From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 00:51:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1712416A4DE for ; Sun, 9 Jul 2006 00:51:21 +0000 (UTC) (envelope-from sigma_zk@yahoo.com) Received: from web52308.mail.yahoo.com (web52308.mail.yahoo.com [206.190.48.151]) by mx1.FreeBSD.org (Postfix) with SMTP id 4355A43D49 for ; Sun, 9 Jul 2006 00:51:20 +0000 (GMT) (envelope-from sigma_zk@yahoo.com) Received: (qmail 65008 invoked by uid 60001); 9 Jul 2006 00:51:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=YjDP/HfAu/pSDroU4cUaIbyR5fPLQ4nGNtYEnxqdixjf6Rd/BDfdJeChORUVKUWxz6JafLHrZHBJN6yEWg81tmeaslPpVB9VluHlEaBSko2AsM9QGyMGT0fRmbsK5VMxK7EzgbonT+WpjlsnECajhTa8s9sRzxTAdsWoNotIf6k= ; Message-ID: <20060709005119.65006.qmail@web52308.mail.yahoo.com> Received: from [24.87.114.179] by web52308.mail.yahoo.com via HTTP; Sat, 08 Jul 2006 17:51:19 PDT Date: Sat, 8 Jul 2006 17:51:19 -0700 (PDT) From: "Sean M." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: SO Woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 00:51:21 -0000 1. I use to have the GCC 4.2 port installed, but since it perpetually failed to compile anything, I removed it. But now, some of the ports that it did compile now complain about a missing "libgcc_s.so.1". How can I find all these ports (I know I can change them with "make install clean FORCE_PKG_VERSION")? 2. When I try to change my screensaver in KDE, I get the message Shared object libm.so.3 not found, required by libGL.so.1 And some other KDE programs like Krita and KPovModeler won't start, which I guess is due to the same problem. "ldconfig -s" lists only "libm.so.4". How do I fix this? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 03:10:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE35916A4DE for ; Sun, 9 Jul 2006 03:10:48 +0000 (UTC) (envelope-from rob@coombs.anu.edu.au) Received: from mailhost.netspeed.com.au (mailhost.netspeed.com.au [203.31.48.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1195E43D53 for ; Sun, 9 Jul 2006 03:10:47 +0000 (GMT) (envelope-from rob@coombs.anu.edu.au) Received: from freebsd.connect-a.com.au (unverified [210.9.143.217]) by NSmailhost (SurgeMail 3.7c) with ESMTP id 224876623 for ; Sun, 09 Jul 2006 13:10:33 +1000 Received: from localhost (localhost [127.0.0.1]) by freebsd.connect-a.com.au (8.12.3/8.11.3) with ESMTP id k693AdkU002590 for ; Sun, 9 Jul 2006 13:10:39 +1000 (EST) (envelope-from rob@coombs.anu.edu.au) Date: Sun, 9 Jul 2006 13:10:39 +1000 (EST) From: Rob Hurle X-X-Sender: rob@freebsd.connect-a.com.au To: freebsd-questions@freebsd.org Message-ID: <20060709113918.G2300@freebsd.connect-a.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Server: High Performance Mail Server - http://surgemail.com r=896955829 Subject: FreeBSD 6.1 rl interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 03:10:49 -0000 Dear People, I'm hoping to upgrade from FreeBSD 4.6.1 on a Pentium II to FreeBSD 6.1 on a P5 3.2GHz. Of course, I'm doing a fresh install on the new system. There's been some annoyances - Openoffice.org is still at 1.1.5 rather than 2.0 on the release, and KDE desn't seem to want to run screen savers, sound does not work, etc, etc. I am working through these. But the killer is that I want to run 2 ethernet interfaces. The on-board one is fxp0 (Intel) and comes up fine. The other is a PCI card with the RealTek 8139D chipset, so I'm expecting a rl0 interface. I've put if_rl_load="YES" into the /boot/loader.conf filem but the system does not seem to like it, giving me the message "failed to register: 17" at module load time, and then "no driver attached" at bring-up-interface time. /var/log/messages extract is as follows: ----------------------------------------- Jul 9 09:14:08 grandpa kernel: FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 Jul 9 09:14:08 grandpa kernel: root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP Jul 9 09:14:08 grandpa kernel: module_register: module pci/rl already exists! Jul 9 09:14:08 grandpa kernel: Module pci/rl failed to register: 17 Jul 9 09:14:08 grandpa kernel: module_register: module cardbus/rl already exists! Jul 9 09:14:08 grandpa kernel: Module cardbus/rl failed to register: 17 Jul 9 09:14:08 grandpa kernel: module_register: module rl/miibus already exists! Jul 9 09:14:08 grandpa kernel: Module rl/miibus failed to register: 17 ..... Jul 9 09:14:08 grandpa kernel: pcib5: at device 30.0 on pci0 Jul 9 09:14:08 grandpa kernel: pci5: on pcib5 Jul 9 09:14:08 grandpa kernel: pci5: at device 2.0 (no driver attached) Jul 9 09:14:08 grandpa kernel: fxp0: port 0x1100-0x113f mem 0x52000000-0x52000fff i rq 20 at device 8.0 on pci5 Jul 9 09:14:08 grandpa kernel: miibus0: on fxp0 Jul 9 09:14:08 grandpa kernel: inphy0: on miibus0 Jul 9 09:14:08 grandpa kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Jul 9 09:14:08 grandpa kernel: fxp0: Ethernet address: 00:16:76:75:db:28 Jul 9 09:14:08 grandpa kernel: isab0: at device 31.0 on pci0 Jul 9 09:14:08 grandpa kernel: isa0: on isab0 ----------------------------------------- `ifconfig` gives the result: fxp0: flags=8843 mtu 1500 options=8 inet6 fe80::216:76ff:fe75:db28%fxp0 prefixlen 64 scopeid 0x1 inet 192.168.87.7 netmask 0xfffffff0 broadcast 192.168.87.15 ether 00:16:76:75:db:28 media: Ethernet autoselect (10baseT/UTP) status: active plip0: flags=108810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 (what is "plip0" - did not occur on FreeBSD 4.6?) The system is very much a straight out of the box, FreeBSD 6.1 release, as can be seen from the above extract, and the chip has RTL8139D printed on it (maybe "rl" is wrong, but "re" is the only other 8139 option, and it doesn't work either). Any clues would be most welcome. Thank you all very much. Cheers, Rob Hurle ----------------------------------------------------- Rob Hurle Faculty of Asian Studies, ANU Home address and contacts: Tel: +61 2 6247 2397 PO Box 4013 Fax: +61 2 6247 2397 Ainslie Cell phone: 0417 293 603 Australia e-mail: rob@coombs.anu.edu.au ----------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 04:51:29 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61ADB16A4DE for ; Sun, 9 Jul 2006 04:51:29 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EDF43D64 for ; Sun, 9 Jul 2006 04:51:23 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.6/8.13.6) with ESMTP id k694pNH3064541; Sun, 9 Jul 2006 00:51:23 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.6/8.13.6/Submit) with ESMTP id k694pNX1064538; Sun, 9 Jul 2006 00:51:23 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Sun, 9 Jul 2006 00:51:23 -0400 (EDT) From: doug To: Walt Haynes In-Reply-To: <000001c6a2d7$71b8e990$2f01a8c0@homefd908b2fef> Message-ID: <20060709003419.G49127@fledge.watson.org> References: <000001c6a2d7$71b8e990$2f01a8c0@homefd908b2fef> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD Installation CD Creation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 04:51:29 -0000 If the FreeBSD CD is formated properly you should be able to see the CD's directory structure using windows explorer. If you can not do that, you did not choose the option to burn the CD from an ISO image. Burning from an ISO image is directly writing each track. On Sat, 8 Jul 2006, Walt Haynes wrote: > I'm having a tough time creating the two 6.1-release > installation CD's. I was told that it was best to go to > > ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.1/ > > and download the 6.1 RELEASE disc1 and disc2 ISO images in Windows, > and use your favorite toaster to rip CDs. (My CD 'toaster' is Nero OEM > 6.6.0.13.) > Then boot from disc1 to install. When I attempt to do this, it's like > the CD is either empty or unreadable. I'd love to know what I'm doing > wrong. I've tried this 4 times now and it's a bit frustrating. I have > the .ISO files in my recycle bin. Is there a way for me to convert them > to CD images from which I can boot my Windows XP system and install > FreeBSD in my available 20 GB primary partition? > > Sincerely, > Walt Haynes > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 05:35:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBEE16A4DE for ; Sun, 9 Jul 2006 05:35:20 +0000 (UTC) (envelope-from jmcalpine@richardflanagan.com.au) Received: from mail.richardflanagan.com.au (gateway.richardflanagan.com.au [203.149.71.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0108343D46 for ; Sun, 9 Jul 2006 05:35:19 +0000 (GMT) (envelope-from jmcalpine@richardflanagan.com.au) Received: from localhost (localhost.mail.richardflanagan.com.au [127.0.0.1]) by mail.richardflanagan.com.au (Postfix) with ESMTP id 2D208B8C1; Sun, 9 Jul 2006 15:35:25 +1000 (EST) X-Virus-Scanned: amavisd-new at richardflanagan.com.au Received: from mail.richardflanagan.com.au ([127.0.0.1]) by localhost (intranet.richardflanagan.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cbH4t69sIf4x; Sun, 9 Jul 2006 15:35:16 +1000 (EST) Received: from staff.richardflanagan.com.au (localhost.mail.richardflanagan.com.au [127.0.0.1]) by mail.richardflanagan.com.au (Postfix) with ESMTP id 82A04B8C0; Sun, 9 Jul 2006 15:35:15 +1000 (EST) Received: from 203.222.143.176 (SquirrelMail authenticated user jmcalpine@richardflanagan.com.au) by staff.richardflanagan.com.au with HTTP; Sun, 9 Jul 2006 15:35:16 +1000 (EST) Message-ID: <53456.203.222.143.176.1152423316.squirrel@staff.richardflanagan.com.au> In-Reply-To: <20060709003419.G49127@fledge.watson.org> References: <000001c6a2d7$71b8e990$2f01a8c0@homefd908b2fef> <20060709003419.G49127@fledge.watson.org> Date: Sun, 9 Jul 2006 15:35:16 +1000 (EST) From: "Jason McAlpine" To: "doug" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Walt Haynes , freebsd-questions@freebsd.org Subject: Re: FreeBSD Installation CD Creation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 05:35:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > On Sat, 8 Jul 2006, Walt Haynes wrote: > > >> I'm having a tough time creating the two 6.1-release >> installation CD's. I was told that it was best to go to >> >> ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/6.1/ >> >> >> and download the 6.1 RELEASE disc1 and disc2 ISO images in Windows, and >> use your favorite toaster to rip CDs. (My CD 'toaster' is Nero OEM >> 6.6.0.13.) >> Then boot from disc1 to install. When I attempt to do this, it's like >> the CD is either empty or unreadable. I'd love to know what I'm doing >> wrong. I've tried this 4 times now and it's a bit frustrating. I have >> the .ISO files in my recycle bin. Is there a way for me to convert them >> to CD images from which I can boot my Windows XP system and install >> FreeBSD in my available 20 GB primary partition? >> >> >> Sincerely, >> Walt Haynes >> >> >> On Sun, July 9, 2006 2:51 pm, doug wrote: > If the FreeBSD CD is formated properly you should be able to see the CD's > directory structure using windows explorer. If you can not do that, you > did not choose the option to burn the CD from an ISO image. Burning from > an ISO image is directly writing each track. > > If you use nero choose BURN IMAGE or CREATE CD FROM IMAGE this will burn the ISO image correctly other tools such as alzip winrar and many other free applications can extract and edit ISO images. Best of luck Regards Jason - ------------------------------------------------------------------------------------ Notice: This e-mail and any attachments are confidential and may be subject to legal or professional privileges. This email is intended solely for the attention and use of the named addressee(s). Richard Flanagan & Company take no responsibility for any virus or malicious application sent via this electronic mail. X-Virus-Scanned: amavisd-new (Clam-AV) at richardflanagan.com.au -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEsJWSRkFl9ZIxSw4RApG+AJ9RRzewvRe+N+ViuOjh1ouTgUBNHQCdF9kC R6/jfdleRrSUkQQQaw3gRHw= =Mi0j -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 06:50:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48C4816A4DD for ; Sun, 9 Jul 2006 06:50:05 +0000 (UTC) (envelope-from jerlique@webscene.com.au) Received: from bang.esc.net.au (mx1.esc.net.au [203.25.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF80243D46 for ; Sun, 9 Jul 2006 06:50:04 +0000 (GMT) (envelope-from jerlique@webscene.com.au) Received: from localhost (localhost [127.0.0.1]) by bang.esc.net.au (Postfix) with ESMTP id 3C4475A6ACB for ; Sun, 9 Jul 2006 16:20:02 +0930 (CST) Received: from bang.esc.net.au ([127.0.0.1]) by localhost (bang.esc.net.au [127.0.0.1:10024]) (amavisd-new) with ESMTP id 43570-09 for ; Sun, 9 Jul 2006 16:20:00 +0930 (CST) Received: from WKSTN501 (lnk6.adl5.adsl.esc.net.au [210.9.186.6]) by bang.esc.net.au (Postfix) with ESMTP id DCE285A6ABC for ; Sun, 9 Jul 2006 16:19:59 +0930 (CST) From: "Jerlique Bahn" To: Date: Sun, 9 Jul 2006 16:19:59 +0930 Message-ID: <010201c6a323$e5a7cc80$0101a8c0@WKSTN501> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 thread-index: AcajI+VKU8HDugoNSwm/2KCTD7UJ5w== X-Virus-Scanned: by amavisd-new Subject: lost+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: Sun, 09 Jul 2006 06:50:05 -0000 Hello, If I pull the power on my server whilst its doing heavy IO, should I get files in lost+found if my raid card has battery backed cache? I was under the understanding that the file operations were atomic, and hence freebsd's file system should have no corrupted files on the reboot. The raid card says that it is flushing the cache of the card, yet freebsd still experiences the corrupt files. What should I be looking for? I would like to also know how to turn off (or check) caching on the physical disk itself. JB From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 07:10:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B66A16A4E0 for ; Sun, 9 Jul 2006 07:10:11 +0000 (UTC) (envelope-from dan@havoc.unixathome.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A8E43D58 for ; Sun, 9 Jul 2006 07:10:10 +0000 (GMT) (envelope-from dan@havoc.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 87ADD56464 for ; Sun, 9 Jul 2006 00:10:08 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qkPQnLk6jlMQ for ; Sun, 9 Jul 2006 00:10:03 -0700 (PDT) Received: by havoc.unixathome.org (Postfix, from userid 1001) id CA7625646A; Sun, 9 Jul 2006 00:10:03 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20060709071003.CA7625646A@havoc.unixathome.org> Date: Sun, 9 Jul 2006 00:10:03 -0700 (PDT) Subject: The FreeBSD Diary: 2006-06-18 - 2006-07-08 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 07: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 . These are the articles posted during this period: 4-Jul : Sponsors wanted I'm looking for sponsors with 8 SATA II drives and AMD dual core chips http://freebsddiary.org/sponsors-wanted.php?2 26-Jun : IBM ThinkPad T41 - a second battery This isn't about a spare battery, it's about two batteries in the one laptop. http://freebsddiary.org/ibm-thinkpad-t41-second-battery.php?2 22-Jun : Dual Opteron Server - the drives Details of the drive bays, 3Ware RAID controller, and battery backup unit http://freebsddiary.org/dual-opteron-drives.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 07:52:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF0516A4DA for ; Sun, 9 Jul 2006 07:52:25 +0000 (UTC) (envelope-from fbsd-questions@mawer.org) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F5743D46 for ; Sun, 9 Jul 2006 07:52:24 +0000 (GMT) (envelope-from fbsd-questions@mawer.org) Received: from [127.0.0.1] (c220-239-234-69.thorn1.nsw.optusnet.com.au [220.239.234.69]) by mail04.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k697qAJi024051; Sun, 9 Jul 2006 17:52:16 +1000 Message-ID: <44B0B62D.4080305@mawer.org> Date: Sat, 08 Jul 2006 21:54:21 -1000 From: Antony Mawer User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Rob Hurle References: <20060709113918.G2300@freebsd.connect-a.com.au> In-Reply-To: <20060709113918.G2300@freebsd.connect-a.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 rl interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 07:52:25 -0000 On 8/07/2006 5:10 PM, Rob Hurle wrote: > But the killer is that I want to run 2 ethernet interfaces. > The on-board one is fxp0 (Intel) and comes up fine. The other is a > PCI card with the RealTek 8139D chipset, so I'm expecting a rl0 > interface. I've put if_rl_load="YES" into the /boot/loader.conf filem > but the system does not seem to like it, giving me the message "failed > to register: 17" at module load time, and then "no driver attached" > at bring-up-interface time. /var/log/messages extract is as follows: ... > Jul 9 09:14:08 grandpa kernel: module_register: module pci/rl already exists! > Jul 9 09:14:08 grandpa kernel: Module pci/rl failed to register: 17 This means the driver is already in the kernel, so you do not need to load it manually by placing the if_rl_load="YES" line in your loader.conf. > Jul 9 09:14:08 grandpa kernel: pcib5: at device 30.0 on pci0 > Jul 9 09:14:08 grandpa kernel: pci5: on pcib5 > Jul 9 09:14:08 grandpa kernel: pci5: at device 2.0 (no driver attached) So the network card is found, but the rl driver doesn't detect that it's a Realtek NIC and bind to it. It may simply be a case of having to add the appropriate PCI device IDs to the driver. Could you provide the output of "pciconf -lv"? > (what is "plip0" - did not occur on FreeBSD 4.6?) This is the IP-over-parallel port interface; unless you're using a network connection over the parallel port you can usually disable this. Regards Antony From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 09:58:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5816416A4E0 for ; Sun, 9 Jul 2006 09:58:04 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B9443D49 for ; Sun, 9 Jul 2006 09:58:02 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k699vux29331; Sun, 9 Jul 2006 02:57:56 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <001601c6a33e$4584f8c0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "doug" References: <20060705073724.GC29631@lothlorien.nagual.st><004301c6a0bd$0d36dc00$3c01a8c0@coolf89ea26645><20060706155340.GA7731@lothlorien.nagual.st><002d01c6a19f$35bd7ac0$3c01a8c0@coolf89ea26645> <20060707125334.Q6216@fledge.watson.org> Date: Sun, 9 Jul 2006 02:58:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: freebsd-questions Subject: Printing to winprinters with LPR, no CUPS needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 09:58:04 -0000 So you don't like printing with CUPS or aspfilter or any of those "hold-your-hand" programs, eh? Well, neither do I. So you have a yucky winprinter which doesen't understand a Real Man's printer control language like any decent self-respecting printer does? Well, so do I! You can indeed print to these printers using just LPR plus the engine programs used to massage PostScript (which UNIX programs like Firefox generate) into the gross binary dreck that Winprinters digest. There are 3 keys to getting this working: 1) You must use a filter that calls gimpprint, gimpprint then calls ghostscript. You don't have to use gimpprint - some HP inkjets are supported by a HP-written driver that I believe converts the IJS output of Ghostscript into the HP winprinter stuff - you will need to play around with this. You MUST understand what gimpprint is doing! Your going to need to modify a lot of the options passed to gimpprint by hand in order to get it to work with your printer. Note that the command that runs gimpprint in the script is ALL ONE LINE, and it is really long! It is wrapped in the examples here but I'm sure you can figure this out. Note that for a FEW printer models, you can not use gimpprint at all, just use Ghostscript. For example, PCL-speaking printers. Some inkjets. This is because Ghostscript has drivers for these built right into Ghostscript. The filter is really the heart of the whole thing. CUPS prettifies all of the different options that are passed to gimpprint - you do not need to know, for example, that "InkType=CMYK" might need to be passed to gimpprint for your printer, because you just click a button in CUPS that does this. That is great if your a plain old user that only has point-and-click skills. It's hideous if your a network admin that wants to script anything, and it's awful if you want to know what the hell is really going on under the hood. 2) The filter must be an OUTPUT filter because the output of gimpprint is NOT 7-bit ASCII in any way, shape or form - it almost certainly is going to contain null characters and other such things that will stop any UNIX textprocessing programs cold. 3) You need to define multiple filters for different things you want your printer to do. For example suppose you normally print color but your printer takes forever to print a very high res image like a photograph, and you just want to print colored spreadsheets at a low resolution. So you would define 2 different filters, and put them on 2 different print queues, when you want to print at low res, you print to one queue, when you want to print high res, you print to the other. Now, to the instructions: The sample here is my Epson Stylus C84 color inkjet printer. I bought this printer for three reasons: 1) It has good support in gimpprint, 2) It has individual ink resivors for EACH color, so you don't have to chuck out a multi-ink cartridge just because you ran out of red. 3) It has a parallel interface in addition to USB. So, I plug my FreeBSD box into the parallel port, and my wife's Windows box to the USB port, and now I don't have to fiddle faddle around with setting up a USB print server, etc. As a bonus, I found you can communicate with this printer to ask it how much ink is left. Also, as another bonus, the C84 does understand ASCII (but of course, you can't print in color or do any of the fancy stuff with just talking ASCII to the printer) 1) Load and setup FreeBSD. Install the ports directories. 2) Plug printer into parallel port. Make sure "ls -l | /dev/lpt0" or "ls -l | /dev/usb0" or "ls -l | lpr -P mynetworkprinterialreadysetupinprintcap" makes the printer do something, even if it's nothing more than printing a few characters of garbage. 3) setup print queues (don't worry about the filter "epsonfilter720x360" yet we will get to that) Add the following to the end of /etc/printcap: lp-epson-720x360|Epson C84 Color printer:\ :sh:\ :lp=/dev/lpt0:sd=/var/spool/output/lp-epson:lf=/var/log/lpd-errs:mx=0:\ :of=/usr/local/bin/epsonfilter720x360:rw: lp-epson-raw|Epson C84 Color Printer - raw for Windows systems spooling through us and for testing:\ :sh:\ :lp=/dev/lpt0:sd=/var/spool/output/lp-epson-raw:lf=/var/log/lpd-errs:\ :mx#0:rw: Create the print queues: cd /var/spool/output mkdir lp-epson mkdir lp-epson-raw Add in access for the local systems vi /etc/hosts.lpd # # See lpd(8) #machine.domain putinmymachinesthatIwanttospoolthroughme Run some test prints through the queues: cd /etc ls -l | lpr -P lp-epson ls -l | lpr -P lp-epson-raw Don't worry that nothing comes out yet, we are only testing to make sure LPD is setup right. Note there is a bug in lpd it creates the queue spools with the wrong permissions if your very first print is from the network, this is another reason why we do these tests locally first. (may need to do a chmod 664 on the lock file in the queues, since network LPR doesen't set the mask up properly per submitted bug) 4) Install the tools to image a printjob for the Epson, as follows: cd /usr/ports/print/gimp-print make WITHOUT_CUPS=yes cd work/gimp-print-4.2.7/src/escputil ./escputil -i -u -r /dev/lpt0 (checks ink levels) ./escputil -n -u -r /dev/lpt0 (prints nozzle alignment) (try some other commands to see if the level of support is better) cd ../../../../ make WITHOUT_CUPS=yes install cd ../ghostscript-gnu make install Deselect all the printers, leave in stp and ijs driver, as well as all the X-windows drivers and the jpg and other image drivers. test the ghostscript install: cd /root man -t which > which.ps gs -dBATCH -sDEVICE=jpeg -sOutputFile=test.jpg which.ps open test.jpg in a browser and see if the page is there Now test gimpprint and ghostscript: first manually with the command, gs -sDEVICE=ijs -sIjsServer=/usr/local/bin/ijsgimpprint -sDeviceManufacturer =EPSON -sDeviceModel=escp2-c84 -sIjsParams=Quality=720x360sw,InkType=CMYK,M ediaType=Plain -dIjsUseOutputFD -dNOPAUSE -dBATCH -sOutputFile=test.out /usr/local/share/ghostscript/7.07/examples/colorcir.ps lpr -P lp-epson-raw test.out Create the file /usr/local/bin/epsonfilter720x360 with the following contents: #!/bin/sh # # Script that runs gimp-print for the Epson # /usr/local/bin/gs -q -sDEVICE=ijs -sIjsServer=/usr/local/bin/ijsgimpprint -s DeviceManufacturer=EPSON -sDeviceModel=escp2-c84 -sIjsParams=Quality=720x36 0sw,InkType=CMYK,MediaType=Plain -dIjsUseOutputFD -dNOPAUSE -dNOBATCH -dSAFE R -sOutputFile=- - test with firefox and use the printer lpr -P lp-epson /usr/local/share/ghostscript/7.07/examples/colorcir.ps 5) Create any other print queues you want for different printer resolutions, along with their respective filters. The filters will be the same except -sIjsParams=Quality= will be set to a different resolution file value Ted From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 10:46:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C921916A4DA for ; Sun, 9 Jul 2006 10:46:06 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D46443D49 for ; Sun, 9 Jul 2006 10:46:06 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 91EE35DB3; Sun, 9 Jul 2006 06:46:05 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y8cmwQ-v+qGR; Sun, 9 Jul 2006 06:46:04 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 4781D5C32; Sun, 9 Jul 2006 06:46:04 -0400 (EDT) Message-ID: <44B0DE66.3080406@mac.com> Date: Sun, 09 Jul 2006 06:45:58 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jerlique Bahn References: <010201c6a323$e5a7cc80$0101a8c0@WKSTN501> In-Reply-To: <010201c6a323$e5a7cc80$0101a8c0@WKSTN501> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: lost+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: Sun, 09 Jul 2006 10:46:06 -0000 Jerlique Bahn wrote: > If I pull the power on my server whilst its doing heavy IO, should I get > files in lost+found if my raid card has battery backed cache? Yes, it's still possible. > I was under the understanding that the file operations were atomic, and > hence freebsd's file system should have no corrupted files on the reboot. > The raid card says that it is flushing the cache of the card, yet freebsd > still experiences the corrupt files. The cache on the RAID card will be flushed OK, but any in-process operations by live processes will be interrupted in the middle if the OS goes away. While some operations are atomic (things like unlink or move), simply writing pieces out is not... > What should I be looking for? > > I would like to also know how to turn off (or check) caching on the physical > disk itself. smartmontools port? sysctl hw.ata.wc...? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 11:46:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76ADA16A4DD for ; Sun, 9 Jul 2006 11:46:48 +0000 (UTC) (envelope-from rob@coombs.anu.edu.au) Received: from mailhost.netspeed.com.au (mailhost.netspeed.com.au [203.31.48.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B755B43D49 for ; Sun, 9 Jul 2006 11:46:47 +0000 (GMT) (envelope-from rob@coombs.anu.edu.au) Received: from freebsd.connect-a.com.au (unverified [210.9.143.217]) by NSmailhost (SurgeMail 3.7c) with ESMTP id 225073617 for multiple; Sun, 09 Jul 2006 21:46:30 +1000 Received: from localhost (localhost [127.0.0.1]) by freebsd.connect-a.com.au (8.12.3/8.11.3) with ESMTP id k69BkakU003199; Sun, 9 Jul 2006 21:46:37 +1000 (EST) (envelope-from rob@coombs.anu.edu.au) Date: Sun, 9 Jul 2006 21:46:36 +1000 (EST) From: Rob Hurle X-X-Sender: rob@freebsd.connect-a.com.au To: Antony Mawer In-Reply-To: <44B0B62D.4080305@mawer.org> Message-ID: <20060709213826.B2300@freebsd.connect-a.com.au> References: <20060709113918.G2300@freebsd.connect-a.com.au> <44B0B62D.4080305@mawer.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Server: High Performance Mail Server - http://surgemail.com r=896955829 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 rl interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 11:46:48 -0000 Hi Antony, Thanks for that valuable information: > > Jul 9 09:14:08 grandpa kernel: module_register: module pci/rl already exists! > > Jul 9 09:14:08 grandpa kernel: Module pci/rl failed to register: 17 > > This means the driver is already in the kernel, so you do not need to > load it manually by placing the if_rl_load="YES" line in your loader.conf. OK, I've removed all references to if_rl and if_re from the loader.conf file, so this error is not occuring any more. > > Jul 9 09:14:08 grandpa kernel: pcib5: at device 30.0 on pci0 > > Jul 9 09:14:08 grandpa kernel: pci5: on pcib5 > > Jul 9 09:14:08 grandpa kernel: pci5: at device 2.0 (no driver attached) > > So the network card is found, but the rl driver doesn't detect that it's > a Realtek NIC and bind to it. It may simply be a case of having to add > the appropriate PCI device IDs to the driver. Could you provide the > output of "pciconf -lv"? I'm not sure how to add the PCI device ID to the driver. The output from the `pciconf -lv` command is rather long, but here it is. The last 8 or so lines seem to be the ones of importance for this problem. I'm a bit puzzled by the line that says: none3@pci5:2:0: class=0x020000 card=0x00000000 chip=0x81391904 rev=0x01 hdr=0x00 The "card=0x00000000" is a worry. Thanks heaps for your help. ------------------------------------------------- hostb0@pci0:0:0: class=0x060000 card=0x544e8086 chip=0x27708086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82945 Series Memory Controller Hub (MCH)' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000088 chip=0x27718086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = 'PCI Express Graphics Port' class = bridge subclass = PCI-PCI none0@pci0:27:0: class=0x040300 card=0x02028086 chip=0x27d88086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) High Definition Audio' class = multimedia pcib2@pci0:28:0: class=0x060400 card=0x00000040 chip=0x27d08086 rev=0x01 hdr=0x01 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) PCI Express Root Port' class = bridge subclass = PCI-PCI pcib3@pci0:28:2: class=0x060400 card=0x00000040 chip=0x27d48086 rev=0x01 hdr=0x01 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) PCI Express Root Port' class = bridge subclass = PCI-PCI pcib4@pci0:28:3: class=0x060400 card=0x00000040 chip=0x27d68086 rev=0x01 hdr=0x01 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) PCI Express Root Port' class = bridge subclass = PCI-PCI uhci0@pci0:29:0: class=0x0c0300 card=0x544e8086 chip=0x27c88086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) USB Universal Host Controller' class = serial bus subclass = USB uhci1@pci0:29:1: class=0x0c0300 card=0x544e8086 chip=0x27c98086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) USB Universal Host Controller' class = serial bus subclass = USB uhci2@pci0:29:2: class=0x0c0300 card=0x544e8086 chip=0x27ca8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) USB Universal Host Controller' class = serial bus subclass = USB uhci3@pci0:29:3: class=0x0c0300 card=0x544e8086 chip=0x27cb8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) USB Universal Host Controller' class = serial bus subclass = USB ehci0@pci0:29:7: class=0x0c0320 card=0x544e8086 chip=0x27cc8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB pcib5@pci0:30:0: class=0x060401 card=0x00000050 chip=0x244e8086 rev=0xe1 hdr=0x01 vendor = 'Intel Corporation' device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub Interface to PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:31:0: class=0x060100 card=0x544e8086 chip=0x27b88086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801GB/GR (ICH7 Family) LPC Interface Controller' class = bridge subclass = PCI-ISA atapci0@pci0:31:1: class=0x01018a card=0x544e8086 chip=0x27df8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) Ultra ATA Storage Controller' class = mass storage subclass = ATA atapci1@pci0:31:2: class=0x01018f card=0x544e8086 chip=0x27c08086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller' class = mass storage subclass = ATA none1@pci0:31:3: class=0x0c0500 card=0x544e8086 chip=0x27da8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) SMBus Controller' class = serial bus subclass = SMBus none2@pci1:0:0: class=0x030000 card=0x32021458 chip=0x016110de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'GeForce 6200 TurboCache(TM)' class = display subclass = VGA none3@pci5:2:0: class=0x020000 card=0x00000000 chip=0x81391904 rev=0x01 hdr=0x00 class = network subclass = ethernet fxp0@pci5:8:0: class=0x020000 card=0x30868086 chip=0x27dc8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801GB I/O Controller Hub LAN' class = network subclass = ethernet ------------------------------------------------- Regards, Rob Hurle ----------------------------------------------------- Rob Hurle Faculty of Asian Studies, ANU Home address and contacts: Tel: +61 2 6247 2397 PO Box 4013 Fax: +61 2 6247 2397 Ainslie Cell phone: 0417 293 603 Australia e-mail: rob@coombs.anu.edu.au ----------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 13:59:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68A916A4DD for ; Sun, 9 Jul 2006 13:59:14 +0000 (UTC) (envelope-from a.l.w.kuijper@rug.nl) Received: from altrade.nijmegen.internl.net (altrade.nijmegen.internl.net [217.149.192.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2343843D45 for ; Sun, 9 Jul 2006 13:59:13 +0000 (GMT) (envelope-from a.l.w.kuijper@rug.nl) Received: from [145.98.213.240] by altrade.nijmegen.internl.net via 240-213.kabel.internl.net [145.98.213.240] with ESMTP for id k69DxBcM018571 (8.13.2/2.04); Sun, 9 Jul 2006 15:59:12 +0200 (MET DST) Message-ID: <44B10BC2.3020807@rug.nl> Date: Sun, 09 Jul 2006 15:59:30 +0200 From: Bram Kuijper Organization: University of Groningen User-Agent: Thunderbird 1.5.0.4 (X11/20060622) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44AFB730.5090905@rug.nl> <20060708151023.GD18199@wananchi.com> In-Reply-To: <20060708151023.GD18199@wananchi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: usb storage device mounting problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: a.l.w.kuijper@rug.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 13:59:14 -0000 Hi, still cannot seem to get usb device working as an ordinary user between multiple reboots, without doing /etc/rc.d/devfs start as root every time. did the following things described under 4.3.3. from http://www.gphoto.org/doc/manual/permissions-usb.html added this to devfs.rules: [usb_devices=10] add path 'da*s*' mode 0666 group usb add path 'ugen*' mode 0666 group usb added this to rc.conf: devfs_system_ruleset="usb_devices" removed this from devfs.conf: own /dev/fd0 root:operator perm /dev/fd0 0666 then, I restarted my rc.conf: /etc/rc.d/devfs start now, it is possible to mount the device as described, however only during this login. If I reboot, I have to do devfs start again as root. anybody knows how to retain these settings between multiple reboots? TIA, Bram From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 14:22:22 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0817516A4DE for ; Sun, 9 Jul 2006 14:22:22 +0000 (UTC) (envelope-from bill@wiliweld.com) Received: from typhoon.he.net (typhoon.he.net [64.62.229.2]) by mx1.FreeBSD.org (Postfix) with SMTP id BA0E343D45 for ; Sun, 9 Jul 2006 14:22:21 +0000 (GMT) (envelope-from bill@wiliweld.com) Received: from liam.billschoolcraft.com ([71.141.72.46]) by typhoon.he.net for ; Sun, 9 Jul 2006 07:22:10 -0700 Date: Sun, 9 Jul 2006 07:22:10 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@liam.billschoolcraft.com To: freebsd-questions@FreeBSD.ORG Message-ID: System-ID: [en] (SuSE-9.3 64-bit) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: 6.1; reiserfs works only once, then crashes 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: Sun, 09 Jul 2006 14:22:22 -0000 Hello Family I have a problem whereas if it "never" worked, I'd be ok for the moment but this worked "once" then never worked again. I have a fully functional 6.1 system working, dual booted with an OS that has a reiserfs partition. /dev/ad3s1 I was able to do the kernel module load of the reiserfs.ko once, did a full rsync of a directory and all was well. I then went to do another rsync and it hangs for a few seconds, the does a full system reboot. I've tried the "exact" set of steps that worked once and was wondering if I'm missing something or is reiserfs (ro) support not really fully there yet. TIA -- Bill Schoolcraft || http://wiliweld.com <> "To be unhappy over what one lacks is to waste what one already possesses." From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 14:56:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 154D116A4DD for ; Sun, 9 Jul 2006 14:56:15 +0000 (UTC) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8BDB43D4C for ; Sun, 9 Jul 2006 14:56:13 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from localhost (localhost.bdug.org.au [127.0.0.1]) by mail.bdug.org.au (Postfix) with ESMTP id 9C58A3E; Sun, 9 Jul 2006 22:56:09 +0800 (WST) X-Virus-Scanned: amavisd-new at bdug.org.au Received: from mail.bdug.org.au ([127.0.0.1]) by localhost (ant.bdug.org.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id acassZaj4+wR; Sun, 9 Jul 2006 22:56:07 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 477C73C; Sun, 9 Jul 2006 22:56:07 +0800 (WST) From: "Paul Hamilton" To: "'Greg Barniskis'" Date: Sun, 9 Jul 2006 22:58:31 +0800 Message-ID: <03f901c6a368$24b6e4d0$6600a8c0@w2k2> 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, Build 10.0.6626 In-Reply-To: <44AD2CFB.1000606@scls.lib.wi.us> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: 'Pietro Cerutti' , freebsd-questions@freebsd.org, 'Alex Zbyslaw' , 'Murray Taylor' Subject: RE: using fping to monitor internet connection status X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 14:56:15 -0000 > -----Original Message----- > From: Greg Barniskis [mailto:nalists@scls.lib.wi.us] > Sent: Thursday, 6 July 2006 11:32 PM > To: Paul Hamilton > Cc: freebsd-questions@freebsd.org > Subject: Re: using fping to monitor internet connection status > > > Paul Hamilton wrote: > > Hi, > > > > I need to monitor a number of IP addresses, so that if they ALL go > > down (say three IP's), then that is a pretty good > indication that my > > server has lost internet connectivity. [snip] Any idea's on a ping > > tool or simple script? > > Your test would be a little simpler if you just test one IP address: > your ISP's upstream router. Its reachability is quite definitive re: > whether your ISP link is up or down. > > Even it it's assigned dynamically by DHCP, you should be able to > write a script that pulls that IP, pings it a few times, and checks > the result. No special tools necessarily required. > > -- > Greg Barniskis, Computer Systems Integrator > South Central Library System (SCLS) > Library Interchange Network (LINK) > , (608) 266-6348 > > Hi All, Thanks for your input. I was hoping there was another cmd/util out there similar to fping that I could elegantly use. I like the above idea though, so I ended up using this to isolate the upstream ISP gateway IP: traceroute -nm 2 | tail -1 | awk '{ print $2 }' Integrated that into the fping Perl script and we are away! Thanks once again :-) Cheers, Paul Hamilton While the cats away - the mice do play! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 15:32:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BC5316A4E1 for ; Sun, 9 Jul 2006 15:32:39 +0000 (UTC) (envelope-from lveax.m@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEDBC43D45 for ; Sun, 9 Jul 2006 15:32:38 +0000 (GMT) (envelope-from lveax.m@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so485013ugf for ; Sun, 09 Jul 2006 08:32:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bYNRcVXIX/QKrzzv77qH4OpS6/NoClTrvxzgJCywYB0juStona1Enrn+ZgSEBL1NEmTkcI0LMuFisw8wHg/iIdrNYy6FcaIyovweykwzatDpFMvNi2TJqarewIT6HLVfiXtPaGTTbPOerrCxPkFT6r4S8sq+H7kJh8bfhYQvATc= Received: by 10.78.156.6 with SMTP id d6mr1363004hue; Sun, 09 Jul 2006 08:32:37 -0700 (PDT) Received: by 10.78.120.1 with HTTP; Sun, 9 Jul 2006 08:32:37 -0700 (PDT) Message-ID: <576dcbc20607090832i3b0687dcs3d29de9e694cb062@mail.gmail.com> Date: Sun, 9 Jul 2006 15:32:37 +0000 From: lveax To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: after i upgraded 6.0 to 6.1, do i need to rebuild all of the ports i installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 15:32:39 -0000 hey all. i have a question about upgrade: after i upgraded from freebsd5.4 to 6.0 in 2005,i got some error when run a part of installed ports was installed in version 5.4,until a committer tell me to rebuild all of my ports. now i want to upgrade from 6.0 to 6.1 do i need to do this? i have already got the source tag: RELENG_6_1 use cvsup,and i will use it to upgrade to 6.1,is it right? Thx From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 15:36:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC93F16A4E0 for ; Sun, 9 Jul 2006 15:36:45 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D141543D49 for ; Sun, 9 Jul 2006 15:36:44 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J2500HTV7D8JB60@l-daemon> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 09:36:44 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd4mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J2500NYH7D83A20@pd4mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 09:36:44 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0J2500ELS7D7GQL0@l-daemon> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 09:36:44 -0600 (MDT) Received: (qmail 42207 invoked from network); Sun, 09 Jul 2006 15:36:38 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; Sun, 09 Jul 2006 15:36:38 +0000 Date: Sun, 09 Jul 2006 08:36:37 -0700 From: Colin Percival In-reply-to: <576dcbc20607090832i3b0687dcs3d29de9e694cb062@mail.gmail.com> To: lveax Message-id: <44B12285.905@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <576dcbc20607090832i3b0687dcs3d29de9e694cb062@mail.gmail.com> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: freebsd-questions@freebsd.org Subject: Re: after i upgraded 6.0 to 6.1, do i need to rebuild all of the ports i installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 15:36:45 -0000 lveax wrote: > after i upgraded from freebsd5.4 to 6.0 in 2005,i got some error when > run a part of installed ports was installed in version 5.4,until a > committer tell me to rebuild all of my ports. > > now i want to upgrade from 6.0 to 6.1 do i need to do this? No. This is what a "stable" branch means -- you can upgrade from 5.x to 5.x or from 6.x to 6.x without rebuilding everything, but when you upgrade from FreeBSD 5.x to FreeBSD 6.x you have to rebuild. > i have already got the source tag: RELENG_6_1 use cvsup,and i will use > it to upgrade to 6.1,is it right? You can do that, or you could instead use the binary upgrade script which I posted to freebsd-stable about earlier today: http://www.daemonology.net/freebsd-upgrade-6.0-to-6.1/ Colin Percival From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 15:39:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328EF16A505 for ; Sun, 9 Jul 2006 15:39:13 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 183C543D68 for ; Sun, 9 Jul 2006 15:39:08 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.6/8.13.6) with ESMTP id k69Fd7Yu001293; Sun, 9 Jul 2006 11:39:07 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.6/8.13.6/Submit) with ESMTP id k69Fd7pS001290; Sun, 9 Jul 2006 11:39:07 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Sun, 9 Jul 2006 11:39:07 -0400 (EDT) From: doug To: lveax In-Reply-To: <576dcbc20607090832i3b0687dcs3d29de9e694cb062@mail.gmail.com> Message-ID: <20060709113704.Y49127@fledge.watson.org> References: <576dcbc20607090832i3b0687dcs3d29de9e694cb062@mail.gmail.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1141290217-1152459547=:49127" Cc: freebsd-questions@freebsd.org Subject: Re: after i upgraded 6.0 to 6.1, do i need to rebuild all of the ports i installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 15:39:13 -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. --0-1141290217-1152459547=:49127 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE You will be fine (I think),=A0but the real answer is in /usr/src/UPDATING On Sun, 9 Jul 2006, lveax wrote: > hey all. > > i have a question about upgrade: > > after i upgraded from freebsd5.4 to 6.0 in 2005,i got some error when > run a part of installed ports was installed in version 5.4,until a > committer tell me to rebuild all of my ports. > > now i want to upgrade from 6.0 to 6.1 do i need to do this? > > i have already got the source tag: RELENG_6_1 use cvsup,and i will use > it to upgrade to 6.1,is it right? > > Thx > _______________________________________________ > 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" > --0-1141290217-1152459547=:49127-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 16:36:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D57B716A4E5 for ; Sun, 9 Jul 2006 16:36:42 +0000 (UTC) (envelope-from 1x1othedarknesso1x1@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC7743D55 for ; Sun, 9 Jul 2006 16:36:41 +0000 (GMT) (envelope-from 1x1othedarknesso1x1@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so1296898wxd for ; Sun, 09 Jul 2006 09:36:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=nvMD4eLp6urt0N4lW5Ou8mIp56ly8QIjlZGGbZ0QAnr4HoJehpniNsnsQcvtovWhRgztSwneAESnePtOrypfI0hdSuXc8rUBbIj2exagtJQO0lNGis//IjD/qVl8NRIH5AZXfVTGLu776RLQ3kTvejm6NHLjEVgu3T1Z1eTSOtQ= Received: by 10.70.132.16 with SMTP id f16mr4245864wxd; Sun, 09 Jul 2006 09:36:41 -0700 (PDT) Received: by 10.70.59.3 with HTTP; Sun, 9 Jul 2006 09:36:41 -0700 (PDT) Message-ID: Date: Sun, 9 Jul 2006 11:36:41 -0500 From: "Some Guy" <1x1othedarknesso1x1@gmail.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 6.1 Install Halt Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 16:36:43 -0000 Hello, I'm experiencing some strange problems while installing FreeBSD via CD-ROM, and hoping someone might have an idea as to what's causing this. FreeBSD will load fine, and I am able to get to the sysinstall menu, when a few minutes pass, and the computer halts. The amount of time it takes to halt is inconsistent, however its usually within the first 9 minutes of being in the sysinstall menu. Needless to say, I can't quite finish an install when this is happening. Interestingly, I popped in an older FreeBSD 5.3 install CD, and it seems to be fine, I can finish an install, and I also just let it sit inside the sysinstall menu for several hours with no problems or halts. I'm wondering if this is related to some kind of hardware incompaitbility issue, as I have ran hardware diagnostics and successfully installed FreeBSD 5.3, Linux, and Windows on this same box with no problems. I've read through the hardware requirements for 6.1, and nothing seems to be out of order (unless I'm missing something obvious), any ideas? Hardware: AMD Athlon XP 2500+ 333FSB Barton Core CPU Biostar M7NCD Motherboard 512 MB Corsair (2 x 256) 3200LLPT (Part# TWINX512-3200LLPT) Thank you. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 16:54:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9277C16A4DD for ; Sun, 9 Jul 2006 16:54:23 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (corp.yournetplus.com [162.42.148.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BEF443D45 for ; Sun, 9 Jul 2006 16:54:23 +0000 (GMT) (envelope-from d.hill@yournetplus.com) Received: from corp.yournetplus.com ([162.42.148.121] verified) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 19486723 for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 16:54:22 +0000 Date: Sun, 9 Jul 2006 16:54:21 +0000 (WET) From: Duane Hill To: freebsd-questions@freebsd.org Message-ID: <20060709164615.Y13293@cgate.yournetplus.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Sysinstall - Will not die X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 16:54:23 -0000 If this has been discussed before, please point it out. I've done some searching and can not quite come up with the solution other than to reboot the server. I'm hoping a reboot can be avoided. I recently attempted to run sysinstall to install something that was not listed in the ports collection. Sysinstall is still running in the back ground as a result of my ssh session getting terminated. Now, I can not kill sysinstall. I found some things on the web that pointed out there may be a parent that is keeping the child thread alive. That parent has been killed off and I still can not kill sysinstall. I am noticing some things in the messages log that may be as a direct result of sysinstall still running. I am getting the following two lines logged all the time: Jul 9 16:51:16 cgate kernel: acd0: req=0xc3833640 TEST_UNIT_READY semaphore timeout !! DANGER Will Robinson !! Jul 9 16:51:17 cgate kernel: acd0: req=0xc38324b0 SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! I know acd0 has something to do with the cdrom drive. That is the only thing being complained about within the logs as far as hardware goes. No other file systems are having issues. Can someone shed some light on what is going on? -- "This message was sent using 100% recycled electrons." From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 18:55:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F6F616A4DE for ; Sun, 9 Jul 2006 18:55:48 +0000 (UTC) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (mailrtr03.reyrey.net [205.157.244.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF80943D4C for ; Sun, 9 Jul 2006 18:55:47 +0000 (GMT) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (localhost [127.0.0.1]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0J2500D4XGKYTL@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 14:55:46 -0400 (EDT) Received: from mailrtr03.reyrey.net ([127.0.0.1]) by mailrtr03.reyrey.net (SMSSMTP 4.1.0.19) with SMTP id M2006070914554624483 for ; Sun, 09 Jul 2006 14:55:46 -0400 Received: from [192.168.11.28] (ns1.digitalrage.org [24.123.67.30]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTPSA id <0J2500DLOGKWTQ@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 14:55:45 -0400 (EDT) Date: Sun, 09 Jul 2006 14:55:41 -0400 From: Elijah Savage To: freebsd-questions@freebsd.org Message-id: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: sshd not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 18:55:48 -0000 I just did a fresh install of FreeBSD 6.1 I enabled ssh on startup. I can see that it is running from the console but it is not accepting ssh connections across the network. I can ping the machine and nmap the machine and see ssh port 22 open, also /etc/rc.conf shows ssh enabled what am I missing? Thank You From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 19:03:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0C316A4DA for ; Sun, 9 Jul 2006 19:03:42 +0000 (UTC) (envelope-from dwc@stilyagin.com) Received: from puffy.asicommunications.com (puffy.asicommunications.com [216.9.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21EEB43D45 for ; Sun, 9 Jul 2006 19:03:41 +0000 (GMT) (envelope-from dwc@stilyagin.com) Received: from jeeves.stilyagin.local (71-35-27-140.phnx.qwest.net [71.35.27.140]) by puffy.asicommunications.com (8.13.4/8.13.3) with ESMTP id k69J3eq0004554 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 9 Jul 2006 12:03:41 -0700 (MST) Received: (from dwc@localhost) by jeeves.stilyagin.local (8.13.4/8.13.4/Submit) id k69J3ZEO006212; Sun, 9 Jul 2006 12:03:35 -0700 (MST) Date: Sun, 9 Jul 2006 12:03:35 -0700 From: Darrin Chandler To: Elijah Savage Message-ID: <20060709190335.GC24254@jeeves.stilyagin.local> References: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> User-Agent: Mutt/1.4.2i Cc: freebsd-questions@freebsd.org Subject: Re: sshd not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 19:03:42 -0000 On Sun, Jul 09, 2006 at 02:55:41PM -0400, Elijah Savage wrote: > I just did a fresh install of FreeBSD 6.1 I enabled ssh on startup. I > can see that it is running from the console but it is not accepting > ssh connections across the network. I can ping the machine and nmap > the machine and see ssh port 22 open, also /etc/rc.conf shows ssh > enabled what am I missing? Since port 22 is open, try the -v switch on the client side and see where and what isn't working. If it's a config problem between what the server will accept and what the client is trying it should show up there. Also check syslog to see if something funky happened on the server side. -- Darrin Chandler | Phoenix BSD Users Group dwchandler@stilyagin.com | http://bsd.phoenix.az.us/ http://www.stilyagin.com/ | From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 19:38:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED73016A4DA for ; Sun, 9 Jul 2006 19:38:38 +0000 (UTC) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (mailrtr03.reyrey.net [205.157.244.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B4B243D45 for ; Sun, 9 Jul 2006 19:38:38 +0000 (GMT) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (localhost [127.0.0.1]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0J2500D57IKDTL@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 15:38:37 -0400 (EDT) Received: from mailrtr03.reyrey.net ([127.0.0.1]) by mailrtr03.reyrey.net (SMSSMTP 4.1.0.19) with SMTP id M2006070915383724486 for ; Sun, 09 Jul 2006 15:38:37 -0400 Received: from [192.168.11.28] (ns1.digitalrage.org [24.123.67.30]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTPSA id <0J2500DMDIKCTQ@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 15:38:37 -0400 (EDT) Date: Sun, 09 Jul 2006 15:38:33 -0400 From: Elijah Savage In-reply-to: <20060709190335.GC24254@jeeves.stilyagin.local> To: freebsd-questions@freebsd.org Message-id: <754F69BF-4D46-4C2C-A30A-7AE741AC892F@reyrey.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> <20060709190335.GC24254@jeeves.stilyagin.local> Subject: Re: sshd not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 19:38:39 -0000 On Jul 9, 2006, at 3:03 PM, Darrin Chandler wrote: > On Sun, Jul 09, 2006 at 02:55:41PM -0400, Elijah Savage wrote: >> I just did a fresh install of FreeBSD 6.1 I enabled ssh on startup. I >> can see that it is running from the console but it is not accepting >> ssh connections across the network. I can ping the machine and nmap >> the machine and see ssh port 22 open, also /etc/rc.conf shows ssh >> enabled what am I missing? > > Since port 22 is open, try the -v switch on the client side and see > where and what isn't working. If it's a config problem between what > the > server will accept and what the client is trying it should show up > there. > > Also check syslog to see if something funky happened on the server > side. > > -- > Darrin Chandler | Phoenix BSD Users Group > dwchandler@stilyagin.com | http://bsd.phoenix.az.us/ > http://www.stilyagin.com/ | > _______________________________________________ Well thank you for the reply but it was the network card. I am not sure if I should take it back or not. It is a brand new network D Link GigE card realtek chipset RTL8169. This was such strange behavior, I could get out from the machine but could not get into it across the network. I just replaced it with a Intel 100mb fxp0 and everything works now. Sort of sucks my server will be runnning at 100mb and every other client at GigE. I made sure my card was on the list so it could be bad I suppose. The re(4) driver supports RealTek RTL8139C+, RTL8169, RTL8169S and RTL8110S based Fast Ethernet and Gigabit Ethernet adapters including: * Alloy Computer Products EtherGOLD 1439E 10/100 (8139C+) * Compaq Evo N1015v Integrated Ethernet (8139C+) * Corega CG-LAPCIGT Gigabit Ethernet (8169S) * D-Link DGE-528(T) Gigabit Ethernet (8169S) * Gigabyte 7N400 Pro2 Integrated Gigabit Ethernet (8110S) * LevelOne GNC-0105T (8169S) * PLANEX COMMUNICATIONS Inc. GN-1200TC (8169S) * Xterasys XN-152 10/100/1000 NIC (8169) Thank you From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 20:12:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E38D16A4DA for ; Sun, 9 Jul 2006 20:12:31 +0000 (UTC) (envelope-from dwc@stilyagin.com) Received: from puffy.asicommunications.com (puffy.asicommunications.com [216.9.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B59B43D46 for ; Sun, 9 Jul 2006 20:12:31 +0000 (GMT) (envelope-from dwc@stilyagin.com) Received: from jeeves.stilyagin.local (71-35-27-140.phnx.qwest.net [71.35.27.140]) by puffy.asicommunications.com (8.13.4/8.13.3) with ESMTP id k69KCSoi014390 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sun, 9 Jul 2006 13:12:29 -0700 (MST) Received: (from dwc@localhost) by jeeves.stilyagin.local (8.13.4/8.13.4/Submit) id k69KCMms021341; Sun, 9 Jul 2006 13:12:22 -0700 (MST) Date: Sun, 9 Jul 2006 13:12:22 -0700 From: Darrin Chandler To: Elijah Savage Message-ID: <20060709201222.GD24254@jeeves.stilyagin.local> References: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> <20060709190335.GC24254@jeeves.stilyagin.local> <754F69BF-4D46-4C2C-A30A-7AE741AC892F@reyrey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <754F69BF-4D46-4C2C-A30A-7AE741AC892F@reyrey.net> User-Agent: Mutt/1.4.2i Cc: freebsd-questions@freebsd.org Subject: Re: sshd not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 20:12:31 -0000 On Sun, Jul 09, 2006 at 03:38:33PM -0400, Elijah Savage wrote: > > Well thank you for the reply but it was the network card. I am not > sure if I should take it back or not. It is a brand new network D > Link GigE card realtek chipset RTL8169. This was such strange > behavior, I could get out from the machine but could not get into it > across the network. I just replaced it with a Intel 100mb fxp0 and > everything works now. Sort of sucks my server will be runnning at > 100mb and every other client at GigE. > > I made sure my card was on the list so it could be bad I suppose. If you want to investigate it might be worth it. Check ifconfig output and compare to other cards of the same make. Check duplex settings, etc. Swap cards and see if problems follow the card or stay with the machine... Glad you found the problem, anyway. -- Darrin Chandler | Phoenix BSD Users Group dwchandler@stilyagin.com | http://bsd.phoenix.az.us/ http://www.stilyagin.com/ | From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 20:17:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A895616A4DA for ; Sun, 9 Jul 2006 20:17:40 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp107.sbc.mail.mud.yahoo.com (smtp107.sbc.mail.mud.yahoo.com [68.142.198.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 3E95D43D45 for ; Sun, 9 Jul 2006 20:17:40 +0000 (GMT) (envelope-from jekillen@prodigy.net) Received: (qmail 8013 invoked from network); 9 Jul 2006 20:17:39 -0000 Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp107.sbc.mail.mud.yahoo.com with SMTP; 9 Jul 2006 20:17:39 -0000 Mime-Version: 1.0 (Apple Message framework v622) Content-Transfer-Encoding: 7bit Message-Id: <8e104c5252235df01ba3babda4fe7a59@prodigy.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Mailing List From: jekillen Date: Sun, 9 Jul 2006 13:19:47 -0700 X-Mailer: Apple Mail (2.622) Subject: default umask for Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 20:17:40 -0000 Hello; I've not had to do this on a Unix system before. But now I have Apache running as nobody and have php scripts creating and writing to directories. The files it creates have the default mask rw-r-r and I want to change it to rw-rw-- so I can remove the files and dirs with group write permissions via ftp. I'm using default csh. I don't remember where to find this info in Complete FreeBSD, or other sources. so: How do you change the default mask for a user like Apache on a Unix system? (I assume there is a separate default for both files and directories.) Other wise I have to manually cd into each directory, remove the files as root, cd back, remove the dir, cd to the next, etc. It could add up to hundreds of directories with multiple hundreds of files to remove. Maybe I could practice shell scripting with this, or modify the php code to unlink the files and remove the dirs. But i may need to save some for future reference. thanks in advance; JK From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 20:53:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1559516A4DD for ; Sun, 9 Jul 2006 20:53:40 +0000 (UTC) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (mailrtr03.reyrey.net [205.157.244.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D8343D45 for ; Sun, 9 Jul 2006 20:53:39 +0000 (GMT) (envelope-from esavage@reyrey.net) Received: from mailrtr03.reyrey.net (localhost [127.0.0.1]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0J2500D5DM1DTL@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 16:53:37 -0400 (EDT) Received: from mailrtr03.reyrey.net ([127.0.0.1]) by mailrtr03.reyrey.net (SMSSMTP 4.1.0.19) with SMTP id M2006070916533724488 for ; Sun, 09 Jul 2006 16:53:37 -0400 Received: from [192.168.11.28] (ns1.digitalrage.org [24.123.67.30]) by mailrtr03.reyrey.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTPSA id <0J2500DNKM1CTQ@mailrtr03.reyrey.net> for freebsd-questions@freebsd.org; Sun, 09 Jul 2006 16:53:37 -0400 (EDT) Date: Sun, 09 Jul 2006 16:53:33 -0400 From: Elijah Savage In-reply-to: <20060709201222.GD24254@jeeves.stilyagin.local> To: freebsd-questions@freebsd.org Message-id: <0DB96A5B-551B-4B10-B254-0A8C4202E208@reyrey.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <483FB19B-31E8-45D0-8E1E-4BA234DE4D11@reyrey.net> <20060709190335.GC24254@jeeves.stilyagin.local> <754F69BF-4D46-4C2C-A30A-7AE741AC892F@reyrey.net> <20060709201222.GD24254@jeeves.stilyagin.local> Subject: Re: sshd not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 20:53:40 -0000 On Jul 9, 2006, at 4:12 PM, Darrin Chandler wrote: > On Sun, Jul 09, 2006 at 03:38:33PM -0400, Elijah Savage wrote: >> >> Well thank you for the reply but it was the network card. I am not >> sure if I should take it back or not. It is a brand new network D >> Link GigE card realtek chipset RTL8169. This was such strange >> behavior, I could get out from the machine but could not get into it >> across the network. I just replaced it with a Intel 100mb fxp0 and >> everything works now. Sort of sucks my server will be runnning at >> 100mb and every other client at GigE. >> >> I made sure my card was on the list so it could be bad I suppose. > > If you want to investigate it might be worth it. Check ifconfig output > and compare to other cards of the same make. Check duplex settings, > etc. > Swap cards and see if problems follow the card or stay with the > machine... > > Glad you found the problem, anyway. Yeah I checked all that and it was good I even moved it to a different switch port. I put this card in my suse 10 machine and had no problems with it so I am surely at a lost now. I will just get an intel GigE card probably give will me better performance anyway. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 21:10:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6652716A4DF for ; Sun, 9 Jul 2006 21:10:45 +0000 (UTC) (envelope-from kdgrills@the-grills.com) Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A3D43D49 for ; Sun, 9 Jul 2006 21:10:44 +0000 (GMT) (envelope-from kdgrills@the-grills.com) Received: from srv1.the-grills.com (c-71-57-60-59.hsd1.il.comcast.net[71.57.60.59]) by comcast.net (rwcrmhc15) with SMTP id <20060709211043m15004iclqe>; Sun, 9 Jul 2006 21:10:43 +0000 Received: (qmail 60013 invoked by uid 1001); 9 Jul 2006 21:10:43 -0000 Date: Sun, 9 Jul 2006 16:10:43 -0500 From: "Kelly D. Grills" To: freebsd-questions@freebsd.org Message-ID: <20060709211033.GA93527@the-grills.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <8e104c5252235df01ba3babda4fe7a59@prodigy.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline In-Reply-To: <8e104c5252235df01ba3babda4fe7a59@prodigy.net> X-Operating-System: FreeBSD/6.0-RELEASE (i386) X-PGP-Key: mailto:kdgrills-pgpkey@the-grills.com User-Agent: Mutt/1.5.11 Subject: Re: default umask for Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 09 Jul 2006 21:10:45 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 09, 2006 at 01:19:47PM -0700, jekillen wrote: >=20 > Hello; > I've not had to do this on a Unix system before. But now I have Apache=20 > running as nobody and > have php scripts creating and writing to directories. The files it=20 > creates have the default mask > rw-r-r and I want to change it to rw-rw-- so I can remove the files and= =20 > dirs with group write permissions > via ftp. Could you not chmod the files / directories via your php script? See: http://php.net/manual/en/function.chmod.php > > How do you change the default mask for a user like Apache on a Unix=20 > system? > I believe you can set this via envvars --=20 Kelly D. Grills kdgrills@the-grills.com --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) Comment: PGP key: mailto:kdgrills-pgpkey@the-grills.com iD8DBQFEsXDJ7inS5LzF7HMRAi/DAJ9/hNL2wD1DVq/HVhuHu2JIhvovNACeIeXl h1O2x/LRGqZ6cx3zbe7vfE8= =rCVv -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 21:15:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18EC616A4DD for ; Sun, 9 Jul 2006 21:15:27 +0000 (UTC) (envelope-from sdb@ssr.com) Received: from mailhost.ssr.com (ns.ssr.com [199.4.235.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 1A32543D77 for ; Sun, 9 Jul 2006 21:15:08 +0000 (GMT) (envelope-from sdb@ssr.com) Received: (qmail 59400 invoked by uid 103); 9 Jul 2006 21:14:38 -0000 Date: 9 Jul 2006 20:42:51 -0000 Message-ID: <20060709204251.46392.qmail@ssr.com> From: Scott Ballantyne To: freebsd-questions@freebsd.org References: <44AC5190.9070001@caltech.edu> <44AD1170.1000205@mac.com> Subject: Belkin Wireless G notebook card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 21:15:27 -0000 I am trying to get a Belkin Wireless G notebook card running on a Sony VAIO laptop, FreeBSD 6.1. I followed the advice in the handbook and copied the following files from the Belkin CD to the if_ndis directory: rt61.inf and rt61.sys and ran ndiscvt -i rt61.inf -s rt61.sys -o ndis_driver_data.h after make and make install I did: kldload ndis kldload if_ndis This gave an error if_ndis: file exists. But kldstat showed the if_ndis driver loaded. I also tried copying the RT619x.sys file to the if_ndis directory, and doing ndiscvt -i rt61.inf -s rt61.sys -o -f RT619.sys -o ndis_driver_data.h make, make install. None of these seem to enable the card. dmesg tells me: cardbus0: Expecting link target, got 0x0 cardbus0: Resource not specified in CIS: id=10, size=8000 cardbus0: at device 0.0 (no driver attached) cardbus0: Expecting link target, got 0x0 cardbus0: Resource not specified in CIS: id=10, size=8000 This sounds like there is some sort of builtin database that needs to be modified, but I can't seem to find anything in the handbook or manual pages. Any suggestions gratefully accepted. Thanks, Scott -- sdb@ssr.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 23:36:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F5816A4DD for ; Sun, 9 Jul 2006 23:36:14 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61018.mail.yahoo.com (web61018.mail.yahoo.com [209.73.179.12]) by mx1.FreeBSD.org (Postfix) with SMTP id C5B0043D55 for ; Sun, 9 Jul 2006 23:36:12 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 99712 invoked by uid 60001); 9 Jul 2006 23:36:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Lgvxy4JaRDC+o3+luW7sDdFygYEFiZWZz8bGymadSQldXkCvLmrjAFPMs6WouCO4kkw/l/l25dHvjZjDl2HnclQr5lEy6UPzYtK1bF0XzkJrLO/dDfqXvsVP2NBxGa0EtigWfKHmBdPwOq5VPspPltJikiHj5UneD/o+/hFYJk4= ; Message-ID: <20060709233612.99710.qmail@web61018.mail.yahoo.com> Received: from [69.86.22.118] by web61018.mail.yahoo.com via HTTP; Sun, 09 Jul 2006 20:36:12 ART Date: Sun, 9 Jul 2006 20:36:12 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CUPS, "Quota limit reached" woes woes woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 23:36:14 -0000 Hello, After successfully setting up my HP Officejet with CUPS and having printed a successful test page. I can no longer print. Now I try to print nothing happens, I go into cups configuration page and I don't see any printer there, it just disappeared, I go through the adding a new printer process again and I add it exactly the same way I did the first time and I try to print a test page I get this error: Quota limit reached I click on administration again and then manage printers and again the printer I just added is not there. Does anyone know what's going on with this? It just doesn't make any sense! At first I thought I had it and now ??????? Anyway I'm running FBSD 6.1. Any help would be appreciated. Thanks. EJC www.only7bucks.com --------------------------------- Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 23:40:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0EB16A4E2 for ; Sun, 9 Jul 2006 23:40:45 +0000 (UTC) (envelope-from iqgrande@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62AE43D49 for ; Sun, 9 Jul 2006 23:40:43 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so545284wri for ; Sun, 09 Jul 2006 16:40:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=Dho5xH38DlobGXVMnihjMw3LMsu57ehoMRrQa7eBYtZEwD2X1bMObgZKb0akLoYyteQVXDHBns9d8F1ZLOcu6QyFyKi2QskxOBdrSFEtX3L4ADnLk7cIibAXLRXG3f4Iv4LpB2Mz3QBkA80rxtYs/dsrQmPlinR6tCCPiqym3iA= Received: by 10.54.93.12 with SMTP id q12mr4392744wrb; Sun, 09 Jul 2006 16:40:42 -0700 (PDT) Received: from ?192.168.0.5? ( [67.191.189.255]) by mx.gmail.com with ESMTP id 24sm206479wrl.2006.07.09.16.40.41; Sun, 09 Jul 2006 16:40:42 -0700 (PDT) In-Reply-To: <20060709233612.99710.qmail@web61018.mail.yahoo.com> References: <20060709233612.99710.qmail@web61018.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8D9D1E3C-232E-4F1F-A795-B3564CFC962D@gmail.com> Content-Transfer-Encoding: 7bit From: Anthony Agelastos Date: Sun, 9 Jul 2006 19:40:39 -0400 To: "E. J. Cerejo" X-Mailer: Apple Mail (2.752.2) Cc: FreeBSD Questions Subject: Re: CUPS, "Quota limit reached" woes woes woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 23:40:45 -0000 On Jul 9, 2006, at 7:36 PM, E. J. Cerejo wrote: > Hello, Hello, > > After successfully setting up my HP Officejet with CUPS and having > printed a successful test page. I can no longer print. What version of CUPS did you get your printer working with and what version are you running now? > > Now I try to print nothing happens, I go into cups configuration > page and I don't see any printer there, it just disappeared, I go > through the adding a new printer process again and I add it exactly > the same way I did the first time and I try to print a test page I > get this error: > > Quota limit reached > > I click on administration again and then manage printers and again > the printer I just added is not there. Does anyone know what's > going on with this? It just doesn't make any sense! At first I > thought I had it and now ??????? > Anyway I'm running FBSD 6.1. Any help would be appreciated. > Thanks. > > > EJC > www.only7bucks.com > > --------------------------------- > Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu > celular. Registre seu aparelho agora! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 23:48:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB85D16A4DD for ; Sun, 9 Jul 2006 23:48:27 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61024.mail.yahoo.com (web61024.mail.yahoo.com [209.73.179.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 29B2343D46 for ; Sun, 9 Jul 2006 23:48:26 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 64061 invoked by uid 60001); 9 Jul 2006 23:48:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=I8bFL5bTPfiGMdeIC/TfJNDz03mBqlj4Oo94J0B0Mlixbv4gafDz+Jyvg4FXH+zSpZgqklOVvOD/oQcdceqJ226lChD2us0+EJrynw8ElKI6EICXlNRNPB0MQzac1Esz+HxYklWhEdx7u1+7WlH6WeO/h1Dfa1UOGQOX+Cy7LgA= ; Message-ID: <20060709234826.64059.qmail@web61024.mail.yahoo.com> Received: from [69.86.22.118] by web61024.mail.yahoo.com via HTTP; Sun, 09 Jul 2006 20:48:26 ART Date: Sun, 9 Jul 2006 20:48:26 -0300 (ART) From: "E. J. Cerejo" To: Anthony Agelastos In-Reply-To: <8D9D1E3C-232E-4F1F-A795-B3564CFC962D@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: CUPS, "Quota limit reached" woes woes woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 23:48:27 -0000 The version is Common UNIX Printing System 1.2.0, I installed it using the portinstall and I had just finished updating my ports tree. Anthony Agelastos escreveu: On Jul 9, 2006, at 7:36 PM, E. J. Cerejo wrote: > Hello, Hello, > > After successfully setting up my HP Officejet with CUPS and having > printed a successful test page. I can no longer print. What version of CUPS did you get your printer working with and what version are you running now? > > Now I try to print nothing happens, I go into cups configuration > page and I don't see any printer there, it just disappeared, I go > through the adding a new printer process again and I add it exactly > the same way I did the first time and I try to print a test page I > get this error: > > Quota limit reached > > I click on administration again and then manage printers and again > the printer I just added is not there. Does anyone know what's > going on with this? It just doesn't make any sense! At first I > thought I had it and now ??????? > Anyway I'm running FBSD 6.1. Any help would be appreciated. > Thanks. > > > EJC > www.only7bucks.com > > --------------------------------- > Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu > celular. Registre seu aparelho agora! > _______________________________________________ > freebsd-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" EJC www.only7bucks.com --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 9 23:59:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E3A216A4DE for ; Sun, 9 Jul 2006 23:59:26 +0000 (UTC) (envelope-from iqgrande@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339BB43D45 for ; Sun, 9 Jul 2006 23:59:25 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so546630wri for ; Sun, 09 Jul 2006 16:59:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=mvMOw6wGF8k9vTHZzWdC2MeIChFqEexjc5Sle63kX2nWKLbnxSIwSZrjICgj1/z2zBTzqohOwToshOWf1i49AOeUgrDBrCA9NUP0SOBt90slve6rixf5V3ZwfJUx+4dg368rvTX/E0Wpb/CcLFoREimizu+T3j0DXGxGHJn8RvY= Received: by 10.54.125.4 with SMTP id x4mr4334684wrc; Sun, 09 Jul 2006 16:59:24 -0700 (PDT) Received: from ?192.168.0.5? ( [67.191.189.255]) by mx.gmail.com with ESMTP id 45sm10145219wri.2006.07.09.16.59.22; Sun, 09 Jul 2006 16:59:23 -0700 (PDT) In-Reply-To: <20060709234826.64059.qmail@web61024.mail.yahoo.com> References: <20060709234826.64059.qmail@web61024.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.2) Message-Id: From: Anthony Agelastos Date: Sun, 9 Jul 2006 19:59:20 -0400 To: "E. J. Cerejo" X-Mailer: Apple Mail (2.752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: CUPS, "Quota limit reached" woes woes woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 23:59:26 -0000 On Jul 9, 2006, at 7:48 PM, E. J. Cerejo wrote: > The version is Common UNIX Printing System 1.2.0, I installed it =20 > using the portinstall and I had just finished updating my ports tree. I was trying to extract if you had it working on a 1.1.x install of =20 CUPS and when you updated it to 1.2.0 it stopped working. A lot of =20 people are having issues with CUPS at 1.2.0. I recommend going to the =20= mailing list archives and going through the several CUPS threads to =20 see if anything there may help you, if you haven't already. One =20 thread entitled "HP Officejet Printer" may assist you. Good luck. > > Anthony Agelastos escreveu: > On Jul 9, 2006, at 7:36 PM, E. J. Cerejo wrote: > > Hello, > Hello, > > > > After successfully setting up my HP Officejet with CUPS and having > > printed a successful test page. I can no longer print. > What version of CUPS did you get your printer working with and what > version are you running now? > > > > > Now I try to print nothing happens, I go into cups configuration > > page and I don't see any printer there, it just disappeared, I go > > through the adding a new printer process again and I add it exactly > > the same way I did the first time and I try to print a test page I > > get this error: > > > > Quota limit reached > > > > I click on administration again and then manage printers and again > > the printer I just added is not there. Does anyone know what's > > going on with this? It just doesn't make any sense! At first I > > thought I had it and now ??????? > > Anyway I'm running FBSD 6.1. Any help would be appreciated. > > Thanks. > > > > > > EJC > > www.only7bucks.com > > > > --------------------------------- > > Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu > > celular. Registre seu aparelho agora! > > _______________________________________________ > > freebsd-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-=20 > unsubscribe@freebsd.org" > > > > EJC > www.only7bucks.com > > Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a =20= > sele=E7=E3o brasileira! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 01:09:07 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B2C616A4DF for ; Mon, 10 Jul 2006 01:09:07 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249E843D49 for ; Mon, 10 Jul 2006 01:09:06 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 17287 invoked from network); 10 Jul 2006 11:09:03 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Jul 2006 11:09:03 +1000 Date: Mon, 10 Jul 2006 11:08:57 +1000 From: Norberto Meijome To: freebsd-questions@FreeBSD.org Message-ID: <20060710110857.310e81bf@localhost> In-Reply-To: <20060618170130.22dd248b@localhost> References: <20060617193751.M60592@horn.net.ru> <20060618170130.22dd248b@localhost> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: horn Subject: [UPDATE] Re: BTX halted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 01:09:07 -0000 On Sun, 18 Jun 2006 17:01:30 +1000 Norberto Meijome wrote: > On Sat, 17 Jun 2006 23:50:10 +0400 > "horn" wrote: > > > I install FreeBSD 5.3 from floppy-diskets. After a choice of > > loading(default, safe_mode) there is a error: > > int=0000000e err=00000000 efl=00010083 eip=000095ca > > eax=c101ffb8 ebx=c101ffb0 ecx=ffff8c10 edx=ffffff02 > > esi=ffffffef edi=00001952 ebp=c1021d60 esp=c101ffa0 > > cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 > > cs:eip=ac e8 46 00 00 00 fe c9-74 0c b0 2d 80 f9 08 74 > > 02 b0 20 aa eb ea fe ca-74 0e b0 0a aa b1 07 b0 > > ss:esp=10 00 00 00 68 97 00 00-db 91 00 00 00 18 00 00 > > ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff > > BTX halted > > > > > > > > I got a similar looking error (sorry, dont have that particular box at hand to > verify) when booting from 6.1-Release CD on a Shuttle Zen PC. HD already had a > Gentoo 2006.0 installation on it. > > No changes whether I booted without APIC of ACPI, or safe mode. > > Beto > I actually tried a bit later on with the same machine, but this time I had wiped the first sectors ( about 2048, just to be safe) of the HD. 6.1 Release CD #1 booted just fine, and I could install and use with no problem at all. (actually, the UDMA problems with IDE that I had with 5.3 were gone in 6.1 :) great job! ) Before wiping it, it had Gentoo installed in it. (Caveat - the msg I got included BTX Halted, but I cannot confirm whether all the other information was similar). B From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 01:11:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DFC16A4E5 for ; Mon, 10 Jul 2006 01:11:09 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020F143D6B for ; Mon, 10 Jul 2006 01:11:03 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27940 invoked from network); 10 Jul 2006 01:11:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 01:11:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A8EA328449; Sun, 9 Jul 2006 21:11:02 -0400 (EDT) To: "victor leon" References: <38207bf10607070749q46683c13k8e2330810173f6ec@mail.gmail.com> <44odw1p3ka.fsf@be-well.ilk.org> <38207bf10607071423q1aad89fcubcab7dde65352d06@mail.gmail.com> From: Lowell Gilbert Date: Sun, 09 Jul 2006 21:11:02 -0400 In-Reply-To: <38207bf10607071423q1aad89fcubcab7dde65352d06@mail.gmail.com> (victor leon's message of "Fri, 7 Jul 2006 16:23:57 -0500") Message-ID: <448xn2tgbd.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Video card 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, 10 Jul 2006 01:11:09 -0000 Don't top-post, please. "victor leon" writes: > the install is normal after that when i restart the cpu sounds a "beep" and > can't use X mode ,i only can use text mode my monitor is a AOC model > CT520n So FreeBSD is fine, but you're having problems with configuring X. Have you installed an X server? Which one? How did you configure it? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 01:45:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5179116A4DD for ; Mon, 10 Jul 2006 01:45:23 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id B44D843D45 for ; Mon, 10 Jul 2006 01:45:22 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail04.nyc.untd.com (webmail04.nyc.untd.com [10.141.27.144]) by smtpout01.nyc.untd.com with SMTP id AABCMDNJVA4WEH9S for (sender ); Sun, 9 Jul 2006 18:44:51 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRMRu80e+pIBHPpLfEdZHL7eo2iaIrHom7A== Received: (from gs_stoller@juno.com) by webmail04.nyc.untd.com (jqueuemail) id LUVQSA5X; Sun, 09 Jul 2006 18:44:35 PDT Received: from [67.84.52.37] by webmail04.nyc.untd.com with HTTP: Mon, 10 Jul 2006 01:43:40 GMT X-Originating-IP: [67.84.52.37] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Mon, 10 Jul 2006 01:43:40 GMT To: freebsd-questions@freebsd.org X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060709.184435.15626.301776@webmail04.nyc.untd.com> X-ContentStamp: 3:4:641748054 X-UNTD-Peer-Info: 10.141.27.144|webmail04.nyc.untd.com|webmail04.nyc.untd.com|gs_stoller@juno.com Subject: The ENV variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 01:45:23 -0000 The shell variable ENV is supposed to name a script to be invoked whenever the Korn shell starts up an interactive shell. While this is the case for just about all users, on my system it is not the case for users with the user-id of root . Is this how UNIX is supposed to work? For my system: uname -a FreeBSD 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 How does ENV work in later systems, the same (i.e., not for root )? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 01:55:47 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCB616A4DA for ; Mon, 10 Jul 2006 01:55:47 +0000 (UTC) (envelope-from grog@lemis.com) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8F243D45 for ; Mon, 10 Jul 2006 01:55:46 +0000 (GMT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 241E59B498; Mon, 10 Jul 2006 11:25:43 +0930 (CST) Date: Mon, 10 Jul 2006 11:25:43 +0930 From: Greg 'groggy' Lehey To: Olivier Nicole Message-ID: <20060710015543.GA1458@wantadilla.lemis.com> References: <200607070429.k674TkjX027354@banyan.cs.ait.ac.th> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <200607070429.k674TkjX027354@banyan.cs.ait.ac.th> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 VoIP: sip:0871270137@sip.internode.on.net WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: questions@freebsd.org Subject: Re: Creating vinum RAID 1 on place X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 01:55:47 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Friday, 7 July 2006 at 11:29:46 +0700, Olivier Nicole wrote: > Hi, > > Is there a trick on the way to build a vinum RAID 1 without backup-in > the data first? Sometimes. It's described in "The Complete FreeBSD", page 236 or so. See http://www.lemis.com/grog/Documentation/CFBSD/ for how to get the book. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers. --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEsbOfIubykFB6QiMRAkKGAJ9TOCn0vzOsXRPR8/Ag1FJ5CMtexQCgjaV6 +Or1gVLQDIEiwT+wBbGX4Aw= =IWxb -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 02:13:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0773B16A4DD for ; Mon, 10 Jul 2006 02:13:56 +0000 (UTC) (envelope-from brian.henning@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DCAA43D4C for ; Mon, 10 Jul 2006 02:13:55 +0000 (GMT) (envelope-from brian.henning@gmail.com) Received: by wr-out-0506.google.com with SMTP id i31so114081wra for ; Sun, 09 Jul 2006 19:13:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=B/EwMf2uYBgfJNXKqAu7yhRKVNX11zeHv/T+0W4GyNbuX6maMERM8xe7Hng+i2hWbVntVF8q2/d2Ye5MCD1MasfXO+mbAquWudCgD8etlzmYXbnQswtrONbV6wxCqO5kOq6qRoQLNydaDcneg+ZcAegb+WjUWbbCgDMAl3ZYEXc= Received: by 10.65.115.5 with SMTP id s5mr4089761qbm; Sun, 09 Jul 2006 19:13:54 -0700 (PDT) Received: by 10.64.249.19 with HTTP; Sun, 9 Jul 2006 19:13:54 -0700 (PDT) Message-ID: <1f75ab0e0607091913g319b797ficc6e1889dd49eb48@mail.gmail.com> Date: Sun, 9 Jul 2006 21:13:54 -0500 From: "Brian Henning" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 6.1 SMP Kernel - Cardbus issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 02:13:56 -0000 Hello All, I am stuck on a FreeBSD 6.1 SMP Kernel issue that won't allow me to use my Cardbus wireless nic. I did a little digging and I found that a driver is not being loaded for the pci0 bridge device. Is there a way to load a driver for this device? I think this will resolve my issue. Is there such a thing as a non-cardbus wireless nic? If so please let me know the chipset/card. I beleive this is another way to solve my problem. Thanks, Brian From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 03:28:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC8216A4DA for ; Mon, 10 Jul 2006 03:28:42 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2642743D46 for ; Mon, 10 Jul 2006 03:28:42 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 82C9756450; Mon, 10 Jul 2006 15:28:40 +1200 (NZST) Date: Mon, 10 Jul 2006 15:28:40 +1200 From: Jonathan Chen To: "gs_stoller@juno.com" Message-ID: <20060710032840.GB60854@osiris.chen.org.nz> References: <20060709.184435.15626.301776@webmail04.nyc.untd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060709.184435.15626.301776@webmail04.nyc.untd.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: The ENV variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 03:28:42 -0000 On Mon, Jul 10, 2006 at 01:43:40AM +0000, gs_stoller@juno.com wrote: > The shell variable ENV is supposed to name a script to be > invoked whenever the Korn shell starts up an interactive shell. While > this is the case for just about all users, on my system it is not the > case for users with the user-id of root . Is this how UNIX is > supposed to work? By default, root uses csh. Have you modified your root to use ksh? -- Jonathan Chen ---------------------------------------------------------------------- "Only the meek get pinched. The bold survive." - Ferris Bueller From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 03:54:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97EAA16A4EB for ; Mon, 10 Jul 2006 03:54:52 +0000 (UTC) (envelope-from slaveszeroes@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B2943D53 for ; Mon, 10 Jul 2006 03:54:51 +0000 (GMT) (envelope-from slaveszeroes@gmail.com) Received: by nf-out-0910.google.com with SMTP id h2so552013nfe for ; Sun, 09 Jul 2006 20:54:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tW1zokzquF2qgPTglJLRTEPkJXMaycrkYgbYjIwd1W/Ynwz+2AnRwyyo+qoaMr2WCY7cIj6G/updH4gQhygx74tf2JQ6MAZ2nbBQliAvYy/wJEJi72477IYoQ0WCcGdEyyLZjx5CEJZ+miZlcUUSrt/09Ibh7m3DEyayKm20uG4= Received: by 10.48.43.18 with SMTP id q18mr3325047nfq; Sun, 09 Jul 2006 20:53:14 -0700 (PDT) Received: by 10.49.13.11 with HTTP; Sun, 9 Jul 2006 20:53:14 -0700 (PDT) Message-ID: Date: Mon, 10 Jul 2006 10:53:14 +0700 From: RdBSD To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Boot Menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 03:54:52 -0000 Dear All, How can i change default menuitem in boot menu to number 3 or safe mode. so it will boot the default to number 3 in menu ? Thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 04:08:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2661116A4E0 for ; Mon, 10 Jul 2006 04:08:22 +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 52F6A43D69 for ; Mon, 10 Jul 2006 04:08:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6A47s6d003853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 10 Jul 2006 07:07:55 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6A47ntv054575; Mon, 10 Jul 2006 07:07:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6A47mAD054574; Mon, 10 Jul 2006 07:07:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 10 Jul 2006 07:07:48 +0300 From: Giorgos Keramidas To: RdBSD Message-ID: <20060710040748.GC54418@gothmog.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.655, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.74, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Boot Menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 04:08:22 -0000 On 2006-07-10 10:53, RdBSD wrote: > Dear All, > > How can i change default menuitem in boot menu to number 3 or safe > mode. so it will boot the default to number 3 in menu ? That's usually a slightly bad idea. Why do you want to do this? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 07:11:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A182F16A4DE for ; Mon, 10 Jul 2006 07:11:49 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA7D43D58 for ; Mon, 10 Jul 2006 07:11:40 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from coolf89ea26645 (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id k6A7Bbx33669; Mon, 10 Jul 2006 00:11:37 -0700 (PDT) (envelope-from tedm@toybox.placo.com) Message-ID: <002a01c6a3f0$127a6ed0$3c01a8c0@coolf89ea26645> From: "Ted Mittelstaedt" To: "User Freebsd" , References: <20060708031809.H1799@ganymede.hub.org> Date: Mon, 10 Jul 2006 00:11:31 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Cc: Subject: Re: Linksys router and ssh time outs ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 07:11:49 -0000 ----- Original Message ----- From: "User Freebsd" To: Sent: Friday, July 07, 2006 11:20 PM Subject: Linksys router and ssh time outs ... > > I just put a linksys router in place, so that we could use our wireless > laptop, well, wireless ... now, I seem to be getting timeouts on my ssh > connections when they are idle, but timeouts that I never received when I > had my desktop directly connected to the cable modem ... > > I've looked at the settings for the Linksys, and can't find anything that > might be related ... is there some keepalive that the linksys might be > blocking, or something else that I can do to keep the connection from > dropping? > Some of the Netgear routers allow you to telnet into the router and change a config setting for the timeouts for specific protocols. But I've never heard the linksys allowing this. You might be lucky and your linksys might be one of the ones that can run an alternative firmware. If so, flash it to one of the open source firmwares and it should fix the problem. Ted From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 07:42:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B9A16A4E0 for ; Mon, 10 Jul 2006 07:42:12 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3180943D70 for ; Mon, 10 Jul 2006 07:41:43 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 8B22213A769; Mon, 10 Jul 2006 03:41:42 -0400 (EDT) Received: from [192.168.1.100] (pool-71-247-69-178.nycmny.east.verizon.net [71.247.69.178]) by mailspool3.panix.com (Postfix) with ESMTP id A6B9A5DC860; Mon, 10 Jul 2006 03:41:38 -0400 (EDT) Message-ID: <44B204AA.6000208@tania.servebbs.org> Date: Mon, 10 Jul 2006 03:41:30 -0400 From: Bob User-Agent: Thunderbird 1.5 (X11/20060628) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, bob@tania.servebbs.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=B2BF9879 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: A Library Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 07:42:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I just completed installing a new Freebsd Workstation. It was installed totally on-line via "ports" over my DSL connection. It took almost 6 days to download/compile/install a full KDE system, and it rocks! After 20-odd years of using SCO then Linux, this freebsd is refreshing. I have installed Mozilla, Firefox, and Seamonkey as browsers, and have successfully installed the Flash Plugin for them. I installed the Sun Java VM 1.4.2 as per the docs, but when I do an about:plugins in any of the browsers I get the following error: [Shared object "libdl.so.2" not found, required by "libjavaplugin_oji.so"] A locate libdl returns: /usr/compat/linux/lib/libdl-2.3.2.so /usr/compat/linux/lib/libdl.so.2 So, I then did a ports install of the Blackdown JDK 1.4.2 but it too can't find the same library. I am at a bit of a loss here, and don't want to stary hacking away at this nice clean install :-) Any help would be appreciated. Bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEsgSpAexE5bK/mHkRAuxWAJ9KmbSf8VQPB0PijfHt62Eo9FC4nQCfSGs8 E5stl32tfGCxpp10b3+uQXM= =wyPP -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 07:45:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7675C16A5A0 for ; Mon, 10 Jul 2006 07:45:11 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7970A43E1F for ; Mon, 10 Jul 2006 07:44:26 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from [10.0.1.2] (pool-71-109-244-179.lsanca.dsl-w.verizon.net [71.109.244.179]) (authenticated bits=0) by zoot.lafn.org (8.13.4/8.13.4) with ESMTP id k6A7iLQC026382 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 10 Jul 2006 00:44:23 -0700 (PDT) (envelope-from bc979@lafn.org) In-Reply-To: <002a01c6a3f0$127a6ed0$3c01a8c0@coolf89ea26645> References: <20060708031809.H1799@ganymede.hub.org> <002a01c6a3f0$127a6ed0$3c01a8c0@coolf89ea26645> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <87172611-52D9-4395-8D42-0BF198DBDE9C@lafn.org> Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Mon, 10 Jul 2006 00:44:21 -0700 To: freebsd-questions X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: ClamAV 0.88/1590/Sun Jul 9 22:34:09 2006 on zoot.lafn.org X-Virus-Status: Clean Cc: User Freebsd Subject: Re: Linksys router and ssh time outs ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 07:45:11 -0000 On Jul 10, 2006, at 00:11, Ted Mittelstaedt wrote: > > From: "User Freebsd" >> >> I just put a linksys router in place, so that we could use our >> wireless >> laptop, well, wireless ... now, I seem to be getting timeouts on >> my ssh >> connections when they are idle, but timeouts that I never received >> when I >> had my desktop directly connected to the cable modem ... >> >> I've looked at the settings for the Linksys, and can't find >> anything that >> might be related ... is there some keepalive that the linksys >> might be >> blocking, or something else that I can do to keep the connection from >> dropping? >> > > Some of the Netgear routers allow you to telnet into the router and > change > a config setting for the timeouts for specific protocols. But I've > never > heard the linksys allowing this. > > You might be lucky and your linksys might be one of the ones that can > run an alternative firmware. If so, flash it to one of the open > source > firmwares and it should fix the problem. You can also put lines like: ServerAliveInterval 300 ServerAliveCountMax 3 in ssh_config. That will cause ssh to send periodic alive messages. I use those to avoid the same problem. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 07:55:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF05016A4DA for ; Mon, 10 Jul 2006 07:55:53 +0000 (UTC) (envelope-from eugeny.kuzakov@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5319443D64 for ; Mon, 10 Jul 2006 07:55:49 +0000 (GMT) (envelope-from eugeny.kuzakov@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so1047969pye for ; Mon, 10 Jul 2006 00:55:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=SKEP7p1cb10fkTYSV6Mw9s+jZA2VD7AxP3kuW8AE8Y1d5ET+1pGvxDqO3zT2QARLoP7A9kwDsDPagY1TsOIBloLh1XgU5o/SuiwMpU6Mh1xUdYLUYkniuSIAJPVtvhHJHB43h7U9XUblqKiikaoNK3xq1BWWX3hw4SeNRCQfDkE= Received: by 10.35.37.18 with SMTP id p18mr4775771pyj; Mon, 10 Jul 2006 00:55:48 -0700 (PDT) Received: by 10.35.42.9 with HTTP; Mon, 10 Jul 2006 00:55:48 -0700 (PDT) Message-ID: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> Date: Mon, 10 Jul 2006 11:55:48 +0400 From: "Eugeny Kuzakov" Sender: eugeny.kuzakov@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 8d10ef808094d5bf Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 07:55:54 -0000 Hi there, Hello, can anybody advice? I have p4p800Se mb. I have bought a few days before Tekram TR-822. It's Sil3112 based software raid. I need mirror device, contained 2 partitions -- fat32&ufs. I want to use fat32 under freebsd&windows xp. the problem is that under windows the controller works good, but FreeBSD doesn't see created mirror logical device. Has anyone working same configaration? What sil3112 bios version? thank you. -- Best wishes, Coredumped. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 08:15:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED23116A4DE for ; Mon, 10 Jul 2006 08:15:04 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8644F43D58 for ; Mon, 10 Jul 2006 08:14:58 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 32-md50000044950.msg for ; Mon, 10 Jul 2006 10:12:46 +0200 Message-ID: <44B20BC6.3050600@swehack.se> Date: Mon, 10 Jul 2006 10:11:50 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Mon, 10 Jul 2006 10:12:48 +0200 Subject: Alt Gr key troubles in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 08:15:05 -0000 Hi These problems have been going on ever since i first started using FreeBSD frequently with 4.10-RELEASE. Before that i used Windows to write software and would usually upload it onto a FreeBSD ftp server. This was no problem for me in Windows but as soon as i made the switch to FreeBSD at work and started actually writing code in FreeBSD 8 hours a day, 5 days a week, i noticed major issues with Alt Gr keys. I think they're called deadkeys in the X.org configuration. It's mainly because i'm from sweden and have all the important characters like {, [, ], }, among others, on keys that require the Alt Gr key to be pressed for me to use them. It's hard to reproduce the problem as sometimes i can type at very high speed and still not have a problem when i hit an alt gr character and other times i type really slow but get stuck on the alt gr characters. What happens is that the character just doesn't work, once the problem happens i can very often just hold the alt gr key and keep hitting the other key multiple times without anything at all happening, at those times i actually must let go of the alt gr key in order to continue typing. Even if the problem is very hard for me to reproduce i am 100% sure it is a problem because like i said, i do this every day of my life and i know this happens. My boss has discovered it to, he does not write as much code as i do but sometimes he writes a perl program or two and he has the same problems. I think maybe one of the reasons i haven't heard much about this problem could be that i use a Swedish keyboard layout and require the deadkeys, this combination along with someone who writes as much code as i do and cares enough about the problen to solve it might be rare so i haven't been able to find anything at all about this problem on search engines like Google. I would love to solve the problem though, even if i've learned to live with it, it's the most annoying thing ever when you get a good flow going in your code writing and suddenly it all gets stuck on some damn alt gr key. I'd love it if someone could point me in the right direction because i suspect this could be something i need to take up with the x.org people. -- Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 09:12:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B6016A4E0 for ; Mon, 10 Jul 2006 09:12:08 +0000 (UTC) (envelope-from eugeny.kuzakov@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814A843D5E for ; Mon, 10 Jul 2006 09:12:02 +0000 (GMT) (envelope-from eugeny.kuzakov@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so1065049pye for ; Mon, 10 Jul 2006 02:12:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=g9dTu5IDc2mbhjfkA/DvFanHBGPminTlCUSDJz7pXm2a3t1j9BNGdyFfSTrtnfgFHF5WU17Klrqm4V2/i4tGArEIZYbfXSLR682fRfodCdtFpYEKtn/VaO6IB3FjO5BRaItAqLH14ppHum8fRQ3pB2Jm3zbFcIIduLfR9zLgArA= Received: by 10.35.37.18 with SMTP id p18mr4819874pyj; Mon, 10 Jul 2006 02:12:01 -0700 (PDT) Received: by 10.35.42.9 with HTTP; Mon, 10 Jul 2006 02:12:01 -0700 (PDT) Message-ID: <146805bd0607100212o70f5b843ocdadead8d178f931@mail.gmail.com> Date: Mon, 10 Jul 2006 13:12:01 +0400 From: "Eugeny Kuzakov" Sender: eugeny.kuzakov@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: c65a03423919f1dc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: chipest real hardware raid for FreeBSD&Windows XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 09:12:08 -0000 Hi guys! Can anybody advice me chipest REAL HARDWARE raid for sata? At the moment I found that chipest is 3ware 8006-2LP... It's about ~$150.... It's a little bit expensive for home desktop...:( thank you! -- Best wishes, Coredumped. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 09:44:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 618D516A4DD for ; Mon, 10 Jul 2006 09:44:17 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879D443D46 for ; Mon, 10 Jul 2006 09:44:15 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 17880 invoked from network); 10 Jul 2006 09:44:13 -0000 Received: from unknown (HELO localhost) (775067@[217.50.129.182]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 09:44:13 -0000 Date: Mon, 10 Jul 2006 11:43:58 +0200 From: Fabian Keil To: Scott Ballantyne Message-ID: <20060710114358.0611566d@localhost> In-Reply-To: <20060709204251.46392.qmail@ssr.com> References: <44AC5190.9070001@caltech.edu> <44AD1170.1000205@mac.com> <20060709204251.46392.qmail@ssr.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_V61d8/odxrO83DNnQIXFZ3j"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: Belkin Wireless G notebook card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 09:44:17 -0000 --Sig_V61d8/odxrO83DNnQIXFZ3j Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Scott Ballantyne wrote: > I am trying to get a Belkin Wireless G notebook card running on a Sony > VAIO laptop, FreeBSD 6.1. >=20 > I followed the advice in the handbook and copied the following files > from the Belkin CD to the if_ndis directory: >=20 > rt61.inf and rt61.sys >=20 > and ran >=20 > ndiscvt -i rt61.inf -s rt61.sys -o ndis_driver_data.h > I also tried copying the RT619x.sys file to the if_ndis directory, > and doing >=20 > ndiscvt -i rt61.inf -s rt61.sys -o -f RT619.sys -o ndis_driver_data.h >=20 > make, make install. >=20 > None of these seem to enable the card. > Any suggestions gratefully accepted. Use ndisgen(8). Fabian --=20 http://www.fabiankeil.de/ --Sig_V61d8/odxrO83DNnQIXFZ3j Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEsiFrjV8GA4rMKUQRAoIOAJ9VDLc2yATxYtc0bZSN3rtIbTtxpACfZEFT qlrCGw6uh/vJn7jwEksWKuQ= =OPFA -----END PGP SIGNATURE----- --Sig_V61d8/odxrO83DNnQIXFZ3j-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 09:52:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A550316A4E8 for ; Mon, 10 Jul 2006 09:52:06 +0000 (UTC) (envelope-from arungnair@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6834E43D5A for ; Mon, 10 Jul 2006 09:52:05 +0000 (GMT) (envelope-from arungnair@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1520410uge for ; Mon, 10 Jul 2006 02:52:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RLgfzh7HJnwwi72QGMNnMYyBX6ng19Tv9sSQAqLG4slNUnG2jTuoPeDG4iF/MqW07FbOm/P/r9ldr0ucDrcW787IpXtAUiijGQquFZaL1I2etJHviV1EGjtqzsMWBWpWrnELWbZiW8hOkgsOyDr0DTpJaRdLtVdbbvspyyQ/LyM= Received: by 10.78.179.12 with SMTP id b12mr1581218huf; Mon, 10 Jul 2006 02:52:04 -0700 (PDT) Received: by 10.78.183.18 with HTTP; Mon, 10 Jul 2006 02:52:03 -0700 (PDT) Message-ID: <3fa7d6a0607100252k7b54c3xa63425a2a725ab9d@mail.gmail.com> Date: Mon, 10 Jul 2006 15:22:03 +0530 From: "Arun G Nair" To: freebsd-questions@freebsd.org In-Reply-To: <20060708114352.A20914@erienet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3fa7d6a0607062227l29bacbd0obd24a572d22a1c6f@mail.gmail.com> <20060707131603.6f624268@localhost> <20060708114352.A20914@erienet.net> Subject: Re: unable to mount VCD's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 09:52:06 -0000 AFAIK, FreeBSD 4.x used to mount VCD's. I remember doing so. But don't know why am unbale to do it on 6.1 . What are the kernel options that are needed to do this ? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 11:27:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCB516A4DE for ; Mon, 10 Jul 2006 11:27:50 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51C8A43D5E for ; Mon, 10 Jul 2006 11:27:41 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k6ABRCcW016428; Mon, 10 Jul 2006 06:27:13 -0500 (CDT) Message-Id: <6.0.0.22.2.20060710062547.025a0478@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 10 Jul 2006 06:26:55 -0500 To: "Eugeny Kuzakov" , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <146805bd0607100212o70f5b843ocdadead8d178f931@mail.gmail.co m> References: <146805bd0607100212o70f5b843ocdadead8d178f931@mail.gmail.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: chipest real hardware raid for FreeBSD&Windows XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 11:27:50 -0000 That is about the cheapest true hardware RAID. You can use lower cost adapters or get a motherboard with built-in RAID. -Derek At 04:12 AM 7/10/2006, Eugeny Kuzakov wrote: >Hi guys! > >Can anybody advice me chipest REAL HARDWARE raid for sata? >At the moment I found that chipest is 3ware 8006-2LP... > >It's about ~$150.... > >It's a little bit expensive for home desktop...:( >thank you! > >-- >Best wishes, Coredumped. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 11:38:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D63616A4DA for ; Mon, 10 Jul 2006 11:38:51 +0000 (UTC) (envelope-from johns@newebmail.com) Received: from newebmail.com (www.newebmail.com [68.164.219.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 425EE43D49 for ; Mon, 10 Jul 2006 11:38:49 +0000 (GMT) (envelope-from johns@newebmail.com) Received: from WorldClient by attleboroyouthbasketball.com (MDaemon.PRO.v8.1.3.R) with ESMTP id md50002440730.msg for ; Mon, 10 Jul 2006 06:33:45 -0400 Received: from [66.92.66.128] via WorldClient with HTTP; Mon, 10 Jul 2006 06:33:39 -0400 Date: Mon, 10 Jul 2006 06:33:39 -0400 From: "John Soderberg" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain Message-ID: X-Mailer: WorldClient 8.1.3 X-Authenticated-Sender: johns@newebmail.com X-Return-Path: johns@newebmail.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) X-Spam-Report: X-Spam-Status: No, score=0.0 required=6.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-Spam-Processed: newebmail.com, Mon, 10 Jul 2006 06:33:47 -0400 X-MDAV-Processed: newebmail.com, Mon, 10 Jul 2006 06:33:48 -0400 Cc: pg@eth1.com Subject: ServerWorks CSB6 and SiI 0680 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 11:38:51 -0000 Hello folks: I need some ATA/IDE driver work, wrt chipsets 0680 or CSB6. Otherwise I shall have to move to Linux, and golly -- I just perfer FreeBSD. I'm on some IBM blades, (which use the ServerWorks CSB6 and SiI 0680 chips,) and have a single Intel P4 as the main CPU processor. I'm running FBSD 6.1. After some detective work, it seems that the FreeBSD ATA (or IDE disk driver) may have been having problems, so I jotted down the specific Chipset we have in blades 1-5 and proceeded to investigate... The chipsets we have are: SiI 0680 and ServerWorks CSB6. There are 2 chipsets and what is happening is that the Primary IDE channel or Channel 0 is the SiI (Silicon Image) and the secondary channel or Channel 1 is the Serverworks, which explains why 3 of the blades are running as UDMA100 instead of UDMA133 Here's the notification note fr Mar06 telling us taht we have "buggy" chipsets, both of which are listed by name: http://groups.google.com/group/mailing.freebsd.hardware/browse_frm/thread/e89378cb8690f2d7/8ea5bfc25b9ab90a?lnk=st&q=Serverworks+CSB6+group%3A*freebsd*&rnum=34&hl=en#8ea5bfc25b9ab90a From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 12:23:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 021C816A4DE for ; Mon, 10 Jul 2006 12:23:02 +0000 (UTC) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail6.tpgi.com.au (mail6.tpgi.com.au [203.12.160.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AFFA43D60 for ; Mon, 10 Jul 2006 12:22:46 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-240-252-171.tpgi.com.au [60.240.252.171]) by mail6.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.6/8.13.6) with ESMTP id k6ACMiru028407 for ; Mon, 10 Jul 2006 22:22:45 +1000 From: Warren Liddell To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 22:14:18 +1000 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607102214.19189.shinjii@virusinfo.rdksupportinc.com> Subject: Error Upgrading PHP5-pcre X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 12:23:02 -0000 im Running FreeBSD 6.1-STABLE and the last week or more i have had problems trying to upgrade this port .. below is the full work up fo trying to install the package manually from the ports. Any assistance into whats happening would be appreciated. ============================== ===> Building for php5-pcre-5.1.4 /bin/sh /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/libtool --mode=compile cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -o php_pcre.lo cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -fPIC -DPIC -o .libs/php_pcre.o /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: `fifth_arg_force_ref' undeclared here (not in a function) /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: (near initialization for `pcre_functions[4]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: (near initialization for `pcre_functions[5]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: (near initialization for `pcre_functions[6]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: (near initialization for `pcre_functions[7]') *** Error code 1 Stop in /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre. *** Error code 1 Stop in /usr/ports/devel/php5-pcre. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 12:24:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5628016A4DA for ; Mon, 10 Jul 2006 12:24:34 +0000 (UTC) (envelope-from rs@pswl.com) Received: from smtp1.freeserve.com (smtp1.wanadoo.co.uk [193.252.22.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBC843D7D for ; Mon, 10 Jul 2006 12:24:07 +0000 (GMT) (envelope-from rs@pswl.com) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3007.me.freeserve.com (SMTP Server) with ESMTP id B003F1C00087 for ; Mon, 10 Jul 2006 14:24:06 +0200 (CEST) Received: from R1.lan (user-2252.lns1-c9.dsl.pol.co.uk [84.67.232.204]) by mwinf3007.me.freeserve.com (SMTP Server) with ESMTP id 8FCF41C0008D for ; Mon, 10 Jul 2006 14:24:06 +0200 (CEST) X-ME-UUID: 20060710122406589.8FCF41C0008D@mwinf3007.me.freeserve.com Date: Mon, 10 Jul 2006 13:24:04 +0100 From: rs X-Mailer: The Bat! (v3.80.03) Professional X-Priority: 3 (Normal) Message-ID: <1186771768.20060710132405@pswl.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: "Mounting a drive" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rs List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 12:24:34 -0000 Hallo Could someone explain exactly what is meant by "mounting" a disk. I understand that it is making a disk available for use, but would like to understand the implications of the term and what abilities it confers. Part of the purpose of the question is that I am trying to find out how I can have more partitions and detachable drives than there are letters in the alphabet. Best Regards, Richard Shoebridge From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 12:26:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C704816A4DD for ; Mon, 10 Jul 2006 12:26:19 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61019.mail.yahoo.com (web61019.mail.yahoo.com [209.73.179.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 28F7B43D5F for ; Mon, 10 Jul 2006 12:26:13 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 2246 invoked by uid 60001); 10 Jul 2006 12:26:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=f1GJukwK4eLrS4jCIVYgPYOwfkegRfWKgJhvEuQUDYftaOCKd07udbFCMj8eWDCHFputvpWvQrQaY+YeI14qE6db1xzGasU8jqBXDqaFfdt7Mn5ueKQRwM1lfonEk1zj6yChUqfgof11EnHvdKpLl3InMcA1Jp2e2dpowL5jrIM= ; Message-ID: <20060710122613.2244.qmail@web61019.mail.yahoo.com> Received: from [69.86.22.118] by web61019.mail.yahoo.com via HTTP; Mon, 10 Jul 2006 09:26:13 ART Date: Mon, 10 Jul 2006 09:26:13 -0300 (ART) From: "E. J. Cerejo" To: Anthony Agelastos In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: CUPS, "Quota limit reached" woes woes woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 12:26:19 -0000 I believe that thread was started by me when I was trying to configure CUPS, I've done a search on the net, even though I'm able to find people with the same problem but now solution at all. Anthony Agelastos escreveu: On Jul 9, 2006, at 7:48 PM, E. J. Cerejo wrote: The version is Common UNIX Printing System 1.2.0, I installed it using the portinstall and I had just finished updating my ports tree. I was trying to extract if you had it working on a 1.1.x install of CUPS and when you updated it to 1.2.0 it stopped working. A lot of people are having issues with CUPS at 1.2.0. I recommend going to the mailing list archives and going through the several CUPS threads to see if anything there may help you, if you haven't already. One thread entitled "HP Officejet Printer" may assist you. Good luck. Anthony Agelastos escreveu: On Jul 9, 2006, at 7:36 PM, E. J. Cerejo wrote: > Hello, Hello, > > After successfully setting up my HP Officejet with CUPS and having > printed a successful test page. I can no longer print. What version of CUPS did you get your printer working with and what version are you running now? > > Now I try to print nothing happens, I go into cups configuration > page and I don't see any printer there, it just disappeared, I go > through the adding a new printer process again and I add it exactly > the same way I did the first time and I try to print a test page I > get this error: > > Quota limit reached > > I click on administration again and then manage printers and again > the printer I just added is not there. Does anyone know what's > going on with this? It just doesn't make any sense! At first I > thought I had it and now ??????? > Anyway I'm running FBSD 6.1. Any help would be appreciated. > Thanks. > > > EJC > www.only7bucks.com > > --------------------------------- > Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu > celular. Registre seu aparelho agora! > _______________________________________________ > freebsd-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" EJC www.only7bucks.com --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! EJC www.only7bucks.com --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 12:41:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC6016A4DA for ; Mon, 10 Jul 2006 12:41:19 +0000 (UTC) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail4.tpgi.com.au (mail4.tpgi.com.au [203.12.160.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4141B43D45 for ; Mon, 10 Jul 2006 12:41:19 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-240-252-171.tpgi.com.au [60.240.252.171]) by mail4.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.6/8.13.6) with ESMTP id k6ACfGoX027647 for ; Mon, 10 Jul 2006 22:41:17 +1000 From: Warren Liddell To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Disposition: inline Date: Mon, 10 Jul 2006 22:32:50 +1000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607102232.51349.shinjii@virusinfo.rdksupportinc.com> Subject: Error Upgrading XFree86-4-clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 12:41:19 -0000 im Running FreeBSD 6.1-STABLE and the last week or more i have had problems trying to upgrade this port .. below is the full work up of trying to install the package manually from the ports. Any assistance into whats happening would be appreciated. ============================== exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib /usr/bin/ld: warning: libstdc++.so.3, needed by /usr/X11R6/lib/libGLU.so, not found (try using -rpath or -rpath-link) /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_user' /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_si' /usr/X11R6/lib/libGLU.so: undefined reference to `__get_eh_context' /usr/X11R6/lib/libGLU.so: undefined reference to `__sjthrow' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_new' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_delete' /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_class' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_delete' /usr/X11R6/lib/libGLU.so: undefined reference to `__terminate' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_new' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 12:48:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A10A16A4E0 for ; Mon, 10 Jul 2006 12:48:49 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9588C43D46 for ; Mon, 10 Jul 2006 12:48:48 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 24186 invoked from network); 10 Jul 2006 12:48:44 -0000 Received: from unknown (HELO localhost) (775067@[217.50.129.182]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 12:48:44 -0000 Date: Mon, 10 Jul 2006 14:48:42 +0200 From: Fabian Keil To: rs Message-ID: <20060710144842.53212751@localhost> In-Reply-To: <1186771768.20060710132405@pswl.com> References: <1186771768.20060710132405@pswl.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_TU09/cgqt5pxVgUtR5BjE1="; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: "Mounting a drive" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 12:48:49 -0000 --Sig_TU09/cgqt5pxVgUtR5BjE1= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable rs wrote: > Could someone explain exactly what is meant by "mounting" a disk. I > understand that it is making a disk available for use, but would like > to understand the implications of the term and what abilities it > confers. =20 > Part of the purpose of the question is that I am trying to find out > how I can have more partitions and detachable drives than there are > letters in the alphabet. FreeBSD has no "number of letters in the alphabet" limitation. Are you aware of the fact that this isn't a Windows specific mailing list? Fabian --=20 http://www.fabiankeil.de/ --Sig_TU09/cgqt5pxVgUtR5BjE1= Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEskyqjV8GA4rMKUQRAv+qAJ47ovd+3CR3vSIljAoPPdVQaBCekQCgrKJd hd9mN2s1qSrRzPZie91Noa4= =tEwH -----END PGP SIGNATURE----- --Sig_TU09/cgqt5pxVgUtR5BjE1=-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 12:55:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E294D16A4DD for ; Mon, 10 Jul 2006 12:55:08 +0000 (UTC) (envelope-from jerlique@webscene.com.au) Received: from bang.esc.net.au (mx1.esc.net.au [203.25.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D147743D67 for ; Mon, 10 Jul 2006 12:54:53 +0000 (GMT) (envelope-from jerlique@webscene.com.au) Received: from localhost (localhost [127.0.0.1]) by bang.esc.net.au (Postfix) with ESMTP id 7C0FF5A69DE; Mon, 10 Jul 2006 22:24:52 +0930 (CST) Received: from bang.esc.net.au ([127.0.0.1]) by localhost (bang.esc.net.au [127.0.0.1:10024]) (amavisd-new) with ESMTP id 56900-04; Mon, 10 Jul 2006 22:24:50 +0930 (CST) Received: from WKSTN501 (lnk6.adl5.adsl.esc.net.au [210.9.186.6]) by bang.esc.net.au (Postfix) with ESMTP id 7B2135A695F; Mon, 10 Jul 2006 22:24:50 +0930 (CST) From: "Jerlique Bahn" To: "'Chuck Swiger'" Date: Mon, 10 Jul 2006 22:24:47 +0930 Message-ID: <00a101c6a420$064769d0$0101a8c0@WKSTN501> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <44B0DE66.3080406@mac.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcajRQnaeUEQdpEsQuiKBzDcG1BwEgA1v2ng X-Virus-Scanned: by amavisd-new Cc: freebsd-questions@freebsd.org Subject: RE: lost+found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 12:55:09 -0000 Hello Chuck, > Jerlique Bahn wrote: > > If I pull the power on my server whilst its doing heavy IO, should I get > > files in lost+found if my raid card has battery backed cache? > > Yes, it's still possible. > > The cache on the RAID card will be flushed OK, but any in-process > operations by live processes will be interrupted in the middle if the OS > goes away. While some operations are atomic (things like unlink or move), > simply writing pieces out is not... Ok, this is contrary to what was my belief, but I guess it really does makes sense. Eg Suppose we are talking about writing a 1gb file. This obviously needs to be written to the disk, and not stored in cache. So can you explain the process of ufs writing the file, and what ends up in lost+found if the server is rebooted part way through eg say we are 3/4 of the way through writing the file before reboot. Or better still are there any "semi-technical" white papers/web-pages which could explain this, and under what circumstances lost+found is used. > > I would like to also know how to turn off (or check) caching on the > physical > > disk itself. > > smartmontools port? sysctl hw.ata.wc...? Sorry I should have mentioned I'm using SCSI disks behind a raid card ;) Thanks for your comments! JB From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 13:07:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF4616A4DD for ; Mon, 10 Jul 2006 13:07:16 +0000 (UTC) (envelope-from nospam@mgedv.net) Received: from mail.mgedv.net (mail.mgedv.net [81.223.168.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF69743D49 for ; Mon, 10 Jul 2006 13:07:15 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (sslint.my.loop [1.1.1.1]) by mail.my.loop (mgedv) with ESMTP id 62419457AF; Mon, 10 Jul 2006 15:07:13 +0200 (CEST) From: "no@spam@mgedv.net" To: "'Giorgos Keramidas'" Date: Mon, 10 Jul 2006 15:07:22 +0200 Message-ID: <000501c6a421$c8c3a9a0$01010101@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20060707134616.GA3807@gothmog.pc> Thread-Index: Acahy9m7l4ARXKoVSbqT7TW1/H42zwCVM1TQ Cc: freebsd-questions@freebsd.org Subject: RE: shared library loader configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 13:07:16 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Giorgos Keramidas > Sent: Friday, July 07, 2006 3:46 PM > To: nospam@mgedv.net > Cc: freebsd-questions@freebsd.org > Subject: Re: shared library loader configuration > > On 2006-07-07 14:58, "no@spam@mgedv.net" wrote: > >Giorgos Keramidas wrote: > >>On 2006-07-07 14:22, "no@spam@mgedv.net" wrote: > >>> dunno, if it's a misunderstanding, but my only question > "how to tell > >>> the system where to load libraries and in which order to prefer > >>> paths" seems to be still open. > >>> > >>> anyway, thx for the reply ;-) > >>> > >>> ps: i already RdTFM ;-) > >> > >> You don't. Unless you modify the /etc/rc.d/ldconfig > script manually, > >> /lib and /usr/lib will always be the first to search. > >> > >> I'm still not convinced that "telling the system where to load > >> libraries from" is the solution to you problem, but I > don't know what > >> the problem is. You have to describe first *WHAT* the real problem > >> is and *WHY* you think modifying the library path is a solution. > > > > i found the ldconfig rc-script but i thought there might be a > > "cleaner" way of telling the system where the shared > libraries are to > > be found. > > > > any way to tell the system: take /usr/local/lib first w.o. changing > > the ldconfig rc-scripts or developing own startup scripts > that achieve > > that? no way of changing some default configuration file that is > > avail. for that purpose? > > No. For a very good reason too. If you change the default > loader path > to use /usr/local/lib first then *ALL* the programs are > affected. Even > those that are part of the base system. This is, in general, > a very bad > idea as the base-system programs may depend on particular versions of > the libraries to work correctly and those libraries are in > /lib:/usr/lib. > > > some additional thoughts (a little bit of phil.): > > > > i wonder, that anybody scripts such hardcoded stuff into a script > > because the environment /etc/ld*conf* exists, and at least > for a clear > > and proper way for the admin to define what to load from where it > > should be possible, to override a default configuration via the > > config-files, and not with modifications to rc-scripts > which are gone > > by default after each upgrade. > > There's a reason why /lib:/usr/lib take precedence over /usr/local. > > Don't change that, or be prepared to debug all the potential bugs that > may start appearing. > > > to satisfy your couriosity :-) > > This description is much better. > > > i'd like to compile openssl 0.9.8 and a newer zlib for testing some > > software that does crypto & compression using these libs. and i > > wanted to keep the servers as clean as possible from changing > > rc-scripts, etc... to ensure we're able to transfer the outcoming > > piece of program to other boxes w'out much effort. i know > it's inside > > the ports but the problem is, we'd like to tes some sort of code > > that's not enabled by default in the ports. > > You can always install your own version of openssl and zlib and use an > explicit -R option to tell the linker where to find libraries. There > are two steps involved in linking and distributing an executable: > > * Build-time linking, where the compiler/linker has to be > explicitly > pointed at teh right place with -L/foo/lib paths. > > * Runtime linking, where the runtime linker-loader has to > lookup and > locate the library. > > You can affect the first one with explicit -L/foo/lib > options. You can > also hardcode one or more paths to the binary -- solving the second > problem too -- if you use -R/distrib/lib options while building. > > Your problems are only a matter of using the proper build options. > > See for example the ldd output near the end of the following log: > > # root@gothmog:/home/giorgos/tmp/foo# make cleandir > # ===> lib (cleandir) > # ===> lib/libz (cleandir) > # rm -f a.out foo.o foo.o.tmp > # rm -f foo.po foo.po.tmp > # rm -f foo.So foo.so foo.So.tmp > # rm -f libz.so > # rm -f libz.so.* libz.so > # rm -f libz.a libz_p.a libz.so.1 > # rm -f .depend GPATH GRTAGS GSYMS GTAGS > # ===> bin (cleandir) > # ===> bin/foo (cleandir) > # rm -f foo foo.o > # rm -f .depend GPATH GRTAGS GSYMS GTAGS > # root@gothmog:/home/giorgos/tmp/foo# make cleandir > # ===> lib (cleandir) > # ===> lib/libz (cleandir) > # rm -f a.out foo.o foo.o.tmp > # rm -f foo.po foo.po.tmp > # rm -f foo.So foo.so foo.So.tmp > # rm -f libz.so > # rm -f libz.so.* libz.so > # rm -f libz.a libz_p.a libz.so.1 > # rm -f .depend GPATH GRTAGS GSYMS GTAGS > # ===> bin (cleandir) > # ===> bin/foo (cleandir) > # rm -f foo foo.o > # rm -f .depend GPATH GRTAGS GSYMS GTAGS > # root@gothmog:/home/giorgos/tmp/foo# make obj > # ===> lib (obj) > # ===> lib/libz (obj) > # /home/giorgos/tmp/foo/obj/home/giorgos/tmp/foo/lib/libz > created for /home/giorgos/tmp/foo/lib/libz > # ===> bin (obj) > # ===> bin/foo (obj) > # /home/giorgos/tmp/foo/obj/home/giorgos/tmp/foo/bin/foo > created for /home/giorgos/tmp/foo/bin/foo > # root@gothmog:/home/giorgos/tmp/foo# make > # ===> lib (all) > # ===> lib/libz (all) > # cc -O2 -fno-strict-aliasing -pipe > -I/home/giorgos/tmp/foo/lib/libz -g -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /home/giorgos/tmp/foo/lib/libz/foo.c > # building static z library > # ranlib libz.a > # cc -pg -O2 -fno-strict-aliasing -pipe > -I/home/giorgos/tmp/foo/lib/libz -g -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /home/giorgos/tmp/foo/lib/libz/foo.c -o foo.po > # building profiled z library > # ranlib libz_p.a > # cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe > -I/home/giorgos/tmp/foo/lib/libz -g -Wsystem-headers -Werror > -Wall -Wno-format-y2k -Wno-uninitialized -c > /home/giorgos/tmp/foo/lib/libz/foo.c -o foo.So > # building shared library libz.so.1 > # ===> bin (all) > # ===> bin/foo (all) > # cc -O2 -fno-strict-aliasing -pipe > -I/home/giorgos/tmp/foo/bin/foo/../../lib/libz -g -c > /home/giorgos/tmp/foo/bin/foo/foo.c > # cc -O2 -fno-strict-aliasing -pipe > -I/home/giorgos/tmp/foo/bin/foo/../../lib/libz -g -L- > -L/home/giorgos/tmp/foo/bin/foo/../../lib/libz > -L/home/giorgos/tmp/foo/obj/home/giorgos/tmp/foo/bin/foo/../.. > /lib/libz -L/usr/lib -R/tmp/lib -o foo foo.o -lz > # root@gothmog:/home/giorgos/tmp/foo# make install > # ===> lib (install) > # ===> lib/libz (install) > # install -C -o root -g wheel -m 444 libz.a /tmp/lib > # install -C -o root -g wheel -m 444 libz_p.a /tmp/lib > # install -o root -g wheel -m 444 libz.so.1 /tmp/lib > # ln -fs libz.so.1 /tmp/lib/libz.so > # ===> bin (install) > # ===> bin/foo (install) > # install -o root -g wheel -m 555 foo /tmp/bin > # root@gothmog:/home/giorgos/tmp/foo# ldd /tmp/bin/foo > # /tmp/bin/foo: > # libz.so.1 => /tmp/lib/libz.so.1 (0x2807c000) > # libc.so.7 => /lib/libc.so.7 (0x2807e000) > # root@gothmog:/home/giorgos/tmp/foo# > > Note how the /tmp/bin/foo executable depends on `libz' but it knows > where to pick it up from. No conflict with the system version of > libz.so and certainly no problems when the utility runs: > > # root@gothmog:/home/giorgos/tmp/foo# /tmp/bin/foo > # 1 > # 0 > # 1 > # 0 > # 1 > # 0 > # 1 > # 0 > # 1 > # 0 > # root@gothmog:/home/giorgos/tmp/foo# > > The Makefile of this `foo' program and the library it uses > can be found > online at: > > http://people.freebsd.org/~keramida/files/foo-rtld.tgz > > What you can do to override on a _per_program_ basis the location of > libraries is to use: > > * Proper -L/build/path/lib options when compiling to let the > compiler file the build-time version of the library. > > * Proper -R/runtime/path/lib options when compiling to add hints > about the location of the libraries in the binary. > This way, the > runtime linker will know where to look for shared libs. > > > my (very subjective) point of view currently is, that the dynamic > > loading environment could rely on just one (or 2 if you care for > > elf/aout anymore) configuration file, which is being taken > care of the > > libexec-stuff. > > It does. These paths are /lib and /usr/lib, and there is no > good reason > to change them to satisfy just one program. > > > and assume the following: > > you're compiling ~10 libraries in series (all go to /usr/local) and > > they're some sort of connected to each other, you'll always have to > > exec ldconfig -blabla... to ensure, the loader knows about the new > > lib? > > Nope. The libraries should include -R options that point to the right > place for their dependencies. > > It's the responsibility of the builder & packager to make sure these > thigns are done Right(TM), so you won't have to fiddle with tons of > conflicting options and LD_LIBRARY_PATH trickery to have > something that > sort of works. > > Just think about it... > > [case 1] > > Let's say that today you install something that requires > /usr/local/lib to be the first, just because the guy who > compiled libfoo.so thought this was a good idea. > > Then you have to install something else, which depends on > /usr/lib being first because another developer thought this > was a good idea too (or simpe because his program has been > built with the system version of the same library). > > Suddenly, you can only have *one* of these working. > > [case 2] > > You install FreeBSD, which comes with a few dozen tools that > use Gzip compression. FreeBSD comes bundled with a carefully > tuned, debugged, tested and QA'd version of libz.so -- a > library which works 100% as expected with the system > binaries. > > Then one day, you install software package Frobnic Express, > from a company who thought it is a marvelous idea to depend > on /usr/local being the first library lookup path. You > switch, and suddenly nothing from the base system works > correctly. Programs crash, create bogus output files, or > randomly misbehave. After a week of effort, you find that > this is because Frobnic Express installed an incompatible > libz.so in /usr/local/lib which the system binaries can never > work well with. > > It's just not a good idea. Avoid it. At all costs. The hell of > maintenance effort you will have to go through when things go wrong is > not nice. Trust me when I say you won't like it at all :-) > > > hey, i'm not a real developer (as you can see) and i really > > am sure that there was a reason for developing that way. > > i'm also sure, that you can explain good reasons for doing > > it that way (and i wouldn't ever say "i don't care 'bout that!") > > > > but from a more or less "user's" point of view, it's admin- > > overhead which could (theoretically) be avoided. > > > > i'll STFU know - things are going too theoretically ;-) > > This may sound a bit harsh, but if you are not a developer, > why are you > compiling things? > > On the other hand, look at the sample `foo-rtld.tgz' tarball > I created. > See how the fake `libz' and the `foo' utility that depend on it work. > See how they are compiled, and try to use a similar scheme :) > > I hope this clarifies a bit why I think you are headed down a > very wrong > path by trying to override /lib and /usr/lib's precedence... > > Regards, > Giorgos > 1st of all, thx for the efforts to clarify things. not everybody would take this amount of time for a lazy bugger like me who doesn't like to change env-vars and compiler- args. as mentioned, i preferred a simple "switch" that renders the whole compile thing as a "change it, forget about it" thing. that this will break up thinks, is obvious. and i already thought about it (additionally, i thought it might be good for the os to e.g. use openssl-0.9.8b instead of 0.9.7e, where many improvements (security and speed) have been made. but as far as i could figure out, most things are linked against the specific version and changing ld-paths doesn't affect anything. ok dude, you convinced me a little bit and if it were more effort than changing centralized scripts written by us, i'd still wanted to change ldconfig ;-) but now, i use -L and -R, this works fine (until now) and maybe it's not necessary anymore, to workaround ldconfig. regards ;-) From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 13:49:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F6016A4DE for ; Mon, 10 Jul 2006 13:49:14 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD40843D46 for ; Mon, 10 Jul 2006 13:49:13 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6ADmtLd019157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 10 Jul 2006 16:48:58 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6ADmmqD043651; Mon, 10 Jul 2006 16:48:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6ADmlaK043637; Mon, 10 Jul 2006 16:48:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 10 Jul 2006 16:48:46 +0300 From: Giorgos Keramidas To: nospam@mgedv.net Message-ID: <20060710134845.GA39559@gothmog.pc> References: <20060707134616.GA3807@gothmog.pc> <000501c6a421$c8c3a9a0$01010101@avalon.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000501c6a421$c8c3a9a0$01010101@avalon.lan> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.662, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.74, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: shared library loader configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 13:49:14 -0000 On 2006-07-10 15:07, "no@spam@mgedv.net" wrote: > Giorgos Keramidas wrote: > > [lengthy example about compiling with -L and -R options] > > 1st of all, thx for the efforts to clarify things. No problem :) > but now, i use -L and -R, this works fine (until now) and > maybe it's not necessary anymore, to workaround ldconfig. Thanks for taking the time to post a followup that it all works now. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 14:39:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07FD316A4DF for ; Mon, 10 Jul 2006 14:39:38 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6384B43D49 for ; Mon, 10 Jul 2006 14:39:36 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id ED7DE2E021; Mon, 10 Jul 2006 16:39:34 +0200 (CEST) Message-ID: <44B266A3.9070309@locolomo.org> Date: Mon, 10 Jul 2006 16:39:31 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: nocturnal References: <44B20BC6.3050600@swehack.se> In-Reply-To: <44B20BC6.3050600@swehack.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Alt Gr key troubles in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 14:39:38 -0000 nocturnal wrote: > i noticed major issues with Alt Gr keys. I think > they're called deadkeys in the X.org configuration. It's mainly because > i'm from sweden and have all the important characters like {, [, ], }, > among others, on keys that require the Alt Gr key to be pressed for me > to use them. It's hard to reproduce the problem as sometimes i can type > at very high speed and still not have a problem when i hit an alt gr > character and other times i type really slow but get stuck on the alt gr > characters. Dead keys AFAIK refers to the keys you normally use to compose other characters with, such as ^ which you normally use to write a character like â or ~ to write ñ. The keys you refer to, {},[] are not "dead" keys. While I have had problems with _dead keys_ in some programs, I have never had problems with the characters you mention (I use a danish keyboard). One thing I have noticed is that this may be application specific, you may be able to write the character in one program under X but not in another. I had for example a problem writing ñ with eterm while it worked perfectly in xterm. Some programs allow or require you to set these things separately, for example xemacs and thunderbird. > I'd love it if someone could point me in the right direction because i > suspect this could be something i need to take up with the x.org people. First check if this problem occurs in all applications or just some applications, do also try xterm and vi under xterm. Also, try on a plain console without X. And check your keyboard setting in your XF86Config. If the problem is specific to some applications, post which. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 14:41:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8390416A4E1 for ; Mon, 10 Jul 2006 14:41:17 +0000 (UTC) (envelope-from bloodofanubis@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F5543D49 for ; Mon, 10 Jul 2006 14:41:16 +0000 (GMT) (envelope-from bloodofanubis@gmail.com) Received: by wr-out-0506.google.com with SMTP id i28so1791088wra for ; Mon, 10 Jul 2006 07:41:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=nbrAxtjG0FXeJlR/hdEJQKZI0CfI5L7CVRHQR+/7HL8tZVtEzT8YKt04G1oveG2nqLj7wGnRsHf6wTSy45J8zk1I3G5W80yB5fFxunpZKD9y3mdsAOd/SnBasfq/vJgYXI8N76NDSZUW/3PDLg6b6nxKZeDL/7fpK3cfaMX8dAY= Received: by 10.54.101.14 with SMTP id y14mr5129692wrb; Mon, 10 Jul 2006 07:41:16 -0700 (PDT) Received: from ?192.168.0.5? ( [72.155.252.108]) by mx.gmail.com with ESMTP id 7sm2072871wrh.2006.07.10.07.41.14; Mon, 10 Jul 2006 07:41:14 -0700 (PDT) From: Jacob Jennings To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 09:53:13 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607100953.14028.bloodofanubis@gmail.com> Subject: Upgrading Included GCC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 14:41:17 -0000 Hello, I am on FreeBSD 5.5-STABLE and was wondering if there is a way to replace the system's GCC, shipped with 5.5, (GCC 3.4.2) to GCC 4.1 without upgrading the whole source tree to another release? Is there a way to do this that will not include much risk of breaking my system? Thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 14:52:08 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0931316A4DA for ; Mon, 10 Jul 2006 14:52:08 +0000 (UTC) (envelope-from tofik@oxygen.az) Received: from mail.ultel.net (ns2.ultel.net [81.21.80.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F43D43D46 for ; Mon, 10 Jul 2006 14:52:06 +0000 (GMT) (envelope-from tofik@oxygen.az) Received: from mail.ultel.net (localhost.ultel.net [127.0.0.1]) by mail.ultel.net (Postfix) with ESMTP id 2A33F170F3 for ; Mon, 10 Jul 2006 19:52:05 +0500 (AZST) Received: from [192.168.1.3] (unknown [81.21.81.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ultel.net (Postfix) with ESMTP id A7B0F1704A for ; Mon, 10 Jul 2006 19:52:00 +0500 (AZST) Message-ID: <44B26979.1010004@oxygen.az> Date: Mon, 10 Jul 2006 19:51:37 +0500 From: Tofik Suleymanov MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: freebsd 6.1 locale 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: Mon, 10 Jul 2006 14:52:08 -0000 Hello list, after upgrading to 6.1-RELEASE from 5.3-RELEASE i get errors related to my locale setup.For example, while doing 'man ls' i get: "ctype locale: Invalid argument" (actual man-page goes here) Also, i can not see russian KOI8-R texts in any of my X consoles, while all needed fonts are installed properly. my .login_conf contains following configuration: me:Russian localization:\ :charset=KOI8-R:\ :lang=ru_RU.KOI8-R: xorg.conf snippet with needed fonts: FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" Any advice ? Tofik Suleymanov From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 14:54:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5A16A4DA for ; Mon, 10 Jul 2006 14:54:06 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C295A43D53 for ; Mon, 10 Jul 2006 14:54:05 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k6AEs4v7028177; Mon, 10 Jul 2006 10:54:04 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k6AEs428028176; Mon, 10 Jul 2006 10:54:04 -0400 (EDT) From: Jerry McAllister Message-Id: <200607101454.k6AEs428028176@clunix.cl.msu.edu> To: rs@pswl.com Date: Mon, 10 Jul 2006 10:54:04 -0400 (EDT) In-Reply-To: <1186771768.20060710132405@pswl.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: "Mounting a drive" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 14:54:06 -0000 > > Hallo > Could someone explain exactly what is meant by "mounting" a disk. I > understand that it is making a disk available for use, but would like > to understand the implications of the term and what abilities it > confers. Mounting connects the mount point to the device driver. After the mount, references to the mount point, cause it to talk to the device driver. > Part of the purpose of the question is that I am trying to find out > how I can have more partitions and detachable drives than there are > letters in the alphabet. I don't know what you mean by detachable drives - do you mean removable, hot-swap, unmount-able, whatever? Any drive - except root can be unmounted. You can mount only the filesystems you want to use at the time, regardless of how many physical drives are connected to the box. On each disk device whether single drive or raid, you are allowed up to 4 slices (1-4) and within each slice, 8 partitions (a-h). But, partition c is generally reserved. A partition is turned in to a filesystem with the newfs(8) utility. You can have as many drives as your controllers can talk to. Every filesystem refers to a single partition. A partition/filesystem is unseen by the system except for some utilities that talk to devices directly such as fsck(8) or dd(1) unless it is mounted. ////jerry > > Best Regards, > Richard Shoebridge > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 15:06:51 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C04C16A4DE for ; Mon, 10 Jul 2006 15:06:51 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE8D43D4C for ; Mon, 10 Jul 2006 15:06:50 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1FzxLV-000Kj0-EY; Mon, 10 Jul 2006 19:06:49 +0400 To: Tofik Suleymanov References: <44B26979.1010004@oxygen.az> From: Boris Samorodov Date: Mon, 10 Jul 2006 19:06:49 +0400 In-Reply-To: <44B26979.1010004@oxygen.az> (Tofik Suleymanov's message of "Mon, 10 Jul 2006 19:51:37 +0500") Message-ID: <13411190@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: questions@freebsd.org Subject: Re: freebsd 6.1 locale 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: Mon, 10 Jul 2006 15:06:51 -0000 On Mon, 10 Jul 2006 19:51:37 +0500 Tofik Suleymanov wrote: > after upgrading to 6.1-RELEASE from 5.3-RELEASE i get errors related You may consider rebuilding all your ports (I'd recommend that) or install misc/compat5x. > to my locale setup.For example, while doing 'man ls' i get: > "ctype locale: Invalid argument" > (actual man-page goes here) > Also, i can not see russian KOI8-R texts in any of my X consoles, > while all needed fonts are installed properly. > my .login_conf contains following configuration: > me:Russian localization:\ > :charset=KOI8-R:\ > :lang=ru_RU.KOI8-R: > xorg.conf snippet with needed fonts: > FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" > Any advice ? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 15:18:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BC116A4DA for ; Mon, 10 Jul 2006 15:18:31 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B2B43D45 for ; Mon, 10 Jul 2006 15:18:29 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k6AFITks034109; Mon, 10 Jul 2006 10:18:29 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2006 10:18:28 -0500 From: Dan Nelson To: Jacob Jennings Message-ID: <20060710151828.GC87129@dan.emsphone.com> References: <200607100953.14028.bloodofanubis@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607100953.14028.bloodofanubis@gmail.com> X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading Included GCC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 15:18:31 -0000 In the last episode (Jul 10), Jacob Jennings said: > Hello, I am on FreeBSD 5.5-STABLE and was wondering if there is a way > to replace the system's GCC, shipped with 5.5, (GCC 3.4.2) to GCC 4.1 > without upgrading the whole source tree to another release? Is there > a way to do this that will not include much risk of breaking my > system? Thanks. You can install ports/lang/gcc41, which will give you "gcc41" and "g++41" executables. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 15:22:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F7D16A4DE for ; Mon, 10 Jul 2006 15:22:50 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44AB443D45 for ; Mon, 10 Jul 2006 15:22:49 +0000 (GMT) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id k6AFMmQ4050999 for ; Mon, 10 Jul 2006 17:22:48 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 10 Jul 2006 17:22:48 +0200 Content-Type: multipart/signed; boundary="----=_NextPart_000_0015_01C6A445.75B458D0"; micalg=SHA1; protocol="application/x-pkcs7-signature" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: <6C0CF58A187DA5479245E0830AF84F421D0EEB@poweredge.attiksystem.ch> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Apache 2 in 6.0 jails: Connection refused: connect to listener on 0.0.0.0:80 Thread-Index: AcakHBz1gXvVDFMrTw6CU2Fkt9IWFQAFgUZQ From: "Philippe Lang" To: "FreeBSD Questions" X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Subject: Apache 2 in 6.0 jails: Connection refused: connect to listener on 0.0.0.0:80 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 15:22:51 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0015_01C6A445.75B458D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Every now and then, Apache 2.2.2 starts filling my httpd-error.log with thousands of lines like: [Sat Jul 08 20:57:32 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:33 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:34 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:35 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:36 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:37 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:38 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:39 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:40 2006] [warn] (61)Connection refused: connect to listener on 0.0.0.0:80 I'm running Apache in FreeBSD 6.0 RELEASE-p2 jails. Restarting Apache cures the problem for some time, until the problem appears again. It is not that frequent, but the servers are not much loaded either. I think I saw this problem appear with Apache 2.0, 2.1, and 2.2, so it's apparently here for a while. And others had this problem too: http://groups.google.ch/group/lucky.freebsd.apache/browse_thread/thread/7a5735ae7a3a4c2d/e2d0d9ba4ad7266e?lnk=st&q=Connection+refused%3A+connect+to+listener+on+0.0.0.0%3A80&rnum=1&hl=de#e2d0d9ba4ad7266e I'm pretty sure this problem must be BSD or Jails specific. Does anyone have the same problem, or maybe a workaround? Note that Lighttpd NEVER had this problem on this server. Cheers, ---------------- Philippe Lang Attik System ------=_NextPart_000_0015_01C6A445.75B458D0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII/zCCAocw ggHwoAMCAQICEEdYYafa1wkm0CP4DOffAiswDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDYyMjE3MzE0NloXDTA3MDYyMjE3MzE0 NlowZzENMAsGA1UEBBMETGFuZzERMA8GA1UEKhMIUGhpbGlwcGUxFjAUBgNVBAMTDVBoaWxpcHBl IExhbmcxKzApBgkqhkiG9w0BCQEWHHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBAOfvCPREDwfIbzsNRoyBDoSOWfI2NNWdRRMJXuj5ldF22gSQ 6MiXFUjt4HlRIwPb8x13hrv89GW/SmLjFThxf7NKZ8dPTZzp4ZlvrQBRAYhSuTQOJ8azyzruZu54 Ak7fa3pz26Q3B8kg4knZBz3O9Q4K1tK8AEdjNQpyDg/iDdzjAgMBAAGjOTA3MCcGA1UdEQQgMB6B HHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQF AAOBgQAAzz+I6MrhWjbfWSgngW/DthHvXiTR6x0cCeb4T5mBb5dgueqgLnrh/2blsbCQuLWh0URe /1l/QQ2dY2elG3PEDPv9cCl/LcwsCsE1Nj3bGM4gdVx9crYvTw5dyyUuDq1KShV3uziE+o5Lyfx4 qWRYd6/yIBDVarohdpL8J0DJczCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJ BgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMg RGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3 DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEy MzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUodDpC LGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11u enwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQF MAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7 qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8j JgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM/MIICqKADAgECAgENMA0G CSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0 aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcN MDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5o wHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH 5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7 AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8v Y3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYw KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUA A4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZ Ohl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NW IXiC3CEZNd4ksdMdRv9dX2VPMYIC+DCCAvQCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0ECEEdYYafa1wkm0CP4DOffAiswCQYFKw4DAhoFAKCCAdgwGAYJKoZI hvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNzEwMTUyMjQ2WjAjBgkqhkiG 9w0BCQQxFgQUObC8i3xkI9s8gGkb6C9PBO2zzUQwZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0D BzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgw BwYFKw4DAhowCgYIKoZIhvcNAgUwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJJtAj+Azn3wIrMIGHBgsqhkiG9w0BCRAC CzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJ JtAj+Azn3wIrMA0GCSqGSIb3DQEBAQUABIGARqXJZuYe8sj4fV5vHTv2JC111yaJBb79wq/SG3G3 7/x55i18NmcTDQ2Q/ZkvGmrhv1/JyDkelqTzOpWwGQ1MFBqKz3f4sZdyUJokEpAPpxSTitEMu5ga qvOHcbgCGHtmfVslIJyozQmR94sUqv5S0rdnXGhcqlFGieFWmVsOQpkAAAAAAAA= ------=_NextPart_000_0015_01C6A445.75B458D0-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 15:26:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E99116A4DD for ; Mon, 10 Jul 2006 15:26:07 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96BA43D4C for ; Mon, 10 Jul 2006 15:26:00 +0000 (GMT) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id k6AFPxji051035 for ; Mon, 10 Jul 2006 17:25:59 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Mon, 10 Jul 2006 17:25:59 +0200 Content-Type: multipart/signed; boundary="----=_NextPart_000_0019_01C6A445.E7B782E0"; micalg=SHA1; protocol="application/x-pkcs7-signature" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: <6C0CF58A187DA5479245E0830AF84F421D0EEC@poweredge.attiksystem.ch> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80 Thread-Index: AcakHBz1gXvVDFMrTw6CU2Fkt9IWFQAFgUZQAACt6gA= From: "Philippe Lang" To: "FreeBSD Questions" X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Subject: RE: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 15:26:07 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C6A445.E7B782E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit owner-freebsd-questions@freebsd.org wrote: > Hi, > > Every now and then, Apache 2.2.2 starts filling my > httpd-error.log with thousands of lines like: > > [Sat Jul 08 20:57:32 2006] [warn] (61)Connection refused: > connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:33 2006] > [warn] (61)Connection refused: connect to listener on > 0.0.0.0:80 [Sat Jul 08 20:57:34 2006] [warn] (61)Connection > refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 > 20:57:35 2006] [warn] (61)Connection refused: connect to > listener on 0.0.0.0:80 [Sat Jul 08 20:57:36 2006] [warn] > (61)Connection refused: connect to listener on 0.0.0.0:80 > [Sat Jul 08 20:57:37 2006] [warn] (61)Connection refused: > connect to listener on 0.0.0.0:80 [Sat Jul 08 20:57:38 2006] > [warn] (61)Connection refused: connect to listener on > 0.0.0.0:80 [Sat Jul 08 20:57:39 2006] [warn] (61)Connection > refused: connect to listener on 0.0.0.0:80 [Sat Jul 08 > 20:57:40 2006] [warn] (61)Connection refused: connect to listener on > 0.0.0.0:80 > > I'm running Apache in FreeBSD 6.0 RELEASE-p2 jails. > > Restarting Apache cures the problem for some time, until the > problem appears again. It is not that frequent, but the > servers are not much loaded either. > > I think I saw this problem appear with Apache 2.0, 2.1, and > 2.2, so it's apparently here for a while. And others had this problem > too: > > http://groups.google.ch/group/lucky.freebsd.apache/browse_thre > ad/thread/7a5735ae7a3a4c2d/e2d0d9ba4ad7266e?lnk=st&q=Connectio n+refused%3A+connect+to+listener+on+0.0.0.0%3A80&rnum=1> &hl=de#e2d0d9ba4ad7266e > > I'm pretty sure this problem must be BSD or Jails specific. > Does anyone have the same problem, or maybe a workaround? > Note that Lighttpd NEVER had this problem on this server. One more precision: of course, when apache starts filling the log with "Connection refused: connect to listener on 0.0.0.0:80", the web server does not respond anymore, until I restart it. --------------- Philippe Lang Attik System ------=_NextPart_000_0019_01C6A445.E7B782E0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII/zCCAocw ggHwoAMCAQICEEdYYafa1wkm0CP4DOffAiswDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDYyMjE3MzE0NloXDTA3MDYyMjE3MzE0 NlowZzENMAsGA1UEBBMETGFuZzERMA8GA1UEKhMIUGhpbGlwcGUxFjAUBgNVBAMTDVBoaWxpcHBl IExhbmcxKzApBgkqhkiG9w0BCQEWHHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBAOfvCPREDwfIbzsNRoyBDoSOWfI2NNWdRRMJXuj5ldF22gSQ 6MiXFUjt4HlRIwPb8x13hrv89GW/SmLjFThxf7NKZ8dPTZzp4ZlvrQBRAYhSuTQOJ8azyzruZu54 Ak7fa3pz26Q3B8kg4knZBz3O9Q4K1tK8AEdjNQpyDg/iDdzjAgMBAAGjOTA3MCcGA1UdEQQgMB6B HHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQF AAOBgQAAzz+I6MrhWjbfWSgngW/DthHvXiTR6x0cCeb4T5mBb5dgueqgLnrh/2blsbCQuLWh0URe /1l/QQ2dY2elG3PEDPv9cCl/LcwsCsE1Nj3bGM4gdVx9crYvTw5dyyUuDq1KShV3uziE+o5Lyfx4 qWRYd6/yIBDVarohdpL8J0DJczCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJ BgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMg RGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3 DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEy MzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUodDpC LGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11u enwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQF MAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7 qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8j JgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM/MIICqKADAgECAgENMA0G CSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0 aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcN MDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5o wHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH 5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7 AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8v Y3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYw KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUA A4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZ Ohl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NW IXiC3CEZNd4ksdMdRv9dX2VPMYIC+DCCAvQCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0ECEEdYYafa1wkm0CP4DOffAiswCQYFKw4DAhoFAKCCAdgwGAYJKoZI hvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNzEwMTUyNTU3WjAjBgkqhkiG 9w0BCQQxFgQUJ/0a3opR7UvFkMjLF6OgRKq75vQwZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0D BzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgw BwYFKw4DAhowCgYIKoZIhvcNAgUwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJJtAj+Azn3wIrMIGHBgsqhkiG9w0BCRAC CzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJ JtAj+Azn3wIrMA0GCSqGSIb3DQEBAQUABIGAfi1d013HDhsmWj2I6OZS+lo3SeNn9+/kEEHLL1tM IyGWc9acF7l0koQ8nZUKTDgk59MsvVmrvevTjFTJrAdvosVN/ZfVOf6F3QZhAp9PbnoRbugoHA7J WsSHNphuJpvw0/WSOlGTPrS3GcJIUtRl0wQwtag/AJwU+NibifXP87oAAAAAAAA= ------=_NextPart_000_0019_01C6A445.E7B782E0-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 15:27:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 099BE16A4DA for ; Mon, 10 Jul 2006 15:27:35 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6104F43D7B for ; Mon, 10 Jul 2006 15:27:22 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so2375uge for ; Mon, 10 Jul 2006 08:27:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O/Qd+DdVsxkhZPkcf3VX7q5twrBjhQnank/wKt67k/DDtzTi6GawgzURSIAu1pThwxawmtV/OH6GGhKbNVqvD7GowMPu3ehnm0AS5Kg5jKMZjHD6lv1kbbcAWuwUnc1HNFTFrDUSsU2YERDAdOk8XzmtAfg0hQhVYSLnLtuiz5s= Received: by 10.67.100.17 with SMTP id c17mr33039ugm; Mon, 10 Jul 2006 08:27:21 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Mon, 10 Jul 2006 08:27:20 -0700 (PDT) Message-ID: <80f4f2b20607100827w30e976b7qdd447f098799eca4@mail.gmail.com> Date: Mon, 10 Jul 2006 11:27:20 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <20060710151828.GC87129@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607100953.14028.bloodofanubis@gmail.com> <20060710151828.GC87129@dan.emsphone.com> Subject: Re: Upgrading Included GCC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 15:27:35 -0000 On 7/10/06, Dan Nelson wrote: > In the last episode (Jul 10), Jacob Jennings said: > > Hello, I am on FreeBSD 5.5-STABLE and was wondering if there is a way > > to replace the system's GCC, shipped with 5.5, (GCC 3.4.2) to GCC 4.1 > > without upgrading the whole source tree to another release? Is there > > a way to do this that will not include much risk of breaking my > > system? Thanks. > > You can install ports/lang/gcc41, which will give you "gcc41" and > "g++41" executables. > > -- > Dan Nelson > dnelson@allantgroup.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" > If I'm reading the OP's comment right, he may try to do what I did the first time... I was smart enough to back up the overwritten files first... which saved me a reinstall. DO NOT replace teh gcc, g++, etc. base files for the GCC compiler with the newly compiled files, that will cause a lot of compilation issues for many core things and does not work properly. I don't know why, but it doesn't; it seems a lot of things get very tied to a particular version of the compiler. -Jim Stapleton From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 15:51:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C5CF16A4E2 for ; Mon, 10 Jul 2006 15:51:53 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from smtp1.inkorgen.com (smtp1.inkorgen.com [82.99.44.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0B643D73 for ; Mon, 10 Jul 2006 15:51:50 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from proxy1.inkorgen.com (proxy1 [192.168.100.1]) by smtp1.inkorgen.com (fbsd.s1) id k6AFogDO054641; Mon, 10 Jul 2006 17:50:43 +0200 (CEST) Received: from [81.170.248.212] ([81.170.248.212]) (authenticated bits=0) by proxy1.inkorgen.com (fbsd.p1) id k6AFovO9058289; Mon, 10 Jul 2006 17:50:59 +0200 (CEST) Message-ID: <44B2777B.5@swehack.se> Date: Mon, 10 Jul 2006 17:51:23 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: Erik Norgaard References: <44B20BC6.3050600@swehack.se> <44B266A3.9070309@locolomo.org> In-Reply-To: <44B266A3.9070309@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.88.2/1590/Mon Jul 10 07:34:09 2006 on smtp1.inkorgen.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Alt Gr key troubles in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 15:51:53 -0000 Hi Well i usually use vim and it's hard to know if it happens in other applications, because i use vim so much compared to the other applications and also because i mostly write those characters in vim. I do use FreeBSD at home to and i can't remember any problems from writing e-mails or chatting on irc. I use rxvt for all my terminal applications. Of course this could simply mean i don't use those characters much in those applications. I used to use nedit, before vim, and i am sure i had the same problem in nedit. Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Erik Norgaard wrote: > nocturnal wrote: > >> i noticed major issues with Alt Gr keys. I think they're called >> deadkeys in the X.org configuration. It's mainly because i'm from >> sweden and have all the important characters like {, [, ], }, among >> others, on keys that require the Alt Gr key to be pressed for me to >> use them. It's hard to reproduce the problem as sometimes i can type >> at very high speed and still not have a problem when i hit an alt gr >> character and other times i type really slow but get stuck on the alt >> gr characters. > > Dead keys AFAIK refers to the keys you normally use to compose other > characters with, such as ^ which you normally use to write a character > like â or ~ to write ñ. The keys you refer to, {},[] are not "dead" keys. > > While I have had problems with _dead keys_ in some programs, I have > never had problems with the characters you mention (I use a danish > keyboard). > > One thing I have noticed is that this may be application specific, you > may be able to write the character in one program under X but not in > another. I had for example a problem writing ñ with eterm while it > worked perfectly in xterm. > > Some programs allow or require you to set these things separately, for > example xemacs and thunderbird. > >> I'd love it if someone could point me in the right direction because i >> suspect this could be something i need to take up with the x.org people. > > First check if this problem occurs in all applications or just some > applications, do also try xterm and vi under xterm. Also, try on a plain > console without X. And check your keyboard setting in your XF86Config. > > If the problem is specific to some applications, post which. > > Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 16:10:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F2E16A4DE for ; Mon, 10 Jul 2006 16:10:30 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web81608.mail.mud.yahoo.com (web81608.mail.mud.yahoo.com [68.142.199.160]) by mx1.FreeBSD.org (Postfix) with SMTP id 8823843D46 for ; Mon, 10 Jul 2006 16:10:30 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 55956 invoked by uid 60001); 10 Jul 2006 16:10:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NnUNoWOTsbskz9hmXaPFfk/Zu3LL3g++rrJdYq2JvY3YWgiW/CyRMHUb1lT1XIhuxz43c9p8gw8PIvekadIgtD8qP7T0dUO+AFVRFFY/BJLpauoKJzQDR3GnUreB//LPH5VcVOoiSotwfxfPCED1lrpo+OT8VQnzg4T0TTkohBE= ; Message-ID: <20060710161029.55954.qmail@web81608.mail.mud.yahoo.com> Received: from [63.240.228.37] by web81608.mail.mud.yahoo.com via HTTP; Mon, 10 Jul 2006 09:10:29 PDT Date: Mon, 10 Jul 2006 09:10:29 -0700 (PDT) From: To: Jim Stapleton , freebsd-questions@freebsd.org In-Reply-To: <80f4f2b20607100827w30e976b7qdd447f098799eca4@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Upgrading Included GCC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 16:10:31 -0000 --- Jim Stapleton wrote: > On 7/10/06, Dan Nelson > wrote: > > In the last episode (Jul 10), Jacob Jennings said: > > > Hello, I am on FreeBSD 5.5-STABLE and was > wondering if there is a way > > > to replace the system's GCC, shipped with 5.5, > (GCC 3.4.2) to GCC 4.1 > > > without upgrading the whole source tree to > another release? Is there > > > a way to do this that will not include much risk > of breaking my > > > system? Thanks. > > > > You can install ports/lang/gcc41, which will give > you "gcc41" and > > "g++41" executables. > > > > -- > > Dan Nelson > > dnelson@allantgroup.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" > > > > If I'm reading the OP's comment right, he may try to > do what I did the > first time... I was smart enough to back up the > overwritten files > first... which saved me a reinstall. > > DO NOT replace teh gcc, g++, etc. base files for the > GCC compiler with > the newly compiled files, that will cause a lot of > compilation issues > for many core things and does not work properly. I > don't know why, > but it doesn't; it seems a lot of things get very > tied to a particular > version of the compiler. > > -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" > it just sounds like a bad idea to attempt to do this anyway. The developers of the Release you are running seem to think GCC 3.4.2 was a stable enough compiler to run the system and build things correctly. I'm not the worlds smartest programmer, but if GCC 4.1 was good enough to build FreeBSD I'm sure it would be part of the BASE system. Your best bet would be to install it from ports and use it with the appropriate environment variables. Keep in mind if this is anything like Gentoo the GCC 4.x and 3.x libraries ARE NOT compatible. If it works like Gentoo replacing 3.x with 4.x you WILL BREAK otherwise functioning software when the standard libraries change. Again if it works like Gentoo this is KDE at the very least. This means all the ports would likeley need to be upgraded. Of course if your do get GCC 4.1 to properly compile a FreeBSD World target (lots of hackign here to replace the Compiler portion of the World target) perhaps the hacker mailing list would be interested. And if I'm not mistaken Rel_6.X still uses the 3.X gcc suite. I would have to check it but I belive it is 3.4.x or 3.5.x... Latest and greatest isn't always the best thing, stable and old means consistent binaries. It's your call, but don't replace the BASE compiler unless you fully understand the implications, and like hacking code to make the World target build and the kernel so you can get benefit from using the newer version of GCC. I would suspect only marginal gains if any at all just because I would think it would be part of FreeBSD if it made the system components correctly. my two cents -brian From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 16:16:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C300316A4DA for ; Mon, 10 Jul 2006 16:16:00 +0000 (UTC) (envelope-from bloodofanubis@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDCF43D76 for ; Mon, 10 Jul 2006 16:14:51 +0000 (GMT) (envelope-from bloodofanubis@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so649096wri for ; Mon, 10 Jul 2006 09:14:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=CDIhJDNIEw3cN8vABUvmVpFEZYeLIMn1HCWpu7YJziJwiXJgtnXaLcA7kJa3zXW27tiohziJGq98q0QzANtVXLfTgeGkkuRtn/gpajStmGnorxKe8oYGPPnA4aWuvLY4wI7fb0Zm52ZQKQtgVoMfkoj7Hiu9rtJHRN0LzjVyAI4= Received: by 10.54.101.14 with SMTP id y14mr5234507wrb; Mon, 10 Jul 2006 09:14:50 -0700 (PDT) Received: from ?192.168.0.5? ( [72.155.252.108]) by mx.gmail.com with ESMTP id 65sm3412939wra.2006.07.10.09.14.50; Mon, 10 Jul 2006 09:14:50 -0700 (PDT) From: Jacob Jennings To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 11:26:46 -0500 User-Agent: KMail/1.9.3 References: <200607100953.14028.bloodofanubis@gmail.com> <20060710151828.GC87129@dan.emsphone.com> In-Reply-To: <20060710151828.GC87129@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607101126.46918.bloodofanubis@gmail.com> Subject: Re: Upgrading Included GCC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 16:16:00 -0000 I've already installed it, I should have mentioned that--sorry. What I mean is there a way to where when I type 'gcc' or 'g++' it uses gcc41 or g++41? I know I could use symlinks but that would entail removing the gcc 3.4.2 binaries which I'm afraid might be insecure. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 16:33:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766B116A4DA for ; Mon, 10 Jul 2006 16:33:38 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3378643D45 for ; Mon, 10 Jul 2006 16:33:38 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.51) id 1FzyhV-000BnJ-Ex; Mon, 10 Jul 2006 10:33:37 -0600 In-Reply-To: <6C0CF58A187DA5479245E0830AF84F421D0EEC@poweredge.attiksystem.ch> References: <6C0CF58A187DA5479245E0830AF84F421D0EEC@poweredge.attiksystem.ch> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <15C38CAA-22B0-4A4E-8F3D-36C02BE408F7@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Mon, 10 Jul 2006 10:33:36 -0600 To: Philippe Lang X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 16:33:38 -0000 On Jul 10, 2006, at 9:25 AM, Philippe Lang wrote: > One more precision: of course, when apache starts filling the log > with "Connection refused: connect to listener on 0.0.0.0:80", the > web server does not respond anymore, until I restart it. INteresting. I see these messages in my logs for my apache2.0 in jails but iapache never stops responding so I have been ignoring them. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 16:42:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9170116A4DD for ; Mon, 10 Jul 2006 16:42:02 +0000 (UTC) (envelope-from th.lacoste@wanadoo.fr) Received: from ultra1.univ-paris12.fr (ultra1.univ-paris12.fr [193.51.100.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42E043D46 for ; Mon, 10 Jul 2006 16:42:01 +0000 (GMT) (envelope-from th.lacoste@wanadoo.fr) Received: from st-simon.miage.univ-paris12.fr (localhost [127.0.0.1]) by ultra1.univ-paris12.fr (8.13.7/8.13.7) with ESMTP id k6AGfs7s009812 for ; Mon, 10 Jul 2006 18:41:55 +0200 (MEST) Received: from sirius.miage.univ-paris12.fr (sirius.miage.univ-paris12.fr [194.214.13.28]) by st-simon.miage.univ-paris12.fr (Postfix) with ESMTP id 0A0A0B84A for ; Mon, 10 Jul 2006 18:37:38 +0200 (CEST) From: Thierry Lacoste To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 18:41:21 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607101841.21965.th.lacoste@wanadoo.fr> Subject: Segmentation fault with smbpasswd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 16:42:02 -0000 I'm running FreeBSD 6.1-RELEASE and installed samba-3.0.22,1 from a relatively recent snapshot or /usr/ports. Here is the global section of my /usr/local/etc/smb.conf: [global] workgroup = OFFICE server string = Samba Server passdb backend = tdbsam logon script = scripts\logon.bat logon path = \\%L\Profiles\%U logon drive = H: logon home = \\%L\%U domain logons = Yes os level = 35 preferred master = Yes domain master = Yes After a fresh install of samba smbpasswd gives this: [root@aldebaran ~]# smbpasswd -a admin New SMB password: Retype new SMB password: Unable to open/create TDB passwd Unable to open/create TDB passwd pdb_getsampwnam: TDB passwd (/usr/local/private/passdb.tdb) did not exist. File successfully created. Segmentation fault: 11 (core dumped) Then it gives this: [root@aldebaran ~]# smbpasswd -a admin New SMB password: Retype new SMB password: Unable to open/create TDB passwd pdb_getsampwnam: Unable to open TDB passwd (/usr/local/private/passdb.tdb)! account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to change password), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password age), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password age), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count minutes), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout attempt), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), returning 0 account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine password change), returning 0 TDBSAM version too old (0), trying to convert it. TDBSAM converted successfully. Added user admin. After that, samba seems to work properly. If I touch /usr/local/private/passdb.tdb after a fresh install of samba I have directly the second behavior (no segfault) and then again samba is operational. What did I miss? Regards, Thierry. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 17:02:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8A0E16A4DD for ; Mon, 10 Jul 2006 17:02: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 16FCE43D45 for ; Mon, 10 Jul 2006 17:02:57 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fzz9b-0005dW-K6 for freebsd-questions@freebsd.org; Mon, 10 Jul 2006 19:02:39 +0200 Received: from 87.218.70.143 ([87.218.70.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jul 2006 19:02:39 +0200 Received: from matiassurdi by 87.218.70.143 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jul 2006 19:02:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Date: Mon, 10 Jul 2006 19:22:57 +0200 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 87.218.70.143 User-Agent: KNode/0.10.2 Sender: news Subject: Unattended installations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:02:59 -0000 Hi, I work for an ISP, we offer currently Linux and Windows dedicated hosting services and I'm trying to convince mi boss to start a new product based on FreeBSD. Now he is asking me for how we could do unattended installations..... I've an idea of how to do it, but seems like I have a lot fof work ahead... is any howto, tutorial, guide, etc? Thanks a lot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 17:23:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD74216A4DD for ; Mon, 10 Jul 2006 17:23:09 +0000 (UTC) (envelope-from nospam@mgedv.net) Received: from mail.mgedv.net (mail.mgedv.net [81.223.168.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6BD43D5F for ; Mon, 10 Jul 2006 17:23:09 +0000 (GMT) (envelope-from nospam@mgedv.net) Received: from metis (sslint.my.loop [1.1.1.1]) by mail.my.loop (mgedv) with ESMTP id D8129457AF; Mon, 10 Jul 2006 19:23:07 +0200 (CEST) From: "no@spam@mgedv.net" To: "'Jacob Jennings'" , Date: Mon, 10 Jul 2006 19:23:17 +0200 Message-ID: <002201c6a445$88820980$01010101@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcakPCmg7ghOfyWbTySBUxMHSPClFwACSG3Q In-Reply-To: <200607101126.46918.bloodofanubis@gmail.com> Cc: Subject: RE: Upgrading Included GCC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:23:10 -0000 > > I've already installed it, I should have mentioned > that--sorry. What I mean is > there a way to where when I type 'gcc' or 'g++' it uses gcc41 > or g++41? I > know I could use symlinks but that would entail removing the > gcc 3.4.2 > binaries which I'm afraid might be insecure. i don't know what you want to do with it, but if you compile some standards-aware software, you'd be able to set CC and CPP, CXX as environment variable to the binaries you installed export CC="/usr/local/gcc41/bin/gcc" for example. maybe this works. dunno for sure, but worth a try ;-) From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 17:39:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F7916A4DE for ; Mon, 10 Jul 2006 17:39:27 +0000 (UTC) (envelope-from fred.ball@franciscans.com) Received: from leo.jfredball.com (adsl-65-66-64-43.dsl.ltrkar.swbell.net [65.66.64.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933BA43D46 for ; Mon, 10 Jul 2006 17:39:26 +0000 (GMT) (envelope-from fred.ball@franciscans.com) Received: from jfredball.com (localhost [127.0.0.1]) by leo.jfredball.com (8.12.9p2/8.12.9) with SMTP id k6AHdOg8072170 for ; Mon, 10 Jul 2006 12:39:24 -0500 (CDT) (envelope-from fred.ball@franciscans.com) X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Received: from 170.94.191.66 (SquirrelMail authenticated user jfb) by www.jfredball.com with HTTP; Mon, 10 Jul 2006 12:39:24 -0500 (CDT) Message-ID: <3080.170.94.191.66.1152553164.squirrel@www.jfredball.com> Date: Mon, 10 Jul 2006 12:39:24 -0500 (CDT) From: "Fred Ball, OEF" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new Subject: Virtusertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fred.ball@franciscans.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:39:27 -0000 This should probably go to a sendmail list, but I can't hit their usenet group from work. Does anyone know how to extract a virtusertable text file from virtusertable.db? I'd like to go backwards to get my current configuration, as the original virtusertable file was blown away in a horrible accident. Thanks, Fred From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 17:44:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6124F16A4DA for ; Mon, 10 Jul 2006 17:44:27 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE9E43D46 for ; Mon, 10 Jul 2006 17:44:26 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so68558uge for ; Mon, 10 Jul 2006 10:44:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QZnN4TkAlF4hUXnsmx+9ewiAJsopECVRIYHk+mHl6eD5eohsJWEWEsOmjzFwvFqQfxz3IhAvu/5XuCYV9kXCVOW6QeVnKOujL6eComlvWaNM+zQid6BEGIwVIpvYiC6nwCuDZ30TYnBA96omX7AGOdicqA000q0Q2WXus0/bjWM= Received: by 10.67.101.8 with SMTP id d8mr142865ugm; Mon, 10 Jul 2006 10:44:25 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Mon, 10 Jul 2006 10:44:25 -0700 (PDT) Message-ID: <80f4f2b20607101044i2af328ccn9b8ec3a820ea9e55@mail.gmail.com> Date: Mon, 10 Jul 2006 13:44:25 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: FreeBSD X.org lock key issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:44:27 -0000 I am running x.org 6.9 and when I hit a lock key (caps, scroll, etc), X.org sucks almost all of my CPU for about a second. This doesn't always happen, but it usually happens, and I've yet to isolate it to haing any particular application open, It might be due to the number of applications open, I've not verified yet. It happens in the KDE and Gnome desktop managers. It happens in the Firefox, OpenOffice, Konsole and XMMS applications (really 90% of what I do in FreeBSD is on or through these). Anyone know what might be causing this? Anyone have an idea on where to look further? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 17:49:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5726416A4DA for ; Mon, 10 Jul 2006 17:49:42 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36CB43D45 for ; Mon, 10 Jul 2006 17:49:41 +0000 (GMT) (envelope-from nagylzs@freemail.hu) Received: from [83.216.40.142] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1Fzzt2-0006RG-LB for freebsd-questions@freebsd.org; Mon, 10 Jul 2006 19:49:36 +0200 Message-ID: <44B29356.1050602@freemail.hu> Date: Mon, 10 Jul 2006 19:50:14 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Shared IMAP folder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:49:42 -0000 Hello, I would like to share some IMAP folders between users. I'm currently using postfix and uw-imap. Is this possible? How should I do this? (Hard links between IMAP files?) The basic problem is this: we have a company and we have some employees, doing help desk service. There are "cases" with different e-mail threads. When an employee goes on holiday, the others should be able to continue his work. The best was to do this is - I believe - a shared IMAP folder. Our employees are using Thunderbird. That wonderful program can display message threads. It is very nice, but how can these users share their e-mails? Is it possible to do this with FreeBSD and Thunderbird? Thank you, Laszlo From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 17:52:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E62416A4DD for ; Mon, 10 Jul 2006 17:52:49 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5947043D70 for ; Mon, 10 Jul 2006 17:52:45 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.4) id k6AHqg2b052517; Mon, 10 Jul 2006 12:52:42 -0500 (CDT) (envelope-from dan) Date: Mon, 10 Jul 2006 12:52:42 -0500 From: Dan Nelson To: "Fred Ball, OEF" Message-ID: <20060710175242.GD87129@dan.emsphone.com> References: <3080.170.94.191.66.1152553164.squirrel@www.jfredball.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3080.170.94.191.66.1152553164.squirrel@www.jfredball.com> X-OS: FreeBSD 5.5-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Virtusertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 17:52:49 -0000 In the last episode (Jul 10), Fred Ball, OEF said: > This should probably go to a sendmail list, but I can't hit their > usenet group from work. > > Does anyone know how to extract a virtusertable text file from > virtusertable.db? I'd like to go backwards to get my current > configuration, as the original virtusertable file was blown away in a > horrible accident. No backups? :) $ makemap -u hash virtusertable.db > virtusertable -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:00:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9699B16A4DD for ; Mon, 10 Jul 2006 18:00:22 +0000 (UTC) (envelope-from bill@celestial.com) Received: from mail.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2326543D49 for ; Mon, 10 Jul 2006 18:00:21 +0000 (GMT) (envelope-from bill@celestial.com) Received: from localhost (localhost [127.0.0.1]) by mail.mi.celestial.com (Postfix) with ESMTP id A974C76DFE; Mon, 10 Jul 2006 11:00:18 -0700 (PDT) Received: from mail.mi.celestial.com ([127.0.0.1]) by localhost (alexis.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06788-04-5; Mon, 10 Jul 2006 11:00:12 -0700 (PDT) Received: by mail.mi.celestial.com (Postfix, from userid 203) id 7E7C076DFC; Mon, 10 Jul 2006 11:00:12 -0700 (PDT) Date: Mon, 10 Jul 2006 11:00:10 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20060710180010.GA8244@alexis.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <44B29356.1050602@freemail.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <44B29356.1050602@freemail.hu> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new at mi.celestial.com Subject: Re: Shared IMAP folder 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: Mon, 10 Jul 2006 18:00:22 -0000 On Mon, Jul 10, 2006, Nagy László Zsolt wrote: > > Hello, > >I would like to share some IMAP folders between users. I'm currently >using postfix and uw-imap. Is this possible? How should I do this? (Hard >links between IMAP files?) I don't know how one would do this with UW-IMAP as I haven't used it for years. Courier-imap does provide for shared folders (and restricts access to its Maildir store(s) unlike UW-IMAP which can go anywhere the user's permissions permit). Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 The difference between science and the fuzzy subjects is that science requires reasoning while those other subjects merely require scholarship. -- Robert Heinlein From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:42:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 333C916A4DF for ; Mon, 10 Jul 2006 18:42:04 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CECD43D46 for ; Mon, 10 Jul 2006 18:42:01 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12025 invoked from network); 10 Jul 2006 18:42:01 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 18:42:00 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0976928449; Mon, 10 Jul 2006 14:41:59 -0400 (EDT) To: Karl Hammerschmidt References: <200607081704.30377.stuffynose@earthlink.net> From: Lowell Gilbert Date: Mon, 10 Jul 2006 14:41:59 -0400 In-Reply-To: <200607081704.30377.stuffynose@earthlink.net> (Karl Hammerschmidt's message of "Sat, 8 Jul 2006 17:04:30 -0500") Message-ID: <444pxpi9oo.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: k3b 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: Mon, 10 Jul 2006 18:42:04 -0000 Karl Hammerschmidt writes: > I was planning to install k3b from a package, but I wasn't > able to find it in packages-6-stable or packages-6.0-release > on any of the ftp mirrors. > > Am I missing something? Well, I just built it successfully, and the port itself isn't marked for avoiding packaging, so I don't see offhand why you can't find a package. I guess you'll need to use the port for now. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:43:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2812216A4ED for ; Mon, 10 Jul 2006 18:43:10 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBCA643D46 for ; Mon, 10 Jul 2006 18:43:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16905 invoked from network); 10 Jul 2006 18:43:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 18:43:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 336F428449; Mon, 10 Jul 2006 14:43:08 -0400 (EDT) To: Duane Hill References: <20060709164615.Y13293@cgate.yournetplus.com> From: Lowell Gilbert Date: Mon, 10 Jul 2006 14:43:08 -0400 In-Reply-To: <20060709164615.Y13293@cgate.yournetplus.com> (Duane Hill's message of "Sun, 9 Jul 2006 16:54:21 +0000 (WET)") Message-ID: <44zmfhgv2b.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Sysinstall - Will not die 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, 10 Jul 2006 18:43:10 -0000 Duane Hill writes: > If this has been discussed before, please point it out. I've done some > searching and can not quite come up with the solution other than to > reboot the server. I'm hoping a reboot can be avoided. > > I recently attempted to run sysinstall to install something that was > not listed in the ports collection. Sysinstall is still running in the > back ground as a result of my ssh session getting terminated. Now, I > can not kill sysinstall. I found some things on the web that pointed > out there may be a parent that is keeping the child thread alive. That > parent has been killed off and I still can not kill sysinstall. > > I am noticing some things in the messages log that may be as a direct > result of sysinstall still running. I am getting the following two > lines logged all the time: > > Jul 9 16:51:16 cgate kernel: acd0: req=0xc3833640 TEST_UNIT_READY > semaphore timeout !! DANGER Will Robinson !! > Jul 9 16:51:17 cgate kernel: acd0: req=0xc38324b0 SETFEATURES SET > TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! > > I know acd0 has something to do with the cdrom drive. That is the only > thing being complained about within the logs as far as hardware > goes. No other file systems are having issues. > > Can someone shed some light on what is going on? What is the ps(1) output for that task? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:48:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B30416A4E1 for ; Mon, 10 Jul 2006 18:48:13 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3989E43D45 for ; Mon, 10 Jul 2006 18:48:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7427 invoked from network); 10 Jul 2006 18:48:11 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2006 18:48:11 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id E89DF28449; Mon, 10 Jul 2006 14:48:10 -0400 (EDT) To: Bob References: <44B204AA.6000208@tania.servebbs.org> From: Lowell Gilbert Date: Mon, 10 Jul 2006 14:48:10 -0400 In-Reply-To: <44B204AA.6000208@tania.servebbs.org> (bob@tania.servebbs.org's message of "Mon, 10 Jul 2006 03:41:30 -0400") Message-ID: <44veq5gutx.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: A Library Issue 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, 10 Jul 2006 18:48:13 -0000 Bob writes: > I just completed installing a new Freebsd Workstation. It was installed > totally on-line via "ports" over my DSL connection. It took almost 6 > days to download/compile/install a full KDE system, and it rocks! > > After 20-odd years of using SCO then Linux, this freebsd is refreshing. > > I have installed Mozilla, Firefox, and Seamonkey as browsers, and have > successfully installed the Flash Plugin for them. > > I installed the Sun Java VM 1.4.2 as per the docs, but when I do an > about:plugins in any of the browsers I get the following error: > > [Shared object "libdl.so.2" not found, required by "libjavaplugin_oji.so"] > > A locate libdl returns: > > /usr/compat/linux/lib/libdl-2.3.2.so > /usr/compat/linux/lib/libdl.so.2 That's the Linux version, not a native dl library. Personally, I don't *have* a native dl library, and I have the regular native JDK 1.4 installed on the box I'm sitting in front of. > So, I then did a ports install of the Blackdown JDK 1.4.2 > but it too can't find the same library. > > I am at a bit of a loss here, and don't want to stary hacking away at > this nice clean install :-) Quite reasonable. What actual Java-related ports do you have installed? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:49:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEA316A4E2 for ; Mon, 10 Jul 2006 18:49:17 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 89F1B43D60 for ; Mon, 10 Jul 2006 18:49:11 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail58.nyc.untd.com (webmail58.nyc.untd.com [10.141.27.198]) by smtpout02.nyc.untd.com with SMTP id AABCMFJJ2AJX7BE2 for (sender ); Mon, 10 Jul 2006 11:48:56 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRMRu80e+pIBHeMrQwyn/xqIlJJA5s45chA== Received: (from gs_stoller@juno.com) by webmail58.nyc.untd.com (jqueuemail) id LUXKDFWS; Mon, 10 Jul 2006 11:48:40 PDT Received: from [67.84.52.37] by webmail58.nyc.untd.com with HTTP: Mon, 10 Jul 2006 18:47:53 GMT X-Originating-IP: [67.84.52.37] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Mon, 10 Jul 2006 18:47:53 GMT To: jonc@chen.org.nz X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060710.114840.3420.305276@webmail58.nyc.untd.com> X-ContentStamp: 3:4:3561558383 X-MAIL-INFO: 4d7e339af3c7c7c3cf93ea6b8e3e27ce0b2e57672f63de1eee47a36f2f477b0ae72bfa67432b8ff70a1f4e X-UNTD-Peer-Info: 10.141.27.198|webmail58.nyc.untd.com|webmail58.nyc.untd.com|gs_stoller@juno.com Cc: freebsd-questions@freebsd.org Subject: Re: The ENV variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 18:49:17 -0000 On Sun, Jul 09, 2006 11:28 PM Jonathan Chen wrote: >On Mon, Jul 10, 2006 at 01:43:40AM +0000, gs_stoller@juno.com wrote: >> The shell variable ENV is supposed to name a script to be >> invoked whenever the Korn shell starts up an interactive shell. Whil= e >> this is the case for just about all users, on my system it is not the= >> case for users with the user-id of root . Is this how UNIX is >> supposed to work? >By default, root uses csh. Have you modified your root to use ksh? ksh is more powerful than csh , so I use it almost all the time, ergo I am more familiar with it. Yes, I have. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:58:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C1716A4DF for ; Mon, 10 Jul 2006 18:58:44 +0000 (UTC) (envelope-from tinguely@casselton.net) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA7643D49 for ; Mon, 10 Jul 2006 18:58:43 +0000 (GMT) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.13.6/8.13.6) with ESMTP id k6AIwbfe039465; Mon, 10 Jul 2006 13:58:37 -0500 (CDT) (envelope-from tinguely@casselton.net) Received: (from tinguely@localhost) by casselton.net (8.13.6/8.13.6/Submit) id k6AIwaw4039463; Mon, 10 Jul 2006 13:58:36 -0500 (CDT) (envelope-from tinguely) Date: Mon, 10 Jul 2006 13:58:36 -0500 (CDT) From: Mark Tinguely Message-Id: <200607101858.k6AIwaw4039463@casselton.net> To: fred.ball@franciscans.com, freebsd-questions@freebsd.org In-Reply-To: <3080.170.94.191.66.1152553164.squirrel@www.jfredball.com> X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on ccn.casselton.net Cc: Subject: Re: Virtusertable question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 18:58:44 -0000 > Does anyone know how to extract a virtusertable text file from > virtusertable.db? I'd like to go backwards to get my current configuration, > as the original virtusertable file was blown away in a horrible accident. how about: makemap -u hash virtusertable.db --Mark Tinguely From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 18:59:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A5F16A4DE for ; Mon, 10 Jul 2006 18:59:28 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (corp.yournetplus.com [162.42.148.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA30743D68 for ; Mon, 10 Jul 2006 18:59:25 +0000 (GMT) (envelope-from d.hill@yournetplus.com) Received: from corp.yournetplus.com ([162.42.148.121] verified) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 19988891; Mon, 10 Jul 2006 18:59:25 +0000 Date: Mon, 10 Jul 2006 18:59:24 +0000 (WET) From: Duane Hill To: Lowell Gilbert In-Reply-To: <44zmfhgv2b.fsf@be-well.ilk.org> Message-ID: <20060710185546.Q58609@cgate.yournetplus.com> References: <20060709164615.Y13293@cgate.yournetplus.com> <44zmfhgv2b.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Sysinstall - Will not die X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 18:59:28 -0000 On Mon, 10 Jul 2006, Lowell Gilbert wrote: > Duane Hill writes: > >> If this has been discussed before, please point it out. I've done some >> searching and can not quite come up with the solution other than to >> reboot the server. I'm hoping a reboot can be avoided. >> >> I recently attempted to run sysinstall to install something that was >> not listed in the ports collection. Sysinstall is still running in the >> back ground as a result of my ssh session getting terminated. Now, I >> can not kill sysinstall. I found some things on the web that pointed >> out there may be a parent that is keeping the child thread alive. That >> parent has been killed off and I still can not kill sysinstall. >> >> I am noticing some things in the messages log that may be as a direct >> result of sysinstall still running. I am getting the following two >> lines logged all the time: >> >> Jul 9 16:51:16 cgate kernel: acd0: req=0xc3833640 TEST_UNIT_READY >> semaphore timeout !! DANGER Will Robinson !! >> Jul 9 16:51:17 cgate kernel: acd0: req=0xc38324b0 SETFEATURES SET >> TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! >> >> I know acd0 has something to do with the cdrom drive. That is the only >> thing being complained about within the logs as far as hardware >> goes. No other file systems are having issues. >> >> Can someone shed some light on what is going on? > > What is the ps(1) output for that task? Sorry for not including that part: root 17722 0.0 0.1 2128 1456 p0- D 2Jul06 0:23.08 sysinstall -- "This message was sent using 100% recycled electrons." From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 19:07:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8587D16A4DF for ; Mon, 10 Jul 2006 19:07:00 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC1E43D46 for ; Mon, 10 Jul 2006 19:06:59 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so103075uge for ; Mon, 10 Jul 2006 12:06:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ye6D8Auttn4PgLaxMHWAIP26M6Us2uKgKGaz7EGE34LjayR12UXAG2lI+VmmOyCigDp16+ocaepKLzJtNQ70CCGdq9wxg9mhg4Cn1S4G0+zRdAL3F/USIhsKZ3YmspO9N/9jgfTu0K1P4UuTocai/7e+/KhWV3bLuNKzESTO1wc= Received: by 10.67.93.7 with SMTP id v7mr201686ugl; Mon, 10 Jul 2006 12:06:58 -0700 (PDT) Received: by 10.67.86.1 with HTTP; Mon, 10 Jul 2006 12:06:58 -0700 (PDT) Message-ID: <80f4f2b20607101206j6f10f365p245b699279f9064b@mail.gmail.com> Date: Mon, 10 Jul 2006 15:06:58 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: <200607081704.30377.stuffynose@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607081704.30377.stuffynose@earthlink.net> Subject: Re: k3b 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: Mon, 10 Jul 2006 19:07:00 -0000 On 7/8/06, Karl Hammerschmidt wrote: > Hi, > > I was planning to install k3b from a package, but I wasn't > able to find it in packages-6-stable or packages-6.0-release > on any of the ftp mirrors. > > Am I missing something? > > - Karl > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Are you/can you CVSUP the ports tree, and then try to install it from there? Is it not showing up in the ports tree when you do that? Is it showing up but the package not downloading? I recently installed this also without any mishaps. -Jim Stapleton From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 19:12:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3987016A4DD for ; Mon, 10 Jul 2006 19:12:05 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [208.44.26.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B825643D46 for ; Mon, 10 Jul 2006 19:12:04 +0000 (GMT) (envelope-from lisa@jellico.com) Received: from lisac (lisa.jellico.com [208.44.26.213]) (authenticated bits=0) by mail.jellico.com (8.12.6/8.12.6) with ESMTP id k6AJGmXx029961 for ; Mon, 10 Jul 2006 15:16:49 -0400 Message-ID: <001701c6a454$ad756d40$d51a2cd0@lisac> From: "Lisa Casey" To: Date: Mon, 10 Jul 2006 15:11:41 -0400 Organization: Netlink 2000, Inc. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 Subject: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 19:12:05 -0000 Hi All, I seem to have a bit of a problem with my Bind installation on FreeBSD 5.3. When I first setup this box, I installed the Bind 8.4 from the ports. Soon afterwards, I decided to go with Bind 9 so I installed that from the ports. Now Bind seems to have an identity problem. When I boot the box I get this in /var/log/messages: Jul 10 15:05:32 netlink named[292]: starting (/etc/namedb/named.conf). named 8. 4.4 Thu Sep 22 14:07:24 EDT 2005 lisa@netlink.jellico.com:/usr/ports/dns/ bind84/work/src/bin/named Jul 10 15:05:32 netlink named[292]: limit files set to fdlimit (1024) Jul 10 15:05:32 netlink named[292]: /etc/namedb/named.conf:104: Ignoring BIND 9 inet control clause Jul 10 15:05:32 netlink named[293]: Ready to answer queries. When I do a named -v to see which version of Bind is running I get this: netlink# named -v BIND 9.3.0 ndc (a Bind 8 program) doesn't work, I get this error: netlink# ndc Type help -or- /h if you need help. ndc> help (builtin) start - start the server (builtin) restart - stop server if any, start a new one ndc: error: ctl_client: evConnect(fd 3): No such file or directory ndc: error: cannot connect to command channel (/var/run/ndc) And rndc doesn't work either: netlink# rndc stop rndc: connect failed: connection refused netlink# rndc start rndc: connect failed: connection refused netlink# rndc status rndc: connect failed: connection refused I'm not exactly sure how I created this mess, but what would be the best way to fix this? I really want to be running Bind 9. Thanks, Lisa Casey From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 19:17:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A2A16A4DA for ; Mon, 10 Jul 2006 19:17:21 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C7E43D4C for ; Mon, 10 Jul 2006 19:17:16 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k6AJH67Z000819; Mon, 10 Jul 2006 20:17:06 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <44B2A7AB.7000902@infracaninophile.co.uk> Date: Mon, 10 Jul 2006 20:16:59 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.4 (X11/20060610) MIME-Version: 1.0 To: Matias References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig6DA233F069EE8F1C25FAAB08" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Mon, 10 Jul 2006 20:17:06 +0100 (BST) X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Unattended installations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 19:17:21 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6DA233F069EE8F1C25FAAB08 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Matias wrote: > Hi, >=20 > I work for an ISP, we offer currently Linux and Windows dedicated hosti= ng > services and I'm trying to convince mi boss to start a new product base= d on > FreeBSD. >=20 > Now he is asking me for how we could do unattended installations..... I= 've > an idea of how to do it, but seems like I have a lot fof work ahead... = is > any howto, tutorial, guide, etc? http://people.freebsd.org/~alfred/pxe/en_US.ISO8859-1/articles/pxe/articl= e.html Is an example of how to set things up to install over a network. You can= also install in a similar way from CD Rom by supplying a configuration sc= ript to sysinstall, exactly like the install.cfg file described in the PXEBOOT= article. 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 --------------enig6DA233F069EE8F1C25FAAB08 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEsqey8Mjk52CukIwRA5UWAJ9ZfdrO2ydmwpZFUis7huIsuEVn5gCferIz 2nllGF+4AKP791OKWeuldYk= =CKrt -----END PGP SIGNATURE----- --------------enig6DA233F069EE8F1C25FAAB08-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 19:36:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F8C16A4DA for ; Mon, 10 Jul 2006 19:36:50 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E94F43D4C for ; Mon, 10 Jul 2006 19:36:49 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 57E4556430; Tue, 11 Jul 2006 07:36:48 +1200 (NZST) Date: Tue, 11 Jul 2006 07:36:48 +1200 From: Jonathan Chen To: Bob Message-ID: <20060710193648.GB3260@osiris.chen.org.nz> References: <44B204AA.6000208@tania.servebbs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B204AA.6000208@tania.servebbs.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: A Library Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 19:36:50 -0000 On Mon, Jul 10, 2006 at 03:41:30AM -0400, Bob wrote: [...] > I installed the Sun Java VM 1.4.2 as per the docs, but when I do an > about:plugins in any of the browsers I get the following error: > > [Shared object "libdl.so.2" not found, required by "libjavaplugin_oji.so"] Have you tried installing the navive JDK 1.4.2? It's more stable than the Linux-version on FreeBSD, and ties in better to the native binaries. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 19:43:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AEC16A4DA for ; Mon, 10 Jul 2006 19:43:13 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1AF43D45 for ; Mon, 10 Jul 2006 19:43:13 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 9EE6956430; Tue, 11 Jul 2006 07:43:12 +1200 (NZST) Date: Tue, 11 Jul 2006 07:43:12 +1200 From: Jonathan Chen To: Lisa Casey Message-ID: <20060710194312.GC3260@osiris.chen.org.nz> References: <001701c6a454$ad756d40$d51a2cd0@lisac> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001701c6a454$ad756d40$d51a2cd0@lisac> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 19:43:13 -0000 On Mon, Jul 10, 2006 at 03:11:41PM -0400, Lisa Casey wrote: > Hi All, > > I seem to have a bit of a problem with my Bind installation on FreeBSD 5.3. > When I first setup this box, I installed the Bind 8.4 from the ports. Soon > afterwards, I decided to go with Bind 9 so I installed that from the ports. > Now Bind seems to have an identity problem. Did you remember to add: named_program="/usr/local/sbin/named" to /etc/rc.conf? -- Jonathan Chen ----------------------------------------------------------------------- "I love deadlines. I like the whooshing sound they make as they fly by" - Douglas Adams From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 20:06:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059E016A4DA for ; Mon, 10 Jul 2006 20:06:30 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9269B43D49 for ; Mon, 10 Jul 2006 20:06:29 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.55] (HELO mx3.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 316119260 for freebsd-questions@freebsd.org; Mon, 10 Jul 2006 16:06:28 -0400 Received: (qmail 2106 invoked from network); 10 Jul 2006 20:06:28 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by mx3.av-mx.com with SMTP; 10 Jul 2006 20:06:28 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B2B342.6090409@ywave.com> Date: Mon, 10 Jul 2006 13:06:26 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= References: <44B29356.1050602@freemail.hu> In-Reply-To: <44B29356.1050602@freemail.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Shared IMAP folder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 20:06:30 -0000 Nagy László Zsolt wrote: > > Hello, > > I would like to share some IMAP folders between users. I'm currently > using postfix and uw-imap. Is this possible? How should I do this? (Hard > links between IMAP files?) > > The basic problem is this: we have a company and we have some employees, > doing help desk service. There are "cases" with different e-mail > threads. When an employee goes on holiday, the others should be able to > continue his work. The best was to do this is - I believe - a shared > IMAP folder. Our employees are using Thunderbird. That wonderful program > can display message threads. It is very nice, but how can these users > share their e-mails? Is it possible to do this with FreeBSD and > Thunderbird? > > Thank you, > > Laszlo > There's some directions at http://www.flatmtn.com/computer/Linux-Imap-UW.html (found by googling uw imap shared folders) but I'm not sure I follow them. It looks like it's just setting up another IMAP account that happens to be shared.... I use cyrus-imap, and it seems to have fairly straight-forward support for shared/public folders from what little I've played with them. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 20:19:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D41816A4DE for ; Mon, 10 Jul 2006 20:19:49 +0000 (UTC) (envelope-from mark@msen.com) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229CC43D55 for ; Mon, 10 Jul 2006 20:19:49 +0000 (GMT) (envelope-from mark@msen.com) Received: from [192.168.2.5] (c-68-61-202-251.hsd1.mi.comcast.net[68.61.202.251]) by comcast.net (sccrmhc12) with ESMTP id <2006071020193901200d44sje>; Mon, 10 Jul 2006 20:19:40 +0000 From: Mark Moellering To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 16:19:07 -0400 User-Agent: KMail/1.9.1 References: <44AFB730.5090905@rug.nl> <20060708151023.GD18199@wananchi.com> <44B10BC2.3020807@rug.nl> In-Reply-To: <44B10BC2.3020807@rug.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607101619.08802.mark@msen.com> Subject: Re: usb storage device mounting 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: Mon, 10 Jul 2006 20:19:49 -0000 While I have not used removable drives, I have found that working with removable media, dvd's, etc. I have this sort of problem if I don't have an entry in fstab with the mount point owned by the user and preferably in the user directory structure. Mark Moellering On Sunday 09 July 2006 9:59 am, Bram Kuijper wrote: > Hi, > > still cannot seem to get usb device working as an ordinary user between > multiple reboots, without doing /etc/rc.d/devfs start as root every time. > > did the following things described under 4.3.3. from > http://www.gphoto.org/doc/manual/permissions-usb.html > > added this to devfs.rules: > > [usb_devices=10] > add path 'da*s*' mode 0666 group usb > add path 'ugen*' mode 0666 group usb > > added this to rc.conf: > devfs_system_ruleset="usb_devices" > > > removed this from devfs.conf: > > own /dev/fd0 root:operator > perm /dev/fd0 0666 > > > then, I restarted my rc.conf: > /etc/rc.d/devfs start > > now, it is possible to mount the device as described, however only > during this login. If I reboot, I have to do devfs start again as root. > > anybody knows how to retain these settings between multiple reboots? > > TIA, > Bram > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:14:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A62C16A4DA for ; Mon, 10 Jul 2006 21:14:12 +0000 (UTC) (envelope-from freebsd-questions@voidcaptain.com) Received: from mx4.x15.net (mx4.x15.net [69.55.237.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDFC43D46 for ; Mon, 10 Jul 2006 21:14:11 +0000 (GMT) (envelope-from freebsd-questions@voidcaptain.com) Received: from j1.x15.net [63.196.213.76] by mx4.x15.net with ESMTP id 605291429X1G034w000Cz7V2; Mon, 10 Jul 2006 21:14:07 +0000 Message-ID: <44B2C2FF.4010002@voidcaptain.com> Date: Mon, 10 Jul 2006 14:13:35 -0700 From: Pete Slagle MIME-Version: 1.0 To: Benedikt Meurer References: <44B27140.8050401@unix-ag.uni-siegen.de> In-Reply-To: <44B27140.8050401@unix-ag.uni-siegen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Xfce 4.4 beta2 released! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:14:12 -0000 Benedikt Meurer wrote: > We are glad to announce that Xfce 4.4 beta2 (4.3.90.2) is now available > for download. Thank you for all your great work on XFCE! Do you know if anyone is making available a FreeBSD port for 4.4 beta2? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:19:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC1A16A4DE for ; Mon, 10 Jul 2006 21:19:38 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61022.mail.yahoo.com (web61022.mail.yahoo.com [209.73.179.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D57E43D49 for ; Mon, 10 Jul 2006 21:19:37 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 87946 invoked by uid 60001); 10 Jul 2006 21:19:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=al2VtyvQyVbgPdUwXb8afQeFDOfuhQ0VUN9dZpmw0nac8ysEtyMAeouCJse9D8l22/nUYa16XG3UAGsQk7zCYpUhY0ZQu3PHOe1YQG5OFmU9yWUFig8BrBoo5XG8seK3mr3fUf3vY2ZNaCy7hRws7JBzDcicXa5MAuow9QpAHzI= ; Message-ID: <20060710211936.87944.qmail@web61022.mail.yahoo.com> Received: from [69.86.22.118] by web61022.mail.yahoo.com via HTTP; Mon, 10 Jul 2006 18:19:36 ART Date: Mon, 10 Jul 2006 18:19:36 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CUPS Woes Woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:19:38 -0000 This is weird, I configure a printer and I'm able to print a test page and I then close the browser and try to print and I get a quick popup window saying "Starting with CUPS" but nothing happens it won't print. I Open firefox again and go back to printer administration and the printer I just configured is not there, so I configure it again giving it the same name and when I try to print a test page it gives me this error: "Quota limit reached" and printer disappears again from the printer management page again. Now if I configure another printer with a different name it will print a test page but if I try to print from another application it will not print I just get that same popup window saying "Starting with cups" and if I close firefox and then go back there again the printer is not there. I'm running the latest cups on the ports tree 1.2.0 and FBSD6.1. My printers.conf file looks like this Info HP Officejet 4315 Location home DeviceURI usb:/dev/unlpt0 State Idle StateTime 1152564753 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 AllowUser webdude OpPolicy default ErrorPolicy stop-printer My rc.conf file kind looks like this: hpiod_enable="YES" hpssd_enable="YES" cupsd_enable="YES" devfs_system_ruleset="system" My devfs.rules file looks like this: # HP drivers rules # [system=10] add path 'ugen*' group operator add path 'ugen*' mode 0660 add path 'unlpt*' mode 0660 group cups add path 'ulpt*' mode 0660 group cups EJC www.only7bucks.com --------------------------------- Yahoo! Search Música para ver e ouvir: You're Beautiful, do James Blunt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:29:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B8316A4DD for ; Mon, 10 Jul 2006 21:29:08 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2157F43D46 for ; Mon, 10 Jul 2006 21:29:06 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 316175003 for freebsd-questions@freebsd.org; Mon, 10 Jul 2006 17:29:06 -0400 Received: (qmail 16530 invoked from network); 10 Jul 2006 21:29:05 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 10 Jul 2006 21:29:05 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B2C69F.8050302@ywave.com> Date: Mon, 10 Jul 2006 14:29:03 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: "E. J. Cerejo" References: <20060710211936.87944.qmail@web61022.mail.yahoo.com> In-Reply-To: <20060710211936.87944.qmail@web61022.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: CUPS Woes Woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:29:08 -0000 E. J. Cerejo wrote: > This is weird, I configure a printer and I'm able to print a test page and I then close the browser and try to print and I get a quick popup window saying "Starting with CUPS" but nothing happens it won't print. I Open firefox again and go back to printer administration and the printer I just configured is not there, so I configure it again giving it the same name and when I try to print a test page it gives me this error: "Quota limit reached" and printer disappears again from the printer management page again. Now if I configure another printer with a different name it will print a test page but if I try to print from another application it will not print I just get that same popup window saying "Starting with cups" and if I close firefox and then go back there again the printer is not there. I'm running the latest cups on the ports tree 1.2.0 and FBSD6.1. > > My printers.conf file looks like this > > > Info HP Officejet 4315 > Location home > DeviceURI usb:/dev/unlpt0 > State Idle > StateTime 1152564753 > Accepting Yes > Shared Yes > JobSheets none none > QuotaPeriod 0 > PageLimit 0 > KLimit 0 > AllowUser webdude > OpPolicy default > ErrorPolicy stop-printer > > > My rc.conf file kind looks like this: > > hpiod_enable="YES" > hpssd_enable="YES" > cupsd_enable="YES" > devfs_system_ruleset="system" > > My devfs.rules file looks like this: > > # HP drivers rules > # > [system=10] > add path 'ugen*' group operator > add path 'ugen*' mode 0660 > add path 'unlpt*' mode 0660 group cups > add path 'ulpt*' mode 0660 group cups > > > > > > EJC > www.only7bucks.com Could you check /var/logs/cups/error_log for errors? A quick 'grep "^E" error_log' will show just the errors, but not what's going on around it. - Micah From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:34:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBA516A4DD for ; Mon, 10 Jul 2006 21:34:28 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [208.44.26.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1296143D49 for ; Mon, 10 Jul 2006 21:34:27 +0000 (GMT) (envelope-from lisa@jellico.com) Received: from lisac (lisa.jellico.com [208.44.26.213]) (authenticated bits=0) by mail.jellico.com (8.12.6/8.12.6) with ESMTP id k6ALdDLC015626 for ; Mon, 10 Jul 2006 17:39:13 -0400 Message-ID: <002701c6a468$91f20830$d51a2cd0@lisac> From: "Lisa Casey" To: References: <001701c6a454$ad756d40$d51a2cd0@lisac> <20060710194312.GC3260@osiris.chen.org.nz> Date: Mon, 10 Jul 2006 17:34:05 -0400 Organization: Netlink 2000, Inc. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 Subject: Re: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:34:28 -0000 ----- Original Message ----- From: "Jonathan Chen" To: "Lisa Casey" Cc: Sent: Monday, July 10, 2006 3:43 PM Subject: Re: Bind problem > Did you remember to add: > > named_program="/usr/local/sbin/named" > > to /etc/rc.conf? Yes. /etc/rc.conf has the following lines for named: named_enable="YES" named_program="/usr/local/sbin/named" named_flags="-u bind -g bind -c /etc/namedb/named.conf" Lisa Casey From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:43:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDE616A4DD for ; Mon, 10 Jul 2006 21:43:53 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD7143D5D for ; Mon, 10 Jul 2006 21:43:52 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.16.2.1] (unknown [172.16.2.1]) by strange.daemonsecurity.com (Postfix) with ESMTP id 3D01E2E021; Mon, 10 Jul 2006 23:43:51 +0200 (CEST) Message-ID: <44B2CA13.2030804@locolomo.org> Date: Mon, 10 Jul 2006 23:43:47 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: nocturnal References: <44B20BC6.3050600@swehack.se> <44B266A3.9070309@locolomo.org> <44B2777B.5@swehack.se> In-Reply-To: <44B2777B.5@swehack.se> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms080007030401070906070604" Cc: freebsd-questions@freebsd.org Subject: Re: Alt Gr key troubles in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:43:53 -0000 This is a cryptographically signed message in MIME format. --------------ms080007030401070906070604 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit nocturnal wrote: > Well i usually use vim and it's hard to know if it happens in other > applications, because i use vim so much compared to the other > applications and also because i mostly write those characters in vim. I > do use FreeBSD at home to and i can't remember any problems from writing > e-mails or chatting on irc. I use rxvt for all my terminal applications. > Of course this could simply mean i don't use those characters much in > those applications. I used to use nedit, before vim, and i am sure i had > the same problem in nedit. Well, could you to narrow in on the problem try and test these things? 0th: Tell us your keyboard settings in XF86Config (model and layout) 1st: List the characters that you have problem with - obviously you need a computer that doesn't suffer this problem :) 2nd: Try to type all these characters with the correct key-combinations, - In the console - In xterm - In vi (not vim) - In xemacs/emacs - In firefox or thunderbird - any place you can type Then maybe someone can point you closer to the solution. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 --------------ms080007030401070906070604 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL5jCC Be8wggPXoAMCAQICCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQUFADCBmTELMAkGA1UEBhMCRVMx GDAWBgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9y aXR5MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNh QGRhZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMDAeFw0wNjA0MjAxMzE2NTBaFw0wNzA0 MjAxMzE2NTBaMGIxCzAJBgNVBAYTAkVTMRUwEwYDVQQKEwxMb2NvTG9tby5PcmcxFjAUBgNV BAMTDUVyaWsgTm9yZ2FhcmQxJDAiBgkqhkiG9w0BCQEWFW5vcmdhYXJkQGxvY29sb21vLm9y ZzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMPmPk5QnkyvR4ZNS/jYCYEk6/x/ mqSIqM7XXmikYX4AmbS4AbgJg7tY150ti87oYIjH4pnt1ReYWV4P2lDE2w0Db73Fk3TGpYcq XNUu4uRl8eoMX6Mh5I34tzJc+ZJqXW0pQtzP7JDgPvLddh0roY/ongaqpnrA6dDh0QfEC+ky z1abx9xmp776RPfRnbzjUht9VGPohiZFLyNfLgw5x4Q5/efDtx3tKDMJP67UnVd1tbclKbOs +HaqxYXNr1TJ9HIpRpfb4IhBFCvBDiiHUjbGtpi2EXeHuwoQ8cp7mjl6j1BfGaoFHvqzA1GD +156qJ9waxEvx/0XGudqWJeFTVkCAwEAAaOCAW4wggFqMA8GA1UdEwEB/wQFMAMCAQAwCwYD VR0PBAQDAgO4MB0GA1UdDgQWBBRpebgs44/nvl3Dw7F0Yrg/nx9puTCBzgYDVR0jBIHGMIHD gBSOYakm6rz5V4h0qO3QlbBuYT3ipaGBn6SBnDCBmTELMAkGA1UEBhMCRVMxGDAWBgNVBAoT D0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR4wHAYD VQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRhZW1vbnNl Y3VyaXR5LmNvbTEKMAgGA1UEBRMBMIIJAI0DVR/84E8BMCAGA1UdEQQZMBeBFW5vcmdhYXJk QGxvY29sb21vLm9yZzA4BgNVHR8EMTAvMC2gK6AphidodHRwOi8vd3d3LmRhZW1vbnNlY3Vy aXR5LmNvbS9jYS9kcy5jcmwwDQYJKoZIhvcNAQEFBQADggIBAMefA0DXBeUmPG353ldj4jQP TKusU49AGPtH0gI0W7gnc8L6NQb7/lzpF1xW3fVOXmDBSQrSzdsmPoUiQBOv8/GTPiJbktbr eHGPDDi7xTmNgGCh/gv9EECEc0casKs778FMhJxQDIKUrBpdxpxUVHxzR9m2MgCaiOPi0oru o5ZjdNh4PyfSrYkkMJmp9w7ouulyf7wSOwwyIxZixWHVIo0lJBZCFQqIcCXzmnLUhlUKqMGb 0sOsPh7GITecrfGAM8iBpLuRjGe3yDa8Xx2riflJLjKxqcSg0OIhibS3xkGTgoJhtAJBB21G CkcnHmLXmnXYZvfE/D4twmSGo3j4D79xFA5xMJU5IwNYT+agU2srRq11eZvtVK3p2sF2rgSK 99cbCHL0K3AhhiF9z+1uLjZO8UgnvB81rQG+Kzn/nvZgQ1bvxKnrtzs3UuKPyAXflNVSiMwO vUv04tBJcIGrdiav64BTQFBgguY7JWWkrsaTeEMUHXW6aUyGCfngQ2LR6McfDeZZLM0BKXiv pjozutGTR76khWqSsttSZQoGoNbMRcHodFCZ2RHSsM1rPKINY1w7vTnr8oEVD3D+pY1UrM/o vDkvS8ypr+gg66pMC0gXl7cReoFNiE118sHKlAEGKNlka3Pga2r+AL6KrjwCZHMwOFDheFoN k9rxTruKV0O0MIIF7zCCA9egAwIBAgIJAI0DVR/84E8MMA0GCSqGSIb3DQEBBQUAMIGZMQsw CQYDVQQGEwJFUzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZp Y2F0ZSBBdXRob3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqG SIb3DQEJARYVY2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwMB4XDTA2MDQyMDEz MTY1MFoXDTA3MDQyMDEzMTY1MFowYjELMAkGA1UEBhMCRVMxFTATBgNVBAoTDExvY29Mb21v Lk9yZzEWMBQGA1UEAxMNRXJpayBOb3JnYWFyZDEkMCIGCSqGSIb3DQEJARYVbm9yZ2FhcmRA bG9jb2xvbW8ub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw+Y+TlCeTK9H hk1L+NgJgSTr/H+apIioztdeaKRhfgCZtLgBuAmDu1jXnS2LzuhgiMfime3VF5hZXg/aUMTb DQNvvcWTdMalhypc1S7i5GXx6gxfoyHkjfi3Mlz5kmpdbSlC3M/skOA+8t12HSuhj+ieBqqm esDp0OHRB8QL6TLPVpvH3GanvvpE99GdvONSG31UY+iGJkUvI18uDDnHhDn958O3He0oMwk/ rtSdV3W1tyUps6z4dqrFhc2vVMn0cilGl9vgiEEUK8EOKIdSNsa2mLYRd4e7ChDxynuaOXqP UF8ZqgUe+rMDUYP7Xnqon3BrES/H/Rca52pYl4VNWQIDAQABo4IBbjCCAWowDwYDVR0TAQH/ BAUwAwIBADALBgNVHQ8EBAMCA7gwHQYDVR0OBBYEFGl5uCzjj+e+XcPDsXRiuD+fH2m5MIHO BgNVHSMEgcYwgcOAFI5hqSbqvPlXiHSo7dCVsG5hPeKloYGfpIGcMIGZMQswCQYDVQQGEwJF UzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZpY2F0ZSBBdXRo b3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqGSIb3DQEJARYV Y2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwggkAjQNVH/zgTwEwIAYDVR0RBBkw F4EVbm9yZ2FhcmRAbG9jb2xvbW8ub3JnMDgGA1UdHwQxMC8wLaAroCmGJ2h0dHA6Ly93d3cu ZGFlbW9uc2VjdXJpdHkuY29tL2NhL2RzLmNybDANBgkqhkiG9w0BAQUFAAOCAgEAx58DQNcF 5SY8bfneV2PiNA9Mq6xTj0AY+0fSAjRbuCdzwvo1Bvv+XOkXXFbd9U5eYMFJCtLN2yY+hSJA E6/z8ZM+IluS1ut4cY8MOLvFOY2AYKH+C/0QQIRzRxqwqzvvwUyEnFAMgpSsGl3GnFRUfHNH 2bYyAJqI4+LSiu6jlmN02Hg/J9KtiSQwman3Dui66XJ/vBI7DDIjFmLFYdUijSUkFkIVCohw JfOactSGVQqowZvSw6w+HsYhN5yt8YAzyIGku5GMZ7fINrxfHauJ+UkuMrGpxKDQ4iGJtLfG QZOCgmG0AkEHbUYKRyceYteaddhm98T8Pi3CZIajePgPv3EUDnEwlTkjA1hP5qBTaytGrXV5 m+1UrenawXauBIr31xsIcvQrcCGGIX3P7W4uNk7xSCe8HzWtAb4rOf+e9mBDVu/Eqeu3OzdS 4o/IBd+U1VKIzA69S/Ti0Elwgat2Jq/rgFNAUGCC5jslZaSuxpN4QxQddbppTIYJ+eBDYtHo xx8N5lkszQEpeK+mOjO60ZNHvqSFapKy21JlCgag1sxFweh0UJnZEdKwzWs8og1jXDu9Oevy gRUPcP6ljVSsz+i8OS9LzKmv6CDrqkwLSBeXtxF6gU2ITXXywcqUAQYo2WRrc+Brav4Avoqu PAJkczA4UOF4Wg2T2vFOu4pXQ7QxggP8MIID+AIBATCBpzCBmTELMAkGA1UEBhMCRVMxGDAW BgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5 MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRh ZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMAIJAI0DVR/84E8MMAkGBSsOAwIaBQCgggIp MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA2MDcxMDIxNDM0 OFowIwYJKoZIhvcNAQkEMRYEFG2PcUl9sPhhmrjW/t6pNLIDoIcFMFIGCSqGSIb3DQEJDzFF MEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIH MA0GCCqGSIb3DQMCAgEoMIG4BgkrBgEEAYI3EAQxgaowgacwgZkxCzAJBgNVBAYTAkVTMRgw FgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAcBgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0 eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBk YWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUTATACCQCNA1Uf/OBPDDCBugYLKoZIhvcNAQkQ AgsxgaqggacwgZkxCzAJBgNVBAYTAkVTMRgwFgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAc BgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0 aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBkYWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUT ATACCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQEFAASCAQAdcFX1mkWWxSNXHuNn6NlfPkETQkGH CiYoUbznkh0wOAWpYzv103OTw1JBpAxQGZMRjH12jqVJp/EfxXKU9IrwKpPMwGRYDV9UhC6m hU2g+8dgyuiPDWkNRamNCweHlz1Xtiua6EiTxChJhiaHv0xduXsjdKWS0uXQCACOaU1X9XMx npc3JtMHfuI8nhRq+pFMsGJkwNvUw/Bq/t0GySHKsXd3gQl+p+2ENaNZwEfabTunpj4Q5XGl UT9tnsCPlL3NAx6d+kajxcExcYvG9wnKJtYFOAb14lP1kI9fYe7KVl3icIL1lX4LNdTA6JdE MXaQRa06OquYENlH2Tlw6hQFAAAAAAAA --------------ms080007030401070906070604-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 21:46:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A24D16A4DF for ; Mon, 10 Jul 2006 21:46:25 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61012.mail.yahoo.com (web61012.mail.yahoo.com [209.73.179.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 431F943D7F for ; Mon, 10 Jul 2006 21:46:12 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 49229 invoked by uid 60001); 10 Jul 2006 21:46:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=McnWsQBQhkNUjcS4ayy2SdT3M4ztLGXd2dBdrTQEqCews+j8hVNJs3EWFsdSKO3RaburV2oTONDy4QdcKDDHZPVLeHrGZwPwLDuRzLuYBprI1oRQnlIIIx0MGnS3IeA2R6KchmpHVQJQG39GuJF1R1HtSSPtCHvVCrdHVylSkho= ; Message-ID: <20060710214612.49227.qmail@web61012.mail.yahoo.com> Received: from [69.86.22.118] by web61012.mail.yahoo.com via HTTP; Mon, 10 Jul 2006 18:46:12 ART Date: Mon, 10 Jul 2006 18:46:12 -0300 (ART) From: "E. J. Cerejo" To: Micah In-Reply-To: <44B2C69F.8050302@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: CUPS Woes Woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:46:25 -0000 Micah escreveu: E. J. Cerejo wrote: > This is weird, I configure a printer and I'm able to print a test page and I then close the browser and try to print and I get a quick popup window saying "Starting with CUPS" but nothing happens it won't print. I Open firefox again and go back to printer administration and the printer I just configured is not there, so I configure it again giving it the same name and when I try to print a test page it gives me this error: "Quota limit reached" and printer disappears again from the printer management page again. Now if I configure another printer with a different name it will print a test page but if I try to print from another application it will not print I just get that same popup window saying "Starting with cups" and if I close firefox and then go back there again the printer is not there. I'm running the latest cups on the ports tree 1.2.0 and FBSD6.1. > > My printers.conf file looks like this > > > Info HP Officejet 4315 > Location home > DeviceURI usb:/dev/unlpt0 > State Idle > StateTime 1152564753 > Accepting Yes > Shared Yes > JobSheets none none > QuotaPeriod 0 > PageLimit 0 > KLimit 0 > AllowUser webdude > OpPolicy default > ErrorPolicy stop-printer > > > My rc.conf file kind looks like this: > > hpiod_enable="YES" > hpssd_enable="YES" > cupsd_enable="YES" > devfs_system_ruleset="system" > > My devfs.rules file looks like this: > > # HP drivers rules > # > [system=10] > add path 'ugen*' group operator > add path 'ugen*' mode 0660 > add path 'unlpt*' mode 0660 group cups > add path 'ulpt*' mode 0660 group cups > > > > > > EJC > www.only7bucks.com Could you check /var/logs/cups/error_log for errors? A quick 'grep "^E" error_log' will show just the errors, but not what's going on around it. - Micah Here's today's errors: E [10/Jul/2006:16:12:21 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:12:23 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:12:23 -0400] CUPS-Add-Modify-Printer server-error-internal-error: Unable to copy PPD file! E [10/Jul/2006:16:12:54 -0400] Print-Job client-error-not-possible: Quota limit reached. E [10/Jul/2006:16:13:07 -0400] CUPS-Delete-Printer: Unauthorized E [10/Jul/2006:16:13:07 -0400] Unable to save printers.conf - No such file or directory E [10/Jul/2006:16:13:07 -0400] Unable to restore printers.conf - No such file or directory E [10/Jul/2006:16:44:31 -0400] CUPS-Get-Printers client-error-not-found: No destinations added. E [10/Jul/2006:16:44:35 -0400] CUPS-Get-Default client-error-not-found: No default printer E [10/Jul/2006:16:44:35 -0400] CUPS-Get-Printers client-error-not-found: No destinations added. E [10/Jul/2006:16:44:38 -0400] CUPS-Get-Printers client-error-not-found: No destinations added. E [10/Jul/2006:16:45:18 -0400] CUPS-Get-Default client-error-not-found: No default printer E [10/Jul/2006:16:45:18 -0400] CUPS-Get-Classes client-error-not-found: No destinations added. E [10/Jul/2006:16:45:20 -0400] CUPS-Get-Printers client-error-not-found: No destinations added. E [10/Jul/2006:16:46:28 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:46:30 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:47:36 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:47:41 -0400] CUPS-Get-Default client-error-not-found: No default printer E [10/Jul/2006:16:47:47 -0400] CUPS-Set-Default: Unauthorized E [10/Jul/2006:16:47:49 -0400] CUPS-Set-Default: Unauthorized E [10/Jul/2006:16:50:40 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:50:40 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:50:57 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:55:46 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:56:08 -0400] CUPS-Add-Modify-Printer: Unauthorized E [10/Jul/2006:16:56:32 -0400] CUPS-Add-Modify-Printer: Unauthorized my printers.conf file is in /usr/local/etc/cups, is this the correct directory for it? EJC www.only7bucks.com --------------------------------- Yahoo! Search Música para ver e ouvir: You're Beautiful, do James Blunt From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 22:05:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E8E16A4DD for ; Mon, 10 Jul 2006 22:05:54 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF0343D46 for ; Mon, 10 Jul 2006 22:05:53 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id 5C88E9DA41 for ; Mon, 10 Jul 2006 18:05:53 -0400 (EDT) Received: from [192.168.1.100] (pool-71-247-69-178.nycmny.east.verizon.net [71.247.69.178]) by mailspool2.panix.com (Postfix) with ESMTP id 155E1C80660 for ; Mon, 10 Jul 2006 18:05:52 -0400 (EDT) Message-ID: <44B2CF3B.1090902@tania.servebbs.org> Date: Mon, 10 Jul 2006 18:05:47 -0400 From: Bob User-Agent: Thunderbird 1.5 (X11/20060628) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44B204AA.6000208@tania.servebbs.org> <44veq5gutx.fsf@be-well.ilk.org> In-Reply-To: <44veq5gutx.fsf@be-well.ilk.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=B2BF9879 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: A Library Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 22:05:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lowell Gilbert wrote: > > What actual Java-related ports do you have installed? Thanks Lowell! I have installed linux-sun-jdk14 and linux-blackdown-jdk14 Hmmmm.... looking back into the ports tree I see: jdk14 Described as: "This is the latest patchset from the Java 2 FreeBSD porting project. This port allows you to easily build a native JDK1.4.2 for FreeBSD." This is the "Native" Port??? If so, I need to make deinstall both of the JDKs and install this one! Yes? If so, this is where I screwed up.... And now that I think about it, I originally tried to make /usr/ports/java/jdk14, but the compile bombed, so I then went to the linux-* javas.... Silly me :-( Best Regards Bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEss86AexE5bK/mHkRAg4+AJ4pwzma2O586wIcAKy+2EWMXhA+XwCfdAx6 GHwVXWfuOIV9MQuJO9esCZA= =hFsF -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 22:38:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AFE16A59C for ; Mon, 10 Jul 2006 22:38:53 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D3643D46 for ; Mon, 10 Jul 2006 22:38:52 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id AF0CE3132A; Mon, 10 Jul 2006 18:38:51 -0400 (EDT) Date: Mon, 10 Jul 2006 18:38:51 -0400 (EDT) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Sanity-check for my (working) ipfw rules please... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 22:38:53 -0000 My individual hosts have a set of firewall rules on each of them that looks like this: /sbin/ipfw add 00010 allow ip from any to any via lo0 /sbin/ipfw add 00020 deny ip from any to 127.0.0.0/8 /sbin/ipfw add 00100 count ip from any to any via em0 in /sbin/ipfw add 00100 count ip from any to any via em0 out /sbin/ipfw add 01000 allow tcp from any to any established /sbin/ipfw add 01010 deny tcp from any to any tcpflags syn tcpoptions !mss /sbin/ipfw add 01011 deny icmp from any to any icmptypes 4,5,9,10,12,13,14,15,16,17,18 /sbin/ipfw add 01012 deny tcp from any to any tcpflags syn,fin /sbin/ipfw add 01013 deny tcp from any to any tcpflags fin,psh,rst,urg /sbin/ipfw add 02001 allow udp from 10.10.10.10 to any 53 /sbin/ipfw add 02002 allow udp from any 53 to 10.10.10.10 /sbin/ipfw add 02003 allow tcp from any to 10.10.10.10 21,22,80,443 setup /sbin/ipfw add 02009 deny ip from any to 10.10.10.10 Easy. Some standard loopback lines, count traffic on the interface, allow established, block out obvious offedners (xmas tree, syn/fin, etc.) and then open up the ports I need and block everything else. Easy. It works great. Two questions: is it appropriate to have line 01000 above all of my bad-behavior lines ? That is, by allowing all established, is it possible that some of those bad tcp packetrs could be let in before they hit my bad-behavior block of ipfw rules ? Or are all of those bad behaviors inconsistent with being an established tcp session ? Second, are there any other bad-behavior blocks I should put into my list? Thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 22:44:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D64A16A4E7 for ; Mon, 10 Jul 2006 22:44:48 +0000 (UTC) (envelope-from beech@alaskaparadise.com) Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net [65.74.103.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F2F243D68 for ; Mon, 10 Jul 2006 22:44:43 +0000 (GMT) (envelope-from beech@alaskaparadise.com) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 2FB7C430C; Mon, 10 Jul 2006 14:44:43 -0800 (AKDT) From: Beech Rintoul Organization: Alaska Paradise To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 14:44:23 -0800 User-Agent: KMail/1.9.3 References: <001701c6a454$ad756d40$d51a2cd0@lisac> <20060710194312.GC3260@osiris.chen.org.nz> <002701c6a468$91f20830$d51a2cd0@lisac> In-Reply-To: <002701c6a468$91f20830$d51a2cd0@lisac> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart14416397.nSnEV0VeGW"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200607101444.41651.beech@alaskaparadise.com> Cc: Lisa Casey Subject: Re: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 22:44:48 -0000 --nextPart14416397.nSnEV0VeGW Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 10 July 2006 13:34, Lisa Casey wrote: > ----- Original Message ----- > From: "Jonathan Chen" > To: "Lisa Casey" > Cc: > Sent: Monday, July 10, 2006 3:43 PM > Subject: Re: Bind problem > > > Did you remember to add: > > > > named_program=3D"/usr/local/sbin/named" > > > > to /etc/rc.conf? > > Yes. /etc/rc.conf has the following lines for named: > > named_enable=3D"YES" > named_program=3D"/usr/local/sbin/named" > named_flags=3D"-u bind -g bind -c /etc/namedb/named.conf" > > > Lisa Casey Bind 9 doesn't use the -g flag in the same way bind 8 used to. =46rom named(8) =2Dg Run the server in the foreground and force all logging to stderr. Try dropping the -g bind flag from rc.conf I remember having a similar problem a while back when I switched to bind9. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com /"\ ASCII Ribbon Campaign | Alaska Paradise \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com =2D------------------------------------------------------------------------= =2D------------- --nextPart14416397.nSnEV0VeGW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBEsthZp5D0B1NlT4URAuaSAJ9PRa7KofGxEJRZG/5PCfbfAewDoACfcg5i R0svq19ayrrjDqUT9FwEd60= =L4CU -----END PGP SIGNATURE----- --nextPart14416397.nSnEV0VeGW-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 23:09:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 718DD16A4DA for ; Mon, 10 Jul 2006 23:09:02 +0000 (UTC) (envelope-from dinom@balstonresearch.com) Received: from rwcrmhc14.comcast.net (rwcrmhc14.comcast.net [216.148.227.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ECE143D46 for ; Mon, 10 Jul 2006 23:09:01 +0000 (GMT) (envelope-from dinom@balstonresearch.com) Received: from [192.168.2.100] (c-68-36-86-171.hsd1.nj.comcast.net[68.36.86.171]) by comcast.net (rwcrmhc14) with ESMTP id <20060710230901m14009f7m2e>; Mon, 10 Jul 2006 23:09:01 +0000 From: Constantino Michailidis To: freebsd-questions@freebsd.org Date: Mon, 10 Jul 2006 19:08:52 -0400 User-Agent: KMail/1.9.3 References: <20060710184210.1876316A4FB@hub.freebsd.org> In-Reply-To: <20060710184210.1876316A4FB@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607101908.52435.dinom@balstonresearch.com> Cc: shinjii@virusinfo.rdksupportinc.com Subject: RE: Error Upgrading PHP5-pcre X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 23:09:02 -0000 On Monday 10 July 2006 14:42, Warren Liddell wrote: > im Running FreeBSD 6.1-STABLE and the last week or more i have had proble= ms > trying to upgrade this port .. below is the full work up fo trying to > install the package manually from the ports. =A0Any assistance into whats > happening would be appreciated. Building php5-pcre-5.1.4 goes smoothly for me. Sounds like your build=20 environment is mucked up. I presume you at least did a 'make clean' first,= =20 perhaps 'make distclean' too? I assume you cvsup'd your ports? Anyway, you may have better luck installing via package until you can find = out=20 what's going wrong w/ your build procedure. For example, assuming you=20 have 'portupgrade' installed: $sudo portupgrade -NP devel/php5-pcre Wishes, Dino =2D-=20 Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there. -- Josh Billings From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 23:14:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C14416A5F1 for ; Mon, 10 Jul 2006 23:14:16 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED6543D45 for ; Mon, 10 Jul 2006 23:14:15 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 37BAD60EB; Mon, 10 Jul 2006 19:14:15 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VMXqTSZrdc8o; Mon, 10 Jul 2006 19:14:13 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id A63905D00; Mon, 10 Jul 2006 19:14:12 -0400 (EDT) Message-ID: <44B2DF3B.6010303@mac.com> Date: Mon, 10 Jul 2006 19:14:03 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Ensel Sharon 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: Sanity-check for my (working) ipfw rules please... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 23:14:16 -0000 Ensel Sharon wrote: [ ... ] > Two questions: is it appropriate to have line 01000 above all of my > bad-behavior lines ? "established" means "ACK and not SYN", basicly. Your "bad behavior" rules wouldn't really match anything which matches established, but it's probably better to block known-bad stuff earlier on. However, it's not the same thing as stateful tracking, which you might want to consider using depending on what you're doing... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 23:18:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F8E616A4DA for ; Mon, 10 Jul 2006 23:18:56 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D935443D49 for ; Mon, 10 Jul 2006 23:18:51 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k6ANIYFq023860; Mon, 10 Jul 2006 18:18:34 -0500 (CDT) Message-Id: <6.0.0.22.2.20060710181656.025a9148@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 10 Jul 2006 18:18:24 -0500 To: "Lisa Casey" , From: Derek Ragona In-Reply-To: <002701c6a468$91f20830$d51a2cd0@lisac> References: <001701c6a454$ad756d40$d51a2cd0@lisac> <20060710194312.GC3260@osiris.chen.org.nz> <002701c6a468$91f20830$d51a2cd0@lisac> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 23:18:56 -0000 The installed bind is not in /usr/local/bin that is where the port is installed. You might want to do a: # which bind and set rc.conf to the right value for the program. -Derek At 04:34 PM 7/10/2006, Lisa Casey wrote: >----- Original Message ----- From: "Jonathan Chen" >To: "Lisa Casey" >Cc: >Sent: Monday, July 10, 2006 3:43 PM >Subject: Re: Bind problem > > >>Did you remember to add: >> named_program="/usr/local/sbin/named" >>to /etc/rc.conf? > >Yes. /etc/rc.conf has the following lines for named: > >named_enable="YES" >named_program="/usr/local/sbin/named" >named_flags="-u bind -g bind -c /etc/namedb/named.conf" > > >Lisa Casey > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 23:28:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5708C16A4DA for ; Mon, 10 Jul 2006 23:28:12 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A41243D49 for ; Mon, 10 Jul 2006 23:28:11 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail32.nyc.untd.com (webmail32.nyc.untd.com [10.141.27.172]) by smtpout02.nyc.untd.com with SMTP id AABCMF2UTAASNVDS for (sender ); Mon, 10 Jul 2006 16:27:13 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRMRu80e+pIBHwj+i9Sa5izdthG+s+FMKwQ== Received: (from gs_stoller@juno.com) by webmail32.nyc.untd.com (jqueuemail) id LUX3A8TK; Mon, 10 Jul 2006 16:27:05 PDT Received: from [67.84.52.37] by webmail32.nyc.untd.com with HTTP: Mon, 10 Jul 2006 23:26:51 GMT X-Originating-IP: [67.84.52.37] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Mon, 10 Jul 2006 23:26:51 GMT To: freebsd-questions@freebsd.org X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060710.162705.3453.309952@webmail32.nyc.untd.com> X-ContentStamp: 2:3:3487990811 X-UNTD-Peer-Info: 10.141.27.172|webmail32.nyc.untd.com|webmail32.nyc.untd.com|gs_stoller@juno.com Subject: CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 23:28:12 -0000 I can read from my CDROM under Windows 98 , but when I try = to read from it under FreeBSD 4.3 I get told that the device is busy. My presumption is that either part of the device driver is corrupted, = or there is some status data kept long time that is never reset but it = tells the system that the device is busy. What can I do to resolve the difficulty? If I need a new copy = of the device driver, where can I get it (do I need to know the type of CDROM that I have, I believe it is ATAPI )? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 23:48:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA84D16A4DA for ; Mon, 10 Jul 2006 23:48:53 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3810043D45 for ; Mon, 10 Jul 2006 23:48:53 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net [24.53.251.44]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Mon, 10 Jul 2006 19:48:52 -0400 id 00056415.44B2E764.000028F2 Date: Mon, 10 Jul 2006 19:48:50 -0400 From: Bill Moran To: "gs_stoller@juno.com" Message-Id: <20060710194850.07add928.wmoran@collaborativefusion.com> In-Reply-To: <20060710.162705.3453.309952@webmail32.nyc.untd.com> References: <20060710.162705.3453.309952@webmail32.nyc.untd.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 23:48:53 -0000 "gs_stoller@juno.com" wrote: > I can read from my CDROM under Windows 98 , but when I try > to read from it under FreeBSD 4.3 I get told that the device is busy. > My presumption is that either part of the device driver is corrupted, > or there is some status data kept long time that is never reset but it > tells the system that the device is busy. > What can I do to resolve the difficulty? If I need a new copy > of the device driver, where can I get it (do I need to know the type of > CDROM that I have, I believe it is ATAPI )? You can start by describing _exactly_ what you are doing and the _exact_ results. Cut and paste of a session demonstrating the problem would be good. -- Bill Moran Sometimes I think I'm stupid. The rest of the time I'm sure of it. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 00:19:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDF416A4DE for ; Tue, 11 Jul 2006 00:19:46 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD3843D45 for ; Tue, 11 Jul 2006 00:19:45 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail1.panix.com (Postfix) with ESMTP id 37F8058878 for ; Mon, 10 Jul 2006 20:19:45 -0400 (EDT) Received: from [192.168.1.100] (pool-71-247-69-178.nycmny.east.verizon.net [71.247.69.178]) by mailspool2.panix.com (Postfix) with ESMTP id 1AE26C80660 for ; Mon, 10 Jul 2006 20:19:44 -0400 (EDT) Message-ID: <44B2EE9B.4030303@tania.servebbs.org> Date: Mon, 10 Jul 2006 20:19:39 -0400 From: Bob User-Agent: Thunderbird 1.5 (X11/20060628) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44B204AA.6000208@tania.servebbs.org> <44veq5gutx.fsf@be-well.ilk.org> In-Reply-To: <44veq5gutx.fsf@be-well.ilk.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=B2BF9879 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: A Library Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 00:19:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OK... I deinstalled both of the linux JDKs, and am now watching the "native" jdk compile. Strange, how it needs to fetch stuff from the sun-linux install :-( So, when I get a proper JDK, I will link the libjavaplugin_oji.so to /usr/X11R6/lib/browser_plugins. What is the puropse of these directories? /usr/X11R6/lib/firefox/plugins/ /usr/X11R6/lib/mozilla/plugins/ /usr/X11R6/lib/seamonkey/plugins/ Is the plugin hierarchy ?? 1: $HOME/mozilla/plugins [user specific over-ride] 2: /usr/X11R6/lib/browser_plugins [system wide default] 3: /usr/X11R6/lib//plugins/ [specific browser default] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEsu6aAexE5bK/mHkRAnm+AJ9zzwA+8PzFtAGBY7fGfvGhId7MvACdHT4A TokEkgsCrEYtWaErUiNKkyw= =6HIu -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 00:56:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E60416A4E0 for ; Tue, 11 Jul 2006 00:56:15 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60020.mail.yahoo.com (web60020.mail.yahoo.com [209.73.178.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D11743D46 for ; Tue, 11 Jul 2006 00:56:14 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 36127 invoked by uid 60001); 11 Jul 2006 00:56:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=0U0ZBL8qHh6LG1xZGogos+RzaQdazCuZnwMV6L433ufvOmvja2XkDXVZINGZ2mhlFlvGgtwIQ6I87gF+1ORu+p5c0A9AfyYBn3RG1pHceHizzoAAVmREE+Md62ldSE5Evy5ZtClKgMekqmrx/u9tHSxE85oRnneZIommX9WRl68= ; Message-ID: <20060711005614.36125.qmail@web60020.mail.yahoo.com> Received: from [66.131.121.105] by web60020.mail.yahoo.com via HTTP; Mon, 10 Jul 2006 20:56:14 EDT Date: Mon, 10 Jul 2006 20:56:14 -0400 (EDT) From: Peter To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 00:56:15 -0000 Hi, I am running 5.4-STABLE and I would like to have better resolution (more lines and columns) when I boot into console. I used to be able to issue a command once there but I have forgotten that command. I remember trying to allude to it via rc.conf or a startup file (rc.local?) but it did not work. It seems to me that I needed the following in my rc.conf as a pre-requisite: font8x8="iso-8x8.fnt" font8x14="iso-8x14.fnt" font8x16="iso-8x16.fnt" So does anyone know how I can automatically get smaller fonts in my console? Thanks, Peter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 01:03:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C44F16A4DE for ; Tue, 11 Jul 2006 01:03:32 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay2.av-mx.com (relay2.av-mx.com [137.118.16.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10EC743D45 for ; Tue, 11 Jul 2006 01:03:31 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay2.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 325699804 for freebsd-questions@freebsd.org; Mon, 10 Jul 2006 21:03:31 -0400 Received: (qmail 8500 invoked from network); 11 Jul 2006 01:03:30 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 11 Jul 2006 01:03:30 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B2F8E0.9030708@ywave.com> Date: Mon, 10 Jul 2006 18:03:28 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: "E. J. Cerejo" References: <20060710214612.49227.qmail@web61012.mail.yahoo.com> In-Reply-To: <20060710214612.49227.qmail@web61012.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: CUPS Woes Woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 01:03:32 -0000 E. J. Cerejo wrote: > > > */Micah /* escreveu: > > E. J. Cerejo wrote: > > This is weird, I configure a printer and I'm able to print a test > page and I then close the browser and try to print and I get a quick > popup window saying "Starting with CUPS" but nothing happens it > won't print. I Open firefox again and go back to printer > administration and the printer I just configured is not there, so I > configure it again giving it the same name and when I try to print a > test page it gives me this error: "Quota limit reached" and printer > disappears again from the printer management page again. Now if I > configure another printer with a different name it will print a test > page but if I try to print from another application it will not > print I just get that same popup window saying "Starting with cups" > and if I close firefox and then go back there again the printer is > not there. I'm running the latest cups on the ports tree 1.2.0 and > FBSD6.1. > > > > My printers.conf file looks like this > > > > > > Info HP Officejet 4315 > > Location home > > DeviceURI usb:/dev/unlpt0 > > State Idle > > StateTime 1152564753 > > Accepting Yes > > Shared Yes > > JobSheets none none > > QuotaPeriod 0 > > PageLimit 0 > > KLimit 0 > > AllowUser webdude > > OpPolicy default > > ErrorPolicy stop-printer > > > > > > My rc.conf file kind looks like this: > > > > hpiod_enable="YES" > > hpssd_enable="YES" > > cupsd_enable="YES" > > devfs_system_ruleset="system" > > > > My devfs.rules file looks like this: > > > > # HP drivers rules > > # > > [system=10] > > add path 'ugen*' group operator > > add path 'ugen*' mode 0660 > > add path 'unlpt*' mode 0660 group cups > > add path 'ulpt*' mode 0660 group cups > > > > > > > > > > > > EJC > > www.only7bucks.com > > Could you check /var/logs/cups/error_log for errors? A quick 'grep "^E" > error_log' will show just the errors, but not what's going on around it. > > - Micah > > > Here's today's errors: > > E [10/Jul/2006:16:12:21 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:12:23 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:12:23 -0400] CUPS-Add-Modify-Printer > server-error-internal-error: Unable to copy PPD file! > E [10/Jul/2006:16:12:54 -0400] Print-Job client-error-not-possible: > Quota limit reached. > E [10/Jul/2006:16:13:07 -0400] CUPS-Delete-Printer: Unauthorized > E [10/Jul/2006:16:13:07 -0400] Unable to save printers.conf - No such > file or directory > E [10/Jul/2006:16:13:07 -0400] Unable to restore printers.conf - No such > file or directory > E [10/Jul/2006:16:44:31 -0400] CUPS-Get-Printers client-error-not-found: > No destinations added. > E [10/Jul/2006:16:44:35 -0400] CUPS-Get-Default client-error-not-found: > No default printer > E [10/Jul/2006:16:44:35 -0400] CUPS-Get-Printers client-error-not-found: > No destinations added. > E [10/Jul/2006:16:44:38 -0400] CUPS-Get-Printers client-error-not-found: > No destinations added. > E [10/Jul/2006:16:45:18 -0400] CUPS-Get-Default client-error-not-found: > No default printer > E [10/Jul/2006:16:45:18 -0400] CUPS-Get-Classes client-error-not-found: > No destinations added. > E [10/Jul/2006:16:45:20 -0400] CUPS-Get-Printers client-error-not-found: > No destinations added. > E [10/Jul/2006:16:46:28 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:46:30 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:47:36 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:47:41 -0400] CUPS-Get-Default client-error-not-found: > No default printer > E [10/Jul/2006:16:47:47 -0400] CUPS-Set-Default: Unauthorized > E [10/Jul/2006:16:47:49 -0400] CUPS-Set-Default: Unauthorized > E [10/Jul/2006:16:50:40 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:50:40 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:50:57 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:55:46 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:56:08 -0400] CUPS-Add-Modify-Printer: Unauthorized > E [10/Jul/2006:16:56:32 -0400] CUPS-Add-Modify-Printer: Unauthorized > > my printers.conf file is in /usr/local/etc/cups, is this the correct > directory for it? > > > EJC > www.only7bucks.com /usr/local/etc/cups is where mine is. I'm not seeing anything in the errors that stands out - but I'm not an expert. You might try changing loglevel to debug in cupsd.conf, restarting cups, and then trying to print. You should get more messages in error_log that may help. The messages that appear both before and after the actual errors might be helpful in diagnosing the problem. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 01:18:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 713AE16A4DA for ; Tue, 11 Jul 2006 01:18:44 +0000 (UTC) (envelope-from atom.powers@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8824143D5E for ; Tue, 11 Jul 2006 01:18:37 +0000 (GMT) (envelope-from atom.powers@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so3911331pyc for ; Mon, 10 Jul 2006 18:18:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P8CpplxBV6W92GxOtYgkMvOfv8oxE+jsZj2MbjA71xYvfXwqrz4aLexMtpFltTT93ZXY/C40fy62B4WKd8dgDzOS3koj5ryrcmwfz+Sdy4+ElvEgoTmIgSBG+mp4RfzPlQLd6M2+KMESk2r4uVP0mijlqehHbRCWW0NTrN0Y84c= Received: by 10.35.91.10 with SMTP id t10mr3358597pyl; Mon, 10 Jul 2006 18:18:36 -0700 (PDT) Received: by 10.35.110.6 with HTTP; Mon, 10 Jul 2006 18:18:36 -0700 (PDT) Message-ID: Date: Mon, 10 Jul 2006 18:18:36 -0700 From: "Atom Powers" To: Peter In-Reply-To: <20060711005614.36125.qmail@web60020.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060711005614.36125.qmail@web60020.mail.yahoo.com> Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 01:18:44 -0000 On 7/10/06, Peter wrote: > So does anyone know how I can automatically get smaller fonts in my > console? > This is the best I was able to do without loading the vesa driver, which I haven't bothered to do since it's "just" a server. cat /etc/rc.conf #Terminal settings keymap="us.dvorak" font8x14="iso-8x14" font8x16="iso-8x16" font8x8="iso-8x8" allscreens_flags="80x30" -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 01:30:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB6616A4DD for ; Tue, 11 Jul 2006 01:30:53 +0000 (UTC) (envelope-from coldlostsick@yahoo.com.sg) Received: from locke.asmallorange.com (locke.asmallorange.com [63.247.68.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B49B43D4C for ; Tue, 11 Jul 2006 01:30:53 +0000 (GMT) (envelope-from coldlostsick@yahoo.com.sg) Received: from [210.80.159.252] (port=64893 helo=[127.0.0.1]) by locke.asmallorange.com with esmtpa (Exim 4.52) id 1G075E-0005c3-Kp; Mon, 10 Jul 2006 21:30:41 -0400 Message-ID: <44B2FF42.40908@yahoo.com.sg> Date: Tue, 11 Jul 2006 09:30:42 +0800 From: Stubborn User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Peter References: <20060711005614.36125.qmail@web60020.mail.yahoo.com> In-Reply-To: <20060711005614.36125.qmail@web60020.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - locke.asmallorange.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - yahoo.com.sg X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 01:30:53 -0000 Peter wrote: > Hi, I am running 5.4-STABLE and I would like to have better resolution > (more lines and columns) when I boot into console. I used to be able > to issue a command once there but I have forgotten that command. I > remember trying to allude to it via rc.conf or a startup file > (rc.local?) but it did not work. It seems to me that I needed the > following in my rc.conf as a pre-requisite: > > font8x8="iso-8x8.fnt" > font8x14="iso-8x14.fnt" > font8x16="iso-8x16.fnt" > > So does anyone know how I can automatically get smaller fonts in my > console? > > Thanks, > > Peter > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Hi Peter, You need to recompile your kernel with below options VESA You need to include these in your rc.conf allscreens_flags="132x25" This is what i did for my FreeBSD box. Regards, Stubborn http://www.detest.org http://www.coldlostsick.net From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 01:35:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ABFD16A4DA for ; Tue, 11 Jul 2006 01:35:27 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60012.mail.yahoo.com (web60012.mail.yahoo.com [209.73.178.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A4FB43D86 for ; Tue, 11 Jul 2006 01:35:15 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 55266 invoked by uid 60001); 11 Jul 2006 01:35:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=P2flYdpShtq9ajZAA1AooVxOxpGJDp6DkYng7htBZL3WoppQwtjJF2GL7vF27ta66Cz1nJAJWIRw5J3KrnNKIaCkwbmQNTpRjVJYLWT8+3PfFonGDAww65Di2vdkaAPaGRZ3WnfVVz/HwLH4fmx15C7HGx3z+HVdI520nkjC+J8= ; Message-ID: <20060711013514.55264.qmail@web60012.mail.yahoo.com> Received: from [66.131.121.105] by web60012.mail.yahoo.com via HTTP; Mon, 10 Jul 2006 21:35:14 EDT Date: Mon, 10 Jul 2006 21:35:14 -0400 (EDT) From: Peter To: Atom Powers In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 01:35:27 -0000 --- Atom Powers wrote: > On 7/10/06, Peter wrote: > > So does anyone know how I can automatically get smaller fonts in my > > console? > > > > This is the best I was able to do without loading the vesa driver, > which I haven't bothered to do since it's "just" a server. > > cat /etc/rc.conf > #Terminal settings > keymap="us.dvorak" > font8x14="iso-8x14" > font8x16="iso-8x16" > font8x8="iso-8x8" > allscreens_flags="80x30" How do I load the VESA driver? A basic google indicates this is somewhat experimental. Is this true? I remember the command I used in the past to manually change to smaller fonts: $ vidcontrol 80x50 In the absence of anything better (VESA?), how can I automate this upon boot time? I remember using "allscreens_flags=80x50" but it didn't work. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 10 13:44:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A26F16A4DA; Mon, 10 Jul 2006 13:44:59 +0000 (UTC) (envelope-from online@mgedv.net) Received: from mail.mgedv.net (mail.mgedv.net [81.223.168.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC94C43D49; Mon, 10 Jul 2006 13:44:58 +0000 (GMT) (envelope-from online@mgedv.net) Received: from metis (sslint.my.loop [1.1.1.1]) by mail.my.loop (mgedv) with ESMTP id 49E4A457AF; Mon, 10 Jul 2006 15:44:57 +0200 (CEST) From: "mgEDV.net" To: Date: Mon, 10 Jul 2006 15:45:06 +0200 Message-ID: <000001c6a427$0de32e70$01010101@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcakJw0+bbgpA/eESqqPlTQaqL3x0A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailman-Approved-At: Tue, 11 Jul 2006 03:02:23 +0000 Cc: phk@FreeBSD.org Subject: mdconfig auto-detach parameter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 13:44:59 -0000 hi, if i have a configured md-device which is used for example as a fs-storage, would it make sense to implement a feature like auto-detach-on-last-close as in "geli detach -l "? regards.... From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 03:16:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F283416A4E0 for ; Tue, 11 Jul 2006 03:16:35 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E8A43D5D for ; Tue, 11 Jul 2006 03:16:34 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id 5816F3A37A; Tue, 11 Jul 2006 13:16:22 +1000 (EST) Date: Tue, 11 Jul 2006 13:16:21 +1000 From: Nick Withers To: Ensel Sharon Message-Id: <20060711131621.2826f0b5.nick@nickwithers.com> In-Reply-To: References: Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@freebsd.org Subject: Re: Sanity-check for my (working) ipfw rules please... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 03:16:36 -0000 On Mon, 10 Jul 2006 18:38:51 -0400 (EDT) Ensel Sharon wrote: > > My individual hosts have a set of firewall rules on each of them that > looks like this: > > > /sbin/ipfw add 00010 allow ip from any to any via lo0 > /sbin/ipfw add 00020 deny ip from any to 127.0.0.0/8 > > /sbin/ipfw add 00100 count ip from any to any via em0 in > /sbin/ipfw add 00100 count ip from any to any via em0 out Note the double-up of rule numbers here... Don't know if you care, but thought I'd point it out. > /sbin/ipfw add 01000 allow tcp from any to any established > > /sbin/ipfw add 01010 deny tcp from any to any tcpflags syn tcpoptions !mss > /sbin/ipfw add 01011 deny icmp from any to any icmptypes > 4,5,9,10,12,13,14,15,16,17,18 > /sbin/ipfw add 01012 deny tcp from any to any tcpflags syn,fin > /sbin/ipfw add 01013 deny tcp from any to any tcpflags fin,psh,rst,urg > > /sbin/ipfw add 02001 allow udp from 10.10.10.10 to any 53 > /sbin/ipfw add 02002 allow udp from any 53 to 10.10.10.10 > /sbin/ipfw add 02003 allow tcp from any to 10.10.10.10 21,22,80,443 setup > /sbin/ipfw add 02009 deny ip from any to 10.10.10.10 > > > Easy. Some standard loopback lines, count traffic on the interface, allow > established, block out obvious offedners (xmas tree, syn/fin, etc.) and > then open up the ports I need and block everything else. Easy. It works > great. > > Two questions: is it appropriate to have line 01000 above all of my > bad-behavior lines ? That is, by allowing all established, is it possible > that some of those bad tcp packetrs could be let in before they hit my > bad-behavior block of ipfw rules ? Or are all of those bad behaviors > inconsistent with being an established tcp session ? As Chuck Swiger pointed out in an earlier reply, you're probably better off moving the rule down below your naughty packet checking. > Second, are there any other bad-behavior blocks I should put into my list? How about: deny tcp from any to any tcpflags fin,urg,psh deny tcp from any to any tcpflags syn,fin,rst,ack deny tcp from any to any tcpflags '!syn,!fin,!ack' (rorted from a posting at http://support.daemonnews.org/viewtopic.php?p=846, I have to admit that I havent myself actually checked that these are correct and therefore don't use them myself) and deny all from 10.0.0.0/8 to any in via deny all from 203.219.206.72/30 to any in via deny all from any to 0.0.0.0/8 via deny all from any to 169.254.0.0/16 via deny all from any to 192.0.2.0/24 via deny all from any to 198.18.0.0/15 via deny all from any to 224.0.0.0/4 via deny all from any to 240.0.0.0/4 via deny all from any to 172.16.0.0 via deny all from any to 192.168.0.0/16 via deny all from 0.0.0.0/8 to any via deny all from 169.254.0.0/16 to any via deny all from 192.0.2.0/24 to any via deny all from 198.18.0.0/15 to any via deny all from 224.0.0.0/4 to any via deny all from 240.0.0.0/4 to any via deny all from 172.16.0.0 to any via deny all from 192.168.0.0/16 to any via > Thanks! -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 03:32:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7DDF16A4DE for ; Tue, 11 Jul 2006 03:32:44 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60022.mail.yahoo.com (web60022.mail.yahoo.com [209.73.178.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 52B0A43D4C for ; Tue, 11 Jul 2006 03:32:44 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 8022 invoked by uid 60001); 11 Jul 2006 03:32:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=U1TlcQA+hHU9gb4nZoxmKwOAHPRUjY/6oUsRfPelorDDYSEgv1Xta8qvnyA8bvnvqm7TTnszlbI6qEJNwY2gtssEDGYw/HBw1DZDWgRiQbHjwjVMUju7ZsplygFKURtC8OqhFm76VunZBXqZzpgHi9s8RQDpi6w6R/N0y/EHNTg= ; Message-ID: <20060711033243.8020.qmail@web60022.mail.yahoo.com> Received: from [66.131.121.105] by web60022.mail.yahoo.com via HTTP; Mon, 10 Jul 2006 23:32:43 EDT Date: Mon, 10 Jul 2006 23:32:43 -0400 (EDT) From: Peter To: Stubborn In-Reply-To: <44B2FF42.40908@yahoo.com.sg> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1999374288-1152588763=:7620" Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 03:32:45 -0000 --0-1999374288-1152588763=:7620 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline --- Stubborn wrote: > Peter wrote: > > Hi, I am running 5.4-STABLE and I would like to have better > resolution > > (more lines and columns) when I boot into console. I used to be > able > > to issue a command once there but I have forgotten that command. I > > remember trying to allude to it via rc.conf or a startup file > > (rc.local?) but it did not work. It seems to me that I needed the > > following in my rc.conf as a pre-requisite: > > > > font8x8="iso-8x8.fnt" > > font8x14="iso-8x14.fnt" > > font8x16="iso-8x16.fnt" > > > > So does anyone know how I can automatically get smaller fonts in my > > console? > You need to recompile your kernel with below > options VESA Allright, did that. > You need to include these in your rc.conf > allscreens_flags="132x25" I'm trying manually first and it's a "no go". This is the output of 'vidcontrol -i mode': 0 (0x000) 0x00000001 T 40x25 8x8 0xb8000 32k 32k 0x00000000 32k 1 (0x001) 0x00000001 T 40x25 8x8 0xb8000 32k 32k 0x00000000 32k 2 (0x002) 0x00000001 T 80x25 8x8 0xb8000 32k 32k 0x00000000 32k 3 (0x003) 0x00000001 T 80x25 8x8 0xb8000 32k 32k 0x00000000 32k 4 (0x004) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k 0x00000000 32k 5 (0x005) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k 0x00000000 32k 6 (0x006) 0x00000003 G 640x200x1 1 8x8 0xb8000 32k 32k 0x00000000 32k 13 (0x00d) 0x00000003 G 320x200x4 4 8x8 0xa0000 64k 64k 0x00000000 256k 14 (0x00e) 0x00000003 G 640x200x4 4 8x8 0xa0000 64k 64k 0x00000000 256k 16 (0x010) 0x00000003 G 640x350x2 2 8x14 0xa0000 64k 64k 0x00000000 128k 18 (0x012) 0x00000003 G 640x350x4 4 8x14 0xa0000 64k 64k 0x00000000 256k 19 (0x013) 0x00000001 T 40x25 8x14 0xb8000 32k 32k 0x00000000 32k 20 (0x014) 0x00000001 T 40x25 8x14 0xb8000 32k 32k 0x00000000 32k 21 (0x015) 0x00000001 T 80x25 8x14 0xb8000 32k 32k 0x00000000 32k 22 (0x016) 0x00000001 T 80x25 8x14 0xb8000 32k 32k 0x00000000 32k 23 (0x017) 0x00000001 T 40x25 8x16 0xb8000 32k 32k 0x00000000 32k 24 (0x018) 0x00000001 T 80x25 8x16 0xb8000 32k 32k 0x00000000 32k 26 (0x01a) 0x00000003 G 640x480x4 4 8x16 0xa0000 64k 64k 0x00000000 256k 27 (0x01b) 0x00000003 G 640x480x4 4 8x16 0xa0000 64k 64k 0x00000000 256k 28 (0x01c) 0x00000003 G 320x200x8 1 8x8 0xa0000 64k 64k 0x00000000 64k 30 (0x01e) 0x00000001 T 80x50 8x8 0xb8000 32k 32k 0x00000000 32k 32 (0x020) 0x00000001 T 80x30 8x16 0xb8000 32k 32k 0x00000000 32k 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k 0x00000000 32k 37 (0x025) 0x00000003 G 320x240x8 4 8x8 0xa0000 64k 64k 0x00000000 256k 112 (0x070) 0x00000000 T 80x43 8x8 0xb8000 32k 32k 0x00000000 32k 113 (0x071) 0x00000001 T 80x43 8x8 0xb8000 32k 32k 0x00000000 32k 256 (0x100) 0x0000000f G 640x400x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 257 (0x101) 0x0000000f G 640x480x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 258 (0x102) 0x0000000b G 800x600x4 4 8x16 0xa0000 64k 64k 0x00000000 262144k 259 (0x103) 0x0000000f G 800x600x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 260 (0x104) 0x0000000b G 1024x768x4 4 8x16 0xa0000 64k 64k 0x00000000 262144k 261 (0x105) 0x0000000f G 1024x768x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 262 (0x106) 0x0000000b G 1280x1024x4 4 8x16 0xa0000 64k 64k 0x00000000 262144k 263 (0x107) 0x0000000f G 1280x1024x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 270 (0x10e) 0x0000000f G 320x200x16 1 8x8 0xa0000 64k 64k 0xe0000000 262144k 271 (0x10f) 0x0000000f G 320x200x32 1 8x8 0xa0000 64k 64k 0xe0000000 262144k 273 (0x111) 0x0000000f G 640x480x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 274 (0x112) 0x0000000f G 640x480x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 276 (0x114) 0x0000000f G 800x600x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 277 (0x115) 0x0000000f G 800x600x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 279 (0x117) 0x0000000f G 1024x768x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 280 (0x118) 0x0000000f G 1024x768x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 282 (0x11a) 0x0000000f G 1280x1024x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 283 (0x11b) 0x0000000f G 1280x1024x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 304 (0x130) 0x0000000f G 320x200x8 1 8x8 0xa0000 64k 64k 0xe0000000 262144k 305 (0x131) 0x0000000f G 320x400x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 306 (0x132) 0x0000000f G 320x400x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 307 (0x133) 0x0000000f G 320x400x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 308 (0x134) 0x0000000f G 320x240x8 1 8x8 0xa0000 64k 64k 0xe0000000 262144k 309 (0x135) 0x0000000f G 320x240x16 1 8x8 0xa0000 64k 64k 0xe0000000 262144k 310 (0x136) 0x0000000f G 320x240x32 1 8x8 0xa0000 64k 64k 0xe0000000 262144k 317 (0x13d) 0x0000000f G 640x400x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 318 (0x13e) 0x0000000f G 640x400x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 325 (0x145) 0x0000000f G 1600x1200x8 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 326 (0x146) 0x0000000f G 1600x1200x16 1 8x16 0xa0000 64k 64k 0xe0000000 262144k 327 (0x147) 0x0000000f G 1400x1050x8 1 8x14 0xa0000 64k 64k 0xe0000000 262144k 328 (0x148) 0x0000000f G 1400x1050x16 1 8x14 0xa0000 64k 64k 0xe0000000 262144k 338 (0x152) 0x0000000f G 2048x1536x32 1 8x16 0xa0000 64k 64k 0xe0000000 262144k I am also attaching my dmesg output if that can help. Peter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --0-1999374288-1152588763=:7620 Content-Type: text/plain; name="dmesg.txt" Content-Description: 2784873370-dmesg.txt Content-Disposition: inline; filename="dmesg.txt" Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.5-PRERELEASE #0: Mon Jul 10 22:59:45 EDT 2006 super@sonata.lan.papamike.ca:/usr/obj/usr/src/sys/SONATA_6 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3000+ (2009.79-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0xfc0 Stepping = 0 Features=0x78bfbff AMD Features=0xe0500000 real memory = 1073676288 (1023 MB) avail memory = 1036931072 (988 MB) ACPI APIC Table: ioapic0 irqs 0-23 on motherboard npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf0-0xcf3,0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf1ffffff at device 0.0 on pci0 agp0: Unable to find NVIDIA Memory Controller 1. device_attach: agp0 attach returned 19 isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) ohci0: mem 0xf6003000-0xf6003fff irq 22 at device 2.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 4 ports with 4 removable, self powered ohci1: mem 0xf6004000-0xf6004fff irq 21 at device 2.1 on pci0 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 4 ports with 4 removable, self powered ehci0: mem 0xf6005000-0xf60050ff irq 20 at device 2.2 on pci0 usb2: EHCI version 1.0 usb2: companion controllers, 4 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 8 ports with 8 removable, self powered pcm0: port 0xe000-0xe07f,0xdc00-0xdcff mem 0xf6001000-0xf6001fff irq 22 at device 6.0 on pci0 pcm0: atapci0: port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 8.0 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pcib1: at device 11.0 on pci0 pci1: on pcib1 nvidia0: mem 0xe0000000-0xefffffff,0xf2000000-0xf2ffffff irq 16 at device 0.0 on pci1 pcib2: at device 14.0 on pci0 ACPI link \\_SB_.PCI0.APC3 has invalid initial irq 5, ignoring ACPI link \\_SB_.PCI0.APC4 has invalid initial irq 11, ignoring pci2: on pcib2 skc0: port 0xc000-0xc0ff mem 0xf5000000-0xf5003fff irq 19 at device 11.0 on pci2 skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9) sk0: on skc0 sk0: Ethernet address: 00:0f:ea:ec:f1:4e miibus0: on sk0 e1000phy0: on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto fwohci0: mem 0xf5004000-0xf5007fff,0xf5008000-0xf50087ff irq 18 at device 14.0 on pci2 fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:0f:ea:00:00:e6:1f:80 fwohci0: Phy 1394a available S400, 3 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 sbp0: on firewire0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:0f:ea:e6:1f:80 fwe0: Ethernet address: 02:0f:ea:e6:1f:80 fwe0: if_start running deferred for Giant fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcf7ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: Logitech USB Receiver, rev 1.10/9.10, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. Timecounter "TSC" frequency 2009791726 Hz quality 800 Timecounters tick every 10.000 msec ad0: 38166MB [77545/16/63] at ata0-master UDMA100 ata1-slave: DMA limited to UDMA33, non-ATA66 cable or device acd0: CDROM at ata1-master UDMA33 acd1: DVDR at ata1-slave UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present cd1 at ata1 bus 0 target 1 lun 0 cd1: Removable CD-ROM SCSI-0 device cd1: 33.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present Mounting root from ufs:/dev/ad0s3a --0-1999374288-1152588763=:7620-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 03:37:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D4CE16A4DD for ; Tue, 11 Jul 2006 03:37:27 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [202.89.146.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D194343D46 for ; Tue, 11 Jul 2006 03:37:26 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 1772B5643B; Tue, 11 Jul 2006 15:37:25 +1200 (NZST) Date: Tue, 11 Jul 2006 15:37:25 +1200 From: Jonathan Chen To: Bob Message-ID: <20060711033725.GB4809@osiris.chen.org.nz> References: <44B204AA.6000208@tania.servebbs.org> <44veq5gutx.fsf@be-well.ilk.org> <44B2CF3B.1090902@tania.servebbs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B2CF3B.1090902@tania.servebbs.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: A Library Issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 03:37:27 -0000 On Mon, Jul 10, 2006 at 06:05:47PM -0400, Bob wrote: > "This is the latest patchset from the Java 2 FreeBSD porting project. > This port allows you to easily build a native JDK1.4.2 for FreeBSD." > > This is the "Native" Port??? Yes. > If so, I need to make deinstall both of the JDKs and install this one! Yes? Don't. The native port makes use of the Linux-JDKs to bootstrap the compilation. Once the native JDK is installed, you can safely remove the linux-emulated JDKs. The port will make links to any installed browswer for you as well. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 03:42:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A5AA16A4DD for ; Tue, 11 Jul 2006 03:42:43 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7831A43D45 for ; Tue, 11 Jul 2006 03:42:42 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id C414B3AAA6; Tue, 11 Jul 2006 13:42:31 +1000 (EST) Date: Tue, 11 Jul 2006 13:42:31 +1000 From: Nick Withers To: user@dhp.com Message-Id: <20060711134231.903ad3bb.nick@nickwithers.com> In-Reply-To: <20060711131621.2826f0b5.nick@nickwithers.com> References: <20060711131621.2826f0b5.nick@nickwithers.com> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@freebsd.org Subject: Re: Sanity-check for my (working) ipfw rules please... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 03:42:43 -0000 On Tue, 11 Jul 2006 13:16:21 +1000 Nick Withers wrote: > On Mon, 10 Jul 2006 18:38:51 -0400 (EDT) > Ensel Sharon wrote: > > > > > My individual hosts have a set of firewall rules on each of them that > > looks like this: (snip) > > Second, are there any other bad-behavior blocks I should put into my list? > > How about: > > deny tcp from any to any tcpflags fin,urg,psh > deny tcp from any to any tcpflags syn,fin,rst,ack > deny tcp from any to any tcpflags '!syn,!fin,!ack' > > (rorted from a posting at > http://support.daemonnews.org/viewtopic.php?p=846, I have to > admit that I havent myself actually checked that these are > correct and therefore don't use them myself) > > and > > deny all from 10.0.0.0/8 to any in via > deny all from 203.219.206.72/30 to any in via Sorry - 203.219.206.72/30 is the network address for my public interface. > deny all from any to 0.0.0.0/8 via > deny all from any to 169.254.0.0/16 via > deny all from any to 192.0.2.0/24 via > deny all from any to 198.18.0.0/15 via > deny all from any to 224.0.0.0/4 via > deny all from any to 240.0.0.0/4 via > deny all from any to 172.16.0.0 via > deny all from any to 192.168.0.0/16 via > > deny all from 0.0.0.0/8 to any via > deny all from 169.254.0.0/16 to any via > deny all from 192.0.2.0/24 to any via > deny all from 198.18.0.0/15 to any via > deny all from 224.0.0.0/4 to any via > deny all from 240.0.0.0/4 to any via > deny all from 172.16.0.0 to any via > deny all from 192.168.0.0/16 to any via ...and these actually probably aren't all that appropriate for your situation (i.e., internal client rules, rather than Internet <-> LAN router) > > Thanks! Hope this is at least vaguely useful, and sorry for any misleading / inappropriate information! -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 04:04:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8FE16A4DD for ; Tue, 11 Jul 2006 04:04:38 +0000 (UTC) (envelope-from coldlostsick@yahoo.com.sg) Received: from locke.asmallorange.com (locke.asmallorange.com [63.247.68.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEDCF43D49 for ; Tue, 11 Jul 2006 04:04:37 +0000 (GMT) (envelope-from coldlostsick@yahoo.com.sg) Received: from [210.80.159.252] (port=43031 helo=[127.0.0.1]) by locke.asmallorange.com with esmtpa (Exim 4.52) id 1G09UA-0001CH-Df; Tue, 11 Jul 2006 00:04:35 -0400 Message-ID: <44B3234B.3090708@yahoo.com.sg> Date: Tue, 11 Jul 2006 12:04:27 +0800 From: Stubborn User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Peter References: <20060711033243.8020.qmail@web60022.mail.yahoo.com> In-Reply-To: <20060711033243.8020.qmail@web60022.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - locke.asmallorange.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - yahoo.com.sg X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 04:04:39 -0000 Peter wrote: > --- Stubborn wrote: > > >> Peter wrote: >> >>> Hi, I am running 5.4-STABLE and I would like to have better >>> >> resolution >> >>> (more lines and columns) when I boot into console. I used to be >>> >> able >> >>> to issue a command once there but I have forgotten that command. I >>> remember trying to allude to it via rc.conf or a startup file >>> (rc.local?) but it did not work. It seems to me that I needed the >>> following in my rc.conf as a pre-requisite: >>> >>> font8x8="iso-8x8.fnt" >>> font8x14="iso-8x14.fnt" >>> font8x16="iso-8x16.fnt" >>> >>> So does anyone know how I can automatically get smaller fonts in my >>> console? >>> > > > >> You need to recompile your kernel with below >> options VESA >> > > Allright, did that. > > >> You need to include these in your rc.conf >> allscreens_flags="132x25" >> > > I'm trying manually first and it's a "no go". This is the output of > 'vidcontrol -i mode': > > 0 (0x000) 0x00000001 T 40x25 8x8 0xb8000 32k 32k > 0x00000000 32k > 1 (0x001) 0x00000001 T 40x25 8x8 0xb8000 32k 32k > 0x00000000 32k > 2 (0x002) 0x00000001 T 80x25 8x8 0xb8000 32k 32k > 0x00000000 32k > 3 (0x003) 0x00000001 T 80x25 8x8 0xb8000 32k 32k > 0x00000000 32k > 4 (0x004) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k > 0x00000000 32k > 5 (0x005) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k > 0x00000000 32k > 6 (0x006) 0x00000003 G 640x200x1 1 8x8 0xb8000 32k 32k > 0x00000000 32k > 13 (0x00d) 0x00000003 G 320x200x4 4 8x8 0xa0000 64k 64k > 0x00000000 256k > 14 (0x00e) 0x00000003 G 640x200x4 4 8x8 0xa0000 64k 64k > 0x00000000 256k > 16 (0x010) 0x00000003 G 640x350x2 2 8x14 0xa0000 64k 64k > 0x00000000 128k > 18 (0x012) 0x00000003 G 640x350x4 4 8x14 0xa0000 64k 64k > 0x00000000 256k > 19 (0x013) 0x00000001 T 40x25 8x14 0xb8000 32k 32k > 0x00000000 32k > 20 (0x014) 0x00000001 T 40x25 8x14 0xb8000 32k 32k > 0x00000000 32k > 21 (0x015) 0x00000001 T 80x25 8x14 0xb8000 32k 32k > 0x00000000 32k > 22 (0x016) 0x00000001 T 80x25 8x14 0xb8000 32k 32k > 0x00000000 32k > 23 (0x017) 0x00000001 T 40x25 8x16 0xb8000 32k 32k > 0x00000000 32k > 24 (0x018) 0x00000001 T 80x25 8x16 0xb8000 32k 32k > 0x00000000 32k > 26 (0x01a) 0x00000003 G 640x480x4 4 8x16 0xa0000 64k 64k > 0x00000000 256k > 27 (0x01b) 0x00000003 G 640x480x4 4 8x16 0xa0000 64k 64k > 0x00000000 256k > 28 (0x01c) 0x00000003 G 320x200x8 1 8x8 0xa0000 64k 64k > 0x00000000 64k > 30 (0x01e) 0x00000001 T 80x50 8x8 0xb8000 32k 32k > 0x00000000 32k > 32 (0x020) 0x00000001 T 80x30 8x16 0xb8000 32k 32k > 0x00000000 32k > 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k > 0x00000000 32k > 37 (0x025) 0x00000003 G 320x240x8 4 8x8 0xa0000 64k 64k > 0x00000000 256k > 112 (0x070) 0x00000000 T 80x43 8x8 0xb8000 32k 32k > 0x00000000 32k > 113 (0x071) 0x00000001 T 80x43 8x8 0xb8000 32k 32k > 0x00000000 32k > 256 (0x100) 0x0000000f G 640x400x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 257 (0x101) 0x0000000f G 640x480x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 258 (0x102) 0x0000000b G 800x600x4 4 8x16 0xa0000 64k 64k > 0x00000000 262144k > 259 (0x103) 0x0000000f G 800x600x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 260 (0x104) 0x0000000b G 1024x768x4 4 8x16 0xa0000 64k 64k > 0x00000000 262144k > 261 (0x105) 0x0000000f G 1024x768x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 262 (0x106) 0x0000000b G 1280x1024x4 4 8x16 0xa0000 64k 64k > 0x00000000 262144k > 263 (0x107) 0x0000000f G 1280x1024x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 270 (0x10e) 0x0000000f G 320x200x16 1 8x8 0xa0000 64k 64k > 0xe0000000 262144k > 271 (0x10f) 0x0000000f G 320x200x32 1 8x8 0xa0000 64k 64k > 0xe0000000 262144k > 273 (0x111) 0x0000000f G 640x480x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 274 (0x112) 0x0000000f G 640x480x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 276 (0x114) 0x0000000f G 800x600x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 277 (0x115) 0x0000000f G 800x600x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 279 (0x117) 0x0000000f G 1024x768x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 280 (0x118) 0x0000000f G 1024x768x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 282 (0x11a) 0x0000000f G 1280x1024x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 283 (0x11b) 0x0000000f G 1280x1024x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 304 (0x130) 0x0000000f G 320x200x8 1 8x8 0xa0000 64k 64k > 0xe0000000 262144k > 305 (0x131) 0x0000000f G 320x400x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 306 (0x132) 0x0000000f G 320x400x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 307 (0x133) 0x0000000f G 320x400x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 308 (0x134) 0x0000000f G 320x240x8 1 8x8 0xa0000 64k 64k > 0xe0000000 262144k > 309 (0x135) 0x0000000f G 320x240x16 1 8x8 0xa0000 64k 64k > 0xe0000000 262144k > 310 (0x136) 0x0000000f G 320x240x32 1 8x8 0xa0000 64k 64k > 0xe0000000 262144k > 317 (0x13d) 0x0000000f G 640x400x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 318 (0x13e) 0x0000000f G 640x400x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 325 (0x145) 0x0000000f G 1600x1200x8 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 326 (0x146) 0x0000000f G 1600x1200x16 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > 327 (0x147) 0x0000000f G 1400x1050x8 1 8x14 0xa0000 64k 64k > 0xe0000000 262144k > 328 (0x148) 0x0000000f G 1400x1050x16 1 8x14 0xa0000 64k 64k > 0xe0000000 262144k > 338 (0x152) 0x0000000f G 2048x1536x32 1 8x16 0xa0000 64k 64k > 0xe0000000 262144k > > I am also attaching my dmesg output if that can help. > > Peter > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ------------------------------------------------------------------------ > > Copyright (c) 1992-2006 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.5-PRERELEASE #0: Mon Jul 10 22:59:45 EDT 2006 > super@sonata.lan.papamike.ca:/usr/obj/usr/src/sys/SONATA_6 > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: AMD Athlon(tm) 64 Processor 3000+ (2009.79-MHz 686-class CPU) > Origin = "AuthenticAMD" Id = 0xfc0 Stepping = 0 > Features=0x78bfbff > AMD Features=0xe0500000 > real memory = 1073676288 (1023 MB) > avail memory = 1036931072 (988 MB) > ACPI APIC Table: > ioapic0 irqs 0-23 on motherboard > npx0: on motherboard > npx0: INT 16 interface > acpi0: on motherboard > acpi0: Power Button (fixed) > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 > cpu0: on acpi0 > acpi_button0: on acpi0 > pcib0: port 0xcf0-0xcf3,0xcf8-0xcff on acpi0 > pci0: on pcib0 > agp0: mem 0xf0000000-0xf1ffffff at device 0.0 on pci0 > agp0: Unable to find NVIDIA Memory Controller 1. > device_attach: agp0 attach returned 19 > isab0: at device 1.0 on pci0 > isa0: on isab0 > pci0: at device 1.1 (no driver attached) > ohci0: mem 0xf6003000-0xf6003fff irq 22 at device 2.0 on pci0 > usb0: OHCI version 1.0, legacy support > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 4 ports with 4 removable, self powered > ohci1: mem 0xf6004000-0xf6004fff irq 21 at device 2.1 on pci0 > usb1: OHCI version 1.0, legacy support > usb1: on ohci1 > usb1: USB revision 1.0 > uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 4 ports with 4 removable, self powered > ehci0: mem 0xf6005000-0xf60050ff irq 20 at device 2.2 on pci0 > usb2: EHCI version 1.0 > usb2: companion controllers, 4 ports each: usb0 usb1 > usb2: on ehci0 > usb2: USB revision 2.0 > uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub2: 8 ports with 8 removable, self powered > pcm0: port 0xe000-0xe07f,0xdc00-0xdcff mem 0xf6001000-0xf6001fff irq 22 at device 6.0 on pci0 > pcm0: > atapci0: port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 8.0 on pci0 > ata0: channel #0 on atapci0 > ata1: channel #1 on atapci0 > pcib1: at device 11.0 on pci0 > pci1: on pcib1 > nvidia0: mem 0xe0000000-0xefffffff,0xf2000000-0xf2ffffff irq 16 at device 0.0 on pci1 > pcib2: at device 14.0 on pci0 > ACPI link \\_SB_.PCI0.APC3 has invalid initial irq 5, ignoring > ACPI link \\_SB_.PCI0.APC4 has invalid initial irq 11, ignoring > pci2: on pcib2 > skc0: port 0xc000-0xc0ff mem 0xf5000000-0xf5003fff irq 19 at device 11.0 on pci2 > skc0: Marvell Yukon Lite Gigabit Ethernet rev. (0x9) > sk0: on skc0 > sk0: Ethernet address: 00:0f:ea:ec:f1:4e > miibus0: on sk0 > e1000phy0: on miibus0 > e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto > fwohci0: mem 0xf5004000-0xf5007fff,0xf5008000-0xf50087ff irq 18 at device 14.0 on pci2 > fwohci0: OHCI version 1.10 (ROM=1) > fwohci0: No. of Isochronous channels is 4. > fwohci0: EUI64 00:0f:ea:00:00:e6:1f:80 > fwohci0: Phy 1394a available S400, 3 ports. > fwohci0: Link S400, max_rec 2048 bytes. > firewire0: on fwohci0 > sbp0: on firewire0 > fwe0: on firewire0 > if_fwe0: Fake Ethernet address: 02:0f:ea:e6:1f:80 > fwe0: Ethernet address: 02:0f:ea:e6:1f:80 > fwe0: if_start running deferred for Giant > fwohci0: Initiate bus reset > fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode > firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) > firewire0: bus manager 0 (me) > fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > sio0: type 16550A > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 > sio1: type 16550A > ppc0: port 0x378-0x37f irq 7 on acpi0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > ppbus0: on ppc0 > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > atkbdc0: port 0x64,0x60 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > pmtimer0 on isa0 > orm0: at iomem 0xc0000-0xcf7ff on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > ums0: Logitech USB Receiver, rev 1.10/9.10, addr 2, iclass 3/1 > ums0: 5 buttons and Z dir. > Timecounter "TSC" frequency 2009791726 Hz quality 800 > Timecounters tick every 10.000 msec > ad0: 38166MB [77545/16/63] at ata0-master UDMA100 > ata1-slave: DMA limited to UDMA33, non-ATA66 cable or device > acd0: CDROM at ata1-master UDMA33 > acd1: DVDR at ata1-slave UDMA33 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 33.000MB/s transfers > cd0: Attempt to query device size failed: NOT READY, Medium not present > cd1 at ata1 bus 0 target 1 lun 0 > cd1: Removable CD-ROM SCSI-0 device > cd1: 33.000MB/s transfers > cd1: Attempt to query device size failed: NOT READY, Medium not present > Mounting root from ufs:/dev/ad0s3a > > ------------------------------------------------------------------------ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Peter, have you tried rebooting your box and put allscreens_flags="132x25" in your rc.conf? Regards, Stubborn http://www.detest.org http://www.coldlostsick.net From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 05:12:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12DE16A4DA for ; Tue, 11 Jul 2006 05:12:45 +0000 (UTC) (envelope-from marcus@blazingdot.com) Received: from marklar.blazingdot.com (marklar.blazingdot.com [207.154.84.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 95B7943D46 for ; Tue, 11 Jul 2006 05:12:45 +0000 (GMT) (envelope-from marcus@blazingdot.com) Received: (qmail 99876 invoked by uid 503); 11 Jul 2006 05:12:45 -0000 Date: Mon, 10 Jul 2006 22:12:45 -0700 From: Marcus Reid To: freebsd-questions@freebsd.org Message-ID: <20060711051245.GA99715@blazingdot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Coffee-Level: nearly-fatal User-Agent: Mutt/1.5.6i Subject: RSA SecurID soft tokens under 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, 11 Jul 2006 05:12:45 -0000 Hi, Does anyone use RSA SecurID soft tokens under FreeBSD? I'm writing a end-to-end monitoring app and will be needing to authenticate using SecurID, and have come up pretty empty-handed in my search for more info. Thanks, Marcus From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 05:24:37 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DED16A4E0 for ; Tue, 11 Jul 2006 05:24:37 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from piccollo.p6m7g8.net (c66-236-219-70.ip.panth.com [66.236.219.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id A095243D72 for ; Tue, 11 Jul 2006 05:24:32 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.210] (c-24-130-79-25.hsd1.ca.comcast.net [24.130.79.25]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.6/8.13.6) with ESMTP id k6B5OQGY008771 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 11 Jul 2006 01:24:27 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <44B3360F.9020800@p6m7g8.com> Date: Mon, 10 Jul 2006 22:24:31 -0700 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Thunderbird 1.5.0.4 (X11/20060627) MIME-Version: 1.0 To: dev@httpd.apache.org References: <44A88EBD.80407@p6m7g8.com> <44A8BB0E.6070004@force-elite.com> In-Reply-To: <44A8BB0E.6070004@force-elite.com> Content-Type: multipart/mixed; boundary="------------090202090103070406090102" Cc: questions@freebsd.org, dev@perl.apache.org Subject: Re: gdb in realloc(): error: junk pointer, too high to make sense on FreeBSD 5.2+ [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 05:24:37 -0000 This is a multi-part message in MIME format. --------------090202090103070406090102 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Paul Querna wrote: > Philip M. Gollucci wrote: >> Hi, >> >> 2 years ago, PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/68727 >> was filed about gdb itself segfaulting when trying to debug httpd. >> This PR hasn't seen any action AFAIK. Its been 2 years in the making........ GDB 6.5 works flawlessly with no local mods. I used the attached script to test with against perl 5.8.8 httpd 2.2.2(prefork) mod_perl trunk I'm going to work on creating ports/devel/gdb65 src/contrib/gdb (vendor import) pgollucci@home.p6m7g8.net /home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/mod_perl/r420729-5.8.8-2.0.58-prefork 22 5 0>./t/TEST -debug=gdb GNU gdb 6.5 Copyright (C) 2006 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-unknown-freebsd6.1"... [Mon Jul 10 22:19:41 2006] [info] 6 Apache2:: modules loaded [Mon Jul 10 22:19:41 2006] [info] 0 APR:: modules loaded [Mon Jul 10 22:19:41 2006] [info] base server + 30 vhosts ready to run tests [Mon Jul 10 22:19:43 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overla ps an earlier Alias. [Mon Jul 10 22:19:43 2006] [warn] The Alias directive in mod_perl at line 1 will probably never match because it overla ps an earlier Alias. THIS IS HUGE!!!! -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "In all that I've done wrong I know I must have done something right to deserve a hug every morning and butterfly kisses at night." --------------090202090103070406090102 Content-Type: text/plain; name="gdb.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb.sh" #!/bin/sh -x chdir /home/pgollucci/dev/dist fetch -mva http://ftp.gnu.org/gnu/gdb/gdb-6.5.tar.gz chdir /home/pgollucci/dev/src tar -xvzf ../dist/gdb-6.5.tar.gz mkdir -p /home/pgollucci/dev/src/gdb-6.5 /home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4 cp -R /home/pgollucci/dev/src/gdb-6.5 /home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4 chdir /home/pgollucci/dev/compile/freebsd-6.1-stable/3.4.4/gdb-6.5 ./configure \ --prefix=/usr/local/software/freebsd-6.1-stable/3.4.4/gdb/6.5 \ --enable-maintainer-mode make make install # tcsh: # setenv PATH /usr/local/software/freebsd-6.1-stable/3.4.4/gdb/6.5/bin:$PATH # rehash --------------090202090103070406090102-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 05:25:58 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2AD216A4DA for ; Tue, 11 Jul 2006 05:25:58 +0000 (UTC) (envelope-from scanmail@aztec.soft.net) Received: from azrel1.aztecsoft.com (azrel1.aztecsoft.com [164.164.151.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA90A43D77 for ; Tue, 11 Jul 2006 05:25:47 +0000 (GMT) (envelope-from scanmail@aztec.soft.net) Received: from azrel1.aztecsoft.com (localhost.localdomain [127.0.0.1]) by azrel1.aztecsoft.com (8.12.10/8.12.10) with ESMTP id k6B5SqpV008230 for ; Tue, 11 Jul 2006 10:58:52 +0530 From: scanmail@aztec.soft.net Received: from azindbaex01.aztec.soft (azindbaex01.aztecsoft.com [192.168.151.99])by azrel1.aztecsoft.com (8.12.10/8.12.10) with ESMTP id k6B5SpP6008216;Tue, 11 Jul 2006 10:58:51 +0530 Received: from mail pickup service by azindbaex01.aztec.soft with Microsoft SMTPSVC; Tue, 11 Jul 2006 11:00:53 +0530 thread-index: Acakqy1Eop6a/QY8QV2F+HacK0IkHg== Thread-Topic: [MailServer Notification]Attachment Blocking Notification To: Date: Tue, 11 Jul 2006 11:00:53 +0530 Message-ID: <518901c6a4ab$2d4446d0$6397a8c0@aztec.soft> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailer: Microsoft CDO for Exchange 2000 Content-Class: urn:content-classes:message Importance: normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 X-OriginalArrivalTime: 11 Jul 2006 05:30:53.0448 (UTC) FILETIME=[2D634080:01C6A4AB] X-imss-version: 2.040 X-imss-result: Passed X-imss-scanInfo: M:P L:N SM:0 X-imss-tmaseResult: TT:0 TS:0.0000 TC:00 TRN:0 TV:3.52.1006(14560.003) X-imss-scores: Clean:99.90000 C:2 M:4 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:1 S:1 R:1 (0.0000 0.0000) Cc: questions@freebsd.org, dev@perl.apache.org Subject: [MailServer Notification]Attachment Blocking Notification X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 05:25:58 -0000 The gdb.sh has been blocked, and Quarantine entire message has been taken on 7/11/2006 11:00:27 AM. Message details: Server:AZINDBAEX01 Sen7/11/200611:00:27 AMQuarantine entire messagegdb.shder: pgollucci@p6m7g8.com; Recipient:dev@httpd.apache.org;questions@freebsd.org;dev@perl.apache.org; Subject:Re: gdb in realloc(): error: junk pointer, too high to make senseon FreeBSD 5.2+ [SOLVED] Attachment name:gdb.sh The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. www.aztecsoft.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 07:17:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A947D16A4E0 for ; Tue, 11 Jul 2006 07:17:55 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D23443D46 for ; Tue, 11 Jul 2006 07:17:54 +0000 (GMT) (envelope-from nagylzs@freemail.hu) Received: from [62.68.177.200] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G0CVD-00003E-KQ; Tue, 11 Jul 2006 09:17:51 +0200 Message-ID: <44B350C3.6040309@freemail.hu> Date: Tue, 11 Jul 2006 09:18:27 +0200 From: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Micah , freebsd-questions@freebsd.org References: <44B29356.1050602@freemail.hu> <44B2B342.6090409@ywave.com> In-Reply-To: <44B2B342.6090409@ywave.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Shared IMAP folder (off) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 07:17:55 -0000 > > There's some directions at > http://www.flatmtn.com/computer/Linux-Imap-UW.html (found by googling > uw imap shared folders) but I'm not sure I follow them. It looks like > it's just setting up another IMAP account that happens to be shared.... > > I use cyrus-imap, and it seems to have fairly straight-forward support > for shared/public folders from what little I've played with them. Okay, I think you are right. I should switch to cyrus-imapd. But there is a big difference between the two. Here is what the package description says: A full Cyrus IMAP implementation allows a seamless mail and bulletin board environment to be set up across multiple servers. It differs from other IMAP server implementations in that it is run on "sealed" servers, where users are not normally permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through software using the IMAP, POP3, or KPOP protocols. I already have some users with many e-mails (created with uw-imap). How can I migrate between the two? I believe that I'm offtopic here. :-( Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 07:44:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26AD16A4DE for ; Tue, 11 Jul 2006 07:44:04 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [82.99.44.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4787C43D53 for ; Tue, 11 Jul 2006 07:44:03 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [82.99.47.5] by mail2.swebase.com (MDaemon.PRO.v8.1.0.R) with ESMTP id 33-md50000045229.msg for ; Tue, 11 Jul 2006 09:43:47 +0200 Message-ID: <44B3567C.5080000@swehack.se> Date: Tue, 11 Jul 2006 09:42:52 +0200 From: nocturnal User-Agent: Thunderbird 1.5 (X11/20060116) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Erik_N=F8rgaard?= References: <44B20BC6.3050600@swehack.se> <44B266A3.9070309@locolomo.org> <44B2777B.5@swehack.se> <44B2CA13.2030804@locolomo.org> In-Reply-To: <44B2CA13.2030804@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated-Sender: nocturnal@swehack.se X-MDRemoteIP: 82.99.47.5 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2 X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-Spam-Processed: mail2.swebase.com, Tue, 11 Jul 2006 09:43:47 +0200 Cc: freebsd-questions@freebsd.org Subject: Re: Alt Gr key troubles in 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, 11 Jul 2006 07:44:05 -0000 Hi I was afraid you wouldn't understand how the problem works. The chacters work on this computer, or i wouldn't be able to work daily with it, but at times they just get stuck and refuse to work temporarily until i let go of the alt gr key and try again. At rare times i can let go of the alt gr key to try again but they wont work until after two or three attempts. I doubt this is happening at random so i would like to say it happens when i type fast and change key combinations fast but sometimes it happens when i type slower to. I think it has something to do with me using shift just before i switch over and use alt gr, i think i'm simply switching over too fast. Actually, now that i said that, i just tried it in the thunderbird application where i'm writing this e-mail and i was able to reproduce the problem by typing a bunch of uppercase characters holding the shift key down and then directly trying to type [ using alt gr+8 on my keyboard. What happened was i got no character output for the [ character and after holding it for a while i heard a beep, then i let go of alt gr and 8 was output. It's probably because shift+8 is supposed to produce the ( character while alt gr+8 produces the [ character so there's some kinda conflict when i don't let go of shift fast enough. My theory is that i was so used to Windows after years of using it that this happened to me a lot. I also suspect that the Windows driver that handles this is more developed in the sense that you can hit shift+alt gr+8 but if those keys have no kombination in that order it simply takes the last keys which had a combination and uses them, alt gr+8 that is. I'm just guessing of course. Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se Erik Nørgaard wrote: > nocturnal wrote: > >> Well i usually use vim and it's hard to know if it happens in other >> applications, because i use vim so much compared to the other >> applications and also because i mostly write those characters in vim. I >> do use FreeBSD at home to and i can't remember any problems from writing >> e-mails or chatting on irc. I use rxvt for all my terminal applications. >> Of course this could simply mean i don't use those characters much in >> those applications. I used to use nedit, before vim, and i am sure i had >> the same problem in nedit. > > Well, could you to narrow in on the problem try and test these things? > > 0th: Tell us your keyboard settings in XF86Config (model and layout) > > 1st: List the characters that you have problem with - obviously you need > a computer that doesn't suffer this problem :) > > 2nd: Try to type all these characters with the correct key-combinations, > > - In the console > - In xterm > - In vi (not vim) > - In xemacs/emacs > - In firefox or thunderbird - any place you can type > > Then maybe someone can point you closer to the solution. > > Cheers, Erik From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 08:56:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D7F716A4DA for ; Tue, 11 Jul 2006 08:56:50 +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 447C843D45 for ; Tue, 11 Jul 2006 08:56:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6B8uHtX013675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 11:56:19 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6B8uC7C070666; Tue, 11 Jul 2006 11:56:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6B8u9NG070665; Tue, 11 Jul 2006 11:56:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 11:56:09 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711085609.GC70153@gothmog.pc> References: <44B2FF42.40908@yahoo.com.sg> <20060711033243.8020.qmail@web60022.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711033243.8020.qmail@web60022.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.662, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.74, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Stubborn , freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 08:56:50 -0000 On 2006-07-10 23:32, Peter wrote: >--- Stubborn wrote: >> You need to recompile your kernel with below >> options VESA > > Allright, did that. > >> You need to include these in your rc.conf >> allscreens_flags="132x25" > > I'm trying manually first and it's a "no go". This is the output of > 'vidcontrol -i mode': > > 0 (0x000) 0x00000001 T 40x25 8x8 0xb8000 32k 32k 0x00000000 32k > 1 (0x001) 0x00000001 T 40x25 8x8 0xb8000 32k 32k 0x00000000 32k > 2 (0x002) 0x00000001 T 80x25 8x8 0xb8000 32k 32k 0x00000000 32k > 3 (0x003) 0x00000001 T 80x25 8x8 0xb8000 32k 32k 0x00000000 32k > 4 (0x004) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k 0x00000000 32k > 5 (0x005) 0x00000003 G 320x200x2 1 8x8 0xb8000 32k 32k 0x00000000 32k > 6 (0x006) 0x00000003 G 640x200x1 1 8x8 0xb8000 32k 32k The 132x25 mode doesn't work for all video adapters, AFAIK. The best I have been able to use almost everywhere is 80x30. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 08:58:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 753C116A4DE for ; Tue, 11 Jul 2006 08:58:41 +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 62C8E43D68 for ; Tue, 11 Jul 2006 08:58:35 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6B8wONo013826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 11:58:25 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6B8wJD7070687; Tue, 11 Jul 2006 11:58:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6B8wJXZ070686; Tue, 11 Jul 2006 11:58:19 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 11:58:19 +0300 From: Giorgos Keramidas To: Stubborn Message-ID: <20060711085819.GD70153@gothmog.pc> References: <20060711033243.8020.qmail@web60022.mail.yahoo.com> <44B3234B.3090708@yahoo.com.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B3234B.3090708@yahoo.com.sg> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.664, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.73, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 08:58:41 -0000 On 2006-07-11 12:04, Stubborn wrote: > [snip 312 lines of quoted material] > > Peter, > > have you tried rebooting your box and put allscreens_flags="132x25" in > your rc.conf? That won't work if his adapter doesn't support 132x25 either. Also, please *trim* the quoted material. Having to skim again and again through multi-hundred posts of quoted material to find out that you have only added about 2 lines of text near the end is silly. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 09:21:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3931E16A4DD for ; Tue, 11 Jul 2006 09:21:47 +0000 (UTC) (envelope-from nagylzs@enternet.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EF843D45 for ; Tue, 11 Jul 2006 09:21:46 +0000 (GMT) (envelope-from nagylzs@enternet.hu) Received: from [62.68.177.200] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G0ER5-000AIU-Cu for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 11:21:43 +0200 Message-ID: <44B36DCC.9040707@enternet.hu> Date: Tue, 11 Jul 2006 11:22:20 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: cyradmin cannot connect (was: Shared IMAP Folder) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 09:21:47 -0000 Hello, I'm trying to install sasl2 + cyrus-imapd, using this article: http://www.onlamp.com/pub/a/onlamp/2005/10/06/cyrus_imap.html?page=2 I found the article very helpful. I could do everything until the point where I need to create a user in cyrus. There I have an error message: #cyradm --user admin 127.0.0.1 cyradm: cannot connect to server I see no messages in /var/log/messages. The program immediately terminates with this error message. What can be the problem? Thanks, Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 11:21:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E122A16A4DE for ; Tue, 11 Jul 2006 11:21:20 +0000 (UTC) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E435143D9E for ; Tue, 11 Jul 2006 11:21:10 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from [192.168.1.241] (solomon.ddns.alzatex.cc [192.168.1.241]) by hosea.tallye.com (8.13.6/8.13.6) with ESMTP id k6BBL3bN023904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 11 Jul 2006 04:21:09 -0700 X-Virus-Status: Clean X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on hosea.tallye.com Message-ID: <44B38999.4010405@alzatex.com> Date: Tue, 11 Jul 2006 04:20:57 -0700 From: "Loren M. Lang" Organization: Alzatex, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "'freebsd-questions@FreeBSD.ORG'" X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6EEDEC6BA73B5385B34BC96F" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (hosea.tallye.com [192.168.1.7]); Tue, 11 Jul 2006 04:21:09 -0700 (PDT) Received-SPF: pass (hosea.tallye.com: 192.168.1.241 is authenticated by a trusted mechanism) Subject: FreeBSD 6.1-RELEASE fails to reboot 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: Tue, 11 Jul 2006 11:21:21 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6EEDEC6BA73B5385B34BC96F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just built a new server based on a Celeron 2.53Ghz with EM64T extensions on an ASUS P5S800 motherboard and 256 DDR ram and install FreeBSD-6.1 using the amd64 version. Everything is running fine, but when I tell the system to reboot, it just hangs with the line "Rebooting..." Both halt and power off commands work as expected. Disabling ACPI did not change anything. This system is also running with a serial console, but the reboot problems happened even at the end of the installer. I had to hit reboot after the installer exited, but the filesystems came back clean everytime so they had been synced properl= y. --=20 Loren M. Lang lorenl@alzatex.com http://www.alzatex.com/ Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 --------------enig6EEDEC6BA73B5385B34BC96F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEs4mgbTXoRwEYo9IRAtDEAJ42Gvw0LvDrvKrSoDHkz4WdNcWotACfQ70F Tb+s6gEnlQTl5t8cf3oUOXk= =Qifw -----END PGP SIGNATURE----- --------------enig6EEDEC6BA73B5385B34BC96F-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 12:43:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9837816A4DE for ; Tue, 11 Jul 2006 12:43:47 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60017.mail.yahoo.com (web60017.mail.yahoo.com [209.73.178.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B3F943D45 for ; Tue, 11 Jul 2006 12:43:46 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 33921 invoked by uid 60001); 11 Jul 2006 12:43:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=wGLjjle6Tyqwjckdgg00EIpimQmolBcsyG3z/UngcdQ0diSLDfdTx8bp2P2M2Uib2O6D+Eit/edTEp/wJu5rLXe9AwAUxDCYe9lH7dR1iXvGgTiLs/cGICx5w9+SRijGxyr2ljHyEafxP8Mlo+9EzLDk9yI8XeXTYXElGQVwBnY= ; Message-ID: <20060711124346.33919.qmail@web60017.mail.yahoo.com> Received: from [66.131.121.105] by web60017.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 08:43:46 EDT Date: Tue, 11 Jul 2006 08:43:46 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711085609.GC70153@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Stubborn , freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 12:43:47 -0000 --- Giorgos Keramidas wrote: > On 2006-07-10 23:32, Peter wrote: > >--- Stubborn wrote: > >> You need to recompile your kernel with below > >> options VESA > > > > Allright, did that. > > > >> You need to include these in your rc.conf > >> allscreens_flags="132x25" > > > > I'm trying manually first and it's a "no go". This is the output > of > > 'vidcontrol -i mode': [snip] 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k 0x00000000 32k > The 132x25 mode doesn't work for all video adapters, AFAIK. > > The best I have been able to use almost everywhere is 80x30. I can manually get 80x60 with 'vidcontrol 80x60' and this is good enough for me. How do I automate this at bootup? Peter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 12:55:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A81716A4DD for ; Tue, 11 Jul 2006 12:55:16 +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 7763F43D46 for ; Tue, 11 Jul 2006 12:55:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BCstPs029735 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 15:54:59 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BCsnG7077210; Tue, 11 Jul 2006 15:54:49 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BCsmnn077209; Tue, 11 Jul 2006 15:54:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 15:54:48 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711125448.GA77175@gothmog.pc> References: <20060711085609.GC70153@gothmog.pc> <20060711124346.33919.qmail@web60017.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711124346.33919.qmail@web60017.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.667, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.73, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 12:55:16 -0000 On 2006-07-11 08:43, Peter wrote: >--- Giorgos Keramidas wrote: >>On 2006-07-10 23:32, Peter wrote: >>>--- Stubborn wrote: >>>> You need to recompile your kernel with below >>>> options VESA >>> >>> Allright, did that. >>> >>>> You need to include these in your rc.conf >>>> allscreens_flags="132x25" >>> >>> I'm trying manually first and it's a "no go". This is the output of >>> 'vidcontrol -i mode': > > [snip] > > 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k 0x00000000 32k > >> The 132x25 mode doesn't work for all video adapters, AFAIK. >> >> The best I have been able to use almost everywhere is 80x30. > > I can manually get 80x60 with 'vidcontrol 80x60' and this is good > enough for me. How do I automate this at bootup? By setting your preferred mode in `/etc/rc.conf': allscreens_flags="80x30" Note that for non-default modes, you also have to set up a font in your `rc.conf' file, otherwise vidcontrol will refuse to change the console mode at bootup, so a more complete example would be: font8x8="iso-8x8.fnt" allscreens_flags="80x60" After saving these in your `/etc/rc.conf' file you don't have to reboot for them to take effect, something like the following should work too: hostname# /bin/sh # vidcontrol -f 8x8 iso-8x8.fnt # for dev in /dev/ttyv* ; do vidcontrol 80x60 < "$dev" ; done From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:05:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9351F16A4DD for ; Tue, 11 Jul 2006 13:05:06 +0000 (UTC) (envelope-from martster@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 673D943D66 for ; Tue, 11 Jul 2006 13:04:59 +0000 (GMT) (envelope-from martster@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so1515114wxd for ; Tue, 11 Jul 2006 06:04:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=G7qT3rXABAa1vw8XR8d9/QSOLz8tDt44p33mS7BiWShcnpF7GqyOfydIm0sajpgMF+A834IEtGwIhB1h9rqFTEPt8LMaDTDCi496kOF/dZP/pH8lOFs0FugxgDN8RX+u3PL08uAmgxSdzamXq15ndG8prMMMNtq54BaA2r3gK50= Received: by 10.70.40.13 with SMTP id n13mr7405720wxn; Tue, 11 Jul 2006 06:04:58 -0700 (PDT) Received: by 10.70.117.3 with HTTP; Tue, 11 Jul 2006 06:04:58 -0700 (PDT) Message-ID: <70063950607110604m46ad84fcscbd2027d962ed1a9@mail.gmail.com> Date: Tue, 11 Jul 2006 09:04:58 -0400 From: "Marty Landman" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: shell retrieve history (up arrow) not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 13:05:06 -0000 I have a 4.8 installation with a root account and one user account. The root account up-arrow history retrieve feature works fine, while on my user account it doesn't, displaying instead $ ^[[A^[[C^[[B^[[D when I press the arrow keys in order (up, right, down, left) What is missing to have the shell interpret these keys? I notice that when on the user acct entering the Mysql cmd shell retrieve does work buy not on the 'main' shell. Here are the dir contents for each account: mrwilhelm# ls -al /root total 24 drwxr-xr-x 5 root wheel 512 Jul 9 04:04 . drwxr-xr-x 17 root wheel 512 May 7 16:00 .. drwxr-xr-x 5 root wheel 512 Jul 9 04:12 .cpan -rw-r--r-- 2 root wheel 802 Apr 3 2003 .cshrc -rw------- 1 root wheel 2573 Jul 9 04:50 .history -rw-r--r-- 1 root wheel 142 Apr 3 2003 .klogin -rw-r--r-- 1 root wheel 297 Apr 3 2003 .login -rw------- 1 root wheel 42 May 12 16:12 .mysql_history -rw-r--r-- 2 root wheel 251 Apr 3 2003 .profile drwx------ 2 root wheel 512 May 11 09:13 .ssh drwxr-xr-x 2 root wheel 512 May 26 17:08 scripts mrwilhelm# ls -al /home/marty total 24 drwxr-xr-x 3 marty users 512 Jul 8 21:13 . drwxr-xr-x 4 root wheel 512 May 12 13:28 .. -rw-r--r-- 1 marty users 771 May 7 16:00 .cshrc -rw-r--r-- 1 marty users 0 May 11 09:28 .history -rw-r--r-- 1 marty users 255 May 7 16:00 .login -rw-r--r-- 1 marty users 165 May 7 16:00 .login_conf -rw------- 1 marty users 371 May 7 16:00 .mail_aliases -rw-r--r-- 1 marty users 331 May 7 16:00 .mailrc -rw------- 1 marty users 811 Jul 8 21:13 .mysql_history -rw-r--r-- 1 marty users 801 May 7 16:00 .profile -rw------- 1 marty users 276 May 7 16:00 .rhosts -rw-r--r-- 1 marty users 852 May 7 16:00 .shrc drwx------ 2 marty users 512 May 9 08:56 .ssh mrwilhelm# Marty -- Web Installed Formmail - http://face2interface.com/formINSTal/ Webmaster's BBS - http://bbs.face2interface.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:09:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA71716A4DD for ; Tue, 11 Jul 2006 13:09:39 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60014.mail.yahoo.com (web60014.mail.yahoo.com [209.73.178.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 3EE8443D68 for ; Tue, 11 Jul 2006 13:09:39 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 72505 invoked by uid 60001); 11 Jul 2006 13:09:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=0QZjflv3Kouqb++M+eQPxtKGZY6Xh4u4B7OTWnk7v5iL+vWeYl2NnfJjlp3F5tnHVqx+kJhWP07zDPx5ScwXwI42rWFBSWseSkhmRPFRD/g6TOGBLiZikkbsirvefn8kGaKnzTHjoU8/e5BpoqYgCFz3UdP9jaByQypSMj+XUPo= ; Message-ID: <20060711130938.72503.qmail@web60014.mail.yahoo.com> Received: from [66.131.121.105] by web60014.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 09:09:38 EDT Date: Tue, 11 Jul 2006 09:09:38 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711125448.GA77175@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:09:39 -0000 --- Giorgos Keramidas wrote: > On 2006-07-11 08:43, Peter wrote: > >--- Giorgos Keramidas wrote: > >>On 2006-07-10 23:32, Peter wrote: > >>>--- Stubborn wrote: > >>>> You need to recompile your kernel with below > >>>> options VESA > >>> > >>> Allright, did that. > >>> > >>>> You need to include these in your rc.conf > >>>> allscreens_flags="132x25" > >>> > >>> I'm trying manually first and it's a "no go". This is the output > of > >>> 'vidcontrol -i mode': > > > > [snip] > > > > 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k > 0x00000000 32k > > > >> The 132x25 mode doesn't work for all video adapters, AFAIK. > >> > >> The best I have been able to use almost everywhere is 80x30. > > > > I can manually get 80x60 with 'vidcontrol 80x60' and this is good > > enough for me. How do I automate this at bootup? > > By setting your preferred mode in `/etc/rc.conf': > > allscreens_flags="80x30" > > Note that for non-default modes, you also have to set up a font in > your > `rc.conf' file, otherwise vidcontrol will refuse to change the > console > mode at bootup, so a more complete example would be: > > font8x8="iso-8x8.fnt" > allscreens_flags="80x60" > > After saving these in your `/etc/rc.conf' file you don't have to > reboot > for them to take effect, something like the following should work > too: > > hostname# /bin/sh > # vidcontrol -f 8x8 iso-8x8.fnt > # for dev in /dev/ttyv* ; do vidcontrol 80x60 < "$dev" ; done Thank you. I did it the old fashioned way (reboot). Bonus question: I have the following in my .xinitrc file: aterm -e screen & What is happening is that neither /etc/profile nor ~/.profile are being read. How can I get either of them to be sourced? Peter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:10:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 673EE16A4E1 for ; Tue, 11 Jul 2006 13:10:43 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A469A43D8E for ; Tue, 11 Jul 2006 13:10:28 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6453 invoked from network); 11 Jul 2006 13:10:27 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Jul 2006 13:10:27 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id BC97A28449; Tue, 11 Jul 2006 09:10:26 -0400 (EDT) To: "Marty Landman" References: <70063950607110604m46ad84fcscbd2027d962ed1a9@mail.gmail.com> From: Lowell Gilbert Date: Tue, 11 Jul 2006 09:10:26 -0400 In-Reply-To: <70063950607110604m46ad84fcscbd2027d962ed1a9@mail.gmail.com> (Marty Landman's message of "Tue, 11 Jul 2006 09:04:58 -0400") Message-ID: <44zmfgwam5.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: shell retrieve history (up arrow) not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 13:10:43 -0000 "Marty Landman" writes: > I have a 4.8 installation with a root account and one user account. The root > account up-arrow history retrieve feature works fine, while on my user > account it doesn't, displaying instead > > $ ^[[A^[[C^[[B^[[D > > when I press the arrow keys in order (up, right, down, left) They are using different shells. Root uses csh by default, your user account is using sh. Try "set -o emacs" for sh. [Or try csh, but I try to avoid that because it's so bad as a scripting language.] From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:21:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C6CE16A4F3 for ; Tue, 11 Jul 2006 13:21:30 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E3D43D4C for ; Tue, 11 Jul 2006 13:21:26 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12450 invoked from network); 11 Jul 2006 13:21:25 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Jul 2006 13:21:25 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 584B828449; Tue, 11 Jul 2006 09:21:24 -0400 (EDT) To: "Eugeny Kuzakov" References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> From: Lowell Gilbert Date: Tue, 11 Jul 2006 09:21:24 -0400 In-Reply-To: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> (Eugeny Kuzakov's message of "Mon, 10 Jul 2006 11:55:48 +0400") Message-ID: <44veq4wa3v.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 13:21:30 -0000 "Eugeny Kuzakov" writes: > I have p4p800Se mb. > > I have bought a few days before Tekram TR-822. It's Sil3112 based software > raid. > > I need mirror device, contained 2 partitions -- fat32&ufs. > > I want to use fat32 under freebsd&windows xp. > > the problem is that under windows the controller works good, > but FreeBSD doesn't see created mirror logical device. > > Has anyone working same configaration? What sil3112 bios version? Doesn't "software RAID" imply "Windows software"? Running Windows software isn't one of FreeBSD's strong points... From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:24:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6C0916A4DE for ; Tue, 11 Jul 2006 13:24: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 C934E43D45 for ; Tue, 11 Jul 2006 13:24:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BDNkHP032274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 16:24:08 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BDNbY7078028; Tue, 11 Jul 2006 16:23:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BDNa19078027; Tue, 11 Jul 2006 16:23:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 16:23:36 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711132336.GB77495@gothmog.pc> References: <20060711125448.GA77175@gothmog.pc> <20060711130938.72503.qmail@web60014.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711130938.72503.qmail@web60014.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.672, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.73, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions Subject: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:24:34 -0000 On 2006-07-11 09:09, Peter wrote: > I have the following in my .xinitrc file: > > aterm -e screen & > > What is happening is that neither /etc/profile nor ~/.profile are > being read. How can I get either of them to be sourced? By default, xterm, rxvt, aterm and various other terminal emulators start non-login shells. This means that .profile is not sourced by the shell spawned by the terminal. You can enable a `login shell' inside one of these terminal emulators with the -ls option: aterm -ls -e screen & From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:26:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F6EB16A4E1 for ; Tue, 11 Jul 2006 13:26:28 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2669043D45 for ; Tue, 11 Jul 2006 13:26:28 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6962 invoked from network); 11 Jul 2006 13:26:27 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Jul 2006 13:26:26 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1AC1928449; Tue, 11 Jul 2006 09:26:25 -0400 (EDT) To: "John Soderberg" References: From: Lowell Gilbert Date: Tue, 11 Jul 2006 09:26:25 -0400 In-Reply-To: (John Soderberg's message of "Mon, 10 Jul 2006 06:33:39 -0400") Message-ID: <44r70sw9vi.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: ServerWorks CSB6 and SiI 0680 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, 11 Jul 2006 13:26:28 -0000 "John Soderberg" writes: > Hello folks: > > I need some ATA/IDE driver work, wrt chipsets 0680 or CSB6. > > Otherwise I shall have to move to Linux, and golly -- I just > perfer FreeBSD. > > I'm on some IBM blades, (which use the ServerWorks CSB6 and SiI 0680 > chips,) and have a single Intel P4 as the main CPU processor. > > I'm running FBSD 6.1. > > After some detective work, it seems that the FreeBSD > ATA (or IDE disk driver) may have been having > problems, so I jotted down the specific Chipset we > have in blades 1-5 and proceeded to investigate... > > The chipsets we have are: > SiI 0680 and ServerWorks CSB6. > > There are 2 chipsets and what is happening is that > the Primary IDE channel > or Channel 0 is the SiI (Silicon Image) and the > secondary channel or Channel 1 is the Serverworks, > which explains why 3 of the blades are running as > UDMA100 instead of UDMA133 > > Here's the notification note fr Mar06 telling us taht > we have "buggy" chipsets, both of which are listed by > name: > > http://groups.google.com/group/mailing.freebsd.hardware/browse_frm/thread/e89378cb8690f2d7/8ea5bfc25b9ab90a?lnk=st&q=Serverworks+CSB6+group%3A*freebsd*&rnum=34&hl=en#8ea5bfc25b9ab90a Please read that note again. I believe that the mention of the CSB6 chipset is just the existing support note in the manual for ata(4). So I don't think that explains anything of your issues. You could always talk to SOS@ about the observed symptoms... From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:28:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C4D16A4DE for ; Tue, 11 Jul 2006 13:28:42 +0000 (UTC) (envelope-from nagylzs@enternet.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FFF543D5E for ; Tue, 11 Jul 2006 13:28:41 +0000 (GMT) (envelope-from nagylzs@enternet.hu) Received: from [83.216.42.239] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G0II3-0009zW-7u for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 15:28:39 +0200 Message-ID: <44B3A7AA.1050600@enternet.hu> Date: Tue, 11 Jul 2006 15:29:14 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:28:42 -0000 Hello, I tried cyrus-imapd, but I'm unsatisfied. Their website was down for a day. Now it is up, but the pages were not updated after 2003. They had a majordomo list but it is not functioning. I found another mailing list but nobody answers. I do not see answer to my question in its documentation. Are there any alternative IMAP servers that have good support (e.g. working mailing list, up-to-date documentation), and can share IMAP folders between users? These are the ones I see: bincimap -- only maildir, cannot share folders courier -- uses the maildir format, but I'm not sure about sharing cyrus-imapd -- I could not find support for this dbmail-mysql -- AFAIK no folder sharing dkimap -- ??? dovecot -- early stages of development, can I trust in this? imap-uw -- only maildir, cannot share folders py24-twistedMail -- Looks like this is only a collection of modules I could use py24-twistedMail to create shared folders, but this requires re-inventing the weel. What do you recommend? Thanks, Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:33:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D7016A4DD for ; Tue, 11 Jul 2006 13:33:11 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0B8F43D6A for ; Tue, 11 Jul 2006 13:32:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 23281 invoked from network); 11 Jul 2006 13:32:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Jul 2006 13:32:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0459F28449; Tue, 11 Jul 2006 09:32:54 -0400 (EDT) To: Warren Liddell References: <200607102232.51349.shinjii@virusinfo.rdksupportinc.com> From: Lowell Gilbert Date: Tue, 11 Jul 2006 09:32:53 -0400 In-Reply-To: <200607102232.51349.shinjii@virusinfo.rdksupportinc.com> (Warren Liddell's message of "Mon, 10 Jul 2006 22:32:50 +1000") Message-ID: <44mzbgw9kq.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Error Upgrading XFree86-4-clients 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, 11 Jul 2006 13:33:11 -0000 Warren Liddell writes: > im Running FreeBSD 6.1-STABLE and the last week or more i have had problems > trying to upgrade this port .. below is the full work up of trying to install > the package manually from the ports. Any assistance into whats happening > would be appreciated. > > ============================== > exports/lib > glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib > /usr/bin/ld: warning: libstdc++.so.3, needed by /usr/X11R6/lib/libGLU.so, not > found (try using -rpath or -rpath-link) > /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_user' > /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_si' > /usr/X11R6/lib/libGLU.so: undefined reference to `__get_eh_context' > /usr/X11R6/lib/libGLU.so: undefined reference to `__sjthrow' > /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_new' > /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_delete' > /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_class' > /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_delete' > /usr/X11R6/lib/libGLU.so: undefined reference to `__terminate' > /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_new' > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients. libGLU.so is trying to pull in an old version of the libstdc++.so. I'm guessing this happens on install? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:36:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3480816A4DE for ; Tue, 11 Jul 2006 13:36:19 +0000 (UTC) (envelope-from nagylzs@enternet.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C28643D45 for ; Tue, 11 Jul 2006 13:36:16 +0000 (GMT) (envelope-from nagylzs@enternet.hu) Received: from [83.216.42.239] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G0IPP-000AmM-9t for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 15:36:15 +0200 Message-ID: <44B3A972.4010408@enternet.hu> Date: Tue, 11 Jul 2006 15:36:50 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:36:19 -0000 Hello, I tried cyrus-imapd, but I'm unsatisfied. Their website was down for a day. Now it is up, but the pages were not updated after 2003. They had a majordomo list but it is not functioning. I found another mailing list but nobody answers. I do not see answer to my question in its documentation. Are there any alternative IMAP servers that have good support (e.g. working mailing list, up-to-date documentation), and can share IMAP folders between users? These are the ones I see: bincimap -- only maildir, cannot share folders courier -- uses the maildir format, and it says it support sharing folders with a special root level folder cyrus-imapd -- I could not find support for this dbmail-mysql -- AFAIK no folder sharing dkimap -- ??? dovecot -- early stages of development, can I trust in this? imap-uw -- only maildir, cannot share folders py24-twistedMail -- Looks like this is only a collection of modules I could use py24-twistedMail to create shared folders, but this requires re-inventing the weel. What do you recommend? Is courier the only alternative? Thanks, Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:40:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A9D16A4DF for ; Tue, 11 Jul 2006 13:40:27 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60025.mail.yahoo.com (web60025.mail.yahoo.com [209.73.178.73]) by mx1.FreeBSD.org (Postfix) with SMTP id AD18F43D55 for ; Tue, 11 Jul 2006 13:40:26 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 98531 invoked by uid 60001); 11 Jul 2006 13:40:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dgY0Zk+1WxQ4DvXdaXOrmHPbIgiuoNQeaKWaG2lsdb8En+2KjjDuDbHlN4WeOdr8xb14woWO/ttkW+SWnRIOvPv4enlqLikiFYFSBFac8jW6NjKYZOnKNH/x+HEWdPnDauVH0gnHqtbWL8KpvChDBACZUoflc6IoWFvXt+xxqns= ; Message-ID: <20060711134022.98529.qmail@web60025.mail.yahoo.com> Received: from [66.131.121.105] by web60025.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 09:40:22 EDT Date: Tue, 11 Jul 2006 09:40:22 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711132336.GB77495@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:40:27 -0000 --- Giorgos Keramidas wrote: > On 2006-07-11 09:09, Peter wrote: > > I have the following in my .xinitrc file: > > > > aterm -e screen & > > > > What is happening is that neither /etc/profile nor ~/.profile are > > being read. How can I get either of them to be sourced? > > By default, xterm, rxvt, aterm and various other terminal emulators > start non-login shells. This means that .profile is not sourced by > the > shell spawned by the terminal. You can enable a `login shell' inside > one of these terminal emulators with the -ls option: > > aterm -ls -e screen & > I added this option but I still do not get my ~/.profile sourced (no aliases). Going '. ~/.profile' gives me my aliases. How does aterm know what file to look for? Peter __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:42:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF2B716A4DA for ; Tue, 11 Jul 2006 13:42:51 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from mxfep01.bredband.com (mxfep01.bredband.com [195.54.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA68243D45 for ; Tue, 11 Jul 2006 13:42:50 +0000 (GMT) (envelope-from reko.turja@liukuma.net) Received: from moria.endor.swagman.org ([213.113.4.185] [213.113.4.185]) by mxfep01.bredband.com with ESMTP id <20060711134249.XYXO9682.mxfep01.bredband.com@moria.endor.swagman.org>; Tue, 11 Jul 2006 15:42:49 +0200 Received: from rivendell (rivendell.endor.swagman.org [192.168.10.10]) by moria.endor.swagman.org (Postfix) with SMTP id 02D6322; Tue, 11 Jul 2006 16:42:32 +0300 (EEST) Message-ID: <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> From: "Reko Turja" To: "Nagy László" , References: <44B3A7AA.1050600@enternet.hu> Date: Tue, 11 Jul 2006 16:42:52 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-2"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Cc: Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:42:51 -0000 ----- Original Message ----- From: "Nagy László" To: Sent: Tuesday, July 11, 2006 4:29 PM Subject: IMAP server alternatives > > Hello, > > I tried cyrus-imapd, but I'm unsatisfied. Their website was down for > a day. Now it is up, but the pages were not updated after 2003. They > had a majordomo list but it is not functioning. I found another > mailing list but nobody answers. I do not see answer to my question > in its documentation. I still recommend Cyrus - and you can find the lists at CMU from the following link: http://lists.andrew.cmu.edu/mailman/listinfo The downside of Cyrus is the abysmal documentation, but once you get hang of it, it's one fine IMAP/POP server. And of course there's project wiki at http://cyruswiki.andrew.cmu.edu/ which definitely is updated after 2003 :) -Reko From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:44:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CCE216A4DD for ; Tue, 11 Jul 2006 13:44:37 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAC343D66 for ; Tue, 11 Jul 2006 13:44:34 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.140] (helo=anti-virus02-07) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1G0IXP-00014D-KN; Tue, 11 Jul 2006 14:44:31 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1G0IXO-00062c-Nu; Tue, 11 Jul 2006 14:44:30 +0100 Message-ID: <44B3AB3E.6050602@dial.pipex.com> Date: Tue, 11 Jul 2006 14:44:30 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Lowell Gilbert References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> <44veq4wa3v.fsf@be-well.ilk.org> In-Reply-To: <44veq4wa3v.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eugeny Kuzakov , freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 13:44:37 -0000 Lowell Gilbert wrote: >"Eugeny Kuzakov" writes: > > > >>I have p4p800Se mb. >> >>I have bought a few days before Tekram TR-822. It's Sil3112 based software >>raid. >> >>I need mirror device, contained 2 partitions -- fat32&ufs. >> >>I want to use fat32 under freebsd&windows xp. >> >>the problem is that under windows the controller works good, >>but FreeBSD doesn't see created mirror logical device. >> >>Has anyone working same configaration? What sil3112 bios version? >> >> > >Doesn't "software RAID" imply "Windows software"? >Running Windows software isn't one of FreeBSD's strong points... > > > Er, no, unless I am much mistaken it doesn't imply that at all (see man ataraid). FreeBSD handles plenty of "software" (metadata only) RAIDs, though I believe that an archive search will turn up that the sil3112 is possibly the worst such RAID ever and was a poor choice of RAID card, however cheap. Try google. SiL are listed among the controllers supported by ataraid on 6.1 so I would expect the RAID to be recognised even if it performed badly. I've not used such a RAID so perhaps some specific action with atacontrol is required. --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:49:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B6316A4DE for ; Tue, 11 Jul 2006 13:49: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 535DB43D6D for ; Tue, 11 Jul 2006 13:49:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BDnEBi000679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 16:49:15 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BDn9uY078628; Tue, 11 Jul 2006 16:49:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BDn9aX078627; Tue, 11 Jul 2006 16:49:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 16:49:09 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711134909.GB78308@gothmog.pc> References: <20060711132336.GB77495@gothmog.pc> <20060711134022.98529.qmail@web60025.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711134022.98529.qmail@web60025.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.676, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.72, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:49:36 -0000 On 2006-07-11 09:40, Peter wrote: >--- Giorgos Keramidas wrote: >>On 2006-07-11 09:09, Peter wrote: >>> I have the following in my .xinitrc file: >>> >>> aterm -e screen & >>> >>> What is happening is that neither /etc/profile nor ~/.profile are >>> being read. How can I get either of them to be sourced? >> >> By default, xterm, rxvt, aterm and various other terminal emulators >> start non-login shells. This means that .profile is not sourced by >> the >> shell spawned by the terminal. You can enable a `login shell' inside >> one of these terminal emulators with the -ls option: >> >> aterm -ls -e screen & >> > > I added this option but I still do not get my ~/.profile sourced (no > aliases). Going '. ~/.profile' gives me my aliases. How does aterm > know what file to look for? aterm doesn't care about .profile or other files. It starts a shell, based on the $SHELL environment variable and your login shell from `/etc/passwd'. What shell are you using? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 13:55:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A420116A533 for ; Tue, 11 Jul 2006 13:55:22 +0000 (UTC) (envelope-from brian.henning@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D8A43D6A for ; Tue, 11 Jul 2006 13:55:03 +0000 (GMT) (envelope-from brian.henning@gmail.com) Received: by nz-out-0102.google.com with SMTP id 12so185982nzp for ; Tue, 11 Jul 2006 06:55:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=crhbeUkcd4xfFQY55vTk25kqGGvDUsKHKZKXofA4NowUVLDcT01osj1alYzxmFnYU8F0MhMvvmW4wC9YEK3kYm6Ux8bKEz1JSR2gAKTZd0rp/Fv8xYI7BXcZu+fqJLI/2y+HvINdWOhpZWnOKGDz/JNYFQqzWf5TseE4py4Fg6o= Received: by 10.65.213.14 with SMTP id p14mr5912017qbq; Tue, 11 Jul 2006 06:55:03 -0700 (PDT) Received: by 10.64.249.19 with HTTP; Tue, 11 Jul 2006 06:55:03 -0700 (PDT) Message-ID: <1f75ab0e0607110655u5bbe507fx5331a05d7ef91a6c@mail.gmail.com> Date: Tue, 11 Jul 2006 08:55:03 -0500 From: "Brian Henning" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: DWL-650 Revision M X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 13:55:22 -0000 Hello All, If someone could help me out that would be great. I currently own a wireless card Dlink (DWL-650 Revision M) and I am not able to get FreeBSD 6.1 to load the wi driver. I perused the wi man pages and found that the D-Link DWL-650 is on the list of supported cards. I question whether or not this includes all revisions of the DWL-650. Can someone please confirm that the DWL-650 Revision M is or is NOT supported? Maybe I need to purchase a new wireless card that will be supported. Is this perhaps the best way to go at the point? Thanks, Brian From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:13:29 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B46716A4DF for ; Tue, 11 Jul 2006 14:13:29 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 982F443D6E for ; Tue, 11 Jul 2006 14:13:28 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k6BEDS9O001862; Tue, 11 Jul 2006 10:13:28 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k6BEDSjk001861; Tue, 11 Jul 2006 10:13:28 -0400 (EDT) From: Jerry McAllister Message-Id: <200607111413.k6BEDSjk001861@clunix.cl.msu.edu> To: rs@pswl.com Date: Tue, 11 Jul 2006 10:13:28 -0400 (EDT) In-Reply-To: <775747445.20060711100505@pswl.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Re[2]: "Mounting a drive" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 14:13:29 -0000 > > Many thanks for reply Jerry, when I joined FreeBSD I had not realised > that it was a Linux/ Unix forum, on quick inspection I assumed that > the title referred to some kind of general help forum. There is such a > proliferation of abbreviated titles that I am not always sure from > titles of their purpose. > > My question referred really to Windows XP, as I am only just getting > to grips with Linux. First of all, it has nothing to do with LINUX. This is FreeBSD which follows the BSD family of UNIX and is not nearly the same. In fact, most of us experience it as superior to LUNIX for server work. Check it out at: http://www.freebsd.org/ As for any Microsloth stuff, I couldn't help, but I would guess that you are wasting your time trying to do anything of that sophistication in MS. Finally, when you post questions or responses on the list, you should always include the list in your responses (as a cc). ////jerry > I had read an article recently, which I can no longer find, that to > get around the limitation, under windows XP, of the number of named > partitions that one can use, that apparently one can "mount" a > partition, be it a sector of a hard drive, or a removeable drive, > within a directory. ( I believe the article said directory, it might > have ben a folder ) The article was referring to the ability then to > have a number of flash drives or external USB connected drives which > could exceed the normal Windows limitation. > > I am running a piece of software, hyperOS, which allows me to have > multiple bootable partitions, and currently I have around 20 on a 300 > Gig hard drive, I wanted to add several USB memory stick drives and > some partitions with different flavours of linux, and so am interested > in finding out how I can overcome the windows XP limitation. I felt > that also I needed to understand what the term "mounting a drive" > actually meant, so that I could try to anticipate any unusual > behaviour, particularly with boot switching. From your email it > appears that "mounting" implies letting the device driver know the > address of the device upon which it is to work. > > Best regards and thanks for reply, > Richard > > mailto:rs@pswl.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:22:24 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC4516A4DE for ; Tue, 11 Jul 2006 14:22:23 +0000 (UTC) (envelope-from cknipe@savage.za.org) Received: from www16b.your-server.co.za (www16b.your-server.co.za [196.22.132.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8EA43D6E for ; Tue, 11 Jul 2006 14:22:23 +0000 (GMT) (envelope-from cknipe@savage.za.org) Received: from [127.0.0.1] (helo=localhost) by www16b.your-server.co.za with esmtp (Exim 4.52) id 1G0J7x-0005FZ-RD; Tue, 11 Jul 2006 16:22:19 +0200 Received: from 196-207-40-213.gprs.vodacom.co.za (196-207-40-213.gprs.vodacom.co.za [196.207.40.213]) by default.your-server.co.za (IMP) with HTTP for ; Tue, 11 Jul 2006 16:22:17 +0200 Message-ID: <1152627737.44b3b419a029f@196.22.132.16> Date: Tue, 11 Jul 2006 16:22:17 +0200 From: cknipe@savage.za.org To: Jerry McAllister References: <200607111413.k6BEDSjk001861@clunix.cl.msu.edu> In-Reply-To: <200607111413.k6BEDSjk001861@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 196.207.40.213 Cc: rs@pswl.com, questions@freebsd.org Subject: Re: Re[2]: "Mounting a drive" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 14:22:24 -0000 Hmm Disk Manager - Change Mount Point - Mount Volume to a Directory Unless I'm misunderstanding, that's what you're looking for on the Windows side.. -- Chris Quoting Jerry McAllister : > > > > Many thanks for reply Jerry, when I joined FreeBSD I had not realised > > that it was a Linux/ Unix forum, on quick inspection I assumed that > > the title referred to some kind of general help forum. There is such a > > proliferation of abbreviated titles that I am not always sure from > > titles of their purpose. > > > > My question referred really to Windows XP, as I am only just getting > > to grips with Linux. > > First of all, it has nothing to do with LINUX. > > This is FreeBSD which follows the BSD family of UNIX and > is not nearly the same. In fact, most of us experience it > as superior to LUNIX for server work. > Check it out at: http://www.freebsd.org/ > > As for any Microsloth stuff, I couldn't help, but I would > guess that you are wasting your time trying to do anything > of that sophistication in MS. > > Finally, when you post questions or responses on the list, you should > always include the list in your responses (as a cc). > > ////jerry > > > > I had read an article recently, which I can no longer find, that to > > get around the limitation, under windows XP, of the number of named > > partitions that one can use, that apparently one can "mount" a > > partition, be it a sector of a hard drive, or a removeable drive, > > within a directory. ( I believe the article said directory, it might > > have ben a folder ) The article was referring to the ability then to > > have a number of flash drives or external USB connected drives which > > could exceed the normal Windows limitation. > > > > I am running a piece of software, hyperOS, which allows me to have > > multiple bootable partitions, and currently I have around 20 on a 300 > > Gig hard drive, I wanted to add several USB memory stick drives and > > some partitions with different flavours of linux, and so am interested > > in finding out how I can overcome the windows XP limitation. I felt > > that also I needed to understand what the term "mounting a drive" > > actually meant, so that I could try to anticipate any unusual > > behaviour, particularly with boot switching. From your email it > > appears that "mounting" implies letting the device driver know the > > address of the device upon which it is to work. > > > > Best regards and thanks for reply, > > Richard > > > > mailto:rs@pswl.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 Tue Jul 11 14:23:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E14BE16A4DF for ; Tue, 11 Jul 2006 14:23:06 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C7943D99 for ; Tue, 11 Jul 2006 14:23:03 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id A85B02E1F1; Tue, 11 Jul 2006 16:23:01 +0200 (CEST) Message-ID: <44B3B441.3020408@locolomo.org> Date: Tue, 11 Jul 2006 16:22:57 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Reko Turja References: <44B3A7AA.1050600@enternet.hu> <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> In-Reply-To: <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Nagy LXszlX , freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 14:23:07 -0000 Reko Turja wrote: > The downside of Cyrus is the abysmal documentation, but once you get > hang of it, it's one fine IMAP/POP server. And of course there's project > wiki at > > http://cyruswiki.andrew.cmu.edu/ > > which definitely is updated after 2003 :) I too can recommend cyrus-imap which I have used for more than two years without problems. From what I have heard, the alternative seems to be courier. The wu-imap does not use maildir but rather mailbox, this means that people have access to their standard unix mail box as always and add imap/pop access. Regarding cyrus documentation: I think they have stopped maintaining the documentation and moved to use the wiki - unfortunately, you don't stumble into the wiki first :( Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:29:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE9816A4E6 for ; Tue, 11 Jul 2006 14:29:14 +0000 (UTC) (envelope-from albi@scii.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7692643D72 for ; Tue, 11 Jul 2006 14:29:13 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:13259 helo=mail.aseed.net) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1G0JEd-000NxX-4U; Tue, 11 Jul 2006 14:29:11 +0000 Received: by mail.aseed.net (Postfix, from userid 1091) id E2A9A41428; Tue, 11 Jul 2006 16:29:59 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on mail.aseed.net X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=ham version=3.1.1 Received: from http.aseed.net (unknown [192.168.0.85]) by mail.aseed.net (Postfix) with ESMTP id AC73441410; Tue, 11 Jul 2006 16:29:52 +0200 (CEST) Received: from [192.168.0.108] (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) by http.aseed.net (Postfix) with ESMTP id 2F5BF57E66; Tue, 11 Jul 2006 16:29:52 +0200 (CEST) Message-ID: <44B3B5AD.1080308@scii.nl> Date: Tue, 11 Jul 2006 16:29:01 +0200 From: albi User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: Erik Norgaard , freebsd-questions@freebsd.org, reko.turja@liukuma.net, nagylzs@enternet.hu References: <44B3A7AA.1050600@enternet.hu> <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> <44B3B441.3020408@locolomo.org> In-Reply-To: <44B3B441.3020408@locolomo.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 14:29:14 -0000 Erik Norgaard wrote: > Regarding cyrus documentation: I think they have stopped maintaining the > documentation and moved to use the wiki - unfortunately, you don't > stumble into the wiki first :( i can happily recommend Dovecot, really easy to install (Cyrus really isn't), supports both Maildir and mbox, been using it for years without any problems (i used courier before that, but i like dovecot much better) see here : http://www.dovecot.org and http://wiki.dovecot.org/ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:33:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E0F16A4EC for ; Tue, 11 Jul 2006 14:33:31 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239EB43D79 for ; Tue, 11 Jul 2006 14:33:28 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.145] (helo=anti-virus03-08) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1G0JIj-0004qR-Qp; Tue, 11 Jul 2006 15:33:25 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1G0JIf-0003ky-Uo; Tue, 11 Jul 2006 15:33:22 +0100 Message-ID: <44B3B6B1.2050801@dial.pipex.com> Date: Tue, 11 Jul 2006 15:33:21 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Peter References: <20060711125448.GA77175@gothmog.pc> <20060711130938.72503.qmail@web60014.mail.yahoo.com> <20060711132336.GB77495@gothmog.pc> In-Reply-To: <20060711132336.GB77495@gothmog.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Giorgos Keramidas , freebsd-questions Subject: Re: aterm -e screen does not source .bashrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 14:33:31 -0000 Giorgos Keramidas wrote: >On 2006-07-11 09:09, Peter wrote: > > >>I have the following in my .xinitrc file: >> >>aterm -e screen & >> >>What is happening is that neither /etc/profile nor ~/.profile are >>being read. How can I get either of them to be sourced? >> >> > >By default, xterm, rxvt, aterm and various other terminal emulators >start non-login shells. This means that .profile is not sourced by the >shell spawned by the terminal. You can enable a `login shell' inside >one of these terminal emulators with the -ls option: > > aterm -ls -e screen & > > But a better option, IMHO, is to correctly separate the functionality in your .profile from that in some other (e.g. .shinit) file. One is for only stuff that happens at login, one for stuff that happens regardless. from man sh > When first starting, the shell inspects > argument 0, and if it begins with a dash (-), the shell is also > consid- > ered a login shell. This is normally done automatically by the > system > when the user first logs in. A login shell first reads commands > from the > files /etc/profile and then .profile if they exist. If the > environment > variable ENV is set on entry to a shell, or is set in the > .profile of a > login shell, the shell then reads commands from the file named in > ENV. > Therefore, a user should place commands that are to be executed > only at > login time in the .profile file, and commands that are executed > for every > shell inside the ENV file. The user can set the ENV variable to some > file by placing the following line in the file .profile in the home > directory, substituting for .shinit the filename desired: > > ENV=$HOME/.shinit; export ENV IMHO, this one one of the ways that csh was miles ahead of sh as a login (as opposed to a scripting) shell. These days, of course, a modern shell like bash has many of the best features of both, and even sh can (finally) do command line editing. --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:34:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEB5816A4DD for ; Tue, 11 Jul 2006 14:34:43 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web81614.mail.mud.yahoo.com (web81614.mail.mud.yahoo.com [68.142.198.253]) by mx1.FreeBSD.org (Postfix) with SMTP id C958043D86 for ; Tue, 11 Jul 2006 14:34:24 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 6382 invoked by uid 60001); 11 Jul 2006 14:34:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=H0C4gDXK31QF8fXS79WjPX37//n5wC33zGUkstoh1JLhKnk/uE3w073X9v49TQm56NtGd7kvbhprKSDnSl6XzYaExGxxFcsqQ5JetcLbxXyDw3o1cp++j7VOBT6wef3cvhtTbQf0s0Ddm9hD5pPjWMRVx1yrfefzo9vyIYa3fFs= ; Message-ID: <20060711143417.6377.qmail@web81614.mail.mud.yahoo.com> Received: from [63.240.228.37] by web81614.mail.mud.yahoo.com via HTTP; Tue, 11 Jul 2006 07:34:17 PDT Date: Tue, 11 Jul 2006 07:34:17 -0700 (PDT) From: To: Brian Henning , freebsd-questions@freebsd.org In-Reply-To: <1f75ab0e0607110655u5bbe507fx5331a05d7ef91a6c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: DWL-650 Revision M X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 14:34:43 -0000 --- Brian Henning wrote: > Hello All, > > If someone could help me out that would be great. I > currently own a wireless > card Dlink (DWL-650 Revision M) and I am not able to > get FreeBSD 6.1 to load > the wi driver. I perused the wi man pages and found > that the D-Link DWL-650 > is on the list of supported cards. I question > whether or not this includes > all revisions of the DWL-650. > > Can someone please confirm that the DWL-650 Revision > M is or is NOT > supported? > > Maybe I need to purchase a new wireless card that > will be supported. > Is this perhaps the best way to go at the point? > > Thanks, > > Brian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I believe this is the WiFi card I have. The SuperMMimo or whatever extension 108Mbps throughput and all that good stuff... Use the Windows XP driver file and inf and use the NDIS emulation driver builder to generate a kernel module for that card. I know this makes the driver, I have not verified that I can connect yet with it, but I have heard this is the best way to do it. I know it tells me a file is missing /compat/ndis/Reg?????? something or other. I have not looked into the man pages for this file but I would have to guess it is just a registry layer for tweaking the driver. However the module loads without errors and ifconfig says the device is detected, and all the lights on the card start blinking. I just have a nasty WPA key that I've been too lazy to copy from my Windows partition to verify that everything is indeed working (and I refuse to leave my connection insecure even for a second or three.) Also haven't had time to address the missing Registry compat file. This assumes your are using Rel_6 (which you are, if one can read one has a fortune...) I know there is a nice simple script file that does all the work for you, the name just escapes me but the ndis manpage is a great place to start. good luck -brian From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:48:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C2516A4DD for ; Tue, 11 Jul 2006 14:48:08 +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 F118343D55 for ; Tue, 11 Jul 2006 14:48:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BEliAO004555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 17:47:46 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BEldJR080117; Tue, 11 Jul 2006 17:47:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BEldg6080116; Tue, 11 Jul 2006 17:47:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 17:47:39 +0300 From: Giorgos Keramidas To: Alex Zbyslaw Message-ID: <20060711144739.GA79957@gothmog.pc> References: <20060711125448.GA77175@gothmog.pc> <20060711130938.72503.qmail@web60014.mail.yahoo.com> <20060711132336.GB77495@gothmog.pc> <44B3B6B1.2050801@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B3B6B1.2050801@dial.pipex.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.681, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.72, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Peter , freebsd-questions Subject: Re: aterm -e screen does not source .bashrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 14:48:09 -0000 On 2006-07-11 15:33, Alex Zbyslaw wrote: >Giorgos Keramidas wrote: >> By default, xterm, rxvt, aterm and various other terminal emulators >> start non-login shells. This means that .profile is not sourced by the >> shell spawned by the terminal. You can enable a `login shell' inside >> one of these terminal emulators with the -ls option: >> >> aterm -ls -e screen & > > But a better option, IMHO, is to correctly separate the functionality in > your .profile from that in some other (e.g. .shinit) file. One is for > only stuff that happens at login, one for stuff that happens regardless. Yes, of course :-) > from man sh > > When first starting, the shell inspects argument 0, and if > it begins with a dash (-), the shell is also considered a > login shell. This is normally done automatically by the > system when the user first logs in. A login shell first > reads commands from the files /etc/profile and then > .profile if they exist. If the environment variable ENV is > set on entry to a shell, or is set in the .profile of a > login shell, the shell then reads commands from the file > named in ENV. Therefore, a user should place commands that > are to be executed only at login time in the .profile file, > and commands that are executed for every shell inside the > ENV file. The user can set the ENV variable to some file > by placing the following line in the file .profile in the > home directory, substituting for .shinit the filename > desired: > > ENV=$HOME/.shinit; export ENV > > IMHO, this one one of the ways that csh was miles ahead of sh as a login > (as opposed to a scripting) shell. These days, of course, a modern shell > like bash has many of the best features of both, and even sh can > (finally) do command line editing. Agreed. My current .bash_profile is basically a minimal wrapper around .bashrc these days: % gothmog % cat -n .bash_profile % 1 # Startup file for login instances of the bash(1) shell. % 2 # $RCS: giorgos/.bash_profile,v 1.10 2005/07/10 21:10:39 giorgos Exp $ % 3 % 4 # First of all, run a .bashrc file if it exists. % 5 test -f ~/.bashrc && . ~/.bashrc % 6 % 7 # The following section should be pretty minimal, if present at all. % 8 mesg y >/dev/null 2>&1 % 9 /usr/bin/true % gothmog % From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:52:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2634416A4DA for ; Tue, 11 Jul 2006 14:52:34 +0000 (UTC) (envelope-from naberegu@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11F343D6D for ; Tue, 11 Jul 2006 14:52:32 +0000 (GMT) (envelope-from naberegu@gmail.com) Received: by nz-out-0102.google.com with SMTP id n29so207294nzf for ; Tue, 11 Jul 2006 07:52:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=qKiYu9M2selXk/JaJIvnilP/h3F5eMIRLKAjScdlYUTfVHUCMCmH7N0uMaLNVF9UfoXUDrcJybNPx8f1kv/mjhjGwVCay9+ESUJY83fPz5h4NXBsmxmI5SdQHUoyvtARUwAiQDD6HhjHqEYKu9duojDmgsjFPeVMCycMoH3E7Dk= Received: by 10.64.76.7 with SMTP id y7mr5981999qba; Tue, 11 Jul 2006 07:52:31 -0700 (PDT) Received: from ?160.39.194.78? ( [160.39.194.78]) by mx.gmail.com with ESMTP id c6sm6712242qbc.2006.07.11.07.52.31; Tue, 11 Jul 2006 07:52:31 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Alex Push Date: Tue, 11 Jul 2006 10:51:36 -0400 X-Mailer: Apple Mail (2.752.2) Subject: termcap problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 14:52:34 -0000 Hi All, I recently got FreeBSD 6.1-RELEASE on my server, and a couple of days ago I started getting this message when I ssh in: csh: Cannot open /etc/termcap csh: using dumb terminal settings This yields a very limited terminal -- I can execute basic commands, but can't open vi/vim ("vi: No terminal database found"), etc. I checked /etc/termcap, and it is a symlink to /usr/share/misc/ termcap, and that file *does* exist. I don't think it's a permissions problem since both termcap and termcap.db are readable to all users (- r--r--r--). I rebuilt the termcap.db file (in /usr/share/misc/ termcap) by running "cap_mkdb termcap", but this didn't fix the terminal. I also tried rebuilding and reinstalling the termcap source from /usr/ src/share/termcap, but I am still getting this error, and it's making my box pretty unusable. Any thoughts? Thanks a lot in advance. Alex From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 14:54:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B5916A4DF for ; Tue, 11 Jul 2006 14:54:24 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C0B243D80 for ; Tue, 11 Jul 2006 14:54:17 +0000 (GMT) (envelope-from david.robillard@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so448445uge for ; Tue, 11 Jul 2006 07:54:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=JoBkrT38uvi5ZSbBPsON76SKM0cMITfWqBOWtjltP54gB88g0OYpx22zxTb6fplzpeNb9E62SX0JkJj5Wk5CWvsS6+7X7V6zcUzzaAngeKAStfELIYNtmo+KJcs5DCyuttDhOEiUqrNPsvAvooj4sQz1ZHWUSCAISfpSMk0a/ss= Received: by 10.66.243.2 with SMTP id q2mr1140721ugh; Tue, 11 Jul 2006 07:54:16 -0700 (PDT) Received: by 10.67.106.8 with HTTP; Tue, 11 Jul 2006 07:54:16 -0700 (PDT) Message-ID: <226ae0c60607110754q63f2ba9ex176827e11b2f0b78@mail.gmail.com> Date: Tue, 11 Jul 2006 10:54:16 -0400 From: "David Robillard" To: "Marcus Reid" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: FreeBSD Questions Mailing List Subject: Re: RSA SecurID soft tokens under 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, 11 Jul 2006 14:54:24 -0000 > Hi, > > Does anyone use RSA SecurID soft tokens under FreeBSD? > I'm writing a end-to-end monitoring app and will be > needing to authenticate using SecurID, and have come > up pretty empty-handed in my search for more info. > > Thanks, > > Marcus Hi Marcus, We're using Nagios to monitor our RSA SecureID websites. Nagios is in the FreeBSD ports as net-mgmt/nagios. Basically, it's just a simple perl script wrapped into Nagios. It works very well. Let me know if you need more info. Cheers, David -- David Robillard CISSP, RHCE, SCSA Montreal: +1 514 966 0122 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:02:41 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAD416A5AD for ; Tue, 11 Jul 2006 15:02:41 +0000 (UTC) (envelope-from tuxgirl@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6979A43D5E for ; Tue, 11 Jul 2006 15:02:37 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so452650uge for ; Tue, 11 Jul 2006 08:02:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Blmy9pWP47MWQPe/QKdmkoc0FGud1gF6+6RXufpI3CWYbaUy3PjNcBCSj8WmMGWh4AzTlakBbqo77kZcixyx38hWWlxx/SKKYXF8zE0ck1vmtPwZRDnvqZwN+XoxNKocSpfi/XyiY5SXqIPzI3uT5jWfuTdQhkHrlfJ/Igba00g= Received: by 10.67.29.12 with SMTP id g12mr1150386ugj; Tue, 11 Jul 2006 08:02:36 -0700 (PDT) Received: by 10.66.237.3 with HTTP; Tue, 11 Jul 2006 08:02:35 -0700 (PDT) Message-ID: <6e4453640607110802h2bc9ac39t65ddfe817384ebcc@mail.gmail.com> Date: Tue, 11 Jul 2006 09:02:35 -0600 From: "Erin Sharmahd" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: flash / pandora.com / google video X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:02:41 -0000 I've been working on trying to get flash working on my freebsd 6.1 system, and have had a bit of luck, but not quite as much as I'd like to have. After recovering from some less-successful attempts, I followed the instructions at http://www.jail.se/freebsd.html, and can now get most flash websites to work correctly. However, Google Video and Pandora.com both completely crash firefox. Has anybody found a solution to this problem? Thanks, ~TuxGirl -- http://www.tuxgirl.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:08:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A807F16A4DE for ; Tue, 11 Jul 2006 15:08:00 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4EB43D55 for ; Tue, 11 Jul 2006 15:07:58 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Tue, 11 Jul 2006 11:07:57 -0400 id 00056407.44B3BECD.00006660 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 11 Jul 2006 11:07:26 -0400 Date: Tue, 11 Jul 2006 11:07:56 -0400 From: Bill Moran To: "Nagy =?ISO-8859-1?Q?L=E1szl=F3\"?=" Message-Id: <20060711110756.ed476751.wmoran@collaborativefusion.com> In-Reply-To: <44B3A7AA.1050600@enternet.hu> References: <44B3A7AA.1050600@enternet.hu> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:08:00 -0000 In response to "Nagy L=E1szl=F3" : >=20 > Hello, >=20 > I tried cyrus-imapd, but I'm unsatisfied. Their website was down for a=20 > day. Now it is up, but the pages were not updated after 2003. They had a= =20 > majordomo list but it is not functioning. I found another mailing list=20 > but nobody answers. I do not see answer to my question in its documentati= on. >=20 > Are there any alternative IMAP servers that have good support (e.g.=20 > working mailing list, up-to-date documentation), and can share IMAP=20 > folders between users? >=20 > These are the ones I see: [snip] > dovecot -- early stages of development, can I trust in this? I've been using Dovecot on various production servers since it was in beta. I highly recommend it. --=20 Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:12:23 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3A816A4E0 for ; Tue, 11 Jul 2006 15:12:23 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web81606.mail.mud.yahoo.com (web81606.mail.mud.yahoo.com [68.142.199.158]) by mx1.FreeBSD.org (Postfix) with SMTP id B1A5A43D80 for ; Tue, 11 Jul 2006 15:12:18 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 14709 invoked by uid 60001); 11 Jul 2006 15:12:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=qwouKcYc9sRs4eu0jdCCRZrwb9VHbs3AGEqvNe26VrXES8Y2OdtMqlL7W7YmmvAQfbTPq+u+bw5Q3YX/3HyWAbUZhBNhCXQrGQzEU0OEDp+DJgXbU022EEGUzX9Xu2SefTG0ntXBbaHIho5ZRt2Hr3fSlOrgsEWXWFqe+d2GEKY= ; Message-ID: <20060711151217.14707.qmail@web81606.mail.mud.yahoo.com> Received: from [63.240.228.37] by web81606.mail.mud.yahoo.com via HTTP; Tue, 11 Jul 2006 08:12:17 PDT Date: Tue, 11 Jul 2006 08:12:17 -0700 (PDT) From: To: cknipe@savage.za.org, Jerry McAllister In-Reply-To: <1152627737.44b3b419a029f@196.22.132.16> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: rs@pswl.com, questions@freebsd.org Subject: Re: Re[2]: "Mounting a drive" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 15:12:23 -0000 Keep in mind here without special device drivers (I've heard they exist but have never installed any of them) you will not be able to mount a "Linux" (linux uses several different file systems) partition under Windows XP. Disk Manager will allow an NTFS filesystem directory mount an arbritrary Volume (a file system windows supports, fat, fat32, ntfs, maybe hpfs) on your system to overcome the DOS (it is not a Windows limitation, Microsoft is still running a 16 bit world) limitation of 26 drives, 24 of which can be harddrives. Mounting isn't really a function of the filesystem (maybe in Linux it is???) but of the vnode system. It allows a device (any "specially" configured file) with a known structure to be referenced within the context of a root directory structure, superceding (non-destructively...) whatever was in the mounted directory prior to the mount. In other words it lets the partition (I'll keep the spcial files simple) be seen on a filesystem to people with the appropriate credentials, and by mounting say /foo with say the special file /dev/da0s1a anything in /foo will no longer be seen by the vnode system and instead anything on /dev/da0s1a will be displayed in it's place. It would seem that unless you are installing Linux on an Fat32 filesystem those partitions would be useless within windows. You wouldn't be able to even edit configuration files with Windows (the editors that come with windows) editors because they will add line feed (maybe it is carridge returns I always mess this one up) to the text and Linux won't like that. Any further help with Linux should be in another mailling list, but if you want to put FreeBSD on one of those memory sticks I'm sure we would try to help... Windows is just about useless, it doesn't even support the now 5 year old or so 64-bit processors... I highly doubt you will find anything but headaches doing what you seem to be attempting to do with Windows and GNUnix. good luck -brian --- cknipe@savage.za.org wrote: > Hmm > > Disk Manager - Change Mount Point - Mount Volume to > a Directory > > Unless I'm misunderstanding, that's what you're > looking for on the Windows > side.. > > -- > Chris > > > Quoting Jerry McAllister > : > > > > > > > Many thanks for reply Jerry, when I joined > FreeBSD I had not realised > > > that it was a Linux/ Unix forum, on quick > inspection I assumed that > > > the title referred to some kind of general help > forum. There is such a > > > proliferation of abbreviated titles that I > am not always sure from > > > titles of their purpose. > > > > > > My question referred really to Windows XP, as > I am only just getting > > > to grips with Linux. > > > > First of all, it has nothing to do with LINUX. > > > > This is FreeBSD which follows the BSD family of > UNIX and > > is not nearly the same. In fact, most of us > experience it > > as superior to LUNIX for server work. > > Check it out at: http://www.freebsd.org/ > > > > As for any Microsloth stuff, I couldn't help, but > I would > > guess that you are wasting your time trying to do > anything > > of that sophistication in MS. > > > > Finally, when you post questions or responses on > the list, you should > > always include the list in your responses (as a > cc). > > > > ////jerry > > > > > > > I had read an article recently, which I can > no longer find, that to > > > get around the limitation, under windows XP, > of the number of named > > > partitions that one can use, that > apparently one can "mount" a > > > partition, be it a sector of a hard drive, > or a removeable drive, > > > within a directory. ( I believe the article > said directory, it might > > > have ben a folder ) The article was referring > to the ability then to > > > have a number of flash drives or external USB > connected drives which > > > could exceed the normal Windows limitation. > > > > > > I am running a piece of software, hyperOS, > which allows me to have > > > multiple bootable partitions, and currently I > have around 20 on a 300 > > > Gig hard drive, I wanted to add several USB > memory stick drives and > > > some partitions with different flavours of > linux, and so am interested > > > in finding out how I can overcome the windows > XP limitation. I felt > > > that also I needed to understand what the > term "mounting a drive" > > > actually meant, so that I could try to > anticipate any unusual > > > behaviour, particularly with boot switching. > From your email it > > > appears that "mounting" implies letting the > device driver know the > > > address of the device upon which it is to work. > > > > > > Best regards and thanks for reply, > > > Richard > > > > > > mailto:rs@pswl.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" > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:15:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9E0516A4DD for ; Tue, 11 Jul 2006 15:15:45 +0000 (UTC) (envelope-from Anthony.Brock@oregonstate.edu) Received: from smtp3.oregonstate.edu (smtp3.oregonstate.edu [128.193.0.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2049D43D93 for ; Tue, 11 Jul 2006 15:14:53 +0000 (GMT) (envelope-from Anthony.Brock@oregonstate.edu) Received: from localhost (localhost [127.0.0.1]) by smtp3.oregonstate.edu (Postfix) with ESMTP id 56C3A1043E1; Tue, 11 Jul 2006 08:14:53 -0700 (PDT) X-Virus-Scanned: amavisd-new at oregonstate.edu X-Spam-Score: -1.44 X-Spam-Level: X-Spam-Status: No, score=-1.44 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1.44] Received: from smtp3.oregonstate.edu ([127.0.0.1]) by localhost (smtp.oregonstate.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vFWXHSesJMdz; Tue, 11 Jul 2006 08:14:52 -0700 (PDT) Received: from NWS-EXSMTP.nws.oregonstate.edu (nws-exsmtp.nws.oregonstate.edu [128.193.7.124]) by smtp3.oregonstate.edu (Postfix) with ESMTP id 2F5281041B5; Tue, 11 Jul 2006 08:14:52 -0700 (PDT) Received: from NWS-EXCH2.nws.oregonstate.edu ([128.193.7.74]) by NWS-EXSMTP.nws.oregonstate.edu with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Jul 2006 08:14:51 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 11 Jul 2006 08:14:50 -0700 Message-ID: <7B4268E5ACB878429B58D4BE5B780E83010B6B88@NWS-EXCH2.nws.oregonstate.edu> In-reply-to: <44B36DCC.9040707@enternet.hu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: cyradmin cannot connect (was: Shared IMAP Folder) thread-index: Acaky3bjT3UCE8O0RlK18hAmzAyPIwALxidg From: "Brock, Anthony - NET" To: =?iso-8859-1?B?TmFneSBM4XN6bPM=?= , X-OriginalArrivalTime: 11 Jul 2006 15:14:51.0950 (UTC) FILETIME=[C1F65CE0:01C6A4FC] Cc: Subject: RE: cyradmin cannot connect (was: Shared IMAP Folder) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:15:45 -0000 You then need to make sure the server is running. The error message = "cyradm: cannot connect to server" can indicate that you don't have the = imap service running. You should be able to see something similar to: # lsof -i | egrep 'PID|imap' | egrep 'PID|LIST' COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME master 26691 cyrus 5u IPv4 172199 TCP localhost:imap = (LISTEN) master 26691 cyrus 10u IPv6 172202 TCP localhost:imap = (LISTEN) master 26691 cyrus 13u IPv6 172206 TCP *:imaps (LISTEN) master 26691 cyrus 16u IPv4 172209 TCP *:imaps (LISTEN) imapd 26782 cyrus 4u IPv6 172206 TCP *:imaps (LISTEN) imapd 26791 cyrus 4u IPv6 172206 TCP *:imaps (LISTEN) imapd 26792 cyrus 4u IPv6 172206 TCP *:imaps (LISTEN) imapd 26833 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 26836 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 27712 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 27789 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 27842 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 28451 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 28452 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) imapd 28460 cyrus 4u IPv4 172209 TCP *:imaps (LISTEN) If you don't see the "master" process listening to 143/tcp, then cyradm = will never work (it connects to this process to manage the server). = Also, at least with the version I'm running, cyradm does NOT support = unencrypted connections. So I have imap listening to 143/tcp on = localhost with the following in my '/etc/cyrus.conf' file: imap cmd=3D"imapd" listen=3D"localhost:imap" prefork=3D0 Good luck! Tony > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Nagy = L=E1szl=F3 > Sent: Tuesday, July 11, 2006 2:22 AM > To: freebsd-questions@freebsd.org > Subject: cyradmin cannot connect (was: Shared IMAP Folder) >=20 >=20 > Hello, >=20 > I'm trying to install sasl2 + cyrus-imapd, using this article: >=20 > http://www.onlamp.com/pub/a/onlamp/2005/10/06/cyrus_imap.html?page=3D2 >=20 > I found the article very helpful. I could do everything until=20 > the point=20 > where I need to create a user in cyrus. There I have an error message: >=20 > #cyradm --user admin 127.0.0.1 > cyradm: cannot connect to server >=20 > I see no messages in /var/log/messages. The program immediately=20 > terminates with this error message. What can be the problem? >=20 > Thanks, >=20 > Laszlo >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:15:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1169B16A4DE for ; Tue, 11 Jul 2006 15:15:46 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA7B43D58 for ; Tue, 11 Jul 2006 15:15:15 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [10.10.10.124] (localhost.gregs-garage.com [127.0.0.1]) (authenticated bits=0) by mail.gregs-garage.com (8.13.4/8.13.4) with ESMTP id k6BF9WrE014721 for ; Tue, 11 Jul 2006 10:09:32 -0500 (CDT) (envelope-from ggroth@gregs-garage.com) Message-ID: <44B3C140.5040907@gregs-garage.com> Date: Tue, 11 Jul 2006 10:18:24 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44B3A7AA.1050600@enternet.hu> <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> <44B3B441.3020408@locolomo.org> <44B3B5AD.1080308@scii.nl> In-Reply-To: <44B3B5AD.1080308@scii.nl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:15:46 -0000 On 7/11/2006 9:29 AM, albi wrote: > Erik Norgaard wrote: > >> Regarding cyrus documentation: I think they have stopped maintaining the >> documentation and moved to use the wiki - unfortunately, you don't >> stumble into the wiki first :( > > i can happily recommend Dovecot, really easy to install (Cyrus really > isn't), supports both Maildir and mbox, been using it for years without > any problems (i used courier before that, but i like dovecot much better) > > see here : http://www.dovecot.org and > http://wiki.dovecot.org/ I would like to ask a couple more in depth questions pertaining to this conversation. We recently switched from POP3 & Outlook Express to IMAP using IMAP-UW & Thunderbird. Personally I have had no issues with IMAP-UW, but the users in our office have had issues with the mbox format itself. Specifically they cannot store messages & subfolders within a folder (referring to the Thunderbird definition of a folder). In mbox, since a given folder is not a directory, but a file, you cannot place a subfolder within that file. Outlook Express' POP3 implementation did not have this behavior. Right or wrong, my users have requested that I attempt to restore this functionality in IMAP. Am I correct in assuming that if I switch to a mdir format server, it will operate in the manner they are requesting? My next question is in regards to scalability, not so much in the way of users, but in the amount of mail they store. Currently we have about 20 email accounts, and for the most part the users keep their email to a reasonable amount. However I do have 5 users that insist they save everything, and do not clean out their InBoxes. Currently they retain email going back 5 years, and have mail folders in excess of a couple of gigs apiece. Since one of these people is the owner, I have little chance of changing this policy. However they are asking that I attempt to increase the response time of the IMAP server, which can be somewhat slow for them - especially through SquirrelMail. Would the mdir format help in this situation as well? Last question, how difficult is it to back up the mdir format? Currently I cron a tar job, nightly, to backup the mboxes to another server to allow for tape backups (the tape unit on the server in question doesn't want to play nice with FreeBSD), and have had no difficulty in accomplishing this. Can I accomplish the same style of backups when moving to mdir? I'm in the middle of setting up a server to try out various IMAP servers to test which would provide the best response for our specific needs (low number of users - high volume of saved email), and would appreciate any opinions on the matter as it would probably save considerable time picking the right software to begin with. Best regards, Greg Groth From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:18:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 782FF16A4DE for ; Tue, 11 Jul 2006 15:18:49 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60020.mail.yahoo.com (web60020.mail.yahoo.com [209.73.178.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C49D43D69 for ; Tue, 11 Jul 2006 15:18:43 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 44112 invoked by uid 60001); 11 Jul 2006 15:18:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AspLnkT3iy3RPPAlQzlwdbTmVa8dKVjb1Q5nGGK+6QTL1Ot0MPO36FJjCxspb7NX0hshfhKqRMSQbdzQPQgzVX6rqlPzs75/uRxMCSfveABnIiM1W2HsMqJvu2kTrI0bPXtBpXnxuKV2+6JbqKddSSdfO6rymJLZ5GIsORIylG4= ; Message-ID: <20060711151843.44110.qmail@web60020.mail.yahoo.com> Received: from [66.131.121.105] by web60020.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 11:18:43 EDT Date: Tue, 11 Jul 2006 11:18:43 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711134909.GB78308@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:18:49 -0000 --- Giorgos Keramidas wrote: > On 2006-07-11 09:40, Peter wrote: > >--- Giorgos Keramidas wrote: > >>On 2006-07-11 09:09, Peter wrote: > >>> I have the following in my .xinitrc file: > >>> > >>> aterm -e screen & > >>> > >>> What is happening is that neither /etc/profile nor ~/.profile are > >>> being read. How can I get either of them to be sourced? > >> > >> By default, xterm, rxvt, aterm and various other terminal > emulators > >> start non-login shells. This means that .profile is not sourced > by > >> the > >> shell spawned by the terminal. You can enable a `login shell' > inside > >> one of these terminal emulators with the -ls option: > >> > >> aterm -ls -e screen & > >> > > > > I added this option but I still do not get my ~/.profile sourced > (no > > aliases). Going '. ~/.profile' gives me my aliases. How does > aterm > > know what file to look for? > > aterm doesn't care about .profile or other files. It starts a shell, > based on the $SHELL environment variable and your login shell from > `/etc/passwd'. > > What shell are you using? $ echo $SHELL /usr/local/bin/bash $ grep peter /etc/passwd peter:*:1002:100:User &:/home/peter:/usr/local/bin/bash Do I need to set up a different file (.bashrc)? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:19:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C7416A4DF for ; Tue, 11 Jul 2006 15:19:13 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id C897343D7E for ; Tue, 11 Jul 2006 15:19:10 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k6BFJ8HR070818; Tue, 11 Jul 2006 08:19:09 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 11:18:27 -0400 User-Agent: KMail/1.9.3 References: <20060711124346.33919.qmail@web60017.mail.yahoo.com> In-Reply-To: <20060711124346.33919.qmail@web60017.mail.yahoo.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607111118.27446.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Peter Subject: Re: been buggin' me for a while now (console resolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:19:14 -0000 On Tuesday 11 July 2006 08:43, Peter wrote: > --- Giorgos Keramidas wrote: > > On 2006-07-10 23:32, Peter wrote: > > >--- Stubborn wrote: > > >> You need to recompile your kernel with below > > >> options VESA > > > > > > Allright, did that. [snip] > I can manually get 80x60 with 'vidcontrol 80x60' and this is good > enough for me. How do I automate this at bootup? I typically can do "VGA_80x60" on most modern hardware. I can't remember what the difference between the "VGA" modes and others are, but I knew at one point and decided that "VGA" modes were better. Also, if that's not good enough for you then you can use arbitrary VESA graphics modes (as long as you're running 6.x or -CURRENT). On this machine I have: allscreens_flags="-f 8x14 cp437-8x14.fnt MODE_346" In /etc/rc.conf. On my video hardware, mode 346 is: 346 (0x15a) 0x0000000f G 1600x1200x32 1 8x16 0xa0000 64k 64k 0x88000000 8000k That gives me a 1600x1200 raster display using an 8x14 font, for a console size of 85 rows and 200 columns. You can experiment with different modes (and font sizes) until you find a combination that a) works and b) you like. Use vidcontrol from the command line to experiment before modifying rc.conf, so you can switch to another virtual terminal if you switch to an unsupported mode. HTH, JN From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:51:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7D7A16A4DA for ; Tue, 11 Jul 2006 15:51:02 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web81615.mail.mud.yahoo.com (web81615.mail.mud.yahoo.com [68.142.198.254]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E42D43D45 for ; Tue, 11 Jul 2006 15:51:02 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 17728 invoked by uid 60001); 11 Jul 2006 15:51:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=psl/ASGO0Ds4kVnDic3fcYy+ztlqZmde0yhKZ53ypADrXVxQkYJj8uD/TVIxXaX+rEhnF/1cC/Y3EMc/bylYy3HsCQdeipLGaUMHklWzhwg+Oyw3ZVO8fe3/U9TGU6t7tATlx+0FDSK+VfV3ktq5U/Y84i2GniZmcZupjupOG7o= ; Message-ID: <20060711155102.17724.qmail@web81615.mail.mud.yahoo.com> Received: from [63.240.228.37] by web81615.mail.mud.yahoo.com via HTTP; Tue, 11 Jul 2006 08:51:01 PDT Date: Tue, 11 Jul 2006 08:51:01 -0700 (PDT) From: To: backyard1454-bsd@yahoo.com, Brian Henning , freebsd-questions@freebsd.org In-Reply-To: <20060711143417.6377.qmail@web81614.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: DWL-650 Revision M X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 15:51:02 -0000 --- backyard1454-bsd@yahoo.com wrote: > > > > currently own a wireless > > card Dlink (DWL-650 Revision M) and I am not able > to > > get FreeBSD 6.1 to load > > the wi driver. I perused the wi man pages and > found > I believe this is the WiFi card I have. The > SuperMMimo > or whatever extension 108Mbps throughput and all > that > good stuff... > > Use the Windows XP driver file and inf and use the > NDIS emulation driver builder to generate a kernel > module for that card. I know this makes the driver, > I > have not verified that I can connect yet with it, > but > I have heard this is the best way to do it. > > I know it tells me a file is missing > /compat/ndis/Reg?????? something or other. I have > not > looked into the man pages for this file but I would > have to guess it is just a registry layer for > tweaking > the driver. However the module loads without errors > and ifconfig says the device is detected, and all > the > lights on the card start blinking. I just have a > nasty > WPA key that I've been too lazy to copy from my > Windows partition to verify that everything is > indeed > working (and I refuse to leave my connection > insecure > even for a second or three.) Also haven't had time > to > address the missing Registry compat file. > > This assumes your are using Rel_6 (which you are, if > one can read one has a fortune...) I know there is a > nice simple script file that does all the work for > you, the name just escapes me but the ndis manpage > is > a great place to start. > > good luck > > > -brian > I knew I was forgetting something... the .INF file has some anomalies in it that will make the script file not make a kernel module out of the box. There is a line which the script will spit out for you that won't compile correctly. This line has something to do with switching the credentials of an unkown user to that of an administerator user or some such thing along those lines. This line has to be commented out of the INF file for everything to work correctly. I do not think this line effects the driver but nobody becoming root is something FreeBSD doesn't seem to like and justifiably so... I guess I shouldn't be supprised to see that Windows thinks this is perfectly acceptable. -brian From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:57:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59BD216A4DE for ; Tue, 11 Jul 2006 15:57:11 +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 8D0FC43D45 for ; Tue, 11 Jul 2006 15:57:09 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BFuY6v009716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 18:56:43 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BFuSqm099330; Tue, 11 Jul 2006 18:56:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BFuRsK099329; Tue, 11 Jul 2006 18:56:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 18:56:27 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711155627.GA99279@gothmog.pc> References: <20060711134909.GB78308@gothmog.pc> <20060711151843.44110.qmail@web60020.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711151843.44110.qmail@web60020.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.688, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.71, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:57:11 -0000 On 2006-07-11 11:18, Peter wrote: >>> I added this option but I still do not get my ~/.profile sourced >>> (no aliases). Going '. ~/.profile' gives me my aliases. How does >>> aterm know what file to look for? >> >> aterm doesn't care about .profile or other files. It starts a shell, >> based on the $SHELL environment variable and your login shell from >> `/etc/passwd'. >> >> What shell are you using? > > $ echo $SHELL > /usr/local/bin/bash > > $ grep peter /etc/passwd > peter:*:1002:100:User &:/home/peter:/usr/local/bin/bash > > Do I need to set up a different file (.bashrc)? GNU bash will not read .profile if you also have a .bash_profile file. What do you see in your HOME directory with: $ ls -ld .*profile .*rc In my local setup here, I see something like this: $ pwd /home/giorgos $ ls -ld .bash* .sh* .profile -rw------- 1 giorgos giorgos - 30103 Jul 11 18:47 .bash_history -rw-rw-r-- 1 giorgos giorgos - 318 Jul 11 17:47 .bash_profile -rw-rw-r-- 1 giorgos giorgos - 3742 Jul 11 18:17 .bashrc -rw-rw-r-- 1 giorgos giorgos - 1006 Mar 29 07:19 .profile -rw-rw-r-- 1 giorgos giorgos - 1433 Nov 18 2004 .shrc $ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 15:59:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A11CD16A4DE for ; Tue, 11 Jul 2006 15:59:19 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D4D343D6E for ; Tue, 11 Jul 2006 15:59:18 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k6BFxFHR018397; Tue, 11 Jul 2006 08:59:16 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 11:58:33 -0400 User-Agent: KMail/1.9.3 References: <44B3A7AA.1050600@enternet.hu> <20060711110756.ed476751.wmoran@collaborativefusion.com> In-Reply-To: <20060711110756.ed476751.wmoran@collaborativefusion.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607111158.33989.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: "Nagy =?iso-8859-1?q?L=E1szl=F3=5C?="" "@ns1.jnielsen.net, Bill Moran Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 15:59:19 -0000 On Tuesday 11 July 2006 11:07, Bill Moran wrote: > In response to "Nagy L=E1szl=F3" : > > Are there any alternative IMAP servers that have good support (e.g. > > working mailing list, up-to-date documentation), and can share IMAP > > folders between users? > > > dovecot -- early stages of development, can I trust in this? > > I've been using Dovecot on various production servers since it was in > beta. I highly recommend it. On Tuesday 11 July 2006 10:29, albi wrote: > i can happily recommend Dovecot, really easy to install (Cyrus really > isn't), supports both Maildir and mbox, been using it for years without > any problems (i used courier before that, but i like dovecot much better) > > see here : http://www.dovecot.org and > http://wiki.dovecot.org/ I second (third?) both of the above. I switched my main production mail ser= ver=20 from imap-uw to dovecot about a year ago and have been much happier since. = It=20 is very stable, and handles large folders and concurrent connections to the= =20 same account very smoothly (both things I had issues with using imap-uw). I= =20 think that dovecot's "betas" are like other products' "release=20 candidates"--I've never had the sense that I'm using beta software. It also supports shared folders, although I haven't had a need to experimen= t=20 with that. JN From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:02:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 703C216A4DE for ; Tue, 11 Jul 2006 16:02:57 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A51443D5D for ; Tue, 11 Jul 2006 16:02:52 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.147] (helo=anti-virus03-10) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1G0KhG-00048M-Td; Tue, 11 Jul 2006 17:02:50 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1G0KhG-00066v-8P; Tue, 11 Jul 2006 17:02:50 +0100 Message-ID: <44B3CBA9.2050709@dial.pipex.com> Date: Tue, 11 Jul 2006 17:02:49 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Giorgos Keramidas References: <20060711125448.GA77175@gothmog.pc> <20060711130938.72503.qmail@web60014.mail.yahoo.com> <20060711132336.GB77495@gothmog.pc> <44B3B6B1.2050801@dial.pipex.com> <20060711144739.GA79957@gothmog.pc> In-Reply-To: <20060711144739.GA79957@gothmog.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Peter , freebsd-questions Subject: Re: aterm -e screen does not source .bashrc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:02:57 -0000 Giorgos Keramidas wrote: >Agreed. My current .bash_profile is basically a minimal wrapper around >.bashrc these days: > >% gothmog % cat -n .bash_profile >% 1 # Startup file for login instances of the bash(1) shell. >% 2 # $RCS: giorgos/.bash_profile,v 1.10 2005/07/10 21:10:39 giorgos Exp $ >% 3 >% 4 # First of all, run a .bashrc file if it exists. >% 5 test -f ~/.bashrc && . ~/.bashrc >% 6 >% 7 # The following section should be pretty minimal, if present at all. >% 8 mesg y >/dev/null 2>&1 >% 9 /usr/bin/true >% gothmog % > > > I've found the distinction quite useful since, for example, I only want to run ssh-agent when logging in on the console, but not if I su, say. (I also share all my shell configuration files with my root identity, so I would expect to su on the console). Also, stuff like limits and exported environment variables only need to get set in the shell that owns all the others. And if you have things like mail notifications, or fortune, they just become irritating if you get them in every single xterm. --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:05:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1CB616A4E5 for ; Tue, 11 Jul 2006 16:05:49 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60020.mail.yahoo.com (web60020.mail.yahoo.com [209.73.178.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 3776F43D6D for ; Tue, 11 Jul 2006 16:05:49 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 64412 invoked by uid 60001); 11 Jul 2006 16:05:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iHB5o820OHIjiOOs9CeZh/c+75ek43jOfhrjhzO6qYAMDkIaL2EPFwd2lJTCSILIXu7O8jbz48HMHdpxwCYPq30CRmkUj9xPkCVyvF8Fy2SICN/TvMncuudByv4JwaTg5v27OZ6ces7SzLI/j5zYgb3PmU1QLdqXmpWxcnHLYr0= ; Message-ID: <20060711160548.64410.qmail@web60020.mail.yahoo.com> Received: from [66.131.121.105] by web60020.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 12:05:48 EDT Date: Tue, 11 Jul 2006 12:05:48 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711155627.GA99279@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:05:49 -0000 --- Giorgos Keramidas wrote: > On 2006-07-11 11:18, Peter wrote: > >>> I added this option but I still do not get my ~/.profile sourced > >>> (no aliases). Going '. ~/.profile' gives me my aliases. How > does > >>> aterm know what file to look for? > >> > >> aterm doesn't care about .profile or other files. It starts a > shell, > >> based on the $SHELL environment variable and your login shell from > >> `/etc/passwd'. > >> > >> What shell are you using? > > > > $ echo $SHELL > > /usr/local/bin/bash > > > > $ grep peter /etc/passwd > > peter:*:1002:100:User &:/home/peter:/usr/local/bin/bash > > > > Do I need to set up a different file (.bashrc)? > > GNU bash will not read .profile if you also have a .bash_profile > file. > > What do you see in your HOME directory with: > > $ ls -ld .*profile .*rc > > In my local setup here, I see something like this: > > $ pwd > /home/giorgos > $ ls -ld .bash* .sh* .profile > -rw------- 1 giorgos giorgos - 30103 Jul 11 18:47 > .bash_history > -rw-rw-r-- 1 giorgos giorgos - 318 Jul 11 17:47 > .bash_profile > -rw-rw-r-- 1 giorgos giorgos - 3742 Jul 11 18:17 .bashrc > -rw-rw-r-- 1 giorgos giorgos - 1006 Mar 29 07:19 .profile > -rw-rw-r-- 1 giorgos giorgos - 1433 Nov 18 2004 .shrc $ ls -ld .*profile .*rc -rw-rw---- 1 peter users 767B Jul 29 2005 .cshrc -rw------- 1 peter users 26B May 2 11:08 .dmrc -rw-rw---- 1 peter users 331B Jul 29 2005 .mailrc -rw-rw---- 1 peter users 31B Jun 28 21:33 .mcoprc -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile -rw-r--r-- 1 peter users 616B Jun 19 22:10 .screenrc -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc -rw-rw---- 1 peter users 402B Jul 11 09:29 .xinitrc __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:10:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3348B16A4E5 for ; Tue, 11 Jul 2006 16:10:53 +0000 (UTC) (envelope-from ronw@bals.org) Received: from bal.bals.org (bal.bals.org [65.122.161.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED0743D6B for ; Tue, 11 Jul 2006 16:10:52 +0000 (GMT) (envelope-from ronw@bals.org) Received: from [192.168.0.35] (ronw.bals.org [192.168.0.35]) (authenticated bits=0) by bal.bals.org (8.13.7/8.13.6) with ESMTP id k6BGAo2o064975; Tue, 11 Jul 2006 12:10:50 -0400 (EDT) (envelope-from ronw@bals.org) Message-ID: <44B3CD6F.2030704@bals.org> Date: Tue, 11 Jul 2006 12:10:23 -0400 From: Ron Wilhoite Organization: Bay Area Legal Services, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Greg Groth References: <44B3A7AA.1050600@enternet.hu> <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> <44B3B441.3020408@locolomo.org> <44B3B5AD.1080308@scii.nl> <44B3C140.5040907@gregs-garage.com> In-Reply-To: <44B3C140.5040907@gregs-garage.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (bal.bals.org [192.168.0.2]); Tue, 11 Jul 2006 12:10:50 -0400 (EDT) Cc: freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ronw@bals.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 16:10:53 -0000 On 7/11/2006 11:18 AM, Greg Groth wrote: > On 7/11/2006 9:29 AM, albi wrote: >> Erik Norgaard wrote: >> > > I would like to ask a couple more in depth questions pertaining to this > conversation. We recently switched from POP3 & Outlook Express to IMAP > using IMAP-UW & Thunderbird. Personally I have had no issues with > IMAP-UW, but the users in our office have had issues with the mbox > format itself. Specifically they cannot store messages & subfolders > within a folder (referring to the Thunderbird definition of a folder). > In mbox, since a given folder is not a directory, but a file, you cannot > place a subfolder within that file. Outlook Express' POP3 > implementation did not have this behavior. Right or wrong, my users > have requested that I attempt to restore this functionality in IMAP. Am > I correct in assuming that if I switch to a mdir format server, it will > operate in the manner they are requesting? I do this with Thunderbird and Dovecot using maildir for IMAP users. > > My next question is in regards to scalability, not so much in the way of > users, but in the amount of mail they store. Currently we have about 20 > email accounts, and for the most part the users keep their email to a > reasonable amount. However I do have 5 users that insist they save > everything, and do not clean out their InBoxes. Currently they retain > email going back 5 years, and have mail folders in excess of a couple of > gigs apiece. Since one of these people is the owner, I have little > chance of changing this policy. However they are asking that I attempt > to increase the response time of the IMAP server, which can be somewhat > slow for them - especially through SquirrelMail. Would the mdir format > help in this situation as well? I saw a dramatic improvement in speed with both Thunderbird and Squirrelmail after switching from mbox to maildir. > > Last question, how difficult is it to back up the mdir format? > Currently I cron a tar job, nightly, to backup the mboxes to another > server to allow for tape backups (the tape unit on the server in > question doesn't want to play nice with FreeBSD), and have had no > difficulty in accomplishing this. Can I accomplish the same style of > backups when moving to mdir? I rsync both mbox and maildir message stores with no problem. Tar should copy your maildir folders with no problem. You might be slightly surprised when you realize each message is a separate file with maildir. > > I'm in the middle of setting up a server to try out various IMAP servers > to test which would provide the best response for our specific needs > (low number of users - high volume of saved email), and would appreciate > any opinions on the matter as it would probably save considerable time > picking the right software to begin with. > Dovecot was simple to install (from ports), has sensible defaults, lets me seamlessly support POP and IMAP users (about 100), with inboxes (/var/mail/username) still in mbox format, but all other folders in maildir format for IMAP users. Dovecot's developer, Timo Sirainen, is active and extremely helpful on the mailing list. Ron Wilhoite From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:19:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85CCA16A4E2 for ; Tue, 11 Jul 2006 16:19:39 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from skywagon.kjsl.com (skywagon.kjsl.com [69.36.240.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id B575C43D49 for ; Tue, 11 Jul 2006 16:19:38 +0000 (GMT) (envelope-from javier@kjsl.com) Received: from [64.102.51.199] (dhcp-64-102-51-199.cisco.com [64.102.51.199]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by skywagon.kjsl.com (Postfix) with ESMTP id 1844A2A682A; Tue, 11 Jul 2006 12:19:38 -0400 (EDT) In-Reply-To: <44B3CD6F.2030704@bals.org> References: <44B3A7AA.1050600@enternet.hu> <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> <44B3B441.3020408@locolomo.org> <44B3B5AD.1080308@scii.nl> <44B3C140.5040907@gregs-garage.com> <44B3CD6F.2030704@bals.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Javier Henderson Date: Tue, 11 Jul 2006 12:20:25 -0400 To: Ronw@bals.org X-Mailer: Apple Mail (2.752.2) Cc: Greg Groth , freebsd-questions@freebsd.org Subject: Migrating from mbox to maildir (was Re: IMAP server alternatives) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:19:39 -0000 > I saw a dramatic improvement in speed with both Thunderbird and > Squirrelmail after switching from mbox to maildir. How did you handle the transition from mbox to maildir? -jav From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:24:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09AC316A50D for ; Tue, 11 Jul 2006 16:24:11 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADCD43D76 for ; Tue, 11 Jul 2006 16:24:10 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 316804084 for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 12:24:09 -0400 Received: (qmail 22726 invoked from network); 11 Jul 2006 16:24:09 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 11 Jul 2006 16:24:09 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B3D0A7.4010206@ywave.com> Date: Tue, 11 Jul 2006 09:24:07 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Thierry Lacoste References: <200607101841.21965.th.lacoste@wanadoo.fr> In-Reply-To: <200607101841.21965.th.lacoste@wanadoo.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Segmentation fault with smbpasswd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:24:11 -0000 Thierry Lacoste wrote: > I'm running FreeBSD 6.1-RELEASE and installed samba-3.0.22,1 > from a relatively recent snapshot or /usr/ports. > > Here is the global section of my /usr/local/etc/smb.conf: > > [global] > workgroup = OFFICE > server string = Samba Server > passdb backend = tdbsam > logon script = scripts\logon.bat > logon path = \\%L\Profiles\%U > logon drive = H: > logon home = \\%L\%U > domain logons = Yes > os level = 35 > preferred master = Yes > domain master = Yes > > After a fresh install of samba smbpasswd gives this: > [root@aldebaran ~]# smbpasswd -a admin > New SMB password: > Retype new SMB password: > Unable to open/create TDB passwd > Unable to open/create TDB passwd > pdb_getsampwnam: TDB passwd (/usr/local/private/passdb.tdb) did not exist. > File successfully created. > Segmentation fault: 11 (core dumped) > > Then it gives this: > [root@aldebaran ~]# smbpasswd -a admin > New SMB password: > Retype new SMB password: > Unable to open/create TDB passwd > pdb_getsampwnam: Unable to open TDB passwd (/usr/local/private/passdb.tdb)! > account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), > returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), > returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to > change password), returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password > age), returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password > age), returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), > returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count minutes), > returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout attempt), > returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), > returning 0 > account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine > password change), returning 0 > TDBSAM version too old (0), trying to convert it. > TDBSAM converted successfully. > Added user admin. > > After that, samba seems to work properly. > > If I touch /usr/local/private/passdb.tdb after a fresh install of samba > I have directly the second behavior (no segfault) and then again samba > is operational. > > What did I miss? > > Regards, > Thierry. You possibly found a bug in the port. Contact the maintainer or file a pr. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:31:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 039EF16A4DE for ; Tue, 11 Jul 2006 16:31:45 +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 8B5BF43D67 for ; Tue, 11 Jul 2006 16:31:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BGVIGH011961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 19:31:23 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BGVC2N000451; Tue, 11 Jul 2006 19:31:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BGVCVI000450; Tue, 11 Jul 2006 19:31:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 19:31:11 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711163111.GA246@gothmog.pc> References: <20060711155627.GA99279@gothmog.pc> <20060711160548.64410.qmail@web60020.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711160548.64410.qmail@web60020.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.694, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:31:45 -0000 On 2006-07-11 12:05, Peter wrote: >--- Giorgos Keramidas wrote: >> What do you see in your HOME directory with: >> >> $ ls -ld .*profile .*rc >> >> In my local setup here, I see something like this: >> >> $ pwd >> /home/giorgos >> $ ls -ld .bash* .sh* .profile >> -rw------- 1 giorgos giorgos - 30103 Jul 11 18:47 .bash_history >> -rw-rw-r-- 1 giorgos giorgos - 318 Jul 11 17:47 .bash_profile >> -rw-rw-r-- 1 giorgos giorgos - 3742 Jul 11 18:17 .bashrc >> -rw-rw-r-- 1 giorgos giorgos - 1006 Mar 29 07:19 .profile >> -rw-rw-r-- 1 giorgos giorgos - 1433 Nov 18 2004 .shrc > > > $ ls -ld .*profile .*rc > -rw-rw---- 1 peter users 767B Jul 29 2005 .cshrc > -rw------- 1 peter users 26B May 2 11:08 .dmrc > -rw-rw---- 1 peter users 331B Jul 29 2005 .mailrc > -rw-rw---- 1 peter users 31B Jun 28 21:33 .mcoprc > -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile > -rw-r--r-- 1 peter users 616B Jun 19 22:10 .screenrc > -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc > -rw-rw---- 1 peter users 402B Jul 11 09:29 .xinitrc Damn :( Sorry for the bogus request. I meant: $ ls -ld .bash* .sh* .profile and I correctly used this in my own check, but then forgot to fix the one I asked you for. What you sent doesn't show any .bash* files and I still don't know if you have both a .bash_profile and a .profile file. Can you please also send the output of: $ ls -ld .bash* .sh* .profile Sorry for the confusion... From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:34:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F25E816A577 for ; Tue, 11 Jul 2006 16:34:09 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3AAD43DAB for ; Tue, 11 Jul 2006 16:33:33 +0000 (GMT) (envelope-from chris@chrismaness.com) Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm15.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k6BGXXEq001164 for ; Tue, 11 Jul 2006 12:33:33 -0400 X-ORBL: [75.19.1.89] Received: from [192.168.4.2] (adsl-75-19-1-89.dsl.irvnca.sbcglobal.net [75.19.1.89]) by pimout6-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k6BGXVkd104842 for ; Tue, 11 Jul 2006 12:33:32 -0400 Message-ID: <44B3D2DB.1040406@chrismaness.com> Date: Tue, 11 Jul 2006 09:33:31 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.4 (X11/20060710) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ATAPICAM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:34:10 -0000 How do I load atapicam at boot time. I tried to have it load the same way I have the sound modules load, and it doesn't work. After the system is up and running I can load just fine. Thanks, Chris Maness From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:39:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A59916A4DA for ; Tue, 11 Jul 2006 16:39:22 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60017.mail.yahoo.com (web60017.mail.yahoo.com [209.73.178.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E26C43D7B for ; Tue, 11 Jul 2006 16:39:19 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 26746 invoked by uid 60001); 11 Jul 2006 16:39:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5wpx0D1GQhaNIujCI4nfKHtLBpwnOyriaMTCdio2LeFCGlDQx+aUf3w4gNVcNcSgLg4AC34wFF5diJD5JLyOs7OTQL89CUlrPbmQfWech1iu3n9vwiZ65oOJvdLcJVXUzISDJvwt8RDIP8pKzA3PzJzBvboN1dN+HgePyEyEq20= ; Message-ID: <20060711163919.26744.qmail@web60017.mail.yahoo.com> Received: from [66.131.121.105] by web60017.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 12:39:19 EDT Date: Tue, 11 Jul 2006 12:39:19 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711163111.GA246@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:39:22 -0000 --- Giorgos Keramidas wrote: > Can you please also send the output of: > > $ ls -ld .bash* .sh* .profile $ ls -ld .bash* .sh* .profile -rw-rw---- 1 peter users 7.7K Jul 11 09:31 .bash_history -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:39:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F33716A4DF for ; Tue, 11 Jul 2006 16:39:47 +0000 (UTC) (envelope-from freebsd-questions@voidcaptain.com) Received: from mx4.x15.net (mx4.x15.net [69.55.237.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D7843D4C for ; Tue, 11 Jul 2006 16:39:43 +0000 (GMT) (envelope-from freebsd-questions@voidcaptain.com) Received: from j1.x15.net [63.196.213.76] by mx4.x15.net with ESMTP id 605291429X1G0LGw0009l3Pp; Tue, 11 Jul 2006 16:39:42 +0000 Message-ID: <44B3D42F.5050201@voidcaptain.com> Date: Tue, 11 Jul 2006 09:39:11 -0700 From: Pete Slagle MIME-Version: 1.0 To: =?ISO-8859-1?Q?Nagy_L=E1szl=F3?= References: <44B3A7AA.1050600@enternet.hu> In-Reply-To: <44B3A7AA.1050600@enternet.hu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 16:39:47 -0000 Nagy L=E1szl=F3 wrote: > Are there any alternative IMAP servers that have good support (e.g.=20 > working mailing list, up-to-date documentation), and can share IMAP=20 > folders between users? I was a satisfied courier-imap user for several years. A few months ago I switched to dovecot because it is faster in my installation. (Transition was easy using maildir with both.) Both have active developers. > courier -- uses the maildir format, but I'm not sure about sharing Works great, bullet-proof in my experience. > dovecot -- early stages of development, can I trust in this? Also works great. Easier configuration than courier-imap. Significantly more responsive than courier-imap with Thunderbird clients here using IMAP only. Seems very solid; zero problems in first few months of use. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 16:53:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6226516A4DD for ; Tue, 11 Jul 2006 16:53:35 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587F143D70 for ; Tue, 11 Jul 2006 16:53:32 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 316823514 for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 12:53:31 -0400 Received: (qmail 10973 invoked from network); 11 Jul 2006 16:53:31 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 11 Jul 2006 16:53:31 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B3D789.1080104@ywave.com> Date: Tue, 11 Jul 2006 09:53:29 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 References: <44AFB730.5090905@rug.nl> <20060708151023.GD18199@wananchi.com> <44B10BC2.3020807@rug.nl> <200607101619.08802.mark@msen.com> In-Reply-To: <200607101619.08802.mark@msen.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: a.l.w.kuijper@rug.nl, freebsd-questions@freebsd.org Subject: Re: usb storage device mounting problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 16:53:35 -0000 > On Sunday 09 July 2006 9:59 am, Bram Kuijper wrote: >> Hi, >> >> still cannot seem to get usb device working as an ordinary user between >> multiple reboots, without doing /etc/rc.d/devfs start as root every time. >> >> did the following things described under 4.3.3. from >> http://www.gphoto.org/doc/manual/permissions-usb.html >> >> added this to devfs.rules: >> >> [usb_devices=10] >> add path 'da*s*' mode 0666 group usb >> add path 'ugen*' mode 0666 group usb >> >> added this to rc.conf: >> devfs_system_ruleset="usb_devices" >> >> >> removed this from devfs.conf: >> >> own /dev/fd0 root:operator >> perm /dev/fd0 0666 >> >> >> then, I restarted my rc.conf: >> /etc/rc.d/devfs start >> >> now, it is possible to mount the device as described, however only >> during this login. If I reboot, I have to do devfs start again as root. >> >> anybody knows how to retain these settings between multiple reboots? >> >> TIA, >> Bram An 'ls -l /dev/da*' and 'ls -l /dev/u*' just after reboot might be helpful to see if /some/ of the permissions are being set on boot. Next, double check your devfs.conf - in your email you said you removed permissions related to the floppy not the USB devices, maybe there's a conflict. Also, after a reboot but before doing a devfs start, unplug your USB device and then plug it back in - to see if devfs is working. I tried to reproduce your problem with a USB flash drive, but I can't. What kind of USB device are you using? Maybe it's a driver error. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:20:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5331216A4EC for ; Tue, 11 Jul 2006 17:20:30 +0000 (UTC) (envelope-from stuffynose@earthlink.net) Received: from elasmtp-mealy.atl.sa.earthlink.net (elasmtp-mealy.atl.sa.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD4143D55 for ; Tue, 11 Jul 2006 17:20:27 +0000 (GMT) (envelope-from stuffynose@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=qzRoVovhqDnJczEbuCaPQLDWorXQSWpcRa6sXdZd70Pf9tyngdbLsu4Nd3RWw7Uf; h=Message-ID:Date:From:Reply-To:To:Subject:Cc:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [209.86.224.35] (helo=elwamui-huard.atl.sa.earthlink.net) by elasmtp-mealy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1G0LuM-0007HY-Pr; Tue, 11 Jul 2006 13:20:26 -0400 Received: from 69.88.88.170 by webmail.pas.earthlink.net with HTTP; Tue, 11 Jul 2006 13:20:26 -0400 Message-ID: <7694563.1152638426807.JavaMail.root@elwamui-huard.atl.sa.earthlink.net> Date: Tue, 11 Jul 2006 12:20:26 -0500 (GMT-05:00) From: Karl Hammerschmidt To: Lowell Gilbert Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: 5aa0aae0a3a1a91b20cd87f5b69148f6239a348a220c26097660bb59284c415c7fb2fdee99641d00666fa475841a1c7a350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 209.86.224.35 Cc: freebsd-questions@freebsd.org Subject: Re: k3b package X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Karl Hammerschmidt List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:20:30 -0000 The port works just fine. I already installed it. I was only going to use packages because I was in a hurry. I did notice that it depends on libdvdcss, as does kaffeine. I couldn't find either of them in any of the subdirectories under pub/FreeBSD/ports/i386 on any of the mirrors that I checked, including several non-US ones. I used an ftp client to double-check, so I'm not just relying on the output of 'pkg_add -r'. Given that they rely on libdvdcss, maybe they aren't on the server for legal reasons. (DMCA, etc.) - Karl -----Original Message----- >From: Lowell Gilbert >Sent: Jul 10, 2006 1:41 PM >To: Karl Hammerschmidt >Cc: freebsd-questions@freebsd.org >Subject: Re: k3b package > >Karl Hammerschmidt writes: > >> I was planning to install k3b from a package, but I wasn't >> able to find it in packages-6-stable or packages-6.0-release >> on any of the ftp mirrors. >> >> Am I missing something? > >Well, I just built it successfully, and the port itself isn't marked >for avoiding packaging, so I don't see offhand why you can't find a >package. > >I guess you'll need to use the port for now. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:24:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4845B16A4DD for ; Tue, 11 Jul 2006 17:24:30 +0000 (UTC) (envelope-from eugeny.kuzakov@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 A5A9B43D46 for ; Tue, 11 Jul 2006 17:24:29 +0000 (GMT) (envelope-from eugeny.kuzakov@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so3956252pyb for ; Tue, 11 Jul 2006 10:24:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=pqtGxtp7RFVx3nYcGQTHZbfHAFU9GXWUBOd8XimfBt1r8990bei5Z1Na15sy6G4o7RkbUhTr8wBI22gBg92qIyJqk1qmn1TE2VqI+sd+UOCs1Sd5i5HE7+rB9S4Y13LG6tPT65GXe6cIuYwXuKiHHGBxw0ialxCbycvHdCkDJfE= Received: by 10.35.111.14 with SMTP id o14mr6904057pym; Tue, 11 Jul 2006 10:24:27 -0700 (PDT) Received: by 10.35.42.9 with HTTP; Tue, 11 Jul 2006 10:24:27 -0700 (PDT) Message-ID: <146805bd0607111024g4c844e6bu90a2bbf532ebe4f5@mail.gmail.com> Date: Tue, 11 Jul 2006 21:24:27 +0400 From: "Eugeny Kuzakov" Sender: eugeny.kuzakov@gmail.com To: "Lowell Gilbert" In-Reply-To: <44veq4wa3v.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> <44veq4wa3v.fsf@be-well.ilk.org> X-Google-Sender-Auth: 68655a8565c3fad1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:24:30 -0000 On 7/11/06, Lowell Gilbert wrote: > > Doesn't "software RAID" imply "Windows software"? Not. Just see http://linux-ata.org/faq-sata-raid.html How does work? In adapter's bios you can setup in raid configaration. Raid 1 or Raid0. Adapter hasn't any processor. Jusy bios&sata conroller chips. In result bios will write some meta data to the disks about raid configuration. when you OS boots, it's see the metadata and and OS driver begin work as wrote in metadata using usual sata connamd directly to both disks. -- Best wishes, Coredumped. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:35:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2CF16A4DA for ; Tue, 11 Jul 2006 17:35:16 +0000 (UTC) (envelope-from eugeny.kuzakov@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCA443D58 for ; Tue, 11 Jul 2006 17:35:15 +0000 (GMT) (envelope-from eugeny.kuzakov@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so3960072pyb for ; Tue, 11 Jul 2006 10:35:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=crmn6rxsvPknogDcmE/N2CyhFNsN6vmDVujuSzIU+kOdsFqn81mOk1jb3mxeKfSdPZp2+8mPhYdSHL2opOfPjOUXirw3QClTf+ouF6FPIXT+M6oSq+2zGHnPpJXvDjzwF9BqX+BnkNZpHxIrLlf3rpt6wKtWD64aWYjIeZA+Qvk= Received: by 10.35.37.18 with SMTP id p18mr6927267pyj; Tue, 11 Jul 2006 10:35:14 -0700 (PDT) Received: by 10.35.42.9 with HTTP; Tue, 11 Jul 2006 10:35:14 -0700 (PDT) Message-ID: <146805bd0607111035u6580d7b1k4cc7ed0bbf894ad7@mail.gmail.com> Date: Tue, 11 Jul 2006 21:35:14 +0400 From: "Eugeny Kuzakov" Sender: eugeny.kuzakov@gmail.com To: "Alex Zbyslaw" In-Reply-To: <44B3AB3E.6050602@dial.pipex.com> MIME-Version: 1.0 References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> <44veq4wa3v.fsf@be-well.ilk.org> <44B3AB3E.6050602@dial.pipex.com> X-Google-Sender-Auth: 4e9a8e783f6508df Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:35:16 -0000 On 7/11/06, Alex Zbyslaw wrote: > > Lowell Gilbert wrote: > > Er, no, unless I am much mistaken it doesn't imply that at all (see man > ataraid). FreeBSD handles plenty of "software" (metadata only) RAIDs, > though I believe that an archive search will turn up that the sil3112 is > possibly the worst such RAID ever and was a poor choice of RAID card, > however cheap. Try google. SiL are listed among the controllers > supported by ataraid on 6.1 so I would expect the RAID to be recognised > even if it performed badly. Of course you are right in all the points!:( I know it now, at the moment of buy I didn't know what chip is used in the Tekram TR-822.. I was very surprised when I see chip name... I don'e think that is the solution worst, but problem is different metadata formats in different BIOSes... Initially I asked who uses sil3112 and hasn't pronlems:) Today I will try to update flash bios to some older version, but it's designed for linux... I hope FreeBSD driver recongnise it's metadata format... I've not used such a RAID so perhaps some specific action with > atacontrol is required. I see at least two problems: 1. If I create raid1 or raid0 using atacontrol create bla-bla-bla then I see new device -- ar0. After paririoning&labeling I try to newfs it... FreeBSD hungs in same moment without any warnings... 2. If I create raid1 or raid0 using bios utility of sil3112 then FreeBSD driver doesn'y recognise this metadata. It's just see disk drives and nothing more....:( -- Best wishes, Coredumped. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:37:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91CE416A4E2 for ; Tue, 11 Jul 2006 17:37:03 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A16C43D55 for ; Tue, 11 Jul 2006 17:37:03 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail3.panix.com (Postfix) with ESMTP id 42DE313A867 for ; Tue, 11 Jul 2006 13:36:56 -0400 (EDT) Received: from [192.168.1.100] (pool-71-247-91-97.nycmny.east.verizon.net [71.247.91.97]) by mailspool2.panix.com (Postfix) with ESMTP id 8A67BC12242 for ; Tue, 11 Jul 2006 13:36:54 -0400 (EDT) Message-ID: <44B3E1AD.3080409@tania.servebbs.org> Date: Tue, 11 Jul 2006 13:36:45 -0400 From: Bob User-Agent: Thunderbird 1.5 (X11/20060628) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=B2BF9879 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Producing a binary install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 17:37:03 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 First I would like to thank all of you who helped me out on my "Java-Hell" issue. I now have a working native jdk.1.4.2. It took a bit of doing, and many hours of compile time, but it finally worked. It did bomb once, about 4 hours into the compile, and demanded I do a kldload linprocfs, followed by a mount -t linprocfs linprocfs /compat/linux/proc, claiming it needed a proc fs to compile. I assume this was needed for the compile-time, and not for the run-time??? Anyway, java now works in all browsers. My next task here is to upgrade another workstation to freebsd. The woman I live with wants to dump her Linux, and have what I have as well :-) My question: I will be installing her machine mainly from pre-compiled packages, as it is not a dual-processor fast box like mine is. Java, and other packages are not available in pre-compiled form. Since I already compiled Java, is there a way to produce a binary-install on my machine, and install it on her machine? Simply tar up the dir perhaps? We have limited bandwidth (DSL) and so it would make sense to do a basic install for her over the net, and then do the rest of the install locally from stuff I compiled. Not everything, just BIG stuff like Java, KDE, Gnome the browsers.... TIA Bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEs+GtAexE5bK/mHkRAqpiAJwIDYlW/g7TZ2Pblqbd7kYzmkaY/gCfeIlC cxlwgJmZjhJcfFFk/FAXgcw= =wN9o -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:38:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F42916A4E0 for ; Tue, 11 Jul 2006 17:38:12 +0000 (UTC) (envelope-from eugeny.kuzakov@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id F106743D46 for ; Tue, 11 Jul 2006 17:38:11 +0000 (GMT) (envelope-from eugeny.kuzakov@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so3961042pyb for ; Tue, 11 Jul 2006 10:38:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=KQdkKbFSUcxWRac2dqdXz73XNdE8ZFXxjohniEOqrAt6AIsKV5QWVUw85jpBnGKHBnL9YvC1tnEhoc5hnUziRKzQovT6NmzVDe8pkCV6K1v7W+noN2k1W2aHkP2j4o+6BWRkSqHVnvIvklXg+utrEgL+LGxN4aMbNhL8iafT6CE= Received: by 10.35.99.14 with SMTP id b14mr6517743pym; Tue, 11 Jul 2006 10:38:11 -0700 (PDT) Received: by 10.35.42.9 with HTTP; Tue, 11 Jul 2006 10:38:11 -0700 (PDT) Message-ID: <146805bd0607111038t7eb386efnec0ff176aab22cfd@mail.gmail.com> Date: Tue, 11 Jul 2006 21:38:11 +0400 From: "Eugeny Kuzakov" Sender: eugeny.kuzakov@gmail.com To: "Derek Ragona" In-Reply-To: <6.0.0.22.2.20060710062547.025a0478@mail.computinginnovations.com> MIME-Version: 1.0 References: <146805bd0607100212o70f5b843ocdadead8d178f931@mail.gmail.com> <6.0.0.22.2.20060710062547.025a0478@mail.computinginnovations.com> X-Google-Sender-Auth: 44f3405b9560d7b9 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: chipest real hardware raid for FreeBSD&Windows XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 17:38:12 -0000 On 7/10/06, Derek Ragona wrote: Firstly I asked chipest HARDWARE raid.... MB doesn't has contained hardware raid... Please see http://linux-ata.org/faq-sata-raid.html -- Best wishes, Coredumped. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:39:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B983E16A4DA for ; Tue, 11 Jul 2006 17:39:29 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9043D5C for ; Tue, 11 Jul 2006 17:39:28 +0000 (GMT) (envelope-from nagylzs@freemail.hu) Received: from [83.216.42.239] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G0MCj-0000DL-QZ for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 19:39:25 +0200 Message-ID: <44B3E271.4090700@freemail.hu> Date: Tue, 11 Jul 2006 19:40:01 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44B3A7AA.1050600@enternet.hu> In-Reply-To: <44B3A7AA.1050600@enternet.hu> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 17:39:29 -0000 Thank you for your responses! I tried to install cyrus-imapd, courier-imapd and dovecot, in this order. :-) Dovecot has my preference. I could install it in a few minutes, and it was very easy to configure. At least it is easier than courier, for me. :-) Thanks again. Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:45:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE8116A4E5 for ; Tue, 11 Jul 2006 17:45:54 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5AD343D83 for ; Tue, 11 Jul 2006 17:45:35 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k6BHj353039909; Tue, 11 Jul 2006 12:45:04 -0500 (CDT) Message-Id: <6.0.0.22.2.20060711124436.025a2118@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 11 Jul 2006 12:44:55 -0500 To: "Eugeny Kuzakov" From: Derek Ragona In-Reply-To: <146805bd0607111038t7eb386efnec0ff176aab22cfd@mail.gmail.co m> References: <146805bd0607100212o70f5b843ocdadead8d178f931@mail.gmail.com> <6.0.0.22.2.20060710062547.025a0478@mail.computinginnovations.com> <146805bd0607111038t7eb386efnec0ff176aab22cfd@mail.gmail.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: chipest real hardware raid for FreeBSD&Windows XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 17:45:54 -0000 Rudeness gets you nothing! At 12:38 PM 7/11/2006, Eugeny Kuzakov wrote: >On 7/10/06, Derek Ragona ><derek@computinginnovations.com> wrote: > >Firstly I asked chipest HARDWARE raid.... MB doesn't has contained >hardware raid... >Please see >http://linux-ata.org/faq-sata-raid.html > > >-- >Best wishes, Coredumped. > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for >their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:47:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DDE16A4E5 for ; Tue, 11 Jul 2006 17:47:26 +0000 (UTC) (envelope-from th.lacoste@wanadoo.fr) Received: from ultra1.univ-paris12.fr (ultra1.univ-paris12.fr [193.51.100.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD3343D45 for ; Tue, 11 Jul 2006 17:47:24 +0000 (GMT) (envelope-from th.lacoste@wanadoo.fr) Received: from st-simon.miage.univ-paris12.fr (localhost [127.0.0.1]) by ultra1.univ-paris12.fr (8.13.7/8.13.7) with ESMTP id k6BHlKEv010644; Tue, 11 Jul 2006 19:47:20 +0200 (MEST) Received: from sirius.miage.univ-paris12.fr (sirius.miage.univ-paris12.fr [194.214.13.28]) by st-simon.miage.univ-paris12.fr (Postfix) with ESMTP id 6CC3BB84A; Tue, 11 Jul 2006 19:43:17 +0200 (CEST) From: Thierry Lacoste To: Micah Date: Tue, 11 Jul 2006 19:46:46 +0200 User-Agent: KMail/1.8.2 References: <200607101841.21965.th.lacoste@wanadoo.fr> <44B3D0A7.4010206@ywave.com> In-Reply-To: <44B3D0A7.4010206@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607111946.47422.th.lacoste@wanadoo.fr> Cc: freebsd-questions@freebsd.org Subject: Re: Segmentation fault with smbpasswd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 17:47:26 -0000 On Tuesday 11 July 2006 18:24, Micah wrote: > Thierry Lacoste wrote: > > I'm running FreeBSD 6.1-RELEASE and installed samba-3.0.22,1 > > from a relatively recent snapshot or /usr/ports. > > > > Here is the global section of my /usr/local/etc/smb.conf: > > > > [global] > > workgroup = OFFICE > > server string = Samba Server > > passdb backend = tdbsam > > logon script = scripts\logon.bat > > logon path = \\%L\Profiles\%U > > logon drive = H: > > logon home = \\%L\%U > > domain logons = Yes > > os level = 35 > > preferred master = Yes > > domain master = Yes > > > > After a fresh install of samba smbpasswd gives this: > > [root@aldebaran ~]# smbpasswd -a admin > > New SMB password: > > Retype new SMB password: > > Unable to open/create TDB passwd > > Unable to open/create TDB passwd > > pdb_getsampwnam: TDB passwd (/usr/local/private/passdb.tdb) did not > > exist. File successfully created. > > Segmentation fault: 11 (core dumped) > > > > Then it gives this: > > [root@aldebaran ~]# smbpasswd -a admin > > New SMB password: > > Retype new SMB password: > > Unable to open/create TDB passwd > > pdb_getsampwnam: Unable to open TDB passwd > > (/usr/local/private/passdb.tdb)! account_policy_get: tdb_fetch_uint32 > > failed for field 1 (min password length), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 2 (password > > history), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon > > to change password), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password > > age), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password > > age), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout > > duration), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count > > minutes), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout > > attempt), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect > > time), returning 0 > > account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine > > password change), returning 0 > > TDBSAM version too old (0), trying to convert it. > > TDBSAM converted successfully. > > Added user admin. > > > > After that, samba seems to work properly. > > > > If I touch /usr/local/private/passdb.tdb after a fresh install of samba > > I have directly the second behavior (no segfault) and then again samba > > is operational. > > > > What did I miss? > > > > Regards, > > Thierry. > > You possibly found a bug in the port. Contact the maintainer or file a pr. > > HTH, > Micah Thanks. I did contact the maintainer. I tried with FreeBSD 6.0-RELEASE and samba-3.0.14a_1,1 from the ToolKit disk. When I first use smbpasswd I only have the account_policy_get failures (no segfault). BTW I searched the web about the account_policy_get failures but couldn't find any explanation exept that it is safe to ignore those messages when smbpasswd is used for the first time. Can someone shed some light on them? Regards, Thierry. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 17:55:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340DD16A508 for ; Tue, 11 Jul 2006 17:55:44 +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 6C4DA43D53 for ; Tue, 11 Jul 2006 17:55:42 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BHtR4s016536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 20:55:31 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BHtL0p090456; Tue, 11 Jul 2006 20:55:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BHtLxU090452; Tue, 11 Jul 2006 20:55:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 20:55:21 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711175521.GA85462@gothmog.pc> References: <20060711163111.GA246@gothmog.pc> <20060711163919.26744.qmail@web60017.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711163919.26744.qmail@web60017.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.699, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 17:55:44 -0000 On 2006-07-11 12:39, Peter wrote: > --- Giorgos Keramidas wrote: > > Can you please also send the output of: > > > > $ ls -ld .bash* .sh* .profile > > $ ls -ld .bash* .sh* .profile > -rw-rw---- 1 peter users 7.7K Jul 11 09:31 .bash_history > -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile > -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc Strange, there is no .bash_profile but you still see .profile is unused? I just tested here, with the CVS mirroring account I have at this workstation, by: * moving .bash_profile and .bashrc away * adding an 'echo' message in its .profile file: echo ".profile done" and when I su(1) to this account, the .profile is used by bash! gothmog# su - ncvs .profile done [ncvs@gothmog ~]$ echo $SHELL /usr/local/bin/bash [ncvs@gothmog ~]$ From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:12:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C38116A531 for ; Tue, 11 Jul 2006 18:12:47 +0000 (UTC) (envelope-from petermatulis@yahoo.ca) Received: from web60024.mail.yahoo.com (web60024.mail.yahoo.com [209.73.178.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 9120443E30 for ; Tue, 11 Jul 2006 18:11:59 +0000 (GMT) (envelope-from petermatulis@yahoo.ca) Received: (qmail 48500 invoked by uid 60001); 11 Jul 2006 18:11:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=x9sZiLnMjQdN+51n1xFIrsY80uiEOopy6A102AG2EijhOhKdBNbqBZZzTmirxtsWUFIg9TI6as9ligJNFryEmAnupfHgzgb+TELL36R4xqEIt6rOIEhpZX5PMttPSjhSsT6EHoFqm7ncR2+NoMI4mCX0wNbyyWscyemnles2R2U= ; Message-ID: <20060711181157.48498.qmail@web60024.mail.yahoo.com> Received: from [66.131.121.105] by web60024.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 14:11:57 EDT Date: Tue, 11 Jul 2006 14:11:57 -0400 (EDT) From: Peter To: Giorgos Keramidas In-Reply-To: <20060711175521.GA85462@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:12:47 -0000 --- Giorgos Keramidas wrote: > On 2006-07-11 12:39, Peter wrote: > > --- Giorgos Keramidas wrote: > > > Can you please also send the output of: > > > > > > $ ls -ld .bash* .sh* .profile > > > > $ ls -ld .bash* .sh* .profile > > -rw-rw---- 1 peter users 7.7K Jul 11 09:31 .bash_history > > -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile > > -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc > > Strange, there is no .bash_profile but you still see .profile is > unused? > > I just tested here, with the CVS mirroring account I have at this > workstation, by: [snip] > and when I su(1) to this account, the .profile is used by bash! There is no question that .profile is sourced when I log in. It is sourced. It is only not sourced when I invoke aterm from within .xnitrc: aterm -ls -e screen & >From before I know that this *does* result in a sourcing of the file: aterm -e login & >From the bash man page: When bash is invoked as an interactive login shell, or as a non-inter- active shell with the --login option, it first reads and executes com- mands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. The --noprofile option may be used when the shell is started to inhibit this behavior. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:21:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C78D16A4E0 for ; Tue, 11 Jul 2006 18:21:05 +0000 (UTC) (envelope-from lisa@jellico.com) Received: from mail.jellico.com (mail.jellico.com [208.44.26.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52DB43D78 for ; Tue, 11 Jul 2006 18:21:04 +0000 (GMT) (envelope-from lisa@jellico.com) Received: from lisac (lisa.jellico.com [208.44.26.213]) (authenticated bits=0) by mail.jellico.com (8.12.6/8.12.6) with ESMTP id k6BIPnLC013348 for ; Tue, 11 Jul 2006 14:25:49 -0400 Message-ID: <004e01c6a516$b2bd45d0$d51a2cd0@lisac> From: "Lisa Casey" To: References: <001701c6a454$ad756d40$d51a2cd0@lisac> <20060710194312.GC3260@osiris.chen.org.nz> <002701c6a468$91f20830$d51a2cd0@lisac> <6.0.0.22.2.20060710181656.025a9148@mail.computinginnovations.com> Date: Tue, 11 Jul 2006 14:20:32 -0400 Organization: Netlink 2000, Inc. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 Subject: Re: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 18:21:05 -0000 Hi, > The installed bind is not in /usr/local/bin that is where the port is > installed. You might want to do a: > # which bind > > and set rc.conf to the right value for the program. > > -Derek > > > At 04:34 PM 7/10/2006, Lisa Casey wrote: > >>----- Original Message ----- From: "Jonathan Chen" >>To: "Lisa Casey" >>Cc: >>Sent: Monday, July 10, 2006 3:43 PM >>Subject: Re: Bind problem >> >> >>>Did you remember to add: >>> named_program="/usr/local/sbin/named" >>>to /etc/rc.conf? >> >>Yes. /etc/rc.conf has the following lines for named: >> >>named_enable="YES" >>named_program="/usr/local/sbin/named" >>named_flags="-u bind -g bind -c /etc/namedb/named.conf" >> >> >>Lisa Casey >> This actually didn't quite answer the problem, but it did lead me in the right direction to solve it. which bind, of course, doesn't work and which named just gives me the path to the named executable as given in /etc.rc.conf But, this got me to thinking so I did a find / -name named -print And found something interesting. I have named executables in both /usr/local/sbin and /usr/sbin So I changed the line in /etc/rc.conf that read: named_program="/usr/local/sbin/named" to named_program="/usr/sbin/named" and rebooted the box. So far, so good. named -v gives me BIND 9.3.0 and in /var/messages the reboot info shows the same when named loads: Jul 11 13:40:50 netlink kernel: Mounting root from ufs:/dev/da0s1a Jul 11 13:40:50 netlink named[293]: starting BIND 9.3.0 -u bind -c /etc/namedb/n amed.conf -t /var/named Jul 11 13:40:51 netlink named[293]: command channel listening on 127.0.0.1#953 (It's also picking up the command channel, so I guess I did that right). I have one last problem (or at least I hope so!). I maybe ought to ask this in a bind newsgroup, but there are enough folks on this list running bind on FreeBSD that someone ought to know. Evidently Bind 9 doesn't like my zone files whereas Bind 8 was OK with them. A little background: My main domain name is jellico.com I also host several virtual domains using IP based virtual domains in Apache2. So each of my virtual domains has been assigned an IP address out of my Class C. In /etc/namedb/M (the directory where I keep my zone files that this DNS server is master for) I have (among other zones) jellico.com.db which is my forward file for the domain and 26.44.208.in-addr.arpa which is the reverse zone file for the domain. I have always had my virtual domains configured into my forward file (jellico.com.db) so as to enable forward DNS resolution on those. They are configured into jellico.com.db like this: jellico.tn.us. IN A 208.44.26.225 multi-226 IN A 208.44.26.226 multi-227 IN A 208.44.26.227 multi-228 IN A 208.44.26.228 multi-229 IN A 208.44.26.229 multi-230 IN A 208.44.26.230 tspma.com. IN A 208.44.26.231 copperhill.com. IN A 208.44.26.232 multi-233 IN A 208.44.26.233 www.jellico.net. IN A 208.44.26.234 multi-235 IN A 208.44.26.235 stair-way-to-heaven.com. IN A 208.44.26.236 multi-237 IN A 208.44.26.237 kcsvo.com. IN A 208.44.26.238 multi-239 IN A 208.44.26.239 multi-240 IN A 208.44.26.240 wingsofvictorychurch.org. IN A 208.44.26.241 multi-242 IN A 208.44.26.242 multi-243 IN A 208.44.26.243 There are a few others, but you get the idea. I have also always had my virtual domains setup in my reverse file so as to enable reverse DNS resolution on these. This section of my reverse file looks like so: 225 IN PTR jellico.tn.us. 226 IN PTR multi-226.jellico.com. 227 IN PTR multi-227.jellico.com. 228 IN PTR multi-228.jellico.com. 229 IN PTR multi-229.jellico.com. 230 IN PTR multi-230.jellico.com. 231 IN PTR tspma.com. 232 IN PTR copperhill.com. 233 IN PTR multi-233.jellico.com. 234 IN PTR www.jellico.net. 234 IN PTR multi-234.jellico.com. 235 IN PTR multi-235.jellicocom. 236 IN PTR stairway-to-heaven.com. Bind 9 is OK with my reverse file, but it doesn't like any entry in my forward file that ends in a dot (so as not to append jellico.com to it). When I rebooted the box, as soon as the nameserver loads I get these error messages in /var/messages: Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:222: ignoring out-of-zone d ata (mail.campbellcounty.com) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:224: ignoring out-of-zone d ata (campbellcounty.com) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:522: ignoring out-of-zone d ata (jellico.tn.us) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:528: ignoring out-of-zone d ata (tspma.com) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:529: ignoring out-of-zone d ata (copperhill.com) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:531: ignoring out-of-zone d ata (www.jellico.net) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:533: ignoring out-of-zone d ata (stair-way-to-heaven.com) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:535: ignoring out-of-zone d ata (kcsvo.com) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:538: ignoring out-of-zone d ata (wingsofvictorychurch.org) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:544: ignoring out-of-zone d ata (netlink2000.net) Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:549: ignoring out-of-zone d ata (shamrockweb.com) I do, of course, also have separate zone files in /etc/namedb/M for each virtual domain, stair-way-to-heaven.com.db, shamrockweb.com.db, wingsofvictorychurch.org.db, etc. (Finally) here's my question. Bind 8 was evidently quite OK with me defining virtual domains in my forward file as I have done for years. Bind 9 is not happy with this at all. How do I do this in Bind 9? My forward file contains an entry for each IP address of the Class C, I have to call the IP addresses something in my forward file, and that something OUGHT to be the name of the domain that I have assigned that IP address to in order for forward resolution to work correctly. Isn't this right? Sigh, obviously not since Bind is complaining. So how DO I define these virtual domains in my forward file under Bind 9? Thanks for all the help, Lisa Casey From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:25:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B8116A4DD for ; Tue, 11 Jul 2006 18:25:00 +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 0A06E43D6D for ; Tue, 11 Jul 2006 18:24:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6BIOi94018552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Jul 2006 21:24:46 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6BIOd2D040134; Tue, 11 Jul 2006 21:24:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6BIOdiI040133; Tue, 11 Jul 2006 21:24:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Jul 2006 21:24:39 +0300 From: Giorgos Keramidas To: Peter Message-ID: <20060711182439.GA34468@gothmog.pc> References: <20060711175521.GA85462@gothmog.pc> <20060711181157.48498.qmail@web60024.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711181157.48498.qmail@web60024.mail.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.702, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:25:00 -0000 On 2006-07-11 14:11, Peter wrote: >--- Giorgos Keramidas wrote: >> I just tested here, with the CVS mirroring account I have at this >> workstation, by: > > [snip] > >> and when I su(1) to this account, the .profile is used by bash! > > There is no question that .profile is sourced when I log in. It is > sourced. It is only not sourced when I invoke aterm from within > .xnitrc: > > aterm -ls -e screen & Aha. I think I'm getting somewhere. If I run xterm with the -e option, regardless of -ls being present or not, the shell used to spawn the -e command is *NOT* a login shell. This way, when I run: xterm => not login shell xterm -ls => login shell xterm -e /bin/sh => not login shell xterm -ls -e /bin/sh => not login shell either So it's not the -ls option that is causing your aterm windows to be non-login shells, but it looks like it is the -e option that does this. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:28:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D7016A624 for ; Tue, 11 Jul 2006 18:28:25 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA41143D45 for ; Tue, 11 Jul 2006 18:28:24 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 316891055 for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 14:28:22 -0400 Received: (qmail 16476 invoked from network); 11 Jul 2006 18:28:22 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 11 Jul 2006 18:28:22 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B3EDC3.7010104@ywave.com> Date: Tue, 11 Jul 2006 11:28:19 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Bob References: <44B3E1AD.3080409@tania.servebbs.org> In-Reply-To: <44B3E1AD.3080409@tania.servebbs.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Producing a binary install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:28:25 -0000 Bob wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > First I would like to thank all of you who helped me out on my > "Java-Hell" issue. I now have a working native jdk.1.4.2. > > It took a bit of doing, and many hours of compile time, but it finally > worked. It did bomb once, about 4 hours into the compile, and demanded I > do a kldload linprocfs, followed by a mount -t linprocfs linprocfs > /compat/linux/proc, claiming it needed a proc fs to compile. I assume > this was needed for the compile-time, and not for the run-time??? > > Anyway, java now works in all browsers. > > My next task here is to upgrade another workstation to freebsd. The > woman I live with wants to dump her Linux, and have what I have as well :-) > > My question: > > I will be installing her machine mainly from pre-compiled packages, as > it is not a dual-processor fast box like mine is. > > Java, and other packages are not available in pre-compiled form. Since I > already compiled Java, is there a way to produce a binary-install on my > machine, and install it on her machine? Simply tar up the dir perhaps? > > We have limited bandwidth (DSL) and so it would make sense to do a basic > install for her over the net, and then do the rest of the install > locally from stuff I compiled. Not everything, just BIG stuff like Java, > KDE, Gnome the browsers.... > > TIA > Bob > There is a binary of Java at http://www.freebsd.org/java/, but I haven't tried it. Otherwise doing a 'make package' after the port has been installed will create a package for you. You should then be able to install the package on the other machine using pkg_add. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:32:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD56C16A4DA for ; Tue, 11 Jul 2006 18:32:57 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay2.av-mx.com (relay2.av-mx.com [137.118.16.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E7543D6A for ; Tue, 11 Jul 2006 18:32:56 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.55] (HELO mx3.av-mx.com) by relay2.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 326303619 for freebsd-questions@freebsd.org; Tue, 11 Jul 2006 14:32:51 -0400 Received: (qmail 18631 invoked from network); 11 Jul 2006 18:32:50 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by mx3.av-mx.com with SMTP; 11 Jul 2006 18:32:50 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B3EED0.4050401@ywave.com> Date: Tue, 11 Jul 2006 11:32:48 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Thierry Lacoste References: <200607101841.21965.th.lacoste@wanadoo.fr> <44B3D0A7.4010206@ywave.com> <200607111946.47422.th.lacoste@wanadoo.fr> In-Reply-To: <200607111946.47422.th.lacoste@wanadoo.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Segmentation fault with smbpasswd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:32:58 -0000 Thierry Lacoste wrote: > On Tuesday 11 July 2006 18:24, Micah wrote: >> Thierry Lacoste wrote: >>> I'm running FreeBSD 6.1-RELEASE and installed samba-3.0.22,1 >>> from a relatively recent snapshot or /usr/ports. >>> >>> Here is the global section of my /usr/local/etc/smb.conf: >>> >>> [global] >>> workgroup = OFFICE >>> server string = Samba Server >>> passdb backend = tdbsam >>> logon script = scripts\logon.bat >>> logon path = \\%L\Profiles\%U >>> logon drive = H: >>> logon home = \\%L\%U >>> domain logons = Yes >>> os level = 35 >>> preferred master = Yes >>> domain master = Yes >>> >>> After a fresh install of samba smbpasswd gives this: >>> [root@aldebaran ~]# smbpasswd -a admin >>> New SMB password: >>> Retype new SMB password: >>> Unable to open/create TDB passwd >>> Unable to open/create TDB passwd >>> pdb_getsampwnam: TDB passwd (/usr/local/private/passdb.tdb) did not >>> exist. File successfully created. >>> Segmentation fault: 11 (core dumped) >>> >>> Then it gives this: >>> [root@aldebaran ~]# smbpasswd -a admin >>> New SMB password: >>> Retype new SMB password: >>> Unable to open/create TDB passwd >>> pdb_getsampwnam: Unable to open TDB passwd >>> (/usr/local/private/passdb.tdb)! account_policy_get: tdb_fetch_uint32 >>> failed for field 1 (min password length), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 2 (password >>> history), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon >>> to change password), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password >>> age), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password >>> age), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout >>> duration), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count >>> minutes), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout >>> attempt), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect >>> time), returning 0 >>> account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine >>> password change), returning 0 >>> TDBSAM version too old (0), trying to convert it. >>> TDBSAM converted successfully. >>> Added user admin. >>> >>> After that, samba seems to work properly. >>> >>> If I touch /usr/local/private/passdb.tdb after a fresh install of samba >>> I have directly the second behavior (no segfault) and then again samba >>> is operational. >>> >>> What did I miss? >>> >>> Regards, >>> Thierry. >> You possibly found a bug in the port. Contact the maintainer or file a pr. >> >> HTH, >> Micah > Thanks. I did contact the maintainer. > > I tried with FreeBSD 6.0-RELEASE and samba-3.0.14a_1,1 from the ToolKit disk. > When I first use smbpasswd I only have the account_policy_get failures > (no segfault). > > BTW I searched the web about the account_policy_get failures but couldn't > find any explanation exept that it is safe to ignore those messages when > smbpasswd is used for the first time. > Can someone shed some light on them? > > Regards, > Thierry. > My guess, without looking at the source code, is that smbpasswd tries to access passwddb.tbd before adding the first password. Since the file is empty, it's an invalid file and generates errors. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:35:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83C516A4DE for ; Tue, 11 Jul 2006 18:35:36 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC6E43D55 for ; Tue, 11 Jul 2006 18:35:35 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.16.2.1] (unknown [172.16.2.1]) by strange.daemonsecurity.com (Postfix) with ESMTP id 1DBB02E01E; Tue, 11 Jul 2006 20:35:34 +0200 (CEST) Message-ID: <44B3EF71.5060407@locolomo.org> Date: Tue, 11 Jul 2006 20:35:29 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Pete Slagle References: <44B3A7AA.1050600@enternet.hu> <44B3D42F.5050201@voidcaptain.com> In-Reply-To: <44B3D42F.5050201@voidcaptain.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms040706050701000900020905" Cc: =?ISO-8859-1?Q?Nagy_L=E1szl=F3?= , freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:35:37 -0000 This is a cryptographically signed message in MIME format. --------------ms040706050701000900020905 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Pete Slagle wrote: > Nagy László wrote: > >> Are there any alternative IMAP servers that have good support (e.g. >> working mailing list, up-to-date documentation), and can share IMAP >> folders between users? > > I was a satisfied courier-imap user for several years. A few months ago > I switched to dovecot because it is faster in my installation. > (Transition was easy using maildir with both.) > > Both have active developers. > >> courier -- uses the maildir format, but I'm not sure about sharing > > Works great, bullet-proof in my experience. > >> dovecot -- early stages of development, can I trust in this? > > Also works great. Easier configuration than courier-imap. Significantly > more responsive than courier-imap with Thunderbird clients here using > IMAP only. Seems very solid; zero problems in first few months of use. It seems that dovecot wins the votes - but does it support virtual domains? Any tips on migration? Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 --------------ms040706050701000900020905 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL5jCC Be8wggPXoAMCAQICCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQUFADCBmTELMAkGA1UEBhMCRVMx GDAWBgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9y aXR5MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNh QGRhZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMDAeFw0wNjA0MjAxMzE2NTBaFw0wNzA0 MjAxMzE2NTBaMGIxCzAJBgNVBAYTAkVTMRUwEwYDVQQKEwxMb2NvTG9tby5PcmcxFjAUBgNV BAMTDUVyaWsgTm9yZ2FhcmQxJDAiBgkqhkiG9w0BCQEWFW5vcmdhYXJkQGxvY29sb21vLm9y ZzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMPmPk5QnkyvR4ZNS/jYCYEk6/x/ mqSIqM7XXmikYX4AmbS4AbgJg7tY150ti87oYIjH4pnt1ReYWV4P2lDE2w0Db73Fk3TGpYcq XNUu4uRl8eoMX6Mh5I34tzJc+ZJqXW0pQtzP7JDgPvLddh0roY/ongaqpnrA6dDh0QfEC+ky z1abx9xmp776RPfRnbzjUht9VGPohiZFLyNfLgw5x4Q5/efDtx3tKDMJP67UnVd1tbclKbOs +HaqxYXNr1TJ9HIpRpfb4IhBFCvBDiiHUjbGtpi2EXeHuwoQ8cp7mjl6j1BfGaoFHvqzA1GD +156qJ9waxEvx/0XGudqWJeFTVkCAwEAAaOCAW4wggFqMA8GA1UdEwEB/wQFMAMCAQAwCwYD VR0PBAQDAgO4MB0GA1UdDgQWBBRpebgs44/nvl3Dw7F0Yrg/nx9puTCBzgYDVR0jBIHGMIHD gBSOYakm6rz5V4h0qO3QlbBuYT3ipaGBn6SBnDCBmTELMAkGA1UEBhMCRVMxGDAWBgNVBAoT D0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR4wHAYD VQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRhZW1vbnNl Y3VyaXR5LmNvbTEKMAgGA1UEBRMBMIIJAI0DVR/84E8BMCAGA1UdEQQZMBeBFW5vcmdhYXJk QGxvY29sb21vLm9yZzA4BgNVHR8EMTAvMC2gK6AphidodHRwOi8vd3d3LmRhZW1vbnNlY3Vy aXR5LmNvbS9jYS9kcy5jcmwwDQYJKoZIhvcNAQEFBQADggIBAMefA0DXBeUmPG353ldj4jQP TKusU49AGPtH0gI0W7gnc8L6NQb7/lzpF1xW3fVOXmDBSQrSzdsmPoUiQBOv8/GTPiJbktbr eHGPDDi7xTmNgGCh/gv9EECEc0casKs778FMhJxQDIKUrBpdxpxUVHxzR9m2MgCaiOPi0oru o5ZjdNh4PyfSrYkkMJmp9w7ouulyf7wSOwwyIxZixWHVIo0lJBZCFQqIcCXzmnLUhlUKqMGb 0sOsPh7GITecrfGAM8iBpLuRjGe3yDa8Xx2riflJLjKxqcSg0OIhibS3xkGTgoJhtAJBB21G CkcnHmLXmnXYZvfE/D4twmSGo3j4D79xFA5xMJU5IwNYT+agU2srRq11eZvtVK3p2sF2rgSK 99cbCHL0K3AhhiF9z+1uLjZO8UgnvB81rQG+Kzn/nvZgQ1bvxKnrtzs3UuKPyAXflNVSiMwO vUv04tBJcIGrdiav64BTQFBgguY7JWWkrsaTeEMUHXW6aUyGCfngQ2LR6McfDeZZLM0BKXiv pjozutGTR76khWqSsttSZQoGoNbMRcHodFCZ2RHSsM1rPKINY1w7vTnr8oEVD3D+pY1UrM/o vDkvS8ypr+gg66pMC0gXl7cReoFNiE118sHKlAEGKNlka3Pga2r+AL6KrjwCZHMwOFDheFoN k9rxTruKV0O0MIIF7zCCA9egAwIBAgIJAI0DVR/84E8MMA0GCSqGSIb3DQEBBQUAMIGZMQsw CQYDVQQGEwJFUzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZp Y2F0ZSBBdXRob3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqG SIb3DQEJARYVY2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwMB4XDTA2MDQyMDEz MTY1MFoXDTA3MDQyMDEzMTY1MFowYjELMAkGA1UEBhMCRVMxFTATBgNVBAoTDExvY29Mb21v Lk9yZzEWMBQGA1UEAxMNRXJpayBOb3JnYWFyZDEkMCIGCSqGSIb3DQEJARYVbm9yZ2FhcmRA bG9jb2xvbW8ub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw+Y+TlCeTK9H hk1L+NgJgSTr/H+apIioztdeaKRhfgCZtLgBuAmDu1jXnS2LzuhgiMfime3VF5hZXg/aUMTb DQNvvcWTdMalhypc1S7i5GXx6gxfoyHkjfi3Mlz5kmpdbSlC3M/skOA+8t12HSuhj+ieBqqm esDp0OHRB8QL6TLPVpvH3GanvvpE99GdvONSG31UY+iGJkUvI18uDDnHhDn958O3He0oMwk/ rtSdV3W1tyUps6z4dqrFhc2vVMn0cilGl9vgiEEUK8EOKIdSNsa2mLYRd4e7ChDxynuaOXqP UF8ZqgUe+rMDUYP7Xnqon3BrES/H/Rca52pYl4VNWQIDAQABo4IBbjCCAWowDwYDVR0TAQH/ BAUwAwIBADALBgNVHQ8EBAMCA7gwHQYDVR0OBBYEFGl5uCzjj+e+XcPDsXRiuD+fH2m5MIHO BgNVHSMEgcYwgcOAFI5hqSbqvPlXiHSo7dCVsG5hPeKloYGfpIGcMIGZMQswCQYDVQQGEwJF UzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZpY2F0ZSBBdXRo b3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqGSIb3DQEJARYV Y2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwggkAjQNVH/zgTwEwIAYDVR0RBBkw F4EVbm9yZ2FhcmRAbG9jb2xvbW8ub3JnMDgGA1UdHwQxMC8wLaAroCmGJ2h0dHA6Ly93d3cu ZGFlbW9uc2VjdXJpdHkuY29tL2NhL2RzLmNybDANBgkqhkiG9w0BAQUFAAOCAgEAx58DQNcF 5SY8bfneV2PiNA9Mq6xTj0AY+0fSAjRbuCdzwvo1Bvv+XOkXXFbd9U5eYMFJCtLN2yY+hSJA E6/z8ZM+IluS1ut4cY8MOLvFOY2AYKH+C/0QQIRzRxqwqzvvwUyEnFAMgpSsGl3GnFRUfHNH 2bYyAJqI4+LSiu6jlmN02Hg/J9KtiSQwman3Dui66XJ/vBI7DDIjFmLFYdUijSUkFkIVCohw JfOactSGVQqowZvSw6w+HsYhN5yt8YAzyIGku5GMZ7fINrxfHauJ+UkuMrGpxKDQ4iGJtLfG QZOCgmG0AkEHbUYKRyceYteaddhm98T8Pi3CZIajePgPv3EUDnEwlTkjA1hP5qBTaytGrXV5 m+1UrenawXauBIr31xsIcvQrcCGGIX3P7W4uNk7xSCe8HzWtAb4rOf+e9mBDVu/Eqeu3OzdS 4o/IBd+U1VKIzA69S/Ti0Elwgat2Jq/rgFNAUGCC5jslZaSuxpN4QxQddbppTIYJ+eBDYtHo xx8N5lkszQEpeK+mOjO60ZNHvqSFapKy21JlCgag1sxFweh0UJnZEdKwzWs8og1jXDu9Oevy gRUPcP6ljVSsz+i8OS9LzKmv6CDrqkwLSBeXtxF6gU2ITXXywcqUAQYo2WRrc+Brav4Avoqu PAJkczA4UOF4Wg2T2vFOu4pXQ7QxggP8MIID+AIBATCBpzCBmTELMAkGA1UEBhMCRVMxGDAW BgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5 MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRh ZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMAIJAI0DVR/84E8MMAkGBSsOAwIaBQCgggIp MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA2MDcxMTE4MzUz MFowIwYJKoZIhvcNAQkEMRYEFME3IgiHOVORZ697zrPbUHEmWvCOMFIGCSqGSIb3DQEJDzFF MEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIH MA0GCCqGSIb3DQMCAgEoMIG4BgkrBgEEAYI3EAQxgaowgacwgZkxCzAJBgNVBAYTAkVTMRgw FgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAcBgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0 eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBk YWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUTATACCQCNA1Uf/OBPDDCBugYLKoZIhvcNAQkQ AgsxgaqggacwgZkxCzAJBgNVBAYTAkVTMRgwFgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAc BgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0 aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBkYWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUT ATACCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQEFAASCAQBb6VnBnb1CnErThcib46Fh+2qkSvuc HBU17C9Kj4phMdozV/mKGo8b/spFcIxsaO4xEykd4rspiLIzoKKdvbzR8iyXLDmD0gALcGqg SrPh/dvo1G9+6lls2dRr9i4pdRIt+D6GedlmsDaS5VLhTR0SH+J25CI0XPsl20pfVJOidsNM CIS4siG28MyXjjP6mFoZXgTb9dH4KDgx0TG1ImCq5McFm9IIng1q0IQQHe0V0th5juAy2DD5 CtZawcRIg2QAddAvGCDPCbG9anAcK4uGWqo4Q/asROx1MTusaUZIuUNJregLcf13KMIN5gXM PY7T9LBbuj2H9PrbDRM94q0MAAAAAAAA --------------ms040706050701000900020905-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:41:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685BF16A4DA for ; Tue, 11 Jul 2006 18:41:21 +0000 (UTC) (envelope-from jgrosch@juniper.net) Received: from borg.juniper.net (borg.juniper.net [207.17.137.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64C843D5F for ; Tue, 11 Jul 2006 18:41:20 +0000 (GMT) (envelope-from jgrosch@juniper.net) Received: from unknown (HELO alpha.jnpr.net) ([172.24.18.126]) by borg.juniper.net with ESMTP; 11 Jul 2006 11:41:21 -0700 X-IronPort-AV: i="4.06,230,1149490800"; d="scan'208"; a="567007455:sNHT27710496" Received: from eta.jnpr.net ([172.24.18.177]) by alpha.jnpr.net with Microsoft SMTPSVC(6.0.3790.1830); Tue, 11 Jul 2006 11:41:19 -0700 Received: from [172.24.115.16] ([172.24.115.16]) by eta.jnpr.net with Microsoft SMTPSVC(5.0.2195.6713); Tue, 11 Jul 2006 11:41:18 -0700 Message-ID: <44B3F0CE.8060908@juniper.net> Date: Tue, 11 Jul 2006 11:41:18 -0700 From: Josef Grosch Organization: Juniper Networks User-Agent: Thunderbird 1.5.0.4 (X11/20060613) MIME-Version: 1.0 To: Javier Henderson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Jul 2006 18:41:18.0440 (UTC) FILETIME=[98E2BE80:01C6A519] Cc: Greg Groth , Ronw@bals.org, freebsd-questions@freebsd.org Subject: Re: Migrating from mbox to maildir (was Re: IMAP server alternatives) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:41:21 -0000 Javier Henderson wrote: >> I saw a dramatic improvement in speed with both Thunderbird and >> Squirrelmail after switching from mbox to maildir. > > How did you handle the transition from mbox to maildir? > > -jav I just moved one of our mail servers over to postfix and dovecot using maildir. There is a wonderful tool in the ports collection that migrates an mbox file to maildir. It's call mb2md and can be found at /usr/ports/mail/mb2md Josef -- FreeBSD 6.1 | Supreme executive power derives from a mandate Josef Grosch | from the masses, not from some farcical aquatic jgrosch@juniper.net | ceremony. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 18:45:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF6016A4E5 for ; Tue, 11 Jul 2006 18:45:15 +0000 (UTC) (envelope-from nagylzs@enternet.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA87243D66 for ; Tue, 11 Jul 2006 18:45:14 +0000 (GMT) (envelope-from nagylzs@enternet.hu) Received: from [83.216.42.239] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G0NEN-0003uy-1x; Tue, 11 Jul 2006 20:45:11 +0200 Message-ID: <44B3F1DB.1090409@enternet.hu> Date: Tue, 11 Jul 2006 20:45:47 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: =?ISO-8859-2?Q?Erik_N=3Frgaard?= , freebsd-questions@freebsd.org References: <44B3A7AA.1050600@enternet.hu> <44B3D42F.5050201@voidcaptain.com> <44B3EF71.5060407@locolomo.org> In-Reply-To: <44B3EF71.5060407@locolomo.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 18:45:15 -0000 > It seems that dovecot wins the votes - but does it support virtual domains? I think it does not, but I do not need it. I can use postfix and mydestination, virtual_maps. This is enough for me. > Any tips on migration? > Yes, it looks easy. I created these namespaces in dovecot.conf: namespace private { separator = / inbox = yes hidden = yes prefix = "#mbox/" location = mbox:/home/%u:INBOX=/var/mail/%u } namespace private { separator = / prefix = "oldsystem/" location = mbox:/home/%u } namespace private { separator = / prefix = location = maildir:/home/%u/Maildir } The first one allows the old mbox format inbox to be used from "/var/mail/username". (I could have recompiled procmail in order to deliver to maildir...) The second one allow the users to view their old mbox style folders. They can move the messages to the new maildir format, if they wish. (Drag and drop in thunderbird...) Later I can delete the old mbox folders. The third one is the default namespace (without name) and it has the new maildir format. Best, Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:04:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 745B716A4DE for ; Tue, 11 Jul 2006 19:04:30 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from sun-out.schedom-europe.net (sun.schedom-europe.net [193.109.184.70]) by mx1.FreeBSD.org (Postfix) with SMTP id EEBD843D4C for ; Tue, 11 Jul 2006 19:04:26 +0000 (GMT) (envelope-from beni@brinckman.info) Received: (qmail 2512 invoked from network); 11 Jul 2006 19:04:25 -0000 Received: from unknown (HELO sun.schedom-europe.net) (193.109.184.70) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:04:25 -0000 Received: (qmail 2263 invoked from network); 11 Jul 2006 19:04:19 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.11) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:04:19 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 21:04:18 +0200 User-Agent: KMail/1.9.3 X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112104.18729.beni@brinckman.info> X-Antivirus: This mail has been scanned for viruses by schedom vof (http://www.dommel.com) Subject: portupgrading tcl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 19:04:30 -0000 Hi all, When trying to "portupgrade -rR tcl" all I get is what looks like an endless list of messages like this : [...] ==== Contents of test case: set token [http::geturl $url -progress myProgress] http::code $token ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: couldn't open socket: connection timed out while executing "http::geturl $url -progress myProgress" invoked from within "set token [http::geturl $url -progress myProgress]" ("uplevel" body line 2) invoked from within "uplevel 1 $script" ---- errorCode: NONE ==== http-4.9 FAILED [...] And that "HTTP-x.x" number only gets higher. It seems like tcl gets stuck in a loop there. My version of tcl : [beni@www ~]$ pkg_version -v -l '<' tcl-8.4.13,1 < needs updating (port has 8.4.13_1,1) [beni@www ~]$ I'm running 6.1-STABLE with the latest portsnap. Any hints on what is going on and how I can get tcl to (port)upgrade ? Thanks, Beni. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:11:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 037CD16A4E2 for ; Tue, 11 Jul 2006 19:11:20 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E5243D78 for ; Tue, 11 Jul 2006 19:11:02 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k6BJARiU041332; Tue, 11 Jul 2006 14:10:28 -0500 (CDT) Message-Id: <6.0.0.22.2.20060711135739.025b1728@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 11 Jul 2006 14:10:16 -0500 To: "Lisa Casey" , From: Derek Ragona In-Reply-To: <004e01c6a516$b2bd45d0$d51a2cd0@lisac> References: <001701c6a454$ad756d40$d51a2cd0@lisac> <20060710194312.GC3260@osiris.chen.org.nz> <002701c6a468$91f20830$d51a2cd0@lisac> <6.0.0.22.2.20060710181656.025a9148@mail.computinginnovations.com> <004e01c6a516$b2bd45d0$d51a2cd0@lisac> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Bind problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 19:11:20 -0000 Lisa, Your forward file should be something like this: ================================================ $TTL 3600 @ IN SOA ns.jellico.com. dnsadmin.jellico.com. ( 2003071101 ; serial 3H ; refresh 1H ; retry 1W ; expiry 1D ) ; minimum ; DNS Servers @ IN NS ns.jellico.com. @ IN NS ns2.jellico.com. ; Machine Names localhost IN A 127.0.0.1 mail IN A 208.44.26.225 pop IN A 208.44.26.225 @ IN A 208.44.26.225 ; Aliases www IN CNAME @ ww IN CNAME @ w IN CNAME @ ; MX Record @ IN MX 10 mail.jellico.com. ================================================ Just correct the IP's and add the rest of your hosts, and correct any names that may be incorrect. Make sure you name the file the same as bind is looking for in: /etc/namedb/named.conf If you have specific questions to any of the file entries you can email me directly. -Derek At 01:20 PM 7/11/2006, Lisa Casey wrote: >Hi, > > >>The installed bind is not in /usr/local/bin that is where the port is >>installed. You might want to do a: >># which bind >> >>and set rc.conf to the right value for the program. >> >> -Derek >> >> >>At 04:34 PM 7/10/2006, Lisa Casey wrote: >> >>>----- Original Message ----- From: "Jonathan Chen" >>>To: "Lisa Casey" >>>Cc: >>>Sent: Monday, July 10, 2006 3:43 PM >>>Subject: Re: Bind problem >>> >>> >>>>Did you remember to add: >>>> named_program="/usr/local/sbin/named" >>>>to /etc/rc.conf? >>> >>>Yes. /etc/rc.conf has the following lines for named: >>> >>>named_enable="YES" >>>named_program="/usr/local/sbin/named" >>>named_flags="-u bind -g bind -c /etc/namedb/named.conf" >>> >>> >>>Lisa Casey > >This actually didn't quite answer the problem, but it did lead me in the >right direction to solve it. > >which bind, of course, doesn't work and which named just gives me the path >to the named executable as given in /etc.rc.conf But, this got me to >thinking so I did a find / -name named -print And found >something interesting. I have named executables in both /usr/local/sbin >and /usr/sbin So I changed the line in /etc/rc.conf that read: >named_program="/usr/local/sbin/named" to named_program="/usr/sbin/named" >and rebooted the box. So far, so good. named -v gives me BIND 9.3.0 and >in /var/messages the reboot info shows the same when named loads: > >Jul 11 13:40:50 netlink kernel: Mounting root from ufs:/dev/da0s1a >Jul 11 13:40:50 netlink named[293]: starting BIND 9.3.0 -u bind -c >/etc/namedb/n >amed.conf -t /var/named >Jul 11 13:40:51 netlink named[293]: command channel listening on 127.0.0.1#953 > >(It's also picking up the command channel, so I guess I did that right). > >I have one last problem (or at least I hope so!). I maybe ought to ask >this in a bind newsgroup, but there are enough folks on this list running >bind on FreeBSD that someone ought to know. Evidently Bind 9 doesn't like >my zone files whereas Bind 8 was OK with them. A little background: My >main domain name is jellico.com I also host several virtual domains >using IP based virtual domains in Apache2. So each of my virtual domains >has been assigned an IP address out of my Class C. In /etc/namedb/M (the >directory where I keep my zone files that this DNS server is master for) >I have (among other zones) jellico.com.db which is my forward file for the >domain and 26.44.208.in-addr.arpa which is the reverse zone file for the >domain. I have always had my virtual domains configured into my forward >file (jellico.com.db) so as to enable forward DNS resolution on those. >They are configured into jellico.com.db like this: > >jellico.tn.us. IN A 208.44.26.225 >multi-226 IN A 208.44.26.226 >multi-227 IN A 208.44.26.227 >multi-228 IN A 208.44.26.228 >multi-229 IN A 208.44.26.229 >multi-230 IN A 208.44.26.230 >tspma.com. IN A 208.44.26.231 >copperhill.com. IN A 208.44.26.232 >multi-233 IN A 208.44.26.233 >www.jellico.net. IN A 208.44.26.234 >multi-235 IN A 208.44.26.235 >stair-way-to-heaven.com. IN A 208.44.26.236 >multi-237 IN A 208.44.26.237 >kcsvo.com. IN A 208.44.26.238 >multi-239 IN A 208.44.26.239 >multi-240 IN A 208.44.26.240 >wingsofvictorychurch.org. IN A 208.44.26.241 >multi-242 IN A 208.44.26.242 >multi-243 IN A 208.44.26.243 > >There are a few others, but you get the idea. I have also always had my >virtual domains setup in my reverse file so as to enable reverse DNS >resolution on these. This section of my reverse file looks like so: > >225 IN PTR jellico.tn.us. >226 IN PTR multi-226.jellico.com. >227 IN PTR multi-227.jellico.com. >228 IN PTR multi-228.jellico.com. >229 IN PTR multi-229.jellico.com. >230 IN PTR multi-230.jellico.com. >231 IN PTR tspma.com. >232 IN PTR copperhill.com. >233 IN PTR multi-233.jellico.com. >234 IN PTR www.jellico.net. >234 IN PTR multi-234.jellico.com. >235 IN PTR multi-235.jellicocom. >236 IN PTR stairway-to-heaven.com. > >Bind 9 is OK with my reverse file, but it doesn't like any entry in my >forward file that ends in a dot (so as not to append jellico.com to it). >When I rebooted the box, as soon as the nameserver loads I get these error >messages in /var/messages: > >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:222: ignoring >out-of-zone d >ata (mail.campbellcounty.com) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:224: ignoring >out-of-zone d >ata (campbellcounty.com) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:522: ignoring >out-of-zone d >ata (jellico.tn.us) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:528: ignoring >out-of-zone d >ata (tspma.com) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:529: ignoring >out-of-zone d >ata (copperhill.com) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:531: ignoring >out-of-zone d >ata (www.jellico.net) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:533: ignoring >out-of-zone d >ata (stair-way-to-heaven.com) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:535: ignoring >out-of-zone d >ata (kcsvo.com) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:538: ignoring >out-of-zone d >ata (wingsofvictorychurch.org) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:544: ignoring >out-of-zone d >ata (netlink2000.net) >Jul 11 13:40:51 netlink named[293]: M/jellico.com.db:549: ignoring >out-of-zone d >ata (shamrockweb.com) > >I do, of course, also have separate zone files in /etc/namedb/M for each >virtual domain, stair-way-to-heaven.com.db, shamrockweb.com.db, >wingsofvictorychurch.org.db, etc. > >(Finally) here's my question. Bind 8 was evidently quite OK with me >defining virtual domains in my forward file as I have done for years. Bind >9 is not happy with this at all. How do I do this in Bind 9? My forward >file contains an entry for each IP address of the Class C, I have to call >the IP addresses something in my forward file, and that something OUGHT to >be the name of the domain that I have assigned that IP address to in order >for forward resolution to work correctly. Isn't this right? >Sigh, obviously not since Bind is complaining. So how DO I define these >virtual domains in my forward file under Bind 9? > >Thanks for all the help, > >Lisa Casey > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:16:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA49716A4DD for ; Tue, 11 Jul 2006 19:16:48 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from sun-out.schedom-europe.net (sun.schedom-europe.net [193.109.184.70]) by mx1.FreeBSD.org (Postfix) with SMTP id F006F43D46 for ; Tue, 11 Jul 2006 19:16:47 +0000 (GMT) (envelope-from beni@brinckman.info) Received: (qmail 26639 invoked from network); 11 Jul 2006 19:16:47 -0000 Received: from unknown (HELO sun.schedom-europe.net) (193.109.184.70) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:16:47 -0000 Received: (qmail 26245 invoked from network); 11 Jul 2006 19:16:39 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.11) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:16:39 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 21:16:38 +0200 User-Agent: KMail/1.9.3 References: <44B3D2DB.1040406@chrismaness.com> In-Reply-To: <44B3D2DB.1040406@chrismaness.com> X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112116.38573.beni@brinckman.info> X-Antivirus: This mail has been scanned for viruses by schedom vof (http://www.dommel.com) Cc: chris@chrismaness.com Subject: Re: ATAPICAM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 19:16:48 -0000 On Tuesday 11 July 2006 18:33, Chris Maness wrote: > How do I load atapicam at boot time. I tried to have it load the same > way I have the sound modules load, and it doesn't work. After the > system is up and running I can load just fine. Why don't you add "device atapicam" to your kernel and rebuild the kernel ? It should take care of loading it at boot too. Beni. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:21:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC02E16A4E1 for ; Tue, 11 Jul 2006 19:21:20 +0000 (UTC) (envelope-from alistair.sutton@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8B6043D6E for ; Tue, 11 Jul 2006 19:21:14 +0000 (GMT) (envelope-from alistair.sutton@gmail.com) Received: by ug-out-1314.google.com with SMTP id j3so3810876ugf for ; Tue, 11 Jul 2006 12:21:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s2bImIQlVF5C41FLkMVwTeIogFk+MuQB5sS6EnyiObnt6JT6xLGBngBxFtsaamg3AQJ4Fj9t6Ox150H1PqK2fvGq6fCBQ24KQgWOl6eM8lV9nKfIuLOsRfZu3YrqXosb0LDItjlYP2tlEdjkcC5J3UZ70AcqYCkQqeqSQQowB2w= Received: by 10.78.167.12 with SMTP id p12mr5694hue; Tue, 11 Jul 2006 12:21:13 -0700 (PDT) Received: by 10.78.14.14 with HTTP; Tue, 11 Jul 2006 12:21:13 -0700 (PDT) Message-ID: Date: Tue, 11 Jul 2006 20:21:13 +0100 From: "Alistair Sutton" To: Beni In-Reply-To: <200607112104.18729.beni@brinckman.info> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607112104.18729.beni@brinckman.info> Cc: freebsd-questions@freebsd.org Subject: Re: portupgrading tcl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 19:21:20 -0000 On 11/07/06, Beni wrote: > Hi all, > > When trying to "portupgrade -rR tcl" all I get is what looks like an endless > list of messages like this : [snip] I'd probably start by getting rid of the "-rR" from your portupgrade command as (unless I'm misreading the man page) that will try to upgrade all the ports that tcl depends on, plus all the ports that depend on it. Just running "portupgrade tcl" should be all you need to do. Whether or not it will fix the problem you're describing I'm not sure but give it a try. Al -- WWW: http://ajs.no-dns-yet.org.uk GPG/PGP: http://ajs.no-dns-yet.org.uk/pubkey.gpg From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:23:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AB216A4DA for ; Tue, 11 Jul 2006 19:23:25 +0000 (UTC) (envelope-from ronw@bals.org) Received: from bal.bals.org (bal.bals.org [65.122.161.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AA743D49 for ; Tue, 11 Jul 2006 19:23:08 +0000 (GMT) (envelope-from ronw@bals.org) Received: from [192.168.0.35] (ronw.bals.org [192.168.0.35]) (authenticated bits=0) by bal.bals.org (8.13.7/8.13.6) with ESMTP id k6BJN7Zn070676; Tue, 11 Jul 2006 15:23:07 -0400 (EDT) (envelope-from ronw@bals.org) Message-ID: <44B3FA7F.4040708@bals.org> Date: Tue, 11 Jul 2006 15:22:39 -0400 From: Ron Wilhoite Organization: Bay Area Legal Services, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Javier Henderson References: <44B3A7AA.1050600@enternet.hu> <005e01c6a4ef$e8696c80$0a0aa8c0@rivendell> <44B3B441.3020408@locolomo.org> <44B3B5AD.1080308@scii.nl> <44B3C140.5040907@gregs-garage.com> <44B3CD6F.2030704@bals.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (bal.bals.org [192.168.0.2]); Tue, 11 Jul 2006 15:23:07 -0400 (EDT) Cc: freebsd-questions@freebsd.org Subject: Re: Migrating from mbox to maildir (was Re: IMAP server alternatives) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ronw@bals.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 19:23:25 -0000 On 7/11/2006 12:20 PM, Javier Henderson wrote: >> I saw a dramatic improvement in speed with both Thunderbird and >> Squirrelmail after switching from mbox to maildir. > > How did you handle the transition from mbox to maildir? > > -jav For my POP users, I didn't. I leave everyone's 'inbox' in /var/mail in mbox format. If a user connects via IMAP (Squirrelmail, etc.), folders in /home/%u are created and stored in maildir format, but their inbox stays in /var/mail in mbox format. See Multiple Mailbox Locations: http://wiki.dovecot.org/Namespaces Dovecot also comes with convert-tool. For the users who had mbox files in their home directory, I used it to convert those to maildir format. I don't think the port installs convert-tool; I got it by doing 'make' in the dovecot port directory and manually copied it from there. Ron From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 19:37:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB99816A4DD for ; Tue, 11 Jul 2006 19:37:56 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from sun-out.schedom-europe.net (sun.schedom-europe.net [193.109.184.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A26C43D6A for ; Tue, 11 Jul 2006 19:37:55 +0000 (GMT) (envelope-from beni@brinckman.info) Received: (qmail 3481 invoked from network); 11 Jul 2006 19:37:54 -0000 Received: from unknown (HELO sun.schedom-europe.net) (193.109.184.70) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:37:54 -0000 Received: (qmail 3345 invoked from network); 11 Jul 2006 19:37:52 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.11) by sun.schedom-europe.net with SMTP; 11 Jul 2006 19:37:52 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 21:37:50 +0200 User-Agent: KMail/1.9.3 References: <200607112104.18729.beni@brinckman.info> In-Reply-To: X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112137.51454.beni@brinckman.info> X-Antivirus: This mail has been scanned for viruses by schedom vof (http://www.dommel.com) Cc: Alistair Sutton Subject: Re: portupgrading tcl ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 19:37:56 -0000 On Tuesday 11 July 2006 21:21, Alistair Sutton wrote: > On 11/07/06, Beni wrote: > > Hi all, > > > > When trying to "portupgrade -rR tcl" all I get is what looks like an > > endless list of messages like this : > > [snip] > > I'd probably start by getting rid of the "-rR" from your portupgrade > command as (unless I'm misreading the man page) that will try to > upgrade all the ports that tcl depends on, plus all the ports that > depend on it. > > Just running "portupgrade tcl" should be all you need to do. Whether > or not it will fix the problem you're describing I'm not sure but give > it a try. > I'm running a "portupgrade tcl" right now (without the -rR options) but I get the same output back : [...] ==== fCmd-20.1 TraverseUnixTree : failure opening a subdirectory directory FAILED ==== Contents of test case: catch {file delete -force -- tfa} file mkdir tfa file mkdir tfa/a file attributes tfa/a -permissions 0000 set result [catch {file delete -force tfa}] file attributes tfa/a -permissions 0777 file delete -force tfa set result ---- Test generated error; Return code was: 1 ---- Return code should have been one of: 0 2 ---- errorInfo: could not set permissions for file "tfa/a": no such file or directory while executing "file attributes tfa/a -permissions 0777" ("uplevel" body line 7) invoked from within "uplevel 1 $script" ---- errorCode: POSIX ENOENT {no such file or directory} ==== fCmd-20.1 FAILED fileName.test fileSystem.test for-old.test for.test foreach.test format.test get.test history.test http.test ==== http-3.3 http::geturl FAILED [...] So removing the recursive/upward-recursive options doesn't seem to be doing any good. Btw, until now I've always upgraded my ports with the -rR options without any problems. Beni. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 11 20:00:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FFF416A4DF for ; Tue, 11 Jul 2006 20:00:49 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A2B43D69 for ; Tue, 11 Jul 2006 20:00:47 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G0OPX-000HXf-A0; Tue, 11 Jul 2006 14:00:47 -0600 In-Reply-To: <44B3EF71.5060407@locolomo.org> References: <44B3A7AA.1050600@enternet.hu> <44B3D42F.5050201@voidcaptain.com> <44B3EF71.5060407@locolomo.org> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <803863D7-3659-4017-87B6-5BD0929E7D99@shire.net> Content-Transfer-Encoding: quoted-printable From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 11 Jul 2006 14:00:45 -0600 To: =?ISO-8859-1?Q?Erik_N=F8rgaard?= X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 11 Jul 2006 20:00:49 -0000 On Jul 11, 2006, at 12:35 PM, Erik N=F8rgaard wrote: > It seems that dovecot wins the votes - but does it support virtual > domains? Any tips on migration? That all depends on how you store your user data. It is not dovecot =20= or courier issue. I have both courier and dovecot working in =20 parallel on the same mail store. The dovecot is currently just for =20 testing and the courier is in production (for the last 4 years or =20 more). We store the domain as part of the user name in a custom ldap =20= database and courier and dovecot have no issues interfacing with it =20 with the proper config. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 00:36:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4446D16A4E2 for ; Wed, 12 Jul 2006 00:36:50 +0000 (UTC) (envelope-from kruptos@mlinux.org) Received: from ms-smtp-03.tampabay.rr.com (ms-smtp-03.tampabay.rr.com [65.32.5.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06E343D46 for ; Wed, 12 Jul 2006 00:36:49 +0000 (GMT) (envelope-from kruptos@mlinux.org) Received: from fnord.quux.edu (207.40.33.65.cfl.res.rr.com [65.33.40.207]) by ms-smtp-03.tampabay.rr.com (8.13.6/8.13.6) with ESMTP id k6C0alqd010915; Tue, 11 Jul 2006 20:36:48 -0400 (EDT) From: Kevin Brunelle To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 20:36:23 -0400 User-Agent: KMail/1.9.3 References: <44B3E1AD.3080409@tania.servebbs.org> <44B3EDC3.7010104@ywave.com> In-Reply-To: <44B3EDC3.7010104@ywave.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112036.24775.kruptos@mlinux.org> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Bob Subject: Re: Producing a binary install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 00:36:50 -0000 > Otherwise doing a 'make package' after the port has been installed will > create a package for you. You should then be able to install the package > on the other machine using pkg_add. > > HTH, > Micah If you've already done make clean... you're going to end up rebuilding if you use make package. Since that's not what you're looking to do, use pkg_create instead. pkg_create -b jdk-1.5.0p3_1 Obviously, replace with the package name in your system. By default, the package will be created in the directory you are in when you run the command. I maintain a computer for my step-mother and, since I want to avoid actually building on her computer as much as possible, I use the following script to package every binary on my system and then I can just copy them over to her computer (or setup my computer so pkg_add can get them over the internet) and use them to install. #!/bin/tcsh foreach file ( `pkg_info | awk '{print $1}'` ) echo "Creating package for $file" pkg_create -b $file end This script is not smart... it doesn't check to see if a package of the same name already exists -- which it should... hmm, I'm going to add that to mine... to save time if you run it frequently, and just build packages you need. Anyway, pkg_create is very useful in saving time when you maintain a bunch of computers and want to keep them all up to date and only want to commit one to building and testing. -Kevin B. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 00:39:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E9C116A4DE for ; Wed, 12 Jul 2006 00:39:22 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61019.mail.yahoo.com (web61019.mail.yahoo.com [209.73.179.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 9BBD643D4C for ; Wed, 12 Jul 2006 00:39:21 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 95989 invoked by uid 60001); 12 Jul 2006 00:39:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2PRPZhAV+ONVt9ONw4Muro+GJv2UTev2jVNw977um9qNSOzjUAgaiyvkvH4Ad4sejsi+tW0KQ7v231XjCPFv/L0GiHqnY8Eu8Fkw8YYw5QGDTtrpmtL1txJemRyokc74fwUDCNqvlZs4p59hKxo9v/8FANFfwMGcKEyxDsyvBK4= ; Message-ID: <20060712003921.95987.qmail@web61019.mail.yahoo.com> Received: from [69.86.22.118] by web61019.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 21:39:21 ART Date: Tue, 11 Jul 2006 21:39:21 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CUPS Alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 00:39:22 -0000 After trying CUPS to put my HP Officejet 4315 to work, I get as far as to print a test page but that is all I can do, it won't print with any other application, kind of tired of CUPS already, I would like to know if there are any other alternatives to CUPS because it sure is a pain to get it to work. EJC www.only7bucks.com --------------------------------- Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 00:57:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B5816A4DE for ; Wed, 12 Jul 2006 00:57:08 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1616443D4C for ; Wed, 12 Jul 2006 00:57:06 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so73885uge for ; Tue, 11 Jul 2006 17:57:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FKNjz2B4n2QsTp4HGbsiZZZWVjGvuMd7h0BEBBIKp+oP/Dsx/au+0BDaxF/1gNnB9EAAUc6/FLVsi+tr7B2BPg/gnCbv4SH3SgdDJbDvkNIZvSV1cfIV68AKz0NoOrRQCOQsVvOSrCphlGgCtzwz9OoN7a/nhyeFrXQVdbGnnpg= Received: by 10.67.26.7 with SMTP id d7mr95436ugj; Tue, 11 Jul 2006 17:57:04 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Tue, 11 Jul 2006 17:57:04 -0700 (PDT) Message-ID: Date: Wed, 12 Jul 2006 02:57:04 +0200 From: "Pietro Cerutti" To: "E. J. Cerejo" In-Reply-To: <20060712003921.95987.qmail@web61019.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060712003921.95987.qmail@web61019.mail.yahoo.com> Cc: FreeBSD Questions Subject: Re: CUPS Alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 00:57:08 -0000 On 7/12/06, E. J. Cerejo wrote: > After trying CUPS to put my HP Officejet 4315 to work, I get as far as to print a test page but that is all I can do, it won't print with any other application, kind of tired of CUPS already, I would like to know if there are any other alternatives to CUPS because it sure is a pain to get it to work. have a look at apsfilter http://www.freshports.org/print/apsfilter http://www.apsfilter.org/ > > EJC > www.only7bucks.com -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 01:01:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8AA16A4DA for ; Wed, 12 Jul 2006 01:01:35 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61019.mail.yahoo.com (web61019.mail.yahoo.com [209.73.179.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 9591A43D49 for ; Wed, 12 Jul 2006 01:01:34 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 3931 invoked by uid 60001); 12 Jul 2006 01:01:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=u3tHxV2A8yIZa0WFcaaH/KeAb/uzmQ1ZLjhQEPwafbxEprug0W0GI2kB0qsau815pzGixnyDGKRzo+RH0XgCWxMJqiEEwHxMPVUJWlgd/xlev/hui0W/XVnD4ISKHUnV1/9GFFW3LC58c1g1EnbajQ3Tloyhza6uK5IAu3tlSqs= ; Message-ID: <20060712010134.3929.qmail@web61019.mail.yahoo.com> Received: from [69.86.22.118] by web61019.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 22:01:34 ART Date: Tue, 11 Jul 2006 22:01:34 -0300 (ART) From: "E. J. Cerejo" To: Pietro Cerutti In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: CUPS Alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 01:01:35 -0000 Pietro Cerutti escreveu: On 7/12/06, E. J. Cerejo wrote: > After trying CUPS to put my HP Officejet 4315 to work, I get as far as to print a test page but that is all I can do, it won't print with any other application, kind of tired of CUPS already, I would like to know if there are any other alternatives to CUPS because it sure is a pain to get it to work. have a look at apsfilter http://www.freshports.org/print/apsfilter http://www.apsfilter.org/ > > EJC > www.only7bucks.com -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.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" Apsfilter is a great tool, it worked great with my last printer but unfortunetly it doesn't have any drivers that work with my officejet. EJC www.only7bucks.com --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 01:07:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC7516A4DD for ; Wed, 12 Jul 2006 01:07:34 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D6943D45 for ; Wed, 12 Jul 2006 01:07:33 +0000 (GMT) (envelope-from pietro.cerutti@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so77123uge for ; Tue, 11 Jul 2006 18:07:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ap7mMB4GCtPiNu0yMQ7dyjULAGeDs4aDKyMzAWIYmAyP7n97ymajUgltw5pXY8+CuzK1IymtdDSmqXhU5EUDJdDUtSLN2CBx0iuDiHqHa9xrLRKnhf0+MjCNKc40IMuQUGArj/SpS/Z/rNWMzG3n6MFcd/LN2cWZ2bDJuAiZu6A= Received: by 10.67.89.5 with SMTP id r5mr100822ugl; Tue, 11 Jul 2006 18:07:32 -0700 (PDT) Received: by 10.67.23.8 with HTTP; Tue, 11 Jul 2006 18:07:32 -0700 (PDT) Message-ID: Date: Wed, 12 Jul 2006 03:07:32 +0200 From: "Pietro Cerutti" To: "E. J. Cerejo" In-Reply-To: <20060712010134.3929.qmail@web61019.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060712010134.3929.qmail@web61019.mail.yahoo.com> Cc: FreeBSD Questions Subject: Re: CUPS Alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 01:07:34 -0000 On 7/12/06, E. J. Cerejo wrote: > Apsfilter is a great tool, it worked great with my last printer but > unfortunetly it doesn't have any drivers that work with my officejet. Did you try with the OfficeJet 4300 drivers? > > > EJC > www.only7bucks.com > -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 01:15:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC53316A4FC for ; Wed, 12 Jul 2006 01:15:17 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F1943D5C for ; Wed, 12 Jul 2006 01:15:13 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060712011512.IVPA14561.mta11.adelphia.net@default.chvlva.adelphia.net>; Tue, 11 Jul 2006 21:15:12 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 24A07B8D3; Tue, 11 Jul 2006 20:49:58 -0400 (EDT) Date: Tue, 11 Jul 2006 20:49:58 -0400 From: Parv To: Lowell Gilbert Message-ID: <20060712004958.GB4234@holestein.holy.cow> Mail-Followup-To: Lowell Gilbert , Marty Landman , freebsd-questions@freebsd.org References: <70063950607110604m46ad84fcscbd2027d962ed1a9@mail.gmail.com> <44zmfgwam5.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44zmfgwam5.fsf@be-well.ilk.org> Cc: Marty Landman , freebsd-questions@freebsd.org Subject: Re: shell retrieve history (up arrow) not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 01:15:17 -0000 in message <44zmfgwam5.fsf@be-well.ilk.org>, wrote Lowell Gilbert thusly... > > "Marty Landman" writes: > > > I have a 4.8 installation ... The root account up-arrow > > history retrieve feature works fine, while on my user account it > > doesn't, displaying instead > > > > $ ^[[A^[[C^[[B^[[D > > > > when I press the arrow keys in order (up, right, down, left) > > They are using different shells. Root uses csh by default, your > user account is using sh. Try "set -o emacs" for sh. Just a note, arrow keys for history retrieval also works with 'vi' option (set -o vi). - Parv -- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 01:16:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997B716A4DA for ; Wed, 12 Jul 2006 01:16:57 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61015.mail.yahoo.com (web61015.mail.yahoo.com [209.73.179.24]) by mx1.FreeBSD.org (Postfix) with SMTP id D93A643D68 for ; Wed, 12 Jul 2006 01:16:19 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 87135 invoked by uid 60001); 12 Jul 2006 01:16:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gr3EQ4e1FdbV6lFVhC4P2vW8BN2X7esumyzTsowDSCBCb04+hJiC4+UttX77PTdGNTzSll7w8+Q9iAj0zhPgyhzh/xEHF2aqTnxt5gYaUUkCt+B7xbbZT9FrFQ5H29Bsm9D7h9KRBsEOsi5XzmpZjBlMCnRTUNHdTGXRMpJIq98= ; Message-ID: <20060712011618.87133.qmail@web61015.mail.yahoo.com> Received: from [69.86.22.118] by web61015.mail.yahoo.com via HTTP; Tue, 11 Jul 2006 22:16:18 ART Date: Tue, 11 Jul 2006 22:16:18 -0300 (ART) From: "E. J. Cerejo" To: Pietro Cerutti In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: CUPS Alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 01:16:57 -0000 Pietro Cerutti escreveu: On 7/12/06, E. J. Cerejo wrote: > Apsfilter is a great tool, it worked great with my last printer but > unfortunetly it doesn't have any drivers that work with my officejet. Did you try with the OfficeJet 4300 drivers? > > > EJC > www.only7bucks.com > -- Pietro Cerutti ICQ: 117293691 PGP: 0x9571F78E - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.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" With CUPS yes and I can print a test page just like I mentioned above but apsfilter doesn't have those drivers in there or at the very least I could not find them. It may work with other drivers but so far it hasn't worked with drivers that I tried out of apsfilter. EJC www.only7bucks.com --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 01:58:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C051016A4DA for ; Wed, 12 Jul 2006 01:58:02 +0000 (UTC) (envelope-from martster@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830FE43D6D for ; Wed, 12 Jul 2006 01:57:53 +0000 (GMT) (envelope-from martster@gmail.com) Received: by wx-out-0102.google.com with SMTP id h30so15510wxd for ; Tue, 11 Jul 2006 18:57:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lWvoyMh+Vod8vG2I7sZnj42pWYbEC9OL1mIqiK2JNXacD0ORNaqM+ReT1da8ydFDG5AGtHflKZ7zdH3o7IMpCr9ygYFW7vZGJ0au/tBvwwLXQlTXY23eGljNukxoL4woq7n4fjBr5iX77cAnbHbV5xWySxd8/cemui70kzkEEuc= Received: by 10.70.38.5 with SMTP id l5mr157801wxl; Tue, 11 Jul 2006 18:57:52 -0700 (PDT) Received: by 10.70.117.3 with HTTP; Tue, 11 Jul 2006 18:57:52 -0700 (PDT) Message-ID: <70063950607111857p5e98ba8ek5172a5048ddd8354@mail.gmail.com> Date: Tue, 11 Jul 2006 21:57:52 -0400 From: "Marty Landman" To: "Lowell Gilbert" In-Reply-To: <44zmfgwam5.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <70063950607110604m46ad84fcscbd2027d962ed1a9@mail.gmail.com> <44zmfgwam5.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: shell retrieve history (up arrow) not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 01:58:02 -0000 Hey thanks, I added that line to my .profile and am in like Flynn now. Marty On 7/11/06, Lowell Gilbert wrote: > > "Marty Landman" writes: > > > $ ^[[A^[[C^[[B^[[D > > > > when I press the arrow keys in order (up, right, down, left) > > They are using different shells. Root uses csh by default, your user > account is using sh. Try "set -o emacs" for sh. [Or try csh, but I > try to avoid that because it's so bad as a scripting language.] > -- Web Installed Formmail - http://face2interface.com/formINSTal/ Webmaster's BBS - http://bbs.face2interface.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 02:05:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D7E16A4E0 for ; Wed, 12 Jul 2006 02:05:14 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C4F43D4C for ; Wed, 12 Jul 2006 02:05:13 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta13.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060712020513.OOOM10992.mta13.adelphia.net@default.chvlva.adelphia.net>; Tue, 11 Jul 2006 22:05:13 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id BB729BA87; Tue, 11 Jul 2006 21:01:44 -0400 (EDT) Date: Tue, 11 Jul 2006 21:01:44 -0400 From: Parv To: Giorgos Keramidas Message-ID: <20060712010144.GC4234@holestein.holy.cow> Mail-Followup-To: Giorgos Keramidas , Peter , freebsd-questions@freebsd.org References: <20060711155627.GA99279@gothmog.pc> <20060711160548.64410.qmail@web60020.mail.yahoo.com> <20060711163111.GA246@gothmog.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060711163111.GA246@gothmog.pc> Cc: Peter , freebsd-questions@freebsd.org Subject: Re: aterm -e screen does not source .bashrc (was: Re: been buggin' me for a while now (console resolution)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 02:05:14 -0000 in message <20060711163111.GA246@gothmog.pc>, wrote Giorgos Keramidas thusly... > > On 2006-07-11 12:05, Peter wrote: > >--- Giorgos Keramidas wrote: > >> What do you see in your HOME directory with: > >> > >> $ ls -ld .*profile .*rc ... > > $ ls -ld .*profile .*rc > > -rw-rw---- 1 peter users 767B Jul 29 2005 .cshrc > > -rw------- 1 peter users 26B May 2 11:08 .dmrc > > -rw-rw---- 1 peter users 331B Jul 29 2005 .mailrc > > -rw-rw---- 1 peter users 31B Jun 28 21:33 .mcoprc > > -rw-rw---- 1 peter users 1.6K Jul 4 15:31 .profile > > -rw-r--r-- 1 peter users 616B Jun 19 22:10 .screenrc > > -rw-rw---- 1 peter users 975B Jul 29 2005 .shrc > > -rw-rw---- 1 peter users 402B Jul 11 09:29 .xinitrc ... > Sorry for the bogus request. I meant: > > $ ls -ld .bash* .sh* .profile If Peter had a ~/.bash_profile that would have shown even with your first request. So ... relax. - Parv -- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 02:28:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE3A516A4DD for ; Wed, 12 Jul 2006 02:28:29 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3805043D49 for ; Wed, 12 Jul 2006 02:28:29 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by nz-out-0102.google.com with SMTP id 8so23296nzo for ; Tue, 11 Jul 2006 19:28:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=YaGxdN/Wx7+mZOxxs1cEyf6IL2HrxVFswUAgY6fBSb1ipvREzBfLhhDzy7FpADtGCTAWxuQdoR3+O9CApiURzOaWg8n3psQSpGe7WYLPeQ9WzQ8cq23c2XT91B/vKqa0iEdwXAaaUf5iwV82NgkJT3vQfr+vXJht9Rr/uIboA3s= Received: by 10.36.97.8 with SMTP id u8mr46130nzb; Tue, 11 Jul 2006 19:28:28 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id m1sm128312nzf.2006.07.11.19.28.27; Tue, 11 Jul 2006 19:28:27 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Tue, 11 Jul 2006 21:26:34 -0500 User-Agent: KMail/1.9.3 References: <44B3D2DB.1040406@chrismaness.com> <200607112116.38573.beni@brinckman.info> In-Reply-To: <200607112116.38573.beni@brinckman.info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607112126.34452.duncan.fbsd@gmail.com> From: "Donald J. O'Neill" Cc: chris@chrismaness.com, Beni Subject: Re: ATAPICAM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 02:28:29 -0000 On Tuesday 11 July 2006 14:16, Beni wrote: > On Tuesday 11 July 2006 18:33, Chris Maness wrote: > > How do I load atapicam at boot time. I tried to have it load the same > > way I have the sound modules load, and it doesn't work. After the > > system is up and running I can load just fine. > > Why don't you add "device atapicam" to your kernel and rebuild the kernel ? > It should take care of loading it at boot too. > > Beni. > _______________________________________________ Or, you could put 'atapicam_load="YES"' in /boot/loader.conf and save the kernel for another time. Don From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 03:50:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C9C16A4E6 for ; Wed, 12 Jul 2006 03:50:14 +0000 (UTC) (envelope-from lists@plastik.us) Received: from eclipse.plastik.us (eclipse.plastik.us [72.16.178.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B4543D4C for ; Wed, 12 Jul 2006 03:50:12 +0000 (GMT) (envelope-from lists@plastik.us) Received: (qmail 10403 invoked from network); 11 Jul 2006 23:44:55 -0400 Received: from eclipse.plastik.us (HELO localhost) (motion@72.16.178.120) by eclipse.plastik.us with SMTP; 11 Jul 2006 23:44:53 -0400 MIME-Version: 1.0 Date: Tue, 11 Jul 2006 23:44:53 -0400 From: Zachery Hostens To: freebsd-bugs@freebsd.org, freebsd-questions@freebsd.org, users@freenet6.net Message-ID: X-Sender: lists@plastik.us User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on eclipse.plastik.us X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: Subject: freebsd6.1 nd6_lookup failure -- SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 03:50:14 -0000 so, after searching for a half an hour online for this nd6_lookup failure and seeing all questions and no answers i tackled it myself. :) its really pretty simple. all you need to do is remove the route that the kernel is complaining about and let it create one it likes. http://plastik.us/articles/2006/07/11/freebsd-6-1-freenet-6 my blog shows it well enough so id rather not type it out again. if this was solved already i appologize, i didnt find any answers to it after googling for -- - Zachery Hostens From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 10:42:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D753816A4DF for ; Wed, 12 Jul 2006 10:42:10 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C971E43D55 for ; Wed, 12 Jul 2006 10:42:09 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1G0cAR-0007QQ-MU; Wed, 12 Jul 2006 11:42:07 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1G0cAQ-0005Yz-OT; Wed, 12 Jul 2006 11:42:06 +0100 Message-ID: <44B4D1FE.7020404@dial.pipex.com> Date: Wed, 12 Jul 2006 11:42:06 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Eugeny Kuzakov References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> <44veq4wa3v.fsf@be-well.ilk.org> <44B3AB3E.6050602@dial.pipex.com> <146805bd0607111035u6580d7b1k4cc7ed0bbf894ad7@mail.gmail.com> In-Reply-To: <146805bd0607111035u6580d7b1k4cc7ed0bbf894ad7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 10:42:10 -0000 Eugeny Kuzakov wrote: > On 7/11/06, Alex Zbyslaw wrote: > >> >> Lowell Gilbert wrote: >> >> Er, no, unless I am much mistaken it doesn't imply that at all (see man >> ataraid). FreeBSD handles plenty of "software" (metadata only) RAIDs, >> though I believe that an archive search will turn up that the sil3112 is >> possibly the worst such RAID ever and was a poor choice of RAID card, >> however cheap. Try google. SiL are listed among the controllers >> supported by ataraid on 6.1 so I would expect the RAID to be recognised >> even if it performed badly. > > > > Of course you are right in all the points!:( I know it now, at the > moment of > buy I didn't know > what chip is used in the Tekram TR-822.. I was very surprised when I see > chip name... > > I don'e think that is the solution worst, but problem is different > metadata > formats in different BIOSes... > Initially I asked who uses sil3112 and hasn't pronlems:) > > Today I will try to update flash bios to some older version, but it's > designed for linux... > I hope FreeBSD driver recongnise it's metadata format... > > I've not used such a RAID so perhaps some specific action with > >> atacontrol is required. > > > > I see at least two problems: > 1. If I create raid1 or raid0 using atacontrol create bla-bla-bla then I > see new device -- ar0. > After paririoning&labeling I try to newfs it... FreeBSD hungs in same > moment > without any warnings... > 2. If I create raid1 or raid0 using bios utility of sil3112 then FreeBSD > driver doesn'y recognise this metadata. > It's just see disk drives and nothing more....:( > You might have more luck with answers to your problems on the hardware list, and failing that you could ask sos@ regarding metadata problems. Changing the metadata format between BIOS updates seems pretty scummy and obviously if FreeBSD expects one format and you have some other format, it won't work :-( However, I believe the sil3112 has problems beyond this and is just a bad controller. Here's a reference from sos@ who wrote the driver and knows what he's talking about: http://lists.freebsd.org/pipermail/freebsd-current/2005-January/045274.html Good luck, --Alex From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 10:58:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EE716A4DA for ; Wed, 12 Jul 2006 10:58:12 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id D86AC43D49 for ; Wed, 12 Jul 2006 10:58:11 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nf-out-0910.google.com with SMTP id y38so97351nfb for ; Wed, 12 Jul 2006 03:58:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=en63QhayWRVgkl6ds8fHmoMhEffxO6jElD0JoyX+fs7rQNiQdWp5XSguJGPHxOnegi3AIftFUUmapIFcHztlL6h8Xi9OpR4NH/DfYhtJJkEPTZCUaCZzMIK+jvmpFAdFVKZC7ohuCQUW8RO+mJywdJ8hbBIsxesZY2Tii7gYqCw= Received: by 10.48.211.5 with SMTP id j5mr5088nfg; Wed, 12 Jul 2006 03:58:10 -0700 (PDT) Received: by 10.66.219.4 with HTTP; Wed, 12 Jul 2006 03:58:10 -0700 (PDT) Message-ID: Date: Wed, 12 Jul 2006 14:58:10 +0400 From: "Andrew Pantyukhin" To: "Eugeny Kuzakov" In-Reply-To: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 10:58:12 -0000 On 7/10/06, Eugeny Kuzakov wrote: > I need mirror device, contained 2 partitions -- fat32&ufs. > > I want to use fat32 under freebsd&windows xp. I would forget about sil3112 raid capabilities and use software raid in both OS's. gmirror rocks and I hear that winxp has a good implementation of raid, too. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 05:57:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77BF816A4DD for ; Wed, 12 Jul 2006 05:57:16 +0000 (UTC) (envelope-from divakin@huawei.com) Received: from mscga01-in.huawei.com (mscga01-in.huawei.com [194.67.27.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id E511D43D45 for ; Wed, 12 Jul 2006 05:57:15 +0000 (GMT) (envelope-from divakin@huawei.com) Received: from huawei.com (mscml01-in [172.18.6.6]) by mscga01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0J2A00BFM01G7W@mscga01-in.huawei.com> for freebsd-questions@freebsd.org; Wed, 12 Jul 2006 09:46:29 +0400 (MSD) Received: from i83432a ([10.198.10.131]) by mscga01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar3 2004)) with ESMTPA id <0J2A00E6W01DTK@mscga01-in.huawei.com> forfreebsd-questions@freebsd.org; Wed, 12 Jul 2006 09:46:28 +0400 (MSD) Date: Wed, 12 Jul 2006 09:57:33 +0400 From: "Ivakin E. Dmitriy 83432" To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook 11 Thread-index: AcaleBFGkvMAWTpPQSiTmrjaycv5zg== X-imss-version: 2.007 X-imss-result: Passed X-imss-approveListMatch: *@huawei.com X-Mailman-Approved-At: Wed, 12 Jul 2006 11:35:36 +0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to update sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 05:57:16 -0000 Dear all, I need upgrade my OS to new release. But this computer not connected to Internet and I don't have possibility to download new image. Also there is no way to connect it to Internet in the future. How I can do it? The next question is how I can install security patches with the same conditions? Thanks in advance! Best regards, Ivakin Dmitriy From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 11:46:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18BCC16A4E6 for ; Wed, 12 Jul 2006 11:46:20 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC74843D53 for ; Wed, 12 Jul 2006 11:46:19 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id 61D0F36645 for ; Wed, 12 Jul 2006 07:46:00 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23342-10 for ; Wed, 12 Jul 2006 07:45:49 -0400 (EDT) Received: from [192.168.0.8] (cpe-24-195-194-146.nycap.res.rr.com [24.195.194.146]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by malkav.snowmoon.com (Postfix) with ESMTP id 730413663D for ; Wed, 12 Jul 2006 07:45:49 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Jaime Date: Wed, 12 Jul 2006 07:46:10 -0400 X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at snowmoon.com Subject: IMAP crashing on message move X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 11:46:20 -0000 When trying to move a message from my INBOX folder to another folder, I usually (4 out of 5?) find that the imapd process has crashed. SquirrelMail is nice enough to tell me this: ERROR: Connection dropped by IMAP server. Query: COPY 18238,18255 "mail/Trash" Looking in /var/log/messages, I find lines like this: Jul 11 21:28:47 atlas kernel: pid 81702 (imapd), uid 1001: exited on signal 11 This is using FreeBSD 6.1-Stable built from sources a few days ago and the ports for imap-uw, cclient, squirrelmail, php5-imap, etc. built from ports updated yesterday afternoon. I've seen the above error in /var/log/messages for a few other UIDs, too. So I know its not just me. This is a new server. The old server was working OK with these same files in /home (I moved the data over using a tar czpf archive.tar.gz -C /home . command.) and FreeBSD 5.x and imap-uw, et. al. built from ports as well. The most significant change that I can find is the move from php4 to php5, but that shouldn't cause the imapd process to fail, right? Any thoughts, tips, advice, etc. is greatly appreciated. Jaime From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 11:49:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2BE416A4DD for ; Wed, 12 Jul 2006 11:49:13 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D14943D45 for ; Wed, 12 Jul 2006 11:49:13 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id 690B436645; Wed, 12 Jul 2006 07:48:54 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27924-01; Wed, 12 Jul 2006 07:48:48 -0400 (EDT) Received: from [192.168.0.8] (cpe-24-195-194-146.nycap.res.rr.com [24.195.194.146]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by malkav.snowmoon.com (Postfix) with ESMTP id DFBEE3663D; Wed, 12 Jul 2006 07:48:47 -0400 (EDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7C9766D7-F3E0-45C1-9FE3-BCF1D88F0FAC@snowmoon.com> Content-Transfer-Encoding: 7bit From: Jaime Date: Wed, 12 Jul 2006 07:49:08 -0400 To: "Ivakin E. Dmitriy 83432" X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at snowmoon.com Cc: freebsd-questions@freebsd.org Subject: Re: how to update sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 11:49:13 -0000 On Jul 12, 2006, at 1:57 AM, Ivakin E. Dmitriy 83432 wrote: > I need upgrade my OS to new release. But this computer not > connected to > Internet and I don't have possibility to download new image. Also > there is > no way to connect it to Internet in the future. How I can do it? Could you take a removable HD to another FreeBSD box that has an Internet connection? If so, you could cvsup to a src directory on the HD and then use something like rsync or tar to move the files over. Just check the man pages for information about preserving ownership and permissions. This idea is just for brainstorming. I've never tried it with FreeBSD. I've tried things resembling it with MacOS X. Good luck, Jaime From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 11:52:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 335FD16A4EA for ; Wed, 12 Jul 2006 11:52:30 +0000 (UTC) (envelope-from eugeny.kuzakov@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45A743D66 for ; Wed, 12 Jul 2006 11:52:19 +0000 (GMT) (envelope-from eugeny.kuzakov@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so208298pyc for ; Wed, 12 Jul 2006 04:52:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=XlKWepgHldeOTnOBtjhvq11lhztZn28Iu0u7uQMmOXkWsOz6g44Ejak/WQ0qdBDirFv9HV2aSkt8J/d/TRhp168RPDcJX3ln2UbAJMh0CKaKjMcUBtYLG9IGOrGfUORoSYPmM2cor5Y+kDoI5GhEFCK/Dmvsaw8YvpyxeIdi+rs= Received: by 10.35.111.14 with SMTP id o14mr767929pym; Wed, 12 Jul 2006 04:52:18 -0700 (PDT) Received: by 10.35.42.9 with HTTP; Wed, 12 Jul 2006 04:52:18 -0700 (PDT) Message-ID: <146805bd0607120452x75688eb8paa9bc569d6a4e0fc@mail.gmail.com> Date: Wed, 12 Jul 2006 15:52:18 +0400 From: "Eugeny Kuzakov" Sender: eugeny.kuzakov@gmail.com To: "Andrew Pantyukhin" In-Reply-To: MIME-Version: 1.0 References: <146805bd0607100055h64d7e8e9i39e3bc02ce05658e@mail.gmail.com> X-Google-Sender-Auth: 9e44cac8adc3a58e Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sil3112 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 11:52:30 -0000 On 7/12/06, Andrew Pantyukhin wrote: > > On 7/10/06, Eugeny Kuzakov wrote: > > I need mirror device, contained 2 partitions -- fat32&ufs. > > > > I want to use fat32 under freebsd&windows xp. > > I would forget about sil3112 raid capabilities and use > software raid in both OS's. gmirror rocks and I hear that > winxp has a good implementation of raid, too. I know about gmirror/vinum... I want use mirrored fat32 partition under FreeBSD&Windows XP. Ifit isn't possible, I theoretically can create two partitons. ntfs/fat32 -- for windows and ufs for fbsd and use them separately, But gmirror require all the disk...If I will configure gmirror, it not will be possible to create pratition for windows xp.... -- Best wishes, Coredumped. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 11:53:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BDC116A4E2 for ; Wed, 12 Jul 2006 11:53:17 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2354B43D66 for ; Wed, 12 Jul 2006 11:53:12 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 5B7EC99AA05; Wed, 12 Jul 2006 13:53:00 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ARs13NVKIo3w; Wed, 12 Jul 2006 13:52:54 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 87AF799A9D5; Wed, 12 Jul 2006 13:52:54 +0200 (CEST) Message-ID: <44B4E28E.1030107@FreeBSD.org> Date: Wed, 12 Jul 2006 13:52:46 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Jaime References: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> In-Reply-To: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: IMAP crashing on message move X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gabor@t-hosting.hu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 11:53:17 -0000 Jaime wrote: > When trying to move a message from my INBOX folder to another > folder, I usually (4 out of 5?) find that the imapd process has > crashed. SquirrelMail is nice enough to tell me this: > > ERROR: Connection dropped by IMAP server. > Query: COPY 18238,18255 "mail/Trash" > > Looking in /var/log/messages, I find lines like this: > > Jul 11 21:28:47 atlas kernel: pid 81702 (imapd), uid 1001: exited on > signal 11 > > This is using FreeBSD 6.1-Stable built from sources a few days ago > and the ports for imap-uw, cclient, squirrelmail, php5-imap, etc. > built from ports updated yesterday afternoon. I've seen the above > error in /var/log/messages for a few other UIDs, too. So I know its > not just me. > > This is a new server. The old server was working OK with these > same files in /home (I moved the data over using a tar czpf > archive.tar.gz -C /home . command.) and FreeBSD 5.x and imap-uw, et. > al. built from ports as well. The most significant change that I can > find is the move from php4 to php5, but that shouldn't cause the imapd > process to fail, right? > > Any thoughts, tips, advice, etc. is greatly appreciated. > > Jaime Are you using any CFLAGS in /etc/make.conf? Signal 11 is SIGSEGV aka segmentation violation, which is often caused by unsupported optimization flags. Btw, do you use the stock compiler or something from ports? I suggest you to rebuild everything related with stock compiler and without any CFLAGS set. You can do this comfortably with portupgrade -f. Regards, Gabor From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 12:14:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAE316A4DA for ; Wed, 12 Jul 2006 12:14:17 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7753143D6D for ; Wed, 12 Jul 2006 12:14:16 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 12 Jul 2006 08:14:15 -0400 id 00056407.44B4E797.0000C1D9 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 12 Jul 2006 08:13:37 -0400 Date: Wed, 12 Jul 2006 08:14:14 -0400 From: Bill Moran To: "Ivakin E. Dmitriy 83432" Message-Id: <20060712081414.686d0397.wmoran@collaborativefusion.com> In-Reply-To: References: Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: how to update sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 12:14:17 -0000 In response to "Ivakin E. Dmitriy 83432" : > Dear all, > > I need upgrade my OS to new release. But this computer not connected to > Internet and I don't have possibility to download new image. Also there is > no way to connect it to Internet in the future. How I can do it? > > The next question is how I can install security patches with the same > conditions? Search the archives for this list. This question was asked a few weeks ago and a number of excellent suggestions were made. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 13:46:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C261616A4DD for ; Wed, 12 Jul 2006 13:46:22 +0000 (UTC) (envelope-from coolzone@io.dk) Received: from dansknet.dk (smtp1.dansknet.dk [85.233.229.242]) by mx1.FreeBSD.org (Postfix) with SMTP id F1D9A43D49 for ; Wed, 12 Jul 2006 13:46:21 +0000 (GMT) (envelope-from coolzone@io.dk) Received: (qmail 24523 invoked from network); 12 Jul 2006 14:50:10 -0000 Received: from 85233231171.switch.dansknet.dk (HELO dansknet.dk) (85.233.231.171) by dansknet.dk with SMTP; 12 Jul 2006 14:50:10 -0000 Date: Wed, 12 Jul 2006 15:46:24 +0200 From: Rico Secada To: freebsd-questions@freebsd.org Message-ID: <20060712154624.7ba42494@dansknet.dk> In-Reply-To: <200607112126.34452.duncan.fbsd@gmail.com> References: <44B3D2DB.1040406@chrismaness.com> <200607112116.38573.beni@brinckman.info> <200607112126.34452.duncan.fbsd@gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ATAPICAM in the FreeBSD manual X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 13:46:22 -0000 Hi. In the FreeBSD manual on '17.6.9 Using the ATAPI/CAM Driver', it only talks about rebuilding the kernel with "device atapicam". I think it should mention that it actually is possible to just add 'atapicam_load="YES"' to /boot/loader.conf. Perhaps I have missed or overlooked something and in that case just ignore my message, but otherwise I think it would improve the manual. I for one just rebuild the kernel the other day just to enable the ATAPI/CAM driver, but had I known it could be loaded from loader.conf, I wouldn't have rebuild it. Best and kind regards, Rico From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 13:55:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC1D16A4E2 for ; Wed, 12 Jul 2006 13:55:47 +0000 (UTC) (envelope-from daijo@unixevil.info) Received: from zeus.daijo.org (zeus.daijo.org [85.17.16.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5369443D46 for ; Wed, 12 Jul 2006 13:55:46 +0000 (GMT) (envelope-from daijo@unixevil.info) Received: (qmail 12479 invoked by uid 210); 12 Jul 2006 16:00:31 +0200 Received: from 84.123.228.149 by zeus (envelope-from , uid 201) with qmail-scanner-2.01st (clamdscan: 0.88.2/1592. spamassassin: 3.1.3. perlscan: 2.01st. Clear:RC:1(84.123.228.149):. Processed in 0.025687 secs); 12 Jul 2006 14:00:31 -0000 Received: from unknown (HELO ?192.168.1.5?) (84.123.228.149) by 0 with (DHE-RSA-AES256-SHA encrypted) SMTP; 12 Jul 2006 16:00:31 +0200 Message-ID: <44B4FF5D.3030902@unixevil.info> Date: Wed, 12 Jul 2006 15:55:41 +0200 From: Victor Roman Archidona User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=A31FA9A0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: GCC binary format 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: Wed, 12 Jul 2006 13:55:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm porting FreeBSD to Gentoo for the Summer of Code project "Gentoo/FreeBSD for Amd64", and I need a little help about gcc binary output when compiling files. I compiled by hand GCC, and when I compile some file the output format is "UNIX - System V". I got this with `readelf -h program`. The problem is that I need the default binary output must be "UNIX - FreeBSD" and for now I can't fix it without help. BTW, If the output is "UNIX - System V" I can't run static compiled files, it shall be fixed changing the output behaviour. For example with the following small C program: #include #include int main(int argc, char *argv[]) { printf("it works!\n"); exit(EXIT_SUCCESS); } root@localhost ~ # gcc -static test.c -o test root@localhost ~ # readelf -h test | grep "OS/ABI" OS/ABI: UNIX - System V root@localhost ~ # ./test ELF binary type "0" not known. - - -su: ./test: cannot execute binary file root@localhost ~ # I asked before in gcc-help mailing list but they point to ask here too. I also provide two links [1] and [2] with previous discussion about this. [1] http://lists.freebsd.org/pipermail/freebsd-hackers/2006-July/017123.html [2] http://gcc.gnu.org/ml/gcc-help/2006-07/msg00134.html Any input in this topic will be very apreciated. Thanks for all in advance, - - -- Victor Roman Archidona -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) iD8DBQFEtP9dQ/ddYKMfqaARAlaZAJ9iUkeImjWeSVT+KXyhztA9j1AchACdFurq TOZxQ/e4paCZHDqen4GBNxk= =iMM0 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 13:57:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FF7916A4DA for ; Wed, 12 Jul 2006 13:57:19 +0000 (UTC) (envelope-from rapopp@eastcentral.edu) Received: from ecmail.eastcentral.edu (ecmail.eastcentral.edu [198.209.216.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC2D143D72 for ; Wed, 12 Jul 2006 13:57:18 +0000 (GMT) (envelope-from rapopp@eastcentral.edu) Received: from barbados.eastcentral.edu ([10.15.0.132]) by ecmail.eastcentral.edu (8.13.1/8.12.9) with ESMTP id k6CDvHrj004402 for ; Wed, 12 Jul 2006 08:57:17 -0500 From: "Reuben A. Popp" Organization: East Central College To: freebsd-questions@freebsd.org Date: Wed, 12 Jul 2006 09:00:18 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607120900.20419.rapopp@eastcentral.edu> Subject: Tape drive options and suggestions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rapopp@eastcentral.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 13:57:19 -0000 Good morning all, I was wondering if anyone had any suggestions as to a tape backup solution that carries the most bang for the buck. The ideal would be: * LTO-3 * Works with Bacula or similar and 6.x * Autochanger * Ability to handle 30-40 heterogeneous servers of varying size All suggestions and comments are appreciated and welcome. Thanks in advance, Reuben A. Popp Information Technology Department East Central College 1+ 636 583-5195 ext 2480 From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 14:08:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B2716A4DE for ; Wed, 12 Jul 2006 14:08:08 +0000 (UTC) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail5.tpgi.com.au (mail5.tpgi.com.au [203.12.160.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C38743D46 for ; Wed, 12 Jul 2006 14:08:05 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-240-252-171.tpgi.com.au [60.240.252.171]) by mail5.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.6/8.13.6) with ESMTP id k6CE81Ao019178 for ; Thu, 13 Jul 2006 00:08:03 +1000 From: Warren Liddell To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 12 Jul 2006 23:59:27 +1000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607122359.30969.shinjii@virusinfo.rdksupportinc.com> Subject: Error Upgrading PHP5-pcre X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 14:08:08 -0000 im Running FreeBSD 6.1-STABLE and the last week or more i have had problems trying to upgrade this port .. below is the full work up fo trying to install the package manually from the ports. Any assistance into whats happening would be appreciated. ============================== ===> Building for php5-pcre-5.1.4 /bin/sh /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/libtool --mode=compile cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -o php_pcre.lo cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -fPIC -DPIC -o .libs/php_pcre.o /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: `fifth_arg_force_ref' undeclared here (not in a function) /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: (near initialization for `pcre_functions[4]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: (near initialization for `pcre_functions[5]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: (near initialization for `pcre_functions[6]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: (near initialization for `pcre_functions[7]') *** Error code 1 Stop in /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre. *** Error code 1 Stop in /usr/ports/devel/php5-pcre. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 14:08:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1674716A4DA for ; Wed, 12 Jul 2006 14:08:09 +0000 (UTC) (envelope-from shinjii@virusinfo.rdksupportinc.com) Received: from mail5.tpgi.com.au (mail5.tpgi.com.au [203.12.160.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7031F43D46 for ; Wed, 12 Jul 2006 14:08:08 +0000 (GMT) (envelope-from shinjii@virusinfo.rdksupportinc.com) X-TPG-Antivirus: Passed Received: from localhost (60-240-252-171.tpgi.com.au [60.240.252.171]) by mail5.tpgi.com.au (envelope-from shinjii@virusinfo.rdksupportinc.com) (8.13.6/8.13.6) with ESMTP id k6CE854m019525 for ; Thu, 13 Jul 2006 00:08:07 +1000 From: Warren Liddell To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 12 Jul 2006 23:59:38 +1000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607122359.38798.shinjii@virusinfo.rdksupportinc.com> Subject: Error Upgrading XFree86-4-clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 14:08:09 -0000 im Running FreeBSD 6.1-STABLE and the last week or more i have had problems trying to upgrade this port .. below is the full work up of trying to install the package manually from the ports. Any assistance into whats happening would be appreciated. ============================== exports/lib glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib /usr/bin/ld: warning: libstdc++.so.3, needed by /usr/X11R6/lib/libGLU.so, not found (try using -rpath or -rpath-link) /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_user' /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_si' /usr/X11R6/lib/libGLU.so: undefined reference to `__get_eh_context' /usr/X11R6/lib/libGLU.so: undefined reference to `__sjthrow' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_new' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_vec_delete' /usr/X11R6/lib/libGLU.so: undefined reference to `__rtti_class' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_delete' /usr/X11R6/lib/libGLU.so: undefined reference to `__terminate' /usr/X11R6/lib/libGLU.so: undefined reference to `__builtin_new' *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/XFree86-4-clients. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 15:05:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D977B16A4DD for ; Wed, 12 Jul 2006 15:05:42 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C10243D49 for ; Wed, 12 Jul 2006 15:05:42 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 7743213A8AA for ; Wed, 12 Jul 2006 11:05:41 -0400 (EDT) Received: from [192.168.1.100] (pool-71-247-40-190.nycmny.east.verizon.net [71.247.40.190]) by mailspool3.panix.com (Postfix) with ESMTP id 25EC2EA91A1 for ; Wed, 12 Jul 2006 11:05:36 -0400 (EDT) Message-ID: <44B50FB8.2040006@tania.servebbs.org> Date: Wed, 12 Jul 2006 11:05:28 -0400 From: Bob User-Agent: Thunderbird 1.5 (X11/20060628) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44B3E1AD.3080409@tania.servebbs.org> <44B3EDC3.7010104@ywave.com> <200607112036.24775.kruptos@mlinux.org> In-Reply-To: <200607112036.24775.kruptos@mlinux.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=B2BF9879 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Producing a binary install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 15:05:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin Brunelle wrote: >> Otherwise doing a 'make package' after the port has been installed will >> create a package for you. You should then be able to install the package >> on the other machine using pkg_add. >> >> HTH, >> Micah > > If you've already done make clean... you're going to end up rebuilding if you > use make package. Since that's not what you're looking to do, use pkg_create > instead. > > pkg_create -b jdk-1.5.0p3_1 > Thanks folks! I had not done a make clean when I did the "make package" and it created a binary package in short order. The created package then installed and worked flawlessly on the new machine! This is great! So I did as you suggested, and exported /usr/ports/ to the new machine, (/usr/local/net/ports/) this way when I need something over there I can just pkg_create and then pkg_add to the other Work Station I am sure there is a way to include the nfs-mounted /usr/local/net/ports in the search-path on that Work Stations "portupgrade" facility, so that if Kelly wants to install something independently on her machine, and does a "portupgrade -NRP ; portupgrade will look for and use the needed files in /usr/local/net/ports first, but still upgrade and maintain it's own database. This will require some more digging in the very fine manual.... This is a gorgeous OS! Thanks again for all the help! Bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEtQ+3AexE5bK/mHkRAtl6AJ9PwYQjDJKydoi+HdEtUKSemmPnFgCfUMvp Dn1Uyn+dnKVIaNB1fCcZw6E= =gNyK -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 15:23:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E54416A4DF for ; Wed, 12 Jul 2006 15:23:40 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A91B43D49 for ; Wed, 12 Jul 2006 15:23:38 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k6CFNacX005802; Wed, 12 Jul 2006 11:23:36 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k6CFNaQZ005801; Wed, 12 Jul 2006 11:23:36 -0400 (EDT) From: Jerry McAllister Message-Id: <200607121523.k6CFNaQZ005801@clunix.cl.msu.edu> To: rapopp@eastcentral.edu Date: Wed, 12 Jul 2006 11:23:36 -0400 (EDT) In-Reply-To: <200607120900.20419.rapopp@eastcentral.edu> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Tape drive options and 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, 12 Jul 2006 15:23:40 -0000 > > Good morning all, > > I was wondering if anyone had any suggestions as to a tape backup solution > that carries the most bang for the buck. The ideal would be: > > * LTO-3 > * Works with Bacula or similar and 6.x > * Autochanger > * Ability to handle 30-40 heterogeneous servers of varying size I have only had one LTO to work with so far in FreeBSD - an HP 350 - and have been very happy with it. It is quite fast and we haven't had any reliability problems yet. We have also had good experiences with DLT, though it seems to not be quite as fast. But it has been reliable. Here at the Commputer Center the main backup media is AIT and that has been quite reliable, but I haven't had any speed comparison with the others, nor have we had it on any FreeBSD system. Of course, DAT is cheapest, but it has reliability and functionality Problems. We have had a lot of failures on any level DAT at or above DDS-3. It also seems to get weird and need to be completely shut down with all power off the system (eg unplugged from the wall and even the Ethernet connection) occasionally for a few minutes to force it to reset. This has occurred on several models, but not all units. > All suggestions and comments are appreciated and welcome. So, LTO seems a good choice, followed by DLT. As for software packages, I don't know of any I am happy with. I end up writing my own scripts using dump. It is a little clumsey but I don't have to jump through artifical and irrelevant hoops that the package maker thought up just to make things look big and important. ////jerry > Thanks in advance, > Reuben A. Popp > > Information Technology Department > East Central College > 1+ 636 583-5195 ext 2480 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:06:48 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E7316A4DD for ; Wed, 12 Jul 2006 16:06:48 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C4E43D49 for ; Wed, 12 Jul 2006 16:06:47 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc12) with ESMTP id <2006071216064601200d1chse>; Wed, 12 Jul 2006 16:06:46 +0000 From: Josh Paetzel To: questions@freebsd.org Date: Wed, 12 Jul 2006 11:06:45 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607121106.45973.josh@tcbug.org> Cc: Subject: syslogd configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 16:06:48 -0000 I have the following in my named.conf logging { channel my_syslog { syslog local5; severity info; }; }; In /etc/syslog.conf I have the following local5.* /var/log/bind/bind.log *.info;mail.none;cron.none;kern.none;local0.none;local5.none;ftp.none;auth.none;authpriv.none;secur ity.none /var/log/messages/messages named is logging to both /var/log/bind/bind.log and /var/log/messages/messages What can I do to stop named from logging to /var/log/messages/messages? -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:21:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D1F16A4DD for ; Wed, 12 Jul 2006 16:21:23 +0000 (UTC) (envelope-from chris@Shenton.Org) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188BB43D45 for ; Wed, 12 Jul 2006 16:21:22 +0000 (GMT) (envelope-from chris@Shenton.Org) Received: (qmail 25616 invoked by uid 1001); 12 Jul 2006 16:21:21 -0000 From: Chris Shenton To: freebsd-questions@freebsd.org X-Face: Aezo$r(_w^[3*'"[, }4Ax-S47uhAT%v=t[mvO!E$T>07Viy^lm3YKL:o?18OK#zV@]G*51V ba.95S&l, JuWlG/pC$Z9p, , C2unO6R0:1#?q?xKqk)!$Pxy3w }?Ar!Dkq4D/#8VFgsT)2~YLR-C^i@^H&B+Pz5s^~!U8V<*5Z8'$\6#X`fAQP!5LSJ(C$ywocONE\yG VS6a}ZY1!@IC(rz}V|>IX; ,M\B7d$T?_>2ZZka#%Kz-]@R&{za{mw4K\Q[FS=NgNy1|!p6mDV1i:Z4 j&@6|IR$5t?+c?^ Date: Wed, 12 Jul 2006 12:21:21 -0400 Message-ID: <86fyh6u73y.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 16:21:23 -0000 I have a borked entry in my /etc/fstab: the box can't find /dev/da4s1 or something at boot. So it hangs at boot asking me if I want to use /bin/sh in single user mode. But when I bang on the USB keyboard, FreeBSD doesn't hear the keys. I recall that previous boot menus offered a "boot with USB keyboard" option, but this is no longer on my FreeBSD-6.1 version built from cvsup a couple months back. Any suggestions how to get it to see the USB keyboard in the boot? This Dell box doesn't have a non-USB keyboard input. If not, any suggestions on how to get it to boot to a point where I could fix the /etc/fstab? Only thing I can think of is burn a bootable FreeBSD disk, boot from it, then mount the hard drive and fix fstab from that. Thanks. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:26:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7D916A4DA for ; Wed, 12 Jul 2006 16:26:38 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F65F43D55 for ; Wed, 12 Jul 2006 16:26:37 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (rwcrmhc11) with ESMTP id <20060712162637m1100heg21e>; Wed, 12 Jul 2006 16:26:37 +0000 Message-ID: <44B522BC.5090307@computer.org> Date: Wed, 12 Jul 2006 11:26:36 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 16:26:38 -0000 All, I am trying to get a linux app to use hardware acceleration. I have a couple of linux apps (googleearth, NWN) that *do presently work* with hardware acceleration... but this one in particular (linux-ut) *does not*. It gives me the following error in its log file: Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: /usr/local/ lib/libdrm.so.2: ELF file OS ABI invalid Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely that's not what is supposed to happen? I have: FreeBSD 6.1-STABLE i386 as of a few days ago. linux-atk-1.9.1 = up-to-date with port linux-expat-1.95.8 = up-to-date with port linux-fontconfig-2.2.3_5 = up-to-date with port linux-glib2-2.6.6 = up-to-date with port linux-gtk2-2.6.10 = up-to-date with port linux-jpeg-6b.34 = up-to-date with port linux-openmotif-2.2.4_2 = up-to-date with port linux-pango-1.8.1 = up-to-date with port linux-png-1.2.8_2 = up-to-date with port linux-realplayer-10.0.7.785.20060201 = up-to-date with port linux-sdl-1.2.10_1 = up-to-date with port linux-tiff-3.7.1 = up-to-date with port linux-xorg-libs-6.8.2_5 = up-to-date with port linux_base-fc-4_6 = up-to-date with port linux_dri-6.5 = up-to-date with port linuxdoc-1.1_1 = up-to-date with port linuxpluginwrapper-20051113_4 = up-to-date with port What else can I provide that might be of use? Any ideas? Thanks -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:31:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C60F16A4DD for ; Wed, 12 Jul 2006 16:31:19 +0000 (UTC) (envelope-from mikef@ack.Berkeley.EDU) Received: from malcolm.berkeley.edu (malcolm.Berkeley.EDU [128.32.206.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3677A43D46 for ; Wed, 12 Jul 2006 16:31:19 +0000 (GMT) (envelope-from mikef@ack.Berkeley.EDU) Received: from malcolm.berkeley.edu (localhost [127.0.0.1]) by malcolm.berkeley.edu (8.13.6/8.13.3) with ESMTP id k6CGVIs3058296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 12 Jul 2006 09:31:18 -0700 (PDT) (envelope-from mikef@ack.Berkeley.EDU) Received: from localhost (mikef@localhost) by malcolm.berkeley.edu (8.13.6/8.13.3/Submit) with ESMTP id k6CGVIYw058293 for ; Wed, 12 Jul 2006 09:31:18 -0700 (PDT) (envelope-from mikef@ack.Berkeley.EDU) X-Authentication-Warning: malcolm.berkeley.edu: mikef owned process doing -bs Date: Wed, 12 Jul 2006 09:31:12 -0700 (PDT) From: Mike Friedman X-X-Sender: mikef@malcolm.berkeley.edu To: FreeBSD Questions Message-ID: <20060711162744.A22592@malcolm.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (malcolm.berkeley.edu [127.0.0.1]); Wed, 12 Jul 2006 09:31:18 -0700 (PDT) Subject: Installing Oracle Client 10g 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, 12 Jul 2006 16:31:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm running FreeBSD 5.4-RELEASE and I want to run a current Oracle client-only with encryption support. First, I installed the Oracle client port, which represents Oracle 7. But my database support person tells me that's quite old and, in fact, he couldn't be sure it would work (especially the encryption part) with the Oracle database I'd be using (which he helps support). And I was getting some strange symptoms when I tested it. So, he recommended that I download the Oracle 10g Client for Linux. Since my FreeBSD system is configured for Linux compatibility, I'm hoping this will work. However, I can't even get the Installer to complete! It keeps telling me that I may not have enough space in my root partition, even though I'm not trying to install into the root partition. (The partition in which I'm installing has lots of space). In addition, I should say that the machine on which this Oracle client will be installed is not running X Windows. This means I can't use the installation menus, so I've been running the Installation tool with a 'response file'. The response file, however, doesn't have much flexibility. In particular, when I'm told I may not have enough space, it asks me if I want to continue, but there's no way for me to reply 'yes' from the response file. In any case, based on the installation logs, it really looks like the Installation tool is looking at the root partition for how much space is available. I've found in the FreeBSD handbook an article on installing Oracle 8.0. But it appears that there have been changes with 10g. Also, those instructions seem to assume a server install, so they talk about setting some shared memory values and other things that may not apply to me anyway. Do I have any other options? I don't want to install the full Oracle package (client and server), just the client, so that I can write some perl scripts to query a remote Oracle database. Any suggestions? Thanks. Mike _________________________________________________________________________ Mike Friedman System and Network Security mikef@ack.Berkeley.EDU 2484 Shattuck Avenue 1-510-642-1410 University of California at Berkeley http://socrates.berkeley.edu/~mikef http://security.berkeley.edu _________________________________________________________________________ -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQA/AwUBRLUj060bf1iNr4mCEQLamQCgpiHjVv5c1IXfkdU0p4d1oVamKyEAn2Dm XrxHTY7XjEyMdpy4PwHDrxRY =TOP8 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:40:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B68D716A4DF for ; Wed, 12 Jul 2006 16:40:51 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B8F43D46 for ; Wed, 12 Jul 2006 16:40:51 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from mail.dfwlp.com (localhost.int.dfwlp.com [127.0.0.1]) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k6CGentd054637 for ; Wed, 12 Jul 2006 11:40:49 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Received: from 167.246.36.14 (SquirrelMail authenticated user jhorne) by mail.dfwlp.com with HTTP; Wed, 12 Jul 2006 11:40:49 -0500 (CDT) Message-ID: <57741.167.246.36.14.1152722449.squirrel@mail.dfwlp.com> Date: Wed, 12 Jul 2006 11:40:49 -0500 (CDT) From: "Jonathan Horne" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.int.dfwlp.com Subject: problems with lang/php5-extensions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 16:40:51 -0000 never had this issue until today. i have box (same config or build process as all my others) that already has net-snmp built from port. today, went to install php5 and php5-extensions. php5 had no issues, but php5-extensions is trying to build ucd-snmp, and then errors out that its incompatible with net-snmp. the 'make config' only has options for snmp-yes or snmp-no... not which snmp port i prefer. ===> Installing for ucd-snmp-4.2.6_4 ===> ucd-snmp-4.2.6_4 conflicts with installed package(s): net-snmp-5.2.2_2 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/net-mgmt/net-snmp4. *** Error code 1 Stop in /usr/ports/net-mgmt/php5-snmp. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. FreeBSD fbsd60-2.dev.dfwlp.com 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Tue Jun 27 12:02:14 CDT 2006 root@fbsd60-2.dev.dfwlp.com:/usr/obj/usr/src/sys/FBSD60-2 i386 how can i prevent php5-extensions from choose ucd-snmp? thanks, jonathan From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 16:47:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D724A16A508 for ; Wed, 12 Jul 2006 16:47:39 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F2743D7F for ; Wed, 12 Jul 2006 16:47:32 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id 1932B366CA; Wed, 12 Jul 2006 12:47:13 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28630-10; Wed, 12 Jul 2006 12:47:02 -0400 (EDT) Received: by malkav.snowmoon.com (Postfix, from userid 1001) id 53E3B36645; Wed, 12 Jul 2006 12:47:02 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id 4F1E33663D; Wed, 12 Jul 2006 12:47:02 -0400 (EDT) Date: Wed, 12 Jul 2006 12:47:02 -0400 (EDT) From: jaime@snowmoon.com To: gabor@t-hosting.hu In-Reply-To: <44B4E28E.1030107@FreeBSD.org> Message-ID: <20060712124328.F29098@malkav.snowmoon.com> References: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> <44B4E28E.1030107@FreeBSD.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1222961500-1152722822=:29098" X-Virus-Scanned: by amavisd-new at snowmoon.com Cc: freebsd-questions@freebsd.org Subject: Re: IMAP crashing on message move X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 16:47:40 -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. --0-1222961500-1152722822=:29098 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 12 Jul 2006, Gábor Kövesdán wrote: > Jaime wrote: >> Looking in /var/log/messages, I find lines like this: >> >> Jul 11 21:28:47 atlas kernel: pid 81702 (imapd), uid 1001: exited on signal >> 11 > Are you using any CFLAGS in /etc/make.conf? I don't remember changing anything in there. Checking, I find this: atlas:~>more /etc/make.conf # added by use.perl 2006-06-28 12:34:45 PERL_VER=5.8.8 PERL_VERSION=5.8.8 atlas:~>more /etc/defaults/make.conf /etc/defaults/make.conf: No such file or directory Doesn't look like it to me. Did I miss anything? > Btw, do you use the stock compiler or something from ports? I used whatever was in FreeBSD 6.1-STABLE early last week. I generally don't like to screw around with optional stuff when I don't have to. :) > I suggest you to rebuild everything related with stock compiler and without > any CFLAGS set. You can do this comfortably with portupgrade -f. Based on the above, do you still think that I need to do this? Thanks, Jaime --0-1222961500-1152722822=:29098-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 17:40:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB5C16A4DF for ; Wed, 12 Jul 2006 17:40:02 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFAA43D64 for ; Wed, 12 Jul 2006 17:39:57 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Wed, 12 Jul 2006 13:39:57 -0400 id 0005641C.44B533ED.0000DA61 Received: from Internal Mail-Server (206.210.89.202) by mx01 (envelope-from wmoran@collaborativefusion.com) with AES256-SHA encrypted SMTP; 12 Jul 2006 13:39:17 -0400 Date: Wed, 12 Jul 2006 13:39:56 -0400 From: Bill Moran To: Chris Shenton Message-Id: <20060712133956.52d14d93.wmoran@collaborativefusion.com> In-Reply-To: <86fyh6u73y.fsf@PECTOPAH.shenton.org> References: <86fyh6u73y.fsf@PECTOPAH.shenton.org> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 17:40:03 -0000 In response to Chris Shenton : > I have a borked entry in my /etc/fstab: the box can't find /dev/da4s1 > or something at boot. So it hangs at boot asking me if I want to use > /bin/sh in single user mode. But when I bang on the USB keyboard, > FreeBSD doesn't hear the keys. > > I recall that previous boot menus offered a "boot with USB keyboard" > option, but this is no longer on my FreeBSD-6.1 version built from > cvsup a couple months back. > > Any suggestions how to get it to see the USB keyboard in the boot? > This Dell box doesn't have a non-USB keyboard input. We have a number of Dell servers here. The availability of the USB keyboard is heavily dependent on a number of things: BIOS settings and the exact hardware model are two of them. On some Dells, there is a BIOS option to boot with "USB legacy support" (or some similar wording) or without USB support at all. Having the correct setting is pivotal to getting the USB keyboard to work. The correct setting varies from model to model. What fun. Additionally, sometimes escaping the boot loader and setting hint.atkbd.0.flags="0x1" is still required on some hardware (even with 6.1). The exact combination is achieved by trial and error. I suggest making a little matrix and trying all possible combinations until you find the one that works. > If not, any suggestions on how to get it to boot to a point where I > could fix the /etc/fstab? Only thing I can think of is burn a > bootable FreeBSD disk, boot from it, then mount the hard drive and fix > fstab from that. That might be faster ... get a FreeSBIE disk. -- Bill Moran Collaborative Fusion Inc. From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 18:30:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BC716A4DE for ; Wed, 12 Jul 2006 18:30:48 +0000 (UTC) (envelope-from dimitar.vassilev@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 C0DCC43D46 for ; Wed, 12 Jul 2006 18:30:47 +0000 (GMT) (envelope-from dimitar.vassilev@gmail.com) Received: by nf-out-0910.google.com with SMTP id n15so134386nfc for ; Wed, 12 Jul 2006 11:30:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZkM3X919Z/0V9Yn5ya5rLZHWkKOW7a0XeQ7VEQQ3qWagoH4xI+0iQ78pjxOQGprig+nNvTdIBFWvQOAf8Q8FbvjjIqrROwFnLDYXQjuZlKnztGc1onfNV72y2pgPctLR1tlUc7XwrOcFbv58Eg5e23SIQSsJehW3WTXCQbUhEk8= Received: by 10.48.80.20 with SMTP id d20mr8514nfb; Wed, 12 Jul 2006 11:30:46 -0700 (PDT) Received: by 10.48.48.10 with HTTP; Wed, 12 Jul 2006 11:30:46 -0700 (PDT) Message-ID: <59adc1a0607121130g60c7b597pdc72785b4c66c4e7@mail.gmail.com> Date: Wed, 12 Jul 2006 20:30:46 +0200 From: "Dimitar Vasilev" To: "Josh Paetzel" In-Reply-To: <200607121106.45973.josh@tcbug.org> MIME-Version: 1.0 References: <200607121106.45973.josh@tcbug.org> Content-Type: text/plain; charset=ISO-8859-5; format=flowed Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: syslogd configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 18:30:48 -0000 dHJ5IHJlbW92ZSBsb2NhbDUubm9uZSBmcm9tIHN5c2xvZyAtIGFsdGhvdWdoIHlvdSBoYXZlIGlu c3RydWN0ZWQgaXQgbm90IHRvCmxvZyBhbnl0aGluZyBpbiBtZXNzYWdlcwpvciBzcGVjaWZ5IGxv Y2FsNS5pbmZvIGZvciBuYW1lZAoKMjAwNi83LzEyLCBKb3NoIFBhZXR6ZWwgPGpvc2hAdGNidWcu b3JnPjoKPgo+IEkgaGF2ZSB0aGUgZm9sbG93aW5nIGluIG15IG5hbWVkLmNvbmYKPgo+IGxvZ2dp bmcgewo+ICAgICAgICAgY2hhbm5lbCBteV9zeXNsb2cgewo+ICAgICAgICAgICAgICAgICBzeXNs b2cgbG9jYWw1Owo+ICAgICAgICAgICAgICAgICBzZXZlcml0eSBpbmZvOwo+ICAgICAgICAgfTsK PiB9Owo+Cj4gSW4gL2V0Yy9zeXNsb2cuY29uZiBJIGhhdmUgdGhlIGZvbGxvd2luZwo+Cj4KPiBs b2NhbDUuKiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC92 YXIvbG9nL2JpbmQvYmluZC5sb2cKPgo+Cj4gKi5pbmZvO21haWwubm9uZTtjcm9uLm5vbmU7a2Vy bi5ub25lO2xvY2FsMC5ub25lO2xvY2FsNS5ub25lO2Z0cC5ub25lO2F1dGgubm9uZTthdXRocHJp di5ub25lO3NlY3VyCj4gaXR5Lm5vbmUgICAgICAgIC92YXIvbG9nL21lc3NhZ2VzL21lc3NhZ2Vz Cj4KPiBuYW1lZCBpcyBsb2dnaW5nIHRvIGJvdGggL3Zhci9sb2cvYmluZC9iaW5kLmxvZwo+IGFu ZCAvdmFyL2xvZy9tZXNzYWdlcy9tZXNzYWdlcyAgV2hhdCBjYW4gSSBkbyB0byBzdG9wIG5hbWVk IGZyb20KPiBsb2dnaW5nIHRvIC92YXIvbG9nL21lc3NhZ2VzL21lc3NhZ2VzPwo+Cj4gLS0KPiBU aGFua3MsCj4KPiBKb3NoIFBhZXR6ZWwKPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fXwo+IGZyZWVic2QtcXVlc3Rpb25zQGZyZWVic2Qub3JnIG1haWxpbmcg bGlzdAo+IGh0dHA6Ly9saXN0cy5mcmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2ZyZWVic2Qt cXVlc3Rpb25zCj4gVG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwgdG8gIgo+IGZyZWVic2Qt cXVlc3Rpb25zLXVuc3Vic2NyaWJlQGZyZWVic2Qub3JnIgo+CgoKCi0tIAq02NzY4urgILLQ4djb 1dIKRGltaXRhciBWYXNzaWxldgoKR251UEcga2V5IElEOiAweDRCOERCNTI1CktleXNlcnZlcjog cGdwLm1pdC5lZHUKS2V5IGZpbmdlcnByaW50OiBEODhBIDNCOTIgREVENSA5MTdFIDM0MUUgRDYy RiA4QzUxIDVGQzQgNEI4RCBCNTI1Cg== From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 18:36:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 382F416A4DE for ; Wed, 12 Jul 2006 18:36:27 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B36D43D68 for ; Wed, 12 Jul 2006 18:36:23 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 0E39399AAE8; Wed, 12 Jul 2006 20:36:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id R-xxYeI5ubUH; Wed, 12 Jul 2006 20:36:09 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id 5254099AAE1; Wed, 12 Jul 2006 20:36:09 +0200 (CEST) Message-ID: <44B54113.7050308@FreeBSD.org> Date: Wed, 12 Jul 2006 20:36:03 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: jaime@snowmoon.com References: <6C87A72D-B79C-4B07-B14D-713A16564428@snowmoon.com> <44B4E28E.1030107@FreeBSD.org> <20060712124328.F29098@malkav.snowmoon.com> In-Reply-To: <20060712124328.F29098@malkav.snowmoon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: gabor@t-hosting.hu, freebsd-questions@freebsd.org Subject: Re: IMAP crashing on message move X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gabor@t-hosting.hu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 18:36:27 -0000 jaime@snowmoon.com wrote: > On Wed, 12 Jul 2006, Gábor Kövesdán wrote: >> Jaime wrote: >>> Looking in /var/log/messages, I find lines like this: >>> >>> Jul 11 21:28:47 atlas kernel: pid 81702 (imapd), uid 1001: exited on >>> signal 11 > >> Are you using any CFLAGS in /etc/make.conf? > > I don't remember changing anything in there. Checking, I find this: > > atlas:~>more /etc/make.conf > # added by use.perl 2006-06-28 12:34:45 > PERL_VER=5.8.8 > PERL_VERSION=5.8.8 > atlas:~>more /etc/defaults/make.conf > /etc/defaults/make.conf: No such file or directory > > Doesn't look like it to me. Did I miss anything? > > >> Btw, do you use the stock compiler or something from ports? > > I used whatever was in FreeBSD 6.1-STABLE early last week. I > generally don't like to screw around with optional stuff when I don't > have to. :) > > >> I suggest you to rebuild everything related with stock compiler and >> without any CFLAGS set. You can do this comfortably with portupgrade -f. > > Based on the above, do you still think that I need to do this? > > Thanks, > Jaime I'd give it a try at all. It can't hurt if you build the affected ports from scratch. If your ports tree isn't up-to-date run cvsup/csup first. Gabor From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 18:44:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D5616A4E6 for ; Wed, 12 Jul 2006 18:44:05 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F4B43D49 for ; Wed, 12 Jul 2006 18:44:04 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.16.2.1] (unknown [172.16.2.1]) by strange.daemonsecurity.com (Postfix) with ESMTP id A59112E1F0; Wed, 12 Jul 2006 20:44:02 +0200 (CEST) Message-ID: <44B542F0.4060608@locolomo.org> Date: Wed, 12 Jul 2006 20:44:00 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Chris Shenton References: <86fyh6u73y.fsf@PECTOPAH.shenton.org> In-Reply-To: <86fyh6u73y.fsf@PECTOPAH.shenton.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms080308010900000400050608" Cc: freebsd-questions@freebsd.org Subject: Re: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 18:44:05 -0000 This is a cryptographically signed message in MIME format. --------------ms080308010900000400050608 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Chris Shenton wrote: > Any suggestions how to get it to see the USB keyboard in the boot? > This Dell box doesn't have a non-USB keyboard input. The keyboard usually works on the boot menu as the bios is in control. So, exit the menu to load the kernel modules you need, usb, ukbd and uhid I think should do. Then boot into single user mode. For next time, this happens, I suggest you build a kernel with usb keyboard support built in. I think the GENERIC kernel now supports usb keyboards by default, which explains why the boot option has been removed. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 --------------ms080308010900000400050608 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIL5jCC Be8wggPXoAMCAQICCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQUFADCBmTELMAkGA1UEBhMCRVMx GDAWBgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9y aXR5MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNh QGRhZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMDAeFw0wNjA0MjAxMzE2NTBaFw0wNzA0 MjAxMzE2NTBaMGIxCzAJBgNVBAYTAkVTMRUwEwYDVQQKEwxMb2NvTG9tby5PcmcxFjAUBgNV BAMTDUVyaWsgTm9yZ2FhcmQxJDAiBgkqhkiG9w0BCQEWFW5vcmdhYXJkQGxvY29sb21vLm9y ZzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMPmPk5QnkyvR4ZNS/jYCYEk6/x/ mqSIqM7XXmikYX4AmbS4AbgJg7tY150ti87oYIjH4pnt1ReYWV4P2lDE2w0Db73Fk3TGpYcq XNUu4uRl8eoMX6Mh5I34tzJc+ZJqXW0pQtzP7JDgPvLddh0roY/ongaqpnrA6dDh0QfEC+ky z1abx9xmp776RPfRnbzjUht9VGPohiZFLyNfLgw5x4Q5/efDtx3tKDMJP67UnVd1tbclKbOs +HaqxYXNr1TJ9HIpRpfb4IhBFCvBDiiHUjbGtpi2EXeHuwoQ8cp7mjl6j1BfGaoFHvqzA1GD +156qJ9waxEvx/0XGudqWJeFTVkCAwEAAaOCAW4wggFqMA8GA1UdEwEB/wQFMAMCAQAwCwYD VR0PBAQDAgO4MB0GA1UdDgQWBBRpebgs44/nvl3Dw7F0Yrg/nx9puTCBzgYDVR0jBIHGMIHD gBSOYakm6rz5V4h0qO3QlbBuYT3ipaGBn6SBnDCBmTELMAkGA1UEBhMCRVMxGDAWBgNVBAoT D0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR4wHAYD VQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRhZW1vbnNl Y3VyaXR5LmNvbTEKMAgGA1UEBRMBMIIJAI0DVR/84E8BMCAGA1UdEQQZMBeBFW5vcmdhYXJk QGxvY29sb21vLm9yZzA4BgNVHR8EMTAvMC2gK6AphidodHRwOi8vd3d3LmRhZW1vbnNlY3Vy aXR5LmNvbS9jYS9kcy5jcmwwDQYJKoZIhvcNAQEFBQADggIBAMefA0DXBeUmPG353ldj4jQP TKusU49AGPtH0gI0W7gnc8L6NQb7/lzpF1xW3fVOXmDBSQrSzdsmPoUiQBOv8/GTPiJbktbr eHGPDDi7xTmNgGCh/gv9EECEc0casKs778FMhJxQDIKUrBpdxpxUVHxzR9m2MgCaiOPi0oru o5ZjdNh4PyfSrYkkMJmp9w7ouulyf7wSOwwyIxZixWHVIo0lJBZCFQqIcCXzmnLUhlUKqMGb 0sOsPh7GITecrfGAM8iBpLuRjGe3yDa8Xx2riflJLjKxqcSg0OIhibS3xkGTgoJhtAJBB21G CkcnHmLXmnXYZvfE/D4twmSGo3j4D79xFA5xMJU5IwNYT+agU2srRq11eZvtVK3p2sF2rgSK 99cbCHL0K3AhhiF9z+1uLjZO8UgnvB81rQG+Kzn/nvZgQ1bvxKnrtzs3UuKPyAXflNVSiMwO vUv04tBJcIGrdiav64BTQFBgguY7JWWkrsaTeEMUHXW6aUyGCfngQ2LR6McfDeZZLM0BKXiv pjozutGTR76khWqSsttSZQoGoNbMRcHodFCZ2RHSsM1rPKINY1w7vTnr8oEVD3D+pY1UrM/o vDkvS8ypr+gg66pMC0gXl7cReoFNiE118sHKlAEGKNlka3Pga2r+AL6KrjwCZHMwOFDheFoN k9rxTruKV0O0MIIF7zCCA9egAwIBAgIJAI0DVR/84E8MMA0GCSqGSIb3DQEBBQUAMIGZMQsw CQYDVQQGEwJFUzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZp Y2F0ZSBBdXRob3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqG SIb3DQEJARYVY2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwMB4XDTA2MDQyMDEz MTY1MFoXDTA3MDQyMDEzMTY1MFowYjELMAkGA1UEBhMCRVMxFTATBgNVBAoTDExvY29Mb21v Lk9yZzEWMBQGA1UEAxMNRXJpayBOb3JnYWFyZDEkMCIGCSqGSIb3DQEJARYVbm9yZ2FhcmRA bG9jb2xvbW8ub3JnMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw+Y+TlCeTK9H hk1L+NgJgSTr/H+apIioztdeaKRhfgCZtLgBuAmDu1jXnS2LzuhgiMfime3VF5hZXg/aUMTb DQNvvcWTdMalhypc1S7i5GXx6gxfoyHkjfi3Mlz5kmpdbSlC3M/skOA+8t12HSuhj+ieBqqm esDp0OHRB8QL6TLPVpvH3GanvvpE99GdvONSG31UY+iGJkUvI18uDDnHhDn958O3He0oMwk/ rtSdV3W1tyUps6z4dqrFhc2vVMn0cilGl9vgiEEUK8EOKIdSNsa2mLYRd4e7ChDxynuaOXqP UF8ZqgUe+rMDUYP7Xnqon3BrES/H/Rca52pYl4VNWQIDAQABo4IBbjCCAWowDwYDVR0TAQH/ BAUwAwIBADALBgNVHQ8EBAMCA7gwHQYDVR0OBBYEFGl5uCzjj+e+XcPDsXRiuD+fH2m5MIHO BgNVHSMEgcYwgcOAFI5hqSbqvPlXiHSo7dCVsG5hPeKloYGfpIGcMIGZMQswCQYDVQQGEwJF UzEYMBYGA1UEChMPRGFlbW9uIFNlY3VyaXR5MR4wHAYDVQQLExVDZXJ0aWZpY2F0ZSBBdXRo b3JpdHkxHjAcBgNVBAMTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEkMCIGCSqGSIb3DQEJARYV Y2FAZGFlbW9uc2VjdXJpdHkuY29tMQowCAYDVQQFEwEwggkAjQNVH/zgTwEwIAYDVR0RBBkw F4EVbm9yZ2FhcmRAbG9jb2xvbW8ub3JnMDgGA1UdHwQxMC8wLaAroCmGJ2h0dHA6Ly93d3cu ZGFlbW9uc2VjdXJpdHkuY29tL2NhL2RzLmNybDANBgkqhkiG9w0BAQUFAAOCAgEAx58DQNcF 5SY8bfneV2PiNA9Mq6xTj0AY+0fSAjRbuCdzwvo1Bvv+XOkXXFbd9U5eYMFJCtLN2yY+hSJA E6/z8ZM+IluS1ut4cY8MOLvFOY2AYKH+C/0QQIRzRxqwqzvvwUyEnFAMgpSsGl3GnFRUfHNH 2bYyAJqI4+LSiu6jlmN02Hg/J9KtiSQwman3Dui66XJ/vBI7DDIjFmLFYdUijSUkFkIVCohw JfOactSGVQqowZvSw6w+HsYhN5yt8YAzyIGku5GMZ7fINrxfHauJ+UkuMrGpxKDQ4iGJtLfG QZOCgmG0AkEHbUYKRyceYteaddhm98T8Pi3CZIajePgPv3EUDnEwlTkjA1hP5qBTaytGrXV5 m+1UrenawXauBIr31xsIcvQrcCGGIX3P7W4uNk7xSCe8HzWtAb4rOf+e9mBDVu/Eqeu3OzdS 4o/IBd+U1VKIzA69S/Ti0Elwgat2Jq/rgFNAUGCC5jslZaSuxpN4QxQddbppTIYJ+eBDYtHo xx8N5lkszQEpeK+mOjO60ZNHvqSFapKy21JlCgag1sxFweh0UJnZEdKwzWs8og1jXDu9Oevy gRUPcP6ljVSsz+i8OS9LzKmv6CDrqkwLSBeXtxF6gU2ITXXywcqUAQYo2WRrc+Brav4Avoqu PAJkczA4UOF4Wg2T2vFOu4pXQ7QxggP8MIID+AIBATCBpzCBmTELMAkGA1UEBhMCRVMxGDAW BgNVBAoTD0RhZW1vbiBTZWN1cml0eTEeMBwGA1UECxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5 MR4wHAYDVQQDExVDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxJDAiBgkqhkiG9w0BCQEWFWNhQGRh ZW1vbnNlY3VyaXR5LmNvbTEKMAgGA1UEBRMBMAIJAI0DVR/84E8MMAkGBSsOAwIaBQCgggIp MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA2MDcxMjE4NDQw MFowIwYJKoZIhvcNAQkEMRYEFOQLpSUwIuhu/v17v2cjOTgxGBChMFIGCSqGSIb3DQEJDzFF MEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIH MA0GCCqGSIb3DQMCAgEoMIG4BgkrBgEEAYI3EAQxgaowgacwgZkxCzAJBgNVBAYTAkVTMRgw FgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAcBgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0 eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBk YWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUTATACCQCNA1Uf/OBPDDCBugYLKoZIhvcNAQkQ AgsxgaqggacwgZkxCzAJBgNVBAYTAkVTMRgwFgYDVQQKEw9EYWVtb24gU2VjdXJpdHkxHjAc BgNVBAsTFUNlcnRpZmljYXRlIEF1dGhvcml0eTEeMBwGA1UEAxMVQ2VydGlmaWNhdGUgQXV0 aG9yaXR5MSQwIgYJKoZIhvcNAQkBFhVjYUBkYWVtb25zZWN1cml0eS5jb20xCjAIBgNVBAUT ATACCQCNA1Uf/OBPDDANBgkqhkiG9w0BAQEFAASCAQA86eM+0HHreaV+jo7o+dSMY68Nyiy3 Bn3YQunzrXMBeApjCPXZGpLoLPO+NMIfx8g5JjgIAL7Ds7LoThqac0CIUPT4ye/JrMDqKvQK 6fyhqg2H+kjyC1/c9Peugtqk86TJy573NG+un9ok5NrsI0F9MNckN3YrjDfDg+bq3urJ5sBw leCtZqTjCZMrActc+sJ7JDBp+qhgeB9z4MDFtn9VZyIgJTZIkw9J/MZeCy12xivZwmWkB/rd QZgNh+pGtYy+QBuDt5HWumyKz9oPdXpQTNnEEV9jYKzaYVqMqfZvHY9jdhuv7UWYWXQl4/Kf HMyTsZo12ZMlMM61ikhD7SciAAAAAAAA --------------ms080308010900000400050608-- From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 19:28:21 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B19616A4E1 for ; Wed, 12 Jul 2006 19:28:21 +0000 (UTC) (envelope-from levchenko.i@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id E641143D46 for ; Wed, 12 Jul 2006 19:28:20 +0000 (GMT) (envelope-from levchenko.i@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so347069uge for ; Wed, 12 Jul 2006 12:28:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JqQmFHfCBXSkfRjjHhWS0lNxgT199N8ogUvo28TW7oD7P/pfauMqvitEXc9mBTexSQB68lt5LRgjWaeExK920ezWhYqgl7msPg4Sz/2PutsvMICxtnSaYekoS1/c4oaZO8wpXN+RI06r7HKIMfPNRNX3sq6MV9h1txkLLNfOAG4= Received: by 10.78.156.6 with SMTP id d6mr31360hue; Wed, 12 Jul 2006 12:28:18 -0700 (PDT) Received: by 10.78.118.5 with HTTP; Wed, 12 Jul 2006 12:28:18 -0700 (PDT) Message-ID: Date: Wed, 12 Jul 2006 22:28:18 +0300 From: "Ivan Levchenko" To: "Erin Sharmahd" In-Reply-To: <6e4453640607110802h2bc9ac39t65ddfe817384ebcc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6e4453640607110802h2bc9ac39t65ddfe817384ebcc@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: flash / pandora.com / google video X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 19:28:21 -0000 Hello, I installed linux-flock and linuxplugin wrapper. Then when I went to a webpage with flash, it asked me if i wanted to install it and i did. flash works great for me. On 7/11/06, Erin Sharmahd wrote: > I've been working on trying to get flash working on my freebsd 6.1 > system, and have had a bit of luck, but not quite as much as I'd like > to have. > > After recovering from some less-successful attempts, I followed the > instructions at http://www.jail.se/freebsd.html, and can now get most > flash websites to work correctly. However, Google Video and > Pandora.com both completely crash firefox. Has anybody found a > solution to this problem? > > Thanks, > ~TuxGirl > > -- > http://www.tuxgirl.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 Wed Jul 12 19:48:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C90616A4DA for ; Wed, 12 Jul 2006 19:48:04 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id AA14643D5E for ; Wed, 12 Jul 2006 19:48:03 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail24.nyc.untd.com (webmail24.nyc.untd.com [10.141.27.164]) by smtpout02.nyc.untd.com with SMTP id AABCMLWQZATAC7PJ for (sender ); Wed, 12 Jul 2006 12:47:35 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRMRu80e+pIBHLvfPKCj8K0tWlsGGVP29og== Received: (from gs_stoller@juno.com) by webmail24.nyc.untd.com (jqueuemail) id LU4THUFM; Wed, 12 Jul 2006 12:47:05 PDT Received: from [67.84.52.37] by webmail24.nyc.untd.com with HTTP: Wed, 12 Jul 2006 19:46:05 GMT X-Originating-IP: [67.84.52.37] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Wed, 12 Jul 2006 19:46:05 GMT To: wmoran@collaborativefusion.com X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060712.124705.8332.321482@webmail24.nyc.untd.com> X-ContentStamp: 8:4:1575370200 X-MAIL-INFO: 300065990518cdd8dc18a995adf82dddb5f8487895c988 X-UNTD-Peer-Info: 10.141.27.164|webmail24.nyc.untd.com|webmail24.nyc.untd.com|gs_stoller@juno.com Cc: freebsd-questions@freebsd.org Subject: Re: CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 19:48:04 -0000 On Mon, Jul 10, 2006 07:48 PM, Bill Moran wrote: >"gs_stoller@juno.com" wrote: >> I can read from my CDROM under Windows 98 , but when I try = >> to read from it under FreeBSD 4.3 I get told that the device is = >> busy. My presumption is that either part of the device driver is = >> corrupted, or there is some status data kept long time that is never = = >> reset but it tells the system that the device is busy. > You can start by describing _exactly_ what you are doing and the = > _exact_ results. Here it is (first I show you what was mounted, then the mount command)= : 0-# mount /dev/ad0s4a on / (ufs, local) /dev/ad0s4g on /mp1 (ufs, local) /dev/ad0s4h on /mp2 (ufs, local) /dev/ad0s4e on /usr (ufs, local) /dev/ad0s4f on /var (ufs, local) procfs on /proc (procfs, local) /dev/fd0 on /a (msdos, local) 0-# mount -t cd9660 /dev/acd0a /cdrom = cd9660: /dev/acd0a: Device busy From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 20:26:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D777816A4DF for ; Wed, 12 Jul 2006 20:26:12 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24CCE43D46 for ; Wed, 12 Jul 2006 20:26:10 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id h2so1128nfe for ; Wed, 12 Jul 2006 13:26:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=SfWpoVdKmRVLoER7HqVM+Rwbb3vzqGELjp8stDYm1Z8scibWrLJqPKcp0/SQbvzqKYoXlD50Cj1SelQQEtssDA92V1jtNlciXkl1MjFxt8GX8AqmeDvhli8oHjI4xRYxjePOa0vIoifREZ6SXDnq3W4Pm1SmHHjVIY6NOuAFOSU= Received: by 10.48.235.13 with SMTP id i13mr107983nfh; Wed, 12 Jul 2006 13:26:09 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id p72sm843173nfc.2006.07.12.13.26.09; Wed, 12 Jul 2006 13:26:09 -0700 (PDT) Date: Wed, 12 Jul 2006 23:24:41 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060712202441.GA7363@lilly.evo.bg> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: Musicpd 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, 12 Jul 2006 20:26:12 -0000 Hi list, I've installed The Music Player Daemon (MPD) from the ports (audio/musicpd). I have a nice configuration file [1] in /usr/local/etc/mpd.conf, but, when I run: /usr/local/etc/rc.d/musipd.sh start [or stop, or restart, whatever] its not doing anything. I've copied the config file in ~/.mpdconf and then tryed to run "mpd --create-db". It created a database, but, when I run ncmpc --port 2100 (or any other client) I'm getting: error [13]: problems connecting to "localhost" on port 2100 Then, I've added "mpd_enable=YES" in /etc/rc.conf, and rebooted. Nothing. Sorry if its someting stupid, but I'm a newbie in UNIX[and Linux]. Maybe the problem is in my /etc/hosts [2]? Or maybe the rc.d script is broken? Thank you. --- FreeBSD lilly.evo.bg 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 9 00:54:55 EEST 2006 lucho@lilly.evo.bg:/usr/obj/usr/src/sys/LILLY i386 [1] http://lucho.sagehall.com/files/mpd.conf [2] http://lucho.sagehall.com/files/hosts From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 20:28:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E00516A4DF for ; Wed, 12 Jul 2006 20:28:38 +0000 (UTC) (envelope-from mihir.sanghavi@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5040043D46 for ; Wed, 12 Jul 2006 20:28:37 +0000 (GMT) (envelope-from mihir.sanghavi@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so2765nfa for ; Wed, 12 Jul 2006 13:28:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=eN2U8QGbPWeu1cA9qZ+lsdLH9l16ZKBLCFCOcQ26eDXagtbfMzv6yCvPoQQ66GhhRAHtHKtOUNN1HWfHtajQ+vwEv5DsEoE9yb7BFeNStBa0qDZOvJ8anTQhin1LRPBHZwrY/u7DO0bifJ74hLpftW8KIYD9mRz5LamyIe38v5Y= Received: by 10.78.177.3 with SMTP id z3mr53677hue; Wed, 12 Jul 2006 13:28:36 -0700 (PDT) Received: by 10.78.185.14 with HTTP; Wed, 12 Jul 2006 13:28:36 -0700 (PDT) Message-ID: <11419abd0607121328s32161dacqd0401aaaee7331b7@mail.gmail.com> Date: Wed, 12 Jul 2006 13:28:36 -0700 From: "Mihir Sanghavi" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 20:28:38 -0000 Hi, I have installed apache20 using the pckg_add -r apache. How do i run it, where and how do i test it.. I have FreeBSD 5.5 and am connected to internet. -- What we see depends mainly on what we look for. -MIHIR From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 20:40:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4095616A4E5 for ; Wed, 12 Jul 2006 20:40:07 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F43F43D66 for ; Wed, 12 Jul 2006 20:40:06 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by ug-out-1314.google.com with SMTP id s2so396632uge for ; Wed, 12 Jul 2006 13:40:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZehoUmhh0NlZ82RIRjh70QikGVzu4VaQTyic5RbjqppNpPhiVmOzxj6pl7PMwcM1ZEP1fkg5uqnAg556de0M3uUkKyqJsi4pAuQAQu22eGUPXBYMAyCWamDB1wYRzAFhykKzcfzv2Sd3Lqk5lN/gtsjtMfPyr+usA6BXGnF9nDc= Received: by 10.78.165.16 with SMTP id n16mr56788hue; Wed, 12 Jul 2006 13:38:16 -0700 (PDT) Received: by 10.78.200.16 with HTTP; Wed, 12 Jul 2006 13:38:16 -0700 (PDT) Message-ID: <3ee9ca710607121338h61c421d8n6feb93740c3a5615@mail.gmail.com> Date: Wed, 12 Jul 2006 16:38:16 -0400 From: "Andy Greenwood" To: "Mihir Sanghavi" In-Reply-To: <11419abd0607121328s32161dacqd0401aaaee7331b7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <11419abd0607121328s32161dacqd0401aaaee7331b7@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 20:40:07 -0000 after you appropriately edit your conf file, you can start the server with # apachectl start You can test by going to http://127.0.0.1. should display an apache page basically saying that the server is running. Once you get it how you want it, you can start it at boot by adding this to your rc.conf apache_enable="YES" On 7/12/06, Mihir Sanghavi wrote: > Hi, > I have installed apache20 using the pckg_add -r apache. > How do i run it, where and how do i test it.. > > > I have FreeBSD 5.5 and am connected to internet. > > -- > What we see depends mainly on what we look for. > -MIHIR > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 22:47:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4671916A4E1 for ; Wed, 12 Jul 2006 22:47:08 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: from web56513.mail.re3.yahoo.com (web56513.mail.re3.yahoo.com [66.196.97.42]) by mx1.FreeBSD.org (Postfix) with SMTP id E233843D46 for ; Wed, 12 Jul 2006 22:47:06 +0000 (GMT) (envelope-from neshort@yahoo.com) Received: (qmail 55008 invoked by uid 60001); 12 Jul 2006 22:47:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=38bOQ4OEWeRNfpgSEKABLql7V31aPmQeVH1bSgzOxDwgyFzMqE23BbfePjEse4ewFfJqsAUBqgacpDcgAocLpaOopl93c45FEYW03IjsfyV6Huxfq8ssCAXzoO41sO5NoYfIaFU2fxEh8Wia/blURX5RCDlI1GWNa8TkMlnSV/c= ; Message-ID: <20060712224706.55006.qmail@web56513.mail.re3.yahoo.com> Received: from [24.221.134.150] by web56513.mail.re3.yahoo.com via HTTP; Wed, 12 Jul 2006 15:47:06 PDT Date: Wed, 12 Jul 2006 15:47:06 -0700 (PDT) From: Neil Short To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: nForce4 IDE channel UDMA woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 22:47:08 -0000 This is a problem on a home-built computer using an nVidia nForce4 motherboard. IDE 1 and 2 each have two devices. IDE 1 master: a Maxtor hard drive (jumpered to master) IDE 1 slave: a CDRW (jumpered to slave) IDE 2 master: CDRW (jumpered to master) IDE 2 slave: CDRW (jumpered to slave) So, when I do something intense - like build a new kernel or buildworld - I start getting the following in stdout: ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006527 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006527 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006655 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006655 g_vfs_done():ad0s1f[WRITE(offset=253247242240, length=131072)]error = 5 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006527 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006527 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006655 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006655 g_vfs_done():ad0s1f[WRITE(offset=253247242240, length=131072)]error = 5 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006527 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006655 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006655 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006527 g_vfs_done():ad0s1f[WRITE(offset=253247242240, length=131072)]error = 5 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006527 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006527 ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying request) LBA=505006655 ad0: FAILURE - WRITE_DMA48 status=51 error=4 LBA=505006655 g_vfs_done():ad0s1f[WRITE(offset=253247242240, length=131072)]error = 5 Now, interestingly, if I unplug the CDRW that uses IDE 1 slave, everything works fine. But for my needs, I need three CDRWs. Questions: I have noticed a lot of Internet chatter about this kind of thing happening with similar configurations on WinXP. Using the generic XP IDE driver seems to fix it. Could this be a problem with FreeBSD? Do you think it would be a dumb idea to try to run either the hard drive or one of the CDRWs from one of the available SATAs? ====== Now I, Nebuchadnezzar, praise and extol and honor the King of heaven, for all his works are truth, and his ways are justice; and he is able to bring low those who walk in pride. Daniel 4:37 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 23:46:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8E6516A4DA for ; Wed, 12 Jul 2006 23:46:37 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC3E43D53 for ; Wed, 12 Jul 2006 23:46:37 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from athena.int.dfwlp.com (athena.int.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k6CNkZ1r057446 for ; Wed, 12 Jul 2006 18:46:35 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Wed, 12 Jul 2006 18:46:14 -0500 User-Agent: KMail/1.9.3 References: <20060712224706.55006.qmail@web56513.mail.re3.yahoo.com> In-Reply-To: <20060712224706.55006.qmail@web56513.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607121846.17087.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, UPPERCASE_25_50 autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.int.dfwlp.com Subject: Re: nForce4 IDE channel UDMA woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 23:46:38 -0000 On Wednesday 12 July 2006 17:47, Neil Short wrote: > This is a problem on a home-built computer using an > nVidia nForce4 motherboard. > > IDE 1 and 2 each have two devices. > > IDE 1 master: a Maxtor hard drive (jumpered to master) > IDE 1 slave: a CDRW (jumpered to slave) > IDE 2 master: CDRW (jumpered to master) > IDE 2 slave: CDRW (jumpered to slave) > > So, when I do something intense - like build a new > kernel or buildworld - I start getting the following > in stdout: > > > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006527 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006527 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006655 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006655 > g_vfs_done():ad0s1f[WRITE(offset=253247242240, > length=131072)]error = 5 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006527 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006527 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006655 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006655 > g_vfs_done():ad0s1f[WRITE(offset=253247242240, > length=131072)]error = 5 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006527 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006655 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006655 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006527 > g_vfs_done():ad0s1f[WRITE(offset=253247242240, > length=131072)]error = 5 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006527 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006527 > ad0: WARNING - WRITE_DMA48 UDMA ICRC error (retrying > request) LBA=505006655 > ad0: FAILURE - WRITE_DMA48 status=51 > error=4 LBA=505006655 > g_vfs_done():ad0s1f[WRITE(offset=253247242240, > length=131072)]error = 5 > > > > Now, interestingly, if I unplug the CDRW that uses IDE > 1 slave, everything works fine. > > But for my needs, I need three CDRWs. > > Questions: > > I have noticed a lot of Internet chatter about this > kind of thing happening with similar configurations on > WinXP. Using the generic XP IDE driver seems to fix > it. > > Could this be a problem with FreeBSD? > > Do you think it would be a dumb idea to try to run > either the hard drive or one of the CDRWs from one of > the available SATAs? > > > > ====== > Now I, Nebuchadnezzar, praise and extol and honor the King of heaven, for > all his works are truth, and his ways are justice; and he is able to bring > low those who walk in pride. Daniel 4:37 > if you have access to one of those converter dealies, that you can put an ide drive on an sata channel, then i would give that a shot. my system is on an sata drive (FreeBSD 6.1-STABLE) and performance is quite satisfactory. even if it performs with the same speed as any other IDE drive... at least you will have seperated your cdroms from your disk's data path. hth, jonathan From owner-freebsd-questions@FreeBSD.ORG Wed Jul 12 23:47:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B68416A4DA for ; Wed, 12 Jul 2006 23:47:56 +0000 (UTC) (envelope-from adam.clark@ngv.vic.gov.au) Received: from monet2.ngv.vic.gov.au (monet2.ngv.vic.gov.au [203.18.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE9E43D46 for ; Wed, 12 Jul 2006 23:47:50 +0000 (GMT) (envelope-from adam.clark@ngv.vic.gov.au) Received: from monet2.ngv.vic.gov.au (monet2.ngv.vic.gov.au [127.0.0.1]) by localhost.ngv.vic.gov.au (Postfix) with ESMTP id 092E13400D for ; Thu, 13 Jul 2006 09:47:49 +1000 (EST) Received: from ngv.vic.gov.au (titian.boh.ngv.local [172.16.22.25]) by monet2.ngv.vic.gov.au (Postfix) with ESMTP id F2D7034002 for ; Thu, 13 Jul 2006 09:47:48 +1000 (EST) Received: from mail pickup service by ngv.vic.gov.au with Microsoft SMTPSVC; Thu, 13 Jul 2006 09:47:48 +1000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2663 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 13 Jul 2006 09:47:47 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: net.link.ether.inet.useloopback thread-index: Acal83ErGmVcM+GGS4WCiMawiddXbgAGZkbw From: "Adam Clark" To: X-OriginalArrivalTime: 12 Jul 2006 23:47:48.0901 (UTC) FILETIME=[94DE2550:01C6A60D] X-TM-AS-Product-Ver: SMEX-7.0.0.1345-3.52.1006-14564.000 X-TM-AS-Result: No--5.500000-5.000000-31 Subject: net.link.ether.inet.useloopback X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 12 Jul 2006 23:47:56 -0000 Heya, I would like to make packets destined for an IP address bound to a network card Get dropped onto the wire so I can do some QoS on it. I found the the following sysctl variable But am unsure about what it does. I cannot find any documentation on it. net.link.ether.inet.useloopback It is currently set to 1, so enabled. I had a comment from someone that the kernel uses the loopback interface to Pass packets destined for itself (not nessasarly just the 127.0.0.0/8 network), maybe this will stop the kernel from performing this action and drop it onto the wire the ip address is bound to. Cheers Adam Clark Network Administrator National Gallery of Victoria PO Box 7259 St Kilda Road Vic 8004 Telephone: +61 3 8620 2369=20 Fax: +61 3 8620 2565 www.ngv.vic.gov.au Keep informed of the latest NGV exhibitions, special events and programs = at The Ian Potter Centre: NGV Australia and NGV International by = subscribing to NGV@RT, the NGV's free e-newsletter. DISCLAIMER: This email and any files transmitted with it are = confidential and intended solely for freebsd-questions@freebsd.org. If = you are not the named addressee you should not disseminate, copy or = alter this email. WARNING: Although National Gallery of Victoria has = taken reasonable precautions to ensure no viruses are present in this = email, the organisation cannot accept responsibility for any loss or = damage arising from the use of this email or attachment. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 00:24:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1F016A4E0 for ; Thu, 13 Jul 2006 00:24:58 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6B043D5C for ; Thu, 13 Jul 2006 00:24:57 +0000 (GMT) (envelope-from msoulier@digitaltorque.ca) Received: from tigger.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.13.6+Sun/8.13.6) with ESMTP id k6D0Ouqr005424 for ; Wed, 12 Jul 2006 20:24:56 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id E3734240A4; Wed, 12 Jul 2006 20:24:50 -0400 (EDT) Date: Wed, 12 Jul 2006 20:24:50 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20060713002450.GN12262@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org References: <86fyh6u73y.fsf@PECTOPAH.shenton.org> <44B542F0.4060608@locolomo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T/5gogCFEf4tDWvL" Content-Disposition: inline In-Reply-To: <44B542F0.4060608@locolomo.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 00:24:58 -0000 --T/5gogCFEf4tDWvL Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 12/07/06 Erik N=F8rgaard said: > The keyboard usually works on the boot menu as the bios is in control. > So, exit the menu to load the kernel modules you need, usb, ukbd and > uhid I think should do. Then boot into single user mode. >=20 > For next time, this happens, I suggest you build a kernel with usb > keyboard support built in. I think the GENERIC kernel now supports usb > keyboards by default, which explains why the boot option has been removed. I just booted and installed with the "boot with usb keyboard" option in 5.4, and it's worked ever since. I'm not sure why. I suppose that I should find = out in case it breaks. Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --T/5gogCFEf4tDWvL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEtZLSKGqCc1vIvggRAjYTAJ9uMjXYq4zQAgpytHHEerVieENdPACgpAzK vtY2kSJ7yClOVBWU4u/G+hs= =Vz0A -----END PGP SIGNATURE----- --T/5gogCFEf4tDWvL-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 00:35:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A054616A4E0 for ; Thu, 13 Jul 2006 00:35:42 +0000 (UTC) (envelope-from bsdneo@thechristies.net) Received: from mail02.secureserverdot.com (mail02.secureserverdot.com [216.14.208.16]) by mx1.FreeBSD.org (Postfix) with SMTP id A704643D53 for ; Thu, 13 Jul 2006 00:35:41 +0000 (GMT) (envelope-from bsdneo@thechristies.net) Received: (qmail 28377 invoked by uid 399); 13 Jul 2006 00:35:39 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by localhost.secureserverdot.com with SMTP; 13 Jul 2006 00:35:39 -0000 Received: from ool-4357635e.dyn.optonline.net (ool-4357635e.dyn.optonline.net [67.87.99.94]) by 216.14.208.16 (Horde MIME library) with HTTP; Wed, 12 Jul 2006 20:35:39 -0400 Message-ID: <20060712203539.60rgsxny80wg4scc@216.14.208.16> Date: Wed, 12 Jul 2006 20:35:39 -0400 From: Pete C To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) Subject: FBSD6.1 cups w/gimp-print drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 00:35:42 -0000 I'm trying to get my printer working with a realtivly new install of 6.1 Release w/ Gnome . . . cups and gimp-print were installed as dependancies (I guess, as I didn't pick them) . . . . . . all I've been able to find tells me I need to get gimp-print drivers (for my canon S530D) working w/ cups . . . . . . I've enabled cups, and in trying to add the printer I only get a small list of printer drivers and canon isn't one of them . . . . . . how do I get cups to use the gimp-print drivers ? ? ? TIA Pete C From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 01:26:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B41916A4DF for ; Thu, 13 Jul 2006 01:26:02 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB69843D4C for ; Thu, 13 Jul 2006 01:26:00 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id n28so66275nfc for ; Wed, 12 Jul 2006 18:25:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:content-transfer-encoding:in-reply-to:user-agent; b=O7fsb3HKM+7MPCz6p7sH9NP/m1rjY5LGIMLE19g/FK4snJmfvToNQ+k4Huy1jcOMF1uHqsXF5dtvMwwmZkCDkaK1Gmdd5vbexmXokzjZk7IZFwkQmwsIoOBx1I2oat8nPrl2xI8m8CvUqaqKUJeMB06cn78yUUBv4i4rodmfw7Q= Received: by 10.48.226.15 with SMTP id y15mr277840nfg; Wed, 12 Jul 2006 18:25:59 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id h1sm192606nfe.2006.07.12.18.25.58; Wed, 12 Jul 2006 18:25:59 -0700 (PDT) Date: Thu, 13 Jul 2006 04:24:33 +0300 From: Luchezar Petkov To: Simon Olofsson Message-ID: <20060713012432.GA38272@lilly.evo.bg> Mail-Followup-To: Simon Olofsson , FreeBSD-Questions References: <20060712202441.GA7363@lilly.evo.bg> <20060712222656.GC1727@gul.lan.gath3n.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060712222656.GC1727@gul.lan.gath3n.de> User-Agent: Mutt/1.5.11 Cc: FreeBSD-Questions Subject: Re: Musicpd problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 01:26:02 -0000 Works like a charm. Thank you. * Simon Olofsson (simon@olofsson.de) wrote: > Hi, > > try it with WITHOUT_IPV6=yes in /etc/make.conf > This should work. > > On Wed, Jul 12, 2006 at 11:24:41PM +0300, Luchezar Petkov wrote: > > error [13]: problems connecting to "localhost" on port 2100 > > -- > Mit freundlichem Gruß, > With best regards, > > Simon Olofsson > http://olofsson.de From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 03:42:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6439916A4DA for ; Thu, 13 Jul 2006 03:42:22 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61024.mail.yahoo.com (web61024.mail.yahoo.com [209.73.179.18]) by mx1.FreeBSD.org (Postfix) with SMTP id DDD8243D4C for ; Thu, 13 Jul 2006 03:42:21 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 88826 invoked by uid 60001); 13 Jul 2006 03:42:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=zBfeoERxFePgVz5a6WJzLny0p23NLZ9y+YwGL5NMPCKFkyBt7UIaMjdedIb6Cdm66X50IgyiQdT6TnPGXZzmdt7+J2YlWhBuyIKG4hypta3vgNRJnEQVc4DWAksnPaEbdBIriGC6xy2iSVpf2gvS3DLZlVKB3w7VRHQ0ZLhOMo4= ; Message-ID: <20060713034221.88824.qmail@web61024.mail.yahoo.com> Received: from [69.86.22.118] by web61024.mail.yahoo.com via HTTP; Thu, 13 Jul 2006 00:42:21 ART Date: Thu, 13 Jul 2006 00:42:21 -0300 (ART) From: "E. J. Cerejo" To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: CUPS, one more try X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 03:42:22 -0000 I've been trying to configure my HP Officejet 4315 using CUPS 1.2.0 but so far all I can do is configure a printer using the web interface and I'm able to print a test page but when I try to print any other document I'm unable to print, I get that quick popup window saying that cups is starting but nothing else, but today I notice something else whenever I run lpstat command I get this: "Printer 'pr-b@localhost' - cannot open connection - No such file or directory Make sure the remote host supports the LPD protocol Printer 'pr-b@localhost' - cannot open connection - No such file or directory Make sure the remote host supports the LPD protocol" pr-b is the name of my printer, through some googling I found out it maybe looking for my printer, do I need to edit some other file to tell lpd where this printer is? EJC www.only7bucks.com --------------------------------- Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas! From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 04:48:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD0816A4DA for ; Thu, 13 Jul 2006 04:48:04 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [65.19.145.106]) by mx1.FreeBSD.org (Postfix) with SMTP id 2CAA343D49 for ; Thu, 13 Jul 2006 04:48:04 +0000 (GMT) (envelope-from dpchrist@holgerdanske.com) Received: from p31000 ([64.142.42.103]) by holgerdanske.com for ; Wed, 12 Jul 2006 21:48:00 -0700 From: "David Christensen" To: Date: Wed, 12 Jul 2006 21:51:14 -0700 Message-ID: <005601c6a637$f8d33080$0a10a8c0@holgerdanske.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcamHu0NpjXEKkYDRsy0SP6Ar6Szog== Subject: 6.1-RELEASE-i386, sysinstall, installing packages from CD -- won't eject CD 1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 04:48:04 -0000 hello, world! I'm a FreeBSD newbie who is fumbling his way through FreeBSD 6.1. I am trying to install software from CD using sysinstall, but can't figure out how to eject CD 1 when it wants a package that's on CD 2. Pressing the button on the drive has no effect. STFW I found a page suggesting cdcontrol, but it doesn't seem do the trick: k62350# cdcontrol Compact Disc Control utility, version 2.0 Type `?' for command list cdcontrol> eject cdcontrol: Device busy Crashing out of sysinstall via Ctrl+C -> Abort, cdcontrol still says Device busy. Fortunately, the button on the drive now works. Interestingly, cdcontrol reports Device busy with the drawer open and also after I insert CD 2. Starting sysinstall with CD 2 in the drive results in "Unable to get packages/INDEX file from selected media". Any ideas? TIA, David p.s. In the mean time, I can install using pkg_add. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 05:21:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B70B016A4DE for ; Thu, 13 Jul 2006 05:21:13 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [65.19.145.106]) by mx1.FreeBSD.org (Postfix) with SMTP id 735B043D45 for ; Thu, 13 Jul 2006 05:21:13 +0000 (GMT) (envelope-from dpchrist@holgerdanske.com) Received: from p31000 ([64.142.42.103]) by holgerdanske.com for ; Wed, 12 Jul 2006 22:21:11 -0700 From: "David Christensen" To: Date: Wed, 12 Jul 2006 22:24:26 -0700 Message-ID: <007701c6a63c$9bab2110$0a10a8c0@holgerdanske.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcamPBkOwHoEtRTsRs+YW9jIXPGHdQ== Subject: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 05:21:13 -0000 hello, world! I'm a FreeBSD newbie who has installed FreeBSD 6.1-RELEASE-i386 using the "developer with X" option. "man" doesn't seem to work: 2006-07-12 21:59:38 root@k62350 ~ # man man No manual entry for man 2006-07-12 22:12:42 root@k62350 ~ # echo $MANPATH :/root/local/man The same goes for makewhatis: 2006-07-12 22:12:47 root@k62350 ~ # makewhatis makewhatis: : No such file or directory makewhatis: /root/local/man: No such file or directory Any suggestions? TIA, David From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 05:30:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7900916A4E0 for ; Thu, 13 Jul 2006 05:30:17 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13EEB43D46 for ; Thu, 13 Jul 2006 05:30:16 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 318075147 for freebsd-questions@freebsd.org; Thu, 13 Jul 2006 01:30:16 -0400 Received: (qmail 2763 invoked from network); 13 Jul 2006 05:30:15 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 13 Jul 2006 05:30:15 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B5DA66.4090605@ywave.com> Date: Wed, 12 Jul 2006 22:30:14 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Pete C References: <20060712203539.60rgsxny80wg4scc@216.14.208.16> In-Reply-To: <20060712203539.60rgsxny80wg4scc@216.14.208.16> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FBSD6.1 cups w/gimp-print drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 05:30:17 -0000 Pete C wrote: > I'm trying to get my printer working with a realtivly new install of 6.1 > Release w/ Gnome . . . cups and gimp-print were installed as > dependancies (I guess, as I didn't pick them) . . . > > . . . all I've been able to find tells me I need to get gimp-print > drivers (for my canon S530D) working w/ cups . . . > > . . . I've enabled cups, and in trying to add the printer I only get a > small list of printer drivers and canon isn't one of them . . . > > . . . how do I get cups to use the gimp-print drivers ? ? ? > > TIA > > Pete C You have to build gimp-print with the WITH_CUPS=yes knob set, otherwise it doesn't add itself properly to cups. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 05:41:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CA616A4DA for ; Thu, 13 Jul 2006 05:41:17 +0000 (UTC) (envelope-from divakin@huawei.com) Received: from mscga01-in.huawei.com (mscga01-in.huawei.com [194.67.27.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACF943D53 for ; Thu, 13 Jul 2006 05:41:17 +0000 (GMT) (envelope-from divakin@huawei.com) Received: from huawei.com (mscml01-in [172.18.6.6]) by mscga01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0J2B006N4TYT3E@mscga01-in.huawei.com> for freebsd-questions@freebsd.org; Thu, 13 Jul 2006 09:30:29 +0400 (MSD) Received: from i83432a ([10.198.10.131]) by mscga01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar3 2004)) with ESMTPA id <0J2B00F3DTYQ26@mscga01-in.huawei.com> forfreebsd-questions@freebsd.org; Thu, 13 Jul 2006 09:30:29 +0400 (MSD) Date: Thu, 13 Jul 2006 09:41:34 +0400 From: "Ivakin E. Dmitriy 83432" In-reply-to: <7C9766D7-F3E0-45C1-9FE3-BCF1D88F0FAC@snowmoon.com> To: 'Jaime' Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: Acalps7XZMvWS7OJTe6rrY5bdtSgJAAl9BDg X-imss-version: 2.007 X-imss-result: Passed X-imss-approveListMatch: *@huawei.com Cc: freebsd-questions@freebsd.org Subject: RE: how to update sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 05:41:17 -0000 Thanks a lot for your reply, Jaime! But you know, this PC is single machine with FreeBSD. I think it'll be good choice to update source if I can download it from web-site as tar archive (for example, like ports tree). Best regards, Ivakin Dmitriy -----Original Message----- From: Jaime [mailto:jaime@snowmoon.com] Sent: Wednesday, July 12, 2006 3:49 PM To: Ivakin E. Dmitriy 83432 Cc: freebsd-questions@freebsd.org Subject: Re: how to update sources? On Jul 12, 2006, at 1:57 AM, Ivakin E. Dmitriy 83432 wrote: > I need upgrade my OS to new release. But this computer not > connected to > Internet and I don't have possibility to download new image. Also > there is > no way to connect it to Internet in the future. How I can do it? Could you take a removable HD to another FreeBSD box that has an Internet connection? If so, you could cvsup to a src directory on the HD and then use something like rsync or tar to move the files over. Just check the man pages for information about preserving ownership and permissions. This idea is just for brainstorming. I've never tried it with FreeBSD. I've tried things resembling it with MacOS X. Good luck, Jaime From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 05:45:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B93916A4DD for ; Thu, 13 Jul 2006 05:45:48 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D5A43D49 for ; Thu, 13 Jul 2006 05:45:47 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G0u1D-000E4k-FD for freebsd-questions@freebsd.org; Wed, 12 Jul 2006 23:45:47 -0600 Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: "Chad Leigh -- Shire.Net LLC" Date: Wed, 12 Jul 2006 23:45:46 -0600 X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Subject: mac mini (intel)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 05:45:48 -0000 A day or three ago someone posted about having 6.1-CURRENT (I believe) run on a MacBook laptop. Does anyone have it running on a Mac Mini (intel)? I might be interested in getting a couple to handle email services to nfs mounted mail stores. I like their small size and ability to stick several of them in my racks without really taking much room. (We are short of rack space at the moment for many new servers). Thanks Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 06:01:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C669A16A4DD for ; Thu, 13 Jul 2006 06:01:38 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A6D43D45 for ; Thu, 13 Jul 2006 06:01:38 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 9F4785E20; Thu, 13 Jul 2006 02:01:37 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ua7qEdOaC4RG; Thu, 13 Jul 2006 02:01:36 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 6BF4F5DBA; Thu, 13 Jul 2006 02:01:36 -0400 (EDT) Message-ID: <44B5E1B5.2010600@mac.com> Date: Thu, 13 Jul 2006 02:01:25 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "Chad Leigh -- Shire.Net LLC" References: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> In-Reply-To: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: mac mini (intel)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 06:01:38 -0000 Chad Leigh -- Shire.Net LLC wrote: > A day or three ago someone posted about having 6.1-CURRENT (I believe) > run on a MacBook laptop. > > Does anyone have it running on a Mac Mini (intel)? I might be > interested in getting a couple to handle email services to nfs mounted > mail stores. I like their small size and ability to stick several of > them in my racks without really taking much room. (We are short of rack > space at the moment for many new servers). Does FreeBSD 6.x actually boot on the hardware of these Macs yet? (They're using EFI, not the classic PC BIOS.) Anyway, their size is nice, but both the PPC and Intel Minis use rather pokey 5400 RPM laptop drives, so their I/O performance is mediocre. They'd make better candidates for CPU/memory-bound tasks. Also, it's no fun at all to take them apart to swap in a new drive or more memory. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 06:06:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C392C16A4DA for ; Thu, 13 Jul 2006 06:06:07 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id C653A43D6E for ; Thu, 13 Jul 2006 06:06:04 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.6/8.13.6) with ESMTP id k6D66KCt078486; Thu, 13 Jul 2006 02:06:20 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Chuck Swiger In-Reply-To: <44B5E1B5.2010600@mac.com> References: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> <44B5E1B5.2010600@mac.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eMt7lz7tOYYO0MgYwLav" Organization: MarcusCom, Inc. Date: Thu, 13 Jul 2006 02:06:01 -0400 Message-Id: <1152770761.53082.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: FreeBSD Questions , "Chad Leigh -- Shire.Net LLC" Subject: Re: mac mini (intel)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 06:06:07 -0000 --=-eMt7lz7tOYYO0MgYwLav Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-07-13 at 02:01 -0400, Chuck Swiger wrote: > Chad Leigh -- Shire.Net LLC wrote: > > A day or three ago someone posted about having 6.1-CURRENT (I believe)=20 > > run on a MacBook laptop. > >=20 > > Does anyone have it running on a Mac Mini (intel)? I might be=20 > > interested in getting a couple to handle email services to nfs mounted=20 > > mail stores. I like their small size and ability to stick several of=20 > > them in my racks without really taking much room. (We are short of rac= k=20 > > space at the moment for many new servers). >=20 > Does FreeBSD 6.x actually boot on the hardware of these Macs yet? > (They're using EFI, not the classic PC BIOS.) Yes, with Bootcamp. However, they cannot boot FreeBSD automatically (or at least I haven't found a way to do it). You must hold the Option key down at boot-time to select the alternate OS. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-eMt7lz7tOYYO0MgYwLav Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBEteLJb2iPiv4Uz4cRApOsAJ96vN6wXRYMCw3ziVzFtnnf1qZ+6wCfVKOj 1sXQ6d7hqzsHGJxVr3EmIOo= =dIiI -----END PGP SIGNATURE----- --=-eMt7lz7tOYYO0MgYwLav-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 06:52:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4341D16A4DD for ; Thu, 13 Jul 2006 06:52:13 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9C543D46 for ; Thu, 13 Jul 2006 06:52:12 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G0v3U-000HAt-8q; Thu, 13 Jul 2006 00:52:12 -0600 In-Reply-To: <44B5E1B5.2010600@mac.com> References: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> <44B5E1B5.2010600@mac.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <39940DB1-1FC9-488A-B5DA-9272228A8568@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Thu, 13 Jul 2006 00:52:11 -0600 To: Chuck Swiger X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: mac mini (intel)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 06:52:13 -0000 On Jul 13, 2006, at 12:01 AM, Chuck Swiger wrote: > Chad Leigh -- Shire.Net LLC wrote: >> A day or three ago someone posted about having 6.1-CURRENT (I >> believe) run on a MacBook laptop. >> Does anyone have it running on a Mac Mini (intel)? I might be >> interested in getting a couple to handle email services to nfs >> mounted mail stores. I like their small size and ability to stick >> several of them in my racks without really taking much room. (We >> are short of rack space at the moment for many new servers). > > Does FreeBSD 6.x actually boot on the hardware of these Macs yet? > (They're using EFI, not the classic PC BIOS.) With Boot Camp you have at least pieces of the PC BIOS in emulation. Anyway, someone posted to the list that they have it booting on a MacBook (or MacBook Pro, don't remember) and had mouse pad issues. That would indicate that at least someone has gotten it to work... > > Anyway, their size is nice, but both the PPC and Intel Minis use > rather pokey 5400 RPM laptop drives, so their I/O performance is > mediocre. They'd make better candidates for CPU/memory-bound tasks. yes and no. I have heard feedback from others that say that the SATA 2.5" drives in tge intel minis actually perform quite well and are light years ahead of the PPC minis. But in my case, the mail store is mounted with nfs and resides on a Solaris 10 machine with two RAID 6 on an Areca controller, mirrored together with ZFS. So the disk is only for the OS. > > Also, it's no fun at all to take them apart to swap in a new drive > or more memory. I have the tools :-) . Trip to Home Depot solved that issue. I actually have a Mini but it is in use as an OS X development machine to test the intel versions of some software so cannot be touched to test FBSD. It is not too hard to open once you know the secret (and are just futzing with RAM). Took me 5 minutes once I had researched it on the net. Chad > > -- > -Chuck --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 06:54:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7300B16A4DA for ; Thu, 13 Jul 2006 06:54:48 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC1343D45 for ; Thu, 13 Jul 2006 06:54:48 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G0v5z-000HEl-Oz; Thu, 13 Jul 2006 00:54:47 -0600 In-Reply-To: <1152770761.53082.8.camel@shumai.marcuscom.com> References: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> <44B5E1B5.2010600@mac.com> <1152770761.53082.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Thu, 13 Jul 2006 00:54:47 -0600 To: Joe Marcus Clarke X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: mac mini (intel)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 06:54:48 -0000 On Jul 13, 2006, at 12:06 AM, Joe Marcus Clarke wrote: > On Thu, 2006-07-13 at 02:01 -0400, Chuck Swiger wrote: >> Chad Leigh -- Shire.Net LLC wrote: >>> A day or three ago someone posted about having 6.1-CURRENT (I >>> believe) >>> run on a MacBook laptop. >>> >>> Does anyone have it running on a Mac Mini (intel)? I might be >>> interested in getting a couple to handle email services to nfs >>> mounted >>> mail stores. I like their small size and ability to stick >>> several of >>> them in my racks without really taking much room. (We are short >>> of rack >>> space at the moment for many new servers). >> >> Does FreeBSD 6.x actually boot on the hardware of these Macs yet? >> (They're using EFI, not the classic PC BIOS.) > > Yes, with Bootcamp. However, they cannot boot FreeBSD > automatically (or > at least I haven't found a way to do it). You must hold the Option > key > down at boot-time to select the alternate OS. Have you tried BAMBIOS ( ?) Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 07:30:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE2B16A4DD for ; Thu, 13 Jul 2006 07:30:26 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (59.Red-81-33-11.staticIP.rima-tde.net [81.33.11.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4FBD43D46 for ; Thu, 13 Jul 2006 07:30:25 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.7.193] (68.Red-80-34-55.staticIP.rima-tde.net [80.34.55.68]) by strange.daemonsecurity.com (Postfix) with ESMTP id 9384D2E1F0 for ; Thu, 13 Jul 2006 09:30:23 +0200 (CEST) Message-ID: <44B5F68A.8050200@locolomo.org> Date: Thu, 13 Jul 2006 09:30:18 +0200 From: Erik Norgaard User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <86fyh6u73y.fsf@PECTOPAH.shenton.org> <44B542F0.4060608@locolomo.org> <20060713002450.GN12262@tigger.digitaltorque.ca> In-Reply-To: <20060713002450.GN12262@tigger.digitaltorque.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 07:30:26 -0000 Michael P. Soulier wrote: > On 12/07/06 Erik Nørgaard said: > >> The keyboard usually works on the boot menu as the bios is in control. >> So, exit the menu to load the kernel modules you need, usb, ukbd and >> uhid I think should do. Then boot into single user mode. >> >> For next time, this happens, I suggest you build a kernel with usb >> keyboard support built in. I think the GENERIC kernel now supports usb >> keyboards by default, which explains why the boot option has been removed. > > I just booted and installed with the "boot with usb keyboard" option in 5.4, > and it's worked ever since. I'm not sure why. I suppose that I should find out > in case it breaks. AFAIK the usb keyboard menu was a 5.x thing, since then usb keyboards have become so common that usb keyboard support is included in the GENERIC kernel. The OP refered to 6.1. If you don't want to include support in the kernel, just make sure to load the modules at boot, check loader.conf. If you installed the "with usb keyboard" then this might have been set for you. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 07:59:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6B516A4E7 for ; Thu, 13 Jul 2006 07:59:11 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A95D743D5A for ; Thu, 13 Jul 2006 07:59:09 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [172.16.3.238] (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k6D7wtJH089107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Jul 2006 08:58:59 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <44B5FD39.7020505@infracaninophile.co.uk> Date: Thu, 13 Jul 2006 08:58:49 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: David Christensen References: <007701c6a63c$9bab2110$0a10a8c0@holgerdanske.local> In-Reply-To: <007701c6a63c$9bab2110$0a10a8c0@holgerdanske.local> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig5720DA9F58C692765AA43AF5" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [81.187.76.162]); Thu, 13 Jul 2006 08:58:59 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.3/1596/Thu Jul 13 06:13:25 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 07:59:11 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5720DA9F58C692765AA43AF5 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable David Christensen wrote: > hello, world! >=20 > I'm a FreeBSD newbie who has installed FreeBSD 6.1-RELEASE-i386 using > the "developer with X" option. "man" doesn't seem to work: >=20 > 2006-07-12 21:59:38 root@k62350 ~ > # man man > No manual entry for man >=20 > 2006-07-12 22:12:42 root@k62350 ~ > # echo $MANPATH > :/root/local/man >=20 >=20 > The same goes for makewhatis: >=20 > 2006-07-12 22:12:47 root@k62350 ~ > # makewhatis > makewhatis: : No such file or directory > makewhatis: /root/local/man: No such file or directory >=20 >=20 > Any suggestions? What are the contents of /etc/manpath.config ? The entries in there on a= newly installed system will give the man(1) command access to all of the man pages installed in the usual locations (/usr/share/man, /usr/local/ma= n, /usr/X11R6/man) If you've got perl installed there will be a couple of ex= tra 'OPTIONAL_MANPATH' entries specially for that. You can see the ultimate result by running the 'manpath' command. The environment variable MANPATH should in general not be set, as that wi= ll override the effects of /etc/manpath.config. See the manpath(1) man page= for more information. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enig5720DA9F58C692765AA43AF5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEtf0+8Mjk52CukIwRA/3dAJsG3n9UiPYS+Eqj31soxTRBBrn8AgCghtBH 5A3cwmRp2B9BvWujpwK7z1o= =Fu4j -----END PGP SIGNATURE----- --------------enig5720DA9F58C692765AA43AF5-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 09:54:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D399F16A4DF for ; Thu, 13 Jul 2006 09:54:00 +0000 (UTC) (envelope-from spock@dwinner.net) Received: from outbound-mail-19.bluehost.com (outbound-mail-19.bluehost.com [70.98.111.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F4B943D4C for ; Thu, 13 Jul 2006 09:54:00 +0000 (GMT) (envelope-from spock@dwinner.net) Received: (qmail 851 invoked by uid 0); 13 Jul 2006 09:53:50 -0000 Received: from unknown (HELO box122.bluehost.com) (67.106.44.122) by mailproxy1.bluehost.com with SMTP; 13 Jul 2006 09:53:50 -0000 Received: from c-69-142-142-207.hsd1.nj.comcast.net ([69.142.142.207] helo=[192.168.1.103]) by box122.bluehost.com with esmtpa (Exim 4.52) id 1G0xtG-0001h7-Gp for freebsd-questions@freebsd.org; Thu, 13 Jul 2006 03:53:50 -0600 Message-ID: <44B61824.7030309@dwinner.net> Date: Thu, 13 Jul 2006 05:53:40 -0400 From: DW User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 69.142.142.207 authed with dwinner@dwinner.net} Subject: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spock@dwinner.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 09:54:00 -0000 Hi all, Just doing some early morning brainstorming, and my crazy thought of the day is this: My life would be so much easier if I could just get rid of my stupid PIX firewalls, and replace them what I know and love: FreeBSD. It's not that the PIX's have been causing me problems or anything like that, it's just that I believe in streamlining whenever possible, and since we've already exterminated Microsoft in my server room for at least 3 years, the only thing left that's not running FreeBSD are my appliances (firewalls and switches) and 2 leftover legacy servers still running Redhat that haven't been worth the effort to migrate to FreeBSD. I'm a one-man shop, and I can survive using the PIX IOS when I have to, but would just as soon use BSD if I could. Questions: 1) If I did this, I would probably only do it if I could figure out how to rack up some diskless servers to my 2-post communications rack. Any thoughts on hardware candidates, etc.? 2) If I did this, maybe it would be wiser to go with OpenBSD instead, since it is known for security? 3) Any good tutorials on setting up a diskless servers for Free/OpenBSD? 4) Any other considerations? 5) Am I just being stupid and should I just keep my PIX's going? I know, I know, if it ain't broke, don't fix it. Cheers, DW From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 10:56:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8075D16A4DD for ; Thu, 13 Jul 2006 10:56:16 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DDA43D46 for ; Thu, 13 Jul 2006 10:56:15 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net [24.53.251.44]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Thu, 13 Jul 2006 06:56:15 -0400 id 00056403.44B626CF.00012FC0 Date: Thu, 13 Jul 2006 06:56:14 -0400 From: Bill Moran To: spock@dwinner.net Message-Id: <20060713065614.75ab56ee.wmoran@collaborativefusion.com> In-Reply-To: <44B61824.7030309@dwinner.net> References: <44B61824.7030309@dwinner.net> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 10:56:16 -0000 DW wrote: > Hi all, > > Just doing some early morning brainstorming, and my crazy thought of the > day is this: > > My life would be so much easier if I could just get rid of my stupid PIX > firewalls, and replace them what I know and love: FreeBSD. It's not that > the PIX's have been causing me problems or anything like that, it's just > that I believe in streamlining whenever possible, and since we've > already exterminated Microsoft in my server room for at least 3 years, > the only thing left that's not running FreeBSD are my appliances > (firewalls and switches) and 2 leftover legacy servers still running > Redhat that haven't been worth the effort to migrate to FreeBSD. I'm a > one-man shop, and I can survive using the PIX IOS when I have to, but > would just as soon use BSD if I could. Questions: > > 1) If I did this, I would probably only do it if I could figure out how > to rack up some diskless servers to my 2-post communications rack. Any > thoughts on hardware candidates, etc.? > > 2) If I did this, maybe it would be wiser to go with OpenBSD instead, > since it is known for security? > > 3) Any good tutorials on setting up a diskless servers for Free/OpenBSD? > > 4) Any other considerations? Keep in mind that PC hardware does not make good switching/routing hardware for high loads. The way PCs are designed, you really can't put more than 2 network cards in and expect any kind of performance. If your PIX are serving simple gateway/firewall roles, then replacing with *BSD on a PC is possible. If they have many interfaces, you'll find that the PC hardware just can't switch packets at line speed, no matter what OS you put on it. > 5) Am I just being stupid and should I just keep my PIX's going? I know, > I know, if it ain't broke, don't fix it. No. Proactive is the way to go. People who wait around for things to break are always fixing broken things. -- Bill Moran If you take sexual advantage of her, you're going to burn in a very special level of hell. A level they reserve for child molesters and people who talk at the theater. Shepherd Book From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 11:37:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FDC16A4E6 for ; Thu, 13 Jul 2006 11:37:19 +0000 (UTC) (envelope-from philippe.lang@attiksystem.ch) Received: from mail.attiksystem.ch (f29.attiksystem.ch [212.147.59.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD2443D55 for ; Thu, 13 Jul 2006 11:37:18 +0000 (GMT) (envelope-from philippe.lang@attiksystem.ch) Received: from poweredge.attiksystem.ch (poweredge.attiksystem.ch [10.0.0.29]) by mail.attiksystem.ch (8.12.11/8.12.11) with ESMTP id k6DBbDSV084365; Thu, 13 Jul 2006 13:37:13 +0200 (CEST) (envelope-from philippe.lang@attiksystem.ch) Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 13 Jul 2006 13:37:13 +0200 Content-Type: multipart/signed; boundary="----=_NextPart_000_000E_01C6A681.70DE59D0"; micalg=SHA1; protocol="application/x-pkcs7-signature" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Message-ID: <6C0CF58A187DA5479245E0830AF84F421D0F1B@poweredge.attiksystem.ch> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: *bsd firewall appliance? Thread-Index: AcamYmp63mnRt3OrQW+Iakoar5nCRAADgyaQ From: "Philippe Lang" To: , X-Spam-Score: -1.44 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.49 on 10.0.0.111 Cc: Subject: RE: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 11:37:19 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C6A681.70DE59D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit owner-freebsd-questions@freebsd.org wrote: > Hi all, > > Just doing some early morning brainstorming, and my crazy thought of > the day is this: > > My life would be so much easier if I could just get rid of my > stupid PIX firewalls, and replace them what I know and love: > FreeBSD. It's not that the PIX's have been causing me > problems or anything like that, it's just that I believe in > streamlining whenever possible, and since we've already > exterminated Microsoft in my server room for at least 3 > years, the only thing left that's not running FreeBSD are my > appliances (firewalls and switches) and 2 leftover legacy > servers still running Redhat that haven't been worth the > effort to migrate to FreeBSD. I'm a one-man shop, and I can > survive using the PIX IOS when I have to, but would just as > soon use BSD if I could. Questions: > > 1) If I did this, I would probably only do it if I could > figure out how to rack up some diskless servers to my 2-post > communications rack. Any thoughts on hardware candidates, etc.? > > 2) If I did this, maybe it would be wiser to go with OpenBSD > instead, since it is known for security? > > 3) Any good tutorials on setting up a diskless servers for > Free/OpenBSD? > > 4) Any other considerations? > > 5) Am I just being stupid and should I just keep my PIX's > going? I know, I know, if it ain't broke, don't fix it. Hi, Maybe a good start for you would be to have a look at http://www.m0n0.ch/wall/. Cheers, --------------- Philippe Lang Attik System ------=_NextPart_000_000E_01C6A681.70DE59D0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII/zCCAocw ggHwoAMCAQICEEdYYafa1wkm0CP4DOffAiswDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDYyMjE3MzE0NloXDTA3MDYyMjE3MzE0 NlowZzENMAsGA1UEBBMETGFuZzERMA8GA1UEKhMIUGhpbGlwcGUxFjAUBgNVBAMTDVBoaWxpcHBl IExhbmcxKzApBgkqhkiG9w0BCQEWHHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBAOfvCPREDwfIbzsNRoyBDoSOWfI2NNWdRRMJXuj5ldF22gSQ 6MiXFUjt4HlRIwPb8x13hrv89GW/SmLjFThxf7NKZ8dPTZzp4ZlvrQBRAYhSuTQOJ8azyzruZu54 Ak7fa3pz26Q3B8kg4knZBz3O9Q4K1tK8AEdjNQpyDg/iDdzjAgMBAAGjOTA3MCcGA1UdEQQgMB6B HHBoaWxpcHBlLmxhbmdAYXR0aWtzeXN0ZW0uY2gwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQF AAOBgQAAzz+I6MrhWjbfWSgngW/DthHvXiTR6x0cCeb4T5mBb5dgueqgLnrh/2blsbCQuLWh0URe /1l/QQ2dY2elG3PEDPv9cCl/LcwsCsE1Nj3bGM4gdVx9crYvTw5dyyUuDq1KShV3uziE+o5Lyfx4 qWRYd6/yIBDVarohdpL8J0DJczCCAy0wggKWoAMCAQICAQAwDQYJKoZIhvcNAQEEBQAwgdExCzAJ BgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMg RGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3 DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw05NjAxMDEwMDAwMDBaFw0yMDEy MzEyMzU5NTlaMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wgZ8wDQYJ KoZIhvcNAQEBBQADgY0AMIGJAoGBANRp19SwlGRbcelH2AxRtupykbCEXn0tDY97Et+FJXUodDpC LGMnn5V7S+9+GYcdhuqj3bnOlmQawhRuRKx85o/oTQ9xH0A4pgCjh3j2+ZSGXq3qwF5269kUo11u enwMpUtVfwYZKX+emibVars4JAhqmMex2qOYkf152+VaxBy5AgMBAAGjEzARMA8GA1UdEwEB/wQF MAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAx+ySfk749ZalZ2IqpPBNEWDQb41gWGGsJrtSNVwIzzD7 qEqWih9iQiOMFw/0umScF6xHKd+dmF7SbGBxXKKs3Hnj524ARx+1DSjoAp3kmv0T9KbZfLH43F8j JgmRgHPQFBveQ6mDJfLmnC8Vyv6mq4oHdYsM3VGEa+T40c53ooEwggM/MIICqKADAgECAgENMA0G CSqGSIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0 aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJl ZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcN MDMwNzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5o wHUEcJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH 5/EfkTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7 AgMBAAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8v Y3JsLnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYw KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUA A4GBAEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZ Ohl+hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NW IXiC3CEZNd4ksdMdRv9dX2VPMYIC+DCCAvQCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0ECEEdYYafa1wkm0CP4DOffAiswCQYFKw4DAhoFAKCCAdgwGAYJKoZI hvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNzEzMTEzNzEwWjAjBgkqhkiG 9w0BCQQxFgQUctShkfM9+4Gb8O/rQDEMn5emDiwwZwYJKoZIhvcNAQkPMVowWDAKBggqhkiG9w0D BzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgw BwYFKw4DAhowCgYIKoZIhvcNAgUwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMCWkExJTAj BgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJJtAj+Azn3wIrMIGHBgsqhkiG9w0BCRAC CzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhBHWGGn2tcJ JtAj+Azn3wIrMA0GCSqGSIb3DQEBAQUABIGAe7+jI4cZuXs6k27AapMdhGZ2X1cY3pOgCVdC2VHY NGkbSaNN+aRPN4GdSXjDzZmlDeqDOR/Z21JQ1OQAmT+QbhF7k/61hx+wbP5lDROEFjNF9qx6oRv5 LalTPR9ZrZgtL6am5Vbvqm2D1LrhRD5C+5fzCK8madQYfZLWYiuLWvQAAAAAAAA= ------=_NextPart_000_000E_01C6A681.70DE59D0-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 11:50:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B445B16A4E1 for ; Thu, 13 Jul 2006 11:50:03 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C8243D49 for ; Thu, 13 Jul 2006 11:50:02 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from stat.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G0zhg-0008AJ-5K; Thu, 13 Jul 2006 15:50:00 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G0zhi-00068m-2J; Thu, 13 Jul 2006 15:50:02 +0400 To: Eric Schuele References: <44B522BC.5090307@computer.org> From: Boris Samorodov Date: Thu, 13 Jul 2006 15:50:02 +0400 In-Reply-To: <44B522BC.5090307@computer.org> (Eric Schuele's message of "Wed, 12 Jul 2006 11:26:36 -0500") Message-ID: <68739333@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 11:50:03 -0000 (maintainer CCed) On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: > I am trying to get a linux app to use hardware acceleration. I have a > couple of linux apps (googleearth, NWN) that *do presently work* with > hardware acceleration... but this one in particular (linux-ut) *does > not*. Which version of linux-ut you are running? > It gives me the following error in its log file: > Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: > /usr/local/ > lib/libdrm.so.2: ELF file OS ABI invalid It's really strange that only linux-ut doesn't work. Eric, are you sure that you don't have any non-standard paths, LD_* or something else at your environment which ends up with searching /usr/local before /compat/linux for linux-ut? > Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely > that's not what is supposed to happen? > I have: > FreeBSD 6.1-STABLE i386 as of a few days ago. > linux-atk-1.9.1 = up-to-date with port > linux-expat-1.95.8 = up-to-date with port > linux-fontconfig-2.2.3_5 = up-to-date with port > linux-glib2-2.6.6 = up-to-date with port > linux-gtk2-2.6.10 = up-to-date with port > linux-jpeg-6b.34 = up-to-date with port > linux-openmotif-2.2.4_2 = up-to-date with port > linux-pango-1.8.1 = up-to-date with port > linux-png-1.2.8_2 = up-to-date with port > linux-realplayer-10.0.7.785.20060201 = up-to-date with port > linux-sdl-1.2.10_1 = up-to-date with port > linux-tiff-3.7.1 = up-to-date with port > linux-xorg-libs-6.8.2_5 = up-to-date with port > linux_base-fc-4_6 = up-to-date with port > linux_dri-6.5 = up-to-date with port > linuxdoc-1.1_1 = up-to-date with port > linuxpluginwrapper-20051113_4 = up-to-date with port > What else can I provide that might be of use? Any ideas? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 11:52:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4847C16A4DD for ; Thu, 13 Jul 2006 11:52:30 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B8043D5E for ; Thu, 13 Jul 2006 11:52:29 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by nz-out-0102.google.com with SMTP id v1so73189nzb for ; Thu, 13 Jul 2006 04:52:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=YhGgX+9wFKR7+yAFW6Xi2mWoTLOJSQ+E822vUQbOrm6JEKWiWgwjzIvYAwIplMZzBjFXT/M8ZszQ01fkROlTZkHdMsYHaucbARWQAg5HU1Jz3N/JzgfSMkQ212F1H1q4NzL9TgHdyK/e9cbckW/21QbWw2y8rlj3H1H6EC2ZlAc= Received: by 10.36.67.19 with SMTP id p19mr1071802nza; Thu, 13 Jul 2006 04:52:29 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id 7sm1015630nzo.2006.07.13.04.52.28; Thu, 13 Jul 2006 04:52:28 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2006 06:49:28 -0500 User-Agent: KMail/1.9.3 References: <20060713034221.88824.qmail@web61024.mail.yahoo.com> In-Reply-To: <20060713034221.88824.qmail@web61024.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607130649.29083.duncan.fbsd@gmail.com> From: "Donald J. O'Neill" Cc: "E. J. Cerejo" Subject: Re: CUPS, one more try X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 11:52:30 -0000 On Wednesday 12 July 2006 22:42, E. J. Cerejo wrote: > I've been trying to configure my HP Officejet 4315 using CUPS 1.2.0 but so > far all I can do is configure a printer using the web interface and I'm > able to print a test page but when I try to print any other document I'm > unable to print, I get that quick popup window saying that cups is starting > but nothing else, but today I notice something else whenever I run lpstat > command I get this: > > "Printer 'pr-b@localhost' - cannot open connection - No such file or > directory Make sure the remote host supports the LPD protocol > Printer 'pr-b@localhost' - cannot open connection - No such file or > directory Make sure the remote host supports the LPD protocol" > > pr-b is the name of my printer, through some googling I found out it maybe > looking for my printer, do I need to edit some other file to tell lpd where > this printer is? > > > > EJC > www.only7bucks.com > > --------------------------------- Did you happen to check /usr/bin/ to see if lp, lpq, lpr, and lprm are there? If they are, you need to either remove them or rename them. Cups installs these in /usr/local/bin and since it's later in the path, they're never used. Don From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:01:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCA0416A58F for ; Thu, 13 Jul 2006 12:01:20 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4653B43D45 for ; Thu, 13 Jul 2006 12:01:20 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id 34A3F36642; Thu, 13 Jul 2006 08:01:04 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02677-06; Thu, 13 Jul 2006 08:00:53 -0400 (EDT) Received: from [192.168.0.8] (cpe-24-195-194-146.nycap.res.rr.com [24.195.194.146]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by malkav.snowmoon.com (Postfix) with ESMTP id 2EBE23663D; Thu, 13 Jul 2006 08:00:53 -0400 (EDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jaime Date: Thu, 13 Jul 2006 08:01:05 -0400 To: "Ivakin E. Dmitriy 83432" X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at snowmoon.com Cc: freebsd-questions@freebsd.org Subject: Re: how to update sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 12:01:21 -0000 On Jul 13, 2006, at 1:41 AM, Ivakin E. Dmitriy 83432 wrote: > But you know, this PC is single machine with FreeBSD. I think it'll > be good > choice to update source if I can download it from web-site as tar > archive > (for example, like ports tree). Sorry, but I don't know how to do that. I was just making an educated guess before. Jaime From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:06:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D52E16A4DD for ; Thu, 13 Jul 2006 12:06:16 +0000 (UTC) (envelope-from spock@dwinner.net) Received: from outbound-mail-20.bluehost.com (outbound-mail-20.bluehost.com [70.98.111.235]) by mx1.FreeBSD.org (Postfix) with SMTP id 22F9343D55 for ; Thu, 13 Jul 2006 12:06:16 +0000 (GMT) (envelope-from spock@dwinner.net) Received: (qmail 26957 invoked by uid 0); 13 Jul 2006 12:06:11 -0000 Received: from unknown (HELO box122.bluehost.com) (67.106.44.122) by mailproxy1.bluehost.com with SMTP; 13 Jul 2006 12:06:11 -0000 Received: from c-69-142-142-207.hsd1.nj.comcast.net ([69.142.142.207] helo=[192.168.1.103]) by box122.bluehost.com with esmtpa (Exim 4.52) id 1G0zxL-0005qu-Gc; Thu, 13 Jul 2006 06:06:11 -0600 Message-ID: <44B63731.6010607@dwinner.net> Date: Thu, 13 Jul 2006 08:06:09 -0400 From: DW User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Philippe Lang References: <6C0CF58A187DA5479245E0830AF84F421D0F1B@poweredge.attiksystem.ch> In-Reply-To: <6C0CF58A187DA5479245E0830AF84F421D0F1B@poweredge.attiksystem.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 69.142.142.207 authed with dwinner@dwinner.net} Cc: freebsd-questions@freebsd.org Subject: Re: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 12:06:16 -0000 Philippe Lang wrote: > owner-freebsd-questions@freebsd.org wrote: > >> Hi all, >> >> Just doing some early morning brainstorming, and my crazy thought of >> the day is this: >> >> My life would be so much easier if I could just get rid of my >> stupid PIX firewalls, and replace them what I know and love: >> FreeBSD. It's not that the PIX's have been causing me >> problems or anything like that, it's just that I believe in >> streamlining whenever possible, and since we've already >> exterminated Microsoft in my server room for at least 3 >> years, the only thing left that's not running FreeBSD are my >> appliances (firewalls and switches) and 2 leftover legacy >> servers still running Redhat that haven't been worth the >> effort to migrate to FreeBSD. I'm a one-man shop, and I can >> survive using the PIX IOS when I have to, but would just as >> soon use BSD if I could. Questions: >> >> 1) If I did this, I would probably only do it if I could >> figure out how to rack up some diskless servers to my 2-post >> communications rack. Any thoughts on hardware candidates, etc.? >> >> 2) If I did this, maybe it would be wiser to go with OpenBSD >> instead, since it is known for security? >> >> 3) Any good tutorials on setting up a diskless servers for >> Free/OpenBSD? >> >> 4) Any other considerations? >> >> 5) Am I just being stupid and should I just keep my PIX's >> going? I know, I know, if it ain't broke, don't fix it. >> > > Hi, > > Maybe a good start for you would be to have a look at http://www.m0n0.ch/wall/. > WOW!!!!!! This is exactly what I was looking for and more! Can't wait to start trying it out! Thanks! > Cheers, > > --------------- > Philippe Lang > Attik System > > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:17:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CB916A4E9 for ; Thu, 13 Jul 2006 12:17:29 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE2043D72 for ; Thu, 13 Jul 2006 12:17:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6238 invoked from network); 13 Jul 2006 12:17:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Jul 2006 12:17:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1DAC528449; Thu, 13 Jul 2006 08:17:19 -0400 (EDT) To: Duane Hill References: <20060709164615.Y13293@cgate.yournetplus.com> <44zmfhgv2b.fsf@be-well.ilk.org> <20060710185546.Q58609@cgate.yournetplus.com> From: Lowell Gilbert Date: Thu, 13 Jul 2006 08:17:19 -0400 In-Reply-To: <20060710185546.Q58609@cgate.yournetplus.com> (Duane Hill's message of "Mon, 10 Jul 2006 18:59:24 +0000 (WET)") Message-ID: <4464i1r968.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Sysinstall - Will not die 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, 13 Jul 2006 12:17:29 -0000 Duane Hill writes: > On Mon, 10 Jul 2006, Lowell Gilbert wrote: > >> Duane Hill writes: >> >>> If this has been discussed before, please point it out. I've done some >>> searching and can not quite come up with the solution other than to >>> reboot the server. I'm hoping a reboot can be avoided. >>> >>> I recently attempted to run sysinstall to install something that was >>> not listed in the ports collection. Sysinstall is still running in the >>> back ground as a result of my ssh session getting terminated. Now, I >>> can not kill sysinstall. I found some things on the web that pointed >>> out there may be a parent that is keeping the child thread alive. That >>> parent has been killed off and I still can not kill sysinstall. >>> >>> I am noticing some things in the messages log that may be as a direct >>> result of sysinstall still running. I am getting the following two >>> lines logged all the time: >>> >>> Jul 9 16:51:16 cgate kernel: acd0: req=0xc3833640 TEST_UNIT_READY >>> semaphore timeout !! DANGER Will Robinson !! >>> Jul 9 16:51:17 cgate kernel: acd0: req=0xc38324b0 SETFEATURES SET >>> TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! >>> >>> I know acd0 has something to do with the cdrom drive. That is the only >>> thing being complained about within the logs as far as hardware >>> goes. No other file systems are having issues. >>> >>> Can someone shed some light on what is going on? >> >> What is the ps(1) output for that task? > > Sorry for not including that part: > > root 17722 0.0 0.1 2128 1456 p0- D 2Jul06 0:23.08 sysinstall Yep, stuck in an uninterruptible disk wait. I can't find that warning message in my (6-STABLE, mid-June) sources, and you didn't mention what version you were running... From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:21:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC5C16A4E6 for ; Thu, 13 Jul 2006 12:21:03 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDFE43D6E for ; Thu, 13 Jul 2006 12:20:59 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17233 invoked from network); 13 Jul 2006 12:20:59 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Jul 2006 12:20:59 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 699C228449; Thu, 13 Jul 2006 08:20:58 -0400 (EDT) To: Alex Push References: From: Lowell Gilbert Date: Thu, 13 Jul 2006 08:20:58 -0400 In-Reply-To: (Alex Push's message of "Tue, 11 Jul 2006 10:51:36 -0400") Message-ID: <441wspr905.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: termcap problems 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, 13 Jul 2006 12:21:04 -0000 Alex Push writes: > Hi All, > > I recently got FreeBSD 6.1-RELEASE on my server, and a couple of days > ago I started getting this message when I ssh in: > csh: Cannot open /etc/termcap > csh: using dumb terminal settings > > This yields a very limited terminal -- I can execute basic commands, > but can't open vi/vim ("vi: No terminal database found"), etc. > > I checked /etc/termcap, and it is a symlink to /usr/share/misc/ > termcap, and that file *does* exist. I don't think it's a permissions > problem since both termcap and termcap.db are readable to all users (- > r--r--r--). I rebuilt the termcap.db file (in /usr/share/misc/ > termcap) by running "cap_mkdb termcap", but this didn't fix the > terminal. > > I also tried rebuilding and reinstalling the termcap source from /usr/ > src/share/termcap, but I am still getting this error, and it's making > my box pretty unusable. > > Any thoughts? Thanks a lot in advance. Any chance that the sshd or user shell are chroot'd? From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:29:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5CD16A4E0 for ; Thu, 13 Jul 2006 12:29:26 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33314.mail.mud.yahoo.com (web33314.mail.mud.yahoo.com [68.142.206.129]) by mx1.FreeBSD.org (Postfix) with SMTP id 44B3843D46 for ; Thu, 13 Jul 2006 12:29:26 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 96825 invoked by uid 60001); 13 Jul 2006 12:29:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2h234H/QHXcVa17ceq44jTzuAfJpbFr5V9FEbu1sxzx8zifUdgBhUUj2tMSwxi25XAFz7LZIk6xmVEXmvqOIM15yyXWgJSvhBHWFICMD5Eojx5SiqOyhmIR1VZEn+zWF0FmK/DmfKBpkUg3eJS87GGpRDC7Rc3h/deThV7FXBTU= ; Message-ID: <20060713122925.96823.qmail@web33314.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33314.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 05:29:25 PDT Date: Thu, 13 Jul 2006 05:29:25 -0700 (PDT) From: Danial Thom To: DW , Philippe Lang In-Reply-To: <44B63731.6010607@dwinner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 12:29:27 -0000 You clowns with your diskless servers just crack me up. Everyone brags about their years of uptime on their servers, yet you just can't put up a firewall or router without a disk. What, are you still using mfm drives or something? --- DW wrote: > Philippe Lang wrote: > > owner-freebsd-questions@freebsd.org wrote: > > > >> Hi all, > >> > >> Just doing some early morning brainstorming, > and my crazy thought of > >> the day is this: > >> > >> My life would be so much easier if I could > just get rid of my > >> stupid PIX firewalls, and replace them what > I know and love: > >> FreeBSD. It's not that the PIX's have been > causing me > >> problems or anything like that, it's just > that I believe in > >> streamlining whenever possible, and since > we've already > >> exterminated Microsoft in my server room for > at least 3 > >> years, the only thing left that's not > running FreeBSD are my > >> appliances (firewalls and switches) and 2 > leftover legacy > >> servers still running Redhat that haven't > been worth the > >> effort to migrate to FreeBSD. I'm a one-man > shop, and I can > >> survive using the PIX IOS when I have to, > but would just as > >> soon use BSD if I could. Questions: > >> > >> 1) If I did this, I would probably only do > it if I could > >> figure out how to rack up some diskless > servers to my 2-post > >> communications rack. Any thoughts on > hardware candidates, etc.? > >> > >> 2) If I did this, maybe it would be wiser to > go with OpenBSD > >> instead, since it is known for security? > >> > >> 3) Any good tutorials on setting up a > diskless servers for > >> Free/OpenBSD? > >> > >> 4) Any other considerations? > >> > >> 5) Am I just being stupid and should I just > keep my PIX's > >> going? I know, I know, if it ain't broke, > don't fix it. > >> > > > > Hi, > > > > Maybe a good start for you would be to have a > look at http://www.m0n0.ch/wall/. > > > WOW!!!!!! This is exactly what I was looking > for and more! Can't wait to > start trying it out! Thanks! > > > > Cheers, > > > > --------------- > > Philippe Lang > > Attik System > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:31:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25E9616A4E7 for ; Thu, 13 Jul 2006 12:31:00 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7084043D93 for ; Thu, 13 Jul 2006 12:30:54 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.6/8.13.6) with ESMTP id k6DCV9Wx081850; Thu, 13 Jul 2006 08:31:09 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Chad Leigh -- Shire.Net LLC" In-Reply-To: References: <50F15D66-0E50-4EE8-BCEC-67688B08FBB2@shire.net> <44B5E1B5.2010600@mac.com> <1152770761.53082.8.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-MGe9JEqw+uDTNq5bqUwK" Organization: MarcusCom, Inc. Date: Thu, 13 Jul 2006 08:30:49 -0400 Message-Id: <1152793849.84438.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Cc: FreeBSD Questions Subject: Re: mac mini (intel)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 12:31:00 -0000 --=-MGe9JEqw+uDTNq5bqUwK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2006-07-13 at 00:54 -0600, Chad Leigh -- Shire.Net LLC wrote: > On Jul 13, 2006, at 12:06 AM, Joe Marcus Clarke wrote: >=20 > > On Thu, 2006-07-13 at 02:01 -0400, Chuck Swiger wrote: > >> Chad Leigh -- Shire.Net LLC wrote: > >>> A day or three ago someone posted about having 6.1-CURRENT (I =20 > >>> believe) > >>> run on a MacBook laptop. > >>> > >>> Does anyone have it running on a Mac Mini (intel)? I might be > >>> interested in getting a couple to handle email services to nfs =20 > >>> mounted > >>> mail stores. I like their small size and ability to stick =20 > >>> several of > >>> them in my racks without really taking much room. (We are short =20 > >>> of rack > >>> space at the moment for many new servers). > >> > >> Does FreeBSD 6.x actually boot on the hardware of these Macs yet? > >> (They're using EFI, not the classic PC BIOS.) > > > > Yes, with Bootcamp. However, they cannot boot FreeBSD =20 > > automatically (or > > at least I haven't found a way to do it). You must hold the Option =20 > > key > > down at boot-time to select the alternate OS. >=20 > Have you tried BAMBIOS ( legacyboot/> ?) This sounds a bit like what Bootcamp already provides. However, it doesn't seem to be available currently to try. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-MGe9JEqw+uDTNq5bqUwK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQBEtjz5b2iPiv4Uz4cRAsuaAJ4x35RxlhDq6YpwIfqaXznlAZMLOACdHGx7 wt4QYjQRcJsmsRyUE6DgiMA= =KKBk -----END PGP SIGNATURE----- --=-MGe9JEqw+uDTNq5bqUwK-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:32:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE9516A4DA for ; Thu, 13 Jul 2006 12:32:47 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F1ED43D69 for ; Thu, 13 Jul 2006 12:32:15 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 0BE4813A772 for ; Thu, 13 Jul 2006 08:32:15 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 42B426E5925 for ; Thu, 13 Jul 2006 08:32:15 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G10MY-00082j-00 for ; Thu, 13 Jul 2006 08:32:14 -0400 Date: Thu, 13 Jul 2006 08:32:14 -0400 From: stan To: Free BSD Questions list Message-ID: <20060713123214.GA30789@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 08:27:12 up 87 days, 9:35, 1 user, load average: 0.01, 0.02, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 12:32:47 -0000 I just installed 6.1 stable (AMD64) on a Sun Ultra 40. This is a dual CPU machine. I have Linux installed on a similar machine. On the Linux box I can fire up top and type "1" to see the load on each CPU. This does not seem to work on the FreeBSD machine. Should it? How can I verify that the machine is using both CPU's ? Thanks. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:34:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E04816A4DA for ; Thu, 13 Jul 2006 12:34:36 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1F843D68 for ; Thu, 13 Jul 2006 12:34:35 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 0791213A779 for ; Thu, 13 Jul 2006 08:34:35 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 462286E5925 for ; Thu, 13 Jul 2006 08:34:35 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G10Oo-00083L-00 for ; Thu, 13 Jul 2006 08:34:34 -0400 Date: Thu, 13 Jul 2006 08:34:34 -0400 From: stan To: Free BSD Questions list Message-ID: <20060713123434.GB30789@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 08:27:12 up 87 days, 9:35, 1 user, load average: 0.01, 0.02, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 12:34:36 -0000 i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this machine primarily for a large data storage requirement. What I want is one large /data partition. Given all the choices for doing this in FreeBSD (software) what's the "best" choice here? The partio will be shared via SAMBA if that affects the thhinking here. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:39:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7187B16A4DD for ; Thu, 13 Jul 2006 12:39:01 +0000 (UTC) (envelope-from atmblr@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F9443D77 for ; Thu, 13 Jul 2006 12:38:51 +0000 (GMT) (envelope-from atmblr@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so265734ugc for ; Thu, 13 Jul 2006 05:38:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Cwrq2/gxrd8UYDXT+9Z5TJunYnxr0FzPIrSiOLoyKfMWFcXU4fsZHnaRWCtNep2KjYvJRgfERhJ5NKXAF4zZA3xIRYReJzNNloOw/clxr9tMQgjpLOqVYyD7AuXlshmF4l1KbHKBW26amjSZTuTauN4qIZVhqu7TNsD0g4iaT+I= Received: by 10.78.166.7 with SMTP id o7mr497075hue; Thu, 13 Jul 2006 05:38:50 -0700 (PDT) Received: by 10.78.167.20 with HTTP; Thu, 13 Jul 2006 05:38:50 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 18:08:50 +0530 From: "Ashok TM" To: "Free BSD Questions list" In-Reply-To: <20060713123214.GA30789@teddy.fas.com> MIME-Version: 1.0 References: <20060713123214.GA30789@teddy.fas.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 12:39:01 -0000 use top -S There will be new column with 'C' tag which displays the the cpu id on which the process is running mptables to list the processors available On 7/13/06, stan wrote: > > I just installed 6.1 stable (AMD64) on a Sun Ultra 40. This is a dual CPU > machine. > > I have Linux installed on a similar machine. On the Linux box I can fire > up > top and type "1" to see the load on each CPU. This does not seem to work > on > the FreeBSD machine. > > Should it? How can I verify that the machine is using both CPU's ? > > Thanks. > > -- > U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite > Vietcong Terror > - New York Times 9/3/1967 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 12:51:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB4C16A4E1 for ; Thu, 13 Jul 2006 12:51:07 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33315.mail.mud.yahoo.com (web33315.mail.mud.yahoo.com [68.142.206.130]) by mx1.FreeBSD.org (Postfix) with SMTP id D8C6943D46 for ; Thu, 13 Jul 2006 12:51:06 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 38083 invoked by uid 60001); 13 Jul 2006 12:51:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LJwbi3tpnwQvjpIL3bnovUrF+ihZDPL9l9Ban1SENMlP0Zx2FxvXF8Nhh3Z7PtNwAePMafGtRJ5vc3oLdxSoVpqIKaROEUUpWYLgUu5ImoTfQEXwGnwmnmECA+LsC31VK9SFJdXSghJQ0eQHCekUQ8T090NE0uHpUujY11RYHb4= ; Message-ID: <20060713125106.38081.qmail@web33315.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33315.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 05:51:06 PDT Date: Thu, 13 Jul 2006 05:51:06 -0700 (PDT) From: Danial Thom To: Francisco Reyes , "Marc G. Fournier" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 12:51:07 -0000 --- Francisco Reyes wrote: > Marc G. Fournier writes: > > > the problem is that none of the Tier 1 > hardware manufacturer's support > > FreeBSD, and a growing number of places (ie. > Adaptec / Intel) appear to be > > dropping support for it as well ... > > But companies like 3Ware and Areca are > supporting it and from what I see on > the lists, people are voting with their money > in their favor. Mainly because they had drivers that required little modification from previous versions. Intel has a few other things on their plate, releasing more processors to bail out Freebsd's paltry performance, so give them a break. How long are vendors supposed to wait for the FreeBSD developers to deliver the performance they've claimed that they can deliver? I know several network appliance vendors all stuck on FreeBSD 4, because 5 and 6 are a step backwards performance-wise. Now they're saying 7 will be the one. FreeBSD is the OS that cried "WOLF", and the vendors are starting to ignore the calls. The infrastructure is so poor (in terms of process switching times and scheduler efficiencies), and they seem clueless on how to fix it. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 13:09:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED8816A4DA for ; Thu, 13 Jul 2006 13:09:05 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61023.mail.yahoo.com (web61023.mail.yahoo.com [209.73.179.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 03D5043D46 for ; Thu, 13 Jul 2006 13:09:04 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 94122 invoked by uid 60001); 13 Jul 2006 13:09:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ski0kcXOei/VbgLKsSdhXDdU2vs0vf4xmQyIf6ZI+B/TGjCvDQsqh5IvGbnZQ+GhxMbGKF3eRl/OctggzbyXRppayjfyWpuEAA1iQuUQsZzIYNK1xGJj2/WYThrf7fUXAkSvrXHz9KAipW/uLfgTN5aYzWeV8MlQP+KgsZqIxgY= ; Message-ID: <20060713130904.94118.qmail@web61023.mail.yahoo.com> Received: from [69.86.22.118] by web61023.mail.yahoo.com via HTTP; Thu, 13 Jul 2006 10:09:04 ART Date: Thu, 13 Jul 2006 10:09:04 -0300 (ART) From: "E. J. Cerejo" To: "Donald J. O'Neill" , freebsd-questions@freebsd.org In-Reply-To: <200607130649.29083.duncan.fbsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "E. J. Cerejo" Subject: Re: CUPS, one more try X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 13:09:05 -0000 "Donald J. O'Neill" escreveu: On Wednesday 12 July 2006 22:42, E. J. Cerejo wrote: > I've been trying to configure my HP Officejet 4315 using CUPS 1.2.0 but so > far all I can do is configure a printer using the web interface and I'm > able to print a test page but when I try to print any other document I'm > unable to print, I get that quick popup window saying that cups is starting > but nothing else, but today I notice something else whenever I run lpstat > command I get this: > > "Printer 'pr-b@localhost' - cannot open connection - No such file or > directory Make sure the remote host supports the LPD protocol > Printer 'pr-b@localhost' - cannot open connection - No such file or > directory Make sure the remote host supports the LPD protocol" > > pr-b is the name of my printer, through some googling I found out it maybe > looking for my printer, do I need to edit some other file to tell lpd where > this printer is? > > > > EJC > www.only7bucks.com > > --------------------------------- Did you happen to check /usr/bin/ to see if lp, lpq, lpr, and lprm are there? If they are, you need to either remove them or rename them. Cups installs these in /usr/local/bin and since it's later in the path, they're never used. Don I just did what you told me but I still get the same message when run lpstat, and still can't print. EJC www.only7bucks.com --------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 13:11:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AFB16A4E1 for ; Thu, 13 Jul 2006 13:11:29 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0332143D83 for ; Thu, 13 Jul 2006 13:11:17 +0000 (GMT) (envelope-from tethys.ocean@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so243079pyg for ; Thu, 13 Jul 2006 06:11:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PRaVG4Bh3aWMjI+FFXQ5/eITtu5RbQS5JKxv/JvbB+evAEO6MMUAGK9bGLnK3f/xOFmhlyf7hZ8CtG4/fhF33pZShm6Ef3v1Zd9xp4jphXM0iBI2M5+t7X/3htJGw+V5v7tUG79DJ9NfqM0qxpVYIxJpWMVvBM8ChqU80eHfKWQ= Received: by 10.35.132.13 with SMTP id j13mr723788pyn; Thu, 13 Jul 2006 06:11:17 -0700 (PDT) Received: by 10.35.21.17 with HTTP; Thu, 13 Jul 2006 06:11:17 -0700 (PDT) Message-ID: <235b80000607130611p4cb900e3qa7e6d17922151896@mail.gmail.com> Date: Thu, 13 Jul 2006 09:11:17 -0400 From: "tethys ocean" To: FreeBSD_Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: swith old version to the new 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: Thu, 13 Jul 2006 13:11:29 -0000 Hi All I have some problem about How I can switch new version of program in my system, without clean old version. I want to install Spamasssasin so it need perl and in my server running old version of perl(perl5) and also I install new version of perl(perl5.8) but my system dont switch new version so I couldnt install Spamasssassin. What can I do? From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 13:30:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 763DB16A4E0 for ; Thu, 13 Jul 2006 13:30:57 +0000 (UTC) (envelope-from spock@dwinner.net) Received: from outbound-mail-60.bluehost.com (outbound-mail-60.bluehost.com [70.98.111.40]) by mx1.FreeBSD.org (Postfix) with SMTP id C464D43D45 for ; Thu, 13 Jul 2006 13:30:56 +0000 (GMT) (envelope-from spock@dwinner.net) Received: (qmail 27129 invoked by uid 0); 13 Jul 2006 13:30:52 -0000 Received: from unknown (HELO box122.bluehost.com) (67.106.44.122) by mailproxy3.bluehost.com with SMTP; 13 Jul 2006 13:30:52 -0000 Received: from [216.113.237.29] (helo=[10.10.6.20]) by box122.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1G11HH-00039J-OC; Thu, 13 Jul 2006 07:30:52 -0600 Message-ID: <44B64B08.8080405@dwinner.net> Date: Thu, 13 Jul 2006 09:30:48 -0400 From: DW User-Agent: Thunderbird 1.5.0.4 (X11/20060621) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060713122925.96823.qmail@web33314.mail.mud.yahoo.com> In-Reply-To: <20060713122925.96823.qmail@web33314.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {731:box122.bluehost.com:dwinnern:dwinner.net} {sentby:smtp auth 216.113.237.29 authed with dwinner@dwinner.net} Cc: danial_thom@yahoo.com Subject: Re: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 13:30:57 -0000 Danial Thom wrote: > You clowns with your diskless servers just crack > me up. Everyone brags about their years of uptime > on their servers, yet you just can't put up a > firewall or router without a disk. What, are you > still using mfm drives or something? > My motives have nothing to do with reliability; I am not philosophically opposed to disks or moving parts. I'm just reaching the point more often lately where I'm looking at: 1) Form factor (there are organizations where real estate holds almost as much premium as department funds). 2) Heat output (I just had 2 more 2-ton mini-split A.C. units installed -- that'll hold me for a while, but at the rate we're expanding, I don't want to be faced with a situation again where I'm looking at a box doing a small job like running BIND spitting out 1,000 BTU's/hour) 3) Power consumption (why draw more than necessary?) It seems that more and more my bottlenecks have nothing to do with performance or reliability, but rather physical facility management. It all adds up. > --- DW wrote: > > >> Philippe Lang wrote: >> >>> owner-freebsd-questions@freebsd.org wrote: >>> >>> >>>> Hi all, >>>> >>>> Just doing some early morning brainstorming, >>>> >> and my crazy thought of >> >>>> the day is this: >>>> >>>> My life would be so much easier if I could >>>> >> just get rid of my >> >>>> stupid PIX firewalls, and replace them what >>>> >> I know and love: >> >>>> FreeBSD. It's not that the PIX's have been >>>> >> causing me >> >>>> problems or anything like that, it's just >>>> >> that I believe in >> >>>> streamlining whenever possible, and since >>>> >> we've already >> >>>> exterminated Microsoft in my server room for >>>> >> at least 3 >> >>>> years, the only thing left that's not >>>> >> running FreeBSD are my >> >>>> appliances (firewalls and switches) and 2 >>>> >> leftover legacy >> >>>> servers still running Redhat that haven't >>>> >> been worth the >> >>>> effort to migrate to FreeBSD. I'm a one-man >>>> >> shop, and I can >> >>>> survive using the PIX IOS when I have to, >>>> >> but would just as >> >>>> soon use BSD if I could. Questions: >>>> >>>> 1) If I did this, I would probably only do >>>> >> it if I could >> >>>> figure out how to rack up some diskless >>>> >> servers to my 2-post >> >>>> communications rack. Any thoughts on >>>> >> hardware candidates, etc.? >> >>>> 2) If I did this, maybe it would be wiser to >>>> >> go with OpenBSD >> >>>> instead, since it is known for security? >>>> >>>> 3) Any good tutorials on setting up a >>>> >> diskless servers for >> >>>> Free/OpenBSD? >>>> >>>> 4) Any other considerations? >>>> >>>> 5) Am I just being stupid and should I just >>>> >> keep my PIX's >> >>>> going? I know, I know, if it ain't broke, >>>> >> don't fix it. >> >>>> >>>> >>> Hi, >>> >>> Maybe a good start for you would be to have a >>> >> look at http://www.m0n0.ch/wall/. >> >>> >>> >> WOW!!!!!! This is exactly what I was looking >> for and more! Can't wait to >> start trying it out! Thanks! >> >> >> >>> Cheers, >>> >>> --------------- >>> Philippe Lang >>> Attik System >>> >>> >>> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 13:42:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4970616A4DF for ; Thu, 13 Jul 2006 13:42:33 +0000 (UTC) (envelope-from exiaf_radar_guy38@yahoo.co.in) Received: from web8910.mail.in.yahoo.com (web8910.mail.in.yahoo.com [203.84.221.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 197C943D45 for ; Thu, 13 Jul 2006 13:42:30 +0000 (GMT) (envelope-from exiaf_radar_guy38@yahoo.co.in) Received: (qmail 63892 invoked by uid 60001); 13 Jul 2006 13:42:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Nwfy+ccHVfaVq2g5c4LW5c/zKQZRh9xezqUUdcabawhif0qq+yxy78+mozqiJR5k6gZ0Vc+MDe83CyK3zCBnXxUFxeJfVGC38kU4BjWVw14WZkWM+IwtrZEftM8+faFTgWTml65Vpp63NbTlPuW3xHPhyMOmrUPhf+dANKLHkGE= ; Message-ID: <20060713134229.63890.qmail@web8910.mail.in.yahoo.com> Received: from [203.134.197.127] by web8910.mail.in.yahoo.com via HTTP; Thu, 13 Jul 2006 14:42:28 BST Date: Thu, 13 Jul 2006 14:42:28 +0100 (BST) From: dharam paul To: freebsd MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: squid Error: Can not stop process id 455 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 13:42:33 -0000 On Free BSD 6.1, after reconfiguring squid is not able to stop so that it can restart after I pas the following command: /usr/local/etc/rc.d/squid.sh restart I have enable squid in /etc/rc.conf so that it should start whenever the system is started. Any body has a solutin please reply. Thanks & Regards __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 13:59:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 153CD16A4DA for ; Thu, 13 Jul 2006 13:59:49 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [204.127.225.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EC9643D49 for ; Thu, 13 Jul 2006 13:59:48 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (alnrmhc11) with ESMTP id <20060713135947b1100njvche>; Thu, 13 Jul 2006 13:59:47 +0000 Message-ID: <44B651D2.20207@computer.org> Date: Thu, 13 Jul 2006 08:59:46 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Boris Samorodov References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> In-Reply-To: <68739333@srv.sem.ipt.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 13:59:49 -0000 On 07/13/2006 06:50, Boris Samorodov wrote: > (maintainer CCed) > > On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: > >> I am trying to get a linux app to use hardware acceleration. I have a >> couple of linux apps (googleearth, NWN) that *do presently work* with >> hardware acceleration... but this one in particular (linux-ut) *does >> not*. > > Which version of linux-ut you are running? linux-ut-451 = [held] up-to-date with port Though, I don't think that is in the ports tree yet. Sean sent it to me directly, after he made the port. I asked him about getting hardware acceleration up and running.... and we were not able to figure it out. Though the message below is more descriptive now (in the 451 build) than it was when I asked him previously. > >> It gives me the following error in its log file: >> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: >> /usr/local/ >> lib/libdrm.so.2: ELF file OS ABI invalid > > It's really strange that only linux-ut doesn't work. I agree. > > Eric, are you sure that you don't have any non-standard paths, LD_* or > something else at your environment which ends up with searching > /usr/local before /compat/linux for linux-ut? No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes LD_LIBRARY_PATH right before it launches the game I get the following: LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System which looked odd. So I tried the following two, and neither worked. LD_LIBRARY_PATH = :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System LD_LIBRARY_PATH = /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System Both end up with exactly the same error message. I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL but it gave no output!? Is that correct? > >> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely >> that's not what is supposed to happen? > >> I have: >> FreeBSD 6.1-STABLE i386 as of a few days ago. >> linux-atk-1.9.1 = up-to-date with port >> linux-expat-1.95.8 = up-to-date with port >> linux-fontconfig-2.2.3_5 = up-to-date with port >> linux-glib2-2.6.6 = up-to-date with port >> linux-gtk2-2.6.10 = up-to-date with port >> linux-jpeg-6b.34 = up-to-date with port >> linux-openmotif-2.2.4_2 = up-to-date with port >> linux-pango-1.8.1 = up-to-date with port >> linux-png-1.2.8_2 = up-to-date with port >> linux-realplayer-10.0.7.785.20060201 = up-to-date with port >> linux-sdl-1.2.10_1 = up-to-date with port >> linux-tiff-3.7.1 = up-to-date with port >> linux-xorg-libs-6.8.2_5 = up-to-date with port >> linux_base-fc-4_6 = up-to-date with port >> linux_dri-6.5 = up-to-date with port >> linuxdoc-1.1_1 = up-to-date with port >> linuxpluginwrapper-20051113_4 = up-to-date with port > >> What else can I provide that might be of use? Any ideas? > > > WBR -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:02:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8507D16A4E1 for ; Thu, 13 Jul 2006 14:02:33 +0000 (UTC) (envelope-from levchenko.i@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 800E943D72 for ; Thu, 13 Jul 2006 14:02:29 +0000 (GMT) (envelope-from levchenko.i@gmail.com) Received: by ug-out-1314.google.com with SMTP id j3so270210ugf for ; Thu, 13 Jul 2006 07:02:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ko3H0YMHKOi1q+H9pF6R5zr5hz/8nsFBW3t2Sk5aZumkPMLtb4WvFTXzGWX/bxsBYAX3XEaoYebBwkzhXeo47qyq129WnMSpbZ395LdiWVYAxLdBmdeWbDNnyvOs87e3eJlg6SjXrIjnkZaCRcQ6bvjmidjVXWdwoakGwKR/vUM= Received: by 10.78.116.19 with SMTP id o19mr504228huc; Thu, 13 Jul 2006 07:02:27 -0700 (PDT) Received: by 10.78.118.5 with HTTP; Thu, 13 Jul 2006 07:02:27 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 17:02:27 +0300 From: "Ivan Levchenko" To: "gs_stoller@juno.com" In-Reply-To: <20060712.124705.8332.321482@webmail24.nyc.untd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060712.124705.8332.321482@webmail24.nyc.untd.com> Cc: freebsd-questions@freebsd.org Subject: Re: CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:02:33 -0000 Hello, Try just mount -t cd9660 /dev/acd0 /cdrom (without the a) On 7/12/06, gs_stoller@juno.com wrote: > On Mon, Jul 10, 2006 07:48 PM, Bill Moran wrote: > >"gs_stoller@juno.com" wrote: > > >> I can read from my CDROM under Windows 98 , but when I try > >> to read from it under FreeBSD 4.3 I get told that the device is > >> busy. My presumption is that either part of the device driver is > >> corrupted, or there is some status data kept long time that is never > >> reset but it tells the system that the device is busy. > > > You can start by describing _exactly_ what you are doing and the > > _exact_ results. > > Here it is (first I show you what was mounted, then the mount command): > 0-# mount > /dev/ad0s4a on / (ufs, local) > /dev/ad0s4g on /mp1 (ufs, local) > /dev/ad0s4h on /mp2 (ufs, local) > /dev/ad0s4e on /usr (ufs, local) > /dev/ad0s4f on /var (ufs, local) > procfs on /proc (procfs, local) > /dev/fd0 on /a (msdos, local) > 0-# mount -t cd9660 /dev/acd0a /cdrom > cd9660: /dev/acd0a: Device busy > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:07:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F2116A4DE for ; Thu, 13 Jul 2006 14:07:00 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E79A43D49 for ; Thu, 13 Jul 2006 14:06:57 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so302088ugc for ; Thu, 13 Jul 2006 07:06:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=uMpHtxntW7dMse4vGiUogku1EYRY2hjk5H18xrR3Kyo5hSWokMPSQ2KCCBKB8UIeQhnfiKr/WrTCdojgmCIFmEGNji4VxPSe9QbTI0OkdcCIglzs9K8AYaZ7H8EWb4S9a6RNgLmBo9ntqT6XJP25EQATBDSzysBhrgJnGQZ2hjg= Received: by 10.78.166.7 with SMTP id o7mr610905hue; Thu, 13 Jul 2006 07:06:56 -0700 (PDT) Received: by 10.78.141.18 with HTTP; Thu, 13 Jul 2006 07:06:55 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 22:06:55 +0800 From: "jan gestre" To: "Liste FreeBSD" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: getting rid of apache passphrase X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:07:00 -0000 hello people, just want to ask if getting rid of the apache passphrase poses a security threat, i don't want the company i worked for calling me up everytime they cant access the webserver because the server is asking for the passphrase everytime the box restarts du to power failure. TIA From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:24:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B8016A4E9 for ; Thu, 13 Jul 2006 14:24:18 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38DB43D49 for ; Thu, 13 Jul 2006 14:24:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 3EA1F60E4; Thu, 13 Jul 2006 10:24:17 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LB4aq8ZX2M8Y; Thu, 13 Jul 2006 10:24:16 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 3EAE65D3A; Thu, 13 Jul 2006 10:24:16 -0400 (EDT) Message-ID: <44B65784.9020309@mac.com> Date: Thu, 13 Jul 2006 10:24:04 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: jan gestre References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Liste FreeBSD Subject: Re: getting rid of apache passphrase X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:24:18 -0000 jan gestre wrote: > just want to ask if getting rid of the apache passphrase poses a security > threat, i don't want the company i worked for calling me up everytime they > cant access the webserver because the server is asking for the passphrase > everytime the box restarts du to power failure. Presumably you're talking about an Apache server using SSL where the SSL key requires a password? Requiring a human to enter the password is more secure, but if you want the system to reboot without manual intervention, you'll have to remove the password or put it into a script... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:28:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9396816A4E2 for ; Thu, 13 Jul 2006 14:28:54 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED3443D67 for ; Thu, 13 Jul 2006 14:28:48 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 69so83267wra for ; Thu, 13 Jul 2006 07:28:48 -0700 (PDT) Received: by 10.54.140.13 with SMTP id n13mr1097028wrd; Thu, 13 Jul 2006 07:28:48 -0700 (PDT) Received: from ?192.168.0.3? ( [216.45.217.148]) by mx.gmail.com with ESMTP id 6sm731042wrl.2006.07.13.07.28.47; Thu, 13 Jul 2006 07:28:47 -0700 (PDT) Date: Thu, 13 Jul 2006 10:28:55 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <235b80000607130611p4cb900e3qa7e6d17922151896@mail.gmail.com> References: <235b80000607130611p4cb900e3qa7e6d17922151896@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060713102621.DB0C.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Subject: Re: swith old version to the new version 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, 13 Jul 2006 14:28:54 -0000 tethys ocean wrote: > Hi All > > I have some problem about How I can switch new version of program in my > system, without clean old version. > > I want to install Spamasssasin so it need perl and in my server running old > version of perl(perl5) and also I install new version of perl(perl5.8) but > my system dont switch new version so I couldnt install Spamasssassin. What > can I do? Did you read all of the instructions for updating Perl prior to attempting to install Spamassassin? -- Gerard Seibert gerard@seibercom.net A foolish consistency is the hobgoblin of little minds, adored by little statesmen and philosophers and divines. With consistency a great soul has simply nothing to do. Ralph Waldo Emerson From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:34:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BF716A4DD for ; Thu, 13 Jul 2006 14:34:50 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDDE43D45 for ; Thu, 13 Jul 2006 14:34:49 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.147] (helo=anti-virus03-10) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1G12H9-0000Uh-RE; Thu, 13 Jul 2006 15:34:47 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1G12H6-0002Nk-8S; Thu, 13 Jul 2006 15:34:44 +0100 Message-ID: <44B65A03.8010404@dial.pipex.com> Date: Thu, 13 Jul 2006 15:34:43 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Chris Shenton References: <86fyh6u73y.fsf@PECTOPAH.shenton.org> <20060712133956.52d14d93.wmoran@collaborativefusion.com> In-Reply-To: <20060712133956.52d14d93.wmoran@collaborativefusion.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:34:50 -0000 Bill Moran wrote: >In response to Chris Shenton : > > >>If not, any suggestions on how to get it to boot to a point where I >>could fix the /etc/fstab? Only thing I can think of is burn a >>bootable FreeBSD disk, boot from it, then mount the hard drive and fix >>fstab from that. >> >> > >That might be faster ... get a FreeSBIE disk. > > > The FreeBSD installation CD will also do just fine with fixit shell. Any CD from 5.X onwards should mount UFS2 partitions even if you are running some later OS version. Given your USB trouble, a 5.X CD might even be preferred since it has the boot option you want. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:36:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96CE616A505 for ; Thu, 13 Jul 2006 14:36:04 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D2DF43D53 for ; Thu, 13 Jul 2006 14:36:02 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k6DEa1is017777; Thu, 13 Jul 2006 10:36:01 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k6DEa1E6017776; Thu, 13 Jul 2006 10:36:01 -0400 (EDT) From: Jerry McAllister Message-Id: <200607131436.k6DEa1E6017776@clunix.cl.msu.edu> To: danial_thom@yahoo.com Date: Thu, 13 Jul 2006 10:36:01 -0400 (EDT) In-Reply-To: <20060713125106.38081.qmail@web33315.mail.mud.yahoo.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "Marc G. Fournier" , freebsd-questions@freebsd.org, Francisco Reyes Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 14:36:04 -0000 > --- Francisco Reyes > wrote: > > > Marc G. Fournier writes: > > > > > the problem is that none of the Tier 1 > > hardware manufacturer's support > > > FreeBSD, and a growing number of places (ie. > > Adaptec / Intel) appear to be > > > dropping support for it as well ... > > > > But companies like 3Ware and Areca are > > supporting it and from what I see on > > the lists, people are voting with their money > > in their favor. > > Mainly because they had drivers that required > little modification from previous versions. Intel > has a few other things on their plate, releasing > more processors to bail out Freebsd's paltry > performance, so give them a break. > > How long are vendors supposed to wait for the > FreeBSD developers to deliver the performance > they've claimed that they can deliver? I know > several network appliance vendors all stuck on > FreeBSD 4, because 5 and 6 are a step backwards > performance-wise. Now they're saying 7 will be > the one. > > FreeBSD is the OS that cried "WOLF", and the > vendors are starting to ignore the calls. The > infrastructure is so poor (in terms of process > switching times and scheduler efficiencies), and > they seem clueless on how to fix it. Must be a troll. FreeBSD performance is not what holds it back. It competes well with others out there. ////jerry > > DT > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:40:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF02B16A4E2 for ; Thu, 13 Jul 2006 14:40:53 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DB4B43D5F for ; Thu, 13 Jul 2006 14:40:43 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by nz-out-0102.google.com with SMTP id v1so84936nzb for ; Thu, 13 Jul 2006 07:40:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=nLiL4XtmLB8iKiuWz/kuJvhg3NGOwCFZDzY4Ute8c6cDNTN0zOnxzy7Mn+KONZcozI8AL9rjouWOnnofYNbxx8M4z1zpxFK3t+VNEpryuaZAcWN/okZiCud4JJtdIP+3Sz2sGFYnH7qWTLHomQM5BuWjX78IhtUZ4HZv9dvAEcI= Received: by 10.36.10.20 with SMTP id 20mr1346337nzj; Thu, 13 Jul 2006 07:40:43 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id e1sm1117423nzd.2006.07.13.07.40.42; Thu, 13 Jul 2006 07:40:43 -0700 (PDT) To: "E. J. Cerejo" Date: Thu, 13 Jul 2006 09:38:48 -0500 User-Agent: KMail/1.9.3 References: <20060713130904.94118.qmail@web61023.mail.yahoo.com> In-Reply-To: <20060713130904.94118.qmail@web61023.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607130938.48953.duncan.fbsd@gmail.com> From: "Donald J. O'Neill" Cc: freebsd-questions@freebsd.org Subject: Re: CUPS, one more try X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:40:53 -0000 On Thursday 13 July 2006 08:09, E. J. Cerejo wrote: > > Don > > > I just did what you told me but I still get the same message when run > lpstat, and still can't print. > > > EJC > www.only7bucks.com > > --------------------------------- Take a look at: http://home.nyc.rr.com/computertaijutsu/cups.html Go to the section on FreeBSD and NetBSD, this should help you out. There are a number of suggestions here that I didn't give, sorry, I wanted to give you some help, not hand it to you on a platter. Do a 'ps ax |grep cup' and make sure that you see 'cupsd'. If you don't, you will need to do a 'cupsd', recheck that you have cupsd running. Go to http://localhost:631/admin (user would probably be root and password would be the root password. Configure printers from there. Don From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:40:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2562B16A51B for ; Thu, 13 Jul 2006 14:40:57 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBF543D7F for ; Thu, 13 Jul 2006 14:40:46 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by ug-out-1314.google.com with SMTP id j40so305811ugd for ; Thu, 13 Jul 2006 07:40:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bJFw8r9VLmYshxGvahO6IJJvroEdl73EM34M5UBJd5k2ajJZeEeiMssF0Fu84WtGuaowYpuLCvR1BMPVzvG1pj61dqzDt04nb8rVNLwddxNwXxq15tomHqmjcrrT+CEw3d+33ZRkjPnosa49xAc0mQzuqRCOCXmlYL0bKQHm604= Received: by 10.78.156.6 with SMTP id d6mr670422hue; Thu, 13 Jul 2006 07:40:46 -0700 (PDT) Received: by 10.78.141.18 with HTTP; Thu, 13 Jul 2006 07:40:45 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 22:40:45 +0800 From: "jan gestre" To: "Chuck Swiger" In-Reply-To: <44B65784.9020309@mac.com> MIME-Version: 1.0 References: <44B65784.9020309@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Liste FreeBSD Subject: Re: getting rid of apache passphrase X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:40:57 -0000 On 7/13/06, Chuck Swiger wrote: > > jan gestre wrote: > > just want to ask if getting rid of the apache passphrase poses a > security > > threat, i don't want the company i worked for calling me up everytime > they > > cant access the webserver because the server is asking for the > passphrase > > everytime the box restarts du to power failure. > > Presumably you're talking about an Apache server using SSL where the SSL > key > requires a password? Requiring a human to enter the password is more > secure, > but if you want the system to reboot without manual intervention, you'll > have > to remove the password or put it into a script... > > yes, i'm talking about apache with ssl/tls encryption, is that passphrase > going to be a security issue in the internet or locally at the machine > level? if it's machine level, i have no problem getting rid of it coz nobody > here knows anything about unix/bsd. > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:42:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8196216A4E0 for ; Thu, 13 Jul 2006 14:42:05 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33309.mail.mud.yahoo.com (web33309.mail.mud.yahoo.com [68.142.206.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 1FE0743D60 for ; Thu, 13 Jul 2006 14:42:03 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 62480 invoked by uid 60001); 13 Jul 2006 14:42:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=20lJcMSC98u6OYeAk8187dcrWTmc6n/jypv4j0DgOipV03skcM6Cr7Vq6cMlOMkpx5yz4lLssOMXBCmkRahERAus7DQyhhFemcd+QwCsmXSaXRGQNEhys2bTjOxsOt5iA75lehvgnpkZLjtTnH3cLrxVqb73+GOKaBAw8bWq4HI= ; Message-ID: <20060713144202.62478.qmail@web33309.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33309.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 07:42:02 PDT Date: Thu, 13 Jul 2006 07:42:02 -0700 (PDT) From: Danial Thom To: DW , freebsd-questions@freebsd.org In-Reply-To: <44B64B08.8080405@dwinner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: danial_thom@yahoo.com Subject: Re: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 14:42:05 -0000 --- DW wrote: > Danial Thom wrote: > > You clowns with your diskless servers just > crack > > me up. Everyone brags about their years of > uptime > > on their servers, yet you just can't put up a > > firewall or router without a disk. What, are > you > > still using mfm drives or something? > > > My motives have nothing to do with reliability; > I am not philosophically > opposed to disks or moving parts. I'm just > reaching the point more often > lately where I'm looking at: > > 1) Form factor (there are organizations where > real estate holds almost > as much premium as department funds). > > 2) Heat output (I just had 2 more 2-ton > mini-split A.C. units installed > -- that'll hold me for a while, but at the rate > we're expanding, I don't > want to be faced with a situation again where > I'm looking at a box doing > a small job like running BIND spitting out > 1,000 BTU's/hour) > > 3) Power consumption (why draw more than > necessary?) > > It seems that more and more my bottlenecks have > nothing to do with > performance or reliability, but rather physical > facility management. It > all adds up. Interesting that you have all of these practical issues, yet you want to do something totally impractical, such as replace your pix with a freebsd box. Why not use one of your existing freebsd servers as a firewall? then you have zero additional real estate or power consumption. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:52:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AF716A4DF for ; Thu, 13 Jul 2006 14:52:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B28843D72 for ; Thu, 13 Jul 2006 14:52:33 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from srv.sem.ipt.ru ([192.168.12.1]) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G12YK-0008jG-J6; Thu, 13 Jul 2006 18:52:32 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G12YM-0006ln-4I; Thu, 13 Jul 2006 18:52:34 +0400 To: Eric Schuele References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> From: Boris Samorodov Date: Thu, 13 Jul 2006 18:52:34 +0400 In-Reply-To: <44B651D2.20207@computer.org> (Eric Schuele's message of "Thu, 13 Jul 2006 08:59:46 -0500") Message-ID: <59778381@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:52:38 -0000 On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: > On 07/13/2006 06:50, Boris Samorodov wrote: > > (maintainer CCed) > > > > On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: > > > >> I am trying to get a linux app to use hardware acceleration. I have a > >> couple of linux apps (googleearth, NWN) that *do presently work* with > >> hardware acceleration... but this one in particular (linux-ut) *does > >> not*. > > > > Which version of linux-ut you are running? > linux-ut-451 = [held] up-to-date with port > Though, I don't think that is in the ports tree yet. Sean sent it to > me directly, after he made the port. > I asked him about getting hardware acceleration up and running.... and > we were not able to figure it out. Though the message below is more > descriptive now (in the 451 build) than it was when I asked him > previously. > > > >> It gives me the following error in its log file: > >> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: > >> /usr/local/ > >> lib/libdrm.so.2: ELF file OS ABI invalid > > > > It's really strange that only linux-ut doesn't work. > I agree. > > > > Eric, are you sure that you don't have any non-standard paths, LD_* or > > something else at your environment which ends up with searching > > /usr/local before /compat/linux for linux-ut? > No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes > LD_LIBRARY_PATH right before it launches the game I get the following: > LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System > which looked odd. Yes. That may be a culprit. > So I tried the following two, and neither worked. > LD_LIBRARY_PATH = > :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > LD_LIBRARY_PATH = > /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > Both end up with exactly the same error message. I think that you may try to delete all LD_* stuff and restore the defaults. I.e. something like: LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} or LD_LIBRARY_PATH = : > I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL > but it gave no output!? Is that correct? > > > >> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely > >> that's not what is supposed to happen? > > > >> I have: > >> FreeBSD 6.1-STABLE i386 as of a few days ago. > >> linux-atk-1.9.1 = up-to-date with port > >> linux-expat-1.95.8 = up-to-date with port > >> linux-fontconfig-2.2.3_5 = up-to-date with port > >> linux-glib2-2.6.6 = up-to-date with port > >> linux-gtk2-2.6.10 = up-to-date with port > >> linux-jpeg-6b.34 = up-to-date with port > >> linux-openmotif-2.2.4_2 = up-to-date with port > >> linux-pango-1.8.1 = up-to-date with port > >> linux-png-1.2.8_2 = up-to-date with port > >> linux-realplayer-10.0.7.785.20060201 = up-to-date with port > >> linux-sdl-1.2.10_1 = up-to-date with port > >> linux-tiff-3.7.1 = up-to-date with port > >> linux-xorg-libs-6.8.2_5 = up-to-date with port > >> linux_base-fc-4_6 = up-to-date with port > >> linux_dri-6.5 = up-to-date with port > >> linuxdoc-1.1_1 = up-to-date with port > >> linuxpluginwrapper-20051113_4 = up-to-date with port > > > >> What else can I provide that might be of use? Any ideas? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:53:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B592A16A4E0 for ; Thu, 13 Jul 2006 14:53:43 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4342743D7B for ; Thu, 13 Jul 2006 14:53:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id A172060C3; Thu, 13 Jul 2006 10:53:42 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jXKYQVTU8fBB; Thu, 13 Jul 2006 10:53:42 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8B2E45C32; Thu, 13 Jul 2006 10:53:41 -0400 (EDT) Message-ID: <44B65E69.1010608@mac.com> Date: Thu, 13 Jul 2006 10:53:29 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: jan gestre References: <44B65784.9020309@mac.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Liste FreeBSD Subject: Re: getting rid of apache passphrase X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:53:43 -0000 jan gestre wrote: [ ... ] > yes, i'm talking about apache with ssl/tls encryption, is that > passphrase going to be a security issue in the internet or locally > at the machine level? if it's machine level, i have no problem > getting rid of it coz nobody here knows anything about unix/bsd. It's only at the local machine level. However, you should be aware that people outside your organization do know things about Unix/BSD :-), so be sure to keep your servers up-to-date with regard to security patches. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:56:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C31B16A4E2 for ; Thu, 13 Jul 2006 14:56:17 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB2243D46 for ; Thu, 13 Jul 2006 14:56:16 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by ug-out-1314.google.com with SMTP id h2so316453ugf for ; Thu, 13 Jul 2006 07:56:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TGwk5Tv5xY61598mMvLs83bKJ7sTCq413vfGbk1ZXT55/mVpIpPeXrhwCqCrOB4qyvK02emQWK7c/LMf49bSQ5sqlIumxGk+GNEiax1y1wmDykaVZNe06LTQTbN7qeGBKxvO5gxJhk84iRw40zmQmAH/vkbMuT7u8HJwSVHJxjU= Received: by 10.78.122.11 with SMTP id u11mr684963huc; Thu, 13 Jul 2006 07:50:51 -0700 (PDT) Received: by 10.78.141.18 with HTTP; Thu, 13 Jul 2006 07:50:51 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 22:50:51 +0800 From: "jan gestre" To: "=?ISO-8859-1?Q?Nagy_L=E1szl=F3?=" In-Reply-To: <44B3A7AA.1050600@enternet.hu> MIME-Version: 1.0 References: <44B3A7AA.1050600@enternet.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:56:17 -0000 On 7/11/06, Nagy L=E1szl=F3 wrote: > > > Hello, > > I tried cyrus-imapd, but I'm unsatisfied. Their website was down for a > day. Now it is up, but the pages were not updated after 2003. They had a > majordomo list but it is not functioning. I found another mailing list > but nobody answers. I do not see answer to my question in its > documentation. > > Are there any alternative IMAP servers that have good support (e.g. > working mailing list, up-to-date documentation), and can share IMAP > folders between users? > > These are the ones I see: > > bincimap -- only maildir, cannot share folders > courier -- uses the maildir format, but I'm not sure about sharing > cyrus-imapd -- I could not find support for this > dbmail-mysql -- AFAIK no folder sharing > dkimap -- ??? > dovecot -- early stages of development, can I trust in this? > imap-uw -- only maildir, cannot share folders > py24-twistedMail -- Looks like this is only a collection of modules > > I could use py24-twistedMail to create shared folders, but this requires > re-inventing the weel. What do you recommend? > > i'm using dovecot, it one great imap/pop server, built with security in > mind. > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:01:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 284AD16A4E7 for ; Thu, 13 Jul 2006 15:01:22 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93F1C43D72 for ; Thu, 13 Jul 2006 15:01:16 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G12gl-0008ks-D1; Thu, 13 Jul 2006 19:01:15 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G12gm-0006mP-To; Thu, 13 Jul 2006 19:01:16 +0400 To: Eric Schuele References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> <59778381@srv.sem.ipt.ru> From: Boris Samorodov Date: Thu, 13 Jul 2006 19:01:16 +0400 In-Reply-To: <59778381@srv.sem.ipt.ru> (Boris Samorodov's message of "Thu, 13 Jul 2006 18:52:34 +0400") Message-ID: <93697859@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:01:22 -0000 On Thu, 13 Jul 2006 18:52:34 +0400 Boris Samorodov wrote: > On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: > > On 07/13/2006 06:50, Boris Samorodov wrote: > > > (maintainer CCed) > > > > > > On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: > > > > > >> I am trying to get a linux app to use hardware acceleration. I have a > > >> couple of linux apps (googleearth, NWN) that *do presently work* with > > >> hardware acceleration... but this one in particular (linux-ut) *does > > >> not*. > > > > > > Which version of linux-ut you are running? > > linux-ut-451 = [held] up-to-date with port > > Though, I don't think that is in the ports tree yet. Sean sent it to > > me directly, after he made the port. Oh, I gorgot to say that it is at the ports tree now. May be you give a port a chance? > > I asked him about getting hardware acceleration up and running.... and > > we were not able to figure it out. Though the message below is more > > descriptive now (in the 451 build) than it was when I asked him > > previously. > > > > > >> It gives me the following error in its log file: > > >> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: > > >> /usr/local/ > > >> lib/libdrm.so.2: ELF file OS ABI invalid > > > > > > It's really strange that only linux-ut doesn't work. > > I agree. > > > > > > Eric, are you sure that you don't have any non-standard paths, LD_* or > > > something else at your environment which ends up with searching > > > /usr/local before /compat/linux for linux-ut? > > No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes > > LD_LIBRARY_PATH right before it launches the game I get the following: > > LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System > > which looked odd. > Yes. That may be a culprit. > > So I tried the following two, and neither worked. > > LD_LIBRARY_PATH = > > :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > > LD_LIBRARY_PATH = > > /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > > Both end up with exactly the same error message. > I think that you may try to delete all LD_* stuff and restore the > defaults. I.e. something like: > LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} I was wrong here. This won't help. You need to delete all stuff from LD_LIBRARY_PATH. > or > LD_LIBRARY_PATH = : Or may be :LD_LIBRARY_PATH =". > > I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL > > but it gave no output!? Is that correct? > > > > > >> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely > > >> that's not what is supposed to happen? > > > > > >> I have: > > >> FreeBSD 6.1-STABLE i386 as of a few days ago. > > >> linux-atk-1.9.1 = up-to-date with port > > >> linux-expat-1.95.8 = up-to-date with port > > >> linux-fontconfig-2.2.3_5 = up-to-date with port > > >> linux-glib2-2.6.6 = up-to-date with port > > >> linux-gtk2-2.6.10 = up-to-date with port > > >> linux-jpeg-6b.34 = up-to-date with port > > >> linux-openmotif-2.2.4_2 = up-to-date with port > > >> linux-pango-1.8.1 = up-to-date with port > > >> linux-png-1.2.8_2 = up-to-date with port > > >> linux-realplayer-10.0.7.785.20060201 = up-to-date with port > > >> linux-sdl-1.2.10_1 = up-to-date with port > > >> linux-tiff-3.7.1 = up-to-date with port > > >> linux-xorg-libs-6.8.2_5 = up-to-date with port > > >> linux_base-fc-4_6 = up-to-date with port > > >> linux_dri-6.5 = up-to-date with port > > >> linuxdoc-1.1_1 = up-to-date with port > > >> linuxpluginwrapper-20051113_4 = up-to-date with port > > > > > >> What else can I provide that might be of use? Any ideas? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:05:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAEB816A4DF for ; Thu, 13 Jul 2006 15:05:10 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8860143D45 for ; Thu, 13 Jul 2006 15:05:10 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k6DF59G9017918; Thu, 13 Jul 2006 11:05:09 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k6DF591r017917; Thu, 13 Jul 2006 11:05:09 -0400 (EDT) From: Jerry McAllister Message-Id: <200607131505.k6DF591r017917@clunix.cl.msu.edu> To: freebsd.ph@gmail.com (jan gestre) Date: Thu, 13 Jul 2006 11:05:09 -0400 (EDT) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Liste FreeBSD Subject: Re: getting rid of apache passphrase X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:05:11 -0000 > > hello people, > > just want to ask if getting rid of the apache passphrase poses a security > threat, i don't want the company i worked for calling me up everytime they > cant access the webserver because the server is asking for the passphrase > everytime the box restarts du to power failure. Depends on how good your control of access to the server is. In my case for example, I control physical access to the machine. That could be, and has been a problem when I was away and power went out, to get things back up, so I got rid of the passphrase. Now, as long as the fsck-s clear at boot time, the server makes it all the way back up without intervention. But, if you have a lot of people running around, even if ignorant, then you might want to think again about eliminating it. It is less likely to be a concern for remote access, but could come up, especially if someone gets root to your server. Of course, then all bets are off anyway. ////jerry > > TIA > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 14:45:44 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2368816A4E1 for ; Thu, 13 Jul 2006 14:45:44 +0000 (UTC) (envelope-from nirv199@yahoo.com) Received: from web31813.mail.mud.yahoo.com (web31813.mail.mud.yahoo.com [68.142.207.76]) by mx1.FreeBSD.org (Postfix) with SMTP id A7B3B43D45 for ; Thu, 13 Jul 2006 14:45:43 +0000 (GMT) (envelope-from nirv199@yahoo.com) Received: (qmail 50402 invoked by uid 60001); 13 Jul 2006 14:45:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AYRfBHfe34W8L/3efAyWam2JAjJgysNYTjGEu6vY87JiNFGhw1soBnrbHD4ME7zysfdCpUNElclSikWaZytH/l1Ghmi9NYp2TRW1smSo9qAECsmiDqiVCJPM4qgFPn7gH6iEjfA9EEzPn8L+6k3ZQfWA8gRvKbhRjEX2EJUFA1w= ; Message-ID: <20060713144543.50400.qmail@web31813.mail.mud.yahoo.com> Received: from [200.103.241.127] by web31813.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 07:45:43 PDT Date: Thu, 13 Jul 2006 07:45:43 -0700 (PDT) From: Paulo Roberto To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 13 Jul 2006 15:06:21 +0000 Cc: Subject: supported webcam X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 14:45:44 -0000 Hi, Does anyone know if there is a webcam model that is supported by FBSD that is still being sold? Thanks PAulo __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:07:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 523BF16A4DD for ; Thu, 13 Jul 2006 15:07:11 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042A143D6E for ; Thu, 13 Jul 2006 15:07:06 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (sccrmhc12) with ESMTP id <2006071315070501200slrpfe>; Thu, 13 Jul 2006 15:07:05 +0000 Message-ID: <44B66198.7020103@computer.org> Date: Thu, 13 Jul 2006 10:07:04 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Boris Samorodov References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> <59778381@srv.sem.ipt.ru> In-Reply-To: <59778381@srv.sem.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:07:11 -0000 On 07/13/2006 09:52, Boris Samorodov wrote: > On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: >> On 07/13/2006 06:50, Boris Samorodov wrote: >>> (maintainer CCed) >>> >>> On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: >>> >>>> I am trying to get a linux app to use hardware acceleration. I have a >>>> couple of linux apps (googleearth, NWN) that *do presently work* with >>>> hardware acceleration... but this one in particular (linux-ut) *does >>>> not*. >>> Which version of linux-ut you are running? > >> linux-ut-451 = [held] up-to-date with port > >> Though, I don't think that is in the ports tree yet. Sean sent it to >> me directly, after he made the port. > >> I asked him about getting hardware acceleration up and running.... and >> we were not able to figure it out. Though the message below is more >> descriptive now (in the 451 build) than it was when I asked him >> previously. > >>>> It gives me the following error in its log file: >>>> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: >>>> /usr/local/ >>>> lib/libdrm.so.2: ELF file OS ABI invalid >>> It's really strange that only linux-ut doesn't work. > >> I agree. > >>> Eric, are you sure that you don't have any non-standard paths, LD_* or >>> something else at your environment which ends up with searching >>> /usr/local before /compat/linux for linux-ut? > >> No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes >> LD_LIBRARY_PATH right before it launches the game I get the following: > >> LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System > >> which looked odd. > > Yes. That may be a culprit. > >> So I tried the following two, and neither worked. >> LD_LIBRARY_PATH = >> :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System >> LD_LIBRARY_PATH = >> /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > >> Both end up with exactly the same error message. > > I think that you may try to delete all LD_* stuff and restore the > defaults. I.e. something like: > > LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} in /usr/local/bin/ut the original code relevant to LD_LIBRARY_PATH looks like this: LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$PWD export LD_LIBRARY_PATH echo "LD_LIBRARY_PATH = $LD_LIBRARY_PATH" and that provides me: LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System I seem to have no LD_LIBRARY_PATH environment variable by default. A 'setenv' in a shell shows that LD_LIBRARY_PATH is not defined at all. > or > LD_LIBRARY_PATH = : > >> I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL >> but it gave no output!? Is that correct? > >>>> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely >>>> that's not what is supposed to happen? >>>> I have: >>>> FreeBSD 6.1-STABLE i386 as of a few days ago. >>>> linux-atk-1.9.1 = up-to-date with port >>>> linux-expat-1.95.8 = up-to-date with port >>>> linux-fontconfig-2.2.3_5 = up-to-date with port >>>> linux-glib2-2.6.6 = up-to-date with port >>>> linux-gtk2-2.6.10 = up-to-date with port >>>> linux-jpeg-6b.34 = up-to-date with port >>>> linux-openmotif-2.2.4_2 = up-to-date with port >>>> linux-pango-1.8.1 = up-to-date with port >>>> linux-png-1.2.8_2 = up-to-date with port >>>> linux-realplayer-10.0.7.785.20060201 = up-to-date with port >>>> linux-sdl-1.2.10_1 = up-to-date with port >>>> linux-tiff-3.7.1 = up-to-date with port >>>> linux-xorg-libs-6.8.2_5 = up-to-date with port >>>> linux_base-fc-4_6 = up-to-date with port >>>> linux_dri-6.5 = up-to-date with port >>>> linuxdoc-1.1_1 = up-to-date with port >>>> linuxpluginwrapper-20051113_4 = up-to-date with port >>>> What else can I provide that might be of use? Any ideas? > > > WBR -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:09:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAABE16A4DF for ; Thu, 13 Jul 2006 15:09:33 +0000 (UTC) (envelope-from freebsd.ph@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E3A43D83 for ; Thu, 13 Jul 2006 15:09:20 +0000 (GMT) (envelope-from freebsd.ph@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so325233uge for ; Thu, 13 Jul 2006 08:09:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TyEP8fZdeDX4OU9zwxfRql4XutifrI1SfqHWsqYWyHeD+8bb+RV160VHkiptRg6LbCZKphIoaqDpaEjm9NJN+LeBIzclo57mWJn+8Y7NG05SlY5ziSGf7E4dVUQr4a9QEKsTOssMF5LEYAHLlyWCElU3pMUWJt5a9Rdwl4EdyfI= Received: by 10.78.138.14 with SMTP id l14mr708891hud; Thu, 13 Jul 2006 08:09:19 -0700 (PDT) Received: by 10.78.141.18 with HTTP; Thu, 13 Jul 2006 08:09:19 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2006 23:09:19 +0800 From: "jan gestre" To: "Jerry McAllister" In-Reply-To: <200607131505.k6DF591r017917@clunix.cl.msu.edu> MIME-Version: 1.0 References: <200607131505.k6DF591r017917@clunix.cl.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Liste FreeBSD Subject: Re: getting rid of apache passphrase X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:09:33 -0000 On 7/13/06, Jerry McAllister wrote: > > > > > hello people, > > > > just want to ask if getting rid of the apache passphrase poses a > security > > threat, i don't want the company i worked for calling me up everytime > they > > cant access the webserver because the server is asking for the > passphrase > > everytime the box restarts du to power failure. > > Depends on how good your control of access to the server is. > In my case for example, I control physical access to the machine. > That could be, and has been a problem when I was away and power > went out, to get things back up, so I got rid of the passphrase. > Now, as long as the fsck-s clear at boot time, the server makes > it all the way back up without intervention. > > But, if you have a lot of people running around, even if ignorant, > then you might want to think again about eliminating it. > > It is less likely to be a concern for remote access, but could come > up, especially if someone gets root to your server. Of course, then > all bets are off anyway. > > yeah there are lots of ignorant people here in our organization :D, that > is why all my nix servers are headless since we don't have room to secure > them physically. thanks for your all your opinions :) > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:13:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7ECC16A4DA for ; Thu, 13 Jul 2006 15:13:40 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BB943D6E for ; Thu, 13 Jul 2006 15:13:36 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (rwcrmhc13) with ESMTP id <20060713151334m1300ckv6te>; Thu, 13 Jul 2006 15:13:35 +0000 Message-ID: <44B6631E.3050201@computer.org> Date: Thu, 13 Jul 2006 10:13:34 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Boris Samorodov References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> <59778381@srv.sem.ipt.ru> <93697859@srv.sem.ipt.ru> In-Reply-To: <93697859@srv.sem.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:13:41 -0000 On 07/13/2006 10:01, Boris Samorodov wrote: > On Thu, 13 Jul 2006 18:52:34 +0400 Boris Samorodov wrote: >> On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: >>> On 07/13/2006 06:50, Boris Samorodov wrote: >>>> (maintainer CCed) >>>> >>>> On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: >>>> >>>>> I am trying to get a linux app to use hardware acceleration. I have a >>>>> couple of linux apps (googleearth, NWN) that *do presently work* with >>>>> hardware acceleration... but this one in particular (linux-ut) *does >>>>> not*. >>>> Which version of linux-ut you are running? > >>> linux-ut-451 = [held] up-to-date with port > >>> Though, I don't think that is in the ports tree yet. Sean sent it to >>> me directly, after he made the port. > > Oh, I gorgot to say that it is at the ports tree now. May be you give > a port a chance? > >>> I asked him about getting hardware acceleration up and running.... and >>> we were not able to figure it out. Though the message below is more >>> descriptive now (in the 451 build) than it was when I asked him >>> previously. > >>>>> It gives me the following error in its log file: >>>>> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: >>>>> /usr/local/ >>>>> lib/libdrm.so.2: ELF file OS ABI invalid >>>> It's really strange that only linux-ut doesn't work. > >>> I agree. > >>>> Eric, are you sure that you don't have any non-standard paths, LD_* or >>>> something else at your environment which ends up with searching >>>> /usr/local before /compat/linux for linux-ut? > >>> No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes >>> LD_LIBRARY_PATH right before it launches the game I get the following: > >>> LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System > >>> which looked odd. > >> Yes. That may be a culprit. > >>> So I tried the following two, and neither worked. >>> LD_LIBRARY_PATH = >>> :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System >>> LD_LIBRARY_PATH = >>> /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > >>> Both end up with exactly the same error message. > >> I think that you may try to delete all LD_* stuff and restore the >> defaults. I.e. something like: > >> LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} > > I was wrong here. This won't help. You need to delete all stuff from > LD_LIBRARY_PATH. > >> or >> LD_LIBRARY_PATH = : > > Or may be :LD_LIBRARY_PATH =". So you think LD_LIBRARY_PATH should be empty, even void of the path that the ut script puts in there? > >>> I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL >>> but it gave no output!? Is that correct? > >>>>> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely >>>>> that's not what is supposed to happen? >>>>> I have: >>>>> FreeBSD 6.1-STABLE i386 as of a few days ago. >>>>> linux-atk-1.9.1 = up-to-date with port >>>>> linux-expat-1.95.8 = up-to-date with port >>>>> linux-fontconfig-2.2.3_5 = up-to-date with port >>>>> linux-glib2-2.6.6 = up-to-date with port >>>>> linux-gtk2-2.6.10 = up-to-date with port >>>>> linux-jpeg-6b.34 = up-to-date with port >>>>> linux-openmotif-2.2.4_2 = up-to-date with port >>>>> linux-pango-1.8.1 = up-to-date with port >>>>> linux-png-1.2.8_2 = up-to-date with port >>>>> linux-realplayer-10.0.7.785.20060201 = up-to-date with port >>>>> linux-sdl-1.2.10_1 = up-to-date with port >>>>> linux-tiff-3.7.1 = up-to-date with port >>>>> linux-xorg-libs-6.8.2_5 = up-to-date with port >>>>> linux_base-fc-4_6 = up-to-date with port >>>>> linux_dri-6.5 = up-to-date with port >>>>> linuxdoc-1.1_1 = up-to-date with port >>>>> linuxpluginwrapper-20051113_4 = up-to-date with port >>>>> What else can I provide that might be of use? Any ideas? > > > WBR -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:16:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CB116A4E7 for ; Thu, 13 Jul 2006 15:16:35 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61025.mail.yahoo.com (web61025.mail.yahoo.com [209.73.179.19]) by mx1.FreeBSD.org (Postfix) with SMTP id 1FD7543D72 for ; Thu, 13 Jul 2006 15:16:34 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 57223 invoked by uid 60001); 13 Jul 2006 15:16:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ZAC1IeqxYJPQIl2SoYs3F6woK5Y6Q6mgjVs/NVb07uFebQE8L4QyJWNsbL95h8wIHka0KvBrPu84140VbSHt/1iP3WO9ns0lc7i//+e6C2gY2GvkKsM29L77OTsCwKdDpu1UUSJzoVozXr80nPqN4lbnqzMcch459Zd06aYfvyA= ; Message-ID: <20060713151633.57221.qmail@web61025.mail.yahoo.com> Received: from [69.86.22.118] by web61025.mail.yahoo.com via HTTP; Thu, 13 Jul 2006 15:16:33 GMT Date: Thu, 13 Jul 2006 15:16:33 +0000 (GMT) From: "E. J. Cerejo" To: "Donald J. O'Neill" In-Reply-To: <200607130938.48953.duncan.fbsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: CUPS, one more try X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:16:36 -0000 I had just fixed it! It looks like it's printing fine now, the only thing I had not done was to uninstall everything that had to do with printing, so I uninstalled apsfilter, CUPS, LPRng and hplip then reinstalled cups and hplip only and it worked. It looks like LPRng and apsfilter conflicts with cups or I think it overwrites bin files like lp, lpr etc, I know that LPRng puts lp, lpr on the same directory as cups, pretty sure that caused the problem. "Donald J. O'Neill" escreveu: On Thursday 13 July 2006 08:09, E. J. Cerejo wrote: > > Don > > > I just did what you told me but I still get the same message when run > lpstat, and still can't print. > > > EJC > www.only7bucks.com > > --------------------------------- Take a look at: http://home.nyc.rr.com/computertaijutsu/cups.html Go to the section on FreeBSD and NetBSD, this should help you out. There are a number of suggestions here that I didn't give, sorry, I wanted to give you some help, not hand it to you on a platter. Do a 'ps ax |grep cup' and make sure that you see 'cupsd'. If you don't, you will need to do a 'cupsd', recheck that you have cupsd running. Go to http://localhost:631/admin (user would probably be root and password would be the root password. Configure printers from there. Don --------------------------------- Yahoo! Copa 2006 - cobertura dos jogos em tempo real e tudo sobre a seleção brasileira! From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:22:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EBE816A4DA for ; Thu, 13 Jul 2006 15:22:05 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33303.mail.mud.yahoo.com (web33303.mail.mud.yahoo.com [68.142.206.118]) by mx1.FreeBSD.org (Postfix) with SMTP id 989F143D6B for ; Thu, 13 Jul 2006 15:22:04 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 37934 invoked by uid 60001); 13 Jul 2006 15:22:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=BzyAdLNuafnpfyCDi1E2qmOpEWmCb2fjLvg+LyKi1s4ugZDrOl0UFWlmJSytqrcqwqvqiNZ42hFr0HcJdCiMoV3AJhfKBuUzWDlnkPtl7JxmCE4EXDCJ8cysDemiN7ttIVbV9djkdXvzD6Hmew2m/Z7oZrjm/HfCWvfsyVydKto= ; Message-ID: <20060713152203.37932.qmail@web33303.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33303.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 08:22:03 PDT Date: Thu, 13 Jul 2006 08:22:03 -0700 (PDT) From: Danial Thom To: Jerry McAllister In-Reply-To: <200607131436.k6DEa1E6017776@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 15:22:05 -0000 --- Head in the sand Jerry mumbled: > > --- Francisco Reyes > > wrote: > > > > > Marc G. Fournier writes: > > > > > > > the problem is that none of the Tier 1 > > > hardware manufacturer's support > > > > FreeBSD, and a growing number of places > (ie. > > > Adaptec / Intel) appear to be > > > > dropping support for it as well ... > > > > > > But companies like 3Ware and Areca are > > > supporting it and from what I see on > > > the lists, people are voting with their > money > > > in their favor. > > > > Mainly because they had drivers that required > > little modification from previous versions. > Intel > > has a few other things on their plate, > releasing > > more processors to bail out Freebsd's paltry > > performance, so give them a break. > > > > How long are vendors supposed to wait for the > > FreeBSD developers to deliver the performance > > they've claimed that they can deliver? I know > > several network appliance vendors all stuck > on > > FreeBSD 4, because 5 and 6 are a step > backwards > > performance-wise. Now they're saying 7 will > be > > the one. > > > > FreeBSD is the OS that cried "WOLF", and the > > vendors are starting to ignore the calls. The > > infrastructure is so poor (in terms of > process > > switching times and scheduler efficiencies), > and > > they seem clueless on how to fix it. > > Must be a troll. > FreeBSD performance is not what holds it back. > It competes well with others out there. > > ////jerry No it doesn't, Jerry. Even Robert Watson, who spends most of his time on performance issues, readily admits that - FreeBSD 6 is faster with 1 processor than 2 - FreeBSD 6 is slower with 1 processor than Freebsd 4.x The process switch times are 2-4x slower than on linux. Thats not 2-4%, thats 200-400% slower. Simply enabling SMP on a single processor system adds 20-25% overhead in freebsd 6.1. Again, readily admitted/accepted by the developers. There is no way to recover that in efficiency, at least not for a long time. What's really frightening is that Dragonfly is going to shed the giant lock before Freebsd, and there's only one guy working on it. Its prima facie evidence that IQ isn't cumulative. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:24:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E512516A4E0 for ; Thu, 13 Jul 2006 15:24:22 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3465B43D6E for ; Thu, 13 Jul 2006 15:24:21 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from admin.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G1336-0008pr-Rh; Thu, 13 Jul 2006 19:24:20 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G1338-0006n5-AZ; Thu, 13 Jul 2006 19:24:22 +0400 To: Eric Schuele References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> <59778381@srv.sem.ipt.ru> <93697859@srv.sem.ipt.ru> <44B6631E.3050201@computer.org> From: Boris Samorodov Date: Thu, 13 Jul 2006 19:24:22 +0400 In-Reply-To: <44B6631E.3050201@computer.org> (Eric Schuele's message of "Thu, 13 Jul 2006 10:13:34 -0500") Message-ID: <27616473@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:24:23 -0000 On Thu, 13 Jul 2006 10:13:34 -0500 Eric Schuele wrote: > On 07/13/2006 10:01, Boris Samorodov wrote: > > On Thu, 13 Jul 2006 18:52:34 +0400 Boris Samorodov wrote: > >> On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: > >>> On 07/13/2006 06:50, Boris Samorodov wrote: > >>>> (maintainer CCed) > >>>> > >>>> On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: > >>>> > >>>>> I am trying to get a linux app to use hardware acceleration. I have a > >>>>> couple of linux apps (googleearth, NWN) that *do presently work* with > >>>>> hardware acceleration... but this one in particular (linux-ut) *does > >>>>> not*. > >>>> Which version of linux-ut you are running? > > > >>> linux-ut-451 = [held] up-to-date with port > > > >>> Though, I don't think that is in the ports tree yet. Sean sent it to > >>> me directly, after he made the port. > > > > Oh, I gorgot to say that it is at the ports tree now. May be you give > > a port a chance? > > > >>> I asked him about getting hardware acceleration up and running.... and > >>> we were not able to figure it out. Though the message below is more > >>> descriptive now (in the 451 build) than it was when I asked him > >>> previously. > > > >>>>> It gives me the following error in its log file: > >>>>> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: > >>>>> /usr/local/ > >>>>> lib/libdrm.so.2: ELF file OS ABI invalid > >>>> It's really strange that only linux-ut doesn't work. > > > >>> I agree. > > > >>>> Eric, are you sure that you don't have any non-standard paths, LD_* or > >>>> something else at your environment which ends up with searching > >>>> /usr/local before /compat/linux for linux-ut? > > > >>> No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes > >>> LD_LIBRARY_PATH right before it launches the game I get the following: > > > >>> LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System > > > >>> which looked odd. > > > >> Yes. That may be a culprit. > > > >>> So I tried the following two, and neither worked. > >>> LD_LIBRARY_PATH = > >>> :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > >>> LD_LIBRARY_PATH = > >>> /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > > > >>> Both end up with exactly the same error message. > > > >> I think that you may try to delete all LD_* stuff and restore the > >> defaults. I.e. something like: > > > >> LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} > > > > I was wrong here. This won't help. You need to delete all stuff from > > LD_LIBRARY_PATH. > > > >> or > >> LD_LIBRARY_PATH = : > > > > Or may be :LD_LIBRARY_PATH =". > So you think LD_LIBRARY_PATH should be empty, even void of the path > that the ut script puts in there? Yes. All problems we have so far are with non-default settings (which is not good for linuxolator). > >>> I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL > >>> but it gave no output!? Is that correct? > > > >>>>> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely > >>>>> that's not what is supposed to happen? > >>>>> I have: > >>>>> FreeBSD 6.1-STABLE i386 as of a few days ago. > >>>>> linux-atk-1.9.1 = up-to-date with port > >>>>> linux-expat-1.95.8 = up-to-date with port > >>>>> linux-fontconfig-2.2.3_5 = up-to-date with port > >>>>> linux-glib2-2.6.6 = up-to-date with port > >>>>> linux-gtk2-2.6.10 = up-to-date with port > >>>>> linux-jpeg-6b.34 = up-to-date with port > >>>>> linux-openmotif-2.2.4_2 = up-to-date with port > >>>>> linux-pango-1.8.1 = up-to-date with port > >>>>> linux-png-1.2.8_2 = up-to-date with port > >>>>> linux-realplayer-10.0.7.785.20060201 = up-to-date with port > >>>>> linux-sdl-1.2.10_1 = up-to-date with port > >>>>> linux-tiff-3.7.1 = up-to-date with port > >>>>> linux-xorg-libs-6.8.2_5 = up-to-date with port > >>>>> linux_base-fc-4_6 = up-to-date with port > >>>>> linux_dri-6.5 = up-to-date with port > >>>>> linuxdoc-1.1_1 = up-to-date with port > >>>>> linuxpluginwrapper-20051113_4 = up-to-date with port > >>>>> What else can I provide that might be of use? Any ideas? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:25:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF61616A4E1 for ; Thu, 13 Jul 2006 15:25:40 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9063543D53 for ; Thu, 13 Jul 2006 15:25:29 +0000 (GMT) (envelope-from tethys.ocean@gmail.com) Received: by py-out-1112.google.com with SMTP id f28so295674pyf for ; Thu, 13 Jul 2006 08:25:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=TkYI7MXaWP0Tb+VUtCTAs07IIttHCmCkeS6PJhXWdNGFGGeJP5O0QyMbNnOExtm7MaKFIwjRGVO24CUmF4QzWQ7K38vXzEjH08lBwZRYEKY9BhvoOr/yW7U0sngms0qWIdXnzITOtKJnO/yW12w4A8u+Yo+9ihvSYF+k7oRbf6o= Received: by 10.35.99.14 with SMTP id b14mr891014pym; Thu, 13 Jul 2006 08:25:26 -0700 (PDT) Received: by 10.35.21.17 with HTTP; Thu, 13 Jul 2006 08:25:26 -0700 (PDT) Message-ID: <235b80000607130825i40e79febv920bcd05cc7024e9@mail.gmail.com> Date: Thu, 13 Jul 2006 11:25:26 -0400 From: "tethys ocean" To: freebsd-questions@freebsd.org In-Reply-To: <20060713102621.DB0C.GERARD@seibercom.net> MIME-Version: 1.0 References: <235b80000607130611p4cb900e3qa7e6d17922151896@mail.gmail.com> <20060713102621.DB0C.GERARD@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: swith old version to the new 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: Thu, 13 Jul 2006 15:25:41 -0000 No; in document (http://www.hart.co.jp/spam/sa-clamav-e.html) only insruct to spamassassin installation but I think perl updating process is hard and differ from spamasssin installation, since it give some error in below Verifying install for p5-GSSAPI>0 in /usr/ports/security/p5-GSSAPI ===> p5-GSSAPI-0.22 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Test/More.pm - found ===> p5-GSSAPI-0.22 depends on file: /usr/local/bin/perl5.8.8 - found ===> Configuring for p5-GSSAPI-0.22 Welcome to GSSAPI.pm setup! run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... not found! at ./Makefile.PL line 94. *** Error code 1 Stop in /usr/ports/security/p5-GSSAPI. *** Error code 1 Stop in /usr/ports/security/p5-Authen-SASL. *** Error code 1 Stop in /usr/ports/net/p5-Net. *** Error code 1 Stop in /usr/ports/www/p5-libwww. *** Error code 1 Stop in /usr/ports/mail/p5-Mail-SpamAssassin. On 7/13/06, Gerard Seibert wrote: > > tethys ocean wrote: > > > Hi All > > > > I have some problem about How I can switch new version of program in my > > system, without clean old version. > > > > I want to install Spamasssasin so it need perl and in my server running > old > > version of perl(perl5) and also I install new version of perl(perl5.8) > but > > my system dont switch new version so I couldnt install Spamasssassin. > What > > can I do? > > Did you read all of the instructions for updating Perl prior to > attempting to install Spamassassin? > > > -- > Gerard Seibert > gerard@seibercom.net > > > A foolish consistency is the hobgoblin of little minds, adored by little > statesmen and philosophers and divines. With consistency a great soul > has simply nothing to do. > > Ralph Waldo Emerson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:29:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D267716A4F5 for ; Thu, 13 Jul 2006 15:29:16 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7C343DA7 for ; Thu, 13 Jul 2006 15:28:43 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com?[208.206.151.59]) by comcast.net (sccrmhc14) with ESMTP id <20060713152842014008cj2ke>; Thu, 13 Jul 2006 15:28:42 +0000 Message-ID: <44B666A9.6000500@computer.org> Date: Thu, 13 Jul 2006 10:28:41 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5.0.4 (X11/20060604) MIME-Version: 1.0 To: Boris Samorodov References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> <59778381@srv.sem.ipt.ru> <93697859@srv.sem.ipt.ru> <44B6631E.3050201@computer.org> <27616473@srv.sem.ipt.ru> In-Reply-To: <27616473@srv.sem.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:29:16 -0000 On 07/13/2006 10:24, Boris Samorodov wrote: > On Thu, 13 Jul 2006 10:13:34 -0500 Eric Schuele wrote: >> On 07/13/2006 10:01, Boris Samorodov wrote: >>> On Thu, 13 Jul 2006 18:52:34 +0400 Boris Samorodov wrote: >>>> On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: >>>>> On 07/13/2006 06:50, Boris Samorodov wrote: >>>>>> (maintainer CCed) >>>>>> >>>>>> On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: >>>>>> >>>>>>> I am trying to get a linux app to use hardware acceleration. I have a >>>>>>> couple of linux apps (googleearth, NWN) that *do presently work* with >>>>>>> hardware acceleration... but this one in particular (linux-ut) *does >>>>>>> not*. >>>>>> Which version of linux-ut you are running? >>>>> linux-ut-451 = [held] up-to-date with port >>>>> Though, I don't think that is in the ports tree yet. Sean sent it to >>>>> me directly, after he made the port. >>> Oh, I gorgot to say that it is at the ports tree now. May be you give >>> a port a chance? >>> >>>>> I asked him about getting hardware acceleration up and running.... and >>>>> we were not able to figure it out. Though the message below is more >>>>> descriptive now (in the 451 build) than it was when I asked him >>>>> previously. >>>>>>> It gives me the following error in its log file: >>>>>>> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: >>>>>>> /usr/local/ >>>>>>> lib/libdrm.so.2: ELF file OS ABI invalid >>>>>> It's really strange that only linux-ut doesn't work. >>>>> I agree. >>>>>> Eric, are you sure that you don't have any non-standard paths, LD_* or >>>>>> something else at your environment which ends up with searching >>>>>> /usr/local before /compat/linux for linux-ut? >>>>> No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes >>>>> LD_LIBRARY_PATH right before it launches the game I get the following: >>>>> LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System >>>>> which looked odd. >>>> Yes. That may be a culprit. >>>>> So I tried the following two, and neither worked. >>>>> LD_LIBRARY_PATH = >>>>> :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System >>>>> LD_LIBRARY_PATH = >>>>> /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System >>>>> Both end up with exactly the same error message. >>>> I think that you may try to delete all LD_* stuff and restore the >>>> defaults. I.e. something like: >>>> LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} >>> I was wrong here. This won't help. You need to delete all stuff from >>> LD_LIBRARY_PATH. >>> >>>> or >>>> LD_LIBRARY_PATH = : >>> Or may be :LD_LIBRARY_PATH =". > >> So you think LD_LIBRARY_PATH should be empty, even void of the path >> that the ut script puts in there? > > Yes. All problems we have so far are with non-default settings (which > is not good for linuxolator). When I try this the results are the same. Same error message. :( > >>>>> I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL >>>>> but it gave no output!? Is that correct? >>>>>>> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely >>>>>>> that's not what is supposed to happen? >>>>>>> I have: >>>>>>> FreeBSD 6.1-STABLE i386 as of a few days ago. >>>>>>> linux-atk-1.9.1 = up-to-date with port >>>>>>> linux-expat-1.95.8 = up-to-date with port >>>>>>> linux-fontconfig-2.2.3_5 = up-to-date with port >>>>>>> linux-glib2-2.6.6 = up-to-date with port >>>>>>> linux-gtk2-2.6.10 = up-to-date with port >>>>>>> linux-jpeg-6b.34 = up-to-date with port >>>>>>> linux-openmotif-2.2.4_2 = up-to-date with port >>>>>>> linux-pango-1.8.1 = up-to-date with port >>>>>>> linux-png-1.2.8_2 = up-to-date with port >>>>>>> linux-realplayer-10.0.7.785.20060201 = up-to-date with port >>>>>>> linux-sdl-1.2.10_1 = up-to-date with port >>>>>>> linux-tiff-3.7.1 = up-to-date with port >>>>>>> linux-xorg-libs-6.8.2_5 = up-to-date with port >>>>>>> linux_base-fc-4_6 = up-to-date with port >>>>>>> linux_dri-6.5 = up-to-date with port >>>>>>> linuxdoc-1.1_1 = up-to-date with port >>>>>>> linuxpluginwrapper-20051113_4 = up-to-date with port >>>>>>> What else can I provide that might be of use? Any ideas? > > > WBR -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:38:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E7216A4DE for ; Thu, 13 Jul 2006 15:38:56 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id D90E743D72 for ; Thu, 13 Jul 2006 15:38:54 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id 5A06B3AAA5; Fri, 14 Jul 2006 01:38:43 +1000 (EST) Date: Fri, 14 Jul 2006 01:38:42 +1000 From: Nick Withers To: danial_thom@yahoo.com Message-Id: <20060714013842.80b25aef.nick@nickwithers.com> In-Reply-To: <20060713152203.37932.qmail@web33303.mail.mud.yahoo.com> References: <200607131436.k6DEa1E6017776@clunix.cl.msu.edu> <20060713152203.37932.qmail@web33303.mail.mud.yahoo.com> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: jerrymc@clunix.cl.msu.edu, freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 15:38:56 -0000 On Thu, 13 Jul 2006 08:22:03 -0700 (PDT) Danial Thom wrote: > > --- Head in the sand Jerry mumbled: Just thought I should metion that this comes across as rude to me... but maybe that's just me! > > > --- Francisco Reyes > > > wrote: > > > > > > > Marc G. Fournier writes: > > > > > > > > > the problem is that none of the Tier 1 > > > > hardware manufacturer's support > > > > > FreeBSD, and a growing number of places > > (ie. > > > > Adaptec / Intel) appear to be > > > > > dropping support for it as well ... > > > > > > > > But companies like 3Ware and Areca are > > > > supporting it and from what I see on > > > > the lists, people are voting with their > > money > > > > in their favor. > > > > > > Mainly because they had drivers that required > > > little modification from previous versions. > > Intel > > > has a few other things on their plate, > > releasing > > > more processors to bail out Freebsd's paltry > > > performance, so give them a break. > > > > > > How long are vendors supposed to wait for the > > > FreeBSD developers to deliver the performance > > > they've claimed that they can deliver? I know > > > several network appliance vendors all stuck > > on > > > FreeBSD 4, because 5 and 6 are a step > > backwards > > > performance-wise. Now they're saying 7 will > > be > > > the one. > > > > > > FreeBSD is the OS that cried "WOLF", and the > > > vendors are starting to ignore the calls. The > > > infrastructure is so poor (in terms of > > process > > > switching times and scheduler efficiencies), > > and > > > they seem clueless on how to fix it. > > > > Must be a troll. > > FreeBSD performance is not what holds it back. > > It competes well with others out there. > > > > ////jerry > > No it doesn't, Jerry. Even Robert Watson, who > spends most of his time on performance issues, > readily admits that > > - FreeBSD 6 is faster with 1 processor than 2 > - FreeBSD 6 is slower with 1 processor than > Freebsd 4.x Would you mind providing a source for that information? I would not be at all surprised to hear that a FreeBSD 6.x dual-CPU set-up provides less than twice the performance as that of a single CPU FreeBSD 6.x set-up, but I will happily eat my own (mighty tasty) hat if a dual CPU FreeBSD 6.x set-up performs worse than a single FreeBSD 6.x set-up. That having been said, I tend to treat Robert Watson's word as gospel, but I'd like to see it in a form I can trust (honestly, no offense intended!) first (i.e., please provide a source for your information :-)). > The process switch times are 2-4x slower than on > linux. Thats not 2-4%, thats 200-400% slower. Could you provide me with a source here (Not trying to be rude, but I'd be really interested in reading about this)? > Simply enabling SMP on a single processor system > adds 20-25% overhead in freebsd 6.1. Whilst I have trouble accepting these particular figures, I don't doubt that there is *some* overhead in dealing with multiple CPUs, from a kernel perspective. > Again, readily admitted/accepted by the developers. > There is no way to recover that in efficiency, at > least not for a long time. > > What's really frightening is that Dragonfly is > going to shed the giant lock before Freebsd, and > there's only one guy working on it. Please see "http://www.dragonflybsd.org/about/team.cgi". My maths ain't great (alright, it's terrible!) but I count more than one committer. I'm probably just misunderstanding what you're trying to say here... > Its prima facie evidence that IQ isn't cumulative. > > DT Sorry if this appears stand-off-ish - I don't mean it do be! I do have a bias in favour of what I see as the best OS ever, though (better that MacOS 7.5.3, even! :-)) -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:39:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C78F16A4E2 for ; Thu, 13 Jul 2006 15:39:45 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from cloud.he.net (cloud.he.net [65.19.145.2]) by mx1.FreeBSD.org (Postfix) with SMTP id EBBE743D5C for ; Thu, 13 Jul 2006 15:39:37 +0000 (GMT) (envelope-from dpchrist@holgerdanske.com) Received: from p31000 ([64.142.42.103]) by cloud.he.net for ; Thu, 13 Jul 2006 08:39:36 -0700 From: "David Christensen" To: Date: Thu, 13 Jul 2006 08:42:53 -0700 Message-ID: <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <44B5FD39.7020505@infracaninophile.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-index: AcamUmzU1aD7BnYnQdOKHKP7CUNm0QAQAA8g Subject: RE: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:39:45 -0000 Matthew Seaman wrote: > What are the contents of /etc/manpath.config ? $ cat /etc/manpath.config | egrep -v '^#' MANDATORY_MANPATH /usr/share/man MANDATORY_MANPATH /usr/share/openssl/man OPTIONAL_MANPATH /usr/local/man OPTIONAL_MANPATH /usr/X11R6/man MANPATH_MAP /bin /usr/share/man MANPATH_MAP /usr/bin /usr/share/man MANPATH_MAP /usr/local/bin /usr/local/man MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.8/man OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.8/perl/man > You can see the ultimate result by running the 'manpath' command. 2006-07-13 08:38:20 dpchrist@k62350 ~ $ manpath (Warning: MANPATH environment variable set) :/home/dpchrist/local/man > See the manpath(1) man page for more information. 2006-07-13 08:38:58 dpchrist@k62350 ~ $ man manpath No manual entry for manpath Any other ideas? David From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:48:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 034A616A4DF for ; Thu, 13 Jul 2006 15:48:34 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3619A43D45 for ; Thu, 13 Jul 2006 15:48:33 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id 7159B3AAA5; Fri, 14 Jul 2006 01:48:23 +1000 (EST) Date: Fri, 14 Jul 2006 01:48:23 +1000 From: Nick Withers To: "David Christensen" Message-Id: <20060714014823.c4d0b759.nick@nickwithers.com> In-Reply-To: <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> References: <44B5FD39.7020505@infracaninophile.co.uk> <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@freebsd.org Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 15:48:34 -0000 On Thu, 13 Jul 2006 08:42:53 -0700 "David Christensen" wrote: > Matthew Seaman wrote: > > What are the contents of /etc/manpath.config ? > > $ cat /etc/manpath.config | egrep -v '^#' > MANDATORY_MANPATH /usr/share/man > MANDATORY_MANPATH /usr/share/openssl/man > OPTIONAL_MANPATH /usr/local/man > OPTIONAL_MANPATH /usr/X11R6/man > MANPATH_MAP /bin /usr/share/man > MANPATH_MAP /usr/bin /usr/share/man > MANPATH_MAP /usr/local/bin /usr/local/man > MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man > OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.8/man > OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.8/perl/man Unfortunately (or at least as I understand it), the contents of "/etc/manpath.config" don't matter if you have the "MANPATH" environment variable set. Did you happen to set this yourself (i.e., explicitly)? If not, would you be able to post the output of the "pkg_info" command, just so those that have a much better understanding of the environment than me might be able to narrow down which installation (if any) might be harrassed for the dramas you're undergoing? > > You can see the ultimate result by running the 'manpath' command. > > 2006-07-13 08:38:20 dpchrist@k62350 ~ > $ manpath > (Warning: MANPATH environment variable set) Just thought I should draw attention to the warning above... > :/home/dpchrist/local/man > > > > See the manpath(1) man page for more information. > > 2006-07-13 08:38:58 dpchrist@k62350 ~ > $ man manpath > No manual entry for manpath Hahaha... I absolutely *love* these kinds of problems... You can't find the man page because of a problem locating man pages! :-) > Any other ideas? > > David > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:51:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1654D16A4DA for ; Thu, 13 Jul 2006 15:51:43 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B2143D70 for ; Thu, 13 Jul 2006 15:51:37 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 69so93571wra for ; Thu, 13 Jul 2006 08:51:37 -0700 (PDT) Received: by 10.54.152.11 with SMTP id z11mr1186773wrd; Thu, 13 Jul 2006 08:51:37 -0700 (PDT) Received: from ?192.168.0.3? ( [216.45.217.148]) by mx.gmail.com with ESMTP id 7sm802001wrl.2006.07.13.08.51.35; Thu, 13 Jul 2006 08:51:35 -0700 (PDT) Date: Thu, 13 Jul 2006 11:51:43 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: <235b80000607130825i40e79febv920bcd05cc7024e9@mail.gmail.com> References: <20060713102621.DB0C.GERARD@seibercom.net> <235b80000607130825i40e79febv920bcd05cc7024e9@mail.gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060713113529.6D7A.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Subject: Re: swith old version to the new version 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, 13 Jul 2006 15:51:43 -0000 tethys ocean wrote: > No; in document (http://www.hart.co.jp/spam/sa-clamav-e.html) only insruct > to spamassassin installation but I think perl updating process is hard and > differ from spamasssin installation, since it give some error in below > > > Verifying install for p5-GSSAPI>0 in /usr/ports/security/p5-GSSAPI > ===> p5-GSSAPI-0.22 depends on file: > /usr/local/lib/perl5/site_perl/5.8.8/Test/More.pm - found > ===> p5-GSSAPI-0.22 depends on file: /usr/local/bin/perl5.8.8 - found > ===> Configuring for p5-GSSAPI-0.22 > > Welcome to GSSAPI.pm setup! > > run "perl Makefile.PL --help" to see further installation options // from: /usr/ports/UPDATING // lang/perl5.8 has been updated to 5.8.8. You should update everything depending on perl. The easiest way to do that is to use perl-after-upgrade script supplied with lang/perl5.8. Please see its manual page for details. Now, did you actually follow that scenario? If not, I would highly recommend that you do so. To simplify matters, if you do not already have it installed, install '/sysutils/portmanager'. After it is installed, run it with this command: portmanager lang/perl5.8 -l That will update perl and create a log file for you in /var/log/portmanager.log. I would highly recommend that you update your ports tree prior to actually trying to install any of these ports however. Now run the 'perl-after-upgrade' script. Try 'man perl-after-upgrade' sans quotes to get the information that you will require to properly run the script. It is really quite simple. Now run this: portmanager mail/p5-Mail-SpamAssassin -l That should install SpamAssassin for you. Good luck! -- Gerard Seibert gerard@seibercom.net I love my work, I could sit and watch it all day long. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 15:56:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 577F716A4DE for ; Thu, 13 Jul 2006 15:56:24 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33301.mail.mud.yahoo.com (web33301.mail.mud.yahoo.com [68.142.206.116]) by mx1.FreeBSD.org (Postfix) with SMTP id D1D6443D45 for ; Thu, 13 Jul 2006 15:56:23 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 67372 invoked by uid 60001); 13 Jul 2006 15:56:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=zJHsazDRZCWNsCefW6ZwsIHbVhl+K3hbBsu8S7jkgxrbxeSNzBAea2pnY9gqsnammNVUTu0R+XiqMhrPZj/oyRB6l/uzWN4bXm/DVjTR3sYH/AZUNCnpbEEJSw3GlzxvY1qWD24611vNfXMmeAYOq1IepRvwXYjQ0h3N02//rCQ= ; Message-ID: <20060713155621.67370.qmail@web33301.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33301.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 08:56:21 PDT Date: Thu, 13 Jul 2006 08:56:21 -0700 (PDT) From: Danial Thom To: Nick Withers In-Reply-To: <20060714013842.80b25aef.nick@nickwithers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: jerrymc@clunix.cl.msu.edu, freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 15:56:24 -0000 --- Nick Withers wrote: > On Thu, 13 Jul 2006 08:22:03 -0700 (PDT) > Danial Thom wrote: > > > > > --- Head in the sand Jerry mumbled: > > Just thought I should metion that this comes > across as rude to > me... but maybe that's just me! > > > > > --- Francisco Reyes > > > > > wrote: > > > > > > > > > Marc G. Fournier writes: > > > > > > > > > > > the problem is that none of the Tier > 1 > > > > > hardware manufacturer's support > > > > > > FreeBSD, and a growing number of > places > > > (ie. > > > > > Adaptec / Intel) appear to be > > > > > > dropping support for it as well ... > > > > > > > > > > But companies like 3Ware and Areca are > > > > > supporting it and from what I see on > > > > > the lists, people are voting with their > > > money > > > > > in their favor. > > > > > > > > Mainly because they had drivers that > required > > > > little modification from previous > versions. > > > Intel > > > > has a few other things on their plate, > > > releasing > > > > more processors to bail out Freebsd's > paltry > > > > performance, so give them a break. > > > > > > > > How long are vendors supposed to wait for > the > > > > FreeBSD developers to deliver the > performance > > > > they've claimed that they can deliver? I > know > > > > several network appliance vendors all > stuck > > > on > > > > FreeBSD 4, because 5 and 6 are a step > > > backwards > > > > performance-wise. Now they're saying 7 > will > > > be > > > > the one. > > > > > > > > FreeBSD is the OS that cried "WOLF", and > the > > > > vendors are starting to ignore the calls. > The > > > > infrastructure is so poor (in terms of > > > process > > > > switching times and scheduler > efficiencies), > > > and > > > > they seem clueless on how to fix it. > > > > > > Must be a troll. > > > FreeBSD performance is not what holds it > back. > > > It competes well with others out there. > > > > > > ////jerry > > > > No it doesn't, Jerry. Even Robert Watson, who > > spends most of his time on performance > issues, > > readily admits that > > > > - FreeBSD 6 is faster with 1 processor than 2 > > - FreeBSD 6 is slower with 1 processor than > > Freebsd 4.x > > Would you mind providing a source for that > information? I would > not be at all surprised to hear that a FreeBSD > 6.x > dual-CPU set-up provides less than twice the > performance as that > of a single CPU FreeBSD 6.x set-up, but I will > happily eat my > own (mighty tasty) hat if a dual CPU FreeBSD > 6.x set-up > performs worse than a single FreeBSD 6.x > set-up. That having > been said, I tend to treat Robert Watson's word > as gospel, but > I'd like to see it in a form I can trust > (honestly, no offense > intended!) first (i.e., please provide a source > for your > information :-)). > > > The process switch times are 2-4x slower than > on > > linux. Thats not 2-4%, thats 200-400% slower. > > > Could you provide me with a source here (Not > trying to be rude, > but I'd be really interested in reading about > this)? > > > Simply enabling SMP on a single processor > system > > adds 20-25% overhead in freebsd 6.1. > > Whilst I have trouble accepting these > particular figures, I > don't doubt that there is *some* overhead in > dealing with > multiple CPUs, from a kernel perspective. > > > Again, readily admitted/accepted by the > developers. > > There is no way to recover that in > efficiency, at > > least not for a long time. > > > > What's really frightening is that Dragonfly > is > > going to shed the giant lock before Freebsd, > and > > there's only one guy working on it. > > Please see > "http://www.dragonflybsd.org/about/team.cgi". > My > maths ain't great (alright, it's terrible!) but > I count more > than one committer. I'm probably just > misunderstanding what > you're trying to say here... > > > Its prima facie evidence that IQ isn't > cumulative. > > > > DT > > Sorry if this appears stand-off-ish - I don't > mean it do be! I > do have a bias in favour of what I see as the > best OS ever, > though (better that MacOS 7.5.3, even! :-)) Robert Watson's own test, on freebsd-performance: "I'll run some more diverse tests today, such as raw bandwidth tests, pps on UDP, and so on, and see where things sit. The reduced overhead should be measurable in cases where the test is CPU-bound and there's no clear benefit to more accurate timing, such as with TCP, but it would be good to confirm that. Robert N M Watson Computer Laboratory University of Cambridge peppercorn:~/tmp/netperf/hz> ministat *SMP x hz.SMP + vendor.SMP +--------------------------------------------------------------------------­+ |xx x xx x xx x + + + + + ++ + ++| | |_______A________| |_____________A___M________| | +--------------------------------------------------------------------------­+ N Min Max Median Avg Stddev x 10 13715 13793 13750 13751.1 29.319883 + 10 13813 13970 13921 13906.5 47.551726 Difference at 95.0% confidence 155.4 +/- 37.1159 1.13009% +/- 0.269913% (Student's t, pooled s = 39.502) peppercorn:~/tmp/netperf/hz> ministat *UP x hz.UP + vendor.UP +--------------------------------------------------------------------------­+ |x x xx x xx+ ++x+ ++ * + + +| | |_________M_A_______|___|______M_A____________| | +--------------------------------------------------------------------------­+ N Min Max Median Avg Stddev x 10 14067 14178 14116 14121.2 31.279386 + 10 14141 14257 14170 14175.9 33.248058 Difference at 95.0% confidence 54.7 +/- 30.329 0.387361% +/- 0.214776% (Student's t, pooled s = 32.2787) " As you can see, UP has a higher performance than SMP. Again, from FreeBSD-performance. I did misquote, it seems there is a 50% overhead: Kip Macy (freebsd-performance) on FreeBSD running on Sun: "To make it easier for future respondents to stay on topic let me explain my situation. I have ported FreeBSD to Sun's new UltraSPARC architecture, sun4v. The current implementation, the T1, has 6-8 cores with 4 threads per core. Unlike HTT on x86, these machines actually have ample memory bandwith ~26GB/s so threading can actually be useful. On my 32-cpu system benchmarks like supersmack max out at 9 threads - i.e. one can't get the system below 70% idle. Across the board context switches on solaris/T1 take 2x as long as they do on linux/T1. Because of lock contention FreeBSD in turn takes between 10% - 100% longer than Solaris to context switch. I would like to be able to tout FreeBSD as a strong competitor on the sun4v architecture. At the moment I can't. Perhaps this isn't the right forum for discussing my concerns - a freebsd-scalability list might be in order. " He's basically saying that the infrastructure of freebsd, context switching, lock contention, etc, just make the current state of FreeBSD impossible to recommend. There's no reason to assume its different on any platform. "Q: Running a simple test with a traffic generator (firing udp packets to a > blackhole), the system overhead with a single processor goes up from 10% to > 15% when running a kernel with SMP enabled (and nothing else different). I > have ITR set to 6000 interrupts per second. That seems like an awful lot of > overhead. Is there some problem running an SMP-enabled kernel when only 1 > processor is present, or is there really 50% extra overhead on an SMP > scheduler? I'll have a dual core in a few days to test with. Robert watson writes: I don't know about the particular number, but there is a significant overhead to building in SMP support currently -- in particular, you pick up a lot of atomic instructions which increases the cost of locking operations even without contention. Some of that overhead reduces as the workload goes up, as there's coalescing of work under locked regions, reduced context switch rates as work is performed in batches, etc. There is currently extremely active work in the area of reducing the overhead of scheduling and context switching, being driven in part by the 32-processor support in Sun4v. I don't expect to see large portions of that merged to RELENG_6, but it will be in RELENG_7. Again, not my area of expertise, but there is work going on in this area. " Again, he's basically saying "yes, we know FreeBSD currently sucks, but it will be better in v7" *yawn* Its well-known that threading the kernel is going to add overhead, so a UP threaded kernel is always going to be slower than a non-threaded kernel. The reasoning, of course, it that the benefits of MP will make it worthwhile. NOT the case in Freebsd, at least not at this point in time. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:12:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596FD16A4DF for ; Thu, 13 Jul 2006 16:12:15 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id E040943D55 for ; Thu, 13 Jul 2006 16:12:14 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.62] (HELO mx1.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 323028833 for freebsd-questions@freebsd.org; Thu, 13 Jul 2006 12:12:11 -0400 Received: (qmail 12561 invoked from network); 13 Jul 2006 16:12:11 -0000 Received: from dsl20226.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.107.226) by 0 with SMTP; 13 Jul 2006 16:12:11 -0000 X-CLIENT-IP: 216.227.107.226 X-CLIENT-HOST: dsl20226.ywave.com Message-ID: <44B670D8.30901@ywave.com> Date: Thu, 13 Jul 2006 09:12:08 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Nick Withers References: <44B5FD39.7020505@infracaninophile.co.uk> <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> <20060714014823.c4d0b759.nick@nickwithers.com> In-Reply-To: <20060714014823.c4d0b759.nick@nickwithers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: David Christensen , freebsd-questions@freebsd.org Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 16:12:15 -0000 Nick Withers wrote: > On Thu, 13 Jul 2006 08:42:53 -0700 > "David Christensen" wrote: > >> Matthew Seaman wrote: >>> See the manpath(1) man page for more information. >> 2006-07-13 08:38:58 dpchrist@k62350 ~ >> $ man manpath >> No manual entry for manpath > > Hahaha... I absolutely *love* these kinds of problems... You > can't find the man page because of a problem locating man > pages! :-) That's where http://www.freebsd.org/cgi/man.cgi comes in handy - as long as you also have a working web browser somewhere. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:15:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5D016A4DE for ; Thu, 13 Jul 2006 16:15:31 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A6B43D49 for ; Thu, 13 Jul 2006 16:15:30 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id 5BA7D3663D; Thu, 13 Jul 2006 12:15:15 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04954-07; Thu, 13 Jul 2006 12:15:09 -0400 (EDT) Received: from [192.168.0.8] (cpe-24-195-194-146.nycap.res.rr.com [24.195.194.146]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by malkav.snowmoon.com (Postfix) with ESMTP id ED32736645; Thu, 13 Jul 2006 12:15:08 -0400 (EDT) In-Reply-To: <20060714014823.c4d0b759.nick@nickwithers.com> References: <44B5FD39.7020505@infracaninophile.co.uk> <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> <20060714014823.c4d0b759.nick@nickwithers.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <18D937AA-5219-4051-A823-266F56E78419@snowmoon.com> Content-Transfer-Encoding: 7bit From: Jaime Date: Thu, 13 Jul 2006 12:15:21 -0400 To: Nick Withers X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at snowmoon.com Cc: David Christensen , freebsd-questions@freebsd.org Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 16:15:31 -0000 On Jul 13, 2006, at 11:48 AM, Nick Withers wrote: > Unfortunately (or at least as I understand it), the contents of > "/etc/manpath.config" don't matter if you have the "MANPATH" > environment variable set. Is this true if you set it to "$MANPATH:/usr/local/additional/path" ? Come to think of it, this might be the source of David's issue. Jaime From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:31:10 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BFD16A4E0 for ; Thu, 13 Jul 2006 16:31:10 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5048143D69 for ; Thu, 13 Jul 2006 16:31:02 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.4/8.13.1) with ESMTP id k6DGUxc7027112 for ; Thu, 13 Jul 2006 09:31:00 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id k6DGUw5A027111 for freebsd-questions@FreeBSD.ORG; Thu, 13 Jul 2006 09:30:59 -0700 (PDT) (envelope-from kline) Date: Thu, 13 Jul 2006 09:30:58 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20060713163058.GA27096@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Subject: xpaint question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 16:31:10 -0000 I used to know how to use xpaint to change backgrounds ... and lots more, but now I'm fumbling. If it isn't *too* far off the -question list's target, can anybody clue me in howto change just the solid-black background to another solid color? thanks much for any clues, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:39:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E6EB16A4DA for ; Thu, 13 Jul 2006 16:39:01 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A9D343D6B for ; Thu, 13 Jul 2006 16:39:01 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G14DM-000Mni-R8; Thu, 13 Jul 2006 10:39:00 -0600 In-Reply-To: <20060713152203.37932.qmail@web33303.mail.mud.yahoo.com> References: <20060713152203.37932.qmail@web33303.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <389A6BC7-4CD5-4390-8EAE-A1528C9AFA36@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Thu, 13 Jul 2006 10:39:00 -0600 To: danial_thom@yahoo.com X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 16:39:01 -0000 On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: > Simply enabling SMP on a single processor system > adds 20-25% overhead in freebsd 6.1. Again, > readily admitted/accepted by the developers. > There is no way to recover that in efficiency, at > least not for a long time. So don't enable SMP on a single cpu system. Easy enough to avoid. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:47:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E1716A4DA for ; Thu, 13 Jul 2006 16:47:25 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33304.mail.mud.yahoo.com (web33304.mail.mud.yahoo.com [68.142.206.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B5C143D49 for ; Thu, 13 Jul 2006 16:47:24 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 72790 invoked by uid 60001); 13 Jul 2006 16:47:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KIM9CpKNbKYCqWmRZxYvNV1TfC8wYBeIAD1xaIWGx8Eo2v5ZfUUxCA/JS8/m3zgFpWogPHo3m3SaxZ5FN9Qwe6xEGCvcxQQlSV7zTjmTLbpKlqfk724ANf2HhiU5cQ+bNo1BraNMRKUpu4BHIu7PMa3Nu7a2g6Q5iff4dmkH3xU= ; Message-ID: <20060713164723.72788.qmail@web33304.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33304.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 09:47:23 PDT Date: Thu, 13 Jul 2006 09:47:23 -0700 (PDT) From: Danial Thom To: "Chad Leigh -- Shire.Net LLC" In-Reply-To: <389A6BC7-4CD5-4390-8EAE-A1528C9AFA36@shire.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 16:47:25 -0000 --- "Chad Leigh -- Shire.Net LLC" wrote: > > On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: > > > Simply enabling SMP on a single processor > system > > adds 20-25% overhead in freebsd 6.1. Again, > > readily admitted/accepted by the developers. > > There is no way to recover that in > efficiency, at > > least not for a long time. > > So don't enable SMP on a single cpu system. > Easy enough to avoid. > > Chad Don't use SMP, because the overhead stays with 2 processors, with little additional benefit (as other tests show). Easy enough to avoid. Are you people stupid or delusional? DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:56:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C4C16A4E1 for ; Thu, 13 Jul 2006 16:56:40 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB4443D49 for ; Thu, 13 Jul 2006 16:56:40 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G14UR-000Npo-WE; Thu, 13 Jul 2006 10:56:40 -0600 In-Reply-To: <20060713164723.72788.qmail@web33304.mail.mud.yahoo.com> References: <20060713164723.72788.qmail@web33304.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <27EB8D93-6563-4521-AD7C-16FD06B47BED@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Thu, 13 Jul 2006 10:56:39 -0600 To: danial_thom@yahoo.com X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 16:56:40 -0000 On Jul 13, 2006, at 10:47 AM, Danial Thom wrote: > > > --- "Chad Leigh -- Shire.Net LLC" > wrote: > >> >> On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: >> >>> Simply enabling SMP on a single processor >> system >>> adds 20-25% overhead in freebsd 6.1. Again, >>> readily admitted/accepted by the developers. >>> There is no way to recover that in >> efficiency, at >>> least not for a long time. >> >> So don't enable SMP on a single cpu system. >> Easy enough to avoid. >> >> Chad > > Don't use SMP, because the overhead stays with 2 > processors, with little additional benefit (as > other tests show). Easy enough to avoid. > SMP has overhead but FreeBSD on 2 processors can do more work than FreeBSD on the same HW with just 1 processor. That is a fact. > Are you people stupid or delusional? No, and the data you posted did not support your allegations of performance either. Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 16:58:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AB4016A4DE for ; Thu, 13 Jul 2006 16:58:27 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D561243D6E for ; Thu, 13 Jul 2006 16:58:20 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k6DGwBoX091167; Thu, 13 Jul 2006 17:58:11 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <44B67BA3.7060904@infracaninophile.co.uk> Date: Thu, 13 Jul 2006 17:58:11 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.4 (X11/20060610) MIME-Version: 1.0 To: David Christensen References: <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> In-Reply-To: <007601c6a693$012bd150$0a10a8c0@holgerdanske.local> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigAE4FDCE5BA6BC8618647749D" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Thu, 13 Jul 2006 17:58:11 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.3/1598/Thu Jul 13 12:38:16 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 16:58:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAE4FDCE5BA6BC8618647749D Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable David Christensen wrote: > Matthew Seaman wrote: >> What are the contents of /etc/manpath.config ? >=20 > $ cat /etc/manpath.config | egrep -v '^#' > MANDATORY_MANPATH /usr/share/man > MANDATORY_MANPATH /usr/share/openssl/man > OPTIONAL_MANPATH /usr/local/man > OPTIONAL_MANPATH /usr/X11R6/man > MANPATH_MAP /bin /usr/share/man > MANPATH_MAP /usr/bin /usr/share/man > MANPATH_MAP /usr/local/bin /usr/local/man > MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man > OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.8/man > OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.8/perl/man >=20 >=20 >> You can see the ultimate result by running the 'manpath' command. >=20 > 2006-07-13 08:38:20 dpchrist@k62350 ~ > $ manpath > (Warning: MANPATH environment variable set) > :/home/dpchrist/local/man >=20 >=20 >> See the manpath(1) man page for more information. >=20 > 2006-07-13 08:38:58 dpchrist@k62350 ~ > $ man manpath > No manual entry for manpath >=20 >=20 > Any other ideas? Please read what I wrote more carefully. To summarize: don't set $MANPATH in your environment, and the man(1) command will work correctly.= 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 --------------enigAE4FDCE5BA6BC8618647749D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEtnuj8Mjk52CukIwRA4kAAJ9jel8hpttjvZjKduWzKmNwfsTYuwCfeKfD 4VwCjV8VqkvgrsU7O+2kd0s= =7gMK -----END PGP SIGNATURE----- --------------enigAE4FDCE5BA6BC8618647749D-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 17:00:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D6816A4DF for ; Thu, 13 Jul 2006 17:00:28 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BDD443D45 for ; Thu, 13 Jul 2006 17:00:16 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id AE27A3AAA5; Fri, 14 Jul 2006 03:00:03 +1000 (EST) Date: Fri, 14 Jul 2006 03:00:03 +1000 From: Nick Withers To: danial_thom@yahoo.com Message-Id: <20060714030003.e93df1c3.nick@nickwithers.com> In-Reply-To: <20060713164723.72788.qmail@web33304.mail.mud.yahoo.com> References: <389A6BC7-4CD5-4390-8EAE-A1528C9AFA36@shire.net> <20060713164723.72788.qmail@web33304.mail.mud.yahoo.com> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@freebsd.org, chad@shire.net Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 17:00:28 -0000 On Thu, 13 Jul 2006 09:47:23 -0700 (PDT) Danial Thom wrote: > > > --- "Chad Leigh -- Shire.Net LLC" > wrote: > > > > > On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: > > > > > Simply enabling SMP on a single processor > > system > > > adds 20-25% overhead in freebsd 6.1. Again, > > > readily admitted/accepted by the developers. > > > There is no way to recover that in > > efficiency, at > > > least not for a long time. > > > > So don't enable SMP on a single cpu system. > > Easy enough to avoid. > > > > Chad > > Don't use SMP, because the overhead stays with 2 > processors, with little additional benefit (as > other tests show). Could you please provide evidence of your assertion (or, at the very least, a link)? As I said before, I don't doubt that there's overhead in running an SMP FreeBSD system, but I strongly believe that this overhead is overcome by the advantages of running such a set-up on a multi-processor machine. That having been said, if you have evidence to the contrary I imagine there'd be many that would like to hear about it. > Easy enough to avoid. > > Are you people stupid or delusional? Careful, mate. I tend to believe that it's wise, at least from a PR point of view, to assume you're in the wrong until proven otherwise. If you can prove otherwise, please do so. In the mean time, I suggest you adopt a more friendly tone: The people on this list are here to help you, but asserting that they're either stupid or delusional ain't gonna get you any help in a hurry. > DT -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 17:09:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E24C16A4DA for ; Thu, 13 Jul 2006 17:09:07 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13ACC43D45 for ; Thu, 13 Jul 2006 17:09:06 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.13.1/8.13.1) with ESMTP id k6DH95FG007035; Thu, 13 Jul 2006 12:09:05 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <44B67E31.5070901@scls.lib.wi.us> Date: Thu, 13 Jul 2006 12:09:05 -0500 From: Greg Barniskis User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Nick Withers References: <200607131436.k6DEa1E6017776@clunix.cl.msu.edu> <20060713152203.37932.qmail@web33303.mail.mud.yahoo.com> <20060714013842.80b25aef.nick@nickwithers.com> In-Reply-To: <20060714013842.80b25aef.nick@nickwithers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: jerrymc@clunix.cl.msu.edu, danial_thom@yahoo.com, freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 17:09:07 -0000 Nick Withers wrote: > On Thu, 13 Jul 2006 08:22:03 -0700 (PDT) > Danial Thom wrote: > >> --- Head in the sand Jerry mumbled: > > Just thought I should metion that this comes across as rude to > me... but maybe that's just me! No, it's not you. Mr. Thom thoroughly obscures the fact that he has an occasional valid point to make by frequently hurling foul-smelling, flaming troll turds at anyone who dares to voice disagreement with him (or even anyone who in any other way presents an attractive target). Many list subscribers have long since permanently ignored him. Most folks are tolerant of differing opinions, and even of having their own assumptions challenged, but not tolerant of name calling and other forms of cheap demagogy which really have no place in the formulation of a cogent rational argument. As have writ others before me... please do not feed the troll. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 17:22:01 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDEA16A4DE for ; Thu, 13 Jul 2006 17:22:01 +0000 (UTC) (envelope-from chris@shenton.org) Received: from shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id EDFE143D45 for ; Thu, 13 Jul 2006 17:21:58 +0000 (GMT) (envelope-from chris@shenton.org) Received: (qmail 736 invoked by uid 1001); 13 Jul 2006 17:21:52 -0000 From: Chris Shenton To: Bill Moran , Alex Zbyslaw , Erik =?iso-8859-1?Q?N=F8rgaard?= References: <86fyh6u73y.fsf@PECTOPAH.shenton.org> <20060712133956.52d14d93.wmoran@collaborativefusion.com> X-Face: Aezo$r(_w^[3*'"[, }4Ax-S47uhAT%v=t[mvO!E$T>07Viy^lm3YKL:o?18OK#zV@]G*51V ba.95S&l, JuWlG/pC$Z9p, , C2unO6R0:1#?q?xKqk)!$Pxy3w }?Ar!Dkq4D/#8VFgsT)2~YLR-C^i@^H&B+Pz5s^~!U8V<*5Z8'$\6#X`fAQP!5LSJ(C$ywocONE\yG VS6a}ZY1!@IC(rz}V|>IX; ,M\B7d$T?_>2ZZka#%Kz-]@R&{za{mw4K\Q[FS=NgNy1|!p6mDV1i:Z4 j&@6|IR$5t?+c?^ Date: Thu, 13 Jul 2006 13:21:51 -0400 In-Reply-To: <20060712133956.52d14d93.wmoran@collaborativefusion.com> (Bill Moran's message of "Wed, 12 Jul 2006 13:39:56 -0400") Message-ID: <86d5c9e7yo.fsf@Bacalao.shenton.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Boot hangs at "/bin/sh?", can't see USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 17:22:01 -0000 Bill Moran writes: > On some Dells, there is a BIOS option to boot with "USB legacy support" > (or some similar wording) or without USB support at all. Having the > correct setting is pivotal to getting the USB keyboard to work. The > correct setting varies from model to model. What fun. I didn't see any option like this on my Dimension 9150. :-( > Additionally, sometimes escaping the boot loader and setting > hint.atkbd.0.flags=3D"0x1" is still required on some hardware (even with > 6.1). I'll look into this. > That might be faster ... get a FreeSBIE disk. Tried this, very nice LiveCD. But I couldn't figure out how to get it to see and then mount my SATA disk partition so I could fix its /etc/fstab. Perhaps I missed something, but the /scripts/mount_disks.sh didn't seem to find the hard drives. Alex Zbyslaw wrote: > The FreeBSD installation CD will also do just fine with fixit shell. > Any CD from 5.X onwards should mount UFS2 partitions even if you are > running some later OS version. Given your USB trouble, a 5.X CD might > even be preferred since it has the boot option you want. Since I couldn't figure out how to get FreeSBIE to mount the hard drives, I started downloading the FreeBSD-6.1 install CDs. While waiting, I got the dead box to boot over the net from my main box (which boots a small diskless box I run in the kitchen). That at least brought it up to the point where I could ssh into the box then fix the /etc/fstab. Kinda round-about but it worked. :-) Erik N=F8rgaard wrote: > The keyboard usually works on the boot menu as the bios is in control. > So, exit the menu to load the kernel modules you need, usb, ukbd and > uhid I think should do. Then boot into single user mode. I tried this, but when it started to boot it said the modules were already installed and then hung at the point where it sees "atkbdc0". > For next time, this happens, I suggest you build a kernel with usb > keyboard support built in. I think the GENERIC kernel now supports usb > keyboards by default, which explains why the boot option has been removed. I'll check to make sure my custom kernel has this. Thanks to everyone for your help. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 17:26:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A09A16A4DE for ; Thu, 13 Jul 2006 17:26:08 +0000 (UTC) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (malcolm.Berkeley.EDU [128.32.206.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99B443D45 for ; Thu, 13 Jul 2006 17:26:07 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (localhost [127.0.0.1]) by malcolm.berkeley.edu (8.13.6/8.13.3) with ESMTP id k6DHQ79C099374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Jul 2006 10:26:07 -0700 (PDT) (envelope-from mhunter@malcolm.berkeley.edu) Received: (from mhunter@localhost) by malcolm.berkeley.edu (8.13.6/8.13.3/Submit) id k6DHQ7MG099373; Thu, 13 Jul 2006 10:26:07 -0700 (PDT) (envelope-from mhunter) Date: Thu, 13 Jul 2006 10:26:07 -0700 From: Mike Hunter To: Gary Kline Message-ID: <20060713172607.GA99339@malcolm.berkeley.edu> References: <20060713163058.GA27096@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060713163058.GA27096@thought.org> User-Agent: Mutt/1.5.6i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (malcolm.berkeley.edu [127.0.0.1]); Thu, 13 Jul 2006 10:26:07 -0700 (PDT) Cc: FreeBSD Mailing List Subject: Re: xpaint question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 17:26:08 -0000 On Jul 13 at 09:30, "Gary Kline" wrote: > I used to know how to use xpaint to change backgrounds ... and > lots more, but now I'm fumbling. If it isn't *too* far off the > -question list's target, can anybody clue me in howto change > just the solid-black background to another solid color? I'm not familiar with xpaint, but I have been known to say xsetroot -solid cornflowerblue :) Mike From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 17:46:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C55D416A4DA for ; Thu, 13 Jul 2006 17:46:58 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA8C43D45 for ; Thu, 13 Jul 2006 17:46:58 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from srv.sem.ipt.ru ([192.168.12.1]) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G15H6-0009Ab-Am; Thu, 13 Jul 2006 21:46:56 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G15H7-0006uL-En; Thu, 13 Jul 2006 21:46:57 +0400 To: Eric Schuele References: <44B522BC.5090307@computer.org> <68739333@srv.sem.ipt.ru> <44B651D2.20207@computer.org> <59778381@srv.sem.ipt.ru> <93697859@srv.sem.ipt.ru> <44B6631E.3050201@computer.org> <27616473@srv.sem.ipt.ru> <44B666A9.6000500@computer.org> From: Boris Samorodov Date: Thu, 13 Jul 2006 21:46:57 +0400 In-Reply-To: <44B666A9.6000500@computer.org> (Eric Schuele's message of "Thu, 13 Jul 2006 10:28:41 -0500") Message-ID: <47299886@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions , sean-freebsd@farley.org Subject: Re: ELF file OS ABI invalid.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 17:46:58 -0000 On Thu, 13 Jul 2006 10:28:41 -0500 Eric Schuele wrote: > On 07/13/2006 10:24, Boris Samorodov wrote: > > On Thu, 13 Jul 2006 10:13:34 -0500 Eric Schuele wrote: > >> On 07/13/2006 10:01, Boris Samorodov wrote: > >>> On Thu, 13 Jul 2006 18:52:34 +0400 Boris Samorodov wrote: > >>>> On Thu, 13 Jul 2006 08:59:46 -0500 Eric Schuele wrote: > >>>>> On 07/13/2006 06:50, Boris Samorodov wrote: > >>>>>> (maintainer CCed) > >>>>>> > >>>>>> On Wed, 12 Jul 2006 11:26:36 -0500 Eric Schuele wrote: > >>>>>> > >>>>>>> I am trying to get a linux app to use hardware acceleration. I have a > >>>>>>> couple of linux apps (googleearth, NWN) that *do presently work* with > >>>>>>> hardware acceleration... but this one in particular (linux-ut) *does > >>>>>>> not*. > >>>>>> Which version of linux-ut you are running? > >>>>> linux-ut-451 = [held] up-to-date with port > >>>>> Though, I don't think that is in the ports tree yet. Sean sent it to > >>>>> me directly, after he made the port. > >>> Oh, I gorgot to say that it is at the ports tree now. May be you give > >>> a port a chance? > >>> > >>>>> I asked him about getting hardware acceleration up and running.... and > >>>>> we were not able to figure it out. Though the message below is more > >>>>> descriptive now (in the 451 build) than it was when I asked him > >>>>> previously. > >>>>>>> It gives me the following error in its log file: > >>>>>>> Critical: Failed loading /usr/compat/linux/usr/X11R6/lib/libGL.so.1: > >>>>>>> /usr/local/ > >>>>>>> lib/libdrm.so.2: ELF file OS ABI invalid > >>>>>> It's really strange that only linux-ut doesn't work. > >>>>> I agree. > >>>>>> Eric, are you sure that you don't have any non-standard paths, LD_* or > >>>>>> something else at your environment which ends up with searching > >>>>>> /usr/local before /compat/linux for linux-ut? > >>>>> No, I'm not exactly. If I modify /usr/local/bin/ut so that it echoes > >>>>> LD_LIBRARY_PATH right before it launches the game I get the following: > >>>>> LD_LIBRARY_PATH = :/usr/local/share/linux-ut/System > >>>>> which looked odd. > >>>> Yes. That may be a culprit. > >>>>> So I tried the following two, and neither worked. > >>>>> LD_LIBRARY_PATH = > >>>>> :/usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > >>>>> LD_LIBRARY_PATH = > >>>>> /usr/compat/linux:/usr/compat/linux/usr/lib:/usr/local/share/linux-ut/System > >>>>> Both end up with exactly the same error message. > >>>> I think that you may try to delete all LD_* stuff and restore the > >>>> defaults. I.e. something like: > >>>> LD_LIBRARY_PATH = ${LD_LIBRARY_PATH} > >>> I was wrong here. This won't help. You need to delete all stuff from > >>> LD_LIBRARY_PATH. > >>> > >>>> or > >>>> LD_LIBRARY_PATH = : > >>> Or may be :LD_LIBRARY_PATH =". > > > >> So you think LD_LIBRARY_PATH should be empty, even void of the path > >> that the ut script puts in there? > > > > Yes. All problems we have so far are with non-default settings (which > > is not good for linuxolator). > When I try this the results are the same. Same error message. :( Hm. Cam you mail directly to me ktrace.out from tahe command "ktrace -i "? > >>>>> I tried to run /usr/compat/linux/usr/bin/ldd on /usr/compat/.../libGL > >>>>> but it gave no output!? Is that correct? > >>>>>>> Is my linux libGL.so.1 trying to use my FreeBSD libdrm.so.2? Surely > >>>>>>> that's not what is supposed to happen? > >>>>>>> I have: > >>>>>>> FreeBSD 6.1-STABLE i386 as of a few days ago. > >>>>>>> linux-atk-1.9.1 = up-to-date with port > >>>>>>> linux-expat-1.95.8 = up-to-date with port > >>>>>>> linux-fontconfig-2.2.3_5 = up-to-date with port > >>>>>>> linux-glib2-2.6.6 = up-to-date with port > >>>>>>> linux-gtk2-2.6.10 = up-to-date with port > >>>>>>> linux-jpeg-6b.34 = up-to-date with port > >>>>>>> linux-openmotif-2.2.4_2 = up-to-date with port > >>>>>>> linux-pango-1.8.1 = up-to-date with port > >>>>>>> linux-png-1.2.8_2 = up-to-date with port > >>>>>>> linux-realplayer-10.0.7.785.20060201 = up-to-date with port > >>>>>>> linux-sdl-1.2.10_1 = up-to-date with port > >>>>>>> linux-tiff-3.7.1 = up-to-date with port > >>>>>>> linux-xorg-libs-6.8.2_5 = up-to-date with port > >>>>>>> linux_base-fc-4_6 = up-to-date with port > >>>>>>> linux_dri-6.5 = up-to-date with port > >>>>>>> linuxdoc-1.1_1 = up-to-date with port > >>>>>>> linuxpluginwrapper-20051113_4 = up-to-date with port > >>>>>>> What else can I provide that might be of use? Any ideas? > > > > > > WBR > -- > Regards, > Eric WBR -- bsam Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:04:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7069816A4E2 for ; Thu, 13 Jul 2006 18:04:19 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33311.mail.mud.yahoo.com (web33311.mail.mud.yahoo.com [68.142.206.126]) by mx1.FreeBSD.org (Postfix) with SMTP id 0614843D46 for ; Thu, 13 Jul 2006 18:04:18 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 50120 invoked by uid 60001); 13 Jul 2006 18:04:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KrD0rR0gAvjKHXcSRiAAK8/cNCpKKoeofNq+b36jfXu3pFlLRBXVFJCJijChZSAnZcBnirbFllLgi8LBUbRTQJV8B1O641sOe8I/odABnbeN9JwZklwwebIDSc3fLZ9Bfclh9n//2/SEG987IblxALX8mj4/5Oy7m3t2u/uRUqU= ; Message-ID: <20060713180418.50118.qmail@web33311.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33311.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 11:04:18 PDT Date: Thu, 13 Jul 2006 11:04:18 -0700 (PDT) From: Danial Thom To: "Chad Leigh -- Shire.Net LLC" In-Reply-To: <27EB8D93-6563-4521-AD7C-16FD06B47BED@shire.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 18:04:19 -0000 --- "Chad Leigh -- Shire.Net LLC" wrote: > > On Jul 13, 2006, at 10:47 AM, Danial Thom > wrote: > > > > > > > --- "Chad Leigh -- Shire.Net LLC" > > wrote: > > > >> > >> On Jul 13, 2006, at 9:22 AM, Danial Thom > wrote: > >> > >>> Simply enabling SMP on a single processor > >> system > >>> adds 20-25% overhead in freebsd 6.1. Again, > >>> readily admitted/accepted by the > developers. > >>> There is no way to recover that in > >> efficiency, at > >>> least not for a long time. > >> > >> So don't enable SMP on a single cpu system. > >> Easy enough to avoid. > >> > >> Chad > > > > Don't use SMP, because the overhead stays > with 2 > > processors, with little additional benefit > (as > > other tests show). Easy enough to avoid. > > > > SMP has overhead but FreeBSD on 2 processors > can do more work than > FreeBSD on the same HW with just 1 processor. > That is a fact. > > > Are you people stupid or delusional? > > No, and the data you posted did not support > your allegations of > performance either. > > Chad I doubt you have the capacity to understand the tests, and as they say, you can't educate the woodchucks. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:10:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9DB16A4DD for ; Thu, 13 Jul 2006 18:10:59 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33309.mail.mud.yahoo.com (web33309.mail.mud.yahoo.com [68.142.206.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 978E643D49 for ; Thu, 13 Jul 2006 18:10:58 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 56351 invoked by uid 60001); 13 Jul 2006 18:10:58 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=drjvLIitDVbRfeITItkN3ja3PRRVBvBnpi3GPUzHK/OYFDZ0OV8wqOUHi2SjBZBddLZiPgCAv/fZY2f/RFl8UJeS6pxoMiKFk+JDU6Zvw27Gt6+DtWyDyUiTdRChsBf8H9kEi5OCn2J/pp+yc4fcvzR5KsSGztviWcRUMqP1l44= ; Message-ID: <20060713181058.56349.qmail@web33309.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33309.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 11:10:58 PDT Date: Thu, 13 Jul 2006 11:10:58 -0700 (PDT) From: Danial Thom To: Greg Barniskis , Nick Withers In-Reply-To: <44B67E31.5070901@scls.lib.wi.us> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: jerrymc@clunix.cl.msu.edu, danial_thom@yahoo.com, freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 18:10:59 -0000 Burying your head in the sand is a common method used by stupid people that have no answer to the truth. I don't blame you; you guys don't want your employers to know that you've wasted man 1000s of their dollars because you don't know the performance characteristics of the hardware you've recommended. It must be thoroughly embarrassing. --- Greg Barniskis wrote: > Nick Withers wrote: > > On Thu, 13 Jul 2006 08:22:03 -0700 (PDT) > > Danial Thom wrote: > > > >> --- Head in the sand Jerry mumbled: > > > > Just thought I should metion that this comes > across as rude to > > me... but maybe that's just me! > > No, it's not you. > > Mr. Thom thoroughly obscures the fact that he > has an occasional > valid point to make by frequently hurling > foul-smelling, flaming > troll turds at anyone who dares to voice > disagreement with him (or > even anyone who in any other way presents an > attractive target). > > Many list subscribers have long since > permanently ignored him. Most > folks are tolerant of differing opinions, and > even of having their > own assumptions challenged, but not tolerant of > name calling and > other forms of cheap demagogy which really have > no place in the > formulation of a cogent rational argument. > > As have writ others before me... please do not > feed the troll. > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:13:00 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF5C16A4DA for ; Thu, 13 Jul 2006 18:13:00 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15DC43D97 for ; Thu, 13 Jul 2006 18:12:46 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.171.127.191] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpa (Exim 4.51) id 1G15g5-000289-EK; Thu, 13 Jul 2006 12:12:45 -0600 In-Reply-To: <20060713180418.50118.qmail@web33311.mail.mud.yahoo.com> References: <20060713180418.50118.qmail@web33311.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <302DCD13-7FFC-4525-AD32-07183BA51BCE@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Thu, 13 Jul 2006 12:12:44 -0600 To: danial_thom@yahoo.com X-Mailer: Apple Mail (2.750) X-SA-Exim-Connect-IP: 67.171.127.191 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: FreeBSD Questions Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 18:13:00 -0000 On Jul 13, 2006, at 12:04 PM, Danial Thom wrote: > > > --- "Chad Leigh -- Shire.Net LLC" > wrote: > >> >> On Jul 13, 2006, at 10:47 AM, Danial Thom >> wrote: >> >>> >>> >> >> SMP has overhead but FreeBSD on 2 processors >> can do more work than >> FreeBSD on the same HW with just 1 processor. >> That is a fact. >> >>> Are you people stupid or delusional? >> >> No, and the data you posted did not support >> your allegations of >> performance either. >> >> Chad > > I doubt you have the capacity to understand the > tests, and as they say, you can't educate the > woodchucks. You can doubt all you want. The plain fact is you said things like 200-400% and the tests and commentary did not support that. You also inferred that a 2 CPU system in SMP mode would overall be able to do less work than a 1 CPU system in UP mode. Again, you have given no evidence that this is true and the stuff you quoted did not support that. It did say that there is overhead in the SMP code that makes things less efficient and that the overhead is more than comparable OSes, at least for the Sparc T1 stuff. You are the idiot, Mr. Thom. You may be intellectually smart but you are a blooming idiot when it comes to public discourse. And I will take the advice given earlier, to stop feeding the trolls -- you are a supreme troll. I may make 2 recommendations: #1 read "How to win friends and influence people" . Here is a quick synopsis. #2 learn how to use your email program and to trim posts you reply to. signing off Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:13:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9915E16A4DE for ; Thu, 13 Jul 2006 18:13:47 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB3A43D58 for ; Thu, 13 Jul 2006 18:13:29 +0000 (GMT) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 13 Jul 2006 14:13:32 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E997546E@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: TIME loss Thread-Index: AcamqAy6rDViWwu4RUy1sPE9qwht/Q== From: "Jean-Paul Natola" To: Subject: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 18:13:47 -0000 Hi everyone, I have been trying to figure this one out for a couple of days, but no = can do. My clock on my bsd box currently 19 minutes ahead of the real world. I have it set to query my w2k box as the time server. I do have the ntpd running, So I am not sure how to adjust I tried this=20 milter# ntpdate -q 192.168.1.3 Looking for host 192.168.1.3 and service ntp host found : fci2003.fci server 192.168.1.3, stratum 2, offset -1120.152027, delay 0.03365 13 Jul 14:30:19 ntpdate[79951]: step time server 192.168.1.3 offset -1120.152027 sec But the longer the machine stays up (142 days ) the more time the clock loses,=20 Aside from rebooting , is there any way to fix this? Jean-Paul Natola Network Administrator Information Technology Family Care International 588 Broadway Suite 503 New York, NY 10012 Phone:212-941-5300 xt 36 Fax: 212-941-5563 Mailto: Jnatola@Familycareintl.org From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:18:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBD516A4E8 for ; Thu, 13 Jul 2006 18:18:46 +0000 (UTC) (envelope-from petre@kgb.ro) Received: from kgb.rdsbv.ro (kgb.rdsbv.ro [82.78.148.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF0843D58 for ; Thu, 13 Jul 2006 18:18:33 +0000 (GMT) (envelope-from petre@kgb.ro) Received: from localhost (localhost [127.0.0.1]) by kgb.rdsbv.ro (Postfix) with ESMTP id 5CF81115B5 for ; Thu, 13 Jul 2006 21:19:12 +0300 (EEST) X-Virus-Scanned: by amavisd-new at lubyanka.kgb.ro Received: from kgb.rdsbv.ro ([127.0.0.1]) by localhost (kgb.rdsbv.ro [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mx3Slu29u1fm for ; Thu, 13 Jul 2006 21:19:09 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by kgb.rdsbv.ro (Postfix) with ESMTP id 16DB3114C3 for ; Thu, 13 Jul 2006 21:19:09 +0300 (EEST) Date: Thu, 13 Jul 2006 21:18:57 +0300 From: Petre Bandac To: freebsd-questions@freebsd.org Message-ID: <20060713211857.1eae5a8d@localhost> Organization: my own organization X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.20; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_Zv=dqJZ9h7iA4gYvGyRuHCw"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: emulators ports: linux_base-8 vs linux_base-fc4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 18:18:46 -0000 --Sig_Zv=dqJZ9h7iA4gYvGyRuHCw Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable hallo after a cvsup, portupgrading acroread gives me the following: ###### linux_base-fc-4_6 conflicts with installed package(s):=20 linux_base-8-8.0_15 They install files into the same place. Please remove them first with pkg_delete(1). ###### and=20 kgb# pkg_info linux_base-8-8.0_15 Information for linux_base-8-8.0_15: Comment: Base set of packages needed in Linux mode (for i386/amd64) Required by: acroread7-7.0.1,1 linux-XFree86-libs-4.3.99.902_7 linux-atk-1.8.0_2 linux-expat-1.95.7_1 linux-firefox-1.5.0.4 linux-flashplugin-6.0r79_3 linux-fontconfig-2.2.3_4 linux-glib2-2.4.8_2 linux-gtk2-2.4.14_4 linux-hicolor-icon-theme-0.5 linux-jpeg-6b.33_1 linux-pango-1.6.0_2 linux-png-1.2.8_1 linux-tiff-3.6.1_6 linux_dri-4.4.0 skype-1.2.0.18 is it ok deleting linux_base-8 and installing linux-base-fc4 ? will the dependencies be satisfied ? thanks, petre --=20 Petre Bandac Network Scientist - petre@kgb.ro --Sig_Zv=dqJZ9h7iA4gYvGyRuHCw Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEto6Sygb/8u7LqpgRArUAAKDX/7qQcL4QieZLWctOj1I+2K1PTgCfbrma o54TlYWMpzWqus7lkXkXnFo= =vR1J -----END PGP SIGNATURE----- --Sig_Zv=dqJZ9h7iA4gYvGyRuHCw-- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:27:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA4016A4DD for ; Thu, 13 Jul 2006 18:27:57 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5155F43D46 for ; Thu, 13 Jul 2006 18:27:57 +0000 (GMT) (envelope-from erikt@midgard.homeip.net) Received: from falcon.midgard.homeip.net (83.253.29.241) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 44A2E86F002F8E68 for freebsd-questions@freebsd.org; Thu, 13 Jul 2006 20:27:56 +0200 Received: (qmail 48583 invoked from network); 13 Jul 2006 20:27:55 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 13 Jul 2006 20:27:55 +0200 Received: (qmail 45184 invoked by uid 1001); 13 Jul 2006 20:27:55 +0200 Date: Thu, 13 Jul 2006 20:27:55 +0200 From: Erik Trulsson To: Petre Bandac Message-ID: <20060713182755.GA45170@owl.midgard.homeip.net> Mail-Followup-To: Petre Bandac , freebsd-questions@freebsd.org References: <20060713211857.1eae5a8d@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060713211857.1eae5a8d@localhost> User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: emulators ports: linux_base-8 vs linux_base-fc4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 18:27:57 -0000 On Thu, Jul 13, 2006 at 09:18:57PM +0300, Petre Bandac wrote: > hallo > > after a cvsup, portupgrading acroread gives me the following: > > ###### > linux_base-fc-4_6 conflicts with installed package(s): > linux_base-8-8.0_15 > > They install files into the same place. > Please remove them first with pkg_delete(1). > ###### [...] > > is it ok deleting linux_base-8 and installing linux-base-fc4 ? will the > dependencies be satisfied ? Read the 20060616 entry in /usr/ports/UPDATING for information on how to update the linux emulation stuff. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:31:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FF016A4DD for ; Thu, 13 Jul 2006 18:31:31 +0000 (UTC) (envelope-from danial_thom@yahoo.com) Received: from web33314.mail.mud.yahoo.com (web33314.mail.mud.yahoo.com [68.142.206.129]) by mx1.FreeBSD.org (Postfix) with SMTP id 25D5C43D45 for ; Thu, 13 Jul 2006 18:31:31 +0000 (GMT) (envelope-from danial_thom@yahoo.com) Received: (qmail 58234 invoked by uid 60001); 13 Jul 2006 18:31:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=prcI9BdAmuDpr6RQKbRVI5ZBJGWx8QOVauX2XX55VUXrVQyhT4UVJyvv/FMia3+NJCVKvM3hed47WtOUTrEGLkDKicu6+FeG7zZgCiBXTVIO+2qdhSbc2wqqV7wgxtyKUP3LXdYERyvBAX1o1Icxe0GH5dYwqmQ+3KsI1IncYas= ; Message-ID: <20060713183130.58232.qmail@web33314.mail.mud.yahoo.com> Received: from [65.34.182.15] by web33314.mail.mud.yahoo.com via HTTP; Thu, 13 Jul 2006 11:31:30 PDT Date: Thu, 13 Jul 2006 11:31:30 -0700 (PDT) From: Danial Thom To: "Chad Leigh -- Shire.Net LLC" In-Reply-To: <302DCD13-7FFC-4525-AD32-07183BA51BCE@shire.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions Subject: Re: Are hardware vendors starting to bail on FreeBSD ... ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: danial_thom@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 18:31:31 -0000 --- "Chad Leigh -- Shire.Net LLC" wrote: > > On Jul 13, 2006, at 12:04 PM, Danial Thom > wrote: > > > > > > > --- "Chad Leigh -- Shire.Net LLC" > > wrote: > > > >> > >> On Jul 13, 2006, at 10:47 AM, Danial Thom > >> wrote: > >> > >>> > >>> > >> > >> SMP has overhead but FreeBSD on 2 processors > >> can do more work than > >> FreeBSD on the same HW with just 1 > processor. > >> That is a fact. > >> > >>> Are you people stupid or delusional? > >> > >> No, and the data you posted did not support > >> your allegations of > >> performance either. > >> > >> Chad > > > > I doubt you have the capacity to understand > the > > tests, and as they say, you can't educate > the > > woodchucks. > > You can doubt all you want. The plain fact is > you said things like > 200-400% and the tests and commentary did not > support that. You also > inferred that a 2 CPU system in SMP mode would > overall be able to do > less work than a 1 CPU system in UP mode. > Again, you have given no > evidence that this is true and the stuff you > quoted did not support > that. It did say that there is overhead in the > SMP code that makes > things less efficient and that the overhead is > more than comparable > OSes, at least for the Sparc T1 stuff. > > You are the idiot, Mr. Thom. You may be > intellectually smart but you > are a blooming idiot when it comes to public > discourse. And I will > take the advice given earlier, to stop feeding > the trolls -- you are > a supreme troll. > > I may make 2 recommendations: > > #1 read "How to win friends and influence > people" . Here is a quick > synopsis. > > > #2 learn how to use your email program and to > trim posts you reply to. > Here's the deal, Chad. On this list, all the college-kid sysadmins tell me how great FreeBSD is, but on the freebsd-performance list, none of the developers refute my findings. If that doesn't tell you something, then you really don't have the capacity to comment on this or any other subject. You can't reason someone out of an idea not reasoned into, Chad. You have no foundation for your beliefs, so even prima facie evidence won't convince you. Its called being a fool. DT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:33:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2000716A4DD for ; Thu, 13 Jul 2006 18:33:08 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A0743D49 for ; Thu, 13 Jul 2006 18:33:07 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from doc.sem.ipt.ru ([192.168.12.1] helo=srv.sem.ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G15zm-0009HN-16; Thu, 13 Jul 2006 22:33:06 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G15zn-0006wF-1b; Thu, 13 Jul 2006 22:33:07 +0400 To: Petre Bandac References: <20060713211857.1eae5a8d@localhost> From: Boris Samorodov Date: Thu, 13 Jul 2006 22:33:07 +0400 In-Reply-To: <20060713211857.1eae5a8d@localhost> (Petre Bandac's message of "Thu, 13 Jul 2006 21:18:57 +0300") Message-ID: <81217116@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: emulators ports: linux_base-8 vs linux_base-fc4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 18:33:08 -0000 On Thu, 13 Jul 2006 21:18:57 +0300 Petre Bandac wrote: > after a cvsup, portupgrading acroread gives me the following: > ###### > linux_base-fc-4_6 conflicts with installed package(s): > linux_base-8-8.0_15 > They install files into the same place. > Please remove them first with pkg_delete(1). > ###### > and > kgb# pkg_info linux_base-8-8.0_15 > Information for linux_base-8-8.0_15: > Comment: > Base set of packages needed in Linux mode (for i386/amd64) > Required by: > acroread7-7.0.1,1 > linux-XFree86-libs-4.3.99.902_7 > linux-atk-1.8.0_2 > linux-expat-1.95.7_1 > linux-firefox-1.5.0.4 > linux-flashplugin-6.0r79_3 > linux-fontconfig-2.2.3_4 > linux-glib2-2.4.8_2 > linux-gtk2-2.4.14_4 > linux-hicolor-icon-theme-0.5 > linux-jpeg-6b.33_1 > linux-pango-1.6.0_2 > linux-png-1.2.8_1 > linux-tiff-3.6.1_6 > linux_dri-4.4.0 > skype-1.2.0.18 > is it ok deleting linux_base-8 and installing linux-base-fc4 ? will the > dependencies be satisfied ? According to /usr/ports/UPDATING (please read it for detailed information) you should replace linux base and linux X libraries. All the dependencies should be satisfied. BTW there were many changes to linux infrostructure ports since your installation. You may consider portupgrading them all. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:40:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298FD16A4DE for ; Thu, 13 Jul 2006 18:40:32 +0000 (UTC) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: from rescomp.berkeley.edu (keyserver.Rescomp.Berkeley.EDU [169.229.70.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E26243D6D for ; Thu, 13 Jul 2006 18:40:28 +0000 (GMT) (envelope-from yontege@hal.rescomp.berkeley.edu) Received: by rescomp.berkeley.edu (Postfix, from userid 1032) id 274085B79C; Thu, 13 Jul 2006 11:40:20 -0700 (PDT) Date: Thu, 13 Jul 2006 11:40:20 -0700 From: "Ian A. Tegebo" To: freebsd-questions@freebsd.org Message-ID: <20060713184019.GU21646@rescomp.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: sysadmin@rescomp.berkeley.edu Subject: Using mergemaster for non-base files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 18:40:32 -0000 Is anyone using mergemaster for groups of files that are not being updated from /usr/src? I've been thinking of making a copy of /usr/src/etc/Makefile and then modifying it so that I can run mergemaster like this: -------------------------- script -------------------------------------- MYTMP="/var/tmp/twiki_upgrade" MYSRC="/var/tmp/new_twiki_src" MYDST="/usr/local/www/twiki" mergemaster -t $MYTMP -m $MYSRC -D $MYDST ------------------------ end script ------------------------------------ The first problem I ran into was: -------------------------- Error -------------------------------------- make: don't know how to make distrib-dirs. Stop make: don't know how to make distrib-dirs. Stop *** FATAL ERROR: Cannot 'cd' to /var/tmp/new_twiki_src and install files to the temproot environment ------------------------ end Error ----------------------------------- Has anyone had any luck with something like this? My approach will be to write a Makefile in $MYSRC/etc/Makefile that will have targets: $ grep -E '^[-a-zA-Z0-9_]+:' /usr/src/etc/Makefile afterinstall: distribute: distribution: distrib-dirs: etc-examples: -- Ian Tegebo Residential Computing UC Berkeley From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:47:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64CCE16A4E0 for ; Thu, 13 Jul 2006 18:47:10 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED9A43D4C for ; Thu, 13 Jul 2006 18:47:09 +0000 (GMT) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 13 Jul 2006 14:47:12 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9975478@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: TIME loss Thread-Index: Acamqtpnp4clMEBHQHCpS4v7kcn8wgAAd61w From: "Jean-Paul Natola" To: "Peter A. Giessel" Cc: freebsd-questions@freebsd.org Subject: RE: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 18:47:10 -0000 =20 -----Original Message----- From: Peter A. Giessel [mailto:pgiessel@mac.com]=20 Sent: Thursday, July 13, 2006 2:33 PM To: Jean-Paul Natola Cc: freebsd-questions@freebsd.org Subject: Re: TIME loss On 7/13/2006 10:13, Jean-Paul Natola seems to have typed: > I do have the ntpd running, what does ntpq -p say? No association ID's returned From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 18:52:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1291A16A4DF for ; Thu, 13 Jul 2006 18:52:10 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id A346143D49 for ; Thu, 13 Jul 2006 18:52:09 +0000 (GMT) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 13 Jul 2006 14:52:12 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E997547A@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: TIME loss Thread-Index: Acamqtpnp4clMEBHQHCpS4v7kcn8wgAAd61wAAAnjPA= From: "Jean-Paul Natola" To: "Jean-Paul Natola" , "Peter A. Giessel" Cc: freebsd-questions@freebsd.org Subject: RE: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 18:52:10 -0000 -----Original Message----- From: Peter A. Giessel [mailto:pgiessel@mac.com] Sent: Thursday, July 13, 2006 2:33 PM To: Jean-Paul Natola Cc: freebsd-questions@freebsd.org Subject: Re: TIME loss On 7/13/2006 10:13, Jean-Paul Natola seems to have typed: > I do have the ntpd running, what does ntpq -p say? No association ID's returned _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" Here's my rc.conf entry ntpdate_enable=3D"YES" ntpdate_program=3D"ntpdate" ntpdate_flags=3D"-b 192.168.1.3" From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 19:02:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF28716A4DE for ; Thu, 13 Jul 2006 19:02:47 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from admin.mwci.net (corp.yournetplus.com [162.42.148.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F1B43D45 for ; Thu, 13 Jul 2006 19:02:45 +0000 (GMT) (envelope-from d.hill@yournetplus.com) Received: from corp.yournetplus.com ([162.42.148.121] verified) by admin.mwci.net (CommuniGate Pro SMTP 4.1.8) with ESMTP-TLS id 21329878; Thu, 13 Jul 2006 19:02:44 +0000 Date: Thu, 13 Jul 2006 19:02:42 +0000 (WET) From: Duane Hill To: Lowell Gilbert In-Reply-To: <4464i1r968.fsf@be-well.ilk.org> Message-ID: <20060713185754.Y82255@cgate.yournetplus.com> References: <20060709164615.Y13293@cgate.yournetplus.com> <44zmfhgv2b.fsf@be-well.ilk.org> <20060710185546.Q58609@cgate.yournetplus.com> <4464i1r968.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Sysinstall - Will not die X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 19:02:47 -0000 On Thu, 13 Jul 2006, Lowell Gilbert wrote: > Duane Hill writes: > >> On Mon, 10 Jul 2006, Lowell Gilbert wrote: >> >>> Duane Hill writes: >>> >>>> If this has been discussed before, please point it out. I've done some >>>> searching and can not quite come up with the solution other than to >>>> reboot the server. I'm hoping a reboot can be avoided. >>>> >>>> I recently attempted to run sysinstall to install something that was >>>> not listed in the ports collection. Sysinstall is still running in the >>>> back ground as a result of my ssh session getting terminated. Now, I >>>> can not kill sysinstall. I found some things on the web that pointed >>>> out there may be a parent that is keeping the child thread alive. That >>>> parent has been killed off and I still can not kill sysinstall. >>>> >>>> I am noticing some things in the messages log that may be as a direct >>>> result of sysinstall still running. I am getting the following two >>>> lines logged all the time: >>>> >>>> Jul 9 16:51:16 cgate kernel: acd0: req=0xc3833640 TEST_UNIT_READY >>>> semaphore timeout !! DANGER Will Robinson !! >>>> Jul 9 16:51:17 cgate kernel: acd0: req=0xc38324b0 SETFEATURES SET >>>> TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! >>>> >>>> I know acd0 has something to do with the cdrom drive. That is the only >>>> thing being complained about within the logs as far as hardware >>>> goes. No other file systems are having issues. >>>> >>>> Can someone shed some light on what is going on? >>> >>> What is the ps(1) output for that task? >> >> Sorry for not including that part: >> >> root 17722 0.0 0.1 2128 1456 p0- D 2Jul06 0:23.08 sysinstall > > Yep, stuck in an uninterruptible disk wait. > > I can't find that warning message in my (6-STABLE, mid-June) sources, > and you didn't mention what version you were running... I'm running the release version of 6.0. I'm going to just to reboot the server tonight after most of the activity dies down. Thanks for the response. -- "This message was sent using 100% recycled electrons." From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 19:03:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79A3016A4DD; Thu, 13 Jul 2006 19:03:18 +0000 (UTC) (envelope-from GMcCaughan@synaptics-uk.com) Received: from mx2.synaptics-uk.com (mx2.synaptics-uk.com [194.203.111.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id C28AC43D49; Thu, 13 Jul 2006 19:03:16 +0000 (GMT) (envelope-from GMcCaughan@synaptics-uk.com) Received: from firewall.synaptics-uk.com ([194.203.111.212] helo=ukexchange2k.synaptics-inc.local) by mx2.synaptics-uk.com with esmtp (Exim 4.20) id 1G16v8-0008Hx-SS; Thu, 13 Jul 2006 20:32:22 +0100 Received: from lists.synaptics-uk.com ([172.20.11.6]) by ukexchange2k.synaptics-inc.local with Microsoft SMTPSVC(5.0.2195.6713); Thu, 13 Jul 2006 20:02:45 +0100 Received: from [172.20.11.5] (unknown [172.20.11.5]) by lists.synaptics-uk.com (Postfix) with ESMTP id 18F7E17030; Thu, 13 Jul 2006 19:43:02 +0100 (BST) From: Gareth McCaughan To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Date: Thu, 13 Jul 2006 20:02:42 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607132002.43637.gmccaughan@synaptics-uk.com> X-OriginalArrivalTime: 13 Jul 2006 19:02:45.0128 (UTC) FILETIME=[ECA34080:01C6A6AE] Cc: Subject: "swiN: clock sio" process taking 75% CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 19:03:18 -0000 (Approximately the same question as I'm about to ask seems to have come up many times in -questions and -stable, but I haven't found a useful answer to it.) I have a box running 6-STABLE, cvsupped yesterday. Until recently it was running 5.something and showed exactly the same peculiar behaviour as I'm about to describe. About 6 minutes after booting (on two occasions; I don't guarantee that this doesn't vary), a process that appears in the output of "ps" as "[swi4: clock sio]" begins to use about 3/4 of the machine's CPU. I think it does so more or less instantaneously. It continues to do so indefinitely, so far as I can tell. I'm not aware of anything specific that triggers this, though I suppose there must *be* something. It happens apparently spontaneously, on a lightly loaded machine. Those cycles are genuinely being consumed; other processes run much more slowly, and take much more wall time than CPU time. I've tried diddling my kernel's HZ value; the behaviour with HZ=100 and with HZ=1000 is the same, so far as I'm able to tell. I've no idea whether it might be relevant, but I have option DEVICE_POLLING turned on; toggling sysctl kern.polling.enable doesn't seem to make any difference. The machine is a very uninteresting single-CPU Athlon box, clocked at 1.6GHz, several years old. It used to run 4.x once upon a time, and I'm fairly sure it was fine then. As I mentioned above, it's running a recent 6-STABLE but showed the same pathology under 5.x. Here's its dmesg output, with a few uninteresting bits of information leakage elided. ---------- dmesg output begins ---------- Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-STABLE #3: Thu Jul 13 16:46:07 BST 2006 root@xxxxxxx.xxxxxxxx.com:/usr/obj/usr/src/sys/xxxxxxxx ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) XP 1900+ (1599.73-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x662 Stepping = 2 Features=0x383fbff AMD Features=0xc0480800 real memory = 536805376 (511 MB) avail memory = 515944448 (492 MB) ioapic0 irqs 0-23 on motherboard netsmb_dev: loaded acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xec00-0xec7f mem 0xdfffff80-0xdfffffff irq 17 at device 6.0 on pci0 miibus0: on xl0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:04:75:7e:54:fd isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 17.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xdc00-0xdc1f irq 5 at device 17.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xe000-0xe01f irq 5 at device 17.3 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xe400-0xe41f irq 5 at device 17.4 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pci0: at device 17.5 (no driver attached) acpi_button1: on acpi0 fdc0: port 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1599730245 Hz quality 800 Timecounters tick every 10.000 msec ad0: 38166MB at ata0-master UDMA100 acd0: DVDROM at ata1-master UDMA33 Trying to mount root from ufs:/dev/ad0s1a ---------- dmesg output ends ---------- I would be grateful for any insight into what's going wrong and how (if at all) it can be fixed or worked around. I'm not subscribed to -questions or to -stable, so would prefer to be cc'ed, but I'll check the web archives and should therefore see any responses that go only to the list(s). Thanks in advance! -- Gareth McCaughan From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 19:18:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5621E16A4DA for ; Thu, 13 Jul 2006 19:18:54 +0000 (UTC) (envelope-from todd@1ccs.com) Received: from mail.1ccs.com (h-72-245-69-56.sndacagl.covad.net [72.245.69.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1552B43D49 for ; Thu, 13 Jul 2006 19:18:53 +0000 (GMT) (envelope-from todd@1ccs.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 12 Jul 2006 23:31:05 -0700 Message-ID: <982D1258F56EBA48A2575F3D3D80B4CE8B8C@1CCS-Server.HOME.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Dcc resume over nat fix for 6.x ? Thread-Index: AcahXy+lbjAgeA1SEduSUwANk2ORjAE5qRwg From: "Todd Martin" To: Subject: Dcc resume over nat fix for 6.x ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 19:18:54 -0000 The dcc resume over nat bug has a patch for 5.x that works. Even though it was never added to the source code: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin/50310 I would like to know if there is a fix for 6.x Since libalias is a kernel module in this version, I cant figgure out how to get it to work. Anyone have any ideas? Todd From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 19:27:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0316B16A4E1 for ; Thu, 13 Jul 2006 19:27:52 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC1543D58 for ; Thu, 13 Jul 2006 19:27:48 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6) with ESMTP id k6DJRlFn018728; Thu, 13 Jul 2006 15:27:47 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.13.6/Submit) id k6DJRkEj018727; Thu, 13 Jul 2006 15:27:46 -0400 (EDT) From: Jerry McAllister Message-Id: <200607131927.k6DJRkEj018727@clunix.cl.msu.edu> To: chad@shire.net (Chad Leigh -- Shire.Net LLC) Date: Thu, 13 Jul 2006 15:27:46 -0400 (EDT) In-Reply-To: <389A6BC7-4CD5-4390-8EAE-A1528C9AFA36@shire.net> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: danial_thom@yahoo.com, FreeBSD Questions Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 19:27:52 -0000 > > > On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: > > > Simply enabling SMP on a single processor system > > adds 20-25% overhead in freebsd 6.1. Again, > > readily admitted/accepted by the developers. > > There is no way to recover that in efficiency, at > > least not for a long time. > > So don't enable SMP on a single cpu system. Easy enough to avoid. > Chad Why would anyone want to enable SMP on a single CPU system anyway. That would prove nothing other than that someone doesn't know what SMP is. Statistics about stunts like that might help pad a student paper, but they don't reveal much of value. ////jerry > --- > Chad Leigh -- Shire.Net LLC > Your Web App and Email hosting provider > chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 19:53:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9CD16A4DA for ; Thu, 13 Jul 2006 19:53:54 +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 2B3B143D46 for ; Thu, 13 Jul 2006 19:53:50 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k6DJrRGw010114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 13 Jul 2006 22:53:29 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k6DJrMb0084525; Thu, 13 Jul 2006 22:53:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k6DJrMSE084524; Thu, 13 Jul 2006 22:53:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 13 Jul 2006 22:53:21 +0300 From: Giorgos Keramidas To: Danial Thom , "Chad Leigh -- Shire.Net LLC" Message-ID: <20060713195321.GA83924@gothmog.pc> References: <302DCD13-7FFC-4525-AD32-07183BA51BCE@shire.net> <20060713183130.58232.qmail@web33314.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060713183130.58232.qmail@web33314.mail.mud.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.716, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Are hardware vendors starting to bail 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, 13 Jul 2006 19:53:55 -0000 On 2006-07-13 11:31, Danial Thom wrote: > Here's the deal, Chad. On this list, all the college-kid sysadmins > tell me how great FreeBSD is, but on the freebsd-performance list, > none of the developers refute my findings. If that doesn't tell you > something, then you really don't have the capacity to comment on this > or any other subject. That's _not_ the impression I get from threads like: http://lists.freebsd.org/pipermail/freebsd-performance/2006-June/002043.html http://lists.freebsd.org/pipermail/freebsd-performance/2006-June/002074.html These are, also, the only two threads in which your name appears since January 2004, so before throwing around accusations about the FreeBSD developers not answering your alleged "performance findings" -- of which there is absolutely NO evidence in the freebsd-performance list archives -- please consider that your false comments in a mailing list with a wide distribution, like freebsd-questions, are NOT doing any good to FreeBSD and have a big probability of being characterized as "troll stuff". Having this in mind, and bearing in mind the many contributions of Chad to this list, which are of higher quality and in general contain text of a far greater signal/noise ratio, I'm not sure it is so fair of you to call people of this list "college-kid sysadmins" or to comment on Chad's capacity to comment on any subject. Nice troll, though... From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:11:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B80B16A4DA for ; Thu, 13 Jul 2006 20:11:07 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBCF43D46 for ; Thu, 13 Jul 2006 20:11:06 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by nf-out-0910.google.com with SMTP id p46so34725nfa for ; Thu, 13 Jul 2006 13:11:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZRuuin9IkKbCy4HwFNsFTyhJXtEhkuNmwitNs9ptl7W/3H/mMMFwqM5XSMqau8Fdrgo3sMWZkTTm1lbzuF36wzcTxSqewMOGoyCWmPiH4W6g9nv4XaTJh1If0GLg49zYm+5eohidKO57wbzoKMre2c+Xz5yuYcfVheFbnnhmCf0= Received: by 10.78.122.11 with SMTP id u11mr1252792huc; Thu, 13 Jul 2006 13:11:05 -0700 (PDT) Received: by 10.78.200.16 with HTTP; Thu, 13 Jul 2006 13:11:05 -0700 (PDT) Message-ID: <3ee9ca710607131311x812987bv3c56349f6078e5e7@mail.gmail.com> Date: Thu, 13 Jul 2006 16:11:05 -0400 From: "Andy Greenwood" To: "Jean-Paul Natola" In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E997547A@www.fcimail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3A85D7EF44E1C744BF6434691F5659E997547A@www.fcimail.org> Cc: "Peter A. Giessel" , freebsd-questions@freebsd.org Subject: Re: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 20:11:07 -0000 IIRC, ntpdate only syncs your time at boot. You want something like ntpd_enable="YES" On 7/13/06, Jean-Paul Natola wrote: > > -----Original Message----- > From: Peter A. Giessel [mailto:pgiessel@mac.com] > Sent: Thursday, July 13, 2006 2:33 PM > To: Jean-Paul Natola > Cc: freebsd-questions@freebsd.org > Subject: Re: TIME loss > > On 7/13/2006 10:13, Jean-Paul Natola seems to have typed: > > I do have the ntpd running, > > what does ntpq -p say? > > > > No association ID's returned > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Here's my rc.conf entry > > ntpdate_enable="YES" > ntpdate_program="ntpdate" > ntpdate_flags="-b 192.168.1.3" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:14:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB10916A4DE for ; Thu, 13 Jul 2006 20:14:55 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37FA043D5E for ; Thu, 13 Jul 2006 20:14:53 +0000 (GMT) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 13 Jul 2006 16:14:54 -0400 Message-ID: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: TIME loss Thread-Index: AcamuHoxh95dRBsoQGGQacZecSaTHQAAHhyQ From: "Jean-Paul Natola" To: "Andy Greenwood" Cc: "Peter A. Giessel" , freebsd-questions@freebsd.org Subject: RE: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 20:14:55 -0000 But as I mentioned earlier ntpd is running , when I do top =20 -----Original Message----- From: Andy Greenwood [mailto:greenwood.andy@gmail.com]=20 Sent: Thursday, July 13, 2006 4:11 PM To: Jean-Paul Natola Cc: Peter A. Giessel; freebsd-questions@freebsd.org Subject: Re: TIME loss IIRC, ntpdate only syncs your time at boot. You want something like ntpd_enable=3D"YES" On 7/13/06, Jean-Paul Natola wrote: > > -----Original Message----- > From: Peter A. Giessel [mailto:pgiessel@mac.com] > Sent: Thursday, July 13, 2006 2:33 PM > To: Jean-Paul Natola > Cc: freebsd-questions@freebsd.org > Subject: Re: TIME loss > > On 7/13/2006 10:13, Jean-Paul Natola seems to have typed: > > I do have the ntpd running, > > what does ntpq -p say? > > > > No association ID's returned > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Here's my rc.conf entry > > ntpdate_enable=3D"YES" > ntpdate_program=3D"ntpdate" > ntpdate_flags=3D"-b 192.168.1.3" > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:16:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835ED16A4DD for ; Thu, 13 Jul 2006 20:16:56 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A7643D64 for ; Thu, 13 Jul 2006 20:16:55 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id A15BF58832; Thu, 13 Jul 2006 16:16:54 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 754A36E5925; Thu, 13 Jul 2006 16:16:54 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G17cD-0004lD-00; Thu, 13 Jul 2006 16:16:53 -0400 Date: Thu, 13 Jul 2006 16:16:53 -0400 From: stan To: Ashok TM Message-ID: <20060713201653.GA18143@teddy.fas.com> Mail-Followup-To: Ashok TM , Free BSD Questions list References: <20060713123214.GA30789@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 16:12:48 up 87 days, 17:21, 1 user, load average: 0.00, 0.03, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Free BSD Questions list Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 20:16:56 -0000 On Thu, Jul 13, 2006 at 06:08:50PM +0530, Ashok TM wrote: > use > top -S > There will be new column with 'C' tag which displays the the cpu id on > which the process is running > > mptables to list the processors available Hmm, cvsup# mptables mptables: Command not found. cvsup# man -k mptables mptables: nothing appropriate and the man page for top says that _s os: -S Show system processes in the display. Normally, system pro- cesses such as the pager and the swapper are not shown. This option makes them visible. Am I mising something? > > > On 7/13/06, stan wrote: > > > >I just installed 6.1 stable (AMD64) on a Sun Ultra 40. This is a dual CPU > >machine. > > > >I have Linux installed on a similar machine. On the Linux box I can fire > >up > >top and type "1" to see the load on each CPU. This does not seem to work > >on > >the FreeBSD machine. > > > >Should it? How can I verify that the machine is using both CPU's ? > > > >Thanks. > > > >-- > >U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite > >Vietcong Terror > >- New York Times 9/3/1967 > >_______________________________________________ > >freebsd-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" -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:21:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2D0516A4DD for ; Thu, 13 Jul 2006 20:21:03 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7037243D5D for ; Thu, 13 Jul 2006 20:21:02 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k6DKL1HR088298; Thu, 13 Jul 2006 13:21:01 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2006 16:20:56 -0400 User-Agent: KMail/1.9.3 References: <20060713123434.GB30789@teddy.fas.com> In-Reply-To: <20060713123434.GB30789@teddy.fas.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607131620.56982.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: stan Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 20:21:03 -0000 On Thursday 13 July 2006 08:34, stan wrote: > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > machine primarily for a large data storage requirement. > > What I want is one large /data partition. Given all the choices for doing > this in FreeBSD (software) what's the "best" choice here? The partio will > be shared via SAMBA if that affects the thhinking here. "Best" really depends on what your needs and goals are. Here's a quick overview of what the choices ARE, based mostly on memory. Corrections and additions welcome. I'll try to make some notes about pros and cons as well. ccd(4). This is pretty well deprecated by other choices now, although it is still available. Supports pseudo-RAID1, pseudo-RAID0, and JBOD setups. ataraid(4)/atacontrol(8). This is the tool used to do RAID on ata-driven devices whether the hardware pretends to support it or not. A good choice if you have a supported software "RAID" card, especially if you want your array to be usable under other OSes. Supports RAID0, RAID1, RAID0+1, SPAN, and JBOD setups. Again, only works with the ata(4) driver. gvinum(8). This is the best (only?) choice if you want RAID5. Supports most setups imaginable on any type of disk (or combinations thereof). Setup and maintenance is a bit more complex than with other options. Migration from the original vinum (now unusable) to the GEOM-compatible gvinum is mostly (but not entirely) complete. newer geom(4) tools: gstripe(8), gmirror(8), gconcat(8), graid3(8). Between, them, these tools support RAID0, RAID1, RAID3, and SPAN configurations on any type of disk (or combination thereof). In my experience these tools are easier to use than any of the above (and just as robust), so they are great options. Due to the way the metadata is stored on-disk, it's possible to shuffle disks around and still have your arrays detected correctly, which is not the case for at least some of the other options above. Given the (somewhat sparse) details you provided, I would suggest either RAID5 using gvinum or RAID0+1 using gmirror and gstripe. The former would give you high capacity and redundancy, the latter would give you high performance and redundancy. Since it's possible the network may already be a bottleneck the RAID5 performance hit might not be relevant. If you really want high capacity and high performance you could use gstripe only, but only do so if you don't care if you lose all of your data (which you would as soon as any one of your disks had a problem). JN From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:21:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 460C916A4DF for ; Thu, 13 Jul 2006 20:21:54 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from cloud.he.net (cloud.he.net [65.19.145.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A982243D55 for ; Thu, 13 Jul 2006 20:21:52 +0000 (GMT) (envelope-from dpchrist@holgerdanske.com) Received: from p31000 ([64.142.42.103]) by cloud.he.net for ; Thu, 13 Jul 2006 13:21:50 -0700 From: "David Christensen" To: Date: Thu, 13 Jul 2006 13:25:04 -0700 Message-ID: <000f01c6a6ba$6d1d4340$0a10a8c0@holgerdanske.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: Acamk+3/J9JfIiU2SdWyUZLmlEg6EgAJDcUg In-Reply-To: <20060714014823.c4d0b759.nick@nickwithers.com> Subject: RE: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 20:21:54 -0000 freebsd-questions: Nick Withers wrote: > Unfortunately (or at least as I understand it), the contents of > "/etc/manpath.config" don't matter if you have the "MANPATH" > environment variable set. Did you happen to set this yourself > (i.e., explicitly)? Yes: 2006-07-13 13:09:50 dpchrist@k62350 ~ $ grep MANPATH .* .bash_history:echo $MANPATH .bash_profile: MANPATH=$MANPATH:$HOME/cvs/man .bash_profile: MANPATH=$MANPATH:$HOME/man .bash_profile: MANPATH=$MANPATH:$HOME/share/man .bash_profile:export MANPATH=:$HOME/local/man 2006-07-13 13:09:58 dpchrist@k62350 ~ $ echo $MANPATH :/home/dpchrist/local/man I use the same .bash_profile and .bashrc everywhere, with conditionals for various platforms and configurations. Tightening up the conditionals, logging out, and logging in again: 2006-07-13 13:12:55 dpchrist@k62350 ~ $ echo $MANPATH 2006-07-13 13:12:56 dpchrist@k62350 ~ $ manpath /usr/share/man:/usr/local/man:/usr/X11R6/man:/usr/share/openssl/man: /usr/local/lib/perl5/5.8.8/man:/usr/local/lib/perl5/5.8.8/perl/man 2006-07-13 13:12:59 dpchrist@k62350 ~ $ man man Fixed! Micah wrote: > That's where http://www.freebsd.org/cgi/man.cgi comes in handy Yes, that's useful. Matthew Seaman wrote: > Please read what I wrote more carefully. To summarize: don't set > $MANPATH in your environment, and the man(1) command will work > correctly. Now I understand: > The environment variable MANPATH should in general not be set, as > that will override the effects of /etc/manpath.config. Thanks everyone for your help. :-) David From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:26:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9783816A4DD for ; Thu, 13 Jul 2006 20:26:05 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70A243D45 for ; Thu, 13 Jul 2006 20:26:04 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so355716nfb for ; Thu, 13 Jul 2006 13:26:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hk1smZHp2e4rLfWJ6c4qgUDynbotsYkIe8Pn3UH2AdiFbSni0FJlKyA3sRoitWRITOBQCjF/RHlu+8rqKYfMgggnc05edfz1caQk3/wpafkMOgnisqfqceCVnP9CTntckrkSQ33lrt6YIKZdgkLqpz6gA3Jqq34M+bhbSgSPzPE= Received: by 10.48.142.14 with SMTP id p14mr1290414nfd; Thu, 13 Jul 2006 13:26:02 -0700 (PDT) Received: by 10.48.210.5 with HTTP; Thu, 13 Jul 2006 13:26:02 -0700 (PDT) Message-ID: <54db43990607131326p28841f4ej76384a2d56535cb3@mail.gmail.com> Date: Thu, 13 Jul 2006 16:26:02 -0400 From: "Bob Johnson" To: "Jean-Paul Natola" In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E997546E@www.fcimail.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3A85D7EF44E1C744BF6434691F5659E997546E@www.fcimail.org> Cc: freebsd-questions@freebsd.org Subject: Re: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 20:26:05 -0000 On 7/13/06, Jean-Paul Natola wrote: > Hi everyone, > > I have been trying to figure this one out for a couple of days, but no can > do. > > My clock on my bsd box currently 19 minutes ahead of the real world. > > I have it set to query my w2k box as the time server. > > I do have the ntpd running, > > So I am not sure how to adjust I tried this > > milter# ntpdate -q 192.168.1.3 > Looking for host 192.168.1.3 and service ntp > host found : fci2003.fci > server 192.168.1.3, stratum 2, offset -1120.152027, delay 0.03365 > 13 Jul 14:30:19 ntpdate[79951]: step time server 192.168.1.3 offset > -1120.152027 sec > > But the longer the machine stays up (142 days ) the more time the clock > loses, > > Aside from rebooting , is there any way to fix this? > > It doesn't really make sense to run ntpdate if ntpd is already running. ntpdate runs once, sets the clock, and then exists. ntpd runs continuously and keeps the clock synchronized to the server, but you must have the config file set up correctly. Do you have a line like server 192.168.1.3 in /etc/ntp.conf? You might also want to make sure rc.conf includes: ntpd_enable="YES" ntpd_flags="-g -p /var/run/ntpd.pid" The -g option lets it do a single large correction when it first starts, similar to ntpdate. If ntpd is running, then ntpq -p will tell you what peers it thinks it is trying to synchronize to, and what the status is. If it shows an asterisk (*) next to one of the peers, it is synchronized to that one. In your case, it will be a list of one. It takes a few minutes to synch after first starting up. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 20:29:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA64416A4E7 for ; Thu, 13 Jul 2006 20:29:50 +0000 (UTC) (envelope-from luchezar.petkov@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCB443D5C for ; Thu, 13 Jul 2006 20:29:38 +0000 (GMT) (envelope-from luchezar.petkov@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so356749nfb for ; Thu, 13 Jul 2006 13:29:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:user-agent; b=F218brGFstAHiAca5/JH1DDhh+iOTWIVP+9lxi/Yn4OQPTGfZ8b43gs7TSZaQrV1xsH+DMq52DhmF64R7p0tQ0L6DuV/4I5VOzNodDSnqV7XTcZ2HAhzCJHpV+xY1j2uOaCRwC5+Gh8Clr1/mij30G+AIh+pN+rQ40BNopxKdNw= Received: by 10.48.48.15 with SMTP id v15mr1292254nfv; Thu, 13 Jul 2006 13:29:38 -0700 (PDT) Received: from localhost ( [85.217.148.22]) by mx.gmail.com with ESMTP id o45sm3679511nfa.2006.07.13.13.29.37; Thu, 13 Jul 2006 13:29:37 -0700 (PDT) Date: Thu, 13 Jul 2006 23:28:21 +0300 From: Luchezar Petkov To: FreeBSD-Questions Message-ID: <20060713202821.GA32905@lilly.evo.bg> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Subject: Buildworld failes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 20:29:50 -0000 Hi list, make buildworld failes to build, the error messages are: /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111:3: #error "Inconsistency between crypto.h and cryptlib.c" In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66: /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is disabled. In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_mdc2.c:65: /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is disabled. In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2_one.c:61: /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is disabled. In file included from /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63: /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is disabled. mkdep: compile failed *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** 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. -- #uname -a FreeBSD lilly.evo.bg 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 9 00:54:55 EEST 2006 lucho@lilly.evo.bg:/usr/obj/usr/src/sys/LILLY i386 #/usr/bin/openssl version OpenSSL 0.9.7e-p1 25 Oct 2004 Latest sources. Thank you. From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 21:33:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0022D16A4DD for ; Thu, 13 Jul 2006 21:33:13 +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 8240143D45 for ; Thu, 13 Jul 2006 21:33:13 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from tripel (tripel [192.168.1.11]) by mail.monochrome.org (8.13.6/8.13.6) with ESMTP id k6DLgqhB051648; Thu, 13 Jul 2006 17:42:52 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Thu, 13 Jul 2006 17:35:24 -0400 (EDT) From: Chris Hill To: Jean-Paul Natola In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> Message-ID: <20060713172641.Q43814@tripel.monochrome.org> References: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Andy Greenwood , "Peter A. Giessel" , freebsd-questions@freebsd.org Subject: RE: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 21:33:14 -0000 On Thu, 13 Jul 2006, Jean-Paul Natola wrote: > But as I mentioned earlier > > ntpd is running , when I do top ...? Anyway, make sure your drift file exists and is writeable. Mine looks like this: $ ls -l /var/db/ntpd.drift -rw-r--r-- 1 root wheel 6 Jul 13 17:01 /var/db/ntpd.drift If it's not there, just # touch /var/db/ntpd.drift ...and verify permissions. ntpd should be able to take over from there. Another thing: (assuming you don't want to use ntpdate) ntpd may not sync to the time server if the local clock is "very" different from the server's clock. To sync the clock on boot, you can add ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high ...to /etc/rc.conf. HTH. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 21:44:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2CE516A4DE for ; Thu, 13 Jul 2006 21:44:51 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1205843D4C for ; Thu, 13 Jul 2006 21:44:50 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net [24.53.251.44]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Thu, 13 Jul 2006 17:44:49 -0400 id 00056407.44B6BED1.00016EE9 Date: Thu, 13 Jul 2006 17:44:48 -0400 From: Bill Moran To: "Jean-Paul Natola" Message-Id: <20060713174448.8fd71987.wmoran@collaborativefusion.com> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: greenwood.andy@gmail.com, pgiessel@mac.com, freebsd-questions@freebsd.org Subject: Re: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 21:44:51 -0000 "Jean-Paul Natola" wrote: > But as I mentioned earlier > > ntpd is running , when I do top Couple of things: 1) NTP will refuse to adjust the clock if it's too far off. If your clock is drifting very badly, this may cause ntp to be unable to correct it. 2) If your clock is drifting as badly as you describe, you may benefit from switching to a different hardware clock. You can see which clocks are available via the sysctl kern.timecounter.choice, then trying changing kern.timecounter.hardware. 3) Check the logs for messages. Normal operation produces stuff like this: May 25 08:21:17 pa-plum1b-166 ntpd[130]: time set -32.027468 s May 25 09:04:19 pa-plum1b-166 ntpd[130]: time reset 0.758199 s 4) If the logs don't help, you can run ntpd in debugging mode with -d or -D > -----Original Message----- > From: Andy Greenwood [mailto:greenwood.andy@gmail.com] > Sent: Thursday, July 13, 2006 4:11 PM > To: Jean-Paul Natola > Cc: Peter A. Giessel; freebsd-questions@freebsd.org > Subject: Re: TIME loss > > IIRC, ntpdate only syncs your time at boot. You want something like > > ntpd_enable="YES" > > On 7/13/06, Jean-Paul Natola wrote: > > > > -----Original Message----- > > From: Peter A. Giessel [mailto:pgiessel@mac.com] > > Sent: Thursday, July 13, 2006 2:33 PM > > To: Jean-Paul Natola > > Cc: freebsd-questions@freebsd.org > > Subject: Re: TIME loss > > > > On 7/13/2006 10:13, Jean-Paul Natola seems to have typed: > > > I do have the ntpd running, > > > > what does ntpq -p say? > > > > > > > > No association ID's returned > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > Here's my rc.conf entry > > > > ntpdate_enable="YES" > > ntpdate_program="ntpdate" > > ntpdate_flags="-b 192.168.1.3" > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Bill Moran Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. Benjamin Franklin From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 22:03:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B274616A4DE for ; Thu, 13 Jul 2006 22:03:51 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D58743D46 for ; Thu, 13 Jul 2006 22:03:50 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so7341nfb for ; Thu, 13 Jul 2006 15:03:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ktuH6o1Ag7l3ob2aQV4gQGavvVNszn9AaU3hOScLnqJo1Y3XXrEEjjsOBWai5yOjSpwoKsCcE9dALVKPHRZALat7OkoannAtDrZ5S4+svi6+dQ3sohYGmB2601mdglrQ/Q4LsqRUW4sZFVOf/jyZWwaUmm/6sqr/GoOaVfflFBw= Received: by 10.48.80.20 with SMTP id d20mr1338592nfb; Thu, 13 Jul 2006 15:03:49 -0700 (PDT) Received: by 10.48.210.5 with HTTP; Thu, 13 Jul 2006 15:03:49 -0700 (PDT) Message-ID: <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> Date: Thu, 13 Jul 2006 18:03:49 -0400 From: "Bob Johnson" To: stanb@panix.com, "Free BSD Questions list" In-Reply-To: <20060713201653.GA18143@teddy.fas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060713123214.GA30789@teddy.fas.com> <20060713201653.GA18143@teddy.fas.com> Cc: Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 22:03:51 -0000 On 7/13/06, stan wrote: > On Thu, Jul 13, 2006 at 06:08:50PM +0530, Ashok TM wrote: > > use > > top -S > > There will be new column with 'C' tag which displays the the cpu id on > > which the process is running > > > > mptables to list the processors available > > Hmm, > > cvsup# mptables > mptables: Command not found. > cvsup# man -k mptables > mptables: nothing appropriate > > and the man page for top says that _s os: > > -S Show system processes in the display. Normally, > system pro- cesses such as the pager and the swapper are not shown. > This option makes them visible. > > Am I mising something? Perhaps you haven't actually tried it to see what happens. On 5.4, there is not an extra column, but top -S includes each CPU's idle percentage as a separate system process, so you can get some idea of how well balanced things are. Perhaps the description above was for 7-CURRENT and 6.1-R acts more like 5.4. I don't have a 6.1 SMP system to test it on. 5.4 also doesn't seem to have mptables. - Bob From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 22:20:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ABAA16A4DD for ; Thu, 13 Jul 2006 22:20:43 +0000 (UTC) (envelope-from mj001@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E1EC43D45 for ; Thu, 13 Jul 2006 22:20:42 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 85702 invoked from network); 13 Jul 2006 22:20:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=vjmIboxYQ8ptM27jQQGomdx2s3OfZmt6sANjD+XjKaN7P8vKVoG5PQHAZxoLztZ7lKryABQHxr5dm8VHwXXhtTm9f8GrZNsVcr+2CgAM1VpBZt8cuC3FP90AReSxSujeeJyaOrtZU3H+XNQJ4BXyN1wnQzGu7nrqh4oqoD454zw= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@24.43.50.5 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 13 Jul 2006 22:20:41 -0000 From: Mike Jeays To: Chris Hill In-Reply-To: <20060713172641.Q43814@tripel.monochrome.org> References: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> <20060713172641.Q43814@tripel.monochrome.org> Content-Type: text/plain Date: Thu, 13 Jul 2006 18:20:40 -0400 Message-Id: <1152829240.809.110.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Jean-Paul Natola , Andy Greenwood , "Peter A. Giessel" , freebsd-questions@freebsd.org Subject: RE: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 22:20:43 -0000 On Thu, 2006-07-13 at 17:35 -0400, Chris Hill wrote: > On Thu, 13 Jul 2006, Jean-Paul Natola wrote: > > > But as I mentioned earlier > > > > ntpd is running , when I do top > > ...? > > Anyway, make sure your drift file exists and is writeable. Mine looks > like this: > > $ ls -l /var/db/ntpd.drift > -rw-r--r-- 1 root wheel 6 Jul 13 17:01 /var/db/ntpd.drift > > If it's not there, just > # touch /var/db/ntpd.drift > ...and verify permissions. ntpd should be able to take over from there. > > > > Another thing: (assuming you don't want to use ntpdate) ntpd may not > sync to the time server if the local clock is "very" different from the > server's clock. To sync the clock on boot, you can add > > ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high > > ...to /etc/rc.conf. > > > > HTH. > > -- > Chris Hill chris@monochrome.org > ** [ Busy Expunging <|> ] > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Wouldn't 'ntpd_sync_on_start="YES"' work better? Or is it a very non-intuitive parameter? Refer to http://www.qnd-guides.org/qnd-ntpd.html From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 22:31:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A6D16A4DA for ; Thu, 13 Jul 2006 22:31:04 +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 47BAC43D45 for ; Thu, 13 Jul 2006 22:31:04 +0000 (GMT) (envelope-from chris@monochrome.org) Received: from tripel (tripel [192.168.1.11]) by mail.monochrome.org (8.13.6/8.13.6) with ESMTP id k6DMemw9052206; Thu, 13 Jul 2006 18:40:48 -0400 (EDT) (envelope-from chris@monochrome.org) Date: Thu, 13 Jul 2006 18:33:19 -0400 (EDT) From: Chris Hill To: Mike Jeays In-Reply-To: <1152829240.809.110.camel@chaucer.jeays.ca> Message-ID: <20060713182906.I43814@tripel.monochrome.org> References: <3A85D7EF44E1C744BF6434691F5659E997548B@www.fcimail.org> <20060713172641.Q43814@tripel.monochrome.org> <1152829240.809.110.camel@chaucer.jeays.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Jean-Paul Natola , Andy Greenwood , "Peter A. Giessel" , freebsd-questions@freebsd.org Subject: RE: TIME loss X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 22:31:04 -0000 On Thu, 13 Jul 2006, Mike Jeays wrote: > On Thu, 2006-07-13 at 17:35 -0400, Chris Hill wrote: >> [...] To sync the clock on boot, you can add >> >> ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high >> >> ...to /etc/rc.conf. > Wouldn't 'ntpd_sync_on_start="YES"' work better? Or is it a very > non-intuitive parameter? Refer to > http://www.qnd-guides.org/qnd-ntpd.html You're right, of course. I sit corrected. Maybe that's why my clock is wrong :^) Good link, BTW. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ] From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 22:57:50 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B80BD16A4DE for ; Thu, 13 Jul 2006 22:57:50 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4937343D45 for ; Thu, 13 Jul 2006 22:57:50 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id z59so441915pyg for ; Thu, 13 Jul 2006 15:57:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=B3UkPXYvMedgKFQ5dFPPvEYY4VA2PvBwcnFs5I6jHo9XdPxCbHFQ3VH5hAoHiTqERd3sJ0j993dkMhxdyHNfYZsXXzbfAcIIjAVx+umomwaWV1hUd7kHAMpV7jCq0EffUUowLJubnB6OCvMJoXNWAOQlyLquLREcYeDrGDrZ8BA= Received: by 10.35.134.12 with SMTP id l12mr1138033pyn; Thu, 13 Jul 2006 15:57:49 -0700 (PDT) Received: by 10.35.117.14 with HTTP; Thu, 13 Jul 2006 15:57:49 -0700 (PDT) Message-ID: <70e8236f0607131557l6606b0d9i6ba6e94c95b4fee1@mail.gmail.com> Date: Thu, 13 Jul 2006 23:57:49 +0100 From: "Joao Barros" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Is SPF being used on FreeBSD.org? Where's my PR? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 22:57:50 -0000 I filled a PR through send-pr(1) some hours ago and I can't find it in GNATS. I received the CC I sent myself but nothing else... Is spf being used on Freebsd.org? From: joao.barros@gmail.com Reply-To: joao.barros@gmail.com To: FreeBSD-gnats-submit@freebsd.org Cc: joao.barros@gmail.com Date: Jul 13, 2006 4:07 PM (GMT+1) -- Joao Barros From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 23:01:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F9916A4E2 for ; Thu, 13 Jul 2006 23:01:09 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626C043D45 for ; Thu, 13 Jul 2006 23:01:09 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id E806A58823 for ; Thu, 13 Jul 2006 19:01:08 -0400 (EDT) Received: from [192.168.1.100] (pool-71-247-2-100.nycmny.east.verizon.net [71.247.2.100]) by mailspool3.panix.com (Postfix) with ESMTP id 702FF6E5926 for ; Thu, 13 Jul 2006 19:01:08 -0400 (EDT) Message-ID: <44B6D0B1.5030007@tania.servebbs.org> Date: Thu, 13 Jul 2006 19:01:05 -0400 From: Bob User-Agent: Thunderbird 1.5 (X11/20060628) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060713123214.GA30789@teddy.fas.com> <20060713201653.GA18143@teddy.fas.com> <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> In-Reply-To: <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=B2BF9879 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jul 2006 23:01:09 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bob Johnson wrote: > I don't have a 6.1 SMP system > to test it on. > On a brand nwe 6,1 SMP system the first 2 lines of top -S PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 11 root 1 171 52 0K 8K RUN 1 36.8H 90.38% idle:cpu1 12 root 1 171 52 0K 8K RUN 0 36.1H 90.33% idle:cpu0 [...] 757 bob 1 96 0 26128K 12340K CPU0 0 27:30 2.05% Xorg 797 bob 1 96 0 28976K 8424K select 1 46:19 0.73% kdeinit Bob -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEttCxAexE5bK/mHkRAqSOAJ9Pfeb9cs/HVK+byS/CGihL6xJCXgCbBdIa VozoH2bkepHAo+mmcN8CFFY= =K9dz -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 23:45:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0E3016A4DF for ; Thu, 13 Jul 2006 23:45:54 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01.ohiordc.rr.com (ms-smtp-01.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E1DA43D4C for ; Thu, 13 Jul 2006 23:45:53 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-01.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id k6DNjpVr003444 for ; Thu, 13 Jul 2006 19:45:52 -0400 (EDT) Message-ID: <009701c6a6d6$79c0d2d0$0200a8c0@satellite> From: "Dave" To: Date: Thu, 13 Jul 2006 19:45:51 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: home encrypted from install (freebsd 6.1) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 23:45:54 -0000 Hello, I'm about to do a 6.1 install on a new box. I'm separating /home in the filesystem so it's a system of it's own. During the install maybe after the install, but before the reboot i'd like to encrypt /home so that any data written to it after reboot will be encrypted. I was wondering if it was possible to do this during the install? If it is how would it effect programs like x? I'm going to have two users, one doing console logins, the other will have x whenever he logs in, i don't want the encryption to get in the way of this. Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 00:18:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B245B16A4DA for ; Fri, 14 Jul 2006 00:18:51 +0000 (UTC) (envelope-from iqgrande@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36D7143D45 for ; Fri, 14 Jul 2006 00:18:50 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so151341wra for ; Thu, 13 Jul 2006 17:18:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:to:message-id:content-type:cc:subject:from:date:x-mailer; b=C6PHWmUCvlqilz8R7403G+z8lIi1jwegFUZe5CaLmckTnTt3j74KvCg1JEN8tyBFSUJNLHbiMZAXKFGuCZ4s+GwwpwwYe3vC3RUzNIMSmUlT+X4N0jaH783tz+SCTP6oB+EQAmVq7lr2v1o47j+C2m4fDIW6NRqF14CkW3Rcjuw= Received: by 10.54.149.6 with SMTP id w6mr1646566wrd; Thu, 13 Jul 2006 17:18:50 -0700 (PDT) Received: from ?192.168.0.5? ( [67.191.189.255]) by mx.gmail.com with ESMTP id 24sm1992916wrl.2006.07.13.17.18.48; Thu, 13 Jul 2006 17:18:49 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: FreeBSD Questions Message-Id: <02C72D31-3EEC-4A8D-91C7-CC18B9BD9DD4@gmail.com> Content-Type: multipart/mixed; boundary=Apple-Mail-4-582951720 From: Anthony Agelastos Date: Thu, 13 Jul 2006 20:18:47 -0400 X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: asa@agava.com Subject: CUPS, Network Printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 00:18:51 -0000 --Apple-Mail-4-582951720 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hello, Since my latest CUPS problem has nothing to do with the thread it was mentioned in (CUPS, USB printers & "Permission Denied"), I wanted to restate the problem and give some additional information. When I try to print to my printer through the network via my MacBook Pro (which worked before), I get the message in the CUPS Web Interface (or through lpstat): "/usr/local/libexec/cups/filter/foomatic-rip failed" Basically, I have the same problem reported in the thread "Can't print to CUPS from Macintosh". I have successfully printed locally on the server with the root user and my normal user account. I have the same account name on my MacBook Pro when I tried to print. Attached to this email is the log (with only the pertinent events shown). It shows the 2 successful print jobs as well as the unsuccessful one. Does anyone have any ideas? The FreeBSD community has my appreciation for all of its help on this matter. -Anthony --Apple-Mail-4-582951720-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 00:21:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF2E16A4F3 for ; Fri, 14 Jul 2006 00:21:16 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F72C43D45 for ; Fri, 14 Jul 2006 00:21:16 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 8513613A809; Thu, 13 Jul 2006 20:21:15 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 8AFE56E5925; Thu, 13 Jul 2006 20:21:15 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1BQg-0006eV-00; Thu, 13 Jul 2006 20:21:14 -0400 Date: Thu, 13 Jul 2006 20:21:14 -0400 From: stan To: Bob Message-ID: <20060714002114.GA25387@teddy.fas.com> Mail-Followup-To: Bob , freebsd-questions@freebsd.org References: <20060713123214.GA30789@teddy.fas.com> <20060713201653.GA18143@teddy.fas.com> <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> <44B6D0B1.5030007@tania.servebbs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B6D0B1.5030007@tania.servebbs.org> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 20:12:57 up 87 days, 21:21, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 00:21:16 -0000 On Thu, Jul 13, 2006 at 07:01:05PM -0400, Bob wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Bob Johnson wrote: > > I don't have a 6.1 SMP system > > to test it on. > > > > On a brand nwe 6,1 SMP system the first 2 lines of top -S > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 11 root 1 171 52 0K 8K RUN 1 36.8H 90.38% idle:cpu1 > 12 root 1 171 52 0K 8K RUN 0 36.1H 90.33% idle:cpu0 > > [...] > > 757 bob 1 96 0 26128K 12340K CPU0 0 27:30 2.05% Xorg > 797 bob 1 96 0 28976K 8424K select 1 46:19 0.73% kdeinit > Interesting >From my machine: PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 11 root 1 171 52 0K 16K RUN 29.9H 99.02% idle 38 root 1 20 0 0K 16K syncer 2:01 0.00% syncer 24 root 1 -68 -187 0K 16K WAIT 1:28 0.00% irq21: nve0 ehci0 13 root 1 -32 -151 0K 16K WAIT 1:10 0.00% swi4: clock sio This leads me to think I have not gotten SMP working corectly on this machine. Is this a correct assumption? Also, I must admit to some amazement as to how diferntly top presents similar data on differeing OS'es. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 00:22:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B6816A4DF for ; Fri, 14 Jul 2006 00:22:23 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF8743D4C for ; Fri, 14 Jul 2006 00:22:19 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id 900A69D958; Thu, 13 Jul 2006 20:22:18 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id A358A544361; Thu, 13 Jul 2006 20:22:18 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1BRi-0006ef-00; Thu, 13 Jul 2006 20:22:18 -0400 Date: Thu, 13 Jul 2006 20:22:18 -0400 From: stan To: Bob Johnson Message-ID: <20060714002218.GB25387@teddy.fas.com> Mail-Followup-To: Bob Johnson , Free BSD Questions list References: <20060713123214.GA30789@teddy.fas.com> <20060713201653.GA18143@teddy.fas.com> <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 20:12:57 up 87 days, 21:21, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Free BSD Questions list Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 00:22:23 -0000 On Thu, Jul 13, 2006 at 06:03:49PM -0400, Bob Johnson wrote: > On 7/13/06, stan wrote: > >On Thu, Jul 13, 2006 at 06:08:50PM +0530, Ashok TM wrote: > >> use > >> top -S > >> There will be new column with 'C' tag which displays the the cpu id on > >> which the process is running > >> > >> mptables to list the processors available > > > >Hmm, > > > >cvsup# mptables > >mptables: Command not found. > >cvsup# man -k mptables > >mptables: nothing appropriate > > > >and the man page for top says that _s os: > > > > -S Show system processes in the display. Normally, > > system pro- cesses such as the pager and the swapper are not > > shown. > > This option makes them visible. > > > >Am I mising something? > > Perhaps you haven't actually tried it to see what happens. On 5.4, > there is not an extra column, but top -S includes each CPU's idle > percentage as a separate system process, so you can get some idea of > how well balanced things are. Perhaps the description above was for > 7-CURRENT and 6.1-R acts more like 5.4. I don't have a 6.1 SMP system > to test it on. > See my other reply. It appears that I don't get this, probably because I have not sucesfuly enable SMP on this machine. Which is what I was trying to asertain. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 00:24:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB23B16A4DA for ; Fri, 14 Jul 2006 00:24:12 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F43243D53 for ; Fri, 14 Jul 2006 00:24:12 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 9DE7213A7AB; Thu, 13 Jul 2006 20:24:11 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 824FE6E5927; Thu, 13 Jul 2006 20:24:11 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1BTN-0006ga-00; Thu, 13 Jul 2006 20:24:01 -0400 Date: Thu, 13 Jul 2006 20:24:01 -0400 From: stan To: John Nielsen Message-ID: <20060714002401.GC25387@teddy.fas.com> Mail-Followup-To: John Nielsen , freebsd-questions@freebsd.org References: <20060713123434.GB30789@teddy.fas.com> <200607131620.56982.lists@jnielsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607131620.56982.lists@jnielsen.net> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 20:12:57 up 87 days, 21:21, 1 user, load average: 0.00, 0.00, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 00:24:12 -0000 On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > On Thursday 13 July 2006 08:34, stan wrote: > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > > machine primarily for a large data storage requirement. > > > > What I want is one large /data partition. Given all the choices for doing > > this in FreeBSD (software) what's the "best" choice here? The partio will > > be shared via SAMBA if that affects the thhinking here. > > "Best" really depends on what your needs and goals are. Here's a quick > overview of what the choices ARE, based mostly on memory. Corrections and > additions welcome. I'll try to make some notes about pros and cons as well. > Thanks for the nice summary. The data will be backed up nightly, so I'll probably use gstirpe to get the maximum capicty. RAID5 would not work very well with 3 x 500G (asuuming that I can't use the 500G that I put the system on). -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 00:34:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA20916A4DA for ; Fri, 14 Jul 2006 00:34:40 +0000 (UTC) (envelope-from jsunx1@bellsouth.net) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id E461843D6B for ; Fri, 14 Jul 2006 00:34:34 +0000 (GMT) (envelope-from jsunx1@bellsouth.net) Received: from ibm68aec.bellsouth.net ([68.221.117.79]) by imf24aec.mail.bellsouth.net with ESMTP id <20060714003433.MGNR27777.imf24aec.mail.bellsouth.net@ibm68aec.bellsouth.net> for ; Thu, 13 Jul 2006 20:34:33 -0400 Received: from localhost ([68.221.117.79]) by ibm68aec.bellsouth.net with ESMTP id <20060714003433.BIO17714.ibm68aec.bellsouth.net@localhost> for ; Thu, 13 Jul 2006 20:34:33 -0400 Date: Thu, 13 Jul 2006 20:38:29 -0400 From: J To: freebsd-questions@freebsd.org Message-ID: <20060714003829.GA27743@brokedownpalace> Mail-Followup-To: freebsd-questions@freebsd.org References: <20060714014823.c4d0b759.nick@nickwithers.com> <000f01c6a6ba$6d1d4340$0a10a8c0@holgerdanske.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c6a6ba$6d1d4340$0a10a8c0@holgerdanske.local> User-Agent: Mutt/1.4.2.1i Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 00:34:40 -0000 On 2006-07-13 (Thu) 13:25:04 [+0000], David Christensen wrote: > Matthew Seaman wrote: > > Please read what I wrote more carefully. To summarize: don't set > > $MANPATH in your environment, and the man(1) command will work > > correctly. > > Now I understand: > > > The environment variable MANPATH should in general not be set, as > > that will override the effects of /etc/manpath.config. > I ran into and had to solve this problem myself when first coming to FreeBSD, recently, as my transported Linux bash configs contained MANPATH=$MANPATH:/custom/manpath. What I never figured out was the rationale for this. Anyone mind me asking what's wrong with MANPATH or why manpath.config is exclusively favored? For instance, while I have a /usr/lib/man.conf on my Linux system and can set the default manpath there, man happily coexists with any MANPATH. How does one add a custom manpath without root privileges? Etc. Just curious; thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 01:06:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA90C16A4DD for ; Fri, 14 Jul 2006 01:06:22 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FFF43D45 for ; Fri, 14 Jul 2006 01:06:22 +0000 (GMT) (envelope-from freebsd@hub.org) Received: from localhost (wm.hub.org [200.46.204.128]) by hub.org (Postfix) with ESMTP id 3EDED290C31; Thu, 13 Jul 2006 22:06:16 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 80304-06; Fri, 14 Jul 2006 01:06:21 +0000 (UTC) Received: from ganymede.hub.org (blk-224-179-167.eastlink.ca [24.224.179.167]) by hub.org (Postfix) with ESMTP id 982DA290C29; Thu, 13 Jul 2006 22:06:15 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1027) id 4FA405C2A9; Thu, 13 Jul 2006 22:06:25 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 4E9943769F; Thu, 13 Jul 2006 22:06:25 -0300 (ADT) Date: Thu, 13 Jul 2006 22:06:25 -0300 (ADT) From: User Freebsd To: Jerry McAllister In-Reply-To: <200607131927.k6DJRkEj018727@clunix.cl.msu.edu> Message-ID: <20060713220454.T1799@ganymede.hub.org> References: <200607131927.k6DJRkEj018727@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: danial_thom@yahoo.com, FreeBSD Questions , "Chad Leigh -- Shire.Net LLC" Subject: SMP Performance (Was: Re: Are hardware vendors starting to bail ... ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 01:06:22 -0000 On Thu, 13 Jul 2006, Jerry McAllister wrote: >> >> >> On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: >> >>> Simply enabling SMP on a single processor system >>> adds 20-25% overhead in freebsd 6.1. Again, >>> readily admitted/accepted by the developers. >>> There is no way to recover that in efficiency, at >>> least not for a long time. >> >> So don't enable SMP on a single cpu system. Easy enough to avoid. >> Chad > > Why would anyone want to enable SMP on a single CPU system anyway. Actually, I believe all the new boot disks / ISOs are all SMP-enabled, so unless you build a custom kernel (some ppl do just run GENERIC ... I'm not one, mind you), you could be running an SMP-enabled kernel on a UP system without even knowing it ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 02:12:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8AD416A4DA for ; Fri, 14 Jul 2006 02:12:47 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E7A43D46 for ; Fri, 14 Jul 2006 02:12:47 +0000 (GMT) (envelope-from freebsd@hub.org) Received: from localhost (wm.hub.org [200.46.204.128]) by hub.org (Postfix) with ESMTP id AC32E290C35; Thu, 13 Jul 2006 23:12:40 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 14263-04; Fri, 14 Jul 2006 02:12:46 +0000 (UTC) Received: from ganymede.hub.org (blk-224-179-167.eastlink.ca [24.224.179.167]) by hub.org (Postfix) with ESMTP id 1B7B0290C31; Thu, 13 Jul 2006 23:12:40 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1027) id 481104A8F1; Thu, 13 Jul 2006 23:12:51 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 40958482CC; Thu, 13 Jul 2006 23:12:51 -0300 (ADT) Date: Thu, 13 Jul 2006 23:12:51 -0300 (ADT) From: User Freebsd To: =?ISO-8859-2?Q?Nagy_L=E1szl=F3?= In-Reply-To: <44B3A7AA.1050600@enternet.hu> Message-ID: <20060713231136.T1799@ganymede.hub.org> References: <44B3A7AA.1050600@enternet.hu> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1874935690-1152843102=:1799" Content-ID: <20060713231205.X1799@ganymede.hub.org> Cc: freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 02:12:47 -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. --0-1874935690-1152843102=:1799 Content-Type: TEXT/PLAIN; CHARSET=X-UNKNOWN; FORMAT=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: <20060713231205.A1799@ganymede.hub.org> On Tue, 11 Jul 2006, Nagy L=E1szl=F3 wrote: > > Hello, > > I tried cyrus-imapd, but I'm unsatisfied. Their website was down for a da= y.=20 > Now it is up, but the pages were not updated after 2003. They had a major= domo=20 > list but it is not functioning. I found another mailing list but nobody= =20 > answers. I do not see answer to my question in its documentation. The list I'm on is both fairly active, and definitely helpful: Cyrus Mailing List The newest version that is being worked on actually include replication=20 support, so you can have a backup IMAP server in real time ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 --0-1874935690-1152843102=:1799-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 02:47:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 518BC16A4DA for ; Fri, 14 Jul 2006 02:47:44 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id BEC4B43D49 for ; Fri, 14 Jul 2006 02:47:43 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 31727 invoked from network); 14 Jul 2006 02:47:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:In-Reply-To:X-MimeOLE:Thread-Index; b=HHL4X9YB3A0CnPTwe1sZzli0GL6V0iMLxzk1IUGtnl9zaFTosDm+PbQA8uUR0peUVTfQqnslcG65MUwlU5c+GGwfHE2srtg4x3BL8Z8LH2o+/GUPRkNQiWP+vs7mV6WDqmn6q06LsHjtrQQ1K0ouTyQJ7agUc+KDuMKzFkBapzo= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 14 Jul 2006 02:47:43 -0000 From: "Tamouh H." To: "'User Freebsd'" , "'Jerry McAllister'" Date: Thu, 13 Jul 2006 22:47:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20060713220454.T1799@ganymede.hub.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: Acam4c32kX8D0RAhSHqUEOLCPNlGhQADT1Sw Message-Id: <20060714024743.BEC4B43D49@mx1.FreeBSD.org> Cc: danial_thom@yahoo.com, 'FreeBSD Questions' , "'Chad Leigh -- Shire.Net LLC'" Subject: RE: SMP Performance (Was: Re: Are hardware vendors starting to bail ... ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 02:47:44 -0000 > >> > >> On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: > >> > >>> Simply enabling SMP on a single processor system adds 20-25%=20 > >>> overhead in freebsd 6.1. Again, readily admitted/accepted by the=20 > >>> developers. > >>> There is no way to recover that in efficiency, at least not for a=20 > >>> long time. > >> > >> So don't enable SMP on a single cpu system. Easy enough to avoid. > >> Chad > > > > Why would anyone want to enable SMP on a single CPU system anyway. >=20 > Actually, I believe all the new boot disks / ISOs are all=20 > SMP-enabled, so unless you build a custom kernel (some ppl do=20 > just run GENERIC ... I'm not one, mind you), you could be=20 > running an SMP-enabled kernel on a UP system without even=20 > knowing it ... >=20 > ---- > Marc G. Fournier Hub.Org Networking Services=20 > (http://www.hub.org) > Email . scrappy@hub.org MSN .=20 > scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 I have to put my two cents here: 1) I agree with few posters that FreeBSD performance have been lacking = behind. I've reported few issues on performance list and many did. We = offered few pre-production servers for performance testing, but the = answer we keep getting is: a. It is either your hardware sucks b. your benchmark application sucks 2) Regarding SMP, few posts talked about disabling hyper-thread and SMP = because it causes a performance degradation. On production hosting = server, the experience was otherwise though. Without HT and SMP, the = server would sky rocket in resource consumption. This has been tested on = FBSD 5.4 i386 3) I'm also frustrated like many with the rapid advancement in release = jumps. We barely started 5.x to conclude it does not live up to = expectations, so now 6.x is suppoused to be the good version, yet 7.x is = going to come out soon and probably in less than a year 6.x will be = considered inadequate. While I understand the development team is working hard to catch-up with = technology and hats off to all the developers, why there is "in my = opinion" no long term strategy for the base of the software. Thank you, Tamouh From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 03:03:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33A216A4DA for ; Fri, 14 Jul 2006 03:03:33 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA2D43D46 for ; Fri, 14 Jul 2006 03:03:33 +0000 (GMT) (envelope-from freebsd@hub.org) Received: from localhost (wm.hub.org [200.46.204.128]) by hub.org (Postfix) with ESMTP id 88413290C31; Fri, 14 Jul 2006 00:03:32 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 16513-07; Fri, 14 Jul 2006 03:03:32 +0000 (UTC) Received: from ganymede.hub.org (blk-224-179-167.eastlink.ca [24.224.179.167]) by hub.org (Postfix) with ESMTP id 086C6290C29; Fri, 14 Jul 2006 00:03:32 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1027) id 69CA54977F; Fri, 14 Jul 2006 00:03:30 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 62BD63EF99; Fri, 14 Jul 2006 00:03:30 -0300 (ADT) Date: Fri, 14 Jul 2006 00:03:30 -0300 (ADT) From: User Freebsd To: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= In-Reply-To: <44B3E271.4090700@freemail.hu> Message-ID: <20060714000047.N1799@ganymede.hub.org> References: <44B3A7AA.1050600@enternet.hu> <44B3E271.4090700@freemail.hu> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1411987424-1152846210=:1799" Cc: freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 03:03:33 -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. --0-1411987424-1152846210=:1799 Content-Type: TEXT/PLAIN; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 11 Jul 2006, Nagy L=E1szl=F3 Zsolt wrote: > Thank you for your responses! > > I tried to install cyrus-imapd, courier-imapd and dovecot, in this order.= :-) > Dovecot has my preference. I could install it in a few minutes, and it wa= s=20 > very easy to configure. At least it is easier than courier, for me. :-) One thing to note here, and I've never looked into dovecot, so maybe its=20 similar, but cyrus-imapd is a black-box mail spool ... mailbox !=3D passwor= d=20 entry, and the mail spool is *only* accessible through imap/pop3, no=20 "local mail" ... it was designed to handle systems where needing >65536=20 mailboxes was a requirement, as well as security ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 --0-1411987424-1152846210=:1799-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 04:16:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFE116A4DD for ; Fri, 14 Jul 2006 04:16:55 +0000 (UTC) (envelope-from rob@coombs.anu.edu.au) Received: from mailhost.netspeed.com.au (mailhost.netspeed.com.au [203.31.48.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A2043D46 for ; Fri, 14 Jul 2006 04:16:53 +0000 (GMT) (envelope-from rob@coombs.anu.edu.au) Received: from freebsd.connect-a.com.au (unverified [210.11.146.186]) by NSmailhost (SurgeMail 3.7c) with ESMTP id 227806807 for multiple; Fri, 14 Jul 2006 14:16:25 +1000 Received: from localhost (localhost [127.0.0.1]) by freebsd.connect-a.com.au (8.12.3/8.11.3) with ESMTP id k6E4Gbf5000972; Fri, 14 Jul 2006 14:16:37 +1000 (EST) (envelope-from rob@coombs.anu.edu.au) Date: Fri, 14 Jul 2006 14:16:37 +1000 (EST) From: Rob Hurle X-X-Sender: rob@freebsd.connect-a.com.au To: freebsd-questions@freebsd.org In-Reply-To: <44B6D0B1.5030007@tania.servebbs.org> Message-ID: <20060714141115.D581@freebsd.connect-a.com.au> References: <20060713123214.GA30789@teddy.fas.com> <20060713201653.GA18143@teddy.fas.com> <54db43990607131503w6203cbb8t46e478a008895b52@mail.gmail.com> <44B6D0B1.5030007@tania.servebbs.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Server: High Performance Mail Server - http://surgemail.com r=896955829 Cc: Bob Subject: Re: top and multiple CPU's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 04:16:55 -0000 > Bob Johnson wrote: > > I don't have a 6.1 SMP system > > to test it on. > > > > On a brand nwe 6,1 SMP system the first 2 lines of top -S > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > 11 root 1 171 52 0K 8K RUN 1 36.8H 90.38% idle:cpu1 > 12 root 1 171 52 0K 8K RUN 0 36.1H 90.33% idle:cpu0 I also have a brand new 6.1 SMP system, but the first 2 lines of top -S show something very different: 11 root 1 171 52 0K 8K CPU1 0 0:00 99.17% idle: cpu1 12 root 1 171 52 0K 8K RUN 0 288:46 98.14% idle: cpu0 Any ideas why cpu1 appears to be not doing anything? dmesg says: ..... CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (3206.31-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Features=0xbfebfbff Features2=0x649d> AMD Features=0x20100000 Logical CPUs per core: 2 real memory = 1072087040 (1022 MB) avail memory = 1039990784 (991 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 .... Rob Hurle ----------------------------------------------------- Rob Hurle Faculty of Asian Studies, ANU Home address and contacts: Tel: +61 2 6247 2397 PO Box 4013 Fax: +61 2 6247 2397 Ainslie Cell phone: 0417 293 603 Australia e-mail: rob@coombs.anu.edu.au ----------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 04:42:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCF416A4E0 for ; Fri, 14 Jul 2006 04:42:18 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533C843D46 for ; Fri, 14 Jul 2006 04:42:18 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 3946F13C7CB; Thu, 13 Jul 2006 23:46:53 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 0C65513C7C5; Thu, 13 Jul 2006 23:46:53 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 0B5B213C7BF; Thu, 13 Jul 2006 23:46:53 -0500 (CDT) Date: Thu, 13 Jul 2006 23:46:53 -0500 (CDT) From: Philip Hallstrom To: User Freebsd In-Reply-To: <20060714000047.N1799@ganymede.hub.org> Message-ID: <20060713234622.M35606@bravo.pjkh.com> References: <44B3A7AA.1050600@enternet.hu> <44B3E271.4090700@freemail.hu> <20060714000047.N1799@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: =?ISO-8859-2?Q?Nagy_L=E1szl=F3_Zsolt?= , freebsd-questions@freebsd.org Subject: Re: IMAP server alternatives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 04:42:18 -0000 >> I tried to install cyrus-imapd, courier-imapd and dovecot, in this order. >> :-) >> Dovecot has my preference. I could install it in a few minutes, and it was >> very easy to configure. At least it is easier than courier, for me. :-) > > One thing to note here, and I've never looked into dovecot, so maybe its > similar, but cyrus-imapd is a black-box mail spool ... mailbox != password > entry, and the mail spool is *only* accessible through imap/pop3, no "local > mail" ... it was designed to handle systems where needing >65536 mailboxes > was a requirement, as well as security ... Dovecot has similar functionality.... -philip From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 05:38:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A57B116A4DA; Fri, 14 Jul 2006 05:38:52 +0000 (UTC) (envelope-from tigos2@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DA0943D49; Fri, 14 Jul 2006 05:38:52 +0000 (GMT) (envelope-from tigos2@mail.ru) Received: from [195.46.172.125] (port=55184 helo=ts2-a125.khabarovsk.dial.rol.ru) by mx6.mail.ru with asmtp id 1G1GO2-000Kr6-00; Fri, 14 Jul 2006 09:38:50 +0400 From: Valeriy Klimentiev Organization: SouthPort To: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 16:38:34 +1100 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607141638.34893.tigos2@mail.ru> Cc: Subject: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 05:38:52 -0000 Hi. I've Intel D945GNTL S775 mb. Driver snd_ich not work. I try Ariff's patch, but no effect. kernel: device sound device snd_ich uname -a: FreeBSD papa.home 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Tue Jul 11 18:23:38 VLAST 2006 root@papa.home:/usr/obj/usr/src/sys/Neko i386 dmesg: pci0: at device 27.0 (no driver attached) pciconf -vl: none0@pci0:27:0: class=0x040300 card=0x02028086 chip=0x27d88086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) High Definition Audio' class = multimedia FreeBSD will maintain this hardware? What me to do now? --- With best regards, Valeriy Klimentiev. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 05:51:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33BF16A4DF; Fri, 14 Jul 2006 05:51:24 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mx18.yandex.ru (smtp2.yandex.ru [213.180.200.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ECB43D4C; Fri, 14 Jul 2006 05:51:23 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([81.18.142.225]:25100 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S3375876AbWGNFvO (ORCPT + 1 other); Fri, 14 Jul 2006 09:51:14 +0400 X-Comment: RFC 2476 MSA function at smtp2.yandex.ru logged sender identity as: bu7cher Message-ID: <44B730CF.4060302@yandex.ru> Date: Fri, 14 Jul 2006 09:51:11 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Valeriy Klimentiev References: <200607141638.34893.tigos2@mail.ru> In-Reply-To: <200607141638.34893.tigos2@mail.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 05:51:25 -0000 Valeriy Klimentiev wrote: > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) High Definition Audio' > class = multimedia > > FreeBSD will maintain this hardware? What me to do now? You should look a freebsd-multimedia@ archives. http://docs.freebsd.org/cgi/mid.cgi?44ADF5D1.7010100 http://www.freebsd.org/news/status/report-apr-2006-jun-2006.html#Sound-subsystem-improvements -- WBR, Andrey V. Elsukov From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 05:55:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1350816A4DF for ; Fri, 14 Jul 2006 05:55:29 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C582143D73 for ; Fri, 14 Jul 2006 05:55:18 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k6E5srTI043989 for ; Fri, 14 Jul 2006 06:54:53 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail Message-ID: <44B731A7.70603@infracaninophile.co.uk> Date: Fri, 14 Jul 2006 06:54:47 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.4 (X11/20060610) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060714014823.c4d0b759.nick@nickwithers.com> <000f01c6a6ba$6d1d4340$0a10a8c0@holgerdanske.local> <20060714003829.GA27743@brokedownpalace> In-Reply-To: <20060714003829.GA27743@brokedownpalace> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig5DD2A3A0591EFFCC152A1BB8" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Fri, 14 Jul 2006 06:54:53 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.3/1598/Thu Jul 13 12:38:16 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on happy-idiot-talk.infracaninophile.co.uk Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 05:55:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5DD2A3A0591EFFCC152A1BB8 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable J wrote: > On 2006-07-13 (Thu) 13:25:04 [+0000], David Christensen wrote: >> Matthew Seaman wrote: >>> Please read what I wrote more carefully. To summarize: don't set >>> $MANPATH in your environment, and the man(1) command will work >>> correctly. >> Now I understand: >> >>> The environment variable MANPATH should in general not be set, as >>> that will override the effects of /etc/manpath.config. >=20 > I ran into and had to solve this problem myself when first coming to > FreeBSD, recently, as my transported Linux bash configs contained > MANPATH=3D$MANPATH:/custom/manpath. What I never figured out was the > rationale for this. Anyone mind me asking what's wrong with MANPATH or > why manpath.config is exclusively favored? For instance, while I have a= > /usr/lib/man.conf on my Linux system and can set the default manpath > there, man happily coexists with any MANPATH. How does one add a custom= > manpath without root privileges? Etc. Just curious; thanks. The manpath(1) program is designed to provide standard system-wide operation of the man(1) command. It covers all of the places the ports system will put manpages and all of the system manpages. That is generally sufficient for most sites. If you have a customised directory layout and start putting man pages in unusual places, then you've got two choices. If these oddly located man pages are for general consumption, then add the appropriate info to /etc/manpath.config -- by editing that one file you will make those manpages visible immediately to all users on the system. Otherwise if you have your own private stache of manpages you should set MANPATH in your shell initialization scripts. However, you should not assume that MANPATH is already set so that you can just append to it. To get the best of both worlds, set your local $MANPATH based on the output of manpath(1). For Bourne-type shells, something like: MANPATH=3D"${MANPATH:-$(manpath)}:/foo/bar/man:/baz/quux/man" export MANPATH Or to ignore any previous setting of MANPATH in the environment: MANPATH=3D$( unset MANPATH ; manpath ) export MANPATH csh equivalents are left as an exercise for the student. 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 --------------enig5DD2A3A0591EFFCC152A1BB8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEtzGt8Mjk52CukIwRA6ptAJ4h527A3BCwsbl9xHfPssIYdZtwPQCggdcP GC5yTDtWhT9dXA5MWwyzF+c= =JsC9 -----END PGP SIGNATURE----- --------------enig5DD2A3A0591EFFCC152A1BB8-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 05:56:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F80116A4E0 for ; Fri, 14 Jul 2006 05:56:16 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D27143D94 for ; Fri, 14 Jul 2006 05:55:52 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from [IPv6:::1] (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k6E5tSaH044004 for ; Fri, 14 Jul 2006 06:55:29 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=softfail; spf=softfail Message-ID: <44B731D0.90001@infracaninophile.co.uk> Date: Fri, 14 Jul 2006 06:55:28 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 1.5.0.4 (X11/20060610) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060714014823.c4d0b759.nick@nickwithers.com> <000f01c6a6ba$6d1d4340$0a10a8c0@holgerdanske.local> <20060714003829.GA27743@brokedownpalace> In-Reply-To: <20060714003829.GA27743@brokedownpalace> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigCD8293D0C9CEEFFC85DA0BE8" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (smtp.infracaninophile.co.uk [IPv6:::1]); Fri, 14 Jul 2006 06:55:29 +0100 (BST) X-Virus-Scanned: ClamAV 0.88.3/1598/Thu Jul 13 12:38:16 2006 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on happy-idiot-talk.infracaninophile.co.uk Subject: Re: 6.1-RELEASE-i386 man broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 05:56:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCD8293D0C9CEEFFC85DA0BE8 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable J wrote: > On 2006-07-13 (Thu) 13:25:04 [+0000], David Christensen wrote: >> Matthew Seaman wrote: >>> Please read what I wrote more carefully. To summarize: don't set >>> $MANPATH in your environment, and the man(1) command will work >>> correctly. >> Now I understand: >> >>> The environment variable MANPATH should in general not be set, as >>> that will override the effects of /etc/manpath.config. >=20 > I ran into and had to solve this problem myself when first coming to > FreeBSD, recently, as my transported Linux bash configs contained > MANPATH=3D$MANPATH:/custom/manpath. What I never figured out was the > rationale for this. Anyone mind me asking what's wrong with MANPATH or > why manpath.config is exclusively favored? For instance, while I have a= > /usr/lib/man.conf on my Linux system and can set the default manpath > there, man happily coexists with any MANPATH. How does one add a custom= > manpath without root privileges? Etc. Just curious; thanks. The manpath(1) program is designed to provide standard system-wide operation of the man(1) command. It covers all of the places the ports system will put manpages and all of the system manpages. That is generally sufficient for most sites. If you have a customised directory layout and start putting man pages in unusual places, then you've got two choices. If these oddly located man pages are for general consumption, then add the appropriate info to /etc/manpath.config -- by editing that one file you will make those manpages visible immediately to all users on the system. Otherwise if you have your own private stache of manpages you should set MANPATH in your shell initialization scripts. However, you should not assume that MANPATH is already set so that you can just append to it. To get the best of both worlds, set your local $MANPATH based on the output of manpath(1). For Bourne-type shells, something like: MANPATH=3D"${MANPATH:-$(manpath)}:/foo/bar/man:/baz/quux/man" export MANPATH Or to ignore any previous setting of MANPATH in the environment: MANPATH=3D"$( unset MANPATH ; manpath ):/foo/bar/man:/baz/quux/man" export MANPATH csh equivalents are left as an exercise for the student. 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 --------------enigCD8293D0C9CEEFFC85DA0BE8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEtzHQ8Mjk52CukIwRA83jAJ9/7SNAsHAndEP+HqbTUZCudTCqAgCaAlwM wNJJz5NTl7g0yOtaWHNbfAU= =Yptd -----END PGP SIGNATURE----- --------------enigCD8293D0C9CEEFFC85DA0BE8-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 06:03:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BE3716A4DA; Fri, 14 Jul 2006 06:03:51 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D99E43D46; Fri, 14 Jul 2006 06:03:49 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D409.dip.t-dialin.net [84.165.212.9]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k6E5s5OA022446; Fri, 14 Jul 2006 07:54:06 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k6E63p20089339; Fri, 14 Jul 2006 08:03:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Fri, 14 Jul 2006 08:03:50 +0200 Message-ID: <20060714080350.m0gx7gwvks844s8c@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 14 Jul 2006 08:03:50 +0200 From: Alexander Leidinger To: Valeriy Klimentiev References: <200607141638.34893.tigos2@mail.ru> In-Reply-To: <200607141638.34893.tigos2@mail.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 06:03:51 -0000 Quoting Valeriy Klimentiev (from Fri, 14 Jul 2006 16:38:34 +1100): > device = '82801G (ICH7 Family) High Definition Audio' It's not supported currently. You can find alpha quality drivers in the archive of the multimedia mailinglist, search for recent messages about HDA. Bye, Alexander. -- "Reflections on Ice-Breaking" Candy Is dandy But liquor Is quicker. -- Ogden Nash http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 06:36:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6472C16A500 for ; Fri, 14 Jul 2006 06:36:32 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc3-s35.bay0.hotmail.com (bay0-omc3-s35.bay0.hotmail.com [65.54.246.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2425A43D49 for ; Fri, 14 Jul 2006 06:36:32 +0000 (GMT) (envelope-from dead_line@hotmail.com) Received: from hotmail.com ([64.4.54.111]) by bay0-omc3-s35.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Jul 2006 23:36:32 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 13 Jul 2006 23:36:32 -0700 Message-ID: Received: from 195.226.241.40 by by20fd.bay20.hotmail.msn.com with HTTP; Fri, 14 Jul 2006 06:36:29 GMT X-Originating-IP: [195.226.241.40] X-Originating-Email: [dead_line@hotmail.com] X-Sender: dead_line@hotmail.com From: "Marwan Sultan" To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 06:36:29 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 14 Jul 2006 06:36:32.0241 (UTC) FILETIME=[D8549E10:01C6A70F] Subject: FreeBSD & HP Laptop? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 06:36:32 -0000 Hello everyone, I recently bought HP laptop dv5178us Media Center It has builtin BlueTooth, wireless network device, lightscribe, and the VGA is nVIDIA GeForce GO 7400 512mb, s-video, some others 2, I'm not sure from motherboard specs, I want to format the XP media center edition and install FreeBSD 6.1R with kde3 I wonder if someone can advice me and tell, if this specifications is compatiable with freebsd or not, or if i will have any problems with any devices drivers? I have a button on my keyboard that if pressed will turn the bluetooth and wireless network on and off, is this will work to with fbsd 6.1? I'm sorry If i will take from someone time to check my specs. Here is a link may help. http://h10025.www1.hp.com/ewfrf/wc/genericDocumentcc=us&docname=c00619266&lc=en&jumpid=reg_R1002_USEN its the specs for the laptop. Thank you so much in advance. Marwan Sultan. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 06:40:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8985816A4DF for ; Fri, 14 Jul 2006 06:40:37 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id E953443D46 for ; Fri, 14 Jul 2006 06:40:36 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail49.nyc.untd.com (webmail49.nyc.untd.com [10.141.27.189]) by smtpout03.nyc.untd.com with SMTP id AABCMQRCMAK5R6MS for (sender ); Thu, 13 Jul 2006 23:40:11 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRMRu80e+pIBHtkFWyQqQLI/HjuVE7jryDQ== Received: (from gs_stoller@juno.com) by webmail49.nyc.untd.com (jqueuemail) id LU8J8WHU; Thu, 13 Jul 2006 23:39:21 PDT Received: from [10.141.30.34] by webmail49.nyc.untd.com with HTTP: Fri, 14 Jul 2006 06:38:35 GMT X-Originating-IP: [10.141.30.34] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Fri, 14 Jul 2006 06:38:35 GMT To: levchenko.i@gmail.com, wmoran@collaborativefusion.com X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060713.233921.26276.332203@webmail49.nyc.untd.com> X-ContentStamp: 2:2:3071571667 X-UNTD-Peer-Info: 10.141.27.189|webmail49.nyc.untd.com|webmail49.nyc.untd.com|gs_stoller@juno.com Cc: freebsd-questions@freebsd.org Subject: Re: CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 06:40:37 -0000 Here is my latest try on it (where I dropped the 'a' at the end of 'acd0a'): # mount -t cd9660 /dev/acd0 /cdrom = cd9660: /dev/acd0: No such file or directory # From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 07:40:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2A0116A4E0; Fri, 14 Jul 2006 07:40:10 +0000 (UTC) (envelope-from kvv@beltel.ru) Received: from beltel.ru (mln.beltel.ru [195.5.131.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA08B43D46; Fri, 14 Jul 2006 07:40:09 +0000 (GMT) (envelope-from kvv@beltel.ru) Received: from localhost (localhost [127.0.0.1]) by beltel.ru (Postfix) with ESMTP id CEC6827ECE1; Fri, 14 Jul 2006 11:40:06 +0400 (MSD) Received: from beltel.ru ([127.0.0.1]) by localhost (www [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02818-03; Fri, 14 Jul 2006 11:40:06 +0400 (MSD) Received: from swork.beltel.local (unknown [192.168.0.99]) by beltel.ru (Postfix) with ESMTP id 07C5927ECDB; Fri, 14 Jul 2006 11:40:06 +0400 (MSD) Date: Fri, 14 Jul 2006 11:40:04 +0400 From: Vladimir To: Valeriy Klimentiev Message-ID: <20060714114004.4e6b7d63@swork.beltel.local> In-Reply-To: <200607141638.34893.tigos2@mail.ru> References: <200607141638.34893.tigos2@mail.ru> Organization: beltel X-Mailer: Sylpheed-Claws 2.3.0 (GTK+ 2.8.19; i386-unknown-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at mail.beltel.ru Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 07:40:10 -0000 You could use oss drivers. http://4front-tech.com/ This drivers work good on my laptop. > Hi. > > I've Intel D945GNTL S775 mb. Driver snd_ich not work. > I try Ariff's patch, but no effect. > > kernel: > device sound > device snd_ich > > uname -a: > FreeBSD papa.home 7.0-CURRENT FreeBSD 7.0-CURRENT #4: Tue Jul 11 > 18:23:38 VLAST 2006 root@papa.home:/usr/obj/usr/src/sys/Neko i386 > > dmesg: pci0: at device 27.0 (no driver attached) > > pciconf -vl: > none0@pci0:27:0: class=0x040300 card=0x02028086 > chip=0x27d88086 rev=0x01 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801G (ICH7 Family) High Definition Audio' > class = multimedia > > FreeBSD will maintain this hardware? What me to do now? > > --- > With best regards, Valeriy Klimentiev. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- ó õ×ÁÖÅÎÉÅÍ ëÒÕÐÅÎÞÅÎËÏ× ÷.÷. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 10:11:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6209F16A4DF for ; Fri, 14 Jul 2006 10:11:54 +0000 (UTC) (envelope-from naim@bitcare.dk) Received: from dansknet.dk (smtp1.dansknet.dk [85.233.229.242]) by mx1.FreeBSD.org (Postfix) with SMTP id CAA6B43D4C for ; Fri, 14 Jul 2006 10:11:53 +0000 (GMT) (envelope-from naim@bitcare.dk) Received: (qmail 11840 invoked from network); 14 Jul 2006 11:16:38 -0000 Received: from 85233231171.switch.dansknet.dk (HELO dansknet.dk) (85.233.231.171) by dansknet.dk with SMTP; 14 Jul 2006 11:16:38 -0000 Date: Fri, 14 Jul 2006 12:11:57 +0200 From: Naim To: freebsd-questions@freebsd.org Message-ID: <20060714121157.60265a57@dansknet.dk> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: AVI to MPEG conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 10:11:54 -0000 Hi I am looking for a tool to convert an AVI file into MPEG. I have looked at both mplayer and ffmpeg, but I can't quite seem to figure this out. If anyone has the patience and knowledge of how to do this I would appreciate it a lot. Best and kind regards, Rico From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 10:40:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C2A16A4DA for ; Fri, 14 Jul 2006 10:40:25 +0000 (UTC) (envelope-from levchenko.i@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E4B43D46 for ; Fri, 14 Jul 2006 10:40:23 +0000 (GMT) (envelope-from levchenko.i@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so716375uge for ; Fri, 14 Jul 2006 03:40:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XuSNE6QzOcXxlQf+ScdZKh+8gkn7g2nZ22XOxVwzTjyqZGakLZM9KyF/sCbVExgbS0tKgq4Vb0Kul6wC4Mn0quzVbrYEayWxXg3B2YRf+G+n33eX+N3VqXZp1VD8XGyVKjzlnJsZjqPzluUHRCLs9N5nw8G71E8NT6k98aLiRNE= Received: by 10.78.165.16 with SMTP id n16mr1583638hue; Fri, 14 Jul 2006 03:40:22 -0700 (PDT) Received: by 10.78.118.5 with HTTP; Fri, 14 Jul 2006 03:40:22 -0700 (PDT) Message-ID: Date: Fri, 14 Jul 2006 13:40:22 +0300 From: "Ivan Levchenko" To: "gs_stoller@juno.com" In-Reply-To: <20060713.233921.26276.332203@webmail49.nyc.untd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060713.233921.26276.332203@webmail49.nyc.untd.com> Cc: freebsd-questions@freebsd.org Subject: Re: CDROM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 10:40:25 -0000 Hello, Could you show the results of: dmesg | grep acd and ls -l /dev/ | grep acd On 7/14/06, gs_stoller@juno.com wrote: > Here is my latest try on it (where I dropped the 'a' at the end of > 'acd0a'): > # mount -t cd9660 /dev/acd0 /cdrom > cd9660: /dev/acd0: No such file or directory > # > > From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 10:56:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D64916A4DF for ; Fri, 14 Jul 2006 10:56:15 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from outmx023.isp.belgacom.be (outmx023.isp.belgacom.be [195.238.4.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9631743D46 for ; Fri, 14 Jul 2006 10:56:13 +0000 (GMT) (envelope-from alainfabry@belgacom.net) Received: from outmx023.isp.belgacom.be (localhost [127.0.0.1]) by outmx023.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k6EAuAJI013152 for ; Fri, 14 Jul 2006 12:56:10 +0200 (envelope-from ) Received: from belgacom.net (3.28-245-81.adsl-dyn.isp.belgacom.be [81.245.28.3]) by outmx023.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k6EAu6eb013112 for ; Fri, 14 Jul 2006 12:56:06 +0200 (envelope-from ) Date: Fri, 14 Jul 2006 12:55:32 +0200 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20060714105532.GA46694@ducati-748.3rdrock.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: boot FreeBSD from USB external drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 10:56:15 -0000 Is it possible to boot FreeBSD from external USB drive? Have my XP PC from the office with many IT restrictions. I'm however capable to boot from USB. If so, can you provide me some reference as on how to do the installation? Thanks in advance, Alain From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 11:56:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8D916A4DA for ; Fri, 14 Jul 2006 11:56:11 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE9F43D46 for ; Fri, 14 Jul 2006 11:56:10 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail4.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id BC0B817B90B; Fri, 14 Jul 2006 13:56:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kx-0u59sJSmi; Fri, 14 Jul 2006 13:56:00 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id F2C8A17B956; Fri, 14 Jul 2006 13:55:59 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id CB2715081F; Fri, 14 Jul 2006 13:55:59 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.6/8.13.6) with ESMTP id k6EBtxXb060357; Fri, 14 Jul 2006 13:55:59 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) Message-Id: <200607141155.k6EBtxXb060357@radagast.ijs.si> From: Dejan Lesjak To: Warren Liddell , freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 13:55:58 +0200 References: <200607122359.38798.shinjii@virusinfo.rdksupportinc.com> Lines: 39 User-Agent: KNode/0.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Cc: Subject: Re: Error Upgrading XFree86-4-clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 11:56:11 -0000 Warren Liddell wrote: > im Running FreeBSD 6.1-STABLE and the last week or more i have had > problems trying to upgrade this port .. below is the full work up of > trying to install > the package manually from the ports. Any assistance into whats happening > would be appreciated. > > ============================== > exports/lib > glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm > -Wl,-rpath,/usr/X11R6/lib > -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib > /usr/bin/ld: warning: libstdc++.so.3, needed by /usr/X11R6/lib/libGLU.so, > not found (try using -rpath or -rpath-link) /usr/X11R6/lib/libGLU.so: > undefined reference to `__rtti_user' /usr/X11R6/lib/libGLU.so: undefined > reference to `__rtti_si' /usr/X11R6/lib/libGLU.so: undefined reference to > `__get_eh_context' /usr/X11R6/lib/libGLU.so: undefined reference to > `__sjthrow' /usr/X11R6/lib/libGLU.so: undefined reference to > `__builtin_vec_new' /usr/X11R6/lib/libGLU.so: undefined reference to > `__builtin_vec_delete' /usr/X11R6/lib/libGLU.so: undefined reference to > `__rtti_class' /usr/X11R6/lib/libGLU.so: undefined reference to > `__builtin_delete' /usr/X11R6/lib/libGLU.so: undefined reference to > `__terminate' /usr/X11R6/lib/libGLU.so: undefined reference to > `__builtin_new' *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs. > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients. Can you try to recompile XFree86-4-libraries. It seems parts of that port are linked to libraries from previous versions of FreeBSD and it was not rebuild after FreeBSD upgrade? Dejan From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 12:07:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA3916A4DF; Fri, 14 Jul 2006 12:07:43 +0000 (UTC) (envelope-from GMcCaughan@synaptics-uk.com) Received: from mx2.synaptics-uk.com (mx2.synaptics-uk.com [194.203.111.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF4143D6A; Fri, 14 Jul 2006 12:07:36 +0000 (GMT) (envelope-from GMcCaughan@synaptics-uk.com) Received: from firewall.synaptics-uk.com ([194.203.111.212] helo=ukexchange2k.synaptics-inc.local) by mx2.synaptics-uk.com with esmtp (Exim 4.20) id 1G1MuQ-0007Id-2x; Fri, 14 Jul 2006 13:36:42 +0100 Received: from lists.synaptics-uk.com ([172.20.11.6]) by ukexchange2k.synaptics-inc.local with Microsoft SMTPSVC(5.0.2195.6713); Fri, 14 Jul 2006 13:06:59 +0100 Received: from [172.20.11.5] (unknown [172.20.11.5]) by lists.synaptics-uk.com (Postfix) with ESMTP id A88C317030; Fri, 14 Jul 2006 12:47:19 +0100 (BST) From: Gareth McCaughan To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 13:06:58 +0100 User-Agent: KMail/1.9.1 References: <200607132002.43637.gmccaughan@synaptics-uk.com> In-Reply-To: <200607132002.43637.gmccaughan@synaptics-uk.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607141306.58682.gmccaughan@synaptics-uk.com> X-OriginalArrivalTime: 14 Jul 2006 12:06:59.0480 (UTC) FILETIME=[02493180:01C6A73E] Cc: freebsd-stable@freebsd.org Subject: Re: "swiN: clock sio" process taking 75% CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 12:07:43 -0000 I wrote, inter alia, > About 6 minutes after booting (on two occasions; I don't > guarantee that this doesn't vary), a process that appears > in the output of "ps" as "[swi4: clock sio]" begins to > use about 3/4 of the machine's CPU. I think it does so > more or less instantaneously. It continues to do so > indefinitely, so far as I can tell. David Wolfskill e-mailed me off-list to suggest looking at the output of "vmstat -i". Answer: the interrupt rates all appear to be normal, or at least similar to those he observes on his machines which don't exhibit my problem. More specifically ... ---------- excerpt from my reply to David begins ---------- I get this: | interrupt total rate | irq1: atkbd0 3 0 | irq6: fdc0 10 0 | irq14: ata0 2913 1 | irq15: ata1 47 0 | irq17: xl0 7342 4 | cpu0: timer 302649 199 | Total 312964 206 (so the rate of timer interrupts doesn't appear to be insane) and | 7:56PM up 26 mins, 1 user, load averages: 1.87, 1.45, 1.08 (so the cost in CPU cycles of servicing them -- if that's what the rogue process is doing, which seems somewhat plausible -- *does* appear to be insane). ---------- excerpt from my reply to David ends ---------- -- g From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:02:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D98216A4DD for ; Fri, 14 Jul 2006 13:02:48 +0000 (UTC) (envelope-from daeg@houston.rr.com) Received: from ms-smtp-05.texas.rr.com (ms-smtp-05.texas.rr.com [24.93.47.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17CBD43D55 for ; Fri, 14 Jul 2006 13:02:47 +0000 (GMT) (envelope-from daeg@houston.rr.com) Received: from cpe-24-167-71-114.houston.res.rr.com (cpe-24-167-71-114.houston.res.rr.com [24.167.71.114]) by ms-smtp-05.texas.rr.com (8.13.6/8.13.6) with ESMTP id k6ED1M2G023195; Fri, 14 Jul 2006 08:02:25 -0500 (CDT) From: David J Brooks Organization: KC5WNK To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 08:01:24 -0500 User-Agent: KMail/1.9.3 References: <20060714121157.60265a57@dansknet.dk> In-Reply-To: <20060714121157.60265a57@dansknet.dk> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(=?utf-8?q?gxJxxc=0A=09R=09nSNPNr*/=5E=7EStawWU9KDJ-CT0k=24f=23?=@t2^K&BS_f|?ZV/.7Q MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607140801.24575.daeg@houston.rr.com> X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: Naim Subject: Re: AVI to MPEG conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 13:02:48 -0000 On Friday 14 July 2006 05:11, Naim wrote: > Hi > > I am looking for a tool to convert an AVI file into MPEG. > > I have looked at both mplayer and ffmpeg, but I can't quite seem to figure > this out. > > If anyone has the patience and knowledge of how to do this I would > appreciate it a lot. > > Best and kind regards, > Rico Rico, Have a look at multimedia/tovid in the ports collection. It will do exactly what you want. This link provides some basic info.: http://forums.whirlpool.net.au/forum-replies-archive.cfm/511457.html See the man pages for more details. David -- Sure God created the world in only six days, but He didn't have an established user-base. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:25:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E257F16A4E2 for ; Fri, 14 Jul 2006 13:25:13 +0000 (UTC) (envelope-from tigos2@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52A743D53 for ; Fri, 14 Jul 2006 13:25:10 +0000 (GMT) (envelope-from tigos2@mail.ru) Received: from [195.46.172.214] (port=33263 helo=ts2-a214.khabarovsk.dial.rol.ru) by mx3.mail.ru with asmtp id 1G1NfG-000IUK-00 for freebsd-questions@freebsd.org; Fri, 14 Jul 2006 17:25:09 +0400 From: Valeriy Klimentiev Organization: SouthPort To: freebsd-questions@freebsd.org Date: Sat, 15 Jul 2006 00:06:19 +1100 User-Agent: KMail/1.9.3 References: <200607141638.34893.tigos2@mail.ru> <44B730CF.4060302@yandex.ru> In-Reply-To: <44B730CF.4060302@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607150006.19258.tigos2@mail.ru> Subject: Re: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 13:25:14 -0000 On Friday 14 July 2006 16:51, Andrey V. Elsukov wrote: > Valeriy Klimentiev wrote: > > vendor = 'Intel Corporation' > > device = '82801G (ICH7 Family) High Definition Audio' > > class = multimedia > > > > FreeBSD will maintain this hardware? What me to do now? > > You should look a freebsd-multimedia@ archives. > > http://docs.freebsd.org/cgi/mid.cgi?44ADF5D1.7010100 oss3994b-freebsd-x86-v6.1-RELEASE.tar.gz - not work on current. This driver required libc.so.6: ln -s libc.so.7 libc.so.6 - not work; copying libc.so.6 from other system with FreeBSD 6-Stable - not work. > http://www.freebsd.org/news/status/report-apr-2006-jun-2006.html#Sound-subsystem-improvements This information is not glad. Thanks for your attention. Whith best regards, Valeriy Klimentiev. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:25:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E531416A4E8 for ; Fri, 14 Jul 2006 13:25:13 +0000 (UTC) (envelope-from tigos2@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7970D43D58 for ; Fri, 14 Jul 2006 13:25:11 +0000 (GMT) (envelope-from tigos2@mail.ru) Received: from [195.46.172.214] (port=33263 helo=ts2-a214.khabarovsk.dial.rol.ru) by mx3.mail.ru with asmtp id 1G1NfJ-000IUK-00 for freebsd-questions@freebsd.org; Fri, 14 Jul 2006 17:25:10 +0400 From: Valeriy Klimentiev Organization: SouthPort To: freebsd-questions@freebsd.org Date: Sat, 15 Jul 2006 00:11:50 +1100 User-Agent: KMail/1.9.3 References: <200607141638.34893.tigos2@mail.ru> <20060714080350.m0gx7gwvks844s8c@netchild.homeip.net> In-Reply-To: <20060714080350.m0gx7gwvks844s8c@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607150011.50908.tigos2@mail.ru> Subject: Re: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 13:25:14 -0000 On Friday 14 July 2006 17:03, Alexander Leidinger wrote: > Quoting Valeriy Klimentiev (from Fri, 14 Jul 2006 > 16:38:34 +1100): > > > device = '82801G (ICH7 Family) High Definition Audio' > > It's not supported currently. You can find alpha quality drivers in > the archive of the multimedia mailinglist, search for recent messages > about HDA. > > Bye, > Alexander. > I find this driver: hdac_20060525.tbz. If you mean this driver. It not work. I proper change /usr/src, but not work. Thanks for your attention. With best regards, Valeriy Klimentiev. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:25:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E81D716A4E9 for ; Fri, 14 Jul 2006 13:25:13 +0000 (UTC) (envelope-from tigos2@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860E043D5A for ; Fri, 14 Jul 2006 13:25:12 +0000 (GMT) (envelope-from tigos2@mail.ru) Received: from [195.46.172.214] (port=33263 helo=ts2-a214.khabarovsk.dial.rol.ru) by mx3.mail.ru with asmtp id 1G1NfL-000IUK-00 for freebsd-questions@freebsd.org; Fri, 14 Jul 2006 17:25:11 +0400 From: Valeriy Klimentiev Organization: SouthPort To: freebsd-questions@freebsd.org Date: Sat, 15 Jul 2006 00:14:34 +1100 User-Agent: KMail/1.9.3 References: <200607141638.34893.tigos2@mail.ru> <20060714114004.4e6b7d63@swork.beltel.local> In-Reply-To: <20060714114004.4e6b7d63@swork.beltel.local> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607150014.34543.tigos2@mail.ru> Subject: Re: sound not work on Intel D945GNTL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 13:25:14 -0000 On Friday 14 July 2006 18:40, Vladimir wrote: > > You could use oss drivers. > http://4front-tech.com/ > This drivers work good on my laptop. oss3994b-freebsd-x86-v6.1-RELEASE.tar.gz - not work on current. This driver required libc.so.6: ln -s libc.so.7 libc.so.6 - not work; copying libc.so.6 from other system with FreeBSD 6-Stable - not work. Thanks for your attention. With best regards, Valeriy Klimentiev. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:30:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98B2F16A5A1 for ; Fri, 14 Jul 2006 13:30:45 +0000 (UTC) (envelope-from owen_pg@yahoo.com) Received: from web60623.mail.yahoo.com (web60623.mail.yahoo.com [209.73.178.191]) by mx1.FreeBSD.org (Postfix) with SMTP id 53DC943D53 for ; Fri, 14 Jul 2006 13:30:43 +0000 (GMT) (envelope-from owen_pg@yahoo.com) Received: (qmail 55456 invoked by uid 60001); 14 Jul 2006 13:30:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5kfbrFHQ6/cTQCODpGrx4weblCk0UOcy+N4sqYyctkKBmb6D7ogwttvk4OBDVK8YAd95RK1LSJtcmsFuu4CUcx+RW3PcwgjZab0TIZlcRWAb7VhC2+gHLJ04j0OmuSKatT1PwqvLfoIwqah6c3xmo96LB7zGM4hBYn7U6Pm5Ogc= ; Message-ID: <20060714133043.55454.qmail@web60623.mail.yahoo.com> Received: from [84.154.18.225] by web60623.mail.yahoo.com via HTTP; Fri, 14 Jul 2006 14:30:43 BST Date: Fri, 14 Jul 2006 14:30:43 +0100 (BST) From: Owen G To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: ntpd configuration . . . and errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 13:30:45 -0000 Hi all, Following the suggestions regarding setting timekeeping up as a daemon I did the following and got these console messages . . . . . . Jul 14 13:04:29 epia ntpd[648]: no IPv6 interfaces found Jul 14 13:04:29 epia ntpd[648]: gethostby*.getanswer: asked for "europe.pool.ntp.org IN AAAA", got type "A" Jul 14 13:04:29 epia ntpd[648]: Frequency format error in /var/db/ntpd.drift Jul 14 13:05:44 epia ntpd[656]: no IPv6 interfaces found Jul 14 13:05:44 epia ntpd[656]: bind() fd 4, family 2, port 123, addr 0.0.0.0, i n_classd=0 flags=8 fails: Address already in use Jul 14 13:05:44 epia ntpd[656]: bind() fd 4, family 2, port 123, addr 192.168.2. 14, in_classd=0 flags=8 fails: Address already in use Jul 14 13:05:44 epia ntpd[656]: bind() fd 4, family 2, port 123, addr 127.0.0.1, in_classd=0 flags=0 fails: Address already in use Jul 14 13:05:45 epia ntpd[656]: gethostby*.getanswer: asked for "europe.pool.ntp .org IN AAAA", got type "A" Jul 14 13:05:45 epia ntpd[656]: Frequency format error in /var/db/ntpd.drift Jul 14 13:05:45 epia ntpd[656]: sendto(81.169.152.214): Bad file descriptor Jul 14 13:06:49 epia ntpd[656]: sendto(81.169.152.214): Bad file descriptor Jul 14 13:07:52 epia ntpd[656]: sendto(81.169.152.214): Bad file descriptor Jul 14 13:18:36 epia last message repeated 10 times Jul 14 13:28:20 epia last message repeated 5 times Jul 14 13:36:52 epia ntpd[656]: sendto(81.169.152.214): Bad file descriptor . . . The "Frequency format error in /var/db/ntpd.drift" messages have now gone away (which is a good thing) and the file has now been written to rather than being 0 bytes . . . epia# ls -al /var/db/ntpd.drift -rw-r--r-- 1 root wheel 6 Jul 14 14:05 /var/db/ntpd.drift epia# cat /var/db/ntpd.drift 0.000 . . . but I have no ideas why I'm getting the other errors. I can't see anything in the "ntp / ntpd" documentation or the "man" pages that offers any enlightenment. The (in)appropriate configurations are here: epia# ls -al /etc/rc.conf -rw-r--r-- 1 root wheel 658 Jul 14 11:29 /etc/rc.conf /etc/rc.conf . . . ntpd_enable="YES" ntpd_flags="-q -p /var/run/ntpd.pid" ntpd_sync_on_start="YES" epia# ls -al /etc/ntp.conf -rw-r--r-- 1 root wheel 125 Jul 14 12:31 /etc/ntp.conf epia# cat /etc/ntp.conf # # put your default configuration (e.g. broadcastclient) in here # server europe.pool.ntp.org driftfile /var/db/ntpd.drift FYI . . . europe.pool.ntp.org = 84.54.128.8 :-) localhost = 192.168.2.14 :-) h2348.serverkompetenz.net = 81.169.152.214 I have no idea why this gets a mention - I am in Germany though! Any help greatly appreciated. Thanks in anticipation. Owen ___________________________________________________________ Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:40:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB41616A4DF for ; Fri, 14 Jul 2006 13:40:54 +0000 (UTC) (envelope-from bob.middaugh@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504AB43D46 for ; Fri, 14 Jul 2006 13:40:54 +0000 (GMT) (envelope-from bob.middaugh@comcast.net) Received: from freebsd (c7144428.state.nj.us[199.20.68.40]) by comcast.net (rwcrmhc12) with SMTP id <20060714134053m1200n78cte>; Fri, 14 Jul 2006 13:40:53 +0000 From: Bob To: Marwan Sultan In-Reply-To: References: Content-Type: text/plain Date: Fri, 14 Jul 2006 09:41:15 -0400 Message-Id: <1152884475.62961.3.camel@freebsd> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD & HP Laptop? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bob.middaugh@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 13:40:54 -0000 On Fri, 2006-07-14 at 06:36 +0000, Marwan Sultan wrote: > Hello everyone, > > I recently bought HP laptop dv5178us Media Center > It has builtin BlueTooth, wireless network device, lightscribe, and the > VGA is > nVIDIA GeForce GO 7400 512mb, s-video, some others 2, > I'm not sure from motherboard specs, > I want to format the XP media center edition and install FreeBSD 6.1R with > kde3 > > I wonder if someone can advice me and tell, if this specifications is > compatiable with freebsd > or not, or if i will have any problems with any devices drivers? > > I have a button on my keyboard that if pressed will turn the bluetooth and > wireless network on > and off, is this will work to with fbsd 6.1? > > I'm sorry If i will take from someone time to check my specs. > > Here is a link may help. > http://h10025.www1.hp.com/ewfrf/wc/genericDocumentcc=us&docname=c00619266&lc=en&jumpid=reg_R1002_USEN > > its the specs for the laptop. > > Thank you so much in advance. > > Marwan Sultan. > Maybe this gets you started: http://www.zapatec.com/freebsd/laptop/ http://gerda.univie.ac.at/freebsd-laptops/ http://lists.freebsd.org/mailman/listinfo/freebsd-mobile http://bsdlaptops.org/freebsd/fbsd.php Bob From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 13:59:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E75A16A4DF for ; Fri, 14 Jul 2006 13:59:48 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web81610.mail.mud.yahoo.com (web81610.mail.mud.yahoo.com [68.142.199.162]) by mx1.FreeBSD.org (Postfix) with SMTP id 2165B43D45 for ; Fri, 14 Jul 2006 13:59:47 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 85243 invoked by uid 60001); 14 Jul 2006 13:59:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=d5PgwD/SUf13b83ByAAFAH3TUz497Y0CF5PWI2NA/ZKKS3XyjprIqbH4+MYnCW9GyNEmOPUrGpENyVMaUrjrvc7v3/gmbKYeYVzJsak0UkvEI4kI551Uex5lqBZhGSMp0u79Poxk55MEaK5WatEdyl+Zr6UZxdo3oCQUz7UZX4Q= ; Message-ID: <20060714135947.85241.qmail@web81610.mail.mud.yahoo.com> Received: from [63.240.228.37] by web81610.mail.mud.yahoo.com via HTTP; Fri, 14 Jul 2006 06:59:47 PDT Date: Fri, 14 Jul 2006 06:59:47 -0700 (PDT) From: To: "Alain G. Fabry" , freebsd-questions@freebsd.org In-Reply-To: <20060714105532.GA46694@ducati-748.3rdrock.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: boot FreeBSD from USB external drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 13:59:48 -0000 --- "Alain G. Fabry" wrote: > > Is it possible to boot FreeBSD from external USB > drive? > Have my XP PC from the office with many IT > restrictions. I'm however capable to boot from USB. > > If so, can you provide me some reference as on how > to do the installation? > > Thanks in advance, > > Alain as long as you have adequate capacity to install whatever amount of FreeBSD on your USB device, and the computer supports booting it it shouldn't be a problem. Worst case a simple grub boot disk to load the USB device might be in order. I say this only because my laptop doesn't always detect bootable USB devices. just try running the installation cd with the USB device and see what happens. Make sure your setting it up on the right drive (da0 assuming you have IDE hardrives) 5 gigs or so should be enough to install a system with some packages for the ports your installing. Building your own generally requires more space, at least this is what I seem to get away with for a minumum install. you can go less if all your want is console use. good luck -brian From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 14:11:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4598816A4E1 for ; Fri, 14 Jul 2006 14:11:52 +0000 (UTC) (envelope-from fbsdlists@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 5436643D6E for ; Fri, 14 Jul 2006 14:11:43 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so193196nfb for ; Fri, 14 Jul 2006 07:11:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rlnoUmZJrF3OgyF5OMh7qv+DUR0lk581VGOtDNcM2ystGwXjstxQSdgEmUADg/Uu/wWDep2lBfXMFfr5HVqdkHxqVs78edJRjres4gC0GgBTEvfIQvJsfmGsTGlYHiDm2KfzoWd/7oZga9hUo/r7pGDjfw1vo1YzE+6fRI+z3kI= Received: by 10.48.48.15 with SMTP id v15mr2012367nfv; Fri, 14 Jul 2006 07:11:42 -0700 (PDT) Received: by 10.48.210.5 with HTTP; Fri, 14 Jul 2006 07:11:42 -0700 (PDT) Message-ID: <54db43990607140711n679c4f95je52c769e8bafcfb6@mail.gmail.com> Date: Fri, 14 Jul 2006 10:11:42 -0400 From: "Bob Johnson" To: "Owen G" In-Reply-To: <20060714133043.55454.qmail@web60623.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060714133043.55454.qmail@web60623.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: ntpd configuration . . . and errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 14:11:52 -0000 On 7/14/06, Owen G wrote: > Hi all, > > Following the suggestions regarding setting timekeeping up as a daemon > I did the following and got these console messages . . . > > . . . > Jul 14 13:04:29 epia ntpd[648]: no IPv6 interfaces found > Jul 14 13:04:29 epia ntpd[648]: gethostby*.getanswer: asked for > "europe.pool.ntp.org IN AAAA", got type "A" This isn't a problem. It asked for an IP6 address if available and it wasn't, so it got an IP4 address instead. > Jul 14 13:04:29 epia ntpd[648]: Frequency format error in > /var/db/ntpd.drift > Jul 14 13:05:44 epia ntpd[656]: no IPv6 interfaces found Notice the process ID changed from 648 to 656 here. It looks like a second copy of ntpd is trying to start. > Jul 14 13:05:44 epia ntpd[656]: bind() fd 4, family 2, port 123, addr > 0.0.0.0, i > n_classd=0 flags=8 fails: Address already in use The second copy can't grab port 123 because the first copy is already using it. The output of ntpq -p should be informative. It will tell you if ntpd is actually working. By the way, you can use multiple servers for greater reliability, e.g. in ntp.conf: server 0.europe.pool.ntp.org server 1.europe.pool.ntp.org server 2.europe.pool.ntp.org will give you three different randomly selected servers, in case one goes down. - Bob From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 14:37:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDCF916A4DE for ; Fri, 14 Jul 2006 14:37:23 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24C6B43D55 for ; Fri, 14 Jul 2006 14:37:22 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k6EEbLHR003623; Fri, 14 Jul 2006 07:37:22 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 10:37:14 -0400 User-Agent: KMail/1.9.3 References: <20060713123434.GB30789@teddy.fas.com> <200607131620.56982.lists@jnielsen.net> <20060714002401.GC25387@teddy.fas.com> In-Reply-To: <20060714002401.GC25387@teddy.fas.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607141037.15183.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: stan Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 14:37:23 -0000 On Thursday 13 July 2006 20:24, stan wrote: > On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > > On Thursday 13 July 2006 08:34, stan wrote: > > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > > > machine primarily for a large data storage requirement. > > > > > > What I want is one large /data partition. Given all the choices for > > > doing this in FreeBSD (software) what's the "best" choice here? The > > > partio will be shared via SAMBA if that affects the thhinking here. > > > > "Best" really depends on what your needs and goals are. Here's a quick > > overview of what the choices ARE, based mostly on memory. Corrections and > > additions welcome. I'll try to make some notes about pros and cons as > > well. > > Thanks for the nice summary. > > The data will be backed up nightly, so I'll probably use gstirpe to get the > maximum capicty. RAID5 would not work very well with 3 x 500G (asuuming > that I can't use the 500G that I put the system on). If that's really what you want to do then here are a couple more tips. You can't boot from a gstripe volume, and when (not if) one of your drives goes bad you'll be happier if you only lose your data and not your entire OS. So plan to partition the drives and use gmirror for the base OS (since you can boot from a gmirror volume). Make a relatively small partition (10GB?) at the beginning of each drive. Make a gmirror volume using two or three of them and install the OS to that volume. Use the remaining one or two small partitions for swap or utility partitions. Then make your giant gstripe volume out of the large partitions on all four drives. JN From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 15:08:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69BA16A4E0 for ; Fri, 14 Jul 2006 15:08:41 +0000 (UTC) (envelope-from tolid@plab.ku.dk) Received: from plab.ku.dk (plab.ku.dk [130.225.107.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5589F43D45 for ; Fri, 14 Jul 2006 15:08:41 +0000 (GMT) (envelope-from tolid@plab.ku.dk) Received: from plab.ku.dk (localhost [127.0.0.1]) by plab.ku.dk (Postfix) with SMTP id A8625562298 for ; Fri, 14 Jul 2006 17:08:39 +0200 (CEST) Received: from antispam.localhost (localhost [127.0.0.1]) by plab.ku.dk (Postfix) with SMTP id 26CC6562297 for ; Fri, 14 Jul 2006 17:08:39 +0200 (CEST) Received: from [127.0.0.1] (eagle.plab.ku.dk [130.225.107.63]) by plab.ku.dk (Postfix) with ESMTP id E611D562296 for ; Fri, 14 Jul 2006 17:08:38 +0200 (CEST) Message-ID: <44B7B376.5080204@plab.ku.dk> Date: Fri, 14 Jul 2006 17:08:38 +0200 From: Anatoliy Dmytriyev User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Antivirus: avast! (VPS 0628-5, 07/14/2006), Outbound message X-Antivirus-Status: Clean X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: buildworld failed at lib/libpam/modules/pam_ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 15:08:42 -0000 Hi everybody, After cvsup I have tried to do a buildworld and got: +++++++++++++++++++++++++++++++ ===> lib/libpam/modules/pam_ssh (depend) rm -f .depend mkdep -f .depend -a -I -I/usr/src/lib/libpam/modules/pam_ssh/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_ssh/../../libpam /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:59:17: key.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:60:20: authfd.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:61:22: authfile.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libpam/modules/pam_ssh. *** Error code 1 Stop in /usr/src/lib/libpam/modules. *** Error code 1 Stop in /usr/src/lib/libpam. *** 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. +++++++++++++++++++++++++++++++ Any suggestions? Regards, Anatoliy Dmytriyev -- Anatoliy Dmytriyev From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 15:11:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B725B16A5B5 for ; Fri, 14 Jul 2006 15:11:56 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56BA43D46 for ; Fri, 14 Jul 2006 15:11:55 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k6EFBsHR027243; Fri, 14 Jul 2006 08:11:55 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 11:11:47 -0400 User-Agent: KMail/1.9.3 References: <20060713123434.GB30789@teddy.fas.com> <20060714002401.GC25387@teddy.fas.com> <200607141037.15183.lists@jnielsen.net> In-Reply-To: <200607141037.15183.lists@jnielsen.net> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607141111.48098.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: stan Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 15:11:56 -0000 On Friday 14 July 2006 10:37, John Nielsen wrote: > On Thursday 13 July 2006 20:24, stan wrote: > > On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > > > On Thursday 13 July 2006 08:34, stan wrote: > > > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > > > > machine primarily for a large data storage requirement. > > > > > > > > What I want is one large /data partition. Given all the choices for > > > > doing this in FreeBSD (software) what's the "best" choice here? The > > > > partio will be shared via SAMBA if that affects the thhinking here. > > > > > > "Best" really depends on what your needs and goals are. Here's a quick > > > overview of what the choices ARE, based mostly on memory. Corrections > > > and additions welcome. I'll try to make some notes about pros and cons > > > as well. > > > > Thanks for the nice summary. > > > > The data will be backed up nightly, so I'll probably use gstirpe to get > > the maximum capicty. RAID5 would not work very well with 3 x 500G > > (asuuming that I can't use the 500G that I put the system on). > > If that's really what you want to do then here are a couple more tips. You > can't boot from a gstripe volume, and when (not if) one of your drives goes > bad you'll be happier if you only lose your data and not your entire OS. So > plan to partition the drives and use gmirror for the base OS (since you can > boot from a gmirror volume). Make a relatively small partition (10GB?) at > the beginning of each drive. Make a gmirror volume using two or three of > them and install the OS to that volume. Use the remaining one or two small > partitions for swap or utility partitions. Then make your giant gstripe > volume out of the large partitions on all four drives. Or better yet, make a gvinum RAID5 volume with the four large partitions. I think the only tool in my original list that requires you to use the entire disk is ataraid(4). JN From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 15:38:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBCC16A4DF for ; Fri, 14 Jul 2006 15:38:07 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from smtp2.versatel.nl (smtp2.versatel.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id B336A43D5F for ; Fri, 14 Jul 2006 15:38:03 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 31275 invoked by uid 0); 14 Jul 2006 15:37:55 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp2.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 14 Jul 2006 15:37:55 -0000 Message-ID: <44B7BA5A.60202@gmx.net> Date: Fri, 14 Jul 2006 17:38:02 +0200 From: Frank Staals User-Agent: Thunderbird 1.5.0.4 (X11/20060706) MIME-Version: 1.0 To: Naim References: <20060714121157.60265a57@dansknet.dk> In-Reply-To: <20060714121157.60265a57@dansknet.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: AVI to MPEG conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 15:38:07 -0000 Naim wrote: > Hi > > I am looking for a tool to convert an AVI file into MPEG. > > I have looked at both mplayer and ffmpeg, but I can't quite seem to figure this out. > > If anyone has the patience and knowledge of how to do this I would appreciate it a lot. > > Best and kind regards, > Rico > _______________________________________________ > freebsd-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 sure it shoudl be possible with mencoder ( the video-encoder from mplayer ) you might want to check avidemux2, I'm prety sure it can recode avi files. It's in the multimedia section of teh portstree if you want to try and here is the official site: http://fixounet.free.fr/avidemux/ Good Luck, -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 15:49:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1577A16A4E6 for ; Fri, 14 Jul 2006 15:49:04 +0000 (UTC) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AEA43D68 for ; Fri, 14 Jul 2006 15:49:02 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [192.168.1.128] (e178016042.adsl.alicedsl.de [85.178.16.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id D49CA30033BD for ; Fri, 14 Jul 2006 17:49:00 +0200 (CEST) Message-ID: <44B7BCE8.5000604@mail.uni-mainz.de> Date: Fri, 14 Jul 2006 17:48:56 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.4 (X11/20060612) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: PORTS: getting permanently errors with docbook-sk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 15:49:04 -0000 Hello. Since several weeks I get this error message while compiling docbook (needed for the doc project). Deinstalling everything I suspected to be related to docproj and reinstalling never helped. Maybe someone has similar problems and solutions. Thanks in advance, Oliver P.S. FreeBSD 6.1-STABLE/AMD64 ===> Extracting for docbook-sk-4.1.2_3 => MD5 Checksum OK for docbkx412.zip. => SHA256 Checksum OK for docbkx412.zip. ===> docbook-sk-4.1.2_3 depends on executable: unzip - found ===> Patching for docbook-sk-4.1.2_3 ===> Configuring for docbook-sk-4.1.2_3 ===> Installing for docbook-sk-4.1.2_3 ===> docbook-sk-4.1.2_3 depends on file: /usr/local/bin/xmlcatmgr - found ===> Generating temporary packing list for file in `/usr/bin/find /usr/ports/textproc/docbook-sk/work -type f | /usr/bin/sed -e 's|^/usr/ports/textproc/docbook-sk/work/||' | /usr/bin/grep -v '^\.' | /usr/bin/sort`; do install -o root -g wheel -m 444 /usr/ports/textproc/docbook-sk/work/$file /usr/local/share/xml/docbook/4.1.2/$file; done xmlcatmgr: entry already exists for `/usr/local/share/xml/docbook/4.1.2/docbook.cat' of type `CATALOG' *** Error code 1 Stop in /usr/ports/textproc/docbook-sk. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 16:14:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEFE916A4E0 for ; Fri, 14 Jul 2006 16:14:52 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8E743D45 for ; Fri, 14 Jul 2006 16:14:51 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.145] (helo=anti-virus03-08) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1G1QJS-0007tA-Oj; Fri, 14 Jul 2006 17:14:46 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out4.blueyonder.co.uk with esmtp (Exim 4.52) id 1G1QJR-0005Kk-Pu; Fri, 14 Jul 2006 17:14:45 +0100 Message-ID: <44B7C2F5.2080508@dial.pipex.com> Date: Fri, 14 Jul 2006 17:14:45 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: stan References: <20060713123434.GB30789@teddy.fas.com> <20060714002401.GC25387@teddy.fas.com> <200607141037.15183.lists@jnielsen.net> <200607141111.48098.lists@jnielsen.net> In-Reply-To: <200607141111.48098.lists@jnielsen.net> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: John Nielsen , freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 16:14:53 -0000 John Nielsen wrote: >On Friday 14 July 2006 10:37, John Nielsen wrote: > > >>On Thursday 13 July 2006 20:24, stan wrote: >> >> >>>On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: >>> >>> >>>>On Thursday 13 July 2006 08:34, stan wrote: >>>> >>>> >>>>> i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this >>>>> machine primarily for a large data storage requirement. >>>>> >>>>> What I want is one large /data partition. Given all the choices for >>>>>doing this in FreeBSD (software) what's the "best" choice here? The >>>>>partio will be shared via SAMBA if that affects the thhinking here. >>>>> >>>>> >>>>"Best" really depends on what your needs and goals are. Here's a quick >>>>overview of what the choices ARE, based mostly on memory. Corrections >>>>and additions welcome. I'll try to make some notes about pros and cons >>>>as well. >>>> >>>> >>>Thanks for the nice summary. >>> >>>The data will be backed up nightly, so I'll probably use gstirpe to get >>>the maximum capicty. RAID5 would not work very well with 3 x 500G >>>(asuuming that I can't use the 500G that I put the system on). >>> >>> >>If that's really what you want to do then here are a couple more tips. You >>can't boot from a gstripe volume, and when (not if) one of your drives goes >>bad you'll be happier if you only lose your data and not your entire OS. So >>plan to partition the drives and use gmirror for the base OS (since you can >>boot from a gmirror volume). Make a relatively small partition (10GB?) at >>the beginning of each drive. Make a gmirror volume using two or three of >>them and install the OS to that volume. Use the remaining one or two small >>partitions for swap or utility partitions. Then make your giant gstripe >>volume out of the large partitions on all four drives. >> >> > >Or better yet, make a gvinum RAID5 volume with the four large partitions. > >I think the only tool in my original list that requires you to use the entire >disk is ataraid(4). > > Just my two pence to a lot of detailed and good-looking suggestions. *If* the machine will take two more disks I might get a couple of small SATAs which I would use for the OS (mirroring however you want), leaving the entirety of the all the big disks for your data storage. For me, that would give conceptual simplicity (big disk = data, small disk = OS) and little messing around with slices on the data disks. If you can boot USB, then perhaps a USB stick or somesuch for the OS? (With duplicates in a fire safe!). Less resilience but again frees up all the disks for data. Might depend on what else you want the machine to do. Reader emptor - I've never done this, just read about it! And test your backups especially if you stripe! Best, --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 16:25:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 472A016A4DA for ; Fri, 14 Jul 2006 16:25:54 +0000 (UTC) (envelope-from owen_pg@yahoo.com) Received: from web60612.mail.yahoo.com (web60612.mail.yahoo.com [209.73.178.195]) by mx1.FreeBSD.org (Postfix) with SMTP id BFACF43D45 for ; Fri, 14 Jul 2006 16:25:53 +0000 (GMT) (envelope-from owen_pg@yahoo.com) Received: (qmail 81137 invoked by uid 60001); 14 Jul 2006 16:25:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=4uxKlTsz6Wri9VHPmA9GDiYOekSP2mt+muBXpagOPbaa6pdWS/PvLPEk6Y1aDloNkQnwHQmqJ7MA7DeaER2rEsLVeR3ZDrTtmHHGRR+j/s/YyvTI4sXSQzHEwx1F3KBxRNZeVcfLQJ1C0+foOLFfGO3hDQHSq5T6VHjOz9HXHDQ= ; Message-ID: <20060714162552.81135.qmail@web60612.mail.yahoo.com> Received: from [84.154.18.225] by web60612.mail.yahoo.com via HTTP; Fri, 14 Jul 2006 17:25:52 BST Date: Fri, 14 Jul 2006 17:25:52 +0100 (BST) From: Owen G To: Bob Johnson In-Reply-To: <54db43990607140711n679c4f95je52c769e8bafcfb6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: ntpd configuration . . . and errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 16:25:54 -0000 --- Bob Johnson wrote: > On 7/14/06, Owen G wrote: > > > > Following the suggestions regarding setting ntpd as a daemon > > I did the following and got these console messages . . . > > > > . . . > > Jul 14 13:04:29 epia ntpd[648]: no IPv6 interfaces found > > Jul 14 13:04:29 epia ntpd[648]: gethostby*.getanswer: asked for > > "europe.pool.ntp.org IN AAAA", got type "A" > ntpd> This isn't a problem. It asked for an IP6 address if available and it > wasn't, so it got an IP4 address instead. > > > Jul 14 13:05:44 epia ntpd[656]: no IPv6 interfaces found > > Notice the process ID changed from 648 to 656 here. It looks like a > second copy of ntpd is trying to start. > > > Jul 14 13:05:44 epia ntpd[656]: bind() fd 4, family 2, port 123, > addr > > 0.0.0.0, i > > n_classd=0 flags=8 fails: Address already in use > > The second copy can't grab port 123 because the first copy is already > using it. > > The output of ntpq -p should be informative. It will tell you if ntpd > is actually working. > > By the way, you can use multiple servers for greater reliability, > e.g. > in ntp.conf: > > server 0.europe.pool.ntp.org > server 1.europe.pool.ntp.org > server 2.europe.pool.ntp.org > > will give you three different randomly selected servers, in case one > goes down. > > - Bob > Thanks Bob, I did a reboot to see if the same errors come up this time - without me laying on any hands! After a reboot, when running "ntpq -p", as requested . . . it says "can't read: connection refused. - and there's no console output. Obviously ntpd isn't starting automatically. Wrong - I used the ntpd_flags="-q" as per a previous posting . . . without me having RTFM - mea culpa! Then I corrected this "run once and quit option" and now get no "errors" on the console anymore and "ntpq -p" gives: epia# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== *h2348.serverkom 192.53.103.108 2 u 62 128 377 63.394 9.194 19.331 epia# BTW, The idea of using "europe.pool.ntp.org" as the only server was that the address itself resolves to a round robin pool of servers - obviating the need for multiple entries. I will of course sit corrected. My concern is now that ntpd doesn't seem to report that it has checked the time with any timesource. Any ideas how to confirm (apart from changing the time to something wrong but only wrong by less than 1000 seconds?) Cheers, Owen ___________________________________________________________ Yahoo! Photos – NEW, now offering a quality print service from just 7p a photo http://uk.photos.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 16:35:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9376916A4DA for ; Fri, 14 Jul 2006 16:35:30 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 392B143D45 for ; Fri, 14 Jul 2006 16:35:29 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id A8FECD904E6 for ; Fri, 14 Jul 2006 12:35:28 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by frontend3.internal (MEProxy); Fri, 14 Jul 2006 12:35:30 -0400 X-Sasl-enc: BLsEoLhNVcklCGQ/PJSW4nheSXbJ5bg9zlHN2rDkETeu 1152894924 Received: from [192.168.1.2] (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 72A6E70B4 for ; Fri, 14 Jul 2006 12:35:24 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 17:35:25 +0100 User-Agent: KMail/1.9.3 References: <009701c6a6d6$79c0d2d0$0200a8c0@satellite> In-Reply-To: <009701c6a6d6$79c0d2d0$0200a8c0@satellite> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607141735.26800.list-freebsd-2004@morbius.sent.com> Subject: Re: home encrypted from install (freebsd 6.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: Fri, 14 Jul 2006 16:35:30 -0000 On Friday 14 July 2006 00:45, Dave wrote: > Hello, > I'm about to do a 6.1 install on a new box. I'm separating /home in the > filesystem so it's a system of it's own. During the install maybe after the > install, but before the reboot i'd like to encrypt /home so that any data > written to it after reboot will be encrypted. I was wondering if it was > possible to do this during the install? If it is how would it effect > programs like x? I'm going to have two users, one doing console logins, the > other will have x whenever he logs in, i don't want the encryption to get > in the way of this. > Thanks. Nothing is written to /home until after users are added which have their home directories under /home (root uses /root), so you can simply avoid creating users during install. The encrypted partition needs to be mounted before the first user logs in. You can either do this as part of the startup sequence (look at the geli and gbde options in /etc/defaults/rc.conf) or login as root and do it. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:02:00 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 66E8D16A4DF; Fri, 14 Jul 2006 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060714170200.66E8D16A4DF@hub.freebsd.org> Date: Fri, 14 Jul 2006 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:02:00 2006 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 6CCB216A4E5; Fri, 14 Jul 2006 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20060714170200.6CCB216A4E5@hub.freebsd.org> Date: Fri, 14 Jul 2006 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:09:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CBC16A4DE for ; Fri, 14 Jul 2006 17:09:15 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9CE43D6A for ; Fri, 14 Jul 2006 17:09:12 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 23452 invoked from network); 14 Jul 2006 17:09:10 -0000 Received: from unknown (HELO localhost) (775067@[217.50.144.141]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 14 Jul 2006 17:09:10 -0000 Date: Fri, 14 Jul 2006 19:09:01 +0200 From: Fabian Keil To: Dave Message-ID: <20060714190901.11c779f4@localhost> In-Reply-To: <009701c6a6d6$79c0d2d0$0200a8c0@satellite> References: <009701c6a6d6$79c0d2d0$0200a8c0@satellite> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig__12fWLmiT7nU0NqyxmN7M8M; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: home encrypted from install (freebsd 6.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: Fri, 14 Jul 2006 17:09:15 -0000 --Sig__12fWLmiT7nU0NqyxmN7M8M Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Dave" wrote: > I'm about to do a 6.1 install on a new box. I'm separating /home in t= he=20 > filesystem so it's a system of it's own. During the install maybe after t= he=20 > install, but before the reboot i'd like to encrypt /home so that any data= =20 > written to it after reboot will be encrypted. I was wondering if it was=20 > possible to do this during the install? If it is how would it effect=20 > programs like x? I'm going to have two users, one doing console logins, t= he=20 > other will have x whenever he logs in, i don't want the encryption to get= in=20 > the way of this. As far as I remember, there is a console available during install. You should be able to create the slices and partitions with sysintall and afterwards switch to the console to do the rest. I don't see why you think x should care if the home partition is encrypted or not. The process is transparent for the applications.=20 I'm currently using an encrypted home slice and don't see any problems. My setup is very similar to: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.= html#AEN25438 Fabian --=20 http://www.fabiankeil.de/ --Sig__12fWLmiT7nU0NqyxmN7M8M Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEt8+zjV8GA4rMKUQRAnKWAJ4hKAgJi1c9AnG0rSWTzzUkyCN9HQCcCY3C zTCLQ0Ha27T+LB3KmO5s1tM= =qsXB -----END PGP SIGNATURE----- --Sig__12fWLmiT7nU0NqyxmN7M8M-- From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:38:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DCF16A4DD for ; Fri, 14 Jul 2006 17:38:22 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BA843D45 for ; Fri, 14 Jul 2006 17:38:21 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail1.panix.com (Postfix) with ESMTP id DE96F58A5B; Fri, 14 Jul 2006 13:38:16 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id AEA95544361; Fri, 14 Jul 2006 13:38:15 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1RcE-00067s-00; Fri, 14 Jul 2006 13:38:14 -0400 Date: Fri, 14 Jul 2006 13:38:14 -0400 From: stan To: John Nielsen Message-ID: <20060714173814.GA23323@teddy.fas.com> Mail-Followup-To: John Nielsen , freebsd-questions@freebsd.org References: <20060713123434.GB30789@teddy.fas.com> <200607131620.56982.lists@jnielsen.net> <20060714002401.GC25387@teddy.fas.com> <200607141037.15183.lists@jnielsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607141037.15183.lists@jnielsen.net> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 13:34:51 up 88 days, 14:43, 1 user, load average: 0.00, 0.01, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 17:38:22 -0000 On Fri, Jul 14, 2006 at 10:37:14AM -0400, John Nielsen wrote: > On Thursday 13 July 2006 20:24, stan wrote: > > On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > > > On Thursday 13 July 2006 08:34, stan wrote: > > > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > > > > machine primarily for a large data storage requirement. > > > > > > > > What I want is one large /data partition. Given all the choices for > > > > doing this in FreeBSD (software) what's the "best" choice here? The > > > > partio will be shared via SAMBA if that affects the thhinking here. > > > > > > "Best" really depends on what your needs and goals are. Here's a quick > > > overview of what the choices ARE, based mostly on memory. Corrections and > > > additions welcome. I'll try to make some notes about pros and cons as > > > well. > > > > Thanks for the nice summary. > > > > The data will be backed up nightly, so I'll probably use gstirpe to get the > > maximum capicty. RAID5 would not work very well with 3 x 500G (asuuming > > that I can't use the 500G that I put the system on). > > If that's really what you want to do then here are a couple more tips. You > can't boot from a gstripe volume, and when (not if) one of your drives goes > bad you'll be happier if you only lose your data and not your entire OS. So > plan to partition the drives and use gmirror for the base OS (since you can > boot from a gmirror volume). Make a relatively small partition (10GB?) at the > beginning of each drive. Make a gmirror volume using two or three of them and > install the OS to that volume. Use the remaining one or two small partitions > for swap or utility partitions. Then make your giant gstripe volume out of > the large partitions on all four drives. Interesting. You might talk me into RAID5 yet. A small mirror partion on 2 of the drives for the OS, and the rst as on RAID5, interesting. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:39:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA7D16A4DD for ; Fri, 14 Jul 2006 17:39:47 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5A843D45 for ; Fri, 14 Jul 2006 17:39:46 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id E9B1A9D9D1; Fri, 14 Jul 2006 13:39:45 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id C6A976E5925; Fri, 14 Jul 2006 13:39:45 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1Rdg-000682-00; Fri, 14 Jul 2006 13:39:44 -0400 Date: Fri, 14 Jul 2006 13:39:44 -0400 From: stan To: John Nielsen Message-ID: <20060714173944.GB23323@teddy.fas.com> Mail-Followup-To: John Nielsen , freebsd-questions@freebsd.org References: <20060713123434.GB30789@teddy.fas.com> <20060714002401.GC25387@teddy.fas.com> <200607141037.15183.lists@jnielsen.net> <200607141111.48098.lists@jnielsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607141111.48098.lists@jnielsen.net> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 13:34:51 up 88 days, 14:43, 1 user, load average: 0.00, 0.01, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 17:39:47 -0000 On Fri, Jul 14, 2006 at 11:11:47AM -0400, John Nielsen wrote: > On Friday 14 July 2006 10:37, John Nielsen wrote: > > On Thursday 13 July 2006 20:24, stan wrote: > > > On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > > > > On Thursday 13 July 2006 08:34, stan wrote: > > > > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > > > > > machine primarily for a large data storage requirement. > > > > > > > > > > What I want is one large /data partition. Given all the choices for > > > > > doing this in FreeBSD (software) what's the "best" choice here? The > > > > > partio will be shared via SAMBA if that affects the thhinking here. > > > > > > > > "Best" really depends on what your needs and goals are. Here's a quick > > > > overview of what the choices ARE, based mostly on memory. Corrections > > > > and additions welcome. I'll try to make some notes about pros and cons > > > > as well. > > > > > > Thanks for the nice summary. > > > > > > The data will be backed up nightly, so I'll probably use gstirpe to get > > > the maximum capicty. RAID5 would not work very well with 3 x 500G > > > (asuuming that I can't use the 500G that I put the system on). > > > > If that's really what you want to do then here are a couple more tips. You > > can't boot from a gstripe volume, and when (not if) one of your drives goes > > bad you'll be happier if you only lose your data and not your entire OS. So > > plan to partition the drives and use gmirror for the base OS (since you can > > boot from a gmirror volume). Make a relatively small partition (10GB?) at > > the beginning of each drive. Make a gmirror volume using two or three of > > them and install the OS to that volume. Use the remaining one or two small > > partitions for swap or utility partitions. Then make your giant gstripe > > volume out of the large partitions on all four drives. > > Or better yet, make a gvinum RAID5 volume with the four large partitions. > K, I think I'm convinced. That would give me 1.5TB for my 2TB of physical disk. Got a pointer to docs on how to install the base OS on a RAID5 config? -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:41:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B535116A4DE for ; Fri, 14 Jul 2006 17:41:38 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F28E443D5A for ; Fri, 14 Jul 2006 17:41:27 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id EC62A9D88F; Fri, 14 Jul 2006 13:41:26 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id A5DBD544361; Fri, 14 Jul 2006 13:41:26 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1RfJ-00068R-00; Fri, 14 Jul 2006 13:41:25 -0400 Date: Fri, 14 Jul 2006 13:41:25 -0400 From: stan To: Alex Zbyslaw Message-ID: <20060714174125.GC23323@teddy.fas.com> Mail-Followup-To: Alex Zbyslaw , John Nielsen , freebsd-questions@freebsd.org References: <20060713123434.GB30789@teddy.fas.com> <20060714002401.GC25387@teddy.fas.com> <200607141037.15183.lists@jnielsen.net> <200607141111.48098.lists@jnielsen.net> <44B7C2F5.2080508@dial.pipex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B7C2F5.2080508@dial.pipex.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 13:34:51 up 88 days, 14:43, 1 user, load average: 0.00, 0.01, 0.00 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: John Nielsen , freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 17:41:38 -0000 On Fri, Jul 14, 2006 at 05:14:45PM +0100, Alex Zbyslaw wrote: > John Nielsen wrote: > > >On Friday 14 July 2006 10:37, John Nielsen wrote: > > > > > >>On Thursday 13 July 2006 20:24, stan wrote: > >> > >> > >>>On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > >>> > >>> > >>>>On Thursday 13 July 2006 08:34, stan wrote: > >>>> > >>>> > >>>>>i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using this > >>>>>machine primarily for a large data storage requirement. > >>>>> > >>>>>What I want is one large /data partition. Given all the choices for > >>>>>doing this in FreeBSD (software) what's the "best" choice here? The > >>>>>partio will be shared via SAMBA if that affects the thhinking here. > >>>>> > >>>>> > >>>>"Best" really depends on what your needs and goals are. Here's a quick > >>>>overview of what the choices ARE, based mostly on memory. Corrections > >>>>and additions welcome. I'll try to make some notes about pros and cons > >>>>as well. > >>>> > >>>> > >>>Thanks for the nice summary. > >>> > >>>The data will be backed up nightly, so I'll probably use gstirpe to get > >>>the maximum capicty. RAID5 would not work very well with 3 x 500G > >>>(asuuming that I can't use the 500G that I put the system on). > >>> > >>> > >>If that's really what you want to do then here are a couple more tips. You > >>can't boot from a gstripe volume, and when (not if) one of your drives > >>goes > >>bad you'll be happier if you only lose your data and not your entire OS. > >>So > >>plan to partition the drives and use gmirror for the base OS (since you > >>can > >>boot from a gmirror volume). Make a relatively small partition (10GB?) at > >>the beginning of each drive. Make a gmirror volume using two or three of > >>them and install the OS to that volume. Use the remaining one or two small > >>partitions for swap or utility partitions. Then make your giant gstripe > >>volume out of the large partitions on all four drives. > >> > >> > > > >Or better yet, make a gvinum RAID5 volume with the four large partitions. > > > >I think the only tool in my original list that requires you to use the > >entire disk is ataraid(4). > > > > > Just my two pence to a lot of detailed and good-looking suggestions. > > *If* the machine will take two more disks I might get a couple of small > SATAs which I would use for the OS (mirroring however you want), leaving > the entirety of the all the big disks for your data storage. For me, > that would give conceptual simplicity (big disk = data, small disk = OS) > and little messing around with slices on the data disks. > > If you can boot USB, then perhaps a USB stick or somesuch for the OS? > (With duplicates in a fire safe!). Less resilience but again frees up > all the disks for data. Might depend on what else you want the machine > to do. Reader emptor - I've never done this, just read about it! > It's maxed out on drive locations, but the idea of a USB bot is interesting... -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 17:56:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D3916A4DD for ; Fri, 14 Jul 2006 17:56:58 +0000 (UTC) (envelope-from nagylzs@enternet.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FCF43D45 for ; Fri, 14 Jul 2006 17:56:55 +0000 (GMT) (envelope-from nagylzs@enternet.hu) Received: from [62.112.218.108] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1G1RuF-0004Si-1v for freebsd-questions@freebsd.org; Fri, 14 Jul 2006 19:56:51 +0200 Message-ID: <44B7DB07.6010908@enternet.hu> Date: Fri, 14 Jul 2006 19:57:27 +0200 From: =?ISO-8859-2?Q?Nagy_L=E1szl=F3?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: LDAP Thunderbird and security X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 17:56:58 -0000 Hello, I would like to create an LDAP server, for storing address book information for Thunderbird. E-mail clients will be connecting remotely with IMAPS (over the internet). Is there a secure way to do this? I know that samba can create an LDAP server but it is not secure, is it? I also know that I could create a VPN connection, but for my users, this is too difficult to setup. :-) Do you know a solution, definitely for FreeBSD, that is relatively easy to setup on the client side, and secure? Thanks, Laszlo From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 18:41:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FED716A4DE for ; Fri, 14 Jul 2006 18:41:07 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5CA43D46 for ; Fri, 14 Jul 2006 18:41:06 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k6EIf3HR061361; Fri, 14 Jul 2006 11:41:05 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: stan Date: Fri, 14 Jul 2006 14:41:02 -0400 User-Agent: KMail/1.9.3 References: <20060713123434.GB30789@teddy.fas.com> <200607141111.48098.lists@jnielsen.net> <20060714173944.GB23323@teddy.fas.com> In-Reply-To: <20060714173944.GB23323@teddy.fas.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607141441.03132.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.3, clamav-milter version 0.88.3 on ns1.jnielsen.net X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 18:41:07 -0000 On Friday 14 July 2006 13:39, stan wrote: > On Fri, Jul 14, 2006 at 11:11:47AM -0400, John Nielsen wrote: > > On Friday 14 July 2006 10:37, John Nielsen wrote: > > > On Thursday 13 July 2006 20:24, stan wrote: > > > > On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > > > > > On Thursday 13 July 2006 08:34, stan wrote: > > > > > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using > > > > > > this machine primarily for a large data storage requirement. > > > > > > > > > > > > What I want is one large /data partition. Given all the choices > > > > > > for doing this in FreeBSD (software) what's the "best" choice > > > > > > here? The partio will be shared via SAMBA if that affects the > > > > > > thhinking here. > > > > > > > > > > "Best" really depends on what your needs and goals are. Here's a > > > > > quick overview of what the choices ARE, based mostly on memory. > > > > > Corrections and additions welcome. I'll try to make some notes > > > > > about pros and cons as well. > > > > > > > > Thanks for the nice summary. > > > > > > > > The data will be backed up nightly, so I'll probably use gstirpe to > > > > get the maximum capicty. RAID5 would not work very well with 3 x 500G > > > > (asuuming that I can't use the 500G that I put the system on). > > > > > > If that's really what you want to do then here are a couple more tips. > > > You can't boot from a gstripe volume, and when (not if) one of your > > > drives goes bad you'll be happier if you only lose your data and not > > > your entire OS. So plan to partition the drives and use gmirror for the > > > base OS (since you can boot from a gmirror volume). Make a relatively > > > small partition (10GB?) at the beginning of each drive. Make a gmirror > > > volume using two or three of them and install the OS to that volume. > > > Use the remaining one or two small partitions for swap or utility > > > partitions. Then make your giant gstripe volume out of the large > > > partitions on all four drives. > > > > Or better yet, make a gvinum RAID5 volume with the four large partitions. > > K, I think I'm convinced. That would give me 1.5TB for my 2TB of physical > disk. Roughly speaking. > Got a pointer to docs on how to install the base OS on a RAID5 config? I'm not sure you can boot from a RAID5 volume, and it's tricky to boot from a gvinum volume at all. I would still recommend partitioning and installing the OS to a gmirror volume, and then set up your gvinum RAID5 after the fact. Unfortunately, sysinstall doesn't grok advanced disk setups very well, so you'll have to get started manually. I would do this: Download and burn a FreeBSD 6.1 Install CD (disc 1) and boot from it. Go into "Fixit" mode. Set up the basic partitions and a degraded gmirror volume (with only one member) rom the "Fixit" console. Repeat all of the fdisk and bsdlabel steps for each disk, substituting your real disk names for ad0 below: fdisk -BI ad0 [repeat for all disks] bsdlabel -wB ad0s1 [repeat for all disks] bsdlabel -e ad0s1 [manually shrink the 'a' partition (which you'll use as the 'small' one) and create a 'd' partition (which you'll use as the 'large' one). Calculator, pencil and paper (or their equivalents on another computer) are useful here.] [repeat for all disks] kldload geom_mirror gmirror label -b load myrootfs /dev/ad0s1a [You can replace 'myrootfs' with a volume name of your choosing. Perform this step only for the disk the computer BIOS is set to boot from. Do not repeat for the other disks.] newfs -U /dev/mirror/myrootfs exit Exit sysinstall and reboot; boot from the CD again. Perform a "Standard" install. Mount '/' on the existing ad0s1a (or the device name used in the "gmirror label" step). Do not mount or create any other partitions (or swap, yet). Perform the remainder of the install as normal. Reboot after the installation, and remove the CD. Allow the system to come all the way up to multi-user to be sure there aren't any problems. Log in as root. Drop back down to single-user: shutdown now Edit /boot/loader.conf and add the line geom_mirror_load="YES" Edit /etc/fstab. Change the line for / to use /dev/mirror/myrootfs instead of /dev/ad0s1a. Add a line like "/dev/ad3s1a none swap sw 0 0" to use the small partition on a drive not to be included in the mirror as swap space. Reboot: fastboot Bring the system up in single-user mode from the boot menu. Add the additional partition(s) to the mirror set: gmirror insert myrootfs /dev/ad1s1a [/dev/ad2s1a] Wait for the rebuild to complete. You can check the status by typing: gmirror status Reboot: fastboot Allow the system to come all the way up to multi-user. Verify that the mirror is being used as the root device and is healthy, and that swap has been enabled. At this point you will now have a fully functional, mirrored FreeBSD installation. Refer to existing [g]vinum documentation for details on setting up RAID5. You will use the ad[0-3]s1d devices as members of the array. JN From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 18:51:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C71016A4DD for ; Fri, 14 Jul 2006 18:51:23 +0000 (UTC) (envelope-from lars@socruel.nu) Received: from gone.xs4all.nl (gone.xs4all.nl [213.84.247.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BF843D49 for ; Fri, 14 Jul 2006 18:51:21 +0000 (GMT) (envelope-from lars@socruel.nu) Received: from saturnus.intra.socruel.nu (saturnus.intra.socruel.nu [172.16.0.12]) by gone.xs4all.nl (Postfix) with ESMTP id 7E45333D2E; Fri, 14 Jul 2006 20:51:19 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 14 Jul 2006 20:51:19 +0200 Message-ID: <302F75DC2739FB43B236373398A8C5992958@saturnus.intra.socruel.nu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: *bsd firewall appliance? Thread-Index: Acamda7YfArz/XtNTsqDMFlLphuQzgBAFw6w From: "FreeBSD-Questions" Sender: "Lars Wittebrood" To: "DW" , Cc: Subject: RE: *bsd firewall appliance? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 18:51:23 -0000 =20 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of DW Posted At: Thursday, July 13, 2006 2:06 PM Posted To: FreeBSD-Questions Conversation: *bsd firewall appliance? Subject: Re: *bsd firewall appliance? Philippe Lang wrote: > owner-freebsd-questions@freebsd.org wrote: > =20 >> Hi all, >> >> Just doing some early morning brainstorming, and my crazy thought of=20 >> the day is this: >> >> My life would be so much easier if I could just get rid of my stupid=20 >> PIX firewalls, and replace them what I know and love: >> FreeBSD. It's not that the PIX's have been causing me problems or=20 >> anything like that, it's just that I believe in streamlining whenever >> possible, and since we've already exterminated Microsoft in my server >> room for at least 3 years, the only thing left that's not running=20 >> FreeBSD are my appliances (firewalls and switches) and 2 leftover=20 >> legacy servers still running Redhat that haven't been worth the=20 >> effort to migrate to FreeBSD. I'm a one-man shop, and I can survive=20 >> using the PIX IOS when I have to, but would just as soon use BSD if I >> could. Questions: >> >> 1) If I did this, I would probably only do it if I could figure out=20 >> how to rack up some diskless servers to my 2-post communications=20 >> rack. Any thoughts on hardware candidates, etc.? >> >> 2) If I did this, maybe it would be wiser to go with OpenBSD instead, >> since it is known for security? >> >> 3) Any good tutorials on setting up a diskless servers for=20 >> Free/OpenBSD? >> >> 4) Any other considerations? >> >> 5) Am I just being stupid and should I just keep my PIX's going? I=20 >> know, I know, if it ain't broke, don't fix it. >> =20 > > Hi, > > Maybe a good start for you would be to have a look at http://www.m0n0.ch/wall/. > =20 WOW!!!!!! This is exactly what I was looking for and more! Can't wait to start trying it out! Thanks! > Cheers, > > --------------- > Philippe Lang > Attik System > > =20 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hi, If you like m0nowall also take a look at pfSense (www.pfsense.com)! Maybe worth your while. Regards, Lars. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 18:55:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52B616A4DD for ; Fri, 14 Jul 2006 18:55:57 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D6943D45 for ; Fri, 14 Jul 2006 18:55:56 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-180-171.pittpa.adelphia.net [24.53.180.171]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Fri, 14 Jul 2006 14:55:55 -0400 id 00056412.44B7E8BB.00004EBE Date: Fri, 14 Jul 2006 14:56:08 -0400 From: Bill Moran To: Owen G Message-Id: <20060714145608.ad744b40.wmoran@collaborativefusion.com> In-Reply-To: <20060714162552.81135.qmail@web60612.mail.yahoo.com> References: <54db43990607140711n679c4f95je52c769e8bafcfb6@mail.gmail.com> <20060714162552.81135.qmail@web60612.mail.yahoo.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: fbsdlists@gmail.com, freebsd-questions@freebsd.org Subject: Re: ntpd configuration . . . and errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 18:55:57 -0000 On Fri, 14 Jul 2006 17:25:52 +0100 (BST) Owen G wrote: [snip] > Then I corrected this "run once and quit option" and now get no > "errors" on the console anymore and "ntpq -p" gives: > > epia# ntpq -p > remote refid st t when poll reach delay offset > jitter > ============================================================================== > *h2348.serverkom 192.53.103.108 2 u 62 128 377 63.394 9.194 > 19.331 > epia# > > BTW, The idea of using "europe.pool.ntp.org" as the only server was > that the address itself resolves to a round robin pool of servers - > obviating the need for multiple entries. I will of course sit > corrected. > > My concern is now that ntpd doesn't seem to report that it has checked > the time with any timesource. Any ideas how to confirm (apart from > changing the time to something wrong but only wrong by less than 1000 > seconds?) ntpd will log time changes to syslog. On every system I've seen, they end up in /var/log/messages. Note that ntpd is rather conservative. It might spend 30 minutes checking and rechecking the time before it decides to make an adjustment. Let it run for a day and check tomorrow to see if it's making changes. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 19:16:23 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E901516A4E0 for ; Fri, 14 Jul 2006 19:16:23 +0000 (UTC) (envelope-from morgad@eclipse.co.uk) Received: from mra04.ch.as12513.net (mra04.ch.as12513.net [82.153.254.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE88943D4C for ; Fri, 14 Jul 2006 19:16:22 +0000 (GMT) (envelope-from morgad@eclipse.co.uk) Received: from localhost (localhost [127.0.0.1]) by mra04.ch.as12513.net (Postfix) with ESMTP id 0E591C056A for ; Fri, 14 Jul 2006 20:16:22 +0100 (BST) Received: from mra04.ch.as12513.net ([127.0.0.1]) by localhost (mra04.ch.as12513.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25875-01-31 for ; Fri, 14 Jul 2006 20:16:21 +0100 (BST) Received: from unknown (unknown [82.152.150.47]) by mra04.ch.as12513.net (Postfix) with SMTP id 41BF5C0610 for ; Fri, 14 Jul 2006 20:16:21 +0100 (BST) From: dave morgan To: freebsd-questions@freebsd.org Date: Fri, 14 Jul 2006 20:16:20 +0100 Message-ID: X-Mailer: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by Eclipse VIRUSshield at eclipse.net.uk Subject: problem installing tk804.pm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: david morgan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 19:16:24 -0000 I am trying to install the perl module tk.pm on FreeBSD 6.1 I am using the same command I have used for a couple of years on my Debian/testing Linux box - This downloads and compiles ... then blows up at the testing stage (rewrapped by my mailer) - $ perl --version This is perl, v5.8.8 built for i386-freebsd-64int (with 1 registered patch, see perl -V for more detail) $ perl -MCPAN -e shell cpan> install NI-S/Tk-804.027.tar.gz=20 [big snip] PERL_DL_NONLAZY=3D1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/JP.t t/KR.t t/Require.t t/Trace.t t/X.t t/after.t t/autoload.t t/balloon.t t/browseentry-grabtest.t t/browseentry-subclassing.t t/browseentry.t t/browseentry2.t t/button.t t/create.t t/cursor.t t/dash.t t/dialogbox.t t/entry.t t/fbox.t t/fileevent.t t/fileselect.t t/font.t t/fork.t t/geomgr.t t/iso8859-1.t t/leak.t t/list.t t/listbox.t t/listvar.t t/magic.t t/mega.t t/mwm.t t/optmenu.t t/photo.t t/pixmap.t t/progbar.t t/regexp.t t/slaves.t t/trace1.t t/widget.t t/wm-time.t t/wm.t t/zzHList.t t/zzPhoto.t t/zzScrolled.t t/zzText.t t/zzTixGrid.t t/after......................ok t/autoload...................ok t/balloon....................ok t/browseentry-grabtest.......ok t/browseentry-subclassing....ok t/browseentry................ok t/browseentry2...............ok t/button.....................ok t/create.....................ok t/cursor.....................ok t/dash.......................ok t/dialogbox..................ok t/entry......................dubious Test returned status 0 (wstat 139, 0x8b) DIED. FAILED tests 89-336 Failed 248/336 tests, 26.19% okay (less 8 skipped tests: 80 okay, 23.81%) t/fbox.......................ok t/fileevent..................ok t/fileselect.................ok t/font.......................ok t/fork.......................ok t/geomgr.....................ok t/iso8859-1..................ok t/JP.........................skipped all skipped: locale's 'ascii' cannot represent Japanese. t/KR.........................skipped all skipped: locale's 'ascii' cannot represent Korean. t/leak.......................ok t/list.......................ok t/listbox....................ok 4/437 skipped: various reasons, 3/437 unexpectedly succeeded t/listvar....................ok t/magic......................ok t/mega.......................ok t/mwm........................ok t/optmenu....................ok t/photo......................ok 4/100 skipped: various reasons t/pixmap.....................ok t/progbar....................ok t/regexp.....................ok t/Require....................ok t/slaves.....................ok t/Trace......................ok t/trace1.....................ok t/widget.....................ok t/wm-time....................ok t/wm.........................ok t/X..........................ok t/zzHList....................ok t/zzPhoto....................ok t/zzScrolled.................NOK 66# Test 66 got: "589x341+0+32" (t/zzScrolled.t at line 104 fail #2) # Expected: "589x341+0+0" (Sizechk: geometry has not changed not reset for -height =3D> 24+(5)) # t/zzScrolled.t line 104 is: ok($newgeo, $oldgeo, "Sizechk: geometry has not changed not reset" . t/zzScrolled.................NOK 94# Test 94 got: "589x341+17+32" (t/zzScrolled.t at line 104 fail #4) # Expected: "589x341+0+32" (Sizechk: geometry has not changed not reset for -width =3D> 80+(5)) t/zzScrolled.................FAILED tests 66, 94 Failed 2/94 tests, 97.87% okay t/zzText.....................ok t/zzTixGrid..................ok =46ailed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------= ------ t/entry.t 0 139 336 496 147.62% 89-336 t/zzScrolled.t 94 2 2.13% 66 94 (3 subtests UNEXPECTEDLY SUCCEEDED), 2 tests and 16 subtests skipped. =46ailed 2/47 test scripts, 95.74% okay. 250/2054 subtests failed, 87.83% okay. *** Error code 255 Stop in /usr/home/david/.cpan/build/Tk-804.027. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force =46ailed during this command: NI-S/Tk-804.027.tar.gz : make_test NO Any ideas what is wrong, and how I fix it? best regards Dave --=20 http://www.morgad.no-ip.info/index.html gpg:0x64B5E037=20 Distributed Proofreaders: http://www.pgdp.net The NTP server pool http://www.pool.ntp.org http://stellar-attraction.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 20:00:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 983F916A4DD for ; Fri, 14 Jul 2006 20:00:59 +0000 (UTC) (envelope-from darek@nyi.net) Received: from m.kolocation.com (m.nyi.net [66.111.12.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 4CA6643D45 for ; Fri, 14 Jul 2006 20:00:59 +0000 (GMT) (envelope-from darek@nyi.net) Received: (qmail 880 invoked by uid 89); 14 Jul 2006 20:00:57 -0000 Received: from unknown (HELO ?192.168.11.9?) (64.147.100.2) by 0 with SMTP; 14 Jul 2006 20:00:57 -0000 Message-ID: <44B7F7FA.8050903@nyi.net> Date: Fri, 14 Jul 2006 16:00:58 -0400 From: Darek M User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Updating system's natd config from natd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 20:00:59 -0000 Hi there, What is the procedure to make active changes made to /etc/natd.conf? Sometimes, restarting the natd process with an HUP drops my connection. Other times the restart didn't seem to make any difference. The only way I've ever updated natd rules was to restart the server and never was able to find anything relating to this topic online. Any other options? Thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 20:01:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2B0A16A4DA for ; Fri, 14 Jul 2006 20:01:06 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2552843D46 for ; Fri, 14 Jul 2006 20:01:05 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so935925ugf for ; Fri, 14 Jul 2006 13:01:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pJYwgpW61eqLdm+laR+m3p+IM0kNRW2l29hqboOfDslJNLFVdF2bKXHEYknZZFrI3WlAtvwCDXlKHYEx+WQtXWNaEobnjpRGPu8mEM7vahQGDJv8GVBRZXPP0Y1T4N6X4cOlTapYYLhHqFxbfrUuVjYn7G6U8UzbLRdjztFu4+I= Received: by 10.78.179.12 with SMTP id b12mr1882274huf; Fri, 14 Jul 2006 13:01:04 -0700 (PDT) Received: by 10.78.198.10 with HTTP; Fri, 14 Jul 2006 13:01:04 -0700 (PDT) Message-ID: <230174700607141301k374b2337wc712fab19061819e@mail.gmail.com> Date: Sat, 15 Jul 2006 01:31:04 +0530 From: "=?UTF-8?Q?=E0=A4=B6=E0=A4=82=E0=A4=A4=E0=A4=A8=E0=A5=81_(Shantanoo)?=" To: "david morgan" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: problem installing tk804.pm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 20:01:06 -0000 On 7/15/06, dave morgan wrote: > I am trying to install the perl module tk.pm on FreeBSD 6.1 > > I am using the same command I have used for a couple of years on my You may try through ports /usr/ports/x11-toolkits/p5-Tk From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 20:04:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B228A16A4DF for ; Fri, 14 Jul 2006 20:04:04 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3136843D83 for ; Fri, 14 Jul 2006 20:03:58 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail2.panix.com (Postfix) with ESMTP id 752739D9CE; Fri, 14 Jul 2006 16:03:57 -0400 (EDT) Received: from teddy.fas.com (c-68-58-232-106.hsd1.sc.comcast.net [68.58.232.106]) by mailspool3.panix.com (Postfix) with ESMTP id 4EEFC6E5925; Fri, 14 Jul 2006 16:03:57 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1G1Tt7-0007OI-00; Fri, 14 Jul 2006 16:03:49 -0400 Date: Fri, 14 Jul 2006 16:03:49 -0400 From: stan To: John Nielsen Message-ID: <20060714200349.GA28300@teddy.fas.com> Mail-Followup-To: John Nielsen , freebsd-questions@freebsd.org References: <20060713123434.GB30789@teddy.fas.com> <200607141111.48098.lists@jnielsen.net> <20060714173944.GB23323@teddy.fas.com> <200607141441.03132.lists@jnielsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607141441.03132.lists@jnielsen.net> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 15:58:38 up 88 days, 17:07, 1 user, load average: 0.08, 0.02, 0.02 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: freebsd-questions@freebsd.org Subject: Re: Best way to create a large data space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 20:04:04 -0000 On Fri, Jul 14, 2006 at 02:41:02PM -0400, John Nielsen wrote: > On Friday 14 July 2006 13:39, stan wrote: > > On Fri, Jul 14, 2006 at 11:11:47AM -0400, John Nielsen wrote: > > > On Friday 14 July 2006 10:37, John Nielsen wrote: > > > > On Thursday 13 July 2006 20:24, stan wrote: > > > > > On Thu, Jul 13, 2006 at 04:20:56PM -0400, John Nielsen wrote: > > > > > > On Thursday 13 July 2006 08:34, stan wrote: > > > > > > > i have a Sun Ultra 40 with 4 500F SATA drives. I plan on using > > > > > > > this machine primarily for a large data storage requirement. > > > > > > > > > > > > > > What I want is one large /data partition. Given all the choices > > > > > > > for doing this in FreeBSD (software) what's the "best" choice > > > > > > > here? The partio will be shared via SAMBA if that affects the > > > > > > > thhinking here. > > > > > > > > > > > > "Best" really depends on what your needs and goals are. Here's a > > > > > > quick overview of what the choices ARE, based mostly on memory. > > > > > > Corrections and additions welcome. I'll try to make some notes > > > > > > about pros and cons as well. > > > > > > > > > > Thanks for the nice summary. > > > > > > > > > > The data will be backed up nightly, so I'll probably use gstirpe to > > > > > get the maximum capicty. RAID5 would not work very well with 3 x 500G > > > > > (asuuming that I can't use the 500G that I put the system on). > > > > > > > > If that's really what you want to do then here are a couple more tips. > > > > You can't boot from a gstripe volume, and when (not if) one of your > > > > drives goes bad you'll be happier if you only lose your data and not > > > > your entire OS. So plan to partition the drives and use gmirror for the > > > > base OS (since you can boot from a gmirror volume). Make a relatively > > > > small partition (10GB?) at the beginning of each drive. Make a gmirror > > > > volume using two or three of them and install the OS to that volume. > > > > Use the remaining one or two small partitions for swap or utility > > > > partitions. Then make your giant gstripe volume out of the large > > > > partitions on all four drives. > > > > > > Or better yet, make a gvinum RAID5 volume with the four large partitions. > > > > K, I think I'm convinced. That would give me 1.5TB for my 2TB of physical > > disk. > > Roughly speaking. > > > Got a pointer to docs on how to install the base OS on a RAID5 config? > > I'm not sure you can boot from a RAID5 volume, and it's tricky to boot from a > gvinum volume at all. I would still recommend partitioning and installing the > OS to a gmirror volume, and then set up your gvinum RAID5 after the fact. > > Unfortunately, sysinstall doesn't grok advanced disk setups very well, so > you'll have to get started manually. I would do this: Thanks for all the sugestions, and the detailed guide on getting what we setled on set up!! -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 20:17:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D8416A4DE for ; Fri, 14 Jul 2006 20:17:38 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35C143D49 for ; Fri, 14 Jul 2006 20:17:37 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 6F6715E6D; Fri, 14 Jul 2006 16:17:37 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k6f0YNsokYey; Fri, 14 Jul 2006 16:17:36 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id AC8BA5D49; Fri, 14 Jul 2006 16:17:36 -0400 (EDT) In-Reply-To: <44B7F7FA.8050903@nyi.net> References: <44B7F7FA.8050903@nyi.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <55E4C410-41FD-4028-AF53-5A5E8A517C52@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 14 Jul 2006 16:17:35 -0400 To: Darek M X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: Updating system's natd config from natd.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 14 Jul 2006 20:17:38 -0000 On Jul 14, 2006, at 4:00 PM, Darek M wrote: > What is the procedure to make active changes made to /etc/natd.conf? > > Sometimes, restarting the natd process with an HUP drops my > connection. Other times the restart didn't seem to make any > difference. The only way I've ever updated natd rules was to > restart the server and never was able to find anything relating to > this topic online. Basicly, you need to kill and restart natd right now, and doing so will lose track of any active state for currently-open connections. Natd dies when it gets a SIGHUP, but I've always wanted to extend its signal handler to trap SIGHUP and re-read the config file. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 20:30:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B37716A4DD for ; Fri, 14 Jul 2006 20:30:44 +0000 (UTC) (envelope-from morgad@eclipse.co.uk) Received: from mra03.ch.as12513.net (mra03.ch.as12513.net [82.153.254.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B1A43D49 for ; Fri, 14 Jul 2006 20:30:43 +0000 (GMT) (envelope-from morgad@eclipse.co.uk) Received: from localhost (localhost [127.0.0.1]) by mra03.ch.as12513.net (Postfix) with ESMTP id 78165D42ED; Fri, 14 Jul 2006 21:30:41 +0100 (BST) Received: from mra03.ch.as12513.net ([127.0.0.1]) by localhost (mra03.ch.as12513.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31892-01-94; Fri, 14 Jul 2006 21:30:39 +0100 (BST) Received: from unknown (unknown [82.152.150.47]) by mra03.ch.as12513.net (Postfix) with SMTP id 7D62AD424A; Fri, 14 Jul 2006 21:30:38 +0100 (BST) From: dave morgan To: "????? (Shantanoo)" Date: Fri, 14 Jul 2006 21:30:38 +0100 Message-ID: References: <230174700607141301k374b2337wc712fab19061819e@mail.gmail.com> In-Reply-To: <230174700607141301k374b2337wc712fab19061819e@mail.gmail.com> X-Mailer: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by Eclipse VIRUSshield at eclipse.net.uk Cc: freebsd-questions@freebsd.org Subject: Re: problem installing tk804.pm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: david morgan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 20:30:44 -0000 On Sat, 15 Jul 2006 01:31:04 +0530, "????? (Shantanoo)" wrote: >On 7/15/06, dave morgan wrote: >> I am trying to install the perl module tk.pm on FreeBSD 6.1 >> >> I am using the same command I have used for a couple of years on my > >You may try through ports > >/usr/ports/x11-toolkits/p5-Tk many thanks Shantoo,=20 that installed it ... mainly because it did not run any of the tests! Dave --=20 http://www.morgad.no-ip.info/index.html gpg:0x64B5E037=20 Distributed Proofreaders: http://www.pgdp.net The NTP server pool http://www.pool.ntp.org http://stellar-attraction.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 21:18:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B473116A4E0 for ; Fri, 14 Jul 2006 21:18:20 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33ADA43D6A for ; Fri, 14 Jul 2006 21:18:19 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wx-out-0102.google.com with SMTP id s13so340049wxc for ; Fri, 14 Jul 2006 14:18:18 -0700 (PDT) Received: by 10.70.49.1 with SMTP id w1mr3790807wxw; Fri, 14 Jul 2006 14:18:18 -0700 (PDT) Received: from ?192.168.0.3? ( [216.45.217.148]) by mx.gmail.com with ESMTP id i35sm4106556wxd.2006.07.14.14.18.17; Fri, 14 Jul 2006 14:18:17 -0700 (PDT) Date: Fri, 14 Jul 2006 17:18:29 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060714171453.FE9D.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Subject: Port for Perl modules 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: Fri, 14 Jul 2006 21:18:20 -0000 Sorry if I asked this before, but does anyone know if there is a port for the following Perl modules: 1) Net-SMTP-SSL 2) Bundle Libnet Thanks! -- Gerard Seibert gerard@seibercom.net "My parents saw the president they loved get shot in the head. I saw my president get head." Elon Gold From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 23:05:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6919916A4E1 for ; Fri, 14 Jul 2006 23:05:40 +0000 (UTC) (envelope-from fbsdlilly@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C8F43D53 for ; Fri, 14 Jul 2006 23:05:38 +0000 (GMT) (envelope-from fbsdlilly@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so819060pyc for ; Fri, 14 Jul 2006 16:05:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TR8efc+RQ1xTr9fbqb3RkzIWBeRvRXgmdG9pSegGvy0zmkHYr/WHB+OMmRBC8xLd6fpOyCTKszWVecH4ooTH7oJmxEbFIzpxEfKzWSgfza8jI6Z3g0I+zEjZrdXa0uc1i71OAXlnepYTQtjT1x972DJszhUGI2ESeDEqvhoccb0= Received: by 10.35.132.13 with SMTP id j13mr65208pyn; Fri, 14 Jul 2006 16:04:08 -0700 (PDT) Received: by 10.35.18.19 with HTTP; Fri, 14 Jul 2006 16:04:08 -0700 (PDT) Message-ID: Date: Fri, 14 Jul 2006 16:04:08 -0700 From: "mojo fms" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Php5 PCRE 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: Fri, 14 Jul 2006 23:05:40 -0000 I am working with an updated ports tree (as of july 14th 06 at 11:32PST) on freebsd 6.1 stable, I am installed the /usr/ports/devel/php5-pcre package to hopefully fix another error with apache trying to run squirrelmail. The Error from apache for SquirrelMail is this: [Fri Jul 14 15:42:20 2006] [error] PHP Fatal error: Call to undefined function preg_replace() in /usr/local/www/squirrelmail/functions/global.php on line 125 The error from trying to compile php5-pcre is this: cc -DEXPORT= -DNEWLINE=10 -DSUPPORT_UTF8 -DSUPPORT_UCP -DLINK_SIZE=2 -DPOSIX_MALLOC_THRESHOLD=10 -DMATCH_LIMIT=10000000 -DMATCH_LIMIT_RECURSION=10000000 -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/pcrelib -I. -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -DPHP_ATOM_INC -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/include -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/main -I/usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -DHAVE_CONFIG_H -O2 -pipe -c /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c -fPIC -DPIC -o .libs/php_pcre.o /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: `fifth_arg_force_ref' undeclared here (not in a function) /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error: (near initialization for `pcre_functions[2]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3].arg_info') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error: (near initialization for `pcre_functions[3]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error: (near initialization for `pcre_functions[4]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error: (near initialization for `pcre_functions[5]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error: (near initialization for `pcre_functions[6]') /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: initializer element is not constant /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error: (near initialization for `pcre_functions[7]') *** Error code 1 Stop in /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre. *** Error code 1 Stop in /usr/ports/devel/php5-pcre. I ran a make clean and distclean on the php5-pcre, also a portsclean as well with no luck there. I tried installing from package but I could not figure out the name of the package to install it as. Any help in this area would be very helpful. From owner-freebsd-questions@FreeBSD.ORG Fri Jul 14 23:47:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC7A716A4DA for ; Fri, 14 Jul 2006 23:47:51 +0000 (UTC) (envelope-from tech-bounces+freebsd-questions=freebsd.org@lists.centr.org) Received: from kaiser.centr.org (s15114026.rootmaster.info [217.160.143.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7170543D45 for ; Fri, 14 Jul 2006 23:47:51 +0000 (GMT) (envelope-from tech-bounces+freebsd-questions=freebsd.org@lists.centr.org) Received: from s15114026.rootmaster.info (localhost.localdomain [127.0.0.1]) by kaiser.centr.org (Postfix) with ESMTP id 5E2103FA0E5 for ; Sat, 15 Jul 2006 01:47:50 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: tech-bounces@lists.centr.org To: freebsd-questions@freebsd.org Message-ID: Date: Sat, 15 Jul 2006 01:47:47 +0200 Precedence: bulk X-BeenThere: tech@lists.centr.org X-Mailman-Version: 2.1.6 Sender: tech-bounces+freebsd-questions=freebsd.org@lists.centr.org Errors-To: tech-bounces+freebsd-questions=freebsd.org@lists.centr.org Subject: Your message to tech awaits moderator approval X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 23:47:51 -0000 Your mail to 'tech' with the subject Delivery reports about your e-mail Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://lists.centr.org/ml/confirm/tech/15dbbe37075ff118de06b3b0cbdf8c869ebcf6b4 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 00:09:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539E416A4DD for ; Sat, 15 Jul 2006 00:09:32 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-02.ohiordc.rr.com (ms-smtp-02.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id A316743D46 for ; Sat, 15 Jul 2006 00:09:31 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-02.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id k6F09TRw008943 for ; Fri, 14 Jul 2006 20:09:29 -0400 (EDT) Message-ID: <000301c6a7a2$f12d3490$0200a8c0@satellite> From: "Dave" To: Date: Fri, 14 Jul 2006 20:09:29 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ports variable for compiling in alternate location X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 00:09:32 -0000 Hello, I'm trying to compile tovid on my 6.1 box. The filesystem that has ports on it is running out of space. I knew of a variable that allowed ports to be compiled in an alternate area, but can't find it. Also, does anyone know how much build space tovid will need? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 00:41:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C8916A4DD for ; Sat, 15 Jul 2006 00:41:19 +0000 (UTC) (envelope-from micahjon@ywave.com) Received: from relay3.av-mx.com (relay3.av-mx.com [137.118.16.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CCB243D45 for ; Sat, 15 Jul 2006 00:41:19 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay3.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 334433533 for freebsd-questions@freebsd.org; Fri, 14 Jul 2006 20:41:18 -0400 Received: (qmail 3353 invoked from network); 15 Jul 2006 00:41:18 -0000 Received: from dsl19021.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.106.21) by 0 with SMTP; 15 Jul 2006 00:41:18 -0000 X-CLIENT-IP: 216.227.106.21 X-CLIENT-HOST: dsl19021.ywave.com Message-ID: <44B839AC.3080902@ywave.com> Date: Fri, 14 Jul 2006 17:41:16 -0700 From: Micah User-Agent: Thunderbird 1.5.0.4 (X11/20060611) MIME-Version: 1.0 To: Dave References: <000301c6a7a2$f12d3490$0200a8c0@satellite> In-Reply-To: <000301c6a7a2$f12d3490$0200a8c0@satellite> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ports variable for compiling in alternate location X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 00:41:19 -0000 Dave wrote: > Hello, > I'm trying to compile tovid on my 6.1 box. The filesystem that has > ports on it is running out of space. I knew of a variable that allowed > ports to be compiled in an alternate area, but can't find it. Also, does > anyone know how much build space tovid will need? > Thanks. > Dave. WRKDIRPREFIX=/path/to/place/with/space (see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html for details) Not sure how much space tovid needs to build though. HTH, Micah From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 09:09:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A25D16A4DA for ; Sat, 15 Jul 2006 09:09:25 +0000 (UTC) (envelope-from pykde-bounces@mats.imk.fraunhofer.de) Received: from mailgw12.fraunhofer.de (mailgw12.fraunhofer.de [153.96.1.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB1CA43D45 for ; Sat, 15 Jul 2006 09:09:24 +0000 (GMT) (envelope-from pykde-bounces@mats.imk.fraunhofer.de) Received: from mailgw12.fraunhofer.de (localhost [127.0.0.1]) by mailgw12.fraunhofer.de (8.13.5+/8.13.5) with ESMTP id k6F99M33015940 for ; Sat, 15 Jul 2006 11:09:22 +0200 (CEST) Received: from kso.imk.fhg.de (kso.imk.fhg.de [193.175.166.3]) by mailgw12.fraunhofer.de (8.13.5+/8.13.5) with ESMTP id k6F99MVj015926 for ; Sat, 15 Jul 2006 11:09:22 +0200 (CEST) Received: from mail.imk.fraunhofer.de (mail.imk.fhg.de [129.26.176.7]) by kso.imk.fhg.de (8.12.10/8.12.10) with ESMTP id k6F99LxQ023468 for ; Sat, 15 Jul 2006 11:09:21 +0200 (MEST) Received: from mats.imk.fraunhofer.de (localhost [127.0.0.1]) by mail.imk.fraunhofer.de (8.12.10/8.12.10) with ESMTP id k6F99LVD017067 for ; Sat, 15 Jul 2006 11:09:21 +0200 (MEST) X-Authentication-Warning: mail.imk.fraunhofer.de: iscan owned process doing -bs Received: from mats.imk.fraunhofer.de (localhost [127.0.0.1]) by mats.imk.fraunhofer.de (Postfix) with ESMTP id 56C7B690290 for ; Sat, 15 Jul 2006 11:09:21 +0200 (MEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: pykde-bounces@mats.imk.fraunhofer.de To: freebsd-questions@freebsd.org Message-ID: Date: Sat, 15 Jul 2006 11:09:20 +0200 Precedence: bulk X-BeenThere: pykde@mats.imk.fraunhofer.de X-Mailman-Version: 2.1.5 X-List-Administrivia: yes Sender: pykde-bounces@mats.imk.fraunhofer.de Errors-To: pykde-bounces@mats.imk.fraunhofer.de x-fraunhofer-email-policy: accepted Subject: Your message to PyKDE awaits moderator approval X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 09:09:25 -0000 Your mail to 'PyKDE' with the subject [VIRUSMAIL] Delivery reports about your e-mail Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. If you would like to cancel this posting, please visit the following URL: http://mats.imk.fraunhofer.de/mailman/confirm/pykde/f705652f62fa87198cae9886cd140d4d49cb8354 From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 13:16:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F7916A4DE for ; Sat, 15 Jul 2006 13:16:07 +0000 (UTC) (envelope-from thool.info@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62BCF43D4C for ; Sat, 15 Jul 2006 13:16:06 +0000 (GMT) (envelope-from thool.info@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so967125pyc for ; Sat, 15 Jul 2006 06:16:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=X72mG2LgNOzcv091p5hXTuVPtNoxM3IX17lOZhSLxf9acmbhh/V/GsDkcsumgRLheemmpWyFiSn5GKETzBlWZ8BgcN2xe5Gn/F6aGRbwts7q4iBGqabjF2ZpG3XqJG00kHTUFPTTkXjBb8Ag7GyL80evKeDoLDu9d8dA4jy84ZQ= Received: by 10.35.107.20 with SMTP id j20mr934957pym; Sat, 15 Jul 2006 06:16:04 -0700 (PDT) Received: by 10.35.44.17 with HTTP; Sat, 15 Jul 2006 06:16:04 -0700 (PDT) Message-ID: <7fd86a350607150616h357e6379n3c1445858e1fcad@mail.gmail.com> Date: Sat, 15 Jul 2006 15:16:04 +0200 From: "mr thooL" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_51208_18116325.1152969364588" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: What is wrong in my conf file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 13:16:07 -0000 ------=_Part_51208_18116325.1152969364588 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, a attached my kernel configuration file, can you find the problem, please? "config" command went OK "make depend" - error code 1 thank you for help ------=_Part_51208_18116325.1152969364588 Content-Type: application/octet-stream; name=SROT Content-Transfer-Encoding: base64 X-Attachment-Id: f_epnzulb9 Content-Disposition: attachment; filename="SROT" IwojIEdFTkVSSUMgLS0gR2VuZXJpYyBrZXJuZWwgY29uZmlndXJhdGlvbiBmaWxlIGZvciBGcmVl QlNEL2kzODYKIwojIEZvciBtb3JlIGluZm9ybWF0aW9uIG9uIHRoaXMgZmlsZSwgcGxlYXNlIHJl YWQgdGhlIGhhbmRib29rIHNlY3Rpb24gb24KIyBLZXJuZWwgQ29uZmlndXJhdGlvbiBGaWxlczoK IwojICAgIGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcvZG9jL2VuX1VTLklTTzg4NTktMS9ib29rcy9o YW5kYm9vay9rZXJuZWxjb25maWctY29uZmlnLmh0bWwKIwojIFRoZSBoYW5kYm9vayBpcyBhbHNv IGF2YWlsYWJsZSBsb2NhbGx5IGluIC91c3Ivc2hhcmUvZG9jL2hhbmRib29rCiMgaWYgeW91J3Zl IGluc3RhbGxlZCB0aGUgZG9jIGRpc3RyaWJ1dGlvbiwgb3RoZXJ3aXNlIGFsd2F5cyBzZWUgdGhl CiMgRnJlZUJTRCBXb3JsZCBXaWRlIFdlYiBzZXJ2ZXIgKGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcv KSBmb3IgdGhlCiMgbGF0ZXN0IGluZm9ybWF0aW9uLgojCiMgQW4gZXhoYXVzdGl2ZSBsaXN0IG9m IG9wdGlvbnMgYW5kIG1vcmUgZGV0YWlsZWQgZXhwbGFuYXRpb25zIG9mIHRoZQojIGRldmljZSBs aW5lcyBpcyBhbHNvIHByZXNlbnQgaW4gdGhlIC4uLy4uL2NvbmYvTk9URVMgYW5kIE5PVEVTIGZp bGVzLgojIElmIHlvdSBhcmUgaW4gZG91YnQgYXMgdG8gdGhlIHB1cnBvc2Ugb3IgbmVjZXNzaXR5 IG9mIGEgbGluZSwgY2hlY2sgZmlyc3QKIyBpbiBOT1RFUy4KIwojICRGcmVlQlNEOiBzcmMvc3lz L2kzODYvY29uZi9HRU5FUklDLHYgMS40MjkuMi4zLjIuMSAyMDA1LzEwLzI4IDE5OjIyOjQxIGpo YiBFeHAgJAoKbWFjaGluZQkJaTM4NgpjcHUJCUk2ODZfQ1BVCmlkZW50CQlHRU5FUklDCgojIFRv IHN0YXRpY2FsbHkgY29tcGlsZSBpbiBkZXZpY2Ugd2lyaW5nIGluc3RlYWQgb2YgL2Jvb3QvZGV2 aWNlLmhpbnRzCiNoaW50cwkJIkdFTkVSSUMuaGludHMiCQkjIERlZmF1bHQgcGxhY2VzIHRvIGxv b2sgZm9yIGRldmljZXMuCgptYWtlb3B0aW9ucwlERUJVRz0tZwkJIyBCdWlsZCBrZXJuZWwgd2l0 aCBnZGIoMSkgZGVidWcgc3ltYm9scwoKI29wdGlvbnMgCVNDSEVEX1VMRQkJIyBVTEUgc2NoZWR1 bGVyCm9wdGlvbnMgCUVYVDJGUwpvcHRpb25zIAlTQ0hFRF80QlNECQkjIDRCU0Qgc2NoZWR1bGVy Cm9wdGlvbnMJCVRDUERFQlVHCm9wdGlvbnMJCVFVT1RBCm9wdGlvbnMgCVBSRUVNUFRJT04JCSMg RW5hYmxlIGtlcm5lbCB0aHJlYWQgcHJlZW1wdGlvbgpvcHRpb25zCQlWRVNBCm9wdGlvbnMgCUlO RVQJCQkjIEludGVyTkVUd29ya2luZwpvcHRpb25zIAlJTkVUNgkJCSMgSVB2NiBjb21tdW5pY2F0 aW9ucyBwcm90b2NvbHMKb3B0aW9ucwkJU0NfUElYRUxfTU9ERQpvcHRpb25zIAlGRlMJCQkjIEJl cmtlbGV5IEZhc3QgRmlsZXN5c3RlbQpvcHRpb25zIAlTT0ZUVVBEQVRFUwkJIyBFbmFibGUgRkZT IHNvZnQgdXBkYXRlcyBzdXBwb3J0Cm9wdGlvbnMgCVVGU19BQ0wJCQkjIFN1cHBvcnQgZm9yIGFj Y2VzcyBjb250cm9sIGxpc3RzCm9wdGlvbnMgCVVGU19ESVJIQVNICQkjIEltcHJvdmUgcGVyZm9y bWFuY2Ugb24gYmlnIGRpcmVjdG9yaWVzCm9wdGlvbnMgCU1EX1JPT1QJCQkjIE1EIGlzIGEgcG90 ZW50aWFsIHJvb3QgZGV2aWNlCm9wdGlvbnMgCU5GU0NMSUVOVAkJIyBOZXR3b3JrIEZpbGVzeXN0 ZW0gQ2xpZW50Cm9wdGlvbnMgCU5GU1NFUlZFUgkJIyBOZXR3b3JrIEZpbGVzeXN0ZW0gU2VydmVy Cm9wdGlvbnMgCU5GU19ST09UCQkjIE5GUyB1c2FibGUgYXMgLywgcmVxdWlyZXMgTkZTQ0xJRU5U Cm9wdGlvbnMgCU1TRE9TRlMJCQkjIE1TRE9TIEZpbGVzeXN0ZW0Kb3B0aW9ucyAJQ0Q5NjYwCQkJ IyBJU08gOTY2MCBGaWxlc3lzdGVtCm9wdGlvbnMgCVBST0NGUwkJCSMgUHJvY2VzcyBmaWxlc3lz dGVtIChyZXF1aXJlcyBQU0VVRE9GUykKb3B0aW9ucyAJUFNFVURPRlMJCSMgUHNldWRvLWZpbGVz eXN0ZW0gZnJhbWV3b3JrCm9wdGlvbnMgCUdFT01fR1BUCQkjIEdVSUQgUGFydGl0aW9uIFRhYmxl cy4Kb3B0aW9ucyAJQ09NUEFUXzQzCQkjIENvbXBhdGlibGUgd2l0aCBCU0QgNC4zIFtLRUVQIFRI SVMhXQpvcHRpb25zIAlDT01QQVRfRlJFRUJTRDQJCSMgQ29tcGF0aWJsZSB3aXRoIEZyZWVCU0Q0 Cm9wdGlvbnMgCUNPTVBBVF9GUkVFQlNENQkJIyBDb21wYXRpYmxlIHdpdGggRnJlZUJTRDUKb3B0 aW9ucyAJU0NTSV9ERUxBWT01MDAwCQkjIERlbGF5IChpbiBtcykgYmVmb3JlIHByb2JpbmcgU0NT SQpvcHRpb25zIAlLVFJBQ0UJCQkjIGt0cmFjZSgxKSBzdXBwb3J0Cm9wdGlvbnMgCVNZU1ZTSE0J CQkjIFNZU1Ytc3R5bGUgc2hhcmVkIG1lbW9yeQpvcHRpb25zIAlTWVNWTVNHCQkJIyBTWVNWLXN0 eWxlIG1lc3NhZ2UgcXVldWVzCm9wdGlvbnMgCVNZU1ZTRU0JCQkjIFNZU1Ytc3R5bGUgc2VtYXBo b3JlcwpvcHRpb25zIAlfS1BPU0lYX1BSSU9SSVRZX1NDSEVEVUxJTkcgIyBQT1NJWCBQMTAwM18x QiByZWFsLXRpbWUgZXh0ZW5zaW9ucwpvcHRpb25zIAlLQkRfSU5TVEFMTF9DREVWCSMgaW5zdGFs bCBhIENERVYgZW50cnkgaW4gL2RldgpvcHRpb25zIAlBSENfUkVHX1BSRVRUWV9QUklOVAkjIFBy aW50IHJlZ2lzdGVyIGJpdGZpZWxkcyBpbiBkZWJ1ZwoJCQkJCSMgb3V0cHV0LiAgQWRkcyB+MTI4 ayB0byBkcml2ZXIuCm9wdGlvbnMgCUFIRF9SRUdfUFJFVFRZX1BSSU5UCSMgUHJpbnQgcmVnaXN0 ZXIgYml0ZmllbGRzIGluIGRlYnVnCgkJCQkJIyBvdXRwdXQuICBBZGRzIH4yMTVrIHRvIGRyaXZl ci4Kb3B0aW9ucyAJQURBUFRJVkVfR0lBTlQJCSMgR2lhbnQgbXV0ZXggaXMgYWRhcHRpdmUuCgpk ZXZpY2UJCWFwaWMJCQkjIEkvTyBBUElDCgojIEJ1cyBzdXBwb3J0LgpkZXZpY2UJCWVpc2EKZGV2 aWNlCQlwY2kKCiMgRmxvcHB5IGRyaXZlcwpkZXZpY2UJCWZkYwoKIyBBVEEgYW5kIEFUQVBJIGRl dmljZXMKZGV2aWNlCQlhdGEKZGV2aWNlCQlhdGFkaXNrCQkjIEFUQSBkaXNrIGRyaXZlcwpkZXZp Y2UJCWF0YXJhaWQJCSMgQVRBIFJBSUQgZHJpdmVzCmRldmljZQkJYXRhcGljZAkJIyBBVEFQSSBD RFJPTSBkcml2ZXMKZGV2aWNlCQlhdGFwaWZkCQkjIEFUQVBJIGZsb3BweSBkcml2ZXMKZGV2aWNl CQlhdGFwaXN0CQkjIEFUQVBJIHRhcGUgZHJpdmVzCm9wdGlvbnMgCUFUQV9TVEFUSUNfSUQJIyBT dGF0aWMgZGV2aWNlIG51bWJlcmluZwoKIyBTQ1NJIENvbnRyb2xsZXJzCmRldmljZQkJYWhiCQkj IEVJU0EgQUhBMTc0MiBmYW1pbHkKZGV2aWNlCQlhaGMJCSMgQUhBMjk0MCBhbmQgb25ib2FyZCBB SUM3eHh4IGRldmljZXMKZGV2aWNlCQlhaGQJCSMgQUhBMzkzMjAvMjkzMjAgYW5kIG9uYm9hcmQg QUlDNzl4eCBkZXZpY2VzCmRldmljZQkJYW1kCQkjIEFNRCA1M0M5NzQgKFRla3JhbSBEQy0zOTAo VCkpCmRldmljZQkJaXNwCQkjIFFsb2dpYyBmYW1pbHkKI2RldmljZSAJaXNwZncJCSMgRmlybXdh cmUgZm9yIFFMb2dpYyBIQkFzLSBub3JtYWxseSBhIG1vZHVsZQpkZXZpY2UJCW1wdAkJIyBMU0kt TG9naWMgTVBULUZ1c2lvbgojZGV2aWNlCQluY3IJCSMgTkNSL1N5bWJpb3MgTG9naWMKZGV2aWNl CQlzeW0JCSMgTkNSL1N5bWJpb3MgTG9naWMgKG5ld2VyIGNoaXBzZXRzICsgdGhvc2Ugb2YgYG5j cicpCmRldmljZQkJdHJtCQkjIFRla3JhbSBEQzM5NVUvVVcvRiBEQzMxNVUgYWRhcHRlcnMKCmRl dmljZQkJYWR2CQkjIEFkdmFuc3lzIFNDU0kgYWRhcHRlcnMKZGV2aWNlCQlhZHcJCSMgQWR2YW5z eXMgd2lkZSBTQ1NJIGFkYXB0ZXJzCmRldmljZQkJYWhhCQkjIEFkYXB0ZWMgMTU0eCBTQ1NJIGFk YXB0ZXJzCmRldmljZQkJYWljCQkjIEFkYXB0ZWMgMTVbMDEyXXggU0NTSSBhZGFwdGVycywgQUlD LTZbMjNdNjAuCmRldmljZQkJYnQJCSMgQnVzbG9naWMvTXlsZXggTXVsdGlNYXN0ZXIgU0NTSSBh ZGFwdGVycwoKZGV2aWNlCQluY3YJCSMgTkNSIDUzQzUwMApkZXZpY2UJCW5zcAkJIyBXb3JrYml0 IE5pbmphIFNDU0ktMwpkZXZpY2UJCXN0ZwkJIyBUTUMgMThDMzAvMThDNTAKCiMgU0NTSSBwZXJp cGhlcmFscwpkZXZpY2UJCXNjYnVzCQkjIFNDU0kgYnVzIChyZXF1aXJlZCBmb3IgU0NTSSkKZGV2 aWNlCQljaAkJIyBTQ1NJIG1lZGlhIGNoYW5nZXJzCmRldmljZQkJZGEJCSMgRGlyZWN0IEFjY2Vz cyAoZGlza3MpCiNkZXZpY2UJCXNhCQkjIFNlcXVlbnRpYWwgQWNjZXNzICh0YXBlIGV0YykKZGV2 aWNlCQljZAkJIyBDRApkZXZpY2UJCXBhc3MJCSMgUGFzc3Rocm91Z2ggZGV2aWNlIChkaXJlY3Qg U0NTSSBhY2Nlc3MpCmRldmljZQkJc2VzCQkjIFNDU0kgRW52aXJvbm1lbnRhbCBTZXJ2aWNlcyAo YW5kIFNBRi1URSkKCiMgUkFJRCBjb250cm9sbGVycyBpbnRlcmZhY2VkIHRvIHRoZSBTQ1NJIHN1 YnN5c3RlbQojZGV2aWNlCQlhbXIJCSMgQU1JIE1lZ2FSQUlECiNkZXZpY2UJCWFyY21zcgkJIyBB cmVjYSBTQVRBIElJIFJBSUQKI2RldmljZQkJYXNyCQkjIERQVCBTbWFydFJBSUQgViwgVkkgYW5k IEFkYXB0ZWMgU0NTSSBSQUlECiNkZXZpY2UJCWNpc3MJCSMgQ29tcGFxIFNtYXJ0IFJBSUQgNSoK I2RldmljZQkJZHB0CQkjIERQVCBTbWFydGNhY2hlIElJSSwgSVYgLSBTZWUgTk9URVMgZm9yIG9w dGlvbnMKI2RldmljZQkJaHB0bXYJCSMgSGlnaHBvaW50IFJvY2tldFJBSUQgMTgyeAojZGV2aWNl CQlpaXIJCSMgSW50ZWwgSW50ZWdyYXRlZCBSQUlECiNkZXZpY2UJCWlwcwkJIyBJQk0gKEFkYXB0 ZWMpIFNlcnZlUkFJRAojZGV2aWNlCQltbHkJCSMgTXlsZXggQWNjZWxlUkFJRC9lWHRyZW1lUkFJ RAojZGV2aWNlCQl0d2EJCSMgM3dhcmUgOTAwMCBzZXJpZXMgUEFUQS9TQVRBIFJBSUQKCiMgUkFJ RCBjb250cm9sbGVycwojZGV2aWNlCQlhYWMJCSMgQWRhcHRlYyBGU0EgUkFJRAojZGV2aWNlCQlh YWNwCQkjIFNDU0kgcGFzc3Rocm91Z2ggZm9yIGFhYyAocmVxdWlyZXMgQ0FNKQojZGV2aWNlCQlp ZGEJCSMgQ29tcGFxIFNtYXJ0IFJBSUQKI2RldmljZQkJbWx4CQkjIE15bGV4IERBQzk2MCBmYW1p bHkKI2RldmljZQkJcHN0CQkjIFByb21pc2UgU3VwZXJ0cmFrIFNYNjAwMAojZGV2aWNlCQl0d2UJ CSMgM3dhcmUgQVRBIFJBSUQKCiMgYXRrYmRjMCBjb250cm9scyBib3RoIHRoZSBrZXlib2FyZCBh bmQgdGhlIFBTLzIgbW91c2UKZGV2aWNlCQlhdGtiZGMJCSMgQVQga2V5Ym9hcmQgY29udHJvbGxl cgpkZXZpY2UJCWF0a2JkCQkjIEFUIGtleWJvYXJkCmRldmljZQkJcHNtCQkjIFBTLzIgbW91c2UK CmRldmljZQkJdmdhCQkjIFZHQSB2aWRlbyBjYXJkIGRyaXZlcgoKZGV2aWNlCQlzcGxhc2gJCSMg U3BsYXNoIHNjcmVlbiBhbmQgc2NyZWVuIHNhdmVyIHN1cHBvcnQKCiMgc3lzY29ucyBpcyB0aGUg ZGVmYXVsdCBjb25zb2xlIGRyaXZlciwgcmVzZW1ibGluZyBhbiBTQ08gY29uc29sZQpkZXZpY2UJ CXNjCgojIEVuYWJsZSB0aGlzIGZvciB0aGUgcGN2dCAoVlQyMjAgY29tcGF0aWJsZSkgY29uc29s ZSBkcml2ZXIKI2RldmljZQkJdnQKI29wdGlvbnMgCVhTRVJWRVIJCSMgc3VwcG9ydCBmb3IgWCBz ZXJ2ZXIgb24gYSB2dCBjb25zb2xlCiNvcHRpb25zIAlGQVRfQ1VSU09SCSMgc3RhcnQgd2l0aCBi bG9jayBjdXJzb3IKCmRldmljZQkJYWdwCQkjIHN1cHBvcnQgc2V2ZXJhbCBBR1AgY2hpcHNldHMK CiMgUG93ZXIgbWFuYWdlbWVudCBzdXBwb3J0IChzZWUgTk9URVMgZm9yIG1vcmUgb3B0aW9ucykK I2RldmljZQkJYXBtCiMgQWRkIHN1c3BlbmQvcmVzdW1lIHN1cHBvcnQgZm9yIHRoZSBpODI1NC4K ZGV2aWNlCQlwbXRpbWVyCgojIFBDQ0FSRCAoUENNQ0lBKSBzdXBwb3J0CiMgUENNQ0lBIGFuZCBj YXJkYnVzIGJyaWRnZSBzdXBwb3J0CiNkZXZpY2UJCWNiYgkJIyBjYXJkYnVzICh5ZW50YSkgYnJp ZGdlCiNkZXZpY2UJCXBjY2FyZAkJIyBQQyBDYXJkICgxNi1iaXQpIGJ1cwojZGV2aWNlCQljYXJk YnVzCQkjIENhcmRCdXMgKDMyLWJpdCkgYnVzCgojIFNlcmlhbCAoQ09NKSBwb3J0cwpkZXZpY2UJ CXNpbwkJIyA4MjUwLCAxNls0NV01MCBiYXNlZCBzZXJpYWwgcG9ydHMKCiMgUGFyYWxsZWwgcG9y dApkZXZpY2UJCXBwYwpkZXZpY2UJCXBwYnVzCQkjIFBhcmFsbGVsIHBvcnQgYnVzIChyZXF1aXJl ZCkKZGV2aWNlCQlscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXBsaXAJCSMgVENQL0lQIG92ZXIgcGFy YWxsZWwKZGV2aWNlCQlwcGkJCSMgUGFyYWxsZWwgcG9ydCBpbnRlcmZhY2UgZGV2aWNlCiNkZXZp Y2UJCXZwbwkJIyBSZXF1aXJlcyBzY2J1cyBhbmQgZGEKCiMgSWYgeW91J3ZlIGdvdCBhICJkdW1i IiBzZXJpYWwgb3IgcGFyYWxsZWwgUENJIGNhcmQgdGhhdCBpcwojIHN1cHBvcnRlZCBieSB0aGUg cHVjKDQpIGdsdWUgZHJpdmVyLCB1bmNvbW1lbnQgdGhlIGZvbGxvd2luZwojIGxpbmUgdG8gZW5h YmxlIGl0IChjb25uZWN0cyB0byB0aGUgc2lvIGFuZC9vciBwcGMgZHJpdmVycyk6CiNkZXZpY2UJ CXB1YwoKIyBQQ0kgRXRoZXJuZXQgTklDcy4KI2RldmljZQkJZGUJCSMgREVDL0ludGVsIERDMjF4 NHggKGBgVHVsaXAnJykKI2RldmljZQkJZW0JCSMgSW50ZWwgUFJPLzEwMDAgYWRhcHRlciBHaWdh Yml0IEV0aGVybmV0IENhcmQKI2RldmljZQkJaXhnYgkJIyBJbnRlbCBQUk8vMTBHYkUgRXRoZXJu ZXQgQ2FyZAojZGV2aWNlCQl0eHAJCSMgM0NvbSAzY1I5OTAgKGBgVHlwaG9vbicnKQojZGV2aWNl CQl2eAkJIyAzQ29tIDNjNTkwLCAzYzU5NSAoYGBWb3J0ZXgnJykKCiMgUENJIEV0aGVybmV0IE5J Q3MgdGhhdCB1c2UgdGhlIGNvbW1vbiBNSUkgYnVzIGNvbnRyb2xsZXIgY29kZS4KIyBOT1RFOiBC ZSBzdXJlIHRvIGtlZXAgdGhlICdkZXZpY2UgbWlpYnVzJyBsaW5lIGluIG9yZGVyIHRvIHVzZSB0 aGVzZSBOSUNzIQojZGV2aWNlCQltaWlidXMJCSMgTUlJIGJ1cyBzdXBwb3J0CiNkZXZpY2UJCWJm ZQkJIyBCcm9hZGNvbSBCQ000NDB4IDEwLzEwMCBFdGhlcm5ldAojZGV2aWNlCQliZ2UJCSMgQnJv YWRjb20gQkNNNTcweHggR2lnYWJpdCBFdGhlcm5ldAojZGV2aWNlCQlkYwkJIyBERUMvSW50ZWwg MjExNDMgYW5kIHZhcmlvdXMgd29ya2FsaWtlcwojZGV2aWNlCQlmeHAJCSMgSW50ZWwgRXRoZXJF eHByZXNzIFBSTy8xMDBCICg4MjU1NywgODI1NTgpCiNkZXZpY2UJCWxnZQkJIyBMZXZlbCAxIExY VDEwMDEgZ2lnYWJpdCBFdGhlcm5ldAojZGV2aWNlCQluZ2UJCSMgTmF0U2VtaSBEUDgzODIwIGdp Z2FiaXQgRXRoZXJuZXQKI2RldmljZQkJbnZlCQkjIG5WaWRpYSBuRm9yY2UgTUNQIG9uLWJvYXJk IEV0aGVybmV0IE5ldHdvcmtpbmcKI2RldmljZQkJcGNuCQkjIEFNRCBBbTc5Qzk3eCBQQ0kgMTAv MTAwKHByZWNlZGVuY2Ugb3ZlciAnbG5jJykKZGV2aWNlCQlyZQkJIyBSZWFsVGVrIDgxMzlDKy84 MTY5LzgxNjlTLzgxMTBTCmRldmljZQkJcmwJCSMgUmVhbFRlayA4MTI5LzgxMzkKI2RldmljZQkJ c2YJCSMgQWRhcHRlYyBBSUMtNjkxNSAoYGBTdGFyZmlyZScnKQojZGV2aWNlCQlzaXMJCSMgU2ls aWNvbiBJbnRlZ3JhdGVkIFN5c3RlbXMgU2lTIDkwMC9TaVMgNzAxNgojZGV2aWNlCQlzawkJIyBT eXNLb25uZWN0IFNLLTk4NHggJiBTSy05ODJ4IGdpZ2FiaXQgRXRoZXJuZXQKI2RldmljZQkJc3Rl CQkjIFN1bmRhbmNlIFNUMjAxIChELUxpbmsgREZFLTU1MFRYKQojZGV2aWNlCQl0aQkJIyBBbHRl b24gTmV0d29ya3MgVGlnb24gSS9JSSBnaWdhYml0IEV0aGVybmV0CiNkZXZpY2UJCXRsCQkjIFRl eGFzIEluc3RydW1lbnRzIFRodW5kZXJMQU4KI2RldmljZQkJdHgJCSMgU01DIEV0aGVyUG93ZXIg SUkgKDgzYzE3MCBgYEVQSUMnJykKI2RldmljZQkJdmdlCQkjIFZJQSBWVDYxMnggZ2lnYWJpdCBF dGhlcm5ldAojZGV2aWNlCQl2cgkJIyBWSUEgUmhpbmUsIFJoaW5lIElJCiNkZXZpY2UJCXdiCQkj IFdpbmJvbmQgVzg5Qzg0MEYKI2RldmljZQkJeGwJCSMgM0NvbSAzYzkweCAoYGBCb29tZXJhbmcn JywgYGBDeWNsb25lJycpCgojIElTQSBFdGhlcm5ldCBOSUNzLiAgcGNjYXJkIE5JQ3MgaW5jbHVk ZWQuCiMgZGV2aWNlCQljcwkJIyBDcnlzdGFsIFNlbWljb25kdWN0b3IgQ1M4OXgwIE5JQwojICdk ZXZpY2UgZWQnIHJlcXVpcmVzICdkZXZpY2UgbWlpYnVzJwpkZXZpY2UJCWVkCQkjIE5FWzEyXTAw MCwgU01DIFVsdHJhLCAzYzUwMywgRFM4MzkwIGNhcmRzCmRldmljZQkJZXgJCSMgSW50ZWwgRXRo ZXJFeHByZXNzIFByby8xMCBhbmQgUHJvLzEwKwpkZXZpY2UJCWVwCQkjIEV0aGVybGluayBJSUkg YmFzZWQgY2FyZHMKZGV2aWNlCQlmZQkJIyBGdWppdHN1IE1CODY5NnggYmFzZWQgY2FyZHMKZGV2 aWNlCQlpZQkJIyBFdGhlckV4cHJlc3MgOC8xNiwgM0M1MDcsIFN0YXJMQU4gMTAgZXRjLgpkZXZp Y2UJCWxuYwkJIyBORTIxMDAsIE5FMzItVkwgTGFuY2UgRXRoZXJuZXQgY2FyZHMKZGV2aWNlCQlz bgkJIyBTTUMncyA5MDAwIHNlcmllcyBvZiBFdGhlcm5ldCBjaGlwcwpkZXZpY2UJCXhlCQkjIFhp cmNvbSBwY2NhcmQgRXRoZXJuZXQKCiMgSVNBIGRldmljZXMgdGhhdCB1c2UgdGhlIG9sZCBJU0Eg c2hpbXMKI2RldmljZQkJbGUKCiMgV2lyZWxlc3MgTklDIGNhcmRzCiMgZGV2aWNlCQl3bGFuCQkj IDgwMi4xMSBzdXBwb3J0CiMgZGV2aWNlCQlhbgkJIyBBaXJvbmV0IDQ1MDAvNDgwMCA4MDIuMTEg d2lyZWxlc3MgTklDcy4KIyBkZXZpY2UJCWF3aQkJIyBCYXlTdGFjayA2NjAgYW5kIG90aGVycwoj IGRldmljZQkJcmFsCQkjIFJhbGluayBUZWNobm9sb2d5IFJUMjUwMCB3aXJlbGVzcyBOSUNzLgoj IGRldmljZQkJd2kJCSMgV2F2ZUxBTi9JbnRlcnNpbC9TeW1ib2wgODAyLjExIHdpcmVsZXNzIE5J Q3MuCiMgZGV2aWNlCQl3bAkJIyBPbGRlciBub24gODAyLjExIFdhdmVsYW4gd2lyZWxlc3MgTklD LgoKIyBQc2V1ZG8gZGV2aWNlcy4KZGV2aWNlCQlsb29wCQkjIE5ldHdvcmsgbG9vcGJhY2sKZGV2 aWNlCQlyYW5kb20JCSMgRW50cm9weSBkZXZpY2UKZGV2aWNlCQlldGhlcgkJIyBFdGhlcm5ldCBz dXBwb3J0CmRldmljZQkJc2wJCSMgS2VybmVsIFNMSVAKZGV2aWNlCQlwcHAJCSMgS2VybmVsIFBQ UApkZXZpY2UJCXR1bgkJIyBQYWNrZXQgdHVubmVsLgpkZXZpY2UJCXB0eQkJIyBQc2V1ZG8tdHR5 cyAodGVsbmV0IGV0YykKZGV2aWNlCQltZAkJIyBNZW1vcnkgImRpc2tzIgpkZXZpY2UJCWdpZgkJ IyBJUHY2IGFuZCBJUHY0IHR1bm5lbGluZwpkZXZpY2UJCWZhaXRoCQkjIElQdjYtdG8tSVB2NCBy ZWxheWluZyAodHJhbnNsYXRpb24pCgojIFRoZSBgYnBmJyBkZXZpY2UgZW5hYmxlcyB0aGUgQmVy a2VsZXkgUGFja2V0IEZpbHRlci4KIyBCZSBhd2FyZSBvZiB0aGUgYWRtaW5pc3RyYXRpdmUgY29u c2VxdWVuY2VzIG9mIGVuYWJsaW5nIHRoaXMhCiMgTm90ZSB0aGF0ICdicGYnIGlzIHJlcXVpcmVk IGZvciBESENQLgpkZXZpY2UJCWJwZgkJIyBCZXJrZWxleSBwYWNrZXQgZmlsdGVyCgojIFVTQiBz dXBwb3J0CmRldmljZQkJdWhjaQkJIyBVSENJIFBDSS0+VVNCIGludGVyZmFjZQpkZXZpY2UJCW9o Y2kJCSMgT0hDSSBQQ0ktPlVTQiBpbnRlcmZhY2UKZGV2aWNlCQllaGNpCQkjIEVIQ0kgUENJLT5V U0IgaW50ZXJmYWNlIChVU0IgMi4wKQpkZXZpY2UJCXVzYgkJIyBVU0IgQnVzIChyZXF1aXJlZCkK I2RldmljZQkJdWRicAkJIyBVU0IgRG91YmxlIEJ1bGsgUGlwZSBkZXZpY2VzCmRldmljZQkJdWdl bgkJIyBHZW5lcmljCmRldmljZQkJdWhpZAkJIyAiSHVtYW4gSW50ZXJmYWNlIERldmljZXMiCmRl dmljZQkJdWtiZAkJIyBLZXlib2FyZApkZXZpY2UJCXVscHQJCSMgUHJpbnRlcgpkZXZpY2UJCXVt YXNzCQkjIERpc2tzL01hc3Mgc3RvcmFnZSAtIFJlcXVpcmVzIHNjYnVzIGFuZCBkYQpkZXZpY2UJ CXVtcwkJIyBNb3VzZQpkZXZpY2UJCXVyYWwJCSMgUmFsaW5rIFRlY2hub2xvZ3kgUlQyNTAwVVNC IHdpcmVsZXNzIE5JQ3MKZGV2aWNlCQl1cmlvCQkjIERpYW1vbmQgUmlvIDUwMCBNUDMgcGxheWVy CmRldmljZQkJdXNjYW5uZXIJIyBTY2FubmVycwojIFVTQiBFdGhlcm5ldCwgcmVxdWlyZXMgbWlp YnVzCiMgZGV2aWNlCQlhdWUJCSMgQURNdGVrIFVTQiBFdGhlcm5ldAojIGRldmljZQkJYXhlCQkj IEFTSVggRWxlY3Ryb25pY3MgVVNCIEV0aGVybmV0CiMgZGV2aWNlCQljZGNlCQkjIEdlbmVyaWMg VVNCIG92ZXIgRXRoZXJuZXQKIyBkZXZpY2UJCWN1ZQkJIyBDQVRDIFVTQiBFdGhlcm5ldAojIGRl dmljZQkJa3VlCQkjIEthd2FzYWtpIExTSSBVU0IgRXRoZXJuZXQKIyBkZXZpY2UJCXJ1ZQkJIyBS ZWFsVGVrIFJUTDgxNTAgVVNCIEV0aGVybmV0CgojIEZpcmVXaXJlIHN1cHBvcnQKZGV2aWNlCQlm aXJld2lyZQkjIEZpcmVXaXJlIGJ1cyBjb2RlCmRldmljZQkJc2JwCQkjIFNDU0kgb3ZlciBGaXJl V2lyZSAoUmVxdWlyZXMgc2NidXMgYW5kIGRhKQpkZXZpY2UJCWZ3ZQkJIyBFdGhlcm5ldCBvdmVy IEZpcmVXaXJlIChub24tc3RhbmRhcmQhKQoKIyBTb3VuZCBDYXJkIFN1cHBvcnQJCQpkZXZpY2Ug CQlzb3VuZApkZXZpY2UJCXNuZF9lbXUxMGsxCg== ------=_Part_51208_18116325.1152969364588-- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 13:33:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C44716A4DD for ; Sat, 15 Jul 2006 13:33:19 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BEF43D45 for ; Sat, 15 Jul 2006 13:33:18 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J2G00NS45NH2Z40@osl1smout1.broadpark.no> for questions@freebsd.org; Sat, 15 Jul 2006 15:33:17 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J2G006155NHGPC0@osl1sminn1.broadpark.no> for questions@freebsd.org; Sat, 15 Jul 2006 15:33:17 +0200 (CEST) Date: Sat, 15 Jul 2006 15:33:18 +0200 From: Kyrre Nygard To: questions@freebsd.org Message-id: <7.0.1.0.2.20060715153241.0246e9e0@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Cc: Subject: ntfs-3g for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 13:33:19 -0000 Wondering what's the status on NTFS-3G for FreeBSD? http://digg.com/linux_unix/NTFS-3G_-_Full_NTFS_read_write_support_for_Linux Thanks, Kyrre From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 13:51:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F9C16A4DD for ; Sat, 15 Jul 2006 13:51:15 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D6B43D4C for ; Sat, 15 Jul 2006 13:51:14 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.147] (helo=anti-virus03-10) by smtp-out5.blueyonder.co.uk with smtp (Exim 4.52) id 1G1kY5-0001j4-5Z; Sat, 15 Jul 2006 14:51:13 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1G1kY4-00021z-D4; Sat, 15 Jul 2006 14:51:12 +0100 Message-ID: <44B8F2CF.5040903@dial.pipex.com> Date: Sat, 15 Jul 2006 14:51:11 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: mr thooL References: <7fd86a350607150616h357e6379n3c1445858e1fcad@mail.gmail.com> In-Reply-To: <7fd86a350607150616h357e6379n3c1445858e1fcad@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What is wrong in my conf file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 13:51:15 -0000 mr thooL wrote: > Hi, > > a attached my kernel configuration file, can you find the problem, > please? > > "config" command went OK > "make depend" - error code 1 > > thank you for help No one can help you with this limited information: 1) attachments are not allowed on questions@ so no-one can see your kernel. If you can make it available on a web site that is much better than posting the whole thing here. And without 2) below it will be less than useful. 2) "error code 1" is worthless - it is just an exit status. Please start by showing the actual error. The 10 or so lines leading up to this message would probably do as long as they show what was *actually happening*. And tell us what version of FreeBSD you are doing this on. You might also try summarising the changes you made to the generic kernel. 3) Didn't the config/make depend way of building a kernel go out with 4.something? See the handbook for the correct "make buildkernel KERNCONF=MYKERNEL" procedure for a modern FreeBSD. Of course, with a bad config file, that will fail the same way so see 2) first. --Alex From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 13:53:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8775A16A4DF for ; Sat, 15 Jul 2006 13:53:51 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 514E943D67 for ; Sat, 15 Jul 2006 13:53:46 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 5048 invoked from network); 15 Jul 2006 13:53:45 -0000 Received: from unknown (HELO localhost) (775067@[217.50.149.8]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 15 Jul 2006 13:53:45 -0000 Date: Sat, 15 Jul 2006 15:53:36 +0200 From: Fabian Keil To: "mr thooL" Message-ID: <20060715155336.29d41a57@localhost> In-Reply-To: <7fd86a350607150616h357e6379n3c1445858e1fcad@mail.gmail.com> References: <7fd86a350607150616h357e6379n3c1445858e1fcad@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_d9pxTsNRBVur.mtzSkoiNWC; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: What is wrong in my conf file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 13:53:51 -0000 --Sig_d9pxTsNRBVur.mtzSkoiNWC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "mr thooL" wrote: > a attached my kernel configuration file, can you find the problem, please? >=20 > "config" command went OK > "make depend" - error code 1 I only had a quick look at your kernel configuration, one problem is that you disabled "device wlan" but kept "device ural" enabled. Please quote the exact error message next time. Fabian --=20 http://www.fabiankeil.de/ --Sig_d9pxTsNRBVur.mtzSkoiNWC Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEuPNmjV8GA4rMKUQRAtK7AJ97a+9dk6oyE/iYxPSCtwdW3wJ2dACfRAkx Te/fwz/uwx0MO+zjMsyy/UE= =zOWl -----END PGP SIGNATURE----- --Sig_d9pxTsNRBVur.mtzSkoiNWC-- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 14:25:05 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0438116A4DF for ; Sat, 15 Jul 2006 14:25:04 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5593943D45 for ; Sat, 15 Jul 2006 14:25:03 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.142] (helo=anti-virus02-09) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1G1l4o-0000Ro-JL; Sat, 15 Jul 2006 15:25:02 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1G1l4o-0007Da-1V; Sat, 15 Jul 2006 15:25:02 +0100 Message-ID: <44B8FABD.8090202@dial.pipex.com> Date: Sat, 15 Jul 2006 15:25:01 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: mr thooL References: <7fd86a350607150616h357e6379n3c1445858e1fcad@mail.gmail.com> <44B8F2CF.5040903@dial.pipex.com> In-Reply-To: <44B8F2CF.5040903@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What is wrong in my conf file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 14:25:05 -0000 Alex Zbyslaw wrote: > mr thooL wrote: > >> Hi, >> >> a attached my kernel configuration file, can you find the problem, >> please? >> >> "config" command went OK >> "make depend" - error code 1 >> >> thank you for help > > > No one can help you with this limited information: > > 1) attachments are not allowed on questions@ so no-one can see your > kernel. If you can make it available on a web site that is much > better than posting the whole thing here. And without 2) below it > will be less than useful. Apparently it was attached, but the error is still more important. --Alex From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 16:22:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E09CE16A4DD for ; Sat, 15 Jul 2006 16:22:50 +0000 (UTC) (envelope-from thool.info@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B07A43D46 for ; Sat, 15 Jul 2006 16:22:50 +0000 (GMT) (envelope-from thool.info@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1011083pyc for ; Sat, 15 Jul 2006 09:22:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=pjWyZCiwVz3KWfXH7wuieIlDNMG9zurqOWjraW8ecu3rReQga3lYHkB9XGWPRNtNQXwiadupl0yZkoaT6WUVdOhS4pmkEG+t77/NkHL+tsE6xj5K1qvI3+v4O6i7+5DzwVz7Exyfbi0ykil5PdyDucl9z4tx8ul73KNGV2b+KqY= Received: by 10.35.34.18 with SMTP id m18mr1158469pyj; Sat, 15 Jul 2006 09:22:49 -0700 (PDT) Received: by 10.35.44.17 with HTTP; Sat, 15 Jul 2006 09:22:49 -0700 (PDT) Message-ID: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> Date: Sat, 15 Jul 2006 18:22:49 +0200 From: "mr thooL" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: building new kernel failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 16:22:51 -0000 Hi, here is my conf file: ========================== # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.3.2.1 2005/10/28 19:22:41 jhb Exp $ machine i386 cpu I686_CPU ident GENERIC # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols #options SCHED_ULE # ULE scheduler options EXT2FS options SCHED_4BSD # 4BSD scheduler options TCPDEBUG options QUOTA options PREEMPTION # Enable kernel thread preemption options VESA options INET # InterNETworking options INET6 # IPv6 communications protocols options SC_PIXEL_MODE options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options 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 AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device ahd # AHA39320/29320 and onboard AIC79xx devices device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family #device ispfw # Firmware for QLogic HBAs- normally a module device mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters device adv # Advansys SCSI adapters device adw # Advansys wide SCSI adapters device aha # Adaptec 154x SCSI adapters device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster SCSI adapters device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) #device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device amr # AMI MegaRAID #device arcmsr # Areca SATA II RAID #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device ciss # Compaq Smart RAID 5* #device dpt # DPT Smartcache III, IV - See NOTES for options #device hptmv # Highpoint RocketRAID 182x #device iir # Intel Integrated RAID #device ips # IBM (Adaptec) ServeRAID #device mly # Mylex AcceleRAID/eXtremeRAID #device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers #device aac # Adaptec FSA RAID #device aacp # SCSI passthrough for aac (requires CAM) #device ida # Compaq Smart RAID #device mlx # Mylex DAC960 family #device pst # Promise Supertrak SX6000 #device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device 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 # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support #device cbb # cardbus (yenta) bridge #device pccard # PC Card (16-bit) bus #device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device em # Intel PRO/1000 adapter Gigabit Ethernet Card #device ixgb # Intel PRO/10GbE Ethernet Card #device txp # 3Com 3cR990 (``Typhoon'') #device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! #device miibus # MII bus support #device bfe # Broadcom BCM440x 10/100 Ethernet #device bge # Broadcom BCM570xx Gigabit Ethernet #device dc # DEC/Intel 21143 and various workalikes #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device lge # Level 1 LXT1001 gigabit Ethernet #device nge # NatSemi DP83820 gigabit Ethernet #device nve # nVidia nForce MCP on-board Ethernet Networking #device pcn # AMD Am79C97x PCI 10/100(precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet #device ste # Sundance ST201 (D-Link DFE-550TX) #device ti # Alteon Networks Tigon I/II gigabit Ethernet #device tl # Texas Instruments ThunderLAN #device tx # SMC EtherPower II (83c170 ``EPIC'') #device vge # VIA VT612x gigabit Ethernet #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. # device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ex # Intel EtherExpress Pro/10 and Pro/10+ device ep # Etherlink III based cards device fe # Fujitsu MB8696x based cards device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. device lnc # NE2100, NE32-VL Lance Ethernet cards device sn # SMC's 9000 series of Ethernet chips device xe # Xircom pccard Ethernet # ISA devices that use the old ISA shims #device le # Wireless NIC cards # device wlan # 802.11 support # device an # Aironet 4500/4800 802.11 wireless NICs. # device awi # BayStack 660 and others # device ral # Ralink Technology RT2500 wireless NICs. # device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. # device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse #device ural # Ralink Tech. RT2500USB wireless NICs device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires miibus # device aue # ADMtek USB Ethernet # device axe # ASIX Electronics USB Ethernet # device cdce # Generic USB over Ethernet # device cue # CATC USB Ethernet # device kue # Kawasaki LSI USB Ethernet # device rue # RealTek RTL8150 USB Ethernet # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) # Sound Card Support device sound device snd_emu10k1 ========================== and here is the error message: ========================== linking kernel.debug if_re.o(.text+0x19a7): In function `re_attach': /usr/src/sys/dev/re/if_re.c:1193: undefined reference to `mii_phy_probe' if_re.o(.text+0x2759): In function `re_tick': /usr/src/sys/dev/re/if_re.c:1755: undefined reference to `mii_tick' if_re.o(.text+0x3480): In function `re_init_locked': /usr/src/sys/dev/re/if_re.c:2227: undefined reference to `mii_mediachg' if_re.o(.text+0x3564): In function `re_ifmedia_upd': /usr/src/sys/dev/re/if_re.c:2250: undefined reference to `mii_mediachg' if_re.o(.text+0x3634): In function `re_ifmedia_sts': /usr/src/sys/dev/re/if_re.c:2271: undefined reference to `mii_pollstat' if_re.o(.data+0x1c0): In function `re_eeprom_getword': ./machine/bus.h:224: undefined reference to `miibus_readreg_desc' if_re.o(.data+0x1c8):./machine/bus.h:225: undefined reference to `miibus_writere if_re.o(.data+0x1d0): In function `re_eeprom_getword': ./machine/cpufunc.h:261: undefined reference to `miibus_statchg_desc' if_re.o(.data+0x284): In function `re_eeprom_getword': /usr/src/sys/dev/re/if_re.c:370: undefined reference to `miibus_driver' if_re.o(.data+0x288):/usr/src/sys/dev/re/if_re.c:370: undefined reference to `mi if_rl.o(.text+0x17a7): In function `rl_attach': /usr/src/sys/pci/if_rl.c:944: undefined reference to `mii_phy_probe' if_rl.o(.text+0x1fb9): In function `rl_tick': /usr/src/sys/pci/if_rl.c:1279: undefined reference to `mii_tick' if_rl.o(.text+0x2967): In function `rl_init_locked': /usr/src/sys/pci/if_rl.c:1580: undefined reference to `mii_mediachg' if_rl.o(.text+0x2a44): In function `rl_ifmedia_upd': /usr/src/sys/pci/if_rl.c:1602: undefined reference to `mii_mediachg' if_rl.o(.text+0x2b14): In function `rl_ifmedia_sts': /usr/src/sys/pci/if_rl.c:1620: undefined reference to `mii_pollstat' if_rl.o(.data+0x180): In function `rl_eeprom_putbyte': ./machine/cpufunc.h:270: undefined reference to `miibus_readreg_desc' if_rl.o(.data+0x188): In function `rl_eeprom_putbyte': /usr/src/sys/pci/if_rl.c:308: undefined reference to `miibus_writereg_desc' if_rl.o(.data+0x190):/usr/src/sys/pci/if_rl.c:308: undefined reference to `miibu if_rl.o(.data+0x244): In function `rl_eeprom_getword': /usr/src/sys/pci/if_rl.c:336: undefined reference to `miibus_driver' if_rl.o(.data+0x248): In function `rl_eeprom_getword': ./machine/bus.h:221: undefined reference to `miibus_devclass' *** Error code 1 Stop in /usr/obj/usr/src/sys/SROT. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ========================== I was building a kernel by new way. thank you for help From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 16:38:36 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C5C16A4DA for ; Sat, 15 Jul 2006 16:38:36 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (wcborstel.xs4all.nl [82.93.93.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A9043D46 for ; Sat, 15 Jul 2006 16:38:35 +0000 (GMT) (envelope-from jorn@wcborstel.com) Received: from localhost (mail.wcborstel.com [10.0.0.2]) by mail.wcborstel.com (Postfix) with ESMTP id 278B8284CE0; Sat, 15 Jul 2006 18:38:34 +0200 (CEST) Received: from mail.wcborstel.com ([10.0.0.2]) by localhost (mail.wcborstel.com [10.0.0.2]) (amavisd-new, port 10024) with ESMTP id 46712-05; Sat, 15 Jul 2006 18:38:33 +0200 (CEST) Received: from [192.168.0.2] (unknown [192.168.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.wcborstel.com (Postfix) with ESMTP id 08FD1284CB4; Sat, 15 Jul 2006 18:38:33 +0200 (CEST) Message-ID: <44B919E4.9010605@wcborstel.com> Date: Sat, 15 Jul 2006 18:37:56 +0200 From: Jorn Argelo User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: mr thooL , questions@freebsd.org References: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> In-Reply-To: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at wcborstel.com Cc: Subject: Re: building new kernel failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 16:38:36 -0000 mr thooL wrote: > Hi, > > here is my conf file: [snip] > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these > NICs! > #device miibus # MII bus support Read the note :-) You have to keep miibus. Cheers, Jorn From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 16:40:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 636BF16A4E0 for ; Sat, 15 Jul 2006 16:40:27 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id C225143D58 for ; Sat, 15 Jul 2006 16:40:24 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 706 invoked from network); 15 Jul 2006 16:40:22 -0000 Received: from unknown (HELO localhost) (775067@[217.50.149.8]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 15 Jul 2006 16:40:22 -0000 Date: Sat, 15 Jul 2006 18:40:15 +0200 From: Fabian Keil To: "mr thooL" Message-ID: <20060715184015.77554d2a@localhost> In-Reply-To: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> References: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd6.1) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_6npNUx71OjAvX9be517unbb; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: building new kernel failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 16:40:27 -0000 --Sig_6npNUx71OjAvX9be517unbb Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "mr thooL" wrote: > here is my conf file: > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these NI= Cs! This comment exists for a reason ... > #device miibus # MII bus support > device re # RealTek 8139C+/8169/8169S/8110S > device rl # RealTek 8129/8139 > and here is the error message: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D > linking kernel.debug > if_re.o(.text+0x19a7): In function `re_attach': > /usr/src/sys/dev/re/if_re.c:1193: undefined reference to `mii_phy_probe' > if_re.o(.text+0x2759): In function `re_tick': ... you just found it. Fabian --=20 http://www.fabiankeil.de/ --Sig_6npNUx71OjAvX9be517unbb Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEuRp0jV8GA4rMKUQRAsWKAJsFdSYwySOrOV6aCZ0zhT8teoDQkgCfdTE/ pxGA0tNgyPYHmd1VJgmf2P4= =GI+8 -----END PGP SIGNATURE----- --Sig_6npNUx71OjAvX9be517unbb-- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 16:41:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B139716A4E2 for ; Sat, 15 Jul 2006 16:41:28 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBC243D45 for ; Sat, 15 Jul 2006 16:41:27 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.142] (helo=anti-virus02-09) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1G1nCo-0004XN-Hs; Sat, 15 Jul 2006 17:41:26 +0100 Received: from [82.41.34.175] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1G1nCo-0000Bo-1k; Sat, 15 Jul 2006 17:41:26 +0100 Message-ID: <44B91AB5.9070906@dial.pipex.com> Date: Sat, 15 Jul 2006 17:41:25 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: mr thooL References: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> In-Reply-To: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: building new kernel failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 16:41:28 -0000 # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! [...] device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 But no device miibus as the notes say there must be. Of course, once you get past this one, there may be more errors. If there are, can I suggest that you first go back to the GENERIC kernel and start again, this time being a bit more conservative about taking things out. You should also make a copy of GENERIC called something else. Your kernel is simply not GENERIC any more, and may get overwritten by the real GENERIC when you cvsup. From the file it looks like you are editing GENERIC in place which is a very bad idea and definitely not what the handbook recommends. --Alex From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 17:05:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9885F16A4DA for ; Sat, 15 Jul 2006 17:05:46 +0000 (UTC) (envelope-from loader@freebsdmall.com) Received: from mail.freebsdmall.com (69.50.233.168.ip.nectartech.com [69.50.233.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098DA43D70 for ; Sat, 15 Jul 2006 17:05:40 +0000 (GMT) (envelope-from loader@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2136) id 77F101D6E518; Sat, 15 Jul 2006 10:05:40 -0700 (PDT) X-Mailer: emacs 22.0.50.1 (via feedmail 8 I) To: "Brian Henning" References: <1f75ab0e0607110655u5bbe507fx5331a05d7ef91a6c@mail.gmail.com> From: loader X-GPG-Public-Key: http://www.freebsdmall.com/~loader/loader.asc X-GPG-Key-ID: 1024D/0277E075 X-GPG-Key-Fingerprint: F8A0 A354 5D97 B175 7FC9 15DC 0771 07CF 0277 E075 User-Agent: Emacs 22.0.50.1 on i386-unknown-freebsd7.0 In-Reply-To: <1f75ab0e0607110655u5bbe507fx5331a05d7ef91a6c@mail.gmail.com> (Brian Henning's message of "Tue, 11 Jul 2006 08:55:03 -0500") MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-Id: <20060715170540.77F101D6E518@mail.freebsdmall.com> Date: Sat, 15 Jul 2006 10:05:40 -0700 (PDT) Cc: freebsd-questions@freebsd.org Subject: Re: DWL-650 Revision M X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 17:05:46 -0000 "Brian Henning" writes: > Hello All, > > If someone could help me out that would be great. I currently own a wireless > card Dlink (DWL-650 Revision M) and I am not able to get FreeBSD 6.1 to load > the wi driver. I perused the wi man pages and found that the D-Link DWL-650 > is on the list of supported cards. I question whether or not this includes > all revisions of the DWL-650. > > Can someone please confirm that the DWL-650 Revision M is or is NOT > supported? Does it use a Atheros AR521x chip? Have you tried ath(4)? Regards, loader From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 19:28:29 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0657916A4DF for ; Sat, 15 Jul 2006 19:28:29 +0000 (UTC) (envelope-from horn@bsdhost.org) Received: from bsdhost.org (bsdhost.org [82.146.41.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6460D43D45 for ; Sat, 15 Jul 2006 19:28:28 +0000 (GMT) (envelope-from horn@bsdhost.org) Received: from bsdhost.org (horn.net.ru [82.146.41.48]) by bsdhost.org (8.13.7/8.13.1) with ESMTP id k6FJSPw8028725 for ; Sat, 15 Jul 2006 23:28:26 +0400 (MSD) (envelope-from horn@bsdhost.org) From: "horn" To: freebsd-questions@FreeBSD.org Date: Sat, 15 Jul 2006 23:28:25 +0400 Message-Id: <20060715191649.M99917@bsdhost.org> X-Mailer: OpenWebMail 2.52 20060502 X-OriginatingIP: 62.33.70.253 (horn) MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (bsdhost.org [82.146.41.48]); Sat, 15 Jul 2006 23:28:26 +0400 (MSD) Cc: Subject: MBR and slices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 19:28:29 -0000 After reintalling windows i want to install FreeBSD boot loader (/boot/boot0), after the second operation of record of the loader is carried out writes about the following (precisely I do not remember that wrote fdisk): MBR not write Invalid Geom Esteemed handbook and has tried by means of boot0cfg to put, i wrote the following: # boot0cfg -s 2 ad0 Has not helped too though the loader was, but the chosen system was not loaded. I tried to replace number of slice: # boot0cfg -s 1 ad0 Besides the loader was, but the chosen system was not loaded. Has then found out that sections on slice at disk ad0 have flied all, on this disk the system has been installed. Whether it is possible to restore a disk or even the information therefrom? From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 19:33:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9964016A4DD for ; Sat, 15 Jul 2006 19:33:08 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: from web56512.mail.re3.yahoo.com (web56512.mail.re3.yahoo.com [66.196.97.41]) by mx1.FreeBSD.org (Postfix) with SMTP id 9AB4B43D66 for ; Sat, 15 Jul 2006 19:33:04 +0000 (GMT) (envelope-from neshort@yahoo.com) Received: (qmail 27001 invoked by uid 60001); 15 Jul 2006 19:33:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fabAh7q/qHkdts4Wc0YO3UyOBUh4eSeBoeGdIRz6fhHGHdemvugGTa92uBSLtDXHHOMuTxkAozqoMYn0q0iJT4ukxLgYCoaENtPJIl1FI42H8ej8Bbw8BUdL6x2I9fn+5EqrGNpInhwnn2kqeqlv1jwiq7LPxR8cACb4p0XN3QU= ; Message-ID: <20060715193304.26999.qmail@web56512.mail.re3.yahoo.com> Received: from [24.221.134.150] by web56512.mail.re3.yahoo.com via HTTP; Sat, 15 Jul 2006 12:33:04 PDT Date: Sat, 15 Jul 2006 12:33:04 -0700 (PDT) From: Neil Short To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: AVI to MPEG conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 19:33:08 -0000 mplayer is very powerful and it's manpage is overwhelming. Once you get started with it mplayer's features become less inaccessible. Here is a pretty good article that I think answers your question and provides sufficient examples to make your quest to better understand mplayer a good start. http://applications.linux.com/article.pl?sid=06/04/17/2058219&tid=39 ====== Now I, Nebuchadnezzar, praise and extol and honor the King of heaven, for all his works are truth, and his ways are justice; and he is able to bring low those who walk in pride. Daniel 4:37 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 19:57:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B7B16A4DA for ; Sat, 15 Jul 2006 19:57:27 +0000 (UTC) (envelope-from jaj13@web.de) Received: from fmmailgate03.web.de (fmmailgate03.web.de [217.72.192.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7829F43D45 for ; Sat, 15 Jul 2006 19:57:27 +0000 (GMT) (envelope-from jaj13@web.de) Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id BA21A96C18B for ; Sat, 15 Jul 2006 21:57:25 +0200 (CEST) Received: from [83.99.30.37] (helo=[10.0.0.11]) by smtp07.web.de with esmtp (WEB.DE 4.107 #114) id 1G1qGT-0005K0-00 for freebsd-questions@freebsd.org; Sat, 15 Jul 2006 21:57:25 +0200 Message-ID: <44B948A5.3040002@web.de> Date: Sat, 15 Jul 2006 21:57:25 +0200 From: Jona Joachim User-Agent: Thunderbird 1.5.0.4 (X11/20060607) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060715193304.26999.qmail@web56512.mail.re3.yahoo.com> In-Reply-To: <20060715193304.26999.qmail@web56512.mail.re3.yahoo.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: jaj13@web.de X-Sender: jaj13@web.de Subject: Re: AVI to MPEG conversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 19:57:28 -0000 Neil Short wrote: > mplayer is very powerful and it's manpage is > overwhelming. > > Once you get started with it mplayer's features become > less inaccessible. Or you may try gmencoder which offers a GTK interface to the basic functionality of mencoder. It will be largely sufficient for your needs. Jona From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 21:11:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8727016A4DA for ; Sat, 15 Jul 2006 21:11:14 +0000 (UTC) (envelope-from nikolas.britton@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4F543D45 for ; Sat, 15 Jul 2006 21:11:13 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so327324uge for ; Sat, 15 Jul 2006 14:11:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rezrxAiOGInxW4e2TrLfkFT06rGFZCiIcqktGiYG3sJbKERpbQIb7H56w+QGrf1oq89L8jw5WE4RJyORqtPhZlQ7fh0bLPajMYo4CCwIRZnnmN2KhA4Y5Kcie8tCr1OzSDfy/1P2hlGQlsjGDnX/gR8aN6Ttxg+UW59iZmdbuAo= Received: by 10.78.165.16 with SMTP id n16mr273051hue; Sat, 15 Jul 2006 14:11:11 -0700 (PDT) Received: by 10.78.143.13 with HTTP; Sat, 15 Jul 2006 14:11:11 -0700 (PDT) Message-ID: Date: Sat, 15 Jul 2006 16:11:11 -0500 From: "Nikolas Britton" To: freebsd-questions@freebsd.org In-Reply-To: <20060714171453.FE9D.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060714171453.FE9D.GERARD@seibercom.net> Subject: Re: Port for Perl modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 21:11:14 -0000 On 7/14/06, Gerard Seibert wrote: > Sorry if I asked this before, but does anyone know if there is a port > for the following Perl modules: > > 1) Net-SMTP-SSL > 2) Bundle Libnet > http://www.freebsd.org/cgi/ports.cgi?query=p5&stype=all -- BSD Podcasts @: http://bsdtalk.blogspot.com/ http://freebsdforall.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 21:14:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC5416A4DD for ; Sat, 15 Jul 2006 21:14:11 +0000 (UTC) (envelope-from elakin@infohell.net) Received: from ra.infohell.net (ra.infohell.net [207.234.145.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B37843D45 for ; Sat, 15 Jul 2006 21:14:05 +0000 (GMT) (envelope-from elakin@infohell.net) Received: from isis.infohell.net ([209.210.14.1]) by ra.infohell.net (8.13.1/8.13.1) with ESMTP id k6FLE30e024226 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 15 Jul 2006 14:14:04 -0700 Received: by isis.infohell.net (Postfix, from userid 501) id 5418039C4B0; Sat, 15 Jul 2006 14:13:57 -0700 (PDT) Date: Sat, 15 Jul 2006 14:13:57 -0700 From: Eric Lakin To: freebsd-questions@freebsd.org Message-ID: <20060715211357.GE13818@isis.infohell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Disclaimer: Yow! I said THAT?!? Subject: DL360 G4 shared network iLo and FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 21:14:11 -0000 I'm trying to setup a DL360 G4 for use in a colo environment with FreeBSD. I've run into one problem: I've setup the iLo to use the "shared network" option, which allows the iLo to share the same network interface as the host computer. But the iLo hangs whenever the FreeBSD kernel loads. When booting the system, it gets this far before the ilo is hangs: ? Select option, [Enter] for default ? ? or [Space] to pause timer 2 ? ??????????????????????????????????????????? Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-RELEASE-p2 #0: Sat Jul 15 01:36:17 PDT 2006 elakin@amun-ra.priv.infohell.net:/usr/obj/usr/src/sys/SMP ACPI APIC Table: The system continues to boot OK, so I can provide further information as needed. When the ilo is hung, it no longer responds to pings/ssh. As soon as FreeBSD is rebooted, the iLo becomes responsive again without any intervention. I've also tried loading a test linux installation, to see if the same thing happens. The iLo continues to function normally (doesn't hang) when running linux. Anybody have an idea what FreeBSD is doing to hang the iLo in this situation, and how to keep it from doing so? From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 23:25:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AA916A4DE for ; Sat, 15 Jul 2006 23:25:59 +0000 (UTC) (envelope-from iqgrande@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C1643D46 for ; Sat, 15 Jul 2006 23:25:58 +0000 (GMT) (envelope-from iqgrande@gmail.com) Received: by wr-out-0506.google.com with SMTP id 69so354165wra for ; Sat, 15 Jul 2006 16:25:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:to:message-id:content-type:cc:subject:from:date:x-mailer; b=SO+q2BmvY0sRyM+k6dMGATzgAXfkJLzuDNvRdMntvo3E2ZtCjWjVP1S2e+mBLRO+MoggYGn8St3+hIR7CXO3e3uQl8xmOGt/Tnn0VdA+s/hmP9oRULggYr9mDGWRplYD6YGPgcMvQcPFjyzx9UWVVfgCwKdk979ulryX9Xv5bOU= Received: by 10.54.153.2 with SMTP id a2mr813629wre; Sat, 15 Jul 2006 16:25:55 -0700 (PDT) Received: from ?192.168.0.5? ( [67.191.189.255]) by mx.gmail.com with ESMTP id 14sm1475562wrl.2006.07.15.16.25.54; Sat, 15 Jul 2006 16:25:55 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: FreeBSD Questions Message-Id: Content-Type: multipart/mixed; boundary=Apple-Mail-3-752577599 From: Anthony Agelastos Date: Sat, 15 Jul 2006 19:25:53 -0400 X-Mailer: Apple Mail (2.752.2) Cc: DougB@FreeBSD.org Subject: hpijs, foomatic-rip, and CUPS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Jul 2006 23:25:59 -0000 --Apple-Mail-3-752577599 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hello, I cannot get hpijs to install. The full install log of it is attached to this email with a small snippet towards the bottom of this message. Does anyone have any ideas/ suggestions? I am running FreeBSD 6.1-STABLE with the latest CUPS infrastructure. For some time, I have been having issues with my printer (hp LaserJet 1160Le) ever since the CUPS update to 1.2.0. The latest problem I have been having was with foomatic-rip (I would get the error message "/usr/local/libexec/cups/filter/foomatic-rip failed"). So, per E.J. Cerejo's suggestion, I uninstalled and reinstalled my entire printing infrastructure (this was to make sure that there were no oddities with the CUPS and gnutls upgrade). Everything managed to install _except_ hpijs. Without hpijs installed, I have no foomatic-rip file in that folder. Ergo, hpijs is my number one chance for fixing this issue. It also happens to be the recommended driver for my printer on www.linuxprinting.org. I installed hplip to see if that would work (since it shows support for the printer on their site), however my printer does not show up in any of the drop-down menus. Thank you so much for your assistance with this. -Anthony ===> Installing for hpijs-2.1.4 ===> hpijs-2.1.4 depends on file: /usr/local/bin/perl5.8.8 - found ===> hpijs-2.1.4 depends on executable: gs - found ===> hpijs-2.1.4 depends on shared library: jpeg.9 - found ===> hpijs-2.1.4 depends on shared library: cups.2 - found ===> Generating temporary packing list ===> Checking if print/hpijs already installed test -z "/usr/local/bin" || /usr/ports/print/hpijs/work/hpijs-2.1.4/ install-sh -d "/usr/local/bin" install -s -o root -g wheel -m 555 'hpijs' '/usr/local/bin/hpijs' test -z "/usr/local/bin" || /usr/ports/print/hpijs/work/hpijs-2.1.4/ install-sh -d "/usr/local/bin" install -o root -g wheel -m 555 'foomatic-rip' '/usr/local/bin/ foomatic-rip' /usr/ports/print/hpijs/work/hpijs-2.1.4/install-sh -d /usr/local/ share/ppd/HP rm -f /usr/local/share/ppd/HP/HP*.ppd* rm -f /usr/local/share/ppd/HP/hp*.ppd* install -o root -g wheel -m 444 ppd/* /usr/local/share/ppd/HP gzip -f /usr/local/share/ppd/HP/* gzip: /usr/local/share/ppd/HP/fax is a directory -- ignored *** Error code 2 Stop in /usr/ports/print/hpijs/work/hpijs-2.1.4. *** Error code 1 Stop in /usr/ports/print/hpijs. *** Error code 1 Stop in /usr/ports/print/hpijs. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/ portinstall922.0 make reinstall ** Fix the installation problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! print/hpijs (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed --Apple-Mail-3-752577599 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; x-unix-mode=0644; name=hpijsInstall.txt.bz2 Content-Disposition: attachment; filename=hpijsInstall.txt.bz2 QlpoOTFBWSZTWf9Cmn0Agxn/gEAyAAh8///3P//f/r////RgFuufADu4VZyV9O+vr7UVAXsAAAAA AAAG+3dhJVTp3WDEq2aEiJtvW9vrujPhJEJqPUBlPSn5NUNA8kMgBoDQ0AAADQaCGkDFG1EnqeTU yAAegnqZBoAAAACIamJ6qY1MjaEY0AAIxGmBMIwAAAEmpCAhNNR6jKntNSbI1NDRoNMmmgaAZD1A DQbUpMRsqeEagMg9QBoAAAADQAAApUgQBAIJhU/KntTUxk9KGj1NNpGjymI0aeo9TTaiQCCH3kJI HwdAIGYDP+Li/DULQXfJl68dPcnRA3HgrSZCFJOlrmQ1qm+qK7euc5z7Y2Il31HsGcjSQhdntSyC lMCmjrOfD+1rfoT4tPp5Xhdne6CjJ2V4WJvpRdHK1j261j2VjnW3h+f7Qtu/G3InVEebCEwIyXxT 7Yjw6rswg7f3+FulccTQMo58c4+jsfg958q7Tf3s/exnp4e/+f6WuTPH4ePzP2oj8SIxEfZEZIjE R9kRlEe2I+yIyiPwiMUpeeIyRG0R/pEb4j9URtEcqD6FlEeuI5RG6I98R54j+gUvyiMBSwIwFLAR +RfBBkKWYjAjAj6NPUIzEcUjelfBhX3W773ZQe2exn8eGOF4RHSk0xDDbIfJEb9MPd8Pu7nwmYkc FX3JNoXIQ6JpKqzWQNtuZfzJXZYMRxdz2u7keHK4IhidUJDNM0QoFwfshIPCyFcZjQ1/W3tPYg0Y sQvZzmVTLlnW76MSxYsna3hrp+05NXmu1GTOwZw1Cw5hkfHAe7M0ZBYKLILILBZBYKsF4ezTfw8v Pj8+XvZ8+RfQN0GufGUYCFnDP5DJA/VAxqfhSppE83KrHRnVK1OlsAXgIQJoQzAiHCF1YQM3z/3V KWeoF7bZWXQLVDgpuMA27SqpE206joMOwFCsBhMpVBwDpnxzKFxA4TcgQAqIJmfOAvWZATSjsO7c p3kYehJDVqUW7uG+Ew81dEtxq8bwbrg1zGJhS0uVMgjMP9fZDSK0ZF40aY6NKU3V2UH1aQ1hOfMx lMlZUrQhYpzLfwG65qxfIV+rC08n+PXe92/q+8CP3mrzaPLc3m4IwYEpisCMWTHv0Yx7M0vS2VtU sz93icbgFtZMjJ3/V1hIDqIQG9y3gbDi3Bs13Pfs2oOBtIODqrLN3t1X8ktnDIBT3seKLx34ZQ50 iQ+0RhIzzySPi28+dzzyUFgMjtsNoxSigBLug2sbQtCQBVAzbGv851eESEmEySEmQgIbqWg9PWRL cyoTqmggWrTsPc7EmzznMcodi6MG0sGjW9JOUo7VksLukX89eza/NBkCEbvoiNQgob0sfjlBhCEU xIjUhpXFCefb/c2mJHIO9tyMmfNvjTtDNpQ77FDjMyMkGVDfG3FGix2tg8U/xbWBERxE4ISCAjuM wRERbJxR0ko6RIWGGUAD0FAoYZayrko9BhUY3udNr1y4q91uaKHg610kcTSO9I4GLGhWkEU1qUpy eN5VnrbLZ43xfZSk5pWemV1hrKTA52QixPNRacEYlQ6JhsFS0jXs0EZgaBcWDHzernt06ZdbLHzG FwVGbnblm4wW/UdbSYJeS+JK4rPUHzFB8AED4go9qBdhbY7r1xHoiPxRGIj4IjuiPegQLQIHuwIG xo0V8K52wa2111KwXsJkVbDk4rIxijB78CBkEICgmZRPylzaXw2RmNM/gb3aq5cDgfp/7Nj6gCAQ vU7AZBjEkYeyI9Vm7IxjdsZDp1iM/n7c62ecWJl6Mbl2BO8AgVT1J1gQOAzYvU+yI/HebTZ/vrEa 3YZRGvPDfrdmePzRHpz6ut6SjfVHv+6I/BYiMWIjC7foMO2cTpiXPHYw0xPYUba+PTbYIxs+MRk/ t4693wNr1RHfEYxjDB3RHdcnR2yjt5eheptwPyHVnEd8RjDDHOI6JHTDDFizs4jK5ZRGRabZxGdi Iy4xu48ppitYjZbjKIyjv0tAgWjAgMouM4QIG6iM50TEDPOAgdMgQMp7hPfD/boc6xzDsDO5UGUD 8Wv3B8f2GPSdpodMPx+Of2/1fOfaKXxEYEp8ojAR/qIwEdwjAj7xG0j7sPpCYfwCP/BG4RkI/YKX dEbU+GKWMYYvUcv6wpbQj94UunAI+qI+e7olI/NSl2CP/dYj7oj+MRoI1RHQoo37BHXJpCMyRkn1 BS5RG8R88RtEbRHMR6IjfS3RHouz6hHlEpHYI/5iNojqI1iNRFGcR4xGwjoER5RKRkUc4jYVVuiM BG+I0CN0Rz0dP5RGBHm6hHpEeQjzRGcRrEdQjIR3xHOI7YjfEbhGaI7ojeI/kKXmiMojWI4hGIjz RHjEcYjiIyiN4UshGCRgRgVVgRgIwI7jWI1EcIjyiNLl4CMCPERuiMCU80RoI1thGwR5hGfApK7u 0VV+kwEpnCP+K6xGt6BS1RHcRHfEeaI3xHPOCMhGojWI3Cl4IjYIziM4j2HS2qENIjwiMRGURhEf yEcBGrtftCl5bolI7NBHpiN0R6Ij0xGQRsUeAjJSltSlzpS7BGURyiNojcI59BH8MuoRxoR2RHoE cYjXWIyFLUR4iPTEbERiKWXpCNYja0iOgjAR22IjyiPGI76Uu0R4xGIjIR1ZCPGlLgiN4pbRG0Ro IyEaxHnaojE8ojyCl0iUjwCP4hHdEZ0peAjjEeKI7H1xGiI8YjqiPER2xG6I1iNBSziOERmCNhGg RgRlEdYjER5CPPb4jl5rQUuER2COURviNwjuEYJHgEbIjICOojWKW4I4vROIjYR0JS/jEYiOkR2x GBGojwiMCMRGkRxiMCU6RGojYRvEdBGdI80R3QjQI7YjVEaxGQRmIzKKPCI88R29iI6xHVEZRHxi PoiOMR1CO0Uu4R3RHH6gj+YSn5xHzARy/Tzy+OM82Prx9P7tPxqUvAR6ojIIjKIxEYEeo8RHgIwI 9ojIR5CPaI1EbxGgjQRqI0EekRwiPdEcQjKIwEYUpcYjIRlEb4jIRrEZxHyxHpiNRGpULAjApf0u 5ea/XkeOIwRVUP33RRQT5fvzr9fiH0bysw3KlpAD5Wus/vIx4KveUKUvWLUjHgJG6iQQoiSovQUN DMY7eCnWzX5msZKuVxZRGdypnt/wMnRlZaFeWS41QULc69ZAIqBjM4SgzDGJUWmwt1v5P4pE/cz5 LHOM6/UH5oTLiGC9llQxOwKo0w/cu4ZkMYNMMtP0UGGjNut25+nOC71usjG9Yu7HK/dYoPA5XNb3 W8ojiBuzm7J1JYxVlJPXHl5XQ0ubpjDNfgY8GBjloePRrhrwoMzt8SGQ8PkYK8vaHRZYm5aaTmVB gM3Fqg7qoFBBO+rLYsVSHm7S8nAMds4T+4EDMFREl06ebMyNPBi53TQt559Orq1RMYevRNqxa/II 7PRQd0Rme09tzy3LExvyysuec+yZ5GNrn+JAB9O5jgKZ6AipEl9wocB4c7mapqpgaH16UHn1tdLG 44aOGMdeugyDfI2tlvUDW8Kz+F7EDclwYeStIX1jDbd2sG8tTWyvViPpyts4jjxbSx33U5aZckLU nPni92xam9S5jFUUUNiMxrC0182knKQgfTIBy23rwLTibiHIFjwMtdIHUlW6Ziow6C238z0rRcFZ ZLJsDiueU5KVQjgSSdUpxGWIHlZmywHAro39tE+eMFCAoAodprUC3AKD6xEO4m+UIExBgPKm3jy6 YyMTykGmk4EOjkq1VWqRjqJoGCRN5tFsTSDaXlqdO9hXqsJiI2WlNAyM4X58VYNsRFA4Og2J4BYq s/N30CCkcLEzjLBnQFVQwYh9gCBUmvuKUHu+rwCchIyxO7ec3PHjAxYoNiAUqSQE9yFiHoC4VHAV DElBdgcgIFvAolBwJkHiTlbfpPVWPWlIHiqiky8l9O3IyRRggxJFiykC+o52gN8AOwbnueNHI+3t YtEpOBoQ1YGfg1p0TzH37Mll1bRHY1rjtwdpibuT9HrPbZmh1iPB+3kqOFrdxlej0LS1tGUYsYxh avlkr3ncex615ZVLPFPOy0s3D5DBnpKKQ97KoV0mcAJcL6jrNzV5gyI+MQr1khwls2XQ2I0lE7PP OidLM9bDziHC39jPIxVq4JyYp3xizbo42LjBbhzmYTPprQr2m8HyQhDj5DhqcpkVogJgxbLGkRzd eOR7lyr8tYxTGI5RHBcLbl0crlIVcVcp0rqSgyrTqCgGdGR1xgwlCtx0XysxEUiWgbS0KhCFpRiB gUFoFgWLsbIGLEuFUSWJITRkMEhwAzs1rsMWLuZUG1jRHC4ZSzxGLKIbyrZFX5AaewhOJCAnNVRR YqiqsVViiqoqrFUUVYqqKKKKoqqKooqiorFIoqqKooqxVUSVVKxRVVY+XAseMd1i3dvtsxLJw615 G0a3TXwjYt1O1rejSrM31hYMU53ncFqW2N/KyIevEXFS8KncE2uS8ZABOfIyFVE5ZcD0+BNTMjlJ Mzgnom/SdIMCB4OhD0+UPPz4ZOsSAHdltExbj6LisY15JbMTKWkANTozIyJtEdbJ6Kci5F+uI3+0 3NPXpdXWFc5h64jSyc8jWNcmpjgMPkIY72M12Ptzm6wtPhhZU6eN7lzkwxGlw1w7cHfYxO/svC4I CxQAUFICgxVYiogjcqVFiwTzSEJUDAd90KltsoCCTJ0yTGEhVKwCk5g2UNeCHRccoFmVW7JY6Zc2 tHY51uWs/E92ccBuudOvSeE44m0+SMDUmqcRk0vIQKtdpRWgz8OGRACZqIJRBSTzfVgJKyPAsIBH KQNgKmACSD1LT37FsVI3Lb0Xve1WCNhq0TKTzGAtA2MhHZcLJmdo8+/K85p347fTdD3UHvZ77CCC zfl8FYUgsJzMmFpQuKRxHSOBJKQEIpmDqlGpIbcfGZFpwh2yzLBQZ1DqJC3HnvwvZZgaUByBKFQm oIMLfHkCRxFYrScRYBCBMYHZAoyzAY5nSocguBnaHbaXsc2cjKowqM8DuqZhkBzjBlMYc+uXDi7j NdnAo3ePuvGI5ODGRb1h6JknYNgnKEMlAyUE6polCKKtEOLhaSjODd4eHfx5yTc7r637G3S1c4js 0p0u8ezrYsaGGi+ew7KS07912544UHPDcMLuNvBjGNtzTG0W44GTdSln0sqv1lGEQzDjGZMPVefH AgZQIHtgQPoave9m171erMCAhIHzTjOZ7O6uhyC9jaqERGhhyiA1yTsiFwjF0C8OQmf8XckU4UJD /Qpp9A== --Apple-Mail-3-752577599-- From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 23:38:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C34B16A4DA for ; Sat, 15 Jul 2006 23:38:08 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id B580743D45 for ; Sat, 15 Jul 2006 23:38:07 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 69so354822wra for ; Sat, 15 Jul 2006 16:38:07 -0700 (PDT) Received: by 10.54.128.19 with SMTP id a19mr816741wrd; Sat, 15 Jul 2006 16:38:07 -0700 (PDT) Received: from ?192.168.0.3? ( [216.45.217.148]) by mx.gmail.com with ESMTP id 38sm3815581wrl.2006.07.15.16.38.05; Sat, 15 Jul 2006 16:38:06 -0700 (PDT) Date: Sat, 15 Jul 2006 19:38:21 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Organization: Seibercom In-Reply-To: References: <20060714171453.FE9D.GERARD@seibercom.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20060715193110.EF75.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.25 [en] Subject: Re: Port for Perl modules 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, 15 Jul 2006 23:38:08 -0000 Nikolas Britton wrote: > On 7/14/06, Gerard Seibert wrote: > > Sorry if I asked this before, but does anyone know if there is a port > > for the following Perl modules: > > > > 1) Net-SMTP-SSL > > 2) Bundle Libnet > > > > http://www.freebsd.org/cgi/ports.cgi?query=p5&stype=all That was probably the first thing I did. Unfortunately, the ports tree does not list Perl modules as they are listen on CPAN. Consequently, finding the exact module can sometimes be a challenge. In this particular case, I have not been able to isolate either of the two modules list above. I find it hard to believe that neither of them has been ported however, especially since so many obscure modules do reside in the ports tree. -- Gerard Seibert gerard@seibercom.net Why does the bride always wear white? Because it is good for the dishwasher to match the stove and refrigerator.