From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 02:13:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 185B61065683 for ; Sun, 1 Jun 2008 02:13:47 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id CAC9C8FC1E for ; Sun, 1 Jun 2008 02:13:46 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so460339wxd.7 for ; Sat, 31 May 2008 19:13:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=6pPrmCWCLhgpXBQxaYWk5DbbdEsCaCQKcHswZMcFhto=; b=lOL8sKRS8iyfrj5VQYLjr6Xyuc2uJZn0WlEC8hQishYR+zq84gu2Wz2QTTEzcMlSEOaiWWlvHfn7psbCjCqgy/OdCGhX83JEM1JunoKBK2KRoooaejvPhXwVMuxZ35fvJYxyiqoKNr3KYTQ4zo/sFS0ugGza00/Dh9RUocGPmC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=uVeyqoOgwVwcGr4AZt0lpf+Tf4zJirzwYs8dAaepGV8QcPvAAC8QUXYSqCCDjh8HK2M3z3pylrgk/DFbI13uFe/ME1CfZfOsBKbG12p7lo8AGVidEetJFiX7g0EVkC0LU7+crQRIenUHGwLP95JrdT65Nz0/nehrwC/aHSLHU6o= Received: by 10.70.25.1 with SMTP id 1mr8915095wxy.75.1212286425867; Sat, 31 May 2008 19:13:45 -0700 (PDT) Received: from ?192.168.1.2? ( [201.250.92.176]) by mx.google.com with ESMTPS id p27sm5812917ele.6.2008.05.31.19.13.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 31 May 2008 19:13:44 -0700 (PDT) Message-ID: <484205D5.8050601@gmail.com> Date: Sat, 31 May 2008 23:13:41 -0300 From: Oren Almog User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gdb remote debugging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 02:13:47 -0000 I am trying to set up remote debugging with gdb. I basically followed the handbook and several other guides I found online: building a custom kernel and setting the correct flags on sio.0. When I enter into ddb and type gdb I always get "The gdb remote debugging backend could not be selected". Can someone please shed some light on what kind of fault is pointed in this message. Is it a connection problem to the remote gdb or an error in loading the backend in the kernel itself? I am running 7.0RELEASE. Oren From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 02:17:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA06106566C for ; Sun, 1 Jun 2008 02:17:14 +0000 (UTC) (envelope-from fbsd32@freeode.co.uk) Received: from mail.freeode.co.uk (mail.freeode.co.uk [87.127.24.125]) by mx1.freebsd.org (Postfix) with ESMTP id DA7468FC0C for ; Sun, 1 Jun 2008 02:17:13 +0000 (UTC) (envelope-from fbsd32@freeode.co.uk) Received: from asus.freeode.co.uk ([10.10.10.10]) by mail.freeode.co.uk (8.13.6/8.13.6) with ESMTP id m511pVHs026532 for ; Sun, 1 Jun 2008 02:51:32 +0100 (BST) (envelope-from fbsd32@freeode.co.uk) Date: Sun, 1 Jun 2008 02:51:32 +0100 From: John Murphy To: "freebsd-questions@freebsd.org" Message-ID: <20080601025132.36f5e550@asus.freeode.co.uk> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: mono-addins-0.3.1 port fails with Error 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: Sun, 01 Jun 2008 02:17:14 -0000 I'm trying to get the software for an open source software defined radio project, which is written in c#, working on FreeBSD. I've applied to join the BSD# mailing list, but have not received a response as yet. I need mono-develop (it's actually merged into the ports framework after using the mono-merge script), but it depends on mono-addins which fails to install with the output below. I was wondering if anyone here has any suggestions. I'm running 6.3-release, all installed ports are up to date, as is the ports tree itself. ===> monodevelop-1.0 depends on executable: mautil - not found ===> Verifying install for mautil in /usr/ports/devel/mono-addins ===> Building for mono-addins-0.3.1 Making all in Mono.Addins gmake[1]: Entering directory `/usr/ports/devel/mono-addins/work/mono-addins-0.3.1/Mono.Addins' Creating policy.0.2.Mono.Addins ILALINK 0.7.4 - IL Assembly Link Utility Copyright (c) 2001, 2002, 2003 Southern Storm Software, Pty Ltd. Usage: /usr/local/bin/al [options] input ... --output file or -o file Specify the output file to use. The default name is based on the name of the first input file. --format exe or -e Set the output format to executable. --format dll or -d Set the output format to dynamic link library. --format obj or -j Set the output format to object file. --library name or -l name Link against the library `name'. --library-dir name or -L name Look for libraries in the directory `name'. --no-stdlib or -n Do not link against the standard library. -fstdlib-name=name or -S name Specify the name of the standard library (default is `mscorlib'). -flibc-name=name or -C name Specify the name of the standard C library. --shared Link the output as a shared image (default). --static Link the output as a static image. -fassembly-name=name or -a name Specify the name of the assembly to embed in the output. -fassembly-version=version or -A version Specify the assembly version to embed in the output. -fmodule-name=name or -M name Specify the name of the module to embed in the output. -fassembly-key=key or -K key Specify the assembly's public key value. --entry-point name or -E name Specify the name of the entry point for the program. -fresources=file or -r file Link the specified resource file with the output. --resources-only or -R Create an output that only contains resources. -fprivate-resources or -p Mark the resources as private to the output assembly. -fminimize-parameters or -z Minimize the size of the parameter table in the output. -fwin32res=file or -W file Specify a Win32 resource file to add to the image. -fwin32icon=file or -i file Specify a Win32 icon file to add to the image. -fhash-algorithm=name or -H name Specify the algorithm to use to hash files (SHA1 or MD5) -fmetadata-version=version or -V version Specify the metadata version to embed in the assembly. -fculture=name or -u name Specify the resource culture (e.g. "en-US"). -m32bit-only or -3 The resulting output file can only be used on 32-bit systems. -mcui-subsystem or -c Link for the command-line subsystem (default). -mgui-subsystem or -G Link for the GUI subsystem. --version or -v Print the version of the program --help Print this help message. gmake[1]: *** [policy.0.2.Mono.Addins.dll] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/mono-addins/work/mono-addins-0.3.1/Mono.Addins' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/devel/mono-addins. *** Error code 1 Stop in /usr/ports/devel/monodevelop. *** Error code 1 Stop in /usr/ports/devel/monodevelop. -- Thanks, John. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 02:43:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C8DE1065672 for ; Sun, 1 Jun 2008 02:43:11 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from raq5.nitrex.net (raq5.nitrex.net [213.165.227.5]) by mx1.freebsd.org (Postfix) with ESMTP id D1EC28FC16 for ; Sun, 1 Jun 2008 02:43:10 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.10.141] (gate.zenatode.org.uk [213.165.225.167]) by raq5.nitrex.net (8.13.1/8.13.1) with ESMTP id m512h3jx003193 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Jun 2008 03:43:07 +0100 Message-ID: <48420CB6.6060908@onetel.com> Date: Sun, 01 Jun 2008 03:43:02 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.14 (X11/20080528) MIME-Version: 1.0 To: Giorgos Keramidas References: <483F1ACE.50208@onetel.com> <87skw0wwz0.fsf@kobe.laptop> In-Reply-To: <87skw0wwz0.fsf@kobe.laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: pkg_create v make package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 02:43:11 -0000 Giorgos Keramidas wrote: > On Thu, 29 May 2008 22:06:22 +0100, Chris Whitehouse wrote: >> Hi >> >> What's the difference between packages made by these two methods? >> >> Eg I have youtube_dl installed. From within the youtube_dl port directory >> >> # make package-recursive >> >> resulted in >> -rw-r--r-- 1 root wheel 8389 29 May 21:14 /usr/ports/packages/All/youtube_dl-2008.04.20.tbz >> >> whereas from within my home directory >> >> % pkg_create -Rb youtube_dl-2008.04.20 >> >> resulted in >> -rw-r--r-- 1 chrisw chrisw 8281 29 May 21:22 youtube_dl-2008.04.20.tbz > > Packages are just 'tarballs with extra stuff'. You can extract the > two tarballs and use `diff -r' to see where they differ :) > > Of course you can, thank you. Sometimes fear of magic stops me seeing obvious things. Chris From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 02:56:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BFA4106566B for ; Sun, 1 Jun 2008 02:56:56 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 583628FC14 for ; Sun, 1 Jun 2008 02:56:56 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so251907ywe.13 for ; Sat, 31 May 2008 19:56:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=TNZlUDMkWT8DZPStBlbHW79cbcdV9ycM7QI+WBhutQc=; b=YoUpg95yCtIdt+ai7cPdAofDyNK7R6kggz/WyREe4BCaitbUycbP4kv/4sdHwkUtnh8tE6I2EVZ715qpj+UDfqVqZy3s5w42ddMljXEsM6dbGNaqL8GIg4o+RQ8bJOLS9VkxRklYSW2vKBMan1fXY0xQEXVlPlCSPd2KKEcEYjk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Ro1VlBZLL+JVyT7cjCotLeOLwHeDk6THSltaWvpyzjEDRU4DvM2f4gIaYE+XlDNjGRyWiSABgvrYDAPzJlM0OVuDH+xbiYeKpN3GqgTqXEPMmvDYMj71+9xTf+ZrUtT4Ko7tL6oXBVikqPM9mGyv9xaMuhQKivtk/nszIm3PgDU= Received: by 10.151.156.19 with SMTP id i19mr2922721ybo.94.1212289015708; Sat, 31 May 2008 19:56:55 -0700 (PDT) Received: from ?192.168.1.102? ( [190.17.114.148]) by mx.google.com with ESMTPS id 6sm2327629ywn.0.2008.05.31.19.56.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 31 May 2008 19:56:54 -0700 (PDT) Message-ID: <48420FF3.8000304@gmail.com> Date: Sat, 31 May 2008 23:56:51 -0300 From: Sdavtaker User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: small office backup hardware advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 02:56:56 -0000 Hey, Im working in a small office (4 PC with 80GB HD each and a "server" with a 200GB HD). We were working with no backups at all until now, we was just replicating some critical data in more than 1 PC all the time, back then there was no money for any hard copy of the data outside of the network (maybe a couple DVDR time to time). Now, they gave me some money for backup stuff. What will be a solid but cheap solution to keep some usefull backups? If i do full copy i got to keep 200GB aprox of data per month, if i can backup diffs, then it will be like 100GB. There is no big hurry on the backup time, since i can have a PC out of service for a whole day, maybe 2.5 in weekends. Im a real newbie on the backup world :-( Thanks for any suggestions. Sdav From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 04:10:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E901065677 for ; Sun, 1 Jun 2008 04:10: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 252518FC1C for ; Sun, 1 Jun 2008 04:10:11 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 862CA50A21 for ; Sun, 1 Jun 2008 05:10:04 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pc0L3UCGhuLg for ; Sun, 1 Jun 2008 05:10:03 +0100 (BST) Received: by nyi.unixathome.org (Postfix, from userid 1001) id B5947509EF; Sun, 1 Jun 2008 05:10:02 +0100 (BST) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20080601041002.B5947509EF@nyi.unixathome.org> Date: Sun, 1 Jun 2008 05:10:02 +0100 (BST) Subject: The FreeBSD Diary: 2008-05-11 - 2008-05-31 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 04:10: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 Jun 1 06:14:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23F731065678 for ; Sun, 1 Jun 2008 06:14:32 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 5BA6A8FC1D for ; Sun, 1 Jun 2008 06:14:31 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 159ECFD06A for ; Sun, 1 Jun 2008 08:15:24 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id E4D1FFD061 for ; Sun, 1 Jun 2008 08:15:22 +0200 (CEST) Message-ID: <48423E42.2040003@webrz.net> Date: Sun, 01 Jun 2008 08:14:26 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> In-Reply-To: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: 7-STABLE Watchdog Timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 06:14:32 -0000 Jeremy, Do you set 'Plug and Play BIOS: YES' in your bios settings? Switch 'PnP BIOS' to NO and everything might work fine. -- Jos Jeremy Karlson wrote: > Hi, > > I'm in the process of moving a Subversion server from a 5-STABLE > machine to a freshly installed 7-STABLE machine. I've moved the > network card (a Linksys EG1032v3, RTL8169S/8110S/8211B based) from the > old machine (where it worked before) to this new machine. Now, I get: > > re0: watchdog timeout From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 06:20:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F274106567A for ; Sun, 1 Jun 2008 06:20:25 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD1D8FC0A for ; Sun, 1 Jun 2008 06:20:24 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id A6DDBFD06A for ; Sun, 1 Jun 2008 08:21:17 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 82B0BFD061 for ; Sun, 1 Jun 2008 08:21:17 +0200 (CEST) Message-ID: <48423FA4.1080801@webrz.net> Date: Sun, 01 Jun 2008 08:20:20 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> In-Reply-To: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: 7-STABLE Watchdog Timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 06:20:25 -0000 Jeremy, Perhaps this link could give you the solution to your problem: http://www.linuxquestions.org/questions/bsd-17/rl0-watchdog-timeout-519599/ regards, Jos Jeremy Karlson wrote: > Hi, > > I'm in the process of moving a Subversion server from a 5-STABLE > machine to a freshly installed 7-STABLE machine. I've moved the > network card (a Linksys EG1032v3, RTL8169S/8110S/8211B based) from the > old machine (where it worked before) to this new machine. Now, I get: > > re0: watchdog timeout From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 06:34:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B0C1065677 for ; Sun, 1 Jun 2008 06:34:12 +0000 (UTC) (envelope-from subhro.kar@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 598A38FC1D for ; Sun, 1 Jun 2008 06:34:12 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so229478wah.3 for ; Sat, 31 May 2008 23:34:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=EmEZ9QmWFqdLmC8SU2ilX4Sh6kbK+SS6ycztJ+nBdKs=; b=ERyLrNCtxjH1HiE5DxP9/NCK65oObCxtiJN73zFnQGl5J5M9ewST3zltMqTi4GbJo72l0CRrcn5Nag771ZQ2sWSfwS0lGTFMIjWiNKL/OEdpcpE7dni2pW6ibqn5FSuTffX8aRlFgIe7P84yNWXrQTVHjhLeAHyj/57xOwo2e2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=T6jmTb4ugUR5gvc2Rg2pB52drnVW7XgwZWyAeR6FNNbDFbRdtPlVv6VZT3lDI08fuze//ErH0093yFdLNQdjo7OgMIRMqCtXk8q06GTBVk+FhCwzcd8Vtnpkr6GLfG9BdchE9zBfBJ4Z5KlDWhDsb4L9SPKBfNofuemQb1rCJY4= Received: by 10.115.111.1 with SMTP id o1mr980755wam.100.1212300365469; Sat, 31 May 2008 23:06:05 -0700 (PDT) Received: by 10.114.15.4 with HTTP; Sat, 31 May 2008 23:06:05 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 11:36:05 +0530 From: Subhro To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: NFS drops with em0 driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 06:34:12 -0000 Hello, I am facing a strange problem on my systems. I am running FreeBSD-6.2-RELEASE-p12. My network interface uses the em driver. I am facing a lot of issues where the NFS connections are dying randomly. Is there any known bug with the em driver? I am using the SCHED_ULE scheduler. Thanks Subhro From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:00:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08D710656B3 for ; Sun, 1 Jun 2008 07:00:13 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 028788FC2A for ; Sun, 1 Jun 2008 07:00:04 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 00C60FD06A for ; Sun, 1 Jun 2008 09:00:57 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id CFDF3FD061 for ; Sun, 1 Jun 2008 09:00:57 +0200 (CEST) Message-ID: <484248F0.5000004@webrz.net> Date: Sun, 01 Jun 2008 09:00:00 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: CPU info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:00:14 -0000 Slightly off-topic I think: can someone tell me if where I can find a program in the ports to watch various system information (Core temperature, etc) that works from the system prompt? Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:05:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98A35106566C for ; Sun, 1 Jun 2008 07:05:42 +0000 (UTC) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (just.puresimplicity.net [68.77.126.251]) by mx1.freebsd.org (Postfix) with ESMTP id 57F728FC16 for ; Sun, 1 Jun 2008 07:05:42 +0000 (UTC) (envelope-from hemi@puresimplicity.net) Received: from just.puresimplicity.net (localhost.puresimplicity.net [127.0.0.1]) by just.puresimplicity.net (8.14.2/8.13.8) with ESMTP id m516dWSq077238 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Jun 2008 01:39:32 -0500 (CDT) (envelope-from hemi@just.puresimplicity.net) Received: (from hemi@localhost) by just.puresimplicity.net (8.14.2/8.13.8/Submit) id m516dW7U077237; Sun, 1 Jun 2008 01:39:32 -0500 (CDT) (envelope-from hemi) Date: Sun, 1 Jun 2008 01:39:32 -0500 From: Josh Tolbert To: Subhro Message-ID: <20080601063932.GA77216@just.puresimplicity.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-2.0.2 (just.puresimplicity.net [127.0.0.1]); Sun, 01 Jun 2008 01:39:32 -0500 (CDT) Cc: freebsd-questions@freebsd.org Subject: Re: NFS drops with em0 driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:05:42 -0000 On Sun, Jun 01, 2008 at 11:36:05AM +0530, Subhro wrote: > Hello, > > I am facing a strange problem on my systems. I am running > FreeBSD-6.2-RELEASE-p12. My network interface uses the em driver. I am > facing a lot of issues where the NFS connections are dying randomly. > Is there any known bug with the em driver? I am using the SCHED_ULE > scheduler. > > Thanks > Subhro Hello Subhro, I have nothing to add besides a "me too." I ended up replacing my em0 with an fxp0 and all of my networking issues (watchdog timeouts, link dropping/reconnection, etc.) disappeared. This may have been flaky hardware. Do you have another NIC you can try with? Thanks, Josh -- Josh Tolbert hemi@puresimplicity.net || http://www.puresimplicity.net/~hemi/ Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing. -- Helen Keller From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:09:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928EC106567E for ; Sun, 1 Jun 2008 07:09:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7A33A8FC19 for ; Sun, 1 Jun 2008 07:09:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5179nf1021391; Sun, 1 Jun 2008 09:09:49 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m5179mhX021388; Sun, 1 Jun 2008 09:09:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 1 Jun 2008 09:09:48 +0200 (CEST) From: Wojciech Puchar To: Josh Tolbert In-Reply-To: <20080601063932.GA77216@just.puresimplicity.net> Message-ID: <20080601090908.U21387@wojtek.tensor.gdynia.pl> References: <20080601063932.GA77216@just.puresimplicity.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subhro , freebsd-questions@freebsd.org Subject: Re: NFS drops with em0 driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:09:58 -0000 >> Subhro > > Hello Subhro, > > I have nothing to add besides a "me too." I ended up replacing my em0 with an > fxp0 and all of my networking issues (watchdog timeouts, link > dropping/reconnection, etc.) disappeared. This may have been flaky hardware. > Do you have another NIC you can try with? > i use em network on FreeBSD 6.3/amd64, normal sheduler, all works fine. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:28:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E387E1065671 for ; Sun, 1 Jun 2008 07:28:28 +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 B87FF8FC15 for ; Sun, 1 Jun 2008 07:28:28 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m517SLDo093938; Sun, 1 Jun 2008 00:28:23 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Giorgos Keramidas" , "DAve" Date: Sun, 1 Jun 2008 00:29:25 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <87zlq73yoy.fsf@kobe.laptop> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 01 Jun 2008 00:28:24 -0700 (PDT) Cc: freebsd-questions@freebsd.org Subject: RE: Need to build a new mail 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: Sun, 01 Jun 2008 07:28:29 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Giorgos > Keramidas > Sent: Friday, May 30, 2008 9:06 PM > To: DAve > Cc: freebsd-questions@freebsd.org > Subject: Re: Need to build a new mail server > > > This freebsd-questions thread is approaching a low signal/noise ratio > very very fast. MTAs are a hotly debated subject, and they tend to > spark the flames of a religious war *very* fast. Can we _please_ try to > steer this discussion back on track, and actually _help_ the original > poster, No, Giorgos, we can't. The OP asked a question that cannot be answered by a few simple posts to a mailing list. Whole books have been writen that cover nothing other than how to build a mailserver. Because the question is unanswerable, (at least in this forum and format) what your going to get instead is the big dick war. I'd advise you to just ignore it as I have done - indeed, this is my first and only contribution to the thread - the only reason I even bothered looking at it at all, was because I was surprised to see the thread still alive, and as your name was on a posting I figured that something really interesting must have been under discussion. Ted From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:38:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF4961065679 for ; Sun, 1 Jun 2008 07:38:56 +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 615048FC1D for ; Sun, 1 Jun 2008 07:38:56 +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 m517csmY021496; Sun, 1 Jun 2008 09:38:54 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D3305BAA8; Sun, 1 Jun 2008 09:38:53 +0200 (CEST) Date: Sun, 1 Jun 2008 09:38:53 +0200 From: Roland Smith To: Jos Chrispijn Message-ID: <20080601073853.GA26495@slackbox.xs4all.nl> References: <484248F0.5000004@webrz.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <484248F0.5000004@webrz.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.18 (2008-05-17) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: CPU info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:38:56 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 01, 2008 at 09:00:00AM +0200, Jos Chrispijn wrote: > Slightly off-topic I think: can someone tell me if where I can find a=20 > program in the ports to watch various system information (Core=20 > temperature, etc) that works from the system prompt? Thanks. sysutils/mbmon 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) --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhCUg0ACgkQEnfvsMMhpyXmwwCeIN2w+CWIwxjwq4LOZ0YCfqk4 JUYAnRfrGftRT/bv9zNfJnnZYQtOLwwB =gEkF -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:48:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AD561065785 for ; Sun, 1 Jun 2008 07:48:30 +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 E6E168FC1A for ; Sun, 1 Jun 2008 07:48:29 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m517mRHP095654; Sun, 1 Jun 2008 00:48:28 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Frank Shute" Date: Sun, 1 Jun 2008 00:49:30 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20080531005128.GA44344@melon.esperance-linux.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 01 Jun 2008 00:48:29 -0700 (PDT) Cc: Gary Kline , FreeBSD Mailing List Subject: RE: Stumped:: web HTML. Caution, may be OT. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:48:30 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Frank Shute > Sent: Friday, May 30, 2008 5:51 PM > To: Ted Mittelstaedt > Cc: Gary Kline; FreeBSD Mailing List > Subject: Re: Stumped:: web HTML. Caution, may be OT. > > > On Thu, May 29, 2008 at 10:07:56PM -0700, Ted Mittelstaedt wrote: > > > > > > > > > -----Original Message----- > > > From: Gary Kline [mailto:kline@thought.org] > > > Sent: Thursday, May 29, 2008 3:14 PM > > > To: Ted Mittelstaedt > > > Cc: Kevin Downey; FreeBSD Mailing List > > > Subject: Re: Stumped:: web HTML. Caution, may be OT. > > > > > > > > > > > > Chill down a bit, okay? first, (as the OP), i did not know > > > thaat there was *this** great a disparity in thee rendering > > > between classes of browsers. i used to stick pretty close > > > to the w3.org (or whatever it was). i didn't think the > > > difference extended to how the stuff was parsed. > > > > > > > Gary, the problem is that the majority of people out there use > > IE, most IE7, but still a lot of IE6, and a few deihards IE5. > > > > Then there are the older versions of Safari on the Mac - there's > > still a lot of Mac's around that are running 10.2 believe it or > > not, and those came with MS IE for the Mac which -really- munges > > some pages. And Safari for Windows - which is a bit different than > > Safari on the Mac. > > > > And then there are all the Unix browsers. > > > > There are some test programs that can help. But the validators > > can tell you your code is right and it still will display differently > > in some of the browsers. The only way to do it is to do what > > the pros do - which is have all the different systems available > > and load their pages in those browsers. > > I test my pages with IE7, Safari on XP and Firefox on FreeBSD. Fixing > problems with IE6 or anything else is too much to expect from amateur > pages (which mine are). > IE6 is the last MS browser available for W2K and even though W2K was out for only a short time, (compared to XP) unlike Win98, it is a real 32 bit version of Windows, and there's still a lot of it out there. Although, after the US economic stimulus checks are received by the general populace, I'm sure that will change somewhat. (I was very tempted when I opened the Fry's Electronics advert today and saw the Toshiba laptop, dual-core CPU, 1GB ram, 160GB disk with a DVD burner, going for $449.99) > > > > Telling people "my site is fine your browser is fucked, get a > > better one" is the mark of an amateur who is also being extremely > > presumptive. It's the old "do it my way or fuck off" > > You forget that Gary is an amateur. Hence, any complaints can be dealt > with "they validate, F off and get a better browser". (When he gets > round to making them validate :) > :-) He is an amateur - but his content isn't the sort of content that is a "must have" to where people will actually go to the trouble of loading a different browser to view it. (Hint: this is why virtually all church services are free to attend) > > > > This is what Microsoft tells people - and most FreeBSDers and > > Linux people claim they are on the moral high ground because they > > aren't forcing their stuff down people's throats - that is, > > until they create a webpage and then they have no problem forcing > > software down people's throats to see it, I guess.... > > I can't see anything wrong with telling people to use better software, > you're doing them a favour! It's obviously different if you're writing > pages for a commercial site. I'm not sure I follow that... > You should still write pages that > validate and there are various hacks you can use with CSS, the DOM and > Javscript to make your pages appear OK in older broken browsers...and > newer ones with bugs. > But why do you need to do those if your telling people to get a better browser... ;-) Ted From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:49:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5212E106566C for ; Sun, 1 Jun 2008 07:49:11 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id F3CF28FC1D for ; Sun, 1 Jun 2008 07:49:10 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id BBF1CFD06E for ; Sun, 1 Jun 2008 09:50:05 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 9FE4DFD06C for ; Sun, 1 Jun 2008 09:50:05 +0200 (CEST) Message-ID: <48425474.9090504@webrz.net> Date: Sun, 01 Jun 2008 09:49:08 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <484248F0.5000004@webrz.net> <20080601073853.GA26495@slackbox.xs4all.nl> In-Reply-To: <20080601073853.GA26495@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: CPU info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:49:11 -0000 Roland Smith wrote: > sysutils/mbmon > On one of my computers it crashes my system. What I found about this on the Web: This is a X/tty motherboard monitor which supports LM78/79, WINBond 83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health chips via 3 methods: ISA-I/O, SMBus, VIA-direct. ***CAUTION*** These programs access to the SMBus or the ISA-IO port directly under the superuser privilege, so it may cause a system crash. Please test "mbmon -d" or "xmbmon -debug" first. thanks for sharing, Jos From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 07:53:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6C81065683 for ; Sun, 1 Jun 2008 07:53:31 +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 E77D68FC1D for ; Sun, 1 Jun 2008 07:53:30 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m517rT8A096105; Sun, 1 Jun 2008 00:53:29 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Unga" , "Steve Lake" Date: Sun, 1 Jun 2008 00:54:32 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <258326.33866.qm@web57007.mail.re3.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 01 Jun 2008 00:53:30 -0700 (PDT) Cc: freebsd-questions@freebsd.org Subject: RE: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 07:53:31 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Unga > Sent: Friday, May 30, 2008 9:14 PM > To: Steve Lake > Cc: freebsd-questions@freebsd.org > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > "Raiden's Realm is a community tech site dedicated to > helping people learn about Linux, BSD, and open source > software." - WHO WE ARE, www.raiden.net. > > If you are honest for your site's objective, > appreciate if could drop the penguin from the site's > logo without a delay. It clearly shows your bias. > Yep, he definitely likes birds better than red sex toys... Ted From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 08:05:57 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 926631065681 for ; Sun, 1 Jun 2008 08:05:57 +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 299538FC18 for ; Sun, 1 Jun 2008 08:05:56 +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.14.2/8.14.2) with ESMTP id m4VNYPjK048291; Sat, 31 May 2008 18:34:26 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 31 May 2008 18:34:14 -0500 To: "Kurt Buff" , questions@freebsd.org From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-Antivirus: avast! (VPS 080531-1, 05/31/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m4VNYPjK048291 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: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 08:05:57 -0000 At 04:12 PM 5/31/2008, Kurt Buff wrote: >All, > >I'm looking to replace my current printer - a Dell 1700n - because I >can't make it work with FreeBSD/Linux. > >To replace it, I'd like to get a duplex printer, as I really hate to >waste paper. Does anyone have good experience with one that isn't >terribly expensive (expensive to me means more than US$500) and that >works with with FreeBSD? Even better if it has Ethernet. > >I'm only finding (on ostg.pricegrabber.com) the Lexmark Optra T622DN >and T522DN, but don't know much about them. > >Anyone care to share? > >Kurt My 2 cents is I'd looks for a printer with a built-in network interface and that has postscript and pcl emulations. In addition look at the replacement toner cost and figure out the cost of ownership across 3-5 years. I would look at lexmark, and samsung. Lexmark have higher duty cycles (pages per month) and take larger toner cartidges. The samsung's make nice work group low duty cycle printers. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 08:07:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B8B91065675 for ; Sun, 1 Jun 2008 08:07:20 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA898FC15 for ; Sun, 1 Jun 2008 08:07:20 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 208CFFD06A for ; Sun, 1 Jun 2008 10:08:15 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 046A6FD061 for ; Sun, 1 Jun 2008 10:08:15 +0200 (CEST) Message-ID: <484258B6.2010000@webrz.net> Date: Sun, 01 Jun 2008 10:07:18 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 08:07:20 -0000 Kurt Buff wrote: > I'm looking to replace my current printer - a Dell 1700n - because I > can't make it work with FreeBSD/Linux. > So tell us, what is the problem? -- Jos From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 08:11:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C70311065670 for ; Sun, 1 Jun 2008 08:11:12 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7568FC12 for ; Sun, 1 Jun 2008 08:11:12 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 6827EFD06A for ; Sun, 1 Jun 2008 10:12:07 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 4C2CCFD061 for ; Sun, 1 Jun 2008 10:12:07 +0200 (CEST) Message-ID: <4842599E.5070003@webrz.net> Date: Sun, 01 Jun 2008 10:11:10 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <48420FF3.8000304@gmail.com> In-Reply-To: <48420FF3.8000304@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: small office backup hardware advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 08:11:12 -0000 Sdavtaker wrote: > Now, they gave me some money for backup stuff. > What will be a solid but cheap solution to keep some usefull backups? Woukd a second FreeBSD system with Samba on it be an option for some money? regards Jos From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 08:42:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF29106564A for ; Sun, 1 Jun 2008 08:42:45 +0000 (UTC) (envelope-from catalin@starcomms.com) Received: from webmail.starcomms.com (webmail.starcomms.com [41.205.191.5]) by mx1.freebsd.org (Postfix) with SMTP id E6F418FC0C for ; Sun, 1 Jun 2008 08:42:43 +0000 (UTC) (envelope-from catalin@starcomms.com) Received: from (mars.starcomms.local [172.16.2.31]) by webmail.starcomms.com with smtp id 23c8_ae92057c_2fb6_11dd_8720_001143cecab4; Sun, 01 Jun 2008 09:42:35 +0100 Received: from STA-HQ-S001.starcomms.local ([172.16.2.28]) by webmail.starcomms.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 1 Jun 2008 09:47:51 +0100 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: Sun, 1 Jun 2008 09:47:52 +0100 Message-ID: <3A0AA7018522134597ED63B3B794C92A020355EE@STA-HQ-S001.starcomms.local> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NFS drops with em0 driver Thread-Index: AcjDslEU/R+CmwkwRq6q7JcpgVruTwAEN3Pg References: From: "Catalin Miclaus" To: X-OriginalArrivalTime: 01 Jun 2008 08:47:51.0125 (UTC) FILETIME=[2CB6E850:01C8C3C4] Subject: RE: NFS drops with em0 driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 08:42:45 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Subhro Sent: Sunday, June 01, 2008 7:06 AM To: freebsd-questions@freebsd.org Subject: NFS drops with em0 driver Hello, I am facing a strange problem on my systems. I am running FreeBSD-6.2-RELEASE-p12. My network interface uses the em driver. I am facing a lot of issues where the NFS connections are dying randomly. Is there any known bug with the em driver? I am using the SCHED_ULE scheduler. Thanks Subhro Check this: http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues Best Regards Catalin Miclaus Network/Security ISP-Data Starcomms Ltd. _______________________________________________ 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 Jun 1 09:10:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CC2C106566B for ; Sun, 1 Jun 2008 09:10:22 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id D31B88FC12 for ; Sun, 1 Jun 2008 09:10:21 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m519ADvq031942; Sun, 1 Jun 2008 10:10:15 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.5.5 smtp.infracaninophile.co.uk m519ADvq031942 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1212311415; bh=kZRCXTyNxx0kF0 MAsFXzqaou4v2IztzA9KsB8+31zRk=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type:Cc:Content-Type: Date:From:In-Reply-To:Message-ID:Mime-Version:References:To; z=Mes sage-ID:=20<4842676C.70401@infracaninophile.co.uk>|Date:=20Sun,=200 1=20Jun=202008=2010:10:04=20+0100|From:=20Matthew=20Seaman=20|Organization:=20Infracaninophile|User-A gent:=20Thunderbird=202.0.0.14=20(X11/20080503)|MIME-Version:=201.0 |To:=20Vince=20Hoffman=20|CC:=20freebsd-questio ns@freebsd.org,=20=0D=0A=20kevin=20kempter=20|Subject:=20Re:=20freeBSD=20PHP=20issues|References:=20<7B9E3A 32-180C-4D24-991A-4EF1950D50E2@kevinkempterllc.com>=09<4841BB5F.505 0308@infracaninophile.co.uk>=20<4841CC69.5000404@unsane.co.uk>|In-R eply-To:=20<4841CC69.5000404@unsane.co.uk>|X-Enigmail-Version:=200. 95.6|Content-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha256=3B=0 D=0A=20protocol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3 D"------------enigC3D9D7076C7A4A02F1CBD9A1"; b=oC9DFNLGW1qznZKSuK9b R/h6ORtZR3DbiZvopSnnbR5BdiAX637CF7FSKdXe+sRh3SA9AvFmU0SuyBIyIYZHtjX nYKOIDZOsqRyGQLLbQtlwcMK0vlnBOchksADn8hD/cUR+U2gzh6u7/hlbyXeYJV5bwd 2WvAzoefS8SM2jz7g= Message-ID: <4842676C.70401@infracaninophile.co.uk> Date: Sun, 01 Jun 2008 10:10:04 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.14 (X11/20080503) MIME-Version: 1.0 To: Vince Hoffman References: <7B9E3A32-180C-4D24-991A-4EF1950D50E2@kevinkempterllc.com> <4841BB5F.5050308@infracaninophile.co.uk> <4841CC69.5000404@unsane.co.uk> In-Reply-To: <4841CC69.5000404@unsane.co.uk> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigC3D9D7076C7A4A02F1CBD9A1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 01 Jun 2008 10:10:15 +0100 (BST) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org, kevin kempter Subject: Re: freeBSD PHP issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 09:10:22 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC3D9D7076C7A4A02F1CBD9A1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Vince Hoffman wrote: > Matthew Seaman wrote: >> kevin kempter wrote: >>> Hi List; >>> >>> I'm fairly new to freeBSD, but a long time Linux biggot. I installed = >>> freeBSD7, then I installed PHP like this: >>> >>> # cd /usr/ports/lang/php5 >>> # make config >>> # make install >>> >>> Next I installed PostgreSQL and pgFouine >>> >>> However when I run pgfouine to generate a log report I get this error= : >>> >>> $ php ./pgfouine.php -file $PGDATA/pg_log/postgresql-31.log > rept.ht= ml >>> PHP Fatal error: Call to undefined function preg_replace() in=20 >>> /usr/local/pgsql/pgfouine/include/reporting/geshi/geshi.php on line 4= 74 >>> >>> preg_replace() I believe is a PHP built-in, anyone know how to=20 >>> correct this, or have thoughts on what I may be doing wrong. Maybe=20 >>> I've missed some sort of config step? >>> >> >> You need to install the PCRE module: >> >> # cd /usr/ports/devel/php5-pcre >> # make install >> >> and similarly for all of the other PHP modules you will undoubtedly >> find yourself needing. >> > A quicker way of doing this is > cd /usr/ports/lang/php5-extensions > make config > then choose what extensions you need, and then > make install clean >=20 Actually, even that is /far/ too much effort. Now you can just install the databases/pgfouine port, which by an intriguing coincidence was commi= tted to the ports tree just last night. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigC3D9D7076C7A4A02F1CBD9A1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkhCZ3UACgkQ8Mjk52CukIyUQwCfW+ixWJjsyj5mP2+ilRGhrNGZ 648Anj6AYHPodCO1LK/M6m4Vhn8Ys9ft =Zb0e -----END PGP SIGNATURE----- --------------enigC3D9D7076C7A4A02F1CBD9A1-- From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 13:34:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D4AD106564A for ; Sun, 1 Jun 2008 13:34:38 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id E9DA38FC1A for ; Sun, 1 Jun 2008 13:34:37 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m51DUSKg051433; Sun, 1 Jun 2008 09:30:28 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m51DUSfG051432; Sun, 1 Jun 2008 09:30:28 -0400 (EDT) (envelope-from jerrymc) Date: Sun, 1 Jun 2008 09:30:28 -0400 From: Jerry McAllister To: Ted Mittelstaedt Message-ID: <20080601133028.GA51413@gizmo.acns.msu.edu> References: <258326.33866.qm@web57007.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Unga , freebsd-questions@freebsd.org, Steve Lake Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 13:34:38 -0000 On Sun, Jun 01, 2008 at 12:54:32AM -0700, Ted Mittelstaedt wrote: > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Unga > > Sent: Friday, May 30, 2008 9:14 PM > > To: Steve Lake > > Cc: freebsd-questions@freebsd.org > > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > > > > "Raiden's Realm is a community tech site dedicated to > > helping people learn about Linux, BSD, and open source > > software." - WHO WE ARE, www.raiden.net. > > > > If you are honest for your site's objective, > > appreciate if could drop the penguin from the site's > > logo without a delay. It clearly shows your bias. > > > > Yep, he definitely likes birds better than red sex toys... > Yah, but he's in therapy for it. Give him something to live for and help his desparate attempt to crawl out of the pit. ////jerry > Ted > _______________________________________________ > 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 Jun 1 13:38:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCD5A106566B for ; Sun, 1 Jun 2008 13:38:49 +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 9A8708FC16 for ; Sun, 1 Jun 2008 13:38:49 +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; 01 Jun 2008 09:38:50 -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.6-GA) with ESMTP id OSI43405; Sun, 1 Jun 2008 09:38:48 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 01 Jun 2008 09:38:48 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18498.42600.288236.193974@jerusalem.litteratus.org> Date: Sun, 1 Jun 2008 09:38:48 -0400 To: Sdavtaker In-Reply-To: <48420FF3.8000304@gmail.com> References: <48420FF3.8000304@gmail.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) Cc: freebsd-questions@freebsd.org Subject: small office backup hardware advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 13:38:50 -0000 Sdavtaker writes: > Im working in a small office (4 PC with 80GB HD each and a > "server" with a 200GB HD). > We were working with no backups at all until now, we was just > replicating some critical data in more than 1 PC all the time, > back then there was no money for any hard copy of the data > outside of the network (maybe a couple DVDR time to time). > Now, they gave me some money for backup stuff. Roughly how much money is "some"? $1000? $5000? $10,000? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 14:16:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44617106566C for ; Sun, 1 Jun 2008 14:16:10 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id B07D88FC0A for ; Sun, 1 Jun 2008 14:16:09 +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 m51EG1cW015988; Sun, 1 Jun 2008 16:16:01 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sun, 1 Jun 2008 16:16:00 +0200 User-Agent: KMail/1.9.7 References: <484248F0.5000004@webrz.net> <20080601073853.GA26495@slackbox.xs4all.nl> <48425474.9090504@webrz.net> In-Reply-To: <48425474.9090504@webrz.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806011616.01044.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Jos Chrispijn Subject: Re: CPU info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 14:16:10 -0000 On Sunday 01 June 2008, Jos Chrispijn wrote: > Roland Smith wrote: > > sysutils/mbmon > > On one of my computers it crashes my system. What I found about this on > the Web: > > This is a X/tty motherboard monitor which supports LM78/79, WINBond > 83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health > chips via 3 methods: ISA-I/O, SMBus, VIA-direct. > > ***CAUTION*** > > These programs access to the SMBus or the ISA-IO port directly under > the superuser privilege, so it may cause a system crash. Please test > "mbmon -d" or "xmbmon -debug" first. > > thanks for sharing, > Jos Perhaps sysutils/healthd works for you. Also if you have a k8 processor you can use sysutils/k8temp to monitor it's temperature. For core2 processors the coretemp kernel module should work. Good luck, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 15:52:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78718106564A for ; Sun, 1 Jun 2008 15:52:16 +0000 (UTC) (envelope-from lists@adam.gs) Received: from mail.adam.gs (cl-127.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:7e::2]) by mx1.freebsd.org (Postfix) with ESMTP id 314F98FC14 for ; Sun, 1 Jun 2008 15:52:16 +0000 (UTC) (envelope-from lists@adam.gs) Received: from [127.0.0.1] (localhost.adam.gs [127.0.0.1]) by mail.adam.gs (Postfix) with ESMTP id 8EDDBF49DD6 for ; Sun, 1 Jun 2008 11:52:14 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=mail; d=adam.gs; b=T+6iT5S//j2XJYvyGSMOpUjpPN54dGTzqyNoj3Sf8ZlP5L/FeXj47gOn21PwiSs5hdWgOV9hxOPK1mjcAOTxrb/4D2UFuBOeIuuKAfLKu72PckEEp0jUbhJ5zEu/o4VVrQeBnhmkD1FDT0an+jaH3Y8KfkCDOUTeZbq8zK4sgfU=; Received: from [64.111.209.175] (unknown [64.111.209.175]) (Authenticated sender: adam@adam.gs) by mail.adam.gs (Postfix) with ESMTPA id 5CF84F49DD5 for ; Sun, 1 Jun 2008 11:52:14 -0400 (EDT) Message-Id: From: Adam Jacob Muller To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 1 Jun 2008 11:52:14 -0400 X-Mailer: Apple Mail (2.919.2) Subject: FreeBSD CardBus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 15:52:16 -0000 Hi, I have a server that has a pci->cardbus adapter in it. For some reason when I connect the card (A verizon PC5750) it isn't completely detected. The only messages are: [root@test]# dmesg|grep -e cbb -e cardbus -e pccard cbb0: at device 12.0 on pci3 cbb0: Found memory at fea00000 cbb0: Secondary bus is 0 cbb0: Setting primary bus to 3 cbb0: Secondary bus set to 4 subbus 5 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 cbb0: [ITHREAD] cbb0: card inserted: event=0x00000000, state=30000820 cbb0: cbb_power: 3V cbb0: cbb_power: 0V Following that, no more messages (unless I remove the card and then reinsert it, but I never get any messages beyond this). Any ideas? Also, is there any documentation for the newcard support? Most of the docs i can find are oldcard-focused. -Adam From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 16:21:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64121106564A for ; Sun, 1 Jun 2008 16:21:14 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id F33818FC19 for ; Sun, 1 Jun 2008 16:21:13 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Sun, 01 Jun 2008 11:10:54 -0500 id 000D4CB6.4842CA0F.000093DA Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Sun, 01 Jun 2008 11:10:48 -0500 id 0004AC19.4842CA08.00011090 Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Sun, 01 Jun 2008 11:10:48 -0500 Message-ID: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> Date: Sun, 01 Jun 2008 11:10:48 -0500 From: eculp 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) Subject: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 16:21:14 -0000 I've not been successful at googling a way to connect freebsd current amd64 to my iPhone. Eventually, I would like to be able to sync and upload to it from an opensource substitute for iTunes, that doesn't have a version from FreeBSD. When I connect my iPhone I see: Jun 1 09:55:00 ed kernel: uhid0: on uhub3 in messages and that is it. No new device or anything that I can find. Any programs or suggestions that you have to facilitate using the iPhone will be greatly appreciated. I've been trying to use gtkpod without success because I can't mount it, I assume. Thanks, ed From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 16:42:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D81B81065671 for ; Sun, 1 Jun 2008 16:42:18 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 518FA8FC17 for ; Sun, 1 Jun 2008 16:42:18 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so651786fgb.35 for ; Sun, 01 Jun 2008 09:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=lq7KFPpStJHG/rbBISSF5t3cpHbxvO88dhMlGQn7dnE=; b=xG9LpLPUF9mKYMFatOQzOvSv4l8oKrb2CH+oaqo7q+UQ1dQlFaB2VlZqGP1XHXqEqGcDo/1uaxeLIlv0/j7nmnpI5aN9wtFwlKkdoMoIWhA/f4wRvJV0eYdk22zNArt1AorUY6RXRGMf8pc+P4Pp8C8OQGmELbUtFJBJum1TDp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jWl2vBc4JT6VFM8GFQNtQfAyItssj0uH6N+btjxe+sxLbBrrcpwZaiCKaA3EhqE10msBtqCktcy+/iFoZoigzWHEGLjHqN0+/7b9i81JVV8lZXsNVu0iElfoCLuJe9eRhMNa3ofh8Gl04gFYA9I4tel5O0la+A6GM1l820CquGM= Received: by 10.86.57.9 with SMTP id f9mr3026623fga.66.1212338536958; Sun, 01 Jun 2008 09:42:16 -0700 (PDT) Received: by 10.86.98.6 with HTTP; Sun, 1 Jun 2008 09:42:16 -0700 (PDT) Message-ID: <1bd550a00806010942t1185d7e4vee02a55648bb16fa@mail.gmail.com> Date: Sun, 1 Jun 2008 18:42:16 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "peter harrison" In-Reply-To: <20080522162822.GA955@desktop.piggybox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1bd550a00805201417n3ed9f7f8p9ac8524051635985@mail.gmail.com> <4833DE5B.5070803@unsane.co.uk> <1bd550a00805211431k1d9d5674v747d49d6c661c232@mail.gmail.com> <4834A036.4020809@unsane.co.uk> <1bd550a00805220011n56344761q753dc18a2e40adaf@mail.gmail.com> <48352B35.5040709@unsane.co.uk> <20080522091426.GA39680@desktop.piggybox> <48356F6E.9080809@unsane.co.uk> <20080522162822.GA955@desktop.piggybox> Cc: Vince Hoffman , FreeBSD Mailing List Subject: Re: ipw2200 freebsd 7 firmware 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: Sun, 01 Jun 2008 16:42:18 -0000 On Thu, May 22, 2008 at 6:28 PM, peter harrison wrote: > Thursday, 22 May 2008 at 14:04:46 +0100, Vince Hoffman said: >> peter harrison wrote: >> > Thursday, 22 May 2008 at 9:13:41 +0100, Vince Hoffman said: >> >> Fernando Apestegu=EDa wrote: >> >>> On 5/22/08, Vince Hoffman wrote: >> >>>> Fernando Apestegu=EDa wrote: >> >>>>> On Wed, May 21, 2008 at 10:33 AM, Vince Hoffman >> >>>> wrote: >> >> >>>>>> Have you read the manpage for iwi? >> >>>>>> >> >>>>> No, I tried with iwi-firmware and iwicontrol and none of them exis= ted. >> >>>>> >> >>>>> >> >>>>>> no ports are needed the firmware is now in the base system, Just = add the >> >>>>>> entries as specified in this snippet from man iwi >> >>>>>> >> >>>>> So... shouldn't this port be removed? >> >>>>> >> >>>>> >> >>>> I'm pretty sure that things changed between 6.x and 7.x, I'd imagin= e the >> >>>> port is needed for <7.x >> >>>> >> >>>>>> Alternatively, to load the driver as a module at boot time, plac= e the >> >>>>>> following lines in loader.conf(5): >> >>>>>> >> >>>>>> if_iwi_load=3D"YES" >> >>>>>> wlan_load=3D"YES" >> >>>>>> firmware_load=3D"YES" >> >>>>>> >> >>>>>> In both cases, place the following lines in loader.conf(5) to = load >> >>>> the >> >>>>>> firmware modules: >> >>>>>> >> >>>>>> iwi_bss_load=3D"YES" >> >>>>>> iwi_ibss_load=3D"YES" >> >>>>>> iwi_monitor_load=3D"YES" >> >>>>>> >> >>>>>> and >> >>>>>> >> >>>>>> This driver requires firmware to be loaded before it will work. = For >> >>>>>> the loaded firmware to work the license at >> >>>>>> /usr/share/doc/legal/intel_iwi/LICENSE must be >> >>>> agreed to and the >> >>>>>> follow-ing line be added to loader.conf(5): >> >>>>>> >> >>>>>> legal.intel_iwi.license_ack=3D1 >> >>>>>> >> >>>>>> >> >>>>> I'll try it. But AFAIK, I have to recompile the kernel cause the >> >>>>> "device iwi" line is missing. >> >>>>> >> >>>>> Am i right? >> >>>>> >> >>>>> >> >>>> I think they should all be loadable as modules if they arent in gen= eric. >> >>>> >> >>>> To try without rebooting I believe the commands you want are: >> >>>> kenv legal.intel_iwi.license_ack=3D1 >> >>>> kldload if_iwi >> >>>> kldload wlan >> >>>> kldload firmware >> >>>> kldload iwi_bss >> >>>> kldload iwi_ibss >> >>>> kldload iwi_monitor >> >>>> >> >>>> However, I just had a look in my /boot/kernel for the if_iwi module= and its >> >>>> not there so you may be correct. (I'm a touch supprised as the do e= xist on >> >>>> my i386 box) >> >>> The same on my machine. The line is not in GENERIC and that modules >> >>> don't exist. I will recompile my module as soon as I have some spare >> >>> time. >> >>> Thanks for your help. >> >>> >> >> In theory you should be able to just >> >> cd /usr/src/sys/modules/iwi >> >> make && make install >> >> cd /usr/src/sys/modules/iwifw >> >> make && make install >> >> >> >> >> >> without rebuilding the entire kernel. I'm just puzzled why they dont >> >> build by default. >> > >> > I'm running a stock 7.0-STABLE with GENERIC and a default make.conf an= d I get the iwi modules no problem. I just followed the instructions in the= man page and was up and running in 5 minutes. >> > >> > >> Are you running AMD64? the modules are there on my i386 laptop but not >> my AMD64 server (I dont use iwi on either though.) > > I'm running i386, so that may be the difference. I don't have an AMD64 sy= stem to check I'm afraid. Hi all again, I recompiled my kernel and now, the IPW2200BG card seems to be detected. This is the output of the ifconfig re0 command: iwi0: flags=3D8802 metric 0 mtu 1500 ether 00:0e:35:fd:aa:0f media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier ssid ApeWireless channel 1 (2412 Mhz 11b) authmode OPEN privacy ON deftxkey 1 wepkey 1:104-bit bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 bintval 0 However, neither I can connect to my wireless router, nor I can scan the frequency. My wireless AP, has a hidden SSID, wep key and DHCP. Scanning of frequencies shows no results (but there are many wireless networks around). Any ideas? Thanks in advance. > > > Peter Harrison. > >> >> vince >> >> > Peter Harrison >> > >> >> >> >> Vince >> >> >> >> >> >>> Best Regards >> >>> >> >>>> regards, >> >>>> Vince >> >>>> >> >>>> >> >> _______________________________________________ >> >> freebsd-questions@freebsd.org mailing list >> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freeb= sd.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 Sun Jun 1 18:39:50 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8636A1065673 for ; Sun, 1 Jun 2008 18:39:50 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0D28FC0A for ; Sun, 1 Jun 2008 18:39:50 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from [10.0.0.183] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id m51IQlBp1400402 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 1 Jun 2008 13:26:48 -0500 (CDT) From: David Kelly To: Derek Ragona In-Reply-To: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> References: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> Message-Id: <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Sun, 1 Jun 2008 13:26:46 -0500 X-Mailer: Apple Mail (2.924) Cc: Kurt Buff , FreeBSD Questions Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 18:39:50 -0000 On May 31, 2008, at 6:34 PM, Derek Ragona wrote: > At 04:12 PM 5/31/2008, Kurt Buff wrote: >> All, >> >> I'm looking to replace my current printer - a Dell 1700n - because I >> can't make it work with FreeBSD/Linux. >> >> To replace it, I'd like to get a duplex printer, as I really hate to >> waste paper. Does anyone have good experience with one that isn't >> terribly expensive (expensive to me means more than US$500) and that >> works with with FreeBSD? Even better if it has Ethernet. >> >> I'm only finding (on ostg.pricegrabber.com) the Lexmark Optra T622DN >> and T522DN, but don't know much about them. >> >> Anyone care to share? >> >> Kurt > > My 2 cents is I'd looks for a printer with a built-in network > interface and that has postscript and pcl emulations. In addition > look at the replacement toner cost and figure out the cost of > ownership across 3-5 years. > > I would look at lexmark, and samsung. Lexmark have higher duty > cycles (pages per month) and take larger toner cartidges. The > samsung's make nice work group low duty cycle printers. Lexmark and Dell are infamous for expensive toner-lock-ins. We had this discussion months ago where I recommended a Brother HL-5250DN. I have about 12,000 trouble free pages on mine, just don't bother trying to print envelopes. Has ethernet, duplex, postscript emulation, PCL-6, just about everything but a paper tray large enough to hold a full ream. Multiple paper trays are an available but expensive and rare option. Readily available from Staples and other places for $250. Refurbished units occasionally appear for $100. The usual 3rd party toner places have refills for under $20 that I've found are good for about 6,000 dense pages. $187: http://bensbargains.net/deal/66407/ Staples recently (no longer) had refurbished Brother MFC-8660DN on sale for $200. Appears to be the same printer and features plus scanner with paper feed, and fax. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 19:02:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6D6A1065679 for ; Sun, 1 Jun 2008 19:02:13 +0000 (UTC) (envelope-from karlj000@unbc.ca) Received: from pd2mo2so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id B17878FC16 for ; Sun, 1 Jun 2008 19:02:13 +0000 (UTC) (envelope-from karlj000@unbc.ca) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1S0046GSVO3F30@l-daemon> for freebsd-questions@freebsd.org; Sun, 01 Jun 2008 13:02:12 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd2mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1S00DF2SVOW160@pd2mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 01 Jun 2008 13:02:13 -0600 (MDT) Received: from Mirrormask.bitmasksolutions.com ([24.82.95.49]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1S004Q6SVNIK00@l-daemon> for freebsd-questions@freebsd.org; Sun, 01 Jun 2008 13:02:12 -0600 (MDT) Date: Sun, 01 Jun 2008 12:02:11 -0700 From: Jeremy Karlson In-reply-to: <48423FA4.1080801@webrz.net> To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 (Apple Message framework v919.2) X-Mailer: Apple Mail (2.919.2) Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-transfer-encoding: 7bit References: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> <48423FA4.1080801@webrz.net> Subject: Re: 7-STABLE Watchdog Timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 19:02:14 -0000 Jos, I tried setting "PNP OS" to both "YES" and "NO." Neither made any sort of difference. As for your suggestion on the web site: That seemed pretty likely to me, but disabling ACPI and APIC didn't make any difference either. Thanks for the ideas though. -- Jeremy On 31-May-08, at 23:20, Jos Chrispijn wrote: > Jeremy, > > Perhaps this link could give you the solution to your problem: > > http://www.linuxquestions.org/questions/bsd-17/rl0-watchdog-timeout-519599/ > > regards, > Jos > > Jeremy Karlson wrote: >> Hi, >> >> I'm in the process of moving a Subversion server from a 5-STABLE >> machine to a freshly installed 7-STABLE machine. I've moved the >> network card (a Linksys EG1032v3, RTL8169S/8110S/8211B based) from >> the old machine (where it worked before) to this new machine. Now, >> I get: >> >> re0: watchdog timeout > _______________________________________________ > 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 Jun 1 19:18:57 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7990F1065670 for ; Sun, 1 Jun 2008 19:18:57 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 23D298FC12 for ; Sun, 1 Jun 2008 19:18:57 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so38288yxl.13 for ; Sun, 01 Jun 2008 12:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=/iz3X5cbKWdLhQP7hKSokx0j3lpj+EXTWKr+tKO/t6E=; b=HNcNnp6N70lXsJtmZBU4K4BeOsYFdCFy+yq4xWDLKjbtajNRlJKVov0Uu4Df3XAeDDc+cF8VIjtULFv2SkTvTEKw3mNoDECCHmHaPmVJxm/8vuT3XuRFBs07MfnvrzprhQPkXWjkPFBmsDShksFEn7tlg5Z9DYNedx+v8cGe4PA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=wjth+23YsSITfP3ruToNyKcY7RgQ0doA2i16hO08ma6Odgd4Hly4BUhpM2yPMk6fnoWcOTYkwxpVvENtts51Iamdg36i1JwgoLOmAmDBXZtxmbZzODeLggNPU9uaJQG6OIDqvoGGYDh4v77rji8FMfcQVwate6fL/Ie1K2guSho= Received: by 10.142.240.19 with SMTP id n19mr1360435wfh.243.1212347935696; Sun, 01 Jun 2008 12:18:55 -0700 (PDT) Received: by 10.143.156.7 with HTTP; Sun, 1 Jun 2008 12:18:55 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 12:18:55 -0700 From: "Kurt Buff" To: "FreeBSD Questions" In-Reply-To: <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> Cc: Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 19:18:57 -0000 On Sun, Jun 1, 2008 at 11:26 AM, David Kelly wrote: > > On May 31, 2008, at 6:34 PM, Derek Ragona wrote: > >> At 04:12 PM 5/31/2008, Kurt Buff wrote: >>> >>> All, >>> >>> I'm looking to replace my current printer - a Dell 1700n - because I >>> can't make it work with FreeBSD/Linux. >>> >>> To replace it, I'd like to get a duplex printer, as I really hate to >>> waste paper. Does anyone have good experience with one that isn't >>> terribly expensive (expensive to me means more than US$500) and that >>> works with with FreeBSD? Even better if it has Ethernet. >>> >>> I'm only finding (on ostg.pricegrabber.com) the Lexmark Optra T622DN >>> and T522DN, but don't know much about them. >>> >>> Anyone care to share? >>> >>> Kurt >> >> My 2 cents is I'd looks for a printer with a built-in network interface >> and that has postscript and pcl emulations. In addition look at the >> replacement toner cost and figure out the cost of ownership across 3-5 >> years. >> >> I would look at lexmark, and samsung. Lexmark have higher duty cycles >> (pages per month) and take larger toner cartidges. The samsung's make nice >> work group low duty cycle printers. > > Lexmark and Dell are infamous for expensive toner-lock-ins. > > We had this discussion months ago where I recommended a Brother HL-5250DN. I > have about 12,000 trouble free pages on mine, just don't bother trying to > print envelopes. > > Has ethernet, duplex, postscript emulation, PCL-6, just about everything but > a paper tray large enough to hold a full ream. Multiple paper trays are an > available but expensive and rare option. > > Readily available from Staples and other places for $250. Refurbished units > occasionally appear for $100. The usual 3rd party toner places have refills > for under $20 that I've found are good for about 6,000 dense pages. > > $187: http://bensbargains.net/deal/66407/ > > Staples recently (no longer) had refurbished Brother MFC-8660DN on sale for > $200. Appears to be the same printer and features plus scanner with paper > feed, and fax. > > -- > David Kelly N4HHE, dkelly@HiWAAY.net > ======================================================================== > Whom computers would destroy, they must first drive mad. I am staring at the buy.com page now, card in hand. Thanks - this is the kind of recommendation I needed. Kurt From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 19:46:34 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C18FD106567A for ; Sun, 1 Jun 2008 19:46:34 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id E61608FC14 for ; Sun, 1 Jun 2008 19:46:33 +0000 (UTC) (envelope-from kline@thought.org) Received: from [10.47.0.250] (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id m51JMtWA006149; Sun, 1 Jun 2008 12:22:55 -0700 (PDT) (envelope-from kline@thought.org) From: Gary Kline To: FreeBSD Questions In-Reply-To: <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> References: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> Content-Type: text/plain Organization: Thought Unlimited Date: Sun, 01 Jun 2008 12:22:49 -0700 Message-Id: <1212348169.92955.7.camel@tao.thought.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Kurt Buff , Derek Ragona Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kline@thought.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 19:46:34 -0000 On Sun, 2008-06-01 at 13:26 -0500, David Kelly wrote: > On May 31, 2008, at 6:34 PM, Derek Ragona wrote: > > > At 04:12 PM 5/31/2008, Kurt Buff wrote: > >> All, > >> > >> I'm looking to replace my current printer - a Dell 1700n - because I > >> can't make it work with FreeBSD/Linux. > >> > >> To replace it, I'd like to get a duplex printer, as I really hate to > >> waste paper. Does anyone have good experience with one that isn't > >> terribly expensive (expensive to me means more than US$500) and that > >> works with with FreeBSD? Even better if it has Ethernet. > >> > >> I'm only finding (on ostg.pricegrabber.com) the Lexmark Optra T622DN > >> and T522DN, but don't know much about them. > >> > >> Anyone care to share? > >> > >> Kurt > > > > My 2 cents is I'd looks for a printer with a built-in network > > interface and that has postscript and pcl emulations. In addition > > look at the replacement toner cost and figure out the cost of > > ownership across 3-5 years. > > > > I would look at lexmark, and samsung. Lexmark have higher duty > > cycles (pages per month) and take larger toner cartidges. The > > samsung's make nice work group low duty cycle printers. > > Lexmark and Dell are infamous for expensive toner-lock-ins. > > We had this discussion months ago where I recommended a Brother > HL-5250DN. I have about 12,000 trouble free pages on mine, just don't > bother trying to print envelopes. > > Has ethernet, duplex, postscript emulation, PCL-6, just about > everything but a paper tray large enough to hold a full ream. Multiple > paper trays are an available but expensive and rare option. > > Readily available from Staples and other places for $250. Refurbished > units occasionally appear for $100. The usual 3rd party toner places > have refills for under $20 that I've found are good for about 6,000 > dense pages. > > $187: http://bensbargains.net/deal/66407/ > > Staples recently (no longer) had refurbished Brother MFC-8660DN on > sale for $200. Appears to be the same printer and features plus > scanner with paper feed, and fax. > I second this suggestion since my Brother HL-5250DN just-worked once it was plugged into my hub. It was $179 at Costco a few months back, has all the features that David mentions, and builtin Postscript|clone. It just prints--nothing fancy--but then hey... . gary > -- > David Kelly N4HHE, dkelly@HiWAAY.net > ======================================================================== > Whom computers would destroy, they must first drive mad. > > _______________________________________________ > 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 Jun 1 20:13:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A9B7106566C for ; Sun, 1 Jun 2008 20:13:05 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id CECEC8FC12 for ; Sun, 1 Jun 2008 20:13:04 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id m51KCvQJ029076; Sun, 1 Jun 2008 22:13:01 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id BD0A7BAAF; Sun, 1 Jun 2008 22:12:56 +0200 (CEST) Date: Sun, 1 Jun 2008 22:12:56 +0200 From: Roland Smith To: eculp Message-ID: <20080601201256.GA48191@slackbox.xs4all.nl> References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <20080601111048.20636scjpsk378kk@intranet.encontacto.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.18 (2008-05-17) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 20:13:05 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 01, 2008 at 11:10:48AM -0500, eculp wrote: > I've not been successful at googling a way to connect freebsd current =20 > amd64 to my iPhone. Eventually, I would like to be able to sync and =20 > upload to it from an opensource substitute for iTunes, that doesn't =20 > have a version from FreeBSD. >=20 > When I connect my iPhone I see: >=20 > Jun 1 09:55:00 ed kernel: uhid0: 2.00/0.01, addr 2> on uhub3 >=20 > in messages and that is it. No new device or anything that I can find. >=20 > Any programs or suggestions that you have to facilitate using the =20 > iPhone will be greatly appreciated. I've been trying to use gtkpod =20 > without success because I can't mount it, I assume. The pags for libgpod (http://www.gtkpod.org/libgpod.html), on which gtkpod depends, says: "There's also preliminary support for the iPhone and the iPod Touch=20 but they must be jailbroken to work." Whatever that means. :-) 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) --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhDAsgACgkQEnfvsMMhpyUbvQCfXPRWKFw98zFoFs4orFVT4NBZ OnUAoJThnYM3/aDAXyWsYaFNoKBAOidO =W+7h -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 20:32:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 573A01065676 for ; Sun, 1 Jun 2008 20:32:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0199D8FC25 for ; Sun, 1 Jun 2008 20:32:25 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m51KSFDJ055877; Sun, 1 Jun 2008 16:28:15 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m51KSFaW055876; Sun, 1 Jun 2008 16:28:15 -0400 (EDT) (envelope-from jerrymc) Date: Sun, 1 Jun 2008 16:28:15 -0400 From: Jerry McAllister To: Robert Huff Message-ID: <20080601202815.GA55808@gizmo.acns.msu.edu> References: <48420FF3.8000304@gmail.com> <18498.42600.288236.193974@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18498.42600.288236.193974@jerusalem.litteratus.org> User-Agent: Mutt/1.4.2.2i Cc: Sdavtaker , freebsd-questions@freebsd.org Subject: Re: small office backup hardware advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 20:32:26 -0000 On Sun, Jun 01, 2008 at 09:38:48AM -0400, Robert Huff wrote: > Sdavtaker writes: > Im working in a small office (4 PC with 80GB HD each and a > "server" with a 200GB HD). > We were working with no backups at all until now, we was just > replicating some critical data in more than 1 PC all the time, > back then there was no money for any hard copy of the data > outside of the network (maybe a couple DVDR time to time). > Now, they gave me some money for backup stuff. Depends on just what you need. If you just want to cover a system failure, then maybe you should get some USB connected hard drives. They are pretty cheap now. If you have 4 80 GB drives to back up, then get at least 3 drives with 350 GB space or more. Use fdisk/disklabel/newfs to create 4 (or more) 90 GB filesystems on each drive. Then set up a rotation of those drives so you use dump(8) to back up each current file system that has important data to those USB drives. So, PC A gets dumped to filesystem da0s1a, PC B to da0s1b, etc. Say there is a root, /usr and /data file systems that you want to back up, just for example, then you would plug in the USB disk and mount them something like this. On PC A, mount /da0s1a /pcabak dump 0aLf /pcabak/root.bak / dump 0aLf /pcabak/usr.bak /usr dump OaLf /pcbak/data.bak /data Then on PC B, mount /da0s1b /pcbbak dump 0aLf /pcbbak/root.bak / dump 0aLf /pcbbak/usr.bak /usr dump OaLf /pcbak/data.bak /data This will crate three appropriately named backup files for each PC on the USB disk. This is presuming the USB connects as /dev/da0 It could be something else if you have other SCSI devices. So, it might ende up as /dev/da1 or something like that. Really, you don't need all the extra partitions and filesystems. Just make one and create appropriately named directories. But the separate filesystems will enforce separation of that us useful to you. Or, since there are just exactly 4 systems and it is possible to make up to 4 slices on a drive, then make 4 slices and then partitions within each slice to match those on the current machines. Say you want, for some reason, to back up partitions a, d, e of PC A and partitions d, f, g of PC B, etc (just grabbing partitions out of the hat here to use as example here), then Make slice 1 for PC A, slice 2 for PC b, slice 3 for PC C and slice 4 for PC D on each USB disk. Then make partitions a, d, e on slice 1, d, f, g on slice 2, etc. Use newfs(8) to build file systems of each of those partitions and then use dump to create the dump files in each. That makes sense but may be more bother then really needed, since you can distinguish the dumps just by the names you give them. If you must create archive backups, then you will probably want to go to a good tape system, such as DLT or LTO tapes. But, they are so expensive relative to buying a handful of 350 - 500 GB USB hard drives that you should think carefully about your needs before deciding. Have fun, ////jerry > _______________________________________________ > 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 Jun 1 21:08:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD85106566B for ; Sun, 1 Jun 2008 21:08:52 +0000 (UTC) (envelope-from wa4geg@netscape.net) Received: from imo-m19.mx.aol.com (imo-m19.mx.aol.com [64.12.137.11]) by mx1.freebsd.org (Postfix) with ESMTP id CA8988FC16 for ; Sun, 1 Jun 2008 21:08:51 +0000 (UTC) (envelope-from wa4geg@netscape.net) Received: from wa4geg@netscape.net by imo-m19.mx.aol.com (mail_out_v38_r9.4.) id n.d20.2d518cae (57881) for ; Sun, 1 Jun 2008 17:08:50 -0400 (EDT) Received: from webmail-stg-d07 (webmail-stg-d07.sim.aol.com [205.188.162.28]) by air-ia04.mail.aol.com (v121.5) with ESMTP id MAILINIA43-e21948430fe11f3; Sun, 01 Jun 2008 17:08:49 -0400 To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Date: Sun, 01 Jun 2008 17:08:49 -0400 X-MB-Message-Source: WebUI X-AOL-IP: 72.161.45.101 X-MB-Message-Type: User MIME-Version: 1.0 From: wa4geg@netscape.net Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailer: AIM WebMail 36743-STANDARD Received: from 72.161.45.101 by webmail-stg-d07.sysops.aol.com (205.188.162.28) with HTTP (WebMailUI); Sun, 01 Jun 2008 17:08:47 -0400 Message-Id: <8CA9242D10E4D77-1E28-4523@webmail-stg-d07.sysops.aol.com> X-Spam-Flag: NO Subject: Sound skipping problem; Asus A8V-X w/ VIA VT8251/8237A on-board HDA (sound) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 21:08:52 -0000 >> Help, I've googled my fingers off up to the elbow and no luck:o) >> Sound works but skips or has gaps at about 1 second intervals. >> I'm running a fresh install of FreeBSD 7.0 Release (AMD64.) >> >> /boot/loader.conf contains: >> > >snd_hda_load="YES" >> >> > >You might want to play with some hw.snd sysctls, especially; > hw.snd.latency_profile (set to zero) >hw.snd.latency (set to lower value) >hw.snd.feeder_buffersize (increase) >Roland Thanks for the suggestion Roland. Sound is still ticking/clicking after adding the following sysctl.conf entries (and rebooting of course;) hw.snd.latency_profile=0 hw.snd.latency=0 hw.snd.feeder_buffersize=16384 And additional info; after changing hw.snd.maxautovchans from 2 to 0 just to see if it had any effect on the skips and clicks: $ sysctl -a | grep snd hw.snd.latency_profile: 0 hw.snd.latency: 0 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_buffersize: 16384 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 0 hw.snd.default_unit: 0 hw.snd.version: 2007061600/amd64 hw.snd.default_auto: 0 $ sysctl -a | grep pcm dev.pcm.0.%desc: VIA VT8251/8237A High Definition Audio Controller dev.pcm.0.%driver: pcm dev.pcm.0.%location: slot=1 function=0 handle=\_SB_.PCI0.P0P7.AZAL dev.pcm.0.%pnpinfo: vendor=0x1106 device=0x3288 subvendor=0x1043 subdevice=0x818f class=0x040300 dev.pcm.0.%parent: pci2 dev.pcm.0.play.vchans: 0 dev.pcm.0.rec.vchans: 0 dev.pcm.0.buffersize: 16384 dev.pcm.0.polling: 0 dev.pcm.0.polling_interval: 250 Regards, Byron C From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 21:13:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DF831065672 for ; Sun, 1 Jun 2008 21:13:12 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 2418D8FC0A for ; Sun, 1 Jun 2008 21:13:11 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so621173wxd.7 for ; Sun, 01 Jun 2008 14:13:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; bh=sw2KXQkFXU1dWvalb+Xvn43fsvUr0d4mdAnuji6aXeE=; b=U88kZdT8RxUQM4HBlNggq1xlq4DPLJLE3d5KkOZYdZGEY/gWZ5hnuKIEqmY7rSEcB7+eYp5k6ce6Im/EdCSL7ejshmCTdoEPmfIf8cZb72jui3dxD5cVu3ako/6nSHjYKZgAVDWPAgj4TNlI+w5kK/OsBig07NfbacI4s24EpYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=PE/Qht6cwh7ldWXshGjPZFsAGXM2iy2iuGgz4aQN5vZJ8rjkLUq7ZsU9gYXVCTyGTZBhL+ZMf5AhREmrCRT/iQLIicVV/WQ40XN3TrsqLuE2oaJONT/DNBnZtsTBdCdtT+ncBr/R2q1nvL8n57Q6TDcYFjfS3l1omp4wmuYGpbM= Received: by 10.90.31.8 with SMTP id e8mr10215432age.22.1212354791390; Sun, 01 Jun 2008 14:13:11 -0700 (PDT) Received: from ?192.168.1.5? ( [98.212.164.35]) by mx.google.com with ESMTPS id a70sm10443762pye.4.2008.06.01.14.13.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Jun 2008 14:13:10 -0700 (PDT) In-Reply-To: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> Content-Transfer-Encoding: 7bit From: Joshua Isom Date: Sun, 1 Jun 2008 16:13:19 -0500 To: eculp X-Mailer: Apple Mail (2.624) Cc: freebsd-questions Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 21:13:12 -0000 To be able to mount your iPhone, you're going to have to essentially void the warranty and risk turning it into a pretty paperweight. It sucks, but that's the way it is. But at least you can charge your iPhone using FreeBSD. On Jun 1, 2008, at 11:10 AM, eculp wrote: > I've not been successful at googling a way to connect freebsd current > amd64 to my iPhone. Eventually, I would like to be able to sync and > upload to it from an opensource substitute for iTunes, that doesn't > have a version from FreeBSD. > > When I connect my iPhone I see: > > Jun 1 09:55:00 ed kernel: uhid0: 2.00/0.01, addr 2> on uhub3 > > in messages and that is it. No new device or anything that I can find. > > Any programs or suggestions that you have to facilitate using the > iPhone will be greatly appreciated. I've been trying to use gtkpod > without success because I can't mount it, I assume. > > Thanks, > > ed > > _______________________________________________ > 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 Jun 1 21:57:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49644106566C for ; Sun, 1 Jun 2008 21:57:15 +0000 (UTC) (envelope-from brennanma@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id E60288FC1A for ; Sun, 1 Jun 2008 21:57:14 +0000 (UTC) (envelope-from brennanma@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so717710ana.13 for ; Sun, 01 Jun 2008 14:57:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=M4mQOScRYWeXA7rfv1ld06+sE7AE1jSyc1JgtwD2t+E=; b=YkZN/WnLap/GPk6fY81splePK18crYwES3glPkYGbOkBQ0rnXFdmv7fb6k9qn1riXTPOSYlJQ/DmHdOK99aW/i8RXJsEY7sfvkW4s3HmK0ju8hcp1oEdmFPJVpV9LlAUrwg7hAnWlVrNCkTKiuvgULnLDjsxHn3hMMHUj8OiHnU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XX9lScCVL984qPF2cqiYK4i/1DwLAoX8V81Ss4WM7bZeoCm2C/3RBv5UAZqFcuxivHRCzmgXaijVrjNcQPokO30Meg1Cv9jj1gH4sww20w9AiWAR0+VfVNfUCZDOudtugLfb6AuroynSwJl8DQU6olP1qyuuELnBP5EyALwCmLs= Received: by 10.100.215.14 with SMTP id n14mr6293396ang.110.1212355989548; Sun, 01 Jun 2008 14:33:09 -0700 (PDT) Received: by 10.100.142.17 with HTTP; Sun, 1 Jun 2008 14:33:09 -0700 (PDT) Message-ID: <1c01b5070806011433leedf20fl2826e3e3845fa7fc@mail.gmail.com> Date: Sun, 1 Jun 2008 17:33:09 -0400 From: "Matt Brennan" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Static NAT and PAT 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: Sun, 01 Jun 2008 21:57:15 -0000 Hi All, I am running FreeBSD 6.2-release. I have been running PAT via natd and ipfw for some time now and it runs great. However, I continue to try and employ static NAT on this router, and as soon as I do so all other clients lose routing. My natd.conf is as below: unregistered_only use_sockets log_ipfw_denied redirect_address 10.100.1.2 66.92.79.20 alias_address 66.92.79.89 Whenever I run with this configuration all clients except the static'ed one lose routing out of the building. I have tried switching the order of the alias_address and redirect_address. Any help is appreciated. -Matt From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 22:24:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B40261065670 for ; Sun, 1 Jun 2008 22:24:28 +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 6A8498FC0A for ; Sun, 1 Jun 2008 22:24:28 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TedsTec (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 m51MOOPS046166; Sun, 1 Jun 2008 15:24:25 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Adam Jacob Muller" , Date: Sun, 1 Jun 2008 15:24:29 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 01 Jun 2008 15:24:25 -0700 (PDT) Cc: Subject: RE: FreeBSD CardBus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:24:28 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Adam Jacob > Muller > Sent: Sunday, June 01, 2008 8:52 AM > To: freebsd-questions@freebsd.org > Subject: FreeBSD CardBus > > > Hi, > I have a server that has a pci->cardbus adapter in it. > For some reason when I connect the card (A verizon PC5750) it isn't > completely detected. The only messages are: > > > [root@test]# dmesg|grep -e cbb -e cardbus -e pccard > cbb0: at device 12.0 on pci3 > cbb0: Found memory at fea00000 > cbb0: Secondary bus is 0 > cbb0: Setting primary bus to 3 > cbb0: Secondary bus set to 4 subbus 5 > cardbus0: on cbb0 > pccard0: <16-bit PCCard bus> on cbb0 > cbb0: [ITHREAD] > cbb0: card inserted: event=0x00000000, state=30000820 > cbb0: cbb_power: 3V > cbb0: cbb_power: 0V > > How do you know it's supported under FreeBSD? Ted From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 22:26:08 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAF11106566B for ; Sun, 1 Jun 2008 22:26:08 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id B23618FC13 for ; Sun, 1 Jun 2008 22:26:08 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so766875rvf.43 for ; Sun, 01 Jun 2008 15:26:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Es61l/izC1+aGhVAOAt6OJgdG20wkGqlqYUyCDRQHCo=; b=mYroFZzbbNew7z5XubPwZA9zckAljxRkM57XbPbXa6rPzh3UAYNgGx5u1fuO8yjRfGU2fCxBOuIf1wBZoje8R/E9aNX0Hwl55/nPhjr4kcA1n0k4A0X74bkB0qSto+H93U/kgz1XAYh9Yx4IpqIbIMUntz8jL/MZxB13dDr2Vps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=U3lBLTzFD3Rzyqix067hysm+15UISFGWb+KkHcAapujsmePCmeacDMQXtGO535ycP+OSrkxWYm2/vtbSuZdub1lC6hGm70nXIJWeaXtmDFxBkQpJMBszX7yfNL5N6vQ5SVEZ+nqxh2WpBfv+pGTq1wf9BfYjdZlbCcOmeeD0dEs= Received: by 10.140.201.21 with SMTP id y21mr4528392rvf.259.1212359168615; Sun, 01 Jun 2008 15:26:08 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Sun, 1 Jun 2008 15:26:08 -0700 (PDT) Message-ID: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> Date: Sun, 1 Jun 2008 17:26:08 -0500 From: "Sam Fourman Jr." To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:26:09 -0000 I have a FreeBSD 6.2 server installed in June of 2007 yesterday I did a portsnap fetch update and a portupgrade -ar now when I ssh in I get the following error csh: Cannot open /etc/termcap. csh: using dumb terminal settings. as a result I can not run vi nor can I build /usr/ports/editors/vim can anyone help? Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 22:43:12 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9875F1065670 for ; Sun, 1 Jun 2008 22:43:12 +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 F27058FC0C for ; Sun, 1 Jun 2008 22:43:11 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TedsTec (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 m51MNJoW046153; Sun, 1 Jun 2008 15:23:20 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , "FreeBSD Questions" Date: Sun, 1 Jun 2008 15:23:24 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <1212348169.92955.7.camel@tao.thought.org> Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sun, 01 Jun 2008 15:23:21 -0700 (PDT) Cc: Kurt Buff , Derek Ragona Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:43:12 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline Sent: Sunday, June 01, 2008 12:23 PM To: FreeBSD Questions Cc: Kurt Buff; Derek Ragona Subject: Re: Duplex printer advice >I second this suggestion since my Brother HL-5250DN just-worked once it >was plugged into my hub. It was $179 at Costco a few months back, has >all the features that David mentions, and builtin Postscript|clone. >It just prints--nothing fancy--but then hey... . Just one warning about these. The toner empty light blinks use the same pattern as the fuser fail. And, unlike the HP units, you usually can't "shake down" the cartridge to get an extra hundred or so pages out of it. Don't jump to conclusions that the fuser is bad when it's out of toner. Ted From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 22:49:06 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82DCE106566B for ; Sun, 1 Jun 2008 22:49:06 +0000 (UTC) (envelope-from kurt.buff@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 294CC8FC14 for ; Sun, 1 Jun 2008 22:49:05 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so314530pyb.10 for ; Sun, 01 Jun 2008 15:49:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=uUzGVFATmPpwV0+goNnrGUq4sNE3hGQ+F849LJdaTgs=; b=oNDp2BeFxITOdoQAoNGPRakkQGkBy2rwWRmWvhbmS8QfBMb5v2TY9iHWUyURYA4runXEr1JDCMFEopEub/BSmRnEQXiGqWxRbhSlsjqTmYjSRdAezzlHOMhmPKVJUwVx3K/aLHbF6ELRP2KtiUw8DGQ70z+KJLVZtCM+CWq4Kfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TKLuUuICEeu3aqW2a0GR1vySIiBVYHlisYkZUqJjgfHoUGa+KXR4RoB3H+Q5XPOE95l+eQGHIld6laoqSA7Mo768yR73Mvk074ezrfRBx3VjJTXHHxCKcW1rn0ayH5l3H7liyECV2nUFhxJ1ZnlrIuQZsfdCihThezpSfTO7CrM= Received: by 10.142.178.13 with SMTP id a13mr1914799wff.143.1212360544372; Sun, 01 Jun 2008 15:49:04 -0700 (PDT) Received: by 10.143.156.7 with HTTP; Sun, 1 Jun 2008 15:49:04 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 15:49:04 -0700 From: "Kurt Buff" To: "FreeBSD Questions" In-Reply-To: <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> Cc: Derek Ragona Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:49:06 -0000 On Sun, Jun 1, 2008 at 11:26 AM, David Kelly wrote: > > On May 31, 2008, at 6:34 PM, Derek Ragona wrote: > >> At 04:12 PM 5/31/2008, Kurt Buff wrote: >>> >>> All, >>> >>> I'm looking to replace my current printer - a Dell 1700n - because I >>> can't make it work with FreeBSD/Linux. >>> >>> To replace it, I'd like to get a duplex printer, as I really hate to >>> waste paper. Does anyone have good experience with one that isn't >>> terribly expensive (expensive to me means more than US$500) and that >>> works with with FreeBSD? Even better if it has Ethernet. >>> >>> I'm only finding (on ostg.pricegrabber.com) the Lexmark Optra T622DN >>> and T522DN, but don't know much about them. >>> >>> Anyone care to share? >>> >>> Kurt >> >> My 2 cents is I'd looks for a printer with a built-in network interface >> and that has postscript and pcl emulations. In addition look at the >> replacement toner cost and figure out the cost of ownership across 3-5 >> years. >> >> I would look at lexmark, and samsung. Lexmark have higher duty cycles >> (pages per month) and take larger toner cartidges. The samsung's make nice >> work group low duty cycle printers. > > Lexmark and Dell are infamous for expensive toner-lock-ins. > > We had this discussion months ago where I recommended a Brother HL-5250DN. I > have about 12,000 trouble free pages on mine, just don't bother trying to > print envelopes. > > Has ethernet, duplex, postscript emulation, PCL-6, just about everything but > a paper tray large enough to hold a full ream. Multiple paper trays are an > available but expensive and rare option. > > Readily available from Staples and other places for $250. Refurbished units > occasionally appear for $100. The usual 3rd party toner places have refills > for under $20 that I've found are good for about 6,000 dense pages. > > $187: http://bensbargains.net/deal/66407/ > > Staples recently (no longer) had refurbished Brother MFC-8660DN on sale for > $200. Appears to be the same printer and features plus scanner with paper > feed, and fax. > > -- > David Kelly N4HHE, dkelly@HiWAAY.net > ======================================================================== > Whom computers would destroy, they must first drive mad. As a matter of not going mad - what driver are you using for this printer? Kurt From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 22:49:36 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 405C81065686 for ; Sun, 1 Jun 2008 22:49:36 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 03E318FC18 for ; Sun, 1 Jun 2008 22:49:35 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so804264wfg.7 for ; Sun, 01 Jun 2008 15:49:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=PuOkKKDDF1A/g1z+CDDA3tueYrIYSp15yJSD0d8C7yM=; b=msOZp21tGq6RJxEEs02cMLdlpBBb+TdGUODeGvvDcRdAE0IFQx0y+yKcSIAk1ccCPTB/3J0SsURki/ApBTdAXeAxrHU2lpsncsvRr4LvVnt+qMO2WJ/FiGTBnxj7bNxWZTY346Kbvlr844s99syPEVTv0vO9EOBOQixaHU62lic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O8UTgpAvDwsFNpA0M5b+ARN4f5STLwtL4Ij4MJ/h2iO3Bpdcd3UlXRbjf1OZYWgedG9um+HlyTXSSqGzvTM7taV5KC2xEaz7THcdXqfVp2sbHsE9iOAomeuDp6Gzef1mEB3p9rJchhDQ7ApXNrIh5J8RG7aNiBAvTiEnOgOeFKw= Received: by 10.142.109.16 with SMTP id h16mr1440913wfc.190.1212360575602; Sun, 01 Jun 2008 15:49:35 -0700 (PDT) Received: by 10.143.156.7 with HTTP; Sun, 1 Jun 2008 15:49:35 -0700 (PDT) Message-ID: Date: Sun, 1 Jun 2008 15:49:35 -0700 From: "Kurt Buff" To: "Ted Mittelstaedt" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1212348169.92955.7.camel@tao.thought.org> Cc: kline@thought.org, FreeBSD Questions , Derek Ragona Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 22:49:36 -0000 On Sun, Jun 1, 2008 at 3:23 PM, Ted Mittelstaedt wrote: > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline > Sent: Sunday, June 01, 2008 12:23 PM > To: FreeBSD Questions > Cc: Kurt Buff; Derek Ragona > Subject: Re: Duplex printer advice > > >>I second this suggestion since my Brother HL-5250DN just-worked once it >>was plugged into my hub. It was $179 at Costco a few months back, has >>all the features that David mentions, and builtin Postscript|clone. >>It just prints--nothing fancy--but then hey... . > > Just one warning about these. > > The toner empty light blinks use the same pattern as the > fuser fail. And, unlike the HP units, you usually can't > "shake down" the cartridge to get an extra hundred or > so pages out of it. Don't jump to conclusions that the > fuser is bad when it's out of toner. > > Ted Good to know. Thanks. Kurt From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 23:42:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECA941065677 for ; Sun, 1 Jun 2008 23:42:17 +0000 (UTC) (envelope-from tom@shockergroup.com) Received: from mail.shockergroup.com (mail.shockergroup.com [71.41.34.125]) by mx1.freebsd.org (Postfix) with ESMTP id 9E25D8FC1C for ; Sun, 1 Jun 2008 23:42:17 +0000 (UTC) (envelope-from tom@shockergroup.com) Received: (qmail 66851 invoked by uid 89); 1 Jun 2008 23:15:22 -0000 Received: by simscan 1.2.0 ppid: 66846, pid: 66848, t: 0.2050s scanners: attach: 1.2.0 clamav: 0.91.1/m:44 Received: from unknown (HELO PowerSled.home) (tom@shockergroup.com@71.180.209.21) by mail.shockergroup.com with ESMTPA; 1 Jun 2008 23:15:21 -0000 Message-Id: <31470F5A-473A-41F5-A0C9-ECC96F2B9183@shockergroup.com> From: Tom Ierna To: Joshua Isom In-Reply-To: <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> Mime-Version: 1.0 (Apple Message framework v924) Date: Sun, 1 Jun 2008 19:15:34 -0400 References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> X-Mailer: Apple Mail (2.924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions , eculp Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 23:42:18 -0000 On Jun 1, 2008, at 5:13 PM, Joshua Isom wrote: > To be able to mount your iPhone, you're going to have to essentially > void the warranty and risk turning it into a pretty paperweight. It > sucks, but that's the way it is. But at least you can charge your > iPhone using FreeBSD. If using libgpod through gtkpod only requires the iPhone be jailbroken, the above is not true. Jailbreaking your iPhone does not void the warranty, and there is very little chance of bricking it by just jailbreaking it. Bricking used to be an issue when mucking with the radio firmware, but jailbreaking doesn't touch that stuff. To jailbreak an iPhone, check out http://ziphone.org/ You will need either a Windows or Mac to do the Jailbreak though. -- Tom Ierna President Shockergroup, Inc. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 00:36:02 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D139D10656BB for ; Mon, 2 Jun 2008 00:36:02 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 9DDEF8FC17 for ; Mon, 2 Jun 2008 00:36:02 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 31830 invoked from network); 2 Jun 2008 00:36:02 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 2 Jun 2008 00:36:02 -0000 Message-ID: <48433E2E.3070004@telenix.org> Date: Sun, 01 Jun 2008 20:26:22 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Ted Mittelstaedt References: In-Reply-To: X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Kurt Buff , kline@thought.org, FreeBSD Questions , Derek Ragona Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 00:36:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ted Mittelstaedt wrote: > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline > Sent: Sunday, June 01, 2008 12:23 PM > To: FreeBSD Questions > Cc: Kurt Buff; Derek Ragona > Subject: Re: Duplex printer advice > > >> I second this suggestion since my Brother HL-5250DN just-worked once it >> was plugged into my hub. It was $179 at Costco a few months back, has >> all the features that David mentions, and builtin Postscript|clone. >> It just prints--nothing fancy--but then hey... . > > Just one warning about these. > > The toner empty light blinks use the same pattern as the > fuser fail. And, unlike the HP units, you usually can't > "shake down" the cartridge to get an extra hundred or > so pages out of it. Don't jump to conclusions that the > fuser is bad when it's out of toner. Man, this is really going to look like I'm never satisfied, which I guess is actually true, so why am I worried about that? thanks to this thread, I found out about the Brother printers ... my own requirements list includes (color duplex printer scanner). I don't need it to be a laser, but I do need both color, multifunc, and duplex printing. I spotted the Brother the DCP-9045CDN, but at $700 list, I begin to wonder if I could find one with the same specs ESCEPTING it was the cheaper technology of inkjet. Didn't find a Brother like that, but I'm not finished looking for used 9045's, and I didn;'t get your comments about it ... please don't spend time trying to talk me out of features like color, or duplex, I like both too well. I might be talked out of it being multifunction, but it's be a fight for sure. The reasoning behind going to inkjet is because I'm currently on a tight budget. I really would like to pay no more than about half that $700. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIQz4tz62J6PPcoOkRAmFZAKCJ4AJcZx5LpsXUdeVVVWA+fD7I6wCeMNLK 3iU8Y97qg1foFf0i7ICxWn4= =I3NO -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 01:06:59 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B69F1065672 for ; Mon, 2 Jun 2008 01:06:59 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5283A8FC1A for ; Mon, 2 Jun 2008 01:06:59 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from [10.0.0.183] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id m5216sIu1061956 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 1 Jun 2008 20:06:57 -0500 (CDT) From: David Kelly To: Ted Mittelstaedt In-Reply-To: X-Priority: 3 (Normal) References: Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Sun, 1 Jun 2008 20:06:52 -0500 X-Mailer: Apple Mail (2.924) Cc: Kurt Buff , Gary Kline , FreeBSD Questions , Derek Ragona Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 01:06:59 -0000 On Jun 1, 2008, at 5:23 PM, Ted Mittelstaedt wrote: > Just one warning about these. > > The toner empty light blinks use the same pattern as the > fuser fail. And, unlike the HP units, you usually can't > "shake down" the cartridge to get an extra hundred or > so pages out of it. Don't jump to conclusions that the > fuser is bad when it's out of toner. An irony of this printer is a new drum is $180 MSRP but refurbished 5250's or 5240's are about $100. If ever my drum needs replacement I'll buy a refurbished printer. The 5240 is the same thing but without network, duplex, or postscript. So when buying for spare parts its just as good as a 5250. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 01:17:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE021065677 for ; Mon, 2 Jun 2008 01:17:31 +0000 (UTC) (envelope-from mlobon@ig.com.br) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 31F188FC13 for ; Mon, 2 Jun 2008 01:17:31 +0000 (UTC) (envelope-from mlobon@ig.com.br) Received: by wx-out-0506.google.com with SMTP id h27so667644wxd.7 for ; Sun, 01 Jun 2008 18:17:30 -0700 (PDT) Received: by 10.90.101.17 with SMTP id y17mr10491436agb.82.1212369450224; Sun, 01 Jun 2008 18:17:30 -0700 (PDT) Received: from lobo ( [189.70.35.133]) by mx.google.com with ESMTPS id 39sm627504aga.0.2008.06.01.18.17.27 (version=SSLv3 cipher=RC4-MD5); Sun, 01 Jun 2008 18:17:29 -0700 (PDT) From: Mario Lobo Organization: Digiart To: "Dominique Goncalves" Date: Sun, 1 Jun 2008 22:18:29 -0300 User-Agent: KMail/1.9.7 References: <200805311610.51979.mlobon@ig.com.br> <7daacbbe0805311405k2614a519p58c4d731c3f5ef1d@mail.gmail.com> In-Reply-To: <7daacbbe0805311405k2614a519p58c4d731c3f5ef1d@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: <200806012218.29795.mlobon@ig.com.br> Cc: freebsd-questions@freebsd.org Subject: Re: downgrading /sys/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 01:17:31 -0000 On Saturday 31 May 2008 18:05:24 Dominique Goncalves wrote: > Hi, > > On 5/31/08, Mario Lobo wrote: > > This may sound wierd but let me explain why. > > > > On last may/26, I added a Sound Blaster Live to my machine and I wanted > > to activate the midi interface of the emu10kx driver. I know there were > > some memory and timming problems but I wanted to experiment. So I did a > > csup to 7_CURRENT (which is the tag I always use) then edited emu10kx to > > coment out the #if 0 that excludes the midi code. I took the oportunity > > to coment the drivers I did not need to make the kernel smaller. > > Recompiled and loaded emu10kx from loader.conf. the Kernel crashed rig= ht > > after the acpi_hpet driver load. But by loading emu10kx later, there w= as > > no crash and SB board worked fine. > > > > A hunch told me to save kernel.old so I moved it to kernel.good which i= s: > > FreeBSD lobo 7.0-STABLE FreeBSD 7.0-STABLE #1: Thu May 22 18:32:28 BRT > > 2008 root@lobo:/usr/src/sys/i386/compile/LOBO i386 > > > > After that I went on to make some DVD backups with k3b which ALWAYS > > worked fine and now, after this upgrade, k3b keeps crashing without > > finishing. Software and device buffers usage behaved erratically, and > > even if it doesn't crash, it stops in around 30% with a write error. I > > lost a few DVDs, since I suspected the DVD+RW may have had something to > > do with the problem. I recompiled k3b (and the other ports around it) b= ut > > results were the same. > > > > Anyway, after several unsuccessful attempts to correct the problem by > > removing/re-adding kernel drivers, recompiles and even removing the SB > > board, I decided to move /boot/kernel to kernel.new, and copied > > kernel.good to kernel and voil=E1 ! Everything went back to normal and > > worked fine! > > > > What I want to do is to make a copy of my current /src/sys, revert it > > back to what it was in may/22 (kernel.good) and compare it with the > > current /src/sys to see what changed that provoked this behavior. I > > suspect of ata and memory handling changes but it's just a guess. I'd > > have to have both sources to compare. > > > > So my question is: How can I get my /src/sys back to what it was in > > may/22? can this be done? > > You could use the 'date=3D' option in your stable-supfile: > *default release=3Dcvs tag=3DRELENG_7 date=3D20080522000000 > > man 1 csup for more details > > Hope this helps > Thanks ! that did it !! but the date format should so: date=3D2008.05.22.00.00.00 I am going to dig in and see if I can find out what happened. =2D-=20 Mario Lobo http://www.mallavoodoo.com.br =46reeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winedows FRE= E) From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 01:17:40 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFCE1106571E for ; Mon, 2 Jun 2008 01:17:40 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id 7C3328FC18 for ; Mon, 2 Jun 2008 01:17:40 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from [10.0.0.183] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id m521HaZF1208818 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sun, 1 Jun 2008 20:17:38 -0500 (CDT) From: David Kelly To: Kurt Buff In-Reply-To: References: <6.0.0.22.2.20080531183045.026169e0@mail.computinginnovations.com> <33C49E26-65AE-4F2C-8238-D9DC58F70E91@hiwaay.net> Message-Id: <8E9357B1-7AA4-491C-A0AD-B0673311883C@hiwaay.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Sun, 1 Jun 2008 20:17:36 -0500 X-Mailer: Apple Mail (2.924) Cc: FreeBSD Questions , Derek Ragona Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 01:17:41 -0000 On Jun 1, 2008, at 5:49 PM, Kurt Buff wrote: > As a matter of not going mad - what driver are you using for this > printer? Search the list archives, Gary Kline is the latest to have worked out those specific details. I usually use apsfilter but haven't reinstalled it since the wipe and reinstall of my ports after upgrading to 7.0-stable. Most of my 12,000 pages were printed from MacOS X. At another location I have a FreeBSD 5.4 or 5.5 machine with something like 600 days of uptime which uses apsfilter, ghostscript via hpdj driver, to the PCL-5 network interface on a Kyocera printer. Ironically the Kyocera has a postscript interface but we never figured out how/who was turning it off. Know the hooks are there in the print system to enable duplex but haven't made much use of them from FreeBSD. Most all of my 12,000 pages were duplex. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 01:59:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083691065674 for ; Mon, 2 Jun 2008 01:59:58 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id A0F3B8FC14 for ; Mon, 2 Jun 2008 01:59:57 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so368858ywe.13 for ; Sun, 01 Jun 2008 18:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=ka3nHtiwMbjEkf9XtSoQCTU62Rzbs5OpcNgo/2nwztY=; b=eAoWCY/6SdBCnjlcJMLPsA3wiqIPnzqrQ/O9WEIhmWZgkxNMBoHzSnkhViFryeqUqEBjIcD0LqJICbiQJ5veYdP0TNbVU0aGZr0k4vBZYpj5Yv49E22jsQKS86lpI4HdzACBaREIzUzVkbIdvUV65toUJU1ZG3ggH3LOAXJ3soE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=CC4i1606YGG+heoaIL829YSYIkme5kAF+Dyrv7GUrM19FiIWXDkRwO3Z0I5FGtotMVwyhAK3AUUmb62PEgmRprZ0K2T+vnAFqXs0ysIZRnw7d88uQ2WQuNVePEFdsch8X/+BRYFe5pDr9DTmV6dmk0Udyrr55niUZG6D+m5ERFw= Received: by 10.150.202.3 with SMTP id z3mr10072765ybf.224.1212371992846; Sun, 01 Jun 2008 18:59:52 -0700 (PDT) Received: from ?192.168.1.102? ( [190.17.114.148]) by mx.google.com with ESMTPS id 5sm4114679ywd.2.2008.06.01.18.59.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Jun 2008 18:59:51 -0700 (PDT) Message-ID: <48435413.9070208@gmail.com> Date: Sun, 01 Jun 2008 22:59:47 -0300 From: Sdavtaker User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Jerry McAllister References: <48420FF3.8000304@gmail.com> <18498.42600.288236.193974@jerusalem.litteratus.org> <20080601202815.GA55808@gizmo.acns.msu.edu> In-Reply-To: <20080601202815.GA55808@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Robert Huff , freebsd-questions@freebsd.org Subject: Re: small office backup hardware advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 01:59:58 -0000 The rotative HDs sounds like a nice approach, i will check some prices and see what i can get here. Thanks for the info, I will try the dump way, it should be enough :-) Damian Jerry McAllister wrote: > On Sun, Jun 01, 2008 at 09:38:48AM -0400, Robert Huff wrote: > > >> Sdavtaker writes: >> > > > Im working in a small office (4 PC with 80GB HD each and a > > "server" with a 200GB HD). > > We were working with no backups at all until now, we was just > > replicating some critical data in more than 1 PC all the time, > > back then there was no money for any hard copy of the data > > outside of the network (maybe a couple DVDR time to time). > > Now, they gave me some money for backup stuff. > > Depends on just what you need. If you just want to cover a system > failure, then maybe you should get some USB connected hard drives. > They are pretty cheap now. > > If you have 4 80 GB drives to back up, then get at least 3 drives > with 350 GB space or more. > > Use fdisk/disklabel/newfs to create 4 (or more) 90 GB filesystems > on each drive. > Then set up a rotation of those drives so you use dump(8) to back up > each current file system that has important data to those USB drives. > So, PC A gets dumped to filesystem da0s1a, PC B to da0s1b, etc. > > Say there is a root, /usr and /data file systems that you want to > back up, just for example, then you would plug in the USB disk > and mount them something like this. > > On PC A, > mount /da0s1a /pcabak > dump 0aLf /pcabak/root.bak / > dump 0aLf /pcabak/usr.bak /usr > dump OaLf /pcbak/data.bak /data > > Then on PC B, > mount /da0s1b /pcbbak > dump 0aLf /pcbbak/root.bak / > dump 0aLf /pcbbak/usr.bak /usr > dump OaLf /pcbak/data.bak /data > > This will crate three appropriately named backup files for each > PC on the USB disk. This is presuming the USB connects as /dev/da0 > It could be something else if you have other SCSI devices. So, it > might ende up as /dev/da1 or something like that. > > Really, you don't need all the extra partitions and filesystems. > Just make one and create appropriately named directories. But > the separate filesystems will enforce separation of that us > useful to you. > > > Or, since there are just exactly 4 systems and it is possible to > make up to 4 slices on a drive, then make 4 slices and then > partitions within each slice to match those on the current machines. > Say you want, for some reason, to back up partitions a, d, e of > PC A and partitions d, f, g of PC B, etc (just grabbing partitions > out of the hat here to use as example here), then > > Make slice 1 for PC A, slice 2 for PC b, slice 3 for PC C and slice 4 for PC D > on each USB disk. > > Then make partitions a, d, e on slice 1, d, f, g on slice 2, etc. > Use newfs(8) to build file systems of each of those partitions and > then use dump to create the dump files in each. That makes sense > but may be more bother then really needed, since you can distinguish > the dumps just by the names you give them. > > If you must create archive backups, then you will probably want to go > to a good tape system, such as DLT or LTO tapes. But, they are so > expensive relative to buying a handful of 350 - 500 GB USB hard drives > that you should think carefully about your needs before deciding. > > Have fun, > > ////jerry > > > >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 03:12:56 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A68CD1065670 for ; Mon, 2 Jun 2008 03:12:56 +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 764418FC14 for ; Mon, 2 Jun 2008 03:12:56 +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 m523CteO007929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 1 Jun 2008 20:12:56 -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 m523CtHe007928; Sun, 1 Jun 2008 20:12:55 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA22836; Sun, 1 Jun 08 20:00:32 PDT Date: Sun, 01 Jun 2008 20:00:17 -0700 From: perryh@pluto.rain.com To: chuckr@telenix.org Message-Id: <48436241.p30RneQAiB4AljM0%perryh@pluto.rain.com> References: <48433E2E.3070004@telenix.org> In-Reply-To: <48433E2E.3070004@telenix.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 03:12:56 -0000 > my own requirements list includes (color duplex printer scanner). > I don't need it to be a laser, but I do need both color, multifunc, > and duplex printing ... I begin to wonder if I could find one with > the same specs ESCEPTING it was the cheaper technology of inkjet. > ... please don't spend time trying to talk me out of features > like color, or duplex, I like both too well ... If you want *good* color, look into Xerox. Seriously. They are not as costly as you may be expecting. My experience with inkjet is that it produces inferior results, and saves little or no money if you consider the cost of ink, esp. when you have to pitch a 3/4-full cartridge because it clogged up. BT, DT. And no, I don't work for Xerox. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 04:58:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0240106567C for ; Mon, 2 Jun 2008 04:58: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 9BA578FC0C for ; Mon, 2 Jun 2008 04:58:11 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K327S-0001yi-8P for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 04:58:06 +0000 Received: from 93-80-245-228.broadband.corbina.ru ([93.80.245.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 04:58:06 +0000 Received: from swell.k by 93-80-245-228.broadband.corbina.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 04:58:06 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: swell.k@gmail.com Date: Mon, 02 Jun 2008 08:57:54 +0400 Lines: 21 Message-ID: <86iqwsh1rh.fsf@gmail.com> References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 93-80-245-228.broadband.corbina.ru User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:GuhXgKremZCHItVDfB1tAVgy+8E= Sender: news Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 04:58:12 -0000 "Sam Fourman Jr." writes: > I have a FreeBSD 6.2 server installed in June of 2007 > > yesterday I did a portsnap fetch update > and a portupgrade -ar > now when I ssh in I get the following error > > csh: Cannot open /etc/termcap. > csh: using dumb terminal settings. Are you sure /usr/share/misc/termcap isn't empty and accesible on the target machine? lrwxr-xr-x 1 root wheel 23B May 31 2007 /etc/termcap@ -> /usr/share/misc/termcap > > as a result I can not run vi nor can I build /usr/ports/editors/vim > > can anyone help? > > Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 07:52:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F28E106564A for ; Mon, 2 Jun 2008 07:52:40 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (host-80-81-242-11.violetlan.net [80.81.242.11]) by mx1.freebsd.org (Postfix) with ESMTP id 46A9C8FC13 for ; Mon, 2 Jun 2008 07:52:39 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (localhost [127.0.0.1]) by mail.violetlan.net (Postfix) with ESMTP id CF16811460 for ; Mon, 2 Jun 2008 08:46:29 +0100 (BST) Received: from www.violetlan.net (mbali.violetlan.net [10.0.100.150]) by mail.violetlan.net (Postfix) with ESMTP id 9D96E11426 for ; Mon, 2 Jun 2008 08:46:29 +0100 (BST) Received: from 217.41.34.61 (SquirrelMail authenticated user freebsd@violetlan.net) by www.violetlan.net with HTTP; Mon, 2 Jun 2008 08:45:35 +0100 (BST) Message-ID: <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> In-Reply-To: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> Date: Mon, 2 Jun 2008 08:45:35 +0100 (BST) From: "Reinhold" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 07:52:40 -0000 Hi. I'm still struggling with this problem, is there anyone out there that can offer me some help please Thanks Reinhold On Thu, May 29, 2008 11:13, Reinhold wrote: > Hi > > > I'm using mpd5 for pptp connections and last night I had to change our > subnet from 192.168.1.0/24 to 10.1.10.0/24 after I've made all the changes > to all the config files I rebooted and everything is working except for > pptp. I'm using mpd5 for 2 x adsl pppoe and pptp. > > > Here is the pptp section > pptp: > set ippool add pool1 10.1.10.220 10.1.10.239 > > create bundle template B set iface enable proxy-arp set iface idle 1800 set > iface enable tcpmssfix set ipcp yes vjcomp set ipcp ranges 10.1.10.1/32 > ippool pool1 set ipcp dns 10.1.10.5 208.67.222.222 > > set bundle enable compression set bundle enable crypt-reqd set ccp yes mppc > set mppc yes e40 set mppc yes e128 set mppc yes stateless > > create link template L pptp set link action bundle B set link enable > multilink set link yes acfcomp protocomp set link no pap chap set link > enable chap set link keep-alive 10 60 set link mtu 1460 > > set pptp self external-ip set link enable incoming > > and then in my pf.conf if_pptp = "{ ng2, ng3, ng4, ng5, ng6, ng7, > ng8, ng9, ng10, ng11, ng12, ng13, ng14, ng15, ng16, ng17, ng18, mg19, > ng20, ng21 }" > > # PPTP in WAN1 > pass quick log on $ext_if1 inet proto gre all keep state pass quick log on > $ext_if1 proto {tcp, udp } from any to 217.41.34.61 port > = 1723 keep state > pass quick log on $if_pptp from any to any keep state > > I'm getting an Error 800: Unable to establish a VPN connection. > This used to work well before I changed the subnet last night. > > > Any idea why its not working anymore? > Thanks > Reinhold > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 08:01:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA84106566C for ; Mon, 2 Jun 2008 08:01:41 +0000 (UTC) (envelope-from riaank@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by mx1.freebsd.org (Postfix) with ESMTP id BC7C18FC16 for ; Mon, 2 Jun 2008 08:01:41 +0000 (UTC) (envelope-from riaank@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so958495rvf.43 for ; Mon, 02 Jun 2008 01:01:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=n266lZiTOGMKaQ7OQ+ul2cS3/ES0muWLavrfrGC9D3Y=; b=qTove63XUQQhuV2tHZYWgSG46Ql8QbvxY6UUwSLxIBjMf6Q2Y71WPtKaFlJ1PhtK1/DVGQ/k6pzjuqVLhQy0GLGdgoJ4WAqke84P7mrBKdwEzn97MadNpui3eQb+VE18MbamMyWVoE8cmg0j5TqfCtrs0uGn0feq7Norydc4mSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=UvLynnsnuA7zAREoA2sRXUoUoI/3/uKrmkt5hDTRE96H827Ae1FdvlO7ZStp/SXgOyhaampuUq6tRd2W9tpiWrGBu1h8IpiAUOsltKNZER9lAzFsl9Mdi1pI8tIEnQrFyRUaponRNFsR+VfIN4QUbUr1FTZnXFvczwPIux+cLLs= Received: by 10.114.13.1 with SMTP id 1mr9237615wam.96.1212392058149; Mon, 02 Jun 2008 00:34:18 -0700 (PDT) Received: by 10.115.54.10 with HTTP; Mon, 2 Jun 2008 00:34:18 -0700 (PDT) Message-ID: <85c4b1850806020034i762f4934g999aca5011b803a6@mail.gmail.com> Date: Mon, 2 Jun 2008 09:34:18 +0200 From: "Riaan Kruger" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pmcstat log file analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 08:01:42 -0000 I am looking for an explanation of the pmc native log file fields (or so called raw output) when doing a "pmctstat -R /tmp/mylogfile". A typical sample entry will look like: sample 0x1000401 874 0xc09da725 s I guess the 874 is a PID and the "s" means system as opposed to user. Could anybody point me to documentation which explains this Thanx Riaan From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 09:58:22 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1388106566B for ; Mon, 2 Jun 2008 09:58:21 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id AB3328FC23 for ; Mon, 2 Jun 2008 09:58:21 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so421475ywe.13 for ; Mon, 02 Jun 2008 02:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=xrcSUKO1kagJB3VMJll9U+VClXG9j82iMWKDLH1qiKo=; b=wlOshBBtA7L2uFZmRq4pfs2mHsFu5W4W/9kr8X+1mTb5YmKbhfDTKCZb07lH5UIUgezeu63LQEpRuuOv7HnuL/dtFtQNhn7tYqUeVU8Bs09L5PnHL0I56dPOaQ9pYf+zGtmokFzW5jRXB89E8iQh5A8jyR3s4gmL0fswbrxGmgk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Eq3rbzT5Ygvqv4pGnrgO/4+jFp1jqLIethr3w/agKo0LhawotEvIJwaBwiuqikyYlMOJVlmSpj2NQ/qnLM3JVVfBXtZsc8dRbQjTp0qWa75/Y1mQua/ZsDNyO6SYB8Cb482AXlnfBDDvTM4Q7uyn/VsSSj7imDH2hJORtdls8yQ= Received: by 10.151.112.12 with SMTP id p12mr584046ybm.195.1212400694384; Mon, 02 Jun 2008 02:58:14 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Mon, 2 Jun 2008 02:58:14 -0700 (PDT) Message-ID: <991123400806020258o504c14aid424369edbce3715@mail.gmail.com> Date: Mon, 2 Jun 2008 12:58:14 +0300 From: "Odhiambo Washington" To: Reinhold In-Reply-To: <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> Cc: questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 09:58:22 -0000 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold wrote: > Hi. > > I'm still struggling with this problem, is there anyone out there that can > offer me some help please I have tested your changes on my mpd5 as well. (a) I assigned 10.1.10.1 as alias IP: ifconfig xl0 inet 10.1.10.1 alias up Mine was 192.168.33.1, but I have used exactly same range as you in the test. (b) Then I edited mpd.conf by doing s/192.168.33/10.1.10/g I did not change any firewall rules (though I use IPFilter/IPNAT on this box). IIUC, your problem is mpd authenticating, yes? I was able to authenticate without a problem. Did you also edit your /etc/rc.conf to change the IP associated with the vpn setup? Here is the mpd.conf I tested: startup: set user foo bar admin set user foo1 bar1 set console self 127.0.0.1 5005 set console open set web self 0.0.0.0 5006 set web open default: load pptp_server pptp_server: set ippool add pool1 10.1.10.50 10.1.10.99 create bundle template MYVPN set iface enable proxy-arp set iface idle 1800 set iface enable tcpmssfix set ipcp yes vjcomp set ipcp ranges 10.1.10.1/32 ippool pool1 set ipcp dns 10.1.10.1 set bundle enable compression set ccp yes mppc set mppc yes e40 set mppc yes e128 set mppc yes stateless create link template MYVPN pptp set link action bundle MYVPN set link enable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link keep-alive 10 60 set link mtu 1460 set pptp self MY_PUBLIC_IP_HERE set link enable incoming Lemme know if this helps.... -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 10:01:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47BFA106567B for ; Mon, 2 Jun 2008 10:01:44 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 057728FC18 for ; Mon, 2 Jun 2008 10:01:43 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so422122ywe.13 for ; Mon, 02 Jun 2008 03:01:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=b0bOunkVLHzjbklubZSqw7gP5W1PUAr4RvmKRyPo29U=; b=lQ3/e8AoP8wDnN4C6J2ceULSGpvuQmr4aVqDY2Zyx5ckG0vsOVNZhMyHNjQ/y5PjW/Is6v8b9ux3NK8rWp73Al2QYV7iDb1L01RisbzUD5U9nZc32jHoIM0j5IlLpqWseKINltAJdZ3vFvNNvVM7HQtuZiMVN8egEROopRD5vNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gZSDqY63u1fjnYlNjnlEOd2+x8I9R5jbUpMvFevIY/HVAi239OfkaYO12+oHseHhG03G7FHxHjjJq7rhjxZj93pHJkm+m0SKctZCuRkW9PYmx+VYNHSnnRo5itCsm8JykICrlyggkPYuqEbFhpmAXRBlptL0mamgl3XBOLKn9RU= Received: by 10.150.12.3 with SMTP id 3mr2180278ybl.14.1212400903322; Mon, 02 Jun 2008 03:01:43 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Mon, 2 Jun 2008 03:01:43 -0700 (PDT) Message-ID: <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> Date: Mon, 2 Jun 2008 13:01:43 +0300 From: "Odhiambo Washington" To: Reinhold In-Reply-To: <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> Cc: freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 10:01:44 -0000 On Mon, Jun 2, 2008 at 10:45 AM, Reinhold wrote: > Hi. > > I'm still struggling with this problem, is there anyone out there that can > offer me some help please What I've done most of the times is to log all communications with mpd by adding a logging entry into /etc/syslog.conf: !mpd5 *.* /var/log/mpd5.log Then touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid` You can then look at /var/log/mpd5 for more clues Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 10:42:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8568C1065670 for ; Mon, 2 Jun 2008 10:42:10 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6028FC16 for ; Mon, 2 Jun 2008 10:42:10 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1006907rvf.43 for ; Mon, 02 Jun 2008 03:42:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=EdPr1YKjrcEBne+R0Sb3pCjKquWcTLq/fTeK5/O3gDc=; b=bvna6Z+cjQ0JSsv5r/W5cKdsxqliOz7eQDSVJb7yqkAttRZP0HXJ2eKTDseUJWnf/p3VL/FZZ40AUMjxXQ/qI9R3z5UFuq2q8E6ty1xZ5XyXBriT76N10q5NuhJ7GQEJXEfgttPsnsajeUbXU07nzhRj90GW82KCCQvltVA2jQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ks0NrpVmkYN05a9lysjhQwJCti3Gq22IPlGHcFaCGf9rtAOw/mQtxs6xZMR0W5o78LHbHCJv2WOtwohCQcUd+PT3frdWoWyRJAbdDwihpW5LpgEky9Atm3rcYpg3/bZQ0wTlqdgrYyUXNUbqVBlVeWQQ0i3JbJOvrOGJPQuVL78= Received: by 10.140.127.20 with SMTP id z20mr4837119rvc.77.1212401848380; Mon, 02 Jun 2008 03:17:28 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Mon, 2 Jun 2008 03:17:28 -0700 (PDT) Message-ID: <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> Date: Mon, 2 Jun 2008 05:17:28 -0500 From: "Sam Fourman Jr." To: swell.k@gmail.com In-Reply-To: <86iqwsh1rh.fsf@gmail.com> MIME-Version: 1.0 References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <86iqwsh1rh.fsf@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 10:42:10 -0000 > > > csh: Cannot open /etc/termcap. > > csh: using dumb terminal settings. > > Are you sure /usr/share/misc/termcap isn't empty and accesible > on the target machine? > lrwxr-xr-x 1 root wheel 23B May 31 2007 /etc/termcap@ -> > /usr/share/misc/termcap > I receive the following %cp /usr/share/misc/termcap /etc/termcap cp: /etc/termcap and /usr/share/misc/termcap are identical (not copied). is there a quick fix to this? Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 10:53:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 709E3106567D for ; Mon, 2 Jun 2008 10:53:53 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 348C38FC24 for ; Mon, 2 Jun 2008 10:53:53 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1K37fg-0001BP-Ke for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 11:53:52 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1K37fg-0003dO-2u for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 11:53:48 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2) with ESMTP id m52Arl2c000396 for ; Mon, 2 Jun 2008 11:53:47 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2/Submit) id m52ArlOP000395 for freebsd-questions@freebsd.org; Mon, 2 Jun 2008 11:53:47 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 2 Jun 2008 11:53:47 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> 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.3i X-Spam-Score: -1.4 X-Spam-Level: - Subject: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 10:53:53 -0000 Hi What is /usr/local/bin/gsc ? I run FreeBSD 6.3-STABLE #2 on compaq armada laptop. When I send a job for printing I see gsc process running: PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND [skip] 99954 daemon 1 117 0 27244K 19000K RUN 0:05 30.08% gsc % which gsc /usr/local/bin/gsc % However, I cannot find any info on gsc. The latest I've found is from 5.2-release, some gsc(4) -- a device driver for a handy scanner. I doubt this is it. Could somebody tell me what gsc is and what it does. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 10:59:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E55B106566B for ; Mon, 2 Jun 2008 10:59:34 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id C3B1E8FC1D for ; Mon, 2 Jun 2008 10:59:33 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 680192841C; Mon, 2 Jun 2008 22:59:31 +1200 (NZST) Date: Mon, 2 Jun 2008 22:59:31 +1200 From: Jonathan Chen To: Anton Shterenlikht Message-ID: <20080602105931.GA2576@osiris.chen.org.nz> References: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 10:59:34 -0000 On Mon, Jun 02, 2008 at 11:53:47AM +0100, Anton Shterenlikht wrote: > Hi > > What is /usr/local/bin/gsc ? If you have portupgrade, pkg_which(1) can tell you. gsc is actually "gs", which is ghostscript. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:03:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39ABE106566C for ; Mon, 2 Jun 2008 11:03:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id BB7508FC0A for ; Mon, 2 Jun 2008 11:03:35 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52B2obq053457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Jun 2008 12:02:52 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4843D384.8070306@unsane.co.uk> Date: Mon, 02 Jun 2008 12:03:32 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> In-Reply-To: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:03:36 -0000 Assuming it was installed from ports, if you have portupgrade installed you could try pkg_which /usr/local/bin/gsc For me this gives [11:59:40:/usr/home/jhary] (jhary@prawn)$pkg_which /usr/local/bin/gsc ghostscript-gpl-8.62_2 Ghostscript is a postscript interpreter which would make sense since most printers talk postscript. Vince Anton Shterenlikht wrote: > Hi > > What is /usr/local/bin/gsc ? > > I run FreeBSD 6.3-STABLE #2 on compaq armada laptop. > > When I send a job for printing I see gsc process running: > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > [skip] > 99954 daemon 1 117 0 27244K 19000K RUN 0:05 30.08% gsc > > % which gsc > /usr/local/bin/gsc > % > > However, I cannot find any info on gsc. > The latest I've found is from 5.2-release, > some gsc(4) -- a device driver for a handy scanner. > I doubt this is it. > > Could somebody tell me what gsc is and what it does. > > many thanks > anton > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:05:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E5BD1065677 for ; Mon, 2 Jun 2008 11:05:14 +0000 (UTC) (envelope-from steve.lake@raiden.net) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [69.51.138.187]) by mx1.freebsd.org (Postfix) with ESMTP id 681F78FC1F for ; Mon, 2 Jun 2008 11:05:14 +0000 (UTC) (envelope-from steve.lake@raiden.net) Received: from works.raiden.net (works [192.168.0.3]) by dragoncrest.jasnetworks.net (8.13.1/8.12.8) with ESMTP id m52B6FRq019625 for ; Mon, 2 Jun 2008 07:06:16 -0400 (EDT) (envelope-from steve.lake@raiden.net) Message-Id: <5.2.0.9.2.20080602071557.00c43458@192.168.0.30> X-Sender: megosdog@192.168.0.30 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 02 Jun 2008 07:18:14 -0400 To: freebsd-questions@freebsd.org From: Steve Lake In-Reply-To: <20080601133028.GA51413@gizmo.acns.msu.edu> References: <258326.33866.qm@web57007.mail.re3.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:05:14 -0000 > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org > > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Unga > > > Sent: Friday, May 30, 2008 9:14 PM > > > To: Steve Lake > > > Cc: freebsd-questions@freebsd.org > > > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > > > > > > > "Raiden's Realm is a community tech site dedicated to > > > helping people learn about Linux, BSD, and open source > > > software." - WHO WE ARE, www.raiden.net. > > > > > > If you are honest for your site's objective, > > > appreciate if could drop the penguin from the site's > > > logo without a delay. It clearly shows your bias. > > > > > > > Yep, he definitely likes birds better than red sex toys... lol. Cute. I'm actually a very strong supporter of Freebsd. I wouldn't list 3 of the major BSD distros in my "recommended distros" section if I wasn't. :) The problem is, the majority of my audience is Linux guys and newbies looking for info on Linux. I figure if I can get them in the door with Linux, I can make a BSD evangelist out of them eventually. :) I've already had quite a few BSD converts over the past couple of years doing just that. :D Steven Lake Owner/Technical Writer Raiden's Realm www.raiden.net Bringing Linux and BSD to the World From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:14:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5398D106571C for ; Mon, 2 Jun 2008 11:14:49 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 11AC68FC0A for ; Mon, 2 Jun 2008 11:14:48 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1K37zx-0004Yq-UG; Mon, 02 Jun 2008 12:14:47 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1K37zx-0003xw-4N; Mon, 02 Jun 2008 12:14:45 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2) with ESMTP id m52BEdhh001539; Mon, 2 Jun 2008 12:14:44 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2/Submit) id m52BEdnJ001538; Mon, 2 Jun 2008 12:14:39 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 2 Jun 2008 12:14:39 +0100 From: Anton Shterenlikht To: Jonathan Chen Message-ID: <20080602111439.GA1476@mech-aslap33.men.bris.ac.uk> Mail-Followup-To: Jonathan Chen , freebsd-questions@freebsd.org References: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> <20080602105931.GA2576@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080602105931.GA2576@osiris.chen.org.nz> User-Agent: Mutt/1.4.2.3i X-Spam-Score: -1.4 X-Spam-Level: - Cc: freebsd-questions@freebsd.org Subject: Re: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:14:52 -0000 On Mon, Jun 02, 2008 at 10:59:31PM +1200, Jonathan Chen wrote: > On Mon, Jun 02, 2008 at 11:53:47AM +0100, Anton Shterenlikht wrote: > > Hi > > > > What is /usr/local/bin/gsc ? > > If you have portupgrade, pkg_which(1) can tell you. gsc is actually > "gs", which is ghostscript. thanks I use portmaster, so pkg_info -La > tmp; vi tmp (and seach for gsc) did this for me. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:17:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BA3A106564A for ; Mon, 2 Jun 2008 11:17:34 +0000 (UTC) (envelope-from y.pankov@irbisnet.ru) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id BC30B8FC17 for ; Mon, 2 Jun 2008 11:17:33 +0000 (UTC) (envelope-from y.pankov@irbisnet.ru) Received: from [192.168.0.23] (igw.irbisnet.ru [194.186.18.4]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m52B3YGF082910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Jun 2008 15:03:35 +0400 (MSD) (envelope-from y.pankov@irbisnet.ru) Message-ID: <4843D394.7050607@irbisnet.ru> Date: Mon, 02 Jun 2008 15:03:48 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> In-Reply-To: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:17:34 -0000 Anton Shterenlikht wrote: > Hi > > What is /usr/local/bin/gsc ? > > I run FreeBSD 6.3-STABLE #2 on compaq armada laptop. > > When I send a job for printing I see gsc process running: > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > [skip] > 99954 daemon 1 117 0 27244K 19000K RUN 0:05 30.08% gsc > > % which gsc > /usr/local/bin/gsc > % First, check if there's manpage with description for gsc :-) You can also check which package installed that file: pkg_info -W /usr/local/bin/gsc (and as you mentioned printing, I'd think it was installed by ghostscript package) and follow the URL in pkg-descr. > However, I cannot find any info on gsc. > The latest I've found is from 5.2-release, > some gsc(4) -- a device driver for a handy scanner. > I doubt this is it. > > Could somebody tell me what gsc is and what it does. > > many thanks > anton > HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:37:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 769D61065678 for ; Mon, 2 Jun 2008 11:37:11 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5308FC1A for ; Mon, 2 Jun 2008 11:37:11 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1K38LZ-0003l2-3j; Mon, 02 Jun 2008 12:37:10 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1K38LY-0004Hj-Gp; Mon, 02 Jun 2008 12:37:04 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2) with ESMTP id m52Bb4Um002817; Mon, 2 Jun 2008 12:37:04 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2/Submit) id m52Bb3Vq002816; Mon, 2 Jun 2008 12:37:03 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Mon, 2 Jun 2008 12:37:03 +0100 From: Anton Shterenlikht To: Yuri Pankov Message-ID: <20080602113703.GA2797@mech-aslap33.men.bris.ac.uk> Mail-Followup-To: Yuri Pankov , freebsd-questions@freebsd.org References: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> <4843D394.7050607@irbisnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4843D394.7050607@irbisnet.ru> User-Agent: Mutt/1.4.2.3i X-Spam-Score: -1.4 X-Spam-Level: - Cc: freebsd-questions@freebsd.org Subject: Re: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:37:11 -0000 On Mon, Jun 02, 2008 at 03:03:48PM +0400, Yuri Pankov wrote: > Anton Shterenlikht wrote: > >Hi > > > >What is /usr/local/bin/gsc ? > > > >I run FreeBSD 6.3-STABLE #2 on compaq armada laptop. > > > >When I send a job for printing I see gsc process running: > > > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > >[skip] > >99954 daemon 1 117 0 27244K 19000K RUN 0:05 30.08% gsc > > > >% which gsc > >/usr/local/bin/gsc > >% > > First, check if there's manpage with description for gsc :-) You can > also check which package installed that file: > pkg_info -W /usr/local/bin/gsc thanks, I missed this switch, it's very useful. anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:37:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08F531065687 for ; Mon, 2 Jun 2008 11:37:39 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (host-80-81-242-13.violetlan.net [80.81.242.13]) by mx1.freebsd.org (Postfix) with ESMTP id C3F7A8FC2B for ; Mon, 2 Jun 2008 11:37:38 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (localhost [127.0.0.1]) by mail.violetlan.net (Postfix) with ESMTP id 669ED11460; Mon, 2 Jun 2008 12:32:12 +0100 (BST) Received: from www.violetlan.net (mbali.violetlan.net [10.0.100.150]) by mail.violetlan.net (Postfix) with ESMTP id 1C02211426; Mon, 2 Jun 2008 12:32:12 +0100 (BST) Received: from 217.41.34.61 (SquirrelMail authenticated user freebsd@violetlan.net) by www.violetlan.net with HTTP; Mon, 2 Jun 2008 12:31:17 +0100 (BST) Message-ID: <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> In-Reply-To: <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> Date: Mon, 2 Jun 2008 12:31:17 +0100 (BST) From: "Reinhold" To: "Odhiambo Washington" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:37:39 -0000 Hi Thanks for the help Its working again \o/ All I did was enabled logging like you suggested and made a change in /etc/rc.conf. I've added this mpd_flags="-b -s mpd5" Then restarted mpd5 and bang it worked. Thanks again. Reinhold On Mon, June 2, 2008 11:01, Odhiambo Washington wrote: > On Mon, Jun 2, 2008 at 10:45 AM, Reinhold wrote: > >> Hi. >> >> >> I'm still struggling with this problem, is there anyone out there that >> can offer me some help please > > What I've done most of the times is to log all communications with mpd > by adding a logging entry into /etc/syslog.conf: > > !mpd5 > *.* /var/log/mpd5.log > > > Then > touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid` > > You can then look at /var/log/mpd5 for more clues > > > > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > > "Oh My God! They killed init! You Bastards!" > --from a /. post > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:52:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 232DF1065674 for ; Mon, 2 Jun 2008 11:52:30 +0000 (UTC) (envelope-from dm-lists@meisternet.ch) Received: from mercury.meisternet.ch (mercury.meisternet.ch [62.65.147.122]) by mx1.freebsd.org (Postfix) with ESMTP id 852008FC28 for ; Mon, 2 Jun 2008 11:52:29 +0000 (UTC) (envelope-from dm-lists@meisternet.ch) Received: by mercury.meisternet.ch (Postfix, from userid 1001) id 18AFCB83F; Mon, 2 Jun 2008 13:31:51 +0200 (CEST) Date: Mon, 2 Jun 2008 13:31:51 +0200 From: Dominik Meister To: freebsd-questions@freebsd.org Message-ID: <20080602113151.GA69025@mercury.meisternet.ch> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: ssh - connect to directory outside of /user/home - permission denied X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 11:52:30 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Turner Litigation Services [Fri, May 30, 2008 at 06:28:26PM -0700]: >=20 > ssh [username]@[severname] /usr/data/pub/ gives permission denied errors. >=20 According to the unison manual the syntax in the configuration would be: root =3D ssh://[user]@[host]//path/to/file If you just want to copy some files, you could also use scp: scp [user]@[host]:/path/to/file . Dominik --=20 Dominik Meister My public GnuPG key is available at http://www.meisternet.ch/gpg.txt --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkhD2iYACgkQVD1CCgD/XK0DrQCfaONukOm9v8jrKjdhhidDg/7s 3a0AoIb6S5Y0GiJ9kPFCHAAU7xqyzi1V =AU58 -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 12:25:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 378BC106564A for ; Mon, 2 Jun 2008 12:25:37 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id EF6528FC1E for ; Mon, 2 Jun 2008 12:25:36 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so444659ywe.13 for ; Mon, 02 Jun 2008 05:25:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=g4m1scMu8QBU7OtuF/zeddS984CCJW5MYjM6uG43MHc=; b=RbF19+LnmizdvZ8Vawsbi7S6Ek6ZvwqMTls+ouakrxJy8DA2MZoo02LOA0/qWBqP5MZdn/s/oFZv01vNWwPbApAYiYCJcHHpJSIQcWf8fxn+ztKqojq9NlIqAUhogMOIXiZM3N3QByaLxd21YDR0iaZgmFzNq6+F+AZqcpcAxwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wy6kTuu6qw9HVGpYhhrcZ9YTncwRjS8uQ03sK8m5ThjTdIqbtydCi/AWHgXwUfkRTQaVpY3Qi/7X4qm5C4Pj0zeBhBhHoOstByUgrsrv3iruJFKxosJc1u1P9EvdpjVxkRD24fLtyY2JQ2DAnvbm4mFLDA8L+IHmRJvLJmcuMFA= Received: by 10.151.100.17 with SMTP id c17mr4362410ybm.210.1212409527023; Mon, 02 Jun 2008 05:25:27 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Mon, 2 Jun 2008 05:25:26 -0700 (PDT) Message-ID: <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> Date: Mon, 2 Jun 2008 15:25:27 +0300 From: "Odhiambo Washington" To: Reinhold , freebsd-questions@freebsd.org In-Reply-To: <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> Cc: Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 12:25:37 -0000 I thought you already had that entry in rc.conf? That's why I didn't even look that side. Anyway it's great to hear you're fine now. On 6/2/08, Reinhold wrote: > Hi > > Thanks for the help > Its working again \o/ > > All I did was enabled logging like you suggested and made a change in > /etc/rc.conf. > I've added this > mpd_flags="-b -s mpd5" > > Then restarted mpd5 and bang it worked. > > Thanks again. > Reinhold > > > On Mon, June 2, 2008 11:01, Odhiambo Washington wrote: >> On Mon, Jun 2, 2008 at 10:45 AM, Reinhold wrote: >> >>> Hi. >>> >>> >>> I'm still struggling with this problem, is there anyone out there that >>> can offer me some help please >> >> What I've done most of the times is to log all communications with mpd >> by adding a logging entry into /etc/syslog.conf: >> >> !mpd5 >> *.* /var/log/mpd5.log >> >> >> Then >> touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid` >> >> You can then look at /var/log/mpd5 for more clues >> >> >> >> Best regards, >> Odhiambo WASHINGTON, >> Nairobi,KE >> +254733744121/+254722743223 >> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >> >> >> "Oh My God! They killed init! You Bastards!" >> --from a /. post >> _______________________________________________ >> 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" >> >> > > > -- Sent from Google Mail for mobile | mobile.google.com Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 12:48:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C669106566C for ; Mon, 2 Jun 2008 12:48:43 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (host-80-81-242-11.violetlan.net [80.81.242.11]) by mx1.freebsd.org (Postfix) with ESMTP id 05D5E8FC0A for ; Mon, 2 Jun 2008 12:48:43 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (localhost [127.0.0.1]) by mail.violetlan.net (Postfix) with ESMTP id EB5C111460; Mon, 2 Jun 2008 13:50:12 +0100 (BST) Received: from www.violetlan.net (mbali.violetlan.net [10.0.100.150]) by mail.violetlan.net (Postfix) with ESMTP id B8B4011426; Mon, 2 Jun 2008 13:50:12 +0100 (BST) Received: from 217.41.34.61 (SquirrelMail authenticated user freebsd@violetlan.net) by www.violetlan.net with HTTP; Mon, 2 Jun 2008 13:49:17 +0100 (BST) Message-ID: <58722.217.41.34.61.1212410957.squirrel@www.violetlan.net> In-Reply-To: <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> Date: Mon, 2 Jun 2008 13:49:17 +0100 (BST) From: "Reinhold" To: "Odhiambo Washington" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 12:48:43 -0000 Nope I only had mpd_enable="YES" in it before and that used to work perfectly. That's why I was stumped at what was the cause to the problem. I have another server that accepts pptp connections and I only have mpd_enable in the rc.conf file and its working like a dream. Very weird. Reinhold On Mon, June 2, 2008 13:25, Odhiambo Washington wrote: > I thought you already had that entry in rc.conf? > That's why I didn't even look that side. > Anyway it's great to hear you're fine now. > > > > > On 6/2/08, Reinhold wrote: > >> Hi >> >> >> Thanks for the help >> Its working again \o/ >> >> >> All I did was enabled logging like you suggested and made a change in >> /etc/rc.conf. >> I've added this >> mpd_flags="-b -s mpd5" >> >> Then restarted mpd5 and bang it worked. >> >> >> Thanks again. >> Reinhold >> >> >> >> On Mon, June 2, 2008 11:01, Odhiambo Washington wrote: >> >>> On Mon, Jun 2, 2008 at 10:45 AM, Reinhold >>> wrote: >>> >>> >>>> Hi. >>>> >>>> >>>> >>>> I'm still struggling with this problem, is there anyone out there >>>> that can offer me some help please >>> >>> What I've done most of the times is to log all communications with >>> mpd by adding a logging entry into /etc/syslog.conf: >>> >>> !mpd5 >>> *.* /var/log/mpd5.log >>> >>> >>> >>> Then >>> touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid` >>> >>> You can then look at /var/log/mpd5 for more clues >>> >>> >>> >>> >>> Best regards, >>> Odhiambo WASHINGTON, >>> Nairobi,KE >>> +254733744121/+254722743223 >>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >>> >>> >>> >>> "Oh My God! They killed init! You Bastards!" >>> --from a /. post >>> _______________________________________________ >>> 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" >>> >>> >>> >> >> >> > > -- > Sent from Google Mail for mobile | mobile.google.com > > > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > > "Oh My God! They killed init! You Bastards!" > --from a /. post > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:01:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E36991065679 for ; Mon, 2 Jun 2008 13:01:57 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id A6ED88FC32 for ; Mon, 2 Jun 2008 13:01:57 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Mon, 02 Jun 2008 08:01:50 -0500 id 000D4CF7.4843EF3E.0000DFA7 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 02 Jun 2008 08:01:44 -0500 id 0004AC1A.4843EF38.00000588 Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 02 Jun 2008 08:01:44 -0500 Message-ID: <20080602080144.14744xwdheqoje8s@intranet.encontacto.net> Date: Mon, 02 Jun 2008 08:01:44 -0500 From: eculp To: Tom Ierna References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> <31470F5A-473A-41F5-A0C9-ECC96F2B9183@shockergroup.com> In-Reply-To: <31470F5A-473A-41F5-A0C9-ECC96F2B9183@shockergroup.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Cc: Joshua Isom , freebsd-questions Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 13:01:58 -0000 Quoting Tom Ierna : > On Jun 1, 2008, at 5:13 PM, Joshua Isom wrote: > >> To be able to mount your iPhone, you're going to have to =20 >> essentially void the warranty and risk turning it into a pretty =20 >> paperweight. It sucks, but that's the way it is. But at least =20 >> you can charge your iPhone using FreeBSD. > > > If using libgpod through gtkpod only requires the iPhone be =20 > jailbroken, the above is not true. Jailbreaking your iPhone does not =20 > void the warranty, and there is very little chance of bricking it =20 > by just jailbreaking it. Bricking used to be an issue when mucking =20 > with the radio firmware, but jailbreaking doesn't touch that stuff. > > To jailbreak an iPhone, check out http://ziphone.org/ Hi Tom. Thanks for the link and clarification. AFAIK, my iPhone is =20 "Jailbroken" because I'm using it on a Mexican carrier, TelCel and if =20 I understand correctly, it would have to be to use the TelCel chip. Ziphone is a bit slow but I'm going to go through it and see if I can =20 find the reason why I'm not able to get a mountable device created. Thanks again for your help, ed > > You will need either a Windows or Mac to do the Jailbreak though. > > -- > Tom Ierna > President > Shockergroup, Inc. > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:21:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F0AA1065676 for ; Mon, 2 Jun 2008 13:21:17 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id E03388FC13 for ; Mon, 2 Jun 2008 13:21:16 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so343332tid.3 for ; Mon, 02 Jun 2008 06:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=HVkzCQIXAQQ4A/UDuj59mbbCipFRdAClryJlqU4+cBw=; b=DAnhJ7njhfq4qVhbQ6d5BT8Z/BB2mPoSOuAU4FZhinPK8ra5PdorFHjGEoomqcskw+nJWNsJEVbyxok873aQFnb8HzSM9xcPmvVotUra7Yodh7wSvFBY9QQbs6IVlDSsXMusn6ZcZDOSpkZv1vUCR3+7hL0SPJrQh0ygSIsFDTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Wo+ba5BIffVi6cJZen9GqyS+0RsMGKJKvMw8MWLGKitDKNl3Owjz2ZdvFz8gmVDoLdzTFSiOx4VMLea3HLImJMFCGfKZy0YwJYube16md5xHj12Vq/eT56YY1KXvvxyTV0w1spgtwsXd6paukJp/QJjji2CwKtHXvN49jBg7NyU= Received: by 10.110.109.12 with SMTP id h12mr1217494tic.51.1212411300977; Mon, 02 Jun 2008 05:55:00 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 05:55:00 -0700 (PDT) Message-ID: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> Date: Mon, 2 Jun 2008 20:55:00 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 13:21:17 -0000 Hi list! I've changed my browser's flash player form www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: ) to graphic/gnash a few hours ago but gnash just leave me a blank page while I am visiting youtube screen shot: http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg and there is my about:plugins http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg libgnashplugin.so was installed at /usr/local/lib/browser_plugins correctly this is a part of my config.log (yes, I change graphic/gnash/Makefile) ./configure --with-boost-incl=/usr/local/include --with-boost-lib=/usr/local/lib --with-npapi-plugindir=/usr/local/lib/browser_plugins --with-kde-pluginprefix=/usr/local --enable-jpeg --enable-png --enable-Xft \ --enable-fontconfig --enable-plugins --enable-nsapi --disable-kparts --disable-cygnal --enable-gui=gtk --enable-renderer=agg --enable-media=ffmpeg --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local \ --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.0 I tried some different arguments but still not working on it. Does anything I missed? otherwise, I can play flash at youtue by this little script, scrpit is copied from http://wiki.gnashdev.org/YouTube %> cat play_youtube #! /bin/sh url="$1" vars=$`wget --quiet -O - "$url" | grep -F watch_fullscreen | cut -d \? -f 2 | cut -d \" -f1` echo "$vars" gnash -vv -F 2 -P "FlashVars=$vars" http://tw.youtube.com/player2.swf screen shot: http://img231.imageshack.us/img231/6889/screenshot0206200820465iz9.jpg so, this is not gnash's problem but firefox? please, tell me how you do it, if someone happy with gnash and firefox :-) ps. I found a bug report about blank flash page https://savannah.gnu.org/bugs/?18822 is it related? Happy hacking, jyuny1 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:28:01 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35A6B106564A for ; Mon, 2 Jun 2008 13:28:01 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (unknown [IPv6:2a01:170:102f::2]) by mx1.freebsd.org (Postfix) with ESMTP id B5ACF8FC1F for ; Mon, 2 Jun 2008 13:28:00 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m52DRbKn069283; Mon, 2 Jun 2008 15:27:37 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m52DRbGD069282; Mon, 2 Jun 2008 15:27:37 +0200 (CEST) (envelope-from olli) Date: Mon, 2 Jun 2008 15:27:37 +0200 (CEST) Message-Id: <200806021327.m52DRbGD069282@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, mexas@bristol.ac.uk, jonc@chen.org.nz In-Reply-To: <20080602111439.GA1476@mech-aslap33.men.bris.ac.uk> X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Mon, 02 Jun 2008 15:27:38 +0200 (CEST) Cc: Subject: Re: what is /usr/local/bin/gsc ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.ORG, mexas@bristol.ac.uk, jonc@chen.org.nz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 13:28:01 -0000 Anton Shterenlikht wrote: > Jonathan Chen wrote: > > Anton Shterenlikht wrote: > > > What is /usr/local/bin/gsc ? > > > > If you have portupgrade, pkg_which(1) can tell you. gsc is actually > > "gs", which is ghostscript. > > thanks > I use portmaster, so pkg_info -La > tmp; vi tmp (and seach for gsc) did this > for me. You can use "pkg_info -W" to find out to which package a file belongs. It's a base-system feature; you don't have to use portupgrade, portmaster or anything else. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Unix gives you just enough rope to hang yourself -- and then a couple of more feet, just to be sure." -- Eric Allman From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:30:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B888C1065673 for ; Mon, 2 Jun 2008 13:30:31 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp119.sbc.mail.re3.yahoo.com (smtp119.sbc.mail.re3.yahoo.com [66.196.96.92]) by mx1.freebsd.org (Postfix) with SMTP id 75B468FC1D for ; Mon, 2 Jun 2008 13:30:31 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 40868 invoked from network); 2 Jun 2008 13:30:30 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp119.sbc.mail.re3.yahoo.com with SMTP; 2 Jun 2008 13:30:30 -0000 X-YMail-OSG: AyMV2fIVM1mWRRWwBcnyeIO.huQxF2O4xUCsTJ9VMwNp6GNXm17T2ibUC7czZpA.uGHzvDorKUGO3.w5AfW2sjt.Xq27clPLHhHbi99vLyEh1xj07OfeuL0fc6BDLc4- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: "Jyun-Yi Liou" <7yuny1@gmail.com> Date: Mon, 2 Jun 2008 08:30:03 -0500 User-Agent: KMail/1.9.7 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> In-Reply-To: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806020830.04316.derek.graham@att.net> Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 13:30:31 -0000 on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou "Jyun-Yi Liou" <7yuny1@gmail.com> wrote: > Hi list! > > I've changed my browser's flash player form > www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: ) > to graphic/gnash a few hours ago > but gnash just leave me a blank page while I am visiting youtube > > screen shot: > http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg > > and there is my about:plugins > http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg > > libgnashplugin.so was installed at /usr/local/lib/browser_plugins correctly > > this is a part of my config.log (yes, I change graphic/gnash/Makefile) > ./configure --with-boost-incl=/usr/local/include > --with-boost-lib=/usr/local/lib > --with-npapi-plugindir=/usr/local/lib/browser_plugins > --with-kde-pluginprefix=/usr/local --enable-jpeg --enable-png --enable-Xft > \ --enable-fontconfig --enable-plugins --enable-nsapi --disable-kparts > --disable-cygnal --enable-gui=gtk --enable-renderer=agg > --enable-media=ffmpeg --x-libraries=/usr/local/lib > --x-includes=/usr/local/include --prefix=/usr/local \ > --mandir=/usr/local/man --infodir=/usr/local/info/ > --build=i386-portbld-freebsd7.0 > > I tried some different arguments but still not working on it. > Does anything I missed? > > otherwise, I can play flash at youtue by this little script, scrpit is > copied from http://wiki.gnashdev.org/YouTube > %> cat play_youtube > #! /bin/sh > url="$1" > vars=$`wget --quiet -O - "$url" | grep -F watch_fullscreen | cut -d \? -f 2 > > | cut -d \" -f1` > > echo "$vars" > gnash -vv -F 2 -P "FlashVars=$vars" http://tw.youtube.com/player2.swf > > screen shot: > http://img231.imageshack.us/img231/6889/screenshot0206200820465iz9.jpg > > so, this is not gnash's problem but firefox? > please, tell me how you do it, if someone happy with gnash and firefox :-) > > ps. I found a bug report about blank flash page > https://savannah.gnu.org/bugs/?18822 > is it related? > > Happy hacking, > jyuny1 > _______________________________________________ > 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" Fun so Flash7 is "obsolete", Gnash is half and half, and flash9 is a lost cause :p should be interesting what happens when silverlight comes out and all websites start using it :( Sincerely, Derek A. Graham From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:36:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5700B1065762 for ; Mon, 2 Jun 2008 13:36:05 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 433998FC0A for ; Mon, 2 Jun 2008 13:36:05 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [127.0.0.1] (localhost [127.0.0.1]) by a.cs.okstate.edu (Postfix) with ESMTP id 24BCC154CA4; Mon, 2 Jun 2008 08:36:04 -0500 (CDT) Message-ID: <4843F741.3010304@cs.okstate.edu> Date: Mon, 02 Jun 2008 08:36:01 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070926) MIME-Version: 1.0 To: Colin Brace References: <25515aa06ecb67b43d2a517bcceed88f@localhost> <20080531072955.GA76694@slackbox.xs4all.nl> <79defaf7e7f012e2cd5c6381d84dccb9@localhost> <20080531094221.GA81037@slackbox.xs4all.nl> <19839aceb10de69024c9fae933836067@localhost> In-Reply-To: <19839aceb10de69024c9fae933836067@localhost> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: error mounting USB disk: Invalid argument X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 13:36:05 -0000 Written by Colin Brace on 05/31/08 05:17>> > On Sat, 31 May 2008 11:42:21 +0200, Roland Smith wrote: > >> After partitioning and labeling the disk, did you make filesystems on >> the partitions with newfs? > > Ah, no. According to Absolute FreeBSD, 2nd ed, which I have in front of me, > newfs invoked by sysinstall, which I used to create the slice and partition > it (p 241). > > Anyway, I now try running newfs in terminal, but it throws up some errrors: > > # newfs /dev/da0s1c > /dev/da0s1c: 194474.3MB (398283416 sectors) block size 16384, fragment size > 2048 > using 1059 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. > super-block backups (for fsck -b #) at: > newfs: wtfs: 65536 bytes at sector 160: Invalid argument > > # newfs /dev/da0s1c > /dev/da0s1c: 194474.3MB (398283416 sectors) block size 16384, fragment size > 2048 > using 1059 cylinder groups of 183.77MB, 11761 blks, 23552 inodes. > super-block backups (for fsck -b #) at: > 160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, 3010976, > 3387328, 3763680, 4140032,newfs: wtfs: 65536 bytes at sector 4516384: > Invalid argument You obviously did not really partition the slice with bsdlabel. The c partition is invalid for a filesystem. If you look at the label I'm sure you'll see that the FSTYPE field is 'unused', with a comment that reads ``"raw" part, don't edit``. You should add a partition with bsdlabel, perhaps partition 'a', with fstype 4.2BSD. You can then newfs this partition. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:39:44 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 684C61065676 for ; Mon, 2 Jun 2008 13:39:44 +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 4DA1B8FC14 for ; Mon, 2 Jun 2008 13:39:43 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.ws.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 ESMTPSA id F0FF4EBC09; Mon, 2 Jun 2008 09:39:42 -0400 (EDT) Date: Mon, 2 Jun 2008 09:38:56 -0400 From: Bill Moran To: "Kurt Buff" Message-Id: <20080602093856.cf2600d8.wmoran@potentialtech.com> In-Reply-To: References: X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 13:39:44 -0000 In response to "Kurt Buff" : > > I'm looking to replace my current printer - a Dell 1700n - because I > can't make it work with FreeBSD/Linux. I think you're doing it wrong. I have a 1700 series Dell printer and it works just fine with FreeBSD. Did you install CUPS and the ppd files? -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:42:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D7941065676 for ; Mon, 2 Jun 2008 13:42:21 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 179FB8FC1B for ; Mon, 2 Jun 2008 13:42:20 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so345599tid.3 for ; Mon, 02 Jun 2008 06:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=lHCVm2fCllz9Yi+NwtDqe9LQxLueoRKo6FsaoxG/Y3c=; b=YknpK+LITV/5o9bbTF+pPDwL6JLrmvFHHAqYobmcX7C7IW5mjjFx4lntPJGfR6g5mX8RggHL51uLL/PV0eJM8LCwgthatulMrOHmOsovnaZt8ADzIAzUBPipud/0d+RzHKpc/AxuB6fx7yMQwDOep6Z2s8JMC3k0QmXY0t7jO2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ISYd3FA3/8g7aD9ujVBUFygWuhd4MOFqF3NvfvdQFRgAF48UqStiw7TjPZIEjD7b+jkH1Fu31CE5JjQ/v9j3IDVgIkjaLmHIulkekHZ7ltdSw2hdM6p0ZDJSsuORZGnC3NFfvSPO2obj20xU4m37qToyHENB6VOPvIoaTgrd3js= Received: by 10.110.15.9 with SMTP id 9mr1394356tio.50.1212414139746; Mon, 02 Jun 2008 06:42:19 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 06:42:19 -0700 (PDT) Message-ID: <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> Date: Mon, 2 Jun 2008 21:42:19 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: freebsd-questions@freebsd.org In-Reply-To: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> MIME-Version: 1.0 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 13:42:21 -0000 Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? www/linux-flashplugin9 always freeze my firefox :-( I miss the old days with www/linux-flashplugin7 D-: btw, graphic/gnash seems pretty stable, but the integration with firefox is poor in my case. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:45:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABA3D1065671 for ; Mon, 2 Jun 2008 13:45:40 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp110.sbc.mail.re2.yahoo.com (smtp110.sbc.mail.re2.yahoo.com [68.142.229.95]) by mx1.freebsd.org (Postfix) with SMTP id 4F30A8FC28 for ; Mon, 2 Jun 2008 13:45:40 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 12186 invoked from network); 2 Jun 2008 13:45:39 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp110.sbc.mail.re2.yahoo.com with SMTP; 2 Jun 2008 13:45:39 -0000 X-YMail-OSG: 9Ihj.uUVM1nkkAqKg39ggZCU48aywvyUplwmDJV3XJwly0v_UrXKiL.II74fc1.kcegZ.riM5brF_ZEqDBzIcJAXMmGfy1HjzSEyYvXQ5w-- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: "Jyun-Yi Liou" <7yuny1@gmail.com> Date: Mon, 2 Jun 2008 08:45:13 -0500 User-Agent: KMail/1.9.7 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806020830.04316.derek.graham@att.net> <81a9e3840806020641o1034f2e3q44805bfd7988e370@mail.gmail.com> In-Reply-To: <81a9e3840806020641o1034f2e3q44805bfd7988e370@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806020845.13667.derek.graham@att.net> Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 13:45:40 -0000 on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou "Jyun-Yi Liou" <7yuny1@gmail.com> wrote: > Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? > www/linux-flashplugin9 always freeze my firefox :-( > > I miss the old days with www/linux-flashplugin7 D-: > > btw, graphic/gnash seems pretty stable, but the integration with firefox is > poor in my case. Dunno i think if you edit the Makefile and comment out the restricted, it might work, by the way good idea to CC the freebsd-questions@freebsd.org you might get more responses. Sincerely, Derek A. Graham From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:48:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09854106566C for ; Mon, 2 Jun 2008 13:48:14 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id 83BA18FC1C for ; Mon, 2 Jun 2008 13:48:13 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from [192.168.0.23] (igw.irbisnet.ru [194.186.18.4]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m52DmAsW084003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 17:48:11 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Message-ID: <4843FA28.4020609@gmail.com> Date: Mon, 02 Jun 2008 17:48:24 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> In-Reply-To: <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 13:48:14 -0000 Jyun-Yi Liou wrote: > Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? > www/linux-flashplugin9 always freeze my firefox :-( I don't see how RESTRICTED prevents you from installing linux-flashplugin7. Quoting /usr/ports/Mk/bsd.port.mk: # RESTRICTED - Prevent the distribution of distfiles and packages to # the FTP sites or on CDROM (e.g. forbidden by license # considerations). What is actual problem (error messages from `make`, please) with linux-flashplugin7? > I miss the old days with www/linux-flashplugin7 D-: > > btw, graphic/gnash seems pretty stable, but the integration with firefox is > poor in my case. Yuri From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:00:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2FDD1065671 for ; Mon, 2 Jun 2008 14:00:35 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 72A458FC13 for ; Mon, 2 Jun 2008 14:00:35 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so347487tid.3 for ; Mon, 02 Jun 2008 07:00:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=N2Axut881dIHLBDck5QOzgvj0EIehFjs1uQYQrxq/uE=; b=eCbJmLkedPC8d3BLMoVwoA4jxuuwz5TpRMEJw+7UyJnGwqh13PqqWghK63pqwdGuwQdqeNIgEF8z7KAGGNw+K9jkLRn/9ErGRd63qNAYGQDzF0YR83XfQEPAVBesAyBzmKv4F8cshWSy1CUyKLVwmp0OK1b8DhrO7X4TJNoarsg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=V/A0+a8FBpp3+1bP6nHhuCgpxc4PLTS2FQB8Mg1b0QRcbq1BO/H15NoBvrDH4jgA9g7fmsz3B5dYWjVUyktT5Aly2HRf0b6gAlgpzNNsuE5hPROh/E7dU9IPv7S0g+tYYIIej1TJLlSvcZnjQTFFGGqOhWsjBptPr9QuaEp3b0U= Received: by 10.110.3.15 with SMTP id 15mr1405971tic.16.1212415234068; Mon, 02 Jun 2008 07:00:34 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 07:00:34 -0700 (PDT) Message-ID: <81a9e3840806020700y45375f02t47ec01843e0aaa05@mail.gmail.com> Date: Mon, 2 Jun 2008 22:00:34 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: freebsd-questions@freebsd.org In-Reply-To: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> MIME-Version: 1.0 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:00:36 -0000 2008/6/2 Derek Graham : > Dunno i think if you edit the Makefile and comment out the restricted, it I've tried to comment out the RESTRICTED, but the output: ===> linux-flashplugin-7.0r73 has known vulnerabilities: => linux-flashplugin -- unspecified remote code execution vulnerability. Reference: < http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e000016.html > => Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. anything I can do further? > might work, by the way good idea to CC the freebsd-questions@freebsd.org > you might get more responses. thanks for the notice :-) > > > Sincerely, > Derek A. Graham > > best regards, jyuny1 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:07:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75914106564A for ; Mon, 2 Jun 2008 14:07:39 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE618FC0A for ; Mon, 2 Jun 2008 14:07:38 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so348428tid.3 for ; Mon, 02 Jun 2008 07:07:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=ag2CZShxoZRwkcF96HYlANv8bmEtRXenVt7wsGPvQyY=; b=EgO0UzDOYL4O1lqrt5lgbinVTwtKYaOIy8K8CMvGnG4q9D1uIQe066HdLtFVnel9Ffl9tFPZgeTGqFNKBFV200UBoF1rHDzpSgWgPMEHcOjNHat2iP9jRS8xKEIxYNXYBwOH/zW0YzdDwp3C+bUFqzLMpT3aoqApjlUr4NvKAYM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=U0Ct2ciP0tMSvWoyZu2Jh5XmDCTRpapesfgBRP0tTySrYme68NHsr0iWDyLwV3fWm1caKIaeALn4c1C3CYF1wdtnqF9a7WuL+VqqhZclmiNLm0S77ffO+2LWfJ1lfgZihyN0/lXOSEO22vH7GQz2reE9zZjffww4KhjVibhXoTs= Received: by 10.110.41.17 with SMTP id o17mr1404176tio.18.1212415657527; Mon, 02 Jun 2008 07:07:37 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 07:07:37 -0700 (PDT) Message-ID: <81a9e3840806020707j73e789aag3126c12472d5a1c6@mail.gmail.com> Date: Mon, 2 Jun 2008 22:07:37 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Yuri Pankov" In-Reply-To: <4843FA28.4020609@gmail.com> MIME-Version: 1.0 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FA28.4020609@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:07:39 -0000 2008/6/2 Yuri Pankov : > What is actual problem (error messages from `make`, please) with > linux-flashplugin7? the message I got: ===> linux-flashplugin-7.0r73 has known vulnerabilities: => linux-flashplugin -- unspecified remote code execution vulnerability. Reference: < http://www.FreeBSD.org/ports/portaudit/04c6187d-2d8f-11dd-98c9-00163e000016.html > => Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. anything I can do further? From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:11:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41F721065688 for ; Mon, 2 Jun 2008 14:11:20 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id BC1D48FC0A for ; Mon, 2 Jun 2008 14:11:19 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from [192.168.0.23] (igw.irbisnet.ru [194.186.18.4]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m52EBHJQ084215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 18:11:17 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Message-ID: <4843FF92.5010208@gmail.com> Date: Mon, 02 Jun 2008 18:11:30 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FA28.4020609@gmail.com> <81a9e3840806020707j73e789aag3126c12472d5a1c6@mail.gmail.com> In-Reply-To: <81a9e3840806020707j73e789aag3126c12472d5a1c6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:11:20 -0000 Jyun-Yi Liou wrote: > > > 2008/6/2 Yuri Pankov >: > > What is actual problem (error messages from `make`, please) with > linux-flashplugin7? > > the message I got: > > ===> linux-flashplugin-7.0r73 has known vulnerabilities: > => linux-flashplugin -- unspecified remote code execution vulnerability. > Reference: > > > => Please update your ports tree and try again. > *** Error code 1 > > Stop in /usr/ports/www/linux-flashplugi > n7. > *** Error code 1 > > Stop in /usr/ports/www/linux-flashplugin7. > > anything I can do further? > If you are absolutely sure you want linux-flashplugin7 installed, despite security vulnerability, you can disable portaudit check (this message comes from portaudit) with -DDISABLE_VULNERABILITIES (it's documented in ports(7) manpage). HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:11:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 760F3106567C for ; Mon, 2 Jun 2008 14:11:23 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4939E8FC26 for ; Mon, 2 Jun 2008 14:11:22 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52EAbLL055777 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 15:10:38 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4843FF87.4070308@unsane.co.uk> Date: Mon, 02 Jun 2008 15:11:19 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> In-Reply-To: <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:11:23 -0000 Jyun-Yi Liou wrote: > Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? > www/linux-flashplugin9 always freeze my firefox :-( > > I miss the old days with www/linux-flashplugin7 D-: > For me the RESTRICTED= Redistribution not allowed line just means what it says, ie you cant redistribute the port/package. Its still builds and (last I tried) works. I tend to use swfdec and swfdec-plugin ports which play youtube fine for me though. Vince > btw, graphic/gnash seems pretty stable, but the integration with firefox is > poor in my case. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:14:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10DF51065679 for ; Mon, 2 Jun 2008 14:14:46 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 99EF58FC1A for ; Mon, 2 Jun 2008 14:14:45 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52EE0jP055824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 15:14:01 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <48440053.4080608@unsane.co.uk> Date: Mon, 02 Jun 2008 15:14:43 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FF87.4070308@unsane.co.uk> In-Reply-To: <4843FF87.4070308@unsane.co.uk> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:14:46 -0000 Vince Hoffman wrote: > Jyun-Yi Liou wrote: >> Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? >> www/linux-flashplugin9 always freeze my firefox :-( >> >> I miss the old days with www/linux-flashplugin7 D-: >> > > For me the > RESTRICTED= Redistribution not allowed > line just means what it says, ie you cant redistribute the port/package. > Its still builds and (last I tried) works. > > I tend to use swfdec and swfdec-plugin ports which play youtube fine for > me though. > > Sorry just read your other posts, for some reason I must have uninstalled portaudit at some point on my laptop so I wasn't getting the portaudit message. Vince > Vince > >> btw, graphic/gnash seems pretty stable, but the integration with firefox is >> poor in my case. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:17:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238601065675 for ; Mon, 2 Jun 2008 14:17:10 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id E150F8FC28 for ; Mon, 2 Jun 2008 14:17:09 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Mon, 02 Jun 2008 09:17:02 -0500 id 000D4CE3.484400DE.0000E17C Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 02 Jun 2008 09:16:56 -0500 id 0004AC1A.484400D8.0000103A Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 02 Jun 2008 09:16:56 -0500 Message-ID: <20080602091656.14556mmscjabss4c@intranet.encontacto.net> Date: Mon, 02 Jun 2008 09:16:56 -0500 From: eculp To: Joshua Isom References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> In-Reply-To: <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Cc: freebsd-questions Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:17:10 -0000 Quoting Joshua Isom : > To be able to mount your iPhone, you're going to have to essentially =20 > void the warranty and risk turning it into a pretty paperweight. It =20 > sucks, but that's the way it is. But at least you can charge your =20 > iPhone using FreeBSD. I'm already using it with a carrier that isn't yet authorized so I =20 have to assume that it is "jailbroken" but I still can't find a way to =20 mount it. It seems that it isn't recoginzed by FreeBSD current as =20 being mountable. Thanks for the warning. ed > > On Jun 1, 2008, at 11:10 AM, eculp wrote: > >> I've not been successful at googling a way to connect freebsd =20 >> current amd64 to my iPhone. Eventually, I would like to be able to =20 >> sync and upload to it from an opensource substitute for iTunes, =20 >> that doesn't have a version from FreeBSD. >> >> When I connect my iPhone I see: >> >> Jun 1 09:55:00 ed kernel: uhid0: > rev 2.00/0.01, addr 2> on uhub3 >> >> in messages and that is it. No new device or anything that I can find. >> >> Any programs or suggestions that you have to facilitate using the =20 >> iPhone will be greatly appreciated. I've been trying to use gtkpod =20 >> without success because I can't mount it, I assume. >> >> Thanks, >> >> ed >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >> > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:18:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B9D81065678 for ; Mon, 2 Jun 2008 14:18:42 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 63CA98FC1F for ; Mon, 2 Jun 2008 14:18:42 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Mon, 02 Jun 2008 09:18:35 -0500 id 000D4CE3.4844013C.0000E186 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 02 Jun 2008 09:18:30 -0500 id 0004AC1A.48440136.00001061 Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 02 Jun 2008 09:18:30 -0500 Message-ID: <20080602091830.14264m3td26dtkc0@intranet.encontacto.net> Date: Mon, 02 Jun 2008 09:18:30 -0500 From: eculp To: Roland Smith References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> <20080601201256.GA48191@slackbox.xs4all.nl> In-Reply-To: <20080601201256.GA48191@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Cc: freebsd-questions Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:18:42 -0000 Quoting Roland Smith : > On Sun, Jun 01, 2008 at 11:10:48AM -0500, eculp wrote: >> I've not been successful at googling a way to connect freebsd current >> amd64 to my iPhone. Eventually, I would like to be able to sync and >> upload to it from an opensource substitute for iTunes, that doesn't >> have a version from FreeBSD. >> >> When I connect my iPhone I see: >> >> Jun 1 09:55:00 ed kernel: uhid0: > 2.00/0.01, addr 2> on uhub3 >> >> in messages and that is it. No new device or anything that I can find. >> >> Any programs or suggestions that you have to facilitate using the >> iPhone will be greatly appreciated. I've been trying to use gtkpod >> without success because I can't mount it, I assume. > > The pags for libgpod (http://www.gtkpod.org/libgpod.html), on which > gtkpod depends, says: > > "There's also preliminary support for the iPhone and the iPod Touch > but they must be jailbroken to work." > > Whatever that means. :-) Here we call it "un blocked" which I assume is synonymous with =20 "jailbroken" but I can't seem to get FreeBSD to recognize it as =20 mountable so gtkpod doesn't see it either. Thanks for your help, ed > > 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) > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:20:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D12CB1065682 for ; Mon, 2 Jun 2008 14:20:13 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 933448FC1B for ; Mon, 2 Jun 2008 14:20:13 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so61495yxl.13 for ; Mon, 02 Jun 2008 07:20:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=a9kOWlwhDyp6xDxFDEzEbcHUZyjyll624Y0DPGeHeAE=; b=O6oOyFMWSKpP32gZSGAFV4PxDVnCWP55dd2WSsuzPzkMIS6KlY+y9hbF7ZsCxH1qxlCv+/8VN+7IUZIMjTn+eSPK/h5i2coyk4VzH03yFtRWUartJLqUXHPwxIODzWhC6AdDzPfqQD+w3jKdb+DYoHGzzF+N2tIQbG7FemC8VIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kRlFE+ZZ+cf6tgHMzBFuqW2hOj3s1wnZO4SFFnx+y70Y4WTHTtiskDtqJTyRNrRIVze1ygVDT0ngcA/WxCeRGUo23iOa7+XpmgPka1KdTjeLc3oTTFFHJkCT+jFDat0BkkxjuHunhOWZPMjHuu4yfAX2lfz/Do2RFG7sG6161jg= Received: by 10.151.110.9 with SMTP id n9mr4259559ybm.148.1212416412587; Mon, 02 Jun 2008 07:20:12 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Mon, 2 Jun 2008 07:20:12 -0700 (PDT) Message-ID: <991123400806020720p731d3ebfqe72150dbbe1473c7@mail.gmail.com> Date: Mon, 2 Jun 2008 17:20:12 +0300 From: "Odhiambo Washington" To: Reinhold , freebsd-questions@freebsd.org In-Reply-To: <58722.217.41.34.61.1212410957.squirrel@www.violetlan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> <58722.217.41.34.61.1212410957.squirrel@www.violetlan.net> Cc: Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:20:14 -0000 I have both mpd4 and mpd5 able to work on my box! The only thing I hate in the logs is that mpd5 appears to allocate lower connection bandwidth than mpd4. I don't know if this makes sense, but because of that, I default to using mpd4. V5 is just there for playing with, and answering others like you in case they have a problem. I'd like to know why this bandwidth issue is differren between the versions, if you can help check out. I can give you a working config if you want. On 6/2/08, Reinhold wrote: > Nope I only had > mpd_enable="YES" > in it before and that used to work perfectly. > > That's why I was stumped at what was the cause to the problem. > > I have another server that accepts pptp connections and I only have > mpd_enable in the rc.conf file and its working like a dream. > > Very weird. > > Reinhold > > On Mon, June 2, 2008 13:25, Odhiambo Washington wrote: >> I thought you already had that entry in rc.conf? >> That's why I didn't even look that side. >> Anyway it's great to hear you're fine now. >> >> >> >> >> On 6/2/08, Reinhold wrote: >> >>> Hi >>> >>> >>> Thanks for the help >>> Its working again \o/ >>> >>> >>> All I did was enabled logging like you suggested and made a change in >>> /etc/rc.conf. >>> I've added this >>> mpd_flags="-b -s mpd5" >>> >>> Then restarted mpd5 and bang it worked. >>> >>> >>> Thanks again. >>> Reinhold >>> >>> >>> >>> On Mon, June 2, 2008 11:01, Odhiambo Washington wrote: >>> >>>> On Mon, Jun 2, 2008 at 10:45 AM, Reinhold >>>> wrote: >>>> >>>> >>>>> Hi. >>>>> >>>>> >>>>> >>>>> I'm still struggling with this problem, is there anyone out there >>>>> that can offer me some help please >>>> >>>> What I've done most of the times is to log all communications with >>>> mpd by adding a logging entry into /etc/syslog.conf: >>>> >>>> !mpd5 >>>> *.* /var/log/mpd5.log >>>> >>>> >>>> >>>> Then >>>> touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid` >>>> >>>> You can then look at /var/log/mpd5 for more clues >>>> >>>> >>>> >>>> >>>> Best regards, >>>> Odhiambo WASHINGTON, >>>> Nairobi,KE >>>> +254733744121/+254722743223 >>>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >>>> >>>> >>>> >>>> "Oh My God! They killed init! You Bastards!" >>>> --from a /. post >>>> _______________________________________________ >>>> 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" >>>> >>>> >>>> >>> >>> >>> >> >> -- >> Sent from Google Mail for mobile | mobile.google.com >> >> >> Best regards, >> Odhiambo WASHINGTON, >> Nairobi,KE >> +254733744121/+254722743223 >> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >> >> >> "Oh My God! They killed init! You Bastards!" >> --from a /. post >> _______________________________________________ >> 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" >> >> > > > -- Sent from Google Mail for mobile | mobile.google.com Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:21:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2F6E106567D for ; Mon, 2 Jun 2008 14:21:31 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3788FC14 for ; Mon, 2 Jun 2008 14:21:31 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so350121tid.3 for ; Mon, 02 Jun 2008 07:21:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=MRUT2jtoj0U6PJgk/21mhgKayE5o82vvrm7JICLfsqE=; b=uwwN8nsNqI+JzHHcTmwi7+DkkfTelIopLf93vjteFjJnT5SZAQrYFEn78+v+y2ALr/izoszPm4rmXku7GE9a4spL9x1bWmgUN2NXcgXD42A7UkENe1t3PVMrt/Y8e0On9Ycm16FETXGPUQ0euK79UXe69gqVSNkMPxByhdbUmHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=fAR0xZ66roxoUwtE4rDECiigGXMLDBSSzoqu6D+HpiSA133887kQFe+NoFOoP8uOngabiAECMhp7vviPLTWQ1rBPiFxxEAPzweoRsUqHEiSZVMGug/NabDzEP1hUt+8ROxB0/YXc8QydEIAQzYT6pKOgBtWpHb0aqsTvXVDantw= Received: by 10.110.3.15 with SMTP id 15mr1231139tic.10.1212416489876; Mon, 02 Jun 2008 07:21:29 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 07:21:29 -0700 (PDT) Message-ID: <81a9e3840806020721h6ed0507u71d79e97f737eae@mail.gmail.com> Date: Mon, 2 Jun 2008 22:21:29 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Yuri Pankov" In-Reply-To: <4843FF92.5010208@gmail.com> MIME-Version: 1.0 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FA28.4020609@gmail.com> <81a9e3840806020707j73e789aag3126c12472d5a1c6@mail.gmail.com> <4843FF92.5010208@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:21:31 -0000 2008/6/2 Yuri Pankov : > If you are absolutely sure you want linux-flashplugin7 installed, despite > security vulnerability, you can disable portaudit check (this message comes > from portaudit) with -DDISABLE_VULNERABILITIES (it's documented in ports(7) > manpage). > > HTH, > Yuri Thanks for the hint! I should man 7 ports first :-) best regards, jyuny1 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:25:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B937C1065671 for ; Mon, 2 Jun 2008 14:25:14 +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 8230B8FC0C for ; Mon, 2 Jun 2008 14:25:14 +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; 02 Jun 2008 10:25:14 -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.6-GA) with ESMTP id OSK14317; Mon, 2 Jun 2008 10:25:11 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 02 Jun 2008 10:25:07 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18500.704.941947.361128@jerusalem.litteratus.org> Date: Mon, 2 Jun 2008 10:25:04 -0400 To: Vince Hoffman In-Reply-To: <4843FF87.4070308@unsane.co.uk> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FF87.4070308@unsane.co.uk> 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) Cc: Jyun-Yi Liou <7yuny1@gmail.com>, freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 14:25:14 -0000 Vince Hoffman writes: > > Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? > > www/linux-flashplugin9 always freeze my firefox :-( > > For me the > RESTRICTED= Redistribution not allowed > line just means what it says, ie you cant redistribute the > port/package. If that's the case, then it's a poor choice if name for the variable. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:32:04 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66FED106566B for ; Mon, 2 Jun 2008 14:32:04 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 259E48FC17 for ; Mon, 2 Jun 2008 14:32:04 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so468408ywe.13 for ; Mon, 02 Jun 2008 07:31:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=bajqG3ffMBPuiArZMjI4lk9/UkAgC+63hsXLFNTu5wk=; b=ph9SOtXt1jjUDGokxCYgpACvmN3wZruqOW/uWAkpcsPUCotwN/w2T7kj9T02jc5Xr4JBmwIBcdntB6YA7PbcWJhD/Z2j7Sw7Robf0aiy7npwmaXemiK2eqs4k/sQ7jCMlPZSrphrlEjS7pzHjPOOeOXZoneqOBP5GqHmLsOl9iA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pRX4Gn4dgOx8HwhS2T3wDDqVrF+td0+sEtb4uTvRZ2jj9T7WAgbK8NACCnof4DI0essfWT7PgsHF1yBZtiiCFnQ01QS1rUMQZVCR9azHQ6rooz0T4DYjZ2Hcf44gyhOrtNgu5miJwyJwcaCFjvTj7K4x3Cfx4FBl0ue3jZiuy/k= Received: by 10.143.160.6 with SMTP id m6mr3598051wfo.162.1212417110647; Mon, 02 Jun 2008 07:31:50 -0700 (PDT) Received: by 10.143.156.7 with HTTP; Mon, 2 Jun 2008 07:31:50 -0700 (PDT) Message-ID: Date: Mon, 2 Jun 2008 07:31:50 -0700 From: "Kurt Buff" To: "Bill Moran" In-Reply-To: <20080602093856.cf2600d8.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080602093856.cf2600d8.wmoran@potentialtech.com> Cc: questions@freebsd.org Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:32:04 -0000 On Mon, Jun 2, 2008 at 6:38 AM, Bill Moran wrote: > In response to "Kurt Buff" : >> >> I'm looking to replace my current printer - a Dell 1700n - because I >> can't make it work with FreeBSD/Linux. > > I think you're doing it wrong. I have a 1700 series Dell printer and it > works just fine with FreeBSD. Did you install CUPS and the ppd files? > > -- > Bill Moran > http://www.potentialtech.com Cups came installed with Suse's gnome desktop - I don't have FreeBSD installed yet - and I can't find a ppd file that makes it talk, though the installer does connect to port 9000 when testing. I could very well be doing something wrong, or at least insufficiently right, but it's not happening for me. Which ppd file are you using? Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:37:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBCDB106567F for ; Mon, 2 Jun 2008 14:37:16 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (www.violetlan.net [80.81.242.8]) by mx1.freebsd.org (Postfix) with ESMTP id A20CF8FC0C for ; Mon, 2 Jun 2008 14:37:16 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (localhost [127.0.0.1]) by mail.violetlan.net (Postfix) with ESMTP id 84C0C11460; Mon, 2 Jun 2008 15:38:46 +0100 (BST) Received: from www.violetlan.net (mbali.violetlan.net [10.0.100.150]) by mail.violetlan.net (Postfix) with ESMTP id 3945111426; Mon, 2 Jun 2008 15:38:46 +0100 (BST) Received: from 217.41.34.61 (SquirrelMail authenticated user freebsd@violetlan.net) by www.violetlan.net with HTTP; Mon, 2 Jun 2008 15:37:51 +0100 (BST) Message-ID: <50487.217.41.34.61.1212417471.squirrel@www.violetlan.net> In-Reply-To: <991123400806020720p731d3ebfqe72150dbbe1473c7@mail.gmail.com> References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> <58722.217.41.34.61.1212410957.squirrel@www.violetlan.net> <991123400806020720p731d3ebfqe72150dbbe1473c7@mail.gmail.com> Date: Mon, 2 Jun 2008 15:37:51 +0100 (BST) From: "Reinhold" To: "Odhiambo Washington" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Reinhold , freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:37:17 -0000 For me mpd5 have been running perfectly when it comes to bandwidth. But then again I'm using adsl here. I'm using mpd5 to connect to 2 adsl lines and then allow pptp in on one of them. So far I had almost no problems with it at all. send me the config, I have to warn you that its a bit hard to test random things on mpd because its on our firewall so I don't want to mess with it to much. I can however use your config on my other server to test it for you. On Mon, June 2, 2008 15:20, Odhiambo Washington wrote: > I have both mpd4 and mpd5 able to work on my box! The only thing I > hate in the logs is that mpd5 appears to allocate lower connection > bandwidth than mpd4. I don't know if this makes sense, but because of > that, I default to using mpd4. V5 is just there for playing with, and > answering others like you in case they have a problem. I'd like to know > why this bandwidth issue is differren between the versions, if you can > help check out. I can give you a working config if you want. > > > > > On 6/2/08, Reinhold wrote: > >> Nope I only had >> mpd_enable="YES" in it before and that used to work perfectly. >> >> That's why I was stumped at what was the cause to the problem. >> >> >> I have another server that accepts pptp connections and I only have >> mpd_enable in the rc.conf file and its working like a dream. >> >> Very weird. >> >> >> Reinhold >> >> >> On Mon, June 2, 2008 13:25, Odhiambo Washington wrote: >> >>> I thought you already had that entry in rc.conf? >>> That's why I didn't even look that side. >>> Anyway it's great to hear you're fine now. >>> >>> >>> >>> >>> >>> On 6/2/08, Reinhold wrote: >>> >>> >>>> Hi >>>> >>>> >>>> >>>> Thanks for the help >>>> Its working again \o/ >>>> >>>> >>>> >>>> All I did was enabled logging like you suggested and made a change >>>> in /etc/rc.conf. >>>> I've added this >>>> mpd_flags="-b -s mpd5" >>>> >>>> Then restarted mpd5 and bang it worked. >>>> >>>> >>>> >>>> Thanks again. >>>> Reinhold >>>> >>>> >>>> >>>> >>>> On Mon, June 2, 2008 11:01, Odhiambo Washington wrote: >>>> >>>> >>>>> On Mon, Jun 2, 2008 at 10:45 AM, Reinhold >>>>> wrote: >>>>> >>>>> >>>>> >>>>>> Hi. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> I'm still struggling with this problem, is there anyone out >>>>>> there that can offer me some help please >>>>> >>>>> What I've done most of the times is to log all communications >>>>> with mpd by adding a logging entry into /etc/syslog.conf: >>>>> >>>>> !mpd5 >>>>> *.* /var/log/mpd5.log >>>>> >>>>> >>>>> >>>>> >>>>> Then >>>>> touch /var/log/mpd5.log kill -1 `cat /var/run/syslog.pid` >>>>> >>>>> You can then look at /var/log/mpd5 for more clues >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Best regards, >>>>> Odhiambo WASHINGTON, >>>>> Nairobi,KE >>>>> +254733744121/+254722743223 >>>>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >>>>> >>>>> >>>>> >>>>> >>>>> "Oh My God! They killed init! You Bastards!" >>>>> --from a /. post >>>>> _______________________________________________ >>>>> 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" >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> -- >>> Sent from Google Mail for mobile | mobile.google.com >>> >>> >>> >>> Best regards, >>> Odhiambo WASHINGTON, >>> Nairobi,KE >>> +254733744121/+254722743223 >>> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ >>> >>> >>> >>> "Oh My God! They killed init! You Bastards!" >>> --from a /. post >>> _______________________________________________ >>> 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" >>> >>> >>> >> >> >> > > -- > Sent from Google Mail for mobile | mobile.google.com > > > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254733744121/+254722743223 > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > > "Oh My God! They killed init! You Bastards!" > --from a /. post > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:46:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E99F9106567B for ; Mon, 2 Jun 2008 14:46:02 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AA8878FC1B for ; Mon, 2 Jun 2008 14:46:02 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m52Efnng059249; Mon, 2 Jun 2008 10:41:49 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m52EfnQo059248; Mon, 2 Jun 2008 10:41:49 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 2 Jun 2008 10:41:49 -0400 From: Jerry McAllister To: Steve Lake Message-ID: <20080602144149.GA59227@gizmo.acns.msu.edu> References: <258326.33866.qm@web57007.mail.re3.yahoo.com> <5.2.0.9.2.20080602071557.00c43458@192.168.0.30> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.2.20080602071557.00c43458@192.168.0.30> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:46:03 -0000 On Mon, Jun 02, 2008 at 07:18:14AM -0400, Steve Lake wrote: > > >> > -----Original Message----- > >> > From: owner-freebsd-questions@freebsd.org > >> > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Unga > >> > Sent: Friday, May 30, 2008 9:14 PM > >> > To: Steve Lake > >> > Cc: freebsd-questions@freebsd.org > >> > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > >> > > >> > > >> > "Raiden's Realm is a community tech site dedicated to > >> > helping people learn about Linux, BSD, and open source > >> > software." - WHO WE ARE, www.raiden.net. > >> > > >> > If you are honest for your site's objective, > >> > appreciate if could drop the penguin from the site's > >> > logo without a delay. It clearly shows your bias. > >> > > >> > >> Yep, he definitely likes birds better than red sex toys... > > lol. Cute. I'm actually a very strong supporter of Freebsd. I > wouldn't list 3 of the major BSD distros in my "recommended distros" > section if I wasn't. :) The problem is, the majority of my audience is > Linux guys and newbies looking for info on Linux. I figure if I can get > them in the door with Linux, I can make a BSD evangelist out of them > eventually. :) I've already had quite a few BSD converts over the past > couple of years doing just that. :D Still, you need to add the sex toy in a nice dignified, well designed way to your banner. ////jerry > > Steven Lake > Owner/Technical Writer > Raiden's Realm > www.raiden.net > Bringing Linux and BSD to the World > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 14:58:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CB0C1065676 for ; Mon, 2 Jun 2008 14:58:00 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 866528FC35 for ; Mon, 2 Jun 2008 14:58:00 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1096389rvf.43 for ; Mon, 02 Jun 2008 07:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dwALtdIJ/ucnScPnA10lK2p25vl/rWdTKdNIgIfZmJg=; b=PsIkpyH/bybiV1Im7Zj3ebatIQrSvsbBo6D54jb8ctZiOi9dsmObPKBkmB9NT2FEG0ORTCyOlagXwj6MxRISX7eKC2sJZLFCEE5WxT8AJqvIrrgr8UzVfBJU5nqDoAMCLuaxdDHPpUtEmLOjqnNyzkH9ZJEGlf0fv9wS+R249dg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZOQGGPB82HX76NrmiVehlGmCeAaz+B/KYg1PPruFWPCtViiZNPiiufKj+JS2TMxBdtDy22B73Olamyi8cfbboToyPJ2LM1p8Y294kQsCMzXQ+/EdkounnHc0U6lqeezJnSdbm5NepvwrsesYG6TfD3TzTw26sgdBRQwC9ZqzsNg= Received: by 10.141.68.5 with SMTP id v5mr4986665rvk.179.1212418679247; Mon, 02 Jun 2008 07:57:59 -0700 (PDT) Received: by 10.141.19.8 with HTTP; Mon, 2 Jun 2008 07:57:59 -0700 (PDT) Message-ID: <226ae0c60806020757w1e3c23f6v2b1a7792d196376d@mail.gmail.com> Date: Mon, 2 Jun 2008 10:57:59 -0400 From: "David Robillard" To: "Thomas Mullins" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: FreeBSD Questions Subject: Re: Reverse proxy recommendation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 14:58:00 -0000 On Sat, 2008-05-31 at 10:26 -0400, Thomas Mullins wrote: > Hello, > > We have three internal web servers that we make accessible to the > internet. Right now we simply use pf and port redirection. Works > great. > > But, we would like to tighten up security. I know you can do this with > squid, apache and a few others. Could someone please make a > recommendation on what solutions they have used or seen in the past? > > Thanks > Shane You may want to check the www/varnish port. From the ports description: This is the Varnish high-performance HTTP accelerator. Documentation and additional information about Varnish is available on . Technical questions about Varnish and this release should be addressed to . Questions about commercial support and services related to Varnish should be addressed to . WWW: http://www.varnish-cache.org/ And from wikipedia: http://en.wikipedia.org/wiki/Varnish_cache I've never used it myself, but looks interesting since it's been created by Poul-Henning Kamp which is a major FreeBSD developer. HTH, David -- David Robillard UNIX systems administrator & Oracle DBA CISSP, RHCE & Sun Certified Security Administrator Montreal: +1 514 966 0122 From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 15:52:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C413106567A for ; Mon, 2 Jun 2008 15:52:20 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC148FC14 for ; Mon, 2 Jun 2008 15:52:20 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so485555ywe.13 for ; Mon, 02 Jun 2008 08:52:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=QMzXXgD51fgsg3RgazSjUiAeRDHDnZCZljcwUCIzp4U=; b=ki44lfMY+nVvkknFtYYe6fiLJXzMHyyt5a5k6OxPPoMVLBSfwqRLSko9WWINogBPYcyfVBS0+tS4KeYs94nNa4mx21motlnrRGZZxTdy3u2lvhI9eypfTP137WCRExGbTNoyyZhVoNzH6k5RJJMJ8+F9ucDq3TLI0erytXWLKCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=A6K+fVtzKreVrc4t5Ir/vrHPLbIkNwa8Qd7Rm5wi/m+8b7VitGRBnr7PkGkpHckcgN34yF2lU0evsIt/sDExkpZvoGkPU0owV49Qh7CC+dHukTcvtX3fhKP4txRgNC4FAQKLmIIT/0mmW4e88nWNlv0sWmyTTRUL+G9z6tyy0G8= Received: by 10.150.84.41 with SMTP id h41mr4633588ybb.217.1212421927106; Mon, 02 Jun 2008 08:52:07 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Mon, 2 Jun 2008 08:52:07 -0700 (PDT) Message-ID: <991123400806020852o58a4a334k184e5998779c1c09@mail.gmail.com> Date: Mon, 2 Jun 2008 18:52:07 +0300 From: "Odhiambo Washington" To: Reinhold In-Reply-To: <50487.217.41.34.61.1212417471.squirrel@www.violetlan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> <58722.217.41.34.61.1212410957.squirrel@www.violetlan.net> <991123400806020720p731d3ebfqe72150dbbe1473c7@mail.gmail.com> <50487.217.41.34.61.1212417471.squirrel@www.violetlan.net> Cc: freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 15:52:20 -0000 On Mon, Jun 2, 2008 at 5:37 PM, Reinhold wrote: > For me mpd5 have been running perfectly when it comes to bandwidth. But > then again I'm using adsl here. > > I'm using mpd5 to connect to 2 adsl lines and then allow pptp in on one of > them. So far I had almost no problems with it at all. > > send me the config, I have to warn you that its a bit hard to test random > things on mpd because its on our firewall so I don't want to mess with it > to much. > > I can however use your config on my other server to test it for you. I wouldn't want to bother you anyway. However, I have a question: Since you've not been logging the pptp conversation, how do you know the bandwidth bit? Perhaps it's me who has not gotten the concept: A user logs in and part of what you see in the log is: Jun 2 17:34:15 spamfilter mpd4: Reply message: S=27627E63A5E602FEB6B8E6716A7A352622139C6F Jun 2 17:34:15 spamfilter mpd4: [pptp1] CHAP: sending SUCCESS len:42 Jun 2 17:34:15 spamfilter mpd4: [pptp1] LCP: authorization successful Jun 2 17:34:15 spamfilter mpd4: [pptp1] Bundle up: 1 link, total bandwidth 64000 bps Jun 2 17:34:15 spamfilter mpd4: [pptp1] IPCP: Open event Jun 2 17:34:15 spamfilter mpd4: [pptp1] IPCP: state change Initial --> Starting Jun 2 17:34:15 spamfilter mpd4: [pptp1] IPCP: LayerStart Jun 2 17:34:15 spamfilter mpd4: [pptp1] CCP: Open event Jun 2 17:34:15 spamfilter mpd4: [pptp1] CCP: state change Initial --> Starting Jun 2 17:34:15 spamfilter mpd4: [pptp1] CCP: LayerStart Jun 2 17:34:15 spamfilter mpd4: [pptp1] IPCP: Up event Jun 2 17:34:15 spamfilter mpd4: [pptp1] IPCP: state change Starting --> Req-Sent Jun 2 17:34:15 spamfilter mpd4: [pptp1] IPCP: SendConfigReq #7 Jun 2 17:34:15 spamfilter mpd4: IPADDR 192.168.33.1 The user stays on and does whatever they wanted to do, and when they are disconnecting, you see this: Jun 2 17:52:50 spamfilter mpd4: [pptp1] LCP: rec'd Terminate Request #10 (Opened) Jun 2 17:52:50 spamfilter mpd4: [pptp1] LCP: state change Opened --> Stopping Jun 2 17:52:50 spamfilter mpd4: [pptp1] AUTH: Accounting data for user bthakrar: 1117 seconds, 578183 octets in, 9632530 octets out Jun 2 17:52:50 spamfilter mpd4: [pptp1] Bundle up: 0 links, total bandwidth 9600 bps Jun 2 17:52:50 spamfilter mpd4: [pptp1] IPCP: Close event Jun 2 17:52:50 spamfilter mpd4: [pptp1] IPCP: state change Opened --> Closing Jun 2 17:52:50 spamfilter mpd4: [pptp1] IPCP: SendTerminateReq #9 Jun 2 17:52:50 spamfilter mpd4: [pptp1] error writing len 8 frame to bypass: Network is down Jun 2 17:52:50 spamfilter mpd4: [pptp1] IPCP: LayerDown Jun 2 17:52:50 spamfilter mpd4: [pptp1] IFACE: Down event So, upon connection, there was a bandwidth of 64000bps, but upon closing that session, the b/w is 9600bps. That is what I meant, and the way I see now, it has nothing to do with mpd5 or mpd4.... Perhaps all this is OT now and it is fodder for another list:-) -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:12:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98F09106564A for ; Mon, 2 Jun 2008 16:12:54 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 112908FC18 for ; Mon, 2 Jun 2008 16:12:53 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52GC84c057219 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 17:12:09 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <48441C03.3000209@unsane.co.uk> Date: Mon, 02 Jun 2008 17:12:51 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Robert Huff References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <81a9e3840806020642k4017db9chb8c0ba3821466582@mail.gmail.com> <4843FF87.4070308@unsane.co.uk> <18500.704.941947.361128@jerusalem.litteratus.org> In-Reply-To: <18500.704.941947.361128@jerusalem.litteratus.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jyun-Yi Liou <7yuny1@gmail.com>, freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 16:12:54 -0000 Robert Huff wrote: > Vince Hoffman writes: > >> > Is there any way to avoid RESTRICTED and install www/linux-flashplugin7 ? >> > www/linux-flashplugin9 always freeze my firefox :-( >> >> For me the >> RESTRICTED= Redistribution not allowed >> line just means what it says, ie you cant redistribute the >> port/package. > > If that's the case, then it's a poor choice if name for the > variable. > It seems clear enough to me but I can see why it could cause confusion. For an explanation of what the variables mean its usually best to look though the porters handbook. Taking this as an example: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-restrictions.html > > Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:13:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 216FF1065701 for ; Mon, 2 Jun 2008 16:13:22 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id E2A238FC13 for ; Mon, 2 Jun 2008 16:13:21 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by el-out-1112.google.com with SMTP id o28so171919ele.3 for ; Mon, 02 Jun 2008 09:13:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VKAobbQMBvn0Vm6c4YyXGCSlrH6og+vXifjpYRn3Rto=; b=W/h4cLOZUz247e7hVpo4JS2jGv+6USpypayGIba6lPQMkDu1x8ZTMU/MQC4uoSm/6WNnw74ByQ0OzVC+8LSeUeYYrD3rw2yEnHyiIELNck91/LtkDkpHyJHyWPkMTc0zuHLKsNWGO03jFeDw1pKxIafr1fcBI+7O79cK29HZylk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZPpe5Tkab4rkQuGHDRlNOpo9XoLzQoZjhQQJQ6c3gVwbxW03Em9yi5ZU1Lb0fbQ1/KrnIjnOSbQ3yhDwPUnckBMl5C6u6k2U8gwdYvGtZC1d6n/80Unf8+zzWTN0txJEHxdHAlujsECxA9H2+1qMv5/dRWefFd73a2L8dF5LU5U= Received: by 10.115.73.20 with SMTP id a20mr9816458wal.213.1212423200410; Mon, 02 Jun 2008 09:13:20 -0700 (PDT) Received: by 10.114.67.7 with HTTP; Mon, 2 Jun 2008 09:13:20 -0700 (PDT) Message-ID: <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> Date: Mon, 2 Jun 2008 12:13:20 -0400 From: alexus To: "freebsd-questions@freebsd.org" In-Reply-To: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> Subject: Re: VPN (IPSEC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 16:13:22 -0000 anyone? On Sat, May 31, 2008 at 7:49 PM, alexus wrote: > Hello, > > I'm trying to establish a VPN tunnel over internet, I read a > http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set > it up, I'm some what strangeling if my setup will work at all. > > i have box #1 that have 1 primary IP, which is private IP but in front > of my box, I have a device that translate a public IP address into > private IP, so "technicaly" its a public IP not a private, yet system > sees it as private, yet my box #2 has interface with real public ip > and another interface with private ip, i created GIF0 interface, yet i > can't ping private range on other box. > > > box#1 > > fxp0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:0f:fe:aa:f4:61 > inet 192.168.1.251 netmask 0xffffff00 broadcast 192.168.1.255 > inet 172.16.172.16 netmask 0xffffffff broadcast 172.16.172.16 > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 metric 0 mtu 1500 > lo0: flags=8049 metric 0 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=8051 metric 0 mtu 1280 > tunnel inet 38.96.123.42 --> 74.2.252.194 > inet 192.168.1.251 --> 192.168.2.252 netmask 0xffffffff > alexus@jot ~ 503$ netstat -rn | grep gif0 > 192.168.2.252 192.168.1.251 UH 0 15 gif0 > alexus@jot ~ 504$ > > box#2 > > su-3.2# ifconfig > dc0: flags=8943 metric > 0 mtu 1500 > options=8 > ether 00:1a:70:10:e3:89 > inet 74.2.252.194 netmask 0xfffffff8 broadcast 74.2.252.199 > media: Ethernet autoselect (100baseTX) > status: active > fxp0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:13:20:09:53:31 > inet 192.168.2.252 netmask 0xffffff00 broadcast 192.168.2.255 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=8051 metric 0 mtu 1280 > tunnel inet 74.2.252.194 --> 38.96.132.42 > inet 192.168.2.252 --> 192.168.1.251 netmask 0xffffffff > su-3.2# netstat -rn | grep gif0 > 192.168.1.251 192.168.2.252 UH 0 602 gif0 > su-3.2# > > > any suggestions are welcome, thanks! > -- > http://alexus.org/ > -- http://alexus.org/ From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:16:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F60B106567B for ; Mon, 2 Jun 2008 16:16:04 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (mail.violetlan.net [80.81.242.7]) by mx1.freebsd.org (Postfix) with ESMTP id E1C528FC20 for ; Mon, 2 Jun 2008 16:16:03 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (localhost [127.0.0.1]) by mail.violetlan.net (Postfix) with ESMTP id 7E12111464; Mon, 2 Jun 2008 17:17:34 +0100 (BST) Received: from www.violetlan.net (mbali.violetlan.net [10.0.100.150]) by mail.violetlan.net (Postfix) with ESMTP id 44B8011426; Mon, 2 Jun 2008 17:17:34 +0100 (BST) Received: from 217.41.34.61 (SquirrelMail authenticated user freebsd@violetlan.net) by www.violetlan.net with HTTP; Mon, 2 Jun 2008 17:16:38 +0100 (BST) Message-ID: <64609.217.41.34.61.1212423398.squirrel@www.violetlan.net> In-Reply-To: <991123400806020852o58a4a334k184e5998779c1c09@mail.gmail.com> References: <28936.212.183.134.209.1212056015.squirrel@www.violetlan.net> <60238.217.41.34.61.1212392735.squirrel@www.violetlan.net> <991123400806020301h1d43f4e6j73a335859b1c3027@mail.gmail.com> <64261.217.41.34.61.1212406277.squirrel@www.violetlan.net> <991123400806020525u5e1ba7c3gbffbfa4342fe16c6@mail.gmail.com> <58722.217.41.34.61.1212410957.squirrel@www.violetlan.net> <991123400806020720p731d3ebfqe72150dbbe1473c7@mail.gmail.com> <50487.217.41.34.61.1212417471.squirrel@www.violetlan.net> <991123400806020852o58a4a334k184e5998779c1c09@mail.gmail.com> Date: Mon, 2 Jun 2008 17:16:38 +0100 (BST) From: "Reinhold" To: "Odhiambo Washington" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 16:16:04 -0000 > > So, upon connection, there was a bandwidth of 64000bps, but upon > closing that session, the b/w is 9600bps. > I see the same things since I started logging the connection. At the start I see this mpd5: [B-3] Bundle: Status update: up 1 link, total bandwidth 64000 bps and at the end its mpd5: [B-3] Bundle: Status update: up 0 links, total bandwidth 9600 bps This is a bit OT because my original problem got fixed thanks to you, I still have no idea what fixed it though, hehehe From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:31:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EF1B1065673 for ; Mon, 2 Jun 2008 16:31:31 +0000 (UTC) (envelope-from rvm@CBORD.com) Received: from smssmtp.cbord.com (mx1.cbord.com [24.39.174.11]) by mx1.freebsd.org (Postfix) with ESMTP id 0063F8FC14 for ; Mon, 2 Jun 2008 16:31:30 +0000 (UTC) (envelope-from rvm@CBORD.com) X-AuditID: ac1f0165-0000134000000330-80-4844204a2ace Received: from Email.cbord.com ([10.1.1.100]) by smssmtp.cbord.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 2 Jun 2008 12:31:05 -0400 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, 2 Jun 2008 12:27:41 -0400 Message-ID: In-Reply-To: <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: VPN (IPSEC) Thread-Index: AcjEy9W4S4QcPqJZSBOJWU0yrCMRtQAAV78g References: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> From: "Bob McConnell" To: "alexus" , X-Brightmail-Tracker: AAAAAA== Cc: Subject: RE: VPN (IPSEC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 16:31:31 -0000 On Behalf Of alexus > >anyone? > > >On Sat, May 31, 2008 at 7:49 PM, alexus wrote: >> Hello, >> >> I'm trying to establish a VPN tunnel over internet, I read a >> http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set >> it up, I'm some what strangeling if my setup will work at all. >> IIRC, IPSEC cannot work through a NAT connection. NAT changes header fields that IPSEC uses for packet authentication. So the receiver cannot validate the content of the modified header. Bob McConnell From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:42:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7770C106564A; Mon, 2 Jun 2008 16:42:04 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (mail.phantombsd.org [74.94.69.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5CDAE8FC15; Mon, 2 Jun 2008 16:42:04 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id E182F11A0003; Mon, 2 Jun 2008 09:42:03 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.449 X-Spam-Level: X-Spam-Status: No, score=-3.449 tagged_above=-10 required=4 tests=[AWL=-0.950, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NRLmVCnUNHwF; Mon, 2 Jun 2008 09:41:58 -0700 (PDT) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.2]) by mail.phantombsd.org (Postfix) with ESMTP id CC96611A0002; Mon, 2 Jun 2008 09:41:58 -0700 (PDT) Date: Mon, 2 Jun 2008 09:41:58 -0700 (PDT) From: Casey Scott To: owner-freebsd-questions@freebsd.org Message-ID: <9011383.31212424918663.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <32222408.01212247895507.JavaMail.root@tomcat.phantombsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [199.3.115.254] X-Mailer: Zimbra 5.0.5_GA_2201.RHEL5 (ZimbraWebClient - FF2.0 (Win)/5.0.5_GA_2201.RHEL5) Cc: Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: 7.0 upgrade compile 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: Mon, 02 Jun 2008 16:42:04 -0000 With the new output below, does anyone have any thought on why the build fails? Casey ----- "Casey Scott" wrote: > Kris, > > > Please show us more context. > > These seems to be all the relevant output: > > ****************************************************************************************** > cd /usr/src/etc; make buildincludes; make installincludes > > -------------------------------------------------------------- > >>> stage 4.2: building libraries > -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 > MACHINE=i386 CPUTYPE=pentium4 > GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac > _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh > /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp -DNO_FSCHG > -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DWITHOUT_NLS > -DWITHOUT_PROFILE libraries > cd /usr/src; make -f Makefile.inc1 _prereq_libs; make -f > Makefile.inc1 _startup_libs; make -f Makefile.inc1 _prebuild_libs; > make -f Makefile.inc1 _generic_libs; > ===> gnu/lib/libgcc (obj,depend,all,install) > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tm.h > TARGET_CPU_DEFAULT="" HEADERS="options.h i386/i386.h i386/unix.h > i386/att.h dbxelf.h elfos.h freebsd-native.h freebsd-spec.h freebsd.h > i386/freebsd.h defaults.h" DEFINES="" /bin/sh > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tm.h > echo '#define EXTRA_MODES_FILE "i386/i386-modes.def"' >> tm.h > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tconfig.h > TARGET_CPU_DEFAULT="" HEADERS="auto-host.h ansidecl.h" > DEFINES="USED_FOR_TARGET" /bin/sh > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tconfig.h > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc options.h > awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-gather.awk > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/c.opt > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/common.opt > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/i386/i386.opt > > optionlist > awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-functions.awk > -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opth-gen.awk < > optionlist > options.h > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h > ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h > unwind.h > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h > ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h > gthr-default.h > cc -c -O2 -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2 > -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. > -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools > -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3 > -DElfW=__ElfN -o unwind-dw2.o > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32: > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error: > stddef.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error: > float.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error: > stdarg.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error: > stdio.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error: > errno.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: error: > string.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: error: > stdlib.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: error: > unistd.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:108:20: error: > limits.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:111:18: error: > time.h: No such file or directory > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:40: > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function > 'size_of_encoded_value': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:90: warning: > incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function > 'base_of_encoded_value': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:122: warning: > incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function > 'read_encoded_value_with_base': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:259: warning: > incompatible implicit declaration of built-in function 'abort' > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > ./gthr-default.h:43:21: error: pthread.h: No such file or directory > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > ./gthr-default.h: At top level: > ./gthr-default.h:92: error: 'pthread_once' undeclared here (not in a > function) > ./gthr-default.h:93: error: 'pthread_getspecific' undeclared here (not > in a function) > ./gthr-default.h:94: error: 'pthread_setspecific' undeclared here (not > in a function) > ./gthr-default.h:95: error: 'pthread_create' undeclared here (not in a > function) > ./gthr-default.h:96: error: 'pthread_cancel' undeclared here (not in a > function) > ./gthr-default.h:97: error: 'pthread_mutex_lock' undeclared here (not > in a function) > ./gthr-default.h:98: error: 'pthread_mutex_trylock' undeclared here > (not in a function) > ./gthr-default.h:99: error: 'pthread_mutex_unlock' undeclared here > (not in a function) > ./gthr-default.h:100: error: 'pthread_mutex_init' undeclared here (not > in a function) > ./gthr-default.h:103: error: 'pthread_key_create' undeclared here (not > in a function) > ./gthr-default.h:104: error: 'pthread_key_delete' undeclared here (not > in a function) > ./gthr-default.h:105: error: 'pthread_mutexattr_init' undeclared here > (not in a function) > ./gthr-default.h:106: error: 'pthread_mutexattr_settype' undeclared > here (not in a function) > ./gthr-default.h:107: error: 'pthread_mutexattr_destroy' undeclared > here (not in a function) > ./gthr-default.h: In function '__gthread_active_p': > ./gthr-default.h:173: error: 'PTHREAD_MUTEX_INITIALIZER' undeclared > (first use in this function) > ./gthr-default.h:173: error: (Each undeclared identifier is reported > only once > ./gthr-default.h:173: error: for each function it appears in.) > ./gthr-default.h:174: error: 'PTHREAD_ONCE_INIT' undeclared (first use > in this function) > ./gthr-default.h:188: error: called object > '__gthrw_pthread_mutex_lock' is not a function > ./gthr-default.h:189: error: called object '__gthrw_pthread_once' is > not a function > ./gthr-default.h:190: error: called object > '__gthrw_pthread_mutex_unlock' is not a function > ./gthr-default.h: In function '__gthread_once': > ./gthr-default.h:578: error: called object '__gthrw_pthread_once' is > not a function > ./gthr-default.h: In function '__gthread_key_create': > ./gthr-default.h:586: error: called object > '__gthrw_pthread_key_create' is not a function > ./gthr-default.h: In function '__gthread_key_delete': > ./gthr-default.h:592: error: called object > '__gthrw_pthread_key_delete' is not a function > ./gthr-default.h: In function '__gthread_getspecific': > ./gthr-default.h:598: error: called object > '__gthrw_pthread_getspecific' is not a function > ./gthr-default.h: In function '__gthread_setspecific': > ./gthr-default.h:604: error: called object > '__gthrw_pthread_setspecific' is not a function > ./gthr-default.h: In function '__gthread_mutex_lock': > ./gthr-default.h:611: error: called object > '__gthrw_pthread_mutex_lock' is not a function > ./gthr-default.h: In function '__gthread_mutex_trylock': > ./gthr-default.h:620: error: called object > '__gthrw_pthread_mutex_trylock' is not a function > ./gthr-default.h: In function '__gthread_mutex_unlock': > ./gthr-default.h:629: error: called object > '__gthrw_pthread_mutex_unlock' is not a function > ./gthr-default.h: In function > '__gthread_recursive_mutex_init_function': > ./gthr-default.h:643: error: called object > '__gthrw_pthread_mutexattr_init' is not a function > ./gthr-default.h:645: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared > (first use in this function) > ./gthr-default.h:645: error: called object > '__gthrw_pthread_mutexattr_settype' is not a function > ./gthr-default.h:647: error: called object > '__gthrw_pthread_mutex_init' is not a function > ./gthr-default.h:649: error: called object > '__gthrw_pthread_mutexattr_destroy' is not a function > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > '_Unwind_GetGR': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:168: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > '_Unwind_SetGR': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > '_Unwind_SetGRValue': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:257: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'extract_cie_info': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:350: > warning: incompatible implicit declaration of built-in function > 'strlen' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'execute_stack_op': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:611: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:829: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:836: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'execute_cfa_program': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1082: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'uw_frame_state_for': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1099: > warning: incompatible implicit declaration of built-in function > 'memset' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > '__frame_state_for': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1184: > warning: incompatible implicit declaration of built-in function > 'memset' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > '_Unwind_SetSpColumn': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1234: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'uw_update_context_1': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1290: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'uw_init_context_1': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1408: > warning: incompatible implicit declaration of built-in function > 'memset' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1413: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1417: error: > 'PTHREAD_ONCE_INIT' undeclared (first use in this function) > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function > 'uw_install_context_1': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1472: > warning: incompatible implicit declaration of built-in function > 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1480: > warning: incompatible implicit declaration of built-in function > 'memcpy' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1486: > warning: incompatible implicit declaration of built-in function > 'memcpy' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1490: > warning: incompatible implicit declaration of built-in function > 'memcpy' > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1518: > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function > '_Unwind_RaiseException_Phase2': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:75: warning: > incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function > '_Unwind_Resume': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:238: warning: > incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function > '_Unwind_Resume_or_Rethrow': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:263: warning: > incompatible implicit declaration of built-in function 'abort' > *** Error code 1 > > Stop in /usr/src/gnu/lib/libgcc. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ****************************************************************************************** > > > 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 Mon Jun 2 16:42:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0691065685 for ; Mon, 2 Jun 2008 16:42:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id D772D8FC0A for ; Mon, 2 Jun 2008 16:42:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1089492wfg.7 for ; Mon, 02 Jun 2008 09:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=jsIcthY8l5JewPc3ErZtvHh88jr0Tc9p6gEjcvJqxPA=; b=hh2LX+xzV1Avx+kRFgxWix/KhE9+o93pBm8YlfUnSWFiVYLrwM/DWPj6PXGJsNpf9ODWcbDtFW9h/iGy0Xio06Q/02xC9WrVWxyEFP6/oHl7RxH2KjRkl9Gb2xDlTyFUkRjf7HhfeLXyg6F2Wqp0e2laTE13MUkqyKIuGT9I40s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PKdiEnZgvBi/vuLV3fFwSbT73z8/dnXF2o5S5gLtKvXm9+HgSGPNxEQjdqu/KNoW/EiAZusek8ktoQ2Ws2CVW6hS7af1L95OJZiOm2uWaZzCyVMPv0bL2ZD7mYb5nbDvw32f3gMP8dtRSlUQhzw3pATOrKS1xCG5J40cJjqKIHo= Received: by 10.142.174.8 with SMTP id w8mr3652966wfe.5.1212424940469; Mon, 02 Jun 2008 09:42:20 -0700 (PDT) Received: by 10.143.156.7 with HTTP; Mon, 2 Jun 2008 09:41:53 -0700 (PDT) Message-ID: Date: Mon, 2 Jun 2008 09:41:53 -0700 From: "Kurt Buff" To: alexus In-Reply-To: <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: VPN (IPSEC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 16:42:21 -0000 On Mon, Jun 2, 2008 at 9:13 AM, alexus wrote: > anyone? > > > On Sat, May 31, 2008 at 7:49 PM, alexus wrote: >> Hello, >> >> I'm trying to establish a VPN tunnel over internet, I read a >> http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set >> it up, I'm some what strangeling if my setup will work at all. >> >> i have box #1 that have 1 primary IP, which is private IP but in front >> of my box, I have a device that translate a public IP address into >> private IP, so "technicaly" its a public IP not a private, yet system >> sees it as private, yet my box #2 has interface with real public ip >> and another interface with private ip, i created GIF0 interface, yet i >> can't ping private range on other box. >> >> >> box#1 >> >> fxp0: flags=8843 metric 0 mtu 1500 >> options=8 >> ether 00:0f:fe:aa:f4:61 >> inet 192.168.1.251 netmask 0xffffff00 broadcast 192.168.1.255 >> inet 172.16.172.16 netmask 0xffffffff broadcast 172.16.172.16 >> media: Ethernet autoselect (100baseTX ) >> status: active >> plip0: flags=108810 metric 0 mtu 1500 >> lo0: flags=8049 metric 0 mtu 16384 >> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 >> inet6 ::1 prefixlen 128 >> inet 127.0.0.1 netmask 0xff000000 >> gif0: flags=8051 metric 0 mtu 1280 >> tunnel inet 38.96.123.42 --> 74.2.252.194 >> inet 192.168.1.251 --> 192.168.2.252 netmask 0xffffffff >> alexus@jot ~ 503$ netstat -rn | grep gif0 >> 192.168.2.252 192.168.1.251 UH 0 15 gif0 >> alexus@jot ~ 504$ >> >> box#2 >> >> su-3.2# ifconfig >> dc0: flags=8943 metric >> 0 mtu 1500 >> options=8 >> ether 00:1a:70:10:e3:89 >> inet 74.2.252.194 netmask 0xfffffff8 broadcast 74.2.252.199 >> media: Ethernet autoselect (100baseTX) >> status: active >> fxp0: flags=8843 metric 0 mtu 1500 >> options=8 >> ether 00:13:20:09:53:31 >> inet 192.168.2.252 netmask 0xffffff00 broadcast 192.168.2.255 >> media: Ethernet autoselect (100baseTX ) >> status: active >> lo0: flags=8049 metric 0 mtu 16384 >> inet 127.0.0.1 netmask 0xff000000 >> gif0: flags=8051 metric 0 mtu 1280 >> tunnel inet 74.2.252.194 --> 38.96.132.42 >> inet 192.168.2.252 --> 192.168.1.251 netmask 0xffffffff >> su-3.2# netstat -rn | grep gif0 >> 192.168.1.251 192.168.2.252 UH 0 602 gif0 >> su-3.2# >> >> >> any suggestions are welcome, thanks! >> -- >> http://alexus.org/ google for "ipsec nat traversal freebsd" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:42:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 533541065683 for ; Mon, 2 Jun 2008 16:42:56 +0000 (UTC) (envelope-from oskar-freebsd@eyb.de) Received: from smtp1.rz.uni-hohenheim.de (smtp1.rz.uni-hohenheim.de [144.41.4.41]) by mx1.freebsd.org (Postfix) with ESMTP id 21FA78FC20 for ; Mon, 2 Jun 2008 16:42:56 +0000 (UTC) (envelope-from oskar-freebsd@eyb.de) Received: from localhost (smtp2.rz.uni-hohenheim.de [144.41.4.42]) by smtp1.rz.uni-hohenheim.de (Postfix) with ESMTP id 9535111D560 for ; Mon, 2 Jun 2008 18:23:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-hohenheim.de Received: from smtp1.rz.uni-hohenheim.de ([144.41.4.41]) by localhost (smtp2.rz.uni-hohenheim.de [144.41.4.42]) (amavisd-new, port 10024) with ESMTP id YnbvxVSV5YEB for ; Mon, 2 Jun 2008 18:23:56 +0200 (CEST) Received: from mailserv.rz.uni-hohenheim.de (imap1.rz.uni-hohenheim.de [144.41.4.65]) by smtp1.rz.uni-hohenheim.de (Postfix) with ESMTP id D01F911D53E for ; Mon, 2 Jun 2008 18:23:55 +0200 (CEST) Received: from [144.41.197.30] (CI3030-B-197-030.vpn.uni-hohenheim.de [144.41.197.30]) by mailserv.rz.uni-hohenheim.de (Postfix) with ESMTP id 6B07624001F for ; Mon, 2 Jun 2008 18:23:56 +0200 (CEST) Message-ID: <48441E85.1050803@eyb.de> Date: Mon, 02 Jun 2008 18:23:33 +0200 From: Oskar Eyb User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 16:42:56 -0000 Hello, on a 7.0-RELEASE maschine I have now again a big problem with freezing. swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: 20480 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: 16384 # swapctl -l Device: 1024-blocks Used: /dev/mirror/gm0s1b 1048576 485332 /dev/md0 1048576 485316 What to do against this, is there a patch available? Best Regards, Oskar From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 16:43:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ABC11065676 for ; Mon, 2 Jun 2008 16:43:21 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1D08FC1F for ; Mon, 2 Jun 2008 16:43:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so497537ywe.13 for ; Mon, 02 Jun 2008 09:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=jsIcthY8l5JewPc3ErZtvHh88jr0Tc9p6gEjcvJqxPA=; b=O2dM8yu6BEh1p+jAUFMt0R4h/GEo8GvBK2MRbT3VZoeD/UQq+QxdXkooOfDtJFdHmliNQsACMmgcDEdzrx0BsgprFr0lCXbOm/pdhTAWQG+9rwcSCWqePu1sy4svDXRqWEfInseoyvO2paHvqnmjInHT/hb0CFzAYLTCIskzE6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PKdiEnZgvBi/vuLV3fFwSbT73z8/dnXF2o5S5gLtKvXm9+HgSGPNxEQjdqu/KNoW/EiAZusek8ktoQ2Ws2CVW6hS7af1L95OJZiOm2uWaZzCyVMPv0bL2ZD7mYb5nbDvw32f3gMP8dtRSlUQhzw3pATOrKS1xCG5J40cJjqKIHo= Received: by 10.142.99.21 with SMTP id w21mr3650810wfb.55.1212424913472; Mon, 02 Jun 2008 09:41:53 -0700 (PDT) Received: by 10.143.156.7 with HTTP; Mon, 2 Jun 2008 09:41:53 -0700 (PDT) Message-ID: Date: Mon, 2 Jun 2008 09:41:53 -0700 From: "Kurt Buff" To: alexus In-Reply-To: <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: VPN (IPSEC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 16:43:21 -0000 On Mon, Jun 2, 2008 at 9:13 AM, alexus wrote: > anyone? > > > On Sat, May 31, 2008 at 7:49 PM, alexus wrote: >> Hello, >> >> I'm trying to establish a VPN tunnel over internet, I read a >> http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set >> it up, I'm some what strangeling if my setup will work at all. >> >> i have box #1 that have 1 primary IP, which is private IP but in front >> of my box, I have a device that translate a public IP address into >> private IP, so "technicaly" its a public IP not a private, yet system >> sees it as private, yet my box #2 has interface with real public ip >> and another interface with private ip, i created GIF0 interface, yet i >> can't ping private range on other box. >> >> >> box#1 >> >> fxp0: flags=8843 metric 0 mtu 1500 >> options=8 >> ether 00:0f:fe:aa:f4:61 >> inet 192.168.1.251 netmask 0xffffff00 broadcast 192.168.1.255 >> inet 172.16.172.16 netmask 0xffffffff broadcast 172.16.172.16 >> media: Ethernet autoselect (100baseTX ) >> status: active >> plip0: flags=108810 metric 0 mtu 1500 >> lo0: flags=8049 metric 0 mtu 16384 >> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 >> inet6 ::1 prefixlen 128 >> inet 127.0.0.1 netmask 0xff000000 >> gif0: flags=8051 metric 0 mtu 1280 >> tunnel inet 38.96.123.42 --> 74.2.252.194 >> inet 192.168.1.251 --> 192.168.2.252 netmask 0xffffffff >> alexus@jot ~ 503$ netstat -rn | grep gif0 >> 192.168.2.252 192.168.1.251 UH 0 15 gif0 >> alexus@jot ~ 504$ >> >> box#2 >> >> su-3.2# ifconfig >> dc0: flags=8943 metric >> 0 mtu 1500 >> options=8 >> ether 00:1a:70:10:e3:89 >> inet 74.2.252.194 netmask 0xfffffff8 broadcast 74.2.252.199 >> media: Ethernet autoselect (100baseTX) >> status: active >> fxp0: flags=8843 metric 0 mtu 1500 >> options=8 >> ether 00:13:20:09:53:31 >> inet 192.168.2.252 netmask 0xffffff00 broadcast 192.168.2.255 >> media: Ethernet autoselect (100baseTX ) >> status: active >> lo0: flags=8049 metric 0 mtu 16384 >> inet 127.0.0.1 netmask 0xff000000 >> gif0: flags=8051 metric 0 mtu 1280 >> tunnel inet 74.2.252.194 --> 38.96.132.42 >> inet 192.168.2.252 --> 192.168.1.251 netmask 0xffffffff >> su-3.2# netstat -rn | grep gif0 >> 192.168.1.251 192.168.2.252 UH 0 602 gif0 >> su-3.2# >> >> >> any suggestions are welcome, thanks! >> -- >> http://alexus.org/ google for "ipsec nat traversal freebsd" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 17:09:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 676211065737 for ; Mon, 2 Jun 2008 17:09:29 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 012CC8FC14 for ; Mon, 2 Jun 2008 17:09:28 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 28862 invoked by uid 1008); 2 Jun 2008 18:10:45 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 2 Jun 2008 18:10:45 -0000 Message-ID: <4844293F.7020507@el.net> Date: Mon, 02 Jun 2008 13:09:19 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 17:09:29 -0000 hi all... a hosting facility build a new dedicated server for me and looking at the dmesg i see: mfi0: port 0xec00-0xecff mem 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 on pci1 mfi0: Megaraid SAS driver Ver 2.00 for df i get: Filesystem Size Used Avail Capacity Mounted on /dev/mfid0s1a 496M 197M 259M 43% / devfs 1.0K 1.0K 0B 100% /dev /dev/mfid0s1e 496M 12K 456M 0% /tmp /dev/mfid0s1f 661G 636M 608G 0% /usr /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var i asked for raid1. i cant find too much information about the mfi driver. just that it works with freebsd 7. i'll keep looking but - has anybody successfully deployed production servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server? is there any loss in performance using that hardware in RAID1? any performance loss in RAID1 at all? thanks... From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 17:18:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6239106566C for ; Mon, 2 Jun 2008 17:18:25 +0000 (UTC) (envelope-from jopesko@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id DD06B8FC26 for ; Mon, 2 Jun 2008 17:18:24 +0000 (UTC) (envelope-from jopesko@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so474956nfh.33 for ; Mon, 02 Jun 2008 10:18:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; bh=w0ASzxHYyZgbBsrRxnupEXIs9Tbse4L7T8qZXhuBKlg=; b=sC+fJLQmiosxW8bHYmhHSdLwI0pqkuIn6IhYGtDVhHBvs6Xh8fPSGtFsWTfrl5FaHR60RkPFSR4/lrMizS12t0x987sTyvbmuoM5Xe22krA8YLksSOVO1W4KIasoKbfTAltn4IT5Kk7QInJnchP7kaDj5x/HgbvP3ozYktET4+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=d85StA/7r0O9ZNuf0vLCkauo0y2IGprXzRkCRt64elDTCCJvr9vTeFAggxNf/1zWzWyFTvHboumPg46HVYKdJj+3vSNvPgUkX0JSLPNoosiLb+ZJdmDCwaFGcDuqJSDqm3d4JIcIrq2pFylbIWDCRMltEHcJGQqowfWd/DnRRBs= Received: by 10.210.26.10 with SMTP id 10mr3822298ebz.15.1212425427927; Mon, 02 Jun 2008 09:50:27 -0700 (PDT) Received: from ?10.13.44.211? ( [77.244.112.185]) by mx.google.com with ESMTPS id 32sm6307353nfu.10.2008.06.02.09.50.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 09:50:27 -0700 (PDT) Message-ID: <484424CB.4040204@gmail.com> Date: Mon, 02 Jun 2008 21:50:19 +0500 From: Jo Pesko User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: OpenFire 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, 02 Jun 2008 17:18:25 -0000 Hi. I receive "Error code 64" while trying to install OpenFire(after executing make install) from ports collection. Here is some output: /bin/mkdir -p /usr/local/share/doc/openfire (cd /usr/ports/net-im/openfire/work/openfire_src && install -o root -g wheel -m 444 LICENSE.html README.html changelog.html /usr/local/share/doc/openfire) (cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs && /usr/bin/find . \! -path ./javadoc\* | /usr/bin/cpio -pdmu -R root:wheel /usr/local/share/doc/openfire > /dev/null 2>&1 ) /bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs /bin/ln -sf /var/db/openfire /usr/local/share/java/openfire/embedded-db /bin/ln -sf /usr/local/share/java/openfire/conf /bin/ln -sf /usr/local/share/java/openfire/resources/security /bin/mkdir -p /usr/local/share/examples/openfire install -o root -g wheel -m 444 /usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml /usr/local/share/examples/openfire/openfire.xml install -m 600 /usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore /usr/local/share/examples/openfire/truststore install -m 600 /usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore /usr/local/share/examples/openfire/keystore usage: mkdir [-pv] [-m mode] directory_name ... *** Error code 64 Stop in /usr/ports/net-im/openfire. Any help will be appreciated. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:13:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5D471065685 for ; Mon, 2 Jun 2008 18:13:21 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 6454D8FC2B for ; Mon, 2 Jun 2008 18:13:21 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so866218ana.13 for ; Mon, 02 Jun 2008 11:13:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; bh=LmfLJh4RkkXuZucNCiVwLQjTDzH6onTfpLy3kQvEBEQ=; b=Ix511VSZGEB7yFCVLW8KQFUJcLQKrYqqLbWm4DDgeM0kyhvxPtUN3yQfQ2RCm3elbDvK9/CSzJeBGz/jW+2CX1b/aTDkieltg1HLN2HEbuMszr1PdPp/LuWCc5Tkymn12XW4G1vUYAjRZ4yRnA7znP/fTwQNNB4WlxL15ipdxrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=c4alnSguwbEwz9sADbzH7kK27u1KshUry2QRTx69GBV4+xpZkICSGxS4trb+7/ChANCZmACfsuewBjOIozemFvM0NWj/Zb+67THJpDiOuH6VtV/5r/rMVsWYwLJN8i5+ZvcKPMHjvMvzsBKPGCwAU3gTEFiRrj35aqhFpCuW43o= Received: by 10.100.214.3 with SMTP id m3mr8139614ang.134.1212430400334; Mon, 02 Jun 2008 11:13:20 -0700 (PDT) Received: from ?192.168.1.3? ( [98.212.164.35]) by mx.google.com with ESMTPS id n29sm14528606pyh.32.2008.06.02.11.13.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 11:13:18 -0700 (PDT) In-Reply-To: <20080602091656.14556mmscjabss4c@intranet.encontacto.net> References: <20080601111048.20636scjpsk378kk@intranet.encontacto.net> <53cadfa4b6ba32a924675c001e8cc1b7@gmail.com> <20080602091656.14556mmscjabss4c@intranet.encontacto.net> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9c5e6d8d7bfce63b7f3a3e7f57b8cb8b@gmail.com> Content-Transfer-Encoding: 7bit From: Joshua Isom Date: Mon, 2 Jun 2008 13:13:29 -0500 To: eculp X-Mailer: Apple Mail (2.624) Cc: freebsd-questions Subject: Re: Can't mount my iPhone - Maybe it need not be mounted? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:13:21 -0000 If I recall right from what I've read about it, it's mounted as a sshfs or something like that, network based and not usb based. You just need to install openssh and some other programs. On Jun 2, 2008, at 9:16 AM, eculp wrote: > Quoting Joshua Isom : > >> To be able to mount your iPhone, you're going to have to essentially >> void the warranty and risk turning it into a pretty paperweight. It >> sucks, but that's the way it is. But at least you can charge your >> iPhone using FreeBSD. > > I'm already using it with a carrier that isn't yet authorized so I > have to assume that it is "jailbroken" but I still can't find a way to > mount it. It seems that it isn't recoginzed by FreeBSD current as > being mountable. > > Thanks for the warning. > > ed > >> >> On Jun 1, 2008, at 11:10 AM, eculp wrote: >> >>> I've not been successful at googling a way to connect freebsd >>> current amd64 to my iPhone. Eventually, I would like to be able to >>> sync and upload to it from an opensource substitute for iTunes, that >>> doesn't have a version from FreeBSD. >>> >>> When I connect my iPhone I see: >>> >>> Jun 1 09:55:00 ed kernel: uhid0: >> 2.00/0.01, addr 2> on uhub3 >>> >>> in messages and that is it. No new device or anything that I can >>> find. >>> >>> Any programs or suggestions that you have to facilitate using the >>> iPhone will be greatly appreciated. I've been trying to use gtkpod >>> without success because I can't mount it, I assume. >>> >>> Thanks, >>> >>> ed >>> >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >> >> > > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:15:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A470C106567B for ; Mon, 2 Jun 2008 18:15:49 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD028FC16 for ; Mon, 2 Jun 2008 18:15:49 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crab.unsane.co.uk (crab.unsane.co.uk [10.0.0.111]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52IF0DY058663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 19:15:01 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <484438B1.5020202@unsane.co.uk> Date: Mon, 02 Jun 2008 19:15:13 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080507) MIME-Version: 1.0 To: kalin m References: <4844293F.7020507@el.net> In-Reply-To: <4844293F.7020507@el.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:15:49 -0000 kalin m wrote: > hi all... > > a hosting facility build a new dedicated server for me and looking at > the dmesg i see: > > mfi0: port 0xec00-0xecff mem > 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 on pci1 > mfi0: Megaraid SAS driver Ver 2.00 > > for df i get: > Filesystem Size Used Avail Capacity Mounted on > /dev/mfid0s1a 496M 197M 259M 43% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/mfid0s1e 496M 12K 456M 0% /tmp > /dev/mfid0s1f 661G 636M 608G 0% /usr > /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var > > > i asked for raid1. i cant find too much information about the mfi > driver. just that it works with freebsd 7. > you might want to look at sysutils/megarc and possibly sysutils/linux-megamgr so you can more closely monitor/investigate your array. Vince > i'll keep looking but - has anybody successfully deployed production > servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server? > is there any loss in performance using that hardware in RAID1? > any performance loss in RAID1 at all? > > > thanks... > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:27:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 182C3106564A for ; Mon, 2 Jun 2008 18:27:15 +0000 (UTC) (envelope-from bridd@bridd.com) Received: from ultra10.me2uweb.net (ultra10.me2uweb.net [83.170.73.26]) by mx1.freebsd.org (Postfix) with ESMTP id D5A428FC1A for ; Mon, 2 Jun 2008 18:27:14 +0000 (UTC) (envelope-from bridd@bridd.com) Received: from localhost ([127.0.0.1] helo=www.bridd.com) by ultra10.me2uweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1K3CQx-0001rU-5o for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 16:58:55 +0100 Received: from 87.194.201.18 ([87.194.201.18]) (SquirrelMail authenticated user bridd@bridd.com) by www.bridd.com with HTTP; Mon, 2 Jun 2008 16:58:55 +0100 (BST) Message-ID: <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> In-Reply-To: <20080602144149.GA59227@gizmo.acns.msu.edu> References: <258326.33866.qm@web57007.mail.re3.yahoo.com> <5.2.0.9.2.20080602071557.00c43458@192.168.0.30> <20080602144149.GA59227@gizmo.acns.msu.edu> Date: Mon, 2 Jun 2008 16:58:55 +0100 (BST) From: bridd@bridd.com To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-me2uweb-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1K3CQx-0001rU-5o X-me2uweb-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-me2uweb-MailScanner-SpamCheck: X-me2uweb-MailScanner-From: bridd@bridd.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ultra10.me2uweb.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bridd.com Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:27:15 -0000 > On Mon, Jun 02, 2008 at 07:18:14AM -0400, Steve Lake wrote: >> >> > If you are honest for your site's objective, >> >> > appreciate if could drop the penguin from the site's >> >> > logo without a delay. It clearly shows your bias. >> >> > >> >> >> >> Yep, he definitely likes birds better than red sex toys... >> >> lol. Cute. I'm actually a very strong supporter of Freebsd. I >> wouldn't list 3 of the major BSD distros in my "recommended distros" >> section if I wasn't. :) The problem is, the majority of my audience is >> Linux guys and newbies looking for info on Linux. I figure if I can get >> them in the door with Linux, I can make a BSD evangelist out of them >> eventually. :) I've already had quite a few BSD converts over the past >> couple of years doing just that. :D > > Still, you need to add the sex toy in a nice dignified, well designed way > to your banner. > > ////jerry I agree completely, it's what got me over to BSD ! Dave // bridd From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:32:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36BC9106567B for ; Mon, 2 Jun 2008 18:32:02 +0000 (UTC) (envelope-from tsmullins@wise.k12.va.us) Received: from mail.wise.k12.va.us (mail.wise.k12.va.us [72.4.65.135]) by mx1.freebsd.org (Postfix) with ESMTP id 142F28FC1F for ; Mon, 2 Jun 2008 18:32:01 +0000 (UTC) (envelope-from tsmullins@wise.k12.va.us) 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, 2 Jun 2008 14:32:01 -0400 Message-ID: <537CB068C0C3DB4C857BB2719A89DC9102793F14@mail2.wise.k12> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Reverse proxy recommendation Thread-Index: AcjEwYvVnEcA2hqQS/ykzJm6ueKzGAAHVO4w References: <226ae0c60806020757w1e3c23f6v2b1a7792d196376d@mail.gmail.com> From: "Thomas Mullins" To: "David Robillard" Cc: FreeBSD Questions Subject: RE: Reverse proxy recommendation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:32:02 -0000 Most thanks, FreeBSD ports are great. Shane =20 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of David Robillard Sent: Monday, June 02, 2008 10:58 AM To: Thomas Mullins Cc: FreeBSD Questions Subject: Re: Reverse proxy recommendation On Sat, 2008-05-31 at 10:26 -0400, Thomas Mullins wrote: > Hello, > > We have three internal web servers that we make accessible to the=20 > internet. Right now we simply use pf and port redirection. Works=20 > great. > > But, we would like to tighten up security. I know you can do this=20 > with squid, apache and a few others. Could someone please make a=20 > recommendation on what solutions they have used or seen in the past? > > Thanks > Shane You may want to check the www/varnish port. From the ports description: This is the Varnish high-performance HTTP accelerator. Documentation and additional information about Varnish is available on . Technical questions about Varnish and this release should be addressed to . Questions about commercial support and services related to Varnish should be addressed to . WWW: http://www.varnish-cache.org/ And from wikipedia: http://en.wikipedia.org/wiki/Varnish_cache I've never used it myself, but looks interesting since it's been created by Poul-Henning Kamp which is a major FreeBSD developer. HTH, David -- David Robillard UNIX systems administrator & Oracle DBA CISSP, RHCE & Sun Certified Security Administrator Montreal: +1 514 966 0122 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:42:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4B8C1065673; Mon, 2 Jun 2008 18:42:10 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC94A8FC16; Mon, 2 Jun 2008 18:42:08 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48443EFF.9090005@FreeBSD.org> Date: Mon, 02 Jun 2008 20:42:07 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Casey Scott References: <9011383.31212424918663.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <9011383.31212424918663.JavaMail.root@tomcat.phantombsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: owner-freebsd-questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 7.0 upgrade compile 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: Mon, 02 Jun 2008 18:42:10 -0000 Casey Scott wrote: > With the new output below, does anyone have any thought on why the > build fails? You seem to be missing critical parts of your source tree. Double check your cvsupfile (or similar). Kris > Casey > > ----- "Casey Scott" wrote: > >> Kris, >> >>> Please show us more context. >> These seems to be all the relevant output: >> >> ****************************************************************************************** >> cd /usr/src/etc; make buildincludes; make installincludes >> >> -------------------------------------------------------------- >>>>> stage 4.2: building libraries >> -------------------------------------------------------------- >> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 >> MACHINE=i386 CPUTYPE=pentium4 >> GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin >> GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font >> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac >> _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh >> /usr/src/tools/install.sh" >> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >> make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp -DNO_FSCHG >> -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DWITHOUT_NLS >> -DWITHOUT_PROFILE libraries >> cd /usr/src; make -f Makefile.inc1 _prereq_libs; make -f >> Makefile.inc1 _startup_libs; make -f Makefile.inc1 _prebuild_libs; >> make -f Makefile.inc1 _generic_libs; >> ===> gnu/lib/libgcc (obj,depend,all,install) >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tm.h >> TARGET_CPU_DEFAULT="" HEADERS="options.h i386/i386.h i386/unix.h >> i386/att.h dbxelf.h elfos.h freebsd-native.h freebsd-spec.h freebsd.h >> i386/freebsd.h defaults.h" DEFINES="" /bin/sh >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tm.h >> echo '#define EXTRA_MODES_FILE "i386/i386-modes.def"' >> tm.h >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tconfig.h >> TARGET_CPU_DEFAULT="" HEADERS="auto-host.h ansidecl.h" >> DEFINES="USED_FOR_TARGET" /bin/sh >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tconfig.h >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc options.h >> awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-gather.awk >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/c.opt >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/common.opt >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/i386/i386.opt > >> optionlist >> awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-functions.awk >> -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opth-gen.awk < >> optionlist > options.h >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h >> ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h >> unwind.h >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h >> ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h >> gthr-default.h >> cc -c -O2 -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2 >> -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT >> -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include >> -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config >> -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. >> -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools >> -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3 >> -DElfW=__ElfN -o unwind-dw2.o >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c >> In file included from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32: >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error: >> stddef.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error: >> float.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error: >> stdarg.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error: >> stdio.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error: >> errno.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: error: >> string.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: error: >> stdlib.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: error: >> unistd.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:108:20: error: >> limits.h: No such file or directory >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:111:18: error: >> time.h: No such file or directory >> In file included from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:40: >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function >> 'size_of_encoded_value': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:90: warning: >> incompatible implicit declaration of built-in function 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function >> 'base_of_encoded_value': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:122: warning: >> incompatible implicit declaration of built-in function 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function >> 'read_encoded_value_with_base': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:259: warning: >> incompatible implicit declaration of built-in function 'abort' >> In file included from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, >> from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: >> ./gthr-default.h:43:21: error: pthread.h: No such file or directory >> In file included from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, >> from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: >> ./gthr-default.h: At top level: >> ./gthr-default.h:92: error: 'pthread_once' undeclared here (not in a >> function) >> ./gthr-default.h:93: error: 'pthread_getspecific' undeclared here (not >> in a function) >> ./gthr-default.h:94: error: 'pthread_setspecific' undeclared here (not >> in a function) >> ./gthr-default.h:95: error: 'pthread_create' undeclared here (not in a >> function) >> ./gthr-default.h:96: error: 'pthread_cancel' undeclared here (not in a >> function) >> ./gthr-default.h:97: error: 'pthread_mutex_lock' undeclared here (not >> in a function) >> ./gthr-default.h:98: error: 'pthread_mutex_trylock' undeclared here >> (not in a function) >> ./gthr-default.h:99: error: 'pthread_mutex_unlock' undeclared here >> (not in a function) >> ./gthr-default.h:100: error: 'pthread_mutex_init' undeclared here (not >> in a function) >> ./gthr-default.h:103: error: 'pthread_key_create' undeclared here (not >> in a function) >> ./gthr-default.h:104: error: 'pthread_key_delete' undeclared here (not >> in a function) >> ./gthr-default.h:105: error: 'pthread_mutexattr_init' undeclared here >> (not in a function) >> ./gthr-default.h:106: error: 'pthread_mutexattr_settype' undeclared >> here (not in a function) >> ./gthr-default.h:107: error: 'pthread_mutexattr_destroy' undeclared >> here (not in a function) >> ./gthr-default.h: In function '__gthread_active_p': >> ./gthr-default.h:173: error: 'PTHREAD_MUTEX_INITIALIZER' undeclared >> (first use in this function) >> ./gthr-default.h:173: error: (Each undeclared identifier is reported >> only once >> ./gthr-default.h:173: error: for each function it appears in.) >> ./gthr-default.h:174: error: 'PTHREAD_ONCE_INIT' undeclared (first use >> in this function) >> ./gthr-default.h:188: error: called object >> '__gthrw_pthread_mutex_lock' is not a function >> ./gthr-default.h:189: error: called object '__gthrw_pthread_once' is >> not a function >> ./gthr-default.h:190: error: called object >> '__gthrw_pthread_mutex_unlock' is not a function >> ./gthr-default.h: In function '__gthread_once': >> ./gthr-default.h:578: error: called object '__gthrw_pthread_once' is >> not a function >> ./gthr-default.h: In function '__gthread_key_create': >> ./gthr-default.h:586: error: called object >> '__gthrw_pthread_key_create' is not a function >> ./gthr-default.h: In function '__gthread_key_delete': >> ./gthr-default.h:592: error: called object >> '__gthrw_pthread_key_delete' is not a function >> ./gthr-default.h: In function '__gthread_getspecific': >> ./gthr-default.h:598: error: called object >> '__gthrw_pthread_getspecific' is not a function >> ./gthr-default.h: In function '__gthread_setspecific': >> ./gthr-default.h:604: error: called object >> '__gthrw_pthread_setspecific' is not a function >> ./gthr-default.h: In function '__gthread_mutex_lock': >> ./gthr-default.h:611: error: called object >> '__gthrw_pthread_mutex_lock' is not a function >> ./gthr-default.h: In function '__gthread_mutex_trylock': >> ./gthr-default.h:620: error: called object >> '__gthrw_pthread_mutex_trylock' is not a function >> ./gthr-default.h: In function '__gthread_mutex_unlock': >> ./gthr-default.h:629: error: called object >> '__gthrw_pthread_mutex_unlock' is not a function >> ./gthr-default.h: In function >> '__gthread_recursive_mutex_init_function': >> ./gthr-default.h:643: error: called object >> '__gthrw_pthread_mutexattr_init' is not a function >> ./gthr-default.h:645: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared >> (first use in this function) >> ./gthr-default.h:645: error: called object >> '__gthrw_pthread_mutexattr_settype' is not a function >> ./gthr-default.h:647: error: called object >> '__gthrw_pthread_mutex_init' is not a function >> ./gthr-default.h:649: error: called object >> '__gthrw_pthread_mutexattr_destroy' is not a function >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> '_Unwind_GetGR': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:168: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> '_Unwind_SetGR': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> '_Unwind_SetGRValue': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:257: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'extract_cie_info': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:350: >> warning: incompatible implicit declaration of built-in function >> 'strlen' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'execute_stack_op': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:611: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:829: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:836: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'execute_cfa_program': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1082: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'uw_frame_state_for': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1099: >> warning: incompatible implicit declaration of built-in function >> 'memset' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> '__frame_state_for': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1184: >> warning: incompatible implicit declaration of built-in function >> 'memset' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> '_Unwind_SetSpColumn': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1234: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'uw_update_context_1': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1290: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'uw_init_context_1': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1408: >> warning: incompatible implicit declaration of built-in function >> 'memset' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1413: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1417: error: >> 'PTHREAD_ONCE_INIT' undeclared (first use in this function) >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function >> 'uw_install_context_1': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1472: >> warning: incompatible implicit declaration of built-in function >> 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1480: >> warning: incompatible implicit declaration of built-in function >> 'memcpy' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1486: >> warning: incompatible implicit declaration of built-in function >> 'memcpy' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1490: >> warning: incompatible implicit declaration of built-in function >> 'memcpy' >> In file included from >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1518: >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function >> '_Unwind_RaiseException_Phase2': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:75: warning: >> incompatible implicit declaration of built-in function 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function >> '_Unwind_Resume': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:238: warning: >> incompatible implicit declaration of built-in function 'abort' >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function >> '_Unwind_Resume_or_Rethrow': >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:263: warning: >> incompatible implicit declaration of built-in function 'abort' >> *** Error code 1 >> >> Stop in /usr/src/gnu/lib/libgcc. >> *** Error code 1 >> >> Stop in /usr/src. >> *** Error code 1 >> >> Stop in /usr/src. >> *** Error code 1 >> >> Stop in /usr/src. >> *** Error code 1 >> >> Stop in /usr/src. >> ****************************************************************************************** >> >> >> 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 Mon Jun 2 18:46:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FCEB1065676 for ; Mon, 2 Jun 2008 18:46:39 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id DC1A58FC1C for ; Mon, 2 Jun 2008 18:46:38 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [192.168.1.95] (adsl-068-209-177-221.sip.ard.bellsouth.net [68.209.177.221]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id m52Ikb67032351; Mon, 2 Jun 2008 14:46:37 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <48444011.9070700@gmail.com> Date: Mon, 02 Jun 2008 14:46:41 -0400 From: Rob User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Sdavtaker References: <48420FF3.8000304@gmail.com> In-Reply-To: <48420FF3.8000304@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: small office backup hardware advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:46:39 -0000 Sdavtaker wrote: > Im working in a small office (4 PC with 80GB HD each and a "server" with > a 200GB HD). > ... What will be a solid but cheap solution to keep some usefull backups? What operating system(s) are you running on the PCs and server? -R From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:54:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2316106566B for ; Mon, 2 Jun 2008 18:54:21 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 09A9A8FC20 for ; Mon, 2 Jun 2008 18:54:19 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 60070 invoked by uid 1008); 2 Jun 2008 19:55:37 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 2 Jun 2008 19:55:37 -0000 Message-ID: <484441D8.8050207@el.net> Date: Mon, 02 Jun 2008 14:54:16 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Vince Hoffman References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> In-Reply-To: <484438B1.5020202@unsane.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:54:21 -0000 megarc, right... read about it.. here: # megarc -AllAdpInfo help usage : cmd -AllAdpInfo : prints info of all cards ..... ok ..... # megarc -AllAdpInfo ********************************************************************** MEGARC MegaRAID Configuration Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA ********************************************************************** [Note: For SATA-2, 4 and 6 channel controllers, please specify Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)] Type ? as command line arg for help No Adapters Found Error: No MegaRaid Found ?!?!?! does that mean that there is no raid? why then the df output? the machine is supposed to have 4 250gig SAS drives. thanks... Vince Hoffman wrote: > kalin m wrote: >> hi all... >> >> a hosting facility build a new dedicated server for me and looking at >> the dmesg i see: >> >> mfi0: port 0xec00-0xecff mem >> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 on pci1 >> mfi0: Megaraid SAS driver Ver 2.00 >> >> for df i get: >> Filesystem Size Used Avail Capacity Mounted on >> /dev/mfid0s1a 496M 197M 259M 43% / >> devfs 1.0K 1.0K 0B 100% /dev >> /dev/mfid0s1e 496M 12K 456M 0% /tmp >> /dev/mfid0s1f 661G 636M 608G 0% /usr >> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >> >> >> i asked for raid1. i cant find too much information about the mfi >> driver. just that it works with freebsd 7. >> > > you might want to look at sysutils/megarc and possibly > sysutils/linux-megamgr so you can more closely monitor/investigate > your array. > > Vince > >> i'll keep looking but - has anybody successfully deployed production >> servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server? >> is there any loss in performance using that hardware in RAID1? >> any performance loss in RAID1 at all? >> >> >> 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" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:57:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F9A61065671 for ; Mon, 2 Jun 2008 18:57:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 19A808FC29 for ; Mon, 2 Jun 2008 18:57:09 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from guardian.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 19EA64888F for ; Mon, 2 Jun 2008 14:54:17 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by guardian.shadypond.com (Postfix) with ESMTPS id AC2BF19BC4 for ; Mon, 2 Jun 2008 18:57:06 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Mon, 2 Jun 2008 18:57:00 +0000 User-Agent: KMail/1.9.9 References: <20080602144149.GA59227@gizmo.acns.msu.edu> <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> In-Reply-To: <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806021857.02736.lists-fbsd@shadypond.com> Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:57:10 -0000 On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: > I agree completely, it's what got me over to BSD ! > I am a little confused. I just see a sphere with "horns" on it that reminds me of the BSD daemon's head, only made to look less "demonic". Is it supposed to be something else? If it is one of those "toys" is that what FreeBSD folks really want to project as an image? From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 18:58:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB463106566C for ; Mon, 2 Jun 2008 18:58:58 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF3118FC1C; Mon, 2 Jun 2008 18:58:57 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484442F1.8040104@FreeBSD.org> Date: Mon, 02 Jun 2008 20:58:57 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Oskar Eyb References: <48441E85.1050803@eyb.de> In-Reply-To: <48441E85.1050803@eyb.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 18:58:58 -0000 Oskar Eyb wrote: > Hello, > > on a 7.0-RELEASE maschine I have now again a big problem with freezing. > > > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: 4096 > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: 20480 > swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: 16384 > > > # swapctl -l > Device: 1024-blocks Used: > /dev/mirror/gm0s1b 1048576 485332 > /dev/md0 1048576 485316 > > > What to do against this, is there a patch available? Your disk is taking an enormously long time to reply to swap I/O, which is what is eventually timing out with those errors. Check that it is not failing. Kris From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 19:26:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFC0D1065670 for ; Mon, 2 Jun 2008 19:26:22 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 99FC28FC1F for ; Mon, 2 Jun 2008 19:26:22 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m52JM9fX060216; Mon, 2 Jun 2008 15:22:09 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m52JM8lg060215; Mon, 2 Jun 2008 15:22:08 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 2 Jun 2008 15:22:08 -0400 From: Jerry McAllister To: Pollywog Message-ID: <20080602192208.GA60171@gizmo.acns.msu.edu> References: <20080602144149.GA59227@gizmo.acns.msu.edu> <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> <200806021857.02736.lists-fbsd@shadypond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806021857.02736.lists-fbsd@shadypond.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 19:26:22 -0000 On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: > On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: > > > I agree completely, it's what got me over to BSD ! > > > > I am a little confused. I just see a sphere with "horns" on it that reminds > me of the BSD daemon's head, only made to look less "demonic". Is it > supposed to be something else? > > If it is one of those "toys" is that what FreeBSD folks really want to > project as an image? That is so funny! People spent years arguing about the BSDie daemon image and how it causes misunderstandings, etc and so they had a contest to choose an official logo (BSDie was no a logo, many claimed. He is just a mascott). Well, the sex toy is what FreeBSD ended up with as logo with BSDie daemon retained as the mascott. More people still identify with the BSDie daemon doll and still use it on their web pages, etc. But, the sex toy is currently the official logo - as much as anything is official with FreeBSD. So, now we can have numerous long threads complaining about how the sex toy is a bad image for FreeBSD and causes misunderstanding. If I could draw, I would have offered an alternative, but such is not my fortune. Have fun y'all. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 19:32:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C88D1065671 for ; Mon, 2 Jun 2008 19:32:31 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id CFEF68FC18 for ; Mon, 2 Jun 2008 19:32:30 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO [192.168.3.2]) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 139376285; Mon, 02 Jun 2008 22:32:29 +0300 Message-ID: <48444ACA.8040308@FreeBSD.org> Date: Mon, 02 Jun 2008 22:32:26 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Reinhold References: <1212067397.00076529.1212056411@10.7.7.3> <1212405782.00078336.1212393602@10.7.7.3> <1212412984.00078364.1212401401@10.7.7.3> <1212420183.00078428.1212406801@10.7.7.3> <1212420230.00078485.1212409802@10.7.7.3> <1212423783.00078487.1212411001@10.7.7.3> <1212427398.00078528.1212417001@10.7.7.3> <1212430983.00078536.1212417602@10.7.7.3> <1212434588.00078564.1212422402@10.7.7.3> <1212434598.00078576.1212423606@10.7.7.3> In-Reply-To: <1212434598.00078576.1212423606@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Odhiambo Washington , freebsd-questions@freebsd.org Subject: Re: mpd5 stoped working after subnet change X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 19:32:31 -0000 Reinhold wrote: >> So, upon connection, there was a bandwidth of 64000bps, but upon >> closing that session, the b/w is 9600bps. >> > I see the same things since I started logging the connection. > At the start I see this > mpd5: [B-3] Bundle: Status update: up 1 link, total bandwidth 64000 bps > and at the end its > mpd5: [B-3] Bundle: Status update: up 0 links, total bandwidth 9600 bps Those speeds mean nothing to you actually. They are used _only_ for multilink load balancing. 64000 is the default that can be changed manually by configuration, but as I have said it is meaningless whan multilink is not used. PPTP protocol has capabilities to make PAC inform PNS side about connection speed, but it is only informational and in no way interfere with real transfer speeds. > This is a bit OT because my original problem got fixed thanks to you, I > still have no idea what fixed it though, hehehe Logging (probably increased to 'log +phys2 +phys3') and tcpdump on a physical interface should help you if problem will get back again. -- Alexander Motin From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 20:54:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E2211065674 for ; Mon, 2 Jun 2008 20:54:00 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 4FB968FC14 for ; Mon, 2 Jun 2008 20:54:00 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by an-out-0708.google.com with SMTP id b33so889007ana.13 for ; Mon, 02 Jun 2008 13:53:59 -0700 (PDT) Received: by 10.101.67.11 with SMTP id u11mr9631836ank.118.1212440038830; Mon, 02 Jun 2008 13:53:58 -0700 (PDT) Received: from scorpio ( [67.189.233.182]) by mx.google.com with ESMTPS id d35sm11263636and.13.2008.06.02.13.53.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 13:53:58 -0700 (PDT) Date: Mon, 2 Jun 2008 16:53:43 -0400 From: Gerard To: freebsd-questions@freebsd.org Message-ID: <20080602165343.54439b87@scorpio> In-Reply-To: <200806020830.04316.derek.graham@att.net> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806020830.04316.derek.graham@att.net> Organization: seibercom.net X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC 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 X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/3EmqXUzK40q9_xNJ4.eEuAc"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: gnash leave a blank page when visit youtube 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, 02 Jun 2008 20:54:00 -0000 --Sig_/3EmqXUzK40q9_xNJ4.eEuAc Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 2 Jun 2008 08:30:03 -0500 Derek Graham wrote: [snip] > Fun so Flash7 is "obsolete", Gnash is half and half, and flash9 is a > lost cause :p should be interesting what happens when silverlight > comes out and all websites start using it :( Silverlight is all ready out. I don't know how wide spread its use is though. I did see something about Microsoft tweaking it so that it was compatible with Firefox. OT; however, there is a notice from CERTS regarding Microsoft and Apple's Safari: http://www.us-cert.gov/current/index.html#microsoft_releases_security_advis= ory1 and http://www.microsoft.com/technet/security/advisory/953818.mspx Lately Apple has been getting hit rather hard with security problems. --=20 Gerard gerard@seibercom.net Klatu barada nikto. --Sig_/3EmqXUzK40q9_xNJ4.eEuAc Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEXd8ACgkQ6DWTaTcTwMnYpACg7VRXCy7ZdWeiSwrO9/cRNJza hGMAn3+eAZaFyFhiljjRy5oNXzAJRddc =G2NE -----END PGP SIGNATURE----- --Sig_/3EmqXUzK40q9_xNJ4.eEuAc-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 20:59:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E3AE1065684 for ; Mon, 2 Jun 2008 20:59:08 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp120.sbc.mail.re3.yahoo.com (smtp120.sbc.mail.re3.yahoo.com [66.196.96.93]) by mx1.freebsd.org (Postfix) with SMTP id BF9D18FC1C for ; Mon, 2 Jun 2008 20:59:07 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 49551 invoked from network); 2 Jun 2008 20:59:07 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp120.sbc.mail.re3.yahoo.com with SMTP; 2 Jun 2008 20:59:06 -0000 X-YMail-OSG: NXeW3I0VM1lvlll2hiXZT3.a_mUWKwVRKGYt2kjGY23vn_KXoAGf0SLMfWrMZPqAmMJO2Xjo2ZLZXYrgViCqqgG64A..CVehRdGNfUC8tBwPkov7T8wDT6o23p2AzWo- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: Gerard Date: Mon, 2 Jun 2008 15:58:41 -0500 User-Agent: KMail/1.9.7 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806020830.04316.derek.graham@att.net> <20080602165343.54439b87@scorpio> In-Reply-To: <20080602165343.54439b87@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806021558.41402.derek.graham@att.net> Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 20:59:08 -0000 on Monday 02 June 2008Monday 02 June 2008 Gerard Gerard wrote: > On Mon, 2 Jun 2008 08:30:03 -0500 > Derek Graham wrote: > > [snip] > > > Fun so Flash7 is "obsolete", Gnash is half and half, and flash9 is a > > lost cause :p should be interesting what happens when silverlight > > comes out and all websites start using it :( > > Silverlight is all ready out. I don't know how wide spread its use is > though. I did see something about Microsoft tweaking it so that it was > compatible with Firefox. > > OT; however, there is a notice from CERTS regarding Microsoft and > Apple's Safari: > > http://www.us-cert.gov/current/index.html#microsoft_releases_security_advis >ory1 > > and > > http://www.microsoft.com/technet/security/advisory/953818.mspx > > Lately Apple has been getting hit rather hard with security problems. I heard a rumor Microsoft was planning to create a linux version of silverlight, I also heard a rumor that silverlight could overcome flash alltogether. Yeah I have heard the same, I listen to MacBreek Weekly podcast and hear all about it on there :) Sincerely, Derek A. Graham From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:00:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0EE01065672 for ; Mon, 2 Jun 2008 21:00:25 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 52AD08FC20 for ; Mon, 2 Jun 2008 21:00:25 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crab.unsane.co.uk (crab.unsane.co.uk [10.0.0.111]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52Kxbii060515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jun 2008 21:59:37 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <48445F45.70604@unsane.co.uk> Date: Mon, 02 Jun 2008 21:59:49 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080507) MIME-Version: 1.0 To: kalin m References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> In-Reply-To: <484441D8.8050207@el.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:00:25 -0000 kalin m wrote: > megarc, right... read about it.. here: > > # megarc -AllAdpInfo help > usage : > cmd -AllAdpInfo > : prints info of all cards > > > ..... ok ..... > > # megarc -AllAdpInfo > > ********************************************************************** > MEGARC MegaRAID Configuration > Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA > ********************************************************************** > [Note: For SATA-2, 4 and 6 channel controllers, please specify > Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)] > > Type ? as command line arg for help > > No Adapters Found > Error: No MegaRaid Found > > > ?!?!?! does that mean that there is no raid? why then the df output? > the machine is supposed to have 4 250gig SAS drives. > Its more likely that megarc doesnt support the newer controllers which is a shame. you might have more luck with sysutils/linux-megacli since that explicitly mentions LSI MegaRAID SAS, I wish they would make the util open source though. Will mean you need the linux-base port installed and linux.ko loaded. A RAID1 config shoudl suit a busy webserver well. Vicne > > thanks... > > > > > > Vince Hoffman wrote: >> kalin m wrote: >>> hi all... >>> >>> a hosting facility build a new dedicated server for me and looking at >>> the dmesg i see: >>> >>> mfi0: port 0xec00-0xecff mem >>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 on pci1 >>> mfi0: Megaraid SAS driver Ver 2.00 >>> >>> for df i get: >>> Filesystem Size Used Avail Capacity Mounted on >>> /dev/mfid0s1a 496M 197M 259M 43% / >>> devfs 1.0K 1.0K 0B 100% /dev >>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>> >>> >>> i asked for raid1. i cant find too much information about the mfi >>> driver. just that it works with freebsd 7. >>> >> >> you might want to look at sysutils/megarc and possibly >> sysutils/linux-megamgr so you can more closely monitor/investigate >> your array. >> >> Vince >> >>> i'll keep looking but - has anybody successfully deployed production >>> servers using the LSI MegaSAS 1078 in RAID1 on a very busy web server? >>> is there any loss in performance using that hardware in RAID1? >>> any performance loss in RAID1 at all? >>> >>> >>> 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" >> >> _______________________________________________ >> 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 Mon Jun 2 21:02:14 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCCFA106567C for ; Mon, 2 Jun 2008 21:02:13 +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 A59038FC18 for ; Mon, 2 Jun 2008 21:02:13 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m52L28eK058247; Mon, 2 Jun 2008 14:02:09 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Chuck Robey" Date: Mon, 2 Jun 2008 14:03:30 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <48433E2E.3070004@telenix.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Mon, 02 Jun 2008 14:02:10 -0700 (PDT) Cc: Kurt Buff , FreeBSD Questions , Derek Ragona , kline@thought.org Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:02:14 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chuck Robey > Sent: Sunday, June 01, 2008 5:26 PM > To: Ted Mittelstaedt > Cc: Kurt Buff; kline@thought.org; FreeBSD Questions; Derek Ragona > Subject: Re: Duplex printer advice > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ted Mittelstaedt wrote: > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline > > Sent: Sunday, June 01, 2008 12:23 PM > > To: FreeBSD Questions > > Cc: Kurt Buff; Derek Ragona > > Subject: Re: Duplex printer advice > > > > > >> I second this suggestion since my Brother HL-5250DN just-worked once it > >> was plugged into my hub. It was $179 at Costco a few months back, has > >> all the features that David mentions, and builtin Postscript|clone. > >> It just prints--nothing fancy--but then hey... . > > > > Just one warning about these. > > > > The toner empty light blinks use the same pattern as the > > fuser fail. And, unlike the HP units, you usually can't > > "shake down" the cartridge to get an extra hundred or > > so pages out of it. Don't jump to conclusions that the > > fuser is bad when it's out of toner. > > Man, this is really going to look like I'm never satisfied, which > I guess is > actually true, so why am I worried about that? thanks to this > thread, I found > out about the Brother printers ... my own requirements list > includes (color > duplex printer scanner). I don't need it to be a laser, but I do > need both > color, multifunc, and duplex printing. I spotted the Brother > the DCP-9045CDN, > but at $700 list, I begin to wonder if I could find one with the > same specs > ESCEPTING it was the cheaper technology of inkjet. No, no nooooo.... Don't join the dark side, Luke! Inkjet color printing is NEVER cheaper. Color laser is what you want. There are some really good inexpensive units out there. I recall reading the inexpensieve Samsung color laser even speaks Postscript. The only time inkjet makes sense is if your printing needs for your lifetime consist of a single ream of paper. My HP Laserjet 4+ at home is the oldest operating piece of computer equipment I have. And I fully expect it to last another decade, and once it dies, I have another one in the basement that I picked up for $50 - WITH a duplexer. Color laserjets will end up doing the same thing. The reason the printer mfgrs love inkjets is that not only is the cost per page far higher, necessitating frequent ink cartridge changes, but the ink cartridges themselves dry up and stop working, and the printers jam, strip gears, and stop working. Thus you are able to sell the person printer after printer. If you look at laserjet sales, the only movement on the printers themselves is among people who buy laserjets for very high volume printing. Thus the printer manufacturers have bent over backwards to keep the laserjets out of the retail supply chain, and it is the new entries into the US market - like brother, samsung and the like, who are willing to go into the retail chain and discount. When I visit Fry's every once in a while and overhear people discussing what printer to buy, I love to drag them over to the salesguy's little kiosk and point out the HP Laserjet 8000n behind the counter, which occupies just about all free space in the kiosk. I ask them, why would Fry's stick this giant printer behind the counter, and suck up all free space if a small "personal" printer occuping so much less space was as good of a deal? But laserjet technology is old, been around for years, and is very time tested. If the average printer consumer realized how much money they were tossing away on inkjets, they would be demanding lasers and the price of the laserjet would be dirt cheap. > > The reasoning behind going to inkjet is because I'm currently on > a tight budget. > I really would like to pay no more than about half that $700. You will pay more over the long haul, guarenteed. Run the numbers. Seriously, this is one of those purchases where it actually makes sense to finance it on a visa card or some such. Ted From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:04:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 325E6106567F for ; Mon, 2 Jun 2008 21:04:44 +0000 (UTC) (envelope-from z.szalbot@lc-words.com) Received: from relay.lc-words.com (relay.lc-words.com [62.121.130.110]) by mx1.freebsd.org (Postfix) with ESMTP id E4C3D8FC19 for ; Mon, 2 Jun 2008 21:04:43 +0000 (UTC) (envelope-from z.szalbot@lc-words.com) Received: from localhost (localhost [127.0.0.1]) by relay.lc-words.com (Postfix) with ESMTP id F0556C945F for ; Mon, 2 Jun 2008 23:04:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lc-words.com; s=mainlcwords; t=1212440682; bh=3C5pVhcMNm1fhxGOTyezPB+hbTfdkRbK5Wp +bCbN4XY=; h=Message-ID:Date:From:Reply-To:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=y91dB9eTuh54O9m9TXtWMT8B fsipxxiafba1ulTxEmI1UU/c8fBTcnUrF3fpdl9zaw6jvWHyLORwHrifcypS4E8LI9I 2pdXmQR1BPm6zPOnxrSEHWQRpyerqXLRG2JmFXDzaOMrgY5U2RkYgQqCmZJ1Kq368e4 XvYKmCRKIVYk0= Received: from relay.lc-words.com ([127.0.0.1]) by localhost (relay.lc-words.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 57749-05 for ; Mon, 2 Jun 2008 23:04:41 +0200 (CEST) Received: from [127.0.0.1] (77-254-186-61.adsl.inetia.pl [77.254.186.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: z.szalbot@lc-words.com) by relay.lc-words.com (Postfix) with ESMTPSA id 98A3BC9429 for ; Mon, 2 Jun 2008 23:04:41 +0200 (CEST) Message-ID: <48446064.1040301@lc-words.com> Date: Mon, 02 Jun 2008 23:04:36 +0200 From: Zbigniew Szalbot User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Subject: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: z.szalbot@lc-words.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:04:44 -0000 Hello, Pardon my lack of knowledge but how can one check if SPF record is correctly set using standard UNIX tools? dig? host? $ man dig |grep spf $ man host |grep spf yield nothing. Many thanks! -- Zbigniew Szalbot www.lc-words.com From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:06:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD4A01065679 for ; Mon, 2 Jun 2008 21:06:11 +0000 (UTC) (envelope-from thoellri@adobe.com) Received: from exprod6og102.obsmtp.com (exprod6og102.obsmtp.com [64.18.1.183]) by mx1.freebsd.org (Postfix) with ESMTP id 1198A8FC12 for ; Mon, 2 Jun 2008 21:06:10 +0000 (UTC) (envelope-from thoellri@adobe.com) Received: from source ([192.150.8.22]) by exprod6ob102.postini.com ([64.18.5.12]) with SMTP; Mon, 02 Jun 2008 14:06:09 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id m52L67JV011306; Mon, 2 Jun 2008 14:06:07 -0700 (PDT) Received: from fe2.corp.adobe.com (fe2.corp.adobe.com [10.8.192.72]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id m52L66I0005521; Mon, 2 Jun 2008 14:06:06 -0700 (PDT) Received: from namail2.corp.adobe.com ([10.8.192.64]) by fe2.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 2 Jun 2008 14:06:06 -0700 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, 2 Jun 2008 14:06:04 -0700 Message-ID: In-Reply-To: <200806021558.41402.derek.graham@att.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: gnash leave a blank page when visit youtube Thread-Index: AcjE841nfYoxiLAZRYajb/odg64sTgAAI+ow References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com><200806020830.04316.derek.graham@att.net><20080602165343.54439b87@scorpio> <200806021558.41402.derek.graham@att.net> From: "Tobias Hoellrich" To: "Derek Graham" X-OriginalArrivalTime: 02 Jun 2008 21:06:06.0350 (UTC) FILETIME=[79239AE0:01C8C4F4] Cc: freebsd-questions@freebsd.org Subject: RE: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 21:06:11 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Derek Graham > Sent: Monday, June 02, 2008 2:59 PM > To: Gerard > Cc: freebsd-questions@freebsd.org > Subject: Re: gnash leave a blank page when visit youtube >=20 > I heard a rumor Microsoft was planning to create a linux version of=20 > silverlight, I also heard a rumor that silverlight could=20 > overcome flash=20 > alltogether. Yeah I have heard the same, I listen to MacBreek=20 > Weekly podcast=20 > and hear all about it on there :) Got to add that to my book of funny rumours :) Show me one true cross-platform product from Microsoft that has been updated in sync with the Windows versions over the years. If you find that, I guess we have an answer; if you don't find one, I guess we have an answer as well ;-) Tobias From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:10:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4597B1065676 for ; Mon, 2 Jun 2008 21:10:05 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id A8FB58FC14 for ; Mon, 2 Jun 2008 21:10:04 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from [10.1.1.3] (shluz2.guvd-kuban.ru [83.239.5.254]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m52L9wmE087110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Jun 2008 01:10:01 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Message-ID: <484461A5.8010402@gmail.com> Date: Tue, 03 Jun 2008 01:09:57 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: z.szalbot@lc-words.com References: <48446064.1040301@lc-words.com> In-Reply-To: <48446064.1040301@lc-words.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:10:05 -0000 Zbigniew Szalbot wrote: > Hello, > > Pardon my lack of knowledge but how can one check if SPF record is > correctly set using standard UNIX tools? > dig? host? > > $ man dig |grep spf > $ man host |grep spf > > yield nothing. Many thanks! > SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the trick. HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:14:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41202106564A for ; Mon, 2 Jun 2008 21:14:47 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp115.sbc.mail.re3.yahoo.com (smtp115.sbc.mail.re3.yahoo.com [66.196.96.88]) by mx1.freebsd.org (Postfix) with SMTP id 060398FC1B for ; Mon, 2 Jun 2008 21:14:46 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 49568 invoked from network); 2 Jun 2008 21:14:46 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp115.sbc.mail.re3.yahoo.com with SMTP; 2 Jun 2008 21:14:45 -0000 X-YMail-OSG: 43BvkswVM1k811Ztv1DW3sSCwj3EEVWlrz4LgqExMTYgZtOVUiDns_T3drfdhq7OR5XSQXt50qeeEXTXLEuIP6TVu5YUUJkff7e2ajACZA-- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: "Tobias Hoellrich" Date: Mon, 2 Jun 2008 16:14:20 -0500 User-Agent: KMail/1.9.7 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806021558.41402.derek.graham@att.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806021614.20973.derek.graham@att.net> Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 21:14:47 -0000 on Monday 02 June 2008Monday 02 June 2008 Tobias Hoellrich "Tobias Hoellrich" wrote: > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Derek Graham > > Sent: Monday, June 02, 2008 2:59 PM > > To: Gerard > > Cc: freebsd-questions@freebsd.org > > Subject: Re: gnash leave a blank page when visit youtube > > > > I heard a rumor Microsoft was planning to create a linux version of > > silverlight, I also heard a rumor that silverlight could > > overcome flash > > alltogether. Yeah I have heard the same, I listen to MacBreek > > Weekly podcast > > and hear all about it on there :) > > Got to add that to my book of funny rumours :) Show me one true > cross-platform product from Microsoft that has been updated in sync with > the Windows versions over the years. If you find that, I guess we have > an answer; if you don't find one, I guess we have an answer as well ;-) > > Tobias Don't get me started on keeping up with versions, adobe has ignored us, more sites use flash9, ports has adobe marked as restricted and I cant find a ver 9 alternative to adobe :( Microsoft is worse on supporting their own software, a product made for sale commericially *should* work smoother then one given for free, but Microsoft doesnt see things like that :p If anyone knows a good alternative to flash9 let me know! Sincerely, Derek A. Graham From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:17:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65C28106564A for ; Mon, 2 Jun 2008 21:17:56 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-16.bluehost.com (outbound-mail-16.bluehost.com [69.89.20.231]) by mx1.freebsd.org (Postfix) with SMTP id 4B10A8FC12 for ; Mon, 2 Jun 2008 21:17:56 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 27561 invoked by uid 0); 2 Jun 2008 21:17:54 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by outboundproxy1.bluehost.com with SMTP; 2 Jun 2008 21:17:54 -0000 Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kokopelli.hydra) by box183.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1K3HPe-0001up-Kt for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 15:17:54 -0600 Received: by kokopelli.hydra (sSMTP sendmail emulation); Mon, 2 Jun 2008 15:13:45 -0600 Date: Mon, 2 Jun 2008 15:13:45 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20080602211345.GA19285@kokopelli.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <20080602144149.GA59227@gizmo.acns.msu.edu> <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> <200806021857.02736.lists-fbsd@shadypond.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <200806021857.02736.lists-fbsd@shadypond.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} DomainKey-Status: no signature Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:17:56 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: > On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: >=20 > > I agree completely, it's what got me over to BSD ! > > >=20 > I am a little confused. I just see a sphere with "horns" on it that remi= nds=20 > me of the BSD daemon's head, only made to look less "demonic". Is it=20 > supposed to be something else? >=20 > If it is one of those "toys" is that what FreeBSD folks really want to pr= oject=20 > as an image? It's supposed to be an abstracted, fancy impression of Beastie's head, as far as I'm aware. It has simply been observed (with some humor) that it looks like some odd kind of sex toy -- and a lot of people have since then referred to it as "the sex toy" as a result. That's all. --=20 Chad Perrin [ content licensed PDL: http://pdl.apotheon.org ] Albert Camus: "An intellectual is someone whose mind watches itself." --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEYokACgkQ9mn/Pj01uKXCPgCeJVwETmWZoqgiSWsQtxqFR+My LiMAoOvCBCSZdKzowwKrFuybqNqQXOua =Adxc -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:30:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF674106566C for ; Mon, 2 Jun 2008 21:30:07 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id BA2168FC1D for ; Mon, 2 Jun 2008 21:30:07 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Mon, 02 Jun 2008 16:30:00 -0500 id 000D4CB6.48446659.0000EA5A Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 02 Jun 2008 16:29:54 -0500 id 0004AC1A.48446652.0000FA33 Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Mon, 02 Jun 2008 16:29:54 -0500 Message-ID: <20080602162954.65546vj1hy0h784c@intranet.encontacto.net> Date: Mon, 02 Jun 2008 16:29:54 -0500 From: eculp To: freebsd-questions@freebsd.org References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806021558.41402.derek.graham@att.net> <200806021614.20973.derek.graham@att.net> In-Reply-To: <200806021614.20973.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 21:30:08 -0000 Quoting Derek Graham : > on Monday 02 June 2008Monday 02 June 2008 Tobias Hoellrich "Tobias Hoellri= ch" > wrote: > >> > -----Original Message----- >> > From: owner-freebsd-questions@freebsd.org >> > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Derek Graham >> > Sent: Monday, June 02, 2008 2:59 PM >> > To: Gerard >> > Cc: freebsd-questions@freebsd.org >> > Subject: Re: gnash leave a blank page when visit youtube >> > >> > I heard a rumor Microsoft was planning to create a linux version of >> > silverlight, I also heard a rumor that silverlight could >> > overcome flash >> > alltogether. Yeah I have heard the same, I listen to MacBreek >> > Weekly podcast >> > and hear all about it on there :) >> >> Got to add that to my book of funny rumours :) Show me one true >> cross-platform product from Microsoft that has been updated in sync with >> the Windows versions over the years. If you find that, I guess we have >> an answer; if you don't find one, I guess we have an answer as well ;-) >> >> Tobias > > Don't get me started on keeping up with versions, adobe has ignored us, mo= re > sites use flash9, ports has adobe marked as restricted and I cant find a v= er > 9 alternative to adobe :( Microsoft is worse on supporting their own > software, a product made for sale commericially *should* work smoother the= n > one given for free, but Microsoft doesnt see thing like that :p If anyone > knows a good alternative to flash9 let me know! Better, yet. Please let us all know. That "Heads Up" should even be =20 crossposted ;) Flash 7 sites are becoming few and far between. ed From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:49:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BC9F1065673 for ; Mon, 2 Jun 2008 21:49:11 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id CB26D8FC17 for ; Mon, 2 Jun 2008 21:49:10 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1K3Htq-0003RY-1T; Mon, 02 Jun 2008 22:49:06 +0100 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id m52Ln5M4024690; Mon, 2 Jun 2008 22:49:05 +0100 Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id E5781FCA4AF; Mon, 2 Jun 2008 22:48:56 +0100 (BST) Date: Mon, 2 Jun 2008 22:48:56 +0100 From: Frank Shute To: Pollywog Message-ID: <20080602214856.GA64028@melon.esperance-linux.co.uk> Mail-Followup-To: Pollywog , freebsd-questions@freebsd.org References: <20080602144149.GA59227@gizmo.acns.msu.edu> <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> <200806021857.02736.lists-fbsd@shadypond.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806021857.02736.lists-fbsd@shadypond.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.3-RELEASE-p2 i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (zetnet.co.uk [194.247.46.1]); Mon, 02 Jun 2008 22:49:05 +0100 (BST) Cc: freebsd-questions@freebsd.org Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:49:11 -0000 On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: > > On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: > > > I agree completely, it's what got me over to BSD ! > > > > I am a little confused. I just see a sphere with "horns" on it that > reminds me of the BSD daemon's head, only made to look less > "demonic". Is it supposed to be something else? It's the FreeBSD equivalent of the Rorschach inkblot test. Some people see a daemon's head and other's see a sex toy. > > If it is one of those "toys" is that what FreeBSD folks really want > to project as an image? The image is only in the beholder's eye. It would likely have sent Mary Whitehouse* apoplectic if she'd seen it ;) * http://en.wikipedia.org/wiki/Mary_Whitehouse Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 21:57:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E884F106564A for ; Mon, 2 Jun 2008 21:57:34 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id CF48B8FC13 for ; Mon, 2 Jun 2008 21:57:34 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1298910rvf.43 for ; Mon, 02 Jun 2008 14:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=tI1R66KIZ1xys05cXcsp5RCIvayyT+Vs88OVQrePe20=; b=WNiGrQSvhwfNq88+1YBIQJGToUorF8FoibLdKYIpxpC4jh9IcHpVnsWHD6jfeg9oPlzrY14xr8G5fUa7E9YYuyNeWpR9tb2WrpJ8AjltsQAPf7tdV3EIzEZl0FXekSLDMKjfUCCK3h6niip9PBEGR5eSbXVcTmjedREcO4Wwbq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PtNCrbRyUkvoZFkh+XUYCebtt4lOV0r8qZz1vTSOjOoJ3ektrHOgHEx7sqyyrrc+u8VPVB2DP79C+UckiX+h16dOSzVVZ+KorEuNhwZrfOAwQT85UxN3yQV8/eFMtSJiUh6bpc7xqGJmt7Kx4Nk36TiiHklkHPS4KOqWL6ehFR0= Received: by 10.114.108.15 with SMTP id g15mr6430157wac.181.1212443854469; Mon, 02 Jun 2008 14:57:34 -0700 (PDT) Received: by 10.114.67.7 with HTTP; Mon, 2 Jun 2008 14:57:34 -0700 (PDT) Message-ID: <6ae50c2d0806021457r6ceb5ebfvd279c03d7eaa2b68@mail.gmail.com> Date: Mon, 2 Jun 2008 17:57:34 -0400 From: alexus To: "Bob McConnell" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> <6ae50c2d0806020913v2c7665b8nc3673e30cb8627cc@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: VPN (IPSEC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 21:57:35 -0000 i dont really use encryption (IPSEC), i just create a regular tunnel using GIF interface, and it's already not working at this part... it works fine in different enviroment, where both ends has public and private IP On Mon, Jun 2, 2008 at 12:27 PM, Bob McConnell wrote: > On Behalf Of alexus >> >>anyone? >> >> >>On Sat, May 31, 2008 at 7:49 PM, alexus wrote: >>> Hello, >>> >>> I'm trying to establish a VPN tunnel over internet, I read a >>> http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set >>> it up, I'm some what strangeling if my setup will work at all. >>> > > IIRC, IPSEC cannot work through a NAT connection. NAT changes header > fields that IPSEC uses for packet authentication. So the receiver cannot > validate the content of the modified header. > > Bob McConnell > -- http://alexus.org/ From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:38:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6485F106566C for ; Mon, 2 Jun 2008 22:38:58 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.20.110]) by mx1.freebsd.org (Postfix) with ESMTP id B247F8FC13 for ; Mon, 2 Jun 2008 22:38:53 +0000 (UTC) (envelope-from pschmehl_lists@tx.rr.com) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 4306423DF3; Mon, 2 Jun 2008 16:34:47 -0500 (CDT) Date: Mon, 02 Jun 2008 16:34:47 -0500 From: Paul Schmehl To: Yuri Pankov , z.szalbot@lc-words.com Message-ID: In-Reply-To: <484461A5.8010402@gmail.com> References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) X-Munged-Reply-To: Figure it out MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions@freebsd.org Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Schmehl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 22:38:58 -0000 --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov wrote: > Zbigniew Szalbot wrote: >> Hello, >> >> Pardon my lack of knowledge but how can one check if SPF record is >> correctly set using standard UNIX tools? >> dig? host? >> >> $ man dig |grep spf >> $ man host |grep spf >> >> yield nothing. Many thanks! >> > > SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the > trick. > > > HTH, > Yuri > _______________________________________________ > 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" > Or "#dig -t TXT domain.tld" will do the same thing. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:41:16 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16164106567F for ; Mon, 2 Jun 2008 22:41:16 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id C5A6D8FC20 for ; Mon, 2 Jun 2008 22:41:15 +0000 (UTC) (envelope-from kline@thought.org) Received: from [10.47.0.250] (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id m52Mf7Zm019473; Mon, 2 Jun 2008 15:41:07 -0700 (PDT) (envelope-from kline@thought.org) From: Gary Kline To: Ted Mittelstaedt In-Reply-To: References: Content-Type: text/plain Organization: Thought Unlimited Date: Mon, 02 Jun 2008 15:41:01 -0700 Message-Id: <1212446461.42010.14.camel@tao.thought.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Questions , Kurt Buff , Chuck Robey , Derek Ragona Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kline@thought.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 22:41:16 -0000 On Mon, 2008-06-02 at 14:03 -0700, Ted Mittelstaedt wrote: > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chuck Robey > > Sent: Sunday, June 01, 2008 5:26 PM > > To: Ted Mittelstaedt > > Cc: Kurt Buff; kline@thought.org; FreeBSD Questions; Derek Ragona > > Subject: Re: Duplex printer advice > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Ted Mittelstaedt wrote: > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org > > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline > > > Sent: Sunday, June 01, 2008 12:23 PM > > > To: FreeBSD Questions > > > Cc: Kurt Buff; Derek Ragona > > > Subject: Re: Duplex printer advice > > > > > > > > >> I second this suggestion since my Brother HL-5250DN just-worked once it > > >> was plugged into my hub. It was $179 at Costco a few months back, has > > >> all the features that David mentions, and builtin Postscript|clone. > > >> It just prints--nothing fancy--but then hey... . > > > > > > Just one warning about these. > > > > > > The toner empty light blinks use the same pattern as the > > > fuser fail. And, unlike the HP units, you usually can't > > > "shake down" the cartridge to get an extra hundred or > > > so pages out of it. Don't jump to conclusions that the > > > fuser is bad when it's out of toner. > > > > Man, this is really going to look like I'm never satisfied, which > > I guess is > > actually true, so why am I worried about that? thanks to this > > thread, I found > > out about the Brother printers ... my own requirements list > > includes (color > > duplex printer scanner). I don't need it to be a laser, but I do > > need both > > color, multifunc, and duplex printing. I spotted the Brother > > the DCP-9045CDN, > > but at $700 list, I begin to wonder if I could find one with the > > same specs > > ESCEPTING it was the cheaper technology of inkjet. > > No, no nooooo.... Don't join the dark side, Luke! > > Inkjet color printing is NEVER cheaper. > > Color laser is what you want. There are some really > good inexpensive units out there. I recall reading the > inexpensieve Samsung color laser even speaks Postscript. > > The only time inkjet makes sense is if your printing > needs for your lifetime consist of a single ream of > paper. > > My HP Laserjet 4+ at home is the oldest operating piece of > computer equipment I have. And I fully expect it to last > another decade, and once it dies, I have another one in the > basement that I picked up for $50 - WITH a duplexer. > > Color laserjets will end up doing the same thing. > > The reason the printer mfgrs love inkjets is that > not only is the cost per page far higher, necessitating > frequent ink cartridge changes, but the ink cartridges > themselves dry up and stop working, and the printers > jam, strip gears, and stop working. Thus you are able > to sell the person printer after printer. > > If you look at laserjet sales, the only movement on > the printers themselves is > among people who buy laserjets for very high volume > printing. Thus the printer manufacturers have bent > over backwards to keep the laserjets out of the retail > supply chain, and it is the new entries into the US > market - like brother, samsung and the like, who are > willing to go into the retail chain and discount. > > When I visit Fry's every once in a while and overhear > people discussing what printer to buy, I love to > drag them over to the salesguy's little kiosk and point > out the HP Laserjet 8000n behind the counter, which > occupies just about all free space in the kiosk. > I ask them, why would Fry's stick this giant printer > behind the counter, and suck up all free space if > a small "personal" printer occuping so much less > space was as good of a deal? > > But laserjet technology is old, been around for years, > and is very time tested. If the average printer > consumer realized how much money they were tossing > away on inkjets, they would be demanding lasers and > the price of the laserjet would be dirt cheap. > > > > > The reasoning behind going to inkjet is because I'm currently on > > a tight budget. > > I really would like to pay no more than about half that $700. > > You will pay more over the long haul, guarenteed. Run the > numbers. Seriously, this is one of those purchases where > it actually makes sense to finance it on a visa card or > some such. Agree 100.0%, Ted. Long run, the inkjet will bleed you like a leech. My 1991 [?] DeskJet 500 was > $400, major bux. But having bought at least two cadtrides/year until last winter. Lowball it: $20 per cartridge. Well over a kilobuck. I *know* what it's like to be squeezed for cash, Chuck. It may take you weeks of surfing for the best deal, but go laser if you can. At the same time, HP's patents are about to expire in the next few years. Anybody know when, to-the-year? gary > > Ted > From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:44:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA88106566C for ; Mon, 2 Jun 2008 22:44:10 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 16A128FC0C for ; Mon, 2 Jun 2008 22:44:09 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by yw-out-2324.google.com with SMTP id 9so571589ywe.13 for ; Mon, 02 Jun 2008 15:44:02 -0700 (PDT) Received: by 10.150.83.42 with SMTP id g42mr5426422ybb.198.1212446642421; Mon, 02 Jun 2008 15:44:02 -0700 (PDT) Received: from scorpio ( [67.189.233.182]) by mx.google.com with ESMTPS id 6sm5620999ywp.3.2008.06.02.15.44.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 15:44:01 -0700 (PDT) Date: Mon, 2 Jun 2008 18:43:54 -0400 From: Gerard To: freebsd-questions@freebsd.org Message-ID: <20080602184354.759990d5@scorpio> In-Reply-To: References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806020830.04316.derek.graham@att.net> <20080602165343.54439b87@scorpio> <200806021558.41402.derek.graham@att.net> Organization: seibercom.net X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC 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 X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/dyCsaaf9Lm7YBJT/NNcc+St"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: gnash leave a blank page when visit youtube 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, 02 Jun 2008 22:44:10 -0000 --Sig_/dyCsaaf9Lm7YBJT/NNcc+St Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 2 Jun 2008 14:06:04 -0700 "Tobias Hoellrich" wrote: [snip] > Got to add that to my book of funny rumours :) Show me one true > cross-platform product from Microsoft that has been updated in sync > with the Windows versions over the years. If you find that, I guess > we have an answer; if you don't find one, I guess we have an answer > as well ;-) The same thing can be said for virtually any software publisher. They all tend to complete and rush out the door the version written for the OS they are primarily interested in. Then, and all too often, complete a substandard version for other operating systems. Try getting an up-to-date version of claws-mail for Windows for instance. It doesn't exist. The same can be said about a lot of other software as well. It is just the nature of the beast. --=20 Gerard gerard@seibercom.net The 'A' is for content, the 'minus' is for not typing it. Don't ever do this to my eyes again. Professor Ronald Brady, Philosophy, Ramapo State College --Sig_/dyCsaaf9Lm7YBJT/NNcc+St Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEd6sACgkQ6DWTaTcTwMmVfgCg4V8f92y0469PZmfA8PR8AYAl XXYAoOnLZ535J1i+pI6vlrOBaPXozOQx =HXwp -----END PGP SIGNATURE----- --Sig_/dyCsaaf9Lm7YBJT/NNcc+St-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:44:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B2D1065670 for ; Mon, 2 Jun 2008 22:44:52 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 604DC8FC23 for ; Mon, 2 Jun 2008 22:44:52 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so571728ywe.13 for ; Mon, 02 Jun 2008 15:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=WzGND8B23rwUcrSgKjqh3q0TsOzhoikq1BzVgBamhts=; b=UVrGTpTeFsoTMl75Tc86gYSHpO5n6TwZLdMIEVNYg9saF/5+93vSQ2F2XMwtAqsYhdBpkJS+sM4P08q332pGXT5Z2W4cMQlEUhXYgAzT1unzP5RvZBupqkms6cSRwTZrtjsA1sAGMdPhkC053OW97YxyLI/4A00ISk7gSC8THlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ij2S/sEBVy2NTnczzLjQub+ZLz3y46RQ6OL1tiNVpq/AvWFrE2eo379EvumnOBjW/MkakjB/Fz/nddZmGpEdjFv3Fa/mjfKP7Duznj8kzpEkOhXMPe63nS7rkLyA4gEPGlgn37mcU+FNkxaFIxyfIJl9aQ9cRli44chEQVQf8uE= Received: by 10.150.68.2 with SMTP id q2mr12879294yba.88.1212446691310; Mon, 02 Jun 2008 15:44:51 -0700 (PDT) Received: from 72-218-16-190.fibertel.com.ar ( [190.16.218.72]) by mx.google.com with ESMTPS id 6sm5597631ywi.1.2008.06.02.15.44.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 15:44:50 -0700 (PDT) From: Gonzalo Nemmi To: freebsd-questions@freebsd.org Date: Mon, 2 Jun 2008 19:44:35 -0300 User-Agent: KMail/1.9.9 References: <200806021857.02736.lists-fbsd@shadypond.com> <20080602214856.GA64028@melon.esperance-linux.co.uk> In-Reply-To: <20080602214856.GA64028@melon.esperance-linux.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806021944.35302.gnemmi@gmail.com> Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 22:44:52 -0000 On Monday 02 June 2008 18:48:56 Frank Shute wrote: > On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: > > On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: > > > I agree completely, it's what got me over to BSD ! > > > > I am a little confused. I just see a sphere with "horns" on it that > > reminds me of the BSD daemon's head, only made to look less > > "demonic". Is it supposed to be something else? > > It's the FreeBSD equivalent of the Rorschach inkblot test. Some people > see a daemon's head and other's see a sex toy. > > > If it is one of those "toys" is that what FreeBSD folks really want > > to project as an image? > > The image is only in the beholder's eye. It would likely have sent > Mary Whitehouse* apoplectic if she'd seen it ;) > > * http://en.wikipedia.org/wiki/Mary_Whitehouse > > Regards, May I ask where was it that this thread started? I'd pretty much like to get the whole picture of what is being discussed .. I did dig the list archives but couldn't find the first mail of this thread .. So .. any pointers will be greatly appreciated Thanks =) -- Blessings Gonzalo Nemmi From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:50:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C97D106568C for ; Mon, 2 Jun 2008 22:50: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 DC04B8FC14 for ; Mon, 2 Jun 2008 22:50:58 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K3Irh-0005Yz-Uu for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 22:50:57 +0000 Received: from mar92-9-82-237-75-54.fbx.proxad.net ([82.237.75.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 22:50:57 +0000 Received: from gilles.ganault by mar92-9-82-237-75-54.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 22:50:57 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Gilles Date: Tue, 03 Jun 2008 00:50:47 +0200 Lines: 4 Message-ID: References: <54db43990805300820na3be361hf9cba1b8820a75ef@mail.gmail.com> <4840AC17.4090608@brianwhalen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mar92-9-82-237-75-54.fbx.proxad.net X-Newsreader: Forte Agent 3.1/32.783 X-Antivirus: avast! (VPS 080602-0, 02/06/2008), Outbound message X-Antivirus-Status: Clean Sender: news Subject: Re: Renaming "root" to "homer"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 22:50:59 -0000 On Fri, 30 May 2008 18:38:31 -0700, Brian wrote: >Has denyhosts been recommended yet, or an sshd port change? I did the latter, but will also look at denyhost. Thanks guys. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:09:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB8F106566B for ; Mon, 2 Jun 2008 23:09:24 +0000 (UTC) (envelope-from fbsd06+WQ=7c8bad32@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id E572D8FC1A for ; Mon, 2 Jun 2008 23:09:23 +0000 (UTC) (envelope-from fbsd06+WQ=7c8bad32@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 6737F163F6C for ; Mon, 2 Jun 2008 18:53:26 -0400 (EDT) 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 B813923E3E9; Mon, 2 Jun 2008 18:53:24 -0400 (EDT) Date: Mon, 2 Jun 2008 23:53:22 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080602235322.16c8eacc@gumby.homeunix.com.> In-Reply-To: References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Paul Schmehl Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:09:24 -0000 On Mon, 02 Jun 2008 16:34:47 -0500 Paul Schmehl wrote: > --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov > wrote: > > SPF uses TXT record, so a simple `host -t txt yourdomain.com` > > should do the trick. > > > Or "#dig -t TXT domain.tld" will do the same thing. > or just: dig domain.tld txt From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:09:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D2F41065684 for ; Mon, 2 Jun 2008 23:09:32 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (203-219-142-174.static.tpgi.com.au [203.219.142.174]) by mx1.freebsd.org (Postfix) with ESMTP id 10CCC8FC1E for ; Mon, 2 Jun 2008 23:09:31 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (localhost [127.0.0.1]) by mail.frase.id.au (8.14.2/8.14.2) with ESMTP id m52MiqZY002569 for ; Tue, 3 Jun 2008 08:44:52 +1000 (EST) (envelope-from Fraser@mail.frase.id.au) Received: (from Fraser@localhost) by mail.frase.id.au (8.14.2/8.14.2/Submit) id m52Mip5k002568 for freebsd-questions@freebsd.org; Tue, 3 Jun 2008 08:44:51 +1000 (EST) (envelope-from Fraser) Date: Tue, 3 Jun 2008 08:44:51 +1000 From: Fraser Tweedale To: freebsd-questions@freebsd.org Message-ID: <20080602224449.GA2157@bacardi> References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:09:32 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 02, 2008 at 04:34:47PM -0500, Paul Schmehl wrote: > --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov =20 > wrote: >=20 > > Zbigniew Szalbot wrote: > >> Hello, > >> > >> Pardon my lack of knowledge but how can one check if SPF record is > >> correctly set using standard UNIX tools? > >> dig? host? > >> > >> $ man dig |grep spf > >> $ man host |grep spf > >> > >> yield nothing. Many thanks! > >> > > > > SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do= the > > trick. > > > > > > HTH, > > Yuri > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" > > >=20 > Or "#dig -t TXT domain.tld" will do the same thing. >=20 > --=20 > Paul Schmehl > As if it wasn't already obvious, > my opinions are my own and not > those of my employer. >=20 You don't even need the -t flag. `dig TXT host` will do the trick... and l= et's not forget about the newer, dedicated SPF record type; to query that, = use `dig SPF host`. frase --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEd98ACgkQPw/2FZbemTWqCACfVUwIdRsbeKBgcZWoR8vkxMkS YX8AnjC2ja305k+BQdS5pAHx7d9eUglN =SS8Y -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:11:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF8791065673 for ; Mon, 2 Jun 2008 23:11:25 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id A82A38FC24 for ; Mon, 2 Jun 2008 23:11:25 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp83-237-169-10.pppoe.mtu-net.ru [83.237.169.10]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 4CC1E242F838; Tue, 3 Jun 2008 03:11:24 +0400 (MSD) Date: Tue, 3 Jun 2008 03:11:19 +0400 From: Andrew Pantyukhin To: Derek Graham Message-ID: <20080602231118.GB52896@amilo.cenkes.org> References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806020830.04316.derek.graham@att.net> <20080602165343.54439b87@scorpio> <200806021558.41402.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806021558.41402.derek.graham@att.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: gnash leave a blank page when visit youtube X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:11:25 -0000 On Mon, Jun 02, 2008 at 03:58:41PM -0500, Derek Graham wrote: > I heard a rumor Microsoft was planning to create a linux > version of silverlight FWIW, the Linux version of Moonlight kinda works on FreeBSD. Not functional or stable yet, but it does work with at least a few sites I tried. http://www.go-mono.com/moonlight/ From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 22:17:10 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1845B106564A for ; Mon, 2 Jun 2008 22:17:10 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 110D38FC1A for ; Mon, 2 Jun 2008 22:17:08 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m52LVUii036973; Mon, 2 Jun 2008 23:31:30 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m52LVUp1036970; Mon, 2 Jun 2008 23:31:30 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 2 Jun 2008 23:31:30 +0200 (CEST) From: Wojciech Puchar To: Ted Mittelstaedt In-Reply-To: Message-ID: <20080602232417.J36835@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Mon, 02 Jun 2008 23:13:34 +0000 Cc: FreeBSD Questions , Kurt Buff , Chuck Robey , Derek Ragona , kline@thought.org Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 22:17:10 -0000 > Color laser is what you want. There are some really > good inexpensive units out there. I recall reading the > inexpensieve Samsung color laser even speaks Postscript. while i don't use color printers, usually this postscript is disadventage. if there is a choice like in HP laserjets - switching to PCL and using ghostscript works MUCH faster giving same results. your computer's CPU is much faster than printer's. > The only time inkjet makes sense is if your printing > needs for your lifetime consist of a single ream of > paper. i don't think they can print as much without failure. my HP LaserJet 4 shows 122000 pages, was 88000 when i bought it for 100PLN (about 40$)+another 100 for made-in-Poland new ink cardridge (enough for about 8000-10000 pages). HP LaserJet 4 and 3 is excellent, anything newer - crap, as HP joined others in making craps so every year user has to buy new one. > My HP Laserjet 4+ at home is the oldest operating piece of > computer equipment I have. And I fully expect it to last > another decade, and once it dies, I have another one in the > basement that I picked up for $50 - WITH a duplexer. i don't think it will stop within 10 years. but do you have original HP manual? if not - i have for laserjet 4 in PDF. do not try to disassembly without it :) > Color laserjets will end up doing the same thing. > > The reason the printer mfgrs love inkjets is that > not only is the cost per page far higher, necessitating > frequent ink cartridge changes, but the ink cartridges > themselves dry up and stop working, and the printers > jam, strip gears, and stop working. Thus you are able > to sell the person printer after printer. as long as people will buy them, they will produce it. > But laserjet technology is old, been around for years, > and is very time tested. If the average printer > consumer realized how much money they were tossing > away on inkjets, they would be demanding lasers and > the price of the laserjet would be dirt cheap. this is his/her money, not yours. if he/she want to waste it - what a problem :) same with computers - most of us don't really needs new ones, while older as really cheap. From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:21:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE0B4106566B for ; Mon, 2 Jun 2008 23:21:31 +0000 (UTC) (envelope-from karlj000@unbc.ca) Received: from pd2mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id D58748FC0A for ; Mon, 2 Jun 2008 23:21:31 +0000 (UTC) (envelope-from karlj000@unbc.ca) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1U00HCOZJVLS10@l-daemon> for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 17:21:31 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd2mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1U00KSCZJUEB00@pd2mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 17:21:31 -0600 (MDT) Received: from [192.168.2.183] ([24.82.95.49]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1U00H17ZJTIT60@l-daemon> for freebsd-questions@freebsd.org; Mon, 02 Jun 2008 17:21:29 -0600 (MDT) Date: Mon, 02 Jun 2008 16:21:29 -0700 From: Jeremy Karlson In-reply-to: To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 (Apple Message framework v919.2) X-Mailer: Apple Mail (2.919.2) Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-transfer-encoding: 7bit References: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> <48423FA4.1080801@webrz.net> Subject: Re: 7-STABLE Watchdog Timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:21:32 -0000 I'm still looking into my watchdog timeout with me re card. I'm starting to wonder if my problem is in any way related to the discussion back in September 2006 starting with this post: "6.2 SHOWSTOPPER - em completely unusable on 6.2" http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.html It seems that under certain conditions and loads, a network interface with a shared interrupt would stop responding until the watchdog resets it. This seems to be very similar to what I see. At the time, they seemed mostly concerned about fixing the em driver; I'm using re. Unfortunately though, I can't seem to find what the resolution to this was, and if it could be related to the failure I'm seeing. Does anyone know what happened with that problem? -- Jeremy On 1-Jun-08, at 12:02, Jeremy Karlson wrote: > Jos, > > I tried setting "PNP OS" to both "YES" and "NO." Neither made any > sort of difference. > > As for your suggestion on the web site: That seemed pretty likely to > me, but disabling ACPI and APIC didn't make any difference either. > > Thanks for the ideas though. > > -- Jeremy > > On 31-May-08, at 23:20, Jos Chrispijn wrote: > >> Jeremy, >> >> Perhaps this link could give you the solution to your problem: >> >> http://www.linuxquestions.org/questions/bsd-17/rl0-watchdog-timeout-519599/ >> >> regards, >> Jos >> >> Jeremy Karlson wrote: >>> Hi, >>> >>> I'm in the process of moving a Subversion server from a 5-STABLE >>> machine to a freshly installed 7-STABLE machine. I've moved the >>> network card (a Linksys EG1032v3, RTL8169S/8110S/8211B based) from >>> the old machine (where it worked before) to this new machine. >>> Now, I get: >>> >>> re0: watchdog timeout >> _______________________________________________ >> 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 Mon Jun 2 23:23:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78F151065678 for ; Mon, 2 Jun 2008 23:23:17 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 3417D8FC1A for ; Mon, 2 Jun 2008 23:23:17 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 29327 invoked by uid 1008); 3 Jun 2008 00:24:36 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 3 Jun 2008 00:24:36 -0000 Message-ID: <484480E3.1020104@el.net> Date: Mon, 02 Jun 2008 19:23:15 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Vince Hoffman References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> In-Reply-To: <48445F45.70604@unsane.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:23:17 -0000 thanks Vince... i didnt wanted to install the linux base because a lot of kids will be running some 'cool' boards or blogs that probably have cool linux holes too. but just for the hell of it and for he purpose to get to the controller i did. it took a while to find the Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the LSI site (anymore) either.. anyway after a lot of rpm downloads and patching and variable changing and fs mountings i get this: # /usr/local/sbin/megacli -adpCount ERROR:Could not detect controller. Controller Count: 0. pretty neat system... now what?! Vince Hoffman wrote: > kalin m wrote: >> megarc, right... read about it.. here: >> >> # megarc -AllAdpInfo help >> usage : >> cmd -AllAdpInfo >> : prints info of all cards >> >> >> ..... ok ..... >> >> # megarc -AllAdpInfo >> >> >> ********************************************************************** >> MEGARC MegaRAID Configuration >> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA >> >> ********************************************************************** >> [Note: For SATA-2, 4 and 6 channel controllers, please specify >> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)] >> >> Type ? as command line arg for help >> >> No Adapters Found Error: No MegaRaid Found >> >> >> ?!?!?! does that mean that there is no raid? why then the df >> output? the machine is supposed to have 4 250gig SAS drives. >> > > Its more likely that megarc doesnt support the newer controllers which > is a shame. you might have more luck with sysutils/linux-megacli since > that explicitly mentions LSI MegaRAID SAS, I wish they would make the > util open source though. Will mean you need the linux-base port > installed and linux.ko loaded. > > A RAID1 config shoudl suit a busy webserver well. > > Vicne > > > >> >> thanks... >> >> >> >> >> >> Vince Hoffman wrote: >>> kalin m wrote: >>>> hi all... >>>> >>>> a hosting facility build a new dedicated server for me and looking >>>> at the dmesg i see: >>>> >>>> mfi0: port 0xec00-0xecff mem >>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 on >>>> pci1 >>>> mfi0: Megaraid SAS driver Ver 2.00 >>>> >>>> for df i get: >>>> Filesystem Size Used Avail Capacity Mounted on >>>> /dev/mfid0s1a 496M 197M 259M 43% / >>>> devfs 1.0K 1.0K 0B 100% /dev >>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>>> >>>> >>>> i asked for raid1. i cant find too much information about the mfi >>>> driver. just that it works with freebsd 7. >>>> >>> >>> you might want to look at sysutils/megarc and possibly >>> sysutils/linux-megamgr so you can more closely monitor/investigate >>> your array. >>> >>> Vince >>> >>>> i'll keep looking but - has anybody successfully deployed >>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very >>>> busy web server? >>>> is there any loss in performance using that hardware in RAID1? >>>> any performance loss in RAID1 at all? >>>> >>>> >>>> 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" >>> >>> _______________________________________________ >>> 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 Mon Jun 2 23:23:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B60F5106566B for ; Mon, 2 Jun 2008 23:23:52 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [204.127.217.104]) by mx1.freebsd.org (Postfix) with ESMTP id B09318FC12 for ; Mon, 2 Jun 2008 23:23:52 +0000 (UTC) (envelope-from pprocacci@datapipe.com) Received: from [10.5.21.122] (adsl-154-198-199.ard.bellsouth.net[72.154.198.199]) by isp.att.net (frfwmhc04) with ESMTP id <20080602232351H0400ijct8e>; Mon, 2 Jun 2008 23:23:52 +0000 X-Originating-IP: [72.154.198.199] Message-ID: <484480FD.9060601@datapipe.com> Date: Mon, 02 Jun 2008 18:23:41 -0500 From: Paul Procacci User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: RW References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> <20080602235322.16c8eacc@gumby.homeunix.com.> In-Reply-To: <20080602235322.16c8eacc@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Paul Schmehl Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:23:52 -0000 RW wrote: > On Mon, 02 Jun 2008 16:34:47 -0500 > Paul Schmehl wrote: > > >> --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov >> wrote: >> > > >>> SPF uses TXT record, so a simple `host -t txt yourdomain.com` >>> should do the trick. >>> >>> > > >> Or "#dig -t TXT domain.tld" will do the same thing. >> >> > > or just: > > dig domain.tld txt > _______________________________________________ > 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" > or if you have djbdns installed: dnsq txt host nameserver Cheers, ~Paul From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:24:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D066610656C2 for ; Mon, 2 Jun 2008 23:24:38 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 342268FC0C for ; Mon, 2 Jun 2008 23:24:37 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 29645 invoked by uid 1008); 3 Jun 2008 00:25:57 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 3 Jun 2008 00:25:57 -0000 Message-ID: <48448134.9080808@el.net> Date: Mon, 02 Jun 2008 19:24:36 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Vince Hoffman References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> In-Reply-To: <48445F45.70604@unsane.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:24:38 -0000 thanks Vince... i didnt wanted to install the linux base because a lot of kids will be running some 'cool' boards or blogs that probably have cool linux holes too. but just for the hell of it and for he purpose to get to the controller i did. it took a while to find the Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the LSI site (anymore) either.. anyway after a lot of rpm downloads and patching and variable changing and fs mountings i get this: # /usr/local/sbin/megacli -adpCount ERROR:Could not detect controller. Controller Count: 0. pretty neat system... now what?! Vince Hoffman wrote: > kalin m wrote: >> megarc, right... read about it.. here: >> >> # megarc -AllAdpInfo help >> usage : >> cmd -AllAdpInfo >> : prints info of all cards >> >> >> ..... ok ..... >> >> # megarc -AllAdpInfo >> >> >> ********************************************************************** >> MEGARC MegaRAID Configuration >> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA >> >> ********************************************************************** >> [Note: For SATA-2, 4 and 6 channel controllers, please specify >> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, Id=Target)] >> >> Type ? as command line arg for help >> >> No Adapters Found Error: No MegaRaid Found >> >> >> ?!?!?! does that mean that there is no raid? why then the df >> output? the machine is supposed to have 4 250gig SAS drives. >> > > Its more likely that megarc doesnt support the newer controllers which > is a shame. you might have more luck with sysutils/linux-megacli since > that explicitly mentions LSI MegaRAID SAS, I wish they would make the > util open source though. Will mean you need the linux-base port > installed and linux.ko loaded. > > A RAID1 config shoudl suit a busy webserver well. > > Vicne > > > >> >> thanks... >> >> >> >> >> >> Vince Hoffman wrote: >>> kalin m wrote: >>>> hi all... >>>> >>>> a hosting facility build a new dedicated server for me and looking >>>> at the dmesg i see: >>>> >>>> mfi0: port 0xec00-0xecff mem >>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 on >>>> pci1 >>>> mfi0: Megaraid SAS driver Ver 2.00 >>>> >>>> for df i get: >>>> Filesystem Size Used Avail Capacity Mounted on >>>> /dev/mfid0s1a 496M 197M 259M 43% / >>>> devfs 1.0K 1.0K 0B 100% /dev >>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>>> >>>> >>>> i asked for raid1. i cant find too much information about the mfi >>>> driver. just that it works with freebsd 7. >>>> >>> >>> you might want to look at sysutils/megarc and possibly >>> sysutils/linux-megamgr so you can more closely monitor/investigate >>> your array. >>> >>> Vince >>> >>>> i'll keep looking but - has anybody successfully deployed >>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very >>>> busy web server? >>>> is there any loss in performance using that hardware in RAID1? >>>> any performance loss in RAID1 at all? >>>> >>>> >>>> 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" >>> >>> _______________________________________________ >>> 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 Mon Jun 2 23:31:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 758971065678 for ; Mon, 2 Jun 2008 23:31:46 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 21D1C8FC0C for ; Mon, 2 Jun 2008 23:31:46 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 31437 invoked by uid 1008); 3 Jun 2008 00:33:05 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 3 Jun 2008 00:33:05 -0000 Message-ID: <484482E1.5010207@el.net> Date: Mon, 02 Jun 2008 19:31:45 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Vince Hoffman References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> <48448134.9080808@el.net> In-Reply-To: <48448134.9080808@el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 23:31:46 -0000 sorry for the double posting.... just to update: i installed also the linux-megamgr same result: Failed to open driver node /dev/megadev0 after linking megadev0 to mfi0 it can not see the version... it gets more and more pathetic by the minute... kalin m wrote: > thanks Vince... i didnt wanted to install the linux base because a > lot of kids will be running some 'cool' boards or blogs that probably > have cool linux holes too. but just for the hell of it and for he > purpose to get to the controller i did. it took a while to find the > Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the > LSI site (anymore) either.. anyway after a lot of rpm downloads and > patching and variable changing and fs mountings i get this: > > # /usr/local/sbin/megacli -adpCount > ERROR:Could not detect controller. > > Controller Count: 0. > > > pretty neat system... > > > now what?! > > > > > Vince Hoffman wrote: >> kalin m wrote: >>> megarc, right... read about it.. here: >>> >>> # megarc -AllAdpInfo help >>> usage : >>> cmd -AllAdpInfo >>> : prints info of all cards >>> >>> >>> ..... ok ..... >>> >>> # megarc -AllAdpInfo >>> >>> >>> ********************************************************************** >>> MEGARC MegaRAID Configuration >>> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA >>> >>> ********************************************************************** >>> [Note: For SATA-2, 4 and 6 channel controllers, please specify >>> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, >>> Id=Target)] >>> >>> Type ? as command line arg for help >>> >>> No Adapters Found Error: No MegaRaid Found >>> >>> >>> ?!?!?! does that mean that there is no raid? why then the df >>> output? the machine is supposed to have 4 250gig SAS drives. >>> >> >> Its more likely that megarc doesnt support the newer controllers >> which is a shame. you might have more luck with >> sysutils/linux-megacli since that explicitly mentions LSI MegaRAID >> SAS, I wish they would make the util open source though. Will mean >> you need the linux-base port installed and linux.ko loaded. >> >> A RAID1 config shoudl suit a busy webserver well. >> >> Vicne >> >> >> >>> >>> thanks... >>> >>> >>> >>> >>> >>> Vince Hoffman wrote: >>>> kalin m wrote: >>>>> hi all... >>>>> >>>>> a hosting facility build a new dedicated server for me and looking >>>>> at the dmesg i see: >>>>> >>>>> mfi0: port 0xec00-0xecff mem >>>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 >>>>> on pci1 >>>>> mfi0: Megaraid SAS driver Ver 2.00 >>>>> >>>>> for df i get: >>>>> Filesystem Size Used Avail Capacity Mounted on >>>>> /dev/mfid0s1a 496M 197M 259M 43% / >>>>> devfs 1.0K 1.0K 0B 100% /dev >>>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>>>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>>>> >>>>> >>>>> i asked for raid1. i cant find too much information about the mfi >>>>> driver. just that it works with freebsd 7. >>>>> >>>> >>>> you might want to look at sysutils/megarc and possibly >>>> sysutils/linux-megamgr so you can more closely monitor/investigate >>>> your array. >>>> >>>> Vince >>>> >>>>> i'll keep looking but - has anybody successfully deployed >>>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very >>>>> busy web server? >>>>> is there any loss in performance using that hardware in RAID1? >>>>> any performance loss in RAID1 at all? >>>>> >>>>> >>>>> 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" >>>> >>>> _______________________________________________ >>>> 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" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 23:39:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 892B2106567C for ; Mon, 2 Jun 2008 23:39:14 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 472B08FC12 for ; Mon, 2 Jun 2008 23:39:14 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: by wx-out-0506.google.com with SMTP id h27so1005193wxd.7 for ; Mon, 02 Jun 2008 16:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=T56nbIyhRCaTVTWFEC6wQMaUMwp1Y7y1vMxgApztUVY=; b=b05N3cazVTk4AwfnVSmlrc0fxasebNQaitfZFE07YodOqKWT5lYVCB5FutqcdFCMuZmWwAKBHtFQATA2XvUpIVcpXC6ChmgulESSmrFuKh0WHDskIX1Dnoq8cb9G8WVjiI2EVAjZuqndoOMwQWt9yNQHNLIlJ6woeRnv8EDRbcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=QjJsKNr6nAi4dbAodggP4Lt6m7ywsI0+CsRH0AKNCOnD6QYNW0KehJCvVC3UI/7eT6yDoO/5CH8JYiAC9T1azZrHcKLnm0joGjbzG7Gq3A0JBrMX7g98gML39neVq3a2tQKI3HjTEqV/lo7diumAFLAG7c6IMk89CxefusSHKUg= Received: by 10.90.98.13 with SMTP id v13mr12179630agb.54.1212449953252; Mon, 02 Jun 2008 16:39:13 -0700 (PDT) Received: from ?192.168.0.100? ( [65.30.212.174]) by mx.google.com with ESMTPS id s59sm6489817pyh.13.2008.06.02.16.39.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 16:39:12 -0700 (PDT) From: Mitja To: freebsd-questions@freebsd.org Date: Mon, 2 Jun 2008 18:39:01 -0500 User-Agent: KMail/1.9.7 References: <81a9e3840806020555x10a91337n11e678c5dc6cffff@mail.gmail.com> <200806020830.04316.derek.graham@att.net> In-Reply-To: <200806020830.04316.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806021839.02018.lumiwa@gmail.com> Subject: Re: gnash leave a blank page when visit 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: Mon, 02 Jun 2008 23:39:14 -0000 On Monday 02 June 2008 08:30:03 Derek Graham wrote: > on Monday 02 June 2008Monday 02 June 2008 Jyun-Yi Liou "Jyun-Yi Liou" > > <7yuny1@gmail.com> wrote: > > Hi list! > > > > I've changed my browser's flash player form > > www/linux-flashplugin7(out-of-date, and ports mark this as RESTRICTED D: > > ) to graphic/gnash a few hours ago > > but gnash just leave me a blank page while I am visiting youtube > > > > screen shot: > > http://img144.imageshack.us/img144/6953/screenshot0206200820260bt8.jpg > > > > and there is my about:plugins > > http://img113.imageshack.us/img113/6189/screenshot0206200820280ey5.jpg I use gnash all the time and I didn't had a problem with youtube. but after yesterdays update I have a blank page too (for the same vieos as work before). -- It was Penguin lust... at its ugliest. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 01:23:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 371DD106564A for ; Tue, 3 Jun 2008 01:23:29 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp111.sbc.mail.re2.yahoo.com (smtp111.sbc.mail.re2.yahoo.com [68.142.229.94]) by mx1.freebsd.org (Postfix) with SMTP id CF8358FC16 for ; Tue, 3 Jun 2008 01:23:28 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 40180 invoked from network); 3 Jun 2008 01:23:28 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp111.sbc.mail.re2.yahoo.com with SMTP; 3 Jun 2008 01:23:28 -0000 X-YMail-OSG: vpmdX_oVM1nLJNflHEvrARHQsmmnpJ59HuCKa_xsTX1QHY6n3iLt0Qnar0usXErF4v.wlg4clEeoHF63r5pvwOzrgW7fmIoQkMbrNeC5Qw-- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: freebsd-questions@freebsd.org Date: Mon, 2 Jun 2008 20:23:02 -0500 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: <200806022023.03116.derek.graham@att.net> Cc: freebsd-multimedia@freebsd.org Subject: Flickr client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 01:23:29 -0000 I was curious is there a client that works in FreeBSD in which a flickr client that allows large bulk uploads to flickr? I am wanting to upload more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those two are only linux but any advice would be greatly appreciated. Thanks Derek From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 01:34:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE703106566B for ; Tue, 3 Jun 2008 01:34:38 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: from web63906.mail.re1.yahoo.com (web63906.mail.re1.yahoo.com [69.147.97.121]) by mx1.freebsd.org (Postfix) with SMTP id 7480C8FC18 for ; Tue, 3 Jun 2008 01:34:38 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: (qmail 33099 invoked by uid 60001); 3 Jun 2008 01:34:37 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=BQDU1VAx1drnHPsu0oy3ucoQUuFTYUHfvff1Du2miGUpy1KHUB88agTeEoerGOIlpV7Icmd7+OsYjmFZvTx4ab6LIiJyoQ7YHxMc+BLtn4oAvusTj23kjNMYe4gaJ24tHRhqe6wCP/LbEhUy4KO6XmhseYrBRLqxqHqvhOAX4SA=; Received: from [98.201.109.92] by web63906.mail.re1.yahoo.com via HTTP; Mon, 02 Jun 2008 18:34:37 PDT X-Mailer: YahooMailRC/975.41 YahooMailWebService/0.7.199 Date: Mon, 2 Jun 2008 18:34:37 -0700 (PDT) From: Camilo Reyes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <568899.32756.qm@web63906.mail.re1.yahoo.com> Subject: Re: ssh - connect to directory outside of /user/home - permission denied X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 01:34:38 -0000 You could just use:=0Ascp username@servername:/home/directory username@serv= ername:/user/home=0AHope that helps,=0A> Turner Litigation Services wrote:= =0A> > How do you allow ssh to permit connections to a folder outside of th= e /home=0A> > folder of the user loggin in to ssh?=A0 For example, i want t= o sync two=0A> > folders=0A> > (using unison) on different machines and nee= d to ssh to the remote folder ..=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 01:35:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD031065673 for ; Tue, 3 Jun 2008 01:35:27 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (203-219-142-174.static.tpgi.com.au [203.219.142.174]) by mx1.freebsd.org (Postfix) with ESMTP id 4ADE18FC16 for ; Tue, 3 Jun 2008 01:35:26 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (localhost [127.0.0.1]) by mail.frase.id.au (8.14.2/8.14.2) with ESMTP id m531ZPf4008399; Tue, 3 Jun 2008 11:35:25 +1000 (EST) (envelope-from Fraser@mail.frase.id.au) Received: (from Fraser@localhost) by mail.frase.id.au (8.14.2/8.14.2/Submit) id m531ZP1r008398; Tue, 3 Jun 2008 11:35:25 +1000 (EST) (envelope-from Fraser) Date: Tue, 3 Jun 2008 11:35:25 +1000 From: Fraser Tweedale To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org Message-ID: <20080603013524.GA6237@bacardi> References: <200806022023.03116.derek.graham@att.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <200806022023.03116.derek.graham@att.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: Flickr client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 01:35:27 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 02, 2008 at 08:23:02PM -0500, Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr c= lient=20 > that allows large bulk uploads to flickr? I am wanting to upload more the= n 5=20 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Tho= se=20 > two are only linux but any advice would be greatly appreciated. >=20 > Thanks Derek A quick search of the ports tree shows a bunch of perl modules but nothing in the way of a standalone client. frase --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhEn9sACgkQPw/2FZbemTVqKACdEFj1Z9AZlaSVw4Hcx2JiWrXg bDwAnj7ovWlLeejVtd3LSpBgEOXTj2JW =Nlz/ -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 01:35:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4379106564A for ; Tue, 3 Jun 2008 01:35:36 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF548FC0A for ; Tue, 3 Jun 2008 01:35:36 +0000 (UTC) (envelope-from bseklecki@collaborativefusion.com) Received: from [192.168.2.161] (soundwave.ws.pitbpa0.priv.collaborativefusion.com [192.168.2.161]) by wingspan with esmtp; Mon, 02 Jun 2008 21:35:35 -0400 id 00056416.48449FE7.0000FD8A From: "Brian A. Seklecki" To: kalin m In-Reply-To: <484482E1.5010207@el.net> References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> <48448134.9080808@el.net> <484482E1.5010207@el.net> Organization: Collaborative Fusion, Inc. Date: Mon, 02 Jun 2008 21:35:35 -0400 Message-Id: <1212456935.2876.113.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Cc: Vince Hoffman , freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bseklecki@collaborativefusion.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 01:35:36 -0000 On Mon, 2008-06-02 at 19:31 -0400, kalin m wrote: > sorry for the double posting.... just to update: Talk to to your local Dell flunky -- they bought into that LSI/QLogic chipset knowing full well that LSI/QLogic's business model was not F/OSS friendly. ~BAS > i installed also the linux-megamgr same result: > Failed to open driver node /dev/megadev0 > > after linking megadev0 to mfi0 it can not see the version... it gets > more and more pathetic by the minute... > > > > > > kalin m wrote: > > thanks Vince... i didnt wanted to install the linux base because a > > lot of kids will be running some 'cool' boards or blogs that probably > > have cool linux holes too. but just for the hell of it and for he > > purpose to get to the controller i did. it took a while to find the > > Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the > > LSI site (anymore) either.. anyway after a lot of rpm downloads and > > patching and variable changing and fs mountings i get this: > > > > # /usr/local/sbin/megacli -adpCount > > ERROR:Could not detect controller. > > > > Controller Count: 0. > > > > > > pretty neat system... > > > > > > now what?! > > > > > > > > > > Vince Hoffman wrote: > >> kalin m wrote: > >>> megarc, right... read about it.. here: > >>> > >>> # megarc -AllAdpInfo help > >>> usage : > >>> cmd -AllAdpInfo > >>> : prints info of all cards > >>> > >>> > >>> ..... ok ..... > >>> > >>> # megarc -AllAdpInfo > >>> > >>> > >>> ********************************************************************** > >>> MEGARC MegaRAID Configuration > >>> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA > >>> > >>> ********************************************************************** > >>> [Note: For SATA-2, 4 and 6 channel controllers, please specify > >>> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, > >>> Id=Target)] > >>> > >>> Type ? as command line arg for help > >>> > >>> No Adapters Found Error: No MegaRaid Found > >>> > >>> > >>> ?!?!?! does that mean that there is no raid? why then the df > >>> output? the machine is supposed to have 4 250gig SAS drives. > >>> > >> > >> Its more likely that megarc doesnt support the newer controllers > >> which is a shame. you might have more luck with > >> sysutils/linux-megacli since that explicitly mentions LSI MegaRAID > >> SAS, I wish they would make the util open source though. Will mean > >> you need the linux-base port installed and linux.ko loaded. > >> > >> A RAID1 config shoudl suit a busy webserver well. > >> > >> Vicne > >> > >> > >> > >>> > >>> thanks... > >>> > >>> > >>> > >>> > >>> > >>> Vince Hoffman wrote: > >>>> kalin m wrote: > >>>>> hi all... > >>>>> > >>>>> a hosting facility build a new dedicated server for me and looking > >>>>> at the dmesg i see: > >>>>> > >>>>> mfi0: port 0xec00-0xecff mem > >>>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 > >>>>> on pci1 > >>>>> mfi0: Megaraid SAS driver Ver 2.00 > >>>>> > >>>>> for df i get: > >>>>> Filesystem Size Used Avail Capacity Mounted on > >>>>> /dev/mfid0s1a 496M 197M 259M 43% / > >>>>> devfs 1.0K 1.0K 0B 100% /dev > >>>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp > >>>>> /dev/mfid0s1f 661G 636M 608G 0% /usr > >>>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var > >>>>> > >>>>> > >>>>> i asked for raid1. i cant find too much information about the mfi > >>>>> driver. just that it works with freebsd 7. > >>>>> > >>>> > >>>> you might want to look at sysutils/megarc and possibly > >>>> sysutils/linux-megamgr so you can more closely monitor/investigate > >>>> your array. > >>>> > >>>> Vince > >>>> > >>>>> i'll keep looking but - has anybody successfully deployed > >>>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very > >>>>> busy web server? > >>>>> is there any loss in performance using that hardware in RAID1? > >>>>> any performance loss in RAID1 at all? > >>>>> > >>>>> > >>>>> 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" > >>>> > >>>> _______________________________________________ > >>>> 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" > > _______________________________________________ > > 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" -- Brian A. Seklecki Collaborative Fusion, Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 01:47:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9FDA1065678 for ; Tue, 3 Jun 2008 01:47:24 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AA09C8FC14 for ; Tue, 3 Jun 2008 01:47:24 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m531hAT2061587; Mon, 2 Jun 2008 21:43:10 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m531hAa9061586; Mon, 2 Jun 2008 21:43:10 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 2 Jun 2008 21:43:10 -0400 From: Jerry McAllister To: Gonzalo Nemmi Message-ID: <20080603014310.GA61567@gizmo.acns.msu.edu> References: <200806021857.02736.lists-fbsd@shadypond.com> <20080602214856.GA64028@melon.esperance-linux.co.uk> <200806021944.35302.gnemmi@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806021944.35302.gnemmi@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 01:47:24 -0000 On Mon, Jun 02, 2008 at 07:44:35PM -0300, Gonzalo Nemmi wrote: > On Monday 02 June 2008 18:48:56 Frank Shute wrote: > > On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: > > > On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: > > > > I agree completely, it's what got me over to BSD ! > > > > > > I am a little confused. I just see a sphere with "horns" on it that > > > reminds me of the BSD daemon's head, only made to look less > > > "demonic". Is it supposed to be something else? > > > > It's the FreeBSD equivalent of the Rorschach inkblot test. Some people > > see a daemon's head and other's see a sex toy. > > > > > If it is one of those "toys" is that what FreeBSD folks really want > > > to project as an image? > > > > The image is only in the beholder's eye. It would likely have sent > > Mary Whitehouse* apoplectic if she'd seen it ;) > > > > * http://en.wikipedia.org/wiki/Mary_Whitehouse > > > > Regards, > > May I ask where was it that this thread started? > I'd pretty much like to get the whole picture of what is being discussed .. > I did dig the list archives but couldn't find the first mail of this thread .. > So .. any pointers will be greatly appreciated It has been going on - intermittently - in the questions list and occasionally others such as advocacy for years. I have been administering some FreeBSD systems for about 12 years and it started before then. It resurects itself about every three months. ////jerry > > Thanks =) > -- > Blessings > Gonzalo Nemmi > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 02:21:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D07D1065674 for ; Tue, 3 Jun 2008 02:21:21 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (ns1.bitblocks.com [64.142.15.60]) by mx1.freebsd.org (Postfix) with ESMTP id 2D7F68FC12 for ; Tue, 3 Jun 2008 02:21:21 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost.bitblocks.com [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 5C71F5B47; Mon, 2 Jun 2008 19:01:41 -0700 (PDT) To: Derek Graham In-reply-to: Your message of "Mon, 02 Jun 2008 20:23:02 CDT." <200806022023.03116.derek.graham@att.net> Date: Mon, 02 Jun 2008 19:01:41 -0700 From: Bakul Shah Message-Id: <20080603020141.5C71F5B47@mail.bitblocks.com> Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 02:21:21 -0000 On Mon, 02 Jun 2008 20:23:02 CDT Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr clien > t > that allows large bulk uploads to flickr? I am wanting to upload more then 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek How about http://manishrjain.googlepages.com/flickrfs Since this uses FUSE it might easily port to freebsd. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 02:36:38 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EDFE10656EF for ; Tue, 3 Jun 2008 02:36:38 +0000 (UTC) (envelope-from dkelly@HiWAAY.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id 2996E8FC19 for ; Tue, 3 Jun 2008 02:36:37 +0000 (UTC) (envelope-from dkelly@HiWAAY.net) Received: from [10.0.0.183] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id m532aY221324325 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 2 Jun 2008 21:36:36 -0500 (CDT) From: David Kelly To: Ted Mittelstaedt In-Reply-To: References: <48433E2E.3070004@telenix.org> Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Mon, 2 Jun 2008 21:36:34 -0500 X-Mailer: Apple Mail (2.924) Cc: FreeBSD Questions Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 02:36:38 -0000 On Mon, Jun 02, 2008 at 02:03:30PM -0700, Ted Mittelstaedt wrote: > > Inkjet color printing is NEVER cheaper. > > Color laser is what you want. There are some really good inexpensive > units out there. I recall reading the inexpensieve Samsung color > laser even speaks Postscript. > > The only time inkjet makes sense is if your printing needs for your > lifetime consist of a single ream of paper. Or if you want photo quality. > My HP Laserjet 4+ at home is the oldest operating piece of computer > equipment I have. And I fully expect it to last another decade, and > once it dies, I have another one in the basement that I picked up for > $50 - WITH a duplexer. We have one at work that if it was up to me I too would sell it for $50 if anyone offered. Its a networked color HP 4M something that prints 11" wide. Letter prints sideways, and 11x17 prints lengthwise. Its slower than Christmas when printing photos. Maybe 2 pages per hour. We keep it because 1) its paid for, 2) we have space for it, and 3) it prints very pretty color text for proposals. We have a networked inkjet HP all-in-one sitting next to the laser for when photos are more important. And a Kyocera all-in-one laser for B&W. > The reason the printer mfgrs love inkjets is that not only is the cost > per page far higher, necessitating frequent ink cartridge changes, but > the ink cartridges themselves dry up and stop working, and the > printers jam, strip gears, and stop working. Thus you are able to > sell the person printer after printer. All of the above applies to lasers. > If you look at laserjet sales, the only movement on the printers Laserjet is an HP trademark. > When I visit Fry's every once in a while and overhear people > discussing what printer to buy, I love to drag them over to the > salesguy's little kiosk and point out the HP Laserjet 8000n behind the > counter, which occupies just about all free space in the kiosk. An HP8000 (and 4000, 4050, 5000) are excellent industrial grade laser printers. HP makes very few industrial grade inkjets, generally not found at Frys. HP also makes cheap-as-dirt lasers such as the HP-1020. > I ask them, why would Fry's stick this giant printer behind the > counter, and suck up all free space if a small "personal" printer > occuping so much less space was as good of a deal? If anyone working the Frys showroom floor was capable of answering that question then they are grossly over qualified. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 02:58:31 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A47106566B for ; Tue, 3 Jun 2008 02:58: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 30CA68FC0A for ; Tue, 3 Jun 2008 02:58:30 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.2/8.14.2) with ESMTP id m532XEs8010855; Mon, 2 Jun 2008 20:33:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.2/8.14.2/Submit) with ESMTP id m532XESY010852; Mon, 2 Jun 2008 20:33:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 2 Jun 2008 20:33:14 -0600 (MDT) From: Warren Block To: Wojciech Puchar In-Reply-To: <20080602232417.J36835@wojtek.tensor.gdynia.pl> Message-ID: References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (wonkity.com [127.0.0.1]); Mon, 02 Jun 2008 20:33:15 -0600 (MDT) Cc: FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 02:58:31 -0000 On Mon, 2 Jun 2008, Wojciech Puchar wrote: >> Color laser is what you want. There are some really >> good inexpensive units out there. I recall reading the >> inexpensieve Samsung color laser even speaks Postscript. > > while i don't use color printers, usually this postscript is disadventage. if > there is a choice like in HP laserjets - switching to PCL and using > ghostscript works MUCH faster giving same results. This depends a lot on your print jobs. Low quality machine-generated PostScript output can be slow. PCL can also be slow. The only way to really know is to benchmark with your print jobs. There's also the potential overhead of the print processing systems. Just sending PS in the first place may be quicker than apsfilter or CUPS. Enscript is versatile for converting text. > your computer's CPU is much faster than printer's. It depends a lot on which printer and which computer are being compared. Recent printers have fast RISC CPUs and fast PS interpreters. I/O speed comes into it, too. FreeBSD seems particularly slow over parallel and USB ports; Ethernet is fine. > HP LaserJet 4 and 3 is excellent, anything newer - crap, as HP joined others > in making craps so every year user has to buy new one. I disagree. The LaserJet 4050, for example, is better than the LJ4 in every way possible. The trick is to avoid low-end HP models. The good ones are the ones built for business use (like the LJ4050, and--it its time--the LJ4). They can be found used for the same or less than new low-end versions: http://www.wonkity.com/~wblock/docs/usedlasers.pdf -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 03:34:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27BBC1065674 for ; Tue, 3 Jun 2008 03:34:32 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 0257C8FC18 for ; Tue, 3 Jun 2008 03:34:31 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id C2F6C1CD32; Mon, 2 Jun 2008 20:34:31 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id JxMMKT-gjqI3; Mon, 2 Jun 2008 20:34:28 -0700 (PDT) Date: Mon, 2 Jun 2008 23:34:26 -0400 From: Sahil Tandon To: Derek Graham Message-ID: <20080603033426.GC53289@shepherd> Mail-Followup-To: Derek Graham , freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org References: <200806022023.03116.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200806022023.03116.derek.graham@att.net> Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 03:34:32 -0000 Derek Graham wrote: > I was curious is there a client that works in FreeBSD in which a flickr > client that allows large bulk uploads to flickr? I am wanting to upload > more then 5 at a time and tried jUploadr(alot of errors) and kflickr(wont > build). Those two are only linux but any advice would be greatly > appreciated. graphics/f-spot is a photo management tool for GNOME and includes an 'export to flickr' feature. www/p5-Flickr-Upload is a command-line tool that works quite well if you don't need the GUI. -- Sahil Tandon From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 04:03:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E64CE106566B for ; Tue, 3 Jun 2008 04:03:46 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id 68F858FC0A for ; Tue, 3 Jun 2008 04:03:46 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so480235tid.3 for ; Mon, 02 Jun 2008 21:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=+Fx1Nso/Zumwn+TxjUjkqv19ICMEllLQuq8olCNMjfg=; b=a08zFMpHsSgKeyLv8UWnqB+QCsAHKWIzIgyYQL1jIaz0aTxXZ7sdZyd6Ybef8GLH220uds5qCYbimNHZZaAj4qIN1CARiHdc0hC6gND4PhPMAr8asK9V1eqnwMjRAFnves2yNvr/NppfiGdtMbaSw4K5cRa1IM/4G/CkjGjCkXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=H5z9IsrpiGY8wfCDY+vKFwjQai77QtQwwiQUycOmpmyEC46f3qoG4c7T5gKO1/X9inKWWkYKTbtXZMakxuUIEpQ68to0MOfJkEjHmAtJ+Vc40SIZ9FjiNHRf3HCWgP2iA4WLeAT/TXL57k21hWIbHLvcRoN69QkcGMeV9C9R8jU= Received: by 10.110.15.9 with SMTP id 9mr1561512tio.44.1212465825100; Mon, 02 Jun 2008 21:03:45 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Mon, 2 Jun 2008 21:03:45 -0700 (PDT) Message-ID: <81a9e3840806022103j3a7b0da7n1c8c69a49f5563ae@mail.gmail.com> Date: Tue, 3 Jun 2008 12:03:45 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Derek Graham" In-Reply-To: <200806022023.03116.derek.graham@att.net> MIME-Version: 1.0 References: <200806022023.03116.derek.graham@att.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Flickr client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 04:03:47 -0000 2008/6/3 Derek Graham : > I was curious is there a client that works in FreeBSD in which a flickr > client > that allows large bulk uploads to flickr? I am wanting to upload more then > 5 > at a time and tried jUploadr(alot of errors) and kflickr(wont build). Those > two are only linux but any advice would be greatly appreciated. > > Thanks Derek > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Hi Derek, I use pearch and give flicker as a key wok, the output I got below net/p5-Net-FS-Flickr A Perl interface for store and retrieve files on Flickr www/flickcurl C library for the Flickr API www/p5-Flickr-API Perl interface to the Flickr API www/p5-Flickr-Upload Upload images to flickr.com www/p5-Net-Flickr-API Base API class for Net::Flickr::* libraries www/p5-Net-Flickr-Backup OOP for backing up your Flickr photos locally www/p5-Net-Flickr-RDF Describe Flickr photos as RDF I think a little perl script will be helpful with www/p5-Flickr-Upload :-D HTH, jyuny1 From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 04:41:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA841065675 for ; Tue, 3 Jun 2008 04:41:07 +0000 (UTC) (envelope-from jopesko@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id E32C28FC1B for ; Tue, 3 Jun 2008 04:41:06 +0000 (UTC) (envelope-from jopesko@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so551650nfh.33 for ; Mon, 02 Jun 2008 21:41:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=PI61zoqxUCviZpcN5jJeBkrUoVRnmgXnB7kVAOgBJJ4=; b=QAuIQFnXF03xam3Z3XmWucp3BSTwsQP7wt3iQI7M6kefdqg+oIrlHQ0Rj3lFWRZf0xPYsBnlApdruG4AlC4yaWWDeeo4bPIpXmhZn+8Cpvg22rJbGyL97ROU1rFiXYH2LpcYRRCZa87r+sHljUREC06ozIZ8AkNTc7PPt2fZbJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=bDozdMVsyc64dROeD1V8AxSERdZGbKPL4RKTcHLiW+3wKxA8pyOzhZnmj19JSVWCTCyeTat2jraTLFyayiLVX2mEIMI57stSam/RDGqefc+fYM2neidsyHHG01ziWwx74LizJ108M/vqjJfAfzgS7BTRvvzIx8DhQr3KLTSBQcg= Received: by 10.210.56.7 with SMTP id e7mr574163eba.123.1212468065931; Mon, 02 Jun 2008 21:41:05 -0700 (PDT) Received: from ?10.13.44.211? ( [77.244.112.185]) by mx.google.com with ESMTPS id 18sm8687101ugk.44.2008.06.02.21.41.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 21:41:05 -0700 (PDT) Message-ID: <4844CB58.9020307@gmail.com> Date: Tue, 03 Jun 2008 09:40:56 +0500 From: Jo Pesko User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <484424CB.4040204@gmail.com> In-Reply-To: <484424CB.4040204@gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: OpenFire 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: Tue, 03 Jun 2008 04:41:07 -0000 Jo Pesko wrote: > Hi. > > I receive "Error code 64" while trying to install OpenFire(after > executing make install) from ports collection. Here is some output: > > /bin/mkdir -p /usr/local/share/doc/openfire > (cd /usr/ports/net-im/openfire/work/openfire_src && install -o root > -g wheel -m 444 LICENSE.html README.html changelog.html > /usr/local/share/doc/openfire) > (cd /usr/ports/net-im/openfire/work/openfire_src/documentation/docs && > /usr/bin/find . \! -path ./javadoc\* | /usr/bin/cpio -pdmu -R > root:wheel /usr/local/share/doc/openfire > /dev/null 2>&1 ) > /bin/ln -sf /var/log/openfire /usr/local/share/java/openfire/logs > /bin/ln -sf /var/db/openfire /usr/local/share/java/openfire/embedded-db > /bin/ln -sf /usr/local/share/java/openfire/conf > /bin/ln -sf /usr/local/share/java/openfire/resources/security > /bin/mkdir -p /usr/local/share/examples/openfire > install -o root -g wheel -m 444 > /usr/ports/net-im/openfire/work/openfire_src/target/openfire/conf/openfire.xml > /usr/local/share/examples/openfire/openfire.xml > install -m 600 > /usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/truststore > /usr/local/share/examples/openfire/truststore > install -m 600 > /usr/ports/net-im/openfire/work/openfire_src/target/openfire/resources/security/keystore > /usr/local/share/examples/openfire/keystore > usage: mkdir [-pv] [-m mode] directory_name ... > *** Error code 64 > > Stop in /usr/ports/net-im/openfire. > > Any help will be appreciated. > Fixed after adding ETCDIR(=/usr/local/etc/openfire) variable in Makefile :) From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 06:27:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF1E71065670 for ; Tue, 3 Jun 2008 06:27:22 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id A07968FC0C for ; Tue, 3 Jun 2008 06:27:22 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1475474rvf.43 for ; Mon, 02 Jun 2008 23:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=KfPukNPc+RDHv5KjSBZAIhwJEu56FFTOnZ4wfrCfU5A=; b=GNGCe6pPaJbTHLK3sB3uCc+weAuDsTVW9gYhyQz2TGUFbG3amJDwYvtbtre//yITUJVlEpjpU83BzCvS8JIr4nqWTm9VKtIwKTr25ZP2phkTMZsdjpEyZXWUM3PoO10pIwlmoA2E/TxZ+MUvmoqiJFj6ba7oFk0Ysah7uzc9DbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dYq3/1n8jaHM4K6eUFnzVudVl2OjPcN6F55Lh3tVR9Jf6/aja26D2RgqrRWh9EKMKIJkMlRsPzWnEuN/NiyXnmvGCITyIeDupWSCD942kk4R2bFJW5aSbZEbrdnNZhMYPaILLkTHfUnmFg0PYf5MEwrUHzaLo5B3l6zOCAT95Es= Received: by 10.115.18.1 with SMTP id v1mr10731286wai.81.1212474441778; Mon, 02 Jun 2008 23:27:21 -0700 (PDT) Received: by 10.114.15.4 with HTTP; Mon, 2 Jun 2008 23:27:20 -0700 (PDT) Message-ID: Date: Tue, 3 Jun 2008 11:57:20 +0530 From: Subhro To: "Catalin Miclaus" In-Reply-To: <3A0AA7018522134597ED63B3B794C92A020355EE@STA-HQ-S001.starcomms.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3A0AA7018522134597ED63B3B794C92A020355EE@STA-HQ-S001.starcomms.local> Cc: freebsd-questions@freebsd.org Subject: Re: NFS drops with em0 driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 06:27:22 -0000 Thanks everyone for the replies so far. I have disabled ACPI on my boxes. However the drops still persist. I would be grateful if someone can provide more ideas. Thanks Subhro On Sun, Jun 1, 2008 at 2:17 PM, Catalin Miclaus wrote: > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Subhro > Sent: Sunday, June 01, 2008 7:06 AM > To: freebsd-questions@freebsd.org > Subject: NFS drops with em0 driver > > Hello, > > I am facing a strange problem on my systems. I am running > FreeBSD-6.2-RELEASE-p12. My network interface uses the em driver. I am > facing a lot of issues where the NFS connections are dying randomly. > Is there any known bug with the em driver? I am using the SCHED_ULE > scheduler. > > Thanks > Subhro > > > > Check this: > > http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues > > > > > > Best Regards > Catalin Miclaus > Network/Security ISP-Data > Starcomms Ltd. > > > > > _______________________________________________ > 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" > -- Subhro Kar Software Engineer Dynamic Digital Technologies Pvt. Ltd. EPY-3, Sector: V Salt Lake City 700091 India From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 07:19:02 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2080B1065672 for ; Tue, 3 Jun 2008 07:19:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 263248FC15 for ; Tue, 3 Jun 2008 07:19:00 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m537IuOU005656; Tue, 3 Jun 2008 09:18:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m537IuAR005653; Tue, 3 Jun 2008 09:18:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 09:18:56 +0200 (CEST) From: Wojciech Puchar To: FreeBSD Questions In-Reply-To: Message-ID: <20080603091642.R5570@wojtek.tensor.gdynia.pl> References: <48433E2E.3070004@telenix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Ted Mittelstaedt Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 07:19:02 -0000 >> The only time inkjet makes sense is if your printing needs for your >> lifetime consist of a single ream of paper. > > Or if you want photo quality. then i give my images to the fotograph shop on CD/DVD and got it on photo paper and quality. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 07:44:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF22F106567C for ; Tue, 3 Jun 2008 07:44:48 +0000 (UTC) (envelope-from the-ghost@inbox.ru) Received: from mx44.mail.ru (mx44.mail.ru [195.239.211.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8AC8FC16 for ; Tue, 3 Jun 2008 07:44:48 +0000 (UTC) (envelope-from the-ghost@inbox.ru) Received: from f107.mail.ru (f107.mail.ru [194.67.57.67]) by mx44.mail.ru (mPOP.Fallback_MX) with ESMTP id C5898380031B5 for ; Tue, 3 Jun 2008 11:31:12 +0400 (MSD) Received: from mail by f107.mail.ru with local id 1K3Qz3-000OTE-00 for freebsd-questions@freebsd.org; Tue, 03 Jun 2008 11:31:05 +0400 Received: from [85.140.79.205] by win.mail.ru with HTTP; Tue, 03 Jun 2008 11:31:05 +0400 From: The Ghost To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [85.140.79.205] Date: Tue, 03 Jun 2008 11:31:05 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: OK Subject: very strange reaction of the md disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The Ghost List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 07:44:49 -0000 Hello, Maybe I just don't understand something, but anyway, it looks really odd. I have a machine with 2 Gb RAM with a clean newly-installed FREEBSD-7.0-RELEASE. I make two 300-MB mdconfig disks and populate them, and when the first one was already full and the second one is only half-full, I get a kernel panic "not enough memory". I wonder where did 1,5 Gb go?? Well, I tried to reboot and allocate them with -o reserve to prevent the kernel panic, but the second one said that enough memory can't be allocated (though top still showed 1,5 Gb left). Well, I rebooted and tried to allocate one 1-Gb disk, but it also failed. Then I gave up on this and came to my other work, but when I loaded some small kernel module, I got a kernel panic!! What, didn't the disk allocation have to kinda free up the used memory when it fails?! And then the last thing. I reboot and copy a 220-m file from a samba-mounted directory to my hard drive (UFS2 with soft-updates). I was very surprised to see that one gigabyte of my memory suddenly became used up. I wonder if the soft-updat es really don't care about how much memory they use... A friend of mine told me that such a panic is really a thing to write a bugreport on it, but I know about this behaviour for few years already and so I guess I just don't know something about the memory allocation system, and, kinda, it really works just like that. Should I read something to understand why it's just like that or really write a report on some of these things?.. The Ghost From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:02:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33D78106566B for ; Tue, 3 Jun 2008 08:02:41 +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 CCFAB8FC15 for ; Tue, 3 Jun 2008 08:02:40 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m5382dNd064384; Tue, 3 Jun 2008 01:02:40 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Pollywog" , Date: Tue, 3 Jun 2008 01:03:40 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <200806021857.02736.lists-fbsd@shadypond.com> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 03 Jun 2008 01:02:40 -0700 (PDT) Cc: Subject: RE: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:02:41 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Pollywog > Sent: Monday, June 02, 2008 11:57 AM > To: freebsd-questions@freebsd.org > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: > > > I agree completely, it's what got me over to BSD ! > > > > I am a little confused. I just see a sphere with "horns" on it > that reminds > me of the BSD daemon's head, only made to look less "demonic". Is it > supposed to be something else? > No, that is what it's supposed to be. The sex toy issue is that you saw the sphere with horns AFTER you saw Beastie. So you had a frame of reference, and naturally assume it's Beastie's head. The problem is, think about people who have NEVER seen Beastie before seeing the sex toy logo for the first time. Since they have no frame of reference they can easily assume that it means anything at all. Such as the business end of a French tickler, which it kind of resembles. When those of us in the know call it a sex toy, we are making a little inside joke, as we are basically saying the logo design is terrible because it does not indicate to anyone looking at it what it is supposed to represent. The Linux penguin is no different - someone seeing a Penguin isn't going to know it has to do with an operating system, either. Many corporate logos also suffer from the same problem. The difference between the corporate logos and Linux and us, is that those organizations have the marketing muscle to take their rediculous logo designs and pound them into the public conciousness through endless advertising. See a blue oval? Most people think "Ford" Not because a blue oval has anything to do with cars. It's because Ford has dumped trillions of dollars in advertising over the years pounding that association into the public mind. The designer of the FreeBSD logo approached it from the usual corporate arrogance of we can create anything we want, then just pay money for the association. The only problem is that the FreeBSD project has no money to spend to create this association. As a result the logo completely fails in it's job. Arguably, there is also no public association between Beastie and the FreeBSD operating system either, so in the long run we aren't any worse off than we were. (aside from the arrogant setting aside of 20 some years of BSD Unix history) Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:03:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 383C61065674 for ; Tue, 3 Jun 2008 08:03:50 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0379F8FC23 for ; Tue, 3 Jun 2008 08:03:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5383jhX005925; Tue, 3 Jun 2008 10:03:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m5383j4m005922; Tue, 3 Jun 2008 10:03:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 10:03:45 +0200 (CEST) From: Wojciech Puchar To: The Ghost In-Reply-To: Message-ID: <20080603100335.T5921@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: very strange reaction of the md disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:03:50 -0000 you use freebsd/i386 not /amd64 isn't it? On Tue, 3 Jun 2008, The Ghost wrote: > Hello, > > Maybe I just don't understand something, but anyway, it looks really odd. > > I have a machine with 2 Gb RAM with a clean newly-installed FREEBSD-7.0-RELEASE. I make two 300-MB mdconfig disks and populate them, and when the first one was already full and the second one is only half-full, I get a kernel panic "not enough memory". I wonder where did 1,5 Gb go?? Well, I tried to reboot and allocate them with -o reserve to prevent the kernel panic, but the second one said that enough memory can't be allocated (though top still showed 1,5 Gb left). Well, I rebooted and tried to allocate one 1-Gb disk, but it also failed. Then I gave up on this and came to my other work, but when I loaded some small kernel module, I got a kernel panic!! What, didn't the disk allocation have to kinda free up the used memory when it fails?! And then the last thing. I reboot and copy a 220-m file from a samba-mounted directory to my hard drive (UFS2 with soft-updates). I was very surprised to see that one gigabyte of my memory suddenly became used up. I wonder if the soft-up! dat > es really don't care about how much memory they use... > > A friend of mine told me that such a panic is really a thing to write a bugreport on it, but I know about this behaviour for few years already and so I guess I just don't know something about the memory allocation system, and, kinda, it really works just like that. Should I read something to understand why it's just like that or really write a report on some of these things?.. > > > > The Ghost > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:06:16 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD6891065684 for ; Tue, 3 Jun 2008 08:06:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D58958FC0C for ; Tue, 3 Jun 2008 08:06:15 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5386CfZ005950; Tue, 3 Jun 2008 10:06:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m5386CgR005947; Tue, 3 Jun 2008 10:06:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 10:06:12 +0200 (CEST) From: Wojciech Puchar To: Warren Block In-Reply-To: Message-ID: <20080603100421.B5921@wojtek.tensor.gdynia.pl> References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:06:16 -0000 > This depends a lot on your print jobs. Low quality machine-generated > PostScript output can be slow. PCL can also be slow. The only way to really > know is to benchmark with your print jobs. there was no case i found postscript to print faster. > There's also the potential overhead of the print processing systems. Just > sending PS in the first place may be quicker than apsfilter or CUPS. i use lpd+my script for filtering postscript to PCL > Recent printers have fast RISC CPUs and fast PS interpreters. I/O speed > comes into it, too. FreeBSD seems particularly slow over parallel and USB both not true, but just use lptcontrol for parallel port! From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:13:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E54C91065678 for ; Tue, 3 Jun 2008 08:13:37 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id 5D19A8FC21 for ; Tue, 3 Jun 2008 08:13:37 +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 m538CEcW023011; Tue, 3 Jun 2008 10:12:14 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Tue, 3 Jun 2008 10:12:10 +0200 User-Agent: KMail/1.9.7 References: <164F5576-6023-4873-A1FE-CBAFD2E612A4@unbc.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806031012.12180.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Jeremy Karlson Subject: Re: 7-STABLE Watchdog Timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:13:38 -0000 On Tuesday 03 June 2008, Jeremy Karlson wrote: > I'm still looking into my watchdog timeout with me re card. I'm > starting to wonder if my problem is in any way related to the > discussion back in September 2006 starting with this post: > > "6.2 SHOWSTOPPER - em completely unusable on 6.2" > http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.htm >l > > It seems that under certain conditions and loads, a network interface > with a shared interrupt would stop responding until the watchdog > resets it. This seems to be very similar to what I see. At the time, > they seemed mostly concerned about fixing the em driver; I'm using re. > > Unfortunately though, I can't seem to find what the resolution to this > was, and if it could be related to the failure I'm seeing. Does > anyone know what happened with that problem? > > -- Jeremy If I remember correctly, there were two problems: 1) there was a race in the interrupt handler (this affected all interrupt handlers), 2) em used the now obsolete if_timer to implement it's watchdog timeout. This timer is unreliable. Both items have been fixed, so this shouldn't be related to your problem. #2 wasn't fixed in all drivers, but if you are affected you should see a warning on startup stating the use of the obsolete timer. I believe if_re was converted some time ago. Note that in theory watchdog timeouts could also mean broken hardware, bad connection to PCI bus or other intermittent hw failure. I would try reseating the card in another slot. -- Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:17:31 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 539781065677 for ; Tue, 3 Jun 2008 08:17:31 +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 166538FC20 for ; Tue, 3 Jun 2008 08:17:31 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m538HRjg064473; Tue, 3 Jun 2008 01:17:28 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: Date: Tue, 3 Jun 2008 01:18:29 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <1212446461.42010.14.camel@tao.thought.org> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 03 Jun 2008 01:17:29 -0700 (PDT) Cc: Kurt Buff , FreeBSD Questions , Chuck Robey , Derek Ragona Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:17:31 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gary Kline > Sent: Monday, June 02, 2008 3:41 PM > To: Ted Mittelstaedt > Cc: FreeBSD Questions; Kurt Buff; Chuck Robey; Derek Ragona > Subject: RE: Duplex printer advice > > > At the same time, HP's patents are about to expire in the next few > years. Anybody > know when, to-the-year? > HP uses Canon's imaging engines for their printers, the patents are mainly on the HP-specific control stuff, which nobody really cares much about. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:22:30 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D6C1065670 for ; Tue, 3 Jun 2008 08:22:30 +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 853E08FC0A for ; Tue, 3 Jun 2008 08:22:30 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m538MTRI064513 for ; Tue, 3 Jun 2008 01:22:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "FreeBSD Questions" Date: Tue, 3 Jun 2008 01:23:31 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 03 Jun 2008 01:22:30 -0700 (PDT) Cc: Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:22:30 -0000 > -----Original Message----- > From: David Kelly [mailto:dkelly@HiWAAY.net] > Sent: Monday, June 02, 2008 7:37 PM > To: Ted Mittelstaedt > Cc: FreeBSD Questions > Subject: Re: Duplex printer advice > > > We have one at work that if it was up to me I too would sell it for $50 > if anyone offered. Its a networked color HP 4M something that prints 11" > wide. Letter prints sideways, and 11x17 prints lengthwise. > > Its slower than Christmas when printing photos. Maybe 2 pages per hour. > > We keep it because 1) its paid for, 2) we have space for it, and 3) it > prints very pretty color text for proposals. > The HP4M color is a completely different technology than modern HP color laserjets. It is also different than the 4+ which is a black and white. HP made 2 printers they called the "4M" and the "4M Color". Completely different printers. DIfferent electronics, imaging engines, etc. We have a HP color 3550 laserjet in our office. The print speed is faster than the black and white laserjets which are older. The 3550 is a newer printer. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:37:33 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48C1D106567A for ; Tue, 3 Jun 2008 08:37:33 +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 0930A8FC28 for ; Tue, 3 Jun 2008 08:37:32 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m538bVrI064602; Tue, 3 Jun 2008 01:37:31 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Wojciech Puchar" , "Warren Block" Date: Tue, 3 Jun 2008 01:38:33 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <20080603100421.B5921@wojtek.tensor.gdynia.pl> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 03 Jun 2008 01:37:32 -0700 (PDT) Cc: FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:37:33 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Wojciech Puchar > Sent: Tuesday, June 03, 2008 1:06 AM > To: Warren Block > Cc: FreeBSD Questions > Subject: RE: Duplex printer advice > > > > This depends a lot on your print jobs. Low quality machine-generated > > PostScript output can be slow. PCL can also be slow. The only > way to really > > know is to benchmark with your print jobs. > > there was no case i found postscript to print faster. > You won't on an HP printer, at least not an older one. Remember that HP had to pay a very hefty fee to Adobe for licensing PostScript for each printer. HP did everything possible to push PCL and discourage customers from selecting PS because they did not want to continue to have to pay Adobe. HP did not dare mess with the PostScript implementation itself for fear of a lawsuit - every HP printer that went out the door they definitely made sure was completely compliant with PostScript - but they did everything else to discourage it. They told all the companies that wrote tutorials to minimize PostScript and enhance PCL, they make PostScript models much more expensive, they didn't ship models with Postscript with enough ram to run the PostScript interpreter reasonably quickly, and they made no effort to speed up the PostScript implementation. Still another trick was distributing PPD files that didn't have a complete definition of all printer accessories so that when you printed PostScript from, for example, Windows, you might not have a duplexer definition and could only print duplex on PCL. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:52:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91866106567A for ; Tue, 3 Jun 2008 08:52:02 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 642CF8FC12 for ; Tue, 3 Jun 2008 08:52:02 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1532423rvf.43 for ; Tue, 03 Jun 2008 01:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=HxlbVEQrzH5t9Ya8JKr4GmtdvmJshSLflFGPVf9BZYE=; b=QlV2gKFF7LYe6mFU5KotA/eOj2iFOHeNG+2YITERWUNB6bH39yI1LwtfsYI0vA3+8dL+S/MTphkk3bUTQFSaDq0pWc1Msd8E1kMSNlA7lvJyPbbTj1oUGwCT2jkGQXbrycIFCbOXRoF9wU0+KIN7MIOZO8m+Y6ryT/2JhM7jXW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=hQOTQE9dbn0VypKaMnpG7cJ85iFKz+TyeZBHjJO316TTakA5xtbBQmzK4DpjGyy5r8niAJmMiIz0MlAb8T76upTjAeCEUtmVGYGBD6IWd/aXRSkNjhz5CCbD+nONHxfpHd9KMfJatrsU48sza2BxcBjR6EOoSLjNcLVsfR6yp+s= Received: by 10.115.76.5 with SMTP id d5mr10816333wal.191.1212483122030; Tue, 03 Jun 2008 01:52:02 -0700 (PDT) Received: by 10.114.95.6 with HTTP; Tue, 3 Jun 2008 01:52:01 -0700 (PDT) Message-ID: <2cd0a0da0806030152x3300a705n7ad0a965ac955776@mail.gmail.com> Date: Tue, 3 Jun 2008 10:52:01 +0200 From: VeeJay To: FreeBSD-Questions , VeeJay MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD 7.0 Kernel + Dell PE2950 III ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:52:02 -0000 Hi guys I am going to install a Web Server (apache+mysql+php) at my work place. To boost performance, I am just thinking that should I configure and rebuild FreeBSD KERNEL for this hardware? And if so, what paramters I should follow? Any help would be highly appreciated. Server's hardware configuration is as follow: 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB 16GB (8x2GB Dual Rank DIMMs) 667MHz FBD 6 x 450GB SAS 15k 3.5" HD Hot Plug PERC 6/i, Integrated Controller Card x6 backplane PE2950 III C5 MSS R10 Add-in PERC 5/i / 6/i 1 S TCP/IP Offload Engine 2P Broadcom TCP/IP Offload Engine functionality (TOE) Not Enabled Thank you guys. VJ -- Thanks! BR / vj From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 09:12:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B03C106566B for ; Tue, 3 Jun 2008 09:12:48 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE948FC18 for ; Tue, 3 Jun 2008 09:12:47 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m539BuXE070897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Jun 2008 10:11:58 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <48450B08.6040806@unsane.co.uk> Date: Tue, 03 Jun 2008 10:12:40 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: kalin m References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> <48448134.9080808@el.net> <484482E1.5010207@el.net> In-Reply-To: <484482E1.5010207@el.net> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 09:12:48 -0000 kalin m wrote: > sorry for the double posting.... just to update: > > i installed also the linux-megamgr same result: > Failed to open driver node /dev/megadev0 > > after linking megadev0 to mfi0 it can not see the version... it gets > more and more pathetic by the minute... > odd that it wouldnt install as it did for me just now. Is your ports tree up to date? I'm guessing not since the latest version reference in ports is 1.01.40 and you found and got the 1.01.09 rpm/zip try updating your ports to the latest tree (portsnap is my method of choice but csup works fine too :) then try cd /usr/ports/sysutils/linux-megacli && make install clean Be sure to pay attention to the post-install message as it tells you about whats needed in the way of kernel modules and sysctl variables as well as what periodic config is available. We do have a server at work using the LSI Logic / Symbios Logic MegaRAID SAS 1078 which hosts 40 VPS's running quite happily in a RAID 1+0 config, each VPS running web/mail/ftp for a number between 1 and 100 websites, so they seem to perform well enough, this is a linux server though. If you've been sold a RAID1 array i'd imagine thats what you have unless you have reason to believe otherwise. It will appear as a singe block device (/dev/mfid0) to the operating system though as you have see. Vince > > > > > kalin m wrote: >> thanks Vince... i didnt wanted to install the linux base because a >> lot of kids will be running some 'cool' boards or blogs that probably >> have cool linux holes too. but just for the hell of it and for he >> purpose to get to the controller i did. it took a while to find the >> Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the >> LSI site (anymore) either.. anyway after a lot of rpm downloads and >> patching and variable changing and fs mountings i get this: >> >> # /usr/local/sbin/megacli -adpCount >> ERROR:Could not detect controller. >> >> Controller Count: 0. >> >> >> pretty neat system... >> >> >> now what?! >> >> >> >> >> Vince Hoffman wrote: >>> kalin m wrote: >>>> megarc, right... read about it.. here: >>>> >>>> # megarc -AllAdpInfo help >>>> usage : >>>> cmd -AllAdpInfo >>>> : prints info of all cards >>>> >>>> >>>> ..... ok ..... >>>> >>>> # megarc -AllAdpInfo >>>> >>>> >>>> ********************************************************************** >>>> MEGARC MegaRAID Configuration >>>> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA >>>> >>>> ********************************************************************** >>>> [Note: For SATA-2, 4 and 6 channel controllers, please specify >>>> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, >>>> Id=Target)] >>>> >>>> Type ? as command line arg for help >>>> >>>> No Adapters Found Error: No MegaRaid Found >>>> >>>> >>>> ?!?!?! does that mean that there is no raid? why then the df >>>> output? the machine is supposed to have 4 250gig SAS drives. >>>> >>> >>> Its more likely that megarc doesnt support the newer controllers >>> which is a shame. you might have more luck with >>> sysutils/linux-megacli since that explicitly mentions LSI MegaRAID >>> SAS, I wish they would make the util open source though. Will mean >>> you need the linux-base port installed and linux.ko loaded. >>> >>> A RAID1 config shoudl suit a busy webserver well. >>> >>> Vicne >>> >>> >>> >>>> >>>> thanks... >>>> >>>> >>>> >>>> >>>> >>>> Vince Hoffman wrote: >>>>> kalin m wrote: >>>>>> hi all... >>>>>> >>>>>> a hosting facility build a new dedicated server for me and looking >>>>>> at the dmesg i see: >>>>>> >>>>>> mfi0: port 0xec00-0xecff mem >>>>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 >>>>>> on pci1 >>>>>> mfi0: Megaraid SAS driver Ver 2.00 >>>>>> >>>>>> for df i get: >>>>>> Filesystem Size Used Avail Capacity Mounted on >>>>>> /dev/mfid0s1a 496M 197M 259M 43% / >>>>>> devfs 1.0K 1.0K 0B 100% /dev >>>>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>>>>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>>>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>>>>> >>>>>> >>>>>> i asked for raid1. i cant find too much information about the mfi >>>>>> driver. just that it works with freebsd 7. >>>>>> >>>>> >>>>> you might want to look at sysutils/megarc and possibly >>>>> sysutils/linux-megamgr so you can more closely monitor/investigate >>>>> your array. >>>>> >>>>> Vince >>>>> >>>>>> i'll keep looking but - has anybody successfully deployed >>>>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very >>>>>> busy web server? >>>>>> is there any loss in performance using that hardware in RAID1? >>>>>> any performance loss in RAID1 at all? >>>>>> >>>>>> >>>>>> 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" >>>>> >>>>> _______________________________________________ >>>>> 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" >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 09:31:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E60DF106564A for ; Tue, 3 Jun 2008 09:31:42 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id A57018FC12 for ; Tue, 3 Jun 2008 09:31:42 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 480DCFD06A for ; Tue, 3 Jun 2008 11:32:43 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id 24512FD061 for ; Tue, 3 Jun 2008 11:32:42 +0200 (CEST) Message-ID: <48450F7C.3070804@webrz.net> Date: Tue, 03 Jun 2008 11:31:40 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: FreeBSD 6.2 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: Tue, 03 Jun 2008 09:31:43 -0000 I want to upgrade 6.2 to 6.3. Can you tell me where I can obtain the 'FreeBSD Update utility as described in the FreeBSD 6.3 and FreeBSD 7.0 release announcements' ? Thanks. Jos From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 09:39:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35F4C1065679 for ; Tue, 3 Jun 2008 09:39:31 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 77FCB8FC1B for ; Tue, 3 Jun 2008 09:39:30 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 03 Jun 2008 09:39:28 -0000 Received: from pD952E026.dip0.t-ipconnect.de (EHLO core2duo.local) [217.82.224.38] by mail.gmx.net (mp002) with SMTP; 03 Jun 2008 11:39:28 +0200 X-Authenticated: #4870692 X-Provags-ID: V01U2FsdGVkX1+g6ORIbyWg7Dj7zHYH4kl3AO9DZYDWD5Zgq2/ESI JZYo0i4TVHFcWL Date: Tue, 3 Jun 2008 11:39:24 +0200 From: Andreas Rudisch To: Jos Chrispijn Message-Id: <20080603113924.7b9915a9.cyb.@gmx.net> In-Reply-To: <48450F7C.3070804@webrz.net> References: <48450F7C.3070804@webrz.net> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Tue__3_Jun_2008_11_39_24_+0200_dF7Vw1ozzlcHlCGQ" X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2 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: Tue, 03 Jun 2008 09:39:31 -0000 --Signature=_Tue__3_Jun_2008_11_39_24_+0200_dF7Vw1ozzlcHlCGQ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, 03 Jun 2008 11:31:40 +0200 Jos Chrispijn wrote: > I want to upgrade 6.2 to 6.3. Can you tell me where I can obtain the=20 > 'FreeBSD Update utility as described in the FreeBSD 6.3 and FreeBSD 7.0 > release announcements' ? Thanks. http://www.freebsd.org/releases/6.3R/announce.html Scroll down to 'FreeBSD Update'. Andreas -- GnuPG key : 0x2A573565 | http://www.gnupg.org/howtos/de/ Fingerprint: 925D 2089 0BF9 8DE5 9166 33BB F0FD CD37 2A57 3565 --Signature=_Tue__3_Jun_2008_11_39_24_+0200_dF7Vw1ozzlcHlCGQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhFEU4ACgkQ8P3NNypXNWVcMACguJLx+1akOgtwvg1MUvx1BHVz jykAnA+y91cy08tW/j3t7RCPdakDBmO9 =vWZh -----END PGP SIGNATURE----- --Signature=_Tue__3_Jun_2008_11_39_24_+0200_dF7Vw1ozzlcHlCGQ-- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 09:49:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D441065674 for ; Tue, 3 Jun 2008 09:49:11 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.NET [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9B48FC12 for ; Tue, 3 Jun 2008 09:49:11 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-76-199-98-156.dsl.pltn13.sbcglobal.net [76.199.98.156]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id m539IqCX003546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 3 Jun 2008 02:18:52 -0700 (PDT) (envelope-from crapsh@monkeybrains.net) Message-ID: <48450CD2.1090503@monkeybrains.net> Date: Tue, 03 Jun 2008 02:20:18 -0700 From: Rudy User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: FreeBSD-Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on pita.monkeybrains.net X-Virus-Status: Clean Subject: buildworld fails on FreeBSD 7 - fresh cvsup - libreadline.so complaints X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 09:49:11 -0000 Problem: Fresh cvsup of FreeBSD-7 and make buildworld failed... Workaround: If I go directly into /usr/src/gnu/usr.bin and type 'make' things are built... (still building, so I don't know if this will hose the system :) Error: (note "gnu/usr.bin/bc" also failed with the similar errors [libreadline.so complaints]) ===> gnu/usr.bin/gdb/gdb (all) cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1 -I. -I/usr/src/gnu/usr.bin/gdb/gdb/../arch/i386 -I/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/gdb/config -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/include -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/binutils/bfd -c /usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/gdb/gdb.c cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1 -I. -I/usr/src/gnu/usr.bin/gdb/gdb/../arch/i386 -I/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libbfd -I/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libbfd/i386 -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/gdb -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/gdb/config -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/gdb/include -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/binutils/include -I/usr/src/gnu/usr.bin/gdb/gdb/../../../../contrib/binutils/bfd -Wl,-E -o gdb gdb.o /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../gdb/libgdb/libgdb.a /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libbfd/libbfd.a /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libopcodes/libopcodes.a /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../binutils/libiberty/libiberty.a -lm -lreadline -ltermcap -lgnuregex /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../gdb/libgdb/libgdb.a(tui.o)(.text+0x6a9): In function `tui_rl_switch_mode': : undefined reference to `rl_newline' /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../gdb/libgdb/libgdb.a(tui.o)(.text+0x8a2): In function `tui_rl_command_mode': : undefined reference to `rl_insert' /usr/obj/usr/src/gnu/usr.bin/gdb/gdb/../../gdb/libgdb/libgdb.a(top.o)(.text+0x174): In function `gdb_rl_operate_and_get_next': : undefined reference to `rl_newline' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_rubout_or_delete' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_clear_screen' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_delete' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_insert_comment' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_rubout' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_delete_horizontal_space' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_insert_text' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_refresh_line' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_quoted_insert' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_transpose_chars' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_backward_word' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_char_search' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_arrow_keys' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_backward_byte' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_char_search_internal' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_end_of_line' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_forward_byte' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_forward_word' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_set_mark_at_pos' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_set_mark' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_replace_line' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_rubout_char' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_overwrite_char' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_do_lowercase_version' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_upcase_word' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_tab_insert' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_backward_char' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_forward_char' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_capitalize_word' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_backward_char_search' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_delete_or_show_completions' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_downcase_word' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_transpose_words' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_beg_of_line' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_exchange_point_and_mark' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_replace_text' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_fix_point' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `rl_delete_text' /usr/obj/usr/src/tmp/usr/lib/libreadline.so: undefined reference to `_rl_insert_char' *** Error code 1 Stop in /usr/src/gnu/usr.bin/gdb/gdb. *** Error code 1 Stop in /usr/src/gnu/usr.bin/gdb. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 10:43:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAD9710656CC for ; Tue, 3 Jun 2008 10:43:28 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8A4FE8FC3C for ; Tue, 3 Jun 2008 10:43:28 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1577382rvf.43 for ; Tue, 03 Jun 2008 03:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=EsGXBWApOfwTaeKvBICa79Yc8H5H3QXchn8Wr2jaqiA=; b=RHa9svWlBG8uRG1XQFgfI1bEeKoYi6kqpKDt8gTWChz3nB06EaaqivVWax+nAq4ib7H+Izyg+/MbO+6c78ud9SR23z9B/y/qu5rW/QaGJt0Z5VRCOj8/aZbysBmQL2O3NApsUzb5lU9T9kFYmkLgYOwmlvgo2b6SJ/JYvnlqQrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=A8/kRew9WnvK24dbKISzBHKxHPpHbP61lTGc5E7cb71M5DkN1xlNfK/WW6/2di1wnT36Swvex5S4EY5kDfOAkPWKf6idniiMwJ1TMcw0NdZVe01JRv8ijNI6PUw61bGEnDprvtonUYaUzJo5VISOmHaQuEp7nhZW/BE11Qw7MkA= Received: by 10.115.78.1 with SMTP id f1mr3658153wal.223.1212489807954; Tue, 03 Jun 2008 03:43:27 -0700 (PDT) Received: by 10.114.95.6 with HTTP; Tue, 3 Jun 2008 03:43:27 -0700 (PDT) Message-ID: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> Date: Tue, 3 Jun 2008 12:43:27 +0200 From: VeeJay To: VeeJay , FreeBSD-Questions , mysql@lists.mysql.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD MySQL Performance Tunning suggestions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 10:43:28 -0000 Hi Guys I need some performance tuning suggestions/help from you. At my job, I am going to build a Web Server with 1. FreeBSD 7.0-RELEASE amd64 2. Apache 2.2.8 3. PHP 4.4.8 (or may be PHP5, what do you suggest?) Server's hardware configuration is as follow: 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB 16GB (8x2GB Dual Rank DIMMs) 667MHz FBD 6 x 450GB SAS 15k 3.5" HD Hot Plug PERC 6/i, Integrated Controller Card x6 backplane PE2950 III C5 MSS R10 Add-in PERC 5/i / 6/i 1 S TCP/IP Offload Engine 2P Broadcom TCP/IP Offload Engine functionality (TOE) Not Enabled For FreeBSD 7.0-RELEASE amd64 Which MySQL 5.0 would be used ? 1. FreeBSD 7.x (x86_64) or 2. FreeBSD 6.x (x86) I have done some googling and made these configuration files for Apache and MySQL? Apache: httpd.conf-----------------------------------------------------start------------ # ================================================= # Basic settings # ================================================= ServerType standalone ServerRoot "/usr/local/apache" PidFile /usr/local/apache/logs/httpd.pid ScoreBoardFile /usr/local/apache/logs/httpd.scoreboard ResourceConfig /dev/null AccessConfig /dev/null # ================================================= # Performance settings # ================================================= Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxClients 256 MaxRequestsPerChild 0 # ================================================= # Apache modules # ================================================= ClearModuleList AddModule mod_log_config.c AddModule mod_mime.c AddModule mod_dir.c AddModule mod_access.c AddModule mod_auth.c AddModule mod_php4.c AddModule mod_rewrite.c AddModule mod_security.c AddModule mod_setenvif.c # ================================================= # General settings # ================================================= Port 80 User apache Group apache ServerAdmin adminsrv@gmail.com UseCanonicalName Off ServerSignature Off HostnameLookups Off ServerTokens Prod DirectoryIndex index.html DocumentRoot "/home/apache/www" # ================================================= # Access control # ================================================= Options None AllowOverride None Order deny,allow Deny from all Order allow,deny Allow from all Order allow,deny Allow from all # ================================================= # MIME encoding # ================================================= TypesConfig /usr/local/apache/conf/mime.types DefaultType text/plain AddEncoding x-compress Z AddEncoding x-gzip gz tgz AddType application/x-tar .tgz AddType application/x-httpd-php .html # ================================================= # Logs # ================================================= LogLevel warn LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent ErrorLog /var/apache/logs/error_log CustomLog /var/apache/logs/access_log combined # ================================================= # Virtual hosts # ================================================= NameVirtualHost * DocumentRoot "/home/apache/www/vhosts/mydomain.com/public_html" ServerName "www.mydomain.com" ServerAlias "mydomain.com" ErrorLog /var/apache/logs/vhosts/mydomain.com/error_log CustomLog /var/apache/logs/vhosts/mydomain.com/access_log combined RewriteEngine on RewriteRule ^/([a-z]{2})/index.html$ /index.html?topicid=$1 ErrorDocument 400 /page_error.html ErrorDocument 401 /page_error.html ErrorDocument 403 /page_error.html ErrorDocument 404 /page_error.html ErrorDocument 500 /page_error.html # ================================================ # Logging GET/POST requests, defending against # Cross-Site-Scripting (XSS) and SQL Injection attacks # ================================================ AddHandler application/x-httpd-php .html #Turn the filtering engine On or Off SecAuditEngine On # Only log suspicious requests SecAuditEngine RelevantOnly SecAuditLog /var/apache/logs/audit_log SecFilterScanPOST On SecFilterEngine On SecFilterDefaultAction "deny,log,status:500" SecFilter "\"" #generic bogus path sigs SecFilterSelective THE_REQUEST "\.\.\./" "id:300006,rev:1,severity:2,msg:'Bogus Path denied'" SecFilterSelective POST_PAYLOAD "[[:space:]]+\.\.\.+\;" "id:300007,rev:1,severity:2,msg:'Bogus Path denied'" #XCC:Signatures for XSS SecFilter "/((\%3D)|(=))[^\n]*((\%3C)|<)[^\n]+((\%3E)|>)" #XCC:Regex for simple CSS attack SecFilter "/((\%3C)|<)((\%2F)|\/)*[a-z0-9\%]+((\%3E)|>)/ix" #XCC:Regex for ")/i" #XCC:Paranoid regex for CSS attacks SecFilter "/((\%3C)|<)[^\n]+((\%3E)|>)/i" #SQL:Regex for detection of SQL meta-characters SecFilter "/(\%27)|(\')|(\-\-)|(\%23)|(#)/ix" #SQL:Modified regex for detection of SQL meta-characters #SecFilter "/((\%3D)|(=))[^\n]*((\%27)|(\')|(\-\-)|(\%3B)|(;))/i" #SQL:Regex for typical SQL Injection attack SecFilter "/\w*((\%27)|(\'))((\%6F)|o|(\%4F))((\%72)|r|(\%52))/ix" #SQL:Regex for detecting SQL Injection with the UNION,SELECT,UPDATE,DELETE,DROP,GRANT keyword SecFilter "/((\%27)|(\'))union/ix" SecFilter "/((\%27)|(\'))select/ix" SecFilter "/((\%27)|(\'))insert/ix" SecFilter "/((\%27)|(\'))update/ix" SecFilter "/((\%27)|(\'))delete/ix" SecFilter "/((\%27)|(\'))drop/ix" SecFilter "/((\%27)|(\'))grant/ix" #PHP defenses SecFilterSelective ARG_PHPSESSID "!^[0-9a-z]*$" SecFilterSelective ARGS_NAMES "^(globals($|\[)|php:/)" SecFilterSelective COOKIE_PHPSESSID "!^[0-9a-z]*$" SecFilterSelective COOKIE_sessionid "!^[0-9a-z\.]*$" #Generic PHP payload command injection and upload vulnerabilities SecFilterSelective POST_PAYLOAD "<\?php" chain SecFilter "((fputs|fread)\(.*\,.*\)\;|fsockopen\(gethostbyname|chr\(.*\)\.chr\(.*\)\.chr\(|(fclose|fgets)\(.*\)\;|(system|exec)\(.*\)\;)" chain SecFilter "\<\?php" Apache: httpd.conf-----------------------------------------------------end-------- MySQL: my.cnf------------------------------------------------------------start-------- # The following options will be passed to all MySQL clients [client] #password = your_password port = 3306 socket = /tmp/mysql.sock #ng below 1 line default-character-set=utf8 # Here follows entries for some specific programs # The MySQL server [mysqld] port = 3306 socket = /tmp/mysql.sock skip-locking skip-networking skip-name-resolve server-id=1 #2008-02-10 max_connections=499 interactive_timeout=100 wait_timeout=100 connect_timeout=10 thread_cache_size=256 connect_timeout=10 myisam_sort_buffer_size=32M key_buffer=16M join_buffer=3M record_buffer=3M sort_buffer=5M table_cache=1024 #- # increase until threads_created doesnt grow anymore thread_cache=512 query_cache_type=1 query_cache_limit=2M query_cache_size=64M # Try number of CPU's*2 for thread_concurrency thread_concurrency=4 set-variable=local-infile=0 #ng below 5 lines init_connect='SET collation_connection = utf8_unicode_ci' init_connect='SET NAMES utf8' default-character-set=utf8 character-set-server=utf8 collation-server=utf8_unicode_ci #NG: new variables for fulltext search: ft_min_word_len=2 ft_max_word_len=15 # Replication Master Server (default) # binary logging is required for replication log-bin=mysql-bin # required unique id between 1 and 2^32 - 1 # defaults to 1 if master-host is not set # but will not function as a master if omitted server-id = 1 [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash #ng below 1 line default-character-set=utf8 [isamchk] key_buffer = 256M sort_buffer_size = 256M read_buffer = 2M write_buffer = 2M [myisamchk] key_buffer = 256M sort_buffer_size = 256M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout MySQL: my.cnf-------------------------------------------------------------end Is there something you can tune? Regards -- Thanks! BR / vj From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 08:12:30 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A73C91065673 for ; Tue, 3 Jun 2008 08:12:30 +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 4B7858FC25 for ; Tue, 3 Jun 2008 08:12:30 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m538CNlF064439; Tue, 3 Jun 2008 01:12:25 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Wojciech Puchar" Date: Tue, 3 Jun 2008 01:13:24 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <20080602232417.J36835@wojtek.tensor.gdynia.pl> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 03 Jun 2008 01:12:27 -0700 (PDT) X-Mailman-Approved-At: Tue, 03 Jun 2008 11:24:52 +0000 Cc: FreeBSD Questions , Kurt Buff , Chuck Robey , Derek Ragona , kline@thought.org Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 08:12:30 -0000 > -----Original Message----- > From: Wojciech Puchar [mailto:wojtek@wojtek.tensor.gdynia.pl] > Sent: Monday, June 02, 2008 2:32 PM > To: Ted Mittelstaedt > Cc: Chuck Robey; Kurt Buff; FreeBSD Questions; Derek Ragona; > kline@thought.org > Subject: RE: Duplex printer advice > > > my HP LaserJet 4 shows 122000 pages, was 88000 when i bought it > for 100PLN > (about 40$)+another 100 for made-in-Poland new ink cardridge (enough for > about 8000-10000 pages). > > HP LaserJet 4 and 3 is excellent, anything newer - crap, as HP joined > others in making craps so every year user has to buy new one. > The 5Si is also an excellent printer. The higher-end HP LJ's are not crap, and last many many years too. The problem is that around the post-4 and post-5 years HP started coming out with the personal LJ printers, which are all crap, and jacked up the price of the workgroup printers to prevent sabotaging the sales of the cheap crap. > > My HP Laserjet 4+ at home is the oldest operating piece of > > computer equipment I have. And I fully expect it to last > > another decade, and once it dies, I have another one in the > > basement that I picked up for $50 - WITH a duplexer. > > i don't think it will stop within 10 years. but do you have original > HP manual? if not - i have for laserjet 4 in PDF. > do not try to disassembly without it :) > I do, and have repaired many fuser idler gears in these printers, as that is usually what gets teeth broken off it and is responsible for most of the jams. Ebay is flooded with cheap HP LJ 4 parts. I kind of suspect that somewhere in China is a company that produces counterfeits of these and other popular HP Laserjets. Ted From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 11:25:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCEE010656C6 for ; Tue, 3 Jun 2008 11:25:33 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.NET [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id ABB1E8FC3F for ; Tue, 3 Jun 2008 11:25:33 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-75-63-16-199.dsl.pltn13.sbcglobal.net [75.63.16.199]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id m53BPWqE024445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Jun 2008 04:25:33 -0700 (PDT) (envelope-from crapsh@monkeybrains.net) Message-ID: <48452A83.9000406@monkeybrains.net> Date: Tue, 03 Jun 2008 04:26:59 -0700 From: Rudy User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: VeeJay References: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> In-Reply-To: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on pita.monkeybrains.net X-Virus-Status: Clean Cc: mysql@lists.mysql.com, FreeBSD-Questions Subject: Re: FreeBSD MySQL Performance Tunning suggestions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 11:25:33 -0000 > MySQL: > [mysqld] > port = 3306 > socket = /tmp/mysql.sock > skip-locking > skip-networking > skip-name-resolve > server-id=1 > #2008-02-10 > max_connections=499 > interactive_timeout=100 > wait_timeout=100 > connect_timeout=10 > thread_cache_size=256 > connect_timeout=10 > myisam_sort_buffer_size=32M > key_buffer=16M > join_buffer=3M > record_buffer=3M > sort_buffer=5M > table_cache=1024 > #- > # increase until threads_created doesnt grow anymore > thread_cache=512 > query_cache_type=1 > query_cache_limit=2M > query_cache_size=64M > # Try number of CPU's*2 for thread_concurrency > thread_concurrency=4 > set-variable=local-infile=0 > #ng below 5 lines > init_connect='SET collation_connection = utf8_unicode_ci' > init_connect='SET NAMES utf8' > default-character-set=utf8 > character-set-server=utf8 > collation-server=utf8_unicode_ci > #NG: new variables for fulltext search: > ft_min_word_len=2 > ft_max_word_len=15 > > # Replication Master Server (default) > # binary logging is required for replication > log-bin=mysql-bin > # required unique id between 1 and 2^32 - 1 > # defaults to 1 if master-host is not set > # but will not function as a master if omitted > server-id = 1 I don't see innodb tunings... if you have innodb tables, you should use about 4GB of RAM for that. DOn't forget, Edit your /boot/loader.conf to allow your MySQL to grow up to about 8GB (for starters). People forget this about as often as they forget to put INDEXES on their tables. Speaking of that! Turn on your slow_query_log... set it to 5 seconds and monitor the slow_query_log file. Are you going to replicate? If not, disable log-bin (you have skip-networking, so I assume you are not setting up a master/slave). Only reason to do log-bin is to fill your disk up with files you will never yse. Up query_cache_limit=8M (depends, may not matter for your site). (That is the max limit per query to cache...). Keep an eye on your cache fill rate and up those values if you need to. Keep an eye on your table_cache... table_cache=1024 may be fine, but if you have 4000 tables, that may need to be higher. Set your key_buffer higher (depending on your site) --- several 100GB. Connections can *probably* be lower... the only reason to have a real hig number for connections is to get your machine to swap. :p Oh, check out the my-huge.cnf file that comes with MySQL... I think it is in /usr/local/share/mysql/ or somewhere.... good tips there. Good luck. Rudy From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 11:26:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABBF8106568B for ; Tue, 3 Jun 2008 11:26:59 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.NET [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6748FC1B for ; Tue, 3 Jun 2008 11:26:59 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-75-63-16-199.dsl.pltn13.sbcglobal.net [75.63.16.199]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id m53BQxdI024618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 3 Jun 2008 04:26:59 -0700 (PDT) (envelope-from crapsh@monkeybrains.net) Message-ID: <48452AD9.20909@monkeybrains.net> Date: Tue, 03 Jun 2008 04:28:25 -0700 From: Rudy User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: FreeBSD-Questions References: <48450CD2.1090503@monkeybrains.net> In-Reply-To: <48450CD2.1090503@monkeybrains.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on pita.monkeybrains.net X-Virus-Status: Clean Subject: Re: buildworld fails on FreeBSD 7 - fresh cvsup - libreadline.so complaints X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 11:26:59 -0000 Rudy wrote: > Workaround: > If I go directly into /usr/src/gnu/usr.bin and type 'make' things are > built... > (still building, so I don't know if this will hose the system :) This came up about 5 more times (usr.sbin , bin, ...) so I finally gave up. Rudy From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 11:42:41 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 458AE106566C for ; Tue, 3 Jun 2008 11:42:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 292108FC2A for ; Tue, 3 Jun 2008 11:42:39 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m53BgXmb007379; Tue, 3 Jun 2008 13:42:33 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m53BgXNd007376; Tue, 3 Jun 2008 13:42:33 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 13:42:33 +0200 (CEST) From: Wojciech Puchar To: Ted Mittelstaedt In-Reply-To: Message-ID: <20080603134043.H7375@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 11:42:41 -0000 > > You won't on an HP printer, at least not an older one. Remember > that HP had to pay a very hefty fee to Adobe for licensing > PostScript for each printer. HP did everything possible to push > PCL and discourage customers from selecting PS because they > did not want to continue to have to pay Adobe. HP did not well that make sense. anyway - idon't think that implementing postscript processing (or any other language) in printers make sense at all. computers are powerfull, printer could just take a bitmap and print it (and be cheaper). unfortunately such implementations are usually winprinters ... From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 12:23:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 838A2106566B for ; Tue, 3 Jun 2008 12:23:59 +0000 (UTC) (envelope-from invitation@refriendz.com) Received: from mail14.refriendz.com (mail14.refriendz.com [67.228.245.125]) by mx1.freebsd.org (Postfix) with ESMTP id 666708FC2B for ; Tue, 3 Jun 2008 12:23:59 +0000 (UTC) (envelope-from invitation@refriendz.com) Received: from mail0.refriendz.com (127.0.0.1) by mail14.refriendz.com (PowerMTA(TM) v3.5r4) id h8krtu0jokgq for ; Tue, 3 Jun 2008 07:12:41 -0500 (envelope-from ) Date: Tue, 3 Jun 2008 07:12:41 -0500 To: freebsd-questions@freebsd.org From: hari krishna Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.73] From: hari krishna Sender: hari krishna MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Subject: I am now on Refriendz! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hari krishna List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 12:23:59 -0000 Hi! I would like to invite you to visit my Refriendz page and see my latest photos. In order to visit my space, you must go to: http://www.refriendz.com/?do=Login.Invite&rid=harij2007&email=freebsd-questions@freebsd.org (If this link does not work, please copy and paste it into your browser or go to www.refriendz.com and enter 'harij2007' as Invitation ID to Login to the web site.) P.S. Refriendz is Invitation-Only, so do not miss your chance to visit my page! Cheers! hari ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Unsubscribe: to opt out of ALL future emails from Refriendz, visit: http://www.refriendz.com/?do=Login.RemoveEntry&email=freebsd-questions@freebsd.org Please do not reply directly to this email. This mailbox is not monitored and you will not receive a response. Refriendz Limited, PO BOX 1184, Luton, Bedfordshire, LU1 9AT, UK. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 13:39:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64C911065675 for ; Tue, 3 Jun 2008 13:39:43 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from wmail.teledomenet.gr (wmail.teledomenet.gr [213.142.128.16]) by mx1.freebsd.org (Postfix) with ESMTP id DB18A8FC0A for ; Tue, 3 Jun 2008 13:39:42 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: by wmail.teledomenet.gr (Postfix, from userid 1002) id C76151C807A; Tue, 3 Jun 2008 16:39:41 +0300 (EEST) X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on wmail.teledomenet.gr X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.7-deb Received: from iris.teledomenet.local (unknown [192.168.1.71]) by wmail.teledomenet.gr (Postfix) with ESMTP id D06E21C8063; Tue, 3 Jun 2008 16:39:30 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 3 Jun 2008 16:37:59 +0300 User-Agent: KMail/1.9.7 References: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> In-Reply-To: <6ae50c2d0805311649p14863af3y43af39fb4aa2cc8a@mail.gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806031638.00027.nvass@teledomenet.gr> Cc: alexus Subject: Re: VPN (IPSEC) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 13:39:43 -0000 On Sunday 01 June 2008 02:49:22 alexus wrote: > Hello, > > I'm trying to establish a VPN tunnel over internet, I read a > http://www.freebsd.org/doc/en/books/handbook/ipsec.html on how to set > it up, I'm some what strangeling if my setup will work at all. > > i have box #1 that have 1 primary IP, which is private IP but in front > of my box, I have a device that translate a public IP address into > private IP, so "technicaly" its a public IP not a private, yet system > sees it as private, yet my box #2 has interface with real public ip > and another interface with private ip, i created GIF0 interface, yet i > can't ping private range on other box. > > > box#1 > > fxp0: flags=8843 metric 0 mtu > 1500 options=8 > ether 00:0f:fe:aa:f4:61 > inet 192.168.1.251 netmask 0xffffff00 broadcast 192.168.1.255 > inet 172.16.172.16 netmask 0xffffffff broadcast 172.16.172.16 > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 metric 0 > mtu 1500 lo0: flags=8049 metric 0 mtu > 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=8051 metric 0 mtu 1280 > tunnel inet 38.96.123.42 --> 74.2.252.194 > inet 192.168.1.251 --> 192.168.2.252 netmask 0xffffffff You said that the router in front of box#1 is willing to NAT your rfc1918 address to a "public" one. Yet, you seem to have configured gif0 with your exterior peer address 38.96.123.42, which is not your address, but seems like the "public" one. Example configuration: box#1 ifconfig fxp0 1.1.1.1 box#2 ifconfig fxp0 2.2.2.2 ## let's set up the endpoints of tunnel box#1 ifconfig gif0 tunnel 1.1.1.1 2.2.2.2 box#2 ifconfig gif0 tunnel 2.2.2.2 1.1.1.1 ## let's set up the interior addresses box#1 ifconfig gif0 10.234.78.1 10.234.78.2 netmask 255.255.255.255 box#2 ifconfig gif0 10.234.78.2 10.234.78.1 netmask 255.255.255.255 You should be able to ping remote peer addresses at this time. box#1 ping 10.234.78.2 Set up some routes and it will be fine. Nevertheless, in case it doesn't be sure that the NAT device: 1) is willing to NAT IPIP and 2) will do 1:1 NAT HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 14:17:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31CE7106564A for ; Tue, 3 Jun 2008 14:17:14 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: from popple.boiteameuh.org (popple.boiteameuh.org [82.232.215.170]) by mx1.freebsd.org (Postfix) with ESMTP id D35ED8FC20 for ; Tue, 3 Jun 2008 14:17:13 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: by popple.boiteameuh.org (Postfix, from userid 1000) id 9D1964EC21; Tue, 3 Jun 2008 16:02:20 +0200 (CEST) Date: Tue, 3 Jun 2008 16:02:19 +0200 From: Nicolas Haller To: freebsd-questions@freebsd.org Message-ID: <20080603140219.GB19003@boiteameuh.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s2ZSL+KKDSLx8OML" Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Subject: The machine which does nothing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 14:17:14 -0000 --s2ZSL+KKDSLx8OML Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, I have a very strange problem with a machine. The box have a postfix which give e-mail to an amavisd-new and deliver ham to mailboxes. The problem is the mail queue grow but the machine doesn't work at full capacity. CPU is 90% idle, vmstat don't see proc are waiting for anything, disks are playing poker and there is a lot of RAM available. The machine have this problem under freebsd 6.3 and 7.0-RELEASE with a bi-Xeon Quad core. I have an another box which has the same configuration and it work perfectly. thanks, --=20 Nicolas Haller --s2ZSL+KKDSLx8OML Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIRU7rVrtqUQ7Ko4gRAjTHAJ0RK9NgTGKY4fy7vGVQVB/MMxHEQACgtJ+/ T/fw/d4D0HK9glxUjyIg4ns= =tec1 -----END PGP SIGNATURE----- --s2ZSL+KKDSLx8OML-- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 14:24:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A18F106564A for ; Tue, 3 Jun 2008 14:24:13 +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 1DD608FC2C for ; Tue, 3 Jun 2008 14:24:12 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.ws.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 ESMTPSA id E8424EBC08; Tue, 3 Jun 2008 10:24:11 -0400 (EDT) Date: Tue, 3 Jun 2008 10:23:27 -0400 From: Bill Moran To: Nicolas Haller Message-Id: <20080603102327.7629a042.wmoran@potentialtech.com> In-Reply-To: <20080603140219.GB19003@boiteameuh.org> References: <20080603140219.GB19003@boiteameuh.org> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: The machine which does nothing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 14:24:13 -0000 In response to Nicolas Haller : > Hi all, > > I have a very strange problem with a machine. The box have a postfix > which give e-mail to an amavisd-new and deliver ham to mailboxes. > > The problem is the mail queue grow but the machine doesn't work at full > capacity. CPU is 90% idle, vmstat don't see proc are waiting for > anything, disks are playing poker and there is a lot of RAM available. > > The machine have this problem under freebsd 6.3 and 7.0-RELEASE with a > bi-Xeon Quad core. amavisd and postfix do a lot of stuff. Could be timing out on DNS or other networking issues. Grab a tcpdump while it's running and see if any networking is taking an extraordinary amount of time. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 14:51:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92B1C10656A8 for ; Tue, 3 Jun 2008 14:51:21 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc1-s17.bay0.hotmail.com (bay0-omc1-s17.bay0.hotmail.com [65.54.246.89]) by mx1.freebsd.org (Postfix) with ESMTP id 8210C8FC22 for ; Tue, 3 Jun 2008 14:51:21 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from BAY104-W36 ([65.54.175.136]) by bay0-omc1-s17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 3 Jun 2008 07:51:21 -0700 Message-ID: X-Originating-IP: [62.150.223.120] From: Long Story To: Date: Tue, 3 Jun 2008 14:51:20 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 03 Jun 2008 14:51:21.0155 (UTC) FILETIME=[4954E130:01C8C589] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: any news? 3945 ABG driver! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 14:51:21 -0000 Hello Gurus, =20 Well, any good news or working drivers for wireless 3945ABG ? for 7.0-R or 6.3-R ? Can anyone kindly provide any useful information ? =20 THANK YOU Marwan. _________________________________________________________________ It=92s easy to add contacts from Facebook and other social sites through Wi= ndows Live=99 Messenger. Learn how. https://www.invite2messenger.net/im/?source=3DTXT_EML_WLH_LearnHow= From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 15:00:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 760CB1065673 for ; Tue, 3 Jun 2008 15:00:25 +0000 (UTC) (envelope-from fbsd06+WR=5e652d97@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4CB8A8FC13 for ; Tue, 3 Jun 2008 15:00:25 +0000 (UTC) (envelope-from fbsd06+WR=5e652d97@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 637A7164695 for ; Tue, 3 Jun 2008 10:43:56 -0400 (EDT) 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 9851B23E4AB; Tue, 3 Jun 2008 10:43:54 -0400 (EDT) Date: Tue, 3 Jun 2008 15:43:51 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080603154351.40abb46f@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: The Ghost Subject: Re: very strange reaction of the md disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 15:00:25 -0000 On Tue, 03 Jun 2008 11:31:05 +0400 The Ghost wrote: > Hello, > > Maybe I just don't understand something, but anyway, it looks really > odd. > > I have a machine with 2 Gb RAM with a clean newly-installed > FREEBSD-7.0-RELEASE. I make two 300-MB mdconfig disks and populate > them, and when the first one was already full and the second one is > only half-full, I get a kernel panic "not enough memory". I wonder > where did 1,5 Gb go?? Try using swap-backed md devices instead. With both malloc and swap devices the data is stored in ram and paged-out to swap as needed, but it helps with some of the malloc limitations. I'm using a 2.7GB /tmp directory with 1.6GB of ram and have not had any problems. I don't actually see any swap usage unless I put a lot of data on the device, otherwise I can even do a swapoff. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 15:27:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 444B91065670 for ; Tue, 3 Jun 2008 15:27:12 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id BFB938FC0A for ; Tue, 3 Jun 2008 15:27:11 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 79526 invoked by uid 89); 3 Jun 2008 15:00:29 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 3 Jun 2008 15:00:29 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20080602214856.GA64028@melon.esperance-linux.co.uk> References: <20080602144149.GA59227@gizmo.acns.msu.edu> <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> <200806021857.02736.lists-fbsd@shadypond.com> <20080602214856.GA64028@melon.esperance-linux.co.uk> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1BBCDFBE-00A8-4F0B-8245-DBBF3A5C8EEA@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Tue, 3 Jun 2008 11:00:22 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 15:27:12 -0000 On Jun 2, 2008, at 5:48 PM, Frank Shute wrote: > On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: >> >> On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: >> >>> I agree completely, it's what got me over to BSD ! >>> >> >> I am a little confused. I just see a sphere with "horns" on it that >> reminds me of the BSD daemon's head, only made to look less >> "demonic". Is it supposed to be something else? > > It's the FreeBSD equivalent of the Rorschach inkblot test. Some people > see a daemon's head and other's see a sex toy. > >> >> If it is one of those "toys" is that what FreeBSD folks really want >> to project as an image? > > The image is only in the beholder's eye. It would likely have sent > Mary Whitehouse* apoplectic if she'd seen it ;) > > * http://en.wikipedia.org/wiki/Mary_Whitehouse > I must lead a very sheltered life... sex toy??? I don't get it! :-) -- John From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 15:39:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75E271065677 for ; Tue, 3 Jun 2008 15:39:20 +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 CC4C18FC14 for ; Tue, 3 Jun 2008 15:39:19 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl84-74.kln.forthnet.gr [77.49.51.74]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m53Fd2H4002320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 3 Jun 2008 18:39:09 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m53Fd2ln012360; Tue, 3 Jun 2008 18:39:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m53Fd1g2012347; Tue, 3 Jun 2008 18:39:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: John Almberg References: <20080602144149.GA59227@gizmo.acns.msu.edu> <58883.87.194.201.18.1212422335.squirrel@www.bridd.com> <200806021857.02736.lists-fbsd@shadypond.com> <20080602214856.GA64028@melon.esperance-linux.co.uk> <1BBCDFBE-00A8-4F0B-8245-DBBF3A5C8EEA@identry.com> Date: Tue, 03 Jun 2008 18:39:01 +0300 In-Reply-To: <1BBCDFBE-00A8-4F0B-8245-DBBF3A5C8EEA@identry.com> (John Almberg's message of "Tue, 3 Jun 2008 11:00:22 -0400") Message-ID: <874p8a4jfu.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m53Fd2H4002320 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.756, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.64, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 15:39:20 -0000 On Tue, 3 Jun 2008 11:00:22 -0400, John Almberg wrote: > I must lead a very sheltered life... sex toy??? I don't get it! :-) Good. You're happy then. Why spoil that? /me grins From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 15:42:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762C91065685 for ; Tue, 3 Jun 2008 15:42:47 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id DF1CC8FC0A for ; Tue, 3 Jun 2008 15:42:46 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m53FfuAL075532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Jun 2008 16:42:00 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <48456670.8070304@unsane.co.uk> Date: Tue, 03 Jun 2008 16:42:40 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Long Story References: In-Reply-To: X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: any news? 3945 ABG driver! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 15:42:47 -0000 Long Story wrote: > Hello Gurus, > > Well, any good news or working drivers for wireless 3945ABG ? > for 7.0-R or 6.3-R ? > Can anyone kindly provide any useful information ? > man wpi ;) (sorry to rtfm you but the man page explains it better than I could) Vince > THANK YOU > Marwan. > _________________________________________________________________ > It’s easy to add contacts from Facebook and other social sites through Windows Live™ Messenger. Learn how. > https://www.invite2messenger.net/im/?source=TXT_EML_WLH_LearnHow_______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 15:51:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00FF910656F2 for ; Tue, 3 Jun 2008 15:51:47 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: from popple.boiteameuh.org (popple.boiteameuh.org [82.232.215.170]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5DE8FC1C for ; Tue, 3 Jun 2008 15:51:46 +0000 (UTC) (envelope-from nicolas@boiteameuh.org) Received: by popple.boiteameuh.org (Postfix, from userid 1000) id 984E04EC21; Tue, 3 Jun 2008 17:51:44 +0200 (CEST) Date: Tue, 3 Jun 2008 17:51:44 +0200 From: Nicolas Haller To: Bill Moran Message-ID: <20080603155144.GC19003@boiteameuh.org> References: <20080603140219.GB19003@boiteameuh.org> <20080603102327.7629a042.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kVXhAStRUZ/+rrGn" Content-Disposition: inline In-Reply-To: <20080603102327.7629a042.wmoran@potentialtech.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Cc: freebsd-questions@freebsd.org Subject: Re: The machine which does nothing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 15:51:47 -0000 --kVXhAStRUZ/+rrGn Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 03, 2008 at 10:23:27AM -0400, Bill Moran wrote: > In response to Nicolas Haller : > > Hi all, > >=20 > > I have a very strange problem with a machine. The box have a postfix > > which give e-mail to an amavisd-new and deliver ham to mailboxes. > >=20 > > The problem is the mail queue grow but the machine doesn't work at full > > capacity. CPU is 90% idle, vmstat don't see proc are waiting for > > anything, disks are playing poker and there is a lot of RAM available. > >=20 > > The machine have this problem under freebsd 6.3 and 7.0-RELEASE with a > > bi-Xeon Quad core. > amavisd and postfix do a lot of stuff. Could be timing out on DNS or > other networking issues. Grab a tcpdump while it's running and see > if any networking is taking an extraordinary amount of time. Ho, it seems my box randomly send ICMP port unreachable packets to my DNS server. It's an another problem. I see my box doing the DNS request, I see my DNS server answer and, sometimes, my box send the ICMP packet. Anyone know why my box send ICMP port unreachable? --=20 Nicolas Haller --kVXhAStRUZ/+rrGn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIRWiQVrtqUQ7Ko4gRAjLaAKCU7TNpdX91C7/6DwH9Th3X+/kU/wCeOUiX yPvqcT1dyddmWkzp6DjRPUw= =D1pK -----END PGP SIGNATURE----- --kVXhAStRUZ/+rrGn-- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 16:07:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1752A1065674 for ; Tue, 3 Jun 2008 16:07:05 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd3mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id E17C68FC12 for ; Tue, 3 Jun 2008 16:07:04 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1W0007BA2IXD60@l-daemon> for freebsd-questions@freebsd.org; Tue, 03 Jun 2008 10:06:18 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151]) by pd2mr3so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1W00K0EA2DYX00@pd2mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 03 Jun 2008 10:06:19 -0600 (MDT) Received: from gom.home ([70.67.160.176]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1W00BM2A2C9130@l-daemon> for freebsd-questions@freebsd.org; Tue, 03 Jun 2008 10:06:12 -0600 (MDT) Received: from gom.home (localhost [127.0.0.1]) by gom.home (Postfix) with ESMTP id 7A811B839 for ; Tue, 03 Jun 2008 09:06:11 -0700 (PDT) Date: Tue, 03 Jun 2008 09:06:11 -0700 From: prad In-reply-to: To: freebsd-questions@freebsd.org Message-id: <20080603090611.09512ba3@gom.home> MIME-version: 1.0 X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit References: <200806021857.02736.lists-fbsd@shadypond.com> Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 16:07:05 -0000 On Tue, 3 Jun 2008 01:03:40 -0700 "Ted Mittelstaedt" wrote: > (aside from the arrogant setting aside > of 20 some years of BSD Unix history) > i don't really understand the reason for the changing beastie - who is easily the cutest of any os (even better than the excellent puffy of openbsd)! we link to freebsd with beastie and there are certainly several beasties on http://www.freebsd.org/art.html, but none on http://www.freebsd.org/logo.html suggesting that the logo is the logo, but beastie is not? i always thought the daemon was inextricably linked with the bsds - i think it appeared even on the older versions of netbsd and openbsd. -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com (website) Information, Inspiration, Imagination - truly a site for soaring I's From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 16:08:31 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D84031065676 for ; Tue, 3 Jun 2008 16:08:31 +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 A03798FC15 for ; Tue, 3 Jun 2008 16:08:31 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m53G8RmZ073713; Tue, 3 Jun 2008 09:08:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Wojciech Puchar" Date: Tue, 3 Jun 2008 09:09:32 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <20080603134043.H7375@wojtek.tensor.gdynia.pl> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Tue, 03 Jun 2008 09:08:31 -0700 (PDT) Cc: FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 16:08:31 -0000 > -----Original Message----- > From: Wojciech Puchar [mailto:wojtek@wojtek.tensor.gdynia.pl] > Sent: Tuesday, June 03, 2008 4:43 AM > To: Ted Mittelstaedt > Cc: Warren Block; FreeBSD Questions > Subject: RE: Duplex printer advice > > > > > > You won't on an HP printer, at least not an older one. Remember > > that HP had to pay a very hefty fee to Adobe for licensing > > PostScript for each printer. HP did everything possible to push > > PCL and discourage customers from selecting PS because they > > did not want to continue to have to pay Adobe. HP did not > > well that make sense. anyway - idon't think that implementing postscript > processing (or any other language) in printers make sense at all. > computers are powerfull, printer could just take a bitmap and print > it (and be cheaper). > PostScript predates the existence of multi-gigahertz CPU screamers... For simply printing graphics bitmaps your not using any of the Postscript features and a binary dump to the printer is just as useful. But that is not what PostScript is all about. Neither is PCL6 all about that, either. > unfortunately such implementations are usually winprinters ... > Uh, what exactly do you think that HP's Linux driver does that supports many different models of HP desktop printers? HP wrote that.... Ted > From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 16:17:40 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23551106567D for ; Tue, 3 Jun 2008 16:17:40 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 04C428FC1D for ; Tue, 3 Jun 2008 16:17:39 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 8365 invoked from network); 3 Jun 2008 16:17:38 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Jun 2008 16:17:38 -0000 Message-ID: <48456C66.6070309@telenix.org> Date: Tue, 03 Jun 2008 12:08:06 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Ted Mittelstaedt References: In-Reply-To: X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Wojciech Puchar , FreeBSD Questions Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 16:17:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ted Mittelstaedt wrote: > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Wojciech Puchar >> Sent: Tuesday, June 03, 2008 1:06 AM >> To: Warren Block >> Cc: FreeBSD Questions >> Subject: RE: Duplex printer advice >> >> >>> This depends a lot on your print jobs. Low quality machine-generated >>> PostScript output can be slow. PCL can also be slow. The only >> way to really >>> know is to benchmark with your print jobs. >> there was no case i found postscript to print faster. >> > > You won't on an HP printer, at least not an older one. ?? I had one of the original LaserJet-1's, which derived it's postscript emulation via a plugin cartridge. I was Very happily surprised when I finally switched to using ghostscript, because my print rate went up on every class of printing, whether it be the faster text only jobs, or the unbelieveably slow binary images. Didn't have color back then. Text was faster, but FAR faster with ghostscript. This was my personal printer, not something told to me by others. Remember > that HP had to pay a very hefty fee to Adobe for licensing > PostScript for each printer. HP did everything possible to push > PCL and discourage customers from selecting PS because they > did not want to continue to have to pay Adobe. HP did not > dare mess with the PostScript implementation itself for fear > of a lawsuit - every HP printer that went out the door they > definitely made sure was completely compliant with PostScript - > but they did everything else to discourage it. They told all > the companies that wrote tutorials to minimize PostScript and > enhance PCL, they make PostScript models much more expensive, > they didn't ship models with Postscript with enough ram to > run the PostScript interpreter reasonably quickly, and they > made no effort to speed up the PostScript implementation. Still > another trick was distributing PPD files that didn't have a > complete definition of all printer accessories so that when > you printed PostScript from, for example, Windows, you might > not have a duplexer definition and could only print duplex > on PCL. > > Ted > _______________________________________________ > 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" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIRWxmz62J6PPcoOkRArlnAKCjw6AEzF3yLxUArG/2tHLJ1bK4dwCcC3Mj eNWZXUd7LxZCCdyKxPTgZe4= =JKb+ -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 16:27:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC6791065673 for ; Tue, 3 Jun 2008 16:27:59 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc3-s3.bay0.hotmail.com (bay0-omc3-s3.bay0.hotmail.com [65.54.246.203]) by mx1.freebsd.org (Postfix) with ESMTP id C7DBF8FC1B for ; Tue, 3 Jun 2008 16:27:59 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from BAY104-W25 ([65.54.175.125]) by bay0-omc3-s3.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 3 Jun 2008 09:27:59 -0700 Message-ID: X-Originating-IP: [62.150.223.120] From: Long Story To: Vince Hoffman Date: Tue, 3 Jun 2008 16:27:59 +0000 Importance: Normal In-Reply-To: <48456670.8070304@unsane.co.uk> References: <48456670.8070304@unsane.co.uk> MIME-Version: 1.0 X-OriginalArrivalTime: 03 Jun 2008 16:27:59.0526 (UTC) FILETIME=[C96E1460:01C8C596] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: RE: any news? 3945 ABG driver! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 16:27:59 -0000 Hi Vince! =20 =20 The (rtfm) advice it might exist in 7.0R which I didnot install or upgrad= e to Yet, Im using PC-BSD which is 6.3-R and I think i need to do the driver manualy, any info ? or i _have_ to go for 7.0-R for this driver to work ? =20 Thanks. =20 Marwan.> Date: Tue, 3 Jun 2008 16:42:40 +0100> From: jhary@unsane.co.uk> = To: dead_line@hotmail.com> CC: freebsd-questions@freebsd.org> Subject: Re: = any news? 3945 ABG driver!> > Long Story wrote:> > Hello Gurus,> > > > Well= , any good news or working drivers for wireless 3945ABG ?> > for 7.0-R or 6= .3-R ?> > Can anyone kindly provide any useful information ?> > > > man wpi= ;)> > (sorry to rtfm you but the man page explains it better than I could)= > > Vince> > > THANK YOU> > Marwan.> > ____________________________________= _____________________________> > It=92s easy to add contacts from Facebook = and other social sites through Windows Live=99 Messenger. Learn how.> > htt= ps://www.invite2messenger.net/im/?source=3DTXT_EML_WLH_LearnHow____________= ___________________________________> > freebsd-questions@freebsd.org mailin= g list> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions> > To= unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org">= =20 _________________________________________________________________ Instantly invite friends from Facebook and other social networks to join yo= u on Windows Live=99 Messenger. https://www.invite2messenger.net/im/?source=3DTXT_EML_WLH_InviteFriends= From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 16:49:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3B4106567A for ; Tue, 3 Jun 2008 16:49:06 +0000 (UTC) (envelope-from z.szalbot@lc-words.com) Received: from relay.lc-words.com (relay.lc-words.com [62.121.130.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5C3EB8FC16 for ; Tue, 3 Jun 2008 16:49:06 +0000 (UTC) (envelope-from z.szalbot@lc-words.com) Received: from localhost (localhost [127.0.0.1]) by relay.lc-words.com (Postfix) with ESMTP id C2681C9429 for ; Tue, 3 Jun 2008 18:49:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lc-words.com; s=mainlcwords; t=1212511744; bh=3dw2/oafYe0B2IF5Vyhe46Gdi+3c/VfUWiT KN6z+mL4=; h=Message-ID:Date:From:Reply-To:MIME-Version:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=C kkREdacwgyd4Po3UyMXtmi+R76qarToZ/9RVyWcGRCE/vS49WFM5GuMyzjFMLHZmj+E 8n4ylT19rbKkVIqa7uwpYL2l0NcV8oVLDJIV7AvTL43rltZSAurlZthBWy3BPYUNDdj kFxy8yJTQspOQjmAsRkNe046O6REpXIE+F3c= Received: from relay.lc-words.com ([127.0.0.1]) by localhost (relay.lc-words.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 36051-01 for ; Tue, 3 Jun 2008 18:49:04 +0200 (CEST) Received: from [127.0.0.1] (77-254-175-74.adsl.inetia.pl [77.254.175.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: z.szalbot@lc-words.com) by relay.lc-words.com (Postfix) with ESMTPSA id 508B5C9426 for ; Tue, 3 Jun 2008 18:49:04 +0200 (CEST) Message-ID: <484575F9.9020002@lc-words.com> Date: Tue, 03 Jun 2008 18:48:57 +0200 From: Zbigniew Szalbot User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <48446064.1040301@lc-words.com> <484461A5.8010402@gmail.com> <20080602224449.GA2157@bacardi> In-Reply-To: <20080602224449.GA2157@bacardi> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Subject: Re: how to check if spf record is set X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: z.szalbot@lc-words.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 16:49:06 -0000 Hello, Fraser Tweedale: > On Mon, Jun 02, 2008 at 04:34:47PM -0500, Paul Schmehl wrote: >> --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov >> wrote: >> >> > Zbigniew Szalbot wrote: >> >> Hello, >> >> >> >> Pardon my lack of knowledge but how can one check if SPF record is >> >> correctly set using standard UNIX tools? >> >> dig? host? >> >> >> >> $ man dig |grep spf >> >> $ man host |grep spf >> >> >> >> yield nothing. Many thanks! >> >> >> > >> > SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the >> > trick. >> > >> > >> > HTH, >> > Yuri >> > _______________________________________________ >> > 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" >> > >> >> Or "#dig -t TXT domain.tld" will do the same thing. >> >> -- >> Paul Schmehl >> As if it wasn't already obvious, >> my opinions are my own and not >> those of my employer. >> > > You don't even need the -t flag. `dig TXT host` will do the trick... and let's not forget about the newer, dedicated SPF record type; to query that, use `dig SPF host`. Big thank you to everyone who has responded! At least now I know that the domain's SPF record is not set correctly, contrary to what the admin told me. $ dig TXT slowo.pl ;; ANSWER SECTION: slowo.pl. 16802 IN TXT "Slowo Dnia" I appreciate your help! Thanks! -- Zbigniew Szalbot www.lc-words.com From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 17:20:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E6F71065685 for ; Tue, 3 Jun 2008 17:20:55 +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 71AD18FC17 for ; Tue, 3 Jun 2008 17:20:55 +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 1K3aBq-0003fV-Jy for freebsd-questions@freebsd.org; Tue, 03 Jun 2008 10:20:54 -0700 Message-ID: <17628876.post@talk.nabble.com> Date: Tue, 3 Jun 2008 10:20:54 -0700 (PDT) From: triggerme2ice To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tomas.dej@gmail.com Subject: Help Installing Sun JDK 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: Tue, 03 Jun 2008 17:20:55 -0000 Hi all, I was wondering if anyone would know of a brute force way of installing the (newest possible) sun JDK on FreeBSD 5.0 (or any other versions for further info) Help a freeBSD user in need :teeth: -- View this message in context: http://www.nabble.com/Help-Installing-Sun-JDK-on-FreeBSD-tp17628876p17628876.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 17:24:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35ABE1065672 for ; Tue, 3 Jun 2008 17:24:22 +0000 (UTC) (envelope-from david.karapetyan@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 1007E8FC12 for ; Tue, 3 Jun 2008 17:24:21 +0000 (UTC) (envelope-from david.karapetyan@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1764241rvf.43 for ; Tue, 03 Jun 2008 10:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=X/DMS/VD1M6NSoNuB/U+WPimw9UL0zn78IoK629hdd0=; b=BGNBFmZOO2g/AmclBLmPLCAcoHioxOseKcSZwgVxAlv9vIl+wYHs4WSfV0Jaf+WxdUX9Dqla3gXwp5b69R+fRLbyn9BsQPgDcBxqCkQj6qV/24juHFQIv1OKHHxNpk9MGPH+26ZQbOnoo4PiVfWh5D3A3UtuZPeWSaOqZwtDbdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Wu2svkYXDcCwnw63CCEcTnQce5c1+CWVW4cRh94MdLAWNCqZ1rRMkK/qCgOb/743dvFc0XJHTWyStjsiqcc8iSbHc6d7Cb7+4aV3H9wMO9b1zPSPCCrVV8In53zU+i5jiLYX5atJq1u9Jyd27Qx0UyXB7vxFXPgGXHwNy+EtBAM= Received: by 10.140.141.15 with SMTP id o15mr4282906rvd.219.1212512162534; Tue, 03 Jun 2008 09:56:02 -0700 (PDT) Received: from ?129.74.204.30? ( [129.74.204.30]) by mx.google.com with ESMTPS id 9sm202499yxs.5.2008.06.03.09.56.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Jun 2008 09:56:01 -0700 (PDT) Message-ID: <484577A5.1070005@gmail.com> Date: Tue, 03 Jun 2008 12:56:05 -0400 From: David Karapetyan User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Trouble with freenx 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, 03 Jun 2008 17:24:22 -0000 Hello everyone; I am trying to set up a freenx server on my fbsd box. I have added users 'nx' and 'davidkarapetyan', and edited node.conf so that .xinitrc is identified as my nx session startup script. Here is the error I get when I try to connect from my windows client box: NX> 203 NXSSH running with pid: 1516 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 285 Setting the preferred NX options NX> 200 Connected to address: 66.254.239.155 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey HELLO NXSERVER - Version 1.5.0-60 OS (GPL) NX> 105 hello NXCLIENT - Version 1.5.0 NX> 134 Accepted protocol: 1.5.0 NX> 105 SET SHELL_MODE SHELL NX> 105 SET AUTH_MODE PASSWORD NX> 105 login NX> 101 User: davidkarapetyan NX> 102 Password: NX> 103 Welcome to: abode.resnet.nd.edu user: davidkarapetyan NX> 105 listsession --user="davidkarapetyan" --status="suspended,running" --geometry="1024x768x32+render" --type="unix-default" NX> 127 Sessions list of user 'davidkarapetyan' for reconnect: Display Type Session ID Options Depth Screen Status Session Name ------- ---------------- -------------------------------- -------- ----- -------------- ----------- ------------------------------ NX> 148 Server capacity: not reached for user: davidkarapetyan NX> 105 startsession --rootless="1" --virtualdesktop="0" --link="lan" --backingstore="1" --encryption="1" --cache="16M" --images="64M" --media="0" --session="officetohome" --type="unix-default" --kbload=" --kbload=pc102/en_US" --keymap=" --keymap=en_US" --kbtype="pc102/en_US" --aux="1" --screeninfo="1024x715x32+render" NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL) NX> 700 Session id: abode.resnet.nd.edu-1000-B066639755F3B3F405A9DAE63946F1D1 NX> 705 Session display: 1000 NX> 703 Session type: unix-default NX> 701 Proxy cookie: e07a1335477d108f28225cc31a3f1ef2 NX> 702 Proxy IP: 127.0.0.1 NX> 706 Agent cookie: e07a1335477d108f28225cc31a3f1ef2 NX> 704 Session cache: unix-default NX> 707 SSL tunneling: 1 NX> 1009 Session status: starting NX> 1004 Error: Session did not start. NX> 596 Session start failed. NX> 999 Bye NX> 280 Exiting on signal: 15 Any ideas on how to fix this? -- Best, David Karapetyan http://nd.edu/~dkarapet/ University of Notre Dame Department of Mathematics 255 Hurley Hall Notre Dame, IN 46556-4618 Phone: 574-631-5706 FAX: 574-631-6579 From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 17:38:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69062106567F; Tue, 3 Jun 2008 17:38:17 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (mail.phantombsd.org [74.94.69.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6868FC13; Tue, 3 Jun 2008 17:38:17 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id A5AF911A0003; Tue, 3 Jun 2008 10:38:16 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.199 X-Spam-Level: X-Spam-Status: No, score=-3.199 tagged_above=-10 required=4 tests=[AWL=-0.700, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ifwQ9hNpgvOL; Tue, 3 Jun 2008 10:38:12 -0700 (PDT) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.2]) by mail.phantombsd.org (Postfix) with ESMTP id F41FD11A0002; Tue, 3 Jun 2008 10:38:11 -0700 (PDT) Date: Tue, 3 Jun 2008 10:38:11 -0700 (PDT) From: Casey Scott To: Kris Kennaway Message-ID: <1767338.31212514691804.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <48443EFF.9090005@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [199.3.115.254] X-Mailer: Zimbra 5.0.5_GA_2201.RHEL5 (ZimbraWebClient - FF2.0 (Win)/5.0.5_GA_2201.RHEL5) Cc: owner-freebsd-questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: 7.0 upgrade compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 17:38:17 -0000 Question inline: ----- "Kris Kennaway" wrote: > Casey Scott wrote: > > With the new output below, does anyone have any thought on why the > > build fails? > > You seem to be missing critical parts of your source tree. Double > check > your cvsupfile (or similar). I've resync'd source, same issue. This is the config from the cvsupfile: *default host=cvsup15.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_7 *default delete use-rel-suffix *default compress src-all > >> > >>> Please show us more context. > >> These seems to be all the relevant output: > >> > >> > ****************************************************************************************** > >> cd /usr/src/etc; make buildincludes; make installincludes > >> > >> -------------------------------------------------------------- > >>>>> stage 4.2: building libraries > >> -------------------------------------------------------------- > >> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 > >> MACHINE=i386 CPUTYPE=pentium4 > >> GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin > >> GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > >> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac > >> _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh > >> /usr/src/tools/install.sh" > >> > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin > >> make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp -DNO_FSCHG > >> -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN > -DWITHOUT_NLS > >> -DWITHOUT_PROFILE libraries > >> cd /usr/src; make -f Makefile.inc1 _prereq_libs; make -f > >> Makefile.inc1 _startup_libs; make -f Makefile.inc1 _prebuild_libs; > > >> make -f Makefile.inc1 _generic_libs; > >> ===> gnu/lib/libgcc (obj,depend,all,install) > >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tm.h > >> TARGET_CPU_DEFAULT="" HEADERS="options.h i386/i386.h i386/unix.h > >> i386/att.h dbxelf.h elfos.h freebsd-native.h freebsd-spec.h > freebsd.h > >> i386/freebsd.h defaults.h" DEFINES="" /bin/sh > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tm.h > >> echo '#define EXTRA_MODES_FILE "i386/i386-modes.def"' >> tm.h > >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc tconfig.h > >> TARGET_CPU_DEFAULT="" HEADERS="auto-host.h ansidecl.h" > >> DEFINES="USED_FOR_TARGET" /bin/sh > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/mkconfig.sh tconfig.h > >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc options.h > >> awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-gather.awk > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/c.opt > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/common.opt > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/i386/i386.opt > > > >> optionlist > >> awk -f > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-functions.awk > >> -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opth-gen.awk < > >> optionlist > options.h > >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h > >> ln -sf > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h > >> unwind.h > >> make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > >> GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h > >> ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h > >> gthr-default.h > >> cc -c -O2 -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2 > >> -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT > >> -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include > >> -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config > >> -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. > >> -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools > >> -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions > -D__GLIBC__=3 > >> -DElfW=__ElfN -o unwind-dw2.o > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c > >> In file included from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32: > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: > error: > >> stddef.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: > error: > >> float.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: > error: > >> stdarg.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: > error: > >> stdio.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: > error: > >> errno.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: > error: > >> string.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: > error: > >> stdlib.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: > error: > >> unistd.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:108:20: > error: > >> limits.h: No such file or directory > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:111:18: > error: > >> time.h: No such file or directory > >> In file included from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:40: > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In > function > >> 'size_of_encoded_value': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:90: > warning: > >> incompatible implicit declaration of built-in function 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In > function > >> 'base_of_encoded_value': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:122: > warning: > >> incompatible implicit declaration of built-in function 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In > function > >> 'read_encoded_value_with_base': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:259: > warning: > >> incompatible implicit declaration of built-in function 'abort' > >> In file included from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > >> from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > >> ./gthr-default.h:43:21: error: pthread.h: No such file or > directory > >> In file included from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > >> from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > >> ./gthr-default.h: At top level: > >> ./gthr-default.h:92: error: 'pthread_once' undeclared here (not in > a > >> function) > >> ./gthr-default.h:93: error: 'pthread_getspecific' undeclared here > (not > >> in a function) > >> ./gthr-default.h:94: error: 'pthread_setspecific' undeclared here > (not > >> in a function) > >> ./gthr-default.h:95: error: 'pthread_create' undeclared here (not > in a > >> function) > >> ./gthr-default.h:96: error: 'pthread_cancel' undeclared here (not > in a > >> function) > >> ./gthr-default.h:97: error: 'pthread_mutex_lock' undeclared here > (not > >> in a function) > >> ./gthr-default.h:98: error: 'pthread_mutex_trylock' undeclared > here > >> (not in a function) > >> ./gthr-default.h:99: error: 'pthread_mutex_unlock' undeclared here > >> (not in a function) > >> ./gthr-default.h:100: error: 'pthread_mutex_init' undeclared here > (not > >> in a function) > >> ./gthr-default.h:103: error: 'pthread_key_create' undeclared here > (not > >> in a function) > >> ./gthr-default.h:104: error: 'pthread_key_delete' undeclared here > (not > >> in a function) > >> ./gthr-default.h:105: error: 'pthread_mutexattr_init' undeclared > here > >> (not in a function) > >> ./gthr-default.h:106: error: 'pthread_mutexattr_settype' > undeclared > >> here (not in a function) > >> ./gthr-default.h:107: error: 'pthread_mutexattr_destroy' > undeclared > >> here (not in a function) > >> ./gthr-default.h: In function '__gthread_active_p': > >> ./gthr-default.h:173: error: 'PTHREAD_MUTEX_INITIALIZER' > undeclared > >> (first use in this function) > >> ./gthr-default.h:173: error: (Each undeclared identifier is > reported > >> only once > >> ./gthr-default.h:173: error: for each function it appears in.) > >> ./gthr-default.h:174: error: 'PTHREAD_ONCE_INIT' undeclared (first > use > >> in this function) > >> ./gthr-default.h:188: error: called object > >> '__gthrw_pthread_mutex_lock' is not a function > >> ./gthr-default.h:189: error: called object '__gthrw_pthread_once' > is > >> not a function > >> ./gthr-default.h:190: error: called object > >> '__gthrw_pthread_mutex_unlock' is not a function > >> ./gthr-default.h: In function '__gthread_once': > >> ./gthr-default.h:578: error: called object '__gthrw_pthread_once' > is > >> not a function > >> ./gthr-default.h: In function '__gthread_key_create': > >> ./gthr-default.h:586: error: called object > >> '__gthrw_pthread_key_create' is not a function > >> ./gthr-default.h: In function '__gthread_key_delete': > >> ./gthr-default.h:592: error: called object > >> '__gthrw_pthread_key_delete' is not a function > >> ./gthr-default.h: In function '__gthread_getspecific': > >> ./gthr-default.h:598: error: called object > >> '__gthrw_pthread_getspecific' is not a function > >> ./gthr-default.h: In function '__gthread_setspecific': > >> ./gthr-default.h:604: error: called object > >> '__gthrw_pthread_setspecific' is not a function > >> ./gthr-default.h: In function '__gthread_mutex_lock': > >> ./gthr-default.h:611: error: called object > >> '__gthrw_pthread_mutex_lock' is not a function > >> ./gthr-default.h: In function '__gthread_mutex_trylock': > >> ./gthr-default.h:620: error: called object > >> '__gthrw_pthread_mutex_trylock' is not a function > >> ./gthr-default.h: In function '__gthread_mutex_unlock': > >> ./gthr-default.h:629: error: called object > >> '__gthrw_pthread_mutex_unlock' is not a function > >> ./gthr-default.h: In function > >> '__gthread_recursive_mutex_init_function': > >> ./gthr-default.h:643: error: called object > >> '__gthrw_pthread_mutexattr_init' is not a function > >> ./gthr-default.h:645: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared > >> (first use in this function) > >> ./gthr-default.h:645: error: called object > >> '__gthrw_pthread_mutexattr_settype' is not a function > >> ./gthr-default.h:647: error: called object > >> '__gthrw_pthread_mutex_init' is not a function > >> ./gthr-default.h:649: error: called object > >> '__gthrw_pthread_mutexattr_destroy' is not a function > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> '_Unwind_GetGR': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:168: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> '_Unwind_SetGR': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> '_Unwind_SetGRValue': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:257: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'extract_cie_info': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:350: > >> warning: incompatible implicit declaration of built-in function > >> 'strlen' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'execute_stack_op': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:611: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:829: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:836: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'execute_cfa_program': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1082: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'uw_frame_state_for': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1099: > >> warning: incompatible implicit declaration of built-in function > >> 'memset' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> '__frame_state_for': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1184: > >> warning: incompatible implicit declaration of built-in function > >> 'memset' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> '_Unwind_SetSpColumn': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1234: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'uw_update_context_1': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1290: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'uw_init_context_1': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1408: > >> warning: incompatible implicit declaration of built-in function > >> 'memset' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1413: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1417: > error: > >> 'PTHREAD_ONCE_INIT' undeclared (first use in this function) > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function > >> 'uw_install_context_1': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1472: > >> warning: incompatible implicit declaration of built-in function > >> 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1480: > >> warning: incompatible implicit declaration of built-in function > >> 'memcpy' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1486: > >> warning: incompatible implicit declaration of built-in function > >> 'memcpy' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1490: > >> warning: incompatible implicit declaration of built-in function > >> 'memcpy' > >> In file included from > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1518: > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In > function > >> '_Unwind_RaiseException_Phase2': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:75: > warning: > >> incompatible implicit declaration of built-in function 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In > function > >> '_Unwind_Resume': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:238: > warning: > >> incompatible implicit declaration of built-in function 'abort' > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In > function > >> '_Unwind_Resume_or_Rethrow': > >> /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:263: > warning: > >> incompatible implicit declaration of built-in function 'abort' > >> *** Error code 1 > >> > >> Stop in /usr/src/gnu/lib/libgcc. > >> *** Error code 1 > >> > >> Stop in /usr/src. > >> *** Error code 1 > >> > >> Stop in /usr/src. > >> *** Error code 1 > >> > >> Stop in /usr/src. > >> *** Error code 1 > >> > >> Stop in /usr/src. > >> > ****************************************************************************************** > >> > >> > >> 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" > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 18:28:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CE01065676 for ; Tue, 3 Jun 2008 18:28:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C4BB98FC1B for ; Tue, 3 Jun 2008 18:28:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m53IRu0Q010546 for ; Tue, 3 Jun 2008 20:27:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m53IRuw6010543 for ; Tue, 3 Jun 2008 20:27:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 20:27:56 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20080603202740.W10542@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: IPv6 jails for FreeBSD (6.* preferably) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 18:28:03 -0000 does patch exist for it? From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 18:40:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDA531065670 for ; Tue, 3 Jun 2008 18:40:56 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id D5FB98FC0A for ; Tue, 3 Jun 2008 18:40:56 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 1317 invoked from network); 3 Jun 2008 18:40:56 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Jun 2008 18:40:56 -0000 Message-ID: <48458DFC.9020004@telenix.org> Date: Tue, 03 Jun 2008 14:31:24 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: FreeBSD Questions Mailing List X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 18:40:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Wonder if anyone could tell me why anything I do to run git-pull gives me a coredump? The image that gets dumped is git-fetch, if that helps, and I was just trying to update the xorg source tree. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIRY37z62J6PPcoOkRAnXeAJ93lrCpYso1hj+KOEZqAT02tI3W9QCbBLbJ vBsWFdvjm/6uAXpp8etLZWY= =b4R6 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:02:33 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32AE8106564A for ; Tue, 3 Jun 2008 19:02:33 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 10E758FC1B for ; Tue, 3 Jun 2008 19:02:32 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 1976 invoked from network); 3 Jun 2008 19:02:31 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Jun 2008 19:02:31 -0000 Message-ID: <4845930C.7040700@telenix.org> Date: Tue, 03 Jun 2008 14:53:00 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: kline@thought.org References: <1212446461.42010.14.camel@tao.thought.org> In-Reply-To: <1212446461.42010.14.camel@tao.thought.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Kurt Buff , Derek Ragona , FreeBSD Questions , Ted Mittelstaedt Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 19:02:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gary Kline wrote: > Agree 100.0%, Ted. Long run, the inkjet will bleed you like a leech. > My 1991 [?] DeskJet 500 was > $400, major bux. But having bought at > least > two cadtrides/year until last winter. Lowball it: $20 per cartridge. > > Well over a kilobuck. > > I *know* what it's like to be squeezed for cash, Chuck. It may take you > weeks > of surfing for the best deal, but go laser if you can. > > At the same time, HP's patents are about to expire in the next few > years. Anybody > know when, to-the-year? Well, having had both, the only problem I've seen in some of the Inkjets is that (and HP is bad at this) the ink tends to dry up and jam both the ink cart. and (in HP's case) the printheads also. Least so far, I haven't see this at all with Epson. I *have* seen that there's a thriving market in those 3rd party inks, which are dirt-cheap, but I haven't any experience in inkjets with 3rd party inks, only the lasers, where they do ok. I have been looking at the Epson RX680, where it's less than $200 for all the features (except the postscript emulation) of the Brother $700 printer (I forget the model I liked, just remembered the list price from the Brother web page). That's a 350% difference there, Gary. I'm still making up my mind, but I just don't print all that often to need a $700 unit, and I did notice that there is just about no 3rd party market at all for the Brother units (just a huge ink market) and they are conspicuously missing from ebay also. Means I'm likely to actually PAY the full 700, not even slightly true of the Epson model. Yeah, quality is a very nice thing to have ... if I had a user report on the 3rd party inks from someone I trusted (and it wasn't too evil) I would probagbly jump to the Epson, it's just too darn expensive to go quality when you print once a week. I do need the fax & scanner features, no matter how seldom I use them, though. Big help for someone who's disabled. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIRZMLz62J6PPcoOkRAtMoAKCJVRhRjXMi5ubZ68vC3MnGKn764QCfeGjm fJCsYSyRUcy0rnNPoxI/6bA= =C1yI -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:31:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD42E1065680 for ; Tue, 3 Jun 2008 19:31:27 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6561D8FC15 for ; Tue, 3 Jun 2008 19:31:27 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so419017rne.12 for ; Tue, 03 Jun 2008 12:31:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1UebQMD4ZV8EX+F4QlWvH9+UWt/7F0MhFPRsx3EGjh4=; b=jgR3yTq/7QzRGjKIFTSLftEByTCCualG2Q7DAARY3/4DgrSytYNUbDYDqaaKV1RnFK8spMp8ZD7i1dvGtMCnzzu61q1kR0+i8ZSqfMxs3SB1fjb+/c1uj1I30bs3AqvHIDzjFsX+3K9CvrVcBqGb3MDPKMxIIj1OK7Qq8jWmsfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HdFXezG7ZmVqLlcrwjyF7YQh0GeQ/BpePExWgRhVICv2ZG+ePI0Q8sT8D6B7nuK6d/ee2NkOibvbwNwlYVJJnUiqEYJesEQmAybbJ9I2IXghzTFMdwBGOkgUBH/S/uZvzPTXEdePzQici/DysIr8gHUECZbqZGemSBABYLWzKHo= Received: by 10.114.113.1 with SMTP id l1mr11711322wac.226.1212519885671; Tue, 03 Jun 2008 12:04:45 -0700 (PDT) Received: by 10.114.255.7 with HTTP; Tue, 3 Jun 2008 12:04:45 -0700 (PDT) Message-ID: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> Date: Tue, 3 Jun 2008 15:04:45 -0400 From: Schiz0 To: "freebsd questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Setting up a VPN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 19:31:27 -0000 Hey, I'm looking for information on how to setup a Virtual Private Network on a FreeBSD 7.0-RELEASE system. The only VPNs that I've worked with previously is Hamachi on windows and linux, so I have no experience in OpenVPN or IPSec. The purpose of this VPN is to restrict certain things to only administrators. For example, phpmyadmin and vsFTPd. I'd prefer not to have these things listen on the public interface. I read the Handbook entry on IPSec/VPNs: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html However, that entry only has examples for how to connect one network to another network via FreeBSD gateways. I don't want a setup like this; I just want the freebsd system, my windows XP system, and a few other windows XP systems to be on a VPN together. Can anyone link me to how-tos or any references on how to do this? Also, any suggestions on which software to use (OpenVPN, IPSec, etc) would be appreciated. Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:34:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C19241065673 for ; Tue, 3 Jun 2008 19:34:34 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D681D8FC18 for ; Tue, 3 Jun 2008 19:34:33 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m53JYSuq010869; Tue, 3 Jun 2008 21:34:28 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m53JYSYn010866; Tue, 3 Jun 2008 21:34:28 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 21:34:27 +0200 (CEST) From: Wojciech Puchar To: Schiz0 In-Reply-To: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> Message-ID: <20080603213342.G10864@wojtek.tensor.gdynia.pl> References: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd questions Subject: Re: Setting up a VPN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 19:34:34 -0000 > Hey, > > I'm looking for information on how to setup a Virtual Private Network > on a FreeBSD 7.0-RELEASE system. The only VPNs that I've worked with if you need unix-unix VPN use /usr/ports/net/vtun if unix-windoze - then use /usr/ports/net/mpd that's all :) From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:41:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B786106566B for ; Tue, 3 Jun 2008 19:41:52 +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 F18AF8FC12 for ; Tue, 3 Jun 2008 19:41:51 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.ws.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 ESMTPSA id 28EA0EBC08; Tue, 3 Jun 2008 15:41:51 -0400 (EDT) Date: Tue, 3 Jun 2008 15:41:06 -0400 From: Bill Moran To: Schiz0 Message-Id: <20080603154106.55a2b233.wmoran@potentialtech.com> In-Reply-To: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> References: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd questions Subject: Re: Setting up a VPN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 19:41:52 -0000 In response to Schiz0 : > Hey, > > I'm looking for information on how to setup a Virtual Private Network > on a FreeBSD 7.0-RELEASE system. The only VPNs that I've worked with > previously is Hamachi on windows and linux, so I have no experience in > OpenVPN or IPSec. > > The purpose of this VPN is to restrict certain things to only > administrators. For example, phpmyadmin and vsFTPd. I'd prefer not to > have these things listen on the public interface. > > I read the Handbook entry on IPSec/VPNs: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html > > However, that entry only has examples for how to connect one network > to another network via FreeBSD gateways. I don't want a setup like > this; I just want the freebsd system, my windows XP system, and a few > other windows XP systems to be on a VPN together. > > Can anyone link me to how-tos or any references on how to do this? > Also, any suggestions on which software to use (OpenVPN, IPSec, etc) > would be appreciated. Not sure I agree with the mpd recommendation. In my experience, that particular piece of Windows VPN technology is better relegated to history, much in the same way as the Holocaust and other disasters. If you're having trouble understanding IPsec, don't worry. IPsec is confusing. The biggest problem with IPsec is that it's more complicated than it needs to be. Based on your description of your requirement, I suggest pursuing an OpenVPN solution. I've done this with FreeBSD/Windows. There's a neat tool to generate .msi files for Windows machines to allow users idiot- proof installation, which I've had good success with, and the simple VPN you describe is pretty easy to set up from this HOWTO: http://openvpn.net/index.php/documentation/howto.html#pki -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:47:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A9F8106564A for ; Tue, 3 Jun 2008 19:47:38 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: from web63914.mail.re1.yahoo.com (web63914.mail.re1.yahoo.com [69.147.97.129]) by mx1.freebsd.org (Postfix) with SMTP id B3B688FC18 for ; Tue, 3 Jun 2008 19:47:37 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: (qmail 29586 invoked by uid 60001); 3 Jun 2008 19:47:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=W6Hzgtz0F3ftCm7mpjLEVjv+HPntEH64lv4a7wyX6Q4vb3lkhMmKmSkaqUEewqFNisdzmor8hBQdllmR7KDxBUNS1YblOwSZ3Hvsx6G1xLO1ABu0SCXYV1idLSEGRnTBdLAqIQvW+KVorARRXzl2IiZBS9XObGiLxcbKYPIP3mM=; Received: from [146.23.68.42] by web63914.mail.re1.yahoo.com via HTTP; Tue, 03 Jun 2008 12:47:36 PDT X-Mailer: YahooMailRC/975.41 YahooMailWebService/0.7.199 Date: Tue, 3 Jun 2008 12:47:36 -0700 (PDT) From: Camilo Reyes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <766262.29236.qm@web63914.mail.re1.yahoo.com> Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 19:47:38 -0000 It was started by a question posted about wanting help for a certain projec= t. See below.=0A=A0Camilo=0A"Bono Vince Malum"=0A> Message: 4=0A> Date: Mon= , 2 Jun 2008 19:44:35 -0300=0A> From: Gonzalo Nemmi =0A> Subject: Re: logo= =0A> To: freebsd-questions@freebsd.org=0A> Message-ID: <200806021944.35302.= gnemmi@gmail.com>=0A> Content-Type: text/plain;=A0 charset=3D"iso-8859-1"= =0A> =0A> On Monday 02 June 2008 18:48:56 Frank Shute wrote:=0A> > On Mon, = Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote:=0A> > > On Monday 02 June= 2008 15:58:55 bridd@bridd.com wrote:=0A> > > > I agree completely, it's wh= at got me over to BSD !=0A> > >=0A> > > I am a little confused.=A0 I just s= ee a sphere with "horns" on it that=0A> > > reminds me of the BSD daemon's = head, only made to look less=0A> > > "demonic".=A0 Is it supposed to be som= ething else?=0A> >=0A> > It's the FreeBSD equivalent of the Rorschach inkbl= ot test. Some people=0A> > see a daemon's head and other's see a sex toy.= =0A> >=0A> > > If it is one of those "toys" is that what FreeBSD folks real= ly want=0A> > > to project as an image?=0A> >=0A> > The image is only in th= e beholder's eye. It would likely have sent=0A> > Mary Whitehouse* apoplect= ic if she'd seen it ;)=0A> >=0A> > * http://en.wikipedia.org/wiki/Mary_Whit= ehouse=0A> >=0A> > Regards,=0A> =0A> May I ask where was it that this threa= d started?=0A> I'd pretty much like to get the whole picture of what is bei= ng discussed .. =0A> I did dig the list archives but couldn't find the firs= t mail of this thread ..=0A> So .. any pointers will be greatly appreciated= =0A> =0A> Thanks =3D)=0A> -- =0A> Blessings=0A> Gonzalo Nemmi=0A> =0A> =0A>= =0A> Message: 30=0A> Date: Tue, 3 Jun 2008 01:03:40 -0700=0A> From: "Ted M= ittelstaedt" =0A> Subject: RE: Looking for gurus willing to help write Free= bsd tutorials=0A> To: "Pollywog" ,=0A> =A0=A0=A0 =0A> Message-ID: =0A> Cont= ent-Type: text/plain;=A0=A0=A0 charset=3D"iso-8859-1"=0A> =0A> =0A> =0A> > = -----Original Message-----=0A> > From: owner-freebsd-questions@freebsd.org= =0A> > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Pollywog=0A= > > Sent: Monday, June 02, 2008 11:57 AM=0A> > To: freebsd-questions@freebs= d.org=0A> > Subject: Re: Looking for gurus willing to help write Freebsd tu= torials=0A> > =0A> > =0A> > On Monday 02 June 2008 15:58:55 bridd@bridd.com= wrote:=0A> > =0A> > > I agree completely, it's what got me over to BSD != =0A> > >=0A> > =0A> > I am a little confused.=A0 I just see a sphere with "= horns" on it =0A> > that reminds =0A> > me of the BSD daemon's head, only m= ade to look less "demonic".=A0 Is it =0A> > supposed to be something else?= =0A> > =0A> =0A> No, that is what it's supposed to be.=0A> =0A> The sex toy= issue is that you saw the sphere with horns AFTER you=0A> saw Beastie.=A0 = So you had a frame of reference, and naturally assume=0A> it's Beastie's he= ad.=0A> =0A> The problem is, think about people who have NEVER seen Beastie= before=0A> seeing the sex toy logo for the first time.=A0 Since they have = no=0A> frame of reference they can easily assume that it means anything=0A>= at all.=A0 Such as the business end of a French tickler, which it=0A> kind= of resembles.=0A> =0A> When those of us in the know call it a sex toy, we = are making=0A> a little inside joke, as we are basically saying the logo de= sign=0A> is terrible because it does not indicate to anyone looking at=0A> = it what it is supposed to represent.=0A> =0A> The Linux penguin is no diffe= rent - someone seeing a Penguin=0A> isn't going to know it has to do with a= n operating system, either.=0A> =0A> Many corporate logos also suffer from = the same problem.=0A> =0A> The difference between the corporate logos and L= inux and us, is=0A> that those organizations have the marketing muscle to t= ake their=0A> rediculous logo designs and pound them into the public concio= usness=0A> through endless advertising.=0A> =0A> See a blue oval?=A0 Most p= eople think "Ford"=A0 Not because a blue=0A> oval has anything to do with c= ars.=A0 It's because Ford has dumped=0A> trillions of dollars in advertisin= g over the years pounding that=0A> association into the public mind.=0A> = =0A> The designer of the FreeBSD logo approached it from the usual corporat= e=0A> arrogance of we can create anything we want, then just pay money=0A> = for the association.=A0 The only problem is that the FreeBSD project=0A> ha= s no money to spend to create this association.=A0 As a result the=0A> logo= completely fails in it's job.=0A> =0A> Arguably, there is also no public a= ssociation between Beastie and=0A> the FreeBSD operating system either, so = in the long run we aren't=0A> any worse off than we were.=A0 (aside from th= e arrogant setting aside=0A> of 20 some years of BSD Unix history)=0A> =0A>= Ted=0A> =0A> =0A> ------------------------------=0A> =0A> ________________= _______________________________=0A> freebsd-questions@freebsd.org mailing l= ist=0A> http://lists.freebsd.org/mailman/listinfo/freebsd-questions=0A> To = unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"= =0A> =0A> End of freebsd-questions Digest, Vol 218, Issue 5=0A> ***********= **************************************=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:51:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6737106566C for ; Tue, 3 Jun 2008 19:51:43 +0000 (UTC) (envelope-from njt@ayvali.org) Received: from starfish.geekisp.com (mail.geekisp.com [216.168.135.169]) by mx1.freebsd.org (Postfix) with ESMTP id 274178FC15 for ; Tue, 3 Jun 2008 19:51:42 +0000 (UTC) (envelope-from njt@ayvali.org) Received: (qmail 19335 invoked by uid 1003); 3 Jun 2008 19:51:42 -0000 Received: from scallop.int.geekisp.com (HELO scallop.geekisp.com) (192.168.4.46) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jun 2008 19:51:41 -0000 Received: from scallop.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by scallop.geekisp.com (8.14.1/8.14.1) with ESMTP id m53Jpflj010172; Tue, 3 Jun 2008 15:51:41 -0400 (EDT) Received: (from njt@localhost) by scallop.geekisp.com (8.14.1/8.14.1/Submit) id m53Jpf8v018397; Tue, 3 Jun 2008 15:51:41 -0400 (EDT) X-Authentication-Warning: scallop.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Tue, 3 Jun 2008 15:51:40 -0400 From: "N.J. Thomas" To: Chuck Robey Message-ID: <20080603195140.GC12250@ayvali.org> References: <48458DFC.9020004@telenix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48458DFC.9020004@telenix.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 19:51:43 -0000 * Chuck Robey [2008-06-03 14:31:24-0400]: > Wonder if anyone could tell me why anything I do to run git-pull gives > me a coredump? The image that gets dumped is git-fetch, if that > helps, and I was just trying to update the xorg source tree. Have you tried to clone other repositories and see if you can replicate this error? I built my git from ports and IIRC, it seemed to clone and pull the xorg tree fine (but that was about 3 weeks ago). Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 20:15:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66F551065670 for ; Tue, 3 Jun 2008 20:15:38 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5BEE78FC1B for ; Tue, 3 Jun 2008 20:15:36 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m53KFVdG011101; Tue, 3 Jun 2008 22:15:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m53KFUxw011098; Tue, 3 Jun 2008 22:15:30 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 3 Jun 2008 22:15:30 +0200 (CEST) From: Wojciech Puchar To: Bill Moran In-Reply-To: <20080603154106.55a2b233.wmoran@potentialtech.com> Message-ID: <20080603221333.Y11091@wojtek.tensor.gdynia.pl> References: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> <20080603154106.55a2b233.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Schiz0 , freebsd questions Subject: Re: Setting up a VPN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 20:15:38 -0000 > particular piece of Windows VPN technology is better relegated to > history, much in the same way as the Holocaust and other disasters. as the whole windoze. but people use it - their problem. so if they use - let they have win-VPNs, and mpd gives it and works fine. i don't know how secure is windows-vpn. possibly not much, but who cares? anyone who cares about security should just don't use windows at all. those who like to "feel secure" - feels secure. that's all. From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 20:44:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E981065680 for ; Tue, 3 Jun 2008 20:44:46 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from raq3.nitrex.net (raq3.nitrex.net [213.165.226.4]) by mx1.freebsd.org (Postfix) with ESMTP id B4B888FC12 for ; Tue, 3 Jun 2008 20:44:45 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.10.140] (gate.zenatode.org.uk [213.165.225.167]) by raq3.nitrex.net (8.13.1/8.13.1) with ESMTP id m53Kig6U021628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 3 Jun 2008 21:44:43 +0100 Message-ID: <4845AD3A.1080906@onetel.com> Date: Tue, 03 Jun 2008 21:44:42 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.14 (X11/20080528) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <766262.29236.qm@web63914.mail.re1.yahoo.com> In-Reply-To: <766262.29236.qm@web63914.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: logo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 20:44:46 -0000 Well I think it's a space hopper http://images.google.co.uk/images?q=space%20hopper&ie=UTF-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&um=1&sa=N&tab=wi (and Mary is not my aunt) Chris Beastie fan Camilo Reyes wrote: > It was started by a question posted about wanting help for a certain project. See below. > Camilo > "Bono Vince Malum" >> Message: 4 >> Date: Mon, 2 Jun 2008 19:44:35 -0300 >> From: Gonzalo Nemmi >> Subject: Re: logo >> To: freebsd-questions@freebsd.org >> Message-ID: <200806021944.35302.gnemmi@gmail.com> >> Content-Type: text/plain; charset="iso-8859-1" >> >> On Monday 02 June 2008 18:48:56 Frank Shute wrote: >>> On Mon, Jun 02, 2008 at 06:57:00PM +0000, Pollywog wrote: >>>> On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: >>>>> I agree completely, it's what got me over to BSD ! >>>> I am a little confused. I just see a sphere with "horns" on it that >>>> reminds me of the BSD daemon's head, only made to look less >>>> "demonic". Is it supposed to be something else? >>> It's the FreeBSD equivalent of the Rorschach inkblot test. Some people >>> see a daemon's head and other's see a sex toy. >>> >>>> If it is one of those "toys" is that what FreeBSD folks really want >>>> to project as an image? >>> The image is only in the beholder's eye. It would likely have sent >>> Mary Whitehouse* apoplectic if she'd seen it ;) >>> >>> * http://en.wikipedia.org/wiki/Mary_Whitehouse >>> >>> Regards, >> May I ask where was it that this thread started? >> I'd pretty much like to get the whole picture of what is being discussed .. >> I did dig the list archives but couldn't find the first mail of this thread .. >> So .. any pointers will be greatly appreciated >> >> Thanks =) >> -- >> Blessings >> Gonzalo Nemmi >> >> >> >> Message: 30 >> Date: Tue, 3 Jun 2008 01:03:40 -0700 >> From: "Ted Mittelstaedt" >> Subject: RE: Looking for gurus willing to help write Freebsd tutorials >> To: "Pollywog" , >> >> Message-ID: >> Content-Type: text/plain; charset="iso-8859-1" >> >> >> >>> -----Original Message----- >>> From: owner-freebsd-questions@freebsd.org >>> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Pollywog >>> Sent: Monday, June 02, 2008 11:57 AM >>> To: freebsd-questions@freebsd.org >>> Subject: Re: Looking for gurus willing to help write Freebsd tutorials >>> >>> >>> On Monday 02 June 2008 15:58:55 bridd@bridd.com wrote: >>> >>>> I agree completely, it's what got me over to BSD ! >>>> >>> I am a little confused. I just see a sphere with "horns" on it >>> that reminds >>> me of the BSD daemon's head, only made to look less "demonic". Is it >>> supposed to be something else? >>> >> No, that is what it's supposed to be. >> >> The sex toy issue is that you saw the sphere with horns AFTER you >> saw Beastie. So you had a frame of reference, and naturally assume >> it's Beastie's head. >> >> The problem is, think about people who have NEVER seen Beastie before >> seeing the sex toy logo for the first time. Since they have no >> frame of reference they can easily assume that it means anything >> at all. Such as the business end of a French tickler, which it >> kind of resembles. >> >> When those of us in the know call it a sex toy, we are making >> a little inside joke, as we are basically saying the logo design >> is terrible because it does not indicate to anyone looking at >> it what it is supposed to represent. >> >> The Linux penguin is no different - someone seeing a Penguin >> isn't going to know it has to do with an operating system, either. >> >> Many corporate logos also suffer from the same problem. >> >> The difference between the corporate logos and Linux and us, is >> that those organizations have the marketing muscle to take their >> rediculous logo designs and pound them into the public conciousness >> through endless advertising. >> >> See a blue oval? Most people think "Ford" Not because a blue >> oval has anything to do with cars. It's because Ford has dumped >> trillions of dollars in advertising over the years pounding that >> association into the public mind. >> >> The designer of the FreeBSD logo approached it from the usual corporate >> arrogance of we can create anything we want, then just pay money >> for the association. The only problem is that the FreeBSD project >> has no money to spend to create this association. As a result the >> logo completely fails in it's job. >> >> Arguably, there is also no public association between Beastie and >> the FreeBSD operating system either, so in the long run we aren't >> any worse off than we were. (aside from the arrogant setting aside >> of 20 some years of BSD Unix history) >> >> Ted >> >> >> ------------------------------ >> >> _______________________________________________ >> 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" >> >> End of freebsd-questions Digest, Vol 218, Issue 5 >> ************************************************* > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 20:52:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBFE11065670 for ; Tue, 3 Jun 2008 20:52:56 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (cetus.dawnsign.com [216.70.250.4]) by mx1.freebsd.org (Postfix) with ESMTP id B1B2A8FC0A for ; Tue, 3 Jun 2008 20:52:56 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from cetus.dawnsign.com (cetus.dawnsign.com [192.168.1.5]) by mailfilter.dawnsign.com (Postfix) with ESMTP id EF7799582F for ; Tue, 3 Jun 2008 13:28:24 -0700 (PDT) Received: by cetus.dawnsign.com with Internet Mail Service (5.5.2657.72) id ; Tue, 3 Jun 2008 13:28:24 -0700 Message-ID: <3838017D92B3C445BA200CE3B6A821A40A7215@cetus.dawnsign.com> From: Doug Sampson To: "'freebsd-questions@freebsd.org'" Date: Tue, 3 Jun 2008 13:28:24 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: growfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 20:52:56 -0000 I want to ensure that I am correctly applying the concept of the growfs command. I want to remove /dev/ad2s1h and expand /dev/ad2s1g to occupy all of the space left behind by the deletion of /dev/ad2s1h. root@aries:/root# bsdlabel -e /dev/ad2s1 # /dev/ad2s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 524288 0 4.2BSD 2048 16384 32776 b: 4138384 524288 swap c: 586099332 0 unused 0 0 # "raw" part, don't edit d: 524288 4662672 4.2BSD 0 0 0 e: 524288 5186960 4.2BSD 0 0 0 f: 10485760 5711248 4.2BSD 0 0 0 g: 167772160 16197008 4.2BSD 0 0 0 h: 402130164 183969168 4.2BSD 0 0 0 root@aries:/root# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad2s1a 253678 60858 172526 26% / devfs 1 1 0 100% /dev /dev/ad2s1e 253678 410 232974 0% /tmp /dev/ad2s1f 5077038 4129758 541118 88% /usr /dev/ad2s1d 253678 130346 103038 56% /var /dev/ad2s1g 81245672 67645604 7100416 91% /data /dev/ad2s1h 194736504 99902864 79254720 56% /backup According to http://www.freebsd.org/cgi/man.cgi?query=growfs&sektion=8, it looks like that if I wish to expand /dev/ad2s1g to fill out the slice, the only thing I need to do are the following: -remove /dev/ad2s1h -growfs -s 569902324 /dev/ad2s1g -edit /etc/fstab to remove all references to /dev/ad2s1h Is this correct? Am I missing any other commands? Since the only tool I am familiar with and use for disk partitioning is sysinstall, how do I remove /dev/ad2s1h without resorting to sysinstall? Fdisk? I want to be extremely sure that I am taking the correct steps to perform this operation. Yes, I have backups but this machine is in production and I want to eliminate every possibility of downtime due to issues arising from the improper understanding and use of the 'growfs' command. Thanks. ~Doug From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 20:56:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B15B106566B for ; Tue, 3 Jun 2008 20:56:27 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 483A28FC0A for ; Tue, 3 Jun 2008 20:56:27 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 19717 invoked from network); 3 Jun 2008 20:56:26 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Jun 2008 20:56:26 -0000 Message-ID: <4845ADBF.209@telenix.org> Date: Tue, 03 Jun 2008 16:46:55 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: "N.J. Thomas" References: <48458DFC.9020004@telenix.org> <20080603195140.GC12250@ayvali.org> In-Reply-To: <20080603195140.GC12250@ayvali.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 20:56:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 N.J. Thomas wrote: > * Chuck Robey [2008-06-03 14:31:24-0400]: >> Wonder if anyone could tell me why anything I do to run git-pull gives >> me a coredump? The image that gets dumped is git-fetch, if that >> helps, and I was just trying to update the xorg source tree. > > Have you tried to clone other repositories and see if you can replicate > this error? > > I built my git from ports and IIRC, it seemed to clone and pull the xorg > tree fine (but that was about 3 weeks ago). > > Thomas > No, that's the only git repo I have now. Got a url of one that works for you? I have extra disk to give it a try. Beyond that, I just tried purposefully sticking a division by zero in a little demo C prog of mine, and that one, when I do the gdb -c corefile gives me the same thing, thousands of empty stack frames and no full ones. Why should that be? I have used gdb very recently to debug static images, they work ok (although I didn't try the corefiles on those). -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIRa2/z62J6PPcoOkRAscOAJ9kkx1COQ+4UR/AU1xECliyGlE68QCfRWiB tPZC6YOG1cZ4xgkpD3+FjK0= =4hBV -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 21:00:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E9BF1065687 for ; Tue, 3 Jun 2008 21:00:19 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from mailhub.rulez.sk (mailhub.rulez.sk [IPv6:2001:15c0:6672::2]) by mx1.freebsd.org (Postfix) with ESMTP id D55158FC17 for ; Tue, 3 Jun 2008 21:00:18 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mailhub.rulez.sk (Postfix) with ESMTP id 345875C04D; Tue, 3 Jun 2008 23:00:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at rulez.sk Received: from mailhub.rulez.sk ([78.47.53.106]) by localhost (genesis.rulez.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id avSl2jnxy-a7; Tue, 3 Jun 2008 23:00:17 +0200 (CEST) Received: from danger-pc (danger.mcrn.sk [84.16.37.254]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: danger@rulez.sk) by mailhub.rulez.sk (Postfix) with ESMTPSA id 235875C020; Tue, 3 Jun 2008 23:00:17 +0200 (CEST) Date: Tue, 3 Jun 2008 14:39:05 +0200 From: Daniel Gerzo X-Mailer: The Bat! (v3.99.3) Professional Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <872888403.20080603143905@rulez.sk> To: Wojciech Puchar In-Reply-To: <20080603202740.W10542@wojtek.tensor.gdynia.pl> References: <20080603202740.W10542@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: IPv6 jails for FreeBSD (6.* preferably) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 21:00:19 -0000 Hello Wojciech, Tuesday, June 3, 2008, 8:27:56 PM, you wrote: > does patch exist for it? http://sources.zabbadoz.net/freebsd/jail.html -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 21:02:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9669A106567A for ; Tue, 3 Jun 2008 21:02:34 +0000 (UTC) (envelope-from njt@ayvali.org) Received: from starfish.geekisp.com (mail.geekisp.com [216.168.135.169]) by mx1.freebsd.org (Postfix) with ESMTP id 12DCC8FC23 for ; Tue, 3 Jun 2008 21:02:33 +0000 (UTC) (envelope-from njt@ayvali.org) Received: (qmail 16626 invoked by uid 1003); 3 Jun 2008 21:02:32 -0000 Received: from scallop.int.geekisp.com (HELO scallop.geekisp.com) (192.168.4.46) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Jun 2008 21:02:32 -0000 Received: from scallop.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by scallop.geekisp.com (8.14.1/8.14.1) with ESMTP id m53L2XKP026729; Tue, 3 Jun 2008 17:02:33 -0400 (EDT) Received: (from njt@localhost) by scallop.geekisp.com (8.14.1/8.14.1/Submit) id m53L2XgI004815; Tue, 3 Jun 2008 17:02:33 -0400 (EDT) X-Authentication-Warning: scallop.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Tue, 3 Jun 2008 17:02:33 -0400 From: "N.J. Thomas" To: Chuck Robey Message-ID: <20080603210233.GF12250@ayvali.org> References: <48458DFC.9020004@telenix.org> <20080603195140.GC12250@ayvali.org> <4845ADBF.209@telenix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4845ADBF.209@telenix.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 21:02:34 -0000 * Chuck Robey [2008-06-03 16:46:55-0400]: > > > git-pull gives me a coredump > > > > Have you tried to clone other repositories and see if you can > > replicate this error? > > No, that's the only git repo I have now. Got a url of one that works > for you? I have extra disk to give it a try. Debian has nice list of git repositories available for cloning: http://git.debian.org/ Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 21:27:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DA1B1065682; Tue, 3 Jun 2008 21:27:09 +0000 (UTC) (envelope-from oskar-FreeBSD@eyb.de) Received: from beastie.eyb.de (beastie.eyb.de [85.214.103.56]) by mx1.freebsd.org (Postfix) with ESMTP id EDF0B8FC22; Tue, 3 Jun 2008 21:27:08 +0000 (UTC) (envelope-from oskar-FreeBSD@eyb.de) Received: from chuck.ath.cx (dslb-088-066-240-132.pools.arcor-ip.net [88.66.240.132]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by beastie.eyb.de (Postfix) with ESMTP id D04DF8B74F0; Tue, 3 Jun 2008 23:07:21 +0200 (CEST) Received: from [10.0.0.3] (saturn.intra.eyb.de [10.0.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chuck.ath.cx (Postfix) with ESMTP id 6A86611852AA; Tue, 3 Jun 2008 23:07:15 +0200 (CEST) Message-ID: <4845B280.6030708@eyb.de> Date: Tue, 03 Jun 2008 23:07:12 +0200 From: Oskar Eyb User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Kris Kennaway References: <48441E85.1050803@eyb.de> <484442F1.8040104@FreeBSD.org> In-Reply-To: <484442F1.8040104@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 21:27:09 -0000 Hi, the SMART-status looks ok! SMART overall-health self-assessment test result: PASSED Maybe other applications causes high I/O load? Howto determine this? Other suggestions? Cheers, Oskar Kris Kennaway schrieb am 02.06.2008 20:58: > Oskar Eyb wrote: >> Hello, >> >> on a 7.0-RELEASE maschine I have now again a big problem with freezing. >> >> >> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: 4096 >> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: 20480 >> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: 16384 >> >> >> # swapctl -l >> Device: 1024-blocks Used: >> /dev/mirror/gm0s1b 1048576 485332 >> /dev/md0 1048576 485316 >> >> >> What to do against this, is there a patch available? > > Your disk is taking an enormously long time to reply to swap I/O, which > is what is eventually timing out with those errors. Check that it is > not failing. > > Kris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 21:49:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FE3D106566B for ; Tue, 3 Jun 2008 21:49:54 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF328FC21 for ; Tue, 3 Jun 2008 21:49:53 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 11794 invoked from network); 3 Jun 2008 21:49:53 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 3 Jun 2008 21:49:53 -0000 Message-ID: <4845BA46.70205@telenix.org> Date: Tue, 03 Jun 2008 17:40:22 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: "N.J. Thomas" References: <48458DFC.9020004@telenix.org> <20080603195140.GC12250@ayvali.org> <4845ADBF.209@telenix.org> <20080603210233.GF12250@ayvali.org> In-Reply-To: <20080603210233.GF12250@ayvali.org> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 21:49:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 N.J. Thomas wrote: > * Chuck Robey [2008-06-03 16:46:55-0400]: >>>> git-pull gives me a coredump >>> Have you tried to clone other repositories and see if you can >>> replicate this error? >> No, that's the only git repo I have now. Got a url of one that works >> for you? I have extra disk to give it a try. > > Debian has nice list of git repositories available for cloning: > > http://git.debian.org I'm very new at git, and while I know cvs pretty well, I just don't know git. I just tried to do a "git clone" on a Clisp image, worked fine, then I cd'ed into it until I saw a .git directory (I assume that's something like cvs's CVS dirs) but when I tried to do a "git pull" (no params here) it gave me a coredump. Did I do that right? I mean, it was a correct test? Does the git-clone call git-fetch? Because that's the part that's failing in the pull, so I wonder if it's getting called in the clone. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIRbpGz62J6PPcoOkRAmrgAKCWomx2cbl04sL6pLIoVItr7YUEOwCgnLNS eRxvuroEpnM3rZBr0cgMfWg= =qsIX -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 22:05:44 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1736C106564A for ; Tue, 3 Jun 2008 22:05:44 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from corellia.vindaloo.com (corellia.vindaloo.com [64.51.148.100]) by mx1.freebsd.org (Postfix) with ESMTP id DF5E68FC18 for ; Tue, 3 Jun 2008 22:05:43 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from kessel.vindaloo.com (kessel.vindaloo.com [172.24.145.71]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by corellia.vindaloo.com (Postfix) with ESMTP id F05D95D7D; Tue, 3 Jun 2008 17:43:27 -0400 (EDT) Message-Id: <92E18C61-A552-4B36-AF81-6790E7A340D3@vindaloo.com> From: Christopher Sean Hilton To: questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Tue, 3 Jun 2008 17:43:27 -0400 X-Mailer: Apple Mail (2.924) Cc: Subject: md, mount_mfs and swap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 22:05:44 -0000 I've recently started playing with NetBSD and notice that by default it mounts /tmp as an MFS backed by swap. A quick read of the md, mount_mfs man page would lead me to believe that md /tmp rw,async,-s1024m 0 0 will move my /tmp dir to a swap backed 1G space. This would make me feel much more comfortable about my continuing adherence to the practice of giving my machine twice as much swap space as they have memory. Are there any downsides to this? -- Chris Chris Hilton e: chris|at|vindaloo| dot|com ---------------------------------------------------------------------------- "The pattern juggler lifts his hand; The orchestra begin. As slowly turns the grinding wheel in the court of the crimson king." -- Ian McDonald / Peter Sinfield From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 22:53:11 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAB831065674 for ; Tue, 3 Jun 2008 22:53:11 +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 79CF68FC18 for ; Tue, 3 Jun 2008 22:53:11 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.2/8.14.2) with ESMTP id m53MrAPd014883; Tue, 3 Jun 2008 16:53:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.2/8.14.2/Submit) with ESMTP id m53Mr7Lf014880; Tue, 3 Jun 2008 16:53:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 3 Jun 2008 16:53:07 -0600 (MDT) From: Warren Block To: Wojciech Puchar In-Reply-To: <20080603100421.B5921@wojtek.tensor.gdynia.pl> Message-ID: References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> <20080603100421.B5921@wojtek.tensor.gdynia.pl> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (wonkity.com [127.0.0.1]); Tue, 03 Jun 2008 16:53:10 -0600 (MDT) Cc: FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 22:53:11 -0000 On Tue, 3 Jun 2008, Wojciech Puchar wrote: >> This depends a lot on your print jobs. Low quality machine-generated >> PostScript output can be slow. PCL can also be slow. The only way to >> really know is to benchmark with your print jobs. > > there was no case i found postscript to print faster. But then you've said you're using a LaserJet 4, which came out in 1992 and has a slow PS interpreter. Some of my print jobs ran much faster in PS, because it only sent a few K of PS rather than a megabyte of bitmap in PCL. >> There's also the potential overhead of the print processing systems. Just >> sending PS in the first place may be quicker than apsfilter or CUPS. > > i use lpd+my script for filtering postscript to PCL > >> Recent printers have fast RISC CPUs and fast PS interpreters. I/O speed >> comes into it, too. FreeBSD seems particularly slow over parallel and USB > > both not true, but just use lptcontrol for parallel port! Did that, didn't help (at the time). Not an issue with Ethernet. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 23:06:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68EC8106564A; Tue, 3 Jun 2008 23:06:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 508BF8FC23; Tue, 3 Jun 2008 23:06:00 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m53N5IR7011836; Wed, 4 Jun 2008 01:05:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m53N5Hbq011833; Wed, 4 Jun 2008 01:05:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 4 Jun 2008 01:05:17 +0200 (CEST) From: Wojciech Puchar To: Oskar Eyb In-Reply-To: <4845B280.6030708@eyb.de> Message-ID: <20080604010508.H11818@wojtek.tensor.gdynia.pl> References: <48441E85.1050803@eyb.de> <484442F1.8040104@FreeBSD.org> <4845B280.6030708@eyb.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: 7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 23:06:02 -0000 > Hi, > > the SMART-status looks ok! > > SMART overall-health self-assessment test result: PASSED > > Maybe other applications causes high I/O load? no reason to fail. > Howto determine this? Other suggestions? > > > Cheers, > Oskar > > > Kris Kennaway schrieb am 02.06.2008 20:58: >> Oskar Eyb wrote: >>> Hello, >>> >>> on a 7.0-RELEASE maschine I have now again a big problem with freezing. >>> >>> >>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: 4096 >>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: 20480 >>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: 16384 >>> >>> >>> # swapctl -l >>> Device: 1024-blocks Used: >>> /dev/mirror/gm0s1b 1048576 485332 >>> /dev/md0 1048576 485316 >>> >>> >>> What to do against this, is there a patch available? >> >> Your disk is taking an enormously long time to reply to swap I/O, which is >> what is eventually timing out with those errors. Check that it is not >> failing. >> >> Kris >> _______________________________________________ >> 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 Tue Jun 3 23:24:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18AC81065677 for ; Tue, 3 Jun 2008 23:24:54 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.net [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id 004B48FC0C for ; Tue, 3 Jun 2008 23:24:53 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-76-192-131-234.dsl.pltn13.sbcglobal.net [76.192.131.234]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id m53NOr5l074536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 3 Jun 2008 16:24:53 -0700 (PDT) (envelope-from crapsh@monkeybrains.net) Message-ID: <4845D31B.6080302@monkeybrains.net> Date: Tue, 03 Jun 2008 16:26:19 -0700 From: Rudy User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on pita.monkeybrains.net X-Virus-Status: Clean Subject: Fatal trap 12 --- can lack of APIC on SMP cause crashes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Jun 2008 23:24:54 -0000 My kernel panics! I reinstlled i386 and scrapped my amd64 install, however, I forgot the "APIC" line... would that cause crashes under load or high network activity? device apic # I/O apic - Rudy # uname FreeBSD example.monkeybrains.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon May 12 15:17:23 PDT 2008 root@:/usr/obj/usr/src/sys/EXAMPLE i386 # crash message: Fatal trap 12: page fault while in kernel mode instruction pointer = 0x20:0xc05330da Following this advice: http://www.freebsd.org/doc/en/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING Nothing close to 0xc05330da... here is the closest: # nm -n /boot/kernel/kernel | grep c053 c0532c5a t turnstile_first_waiter c0532c80 T turnstile_head c0532c8f T turnstile_empty c0532ca5 t turnstile_fini c0532cb8 t turnstile_init c0532d2a T init_turnstiles c0532dc6 t turnstile_adjust_thread c0532f48 t propagate_priority c0533101 T turnstile_adjust c0533144 T turnstile_free c0533168 T turnstile_alloc c053318d t init_turnstile0 ------------------------------------------------------------------------- kernel config file: ###cpu HAMMER # wasn't working on amd64... cpu I686_CPU ident EXAMPLE # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking #options INET6 # IPv6 communications protocols #options SCTP # Stream Control Transmission Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories #options UFS_GJOURNAL # Enable gjournal-based UFS journaling options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client #options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT #options NTFS # NT File System #options MSDOSFS # MSDOS Filesystem #options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework #options GEOM_PART_GPT # GUID Partition Tables. options GEOM_LABEL # Provides labelization options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!] #options COMPAT_IA32 # Compatible with i386 binaries #options COMPAT_FREEBSD4 # Compatible with FreeBSD4 #options COMPAT_FREEBSD5 # Compatible with FreeBSD5 #options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI #options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. options STOP_NMI # Stop CPUS using NMI instead of IPI #options AUDIT # Security event auditing # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel # CPU frequency control device cpufreq # Bus support. device acpi device eisa device pci # ATA and ATAPI devices device ata device atadisk # ATA disk drives options ATA_STATIC_ID # Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device kbdmux # keyboard multiplexer device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc device agp # support several AGP chipsets # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports device uart # Generic UART driver # PCI Ethernet NICs. device em # Intel PRO/1000 adapter Gigabit Ethernet Card device miibus # MII bus support device bge # Broadcom BCM570xx Gigabit Ethernet device vlan device carp # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter options DUMMYNET options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_FORWARD From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 00:24:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20D79106567E for ; Wed, 4 Jun 2008 00:24:25 +0000 (UTC) (envelope-from fbsd06+WS=43ca7fce@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id E32348FC2D for ; Wed, 4 Jun 2008 00:24:24 +0000 (UTC) (envelope-from fbsd06+WS=43ca7fce@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 583D2164701 for ; Tue, 3 Jun 2008 20:07:46 -0400 (EDT) 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 51FF123E3E9 for ; Tue, 3 Jun 2008 20:07:41 -0400 (EDT) Date: Wed, 4 Jun 2008 01:07:31 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080604010731.3de6d359@gumby.homeunix.com.> In-Reply-To: <92E18C61-A552-4B36-AF81-6790E7A340D3@vindaloo.com> References: <92E18C61-A552-4B36-AF81-6790E7A340D3@vindaloo.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: md, mount_mfs and swap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 00:24:25 -0000 On Tue, 3 Jun 2008 17:43:27 -0400 Christopher Sean Hilton wrote: > I've recently started playing with NetBSD and notice that by default > it mounts /tmp as an MFS backed by swap. A quick read of the md, > mount_mfs man page would lead me to believe that > > md /tmp rw,async,-s1024m 0 0 > > will move my /tmp dir to a swap backed 1G space. This would make me > feel much more comfortable about my continuing adherence to the > practice of giving my machine twice as much swap space as they have > memory. > > Are there any downsides to this? > Not in my experience. You can do it simply by adding the following to rc.conf tmpmfs="YES" tmpsize="1024m" From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 00:39:27 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25EC1106566B for ; Wed, 4 Jun 2008 00:39:27 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from corellia.vindaloo.com (corellia.vindaloo.com [64.51.148.100]) by mx1.freebsd.org (Postfix) with ESMTP id E6D898FC0A for ; Wed, 4 Jun 2008 00:39:26 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from kessel.vindaloo.com (kessel.vindaloo.com [172.24.145.71]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by corellia.vindaloo.com (Postfix) with ESMTP id BC26F5D7D; Tue, 3 Jun 2008 20:39:23 -0400 (EDT) From: Christopher Sean Hilton To: Wojciech Puchar In-Reply-To: <20080602232417.J36835@wojtek.tensor.gdynia.pl> References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> Message-Id: <007DDE62-1CAA-4B22-A9FF-5EE90C5DBAC8@vindaloo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Tue, 3 Jun 2008 20:39:22 -0400 X-Mailer: Apple Mail (2.924) Cc: FreeBSD Questions Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 00:39:27 -0000 On Jun 2, 2008, at 5:31 PM, Wojciech Puchar wrote: >> Color laser is what you want. There are some really >> good inexpensive units out there. I recall reading the >> inexpensieve Samsung color laser even speaks Postscript. > > while i don't use color printers, usually this postscript is > disadventage. if there is a choice like in HP laserjets - switching > to PCL and using ghostscript works MUCH faster giving same results. > > your computer's CPU is much faster than printer's. Usually your computer has more available memory than your printer. In fact usually your printer's memory bound. I have two printers an HP Business Inkjet 2250 with 80MB of RAM and an HP Laserjet 4000 with 64MB of RAM. The Business Inkjet prints Postscript at 12+ pages a minute. The 4000 does 17+ pages of postscript / minute. These speeds are pretty much as fast as the respective printers can spit out pages. Factory stock memory for the Inkjet is 16MB and it 4MB for the laser. With stock memory the inkjet does 7 pages / minute max and the Laserjet might make 12. Optimizing a CPU for Postscript isn't all that hard but for some reason the printer manufacturers ship these machines with very low RAM. BTW The RAM in these machines was scavenged out of some long dead laptop. -- Chris Chris Hilton e: chris|at|vindaloo| dot|com ---------------------------------------------------------------------------- "The pattern juggler lifts his hand; The orchestra begin. As slowly turns the grinding wheel in the court of the crimson king." -- Ian McDonald / Peter Sinfield From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 01:06:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28275106566C for ; Wed, 4 Jun 2008 01:06:35 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from rt06.vds2000.com (s6.n225.vds2000.com [64.6.225.6]) by mx1.freebsd.org (Postfix) with ESMTP id D6D948FC17 for ; Wed, 4 Jun 2008 01:06:34 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from localhost ([127.0.0.1]:36608 helo=kitchetech.com) by rt06.vds2000.com with esmtpa (Exim 4.68) (envelope-from ) id 1K3hKb-0006VW-Ch; Tue, 03 Jun 2008 20:58:25 -0400 Received: from 72.65.6.48 ([72.65.6.48]) (SquirrelMail authenticated user kitche@kitchetech.com) by kitchetech.com with HTTP; Tue, 3 Jun 2008 20:58:25 -0400 (EDT) Message-ID: <1386.72.65.6.48.1212541105.squirrel@kitchetech.com> In-Reply-To: <484577A5.1070005@gmail.com> References: <484577A5.1070005@gmail.com> Date: Tue, 3 Jun 2008 20:58:25 -0400 (EDT) From: "Kitche" To: "David Karapetyan" User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rt06.vds2000.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kitchetech.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Trouble with freenx server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 01:06:35 -0000 > Hello everyone; I am trying to set up a freenx server on my fbsd box. I > have added users 'nx' and 'davidkarapetyan', and edited node.conf so > that .xinitrc is identified as my nx session startup script. Here is the > error I get when I try to connect from my windows client box: > > NX> 203 NXSSH running with pid: 1516 > NX> 285 Enabling check on switch command > NX> 285 Enabling skip of SSH config files > NX> 285 Setting the preferred NX options > NX> 200 Connected to address: 66.254.239.155 on port: 22 > NX> 202 Authenticating user: nx > NX> 208 Using auth method: publickey > HELLO NXSERVER - Version 1.5.0-60 OS (GPL) > NX> 105 hello NXCLIENT - Version 1.5.0 > NX> 134 Accepted protocol: 1.5.0 > NX> 105 SET SHELL_MODE SHELL > NX> 105 SET AUTH_MODE PASSWORD > NX> 105 login > NX> 101 User: davidkarapetyan > NX> 102 Password: > NX> 103 Welcome to: abode.resnet.nd.edu user: davidkarapetyan > NX> 105 listsession --user="davidkarapetyan" > --status="suspended,running" --geometry="1024x768x32+render" > --type="unix-default" > NX> 127 Sessions list of user 'davidkarapetyan' for reconnect: > > Display Type Session ID Options Depth > Screen Status Session Name > ------- ---------------- -------------------------------- -------- ----- > -------------- ----------- ------------------------------ > > > NX> 148 Server capacity: not reached for user: davidkarapetyan > NX> 105 startsession --rootless="1" --virtualdesktop="0" --link="lan" > --backingstore="1" --encryption="1" --cache="16M" --images="64M" > --media="0" --session="officetohome" --type="unix-default" --kbload=" > --kbload=pc102/en_US" --keymap=" --keymap=en_US" --kbtype="pc102/en_US" > --aux="1" --screeninfo="1024x715x32+render" > > NX> 1000 NXNODE - Version 1.5.0-60 OS (GPL) > NX> 700 Session id: > abode.resnet.nd.edu-1000-B066639755F3B3F405A9DAE63946F1D1 > NX> 705 Session display: 1000 > NX> 703 Session type: unix-default > NX> 701 Proxy cookie: e07a1335477d108f28225cc31a3f1ef2 > NX> 702 Proxy IP: 127.0.0.1 > NX> 706 Agent cookie: e07a1335477d108f28225cc31a3f1ef2 > NX> 704 Session cache: unix-default > NX> 707 SSL tunneling: 1 > NX> 1009 Session status: starting > NX> 1004 Error: Session did not start. > NX> 596 Session start failed. > NX> 999 Bye > NX> 280 Exiting on signal: 15 > > > Any ideas on how to fix this? > > -- > Best, > > David Karapetyan > http://nd.edu/~dkarapet/ > University of Notre Dame > Department of Mathematics > 255 Hurley Hall > Notre Dame, IN 46556-4618 > Phone: 574-631-5706 > FAX: 574-631-6579 > > _______________________________________________ > 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 m not sure but I knew that nx was broken for a while with X From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 01:22:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3603C1065671 for ; Wed, 4 Jun 2008 01:22:36 +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 9E93B8FC0A for ; Wed, 4 Jun 2008 01:22:35 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl138-114.kln.forthnet.gr [77.49.9.114]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m541MBk2013516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Jun 2008 04:22:30 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m541MBMY005541; Wed, 4 Jun 2008 04:22:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m541MAWo005540; Wed, 4 Jun 2008 04:22:10 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Chuck Robey References: <48458DFC.9020004@telenix.org> Date: Wed, 04 Jun 2008 04:22:09 +0300 In-Reply-To: <48458DFC.9020004@telenix.org> (Chuck Robey's message of "Tue, 03 Jun 2008 14:31:24 -0400") Message-ID: <87y75m3sfy.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m541MBk2013516 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.759, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.64, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 01:22:36 -0000 On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey wrote: > Wonder if anyone could tell me why anything I do to run git-pull gives me a > coredump? The image that gets dumped is git-fetch, if that helps, and I was > just trying to update the xorg source tree. Hi Chuck, Something is obviously broken in Git 1.5.5. My installation from Ports core dumps pretty fast too: keramida@kobe:/home/keramida/git/erc$ git fetch Segmentation fault: 11 (core dumped) keramida@kobe:/home/keramida/git/erc$ I have a kernel+userland compiled with debugging symbols, and this seems to be a double-free bug in git-fetch(1): : keramida@kobe:/home/keramida$ cd git/erc : keramida@kobe:/home/keramida/git/erc$ git-fetch : Segmentation fault: 11 (core dumped) : keramida@kobe:/home/keramida/git/erc$ gdb /usr/local/bin/git-fetch git-fetch.core : GNU gdb 6.1.1 [FreeBSD] : Copyright 2004 Free Software Foundation, Inc. : GDB is free software, covered by the GNU General Public License, and you are : welcome to change it and/or distribute copies of it under certain conditions. : Type "show copying" to see the conditions. : There is absolutely no warranty for GDB. Type "show warranty" for details. : This GDB was configured as "i386-marcel-freebsd"...No symbol table is loaded. Use the "file" command. : : Core was generated by `git-fetch'. : Program terminated with signal 11, Segmentation fault. : Reading symbols from /usr/local/lib/libcurl.so.4...done. : Loaded symbols for /usr/local/lib/libcurl.so.4 : Reading symbols from /lib/libz.so.4...done. : Loaded symbols for /lib/libz.so.4 : Reading symbols from /usr/local/lib/libiconv.so.3...done. : Loaded symbols for /usr/local/lib/libiconv.so.3 : Reading symbols from /lib/libcrypto.so.5...done. : Loaded symbols for /lib/libcrypto.so.5 : Reading symbols from /lib/libc.so.7...done. : Loaded symbols for /lib/libc.so.7 : Reading symbols from /usr/lib/libssl.so.5...done. : Loaded symbols for /usr/lib/libssl.so.5 : Reading symbols from /libexec/ld-elf.so.1...done. : Loaded symbols for /libexec/ld-elf.so.1 : #0 idalloc (ptr=0x5a5a5a5a) at /home/build/src/lib/libc/stdlib/malloc.c:3386 : 3386 arena_dalloc(chunk->arena, chunk, ptr); : (gdb) bt : #0 idalloc (ptr=0x5a5a5a5a) at /home/build/src/lib/libc/stdlib/malloc.c:3386 : #1 0x28441357 in free (ptr=0x5a5a5a5a) at /home/build/src/lib/libc/stdlib/malloc.c:4714 : #2 0x080d7a54 in transport_unlock_pack () : #3 0x080667f7 in unlock_pack () : #4 0x28495af3 in __cxa_finalize (dso=0x0) at /home/build/src/lib/libc/stdlib/atexit.c:180 : #5 0x2844549a in exit (status=0) at /home/build/src/lib/libc/stdlib/exit.c:67 : #6 0x0804b15d in handle_internal_command () : #7 0x0804b88d in main () : (gdb) quit Note the 0x5a5a5a5a pointer value in free(). That's a bug in git-fetch. A double free() that our malloc uncovers. This is a double-free() because I'm running my laptop with: keramida@kobe:/home/keramida$ ls -l /etc/malloc* lrwxr-xr-x 1 root wheel - 2 Mar 28 19:31 /etc/malloc.conf -> AJ keramida@kobe:/home/keramida$ and 'J' enables the following malloc()/free() behavior: Each byte of new memory allocated by malloc(), realloc() or reallocf() will be initialized to 0xa5. All memory returned by free(), realloc() or reallocf() will be initialized to 0x5a. This is intended for debugging and will impact performance negatively. Are you also running with option 'J' enabled in `malloc.conf'? HTH, Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 01:31:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E321065672 for ; Wed, 4 Jun 2008 01:31:34 +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 295C18FC15 for ; Wed, 4 Jun 2008 01:31:33 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl138-114.kln.forthnet.gr [77.49.9.114]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m541VNn4013816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Jun 2008 04:31:29 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m541VNYc005613; Wed, 4 Jun 2008 04:31:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m541VMvC005612; Wed, 4 Jun 2008 04:31:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Chuck Robey References: <48458DFC.9020004@telenix.org> <87y75m3sfy.fsf@kobe.laptop> Date: Wed, 04 Jun 2008 04:31:22 +0300 In-Reply-To: <87y75m3sfy.fsf@kobe.laptop> (Giorgos Keramidas's message of "Wed, 04 Jun 2008 04:22:09 +0300") Message-ID: <87bq2i3s0l.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m541VNn4013816 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.76, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.64, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 01:31:34 -0000 On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas wrote: > On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey wrote: >> Wonder if anyone could tell me why anything I do to run git-pull gives me a >> coredump? The image that gets dumped is git-fetch, if that helps, and I was >> just trying to update the xorg source tree. > > Hi Chuck, > Something is obviously broken in Git 1.5.5. My installation from Ports > core dumps pretty fast too: > > keramida@kobe:/home/keramida/git/erc$ git fetch > Segmentation fault: 11 (core dumped) > keramida@kobe:/home/keramida/git/erc$ [...] > Are you also running with option 'J' enabled in `malloc.conf'? Verified. Setting malloc.conf options to 'aj', lets git-fetch run without crashing: : root@kobe:/etc# ln -fs aj malloc.conf : root@kobe:/etc# : : keramida@kobe:/home/keramida/git/erc$ git-fetch : keramida@kobe:/home/keramida/git/erc$ : root@kobe:/etc# ln -fs AJ malloc.conf : root@kobe:/etc# : : keramida@kobe:/home/keramida/git/erc$ git-fetch : Segmentation fault: 11 (core dumped) : keramida@kobe:/home/keramida/git/erc$ From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 02:14:46 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E40A106567A for ; Wed, 4 Jun 2008 02:14:46 +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 311F58FC1C for ; Wed, 4 Jun 2008 02:14:45 +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; 03 Jun 2008 22:14:45 -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.6-GA) with ESMTP id OSO28392; Tue, 3 Jun 2008 22:14:32 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 03 Jun 2008 22:14:29 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18501.64130.399693.258195@jerusalem.litteratus.org> Date: Tue, 3 Jun 2008 22:14:26 -0400 To: Christopher Sean Hilton In-Reply-To: <007DDE62-1CAA-4B22-A9FF-5EE90C5DBAC8@vindaloo.com> References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> <007DDE62-1CAA-4B22-A9FF-5EE90C5DBAC8@vindaloo.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) Cc: Wojciech Puchar , FreeBSD Questions Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 02:14:46 -0000 Christopher Sean Hilton writes: > ... but for some reason the printer manufacturers ship these > machines with very low RAM. Because the average consumer only looks at the shelf price. Most can't even explain why more memory is important, (I have a LaserJet 6MP - came with 3m, was uch perkier once I added 16.) Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 03:10:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F0EF106564A for ; Wed, 4 Jun 2008 03:10:24 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 222BE8FC15 for ; Wed, 4 Jun 2008 03:10:23 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1K3jOF-00038x-7j; Wed, 04 Jun 2008 04:10:19 +0100 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id m543AIm8014656; Wed, 4 Jun 2008 04:10:18 +0100 Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id 83036FCA4AF; Wed, 4 Jun 2008 04:10:13 +0100 (BST) Date: Wed, 4 Jun 2008 04:10:13 +0100 From: Frank Shute To: "Sam Fourman Jr." Message-ID: <20080604031013.GA70615@melon.esperance-linux.co.uk> Mail-Followup-To: "Sam Fourman Jr." , freebsd-questions@freebsd.org References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <86iqwsh1rh.fsf@gmail.com> <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.3-RELEASE-p2 i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (zetnet.co.uk [194.247.46.1]); Wed, 04 Jun 2008 04:10:19 +0100 (BST) Cc: freebsd-questions@freebsd.org Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 03:10:24 -0000 On Mon, Jun 02, 2008 at 05:17:28AM -0500, Sam Fourman Jr. wrote: > > > > > > csh: Cannot open /etc/termcap. > > > csh: using dumb terminal settings. > > > > Are you sure /usr/share/misc/termcap isn't empty and accesible > > on the target machine? > > lrwxr-xr-x 1 root wheel 23B May 31 2007 /etc/termcap@ -> > > /usr/share/misc/termcap > > > > I receive the following > %cp /usr/share/misc/termcap /etc/termcap > cp: /etc/termcap and /usr/share/misc/termcap are identical (not copied). > > > is there a quick fix to this? A quick fix would be to scp /usr/share/misc/termcap from your home machine to ~/.termcap on the remote host. Then ssh into remote host and: $ echo "TERMCAP=$HOME/.termcap" >> ~/.ssh/environment Log out and ssh in again. Might work. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 03:20:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC817106564A for ; Wed, 4 Jun 2008 03:20:44 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3CA8FC16 for ; Wed, 4 Jun 2008 03:20:44 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from guardian.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 80D5348176 for ; Tue, 3 Jun 2008 23:17:50 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by guardian.shadypond.com (Postfix) with ESMTPS id B463519BC4 for ; Wed, 4 Jun 2008 03:20:39 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Wed, 4 Jun 2008 03:20:34 +0000 References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> <20080604031013.GA70615@melon.esperance-linux.co.uk> In-Reply-To: <20080604031013.GA70615@melon.esperance-linux.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806040320.35720.lists-fbsd@shadypond.com> Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 03:20:44 -0000 On Wednesday 04 June 2008 03:10:13 Frank Shute wrote: > > A quick fix would be to scp /usr/share/misc/termcap from your home > machine to ~/.termcap on the remote host. > > Then ssh into remote host and: > > $ echo "TERMCAP=$HOME/.termcap" >> ~/.ssh/environment > > Log out and ssh in again. > > Might work. In other words, do it with a test account first, so you don't lock yourself out of your regular account. I have locked myself out a few times while testing things. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 03:44:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ED59106566C for ; Wed, 4 Jun 2008 03:44:58 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5068FC1B for ; Wed, 4 Jun 2008 03:44:58 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2033703rvf.43 for ; Tue, 03 Jun 2008 20:44:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=dfzx43yHzBcjq9z8hdLPhpBdtwEu5lGhwtyBDwH292w=; b=U3g/HBt3h34ARzhTfpwHS8HRwKm8Kh90oqwn6LsmwIaNbfd89YL5XQ1OZFCb1XEDVLcdkBRQ48odr+BNMf0OXdKpHcejbvAY9qHWUPV/2bNRVfnepk3AZEJNNlWp/W2+wRVF+H3NoTeb2h6TCuQqpTQon7hNeAAWmA3c8Qpu3Bk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Sd8lH1DHXMJQODoKeC5DPqGBw+UzrOkGz1qkHi3uk7yMbmf4j2KAopat8RfQD9nR44SR523Ny0pIGsy9WVpa6YOe2H6GKJiGiBIisFKBqpcfn+YDTLDAnpRtAzCiK7hxUl2uoc9QWN62PUDNs58hnUUw2qMymstM0FD0+kuz3o8= Received: by 10.140.136.1 with SMTP id j1mr3998163rvd.233.1212551097995; Tue, 03 Jun 2008 20:44:57 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Tue, 3 Jun 2008 20:44:57 -0700 (PDT) Message-ID: <11167f520806032044w4556c94aq1fa5ccfc15ea5218@mail.gmail.com> Date: Tue, 3 Jun 2008 22:44:57 -0500 From: "Sam Fourman Jr." To: Pollywog In-Reply-To: <200806040320.35720.lists-fbsd@shadypond.com> MIME-Version: 1.0 References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> <20080604031013.GA70615@melon.esperance-linux.co.uk> <200806040320.35720.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 03:44:58 -0000 I had a friend help me with this. the trouble is my TERM was set to wsvt25 somehow. and all I had to do was set it to env TERM cons25 and vim would compile. I am not even sure what I did to make wsvt25 happen, other than that is the terminal setting I use on my OpenBSD firewall (that I have to ssh into first before I ssh into my samba server (the one that has the termcap problem) Thank you for all your help Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 04:34:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32D77106564A for ; Wed, 4 Jun 2008 04:34:27 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id F03AD8FC17 for ; Wed, 4 Jun 2008 04:34:26 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1707632wfg.7 for ; Tue, 03 Jun 2008 21:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=g6u7oibY+Qt8WTZdNyAF2NNd3RdTNqABZnvSfj7DiwY=; b=huLm64kvP263RiR1vD3ZnZ54LRwb5lygiHEOWBtnnbaTAPW/vcB62Bkc8bgId6tVpAGFPS5VE5j1P3/tQ4qSMJqUWnAy35WICFphUTQw6R2gQBXW9Wmnfn+tyrXt+qWbW0Me9YRHD2XobfC4tGmDiWJ/0DdpnKVz6S41MNO9xJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aNFWHei2HK4Op5ZHIoDeBEB89gbqbD9SHzoMBXW9QEiX6SFhC+HacXqt4G5+GlNbdDy+g9/oERUcLiDfyHf6UQpl8362hSqozx0Fd71nRcWnaBRoiq53//KKIXgdpuf3ZAA2e+eSEe/fxV+P7/NPoOrmWTloEx7QVfD/ObUkacM= Received: by 10.142.81.6 with SMTP id e6mr4462134wfb.205.1212554066707; Tue, 03 Jun 2008 21:34:26 -0700 (PDT) Received: by 10.142.200.19 with HTTP; Tue, 3 Jun 2008 21:34:26 -0700 (PDT) Message-ID: <64c038660806032134m387ee47as314318d2720d7206@mail.gmail.com> Date: Tue, 3 Jun 2008 22:34:26 -0600 From: Modulok To: "Gary Kline" In-Reply-To: <1212269582.13063.96.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080529065732.GA36261@thought.org> <4a89d1190805290039k1f2dedb1he342b4a83d7453a6@mail.gmail.com> <200805291305.22567.kline@thought.org> <20080529220536.GA39115@melon.esperance-linux.co.uk> <20080530023902.GF62524@thought.org> <20080530204950.GA43574@melon.esperance-linux.co.uk> <20080531042858.GA23329@thought.org> <867idbc9at.fsf@riemann.mri.ernet.in> <1212269582.13063.96.camel@localhost> Cc: FreeBSD Mailing List Subject: Re: Stumped:: web HTML. Caution, may be OT. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 04:34:27 -0000 > looks like what i need NOW is a debugger, :-) i have virtually > zero design skills .... except "keep it simple" To quote Albert Einstein, "Everything should be made as simple as possible, but not simpler". Much of the problem with the web today is the reliance on 'designers,' who are primarily concerned with making things look pretty, rather than ensuring the delivering of the underlying content. The latter of which far supersedes the former in its importance. To that end, the less reliance your page has on the client's environment, something that is entirely beyond your control as a developer, the higher the probability of successfully delivering the content. (Which should be your main objective: If the content cannot be delivered, what was the bloody point?) JavaScript, CSS, browser plugins,... despite modern trends, should be avoid where possible. If they must be used, ensure that they do not compromise the delivery of the content, in the event those mechanisms are un-available to the client. For example, hyperlinks implemented solely in JavaScript is a sad state of modern affairs. The web is constantly evolving and may trends come and go, I can recall the days where JavaScript was the hot new thing and everyone used it to do utterly pointless things, like having snowflakes follow the pointer. Eventually it was realized that this was pointless, annoying, and hampered the delivery of the underlying content. Its usage faded out. Following this, was the rise of websites built around the then Macromedia Flash. Flash was the new web, going to replace conventional markup. This too was largely a commercial failure, as the delivery of the content was impaired. Eventually, the long-forgotten JavaScript had a resurgence with a new name and a few new friends (AJAX). Unfortunately, it comes with all of the same old problems. Though solutions to many of these problems exist, rarely are they used consistently and correctly. Additionally, one must question if the added functionality is worth the reduction in the probability of successful delivery. Telling people to upgrade their browser, or enable certain features is a cop-out which harkens back to the days of "make your browser this wide," followed by a horizontal rule. As far as editors and such, I personally write all of my code in a text editor, regardless of the language. I have used hand-written code in a text editor to implement websites for multi-million dollar companies. Ironically enough, I'm a visual effects artist. Anyway, I think I have likely gotten off topic myself and haven't contributed much to solving your original problem. Enough rambling out of me for now. Best of luck, Gary. -Modulok- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 05:14:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D5FB106567D for ; Wed, 4 Jun 2008 05:14:31 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id D6D998FC1A for ; Wed, 4 Jun 2008 05:14:30 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 3so852674ywj.61 for ; Tue, 03 Jun 2008 22:14:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=PqvjL1ZnZo7EZnnRlGixtnjuavJ1LH0qgBt2Zdn+q1Y=; b=mOS25BaS6eHtIubJjNkXtxeDVSRdrKdKUq/XguKTvWsQNeqLVje4xQ2COEIhZtoWsZXUQ3V78sMM3qi8ASTg4lNKJ0lNdvfWIaCjP8qyK1LxyIYQG1wHIAeEbrMxqACQ1EytdejK9BCU39sHJLy50ig/DejkFPUIiaqWRebMDyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=snVHH64hdHqkZjFBpUKNZpzt/tdRukYAC9czY+0Ww7JSPFLysXza7w3x0cMWQJMenUcD6zxXG7hk7LvGo8u8UfESWLP8QhqRIlBysGA9YgvIqHj+rWcq1zlugi/jWYYywk7C8BkWQxl6FvYphis4hjCev+5i0HJRsHuTXCFTo+Q= Received: by 10.150.52.2 with SMTP id z2mr5724735ybz.45.1212556469876; Tue, 03 Jun 2008 22:14:29 -0700 (PDT) Received: by 10.150.97.21 with HTTP; Tue, 3 Jun 2008 22:14:29 -0700 (PDT) Message-ID: Date: Wed, 4 Jun 2008 13:14:29 +0800 From: "Ruel Luchavez" To: freebsd-questions@freebsd.org. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Samba in Windows XP 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, 04 Jun 2008 05:14:31 -0000 Hi ALL I have installed the samba package 3.0.28 in my freebsd 7.0, the installation all goes well my problem only is when i add the samba in an existing workgroup i can access it in my windows xp client however if it has its own workgroup i always have this error in windows xp pro "The network path was not found".. what would i miss?? Freebsd Rocks..... From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 05:50:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 675A91065679 for ; Wed, 4 Jun 2008 05:50:23 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 189418FC18 for ; Wed, 4 Jun 2008 05:50:22 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1K3lt7-0002CY-Sv; Wed, 04 Jun 2008 06:50:21 +0100 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id m545oLWU019897; Wed, 4 Jun 2008 06:50:21 +0100 Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id 28B32FCA4AF; Wed, 4 Jun 2008 06:50:16 +0100 (BST) Date: Wed, 4 Jun 2008 06:50:16 +0100 From: Frank Shute To: "Sam Fourman Jr." Message-ID: <20080604055016.GA71002@melon.esperance-linux.co.uk> Mail-Followup-To: "Sam Fourman Jr." , freebsd-questions@freebsd.org References: <11167f520806011526v438bc9f1j8ccf4c174ea35761@mail.gmail.com> <11167f520806020317t223d2725y905b07b8ab3541dd@mail.gmail.com> <20080604031013.GA70615@melon.esperance-linux.co.uk> <200806040320.35720.lists-fbsd@shadypond.com> <11167f520806032044w4556c94aq1fa5ccfc15ea5218@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11167f520806032044w4556c94aq1fa5ccfc15ea5218@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.3-RELEASE-p2 i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (zetnet.co.uk [194.247.46.1]); Wed, 04 Jun 2008 06:50:21 +0100 (BST) Cc: freebsd-questions@freebsd.org Subject: Re: Cannot open /etc/termcap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 05:50:23 -0000 On Tue, Jun 03, 2008 at 10:44:57PM -0500, Sam Fourman Jr. wrote: > > I had a friend help me with this. the trouble is my TERM was set to > wsvt25 somehow. and all I had to do was set it to env TERM cons25 > and vim would compile. You would have expected to get an error message from csh along the lines of "$TERM not found in /etc/termcap" not "Cannot find /etc/termcap" wouldn't you? > > I am not even sure what I did to make wsvt25 happen, other than that > is the terminal setting I use on my OpenBSD firewall (that I have to > ssh into first before I ssh into my samba server (the one that has > the termcap problem) I don't know why it would take OpenBSD's $TERM. ssh should take $TERM from the target machine (according to the openssh manpage) which is cons25 by default. Is there a ~/.ssh/environment with $TERM set on your Samba server? You might want to set it there for future use to cons25. > > > Thank you for all your help Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 08:28:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C020F106564A for ; Wed, 4 Jun 2008 08:28:32 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 124E98FC23 for ; Wed, 4 Jun 2008 08:28:31 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m548Rh5X090104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jun 2008 09:27:44 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4846522D.1050806@unsane.co.uk> Date: Wed, 04 Jun 2008 09:28:29 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Long Story References: <48456670.8070304@unsane.co.uk> In-Reply-To: X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: any news? 3945 ABG driver! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 08:28:32 -0000 Long Story wrote: > Hi Vince! > > > The (rtfm) advice it might exist in 7.0R which I didnot install or upgrade to Yet, > Im using PC-BSD which is 6.3-R > and I think i need to do the driver manualy, any info ? > or i _have_ to go for 7.0-R for this driver to work ? As its not in 6.3 (sorry didnt think to check if it was before answering,) you could give it a go manually. http://www.clearchain.com/wiki/Wpi is the maintainers website for it but as its down at the moment, I'm not sure what the status of it on 6.x In 7.x its in the distro though. Vince > > Thanks. > > Marwan.> Date: Tue, 3 Jun 2008 16:42:40 +0100> From: jhary@unsane.co.uk> To: dead_line@hotmail.com> CC: freebsd-questions@freebsd.org> Subject: Re: any news? 3945 ABG driver!> > Long Story wrote:> > Hello Gurus,> > > > Well, any good news or working drivers for wireless 3945ABG ?> > for 7.0-R or 6.3-R ?> > Can anyone kindly provide any useful information ?> > > > man wpi ;)> > (sorry to rtfm you but the man page explains it better than I could)> > Vince> > > THANK YOU> > Marwan.> > _________________________________________________________________> > It’s easy to add contacts from Facebook and other social sites through Windows Live™ Messenger. Learn how.> > https://www.invite2messenger.net/im/?source=TXT_EML_WLH_LearnHow_______________________________________________> > 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"> > _________________________________________________________________ > Instantly invite friends from Facebook and other social networks to join you on Windows Live™ Messenger. > https://www.invite2messenger.net/im/?source=TXT_EML_WLH_InviteFriends_______________________________________________ > 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 Jun 4 08:44:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ABB9106567F for ; Wed, 4 Jun 2008 08:44:57 +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 DC8868FC1F for ; Wed, 4 Jun 2008 08:44:56 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m548it3V094339; Wed, 4 Jun 2008 01:44:56 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "prad" , Date: Wed, 4 Jun 2008 01:45:57 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <20080603090611.09512ba3@gom.home> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Wed, 04 Jun 2008 01:44:56 -0700 (PDT) Cc: Subject: RE: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 08:44:57 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of prad > Sent: Tuesday, June 03, 2008 9:06 AM > To: freebsd-questions@freebsd.org > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > On Tue, 3 Jun 2008 01:03:40 -0700 > "Ted Mittelstaedt" wrote: > > > (aside from the arrogant setting aside > > of 20 some years of BSD Unix history) > > > i don't really understand the reason for the changing beastie - who is > easily the cutest of any os (even better than the excellent puffy of > openbsd)! > > we link to freebsd with beastie and there are certainly > several beasties on http://www.freebsd.org/art.html, but none on > http://www.freebsd.org/logo.html suggesting that the logo is the logo, > but beastie is not? > > i always thought the daemon was inextricably linked with the bsds - i > think it appeared even on the older versions of netbsd and openbsd. > The issue started several years ago when one of the core developers started agitating for a different graphic. Apparently he had been asked too many times for his taste if the FreeBSD project had something to do with devil worship. A long drawn out argument ensued but core being core got their way. Core then started claiming Beastie wasn't a logo, he was a mascot and that it why we needed a logo (despite the fact that Beastie has been used as a logo for years) As a peace offering they tried the contest idea. The submissions were so crappy they extended the contest deadline. Finally they got a submission that they decided was OK and that "won" the contest. The FreeBSD community was not allowed to see the other entrants. It was your basic star chamber decision. Ted From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 08:45:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13579106566B for ; Wed, 4 Jun 2008 08:45:37 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7495D8FC21 for ; Wed, 4 Jun 2008 08:45:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m548imMs090299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jun 2008 09:44:49 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4846562D.1030801@unsane.co.uk> Date: Wed, 04 Jun 2008 09:45:33 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: triggerme2ice References: <17628876.post@talk.nabble.com> In-Reply-To: <17628876.post@talk.nabble.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help Installing Sun JDK 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, 04 Jun 2008 08:45:37 -0000 triggerme2ice wrote: > Hi all, > > I was wondering if anyone would know of a brute force way of installing the > (newest possible) sun JDK on FreeBSD 5.0 (or any other versions for further > info) > > Help a freeBSD user in need :teeth: The latest version in ports is 1.6.0.3p4 if you need more receent than that then no idea. If thats ok then cd /usr/port/java/jdk16 make Follow the instructions Also see http://www.freebsd.org/java/ 5.x has just been announce as no longer supported by ports though, although support wont be removed, just not updated and checked as changes are made. You will need a current jdk to compile it though and need to get the source files manually. To get a jdk to compile it I'd recommend installing the package from http://www.freebsdfoundation.org/downloads/java.shtml Although you could install one of the linux-sun-jdk* ports if you prefer. you can pkg_delete the old jdk once you have the new one installed. Vince From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 09:01:19 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F8571065671 for ; Wed, 4 Jun 2008 09:01:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 86B928FC18 for ; Wed, 4 Jun 2008 09:01:17 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5491BH9002002; Wed, 4 Jun 2008 11:01:11 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m54919Dt001999; Wed, 4 Jun 2008 11:01:11 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 4 Jun 2008 11:01:09 +0200 (CEST) From: Wojciech Puchar To: Christopher Sean Hilton In-Reply-To: <007DDE62-1CAA-4B22-A9FF-5EE90C5DBAC8@vindaloo.com> Message-ID: <20080604110047.E1997@wojtek.tensor.gdynia.pl> References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> <007DDE62-1CAA-4B22-A9FF-5EE90C5DBAC8@vindaloo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 09:01:19 -0000 > isn't all that hard but for some reason the printer manufacturers ship these > machines with very low RAM. the reason is to force you then buy high-priced RAMs for them. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 09:10:52 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97B391065677; Wed, 4 Jun 2008 09:10:52 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE438FC14; Wed, 4 Jun 2008 09:10:51 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m549AmmH017578; Wed, 4 Jun 2008 11:10:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m549Amvo017575; Wed, 4 Jun 2008 11:10:48 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 4 Jun 2008 11:10:48 +0200 (CEST) From: Wojciech Puchar To: Daniel Gerzo In-Reply-To: <872888403.20080603143905@rulez.sk> Message-ID: <20080604110955.H12910@wojtek.tensor.gdynia.pl> References: <20080603202740.W10542@wojtek.tensor.gdynia.pl> <872888403.20080603143905@rulez.sk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@FreeBSD.org Subject: Re: IPv6 jails for FreeBSD (6.* preferably) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 09:10:52 -0000 well it applied almost clean to FreeBSD 6.3! almost means i have to skip 2 patches to sctp_* files, as sctp doesn't exist in FreeBSD 6.*, everything else patched we will see after compiling. On Tue, 3 Jun 2008, Daniel Gerzo wrote: > Hello Wojciech, > > Tuesday, June 3, 2008, 8:27:56 PM, you wrote: > >> does patch exist for it? > > http://sources.zabbadoz.net/freebsd/jail.html > > -- > Best regards, > Daniel mailto:danger@FreeBSD.org > > From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 09:31:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BB0106566C for ; Wed, 4 Jun 2008 09:31:02 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.freebsd.org (Postfix) with ESMTP id 3258A8FC30 for ; Wed, 4 Jun 2008 09:31:01 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.2.3] (c122-106-190-227.belrs3.nsw.optusnet.com.au [122.106.190.227]) by mail17.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m549Uwba004524 for ; Wed, 4 Jun 2008 19:30:59 +1000 Message-Id: From: Jerahmy Pocott To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 19:30:51 +1000 X-Mailer: Apple Mail (2.924) Subject: Storing a copy of queued mail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 09:31:02 -0000 Hi, I have a 6.3 system running as a mail server, offering imap, pop3 and smtp. The smtp server can be used from anywhere because all users are required to authenticate with SMTP AUTH and it supports TLS. This is using sendmail 8.14.2. What I would like to do is have any mail submitted to the SMTP server to get automatically stored into an imap mailbox (I'm using mbox format currently) for that user, preferably based on the username they supplied to authenticate, but it could also be by the 'mail from:' field. Previously I have been configuring the users mail clients to do this, but they have proven completely unreliable and of course they may use different clients at different locations etc. Obviously having the server do this is still not 100% reliable, since they could still possibly use a different SMTP server, but I'm not going to worry about that currently as it's unlikely to happen often. It's sort of an unusual thing to have the MTA do, so I'v not been able to find anything about how I can get this to happen.. I thought maybe there might be a way to get the sent mail to be processed through procmail or something first.. Any thoughts on the best way to make this happen? Cheers, J. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 09:36:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F7911065678 for ; Wed, 4 Jun 2008 09:36:39 +0000 (UTC) (envelope-from joerg@mysql.com) Received: from mailgate-b.mysql.com (mailgate-b.mysql.com [64.212.38.36]) by mx1.freebsd.org (Postfix) with ESMTP id F31FA8FC1A for ; Wed, 4 Jun 2008 09:36:38 +0000 (UTC) (envelope-from joerg@mysql.com) Received: from mail.mysql.com (mailsend.mysql.com [10.100.1.123]) by mailgate-b.mysql.com (8.13.8/8.13.8) with ESMTP id m549aatP001497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jun 2008 11:36:36 +0200 Received: from [192.168.0.54] (p57A08264.dip0.t-ipconnect.de [87.160.130.100]) (authenticated bits=0) by mail.mysql.com (8.13.3/8.13.3) with ESMTP id m549aVwL017388 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jun 2008 11:36:32 +0200 Message-ID: <4846621D.6020102@mysql.com> Date: Wed, 04 Jun 2008 11:36:29 +0200 From: Joerg Bruehe User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: VeeJay References: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> In-Reply-To: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Cc: mysql@lists.mysql.com, FreeBSD-Questions Subject: Re: FreeBSD MySQL Performance Tunning suggestions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 09:36:39 -0000 Hi all ! VeeJay wrote: > [[...]] >=20 > At my job, I am going to build a Web Server with >=20 > 1. FreeBSD 7.0-RELEASE amd64 > 2. Apache 2.2.8 > 3. PHP 4.4.8 (or may be PHP5, what do you suggest?) >=20 > Server's hardware configuration is as follow: >=20 > 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB > 16GB (8x2GB Dual Rank DIMMs) 667MHz FBD > 6 x 450GB SAS 15k 3.5" HD Hot Plug > PERC 6/i, Integrated Controller Card x6 backplane > PE2950 III C5 MSS R10 Add-in PERC 5/i / 6/i 1 S > TCP/IP Offload Engine 2P > Broadcom TCP/IP Offload Engine functionality (TOE) Not Enabled >=20 > For FreeBSD 7.0-RELEASE amd64 Which MySQL 5.0 would be used ? > 1. FreeBSD 7.x (x86_64) > or > 2. FreeBSD 6.x (x86) Your machine has 16 GB of RAM. If you ever want to use really large caches in the MySQL server process, = you need to use a 64 bit binary, called "x86_64" in the MySQL package=20 file names. >=20 > I have done some googling and made these configuration files for Apache= and > MySQL? >=20 > Apache: > httpd.conf-----------------------------------------------------start---= --------- > [[... file snipped ...]] >=20 >=20 > MySQL: > my.cnf------------------------------------------------------------start= -------- > [[... file snipped ...]] >=20 >=20 > Is there something you can tune? You cannot tune without knowing which bottleneck you should widen, and=20 how much resources still are available. IMNSHO, you need to start with some configuration, put load onto it (as=20 representative as possible), then watch the system's behavior (take=20 measurements !), and only then determine which part you want to improve. Example: Database caches are good to reduce disk I/O and so to increase=20 performance, but you will not increase caches if your system is already=20 paging heavily (=3D your RAM is too small). There is no need to change any parameter unless a) its current setting restricts your performance, and you have sufficient resources to raise the limit, or b) its current setting allocates more resources than needed here, which could be used better at some other place. You need some initial run and measurement to check that. HTH, J=F6rg --=20 Joerg Bruehe, MySQL Build Team, joerg@mysql.com Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Dr. Roland Boemer Vorsitzender des Aufsichtsrates: Martin Haering Muenchen: HRB161028 From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 09:45:16 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B7D3106566B for ; Wed, 4 Jun 2008 09:45: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 191888FC15 for ; Wed, 4 Jun 2008 09:45:15 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m549jDnt094797; Wed, 4 Jun 2008 02:45:14 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Chuck Robey" Date: Wed, 4 Jun 2008 02:46:15 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <48456C66.6070309@telenix.org> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Wed, 04 Jun 2008 02:45:15 -0700 (PDT) Cc: Wojciech Puchar , FreeBSD Questions Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 09:45:16 -0000 > -----Original Message----- > From: Chuck Robey [mailto:chuckr@telenix.org] > Sent: Tuesday, June 03, 2008 9:08 AM > To: Ted Mittelstaedt > Cc: Wojciech Puchar; Warren Block; FreeBSD Questions > Subject: Re: Duplex printer advice > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ted Mittelstaedt wrote: > > > >> -----Original Message----- > >> From: owner-freebsd-questions@freebsd.org > >> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > Wojciech Puchar > >> Sent: Tuesday, June 03, 2008 1:06 AM > >> To: Warren Block > >> Cc: FreeBSD Questions > >> Subject: RE: Duplex printer advice > >> > >> > >>> This depends a lot on your print jobs. Low quality machine-generated > >>> PostScript output can be slow. PCL can also be slow. The only > >> way to really > >>> know is to benchmark with your print jobs. > >> there was no case i found postscript to print faster. > >> > > > > You won't on an HP printer, at least not an older one. > > ?? I had one of the original LaserJet-1's, which derived it's postscript > emulation via a plugin cartridge. What part of: "...there was no case i found postscript to print faster...You won't on an HP printer, at least not an older one..." is not understandable? Let me repeat - on most HP printers PostScript IS SLOWER BECAUSE HP DESIGNED IT THAT WAY. It is NOT slower because of some inherent issue with PostScript itself. Did you know that Ghostscript is used as the Postscript engine in a number of printers? Ted From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 09:54:07 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D313D1065670 for ; Wed, 4 Jun 2008 09:54:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id CDA7A8FC16 for ; Wed, 4 Jun 2008 09:54:06 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m549s3Xl027038; Wed, 4 Jun 2008 11:54:03 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m549s20L027035; Wed, 4 Jun 2008 11:54:03 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 4 Jun 2008 11:54:02 +0200 (CEST) From: Wojciech Puchar To: Ted Mittelstaedt In-Reply-To: Message-ID: <20080604115338.Y27016@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions , Chuck Robey Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 09:54:07 -0000 > > Did you know that Ghostscript is used as the Postscript engine > in a number of printers? very possible as it's one of the best renderer available - for free. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 10:03:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA2CB1065687 for ; Wed, 4 Jun 2008 10:03:48 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 9616B8FC26 for ; Wed, 4 Jun 2008 10:03:48 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by yw-out-2324.google.com with SMTP id 9so9700ywe.13 for ; Wed, 04 Jun 2008 03:03:47 -0700 (PDT) Received: by 10.151.102.8 with SMTP id e8mr3925808ybm.61.1212573827682; Wed, 04 Jun 2008 03:03:47 -0700 (PDT) Received: from scorpio ( [67.189.233.182]) by mx.google.com with ESMTPS id 9sm1507256ywf.9.2008.06.04.03.03.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Jun 2008 03:03:35 -0700 (PDT) Date: Wed, 4 Jun 2008 06:03:19 -0400 From: Gerard To: freebsd-questions@freebsd.org Message-ID: <20080604060319.235a9a54@scorpio> In-Reply-To: <20080604110047.E1997@wojtek.tensor.gdynia.pl> References: <20080602232417.J36835@wojtek.tensor.gdynia.pl> <007DDE62-1CAA-4B22-A9FF-5EE90C5DBAC8@vindaloo.com> <20080604110047.E1997@wojtek.tensor.gdynia.pl> Organization: seibercom.net X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC 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 X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/h9Oy5agjDGk_7vKSSR_dYOd"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: Duplex printer advice 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, 04 Jun 2008 10:03:49 -0000 --Sig_/h9Oy5agjDGk_7vKSSR_dYOd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 4 Jun 2008 11:01:09 +0200 (CEST) Wojciech Puchar wrote: > > isn't all that hard but for some reason the printer manufacturers > > ship these machines with very low RAM. =20 >=20 > the reason is to force you then buy high-priced RAMs for them. The market for printers is a very competitive one. Any manufacturer has to factor in the cost of the base machine, plus addition components, so as to compute a selling price that will be competitive with his competition. A manufacturer could easily load up his product will all the RAM he wanted; however, if he could not sell the product, or at least a sufficient number of them to turn a profit, then that effort would be for naught. Personally, I have not found the secondary RAM market to be all that expensive anyway. If there is no need to spit out 24 sheets per minute, then why waste the resources on it? --=20 Gerard gerard@seibercom.net You know it's going to be a long day when you get up, shave and shower, start to get dressed and your shoes are still warm. Dean Webber --Sig_/h9Oy5agjDGk_7vKSSR_dYOd Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhGaG8ACgkQ6DWTaTcTwMmwgQCcCDQGIyyn5kysDE5hsq2FhpRz wA0AnAoYsrTYM1xk4AjYnXzgWBA6qecu =6VMP -----END PGP SIGNATURE----- --Sig_/h9Oy5agjDGk_7vKSSR_dYOd-- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 10:57:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31BCD1065683 for ; Wed, 4 Jun 2008 10:57:39 +0000 (UTC) (envelope-from apredoehl@go.mailsvc.com) Received: from mailsvc.com (mail.mailsvc.com [63.247.192.101]) by mx1.freebsd.org (Postfix) with ESMTP id EA7568FC22 for ; Wed, 4 Jun 2008 10:57:38 +0000 (UTC) (envelope-from apredoehl@go.mailsvc.com) Received: from [72.55.205.206] (account apredoehl@go.mailsvc.com) by mailsvc.com (CommuniGate Pro WebUser 5.0.8) with HTTP id 958139983 for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 04:27:37 -0600 From: andrew@predoehl.net To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro WebUser v5.0.8 Date: Wed, 04 Jun 2008 04:27:37 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit Subject: Problem with makeinfo when I'm building devel/autoconf-262 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 10:57:39 -0000 Hello. I'm running FreeBSD 5.5 and trying to build autoconfig 2.62 from ports (due iirc to an update to the autotools port in mid-May). Everything goes fine until we reach the doc directory. Unfortunately then the texinfo source upsets makeinfo. I don't understand texinfo source and I can't figure out how to fix it. Can anyone give me some advice? TIA. Here is the (trimmed but still somewhat lengthy) output of the build: [root@foobar /usr/ports/devel/autoconf262]# make ===> Extracting for autoconf-2.62 => MD5 Checksum OK for autoconf-2.62.tar.bz2. => SHA256 Checksum OK for autoconf-2.62.tar.bz2. ===> autoconf-2.62 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for autoconf-2.62 ===> autoconf-2.62 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for autoconf-2.62 ===> autoconf-2.62 depends on executable: gm4 - found ===> autoconf-2.62 depends on executable: help2man - found ===> autoconf-2.62 depends on executable: gmake - found ===> autoconf-2.62 depends on file: /usr/local/bin/perl5.8.8 - found ===> Configuring for autoconf-2.62 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no (******* SEVERAL LINES SNIPPED **********) config.status: creating lib/autotest/Makefile config.status: creating bin/Makefile config.status: WARNING: not linking GNUmakefile to itself config.status: executing tests/atconfig commands ===> Building for autoconf-2.62 gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/autoconf262/work/autoconf-2.62' Making all in bin gmake[2]: Entering directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/bin' rm -f autom4te autom4te.tmp srcdir=''; \ test -f ./autom4te.in || srcdir=./; \ sed -e 's|@SHELL[@]|/bin/sh|g' -e 's|@PERL[@]|/usr/bin/perl|g' -e 's|@bindir[@]|/usr/local/bin|g' -e 's|@datadir[@]|/usr/local/share/autoconf-2.62|g' -e 's|@prefix[@]|/usr/local|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's&$&-2.62&'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's&$&-2.62&'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's&$&-2.62&'`'|g' -e 's|@M4[@]|/usr/local/bin/gm4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@AWK[@]|nawk|g' -e 's|@RELEASE_YEAR[@]|'`sed 's/^\([0-9][0-9][0-9][0-9]\).*/\1/;q' ../ChangeLog`'|g' -e 's|@VERSION[@]|2.62|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from autom4te.in; do not edit by hand.|g' ${srcdir}autom4te.in >autom4te.tmp chmod +x autom4te.tmp chmod a-w autom4te.tmp mv autom4te.tmp autom4te cd ../lib && gmake autom4te.cfg gmake[3]: Entering directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/lib' (************ MANY LINES SNIPPED ***********) gmake[3]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/lib' gmake[2]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/lib' Making all in doc gmake[2]: Entering directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/doc' Updating ./version.texi restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /usr/ports/devel/autoconf262/work/autoconf-2.62/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \ for f in autoconf-2.62.info autoconf-2.62.info-[0-9] autoconf-2.62.info-[0-9][0-9] autoconf-2.62.i[0-9] autoconf-2.62.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /usr/ports/devel/autoconf262/work/autoconf-2.62/build-aux/missing --run makeinfo --no-split -I . \ -o autoconf-2.62.info autoconf-2.62.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./autoconf-2.62.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc autoconf-2.62.texi:1723: Unknown command `'. autoconf-2.62.texi:3353: Unknown command `'. autoconf-2.62.texi:3920: Unknown command `'. autoconf-2.62.texi:3935: Unknown command `'. autoconf-2.62.texi:3947: Unknown command `'. autoconf-2.62.texi:3965: Unknown command `'. autoconf-2.62.texi:3986: Unknown command `'. autoconf-2.62.texi:4001: Unknown command `'. autoconf-2.62.texi:4019: Unknown command `'. autoconf-2.62.texi:4027: Unknown command `'. autoconf-2.62.texi:4035: Unknown command `'. autoconf-2.62.texi:4078: Unknown command `'. autoconf-2.62.texi:4085: Unknown command `'. autoconf-2.62.texi:4105: Unknown command `'. autoconf-2.62.texi:4113: Unknown command `'. autoconf-2.62.texi:4130: Unknown command `'. autoconf-2.62.texi:4171: Unknown command `'. autoconf-2.62.texi:5070: Unknown command `'. autoconf-2.62.texi:5083: Unknown command `'. autoconf-2.62.texi:5713: Unknown command `'. autoconf-2.62.texi:5731: Unknown command `'. autoconf-2.62.texi:5817: Unknown command `'. autoconf-2.62.texi:5834: Unknown command `'. autoconf-2.62.texi:5989: Unknown command `'. autoconf-2.62.texi:6011: Unknown command `'. autoconf-2.62.texi:6310: Unknown command `'. autoconf-2.62.texi:6326: Unknown command `'. autoconf-2.62.texi:6417: Unknown command `'. autoconf-2.62.texi:6452: Unknown command `'. autoconf-2.62.texi:6723: Unknown command `'. autoconf-2.62.texi:7398: Unknown command `'. autoconf-2.62.texi:7652: Unknown command `'. autoconf-2.62.texi:8146: Unknown command `'. autoconf-2.62.texi:8202: Unknown command `'. autoconf-2.62.texi:8212: Unknown command `'. autoconf-2.62.texi:8232: Unknown command `'. autoconf-2.62.texi:8275: Unknown command `'. autoconf-2.62.texi:8313: Unknown command `'. autoconf-2.62.texi:8859: Unknown command `'. autoconf-2.62.texi:10556: Unknown command `'. autoconf-2.62.texi:10566: Unknown command `'. autoconf-2.62.texi:10586: Unknown command `'. autoconf-2.62.texi:10599: Unknown command `'. autoconf-2.62.texi:10719: Unknown command `'. autoconf-2.62.texi:10995: Unknown command `'. autoconf-2.62.texi:11061: Unknown command `'. autoconf-2.62.texi:11161: Unknown command `'. autoconf-2.62.texi:11401: Unknown command `'. autoconf-2.62.texi:17391: Unknown command `'. autoconf-2.62.texi:17546: Unknown command `'. autoconf-2.62.texi:17584: Unknown command `'. autoconf-2.62.texi:18418: Unknown command `'. autoconf-2.62.texi:18535: Unknown command `'. autoconf-2.62.texi:18624: Unknown command `'. autoconf-2.62.texi:19143: Unknown command `'. autoconf-2.62.texi:19185: Unknown command `'. autoconf-2.62.texi:19219: Unknown command `'. autoconf-2.62.texi:19231: Unknown command `'. autoconf-2.62.texi:19305: Unknown command `'. autoconf-2.62.texi:20258: Unknown command `'. makeinfo: Removing output file `autoconf-2.62.info' due to errors; use --force to preserve. gmake[2]: *** [autoconf-2.62.info] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62/doc' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/autoconf262/work/autoconf-2.62' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/autoconf262. [root@foobar /usr/ports/devel/autoconf262]# From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 11:54:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B91BE106567A for ; Wed, 4 Jun 2008 11:54:53 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (203-219-142-174.static.tpgi.com.au [203.219.142.174]) by mx1.freebsd.org (Postfix) with ESMTP id 360208FC13 for ; Wed, 4 Jun 2008 11:54:52 +0000 (UTC) (envelope-from Fraser@mail.frase.id.au) Received: from mail.frase.id.au (localhost [127.0.0.1]) by mail.frase.id.au (8.14.2/8.14.2) with ESMTP id m54BsorB098803 for ; Wed, 4 Jun 2008 21:54:51 +1000 (EST) (envelope-from Fraser@mail.frase.id.au) Received: (from Fraser@localhost) by mail.frase.id.au (8.14.2/8.14.2/Submit) id m54BsowQ098802 for freebsd-questions@freebsd.org; Wed, 4 Jun 2008 21:54:50 +1000 (EST) (envelope-from Fraser) Date: Wed, 4 Jun 2008 21:54:50 +1000 From: Fraser Tweedale To: freebsd-questions@freebsd.org Message-ID: <20080604115449.GA1070@bacardi> References: <20080603090611.09512ba3@gom.home> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 11:54:53 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 04, 2008 at 01:45:57AM -0700, Ted Mittelstaedt wrote: > [snip]=20 > The issue started several years ago when one of the core > developers started agitating for a different graphic. Apparently > he had been asked too many times for his taste if the FreeBSD > project had something to do with devil worship. A long drawn > out argument ensued but core being core got their way. Core > then started claiming Beastie wasn't a logo, he was a mascot > and that it why we needed a logo (despite the fact that Beastie > has been used as a logo for years) As a > peace offering they tried the contest idea. The submissions > were so crappy they extended the contest deadline. Finally > they got a submission that they decided was OK and that "won" > the contest. The FreeBSD community was not allowed to see > the other entrants. It was your basic star chamber decision. >=20 > Ted I always have wondered about the other entries. Surely someone has got a copy of them lying around; I (and I'm sure many others) would be quite interested to see them, if such a thing is possible. frase --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhGgocACgkQPw/2FZbemTX1OQCePBQOG0rk6DrgDrrw9wrS8Wz3 a10An2abuWRHvx/sjg6gxEwfkPJf10w+ =lMLd -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 12:17:07 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BFE41065679 for ; Wed, 4 Jun 2008 12:17:07 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5ED978FC1E for ; Wed, 4 Jun 2008 12:17:07 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from [10.0.0.183] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id m54CGVBE1232002 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Wed, 4 Jun 2008 07:16:32 -0500 (CDT) From: David Kelly To: Ted Mittelstaedt In-Reply-To: X-Priority: 3 (Normal) References: Message-Id: <43742D27-BF20-4BDF-B73C-2AB6B28B1471@hiwaay.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 07:16:28 -0500 X-Mailer: Apple Mail (2.924) Cc: Wojciech Puchar , FreeBSD Questions , Chuck Robey Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 12:17:07 -0000 On Jun 4, 2008, at 4:46 AM, Ted Mittelstaedt wrote: > What part of: > > "...there was no case i found postscript to print faster...You won't > on an > HP printer, at least not an older one..." > > is not understandable? > > Let me repeat - on most HP printers PostScript IS SLOWER BECAUSE > HP DESIGNED IT THAT WAY. It is NOT slower because of some inherent > issue with PostScript itself. > > Did you know that Ghostscript is used as the Postscript engine > in a number of printers? Only in "postscript compatible" printers such as the Brother HL-5250DN. When Genuine Postscript is included it is ported to the printer by Adobe. Adobe does not allow it to be crippled as conspiracy-theory Ted claims. All genuine Postscript printers ship with similar CPUs, originally Motorola 68000 family, for this very reason. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 12:20:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A77C1065679 for ; Wed, 4 Jun 2008 12:20:09 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id 5828B8FC1E for ; Wed, 4 Jun 2008 12:20:09 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id EFF6978D73; Wed, 4 Jun 2008 14:20:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-4.4 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from nogrod.nicoelro.net (201.111.82-79.rev.gaoland.net [79.82.111.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id 457DB78D00 for ; Wed, 4 Jun 2008 14:20:07 +0200 (CEST) Date: Wed, 4 Jun 2008 14:20:04 +0200 From: Nicolas Letellier To: FreeBSD Questions Message-ID: <20080604142004.15d83a57@nogrod.nicoelro.net> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-unknown-openbsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: use a specific php.ini for php cli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 12:20:09 -0000 Hello. I would like to know if it is possible to have another php.ini for php command line? I have a php.ini with many restrictions (open_basedir, disabled functions, etc...) used by apache (and mod_php). I would like to user another php.ini file for php command line (I don't want to have disabled functions or safe_mode for command line php). I use php5 in the port tree. Thanks for your informations. -- - Nicolas. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 12:21:33 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C843106568D for ; Wed, 4 Jun 2008 12:21:33 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id A75108FC19 for ; Wed, 4 Jun 2008 12:21:32 +0000 (UTC) (envelope-from dkelly@hiwaay.net) Received: from [10.0.0.183] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id m54CLSHu1268028 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Wed, 4 Jun 2008 07:21:29 -0500 (CDT) From: David Kelly To: Wojciech Puchar In-Reply-To: <20080604115338.Y27016@wojtek.tensor.gdynia.pl> References: <20080604115338.Y27016@wojtek.tensor.gdynia.pl> Message-Id: <9F46CCCB-BF6A-4DA3-8129-D0F46D37337E@hiwaay.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 07:21:27 -0500 X-Mailer: Apple Mail (2.924) Cc: FreeBSD Questions , Chuck Robey , Ted Mittelstaedt Subject: Re: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 12:21:33 -0000 On Jun 4, 2008, at 4:54 AM, Wojciech Puchar wrote: >> Did you know that Ghostscript is used as the Postscript engine >> in a number of printers? > > very possible as it's one of the best renderer available - for free. There was a PBS computer show interviewing historically important people. Believe it was the first episode interviewing Andy Hertzfeld. When the discussion rolled around to open source software Andy said someone he knew was making a very good living porting and supporting Ghostscript to embedded printers. Possibly one of the principals behind ghostscript. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 12:32:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CEF1065672 for ; Wed, 4 Jun 2008 12:32:45 +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 B3BC98FC30 for ; Wed, 4 Jun 2008 12:32:45 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.ws.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 ESMTPSA id 61E22EBC08; Wed, 4 Jun 2008 08:32:44 -0400 (EDT) Date: Wed, 4 Jun 2008 08:31:59 -0400 From: Bill Moran To: Nicolas Letellier Message-Id: <20080604083159.cbaafd2c.wmoran@potentialtech.com> In-Reply-To: <20080604142004.15d83a57@nogrod.nicoelro.net> References: <20080604142004.15d83a57@nogrod.nicoelro.net> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: use a specific php.ini for php cli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 12:32:46 -0000 In response to Nicolas Letellier : > Hello. > > I would like to know if it is possible to have another php.ini for php > command line? I have a php.ini with many restrictions (open_basedir, > disabled functions, etc...) used by apache (and mod_php). > > I would like to user another php.ini file for php command line (I don't > want to have disabled functions or safe_mode for command line php). > > I use php5 in the port tree. >From 'man php': --php-ini path|file -c path|file Look for php.ini file in the directory path or use the specified file -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 13:18:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E84E3106566B for ; Wed, 4 Jun 2008 13:18:03 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id A2FC08FC1E for ; Wed, 4 Jun 2008 13:18:03 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1K3ssI-0000aJ-Mu for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 14:18:03 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1K3ssI-0002QV-2d for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 14:17:58 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2) with ESMTP id m54DHvju028942 for ; Wed, 4 Jun 2008 14:17:57 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2/Submit) id m54DHvwM028939 for freebsd-questions@freebsd.org; Wed, 4 Jun 2008 14:17:57 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 4 Jun 2008 14:17:57 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20080604131757.GA11105@mech-aslap33.men.bris.ac.uk> 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.3i X-Spam-Score: -1.4 X-Spam-Level: - Subject: no GNU fortran in FBSD 7.0 base system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 13:18:04 -0000 I just upgraded to FBSD 7.0 and tried to compile a test fortran program with the GCC fortran compiler: % gcc tmp.f90 gcc: tmp.f90: Fortran compiler not installed on this system % % gcc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] % Do I understand correctly that with this FBSD release GCC 4.2.1 does not include the fortran compiler? Or has I missed some flag/setting during buildworld stage? Sure, I can install ports/lang/gcc42, but I thought the fortran compiler would be available in the base system. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 13:32:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F091106566C for ; Wed, 4 Jun 2008 13:32:29 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C934E8FC1A for ; Wed, 4 Jun 2008 13:32:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4846996C.1080501@FreeBSD.org> Date: Wed, 04 Jun 2008 15:32:28 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080604131757.GA11105@mech-aslap33.men.bris.ac.uk> In-Reply-To: <20080604131757.GA11105@mech-aslap33.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: no GNU fortran in FBSD 7.0 base system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 13:32:29 -0000 Anton Shterenlikht wrote: > I just upgraded to FBSD 7.0 and tried to compile a test fortran > program with the GCC fortran compiler: > > % gcc tmp.f90 > gcc: tmp.f90: Fortran compiler not installed on this system > % > > % gcc -v > Using built-in specs. > Target: i386-undermydesk-freebsd > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > % > > Do I understand correctly that with this FBSD release GCC 4.2.1 does > not include the fortran compiler? > > Or has I missed some flag/setting during buildworld stage? > > Sure, I can install ports/lang/gcc42, but I thought the fortran compiler > would be available in the base system. It was removed since fortran support is unused within FreeBSD and has become uncommon in the user community. Switching to the port should present no difficulties. Kris From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 14:37:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67336106566B for ; Wed, 4 Jun 2008 14:37:36 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id D4BC28FC2F for ; Wed, 4 Jun 2008 14:37:35 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m549Di1b008123 for ; Wed, 4 Jun 2008 19:13:44 +1000 Received: from [10.0.2.3] (c122-106-190-227.belrs3.nsw.optusnet.com.au [122.106.190.227]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m549DcSe015747 for ; Wed, 4 Jun 2008 19:13:38 +1000 Message-Id: From: Jerahmy Pocott To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 19:13:36 +1000 X-Mailer: Apple Mail (2.924) Subject: DVD Writer 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: Wed, 04 Jun 2008 14:37:36 -0000 Hello, I'v been having problems getting this DVD drive working at all, I'm running on 6.3 p1.. On boot it is detected as: acd0: DMA limited to UDMA33, controller found non-ATA66 cable acd0: DVDR at ata0-master UDMA33 Which is the first sign of trouble, it is connected by an ATA66 capable cable and I'v tried swapping over the cable to rule out a faulty cable and the message is the same. It is connected to: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 When trying to use burncd on it, the drives light flashes for a while then after a delay I get: acd0: FAILURE - READ_TRACK_INFO ILLEGAL REQUEST asc=0x24 ascq=0x00 On the console and any further attempt to use the drive results in that message being repeated without any delay, also trying to use the atapiscsi device results in a similar message: acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 Any thoughts on what problem here is? It seems that the controller isn't working properly with it? Cheers, J. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 15:03:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 753C0106564A for ; Wed, 4 Jun 2008 15:03:39 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id 272578FC16 for ; Wed, 4 Jun 2008 15:03:39 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so61394rne.12 for ; Wed, 04 Jun 2008 08:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=Io1soyOdkavQsK2lJN0f8Gbt+h6IpZBah/V0oK+IEbg=; b=iDlHlb7DW3LMOH/3rPKFTcK0D8dLrVZkhq85cINrGBjd5pWftB0e2F4cwXsijiRjIT AdGR409Oip12cQVQ9f6AEikcbJuE4Jgaf/FX3fQx9U7tKpRDqACvMJw6O8Ces7atMLN0 jKOU4J4ONeRYzJpzH5+c4kyI3qAQQEBvkqTQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Crcx/LdTxBvXEUjBKxv1wJiyrMe6HeuD88oHax7+Fuwp9qulosnq9D/lOeac7XCRDH N2tacGQWi5SOtRlndtfUnVaB4qatTFe1cHHWQSVLHYmncZ251fsLlL3bl5YR9P8wq9gU MO7a85YWxaGViKRPCs5pxai1gNe2oSB5DPsbU= Received: by 10.114.13.1 with SMTP id 1mr43894wam.96.1212591813730; Wed, 04 Jun 2008 08:03:33 -0700 (PDT) Received: by 10.114.95.6 with HTTP; Wed, 4 Jun 2008 08:03:33 -0700 (PDT) Message-ID: <2cd0a0da0806040803g7eae3b2bvfb7fcf7bedd9afb8@mail.gmail.com> Date: Wed, 4 Jun 2008 17:03:33 +0200 From: VeeJay To: FreeBSD-Questions , VeeJay MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: New Kernel with Dell PE2950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 15:03:39 -0000 Hi guys I am going to install a Web Server (apache+mysql+php) at my work place. To boost performance, I am just thinking that should I configure and rebuild FreeBSD KERNEL for this hardware? And if so, what paramters I should follow? Any help would be highly appreciated. Server's hardware configuration is as follow: 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB 16GB (8x2GB Dual Rank DIMMs) 667MHz FBD 6 x 450GB SAS 15k 3.5" HD Hot Plug PERC 6/i, Integrated Controller Card x6 backplane PE2950 III C5 MSS R10 Add-in PERC 5/i / 6/i 1 S TCP/IP Offload Engine 2P Broadcom TCP/IP Offload Engine functionality (TOE) Not Enabled Thank you guys. VJ BR / vj From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 15:06:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E00D1065676 for ; Wed, 4 Jun 2008 15:06:28 +0000 (UTC) (envelope-from jcigar@ulb.ac.be) Received: from smtp.vub.ac.be (smtp.vub.ac.be [134.184.129.111]) by mx1.freebsd.org (Postfix) with ESMTP id 325328FC22 for ; Wed, 4 Jun 2008 15:06:27 +0000 (UTC) (envelope-from jcigar@ulb.ac.be) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjYBAHJMRkikD30E/2dsb2JhbAAIsD0 Received: from bebif01.ulb.ac.be (HELO [10.0.0.194]) ([164.15.125.4]) by smtp.vub.ac.be with ESMTP; 04 Jun 2008 17:06:25 +0200 From: Julien Cigar To: Jerahmy Pocott In-Reply-To: References: Content-Type: text/plain; charset=utf-8 Date: Wed, 04 Jun 2008 19:14:21 +0200 Message-Id: <1212599661.2609.6.camel@frodon.be-bif.ulb.ac.be> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: DVD Writer 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: Wed, 04 Jun 2008 15:06:28 -0000 I have also this problem on almost all my machines .. the only solution I found is to disable DMA (atapi_dma), but then performances are very poor .. If you find a solution please let us know :) On Wed, 2008-06-04 at 19:13 +1000, Jerahmy Pocott wrote: > Hello, > > I'v been having problems getting this DVD drive working at all, I'm > running on 6.3 p1.. > > On boot it is detected as: > acd0: DMA limited to UDMA33, controller found non-ATA66 cable > acd0: DVDR at ata0-master UDMA33 > > Which is the first sign of trouble, it is connected by an ATA66 > capable cable and I'v tried swapping over the cable to rule out a > faulty cable and the message is the same. > > It is connected to: > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device > 31.1 on pci0 > ata0: on atapci0 > ata1: on atapci0 > > > When trying to use burncd on it, the drives light flashes for a while > then after a delay I get: > acd0: FAILURE - READ_TRACK_INFO ILLEGAL REQUEST asc=0x24 ascq=0x00 > > On the console and any further attempt to use the drive results in > that message being repeated without any delay, also trying to use the > atapiscsi device results in a similar message: > acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 > > > Any thoughts on what problem here is? It seems that the controller > isn't working properly with it? > > Cheers, > J. > _______________________________________________ > 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" -- Julien Cigar Belgian Biodiversity Platform http://www.biodiversity.be Université Libre de Bruxelles (ULB) Campus de la Plaine CP 257 Bâtiment NO, Bureau 4 N4 115C (Niveau 4) Boulevard du Triomphe, entrée ULB 2 B-1050 Bruxelles Mail: jcigar@ulb.ac.be @biobel: http://biobel.biodiversity.be/person/show/471 Tel : 02 650 57 52 From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 15:47:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D021065670 for ; Wed, 4 Jun 2008 15:47:30 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id DC22C8FC0A for ; Wed, 4 Jun 2008 15:47:29 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: (qmail 16987 invoked from network); 4 Jun 2008 15:47:29 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 4 Jun 2008 15:47:29 -0000 Message-ID: <4846B6DA.4070402@telenix.org> Date: Wed, 04 Jun 2008 11:38:02 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: Giorgos Keramidas References: <48458DFC.9020004@telenix.org> <87y75m3sfy.fsf@kobe.laptop> <87bq2i3s0l.fsf@kobe.laptop> In-Reply-To: <87bq2i3s0l.fsf@kobe.laptop> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 15:47:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Giorgos Keramidas wrote: > On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas wrote: >> On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey wrote: >>> Wonder if anyone could tell me why anything I do to run git-pull gives me a >>> coredump? The image that gets dumped is git-fetch, if that helps, and I was >>> just trying to update the xorg source tree. >> Hi Chuck, >> Something is obviously broken in Git 1.5.5. My installation from Ports >> core dumps pretty fast too: >> >> keramida@kobe:/home/keramida/git/erc$ git fetch >> Segmentation fault: 11 (core dumped) >> keramida@kobe:/home/keramida/git/erc$ > [...] >> Are you also running with option 'J' enabled in `malloc.conf'? > > Verified. Setting malloc.conf options to 'aj', lets git-fetch run > without crashing: I moved the discussion to hackers, take a look over there for more info, I don't think it's malloc, and I think I've proved at least part of my case. > > : root@kobe:/etc# ln -fs aj malloc.conf > : root@kobe:/etc# > : > : keramida@kobe:/home/keramida/git/erc$ git-fetch > : keramida@kobe:/home/keramida/git/erc$ > > : root@kobe:/etc# ln -fs AJ malloc.conf > : root@kobe:/etc# > : > : keramida@kobe:/home/keramida/git/erc$ git-fetch > : Segmentation fault: 11 (core dumped) > : keramida@kobe:/home/keramida/git/erc$ > > _______________________________________________ > 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" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIRrbaz62J6PPcoOkRAnD+AJsFPoO9okMslbl9PMN8g22qlYzGVwCeIIwX q0iQ6ZVYE4O60iIaKtngknI= =vKAo -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 15:51:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1775F106564A for ; Wed, 4 Jun 2008 15:51:15 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd2mo1so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id DE6F28FC0A for ; Wed, 4 Jun 2008 15:51:14 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd3mr6so.prod.shaw.ca (pd3mr6so-qfe3.prod.shaw.ca [10.0.141.21]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1Y00FBS3ZUWGA0@l-daemon> for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 09:50:18 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd3mr6so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1Y00J7R3ZUJO80@pd3mr6so.prod.shaw.ca> for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 09:50:19 -0600 (MDT) Received: from gom.home ([70.67.160.176]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1Y00H1C3ZUHK40@l-daemon> for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 09:50:18 -0600 (MDT) Received: from gom.home (localhost [127.0.0.1]) by gom.home (Postfix) with ESMTP id 67399B839 for ; Wed, 04 Jun 2008 08:50:16 -0700 (PDT) Date: Wed, 04 Jun 2008 08:50:16 -0700 From: prad In-reply-to: To: freebsd-questions@freebsd.org Message-id: <20080604085016.0eab7aee@gom.home> MIME-version: 1.0 X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit References: <20080603090611.09512ba3@gom.home> Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 15:51:15 -0000 On Wed, 4 Jun 2008 01:45:57 -0700 "Ted Mittelstaedt" wrote: > if the FreeBSD > project had something to do with devil worship > devil worship and os! amazing!! i had read something along these lines some years ago when we were using linux or may be openbsd, but i sort of thought it was a joke. evidently, some people don't know the difference between a daemon and the demon. no doubt they are already possessed. thanks for the background, ted. -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com (website) Information, Inspiration, Imagination - truly a site for soaring I's From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 16:18:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85B7F106566C for ; Wed, 4 Jun 2008 16:18:18 +0000 (UTC) (envelope-from kevin@kevinkempterllc.com) Received: from outbound-mail-155.bluehost.com (outbound-mail-155.bluehost.com [67.222.39.35]) by mx1.freebsd.org (Postfix) with SMTP id 4FB1A8FC1A for ; Wed, 4 Jun 2008 16:18:18 +0000 (UTC) (envelope-from kevin@kevinkempterllc.com) Received: (qmail 29356 invoked by uid 0); 4 Jun 2008 16:18:16 -0000 Received: from unknown (HELO box54.bluehost.com) (69.89.20.54) by outboundproxy5.bluehost.com with SMTP; 4 Jun 2008 16:18:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=kevinkempterllc.com; h=Received:Message-Id:From:To:Content-Type:Mime-Version:Subject:Date:X-Mailer:X-Identified-User:DomainKey-Status; b=IwGwUz/jOwxFnYGfc6OAvzmNJlrpbbZbHPrpb6aZXjaAGKdYdlG8FCKS2d5mauontERZVOzyLx5dxRxdeyXBKfkxcuPycQFi4RwLgHThlk9yxW0Cx5k5uSYz0BVGMfcg; Received: from ip65-46-48-50.z48-46-65.customer.algx.net ([65.46.48.50] helo=hp-6710b-kpatterson.movenetworks.com) by box54.bluehost.com with esmtpa (Exim 4.68) (envelope-from ) id 1K3vgm-0004wZ-Ja for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 10:18:16 -0600 Message-Id: From: kevin kempter To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 10:18:16 -0600 X-Mailer: Apple Mail (2.924) X-Identified-User: {840:box54.bluehost.com:kevinkem:kevinkempterllc.com} {sentby:smtp auth 65.46.48.50 authed with kevin+kevinkempterllc.com} DomainKey-Status: no signature Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" 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: Wed, 04 Jun 2008 16:18:18 -0000 Hi All; This seems to be more of a lib not found than a vm issue: I've done this: 1) installed freeBSD 7 in vmware fusion (v 1.1.3) 2) selected to install vmware tools from the menu 3) logged into the console as root 4) mounted the vmware virtual cd 5) copied the vmware tools tar.gz file to /tmp 6) expanded the vmware tools tar.gz file in /tmp 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl Then I get this: Before running VMware Tools for the first time you need to configure it by invoking the following command: "/usr/local/bin/vmware-config- tools.pl". Do you want this program to invoke the command for you now? [yes] /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required by "vmware-checkvm" /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required by "vmware-checkvm" /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required by "vmware-checkvm" This configuration program is to be executed in a virtual machine. Execution aborted. I also tried starting KDE and in a Konsole terminal window (as root) running /usr/local/bin/vmware-config-tools.pl and I get the same results Anyone have any thoughts? Thanks in advance... From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 16:47:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38C22106566C for ; Wed, 4 Jun 2008 16:47:10 +0000 (UTC) (envelope-from djdexter@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id D88988FC0A for ; Wed, 4 Jun 2008 16:47:09 +0000 (UTC) (envelope-from djdexter@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so45385ana.13 for ; Wed, 04 Jun 2008 09:47:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=bLdPDVeW64617lZFsBv1YI1OGiDhw+F+apVGb1xO4z4=; b=FeNihdqjgtlV9KKMyrtlKMjNi376pp1run2aUONelEUW3qRIQZJCCh0VBd365SOoVT Z8S8+q6ZS0VfDHHd3xKeWTtQXkwImegWlgtSLNG30DGFoBJ/d/hKQgO4ngaVIUt51wf1 vLwZPvw4FJpZtCxFa/2+s1IY7LEChdnXIFIj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=CJ8WV207Sd4yElJ716H+UWXEEI+/o6zAJUhBobJWgyknsB/tKH/bLLCa8Sv/RGTTOg gSEONGMgAo/garU9baO5W/JsMwTlYT3KjucYrTh4g2eLoMfm5U7x5tGFY3596S+okcuz F5t9st8Tehmd6kPF+PkBz9EsE/MvQDMgtmty4= Received: by 10.100.105.15 with SMTP id d15mr136718anc.137.1212596540967; Wed, 04 Jun 2008 09:22:20 -0700 (PDT) Received: from ?10.0.0.107? ( [216.120.166.5]) by mx.google.com with ESMTPS id f75sm2344395pye.2.2008.06.04.09.22.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Jun 2008 09:22:20 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: dex Date: Wed, 4 Jun 2008 12:22:17 -0400 To: kevin kempter X-Mailer: Apple Mail (2.753.1) Cc: freebsd-questions@freebsd.org Subject: Re: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" 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: Wed, 04 Jun 2008 16:47:10 -0000 On Jun 4, 2008, at 12:18 PM, kevin kempter wrote: > Hi All; > This seems to be more of a lib not found than a vm issue: > I've done this: > 1) installed freeBSD 7 in vmware fusion (v 1.1.3) > 2) selected to install vmware tools from the menu > 3) logged into the console as root > 4) mounted the vmware virtual cd > 5) copied the vmware tools tar.gz file to /tmp > 6) expanded the vmware tools tar.gz file in /tmp > 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl > Then I get this: > Before running VMware Tools for the first time you need to > configure it by invoking the following command: "/usr/local/bin/ > vmware-config-tools.pl". Do you want this program to invoke the > command for you now? [yes] > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, > required by "vmware-checkvm" > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, > required by "vmware-checkvm" > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, > required by "vmware-checkvm" > This configuration program is to be executed in a virtual machine. > Execution aborted. > > I also tried starting KDE and in a Konsole terminal window (as > root) running /usr/local/bin/vmware-config-tools.pl and I get the > same results Try using the port vmware-guestd. It worked good for me. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 16:48:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86BC31065689 for ; Wed, 4 Jun 2008 16:48:20 +0000 (UTC) (envelope-from kevin@kevinkempterllc.com) Received: from outbound-mail-101.bluehost.com (outbound-mail-101.bluehost.com [69.89.22.11]) by mx1.freebsd.org (Postfix) with SMTP id D15A88FC1F for ; Wed, 4 Jun 2008 16:48:19 +0000 (UTC) (envelope-from kevin@kevinkempterllc.com) Received: (qmail 29331 invoked by uid 0); 4 Jun 2008 16:48:18 -0000 Received: from unknown (HELO box54.bluehost.com) (69.89.20.54) by outboundproxy3.bluehost.com with SMTP; 4 Jun 2008 16:48:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=kevinkempterllc.com; h=Received:Cc:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer:X-Identified-User:DomainKey-Status; b=A7tSUpPK2UI+lqTG8imkJNWibmz1SfQTU2yfqxmrVC0DimKsSSk8yefoAzces5U6yY8gkt2eD3VPmthsD0D8PP1Fz5zL7VLrU5Y0tSJPjqS7bg5BTWzACAAK2lmF5CAr; Received: from ip65-46-48-50.z48-46-65.customer.algx.net ([65.46.48.50] helo=hp-6710b-kpatterson.movenetworks.com) by box54.bluehost.com with esmtpa (Exim 4.68) (envelope-from ) id 1K3w9p-0003S1-O8; Wed, 04 Jun 2008 10:48:17 -0600 Message-Id: <38CCCAA8-03AF-4425-869A-252D9E87CE35@kevinkempterllc.com> From: kevin kempter To: dex In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 10:48:18 -0600 References: X-Mailer: Apple Mail (2.924) X-Identified-User: {840:box54.bluehost.com:kevinkem:kevinkempterllc.com} {sentby:smtp auth 65.46.48.50 authed with kevin+kevinkempterllc.com} DomainKey-Status: no signature Cc: freebsd-questions@freebsd.org Subject: Re: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" 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: Wed, 04 Jun 2008 16:48:20 -0000 On Jun 4, 2008, at 10:22 AM, dex wrote: > On Jun 4, 2008, at 12:18 PM, kevin kempter wrote: >> Hi All; >> This seems to be more of a lib not found than a vm issue: >> I've done this: >> 1) installed freeBSD 7 in vmware fusion (v 1.1.3) >> 2) selected to install vmware tools from the menu >> 3) logged into the console as root >> 4) mounted the vmware virtual cd >> 5) copied the vmware tools tar.gz file to /tmp >> 6) expanded the vmware tools tar.gz file in /tmp >> 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl >> Then I get this: >> Before running VMware Tools for the first time you need to >> configure it by invoking the following command: "/usr/local/bin/ >> vmware-config-tools.pl". Do you want this program to invoke the >> command for you now? [yes] >> >> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >> required by "vmware-checkvm" >> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >> required by "vmware-checkvm" >> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >> required by "vmware-checkvm" >> This configuration program is to be executed in a virtual machine. >> Execution aborted. >> >> I also tried starting KDE and in a Konsole terminal window (as >> root) running /usr/local/bin/vmware-config-tools.pl and I get the >> same results > > Try using the port vmware-guestd. It worked good for me. I'm pretty new to freeBSD. Is port a system command? If I run port at the root prompt I get "port: Command not found" or is is a port that needs to be compiled somewhere in /usr/ports ? Thx in advance From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 16:58:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23867106566C for ; Wed, 4 Jun 2008 16:58:50 +0000 (UTC) (envelope-from djdexter@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id C1FFF8FC20 for ; Wed, 4 Jun 2008 16:58:49 +0000 (UTC) (envelope-from djdexter@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so46611ana.13 for ; Wed, 04 Jun 2008 09:58:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=+FN+OnbSrc4xcYUMgMJAwgZ/2Zruf7quQvOu7ByaXh0=; b=aKwYL4NVh60Ocdks+L2GU1BpqCe98VCSHMvMOlxooejrwlX7ooVNcWt0U0AyfATKRx 2/eO37F2WPvkdLUAZ66YYVC8umnspKkRZIEM749cRJKLvwwFjmajdVW707BJF/ODeXui zkxEnPz+BVFR4K4kGWvMjF+u94I/FHOKESqK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=COhjMJVVtgY67YEL1X/PFfDQ8pg3JKPEONvV2z2fSNUzMvTapwFtZP2Qf9xh2uv0gV PPbhvPV8ZXI7wS3bWtOi61OcVdw/RQBSphVeXAL1mo2/EvDDIWYS0rGKrJC/3bJSURF/ N2Hwt9HA739LPNlzlEuxi4E4yVn7YeNppHToE= Received: by 10.100.10.11 with SMTP id 11mr233449anj.94.1212598726304; Wed, 04 Jun 2008 09:58:46 -0700 (PDT) Received: from ?10.0.0.107? ( [216.120.166.5]) by mx.google.com with ESMTPS id f78sm6142013pyh.34.2008.06.04.09.58.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Jun 2008 09:58:45 -0700 (PDT) In-Reply-To: <38CCCAA8-03AF-4425-869A-252D9E87CE35@kevinkempterllc.com> References: <38CCCAA8-03AF-4425-869A-252D9E87CE35@kevinkempterllc.com> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <13272A3D-F1D3-4B99-B35D-CB9219A47C81@gmail.com> Content-Transfer-Encoding: 7bit From: dex Date: Wed, 4 Jun 2008 12:58:43 -0400 To: kevin kempter X-Mailer: Apple Mail (2.753.1) Cc: freebsd-questions@freebsd.org Subject: Re: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" 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: Wed, 04 Jun 2008 16:58:50 -0000 On Jun 4, 2008, at 12:48 PM, kevin kempter wrote: > On Jun 4, 2008, at 10:22 AM, dex wrote: >> Try using the port vmware-guestd. It worked good for me. > > I'm pretty new to freeBSD. > > Is port a system command? If I run port at the root prompt I get > "port: Command not found" > or is is a port that needs to be compiled somewhere in /usr/ports ? RTFM dude! ;) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html And Google is (as usual) also your friend, http://www.google.com/search?&q=freebsd+ports From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 17:04:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B4C51065677 for ; Wed, 4 Jun 2008 17:04:33 +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 B35D78FC26 for ; Wed, 4 Jun 2008 17:04:32 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from joshua.freebsdgr.org (athedsl-4430316.home.otenet.gr [79.129.137.220]) (authenticated bits=0) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m54H4Udm021728; Wed, 4 Jun 2008 20:04:30 +0300 Message-ID: <4846CB1E.3060107@otenet.gr> Date: Wed, 04 Jun 2008 20:04:30 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.12 (X11/20080324) MIME-Version: 1.0 To: kevin kempter References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" 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: Wed, 04 Jun 2008 17:04:33 -0000 kevin kempter wrote: > Hi All; > > This seems to be more of a lib not found than a vm issue: > > > I've done this: > > 1) installed freeBSD 7 in vmware fusion (v 1.1.3) > > 2) selected to install vmware tools from the menu > > 3) logged into the console as root > > 4) mounted the vmware virtual cd > > 5) copied the vmware tools tar.gz file to /tmp > > 6) expanded the vmware tools tar.gz file in /tmp > > 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl > > Then I get this: > > > > Before running VMware Tools for the first time you need to configure > it by invoking the following command: > "/usr/local/bin/vmware-config-tools.pl". Do you want this program to > invoke the command for you now? [yes] > > > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required > by "vmware-checkvm" > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required > by "vmware-checkvm" > > /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, required > by "vmware-checkvm" > > This configuration program is to be executed in a virtual machine. > > > > Execution aborted. > > > > > > I also tried starting KDE and in a Konsole terminal window (as root) > running /usr/local/bin/vmware-config-tools.pl and I get the same results > > > > > > Anyone have any thoughts? > > > > Thanks in advance... > > > Funny thing, I was doing the same steps today in vmware workstation ;) Had the same problems, and the following is the solution: Install the compat6x port. Seems the vmware tools are for the 6.X version of FreeBSD, not native 7. As root: cd /usr/ports/misc/compat6x make install clean Also, create the following symbolic link (This is where vmware searches for the library): ln -s /usr/local/lib/compat/libc.so.6 /lib From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 17:52:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E86891065671 for ; Wed, 4 Jun 2008 17:52:24 +0000 (UTC) (envelope-from catalin@starcomms.com) Received: from webmail.starcomms.com (webmail.starcomms.com [41.205.191.5]) by mx1.freebsd.org (Postfix) with SMTP id 80DF38FC1C for ; Wed, 4 Jun 2008 17:52:23 +0000 (UTC) (envelope-from catalin@starcomms.com) Received: from (webmail.starcomms.com [172.16.2.31]) by webmail.starcomms.com with smtp id 35c9_2c4acbc2_325d_11dd_8735_001143cecab4; Wed, 04 Jun 2008 18:39:24 +0100 Received: from STA-HQ-S001.starcomms.local ([172.16.2.28]) by webmail.starcomms.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Jun 2008 18:44:51 +0100 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: Wed, 4 Jun 2008 18:44:51 +0100 Message-ID: <3A0AA7018522134597ED63B3B794C92A020ECE7D@STA-HQ-S001.starcomms.local> In-Reply-To: <2cd0a0da0806040803g7eae3b2bvfb7fcf7bedd9afb8@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: New Kernel with Dell PE2950 Thread-Index: AcjGVQxmqDYWZQhGTyeFzs30SuFA7gAEXlQA References: <2cd0a0da0806040803g7eae3b2bvfb7fcf7bedd9afb8@mail.gmail.com> From: "Catalin Miclaus" To: "FreeBSD-Questions" X-OriginalArrivalTime: 04 Jun 2008 17:44:51.0825 (UTC) FILETIME=[B0FCCE10:01C8C66A] Subject: RE: New Kernel with Dell PE2950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 17:52:25 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of VeeJay Sent: Wednesday, June 04, 2008 4:04 PM To: FreeBSD-Questions; VeeJay Subject: New Kernel with Dell PE2950 Hi guys I am going to install a Web Server (apache+mysql+php) at my work place. To boost performance, I am just thinking that should I configure and rebuild FreeBSD KERNEL for this hardware? And if so, what paramters I should follow? Any help would be highly appreciated. Server's hardware configuration is as follow: 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB 16GB (8x2GB Dual Rank DIMMs) 667MHz FBD 6 x 450GB SAS 15k 3.5" HD Hot Plug PERC 6/i, Integrated Controller Card x6 backplane PE2950 III C5 MSS R10 Add-in PERC 5/i / 6/i 1 S TCP/IP Offload Engine 2P Broadcom TCP/IP Offload Engine functionality (TOE) Not Enabled Thank you guys. VJ BR / vj You should start by using some sort of benchmark or traffic generator and trying to overload the server by reproducing your environment. This way you will see exactly what parameters needs tuning. Bottleneck can come from many things....IO, NIC, database and so on. It is not like you will apply some universal tuning that it will solve all future issues. BTW....bce/bge drivers has known issues that leads to 'watchdog timeout' NIC reset. I have same some 6-8 servers with your hardware configuration and we have ordered them with Intel Gigabit cards especially to avoid above issue. Use bce/bge NICs for low traffic interfaces if possible. Is there any reason why GENERIC/SMP kernel does not suits you well? What is your traffic expectation for the server? Best Regards Catalin Miclaus Network/Security ISP-Data Starcomms Ltd. _______________________________________________ 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 Jun 4 17:58:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5CCE106566C for ; Wed, 4 Jun 2008 17:58:10 +0000 (UTC) (envelope-from chris@smartt.com) Received: from barium.smartt.com (barium.smartt.com [69.67.187.30]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1368FC0A for ; Wed, 4 Jun 2008 17:58:10 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] (unknown [69.31.174.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barium.smartt.com (Postfix) with ESMTPS id 27EC0AC820; Wed, 4 Jun 2008 10:58:08 -0700 (PDT) Message-ID: <4846D7BA.9000403@smartt.com> Date: Wed, 04 Jun 2008 10:58:18 -0700 From: Chris St Denis User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Wojciech Puchar References: <48441E85.1050803@eyb.de> <484442F1.8040104@FreeBSD.org> <4845B280.6030708@eyb.de> <20080604010508.H11818@wojtek.tensor.gdynia.pl> In-Reply-To: <20080604010508.H11818@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Oskar Eyb , Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: 7.0-R freezes with: swap_pager: indefinite wait buffer: bufobj X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 17:58:10 -0000 I've been getting this in the logs recently on a 6.2 system. No stability issues, but it is concerning. swap_pager: indefinite wait buffer: bufobj: 0, blkno: 93, size: 4096 swap_pager: indefinite wait buffer: bufobj: 0, blkno: 183, size: 4096 The server has always been under heavy load, but the load isn't any higher lately. And I'm only using like 1324K of swap so it's not like I'm heavily swapping. It's running off an adaptec based raid and arcconf says it's fine. Wojciech Puchar wrote: >> Hi, >> >> the SMART-status looks ok! >> >> SMART overall-health self-assessment test result: PASSED >> >> Maybe other applications causes high I/O load? > > no reason to fail. > >> Howto determine this? Other suggestions? >> >> >> Cheers, >> Oskar >> >> >> Kris Kennaway schrieb am 02.06.2008 20:58: >>> Oskar Eyb wrote: >>>> Hello, >>>> >>>> on a 7.0-RELEASE maschine I have now again a big problem with >>>> freezing. >>>> >>>> >>>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388449, size: >>>> 4096 >>>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 388452, size: >>>> 20480 >>>> swap_pager: indefinite wait buffer: bufobj: 0, blkno: 387805, size: >>>> 16384 >>>> >>>> >>>> # swapctl -l >>>> Device: 1024-blocks Used: >>>> /dev/mirror/gm0s1b 1048576 485332 >>>> /dev/md0 1048576 485316 >>>> >>>> >>>> What to do against this, is there a patch available? >>> >>> Your disk is taking an enormously long time to reply to swap I/O, >>> which is what is eventually timing out with those errors. Check >>> that it is not failing. >>> >>> Kris >>> _______________________________________________ >>> 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" -- Chris St Denis Programmer SmarttNet (www.smartt.com) Ph: 604-473-9700 Ext. 200 ------------------------------------------- "Smart Internet Solutions For Businesses" From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 18:06:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E0C0106566B for ; Wed, 4 Jun 2008 18:06:24 +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 146078FC22 for ; Wed, 4 Jun 2008 18:06:23 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id 3A0A427E437; Wed, 4 Jun 2008 18:06:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 3867427E429; Wed, 4 Jun 2008 18:06:22 +0000 (UTC) Date: Wed, 4 Jun 2008 18:06:22 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Catalin Miclaus In-Reply-To: <3A0AA7018522134597ED63B3B794C92A020ECE7D@STA-HQ-S001.starcomms.local> Message-ID: References: <2cd0a0da0806040803g7eae3b2bvfb7fcf7bedd9afb8@mail.gmail.com> <3A0AA7018522134597ED63B3B794C92A020ECE7D@STA-HQ-S001.starcomms.local> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD-Questions Subject: RE: New Kernel with Dell PE2950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 18:06:24 -0000 On Wed, 4 Jun 2008 at 18:44 +0100, catalin@starcomms.com confabulated: > BTW....bce/bge drivers has known issues that leads to 'watchdog timeout' > NIC reset. > I have same some 6-8 servers with your hardware configuration and we > have ordered them with Intel Gigabit cards especially to avoid above > issue. > Use bce/bge NICs for low traffic interfaces if possible. How can I see what you are referring to with the bge interfaces? We have a PE6850 that has two bge interfaces. The server's roll is a spam filter server and processes close to 6.5 million messages per day. However, I don't have the watchdog daemon running. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 18:25:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA3C31065677 for ; Wed, 4 Jun 2008 18:25:42 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 99EF58FC1E for ; Wed, 4 Jun 2008 18:25:42 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so56182ana.13 for ; Wed, 04 Jun 2008 11:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; bh=2w5gtHJqdKZZYx7R7To15AM3wJrHwhfSjBGxRRq47PI=; b=KgUgUZG0iVk9hDC0x3DeZlqU740bUnC0Zxd6p4H6Gf2/QFEhtbOVMmRK3DOI7o6ymS 6ge5TzpZq6uW/xewYlsjae2yaWNJl03F+GHUj7wXMWETmEwk8VzraLQL03kTz6Z0vd2Z YJ+bXwgA8sywQNUq2MZuhgrdHO/IjnDoG/nns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version :content-type:content-transfer-encoding:content-disposition :x-google-sender-auth; b=FQaz55uxEJRNEFTRhk+m0Orrbd9yjyXziI4Zy2icTpRLH17F03v9nwmRTPYlZR114n pnj1eJpxrhe2oWyctZHOqjhxZinjUVxjmHXfbZC7nR6aLnbudTdd4s8llT2BQKFVxmJX mC7lyLU+SBUItpJadOy6X//cFvPFM2l/TCN/k= Received: by 10.100.33.4 with SMTP id g4mr377655ang.111.1212603941823; Wed, 04 Jun 2008 11:25:41 -0700 (PDT) Received: by 10.101.71.15 with HTTP; Wed, 4 Jun 2008 11:25:41 -0700 (PDT) Message-ID: <539c60b90806041125s6b2fc0cbqbba52225d27e4583@mail.gmail.com> Date: Wed, 4 Jun 2008 11:25:41 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b86ec95969885725 Subject: intrusion? find is thrashing my disk every time I boot. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 18:25:43 -0000 I'm really no security expert. I don't leave the system up 24/7, and I'm on a US DSL connection with a bunch of windows boxes. Seems to be a recent phenomena, I've started experiencing disk thrashing I can hear across the room. ps and top report cvslockd has been responsible for the thrashing (which usually occurs at a specific time of day (~1 am MST)), but now, find is doing the thrashing at boot every time (within the last week at least). Needless to say, I haven't changed the system in any way during that week. On windows, I'd just assume this to be normal behavior, but on FreeBSD, it's got me worried... I presume the security section of the manual has a good into to detecting intruders, but first I'm interested if there is a legitimate reason for find to be torturing my disk. I don't run much on my system - apache, cvs, portsnap, ssh, that's about it. Thanks, Steve From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 18:58:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FCE81065670 for ; Wed, 4 Jun 2008 18:58:45 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id C436F8FC24 for ; Wed, 4 Jun 2008 18:58:44 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id m54IwjiW050724; Wed, 4 Jun 2008 11:58:45 -0700 (PDT) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Wed, 4 Jun 2008 11:58:39 -0700 (PDT) Date: Wed, 4 Jun 2008 11:58:39 -0700 From: Gary Kline To: Modulok Message-ID: <20080604185839.GB21286@thought.org> References: <20080529065732.GA36261@thought.org> <4a89d1190805290039k1f2dedb1he342b4a83d7453a6@mail.gmail.com> <200805291305.22567.kline@thought.org> <20080529220536.GA39115@melon.esperance-linux.co.uk> <20080530023902.GF62524@thought.org> <20080530204950.GA43574@melon.esperance-linux.co.uk> <20080531042858.GA23329@thought.org> <867idbc9at.fsf@riemann.mri.ernet.in> <1212269582.13063.96.camel@localhost> <64c038660806032134m387ee47as314318d2720d7206@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64c038660806032134m387ee47as314318d2720d7206@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21++ years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: Stumped:: web HTML. Caution, may be OT. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 18:58:45 -0000 On Tue, Jun 03, 2008 at 10:34:26PM -0600, Modulok wrote: > > looks like what i need NOW is a debugger, :-) i have virtually > > zero design skills .... except "keep it simple" > > To quote Albert Einstein, "Everything should be made as simple as possible, but > not simpler". > > > As far as editors and such, I personally write all of my code in a text editor, > regardless of the language. I have used hand-written code in a text editor to > implement websites for multi-million dollar companies. Ironically enough, I'm a > visual effects artist. > > Anyway, I think I have likely gotten off topic myself and haven't contributed > much to solving your original problem. Enough rambling out of me for now. Best > of luck, Gary. > > -Modulok- A day or two ago I found a site that offers free templates. most use javascript--which I can hack, or *discard*!--; all of these will give me some ideas to change my "www" and other pages. And hold to my Keep-It-Simple philosophy. I have virtually zero design talent, so tht forces to to rip off other's creativity and mold it into something that works for me. gary PS: I'll fess up; my present homepage was based on something I saw circa 1998 or '99. .... -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 19:38:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2AC61065671 for ; Wed, 4 Jun 2008 19:38:40 +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 B67298FC1F for ; Wed, 4 Jun 2008 19:38:40 +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 1K3yoh-0000Lb-KY for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 12:38:39 -0700 Message-ID: <17654891.post@talk.nabble.com> Date: Wed, 4 Jun 2008 12:38:39 -0700 (PDT) From: triggerme2ice To: freebsd-questions@freebsd.org In-Reply-To: <4846562D.1030801@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tomas.dej@gmail.com References: <17628876.post@talk.nabble.com> <4846562D.1030801@unsane.co.uk> Subject: Re: Help Installing Sun JDK 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, 04 Jun 2008 19:38:41 -0000 I am currently in the process of updating the ports tree... something i didn't know about earlier :clap: We will see how the java installation will go... i will keep you posted :) Vince Hoffman wrote: > > triggerme2ice wrote: >> Hi all, >> >> I was wondering if anyone would know of a brute force way of installing >> the >> (newest possible) sun JDK on FreeBSD 5.0 (or any other versions for >> further >> info) >> >> Help a freeBSD user in need :teeth: > > The latest version in ports is 1.6.0.3p4 if you need more receent than > that then no idea. If thats ok then > cd /usr/port/java/jdk16 > make > Follow the instructions > > Also see http://www.freebsd.org/java/ > 5.x has just been announce as no longer supported by ports though, > although support wont be removed, just not updated and checked as > changes are made. > > You will need a current jdk to compile it though and need to get the > source files manually. To get a jdk to compile it I'd recommend > installing the package from > http://www.freebsdfoundation.org/downloads/java.shtml > Although you could install one of the linux-sun-jdk* ports if you > prefer. you can pkg_delete the old jdk once you have the new one > installed. > > > Vince > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > -- View this message in context: http://www.nabble.com/Help-Installing-Sun-JDK-on-FreeBSD-tp17628876p17654891.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 19:39:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0391065682 for ; Wed, 4 Jun 2008 19:39:11 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3C86C8FC12 for ; Wed, 4 Jun 2008 19:39:10 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m54JYn2X070348; Wed, 4 Jun 2008 15:34:49 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m54JYnpb070347; Wed, 4 Jun 2008 15:34:49 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 4 Jun 2008 15:34:49 -0400 From: Jerry McAllister To: Fraser Tweedale Message-ID: <20080604193449.GB70289@gizmo.acns.msu.edu> References: <20080603090611.09512ba3@gom.home> <20080604115449.GA1070@bacardi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080604115449.GA1070@bacardi> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 19:39:11 -0000 On Wed, Jun 04, 2008 at 09:54:50PM +1000, Fraser Tweedale wrote: > On Wed, Jun 04, 2008 at 01:45:57AM -0700, Ted Mittelstaedt wrote: > > [snip] > > The issue started several years ago when one of the core > > developers started agitating for a different graphic. Apparently > > he had been asked too many times for his taste if the FreeBSD > > project had something to do with devil worship. A long drawn > > out argument ensued but core being core got their way. Core > > then started claiming Beastie wasn't a logo, he was a mascot > > and that it why we needed a logo (despite the fact that Beastie > > has been used as a logo for years) As a > > peace offering they tried the contest idea. The submissions > > were so crappy they extended the contest deadline. Finally > > they got a submission that they decided was OK and that "won" > > the contest. The FreeBSD community was not allowed to see > > the other entrants. It was your basic star chamber decision. > > > > Ted > > I always have wondered about the other entries. Surely someone > has got a copy of them lying around; I (and I'm sure many others) > would be quite interested to see them, if such a thing is possible. Probably you really don't want to see them. Ted's narrative is pretty much how I remember it. Maybe everyone should make their own and use it. FreeBSD is a user created Open Software project after all. ////jerry > > frase From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 20:03:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97EF91065674 for ; Wed, 4 Jun 2008 20:03:42 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 31C1D8FC14 for ; Wed, 4 Jun 2008 20:03:42 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Wed, 04 Jun 2008 15:03:35 -0500 id 000D4C39.4846F517.000009A1 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 04 Jun 2008 15:03:29 -0500 id 0004AC0C.4846F511.0000E784 Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Wed, 04 Jun 2008 15:03:29 -0500 Message-ID: <20080604150329.54484eei4g0fcum8@intranet.encontacto.net> Date: Wed, 04 Jun 2008 15:03:29 -0500 From: eculp 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: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Subject: Realtek ALC268 HDA sound and mixer only have output/playback and no way to input to a Mic, etc. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 20:03:42 -0000 Realtek ALC268 HDA sound and mixer only have output/playback and no =20 way to input to a Mic, etc. It is on an acer aspire 5520-5679 AMD 64x2 that I'm running up to date =20 current8 AMD64 on. pciconf -lv shows: pcm0@pci0:0:7:0: class=3D0x040300 card=3D0x01261025 chip=3D0x055c10de rev=3D0xa1 hdr=3D0x00 vendor =3D 'Nvidia Corp' class =3D multimedia # cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at memory =20 0xf2680000 irq 21 kld snd_hda [20080420_0052] [MPSAFE] (1p:2v/1r:1v =20 channels duplex default) and the verbose dmesg can be seen at http://encontacto.net/SHARE/dmesg.txt I need to use it for skype and it isn't possible. Any suggestions =20 appreciated. I have also tried OSS without any success at all. With OSS and skype-devel I get "problem with audio playback" in =20 addition to the microphone not working. With Youtube.com oss just =20 locks up firefox on playback. ossinfo doesn't show the microphone, either. http://encontacto.net/SHARE/ossinfo.aspire.txt Thanks to all, ed From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 20:10:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC047106566B for ; Wed, 4 Jun 2008 20:10:07 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5A9BB8FC20 for ; Wed, 4 Jun 2008 20:10:07 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.190.8.164]) by ns2.bafirst.com with esmtp; Wed, 04 Jun 2008 15:10:00 -0500 id 000D4CB6.4846F699.000009BB Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Wed, 04 Jun 2008 15:09:55 -0500 id 0004AC1B.4846F693.0000E83F Received: from 172.16.0.2 ([172.16.0.2]) by intranet.encontacto.net (Horde Framework) with HTTP; Wed, 04 Jun 2008 15:09:55 -0500 Message-ID: <20080604150955.76546zx857ljncm8@intranet.encontacto.net> Date: Wed, 04 Jun 2008 15:09:55 -0500 From: eculp To: freebsd-questions@freebsd.org References: <17628876.post@talk.nabble.com> <4846562D.1030801@unsane.co.uk> <17654891.post@talk.nabble.com> In-Reply-To: <17654891.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) Subject: Re: Help Installing Sun JDK 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, 04 Jun 2008 20:10:07 -0000 Quoting triggerme2ice : > > I am currently in the process of updating the ports tree... something i > didn't know about earlier :clap: > > We will see how the java installation will go... i will keep you posted :) > Thanks a lot, I guess that I have to have it to build openoffice. ed > > > Vince Hoffman wrote: >> >> triggerme2ice wrote: >>> Hi all, >>> >>> I was wondering if anyone would know of a brute force way of installing >>> the >>> (newest possible) sun JDK on FreeBSD 5.0 (or any other versions for >>> further >>> info) >>> >>> Help a freeBSD user in need :teeth: >> >> The latest version in ports is 1.6.0.3p4 if you need more receent than >> that then no idea. If thats ok then >> cd /usr/port/java/jdk16 >> make >> Follow the instructions >> >> Also see http://www.freebsd.org/java/ >> 5.x has just been announce as no longer supported by ports though, >> although support wont be removed, just not updated and checked as >> changes are made. >> >> =09You will need a current jdk to compile it though and need to get the >> source files manually. To get a jdk to compile it I'd recommend >> installing the package from >> http://www.freebsdfoundation.org/downloads/java.shtml >> Although you could install one of the linux-sun-jdk* ports if you >> prefer. you can pkg_delete the old jdk once you have the new one >> installed. >> >> >> Vince >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > > -- > View this message in context: =20 > http://www.nabble.com/Help-Installing-Sun-JDK-on-FreeBSD-tp17628876p176548= 91.html > Sent from the freebsd-questions mailing list archive at Nabble.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.or= g" > From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 20:19:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1682D1065674 for ; Wed, 4 Jun 2008 20:19:33 +0000 (UTC) (envelope-from catalin@starcomms.com) Received: from webmail.starcomms.com (webmail.starcomms.com [41.205.191.5]) by mx1.freebsd.org (Postfix) with SMTP id 9FFF98FC16 for ; Wed, 4 Jun 2008 20:19:31 +0000 (UTC) (envelope-from catalin@starcomms.com) Received: from (webmail.starcomms.com [172.16.2.31]) by webmail.starcomms.com with smtp id 3532_88d5be86_3273_11dd_966a_001143cecab4; Wed, 04 Jun 2008 21:19:29 +0100 Received: from STA-HQ-S001.starcomms.local ([172.16.2.28]) by webmail.starcomms.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Jun 2008 21:24:55 +0100 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, 4 Jun 2008 21:24:55 +0100 Message-ID: <3A0AA7018522134597ED63B3B794C92A020ECF02@STA-HQ-S001.starcomms.local> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: New Kernel with Dell PE2950 Thread-Index: AcjGbnjAanysm6tyTLaxN7XDa/qCEwADNVpg References: <2cd0a0da0806040803g7eae3b2bvfb7fcf7bedd9afb8@mail.gmail.com> <3A0AA7018522134597ED63B3B794C92A020ECE7D@STA-HQ-S001.starcomms.local> From: "Catalin Miclaus" To: "FreeBSD-Questions" X-OriginalArrivalTime: 04 Jun 2008 20:24:55.0997 (UTC) FILETIME=[0D8526D0:01C8C681] Subject: RE: New Kernel with Dell PE2950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 20:19:33 -0000 -----Original Message----- From: D Hill [mailto:d.hill@yournetplus.com]=20 Sent: Wednesday, June 04, 2008 7:06 PM To: Catalin Miclaus Cc: FreeBSD-Questions Subject: RE: New Kernel with Dell PE2950 On Wed, 4 Jun 2008 at 18:44 +0100, catalin@starcomms.com confabulated: > BTW....bce/bge drivers has known issues that leads to 'watchdog timeout' > NIC reset. > I have same some 6-8 servers with your hardware configuration and we > have ordered them with Intel Gigabit cards especially to avoid above > issue. > Use bce/bge NICs for low traffic interfaces if possible. How can I see what you are referring to with the bge interfaces? We have a=20 PE6850 that has two bge interfaces. The server's roll is a spam filter=20 server and processes close to 6.5 million messages per day. However, I don't have the watchdog daemon running. I don't remember exactly at which bandwidth consumption level the watchdog timeout error starts appearing. Somewhere below 100Mbps. You can see it if you enable the server to e-mail you the default daily security report or from /var/log/messages file. Jan 4 08:46:00 lb1 kernel: bge1: watchdog timeout -- resetting Jan 4 08:46:00 lb1 kernel: bge1: link state changed to DOWN Jan 4 08:46:02 lb1 kernel: bge1: link state changed to UP BTW....watchdog is a kernel facility and it is enabled by default. You can run a separate process if you want to control it (man watchdog). Best Regards Catalin Miclaus Network/Security ISP-Data Starcomms Ltd. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 20:33:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF90C1065670 for ; Wed, 4 Jun 2008 20:33:50 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 868DD8FC17 for ; Wed, 4 Jun 2008 20:33:50 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 1699711042C; Wed, 4 Jun 2008 16:33:50 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 04 Jun 2008 16:33:50 -0400 X-Sasl-enc: 5awmu5J3MWxHIWuoiNA74YbHF2tYoExn+5wcZdEZcp08 1212611629 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id 3014313A6F; Wed, 4 Jun 2008 16:33:49 -0400 (EDT) Message-Id: <91206750-00B5-4EB4-AC28-DA88191A00CC@goldmark.org> From: Jeffrey Goldberg To: Jerry McAllister In-Reply-To: <20080604193449.GB70289@gizmo.acns.msu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 15:33:48 -0500 References: <20080603090611.09512ba3@gom.home> <20080604115449.GA1070@bacardi> <20080604193449.GB70289@gizmo.acns.msu.edu> X-Mailer: Apple Mail (2.924) Cc: FreeBSD List Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 20:33:50 -0000 On Jun 4, 2008, at 2:34 PM, Jerry McAllister wrote: > Maybe everyone should make their own and use it. > FreeBSD is a user created Open Software project after all. I used to have a "Powered by FreeBSD" button with the BSDie on a mailing list server that I'd set up for the PTA for my daughter's school in Texas. I figured that I could handle any complaints or questions that I got about it. But then I heard one of the teachers explain to other staff that if she ever was shopping and the final price of items totaled up to $6.66 she would make sure to add another item so that she wouldn't have to be part of a transaction involving 666. (I guess she never would have been a customer of Demon Internet in the UK which started out with the telephone prefix for their dial-up pool being 666). At that point, I decided that my problem wouldn't be with responding to complaints and queries, but the problem would be with the people who never complained directly to me, but who shunned the service or complained about me. So now there is just a text link without the button. Whether you want to call this self-censorship or not, I think that I made the right decision. In the same way that when I volunteer at the school, I don't where controversial T-Shirts. (Though who would have thought that my "Friends don't let friends use Windows" shirt would cause complaints!) So I agree with your point. If you like the old BSDie, use it. If you like the new logo, use that. If you want something else, you are free to roll your own. Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 21:05:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76A241065673 for ; Wed, 4 Jun 2008 21:05:38 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id A56CD8FC24 for ; Wed, 4 Jun 2008 21:05:37 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl14-103.kln.forthnet.gr [77.49.141.103]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m54KldOR004224 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Jun 2008 23:47:45 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m54Klc7Q003037; Wed, 4 Jun 2008 23:47:38 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m54Klb9i003036; Wed, 4 Jun 2008 23:47:37 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Chuck Robey References: <48458DFC.9020004@telenix.org> <87y75m3sfy.fsf@kobe.laptop> <87bq2i3s0l.fsf@kobe.laptop> <4846B6DA.4070402@telenix.org> Date: Wed, 04 Jun 2008 23:47:37 +0300 In-Reply-To: <4846B6DA.4070402@telenix.org> (Chuck Robey's message of "Wed, 04 Jun 2008 11:38:02 -0400") Message-ID: <87ve0pkjva.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m54KldOR004224 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.273, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.13, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: FreeBSD Questions Mailing List Subject: Re: git X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 21:05:38 -0000 On Wed, 04 Jun 2008 11:38:02 -0400, Chuck Robey wrote: > Giorgos Keramidas wrote: >> On Wed, 04 Jun 2008 04:22:09 +0300, Giorgos Keramidas wrote: >>> On Tue, 03 Jun 2008 14:31:24 -0400, Chuck Robey wrote: >>>> Wonder if anyone could tell me why anything I do to run git-pull gives me a >>>> coredump? The image that gets dumped is git-fetch, if that helps, and I was >>>> just trying to update the xorg source tree. >>> Hi Chuck, >>> Something is obviously broken in Git 1.5.5. My installation from Ports >>> core dumps pretty fast too: >>> >>> keramida@kobe:/home/keramida/git/erc$ git fetch >>> Segmentation fault: 11 (core dumped) >>> keramida@kobe:/home/keramida/git/erc$ >> [...] >>> Are you also running with option 'J' enabled in `malloc.conf'? >> >> Verified. Setting malloc.conf options to 'aj', lets git-fetch run >> without crashing: > > I moved the discussion to hackers, take a look over there for more > info, I don't think it's malloc, and I think I've proved at least part > of my case. Neat. I've just read that thread, and see that it has been tracked down and fixed now :) From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 22:12:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A80131065678 for ; Wed, 4 Jun 2008 22:12:59 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from jedburgh.just4dns.com (jedburgh.just4dns.com [78.129.134.130]) by mx1.freebsd.org (Postfix) with ESMTP id 581F88FC1A for ; Wed, 4 Jun 2008 22:12:59 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from [86.143.65.186] (helo=movens.plus.com) by jedburgh.just4dns.com with esmtp (Exim 4.68) (envelope-from ) id 1K41Dk-0003Fx-Hz for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 23:12:40 +0100 Received: from [10.10.1.35] (lat505test.home [10.10.1.35]) by postbag.localdomain (Postfix) with ESMTP id 3F8FD1CCBF for ; Wed, 4 Jun 2008 23:12:55 +0100 (BST) Message-ID: <484713B6.2030503@magichamster.com> Date: Wed, 04 Jun 2008 23:14:14 +0100 From: Mark Ovens User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Fuzioned-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1K41Dk-0003Fx-Hz X-Fuzioned-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Fuzioned-MailScanner-SpamCheck: X-Fuzioned-MailScanner-From: parish@magichamster.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jedburgh.just4dns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magichamster.com X-Source: X-Source-Args: X-Source-Dir: Subject: Effects of CPUTYPE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 22:12:59 -0000 For months now I've been having ever increasing problems with software (ports) stopping working - or not working properly; xorg, digikam, jalbum, etc. The problems are the same on 6.3-STABLE and a brand new, clean install of 7.0. Searching mailing lists and Google makes me think that a lot of these problems are specific to my system. Trying to identify why I should be having all these problems I've been looking for anything that may be specific to my machine. One thing I've come up with is the fact that I have CPUTYPE?=athlon-mp in /etc/make.conf on both 6.3 and 7.0. I understand that this optimizes compilation for that CPU but can this potentially cause problems? Is this a possible cause of strange problems? All my ports are built from source rather than from packages so are built with this option. Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 22:28:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA6A0106564A for ; Wed, 4 Jun 2008 22:28:38 +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 773C78FC18 for ; Wed, 4 Jun 2008 22:28:38 +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.14.2/8.14.2) with ESMTP id m54MSTQg090036; Wed, 4 Jun 2008 17:28:29 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080604172611.02520c28@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 04 Jun 2008 17:28:15 -0500 To: "Ruel Luchavez" , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m54MSTQg090036 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: Samba in Windows XP 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, 04 Jun 2008 22:28:39 -0000 At 12:14 AM 6/4/2008, Ruel Luchavez wrote: >Hi ALL > >I have installed the samba package 3.0.28 in my freebsd 7.0, the >installation all goes well my problem only is when i add the >samba in an existing workgroup i can access it in my windows xp client >however if it has its own workgroup i always have this >error in windows xp pro "The network path was not found".. what would i >miss?? > >Freebsd Rocks..... Ruel, Your note doesn't say how you have windows configured? Active Directory? Domain Controller? Or? Do you have samba as a slave to the window's controller? Usually I have found this method works best. Windows user's accounts are created automatically that way on the samba box. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 22:54:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7DF51065671 for ; Wed, 4 Jun 2008 22:54:52 +0000 (UTC) (envelope-from phusion2k@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 6DBF18FC23 for ; Wed, 4 Jun 2008 22:54:52 +0000 (UTC) (envelope-from phusion2k@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so84143ana.13 for ; Wed, 04 Jun 2008 15:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=BhTXimzFHMT9L8MxHRN1u4sWmTKHzj2wPps5tSy8Yr0=; b=NUFGB/XbT3ZFWk3O0xurLsUJ2ByMvDcu06aC49kirwVwbOwiDP+Mi1z+Eo9B3FVkZ3 808PqQdqxApwrNEIQ9QkDoMHFjcEINEhCRGZKJ+9GfQMr2u18T2j4/uFW6rfecgEvQsz GSSsqswR8wW8mpN6Dg1938k90iyLQPRUySYng= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dVQibPc77Bt0Fs50b7WjY+GT+GwUoGgm4qo3GogpCvNe1/9tfJPXWejbof4aYhI9M2 QYaZBS5oWkufNlrtpPnsuwLrZlk/glU7+Lbi93KJvQpILOp3uUwS1uV9c5LkyvNsFb/I SQUXJDKNRDWiGtpOADpoHbPrd1wM4sNfTpno4= Received: by 10.100.172.16 with SMTP id u16mr883338ane.9.1212618429261; Wed, 04 Jun 2008 15:27:09 -0700 (PDT) Received: by 10.100.239.12 with HTTP; Wed, 4 Jun 2008 15:27:09 -0700 (PDT) Message-ID: Date: Wed, 4 Jun 2008 17:27:09 -0500 From: Phusion To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Errors with pkg_add X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 22:54:52 -0000 I am running FreeBSD 7.0-STABLE i386 and am having problems with pkg_add. I can install packages as the root user without problems. - pkg_add -r packages, works when running as root - pkg_add -r packages, errors out when using sudo % sudo pkg_add -r openssl Error: FTP Unable to get ftp://ftp4.us.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/openssl.tbz: Syntax error, command unrecognized pkg_add: unable to fetch 'ftp://ftp4.us.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/openssl.tbz' by URL % cat /usr/local/etc/sudoers Defaults env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR" Defaults env_keep += "PORTSDIR PORTS_INDEX PORTS_DBDIR PACKAGES PKGTOOLS_CONF" root ALL=(ALL) ALL %wheel ALL=(ALL) NOPASSWD: ALL This user is a member of the wheel group so no password is required. Both this user and root user are using the csh with the following in .cshrc. setenv PACKAGESITE ftp://ftp4.us.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/ Let me know if you have any ideas. Thanks. Phusion From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 23:15:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EE591065675 for ; Wed, 4 Jun 2008 23:15:17 +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 31DFB8FC18 for ; Wed, 4 Jun 2008 23:15:16 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id 2B4FB27E437; Wed, 4 Jun 2008 23:15:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 28FE627E428 for ; Wed, 4 Jun 2008 23:15:16 +0000 (UTC) Date: Wed, 4 Jun 2008 23:15:16 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: vm.pmap.shpgperproc syslog messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 23:15:17 -0000 I just noticed today I'm starting to get messages in ../messages stating: Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl. I did some searching and don't really know what is going on. I did a search using sysctl for all pmap knobs and this is what they are currently: vm.pmap.pmap_collect_active: 0 vm.pmap.pmap_collect_inactive: 0 vm.pmap.pv_entry_spare: 51310 vm.pmap.pv_entry_allocs: 67575721858 vm.pmap.pv_entry_frees: 67574088800 vm.pmap.pc_chunk_tryfail: 0 vm.pmap.pc_chunk_frees: 416252902 vm.pmap.pc_chunk_allocs: 416262928 vm.pmap.pc_chunk_count: 10026 vm.pmap.pv_entry_count: 1633059 vm.pmap.shpgperproc: 500 vm.pmap.pv_entry_max: 6125408 I did increased vm.pmap.shpgperproc to 500 from 200 and immediately saw vm.pmap.pv_entry_max increase as well. This server is a Dell PowerEdge 6850 with four 3.0Gz dual core Zeon processors and 12Gb ram. The server's only purpose is a spam filter. It is running SpamAssassin, ClamAV, Postfix and MySQL. The server is pretty memory intensive. Active memory usually doesn't drop below 8Gb. SpamAssassin usually has roughly 24 children running all the time consuming ~120Mb per child. MySQL is currently taking ~5.5Gb. Can someone shed light on what is going on or what needs to be tweaked? -d From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 23:16:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45889106564A for ; Wed, 4 Jun 2008 23:16:54 +0000 (UTC) (envelope-from kevin@kevinkempterllc.com) Received: from outbound-mail-105.bluehost.com (outbound-mail-105.bluehost.com [69.89.18.5]) by mx1.freebsd.org (Postfix) with SMTP id 0431E8FC14 for ; Wed, 4 Jun 2008 23:16:53 +0000 (UTC) (envelope-from kevin@kevinkempterllc.com) Received: (qmail 19843 invoked by uid 0); 4 Jun 2008 23:16:52 -0000 Received: from unknown (HELO box54.bluehost.com) (69.89.20.54) by outboundproxy3.bluehost.com with SMTP; 4 Jun 2008 23:16:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=kevinkempterllc.com; h=Received:Cc:Message-Id:From:To:In-Reply-To:Content-Type:Mime-Version:Subject:Date:References:X-Mailer:X-Identified-User:DomainKey-Status; b=VauND+mKmfbMZkSwwcudmv0fRAbNnS9tud+q2PD9hcsWeMh4FlXj/tJ4aCDo/kb2Ro9pHRZ76KdERae3Xsx52o7XFmGpB+1hDuUrCqN/U7PM6AeTvKfps8Ql85z/Dsn/; Received: from ip65-46-48-50.z48-46-65.customer.algx.net ([65.46.48.50] helo=hp-6710b-kpatterson.movenetworks.com) by box54.bluehost.com with esmtpa (Exim 4.68) (envelope-from ) id 1K42Dr-0005t9-PF; Wed, 04 Jun 2008 17:16:52 -0600 Message-Id: From: kevin kempter To: Manolis Kiagias In-Reply-To: <4846CB1E.3060107@otenet.gr> Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 4 Jun 2008 17:16:52 -0600 References: <4846CB1E.3060107@otenet.gr> X-Mailer: Apple Mail (2.924) X-Identified-User: {840:box54.bluehost.com:kevinkem:kevinkempterllc.com} {sentby:smtp auth 65.46.48.50 authed with kevin+kevinkempterllc.com} DomainKey-Status: no signature Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Vmware/Xorg blues (was: Re: freeBSD7 in a vm (vmware fusion) - Shared object "lib.so.6" 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: Wed, 04 Jun 2008 23:16:54 -0000 On Jun 4, 2008, at 11:04 AM, Manolis Kiagias wrote: > kevin kempter wrote: >> Hi All; >> >> This seems to be more of a lib not found than a vm issue: >> >> >> I've done this: >> >> 1) installed freeBSD 7 in vmware fusion (v 1.1.3) >> >> 2) selected to install vmware tools from the menu >> >> 3) logged into the console as root >> >> 4) mounted the vmware virtual cd >> >> 5) copied the vmware tools tar.gz file to /tmp >> >> 6) expanded the vmware tools tar.gz file in /tmp >> >> 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl >> >> Then I get this: >> >> >> >> Before running VMware Tools for the first time you need to >> configure it by invoking the following command: "/usr/local/bin/ >> vmware-config-tools.pl". Do you want this program to invoke the >> command for you now? [yes] >> >> >> >> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >> required by "vmware-checkvm" >> >> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >> required by "vmware-checkvm" >> >> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >> required by "vmware-checkvm" >> >> This configuration program is to be executed in a virtual machine. >> >> >> >> Execution aborted. >> >> >> >> >> >> I also tried starting KDE and in a Konsole terminal window (as >> root) running /usr/local/bin/vmware-config-tools.pl and I get the >> same results >> >> >> >> >> >> Anyone have any thoughts? >> >> >> >> Thanks in advance... >> >> >> > > Funny thing, I was doing the same steps today in vmware > workstation ;) Had the same problems, and the following is the > solution: > > Install the compat6x port. Seems the vmware tools are for the 6.X > version of FreeBSD, not native 7. > > As root: > > cd /usr/ports/misc/compat6x > make install clean > > Also, create the following symbolic link (This is where vmware > searches for the library): > > ln -s /usr/local/lib/compat/libc.so.6 /lib Thanks for the advice, this allowed me to install the vmware tools. I had the vm in such a state that I thought it best to start from scratch, so I did the following: 1) installed freeBSD7 into a new VM 2) Followed the steps above to install the compat6x lib and created the link to /lib 3) installed the vmware-tools 4) ran the vmware-config (/usr/local/bin/vmware-config-tools.pl) 5) installed kde via pkg_add -r kde 6) created a .xinitrc for root like this: echo "exec startkde" > ~/.xinitrc 7) tried to start kde by running startx and I get an error that the driver "vmware" in the xorg config file does not exist. I've attached the log from my attempt to start kde (Xorg.0.log) - from /var/log and my xorg.conf file (from /etc/X11) Thanks in advance for any help... /Kevin From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 23:18:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45409106566B for ; Wed, 4 Jun 2008 23:18:41 +0000 (UTC) (envelope-from d.hill@mwci.net) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 160F08FC17 for ; Wed, 4 Jun 2008 23:18:41 +0000 (UTC) (envelope-from d.hill@mwci.net) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id A646A27E429; Wed, 4 Jun 2008 23:18:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id A497C27E428 for ; Wed, 4 Jun 2008 23:18:40 +0000 (UTC) Date: Wed, 4 Jun 2008 23:18:40 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: vm.pmap.shpgperproc syslog messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d.hill@mwci.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2008 23:18:41 -0000 On Wed, 4 Jun 2008 at 23:15 -0000, d.hill@yournetplus.com confabulated: > I just noticed today I'm starting to get messages in ../messages stating: Sorry. It was actually in the dmesg report I saw the messages. > Approaching the limit on PV entries, consider increasing either the > vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl. > > I did some searching and don't really know what is going on. I did a search > using sysctl for all pmap knobs and this is what they are currently: > > vm.pmap.pmap_collect_active: 0 > vm.pmap.pmap_collect_inactive: 0 > vm.pmap.pv_entry_spare: 51310 > vm.pmap.pv_entry_allocs: 67575721858 > vm.pmap.pv_entry_frees: 67574088800 > vm.pmap.pc_chunk_tryfail: 0 > vm.pmap.pc_chunk_frees: 416252902 > vm.pmap.pc_chunk_allocs: 416262928 > vm.pmap.pc_chunk_count: 10026 > vm.pmap.pv_entry_count: 1633059 > vm.pmap.shpgperproc: 500 > vm.pmap.pv_entry_max: 6125408 > > I did increased vm.pmap.shpgperproc to 500 from 200 and immediately saw > vm.pmap.pv_entry_max increase as well. > > This server is a Dell PowerEdge 6850 with four 3.0Gz dual core Zeon > processors and 12Gb ram. The server's only purpose is a spam filter. It is > running SpamAssassin, ClamAV, Postfix and MySQL. The server is pretty memory > intensive. Active memory usually doesn't drop below 8Gb. SpamAssassin usually > has roughly 24 children running all the time consuming ~120Mb per child. > MySQL is currently taking ~5.5Gb. > > Can someone shed light on what is going on or what needs to be tweaked? From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 23:23:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A9A1065675 for ; Wed, 4 Jun 2008 23:23:15 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd3mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id F00C38FC13 for ; Wed, 4 Jun 2008 23:23:14 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd3mr4so.prod.shaw.ca (pd3mr4so-qfe3.prod.shaw.ca [10.0.141.180]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K1Y002WLOYQWIH0@l-daemon> for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 17:23:14 -0600 (MDT) Received: from pn2ml1so.prod.shaw.ca ([10.0.121.145]) by pd3mr4so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1Y0073GOYPP830@pd3mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 17:23:13 -0600 (MDT) Received: from gom.home ([70.67.160.176]) by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K1Y0021ROYOGVA0@l-daemon> for freebsd-questions@freebsd.org; Wed, 04 Jun 2008 17:23:13 -0600 (MDT) Received: from gom.home (localhost [127.0.0.1]) by gom.home (Postfix) with ESMTP id A698CB839 for ; Wed, 04 Jun 2008 16:23:10 -0700 (PDT) Date: Wed, 04 Jun 2008 16:23:10 -0700 From: prad In-reply-to: To: freebsd-questions@freebsd.org Message-id: <20080604162310.7f483ddf@gom.home> MIME-version: 1.0 X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit References: Subject: Re: Errors with pkg_add X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 23:23:15 -0000 On Wed, 4 Jun 2008 17:27:09 -0500 Phusion wrote: > - pkg_add -r packages, works when running as root > - pkg_add -r packages, errors out when using sudo > i found something similar. i think this may be because the sudo only works to execute the pkg_add, but not handle subsequent matters that requires root access. i don't know if there is a way around it. -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com (website) Information, Inspiration, Imagination - truly a site for soaring I's From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 23:24:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A261065673 for ; Wed, 4 Jun 2008 23:24:36 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id A8A8E8FC0A for ; Wed, 4 Jun 2008 23:24:35 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 7A33428427; Thu, 5 Jun 2008 11:24:34 +1200 (NZST) Date: Thu, 5 Jun 2008 11:24:34 +1200 From: Jonathan Chen To: Mark Ovens Message-ID: <20080604232434.GA5456@osiris.chen.org.nz> References: <484713B6.2030503@magichamster.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <484713B6.2030503@magichamster.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Effects of CPUTYPE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 23:24:36 -0000 On Wed, Jun 04, 2008 at 11:14:14PM +0100, Mark Ovens wrote: > Trying to identify why I should be having all these problems I've been > looking for anything that may be specific to my machine. One thing I've > come up with is the fact that I have CPUTYPE?=athlon-mp in > /etc/make.conf on both 6.3 and 7.0. In my personal opinion, the small gain you get is more than overwhelmed by the big pain you get from setting CPUTYPE. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing From owner-freebsd-questions@FreeBSD.ORG Wed Jun 4 23:47:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6C21106567A for ; Wed, 4 Jun 2008 23:47:24 +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 A6D018FC21 for ; Wed, 4 Jun 2008 23:47:24 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m54NlNYu019312 for ; Wed, 4 Jun 2008 16:47:24 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: Date: Wed, 4 Jun 2008 16:48:32 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" 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.2800.1914 In-Reply-To: <20080604060319.235a9a54@scorpio> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Wed, 04 Jun 2008 16:47:24 -0700 (PDT) Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Jun 2008 23:47:25 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gerard > Sent: Wednesday, June 04, 2008 3:03 AM > To: freebsd-questions@freebsd.org > Subject: Re: Duplex printer advice > > > On Wed, 4 Jun 2008 11:01:09 +0200 (CEST) > Wojciech Puchar wrote: > > > > isn't all that hard but for some reason the printer manufacturers > > > ship these machines with very low RAM. > > > > the reason is to force you then buy high-priced RAMs for them. > > The market for printers is a very competitive one. Any manufacturer has > to factor in the cost of the base machine, plus addition components, so > as to compute a selling price that will be competitive with his > competition. A manufacturer could easily load up his product will all > the RAM he wanted; however, if he could not sell the product, or at > least a sufficient number of them to turn a profit, then that effort > would be for naught. > > Personally, I have not found the secondary RAM market to be all that > expensive anyway. If there is no need to spit out 24 sheets per minute, > then why waste the resources on it? > Obviously you never participated in a pissing contest when you were a boy... ;-) Ted From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 00:33:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4091065679 for ; Thu, 5 Jun 2008 00:33:25 +0000 (UTC) (envelope-from fbsd06+WT=005d935f@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 598988FC25 for ; Thu, 5 Jun 2008 00:33:25 +0000 (UTC) (envelope-from fbsd06+WT=005d935f@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 4EAD51647B5 for ; Wed, 4 Jun 2008 20:16:37 -0400 (EDT) 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 9034D23E3F4 for ; Wed, 4 Jun 2008 20:16:35 -0400 (EDT) Date: Thu, 5 Jun 2008 01:16:32 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080605011632.1172a03b@gumby.homeunix.com.> In-Reply-To: <484713B6.2030503@magichamster.com> References: <484713B6.2030503@magichamster.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: Re: Effects of CPUTYPE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 00:33:25 -0000 On Wed, 04 Jun 2008 23:14:14 +0100 Mark Ovens wrote: > For months now I've been having ever increasing problems with > software (ports) stopping working - or not working properly; xorg, > digikam, jalbum, etc. >=20 > ... > I understand that this optimizes compilation for that CPU but can > this potentially cause problems? Is this a possible cause of strange=20 > problems? All my ports are built from source rather than from > packages so are built with this option. I think it's unlikely, but it's easy enough to eliminate. =20 =46rom the ports you mention, xorg does seem to be holding a smoking gun. If you have any unnecessary features enabled in xorg.conf, I'd turn them off. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 00:50:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ED36106567B for ; Thu, 5 Jun 2008 00:50:09 +0000 (UTC) (envelope-from joerosenfeld@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 E7C4A8FC34 for ; Thu, 5 Jun 2008 00:50:08 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so208994wah.3 for ; Wed, 04 Jun 2008 17:50:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=cjeHZg7RT0CKDvfMg2hrKtvU9Cockfl4LuhErdlo9qs=; b=UaGnw6stbEuPOpFXiFoWemJMVPN3nLA0y9qBwcnKz4Q1QQnpbYiRa8RCvBarznW5lG BNqJLQNKaHq7HQp8y8PSo8Q9asghGj8BUxraD/g8XAp7c8Ljb5Fncm0PhNJzFJcSUFjM KYlEd8dq9Bxn0VOupehUBY0M4UG08EuYUVWxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=pcw7QCHsFh9q6P+9JDGqdGYyK001H0bIvG3lSwZRXhyrkMdZhyvHUiIVI+H7bIITkf jqiw+QYn6eAitQXNnHsnaQYBE4s6uTEFjx35wyU11uvwmVWns09ZMkhQ42NNCYxNZVHr oD9dMa9oeGT/4IYptzR6peMxMV6WEZmi5cZ1A= Received: by 10.114.148.1 with SMTP id v1mr813166wad.199.1212627008621; Wed, 04 Jun 2008 17:50:08 -0700 (PDT) Received: by 10.115.48.5 with HTTP; Wed, 4 Jun 2008 17:50:08 -0700 (PDT) Message-ID: <6e5cf6a70806041750s6421505bg14de7ac4e50b47e0@mail.gmail.com> Date: Wed, 4 Jun 2008 20:50:08 -0400 From: "Joachim Rosenfeld" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: memcached 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: Thu, 05 Jun 2008 00:50:09 -0000 We're considering using memcached for on of our products and we are thinking of running it on FreeBSD. How well does memcached run on FreeBSD? Most of the people I've talked to and the sites online seem to run it on Linux/Intel....I talked to one person who runs it on Solaris and they are not terribly happy with the memcached+Solaris combo, so I wanted to check and make sure memcached+FreeBSD is worth it. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 01:22:34 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C91F106564A for ; Thu, 5 Jun 2008 01:22:34 +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 B59328FC19 for ; Thu, 5 Jun 2008 01:22:33 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m551MTiv022863; Wed, 4 Jun 2008 18:22:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "FreeBSD Questions" Date: Wed, 4 Jun 2008 18:23:39 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <43742D27-BF20-4BDF-B73C-2AB6B28B1471@hiwaay.net> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Wed, 04 Jun 2008 18:22:33 -0700 (PDT) Cc: Wojciech Puchar , Chuck Robey Subject: RE: Duplex printer advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 01:22:34 -0000 > -----Original Message----- > From: David Kelly [mailto:dkelly@hiwaay.net] > Sent: Wednesday, June 04, 2008 5:16 AM > To: Ted Mittelstaedt > Cc: Chuck Robey; Wojciech Puchar; FreeBSD Questions > Subject: Re: Duplex printer advice > > > > On Jun 4, 2008, at 4:46 AM, Ted Mittelstaedt wrote: > > > What part of: > > > > "...there was no case i found postscript to print faster...You won't > > on an > > HP printer, at least not an older one..." > > > > is not understandable? > > > > Let me repeat - on most HP printers PostScript IS SLOWER BECAUSE > > HP DESIGNED IT THAT WAY. It is NOT slower because of some inherent > > issue with PostScript itself. > > > > Did you know that Ghostscript is used as the Postscript engine > > in a number of printers? > > Only in "postscript compatible" printers such as the Brother HL-5250DN. > > When Genuine Postscript is included it is ported to the printer by > Adobe. Adobe does not allow it to be crippled as conspiracy-theory Ted > claims. Nonsense. Adobe doesen't have any control over the matter. Others have already detailed the difference in speed between the HP PCL and PostScript implementations on HP Printers. I listed all of the ways that HP tries to discourage customers from buying PostScript, and encourage them to go with PCL. Most of these, such as marketing and pricing, and the amount of ram included with the base model PostScript add-on, Adobe has absolutely no control over. Adobe doesen't support their PostScript implementation in an HP Printer, HP does. And the PPDs supplied by HP are different than the ones Adobe supplies from their own website. You also forget that Microsoft went with true type rather than Adobe Type Manager, and many people have complained about the poorly implemented PostScript drivers that come standard with Windows. So not just HP but Microsoft also "cooperates/competes" with Adobe. There's more ways to tank an implementation that just failing to properly implement ie. There's many ways that tech companies have tried over the years (and succeeded at times) to sabotage their competitors. You have a very naieve view of the tech industry. > All genuine Postscript printers ship with similar CPUs, > originally Motorola 68000 family, for this very reason. > And the fact this makes it a lot easier to port has nothing to do with it......NOT! Ted From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 02:56:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F1CB1065670 for ; Thu, 5 Jun 2008 02:56:41 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id B10428FC23 for ; Thu, 5 Jun 2008 02:56:40 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id m552VwrH044349 for ; Wed, 4 Jun 2008 19:31:59 -0700 (PDT) Message-ID: <4847501E.7020108@rawbw.com> Date: Wed, 04 Jun 2008 19:31:58 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ntpd hangs after a while, anyone has the same problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 02:56:41 -0000 Hi, I run current 70-STABLE and after few days ntpd stops responding queries like 'ntpq -c rv localhost' and time begins to drift. Anyone observes the same problem? Yuri From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 03:13:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DA731065676 for ; Thu, 5 Jun 2008 03:13:07 +0000 (UTC) (envelope-from mark@foster.cc) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id BE4258FC26 for ; Thu, 5 Jun 2008 03:13:06 +0000 (UTC) (envelope-from mark@foster.cc) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA03.westchester.pa.mail.comcast.net with comcast id a2LK1Z04s0EZKEL5301y00; Thu, 05 Jun 2008 03:13:06 +0000 Received: from [192.168.1.9] ([24.17.96.78]) by OMTA01.westchester.pa.mail.comcast.net with comcast id a3D31Z0011hTbBL3M00000; Thu, 05 Jun 2008 03:13:05 +0000 X-Authority-Analysis: v=1.0 c=1 a=81ABGVOTAAAA:8 a=GI2btvVDM69YpMaREQcA:9 a=68QfoixM8KGRJqM7ZaoA:7 a=0yDADQRFnNeKbg92Q3twjnY7QHMA:4 a=zUBsD6tbDSsA:10 Message-ID: <484759BE.3050607@foster.cc> Date: Wed, 04 Jun 2008 20:13:02 -0700 From: "Mark D. Foster" User-Agent: Thunderbird 1.5.0.14ubu (X11/20080505) MIME-Version: 1.0 To: Joachim Rosenfeld , "freebsd-questions@freebsd.org" References: <6e5cf6a70806041750s6421505bg14de7ac4e50b47e0@mail.gmail.com> In-Reply-To: <6e5cf6a70806041750s6421505bg14de7ac4e50b47e0@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: memcached 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: Thu, 05 Jun 2008 03:13:07 -0000 Joachim Rosenfeld wrote: > We're considering using memcached for on of our products and we are > thinking of running it on FreeBSD. > > How well does memcached run on FreeBSD? Most of the people I've talked > to and the sites online seem to run it on Linux/Intel....I talked to > one person who runs it on Solaris and they are not terribly happy with > the memcached+Solaris combo, so I wanted to check and make sure > memcached+FreeBSD is worth it. > It works fine. Go for it. -- Said one park ranger, 'There is considerable overlap between the intelligence of the smartest bears and the dumbest tourists.' Mark D. Foster, CISSP http://mark.foster.cc/ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 04:32:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71049106564A for ; Thu, 5 Jun 2008 04:32:59 +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 8FA4C8FC1C for ; Thu, 5 Jun 2008 04:32:57 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m554WoWe024765; Wed, 4 Jun 2008 21:32:52 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Fraser Tweedale" , Date: Wed, 4 Jun 2008 21:34:02 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" 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.2800.1914 In-Reply-To: <20080604115449.GA1070@bacardi> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Wed, 04 Jun 2008 21:32:52 -0700 (PDT) Cc: Subject: RE: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 04:32:59 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Fraser Tweedale > Sent: Wednesday, June 04, 2008 4:55 AM > To: freebsd-questions@freebsd.org > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > On Wed, Jun 04, 2008 at 01:45:57AM -0700, Ted Mittelstaedt wrote: > > [snip] > > The issue started several years ago when one of the core > > developers started agitating for a different graphic. Apparently > > he had been asked too many times for his taste if the FreeBSD > > project had something to do with devil worship. A long drawn > > out argument ensued but core being core got their way. Core > > then started claiming Beastie wasn't a logo, he was a mascot > > and that it why we needed a logo (despite the fact that Beastie > > has been used as a logo for years) As a > > peace offering they tried the contest idea. The submissions > > were so crappy they extended the contest deadline. Finally > > they got a submission that they decided was OK and that "won" > > the contest. The FreeBSD community was not allowed to see > > the other entrants. It was your basic star chamber decision. > > > > Ted > > I always have wondered about the other entries. Surely someone > has got a copy of them lying around; I (and I'm sure many others) > would be quite interested to see them, if such a thing is possible. > Start (and end) here: http://logo-contest.freebsd.org/ Ted From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 05:09:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B7DB106564A for ; Thu, 5 Jun 2008 05:09:40 +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 E8C368FC25 for ; Thu, 5 Jun 2008 05:09:39 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-292339.home.otenet.gr [85.73.189.145]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m5559bKi011353; Thu, 5 Jun 2008 08:09:37 +0300 Message-ID: <4847754A.7020609@otenet.gr> Date: Thu, 05 Jun 2008 08:10:34 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: kevin kempter References: <4846CB1E.3060107@otenet.gr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Vmware/Xorg blues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 05:09:40 -0000 kevin kempter wrote: > > On Jun 4, 2008, at 11:04 AM, Manolis Kiagias wrote: > >> kevin kempter wrote: >>> Hi All; >>> >>> This seems to be more of a lib not found than a vm issue: >>> >>> >>> I've done this: >>> >>> 1) installed freeBSD 7 in vmware fusion (v 1.1.3) >>> >>> 2) selected to install vmware tools from the menu >>> >>> 3) logged into the console as root >>> >>> 4) mounted the vmware virtual cd >>> >>> 5) copied the vmware tools tar.gz file to /tmp >>> >>> 6) expanded the vmware tools tar.gz file in /tmp >>> >>> 7) cd to the new vmware-toold-distrib dir and ran ./vmware-install.pl >>> >>> Then I get this: >>> >>> >>> >>> Before running VMware Tools for the first time you need to configure >>> it by invoking the following command: >>> "/usr/local/bin/vmware-config-tools.pl". Do you want this program to >>> invoke the command for you now? [yes] >>> >>> >>> >>> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >>> required by "vmware-checkvm" >>> >>> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >>> required by "vmware-checkvm" >>> >>> /usr/libexec/ld-elf.so.1: Shared object "lib.so.6" not found, >>> required by "vmware-checkvm" >>> >>> This configuration program is to be executed in a virtual machine. >>> >>> >>> >>> Execution aborted. >>> >>> >>> >>> >>> >>> I also tried starting KDE and in a Konsole terminal window (as root) >>> running /usr/local/bin/vmware-config-tools.pl and I get the same >>> results >>> >>> >>> >>> >>> >>> Anyone have any thoughts? >>> >>> >>> >>> Thanks in advance... >>> >>> >>> >> >> Funny thing, I was doing the same steps today in vmware workstation >> ;) Had the same problems, and the following is the solution: >> >> Install the compat6x port. Seems the vmware tools are for the 6.X >> version of FreeBSD, not native 7. >> >> As root: >> >> cd /usr/ports/misc/compat6x >> make install clean >> >> Also, create the following symbolic link (This is where vmware >> searches for the library): >> >> ln -s /usr/local/lib/compat/libc.so.6 /lib > > > Thanks for the advice, this allowed me to install the vmware tools. > > I had the vm in such a state that I thought it best to start from > scratch, so I did the following: > > 1) installed freeBSD7 into a new VM > 2) Followed the steps above to install the compat6x lib and created > the link to /lib > 3) installed the vmware-tools > 4) ran the vmware-config (/usr/local/bin/vmware-config-tools.pl) > 5) installed kde via pkg_add -r kde > 6) created a .xinitrc for root like this: > echo "exec startkde" > ~/.xinitrc > 7) tried to start kde by running startx and I get an error that the > driver "vmware" in the xorg config file does not exist. > > I've attached the log from my attempt to start kde (Xorg.0.log) - from > /var/log > and my xorg.conf file (from /etc/X11) > > Thanks in advance for any help... > > /Kevin > > Ok, the xorg-vmware driver is not by default selected to be built in the xorg port, and as the pre-built packages use the default options, you are simply trying to use a driver you have not installed. As the vmware driver does not seem to exist as a package, compile it from ports: cd /usr/ports/x11-drivers/xf86-video-vmware make install clean And you should be on your way. However I would suggest you create (and possibly edit) your own xorg.conf file: X -configure (This make get you a blank screen on vmware, it does it to me everytime, in this case just ssh in from somewhere else and reboot the machine, or press CTRL+ALT+BACKSPACE and blindly type 'reboot') Test your settings with X -configure /root/xorg.conf.new Edit the file and make any necessary changes, and move it to the final location: mv /root/xorg.conf.new /etc/X11/xorg.conf You can get more info on all the above in the X11 chapter of the FreeBSD Handbook, in the configuration section: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 05:17:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ADC91065691 for ; Thu, 5 Jun 2008 05:17: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 1ECD68FC17 for ; Thu, 5 Jun 2008 05:17:16 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDSK (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 m555HE0a025212; Wed, 4 Jun 2008 22:17:15 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Jeffrey Goldberg" , "Jerry McAllister" Date: Wed, 4 Jun 2008 22:18:26 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <91206750-00B5-4EB4-AC28-DA88191A00CC@goldmark.org> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Wed, 04 Jun 2008 22:17:15 -0700 (PDT) Cc: FreeBSD List Subject: RE: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 05:17:16 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Jeffrey > Goldberg > Sent: Wednesday, June 04, 2008 1:34 PM > To: Jerry McAllister > Cc: FreeBSD List > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > that I made the right decision. In the same way that when I volunteer > at the school, I don't where wear > controversial T-Shirts. (Though who > would have thought that my "Friends don't let friends use Windows" > shirt would cause complaints!) > They'd probably shit bricks if you wore this T-shirt ;-) http://www.cafepress.com/landoverbaptist.165261422 (Yes, I know) Ted From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 05:49:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472D21065674 for ; Thu, 5 Jun 2008 05:49:31 +0000 (UTC) (envelope-from jim_dandey@yahoo.com) Received: from web62114.mail.re1.yahoo.com (web62114.mail.re1.yahoo.com [69.147.74.252]) by mx1.freebsd.org (Postfix) with SMTP id D094B8FC1D for ; Thu, 5 Jun 2008 05:49:30 +0000 (UTC) (envelope-from jim_dandey@yahoo.com) Received: (qmail 94469 invoked by uid 60001); 5 Jun 2008 05:21:28 -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=cw0H9OO1lxHZqPjRRLPaS42vGnC9QVzQ31gUnMj9nUllw26aU0C/8WYmjES2XzCq8E+Q8We/st3zk33jMjGKCiBnC4QJrshMmMsJnGjy+snJ/nUlge1fFYcMXOcdTbSUsNOqGY9DeS6r1ddIQBwsXDi6PEjJnyCpMyrtyoEqiVw=; X-YMail-OSG: T5SvtPQVM1mGvRBCAokvEJysqFl7rtPMENos1wPb9zCqhrF3GEr0A0R7OPqlKvmbwW6aKAyTg1TdR7DZdkW2jLklBDyKs.41CmxNkg-- Received: from [67.188.201.130] by web62114.mail.re1.yahoo.com via HTTP; Wed, 04 Jun 2008 22:21:28 PDT Date: Wed, 4 Jun 2008 22:21:28 -0700 (PDT) From: james dandey To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <914945.86567.qm@web62114.mail.re1.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kill suspects X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 05:49:31 -0000 The F-BEE_EYE are stealing from suspects and using gang members and corrupt police to kill those that complain. A recent story ran on 60 minutes about Chicago police but the real story was not told. This also happens in the San Fran Bay area where the cost of living is very high. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 06:37:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6431D106564A for ; Thu, 5 Jun 2008 06:37:42 +0000 (UTC) (envelope-from antonycurtis@verizon.net) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4384E8FC14 for ; Thu, 5 Jun 2008 06:37:42 +0000 (UTC) (envelope-from antonycurtis@verizon.net) Received: from [10.71.0.229] ([12.108.175.130]) by vms173003.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1Z008PP6AHURUE@vms173003.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 00:37:31 -0500 (CDT) Date: Wed, 04 Jun 2008 22:37:31 -0700 From: Antony T Curtis In-reply-to: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> To: VeeJay Message-id: <1E364D6C-22D7-4DFD-AD8B-8FCDD4A57D5B@verizon.net> MIME-version: 1.0 (Apple Message framework v924) X-Mailer: Apple Mail (2.924) Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-transfer-encoding: 7bit References: <2cd0a0da0806030343o68dcf30bj447d4174b93c30d2@mail.gmail.com> Cc: mysql@lists.mysql.com, FreeBSD-Questions Subject: Re: FreeBSD MySQL Performance Tunning suggestions??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 06:37:42 -0000 Hi, FreeBSD 7 should offer much better performance for MySQL. The FreeBSD kernel developers have found ways to relieve some of the kernel bottlenecks which permit multithreaded applications to operate much better. Regards, Antony. On 3 Jun 2008, at 03:43, VeeJay wrote: > Hi Guys > > I need some performance tuning suggestions/help from you. > > At my job, I am going to build a Web Server with > > 1. FreeBSD 7.0-RELEASE amd64 > 2. Apache 2.2.8 > 3. PHP 4.4.8 (or may be PHP5, what do you suggest?) > > Server's hardware configuration is as follow: > > 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB > 16GB (8x2GB Dual Rank DIMMs) 667MHz FBD > 6 x 450GB SAS 15k 3.5" HD Hot Plug > PERC 6/i, Integrated Controller Card x6 backplane > PE2950 III C5 MSS R10 Add-in PERC 5/i / 6/i 1 S > TCP/IP Offload Engine 2P > Broadcom TCP/IP Offload Engine functionality (TOE) Not Enabled > > For FreeBSD 7.0-RELEASE amd64 Which MySQL 5.0 would be used ? > 1. FreeBSD 7.x (x86_64) > or > 2. FreeBSD 6.x (x86) > > I have done some googling and made these configuration files for > Apache and > MySQL? > > Apache: > httpd.conf----------------------------------------------------- > start------------ > # ================================================= > # Basic settings > # ================================================= > ServerType standalone > ServerRoot "/usr/local/apache" > PidFile /usr/local/apache/logs/httpd.pid > ScoreBoardFile /usr/local/apache/logs/httpd.scoreboard > ResourceConfig /dev/null > AccessConfig /dev/null > # ================================================= > # Performance settings > # ================================================= > Timeout 300 > KeepAlive On > MaxKeepAliveRequests 100 > KeepAliveTimeout 15 > MinSpareServers 5 > MaxSpareServers 10 > StartServers 5 > MaxClients 256 > MaxRequestsPerChild 0 > # ================================================= > # Apache modules > # ================================================= > ClearModuleList > AddModule mod_log_config.c > AddModule mod_mime.c > AddModule mod_dir.c > AddModule mod_access.c > AddModule mod_auth.c > AddModule mod_php4.c > AddModule mod_rewrite.c > AddModule mod_security.c > AddModule mod_setenvif.c > # ================================================= > # General settings > # ================================================= > Port 80 > User apache > Group apache > ServerAdmin adminsrv@gmail.com > UseCanonicalName Off > ServerSignature Off > HostnameLookups Off > ServerTokens Prod > > DirectoryIndex index.html > > DocumentRoot "/home/apache/www" > # ================================================= > # Access control > # ================================================= > > Options None > AllowOverride None > Order deny,allow > Deny from all > > > Order allow,deny > Allow from all > > > Order allow,deny > Allow from all > > # ================================================= > # MIME encoding > # ================================================= > > TypesConfig /usr/local/apache/conf/mime.types > > DefaultType text/plain > > AddEncoding x-compress Z > AddEncoding x-gzip gz tgz > AddType application/x-tar .tgz > AddType application/x-httpd-php .html > > # ================================================= > # Logs > # ================================================= > LogLevel warn > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i > \"" > combined > LogFormat "%h %l %u %t \"%r\" %>s %b" common > LogFormat "%{Referer}i -> %U" referer > LogFormat "%{User-agent}i" agent > ErrorLog /var/apache/logs/error_log > CustomLog /var/apache/logs/access_log combined > # ================================================= > # Virtual hosts > # ================================================= > NameVirtualHost * > > DocumentRoot "/home/apache/www/vhosts/mydomain.com/public_html" > ServerName "www.mydomain.com" > ServerAlias "mydomain.com" > ErrorLog /var/apache/logs/vhosts/mydomain.com/error_log > CustomLog /var/apache/logs/vhosts/mydomain.com/access_log > combined > > RewriteEngine on > RewriteRule ^/([a-z]{2})/index.html$ /index.html?topicid=$1 > > ErrorDocument 400 /page_error.html > ErrorDocument 401 /page_error.html > ErrorDocument 403 /page_error.html > ErrorDocument 404 /page_error.html > ErrorDocument 500 /page_error.html > > # ================================================ > # Logging GET/POST requests, defending against > # Cross-Site-Scripting (XSS) and SQL Injection attacks > # ================================================ > > AddHandler application/x-httpd-php .html > > #Turn the filtering engine On or Off > SecAuditEngine On > # Only log suspicious requests > SecAuditEngine RelevantOnly > SecAuditLog /var/apache/logs/audit_log > SecFilterScanPOST On > SecFilterEngine On > > SecFilterDefaultAction "deny,log,status:500" > SecFilter "\"" > > #generic bogus path sigs > SecFilterSelective THE_REQUEST "\.\.\./" > "id:300006,rev:1,severity:2,msg:'Bogus Path denied'" > SecFilterSelective POST_PAYLOAD "[[:space:]]+\.\.\.+\;" > "id:300007,rev:1,severity:2,msg:'Bogus Path denied'" > > #XCC:Signatures for XSS > SecFilter "/((\%3D)|(=))[^\n]*((\%3C)|<)[^\n]+((\%3E)|>)" > > #XCC:Regex for simple CSS attack > SecFilter "/((\%3C)|<)((\%2F)|\/)*[a-z0-9\%]+((\%3E)|>)/ix" > > #XCC:Regex for " #SecFilter > "/((\%3C)|<)((\%69)|i|(\%49))((\%6D)|m|(\%4D))((\%67)|g|(\%47))[^\n]+ > ((\%3E)|>)/i" > > #XCC:Paranoid regex for CSS attacks > SecFilter "/((\%3C)|<)[^\n]+((\%3E)|>)/i" > > #SQL:Regex for detection of SQL meta-characters > SecFilter "/(\%27)|(\')|(\-\-)|(\%23)|(#)/ix" > > #SQL:Modified regex for detection of SQL meta-characters > #SecFilter "/((\%3D)|(=))[^\n]*((\%27)|(\')|(\-\-)|(\%3B)| > (;))/i" > > #SQL:Regex for typical SQL Injection attack > SecFilter "/\w*((\%27)|(\'))((\%6F)|o|(\%4F))((\%72)|r|(\ > %52))/ix" > > #SQL:Regex for detecting SQL Injection with the > UNION,SELECT,UPDATE,DELETE,DROP,GRANT keyword > SecFilter "/((\%27)|(\'))union/ix" > SecFilter "/((\%27)|(\'))select/ix" > SecFilter "/((\%27)|(\'))insert/ix" > SecFilter "/((\%27)|(\'))update/ix" > SecFilter "/((\%27)|(\'))delete/ix" > SecFilter "/((\%27)|(\'))drop/ix" > SecFilter "/((\%27)|(\'))grant/ix" > > #PHP defenses > SecFilterSelective ARG_PHPSESSID "!^[0-9a-z]*$" > SecFilterSelective ARGS_NAMES "^(globals($|\[)|php:/)" > SecFilterSelective COOKIE_PHPSESSID "!^[0-9a-z]*$" > SecFilterSelective COOKIE_sessionid "!^[0-9a-z\.]*$" > > #Generic PHP payload command injection and upload > vulnerabilities > SecFilterSelective POST_PAYLOAD "<\?php" chain > SecFilter > "((fputs|fread)\(.*\,.*\)\;|fsockopen\(gethostbyname|chr\(.*\)\.chr\ > (.*\)\.chr\(|(fclose|fgets)\(.*\)\;|(system|exec)\(.*\)\;)" > chain > SecFilter "\<\?php" > > > Apache: > httpd.conf----------------------------------------------------- > end-------- > > > MySQL: > my.cnf------------------------------------------------------------ > start-------- > > # The following options will be passed to all MySQL clients > [client] > #password = your_password > port = 3306 > socket = /tmp/mysql.sock > #ng below 1 line > default-character-set=utf8 > # Here follows entries for some specific programs > # The MySQL server > [mysqld] > port = 3306 > socket = /tmp/mysql.sock > skip-locking > skip-networking > skip-name-resolve > server-id=1 > #2008-02-10 > max_connections=499 > interactive_timeout=100 > wait_timeout=100 > connect_timeout=10 > thread_cache_size=256 > connect_timeout=10 > myisam_sort_buffer_size=32M > key_buffer=16M > join_buffer=3M > record_buffer=3M > sort_buffer=5M > table_cache=1024 > #- > # increase until threads_created doesnt grow anymore > thread_cache=512 > query_cache_type=1 > query_cache_limit=2M > query_cache_size=64M > # Try number of CPU's*2 for thread_concurrency > thread_concurrency=4 > set-variable=local-infile=0 > #ng below 5 lines > init_connect='SET collation_connection = utf8_unicode_ci' > init_connect='SET NAMES utf8' > default-character-set=utf8 > character-set-server=utf8 > collation-server=utf8_unicode_ci > #NG: new variables for fulltext search: > ft_min_word_len=2 > ft_max_word_len=15 > > # Replication Master Server (default) > # binary logging is required for replication > log-bin=mysql-bin > # required unique id between 1 and 2^32 - 1 > # defaults to 1 if master-host is not set > # but will not function as a master if omitted > server-id = 1 > [mysqldump] > quick > max_allowed_packet = 16M > [mysql] > no-auto-rehash > #ng below 1 line > default-character-set=utf8 > [isamchk] > key_buffer = 256M > sort_buffer_size = 256M > read_buffer = 2M > write_buffer = 2M > [myisamchk] > key_buffer = 256M > sort_buffer_size = 256M > read_buffer = 2M > write_buffer = 2M > [mysqlhotcopy] > interactive-timeout > > MySQL: > my.cnf-------------------------------------------------------------end > > > Is there something you can tune? > > Regards > > -- > Thanks! > > BR / vj From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 09:46:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCED9106567C for ; Thu, 5 Jun 2008 09:46:52 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from jedburgh.just4dns.com (jedburgh.just4dns.com [78.129.134.130]) by mx1.freebsd.org (Postfix) with ESMTP id 679B38FC1B for ; Thu, 5 Jun 2008 09:46:51 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from [86.143.65.186] (helo=movens.plus.com) by jedburgh.just4dns.com with esmtp (Exim 4.68) (envelope-from ) id 1K4C3A-00065I-6y for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 10:46:28 +0100 Received: from parish.endoftheinternet.org (localhost.localdomain [127.0.0.1]) by postbag.localdomain (Postfix) with ESMTP id 4AC611CC6D for ; Thu, 5 Jun 2008 10:46:33 +0100 (BST) Received: from 213.1.249.253 (SquirrelMail authenticated user parish) by postbag.localdomain with HTTP; Thu, 5 Jun 2008 10:46:33 +0100 (BST) Message-ID: <4665.213.1.249.253.1212659193.squirrel@postbag.localdomain> In-Reply-To: <20080604232434.GA5456@osiris.chen.org.nz> References: <484713B6.2030503@magichamster.com> <20080604232434.GA5456@osiris.chen.org.nz> Date: Thu, 5 Jun 2008 10:46:33 +0100 (BST) From: "Mark Ovens" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 (Normal) Importance: Normal Content-Transfer-Encoding: quoted-printable X-Fuzioned-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1K4C3A-00065I-6y X-Fuzioned-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Fuzioned-MailScanner-SpamCheck: X-Fuzioned-MailScanner-From: parish@magichamster.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jedburgh.just4dns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magichamster.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Effects of CPUTYPE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 09:46:52 -0000 On Thu, June 5, 2008 00:24, Jonathan Chen wrote: > In my personal opinion, the small gain you get is more than > overwhelmed by the big pain you get from setting CPUTYPE. Thanks Jonathan. I think I'll reinstall my 7.0 system from scratch and install the apps from packages rather than build from ports and see if that solves the problems. The thing is that the main "serious" use for this box is managing my digital photos - over 12GB of them - and it is getting increasingly difficult with the apps I choose to use becoming unreliable. I've really got to the point where I'm considering switching to Linux as I've tried Mandriva and all the apps I use that I'm having problems with on FreeBSD work just fine under Linux. I don't want to switch - I've been using FreeBSD for ~13 years (since 2.0.5) but since I ditched Windows nearly 2 years ago I need reliability. Regards, Mark From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 09:58:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D4DB106564A for ; Thu, 5 Jun 2008 09:58:13 +0000 (UTC) (envelope-from mark@lightflowinterrupted.com) Received: from mc.neutelligent.com (mc.neutelligent.com [66.230.204.9]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8258FC1D for ; Thu, 5 Jun 2008 09:58:12 +0000 (UTC) (envelope-from mark@lightflowinterrupted.com) Received: from reaper (host86-168-193-61.range86-168.btcentralplus.com [86.168.193.61]) by mc.neutelligent.com (Postfix) with ESMTP id 9EF8128460 for ; Thu, 5 Jun 2008 05:58:11 -0400 (EDT) From: "Mark" To: Date: Thu, 5 Jun 2008 10:55:47 +0100 Message-ID: <019a01c8c6f2$550b5350$f001a8c0@asgard.movesmountains.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcjG8lO2VTtIHuKfTT+gvB8kip0vFw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Subject: Missing characters in /var/log/messages - hardware fault? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 09:58:13 -0000 Hi, I'm seeing missing characters in /var/log/messages after kernel panics on a brand new box with a fresh install of 7.0-RELEASE. Typical lines are: May 30 0:14:53 odin2008 savecore: rebot after panic: age fault May 3 10:14:3 odin2008 savecore: wrting core to vmcore.0 Does this imply a hardware fault? Fsck is not showing any problems with the disks. Any help appreciated - I need to know whether I should just send the box back or not! Yours, Mark From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 10:02:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5AC1106564A for ; Thu, 5 Jun 2008 10:02:01 +0000 (UTC) (envelope-from mark@lightflowinterrupted.com) Received: from mc.neutelligent.com (mc.neutelligent.com [66.230.204.9]) by mx1.freebsd.org (Postfix) with ESMTP id B2E728FC0A for ; Thu, 5 Jun 2008 10:02:01 +0000 (UTC) (envelope-from mark@lightflowinterrupted.com) Received: from reaper (host86-168-193-61.range86-168.btcentralplus.com [86.168.193.61]) by mc.neutelligent.com (Postfix) with ESMTP id 04FB128460 for ; Thu, 5 Jun 2008 06:02:00 -0400 (EDT) From: <1@movesmountains.com> Sender: "Mark" To: Date: Thu, 5 Jun 2008 10:59:36 +0100 Message-ID: <019b01c8c6f2$ddc7e730$f001a8c0@asgard.movesmountains.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcjG8tyIl67PL91/RH2wY7NeaTGpUA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Subject: Query on kgdb output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 10:02:02 -0000 Hi, I'm seeing regular kernel panics on my new box with a fresh install of 7.0-RELEASE. I'm trying to get some information out of kgdb by following the instructions in the handbook - however, I'm getting a 'cannot access memory' message when I try it: odin2008# kgdb kernel.debug /var/crash/vmcore.1 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] 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". Cannot access memory at address 0x2fd9 (kgdb) where #0 0x00000000 in ?? () (kgdb) quit Am I doing something wrong, or does this point to a hardware failure? (I'm also seeing missing characters in /var/log/messages, which I addressed in a separate mail; not sure if it's related). Any help appreciated! Yours, Mark From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 05:35:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8482E1065673 for ; Thu, 5 Jun 2008 05:35:38 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 07BD68FC17 for ; Thu, 5 Jun 2008 05:35:37 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.183]) by hub.org (Postfix) with ESMTP id 28EFD168AC72; Thu, 5 Jun 2008 02:35:37 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 11304-06; Thu, 5 Jun 2008 02:35:31 -0300 (ADT) Received: from fserv.hub.org (blk-224-204-104.eastlink.ca [24.224.204.104]) by hub.org (Postfix) with ESMTP id C3D5B168AC6D; Thu, 5 Jun 2008 02:34:02 -0300 (ADT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by fserv.hub.org (Postfix) with ESMTP id 02A214EFC0; Thu, 5 Jun 2008 02:34:02 -0300 (ADT) Date: Thu, 05 Jun 2008 02:31:12 -0300 From: "Marc G. Fournier" To: freebsd-questions@freebsd.org, freebsd-advocacy@freebsd.org, users@lists.dragonflybsd.org, netbsd-advocacy@netbsd.org, Thorsten Glaser , Gonzalo Martinez - Sanjuan Sanchez , midnightbsd-users@stargazer.midnightbsd.org, miros-discuss@66h.42h.de, general@desktopbsd.net, announce@lists.pcbsd.org, public@lists.pcbsd.org Message-ID: 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 X-Mailman-Approved-At: Thu, 05 Jun 2008 11:10:34 +0000 Cc: Subject: BSDstats: May Statistics - 23 998 Hosts Reported In X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 05:35:38 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As of June 5th, 2008, the project is seeing 23 998 hosts reporting in, with a break down as follows: PC-BSD 14 715 hosts FreeBSD 6 331 hosts DesktopBSD 2 662 hosts NetBSD 108 hosts MirBSD 68 hosts OpenBSD 59 hosts DragonFly 27 hosts MidnightBSD 22 hosts GNU/kFreeBSD 6 hosts We currently have hosts being reported in from 121 countries, with the top 10 being: United States 5 639 Russian Federation 1 653 Germany 1 489 Australia 1 314 Brazil 1 242 Japan 1 004 France 823 United Kingdom 822 Ukraine 790 Canada 747 Project URL: http://www.bsdstats.org Project Objective: "The mission of this site is to compile semi-accurate numbers for advocacy and marketing of the *BSD operating systems." PC-BSD, to the best of our knowledge, is the only one that defaults to enabled, while the rest have to be enabled manually. For FreeBSD users, you just need to install /usr/ports/sysutils/bsdstats to set things up. If you aren't participating, we very much encourage you to start ... the report script is a shell script, so you can scan it to figure out what, exactly, is being sent in .. and there is only one level of reporting that is required, and that is Operating System + Version ... Device and Ports reporting are 100% optional ... For those that are participating ... once more, thank you ... and spread the word, we need more ... Thanks to the folks at PC-BSD, we have a new PHP programmer that will be working with Antony Mawer towards cleaning up / finishing some of the outstanding areas of the web site, so expect to see some improvements in statistics reporting over the next few weeks. If you have any questions, please feel free to email me ... - -- Marc G. Fournier Hub.Org Hosting Solutions S.A. (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhHeiAACgkQ4QvfyHIvDvN9RACcCcuRMnTeEhOz4XlJMcVRBm7U X1cAoOGk6ZvG3ab5DVpjKeIEokSEwlYY =cC+C -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 12:19:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD9C21065670 for ; Thu, 5 Jun 2008 12:19:58 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id A22C08FC0C for ; Thu, 5 Jun 2008 12:19:58 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 54952 invoked by uid 89); 5 Jun 2008 08:21:05 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by v6.ibctech.ca with ESMTPA; 5 Jun 2008 08:21:05 -0000 Message-ID: <4847DA6E.7050304@ibctech.ca> Date: Thu, 05 Jun 2008 08:22:06 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Jails and IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 12:19:59 -0000 Hi everyone, Through all the information I've read (and after testing for myself), it appears as though IPv6 is still not possible inside of a jail. Is this correct? Is there any way that this can be accomplished? Regards, Steve From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 12:31:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6723E1065689 for ; Thu, 5 Jun 2008 12:31:17 +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 36DE78FC1C for ; Thu, 5 Jun 2008 12:31:17 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: by duane.dbq.yournetplus.com (Postfix, from userid 1001) id 753C927E42B; Thu, 5 Jun 2008 12:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 6F77227E41F; Thu, 5 Jun 2008 12:31:16 +0000 (UTC) Date: Thu, 5 Jun 2008 12:31:16 +0000 (UTC) From: D Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: Mark Tinguely In-Reply-To: <200806042346.m54NkgaE031774@casselton.net> Message-ID: References: <200806042346.m54NkgaE031774@casselton.net> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: vm.pmap.shpgperproc syslog messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 12:31:18 -0000 On Wed, 4 Jun 2008 at 18:46 -0500, tinguely@casselton.net confabulated: >> I just noticed today I'm starting to get messages in ../messages stating: >> >> Approaching the limit on PV entries, consider increasing either the >> vm.pmap.shpgperproc or the vm.pmap.pv_entry_max sysctl. >> >> I did some searching and don't really know what is going on. I did a >> search using sysctl for all pmap knobs and this is what they are >> currently: >> >> vm.pmap.pmap_collect_active: 0 >> vm.pmap.pmap_collect_inactive: 0 >> vm.pmap.pv_entry_spare: 51310 >> vm.pmap.pv_entry_allocs: 67575721858 >> vm.pmap.pv_entry_frees: 67574088800 >> vm.pmap.pc_chunk_tryfail: 0 >> vm.pmap.pc_chunk_frees: 416252902 >> vm.pmap.pc_chunk_allocs: 416262928 >> vm.pmap.pc_chunk_count: 10026 >> vm.pmap.pv_entry_count: 1633059 >> vm.pmap.shpgperproc: 500 >> vm.pmap.pv_entry_max: 6125408 >> >> I did increased vm.pmap.shpgperproc to 500 from 200 and immediately saw >> vm.pmap.pv_entry_max increase as well. >> >> This server is a Dell PowerEdge 6850 with four 3.0Gz dual core Zeon >> processors and 12Gb ram. The server's only purpose is a spam filter. It is >> running SpamAssassin, ClamAV, Postfix and MySQL. The server is pretty >> memory intensive. Active memory usually doesn't drop below 8Gb. >> SpamAssassin usually has roughly 24 children running all the time >> consuming ~120Mb per child. MySQL is currently taking ~5.5Gb. >> >> Can someone shed light on what is going on or what needs to be tweaked? > > pv_entry are entries that are used to keep track of which processes are > sharing a physical page. > > pv_entry are allocated in groups (chunks to fill a page) - 168 for the AMD64. > > The more RAM and processes that you have, the more probably that the pages > are shared in multiple processes and more pv_entrys are needed. > > It looks like you are well below the pv_entry_max with shpgperproc at 500. I figured out what was going on when the messages hit the ../messages log. I have a cronjob that executes a MySQL script to optimize tables. It was during that time when the syslog messages were logged. Since increasing vm.pmap.shpgperproc yesterday, I haven't seen anything in the logs. Thanks for the response. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:21:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE9E31065674 for ; Thu, 5 Jun 2008 13:21:10 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id AA41C8FC0A for ; Thu, 5 Jun 2008 13:21:10 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1K4FOt-0000u7-Ns for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 14:21:09 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1K4FOt-0002Hx-2y for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 14:21:07 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2) with ESMTP id m55DL6CT052010 for ; Thu, 5 Jun 2008 14:21:06 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2/Submit) id m55DL6To052009 for freebsd-questions@freebsd.org; Thu, 5 Jun 2008 14:21:06 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 5 Jun 2008 14:21:06 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> 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.3i X-Spam-Score: -1.3 X-Spam-Level: - Subject: size of executable - g95 vs gfortran42 - shared libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 13:21:11 -0000 I use two different fortran90 compiler on a simple input file and get executables which differ in size by almost 3 orders of magnitude, see below. Is this something to do with the use of shared libraries? % gfortran42 tmp.f90 % ls -al a.out -rwxr-xr-x 1 9179 5 Jun 14:15 a.out % g95 tmp.f90 % ls -al a.out -rwxr-xr-x 1 546413 5 Jun 14:15 a.out % The program results seem to be identical. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:29:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B281065672 for ; Thu, 5 Jun 2008 13:29:48 +0000 (UTC) (envelope-from thoellri@adobe.com) Received: from exprod6og107.obsmtp.com (exprod6og107.obsmtp.com [64.18.1.208]) by mx1.freebsd.org (Postfix) with ESMTP id 1697F8FC25 for ; Thu, 5 Jun 2008 13:29:45 +0000 (UTC) (envelope-from thoellri@adobe.com) Received: from source ([192.150.8.22]) by exprod6ob107.postini.com ([64.18.5.12]) with SMTP; Thu, 05 Jun 2008 06:29:41 PDT Received: from inner-relay-3.eur.adobe.com (inner-relay-3b [10.128.4.236]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id m55DTdE0026363; Thu, 5 Jun 2008 06:29:40 -0700 (PDT) Received: from fe2.corp.adobe.com (fe2.corp.adobe.com [10.8.192.72]) by inner-relay-3.eur.adobe.com (8.12.10/8.12.9) with ESMTP id m55DTbqJ009404; Thu, 5 Jun 2008 06:29:38 -0700 (PDT) Received: from namail2.corp.adobe.com ([10.8.192.64]) by fe2.corp.adobe.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 5 Jun 2008 06:29:37 -0700 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: Thu, 5 Jun 2008 06:29:35 -0700 Message-ID: In-Reply-To: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: size of executable - g95 vs gfortran42 - shared libs? Thread-Index: AcjHDxCf0kmAlSQ2RG26f5mBEHLd7wAAPt+g References: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> From: "Tobias Hoellrich" To: "Anton Shterenlikht" , X-OriginalArrivalTime: 05 Jun 2008 13:29:37.0671 (UTC) FILETIME=[33741970:01C8C710] Cc: Subject: RE: size of executable - g95 vs gfortran42 - shared libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 13:29:48 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20 > Anton Shterenlikht > Sent: Thursday, June 05, 2008 7:21 AM > To: freebsd-questions@freebsd.org > Subject: size of executable - g95 vs gfortran42 - shared libs? >=20 > I use two different fortran90 compiler on a simple input file > and get executables which differ in size by almost 3 orders of > magnitude, see below. Is this something to do with the use > of shared libraries? >=20 > % gfortran42 tmp.f90 > % ls -al a.out > -rwxr-xr-x 1 9179 5 Jun 14:15 a.out > % g95 tmp.f90 > % ls -al a.out > -rwxr-xr-x 1 546413 5 Jun 14:15 a.out > % >=20 > The program results seem to be identical. >=20 > many thanks > anton Run "file" and "ldd" on the executables to see the difference: [root@santafe ~]# file `which ls` /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 8.0 (800038), dynamically linked (uses shared libs), FreeBSD-style, stripped [root@santafe ~]# ldd `which ls` /bin/ls: libutil.so.7 =3D> /lib/libutil.so.7 (0x28082000) libncurses.so.7 =3D> /lib/libncurses.so.7 (0x28090000) libc.so.7 =3D> /lib/libc.so.7 (0x280cf000) [root@santafe ~]# Hope this helps Tobias From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:31:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9AF51065671 for ; Thu, 5 Jun 2008 13:31:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 419538FC14 for ; Thu, 5 Jun 2008 13:31:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4847EAAC.1000303@FreeBSD.org> Date: Thu, 05 Jun 2008 15:31:24 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> In-Reply-To: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: size of executable - g95 vs gfortran42 - shared libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 13:31:23 -0000 Anton Shterenlikht wrote: > I use two different fortran90 compiler on a simple input file > and get executables which differ in size by almost 3 orders of > magnitude, see below. Is this something to do with the use > of shared libraries? You tell us :) What does file tell you? Kris > > % gfortran42 tmp.f90 > % ls -al a.out > -rwxr-xr-x 1 9179 5 Jun 14:15 a.out > % g95 tmp.f90 > % ls -al a.out > -rwxr-xr-x 1 546413 5 Jun 14:15 a.out > % > > The program results seem to be identical. > > many thanks > anton > From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:35:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6B2E1065672 for ; Thu, 5 Jun 2008 13:35:13 +0000 (UTC) (envelope-from urandomdev@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 70C008FC14 for ; Thu, 5 Jun 2008 13:35:13 +0000 (UTC) (envelope-from urandomdev@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so313726ywe.13 for ; Thu, 05 Jun 2008 06:35:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Sa7VFBLTWj5Dzo1iJHPiSHzCPIvmQX9TdsKaGFm7dXI=; b=wWwAxwCEgItPreq4dYXTW1Fb+/ZUIsQpW3Hrvt5j4v/AIjf+ipqqFlVWTCrmhfgKj6 tpEWWUBs32ox9jZD8TfVBQnMG87TSHyJi2iqy8HoH2ggZwBlpF3jRjzq7QdQUiDRaOGJ aOLwRwoLlYzYe5ZwD2RB0M/cz9iCfgkZNbvP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=mA4hThN6rKlRk7nK2E6h1l6gVj0E+LsDEpsTo+caENCvBfagUaq5JJsSnF1P898Lw/ e3reJLqKlvF6WnMKpxXYFAurpKwsmT3qhinvHwInqG6ML7SdyZWO33qsSVyks/vtFDyA clpceVgKTcmUgIFnck5AQWVZ7Tngrf/+iK3T4= Received: by 10.143.36.15 with SMTP id o15mr539729wfj.36.1212672901511; Thu, 05 Jun 2008 06:35:01 -0700 (PDT) Received: by 10.142.148.4 with HTTP; Thu, 5 Jun 2008 06:35:01 -0700 (PDT) Message-ID: <648d054e0806050635p4418aba5r567ef1ebca951ca2@mail.gmail.com> Date: Thu, 5 Jun 2008 15:35:01 +0200 From: "Simon Jolle" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: list files in FreeBSD ports tree package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 13:35:13 -0000 Hi FreeBSD users I am searching for something similar to Red Hat's "rpm -q -l package" and Debian's "dpkg -L package". cheers Simon -- XMPP: sjolle@swissjabber.org From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:44:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36100106564A for ; Thu, 5 Jun 2008 13:44:27 +0000 (UTC) (envelope-from Matthias.Apitz@oclc.org) Received: from mail.pica.nl (mail.pica.nl [192.87.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id BEE3A8FC2C for ; Thu, 5 Jun 2008 13:44:26 +0000 (UTC) (envelope-from Matthias.Apitz@oclc.org) Received: from rebelion.Sisis.de ([193.31.10.34]) by mail.pica.nl with Microsoft SMTPSVC(6.0.3790.3959); Thu, 5 Jun 2008 15:47:45 +0200 Received: (from guru@localhost) by rebelion.Sisis.de (8.14.2/8.13.8/Submit) id m55DiOVp015813; Thu, 5 Jun 2008 15:44:24 +0200 (CEST) (envelope-from matthias.apitz@oclc.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to matthias.apitz@oclc.org using -f Date: Thu, 5 Jun 2008 15:44:24 +0200 From: Matthias Apitz To: Simon Jolle Message-ID: <20080605134424.GA15772@rebelion.Sisis.de> References: <648d054e0806050635p4418aba5r567ef1ebca951ca2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <648d054e0806050635p4418aba5r567ef1ebca951ca2@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.0-RELEASE (i386) X-OriginalArrivalTime: 05 Jun 2008 13:47:45.0325 (UTC) FILETIME=[BBBEEDD0:01C8C712] Cc: freebsd-questions@freebsd.org Subject: Re: list files in FreeBSD ports tree package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 13:44:27 -0000 El día Thursday, June 05, 2008 a las 03:35:01PM +0200, Simon Jolle escribió: > Hi FreeBSD users > > I am searching for something similar to Red Hat's "rpm -q -l package" > and Debian's "dpkg -L package". > > cheers > Simon Don't know nothing about Red Hat or Debian, but how about $ pkg_info -L stardict-2.4.8_5 or even $ man pkg_info HIH matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ «...una sola vez, que es cuanto basta si se trata de verdades definitivas.» «...only once, which is enough if it has todo with definite truth.» José Saramago, Historia del Cerca de Lisboa From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:50:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 825EC1065678 for ; Thu, 5 Jun 2008 13:50:26 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE028FC22 for ; Thu, 5 Jun 2008 13:50:26 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1K4FrB-0003S2-Oc; Thu, 05 Jun 2008 14:50:25 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1K4FrA-0002SH-TD; Thu, 05 Jun 2008 14:50:21 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2) with ESMTP id m55DoFwd052261; Thu, 5 Jun 2008 14:50:20 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.14.2/8.14.2/Submit) id m55DoFpe052260; Thu, 5 Jun 2008 14:50:15 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Thu, 5 Jun 2008 14:50:15 +0100 From: Anton Shterenlikht To: Tobias Hoellrich Message-ID: <20080605135015.GA52233@mech-aslap33.men.bris.ac.uk> Mail-Followup-To: Tobias Hoellrich , freebsd-questions@freebsd.org References: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Score: -1.3 X-Spam-Level: - Cc: freebsd-questions@freebsd.org Subject: Re: size of executable - g95 vs gfortran42 - shared libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 13:50:26 -0000 On Thu, Jun 05, 2008 at 06:29:35AM -0700, Tobias Hoellrich wrote: > > > > I use two different fortran90 compiler on a simple input file > > and get executables which differ in size by almost 3 orders of > > magnitude, see below. Is this something to do with the use > > of shared libraries? > > Run "file" and "ldd" on the executables to see the difference: > > [root@santafe ~]# file `which ls` > /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > for FreeBSD 8.0 (800038), dynamically linked (uses shared libs), > FreeBSD-style, stripped > > [root@santafe ~]# ldd `which ls` > /bin/ls: > libutil.so.7 => /lib/libutil.so.7 (0x28082000) > libncurses.so.7 => /lib/libncurses.so.7 (0x28090000) > libc.so.7 => /lib/libc.so.7 (0x280cf000) > [root@santafe ~]# Many thanks, the ldd resuts differ, but how does this translate into size? % ls -al *out -rwxr-xr-x 1 mexas wheel 546413 5 Jun 14:39 g95.out -rwxr-xr-x 1 mexas wheel 9179 5 Jun 14:39 gf42.out % file *out g95.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700109), dynamically linked (uses shared libs), FreeBSD-style, not stripped gf42.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700109), dynamically linked (uses shared libs), FreeBSD-style, not stripped % ldd *.out g95.out: libm.so.5 => /lib/libm.so.5 (0x280c5000) libc.so.7 => /lib/libc.so.7 (0x280db000) gf42.out: libgfortran.so.2 => /usr/local/lib/gcc-4.2.4/libgfortran.so.2 (0x2807e000) libm.so.5 => /lib/libm.so.5 (0x28103000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28119000) libc.so.7 => /lib/libc.so.7 (0x28124000) % -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 13:57:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 447F31065679 for ; Thu, 5 Jun 2008 13:57:51 +0000 (UTC) (envelope-from seb.morand@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 EF8A78FC19 for ; Thu, 5 Jun 2008 13:57:50 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so486898pyb.10 for ; Thu, 05 Jun 2008 06:57:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xkteUfjH3XxLOs0OSkpxvlsgTuZs9hEH2D+jz38ZjZI=; b=jE+U7cW4w1ubhy+TjjLJLHuzXhVnQghE+er6qA9AEysHQM/DqzfYVpDtWfsHrSVBFI Bgzb0GnNf+GZeDhYaNtd06lGxkiYNxs780aRHNgTlgC+OYTIdWHnE0HLuc2ID3Hr8BDu ahcFTWAZ3/KWmqpX+s1qxL2ajHkI+mkpliMWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Z8U2pZyw4LsNGvphp5qVSG9fJ8deK9v4LsubIN7BKR9Ae9ToJ/qw1cyMS+eaQtUA7E I9/c4gRbQRdXX+XXFUZ24GKls8Hd24SPXACzq4i7chkwTUQvkwx5a/o3nsZkLRpsAeKK IJ7GMZ9nqezM+j31bsr9U4i9FoZBx8RrXQv4Q= Received: by 10.114.150.1 with SMTP id x1mr1525559wad.71.1212674269435; Thu, 05 Jun 2008 06:57:49 -0700 (PDT) Received: by 10.114.169.15 with HTTP; Thu, 5 Jun 2008 06:57:49 -0700 (PDT) Message-ID: <16d3abd60806050657p7669b92fu485ae027e3e2ba4@mail.gmail.com> Date: Thu, 5 Jun 2008 13:57:49 +0000 From: "=?ISO-8859-1?Q?S=E9bastien_Morand?=" To: "Tobias Hoellrich" , freebsd-questions@freebsd.org In-Reply-To: <20080605135015.GA52233@mech-aslap33.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> <20080605135015.GA52233@mech-aslap33.men.bris.ac.uk> Cc: Subject: Re: size of executable - g95 vs gfortran42 - shared libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 13:57:51 -0000 > % ldd *.out > g95.out: > libm.so.5 => /lib/libm.so.5 (0x280c5000) > libc.so.7 => /lib/libc.so.7 (0x280db000) > gf42.out: > libgfortran.so.2 => /usr/local/lib/gcc-4.2.4/libgfortran.so.2 (0x2807e000) > libm.so.5 => /lib/libm.so.5 (0x28103000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28119000) > libc.so.7 => /lib/libc.so.7 (0x28124000) > % In the first one the library fortran is directly included in your exec file, so the file is bigger. It looks like you have only a static version of the g95 installed, and then the library is included in the final program From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 14:07:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 423B2106567B for ; Thu, 5 Jun 2008 14:07:24 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC4F8FC28; Thu, 5 Jun 2008 14:07:22 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4847F31B.7090404@FreeBSD.org> Date: Thu, 05 Jun 2008 16:07:23 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Tobias Hoellrich , freebsd-questions@freebsd.org References: <20080605132106.GA51988@mech-aslap33.men.bris.ac.uk> <20080605135015.GA52233@mech-aslap33.men.bris.ac.uk> In-Reply-To: <20080605135015.GA52233@mech-aslap33.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: size of executable - g95 vs gfortran42 - shared libs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 14:07:24 -0000 Anton Shterenlikht wrote: > On Thu, Jun 05, 2008 at 06:29:35AM -0700, Tobias Hoellrich wrote: >>> I use two different fortran90 compiler on a simple input file >>> and get executables which differ in size by almost 3 orders of >>> magnitude, see below. Is this something to do with the use >>> of shared libraries? >> Run "file" and "ldd" on the executables to see the difference: >> >> [root@santafe ~]# file `which ls` >> /bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), >> for FreeBSD 8.0 (800038), dynamically linked (uses shared libs), >> FreeBSD-style, stripped >> >> [root@santafe ~]# ldd `which ls` >> /bin/ls: >> libutil.so.7 => /lib/libutil.so.7 (0x28082000) >> libncurses.so.7 => /lib/libncurses.so.7 (0x28090000) >> libc.so.7 => /lib/libc.so.7 (0x280cf000) >> [root@santafe ~]# > > Many thanks, the ldd resuts differ, > but how does this translate into size? > > % ls -al *out > -rwxr-xr-x 1 mexas wheel 546413 5 Jun 14:39 g95.out > -rwxr-xr-x 1 mexas wheel 9179 5 Jun 14:39 gf42.out > > % file *out > g95.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > for FreeBSD 7.0 (700109), dynamically linked (uses shared libs), > FreeBSD-style, not stripped > > gf42.out: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), > for FreeBSD 7.0 (700109), dynamically linked (uses shared libs), > FreeBSD-style, not stripped Both files have debugging symbols enabled. You can remove these with strip, at the cost of not being able to use gdb to obtain backtraces if you run into a bug. > % ldd *.out > g95.out: > libm.so.5 => /lib/libm.so.5 (0x280c5000) > libc.so.7 => /lib/libc.so.7 (0x280db000) ^-- this one doesn't link to a dynamic fortran library, so it is presumably statically linked, explaining the size. Look into how the file was constructed (e.g. the command used to link the binary). > gf42.out: > libgfortran.so.2 => /usr/local/lib/gcc-4.2.4/libgfortran.so.2 (0x2807e000) > libm.so.5 => /lib/libm.so.5 (0x28103000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28119000) > libc.so.7 => /lib/libc.so.7 (0x28124000) > % > Kris From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 14:09:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4031065670 for ; Thu, 5 Jun 2008 14:09:08 +0000 (UTC) (envelope-from urandomdev@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id B97CB8FC12 for ; Thu, 5 Jun 2008 14:09:07 +0000 (UTC) (envelope-from urandomdev@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so320895ywe.13 for ; Thu, 05 Jun 2008 07:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=Cwb5V/LDvsZs2hk4KLUMzg8kfPf/zXeCa2kaAbwdEss=; b=MglBDTQiCeOzRNVr4J20K0Hjnjxdox3BhNEgGaEA0cy20Gvtjaypu04SCP/5y5RUDD aDlCiF89fuHK060xo27HhN0dlbv7vLM200fax5NCwj/YFvld1UgHhVgerPYVPpdb5DQo hITfD03N58yJIBWIgCP8fD7qx+91tBQjQ9lWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=p04T5ygKJ8EvXQ/KJu9Asdc8EeZqhJvLE0dBcFt0GHRgNnU3C1q4ORDHM0xuXukl8I RKygLgdJ/xsZx059b6Q8VJiTbC3kS8q65LGoyFhRGcQsL+bwBZu1VZ58IJkDiloHT7Y6 awls+csArGAP9HcyNIUC7agfdbtX2aPuTY5zE= Received: by 10.142.148.10 with SMTP id v10mr537275wfd.303.1212674945974; Thu, 05 Jun 2008 07:09:05 -0700 (PDT) Received: by 10.142.148.4 with HTTP; Thu, 5 Jun 2008 07:09:05 -0700 (PDT) Message-ID: <648d054e0806050709s6c249ddev6ad2892012e48614@mail.gmail.com> Date: Thu, 5 Jun 2008 16:09:05 +0200 From: "Simon Jolle" To: "Matthias Apitz" In-Reply-To: <20080605134424.GA15772@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <648d054e0806050635p4418aba5r567ef1ebca951ca2@mail.gmail.com> <20080605134424.GA15772@rebelion.Sisis.de> Cc: freebsd-questions@freebsd.org Subject: Re: list files in FreeBSD ports tree package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 14:09:08 -0000 On 6/5/08, Matthias Apitz wrote: > Don't know nothing about Red Hat or Debian, but how about > > $ pkg_info -L stardict-2.4.8_5 > > or even > > $ man pkg_info > > HIH > > matthias Thank you Matthias -- XMPP: sjolle@swissjabber.org From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 14:38:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1BE11065677 for ; Thu, 5 Jun 2008 14:38:06 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: from web63901.mail.re1.yahoo.com (web63901.mail.re1.yahoo.com [69.147.97.116]) by mx1.freebsd.org (Postfix) with SMTP id 9662F8FC17 for ; Thu, 5 Jun 2008 14:38:06 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: (qmail 45241 invoked by uid 60001); 5 Jun 2008 14:38:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=R8RMDbecm/nF+hFBAvWQVm+TvXxbZCIXkd1/P5GRxL5I3Oazm5j6sOrPh6vYr9O8N/OruyOUT8DUYCBDfI8l5GxFgvTB9900eus8dAlIqZNeXnLguf9bxoCH9mOIE7ZZ3iViBY8FX0Z9yWE9wKQST4c/ZshWVc8ZOPDJUTD/42Q=; Received: from [146.23.68.42] by web63901.mail.re1.yahoo.com via HTTP; Thu, 05 Jun 2008 07:38:05 PDT X-Mailer: YahooMailRC/975.41 YahooMailWebService/0.7.199 Date: Thu, 5 Jun 2008 07:38:05 -0700 (PDT) From: Camilo Reyes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <318223.44820.qm@web63901.mail.re1.yahoo.com> Subject: Re: freebsd-questions Digest, Vol 218, Issue 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: Thu, 05 Jun 2008 14:38:06 -0000 Simply upgrade your kernel. I believe there is an upgrade guide on the rele= ase notes:=0Ahttp://freebsd.org/releases/6.3R/announce.html=0A=0A=C2=A0Cami= lo=0A"Bono Vince Malum"=0A=0A> ------------------------------=0A> =0A> Mess= age: 23=0A> Date: Wed, 04 Jun 2008 09:28:29 +0100=0A> From: Vince Hoffman = =0A> Subject: Re: any news? 3945 ABG driver!=0A> To: Long Story =0A> Cc: fr= eebsd-questions@freebsd.org=0A> Message-ID: <4846522D.1050806@unsane.co.uk>= =0A> Content-Type: text/plain; charset=3Dwindows-1252=0A> =0A> Long Story w= rote:=0A> > Hi Vince!=0A> >=C2=A0 =0A> >=C2=A0 =0A> >=C2=A0 The (rtfm) advi= ce it might exist in 7.0R which I didnot install or upgrade to =0A> Yet,=0A= > >=C2=A0 =C2=A0 Im using PC-BSD which is 6.3-R=0A> >=C2=A0 and I think i n= eed to do the driver manualy, any info ?=0A> >=C2=A0 or i _have_ to go for = 7.0-R for this driver to work ?=0A> =0A> As its not in 6.3 (sorry didnt thi= nk to check if it was before=0A> answering,) you could give it a go manuall= y.=0A> http://www.clearchain.com/wiki/Wpi is the maintainers website for it= but=0A> as its down at the moment, I'm not sure what the status of it on 6= .x=0A> =0A> In 7.x its in the distro though.=0A> =0A> =0A> =0A> Vince=0A> = =0A> >=C2=A0 =0A> >=C2=A0 Thanks.=0A> >=C2=A0 =0A> >=C2=A0 Marwan.> Date: T= ue, 3 Jun 2008 16:42:40 +0100> From: jhary@unsane.co.uk> To: =0A> dead_line= @hotmail.com> CC: freebsd-questions@freebsd.org> Subject: Re: any news? =0A= > 3945 ABG driver!> > Long Story wrote:> > Hello Gurus,> > > > Well, any go= od news =0A> or working drivers for wireless 3945ABG ?> > for 7.0-R or 6.3-= R ?> > Can anyone =0A> kindly provide any useful information ?> > > > man w= pi ;)> > (sorry to rtfm you =0A> but the man page explains it better than I= could)> > Vince> > > THANK YOU> > =0A> Marwan.> > ________________________= _________________________________________> > =0A> It=E2=80=99s easy to add = contacts from Facebook and other social sites through Windows =0A> Live=E2= =84=A2 Messenger. Learn how.> > =0A> https://www.invite2messenger.net/im/?s= ource=3DTXT_EML_WLH_LearnHow_______________________________________________= > =0A> > freebsd-questions@freebsd.org mailing list> > =0A> http://lists.fr= eebsd.org/mailman/listinfo/freebsd-questions> > To unsubscribe, =0A> send a= ny mail to "freebsd-questions-unsubscribe@freebsd.org"> =0A> > ____________= _____________________________________________________=0A> > Instantly invit= e friends from Facebook and other social networks to join you =0A> on Windo= ws Live=E2=84=A2 Messenger.=0A> > =0A> https://www.invite2messenger.net/im/= ?source=3DTXT_EML_WLH_InviteFriends________________________________________= _______=0A> > freebsd-questions@freebsd.org mailing list=0A> > http://lists= .freebsd.org/mailman/listinfo/freebsd-questions=0A> > To unsubscribe, send = any mail to "freebsd-questions-unsubscribe@freebsd.org"=0A> =0A> =0A> =0A> = ------------------------------=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 14:38:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0254A1065670 for ; Thu, 5 Jun 2008 14:38:58 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id BEF2A8FC21 for ; Thu, 5 Jun 2008 14:38:57 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id B81E928491; Thu, 5 Jun 2008 10:38:56 -0400 (EDT) To: stevefranks@ieee.org References: <539c60b90806041125s6b2fc0cbqbba52225d27e4583@mail.gmail.com> From: Lowell Gilbert Date: Thu, 05 Jun 2008 10:38:56 -0400 In-Reply-To: <539c60b90806041125s6b2fc0cbqbba52225d27e4583@mail.gmail.com> (Steve Franks's message of "Wed\, 4 Jun 2008 11\:25\:41 -0700") Message-ID: <447id4rlof.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Mailing List Subject: Re: intrusion? find is thrashing my disk every time I boot. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Mailing List List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 14:38:58 -0000 "Steve Franks" writes: > I'm really no security expert. I don't leave the system up 24/7, and > I'm on a US DSL connection with a bunch of windows boxes. > > Seems to be a recent phenomena, I've started experiencing disk > thrashing I can hear across the room. ps and top report cvslockd has > been responsible for the thrashing (which usually occurs at a specific > time of day (~1 am MST)), but now, find is doing the thrashing at boot > every time (within the last week at least). Needless to say, I > haven't changed the system in any way during that week. On windows, > I'd just assume this to be normal behavior, but on FreeBSD, it's got > me worried... > > I presume the security section of the manual has a good into to > detecting intruders, but first I'm interested if there is a legitimate > reason for find to be torturing my disk. I don't run much on my > system - apache, cvs, portsnap, ssh, that's about it. That's not really so little. I would tend to doubt it's a security issue, but tracking it down is still a good idea. You should be able to see what user is running the find, using ps(1), and that might give a clue to what the purpose is (but probably not; it'll probably turn out to be root). Once you've tried that, you could use sockstat(1) to track down what file the find operation is dumping into. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 14:48:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2D9C1065679 for ; Thu, 5 Jun 2008 14:48:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id B526A8FC1C for ; Thu, 5 Jun 2008 14:48:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m55EiZZ3073913; Thu, 5 Jun 2008 10:44:35 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m55EiZKV073912; Thu, 5 Jun 2008 10:44:35 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 5 Jun 2008 10:44:30 -0400 From: Jerry McAllister To: Ted Mittelstaedt Message-ID: <20080605144430.GA73878@gizmo.acns.msu.edu> References: <91206750-00B5-4EB4-AC28-DA88191A00CC@goldmark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister , FreeBSD List , Jeffrey Goldberg Subject: Re: Looking for gurus willing to help write Freebsd tutorials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 14:48:59 -0000 On Wed, Jun 04, 2008 at 10:18:26PM -0700, Ted Mittelstaedt wrote: > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Jeffrey > > Goldberg > > Sent: Wednesday, June 04, 2008 1:34 PM > > To: Jerry McAllister > > Cc: FreeBSD List > > Subject: Re: Looking for gurus willing to help write Freebsd tutorials > > > > that I made the right decision. In the same way that when I volunteer > > at the school, I don't where > > wear > > > controversial T-Shirts. (Though who > > would have thought that my "Friends don't let friends use Windows" > > shirt would cause complaints!) > > > > They'd probably shit bricks if you wore this T-shirt ;-) > > http://www.cafepress.com/landoverbaptist.165261422 > I've seen that one around - I think at church, actually. Then again, my congregation is in Michigan, not Alabama or Mississippi. I'd get one for myself, but they are too expensive. ////jerry > > (Yes, I know) > > Ted > _______________________________________________ > 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 Jun 5 14:51:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E17E1065676 for ; Thu, 5 Jun 2008 14:51:50 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 18F218FC1F for ; Thu, 5 Jun 2008 14:51:50 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 8A1F528490; Thu, 5 Jun 2008 10:51:49 -0400 (EDT) To: Phusion References: From: Lowell Gilbert Date: Thu, 05 Jun 2008 10:51:49 -0400 In-Reply-To: (Phusion's message of "Wed\, 4 Jun 2008 17\:27\:09 -0500") Message-ID: <443ansrl2y.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Errors with pkg_add 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, 05 Jun 2008 14:51:50 -0000 Phusion writes: > I am running FreeBSD 7.0-STABLE i386 and am having problems with > pkg_add. I can install packages as the root user without problems. > > - pkg_add -r packages, works when running as root > - pkg_add -r packages, errors out when using sudo > > % sudo pkg_add -r openssl > Error: FTP Unable to get > ftp://ftp4.us.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/openssl.tbz: > Syntax error, command unrecognized > pkg_add: unable to fetch > 'ftp://ftp4.us.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/openssl.tbz' > by URL > > % cat /usr/local/etc/sudoers > Defaults env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR > PACKAGEROOT PACKAGESITE PKGDIR" > Defaults env_keep += "PORTSDIR PORTS_INDEX PORTS_DBDIR PACKAGES > PKGTOOLS_CONF" > root ALL=(ALL) ALL > %wheel ALL=(ALL) NOPASSWD: ALL > > This user is a member of the wheel group so no password is required. > Both this user and root user are using the csh with the following in > .cshrc. > > setenv PACKAGESITE > ftp://ftp4.us.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/ > > Let me know if you have any ideas. Thanks. sudo may not be setting up the environment correctly. I seem to recall it recently changed defaults to wiping out more of the caller's environment than had previously been the case. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 15:30:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCF661065674 for ; Thu, 5 Jun 2008 15:30:20 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 59BF58FC0C for ; Thu, 5 Jun 2008 15:30:20 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so210857tid.3 for ; Thu, 05 Jun 2008 08:30:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=29MJLQmJMJZrXwwJieTLugxQp3lJEm84HZJC+15oxcQ=; b=aJweVERpiRsizzaVkLbUw+4mi6+VSLBpmLfKFRu235/9MoODmphRS7ufKkJYn/t1lk wI1U0IQuFX6pvVE7GH9T8E8udVxbhWj8GkHTZnvHkYJQEPKf2Xr+6GpD0o0ZQ0rGqUiD 4r63nsdv681WxgXT0xDtl2VU0CFE2XHjIhXbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NNlavnj1hxNB4qxFpW1jWwvPYTLDTpDk1j4rsj0Z6a3eGbvGXBZ8c95UsBZy2XHxYj ZJYYe2fLGEVVsV4GRhVO3YmtFG3t4b3C9jSB/rKac14ZbyPm6lKarHaq0UgnHTQAADlK X0FvZyfzPqqIjPKM6xVLVe5aaSC2EpV8xj2Kw= Received: by 10.150.202.8 with SMTP id z8mr1998616ybf.5.1212679817453; Thu, 05 Jun 2008 08:30:17 -0700 (PDT) Received: by 10.150.155.3 with HTTP; Thu, 5 Jun 2008 08:30:17 -0700 (PDT) Message-ID: <14989d6e0806050830l44b2c0f0jb6816a40b077d110@mail.gmail.com> Date: Thu, 5 Jun 2008 17:30:17 +0200 From: "Christian Walther" To: stevefranks@ieee.org In-Reply-To: <539c60b90806041125s6b2fc0cbqbba52225d27e4583@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90806041125s6b2fc0cbqbba52225d27e4583@mail.gmail.com> Cc: FreeBSD Mailing List Subject: Re: intrusion? find is thrashing my disk every time I 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: Thu, 05 Jun 2008 15:30:20 -0000 2008/6/4 Steve Franks : > I'm really no security expert. I don't leave the system up 24/7, and > I'm on a US DSL connection with a bunch of windows boxes. > > Seems to be a recent phenomena, I've started experiencing disk > thrashing I can hear across the room. ps and top report cvslockd has > been responsible for the thrashing (which usually occurs at a specific > time of day (~1 am MST)), but now, find is doing the thrashing at boot > every time (within the last week at least). Needless to say, I > haven't changed the system in any way during that week. On windows, > I'd just assume this to be normal behavior, but on FreeBSD, it's got > me worried... > I doubt that this is a security issue, but I think you've a silent filesystem corruption. Best thing to do would be to boot to single user and check all filesystems manually to make sure that there isn't anything that goes unnoticed. HTH Christian From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 16:15:45 2008 Return-Path: Delivered-To: Freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0FC91065671 for ; Thu, 5 Jun 2008 16:15:45 +0000 (UTC) (envelope-from schiz0phrenic21@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 ACB4E8FC0A for ; Thu, 5 Jun 2008 16:15:45 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by py-out-1112.google.com with SMTP id p76so539362pyb.10 for ; Thu, 05 Jun 2008 09:15:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=4YsoPiJ1tCbf67HS9uZxsyTsPZYJ/6LJhfisAZlhLq4=; b=uw/5ZxuMPye8j3u8HVOVp0lThsySdpH0LUmGh6z8Kjrz8ZUzQAFmbP1rMg+Ire7jxz NC8z2ucsNZNTZuzijADPtbvD8oUVJIe7AaansvvossAXE7VJMn72abQkBA1G1Drt6lL8 g28wpWRTouFu8/rO8rBveeN55qUK7RMCJP1vc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ZhKW652ludDiYVWV3wVG270BWy3CjcPmSbkhaTOrWF4AH53L7CR96w7qcr9dadajp6 69EQuEgtKhENBJw0MZeVO06oN9XW1qMr5KQODstrY0LvrjhRdk5Z4gu8zrI71q/fYOjH WxsuJ2z7gnJb242oAwIEwCnn97iewdpYCYJ84= Received: by 10.114.178.13 with SMTP id a13mr1717206waf.182.1212682544289; Thu, 05 Jun 2008 09:15:44 -0700 (PDT) Received: by 10.114.255.7 with HTTP; Thu, 5 Jun 2008 09:15:44 -0700 (PDT) Message-ID: <8d23ec860806050915k2acd6b4byd9382260dbc96235@mail.gmail.com> Date: Thu, 5 Jun 2008 12:15:44 -0400 From: Schiz0 To: Freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Upgrading Kernel on a Remote 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: Thu, 05 Jun 2008 16:15:46 -0000 Hey, I recently ordered a FreeBSD server from a hosting company. This would be the first time I do not have physical access to a FreeBSD system. I'm looking for any hints/tricks/suggestions for managing and upgrading it safely (as in, not locking myself out or having boot errors). The host does not offer KVM/IP or serial port access. The host is installing 6.3-RELEASE. I'd like to upgrade to 7.0-RELEASE, as well as compile in some kernel options for various things. What's the best way to do this on a remote system, minimizing compiling a bad kernel and causing it not to boot? I wouldn't have access to single user mode or anything. Thanks for any suggestions/help/etc, ~Steve From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 16:17:19 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028AE1065675 for ; Thu, 5 Jun 2008 16:17:19 +0000 (UTC) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (ms05.mailstreet2003.net [69.25.50.235]) by mx1.freebsd.org (Postfix) with ESMTP id BD8C88FC17 for ; Thu, 5 Jun 2008 16:17:18 +0000 (UTC) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable x-cr-puzzleid: {3B519F93-DCD0-4FA8-8109-F1A9A2CD783C} x-cr-hashedpuzzle: Axbe By+D B4Ty CfN8 CgX+ D18P EQtv GRds GZ8T Gdqe HFFY IDvO Ijxv I41v JNys KcdB; 1; ZgByAGUAZQBiAHMAZAAtAHEAdQBlAHMAdABpAG8AbgBzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {3B519F93-DCD0-4FA8-8109-F1A9A2CD783C}; YwBoAHIAaQBzAEAAcwBpAGcAZAAuAG4AZQB0AA==; Thu, 05 Jun 2008 16:17:33 GMT; RQB4AGEAbQBwAGwAZQAgAHUAcwBlAHMAIABvAGYAIABiAHMAbgBtAHAALQB1AGMAZAA/AA== Content-class: urn:content-classes:message Date: Thu, 5 Jun 2008 12:17:33 -0400 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2211C094C8@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Example uses of bsnmp-ucd? Thread-Index: AcjHJ6jclntuQKy0QTiGLL8lW+hc0g== From: "Chris Haulmark" To: Cc: Subject: Example uses of bsnmp-ucd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 16:17:19 -0000 Hello, I have discovered that bsnmp-ucd provides the ability to monitor FreeBSD by gathering memory, load average, cpu usage and other system statistics. I wonder if anyone else have any examples of how they graph those statistics? I am currently using cacti and it seems difficult for me to create a template to gather those gathered data. I am looking for help. Chris From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 16:16:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7BBD1065670 for ; Thu, 5 Jun 2008 16:16:21 +0000 (UTC) (envelope-from pedro.alves00000@lycos.com) Received: from bos-mail-outfilter5.bos.lycos.com (bos-mail-outfilter5.bos.lycos.com [209.202.208.119]) by mx1.freebsd.org (Postfix) with ESMTP id 98D768FC13 for ; Thu, 5 Jun 2008 16:16:21 +0000 (UTC) (envelope-from pedro.alves00000@lycos.com) Received: from localhost (bos-mail-outfilter5.bos.lycos.com [127.0.0.1]) by bos-mail-outfilter5.bos.lycos.com (Postfix) with ESMTP id F377B144932 for ; Thu, 5 Jun 2008 04:02:54 -0400 (EDT) X-Virus-Scanned: amavisd-new at lycos.com Received: from bos-mail-outfilter5.bos.lycos.com ([127.0.0.1]) by localhost (bos-mail-outfilter5.bos.lycos.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PAyIJnpq3KVy for ; Thu, 5 Jun 2008 04:02:13 -0400 (EDT) Received: from bos-mail-wwl17.lycosmail.com (unknown [10.124.67.246]) by bos-mail-outfilter5.bos.lycos.com (Postfix) with ESMTP id 88D6F14499E for ; Mon, 2 Jun 2008 09:15:13 -0400 (EDT) Received: (from hanadmin@localhost) by bos-mail-wwl17.lycosmail.com (8.12.9/8.9.1) id m52DF99N020852 for ; Mon, 2 Jun 2008 22:15:09 +0900 Content-Transfer-Encoding: 8bit X-Originating-IP: [130.104.50.60] From: "pedro alves" Priority: Normal To: X-Mailer: Lycos Web Mailer 1.1 Date: Mon, 02 Jun 2008 09:15:09 -0400 (EDT) Message-Id: <20080602091509.HM.0000000000001PV@pedro.alves00000.bos-mail-wwl17.lycos.com> Errors-To: X-HM-TU: pZjOabY1X/rJ+c4F5fRj/aGw2qIcCskoBfCG/w7xcyTEiw1gtQZLh6Unyev/yCVs X-Hanmail-Attr: fc=2 X-Mailman-Approved-At: Thu, 05 Jun 2008 16:27:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: problems compiling Abiword and almost any Gtk app to FreeBSD 6.2: fusefs-kmod X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 16:16:21 -0000 Hello I am running FreeBSD 6.2-release on a Thinkpad600. I am trying to build a decent workstation for my work (text editing and minor plain web browsing). I do cvs updates weekly of the ports. However recently I found that I can't build abiword or gnumeric or any other gtk2 app, because I get the following an error compiling fusefs-kmod. ==> fusefs-kmod-0.3.9.p1.20080208_1 requires the userland sources to be installed. Set SRC_BASE if it not in /usr/src. Well I have source files installed (sysinstall->Distribution->source->sys & base.). However no change ... I get always the same error using MAKE INSTALL CLEAN or PORTINSTALL. Can some one provide an easy to understand method to sold this annoying problem. Thanks. PS: I am an newbie user of FreeBSD. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 16:35:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 398281065676 for ; Thu, 5 Jun 2008 16:35:44 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from bay0-omc1-s14.bay0.hotmail.com (bay0-omc1-s14.bay0.hotmail.com [65.54.246.86]) by mx1.freebsd.org (Postfix) with ESMTP id 26DC78FC2A for ; Thu, 5 Jun 2008 16:35:43 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from BAY126-W36 ([65.55.131.71]) by bay0-omc1-s14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 5 Jun 2008 09:35:43 -0700 Message-ID: X-Originating-IP: [204.249.77.1] From: Sean Cavanaugh To: Date: Thu, 5 Jun 2008 12:35:43 -0400 Importance: Normal In-Reply-To: <8d23ec860806050915k2acd6b4byd9382260dbc96235@mail.gmail.com> References: <8d23ec860806050915k2acd6b4byd9382260dbc96235@mail.gmail.com> MIME-Version: 1.0 X-OriginalArrivalTime: 05 Jun 2008 16:35:43.0980 (UTC) FILETIME=[3317A2C0:01C8C72A] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: Upgrading Kernel on a Remote 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: Thu, 05 Jun 2008 16:35:44 -0000 > Date: Thu, 5 Jun 2008 12:15:44 -0400 > From: schiz0phrenic21@gmail.com > To: Freebsd-questions@freebsd.org > CC:=20 > Subject: Upgrading Kernel on a Remote Server >=20 > Hey, >=20 > I recently ordered a FreeBSD server from a hosting company. This would > be the first time I do not have physical access to a FreeBSD system. > I'm looking for any hints/tricks/suggestions for managing and > upgrading it safely (as in, not locking myself out or having boot > errors). The host does not offer KVM/IP or serial port access. >=20 > The host is installing 6.3-RELEASE. I'd like to upgrade to > 7.0-RELEASE, as well as compile in some kernel options for various > things. What's the best way to do this on a remote system, minimizing > compiling a bad kernel and causing it not to boot? I wouldn't have > access to single user mode or anything. >=20 > Thanks for any suggestions/help/etc, > ~Steve do you have control of the whole box? most places I know that have online h= osting like that run you inside a jail as a VPS style system. to answer your original comments, I would say to contact their tech support= department and see if you can coordinate with them to have it upgraded to = 7.0. If they dont support it, then you are going to be on your own with the= install and may have to have them reimage it if you get a bad install. Som= e places will be willing to do a local base install for your or at least he= lp get over any hurdles with upgrading. -Sean From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 16:38:47 2008 Return-Path: Delivered-To: Freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A11AA106564A for ; Thu, 5 Jun 2008 16:38:47 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6E26E8FC1A for ; Thu, 5 Jun 2008 16:38:47 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m55GYOu6074715; Thu, 5 Jun 2008 12:34:24 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m55GYOsl074714; Thu, 5 Jun 2008 12:34:24 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 5 Jun 2008 12:34:24 -0400 From: Jerry McAllister To: Schiz0 Message-ID: <20080605163424.GB74470@gizmo.acns.msu.edu> References: <8d23ec860806050915k2acd6b4byd9382260dbc96235@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d23ec860806050915k2acd6b4byd9382260dbc96235@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: Freebsd-questions@freebsd.org Subject: Re: Upgrading Kernel on a Remote 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: Thu, 05 Jun 2008 16:38:47 -0000 On Thu, Jun 05, 2008 at 12:15:44PM -0400, Schiz0 wrote: > Hey, > > I recently ordered a FreeBSD server from a hosting company. This would > be the first time I do not have physical access to a FreeBSD system. > I'm looking for any hints/tricks/suggestions for managing and > upgrading it safely (as in, not locking myself out or having boot > errors). The host does not offer KVM/IP or serial port access. > > The host is installing 6.3-RELEASE. I'd like to upgrade to > 7.0-RELEASE, as well as compile in some kernel options for various > things. What's the best way to do this on a remote system, minimizing > compiling a bad kernel and causing it not to boot? I wouldn't have > access to single user mode or anything. If you want 7.0, why not just ask the host to install that instead of 6.3. It can't cost them any more - may $0.50 for a CD blank. That way, you are starting off on the desired foot anyway. Of course, you should still csup to the latest source and build it and install it and csup to the latest ports and docs before you do any ports installation. I don't know about wrinkles in doing it remotely because I have always had the servers available to touch. But, as long as you don't do something to lock yourself out, then you should be OK. Hopefully others with remote experience will respond to that. ////jerry > > Thanks for any suggestions/help/etc, > ~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 Jun 5 16:40:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 563FF1065671 for ; Thu, 5 Jun 2008 16:40:05 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id BA3DD8FC17 for ; Thu, 5 Jun 2008 16:40:04 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.homeunix.org ([85.172.37.152]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m55Ge03d011770 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Jun 2008 20:40:02 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: from darklight.homeunix.org (darklight.homeunix.org [127.0.0.1]) by darklight.homeunix.org (8.14.2/8.14.2) with ESMTP id m55Gdour076888; Thu, 5 Jun 2008 20:39:50 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.homeunix.org (8.14.2/8.14.2/Submit) id m55GdnxW076887; Thu, 5 Jun 2008 20:39:49 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.homeunix.org: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 5 Jun 2008 20:39:49 +0400 From: Yuri Pankov To: pedro alves Message-ID: <20080605163949.GB64942@darklight.homeunix.org> References: <20080602091509.HM.0000000000001PV@pedro.alves00000.bos-mail-wwl17.lycos.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080602091509.HM.0000000000001PV@pedro.alves00000.bos-mail-wwl17.lycos.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-questions@freebsd.org Subject: Re: problems compiling Abiword and almost any Gtk app to FreeBSD 6.2: fusefs-kmod X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 16:40:05 -0000 On Mon, Jun 02, 2008 at 09:15:09AM -0400, pedro alves wrote: > > Hello > I am running FreeBSD 6.2-release on a Thinkpad600. > I am trying to build a decent workstation for my work (text editing > and minor plain web browsing). > I do cvs updates weekly of the ports. > However recently I found that I can't build abiword or gnumeric or any > other gtk2 app, because I get the following an error compiling > fusefs-kmod. > ==> fusefs-kmod-0.3.9.p1.20080208_1 requires the userland sources to > be installed. Set SRC_BASE if it not in /usr/src. > Well I have source files installed > (sysinstall->Distribution->source->sys & base.). Try installing *all* sources, not just sys and base ones. > However no change ... I get always the same error using MAKE INSTALL > CLEAN or PORTINSTALL. > Can some one provide an easy to understand method to sold this > annoying problem. > Thanks. > PS: I am an newbie user of FreeBSD. HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 17:20:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C63AE106566C for ; Thu, 5 Jun 2008 17:20:26 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (mail.phantombsd.org [74.94.69.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9C6068FC17 for ; Thu, 5 Jun 2008 17:20:26 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id DB44211A0003 for ; Thu, 5 Jun 2008 10:20:25 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.271 X-Spam-Level: X-Spam-Status: No, score=-3.271 tagged_above=-10 required=4 tests=[AWL=-0.772, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A411dA21q8h7 for ; Thu, 5 Jun 2008 10:20:23 -0700 (PDT) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.2]) by mail.phantombsd.org (Postfix) with ESMTP id 7776811A0002 for ; Thu, 5 Jun 2008 10:20:23 -0700 (PDT) Date: Thu, 5 Jun 2008 10:20:23 -0700 (PDT) From: Casey Scott To: freebsd-questions@freebsd.org Message-ID: <19277425.211212686423414.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <16250661.191212686220557.JavaMail.root@tomcat.phantombsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [199.3.115.254] X-Mailer: Zimbra 5.0.5_GA_2201.RHEL5 (ZimbraWebClient - FF2.0 (Win)/5.0.5_GA_2201.RHEL5) Subject: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 17:20:26 -0000 Can we no longer use "make buildworld" to upgrade from source builds? Everytime I've tried, I get build errors. I've gotten the impression from a few things I've read that freebsd-update is suppose to be used. I don't want a binary install/upgrade though. I've just sync from CVS with this in the config: *default host=cvsup15.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_7 *default delete use-rel-suffix *default compress src-all Pretty much the same config I've always used, except the RELENG_7. I continually get errors when "make buildworld". I went back to the 6.3 source, and successfully "make buildworld". My current attempt at buildword with the 7.0 died like this: ********************************************************************* ===> usr.bin/awk (obj,build-tools) yacc -d -o awkgram.c /usr/src/usr.bin/awk/../../contrib/one-true-awk/awkgram.y yacc: 43 shift/reduce conflicts yacc: 85 reduce/reduce conflicts ln -sf awkgram.h ytab.h cc -O -pipe -DHAS_ISBLANK -I. -I/usr/src/usr.bin/awk/../../contrib/one-true-awk -DFOPEN_MAX=64 -I/usr/obj/usr/src/tmp/legacy/usr/include -L/usr/obj/usr/src/tmp/legacy/usr/lib /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o maketab ===> lib/libmagic (obj,build-tools) cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file -o mkmagic /usr/src/lib/libmagic/../../contrib/file/apprentice.c /usr/src/lib/libmagic/../../contrib/file/funcs.c /usr/src/lib/libmagic/../../contrib/file/magic.c /usr/src/lib/libmagic/../../contrib/file/print.c ===> usr.sbin/sysinstall (obj,build-tools) cc -o rtermcap /usr/src/usr.sbin/sysinstall/rtermcap.c -ltermcap ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) make: don't know how to make /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/ansidecl.h. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ********************************************************************* The previous attempt died due to a missing tconfig.h. Can anyone shed some light on this please? I can't remember ever having trouble with a buildworld before!! TIA, Casey From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 17:37:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59977106567E for ; Thu, 5 Jun 2008 17:37:37 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id E1A9D8FC0C for ; Thu, 5 Jun 2008 17:37:36 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so506690fgb.35 for ; Thu, 05 Jun 2008 10:37:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=V68k22XD+Dtg51maOPClHZrtL6cMVgbY/lj7XSM8Kaw=; b=dmID8eHggzmGzA6KGU++fZHOcNXeWW/rdUU1yKgwmu+QVSC+wTKYQTWFbjJrs26m10 nETE1fhdqlw5ChL8i1oaAasWCUCGINyhvFbPWfNGie8v3H4ykuvAwvvVFqOnWGkat5N5 t0u/37kxv5htSU+YkYEO/GvOq3XzK1FVEd5tE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Gf1rEir4y4g/u5fuCPLuZf8rDit4h5SKo0SKtb8pdIaaeFDxk9Jt2W9BxgSzoPhAAf gmT/PVlNzjvyaT3q2uE4ymjMF4W4ffvWDKt/4+G1+WutkTIGW91cll+iXBihMbjgG2q0 vsSfnDO9DKxWwuBlZmsXSAWKaoWxvvOO2xWIo= Received: by 10.86.76.20 with SMTP id y20mr2590953fga.5.1212687455778; Thu, 05 Jun 2008 10:37:35 -0700 (PDT) Received: by 10.86.98.6 with HTTP; Thu, 5 Jun 2008 10:37:35 -0700 (PDT) Message-ID: <1bd550a00806051037s401eceaau43d075d962b073c6@mail.gmail.com> Date: Thu, 5 Jun 2008 19:37:35 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: RTL8168/8111 PCI express support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 17:37:37 -0000 Hi all, I got a computer with a RTL8168/8111 PCI Express nic. It is shown in pciconf but it is not seen by FreeBSD 7. I'm using i386 arch. I have re and rl drivers compiled in the kernel (stock GENERIC kernel, actually). What do I need to make the NIC work properly? I tried to compile the Realtek modified driver but I got a bunch of errors when I tried to compile it (tested up to FreeBSD 6.0 only) Does this[1] anything to do with my problem? Thanks in advance. [1]http://groups.google.com/group/mailing.freebsd.stable/browse_thread/thread/aa93c58a9353ea1c From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 18:34:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C2D106567D for ; Thu, 5 Jun 2008 18:34:16 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from smtp1.lj-kabel.net (smtp1.lj-kabel.net [84.20.224.19]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0A48FC2B for ; Thu, 5 Jun 2008 18:34:15 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from [192.168.15.2] (lk.84.20.249.154.dc.cable.static.lj-kabel.net [84.20.249.154]) by smtp1.lj-kabel.net (Postfix) with ESMTP id 2C0DB2E0F0 for ; Thu, 5 Jun 2008 20:17:39 +0200 (CEST) Message-ID: <48482DC3.2020101@skoberne.net> Date: Thu, 05 Jun 2008 20:17:39 +0200 From: =?ISO-8859-2?Q?Nejc_=A9koberne?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: HylaFAX in FreeBSD jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 18:34:16 -0000 Hello, anyone tried running HylaFAX in a FreeBSD jail? Does it work? Thanks, Nejc From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 19:07:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 166701065731 for ; Thu, 5 Jun 2008 19:07:06 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 8A82E8FC1D for ; Thu, 5 Jun 2008 19:07:05 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 71267 invoked by uid 1008); 5 Jun 2008 20:08:36 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 5 Jun 2008 20:08:36 -0000 Message-ID: <48483956.1060900@el.net> Date: Thu, 05 Jun 2008 15:07:02 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Vince Hoffman References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> <48448134.9080808@el.net> <484482E1.5010207@el.net> <48450B08.6040806@unsane.co.uk> In-Reply-To: <48450B08.6040806@unsane.co.uk> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 19:07:06 -0000 hi vince... thank you for the advice. i did update my ports and install the 1.01.40 version... i have the linux-base installed and the linprocfs and linsysfs mounted.. but still nothing substantial happening: # megacli -adpCount Controller Count: 0. any other ideas?! thanks... Vince Hoffman wrote: > kalin m wrote: > >> sorry for the double posting.... just to update: >> >> i installed also the linux-megamgr same result: >> Failed to open driver node /dev/megadev0 >> >> after linking megadev0 to mfi0 it can not see the version... it gets >> more and more pathetic by the minute... >> >> > > odd that it wouldnt install as it did for me just now. Is your ports > tree up to date? I'm guessing not since the latest version reference in > ports is 1.01.40 and you found and got the 1.01.09 rpm/zip > try updating your ports to the latest tree (portsnap is my method of > choice but csup works fine too :) then try > cd /usr/ports/sysutils/linux-megacli && make install clean > Be sure to pay attention to the post-install message as it tells you > about whats needed in the way of kernel modules and sysctl variables as > well as what periodic config is available. > > > We do have a server at work using the LSI Logic / Symbios Logic MegaRAID > SAS 1078 which hosts 40 VPS's running quite happily in a RAID 1+0 > config, each VPS running web/mail/ftp for a number between 1 and 100 > websites, so they seem to perform well enough, this is a linux server > though. > If you've been sold a RAID1 array i'd imagine thats what you have > unless you have reason to believe otherwise. It will appear as a singe > block device (/dev/mfid0) to the operating system though as you have see. > > > Vince > > > > >> >> >> kalin m wrote: >> >>> thanks Vince... i didnt wanted to install the linux base because a >>> lot of kids will be running some 'cool' boards or blogs that probably >>> have cool linux holes too. but just for the hell of it and for he >>> purpose to get to the controller i did. it took a while to find the >>> Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the >>> LSI site (anymore) either.. anyway after a lot of rpm downloads and >>> patching and variable changing and fs mountings i get this: >>> >>> # /usr/local/sbin/megacli -adpCount >>> ERROR:Could not detect controller. >>> >>> Controller Count: 0. >>> >>> >>> pretty neat system... >>> >>> >>> now what?! >>> >>> >>> >>> >>> Vince Hoffman wrote: >>> >>>> kalin m wrote: >>>> >>>>> megarc, right... read about it.. here: >>>>> >>>>> # megarc -AllAdpInfo help >>>>> usage : >>>>> cmd -AllAdpInfo >>>>> : prints info of all cards >>>>> >>>>> >>>>> ..... ok ..... >>>>> >>>>> # megarc -AllAdpInfo >>>>> >>>>> >>>>> ********************************************************************** >>>>> MEGARC MegaRAID Configuration >>>>> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA >>>>> >>>>> ********************************************************************** >>>>> [Note: For SATA-2, 4 and 6 channel controllers, please specify >>>>> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, >>>>> Id=Target)] >>>>> >>>>> Type ? as command line arg for help >>>>> >>>>> No Adapters Found Error: No MegaRaid Found >>>>> >>>>> >>>>> ?!?!?! does that mean that there is no raid? why then the df >>>>> output? the machine is supposed to have 4 250gig SAS drives. >>>>> >>>>> >>>> Its more likely that megarc doesnt support the newer controllers >>>> which is a shame. you might have more luck with >>>> sysutils/linux-megacli since that explicitly mentions LSI MegaRAID >>>> SAS, I wish they would make the util open source though. Will mean >>>> you need the linux-base port installed and linux.ko loaded. >>>> >>>> A RAID1 config shoudl suit a busy webserver well. >>>> >>>> Vicne >>>> >>>> >>>> >>>> >>>>> thanks... >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Vince Hoffman wrote: >>>>> >>>>>> kalin m wrote: >>>>>> >>>>>>> hi all... >>>>>>> >>>>>>> a hosting facility build a new dedicated server for me and looking >>>>>>> at the dmesg i see: >>>>>>> >>>>>>> mfi0: port 0xec00-0xecff mem >>>>>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 >>>>>>> on pci1 >>>>>>> mfi0: Megaraid SAS driver Ver 2.00 >>>>>>> >>>>>>> for df i get: >>>>>>> Filesystem Size Used Avail Capacity Mounted on >>>>>>> /dev/mfid0s1a 496M 197M 259M 43% / >>>>>>> devfs 1.0K 1.0K 0B 100% /dev >>>>>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>>>>>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>>>>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>>>>>> >>>>>>> >>>>>>> i asked for raid1. i cant find too much information about the mfi >>>>>>> driver. just that it works with freebsd 7. >>>>>>> >>>>>>> >>>>>> you might want to look at sysutils/megarc and possibly >>>>>> sysutils/linux-megamgr so you can more closely monitor/investigate >>>>>> your array. >>>>>> >>>>>> Vince >>>>>> >>>>>> >>>>>>> i'll keep looking but - has anybody successfully deployed >>>>>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very >>>>>>> busy web server? >>>>>>> is there any loss in performance using that hardware in RAID1? >>>>>>> any performance loss in RAID1 at all? >>>>>>> >>>>>>> >>>>>>> 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" >>>>>>> >>>>>> _______________________________________________ >>>>>> 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" >>>> >>> _______________________________________________ >>> 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 Jun 5 20:01:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C51D2106566B for ; Thu, 5 Jun 2008 20:01:03 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 825EE8FC36 for ; Thu, 5 Jun 2008 20:01:03 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so199594ana.13 for ; Thu, 05 Jun 2008 13:01:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=8AF5sFCZmOpRNx7kYU8ykbEbcEp54bQWYpZu+xe5J1o=; b=mP5U88TjibxHgxKg03U+Yhdei/Yj86rqGJ3ZyCA5ixrXQQW5bDHT4O1uPau70s5gBI 7NdKF/A1jBZ12wkuH/j4OOi9cDee//xf5VDuH8YJaAvVDxh5kha5zEgopJ6jKKqdap62 L2LquJ+zYVD9THxqf/jNTQDsbg8PvSXaC/WrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=RUM7jE2W87/W1vx/DI25Wf0dFutzY1V+swolxWb6/W5F6XHO/k/+zAGwL5yX2Ezl5z GUcYVRj53m8j/mlh3uqhsd3g08fAked4rAb+m8BmY9R7PTkNlgcNohv+z/+jbCgmEPpO aOYJezTzfkOBNy2gBC/9FZj4JLlkloerCDhgM= Received: by 10.100.250.12 with SMTP id x12mr3137330anh.93.1212696062530; Thu, 05 Jun 2008 13:01:02 -0700 (PDT) Received: by 10.100.9.15 with HTTP; Thu, 5 Jun 2008 13:01:02 -0700 (PDT) Message-ID: <7daacbbe0806051301y3798e4e7w15e3986a787a3471@mail.gmail.com> Date: Thu, 5 Jun 2008 22:01:02 +0200 From: "Dominique Goncalves" To: "Casey Scott" In-Reply-To: <19277425.211212686423414.JavaMail.root@tomcat.phantombsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16250661.191212686220557.JavaMail.root@tomcat.phantombsd.org> <19277425.211212686423414.JavaMail.root@tomcat.phantombsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 20:01:03 -0000 Hi, On Thu, Jun 5, 2008 at 7:20 PM, Casey Scott wrote: > Can we no longer use "make buildworld" to upgrade from source builds? Everytime I've tried, I get build errors. I've gotten the impression from a few things I've read that freebsd-update is suppose to be used. I don't want a binary install/upgrade though. I've just sync from CVS with this in the config: > > *default host=cvsup15.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_7 > *default delete use-rel-suffix > *default compress > src-all > > > Pretty much the same config I've always used, except the RELENG_7. > > I continually get errors when "make buildworld". I went back to the 6.3 source, and successfully "make buildworld". > > My current attempt at buildword with the 7.0 died like this: > ********************************************************************* > ===> usr.bin/awk (obj,build-tools) > yacc -d -o awkgram.c /usr/src/usr.bin/awk/../../contrib/one-true-awk/awkgram.y > yacc: 43 shift/reduce conflicts > yacc: 85 reduce/reduce conflicts > ln -sf awkgram.h ytab.h > cc -O -pipe -DHAS_ISBLANK -I. -I/usr/src/usr.bin/awk/../../contrib/one-true-awk -DFOPEN_MAX=64 -I/usr/obj/usr/src/tmp/legacy/usr/include -L/usr/obj/usr/src/tmp/legacy/usr/lib /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o maketab > ===> lib/libmagic (obj,build-tools) > cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file -o mkmagic /usr/src/lib/libmagic/../../contrib/file/apprentice.c /usr/src/lib/libmagic/../../contrib/file/funcs.c /usr/src/lib/libmagic/../../contrib/file/magic.c /usr/src/lib/libmagic/../../contrib/file/print.c > ===> usr.sbin/sysinstall (obj,build-tools) > cc -o rtermcap /usr/src/usr.sbin/sysinstall/rtermcap.c -ltermcap > ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) > make: don't know how to make /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/ansidecl.h. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ********************************************************************* > > > The previous attempt died due to a missing tconfig.h. Can anyone shed some light on this please? I can't remember ever having trouble with a buildworld before!! > > TIA, > 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" > Try to remove /usr/obj, if it still does not work run # make cleandir ; make cleandir (yes twice) And don't use "-j" with make when doing a major upgrade (6.x -> 7.x) Hope this helps Regards. -- There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life." From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 20:26:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BD21065673 for ; Thu, 5 Jun 2008 20:26:38 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [206.29.77.83]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC378FC14 for ; Thu, 5 Jun 2008 20:26:38 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 22F485DDE9E for ; Thu, 5 Jun 2008 15:08:35 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EdLVi3tnAoW6 for ; Thu, 5 Jun 2008 15:08:31 -0500 (CDT) Received: from janus.daycos.com (janus.daycos.com [10.45.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 674FA5DCD22 for ; Thu, 5 Jun 2008 15:08:31 -0500 (CDT) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Thu, 5 Jun 2008 15:08:28 -0500 User-Agent: KMail/1.9.9 X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?utf-8?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*dAJ*9f+m?= =?utf-8?q?X=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806051508.29424.kirk@strauser.com> Subject: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 20:26:38 -0000 I'm running a command (dumprecspg from my XBaseToPg project) on a FreeBSD 7 server. I've noticed that throughput on that program is a lot lower than I would have expected, and further investigation found it spending most of its time in the kernel, presumably in read() [1]. I was testing the same software on my desktop PC when I noticed that it ran *much* faster, and found that it was spending only about 1% as much time in the kernel on Linux as it was on FreeBSD. I ran a quick-and-dirty comparison of the same software on two different machines, the FreeBSD server being by far the more powerful of the two. I ran the same command on both machines from various filesystems (to rule out differences in drive performance), and posted the output of zsh's "time" command for the fastest run in each setting. The results are below. Any ideas what could be causing this horrible performance? I'm willing to try just about anything. FreeBSD on a Dell Poweredge 1600SC server: 7-STABLE from 2008-03-09 2x 2.4GHz P4 Xeon 3GB RAM Changes to /etc/make.conf: CPUTYPE?=pentium4 Kernel config: include GENERIC ident JAIL1 options PMAP_SHPGPERPROC=301 nooption SCHED_4BSD option SCHED_ULE root : Fujitsu 36GB, 10k RPM Best time: 6.37s user 9.68s system 99% cpu 16.068 total /tmp : tmpfs Best time: 6.29s user 10.88s system 99% cpu 17.194 total /fast : 4 Seagate Cheetah 36GB, 15k RPM SCSI320 drives in RAID-0 with gstripe, 128KB stripe size with kern.geom.stripe.fast enabled and stripe.fast_failed=0 Best time: 6.60s user 9.46s system 99% cpu 16.088 total Conclusion: Since gstat showed all drives as idle through most of all the tests, it looks like the rest is running entirely from buffers. Linux on a Dell Dimension 4600 desktop: Ubuntu 8.04 2.4GHz P4 1GB RAM root: WD 250GB SATA Best time: 7.60s user 0.92s system 97% cpu 8.722 total Conclusion: I don't know if there's an equivalent to gstat in Linux, but the system overhead is about one-hundredth as much as in FreeBSD. [1] I can't run gprof on FreeBSD because if I build the binary with -pg, then it segfaults on startup: $ gdb /tmp/xbase/bin/dumprecspg /tmp/dumprecspg.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... Core was generated by `dumprecspg'. Program terminated with signal 11, Segmentation fault. Reading symbols from /tmp/xbase/lib/libxbase64.so.1.0...done. Loaded symbols for /tmp/xbase/lib/libxbase64.so.1.0 Reading symbols from /lib/libgcc_s.so.1...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0807110c in main (ac=Cannot access memory at address 0x18 ) at dumprecspg.cpp:63 63 int main(int ac,char** av) (gdb) -- Kirk Strauser From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 20:26:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DC07106566C for ; Thu, 5 Jun 2008 20:26:39 +0000 (UTC) (envelope-from gregg_la1@leadsomatic.com) Received: from mail.merakdemo.com (user-10877q5.cable.mindspring.com [64.131.159.69]) by mx1.freebsd.org (Postfix) with ESMTP id 6370F8FC19 for ; Thu, 5 Jun 2008 20:26:38 +0000 (UTC) (envelope-from gregg_la1@leadsomatic.com) Received: from gregglah27apr08 ([127.0.0.1]) by mail.merakdemo.com (Merak 8.0.3) with SMTP id GKF42504 for ; Thu, 05 Jun 2008 16:26:39 -0400 Message-ID: <00f2936a$39604$ecaa6851726157@gregglah27apr08> From: "Notification" To: freebsd-questions@freebsd.org Date: Thu, 5 Jun 2008 16:26:38 -0400 Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: My e-mail client v1.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Instant Article Wizard, boost Your Writing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Notification List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2008 20:26:39 -0000 In need to Create multiple niche web sites and continually post new content to them! Create articles to submit to fr'ee article sites and get hundreds of back links to your web sites! Get into the business of writing articles for other webmasters on any topic they want! IAW Pro is the answer. [1]https://paydotcom.com/r/47145/Gregg_la1/18390454/ Don't just take my word for it Best-selling Christian author loves IAWPro ... Jon, I was one of the first to get Instant Article Wizard. Immediately I learned the sheer power of the program. Now I'm loving IAWPro. I use your program to research and write articles, chapters of books, special reports, lesson plans, and more. How a guy with A.D.D. ever learned to write books is another story. But IAWPro is 'a sure cure.' Thanks for your investment in my success. I recommend it to all those who take my 'How to Write Your Book and Get it Published' seminars. 2008-04-08 Eddie Smith [2]www.EddieAndAlice.com [3]Go PRO today with IAWPro Your Email: freebsd-questions@freebsd.org If you would like to be added to our Marketing Newsletter suppression list, please send us an email with UNSUBSCRIBE in the subject line References 1. https://paydotcom.com/r/47145/Gregg_la1/18390454/ 2. http://www.eddieandalice.com/ 3. https://paydotcom.com/r/47145/Gregg_la1/18390454/ From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 20:53:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 996BE1065675 for ; Thu, 5 Jun 2008 20:53:17 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E95F78FC1A; Thu, 5 Jun 2008 20:53:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4848523E.2010604@FreeBSD.org> Date: Thu, 05 Jun 2008 22:53:18 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Kirk Strauser References: <200806051508.29424.kirk@strauser.com> In-Reply-To: <200806051508.29424.kirk@strauser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 20:53:17 -0000 Kirk Strauser wrote: > I'm running a command (dumprecspg from my XBaseToPg project) on a FreeBSD 7 > server. I've noticed that throughput on that program is a lot lower than I > would have expected, and further investigation found it spending most of its > time in the kernel, presumably in read() [1]. > > I was testing the same software on my desktop PC when I noticed that it ran > *much* faster, and found that it was spending only about 1% as much time in > the kernel on Linux as it was on FreeBSD. > > I ran a quick-and-dirty comparison of the same software on two different > machines, the FreeBSD server being by far the more powerful of the two. I > ran the same command on both machines from various filesystems (to rule out > differences in drive performance), and posted the output of zsh's "time" > command for the fastest run in each setting. The results are below. > > Any ideas what could be causing this horrible performance? I'm willing to > try just about anything. ktrace(1) and check for the buffer size in use. It is probably too small. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 21:06:13 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05226106566B for ; Thu, 5 Jun 2008 21:06:13 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id A10D08FC15 for ; Thu, 5 Jun 2008 21:06:12 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id m55L6E7j061235 for ; Thu, 5 Jun 2008 14:06:14 -0700 (PDT) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Thu, 5 Jun 2008 14:06:08 -0700 (PDT) Date: Thu, 5 Jun 2008 14:06:08 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20080605210605.GA96742@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 21++ years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Subject: could you resend? was: regarding OT website templates... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 21:06:13 -0000 Yesterday, someone sent me a file with a couple URLs to frree sites with (i think) xhtml webpages ... free examples of templates. sorry, but ican't find the mail (erp) please resend?? gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 21:11:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD68910656AA for ; Thu, 5 Jun 2008 21:11:13 +0000 (UTC) (envelope-from chris@smartt.com) Received: from barium.smartt.com (barium.smartt.com [69.67.187.30]) by mx1.freebsd.org (Postfix) with ESMTP id A536D8FC15 for ; Thu, 5 Jun 2008 21:11:13 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] (unknown [69.31.174.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by barium.smartt.com (Postfix) with ESMTPS id B9096AC820; Thu, 5 Jun 2008 14:11:12 -0700 (PDT) Message-ID: <4848567C.6000404@smartt.com> Date: Thu, 05 Jun 2008 14:11:24 -0700 From: Chris St Denis User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <30438414.291212699769595.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <30438414.291212699769595.JavaMail.root@tomcat.phantombsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Casey Scott Subject: Re: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 21:11:13 -0000 Various parts of the FreeBSD base system are interdependent on each other. It's likely that one of the NO_* lines is breaking it. Since libgcc is what is failing I'd suspect NO_TOOLCHAIN mergemaster is normally done after installworld, but the "-p" mode is for pre-buildworld. See the man page for details. Casey Scott wrote: > I thought mergemaster was done after installworld? I've tried 3 different cvs sources, same result. Maybe its my make.conf? Here's what I've got: > > ************************************************************************************************ > CPUTYPE?=p4 > CFLAGS= -O -pipe > NO_BLUETOOTH= true # do not build Bluetooth related stuff > NO_I4B= true # do not build isdn4bsd package > NO_LPR= true # do not build lpr and related programs > NO_SENDMAIL= true # do not build sendmail and related programs > NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs > NO_TOOLCHAIN= true # do not build programs for program development > NO_USB= true # do not build usbd(8) and related programs > NO_VINUM= true # do not build Vinum utilities > NO_ATM= true # do not build ATM related programs and libraries > NO_GAMES= true # do not build games (games/ subdir) > NO_INET6= true # do not build IPv6 related programs and libraries > NO_PROFILE= true # Avoid compiling profiled libraries > SENDMAIL_MAP_PERMS= > WITHOUT_X11=yes > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > ************************************************************************************************ > > # make buildworld dies here. > > ************************************************************************************************ > ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h unwind.h > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h > ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h gthr-default.h > cc -c -O -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3 -DElfW=__ElfN -o unwind-dw2.o /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c > In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32: > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error: stddef.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error: float.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error: stdarg.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error: errno.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: error: string.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: error: stdlib.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: error: unistd.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:108:20: error: limits.h: No such file or directory > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:111:18: error: time.h: No such file or directory > In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:40: > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function 'size_of_encoded_value': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:90: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function 'base_of_encoded_value': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:122: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In function 'read_encoded_value_with_base': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:259: warning: incompatible implicit declaration of built-in function 'abort' > In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > ./gthr-default.h:43:21: error: pthread.h: No such file or directory > In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > ./gthr-default.h: At top level: > ./gthr-default.h:92: error: 'pthread_once' undeclared here (not in a function) > ./gthr-default.h:93: error: 'pthread_getspecific' undeclared here (not in a function) > ./gthr-default.h:94: error: 'pthread_setspecific' undeclared here (not in a function) > ./gthr-default.h:95: error: 'pthread_create' undeclared here (not in a function) > ./gthr-default.h:96: error: 'pthread_cancel' undeclared here (not in a function) > ./gthr-default.h:97: error: 'pthread_mutex_lock' undeclared here (not in a function) > ./gthr-default.h:98: error: 'pthread_mutex_trylock' undeclared here (not in a function) > ./gthr-default.h:99: error: 'pthread_mutex_unlock' undeclared here (not in a function) > ./gthr-default.h:100: error: 'pthread_mutex_init' undeclared here (not in a function) > ./gthr-default.h:103: error: 'pthread_key_create' undeclared here (not in a function) > ./gthr-default.h:104: error: 'pthread_key_delete' undeclared here (not in a function) > ./gthr-default.h:105: error: 'pthread_mutexattr_init' undeclared here (not in a function) > ./gthr-default.h:106: error: 'pthread_mutexattr_settype' undeclared here (not in a function) > ./gthr-default.h:107: error: 'pthread_mutexattr_destroy' undeclared here (not in a function) > ./gthr-default.h: In function '__gthread_active_p': > ./gthr-default.h:173: error: 'PTHREAD_MUTEX_INITIALIZER' undeclared (first use in this function) > ./gthr-default.h:173: error: (Each undeclared identifier is reported only once > ./gthr-default.h:173: error: for each function it appears in.) > ./gthr-default.h:174: error: 'PTHREAD_ONCE_INIT' undeclared (first use in this function) > ./gthr-default.h:188: error: called object '__gthrw_pthread_mutex_lock' is not a function > ./gthr-default.h:189: error: called object '__gthrw_pthread_once' is not a function > ./gthr-default.h:190: error: called object '__gthrw_pthread_mutex_unlock' is not a function > ./gthr-default.h: In function '__gthread_once': > ./gthr-default.h:578: error: called object '__gthrw_pthread_once' is not a function > ./gthr-default.h: In function '__gthread_key_create': > ./gthr-default.h:586: error: called object '__gthrw_pthread_key_create' is not a function > ./gthr-default.h: In function '__gthread_key_delete': > ./gthr-default.h:592: error: called object '__gthrw_pthread_key_delete' is not a function > ./gthr-default.h: In function '__gthread_getspecific': > ./gthr-default.h:598: error: called object '__gthrw_pthread_getspecific' is not a function > ./gthr-default.h: In function '__gthread_setspecific': > ./gthr-default.h:604: error: called object '__gthrw_pthread_setspecific' is not a function > ./gthr-default.h: In function '__gthread_mutex_lock': > ./gthr-default.h:611: error: called object '__gthrw_pthread_mutex_lock' is not a function > ./gthr-default.h: In function '__gthread_mutex_trylock': > ./gthr-default.h:620: error: called object '__gthrw_pthread_mutex_trylock' is not a function > ./gthr-default.h: In function '__gthread_mutex_unlock': > ./gthr-default.h:629: error: called object '__gthrw_pthread_mutex_unlock' is not a function > ./gthr-default.h: In function '__gthread_recursive_mutex_init_function': > ./gthr-default.h:643: error: called object '__gthrw_pthread_mutexattr_init' is not a function > ./gthr-default.h:645: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) > ./gthr-default.h:645: error: called object '__gthrw_pthread_mutexattr_settype' is not a function > ./gthr-default.h:647: error: called object '__gthrw_pthread_mutex_init' is not a function > ./gthr-default.h:649: error: called object '__gthrw_pthread_mutexattr_destroy' is not a function > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function '_Unwind_GetGR': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:168: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function '_Unwind_SetGR': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function '_Unwind_SetGRValue': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:257: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'extract_cie_info': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:350: warning: incompatible implicit declaration of built-in function 'strlen' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'execute_stack_op': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:611: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:829: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:836: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'execute_cfa_program': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1082: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'uw_frame_state_for': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1099: warning: incompatible implicit declaration of built-in function 'memset' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function '__frame_state_for': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1184: warning: incompatible implicit declaration of built-in function 'memset' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function '_Unwind_SetSpColumn': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1234: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'uw_update_context_1': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1290: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'uw_init_context_1': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1408: warning: incompatible implicit declaration of built-in function 'memset' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1413: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1417: error: 'PTHREAD_ONCE_INIT' undeclared (first use in this function) > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In function 'uw_install_context_1': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1472: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1480: warning: incompatible implicit declaration of built-in function 'memcpy' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1486: warning: incompatible implicit declaration of built-in function 'memcpy' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1490: warning: incompatible implicit declaration of built-in function 'memcpy' > In file included from /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1518: > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function '_Unwind_RaiseException_Phase2': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:75: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function '_Unwind_Resume': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:238: warning: incompatible implicit declaration of built-in function 'abort' > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function '_Unwind_Resume_or_Rethrow': > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:263: warning: incompatible implicit declaration of built-in function 'abort' > *** Error code 1 > > Stop in /usr/src/gnu/lib/libgcc. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ************************************************************************************************ > > > Casey > > > > ----- "Chris St Denis" wrote: > > >> Casey Scott wrote: >> >>> Can we no longer use "make buildworld" to upgrade from source >>> >> builds? Everytime I've tried, I get build errors. I've gotten the >> impression from a few things I've read that freebsd-update is suppose >> to be used. I don't want a binary install/upgrade though. I've just >> sync from CVS with this in the config: >> >>> *default host=cvsup15.FreeBSD.org >>> *default base=/var/db >>> *default prefix=/usr >>> *default release=cvs tag=RELENG_7 >>> *default delete use-rel-suffix >>> *default compress >>> src-all >>> >>> >>> Pretty much the same config I've always used, except the RELENG_7. >>> >>> I continually get errors when "make buildworld". I went back to the >>> >> 6.3 source, and successfully "make buildworld". >> >>> My current attempt at buildword with the 7.0 died like this: >>> >>> >> ********************************************************************* >> >>> ===> usr.bin/awk (obj,build-tools) >>> yacc -d -o awkgram.c >>> >> /usr/src/usr.bin/awk/../../contrib/one-true-awk/awkgram.y >> >>> yacc: 43 shift/reduce conflicts >>> yacc: 85 reduce/reduce conflicts >>> ln -sf awkgram.h ytab.h >>> cc -O -pipe -DHAS_ISBLANK -I. >>> >> -I/usr/src/usr.bin/awk/../../contrib/one-true-awk -DFOPEN_MAX=64 >> -I/usr/obj/usr/src/tmp/legacy/usr/include >> -L/usr/obj/usr/src/tmp/legacy/usr/lib >> /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o maketab >> >>> ===> lib/libmagic (obj,build-tools) >>> cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic >>> >> -I/usr/src/lib/libmagic/../../contrib/file -o mkmagic >> /usr/src/lib/libmagic/../../contrib/file/apprentice.c >> /usr/src/lib/libmagic/../../contrib/file/funcs.c >> /usr/src/lib/libmagic/../../contrib/file/magic.c >> /usr/src/lib/libmagic/../../contrib/file/print.c >> >>> ===> usr.sbin/sysinstall (obj,build-tools) >>> cc -o rtermcap /usr/src/usr.sbin/sysinstall/rtermcap.c -ltermcap >>> ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) >>> make: don't know how to make >>> >> /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/ansidecl.h. >> Stop >> >>> *** Error code 2 >>> >>> Stop in /usr/src. >>> *** Error code 1 >>> >>> Stop in /usr/src. >>> *** Error code 1 >>> >>> Stop in /usr/src. >>> >>> >> ********************************************************************* >> >>> The previous attempt died due to a missing tconfig.h. Can anyone >>> >> shed some light on this please? I can't remember ever having trouble >> with a buildworld before!! >> >>> TIA, >>> 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" >> >>> >>> >> 1. Make sure you do a "mergemaster -p" first. see mergemaster(8) >> >> 2. Check your make.conf. A bad combination of NO_* variables can break >> >> things. As can bad cflags, etc. >> >> 2. Try doing a cvsup again to make sure your source is clean. Maybe >> with >> a different server incase cvsup15 is messed up. >> From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 21:18:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9337E10656B0 for ; Thu, 5 Jun 2008 21:18:32 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [206.29.77.83]) by mx1.freebsd.org (Postfix) with ESMTP id 4B41F8FC21 for ; Thu, 5 Jun 2008 21:18:32 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 810CC5DD491; Thu, 5 Jun 2008 16:18:01 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YlEf6E5L9Cd1; Thu, 5 Jun 2008 16:17:58 -0500 (CDT) Received: from janus.daycos.com (janus.daycos.com [10.45.12.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id AF3A75DCD79; Thu, 5 Jun 2008 16:17:57 -0500 (CDT) From: Kirk Strauser To: Kris Kennaway Date: Thu, 5 Jun 2008 16:17:53 -0500 User-Agent: KMail/1.9.9 References: <200806051508.29424.kirk@strauser.com> <4848523E.2010604@FreeBSD.org> In-Reply-To: <4848523E.2010604@FreeBSD.org> X-Face: T+/_{qmjgbosI0J/e83I~w[&VF'w)!((xEpj///^bA/6?jHHS?nq+T8_+`nh"WnEWCWG, \}]Y2$)) =?utf-8?q?vLVz4ACChrEcb=7DCO=5EtYmMG=5C=0A=09ts=2Em=3F=5B7=5B6OwE*dAJ*9f+m?= =?utf-8?q?X=2E7R32qeN=5EDJ=5C?=(k@evW?IRQCy.^ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806051617.54400.kirk@strauser.com> Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 21:18:32 -0000 On Thursday 05 June 2008, Kris Kennaway wrote: > Kirk Strauser wrote: > ktrace(1) and check for the buffer size in use. It is probably too > small. > > Kris It seems to be doing a lot of read()s with 4096-byte buffers. Is that what you mean? It's also doing a lot of lseek()s to what is likely the current position anyway (example: seek to 0x00, read 16 bytes, seek to 0x10, etc.). Would that make a difference, or should that be a NOP? -- Kirk Strauser From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 20:33:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA19D1065673; Thu, 5 Jun 2008 20:33:31 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id 732B28FC1E; Thu, 5 Jun 2008 20:33:31 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.183]) by hub.org (Postfix) with ESMTP id E559C168AD23; Thu, 5 Jun 2008 17:33:30 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 12009-05; Thu, 5 Jun 2008 17:33:27 -0300 (ADT) Received: from fserv.hub.org (blk-224-204-104.eastlink.ca [24.224.204.104]) by hub.org (Postfix) with ESMTP id 4169C168AD17; Thu, 5 Jun 2008 17:33:30 -0300 (ADT) Received: from [192.168.1.2] (unknown [192.168.1.2]) by fserv.hub.org (Postfix) with ESMTP id C2C8E4F122; Thu, 5 Jun 2008 17:33:31 -0300 (ADT) Date: Thu, 05 Jun 2008 17:30:36 -0300 From: "Marc G. Fournier" To: Odhiambo Washington Message-ID: <27207735E0A6FB4DCBFBBE25@ganymede.hub.org> In-Reply-To: <991123400806050631s689fa9adp7ec073ea48025595@mail.gmail.com> References: <991123400806050631s689fa9adp7ec073ea48025595@mail.gmail.com> 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 X-Mailman-Approved-At: Thu, 05 Jun 2008 21:34:32 +0000 Cc: freebsd-advocacy@freebsd.org, public@lists.pcbsd.org, midnightbsd-users@stargazer.midnightbsd.org, general@desktopbsd.net, netbsd-advocacy@netbsd.org, announce@lists.pcbsd.org, users@lists.dragonflybsd.org, freebsd-questions@freebsd.org, miros-discuss@66h.42h.de Subject: Re: BSDstats: May Statistics - 23 998 Hosts Reported In X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 20:33:31 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --On Thursday, June 05, 2008 16:31:30 +0300 Odhiambo Washington wrote: > Anyway, I am surprised at how fast PC-BSD is picking up. > I know that during installation, it prompts the installer to enable > the submission of stats. Could this explain why there are more PC-BSD > that there are FreeBSD? > For FreeBSD, the owner must know about the stats and configure them to > be submitted. That is why we're working on both improving the site itself (fixing issues with the sub-release areas), as well as trying to a more regular monthly notice up ... I find a jump in stats each time I do so as more ppl find out about it ... Report I did a few months back shows only 85 Countries reporting in, so although its just one host here and there, adding 40 new countries is cool ... - -- Marc G. Fournier Hub.Org Hosting Solutions S.A. (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhITOwACgkQ4QvfyHIvDvO/yACg7Ph15XYty0J1tP+jXNs4Fzp3 CFwAoI/AgvbWotWJAUZJZ23aAhiyK993 =9QMv -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 21:52:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FB181065670 for ; Thu, 5 Jun 2008 21:52:32 +0000 (UTC) (envelope-from stapleton.41@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 D5F708FC14 for ; Thu, 5 Jun 2008 21:52:31 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so481653wah.3 for ; Thu, 05 Jun 2008 14:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=5BAyKg0lzO9fJwQxiVOp3+cs065DV8WnKqr3HTYw5mc=; b=gs17nXGuEB84Bm0qmSyQG/wKJLRk6HPpmidj/AWG8XQN8lPTg9rX1C/dt60v0gdUDi MNBDXTMJ7z28X3z9S7zXxXXfuIa3Aq5cR1uG84OJErSE9PkkdpyXfXPugIpwxdNiywAt XVL5k8tNiL39ail5s8SrFY8GcmMhtt/m/wGU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=yCQIlPvGO6WWNysoz1uT1BxWNe7QXWbwhsWZf/+1wdTmQFQF2f/A6T6gX4IigQfB5U YXXCsKoCRnE0qNGXzzd36zK5Q5wa55KtOs5FI1vKZZ0x5jqJN2GNKT3AmCU6jtRlX7cJ 81xos8bjuWEAWWsK/p51fTgPUQxTwAFeizyfg= Received: by 10.114.146.1 with SMTP id t1mr2289817wad.76.1212702750392; Thu, 05 Jun 2008 14:52:30 -0700 (PDT) Received: by 10.114.150.14 with HTTP; Thu, 5 Jun 2008 14:52:30 -0700 (PDT) Message-ID: <80f4f2b20806051452i62ff9862vafb4091dafee2e81@mail.gmail.com> Date: Thu, 5 Jun 2008 17:52:30 -0400 From: "Jim Stapleton" To: "Chris Whitehouse" In-Reply-To: <48403EDE.1090409@onetel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20805300608s13ec0fa7x7034f1a89ea07c46@mail.gmail.com> <48403EDE.1090409@onetel.com> Cc: freebsd-questions@freebsd.org, connexion@psand.net Subject: Re: Best solution - mobile wifi hotspot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 21:52:32 -0000 On Fri, May 30, 2008 at 1:52 PM, Chris Whitehouse wrote: > Jim Stapleton wrote: >> >> My dad makes instruments and goes to a lot of festivals. They are >> typically in the middle of nowhere, without internet. Many vendors >> still bring notebooks as they provide quick & easy access to many >> things, but there is no internet. For credit cards, many use their >> cell phones to make the transaction. My dad wants to get a satellite >> connection (pure sattelite, no phone), and set up something to offer a >> wireless hotspot. >> - Some shows will just pay a flat fee, and have the hotspot open. >> - Some shows won't pay a fee, and so he'll want to charge to recover >> some of the cost. >> >> For the open hotspots, a simple wireless router will do. For the >> charge hotspots, we'd want something a little more flexible. My first >> thought was 'FreeBSD can do that!'. The trick is that we will be using >> battery power most of the time. Low power is the key. I'm thinknig >> sub-20W max power drain worst case, SUB 10-15W is ideal. >> >> >> With that background info, my questions are: >> 1) Is building a low power computer based on FreeBSD the right way to >> go? Or would you all recommend something else? What? >> 2) Does anyone have experience with the GeodeNX or VIA C7 boards >> available on NewEgg? Heads ups and pointers? >> 3) Does anyone have experiences with these and a given wireless >> adaptor, How good/bad is/was it? >> >> Thanks, >> -Jim Stapleton >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > This particular wheel has already been invented several ways :) > > http://psand.net/ > > https://en.wiki.aktivix.org/SquatTelecoms Well, my dad wants to provide something for cheaper than hiring a third-party vendor to come out into the middle of nowhere and do this (amongst other things, since he's out there, he doesn't have to use hundreds of miles of gas + extra man hours). As for the second, that seems to be 'how to get an ISP', which he already has researched, he is more looking to /be/ the ISP. > To keep power down you probably want to opt for a dedicated wireless router > box not a computer (unless you are also saving bandwidth with squid etc). > And to generate electricity use wind or solar. Do you know of a wireless router that can provide individual user authentication, without requiring a complex setup? Some places may not want to pay for the internet connection, so he'll need to 'rent out' connection bandwidth to other vendors. Thanks, -Jim Stapleton From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 22:14:56 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CA2A106566C for ; Thu, 5 Jun 2008 22:14:56 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id E65388FC14 for ; Thu, 5 Jun 2008 22:14:55 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.255.58]) (authenticated bits=128) by parrot.aev.net (8.14.2/8.13.8) with ESMTP id m55Laesj078505 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 5 Jun 2008 23:36:46 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.2/8.14.2) with ESMTP id m55Laece070741 for ; Thu, 5 Jun 2008 23:36:40 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <48485C59.3060504@netfence.it> Date: Thu, 05 Jun 2008 23:36:25 +0200 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.14 (X11/20080504) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 212.31.247.179 Cc: Subject: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 22:14:56 -0000 Anyone using this? I've used it for a long time on a 6.x box and it worked fine. Recently I had to deactivate it since it seems to lock away every IP which is listed in the logs. Any hint? bye & Thanks av. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 22:20:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 142ED106567B for ; Thu, 5 Jun 2008 22:20:41 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (mail.phantombsd.org [74.94.69.226]) by mx1.freebsd.org (Postfix) with ESMTP id D55E18FC27 for ; Thu, 5 Jun 2008 22:20:40 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id 721E111A0003; Thu, 5 Jun 2008 15:20:39 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.191 X-Spam-Level: X-Spam-Status: No, score=-3.191 tagged_above=-10 required=4 tests=[AWL=-0.692, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jzlh6RBEl3R0; Thu, 5 Jun 2008 15:20:38 -0700 (PDT) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.2]) by mail.phantombsd.org (Postfix) with ESMTP id 8AF3911A0002; Thu, 5 Jun 2008 15:20:38 -0700 (PDT) Date: Thu, 5 Jun 2008 15:20:38 -0700 (PDT) From: Casey Scott To: Chris St Denis Message-ID: <18652065.341212704438450.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <22997465.321212704356216.JavaMail.root@tomcat.phantombsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [199.3.115.254] X-Mailer: Zimbra 5.0.5_GA_2201.RHEL5 (ZimbraWebClient - FF2.0 (Win)/5.0.5_GA_2201.RHEL5) Cc: freebsd-questions@freebsd.org Subject: Re: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 22:20:41 -0000 commenting NO_TOOLCHAIN did the trick. Thanks, Casey ----- "Chris St Denis" wrote: > Various parts of the FreeBSD base system are interdependent on each > other. It's likely that one of the NO_* lines is breaking it. > > Since libgcc is what is failing I'd suspect NO_TOOLCHAIN > > mergemaster is normally done after installworld, but the "-p" mode is > > for pre-buildworld. See the man page for details. > > > > Casey Scott wrote: > > I thought mergemaster was done after installworld? I've tried 3 > different cvs sources, same result. Maybe its my make.conf? Here's > what I've got: > > > > > ************************************************************************************************ > > CPUTYPE?=p4 > > CFLAGS= -O -pipe > > NO_BLUETOOTH= true # do not build Bluetooth related stuff > > NO_I4B= true # do not build isdn4bsd package > > NO_LPR= true # do not build lpr and related programs > > NO_SENDMAIL= true # do not build sendmail and related > programs > > NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs > > NO_TOOLCHAIN= true # do not build programs for program > development > > NO_USB= true # do not build usbd(8) and related programs > > NO_VINUM= true # do not build Vinum utilities > > NO_ATM= true # do not build ATM related programs and > libraries > > NO_GAMES= true # do not build games (games/ subdir) > > NO_INET6= true # do not build IPv6 related programs and > libraries > > NO_PROFILE= true # Avoid compiling profiled libraries > > SENDMAIL_MAP_PERMS= > > WITHOUT_X11=yes > > PERL_VER=5.8.8 > > PERL_VERSION=5.8.8 > > > ************************************************************************************************ > > > > # make buildworld dies here. > > > > > ************************************************************************************************ > > ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-generic.h > unwind.h > > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h > > ln -sf /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr-posix.h > gthr-default.h > > cc -c -O -pipe -march=pentium4 -DIN_GCC -DIN_LIBGCC2 > -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/include > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config > -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. > -I/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools > -fvisibility=hidden -DHIDE_EXPORTS -fPIC -fexceptions -D__GLIBC__=3 > -DElfW=__ElfN -o unwind-dw2.o > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c > > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:32: > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:47:20: error: > stddef.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:48:19: error: > float.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:87:20: error: > stdarg.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:90:19: error: > stdio.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:96:19: error: > errno.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:103:20: > error: string.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:104:20: > error: stdlib.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:105:20: > error: unistd.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:108:20: > error: limits.h: No such file or directory > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/tsystem.h:111:18: > error: time.h: No such file or directory > > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:40: > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In > function 'size_of_encoded_value': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:90: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In > function 'base_of_encoded_value': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:122: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h: In > function 'read_encoded_value_with_base': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-pe.h:259: > warning: incompatible implicit declaration of built-in function > 'abort' > > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > > from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > > ./gthr-default.h:43:21: error: pthread.h: No such file or directory > > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/gthr.h:114, > > from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:42: > > ./gthr-default.h: At top level: > > ./gthr-default.h:92: error: 'pthread_once' undeclared here (not in a > function) > > ./gthr-default.h:93: error: 'pthread_getspecific' undeclared here > (not in a function) > > ./gthr-default.h:94: error: 'pthread_setspecific' undeclared here > (not in a function) > > ./gthr-default.h:95: error: 'pthread_create' undeclared here (not in > a function) > > ./gthr-default.h:96: error: 'pthread_cancel' undeclared here (not in > a function) > > ./gthr-default.h:97: error: 'pthread_mutex_lock' undeclared here > (not in a function) > > ./gthr-default.h:98: error: 'pthread_mutex_trylock' undeclared here > (not in a function) > > ./gthr-default.h:99: error: 'pthread_mutex_unlock' undeclared here > (not in a function) > > ./gthr-default.h:100: error: 'pthread_mutex_init' undeclared here > (not in a function) > > ./gthr-default.h:103: error: 'pthread_key_create' undeclared here > (not in a function) > > ./gthr-default.h:104: error: 'pthread_key_delete' undeclared here > (not in a function) > > ./gthr-default.h:105: error: 'pthread_mutexattr_init' undeclared > here (not in a function) > > ./gthr-default.h:106: error: 'pthread_mutexattr_settype' undeclared > here (not in a function) > > ./gthr-default.h:107: error: 'pthread_mutexattr_destroy' undeclared > here (not in a function) > > ./gthr-default.h: In function '__gthread_active_p': > > ./gthr-default.h:173: error: 'PTHREAD_MUTEX_INITIALIZER' undeclared > (first use in this function) > > ./gthr-default.h:173: error: (Each undeclared identifier is reported > only once > > ./gthr-default.h:173: error: for each function it appears in.) > > ./gthr-default.h:174: error: 'PTHREAD_ONCE_INIT' undeclared (first > use in this function) > > ./gthr-default.h:188: error: called object > '__gthrw_pthread_mutex_lock' is not a function > > ./gthr-default.h:189: error: called object '__gthrw_pthread_once' is > not a function > > ./gthr-default.h:190: error: called object > '__gthrw_pthread_mutex_unlock' is not a function > > ./gthr-default.h: In function '__gthread_once': > > ./gthr-default.h:578: error: called object '__gthrw_pthread_once' is > not a function > > ./gthr-default.h: In function '__gthread_key_create': > > ./gthr-default.h:586: error: called object > '__gthrw_pthread_key_create' is not a function > > ./gthr-default.h: In function '__gthread_key_delete': > > ./gthr-default.h:592: error: called object > '__gthrw_pthread_key_delete' is not a function > > ./gthr-default.h: In function '__gthread_getspecific': > > ./gthr-default.h:598: error: called object > '__gthrw_pthread_getspecific' is not a function > > ./gthr-default.h: In function '__gthread_setspecific': > > ./gthr-default.h:604: error: called object > '__gthrw_pthread_setspecific' is not a function > > ./gthr-default.h: In function '__gthread_mutex_lock': > > ./gthr-default.h:611: error: called object > '__gthrw_pthread_mutex_lock' is not a function > > ./gthr-default.h: In function '__gthread_mutex_trylock': > > ./gthr-default.h:620: error: called object > '__gthrw_pthread_mutex_trylock' is not a function > > ./gthr-default.h: In function '__gthread_mutex_unlock': > > ./gthr-default.h:629: error: called object > '__gthrw_pthread_mutex_unlock' is not a function > > ./gthr-default.h: In function > '__gthread_recursive_mutex_init_function': > > ./gthr-default.h:643: error: called object > '__gthrw_pthread_mutexattr_init' is not a function > > ./gthr-default.h:645: error: 'PTHREAD_MUTEX_RECURSIVE' undeclared > (first use in this function) > > ./gthr-default.h:645: error: called object > '__gthrw_pthread_mutexattr_settype' is not a function > > ./gthr-default.h:647: error: called object > '__gthrw_pthread_mutex_init' is not a function > > ./gthr-default.h:649: error: called object > '__gthrw_pthread_mutexattr_destroy' is not a function > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function '_Unwind_GetGR': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:168: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function '_Unwind_SetGR': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:208: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function '_Unwind_SetGRValue': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:257: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'extract_cie_info': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:350: > warning: incompatible implicit declaration of built-in function > 'strlen' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'execute_stack_op': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:611: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:829: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:836: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'execute_cfa_program': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1082: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'uw_frame_state_for': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1099: > warning: incompatible implicit declaration of built-in function > 'memset' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function '__frame_state_for': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1184: > warning: incompatible implicit declaration of built-in function > 'memset' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function '_Unwind_SetSpColumn': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1234: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'uw_update_context_1': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1290: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'uw_init_context_1': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1408: > warning: incompatible implicit declaration of built-in function > 'memset' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1413: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1417: > error: 'PTHREAD_ONCE_INIT' undeclared (first use in this function) > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c: In > function 'uw_install_context_1': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1472: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1480: > warning: incompatible implicit declaration of built-in function > 'memcpy' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1486: > warning: incompatible implicit declaration of built-in function > 'memcpy' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1490: > warning: incompatible implicit declaration of built-in function > 'memcpy' > > In file included from > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind-dw2.c:1518: > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function > '_Unwind_RaiseException_Phase2': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:75: warning: > incompatible implicit declaration of built-in function 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function > '_Unwind_Resume': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:238: > warning: incompatible implicit declaration of built-in function > 'abort' > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc: In function > '_Unwind_Resume_or_Rethrow': > > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:263: > warning: incompatible implicit declaration of built-in function > 'abort' > > *** Error code 1 > > > > Stop in /usr/src/gnu/lib/libgcc. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > ************************************************************************************************ > > > > > > Casey > > > > > > > > ----- "Chris St Denis" wrote: > > > > > >> Casey Scott wrote: > >> > >>> Can we no longer use "make buildworld" to upgrade from source > >>> > >> builds? Everytime I've tried, I get build errors. I've gotten the > >> impression from a few things I've read that freebsd-update is > suppose > >> to be used. I don't want a binary install/upgrade though. I've > just > >> sync from CVS with this in the config: > >> > >>> *default host=cvsup15.FreeBSD.org > >>> *default base=/var/db > >>> *default prefix=/usr > >>> *default release=cvs tag=RELENG_7 > >>> *default delete use-rel-suffix > >>> *default compress > >>> src-all > >>> > >>> > >>> Pretty much the same config I've always used, except the > RELENG_7. > >>> > >>> I continually get errors when "make buildworld". I went back to > the > >>> > >> 6.3 source, and successfully "make buildworld". > >> > >>> My current attempt at buildword with the 7.0 died like this: > >>> > >>> > >> > ********************************************************************* > >> > >>> ===> usr.bin/awk (obj,build-tools) > >>> yacc -d -o awkgram.c > >>> > >> /usr/src/usr.bin/awk/../../contrib/one-true-awk/awkgram.y > >> > >>> yacc: 43 shift/reduce conflicts > >>> yacc: 85 reduce/reduce conflicts > >>> ln -sf awkgram.h ytab.h > >>> cc -O -pipe -DHAS_ISBLANK -I. > >>> > >> -I/usr/src/usr.bin/awk/../../contrib/one-true-awk -DFOPEN_MAX=64 > >> -I/usr/obj/usr/src/tmp/legacy/usr/include > >> -L/usr/obj/usr/src/tmp/legacy/usr/lib > >> /usr/src/usr.bin/awk/../../contrib/one-true-awk/maketab.c -o > maketab > >> > >>> ===> lib/libmagic (obj,build-tools) > >>> cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic > >>> > >> -I/usr/src/lib/libmagic/../../contrib/file -o mkmagic > >> /usr/src/lib/libmagic/../../contrib/file/apprentice.c > >> /usr/src/lib/libmagic/../../contrib/file/funcs.c > >> /usr/src/lib/libmagic/../../contrib/file/magic.c > >> /usr/src/lib/libmagic/../../contrib/file/print.c > >> > >>> ===> usr.sbin/sysinstall (obj,build-tools) > >>> cc -o rtermcap /usr/src/usr.sbin/sysinstall/rtermcap.c -ltermcap > >>> ===> gnu/usr.bin/cc/cc_tools (obj,depend,all) > >>> make: don't know how to make > >>> > >> > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/ansidecl.h. > >> Stop > >> > >>> *** Error code 2 > >>> > >>> Stop in /usr/src. > >>> *** Error code 1 > >>> > >>> Stop in /usr/src. > >>> *** Error code 1 > >>> > >>> Stop in /usr/src. > >>> > >>> > >> > ********************************************************************* > >> > >>> The previous attempt died due to a missing tconfig.h. Can anyone > >>> > >> shed some light on this please? I can't remember ever having > trouble > >> with a buildworld before!! > >> > >>> TIA, > >>> 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" > >> > >>> > >>> > >> 1. Make sure you do a "mergemaster -p" first. see mergemaster(8) > >> > >> 2. Check your make.conf. A bad combination of NO_* variables can > break > >> > >> things. As can bad cflags, etc. > >> > >> 2. Try doing a cvsup again to make sure your source is clean. > Maybe > >> with > >> a different server incase cvsup15 is messed up. > >> > > _______________________________________________ > 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 Jun 5 22:25:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 757E31065679 for ; Thu, 5 Jun 2008 22:25:38 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4AC38FC18; Thu, 5 Jun 2008 22:25:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484867E3.3070705@FreeBSD.org> Date: Fri, 06 Jun 2008 00:25:39 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Kirk Strauser References: <200806051508.29424.kirk@strauser.com> <4848523E.2010604@FreeBSD.org> <200806051617.54400.kirk@strauser.com> In-Reply-To: <200806051617.54400.kirk@strauser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 22:25:38 -0000 Kirk Strauser wrote: > On Thursday 05 June 2008, Kris Kennaway wrote: >> Kirk Strauser wrote: > >> ktrace(1) and check for the buffer size in use. It is probably too >> small. >> >> Kris > > It seems to be doing a lot of read()s with 4096-byte buffers. Is that what > you mean? It's also doing a lot of lseek()s to what is likely the current > position anyway (example: seek to 0x00, read 16 bytes, seek to 0x10, etc.). > Would that make a difference, or should that be a NOP? No, if it's reading in 16 byte units it will explain the terrible performance. Kris From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 22:27:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 488B51065676 for ; Thu, 5 Jun 2008 22:27:56 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id 334E48FC1A for ; Thu, 5 Jun 2008 22:27:54 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 25428 invoked by uid 1008); 5 Jun 2008 23:29:26 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 5 Jun 2008 23:29:26 -0000 Message-ID: <48486868.30900@el.net> Date: Thu, 05 Jun 2008 18:27:52 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4844293F.7020507@el.net> <484438B1.5020202@unsane.co.uk> <484441D8.8050207@el.net> <48445F45.70604@unsane.co.uk> <48448134.9080808@el.net> <484482E1.5010207@el.net> <48450B08.6040806@unsane.co.uk> <48483956.1060900@el.net> In-Reply-To: <48483956.1060900@el.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: mfi freebsd7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 22:27:56 -0000 ok... i guess i've had it with the mfi according to the hardware list on the freebsd site there are only 3 cards supported by the mfi driver on freebsd7 and the LSI MegaSAS 1078 ain't one of them. and lsi appears to be a remote company in singapore which apparently doesn't like to support anything that has bsd in it's name. i'll be asking the hosting company to replace the card. would like to hear from the list which SAS ones would be recommended - fully supported and have usable control/stats interfaces - and which ones to stay away from. would appreciate any advice... thanks.... kalin m wrote: > hi vince... thank you for the advice. > > i did update my ports and install the 1.01.40 version... > > i have the linux-base installed and the linprocfs and linsysfs mounted.. > > but still nothing substantial happening: > > # megacli -adpCount > > Controller Count: 0. > > > > any other ideas?! > > thanks... > > > > > Vince Hoffman wrote: >> kalin m wrote: >> >>> sorry for the double posting.... just to update: >>> >>> i installed also the linux-megamgr same result: >>> Failed to open driver node /dev/megadev0 >>> >>> after linking megadev0 to mfi0 it can not see the version... it >>> gets >>> more and more pathetic by the minute... >>> >>> >> >> odd that it wouldnt install as it did for me just now. Is your ports >> tree up to date? I'm guessing not since the latest version reference in >> ports is 1.01.40 and you found and got the 1.01.09 rpm/zip >> try updating your ports to the latest tree (portsnap is my method of >> choice but csup works fine too :) then try >> cd /usr/ports/sysutils/linux-megacli && make install clean >> Be sure to pay attention to the post-install message as it tells you >> about whats needed in the way of kernel modules and sysctl variables as >> well as what periodic config is available. >> >> >> We do have a server at work using the LSI Logic / Symbios Logic MegaRAID >> SAS 1078 which hosts 40 VPS's running quite happily in a RAID 1+0 >> config, each VPS running web/mail/ftp for a number between 1 and 100 >> websites, so they seem to perform well enough, this is a linux server >> though. >> If you've been sold a RAID1 array i'd imagine thats what you have >> unless you have reason to believe otherwise. It will appear as a singe >> block device (/dev/mfid0) to the operating system though as you have >> see. >> >> >> Vince >> >> >> >> >>> >>> >>> kalin m wrote: >>> >>>> thanks Vince... i didnt wanted to install the linux base because a >>>> lot of kids will be running some 'cool' boards or blogs that probably >>>> have cool linux holes too. but just for the hell of it and for he >>>> purpose to get to the controller i did. it took a while to find the >>>> Linux_MegaCli_1.01.09.zip. it's not on the freebsd site and not on the >>>> LSI site (anymore) either.. anyway after a lot of rpm downloads and >>>> patching and variable changing and fs mountings i get this: >>>> >>>> # /usr/local/sbin/megacli -adpCount >>>> ERROR:Could not detect controller. >>>> >>>> Controller Count: 0. >>>> >>>> >>>> pretty neat system... >>>> >>>> >>>> now what?! >>>> >>>> >>>> >>>> >>>> Vince Hoffman wrote: >>>> >>>>> kalin m wrote: >>>>> >>>>>> megarc, right... read about it.. here: >>>>>> >>>>>> # megarc -AllAdpInfo help >>>>>> usage : >>>>>> cmd -AllAdpInfo >>>>>> : prints info of all cards >>>>>> >>>>>> >>>>>> ..... ok ..... >>>>>> >>>>>> # megarc -AllAdpInfo >>>>>> >>>>>> >>>>>> ********************************************************************** >>>>>> >>>>>> MEGARC MegaRAID Configuration >>>>>> Utility(FreeBSD)-1.04(03-02-2005) By LSI Logic Corp.,USA >>>>>> >>>>>> ********************************************************************** >>>>>> >>>>>> [Note: For SATA-2, 4 and 6 channel controllers, please specify >>>>>> Ch=0 Id=0..15 for specifying physical drive(Ch=channel, >>>>>> Id=Target)] >>>>>> >>>>>> Type ? as command line arg for help >>>>>> >>>>>> No Adapters Found Error: No MegaRaid Found >>>>>> >>>>>> >>>>>> ?!?!?! does that mean that there is no raid? why then the df >>>>>> output? the machine is supposed to have 4 250gig SAS drives. >>>>>> >>>>>> >>>>> Its more likely that megarc doesnt support the newer controllers >>>>> which is a shame. you might have more luck with >>>>> sysutils/linux-megacli since that explicitly mentions LSI MegaRAID >>>>> SAS, I wish they would make the util open source though. Will mean >>>>> you need the linux-base port installed and linux.ko loaded. >>>>> >>>>> A RAID1 config shoudl suit a busy webserver well. >>>>> >>>>> Vicne >>>>> >>>>> >>>>> >>>>> >>>>>> thanks... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Vince Hoffman wrote: >>>>>> >>>>>>> kalin m wrote: >>>>>>> >>>>>>>> hi all... >>>>>>>> >>>>>>>> a hosting facility build a new dedicated server for me and looking >>>>>>>> at the dmesg i see: >>>>>>>> >>>>>>>> mfi0: port 0xec00-0xecff mem >>>>>>>> 0xfc480000-0xfc4bffff,0xfc440000-0xfc47ffff irq 16 at device 0.0 >>>>>>>> on pci1 >>>>>>>> mfi0: Megaraid SAS driver Ver 2.00 >>>>>>>> >>>>>>>> for df i get: >>>>>>>> Filesystem Size Used Avail Capacity Mounted on >>>>>>>> /dev/mfid0s1a 496M 197M 259M 43% / >>>>>>>> devfs 1.0K 1.0K 0B 100% /dev >>>>>>>> /dev/mfid0s1e 496M 12K 456M 0% /tmp >>>>>>>> /dev/mfid0s1f 661G 636M 608G 0% /usr >>>>>>>> /dev/mfid0s1d 8.7G 1.4M 8.0G 0% /var >>>>>>>> >>>>>>>> >>>>>>>> i asked for raid1. i cant find too much information about the mfi >>>>>>>> driver. just that it works with freebsd 7. >>>>>>>> >>>>>>>> >>>>>>> you might want to look at sysutils/megarc and possibly >>>>>>> sysutils/linux-megamgr so you can more closely monitor/investigate >>>>>>> your array. >>>>>>> >>>>>>> Vince >>>>>>> >>>>>>> >>>>>>>> i'll keep looking but - has anybody successfully deployed >>>>>>>> production servers using the LSI MegaSAS 1078 in RAID1 on a very >>>>>>>> busy web server? >>>>>>>> is there any loss in performance using that hardware in RAID1? >>>>>>>> any performance loss in RAID1 at all? >>>>>>>> >>>>>>>> >>>>>>>> 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" >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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" >>>>> >>>> _______________________________________________ >>>> 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 Jun 5 23:14:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68CA7106566B for ; Thu, 5 Jun 2008 23:14:18 +0000 (UTC) (envelope-from murray@stokely.org) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 04B278FC1D for ; Thu, 5 Jun 2008 23:14:17 +0000 (UTC) (envelope-from murray@stokely.org) Received: by ug-out-1314.google.com with SMTP id q2so664983uge.37 for ; Thu, 05 Jun 2008 16:14:16 -0700 (PDT) Received: by 10.67.10.18 with SMTP id n18mr803734ugi.4.1212707656531; Thu, 05 Jun 2008 16:14:16 -0700 (PDT) Received: by 10.67.99.2 with HTTP; Thu, 5 Jun 2008 16:14:16 -0700 (PDT) Message-ID: <2a7894eb0806051614q366b4373sd8088829a0631592@mail.gmail.com> Date: Thu, 5 Jun 2008 16:14:16 -0700 From: "Murray Stokely" To: "Odhiambo Washington" , scrappy@hub.org In-Reply-To: <991123400806050631s689fa9adp7ec073ea48025595@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <991123400806050631s689fa9adp7ec073ea48025595@mail.gmail.com> Cc: freebsd-advocacy@freebsd.org, freebsd-questions@freebsd.org Subject: Re: BSDstats: May Statistics - 23 998 Hosts Reported In X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 23:14:18 -0000 Hi Marc, can you please post these individually to different lists next time rather than one massive cross-post? On Thu, Jun 5, 2008 at 6:31 AM, Odhiambo Washington wrote: > Anyway, I am surprised at how fast PC-BSD is picking up. > I know that during installation, it prompts the installer to enable > the submission of stats. Could this explain why there are more PC-BSD > that there are FreeBSD? Yes I should think that is pretty obvious. =) I would expect that Yahoo! alone has ~2 orders of magnitude more FreeBSD servers than what is represented there. These numbers have basically no correlation with the number of installed instances of these operating systems. Anyone interested in this effort should submit patches to optionally install/enable this functionality in the installer of the various operating systems - Murray From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 23:19:50 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBB0106566C for ; Thu, 5 Jun 2008 23:19:50 +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 C6C0E8FC0C for ; Thu, 5 Jun 2008 23:19:49 +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.14.2/8.14.2) with ESMTP id m55NJTgM081110; Thu, 5 Jun 2008 18:19:30 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080605181810.025867c8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 05 Jun 2008 18:19:26 -0500 To: Andrea Venturoli , questions@freebsd.org From: Derek Ragona In-Reply-To: <48485C59.3060504@netfence.it> References: <48485C59.3060504@netfence.it> Mime-Version: 1.0 X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m55NJTgM081110 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: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 23:19:50 -0000 At 04:36 PM 6/5/2008, Andrea Venturoli wrote: >Anyone using this? >I've used it for a long time on a 6.x box and it worked fine. >Recently I had to deactivate it since it seems to lock away every IP which >is listed in the logs. >Any hint? > > bye & Thanks > av. I believe denyhost has been deprecated. I use /etc/hosts.allow which works fine and combines both allow and deny functions in one configuration file. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 23:24:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10AEA106566C; Thu, 5 Jun 2008 23:24:15 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [206.29.77.83]) by mx1.freebsd.org (Postfix) with ESMTP id C42558FC16; Thu, 5 Jun 2008 23:24:14 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 2E9525DDE64; Thu, 5 Jun 2008 18:23:44 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TYWM+zaD+EC2; Thu, 5 Jun 2008 18:23:40 -0500 (CDT) Received: from [10.0.7.101] (wlan2-101.honeypot.net [10.0.7.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id 968295DDD09; Thu, 5 Jun 2008 18:23:40 -0500 (CDT) Message-ID: <4848757B.30408@strauser.com> Date: Thu, 05 Jun 2008 18:23:39 -0500 From: Kirk Strauser User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Kris Kennaway References: <200806051508.29424.kirk@strauser.com> <4848523E.2010604@FreeBSD.org> <200806051617.54400.kirk@strauser.com> <484867E3.3070705@FreeBSD.org> In-Reply-To: <484867E3.3070705@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Jun 2008 23:24:15 -0000 Kris Kennaway wrote: > No, if it's reading in 16 byte units it will explain the terrible > performance. No, it's actually doing 4096-byte reads. That was just an example of what I meant. Since I wrote that, though, I wrote a program to do 1,000,000 seeks to position 0, and it ran immeasurably fast. I'm guessing that lseek() is optimized to not do anything if you ask it to move to the position you're already at. Any other thoughts? There definitely aren't any setbuf() calls, and no matter what it still takes 100 times more kernel overhead on Linux than FreeBSD. Speaking of which, I think my next experiment will be to try the Linux binaries on FreeBSD and see if it behaves similarly. -- Kirk Strauser From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 00:03:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE841065680 for ; Fri, 6 Jun 2008 00:03:09 +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 523BA8FC14 for ; Fri, 6 Jun 2008 00:03:09 +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 60C0D33C62; Thu, 5 Jun 2008 16:39:50 -0700 (PDT) Received: from postfix.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by merlin.alerce.com (Postfix) with ESMTP id 2BCC633C5B; Thu, 5 Jun 2008 16:39:50 -0700 (PDT) Received: by postfix.alerce.com (Postfix, from userid 501) id E9CE4449A8C; Thu, 5 Jun 2008 16:39:45 -0700 (PDT) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18504.31041.882935.566558@almost.alerce.com> Date: Thu, 5 Jun 2008 16:39:45 -0700 To: "Jim Stapleton" In-Reply-To: <80f4f2b20806051452i62ff9862vafb4091dafee2e81@mail.gmail.com> References: <80f4f2b20805300608s13ec0fa7x7034f1a89ea07c46@mail.gmail.com> <48403EDE.1090409@onetel.com> <80f4f2b20806051452i62ff9862vafb4091dafee2e81@mail.gmail.com> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: Best solution - mobile wifi hotspot 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: Fri, 06 Jun 2008 00:03:09 -0000 Jim Stapleton writes: > [...] > Do you know of a wireless router that can provide individual user > authentication, without requiring a complex setup? Some places may not > want to pay for the internet connection, so he'll need to 'rent out' > connection bandwidth to other vendors. Nocatsplash might do what you want: http://nocat.net/ which can run on a linksys wrt54gl that's running openwrt http://openwrt.org/ or ChilliSpot (can also run on openwrt, and others) http://en.wikipedia.org/wiki/ChilliSpot or Wifidog http://dev.wifidog.org/ Googling up places that are discussing those releases should give you pointers to others. I haven't run any of them, but have had good luck using openwrt running on various little wireless routers as openvpn endpoints. g. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 01:07:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57BAB1065672 for ; Fri, 6 Jun 2008 01:07:50 +0000 (UTC) (envelope-from schiz0phrenic21@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 2976D8FC17 for ; Fri, 6 Jun 2008 01:07:50 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so524116wah.3 for ; Thu, 05 Jun 2008 18:07:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=D5jDDge40bBpXXY5dGLpLbzdegylUhn6+2NeFPN0SWo=; b=NNGM9iRMpuu5/XqBVw0MloXMy6UVyMZLxyhqTOkE+NkTLJiJv2WBXk7CDf6XwaZWS8 G+QcZeVkozyZXBQXokXUaTdk7l4eOM5VmhTkSi5godCbQkl9k3tCRRZOzZ29ERHcLdY8 NBzQISA4w22aqi521vimDpe8V4GyqIDgKAGjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PC9iGllHIZY5C62Uwp8ar/nb+AUNZcg2eIZks761Hsg61kqv1NpmhhM+mwJV+9AP3m rpC4J9ccZwzjeKJCJWuV4ZJgZKC9cnSQpehrQKnYYZCjKtISknwUsilWRLie4iZYFZFl q/EoW0Q3XvVHl69cEhVA7Or7qLBsnMBZ0SrNA= Received: by 10.114.170.2 with SMTP id s2mr2342452wae.170.1212714469894; Thu, 05 Jun 2008 18:07:49 -0700 (PDT) Received: by 10.114.255.7 with HTTP; Thu, 5 Jun 2008 18:07:49 -0700 (PDT) Message-ID: <8d23ec860806051807p719f8ea4mfb70ed107539ecc2@mail.gmail.com> Date: Thu, 5 Jun 2008 21:07:49 -0400 From: Schiz0 To: "freebsd questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Queuing and Prioritization with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 01:07:50 -0000 Hey, I have pf running as the firewall on a web and IRC box. I'd like to setup a bit of prioritization. I want ssh to be a higher priority than any other traffic. I've read up on Class Based Queuing and Priority Queuing. If I understand it correctly, priority queuing will transfer ALL packets with higher priority before ANY of the lower-priority packets. So if I'm transferring a file via SCP, all other traffic will stop until the transfer is complete? I don't want other traffic to stop completely, I just want ssh to have a higher priority. Should I use class-based then? Thanks for suggestions/help. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 01:25:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40E321065680 for ; Fri, 6 Jun 2008 01:25:54 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA06E8FC12; Fri, 6 Jun 2008 01:25:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48489222.7020501@FreeBSD.org> Date: Fri, 06 Jun 2008 03:25:54 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Kirk Strauser References: <200806051508.29424.kirk@strauser.com> <4848523E.2010604@FreeBSD.org> <200806051617.54400.kirk@strauser.com> <484867E3.3070705@FreeBSD.org> <4848757B.30408@strauser.com> In-Reply-To: <4848757B.30408@strauser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 01:25:54 -0000 Kirk Strauser wrote: > Kris Kennaway wrote: > >> No, if it's reading in 16 byte units it will explain the terrible >> performance. > > No, it's actually doing 4096-byte reads. That was just an example of > what I meant. I don't understand what you meant by "It's also doing a lot of lseek()s to what is likely the current position anyway (example: seek to 0x00, read 16 bytes, seek to 0x10, etc.)." then. Please show a typical part of the ktrace output. Kris > Since I wrote that, though, I wrote a program to do > 1,000,000 seeks to position 0, and it ran immeasurably fast. I'm > guessing that lseek() is optimized to not do anything if you ask it to > move to the position you're already at. > > Any other thoughts? There definitely aren't any setbuf() calls, and no > matter what it still takes 100 times more kernel overhead on Linux than > FreeBSD. Speaking of which, I think my next experiment will be to try > the Linux binaries on FreeBSD and see if it behaves similarly. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 02:37:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB2B2106564A for ; Fri, 6 Jun 2008 02:37:43 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: from web63910.mail.re1.yahoo.com (web63910.mail.re1.yahoo.com [69.147.97.125]) by mx1.freebsd.org (Postfix) with SMTP id 80E168FC14 for ; Fri, 6 Jun 2008 02:37:43 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: (qmail 20188 invoked by uid 60001); 6 Jun 2008 02:37:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=MTu3/Y9l5XJdAsqLti3HzW+/25WyMfShCZ0FIMu97e8qHt8mTOcX6bEHxjdPEzCtCYJA9pFtdZy/uCGF7GPAzmzus3vlniZNWzlqzG/EyhIPAXn1aAK3LutTJIOp3E0PJHe+ONUway03Sc5ymQw5EJQhdsFF2tQ967TRb6B8po0=; Received: from [98.201.146.8] by web63910.mail.re1.yahoo.com via HTTP; Thu, 05 Jun 2008 19:37:42 PDT X-Mailer: YahooMailRC/975.41 YahooMailWebService/0.7.199 Date: Thu, 5 Jun 2008 19:37:42 -0700 (PDT) From: Camilo Reyes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <517089.19874.qm@web63910.mail.re1.yahoo.com> Subject: Re: list files in FreeBSD ports tree package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 02:37:44 -0000 The best way to do searches on a BSD system is to use good old 'locate,' or even 'find / -name .' This will give you a result based on the ports package which you can then add using 'pkg_add -r .' Camilo "Bono Vince Malum" > ------------------------------ > > Message: 6 > Date: Thu, 5 Jun 2008 15:35:01 +0200 > From: "Simon Jolle" > Subject: list files in FreeBSD ports tree package > To: freebsd-questions@freebsd.org > Message-ID: > <648d054e0806050635p4418aba5r567ef1ebca951ca2@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > Hi FreeBSD users > > I am searching for something similar to Red Hat's "rpm -q -l package" > and Debian's "dpkg -L package". > > cheers > Simon > > -- > XMPP: sjolle@swissjabber.org > > > ------------------------------ From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 03:07:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EA381065675 for ; Fri, 6 Jun 2008 03:07:27 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd2mo2so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 032278FC1A for ; Fri, 6 Jun 2008 03:07:26 +0000 (UTC) (envelope-from prad@towardsfreedom.com) Received: from pd4mr6so.prod.shaw.ca (pd4mr6so-qfe3.prod.shaw.ca [10.0.141.69]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0K20009GOU0AD2F0@l-daemon> for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 21:07:22 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd4mr6so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K20003UUU0AJI30@pd4mr6so.prod.shaw.ca> for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 21:07:22 -0600 (MDT) Received: from gom.home ([70.67.160.176]) by l-daemon (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0K20004KYU091P60@l-daemon> for freebsd-questions@freebsd.org; Thu, 05 Jun 2008 21:07:21 -0600 (MDT) Received: from gom.home (localhost [127.0.0.1]) by gom.home (Postfix) with ESMTP id BEA09B839 for ; Thu, 05 Jun 2008 20:07:18 -0700 (PDT) Date: Thu, 05 Jun 2008 20:07:18 -0700 From: prad In-reply-to: <517089.19874.qm@web63910.mail.re1.yahoo.com> To: freebsd-questions@freebsd.org Message-id: <20080605200718.40ba0512@gom.home> MIME-version: 1.0 X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit References: <517089.19874.qm@web63910.mail.re1.yahoo.com> Subject: Re: list files in FreeBSD ports tree package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 03:07:27 -0000 On Thu, 5 Jun 2008 19:37:42 -0700 (PDT) Camilo Reyes wrote: > The best way to do searches on a BSD system is to use good old > 'locate,' or even 'find / -name .' > i think you can also look in /var/db/pkg or do pkg_info | grep WHATEVER if i understood the original post correctly. -- In friendship, prad ... with you on your journey Towards Freedom http://www.towardsfreedom.com (website) Information, Inspiration, Imagination - truly a site for soaring I's From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 03:07:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E296106567C for ; Fri, 6 Jun 2008 03:07:46 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: from web63903.mail.re1.yahoo.com (web63903.mail.re1.yahoo.com [69.147.97.118]) by mx1.freebsd.org (Postfix) with SMTP id B12B88FC0A for ; Fri, 6 Jun 2008 03:07:45 +0000 (UTC) (envelope-from camiloreyes82@yahoo.com) Received: (qmail 25926 invoked by uid 60001); 6 Jun 2008 03:07:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=j4eA/zvS3DIWnuGy/kqvAHjSP1OBqU24yfIcbtAWuw8DhLHVdTsHppx05a5PlvZnPvUoi34zTKRB0lzuMzU5E9Q1T6cPck9m7VQ2QAvJ+ebp4rdMUwdOlVo8xbkwwXtVwFVtPm6BTQ6LHltP4HEBwcVpjxKSmEgubqU3p3gt49g=; Received: from [98.201.146.8] by web63903.mail.re1.yahoo.com via HTTP; Thu, 05 Jun 2008 20:07:44 PDT X-Mailer: YahooMailRC/975.41 YahooMailWebService/0.7.199 Date: Thu, 5 Jun 2008 20:07:44 -0700 (PDT) From: Camilo Reyes To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <943022.25318.qm@web63903.mail.re1.yahoo.com> Subject: Re: Upgrading Kernel on a Remote 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: Fri, 06 Jun 2008 03:07:46 -0000 I don't have much experience with this other than once I ran a server from home and remotely ssh'ed to it to do maintenance. One of the things I learned from that experience was that you can easily patch your services any time there is a new threat, all you have to do is patch your code, recompile, and restart service. If you are not sure it will ever come back up when you restart, you can leave it patched and restart it when you are more comfortable. When it comes to the kernel, don't upgrade it unless it's ABSOLUTELY necessary because you have to reboot each time; unless of course, some genius out there has figured out a way to do it without a reboot. Just my two cents, Camilo "Bono Vince Malum" > Date: Thu, 5 Jun 2008 12:35:43 -0400 > From: Sean Cavanaugh > Subject: RE: Upgrading Kernel on a Remote Server > To: > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > > > Date: Thu, 5 Jun 2008 12:15:44 -0400 > > From: schiz0phrenic21@gmail.com > > To: Freebsd-questions@freebsd.org > > CC: > > Subject: Upgrading Kernel on a Remote Server > > > > Hey, > > > > I recently ordered a FreeBSD server from a hosting company. This would > > be the first time I do not have physical access to a FreeBSD system. > > I'm looking for any hints/tricks/suggestions for managing and > > upgrading it safely (as in, not locking myself out or having boot > > errors). The host does not offer KVM/IP or serial port access. > > > > The host is installing 6.3-RELEASE. I'd like to upgrade to > > 7.0-RELEASE, as well as compile in some kernel options for various > > things. What's the best way to do this on a remote system, minimizing > > compiling a bad kernel and causing it not to boot? I wouldn't have > > access to single user mode or anything. > > > > Thanks for any suggestions/help/etc, > > ~Steve > > do you have control of the whole box? most places I know that have online > hosting like that run you inside a jail as a VPS style system. > > to answer your original comments, I would say to contact their tech support > department and see if you can coordinate with them to have it upgraded to 7.0. > If they dont support it, then you are going to be on your own with the install > and may have to have them reimage it if you get a bad install. Some places will > be willing to do a local base install for your or at least help get over any > hurdles with upgrading. > > -Sean From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 03:09:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B05E1065670; Fri, 6 Jun 2008 03:09:59 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [206.29.77.83]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3498FC14; Fri, 6 Jun 2008 03:09:59 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 7F5365DDEC6; Thu, 5 Jun 2008 22:09:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pJDDlS1fUdwQ; Thu, 5 Jun 2008 22:09:25 -0500 (CDT) Received: from [10.0.7.101] (wlan2-101.honeypot.net [10.0.7.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTPSA id C4C4A5DE393; Thu, 5 Jun 2008 22:09:25 -0500 (CDT) Message-ID: <4848AA65.9060600@strauser.com> Date: Thu, 05 Jun 2008 22:09:25 -0500 From: Kirk Strauser User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Kris Kennaway References: <200806051508.29424.kirk@strauser.com> <4848523E.2010604@FreeBSD.org> <200806051617.54400.kirk@strauser.com> <484867E3.3070705@FreeBSD.org> <4848757B.30408@strauser.com> <48489222.7020501@FreeBSD.org> In-Reply-To: <48489222.7020501@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 03:09:59 -0000 Kris Kennaway wrote: > I don't understand what you meant by "It's also doing a lot of lseek()s > to what is likely the current position anyway (example: seek to 0x00, > read 16 bytes, seek to 0x10, etc.)." then. I just meant that 16 was a smaller number than 4096 to use in an example. :-) But anyway, it looks like I was wrong. Each record in this test file is 144 bytes long, but instead of reading 144 bytes, it's reading 4096 bytes then seeking backward 3952 (4096-144) bytes to the start of the next record. For instance: 99823 dumprecspg CALL lseek(0x3,0x1c8,SEEK_SET,0) 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) 99823 dumprecspg CALL lseek(0x3,0x258,SEEK_SET,0) 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) 99823 dumprecspg CALL lseek(0x3,0x2e8,SEEK_SET,0) 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) 99823 dumprecspg CALL lseek(0x3,0x378,SEEK_SET,0) 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) Now, I know this is suboptimal. My code is a patch on another, longer-established project that I wasn't a part of, and I probably can't do a lot about it without a pretty major rewrite. Still, I can't believe the same code is *so* much faster on Linux. I'd also swear that this is a regression and that it used to run much faster on the same FreeBSD machine back when it was running 6.x, but I never bothered to benchmark it then because it didn't seem to be an issue. -- Kirk Strauser From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 03:56:17 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 185C41065672 for ; Fri, 6 Jun 2008 03:56:17 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id C023C8FC17 for ; Fri, 6 Jun 2008 03:56:16 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1K4T3j-0007EC-OR; Fri, 06 Jun 2008 04:56:11 +0100 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id m563uA1u010244; Fri, 6 Jun 2008 04:56:10 +0100 Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id D5A8FFCA4AF; Fri, 6 Jun 2008 04:56:04 +0100 (BST) Date: Fri, 6 Jun 2008 04:56:04 +0100 From: Frank Shute To: Derek Ragona Message-ID: <20080606035604.GA80471@melon.esperance-linux.co.uk> References: <48485C59.3060504@netfence.it> <6.0.0.22.2.20080605181810.025867c8@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20080605181810.025867c8@mail.computinginnovations.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.3-RELEASE-p2 i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (zetnet.co.uk [194.247.46.1]); Fri, 06 Jun 2008 04:56:10 +0100 (BST) Cc: questions@freebsd.org Subject: Re: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 03:56:17 -0000 On Thu, Jun 05, 2008 at 06:19:26PM -0500, Derek Ragona wrote: > > At 04:36 PM 6/5/2008, Andrea Venturoli wrote: > > > >Anyone using this? > >I've used it for a long time on a 6.x box and it worked fine. > >Recently I had to deactivate it since it seems to lock away every IP which > >is listed in the logs. > >Any hint? > > > > bye & Thanks > > av. > > I believe denyhost has been deprecated. I use /etc/hosts.allow which works > fine and combines both allow and deny functions in one configuration file. > > -Derek > Derek, I think Andrea meant the port security/denyhosts which monitors your ssh port and adds dodgy IPs which attack 22 to hosts.allow (I think - I haven't used it yet). Are you thinking of hosts.deny? I guess you can configure it as to how it blocks the IPs. Andrea, have a look at hosts.allow to see how it's blocking those IPs and you should be able to remove them or relax the rules. You have to give inetd a HUP to reread hosts.allow. HTH. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 04:08:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB402106566C for ; Fri, 6 Jun 2008 04:08:38 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from fep01.mfe.bur.connect.com.au (fep01.mfe.bur.connect.com.au [203.63.86.21]) by mx1.freebsd.org (Postfix) with ESMTP id 933478FC12 for ; Fri, 6 Jun 2008 04:08:38 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from beastie.pamada.com (unknown [210.11.0.118]) by fep01.mfe.bur.connect.com.au (Postfix) with ESMTP id DAE0FF722; Fri, 6 Jun 2008 13:47:46 +1000 (EST) Received: from [192.168.0.42] ([210.11.0.118]) (authenticated bits=0) by beastie.pamada.com (8.14.2/8.13.8) with ESMTP id m563lhgU041687 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 6 Jun 2008 13:47:44 +1000 (EST) (envelope-from quakenet1@optusnet.com.au) Message-Id: <9C5C3A53-F978-49EF-9772-6AD7C2E67378@optusnet.com.au> From: Jerahmy Pocott To: Julien Cigar In-Reply-To: <1212599661.2609.6.camel@frodon.be-bif.ulb.ac.be> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Fri, 6 Jun 2008 13:47:37 +1000 References: <1212599661.2609.6.camel@frodon.be-bif.ulb.ac.be> X-Mailer: Apple Mail (2.924) Cc: freebsd-questions@freebsd.org Subject: Re: DVD Writer 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: Fri, 06 Jun 2008 04:08:39 -0000 On 05/06/2008, at 3:14 AM, Julien Cigar wrote: > I have also this problem on almost all my machines .. the only > solution > I found is to disable DMA (atapi_dma), but then performances are very > poor .. > If you find a solution please let us know :) I tried disabling DMA 'atacontrol mode acd0 nodma' and re-initialized the channel, but it doesn't work in PIO mode either.. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 04:21:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D22DF106566C for ; Fri, 6 Jun 2008 04:21:26 +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 3F8368FC33 for ; Fri, 6 Jun 2008 04:21:25 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-292339.home.otenet.gr [85.73.189.145]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m564LNt5013225 for ; Fri, 6 Jun 2008 07:21:24 +0300 Message-ID: <4848BB82.8050901@otenet.gr> Date: Fri, 06 Jun 2008 07:22:26 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <943022.25318.qm@web63903.mail.re1.yahoo.com> In-Reply-To: <943022.25318.qm@web63903.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Upgrading Kernel on a Remote 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: Fri, 06 Jun 2008 04:21:26 -0000 Camilo Reyes wrote: > I don't have much experience with this other than once I ran a server from home and remotely ssh'ed to it to do maintenance. One of the things I learned from that experience was that you can easily patch your services any time there is a new threat, all you have to do is patch your code, recompile, and restart service. If you are not sure it will ever come back up when you restart, you can leave it patched and restart it when you are more comfortable. When it comes to the kernel, don't upgrade it unless it's ABSOLUTELY necessary because you have to reboot each time; unless of course, some genius out there has figured out a way to do it without a reboot. > > Just my two cents, > > Camilo > "Bono Vince Malum" > > > A nice trick for easily recovering from unbootable kernels is nextboot(8). Try man nextboot From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 04:32:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D26E9106564A for ; Fri, 6 Jun 2008 04:32:57 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (unknown [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 65CEC8FC0C for ; Fri, 6 Jun 2008 04:32:57 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 5278 invoked by uid 89); 6 Jun 2008 04:32:56 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by v6.ibctech.ca with ESMTPA; 6 Jun 2008 04:32:56 -0000 Message-ID: <4848BE7A.7080106@ibctech.ca> Date: Fri, 06 Jun 2008 00:35:06 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Manolis Kiagias References: <943022.25318.qm@web63903.mail.re1.yahoo.com> <4848BB82.8050901@otenet.gr> In-Reply-To: <4848BB82.8050901@otenet.gr> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Kernel on a Remote 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: Fri, 06 Jun 2008 04:32:57 -0000 > A nice trick for easily recovering from unbootable kernels is > nextboot(8). Try man nextboot I certainly concur with Sean on the co-ordinate a time theory, especially if it includes them being on standby for a clean recovery, but this nextboot(8) tactic that I never knew about before seems *very* worthwhile looking into! Thanks, Steve From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 04:52:50 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7575C106564A for ; Fri, 6 Jun 2008 04:52:50 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5802A8FC19 for ; Fri, 6 Jun 2008 04:52:50 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 6F7E91CD4A; Thu, 5 Jun 2008 21:37:02 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id FMaFUjtMjpk0; Thu, 5 Jun 2008 21:36:59 -0700 (PDT) Date: Fri, 6 Jun 2008 00:36:53 -0400 From: Sahil Tandon To: Andrea Venturoli Message-ID: <20080606043653.GA55456@shepherd> References: <48485C59.3060504@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48485C59.3060504@netfence.it> Cc: questions@freebsd.org Subject: Re: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "sahil@tandon.net" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 04:52:50 -0000 Andrea Venturoli wrote: > Anyone using this? > I've used it for a long time on a 6.x box and it worked fine. > Recently I had to deactivate it since it seems to lock away every IP which > is listed in the logs. > Any hint? Give more information. Which logs? Give an example. Show relevant excerpts from your denyhosts configuration. Which version of denyhosts are you running? How and where in /etc/hosts.allow is the denyhosts list being referenced? -- Sahil Tandon From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 06:08:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D415F1065671 for ; Fri, 6 Jun 2008 06:08:29 +0000 (UTC) (envelope-from riaank@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 9CDA48FC12 for ; Fri, 6 Jun 2008 06:08:29 +0000 (UTC) (envelope-from riaank@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so591127wah.3 for ; Thu, 05 Jun 2008 23:08:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=Cjb/A5U8K2ogDE+QVQxWVnt5UpwGdP6U9UJOSJau/x4=; b=HBPuSzPGLKVSsmzxjzkkQu0FCYjiKs55bu7UkGuic4dIOF3wGwXi9HwqaLAKANsvFR u2ZsExjDYLTZlVRW/R+oGkfmOJloYL07hPN2pKARRjC3yAQaj37unpxuu+uBcyfa0NBy x/Iz7JR+MZI9eGn6GufY4NM0CLxJs2/xrvHxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=q5NnQ51ohu9zsGHpCnYDXQNwD4DktHi+mLdoMa7gxXtn2ccRZkd0wNP7CV1+Bo5Ezc XIDgrtqX4IgFeUHlMC7pxA1YCQ1sFmD8Yq0Y2CknqJauu0ovdNSUyo3NWT7x8hypkvlF HupQvOcxZclX+RC8SLV5H3E2eH9CxQCPupxb4= Received: by 10.114.158.1 with SMTP id g1mr2555703wae.111.1212732509278; Thu, 05 Jun 2008 23:08:29 -0700 (PDT) Received: by 10.115.54.10 with HTTP; Thu, 5 Jun 2008 23:08:29 -0700 (PDT) Message-ID: <85c4b1850806052308l6a2ccd6bp2a24527b373b1ef5@mail.gmail.com> Date: Fri, 6 Jun 2008 08:08:29 +0200 From: "Riaan Kruger" To: 1@movesmountains.com In-Reply-To: <019b01c8c6f2$ddc7e730$f001a8c0@asgard.movesmountains.com> MIME-Version: 1.0 References: <019b01c8c6f2$ddc7e730$f001a8c0@asgard.movesmountains.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Query on kgdb output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 06:08:29 -0000 On Thu, Jun 5, 2008 at 11:59 AM, <1@movesmountains.com> wrote: > Hi, > I'm seeing regular kernel panics on my new box with a fresh install of > 7.0-RELEASE. I'm trying to get some information out of kgdb by following > the instructions in the handbook - however, I'm getting a 'cannot access > memory' message when I try it: > > odin2008# kgdb kernel.debug /var/crash/vmcore.1 > [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: > Undefined symbol "ps_pglobal_lookup"] > 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". > Cannot access memory at address 0x2fd9 > (kgdb) where > #0 0x00000000 in ?? () > (kgdb) quit > > > Am I doing something wrong, or does this point to a hardware failure? (I'm > also seeing missing characters in /var/log/messages, which I addressed in a > separate mail; not sure if it's related). > > Sorry the first reply went to the wrong place. What info does a stack trace (commadn bt in kgdb) give? Riaan From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 06:12:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 164CA1065679 for ; Fri, 6 Jun 2008 06:12:44 +0000 (UTC) (envelope-from dunn@qualitywriter.com) Received: from mail9.dslextreme.com (mail9.dslextreme.com [66.51.199.94]) by mx1.freebsd.org (Postfix) with SMTP id C73FA8FC17 for ; Fri, 6 Jun 2008 06:12:43 +0000 (UTC) (envelope-from dunn@qualitywriter.com) Received: (qmail 13250 invoked from network); 6 Jun 2008 05:46:03 -0000 Received: from unknown (HELO [192.168.0.194]) (prdunn@dslextreme.com@66.245.196.102) by mail9.dslextreme.com with SMTP; Thu, 05 Jun 2008 22:46:03 -0700 Message-ID: <4848CF17.6080701@qualitywriter.com> Date: Thu, 05 Jun 2008 22:45:59 -0700 From: Phil Dunn User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Lead-Gen Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 06:12:44 -0000 Hi Wilko, Do you know who handles creative production for marketing documents at The FreeBSD Project? We help companies drive sales with lead-generation pieces like case studies, brochures and white papers. Our rates are reasonable and clients recover costs quickly with just a couple of initial sales. ? Low up-front costs ? High ROI ? Direct-response campaigns ? SEO and SEM services ? Flat fee, hourly or performance-based pricing Any help you can offer is much appreciated. A name, an email contact or a forward would be great. Thanks, Phil Clients include NetApp, D-Link, Toshiba Medical, Hewlett Packard, Computer Associates, Software AG, Global Crossing, and many others. "When you find a reliable, experienced freelance writer like QualityWriter, it's often cheaper, quicker and less complicated than doing it in-house." Wona Chung Marketing Director DemandTec Phil Dunn - (949) 515-3510 QualityWriter Marketing, Writing, SEO, SEM http://www.qualitywriter.com From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 06:56:52 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DF33106566C for ; Fri, 6 Jun 2008 06:56:52 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 01D348FC0C for ; Fri, 6 Jun 2008 06:56:51 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (localhost.sonicboom.org [127.0.0.1]) by entwistle.sonicboom.org (8.14.2/8.14.2) with ESMTP id m566OdwZ055110; Thu, 5 Jun 2008 23:24:40 -0700 (PDT) (envelope-from bri@brianwhalen.net) Message-ID: <4848D82E.6040708@brianwhalen.net> Date: Thu, 05 Jun 2008 23:24:46 -0700 From: Brian User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "sahil@tandon.net" References: <48485C59.3060504@netfence.it> <20080606043653.GA55456@shepherd> In-Reply-To: <20080606043653.GA55456@shepherd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 06:56:52 -0000 Sahil Tandon wrote: > Andrea Venturoli wrote: > > >> Anyone using this? >> I've used it for a long time on a 6.x box and it worked fine. >> Recently I had to deactivate it since it seems to lock away every IP which >> is listed in the logs. >> Any hint? >> > > Give more information. Which logs? Give an example. Show relevant excerpts > from your denyhosts configuration. Which version of denyhosts are you > running? How and where in /etc/hosts.allow is the denyhosts list being > referenced? > > If this is the security/denyhosts port being discussed, and all traffic is being blocked from listed IPs, that is a config possibility. IP addresses that show up in the deny list can either have ssh or all traffic denied from those specific hosts. Brian From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 07:45:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDC6B106568D for ; Fri, 6 Jun 2008 07:45:09 +0000 (UTC) (envelope-from zafer@aydogan.de) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 84E108FC0A for ; Fri, 6 Jun 2008 07:45:09 +0000 (UTC) (envelope-from zafer@aydogan.de) Received: by yw-out-2324.google.com with SMTP id 9so506740ywe.13 for ; Fri, 06 Jun 2008 00:45:08 -0700 (PDT) Received: by 10.151.9.1 with SMTP id m1mr2895382ybi.247.1212736801530; Fri, 06 Jun 2008 00:20:01 -0700 (PDT) Received: by 10.151.15.2 with HTTP; Fri, 6 Jun 2008 00:20:01 -0700 (PDT) Message-ID: <274190120806060020t4b445a6fw7d70a6b4a3ae7249@mail.gmail.com> Date: Fri, 6 Jun 2008 09:20:01 +0200 From: "Zafer Aydogan" To: "Murray Stokely" In-Reply-To: <2a7894eb0806051614q366b4373sd8088829a0631592@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <991123400806050631s689fa9adp7ec073ea48025595@mail.gmail.com> <2a7894eb0806051614q366b4373sd8088829a0631592@mail.gmail.com> Cc: scrappy@hub.org, freebsd-advocacy@freebsd.org, Odhiambo Washington , freebsd-questions@freebsd.org Subject: Re: BSDstats: May Statistics - 23 998 Hosts Reported In X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 07:45:09 -0000 2008/6/6, Murray Stokely : > Hi Marc, can you please post these individually to different lists > next time rather than one massive cross-post? > > > On Thu, Jun 5, 2008 at 6:31 AM, Odhiambo Washington wrote: > > Anyway, I am surprised at how fast PC-BSD is picking up. > > I know that during installation, it prompts the installer to enable > > the submission of stats. Could this explain why there are more PC-BSD > > that there are FreeBSD? > > > Yes I should think that is pretty obvious. =) I would expect that > Yahoo! alone has ~2 orders of magnitude more FreeBSD servers than what > is represented there. > > These numbers have basically no correlation with the number of > installed instances of these operating systems. Anyone interested in > this effort should submit patches to optionally install/enable this > functionality in the installer of the various operating systems > > > - Murray > Why is this info crossposted on so much lists ? That's really annoying, beside the fact that the data is useless. Cheers, Zafer. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 09:27:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 048C31065689 for ; Fri, 6 Jun 2008 09:27:55 +0000 (UTC) (envelope-from mark@lightflowinterrupted.com) Received: from mc.neutelligent.com (mc.neutelligent.com [66.230.204.9]) by mx1.freebsd.org (Postfix) with ESMTP id C23EF8FC17 for ; Fri, 6 Jun 2008 09:27:54 +0000 (UTC) (envelope-from mark@lightflowinterrupted.com) Received: from reaper (host86-139-73-105.range86-139.btcentralplus.com [86.139.73.105]) by mc.neutelligent.com (Postfix) with ESMTP id EC9B328459; Fri, 6 Jun 2008 05:27:52 -0400 (EDT) From: "Mark" To: "'Riaan Kruger'" Date: Fri, 6 Jun 2008 10:25:28 +0100 Message-ID: <01c801c8c7b7$43767b40$f001a8c0@asgard.movesmountains.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcjHm73nQadeHY/0TuikQdDFEfRAfAAGNG1w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <85c4b1850806052308l6a2ccd6bp2a24527b373b1ef5@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: RE: Query on kgdb output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 09:27:55 -0000 Thanks for the response! OK, I tried this again using a new vmcore and got something more useful: Unread portion of the kernel message buffer: sis0: discard frame w/o packet header Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xbfc04000 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0a31f3a stack pointer = 0x28:0xe3fbbbd4 frame pointer = 0x28:0xe3fbbc14 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 34 (irq19: sis0) trap number = 12 panic: page fault cpuid = 0 Uptime: 2h37m48s Physical memory: 977 MB Dumping 164 MB: 149 133 117 101 85 69 53 37 21 5 #0 doadump () at pcpu.h:195 195 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); The network card is being detected as an SiS 900: Jun 6 10:03:36 odin2008 kernel: sis0: port 0x2000-0x20ff mem 0x4a100000-0x4a100fff irq 19 at device 4.0 on pci0 Jun 6 10:03:36 odin2008 kernel: miibus0: on sis0 Jun 6 10:03:36 odin2008 kernel: sis0: Ethernet address: 00:1c:c0:2e:ee:ad Jun 6 10:03:36 odin2008 kernel: sis0: [ITHREAD] Has anyone had any good experiences with this chipset? I can find a few people with similar problems dating back to 2002, but none recently. It's on the supported hardware list. Any ideas as to a fix or workaround? Thanks, Mark Backtrace: (kgdb) bt #0 doadump () at pcpu.h:195 #1 0xc0757727 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc07579e9 in panic (fmt=Variable "fmt" is not available. ) at /usr/src/sys/kern/kern_shutdown.c:563 #3 0xc0a4c32c in trap_fatal (frame=0xe3fbbb94, eva=3217047552) at /usr/src/sys/i386/i386/trap.c:899 #4 0xc0a4c5b0 in trap_pfault (frame=0xe3fbbb94, usermode=0, eva=3217047552) at /usr/src/sys/i386/i386/trap.c:812 #5 0xc0a4cf5c in trap (frame=0xe3fbbb94) at /usr/src/sys/i386/i386/trap.c:490 #6 0xc0a32edb in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc0a31f3a in bus_dmamap_load (dmat=0xc3fda280, map=0xc0bfe140, buf=0x1000000, buflen=2048, callback=0xc0909410 , callback_arg=0xc3f6c378, flags=0) at pmap.h:218 #8 0xc09098ff in sis_newbuf (sc=0xc3fdd300, c=0xc3f6c378, m=0xc4270000) at /usr/src/sys/pci/if_sis.c:1384 #9 0xc090b69d in sis_rxeof (sc=0xc3fdd300) at /usr/src/sys/pci/if_sis.c:1438 #10 0xc090b993 in sis_intr (arg=0xc3fdd300) at /usr/src/sys/pci/if_sis.c:1662 #11 0xc073a94b in ithread_loop (arg=0xc3fcd790) at /usr/src/sys/kern/kern_intr.c:1036 #12 0xc0737749 in fork_exit (callout=0xc073a7a0 , arg=0xc3fcd790, frame=0xe3fbbd38) at /usr/src/sys/kern/kern_fork.c:781 #13 0xc0a32f50 in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:205 (kgdb) From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 10:00:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 902001065679 for ; Fri, 6 Jun 2008 10:00:55 +0000 (UTC) (envelope-from phoemix@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4253D8FC15 for ; Fri, 6 Jun 2008 10:00:55 +0000 (UTC) (envelope-from phoemix@harmless.hu) Received: from fw.publishing.hu ([82.131.181.62] helo=twoflower.in.publishing.hu) by marvin.harmless.hu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K4YXh-0003X3-H1 for freebsd-questions@freebsd.org; Fri, 06 Jun 2008 11:47:30 +0200 Date: Fri, 6 Jun 2008 11:47:08 +0200 From: CZUCZY Gergely To: freebsd-questions@freebsd.org Message-ID: <20080606114708.0c74c5fd@twoflower.in.publishing.hu> Organization: Harmless Digital X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/nHZAHt7js6UVSBTHs5JCOs4"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: PXE booting 7.0-R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 10:00:55 -0000 --Sig_/nHZAHt7js6UVSBTHs5JCOs4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, I'm trying to PXE boot 7.0-RELEASE, but it stops at a time. At boot I see the following on the screen: BIOS drive C: is disk0 BIOS drive D: is disk1 PXE version 2.1, real mode entry point @9188:0106 BIOS 517kB/3406144kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (toor@myplace, date) pxe_open: server addr: 10.0.0.1 pxe_open: serve path: /wwwbladebsd/ pxe_open: gateway ip: 10.0.0.1 Consoles: internal video/keybaord BIOS drive C: is disk0 BIOS drive D: is diskl BIOS 517kB/3406144kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (toor@myplace, date) Can't work out which disk we are booting from. Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0 can't loader 'kernel' Type '?' for a list of commands, 'help' for more detailed help. OK lsdev cd devices: disk devices: disk0: BIOS drive C: disk1: BIOS drive D: pxe devices: on the server I see t serving pxeboot via tftp, and mounting the root via N= FS: Jun 6 11:38:22 nfs dhcpd: DHCPDISCOVER from 00:30:48:8d:00:36 via eth1 Jun 6 11:38:22 nfs dhcpd: DHCPOFFER on 10.0.0.32 to 00:30:48:8d:00:36 via = eth1 Jun 6 11:38:24 nfs dhcpd: DHCPREQUEST for 10.0.0.32 (10.0.0.1) from 00:30:= 48:8d:00:36 via eth1 Jun 6 11:38:24 nfs dhcpd: DHCPACK on 10.0.0.32 to 00:30:48:8d:00:36 via et= h1 Jun 6 11:38:24 nfs atftpd[2221]: Serving /bsd/pxeboot to 10.0.0.32:2070 Jun 6 11:38:24 nfs atftpd[2222]: Serving /bsd/pxeboot to 10.0.0.32:2071 Jun 6 11:38:25 nfs dhcpd: DHCPDISCOVER from 00:30:48:8d:00:36 via eth1 Jun 6 11:38:25 nfs dhcpd: DHCPOFFER on 10.0.0.32 to 00:30:48:8d:00:36 via = eth1 Jun 6 11:38:25 nfs dhcpd: DHCPREQUEST for 10.0.0.32 (10.0.0.1) from 00:30:= 48:8d:00:36 via eth1 Jun 6 11:38:25 nfs dhcpd: DHCPACK on 10.0.0.32 to 00:30:48:8d:00:36 via et= h1 Jun 6 11:38:25 nfs mountd[2120]: authenticated mount request from 10.0.0.3= 2:1023 for /wwwbladebsd (/wwwbladebsd) (around 30-40 from these NFS mount m= essages in the log). The NFS server is a linux box right now. The dhcpd.conf: host blade1 { hardware ethernet 00:30:48:8d:00:36; fixed-address 10.0.0.32; server-name "10.0.0.1"; filename "/bsd/pxeboot"; next-server 10.0.0.1; option root-path "/wwwbladebsd/"; } i'm using "atftpd" with /tftpboot as root directory. /tftpboot/bsd/ is a symlink to the root system's /boot . I've NFS-exported /wwwbladebsd/, and that seems to work. The question is, why loader is unable to load the kernel? How could I force the loader to use tftp instead of NFS? Or using any other solutions, how can I make this box boot? If I've left out outsomething from here, please tell me, I will post it. Thanks in advance. --=20 Sincerely, Gergely CZUCZY Harmless Digital Bt mailto: gergely.czuczy@harmless.hu Tel: +36-30-9702963 --Sig_/nHZAHt7js6UVSBTHs5JCOs4 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFISQeizrC0WyuMkpsRAgJkAJ9vXWEhoy1tbL9z0QoHmWc8BoSf9gCePvJw uX+/olZXkcbHIJuZOysBR2Q= =ThwH -----END PGP SIGNATURE----- --Sig_/nHZAHt7js6UVSBTHs5JCOs4-- From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 10:48:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2474106566B for ; Fri, 6 Jun 2008 10:48:18 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CCB238FC1A; Fri, 6 Jun 2008 10:48:17 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484915F1.10606@FreeBSD.org> Date: Fri, 06 Jun 2008 12:48:17 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Kirk Strauser References: <200806051508.29424.kirk@strauser.com> <4848523E.2010604@FreeBSD.org> <200806051617.54400.kirk@strauser.com> <484867E3.3070705@FreeBSD.org> <4848757B.30408@strauser.com> <48489222.7020501@FreeBSD.org> <4848AA65.9060600@strauser.com> In-Reply-To: <4848AA65.9060600@strauser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Poor read() performance, and I can't profile it X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 10:48:19 -0000 Kirk Strauser wrote: > Kris Kennaway wrote: > >> I don't understand what you meant by "It's also doing a lot of >> lseek()s to what is likely the current position anyway (example: seek >> to 0x00, read 16 bytes, seek to 0x10, etc.)." then. > > I just meant that 16 was a smaller number than 4096 to use in an > example. :-) > > But anyway, it looks like I was wrong. Each record in this test file is > 144 bytes long, but instead of reading 144 bytes, it's reading 4096 > bytes then seeking backward 3952 (4096-144) bytes to the start of the > next record. For instance: > > 99823 dumprecspg CALL lseek(0x3,0x1c8,SEEK_SET,0) > 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) > 99823 dumprecspg CALL lseek(0x3,0x258,SEEK_SET,0) > 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) > 99823 dumprecspg CALL lseek(0x3,0x2e8,SEEK_SET,0) > 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) > 99823 dumprecspg CALL lseek(0x3,0x378,SEEK_SET,0) > 99823 dumprecspg CALL read(0x3,0x8106000,0x1000) > Now, I know this is suboptimal. My code is a patch on another, > longer-established project that I wasn't a part of, and I probably can't > do a lot about it without a pretty major rewrite. Still, I can't > believe the same code is *so* much faster on Linux. I'd also swear that > this is a regression and that it used to run much faster on the same > FreeBSD machine back when it was running 6.x, but I never bothered to > benchmark it then because it didn't seem to be an issue. Can you confirm or provide a code sample? What does strace show on Linux? Kris From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 11:56:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7804106566C for ; Fri, 6 Jun 2008 11:56:19 +0000 (UTC) (envelope-from votdev@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 17A4E8FC0A for ; Fri, 6 Jun 2008 11:56:18 +0000 (UTC) (envelope-from votdev@gmx.de) Received: (qmail 17574 invoked by uid 0); 6 Jun 2008 11:56:17 -0000 Received: from 91.103.40.50 by www178.gmx.net with HTTP; Fri, 06 Jun 2008 13:56:17 +0200 (CEST) Content-Type: text/plain; charset="iso-8859-1" Date: Fri, 06 Jun 2008 13:56:17 +0200 From: "Volker Theile" In-Reply-To: <48347329.8020902@vwsoft.com> Message-ID: <20080606115617.190950@gmx.net> MIME-Version: 1.0 References: <20080521080156.209010@gmx.net> <48347329.8020902@vwsoft.com> To: Volker X-Authenticated: #1412882 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX19qHVRb9CtqeU+RAA2nFOFbJ1z//sjZlTqISLmNmA ygE9iH0RLTandMm0+qbPEbMxXJWQ+QcmvVPQ== Content-Transfer-Encoding: 8bit X-GMX-UID: 2B1/Ad8NQEV/eCW5fHVp4iJCNzg2NUKK Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Instant reboot with FreeBSD 6.3 and > 2GB RAM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 11:56:19 -0000 Hello, i can confirm that the bug fix submitted with PR 108215 solves the reboot problem when using mfsroot images in FreeBSD 6.3. I will test it also on FreeBSD 7.0, but i assume that it will fix it there too. Many users using FreeNAS reporting this reboot problem on their machines with RAM > 2GB. Regards Volker -------- Original-Nachricht -------- > Datum: Wed, 21 May 2008 21:08:25 +0200 > Von: Volker > An: votdev@gmx.de > CC: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org > Betreff: Re: Instant reboot with FreeBSD 6.3 and > 2GB RAM > On 12/23/-58 20:59, votdev@gmx.de wrote: > > Hello, > > > > some users of FreeNAS which is based on FreeBSD 6.3 reported instant > reboots on systems with > 2GB RAM (most of them use 4GB). The reboot occurs > right after displaying the FreeBSD loader menu. Most of them told me that > they can boot if they reduce RAM to <= 2GB. > > > > We are using the following kernel configuration which is based on > GENERIC: > > > http://freenas.svn.sourceforge.net/viewvc/freenas/branches/0.69/build/kernel-config/FREENAS-i386?revision=3291&view=markup > > > > I found out another problem that causes a reboot on my 2GB machine. We > are using a image for the LiveCD which is 64MB great. If i change back > mfs_root size to 63MB all works well, but all above 64MB causes a reboot. > > Is there any limitation? > > > > Could someone help me out of this problem? > > > > Regards > > Volker > > Hi Volker ;) > > I'm not quite sure about your 2nd problem and your report is not quite > detailed but from your description it looks like loader is causing that. > As there's no filesystem available at that time, the loader has to read > itself through the filesystem structures. > > Knowing that, PR misc/108215 comes to mind. I've not been able to check > if the issue and the patch to it is right but you may give it a try. > Probably somebody with loader and filesystem (ufs) knowledge may answer > that question quickly if the patch contained in the PR is right. > > The report is about 6.2-R but at least I've checked loader code and 7.x > code is the same. I came across that report yesterday and was unable to > check the calculation. > > If that is really the case, your problem may be related to that. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=108215 > > Assuming the problem report is right, it's about reading huge files by > loader reads in wrong sectors. > > HTH > > Volker -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 13:55:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 657E4106566C for ; Fri, 6 Jun 2008 13:55:00 +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 291B58FC22 for ; Fri, 6 Jun 2008 13:54:59 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K4cP7-0004X5-6s for freebsd-questions@freebsd.org; Fri, 06 Jun 2008 13:54:53 +0000 Received: from frigga.summersault.com ([12.161.105.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Jun 2008 13:54:53 +0000 Received: from mark by frigga.summersault.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Jun 2008 13:54:53 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Mark Stosberg Date: Fri, 06 Jun 2008 09:54:46 -0400 Lines: 32 Message-ID: <1212760486.29520.22.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: frigga.summersault.com X-Mailer: Evolution 2.22.1.1 Sender: news Subject: outbound serial modem now times out or drops connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 13:55:00 -0000 We are using qpage to dial a remote TAP modem (Sprint and Verizon), so we can send pages about our hosting infrastructure without using the internet connection. Recently it started failing consistently with "timeout to connect". I first suspected the remote modem (Sprint), but found I got the same result with other carriers. (And Sprint denied a problem on their end). I have since tried a whole battery of approaches including having the phone line checked by the local phone company, trying a different modem and trying a different phone cord. Trying a new modem (US Robotics external 56k serial modem) did help slightly. With it, we consistently connnect, but then after a short pause the connection is dropped. This is easily reproduced in "minicom": (Using the Sprint TAP modem number here). ATDT18886561727 CONNECT 31200/ARQ/V34/LAPM/V42BIS NO CARRIER I'm out of ideas here. This phone line is only used for this outbound service, although our alarm system also uses it for outbound alerts. Any suggestions for possible causes or further troubleshooting approaches are appreciated. Thanks! Mark From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 14:02:19 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F93E1065678 for ; Fri, 6 Jun 2008 14:02:19 +0000 (UTC) (envelope-from rvm@CBORD.com) Received: from smssmtp.cbord.com (mx1.cbord.com [24.39.174.11]) by mx1.freebsd.org (Postfix) with ESMTP id 467F48FC1B for ; Fri, 6 Jun 2008 14:02:18 +0000 (UTC) (envelope-from rvm@CBORD.com) X-AuditID: ac1f0165-0000134000000330-82-48494330526e Received: from Email.cbord.com ([10.1.1.100]) by smssmtp.cbord.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 6 Jun 2008 10:01:20 -0400 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: Fri, 6 Jun 2008 10:01:17 -0400 Message-ID: In-Reply-To: <1212760486.29520.22.camel@localhost> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: outbound serial modem now times out or drops connection Thread-Index: AcjH3N+7KZZ7A2c2SIGOlv32TyB93AAAJHcg References: <1212760486.29520.22.camel@localhost> From: "Bob McConnell" To: "Mark Stosberg" , X-Brightmail-Tracker: AAAAAA== Cc: Subject: RE: outbound serial modem now times out or drops connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 14:02:19 -0000 Mark Stosberg: >=20 > We are using qpage to dial a remote TAP modem (Sprint and Verizon), so > we can send pages about our hosting infrastructure without using the > internet connection.=20 >=20 > Recently it started failing consistently with "timeout to connect". > I first suspected the remote modem (Sprint), but found I got the same > result with other carriers. (And Sprint denied a problem on their end).=20 >=20 > I have since tried a whole battery of approaches including having the > phone line checked by the local phone company, trying a different modem > and trying a different phone cord.=20 >=20 > Trying a new modem (US Robotics external 56k serial modem) did help > slightly. With it, we consistently connnect, but then after a short > pause the connection is dropped. This is easily reproduced in > "minicom": (Using the Sprint TAP modem number here).=20 >=20 > ATDT18886561727 > CONNECT 31200/ARQ/V34/LAPM/V42BIS > =20 > NO CARRIER=20 >=20 > I'm out of ideas here. This phone line is only used for this outbound > service, although our alarm system also uses it for outbound alerts.=20 >=20 > Any suggestions for possible causes or further troubleshooting > approaches are appreciated.=20 Does that modem support Unimodem Diagnostics? What do you get from a '#UD' command right after the failed connection attempt? Bob McConnell From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 14:12:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 665921065726 for ; Fri, 6 Jun 2008 14:12:26 +0000 (UTC) (envelope-from fbsd06+WU=e5040788@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 44EA18FC0C for ; Fri, 6 Jun 2008 14:12:26 +0000 (UTC) (envelope-from fbsd06+WU=e5040788@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 434F7163DE9 for ; Fri, 6 Jun 2008 09:56:10 -0400 (EDT) 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 ECFAF23E3EF for ; Fri, 6 Jun 2008 09:56:08 -0400 (EDT) Date: Fri, 6 Jun 2008 14:56:06 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080606145606.7f5aee82@gumby.homeunix.com.> In-Reply-To: <8d23ec860806051807p719f8ea4mfb70ed107539ecc2@mail.gmail.com> References: <8d23ec860806051807p719f8ea4mfb70ed107539ecc2@mail.gmail.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Queuing and Prioritization with PF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 14:12:26 -0000 On Thu, 5 Jun 2008 21:07:49 -0400 Schiz0 wrote: > Hey, > > I have pf running as the firewall on a web and IRC box. I'd like to > setup a bit of prioritization. I want ssh to be a higher priority than > any other traffic. I've read up on Class Based Queuing and Priority > Queuing. If I understand it correctly, priority queuing will transfer > ALL packets with higher priority before ANY of the lower-priority > packets. So if I'm transferring a file via SCP, all other traffic will > stop until the transfer is complete? I don't want other traffic to > stop completely, I just want ssh to have a higher priority. Should I > use class-based then? Possibly, but from what you have said I think you can get away with priority queueing using TOS. ALTQ allows you to specify two queues per rule. The first is for normal traffic, and the second is for empty acks and packets with a "low-delay" TOS. If you specify the same two queues for all TCP traffic then you should get prioritization for interactive SSH, but not SCP. Take a look at pf.conf(5) for examples. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 14:49:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8B6C106567F for ; Fri, 6 Jun 2008 14:49:40 +0000 (UTC) (envelope-from mark@summersault.com) Received: from tanagra.summersault.com (tanagra.summersault.com [12.161.105.149]) by mx1.freebsd.org (Postfix) with SMTP id 0FCAE8FC0A for ; Fri, 6 Jun 2008 14:49:39 +0000 (UTC) (envelope-from mark@summersault.com) Received: (qmail 77786 invoked from network); 6 Jun 2008 10:22:57 -0400 Received: from simba.summersault.com (HELO ?192.168.97.182?) (192.168.97.182) by tanagra.summersault.com with SMTP; 6 Jun 2008 10:22:57 -0400 From: Mark Stosberg To: Bob McConnell In-Reply-To: References: <1212760486.29520.22.camel@localhost> Content-Type: text/plain Date: Fri, 06 Jun 2008 10:22:57 -0400 Message-Id: <1212762177.29520.31.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: RE: outbound serial modem now times out or drops connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 14:49:40 -0000 > > Trying a new modem (US Robotics external 56k serial modem) did help > > slightly. With it, we consistently connnect, but then after a short > > pause the connection is dropped. This is easily reproduced in > > "minicom": (Using the Sprint TAP modem number here). > > > > ATDT18886561727 > > CONNECT 31200/ARQ/V34/LAPM/V42BIS > > > > NO CARRIER > > > > I'm out of ideas here. This phone line is only used for this outbound > > service, although our alarm system also uses it for outbound alerts. > > > > Any suggestions for possible causes or further troubleshooting > > approaches are appreciated. > > Does that modem support Unimodem Diagnostics? What do you get from a > '#UD' command right after the failed connection attempt? Bob, Thanks for the response! I tried that with Minicom, and the prompt just goes back to the hover over the "#" sounds and sits there. From some quick Google searches, I didn't find any mentions of this modem supporting that. I'm also not familiar with the details of the TAP protocol. After the CONNECT, who should speak next? From looking at the qpage source code, it looks like we might be waiting for "ID=" to sent from the remote end, and it is not. That would make me suspect the remote end, except that multiple remote modems are responding the same way. Mark From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 15:30:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 920A91065678 for ; Fri, 6 Jun 2008 15:30:34 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 71DDC8FC23 for ; Fri, 6 Jun 2008 15:30:34 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m56FPh0m000696; Fri, 6 Jun 2008 11:25:43 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m56FPhpf000695; Fri, 6 Jun 2008 11:25:43 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 6 Jun 2008 11:25:43 -0400 From: Jerry McAllister To: Phil Dunn Message-ID: <20080606152543.GA658@gizmo.acns.msu.edu> References: <4848CF17.6080701@qualitywriter.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4848CF17.6080701@qualitywriter.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Lead-Gen Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 15:30:34 -0000 On Thu, Jun 05, 2008 at 10:45:59PM -0700, Phil Dunn wrote: > > Hi Wilko, > > Do you know who handles creative production for marketing documents at > The FreeBSD Project? > > We help companies drive sales with lead-generation pieces like case > studies, brochures and white papers. > > Our rates are reasonable and clients recover costs quickly with just a > couple of initial sales. You should learn about FreeBSD a little before you try selling something to it. FreeBSD is as its name says - Free. There are no sales. There is no income and no marketing budget. Sending uninformed cold-letters will get you nowhere. At least look at the home page first. ////jerry > > ? Low up-front costs > ? High ROI > ? Direct-response campaigns > ? SEO and SEM services > ? Flat fee, hourly or performance-based pricing > > Any help you can offer is much appreciated. A name, an email contact or > a forward would be great. > > Thanks, > Phil > > Clients include NetApp, D-Link, Toshiba Medical, Hewlett Packard, > Computer Associates, Software AG, Global Crossing, and many others. > > "When you find a reliable, experienced freelance writer like > QualityWriter, it's often cheaper, quicker and less complicated than > doing it in-house." > Wona Chung > Marketing Director > DemandTec > > Phil Dunn - (949) 515-3510 > QualityWriter > Marketing, Writing, SEO, SEM > http://www.qualitywriter.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 15:30:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9FFA1065677 for ; Fri, 6 Jun 2008 15:30:59 +0000 (UTC) (envelope-from rvm@CBORD.com) Received: from smssmtp.cbord.com (mx1.cbord.com [24.39.174.11]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4288FC26 for ; Fri, 6 Jun 2008 15:30:59 +0000 (UTC) (envelope-from rvm@CBORD.com) X-AuditID: ac1f0165-0000134000000330-7d-484957f87ede Received: from Email.cbord.com ([10.1.1.100]) by smssmtp.cbord.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 6 Jun 2008 11:30:00 -0400 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: Fri, 6 Jun 2008 11:29:50 -0400 Message-ID: In-Reply-To: <1212762177.29520.31.camel@localhost> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: outbound serial modem now times out or drops connection Thread-Index: AcjH4Lp8tV8EsyQFTYC+HKFu37l2DwABeckg References: <1212760486.29520.22.camel@localhost> <1212762177.29520.31.camel@localhost> From: "Bob McConnell" To: X-Brightmail-Tracker: AAAAAA== Subject: RE: outbound serial modem now times out or drops connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 15:30:59 -0000 From: Mark Stosberg: >> > Trying a new modem (US Robotics external 56k serial modem) did help >> > slightly. With it, we consistently connnect, but then after a short >> > pause the connection is dropped. This is easily reproduced in >> > "minicom": (Using the Sprint TAP modem number here).=20 >> >=20 >> > ATDT18886561727 >> > CONNECT 31200/ARQ/V34/LAPM/V42BIS >> > =20 >> > NO CARRIER=20 >> >=20 >> > I'm out of ideas here. This phone line is only used for this outbound >> > service, although our alarm system also uses it for outbound alerts.=20 >> >=20 >> > Any suggestions for possible causes or further troubleshooting >> > approaches are appreciated.=20 >>=20 >> Does that modem support Unimodem Diagnostics? What do you get from a >> '#UD' command right after the failed connection attempt? >=20 > Bob, >=20 > Thanks for the response! >=20 > I tried that with Minicom, and the prompt just goes back to the hover > over the "#" sounds and sits there. From some quick Google searches, I > didn't find any mentions of this modem supporting that.=20 >=20 > I'm also not familiar with the details of the TAP protocol. After the > CONNECT, who should speak next? From looking at the qpage source code, > it looks like we might be waiting for "ID=3D" to sent from the remote end, > and it is not.=20 >=20 > That would make me suspect the remote end, except that multiple remote > modems are responding the same way.=20 >=20 > Mark Mark, The only tap I am familiar with is /dev/tap virtual Ethernet device, as I am currently working on a project that makes use of this interface. Since you get the connect message from your modem, they were able to negotiate a reliable connection. So you have to assume that you do not have any phone line issues. Then it becomes a matter of seeing the correct handshake sequence between the two systems. I would expect the answering system to start that conversation. The NO CARRIER message suggests that the other end dropped the connection, or hung up on you instead of sending the opening message. That should be worth filing a trouble report. Is it possible that those serial ports have been disabled, or that process has been shut down? It is possible the process died without disabling the auto-answer status of the modem. Some of those modems are just too smart for their own good. Please do not CC me on this thread. I can read it just fine from the list. Bob McConnell From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 16:16:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 437431065685 for ; Fri, 6 Jun 2008 16:16:04 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBC78FC15 for ; Fri, 6 Jun 2008 16:16:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m56GFv9B007624; Fri, 6 Jun 2008 18:15:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m56GFvHG007621; Fri, 6 Jun 2008 18:15:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 6 Jun 2008 18:15:57 +0200 (CEST) From: Wojciech Puchar To: =?ISO-8859-2?Q?Nejc_=A9koberne?= In-Reply-To: <48482DC3.2020101@skoberne.net> Message-ID: <20080606181453.U7619@wojtek.tensor.gdynia.pl> References: <48482DC3.2020101@skoberne.net> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="1626729238-1482741310-1212768957=:7619" Cc: User Questions Subject: Re: HylaFAX in FreeBSD jail? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 16:16:04 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1626729238-1482741310-1212768957=:7619 Content-Type: TEXT/PLAIN; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8BIT AFAIK all special hylafax needs is serial port acces for modem. you have to use #jail_example_devfs_ruleset="ruleset_name" # devfs ruleset to apply to jail in rc.conf and make rule for devfs for your jail - like normal jail rule+needed serial port. On Thu, 5 Jun 2008, Nejc ©koberne wrote: > Hello, > > anyone tried running HylaFAX in a FreeBSD jail? Does it work? > > Thanks, > 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" > > --1626729238-1482741310-1212768957=:7619-- From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 16:16:46 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A9D410656AE for ; Fri, 6 Jun 2008 16:16:46 +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 F1F238FC3B for ; Fri, 6 Jun 2008 16: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.14.2/8.14.2) with ESMTP id m56GGSON033119; Fri, 6 Jun 2008 11:16:30 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080606111601.0254f4f8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 06 Jun 2008 11:16:24 -0500 To: Frank Shute From: Derek Ragona In-Reply-To: <20080606035604.GA80471@melon.esperance-linux.co.uk> References: <48485C59.3060504@netfence.it> <6.0.0.22.2.20080605181810.025867c8@mail.computinginnovations.com> <20080606035604.GA80471@melon.esperance-linux.co.uk> Mime-Version: 1.0 X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m56GGSON033119 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: questions@freebsd.org Subject: Re: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 16:16:46 -0000 At 10:56 PM 6/5/2008, Frank Shute wrote: >On Thu, Jun 05, 2008 at 06:19:26PM -0500, Derek Ragona wrote: > > > > At 04:36 PM 6/5/2008, Andrea Venturoli wrote: > > > > > >Anyone using this? > > >I've used it for a long time on a 6.x box and it worked fine. > > >Recently I had to deactivate it since it seems to lock away every IP > which > > >is listed in the logs. > > >Any hint? > > > > > > bye & Thanks > > > av. > > > > I believe denyhost has been deprecated. I use /etc/hosts.allow which > works > > fine and combines both allow and deny functions in one configuration file. > > > > -Derek > > > >Derek, I think Andrea meant the port security/denyhosts which monitors >your ssh port and adds dodgy IPs which attack 22 to hosts.allow (I >think - I haven't used it yet). Are you thinking of hosts.deny? Yes I was, sorry for my mistake. -Derek >I guess you can configure it as to how it blocks the IPs. > >Andrea, have a look at hosts.allow to see how it's blocking those IPs >and you should be able to remove them or relax the rules. You have to >give inetd a HUP to reread hosts.allow. > >HTH. > >Regards, > >-- > > Frank > > > Contact info: http://www.shute.org.uk/misc/contact.html > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 16:18:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D2C21065685 for ; Fri, 6 Jun 2008 16:18:09 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 558D08FC27 for ; Fri, 6 Jun 2008 16:18:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m56GI3Bn007648; Fri, 6 Jun 2008 18:18:03 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m56GI2OS007645; Fri, 6 Jun 2008 18:18:03 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 6 Jun 2008 18:18:02 +0200 (CEST) From: Wojciech Puchar To: Casey Scott In-Reply-To: <19277425.211212686423414.JavaMail.root@tomcat.phantombsd.org> Message-ID: <20080606181743.Q7638@wojtek.tensor.gdynia.pl> References: <19277425.211212686423414.JavaMail.root@tomcat.phantombsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 16:18:09 -0000 > Can we no longer use "make buildworld" to upgrade from source builds? Everytime I've tried, I get build errors. I've gotten the impression from a few things I've read that freebsd-update is suppose to be used. I don't want a binary install/upgrade though. I've just sync from CVS with this in the config: well i exactly upgraded this way. no errors. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 16:35:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28AB21065686 for ; Fri, 6 Jun 2008 16:35:30 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from mho-01-bos.mailhop.org (mho-01-bos.mailhop.org [63.208.196.178]) by mx1.freebsd.org (Postfix) with ESMTP id 0EEAF8FC17 for ; Fri, 6 Jun 2008 16:35:29 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from vdsl-151-118-132-54.dnvr.qwest.net ([151.118.132.54] helo=mail.mikestammer.com) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1K4euW-00014T-5j; Fri, 06 Jun 2008 16:35:28 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id F3E87B95B; Fri, 6 Jun 2008 10:35:25 -0600 (MDT) X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 151.118.132.54 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Hoxehzk9DxoNxfdvhLmJZ75yQfzS0cfE= X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qg-BeqqHQJy9; Fri, 6 Jun 2008 10:35:16 -0600 (MDT) Received: from [192.168.11.6] (unknown [128.241.104.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id CF47EB95A; Fri, 6 Jun 2008 10:35:15 -0600 (MDT) Message-ID: <4849673F.1020207@mikestammer.com> Date: Fri, 06 Jun 2008 10:35:11 -0600 From: Eric Zimmerman User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Wojciech Puchar References: <19277425.211212686423414.JavaMail.root@tomcat.phantombsd.org> <20080606181743.Q7638@wojtek.tensor.gdynia.pl> In-Reply-To: <20080606181743.Q7638@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Casey Scott , freebsd-questions@freebsd.org Subject: Re: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 16:35:30 -0000 Wojciech Puchar wrote: > >> Can we no longer use "make buildworld" to upgrade from source builds? >> Everytime I've tried, I get build errors. I've gotten the impression >> from a few things I've read that freebsd-update is suppose to be used. >> I don't want a binary install/upgrade though. I've just sync from CVS >> with this in the config: > > well i exactly upgraded this way. no errors. > _______________________________________________ same here. no errors on a few boxes. do you have extra stuff in your make.conf file? if so, comment them out and try again From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 16:46:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805161065682 for ; Fri, 6 Jun 2008 16:46:07 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (mail.phantombsd.org [74.94.69.226]) by mx1.freebsd.org (Postfix) with ESMTP id 775D68FC1F for ; Fri, 6 Jun 2008 16:46:07 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id 1D74F11A0003; Fri, 6 Jun 2008 09:46:07 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.236 X-Spam-Level: X-Spam-Status: No, score=-3.236 tagged_above=-10 required=4 tests=[AWL=-0.737, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kNm1V8pZIFd7; Fri, 6 Jun 2008 09:46:02 -0700 (PDT) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.2]) by mail.phantombsd.org (Postfix) with ESMTP id 7E3D411A0002; Fri, 6 Jun 2008 09:46:02 -0700 (PDT) Date: Fri, 6 Jun 2008 09:46:02 -0700 (PDT) From: Casey Scott To: Eric Zimmerman Message-ID: <4783616.31212770762152.JavaMail.root@tomcat.phantombsd.org> In-Reply-To: <4849673F.1020207@mikestammer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [199.3.115.254] X-Mailer: Zimbra 5.0.5_GA_2201.RHEL5 (ZimbraWebClient - FF2.0 (Win)/5.0.5_GA_2201.RHEL5) Cc: Wojciech Puchar , freebsd-questions@freebsd.org Subject: Re: 6.3 to 7.0 STABLE upgrade buildworld failures X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 16:46:07 -0000 The problem was not building TOOLCHAIN. So I was not making the includes everything else needed. As of now, upgraded and running merrily. Although, I am having issues with the named rc control script. :-\ Casey ----- "Eric Zimmerman" wrote: > Wojciech Puchar wrote: > > > >> Can we no longer use "make buildworld" to upgrade from source > builds? > >> Everytime I've tried, I get build errors. I've gotten the > impression > >> from a few things I've read that freebsd-update is suppose to be > used. > >> I don't want a binary install/upgrade though. I've just sync from > CVS > >> with this in the config: > > > > well i exactly upgraded this way. no errors. > > _______________________________________________ > > same here. no errors on a few boxes. do you have extra stuff in your > > make.conf file? if so, comment them out and try again > _______________________________________________ > 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 Jun 6 16:53:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6E5F106566B for ; Fri, 6 Jun 2008 16:53:35 +0000 (UTC) (envelope-from justin@justinarcher.com) Received: from s15301718.onlinehome-server.info (s15301718.onlinehome-server.info [87.106.64.217]) by mx1.freebsd.org (Postfix) with ESMTP id 492008FC1D for ; Fri, 6 Jun 2008 16:53:34 +0000 (UTC) (envelope-from justin@justinarcher.com) Received: (qmail 28401 invoked from network); 6 Jun 2008 17:24:39 +0100 Received: from 5ace5ef7.bb.sky.com (HELO ?192.168.0.3?) (90.206.94.247) by s15301718.onlinehome-server.info with SMTP; 6 Jun 2008 17:24:39 +0100 Message-Id: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> From: Justin Archer To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Fri, 6 Jun 2008 17:26:43 +0100 X-Mailer: Apple Mail (2.924) Cc: Subject: Hi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 16:53:35 -0000 Hi, I have just purchased a new Dell Server, to run with Plesk. I have just moved from an Apple XServe and seeing that OS X derived from FreeBSD, I felt that it was the best choice to start with. My only dilemma is, I am wanting to run the system in 64-bit, with using the Intel Quad 2.5Ghz Xeon, but I am unsure as to which version I should be downloading. For plesk, I need to use version 6.1 and had read somewhere that I would use the AMD 64-bit version, can you confirm if this is correct for an Intel processor? Many Thanks Justin Archer From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 17:02:01 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 41BC81065672; Fri, 6 Jun 2008 17:02:01 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20080606170201.41BC81065672@hub.freebsd.org> Date: Fri, 6 Jun 2008 17:02:01 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 17:02:01 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 17:02:01 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 480A9106567B; Fri, 6 Jun 2008 17:02:01 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20080606170201.480A9106567B@hub.freebsd.org> Date: Fri, 6 Jun 2008 17:02:01 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 17:02:01 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 17:27:12 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E4EA1065679 for ; Fri, 6 Jun 2008 17:27:12 +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 EE5078FC23 for ; Fri, 6 Jun 2008 17:27:11 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from working (c-76-125-215-111.hsd1.pa.comcast.net [76.125.215.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTPSA id BB9F7EBC09; Fri, 6 Jun 2008 13:27:10 -0400 (EDT) Date: Fri, 6 Jun 2008 13:27:10 -0400 From: Bill Moran To: Justin Archer Message-Id: <20080606132710.0e2defe8.wmoran@potentialtech.com> In-Reply-To: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> References: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; 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: appropriate 64 bit version? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 17:27:12 -0000 Justin Archer wrote: > > Hi, I have just purchased a new Dell Server, to run with Plesk. I have > just moved from an Apple XServe and seeing that OS X derived from > FreeBSD, I felt that it was the best choice to start with. My only > dilemma is, I am wanting to run the system in 64-bit, with using the > Intel Quad 2.5Ghz Xeon, but I am unsure as to which version I should > be downloading. > > For plesk, I need to use version 6.1 and had read somewhere that I > would use the AMD 64-bit version, can you confirm if this is correct > for an Intel processor? A descriptive subject line generally makes for more responses on mailing lists. The amd64 spec is the same as the EM64T spec that Intel uses. Thus the amd64 version of FreeBSD will work correctly on Intel Xeon CPUs. The version is called amd64 because AMD published their spec first. (FYI) -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 17:52:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AC8A106566B for ; Fri, 6 Jun 2008 17:52:26 +0000 (UTC) (envelope-from tyuliev@bas.bg) Received: from argo.bas.bg (argo.bas.bg [195.96.224.7]) by mx1.freebsd.org (Postfix) with ESMTP id C01108FC12 for ; Fri, 6 Jun 2008 17:52:25 +0000 (UTC) (envelope-from tyuliev@bas.bg) Received: (qmail 13879 invoked by uid 89); 6 Jun 2008 17:18:05 -0000 Received: from unknown (HELO ?195.96.247.147?) (tyuliev@195.96.247.147) by argo.bas.bg with SMTP; 6 Jun 2008 17:18:05 -0000 Message-ID: <48497315.5020804@bas.bg> Date: Fri, 06 Jun 2008 20:25:41 +0300 From: Georgi Tyuliev User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------010302030808050202040502" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: change the file date and 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, 06 Jun 2008 17:52:26 -0000 This is a multi-part message in MIME format. --------------010302030808050202040502 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Dear Sirs 1. How to mount Sony Ericsson k750i mobile phone with FreeBSD 7.0 ? 2. How to change automatically the file attributes (for example 'date') of large number of files? For example: I have taken many photos with my Sony Ericsson k750i mobile phone and the exact time end date is accessible (e.g. through F3 of the midnight commander), but very often when copying the jpg's the file attributes change. Best regards, G.Tyuliev --------------010302030808050202040502-- From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 18:51:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CFE81065674 for ; Fri, 6 Jun 2008 18:51:35 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 736898FC12 for ; Fri, 6 Jun 2008 18:51:34 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id m56IpXE7039170 for ; Fri, 6 Jun 2008 11:51:34 -0700 (PDT) Message-ID: <48498735.6030800@rawbw.com> Date: Fri, 06 Jun 2008 11:51:33 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 18:51:35 -0000 When I am trying to type Chinese characters I can only do this from GTK applications. Input method doesn't work QT applications for me. I have the following in my .xinitrc: export XMODIFIERS='@im=gcin' export GTK_IM_MODULE=gcin export QT_IM_MODULE=gcin I have zh-gcin-1.4.0_1 installed and start it with 'gcin &'. In GTK apps Alt-Space creates the prompt windows. And in any QT apps -- no such box is popping up. Yuri From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 19:19:44 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0419106566C for ; Fri, 6 Jun 2008 19:19:44 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from mail.phantombsd.org (mail.phantombsd.org [74.94.69.226]) by mx1.freebsd.org (Postfix) with ESMTP id ECD798FC24 for ; Fri, 6 Jun 2008 19:19:44 +0000 (UTC) (envelope-from casey@phantombsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.phantombsd.org (Postfix) with ESMTP id 9443B11A0003 for ; Fri, 6 Jun 2008 12:19:44 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -3.27 X-Spam-Level: X-Spam-Status: No, score=-3.27 tagged_above=-10 required=4 tests=[AWL=-0.771, BAYES_00=-2.599, RDNS_NONE=0.1] Received: from mail.phantombsd.org ([127.0.0.1]) by localhost (mail.phantombsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eb0oxDB03zO2 for ; Fri, 6 Jun 2008 12:19:44 -0700 (PDT) Received: from mail.phantombsd.org (tomcat.phantombsd.org [192.168.1.2]) by mail.phantombsd.org (Postfix) with ESMTP id 3070711A0002 for ; Fri, 6 Jun 2008 12:19:44 -0700 (PDT) Date: Fri, 6 Jun 2008 12:19:44 -0700 (PDT) From: Casey Scott To: freebsd-questions@freebsd.org Message-ID: <11264046.61212779984113.JavaMail.root@tomcat.phantombsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [199.3.115.254] X-Mailer: Zimbra 5.0.5_GA_2201.RHEL5 (ZimbraWebClient - FF2.0 (Win)/5.0.5_GA_2201.RHEL5) Subject: rc.d/named X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 19:19:45 -0000 I have quite a bit of trouble with the /etc/rc.d/named script. The source of the biggest issue was the rc_run_command was not issuing the run command with "/usr/sbin/named". It was just running the arguments w/o the executable. e.g. -t /var/named vs. /usr/sbin/named -t /var/named I have the stock /etc/defaults/rc.conf, and the only thin in /etc/rc.conf related to named is a correction to the chroot directory... For the time being that issue has been resolve by hacking the rc.conf to issue the executable where the flags are specified. However, when issuing /etc/rc.d/named I get: named not running? (check /var/run/named/pid). /var/run/named/pid contains the correct PID, and has permissions: lrwxr-xr-x 1 root bind Anyone else having trouble with this? None of the other init scripts are having problems. TIA, Casey From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 19:36:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 877581065672 for ; Fri, 6 Jun 2008 19:36:52 +0000 (UTC) (envelope-from jeff@m2.seamanpaper.com) Received: from buster.seamanpaper.com (buster.seamanpaper.com [67.158.116.43]) by mx1.freebsd.org (Postfix) with ESMTP id 30DB98FC24 for ; Fri, 6 Jun 2008 19:36:52 +0000 (UTC) (envelope-from jeff@m2.seamanpaper.com) Received: (qmail 60427 invoked from network); 6 Jun 2008 15:36:51 -0400 Received: from unknown (HELO junco.intranet.seamanpaper.com) (192.168.10.133) by buster.seamanpaper.com with SMTP; 6 Jun 2008 15:36:51 -0400 Received: (qmail 37251 invoked by uid 0); 6 Jun 2008 19:37:47 -0000 Received: from unknown (HELO ?192.168.10.118?) (192.168.10.118) by 192.168.10.133 with SMTP; 6 Jun 2008 19:37:47 -0000 Message-ID: <484991B1.3050400@m2.seamanpaper.com> Date: Fri, 06 Jun 2008 15:36:17 -0400 From: Jeff Dickens User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: z.szalbot@lc-words.com References: <483C8060.2070003@lc-words.com> In-Reply-To: <483C8060.2070003@lc-words.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dump and remote file fetching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jeff@seamanpaper.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 19:36:52 -0000 Zbigniew Szalbot wrote: > Hello, > > Need a word of advice. I use dump to backup my data. All fine. Dump > saves compressed *.bz2 files. Nice. All I need now is a way to copy > them from the server to a remote backup machine. The problem I am > facing is that bz2 files are owned by root:wheel. So if I use scp > user@domain.tld:/path/to/*.bz2, it does not have sufficient > permissions to fetch the files. I can use sudo, but then I need to > interactively type the password, which I would like to avoid. > Add user "user" to a group "xyz". Arrange for dump files to get group "xyz" and permissions g+w. You can probably do this by changing the group of the directory the dumps are written into and setting the sticky bit. > Can you suggest simple ways of getting around this? I don't mind using > special tools for the job, especially if they are not too > complicated... :) > > Before firing this email off I took a look at rsync and it seems easy > enough to do just what I need but still many thanks for suggestions! > > From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 20:24:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E701106564A for ; Fri, 6 Jun 2008 20:24:23 +0000 (UTC) (envelope-from jeff@m2.seamanpaper.com) Received: from buster.seamanpaper.com (buster.seamanpaper.com [67.158.116.43]) by mx1.freebsd.org (Postfix) with ESMTP id E796B8FC26 for ; Fri, 6 Jun 2008 20:24:22 +0000 (UTC) (envelope-from jeff@m2.seamanpaper.com) Received: (qmail 63376 invoked from network); 6 Jun 2008 16:24:22 -0400 Received: from unknown (HELO junco.intranet.seamanpaper.com) (192.168.10.133) by buster.seamanpaper.com with SMTP; 6 Jun 2008 16:24:22 -0400 Received: (qmail 37422 invoked by uid 0); 6 Jun 2008 20:25:19 -0000 Received: from unknown (HELO ?192.168.10.118?) (192.168.10.118) by 192.168.10.133 with SMTP; 6 Jun 2008 20:25:19 -0000 Message-ID: <48499CCD.2010708@m2.seamanpaper.com> Date: Fri, 06 Jun 2008 16:23:41 -0400 From: Jeff Dickens User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jeff@seamanpaper.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 20:24:23 -0000 I'm running FreeBSD 6.3-release as a guest on VMware ESX 3.0.2. My problem is that the clock keeps *gaining* time. I have the "timesync" option turned on in ESX's .vmx file, and I have "hint.apic.0.disabled=1" in my FreeBSD guest's /boot/loader.conf. I used to have "kern.hz=100" in loader.conf, but that caused the guest to gain time even faster. Does anyone have a good recipe for decent timekeeping in this config? Thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 20:56:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D07710656B8 for ; Fri, 6 Jun 2008 20:56:50 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id DD26F8FC20 for ; Fri, 6 Jun 2008 20:56:49 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id C3FB168610B54; Fri, 6 Jun 2008 13:28:54 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UD+5JW0JFB2S; Fri, 6 Jun 2008 13:28:54 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id AADAA6800E985; Fri, 6 Jun 2008 13:28:54 -0700 (PDT) Date: Fri, 6 Jun 2008 13:28:54 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20080606202854.GA15570@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <48497315.5020804@bas.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48497315.5020804@bas.bg> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Subject: Re: change the file date and time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 20:56:50 -0000 On Fri, Jun 06, 2008, Georgi Tyuliev wrote: >Dear Sirs >1. How to mount Sony Ericsson k750i mobile phone with FreeBSD 7.0 ? >2. How to change automatically the file attributes (for example 'date') >of large number of files? >For example: I have taken many photos with my Sony Ericsson k750i mobile >phone and >the exact time end date is accessible (e.g. through F3 of the midnight >commander), >but very often when copying the jpg's the file attributes change. man utime man touch You can set the access and modification times of any file or directory directly with the utime(2) system call. This can be done from scripting languages such as python or perl, without having to write C programs. The ``touch'' command can change the modification times from any shell program, which may be all you need. Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way Voice: (206) 236-1676 Mercer Island, WA 98040-0820 Fax: (206) 232-9186 Intaxication: Euphoria at getting a refund from the IRS, which lasts until you realize it was your money to start with. From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 21:12:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385A01065679 for ; Fri, 6 Jun 2008 21:12:35 +0000 (UTC) (envelope-from jbiquez@icsmx.com) Received: from mail.icsmx.com (mail.icsmx.com [200.33.246.8]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4278FC0C for ; Fri, 6 Jun 2008 21:12:34 +0000 (UTC) (envelope-from jbiquez@icsmx.com) Received: from PC.icsmx.com ([200.33.246.4]) by mail.icsmx.com (8.13.7/8.13.6) with ESMTP id m56Kmhtl071591 for ; Fri, 6 Jun 2008 15:48:44 -0500 (CDT) (envelope-from jbiquez@icsmx.com) Message-Id: <200806062048.m56Kmhtl071591@mail.icsmx.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 06 Jun 2008 15:48:46 -0500 To: freebsd-questions@freebsd.org From: Jorge Biquez In-Reply-To: <48499CCD.2010708@m2.seamanpaper.com> References: <48499CCD.2010708@m2.seamanpaper.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 21:12:35 -0000 At 03:23 p.m. 06/06/2008, you wrote: >I'm running FreeBSD 6.3-release as a guest on VMware ESX 3.0.2. My >problem is that the clock keeps *gaining* time. I have the >"timesync" option turned on in ESX's .vmx file, and I have >"hint.apic.0.disabled=1" in my FreeBSD guest's /boot/loader.conf. > >I used to have "kern.hz=100" in loader.conf, but that caused the >guest to gain time even faster. > >Does anyone have a good recipe for decent timekeeping in this config? > >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 all. Here is something similar. Running 6.2 stable... but the clock lose around 6 hours each day JB From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 21:13:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 613B9106576D for ; Fri, 6 Jun 2008 21:13:17 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from bay0-omc1-s13.bay0.hotmail.com (bay0-omc1-s13.bay0.hotmail.com [65.54.246.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0342E8FC1C for ; Fri, 6 Jun 2008 21:13:15 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from BAY126-W11 ([65.55.131.46]) by bay0-omc1-s13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 6 Jun 2008 14:13:15 -0700 Message-ID: X-Originating-IP: [204.249.77.1] From: Sean Cavanaugh To: Date: Fri, 6 Jun 2008 17:13:16 -0400 Importance: Normal In-Reply-To: <20080606132710.0e2defe8.wmoran@potentialtech.com> References: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> <20080606132710.0e2defe8.wmoran@potentialtech.com> MIME-Version: 1.0 X-OriginalArrivalTime: 06 Jun 2008 21:13:15.0673 (UTC) FILETIME=[22B01890:01C8C81A] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: appropriate 64 bit version? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 21:13:17 -0000 > The version is called amd64 because AMD published their spec first. (FYI) >=20 the thing I have actually wondered is why i386 and amd64 are used as the na= ming convention instead of x86 and x86-64 or x64 -Sean From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 21:15:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1E0C1065687 for ; Fri, 6 Jun 2008 21:15:04 +0000 (UTC) (envelope-from link@ngc.net.ua) Received: from ex.volia.net (ex.volia.net [82.144.192.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7D0688FC32 for ; Fri, 6 Jun 2008 21:15:04 +0000 (UTC) (envelope-from link@ngc.net.ua) Received: from em.volia.net ([82.144.192.9]) by ex.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1K4iGK-0001t9-NE for freebsd-questions@freebsd.org; Fri, 06 Jun 2008 23:10:12 +0300 Received: from bolshy.secretion.volia.net ([77.123.129.57] helo=[192.168.200.202]) by em.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1K4iGK-0005mX-He for freebsd-questions@freebsd.org; Fri, 06 Jun 2008 23:10:12 +0300 Message-ID: <484999AF.9060400@ngc.net.ua> Date: Fri, 06 Jun 2008 23:10:23 +0300 From: Zinevich Denis User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Volia-Original-IP: 77.123.129.57 Subject: mpd limited connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 21:15:04 -0000 Hi all. I have very strange problem as for me. FreeBSD 6.3. mpd5. it is configured to server standard pptp requests. Everybody listed in mpd.secret can connect with no problems. But... But only till ng13 is created. After connecting 14 users nobody can connect anymore... If somebody dissconects new user can login. But never more than 14 users.... From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 21:34:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE4761065671 for ; Fri, 6 Jun 2008 21:34:16 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from bay0-omc1-s33.bay0.hotmail.com (bay0-omc1-s33.bay0.hotmail.com [65.54.246.105]) by mx1.freebsd.org (Postfix) with ESMTP id D86488FC12 for ; Fri, 6 Jun 2008 21:34:16 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from BAY126-W16 ([65.55.131.51]) by bay0-omc1-s33.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 6 Jun 2008 14:34:16 -0700 Message-ID: X-Originating-IP: [204.249.77.1] From: Sean Cavanaugh To: Date: Fri, 6 Jun 2008 17:34:16 -0400 Importance: Normal In-Reply-To: <200806062048.m56Kmhtl071591@mail.icsmx.com> References: <48499CCD.2010708@m2.seamanpaper.com> <200806062048.m56Kmhtl071591@mail.icsmx.com> MIME-Version: 1.0 X-OriginalArrivalTime: 06 Jun 2008 21:34:16.0576 (UTC) FILETIME=[123EA000:01C8C81D] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 21:34:17 -0000 ---------------------------------------- > Date: Fri, 6 Jun 2008 15:48:46 -0500 > To: freebsd-questions@freebsd.org > From: jbiquez@icsmx.com > Subject: Re: vmware timekeeping >=20 > At 03:23 p.m. 06/06/2008, you wrote: >>I'm running FreeBSD 6.3-release as a guest on VMware ESX 3.0.2. My=20 >>problem is that the clock keeps *gaining* time. I have the=20 >>"timesync" option turned on in ESX's .vmx file, and I have=20 >>"hint.apic.0.disabled=3D1" in my FreeBSD guest's /boot/loader.conf. >> >>I used to have "kern.hz=3D100" in loader.conf, but that caused the=20 >>guest to gain time even faster. >> >>Does anyone have a good recipe for decent timekeeping in this config? >> >>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.o= rg" >=20 > Hello all. >=20 > Here is something similar. Running 6.2 stable... but the clock lose=20 > around 6 hours each day >=20 > JB >=20 The only good way of keeping time pretty set is to set up an NTP sync on th= e image to go off at decently constant rate (once every 3 hours or so). the= vmware-tools will not synchronize the system clock. I heard of someone trying to change the clock in BSD to only use the hardwa= re clock as VMWare can reset that but never heard anything beyond that.=20 -Sean= From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 21:49:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF8D6106566B for ; Fri, 6 Jun 2008 21:49:16 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id C0B5C8FC1B for ; Fri, 6 Jun 2008 21:49:16 +0000 (UTC) (envelope-from joerosenfeld@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so810406wah.3 for ; Fri, 06 Jun 2008 14:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=3fLJWBIkTDoipb0pA1kabTUXj6pe3KoQLia+FggxbE8=; b=JObAA8PNjd5lMVn1mhVBck4lxbIpzPeMqbtsp3ev5U9FIYTSnbcC1vUnAtiLGkegNM UmkZGwaVWAd+noxcYklJN+2Vmawaj9d8xFbK6Tzq4R+rA7kgI5/OF/y4zkmyMZs+Yzwv CyXHuS50Xf0w3+mF+ALyz/vW0Ub4TyOEFPeQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=n3dmzRRZ/yuUtLPEZ3PgwYe5CDr2I7P9xQhHNVz/l2GzK7WiQwOHeAIu29JU5sp71O JrBjFG5cScN8sWwv0NoY0mGkg5IHor0ObyVBrZSJD5o9aCIc3QtFioikdRjxxYWzAbkm Mquc8Yj/KkH7RNeS/5gLZbUgNiCfwl8Gznmls= Received: by 10.114.255.1 with SMTP id c1mr803686wai.143.1212788956409; Fri, 06 Jun 2008 14:49:16 -0700 (PDT) Received: by 10.114.134.3 with HTTP; Fri, 6 Jun 2008 14:49:16 -0700 (PDT) Message-ID: <6e5cf6a70806061449o54e23fe2yab4769885f13a733@mail.gmail.com> Date: Fri, 6 Jun 2008 17:49:16 -0400 From: "Joachim Rosenfeld" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: massive ports 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, 06 Jun 2008 21:49:17 -0000 Why did ~5k ports change in the last 24 hours? From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 21:57:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9705810656CE for ; Fri, 6 Jun 2008 21:57:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 70B6D8FC1B for ; Fri, 6 Jun 2008 21:57:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id m56Lr6HE002328; Fri, 6 Jun 2008 17:53:06 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id m56Lr6Iv002327; Fri, 6 Jun 2008 17:53:06 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 6 Jun 2008 17:53:06 -0400 From: Jerry McAllister To: Sean Cavanaugh Message-ID: <20080606215306.GB2276@gizmo.acns.msu.edu> References: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> <20080606132710.0e2defe8.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: appropriate 64 bit version? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 21:57:58 -0000 On Fri, Jun 06, 2008 at 05:13:16PM -0400, Sean Cavanaugh wrote: > > > > The version is called amd64 because AMD published their spec first. (FYI) > > > > > the thing I have actually wondered is why i386 and amd64 are used as the > naming convention instead of x86 and x86-64 or x64 Just because someone thought of that at the time they were naming it. Actually, I think there was some thought that and64 and the Intel attempt would actually be different and so needed distinguishing. But, apparently the Intel differences didn't hold enough sway in the market place. ////jerry > > -Sean > _______________________________________________ > 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 Jun 6 21:58:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813951065671 for ; Fri, 6 Jun 2008 21:58:21 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD9F8FC14 for ; Fri, 6 Jun 2008 21:58:20 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so945701fgb.35 for ; Fri, 06 Jun 2008 14:58:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=tt8N6aBSoQMHvUjyt8qGdIbFk6e0pKQnZ9/S2bFIIx0=; b=e1awbsK792ncdGwHmCb9t8/ODHUVzE8pMgen8S7ewTlzbLcDwVmHzFVJVXBulTUcC9 WFJOcdJ/OuhVXN0/TbvtSfqm4kuZzwS9C1C4zHy9VkPZ4oYYf6EQS8JYcrcblgR5Dwqu Z9+9XUHK67AFJaTk4NKza+rV1GQZx3JXP3iRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=J/OCRMtOu6ZLCwUKzLxLFVeIaoF2pF4lWyKBnCFtngwmslILJFyUOQjWjlF+WzNZSc 6RcZb+r/D9Zs+BHuAHQLN2Yxi03fZY8bEN9PZaIsLjsGKa3oM0rsMZ1NMfWw//63KfV6 fLVP3eDgO9YL1zzrkXwoi1j3utIhGHInfUa+Y= Received: by 10.86.26.11 with SMTP id 11mr1109185fgz.23.1212789499860; Fri, 06 Jun 2008 14:58:19 -0700 (PDT) Received: by 10.86.76.17 with HTTP; Fri, 6 Jun 2008 14:58:19 -0700 (PDT) Message-ID: <560f92640806061458k7b413e9du49c84c252b424fcb@mail.gmail.com> Date: Fri, 6 Jun 2008 14:58:19 -0700 From: "Nerius Landys" To: "Joachim Rosenfeld" In-Reply-To: <6e5cf6a70806061449o54e23fe2yab4769885f13a733@mail.gmail.com> MIME-Version: 1.0 References: <6e5cf6a70806061449o54e23fe2yab4769885f13a733@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: massive ports 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, 06 Jun 2008 21:58:21 -0000 Maybe it's because gettext got updated and it's required to rebuild all ports that depend on it? See /usr/ports/UPDATING. Really I'm just guessing here. On Fri, Jun 6, 2008 at 2:49 PM, Joachim Rosenfeld wrote: > Why did ~5k ports change in the last 24 hours? > _______________________________________________ > 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 Jun 6 22:17:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2A3106567C for ; Fri, 6 Jun 2008 22:17:41 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 089948FC0A for ; Fri, 6 Jun 2008 22:17:40 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1070572wfg.7 for ; Fri, 06 Jun 2008 15:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=mTgqrrH16bqmu3cIXmk8qV5LIeZ6gR2oa4M2Dey0r6Y=; b=QhnY+befKK9gACyjD+gJ1XUmFFNN5C/Z7n1FgA+T2jUNv5L0O8rzUwZPh0eDsN24sY m1NMEp+fH5emn3bUCjhWQbqOUA3dB2BoP5/zIQaue6THlDSBGxZoVBWyF6gU92Ck51WP RftxBhtFTNxe/h1AqwTKjEK2IFJ0tJ1sRr82g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=B2myz8/MX2egTxRzjIPo5mxyvoIT9ZlK5FlF2WyKDE0Jb4eqbxRJCquZtmWIf59ikj QQ0qOLFosaBIxBiqBgiL1BXTxA9cgw14UaHS9uDfUOOnPYUATTMRd6uceXKV3lP/2fOT 4N0jFs4XqU/q3SJvFRRZdot91Y5fU4mIdbmaU= Received: by 10.142.72.4 with SMTP id u4mr202595wfa.269.1212788943907; Fri, 06 Jun 2008 14:49:03 -0700 (PDT) Received: by 10.142.217.10 with HTTP; Fri, 6 Jun 2008 14:49:03 -0700 (PDT) Message-ID: Date: Fri, 6 Jun 2008 17:49:03 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: amule crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Jun 2008 22:17:41 -0000 Hi, my amule (freebsd 7.0/i386) crash regularly due to: pid 2032 (amule), uid 1001, was killed: out of swap space how does this happen? and how to fix this?? thanks!! From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 22:17:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20D731065674 for ; Fri, 6 Jun 2008 22:17:43 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (unknown [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id EA9528FC0C for ; Fri, 6 Jun 2008 22:17:42 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by vjofn.tucs-beachin-obx-house.com (8.14.2/8.14.2) id m56MHgKV019665; Fri, 6 Jun 2008 18:17:42 -0400 (EDT) From: Tuc at T-B-O-H Message-Id: <200806062217.m56MHgKV019665@vjofn.tucs-beachin-obx-house.com> To: nlandys@gmail.com (Nerius Landys) Date: Fri, 6 Jun 2008 18:17:42 -0400 (EDT) In-Reply-To: <560f92640806061458k7b413e9du49c84c252b424fcb@mail.gmail.com> from "Nerius Landys" at Jun 06, 2008 02:58:19 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Joachim Rosenfeld , freebsd-questions@freebsd.org Subject: Re: massive ports 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, 06 Jun 2008 22:17:43 -0000 In UPDATING it says : Given the scope and sheer number of dependent ports, it may be more advisable to simply blow away all existing install ports (after keeping any local configuration changes), and rebuilding from scratch. I'm wondering just how many ports the author of that statement has. I have a few to say the least. Actually a few hundred. Ok, well, 1102 to be a bit more specific.... Blow away and re-install 1102 ports? For real? Tuc > > Maybe it's because gettext got updated and it's required to rebuild all > ports that depend on it? See /usr/ports/UPDATING. Really I'm just guessing > here. > > On Fri, Jun 6, 2008 at 2:49 PM, Joachim Rosenfeld > wrote: > > > Why did ~5k ports change in the last 24 hours? > > _______________________________________________ > > 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 Jun 6 22:35:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9535C10656AB for ; Fri, 6 Jun 2008 22:35:51 +0000 (UTC) (envelope-from mtoth@queldor.net) Received: from queldor.net (queldor.com [216.164.83.38]) by mx1.freebsd.org (Postfix) with ESMTP id 859108FC21 for ; Fri, 6 Jun 2008 22:35:51 +0000 (UTC) (envelope-from mtoth@queldor.net) Received: from c-71-192-238-70.hsd1.ma.comcast.net ([71.192.238.70] helo=[192.168.1.197]) by queldor.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K4jlB-000FrN-36; Fri, 06 Jun 2008 16:46:09 -0500 Message-ID: <4849B16F.3010301@queldor.net> Date: Fri, 06 Jun 2008 17:51:43 -0400 From: Michael toth User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Joachim Rosenfeld References: <6e5cf6a70806061449o54e23fe2yab4769885f13a733@mail.gmail.com> In-Reply-To: <6e5cf6a70806061449o54e23fe2yab4769885f13a733@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: massive ports 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, 06 Jun 2008 22:35:51 -0000 Looks like most of them are Bump portrevision due to upgrade of devel/gettext. Joachim Rosenfeld wrote: > Why did ~5k ports change in the last 24 hours? > _______________________________________________ > 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" > -- -- [ Queldor ] (Warning: This message may cause you to understand something) From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 00:32:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5FEA106564A for ; Sat, 7 Jun 2008 00:32:57 +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 90F818FC0C for ; Sat, 7 Jun 2008 00:32:57 +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.14.2/8.14.2) with ESMTP id m570Wfsq005773; Fri, 6 Jun 2008 19:32:42 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20080606193040.0256da00@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 06 Jun 2008 19:32:36 -0500 To: Casey Scott , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <11264046.61212779984113.JavaMail.root@tomcat.phantombsd.or g> References: <11264046.61212779984113.JavaMail.root@tomcat.phantombsd.org> Mime-Version: 1.0 X-Virus-Scanned: ClamAV 0.93/6806/Wed Apr 16 15:50:16 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m570Wfsq005773 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: rc.d/named X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 00:32:57 -0000 At 02:19 PM 6/6/2008, Casey Scott wrote: >I have quite a bit of trouble with the /etc/rc.d/named script. The source >of the biggest issue was the rc_run_command was not issuing the run command >with "/usr/sbin/named". It was just running the arguments w/o the executable. > >e.g. -t /var/named vs. /usr/sbin/named -t /var/named > >I have the stock /etc/defaults/rc.conf, and the only thin in /etc/rc.conf >related to named is a correction to the chroot directory... For the time >being that issue has been resolve by hacking the rc.conf to issue the >executable where the flags are specified. However, when issuing >/etc/rc.d/named >I get: > >named not running? (check /var/run/named/pid). > > >/var/run/named/pid contains the correct PID, and has permissions: > >lrwxr-xr-x 1 root bind > >Anyone else having trouble with this? None of the other init scripts are >having >problems. You need to set: named_chroot_autoupdate named_chrootdir named_flags and possibly: named_uid in /etc/rc.conf I have all of these values set. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 01:03:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2149D1065673 for ; Sat, 7 Jun 2008 01:03:53 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from raq5.nitrex.net (raq5.nitrex.net [213.165.227.5]) by mx1.freebsd.org (Postfix) with ESMTP id BD57F8FC17 for ; Sat, 7 Jun 2008 01:03:52 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.10.140] (gate.zenatode.org.uk [213.165.225.167]) by raq5.nitrex.net (8.13.1/8.13.1) with ESMTP id m5713mm5029791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 7 Jun 2008 02:03:50 +0100 Message-ID: <4849DE74.4010008@onetel.com> Date: Sat, 07 Jun 2008 02:03:48 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.14 (X11/20080528) MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <80f4f2b20805300608s13ec0fa7x7034f1a89ea07c46@mail.gmail.com> <48403EDE.1090409@onetel.com> <80f4f2b20806051452i62ff9862vafb4091dafee2e81@mail.gmail.com> In-Reply-To: <80f4f2b20806051452i62ff9862vafb4091dafee2e81@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Best solution - mobile wifi hotspot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 01:03:53 -0000 Jim Stapleton wrote: > On Fri, May 30, 2008 at 1:52 PM, Chris Whitehouse wrote: >> Jim Stapleton wrote: >>> My dad makes instruments and goes to a lot of festivals. They are >>> typically in the middle of nowhere, without internet. Many vendors >>> still bring notebooks as they provide quick & easy access to many >>> things, but there is no internet. For credit cards, many use their >>> cell phones to make the transaction. My dad wants to get a satellite >>> connection (pure sattelite, no phone), and set up something to offer a >>> wireless hotspot. >>> - Some shows will just pay a flat fee, and have the hotspot open. >>> - Some shows won't pay a fee, and so he'll want to charge to recover >>> some of the cost. >>> >>> For the open hotspots, a simple wireless router will do. For the >>> charge hotspots, we'd want something a little more flexible. My first >>> thought was 'FreeBSD can do that!'. The trick is that we will be using >>> battery power most of the time. Low power is the key. I'm thinknig >>> sub-20W max power drain worst case, SUB 10-15W is ideal. >>> >>> >>> With that background info, my questions are: >>> 1) Is building a low power computer based on FreeBSD the right way to >>> go? Or would you all recommend something else? What? >>> 2) Does anyone have experience with the GeodeNX or VIA C7 boards >>> available on NewEgg? Heads ups and pointers? >>> 3) Does anyone have experiences with these and a given wireless >>> adaptor, How good/bad is/was it? >>> >>> Thanks, >>> -Jim Stapleton >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >> This particular wheel has already been invented several ways :) >> >> http://psand.net/ >> >> https://en.wiki.aktivix.org/SquatTelecoms > > Well, my dad wants to provide something for cheaper than hiring a > third-party vendor to come out into the middle of nowhere and do this > (amongst other things, since he's out there, he doesn't have to use > hundreds of miles of gas + extra man hours). I think it is worth contacting psands to see if they will help with info, or you could go to a festival they are at and talk to them. > > As for the second, that seems to be 'how to get an ISP', which he > already has researched, he is more looking to /be/ the ISP. plus a bunch more about technology... > >> To keep power down you probably want to opt for a dedicated wireless router >> box not a computer (unless you are also saving bandwidth with squid etc). >> And to generate electricity use wind or solar. > > Do you know of a wireless router that can provide individual user > authentication, without requiring a complex setup? Some places may not > want to pay for the internet connection, so he'll need to 'rent out' > connection bandwidth to other vendors. Sorry I don't know a specific model. I'm sure you already know it just means search engines and reading detailed specs. Out of curiosity what country are you in and what sort of festivals will you be providing the service at? I believe psands support events where they like what they are doing in addition to their commercial services. This is getting a bit OT so email me off list if you like. Chris > > Thanks, > -Jim Stapleton > _______________________________________________ > 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 Jun 7 02:13:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30CB21065674 for ; Sat, 7 Jun 2008 02:13:48 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from mail.monochrome.org (b4.ebbed1.client.atlantech.net [209.190.235.180]) by mx1.freebsd.org (Postfix) with ESMTP id E0F258FC1D for ; Sat, 7 Jun 2008 02:13:47 +0000 (UTC) (envelope-from chris@monochrome.org) Received: from [192.168.1.11] ([192.168.1.11]) by mail.monochrome.org (8.14.2/8.14.2) with ESMTP id m572DkXK039020; Fri, 6 Jun 2008 22:13:46 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Fri, 6 Jun 2008 22:13:46 -0400 (EDT) From: Chris Hill To: Justin Archer In-Reply-To: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> Message-ID: <20080606221001.O37735@tripel.monochrome.org> References: <9039B036-5C23-44D3-8FA4-729702AF8BF0@justinarcher.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Hi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 02:13:48 -0000 On Fri, 6 Jun 2008, Justin Archer wrote: > Hi, I have just purchased a new Dell Server, to run with Plesk. I have > just moved from an Apple XServe and seeing that OS X derived from > FreeBSD, I felt that it was the best choice to start with. My only > dilemma is, I am wanting to run the system in 64-bit, with using the > Intel Quad 2.5Ghz Xeon, but I am unsure as to which version I should > be downloading. > > For plesk, I need to use version 6.1 and had read somewhere that I > would use the AMD 64-bit version, can you confirm if this is correct > for an Intel processor? Justin, Yes, you want amd64 if this is a modern 64-bit Intel CPU. As was pointed out recently when someone asked more or less the same question, the "amd" refers to the architecture, not the chip manufacturer. I know nothing about plesk, but are you sure you *must* have 6.1? The legacy production release is now at 6.3. I've never built a 64-bit machine, but given the present situation I'd absolutely go with 7.0 for a new install, at least for a 32-bit system. A note, if I may. I have been on this list for many years and can say without hesitation that you're unlikely to get an answer when your subject line reads "Hi". You may want to repost with a subject line that more accurately describes your question. HTH. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 02:50:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B67D61065674 for ; Sat, 7 Jun 2008 02:50:27 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 964788FC12 for ; Sat, 7 Jun 2008 02:50:27 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-96.local (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by typhoon.enabled.com (8.14.2/8.14.2) with ESMTP id m572VJCP022009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 6 Jun 2008 19:31:30 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <4849F2EF.8050807@enabled.com> Date: Fri, 06 Jun 2008 19:31:11 -0700 From: Noah User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: stunnel not running? (check /var/run/stunnel/stunnel.pid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 02:50:27 -0000 Okay I am not understanding something with stunnel. it appears that stunnel cant start because it cant create a pid file. It happens every time I upgrade it. # /usr/local/etc/rc.d/stunnel restart stunnel not running? (check /var/run/stunnel/stunnel.pid). Starting stunnel. # /usr/local/etc/rc.d/stunnel restart stunnel not running? (check /var/run/stunnel/stunnel.pid). Starting stunnel. # Anybody help me understand things here. so here is the relevent output which I can provide some clues. # ls -ld /var/run/stunnel/ drwxrwxr-x 2 stunnel stunnel 512 Jun 5 14:28 /var/run/stunnel/ # cat /usr/local/etc/stunnel/stunnel.conf # Sample stunnel configuration file # Copyright by Michal Trojnara 2002 # Comment it out on Win32 cert = /usr/local/etc/stunnel/mail.pem chroot = /var/run/stunnel #chroot = /var/run # PID is created inside chroot jail pid = /stunnel.pid setuid = stunnel setgid = stunnel # grep stunnel /etc/rc.conf stunnel_enable="YES" # cat /usr/local/etc/rc.d/stunnel #!/bin/sh # # $FreeBSD: ports/security/stunnel/files/stunnel.in,v 1.9 2008/01/26 14:18:12 roam Exp $ # # PROVIDE: stunnel # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON # KEYWORD: shutdown # # Add some of the following variables to /etc/rc.conf to configure stunnel: # stunnel_enable (bool): Set to "NO" by default. # Set it to "YES" to enable stunnel. # stunnel_config (str): Default "/usr/local/etc/stunnel/stunnel.conf" # Set it to the full path to the config file # that stunnel will use during the automated # start-up. # stunnel_pidfile (str): Default "/usr/local/var/stunnel/stunnel.pid" # Set it to the value of 'pid' in # the stunnel.conf file. # . /etc/rc.subr name="stunnel" rcvar=`set_rcvar` load_rc_config $name : ${stunnel_enable="NO"} : ${stunnel_config="/usr/local/etc/stunnel/${name}.conf"} : ${stunnel_pidfile="/var/run/stunnel/${name}.pid"} command="/usr/local/bin/stunnel" command_args=${stunnel_config} pidfile=${stunnel_pidfile} required_files="${stunnel_config}" run_rc_command "$1" ------ any ideas? Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 03:15:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 752FC1065671 for ; Sat, 7 Jun 2008 03:15:42 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from mailout.zetnet.co.uk (mailout.zetnet.co.uk [194.247.47.231]) by mx1.freebsd.org (Postfix) with ESMTP id 11DE78FC18 for ; Sat, 7 Jun 2008 03:15:41 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from irwell.zetnet.co.uk ([194.247.47.48] helo=zetnet.co.uk) by mailout.zetnet.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1K4ou1-0000LH-JC; Sat, 07 Jun 2008 04:15:37 +0100 Received: from melon.esperance-linux.co.uk (54-144.adsl.zetnet.co.uk [194.247.54.144]) by zetnet.co.uk (8.14.1/8.14.1/Debian-9) with ESMTP id m573FaOb029426; Sat, 7 Jun 2008 04:15:36 +0100 Received: by melon.esperance-linux.co.uk (Postfix, from userid 1001) id 12597FCA4AF; Sat, 7 Jun 2008 04:15:31 +0100 (BST) Date: Sat, 7 Jun 2008 04:15:31 +0100 From: Frank Shute To: Georgi Tyuliev Message-ID: <20080607031531.GA84969@melon.esperance-linux.co.uk> Mail-Followup-To: Georgi Tyuliev , freebsd-questions@freebsd.org References: <48497315.5020804@bas.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48497315.5020804@bas.bg> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 6.3-RELEASE-p2 i386 X-Organisation: 'Esperance Linux' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (zetnet.co.uk [194.247.46.1]); Sat, 07 Jun 2008 04:15:36 +0100 (BST) Cc: freebsd-questions@freebsd.org Subject: Re: change the file date and time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 03:15:42 -0000 On Fri, Jun 06, 2008 at 08:25:41PM +0300, Georgi Tyuliev wrote: > > Dear Sirs > 1. How to mount Sony Ericsson k750i mobile phone with FreeBSD 7.0 ? Plug it in and see what shows up in /var/log/messages. Then read the handbook: http://www3.uk.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html > 2. How to change automatically the file attributes (for example > 'date') of large number of files? For example: I have taken many > photos with my Sony Ericsson k750i mobile phone and the exact time > end date is accessible (e.g. through F3 of the midnight commander), > but very often when copying the jpg's the file attributes change. If you're lucky, the jpg's will contain exif info which if the phone's time & date is set will tell you when the picture was taken amongst other things. This is more reliable than depending on file date. Here's a quick & dirty perl script (called picinfo) that I used to get this data (modify at your will): <------------> #!/usr/bin/perl -w # # Print tab delimited exif data from an image file suitable for # insertion into a DB. # # Takes file as arg. # # Usage example: # # $ for file in $(ls | grep 'jpg');do # $ picinfo $file >> ~/data.txt # $ done use Image::Info qw(image_info); # Get exif data as a hash my $info = image_info($ARGV[0]); # Pic mangled or exif data doesn't exist if (my $error = $info->{error}) { die "Can't parse image info: $error\n"; } # Get data from hash my $my_date = $info->{DateTimeOriginal}; # iso format date/time. my $my_exptime = $info->{ExposureTime}; # reciprocal of speed in secs # as a rational no. my $my_fstop = $info->{FNumber}; # fstop as a rational no. my $my_asa = $info->{ISOSpeedRatings}; # ASA # Grab date my $the_date = substr($my_date, 0, 10); # Grab time my $the_time = substr($my_date, -8); # Doh! Camera date/time not set. if ($the_date eq "0000:00:00") { $the_date = "N/K"; } if ($the_time eq "00:00:00") { $the_time = "N/K"; } # Call sub-funcs $my_fstop = fstop(); $my_exptime = speed(); print "$ARGV[0]\t$the_date\t$the_time\t$my_exptime\tF$my_fstop\t$my_asa\n"; ###___SUBS___### sub fstop{ $my_fstop =~ s/\/10//; $my_fstop = $my_fstop/10; return $my_fstop; } sub speed{ my $divisor = $my_exptime; my $numerator = $my_exptime; $divisor =~ s/[0-9]+\/([0-9]+)/$1/; $numerator =~ s/([0-9]+)\/[0-9]+/$1/; #print "divisor = $divisor\n"; #print "num = $numerator\n"; $my_exptime = $numerator/$divisor; # Calc exposure in decimal my $exposure = 0; # Horrendous case statement. Is there a better way to do this? SWITCH: { if ($my_exptime <= 0.00033) { $exposure = "< 1/3000"; last SWITCH; } if ($my_exptime <= 0.0005) { $exposure = "1/2000"; last SWITCH; } if ($my_exptime <= 0.001) { $exposure = "1/1000"; last SWITCH; } if ($my_exptime <= 0.00125) { $exposure = "1/800"; last SWITCH; } if ($my_exptime <= 0.00167) { $exposure = "1/600"; last SWITCH; } if ($my_exptime <= 0.002) { $exposure = "1/500"; last SWITCH; } if ($my_exptime <= 0.0025) { $exposure = "1/400"; last SWITCH; } if ($my_exptime <= 0.0033) { $exposure = "1/300"; last SWITCH; } if ($my_exptime <= 0.005) { $exposure = "1/200"; last SWITCH; } if ($my_exptime <= 0.01) { $exposure = "1/100"; last SWITCH; } if ($my_exptime <= 0.0167) { $exposure = "1/60"; last SWITCH; } if ($my_exptime <= 0.033) { $exposure = "1/30"; last SWITCH; } if ($my_exptime <= 0.05) { $exposure = "1/20"; last SWITCH; } if ($my_exptime <= 0.0625) { $exposure = "1/16"; last SWITCH; } if ($my_exptime <= 0.125) { $exposure = "1/8"; last SWITCH; } if ($my_exptime <= 0.25) { $exposure = "1/4"; last SWITCH; } if ($my_exptime <= 0.5) { $exposure = "1/2"; last SWITCH; } if ($my_exptime <= 1) { $exposure = "1"; last SWITCH; } if ($my_exptime <= 2) { $exposure = "2"; last SWITCH; } $exposure = "> 2"; } return $exposure; } <------------> Last time I used it, it worked. You'll have to have graphics/p5-Image-Info installed though. > Best regards, > G.Tyuliev Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 05:54:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA14D1065679 for ; Sat, 7 Jun 2008 05:54:38 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0B78FC0A for ; Sat, 7 Jun 2008 05:54:37 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so408119tid.3 for ; Fri, 06 Jun 2008 22:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=A6Eh0Ziwzfg29RQarynvfQUTFxSulPm0f3UZ3qsNgGU=; b=KNqElXio4zG5ZSbea+ZnfsOPqSbM4AP/q539kTcFAy4ew/bUgydeBh0O3xauBlGzNB 4w1ueYTMag7VBy+4TO3ekU8mCxFjU+gE06bqrmFRkae2JTS+79+cpN6dhPfr92izft12 64pcb/1YbPKX6zHw3aPVTAbeRR/mZWGcNzhwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=Ul/17aHUFropfJ8tfa07FlZ6tj1x8yqyRVKySuiPLWjkVNICRuBLtYp0sn85/STWCQ P6RSmBN0hDTja8LDzOOmdlqlWEjELTCKtUUd+ETbUTmlxlb5uSiX4S9R9DS+Cdsw1e7N iBBLVSbfhnD550l9ad01ArnHE7UtstddYugWA= Received: by 10.110.37.3 with SMTP id k3mr193979tik.29.1212818076702; Fri, 06 Jun 2008 22:54:36 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Fri, 6 Jun 2008 22:54:36 -0700 (PDT) Message-ID: <81a9e3840806062254n55d5687cof0a1fece3cc5e2fd@mail.gmail.com> Date: Sat, 7 Jun 2008 13:54:36 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: "Tsu-Fan Cheng" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Subject: Re: amule crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 05:54:38 -0000 2008/6/7 Tsu-Fan Cheng : > Hi, > my amule (freebsd 7.0/i386) crash regularly due to: > pid 2032 (amule), uid 1001, was killed: out of swap space ^^^^^^^^^^^^^^^^^^ %> df -h, watch and see, your swap is out of space bigger swap space or not down too much. Regards, jyuny1 From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 06:16:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF1FD106566C for ; Sat, 7 Jun 2008 06:16:43 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p07-ob.rzone.de (mo-p07-ob.rzone.de [81.169.146.189]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB4E8FC12 for ; Sat, 7 Jun 2008 06:16:43 +0000 (UTC) (envelope-from uwe@laverenz.de) X-RZG-CLASS-ID: mo07 X-RZG-AUTH: l30WrtbrzmfyRJtZ7/TtK2Lnf751/YNyk/URm7QLXWJvT8dPnFxzd4yxzYSMJnQt Received: from athena.laverenz.de ([91.66.27.25]) by post.webmailer.de (klopstock mo25) (RZmta 16.42) with ESMTP id 2069f2k571f3gV for ; Sat, 7 Jun 2008 08:04:52 +0200 (MEST) (envelope-from: ) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 4E03157C00A for ; Sat, 7 Jun 2008 08:04:52 +0200 (CEST) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28272-02 for ; Sat, 7 Jun 2008 08:04:52 +0200 (CEST) Received: by athena.laverenz.de (Postfix, from userid 2000) id EAEEC57C009; Sat, 7 Jun 2008 08:04:51 +0200 (CEST) Date: Sat, 7 Jun 2008 08:04:51 +0200 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20080607060451.GA28805@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <48499CCD.2010708@m2.seamanpaper.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48499CCD.2010708@m2.seamanpaper.com> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 06:16:44 -0000 On Fri, Jun 06, 2008 at 04:23:41PM -0400, Jeff Dickens wrote: > option turned on in ESX's .vmx file, and I have "hint.apic.0.disabled=1" > in my FreeBSD guest's /boot/loader.conf. This shouldn't be necessary in FreeBSD >= 6.2. > I used to have "kern.hz=100" in loader.conf, but that caused the guest > to gain time even faster. "100" is ok, I'm using this value on all virtual machines. > Does anyone have a good recipe for decent timekeeping in this config? Is it possible to upgrade your ESX from 3.0.2 to 3.5x? If not, there is another setting on the ESX side that helps with timing problems (FreeBSD or Linux guests): change "Advanced Settings/Misc/Misc.Timer/MinHardPeriod" from 400 to 100 (this is default on ESX 3.5x). Uwe From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 06:32:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 944CA1065674 for ; Sat, 7 Jun 2008 06:32:32 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4F53C8FC12 for ; Sat, 7 Jun 2008 06:32:32 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so717745ywe.13 for ; Fri, 06 Jun 2008 23:32:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=D1fdx9RModBEPf1zgDUjW9ISLLOUKjdC2XA4FdZV+2A=; b=VPmzvbMSefSsE3YSjgi0Kgya4F0qDQiLJr4WKOgvSlCzDkKjKlUVUa1uZIc4s4I7CH HPchwMT8nFQl3PM6RZ8p6OPlGrgXGtNC0w7lFaRajPQX8ipHwvVS4SUpq2/fHs4o3A/Z inA9XZUmPyHILrXRs/RNb4/9qjPxXPAWJ29jI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MJloyfxlWo7B5bE3nGiCTqxKZFR28ZxfctCWo8csyJ3nHVkoOmc49sR8rJstHV3ydq AphF47NyKKbarhc3SrczycQyHV4r5hukXvl4YJe9BwG5AzdoNJndX3EkoJWS2l5H7av9 +5BM+8AKW9gt9EX6B0GUSDDSoUt2SIUdCb3bo= Received: by 10.151.113.5 with SMTP id q5mr1693069ybm.135.1212820351711; Fri, 06 Jun 2008 23:32:31 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Fri, 6 Jun 2008 23:32:31 -0700 (PDT) Message-ID: <991123400806062332r70a7b34co5c93ad14fdacb79f@mail.gmail.com> Date: Sat, 7 Jun 2008 09:32:31 +0300 From: "Odhiambo Washington" To: jeff@seamanpaper.com In-Reply-To: <48499CCD.2010708@m2.seamanpaper.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48499CCD.2010708@m2.seamanpaper.com> Cc: freebsd-questions@freebsd.org Subject: Re: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 06:32:32 -0000 On Fri, Jun 6, 2008 at 11:23 PM, Jeff Dickens wrote: > I'm running FreeBSD 6.3-release as a guest on VMware ESX 3.0.2. My problem > is that the clock keeps *gaining* time. I have the "timesync" option turned > on in ESX's .vmx file, and I have "hint.apic.0.disabled=1" in my FreeBSD > guest's /boot/loader.conf. > > I used to have "kern.hz=100" in loader.conf, but that caused the guest to > gain time even faster. > > Does anyone have a good recipe for decent timekeeping in this config? I run FreeBSD 7.0 inside VMware Workstation-6.0.4 (ACE Edition) and I don't have to setup anything. The time is the always same as the host OS. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 07:15:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1D0F1065671 for ; Sat, 7 Jun 2008 07:15:00 +0000 (UTC) (envelope-from mirror176@hotmail.com) Received: from bay0-omc1-s8.bay0.hotmail.com (bay0-omc1-s8.bay0.hotmail.com [65.54.246.80]) by mx1.freebsd.org (Postfix) with ESMTP id D71488FC0C for ; Sat, 7 Jun 2008 07:15:00 +0000 (UTC) (envelope-from mirror176@hotmail.com) Received: from BAY110-W56 ([65.54.229.156]) by bay0-omc1-s8.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 7 Jun 2008 00:03:00 -0700 Message-ID: X-Originating-IP: [98.165.138.223] From: Edward Sutton To: Date: Sat, 7 Jun 2008 00:03:00 -0700 Importance: Normal Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 07 Jun 2008 07:03:00.0843 (UTC) FILETIME=[85E48BB0:01C8C86C] Subject: Promise SATA300 TX2plus with LG GGW-H20L burner on 7.0 causes endless timeouts. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 07:15:01 -0000 This is a collection of information to my troubles. I am hoping to find o= ut what mailing list is most appropriate before I started posting kernel du= mp backtraces and asking what other details to post. What other details may= be relevant to gather would also be helpful. Are there safe ways to crash = a system to gather details without further filesystem corruption? My motherboard is about six years old so it has no SATA ports for the dri= ve; My old Promise SATA150 TX4 was loaded with four hard drives; it appears= to not support optical drives so I recently purchased the Promise SATA300 = TX2plus to have a card giving what I need on this old computer and hopefull= y an IDE port on my next computer (if the board I buy in a year comes with = a PCI slot for it). I thought Promise cards receive good FreeBSD support an= d was readily available at a local retailer.=20 Upon booting, I get the following 2 errors after a long pause: acd0: timeout waiting to issue command acd0: error issuing ATA PACKET command These errors are looped. The pause occurs just after acd0 and acd1 are iden= tified. After a little over a page of errers there are cd2 entries for the = SATA drive that appear. I was able to `atacontrol detach ata6` yesterday to= put a hault to that traffic. The system periodically pauses while the erro= rs are being generated. Inside X, pauses appeared to come every 8 seconds o= r so and last a second or two. I booted this morning to restore services wh= ile I was at work and accidentally detached ata5 (with a mounted but not in= use partition) and started X (which loads the nvidia driver and takes the = videocard fan down to an idle state). When I got home, the system was slugg= ish with the pauses (seemed to not give the full 8 seconds between I/O free= zes). Attempting to detach ata6 never returned to a prompt, but the error l= oop appeared to have stopped. Trying to open programs or login to other vir= tual terminals just lead to freezing in the related program or terminal. ct= rl + alt + delete left me with the gui on F9 and only F1 as a text terminal= , but both were crippled beyond use before than with the freezing. Pressing= power did not begin the usual shutdown sequence; ACPI(?) errors followed f= or each press with a message something along the lines of not being ready y= et. After many minutes of no action, I forced a powerdown. Reboots lead to segfaults after I logged in and tried to detach ata6 (whi= ch appeared to succeed). I should have a crash dump, but do not recall the = error; it lead me to conclude that file system corruption may be present. I= had to reboot in single user mode to detach ata6 and run fsck which found = errors (as usual of almost every time I have had improper shutdowns on Free= BSD machines). Booting normal after than and detaching ata6 was followed wi= th another segfault so I have unplugged the drive in the meantime. The old and new controller cards are listed as the following on bootup: atapci0: port 0x9000-0x903f,0x9400-0x940f,0x9800-0x987f mem 0xe8040000-0xe= 8040fff,0xe8000000-0xe801ffff irq 22 at device 10.0 on pci2 atapci1: port 0x9c00-0x9c7f,0xa000-0xa0ff mem 0xe8041000-0xe8041fff,0xe802= 0000-0xe803ffff irq 19 at device 11.0 on pci2 Any suggestions where to go from here to get the system working? Thanks a= gain, Edward Sutton, III _________________________________________________________________ It=92s easy to add contacts from Facebook and other social sites through Wi= ndows Live=99 Messenger. Learn how. https://www.invite2messenger.net/im/?source=3DTXT_EML_WLH_LearnHow= From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 08:09:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 101E6106564A for ; Sat, 7 Jun 2008 08:09:38 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6E82D8FC14 for ; Sat, 7 Jun 2008 08:09:37 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so418379tid.3 for ; Sat, 07 Jun 2008 01:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=K5/eXU6SjZ6TJAub+mfKjHi6fE81ly3DBubFfHqWYSs=; b=C0J/boy69G+KfuyPtWgDiP0rFBotM7It+DQ5Jy1QefnUzTvvIlHAR0GWv2svOrcgi+ hMy7+CHWAvRXiuLbvTc7dpaS7ggO1sz6Eh87p72UGzg25LMyezbTbMSNSkLOkUw6BtRY l6uHD9UX5aNhIkvENfHHshn0Ab0zx/jejvYYM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=LfiqqNJh8586ptLGLJFvIEYtvuI+BBBH3e4l5kjaCWVXOUpfLXGg+ARwJD4zuwHAY1 hdMdDYQNRVWhM0yaDBxG/cSbJDehW+O8Wi1GL5NJu8qBFNH2jo5ehvGE4euscXYzt3EK jLPxG6cXsv3GndoIHewGhOLpLpLJ7n6Y1eaDE= Received: by 10.110.14.12 with SMTP id 12mr221768tin.19.1212826176131; Sat, 07 Jun 2008 01:09:36 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Sat, 7 Jun 2008 01:09:36 -0700 (PDT) Message-ID: <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> Date: Sat, 7 Jun 2008 16:09:36 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: yuri@rawbw.com In-Reply-To: <48498735.6030800@rawbw.com> MIME-Version: 1.0 References: <48498735.6030800@rawbw.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 08:09:38 -0000 Hi Yuri, First of all, You do not specify what shell you are using. TCSH or BASH? Second, waht DE you using too? for TCSH, it should be this in your ~/.xinitrc setenv XMODIFIERS='@im=gcin' setenv GTK_IM_MODULE=gcin setenv QT_IM_MODULE=gcin I guess you are using TCSH not BASH. gcin can let you type chinese in GTK apps without set GTK_IM_MODULE You can check the SHELL VARIABLE that is set or not after logged-in X. Regards, jyuny1 2008/6/7 Yuri : > When I am trying to type Chinese characters I can only do this from GTK > applications. > Input method doesn't work QT applications for me. > > I have the following in my .xinitrc: > export XMODIFIERS='@im=gcin' > export GTK_IM_MODULE=gcin > export QT_IM_MODULE=gcin > > I have zh-gcin-1.4.0_1 installed and start it with 'gcin &'. > > In GTK apps Alt-Space creates the prompt windows. And in any QT apps -- no > such box is popping up. > > Yuri > > _______________________________________________ > 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 Jun 7 08:38:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB97C1065674 for ; Sat, 7 Jun 2008 08:38:06 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D31818FC18 for ; Sat, 7 Jun 2008 08:38:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m578bxkX025461 for ; Sat, 7 Jun 2008 10:37:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m578bxnS025458 for ; Sat, 7 Jun 2008 10:37:59 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 7 Jun 2008 10:37:58 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20080607103553.F25397@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 08:38:07 -0000 what changed exactly. my observations shows that it make a good job NOT switching task too often, so many concurrent processes goes faster (less cache reloads), but for interactive X11 speed it's bad, it's difficult to point with mouse as it jumps rtprio 31 "fixes" that. but is there other fix? with rtprio in case of Xorg getting in loop i wouldn't be able to do anything From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 08:48:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD0921065671 for ; Sat, 7 Jun 2008 08:48:01 +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 50FD28FC29 for ; Sat, 7 Jun 2008 08:47:59 +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 SAA23319; Sat, 7 Jun 2008 18:47:51 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 7 Jun 2008 18:47:50 +1000 (EST) From: Ian Smith To: Georgi Tyuliev In-Reply-To: <20080607010402.8E1A61065758@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: change the file date and 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: Sat, 07 Jun 2008 08:48:01 -0000 On Fri, 06 Jun 2008 20:25:41 +0300 Georgi Tyuliev wrote: > 1. How to mount Sony Ericsson k750i mobile phone with FreeBSD 7.0 ? No idea. > 2. How to change automatically the file attributes (for example 'date') > of large number of files? For modification and/or access times, use touch(1) For user:group ownership, use chown(1) For file modes, use chmod(1) > For example: I have taken many photos with my Sony Ericsson k750i mobile > phone and > the exact time end date is accessible (e.g. through F3 of the midnight > commander), > but very often when copying the jpg's the file attributes change. To preserve user/group ownership and modification/access timestamps on files, use cp(1) with the -p flag. Maybe mc doesn't do that correctly on copying, though it should for a move, assuming that it uses mv(1) cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 08:48:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B9621065670 for ; Sat, 7 Jun 2008 08:48:32 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 289E28FC23; Sat, 7 Jun 2008 08:48:29 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484A4B5E.2030703@FreeBSD.org> Date: Sat, 07 Jun 2008 10:48:30 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Wojciech Puchar References: <20080607103553.F25397@wojtek.tensor.gdynia.pl> In-Reply-To: <20080607103553.F25397@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 08:48:32 -0000 Wojciech Puchar wrote: > what changed exactly. my observations shows that it make a good job NOT > switching task too often, so many concurrent processes goes faster (less > cache reloads), but for interactive X11 speed it's bad, it's difficult > to point with mouse as it jumps > > rtprio 31 "fixes" that. but is there other fix? > > with rtprio in case of Xorg getting in loop i wouldn't be able to do > anything Make sure you're not running the 7.0-R X packages, there was a serious performance bug in the X server that was fixed later. Kris From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 08:56:57 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 346B5106566C; Sat, 7 Jun 2008 08:56:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0B45D8FC1F; Sat, 7 Jun 2008 08:56:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m578upX8021197; Sat, 7 Jun 2008 10:56:51 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m578uodj021049; Sat, 7 Jun 2008 10:56:51 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 7 Jun 2008 10:56:50 +0200 (CEST) From: Wojciech Puchar To: Kris Kennaway In-Reply-To: <484A4B5E.2030703@FreeBSD.org> Message-ID: <20080607105609.D9207@wojtek.tensor.gdynia.pl> References: <20080607103553.F25397@wojtek.tensor.gdynia.pl> <484A4B5E.2030703@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 08:56:57 -0000 >> with rtprio in case of Xorg getting in loop i wouldn't be able to do >> anything > > Make sure you're not running the 7.0-R X packages, there was a serious > performance bug in the X server that was fixed later. > > Kris > > i'm running 6.3 Xorg package - packages are old still after upgrade. the same 6.3 Xorg package was smooth on 6.3 now it is too but with this rtprio From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:06:29 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A0CA1065674 for ; Sat, 7 Jun 2008 09:06:29 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 873CE8FC18; Sat, 7 Jun 2008 09:06:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484A4F94.6030800@FreeBSD.org> Date: Sat, 07 Jun 2008 11:06:28 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Wojciech Puchar References: <20080607103553.F25397@wojtek.tensor.gdynia.pl> <484A4B5E.2030703@FreeBSD.org> <20080607105609.D9207@wojtek.tensor.gdynia.pl> In-Reply-To: <20080607105609.D9207@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 09:06:29 -0000 Wojciech Puchar wrote: >>> with rtprio in case of Xorg getting in loop i wouldn't be able to do >>> anything >> >> Make sure you're not running the 7.0-R X packages, there was a serious >> performance bug in the X server that was fixed later. >> >> Kris >> >> > i'm running 6.3 Xorg package - packages are old still after upgrade. > the same 6.3 Xorg package was smooth on 6.3 Too many variables, update to the 7.0-stable packages to rule it out. Kris From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:07:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3533F1065674 for ; Sat, 7 Jun 2008 09:07:42 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 039FE8FC0A for ; Sat, 7 Jun 2008 09:07:41 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id m5797fnJ036844; Sat, 7 Jun 2008 02:07:41 -0700 (PDT) Message-ID: <484A4FDC.80308@rawbw.com> Date: Sat, 07 Jun 2008 02:07:40 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <48498735.6030800@rawbw.com> <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> In-Reply-To: <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 09:07:42 -0000 Hi Jyun-Yi, I am using bash. And XMODIFIERS, GTK_IM_MODULE and QT_IM_MODULE variables are all set to the values you wrote. But in QT applications the prompt window doesn't pop up as in GTK ones. I am not setting any of LANG/LC_ALL/LC_CTYPE to Chinese. This may be related to the problem. When I set all of those to zh_TW.UTF-8 gcin begins to pop up the prompt window from QT applications just like from GTK. But after selection the word doesn't appear 9in the editbox. But I don't want to use Chinese locale since this makes all applications speak Chinese. And I only want to be able to type Chinese words. Do you know how to achieve this? Yuri Jyun-Yi Liou wrote: > Hi Yuri, > First of all, You do not specify what shell you are using. TCSH or BASH? > Second, waht DE you using too? > > for TCSH, it should be this in your ~/.xinitrc > setenv XMODIFIERS='@im=gcin' > setenv GTK_IM_MODULE=gcin > setenv QT_IM_MODULE=gcin > > I guess you are using TCSH not BASH. > gcin can let you type chinese in GTK apps without set GTK_IM_MODULE > > You can check the SHELL VARIABLE that is set or not after logged-in X. > > Regards, > jyuny1 > From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:18:03 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 155F71065684; Sat, 7 Jun 2008 09:18:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 070D68FC12; Sat, 7 Jun 2008 09:18:01 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m579HwPt020457; Sat, 7 Jun 2008 11:17:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m579Hwmb020454; Sat, 7 Jun 2008 11:17:58 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 7 Jun 2008 11:17:58 +0200 (CEST) From: Wojciech Puchar To: Kris Kennaway In-Reply-To: <484A4F94.6030800@FreeBSD.org> Message-ID: <20080607111736.F8760@wojtek.tensor.gdynia.pl> References: <20080607103553.F25397@wojtek.tensor.gdynia.pl> <484A4B5E.2030703@FreeBSD.org> <20080607105609.D9207@wojtek.tensor.gdynia.pl> <484A4F94.6030800@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 09:18:03 -0000 >> i'm running 6.3 Xorg package - packages are old still after upgrade. >> the same 6.3 Xorg package was smooth on 6.3 > > Too many variables, update to the 7.0-stable packages to rule it out. well - it's rather little variable. SAME X server, just base system changed. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:21:46 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1D51065670 for ; Sat, 7 Jun 2008 09:21:46 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 83D928FC1E; Sat, 7 Jun 2008 09:21:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <484A5329.9060501@FreeBSD.org> Date: Sat, 07 Jun 2008 11:21:45 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Wojciech Puchar References: <20080607103553.F25397@wojtek.tensor.gdynia.pl> <484A4B5E.2030703@FreeBSD.org> <20080607105609.D9207@wojtek.tensor.gdynia.pl> <484A4F94.6030800@FreeBSD.org> <20080607111736.F8760@wojtek.tensor.gdynia.pl> In-Reply-To: <20080607111736.F8760@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 09:21:46 -0000 Wojciech Puchar wrote: >>> i'm running 6.3 Xorg package - packages are old still after upgrade. >>> the same 6.3 Xorg package was smooth on 6.3 >> >> Too many variables, update to the 7.0-stable packages to rule it out. > > well - it's rather little variable. SAME X server, just base system > changed. > > No, the X server compiles many things differently depending on the OS version. Kris From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:28:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4957C1065676 for ; Sat, 7 Jun 2008 09:28:46 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9CC0D8FC18 for ; Sat, 7 Jun 2008 09:28:45 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so424111tid.3 for ; Sat, 07 Jun 2008 02:28:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=i553BECDikiTmfwCNngGtmsWZE1g1IcO1+kTOraYHfU=; b=NB4yrsfVioYMv7zGSvKkOSPt187MzNYFadbP+ay4TWOl6jgZDT83BH+tEuR1VzB3EO /XkMq3ik7KboaloNOYzkV3SZ0weU8FyI1NcRLWoRqnwWtvO5h6dkxI9R11AlCNvm7znz HXsngnt7EFSiHz08xbeIkyBs4WwgM3REcfmFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=PJUIqrd7vDP/ol+qhbYCL09jxt0Q5P23AgteHKnubbM4bNrVEV2lrDVYbzajWLSfOE 7cCkv/rYAkVzWkOJsc4MWJ/7dG6cXU6H/GbeLZBbVIsE+kcv+OPLzZNoi4wKr3wg1t/h xZRPFeLPWbzIgL8ir/WDsRIOKb8z2mWzH3WxI= Received: by 10.110.92.8 with SMTP id p8mr240736tib.9.1212830923770; Sat, 07 Jun 2008 02:28:43 -0700 (PDT) Received: by 10.110.20.20 with HTTP; Sat, 7 Jun 2008 02:28:43 -0700 (PDT) Message-ID: <81a9e3840806070228q440af610g94cec5599752048c@mail.gmail.com> Date: Sat, 7 Jun 2008 17:28:43 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: yuri@rawbw.com In-Reply-To: <484A4FDC.80308@rawbw.com> MIME-Version: 1.0 References: <48498735.6030800@rawbw.com> <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> <484A4FDC.80308@rawbw.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 09:28:46 -0000 Hi Yuri, try this below, export LANG=zh_TW.UTF-8 export LC_CTYPE=zh_TW.UTF-8 export LC_MESSAGES en_US.ISO8859-1 export LC_TIME en_US.ISO8859-1 this may let your gcin working and keep your system speak in english further more, you may want to read this doc http://chinsan2.twbbs.org/zh-tut/ Regards, jyuny1 2008/6/7 Yuri : > Hi Jyun-Yi, > > I am using bash. > And XMODIFIERS, GTK_IM_MODULE and QT_IM_MODULE variables are all set to the > values you wrote. > But in QT applications the prompt window doesn't pop up as in GTK ones. > > I am not setting any of LANG/LC_ALL/LC_CTYPE to Chinese. > This may be related to the problem. > When I set all of those to zh_TW.UTF-8 gcin begins to pop up the prompt > window from QT applications just like from GTK. But after selection the word > doesn't appear 9in the editbox. > But I don't want to use Chinese locale since this makes all applications > speak Chinese. And I only want to be able to type Chinese words. > > Do you know how to achieve this? > > Yuri > > > Jyun-Yi Liou wrote: > >> Hi Yuri, >> First of all, You do not specify what shell you are using. TCSH or BASH? >> Second, waht DE you using too? >> >> for TCSH, it should be this in your ~/.xinitrc >> setenv XMODIFIERS='@im=gcin' >> setenv GTK_IM_MODULE=gcin >> setenv QT_IM_MODULE=gcin >> >> I guess you are using TCSH not BASH. >> gcin can let you type chinese in GTK apps without set GTK_IM_MODULE >> >> You can check the SHELL VARIABLE that is set or not after logged-in X. >> >> Regards, >> jyuny1 >> >> > From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 09:40:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E311B1065673 for ; Sat, 7 Jun 2008 09:40:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id AC72A8FC17 for ; Sat, 7 Jun 2008 09:40:27 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ip224.carlyle.sfo.ygnition.net [24.219.144.224]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id m579eRNS052893; Sat, 7 Jun 2008 02:40:27 -0700 (PDT) Message-ID: <484A578A.5040008@rawbw.com> Date: Sat, 07 Jun 2008 02:40:26 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: Jyun-Yi Liou <7yuny1@gmail.com> References: <48498735.6030800@rawbw.com> <81a9e3840806070109g5605ca5ag52382cf100b454e6@mail.gmail.com> <484A4FDC.80308@rawbw.com> <81a9e3840806070228q440af610g94cec5599752048c@mail.gmail.com> In-Reply-To: <81a9e3840806070228q440af610g94cec5599752048c@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Input method doesn't work with QT applications. Anyone able to type Chinese into QT apps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 09:40:28 -0000 Hi Jyun-Yi, With these environment variables prompt window pops up from QT apps but editboxes don't get selected word. Also all GTK applications begin to speak Chinese. Yuri Jyun-Yi Liou wrote: > Hi Yuri, > try this below, > > export LANG=zh_TW.UTF-8 > export LC_CTYPE=zh_TW.UTF-8 > export LC_MESSAGES en_US.ISO8859-1 > export LC_TIME en_US.ISO8859-1 > > this may let your gcin working and keep your system speak in english > > further more, you may want to read this doc > http://chinsan2.twbbs.org/zh-tut/ > > Regards, > jyuny1 > From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 13:24:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB0FC106566B for ; Sat, 7 Jun 2008 13:24:43 +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 4C8E08FC16 for ; Sat, 7 Jun 2008 13:24:43 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 9E58429872; Sat, 7 Jun 2008 15:24:41 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.6.0 (20080423) 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 3qXW6wav8rYF; Sat, 7 Jun 2008 15:24:41 +0200 (CEST) Received: from [10.0.1.4] (unknown [41.222.254.90]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: grego03) by newmail.rmm.fr (Postfix) with ESMTPSA id 30AE629871; Sat, 7 Jun 2008 15:24:23 +0200 (CEST) Message-Id: <635632E3-80FD-4914-B5B4-72B951E95815@todoo.biz> From: bsd To: z.szalbot@lc-words.com In-Reply-To: <483D0181.5010605@lc-words.com> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v924) Date: Sat, 7 Jun 2008 14:23:22 +0100 References: <483C8060.2070003@lc-words.com> <483C87F0.9030803@mikestammer.com> <483D0181.5010605@lc-words.com> X-Mailer: Apple Mail (2.924) Cc: Liste FreeBSD Subject: Re: dump and remote file fetching X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 13:24:43 -0000 What I do : Allow ssh access only using key "PubkeyAuthentication yes" Allow root access Create a root ssh Pubkey Automate the access using any script based on ssh=85 If you want to be more restrictive, you can deploy a firewall localy =20 on your server and limit ssh access to one or more selected IPs. Bye // Le 28 mai 08 =E0 07:53, Zbigniew Szalbot a =E9crit : > Hi there, > >>> Need a word of advice. I use dump to backup my data. All fine. =20 >>> Dump saves compressed *.bz2 files. Nice. All I need now is a way =20 >>> to copy them from the server to a remote backup machine. The =20 >>> problem I am facing is that bz2 files are owned by root:wheel. So =20= >>> if I use scp user@domain.tld:/path/to/*.bz2, it does not have =20 >>> sufficient permissions to fetch the files. I can use sudo, but =20 >>> then I need to interactively type the password, which I would like =20= >>> to avoid. >>> Can you suggest simple ways of getting around this? I don't mind =20 >>> using special tools for the job, especially if they are not too =20 >>> complicated... :) >>> Before firing this email off I took a look at rsync and it seems =20 >>> easy enough to do just what I need but still many thanks for =20 >>> suggestions! >> I have been very happy with rsnapshot. Take that for a spin and =20 >> see how it works for you > > I have taken a look at rsnapshot but it seems I am left to deal with =20= > the same problem: > > =46rom their page: > In addition to full paths on the local filesystem, you can also =20 > backup remote systems using rsync over ssh. If you have ssh =20 > installed and enabled (via the cmd_ssh parameter), you can specify a =20= > path like: > > backup root@example.com:/etc/ example.com/ > > This behaves fundamentally the same way, but you must take a few =20 > extra things into account. > > a/ The ssh daemon must be running on example.com > b/ You must have access to the account you specify the remote =20 > machine, in this case the root user on example.com. > > I do not allow remote root login so what are my options in that =20 > case? How do you deal with such a scenario? Many thanks! > > --=20 > Zbigniew Szalbot > www.lc-words.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=20 > " =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 Sat Jun 7 13:58:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D7E1106566B for ; Sat, 7 Jun 2008 13:58:11 +0000 (UTC) (envelope-from eol1@yahoo.com) Received: from smtp105.prem.mail.ac4.yahoo.com (smtp105.prem.mail.ac4.yahoo.com [76.13.13.44]) by mx1.freebsd.org (Postfix) with SMTP id 943FD8FC15 for ; Sat, 7 Jun 2008 13:58:10 +0000 (UTC) (envelope-from eol1@yahoo.com) Received: (qmail 16694 invoked from network); 7 Jun 2008 13:31:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Ke1UDFiuts/cJuIwMIWk6vUQTqgTCJHZdANB5K5gc/f2JYZC1AuXsnrDAllJWJFQhsiXpAdLIqZFWPOYrnjpezTeTC4R2mjbzXhyfZHp5Y20SixRegS3jXqwxaeDEt/Ra8kl5Rybw5Z+etRDa43zmk6S1iotiip/n55ZbaGuTpg= ; Received: from unknown (HELO ?172.16.1.219?) (eol1@12.198.128.186 with plain) by smtp105.prem.mail.ac4.yahoo.com with SMTP; 7 Jun 2008 13:31:28 -0000 X-YMail-OSG: 1K_ZNdIVM1nUsHuBpZQJbkwf.dihycs6JrqXdCuJoOqleUnQ1uL0BF5s35JZmkyH0KOr1vxRbmTB3npyd0zKE1DQUohMBDlqdQcZ X-Yahoo-Newman-Property: ymail-3 Message-ID: <484A8D73.8040803@yahoo.com> Date: Sat, 07 Jun 2008 09:30:27 -0400 From: Peter Thoenen User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Odhiambo Washington References: <48499CCD.2010708@m2.seamanpaper.com> <991123400806062332r70a7b34co5c93ad14fdacb79f@mail.gmail.com> In-Reply-To: <991123400806062332r70a7b34co5c93ad14fdacb79f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: jeff@seamanpaper.com, freebsd-questions@freebsd.org Subject: Re: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 13:58:11 -0000 > I run FreeBSD 7.0 inside VMware Workstation-6.0.4 (ACE Edition) and I > don't have to setup anything. The time is the always same as the host How long do you keep it up though Odhiambo and how intensive are you using your native OS? I have a similar setup and while it sync's on boot, I routinely lose 15 minutes a day (I keep it up 24x7). I think it is not so much a bug in VMware as opposed to the host OS running slower than it thinks (e.g. maybe a second of OS time is really 1.000001 seconds of real time adding up over long periods) if the native OS is under moderate to heavy use. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 14:38:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9DA51065671 for ; Sat, 7 Jun 2008 14:38:39 +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 B23448FC25 for ; Sat, 7 Jun 2008 14:38:39 +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 1K4zZ0-0005Hf-JV for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 07:38:38 -0700 Message-ID: <17709547.post@talk.nabble.com> Date: Sat, 7 Jun 2008 07:38:38 -0700 (PDT) From: erpa1119 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: erpa1119@gmail.com Subject: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 14:38:39 -0000 I am completely new to linux and need help with wireless connectivity. I have installed freebsd 6.3-RELEASE I have a toshiba satellite 1005-s157 with a dlink gs630 pcmcia card and a linksys wr54g wireless router. ifconfig shows status: associated but I cannot ping anything other than the static IP address that I gave to the wireless card. The card is known working, the AP is known working. I do not have DHCP running on the AP and simply assign IP's to all of my boxes when I first bring them online. topology: wall-->bellsouth router-->linksys AP linksys has a static IP of 192.168.1.3 bellsouth router has a static IP of 192.168.1.254 I have added a default route by running the following. route add default 192.168.1.254 I also ran this ifconfig ath0 ssid "MYAPNAMEHERE" wepmode on weptxkey "MYPASSPHRASE" ifconfig ath0 list scan shows the AP that I am trying to connect through and shows CAPS of EP only. The Question is: How am I associated with the AP but cannot ping anything other than localhost, 127.0.0.1 and the static IP address that I gave the card? All pings except to localhost or 127 or my static ip result in a host down message contents of /etc/resolv.conf search . nameserver 205.xxx.xxx.xxx nameserver 205.xxx.xxx.xxx nameserver 205.xxx.xxx.xxx -- View this message in context: http://www.nabble.com/wireless-help-tp17709547p17709547.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 14:56:07 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BF6E106566C for ; Sat, 7 Jun 2008 14:56:07 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 9BC178FC1C for ; Sat, 7 Jun 2008 14:56:06 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 81653 invoked by uid 89); 7 Jun 2008 14:56:15 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 7 Jun 2008 14:56:15 -0000 Message-ID: <484AA20B.2070500@ibctech.ca> Date: Sat, 07 Jun 2008 10:58:19 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: erpa1119 References: <17709547.post@talk.nabble.com> In-Reply-To: <17709547.post@talk.nabble.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 14:56:07 -0000 > topology: > wall-->bellsouth router-->linksys AP > linksys has a static IP of 192.168.1.3 > bellsouth router has a static IP of 192.168.1.254 You need to configure different prefixes (aka subnets) on each side of the Linksys router: LAN side on Bellsouth: 192.168.1.254 255.255.255.0 WAN side on Linksys: 192.168.1.3 255.255.255.0 LAN (wifi) side of Linksys: 192.168.2.1 255.255.255.0 Laptop: 192.168.2.2 255.255.255.0 Laptop gateway: 192.168.2.1 A trick I recommend very frequently to our ADSL subs that want to implement a wireless router into their network who are already using our equipment that has NAT enabled (to avoid double-NAT), is to disable DHCP on the LAN side of the Linksys, disable the WAN interface, and connect the ADSL modem to one of the LAN ports on the Linksys. Essentially, your access point will then be just that. Hope I understood your problem properly. Steve From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 15:19:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6029C1065676 for ; Sat, 7 Jun 2008 15:19:37 +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 38CDF8FC25 for ; Sat, 7 Jun 2008 15:19:37 +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 1K50Ce-0006aC-Ay for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 08:19:36 -0700 Message-ID: <17709899.post@talk.nabble.com> Date: Sat, 7 Jun 2008 08:19:36 -0700 (PDT) From: erpa1119 To: freebsd-questions@freebsd.org In-Reply-To: <484AA20B.2070500@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: erpa1119@gmail.com References: <17709547.post@talk.nabble.com> <484AA20B.2070500@ibctech.ca> Subject: Re: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 15:19:37 -0000 Why would I change something that is known to function correctly? Steve Bertrand-2 wrote: > >> topology: >> wall-->bellsouth router-->linksys AP >> linksys has a static IP of 192.168.1.3 >> bellsouth router has a static IP of 192.168.1.254 > > You need to configure different prefixes (aka subnets) on each side of > the Linksys router: > > LAN side on Bellsouth: 192.168.1.254 255.255.255.0 > WAN side on Linksys: 192.168.1.3 255.255.255.0 > > LAN (wifi) side of Linksys: 192.168.2.1 255.255.255.0 > Laptop: 192.168.2.2 255.255.255.0 > > Laptop gateway: 192.168.2.1 > > A trick I recommend very frequently to our ADSL subs that want to > implement a wireless router into their network who are already using our > equipment that has NAT enabled (to avoid double-NAT), is to disable DHCP > on the LAN side of the Linksys, disable the WAN interface, and connect > the ADSL modem to one of the LAN ports on the Linksys. > > Essentially, your access point will then be just that. > > Hope I understood your problem properly. > > 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" > > -- View this message in context: http://www.nabble.com/wireless-help-tp17709547p17709899.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 15:35:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F782106566B for ; Sat, 7 Jun 2008 15:35:26 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 3BD4F8FC18 for ; Sat, 7 Jun 2008 15:35:26 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 82985 invoked by uid 89); 7 Jun 2008 15:35:34 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 7 Jun 2008 15:35:34 -0000 Message-ID: <484AAB41.9060605@ibctech.ca> Date: Sat, 07 Jun 2008 11:37:37 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: erpa1119 References: <17709547.post@talk.nabble.com> <484AA20B.2070500@ibctech.ca> <17709899.post@talk.nabble.com> In-Reply-To: <17709899.post@talk.nabble.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 15:35:26 -0000 erpa1119 wrote: > Why would I change something that is known to function correctly? Pardon my ignorance... It was my understanding that the reason you posted to the list was to get help with an issue where you could not communicate with other network devices. Are you saying it does work? Are you saying that perhaps you have other hosts on your network use this same setup successfully? Are you saying that your Linksys "router" is not at all a gateway device (does not NAT and forward packets)? # ifconfig -a # netstat -rn # ping ip.of.linksys # ping ip.of.bellsouth # arp -a ...post them. Steve From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 15:43:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 111681065673 for ; Sat, 7 Jun 2008 15:43:31 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id EE5BA8FC14 for ; Sat, 7 Jun 2008 15:43:30 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 8B63C1CDBD; Sat, 7 Jun 2008 08:43:29 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id I5NeMKSQ7B0l; Sat, 7 Jun 2008 08:43:17 -0700 (PDT) Date: Sat, 7 Jun 2008 11:43:13 -0400 From: Sahil Tandon To: Noah Message-ID: <20080607154313.GA56339@shepherd> Mail-Followup-To: Noah , User Questions References: <4849F2EF.8050807@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4849F2EF.8050807@enabled.com> Cc: User Questions Subject: Re: stunnel not running? (check /var/run/stunnel/stunnel.pid) 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, 07 Jun 2008 15:43:31 -0000 Noah wrote: > Okay I am not understanding something with stunnel. it appears that stunnel > cant start because it cant create a pid file. It happens every time I > upgrade it. > > # /usr/local/etc/rc.d/stunnel restart > stunnel not running? (check /var/run/stunnel/stunnel.pid). > Starting stunnel. > # /usr/local/etc/rc.d/stunnel restart > stunnel not running? (check /var/run/stunnel/stunnel.pid). > Starting stunnel. > # > > Anybody help me understand things here. so here is the relevent output > which I can provide some clues. I notice below that you have modified the rc script, but even after mimicking your changes, I cannot reproduce your problem -- stunnel starts (and creates a pid) just fine. What is logged to /var/log/messages by stunnel? [...] -- Sahil Tandon From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 15:59:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990901065684 for ; Sat, 7 Jun 2008 15:59:59 +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 723BF8FC20 for ; Sat, 7 Jun 2008 15:59:59 +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 1K50pi-0007eu-Gi for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 08:59:58 -0700 Message-ID: <17710294.post@talk.nabble.com> Date: Sat, 7 Jun 2008 08:59:58 -0700 (PDT) From: erpa1119 To: freebsd-questions@freebsd.org In-Reply-To: <484AAB41.9060605@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: erpa1119@gmail.com References: <17709547.post@talk.nabble.com> <484AA20B.2070500@ibctech.ca> <17709899.post@talk.nabble.com> <484AAB41.9060605@ibctech.ca> Subject: Re: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 15:59:59 -0000 Are you saying it does work? Are you saying that perhaps you have other hosts on your network use this same setup successfully? Correct. I have 4 other laptops on this AP that all have internet connectivity (2 winxp and 2 win2k pro). All configured with the gateway as 192.168.1.254 (the BS router) Any ping except to 192.168.1.12 (manually assigned) and 127.0.0.1 and localhost result in either "host is down" or a name resolve issue, ie cannot resolve host. Additionally EricBSD (manually assigned name to box) returns with a cannot resolve host as well. I will post the result of the below shortly. # ifconfig -a # netstat -rn # ping ip.of.linksys # ping ip.of.bellsouth # arp -a Steve Bertrand-2 wrote: > > erpa1119 wrote: >> Why would I change something that is known to function correctly? > > Pardon my ignorance... It was my understanding that the reason you > posted to the list was to get help with an issue where you could not > communicate with other network devices. > > Are you saying it does work? Are you saying that perhaps you have other > hosts on your network use this same setup successfully? Are you saying > that your Linksys "router" is not at all a gateway device (does not NAT > and forward packets)? > > # ifconfig -a > # netstat -rn > # ping ip.of.linksys > # ping ip.of.bellsouth > # arp -a > > ...post them. > > 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" > > -- View this message in context: http://www.nabble.com/wireless-help-tp17709547p17710294.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 16:29:53 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75F71065671; Sat, 7 Jun 2008 16:29:53 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 998558FC29; Sat, 7 Jun 2008 16:29:52 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m57GTi3k091094; Sat, 7 Jun 2008 18:29:44 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m57GTiCm091080; Sat, 7 Jun 2008 18:29:44 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 7 Jun 2008 18:29:44 +0200 (CEST) From: Wojciech Puchar To: Kris Kennaway In-Reply-To: <484A5329.9060501@FreeBSD.org> Message-ID: <20080607182939.E90139@wojtek.tensor.gdynia.pl> References: <20080607103553.F25397@wojtek.tensor.gdynia.pl> <484A4B5E.2030703@FreeBSD.org> <20080607105609.D9207@wojtek.tensor.gdynia.pl> <484A4F94.6030800@FreeBSD.org> <20080607111736.F8760@wojtek.tensor.gdynia.pl> <484A5329.9060501@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 7 sched_ule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 16:29:53 -0000 OK i will try and report On Sat, 7 Jun 2008, Kris Kennaway wrote: > Wojciech Puchar wrote: >>>> i'm running 6.3 Xorg package - packages are old still after upgrade. >>>> the same 6.3 Xorg package was smooth on 6.3 >>> >>> Too many variables, update to the 7.0-stable packages to rule it out. >> >> well - it's rather little variable. SAME X server, just base system >> changed. >> >> > > No, the X server compiles many things differently depending on the OS > version. > > Kris > > From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 16:30:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20C0E106568D for ; Sat, 7 Jun 2008 16:30:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 16C118FC21 for ; Sat, 7 Jun 2008 16:30:27 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m57GUNJl093801; Sat, 7 Jun 2008 18:30:23 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m57GUMOr093714; Sat, 7 Jun 2008 18:30:23 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 7 Jun 2008 18:30:22 +0200 (CEST) From: Wojciech Puchar To: erpa1119 In-Reply-To: <17709547.post@talk.nabble.com> Message-ID: <20080607182957.D90139@wojtek.tensor.gdynia.pl> References: <17709547.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 16:30:29 -0000 > I am completely new to linux and need help with wireless connectivity. > I have installed freebsd 6.3-RELEASE you should install linux not freebsd to learn linux From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 16:36:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAD681065674 for ; Sat, 7 Jun 2008 16:36:00 +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 7A8108FC13 for ; Sat, 7 Jun 2008 16:36:00 +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 1K51OZ-0000T5-Ht for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 09:35:59 -0700 Message-ID: <17710677.post@talk.nabble.com> Date: Sat, 7 Jun 2008 09:35:59 -0700 (PDT) From: erpa1119 To: freebsd-questions@freebsd.org In-Reply-To: <17710294.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: erpa1119@gmail.com References: <17709547.post@talk.nabble.com> <484AA20B.2070500@ibctech.ca> <17709899.post@talk.nabble.com> <484AAB41.9060605@ibctech.ca> <17710294.post@talk.nabble.com> Subject: Re: wireless help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2008 16:36:00 -0000 had to figure out how to mount the usb stick ifconfig plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 ath0: flags=8843 mtu 1500 inet 192.168.1.12 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:13:46:21:83:0c media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps) status: associated ssid GCH_Wireless channel 10 bssid 00:18:39:7c:ea:88 authmode OPEN privacy ON deftxkey UNDEF wepkey 1:104-bit txpowmax 38 bmiss 7 protmode CTS burst bintval 100 arp ? (192.168.1.3) at (incomplete) on ath0 [ethernet] ? (192.168.1.254) at (incomplete) on ath0 [ethernet] ping linksys PING 192.168.1.254 (192.168.1.254): 56 data bytes ping: sendto: Host is down ping: sendto: Host is down ping: sendto: Host is down ping: sendto: Host is down ping: sendto: Host is down --- 192.168.1.254 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss PING 192.168.1.3 (192.168.1.3): 56 data bytes ping: sendto: Host is down ping: sendto: Host is down ping: sendto: Host is down ping: sendto: Host is down ping: sendto: Host is down --- 192.168.1.3 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss netstat Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.1.254 UGS 0 0 ath0 127.0.0.1 127.0.0.1 UH 0 0 lo0 192.168.1 link#3 UC 0 0 ath0 192.168.1.254 link#3 UHLW 2 0 ath0 Internet6: Destination Gateway Flags Netif Expire ::1 ::1 UHL lo0 fe80::%lo0/64 fe80::1%lo0 U lo0 fe80::1%lo0 link#2 UHL lo0 ff01:2::/32 fe80::1%lo0 UC lo0 ff02::%lo0/32 fe80::1%lo0 UC lo0 Thanks for the help erpa1119 wrote: > > Are you saying it does work? Are you saying that perhaps you have other > hosts on your network use this same setup successfully? > > > Correct. > I have 4 other laptops on this AP that all have internet connectivity (2 > winxp and 2 win2k pro). > All configured with the gateway as 192.168.1.254 (the BS router) > > Any ping except to 192.168.1.12 (manually assigned) and 127.0.0.1 and > localhost result in either "host is down" or a name resolve issue, ie > cannot resolve host. > Additionally EricBSD (manually assigned name to box) returns with a cannot > resolve host as well. > > I will post the result of the below shortly. > # ifconfig -a > # netstat -rn > # ping ip.of.linksys > # ping ip.of.bellsouth > # arp -a > > > > > > Steve Bertrand-2 wrote: >> >> erpa1119 wrote: >>> Why would I change something that is known to function correctly? >> >> Pardon my ignorance... It was my understanding that the reason you >> posted to the list was to get help with an issue where you could not >> communicate with other network devices. >> >> Are you saying it does work? Are you saying that perhaps you have other >> hosts on your network use this same setup successfully? Are you saying >> that your Linksys "router" is not at all a gateway device (does not NAT >> and forward packets)? >> >> # ifconfig -a >> # netstat -rn >> # ping ip.of.linksys >> # ping ip.of.bellsouth >> # arp -a >> >> ...post them. >> >> 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" >> >> > > -- View this message in context: http://www.nabble.com/wireless-help-tp17709547p17710677.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 17:10:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4541065673 for ; Sat, 7 Jun 2008 17:10:49 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3D4CB8FC20 for ; Sat, 7 Jun 2008 17:10:48 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so776692ywe.13 for ; Sat, 07 Jun 2008 10:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=z1z8tU/HqjqltYscfXlH2ngoZcrtOew+/XTWfpgV37U=; b=LTWNnY4pND5MNj/sXIrkqfydqxbhSRaToV302p+t5eVPmKt1B3He5zSdLH8AJCXMFe aOTVlmVvEK2R+89je2tPXgyXy58Oaf+ytcgCQ9cCXFNVdZEMm9ojfRAYqsjDtmjx7/Ux 5JpuPbIZ3hhQ6bG0duQ1N5qktMFe7GDKXtyHc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=D4srMEwCJ0vry1gBRGFR9e8lUvpfM6cysRcshG0UnSobJoIDHb3vlh3NVRp92Slhe7 eFYf0JhYwB5jOKakAkcSyEfe4Ry6uyaoRjpJ6scualwhCnScf5edJmx7YhGxkobZflAU kipq1Y1sIQDhgViN8/rhVmxnlMGs26EAQJRfI= Received: by 10.150.212.12 with SMTP id k12mr2603037ybg.228.1212858643719; Sat, 07 Jun 2008 10:10:43 -0700 (PDT) Received: by 10.150.219.9 with HTTP; Sat, 7 Jun 2008 10:10:43 -0700 (PDT) Message-ID: <991123400806071010l65178e51wfba6467f6fa48eb2@mail.gmail.com> Date: Sat, 7 Jun 2008 20:10:43 +0300 From: "Odhiambo Washington" To: "Peter Thoenen" In-Reply-To: <484A8D73.8040803@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48499CCD.2010708@m2.seamanpaper.com> <991123400806062332r70a7b34co5c93ad14fdacb79f@mail.gmail.com> <484A8D73.8040803@yahoo.com> Cc: jeff@seamanpaper.com, freebsd-questions@freebsd.org Subject: Re: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 17:10:49 -0000 On Sat, Jun 7, 2008 at 4:30 PM, Peter Thoenen wrote: >> I run FreeBSD 7.0 inside VMware Workstation-6.0.4 (ACE Edition) and I >> don't have to setup anything. The time is the always same as the host > > How long do you keep it up though Odhiambo and how intensive are you using > your native OS? I have a similar setup and while it sync's on boot, I > routinely lose 15 minutes a day (I keep it up 24x7). I think it is not so > much a bug in VMware as opposed to the host OS running slower than it thinks > (e.g. maybe a second of OS time is really 1.000001 seconds of real time > adding up over long periods) if the native OS is under moderate to heavy > use. I keep mine running non-stop (as long as the host OS is running)). I never shut down my workstation at all, unless stupid Windows install some updates and reboots itself. And besides FreeBSD, there are other guest OSes installed, but these others are run once in a while, and would be on for 2 days or so. I've never realized any time loss. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Oh My God! They killed init! You Bastards!" --from a /. post From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 17:27:39 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B21F1065682 for ; Sat, 7 Jun 2008 17:27:39 +0000 (UTC) (envelope-from beat.siegenthaler@beatsnet.com) Received: from atom.beatsnet.com (cl-26.zrh-01.ch.sixxs.net [IPv6:2001:41e0:ff00:19::2]) by mx1.freebsd.org (Postfix) with ESMTP id C188C8FC21 for ; Sat, 7 Jun 2008 17:27:38 +0000 (UTC) (envelope-from beat.siegenthaler@beatsnet.com) Received: from [192.168.124.200] (200-internal-wlan.beatsnet.com [192.168.124.200]) (authenticated bits=0) by atom.beatsnet.com (8.14.2/8.14.2) with ESMTP id m57HRXgp099629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 7 Jun 2008 19:27:33 +0200 (CEST) (envelope-from beat.siegenthaler@beatsnet.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beatsnet.com; s=ATOM_DKIM; t=1212859656; bh=ghRwcmDxH9cES+t0tFqNi0KUruNpgO+GoHIJV hxUThc=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=QkCMaBO1RDiE PNT8qa55nURRBBHSnwKB6nrZUOcPdncDt0oP+xjPoSPkbHkfBfFbjfm9svNkwVA0uCa 4lHTsuDg0gPMYjDQIiQdlPeSz4nME2Nii3C5nSy+t/S/Q8UbV+8o+C4y9itusD0iJHe EKYvzmGek+QXMOpEdJsv3wk2I= Message-ID: <484AC505.3030204@beatsnet.com> Date: Sat, 07 Jun 2008 19:27:33 +0200 From: Beat Siegenthaler User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: questions@freebsd.org References: <48485C59.3060504@netfence.it> In-Reply-To: <48485C59.3060504@netfence.it> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (atom.beatsnet.com [172.20.0.45]); Sat, 07 Jun 2008 19:27:33 +0200 (CEST) X-Spam-Status: No, score=-3.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on atom.beatsnet.com X-Virus-Scanned: ClamAV 0.93/6807/Thu Apr 17 00:25:48 2008 on atom.beatsnet.com X-Virus-Status: Clean Cc: Subject: Re: Denyhost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 17:27:39 -0000 Andrea Venturoli wrote: > Anyone using this? > I've used it for a long time on a 6.x box and it worked fine. > Recently I had to deactivate it since it seems to lock away every IP > which is listed in the logs. Running on all my Servers like a charm... no Problems known... RELENG_7 i386 and amd64 (fedora too...) Beat From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 17:40:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D99106566C for ; Sat, 7 Jun 2008 17:40:10 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 99C8D8FC0A for ; Sat, 7 Jun 2008 17:40:10 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-96.local (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by typhoon.enabled.com (8.14.2/8.14.2) with ESMTP id m57He8KU027743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 7 Jun 2008 10:40:08 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <484AC7EF.1090608@enabled.com> Date: Sat, 07 Jun 2008 10:39:59 -0700 From: Noah User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Noah , User Questions References: <4849F2EF.8050807@enabled.com> <20080607154313.GA56339@shepherd> In-Reply-To: <20080607154313.GA56339@shepherd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: stunnel not running? (check /var/run/stunnel/stunnel.pid) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 17:40:10 -0000 logs included below Sahil Tandon wrote: > Noah wrote: > >> Okay I am not understanding something with stunnel. it appears that stunnel >> cant start because it cant create a pid file. It happens every time I >> upgrade it. >> >> # /usr/local/etc/rc.d/stunnel restart >> stunnel not running? (check /var/run/stunnel/stunnel.pid). >> Starting stunnel. >> # /usr/local/etc/rc.d/stunnel restart >> stunnel not running? (check /var/run/stunnel/stunnel.pid). >> Starting stunnel. >> # >> >> Anybody help me understand things here. so here is the relevent output >> which I can provide some clues. > > I notice below that you have modified the rc script, but even after mimicking > your changes, I cannot reproduce your problem -- stunnel starts (and creates > a pid) just fine. What is logged to /var/log/messages by stunnel? 2008.06.07 10:37:55 LOG7[27645:134664192]: Snagged 64 random bytes from /root/.rnd 2008.06.07 10:37:55 LOG7[27645:134664192]: Wrote 1024 new random bytes to /root/.rnd 2008.06.07 10:37:55 LOG7[27645:134664192]: RAND_status claims sufficient entropy for the PRNG 2008.06.07 10:37:55 LOG7[27645:134664192]: PRNG seeded successfully 2008.06.07 10:37:55 LOG7[27645:134664192]: Certificate: /usr/local/etc/stunnel/mail.pem 2008.06.07 10:37:55 LOG7[27645:134664192]: Certificate loaded 2008.06.07 10:37:55 LOG7[27645:134664192]: Key file: /usr/local/etc/stunnel/mail.pem 2008.06.07 10:37:55 LOG7[27645:134664192]: Private key loaded 2008.06.07 10:37:55 LOG7[27645:134664192]: SSL context initialized for service pop3s 2008.06.07 10:37:55 LOG5[27645:134664192]: stunnel 4.25 on i386-unknown-freebsd6.2 with OpenSSL 0.9.8h 28 May 2008 2008.06.07 10:37:55 LOG5[27645:134664192]: Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv6 Auth:LIBWRAP 2008.06.07 10:37:55 LOG6[27645:134664192]: file ulimit = 11095 (can be changed with 'ulimit -n') 2008.06.07 10:37:55 LOG6[27645:134664192]: poll() used - no FD_SETSIZE limit for file descriptors 2008.06.07 10:37:55 LOG5[27645:134664192]: 5417 clients allowed 2008.06.07 10:37:55 LOG7[27645:134664192]: FD 5 in non-blocking mode 2008.06.07 10:37:55 LOG7[27645:134664192]: FD 6 in non-blocking mode 2008.06.07 10:37:55 LOG7[27645:134664192]: FD 7 in non-blocking mode 2008.06.07 10:37:55 LOG7[27645:134664192]: SO_REUSEADDR option set on accept socket 2008.06.07 10:37:55 LOG7[27645:134664192]: pop3s bound to 0.0.0.0:995 2008.06.07 10:37:55 LOG3[27646:134664192]: Cannot create pid file /tmp/stunnel.pid 2008.06.07 10:37:55 LOG3[27646:134664192]: create: No such file or directory (2) > > [...] > From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 18:06:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABA91065676 for ; Sat, 7 Jun 2008 18:06:49 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (admin.mwci.net [162.42.148.120]) by mx1.freebsd.org (Postfix) with ESMTP id 3B56C8FC1A for ; Sat, 7 Jun 2008 18:06:48 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [12.202.96.238] (HELO home.dubuque.org) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 222000461 for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 17:07:06 +0000 Date: Sat, 7 Jun 2008 17:06:45 +0000 From: Duane Hill To: freebsd-questions@freebsd.org Message-ID: <20080607170645.3ac211e7@home.dubuque.org> In-Reply-To: <484A8D73.8040803@yahoo.com> References: <48499CCD.2010708@m2.seamanpaper.com> <991123400806062332r70a7b34co5c93ad14fdacb79f@mail.gmail.com> <484A8D73.8040803@yahoo.com> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: vmware timekeeping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 18:06:49 -0000 On Sat, 07 Jun 2008 09:30:27 -0400 Peter Thoenen confabulated: > > I run FreeBSD 7.0 inside VMware Workstation-6.0.4 (ACE Edition) and > > I don't have to setup anything. The time is the always same as the > > host > > How long do you keep it up though Odhiambo and how intensive are you > using your native OS? I have a similar setup and while it sync's on > boot, I routinely lose 15 minutes a day (I keep it up 24x7). I think > it is not so much a bug in VMware as opposed to the host OS running > slower than it thinks (e.g. maybe a second of OS time is really > 1.000001 seconds of real time adding up over long periods) if the > native OS is under moderate to heavy use. I'm running FreeBSD 7.0-RELEASE within Vmware v6.0.4 build 93057 with the host OS being XP-Home-SP2. I also have two jails running within the FreeBSD VM. I have within /boot/loader.conf: kern.hz="50" And within root's crontab: PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin @reboot ntpdate us.pool.ntp.org I do not have the Vmware tools loaded. Nor do I have ntpd running. Time has not been a big issue. The host OS (XP) is used more than average for the irreplaceable Windoe$ software I have yet to find replacements for native to FreeBSD. I just decided to do an ntpdate and here are the results: plz# ntpdate -b us.pool.ntp.org 7 Jun 17:04:06 ntpdate[57748]: step time server 208.53.158.34 offset 2.433443 sec plz# uptime 4:59PM up 6 days, 18:47, 1 user, load averages: 0.00, 0.00, 0.00 -- "If at first you don't succeed, so much for skydiving!" From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 19:33:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F8511065673 for ; Sat, 7 Jun 2008 19:33:55 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7054B8FC19 for ; Sat, 7 Jun 2008 19:33:55 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id EC5DC1CDBE; Sat, 7 Jun 2008 12:33:54 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id 5QjhFow2qM-d; Sat, 7 Jun 2008 12:33:43 -0700 (PDT) Date: Sat, 7 Jun 2008 15:33:40 -0400 From: Sahil Tandon To: Noah Message-ID: <20080607193339.GA56510@shepherd> Mail-Followup-To: Noah , User Questions References: <4849F2EF.8050807@enabled.com> <20080607154313.GA56339@shepherd> <484AC7EF.1090608@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <484AC7EF.1090608@enabled.com> Cc: User Questions Subject: Re: stunnel not running? (check /var/run/stunnel/stunnel.pid) 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, 07 Jun 2008 19:33:55 -0000 Noah wrote: > 2008.06.07 10:37:55 LOG3[27646:134664192]: Cannot create pid file > /tmp/stunnel.pid It should not be trying to create a pid file in /tmp. There is a configuration file being read that is directly stunnel to that location. -- Sahil Tandon From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 19:59:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D55C01065671 for ; Sat, 7 Jun 2008 19:59:57 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 8A7238FC1C for ; Sat, 7 Jun 2008 19:59:57 +0000 (UTC) (envelope-from bitabyss@gmail.com) Received: from [192.168.1.95] (adsl-068-209-177-221.sip.ard.bellsouth.net [68.209.177.221]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id m57Jxt87076371; Sat, 7 Jun 2008 15:59:55 -0400 (EDT) (envelope-from bitabyss@gmail.com) Message-ID: <484AE8BF.5060506@gmail.com> Date: Sat, 07 Jun 2008 15:59:59 -0400 From: Rob User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: Tuc at T-B-O-H , freebsd-questions@freebsd.org References: <200806062217.m56MHgKV019665@vjofn.tucs-beachin-obx-house.com> In-Reply-To: <200806062217.m56MHgKV019665@vjofn.tucs-beachin-obx-house.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: massive ports 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, 07 Jun 2008 19:59:57 -0000 Tuc at T-B-O-H wrote: > I'm wondering just how many ports the author of that statement > has. I have a few to say the least. Actually a few hundred. Ok, well, > 1102 to be a bit more specific.... Blow away and re-install 1102 ports? I think he meant the ports tree, not necessarily the installed ports. I use portsnap (normally much quicker than the various CVS methods) and if I've let it go a few months, it's quicker to blow the whole thing away and reload from scratch: rm -r /var/db/portsnap rm -r /usr/ports portsnap fetch extract -R From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:00:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B432106566C for ; Sat, 7 Jun 2008 20:00:50 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp101.sbc.mail.re2.yahoo.com (smtp101.sbc.mail.re2.yahoo.com [68.142.229.104]) by mx1.freebsd.org (Postfix) with SMTP id 3FFDD8FC17 for ; Sat, 7 Jun 2008 20:00:50 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 53900 invoked from network); 7 Jun 2008 20:00:49 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp101.sbc.mail.re2.yahoo.com with SMTP; 7 Jun 2008 20:00:49 -0000 X-YMail-OSG: 1qn3Y6QVM1kbYrufgJ3mbe5wNhGA3AOGavwVMHNEwK3TB80CEHA0jJbwTDX8xYrfX4u4ZXowSL212a1pDRp5FJ1JQFP1LP0F8P.sKdoGDA-- X-Yahoo-Newman-Property: ymail-3 From: Derek Graham Organization: D and M Computers, Inc. To: freebsd-questions@freebsd.org Date: Sat, 7 Jun 2008 15:00:27 -0500 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: <200806071500.28001.derek.graham@att.net> Subject: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 20:00:50 -0000 Hey all, I have tried using swfdec-plugin to do flash, but it doesnt seem to work too well at least with firefox. One ... I prefer being able to select what flash loads automaticly and Two ... I like to be able to see the flash video but all it does is freeze I can't seem to get linux-flashplugin7 anymore due to the restricted status. Flashplugin9 locks up also, which we all know already. I have heard gnash doesnt do much better... Anyone have a solution that works halfway? Derek From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:33:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED09D1065670 for ; Sat, 7 Jun 2008 20:33:26 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id D01008FC12 for ; Sat, 7 Jun 2008 20:33:26 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1962156rvf.43 for ; Sat, 07 Jun 2008 13:33:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=SrE6aF9aFlpgGU6OntYw9OK/PDyep7Lep4xZ3ox6IHc=; b=fg1t6SFxRmlcNORcpCbH5V+gcpXIFVVZETqsbAJmj0mLqrI3jDgRZ00P4enoiPK529 zB9YTDfKkhtYxqaCOkVGtRnVaDQPiYgQtnfedvXgYj+dsVZvU9WIrwlXEKYSP/dy4noC Q/WTQ4QmGnQyhcMb6JIA3w7LN6laO36p68PRM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=OaH+LLVDvrWp05GwzX0PmgdymrQZC91HA7W1re/oF7IHhlTrYc/XZLLm5TyFzeZD58 YGt+ZHiVatk4e58zHBLlNkg9WVRMcl6R9olBh+PiJbGxaaxv9be/jZz7w3zDmKHmEZU3 UzN2D5ug+KRK0dCiVg+h/FPZ/biwIrdtVImN0= Received: by 10.141.170.9 with SMTP id x9mr988708rvo.90.1212870806520; Sat, 07 Jun 2008 13:33:26 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Sat, 7 Jun 2008 13:33:26 -0700 (PDT) Message-ID: <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> Date: Sat, 7 Jun 2008 15:33:26 -0500 From: "Sam Fourman Jr." To: "Derek Graham" In-Reply-To: <200806071500.28001.derek.graham@att.net> MIME-Version: 1.0 References: <200806071500.28001.derek.graham@att.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 20:33:27 -0000 On Sat, Jun 7, 2008 at 3:00 PM, Derek Graham wrote: > Hey all, > > I have tried using swfdec-plugin to do flash, but it doesnt seem to work > too > well at least with firefox. > One ... I prefer being able to select what flash loads automaticly and > Two ... I like to be able to see the flash video but all it does is freeze > > I can't seem to get linux-flashplugin7 anymore due to the restricted > status. > Flashplugin9 locks up also, which we all know already. I have heard gnash > doesnt do much better... Anyone have a solution that works halfway? > > Derek use Firefox for Windows and use wine, then install the windows Flash 9 plugin Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:40:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2179E10656B7 for ; Sat, 7 Jun 2008 20:40:42 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp105.sbc.mail.re2.yahoo.com (smtp105.sbc.mail.re2.yahoo.com [68.142.229.100]) by mx1.freebsd.org (Postfix) with SMTP id BBEBA8FC0A for ; Sat, 7 Jun 2008 20:40:41 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 10201 invoked from network); 7 Jun 2008 20:40:40 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp105.sbc.mail.re2.yahoo.com with SMTP; 7 Jun 2008 20:40:40 -0000 X-YMail-OSG: f5PL3rsVM1llHZ5s22zx0GBRjBL3GtFVOtg9cjvaLj6PrtV_PTyTq1wNyz6d9D98NwXn4IaQ.vUVbziN7gYD5I1jk55S7HodNOuubApgVrssm.aVnEQcGPPhsTZXj5riCb4P.cAYc0fwcw-- X-Yahoo-Newman-Property: ymail-5 From: Derek Graham Organization: D and M Computers, Inc. To: freebsd-questions@freebsd.org Date: Sat, 7 Jun 2008 15:40:19 -0500 User-Agent: KMail/1.9.7 References: <200806071500.28001.derek.graham@att.net> <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> In-Reply-To: <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806071540.19848.derek.graham@att.net> Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 20:40:42 -0000 on Saturday 07 June 2008Saturday 07 June 2008 Sam Fourman Jr. "Sam Fourman Jr." wrote: > On Sat, Jun 7, 2008 at 3:00 PM, Derek Graham wrote: > > Hey all, > > > > I have tried using swfdec-plugin to do flash, but it doesnt seem to work > > too > > well at least with firefox. > > One ... I prefer being able to select what flash loads automaticly and > > Two ... I like to be able to see the flash video but all it does is > > freeze > > > > I can't seem to get linux-flashplugin7 anymore due to the restricted > > status. > > Flashplugin9 locks up also, which we all know already. I have heard gnash > > doesnt do much better... Anyone have a solution that works halfway? > > > > Derek > > use Firefox for Windows and use wine, then install the windows Flash 9 > plugin > > Sam Fourman Jr. > _______________________________________________ > 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" yeah i got that installed but its a pain to run wine ver of firefox for flash stuff and native firefox for normal usage. Do you recommend using wine firefox for normal use? Sincerely, Derek A. Graham President D and M Computers, Inc. Exceeding your expectations everyday! http://www.dandmcomputers.co.cc/ (847) 305-1954 ext 101 From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:46:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EEE8106567F for ; Sat, 7 Jun 2008 20:46:14 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 3075D8FC28 for ; Sat, 7 Jun 2008 20:46:14 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1964335rvf.43 for ; Sat, 07 Jun 2008 13:46:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=vTuroIFltWyWTWnsKSDIxTAz3JeE84jpnzJ42TDNEus=; b=ErjQAuNv34SQBc8tDBTBWm3CNLZiluPh7QL/z/fcOsDwfX22e/jqCC35JQJSKEKRqC OywYagCzZd6u1YGgWDVhvUqyzc2FjJVLfA/wcw1QzHyVl6oHHcj3S0svu8512pxkulrH kaHpfOvDS4o+hNHSQc7X/MGQwf16UI3QgHpew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=fPKV+sfnYSUnuDRCvfirxpSFWaaUtv+8+D5+V3gfuQ+CzShX92OkexgajMegrOPQVT xzsTYvj2ekfjDVNYnqoxniq1tKejSg0xhDxlqNYRa+/IzQYnN+EnzgwgXeW3Mvao9bOa ZDJtZS9bnyWSsR8jrranoRtiuNcwVlZumEPAY= Received: by 10.141.141.3 with SMTP id t3mr977066rvn.226.1212871573581; Sat, 07 Jun 2008 13:46:13 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Sat, 7 Jun 2008 13:46:13 -0700 (PDT) Message-ID: <11167f520806071346hb5bc200n42bbf313b56ab031@mail.gmail.com> Date: Sat, 7 Jun 2008 15:46:13 -0500 From: "Sam Fourman Jr." To: "Derek Graham" In-Reply-To: <200806071540.19848.derek.graham@att.net> MIME-Version: 1.0 References: <200806071500.28001.derek.graham@att.net> <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> <200806071540.19848.derek.graham@att.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 20:46:14 -0000 On Sat, Jun 7, 2008 at 3:40 PM, Derek Graham wrote: > on Saturday 07 June 2008Saturday 07 June 2008 Sam Fourman Jr. "Sam Fourman > Jr." wrote: > > > On Sat, Jun 7, 2008 at 3:00 PM, Derek Graham > wrote: > > > Hey all, > > > > > > I have tried using swfdec-plugin to do flash, but it doesnt seem to > work > > > too > > > well at least with firefox. > > > One ... I prefer being able to select what flash loads automaticly and > > > Two ... I like to be able to see the flash video but all it does is > > > freeze > > > > > > I can't seem to get linux-flashplugin7 anymore due to the restricted > > > status. > > > Flashplugin9 locks up also, which we all know already. I have heard > gnash > > > doesnt do much better... Anyone have a solution that works halfway? > > > > > > Derek > > > > use Firefox for Windows and use wine, then install the windows Flash 9 > > plugin > > > > Sam Fourman Jr. > > _______________________________________________ > > 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" > > > yeah i got that installed but its a pain to run wine ver of firefox for > flash > stuff and native firefox for normal usage. Do you recommend using wine > firefox for normal use? > > I don't know, not really I have never been able to get the fonts to look right in wine firefox Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:47:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414071065671 for ; Sat, 7 Jun 2008 20:47:32 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: from superhero.nl (wolverine.superhero.nl [77.73.16.20]) by mx1.freebsd.org (Postfix) with ESMTP id C208E8FC18 for ; Sat, 7 Jun 2008 20:47:31 +0000 (UTC) (envelope-from freebsd@superhero.nl) Received: (qmail 97899 invoked by uid 80); 7 Jun 2008 20:20:50 -0000 Received: from 82.95.198.17 (SquirrelMail authenticated user gelsemap) by webmail.superhero.nl with HTTP; Sat, 7 Jun 2008 22:20:50 +0200 (CEST) Message-ID: <56297.82.95.198.17.1212870050.squirrel@webmail.superhero.nl> Date: Sat, 7 Jun 2008 22:20:50 +0200 (CEST) From: "Gelsema, P \(Patrick\) - FreeBSD" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: NFE setting manually to 1000baseT and half duplex X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 20:47:32 -0000 Hi List, I am using the nfe driver on Freebsd 7.0R and I am unable to change the NIC driver manually to 1000baseT with half-duplex. I believe I am not getting the max out of my network connection and want to see if changing the duplex will help. hulk# ifconfig nfe0 10.202.77.110 media 100baseTX hulk# ifconfig nfe0 nfe0: flags=8843 metric 0 mtu 1500 options=8 ether 00:18:f3:9f:f1:b4 inet6 fe80::218:f3ff:fe9f:f1b4%nfe0 prefixlen 64 scopeid 0x2 inet 10.202.77.113 netmask 0xffffff00 broadcast 10.202.77.255 inet 10.202.77.114 netmask 0xffffff00 broadcast 10.202.77.255 inet 10.202.77.76 netmask 0xffffff00 broadcast 10.202.77.255 inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 inet 10.202.77.110 netmask 0xff000000 broadcast 10.255.255.255 media: Ethernet 100baseTX (1000baseTX ) status: active Why between () the 1000baseTX? Is that the actual speed? The maximum speed? hulk# ifconfig nfe0 10.202.77.110 media 1000baseT ifconfig: SIOCSIFMEDIA (media): Device not configured man nfe says this is possible. hulk# ifconfig nfe0 10.202.77.110 media autoselect hulk# ifconfig nfe0 nfe0: flags=8843 metric 0 mtu 1500 options=8 ether 00:18:f3:9f:f1:b4 inet6 fe80::218:f3ff:fe9f:f1b4%nfe0 prefixlen 64 scopeid 0x2 inet 10.202.77.114 netmask 0xffffff00 broadcast 10.202.77.255 inet 10.202.77.76 netmask 0xffffff00 broadcast 10.202.77.255 inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 inet 10.202.77.110 netmask 0xff000000 broadcast 10.255.255.255 media: Ethernet autoselect (1000baseTX ) status: active hulk# ifconfig nfe0 mediaopt half-duplex No errors but cant see if it works. Question is, why cant I just do the following; hulk# ifconfig nfe0 media 1000baseT mediaopt half-duplex pciconf -lv nfe0@pci0:0:7:0: class=0x068000 card=0x82341043 chip=0x03ef10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'MCP61 Ethernet' class = bridge hulk# uname -a FreeBSD hulk.superhero.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sun Feb 24 14:37:26 CET 2008 admin@hulk.superhero.nl:/usr/obj/usr/src/sys/GENERIC amd64 hulk# Thanks and regards, Patrick From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 20:48:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D538C1065686 for ; Sat, 7 Jun 2008 20:48:18 +0000 (UTC) (envelope-from derek.graham@att.net) Received: from smtp107.sbc.mail.re2.yahoo.com (smtp107.sbc.mail.re2.yahoo.com [68.142.229.98]) by mx1.freebsd.org (Postfix) with SMTP id 9538B8FC29 for ; Sat, 7 Jun 2008 20:48:18 +0000 (UTC) (envelope-from derek.graham@att.net) Received: (qmail 27326 invoked from network); 7 Jun 2008 20:48:17 -0000 Received: from unknown (HELO mulder) (derek.graham@att.net@68.75.174.209 with plain) by smtp107.sbc.mail.re2.yahoo.com with SMTP; 7 Jun 2008 20:48:17 -0000 X-YMail-OSG: iSpt6T4VM1n7qBk.h4kgNi.XQqtc.Njp9OG9j3hgSArtA4lBE3UC60L6PdWUTv3427tXvctG2uCAUxIO2AHlctyEECbR6bWZ.xPeVs9lZQ79XLwbLc3kvJXr87t994zR_Nwv40EA6C_H.w-- X-Yahoo-Newman-Property: ymail-5 From: Derek Graham Organization: D and M Computers, Inc. To: freebsd-questions@freebsd.org Date: Sat, 7 Jun 2008 15:47:56 -0500 User-Agent: KMail/1.9.7 References: <200806071500.28001.derek.graham@att.net> <200806071540.19848.derek.graham@att.net> <11167f520806071346hb5bc200n42bbf313b56ab031@mail.gmail.com> In-Reply-To: <11167f520806071346hb5bc200n42bbf313b56ab031@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806071547.56717.derek.graham@att.net> Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 20:48:18 -0000 on Saturday 07 June 2008Saturday 07 June 2008 Sam Fourman Jr. "Sam Fourman Jr." wrote: > On Sat, Jun 7, 2008 at 3:40 PM, Derek Graham wrote: > > on Saturday 07 June 2008Saturday 07 June 2008 Sam Fourman Jr. "Sam > > Fourman > > > > Jr." wrote: > > > On Sat, Jun 7, 2008 at 3:00 PM, Derek Graham > > > > wrote: > > > > Hey all, > > > > > > > > I have tried using swfdec-plugin to do flash, but it doesnt seem to > > > > work > > > > > > too > > > > well at least with firefox. > > > > One ... I prefer being able to select what flash loads automaticly > > > > and Two ... I like to be able to see the flash video but all it does > > > > is freeze > > > > > > > > I can't seem to get linux-flashplugin7 anymore due to the restricted > > > > status. > > > > Flashplugin9 locks up also, which we all know already. I have heard > > > > gnash > > > > > > doesnt do much better... Anyone have a solution that works halfway? > > > > > > > > Derek > > > > > > use Firefox for Windows and use wine, then install the windows Flash 9 > > > plugin > > > > > > Sam Fourman Jr. > > > _______________________________________________ > > > 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" > > > > yeah i got that installed but its a pain to run wine ver of firefox for > > flash > > stuff and native firefox for normal usage. Do you recommend using wine > > firefox for normal use? > > > > I don't know, not really I have never been able to get the fonts to look > > right in wine firefox > > Sam Fourman Jr. I was just going to ask you about that, it all looks like crud with the fonts not right, anyone know how to setup the fonts for wine? Sincerely, Derek A. Graham President D and M Computers, Inc. Exceeding your expectations everyday! http://www.dandmcomputers.co.cc/ (847) 305-1954 ext 101 From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 21:13:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81923106567B for ; Sat, 7 Jun 2008 21:13:42 +0000 (UTC) (envelope-from isachpaz@igd.fhg.de) Received: from mailgate2.igd.fraunhofer.de (mailgate2.igd.fraunhofer.de [192.44.32.14]) by mx1.freebsd.org (Postfix) with ESMTP id 1E2948FC1A for ; Sat, 7 Jun 2008 21:13:42 +0000 (UTC) (envelope-from isachpaz@igd.fhg.de) Received: from localhost (localhost [127.0.0.1]) by mailgate2.igd.fraunhofer.de (Postfix) with ESMTP id D2F5D59591 for ; Sat, 7 Jun 2008 22:48:02 +0200 (CEST) Received: from PC1510 (host1665.igd.fhg.de [146.140.7.129]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mailgate2.igd.fraunhofer.de (Postfix) with ESMTP id 97EC25957A for ; Sat, 7 Jun 2008 22:47:57 +0200 (CEST) From: "Ilias SACHPAZIDIS" To: Date: Sat, 7 Jun 2008 22:47:52 +0200 Message-ID: <006201c8c8df$c448b2a0$81078c92@PC1510> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-index: AcjI38DnzFEGEMqPT3euhvlv+nlcqA== X-Virus-Scanned: by amavisd-new at mailgate2.igd.fraunhofer.de Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Sat, 07 Jun 2008 21:13:42 -0000 -------------------------------------------------------------- Fraunhofer IGD Department Cognitive Computing & Medical Imaging Ilias Sachpazidis phone:+49/(0)/6151/155 507 Fraunhoferstr. 5 fax :+49/(0)/6151/155 480 D-64283 Darmstadt Ilias.Sachpazidis@igd.fhg.de Germany http://www.igd.fhg.de/~isachpaz -------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 22:21:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 858E710656C2 for ; Sat, 7 Jun 2008 22:21:55 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from nagual.nl (cc20684-a.assen1.dr.home.nl [82.74.10.158]) by mx1.freebsd.org (Postfix) with ESMTP id 1E57E8FC15 for ; Sat, 7 Jun 2008 22:21:54 +0000 (UTC) (envelope-from dick@nagual.nl) Received: from westmark (westmark.nagual.nl [192.168.11.22]) by nagual.nl (8.13.8+Sun/8.13.8/yanta) with ESMTP id m57M4UdJ015782 for ; Sun, 8 Jun 2008 00:04:30 +0200 (CEST) Date: Sun, 8 Jun 2008 00:03:50 +0200 From: Dick Hoogendijk To: freebsd-questions@freebsd.org Message-ID: <20080608000350.00006173@westmark> In-Reply-To: <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> References: <200806071500.28001.derek.graham@att.net> <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> Organization: de nagual X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.1; i386-pc-solaris2.11) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 192.168.11.35 Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 22:21:55 -0000 On Sat, 7 Jun 2008 15:33:26 -0500 "Sam Fourman Jr." wrote: > use Firefox for Windows and use wine, then install the windows Flash 9 > plugin People choosing FreeBSD shouldn't be "forced" to run windowish solution. The OS is not supported. That's a major problem in these modern times, although lots of fbsd people tend to say it is not. That's not everyday's live however. FreeBSD does not make the web. -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D ++ http://nagual.nl/ + SunOS sxde 01/08 ++ From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 22:36:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54D57106567C for ; Sat, 7 Jun 2008 22:36:57 +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 289838FC17 for ; Sat, 7 Jun 2008 22:36:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K571o-0006rn-6a for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 22:36:52 +0000 Received: from 4be54-4-82-234-154-189.fbx.proxad.net ([82.234.154.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2008 22:36:52 +0000 Received: from jaj by 4be54-4-82-234-154-189.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2008 22:36:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jona Joachim Date: Sat, 7 Jun 2008 22:36:38 +0000 (UTC) Lines: 25 Message-ID: References: <560f92640806061458k7b413e9du49c84c252b424fcb@mail.gmail.com> <200806062217.m56MHgKV019665@vjofn.tucs-beachin-obx-house.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 4be54-4-82-234-154-189.fbx.proxad.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: massive ports 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, 07 Jun 2008 22:36:57 -0000 On 2008-06-06, Tuc at T-B-O-H wrote: > In UPDATING it says : > > Given the scope and sheer number of dependent ports, it may be more > advisable to simply blow away all existing install ports (after > keeping any local configuration changes), and rebuilding from scratch. > > > I'm wondering just how many ports the author of that statement > has. I have a few to say the least. Actually a few hundred. Ok, well, > 1102 to be a bit more specific.... Blow away and re-install 1102 ports? > For real? That's not uncommon. For example when you go from one major FreeBSD version to another you have to rebuild everything most of the time because of ABI changes. Of course you could also wait for the building cluster to catch up and do a binary upgrade (-P in portupgrade). Jona -- Pond-erosa Puff wouldn't take no guff Water oughta be clean and free So he fought the fight and he set things right With his OpenBSD From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 22:48:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D3CA106567B for ; Sat, 7 Jun 2008 22:48:35 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 367F58FC1A for ; Sat, 7 Jun 2008 22:48:35 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1986062rvf.43 for ; Sat, 07 Jun 2008 15:48:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=RZeHnhet+YNeggkCaiHXx0hgIBOS1DhGwlrj27Mhc94=; b=Lw4OjdZgBTaarB1XiuifGN6JkA4pDJ0RQz+SO4VxQtdfzhSpJVzmuHiK+I3ab8x5to ejiz+3pm+a6PtLB7elV+LbOEROwUgnMwm7nqOODR+kM2uEtDsNy4w+WZFA6DAb9yTeqk gK5RDiIP4xvGwbG0Ueyp81/XJ1/zBICvJUnuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=dsFSO+l7H1TkM56JLoS69Lmuy/FH32gwTID1stVQuQOeSm7RN1eM382vGgR3/VOC3r IxsSkZhpvTVnS86TVoHUFGE0WqWejFAb1jux55a9GAScf5xU1q/aoN2W6GQ81w5GpHma 7vokJ6BpjnVmS0SYhnuha5QJiue8fKjwGR80c= Received: by 10.141.87.13 with SMTP id p13mr1046265rvl.113.1212878914998; Sat, 07 Jun 2008 15:48:34 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Sat, 7 Jun 2008 15:48:34 -0700 (PDT) Message-ID: <11167f520806071548y4d0b0599m74268bcf02d27d76@mail.gmail.com> Date: Sat, 7 Jun 2008 17:48:34 -0500 From: "Sam Fourman Jr." To: "Dick Hoogendijk" In-Reply-To: <20080608000350.00006173@westmark> MIME-Version: 1.0 References: <200806071500.28001.derek.graham@att.net> <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> <20080608000350.00006173@westmark> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 22:48:35 -0000 > People choosing FreeBSD shouldn't be "forced" to run windowish > solution. The OS is not supported. That's a major problem in these > modern times, although lots of fbsd people tend to say it is not. > That's not everyday's live however. FreeBSD does not make the web. > > I agree, I made a comment, last week when I noticed I could not even Pay my credit card bill at a major US bank,on FreeBSD because of the lack of flash9. To me I find it kind of a oxy moron to have to load a Windows Application in wine, in order to complete a secure financial transaction. I wish there was a way for the FreeBSD community to let Adobe know that we are out here. I know there are online petitions and I have signed them. I know the topic of flash 9 gets brought up every week on this list, or so it seems. but does anyone know if someone is working on getting Flash9 to work in FreeBSD? if there is someone working on it, maybe there should be a wiki page since Flash9 is such a popular port. I can say that I have saw a report from someone last week saying that the new linux 2.6x emulation in 8 -current still does not make the flash9 port work in a stable manner. Sam Fourman Jr. From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 22:58:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF701065679 for ; Sat, 7 Jun 2008 22:58:25 +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 D78EB8FC0A for ; Sat, 7 Jun 2008 22:58:24 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K57Me-0007eB-HJ for freebsd-questions@freebsd.org; Sat, 07 Jun 2008 22:58:24 +0000 Received: from 4be54-4-82-234-154-189.fbx.proxad.net ([82.234.154.189]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2008 22:58:24 +0000 Received: from jaj by 4be54-4-82-234-154-189.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jun 2008 22:58:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jona Joachim Date: Sat, 7 Jun 2008 22:58:15 +0000 (UTC) Lines: 32 Message-ID: References: <200806071500.28001.derek.graham@att.net> <11167f520806071333r7d51192at3bdcc5e63cb6766@mail.gmail.com> <20080608000350.00006173@westmark> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 4be54-4-82-234-154-189.fbx.proxad.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 22:58:25 -0000 On 2008-06-07, Dick Hoogendijk wrote: > On Sat, 7 Jun 2008 15:33:26 -0500 > "Sam Fourman Jr." wrote: > >> use Firefox for Windows and use wine, then install the windows Flash 9 >> plugin > > People choosing FreeBSD shouldn't be "forced" to run windowish > solution. The OS is not supported. That's a major problem in these > modern times, although lots of fbsd people tend to say it is not. > That's not everyday's live however. FreeBSD does not make the web. Flash is a big pain IMO. The Flash question has been asked *a lot* of times on this list. The answer usually boils down to "use www/nspluginwrapper" or "use linux-firefox". Both "solutions" are far from optimal. My solution is to simply ignore Flash content. It makes your "online experience" much more enjoyable. This is my personal choice of course. I think it is rather reducing when you have to beg unkind vendors to eventually consider that you exist. I don't think proprietary binary formats have their place on the web. The WWW is an information exchange platform, why would you want to diffuse information around the globe when you know that a lot of people will not be able to decipher it? It's a bit arrogant I think. Jona -- Pond-erosa Puff wouldn't take no guff Water oughta be clean and free So he fought the fight and he set things right With his OpenBSD From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 23:05:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4247F106564A for ; Sat, 7 Jun 2008 23:05:53 +0000 (UTC) (envelope-from freebsd.mtoth@queldor.net) Received: from queldor.net (queldor.com [216.164.83.38]) by mx1.freebsd.org (Postfix) with ESMTP id 385918FC0C for ; Sat, 7 Jun 2008 23:05:53 +0000 (UTC) (envelope-from freebsd.mtoth@queldor.net) Received: from c-71-192-238-70.hsd1.ma.comcast.net ([71.192.238.70] helo=[192.168.1.197]) by queldor.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K578j-0007li-L2; Sat, 07 Jun 2008 17:44:01 -0500 Message-ID: <484B1088.6030905@queldor.net> Date: Sat, 07 Jun 2008 18:49:44 -0400 From: Michael Toth User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "Gelsema, P \(Patrick\) - FreeBSD" References: <56297.82.95.198.17.1212870050.squirrel@webmail.superhero.nl> In-Reply-To: <56297.82.95.198.17.1212870050.squirrel@webmail.superhero.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: NFE setting manually to 1000baseT and half duplex X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 23:05:53 -0000 Hi, You should be doing # ifconfig nfe0 10.202.77.110 media 1000baseTX <--- note the 'X' Gelsema, P (Patrick) - FreeBSD wrote: > Hi List, > > I am using the nfe driver on Freebsd 7.0R and I am unable to change the > NIC driver manually to 1000baseT with half-duplex. I believe I am not > getting the max out of my network connection and want to see if changing > the duplex will help. > > hulk# ifconfig nfe0 10.202.77.110 media 100baseTX > hulk# ifconfig nfe0 > nfe0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:18:f3:9f:f1:b4 > inet6 fe80::218:f3ff:fe9f:f1b4%nfe0 prefixlen 64 scopeid 0x2 > inet 10.202.77.113 netmask 0xffffff00 broadcast 10.202.77.255 > inet 10.202.77.114 netmask 0xffffff00 broadcast 10.202.77.255 > inet 10.202.77.76 netmask 0xffffff00 broadcast 10.202.77.255 > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 > inet 10.202.77.110 netmask 0xff000000 broadcast 10.255.255.255 > media: Ethernet 100baseTX (1000baseTX ) > status: active > > Why between () the 1000baseTX? Is that the actual speed? The maximum speed? > > hulk# ifconfig nfe0 10.202.77.110 media 1000baseT > ifconfig: SIOCSIFMEDIA (media): Device not configured > > man nfe says this is possible. > > hulk# ifconfig nfe0 10.202.77.110 media autoselect > hulk# ifconfig nfe0 > nfe0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:18:f3:9f:f1:b4 > inet6 fe80::218:f3ff:fe9f:f1b4%nfe0 prefixlen 64 scopeid 0x2 > inet 10.202.77.114 netmask 0xffffff00 broadcast 10.202.77.255 > inet 10.202.77.76 netmask 0xffffff00 broadcast 10.202.77.255 > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 > inet 10.202.77.110 netmask 0xff000000 broadcast 10.255.255.255 > media: Ethernet autoselect (1000baseTX ) > status: active > > hulk# ifconfig nfe0 mediaopt half-duplex > No errors but cant see if it works. > > Question is, why cant I just do the following; > hulk# ifconfig nfe0 media 1000baseT mediaopt half-duplex > > pciconf -lv > nfe0@pci0:0:7:0: class=0x068000 card=0x82341043 chip=0x03ef10de > rev=0xa2 hdr=0x00 > vendor = 'Nvidia Corp' > device = 'MCP61 Ethernet' > class = bridge > > hulk# uname -a > FreeBSD hulk.superhero.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sun Feb 24 > 14:37:26 CET 2008 admin@hulk.superhero.nl:/usr/obj/usr/src/sys/GENERIC > amd64 > hulk# > > Thanks and regards, > > Patrick > _______________________________________________ > 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 Jun 7 23:29:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A89C1065671 for ; Sat, 7 Jun 2008 23:29:11 +0000 (UTC) (envelope-from ltcddata@davids-website.com) Received: from mk-outboundfilter-5-a-2.mail.uk.tiscali.com (mk-outboundfilter-5-a-2.mail.uk.tiscali.com [212.74.114.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1018FC18 for ; Sat, 7 Jun 2008 23:29:11 +0000 (UTC) (envelope-from ltcddata@davids-website.com) X-Trace: 40403424/mk-outboundfilter-5.mail.uk.tiscali.com/F2S/$NILDRAM-ACCEPTED/nildram-customers/62.3.226.102 X-SBRS: None X-RemoteIP: 62.3.226.102 X-IP-MAIL-FROM: ltcddata@davids-website.com X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAM6vSkg+A+Jm/2dsb2JhbACuRA X-IronPort-AV: E=Sophos;i="4.27,606,1204502400"; d="scan'208";a="40403424" X-IP-Direction: IN Received: from davids-website.com (HELO www.davids-website.com) ([62.3.226.102]) by smtp.f2s.tiscali.co.uk with ESMTP; 07 Jun 2008 23:59:43 +0100 Received: from farscape.davids-website.com (farscape.davids-website.com [10.0.0.1]) by www.davids-website.com (Postfix) with ESMTP id A2817114AE for ; Sat, 7 Jun 2008 23:59:42 +0100 (BST) From: LtCdData To: freebsd-questions@freebsd.org Date: Sat, 7 Jun 2008 23:59:35 +0100 User-Agent: KMail/1.9.7 References: <200806071500.28001.derek.graham@att.net> In-Reply-To: <200806071500.28001.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806072359.35977.ltcddata@davids-website.com> Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Jun 2008 23:29:11 -0000 On Saturday 07 June 2008, Derek Graham wrote: > Hey all, > > I have tried using swfdec-plugin to do flash, but it doesnt seem to work > too well at least with firefox. > One ... I prefer being able to select what flash loads automaticly and > Two ... I like to be able to see the flash video but all it does is freeze > > I can't seem to get linux-flashplugin7 anymore due to the restricted > status. Flashplugin9 locks up also, which we all know already. I have heard > gnash doesnt do much better... Anyone have a solution that works halfway? > > Derek > Yep, I have to say it too, firefox for windows under wine is now my main firefox browser on freebsd, as the other solutions just don not work well enough, or just do not work.... > _______________________________________________ > 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 Jun 8 00:00:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6A6C1065671 for ; Sun, 8 Jun 2008 00:00:02 +0000 (UTC) (envelope-from agh@tpg.com.au) Received: from mail9.tpgi.com.au (smtp-out9.tpgi.com.au [220.244.226.119]) by mx1.freebsd.org (Postfix) with ESMTP id 670028FC17 for ; Sun, 8 Jun 2008 00:00:02 +0000 (UTC) (envelope-from agh@tpg.com.au) X-TPG-Antivirus: Passed Received: from [192.168.0.2] (123-243-254-144.static.tpgi.com.au [123.243.254.144]) by mail9.tpgi.com.au (envelope-from agh@tpg.com.au) (8.14.2/8.14.2) with ESMTP id m57NjVu0019919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Jun 2008 09:45:38 +1000 From: Alastair Hogge To: freebsd-questions@freebsd.org Date: Sun, 8 Jun 2008 09:46:43 +1000 User-Agent: KMail/1.9.7 References: <200806071500.28001.derek.graham@att.net> <11167f520806071346hb5bc200n42bbf313b56ab031@mail.gmail.com> <200806071547.56717.derek.graham@att.net> In-Reply-To: <200806071547.56717.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806080946.44026.agh@tpg.com.au> Cc: Derek Graham Subject: Re: Flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Jun 2008 00:00:02 -0000 On Sun, 8 Jun 2008 06:47:56 Derek Graham wrote: > on Saturday 07 June 2008Saturday 07 June 2008 Sam Fourman Jr. "Sam Fourman > > Jr." wrote: > > On Sat, Jun 7, 2008 at 3:40 PM, Derek Graham wrote: > > > on Saturday 07 June 2008Saturday 07 June 2008 Sam Fourman Jr. "Sam > > > Fourman > > > > > > Jr." wrote: > > > > On Sat, Jun 7, 2008 at 3:00 PM, Derek Graham > > > > > > wrote: > > > > > Hey all, > > > > > > > > > > I have tried using swfdec-plugin to do flash, but it doesnt seem to > > > > > > work > > > > > > > > too > > > > > well at least with firefox. > > > > > One ... I prefer being able to select what flash loads automaticly > > > > > and Two ... I like to be able to see the flash video but all it > > > > > does is freeze > > > > > > > > > > I can't seem to get linux-flashplugin7 anymore due to the > > > > > restricted status. > > > > > Flashplugin9 locks up also, which we all know already. I have heard > > > > > > gnash > > > > > > > > doesnt do much better... Anyone have a solution that works halfway? > > > > > > > > > > Derek > > > > > > > > use Firefox for Windows and use wine, then install the windows Flash > > > > 9 plugin > > > > > > > > Sam Fourman Jr. > > > > _______________________________________________ > > > > 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" > > > > > > yeah i got that installed but its a pain to run wine ver of firefox for > > > flash > > > stuff and native firefox for normal usage. Do you recommend using wine > > > firefox for normal use? > > > > > > I don't know, not really I have never been able to get the fonts to > > > look > > > > right in wine firefox > > > > Sam Fourman Jr. > > I was just going to ask you about that, it all looks like crud with the > fonts not right, anyone know how to setup the fonts for wine? Search for winetricks, it's a shell script that can download and install MS-Windows fonts(amoung other things) for you. Also PC-BSD has a PBI for installing MS-Windows fonts for wine, maybe check that out? > Sincerely, > Derek A. Graham -Alastair > President > D and M Computers, Inc. > Exceeding your expectations everyday! > http://www.dandmcomputers.co.cc/ > (847) 305-1954 ext 101 > > _______________________________________________ > 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"