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