From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 00:25:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C7016A41F for ; Sun, 4 Sep 2005 00:25:45 +0000 (GMT) (envelope-from matt@conundrum.com) Received: from coke.conundrum.com (coke.conundrum.com [216.235.9.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B04E43D46 for ; Sun, 4 Sep 2005 00:25:45 +0000 (GMT) (envelope-from matt@conundrum.com) Received: from [216.235.13.82] ([216.235.13.82]) by coke.conundrum.com (8.13.1/8.12.6) with ESMTP id j840PSFu060431; Sat, 3 Sep 2005 20:25:28 -0400 (EDT) (envelope-from matt@conundrum.com) Mime-Version: 1.0 (Apple Message framework v734) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-2--690069322" Message-Id: <11512886-7BD8-4F5F-A91A-1B78158A9217@conundrum.com> Content-Transfer-Encoding: 7bit From: Matt Pounsett Date: Sat, 3 Sep 2005 20:25:02 -0400 To: freebsd-questions@freebsd.org X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.734) Subject: ipfilter/ipnat problem with FTP proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 00:25:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2--690069322 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed I'm trying to get the ipfilter/ipnat FTP proxy working, and clearly I'm missing something. The symptom I have is that I'm getting a No Route To Host error when a remote FTP server attempts to open a data channel back to my clients (fetch, wget, etc. report No Route To Hose immediately upon trying to FTP down a file, while interactive clients such as ftp and ncftp allow me to login, but report the error as soon as I try to do anything other than change directories.. e.g. ls, get, mget, etc.). I have the same problem whether I attempt to FTP from my firewall directly, or from any of the machines on the inside network. I'm using user-ppp to create a pppoe connection over a DSL link (the DSL connection is a statically addressed point-to-point network), and have a publicly routable network on the inside side of my firewall. I do not normally want to do NAT, but from what I've read at http:// www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls- ipf.html, it appears that I have to in order to get the FTP proxy working, so I'm attempting only to NAT outbound FTP connections. Relevant config info is as follows: ----- /etc/rc.conf ----- ipfilter_enable="YES" ipnat_enable="YES" ipmon_enable="YES" ----- /etc/ipf.rules ----- pass out quick on tun0 proto tcp from any to any port = 21 flags S keep state ----- /etc/ipnat.rules (I've anonymized the /29 interior network in this email) ----- map tun0 192.0.2.80/29 -> 0/32 proxy port 21 ftp/tcp map tun0 0/32 -> 0/32 proxy port 21 ftp/tcp ----- Does anyone see anything clearly wrong in the above? As far as I can tell, it's a perfect copy of the examples from the handbook, with the obvious logical changes such as interface names and network addresses. Thanks very much in advance. Matt Pounsett --Apple-Mail-2--690069322 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDGj7hae4z2vjbC8sRAo9FAKDzYQbleJYIG9f3QD6HUmo82fclEgCghc7z p9rCWeujwFkgjWn9X61D6jw= =xvrC -----END PGP SIGNATURE----- --Apple-Mail-2--690069322-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 00:49:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D45816A41F for ; Sun, 4 Sep 2005 00:49:45 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id B097943D45 for ; Sun, 4 Sep 2005 00:49:44 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-67-191-212-89.hsd1.ga.comcast.net[67.191.212.89]) by comcast.net (sccrmhc14) with ESMTP id <2005090400494301400ej0q3e>; Sun, 4 Sep 2005 00:49:43 +0000 Message-ID: <431A44E3.70909@multideck.com> Date: Sat, 03 Sep 2005 20:50:43 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Reinstalling the standard boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 00:49:45 -0000 How do I reinstall just the standard MBR/Boot Manager without effecting anything else or accidentally doing a reinstall? Frederick N. Brier From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 00:53:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 629CB16A41F for ; Sun, 4 Sep 2005 00:53:38 +0000 (GMT) (envelope-from keramida@hellug.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F9743D45 for ; Sun, 4 Sep 2005 00:53:37 +0000 (GMT) (envelope-from keramida@hellug.gr) Received: from igloo.linux.gr (localhost [127.0.0.1]) by igloo.linux.gr (8.13.4/8.13.4/Debian-3) with ESMTP id j840rLLa009581; Sun, 4 Sep 2005 03:53:21 +0300 Received: (from keramida@localhost) by igloo.linux.gr (8.13.4/8.13.4/Submit) id j840rL2P009578; Sun, 4 Sep 2005 03:53:21 +0300 X-Authentication-Warning: igloo.linux.gr: keramida set sender to keramida@linux.gr using -f Date: Sun, 4 Sep 2005 03:53:21 +0300 From: Giorgos Keramidas To: "Frederick N. Brier" Message-ID: <20050904005321.GA9552@igloo.linux.gr> References: <431A44E3.70909@multideck.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431A44E3.70909@multideck.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.599, required 5, autolearn=not spam, AWL 0.00, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@linux.gr Cc: FreeBSD Subject: Re: Reinstalling the standard boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 00:53:38 -0000 On 2005-09-03 20:50, "Frederick N. Brier" wrote: > How do I reinstall just the standard MBR/Boot Manager without effecting > anything else or accidentally doing a reinstall? # boot0cfg -v -B /dev/ad0 Replace /dev/ad0 with the disk you want to install the bootmanager on. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 03:47:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3075216A41F for ; Sun, 4 Sep 2005 03:47:42 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from nawcom.no-ip.com (adsl-69-209-147-132.dsl.sfldmi.ameritech.net [69.209.147.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D7843D62 for ; Sun, 4 Sep 2005 03:47:40 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [192.168.212.9] (unknown [192.168.212.9]) by nawcom.no-ip.com (Postfix) with ESMTP id 8C10A7B1D; Sun, 4 Sep 2005 00:08:54 -0400 (EDT) Message-ID: <431A98A0.7050400@nawcom.no-ip.com> Date: Sat, 03 Sep 2005 23:48:00 -0700 From: nawcom User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: robert@webtent.com, freebsd-questions@freebsd.org References: <1125771356.7916.3.camel@columbus> <4319EC18.5010604@daleco.biz> <1125783053.5517.5.camel@columbus> In-Reply-To: <1125783053.5517.5.camel@columbus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: boot problem - how can I access the file 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, 04 Sep 2005 03:47:42 -0000 http://uranus.it.swin.edu.au/~jn/linux/ and specifically: http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm these are all windows programs that take away the frustration of installing linux. however freebsd and any os follows the same concept when it comes to boot disks (.img) - so give rawwrite a try. if you really want to do it "unix style" via dd he has a windows copy of dd on there: http://uranus.it.swin.edu.au/~jn/linux/rawwrite/dd.htm Let me know if you need any help making the fixit disk via any of the utilities i just mentioned. -Ben Robert Fitzpatrick wrote: >On Sat, 2005-09-03 at 13:31 -0500, Kevin Kinsey wrote: > > >>What resources do you have? >> >> >Don't have another FreeBSD machine at this location. I have my SuSE 9.2 >linux workstation and Windows 2003 server machine. > > > >>2] Fixit CD or Fixit floppy. Available via FTP >>from ftp.freebsd.org. >> >> > >I tried the Fixit CD (disc 2) and it says 'ldconfig could not create the >ld.so hints' and that my dynamic executables from the disc most likely >won't work. When I Alt+F4, typing any command such as 'ls' gives me a >segmentation fault. I am running 5.3 on a old AMD 500 with 512MB RAM. > >Not sure how to get the images for floppies on to my floppy. The 'dd' >command does not seem to work in my linux env and I don't find the >fdimage.exe for Windows. > >Appreciate any help. > > > From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 04:03:03 2005 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 C43B916A420 for ; Sun, 4 Sep 2005 04:03:02 +0000 (GMT) (envelope-from ws@au.dyndns.ws) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA7243D53 for ; Sun, 4 Sep 2005 04:03:01 +0000 (GMT) (envelope-from ws@au.dyndns.ws) Received: from lillith-iv.ovirt.dyndns.ws (ppp103-111.static.internode.on.net [150.101.103.111]) by smtp1.adl2.internode.on.net (8.12.9/8.12.6) with ESMTP id j8442wuH056714; Sun, 4 Sep 2005 13:32:59 +0930 (CST) (envelope-from ws@au.dyndns.ws) X-Envelope-From: ws@au.dyndns.ws X-Envelope-To: questions@freebsd.org Received: from [192.168.1.193] ([192.168.1.193]) by lillith-iv.ovirt.dyndns.ws (8.13.3/8.13.3) with ESMTP id j8442dPg025239; Sun, 4 Sep 2005 13:32:40 +0930 (CST) (envelope-from ws@au.dyndns.ws) From: Wayne Sierke To: Dave McCammon In-Reply-To: <20050901163811.53206.qmail@web32806.mail.mud.yahoo.com> References: <20050901163811.53206.qmail@web32806.mail.mud.yahoo.com> Content-Type: text/plain Date: Sun, 04 Sep 2005 13:32:39 +0930 Message-Id: <1125806559.845.57.camel@au.dyndns.ws> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 192.168.1.142 X-Scanned-By: SpamAssassin 3.000004(2005-06-05) X-Scanned-By: F-Prot X-Scanned-By: ClamAV X-Spam-Score: -2.293 () ALL_TRUSTED,BIZ_TLD Cc: questions@freebsd.org Subject: Re: mouse wheel problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 04:03:03 -0000 On Thu, 2005-09-01 at 09:38 -0700, Dave McCammon wrote: > > --- Alejandro Pulver wrote: > > Hello, > > > > It works for me without the "ZAxisMapping" option > > (and the same > > options in rc.conf): > > > > Identifier "Mouse1" > > Driver "mouse" > > Option "Protocol" "Auto" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > > > Best Regards, > > Ale > > I had a heck of a time getting my wheel to work in > RELENG_6. Eventually, starting moused with setting in > rc.conf(below) and turning off Emulate3Buttons (had to > put line in with the "false". commenting out didn't > work) and adding the "Buttons" line worked. The > instructions out of the handbook didn't work this > time. > I found the same with my Logitech MX500 - I had to add "Emulate3Buttons" "false" whereas as best as I can remember it seemed that everything I was reading at the time was telling me I only needed to set it to true if I wanted to enable that option. Curious. At the time this configuration was done I was probably running 5.3 and X might still have been XFree86. The same config is working now with 5.4 and Xorg. > xorg.conf sections-- > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > > Option "Emulate3Buttons" "false" > Option "Buttons" "5" > > EndSection > Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "8 9" # Had to put this in because default is true!?!? Option "Emulate3Buttons" "False" Option "Buttons" "9" EndSection > rc.conf--- > moused_enable="YES" > moused_type="auto" > moused_flags="-z 4" > moused_enable="YES" moused_flags="-a 2.0 -z 8" moused_type="auto" The ["ZAxisMapping" "8" "9"], ["Buttons" "9"] and [moused_flags="-z 8"] entries allow me to use both the scroll-wheel *and* the two buttons adjacent to the scroll-wheel to scroll - I quite like being able to just hold down either of those two buttons to scroll through long documents, as it's much less finger-strain than lots of wheeling, and often more convenient than mousing the cursor into the scroll bars which tend to be quite narrow on my high-res display. > excerpt from dmesg-- > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model IntelliMouse, device ID 3 > > (It is a Logitech optic mouse.Two button with Wheel) > ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/18.00, addr 2, iclass 3/1 ums0: 7 buttons and Z dir. I don't understand why it describes it as 7 buttons. There are the 'left' and 'right' buttons, two thumb buttons, two adjacent to the mouse-wheel, plus another button on top behind the wheel, so that's 7 buttons. But then there's the wheel button itself which is the "third" or "middle" button, so surely there are 8 buttons on this mouse, plus the "Z dir" of the wheel. Curious. Wayne From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 04:21:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8AC716A420 for ; Sun, 4 Sep 2005 04:21:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E973043D46 for ; Sun, 4 Sep 2005 04:21:04 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 13537 invoked by uid 207); 4 Sep 2005 04:21:04 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.219):. Processed in 0.090969 secs); 04 Sep 2005 04:21:04 -0000 Received: from dialup219.ach.sch.gr (HELO gothmog.gr) ([81.186.70.219]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 4 Sep 2005 04:21:02 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j844KqNP014379; Sun, 4 Sep 2005 07:20:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j844KqUj014378; Sun, 4 Sep 2005 07:20:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 4 Sep 2005 07:20:52 +0300 From: Giorgos Keramidas To: Yuan Jue Message-ID: <20050904042052.GB8395@gothmog.gr> References: <431A44E3.70909@multideck.com> <20050904005321.GA9552@igloo.linux.gr> <200509040931.21436.yuanjue122@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509040931.21436.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: Reinstalling the standard boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 04:21:07 -0000 On 2005-09-04 09:31, Yuan Jue wrote: > On Sunday 04 September 2005 08:53, Yuan Jue wrote: > > boot0cfg -v -B /dev/ad0 > > when doing this, I got a message: > boot0cfg: write_mbr: /dev/ad0: No such file or directory > I use it as root and my disk is ad0. What did I do wrong? Check that: a) you are not running this inside a jail (/dev/ad0 may not be visible inside a jail) b) ad0 is really the disk, and not ad1 or something else If that fails to uncover the cause of the error, then run truss or ktrade on boot0cfg and send me the dump. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 05:24:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17C716A41F for ; Sun, 4 Sep 2005 05:24:45 +0000 (GMT) (envelope-from rperry@gti.net) Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F5743D45 for ; Sun, 4 Sep 2005 05:24:45 +0000 (GMT) (envelope-from rperry@gti.net) Received: from homey.my.domain (morr0635.gti.net [208.216.122.35]) by apollo.gti.net (mail) with ESMTP id 4E9D035AD7 for ; Sun, 4 Sep 2005 01:22:31 -0400 (EDT) From: Bob Perry To: "freebsd-questions@freebsd.org" Content-Type: text/plain Date: Sun, 04 Sep 2005 01:24:36 -0400 Message-Id: <1125811476.86211.19.camel@homey.my.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Setting Up IPMON Logging for IPFilter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 05:24:45 -0000 I'm running FreeBSD 5.4-RELEASE #0 and intend to install IPFilter. Section 25.5.7 IPMON Logging, of the FreeBSD Handbook, instructs you to add the statement, "security.* /var/log/ipfilter.log" to the /etc/syslog.conf file. etc/syslog.conf already includes a similar statement, "security.* /var/log/security". Wouldn't this result in the same security message posting to two different log files? What am I missing? Thnx, Bob Perry From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 06:14:05 2005 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 9D81716A41F for ; Sun, 4 Sep 2005 06:14:05 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com (wolf.bytecraft.au.com [203.39.118.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEBE43D45 for ; Sun, 4 Sep 2005 06:14:03 +0000 (GMT) (envelope-from MTaylor@bytecraft.com.au) Received: from localhost (localhost [127.0.0.1]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id j846E1D7035628; Sun, 4 Sep 2005 16:14:01 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from wolf.bytecraft.au.com ([127.0.0.1]) by localhost (wolf.bytecraft.au.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 35362-03; Sun, 4 Sep 2005 16:14:01 +1000 (EST) Received: from svmarshal.bytecraft.au.com ([10.0.0.4]) by wolf.bytecraft.au.com (8.12.11/8.12.11) with ESMTP id j846D2VN035612; Sun, 4 Sep 2005 16:13:03 +1000 (EST) (envelope-from MTaylor@bytecraft.com.au) Received: from svmailmel.bytecraft.internal (Not Verified[10.0.0.24]) by svmarshal.bytecraft.au.com with MailMarshal (v5, 0, 3, 78) id ; Sun, 04 Sep 2005 16:13:02 +1000 MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sun, 4 Sep 2005 16:13:02 +1000 Message-ID: <04E232FDCD9FBE43857F7066CAD3C0F10539C5@svmailmel.bytecraft.internal> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: USB-RS232 adapter in FreeBSD 5? Thread-Index: AcWw4VzRKBRfe3evQM+QmSCB4/YE5AABAD2A From: "Murray Taylor" To: "Bill Moran" , Content-Type: multipart/mixed; boundary="--=3daabc3b-d1cf-425b-842f-5e6e9bfb4adf" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 06:14:05 -0000 ----=3daabc3b-d1cf-425b-842f-5e6e9bfb4adf Content-Type: text/plain Content-Transfer-Encoding: 7bit --------------------------------------------------------------- The information transmitted in this e-mail is for the exclusive use of the intended addressee and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of it, or the taking of any action in reliance upon this information by persons and/or entities other than the intended recipient is prohibited. If you received this in error, please inform the sender and/or addressee immediately and delete the material. E-mails may not be secure, may contain computer viruses and may be corrupted in transmission. Please carefully check this e-mail (and any attachment) accordingly. No warranties are given and no liability is accepted for any loss or damage caused by such matters. --------------------------------------------------------------- ***This Email has been scanned for Viruses by MailMarshal.*** ----=3daabc3b-d1cf-425b-842f-5e6e9bfb4adf Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Bill Moran Sent: Sunday, September 04, 2005 9:43 AM To: questions@freebsd.org Subject: USB-RS232 adapter in FreeBSD 5? I've got a USB -> RS232 adapter I'm trying to get working on 5.3-RELEASE. I've seen a lot of comments about these kind of things that seem to indicate that they can be used (I occasionally have needs to use this lappy as a serial console, and I'd like to use it to demonstrate a serial barcode scanner that we have - normally, tip would work great for this, but the laptop doesn't have a native RS-232 port). Anyway, I get the impression that I'm missing some early, basic steps to get this working. dmesg shows: ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2 But neither tip nor cu seems to talk to ugen0 very well. Other posts I've seen seem to indicate that I need to be talking to a ucom0 device, but I see nothing like that in /dev. Is there something missing from my kernel? I haven't been able to find any reference to ucom in the GENERIC or NOTES files. Any advice/pointers is welcome. TIA. --=20 Bill Moran Potential Technologies http://www.potentialtech.com Be advised -- usb->serial adapters in general can have problems with real world devices that need serial port control lines as the usb dongles do not support them at all. As 'replacements' for a real serial port, they are a dismal failure, unless you are talking to a device that _only_ uses TxD, Rxd and Gnd. I have had to try these toys on newer laptops (sans serial ports!) to communicate with PLC's etc and they do not work.=20 This is not an O/S dependancy, the dongle and the USB protocol do not=20 support the hardware handshake lines. mjt --=20 A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? Murray Taylor Bytecraft Systems E: mtaylor@bytecraft.com.au ----=3daabc3b-d1cf-425b-842f-5e6e9bfb4adf-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 07:10:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B9D16A41F for ; Sun, 4 Sep 2005 07:10:20 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4995E43D45 for ; Sun, 4 Sep 2005 07:10:20 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id 0FB975904 for ; Sun, 4 Sep 2005 00:10:17 -0700 (PDT) Received: from nezlok.unixathome.org ([127.0.0.1]) by localhost (nezlok.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58496-08 for ; Sun, 4 Sep 2005 00:10:06 -0700 (PDT) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id ECAFB58F4; Sun, 4 Sep 2005 00:10:03 -0700 (PDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20050904071003.ECAFB58F4@nezlok.unixathome.org> Date: Sun, 4 Sep 2005 00:10:03 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2005-08-14 - 2005-09-03 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 07:10:20 -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: 24-Aug : Get your BSDCan 2005 T-Shirt here! A second printing, get them now before them run out! http://freebsddiary.org/bsdcan-2005-t-shirt.php?2 23-Aug : NYCBSDCon 2005 A one day technical conference http://freebsddiary.org/nycbsdcon-2005.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 07:16:06 2005 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 965B116A41F for ; Sun, 4 Sep 2005 07:16:06 +0000 (GMT) (envelope-from dmitry.mityugov@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A28A43D48 for ; Sun, 4 Sep 2005 07:16:05 +0000 (GMT) (envelope-from dmitry.mityugov@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so341187wra for ; Sun, 04 Sep 2005 00:16:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gPpvnhPda82GUtbY9k3DcOWnmIM4BD3APlR5ujtUEt2+L9APz/RiesQgzn7ShUgyphdq469ExoJo9UPyzr3pVHzzO4vIR6yDIwRtsprpCIGe/xgxNtI3yuFEKHcPZkZUE/kmz1OK0c3DbGcaw3T8ZPwjlLnNvtCRpag6PAI8s1g= Received: by 10.54.56.56 with SMTP id e56mr3477407wra; Sun, 04 Sep 2005 00:16:05 -0700 (PDT) Received: by 10.54.56.33 with HTTP; Sun, 4 Sep 2005 00:16:05 -0700 (PDT) Message-ID: Date: Sun, 4 Sep 2005 11:16:05 +0400 From: Dmitry Mityugov To: Bill Moran In-Reply-To: <20050903194236.7da253ba.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050903194236.7da253ba.wmoran@potentialtech.com> Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 07:16:06 -0000 On 9/4/05, Bill Moran wrote: >=20 > I've got a USB -> RS232 adapter I'm trying to get working on 5.3-RELEASE. >=20 > I've seen a lot of comments about these kind of things that seem to > indicate that they can be used (I occasionally have needs to use this > lappy as a serial console, and I'd like to use it to demonstrate a > serial barcode scanner that we have - normally, tip would work great > for this, but the laptop doesn't have a native RS-232 port). >=20 > Anyway, I get the impression that I'm missing some early, basic steps > to get this working. dmesg shows: >=20 > ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, add= r 2 >=20 > But neither tip nor cu seems to talk to ugen0 very well. Other posts > I've seen seem to indicate that I need to be talking to a ucom0 device, > but I see nothing like that in /dev. Is there something missing from > my kernel? I haven't been able to find any reference to ucom in the > GENERIC or NOTES files. What does happen if you load uplcom kernel module? --=20 Dmitry Mityugov, St. Petersburg, Russia I ignore all messages with confidentiality statements "We live less by imagination than despite it" - Rockwell Kent, "N by E" From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 08:46:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C9C516A41F for ; Sun, 4 Sep 2005 08:46:18 +0000 (GMT) (envelope-from pks@pgp.uni-paderborn.de) Received: from pgp.uni-paderborn.de (pgp.uni-paderborn.de [131.234.137.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEABD43D48 for ; Sun, 4 Sep 2005 08:46:17 +0000 (GMT) (envelope-from pks@pgp.uni-paderborn.de) Received: from pks by pgp.uni-paderborn.de with local (Exim 3.35 #1 (Debian)) id 1EBq8l-0005tl-00 for ; Sun, 04 Sep 2005 10:46:15 +0200 To: freebsd-questions@freebsd.org From: PGP Key Server Administrator In-Reply-To: Precedence: list MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="---PKSD-----" Message-Id: Sender: OpenPGP Keyserver Date: Sun, 04 Sep 2005 10:46:15 +0200 Subject: Your command, Delivery reports about your e-mail, was invalid X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 08:46:18 -0000 -----PKSD----- Content-Type: text/plain; charset=us-ascii OpenPGP Public Key Server For questions or comments regarding this key server site, contact PGP Key Server Administrator Current version: 0.9.6 NOTE! This service is provided to facilitate public-key cryptography for demonstration and educational purposes. It is the responsibility of users of public-key cryptography to ensure that their activities conform to legal requirements. -----PKSD----- Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Content-Disposition: inline [ Czech: Pro ziskani ceske verze tohoto textu poslete prosim e-mail se "Subject" radkou "HELP CZ" na adresu pgp-public-keys@keys.cz.pgp.net, nebo pristupte na URL http://www.pgp.net/pgpnet/email-help-cz.html Danish: For at faa en dansk version af denne text skal du sende en e-mail med en subject-tekst: "HELP DK" til pgp-public-keys@keys.dk.pgp.net eller slaa op paa URL http://www.pgp.net/pgpnet/email-help-dk.html German: Für eine deutschsprachige Fassung dieses Textes senden Sie eine Mail mit dem Subject "HELP DE" an die folgende Adresse pgp-public-keys@keys.de.pgp.net oder URL: http://www.pgp.net/pgp/email-help-de.html English: For an English version of this message, send an e-mail with a subject line of "HELP" to pgp-public-keys@keys.pgp.net, or access the URL http://www.pgp.net/pgpnet/email-help-en.html Spanish: Para obtener una versión en castellano de este texto, envíe un mail a pgp-public-keys@keys.nl.pgp.net con el "Subject" HELP ES Finnish: Saadaksesi taman tekstin suomeksi, laheta osoitteeseen pgp-public-keys@keys.nl.pgp.net tyhja viesti, jonka Subject-kentta on "HELP FI". French: Pour une version française de çe texte, envoyez un message au sujet de "HELP FR" à pgp-public-keys@keys.ch.pgp.net Croatian: Za hrvatsku verziju ovoga teksta posaljite poruku koja ce u Subject imati "HELP HR" na adresu pgp-public-keys@keys.nl.pgp.net Japanese: Nihongo no setumei ga hosii baai wa Subject: ni "HELP JA" to kaite, pgp-public-keys@keys.pgp.net ni e-mail. Korean: ¾Æ·¡ÀÇ ³»¿ëÀ» Çѱ۷Πº¸½Ã·Á¸é Á¦¸ñ(Subject)ÀÌ "HELP KR" ÀÎ ÀüÀÚ¿ìÆíÀ» pgp-public-keys@keys.kr.pgp.net À¸·Î º¸³»ÁֽʽÿÀ. Polish: Zeby uzyskac polska wersje tej strony, wyslij list z linia "HELP PL" w polu Subject na adres pgp-public-keys@keys.pl.pgp.net lub zajrzyj pod URL http://www.pgp.net/pgpnet/email-help-pl.html Portuguese:Para obter uma versão em português deste texto, deve enviar um mail para pgp-public-keys@keys.pt.pgp.net com o "Subject" HELP PT Norwegian: For aa faa dette dokumentet paa norsk, send "HELP NO" til pgp-public-keys@keys.nl.pgp.net Swedish: For a Swedish version of this message, send an e-mail with a subject line of "HELP SE" to pgp-public-keys@keys.se.pgp.net, or access the URL http://www.pgp.net/pgpnet/email-help-se.html Chinese: ¹ï¨ú±o¦¹¤@¤¤¤åª© PGP ¦øªA¾¹´£¨Ñ½u¤W»²§U»¡©ú, ½Ð E-mail µ¹ pgp-public-keys@keys.tw.pgp.net, ©ó Subject: µù©ú "HELP TW" §Y¥i. ] OpenPGP Public Email Keyservers ------------------------------- There are OpenPGP public email key servers which allow one to exchange public keys running using the Internet and UUCP mail systems. Those capable of accessing the WWW might prefer to use the WWW interface available via http://www.pgp.net/pgpnet/www-key.html and managers of sites which may want to make frequent lookups may care to copy the full keyring from the FTP server at ftp://ftp.pgp.net/pub/pgp/keys/ This service exists only to help transfer keys between PGP users. It does NOT attempt to guarantee that a key is a valid key; use the signatures on a key for that kind of security. Each keyserver processes requests in the form of mail messages. The commands for the server are entered on the Subject: line. ---------------------------------------------- ======== ----- Note that they should NOT be included in the body of the message. --------------------- === --------------------------------------- To: pgp-public-keys@keys.pgp.net From: johndoe@some.site.edu Subject: help Sending your key to ONE server is enough. After it processes your key, it will forward your add request to other servers automagically. For example, to add your key to the keyserver, or to update your key if it is already there, send a message similar to the following to any server: To: pgp-public-keys@keys.pgp.net From: johndoe@some.site.edu Subject: add -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6 -----END PGP PUBLIC KEY BLOCK----- COMPROMISED KEYS: Create a Key Revocation Certificate (read the PGP docs on how to do that) and mail your key to the server once again, with the ADD command. Valid commands are: Command Result ---------------------- ------------------------------------------------- HELP Returns this message HELP language Localized help text (DE, EN, ES, FI, FR, HR, NO) ADD Add PGP public key from the body of your message INDEX userid List all PGP keys containing the words in userid VERBOSE INDEX userid Verbose list of all keys containing userid GET userid Get the key(s) matching userid LAST days Get the keys updated in the last `days' days ------------------------------------------------------------------------ LIMITATIONS: Most keyservers have a limit on the number of keys they return in queries, in order not to swamp you with too many keys in case you made a typo (the full database at the keyservers exceeds 2GB). If you *REALLY* need the whole index file or key ring, *PLEASE* ftp it from a key server such as "ftp://ftp.pgp.net/pub/pgp/keys/" or one of the national servers. NOTE: PGP is extremely slow when operating on large keyrings. Adding the full ring of the keyserver to your own ring will take several *MONTHS* to complete. ADDRESSES TO USE: Users should normally use the email address "pgp-public-keys@keys.pgp.net" or your national servers using one of: pgp-public-keys@keys.at.pgp.net pgp-public-keys@keys.au.pgp.net pgp-public-keys@keys.cz.pgp.net pgp-public-keys@keys.de.pgp.net pgp-public-keys@keys.es.pgp.net pgp-public-keys@keys.fi.pgp.net pgp-public-keys@keys.hr.pgp.net pgp-public-keys@keys.hu.pgp.net pgp-public-keys@keys.kr.pgp.net pgp-public-keys@keys.nl.pgp.net pgp-public-keys@keys.no.pgp.net pgp-public-keys@keys.pl.pgp.net pgp-public-keys@keys.se.pgp.net pgp-public-keys@keys.tw.pgp.net pgp-public-keys@keys.uk.pgp.net pgp-public-keys@keys.us.pgp.net for the email interface, "ftp://ftp.pgp.net/pub/pgp/" for FTP, and "http://www.pgp.net/pgpnet/" for WWW access. Users are recommended to use the "*.pgp.net" addresses above as these are stable and reliable. -----PKSD------- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 11:12:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 136FA16A41F; Sun, 4 Sep 2005 11:12:55 +0000 (GMT) (envelope-from jack@raats.org) Received: from zeus.jarasoft.net (raats.xs4all.nl [80.126.151.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CCF43D49; Sun, 4 Sep 2005 11:12:53 +0000 (GMT) (envelope-from jack@raats.org) Received: from zeus.jarasoft.net (localhost.jarasoft.net [127.0.0.1]) by zeus.jarasoft.net (Postfix) with ESMTP id 194FAD2F3; Sun, 4 Sep 2005 13:12:51 +0200 (CEST) Received: from jara2 (unknown [10.0.0.152]) by zeus.jarasoft.net (Postfix) with ESMTP id 0FD11AB4B; Sun, 4 Sep 2005 13:12:49 +0200 (CEST) Message-ID: <000e01c5b141$b1020f60$9800000a@jara2> From: "Jack Raats" To: , "FreeBSD Stable" Date: Sun, 4 Sep 2005 13:13:33 +0200 Organization: Jack Raats, Steenbergen, Nederland MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=_VRj742MqR5.pa7HbMikmZ7a2JCpJt8" Content-Disposition: inline X-Signed-With-GnuPG: GPGrelay Version 0.959 (Win32) X-Priority: 1 X-Virus-Scanned: ClamAV using ClamSMTP X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Inetd not starting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jack Raats List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 11:12:55 -0000 --=_VRj742MqR5.pa7HbMikmZ7a2JCpJt8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable At this moment I've a strange error. inetd is not started after a reboot, but after entering inetd on the = commandline, the deamon is started I'm using freebsd 5.4-stable. I just recompiled the system so with the = latest patches. in /etc/rc.conf I've enabled inetd. Can anyone give me a clude to look for? Met vriendelijke groeten Jack Raats --=_VRj742MqR5.pa7HbMikmZ7a2JCpJt8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) - GPGrelay v0.959 iD8DBQBDGtbf4IJrw1dwN+gRAt1NAJ4gDiMPywgTOpIq9yOAwnCh/B2RVgCcDTTq ru9aJ2e4WIH3B6wXrt+aDqs= =FR2B -----END PGP SIGNATURE----- --=_VRj742MqR5.pa7HbMikmZ7a2JCpJt8-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 11:41:26 2005 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 9725C16A41F for ; Sun, 4 Sep 2005 11:41:26 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DC6F43D48 for ; Sun, 4 Sep 2005 11:41:24 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 04 Sep 2005 11:41:23 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp016) with SMTP; 04 Sep 2005 13:41:23 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 13:40:57 +0200 User-Agent: KMail/1.8.1 References: <20050903194236.7da253ba.wmoran@potentialtech.com> In-Reply-To: <20050903194236.7da253ba.wmoran@potentialtech.com> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1434064.RFPYH7QNFU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509041341.05026@harrymail> X-Y-GMX-Trusted: 0 Cc: questions@freebsd.org, Bill Moran Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 11:41:26 -0000 --nextPart1434064.RFPYH7QNFU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Sonntag, 4. September 2005 01:42 CEST schrieb Bill Moran: > I've got a USB -> RS232 adapter I'm trying to get working on > 5.3-RELEASE. > > I've seen a lot of comments about these kind of things that seem to > indicate that they can be used (I occasionally have needs to use this > lappy as a serial console, and I'd like to use it to demonstrate a > serial barcode scanner that we have - normally, tip would work great > for this, but the laptop doesn't have a native RS-232 port). > > Anyway, I get the impression that I'm missing some early, basic steps > to get this working. dmesg shows: > > ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, > addr 2 ugen is not ucom! ugen is used if nothing apropriate was found, your kernel= =20 needs ucom and uplcom, you can also load uplcom as module!. =2DHarr > > But neither tip nor cu seems to talk to ugen0 very well. Other posts > I've seen seem to indicate that I need to be talking to a ucom0 device, > but I see nothing like that in /dev. Is there something missing from > my kernel? I haven't been able to find any reference to ucom in the > GENERIC or NOTES files. > > Any advice/pointers is welcome. > > TIA. --nextPart1434064.RFPYH7QNFU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDGt1QBylq0S4AzzwRAq1gAJ4iw/adevMho631uG+w/3TS2AavFQCfT2c2 +TL0wvdjOBsmGnSMx0AVfAI= =QMW3 -----END PGP SIGNATURE----- --nextPart1434064.RFPYH7QNFU-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 11:41:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E2F16A420 for ; Sun, 4 Sep 2005 11:41:26 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DADD43D46 for ; Sun, 4 Sep 2005 11:41:25 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 04 Sep 2005 11:41:23 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp016) with SMTP; 04 Sep 2005 13:41:23 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 13:40:57 +0200 User-Agent: KMail/1.8.1 References: <20050903194236.7da253ba.wmoran@potentialtech.com> In-Reply-To: <20050903194236.7da253ba.wmoran@potentialtech.com> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1434064.RFPYH7QNFU"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509041341.05026@harrymail> X-Y-GMX-Trusted: 0 Cc: questions@freebsd.org, Bill Moran Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 11:41:26 -0000 --nextPart1434064.RFPYH7QNFU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Sonntag, 4. September 2005 01:42 CEST schrieb Bill Moran: > I've got a USB -> RS232 adapter I'm trying to get working on > 5.3-RELEASE. > > I've seen a lot of comments about these kind of things that seem to > indicate that they can be used (I occasionally have needs to use this > lappy as a serial console, and I'd like to use it to demonstrate a > serial barcode scanner that we have - normally, tip would work great > for this, but the laptop doesn't have a native RS-232 port). > > Anyway, I get the impression that I'm missing some early, basic steps > to get this working. dmesg shows: > > ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, > addr 2 ugen is not ucom! ugen is used if nothing apropriate was found, your kernel= =20 needs ucom and uplcom, you can also load uplcom as module!. =2DHarr > > But neither tip nor cu seems to talk to ugen0 very well. Other posts > I've seen seem to indicate that I need to be talking to a ucom0 device, > but I see nothing like that in /dev. Is there something missing from > my kernel? I haven't been able to find any reference to ucom in the > GENERIC or NOTES files. > > Any advice/pointers is welcome. > > TIA. --nextPart1434064.RFPYH7QNFU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDGt1QBylq0S4AzzwRAq1gAJ4iw/adevMho631uG+w/3TS2AavFQCfT2c2 +TL0wvdjOBsmGnSMx0AVfAI= =QMW3 -----END PGP SIGNATURE----- --nextPart1434064.RFPYH7QNFU-- From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 12:51:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689E316A41F for ; Sun, 4 Sep 2005 12:51:18 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E275D43D45 for ; Sun, 4 Sep 2005 12:51:17 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Sun, 4 Sep 2005 13:52:04 +0100 Message-ID: <431ADEDD.9040107@childeric.freeserve.co.uk> Date: Sun, 04 Sep 2005 12:47:41 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050805) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4318D9E4.1000808@childeric.freeserve.co.uk> In-Reply-To: <4318D9E4.1000808@childeric.freeserve.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Sep 2005 12:52:04.0428 (UTC) FILETIME=[7343C0C0:01C5B14F] Subject: Re: network tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 12:51:18 -0000 Many thanks for all the helpful replies, I feel I have something to work with now. Queuing sounds like it might do the trick, I'll give it a try. Chris From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 13:07:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1B816A41F for ; Sun, 4 Sep 2005 13:07:54 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C3743D45 for ; Sun, 4 Sep 2005 13:07:53 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from [192.168.10.8] (82.55.226.2) by vsmtp1.tin.it (7.2.060.1) (authenticated as vdemart1@tin.it) id 4316DA980016E2CB for freebsd-questions@freebsd.org; Sun, 4 Sep 2005 15:07:50 +0200 From: vittorio To: freebsd-questions@freebsd.org User-Agent: KMail/1.8.1 References: <200506040056.04165.vdemart1@tin.it> <200509040006.10946.nbco@screaming.net> In-Reply-To: <200509040006.10946.nbco@screaming.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506041507.48388.vdemart1@tin.it> Subject: Re: video surveillance with 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: , Date: Sun, 04 Sep 2005 13:07:54 -0000 X-Original-Date: Sat, 4 Jun 2005 15:07:48 +0200 X-List-Received-Date: Sun, 04 Sep 2005 13:07:54 -0000 Alle 01:06, domenica 04 settembre 2005, nbco ha scritto: > On Friday 03 June 2005 23:56, vittorio wrote: > > The aim: with up to 4 small cameras connected to a pci board in a > > freebsd 5.4 box, scattered suitably around to guard, surveille a > > seaside resort flat *** remotely ***. The open-source software I'm > > looking for should: 1) manage the pci board & the cameras; > > 2) start,trigger a script for, e.g., a gsm connection to transmit > > images to a remote server via ppp OR start an alarm *** whener a > > motion is detected ***. > > > > Is there any software in the ports satisfying these requirements? > > > > Ciao > > Vittorio > > Hhmmm I used to have a landlord like that... > .nbco Amusing but that isn't actually my purpose! Actually I was speaking of using some anti-burglar device for our little family house house at the seaside resort placing in the garden cameras "sensitive" to people moving in it when my family and I are absent, that is 10.5 months per year. Asking around for (anti-burglar) alarm systems they asked me a mere fortune. Having a spare old pentium and a much older would like to use it for the same purpose but a very cheap price. That's all! Any idea........? Vittorio From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 13:30:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF0516A41F for ; Sun, 4 Sep 2005 13:30:00 +0000 (GMT) (envelope-from s_chalmers70@yahoo.com) Received: from web50205.mail.yahoo.com (web50205.mail.yahoo.com [206.190.38.46]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B8D743D45 for ; Sun, 4 Sep 2005 13:30:00 +0000 (GMT) (envelope-from s_chalmers70@yahoo.com) Received: (qmail 39163 invoked by uid 60001); 4 Sep 2005 13:29:59 -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=t2sVVMlZKggD0OH8L3iXWhOcT78hQrEffFQ8vhx3nus9IRKmG2uyvSRirxb5HUXfAdLxyJmLP+JyY8YRjeSDaRYAconHhKP6pVdl8pCkay8tjPxHZ2OElJtT4K1y83NXaqAPDuv9/dVC2X+CAh4DDfEb+KOOdIrQlqmTO9s2Qik= ; Message-ID: <20050904132959.39161.qmail@web50205.mail.yahoo.com> Received: from [82.41.71.69] by web50205.mail.yahoo.com via HTTP; Sun, 04 Sep 2005 14:29:59 BST Date: Sun, 4 Sep 2005 14:29:59 +0100 (BST) From: Stuart Chalmers To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Query on building world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 13:30:01 -0000 Hi, I have FreeBSD 5.4 installed on both my main PC and an old PC. I'm looking to do a 'buildworld' on the old PC, but I expect that this will take a very long time as it is only a Pentium 166 (rememeber them?!). I'm intending on using the main PC to do this buildworld after transferring the old disk into the new pc. As I have the sources on the main PC's disk, I would like to use these rather than copy them to the old disk and boot the new PC from the old disk, which will be a bit of a headache as the machines are very different (but both i386 architecture). I was wondering if there was something that one could pass to the make buildworld command to set up a different target to build the world to? If I had mounted the old disk under /mnt, maybe something like 'make -j4 target=/mnt/ buildworld'??? Any pointers much appreciated ... Thanks. ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 14:14:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7116716A41F for ; Sun, 4 Sep 2005 14:14:51 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BAD43D45 for ; Sun, 4 Sep 2005 14:14:50 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so662860wxd for ; Sun, 04 Sep 2005 07:14:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bdoAfcffSrct4scs8QAe598/knQoKcOHdY3E9+QL/HiVxsiQiPxf3mg5m5HxlwbKB19zajnTbsLbbngKjlFVkSur+0k8E3jNj2fT+CWxThyZKhmjEbTuHP9RxkdWQWzxZDzJK+BmxaI3xxoJvvmCKptBIiANLh9woN+ZlcfX9lI= Received: by 10.70.63.9 with SMTP id l9mr46211wxa; Sun, 04 Sep 2005 07:08:30 -0700 (PDT) Received: by 10.70.115.15 with HTTP; Sun, 4 Sep 2005 07:08:30 -0700 (PDT) Message-ID: <84dead720509040708f2756b6@mail.gmail.com> Date: Sun, 4 Sep 2005 19:38:30 +0530 From: Joseph Koshy To: Jack Raats In-Reply-To: <000e01c5b141$b1020f60$9800000a@jara2> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000e01c5b141$b1020f60$9800000a@jara2> Cc: FreeBSD Stable , freebsd-questions@freebsd.org Subject: Re: Inetd not starting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joseph.koshy@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 14:14:51 -0000 > Can anyone give me a clude to look for? 1) Does it start if you invoke it using # sh -x /etc/rc.d/inetd start 2) What does `file /usr/sbin/inetd` show? --=20 FreeBSD Volunteer, http://people.freebsd.org/~jkoshy From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 14:34:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E844016A41F for ; Sun, 4 Sep 2005 14:34:40 +0000 (GMT) (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 6F4B143D48 for ; Sun, 4 Sep 2005 14:34:39 +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 4AA97DE0 for ; Sun, 4 Sep 2005 22:34:25 +0800 (WST) 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 90768-09 for ; Sun, 4 Sep 2005 22:34:23 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 0D19BDD8 for ; Sun, 4 Sep 2005 22:34:23 +0800 (WST) From: "Paul Hamilton" To: Date: Sun, 4 Sep 2005 22:36:04 +0800 Message-ID: <03da01c5b15d$fa901a70$6600a8c0@w2k2> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: amavisd-new at bdug.org.au Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Pulsar ADSL Drivers for FreeBSD 4.11 and 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 14:34:41 -0000 Hi, I have found this site: http://sourceforge.net/projects/openadsl/ There is a driver for OpenBSD, but the file names are slightly different to FreeBSD. Reading through the mailing list archives, there were some people working on a FreeBSD 5.4 driver patch. Does anyone know what the status is on this? Has anyone got the OpenBSD drivers going on FreeBSD 4.x or 5.4? I would be interested in giving this a go. Cheers, Paul From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 15:34:14 2005 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 DDDC716A41F for ; Sun, 4 Sep 2005 15:34:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 988B843D45 for ; Sun, 4 Sep 2005 15:34:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2130 invoked from network); 4 Sep 2005 15:34:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Sep 2005 15:34:10 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 95F3F76; Sun, 4 Sep 2005 11:34:09 -0400 (EDT) Sender: lowell@be-well.ilk.org To: akhthar@gmail.com References: <888ff6540509030519101cfedd@mail.gmail.com> From: Lowell Gilbert Date: 04 Sep 2005 11:34:08 -0400 In-Reply-To: <888ff6540509030519101cfedd@mail.gmail.com> Message-ID: <44psro26fj.fsf@be-well.ilk.org> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: kill the zombie processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 15:34:15 -0000 Akhthar Parvez K writes: > Is there any way to kill the zombie processes in FreeBSD other than > rebooting the server. Thanks You are not supposed to be having long-lived zombie processes. Better than killing them would be to avoid having them in the first place. What are they? From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 15:57:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6D416A41F for ; Sun, 4 Sep 2005 15:57:20 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E232743D58 for ; Sun, 4 Sep 2005 15:57:18 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 22309946 for multiple; Sun, 04 Sep 2005 11:57:12 -0400 In-Reply-To: <200506041507.48388.vdemart1@tin.it> References: <200506040056.04165.vdemart1@tin.it> <200509040006.10946.nbco@screaming.net> <200506041507.48388.vdemart1@tin.it> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Sun, 4 Sep 2005 11:57:07 -0400 To: vittorio X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: freebsd-questions@freebsd.org Subject: Re: video surveillance with 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: Sun, 04 Sep 2005 15:57:20 -0000 On Jun 4, 2005, at 9:07 AM, vittorio wrote: > Alle 01:06, domenica 04 settembre 2005, nbco ha scritto: >> On Friday 03 June 2005 23:56, vittorio wrote: >>> The aim: with up to 4 small cameras connected to a pci board in a >>> freebsd 5.4 box, scattered suitably around to guard, surveille a >>> seaside resort flat *** remotely ***. The open-source software I'm >>> looking for should: 1) manage the pci board & the cameras; >>> 2) start,trigger a script for, e.g., a gsm connection to transmit >>> images to a remote server via ppp OR start an alarm *** whener a >>> motion is detected ***. >>> >>> Is there any software in the ports satisfying these requirements? >>> >>> Ciao >>> Vittorio >> >> Hhmmm I used to have a landlord like that... >> .nbco > > Amusing but that isn't actually my purpose! > Actually I was speaking of using some anti-burglar device for our > little > family house house at the seaside resort placing in the garden cameras > "sensitive" to people moving in it when my family and I are absent, > that is > 10.5 months per year. > Asking around for (anti-burglar) alarm systems they asked me a mere > fortune. > Having a spare old pentium and a much older would like to use it for > the same > purpose but a very cheap price. > That's all! > Any idea........? > Vittorio What about rigging up wireless web-cams that send info to a web page on the FBSD box inside the house? I know most of them already have a built-in "notify" feature that will email you a warning and usually take a few minutes of video footage if motion is detected. Unfortunately they cost something like $200, but it saves on having to rig up some other way of doing auto-notify and email as well as getting a reliable wiring setup. You could set up the FBSD box to act as a data repository so it collects information from the cameras and then you go to the FBSD box for information (or have it collect and send info to you) in case your Internet connection to the house goes down. Having the cameras independent also means less chance of failure...i.e., if the FBSD box goes down you may still be able to set it up so the cameras can still work in your absence until the machine can be rebuilt/repaired. -Bart From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 17:54:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FF416A41F for ; Sun, 4 Sep 2005 17:54:30 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72B8E43D46 for ; Sun, 4 Sep 2005 17:54:27 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050904175427.DPNB3140.lakecmmtao04.coxmail.com@dns1>; Sun, 4 Sep 2005 13:54:27 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 10:50:18 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509041050.19307.vizion@vizion.occoxmail.com> Cc: fdrake@acm.com Subject: expat with php 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: Sun, 04 Sep 2005 17:54:30 -0000 Hi Practical ignorance is driving the following question: I trying to configure php5 with expat (using latest port expat2 (version expat-1.95.8_3)) and have no experience with expat. I am a comparative newcomer to php. I have compiled and installed expat2 and about to configuring php. An example configure command option for php with expat (taken from pro Apache by Peter Wainwright) is: --with-expat-dir=/usr/local/expat \ I cannot find any reference to the function of this expat-dir. Is is this option there to create a working directory? If it is meant to be a working directory what security issues are involved? or Is it intended to point to the expat libraries? If so would appropriate dir be /usr/local/lib/ where libexpat.a and libexpat.so.5 are located? I am also confused because there seems, in the port a need for some clarity about the role of the files when on considers the following man page entry: ----- NAME libbsdxml -- eXpat XML parser library SYNOPSIS #include DESCRIPTION The libbsdxml library is a verbatim copy of the eXpat XML library version 1.95.5. To avoid version and autoconfiguration issues, the library has been renamed to libbsdxml rather than retain the original eXpat library and include file names to prevent confusion and autoconfiguration issues for 3rd party software. ----- It was only after installing expat that I found the only man pages is the brief reference page under libbsdxml. It seems that in addition to the expat libs I mentioned there are also the libbsdxml libraries: dns1# locate libbsdxml /lib/libbsdxml.so.1 /usr/lib/libbsdxml.a /usr/lib/libbsdxml.so /usr/lib/libbsdxml_p.a /usr/share/man/cat3/libbsdxml.3.gz /usr/share/man/man3/libbsdxml.3.gz /usr/src/lib/libexpat/libbsdxml.3 /usr/src/lib/libexpat/libbsdxml.3,v Can anyone please clarify things for me thanks David -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 17:58:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1529316A41F for ; Sun, 4 Sep 2005 17:58:03 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0AEF43D49 for ; Sun, 4 Sep 2005 17:58:02 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j84Hw17T005054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 4 Sep 2005 10:58:02 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050904105627.02713b50@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sun, 04 Sep 2005 10:57:44 -0700 To: Stuart Chalmers , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <20050904132959.39161.qmail@web50205.mail.yahoo.com> References: <20050904132959.39161.qmail@web50205.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Query on building world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 17:58:03 -0000 At 06:29 AM 9/4/2005, Stuart Chalmers wrote: >I was wondering if there was something that one could >pass to the make buildworld command to set up a >different target to build the world to? If I had >mounted the old disk under /mnt, maybe something like >'make -j4 target=/mnt/ buildworld'??? > >Any pointers much appreciated ... man build -Glenn >Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 18:48:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5A316A41F for ; Sun, 4 Sep 2005 18:48:38 +0000 (GMT) (envelope-from wegster@mindcore.net) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAB843D48 for ; Sun, 4 Sep 2005 18:48:37 +0000 (GMT) (envelope-from wegster@mindcore.net) Received: from [10.0.0.65] (cpe-065-190-210-125.nc.res.rr.com [65.190.210.125]) by ms-smtp-02-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id j84ImYl8015548; Sun, 4 Sep 2005 14:48:35 -0400 (EDT) Message-ID: <431B418E.5080605@mindcore.net> Date: Sun, 04 Sep 2005 14:48:46 -0400 From: Scott W User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mcarugno@gmail.com References: <2792860b05090114194d4df30a@mail.gmail.com> In-Reply-To: <2792860b05090114194d4df30a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-questions@freebsd.org Subject: Re: and the winner is... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 18:48:38 -0000 Mario Carugno wrote: > I there, i was trying freebsd for a while, and comparing it against > debian/linux. > The winner was Debian by far... Freebsd could be stable, but it is not > faster... and Debian is far much more 'usable'. > Freebsd package installation is very laborious compared with Debian's apt > system. I have to search in each CD, know dependences,... > X configuration is hard too when the autodetected configuration doesn't > works... > I think fbsd is good, but needs some user facilities. > _______________________________________________ > 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" > Lame. Care to actually _back up_ your statement with something substantial? cvsup and ports is the best package management system I've seen yet in it generally 'just works right.' That statement is made with 12 years of Linux experience, as well as Solaris and other *nixes. For a server system, FreeBSD is really hard to beat. The closest might be Gentoo, but their portage (based on BSD ports) system isn't as consistently stable as BSD ports (meaning things break more often). As it's not a _great_ idea IMO to even have build tools (gcc and toolchain) on a production server, it's not a bad idea to have a seperate build host somewhere, but that applies equally to any system, and you also have the option to go with binary packages. Let me know how the following goes for you with Deb or other Linux distro besides gentoo- install PHP or apache with _only_ the options that you want/need. Oh right....you can't, without compiling from source, at which point you've lost your 'package management.' Oops? Read the Handbook, try to get enough of a clue to understand it, use it for a month, and then come back with a statement you can back up. Otherwise....piss off. The only 'real' gripes I've got with FreeBSD are: a. thread performance - from what I've seen, still lags behind Linux (mysql benchmarks show this to be true at leat for 5-STABLE). b. desktop BSD 'out of box experience'- mixed, as BSD is primarily a server OS, but with 'roll your own' capabilities...oh, and there are now two 'desktop BSD' type projects. So not really a gripe, but can see someone complaining about it a bit, if they don't find the Dekstop BSD project. c. security patch notification system (may exist now?). Yes, you can get emails from the security ML, but now quite the same as for example, 'smpatch analyze' on Solaris 9/10. This could be argued that's _exactly_ what rel-STABLE is, however, so again, not a real issue, although a user friendly (for people using as a desktop OS) tool would be of benefit. Geeze, compared to my gripes against Linux and *nix distros. these are really pretty damned trivial. If thread performance comes up to par with Linux, FreeBSD has a very good chance of becoming my choice for 'personal *nix' (ie, my primary workstation, laptops, etc) over Gentoo. Scott From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 19:01:00 2005 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 BDB4C16A41F for ; Sun, 4 Sep 2005 19:01:00 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf16.cluster1.charter.net (mxsf16.cluster1.charter.net [209.225.28.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F5943D45 for ; Sun, 4 Sep 2005 19:00:59 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip14a.cluster1.charter.net (mxip14a.cluster1.charter.net [209.225.28.144]) by mxsf16.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j84J0wtg018686 for ; Sun, 4 Sep 2005 15:00:58 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (24.177.225.234) by mxip14a.cluster1.charter.net with ESMTP; 04 Sep 2005 15:00:59 -0400 X-IronPort-AV: i="3.96,168,1122868800"; d="scan'208"; a="713951914:sNHT17897608" Message-ID: <431B4463.5060400@charter.net> Date: Sun, 04 Sep 2005 15:00:51 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: How should I partition 2 80 gig drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 19:01:00 -0000 I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. I'm not sure how I should set these up in disklabel editor. I just want to use this as a general purpose machine. thanks, Bob From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 19:17:59 2005 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 1581916A41F for ; Sun, 4 Sep 2005 19:17:59 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DE143D46 for ; Sun, 4 Sep 2005 19:17:58 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j84JHkrZ006638 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 4 Sep 2005 12:17:46 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050904121419.0451bd30@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sun, 04 Sep 2005 12:17:24 -0700 To: bob self , questions@freebsd.org From: Glenn Dawson In-Reply-To: <431B4463.5060400@charter.net> References: <431B4463.5060400@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: How should I partition 2 80 gig drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 19:17:59 -0000 At 12:00 PM 9/4/2005, bob self wrote: >I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard >drives. I'm not sure how I >should set these up in disklabel editor. I just want to use this as >a general purpose machine. The defaults are usually fine for "general purpose". If you're not sure where you might run low on space first, save one of the drives and configure it later once you have a better idea of where you need extra space. -Glenn >thanks, >Bob > >_______________________________________________ >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 Sep 4 19:42:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E54D16A41F for ; Sun, 4 Sep 2005 19:42:32 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA75A43D45 for ; Sun, 4 Sep 2005 19:42:31 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id D87F1CCDB62 for ; Sun, 4 Sep 2005 15:42:29 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sun, 04 Sep 2005 15:42:29 -0400 X-Sasl-enc: 9W9QTSXJ3vfgWMvcarQdBXfqd+0Dj5P9iG4PcmtzzlRG 1125862947 Received: from gumby.localdomain (dsl-80-41-71-93.access.as9105.com [80.41.71.93]) by frontend2.messagingengine.com (Postfix) with ESMTP id 4C07D570147 for ; Sun, 4 Sep 2005 15:42:27 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 20:42:25 +0100 User-Agent: KMail/1.8.2 References: <90056E03-651E-431A-9D87-5F89C5F6CCE7@cc.usu.edu> In-Reply-To: <90056E03-651E-431A-9D87-5F89C5F6CCE7@cc.usu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509042042.25693.list-freebsd-2004@morbius.sent.com> Subject: Re: FreeBSD vs. window managers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 19:42:32 -0000 On Friday 02 September 2005 18:19, hal wrote: > I am currently installing KDE from source and it > is taking forever. > > #cd /usr/ports/x11/KDE3 > # make > > Some of the packages needed cannot be found by the > make file. Google is great but some of the packages are > really hard to find. If you haven't already done so, you might want bring your ports tree up to date with cvsup or portsnap. I've never had to resort to google to find distfiles. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 19:53:59 2005 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 CE62916A420 for ; Sun, 4 Sep 2005 19:53:59 +0000 (GMT) (envelope-from dick@nagual.st) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [82.74.2.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0283A43D5C for ; Sun, 4 Sep 2005 19:53:58 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [192.168.11.22]) by nagual.st with esmtp; Sun, 04 Sep 2005 21:53:56 +0200 id 000000BD.431B50D4.0000E1D0 Date: Sun, 4 Sep 2005 21:54:24 +0200 From: dick hoogendijk To: fbsdq Message-Id: <20050904215424.47808439.dick@nagual.st> Organization: de nagual X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: frequency is out of range X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 19:53:59 -0000 Lately I experienced a couple of times a *freeze* of my X session. The computer does not respond on anything anymore. The OS has not died. I can login (SSH) and force a shutdown -r now, but this is annoying. What happens is that somehow my X (xorg-server-6.8.2_4) sneds a frequency to my monitor which is out of range (monitor states: 105K / 234 Hz). I wonder what can be the reason of thsi wrong freq. I have used DCC in xorg.conf and also commented it out. It has happened in both occasions. I also am pretty sure it ONLY happened when I was surfing the net with mozilla (not sure of the relevance here). I like to get rid of this issue asap. Or at leat want some info how to deal with it. so, who can help me? I have a NVidia GForce 6600GT which is driven by the nv driver. The relevant portion from my xorg.conf: Section "Module" Load "freetype" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" EndSection Section "Monitor" Identifier "Monitor0" VendorName "PHL" ModelName "PHL792b" ### Uncomment if you don't want to default to DDC: # HorizSync 30.0 - 92.0 # VertRefresh 50.0 - 160.0 EndSection Section "Device" Identifier "Card0" Driver "nv" ChipSet "GeForce 6600 GT" Card "nv GeForce 6600 GT" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection -- dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4 + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 20:06:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFB616A41F for ; Sun, 4 Sep 2005 20:06:11 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E1D43D48 for ; Sun, 4 Sep 2005 20:06:10 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 3B1CACCE0B1 for ; Sun, 4 Sep 2005 16:06:09 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sun, 04 Sep 2005 16:06:09 -0400 X-Sasl-enc: qCeU14dUHpNs8AqFqF+bmIp5a6G0XtKEf3HPdAOkMTTi 1125864366 Received: from gumby.localdomain (dsl-80-41-71-93.access.as9105.com [80.41.71.93]) by frontend2.messagingengine.com (Postfix) with ESMTP id 8CFBE570326 for ; Sun, 4 Sep 2005 16:06:06 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 21:06:07 +0100 User-Agent: KMail/1.8.2 References: <200509022230.15462.shinjii@virusinfo.rdksupportinc.com> <1125706663.522.2.camel@p4-3200.local> In-Reply-To: <1125706663.522.2.camel@p4-3200.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509042106.07408.list-freebsd-2004@morbius.sent.com> Subject: Re: Torrent Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 20:06:11 -0000 On Saturday 03 September 2005 01:17, Andreas Rudisch wrote: > On Fri, 2005-09-02 at 22:30 +1000, Warren wrote: > > Being as Azureus is broken in the ports ... is there another torrent > > program that is as good/equivelant to it available ? > > I have no problems at all with Azureus 2.3.0.4 or 2.3.0.5_B22 running on > FreeBSD 5.4-stable using Java 1.4. Then I suggest you don't try to update your ports, if azureus is important to you. Azureus now depends on Java 1.5 (or higher), although the problem is due to Azureus depending on some files that it assumes to be installed by eclipse, but aren't. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 20:26:28 2005 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 86ED016A41F for ; Sun, 4 Sep 2005 20:26:28 +0000 (GMT) (envelope-from nirv199@yahoo.com) Received: from web31809.mail.mud.yahoo.com (web31809.mail.mud.yahoo.com [68.142.207.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CB8B43D49 for ; Sun, 4 Sep 2005 20:26:27 +0000 (GMT) (envelope-from nirv199@yahoo.com) Received: (qmail 44229 invoked by uid 60001); 4 Sep 2005 20:26:27 -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=TutPdXyNkeLqSGXrZqHZFoQA4Vg//r1sWOmb9Ztx7eWr2FPlLEE0Dt01RDB4gXD4OJUwdf413HwGBShx1EUXCXsjvOwaCbOEp8knXdsnXolXlDtoJAjYr7Tk7AmrTz06AshXarhksS7l8OsvY1JBZZ1AnI0F74yxWhaor04/Sck= ; Message-ID: <20050904202627.44227.qmail@web31809.mail.mud.yahoo.com> Received: from [200.138.41.234] by web31809.mail.mud.yahoo.com via HTTP; Sun, 04 Sep 2005 13:26:27 PDT Date: Sun, 4 Sep 2005 13:26:27 -0700 (PDT) From: Paulo Roberto To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: hw for dvd writing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 20:26:28 -0000 Hello, Would you guys put and old Celeron (running Freebsd 5.3) 266Mhz with 64MB for dvd writing? I have this old machine and I am thinking about buying an internal DVD writer for it, since it is cheaper than buying and external unit for my laptop. TIA Paulo __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 20:44:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4145716A41F for ; Sun, 4 Sep 2005 20:44:45 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFAC643D45 for ; Sun, 4 Sep 2005 20:44:44 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.43) id 1EC1M1-0000Re-LM for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 16:44:41 -0400 Message-ID: <005401c5b191$79c9a6c0$6601a8c0@GRANT> From: "Grant Peel" To: Date: Sun, 4 Sep 2005 16:44:39 -0400 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2005 20:44:45 -0000 Hi all, I have serveral servers in a cage in Toronto, but I live 120 miles away. Every once in a while, I will crash a box, or lock myself out of one of them (mostly just the dev box now!). Anyways, is it possible to daisychain the machines together using COM1 and COM2 so that no matter what, one can always get to a console? Or am I just wishing here... -Grant From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 22:03:08 2005 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 9A40B16A41F for ; Sun, 4 Sep 2005 22:03:08 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B9A43D6D for ; Sun, 4 Sep 2005 22:03:07 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AF17769B00B2; Sun, 04 Sep 2005 15:03:03 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j84M4hf9014670; Sun, 4 Sep 2005 15:04:43 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j84M4XDe014669; Sun, 4 Sep 2005 15:04:33 -0700 (PDT) (envelope-from garys@opusnet.com) To: bob self References: <431B4463.5060400@charter.net> From: garys@opusnet.com (Gary W. Swearingen) Date: Sun, 04 Sep 2005 15:04:33 -0700 In-Reply-To: <431B4463.5060400@charter.net> (bob self's message of "Sun, 04 Sep 2005 15:00:51 -0400") Message-ID: <38br38h4lq.r38@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: How should I partition 2 80 gig drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 22:03:08 -0000 bob self writes: > I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. I'm not sure how I > should set these up in disklabel editor. I just want to use this as a general purpose machine. I've been happy giving my two 80 GB disks 4 equal-sized primary partitions so it's easy to back one up, esp. before doing an upgrade, etc. Or use one or more for extra storage, etc. Maximizes flexibility and I seldom fill one anyway. I only regret that I let the first pri.part. be oddly sized because it can't have the first track. I told myself I'd use those for Linux or data. I've always tried to partition on cylinder boundaries, but the partitioner didn't obey for the first pri.part. I plan to try partitioning my next disk on track boundaries, with all four the same size. As for FreeBSD divisions, I have something like: subpart Cyls Approx MB Use a 16 125 / b 70 549 swap e 70 549 /var f 1138 8926 /usr g 1138 8926 /home /: I'm using 71 MB on / with by far the biggest user being three versions of /boot/kernel/, so 125 seems about right. swap: Swap should be big enough to hold all the programs you plan to run at the same time, minus your RAM size. Except, if you plan to make OS "crash dumps", swap should be at least as big as your RAM and another MB might be safer. 500 MB - RAM seems a good minimum these days, except the installer probably requires >0. (I seldom use any swap with 512 MB RAM, but xosview can show a broken program filling it up, so it's good to have more than the minimum.) /usr, /home: Use your own judgement on the size ratio. I'm using 3 GB in /usr and I've got a lot of stuff not needed for ports and system re-building. /tmp: Maybe have the following in /etc/fstab so /tmp files are kept in RAM. (Use /var/tmp for files you don't want to go away when OS halts.) md /tmp mfs rw,-s128m 0 0 With a similar setup, I've tried mounting "/" read-only and observed no problems. From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 23:18:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E63616A41F for ; Sun, 4 Sep 2005 23:18:34 +0000 (GMT) (envelope-from marquezjesse@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8C743D45 for ; Sun, 4 Sep 2005 23:18:33 +0000 (GMT) (envelope-from marquezjesse@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so905064wra for ; Sun, 04 Sep 2005 16:18:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=tyE3UuWX5KcQjzFeY3MuVJ5N3c0gE5pSIeNgStj3CqOBegjzKbHSTxmqAWEg0lFuC9J80+T1yr4EDXf8ddbkVqWahoVFw7pFQXMAhNp1KnKldD0skj6vosGIK6ioj4U2J2sJtE2trN9IElcpihnCj9+m3khZqMvlmNB8xJ966dQ= Received: by 10.54.29.44 with SMTP id c44mr329082wrc; Sun, 04 Sep 2005 16:18:32 -0700 (PDT) Received: from ?192.168.1.209? ( [66.194.80.250]) by mx.gmail.com with ESMTP id g9sm6482234wra.2005.09.04.16.18.31; Sun, 04 Sep 2005 16:18:32 -0700 (PDT) Message-ID: <431B80F0.8060909@gmail.com> Date: Sun, 04 Sep 2005 18:19:12 -0500 From: jesse User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Optimizing 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: Sun, 04 Sep 2005 23:18:34 -0000 Hi all, Is there any performance gain when using Standard-PC HAL over ACPI-PC HAL? I'm running FreeBSD 5.4-STABLE on a abit KR7A(KT266A) motherboard. I currently have APIC disabled in the bios, ACPI disabled at boot and I feel like my system is snappier. Just wondering if there is any truth to this. over and out, Jesse From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 23:50:49 2005 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 0C66D16A41F for ; Sun, 4 Sep 2005 23:50:49 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 5678143D4C for ; Sun, 4 Sep 2005 23:50:48 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 28038 invoked by uid 0); 4 Sep 2005 23:50:46 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.6?) (69.73.60.132) by smtp2.knology.net with SMTP; 4 Sep 2005 23:50:46 -0000 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <20050904202627.44227.qmail@web31809.mail.mud.yahoo.com> References: <20050904202627.44227.qmail@web31809.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <72D681DA-D1D5-4128-A85D-99059A818DA6@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly Date: Sun, 4 Sep 2005 18:50:44 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.734) Cc: Subject: Re: hw for dvd writing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Sep 2005 23:50:49 -0000 On Sep 4, 2005, at 3:26 PM, Paulo Roberto wrote: > Would you guys put and old Celeron (running Freebsd 5.3) 266Mhz with > 64MB for dvd writing? > > I have this old machine and I am thinking about buying an internal DVD > writer for it, since it is cheaper than buying and external unit > for my > laptop. Do you have a large enough HD to play with DVD images? How fast can it dd a big file to /dev/null? You'll need 1.4 MB/sec for each "x" your DVD runs. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 00:01:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01DE416A420 for ; Mon, 5 Sep 2005 00:01:54 +0000 (GMT) (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 77A8043D48 for ; Mon, 5 Sep 2005 00:01:53 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8501mwT089978; Sun, 4 Sep 2005 19:01:48 -0500 (CDT) (envelope-from dan) Date: Sun, 4 Sep 2005 19:01:48 -0500 From: Dan Nelson To: Grant Peel Message-ID: <20050905000148.GD43293@dan.emsphone.com> References: <005401c5b191$79c9a6c0$6601a8c0@GRANT> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005401c5b191$79c9a6c0$6601a8c0@GRANT> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org Subject: Re: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 00:01:54 -0000 In the last episode (Sep 04), Grant Peel said: > I have serveral servers in a cage in Toronto, but I live 120 miles > away. Every once in a while, I will crash a box, or lock myself out > of one of them (mostly just the dev box now!). Anyways, is it > possible to daisychain the machines together using COM1 and COM2 so > that no matter what, one can always get to a console? Or am I just > wishing here... If you run conserver ( ports/comms/conserver-com ) on all the machines, you can even set it up so you don't have to remember which machine is controlling which machine's console (it will chain to the correct machine). A multiport serial card in one master console box does let you consolidate the logs on one machine though. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 00:04:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A80A16A41F for ; Mon, 5 Sep 2005 00:04:48 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDA5143D45 for ; Mon, 5 Sep 2005 00:04:47 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMB00CAHHJW4152@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 19:04:45 -0500 (CDT) Date: Sun, 04 Sep 2005 20:04:39 -0400 From: WOB In-reply-to: <005401c5b191$79c9a6c0$6601a8c0@GRANT> To: freebsd-questions@freebsd.org Message-id: <431B8B97.4070106@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <005401c5b191$79c9a6c0$6601a8c0@GRANT> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Subject: what tweaks for stable-supfile in RELENG_6 ? (update after initial install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 00:04:48 -0000 Hi, I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I should tweak the stable-supfile. Actually I did an install from CD, I usually immediately update from the net after a CD install, so I can get the latest stuff. When I installed 5.4 I made these changes to the stable-supfile: nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. For 6.0-Beta3, I plan to only change to RELENG_6, like this: nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_6 ports-all tag=. doc-all tag=. I thought I had read somewhere that I am not supposed to put the ports-all and doc-all lines in to the stable-supfile for 6.0, but I cannot find where I saw it. I think some guy got ports from RELENG_7, or something like that (though I later read there is only set of ports). Is it okay to put them in like this? ports-all tag=. doc-all tag=. Thanks! (below are my instructions I usually try to follow) cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. cvsup -g -L 2 stable-supfile less UPDATING make buildworld make buildkernel KERNCONF=GENERIC make installkernel shutdown -r now shutdown now cd /usr/src make installworld mergemaster delete hosts file run MAKEDEV at end shutdown -r now portsdb -Uu portversion -l "<" portupgrade -arR reboot From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 00:07:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1515316A41F for ; Mon, 5 Sep 2005 00:07:53 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4568843D46 for ; Mon, 5 Sep 2005 00:07:51 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 05 Sep 2005 00:07:50 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp031) with SMTP; 05 Sep 2005 02:07:50 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-questions@freebsd.org, Grant Peel Date: Mon, 5 Sep 2005 02:07:20 +0200 User-Agent: KMail/1.8.1 References: <005401c5b191$79c9a6c0$6601a8c0@GRANT> In-Reply-To: <005401c5b191$79c9a6c0$6601a8c0@GRANT> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3432149.qqPrqqYTi5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509050207.32548@harrymail> X-Y-GMX-Trusted: 0 Cc: Subject: Re: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 00:07:53 -0000 --nextPart3432149.qqPrqqYTi5 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Sonntag, 4. September 2005 22:44 CEST schrieb Grant Peel: > Hi all, > I have serveral servers in a cage in Toronto, but I live 120 miles away. > Every once in a while, I will crash a box, or lock myself out of one of > them (mostly just the dev box now!). Anyways, is it possible to > daisychain the machines together using COM1 and COM2 so that no matter > what, one can always get to a console? Or am I just wishing here... Of course you can. Just edit /boot/device.hints on one machine so that it=20 uses sio1 (com2) as console: =2D-- /boot/device.hints Thu Aug 18 05:55:08 2005 +++ /tmp/device.hints Mon Sep 5 01:55:36 2005 @@ -36,10 +36,10 @@ hint.sio.0.port=3D"0x3F8" =2Dhint.sio.0.flags=3D"0x10" hint.sio.0.irq=3D"4" hint.sio.1.at=3D"isa" hint.sio.1.port=3D"0x2F8" +hint.sio.1.flags=3D"0x10" hint.sio.1.irq=3D"3" The tell the btx (on both machines) to use the serial device (with flag=20 0x10) for console: echo "-h" >> /boot.config loader will recognice the serial console and use that, if not also set in=20 loader.conf: console=3D"comconsole" Now you can go into single user mode on one machine and cu/tip from the=20 other one. (regarding speed see BOOT_COMCONSOLE_SPEED=3D in make.conf, in=20 =2Dcurrent btx can be runtime configured) Also edit /etc/ttys to open a login on the system console in multiuser=20 mode, for example: =2D-- /builder/usr/src/etc/etc.i386/ttys Fri Oct 24 17:44:08 2003 +++ /builder/usr/src/tools/FlashBSD/examples/net4501conf/etc/ttys Thu= =20 Apr 21 03:35:09 2005 @@ -30,21 +30,21 @@ # # If console is marked "insecure", then init will ask for the root=20 password # when going to single-user mode. =2Dconsole none unknown off secure +console none unknown off insecure # =2Dttyv0 "/usr/libexec/getty Pc" cons25 on secure +ttyv0 "/usr/libexec/getty Pc" cons25 off secure # Virtual terminals =2Dttyv1 "/usr/libexec/getty Pc" cons25 on secure =2Dttyv2 "/usr/libexec/getty Pc" cons25 on secure =2Dttyv3 "/usr/libexec/getty Pc" cons25 on secure =2Dttyv4 "/usr/libexec/getty Pc" cons25 on secure =2Dttyv5 "/usr/libexec/getty Pc" cons25 on secure =2Dttyv6 "/usr/libexec/getty Pc" cons25 on secure =2Dttyv7 "/usr/libexec/getty Pc" cons25 on secure +ttyv1 "/usr/libexec/getty Pc" cons25 off secure +ttyv2 "/usr/libexec/getty Pc" cons25 off secure +ttyv3 "/usr/libexec/getty Pc" cons25 off secure +ttyv4 "/usr/libexec/getty Pc" cons25 off secure +ttyv5 "/usr/libexec/getty Pc" cons25 off secure +ttyv6 "/usr/libexec/getty Pc" cons25 off secure +ttyv7 "/usr/libexec/getty Pc" cons25 off secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. =2Dttyd0 "/usr/libexec/getty std.9600" dialup off secure +ttyd0 "/usr/libexec/getty std.115200" unknown on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure ttyd3 "/usr/libexec/getty std.9600" dialup off secure Have fun, =2DHarry --nextPart3432149.qqPrqqYTi5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDG4xEBylq0S4AzzwRAgdcAJ0fhIAHngiKOlR+bFDAQyTomYHINACfco+v H0ajmK5oU6kCnY2TfAms8J4= =DWSn -----END PGP SIGNATURE----- --nextPart3432149.qqPrqqYTi5-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 00:23:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4944916A41F for ; Mon, 5 Sep 2005 00:23:57 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC2243D46 for ; Mon, 5 Sep 2005 00:23:56 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.43) id 1EC4mA-0002Wh-JE for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 20:23:54 -0400 Message-ID: <001b01c5b1b0$1974c290$6601a8c0@GRANT> From: "Grant Peel" To: Date: Sun, 4 Sep 2005 20:23:50 -0400 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: IPFW lockout. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 00:23:57 -0000 Hi all, I have a small problem on one of my dev boxes. I have a bod bootup ipfw rulset and I find myself locked out of the machine. There will be a technician at the NOC on Tuesday that will be able to assist me. My question is: Will he/she be able to simply reboot, logon as root as normal? - and then - disable IPFW in rc.conf ... or will the loopback rule not being present cause more mahem than I think it will? -Grant From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 00:30:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A51C16A41F for ; Mon, 5 Sep 2005 00:30:22 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E303E43D48 for ; Mon, 5 Sep 2005 00:30:21 +0000 (GMT) (envelope-from dopplecoder@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so517743nzd for ; Sun, 04 Sep 2005 17:30:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=sVuvBac2EfLKtwGADtvRVq2efE+2exPBWP8Y7umyQkmknA2tVOicqMxAXggxiKpbIma2MGF9XY9UDtX6hFU6z8LQWVq5v3uGSNcFMv3u55YSMhuDTO25riybQba2uq8LMN5UM8wtoO+L0Y3YZiH2C7paV7y5/2iNmaHbe2RFLQE= Received: by 10.36.37.20 with SMTP id k20mr4217203nzk; Sun, 04 Sep 2005 17:30:20 -0700 (PDT) Received: by 10.36.128.17 with HTTP; Sun, 4 Sep 2005 17:30:20 -0700 (PDT) Message-ID: <45d750d205090417305ba9841c@mail.gmail.com> Date: Sun, 4 Sep 2005 20:30:20 -0400 From: Aaron Peterson To: Grant Peel In-Reply-To: <001b01c5b1b0$1974c290$6601a8c0@GRANT> Mime-Version: 1.0 References: <001b01c5b1b0$1974c290$6601a8c0@GRANT> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: IPFW lockout. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dopplecoder@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 00:30:22 -0000 On 9/4/05, Grant Peel wrote: >=20 > Hi all, >=20 > I have a small problem on one of my dev boxes. I have a bod bootup ipfw > rulset and I find myself locked out of the machine. >=20 > There will be a technician at the NOC on Tuesday that will be able to=20 > assist > me. >=20 > My question is: Will he/she be able to simply reboot, logon as root as > normal? >=20 > - and then - >=20 > disable IPFW in rc.conf ... or will the loopback rule not being present > cause more mahem than I think it will? >=20 > -Grant Local logins should work as expected. Aaron From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 01:04:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D09516A41F for ; Mon, 5 Sep 2005 01:04:32 +0000 (GMT) (envelope-from sineathj1@citadel.edu) Received: from citadel.edu (mail.CITADEL.EDU [155.225.6.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D156C43D45 for ; Mon, 5 Sep 2005 01:04:31 +0000 (GMT) (envelope-from sineathj1@citadel.edu) Received: from [155.225.151.230] (HELO IBMTWAQPEF2DWZ) by citadel.edu (CommuniGate Pro SMTP 4.2.8) with SMTP id 53454642; Sun, 04 Sep 2005 21:07:45 -0400 Message-ID: <000701c5b1b5$c2809210$e697e19b@IBMTWAQPEF2DWZ> From: "James Bowman Sineath, III" To: "Grant Peel" , References: <001b01c5b1b0$1974c290$6601a8c0@GRANT> Date: Sun, 4 Sep 2005 21:04:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: Subject: Re: IPFW lockout. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 01:04:32 -0000 > Hi all, > > I have a small problem on one of my dev boxes. I have a bod bootup ipfw > rulset and I find myself locked out of the machine. > > There will be a technician at the NOC on Tuesday that will be able to > assist me. > > My question is: Will he/she be able to simply reboot, logon as root as > normal? > > - and then - > > disable IPFW in rc.conf ... or will the loopback rule not being present > cause more mahem than I think it will? > > -Grant He should be able to login without any problems. On another note, in the future whenever you make changes to your system that could potentially lock you out, use crontab to disable them after a short amount of time. For example, when I was reconfiguring sshd, I crontab'ed 'killall sshd && sshd -f /root/sshd_config_old' and moved the default config file to my /root directory. Also when playing with my ipfw rules, I crontab'ed 'ipfw disable firewall' for every 15 minutes until I got it working the way I wanted too. Be VERY careful with this though. Don't use it and then forget to remove the lines from your /etc/crontab. Remove them as soon as you get it configured the way you want too. This is obviously a serious security risk, so don't use it very often. If you are worried about disabling your firewall, then create a small ipfw script to deny all connections except from your IP address and crontab that instead of 'ipfw disable firewall'. Also keep in mind to enable your firewall again you will need to type 'ipfw enable firewall'. Bow Sineath Class of 2006, the Citadel sineathj1@citadel.edu - bow.sineath@gmail.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 01:12:07 2005 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 F108916A41F for ; Mon, 5 Sep 2005 01:12:06 +0000 (GMT) (envelope-from rasmith@aristotle.tamu.edu) Received: from aristotle.tamu.edu (Aristotle.tamu.edu [165.91.161.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A1D43D49 for ; Mon, 5 Sep 2005 01:12:06 +0000 (GMT) (envelope-from rasmith@aristotle.tamu.edu) Received: from aristotle.tamu.edu (localhost [127.0.0.1]) by aristotle.tamu.edu (8.13.1/8.13.1) with ESMTP id j851C65D030345 for ; Sun, 4 Sep 2005 20:12:06 -0500 (CDT) (envelope-from rasmith@aristotle.tamu.edu) Message-Id: <200509050112.j851C65D030345@aristotle.tamu.edu> To: questions@freebsd.org In-Reply-To: Message from garys@opusnet.com (Gary W. Swearingen) of "Sun, 04 Sep 2005 15:04:33 PDT." <38br38h4lq.r38@mail.opusnet.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Sun, 04 Sep 2005 20:12:06 -0500 From: Robin Smith Cc: Subject: Re: How should I partition 2 80 gig drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 01:12:07 -0000 bob self writes: > I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. I'm not sure how I > should set these up in disklabel editor. I just want to use this as a general purpose machine. I would recommend putting /usr/local as well as /usr/home on their own partitions. It greatly facilitates system upgrades if you have a large number of users and/or a great many installed ports. Robin Smith From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 01:13:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03AB216A420 for ; Mon, 5 Sep 2005 01:13:18 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5005643D48 for ; Mon, 5 Sep 2005 01:13:17 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) 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 <0IMB00ELKKQ4MO80@l-daemon> for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 19:13:16 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151]) by pd4mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMB001O3KQ49Q00@pd4mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 19:13:16 -0600 (MDT) Received: from s0106000d87ae2db6.gv.shawcable.net (S0106000d87ae2db6.gv.shawcable.net [24.108.128.113]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMB00806KQ3IX@l-daemon> for freebsd-questions@freebsd.org; Sun, 04 Sep 2005 19:13:16 -0600 (MDT) Date: Sun, 04 Sep 2005 18:14:41 -0700 From: David Armour In-reply-to: <20050904120051.7FA0916A54F@hub.freebsd.org> To: freebsd-questions@freebsd.org Message-id: <200509041814.42140.dfarmour@myrealbox.com> Organization: dfa@no_spam.net MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20050904120051.7FA0916A54F@hub.freebsd.org> User-Agent: KMail/1.8.1 Subject: * Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 01:13:18 -0000 hello, trying to upgrade firefox port... from firefox-1.0.4,1 to firefox-1.0.6_4,1. using root shell in xfce4 in fbsd 5.3b6. gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 make ** Fix the problem and try again. would upgrading the portupgrade port (which pkg_version -v | grep -i "<" did list for updating) 'fix the problem', or does the error message refer to a command within a script? any suggestions, pointers greatly appreciated. balance of error message follows: ---> Build of www/firefox ended at: Sun, 04 Sep 2005 17:33:16 -0700 (consumed 00:13:04) ---> Upgrade of www/firefox ended at: Sun, 04 Sep 2005 17:33:16 -0700 (consumed 00:13:04) ---> Listing the results (... !:failed) ! www/firefox (firefox-1.0.4,1) (compiler error) ---> Packages processed: 0 done, 26 ignored, 0 skipped and 1 failed ---> Session ended at: Sun, 04 Sep 2005 17:33:16 -0700 (consumed 00:13:14 what's a "compiler error"? the depth of my ignorance astonishes. TIA. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 01:21:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F1C16A41F for ; Mon, 5 Sep 2005 01:21:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFC243D49 for ; Mon, 5 Sep 2005 01:20:58 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 27681 invoked by uid 207); 5 Sep 2005 01:20:57 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.132):. Processed in 1.09464 secs); 05 Sep 2005 01:20:57 -0000 Received: from dialup132.ach.sch.gr (HELO gothmog.gr) ([81.186.70.132]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Sep 2005 01:20:55 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j851Kek5083336; Mon, 5 Sep 2005 04:20:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j851Ke7w083301; Mon, 5 Sep 2005 04:20:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Sep 2005 04:20:34 +0300 From: Giorgos Keramidas To: Robin Smith Message-ID: <20050905012034.GA81937@gothmog.gr> References: <38br38h4lq.r38@mail.opusnet.com> <200509050112.j851C65D030345@aristotle.tamu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509050112.j851C65D030345@aristotle.tamu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: How should I partition 2 80 gig drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 01:21:00 -0000 On 2005-09-04 20:12, Robin Smith wrote: > bob self writes: > > I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard > > drives. I'm not sure how I should set these up in disklabel editor. > > I just want to use this as a general purpose machine. > > I would recommend putting /usr/local as well as /usr/home on their own > partitions. It greatly facilitates system upgrades if you have a large > number of users and/or a great many installed ports. tuning(7) has a good section on disk partitioning too, that may be of interest. I recently read it again, and I can say that a lot of what it contains is still valid and useful, years after the initial manpage was imported by Matt Dillon. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 01:37:27 2005 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 9373516A41F for ; Mon, 5 Sep 2005 01:37:27 +0000 (GMT) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FDB43D48 for ; Mon, 5 Sep 2005 01:37:27 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sun, 4 Sep 2005 21:37:18 -0400 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2205353169@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Custom Build Thread-Index: AcWwiHhKCW13mtKwRWS7sDfF58giwABMRazQ From: "Haulmark, Chris" To: "Maarten Sanders" , "Jack Barnett" Cc: questions@freebsd.org Subject: RE: Custom Build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 01:37:27 -0000 Someone broke the silence:=20 >> What I want to do is make a custom automated build for FreeBSD.=20 >> Basically, create a build, burn it to CD-ROM, go stick it into a >> server and it automatically configures to the correct hardware, auto >> sets up the file system (1 hard drive per server) and then reboots.=20 >> When it comes back up, I have a full functionaly customized FreeBSD >> install.=20 Sounds like Corporate roll out OS release that you are looking for. >>=20 >> The only interaction that should happen during the install, is >> putting in the hostname, select static or dynamic ip and then [for >> non-FreeBSD app] select to save to local or network drive. I'm good >> with perl/bash, etc, so I know how to create a script to automate >> the install for our application.=20 There's install.cfg in /usr/src for sysinstall to use to make things = more automatic for you in the menu system.=20 >> The build I want to create would be a "mini-FreeBSD", just the >> kernal, some basic programs and 1 non-FreeBSD application. The only >> port that would be open is for SSHD and all servers would sit behind >> a firewall in there own seperate subnet (firewall only routes http >> requests to upload data and incoming ssh connections).=20 >>=20 Sounds like a job for a net install. >>=20 >> Could someone point me in the right direction or to some >> documentation or other resources?=20 >>=20 There are manpages on release(7) and plenty of documentations of = creating cd image releases in the handbook. Chris Haulmark >> Regards, >> Jack >>=20 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:04:19 2005 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 B066816A41F for ; Mon, 5 Sep 2005 02:04:19 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F24143D46 for ; Mon, 5 Sep 2005 02:04:19 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMB00CMON31E9A4@vms040.mailsrvcs.net> for questions@freebsd.org; Sun, 04 Sep 2005 21:04:14 -0500 (CDT) Date: Sun, 04 Sep 2005 22:04:03 -0400 From: WOB To: questions@freebsd.org Message-id: <431BA793.9080504@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Cc: Subject: what tweaks for stable-supfile in RELENG_6 ? (update after initial install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:04:19 -0000 Hi, I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I should tweak the stable-supfile. Actually I did an install from CD, I usually immediately update from the net after a CD install, so I can get the latest stuff. When I installed 5.4 I made these changes to the stable-supfile: nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. For 6.0-Beta3, I plan to only change to RELENG_6, like this: nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_6 ports-all tag=. doc-all tag=. I thought I had read somewhere that I am not supposed to put the ports-all and doc-all lines in to the stable-supfile for 6.0, but I cannot find where I saw it. I think some guy got ports from RELENG_7, or something like that (though I later read there is only set of ports). Is it okay to put them in like this? ports-all tag=. doc-all tag=. Thanks! (below are my instructions I usually try to follow) cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile host = cvsup10.FreeBSD.org *default release=cvs tag=RELENG_5 ports-all tag=. doc-all tag=. cvsup -g -L 2 stable-supfile less UPDATING make buildworld make buildkernel KERNCONF=GENERIC make installkernel shutdown -r now shutdown now cd /usr/src make installworld mergemaster delete hosts file run MAKEDEV at end shutdown -r now portsdb -Uu portversion -l "<" portupgrade -arR reboot From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:04:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0816816A449 for ; Mon, 5 Sep 2005 02:04:28 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 794ED43D45 for ; Mon, 5 Sep 2005 02:04:27 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050905020427.KQHP24491.lakecmmtao06.coxmail.com@dns1> for ; Sun, 4 Sep 2005 22:04:27 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 19:00:18 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509041900.18483.vizion@vizion.occoxmail.com> Subject: /usr/ports/pdflib Version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:04:28 -0000 Hi I note that from http://www.pdflib.com/products/pdflib/download/index there is a free version of: PDFlib-6.0.2-FreeBSD5.tar.gz Does anyone know if this a later version of /usr/ports/pdflib4 or is it an entirely different product? In any case does anyone have any comments about this one and is there any reason not to put a copy in the ports tree? david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:10:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AECC816A41F for ; Mon, 5 Sep 2005 02:10:13 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BD443D48 for ; Mon, 5 Sep 2005 02:10:12 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050905021013.KZPE2425.lakecmmtao05.coxmail.com@dns1> for ; Sun, 4 Sep 2005 22:10:13 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 19:06:03 -0700 User-Agent: KMail/1.8 References: <20050904120051.7FA0916A54F@hub.freebsd.org> <200509041814.42140.dfarmour@myrealbox.com> In-Reply-To: <200509041814.42140.dfarmour@myrealbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509041906.03688.vizion@vizion.occoxmail.com> Subject: Re: * Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:10:13 -0000 On Sunday 04 September 2005 18:14, the author David Armour contributed to the dialogue on- * Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade84798.26 make: >hello, > >trying to upgrade firefox port... from firefox-1.0.4,1 to >firefox-1.0.6_4,1. using root shell in xfce4 in fbsd 5.3b6. > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >gmake: *** [default] Error 2 >*** Error code 2 >Stop in /usr/ports/www/firefox. >** Command failed [exit code 1]: /usr/bin/script >-qa /tmp/portupgrade84798.26 make >** Fix the problem and try again. > >would upgrading the portupgrade port (which pkg_version -v | >grep -i "<" did list for updating) 'fix the problem', or does >the error message refer to a command within a script? > >any suggestions, pointers greatly appreciated. balance of error >message follows: > >---> Build of www/firefox ended at: Sun, 04 Sep 2005 17:33:16 >-0700 (consumed 00:13:04) >---> Upgrade of www/firefox ended at: Sun, 04 Sep 2005 17:33:16 >-0700 (consumed 00:13:04) >---> Listing the results (... !:failed) > ! www/firefox (firefox-1.0.4,1) (compiler error) >---> Packages processed: 0 done, 26 ignored, 0 skipped and 1 >failed >---> Session ended at: Sun, 04 Sep 2005 17:33:16 -0700 (consumed >00:13:14 > >what's a "compiler error"? the depth of my ignorance astonishes. > What were the lines before: >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' ? david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:18:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30EC16A41F for ; Mon, 5 Sep 2005 02:18:17 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7769143D46 for ; Mon, 5 Sep 2005 02:18:17 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 79190CCE429 for ; Sun, 4 Sep 2005 22:18:15 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sun, 04 Sep 2005 22:18:15 -0400 X-Sasl-enc: LIE6FigebDuxRAXfsBb2P7eSsRPTfyYc6YFNazWnlAFr 1125886692 Received: from gumby.localdomain (dsl-80-41-71-93.access.as9105.com [80.41.71.93]) by frontend2.messagingengine.com (Postfix) with ESMTP id AABED57030B for ; Sun, 4 Sep 2005 22:18:12 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Mon, 5 Sep 2005 03:18:14 +0100 User-Agent: KMail/1.8.2 References: <2792860b050830050121a439b5@mail.gmail.com> In-Reply-To: <2792860b050830050121a439b5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509050318.15210.list-freebsd-2004@morbius.sent.com> Subject: Re: newbie to fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:18:17 -0000 On Tuesday 30 August 2005 13:01, Mario Carugno wrote: > Hi there, i am now a Debian user, but curious about FreeBSD. Here are some > questions: > * I don't have a fast internet connection, so i have to get the CDROM > distribution. The question is: > ALL packages found in http://www.freebsd.org/ports/index.html are included > in the CDROMs, or they have only some of them ? The basics are there: kde, gnome, firefox etc, but Open-office and the majority of the ports are not. > * What's the difference between 5.4 and 4.11 releases ? For your purposes you either want 5.4, or to wait for 6.0 in a few weeks. > Why 4.11 CDROM distribution have 4 CDs and the later 5.4 have only 2 CDs ? The downloadable disks on the FreeBSD site are 2-disk sets for both 4.x and 5.x. I'm not quite sure what the status of 4.x, 4 disks sets are - it may have been a one-off experiment. As in Gentoo the best way to maintain a FreeBSD system is through building from source through the ports system. That's why FreeBSD doesn't come with a pile of package disks, unlike debian. It's perfectly feasable to use the ports system or remote package fetching with dial-up, I did it myself for a year or so. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:18:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF6D16A42D for ; Mon, 5 Sep 2005 02:18:20 +0000 (GMT) (envelope-from bestowable.tapfere@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B0F843D46 for ; Mon, 5 Sep 2005 02:18:20 +0000 (GMT) (envelope-from bestowable.tapfere@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so416437wra for ; Sun, 04 Sep 2005 19:18:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Os5dwf752faejDm0wp1YZzs3/LSIGx7Gva0jArj+kJqYKQzkWrPvGORji2siVuXR8p7DgakOpiYwaAjaJOKjqy/t5K+gOlgKLUawX1C3hfZ1hosU0vPIyOfLY/m7OHr7mJ17OIYBtKyo5V14EF9ueRt7I+vNHKkNOG1o0Se3LnE= Received: by 10.54.56.56 with SMTP id e56mr3862449wra; Sun, 04 Sep 2005 19:18:19 -0700 (PDT) Received: by 10.54.154.15 with HTTP; Sun, 4 Sep 2005 19:18:19 -0700 (PDT) Message-ID: <9507133e05090419184f80a9ad@mail.gmail.com> Date: Mon, 5 Sep 2005 10:18:19 +0800 From: =?GB2312?B?vMzB1tDc?= To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD start problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:18:21 -0000 When I try to start my FreeBSD 5.4 Release, I always get this error message= : "init /bin/sh on /etc/rc terminated abnormally, going to single user mode.Enter full pathname of shell or RETURN for /bin/sh:" But when I try to input something(I don't know what I should input),get the following message:"can't exec ** for single user. Pid 66 (csh), uid 0: exited on signal 10" What's the problem? and how do I fixed it? Thank you! From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:30:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3699016A41F for ; Mon, 5 Sep 2005 02:30:24 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D202043D45 for ; Mon, 5 Sep 2005 02:30:23 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout4.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j852UNbO008245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 4 Sep 2005 19:30:23 -0700 X-Auth-Received: from [192.168.11.6] (YahooBB219010032025.bbtec.net [219.10.32.25]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j852ULtF013556 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sun, 4 Sep 2005 19:30:22 -0700 In-Reply-To: <9507133e05090419184f80a9ad@mail.gmail.com> References: <9507133e05090419184f80a9ad@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Message-Id: <063D3943-6101-4990-84D9-82A453E619F7@u.washington.edu> From: Garrett Cooper Date: Mon, 5 Sep 2005 11:31:10 +0900 To: =?UTF-8?B?57un5p6X54aK?= X-Mailer: Apple Mail (2.734) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: FreeBSD start problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:30:24 -0000 On Sep 5, 2005, at 11:18 AM, =E7=BB=A7=E6=9E=97=E7=86=8A wrote: > When I try to start my FreeBSD 5.4 Release, I always get this error =20= > message: > "init /bin/sh on /etc/rc terminated abnormally, going to single user > mode.Enter full pathname of shell or RETURN for /bin/sh:" > But when I try to input something(I don't know what I should > input),get the following message:"can't exec ** for single user. Pid > 66 (csh), uid 0: exited on signal 10" > > What's the problem? and how do I fixed it? > Thank you! That is an odd error. Are you sure that the base system install completed =20 successfully? Also, did you just upgrade recently or is this a new =20 install? -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 02:43:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDF916A41F for ; Mon, 5 Sep 2005 02:43:55 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB7843D48 for ; Mon, 5 Sep 2005 02:43:54 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050905024353.YHLE3140.lakecmmtao04.coxmail.com@dns1> for ; Sun, 4 Sep 2005 22:43:53 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Sun, 4 Sep 2005 19:39:44 -0700 User-Agent: KMail/1.8 References: <9507133e05090419184f80a9ad@mail.gmail.com> In-Reply-To: <9507133e05090419184f80a9ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509041939.45156.vizion@vizion.occoxmail.com> Subject: Re: FreeBSD start problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 02:43:55 -0000 On Sunday 04 September 2005 19:18, the author =E7=BB=A7=E6=9E=97=E7=86=8A = contributed to the dialogue=20 on- FreeBSD start problem:=20 >When I try to start my FreeBSD 5.4 Release, I always get this error messag= e: >"init /bin/sh on /etc/rc terminated abnormally, going to single user >mode.Enter full pathname of shell or RETURN for /bin/sh:" >But when I try to input something(I don't know what I should >input),get the following message:"can't exec ** for single user. Pid >66 (csh), uid 0: exited on signal 10" > >What's the problem? and how do I fixed it? >Thank you! This may work Hit any key as the loader comes up and select single user mode now=20 #fsck -f My guess is that you have not down properly and your disc/discs need fixing David =2D-=20 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Tauru= s. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal afte= r=20 completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 05:25:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D5B416A41F for ; Mon, 5 Sep 2005 05:25:45 +0000 (GMT) (envelope-from vvelox@vvelox.net) Received: from S2.cableone.net (s2.cableone.net [24.116.0.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8AF844055 for ; Mon, 5 Sep 2005 05:14:42 +0000 (GMT) (envelope-from vvelox@vvelox.net) Received: from vixen42.vulpes (unverified [24.119.122.41]) by S2.cableone.net (CableOne SMTP Service S2) with ESMTP id 29299723 for multiple; Sun, 04 Sep 2005 23:18:21 -0700 Date: Mon, 5 Sep 2005 00:19:46 -0500 From: "Z.C.B." To: jesse Message-ID: <20050905001946.65459fcb@vixen42.vulpes> In-Reply-To: <431B80F0.8060909@gmail.com> References: <431B80F0.8060909@gmail.com> X-Mailer: Sylpheed-Claws 1.9.13 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 1, First 109, in=162, out=0, spam=0 X-External-IP: 24.119.122.41 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: freebsd-questions@freebsd.org Subject: Re: Optimizing 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, 05 Sep 2005 05:25:48 -0000 On Sun, 04 Sep 2005 18:19:12 -0500 jesse wrote: > Hi all, > > Is there any performance gain when using Standard-PC HAL over > ACPI-PC HAL? I'm running FreeBSD 5.4-STABLE on a abit KR7A(KT266A) > motherboard. I currently have APIC disabled in the bios, ACPI > disabled at boot and I feel like my system is snappier. Just > wondering if there is any truth to this. I've not noticed any difference with ACPI on or off. I just leave it on so I have access to the features it provides. Make sure hw.acpi.cpu.cx_lowest is set to C1. In the area of APIC I remember finding some devices on my system not properly detecting with out it, on my Nforce2 board. No clue about that chipset. I've never any speed differences though. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 05:32:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108FD16A537 for ; Mon, 5 Sep 2005 05:32:35 +0000 (GMT) (envelope-from c.ollier.ml@free.fr) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7554F43E4A for ; Mon, 5 Sep 2005 05:31:46 +0000 (GMT) (envelope-from c.ollier.ml@free.fr) Received: from [192.168.1.100] (jau31-2-82-236-20-186.fbx.proxad.net [82.236.20.186]) by postfix4-1.free.fr (Postfix) with ESMTP id 1FF483159DC; Mon, 5 Sep 2005 07:31:44 +0200 (CEST) Message-ID: <431BD841.70103@free.fr> Date: Mon, 05 Sep 2005 07:31:45 +0200 From: christophe ollier User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr-fr, fr, en-us, en MIME-Version: 1.0 To: Warren References: <200501202225.50399.shinjii@virusinfo.rdksupportinc.com> In-Reply-To: <200501202225.50399.shinjii@virusinfo.rdksupportinc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Torrent Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 05:32:41 -0000 Le 20/01/2005 13:25, Warren a écrit : > Im chasing a GUI Torrent program that will allow multiple downloads of > torrents without having to re-open the d/l program for each new torrent. If > anyone knows of such a program please let me know(not QTorrent) You can try ports/net/mldonkey. It comes in different flavours : with or without GUI. You can install it without GUI (mldonkey-core), and then use another software as graphical interface, or the integrated telnet/web server to control it. MLDonkey lets you use different p2p protocols in addition to bittorrent. , as ed2k/kademlia, gnutella, fasttrack... From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 05:58:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B7116A41F for ; Mon, 5 Sep 2005 05:58:06 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E226243D46 for ; Mon, 5 Sep 2005 05:58:05 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-02-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j855w2XV014874 for ; Mon, 5 Sep 2005 01:58:02 -0400 (EDT) Message-ID: <004401c5b1de$43c09dc0$0200a8c0@satellite> From: "dave" To: Date: Mon, 5 Sep 2005 01:54:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: postfix as nullclient on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 05:58:06 -0000 Hello, I've got a central mailserver, and four machines acting as nullclients. Their only job is to send the central server emails of cron output. This isn't working, logs on the clients show nothing, the message just disappears, it's like it doesn't enter the queue. I'm assuming i have a configuration issue. Here's my config, i'd appreciate any suggestions. Thanks. Dave. main.cf: queue_directory = /var/spool/postfix command_directory = /usr/local/sbin daemon_directory = /usr/local/libexec/postfix mail_owner = postfix default_privs = nobody myhostname = host1.example.net mydomain = example.net myorigin = $myhostname relayhost = mailserver.example.net #alias_maps = hash:/usr/local/etc/postfix/aliases #alias_database = hash:/usr/local/etc/postfix/aliases sendmail_path = /usr/local/sbin/sendmail newaliases_path = /usr/local/bin/newaliases mailq_path = /usr/local/bin/mailq setgid_group = maildrop manpage_directory = /usr/local/man sample_directory = /usr/local/etc/postfix readme_directory = no local_transport = error:local delivery on this system is disabled master.cf: # ========================================================================== #smtp inet n - y - - smtpd #submission inet n - y - - smtpd # -o smtpd_etrn_restrictions=reject # -o smtpd_client_restrictions=permit_sasl_authenticated,reject #smtps inet n - y - - smtpd # -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes #submission inet n - y - - smtpd # -o smtpd_etrn_restrictions=reject # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes #628 inet n - y - - qmqpd pickup fifo n - y 60 1 pickup cleanup unix n - y - 0 cleanup qmgr fifo n - y 300 1 qmgr #qmgr fifo n - y 300 1 oqmgr #tlsmgr unix - - y 1000? 1 tlsmgr rewrite unix - - y - - trivial-rewrite bounce unix - - y - 0 bounce defer unix - - y - 0 bounce trace unix - - y - 0 bounce verify unix - - y - 1 verify flush unix n - y 1000? 0 flush #proxymap unix - - n - - proxymap smtp unix - - y - - smtp # When relaying mail as backup MX, disable fallback_relay to avoid MX loops #relay unix - - y - - smtp #-o fallback_relay= # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - y - - showq error unix - - y - - error discard unix - - y - - discard local unix - n n - - local #virtual unix - n n - - virtual #lmtp unix - - y - - lmtp #anvil unix - - y - 1 anvil #scache unix - - y - 1 scache From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 06:55:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0E216A41F for ; Mon, 5 Sep 2005 06:55:47 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA9043D49 for ; Mon, 5 Sep 2005 06:55:47 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j856tkEW000742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 4 Sep 2005 23:55:46 -0700 X-Auth-Received: from [192.168.11.6] (YahooBB219010032025.bbtec.net [219.10.32.25]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j856tiKV005377 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 4 Sep 2005 23:55:45 -0700 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <431BD841.70103@free.fr> References: <200501202225.50399.shinjii@virusinfo.rdksupportinc.com> <431BD841.70103@free.fr> Message-Id: <97FDC0D4-7DFD-4C6B-BD5F-BAB50AFFEB69@u.washington.edu> From: Garrett Cooper Date: Mon, 5 Sep 2005 15:56:34 +0900 To: FreeBSD Questions X-Mailer: Apple Mail (2.734) 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 Subject: Re: Torrent Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 06:55:47 -0000 On Sep 5, 2005, at 2:31 PM, christophe ollier wrote: > Le 20/01/2005 13:25, Warren a =E9crit : > >> Im chasing a GUI Torrent program that will allow multiple =20 >> downloads of torrents without having to re-open the d/l program =20 >> for each new torrent. If anyone knows of such a program please =20 >> let me know(not QTorrent) >> > > You can try ports/net/mldonkey. It comes in different flavours : =20 > with or without GUI. You can install it without GUI (mldonkey-=20 > core), and then use another software as graphical interface, or the =20= > integrated telnet/web server to control it. > > MLDonkey lets you use different p2p protocols in addition to =20 > bittorrent. , as ed2k/kademlia, gnutella, fasttrack... There's also overnet as well as mldonkey. However, the problem =20 is that many non-standard clients are seen as bad clients by servers =20 and I assume the same applies for trackers, so I would assume that if =20= there isn't anything being done for the trackers yet, there may be =20 something done in the future to prevent them from using the tracker =20 since they don't follow the prescribed rules for connecting/downloading. -Garrett= From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 07:25:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA5216A41F for ; Mon, 5 Sep 2005 07:25:27 +0000 (GMT) (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 4370843D45 for ; Mon, 5 Sep 2005 07:25:26 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (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 j857RBb16077; Mon, 5 Sep 2005 00:27:12 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Grant Peel" , Date: Mon, 5 Sep 2005 00:25:06 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <005401c5b191$79c9a6c0$6601a8c0@GRANT> Importance: Normal Cc: Subject: RE: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 07:25:27 -0000 if you crash a box why would a serial console still work? Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Grant Peel >Sent: Sunday, September 04, 2005 1:45 PM >To: freebsd-questions@freebsd.org >Subject: Terminals > > >Hi all, >I have serveral servers in a cage in Toronto, but I live 120 >miles away. >Every once in a while, I will crash a box, or lock myself out >of one of them >(mostly just the dev box now!). Anyways, is it possible to >daisychain the >machines together using COM1 and COM2 so that no matter what, >one can always >get to a console? Or am I just wishing here... > >-Grant > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" > >-- >No virus found in this incoming message. >Checked by AVG Anti-Virus. >Version: 7.0.344 / Virus Database: 267.10.18/86 - Release Date: >8/31/2005 > From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 07:51:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0305C16A41F for ; Mon, 5 Sep 2005 07:51:30 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CE643D46 for ; Mon, 5 Sep 2005 07:51:29 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd5mr2so.prod.shaw.ca (pd5mr2so-qfe3.prod.shaw.ca [10.0.141.233]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMC0017N35S0100@l-daemon> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 01:51:28 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca ([10.0.121.7]) by pd5mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMC00FDA35SCLF0@pd5mr2so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 01:51:28 -0600 (MDT) Received: from s0106000d87ae2db6.gv.shawcable.net (S0106000d87ae2db6.gv.shawcable.net [24.108.128.113]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMC00G0Y35SIM@l-daemon> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 01:51:28 -0600 (MDT) Date: Mon, 05 Sep 2005 00:52:58 -0700 From: David Armour In-reply-to: <20050905052559.A14F816A440@hub.freebsd.org> To: freebsd-questions@freebsd.org, Vizion Message-id: <200509050052.58962.dfarmour@myrealbox.com> Organization: dfarmour.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20050905052559.A14F816A440@hub.freebsd.org> User-Agent: KMail/1.8.2 Cc: Subject: Re: freebsd-questions Digest, Vol 110, Issue 20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 07:51:30 -0000 > 33. Re: * Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade84798.26 make (Vizion) > From: Vizion hello, thanks for your reply to my question. > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > >gmake: *** [default] Error 2 > >*** Error code 2 > >Stop in /usr/ports/www/firefox. > What were the lines before: > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' ... unfortunately, i only clipped the lines i did, trying to keep my message as short as possible. doh! i'm not sure where to locate the file that all those screens of garbled text goes to either. i looked in /var/log, but i couldn't see anything that looked likely. any idea where i could find the file? (i tried, successfully, to update the portupgrade port, after posting my question. but the firefox port upgrade, subsequently, still refused to compile.) From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:00:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D205016A421 for ; Mon, 5 Sep 2005 08:00:29 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from 163.com (bj44-204.i.netease.com [202.108.44.204]) by mx1.FreeBSD.org (Postfix) with SMTP id B048743D46 for ; Mon, 5 Sep 2005 08:00:26 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from yuanjue.nc6000.org (unknown [59.66.138.109]) by smtp1 (Coremail) with SMTP id j4AcVwv7G0ME5tAB.1 for ; Mon, 05 Sep 2005 16:00:11 +0800 (CST) X-Originating-IP: [59.66.138.109] From: Yuan Jue Organization: TsingHua Univ. To: David Armour Date: Mon, 5 Sep 2005 16:04:34 +0800 User-Agent: KMail/1.8.2 References: <20050905052559.A14F816A440@hub.freebsd.org> <200509050052.58962.dfarmour@myrealbox.com> In-Reply-To: <200509050052.58962.dfarmour@myrealbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051604.34567.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 110, Issue 20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:00:30 -0000 On Monday 05 September 2005 15:52, Yuan Jue wrote: > > 33. Re: * Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade84798.26 make (Vizion) > > From: Vizion > > hello, > > thanks for your reply to my question. > > > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > > >gmake: *** [default] Error 2 > > >*** Error code 2 > > >Stop in /usr/ports/www/firefox. > > > > What were the lines before: > > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > > ... unfortunately, i only clipped the lines i did, trying to keep my > message as short as possible. doh! i'm not sure where to locate the > file that all those screens of garbled text goes to either. i looked > in /var/log, but i couldn't see anything that looked likely. any idea > where i could find the file? > > (i tried, successfully, to update the portupgrade port, after posting my > question. but the firefox port upgrade, subsequently, still refused to > compile.) Have you upgraded the nspr port? I have almost the same problem when I didn't upgrade it to the newest version. Good luck! -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:01:43 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 263F916A420 for ; Mon, 5 Sep 2005 08:01:43 +0000 (GMT) (envelope-from bukovinsky@siol.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADED43D48 for ; Mon, 5 Sep 2005 08:01:25 +0000 (GMT) (envelope-from bukovinsky@siol.net) Received: from edge1.siol.net ([10.10.10.210]) by mta1.siol.net with ESMTP id <20050905080124.RKWD1639.mta1.siol.net@edge1.siol.net> for ; Mon, 5 Sep 2005 10:01:24 +0200 Received: from marko ([86.61.67.219]) by edge1.siol.net with SMTP id <20050905080119.QRYA18798.edge1.siol.net@marko> for ; Mon, 5 Sep 2005 10:01:19 +0200 Message-ID: <000601c5b1f0$01e1cd90$1108a8c0@marko> From: "Marko Bukovinsky" To: Date: Mon, 5 Sep 2005 10:01:19 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: about FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:01:43 -0000 Well, when i try to install it i have a lot of problems. 1. i use express setup but when its finished it and i run it ask me for = password , but sinse i install it it didnt ask me to type it. 2. When i wonnet to install packages and select all i have wont it = ,every time first package was installed my computer restarted i i have = had to select it again. Tell me how to fix this problem and what packages i have to use that i = will have a graphical desktop - like windows ? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:07:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 658DA16A41F for ; Mon, 5 Sep 2005 08:07:38 +0000 (GMT) (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 4FF2B43D45 for ; Mon, 5 Sep 2005 08:07:32 +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 83BFBDE0 for ; Mon, 5 Sep 2005 16:07:17 +0800 (WST) 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 14707-08 for ; Mon, 5 Sep 2005 16:07:06 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id CC536DD8 for ; Mon, 5 Sep 2005 16:07:06 +0800 (WST) From: "Paul Hamilton" To: Date: Mon, 5 Sep 2005 16:08:51 +0800 Message-ID: <043801c5b1f1$0d0281f0$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: amavisd-new at bdug.org.au Subject: Serial Port data dumping program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:07:38 -0000 Hi, I am trying to debug a Mini SSC FreeBSD program that I am trying to = write. It would be nice to be able to be able to see what is being transmitted. = It would help in the debugging of my program. Here is a link to a Windows based Mini SSC program: http://www.rentron.com/Mini-ssc.htm Using this, I can control the = servo, so I know the hardware and cables work etc. I have been using the 'minicom' port to dump the received data. = However, it doesn't seem to collect the data properly. Data coming in should be in accordance with the SSC protocol, ie: =20 byte 1: 0xFF // sync byte byte 2: 0x01 - 0x25f //servo address byte 3: 0x00 - 0x255 // servo position Here is a dump of the collected data (via minicom): #hexdump minicom.cap 0000000 45ff 49ff 4cff 50ff 53ff 57ff 5aff 57ff 0000010 53ff 50ff 4cff 49ff 45ff 45ff 01ff ff82 0000020 8101 01ff ff80 8202 02ff ff81 8002 03ff 0000030 ff83 8203 03ff ff81 8003 7fff 7fff 7eff 0000040 01ff ff7f 7f02 03ff ff7f ff7f 8001 02ff 0000050 ff80 8003 04ff ff80 ff80 8006 07ff 0080 Looking at the first row of data, it is only showing two bytes, sync and servo position. Rows 020 and 030, shows some servo addresses, but sometimes, together! Both the mini-ssc.exe and minicom program are = using 9600 8n1, so why is it showing this? Is there something I have missed = in the setup of minicom? Looks like this is a serial buffer problem. Is there a better program I could use to display the incoming serial = data in hex? NOTE: I only use two wires, signal ground and Tx Data (connected to the = Rx Data). The servo does respond correctly, so I know the serial data must = be in the correct 3 byte format. Looking fwd to your thoughts. Cheers, Paul Hamilton From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:11:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D34316A41F for ; Mon, 5 Sep 2005 08:11:57 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2986E43D45 for ; Mon, 5 Sep 2005 08:11:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a006.otenet.gr [212.205.215.6]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j858BpR3025243; Mon, 5 Sep 2005 11:11:52 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j858Bl3N001502; Mon, 5 Sep 2005 11:11:47 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j858BfSQ001497; Mon, 5 Sep 2005 11:11:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Sep 2005 11:11:39 +0300 From: Giorgos Keramidas To: WOB Message-ID: <20050905081139.GA1378@gothmog.gr> References: <431BA793.9080504@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431BA793.9080504@verizon.net> Cc: freebsd-questions@freebsd.org Subject: Re: what tweaks for stable-supfile in RELENG_6 ? (update after initial install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:11:57 -0000 On 2005-09-04 22:04, WOB wrote: > I'm going to try in to install FreeBSD 6.0-Beta3, and am curious how I > should tweak the stable-supfile. Actually I did an install from CD, I > usually immediately update from the net after a CD install, so I can get > the latest stuff. > > When I installed 5.4 I made these changes to the stable-supfile: > > nano -w stable-supfile > host = cvsup10.FreeBSD.org > *default release=cvs tag=RELENG_5 > ports-all tag=. > doc-all tag=. > > For 6.0-Beta3, I plan to only change to RELENG_6, like this: > > nano -w stable-supfile > host = cvsup10.FreeBSD.org > *default release=cvs tag=RELENG_6 > ports-all tag=. > doc-all tag=. You're not getting any of the "source" collections this way and you have unnecessarily trimmed useful defaults. Just copy stable-supfile somewhere and change RELENG_5 to RELENG_6. This should be the only change you need. Then, you can fire up cvsup with: # cvsup -h cvsup10.FreeBSD.org my-supfile From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:14:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC9F16A41F for ; Mon, 5 Sep 2005 08:14:58 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from 163.com (bj44-206.i.netease.com [202.108.44.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BB9143D49 for ; Mon, 5 Sep 2005 08:14:54 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from yuanjue.nc6000.org (unknown [59.66.138.109]) by smtp3 (Coremail) with SMTP id PQBoGnf+G0P4lZgA.1 for ; Mon, 05 Sep 2005 16:14:48 +0800 (CST) X-Originating-IP: [59.66.138.109] From: Yuan Jue Organization: TsingHua Univ. To: "Marko Bukovinsky" User-Agent: KMail/1.8.2 References: <000601c5b1f0$01e1cd90$1108a8c0@marko> In-Reply-To: <000601c5b1f0$01e1cd90$1108a8c0@marko> MIME-Version: 1.0 Content-Disposition: inline Date: Mon, 5 Sep 2005 16:19:04 +0800 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <200509051619.05146.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: about FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:14:58 -0000 On Monday 05 September 2005 16:01, Yuan Jue wrote: > Well, when i try to install it i have a lot of problems. > 1. i use express setup but when its finished it and i run it ask me for > password , but sinse i install it it didnt ask me to type it. > > 2. When i wonnet to install packages and select all i have wont it ,every > time first package was installed my computer restarted i i have had to > select it again. > > Tell me how to fix this problem and what packages i have to use that i will > have a graphical desktop - like windows ? You probably need to read the handbook first. ^_^ -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:15:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CCEC16A41F for ; Mon, 5 Sep 2005 08:15:19 +0000 (GMT) (envelope-from shane@phpboy.co.za) Received: from sodium.virtek.co.za (sodium.virtek.co.za [196.46.187.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557FD43D49 for ; Mon, 5 Sep 2005 08:15:14 +0000 (GMT) (envelope-from shane@phpboy.co.za) Received: from [196.26.21.106] (helo=phpboy) by sodium.virtek.co.za with smtp (Exim 4.50 (FreeBSD)) id 1ECC8Y-000HGO-Nb for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 10:15:31 +0200 Message-ID: <002701c5b1f1$eac79430$6510a8c0@phpboy> From: "Shane James" To: Date: Mon, 5 Sep 2005 10:14:41 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:15:19 -0000 Hey guys, Can you suggest a nice 'Microsoft Exchange' clone or a daemon that can = allow 'Microsoft Calendar sharing' to interface with it? Regards, Shane James From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:15:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE4716A422 for ; Mon, 5 Sep 2005 08:15:36 +0000 (GMT) (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 9434843D49 for ; Mon, 5 Sep 2005 08:15:35 +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 6F9D1DE0 for ; Mon, 5 Sep 2005 16:15:20 +0800 (WST) 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 15312-07 for ; Mon, 5 Sep 2005 16:15:13 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id CD5BCDD8 for ; Mon, 5 Sep 2005 16:15:13 +0800 (WST) From: "Paul Hamilton" To: Date: Mon, 5 Sep 2005 16:16:58 +0800 Message-ID: <043901c5b1f2$2f4b4070$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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: amavisd-new at bdug.org.au Subject: Accessing the Digital IO pins on a VIA EPIA-PD motherboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:15:37 -0000 Hi, Anyone know the interrupts and addresses of the 8 Digital IO pins of the EPIA-PD motherboard? Cheers, Paul Hamilton From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:16:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF2F16A41F for ; Mon, 5 Sep 2005 08:16:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382EA43D64 for ; Mon, 5 Sep 2005 08:16:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a006.otenet.gr [212.205.215.6]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j858GBO5015828; Mon, 5 Sep 2005 11:16:12 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j858G9Fk001529; Mon, 5 Sep 2005 11:16:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j858G9aF001528; Mon, 5 Sep 2005 11:16:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Sep 2005 11:16:09 +0300 From: Giorgos Keramidas To: Ted Mittelstaedt Message-ID: <20050905081609.GB1378@gothmog.gr> References: <005401c5b191$79c9a6c0$6601a8c0@GRANT> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Grant Peel , freebsd-questions@freebsd.org Subject: Re: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:16:23 -0000 On 2005-09-05 00:25, Ted Mittelstaedt wrote: > Grant Peel wrote: >> Hi all, >> I have serveral servers in a cage in Toronto, but I live 120 miles >> away. Every once in a while, I will crash a box, or lock myself out >> of one of them (mostly just the dev box now!). Anyways, is it >> possible to daisychain the machines together using COM1 and COM2 so >> that no matter what, one can always get to a console? Or am I just >> wishing here... > > if you crash a box why would a serial console still work? It would still work if the kernel has KDB compiled in. I'm not sure if this is what the original poster meant though. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:53:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BEE16A41F for ; Mon, 5 Sep 2005 08:53:27 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B121443D46 for ; Mon, 5 Sep 2005 08:53:26 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j858rPVn005974 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Sep 2005 01:53:25 -0700 X-Auth-Received: from [192.168.11.6] (YahooBB219010032025.bbtec.net [219.10.32.25]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j858rNsi027705 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 5 Sep 2005 01:53:24 -0700 In-Reply-To: <002701c5b1f1$eac79430$6510a8c0@phpboy> References: <002701c5b1f1$eac79430$6510a8c0@phpboy> Mime-Version: 1.0 (Apple Message framework v734) X-Priority: 3 Message-Id: <681F5676-FE0F-43FC-8A8F-E8F42FE3C462@u.washington.edu> From: Garrett Cooper Date: Mon, 5 Sep 2005 17:54:13 +0900 To: Shane James X-Mailer: Apple Mail (2.734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:53:27 -0000 On Sep 5, 2005, at 5:14 PM, Shane James wrote: > Hey guys, > > Can you suggest a nice 'Microsoft Exchange' clone or a daemon that > can allow 'Microsoft Calendar sharing' to interface with it? > > Regards, > Shane James I don't know of any one program in particular, but if people had access to a shared calendar via a shared folder or could transfer the calendar to a shared location that is 'publishable' to, you could always use mozilla's calendar plugin in either mozilla, firefox, or thunderbird. Sunbird isn't really being supported anymore, even though it's a fairly nice separate program-for at least Windows. I had lots of issues compiling/ running the binary it in Linux, and I assume that it's similar in FreeBSD. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 08:57:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AD316A41F for ; Mon, 5 Sep 2005 08:57:42 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE6F43D45 for ; Mon, 5 Sep 2005 08:57:42 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j858vfsm006116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Sep 2005 01:57:41 -0700 X-Auth-Received: from [192.168.11.6] (YahooBB219010032025.bbtec.net [219.10.32.25]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j858vdBY027822 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 5 Sep 2005 01:57:40 -0700 In-Reply-To: <200509050052.58962.dfarmour@myrealbox.com> References: <20050905052559.A14F816A440@hub.freebsd.org> <200509050052.58962.dfarmour@myrealbox.com> Mime-Version: 1.0 (Apple Message framework v734) Message-Id: <7FCE5A3F-48A5-4B59-A46B-04FB1EDE1979@u.washington.edu> From: Garrett Cooper Date: Mon, 5 Sep 2005 17:58:29 +0900 To: David Armour X-Mailer: Apple Mail (2.734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: freebsd-questions Digest, Vol 110, Issue 20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 08:57:42 -0000 On Sep 5, 2005, at 4:52 PM, David Armour wrote: >> 33. Re: * Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portupgrade84798.26 make (Vizion) >> From: Vizion >> > > hello, > > thanks for your reply to my question. > > >>> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >>> gmake: *** [default] Error 2 >>> *** Error code 2 >>> Stop in /usr/ports/www/firefox. >>> > > >> What were the lines before: >> >>> gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >>> > > ... unfortunately, i only clipped the lines i did, trying to keep my > message as short as possible. doh! i'm not sure where to locate the > file that all those screens of garbled text goes to either. i looked > in /var/log, but i couldn't see anything that looked likely. any idea > where i could find the file? > > (i tried, successfully, to update the portupgrade port, after > posting my > question. but the firefox port upgrade, subsequently, still refused to > compile.) David, Just try to recompile; if it doesn't work, it will come up again. This is by far a much earlier and quicker way to finding the initial problem as opposed to looking for logs, etc because odds hunting for the specific log will take a while in the build directory. Besides, your compile might work this time if you try again. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 09:10:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB48B16A41F for ; Mon, 5 Sep 2005 09:10:14 +0000 (GMT) (envelope-from shane@phpboy.co.za) Received: from sodium.virtek.co.za (sodium.virtek.co.za [196.46.187.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8AE43D46 for ; Mon, 5 Sep 2005 09:10:13 +0000 (GMT) (envelope-from shane@phpboy.co.za) Received: from [196.26.21.106] (helo=phpboy) by sodium.virtek.co.za with smtp (Exim 4.50 (FreeBSD)) id 1ECCza-000HyU-4x; Mon, 05 Sep 2005 11:10:18 +0200 Message-ID: <004b01c5b1f9$903d32b0$6510a8c0@phpboy> From: "Shane James" To: "Garrett Cooper" References: <002701c5b1f1$eac79430$6510a8c0@phpboy> <681F5676-FE0F-43FC-8A8F-E8F42FE3C462@u.washington.edu> Date: Mon, 5 Sep 2005 11:09:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: FreeBSD Questions Subject: Re: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 09:10:15 -0000 I need it specifically for Microsoft Outlook :/ ----- Original Message ----- From: "Garrett Cooper" To: "Shane James" Cc: "FreeBSD Questions" Sent: Monday, September 05, 2005 10:54 AM Subject: Re: Microsoft Outlook Calendar Sharing > On Sep 5, 2005, at 5:14 PM, Shane James wrote: > >> Hey guys, >> >> Can you suggest a nice 'Microsoft Exchange' clone or a daemon that can >> allow 'Microsoft Calendar sharing' to interface with it? >> >> Regards, >> Shane James > > I don't know of any one program in particular, but if people had > access to a shared calendar via a shared folder or could transfer the > calendar to a shared location that is 'publishable' to, you could always > use mozilla's calendar plugin > in either mozilla, firefox, or thunderbird. Sunbird isn't really being > supported anymore, even though it's a fairly nice separate program-for at > least Windows. I had lots of issues compiling/ running the binary it in > Linux, and I assume that it's similar in FreeBSD. > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 09:10:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F9616A41F for ; Mon, 5 Sep 2005 09:10:34 +0000 (GMT) (envelope-from shane@phpboy.co.za) Received: from sodium.virtek.co.za (sodium.virtek.co.za [196.46.187.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5938A43D48 for ; Mon, 5 Sep 2005 09:10:33 +0000 (GMT) (envelope-from shane@phpboy.co.za) Received: from [196.26.21.106] (helo=phpboy) by sodium.virtek.co.za with smtp (Exim 4.50 (FreeBSD)) id 1ECD06-000Hz0-0B; Mon, 05 Sep 2005 11:10:50 +0200 Message-ID: <006001c5b1f9$a3388310$6510a8c0@phpboy> From: "Shane James" To: "Garrett Cooper" References: <002701c5b1f1$eac79430$6510a8c0@phpboy> <681F5676-FE0F-43FC-8A8F-E8F42FE3C462@u.washington.edu> Date: Mon, 5 Sep 2005 11:10:18 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 09:10:34 -0000 I need it specifically for Microsoft Outlook :/ ----- Original Message -----=20 From: Garrett Cooper=20 To: Shane James=20 Cc: FreeBSD Questions=20 Sent: Monday, September 05, 2005 10:54 AM Subject: Re: Microsoft Outlook Calendar Sharing On Sep 5, 2005, at 5:14 PM, Shane James wrote: Hey guys, Can you suggest a nice 'Microsoft Exchange' clone or a daemon that = can allow 'Microsoft Calendar sharing' to interface with it? Regards, Shane James I don't know of any one program in particular, but if people had = access to a shared calendar via a shared folder or could transfer the = calendar to a shared location that is 'publishable' to, you could always = use mozilla's calendar plugin = in either mozilla, firefox, or thunderbird. Sunbird isn't really being = supported anymore, even though it's a fairly nice separate program-for = at least Windows. I had lots of issues compiling/running the binary it = in Linux, and I assume that it's similar in FreeBSD. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 09:18:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E8916A41F for ; Mon, 5 Sep 2005 09:18:46 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B57D43D4C for ; Mon, 5 Sep 2005 09:18:46 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j859IfUK023947 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Sep 2005 02:18:42 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050905014920.06c83620@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 05 Sep 2005 02:18:30 -0700 To: "Paul Hamilton" , From: Glenn Dawson In-Reply-To: <043801c5b1f1$0d0281f0$6600a8c0@w2k2> References: <043801c5b1f1$0d0281f0$6600a8c0@w2k2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Serial Port data dumping program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 09:18:46 -0000 At 01:08 AM 9/5/2005, Paul Hamilton wrote: >Hi, > >I am trying to debug a Mini SSC FreeBSD program that I am trying to write. >It would be nice to be able to be able to see what is being transmitted. It >would help in the debugging of my program. > >Here is a link to a Windows based Mini SSC program: >http://www.rentron.com/Mini-ssc.htm Using this, I can control the servo, so >I know the hardware and cables work etc. > >I have been using the 'minicom' port to dump the received data. However, it >doesn't seem to collect the data properly. Data coming in should be in >accordance with the SSC protocol, ie: > >byte 1: 0xFF // sync byte > >byte 2: 0x01 - 0x25f //servo address How do you fit 0x25f into a single byte? (I count 10 bits required) >byte 3: 0x00 - 0x255 // servo position Same question as above. >Here is a dump of the collected data (via minicom): > >#hexdump minicom.cap >0000000 45ff 49ff 4cff 50ff 53ff 57ff 5aff 57ff >0000010 53ff 50ff 4cff 49ff 45ff 45ff 01ff ff82 >0000020 8101 01ff ff80 8202 02ff ff81 8002 03ff >0000030 ff83 8203 03ff ff81 8003 7fff 7fff 7eff >0000040 01ff ff7f 7f02 03ff ff7f ff7f 8001 02ff >0000050 ff80 8003 04ff ff80 ff80 8006 07ff 0080 > >Looking at the first row of data, it is only showing two bytes, sync and >servo position. Rows 020 and 030, shows some servo addresses, but >sometimes, together! Both the mini-ssc.exe and minicom program are using >9600 8n1, so why is it showing this? Is there something I have missed in >the setup of minicom? Looks like this is a serial buffer problem. You probably have byte ordering issues. Does something like this look more reasonable? 0000000 ff45 ff49 ff4c ff50 ff53 ff57 ff5a ff57 0000010 ff53 ff50 ff4c ff49 ff45 ff45 ff01 82ff 0000020 0181 ff01 80ff 0282 ff02 81ff 0280 ff03 0000030 83ff 0382 ff03 81ff 0380 ff7f ff7f ff7e 0000040 ff01 7fff 027f ff03 7fff 7fff 0180 ff02 0000050 80ff 0380 ff04 80ff 80ff 0680 ff07 8000 -Glenn >Is there a better program I could use to display the incoming serial data in >hex? > >NOTE: I only use two wires, signal ground and Tx Data (connected to the Rx >Data). The servo does respond correctly, so I know the serial data must be >in the correct 3 byte format. > >Looking fwd to your thoughts. > >Cheers, > >Paul Hamilton > >_______________________________________________ >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 Sep 5 09:24:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B7C716A41F for ; Mon, 5 Sep 2005 09:24:31 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025F643D46 for ; Mon, 5 Sep 2005 09:24:30 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout2.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j859OUxF019210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 5 Sep 2005 02:24:30 -0700 X-Auth-Received: from [192.168.11.6] (YahooBB219010032025.bbtec.net [219.10.32.25]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j859OSHf028498 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 5 Sep 2005 02:24:29 -0700 In-Reply-To: <006001c5b1f9$a3388310$6510a8c0@phpboy> References: <002701c5b1f1$eac79430$6510a8c0@phpboy> <681F5676-FE0F-43FC-8A8F-E8F42FE3C462@u.washington.edu> <006001c5b1f9$a3388310$6510a8c0@phpboy> Mime-Version: 1.0 (Apple Message framework v734) X-Priority: 3 Message-Id: <80CED6A9-8907-492B-B8F0-BA50F3952A14@u.washington.edu> From: Garrett Cooper Date: Mon, 5 Sep 2005 18:25:18 +0900 To: "Shane James" X-Mailer: Apple Mail (2.734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 09:24:31 -0000 On Sep 5, 2005, at 6:10 PM, Shane James wrote: > On Sep 5, 2005, at 5:14 PM, Shane James wrote: > Good luck finding something something because it sounds like the Outlook Calendar sharing stuff is fairly new (see ), and unless you plan to use something with iCalendar support (which the last time I checked Outlook, wasn't supported but is the preferred format for Apple's Calendar program), you'll have to wait a while. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 09:31:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2198C16A41F for ; Mon, 5 Sep 2005 09:31:19 +0000 (GMT) (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 93AB343D46 for ; Mon, 5 Sep 2005 09:31:17 +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 B0DEEDE0; Mon, 5 Sep 2005 17:31:01 +0800 (WST) 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 23438-02; Mon, 5 Sep 2005 17:30:56 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id B8497DD8; Mon, 5 Sep 2005 17:30:56 +0800 (WST) From: "Paul Hamilton" To: "'Glenn Dawson'" , Date: Mon, 5 Sep 2005 17:32:41 +0800 Message-ID: <043a01c5b1fc$c339d7b0$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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <6.2.3.4.2.20050905014920.06c83620@cobalt.antimatter.net> X-Virus-Scanned: amavisd-new at bdug.org.au Cc: Subject: RE: Serial Port data dumping program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 09:31:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Glenn Dawson > Sent: Monday, 5 September 2005 5:19 PM > To: Paul Hamilton; freebsd-questions@freebsd.org > Subject: Re: Serial Port data dumping program > > > At 01:08 AM 9/5/2005, Paul Hamilton wrote: > >Hi, > > > >I am trying to debug a Mini SSC FreeBSD program that I am trying to > >write. It would be nice to be able to be able to see what is being > >transmitted. It would help in the debugging of my program. > > > >Here is a link to a Windows based Mini SSC program: > >http://www.rentron.com/Mini-ssc.htm Using this, I can control the > >servo, so I know the hardware and cables work etc. > > > >I have been using the 'minicom' port to dump the received data. > >However, it doesn't seem to collect the data properly. Data > coming in > >should be in accordance with the SSC protocol, ie: > > > >byte 1: 0xFF // sync byte > > > >byte 2: 0x01 - 0x25f //servo address > > How do you fit 0x25f into a single byte? (I count 10 bits required) > Yep, a typo, should have been: 0xff > > >byte 3: 0x00 - 0x255 // servo position > > Same question as above. Brain thinking in hex, fingers working in decimal ;-) > > > >Here is a dump of the collected data (via minicom): > > > >#hexdump minicom.cap > >0000000 45ff 49ff 4cff 50ff 53ff 57ff 5aff 57ff > >0000010 53ff 50ff 4cff 49ff 45ff 45ff 01ff ff82 > >0000020 8101 01ff ff80 8202 02ff ff81 8002 03ff > >0000030 ff83 8203 03ff ff81 8003 7fff 7fff 7eff > >0000040 01ff ff7f 7f02 03ff ff7f ff7f 8001 02ff > >0000050 ff80 8003 04ff ff80 ff80 8006 07ff 0080 > > > >Looking at the first row of data, it is only showing two bytes, sync > >and servo position. Rows 020 and 030, shows some servo > addresses, but > >sometimes, together! Both the mini-ssc.exe and minicom program are > >using 9600 8n1, so why is it showing this? Is there > something I have > >missed in the setup of minicom? Looks like this is a serial buffer > >problem. > > You probably have byte ordering issues. Does something like this > look more reasonable? > > 0000000 ff45 ff49 ff4c ff50 ff53 ff57 ff5a ff57 > 0000010 ff53 ff50 ff4c ff49 ff45 ff45 ff01 82ff > 0000020 0181 ff01 80ff 0282 ff02 81ff 0280 ff03 > 0000030 83ff 0382 ff03 81ff 0380 ff7f ff7f ff7e > 0000040 ff01 7fff 027f ff03 7fff 7fff 0180 ff02 > 0000050 80ff 0380 ff04 80ff 80ff 0680 ff07 8000 > > -Glenn Yes, somewhat better, but still missing bytes here and there, ie. First line, all the servo address bytes etc. Why would the bytes be swapped around? Cheers, Paul > > > >Is there a better program I could use to display the incoming serial > >data in hex? > > > >NOTE: I only use two wires, signal ground and Tx Data (connected to > >the Rx Data). The servo does respond correctly, so I know > the serial > >data must be in the correct 3 byte format. > > > >Looking fwd to your thoughts. > > > >Cheers, > > > >Paul Hamilton > > > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to > >"freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 09:36:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBEDB16A41F for ; Mon, 5 Sep 2005 09:36:45 +0000 (GMT) (envelope-from ben@spooty.net) Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D8F43D45 for ; Mon, 5 Sep 2005 09:36:44 +0000 (GMT) (envelope-from ben@spooty.net) Received: from aamta10-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20050905093643.OVID9239.mta09-winn.ispmail.ntl.com@aamta10-winn.ispmail.ntl.com> for ; Mon, 5 Sep 2005 10:36:43 +0100 Received: from [192.168.1.100] (really [82.23.1.73]) by aamta10-winn.ispmail.ntl.com with ESMTP id <20050905093643.NEVJ3432.aamta10-winn.ispmail.ntl.com@[192.168.1.100]> for ; Mon, 5 Sep 2005 10:36:43 +0100 From: Ben Paley To: FreeBSD Questions Date: Mon, 5 Sep 2005 10:36:40 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051036.41105.ben@spooty.net> Subject: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 09:36:45 -0000 Hello, Anyone got any idea how I can access the built-in sd card reader on my dell inspiron 6000 laptop? There's no /dev/sda at the moment. I can't seem to find out how the card connects internally - neither usb nor scsi look very likely... Any more ideas? Cheers, Ben From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:04:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A54016A420 for ; Mon, 5 Sep 2005 10:04:22 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id F179043D49 for ; Mon, 5 Sep 2005 10:04:21 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j85A4JN8004017; Mon, 5 Sep 2005 12:04:19 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 69DD96444; Mon, 5 Sep 2005 12:04:19 +0200 (CEST) Date: Mon, 5 Sep 2005 12:04:19 +0200 From: Roland Smith To: Ben Paley Message-ID: <20050905100419.GA94979@slackbox.xs4all.nl> Mail-Followup-To: Ben Paley , FreeBSD Questions References: <200509051036.41105.ben@spooty.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <200509051036.41105.ben@spooty.net> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Questions Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:04:22 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > Anyone got any idea how I can access the built-in sd card reader on my > dell inspiron 6000 laptop?=20 Is there anything in /var/log/messages? If not, try 'pciconf -lv', 'usbdevs' and 'camcontrol devlist -v' to see if it is on the PCI, USB or SCSI bus respectively. If you can't get it to work, the SanDisk SDDR-93 sd card reader is supposed to work with Linux, so using it with FreeBSD should be possible. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDHBgjEnfvsMMhpyURAnkkAJwLryBSC/PcvbbMZih6Bfrui7HQ/ACfcEVV f7C2MzGcVdaH7gU1LMD0aDU= =50WF -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:14:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6071F16A41F for ; Mon, 5 Sep 2005 10:14:53 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 942F143D49 for ; Mon, 5 Sep 2005 10:14:50 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: (qmail 23571 invoked from network); 5 Sep 2005 10:14:46 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO bifteki.home.net) (83.171.222.89) by 0 with SMTP; 5 Sep 2005 10:14:46 -0000 Received: from bifteki.home.net (localhost [127.0.0.1]) by bifteki.home.net (8.13.4/8.13.3) with ESMTP id j85DEhGw061807; Mon, 5 Sep 2005 13:14:43 GMT (envelope-from gaghiel@bifteki.home.net) Received: (from gaghiel@localhost) by bifteki.home.net (8.13.4/8.13.3/Submit) id j85DEh2A061806; Mon, 5 Sep 2005 13:14:43 GMT (envelope-from gaghiel) Date: Mon, 5 Sep 2005 13:14:42 +0000 From: Leonidas Tsampros To: Garrett Cooper Message-ID: <20050905131442.GA61761@bifteki.lan> References: <002701c5b1f1$eac79430$6510a8c0@phpboy> <681F5676-FE0F-43FC-8A8F-E8F42FE3C462@u.washington.edu> <006001c5b1f9$a3388310$6510a8c0@phpboy> <80CED6A9-8907-492B-B8F0-BA50F3952A14@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80CED6A9-8907-492B-B8F0-BA50F3952A14@u.washington.edu> User-Agent: Mutt/1.5.9i Cc: FreeBSD Questions , Shane James Subject: Re: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:14:53 -0000 On Mon, Sep 05, 2005 at 06:25:18PM +0900, Garrett Cooper wrote: > On Sep 5, 2005, at 6:10 PM, Shane James wrote: > > >On Sep 5, 2005, at 5:14 PM, Shane James wrote: > > > > Good luck finding something something because it sounds like the > Outlook Calendar sharing stuff is fairly new (see www.slipstick.com/outlook/share.htm>), and unless you plan to use > something with iCalendar support (which the last time I checked > Outlook, wasn't supported but is the preferred format for Apple's > Calendar program), you'll have to wait a while. > -Garrett Visit this link: http://mirror.open-xchange.org/ox/EN/community/ It's about an open-xchange server. I have never used it though but it may suit your needs. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:24:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1333616A41F for ; Mon, 5 Sep 2005 10:24:42 +0000 (GMT) (envelope-from ben@spooty.net) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B6F43D4C for ; Mon, 5 Sep 2005 10:24:36 +0000 (GMT) (envelope-from ben@spooty.net) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20050905102435.TNPN21883.mta07-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com>; Mon, 5 Sep 2005 11:24:35 +0100 Received: from [192.168.1.100] (really [82.23.1.73]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20050905102435.JCMW29701.aamta12-winn.ispmail.ntl.com@[192.168.1.100]>; Mon, 5 Sep 2005 11:24:35 +0100 From: Ben Paley To: Roland Smith Date: Mon, 5 Sep 2005 11:24:33 +0100 User-Agent: KMail/1.8.2 References: <200509051036.41105.ben@spooty.net> <20050905100419.GA94979@slackbox.xs4all.nl> In-Reply-To: <20050905100419.GA94979@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051124.33290.ben@spooty.net> Cc: FreeBSD Questions Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:24:42 -0000 On Monday 05 September 2005 11:04, Roland Smith wrote: > On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > > Anyone got any idea how I can access the built-in sd card reader on my > > dell inspiron 6000 laptop? > > Is there anything in /var/log/messages? Not so far as I can see, nor in dmesg > If not, try 'pciconf -lv', $ pciconf -lv none5@pci3:1:2: class=0x080501 card=0x01881028 chip=0x08221180 rev=0x17 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'SD Bus Host Adapter' class = base peripheral Is that it? > 'usbdevs just four empty sockets there > and 'camcontrol devlist -v' Nothing there apart from the optical drive. > to see if it is on the PCI, USB or > SCSI bus respectively. So, PCI then? How do I go about my kernel config to get it detected? > If you can't get it to work, the SanDisk SDDR-93 sd card reader is > supposed to work with Linux, so using it with FreeBSD should be possible. I can get to the camera with its cable, though it's a bit slow - I just wanted the convenience of using the built-in reader, since it's there! Thanks a lot for your advice From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:29:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F050116A41F for ; Mon, 5 Sep 2005 10:29:31 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF0643D4C for ; Mon, 5 Sep 2005 10:29:31 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j85ATNVe025441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Sep 2005 03:29:24 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050905030813.06ca6eb0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Mon, 05 Sep 2005 03:29:12 -0700 To: "Paul Hamilton" , From: Glenn Dawson In-Reply-To: <043a01c5b1fc$c339d7b0$6600a8c0@w2k2> References: <6.2.3.4.2.20050905014920.06c83620@cobalt.antimatter.net> <043a01c5b1fc$c339d7b0$6600a8c0@w2k2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: RE: Serial Port data dumping program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:29:32 -0000 At 02:32 AM 9/5/2005, Paul Hamilton wrote: > > >Here is a dump of the collected data (via minicom): > > > > > >#hexdump minicom.cap > > >0000000 45ff 49ff 4cff 50ff 53ff 57ff 5aff 57ff > > >0000010 53ff 50ff 4cff 49ff 45ff 45ff 01ff ff82 > > >0000020 8101 01ff ff80 8202 02ff ff81 8002 03ff > > >0000030 ff83 8203 03ff ff81 8003 7fff 7fff 7eff > > >0000040 01ff ff7f 7f02 03ff ff7f ff7f 8001 02ff > > >0000050 ff80 8003 04ff ff80 ff80 8006 07ff 0080 > > > > > >Looking at the first row of data, it is only showing two bytes, sync > > >and servo position. Rows 020 and 030, shows some servo > > addresses, but > > >sometimes, together! Both the mini-ssc.exe and minicom program are > > >using 9600 8n1, so why is it showing this? Is there > > something I have > > >missed in the setup of minicom? Looks like this is a serial buffer > > >problem. > > > > You probably have byte ordering issues. Does something like this > > look more reasonable? > > > > 0000000 ff45 ff49 ff4c ff50 ff53 ff57 ff5a ff57 > > 0000010 ff53 ff50 ff4c ff49 ff45 ff45 ff01 82ff > > 0000020 0181 ff01 80ff 0282 ff02 81ff 0280 ff03 > > 0000030 83ff 0382 ff03 81ff 0380 ff7f ff7f ff7e > > 0000040 ff01 7fff 027f ff03 7fff 7fff 0180 ff02 > > 0000050 80ff 0380 ff04 80ff 80ff 0680 ff07 8000 > > > > -Glenn > >Yes, somewhat better, but still missing bytes here and there, ie. First >line, all the servo address bytes etc. The missing bytes might be caused by loading the tx data line with two inputs. I've seen various rs-232 devices that expected signal levels that other devices couldn't achieve when driving two inputs. The PC your using could be missing some bytes because the signal levels are right at the edge of being acceptable. That's just a guess though, to find out for sure you'd need to look at the levels with a scope and see what's really going on. >Why would the bytes be swapped around? big endian vs. little endian Wikipedia has a decent explanation: http://en.wikipedia.org/wiki/Endianness -Glenn >Cheers, > >Paul > > > > > > > >Is there a better program I could use to display the incoming serial > > >data in hex? > > > > > >NOTE: I only use two wires, signal ground and Tx Data (connected to > > >the Rx Data). The servo does respond correctly, so I know > > the serial > > >data must be in the correct 3 byte format. > > > > > >Looking fwd to your thoughts. > > > > > >Cheers, > > > > > >Paul Hamilton > > > > > >_______________________________________________ > > >freebsd-questions@freebsd.org mailing list > > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > >To unsubscribe, send any mail to > > >"freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:31:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D550F16A41F; Mon, 5 Sep 2005 10:31:42 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76FF343D4C; Mon, 5 Sep 2005 10:31:41 +0000 (GMT) (envelope-from kientzle@freebsd.org) Received: from freebsd.org (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id j85AVeOZ059451; Mon, 5 Sep 2005 03:31:40 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <431C1E8A.3030007@freebsd.org> Date: Mon, 05 Sep 2005 03:31:38 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Emanuel Strobl References: <200508262004.54637@harrymail> <20050829103745.GA78113@comp.chem.msu.su> <200508291707.07636@harrymail> In-Reply-To: <200508291707.07636@harrymail> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: cpio and tar are loosing flags (and a panic message without trace) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:31:43 -0000 Emanuel Strobl wrote: > Am Montag, 29. August 2005 12:37 CEST schrieb Yar Tikhiy: > >>On Fri, Aug 26, 2005 at 08:04:45PM +0200, Emanuel Strobl wrote: >> >>>Then I remember Tim Kienzles great work for bsdtar and all the ACL >>>stuff, but unfortunately a cvPPzf <> xvpPfz also looses the arch flag >>>:( >> >>Would you mind sending a PR on this issue with kientzle@freebsd.org >>in Cc:? I believe Tim will be interested in it. I've just confirmed >>myself using not-too-old CURRENT that bsdtar won't restore file >>flags stored in its own archive: Thanks for the report. I've just committed a fix to -CURRENT for this issue. Let me know if this addresses the problem for you. Cheers, Tim From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:37:15 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B90416A41F for ; Mon, 5 Sep 2005 10:37:15 +0000 (GMT) (envelope-from ruut@beastie.il.fontys.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E5243D48 for ; Mon, 5 Sep 2005 10:37:13 +0000 (GMT) (envelope-from ruut@beastie.il.fontys.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id 697BBA3019; Mon, 5 Sep 2005 12:37:12 +0200 (CEST) Received: from mail.il.fontys.nl (sukke.il.fontys.nl [IPv6:2001:4128:1000:1000::45]) by mailhost.stack.nl (Postfix) with ESMTP id D8686A2FC0; Mon, 5 Sep 2005 12:37:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.il.fontys.nl (Postfix/VSRI) with ESMTP id 536C51707D; Mon, 5 Sep 2005 12:41:01 +0200 (CEST) Received-Locally: from mail.il.fontys.nl ([127.0.0.1]) by localhost (sukke.il.fontys.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33413-07; Mon, 5 Sep 2005 12:41:00 +0200 (CEST) Received: from beastie.il.fontys.nl (beastie.il.fontys.nl [194.26.13.37]) by mail.il.fontys.nl (Postfix) with ESMTP; Mon, 5 Sep 2005 12:41:00 +0200 (CEST) Received: by beastie.il.fontys.nl (Postfix, from userid 2030) id 137432844F; Mon, 5 Sep 2005 12:37:09 +0200 (CEST) Date: Mon, 5 Sep 2005 12:37:08 +0200 From: Ruud Jansen To: Marko Bukovinsky Message-ID: <20050905103708.GG41282@il.fontys.nl> References: <000601c5b1f0$01e1cd90$1108a8c0@marko> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c5b1f0$01e1cd90$1108a8c0@marko> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new at il.fontys.nl X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on vaak.stack.nl X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Cc: freebsd-questions@FreeBSD.org Subject: Re: about FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:37:15 -0000 * Marko Bukovinsky wrote: > 1. i use express setup but when its finished it and i run it ask me for password , but sinse i install it it didnt ask me to type it. After your install you can login with root without password... > Tell me how to fix this problem and what packages i have to use that i will have a graphical desktop - like windows ? You will have to install xorg (/usr/ports/x11/xorg) and a windowmanager (something in /usr/ports/x11-wm) -- Ruud Jansen E-mail: ruud@allesbehalve.info MSN: msn@allesbehalve.info From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:50:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF18616A41F for ; Mon, 5 Sep 2005 10:50:56 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAFD743D46 for ; Mon, 5 Sep 2005 10:50:55 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id j85AorFq062896; Mon, 5 Sep 2005 12:50:53 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 5D6D36444; Mon, 5 Sep 2005 12:50:53 +0200 (CEST) Date: Mon, 5 Sep 2005 12:50:53 +0200 From: Roland Smith To: Ben Paley Message-ID: <20050905105053.GA95178@slackbox.xs4all.nl> Mail-Followup-To: Ben Paley , FreeBSD Questions References: <200509051036.41105.ben@spooty.net> <20050905100419.GA94979@slackbox.xs4all.nl> <200509051124.33290.ben@spooty.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <200509051124.33290.ben@spooty.net> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Questions Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 10:50:56 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 05, 2005 at 11:24:33AM +0100, Ben Paley wrote: > On Monday 05 September 2005 11:04, Roland Smith wrote: > > On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > > > Anyone got any idea how I can access the built-in sd card reader on my > > > dell inspiron 6000 laptop? > > > > Is there anything in /var/log/messages? >=20 > Not so far as I can see, nor in dmesg >=20 > > If not, try 'pciconf -lv',=20 >=20 > $ pciconf -lv > > none5@pci3:1:2: class=3D0x080501 card=3D0x01881028 chip=3D0x08221180 rev= =3D0x17=20 > hdr=3D0x00 > vendor =3D 'Ricoh Co Ltd' > device =3D 'SD Bus Host Adapter' > class =3D base peripheral >=20 > Is that it? I think so. According to the following page, http://www.math.ucla.edu/~jimc/insp6000/p-proc.html#sd it is a Ricoh R5c576A chip. Looking at the Ricoh page for this chip, http://www.ricoh.com/LSI/product_pcif/pcc/5c576a/ there seems to be no programming info available. AFAICT, there is no Linux driver either, but someone seems to be working on it: http://list.drzeus.cx/pipermail/wbsd-devel/2005-March/000261.html You could try contacting this person to see how far his efforts have come, and who the FreeBSD kernel developer is who is working on this. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDHCMNEnfvsMMhpyURAjmOAJ9Ooe13gMHO3nbDIfG/7y4YiJBtRwCfbE7p LSMKwl+HO+9siXhMDFuZ2as= =TFeR -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 11:06:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F57116A41F for ; Mon, 5 Sep 2005 11:06:01 +0000 (GMT) (envelope-from pavlik@mcc.elektra.ru) Received: from angel.elektra.ru (angel.Elektra.RU [193.125.98.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F3F43D58 for ; Mon, 5 Sep 2005 11:06:00 +0000 (GMT) (envelope-from pavlik@mcc.elektra.ru) Received: from pavlik (pavlik.mcc.elektra.ru [172.17.241.228]) by angel.elektra.ru (8.13.4/8.12.8) with SMTP id j85B5eJL065144 for ; Mon, 5 Sep 2005 15:05:56 +0400 (MSD) Message-ID: <01b901c5b209$c9df6dc0$e4f111ac@pavlik> From: "Pavel Baleshenko" To: Date: Mon, 5 Sep 2005 15:05:37 +0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SpamTest-Info: Profile: Formal (268/050901) X-SpamTest-Info: Profile: Detect Hard No RBL (4/030526) X-SpamTest-Info: Profile: SysLog X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: install FreeBSD on IBM BladeCenter (HS20) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 11:06:01 -0000 Hello I'm trying to install FreeBSD on IBM BladeCenter HS20. But all my = attempts are unsuccessful.=20 I think the problem is each blade uses all devices (CD, FDD, keyboard, = mouse) through USB. I began my attempts from 5.4 It stops on scanning atkbd0. I tried to choose loading kernel with USB = keyboard in the boot menu. But this time I got the kernel panic after = scanning atapci0: fatal trap 12: page fault while in kernel mode fault virtual address =3D 0x5 fault code =3D supervisor read, page not present Then I tried 4.11. If I boot from CD, the loader doesn't find CD and = kernel isn't found accordingly. If I boot from floppy, the kernel is = found successfully but the scanning of the devices is stopping on atkbd0 = again. I still hope to find a solution for this problem.=20 Thanks in advance for any help. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 12:05:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BEAC16A422 for ; Mon, 5 Sep 2005 12:05:10 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from internet.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF7F43D46 for ; Mon, 5 Sep 2005 12:05:09 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from localhost (24-53-250-148.pittpa.adelphia.net [24.53.250.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 8D6D369A4C; Mon, 5 Sep 2005 08:05:06 -0400 (EDT) Date: Mon, 5 Sep 2005 08:05:04 -0400 From: Bill Moran To: dave Message-Id: <20050905080504.57db7f4d.wmoran@potentialtech.com> In-Reply-To: <004401c5b1de$43c09dc0$0200a8c0@satellite> References: <004401c5b1de$43c09dc0$0200a8c0@satellite> Organization: Potential Technologies X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: postfix as nullclient on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:05:10 -0000 "dave" wrote: > Hello, > I've got a central mailserver, and four machines acting as nullclients. > Their only job is to send the central server emails of cron output. This > isn't working, logs on the clients show nothing, the message just > disappears, it's like it doesn't enter the queue. I'm assuming i have a > configuration issue. Here's my config, i'd appreciate any suggestions. > Thanks. > Dave. Not a direct answer, but you could use ssmtp from the ports for this. It's a lot simpler to configure. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 12:05:12 2005 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 978F216A45B for ; Mon, 5 Sep 2005 12:05:12 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from pyro.cenergynetworks.com (pyro.cenergynetworks.com [196.30.191.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id C681F43D46 for ; Mon, 5 Sep 2005 12:05:11 +0000 (GMT) (envelope-from savage@savage.za.org) Received: from localhost.cenergynetworks.com ([127.0.0.1] helo=pyro.cenergynetworks.com) by pyro.cenergynetworks.com with smtp (Exim 4.51) id 1ECFhF-000E09-sS for questions@freebsd.org; Mon, 05 Sep 2005 14:03:34 +0200 Received: from wbs-146-141-219.telkomadsl.co.za ([165.146.141.219] helo=MEGADROID) by pyro.cenergynetworks.com with esmtpa (Exim 4.51) id 1ECFh7-000E03-r1 for questions@freebsd.org; Mon, 05 Sep 2005 14:03:25 +0200 Message-ID: <03eb01c5b212$0cd29550$0a02a8c0@MEGADROID> From: "Chris Knipe" To: Date: Mon, 5 Sep 2005 14:04:58 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on pyro.cenergynetworks.com X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,HTML_80_90, HTML_MESSAGE,RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.0, Antispam-Data: 2005.3.10.17 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: named ACL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:05:12 -0000 Hi all, Just a quick question... Will the following work for bind9: acl "myacl" { 192.168.0.0/16; }; view "internal" { match-clients { myacl; !192.168.1.1; }; .... }; Basically, I'm trying to include a network into my view, except one = address... Thanks, Chris. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 12:08:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE4A16A41F for ; Mon, 5 Sep 2005 12:08:50 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED25743D46 for ; Mon, 5 Sep 2005 12:08:49 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.hsd1.ma.comcast.net[66.30.82.93]) by comcast.net (rwcrmhc11) with ESMTP id <2005090512084801300b0g8ne>; Mon, 5 Sep 2005 12:08:49 +0000 Message-ID: <431C354A.7030601@comcast.net> Date: Mon, 05 Sep 2005 08:08:42 -0400 From: Sean User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050828) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Shane James References: <002701c5b1f1$eac79430$6510a8c0@phpboy> <681F5676-FE0F-43FC-8A8F-E8F42FE3C462@u.washington.edu> <006001c5b1f9$a3388310$6510a8c0@phpboy> In-Reply-To: <006001c5b1f9$a3388310$6510a8c0@phpboy> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , FreeBSD Questions Subject: Re: Microsoft Outlook Calendar Sharing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:08:50 -0000 Shane James wrote: > I need it specifically for Microsoft Outlook :/ > ----- Original Message ----- > From: Garrett Cooper > To: Shane James > Cc: FreeBSD Questions > Sent: Monday, September 05, 2005 10:54 AM > Subject: Re: Microsoft Outlook Calendar Sharing > > > On Sep 5, 2005, at 5:14 PM, Shane James wrote: > > > Hey guys, > > > Can you suggest a nice 'Microsoft Exchange' clone or a daemon that can allow 'Microsoft Calendar sharing' to interface with it? > > > Regards, > Shane James > > > I don't know of any one program in particular, but if people had access to a shared calendar via a shared folder or could transfer the calendar to a shared location that is 'publishable' to, you could always use mozilla's calendar plugin in either mozilla, firefox, or thunderbird. Sunbird isn't really being supported anymore, even though it's a fairly nice separate program-for at least Windows. I had lots of issues compiling/running the binary it in Linux, and I assume that it's similar in FreeBSD. > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I thought latest version of Evolution from Novell/Ximian supported Exchange? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 12:16:24 2005 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 A25BE16A41F for ; Mon, 5 Sep 2005 12:16:24 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from internet.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F7B43D46 for ; Mon, 5 Sep 2005 12:16:24 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from localhost (24-53-250-148.pittpa.adelphia.net [24.53.250.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 5116269A4C; Mon, 5 Sep 2005 08:16:23 -0400 (EDT) Date: Mon, 5 Sep 2005 08:16:18 -0400 From: Bill Moran To: Emanuel Strobl Message-Id: <20050905081618.1364ab59.wmoran@potentialtech.com> In-Reply-To: <200509041341.05026@harrymail> References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> Organization: Potential Technologies X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:16:24 -0000 Emanuel Strobl wrote: > Am Sonntag, 4. September 2005 01:42 CEST schrieb Bill Moran: > > I've got a USB -> RS232 adapter I'm trying to get working on > > 5.3-RELEASE. > > > > I've seen a lot of comments about these kind of things that seem to > > indicate that they can be used (I occasionally have needs to use this > > lappy as a serial console, and I'd like to use it to demonstrate a > > serial barcode scanner that we have - normally, tip would work great > > for this, but the laptop doesn't have a native RS-232 port). > > > > Anyway, I get the impression that I'm missing some early, basic steps > > to get this working. dmesg shows: > > > > ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, > > addr 2 > > ugen is not ucom! ugen is used if nothing apropriate was found, your kernel > needs ucom and uplcom, you can also load uplcom as module!. That took care of it. The device works perfectly now. Thanks to all who responded. It seems as if ucom is mentioned in neither GENERIC nor NOTES. Must be pretty new, I guess. Works like a charm, though. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 12:25:36 2005 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 4019C16A41F for ; Mon, 5 Sep 2005 12:25:36 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id A514243D48 for ; Mon, 5 Sep 2005 12:25:35 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id BF3AC5C7F; Mon, 5 Sep 2005 14:25:33 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 85668-05; Mon, 5 Sep 2005 14:25:28 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 0EA4C5C7D; Mon, 5 Sep 2005 14:25:28 +0200 (CEST) Received: from 145.248.192.30 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 5 Sep 2005 14:25:28 +0200 (CEST) Message-ID: <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> In-Reply-To: <20050905081618.1364ab59.wmoran@potentialtech.com> References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> <20050905081618.1364ab59.wmoran@potentialtech.com> Date: Mon, 5 Sep 2005 14:25:28 +0200 (CEST) From: "Julien Gabel" To: "Bill Moran" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:25:36 -0000 >>> I've got a USB -> RS232 adapter I'm trying to get working on >>> 5.3-RELEASE. >>> >>> I've seen a lot of comments about these kind of things that seem to >>> indicate that they can be used (I occasionally have needs to use this >>> lappy as a serial console, and I'd like to use it to demonstrate a >>> serial barcode scanner that we have - normally, tip would work great >>> for this, but the laptop doesn't have a native RS-232 port). >>> >>> Anyway, I get the impression that I'm missing some early, basic steps >>> to get this working. dmesg shows: >>> >>> ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, >>> addr 2 >> ugen is not ucom! ugen is used if nothing apropriate was found, your >> kernel needs ucom and uplcom, you can also load uplcom as module!. > That took care of it. The device works perfectly now. > > Thanks to all who responded. > > It seems as if ucom is mentioned in neither GENERIC nor NOTES. Must be > pretty new, I guess. Works like a charm, though. I believe it can be found in NOTES under /usr/src/sys/conf, not /usr/src/sys/i386/conf. -- -jpeg. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 13:05:58 2005 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 49AF716A41F for ; Mon, 5 Sep 2005 13:05:58 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from internet.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02D843D45 for ; Mon, 5 Sep 2005 13:05:57 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from localhost (24-53-250-148.pittpa.adelphia.net [24.53.250.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id EF6FC69A4C; Mon, 5 Sep 2005 09:05:56 -0400 (EDT) Date: Mon, 5 Sep 2005 09:05:54 -0400 From: Bill Moran To: jpeg@thilelli.net Message-Id: <20050905090554.20edf7db.wmoran@potentialtech.com> In-Reply-To: <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> <20050905081618.1364ab59.wmoran@potentialtech.com> <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> Organization: Potential Technologies X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 13:05:58 -0000 "Julien Gabel" wrote: > >>> I've got a USB -> RS232 adapter I'm trying to get working on > >>> 5.3-RELEASE. > >>> ugen0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, > >>> addr 2 > > >> ugen is not ucom! ugen is used if nothing apropriate was found, your > >> kernel needs ucom and uplcom, you can also load uplcom as module!. > > > That took care of it. The device works perfectly now. > > > > Thanks to all who responded. > > > > It seems as if ucom is mentioned in neither GENERIC nor NOTES. Must be > > pretty new, I guess. Works like a charm, though. > > I believe it can be found in NOTES under /usr/src/sys/conf, not > /usr/src/sys/i386/conf. You're correct. I guess I understand why they split NOTES up, but it sure makes it a PITA to figure out what options are available ;) -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 13:13:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F337D16A41F for ; Mon, 5 Sep 2005 13:13:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8236A43D49 for ; Mon, 5 Sep 2005 13:13:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j85DC2Oh039455; Mon, 5 Sep 2005 08:12:22 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431C4417.6090406@daleco.biz> Date: Mon, 05 Sep 2005 08:11:51 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "James Bowman Sineath, III" References: <001b01c5b1b0$1974c290$6601a8c0@GRANT> <000701c5b1b5$c2809210$e697e19b@IBMTWAQPEF2DWZ> In-Reply-To: <000701c5b1b5$c2809210$e697e19b@IBMTWAQPEF2DWZ> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Grant Peel , freebsd-questions@freebsd.org Subject: Re: IPFW lockout. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 13:13:56 -0000 James Bowman Sineath, III wrote: >> Hi all, >> >> I have a small problem on one of my dev boxes. I have a bod bootup >> ipfw rulset and I find myself locked out of the machine. >> >> There will be a technician at the NOC on Tuesday that will be able >> to assist me. >> >> My question is: Will he/she be able to simply reboot, logon as root >> as normal? >> >> - and then - >> >> disable IPFW in rc.conf ... or will the loopback rule not being >> present cause more mahem than I think it will? >> >> -Grant > > > He should be able to login without any problems. > > On another note, in the future whenever you make changes to your > system that could potentially lock you out, use crontab to disable > them after a short amount of time. For example, when I was > reconfiguring sshd, I crontab'ed 'killall sshd && sshd -f > /root/sshd_config_old' > and moved the default config file to my /root directory. Also when > playing > with my ipfw rules, I crontab'ed 'ipfw disable firewall' for every 15 > minutes > until I got it working the way I wanted too. > > Be VERY careful with this though. Don't use it and then forget to remove > the lines from your /etc/crontab. Remove them as soon as you get it > configured the way you want too. This is obviously a serious security > risk, so don't use it very often. If you are worried about disabling your > firewall, then create a small ipfw script to deny all connections except > from your IP address and crontab that instead of 'ipfw disable firewall'. > Also keep in mind to enable your firewall again you will need to type > 'ipfw enable firewall'. See also /usr/share/examples/ipfw/change_rules.sh.... Kevin Kinsey. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 13:55:57 2005 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 26E2516A41F for ; Mon, 5 Sep 2005 13:55:57 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2A6743D58 for ; Mon, 5 Sep 2005 13:55:51 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.254.83] ([82.41.254.83]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 5 Sep 2005 14:56:39 +0100 Message-ID: <431C4E66.2070706@dial.pipex.com> Date: Mon, 05 Sep 2005 14:55:50 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050903 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: Bill Moran References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> <20050905081618.1364ab59.wmoran@potentialtech.com> <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> <20050905090554.20edf7db.wmoran@potentialtech.com> In-Reply-To: <20050905090554.20edf7db.wmoran@potentialtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Sep 2005 13:56:39.0366 (UTC) FILETIME=[A3521E60:01C5B221] Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 13:55:57 -0000 Bill Moran wrote: >You're correct. > >I guess I understand why they split NOTES up, but it sure makes it >a PITA to figure out what options are available ;) > > > % cat ../../conf/NOTES NOTES > LINT.mine It's not rocket science :) A better question is why the "make LINT" option insist on stripping every last comment from NOTES making it useless for use an anything other than a LINT kernel, when its primary use for most people was figuring out what options they could add to their kernels. Sure offended my POLA. --Alex From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 14:23:19 2005 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 997FC16A41F for ; Mon, 5 Sep 2005 14:23:19 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from internet.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E068C43D49 for ; Mon, 5 Sep 2005 14:23:18 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from localhost (24-53-250-148.pittpa.adelphia.net [24.53.250.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id AB37E69A4C; Mon, 5 Sep 2005 10:23:17 -0400 (EDT) Date: Mon, 5 Sep 2005 10:23:16 -0400 From: Bill Moran To: Alex Zbyslaw Message-Id: <20050905102316.3e0a8c79.wmoran@potentialtech.com> In-Reply-To: <431C4E66.2070706@dial.pipex.com> References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> <20050905081618.1364ab59.wmoran@potentialtech.com> <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> <20050905090554.20edf7db.wmoran@potentialtech.com> <431C4E66.2070706@dial.pipex.com> Organization: Potential Technologies X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 14:23:19 -0000 Alex Zbyslaw wrote: > Bill Moran wrote: > > >You're correct. > > > >I guess I understand why they split NOTES up, but it sure makes it > >a PITA to figure out what options are available ;) > > > > > > > % cat ../../conf/NOTES NOTES > LINT.mine > > It's not rocket science :) Not if you understand it. Apparently, there are machine independent and machine dependent NOTES files (one MI-NOTES, and a NOTES for each arch). I didn't realize this until I went looking, based on your message. But knowing that there's only 2 files that I need to investigate makes it a whole lot easier. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 14:26:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E58116A41F for ; Mon, 5 Sep 2005 14:26:26 +0000 (GMT) (envelope-from ben@spooty.net) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF8643D46 for ; Mon, 5 Sep 2005 14:26:25 +0000 (GMT) (envelope-from ben@spooty.net) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20050905142624.BWUN21883.mta07-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com> for ; Mon, 5 Sep 2005 15:26:24 +0100 Received: from [192.168.1.100] (really [82.23.1.73]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20050905142624.OIJR13593.aamta11-winn.ispmail.ntl.com@[192.168.1.100]> for ; Mon, 5 Sep 2005 15:26:24 +0100 From: Ben Paley To: FreeBSD Questions Date: Mon, 5 Sep 2005 15:26:22 +0100 User-Agent: KMail/1.8.2 References: <200509051036.41105.ben@spooty.net> <200509051124.33290.ben@spooty.net> <20050905105053.GA95178@slackbox.xs4all.nl> In-Reply-To: <20050905105053.GA95178@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051526.22644.ben@spooty.net> Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 14:26:26 -0000 On Monday 05 September 2005 11:50, Roland Smith wrote: > > $ pciconf -lv > > > > none5@pci3:1:2: class=0x080501 card=0x01881028 chip=0x08221180 rev=0x17 > > hdr=0x00 > > vendor = 'Ricoh Co Ltd' > > device = 'SD Bus Host Adapter' > > class = base peripheral > > > > Is that it? > > I think so. According to the following page, > http://www.math.ucla.edu/~jimc/insp6000/p-proc.html#sd it is a Ricoh > R5c576A chip. Looking at the Ricoh page for this chip, > http://www.ricoh.com/LSI/product_pcif/pcc/5c576a/ there seems to be no > programming info available. > > AFAICT, there is no Linux driver either, but someone seems to be working > on it: http://list.drzeus.cx/pipermail/wbsd-devel/2005-March/000261.html > You could try contacting this person to see how far his efforts have > come, and who the FreeBSD kernel developer is who is working on this. Thanks a lot for your advice - I shall follow it, even if it is slightly dispiriting. Perhaps I should learn C properly and start writing some drivers... :-) Cheers, Ben From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 14:28:36 2005 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 A8AA616A41F for ; Mon, 5 Sep 2005 14:28:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACA243D46 for ; Mon, 5 Sep 2005 14:28:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j85ESU4j023451; Mon, 5 Sep 2005 17:28:30 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j85ESUPc032114; Mon, 5 Sep 2005 17:28:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j85ESTkG032113; Mon, 5 Sep 2005 17:28:29 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Mon, 5 Sep 2005 17:28:29 +0300 From: Giorgos Keramidas To: Bill Moran Message-ID: <20050905142829.GA31253@orion.daedalusnetworks.priv> Mail-Followup-To: Bill Moran , Alex Zbyslaw , questions@freebsd.org References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> <20050905081618.1364ab59.wmoran@potentialtech.com> <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> <20050905090554.20edf7db.wmoran@potentialtech.com> <431C4E66.2070706@dial.pipex.com> <20050905102316.3e0a8c79.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050905102316.3e0a8c79.wmoran@potentialtech.com> Cc: questions@freebsd.org, Alex Zbyslaw Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 14:28:36 -0000 On 2005-09-05 10:23, Bill Moran wrote: > Not if you understand it. Apparently, there are machine independent > and machine dependent NOTES files (one MI-NOTES, and a NOTES for each > arch). Exactly! From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 14:34:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2840416A41F for ; Mon, 5 Sep 2005 14:34:39 +0000 (GMT) (envelope-from ben@spooty.net) Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C2943D48 for ; Mon, 5 Sep 2005 14:34:38 +0000 (GMT) (envelope-from ben@spooty.net) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20050905143437.HRSD23002.mta08-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com> for ; Mon, 5 Sep 2005 15:34:37 +0100 Received: from [192.168.1.100] (really [82.23.1.73]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20050905143437.MDTX29701.aamta12-winn.ispmail.ntl.com@[192.168.1.100]> for ; Mon, 5 Sep 2005 15:34:37 +0100 From: Ben Paley To: FreeBSD Questions Date: Mon, 5 Sep 2005 15:34:34 +0100 User-Agent: KMail/1.8.2 References: <200509051036.41105.ben@spooty.net> <200509051124.33290.ben@spooty.net> <20050905105053.GA95178@slackbox.xs4all.nl> In-Reply-To: <20050905105053.GA95178@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051534.35098.ben@spooty.net> Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 14:34:39 -0000 ...PS - Thanks not just for your advice, but for putting in the effort to find this stuff out - I wouldn't have known where to start! Thanks, Ben From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 14:57:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E451916A41F for ; Mon, 5 Sep 2005 14:57:43 +0000 (GMT) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4B843D46 for ; Mon, 5 Sep 2005 14:57:43 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 5 Sep 2005 10:57:36 -0400 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC22053531C0@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: postfix as nullclient on 5.4 Thread-Index: AcWx3tfSD/v1jFk7Tvy4cgfSY7i0MQASzwVw From: "Haulmark, Chris" To: "dave" , Cc: Subject: RE: postfix as nullclient on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 14:57:44 -0000 Someone broke the silence:=20 > Hello, > I've got a central mailserver, and four machines acting > as nullclients. > Their only job is to send the central server emails of cron > output. This > isn't working, logs on the clients show nothing, the message just > disappears, it's like it doesn't enter the queue. I'm > assuming i have a > configuration issue. Here's my config, i'd appreciate any > suggestions. Thanks. Dave. You didn't specific what the OS is for both 4 nullclients? Chris >=20 > main.cf: > queue_directory =3D /var/spool/postfix > command_directory =3D /usr/local/sbin > daemon_directory =3D /usr/local/libexec/postfix > mail_owner =3D postfix > default_privs =3D nobody > myhostname =3D host1.example.net > mydomain =3D example.net > myorigin =3D $myhostname > relayhost =3D mailserver.example.net > #alias_maps =3D hash:/usr/local/etc/postfix/aliases > #alias_database =3D hash:/usr/local/etc/postfix/aliases > sendmail_path =3D /usr/local/sbin/sendmail > newaliases_path =3D /usr/local/bin/newaliases > mailq_path =3D /usr/local/bin/mailq > setgid_group =3D maildrop > manpage_directory =3D /usr/local/man > sample_directory =3D /usr/local/etc/postfix > readme_directory =3D no > local_transport =3D error:local delivery on this system is disabled >=20 > master.cf: > # > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D #smtp inet n - = y - - =20 > smtpd #submission inet n - y - - smtpd > # -o smtpd_etrn_restrictions=3Dreject > # -o smtpd_client_restrictions=3Dpermit_sasl_authenticated,reject > #smtps inet n - y - - smtpd > # -o smtpd_tls_wrappermode=3Dyes -o smtpd_sasl_auth_enable=3Dyes > #submission inet n - y - - smtpd > # -o smtpd_etrn_restrictions=3Dreject > # -o smtpd_enforce_tls=3Dyes -o smtpd_sasl_auth_enable=3Dyes > #628 inet n - y - - qmqpd > pickup fifo n - y 60 1 pickup > cleanup unix n - y - 0 cleanup > qmgr fifo n - y 300 1 qmgr > #qmgr fifo n - y 300 1 oqmgr > #tlsmgr unix - - y 1000? 1 tlsmgr > rewrite unix - - y - - > trivial-rewrite > bounce unix - - y - 0 bounce > defer unix - - y - 0 bounce > trace unix - - y - 0 bounce > verify unix - - y - 1 verify > flush unix n - y 1000? 0 flush > #proxymap unix - - n - - proxymap > smtp unix - - y - - smtp > # When relaying mail as backup MX, disable fallback_relay to > avoid MX loops > #relay unix - - y - - smtp #-o > fallback_relay=3D # -o smtp_helo_timeout=3D5 -o > smtp_connect_timeout=3D5=20 > showq unix n - y - - showq > error unix - - y - - error > discard unix - - y - - discard > local unix - n n - - local > #virtual unix - n n - - virtual > #lmtp unix - - y - - lmtp > #anvil unix - - y - 1 anvil > #scache unix - - y - 1 scache >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:16:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8031C16A41F for ; Mon, 5 Sep 2005 15:16:22 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from mail.araneidae.co.uk (araneidae.co.uk [62.3.233.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C50F43D4C for ; Mon, 5 Sep 2005 15:16:19 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from saturn.araneidae.co.uk (localhost [127.0.0.1]) by mail.araneidae.co.uk (8.13.1/8.13.1) with ESMTP id j85FGEHT016994 for ; Mon, 5 Sep 2005 15:16:14 GMT (envelope-from michael@araneidae.co.uk) Received: from localhost (michael@localhost) by saturn.araneidae.co.uk (8.13.1/8.13.1/Submit) with ESMTP id j85FGDRg016991 for ; Mon, 5 Sep 2005 15:16:13 GMT (envelope-from michael@araneidae.co.uk) X-Authentication-Warning: saturn.araneidae.co.uk: michael owned process doing -bs Date: Mon, 5 Sep 2005 15:16:13 +0000 (GMT) From: Michael Abbott To: FreeBsd Questions Message-ID: <20050905151332.P16924@saturn.araneidae.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Hard disk 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, 05 Sep 2005 15:16:22 -0000 I'm having some very odd behaviour from one of my hard disks and I wonder what anybody makes of it. In brief, the hard disk in questions works just fine much of the time, but when high volume data transfers are requested I get the following in /var/log/messages: Sep 3 15:21:02 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - resetting Sep 3 15:21:02 saturn /kernel: ata3: resetting devices .. done Sep 3 15:21:12 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - resetting Sep 3 15:21:12 saturn /kernel: ata3: resetting devices .. done Sep 3 15:21:23 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - resetting Sep 3 15:21:23 saturn /kernel: ata3: resetting devices .. done Sep 3 15:21:33 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - resetting Sep 3 15:21:33 saturn /kernel: ad6: trying fallback to PIO mode Sep 3 15:21:33 saturn /kernel: ata3: resetting devices .. done Sep 3 15:21:43 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - resetting Sep 3 15:21:43 saturn /kernel: ata3: resetting devices .. ata3-slave: ATA identify retries exceeded Sep 3 15:21:43 saturn /kernel: done After this point the hard disk in question is frozen until I reboot, and any process that tries to touch it is similarly frozen (doesn't even respond to kill -9). `shutdown -r` is enough to restore operation, and the rest of the system seemed happy enough. Another interesting effect. I placed a replacement hard disk on the same ATA bus (as a slave, device ad7) and tried copying files from ad6 to ad7. This time when ad6 froze and the kerned decided to give up on ata3 (and so decided to disable ad7 at the same time, naturally enough) the entire system froze! No response from the console, stone cold dead, hard reset needed. So some questions seem to me to arise from this. 1. Why does FreeBSD handle this so ungracefully? If restarting is sufficient to bring ata3 back then can't the ata driver do a proper restart? 2. Goodness me, FreeBSD froze! I know it's a hardware failure, but still: it's on a auxillary ATA controller with no system files attached. Is this problem of general interest? It's certainly a massive hint to me not to consider (parallel) ATA for RAID! 3. Any thoughts on what is wrong with the hard disk in question? I've changed ATA controllers, so it seems to be the disk, not the controller. The behaviour is very odd. If I copy files off one at a time, eg using: find . -type f -exec cp {} "$TARGET/"{} \; -exec echo -n '.' \; the disk seems to hang in there, but if I just do cp -R . "$TARGET" then it freezes! (This statement may not have been thoroughly tested: having to restart each time gets old quite quickly.) Ok, now for the boring bits. $ uname -a FreeBSD saturn.araneidae.co.uk 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #6: Sat Aug 27 16:33:58 GMT 2005 root@saturn.araneidae.co.uk:/usr/obj/usr/src/sys/GENERIC i386 $ dmesg | grep ata atapci0: port 0xa000-0xa0ff,0x9c00-0x9c03,0x9800-0x9807,0x9400-0x9403,0x9000-0x9007 irq 12 at device 11.0 on pci0 ata2: at 0x9000 on atapci0 ata3: at 0x9800 on atapci0 atapci1: port 0xa800-0xa80f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci1 ata1: at 0x170 irq 15 on atapci1 atapci2: port 0xc400-0xc4ff,0xc000-0xc003,0xbc00-0xbc07,0xb800-0xb803,0xb400-0xb407 irq 10 at device 19.0 on pci0 ata4: at 0xb400 on atapci2 ata5: at 0xbc00 on atapci2 ad0: 39083MB [79408/16/63] at ata0-master UDMA100 ad1: 190782MB [387621/16/63] at ata0-slave UDMA133 ad4: 76319MB [155061/16/63] at ata2-master UDMA100 ad6: 76319MB [155061/16/63] at ata3-master UDMA100 acd0: DVD-ROM at ata1-master PIO4 $ sudo atacontrol cap ata3 0 ATA channel 3, Master, device ad6: ATA/ATAPI revision 5 device model ST380021A serial number 3HV0MYL9 firmware revision 3.10 cylinders 16383 heads 16 sectors/track 63 lba supported 156301488 sectors lba48 not supported dma supported overlap not supported Feature Support Enable Value Vendor write cache yes yes read ahead yes yes dma queued no no 0/00 SMART yes no microcode download yes yes security yes no power management yes yes advanced power management no no 65278/FEFE automatic acoustic management yes yes 128/80 128/80 $ That's everything I can think of. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:28:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B9BB16A41F for ; Mon, 5 Sep 2005 15:28:06 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from 163.com (bj44-206.i.netease.com [202.108.44.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 0031A43D45 for ; Mon, 5 Sep 2005 15:27:57 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from yuanjue.nc6000.org (unknown [59.66.138.109]) by smtp3 (Coremail) with SMTP id GkCw3ehjHENQsekB.1 for ; Mon, 05 Sep 2005 23:27:36 +0800 (CST) X-Originating-IP: [59.66.138.109] From: Yuan Jue Organization: TsingHua Univ. To: Giorgos Keramidas Date: Mon, 5 Sep 2005 23:31:14 +0800 User-Agent: KMail/1.8.2 References: <431A44E3.70909@multideck.com> <200509040931.21436.yuanjue122@163.com> <20050904042052.GB8395@gothmog.gr> In-Reply-To: <20050904042052.GB8395@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509052331.14270.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: Reinstalling the standard boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:28:06 -0000 On Sunday 04 September 2005 12:20, Yuan Jue wrote: > On 2005-09-04 09:31, Yuan Jue wrote: > > On Sunday 04 September 2005 08:53, Yuan Jue wrote: > > > boot0cfg -v -B /dev/ad0 > > > > when doing this, I got a message: > > boot0cfg: write_mbr: /dev/ad0: No such file or directory > > I use it as root and my disk is ad0. What did I do wrong? > > Check that: > > a) you are not running this inside a jail (/dev/ad0 may not be > visible inside a jail) sorry, but how to check that I'm not inside a jail? Could you give me some clues? > > b) ad0 is really the disk, and not ad1 or something else > I am pretty sure that is ad0. Since I only install FreeBSD5.4 in my laptop, and let it use the entire disk. I can use the sysinstall->fdisk to make sure that the disk is ad0s1, since I use entire of it. > If that fails to uncover the cause of the error, then run truss or > ktrade on boot0cfg and send me the dump. -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:30:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 977C516A41F for ; Mon, 5 Sep 2005 15:30:25 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from mail.icantfocus.com (adsl-65-42-59-33.dsl.akrnoh.ameritech.net [65.42.59.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778C943D58 for ; Mon, 5 Sep 2005 15:30:21 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from [192.168.10.247] (unknown [10.10.20.73]) by mail.icantfocus.com (Postfix) with ESMTP id E737523770 for ; Mon, 5 Sep 2005 11:06:04 -0400 (EDT) Message-ID: <431C6489.6070204@chrislaco.com> Date: Mon, 05 Sep 2005 11:30:17 -0400 From: "Christopher H. Laco" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBsd Questions Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms010205010403090501020402" Subject: mysql-server.sh script from ports kills multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: claco@chrislaco.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:30:25 -0000 This is a cryptographically signed message in MIME format. --------------ms010205010403090501020402 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have a week old FreeBSD 5.4-STABLE install. I had installed MySQL 4.0 form ports which installed the user and mysql-server.sh in rc.d. I've added mysql_enable="YES" to rc.conf. When I reboot, this script forces the server to stay in single-user mode. Hitting CTRL-D gets me into multi-user mode. THat's not so good for remote reboots. Remobing the execute perm from mysql-server.sh allows reboots to go completely into multi-user mode. Someone else has to have had the same problem with the port install. Anyone? -=Chris --------------ms010205010403090501020402 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII8TCC AtMwggI8oAMCAQICAw37vjANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwMjA3MTc0NDM3WhcNMDYwMjA3MTc0NDM3 WjBFMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSIwIAYJKoZIhvcNAQkBFhNj bGFjb0BjaHJpc2xhY28uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOzj 4xFQtv4Fjr44h4AmlOTqOYw4PM80JgQrIhCQpJlQQgr+gltu+HqCdkU+8nO+MjTOSgDH98Vx t0GK7Y7uZkwPkYM+av/RQf37y7QMPlrQiBJcKb1TYa1yWijjdvwOpEB1RSnEBtKKXN/Yc6WF kV/mRGpCKoaxCC6YeBr4uWXXduz6KOR4RLBE3+EmxzUeGwPulHmS/evmPkt2Z7O/AVx2y1zW zng76M1mftCw9dI7nob1F9xhIjdHEbjivysFNFmqqH0HDwkcM/VgXoU5pQNNzkglwN22MlDH 6ZylE6fCLHzzIh+1t5wdFmN+YtvemhuxO6puVuSsngJaQXBHvwIDAQABozAwLjAeBgNVHREE FzAVgRNjbGFjb0BjaHJpc2xhY28uY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQAD gYEAaxPn+huyClyf0rU/gPmK9pqb9TSWPjxSpXhXDA9rweZiDM7kapY+s+gYQWsN2aS0Aeaz ugPigDLVcFejf4ZxZKIKfuj05rIFC0HYg9mE6rQE8PPJP1y8Ln8Nttr6uLBKBxgPTz26sOQP k+kfFo1su7WSJk5DHHcnIplfPHew+NYwggLTMIICPKADAgECAgMN+74wDQYJKoZIhvcNAQEE BQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1 MDIwNzE3NDQzN1oXDTA2MDIwNzE3NDQzN1owRTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWls IE1lbWJlcjEiMCAGCSqGSIb3DQEJARYTY2xhY29AY2hyaXNsYWNvLmNvbTCCASIwDQYJKoZI hvcNAQEBBQADggEPADCCAQoCggEBAMDs4+MRULb+BY6+OIeAJpTk6jmMODzPNCYEKyIQkKSZ UEIK/oJbbvh6gnZFPvJzvjI0zkoAx/fFcbdBiu2O7mZMD5GDPmr/0UH9+8u0DD5a0IgSXCm9 U2Gtcloo43b8DqRAdUUpxAbSilzf2HOlhZFf5kRqQiqGsQgumHga+Lll13bs+ijkeESwRN/h Jsc1HhsD7pR5kv3r5j5LdmezvwFcdstc1s54O+jNZn7QsPXSO56G9RfcYSI3RxG44r8rBTRZ qqh9Bw8JHDP1YF6FOaUDTc5IJcDdtjJQx+mcpROnwix88yIftbecHRZjfmLb3pobsTuqblbk rJ4CWkFwR78CAwEAAaMwMC4wHgYDVR0RBBcwFYETY2xhY29AY2hyaXNsYWNvLmNvbTAMBgNV HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAGsT5/obsgpcn9K1P4D5ivaam/U0lj48UqV4 VwwPa8HmYgzO5GqWPrPoGEFrDdmktAHms7oD4oAy1XBXo3+GcWSiCn7o9OayBQtB2IPZhOq0 BPDzyT9cvC5/Dbba+riwSgcYD089urDkD5PpHxaNbLu1kiZOQxx3JyKZXzx3sPjWMIIDPzCC AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3Vs dGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UE AxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25h bC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqG SIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/ DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+ K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIG A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUu Y29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQi MCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBI jNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZ foSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfj ViF4gtwhGTXeJLHTHUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwOTA1MTUzMDE3WjAjBgkqhkiG 9w0BCQQxFgQUJOqeUSLJD0TSrDWVpDQgPVFuR1AwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG 9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcN AwICASgweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECAw37vjB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wDQYJKoZIhvcNAQEBBQAEggEA TDHY6Y0R8LjZkjD5iPLhIAWuKF7mY1zM3EzxP0ndVXXYaD4wUBHzDi9UvAA695Zt7I5iWEnX qnQkG1HuKnt9era8BX7JwMz4fjE/tzhdqGQtOQ1YyMvxozBX7ifoEDnICURDDkiEAhf1pdP5 7sMI2jw+BevjEAre+rR+fcJvxKux1ar2o9e4Dkc7427CymmHsLhGfhCS17aq4i1pheaE2Zr0 IjcS0SlipHCmrhVEJoLUXE79ByDNQhnoeYp7OMuxy7KL7t0iuBD1dYCRmSpiSxt2Kj5TZx8U xhv4GYrkb4q9uM31UaE7WykMuG2KqQxDQDGLL6OykI5z00CdOHpteAAAAAAAAA== --------------ms010205010403090501020402-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:37:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD6A16A41F for ; Mon, 5 Sep 2005 15:37:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04D5E43D48 for ; Mon, 5 Sep 2005 15:37:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j85FbL1r001698; Mon, 5 Sep 2005 18:37:22 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j85FbL2D069228; Mon, 5 Sep 2005 18:37:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j85FbHmN069227; Mon, 5 Sep 2005 18:37:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Mon, 5 Sep 2005 18:37:17 +0300 From: Giorgos Keramidas To: Yuan Jue Message-ID: <20050905153716.GA69211@orion.daedalusnetworks.priv> Mail-Followup-To: Yuan Jue , freebsd-questions@freebsd.org References: <431A44E3.70909@multideck.com> <200509040931.21436.yuanjue122@163.com> <20050904042052.GB8395@gothmog.gr> <200509052331.14270.yuanjue122@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509052331.14270.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: Reinstalling the standard boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:37:28 -0000 On 2005-09-05 23:31, Yuan Jue wrote: >> b) ad0 is really the disk, and not ad1 or something else > > I am pretty sure that is ad0. Then it's weird that /dev doesn't have a /dev/ad0 device. What do you have mounted as your root device? # mount What do you see by: # ls -l /dev/ad* From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:46:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5393116A42F for ; Mon, 5 Sep 2005 15:46:48 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from 163.com (bj44-205.i.netease.com [202.108.44.205]) by mx1.FreeBSD.org (Postfix) with SMTP id CAADD43D49 for ; Mon, 5 Sep 2005 15:46:45 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from yuanjue.nc6000.org (unknown [59.66.138.109]) by smtp2 (Coremail) with SMTP id GYCFOEtoHEOnfVkB.1 for ; Mon, 05 Sep 2005 23:46:20 +0800 (CST) X-Originating-IP: [59.66.138.109] From: Yuan Jue Organization: TsingHua Univ. To: Giorgos Keramidas Date: Mon, 5 Sep 2005 23:50:37 +0800 User-Agent: KMail/1.8.2 References: <431A44E3.70909@multideck.com> <200509052331.14270.yuanjue122@163.com> <20050905153716.GA69211@orion.daedalusnetworks.priv> In-Reply-To: <20050905153716.GA69211@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509052350.37626.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: Reinstalling the standard boot manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:46:48 -0000 On Monday 05 September 2005 23:37, Yuan Jue wrote: > On 2005-09-05 23:31, Yuan Jue wrote: > >> b) ad0 is really the disk, and not ad1 or something else > > > > I am pretty sure that is ad0. > > Then it's weird that /dev doesn't have a /dev/ad0 device. What do you > have mounted as your root device? > > # mount > > What do you see by: > > # ls -l /dev/ad* YuanJue@/dev$ ls -l ad* crw-r----- 1 root operator 4, 10 Sep 5 18:05 ad0 crw-r----- 1 root operator 4, 11 Sep 5 18:05 ad0s1 crw-r----- 1 root operator 4, 12 Sep 6 02:05 ad0s1a crw-r----- 1 root operator 4, 13 Sep 5 18:05 ad0s1b crw-r----- 1 root operator 4, 14 Sep 5 18:05 ad0s1c crw-r----- 1 root operator 4, 15 Sep 6 02:05 ad0s1d crw-r----- 1 root operator 4, 16 Sep 6 02:05 ad0s1e crw-r----- 1 root operator 4, 17 Sep 6 02:05 ad0s1f that is what I got :( -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:53:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2738F16A41F for ; Mon, 5 Sep 2005 15:53:21 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA45643D45 for ; Mon, 5 Sep 2005 15:53:20 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMC005FVPGVMAH0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 10:53:20 -0500 (CDT) Date: Mon, 05 Sep 2005 11:53:18 -0400 From: WOB In-reply-to: <20050905081139.GA1378@gothmog.gr> To: Giorgos Keramidas Message-id: <431C69EE.9070907@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <431BA793.9080504@verizon.net> <20050905081139.GA1378@gothmog.gr> User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Cc: freebsd-questions@freebsd.org Subject: Re: what tweaks for stable-supfile in RELENG_6 ? (update after initial install) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:53:21 -0000 Hi Giorgos, >>For 6.0-Beta3, I plan to only change to RELENG_6, like this: >> >> nano -w stable-supfile >> host = cvsup10.FreeBSD.org >> *default release=cvs tag=RELENG_6 >> ports-all tag=. >> doc-all tag=. >> >> > >You're not getting any of the "source" collections this way and you have >unnecessarily trimmed useful defaults. > > That is actually just a snippet from my stable-supfile, those are just the lines that I changed. The file is otherwise the same as the one in the examples directory. I start with these commands: cd /usr/src cp /usr/share/examples/cvsup/stable-supfile . cp /usr/share/examples/cvsup/refuse . nano -w stable-supfile thanks! From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:54:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD8816A41F for ; Mon, 5 Sep 2005 15:54:34 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025CC43D49 for ; Mon, 5 Sep 2005 15:54:33 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id j85FsMp8030255; Mon, 5 Sep 2005 18:54:25 +0300 Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 5 Sep 05 18:54:25 +0300 Received: from SpoolDir by INFO (Mercury 1.48); 5 Sep 05 18:54:17 +0300 Received: from [192.168.1.2] (192.168.1.2) by raad.tartu.ee (Mercury 1.48) with ESMTP; 5 Sep 05 18:54:15 +0300 Message-ID: <431C6A28.6040808@raad.tartu.ee> Date: Mon, 05 Sep 2005 18:54:16 +0300 From: Toomas Aas User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuan Jue References: <200509031338.51807.yuanjue122@163.com> In-Reply-To: <200509031338.51807.yuanjue122@163.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Automount USB disk in FreeBSD with KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:54:34 -0000 Yuan Jue wrote: > As a frequently usb disk user, I really want to make things easier and more > comfortable for me to mount the usb disk whenever I need to use it. There is an article on this: http://ezine.daemonnews.org/200202/automounting.html Maybe you'll get it to work. I tried it myself once a couple of years ago and I just couldn't get it to work reliably. I admin several FreeBSD servers and all kinds of stuff you might expect to run on it: mail services, web services, ftp, database etc, and I don't think I'm particularily stupid when it comes to installing/configuring open source software. However, I just couldn't grasp the concepts behind this automounting stuff. Finally, when I quit trying to understand it and just blindly followed the article to the letter, I got it working somehow, but there were still issues (the details of which I've forgotten by now). Hope you have better luck. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:56:35 2005 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 65AC616A41F for ; Mon, 5 Sep 2005 15:56:35 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE9943D46 for ; Mon, 5 Sep 2005 15:56:33 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.254.83] ([82.41.254.83]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 5 Sep 2005 16:57:21 +0100 Message-ID: <431C6AB0.5030709@dial.pipex.com> Date: Mon, 05 Sep 2005 16:56:32 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050903 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: Bill Moran References: <20050903194236.7da253ba.wmoran@potentialtech.com> <200509041341.05026@harrymail> <20050905081618.1364ab59.wmoran@potentialtech.com> <48049.145.248.192.30.1125923128.squirrel@webmail.thilelli.net> <20050905090554.20edf7db.wmoran@potentialtech.com> <431C4E66.2070706@dial.pipex.com> <20050905102316.3e0a8c79.wmoran@potentialtech.com> In-Reply-To: <20050905102316.3e0a8c79.wmoran@potentialtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Sep 2005 15:57:21.0663 (UTC) FILETIME=[8010F0F0:01C5B232] Cc: questions@freebsd.org Subject: Re: USB-RS232 adapter in FreeBSD 5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:56:35 -0000 Bill Moran wrote: >Alex Zbyslaw wrote: > > > >>Bill Moran wrote: >> >> >> >>>You're correct. >>> >>>I guess I understand why they split NOTES up, but it sure makes it >>>a PITA to figure out what options are available ;) >>> >>> >>> >>> >>> >>% cat ../../conf/NOTES NOTES > LINT.mine >> >>It's not rocket science :) >> >> > >Not if you understand it. Apparently, there are machine independent >and machine dependent NOTES files (one MI-NOTES, and a NOTES for each >arch). > > Well, I "understood" it by looking in the Makefile in /usr/src/sys/i386/conf which contains a way of making the LINT kernel. Prior to building my first 5.4 kernel two months ago, I had no idea any of this had been done. I always made my (4.X and prior) kernels based on LINT (better comments), and when it wasn't there I went looking for it. --Alex From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:57:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EA2316A420 for ; Mon, 5 Sep 2005 15:57:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB5743D73 for ; Mon, 5 Sep 2005 15:57:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13119 invoked from network); 5 Sep 2005 13:45:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Sep 2005 13:45:55 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 07B0453; Mon, 5 Sep 2005 09:45:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: claco@chrislaco.com To: freebsd-questions@freebsd.org References: <4319F112.6050303@chrislaco.com> From: Lowell Gilbert Date: 05 Sep 2005 09:45:54 -0400 In-Reply-To: <4319F112.6050303@chrislaco.com> Message-ID: <44d5nnzkz1.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Won't go into multi-user mode 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, 05 Sep 2005 15:57:10 -0000 "Christopher H. Laco" writes: > I have a week old 5.4-STABLE install that absolutely refuses to boot > into multi-user mode after a restart. I get no errors in dmsg or in > /var/log/messages. It simply boots like normal, starts most things, > then stops at a bash prompt. Manually hitting CTRL-D fires off multi > user mode and everyone is happy. > > I've checked loader.conf and it's emtpy. I have no clue where to start > with this. Anyone have any idea where to start and troubleshoot this? FreeBSD doesn't even come with bash installed by default, so you need to look at your system's unique local configuration. Single-user mode won't give you a shell directly -- it prompts you for what shell you want to run -- so it doesn't sound like that either. Keep a closer eye on the console as you are booting, and post a more detailed description of what the system is telling you, and maybe we'll have a clearer idea of what to tell you. Good luck. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:57:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B1E16A422 for ; Mon, 5 Sep 2005 15:57:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 690EE43D60 for ; Mon, 5 Sep 2005 15:57:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 859 invoked from network); 5 Sep 2005 13:55:42 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Sep 2005 13:55:42 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C2E0774; Mon, 5 Sep 2005 09:55:41 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Vizion References: <200509041900.18483.vizion@vizion.occoxmail.com> From: Lowell Gilbert Date: 05 Sep 2005 09:55:41 -0400 In-Reply-To: <200509041900.18483.vizion@vizion.occoxmail.com> Message-ID: <448xybzkiq.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/pdflib Version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:57:22 -0000 Vizion writes: > I note that from > http://www.pdflib.com/products/pdflib/download/index > > there is a free version of: > > PDFlib-6.0.2-FreeBSD5.tar.gz > > Does anyone know if this a later version of /usr/ports/pdflib4 or is it an > entirely different product? > > In any case does anyone have any comments about this one and is there any > reason not to put a copy in the ports tree? It has a license that is pretty complicated to comply with, so the ports system won't include the distfile. Note that there is already a /usr/ports/print/pdflib which will get you a "lite" version of 6.0.2. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 15:59:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D5316A41F for ; Mon, 5 Sep 2005 15:59:20 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FCC43D6B for ; Mon, 5 Sep 2005 15:59:18 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6945 invoked from network); 5 Sep 2005 13:59:41 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Sep 2005 13:59:41 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 79A5E53; Mon, 5 Sep 2005 09:59:40 -0400 (EDT) Sender: lowell@be-well.ilk.org To: dave References: <004401c5b1de$43c09dc0$0200a8c0@satellite> From: Lowell Gilbert Date: 05 Sep 2005 09:59:40 -0400 In-Reply-To: <004401c5b1de$43c09dc0$0200a8c0@satellite> Message-ID: <444q8zzkc3.fsf@be-well.ilk.org> Lines: 34 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: postfix as nullclient on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 15:59:20 -0000 "dave" writes: > Hello, > I've got a central mailserver, and four machines acting as nullclients. > Their only job is to send the central server emails of cron output. This > isn't working, logs on the clients show nothing, the message just > disappears, it's like it doesn't enter the queue. I'm assuming i have a > configuration issue. Here's my config, i'd appreciate any suggestions. > Thanks. > Dave. > > main.cf: > queue_directory = /var/spool/postfix > command_directory = /usr/local/sbin > daemon_directory = /usr/local/libexec/postfix > mail_owner = postfix > default_privs = nobody > myhostname = host1.example.net > mydomain = example.net > myorigin = $myhostname > relayhost = mailserver.example.net > #alias_maps = hash:/usr/local/etc/postfix/aliases > #alias_database = hash:/usr/local/etc/postfix/aliases > sendmail_path = /usr/local/sbin/sendmail > newaliases_path = /usr/local/bin/newaliases > mailq_path = /usr/local/bin/mailq > setgid_group = maildrop > manpage_directory = /usr/local/man > sample_directory = /usr/local/etc/postfix > readme_directory = no > local_transport = error:local delivery on this system is disabled You need to specify a valid transport for that local_transport variable. See postconf(5) and the LOCAL_RECIPIENT_README file. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:01:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA0A16A41F for ; Mon, 5 Sep 2005 16:01:29 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from mail.icantfocus.com (adsl-65-42-59-33.dsl.akrnoh.ameritech.net [65.42.59.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23DF743D46 for ; Mon, 5 Sep 2005 16:01:29 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from [192.168.10.247] (unknown [10.10.20.73]) by mail.icantfocus.com (Postfix) with ESMTP id 2E61C23770 for ; Mon, 5 Sep 2005 11:37:13 -0400 (EDT) Message-ID: <431C6BD9.3010303@chrislaco.com> Date: Mon, 05 Sep 2005 12:01:29 -0400 From: "Christopher H. Laco" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> In-Reply-To: <44d5nnzkz1.fsf@be-well.ilk.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms030804020405030700040606" Subject: Re: Won't go into multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: claco@chrislaco.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:01:29 -0000 This is a cryptographically signed message in MIME format. --------------ms030804020405030700040606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lowell Gilbert wrote: > "Christopher H. Laco" writes: > > >>I have a week old 5.4-STABLE install that absolutely refuses to boot >>into multi-user mode after a restart. I get no errors in dmsg or in >>/var/log/messages. It simply boots like normal, starts most things, >>then stops at a bash prompt. Manually hitting CTRL-D fires off multi >>user mode and everyone is happy. >> >>I've checked loader.conf and it's emtpy. I have no clue where to start >>with this. Anyone have any idea where to start and troubleshoot this? > > > FreeBSD doesn't even come with bash installed by default, so you need > to look at your system's unique local configuration. Single-user mode > won't give you a shell directly -- it prompts you for what shell you > want to run -- so it doesn't sound like that either. > > Keep a closer eye on the console as you are booting, and post a more > detailed description of what the system is telling you, and maybe > we'll have a clearer idea of what to tell you. > > Good luck. > > See: mysql-server.sh script from ports kills multi-user mode It's the mysqlserver-start.sh script from mysql4 port thatis killing multi-user... I have no idea why. Disableing that starting scripts solves the problem..which defeats it's purpose. --------------ms030804020405030700040606 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII8TCC AtMwggI8oAMCAQICAw37vjANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwMjA3MTc0NDM3WhcNMDYwMjA3MTc0NDM3 WjBFMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSIwIAYJKoZIhvcNAQkBFhNj bGFjb0BjaHJpc2xhY28uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOzj 4xFQtv4Fjr44h4AmlOTqOYw4PM80JgQrIhCQpJlQQgr+gltu+HqCdkU+8nO+MjTOSgDH98Vx t0GK7Y7uZkwPkYM+av/RQf37y7QMPlrQiBJcKb1TYa1yWijjdvwOpEB1RSnEBtKKXN/Yc6WF kV/mRGpCKoaxCC6YeBr4uWXXduz6KOR4RLBE3+EmxzUeGwPulHmS/evmPkt2Z7O/AVx2y1zW zng76M1mftCw9dI7nob1F9xhIjdHEbjivysFNFmqqH0HDwkcM/VgXoU5pQNNzkglwN22MlDH 6ZylE6fCLHzzIh+1t5wdFmN+YtvemhuxO6puVuSsngJaQXBHvwIDAQABozAwLjAeBgNVHREE FzAVgRNjbGFjb0BjaHJpc2xhY28uY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQAD gYEAaxPn+huyClyf0rU/gPmK9pqb9TSWPjxSpXhXDA9rweZiDM7kapY+s+gYQWsN2aS0Aeaz ugPigDLVcFejf4ZxZKIKfuj05rIFC0HYg9mE6rQE8PPJP1y8Ln8Nttr6uLBKBxgPTz26sOQP k+kfFo1su7WSJk5DHHcnIplfPHew+NYwggLTMIICPKADAgECAgMN+74wDQYJKoZIhvcNAQEE BQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1 MDIwNzE3NDQzN1oXDTA2MDIwNzE3NDQzN1owRTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWls IE1lbWJlcjEiMCAGCSqGSIb3DQEJARYTY2xhY29AY2hyaXNsYWNvLmNvbTCCASIwDQYJKoZI hvcNAQEBBQADggEPADCCAQoCggEBAMDs4+MRULb+BY6+OIeAJpTk6jmMODzPNCYEKyIQkKSZ UEIK/oJbbvh6gnZFPvJzvjI0zkoAx/fFcbdBiu2O7mZMD5GDPmr/0UH9+8u0DD5a0IgSXCm9 U2Gtcloo43b8DqRAdUUpxAbSilzf2HOlhZFf5kRqQiqGsQgumHga+Lll13bs+ijkeESwRN/h Jsc1HhsD7pR5kv3r5j5LdmezvwFcdstc1s54O+jNZn7QsPXSO56G9RfcYSI3RxG44r8rBTRZ qqh9Bw8JHDP1YF6FOaUDTc5IJcDdtjJQx+mcpROnwix88yIftbecHRZjfmLb3pobsTuqblbk rJ4CWkFwR78CAwEAAaMwMC4wHgYDVR0RBBcwFYETY2xhY29AY2hyaXNsYWNvLmNvbTAMBgNV HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAGsT5/obsgpcn9K1P4D5ivaam/U0lj48UqV4 VwwPa8HmYgzO5GqWPrPoGEFrDdmktAHms7oD4oAy1XBXo3+GcWSiCn7o9OayBQtB2IPZhOq0 BPDzyT9cvC5/Dbba+riwSgcYD089urDkD5PpHxaNbLu1kiZOQxx3JyKZXzx3sPjWMIIDPzCC AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3Vs dGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UE AxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25h bC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqG SIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/ DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+ K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIG A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUu Y29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQi MCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBI jNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZ foSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfj ViF4gtwhGTXeJLHTHUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwOTA1MTYwMTI5WjAjBgkqhkiG 9w0BCQQxFgQUG59Q7LXQ10U0WXood0sCotwOzQIwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG 9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcN AwICASgweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECAw37vjB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wDQYJKoZIhvcNAQEBBQAEggEA cu/8HkfFMBqjd7vZCvahrOek2+S9tWS+oNX3cnInEXOft6ibY+cC6XnrrClFsMeh/gzfvvxi 7UU8T26MglnZq7ZpBX8/XUpJd3xxFYNX2UXWRkFQ445M3xTYeGV8VC7Ws7G+cJOHGUnzJYD0 LBlveKRsvwGxnbledSHui8flXHfU6IREly73F3EZppc3+55Cd6nH7Vs5Gf5ibKD9PKenRn1O e1RhsqKKRwpPLOHIe06PL0RJAhZ+EuZXlbQJbaeqdu98+A7GHDyt/VhCFHNUCaG0np0Zg51L SstHJx3+wSqkXLrskEbDmqOHJroavf5Xebw6tFiD0fyNkg4OeWZ1aAAAAAAAAA== --------------ms030804020405030700040606-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:03:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20BC016A420; Mon, 5 Sep 2005 16:03:18 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FD243D45; Mon, 5 Sep 2005 16:03:17 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Mon, 5 Sep 2005 18:03:16 +0200 Date: Mon, 5 Sep 2005 18:03:19 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Emanuel Strobl In-Reply-To: <200508252037.04779@harrymail> Message-ID: <20050905175143.M58682@beagle.kn.op.dlr.de> References: <200508251951.37319@harrymail> <35c231bf05082511101884faf@mail.gmail.com> <200508252037.04779@harrymail> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 05 Sep 2005 16:03:16.0337 (UTC) FILETIME=[5377E610:01C5B233] Cc: freebsd-current@freebsd.org, David Kirchner , freebsd-questions@freebsd.org Subject: Re: make ".if exists" problem/question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:03:18 -0000 On Thu, 25 Aug 2005, Emanuel Strobl wrote: ES>Am Donnerstag, 25. August 2005 20:10 CEST schrieb David Kirchner: ES>> On 8/25/05, Emanuel Strobl wrote: ES>> > Dear make gurus (bsd make, not gmake), ES>> > ES>> > it seems that make checks .if directives only at statrup. How can I ES>> > trigger a "reread"? ES>> > I have the problem that in one target I create a filetree, another ES>> > target checks if it exists, if not it creates itself again. Now it ES>> > works perfectly when I call the two targets both externally ES>> > (installcfworld installcfconfig) but when the internal higher ES>> > "install" gets to the installcfconfig target it fails! ES>> > I'm really desperate, I need to check this. Is this a nasty bug? ES>> ES>> This Makefile shows the problem: ES>> ES>> all: ES>> .if ! exists(./foobar) ES>> @echo foobar does not exist ES>> .endif ES>> touch foobar ES>> .if ! exists(./foobar) ES>> @echo foobar does not exist ES>> .endif ES>> ES>> If you run make in this directory, and foobar does not already exist ES>> beforehand: ES>> ES>> $ make ES>> foobar does not exist ES>> touch foobar ES>> foobar does not exist ES>> ES>> Looking at the make source, it appears that it maintains a cache for ES>> file lookups, and I don't see a way to have it flush the hash via some ES>> makefile command. I dunno if it is a bug but the man page does not ES>> mention a cache. ES>> ES>> I wonder if you'll have to start a separate make process for each ES>> stage of that target's handling. ES> ES>Thanks for your suggestion, you described exactly what I mean. So if ES>there's no way to flush the cache, it's IMHO a wrong behaviour and should ES>be considered as bug. ES>I'm not too experienced in make, so I don't know if I want to call sub ES>makes... ES>Do you have an idea whom to contact regarding the "bug"? You should think of .if and .for as "preprocessor directives". They are processed when make reads the makefile and builds the dependency graph. If you need something more dynamic you must use either a shell line: foo: if [ -f baz ] ; then ... or go with sub-makes. Generally you don't want to use .if to check for a file that your makefile creates. In this case you just should use make itself. Given that the tree you need to have is named 'tree' do something like: installcfworld: tree ... installcfconfig: tree ... tree: mkdir tree ... harti From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:03:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC47916A469 for ; Mon, 5 Sep 2005 16:03:33 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id D472343D46 for ; Mon, 5 Sep 2005 16:03:32 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j85G3U7S066850; Mon, 5 Sep 2005 18:03:30 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 6C3EA6444; Mon, 5 Sep 2005 18:03:30 +0200 (CEST) Date: Mon, 5 Sep 2005 18:03:30 +0200 From: Roland Smith To: Ben Paley Message-ID: <20050905160330.GB99602@slackbox.xs4all.nl> Mail-Followup-To: Ben Paley , FreeBSD Questions References: <200509051036.41105.ben@spooty.net> <200509051124.33290.ben@spooty.net> <20050905105053.GA95178@slackbox.xs4all.nl> <200509051526.22644.ben@spooty.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <200509051526.22644.ben@spooty.net> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Questions Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:03:34 -0000 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 05, 2005 at 03:26:22PM +0100, Ben Paley wrote: > > > Is that it? > > > > I think so. According to the following page, > > http://www.math.ucla.edu/~jimc/insp6000/p-proc.html#sd it is a Ricoh > > R5c576A chip. Looking at the Ricoh page for this chip, > > http://www.ricoh.com/LSI/product_pcif/pcc/5c576a/ there seems to be no > > programming info available. > > > > AFAICT, there is no Linux driver either, but someone seems to be working > > on it: http://list.drzeus.cx/pipermail/wbsd-devel/2005-March/000261.html > > You could try contacting this person to see how far his efforts have > > come, and who the FreeBSD kernel developer is who is working on this. >=20 > Thanks a lot for your advice - I shall follow it, even if it is slightly= =20 > dispiriting. Perhaps I should learn C properly and start writing some=20 > drivers... :-) Not that I want to discourage you, but that seems like a tall order. Apart from knowing C, you'd have to get familiar with the FreeBSD kernel and writing device drivers. I guess a driver for an SD card reader should be similar to the USB umass(4) driver. It should also handle disks by using the CAM transport layer and da(4) devices. If you are serious about writing a driver, I would recommend reading "The Design and Implementation of the FreeBSD Operating System" by McKusick and Neville-Neil. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDHGxSEnfvsMMhpyURAvliAJ9spOVki6e+kZXpJmvlhVRf8/djNQCfUFJM BqOUtmjYEfjGtF0rLaDDWso= =GNTQ -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:05:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDB516A420 for ; Mon, 5 Sep 2005 16:05:29 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66DE443D48 for ; Mon, 5 Sep 2005 16:05:17 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id CC1E26266 for ; Mon, 5 Sep 2005 11:05:16 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02589-04 for ; Mon, 5 Sep 2005 11:05:15 -0500 (CDT) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 00CB1621F for ; Mon, 5 Sep 2005 11:05:13 -0500 (CDT) Message-ID: <431C6CB9.8010001@makeworld.com> Date: Mon, 05 Sep 2005 11:05:13 -0500 From: Chris User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050904) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - Isn't it ironic Subject: Bootable Key drives X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: racerx@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:05:29 -0000 Are there any urls where I can read up on creating a bootable/useabel FBSD system on my key drive? -- Best regards, Chris Don't smoke in bed - the ashes on the floor might be your own. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:08:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A14216A41F for ; Mon, 5 Sep 2005 16:08:18 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd2mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91AE043D45 for ; Mon, 5 Sep 2005 16:08:17 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMC001QRQ5Q31D0@l-daemon> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 10:08:14 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMC001ZAQ5PJD50@pd2mr4so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 10:08:14 -0600 (MDT) Received: from s0106000d87ae2db6.gv.shawcable.net (S0106000d87ae2db6.gv.shawcable.net [24.108.128.113]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMC001WAQ5O03@l-daemon> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 10:08:13 -0600 (MDT) Date: Mon, 05 Sep 2005 09:09:43 -0700 From: David Armour In-reply-to: <20050905120036.E99C016A41F@hub.freebsd.org> To: freebsd-questions@freebsd.org, Vizion , Garrett Cooper , Yuan Jue Message-id: <200509050909.45093.dfarmour@myrealbox.com> Organization: dfarmour.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20050905120036.E99C016A41F@hub.freebsd.org> User-Agent: KMail/1.8.2 Cc: Subject: Re: firefox portupgrade failure to compile, requested error listings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:08:18 -0000 hello list! > 5. Re: freebsd-questions Digest, Vol 110, Issue 20 (David Armour) > Message: 5 WAS: * Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade84798.26 make > > From: Vizion > > What were the lines before: > > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > ... unfortunately, i only clipped the lines i did, trying to keep my > message as short as possible. doh! i'm not sure where to locate the as i was waking up this morning, the thought that i could just as easily re-run the portupgrade firefox command that produced the error occurred... so i was delighted to see garrett cooper's recommendation to do so, further along in this digest. (Message 15. thanks garrett!) the (several) lines before 'gmake[1]: In file included from nsDNSService2.h:40, from nsDNSService2.cpp:38: nsHostResolver.h:95: error: ISO C++ forbids declaration of `PRAddrInfo' with no type nsHostResolver.h:95: error: expected `;' before '*' token nsHostResolver.h: In member function `PRBool nsHostRecord::HasResult() const': nsHostResolver.h:99: error: `addr_info' undeclared (first use this function) nsHostResolver.h:99: error: (Each undeclared identifier is reported only once for each function it appears in.) nsHostResolver.h: At global scope: nsHostResolver.h:209: error: `PRAddrInfo' has not been declared nsHostResolver.h:209: error: ISO C++ forbids declaration of `parameter' with no type nsDNSService2.cpp: In member function `virtual nsresult nsDNSRecord::GetCanonicalName(nsACString&)': nsDNSService2.cpp:95: error: 'class nsDerivedSafe' has no member named 'addr_info' nsDNSService2.cpp:96: error: 'class nsDerivedSafe' has no member named 'addr_info' nsDNSService2.cpp:96: error: `PR_GetCanonNameFromAddrInfo' undeclared (first use this function) nsDNSService2.cpp: In member function `virtual nsresult nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)': nsDNSService2.cpp:112: error: 'class nsDerivedSafe' has no member named 'addr_info' nsDNSService2.cpp:113: error: 'class nsDerivedSafe' has no member named 'addr_info' nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo' undeclared (first use this function) nsDNSService2.cpp: In member function `PRUint16 nsDNSService::GetAFForLookup(const nsACString&)': nsDNSService2.cpp:528: error: `PR_AF_UNSPEC' undeclared (first use this function) gmake[4]: *** [nsDNSService2.o] Error 1 gmake[4]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/dns/src' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk/dns' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/netwerk' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade40821.26 make ** Fix the problem and try again. ---> Build of www/firefox ended at: Mon, 05 Sep 2005 07:59:57 -0700 (consumed 00:13:36) ---> Upgrade of www/firefox ended at: Mon, 05 Sep 2005 07:59:57 -0700 (consumed 00:13:36) ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) - lang/perl5.8 (perl-5.8.7) - converters/libiconv (libiconv-1.9.2_1) - graphics/jpeg (jpeg-6b_3) - devel/gettext (gettext-0.14.5) - devel/pkgconfig (pkgconfig-0.17.2) - textproc/libxml2 (libxml2-2.6.20_1) - print/freetype2 (freetype2-2.1.10_1) - graphics/png (png-1.2.8_2) - devel/glib20 (glib-2.6.6) - accessibility/atk (atk-1.9.1) - graphics/tiff (tiff-3.7.3) - devel/libIDL (libIDL-0.8.6) - textproc/expat2 (expat-1.95.8_3) - x11-fonts/fontconfig (fontconfig-2.2.3,1) - x11/xorg-libraries (xorg-libraries-6.8.2) - misc/hicolor-icon-theme (hicolor-icon-theme-0.5) - devel/popt (popt-1.7) - x11-fonts/libXft (libXft-2.1.7) - devel/desktop-file-utils (desktop-file-utils-0.10_2) - misc/gnomehier (gnomehier-2.0_7) - misc/shared-mime-info (shared-mime-info-0.16_1) - x11-fonts/bitstream-vera (bitstream-vera-1.10_1) - x11-fonts/xorg-fonts-encodings (xorg-fonts-encodings-6.8.2) - x11-fonts/xorg-fonts-truetype (xorg-fonts-truetype-6.8.2) - x11-toolkits/pango (pango-1.8.2) - x11-toolkits/gtk20 (gtk-2.6.10_1) ! www/firefox (firefox-1.0.4,1) (compiler error) ---> Packages processed: 0 done, 26 ignored, 0 skipped and 1 failed ---> Session ended at: Mon, 05 Sep 2005 07:59:57 -0700 (consumed 00:13:48) HTH. apologies if i've padded out this too much. i have virtually no idea what any of the stuff that fills the screen for 13:48 minutes means. > file that all those screens of garbled text goes to either. i looked > in /var/log, but i couldn't see anything that looked likely. any idea > where i could find the file? i'm still interested in learning where the system might be storing those screensfull, if at all, for future reference. > (i tried, successfully, to update the portupgrade port, after posting > my question. but the firefox port upgrade, subsequently, still > refused to compile.) still true this morning, obviously. although Yuan Jue's message [Message: 6] suggests a possible workaround... thanks Yuan! > Have you upgraded the nspr port? I have almost the same problem when > I didn't upgrade it to the newest version. without your message, i wouldn't have noticed nspr needs updating on my pkg_version listing. what does it do? i'll try updating it and see what happens. thanks again. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:18:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C476216A41F; Mon, 5 Sep 2005 16:18:16 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D92143D45; Mon, 5 Sep 2005 16:18:15 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050905161816.SLSE2425.lakecmmtao05.coxmail.com@dns1>; Mon, 5 Sep 2005 12:18:16 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Mon, 5 Sep 2005 09:14:05 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509050914.05663.vizion@vizion.occoxmail.com> Cc: ale@FreeBSD.org Subject: mysql compile report X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:18:16 -0000 Hi Compile of mysql-5.0.11-beta from ports dns1# make WITH_OPENSSL=yes WITH_LINUXTHREADS=yes BUILD_OPTIMIZED=yes WITH_NDB=yes gives following: configure: WARNING: semaphore.h: present but cannot be compiled configure: WARNING: semaphore.h: check for missing prerequisite headers? configure: WARNING: semaphore.h: see the Autoconf documentation configure: WARNING: semaphore.h: section "Present But Cannot Be Compiled" configure: WARNING: semaphore.h: proceeding with the preprocessor's result configure: WARNING: semaphore.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## I have a kept log copy of the compiler standard output if it is needed david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:19:20 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.ORG Delivered-To: FreeBSD-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F44D16A41F for ; Mon, 5 Sep 2005 16:19:20 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: from smtp1.versatel.nl (smtp1.versatel.nl [62.58.50.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF1D43D62 for ; Mon, 5 Sep 2005 16:19:15 +0000 (GMT) (envelope-from frankstaals@gmx.net) Received: (qmail 8139 invoked by uid 0); 5 Sep 2005 16:19:14 -0000 Received: from unknown (HELO [192.168.2.5]) ([62.59.173.176]) (envelope-sender ) by smtp1.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 5 Sep 2005 16:19:14 -0000 Message-ID: <431C701D.3090303@gmx.net> Date: Mon, 05 Sep 2005 18:19:41 +0200 From: Frank Staals User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050521) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-questions@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Sendmail with SASL2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:19:20 -0000 Recently I recompiled my system and installed a mailserver according to this ( http://www.puresimplicity.net/~hemi/freebsd/sendmail.html ) howto. So far everything seemed to work. I can read my mail and I can send mail from the server itself. But when I try to send e-mail from my laptop when using my mailserver as smtp server it won't send the e-mail. As a client I am using Thunderbird 1.0.6 smtp settings are: server: fstaals.net port: 25 user: frank security: TLS if available when sending an e-mail I am prompted for my password, but when I enter it my send is denied. At my server I can see this: Sept 5 18:09:36 FStaals sendmail[67103] : no user in db Sept 5 18:09:36 FStaals sendmail[67103] : no secret in database the weird thing is that it does accept my user and pass when I try to read my mail from the server. And in /usr/local/lib/sasl2/Sendmail.conf is set it should use my systems password file: root@FStaals# cat /usr/local/lib/sasl2/Sendmail.conf pwcheck_method: saslauthd The problem is the same when connecting on the smtps port ( 465 ) with thunderbird. What should I do now ? My user does exist on the sytem, but I don't know why imap-uw // Sasl recognises it when I try reading my mail but Sendmail // Sasl doesn't when trying to send a message. What am I doing wrong ? -- -Frank Staals From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:30:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0960516A41F for ; Mon, 5 Sep 2005 16:30:39 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from 163.com (bj44-212.i.netease.com [202.108.44.212]) by mx1.FreeBSD.org (Postfix) with SMTP id B437743D45 for ; Mon, 5 Sep 2005 16:30:37 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from yuanjue.nc6000.org (unknown [59.66.138.109]) by smtp4 (Coremail) with SMTP id FkACwZhyHEOIVcIE.1 for ; Tue, 06 Sep 2005 00:30:23 +0800 (CST) X-Originating-IP: [59.66.138.109] From: Yuan Jue Organization: TsingHua Univ. To: David Armour Date: Tue, 6 Sep 2005 00:34:33 +0800 User-Agent: KMail/1.8.2 References: <20050905120036.E99C016A41F@hub.freebsd.org> <200509050909.45093.dfarmour@myrealbox.com> In-Reply-To: <200509050909.45093.dfarmour@myrealbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509060034.33549.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: firefox portupgrade failure to compile, requested error listings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:30:39 -0000 On Tuesday 06 September 2005 00:09, Yuan Jue wrote: > hello list! > > > 5. Re: freebsd-questions Digest, Vol 110, Issue 20 (David Armour) > > Message: 5 WAS: * Command failed [exit code 1]: /usr/bin/script -qa > > > > > /tmp/portupgrade84798.26 make > > > > > > From: Vizion > > > > > > What were the lines before: > > > >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > > > > ... unfortunately, i only clipped the lines i did, trying to keep my > > message as short as possible. doh! i'm not sure where to locate the > > as i was waking up this morning, the thought that i could just as easily > re-run the portupgrade firefox command that produced the error > occurred... so i was delighted to see garrett cooper's recommendation > to do so, further along in this digest. (Message 15. thanks garrett!) > > the (several) lines before 'gmake[1]: > > In file included from nsDNSService2.h:40, > from nsDNSService2.cpp:38: > nsHostResolver.h:95: error: ISO C++ forbids declaration of `PRAddrInfo' > with no type > nsHostResolver.h:95: error: expected `;' before '*' token > nsHostResolver.h: In member function `PRBool nsHostRecord::HasResult() > const': > nsHostResolver.h:99: error: `addr_info' undeclared (first use this > function) > nsHostResolver.h:99: error: (Each undeclared identifier is reported only > once for each function it appears in.) > nsHostResolver.h: At global scope: > nsHostResolver.h:209: error: `PRAddrInfo' has not been declared > nsHostResolver.h:209: error: ISO C++ forbids declaration of `parameter' > with no type > nsDNSService2.cpp: In member function `virtual nsresult > nsDNSRecord::GetCanonicalName(nsACString&)': > nsDNSService2.cpp:95: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:96: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:96: error: `PR_GetCanonNameFromAddrInfo' undeclared > (first use this function) > nsDNSService2.cpp: In member function `virtual nsresult > nsDNSRecord::GetNextAddr(PRUint16, PRNetAddr*)': > nsDNSService2.cpp:112: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:113: error: 'class nsDerivedSafe' has no > member named 'addr_info' > nsDNSService2.cpp:113: error: `PR_EnumerateAddrInfo' undeclared (first > use this function) > nsDNSService2.cpp: In member function `PRUint16 > nsDNSService::GetAFForLookup(const nsACString&)': > nsDNSService2.cpp:528: error: `PR_AF_UNSPEC' undeclared (first use this > function) > gmake[4]: *** [nsDNSService2.o] Error 1 > gmake[4]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/netwerk/dns/src' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/netwerk/dns' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/usr/ports/www/firefox/work/mozilla/netwerk' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > > Stop in /usr/ports/www/firefox. > ** Command failed [exit code 1]: /usr/bin/script > -qa /tmp/portupgrade40821.26 make > ** Fix the problem and try again. > ---> Build of www/firefox ended at: Mon, 05 Sep 2005 07:59:57 -0700 > (consumed 00:13:36) > ---> Upgrade of www/firefox ended at: Mon, 05 Sep 2005 07:59:57 -0700 > (consumed 00:13:36) > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > - lang/perl5.8 (perl-5.8.7) > - converters/libiconv (libiconv-1.9.2_1) > - graphics/jpeg (jpeg-6b_3) > - devel/gettext (gettext-0.14.5) > - devel/pkgconfig (pkgconfig-0.17.2) > - textproc/libxml2 (libxml2-2.6.20_1) > - print/freetype2 (freetype2-2.1.10_1) > - graphics/png (png-1.2.8_2) > - devel/glib20 (glib-2.6.6) > - accessibility/atk (atk-1.9.1) > - graphics/tiff (tiff-3.7.3) > - devel/libIDL (libIDL-0.8.6) > - textproc/expat2 (expat-1.95.8_3) > - x11-fonts/fontconfig (fontconfig-2.2.3,1) > - x11/xorg-libraries (xorg-libraries-6.8.2) > - misc/hicolor-icon-theme (hicolor-icon-theme-0.5) > - devel/popt (popt-1.7) > - x11-fonts/libXft (libXft-2.1.7) > - devel/desktop-file-utils (desktop-file-utils-0.10_2) > - misc/gnomehier (gnomehier-2.0_7) > - misc/shared-mime-info (shared-mime-info-0.16_1) > - x11-fonts/bitstream-vera (bitstream-vera-1.10_1) > - x11-fonts/xorg-fonts-encodings (xorg-fonts-encodings-6.8.2) > - x11-fonts/xorg-fonts-truetype (xorg-fonts-truetype-6.8.2) > - x11-toolkits/pango (pango-1.8.2) > - x11-toolkits/gtk20 (gtk-2.6.10_1) > ! www/firefox (firefox-1.0.4,1) (compiler error) > ---> Packages processed: 0 done, 26 ignored, 0 skipped and 1 failed > ---> Session ended at: Mon, 05 Sep 2005 07:59:57 -0700 (consumed > 00:13:48) > > HTH. apologies if i've padded out this too much. i have virtually no > idea what any of the stuff that fills the screen for 13:48 minutes > means. > > > file that all those screens of garbled text goes to either. i looked > > in /var/log, but i couldn't see anything that looked likely. any idea > > where i could find the file? > > i'm still interested in learning where the system might be storing those > screensfull, if at all, for future reference. > > > (i tried, successfully, to update the portupgrade port, after posting > > my question. but the firefox port upgrade, subsequently, still > > refused to compile.) > > still true this morning, obviously. although Yuan Jue's message > [Message: 6] suggests a possible workaround... thanks Yuan! > > > Have you upgraded the nspr port? I have almost the same problem when > > I didn't upgrade it to the newest version. > > without your message, i wouldn't have noticed nspr needs updating on my > pkg_version listing. what does it do? i'll try updating it and see what > happens. so does it work now? :) For your information: Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. The API is used in the Mozilla client, many of Netscape/AOL/iPlanet's and other software offerings. WWW: http://www.mozilla.org/projects/nspr/index.html Good luck! -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 16:45:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F9716A41F for ; Mon, 5 Sep 2005 16:45:43 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187C443D6E for ; Mon, 5 Sep 2005 16:45:41 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050905164540.TMVY24491.lakecmmtao06.coxmail.com@dns1> for ; Mon, 5 Sep 2005 12:45:40 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Mon, 5 Sep 2005 09:41:37 -0700 User-Agent: KMail/1.8 References: <20050905052559.A14F816A440@hub.freebsd.org> <200509050052.58962.dfarmour@myrealbox.com> In-Reply-To: <200509050052.58962.dfarmour@myrealbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509050941.37898.vizion@vizion.occoxmail.com> Subject: Re: freebsd-questions Digest, Vol 110, Issue 20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 16:45:43 -0000 On Monday 05 September 2005 00:52, the author David Armour contributed to the dialogue on- Re: freebsd-questions Digest, Vol 110, Issue 20: >> 33. Re: * Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portupgrade84798.26 make (Vizion) >> From: Vizion > >hello, > >thanks for your reply to my question. > >> >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' >> >gmake: *** [default] Error 2 >> >*** Error code 2 >> >Stop in /usr/ports/www/firefox. >> >> What were the lines before: >> >gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' > >... unfortunately, i only clipped the lines i did, trying to keep my >message as short as possible. doh! i'm not sure where to locate the >file that all those screens of garbled text goes to either. i looked >in /var/log, but i couldn't see anything that looked likely. any idea >where i could find the file? > >(i tried, successfully, to update the portupgrade port, after posting my >question. but the firefox port upgrade, subsequently, still refused to >compile.) Just do the make again -- you will get the compiler errors. If you are compiling from an X window you can just save the jhistory into a file - otherwise you will have to redirect the console output to a file david 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 17:03:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F045416A420 for ; Mon, 5 Sep 2005 17:03:55 +0000 (GMT) (envelope-from ben@spooty.net) Received: from mta08-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D2543D45 for ; Mon, 5 Sep 2005 17:03:54 +0000 (GMT) (envelope-from ben@spooty.net) Received: from aamta11-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20050905170353.NGNX23002.mta08-winn.ispmail.ntl.com@aamta11-winn.ispmail.ntl.com>; Mon, 5 Sep 2005 18:03:53 +0100 Received: from [192.168.1.100] (really [82.23.1.73]) by aamta11-winn.ispmail.ntl.com with ESMTP id <20050905170353.QMSZ13593.aamta11-winn.ispmail.ntl.com@[192.168.1.100]>; Mon, 5 Sep 2005 18:03:53 +0100 From: Ben Paley To: Roland Smith Date: Mon, 5 Sep 2005 18:03:50 +0100 User-Agent: KMail/1.8.2 References: <200509051036.41105.ben@spooty.net> <200509051526.22644.ben@spooty.net> <20050905160330.GB99602@slackbox.xs4all.nl> In-Reply-To: <20050905160330.GB99602@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051803.51130.ben@spooty.net> Cc: FreeBSD Questions Subject: Re: Internal SD card reader, Dell laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 17:03:56 -0000 On Monday 05 September 2005 17:03, Roland Smith wrote: > > Thanks a lot for your advice - I shall follow it, even if it is slightly > > dispiriting. Perhaps I should learn C properly and start writing some > > drivers... :-) > > Not that I want to discourage you, but that seems like a tall > order. Apart from knowing C, you'd have to get familiar with the FreeBSD > kernel and writing device drivers. I'm not entirely serious - that is, it's certainly the Right Thing To Do, but I know my limitations as a programmer! Perhaps I'll start with something simpler. > If you are serious about writing a driver, I would recommend reading > "The Design and Implementation of the FreeBSD Operating System" by > McKusick and Neville-Neil. Good advice, once again! Thanks very much. Cheers, Ben From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 17:11:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E92916A41F for ; Mon, 5 Sep 2005 17:11:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id B221743D49 for ; Mon, 5 Sep 2005 17:11:44 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7848 invoked from network); 5 Sep 2005 17:11:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Sep 2005 17:11:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1CB6653; Mon, 5 Sep 2005 13:11:43 -0400 (EDT) Sender: lowell@be-well.ilk.org To: claco@chrislaco.com References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> <431C6BD9.3010303@chrislaco.com> From: Lowell Gilbert Date: 05 Sep 2005 13:11:42 -0400 In-Reply-To: <431C6BD9.3010303@chrislaco.com> Message-ID: <447jdve8xd.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Won't go into multi-user mode 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, 05 Sep 2005 17:11:45 -0000 "Christopher H. Laco" writes: > Lowell Gilbert wrote: > > "Christopher H. Laco" writes: > > > >>I have a week old 5.4-STABLE install that absolutely refuses to boot > >>into multi-user mode after a restart. I get no errors in dmsg or in > >>/var/log/messages. It simply boots like normal, starts most things, > >>then stops at a bash prompt. Manually hitting CTRL-D fires off multi > >>user mode and everyone is happy. > >> > >>I've checked loader.conf and it's emtpy. I have no clue where to start > >>with this. Anyone have any idea where to start and troubleshoot this? > > FreeBSD doesn't even come with bash installed by default, so you need > > to look at your system's unique local configuration. Single-user mode > > won't give you a shell directly -- it prompts you for what shell you > > want to run -- so it doesn't sound like that either. > > Keep a closer eye on the console as you are booting, and post a more > > detailed description of what the system is telling you, and maybe > > we'll have a clearer idea of what to tell you. > > Good luck. > > > > See: mysql-server.sh script from ports kills multi-user mode > > It's the mysqlserver-start.sh script from mysql4 port thatis killing > multi-user... I have no idea why. > > Disableing that starting scripts solves the problem..which defeats > it's purpose. Understood. Nonetheless, this is not enough information from which to diagnose the problem. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 17:16:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A808716A41F for ; Mon, 5 Sep 2005 17:16:20 +0000 (GMT) (envelope-from malachid@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B1E43D46 for ; Mon, 5 Sep 2005 17:16:19 +0000 (GMT) (envelope-from malachid@gmail.com) Received: by wproxy.gmail.com with SMTP id i2so529084wra for ; Mon, 05 Sep 2005 10:16:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GxAMbELfWqgadTWwA0HU4bYLxDhVgUtJhKputqVaKoex1/lwXm2byXWaI9pVIO9jBpW0AtKeP9MqofgyUnoZHW+Dpy9qAWphgly2RGgrhwrBRrmG1+GgZYOU2BDvaHsBoVjubitvSSjiAfmskQnIndvWcqGdu7tgZelkhf0fZh0= Received: by 10.54.56.56 with SMTP id e56mr4261534wra; Mon, 05 Sep 2005 10:16:19 -0700 (PDT) Received: by 10.54.79.1 with HTTP; Mon, 5 Sep 2005 10:16:19 -0700 (PDT) Message-ID: Date: Mon, 5 Sep 2005 10:16:19 -0700 From: =?ISO-8859-1?Q?Malachi_de_=C6lfweald?= To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A8N-SLI Premium + Si 3114R + RAID5 of Hitachi Deskstar T7K250 -- locks up during install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 17:16:20 -0000 I have tried this with 6-BETA1 and 6-BETA3. I noticed the A8N-SLI Deluxe was supported, so thought that the majority of= =20 the Premium would be as well. I am using the Silicon Image RAID controller instead of the NVidia one,=20 because it supports RAID5 and the nVidia does not. The RAID5 was configured in the BIOS. During boot (bootonly.iso) it goes through autodetection, seems to see=20 everything OK except that it detects the Si 3114R as "SATA 150" and it=20 should be "SATA 300" because it is SATAII not SATAI. It then gets to the following and locks up: ad12: 238475MB at ata6-master SATA150 ad14: 238475MB at ata7-master SATA150 ad16: 238475MB at ata8-master SATA150 ad18: 238475MB at ata9-master SATA150 So, it appears that it finds each drive, instead of the RAID. It appears that it detects the controller as SATA 1 instead of SATA 2. It locks up as soon as it detects the hard drives. Any thoughts? Thanks, Malachi From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 17:19:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E6C816A41F for ; Mon, 5 Sep 2005 17:19:14 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from lakecmmtar04.coxmail.com (lakecmmtar04.coxmail.com [68.99.120.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D696C43D45 for ; Mon, 5 Sep 2005 17:19:13 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by lakecmmtar04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050905171914.UJON27582.lakecmmtar04.coxmail.com@sentinelchicken.net> for ; Mon, 5 Sep 2005 13:19:14 -0400 Received: (qmail 26074 invoked from network); 5 Sep 2005 17:19:12 -0000 Received: from unknown (HELO numbuscus.sentinelchicken.net) (10.0.0.2) by samson.sentinelchicken.net with SMTP; 5 Sep 2005 17:19:12 -0000 Received: (nullmailer pid 78577 invoked by uid 1000); Mon, 05 Sep 2005 17:19:12 -0000 Date: Mon, 5 Sep 2005 13:19:12 -0400 From: Jason Morgan To: FreeBSD Questions Message-ID: <20050905171912.GF67960@sentinelchicken.net> References: <20050905151332.P16924@saturn.araneidae.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050905151332.P16924@saturn.araneidae.co.uk> User-Agent: Mutt/1.4.2.1i Subject: Re: Hard disk 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, 05 Sep 2005 17:19:14 -0000 On Mon, Sep 05, 2005 at 03:16:13PM +0000, Michael Abbott wrote: > I'm having some very odd behaviour from one of my hard disks and I wonder > what anybody makes of it. > > In brief, the hard disk in questions works just fine much of the time, but > when high volume data transfers are requested I get the following in > /var/log/messages: > > Sep 3 15:21:02 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - > resetting > Sep 3 15:21:02 saturn /kernel: ata3: resetting devices .. done > Sep 3 15:21:12 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - > resetting > Sep 3 15:21:12 saturn /kernel: ata3: resetting devices .. done > Sep 3 15:21:23 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - > resetting > Sep 3 15:21:23 saturn /kernel: ata3: resetting devices .. done > Sep 3 15:21:33 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - > resetting > Sep 3 15:21:33 saturn /kernel: ad6: trying fallback to PIO mode > Sep 3 15:21:33 saturn /kernel: ata3: resetting devices .. done > Sep 3 15:21:43 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - > resetting > Sep 3 15:21:43 saturn /kernel: ata3: resetting devices .. ata3-slave: ATA > identify retries exceeded > Sep 3 15:21:43 saturn /kernel: done > > After this point the hard disk in question is frozen until I reboot, and > any process that tries to touch it is similarly frozen (doesn't even > respond to kill -9). `shutdown -r` is enough to restore operation, and > the rest of the system seemed happy enough. > > Another interesting effect. I placed a replacement hard disk on the same > ATA bus (as a slave, device ad7) and tried copying files from ad6 to ad7. > This time when ad6 froze and the kerned decided to give up on ata3 (and so > decided to disable ad7 at the same time, naturally enough) the entire > system froze! No response from the console, stone cold dead, hard reset > needed. > > > So some questions seem to me to arise from this. > > 1. Why does FreeBSD handle this so ungracefully? If restarting is > sufficient to bring ata3 back then can't the ata driver do a proper > restart? > > 2. Goodness me, FreeBSD froze! I know it's a hardware failure, but > still: it's on a auxillary ATA controller with no system files attached. > Is this problem of general interest? It's certainly a massive hint to me > not to consider (parallel) ATA for RAID! > > 3. Any thoughts on what is wrong with the hard disk in question? I've > changed ATA controllers, so it seems to be the disk, not the controller. > The behaviour is very odd. If I copy files off one at a time, eg using: > find . -type f -exec cp {} "$TARGET/"{} \; -exec echo -n '.' \; > the disk seems to hang in there, but if I just do > cp -R . "$TARGET" > then it freezes! (This statement may not have been thoroughly tested: > having to restart each time gets old quite quickly.) > > > Ok, now for the boring bits. > > $ uname -a > FreeBSD saturn.araneidae.co.uk 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 > #6: Sat Aug 27 16:33:58 GMT 2005 > root@saturn.araneidae.co.uk:/usr/obj/usr/src/sys/GENERIC i386 > $ dmesg | grep ata > atapci0: port > 0xa000-0xa0ff,0x9c00-0x9c03,0x9800-0x9807,0x9400-0x9403,0x9000-0x9007 irq > 12 at device 11.0 on pci0 > ata2: at 0x9000 on atapci0 > ata3: at 0x9800 on atapci0 > atapci1: port 0xa800-0xa80f at device 17.1 on > pci0 > ata0: at 0x1f0 irq 14 on atapci1 > ata1: at 0x170 irq 15 on atapci1 > atapci2: port > 0xc400-0xc4ff,0xc000-0xc003,0xbc00-0xbc07,0xb800-0xb803,0xb400-0xb407 irq > 10 at device 19.0 on pci0 > ata4: at 0xb400 on atapci2 > ata5: at 0xbc00 on atapci2 > ad0: 39083MB [79408/16/63] at ata0-master UDMA100 > ad1: 190782MB [387621/16/63] at ata0-slave UDMA133 > ad4: 76319MB [155061/16/63] at ata2-master UDMA100 > ad6: 76319MB [155061/16/63] at ata3-master UDMA100 > acd0: DVD-ROM at ata1-master PIO4 > $ sudo atacontrol cap ata3 0 > ATA channel 3, Master, device ad6: > > ATA/ATAPI revision 5 > device model ST380021A > serial number 3HV0MYL9 > firmware revision 3.10 > cylinders 16383 > heads 16 > sectors/track 63 > lba supported 156301488 sectors > lba48 not supported dma supported > overlap not supported > > Feature Support Enable Value Vendor > write cache yes yes > read ahead yes yes > dma queued no no 0/00 > SMART yes no > microcode download yes yes > security yes no > power management yes yes > advanced power management no no 65278/FEFE > automatic acoustic management yes yes 128/80 128/80 > $ > > That's everything I can think of. > Just a general comment: I had a very similar problem a while back. After replacing the drive in question, then replacing the motherboard, I discovered it was a power issue. The power supply was freaking out at medium to high loads, which was causing the device to continually reset. Jason From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 17:25:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3F116A41F for ; Mon, 5 Sep 2005 17:25:30 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from mail.icantfocus.com (adsl-65-42-59-33.dsl.akrnoh.ameritech.net [65.42.59.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 681E643D45 for ; Mon, 5 Sep 2005 17:25:30 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from [192.168.10.247] (unknown [10.10.20.73]) by mail.icantfocus.com (Postfix) with ESMTP id D167123770 for ; Mon, 5 Sep 2005 13:01:13 -0400 (EDT) Message-ID: <431C7F89.1000501@chrislaco.com> Date: Mon, 05 Sep 2005 13:25:29 -0400 From: "Christopher H. Laco" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> <431C6BD9.3010303@chrislaco.com> <447jdve8xd.fsf@be-well.ilk.org> In-Reply-To: <447jdve8xd.fsf@be-well.ilk.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms080001020108050204030906" Subject: Re: Won't go into multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: claco@chrislaco.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 17:25:31 -0000 This is a cryptographically signed message in MIME format. --------------ms080001020108050204030906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lowell Gilbert wrote: > Understood. Nonetheless, this is not enough information from which to > diagnose the problem. Enough or not, It's all there is. I installed FBSD. I supped and built to stable. Everthing boots and works fine. I installed mysql4.0 from ports and multi-user mode is now never reached during boot. There are no errors in any logs on in any console output. Disabling mysql-server.sh solves the problem and allows multi-user mode to be reached during boot. -=Chris --------------ms080001020108050204030906 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII8TCC AtMwggI8oAMCAQICAw37vjANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwMjA3MTc0NDM3WhcNMDYwMjA3MTc0NDM3 WjBFMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSIwIAYJKoZIhvcNAQkBFhNj bGFjb0BjaHJpc2xhY28uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOzj 4xFQtv4Fjr44h4AmlOTqOYw4PM80JgQrIhCQpJlQQgr+gltu+HqCdkU+8nO+MjTOSgDH98Vx t0GK7Y7uZkwPkYM+av/RQf37y7QMPlrQiBJcKb1TYa1yWijjdvwOpEB1RSnEBtKKXN/Yc6WF kV/mRGpCKoaxCC6YeBr4uWXXduz6KOR4RLBE3+EmxzUeGwPulHmS/evmPkt2Z7O/AVx2y1zW zng76M1mftCw9dI7nob1F9xhIjdHEbjivysFNFmqqH0HDwkcM/VgXoU5pQNNzkglwN22MlDH 6ZylE6fCLHzzIh+1t5wdFmN+YtvemhuxO6puVuSsngJaQXBHvwIDAQABozAwLjAeBgNVHREE FzAVgRNjbGFjb0BjaHJpc2xhY28uY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQAD gYEAaxPn+huyClyf0rU/gPmK9pqb9TSWPjxSpXhXDA9rweZiDM7kapY+s+gYQWsN2aS0Aeaz ugPigDLVcFejf4ZxZKIKfuj05rIFC0HYg9mE6rQE8PPJP1y8Ln8Nttr6uLBKBxgPTz26sOQP k+kfFo1su7WSJk5DHHcnIplfPHew+NYwggLTMIICPKADAgECAgMN+74wDQYJKoZIhvcNAQEE BQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1 MDIwNzE3NDQzN1oXDTA2MDIwNzE3NDQzN1owRTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWls IE1lbWJlcjEiMCAGCSqGSIb3DQEJARYTY2xhY29AY2hyaXNsYWNvLmNvbTCCASIwDQYJKoZI hvcNAQEBBQADggEPADCCAQoCggEBAMDs4+MRULb+BY6+OIeAJpTk6jmMODzPNCYEKyIQkKSZ UEIK/oJbbvh6gnZFPvJzvjI0zkoAx/fFcbdBiu2O7mZMD5GDPmr/0UH9+8u0DD5a0IgSXCm9 U2Gtcloo43b8DqRAdUUpxAbSilzf2HOlhZFf5kRqQiqGsQgumHga+Lll13bs+ijkeESwRN/h Jsc1HhsD7pR5kv3r5j5LdmezvwFcdstc1s54O+jNZn7QsPXSO56G9RfcYSI3RxG44r8rBTRZ qqh9Bw8JHDP1YF6FOaUDTc5IJcDdtjJQx+mcpROnwix88yIftbecHRZjfmLb3pobsTuqblbk rJ4CWkFwR78CAwEAAaMwMC4wHgYDVR0RBBcwFYETY2xhY29AY2hyaXNsYWNvLmNvbTAMBgNV HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAGsT5/obsgpcn9K1P4D5ivaam/U0lj48UqV4 VwwPa8HmYgzO5GqWPrPoGEFrDdmktAHms7oD4oAy1XBXo3+GcWSiCn7o9OayBQtB2IPZhOq0 BPDzyT9cvC5/Dbba+riwSgcYD089urDkD5PpHxaNbLu1kiZOQxx3JyKZXzx3sPjWMIIDPzCC AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3Vs dGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UE AxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25h bC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqG SIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/ DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+ K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIG A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUu Y29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQi MCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBI jNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZ foSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfj ViF4gtwhGTXeJLHTHUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwOTA1MTcyNTI5WjAjBgkqhkiG 9w0BCQQxFgQUWTuA05gUYjJmFvFyrkXXjh0kqU0wUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG 9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcN AwICASgweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECAw37vjB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wDQYJKoZIhvcNAQEBBQAEggEA I+XPL7ntxQnze8ll9yjvCZZt3S/ckn+fO+60uuRMHnprkjwE59QKVwTuA+XCFEBVqPAIJrhC SnEvG697ogjhAuqE1CRYI6Uoz8ZK8mUZyNrs0XTce+wqcX4lqF8FrQRpyQ7IZu2Y/Ir/v9F+ kG04RuB4TQ9CTs30zi8EI17co11L/7k+H6XVgpFy+rT4pt7yALE6HNPGDfiN/APPj4mX3OG7 kMwGM0l0hoW3+Nox3pMPy+bFimfYO7X2sIj3F6+IKWu3liZhTSUFB6GwaKvO9pCuLHvtQJAZ nABt29xD1vE+YOdyOXKnzhj9FsVxV9CEKzK2ijUF3zJJdEgskdu/kQAAAAAAAA== --------------ms080001020108050204030906-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 17:48:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB17D16A41F for ; Mon, 5 Sep 2005 17:48:43 +0000 (GMT) (envelope-from roachjm@hotmail.com) Received: from hotmail.com (bay101-f36.bay101.hotmail.com [64.4.56.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DC243D45 for ; Mon, 5 Sep 2005 17:48:43 +0000 (GMT) (envelope-from roachjm@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 5 Sep 2005 10:48:39 -0700 Message-ID: Received: from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP; Mon, 05 Sep 2005 17:48:38 GMT X-Originating-IP: [64.4.56.200] X-Originating-Email: [roachjm@hotmail.com] X-Sender: roachjm@hotmail.com From: "Jeffrey Roach" To: freebsd-questions@freebsd.org Date: Mon, 05 Sep 2005 12:48:38 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 05 Sep 2005 17:48:39.0236 (UTC) FILETIME=[0C35B840:01C5B242] Subject: WMP54G and Ndis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 17:48:43 -0000 Hello, I am trying to get my WMP54G card to work via Ndisulator. Here is what I have tried, Everything at http://www.xl0.org/FreeBSD/ndis.txt the drivers are Rt2500.INF and rt2500.sys kldload ndis and if_ndis work fine; I am able to see the device as ndis0 I bring up the interface with this command, ifconfig ndis0 inet 192.168.1.200 netmask 255.255.255.0 ssid linksys channel 6 The access point is a Wireless-B Broadband Router BEFW11S4 Its address is 192.168.1.1, dhcp is on but I have set a static address at 192.168.1.200, the netmask is 255.255.255.0 and it is on channel 6 I have tried other channels but with no association After I type the command I see ifconfig up (or something up) and then get a kernel panic. Any ideas? Thanks. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 18:09:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED9316A41F for ; Mon, 5 Sep 2005 18:09:53 +0000 (GMT) (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 3297343D45 for ; Mon, 5 Sep 2005 18:09:52 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 17675 invoked from network); 5 Sep 2005 18:09:50 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.187.173.212]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 5 Sep 2005 18:09:50 -0000 Date: Mon, 5 Sep 2005 20:10:21 +0200 From: Fabian Keil To: "Jeffrey Roach" Message-ID: <20050905201021.00a6b69f@localhost> In-Reply-To: References: X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) 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=Signature_Mon__5_Sep_2005_20_10_21_+0200_i0LCNNfq7e5s.Cgm; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: freebsd-questions@freebsd.org Subject: Re: WMP54G and Ndis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 18:09:54 -0000 --Signature_Mon__5_Sep_2005_20_10_21_+0200_i0LCNNfq7e5s.Cgm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Jeffrey Roach" wrote: > I am trying to get my WMP54G card to work via Ndisulator. Here is what= I=20 > have tried, >=20 > Everything at http://www.xl0.org/FreeBSD/ndis.txt >=20 > the drivers are Rt2500.INF and rt2500.sys >=20 > kldload ndis and if_ndis work fine; I am able to see the device as ndis0 >=20 > I bring up the interface with this command, >=20 > ifconfig ndis0 inet 192.168.1.200 netmask 255.255.255.0 ssid linksys chan= nel=20 > 6 >=20 > The access point is a Wireless-B Broadband Router BEFW11S4 >=20 > Its address is 192.168.1.1, dhcp is on but I have set a static address at= =20 > 192.168.1.200, the netmask > is 255.255.255.0 and it is on channel 6 >=20 > I have tried other channels but with no association >=20 > After I type the command I see ifconfig up (or something up) and then get= a=20 > kernel panic. Which FreeBSD version? Fabian --=20 http://www.fabiankeil.de/ --Signature_Mon__5_Sep_2005_20_10_21_+0200_i0LCNNfq7e5s.Cgm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFDHIoYjV8GA4rMKUQRArdHAJ42N8NKWvYgMYx+D80H7uak7BzcfgCgoI4a hHsYQTh68LyQA5CMh2H8oV0= =+a1i -----END PGP SIGNATURE----- --Signature_Mon__5_Sep_2005_20_10_21_+0200_i0LCNNfq7e5s.Cgm-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 18:33:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D8F16A41F for ; Mon, 5 Sep 2005 18:33:31 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D0D143D45 for ; Mon, 5 Sep 2005 18:33:29 +0000 (GMT) (envelope-from chris@childeric.freeserve.co.uk) Received: from [192.168.0.60] ([82.35.113.47]) by smtp-out4.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Mon, 5 Sep 2005 19:34:17 +0100 Message-ID: <431C8093.8030606@childeric.freeserve.co.uk> Date: Mon, 05 Sep 2005 18:29:55 +0100 From: Chris User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050805) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <005401c5b191$79c9a6c0$6601a8c0@GRANT> <20050905000148.GD43293@dan.emsphone.com> In-Reply-To: <20050905000148.GD43293@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Sep 2005 18:34:17.0410 (UTC) FILETIME=[6C49EA20:01C5B248] Subject: Re: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 18:33:31 -0000 Dan Nelson wrote: > In the last episode (Sep 04), Grant Peel said: > >>I have serveral servers in a cage in Toronto, but I live 120 miles >>away. Every once in a while, I will crash a box, or lock myself out >>of one of them (mostly just the dev box now!). Anyways, is it >>possible to daisychain the machines together using COM1 and COM2 so >>that no matter what, one can always get to a console? Or am I just >>wishing here... > > > If you run conserver ( ports/comms/conserver-com ) on all the machines, > you can even set it up so you don't have to remember which machine is > controlling which machine's console (it will chain to the correct > machine). A multiport serial card in one master console box does let > you consolidate the logs on one machine though. > You can power them on and off remotely if that would help. (disclaimer: I haven't actually built one..) http://vitsch.net/ and he has some other nice projects. Chris From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 18:34:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B5316A41F for ; Mon, 5 Sep 2005 18:34:14 +0000 (GMT) (envelope-from fbsdlilly@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 038FA43D48 for ; Mon, 5 Sep 2005 18:34:10 +0000 (GMT) (envelope-from fbsdlilly@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so436947wri for ; Mon, 05 Sep 2005 11:34:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=pQmB40dzSEsPIGAS/2qtT+T+wUcV4yQ5RTWHLIXvLsF1FqFXq82Yk92Uxdprlyb/9UoyaTv2cHGvF9I0HCszWwkpaO9NfPi6SQsrV7+HtORNMQg+8m6fZU2zr40Eyjc/oOfmxcWnWUG/Chr42R2ZA3zYEz3JKSEUCtFWQUdJQHs= Received: by 10.54.102.5 with SMTP id z5mr3031581wrb; Mon, 05 Sep 2005 11:34:10 -0700 (PDT) Received: by 10.54.117.5 with HTTP; Mon, 5 Sep 2005 11:34:10 -0700 (PDT) Message-ID: Date: Mon, 5 Sep 2005 11:34:10 -0700 From: mojo fms To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A few quick questions, one on daily reports and one on Raid 5... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsdlilly@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 18:34:14 -0000 I know its doable, how would i go about adding another email that the daily= =20 reports get sent too? I would still like them to be stored on the system it= s=20 self but also send to another email account. Raid 5 question, i know in MS Enviroments log files can not be stored on a= =20 striped raid array, is it the same for FBSD? And if so what about Mail=20 (/var/mail/*) being stored in there? Any issues with that? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 18:44:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69AC016A41F for ; Mon, 5 Sep 2005 18:44:23 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd2mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0991743D4C for ; Mon, 5 Sep 2005 18:44:22 +0000 (GMT) (envelope-from dfarmour@myrealbox.com) Received: from pd2mr6so.prod.shaw.ca (pd2mr6so-qfe3.prod.shaw.ca [10.0.141.9]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMC006E3XDYQ210@l-daemon> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 12:44:22 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd2mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IMC00JU2XDYU860@pd2mr6so.prod.shaw.ca> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 12:44:22 -0600 (MDT) Received: from s0106000d87ae2db6.gv.shawcable.net (S0106000d87ae2db6.gv.shawcable.net [24.108.128.113]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IMC00K0ZXDXC4@l-daemon> for freebsd-questions@freebsd.org; Mon, 05 Sep 2005 12:44:22 -0600 (MDT) Date: Mon, 05 Sep 2005 11:45:54 -0700 From: David Armour In-reply-to: <20050905163050.CEAB216A42B@hub.freebsd.org> To: freebsd-questions@freebsd.org, Yuan Jue Message-id: <200509051145.55138.dfarmour@myrealbox.com> Organization: dfarmour.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <20050905163050.CEAB216A42B@hub.freebsd.org> User-Agent: KMail/1.8.2 Cc: Subject: Re: firefox portupgrade failure RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 18:44:23 -0000 > Message: 32 > Date: Tue, 6 Sep 2005 00:34:33 +0800 > From: Yuan Jue > > > Have you upgraded the nspr port? I have almost the same problem > > > when I didn't upgrade it to the newest version. > > without your message, i wouldn't have noticed nspr needs updating > > on my pkg_version listing. what does it do? i'll try updating it > > and see what happens. > > so does it work now? :) + www/firefox (firefox-1.0.4,1) # !!!! thanks for your help. > For your information: > Netscape Portable Runtime (NSPR) provides a platform-neutral API for > system level and libc like functions. The API is used in the Mozilla thanks for the explanation. i can see why firefox might need that. i'm less clear why the port doesn't include it as a matter of course. my newbieness tends to need all the help i can get, if that makes any sense. regards From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 18:56:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D69216A41F for ; Mon, 5 Sep 2005 18:56:22 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from mail.araneidae.co.uk (araneidae.co.uk [62.3.233.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366DC43D45 for ; Mon, 5 Sep 2005 18:56:20 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from saturn.araneidae.co.uk (localhost [127.0.0.1]) by mail.araneidae.co.uk (8.13.1/8.13.1) with ESMTP id j85IuJ54017894 for ; Mon, 5 Sep 2005 18:56:19 GMT (envelope-from michael@araneidae.co.uk) Received: from localhost (michael@localhost) by saturn.araneidae.co.uk (8.13.1/8.13.1/Submit) with ESMTP id j85IuJXb017891 for ; Mon, 5 Sep 2005 18:56:19 GMT (envelope-from michael@araneidae.co.uk) X-Authentication-Warning: saturn.araneidae.co.uk: michael owned process doing -bs Date: Mon, 5 Sep 2005 18:56:19 +0000 (GMT) From: Michael Abbott To: FreeBSD Questions In-Reply-To: <20050905171912.GF67960@sentinelchicken.net> Message-ID: <20050905172827.U17621@saturn.araneidae.co.uk> References: <20050905151332.P16924@saturn.araneidae.co.uk> <20050905171912.GF67960@sentinelchicken.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: Hard disk 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, 05 Sep 2005 18:56:22 -0000 On Mon, 5 Sep 2005, Jason Morgan wrote: > On Mon, Sep 05, 2005 at 03:16:13PM +0000, Michael Abbott wrote: >> I'm having some very odd behaviour from one of my hard disks and I wonder >> what anybody makes of it. >> >> In brief, the hard disk in questions works just fine much of the time, but >> when high volume data transfers are requested I get the following in >> /var/log/messages: >> >> Sep 3 15:21:02 saturn /kernel: ad6: READ command timeout tag=0 serv=0 - >> resetting > I had a very similar problem a while back. After replacing the drive in > question, then replacing the motherboard, I discovered it was a power > issue. The power supply was freaking out at medium to high loads, which > was causing the device to continually reset. Well, I hope that's not it. I'm encouraged to think not: - the problem seems to be tied to one particular hard disk and I presently run with four hard disks - the system has operated trouble free for three years - my memory is that it was a good quality power supply. I don't really see how I'd diagnose a power supply problem, but as I say, the hard disk in question is the only part with problems. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:01:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDE516A41F for ; Mon, 5 Sep 2005 19:01:09 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7919243D48 for ; Mon, 5 Sep 2005 19:01:08 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j85J16Oe063216; Mon, 5 Sep 2005 21:01:07 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A80266444; Mon, 5 Sep 2005 21:01:06 +0200 (CEST) Date: Mon, 5 Sep 2005 21:01:06 +0200 From: Roland Smith To: mojo fms Message-ID: <20050905190106.GA548@slackbox.xs4all.nl> Mail-Followup-To: mojo fms , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: A few quick questions, one on daily reports and one on Raid 5... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 19:01:09 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 05, 2005 at 11:34:10AM -0700, mojo fms wrote: > I know its doable, how would i go about adding another email that the dai= ly=20 > reports get sent too? I would still like them to be stored on the system = its=20 > self but also send to another email account. In /etc/periodic.conf, set daily_status_security_output. It can be an absolute path, or a list of space separated e-mail addresses. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD4DBQFDHJXyEnfvsMMhpyURArDCAJY9GCNuzfACmUIKy9/PMAhVJYDQAJsGKQeP ktU/UelGkobaLtWzqGqrIg== =tBLj -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:04:07 2005 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 F06C916A41F for ; Mon, 5 Sep 2005 19:04:07 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B3743D4C for ; Mon, 5 Sep 2005 19:04:06 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.16] (unknown [192.168.0.16]) by strange.daemonsecurity.com (Postfix) with ESMTP id 95D512E041 for ; Mon, 5 Sep 2005 21:04:03 +0200 (CEST) Message-ID: <431C969E.1010407@locolomo.org> Date: Mon, 05 Sep 2005 21:03:58 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050529) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ath/wpa_supplicant causes panic on BETA3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 19:04:08 -0000 Hi, I seem to have problems with the ath driver: Firefox and Thunderbird some times coredumps and the system even panics at times. I cannot determine which event causes these problems, however I have experienced no problems when connecting using the sis ethernet. It could be a race condition occuring when these programs attempt to access the network and the ath/wpa_supplicant associates with the AP. I have not experienced this with previous versions of FBSD, it appears to have come with upgrade to 6.0-BETA2 or BETA3. Posibly with the introduction of wpa_supplicant. Can anyone confirm this? Any hint to get some better debugging info will also be appreciated. Thanks, Erik System: FreeBSD charm 6.0-BETA3 FreeBSD 6.0-BETA3 #1: Sun Sep 4 20:05:40 CEST 2005 norgaard@charm:/usr/obj/usr/src/sys/RELEASE_6 i386 ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) sis0: port 0xa000-0xa0ff mem 0xe6000000-0xe6000fff irq 11 at device 3.0 on pci0 ath0: mem 0x88000000-0x8800ffff irq 11 at device 0.0 on cardbus0 ath0: [GIANT-LOCKED] ath0: Ethernet address: 00:0d:54:a7:d1:74 ath0: mac 5.6 phy 4.1 radio 3.6 -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:06:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2476D16A41F for ; Mon, 5 Sep 2005 19:06:34 +0000 (GMT) (envelope-from roachjm@hotmail.com) Received: from hotmail.com (bay101-f32.bay101.hotmail.com [64.4.56.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFE343D55 for ; Mon, 5 Sep 2005 19:06:33 +0000 (GMT) (envelope-from roachjm@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 5 Sep 2005 12:06:33 -0700 Message-ID: Received: from 64.4.56.200 by by101fd.bay101.hotmail.msn.com with HTTP; Mon, 05 Sep 2005 19:06:33 GMT X-Originating-IP: [64.4.56.200] X-Originating-Email: [roachjm@hotmail.com] X-Sender: roachjm@hotmail.com In-Reply-To: <20050905201021.00a6b69f@localhost> From: "Jeffrey Roach" To: freebsd-listen@fabiankeil.de Date: Mon, 05 Sep 2005 14:06:33 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 05 Sep 2005 19:06:33.0785 (UTC) FILETIME=[EE754A90:01C5B24C] Cc: freebsd-questions@freebsd.org Subject: Re: WMP54G and Ndis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 19:06:34 -0000 5.4. I haven't updated any beyond the initial install.

From: Fabian Keil <freebsd-listen@fabiankeil.de>
To: "Jeffrey Roach" <roachjm@hotmail.com>
CC: freebsd-questions@freebsd.org
Subject: Re: WMP54G and Ndis
Date: Mon, 5 Sep 2005 20:10:21 +0200
>"Jeffrey Roach" <roachjm@hotmail.com> wrote:
>
> > I am trying to get my WMP54G card to work via Ndisulator. Here is what I
> > have tried,
> >
> > Everything at http://www.xl0.org/FreeBSD/ndis.txt
> >
> > the drivers are Rt2500.INF and rt2500.sys
> >
> > kldload ndis and if_ndis work fine; I am able to see the device as ndis0
> >
> > I bring up the interface with this command,
> >
> > ifconfig ndis0 inet 192.168.1.200 netmask 255.255.255.0 ssid linksys channel
> > 6
> >
> > The access point is a Wireless-B Broadband Router BEFW11S4
> >
> > Its address is 192.168.1.1, dhcp is on but I have set a static address at
> > 192.168.1.200, the netmask
> > is 255.255.255.0 and it is on channel 6
> >
> > I have tried other channels but with no association
> >
> > After I type the command I see ifconfig up (or something up) and then get a
> > kernel panic.
>
>Which FreeBSD version?
>
>Fabian
>--
>http://www.fabiankeil.de/

><< attach3 >>

_________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:07:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650EA16A41F for ; Mon, 5 Sep 2005 19:07:35 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id D41C343D55 for ; Mon, 5 Sep 2005 19:07:32 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 21900 invoked by uid 0); 5 Sep 2005 19:07:31 -0000 Received: from user-69-73-60-132.knology.net (HELO ?10.0.0.6?) (69.73.60.132) by smtp6.knology.net with SMTP; 5 Sep 2005 19:07:31 -0000 In-Reply-To: <20050905172827.U17621@saturn.araneidae.co.uk> References: <20050905151332.P16924@saturn.araneidae.co.uk> <20050905171912.GF67960@sentinelchicken.net> <20050905172827.U17621@saturn.araneidae.co.uk> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Kelly Date: Mon, 5 Sep 2005 14:07:28 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.734) Cc: Michael Abbott Subject: Re: Hard disk 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, 05 Sep 2005 19:07:35 -0000 On Sep 5, 2005, at 1:56 PM, Michael Abbott wrote: >> I had a very similar problem a while back. After replacing the >> drive in question, then replacing the motherboard, I discovered it >> was a power issue. The power supply was freaking out at medium to >> high loads, which was causing the device to continually reset. >> > > Well, I hope that's not it. I'm encouraged to think not: > - the problem seems to be tied to one particular hard disk and I > presently run with four hard disks > - the system has operated trouble free for three years > - my memory is that it was a good quality power supply. > I don't really see how I'd diagnose a power supply problem, but as > I say, the hard disk in question is the only part with problems. Yeah But... Power supplies wear out. Particularly the capacitors. I have seen every single component replaced in denial that the problem could be related to the power supply. Then the PS was finally replaced because it was the only thing which had not. And the problem was the PS all along. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:30:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0524C16A41F for ; Mon, 5 Sep 2005 19:30:03 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7307543D48 for ; Mon, 5 Sep 2005 19:30:00 +0000 (GMT) (envelope-from Emanuel.strobl@gmx.net) Received: (qmail invoked by alias); 05 Sep 2005 19:29:59 -0000 Received: from flb.schmalzbauer.de (EHLO cale.flintsbach.schmalzbauer.de) [62.245.232.135] by mail.gmx.net (mp017) with SMTP; 05 Sep 2005 21:29:59 +0200 X-Authenticated: #301138 From: Emanuel Strobl To: freebsd-current@freebsd.org, Harti Brandt Date: Mon, 5 Sep 2005 21:29:46 +0200 User-Agent: KMail/1.8.1 References: <200508251951.37319@harrymail> <200508252037.04779@harrymail> <20050905175143.M58682@beagle.kn.op.dlr.de> In-Reply-To: <20050905175143.M58682@beagle.kn.op.dlr.de> X-Birthday: Oct. 6th 1972 X-CelPhone: +49 (0) 173 9967781 X-Tel: +49 (0) 89 18947781 X-Country: Germany X-Address: Munich, 80686 X-OS: FreeBSD MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1300833.6KilASyrJD"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509052129.55689@harrymail> X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: make ".if exists" problem/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, 05 Sep 2005 19:30:03 -0000 --nextPart1300833.6KilASyrJD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Montag, 5. September 2005 18:03 CEST schrieb Harti Brandt: > On Thu, 25 Aug 2005, Emanuel Strobl wrote: [...] > > You should think of .if and .for as "preprocessor directives". They are > processed when make reads the makefile and builds the dependency graph. > If you need something more dynamic you must use either a shell line: > > foo: > if [ -f baz ] ; then ... > > or go with sub-makes. > > Generally you don't want to use .if to check for a file that your > makefile creates. In this case you just should use make itself. Given > that the tree you need to have is named 'tree' do something like: > > installcfworld: tree > ... > > installcfconfig: tree > ... > > tree: > mkdir tree > ... Thanks, I understood it, and the project grew fine. Will be available this= =20 week :) =2DHarry > > harti > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" --nextPart1300833.6KilASyrJD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDHJyzBylq0S4AzzwRAp6OAJ9cmzCN+TcLVg1rh4rNHc7Os/G7KgCfW2e6 U7uuPg/+JhseKLtDK48cdM8= =dDiW -----END PGP SIGNATURE----- --nextPart1300833.6KilASyrJD-- From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:41:17 2005 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 8BECD16A41F for ; Mon, 5 Sep 2005 19:41:17 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from internet.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80B643D55 for ; Mon, 5 Sep 2005 19:41:16 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from localhost (24-53-250-148.pittpa.adelphia.net [24.53.250.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by internet.potentialtech.com (Postfix) with ESMTP id 473D869A4C; Mon, 5 Sep 2005 15:41:15 -0400 (EDT) Date: Mon, 5 Sep 2005 15:41:12 -0400 From: Bill Moran To: "dave" Message-Id: <20050905154112.32800542.wmoran@potentialtech.com> In-Reply-To: <000a01c5b234$b5a96bf0$0200a8c0@satellite> References: <004401c5b1de$43c09dc0$0200a8c0@satellite> <20050905080504.57db7f4d.wmoran@potentialtech.com> <000a01c5b234$b5a96bf0$0200a8c0@satellite> Organization: Potential Technologies X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: postfix as nullclient on 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 19:41:17 -0000 [Please keep the mailing list in the loop, for the archives.] "dave" wrote: > Hi, > Thanks, i'll give that a go. Does ssmtp do sasl authentication? My main > server does that. No, it does certificate authentication, which works just as well, if not better. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 19:56:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEC916A41F for ; Mon, 5 Sep 2005 19:56:06 +0000 (GMT) (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 CAA8843D4C for ; Mon, 5 Sep 2005 19:56:05 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (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 j85Jvhb18632; Mon, 5 Sep 2005 12:57:43 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Giorgos Keramidas" Date: Mon, 5 Sep 2005 12:55:37 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <20050905081609.GB1378@gothmog.gr> Importance: Normal Cc: Grant Peel , freebsd-questions@freebsd.org Subject: RE: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 19:56:06 -0000 I had a 4.11 box just freeze the other day (our news server) power-cycling got it running again, nothing else worked. It would be nice to pretend all OUR crashes end up in kernel panics but this isn't reality. Ted >-----Original Message----- >From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] >Sent: Monday, September 05, 2005 1:16 AM >To: Ted Mittelstaedt >Cc: Grant Peel; freebsd-questions@freebsd.org >Subject: Re: Terminals > > >On 2005-09-05 00:25, Ted Mittelstaedt wrote: >> Grant Peel wrote: >>> Hi all, >>> I have serveral servers in a cage in Toronto, but I live 120 miles >>> away. Every once in a while, I will crash a box, or lock myself out >>> of one of them (mostly just the dev box now!). Anyways, is it >>> possible to daisychain the machines together using COM1 and COM2 so >>> that no matter what, one can always get to a console? Or am I just >>> wishing here... >> >> if you crash a box why would a serial console still work? > >It would still work if the kernel has KDB compiled in. I'm not sure if >this is what the original poster meant though. > >-- >No virus found in this incoming message. >Checked by AVG Anti-Virus. >Version: 7.0.344 / Virus Database: 267.10.18/86 - Release Date: >8/31/2005 > From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:06:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E3A16A41F for ; Mon, 5 Sep 2005 20:06:54 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from mdhost1.centroin.com.br (mdhost1.centroin.com.br [200.225.63.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88CDE43D48 for ; Mon, 5 Sep 2005 20:06:52 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by mdhost1.centroin.com.br (8.13.4/8.13.4/CIP SMTP HOST) with ESMTP id j85K6Rb3083414 for ; Mon, 5 Sep 2005 17:06:27 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Mon, 5 Sep 2005 17:06:49 -0300 (EST) From: Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: ls -l taking too much time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 20:06:54 -0000 Hi all, =09It=B4s a FreeBSD 5.4-STABLE, on a P-IV(2.4GHz) with 120G IDE HDD (UFS2+softupdates), as one data partition (mail). =09The test was done in a non-production server. =09GENERIC kernel. =09A "ls -l" in a /var/mail folder with +6000 files (not maildir) is taking more then 2 min to complete. =09I compiled (static) "ls" from the GNU filetools-4.1 and it takes ~1 min. =09Observing the final behavior I can say that gnu has an "unbuffered" output, while fbsds is buffered. =09It was tested in two different machines. =09Is it right? - Marcelo From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:07:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E96C16A41F for ; Mon, 5 Sep 2005 20:07:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 502A943D53 for ; Mon, 5 Sep 2005 20:07:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j85K7467015529; Mon, 5 Sep 2005 23:07:05 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j85K74Wc070911; Mon, 5 Sep 2005 23:07:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j85K73IL070910; Mon, 5 Sep 2005 23:07:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Mon, 5 Sep 2005 23:07:02 +0300 From: Giorgos Keramidas To: Ted Mittelstaedt Message-ID: <20050905200702.GA70885@orion.daedalusnetworks.priv> References: <20050905081609.GB1378@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: Grant Peel , freebsd-questions@freebsd.org Subject: Re: Terminals X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 20:07:08 -0000 On 2005-09-05 12:55, Ted Mittelstaedt wrote: >Giorgos Keramidas [keramida@ceid.upatras.gr] wrote: >>On 2005-09-05 00:25, Ted Mittelstaedt wrote: >>> if you crash a box why would a serial console still work? >> >>It would still work if the kernel has KDB compiled in. I'm not sure if >>this is what the original poster meant though. > > I had a 4.11 box just freeze the other day (our news server) > > power-cycling got it running again, nothing else worked. > > It would be nice to pretend all OUR crashes end up in kernel > panics but this isn't reality. Well, you have a point there. I've never seen a hard freeze, but that doesn't seem they don't exist. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:09:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E66816A41F for ; Mon, 5 Sep 2005 20:09:43 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from usenet.ath.cx (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5321843D46 for ; Mon, 5 Sep 2005 20:09:41 +0000 (GMT) (envelope-from bernt@bah.homeip.net) Received: from [10.0.0.3] (solaris8 [10.0.0.3]) by usenet.ath.cx (8.12.11/8.12.11) with ESMTP id j85K9dh1042364 for ; Mon, 5 Sep 2005 22:09:39 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <431CA603.7080604@bah.homeip.net> Date: Mon, 05 Sep 2005 22:09:39 +0200 From: Bernt Hansson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: sv, en-us, en MIME-Version: 1.0 To: freeBSD X-Priority: 1 (Highest) References: <4314ECAC.3020804@bah.homeip.net> <44r7c8nb2t.fsf@be-well.ilk.org> In-Reply-To: <44r7c8nb2t.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.51 on 10.0.0.1 Subject: Re: 5.4 Sloooooow network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 20:09:43 -0000 Lowell Gilbert skrev: > Bernt Hansson writes: > > >>I've just installed FreeBSD 5.4-RELEASE #0. >> >>Internal network works fast and without problems, the problems occur >>with external connections to the services I'm running (mail & web). >> >>Almost every connection attempt times-out like this. >> >>qpopper[4372]: (v4.0.5) Timeout (120 secs) during nw read from at >>host.net (x.x.x.x) >> >>qpopper[4372]: (null) at host.net (x.x.x.x): -ERR POP timeout from myhost >> >>Qpopper runs out of inetd. >> >>Internal if is rl0 and external is fxp0. The machine is a HP netserver >>LC2000 and it acts as a gateway to. >> >>Any thoughts? > > > Any network collisions on the outside link? How to check for them? > How many (if any) packets pass before the connections time out? 2-3 It does not answer on ping or traceroute. No firewall. So I was thinking of some sysctl, perhaps? So I changed back to 4.10 -- () ascii ribbon campaign - against html mail /\ - against microsoft attachments From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:39:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80B016A41F for ; Mon, 5 Sep 2005 20:39:33 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from mail.araneidae.co.uk (araneidae.co.uk [62.3.233.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B2943D46 for ; Mon, 5 Sep 2005 20:39:31 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from saturn.araneidae.co.uk (localhost [127.0.0.1]) by mail.araneidae.co.uk (8.13.1/8.13.1) with ESMTP id j85KdUZ4018184 for ; Mon, 5 Sep 2005 20:39:30 GMT (envelope-from michael@araneidae.co.uk) Received: from localhost (michael@localhost) by saturn.araneidae.co.uk (8.13.1/8.13.1/Submit) with ESMTP id j85KdUSd018181 for ; Mon, 5 Sep 2005 20:39:30 GMT (envelope-from michael@araneidae.co.uk) X-Authentication-Warning: saturn.araneidae.co.uk: michael owned process doing -bs Date: Mon, 5 Sep 2005 20:39:30 +0000 (GMT) From: Michael Abbott To: FreeBSD Questions In-Reply-To: Message-ID: <20050905202954.Q18151@saturn.araneidae.co.uk> References: <20050905151332.P16924@saturn.araneidae.co.uk> <20050905171912.GF67960@sentinelchicken.net> <20050905172827.U17621@saturn.araneidae.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: Hard disk 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, 05 Sep 2005 20:39:34 -0000 On Mon, 5 Sep 2005, David Kelly wrote: >>> I had a very similar problem a while back. After replacing the drive in >>> question, then replacing the motherboard, I discovered it was a power >>> issue. The power supply was freaking out at medium to high loads, which >>> was causing the device to continually reset. >> > On Sep 5, 2005, at 1:56 PM, Michael Abbott wrote: >> Well, I hope that's not it. I'm encouraged to think not: > Yeah But... Power supplies wear out. Particularly the capacitors. > > I have seen every single component replaced in denial that the problem could > be related to the power supply. Then the PS was finally replaced because it > was the only thing which had not. And the problem was the PS all along. Well, I do have another reason for thinking that it's nothing to do with the power supply: a bit of history I didn't mention (because it's long and not particularly interesting). When I first installed this machine (a bit over three years ago) I used the offending disk together with another disk of the same model. I first used the motherboard hardware RAID (using striping for speed, more fool me) on the motherboard and installed FreeBSD. It broke, really quite quickly (within a week or so). I blamed the RAID controller and tried again, this time using vinum. The system survived quite a bit longer (can't remember how long, a month or so maybe), but suddenly failed quite horribly: I lost all data. I retired the two disks and started again, and the resulting system has run sweetly for three years. Recently I brought the two disks out of retirement, and one of them seems most unhappy (as described). I'm strongly persuaded (convinced, even) that that one disk is dodgy. I think I'm going to have to bin it, unless somebody can come up with a way to reliably molycoddle it. I still think the question: "why does FreeBSD hang?" is interesting. From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:58:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AA916A41F for ; Mon, 5 Sep 2005 20:58:22 +0000 (GMT) (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 B559143D4C for ; Mon, 5 Sep 2005 20:58:21 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 8667 invoked from network); 6 Sep 2005 06:58:15 +1000 Received: from 203-173-33-12.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.33.12) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Sep 2005 06:58:15 +1000 Message-ID: <431CB161.6090506@meijome.net> Date: Tue, 06 Sep 2005 06:58:09 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: bsd References: <76A31A63-4856-4A0A-82C9-54EF01CE21B7@todoo.biz> <4315DF26.3010507@meijome.net> <44103F6A-FE52-408F-A375-1B2D975B580E@todoo.biz> In-Reply-To: <44103F6A-FE52-408F-A375-1B2D975B580E@todoo.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Problem when making index in /usr/ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 20:58:22 -0000 bsd wrote: > I no longer have the Japanese error, I have the arabic error no !! > >> Generating INDEX-5 - please wait..kde-i18n-3.4.2: "/usr/ports/ >> arabic/kde3-i18n" non-existent -- dependency list incomplete >> ===> misc/kde3-i18n failed >> *** Error code 1 yup, it *isn't* a 'japanese' port issue (or arabic) - something in your system is telling it not to download certain ports, but the dependencies tell the system it needs them. >> ******************************************************************** >> Before reporting this error, verify that you are running a supported >> version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you >> have a complete and up-to-date ports collection. (INDEX builds are >> not supported with partial or out-of-date ports collections -- in >> particular, if you are using cvsup, you must cvsup the "ports-all" >> collection, and have no "refuse" files.) You most probably have a refuse file in place. every time I encountered this problem, it was that. You can either try removing the language (actually, the section of the ports tree) in question from the refuse file, but you'll have this problem again sooner or later. You can simply get rid of the refuse file altogether (it isnt that much of a bandwidth saver really), or: >> Note: the latest pre-generated version of INDEX may be fetched >> automatically with "make fetchindex". run 'make fetchindex' after you update with cvsup. (which means you'll download the binary index from the cvsup server...so whatever you save by not downloading the language specific ports, you are probably using it here... > > Which steps do you think I should take to get rid of this error... ?? > as above. Beto From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 21:20:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314C116A41F for ; Mon, 5 Sep 2005 21:20:10 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from lakecmmtar04.coxmail.com (lakecmmtar04.coxmail.com [68.99.120.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 887CE43D45 for ; Mon, 5 Sep 2005 21:20:09 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by lakecmmtar04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050905212006.YEPJ27582.lakecmmtar04.coxmail.com@sentinelchicken.net> for ; Mon, 5 Sep 2005 17:20:06 -0400 Received: (qmail 26954 invoked from network); 5 Sep 2005 21:20:06 -0000 Received: from unknown (HELO numbuscus.sentinelchicken.net) (10.0.0.2) by samson.sentinelchicken.net with SMTP; 5 Sep 2005 21:20:06 -0000 Received: (nullmailer pid 79076 invoked by uid 1000); Mon, 05 Sep 2005 21:20:06 -0000 Date: Mon, 5 Sep 2005 17:20:06 -0400 From: Jason Morgan To: FreeBSD Questions Message-ID: <20050905212006.GG67960@sentinelchicken.net> References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> <431C6BD9.3010303@chrislaco.com> <447jdve8xd.fsf@be-well.ilk.org> <431C7F89.1000501@chrislaco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431C7F89.1000501@chrislaco.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Won't go into multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 21:20:10 -0000 On Mon, Sep 05, 2005 at 01:25:29PM -0400, Christopher H. Laco wrote: > Lowell Gilbert wrote: > >Understood. Nonetheless, this is not enough information from which to > >diagnose the problem. > > Enough or not, It's all there is. > I installed FBSD. I supped and built to stable. > Everthing boots and works fine. > > I installed mysql4.0 from ports and multi-user mode is now never reached > during boot. > > There are no errors in any logs on in any console output. > Disabling mysql-server.sh solves the problem and allows multi-user mode > to be reached during boot. > You try 'boot -v' to see if there are any hidden messages? -Jason From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 21:34:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5EE716A41F for ; Mon, 5 Sep 2005 21:34:58 +0000 (GMT) (envelope-from maarfree@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A9E43D48 for ; Mon, 5 Sep 2005 21:34:57 +0000 (GMT) (envelope-from maarfree@xs4all.nl) Received: from maarten.sandersatkins.nl (a80-127-55-226.adsl.xs4all.nl [80.127.55.226]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id j85LYtQN028266 for ; Mon, 5 Sep 2005 23:34:55 +0200 (CEST) (envelope-from maarfree@xs4all.nl) From: Maarten Sanders To: FreeBSD Questions Content-Type: text/plain Date: Mon, 05 Sep 2005 23:34:55 +0200 Message-Id: <1125956095.771.14.camel@maarten> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: pccard, wi0, wep and DHCP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 21:34:58 -0000 Hi, If used to have my wives laptop configured with rc.conf containing: 'ifconfig_wi0="DHCP"' this works and brings up wi0. Since my town is crowded with wardrivers I would like to use wep. Because my wife often inserts the pcmcia card after booting I also like to have pccard enabled. I can manually configure the card to use WEP. dhclient is configured 'out of the box'. What I did after some googling: in /etc/rc.conf I added: pccard_enable="YES" pccard_flags="-z" pccard_ifconfig="DHCP" and I removed: ifconfig_wi0="DHCP" I created a file: /etc/start_if.wi0 ifconfig wi0 nwkey 0xsomehex The wi card is listed in /etc/default/pccard.conf : "BENQ" "AWL100 PCMCIA ADAPTER" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop so I think /etc/pccard_ether should be executed on boot/insertion. Now this works not as I expect. When I manually run: /etc/pccard_ether wi0 start /etc/start_if.wi0 is not interpretted and the WEP key is not set so dhclient fails. I guess I am missing a trivial point, but which? Maarten From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 21:46:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7952916A41F for ; Mon, 5 Sep 2005 21:46:36 +0000 (GMT) (envelope-from socomseal989@cox.net) Received: from eastrmmtao03.cox.net (eastrmmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C3E43D45 for ; Mon, 5 Sep 2005 21:46:35 +0000 (GMT) (envelope-from socomseal989@cox.net) Received: from freebsd.local ([68.9.57.204]) by eastrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050905214635.VSAT29674.eastrmmtao03.cox.net@freebsd.local> for ; Mon, 5 Sep 2005 17:46:35 -0400 Date: Mon, 5 Sep 2005 17:44:08 -0400 From: brian kaczynski To: freebsd-questions@freebsd.org Message-Id: <20050905174408.571b1186.socomseal989@cox.net> In-Reply-To: <20050904120050.9B5D216A47B@hub.freebsd.org> References: <20050904120050.9B5D216A47B@hub.freebsd.org> Organization: n/a X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.4; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: combine partitions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 21:46:36 -0000 I used to have 2 slices on my hdd, one for windows, one for freebsd. i recently got rid of windows, and want to merge that slice into the other, and probably grow the /usr directory to fill the slice. How can I merge the two slices? From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 21:46:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0499A16A41F for ; Mon, 5 Sep 2005 21:46:50 +0000 (GMT) (envelope-from ihsan@dogan.ch) Received: from mail.blastwave.org (mail.blastwave.org [147.87.98.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE6643D46 for ; Mon, 5 Sep 2005 21:46:49 +0000 (GMT) (envelope-from ihsan@dogan.ch) Received: from localhost (localhost [127.0.0.1]) by mail.blastwave.org (Postfix) with ESMTP id 01D02F89A for ; Mon, 5 Sep 2005 23:46:48 +0200 (MEST) Received: from mail.blastwave.org ([127.0.0.1]) by localhost (enterprise [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22486-06-3 for ; Mon, 5 Sep 2005 23:46:43 +0200 (MEST) Received: from defiant.dogan.ch (defiant.dogan.ch [213.144.141.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.blastwave.org (Postfix) with ESMTP id 09090F896 for ; Mon, 5 Sep 2005 23:46:42 +0200 (MEST) Received: by defiant.dogan.ch (Postfix, from userid 1000) id 0759F17B0E; Mon, 5 Sep 2005 23:46:41 +0200 (CEST) Date: Mon, 5 Sep 2005 23:46:41 +0200 From: Ihsan Dogan To: FreeBSD Questions Message-ID: <20050905214641.GA28018@dogan.ch> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: NetBSD/i386 1.6.2 X-Uptime: 11:30PM up 30 days, 2:31, 7 users, load averages: 1.80, 1.61, 1.59 X-Binford: 6100 (more power) X-Editor: Vim-603 http://www.vim.org X-Virus-Scanned: amavisd-new at blastwave.org Subject: dhcrelay is setting the relay ip address wrong X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 21:46:50 -0000 Hello, I'm running a small router/firewall on a FreeBSD 5.4 system. This machine should also act as a DHCP gateway. For the dhcp relay, I'm using ISC's dhcrelay (from Ports isc-dhcp3-relay-3.0.3). The Interfaca and network configuration: hme0: flags=8843 mtu 1500 options=b inet 213.144.141.145 netmask 0xfffffff8 broadcast 213.144.141.151 inet6 fe80::a00:20ff:feb4:42cc%hme0 prefixlen 64 scopeid 0x1 inet6 2001:470:1f01:569::1 prefixlen 112 ether 08:00:20:b4:42:cc media: Ethernet autoselect (100baseTX ) status: active hme1: flags=8843 mtu 1500 options=b inet 192.168.23.1 netmask 0xffffff00 broadcast 192.168.23.255 inet6 fe80::a00:20ff:feb4:42cd%hme1 prefixlen 64 scopeid 0x2 ether 08:00:20:b4:42:cd media: Ethernet autoselect (100baseTX ) status: active hme2: flags=8843 mtu 1500 options=b inet 192.168.42.1 netmask 0xffffff00 broadcast 192.168.42.255 inet6 fe80::a00:20ff:feb4:42ce%hme2 prefixlen 64 scopeid 0x3 ether 08:00:20:b4:42:ce media: Ethernet autoselect (100baseTX ) status: active The DHCP server is on the subnet of hme0; the DHCP clients are on hme1 on hme2. netstat -rnf inet: Destination Gateway Flags Refs Use Netif Expire default 213.144.128.205 UGS 0 250630 tun0 127.0.0.1 127.0.0.1 UH 0 71 lo0 192.168.23 link#2 UC 0 0 hme1 192.168.23.2 00:c0:49:5a:1d:ca UHLW 0 2 hme1 823 192.168.42 link#3 UC 0 0 hme2 213.144.128.205 213.144.146.12 UH 1 0 tun0 213.144.141.144 ff:ff:ff:ff:ff:ff UHLWb 0 3 hme0 => 213.144.141.144/29 link#1 UC 0 0 hme0 213.144.141.146 00:08:c7:3a:df:a9 UHLW 0 104123 hme0 233 213.144.141.147 00:07:e9:14:1a:a1 UHLW 0 38011 hme0 322 213.144.141.151 ff:ff:ff:ff:ff:ff UHLWb 0 1 hme0 The dhcrelay is started with the following options: /usr/local/sbin/dhcrelay -i hme1 -i hme2 -d -a 213.144.141.146 The dhcrelay receives the request and passes them to the DHCP server, but the forwarded package contains the "relay agent ip address" of 192.168.23.1 and not 213.144.141.145 how it should be. In that case, the DHCP server is sending the reply to 192.168.23.1 and not to 213.144.141.145. Did I something wrong? A bug? Ihsan -- ihsan@dogan.ch http://ihsan.dogan.ch/ From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 22:27:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3813E16A41F for ; Mon, 5 Sep 2005 22:27:33 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D5743D46 for ; Mon, 5 Sep 2005 22:27:32 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1ECPR5-0004w3-Q9; Mon, 05 Sep 2005 18:27:32 -0400 Date: Mon, 5 Sep 2005 17:27:34 -0500 From: "Andrew L. Gould" To: Maarten Sanders Message-ID: <20050905172734.157c326a@grokwell.org> In-Reply-To: <1125956095.771.14.camel@maarten> References: <1125956095.771.14.camel@maarten> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc327697a44832bedb44f326afdaf4efda350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: FreeBSD Questions Subject: Re: pccard, wi0, wep and DHCP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 22:27:33 -0000 On Mon, 05 Sep 2005 23:34:55 +0200 Maarten Sanders wrote: > Hi, > > If used to have my wives laptop configured with rc.conf containing: > 'ifconfig_wi0="DHCP"' this works and brings up wi0. Since my town is > crowded with wardrivers I would like to use wep. Because my wife often > inserts the pcmcia card after booting I also like to have pccard > enabled. I can manually configure the card to use WEP. dhclient is > configured 'out of the box'. > > What I did after some googling: > > in /etc/rc.conf I added: > pccard_enable="YES" > pccard_flags="-z" > pccard_ifconfig="DHCP" > and I removed: > ifconfig_wi0="DHCP" > > I created a file: > /etc/start_if.wi0 > ifconfig wi0 nwkey 0xsomehex > > The wi card is listed in /etc/default/pccard.conf : > "BENQ" "AWL100 PCMCIA ADAPTER" > config auto "wi" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > so I think /etc/pccard_ether should be executed on boot/insertion. Now > this works not as I expect. When I manually run: > /etc/pccard_ether wi0 start > /etc/start_if.wi0 is not interpretted and the WEP key is not set so > dhclient fails. > > I guess I am missing a trivial point, but which? > > Maarten I use a script to configure my wireless pccard. A simplified version (without start, stop, etc) of a WEP, DHCP connection follows: #!/bin/sh ifconfig wi0 ssid ssidname nwkey 0x9999999999 dhclient wi0 Basically, you need to add the ssid information to your ifconfig line and execute dhclient after the interface has been configured with the WEP key. Good luck, Andrew Gould From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 23:53:25 2005 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 5B15E16A41F for ; Mon, 5 Sep 2005 23:53:25 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9578043D46 for ; Mon, 5 Sep 2005 23:53:24 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 17456 invoked from network); 5 Sep 2005 23:53:24 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 5 Sep 2005 23:53:24 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j85NrNdM032621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Sep 2005 19:53:23 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.3/Submit) id j85NrMgl032620; Mon, 5 Sep 2005 19:53:22 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: fs@freebsd.org, questions@freebsd.org Date: Mon, 5 Sep 2005 19:53:21 -0400 User-Agent: KMail/1.8.1 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Subject: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 23:53:25 -0000 Can this be explained by anything other than a (nasty) bug? % ls -la audio/shorten/files total 0 % rmdir audio/shorten/files rmdir: audio/shorten/files: Directory not empty This is on 5.4-stable from July 21 -- up ever since... Thanks! -mi From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 00:38:21 2005 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 6AAF516A41F; Tue, 6 Sep 2005 00:38:21 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA2743D49; Tue, 6 Sep 2005 00:38:20 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [192.168.42.23] (andersonbox3.centtech.com [192.168.42.23]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id j860c420016953; Mon, 5 Sep 2005 19:38:04 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <431CE4F8.8000404@centtech.com> Date: Mon, 05 Sep 2005 19:38:16 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050904 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mikhail Teterin References: <200509051953.22337@aldan> In-Reply-To: <200509051953.22337@aldan> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/1064/Mon Sep 5 16:05:55 2005 on mh1.centtech.com X-Virus-Status: Clean Cc: questions@freebsd.org, fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 00:38:21 -0000 Mikhail Teterin wrote: > Can this be explained by anything other than a (nasty) bug? > > % ls -la audio/shorten/files > total 0 > % rmdir audio/shorten/files > rmdir: audio/shorten/files: Directory not empty > > This is on 5.4-stable from July 21 -- up ever since... Thanks! I doubt it's file system corruption, but there isn't a ton of info here. Can you show permissions on the directories audio, shorten, and files? Also - what is your securelevel set to, and have you checked to see if there are processes with any open files in those directories? Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 00:42:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3DF16A41F for ; Tue, 6 Sep 2005 00:42:38 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644DC43D48 for ; Tue, 6 Sep 2005 00:42:37 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 63989 invoked by uid 85); 6 Sep 2005 00:42:32 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.297264 secs); 06 Sep 2005 00:42:32 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 6 Sep 2005 00:42:30 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Mon, 5 Sep 2005 16:42:12 -0800 User-Agent: KMail/1.8.2 References: <200509051953.22337@aldan> In-Reply-To: <200509051953.22337@aldan> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart28967313.EfIaPAVcpr"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509051642.26085.akbeech@gmail.com> Cc: Mikhail Teterin Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 00:42:38 -0000 --nextPart28967313.EfIaPAVcpr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 05 September 2005 03:53 pm, Mikhail Teterin wrote: > Can this be explained by anything other than a (nasty) bug? > > % ls -la audio/shorten/files > total 0 > % rmdir audio/shorten/files > rmdir: audio/shorten/files: Directory not empty > > This is on 5.4-stable from July 21 -- up ever since... Thanks! > > -mi Try rm -R audio/shorten/files Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart28967313.EfIaPAVcpr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDHOXxVq19LUoGB+MRAtZIAKDMuCF77eD5EVBlAKPX9GDAbil3VACgyZrs I9rHjnL8wIK9vHGoGhswsKE= =PYTx -----END PGP SIGNATURE----- --nextPart28967313.EfIaPAVcpr-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 01:37:17 2005 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 AC8EB16A420 for ; Tue, 6 Sep 2005 01:37:17 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 817F943D49 for ; Tue, 6 Sep 2005 01:37:16 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 1036 invoked from network); 6 Sep 2005 01:37:16 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 6 Sep 2005 01:37:15 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j861bDQf040371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 5 Sep 2005 21:37:13 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.3/Submit) id j861bAjC040365; Mon, 5 Sep 2005 21:37:10 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: Eric Anderson , Beecher Rintoul Date: Mon, 5 Sep 2005 21:37:10 -0400 User-Agent: KMail/1.8.1 References: <200509051953.22337@aldan> <431CE4F8.8000404@centtech.com> In-Reply-To: <431CE4F8.8000404@centtech.com> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: questions@freebsd.org, fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 01:37:18 -0000 On Monday 05 September 2005 08:38 pm, Eric Anderson wrote: = Mikhail Teterin wrote: = > Can this be explained by anything other than a (nasty) bug? = > = > % ls -la audio/shorten/files = > total 0 = > % rmdir audio/shorten/files = > rmdir: audio/shorten/files: Directory not empty = > = > This is on 5.4-stable from July 21 -- up ever since... Thanks! [...] = Can you show permissions on the directories audio, shorten, and files? Well, ls of the directory succeds above, so it can not be the permission problem. But here: % cd audio/shorten % ls -lds 2 drwxrwxr-x 4 mi wheel 512 Jul 21 01:13 . % ls -loas files total 0 % rmdir files rmdir: files: Directory not empty = Also - what is your securelevel set to Default. = and have you checked to see if there are processes with any open files = in those directories? I doubt there are any, and why would that affect anything anyway? Here: % mkdir /tmp/q % touch /tmp/q/meow % tail -F /tmp/q/meow & [2] 39947 % rm /tmp/q/meow % rmdir /tmp/q In other words, the directory (/tmp/q) is removable even if a process (tail) still has a deleted file (meow) in it opened. On Monday 05 September 2005 08:42 pm, Beecher Rintoul wrote: = Try rm -R audio/shorten/files Thank you, but I'm afraid, it may succeed in deleting the directory, while I try to figure out, what is happening -- the directory is empty according to ls, but not empty according to rmdir. -mi From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 01:58:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D609C16A41F for ; Tue, 6 Sep 2005 01:58:54 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 686A743D46 for ; Tue, 6 Sep 2005 01:58:53 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: by wproxy.gmail.com with SMTP id i23so503755wra for ; Mon, 05 Sep 2005 18:58:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tCx2RMQshrHOlxxs3v8fxq1KOLes3hlJJh8DmPoci4YbW7R7dr3wF9ytbKpAKv+eE1Kg4Hf69TnTTYTh5hvgYXCJ/T9wiuRKtOobSVoCTyyOEvCbEeFrVfdutLoo7SD3ZXexJ6DTYugY9w3SLx8IdFz/u4Tphsua/mrxDeSlYQg= Received: by 10.54.52.59 with SMTP id z59mr4044373wrz; Mon, 05 Sep 2005 18:58:53 -0700 (PDT) Received: by 10.54.13.2 with HTTP; Mon, 5 Sep 2005 18:58:53 -0700 (PDT) Message-ID: <9287d19b050905185833fbdaa8@mail.gmail.com> Date: Mon, 5 Sep 2005 22:58:53 -0300 From: Frederico Franzosi To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Trouble with RPM port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ffranzosi@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 01:58:55 -0000 I'm having some strange troubles with RPM port, I already tried to cvsup, but the error is still there could anybody get the solution from that output: ---------------- =3D=3D=3D> Configuring for rpm-3.0.6_10 ./configure: 123: Syntax error: word unexpected (expecting ")") =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log" including the output o= f the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`) --------------- I already submited the problem to the address but it seems they didn't have enough time to correct it, or maybe I've done something wrong. Anyway, any solutions?? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 02:31:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CEA16A41F for ; Tue, 6 Sep 2005 02:31:01 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from eastrmmtao02.cox.net (eastrmmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E28A843D45 for ; Tue, 6 Sep 2005 02:31:00 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from [192.168.1.104] (really [24.250.141.71]) by eastrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050906023100.ECSQ20229.eastrmmtao02.cox.net@[192.168.1.104]> for ; Mon, 5 Sep 2005 22:31:00 -0400 Message-ID: <431CFF6A.30101@earthlink.net> Date: Mon, 05 Sep 2005 21:31:06 -0500 From: Eric Murphy User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 6.0 DHCP question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 02:31:01 -0000 How does one go about renewing the DHCP lease in 6.0? Apparently dhcpclient -r interface doesnt work? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 02:42:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9AB16A41F for ; Tue, 6 Sep 2005 02:42:50 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from 163.com (bj44-205.i.netease.com [202.108.44.205]) by mx1.FreeBSD.org (Postfix) with SMTP id 2EC2143D46 for ; Tue, 6 Sep 2005 02:42:46 +0000 (GMT) (envelope-from yuanjue122@163.com) Received: from yuanjue.nc6000.org (unknown [59.66.138.109]) by smtp2 (Coremail) with SMTP id JIDHVwsCHUO8HTkD.1 for ; Tue, 06 Sep 2005 10:42:19 +0800 (CST) X-Originating-IP: [59.66.138.109] From: Yuan Jue Organization: TsingHua Univ. To: brian kaczynski User-Agent: KMail/1.8.2 References: <20050904120050.9B5D216A47B@hub.freebsd.org> <20050905174408.571b1186.socomseal989@cox.net> In-Reply-To: <20050905174408.571b1186.socomseal989@cox.net> MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 6 Sep 2005 10:46:42 +0800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200509061046.42683.yuanjue122@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: combine partitions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 02:42:50 -0000 On Tuesday 06 September 2005 05:44, Yuan Jue wrote: > I used to have 2 slices on my hdd, one for windows, one for freebsd. i > recently got rid of windows, and want to merge that slice into the other, > and probably grow the /usr directory to fill the slice. How can I merge the > two slices? _______________________________________________ maybe you could find some information using "man growfs" Good luck. -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 02:45:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B124516A41F for ; Tue, 6 Sep 2005 02:45:18 +0000 (GMT) (envelope-from varoun.p@tcs.com) Received: from inchng01.tcs.com (InChnG01.tcs.com [203.101.69.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B0243D4C for ; Tue, 6 Sep 2005 02:45:17 +0000 (GMT) (envelope-from varoun.p@tcs.com) Received: from ([172.20.83.59]) by inchng01.tcs.com with InterScan Messaging Security Suite; Tue, 06 Sep 2005 08:15:19 +0530 In-Reply-To: <20050906015914.D2C1016A420@hub.freebsd.org> To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 Message-ID: From: varoun.p@tcs.com Date: Tue, 6 Sep 2005 08:15:23 +0530 X-MIMETrack: Serialize by Router on InChnM03/TCS(Release 6.53HF361 | February 23, 2005) at09/06/2005 08:15:24, Serialize complete at 09/06/2005 08:15:24 X-imss-version: 2.031 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:4 C:3 M:3 S:3 R:3 (1.0000 1.0000) Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 02:45:18 -0000 Mikhail Teterin wrote: > Can this be explained by anything other than a (nasty) bug? > > % ls -la audio/shorten/files > total 0 > % rmdir audio/shorten/files > rmdir: audio/shorten/files: Directory not empty > If you have emacs, try the dired mode. Maybe a file with non-printing characters in the filename is the culprit? Varoun P Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 04:45:24 2005 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 342B916A41F for ; Tue, 6 Sep 2005 04:45:24 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF1043D46 for ; Tue, 6 Sep 2005 04:45:23 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from [192.168.1.103] (really [69.167.39.216]) by mta10.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050906044523.HBXA12165.mta10.adelphia.net@[192.168.1.103]> for ; Tue, 6 Sep 2005 00:45:23 -0400 From: Damon Blom Organization: home To: questions@freebsd.org Date: Mon, 5 Sep 2005 21:45:24 -0700 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509052145.24906.surferdamon@adelphia.net> Cc: Subject: freebsd on memory 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: Tue, 06 Sep 2005 04:45:24 -0000 Hi presario r3000 amd64 freebsd-current 7.0 ad0: 76319MB Hitachi DK23FA-80 da0 HP Digital drive 1.00 > Removable direct access SCSI -0 Device dual XP/FreeBSD with easy boot used sysinstall to configure da0 as entire freebsd da0s1a /tmp 390MB da0s1d /tmp/usr 600MB used gtar to transfer / to /mnt transfer /usr to /mnt/usr (Cheat Sheet) usb bootable (bios) shows F1 ? (win) F2 Freebsd F5 Drive 1 But will not boot . I did same thing on desktop with a second hard drive and it booted fine. Is it because memory card is not really a hard drive? Any way to do it ? Thank's Damon and thank's so much for freebsd (my whole life) From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 05:55:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B9DC16A41F for ; Tue, 6 Sep 2005 05:55:51 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: from web30307.mail.mud.yahoo.com (web30307.mail.mud.yahoo.com [68.142.200.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 29FD743D45 for ; Tue, 6 Sep 2005 05:55:51 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: (qmail 79073 invoked by uid 60001); 6 Sep 2005 05:55:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=glhrI8UbqqXbSOWb4OZjzc2ry144bmV18Sv1U46bWe2NBP2WuVTiZeOr11h+Ca57ZKPd/c0j5bw/w39T+r9j5ygY3Whu4pvSY1u+6N7bZKBwUdSv+I36eHA9TMvy9MWk5WQDHHKp+5/SH5nFLt46qd1mhIFVCDwakN+C6FNaOyw= ; Message-ID: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> Received: from [61.88.127.146] by web30307.mail.mud.yahoo.com via HTTP; Mon, 05 Sep 2005 22:55:50 PDT Date: Mon, 5 Sep 2005 22:55:50 -0700 (PDT) From: Yance Kowara To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: FreeBSD howto collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 05:55:51 -0000 Dear all, I am looking for a good article or collection of howtos or something similar to Ted's FreeBSD Corporate Networker's Guide. A book similar to Carla Schroder's Linux Cookbook (http://proquest.safaribooksonline.com/?XmlId=0596006403) is very nice and practical to follow. I am given a task to design a small business network solution using FreeBSD. It needs a gateway, firewall, mail, proxy server, etc. What is available (what I can find) are different howtos implemented in different situations. Any pointers appreciated. Regards, Yance Kowara __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 06:13:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129A316A420 for ; Tue, 6 Sep 2005 06:13:11 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854E143D4C for ; Tue, 6 Sep 2005 06:13:10 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 83793 invoked by uid 85); 6 Sep 2005 06:13:06 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.260348 secs); 06 Sep 2005 06:13:06 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 6 Sep 2005 06:13:04 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Mon, 5 Sep 2005 22:12:44 -0800 User-Agent: KMail/1.8.2 References: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> In-Reply-To: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1954420.G4HNb5HO4u"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509052212.59492.akbeech@gmail.com> Cc: Yance Kowara Subject: Re: FreeBSD howto collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 06:13:11 -0000 --nextPart1954420.G4HNb5HO4u Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 05 September 2005 09:55 pm, Yance Kowara wrote: > Dear all, > > I am looking for a good article or collection of > howtos or something similar to Ted's FreeBSD Corporate > Networker's Guide. > > A book similar to Carla Schroder's Linux Cookbook > (http://proquest.safaribooksonline.com/?XmlId=3D0596006403) > > is very nice and practical to follow. > > I am given a task to design a small business network > solution using FreeBSD. It needs a gateway, firewall, > mail, proxy server, etc. > > What is available (what I can find) are different > howtos implemented in different situations. > > Any pointers appreciated. > > Regards, > > > Yance Kowara I found "The Complete FreeBSD by Greg Lehey" invaluable when I was starting= =20 out in FreeBSD. Also the OReilly book "Building Internet Firewalls" was ver= y=20 helpful.=20 Cheers, Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart1954420.G4HNb5HO4u Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDHTNrVq19LUoGB+MRAtHwAKCvkbuv0wgiZe5O79OcTKPLkSYgKQCfUE0r CFXVednQV7o5ZQXn8wMJc6I= =Tddr -----END PGP SIGNATURE----- --nextPart1954420.G4HNb5HO4u-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 07:19:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F6916A420 for ; Tue, 6 Sep 2005 07:19:17 +0000 (GMT) (envelope-from pavlik@mcc.elektra.ru) Received: from angel.elektra.ru (angel.Elektra.RU [193.125.98.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD4D43D48 for ; Tue, 6 Sep 2005 07:19:15 +0000 (GMT) (envelope-from pavlik@mcc.elektra.ru) Received: from pavlik (pavlik.mcc.elektra.ru [172.17.241.228]) by angel.elektra.ru (8.13.4/8.12.8) with SMTP id j867IpGP000386; Tue, 6 Sep 2005 11:19:00 +0400 (MSD) Message-ID: <01e701c5b2b3$4135eb70$e4f111ac@pavlik> From: "Pavel Baleshenko" To: , References: Date: Tue, 6 Sep 2005 11:18:50 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SpamTest-Info: Profile: Formal (268/050901) X-SpamTest-Info: Profile: Detect Standard No RBL (4/030526) X-SpamTest-Info: Profile: SysLog X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: Subject: Re: ls -l taking too much time X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 07:19:17 -0000 Hello. I've the same problem on 5.3. I think the problem occurs while file is being stat and passwd (uid to name). Each file in /var/mail has its own owner. Try `ktrace ls -l` and look the size of final dump file. May be its solution is in the tuning of the PAM authorization. > Hi all, > > It´s a FreeBSD 5.4-STABLE, on a P-IV(2.4GHz) with 120G IDE HDD > (UFS2+softupdates), as one data partition (mail). > The test was done in a non-production server. > GENERIC kernel. > > A "ls -l" in a /var/mail folder with +6000 files (not maildir) is > taking more then 2 min to complete. > I compiled (static) "ls" from the GNU filetools-4.1 and it takes > ~1 min. > Observing the final behavior I can say that gnu has an > "unbuffered" output, while fbsds is buffered. > It was tested in two different machines. > Is it right? > > - Marcelo > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 07:34:51 2005 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 14E5416A425 for ; Tue, 6 Sep 2005 07:34:51 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from aomailrelay01.atosorigin.es (aomailrelay01.atosorigin.es [195.76.254.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F3543D46 for ; Tue, 6 Sep 2005 07:34:50 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from AOAV02.atosorigin.es ([172.24.0.163]) by aomailrelay01.atosorigin.es (iPlanet Messaging Server 5.2 HotFix 1.09 (built Jan 7 2003)) with ESMTP id for questions@freebsd.org; Tue, 06 Sep 2005 09:41:40 +0200 (Romance Daylight Time) Received: from mailmad05.es.int.atosorigin.com ([172.24.0.162]) by AOAV02 with trend_isnt_name_B; Tue, 06 Sep 2005 09:42:07 +0200 Received: from [172.24.8.84] (es-gmbhr1j.es.int.atosorigin.com [172.24.8.84]) by mailmad05.atosorigin.es (iPlanet Messaging Server 5.2 HotFix 1.26 (built Mar 31 2004)) with ESMTPA id for questions@freebsd.org; Tue, 06 Sep 2005 09:34:51 +0200 (Romance Daylight Time) Date: Tue, 06 Sep 2005 09:34:37 +0200 From: Erik Norgaard To: FreeBSD Questions Message-id: <431D468D.70308@locolomo.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) Cc: Subject: Digital Video/Firewire: missing link? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 07:34:51 -0000 Hi, After reading a lot of documentation it appeared that passing digital video would be easy, so I jumped in and bought a Canon MVX200. Now I have a missing link: Connecting via firewire to get the raw video. The camera has two modes: Play and Network, according to the manual network mode is for transfering DV via the firewire. I have tried in both modes to connect and transfer data both using fwcontrol and the tools installed with dvts, but it fails: fwcontrol: charm# fwcontrol -R test.dv (EAGAIN) (EAGAIN) fwcontrol: unknown format 0x2 charm# fwcontrol -R test.dv fwcontrol: read failed: Input/output error dvts tools: charm# dvrecv Found AV/C device Vendor: Canon Model: MVX200 total : -1 frames (0 Bytes) charm# dvconnect open video1394 device: No such file or directory charm# dvconnect -d /dev/fw0 mmap videobuffer: Invalid argument charm# dvconnect -d /dev/fw0.0 mmap videobuffer: Invalid argument charm# dvconnect -d /dev/fwmem0 VIDEO1394_LISTEN_CHANNEL: Invalid argument charm# dvconnect -d /dev/fwmem0.0 VIDEO1394_LISTEN_CHANNEL: Invalid argument charm# dvconnect -d /dev/fw0 I have tried to toggle hw.firewire.try_bmr as described in fwcontrol(8) but with no change. fwcontrol -r does not change anything either. What am I missing? Further, changing mode or reconnecting have caused panics. Thanks! Erik System: FreeBSD 6.0-BETA3 #1: Sun Sep 4 20:05:40 CEST 2005 Kernel config: device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device pass # Passthrough device (direct SCSI access) device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) dmesg: fwohci0: mem 0xe5800000-0xe58007ff irq 11 at device 10.2 on pci0 fwohci0: [GIANT-LOCKED] fwohci0: OHCI version 1.0 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:e0:18:00:03:09:43:39 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 sbp0: on firewire0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:e0:18:09:43:39 fwe0: Ethernet address: 02:e0:18:09:43:39 fwohci0: Initiate bus reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) Attaching MVX200 in play or network mode: fwohci0: BUS reset fwohci0: node_id=0x8800ffc0, gen=2, non CYCLEMASTER mode firewire0: 2 nodes, maxhop <= 1, cable IRM = 0 (me) firewire0: root node is not cycle master capable firewire0: bus manager 0 (me) fwohci0: txd err= 3 miss Ack err firewire0: bus_explore node=1 addr=0x400 resp=22 retry=1 fwohci0: txd err= 3 miss Ack err firewire0: bus_explore node=1 addr=0x400 resp=22 retry=2 fwohci0: txd err= 3 miss Ack err firewire0: bus_explore node=1 addr=0x400 resp=22 retry=3 fwohci0: txd err= 3 miss Ack err firewire0: bus_explore node=1 addr=0x400 resp=22 retry=4 firewire0: bus_explore failed for 1 nodes fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=3, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) fwohci0: BUS reset fwohci0: node_id=0x8800ffc0, gen=4, non CYCLEMASTER mode firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 firewire0: bus manager 0 (me) firewire0: New S100 device ID:00008500009e1a7e -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 ------------------------------------------------------------------ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. Este mensaje y los ficheros adjuntos pueden contener informacion confidencial destinada solamente a la(s) persona(s) mencionadas anteriormente. Pueden estar protegidos por secreto profesional Si usted recibe este correo electronico por error, gracias de informar inmediatamente al remitente y destruir el mensaje. Al no estar asegurada la integridad de este mensaje sobre la red, Atos Origin no se hace responsable por su contenido. Su contenido no constituye ningun compromiso para el grupo Atos Origin, salvo ratificacion escrita por ambas partes. Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor no puede garantizar nada al respecto y no sera responsable de cualesquiera danos que puedan resultar de una transmision de virus ------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 08:30:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7588A16A41F for ; Tue, 6 Sep 2005 08:30:35 +0000 (GMT) (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 A415143D55 for ; Tue, 6 Sep 2005 08:30:32 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 2845 invoked from network); 6 Sep 2005 08:29:10 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.187.179.28]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 6 Sep 2005 08:29:10 -0000 Date: Tue, 6 Sep 2005 10:29:43 +0200 From: Fabian Keil To: "Jeffrey Roach" Message-ID: <20050906102943.6d9d35f8@localhost> In-Reply-To: References: <20050905201021.00a6b69f@localhost> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) 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="Signature_Tue__6_Sep_2005_10_29_43_+0200_4pvN3eSr_=hwEQ08"; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: freebsd-questions@freebsd.org Subject: Re: WMP54G and Ndis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 08:30:35 -0000 --Signature_Tue__6_Sep_2005_10_29_43_+0200_4pvN3eSr_=hwEQ08 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "Jeffrey Roach" wrote: > 5.4. I haven't updated any beyond the initial install. Does /usr/sbin/ndisgen exist on your system? If it does use it, otherwise update to get it. =20 >
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 2904216A41F; Tue, 6 Sep 2005 09:18:37 +0000 (GMT) (envelope-from killing@multiplay.co.uk) Received: from multiplay.co.uk (core6.multiplay.co.uk [85.236.96.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA0243D46; Tue, 6 Sep 2005 09:18:36 +0000 (GMT) (envelope-from killing@multiplay.co.uk) Received: from vader ([212.135.219.179]) by multiplay.co.uk (multiplay.co.uk [85.236.96.23]) (MDaemon.PRO.v8.1.1.R) with ESMTP id md50001796763.msg; Tue, 06 Sep 2005 10:17:47 +0100 Message-ID: <002a01c5b2c3$d4383f30$b3db87d4@multiplay.co.uk> From: "Steven Hartland" To: "Mikhail Teterin" , , References: <200509051953.22337@aldan> Date: Tue, 6 Sep 2005 10:17:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Processed: multiplay.co.uk, Tue, 06 Sep 2005 10:17:47 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 212.135.219.179 X-Return-Path: killing@multiplay.co.uk X-MDAV-Processed: multiplay.co.uk, Tue, 06 Sep 2005 10:17:48 +0100 Cc: Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 09:18:37 -0000 have u run fsck on the fs in question while unmounted? ----- Original Message ----- From: "Mikhail Teterin" > Can this be explained by anything other than a (nasty) bug? > > % ls -la audio/shorten/files > total 0 > % rmdir audio/shorten/files > rmdir: audio/shorten/files: Directory not empty > > This is on 5.4-stable from July 21 -- up ever since... Thanks! ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone (023) 8024 3137 or return the E.mail to postmaster@multiplay.co.uk. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:14:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7D016A41F for ; Tue, 6 Sep 2005 10:14:31 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from natsmtp00.rzone.de (natsmtp00.rzone.de [81.169.145.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2873543D48 for ; Tue, 6 Sep 2005 10:14:29 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from athena.laverenz.de (p5480C95E.dip.t-dialin.net [84.128.201.94]) by post.webmailer.de (8.13.1/8.13.1) with ESMTP id j86AEQjG008553 for ; Tue, 6 Sep 2005 12:14:27 +0200 (MEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 78EB5E0ADE4A for ; Tue, 6 Sep 2005 12:14:26 +0200 (CEST) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21421-05 for ; Tue, 6 Sep 2005 12:14:25 +0200 (CEST) Received: by athena.laverenz.de (Postfix, from userid 2000) id BA517E0ADE2B; Tue, 6 Sep 2005 12:14:25 +0200 (CEST) Date: Tue, 6 Sep 2005 12:14:25 +0200 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20050906101425.GD21326@laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <1125956095.771.14.camel@maarten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1125956095.771.14.camel@maarten> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: pccard, wi0, wep and DHCP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:14:31 -0000 On Mon, Sep 05, 2005 at 11:34:55PM +0200, Maarten Sanders wrote: > 'ifconfig_wi0="DHCP"' this works and brings up wi0. Since my town is > crowded with wardrivers I would like to use wep. Because my wife often It's better than nothing, but WEP wouldn't stop a serious wardriver these days. :) > /etc/start_if.wi0 is not interpretted and the WEP key is not set so > dhclient fails. You could add something like this to your /etc/dhclient.conf: interface "wi0" { media "ssid wepmode on wepkey "; } Uwe From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:22:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98F9616A41F for ; Tue, 6 Sep 2005 10:22:00 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2668B43D45 for ; Tue, 6 Sep 2005 10:22:00 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 2E16A2E019; Tue, 6 Sep 2005 12:21:58 +0200 (CEST) Message-ID: <431D6DC4.6010700@locolomo.org> Date: Tue, 06 Sep 2005 12:21:56 +0200 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Uwe Laverenz References: <1125956095.771.14.camel@maarten> <20050906101425.GD21326@laverenz.de> In-Reply-To: <20050906101425.GD21326@laverenz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: pccard, wi0, wep and DHCP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:22:00 -0000 Uwe Laverenz wrote: >>'ifconfig_wi0="DHCP"' this works and brings up wi0. Since my town is >>crowded with wardrivers I would like to use wep. Because my wife often > You could add something like this to your /etc/dhclient.conf: > > interface "wi0" { > media "ssid wepmode on wepkey "; > } Which version of FBSD are you on? On 5.X you can add options to the dchlient.conf as described in the previous mail. Alternatively you can (IIRC) add options in rc.conf: ifconfig_wi0="ssid wepmode on wepkey DHCP" This has the unfortunate effect that you can only configure for one network. On 6.0 the old dhclient has been replaced by OpenBSD's dhclient and wpa_supplicant. In that case, including options in dhclient.conf won't work. Instead you configure the wireless networks you know in wpa_supplicant.conf Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:43:55 2005 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 F36A516A41F for ; Tue, 6 Sep 2005 10:43:54 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C9D43D48 for ; Tue, 6 Sep 2005 10:43:54 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 71EC62E019 for ; Tue, 6 Sep 2005 12:43:52 +0200 (CEST) Message-ID: <431D72E5.8060800@locolomo.org> Date: Tue, 06 Sep 2005 12:43:49 +0200 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: removing file '-D' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:43:55 -0000 Hi, using dvrecv (dvts) with the documented -D option did not indicate the desired device but rather created a file with the name -D. Now I can't get rid of it, using csh, bash or sh: Specifying: $ rm -D rm: illegal option -- D $ rm "-D" rm: illegal option -- D $ rm '-D' rm: illegal option -- D $ rm \-D rm: illegal option -- D $ rm '\-D' rm: \-D: No such file or directory $ rm "\-D" rm: \-D: No such file or directory any hints? Thanks, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:48:09 2005 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 11C7E16A41F for ; Tue, 6 Sep 2005 10:48:09 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from mail.araneidae.co.uk (araneidae.co.uk [62.3.233.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5654643D45 for ; Tue, 6 Sep 2005 10:48:07 +0000 (GMT) (envelope-from michael@araneidae.co.uk) Received: from saturn.araneidae.co.uk (localhost [127.0.0.1]) by mail.araneidae.co.uk (8.13.1/8.13.1) with ESMTP id j86Am5rN023814; Tue, 6 Sep 2005 10:48:05 GMT (envelope-from michael@araneidae.co.uk) Received: from localhost (michael@localhost) by saturn.araneidae.co.uk (8.13.1/8.13.1/Submit) with ESMTP id j86Am5Ot023811; Tue, 6 Sep 2005 10:48:05 GMT (envelope-from michael@araneidae.co.uk) X-Authentication-Warning: saturn.araneidae.co.uk: michael owned process doing -bs Date: Tue, 6 Sep 2005 10:48:05 +0000 (GMT) From: Michael Abbott To: Erik Norgaard In-Reply-To: <431D72E5.8060800@locolomo.org> Message-ID: <20050906104655.R23773@saturn.araneidae.co.uk> References: <431D72E5.8060800@locolomo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: removing file '-D' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:48:09 -0000 > $ rm -D > rm: illegal option -- D > $ rm "-D" > rm: illegal option -- D > $ rm '-D' > rm: illegal option -- D > $ rm \-D > rm: illegal option -- D > $ rm '\-D' > rm: \-D: No such file or directory > $ rm "\-D" > rm: \-D: No such file or directory > > any hints? Try either $ rm ./-D or $ rm -- -D From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:50:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA48A16A41F for ; Tue, 6 Sep 2005 10:50:46 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A8B943D45 for ; Tue, 6 Sep 2005 10:50:46 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9980 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1ECb2L-0009FW-9W for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 10:50:45 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 29BFD154168 for ; Tue, 6 Sep 2005 12:50:53 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id EA6E3592C5D for ; Tue, 6 Sep 2005 12:50:05 +0200 (CEST) Date: Tue, 6 Sep 2005 12:50:42 +0200 From: "albi@scii.nl" To: freebsd-questions@freebsd.org Message-Id: <20050906125042.7a24bfeb.albi@scii.nl> In-Reply-To: <431D72E5.8060800@locolomo.org> References: <431D72E5.8060800@locolomo.org> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.4; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: removing file '-D' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:50:47 -0000 On Tue, 06 Sep 2005 12:43:49 +0200 Erik Norgaard wrote: > using dvrecv (dvts) with the documented -D option did not indicate the > desired device but rather created a file with the name -D. Now I can't > get rid of it, using csh, bash or sh: > > Specifying: > > $ rm -D > rm: illegal option -- D > $ rm "-D" > rm: illegal option -- D > $ rm '-D' > rm: illegal option -- D > $ rm \-D > rm: illegal option -- D > $ rm '\-D' > rm: \-D: No such file or directory > $ rm "\-D" > rm: \-D: No such file or directory are you sure it's not " -D" (with space) ? i just created a file called -D and this removes it : rm -- "-D" (and you can also try midnight commander in those cases :) -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:51:03 2005 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 D030216A470; Tue, 6 Sep 2005 10:51:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5199743D45; Tue, 6 Sep 2005 10:51:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id CED6D46B2D; Tue, 6 Sep 2005 06:51:02 -0400 (EDT) Date: Tue, 6 Sep 2005 11:51:02 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Mikhail Teterin In-Reply-To: <200509051953.22337@aldan> Message-ID: <20050906114055.R51625@fledge.watson.org> References: <200509051953.22337@aldan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org, fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:51:04 -0000 On Mon, 5 Sep 2005, Mikhail Teterin wrote: > Can this be explained by anything other than a (nasty) bug? > > % ls -la audio/shorten/files > total 0 > % rmdir audio/shorten/files > rmdir: audio/shorten/files: Directory not empty > > This is on 5.4-stable from July 21 -- up ever since... Thanks! Mikhail, Have you recently experienced a system crash or hard reboot without proper shutdown? I know of at least one case prior to 6.x where this can occur -- a bug I reported to Kirk relating to bgfsck. Basically, soft update guarantees that upon reboot after failure (power or otherwise), the on-disk layout of UFS meta-data will be consistent, except with respect to reference and link counts, which may be elevated. What bgfsck does is walk the file system to identify and correct the elevated counts. Here's a specific example of such a problem: Directory A is created Write A directory data (., ..) Write A directory inode (new inode) Write A parent inode (link count++) Write A parent data (add name) Directory B is created Write B directory data (., ..) Write B directory inode (new inode) Write A directory inode (link count++) XXX Write A directory data (add name) Directory B is removed Write A directory data (remove name) XXX Write A directory inode (link count--) Note that if the sequence of events his halted at either of the XXX's above, the inode link count on directory A will be elevated, even though the name for B has been removed from A. Background fsck comes alone later, notices that the counts are elevated, and drops them. However, until ufs_vnops.c:1.269, this caused a problem: because the link count was elevated, UFS assumed that the directory contained a reference to another directory, and would not let it be removed. Once bgfsck catches up with the directory, it can be removed. I've seen this symptom most frequently following a crash or a power outage during an rm -Rf of a /usr/obj, which I then immediately restart on reboot, and rm -Rf gets there before bgfsck does. Here's the commit message for ufs_vnops.c:1.269, which should be MFC'd: revision 1.269 date: 2005/05/18 22:18:21; author: mckusick; state: Exp; lines: +2 -3 Allow removal of empty directories with high link counts. These can occur on a filesystem running with soft updates after a crash and before a background fsck has been run. To prevent discrepancies from arising in a background fsck that may already be running, the directory is removed but its inode is not freed and is left with the residual reference count. When encountered by the background fsck it will be reclaimed. I'll e-mail Kirk and ask if he's comfortable enough with the change to this point to merge it. Robert N M Watson From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:53:38 2005 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 1442F16A41F for ; Tue, 6 Sep 2005 10:53:38 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BE643D46 for ; Tue, 6 Sep 2005 10:53:37 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 6D0592E019; Tue, 6 Sep 2005 12:53:36 +0200 (CEST) Message-ID: <431D7528.3030608@locolomo.org> Date: Tue, 06 Sep 2005 12:53:28 +0200 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Norgaard References: <431D72E5.8060800@locolomo.org> In-Reply-To: <431D72E5.8060800@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: solved: removing file '-D' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:53:38 -0000 Thanks both, problem solved. the "rm ./-D" worked. Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 11:39:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 923B216A41F for ; Tue, 6 Sep 2005 11:39:21 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9E643D46 for ; Tue, 6 Sep 2005 11:39:19 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.254.83] ([82.41.254.83]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 12:31:22 +0100 Message-ID: <431D7DD9.7040600@dial.pipex.com> Date: Tue, 06 Sep 2005 12:30:33 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.11) Gecko/20050903 X-Accept-Language: en-us, pl MIME-Version: 1.0 To: claco@chrislaco.com References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> <431C6BD9.3010303@chrislaco.com> <447jdve8xd.fsf@be-well.ilk.org> <431C7F89.1000501@chrislaco.com> In-Reply-To: <431C7F89.1000501@chrislaco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2005 11:31:22.0779 (UTC) FILETIME=[823E3EB0:01C5B2D6] Cc: freebsd-questions@freebsd.org Subject: Re: Won't go into multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 11:39:21 -0000 Christopher H. Laco wrote: > Lowell Gilbert wrote: > >> Understood. Nonetheless, this is not enough information from which to >> diagnose the problem. > > > Enough or not, It's all there is. > I installed FBSD. I supped and built to stable. > Everthing boots and works fine. > > I installed mysql4.0 from ports and multi-user mode is now never > reached during boot. > > There are no errors in any logs on in any console output. > Disabling mysql-server.sh solves the problem and allows multi-user > mode to be reached during boot. Assuming the script starts with "#!/bin/sh" then stick " -x" after it so that you can see what it is doing. Does the script work from multi-user mode? --Alex From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 12:11:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3713916A41F for ; Tue, 6 Sep 2005 12:11:02 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803E143D4C for ; Tue, 6 Sep 2005 12:11:01 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id 44B091CE1EF for ; Tue, 6 Sep 2005 08:00:54 -0400 (EDT) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 19335-05 for ; Tue, 6 Sep 2005 08:00:48 -0400 (EDT) Received: from [192.168.0.2] (ip148.217.susc.suscom.net [216.45.217.148]) by smtp2.suscom.net (Postfix) with SMTP id EA9821CE1E8 for ; Tue, 6 Sep 2005 08:00:47 -0400 (EDT) Date: Tue, 06 Sep 2005 08:10:55 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: Gerard@smtp2.suscom.net, Seibert@smtp2.suscom.net Message-Id: <20050906080409.F2A4.GERARD-SEIBERT@suscom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.01 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new at suscom.net Subject: FreeBSD v6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard-seibert@suscom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 12:11:02 -0000 I am attempting to find some information regarding the upcoming release of version 6 of FreeBSD. I want to find out what the differences between this version and version 5.x are. In addition, I wanted to see what, if any new features are being included in this new release. I have not been able to find a definitive listing in regards to this release. Perhaps someone here can point me in the right direction. --=20 Gerard E. Seibert gerard-seibert@suscom.net If you wish to learn the highest truths, begin with the alphabet. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 10:55:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118E416A41F for ; Tue, 6 Sep 2005 10:55:27 +0000 (GMT) (envelope-from karamyshev@corp.mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40D043D46 for ; Tue, 6 Sep 2005 10:55:26 +0000 (GMT) (envelope-from karamyshev@corp.mail.ru) Received: from [62.105.128.66] (port=52900 helo=step.mail.ru) by mx1.mail.ru with asmtp id 1ECb6q-0008HO-00 for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 14:55:24 +0400 Date: Tue, 6 Sep 2005 14:52:27 +0400 From: =?KOI8-R?Q?=EB=C1=D2=C1=CD=D9=DB=C5=D7_=F3=D4=C5=D0=C1=CE?= To: freebsd-questions@freebsd.org Message-Id: <20050906145227.0af67b1c.karamyshev@corp.mail.ru> In-Reply-To: <431D72E5.8060800@locolomo.org> References: <431D72E5.8060800@locolomo.org> Organization: Mail.Ru X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 06 Sep 2005 12:31:24 +0000 Subject: Re: removing file '-D' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 10:55:27 -0000 bash-2.05b$ pwd /tmp bash-2.05b$ echo > -D bash-2.05b$ ls /tmp/-D /tmp/-D bash-2.05b$ rm /tmp/\-\D bash-2.05b$ ls /tmp/-D ls: /tmp/-D: No such file or directory On Tue, 06 Sep 2005 12:43:49 +0200 Erik Norgaard wrote: > Hi, > > using dvrecv (dvts) with the documented -D option did not indicate the > desired device but rather created a file with the name -D. Now I can't > get rid of it, using csh, bash or sh: > > Specifying: > > $ rm -D > rm: illegal option -- D > $ rm "-D" > rm: illegal option -- D > $ rm '-D' > rm: illegal option -- D > $ rm \-D > rm: illegal option -- D > $ rm '\-D' > rm: \-D: No such file or directory > $ rm "\-D" > rm: \-D: No such file or directory > > any hints? > > Thanks, Erik > -- > Ph: +34.666334818 web: www.locolomo.org > S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt > Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 > Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --- ó Õ×ÁÖÅÎÉÅÍ, ëÁÒÁÍÙÛÅ× óÔÅÐÁÎ. ===================== ðÏ - ÒÁÓÐÒÏÓÔÒÁÎÅÎÎÙÊ ÐÒÅÄÌÏÇ. ("äÅ×ÕÛËÁ, Á ÐÏÊÄÅÍÔÅ ËÏ ÍÎÅ, ÐÏÐØÅÍ ÞÁÀ, ÐÏÞÉÔÁÅÍ üÄÇÁÒÁ ð....") From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 12:52:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168D516A41F; Tue, 6 Sep 2005 12:52:10 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD24543D49; Tue, 6 Sep 2005 12:52:09 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 9FC0B30005B2; Tue, 6 Sep 2005 14:52:08 +0200 (CEST) Message-ID: <431D90E1.1030105@mail.uni-mainz.de> Date: Tue, 06 Sep 2005 14:51:45 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050829) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: Subject: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 12:52:10 -0000 Hello. I have a little question about the popular nForce4-SLI chipset for the Socket 939 platform. The onboard SATA controller of the nForce4-SLI chipset claims to be NCQ (or SATA II) capable, but nVidia implemented this feature in a not-AHCI-standardised way, but as an own solution. My question is: Is the FBSD 6.X driver for the nForce4-SLI chipset capable of using NCQ (as I know, the driver has to enable NCQ and it's not done automatically by the harddrive-controller interaction). Thanks in advance, Oliver From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 12:54:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E8416A41F for ; Tue, 6 Sep 2005 12:54:43 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5445443D5D for ; Tue, 6 Sep 2005 12:54:40 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.43) id 1ECcyF-000MZu-FM for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 08:54:39 -0400 Message-ID: <007201c5b2e2$248a17b0$6501a8c0@GRANT> From: "Grant Peel" To: Date: Tue, 6 Sep 2005 08:54:34 -0400 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: IPFW counters. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 12:54:43 -0000 Hi all, I am in the midst of setting up bandwidth monitoring for all my domains and IPs. To do this I will be using IPFW counter rules and ipa. Question: I have about 250 domains on each box. to monitor all of them, I would need to set up over 500 counter rules, how well will ipfw and freebsd 4.10 and up) handle this? -GRant From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:08:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A75616A41F for ; Tue, 6 Sep 2005 13:08:27 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B361043D49 for ; Tue, 6 Sep 2005 13:08:26 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1ECdAp-000N9F-H9; Tue, 06 Sep 2005 17:07:39 +0400 Message-ID: <431D9494.5050308@speechpro.com> Date: Tue, 06 Sep 2005 17:07:32 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bryan Albright , freebsd-questions@freebsd.org References: <20050903123014.GA4476@darth-vader.org> In-Reply-To: <20050903123014.GA4476@darth-vader.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: Squid error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:08:27 -0000 Bryan Albright wrote: >G'morning all-- > >I've got a minor issue when I try to rotate my squid logs: > >%squid -k rotate >squid: ERROR: Could not send signal 30 to process 660: (1) Operation >not permitted > > You are not working as root or user squid. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:19:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B8316A41F for ; Tue, 6 Sep 2005 13:19:17 +0000 (GMT) (envelope-from bryana@jedi.darth-vader.org) Received: from jedi.darth-vader.org (jedi.darth-vader.org [63.228.3.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E95F43D46 for ; Tue, 6 Sep 2005 13:19:16 +0000 (GMT) (envelope-from bryana@jedi.darth-vader.org) Received: from jedi.darth-vader.org (localhost.darth-vader.org [127.0.0.1]) by jedi.darth-vader.org (8.13.4/8.13.4) with ESMTP id j86DJhPF020999 for ; Tue, 6 Sep 2005 08:19:43 -0500 (CDT) (envelope-from bryana@jedi.darth-vader.org) Received: (from bryana@localhost) by jedi.darth-vader.org (8.13.4/8.13.4/Submit) id j86DJhEL020998 for freebsd-questions@freebsd.org; Tue, 6 Sep 2005 08:19:43 -0500 (CDT) (envelope-from bryana) Date: Tue, 6 Sep 2005 08:19:43 -0500 From: Bryan Albright To: freebsd-questions@freebsd.org Message-ID: <20050906131943.GA20772@darth-vader.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20050903123014.GA4476@darth-vader.org> <431D9494.5050308@speechpro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431D9494.5050308@speechpro.com> X-Priority: 3 (Normal) User-Agent: Mutt/1.5.10i X-Virus-Scanned: ClamAV 0.86.2/1066/Tue Sep 6 06:42:41 2005 on jedi.darth-vader.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on jedi.darth-vader.org Subject: Re: Squid error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:19:17 -0000 On 09/06/05 at 05:07PM, Igor Robul wrote: > Bryan Albright wrote: > > >G'morning all-- > > > >I've got a minor issue when I try to rotate my squid logs: > > > >%squid -k rotate > >squid: ERROR: Could not send signal 30 to process 660: (1) Operation > >not permitted > > > > > You are not working as root or user squid. I appreciate the feedback, but yes, actually, I am: % id uid=0(root) gid=0(wheel) groups=0(wheel), 5(operator) and the ID squid is not available for use: % su - squid This account is currently not available (which I believe is as it should be. (user squid was installed from the port install)): % grep squid /etc/passwd squid:*:100:100:squid caching-proxy pseudo user:/usr/local/squid:/usr/sbin/nologin % squid -k rotate squid: ERROR: Could not send signal 30 to process 85847: (1) Operation not permitted % /usr/local/etc/rc.d/squid.sh stop squid: ERROR: Could not send signal 15 to process 85847: (1) Operation not permitted Waiting for PIDS: 85845 85847 85845 85847 85845 85847 85845 85847^C I have to kill the PIDS by hand to restart squid. Help? Thanks! Bryan -- Section In A Swimming Pool? From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:21:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA91216A41F for ; Tue, 6 Sep 2005 13:21:51 +0000 (GMT) (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 73F0A43D46 for ; Tue, 6 Sep 2005 13:21:51 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 20814 invoked from network); 6 Sep 2005 23:21:50 +1000 Received: from 203-173-33-12.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.33.12) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Sep 2005 23:21:50 +1000 Message-ID: <431D97E9.2090503@meijome.net> Date: Tue, 06 Sep 2005 23:21:45 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Abbott References: <20050905151332.P16924@saturn.araneidae.co.uk> <20050905171912.GF67960@sentinelchicken.net> <20050905172827.U17621@saturn.araneidae.co.uk> <20050905202954.Q18151@saturn.araneidae.co.uk> In-Reply-To: <20050905202954.Q18151@saturn.araneidae.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Hard disk woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:21:52 -0000 Michael Abbott wrote: > > I still think the question: "why does FreeBSD hang?" is interesting. indeed - no idea how Linux handles - win32 would probably BSOD (I had W2K servers BSOD because someone accidently powered down an external drive it was writing to. nasty). anyway, i had a weird problem too, ad4 (SATA drive) got detached overnight - more details at: http://lists.freebsd.org/pipermail/freebsd-questions/2005-September/097607.html When I got to the console in the morning, the box was completelly frozen at the console, though I could access just fine via ssh. Would anyone care to provide some explanation about this? (After a couple of full scans with mhdd and no problems detected, I put the drive back into the server and it's been running ok since then. bloody weird.) thanks in advance, beto From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:26:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6E7C16A41F for ; Tue, 6 Sep 2005 13:26:46 +0000 (GMT) (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 2CAEC43D48 for ; Tue, 6 Sep 2005 13:26:46 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 20947 invoked from network); 6 Sep 2005 23:26:45 +1000 Received: from 203-173-33-12.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.33.12) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Sep 2005 23:26:45 +1000 Message-ID: <431D9911.4040109@meijome.net> Date: Tue, 06 Sep 2005 23:26:41 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: robert@webtent.com References: <1125771356.7916.3.camel@columbus> In-Reply-To: <1125771356.7916.3.camel@columbus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: boot problem - how can I access the file system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:26:46 -0000 Robert Fitzpatrick wrote: > I made a mistake to my /boot/loader.conf file and now the system hangs > after pressing F1 and before the boot options menu. How can I access the > file to edit it? I have the install CD, but can't seem to figure out how > to get to the file system. > Hi Robert, I'd get FreesBie (live FreeBSD CD, like knoppix is to linux) from http://www.freesbie.org/ and use it. it's a fully working system in a CD so you wont have to fight with the restricted shells of fixit CDs,etc (which most of the times I've found to be more frustrating than the actual problem I'm trying to solve). good luck, Beto From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:31:37 2005 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 BE0FC16A420 for ; Tue, 6 Sep 2005 13:31:37 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771F143D48 for ; Tue, 6 Sep 2005 13:31:36 +0000 (GMT) (envelope-from mi+kde@aldan.algebra.com) Received: (qmail 28746 invoked from network); 6 Sep 2005 13:31:36 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 6 Sep 2005 13:31:36 -0000 Received: from blue.virtual-estates.net (blue [127.0.0.1]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j86DVYIe023176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 09:31:35 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by blue.virtual-estates.net (8.13.4/8.13.3/Submit) id j86DVYY7023175; Tue, 6 Sep 2005 09:31:34 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) X-Authentication-Warning: blue.virtual-estates.net: mi set sender to mi+kde@aldan.algebra.com using -f From: Mikhail Teterin To: Robert Watson Date: Tue, 6 Sep 2005 09:31:33 -0400 User-Agent: KMail/1.8.1 References: <200509051953.22337@aldan> <20050906114055.R51625@fledge.watson.org> In-Reply-To: <20050906114055.R51625@fledge.watson.org> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: questions@freebsd.org, fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:31:37 -0000 On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: = Have you recently experienced a system crash or hard reboot without proper = shutdown? According to dmesg.boot, this filesystem was flagged as "not properly dismounted" back then. The machine's uptime is currently 47 days and no background fskcs are running, of course. Yours analysis is, likely, correct then... I guess, the fix should be MFCed. (What about 6.0-release?) Thanks! -mi From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:33:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D580516A420 for ; Tue, 6 Sep 2005 13:33:03 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from mail.icantfocus.com (adsl-65-42-59-33.dsl.akrnoh.ameritech.net [65.42.59.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D5043D55 for ; Tue, 6 Sep 2005 13:32:54 +0000 (GMT) (envelope-from claco@chrislaco.com) Received: from [191.2.3.14] (mail2.summitracing.com [208.44.49.7]) by mail.icantfocus.com (Postfix) with ESMTP id 85A1023792; Tue, 6 Sep 2005 09:08:32 -0400 (EDT) Message-ID: <431D9A84.3090402@chrislaco.com> Date: Tue, 06 Sep 2005 09:32:52 -0400 From: "Christopher H. Laco" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: claco@chrislaco.com References: <4319F112.6050303@chrislaco.com> <44d5nnzkz1.fsf@be-well.ilk.org> <431C6BD9.3010303@chrislaco.com> <447jdve8xd.fsf@be-well.ilk.org> <431C7F89.1000501@chrislaco.com> In-Reply-To: <431C7F89.1000501@chrislaco.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms030008020101030600010804" Cc: freebsd-questions@freebsd.org Subject: Re: Won't go into multi-user mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: claco@chrislaco.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:33:04 -0000 This is a cryptographically signed message in MIME format. --------------ms030008020101030600010804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Like it was any surprise, this was a stupid user trick. When I install FBSD, I install bash and call bash in .cshrc for root, rather than changing the root shell in vipw. That way, if bash broaks, I'm still left with a root login that works. Apparently, that is what was causing the mysql-server.sh script to never return completely, leaving me in single-user mode. Removing my call to bash from .cshrc fixed that problem. On the lighter side, I had another problem that I solved at the same time as well. With ipfilter_enable and ipfilter_rules in rc.conf, ipf wasn't loading all of my rules in that file. ipfstat -io didn't output the same amount of rules that were in my rules file. Calling ipf -Fav manually did the trick and ipfstat -io showed all of the expected rules. Changing ipfilter_program/flags to include -Fav -f allowed all of my rules to be loaded at boot. This was the same rules file I used on the previouw 4-STABLE install. Not sure if that was a change in IPF, or what, but at least it's fixed. Thanks, -=Chris --------------ms030008020101030600010804 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII8TCC AtMwggI8oAMCAQICAw37vjANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwMjA3MTc0NDM3WhcNMDYwMjA3MTc0NDM3 WjBFMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMSIwIAYJKoZIhvcNAQkBFhNj bGFjb0BjaHJpc2xhY28uY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOzj 4xFQtv4Fjr44h4AmlOTqOYw4PM80JgQrIhCQpJlQQgr+gltu+HqCdkU+8nO+MjTOSgDH98Vx t0GK7Y7uZkwPkYM+av/RQf37y7QMPlrQiBJcKb1TYa1yWijjdvwOpEB1RSnEBtKKXN/Yc6WF kV/mRGpCKoaxCC6YeBr4uWXXduz6KOR4RLBE3+EmxzUeGwPulHmS/evmPkt2Z7O/AVx2y1zW zng76M1mftCw9dI7nob1F9xhIjdHEbjivysFNFmqqH0HDwkcM/VgXoU5pQNNzkglwN22MlDH 6ZylE6fCLHzzIh+1t5wdFmN+YtvemhuxO6puVuSsngJaQXBHvwIDAQABozAwLjAeBgNVHREE FzAVgRNjbGFjb0BjaHJpc2xhY28uY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQAD gYEAaxPn+huyClyf0rU/gPmK9pqb9TSWPjxSpXhXDA9rweZiDM7kapY+s+gYQWsN2aS0Aeaz ugPigDLVcFejf4ZxZKIKfuj05rIFC0HYg9mE6rQE8PPJP1y8Ln8Nttr6uLBKBxgPTz26sOQP k+kfFo1su7WSJk5DHHcnIplfPHew+NYwggLTMIICPKADAgECAgMN+74wDQYJKoZIhvcNAQEE BQAwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1 MDIwNzE3NDQzN1oXDTA2MDIwNzE3NDQzN1owRTEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWls IE1lbWJlcjEiMCAGCSqGSIb3DQEJARYTY2xhY29AY2hyaXNsYWNvLmNvbTCCASIwDQYJKoZI hvcNAQEBBQADggEPADCCAQoCggEBAMDs4+MRULb+BY6+OIeAJpTk6jmMODzPNCYEKyIQkKSZ UEIK/oJbbvh6gnZFPvJzvjI0zkoAx/fFcbdBiu2O7mZMD5GDPmr/0UH9+8u0DD5a0IgSXCm9 U2Gtcloo43b8DqRAdUUpxAbSilzf2HOlhZFf5kRqQiqGsQgumHga+Lll13bs+ijkeESwRN/h Jsc1HhsD7pR5kv3r5j5LdmezvwFcdstc1s54O+jNZn7QsPXSO56G9RfcYSI3RxG44r8rBTRZ qqh9Bw8JHDP1YF6FOaUDTc5IJcDdtjJQx+mcpROnwix88yIftbecHRZjfmLb3pobsTuqblbk rJ4CWkFwR78CAwEAAaMwMC4wHgYDVR0RBBcwFYETY2xhY29AY2hyaXNsYWNvLmNvbTAMBgNV HRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAGsT5/obsgpcn9K1P4D5ivaam/U0lj48UqV4 VwwPa8HmYgzO5GqWPrPoGEFrDdmktAHms7oD4oAy1XBXo3+GcWSiCn7o9OayBQtB2IPZhOq0 BPDzyT9cvC5/Dbba+riwSgcYD089urDkD5PpHxaNbLu1kiZOQxx3JyKZXzx3sPjWMIIDPzCC AqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3Vs dGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UE AxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25h bC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqG SIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/ DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+ K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIG A1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUu Y29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQi MCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBI jNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZ foSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfj ViF4gtwhGTXeJLHTHUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNV BAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJz b25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwOTA2MTMzMjUyWjAjBgkqhkiG 9w0BCQQxFgQUuAB/cWyWT6dtNvRMqi9kDHBWhsQwUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG 9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcN AwICASgweAYJKwYBBAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECAw37vjB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMN+74wDQYJKoZIhvcNAQEBBQAEggEA nXLD5fZZoj6pGlx1yqmhrze3itlpzdTI5GL2AAb3RnQlk4/g81QxhfnOso4KC38UuMCoF7iD lt5pvdiosgPF48nZ28RjDy9yHaWPi9W3RpTuHQkvkXEPgxwe7hZoOgF77/dDtz2Rki1Hmb9w /8Vc5vOV3dZqC/nAbUsDrH//s6lmUOhgqMFrzW1coW5l6DGvawYsOxgqfn77rl6MlN6qQf0e ssfaiVgTVrfS6Tbg4qN3CHJvUYcIoRD1VqbHU6W9c1M1i9uSsSvRCRO4i67vBPWgT4NcHpj+ nAQfYqv+h3WCOoQSAXON+a4TXkMW8vsqd+/iKfcqB03dozXnvJNfggAAAAAAAA== --------------ms030008020101030600010804-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:36:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2110C16A41F for ; Tue, 6 Sep 2005 13:36:58 +0000 (GMT) (envelope-from numard@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id A295B43D45 for ; Tue, 6 Sep 2005 13:36:57 +0000 (GMT) (envelope-from numard@meijome.net) Received: (qmail 21108 invoked from network); 6 Sep 2005 23:36:57 +1000 Received: from 203-173-33-12.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.33.12) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Sep 2005 23:36:57 +1000 Message-ID: <431D9B74.7000409@meijome.net> Date: Tue, 06 Sep 2005 23:36:52 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [OT] Life expectancy of powered down hard drives.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:36:58 -0000 hi all, I know this doesn't relate to FBSD per se, but I figured i'd try to pick your brains :) I read somewhere (sorry, cant remember where) that hard drives fail if not powered up every so often (not sure of time frames, but the discussion was about tapes still being better for backups than hard drives if planning for long term storage). It was also mentioned a "knock on the centre of the drive" to bring it back to life (??). How much truth is in this? I have EIDE drives that I havent used in years and I just tested them and they work fine...but again, I've had an instance of a new drive, used twice to backup some info and then left untouched for 10 months, and it wouldn't even spin up... Does this affect SCSI drives? I suppose it would be more likely to affect desktop-quality IDE / SATA drives... Any insights will be much appreciated. Best regards, Beto From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:44:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E969A16A41F for ; Tue, 6 Sep 2005 13:44:45 +0000 (GMT) (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 4D6C143D48 for ; Tue, 6 Sep 2005 13:44:45 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 21290 invoked from network); 6 Sep 2005 23:44:44 +1000 Received: from 203-173-33-12.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.33.12) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 6 Sep 2005 23:44:44 +1000 Message-ID: <431D9D48.4010507@meijome.net> Date: Tue, 06 Sep 2005 23:44:40 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grant Peel References: <007201c5b2e2$248a17b0$6501a8c0@GRANT> In-Reply-To: <007201c5b2e2$248a17b0$6501a8c0@GRANT> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: IPFW counters. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:44:46 -0000 Grant Peel wrote: > Hi all, > Hi Grant, > I am in the midst of setting up bandwidth monitoring for all my domains > and IPs. To do this I will be using IPFW counter rules and ipa. > > Question: I have about 250 domains on each box. I assume you mean are hosting 250 websites for 250 different domains in each box. > to monitor all of them, > I would need to set up over 500 counter rules, how well will ipfw and > freebsd 4.10 and up) handle this? are you actually using 250 IP address per box? (does seem a bit of a waste), unless they are 250 jails. Or maybe ipfw understands layer 7 now, and I missed that release :)... (just curious on how you are setting this up if you only have a few IPs) Cheers, Beto From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 13:46:34 2005 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 B927E16A420; Tue, 6 Sep 2005 13:46:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id F279A43D6A; Tue, 6 Sep 2005 13:46:30 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 5734546B92; Tue, 6 Sep 2005 09:46:30 -0400 (EDT) Date: Tue, 6 Sep 2005 14:46:30 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Mikhail Teterin In-Reply-To: <200509060931.33977@aldan> Message-ID: <20050906144512.T75104@fledge.watson.org> References: <200509051953.22337@aldan> <20050906114055.R51625@fledge.watson.org> <200509060931.33977@aldan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org, fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 13:46:34 -0000 On Tue, 6 Sep 2005, Mikhail Teterin wrote: > On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: > = Have you recently experienced a system crash or hard reboot without proper > = shutdown? > > According to dmesg.boot, this filesystem was flagged as "not properly > dismounted" back then. The machine's uptime is currently 47 days and no > background fskcs are running, of course. > > Yours analysis is, likely, correct then... I guess, the fix should be > MFCed. (What about 6.0-release?) Thanks! The change was made in HEAD before the 6.x branch, so it's currently in RELENG_6. I fired off an e-mail to Kirk to ask about MFC'ing it to RELENG_5, and will do so once I hear back, assuming he thinks there is no reason not to. Do you have back logs to when bgfsck was running, btw? Normally it should correct this sort of thing, suggestion that bgfsck exited without correcting them, which is a little worrying. You may want to boot to single user and fsck manually... Robert N M Watson From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:05:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9718016A41F for ; Tue, 6 Sep 2005 14:05:55 +0000 (GMT) (envelope-from malachid@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B480943D46 for ; Tue, 6 Sep 2005 14:05:54 +0000 (GMT) (envelope-from malachid@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1190436wra for ; Tue, 06 Sep 2005 07:05:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lsYleMuZw2xh9H7dT4vGf1vXryV9z61VhKujpc8WM4bqAk8q3j5/vhJQad7bYUMhYS0i1FKtnBLNPPhz+XEh/X0eg5tvQr0kRAXZ7mewJflzwbZmYKN2lSjZLJGtMKyX7GgU7deiExQwTVAf221DCznUl1uajNueKRKM2RTVh9A= Received: by 10.54.46.10 with SMTP id t10mr1042888wrt; Tue, 06 Sep 2005 07:05:53 -0700 (PDT) Received: by 10.54.79.1 with HTTP; Tue, 6 Sep 2005 07:05:53 -0700 (PDT) Message-ID: Date: Tue, 6 Sep 2005 07:05:53 -0700 From: =?ISO-8859-1?Q?Malachi_de_=C6lfweald?= To: Yance Kowara In-Reply-To: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> Mime-Version: 1.0 References: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD howto collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:05:55 -0000 You might also try www.defcon1.org On 9/5/05, Yance Kowara wrote: >=20 > Dear all, >=20 > I am looking for a good article or collection of > howtos or something similar to Ted's FreeBSD Corporate > Networker's Guide. >=20 > A book similar to Carla Schroder's Linux Cookbook > (http://proquest.safaribooksonline.com/?XmlId=3D0596006403) >=20 > is very nice and practical to follow. >=20 > I am given a task to design a small business network > solution using FreeBSD. It needs a gateway, firewall, > mail, proxy server, etc. >=20 > What is available (what I can find) are different > howtos implemented in different situations. >=20 > Any pointers appreciated. >=20 > Regards, >=20 >=20 > Yance Kowara >=20 >=20 >=20 >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:09:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F12316A41F for ; Tue, 6 Sep 2005 14:09:02 +0000 (GMT) (envelope-from malachid@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F133243D48 for ; Tue, 6 Sep 2005 14:09:00 +0000 (GMT) (envelope-from malachid@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1191002wra for ; Tue, 06 Sep 2005 07:09:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tZVZDjhDpJqxelsximfcBFFE32Wq++wLBWEoNoKciwCAa82lCOhLMMCkrLOXZPvDCBEu1axSqlDmLqEOfvGb1DcpFdZdcjEm5PnG7DaryZKH/ATBeJekN3a9QElNVAIk+CCN/dfY1oIIGUYpoZKrQvgqh0Eb/iM8L348OuXaYmo= Received: by 10.54.29.44 with SMTP id c44mr1375466wrc; Tue, 06 Sep 2005 07:08:59 -0700 (PDT) Received: by 10.54.79.1 with HTTP; Tue, 6 Sep 2005 07:08:59 -0700 (PDT) Message-ID: Date: Tue, 6 Sep 2005 07:08:59 -0700 From: =?ISO-8859-1?Q?Malachi_de_=C6lfweald?= To: "O. Hartmann" In-Reply-To: <431D90E1.1030105@mail.uni-mainz.de> Mime-Version: 1.0 References: <431D90E1.1030105@mail.uni-mainz.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:09:02 -0000 I have noticed the same thing with the onboard Silicon Image controller. I= =20 am using the A8N-SLI Premium. I am using the Silicon Image controller=20 instead of the nForce4 controller because it specifically said SATAII and= =20 said it supported RAID5 (whereas the nForce did not support RAID5). However= ,=20 on boot it recognizes it as SATA150 (which should be SATA300). Malachi On 9/6/05, O. Hartmann wrote: >=20 > Hello. > I have a little question about the popular nForce4-SLI chipset for the > Socket 939 platform. The onboard SATA controller of the nForce4-SLI > chipset claims to be NCQ (or SATA II) capable, but nVidia implemented > this feature in a not-AHCI-standardised way, but as an own solution. My > question is: Is the FBSD 6.X driver for the nForce4-SLI chipset capable > of using NCQ (as I know, the driver has to enable NCQ and it's not done > automatically by the harddrive-controller interaction). >=20 > Thanks in advance, > Oliver > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:09:55 2005 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 E90E416A41F for ; Tue, 6 Sep 2005 14:09:54 +0000 (GMT) (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 1249543D53 for ; Tue, 6 Sep 2005 14:09:52 +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.12.10+Sun/8.12.2) with ESMTP id j86E9nBn008878; Tue, 6 Sep 2005 10:09:49 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j86E9nau008877; Tue, 6 Sep 2005 10:09:49 -0400 (EDT) From: Jerry McAllister Message-Id: <200509061409.j86E9nau008877@clunix.cl.msu.edu> To: bobself@charter.net (bob self) Date: Tue, 6 Sep 2005 10:09:48 -0400 (EDT) In-Reply-To: <431B4463.5060400@charter.net> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: How should I partition 2 80 gig drives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:09:55 -0000 > > I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard drives. > I'm not sure how I > should set these up in disklabel editor. I just want to use this as a > general purpose machine. General purpose can also mean many different things. Do you mean a personal desktop or would that include serving a web site or include some database stuff or name service (DNS). How about Email and virus checking and how about ftp and allowing anonymous ftp. Will others be allowed to have accounts and log in. Will you mostly use it from the 'console' eg keyboard, monitor and mouse plugged directly in to the machine or over the net. How about music and video - are you planning to create you on personal video memoirs? All of these things affect how you allocate resources as well as which software you install. You didn't say how much memory your box has either. But, with that much disk, as long as you don't plan to serve a large database (but some moderate personal database such as names, books, CDs & tapes, etc) or allow extra users that you isolate in some separate space, a basic system with about 1 GB of memory might go like: (a) 512 MB / (root) 2 GB swap (e) 512 MG /tmp (f) 2 GB /usr (g) 20 GB /var (g) remainder of disk 0 (about 50 GB) /home 2 GB swap (e) remainder of disk 1 (about 70 GB) /work Then move /usr/local to /home/usr.local and create a symlink move /usr/ports to /home/usr.ports and create a synlink Also maybe move /var/spool to /home/var.spool and create a symlink move /var/mail to /home/var.mail and create a symlink move /var/log to /home/var.log and create a symlink If 20 GB turns out to not be enough for your databases, then later move some or all of /var/db to /work/var.db and create a synlink The typical book and handbook examples of very tiny root and swap and having /tmp inside /usr or whatever are out of date in a world of many GB disks and GT 1 GB memory. On the other hand, you don't really want to make root too giant and stick everything in there because it means that, if you need to recover from backups after a disaster, you would have to load and do everything on that giant root. With a reasonable sized root, you can rebuild it and get enough of the system going to make it easy to finish recovering. Also, having a moderate sized root reduces the likelyhood, somewhat, that a disk error will pop up in your root partition and that makes a potential recovery a little more possible. Actually, that last is true of all the file systems. The model I show above shows putting only basic stuff in smaller file systems and then everything else in giant rest-of-the-disk file systems. But, having more moderate sized divisions of disk means that you spread stuff out over more divisions and that means less stuff is affected when a disk error shows up in a particular division (partition). Of course, it also makes doing backups more complicated. So, you balance that. ////jerry > > thanks, > Bob > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:27:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C604716A41F for ; Tue, 6 Sep 2005 14:27:42 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D6E43D48 for ; Tue, 6 Sep 2005 14:27:42 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id EFD3A300023C for ; Tue, 6 Sep 2005 16:27:40 +0200 (CEST) Message-ID: <431DA742.6030509@mail.uni-mainz.de> Date: Tue, 06 Sep 2005 16:27:14 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-15?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050829) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Subject: Weird print behaviour in Firefox/Mozilla/Thunderbird and FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:27:42 -0000 Hello. I realize a weird printing behaviour of Thunderbird/Mozilla/Firefox. Whenever I try to print a page the software gets stuck and it takes several minutes before it come back to ask me for the printer. After clicking on the print button it takes again several minutes before the job gets printed. Watching the process via 'top' I can not recognize anything unspecific, but the process (either one of the above mentioned) remains in 'kserel'. I realized this strange behaviour on another machine which is not attached to a network nor has a printer, but viewing the print-preface results in the same stuck behaviour. Hope it is a simple, stupid misconfiguration or anything similar, but two different configs and environments produce the same "stuckness". printing on the specific machines is no problem (using lpd, not CUPS!). In the past I had problems with CUPS, which gets partially installed when using GIMP print. How can I investigate whether the problem is related to a conflict between the traditional BSD lpd (which is used on all of our boexs) and CUPS? Thanks, Oliver From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:39:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5FF616A41F for ; Tue, 6 Sep 2005 14:39:01 +0000 (GMT) (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 570FA43D46 for ; Tue, 6 Sep 2005 14:39:01 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 991B75D88; Tue, 6 Sep 2005 10:39:00 -0400 (EDT) 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 99083-06; Tue, 6 Sep 2005 10:38:59 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id 27D355CA2; Tue, 6 Sep 2005 10:38:58 -0400 (EDT) Message-ID: <431DAA0A.70808@mac.com> Date: Tue, 06 Sep 2005 10:39:06 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "O. Hartmann" References: <431DA742.6030509@mail.uni-mainz.de> In-Reply-To: <431DA742.6030509@mail.uni-mainz.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: Weird print behaviour in Firefox/Mozilla/Thunderbird and FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:39:01 -0000 O. Hartmann wrote: > I realize a weird printing behaviour of Thunderbird/Mozilla/Firefox. > Whenever I try to print a page the software gets stuck and it takes > several minutes before it come back to ask me for the printer. After > clicking on the print button it takes again several minutes before the > job gets printed. Something is trying to perform a DNS lookup and timing out, most probably. Running a local caching-only nameserver like BIND might work around this. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:48:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC27A16A41F for ; Tue, 6 Sep 2005 14:48:44 +0000 (GMT) (envelope-from as2sb3100@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9518543D49 for ; Tue, 6 Sep 2005 14:48:44 +0000 (GMT) (envelope-from as2sb3100@comcast.net) Received: from 204.127.197.118 ([204.127.197.118]) by comcast.net (rwcrmhc11) with SMTP id <2005090614484301300b14vne>; Tue, 6 Sep 2005 14:48:44 +0000 Received: from [72.1.133.152] by 204.127.197.118; Tue, 06 Sep 2005 14:48:42 +0000 From: as2sb3100@comcast.net To: freebsd-questions@freebsd.org, surferdamon@adelphia.net Date: Tue, 06 Sep 2005 14:48:42 +0000 Message-Id: <090620051448.24959.431DAC4A00030AEB0000617F2200750784CFCFCECC0D9CCD9C0E@comcast.net> X-Mailer: AT&T Message Center Version 1 (Dec 17 2004) X-Authenticated-Sender: YXMyc2IzMTAwQGNvbWNhc3QubmV0 Cc: Subject: Re: freebsd-questions Digest, Vol 110, Issue 24 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:48:45 -0000 I've installed FreeBSD to a 1gb usb drive, but getting it to boot is really the hard part. The new dells at my work boot off the USB drive just fine, but the Gateways at my school (that did have a boot from usb option) seem to have a problem with it. The Gateway BIOS must not have drivers, or something, Im not sure, but the Gateways would boot off my USB harddrive that had freebsd on it. If your getting to the boot loader though, it should work. Are you booting from usb, or your hd? And what kind of errors is it giving you? I had some problems with it changing the device name, but that was when i was going from one computer to another. Some computers have different usb devices/drivers and so it changes the device name, I don't know the exact details. It's been a while since I did this. When the boot loader trys to load the kernel, and then it trys to mount the filesystem (or the umm, something) it trys to look in da0s1, but it might change to something else. When yo u copied / and /usr over to your usb drive, it also copied settings and stuff (not realy sure). It might be trying to load the filesystem from da0s1 (mian hd) instead of da1s2 or something wierd like that. Id try and actually install FreeBSD to your USB drive using a bootable FreeBSD cd. I was surprised when it detected the USB drive. You of course don't get the most updated version, but it will probably work a lot better. Interestingly, Windows 2k will see a usb drive also, but of course it fails like it always does. Hope this helps, or at least points you in the right direction. For a better explanation of the booting process read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html I'm sure that I messed it all up in the way I explained it. Eric Stringer > Message: 4 > Date: Mon, 5 Sep 2005 21:45:24 -0700 > From: Damon Blom > Subject: freebsd on memory card > To: questions@freebsd.org > Message-ID: <200509052145.24906.surferdamon@adelphia.net> > Content-Type: text/plain; charset="us-ascii" > > Hi > presario r3000 amd64 freebsd-current 7.0 > ad0: 76319MB Hitachi DK23FA-80 > da0 HP Digital drive 1.00 > Removable direct access SCSI -0 Device > dual XP/FreeBSD with easy boot > used sysinstall to configure da0 as entire freebsd > da0s1a /tmp 390MB > da0s1d /tmp/usr 600MB > used gtar to transfer / to /mnt > transfer /usr to /mnt/usr (Cheat Sheet) > usb bootable (bios) shows > F1 ? (win) > F2 Freebsd > F5 Drive 1 > But will not boot . I did same thing on desktop with a second hard drive > and it booted fine. Is it because memory card is not really a hard drive? > Any way to do it ? > Thank's > Damon > and thank's so much for freebsd (my whole life) > > > ------------------------------ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 14:51:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B287216A41F for ; Tue, 6 Sep 2005 14:51:26 +0000 (GMT) (envelope-from mehrdad@ippacket.org) Received: from ippacket.org (mail3.stargateinc.com [65.118.246.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5445143D46 for ; Tue, 6 Sep 2005 14:51:26 +0000 (GMT) (envelope-from mehrdad@ippacket.org) Date: Tue, 6 Sep 2005 09:51:24 -0500 Message-Id: <200509060951.AA194445584@ippacket.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Mehrdad Arshad Rad" To: X-Mailer: Subject: 6.0 DHCP question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mehrdad@ippacket.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 14:51:26 -0000 To renew ip address you should do the following first: dhclient -r interface (release) second: dhclient -1 interface (try once to get a lease) Hope this help Mehrdad Arshad Rad From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:11:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2074616A41F for ; Tue, 6 Sep 2005 15:11:45 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9003F43D45 for ; Tue, 6 Sep 2005 15:11:44 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so845394rne for ; Tue, 06 Sep 2005 08:11:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FR9xExpcq1JdxIRToTeKI9RsAtwB9VX/2oydp3+c78fvOsJGKMSSlMvjAsIEKi3TwOaOqO3q7/7bAGitL9OMYFqkofGfejn9JKCqahvC1sRp9vKk2RvheiirL6We/Oci9rXHFWQE0NR9rhlB96cQAsNLz4hfxYxpXenqmHFWJtw= Received: by 10.39.3.51 with SMTP id f51mr616450rni; Tue, 06 Sep 2005 08:11:44 -0700 (PDT) Received: by 10.38.75.51 with HTTP; Tue, 6 Sep 2005 08:11:43 -0700 (PDT) Message-ID: Date: Tue, 6 Sep 2005 11:11:44 -0400 From: Michael Sherman To: FreeBSD Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: tape backup coredump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: msherman77@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:11:45 -0000 Good morning all. I am having a problem with my tape drive, which gives me a coredump when I try to "bsdtar" any directory. The gtar doesn't, however it exits with an error message. I was wondering if anyone had similar issues. I am running 5.3 release, with the GENERIC kernel, only it was recompiled with the following flags: CPUTYPE?=3Dp3 CFLAGS=3D -O -pipe The SCSI card is Tekram, and the tape drive is Sony, the models can be seen from the dmesg. Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 =09The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE #0: Tue Sep 6 09:14:39 EDT 2005 mike@mike.com:/usr/obj/usr/src/sys/GENERIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (993.33-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x686 Stepping =3D 6 Features=3D0x383fbff real memory =3D 268034048 (255 MB) avail memory =3D 252620800 (240 MB) ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 trm0: port 0xec00-0xecff mem 0xfafff000-0xfaffffff irq 19 at device 10.0 on pci2 trm0: [GIANT-LOCKED] xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe880-0xe8ff mem 0xfaffec00-0xfaffec7f irq 18 at device 12.0 on pci2 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:b0:d0:a2:4a:60 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: port 0xff80-0xff9f irq 19 at device 31.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: at device 31.3 (no driver attached) pcm0: port 0xdc80-0xdcbf,0xd800-0xd8ff irq 17 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acp= i0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x778-0x77f,0x378-0x37f irq 7 on acp= i0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 orm0: at iomem 0xc9800-0xcbfff,0xc0000-0xc97ff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 993327947 Hz quality 800 Timecounters tick every 10.000 msec ad0: 76319MB [155061/16/63] at ata0-master UDMA66 ad1: 76319MB [155061/16/63] at ata0-slave UDM= A66 acd0: CDRW at ata1-master UDMA33 Waiting 15 seconds for SCSI devices to settle sa0 at trm0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device=20 sa0: 10.000MB/s transfers (10.000MHz, offset 15) Mounting root from ufs:/dev/ad0s1a IP Filter: v3.4.35 initialized. Default =3D pass all, Logging =3D enabled pid 706 (bsdtar), uid 0: exited on signal 11 (core dumped) Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:12:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 802AB16A41F for ; Tue, 6 Sep 2005 15:12:37 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [204.127.198.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3543043D45 for ; Tue, 6 Sep 2005 15:12:36 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-67-191-212-89.hsd1.ga.comcast.net[67.191.212.89]) by comcast.net (rwcrmhc14) with ESMTP id <2005090615120901400f5l30e>; Tue, 6 Sep 2005 15:12:09 +0000 Message-ID: <431DB202.2070603@multideck.com> Date: Tue, 06 Sep 2005 11:13:06 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:12:37 -0000 Giorgos Keramidas was kind enough to point me at the boot0cfg command and I had already tried the disklabel command, but my 5.4 system still won't boot. The boot0cfg and disklabel commands executed fine, but it is still saying it can't find or load the kernel file despite it being in the correct directory on the correct slice. Please point me to a howto or docs on how to repair an installation without wiping out all the files and packages I have already installed/loaded/configured on this system. Thank you. Frederick N. Brier From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:19:34 2005 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 C483D16A41F; Tue, 6 Sep 2005 15:19:34 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD2543D46; Tue, 6 Sep 2005 15:19:33 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id j86FJLAF033327; Tue, 6 Sep 2005 10:19:21 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <431DB382.7000904@centtech.com> Date: Tue, 06 Sep 2005 10:19:30 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050904 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200509051953.22337@aldan> <20050906114055.R51625@fledge.watson.org> <200509060931.33977@aldan> <20050906144512.T75104@fledge.watson.org> In-Reply-To: <20050906144512.T75104@fledge.watson.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/1066/Tue Sep 6 06:42:41 2005 on mh1.centtech.com X-Virus-Status: Clean Cc: questions@freebsd.org, fs@freebsd.org, Mikhail Teterin Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:19:34 -0000 Robert Watson wrote: > On Tue, 6 Sep 2005, Mikhail Teterin wrote: > >> On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: >> = Have you recently experienced a system crash or hard reboot without >> proper >> = shutdown? >> >> According to dmesg.boot, this filesystem was flagged as "not properly >> dismounted" back then. The machine's uptime is currently 47 days and >> no background fskcs are running, of course. >> >> Yours analysis is, likely, correct then... I guess, the fix should be >> MFCed. (What about 6.0-release?) Thanks! > > > The change was made in HEAD before the 6.x branch, so it's currently in > RELENG_6. I fired off an e-mail to Kirk to ask about MFC'ing it to > RELENG_5, and will do so once I hear back, assuming he thinks there is > no reason not to. > > Do you have back logs to when bgfsck was running, btw? Normally it > should correct this sort of thing, suggestion that bgfsck exited without > correcting them, which is a little worrying. You may want to boot to > single user and fsck manually... I thought that having background_fsck="NO" in your rc.conf would make the partition get mounted even though it is unclean, and no fsck's would happen (I use this 'feature' right now, since doing bgfsck on a 2TB partition takes about 2 hours just to make the snapshot, which means filesystem activity is suspended for that time). If it was set to "YES", and bgfsck exited abnormally, I don't think it will get mounted automatically, so he would have had to manually mount it, correct? Mikhail, do any of those scenario's sound like a match? Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:29:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289DD16A41F for ; Tue, 6 Sep 2005 15:29:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F9643D46 for ; Tue, 6 Sep 2005 15:28:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j86FSvdP030535; Tue, 6 Sep 2005 18:28:57 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j86FSuUv028275; Tue, 6 Sep 2005 18:28:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j86FSp3s028274; Tue, 6 Sep 2005 18:28:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Tue, 6 Sep 2005 18:28:51 +0300 From: Giorgos Keramidas To: "Frederick N. Brier" Message-ID: <20050906152850.GA28262@orion.daedalusnetworks.priv> References: <431DB202.2070603@multideck.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431DB202.2070603@multideck.com> Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:29:11 -0000 On 2005-09-06 11:13, "Frederick N. Brier" wrote: > Giorgos Keramidas was kind enough to point me at the boot0cfg command > and I had already tried the disklabel command, but my 5.4 system still > won't boot. The boot0cfg and disklabel commands executed fine, but it > is still saying it can't find or load the kernel file despite it being > in the correct directory on the correct slice. You can interrupt the boot loader and at the OK prompt run "ls" to see what the loader has mounted as the root partition. Then, assuming that you locate your kernel in ``/boot/kernel/kernel'', loading a specific kernel can be done with: OK set bootfile=/boot/kernel/kernel OK set module_path=/boot/kernel OK load kernel OK boot From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:46:57 2005 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 27E7916A420 for ; Tue, 6 Sep 2005 15:46:57 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F2043D45 for ; Tue, 6 Sep 2005 15:46:54 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: (qmail 21691 invoked from network); 6 Sep 2005 15:46:54 -0000 Received: from aldan.algebra.com (HELO blue.virtual-estates.net) ([216.254.65.224]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 6 Sep 2005 15:46:54 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by blue.virtual-estates.net (8.13.3/8.13.3) with ESMTP id j86Fknjk078197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Sep 2005 11:46:50 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j86Fkh9b046569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 11:46:44 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j86FkUJ7042838; Tue, 6 Sep 2005 11:46:30 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j86FkTDQ042837; Tue, 6 Sep 2005 11:46:29 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Robert Watson Date: Tue, 6 Sep 2005 11:46:28 -0400 User-Agent: KMail/1.8.2 References: <200509051953.22337@aldan> <200509060931.33977@aldan> <20050906144512.T75104@fledge.watson.org> In-Reply-To: <20050906144512.T75104@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509061146.28926.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1064/Mon Sep 5 17:05:55 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: questions@freebsd.org, fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:46:57 -0000 > Do you have back logs to when bgfsck was running, btw? Yes, indeed. And there is stuff in them... The machine crashed on July 21st at 00:20 (/var is troublesome fs): Jul 21 00:20:37 blue kernel: WARNING: /var was not properly dismounted Jul 21 00:20:37 blue kernel: /var: mount pending error: blocks 28 files 2 Jul 21 00:29:05 blue kernel: root@blue.virtual-estates.net:/var/obj/var/src/sys/SILVER Jul 21 00:29:05 blue kernel: WARNING: /var was not properly dismounted Jul 21 00:29:05 blue kernel: /var: mount pending error: blocks 28 files 2 Jul 21 00:32:21 blue fsck: /dev/da0s1d: UNREF FILE I=11559 OWNER=root MODE=100400 Jul 21 00:32:21 blue fsck: /dev/da0s1d: SIZE=12884902464 MTIME=Jul 21 00:22 2005 (CLEARED) Jul 21 00:32:21 blue fsck: /dev/da0s1d: UNREF FILE I=1413219 OWNER=root MODE=100600 Jul 21 00:32:21 blue fsck: /dev/da0s1d: SIZE=12288 MTIME=Jul 21 00:18 2005 (CLEARED) Jul 21 00:32:21 blue fsck: /dev/da0s1d: UNREF FILE I=1423432 OWNER=root MODE=100600 Jul 21 00:32:21 blue fsck: /dev/da0s1d: SIZE=12288 MTIME=Jul 21 00:22 2005 (CLEARED) Jul 21 00:32:21 blue fsck: /dev/da0s1d: UNREF FILE I=1423433 OWNER=root MODE=100600 Jul 21 00:32:21 blue fsck: /dev/da0s1d: SIZE=451 MTIME=Jul 21 00:22 2005 (CLEARED) Jul 21 00:32:21 blue fsck: /dev/da0s1d: Reclaimed: 0 directories, 4294967269 files, -26 fragments Jul 21 00:32:21 blue fsck: /dev/da0s1d: 495013 files, 4631802 used, 1461319 free (59391 frags, 175241 blocks, 1.0% fragmentation) So that was a successful fsck above (save for the negative number of reclaimed fragments). I am not sure, what caused the next reboot (crash or orderly reboot) at 1:17, but this time fsck failed: Jul 21 01:17:18 blue kernel: root@blue.virtual-estates.net:/var/obj/var/src/sys/SILVER Jul 21 01:17:18 blue kernel: WARNING: /var was not properly dismounted Jul 21 01:17:18 blue kernel: /var: mount pending error: blocks 44 files 12 Jul 21 01:20:30 blue fsck: /dev/da0s1d: INCORRECT BLOCK COUNT I=11599 (4 should be 0) (CORRECTED) Jul 21 01:20:30 blue fsck: /dev/da0s1d: INCORRECT BLOCK COUNT I=34376 (4 should be 0) (CORRECTED) Jul 21 01:20:30 blue fsck: /dev/da0s1d: SETTING DIRTY FLAG IN READ_ONLY MODE Jul 21 01:20:30 blue fsck: Jul 21 01:20:30 blue fsck: /dev/da0s1d: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY. What is interesting is that my ports tree is also on this same fs and has gone through numerous cvs updates and port builds (including large items like mozilla and openoffice)... Thanks! -mi From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:55:33 2005 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 DCDD116A41F for ; Tue, 6 Sep 2005 15:55:33 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626A543D46 for ; Tue, 6 Sep 2005 15:55:32 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id 5686E2E019 for ; Tue, 6 Sep 2005 17:55:30 +0200 (CEST) Message-ID: <431DBBEC.4070903@locolomo.org> Date: Tue, 06 Sep 2005 17:55:24 +0200 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Singlemode broken with USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:55:34 -0000 Hi, I am upgrading a system FBSD 5.4 to 6.0. I had tried to install 6.0 BETA2 but it failed because the USB keyboard was not found. The PC is a new Dell, it has no other connections for keyboard than USB so I can't just use a legacy keyboard. Now I downloaded the source, made world and kernel and installed kernel and was ready to go into single user mode and install world. But, the keyboard was not found and my only choice was to reboot. So, where do I go from here? Is there somehow I can configure single user mode? Or is it a safe to install world in multiuser mode? Thanks, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:59:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC2416A41F for ; Tue, 6 Sep 2005 15:59:17 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5995F43D48 for ; Tue, 6 Sep 2005 15:59:17 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j86FxGk3001644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 08:59:16 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050906084932.025b36d0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Tue, 06 Sep 2005 08:58:52 -0700 To: Grant Peel , From: Glenn Dawson In-Reply-To: <007201c5b2e2$248a17b0$6501a8c0@GRANT> References: <007201c5b2e2$248a17b0$6501a8c0@GRANT> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: IPFW counters. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:59:17 -0000 At 05:54 AM 9/6/2005, Grant Peel wrote: >Hi all, > >I am in the midst of setting up bandwidth monitoring for all my >domains and IPs. To do this I will be using IPFW counter rules and ipa. > >Question: I have about 250 domains on each box. to monitor all of >them, I would need to set up over 500 counter rules, how well will >ipfw and freebsd 4.10 and up) handle this? I tried something like that a while back and while I could create the rules just fine, it proved to be very impractical with the amount of traffic I was dealing with. (around 20Mbits/sec) I ended up using netgraph and ng_netflow(4) to export the data to another machine that processed all the data. -Glenn >-GRant > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 15:59:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E724516A420 for ; Tue, 6 Sep 2005 15:59:17 +0000 (GMT) (envelope-from mayday@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1930543D55 for ; Tue, 6 Sep 2005 15:59:16 +0000 (GMT) (envelope-from mayday@gmx.net) Received: (qmail invoked by alias); 06 Sep 2005 15:59:15 -0000 Received: from p54A0A234.dip0.t-ipconnect.de (EHLO [192.168.2.5]) [84.160.162.52] by mail.gmx.net (mp017) with SMTP; 06 Sep 2005 17:59:15 +0200 X-Authenticated: #431110 From: Benjamin Sobotta To: freebsd-questions@freebsd.org Date: Tue, 6 Sep 2005 17:59:14 +0200 User-Agent: KMail/1.8.1 References: <431DBBEC.4070903@locolomo.org> In-Reply-To: <431DBBEC.4070903@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509061759.15052.mayday@gmx.net> X-Y-GMX-Trusted: 0 Subject: Re: Singlemode broken with USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:59:18 -0000 On Tuesday 06 September 2005 17:55, Erik Norgaard wrote: > Hi, > > I am upgrading a system FBSD 5.4 to 6.0. I had tried to install 6.0 > BETA2 but it failed because the USB keyboard was not found. The PC is a > new Dell, it has no other connections for keyboard than USB so I can't > just use a legacy keyboard. > > Now I downloaded the source, made world and kernel and installed kernel > and was ready to go into single user mode and install world. But, the > keyboard was not found and my only choice was to reboot. > > So, where do I go from here? Is there somehow I can configure single > user mode? Or is it a safe to install world in multiuser mode? > > Thanks, Erik Hi Erik! If there is no other user besides you on the machine, close all programs and make installworld in multiuser. Worked many times for me. Should be okay. Cheers, Benjamin From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:02:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118D916A41F for ; Tue, 6 Sep 2005 16:02:09 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D1343D5A for ; Tue, 6 Sep 2005 16:02:05 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so2543973nzd for ; Tue, 06 Sep 2005 09:02:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=MdG6Gvie+I09g44VJnK5q7YQlFyzcceht7vxOw1utF3QKskpgcPWdMFUmdWIAJAi+Rbwo3BfriM/R37zD5RVME9KlByzuyjCMMdpyDfVB5bOv37NgU7NmW+btlbfTqiMbHMIWcuHejdWLsONq5NFbsb79LIsH+otaOfza9lNf+k= Received: by 10.36.5.3 with SMTP id 3mr391534nze; Tue, 06 Sep 2005 09:02:05 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 14sm1230870nzp.2005.09.06.09.02.03; Tue, 06 Sep 2005 09:02:05 -0700 (PDT) From: Yuan Jue Organization: TsingHua Univ. To: lawins_clm@perdana.um.edu.my Date: Wed, 7 Sep 2005 00:06:22 +0800 User-Agent: KMail/1.8.2 References: <20050901073428.907.qmail@um.edu.my> In-Reply-To: <20050901073428.907.qmail@um.edu.my> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509070006.23141.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 16:02:09 -0000 On Thursday 01 September 2005 15:34, Yuan Jue wrote: > im a student who study computer science and do an assignment about ur > freeBSD operating system...can i get some information about file management > of freeBSD? Hope ur can kindly help n send those details to me....thanks > here!!! If can, please send to me as fast as possible... maybe you could find all the information you need in here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Good luck :) -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:30:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C05816A41F for ; Tue, 6 Sep 2005 16:30:05 +0000 (GMT) (envelope-from lists@webtent.net) Received: from esmtp.webtent.net (esmtp.webtent.net [208.38.145.5]) by mx1.FreeBSD.org (Postfix) with SMTP id AEE2043D45 for ; Tue, 6 Sep 2005 16:30:04 +0000 (GMT) (envelope-from lists@webtent.net) Received: from localhost (localhost.webtent.net [127.0.0.1]) by esmtp.webtent.net (WebTent ESMTP Postfix Internet Mail Gateway) with ESMTP id F149CEC277 for ; Tue, 6 Sep 2005 12:29:57 -0400 (EDT) Received: from esmtp.webtent.net ([127.0.0.1]) by localhost (esmtp.webtent.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05117-07 for ; Tue, 6 Sep 2005 12:29:49 -0400 (EDT) Received: from columbus.webtent.org (static-70-110-70-42.tampfl.fios.verizon.net [70.110.70.42]) by esmtp.webtent.net (WebTent ESMTP Postfix Internet Mail Gateway) with ESMTP id 8A827EBD1F for ; Tue, 6 Sep 2005 12:29:48 -0400 (EDT) From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Date: Tue, 06 Sep 2005 12:29:56 -0400 Message-Id: <1126024196.4623.5.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at webtent.net Subject: Large -X directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@webtent.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 16:30:05 -0000 I have a directory, no idea where it came from called '-X' and it has consumed my entire /home partition, now 10GB. Given the name, I am finding it hard to remove, how can I remove this file? I've been doing a lot of backup script testing on that devel server, so I am assuming it came from a bad run at this point with the -X option of tar placed incorrectly. -- Robert From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:34:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DFA16A41F for ; Tue, 6 Sep 2005 16:34:39 +0000 (GMT) (envelope-from nevans@talkpoint.com) Received: from relay.talkpoint.com (relay.talkpoint.com [204.141.15.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 238C343D45 for ; Tue, 6 Sep 2005 16:34:38 +0000 (GMT) (envelope-from nevans@talkpoint.com) Received: from ASSP-nospam ([127.0.0.1]) by relay.talkpoint.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 12:34:38 -0400 Received: from 204.141.15.194 ([204.141.15.194] helo=pleiades.nextvenue.com) by ASSP-nospam ; 6 Sep 05 16:34:37 -0000 Date: Tue, 6 Sep 2005 12:34:37 -0400 From: Nick Evans To: robert@webtent.com Message-ID: <20050906123437.54a4a014@pleiades.nextvenue.com> In-Reply-To: <1126024196.4623.5.camel@columbus.webtent.org> References: <1126024196.4623.5.camel@columbus.webtent.org> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Sep 2005 16:34:38.0101 (UTC) FILETIME=[DF800C50:01C5B300] Cc: lists@webtent.net, FreeBSD Subject: Re: Large -X directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 16:34:39 -0000 On Tue, 06 Sep 2005 12:29:56 -0400 Robert Fitzpatrick wrote: > I have a directory, no idea where it came from called '-X' and it has > consumed my entire /home partition, now 10GB. Given the name, I am > finding it hard to remove, how can I remove this file? I've been doing a > lot of backup script testing on that devel server, so I am assuming it > came from a bad run at this point with the -X option of tar placed > incorrectly. > > -- > Robert > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Try rm -rf -- "-X" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:35:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD6516A41F for ; Tue, 6 Sep 2005 16:35:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4AED43D46 for ; Tue, 6 Sep 2005 16:35:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j86GZ2Rj006343; Tue, 6 Sep 2005 19:35:02 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j86GZ35T057780; Tue, 6 Sep 2005 19:35:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j86GZ3ZR057779; Tue, 6 Sep 2005 19:35:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Tue, 6 Sep 2005 19:35:03 +0300 From: Giorgos Keramidas To: robert@webtent.com Message-ID: <20050906163503.GB44997@orion.daedalusnetworks.priv> References: <1126024196.4623.5.camel@columbus.webtent.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1126024196.4623.5.camel@columbus.webtent.org> Cc: freebsd-questions@freebsd.org Subject: Re: Large -X directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 16:35:06 -0000 On 2005-09-06 12:29, Robert Fitzpatrick wrote: > I have a directory, no idea where it came from called '-X' and it has > consumed my entire /home partition, now 10GB. Given the name, I am > finding it hard to remove, how can I remove this file? I've been doing a > lot of backup script testing on that devel server, so I am assuming it > came from a bad run at this point with the -X option of tar placed > incorrectly. See the "NOTE" section of the rm(1) manpage, please. This is a FAQ. Prepending ./ to the name rm -r ./-X should work fine. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:37:31 2005 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 1F9C116A41F for ; Tue, 6 Sep 2005 16:37:31 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9372743D48 for ; Tue, 6 Sep 2005 16:37:30 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so940321wri for ; Tue, 06 Sep 2005 09:37:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d4pO/Bq8w63JMut+sWs1etS/NCiIMllg2Kfhz9iTQP2dzrebcf0GS+z7nfA4MGYI6i9ts7mT2hrvkjKRdFAnMXtpiG2JnPMRcDANHQ6C2zikPKP7vLNsy4Si851/kFsRdRq4cLVgemmHXYE08WMmWEC3QusbGGlzFcAGK1rRqYU= Received: by 10.54.117.20 with SMTP id p20mr4485123wrc; Tue, 06 Sep 2005 09:37:29 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Tue, 6 Sep 2005 09:37:29 -0700 (PDT) Message-ID: <3060c23905090609374c66f05a@mail.gmail.com> Date: Tue, 6 Sep 2005 12:37:29 -0400 From: Mike Hernandez To: robert@webtent.com, questions@freebsd.org In-Reply-To: <1126024196.4623.5.camel@columbus.webtent.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1126024196.4623.5.camel@columbus.webtent.org> Cc: Subject: Re: Large -X directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sequethin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 16:37:31 -0000 On 9/6/05, Robert Fitzpatrick wrote: > I have a directory, no idea where it came from called '-X' and it has > consumed my entire /home partition, now 10GB. Given the name, I am > finding it hard to remove, how can I remove this file? I've been doing a > lot of backup script testing on that devel server, so I am assuming it > came from a bad run at this point with the -X option of tar placed > incorrectly. Try rmdir -- -X Mike From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 17:10:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD06E16A41F for ; Tue, 6 Sep 2005 17:10:35 +0000 (GMT) (envelope-from tjfilipi@optonline.net) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D2F43D46 for ; Tue, 6 Sep 2005 17:10:35 +0000 (GMT) (envelope-from tjfilipi@optonline.net) Received: from [67.85.31.137] (ool-43551f89.dyn.optonline.net [67.85.31.137]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-2.06 (built May 11 2005)) with ESMTP id <0IME000WZNPLWHID@mta5.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 13:10:34 -0400 (EDT) Date: Tue, 06 Sep 2005 13:16:55 +0000 From: "T.J. Filipi" To: freebsd-questions@freebsd.org Message-id: <431D96C7.3070709@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 Subject: What is DRM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 17:10:35 -0000 Hi, I'm wading thru the section of kernel configuration & can't find an explanation of the DRM options. Since I have an AGP Radeon & see that it has a device listed, I figure it might be important for me to know. Also, I notice that the entry in NOTES puts quotes around the device r128drm, but not any of the others. Why is that? Tom Filipi From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 17:16:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E518416A41F for ; Tue, 6 Sep 2005 17:16:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D2943D46 for ; Tue, 6 Sep 2005 17:16:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j86HFlvf029718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 13:15:47 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j86HFj6P006331; Tue, 6 Sep 2005 13:15:45 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3B17C511CE; Tue, 6 Sep 2005 13:15:45 -0400 (EDT) Date: Tue, 6 Sep 2005 13:15:45 -0400 From: Kris Kennaway To: Gerard Seibert Message-ID: <20050906171544.GA78415@xor.obsecurity.org> References: <20050906080409.F2A4.GERARD-SEIBERT@suscom.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <20050906080409.F2A4.GERARD-SEIBERT@suscom.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD v6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 17:16:01 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2005 at 08:10:55AM -0400, Gerard Seibert wrote: > I am attempting to find some information regarding the upcoming release > of version 6 of FreeBSD. I want to find out what the differences between > this version and version 5.x are. In addition, I wanted to see what, if > any new features are being included in this new release. >=20 > I have not been able to find a definitive listing in regards to this > release. Perhaps someone here can point me in the right direction. Check the release notes, or for a truly complete list, the CVS change logs on http://cvsweb.freebsd.org/ Kris --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHc7AWry0BWjoQKURAlAjAKCENIy0LOp4GW2BAKcAmp+KQWwIMgCg88Fq Cn94y3pQT2sfqLtW9e11id8= =Z3yX -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 17:56:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 929EE16A41F for ; Tue, 6 Sep 2005 17:56:47 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from bristolsystems.com (h-68-167-239-98.lsanca54.covad.net [68.167.239.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F42643D6A for ; Tue, 6 Sep 2005 17:56:46 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from workdog ([192.168.1.201]) by bristolsystems.com (8.11.6/8.11.6) with ESMTP id j86Hujn13220 for ; Tue, 6 Sep 2005 10:56:46 -0700 From: "Gayn Winters" To: Date: Tue, 6 Sep 2005 10:56:46 -0700 Message-ID: <025101c5b30c$596492b0$c901a8c0@workdog> 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.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Subject: SCSI + IDE together X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gayn.winters@bristolsystems.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 17:56:47 -0000 What does it take to be able to use a mixture of SCSI and IDE (ATA) disks? I'd like to be able to copy (dd) one to another. I'd like to be able to boot off a floppy or CD to do the disk copy, but booting off a third hard drive would suffice. I do have a couple disk cloning programs, but none seems to recognize a SCSI disk and an IDE disk simultaneously. TIA for any help! -gayn From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 18:48:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D97716A420 for ; Tue, 6 Sep 2005 18:48:35 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C5C543D49 for ; Tue, 6 Sep 2005 18:48:30 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 14:48:18 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Tuesday, 06 September 2005, 14:48:18 Received: from draco.cigb.edu.cu by mail.cigb.edu.cu; 06 Sep 2005 14:50:58 -0400 Message-ID: <1126032657.87703.8.camel@draco.cigb.edu.cu> From: Osmany Guirola Cruz To: freebsd-questions@freebsd.org Date: Tue, 06 Sep 2005 14:50:57 -0400 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-OriginalArrivalTime: 06 Sep 2005 18:48:18.0679 (UTC) FILETIME=[8C232070:01C5B313] Subject: pbs alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 18:48:35 -0000 Hi people I am trying to install PBS in my 5.4-STABLE but the pbs port it's broken ": Does not build." :-(...... i need a port that do the same jobr .... Thanks osmany From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:04:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464A516A41F for ; Tue, 6 Sep 2005 19:04:47 +0000 (GMT) (envelope-from derrill@gmail.com) Received: from smtp.fiberhighway.net (smtp.fiberhighway.net [64.173.195.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0816D43D45 for ; Tue, 6 Sep 2005 19:04:46 +0000 (GMT) (envelope-from derrill@gmail.com) Received: from [127.0.0.1] ([64.173.195.103]) by smtp.fiberhighway.net ; Tue, 06 Sep 2005 12:04:53 -0700 Message-ID: <431DE851.6020905@gmail.com> Date: Tue, 06 Sep 2005 12:04:49 -0700 From: Derrill Guilbert User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Rcpt-To: Subject: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:04:47 -0000 Up until now, I've been able to get by just using ports, and mostly just the magic "pkg_add -r" ... Now I'm trying to create a samba server that will join a Win2k domain. I managed to install Samba 3.12 using pkg_add -r samba3 ... and at the very end I get a message saying that the ADS support is disabled by default, because it creates a kerberos dependency and (I thought it said) further that I'd have to compile my own. Ok, fine. I've got the source from samba.org ... where's the basic "roll your own" page in the handbook? I'm probaby searching for the wrong thing or need to spend some time at the Sylvan learning center for my Being Stupid disability. Please, someone tell me where in the handbook or elsewhere to find the basics of how to reconfigure for and do the Make thing. I was run through it once by a friend, but it was one of those "ok, vi [filename], search for [some string], change it to [some other string], save the file, run make, then make install" (I think) ... and it was long ago. So I suppose it will look kind of familiar when I find it, but I'd like to have something to read while I do it. Or maybe I'm asking the wrong question? If you'd like to point me to the correct question, that would also be lovely. Derrill From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:08:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAEA16A41F for ; Tue, 6 Sep 2005 19:08:38 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7620C43D48 for ; Tue, 6 Sep 2005 19:08:37 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id j86J8ZxY041875; Tue, 6 Sep 2005 21:08:35 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 5AB75647D; Tue, 6 Sep 2005 21:08:35 +0200 (CEST) Date: Tue, 6 Sep 2005 21:08:35 +0200 From: Roland Smith To: "T.J. Filipi" Message-ID: <20050906190835.GA20008@slackbox.xs4all.nl> Mail-Followup-To: "T.J. Filipi" , freebsd-questions@freebsd.org References: <431D96C7.3070709@optonline.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <431D96C7.3070709@optonline.net> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: What is DRM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:08:38 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2005 at 01:16:55PM +0000, T.J. Filipi wrote: > Hi, > I'm wading thru the section of kernel configuration & can't find an=20 > explanation of the DRM options. Since I have an AGP Radeon & see that=20 > it has a device listed, I figure it might be important for me to know. = =20 DRM is the Direct Rendering Manager; a framewrk for allowing direct access to the graphics hardware under the X Window System. It is mainly used to make OpenGL 3D rendering faster. > Also, I notice that the entry in NOTES puts quotes around the device=20 > r128drm, but not any of the others. Why is that? Because it contains numbers. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDHekzEnfvsMMhpyURAgzAAJ4j4huBThHyWELEB2nCl1byUoMtpACfbYyi GiSZTC7gZ8YqLqgwSZ/+Iqw= =GVzw -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:13:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F2716A41F for ; Tue, 6 Sep 2005 19:13:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F7943D53 for ; Tue, 6 Sep 2005 19:13:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j86JDDBv003464; Tue, 6 Sep 2005 22:13:16 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j86JD86a069761; Tue, 6 Sep 2005 22:13:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j86JD4kg069760; Tue, 6 Sep 2005 22:13:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Tue, 6 Sep 2005 22:13:04 +0300 From: Giorgos Keramidas To: Derrill Guilbert Message-ID: <20050906191303.GA69719@orion.daedalusnetworks.priv> References: <431DE851.6020905@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431DE851.6020905@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:13:22 -0000 On 2005-09-06 12:04, Derrill Guilbert wrote: > Up until now, I've been able to get by just using ports, and mostly > just the magic "pkg_add -r" ... > > Now I'm trying to create a samba server that will join a Win2k > domain. I managed to install Samba 3.12 using pkg_add -r samba3 > ... and at the very end I get a message saying that the ADS support is > disabled by default, because it creates a kerberos dependency and (I > thought it said) further that I'd have to compile my own. > > Ok, fine. I've got the source from samba.org ... where's the basic > "roll your own" page in the handbook? Nah, don't do it this way. Our friendly Ports hackers have already ported Samba3 with ADS support to FreeBSD. All you need is to build using the Ports: 1. Start by obtaining a /usr/ports tree, i.e. through CVSup. 2. Configure and install Samba3 tarja:/# cd /usr/ports/net/samba3 tarja:/usr/ports/net/samba3# make config (Make sure you enable ADS support at the configuration dialog that pops up when you type "make config".) tarja:/usr/ports/net/samba3# make install That should install Samba3 as a "port", instead of a precompiled "package".. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:24:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9515816A420 for ; Tue, 6 Sep 2005 19:24:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2958843D46 for ; Tue, 6 Sep 2005 19:24:56 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j86JOl0r010438 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 15:24:47 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j86JOe6P013288; Tue, 6 Sep 2005 15:24:47 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9D60F511D2; Tue, 6 Sep 2005 15:24:40 -0400 (EDT) Date: Tue, 6 Sep 2005 15:24:40 -0400 From: Kris Kennaway To: Osmany Guirola Cruz Message-ID: <20050906192440.GA12980@xor.obsecurity.org> References: <1126032657.87703.8.camel@draco.cigb.edu.cu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <1126032657.87703.8.camel@draco.cigb.edu.cu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: pbs alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:24:56 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 06, 2005 at 02:50:57PM -0400, Osmany Guirola Cruz wrote: > Hi people > I am trying to install PBS in my 5.4-STABLE but the pbs port it's > broken ": Does not build." :-(...... > i need a port that do the same jobr .... Try sge. Kris --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHez4Wry0BWjoQKURAg6xAKC6dRyYjrnD+j4xQsSIde32bPcrdACgormz zB9jxbWdDg8mDCaddAWuWuY= =3aN8 -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:32:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA07816A41F for ; Tue, 6 Sep 2005 19:32:20 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D027943D46 for ; Tue, 6 Sep 2005 19:32:19 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id j86JWGbp047276; Tue, 6 Sep 2005 21:32:16 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 01611647D; Tue, 6 Sep 2005 21:32:15 +0200 (CEST) Date: Tue, 6 Sep 2005 21:32:14 +0200 From: Roland Smith To: Norberto Meijome Message-ID: <20050906193214.GA20117@slackbox.xs4all.nl> Mail-Followup-To: Norberto Meijome , FreeBSD Questions References: <431D9B74.7000409@meijome.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <431D9B74.7000409@meijome.net> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Questions Subject: Re: [OT] Life expectancy of powered down hard drives.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:32:20 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2005 at 11:36:52PM +1000, Norberto Meijome wrote: > I read somewhere (sorry, cant remember where) that hard drives fail if=20 > not powered up every so often (not sure of time frames, but the=20 > discussion was about tapes still being better for backups than hard=20 > drives if planning for long term storage). It was also mentioned a=20 > "knock on the centre of the drive" to bring it back to life (??). >=20 > How much truth is in this? I have EIDE drives that I havent used in=20 > years and I just tested them and they work fine...but again, I've had an= =20 > instance of a new drive, used twice to backup some info and then left=20 > untouched for 10 months, and it wouldn't even spin up... When a disk spins down, the heads move to the landing zone, stop floating on an air-cushion that forms when the platters are spinning and come in contact with the platters. So the disk platters are lubricated to prevent wear and tear during stops/starts. Now in the past these lubricants used to become sticky over time, preventing the drive from starting up. I'm not sure if it is still a problem these days; my workstation is on 24/7. > Does this affect SCSI drives? I suppose it would be more likely to=20 > affect desktop-quality IDE / SATA drives... The difference between SCSI and IDE is in the controller. The underlying technology is the same. SCSI drives might be built to higher specifications though. The only real solution to the parking problem that I'm aware of is IBM's load/unload technology. See http://www.pcguide.com/ref/hdd/perf/qual/featuresHead-c.html Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDHe6+EnfvsMMhpyURAmFZAJ4yGFIcYQxBpuJTnYM/i6xA75q59gCgj9tf sOqK7+w4JableNnm64NKWSs= =51EG -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 19:52:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A76A916A41F for ; Tue, 6 Sep 2005 19:52:09 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from raptor.cigb.edu.cu (ns.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF39943D4C for ; Tue, 6 Sep 2005 19:52:04 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Tue, 6 Sep 2005 15:51:49 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Tuesday, 06 September 2005, 15:51:48 Received: from draco.cigb.edu.cu by mail.cigb.edu.cu; 06 Sep 2005 15:54:28 -0400 Message-ID: <1126036468.98577.25.camel@draco.cigb.edu.cu> From: Osmany Guirola Cruz To: Kris Kennaway Date: Tue, 06 Sep 2005 15:54:28 -0400 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port References: <1126032657.87703.8.camel@draco.cigb.edu.cu> <20050906192440.GA12980@xor.obsecurity.org> In-Reply-To: <20050906192440.GA12980@xor.obsecurity.org> X-OriginalArrivalTime: 06 Sep 2005 19:51:49.0098 (UTC) FILETIME=[6B52ECA0:01C5B31C] Cc: freebsd-questions@freebsd.org Subject: Re: pbs alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:52:09 -0000 Yes . i installed but i am having problems trying to configure this is the error error: commlib error: access denied (client IP resolved to host name "localhost". This is not identical to clients host name "draco.cigb.edu.cu" i follow all the steps :-( On Tue, 2005-09-06 at 15:24 -0400, Kris Kennaway wrote: > On Tue, Sep 06, 2005 at 02:50:57PM -0400, Osmany Guirola Cruz wrote: > > Hi people > > I am trying to install PBS in my 5.4-STABLE but the pbs port it's > > broken ": Does not build." :-(...... > > i need a port that do the same jobr .... > > Try sge. > > Kriserror: commlib error: access denied (client IP resolved to host name "localhost". This is not identical to clients host name "draco.cigb.edu.cu" From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 20:05:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED8716A41F for ; Tue, 6 Sep 2005 20:05:07 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id A359D43D49 for ; Tue, 6 Sep 2005 20:05:06 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 87397 invoked by uid 85); 6 Sep 2005 20:05:03 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.79073 secs); 06 Sep 2005 20:05:03 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 6 Sep 2005 20:05:01 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: Yance Kowara , freebsd-questions@freebsd.org Date: Tue, 6 Sep 2005 12:04:42 -0800 User-Agent: KMail/1.8.2 References: <20050906101228.78411.qmail@web30306.mail.mud.yahoo.com> In-Reply-To: <20050906101228.78411.qmail@web30306.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1721229.Tzkmq8sxo4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509061204.57264.akbeech@gmail.com> Cc: Subject: Re: FreeBSD howto collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:05:07 -0000 --nextPart1721229.Tzkmq8sxo4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 06 September 2005 02:12 am, Yance Kowara wrote: > > > Dear all, > > > > > > I am looking for a good article or collection of > > > howtos or something similar to Ted's FreeBSD > > > > Corporate > > > > > Networker's Guide. > > > > > > A book similar to Carla Schroder's Linux Cookbook > > (http://proquest.safaribooksonline.com/?XmlId=3D0596006403) > > > > is very nice and practical to follow. > > > > > > I am given a task to design a small business > > > > network > > > > > solution using FreeBSD. It needs a gateway, > > > > firewall, > > > > > mail, proxy server, etc. > > > > > > What is available (what I can find) are different > > > howtos implemented in different situations. > > > > > > Any pointers appreciated. > > > > > > Regards, > > > > > > > > > Yance Kowara > > > > I found "The Complete FreeBSD by Greg Lehey" > > invaluable when I was starting > > out in FreeBSD. Also the OReilly book "Building > > Internet Firewalls" was very > > helpful. > > > > Cheers, > > > > Beech > > I have those books. I was hoping there is a FreeBSD > book that includes the installation of other mail/dns > servers like DJBDNS/qmail/postfix etc. > > I am wondering why we get a lot more varieties on > Linux solutions compared to FreeBSD. Are there more > Linux gurus than FreeBSD gurus out there or are people > just not interested in writing anymore? > > Kind regards, > > Yance > There are some excellent FAQs and how-to's at http://www.postfix.org. If=20 postfix is installed from the ports it is fairly trivial to set up. The=20 respective add-on programs (like spam assassin) have very good documentatio= n.=20 There seems to be a new OReilly Postfix book, but I haven't read it so I=20 can't comment on how useful it is.=20 Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart1721229.Tzkmq8sxo4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDHfZpVq19LUoGB+MRAvyzAJ4kx7ySrdob0ZwuLtHF0JMsA9+srACguh2g oGD1sKDL5njnD6hxpJO6cwk= =7gsB -----END PGP SIGNATURE----- --nextPart1721229.Tzkmq8sxo4-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 20:08:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C6616A41F for ; Tue, 6 Sep 2005 20:08:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DD7B43D4C for ; Tue, 6 Sep 2005 20:08:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id j86K8WSA009021; Tue, 6 Sep 2005 13:08:32 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id j86K8UQK016211; Tue, 6 Sep 2005 13:08:31 -0700 (PDT) In-Reply-To: <025101c5b30c$596492b0$c901a8c0@workdog> References: <025101c5b30c$596492b0$c901a8c0@workdog> Mime-Version: 1.0 (Apple Message framework v734) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 6 Sep 2005 16:08:25 -0400 To: gayn.winters@bristolsystems.com X-Mailer: Apple Mail (2.734) Cc: freebsd-questions@freebsd.org Subject: Re: SCSI + IDE together X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:08:53 -0000 On Sep 6, 2005, at 1:56 PM, Gayn Winters wrote: > What does it take to be able to use a mixture of SCSI and IDE (ATA) > disks? Nothing special. You could boot off a FreeBSD CD-ROM image and do so, or from a working FreeBSD install on one of the drives. Your SCSI disks will be /dev/da0, da1, etc and your IDE disks will be /dev/ ad0, ad1, etc. > I'd like to be able to copy (dd) one to another. While dd will work, in the sense that you can copy blocks of data directly, it is unlikely that the two drives will be of the same size and have the same geometry/partition table. This may or may not present a problem, but you might want to consult: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW- HUGE-DISK -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 20:18:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6399E16A41F for ; Tue, 6 Sep 2005 20:18:24 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FD443D5D for ; Tue, 6 Sep 2005 20:18:22 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so2588729nzd for ; Tue, 06 Sep 2005 13:18: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sFVrvR1JJKwZ7OzEYDh4+bNR69gfxCcMdiLOBg37cW/9VmSpmT5b45ZK7xLwYZqHRWgx5wgv3I2DGzv8Jmw1MIY+zbzATT3rBNr82e1eVbtalz9j/zcTUBfjuP59z/YkSsLlY6i0jJkCJcGF+K8pXXNg3KR4ThWJ/IWMp3lsRQY= Received: by 10.36.10.16 with SMTP id 16mr632366nzj; Tue, 06 Sep 2005 13:18:21 -0700 (PDT) Received: by 10.36.57.8 with HTTP; Tue, 6 Sep 2005 13:18:21 -0700 (PDT) Message-ID: <8cb27cbf05090613186ed913bb@mail.gmail.com> Date: Tue, 6 Sep 2005 14:18:21 -0600 From: Jon Drews To: Yance Kowara In-Reply-To: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050906055550.79071.qmail@web30307.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD howto collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:18:24 -0000 On 9/5/05, Yance Kowara wrote: > Dear all, >=20 > I am looking for a good article or collection of > howtos or something similar to Ted's FreeBSD Corporate > Networker's Guide. >=20 > A book similar to Carla Schroder's Linux Cookbook > (http://proquest.safaribooksonline.com/?XmlId=3D0596006403) >=20 > is very nice and practical to follow. FreeBSD Basics is good: http://www.oreillynet.com/pub/ct/15 Michael Lucas' series on BSD, Big Scary Daemons http://www.onlamp.com/pub/ct/13 --=20 Kind regards, Jonathan From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 20:23:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD1E116A41F for ; Tue, 6 Sep 2005 20:23:59 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4251543D58 for ; Tue, 6 Sep 2005 20:23:59 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id j86KNwdT008587; Tue, 6 Sep 2005 13:23:58 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j86KNu3k020848; Tue, 6 Sep 2005 13:23:58 -0700 (PDT) In-Reply-To: <200509061204.57264.akbeech@gmail.com> References: <20050906101228.78411.qmail@web30306.mail.mud.yahoo.com> <200509061204.57264.akbeech@gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8E9DB4E1-4516-4D0D-89CB-BEFD20E4AFDA@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 6 Sep 2005 16:23:51 -0400 To: Yance Kowara X-Mailer: Apple Mail (2.734) Cc: freeBSD Subject: Re: FreeBSD howto collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:23:59 -0000 yance_kowara@yahoo.com wrote: > I have those books. I was hoping there is a FreeBSD > book that includes the installation of other mail/dns > servers like DJBDNS/qmail/postfix etc. None of the software you mention here is platform-specific to FreeBSD (or Linux, or to any particular OS). Go to DJB's site, or "life with qmail", or www.postfix.org, and read away. However, you could also start with: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail- using.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html ...then "cd /usr/ports/mail/postfix" (or /usr/ports/mail/qmail) and "make install". > I am wondering why we get a lot more varieties on > Linux solutions compared to FreeBSD. Are there more > Linux gurus than FreeBSD gurus out there or are people > just not interested in writing anymore? There is nothing wrong with people trying and experimenting with lots of different approaches, but consistency has its own value. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 20:49:25 2005 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 D984516A41F for ; Tue, 6 Sep 2005 20:49:25 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E58E43D49 for ; Tue, 6 Sep 2005 20:49:25 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.64] (unknown [192.168.0.64]) by strange.daemonsecurity.com (Postfix) with ESMTP id BE8B62E019; Tue, 6 Sep 2005 22:49:23 +0200 (CEST) Message-ID: <431E00D2.4090106@locolomo.org> Date: Tue, 06 Sep 2005 22:49:22 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050529) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Erik_N=F8rgaard?= References: <431C969E.1010407@locolomo.org> In-Reply-To: <431C969E.1010407@locolomo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Solved: ath/wpa_supplicant causes panic on BETA3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:49:26 -0000 This seems to have been resolved in BETA4#0 Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 20:54:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617F316A41F for ; Tue, 6 Sep 2005 20:54:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A773943D4C for ; Tue, 6 Sep 2005 20:54:22 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j86KsE0r027136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 16:54:14 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j86Ks96P023238; Tue, 6 Sep 2005 16:54:14 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 7CB6451206; Tue, 6 Sep 2005 16:54:09 -0400 (EDT) Date: Tue, 6 Sep 2005 16:54:09 -0400 From: Kris Kennaway To: Osmany Guirola Cruz Message-ID: <20050906205409.GA31421@xor.obsecurity.org> References: <1126032657.87703.8.camel@draco.cigb.edu.cu> <20050906192440.GA12980@xor.obsecurity.org> <1126036468.98577.25.camel@draco.cigb.edu.cu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <1126036468.98577.25.camel@draco.cigb.edu.cu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: pbs alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:54:23 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2005 at 03:54:28PM -0400, Osmany Guirola Cruz wrote: > Yes . i installed but i am having problems trying to configure > this is the error >=20 > error: commlib error: access denied (client IP resolved to host name > "localhost". This is not identical to clients host name > "draco.cigb.edu.cu" >=20 > i follow all the steps :-(=20 Check the documentation on the sge website or ask on their support forum. Kris --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHgHxWry0BWjoQKURAvqmAJwNEU3Ggxul1gaGGiedPscC5gtiLQCeJWcW c7xM8MZnmhCEwvZjb6LjNeA= =xsVS -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 21:43:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 442DC16A41F for ; Tue, 6 Sep 2005 21:43:39 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF58D43D48 for ; Tue, 6 Sep 2005 21:43:38 +0000 (GMT) (envelope-from peo@intersonic.se) Message-ID: <431E0D87.3030807@intersonic.se> Date: Tue, 06 Sep 2005 23:43:35 +0200 From: Per olof Ljungmark User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: managing HP/Compaq RAID? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 21:43:39 -0000 Hi, What do people on the list use to manage hp/compaq raid? We have both old and new controllers like Smart Array 5/6i, Smart Array 221. Thanks, Per olof From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 21:49:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A6CB16A41F for ; Tue, 6 Sep 2005 21:49:20 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A846543D45 for ; Tue, 6 Sep 2005 21:49:17 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j86LmAaJ049605; Tue, 6 Sep 2005 16:48:31 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431E0E8F.3030908@daleco.biz> Date: Tue, 06 Sep 2005 16:47:59 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derrill Guilbert References: <431DE851.6020905@gmail.com> In-Reply-To: <431DE851.6020905@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 21:49:20 -0000 Derrill Guilbert wrote: > Up until now, I've been able to get by just using ports, > and mostly just the magic "pkg_add -r" ... > > Now I'm trying to create a samba server that will join a > Win2k domain. I managed to install Samba 3.12 using > pkg_add -r samba3 ... and at the very end I get a message > saying that the ADS support is disabled by default, because > it creates a kerberos dependency and (I thought it said) > further that I'd have to compile my own. > > Ok, fine. I've got the source from samba.org ... where's the > basic "roll your own" page in the handbook? I'm probaby > searching for the wrong thing or need to spend some > time at the Sylvan learning center for my Being Stupid > disability. Please, someone tell me where in the handbook > or elsewhere to find the basics of how to reconfigure for > and do the Make thing. > > I was run through it once by a friend, but it was one of those > "ok, vi [filename], search for [some string], change it to > [some other string], save the file, run make, then make install" > (I think) ... and it was long ago. So I suppose it will look kind of > familiar when I find it, but I'd like to have something to read while > I do it. > > Or maybe I'm asking the wrong question? If you'd like to point > me to the correct question, that would also be lovely. > > Derrill Well, the ports system was created so you wouldn't have to think much about ./configure --WITH-FOO=bar && make && make install, and then have no way to uninstall except do a visual diff on every "bin" directory on your box looking for "fooport", etc. So it's likely that you could run "make configure" in /usr/ports/net/samba3 and give it the options that it needs. Failing that, then something like `cd /usr/ports/net/samba3 && make --WITH-FOO=bar install clean` is likely the incantation of choice. Check the "Makefile" under said dir. Since ./configure - make - make install isn't simply a BSDism per se, it's possible that it's not even in the handbook, although I'm not looking over it *for you* ATM. ;-) In the event it's not there, I'd probably Google for "building from source", or some similar string.... HTH && good luck, Kevin KInsey From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:05:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFD7416A41F; Tue, 6 Sep 2005 22:05:41 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ABF643D6D; Tue, 6 Sep 2005 22:05:39 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050906220538.UHPU24491.lakecmmtao06.coxmail.com@dns1>; Tue, 6 Sep 2005 18:05:38 -0400 From: Vizion To: freebsd-questions@freebsd.org, freebsd-apache@freebsd.org Date: Tue, 6 Sep 2005 15:01:27 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509061501.27839.vizion@vizion.occoxmail.com> Cc: Subject: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 22:05:42 -0000 Hi It seems that php is looking for a directory 20041030-debug when there is only a directory 20041030. Here is the output from http-error.log Is this a config error? Does anyone know foe to fix the problem? Help appreciated david ---- Quote from log: ----------------- [Tue Sep 06 14:26:20 2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 configured -- resuming normal operations Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" [Tue Sep 06 14:42:11 2005] [notice] caught SIGTERM, shutting down Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" in Unknown on line 0 -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:21:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC88B16A41F for ; Tue, 6 Sep 2005 22:21:17 +0000 (GMT) (envelope-from numard@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 708C443D48 for ; Tue, 6 Sep 2005 22:21:15 +0000 (GMT) (envelope-from numard@meijome.net) Received: (qmail 30019 invoked from network); 7 Sep 2005 08:21:14 +1000 Received: from 203-173-33-12.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.173.33.12) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Sep 2005 08:21:14 +1000 Message-ID: <431E1654.5020706@meijome.net> Date: Wed, 07 Sep 2005 08:21:08 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roland Smith References: <431D9B74.7000409@meijome.net> <20050906193214.GA20117@slackbox.xs4all.nl> In-Reply-To: <20050906193214.GA20117@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: [OT] Life expectancy of powered down hard drives.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 22:21:18 -0000 Roland Smith wrote: >On Tue, Sep 06, 2005 at 11:36:52PM +1000, Norberto Meijome wrote: > > > >>I read somewhere (sorry, cant remember where) that hard drives fail if >>not powered up every so often (not sure of time frames, but the >>discussion was about tapes still being better for backups than hard >>drives if planning for long term storage). It was also mentioned a >>"knock on the centre of the drive" to bring it back to life (??). >> >>How much truth is in this? I have EIDE drives that I havent used in >>years and I just tested them and they work fine...but again, I've had an >>instance of a new drive, used twice to backup some info and then left >>untouched for 10 months, and it wouldn't even spin up... >> >> > >When a disk spins down, the heads move to the landing zone, stop >floating on an air-cushion that forms when the platters are spinning and >come in contact with the platters. > >So the disk platters are lubricated to prevent wear and tear during >stops/starts. Now in the past these lubricants used to become sticky >over time, preventing the drive from starting up. I'm not sure if it is >still a problem these days; my workstation is on 24/7. > > gotcha, thanks - I thought it could be an issue with older drives. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:24:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF8716A41F; Tue, 6 Sep 2005 22:24:31 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804E643D48; Tue, 6 Sep 2005 22:24:21 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j86MN78k049827; Tue, 6 Sep 2005 17:23:32 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431E16BF.20803@daleco.biz> Date: Tue, 06 Sep 2005 17:22:55 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200509061501.27839.vizion@vizion.occoxmail.com> In-Reply-To: <200509061501.27839.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: Re: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 22:24:32 -0000 Vizion wrote: >Hi >It seems that php is looking for a directory 20041030-debug when there is only >a directory 20041030. > >Here is the output from http-error.log > >Is this a config error? > >Does anyone know foe to fix the problem? > >Help appreciated > >david >---- >Quote from log: >----------------- >[Tue Sep 06 14:26:20 2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 >configured -- resuming normal operations >Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >"/usr/local/lib/php/20041030-debug/pcre.so" >Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open > > Try adjusting the value for "extension_dir" in the appropriate php.ini file. Note that this has moved, I think, from /usr/local/lib/php/php.ini to /usr/local/etc/php.ini for most installations. HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:44:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81D316A41F; Tue, 6 Sep 2005 22:44:17 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20CBF43D49; Tue, 6 Sep 2005 22:44:16 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050906224417.GUBJ3140.lakecmmtao04.coxmail.com@dns1>; Tue, 6 Sep 2005 18:44:17 -0400 From: Vizion To: Kevin Kinsey Date: Tue, 6 Sep 2005 15:40:08 -0700 User-Agent: KMail/1.8 References: <200509061501.27839.vizion@vizion.occoxmail.com> <431E16BF.20803@daleco.biz> In-Reply-To: <431E16BF.20803@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509061540.09351.vizion@vizion.occoxmail.com> Cc: freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: Re: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 22:44:17 -0000 On Tuesday 06 September 2005 15:22, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: >Vizion wrote: >>Hi >>It seems that php is looking for a directory 20041030-debug when there is >> only a directory 20041030. >> >>Here is the output from http-error.log >> >>Is this a config error? >> >>Does anyone know foe to fix the problem? >> >>Help appreciated >> >>david >>---- >>Quote from log: >>----------------- >>[Tue Sep 06 14:26:20 2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 >>configured -- resuming normal operations >>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >>"/usr/local/lib/php/20041030-debug/pcre.so" >>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open > > > >Try adjusting the value for "extension_dir" in the appropriate >php.ini file. > >Note that this has moved, I think, from /usr/local/lib/php/php.ini >to /usr/local/etc/php.ini for most installations. That you very much The line extension dir line in the php.ini is: extension_dir = "./" What value should this have? How come it is looking for: 20041030-debug in the first place when extension_dir is ./? Where does it get that value from? The directory /usr/local/lib/php/20041030 dns1# cd /usr/local/lib/php/20041030 dns1# ls -l total 130 -r--r--r-- 1 root wheel 89839 Sep 3 18:50 pcre.so -r--r--r-- 1 root wheel 40993 Sep 3 18:51 xml.so Thanks again david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 22:48:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2672A16A41F for ; Tue, 6 Sep 2005 22:48:51 +0000 (GMT) (envelope-from derrill@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C8643D45 for ; Tue, 6 Sep 2005 22:48:50 +0000 (GMT) (envelope-from derrill@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so2611338nzd for ; Tue, 06 Sep 2005 15:48:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lP7xmV8WOOuMPuQVenZyxwQFAHo8WwISmLhtMOeTM1lv7E02riiApVQiQRis/T0ZL7CKUgIjYe3hu6e1J4E/c1ZQ82R6O3JiqCQwrYwl8+T+Dn59MyozQf7+JaFPXOskYT1cGnmaHaVdpbg0YDKQOAIg+ZH5AOEMZvdqxoRa+JA= Received: by 10.36.5.3 with SMTP id 3mr754906nze; Tue, 06 Sep 2005 15:48:49 -0700 (PDT) Received: from ?192.168.2.5? ( [64.173.195.55]) by mx.gmail.com with ESMTP id 38sm2749175nzk.2005.09.06.15.48.49; Tue, 06 Sep 2005 15:48:49 -0700 (PDT) Message-ID: <431E1CD9.2050605@gmail.com> Date: Tue, 06 Sep 2005 15:48:57 -0700 From: Derrill Guilbert User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431DE851.6020905@gmail.com> <20050906191303.GA69719@orion.daedalusnetworks.priv> In-Reply-To: <20050906191303.GA69719@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 22:48:51 -0000 Sorry about the reply, rather than reply-all, Giorgos. Thank you for your help on this. So, my next question is, how does one know that the wonderful and brilliant FreeBSD port squad already took care of things like this? I assume that it is documented somewhere, but I didn't see it on the description page for the port. Am I just going to have to ask more stupid questions like this, until I get a better feel for things? Derrill Giorgos Keramidas wrote: >On 2005-09-06 12:04, Derrill Guilbert wrote: > > >>Up until now, I've been able to get by just using ports, and mostly >>just the magic "pkg_add -r" ... >> >>Now I'm trying to create a samba server that will join a Win2k >>domain. I managed to install Samba 3.12 using pkg_add -r samba3 >>... and at the very end I get a message saying that the ADS support is >>disabled by default, because it creates a kerberos dependency and (I >>thought it said) further that I'd have to compile my own. >> >>Ok, fine. I've got the source from samba.org ... where's the basic >>"roll your own" page in the handbook? >> >> > >Nah, don't do it this way. Our friendly Ports hackers have already >ported Samba3 with ADS support to FreeBSD. All you need is to build >using the Ports: > >1. Start by obtaining a /usr/ports tree, i.e. through CVSup. > >2. Configure and install Samba3 > > tarja:/# cd /usr/ports/net/samba3 > tarja:/usr/ports/net/samba3# make config > > (Make sure you enable ADS support at the configuration dialog that > pops up when you type "make config".) > > tarja:/usr/ports/net/samba3# make install > >That should install Samba3 as a "port", instead of a precompiled "package".. > > > > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 23:07:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29D8116A41F for ; Tue, 6 Sep 2005 23:07:15 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id C867343D48 for ; Tue, 6 Sep 2005 23:07:14 +0000 (GMT) (envelope-from peo@intersonic.se) Message-ID: <431E211C.8090005@intersonic.se> Date: Wed, 07 Sep 2005 01:07:08 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Per olof Ljungmark References: <431E0D87.3030807@intersonic.se> In-Reply-To: <431E0D87.3030807@intersonic.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at inter-sonic.com Cc: freebsd-questions@freebsd.org Subject: Re: managing HP/Compaq RAID? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 23:07:15 -0000 Per olof Ljungmark wrote: > Hi, > > What do people on the list use to manage hp/compaq raid? We have both > old and new controllers like Smart Array 5/6i, Smart Array 221. > Answering my own question: http://people.freebsd.org/~jcagle/ unfortunately the hpacucli utility is temporarily gone. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 23:13:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A43DB16A41F; Tue, 6 Sep 2005 23:13:33 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDCD543D45; Tue, 6 Sep 2005 23:13:32 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050906231333.XIIW2425.lakecmmtao05.coxmail.com@dns1>; Tue, 6 Sep 2005 19:13:33 -0400 From: Vizion To: users@httpd.apache.org, freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Date: Tue, 6 Sep 2005 16:09:24 -0700 User-Agent: KMail/1.8 References: <20050906125950.fh0x80jdw0gow0k8@webmail.muly.dk> <200509061020.53479.vizion@vizion.occoxmail.com> In-Reply-To: <200509061020.53479.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509061609.25444.vizion@vizion.occoxmail.com> Cc: Subject: Re: [users@httpd] Virtual host config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 23:13:33 -0000 On Tuesday 06 September 2005 10:20, the author Vizion contributed to the=20 dialogue on- [users@httpd] Virtual host config:=20 >Hi > >My Apache2 runs on Unix (Freebsd) with >httpd.conf including >ServerRoot "/usr/local" >DocumentRoot "/usr/local/www/data" > >It is so long ago that I was working on apache that I have forgotten the >basics! > >I am adding a number of virtual hosts the files =A0located as > >/usr2/virtualhosts/vhostname1/ >/usr2/virtualhosts/vhostname2/ >etc > >I want to keep the existing website running under /usr/local/www/data as > well as the virtual hosts. > >I do not want to try the Virtual-Host Aliases until I have got my head > around the basics! > >I have set up a virtualhosts.conf file using an Include directory: > >Include etc/apache2/Includes/*.conf > > >=A0=A0=A0=A0=A0=A0=A0=A0DocumentRoot /usr2/virtualwebs/vhostname1 >=A0=A0=A0=A0=A0=A0=A0=A0ServerName vhostname1.com >=A0=A0=A0=A0=A0=A0=A0=A0AcceptPathInfo On > > >I am clearly not getting my set up/permissions right because I get > >You don't have permission to access / on this server. > >It seems =A0some needed directives are missing from the virtualhosts.conf > and/or httpd.conf files. > >Despite reading the documentation I do not get it! I have also tried using a link dns1# cd www dns1# ls -l total 14 lrwxr-xr-x 1 root wheel 18 Sep 6 14:20 virtualwebs -> /usr2/virtualwe= bs/ =20 with virtualhosts.conf carrying entries of: DocumentRoot /www/virtualwebs/vhost1.com ServerName vhost1.com AcceptPathInfo On and tried DocumentRoot /virtualwebs/vhost1.com ServerName vhost1.com AcceptPathInfo On when that did not work In either case I get Warning: DocumentRoot [/www/virtualwebs/vhost1.com] does not exist How can I get this right? david =2D-=20 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Tauru= s. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal afte= r=20 completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 23:31:52 2005 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 E9EAB16A41F for ; Tue, 6 Sep 2005 23:31:51 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F9743D45 for ; Tue, 6 Sep 2005 23:31:48 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from [192.168.1.103] (really [69.167.39.216]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050906233147.DXIQ12299.mta13.adelphia.net@[192.168.1.103]>; Tue, 6 Sep 2005 19:31:47 -0400 From: Damon Blom Organization: home To: as2sb3100@comcast.net, questions@freebsd.org Date: Tue, 6 Sep 2005 16:31:30 -0700 User-Agent: KMail/1.8.2 References: <090620051448.24959.431DAC4A00030AEB0000617F2200750784CFCFCECC0D9CCD9C0E@comcast.net> In-Reply-To: <090620051448.24959.431DAC4A00030AEB0000617F2200750784CFCFCECC0D9CCD9C0E@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509061631.32713.surferdamon@adelphia.net> Cc: Subject: Re: freebsd-questions Digest, Vol 110, Issue 24 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 23:31:52 -0000 Hi Thank's for the response. It will not even start boot. comes back F2 Freebsd F5 drive 1 If I hit it again returns original F1 ? F2 Freebsd F5 drive 1 I tried using fdisk to write member again fdisk -B -b /boot/boot0 /dev/da0 but it wouldn't do anything - said no geom. Believe this was because I used whole disk. But in slot 1 is the freebsd type 165. I think it is a bios problem. (I did change /mnt/etc to give mounts of new disk daos1a, da0s1d) Just got an external 200 G usb drive that I will try the same thing. I now have da0 maxtor 194481 MB da1 hp digital drive 976 MB Thank's Damon On Tuesday 06 September 2005 07:48 am, you wrote: > I've installed FreeBSD to a 1gb usb drive, but getting it to boot is really > the hard part. The new dells at my work boot off the USB drive just fine, > but the Gateways at my school (that did have a boot from usb option) seem > to have a problem with it. The Gateway BIOS must not have drivers, or > something, Im not sure, but the Gateways would boot off my USB harddrive > that had freebsd on it. If your getting to the boot loader though, it > should work. Are you booting from usb, or your hd? And what kind of > errors is it giving you? I had some problems with it changing the device > name, but that was when i was going from one computer to another. Some > computers have different usb devices/drivers and so it changes the device > name, I don't know the exact details. It's been a while since I did this. > When the boot loader trys to load the kernel, and then it trys to mount the > filesystem (or the umm, something) it trys to look in da0s1, but it might > change to something else. When you copied / and /usr over to your usb > drive, it also copied settings and stuff (not realy sure). It might be > trying to load the filesystem from da0s1 (mian hd) instead of da1s2 or > something wierd like that. Id try and actually install FreeBSD to your USB > drive using a bootable FreeBSD cd. I was surprised when it detected the > USB drive. You of course don't get the most updated version, but it will > probably work a lot better. Interestingly, Windows 2k will see a usb drive > also, but of course it fails like it always does. Hope this helps, or at > least points you in the right direction. For a better explanation of the > booting process read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html I'm > sure that I messed it all up in the way I explained it. > > Eric Stringer > > > Message: 4 > > Date: Mon, 5 Sep 2005 21:45:24 -0700 > > From: Damon Blom > > Subject: freebsd on memory card > > To: questions@freebsd.org > > Message-ID: <200509052145.24906.surferdamon@adelphia.net> > > Content-Type: text/plain; charset="us-ascii" > > > > Hi > > presario r3000 amd64 freebsd-current 7.0 > > ad0: 76319MB Hitachi DK23FA-80 > > da0 HP Digital drive 1.00 > Removable direct access SCSI -0 Device > > dual XP/FreeBSD with easy boot > > used sysinstall to configure da0 as entire freebsd > > da0s1a /tmp 390MB > > da0s1d /tmp/usr 600MB > > used gtar to transfer / to /mnt > > transfer /usr to /mnt/usr (Cheat Sheet) > > usb bootable (bios) shows > > F1 ? (win) > > F2 Freebsd > > F5 Drive 1 > > But will not boot . I did same thing on desktop with a second hard > > drive and it booted fine. Is it because memory card is not really a hard > > drive? Any way to do it ? > > Thank's > > Damon > > and thank's so much for freebsd (my whole life) > > > > > > ------------------------------ From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 23:33:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D895C16A41F for ; Tue, 6 Sep 2005 23:33:33 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.198.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6E743D45 for ; Tue, 6 Sep 2005 23:33:33 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-67-191-212-89.hsd1.ga.comcast.net[67.191.212.89]) by comcast.net (rwcrmhc12) with ESMTP id <2005090623333201400arra2e>; Tue, 6 Sep 2005 23:33:32 +0000 Message-ID: <431E2784.3060801@multideck.com> Date: Tue, 06 Sep 2005 19:34:28 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431DB202.2070603@multideck.com> <20050906152850.GA28262@orion.daedalusnetworks.priv> In-Reply-To: <20050906152850.GA28262@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 23:33:34 -0000 More info. If I "ls" either before or after setting the bootpath or module_path environment variables, the response is: "open '/' failed: no such file or directory". The "load kernel" command returns: "can't file 'kernel'". Do I need to load a module so that the 3Ware drive "twe" is loaded? The loaddev and currdev variables are both set to "disk1s1a:" Thank you again. Fred. Giorgos Keramidas wrote: >On 2005-09-06 11:13, "Frederick N. Brier" wrote: > > >>Giorgos Keramidas was kind enough to point me at the boot0cfg command >>and I had already tried the disklabel command, but my 5.4 system still >>won't boot. The boot0cfg and disklabel commands executed fine, but it >>is still saying it can't find or load the kernel file despite it being >>in the correct directory on the correct slice. >> >> > >You can interrupt the boot loader and at the OK prompt run "ls" to see >what the loader has mounted as the root partition. Then, assuming that >you locate your kernel in ``/boot/kernel/kernel'', loading a specific >kernel can be done with: > > OK set bootfile=/boot/kernel/kernel > OK set module_path=/boot/kernel > OK load kernel > OK boot > > > > > From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 23:43:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C20E16A41F for ; Tue, 6 Sep 2005 23:43:36 +0000 (GMT) (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 9E15043D46 for ; Tue, 6 Sep 2005 23:43:35 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (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 j86Njbb24015; Tue, 6 Sep 2005 16:45:38 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Norberto Meijome" , "FreeBSD Questions" Date: Tue, 6 Sep 2005 16:43:30 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <431D9B74.7000409@meijome.net> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: [OT] Life expectancy of powered down hard drives.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 23:43:36 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Norberto >Meijome >Sent: Tuesday, September 06, 2005 6:37 AM >To: FreeBSD Questions >Subject: [OT] Life expectancy of powered down hard drives.... > > >hi all, >I know this doesn't relate to FBSD per se, but I figured i'd >try to pick >your brains :) > >I read somewhere (sorry, cant remember where) that hard drives fail if >not powered up every so often (not sure of time frames, but the >discussion was about tapes still being better for backups than hard >drives if planning for long term storage). They can fail if they are left running 24x7 for months or years at a time then shut down for 24 hours or so. Never heard of the 'drive will fail if not powered up every so often" line, though. > It was also mentioned a >"knock on the centre of the drive" to bring it back to life (??). > That used to be the case with some old disks. Once brought back to life this way you had enough time to get the data off the disk before it crashed for good. 40 Megabyte Seagate MFM ST251's were famous for this. >How much truth is in this? I have EIDE drives that I havent used in >years and I just tested them and they work fine...but again, >I've had an >instance of a new drive, used twice to backup some info and then left >untouched for 10 months, and it wouldn't even spin up... > So have I. I've also had brand new drives out of the box that wouldn't even spin up. >Does this affect SCSI drives? I suppose it would be more likely to >affect desktop-quality IDE / SATA drives... > It affects all drives. Ted From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 01:00:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD3116A41F for ; Wed, 7 Sep 2005 01:00:17 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C1D43D49 for ; Wed, 7 Sep 2005 01:00:08 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ECoH8-0006V6-AX for freebsd-questions@freebsd.org; Wed, 07 Sep 2005 02:58:54 +0200 Received: from anthonychavez.org ([166.70.126.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2005 02:58:54 +0200 Received: from acc by anthonychavez.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2005 02:58:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Anthony Chavez Date: Tue, 06 Sep 2005 18:57:47 -0600 Lines: 135 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: anthonychavez.org X-PGP-Key: http://anthonychavez.org/pubkey.asc User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:kzIiOObeEXzK4ePNeIZCxQePi9U= Sender: news Subject: Re: Stress testing and TIMEOUT - WRITE_DMA X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 01:00:18 -0000 --=-=-= On Fri, 26 Aug 2005 03:21:35 -0600 Anthony Chavez wrote: > My question is simply this: is the fact that I received 4 TIMEOUT > warnings in the space of roughly 2 weeks significant cause for concern? Apparently, the fact that the stress tool produced so few warnings may have given me a false sense of security. I'm being treated to the following messages (81 in total) today, after 8 days uptime: Sep 6 11:35:27 mybox kernel: ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=8348191 ... Sep 6 18:59:09 mybox kernel: ad0: TIMEOUT - WRITE_DMA retrying (2 retries left) LBA=8348383 Sep 6 19:04:58 mybox kernel: ad0: TIMEOUT - READ_DMA retrying (2 retries left) LBA=61749183 The READ_DMA timeouts are happening very infrequently, but it's worth mentioning that I'm seeing them now in addition. This is quite disturbing, particularly when the machine in question is *in*production.* Has anyone who has experienced this pain found solace in 5-STABLE's ATA drivers? dmesg below. -- Anthony Chavez http://anthonychavez.org/ mailto:acc@anthonychavez.org jabber:acc@jabber.anthonychavez.org Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.4-RELEASE-p6 #0: Fri Aug 26 02:23:19 MDT 2005 root@mybox:/usr/obj/usr/src/sys/GENERIC ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Celeron(R) CPU 2.40GHz (2392.25-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff real memory = 266813440 (254 MB) avail memory = 251445248 (239 MB) ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xfeb80000-0xfebfffff,0xe8000000-0xefffffff irq 16 at device 2.0 on pci0 agp0: detected 892k stolen memory agp0: aperture size is 128M uhci0: port 0xff80-0xff9f irq 16 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xff60-0xff7f irq 19 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xff40-0xff5f irq 18 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pci0: at device 29.7 (no driver attached) pcib1: at device 30.0 on pci0 pci1: on pcib1 pci1: at device 5.0 (no driver attached) xl0: <3Com 3c900-TPO Etherlink XL> port 0xddc0-0xddff irq 18 at device 6.0 on pci1 xl0: selecting 10baseT transceiver, half duplex xl0: Ethernet address: 00:60:97:74:a8:6d bfe0: mem 0xfe9fe000-0xfe9fffff irq 17 at device 9.0 on pci1 miibus0: on bfe0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: Ethernet address: 00:12:3f:d4:21:75 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 irq 18 at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) pci0: at device 31.5 (no driver attached) fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ppc0: port 0x778-0x77f,0x378-0x37f irq 7 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 orm0: at iomem 0xcd000-0xcffff,0xcb800-0xccfff,0xc0000-0xcb7ff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2392248384 Hz quality 800 Timecounters tick every 10.000 msec ad0: 76293MB at ata0-master UDMA100 acd0: CDROM at ata1-master UDMA33 ATA PseudoRAID loaded Mounting root from ufs:/dev/ad0s1a --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) iQEVAwUAQx47D/AIdTFWAbdTAQrvZAgAtPd2gV7idLu5bTacQ450qWHd1uqOdyfw zJ/pyLVpZi5zsSaZ87az1hkHO55vrlHF/D3ZPIF/RfIxemYU7hx8BVcYJfPcb5Y0 qmiWtLAfFc9cshXZBu25U5lqw0jHTFImwMPAS7k9+ACuhxfaQmSSGAJKIqptJs/q eJU+n8GIxy167npuSjQ8f0Dq2vHk21zWSSVf89TFa+AAHgM7ffCOZy5HY7jGzVlb RlHBRu0YGoYkryEI6ALxCta1I210d+LdUjaJiaxWsKNd73o6+oEmfomRmtt66BtK oAkz5r4EGIQQbFZpQJSBzKHR4w/9GzfilGMn7JzV1rOIw6Zt3Mmb3A== =65pu -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 01:07:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A1916A421; Wed, 7 Sep 2005 01:07:02 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9BD43D97; Wed, 7 Sep 2005 01:06:48 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907010647.NAHI3140.lakecmmtao04.coxmail.com@dns1>; Tue, 6 Sep 2005 21:06:47 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Tue, 6 Sep 2005 18:02:39 -0700 User-Agent: KMail/1.8 References: <200509061501.27839.vizion@vizion.occoxmail.com> <431E16BF.20803@daleco.biz> <200509061540.09351.vizion@vizion.occoxmail.com> In-Reply-To: <200509061540.09351.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509061802.40643.vizion@vizion.occoxmail.com> Cc: freebsd-apache@freebsd.org Subject: Re: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 01:07:02 -0000 On Tuesday 06 September 2005 15:40, the author Vizion contributed to the dialogue on- Re: php --with apache error log: >On Tuesday 06 September 2005 15:22, the author Kevin Kinsey contributed to >the dialogue on- > > Re: php --with apache error log: >>Vizion wrote: >>>Hi >>>It seems that php is looking for a directory 20041030-debug when there is >>> only a directory 20041030. >>> >>>Here is the output from http-error.log >>> >>>Is this a config error? >>> >>>Does anyone know foe to fix the problem? >>> >>>Help appreciated >>> >>>david >>>---- >>>Quote from log: >>>----------------- >>>[Tue Sep 06 14:26:20 2005] [notice] Apache/2.0.54 (FreeBSD) PHP/5.0.4 >>>configured -- resuming normal operations >>>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>>'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >>>"/usr/local/lib/php/20041030-debug/pcre.so" >>>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>>'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open >> >> >> >>Try adjusting the value for "extension_dir" in the appropriate >>php.ini file. >> >>Note that this has moved, I think, from /usr/local/lib/php/php.ini >>to /usr/local/etc/php.ini for most installations. > >That you very much > >The line extension dir line in the php.ini is: > >extension_dir = "./" > >What value should this have? > >How come it is looking for: >20041030-debug >in the first place when extension_dir is ./? >Where does it get that value from? > >The directory /usr/local/lib/php/20041030 > >dns1# cd /usr/local/lib/php/20041030 >dns1# ls -l >total 130 >-r--r--r-- 1 root wheel 89839 Sep 3 18:50 pcre.so >-r--r--r-- 1 root wheel 40993 Sep 3 18:51 xml.so > I tried changing to : extension_dir = //usr/local/lib/php/20041030 but that made no difference --still got the same error: Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open "/usr/local/lib/php/20041030-debug/pcre.so" Unknown(0) : Warning - PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20041030-debug/xml.so' - Cannot open "/usr/local/lib/php/20041030-debug/xml.so" Puzzled david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 01:22:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1760416A41F for ; Wed, 7 Sep 2005 01:22:57 +0000 (GMT) (envelope-from A.Robinson@ms.unimelb.edu.au) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9FE43D46 for ; Wed, 7 Sep 2005 01:22:56 +0000 (GMT) (envelope-from A.Robinson@ms.unimelb.edu.au) Received: from 211-28-168-242.vic.optushome.com.au (c210-49-114-3.frank1.vic.optusnet.com.au [210.49.114.3]) by mail08.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j871MriF000808 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 7 Sep 2005 11:22:54 +1000 Received: from 211-28-168-242.vic.optushome.com.au (localhost [127.0.0.1]) by 211-28-168-242.vic.optushome.com.au (8.13.3/8.13.3) with ESMTP id j871LhKR020073 for ; Wed, 7 Sep 2005 11:21:43 +1000 (EST) (envelope-from A.Robinson@ms.unimelb.edu.au) Received: (from andrewr@localhost) by 211-28-168-242.vic.optushome.com.au (8.13.3/8.13.3/Submit) id j871Lg0O020072 for freebsd-questions@freebsd.org; Wed, 7 Sep 2005 11:21:42 +1000 (EST) (envelope-from A.Robinson@ms.unimelb.edu.au) X-Authentication-Warning: 211-28-168-242.vic.optushome.com.au: andrewr set sender to A.Robinson@ms.unimelb.edu.au using -f Date: Wed, 7 Sep 2005 11:21:42 +1000 From: Andrew Robinson To: freebsd-questions@freebsd.org Message-ID: <20050907012142.GA19026@ms.unimelb.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Intel PRO/100 VE Network Connection NIC undetected, FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 01:22:57 -0000 Dear list, I am using an Intel PRO/100 VE Network Connection with FreeBSD 5.4 Release. The card does not seem to be detected. The page at http://www.freebsd.org/releases/5.4R/hardware-i386.html#ETHERNET lists it among the cards that should be supported by fxp. My kernel shows that fxp is included: device fxp # Intel EtherExpress PRO/100B (82557, 82558) The relevant output of dmesg is: pci5: at device 8.0 (no driver attached) ifconfig says: lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 The relevant output of pciconf -lv is: none6@pci5:8:0: class=0x020000 card=0x01a71028 chip=0x27dc8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' class = network subclass = ethernet In WinXP the physical device is identified as Intel 82562 ET 100 Base-TX PHY Does anyone have any suggestions? Very best wishes, Andrew Andrew Robinson Senior Lecturer in Statistics Tel: +61-3-8344-9763 Department of Mathematics and Statistics Fax: +61-3-8344 4599 University of Melbourne, VIC 3010 Australia Email: a.robinson@ms.unimelb.edu.au Website: http://www.ms.unimelb.edu.au From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 02:26:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446DD16A41F for ; Wed, 7 Sep 2005 02:26:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7658B43D45 for ; Wed, 7 Sep 2005 02:26:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a137.otenet.gr [212.205.215.137]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j872Q5Tm006473; Wed, 7 Sep 2005 05:26:06 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j872Q3Fu081749; Wed, 7 Sep 2005 05:26:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j872Q2pM081748; Wed, 7 Sep 2005 05:26:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 7 Sep 2005 05:26:02 +0300 From: Giorgos Keramidas To: Derrill Guilbert Message-ID: <20050907022602.GA81702@gothmog.gr> References: <431DE851.6020905@gmail.com> <20050906191303.GA69719@orion.daedalusnetworks.priv> <431E1CD9.2050605@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431E1CD9.2050605@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 02:26:10 -0000 On 2005-09-06 15:48, Derrill Guilbert wrote: > So, my next question is, how does one know that the wonderful and > brilliant FreeBSD port squad already took care of things like this? The ports(7) manpage is a good start and it also includes a link to the relevant Handbook section. You can get a fair amount of information about the Ports (what they are, how it all works, etc.) by running: % man 7 ports > Am I just going to have to ask more stupid questions like this, until > I get a better feel for things? Well, there's an old saying that no question is a stupid question. You can speed things up a lot though by looking for "keywords" that match what you want to do in the archives of this list. Most of the questions one finds himself wanting to ask when they start working with FreeBSD have already been answered; repeatedly too :) - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 02:56:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B34D816A41F for ; Wed, 7 Sep 2005 02:56:24 +0000 (GMT) (envelope-from ckjmaner@yahoo.com) Received: from web54510.mail.yahoo.com (web54510.mail.yahoo.com [206.190.49.160]) by mx1.FreeBSD.org (Postfix) with SMTP id E429043D48 for ; Wed, 7 Sep 2005 02:56:23 +0000 (GMT) (envelope-from ckjmaner@yahoo.com) Received: (qmail 7475 invoked by uid 60001); 7 Sep 2005 02:56:23 -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=wK1hmfYv/zaQ7RoRWnTUKkz+fRpFZ6AQD+EwPElT06+Je9OdkaMWXVRoxlgifupleUKf9jPv47Va7IMcWY8CyTE777FPqELmyJrGgvR3+0NkC2jThr/8VddGTFCsnHBFCdw4UGJghihQXaOwbhizdYzcnwUvotKfvsXggWHX01Q= ; Message-ID: <20050907025623.7473.qmail@web54510.mail.yahoo.com> Received: from [24.74.175.137] by web54510.mail.yahoo.com via HTTP; Tue, 06 Sep 2005 19:56:23 PDT Date: Tue, 6 Sep 2005 19:56:23 -0700 (PDT) From: Charles Maner To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Threaded Perl Seg Fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 02:56:24 -0000 Hi all. I'm running threaded Perl 5.8.7, compiled with ithreads, on FreeBSD 5.4 STABLE with 1.5GB RAM. Perl is now running out of memory as I'm getting Seg Faults/Core dumps. (I'm creating a max of 15 threads all parsing different HTML. There appears to only be 124MB of free physical memory remaining--3 GB of swap space is available/unused.) FYI, it was compiled using FreeBSD malloc: /home/charles> perl -V:usemymalloc usemymalloc='n'; It seems that the OS is not alloting swap space to this Perl job. Is there a quick suggestion as to how to tell it to use swap space and/or should I increase kernel memory during boot? Any general suggestions? Thanks, Charles From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 03:18:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 272B616A41F for ; Wed, 7 Sep 2005 03:18:10 +0000 (GMT) (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 A446E43D46 for ; Wed, 7 Sep 2005 03:18:07 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 3002 invoked from network); 7 Sep 2005 13:18:06 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 7 Sep 2005 13:18:06 +1000 Message-ID: <431E5BEE.8030507@meijome.net> Date: Wed, 07 Sep 2005 13:18:06 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Robinson References: <20050907012142.GA19026@ms.unimelb.edu.au> In-Reply-To: <20050907012142.GA19026@ms.unimelb.edu.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Intel PRO/100 VE Network Connection NIC undetected, FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 03:18:10 -0000 Andrew Robinson wrote: > Dear list, > > I am using an Intel PRO/100 VE Network Connection with FreeBSD 5.4 > Release. The card does not seem to be detected. The page at > > http://www.freebsd.org/releases/5.4R/hardware-i386.html#ETHERNET > > lists it among the cards that should be supported by fxp. > > My kernel shows that fxp is included: > > device fxp # Intel EtherExpress PRO/100B (82557, 82558) > > The relevant output of dmesg is: > > pci5: at device 8.0 (no driver attached) > > ifconfig says: > > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 > > The relevant output of pciconf -lv is: > > none6@pci5:8:0: class=0x020000 card=0x01a71028 chip=0x27dc8086 rev=0x01 > hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > gday Andrew - - does it show in ifconfig -a? - just to make sure you have fxp in the kernel, u may want to try to kldload if_fxp - u should get an error if it's already built in, or it would start working if it's not: # kldload if_fxp kldload: can't load if_fxp: File exists B From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 03:46:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EACF16A41F; Wed, 7 Sep 2005 03:46:20 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F6043D46; Wed, 7 Sep 2005 03:46:19 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907034619.TIUB3140.lakecmmtao04.coxmail.com@dns1>; Tue, 6 Sep 2005 23:46:19 -0400 From: Vizion To: freebsd-questions@freebsd.org, wjv@FreeBSD.org Date: Tue, 6 Sep 2005 20:42:10 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509062042.11195.vizion@vizion.occoxmail.com> Cc: freebsd-apache@freebsd.org Subject: phpbb installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 03:46:20 -0000 Hi I am just trying to work out the configuration options for usr/ports/www/phpbb. Does anyone habe any ideas on a good to install phpbb on a server with a number of virtual hosts, a number of which, will be running phpbb? Glancing at the makefile I have drawn the impression that some tweaking might be needed. I am using name-based hosting and am uncertain how to proceed. # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # WWWDOCROOT?= www/data PHPBBURL?= phpBB2 (is this meant to be the file location for installation purposes or the web site url?) WWWOWN?= www WWWGRP?= www All advice appreciated Thanks david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 03:46:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E19916A41F for ; Wed, 7 Sep 2005 03:46:53 +0000 (GMT) (envelope-from greg@grokking.org) Received: from herbert.sohotech.ca (herbert.sohotech.ca [206.116.63.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A12343D46 for ; Wed, 7 Sep 2005 03:46:52 +0000 (GMT) (envelope-from greg@grokking.org) Received: from localhost (unknown [127.0.0.1]) by herbert.sohotech.ca (Postfix) with ESMTP id 067AC18B4CA for ; Tue, 6 Sep 2005 20:46:52 -0700 (PDT) Received: from herbert.sohotech.ca ([127.0.0.1]) by localhost (herbert.sohotech.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05529-02 for ; Tue, 6 Sep 2005 20:46:47 -0700 (PDT) Received: from [192.168.11.2] (niven.sohotech.ca [192.168.11.2]) by herbert.sohotech.ca (Postfix) with ESMTP id 3AB6718A5CB for ; Tue, 6 Sep 2005 20:46:43 -0700 (PDT) Message-ID: <431E62A5.3070006@grokking.org> Date: Tue, 06 Sep 2005 20:46:45 -0700 From: Greg Maruszeczka User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050727) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050907012142.GA19026@ms.unimelb.edu.au> In-Reply-To: <20050907012142.GA19026@ms.unimelb.edu.au> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sohotech.ca Subject: Re: Intel PRO/100 VE Network Connection NIC undetected, FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 03:46:53 -0000 Andrew Robinson wrote: > Dear list, > > I am using an Intel PRO/100 VE Network Connection with FreeBSD 5.4 > Release. The card does not seem to be detected. The page at > > http://www.freebsd.org/releases/5.4R/hardware-i386.html#ETHERNET > > lists it among the cards that should be supported by fxp. > > My kernel shows that fxp is included: > > device fxp # Intel EtherExpress PRO/100B (82557, 82558) > > The relevant output of dmesg is: > > pci5: at device 8.0 (no driver attached) > > ifconfig says: > > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 > > The relevant output of pciconf -lv is: > > none6@pci5:8:0: class=0x020000 card=0x01a71028 chip=0x27dc8086 rev=0x01 > hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > In WinXP the physical device is identified as > > Intel 82562 ET 100 Base-TX PHY > > Does anyone have any suggestions? > By coincidence I just installed 5.4 REL on my Gateway notebook this afternoon, which has the Intel PRO 100 on-board. In my case it was detected immediately and coupled with the fxp driver enabled in GENERIC. FWIW the output of pciconf -lv on my notebook yields this: fxp0@pci2:8:0 class=0x20000 card=0x0200107b chip=0x103d8086 rev=0x81 hdr=0x00 vendor = 'Intel Corporation device = '82801DB (ICH4) PRO/100 VE Network Connection' class = network subclass = ethernet I don't know enough about these numbers to say for sure but obviously your output and mine are quite different, particularly WRT "card" and "chip". Are you absolutely sure you have this particular adapter and not some variant? G From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 03:49:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 865FF16A41F; Wed, 7 Sep 2005 03:49:46 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7AC43D45; Wed, 7 Sep 2005 03:49:45 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907034946.IUQZ24491.lakecmmtao06.coxmail.com@dns1>; Tue, 6 Sep 2005 23:49:46 -0400 From: Vizion To: freebsd-apache@freebsd.org Date: Tue, 6 Sep 2005 20:45:37 -0700 User-Agent: KMail/1.8 References: <20050906125950.fh0x80jdw0gow0k8@webmail.muly.dk> <200509061020.53479.vizion@vizion.occoxmail.com> <200509061609.25444.vizion@vizion.occoxmail.com> In-Reply-To: <200509061609.25444.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509062045.37778.vizion@vizion.occoxmail.com> Cc: users@httpd.apache.org, freebsd-questions@freebsd.org Subject: Re: [users@httpd] Virtual host config SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 03:49:46 -0000 On Tuesday 06 September 2005 16:09, the author Vizion contributed to the=20 dialogue on- Re: [users@httpd] Virtual host config:=20 >On Tuesday 06 September 2005 10:20, the author Vizion contributed to the >dialogue on- > > [users@httpd] Virtual host config: >>Hi >> >>My Apache2 runs on Unix (Freebsd) with >>httpd.conf including >>ServerRoot "/usr/local" >>DocumentRoot "/usr/local/www/data" >> >>It is so long ago that I was working on apache that I have forgotten the >>basics! >> >>I am adding a number of virtual hosts the files =A0located as >> >>/usr2/virtualhosts/vhostname1/ >>/usr2/virtualhosts/vhostname2/ >>etc >> >>I want to keep the existing website running under /usr/local/www/data as >> well as the virtual hosts. >> >>I do not want to try the Virtual-Host Aliases until I have got my head >> around the basics! >> >>I have set up a virtualhosts.conf file using an Include directory: >> >>Include etc/apache2/Includes/*.conf >> >> >>=A0=A0=A0=A0=A0=A0=A0=A0DocumentRoot /usr2/virtualwebs/vhostname1 >>=A0=A0=A0=A0=A0=A0=A0=A0ServerName vhostname1.com >>=A0=A0=A0=A0=A0=A0=A0=A0AcceptPathInfo On >> >> >>I am clearly not getting my set up/permissions right because I get >> >>You don't have permission to access / on this server. >> >>It seems =A0some needed directives are missing from the virtualhosts.conf >> and/or httpd.conf files. >> >>Despite reading the documentation I do not get it! > >I have also tried using a link >dns1# cd www >dns1# ls -l >total 14 > >lrwxr-xr-x 1 root wheel 18 Sep 6 14:20 virtualwebs -> > /usr2/virtualwebs/ > >with virtualhosts.conf carrying entries of: > > > DocumentRoot /www/virtualwebs/vhost1.com > ServerName vhost1.com > AcceptPathInfo On > >and tried > > DocumentRoot /virtualwebs/vhost1.com > ServerName vhost1.com > AcceptPathInfo On > >when that did not work >In either case I get >Warning: DocumentRoot [/www/virtualwebs/vhost1.com] does not exist > >How can I get this right? OK solved it - the manual I was using gave the impression that the=20 DocumentRoot was specified relative to the server root rather than=20 absolutely. Once I got over that the rest fell into place. Thanks david =2D-=20 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Tauru= s. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal afte= r=20 completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 03:50:01 2005 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 2DA4D16A41F for ; Wed, 7 Sep 2005 03:50:01 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D57743D49 for ; Wed, 7 Sep 2005 03:49:58 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from [192.168.1.106] (really [69.167.39.216]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050907034957.LDPU27017.mta11.adelphia.net@[192.168.1.106]>; Tue, 6 Sep 2005 23:49:57 -0400 From: Damon Blom Organization: home To: as2sb3100@comcast.net, questions@freebsd.org Date: Tue, 6 Sep 2005 20:48:44 -0700 User-Agent: KMail/1.8.2 References: <090620051448.24959.431DAC4A00030AEB0000617F2200750784CFCFCECC0D9CCD9C0E@comcast.net> In-Reply-To: <090620051448.24959.431DAC4A00030AEB0000617F2200750784CFCFCECC0D9CCD9C0E@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509062048.47197.surferdamon@adelphia.net> Cc: Subject: Re: freebsd-questions Digest, Vol 110, Issue 24 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 03:50:01 -0000 Hi So sorry! so dumb. I didn't put usb ports ahead of hard drive in boot order. Both usb direct drive and usb external hard drive work. But boot loading is VERY slow for both. Thank's so much! Damon On Tuesday 06 September 2005 07:48 am, you wrote: > I've installed FreeBSD to a 1gb usb drive, but getting it to boot is really > the hard part. The new dells at my work boot off the USB drive just fine, > but the Gateways at my school (that did have a boot from usb option) seem > to have a problem with it. The Gateway BIOS must not have drivers, or > something, Im not sure, but the Gateways would boot off my USB harddrive > that had freebsd on it. If your getting to the boot loader though, it > should work. Are you booting from usb, or your hd? And what kind of > errors is it giving you? I had some problems with it changing the device > name, but that was when i was going from one computer to another. Some > computers have different usb devices/drivers and so it changes the device > name, I don't know the exact details. It's been a while since I did this. > When the boot loader trys to load the kernel, and then it trys to mount the > filesystem (or the umm, something) it trys to look in da0s1, but it might > change to something else. When you copied / and /usr over to your usb > drive, it also copied settings and stuff (not realy sure). It might be > trying to load the filesystem from da0s1 (mian hd) instead of da1s2 or > something wierd like that. Id try and actually install FreeBSD to your USB > drive using a bootable FreeBSD cd. I was surprised when it detected the > USB drive. You of course don't get the most updated version, but it will > probably work a lot better. Interestingly, Windows 2k will see a usb drive > also, but of course it fails like it always does. Hope this helps, or at > least points you in the right direction. For a better explanation of the > booting process read > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html I'm > sure that I messed it all up in the way I explained it. > > Eric Stringer > > > Message: 4 > > Date: Mon, 5 Sep 2005 21:45:24 -0700 > > From: Damon Blom > > Subject: freebsd on memory card > > To: questions@freebsd.org > > Message-ID: <200509052145.24906.surferdamon@adelphia.net> > > Content-Type: text/plain; charset="us-ascii" > > > > Hi > > presario r3000 amd64 freebsd-current 7.0 > > ad0: 76319MB Hitachi DK23FA-80 > > da0 HP Digital drive 1.00 > Removable direct access SCSI -0 Device > > dual XP/FreeBSD with easy boot > > used sysinstall to configure da0 as entire freebsd > > da0s1a /tmp 390MB > > da0s1d /tmp/usr 600MB > > used gtar to transfer / to /mnt > > transfer /usr to /mnt/usr (Cheat Sheet) > > usb bootable (bios) shows > > F1 ? (win) > > F2 Freebsd > > F5 Drive 1 > > But will not boot . I did same thing on desktop with a second hard > > drive and it booted fine. Is it because memory card is not really a hard > > drive? Any way to do it ? > > Thank's > > Damon > > and thank's so much for freebsd (my whole life) > > > > > > ------------------------------ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 04:18:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 631EA16A41F; Wed, 7 Sep 2005 04:18:57 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C98843D48; Wed, 7 Sep 2005 04:18:56 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907041855.JXRR2425.lakecmmtao05.coxmail.com@dns1>; Wed, 7 Sep 2005 00:18:55 -0400 From: Vizion To: freebsd-apache@freebsd.org Date: Tue, 6 Sep 2005 21:14:46 -0700 User-Agent: KMail/1.8 References: <200509062042.11195.vizion@vizion.occoxmail.com> In-Reply-To: <200509062042.11195.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509062114.47597.vizion@vizion.occoxmail.com> Cc: freebsd-questions@freebsd.org, wjv@FreeBSD.org Subject: Re: phpbb installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 04:18:57 -0000 On Tuesday 06 September 2005 20:42, the author Vizion contributed to the dialogue on- phpbb installation: >Hi > >I am just trying to work out the configuration options for >usr/ports/www/phpbb. >Does anyone habe any ideas on a good to install phpbb on a server with a >number of virtual hosts, a number of which, will be running phpbb? > >Glancing at the makefile I have drawn the impression that some tweaking > might be needed. > >I am using name-based hosting and am uncertain how to proceed. > > ># The phpBB2 port supports a number of variables that may be tweaked at > build # time. Perform a "make options" to see more information on these > variables. # >WWWDOCROOT?= www/data >PHPBBURL?= phpBB2 > (is this meant to be the file >location for installation purposes or the web site url?) > >WWWOWN?= www >WWWGRP?= www > I have installed phpBB to the existing server as a trial and the files appear to be in the location indicated by stnadrad output. When I run open up install/install.php I get a blank screen. any ideas how I can get enough info to help debug this problem? david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 04:25:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C7616A41F for ; Wed, 7 Sep 2005 04:25:50 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B0843D46 for ; Wed, 7 Sep 2005 04:25:50 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMF004F4IYYKVJ0@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 23:25:47 -0500 (CDT) Date: Wed, 07 Sep 2005 00:25:41 -0400 From: WOB To: freebsd-questions@freebsd.org Message-id: <431E6BC5.7070801@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Subject: I had to make some symlinks for Flash to work on 6.0-Beta4. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 04:25:50 -0000 I had to make 3-4 symlinks to get Flash to work with Firefox on FreeBSD 6.0-B4 These are the commands I entered: cd /usr/lib ln -s libstdc++.so.5 libstdc++.so.4 cd /lib ln -s libm.so.4 libm.so.3 ln -s libz.so.3 libz.so.2 I made those changes based on errors I saw. I don't know much about what I am doing, so hopefully I didn't break anything by making those symlinks. For example, once this gets fixed, I dont't know if I will need to undo my symlinks. It looks like the "...so.x" files got incremented, and something is expecting them to have their old values. thanks! From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 04:30:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BEE616A41F for ; Wed, 7 Sep 2005 04:30:39 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id C324243D46 for ; Wed, 7 Sep 2005 04:30:38 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMF00N6AJ712BEA@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 06 Sep 2005 23:30:38 -0500 (CDT) Date: Wed, 07 Sep 2005 00:30:32 -0400 From: WOB To: freebsd-questions@freebsd.org Message-id: <431E6CE8.3070304@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Subject: nphelix.so: Undefined symbol "stderr", when using linuxpluginwrapper on 6.0-B4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 04:30:39 -0000 I fixed my Flash error, but I don't how to fix this error on the Helix player (and the same error for Acrobat7) I'm using Firefox on 6.0-B4. I thought "stderr" was alway defined (from my C days). any suggestions? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 07:44:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF18916A41F for ; Wed, 7 Sep 2005 07:44:58 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 42B6A43D53 for ; Wed, 7 Sep 2005 07:44:56 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 76494 invoked by uid 1000); 7 Sep 2005 09:44:54 +0200 Date: Wed, 7 Sep 2005 09:44:54 +0200 From: Clement Laforet To: Vizion Message-ID: <20050907074454.GB47096@goofy.cultdeadsheep.org> References: <20050906125950.fh0x80jdw0gow0k8@webmail.muly.dk> <200509061020.53479.vizion@vizion.occoxmail.com> <200509061609.25444.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v9Ux+11Zm5mwPlX6" Content-Disposition: inline In-Reply-To: <200509061609.25444.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.5.6i Cc: users@httpd.apache.org, freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: Re: [users@httpd] Virtual host config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 07:44:59 -0000 --v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2005 at 04:09:24PM -0700, Vizion wrote: > On Tuesday 06 September 2005 10:20, the author Vizion contributed to the= =20 > dialogue on- > [users@httpd] Virtual host config:=20 >=20 > >Hi > > > >My Apache2 runs on Unix (Freebsd) with > >httpd.conf including > >ServerRoot "/usr/local" > >DocumentRoot "/usr/local/www/data" > > > >It is so long ago that I was working on apache that I have forgotten the > >basics! > > > >I am adding a number of virtual hosts the files =A0located as > > > >/usr2/virtualhosts/vhostname1/ > >/usr2/virtualhosts/vhostname2/ > >etc > > > >I want to keep the existing website running under /usr/local/www/data as > > well as the virtual hosts. > > > >I do not want to try the Virtual-Host Aliases until I have got my head > > around the basics! > > > >I have set up a virtualhosts.conf file using an Include directory: > > > >Include etc/apache2/Includes/*.conf > > > > > >=A0=A0=A0=A0=A0=A0=A0=A0DocumentRoot /usr2/virtualwebs/vhostname1 > >=A0=A0=A0=A0=A0=A0=A0=A0ServerName vhostname1.com > >=A0=A0=A0=A0=A0=A0=A0=A0AcceptPathInfo On > > > > > >I am clearly not getting my set up/permissions right because I get > > > >You don't have permission to access / on this server. > > > >It seems =A0some needed directives are missing from the virtualhosts.conf > > and/or httpd.conf files. FreeBSD port default configuration restricts access to ${PREFIX}/www.=20 You must explicitly allow access to other directories. clem --v9Ux+11Zm5mwPlX6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFDHpp2sRhfjwcjuh0RAgW5AJ9DB07729qXc2TPZwxWzI1GnVqDqwCfYKU5 iDo0BzuNszbJgWOHOC3Ctgs= =n4kw -----END PGP SIGNATURE----- --v9Ux+11Zm5mwPlX6-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 09:15:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F5116A41F for ; Wed, 7 Sep 2005 09:15:07 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31F843D48 for ; Wed, 7 Sep 2005 09:15:06 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1ECw0Z-000Geb-3K; Wed, 07 Sep 2005 13:14:19 +0400 Message-ID: <431EAF63.9050208@speechpro.com> Date: Wed, 07 Sep 2005 13:14:11 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: WOB , freebsd-questions@freebsd.org References: <431E6BC5.7070801@verizon.net> In-Reply-To: <431E6BC5.7070801@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: I had to make some symlinks for Flash to work on 6.0-Beta4. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 09:15:07 -0000 WOB wrote: > > I had to make 3-4 symlinks to get Flash to work with Firefox on > FreeBSD 6.0-B4 Instead of making symlinks, you may consider using libmap.conf (5) > > These are the commands I entered: > > cd /usr/lib > ln -s libstdc++.so.5 libstdc++.so.4 > > cd /lib > ln -s libm.so.4 libm.so.3 > ln -s libz.so.3 libz.so.2 > > I made those changes based on errors I saw. I don't know much about > what I am doing, so hopefully I didn't break anything by making those > symlinks. For example, once this gets fixed, I dont't know if I will > need to undo my symlinks. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 09:23:04 2005 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 26C3C16A41F for ; Wed, 7 Sep 2005 09:23:04 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8093B43D45 for ; Wed, 7 Sep 2005 09:23:02 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id j879N0w1010241; Wed, 7 Sep 2005 12:23:00 +0300 Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 7 Sep 05 12:23:01 +0300 Received: from SpoolDir by INFO (Mercury 1.48); 7 Sep 05 12:22:48 +0300 Received: from [192.168.1.2] (192.168.1.2) by raad.tartu.ee (Mercury 1.48) with ESMTP; 7 Sep 05 12:22:47 +0300 Message-ID: <431EB169.7010602@raad.tartu.ee> Date: Wed, 07 Sep 2005 12:22:49 +0300 From: Toomas Aas User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: php-general@lists.php.net, questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Subject: iconv() in PHP returns 'Unknown error 0' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 09:23:04 -0000 Hello! I am managing a FreeBSD 4.11 server which is currently running PHP=20 4.3.11. The server was originally installed in 2003 with an older=20 version of PHP and libiconv 1.8. All software has been installed from=20 FreeBSD ports. Over the time PHP has been upgraded several times, but=20 libiconv has remained untouched: mail# pkg_info | grep iconv libiconv-1.8_2 A character set conversion library php4-iconv-4.3.11 The iconv shared extension for php There was a time when PHP's iconv() function definitely worked on this=20 server, but now it seems to have a problem. I copied and pasted this=20 simple test script from www.php.net: ----------------------------------------------------- ----------------------------------------------------- When I load this script via the browser, PHP outputs nothing. I have=20 error logging set to file only, and in the log file there is this error: [07-Sep-2005 12:10:07] PHP Notice: iconv(): Unknown error (0) in=20 /storage/www/iconvtest.php on line 2 This is the only error I see in PHP's error log or any other logfile=20 with similar timestamp. The iconv extension is loaded and can be seen in output of phpinfo(). I read that sometimes on FreeBSD you need to use libiconv() instead of=20 iconv(), but this is not the case here - when I replace iconv() with=20 libiconv() I get "PHP Fatal error: Call to undefined function:=20 libiconv()". I can successfully run iconv from command line: $ echo This is a test. > iconvtest $ iconv -f "ISO-8859-1" -t "UTF-8" iconvtest This is a test. Is it possible that my problem is caused by anything *else* than iconv=20 library being out of date compared to PHP's iconv extension? If I need=20 to update libiconv, I also need to update lot of things that depend on=20 it, and this takes some time. If there is some quicker way to get PHP's=20 iconv extension functional, I'd prefer to use that for now. --=20 Toomas Aas -------------------------------------------------------- |arvutiv=F5rgu peaspetsialist | head specialist on computer networks| |Tartu Linnakantselei | Tartu City Office | ----------------------------------------------------- +372 736 1274 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 10:05:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A064A16A41F for ; Wed, 7 Sep 2005 10:05:13 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACCD43D4C for ; Wed, 7 Sep 2005 10:05:12 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so900647nzo for ; Wed, 07 Sep 2005 03:05:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ES/9toqntyaBVLZFGJGMofk9D+8KRja6FCgpPlSl0oNGJOSvGqnFUIp+HBwKKufLKXCuxNP3Y96KWXrsKBe/S3kycxeq5lnsWpLVYaPonU9RL1X0b3R21hYOK+GtdKrTx5TtF9zNbSI8bATltQRQG4iKIWmV0ENhjgNfXQuyupU= Received: by 10.36.66.9 with SMTP id o9mr6537359nza; Wed, 07 Sep 2005 03:05:12 -0700 (PDT) Received: by 10.36.4.4 with HTTP; Wed, 7 Sep 2005 03:05:12 -0700 (PDT) Message-ID: <6fda1872050907030547af3795@mail.gmail.com> Date: Wed, 7 Sep 2005 13:05:12 +0300 From: zlatozar To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Makefile error when update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 10:05:13 -0000 Hi all, Last night I tried to update my FreeBSD system. After cvsup I run=20 portupgrade -varRp. See error message: Segmentation fault (core dumped) libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of=20 valid categories. *** Error code 1 How I can fix this problem? Thanks in advance. Zlatozar --=20 (__) \\\ ' ' , )=20 \ / \ ^=20 .\ ._/_)=20 http://zlatozar.blogspot.com/ "I'm not a great programmer; I'm just a good programmer with great habits." From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 10:07:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEA216A41F for ; Wed, 7 Sep 2005 10:07:22 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E9F43D5A for ; Wed, 7 Sep 2005 10:07:21 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id ABE78800EE; Wed, 07 Sep 2005 03:07:35 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AAC8269D0138; Tue, 06 Sep 2005 17:56:40 -0700 From: "Chris St Denis" To: , Date: Tue, 6 Sep 2005 17:56:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20050906080409.F2A4.GERARD-SEIBERT@suscom.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcWy3Fw9ewA/F4IoQkuMX7arIKjHOgAaoMbA Message-Id: <200509061756187.SM00832@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@aebc.com" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: D3ac8269d0138c06b.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: Subject: RE: FreeBSD v6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 10:07:22 -0000 http://www.osnews.com/story.php?news_id=10951 http://www.freebsd.org/releases/6.0R/todo.html -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Gerard Seibert Sent: Tuesday, September 06, 2005 5:11 AM To: freebsd-questions@freebsd.org Subject: FreeBSD v6 I am attempting to find some information regarding the upcoming release of version 6 of FreeBSD. I want to find out what the differences between this version and version 5.x are. In addition, I wanted to see what, if any new features are being included in this new release. I have not been able to find a definitive listing in regards to this release. Perhaps someone here can point me in the right direction. -- Gerard E. Seibert gerard-seibert@suscom.net If you wish to learn the highest truths, begin with the alphabet. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 10:24:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1741816A420 for ; Wed, 7 Sep 2005 10:24:11 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id E460643D4C for ; Wed, 7 Sep 2005 10:24:09 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so902196nzo for ; Wed, 07 Sep 2005 03:24:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=nk1LqM/iq0Pmykji15wc8m8Ge7h/npe13fu72KlpB6MpgkV5CLiJ3nh+Zn7MuERB9Uq5ySq9P8/TLptckLJBrNXDKiSGtdxVj8bVLpg8vZCHNpmJHgmJ2gZPr2MnpHvC61LnIbmZuQOjSVlTlTrYrAjPNV+ss92nU97t9BSfSII= Received: by 10.36.20.7 with SMTP id 7mr6535004nzt; Wed, 07 Sep 2005 03:24:09 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 40sm4596086nzf.2005.09.07.03.24.08; Wed, 07 Sep 2005 03:24:09 -0700 (PDT) From: Yuan Jue Organization: TsingHua Univ. To: zlatozar Date: Wed, 7 Sep 2005 18:28:26 +0800 User-Agent: KMail/1.8.2 References: <6fda1872050907030547af3795@mail.gmail.com> In-Reply-To: <6fda1872050907030547af3795@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071828.26995.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Makefile error when update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 10:24:11 -0000 On Wednesday 07 September 2005 18:05, Yuan Jue wrote: > Last night I tried to update my FreeBSD system. After cvsup I run > portupgrade -varRp. > See error message: > Segmentation fault (core dumped) > libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list of > valid categories. > *** Error code 1 If you've already have a backup /var/db/pkg using "pkgdb -F" before you portupgrade all the port, maybe you can cover the new pkg folder in /var/db with the old one you saved and portupgrade again. I am not sure is it a right workaround, but it worked for me when I encountered the similar problem. And there is one more thing need to be mentioned. You should not run two or more portupgrade commands at the same time. Good luck. -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:07:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2BA116A41F for ; Wed, 7 Sep 2005 11:07:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159E543D48 for ; Wed, 7 Sep 2005 11:07:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87B6xZX024398; Wed, 7 Sep 2005 14:07:00 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87B6xlM007439; Wed, 7 Sep 2005 14:06:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87B6xct007438; Wed, 7 Sep 2005 14:06:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 14:06:59 +0300 From: Giorgos Keramidas To: "Frederick N. Brier" Message-ID: <20050907110659.GA7415@orion.daedalusnetworks.priv> References: <431DB202.2070603@multideck.com> <20050906152850.GA28262@orion.daedalusnetworks.priv> <431E2784.3060801@multideck.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431E2784.3060801@multideck.com> Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 11:07:04 -0000 On 2005-09-06 19:34, "Frederick N. Brier" wrote: > More info. If I "ls" either before or after setting the bootpath or > module_path environment variables, the response is: "open '/' failed: > no such file or directory". The "load kernel" command returns: "can't > file 'kernel'". Do I need to load a module so that the 3Ware drive > "twe" is loaded? The loaddev and currdev variables are both set to > "disk1s1a:" Thank you again. Hmmm, isn't it a job of the system BIOS to present a "disk" from the twe controller? Not sure why this would fail; I haven't used twe so far. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:12:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C83716A41F for ; Wed, 7 Sep 2005 11:12:16 +0000 (GMT) (envelope-from Axel.Gruner@suedfactoring.de) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1362443D53 for ; Wed, 7 Sep 2005 11:12:13 +0000 (GMT) (envelope-from Axel.Gruner@suedfactoring.de) Received: from localhost (localhost.suedfactoring.de [127.0.0.1]) by sffwd0.suedfactoring.de (Postfix) with ESMTP id 39CD57E834 for ; Wed, 7 Sep 2005 13:08:43 +0200 (CEST) Received: from sffwd0.suedfactoring.de ([127.0.0.1]) by localhost (sffwd0.suedfactoring.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78700-06 for ; Wed, 7 Sep 2005 13:08:39 +0200 (CEST) Received: from sfld1.suedfac.com (sfld1.SUEDFAC.COM [10.4.1.241]) by sffwd0.suedfactoring.de (Postfix) with ESMTP id 987417E818 for ; Wed, 7 Sep 2005 13:08:39 +0200 (CEST) Importance: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 From: Axel.Gruner@suedfactoring.de To: freebsd-questions@freebsd.org X-MIMETrack: MIME-CD by Notes Server on sfld1/suedfactoring(Release 6.5.2|June 01, 2004) at 09/07/2005 13:03:00, MIME-CD complete at 09/07/2005 13:03:00, Serialize by Router on sfld1/suedfactoring(Release 6.5.2|June 01, 2004) at 09/07/2005 13:03:01 Date: Wed, 7 Sep 2005 13:03:00 +0200 Message-ID: Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at suedfactoring.de Subject: How to disable debugging in userland? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 11:12:16 -0000 Hi, i know how to disable debugging for the kernel in 6.0, but how do i disable debugging for the userland? So is ln -s 'aj' malloc.conf the right choice (i did this with an early 5.x). Thanks in advance. asg From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:24:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5913016A41F for ; Wed, 7 Sep 2005 11:24:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 714AF43D7F for ; Wed, 7 Sep 2005 11:24:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87BOC65012230; Wed, 7 Sep 2005 14:24:12 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87BOC5Y007561; Wed, 7 Sep 2005 14:24:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87BOBGD007560; Wed, 7 Sep 2005 14:24:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 14:24:11 +0300 From: Giorgos Keramidas To: Axel.Gruner@suedfactoring.de Message-ID: <20050907112411.GC7415@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: How to disable debugging in userland? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 11:24:19 -0000 On 2005-09-07 13:03, Axel.Gruner@suedfactoring.de wrote: > i know how to disable debugging for the kernel in 6.0, but how do i disable > debugging for the userland? > So is > ln -s 'aj' malloc.conf > the right choice (i did this with an early 5.x). Userland programs are not installed with debugging information by default. You have to specifically request that debugging *is* enabled, instead (by setting DEBUG_FLAGS either in your environment or in your /etc/make.conf file) and rebuild. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:32:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD6216A41F for ; Wed, 7 Sep 2005 11:32:04 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D517143D49 for ; Wed, 7 Sep 2005 11:32:03 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so907515nzo for ; Wed, 07 Sep 2005 04:32:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HXTzaZnvrPvFIvjG3EFWWmRNWOJrlFvNJbJ5nqLzl9Z5TuqHb3HLHVnH99rvlmNJteEGzab+dbiDEn2iH9bvmhOWKCkdLr3gpWTydia7oQ+ZU3V0XiNcxOdA+iLpmSErM6/LAHj9cW2XkzrmbrARrl0Qt3nibQKi5HaZ1VEwh+E= Received: by 10.36.66.9 with SMTP id o9mr6592422nza; Wed, 07 Sep 2005 04:32:03 -0700 (PDT) Received: by 10.36.4.4 with HTTP; Wed, 7 Sep 2005 04:32:03 -0700 (PDT) Message-ID: <6fda187205090704324c0f114c@mail.gmail.com> Date: Wed, 7 Sep 2005 14:32:03 +0300 From: zlatozar To: Yuan Jue In-Reply-To: <200509071828.26995.yuanjue122@gmail.com> Mime-Version: 1.0 References: <6fda1872050907030547af3795@mail.gmail.com> <200509071828.26995.yuanjue122@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Makefile error when update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 11:32:04 -0000 I haven't backup( or I never restore from backup). Any ideas ? On 9/7/05, Yuan Jue wrote:=20 >=20 > On Wednesday 07 September 2005 18:05, Yuan Jue wrote: >=20 > > Last night I tried to update my FreeBSD system. After cvsup I run > > portupgrade -varRp. > > See error message: > > Segmentation fault (core dumped) > > libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list o= f > > valid categories. > > *** Error code 1 >=20 > If you've already have a backup /var/db/pkg using "pkgdb -F" before you > portupgrade all the port, maybe you can cover the new pkg folder in=20 > /var/db > with the old one you saved and portupgrade again. I am not sure is it a= =20 > right > workaround, but it worked for me when I encountered the similar problem. >=20 > And there is one more thing need to be mentioned. You should not run two= =20 > or > more portupgrade commands at the same time. >=20 > Good luck. >=20 > -- > Best Regards. >=20 > Yuan Jue >=20 --=20 (__) \\\ ' ' , )=20 \ / \ ^=20 .\ ._/_)=20 http://zlatozar.blogspot.com/ "I'm not a great programmer; I'm just a good programmer with great habits." From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:49:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C72216A41F for ; Wed, 7 Sep 2005 11:49:24 +0000 (GMT) (envelope-from Axel.Gruner@suedfactoring.de) Received: from sffwd0.suedfactoring.de (port-212-202-224-251.static.qsc.de [212.202.224.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068A343D55 for ; Wed, 7 Sep 2005 11:49:22 +0000 (GMT) (envelope-from Axel.Gruner@suedfactoring.de) Received: from localhost (localhost.suedfactoring.de [127.0.0.1]) by sffwd0.suedfactoring.de (Postfix) with ESMTP id 31AC67E834; Wed, 7 Sep 2005 13:45:53 +0200 (CEST) Received: from sffwd0.suedfactoring.de ([127.0.0.1]) by localhost (sffwd0.suedfactoring.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79265-08; Wed, 7 Sep 2005 13:45:48 +0200 (CEST) Received: from sfld1.suedfac.com (sfld1.SUEDFAC.COM [10.4.1.241]) by sffwd0.suedfactoring.de (Postfix) with ESMTP id 0415D7E818; Wed, 7 Sep 2005 13:45:47 +0200 (CEST) Importance: Normal X-Priority: 3 (Normal) MIME-Version: 1.0 From: Axel.Gruner@suedfactoring.de To: Giorgos Keramidas X-MIMETrack: MIME-CD by Notes Server on sfld1/suedfactoring(Release 6.5.2|June 01, 2004) at 09/07/2005 13:40:10, MIME-CD complete at 09/07/2005 13:40:10, Serialize by Router on sfld1/suedfactoring(Release 6.5.2|June 01, 2004) at 09/07/2005 13:40:11 Date: Wed, 7 Sep 2005 13:40:10 +0200 Message-ID: Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at suedfactoring.de Cc: Axel.Gruner@suedfactoring.de, freebsd-questions@freebsd.org Subject: Antwort: Re: How to disable debugging in userland? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 11:49:24 -0000 Hi, thanks for the quick reply. > Userland programs are not installed with debugging information by > default. You have to specifically request that debugging *is* enabled, > instead (by setting DEBUG_FLAGS either in your environment or in your > /etc/make.conf file) and rebuild. But /usr/src/UPDATING tells me that both, kernel- and userland debugging is enabled per default. So, maybe i misunderstood UPDATING or your answer ;-). Ok, setting DEBUG_FLAGS looks fine, but, where can i find these? I can not see them in "man make.conf" also not in make.conf example. asg From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:56:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78BB116A41F for ; Wed, 7 Sep 2005 11:56:23 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A70D43D46 for ; Wed, 7 Sep 2005 11:56:22 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so909704nzo for ; Wed, 07 Sep 2005 04:56:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=YNLNJ8UR/Qh7lHYVWtcD1ISwwMP0HHLggQxEkgZ8io2SsTKtN74jJWWGomwjEgdTOmPuikQkX/kke/ZNL57GQX1ETXW/N8UvahUCEUztkvjrEQsgZyZeCsIPla0f2wC6MJQFnSIorJNhF9mOVcv83k1lNFvHjeHBa2BR9pXEEEQ= Received: by 10.36.157.18 with SMTP id f18mr5428494nze; Wed, 07 Sep 2005 04:56:22 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 40sm4648142nzf.2005.09.07.04.56.20; Wed, 07 Sep 2005 04:56:22 -0700 (PDT) From: Yuan Jue Organization: TsingHua Univ. To: zlatozar Date: Wed, 7 Sep 2005 20:00:38 +0800 User-Agent: KMail/1.8.2 References: <6fda1872050907030547af3795@mail.gmail.com> <200509071828.26995.yuanjue122@gmail.com> <6fda187205090704324c0f114c@mail.gmail.com> In-Reply-To: <6fda187205090704324c0f114c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509072000.39152.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Makefile error when update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 11:56:23 -0000 On Wednesday 07 September 2005 19:32, zlatozar wrote: > I haven't backup( or I never restore from backup). Any ideas ? > Can you install libbonoboui-2.10.1 from port directly? see if this will solve the problem. > > > Last night I tried to update my FreeBSD system. After cvsup I run > > > portupgrade -varRp. > > > See error message: > > > Segmentation fault (core dumped) > > > libbonoboui-2.10.1: Makefile error: category x11-toolkits not in list > > > of valid categories. > > > *** Error code 1 > > > > If you've already have a backup /var/db/pkg using "pkgdb -F" before you > > portupgrade all the port, maybe you can cover the new pkg folder in > > /var/db > > with the old one you saved and portupgrade again. I am not sure is it a > > right > > workaround, but it worked for me when I encountered the similar problem. > > > > And there is one more thing need to be mentioned. You should not run two > > or > > more portupgrade commands at the same time. > > > > Good luck. > > > > -- > > Best Regards. > > > > Yuan Jue -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 12:02:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ACA416A41F for ; Wed, 7 Sep 2005 12:02:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885AF43D49 for ; Wed, 7 Sep 2005 12:02:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87C288J010974; Wed, 7 Sep 2005 15:02:08 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87C28aY007960; Wed, 7 Sep 2005 15:02:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87C28fn007959; Wed, 7 Sep 2005 15:02:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 15:02:07 +0300 From: Giorgos Keramidas To: Axel.Gruner@suedfactoring.de Message-ID: <20050907120207.GA7915@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Antwort: Re: How to disable debugging in userland? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 12:02:11 -0000 On 2005-09-07 13:40, Axel.Gruner@suedfactoring.de wrote: >> Userland programs are not installed with debugging information by >> default. You have to specifically request that debugging *is* enabled, >> instead (by setting DEBUG_FLAGS either in your environment or in your >> /etc/make.conf file) and rebuild. > > But /usr/src/UPDATING tells me that both, kernel- and userland debugging is > enabled per default. Part of this is true for FreeBSD-CURRENT[1]. Releases are built without any debugging information, to save some space on the release CD-ROMs and the installed area. > So, maybe i misunderstood UPDATING or your answer ;-). It could also be that both me and UPDATING are partly wrong. > Ok, setting DEBUG_FLAGS looks fine, but, where can i find these? I can > not see them in "man make.conf" also not in make.conf example. Good point. I just noticed this while writing my post to you. I'll try to add a description of DEBUG_FLAGS in the make.conf(5) manpage. I found the description of DEBUG_FLAGS after a post by Ruslan Ermilov in one of the other lists and a bit of searching in /usr/share/mk/* files. IMHO, it shouldn't be that hard to find it. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 03:58:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F364116A41F for ; Wed, 7 Sep 2005 03:58:42 +0000 (GMT) (envelope-from ansarm@sympatico.ca) Received: from BAYC1-PASMTP02.bayc1.hotmail.com (bayc1-pasmtp02.bayc1.hotmail.com [65.54.191.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84F443D45 for ; Wed, 7 Sep 2005 03:58:42 +0000 (GMT) (envelope-from ansarm@sympatico.ca) Message-ID: X-Originating-IP: [70.50.111.13] X-Originating-Email: [ansarm@sympatico.ca] Received: from ansarmm2 ([70.50.111.13]) by BAYC1-PASMTP02.bayc1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Tue, 6 Sep 2005 20:58:41 -0700 From: "Ansar Mohammed" To: Date: Tue, 6 Sep 2005 23:58:42 -0400 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcWzYG+QfLLPmW0BTfqKYN/e1ssVhg== Message-ID: X-OriginalArrivalTime: 07 Sep 2005 03:58:42.0014 (UTC) FILETIME=[6F9427E0:01C5B360] X-Mailman-Approved-At: Wed, 07 Sep 2005 12:32:22 +0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NDAS or iSCSI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 03:58:43 -0000 Is there a mature implementation of either iSCSI targets or NDAS (Ximeta) for FreeBSD? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 12:49:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3346816A41F for ; Wed, 7 Sep 2005 12:49:18 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6952643D49 for ; Wed, 7 Sep 2005 12:49:16 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id C9D43CCF8BC for ; Wed, 7 Sep 2005 08:49:14 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Wed, 07 Sep 2005 08:49:14 -0400 X-Sasl-enc: IhXib3V07FuFkCtoZt9dW+K/UvzWZ7eCgJQkiyDMnS3l 1126097354 Received: from gumby.localdomain (dsl-80-41-69-169.access.as9105.com [80.41.69.169]) by frontend3.messagingengine.com (Postfix) with ESMTP id BED281DA for ; Wed, 7 Sep 2005 08:49:14 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 13:49:12 +0100 User-Agent: KMail/1.8.2 References: <431DE851.6020905@gmail.com> <20050906191303.GA69719@orion.daedalusnetworks.priv> <431E1CD9.2050605@gmail.com> In-Reply-To: <431E1CD9.2050605@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071349.12975.list-freebsd-2004@morbius.sent.com> Subject: Re: Compiling for the first time (more or less) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 12:49:18 -0000 On Tuesday 06 September 2005 23:48, Derrill Guilbert wrote: > So, my next question is, how does one know that the wonderful and > brilliant FreeBSD port squad already took care of things like this? I > assume that it is documented somewhere, but I didn't see it on the > description page for the port. The config menu would have appeared anyway the first time you tried to build the port, and again each time the options change. The Makefile is another place to look for options. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 12:53:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40AFD16A41F for ; Wed, 7 Sep 2005 12:53:41 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from canada.com (smtp-3.vancouver.ipapp.com [216.152.192.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83FEA43D5E for ; Wed, 7 Sep 2005 12:53:32 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from canada.com ([216.152.192.56]) by smtp-3.vancouver.ipapp.com ; Wed, 07 Sep 2005 05:53:31 -0700 Sender: modelt20@canada.com From: "Boris Karloff" To: freebsd-questions@freebsd.org X-Mailer: Quality Web Email v3.1m, http://netwinsite.com/refw.htm X-Originating-IP: 71.29.66.64 Date: Wed, 07 Sep 2005 04:53:31 -0800 Message-id: <431ee2cb.186.147f.27491@canada.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Rcpt-To: X-Country: CA Subject: Cups causing Xwindows to abnormally exit. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 12:53:41 -0000 Hello All: I just finished installing CUPS on my freeBSD 5.4, and everything seemed to go correctly. I can print a test page just fine. I can see the printer in a browser (http://localhost:631/admin); it seems to be correct. When I try to print a page in Xwindows, Xwindows abnormally exits. There is no error message on the terminal when X closes. It appears X was given a normal 'exit X' command. Of course, the page doesn't print either. The steps leading up to this are: Start X windows. I have fvwm2 as the window manager. Open Mozilla (or any browser). I use Mozilla. On the displayed page, pick 'File' 'Print'. Immediately X exits. Any thoughts as to what is going on? Thanks in advance. Harold ---------------------------------------- Upgrade your account today for increased storage; mail forwarding or POP enabled e-mail with automatic virus scanning. Visit http://www.canada.com/email/premiumservices.html for more information. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:05:11 2005 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 B9F1516A420 for ; Wed, 7 Sep 2005 13:05:11 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70EAE43D5C for ; Wed, 7 Sep 2005 13:05:08 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id j87D55kh008300; Wed, 7 Sep 2005 16:05:07 +0300 Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 7 Sep 05 16:05:07 +0300 Received: from SpoolDir by INFO (Mercury 1.48); 7 Sep 05 16:04:59 +0300 Received: from [192.168.1.2] (192.168.1.2) by raad.tartu.ee (Mercury 1.48) with ESMTP; 7 Sep 05 16:04:55 +0300 Message-ID: <431EE577.6070102@raad.tartu.ee> Date: Wed, 07 Sep 2005 16:04:55 +0300 From: Toomas Aas User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <431EB169.7010602@raad.tartu.ee> In-Reply-To: <431EB169.7010602@raad.tartu.ee> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org, php-general@lists.php.net Subject: Re: [PHP] iconv() in PHP returns 'Unknown error 0' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:05:11 -0000 Toomas Aas wrote: > ----------------------------------------------------- > echo iconv("ISO-8859-1", "UTF-8", "This is a test."); > ?> > ----------------------------------------------------- >=20 > When I load this script via the browser, PHP outputs nothing. I have=20 > error logging set to file only, and in the log file there is this error= : >=20 > [07-Sep-2005 12:10:07] PHP Notice: iconv(): Unknown error (0) in=20 > /storage/www/iconvtest.php on line 2 It looks like I found the solution myself. To my great surprise, the=20 order of 'extension' lines in php.ini seems to be significant. As those=20 of you who use FreeBSD might know, if you install PHP and a choice of=20 extensions from ports, then extensions are described in separate file=20 /usr/local/etc/php/extensions.ini. I moved the line describing=20 'iconv.so' to the first line in this file, and the test script quoted=20 above started working as expected. --=20 Toomas Aas -------------------------------------------------------- |arvutiv=F5rgu peaspetsialist | head specialist on computer networks| |Tartu Linnakantselei | Tartu City Office | ----------------------------------------------------- +372 736 1274 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:19:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E0816A41F for ; Wed, 7 Sep 2005 13:19:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2EC343D53 for ; Wed, 7 Sep 2005 13:19:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87DJCGh015354; Wed, 7 Sep 2005 16:19:13 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87DJCEM008380; Wed, 7 Sep 2005 16:19:12 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87DJBj1008379; Wed, 7 Sep 2005 16:19:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 16:19:11 +0300 From: Giorgos Keramidas To: Steve Suhre Message-ID: <20050907131911.GA8363@orion.daedalusnetworks.priv> References: <431EDEAF.1010102@nano.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431EDEAF.1010102@nano.net> Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail not using aliases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:19:16 -0000 ## Redirected to freebsd-questions from freebsd-hackers. On 2005-09-07 06:35, Steve Suhre wrote: > I'm upgrading a server and have sendmail 8.13.1 installed. I've moved > the aliases and virtusertable files over and have run makemap and > newaliases. Sendmail has been complaining that it can't find aliased > users like postmaster and www. I doublechecked the aliases file and they > are there. If I add them to the virtusertable file, which I'd rather not > do, then sendmail stops complaining and delivers the mail. I checked for > the "-n" flag and it's not set when runnung sendmail at startup. I also > checked to see that the aliases file was in the correct place as > indicated in sendmail.cf. That's funny. Any hints in the log files? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:21:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAA416A41F for ; Wed, 7 Sep 2005 13:21:21 +0000 (GMT) (envelope-from nivo+sender+6075ff@yuckfou.org) Received: from ssdd.xs4all.nl (ssdd.xs4all.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FEF43D46 for ; Wed, 7 Sep 2005 13:21:20 +0000 (GMT) (envelope-from nivo+sender+6075ff@yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 3DFD9A01 for ; Wed, 7 Sep 2005 15:21:22 +0200 (CEST) Received: from ssdd.xs4all.nl ([127.0.0.1]) by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89124-07 for ; Wed, 7 Sep 2005 15:21:11 +0200 (CEST) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id D6F7B43F; Wed, 7 Sep 2005 15:21:11 +0200 (CEST) Received: from [192.168.2.239] (turbata-xp.gondel.local [192.168.2.239]) by localhost.yuckfou.org (tmda-ofmipd) with ESMTP; Wed, 07 Sep 2005 15:21:08 +0200 (CEST) Message-ID: <431EE940.30604@yuckfou.org> Date: Wed, 07 Sep 2005 15:21:04 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Nils Vogels X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) X-TMDA-Fingerprint: 8N1bdtp+4fsiw95VKFUDgJDSFH4 X-Virus-Scanned: amavisd-new at yuckfou.org X-Spam-Status: No, score=-5.895 tagged_above=-999 required=6.31 tests=[ALL_TRUSTED=-3.3, AWL=0.004, BAYES_00=-2.599] X-Spam-Score: -5.895 X-Spam-Level: Subject: Makefile woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nils Vogels List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:21:22 -0000 Hi there ! I'm trying to write a Makefile and it's my first time writing a bit more complex one .. I seem to be stuck and examples currently are not very helpful, so I thought I'd try here: What I am trying to do is differ the way of building depending if a variable has been defined, my current Makefile looks like this: build_1: @cd /build/dir && make OPTION=set build_2: @cd /build/dir && make build: .if defined(WANT_OPTION) HAS_OPTION?=1 ${MAKE} build_1 .else HAS_OPTION?=0 ${MAKE} build_2 <-- error in this line .endif Whenever I run "make build" I get: "Makefile", line xx: Need an operator make: fatal errors encountered -- cannot continue The error seems to occur in the indicated line ${MAKE} build_2, but I am at a complete loss what I am doing wrong.. Help! :) I am running RELENG_5_4 and the make that comes with it .. Grts, Nils -- Simple guidelines to happiness: Work like you don't need the money, love like your heart has never been broken and dance like no one can see you. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:29:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE4F16A41F for ; Wed, 7 Sep 2005 13:29:51 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2823943D45 for ; Wed, 7 Sep 2005 13:29:50 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with SMTP id 9C2673658E8 for ; Wed, 7 Sep 2005 15:29:49 +0200 (CEST) Received: from [147.215.1.13] (desolation.esiee.fr [147.215.1.13]) by mail.esiee.fr (Postfix) with ESMTP id 23ED33658E1 for ; Wed, 7 Sep 2005 15:29:49 +0200 (CEST) Message-ID: <431EEB35.5020207@esiee.fr> Date: Wed, 07 Sep 2005 15:29:25 +0200 From: Frank Bonnet User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FDISK cannot write X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:29:51 -0000 Hello I'm trying to add a partition to an existing disk at 5.4-R on a HP XW 4200 (SATA) FDSIK fail with an error message "cannot write ..." The "bizarre" thing is I have installed this machine from CDROM and partitionning the disk was OK ... any idea on what happen ? Thanks a lot. -- Cordialement/Regards Frank Bonnet From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:31:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA79116A41F for ; Wed, 7 Sep 2005 13:31:50 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A4C43D45 for ; Wed, 7 Sep 2005 13:31:50 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.43) id 1ED01k-000EfG-Uz for freebsd-questions@freebsd.org; Wed, 07 Sep 2005 09:31:49 -0400 Message-ID: <004301c5b3b0$7ffa4010$6501a8c0@GRANT> From: "Grant Peel" To: Date: Wed, 7 Sep 2005 09:31:43 -0400 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: IPFW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:31:50 -0000 Hi all, After pouring through the manual and manpages, I suspect the answer is now, but I would really love to be wrong! Is there a way to count bytes inbound and outbound for a specific ip using ipfw in a SINGLE RULE? 10000 count ip from 192.168.1.2 OR to 192.168.1.2 via em0 I know that above won't work, but hopefully it gets the question accoss! To the dev guys, how about adding a 'through' or 'both' keyword! example: 10000 count ip through 192.168.1.2 via em0 or 10000 count ip 192.168.1.2 both via em0 -Grant From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:36:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F36E16A41F; Wed, 7 Sep 2005 13:36:21 +0000 (GMT) (envelope-from denny@jodeit.com) Received: from mail.jodeit.com (mail.jodeit.com [207.10.131.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7005E43D48; Wed, 7 Sep 2005 13:36:20 +0000 (GMT) (envelope-from denny@jodeit.com) Received: from dennylaptop2 [207.10.131.89] by mail.jodeit.com with ESMTP (SMTPD-8.21) id AC620CF4; Wed, 07 Sep 2005 09:34:26 -0400 From: "Denny Jodeit" To: "'Vizion'" , Date: Wed, 7 Sep 2005 09:36:09 -0400 Message-ID: <001301c5b3b1$1b6f27e0$59830acf@dennylaptop2> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <200509062114.47597.vizion@vizion.occoxmail.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Declude-Sender: denny@jodeit.com [207.10.131.89] X-Spam-Tests-Failed: CMDSPACE [3] X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam. Cc: freebsd-questions@freebsd.org, wjv@FreeBSD.org Subject: RE: phpbb installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:36:21 -0000 > On Tuesday 06 September 2005 20:42, the author Vizion > contributed to the > dialogue on- > phpbb installation: > > >Hi > > > >I am just trying to work out the configuration options for > >usr/ports/www/phpbb. > >Does anyone habe any ideas on a good to install phpbb on a > server with a > >number of virtual hosts, a number of which, will be running phpbb? > > > >Glancing at the makefile I have drawn the impression that > some tweaking > > might be needed. > > > >I am using name-based hosting and am uncertain how to proceed. > > > > > ># The phpBB2 port supports a number of variables that may be > tweaked at > > build # time. Perform a "make options" to see more > information on these > > variables. # > >WWWDOCROOT?= www/data > >PHPBBURL?= phpBB2 > > (is this meant to > be the file > >location for installation purposes or the web site url?) > > > >WWWOWN?= www > >WWWGRP?= www > > > I have installed phpBB to the existing server as a trial and > the files appear > to be in the location indicated by stnadrad output. When I > run open up > install/install.php I get a blank screen. > > any ideas how I can get enough info to help debug this problem? > > david > No debug needed...... Next time try Google......you'd have found this: http://www.phpbb.com/phpBB/ Happy Motoring, D -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.18/91 - Release Date: 9/6/2005 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:38:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DD916A460 for ; Wed, 7 Sep 2005 13:38:01 +0000 (GMT) (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 E3B3A43D48 for ; Wed, 7 Sep 2005 13:38:00 +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.12.10+Sun/8.12.2) with ESMTP id j87DbsBn012303; Wed, 7 Sep 2005 09:37:54 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j87DbsB9012302; Wed, 7 Sep 2005 09:37:54 -0400 (EDT) From: Jerry McAllister Message-Id: <200509071337.j87DbsB9012302@clunix.cl.msu.edu> To: f.bonnet@esiee.fr (Frank Bonnet) Date: Wed, 7 Sep 2005 09:37:54 -0400 (EDT) In-Reply-To: <431EEB35.5020207@esiee.fr> 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: FDISK cannot write X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:38:01 -0000 > > Hello > > I'm trying to add a partition to an existing disk at 5.4-R > on a HP XW 4200 (SATA) > > FDSIK fail with an error message "cannot write ..." > > The "bizarre" thing is I have installed this machine > from CDROM and partitionning the disk was OK ... > > any idea on what happen ? At what point are you doing an fdisk eg is after rebooting to full multi-user mode or in single user mode, or??? and on which you disk are you doing this? Is it on your main disk - where root resides or on another disk?? Is there any partition on that disk mounted? ////jerry > > Thanks a lot. > -- > Cordialement/Regards > Frank Bonnet > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:50:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F9AF16A41F for ; Wed, 7 Sep 2005 13:50:35 +0000 (GMT) (envelope-from tech@nano.net) Received: from mail.smallweb.com (mail.smallweb.com [216.85.125.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88EA43D46 for ; Wed, 7 Sep 2005 13:50:34 +0000 (GMT) (envelope-from tech@nano.net) Received: from [216.85.125.9] (sixpence.nano.net [216.85.125.9]) by mail.smallweb.com (Rockliffe SMTPRA 5.3.11) with ESMTP id ; Wed, 7 Sep 2005 07:49:55 -0600 Message-ID: <431EF02B.1050902@nano.net> Date: Wed, 07 Sep 2005 07:50:35 -0600 From: Steve Suhre User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431EDEAF.1010102@nano.net> <20050907131911.GA8363@orion.daedalusnetworks.priv> In-Reply-To: <20050907131911.GA8363@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail not using aliases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:50:35 -0000 No, just a generic "DSN: Data format error". The bounced message just says user unknown. If I rebuild the aliases and virtusertable db's I get nothing but new db files, no errors. No errors of any kind in the log files when sendmail starts during boot. Giorgos Keramidas wrote: >## Redirected to freebsd-questions from freebsd-hackers. > >On 2005-09-07 06:35, Steve Suhre wrote: > > >>I'm upgrading a server and have sendmail 8.13.1 installed. I've moved >>the aliases and virtusertable files over and have run makemap and >>newaliases. Sendmail has been complaining that it can't find aliased >>users like postmaster and www. I doublechecked the aliases file and they >>are there. If I add them to the virtusertable file, which I'd rather not >>do, then sendmail stops complaining and delivers the mail. I checked for >>the "-n" flag and it's not set when runnung sendmail at startup. I also >>checked to see that the aliases file was in the correct place as >>indicated in sendmail.cf. >> >> > >That's funny. Any hints in the log files? > > > > > -- Steve Suhre steve@pasta.net 439.6052 Cell 632.2897 Home From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:50:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888EE16A42C for ; Wed, 7 Sep 2005 13:50:39 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.76.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1204B43D46 for ; Wed, 7 Sep 2005 13:50:38 +0000 (GMT) (envelope-from fbrier@multideck.com) Received: from [127.0.0.1] (c-67-191-212-89.hsd1.ga.comcast.net[67.191.212.89]) by comcast.net (sccrmhc11) with ESMTP id <2005090713503601100t39pue>; Wed, 7 Sep 2005 13:50:36 +0000 Message-ID: <431EF065.60308@multideck.com> Date: Wed, 07 Sep 2005 09:51:33 -0400 From: "Frederick N. Brier" Organization: Multideck Corporation User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431DB202.2070603@multideck.com> <20050906152850.GA28262@orion.daedalusnetworks.priv> <431E2784.3060801@multideck.com> <20050907110659.GA7415@orion.daedalusnetworks.priv> In-Reply-To: <20050907110659.GA7415@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:50:39 -0000 What is odd is that the machine booted FreeBSD perfectly at least 5-6 times before I ran into the weird "ps" error and then it would not boot. I still need to figure out what caused the problem in the first place. For the moment, is there a way to reinstall just the core 5.4 kernel distribution files, but not anything else? Is it legitimate to do a recursive copy of all the boot files on the CD, ie: /dist/boot to the twed1s1a slice's /boot directory. Then I do the boot0cfg and disklabel command and then fixes any boot manager config files. Would that work? Fred. Giorgos Keramidas wrote: >On 2005-09-06 19:34, "Frederick N. Brier" wrote: > > >>More info. If I "ls" either before or after setting the bootpath or >>module_path environment variables, the response is: "open '/' failed: >>no such file or directory". The "load kernel" command returns: "can't >>file 'kernel'". Do I need to load a module so that the 3Ware drive >>"twe" is loaded? The loaddev and currdev variables are both set to >>"disk1s1a:" Thank you again. >> >> > >Hmmm, isn't it a job of the system BIOS to present a "disk" from the twe >controller? Not sure why this would fail; I haven't used twe so far. > > > > > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:55:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26B116A421 for ; Wed, 7 Sep 2005 13:55:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE9943D80 for ; Wed, 7 Sep 2005 13:55:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87DtfLF015236; Wed, 7 Sep 2005 16:55:41 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87DtfJw010351; Wed, 7 Sep 2005 16:55:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87DtfuH010350; Wed, 7 Sep 2005 16:55:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 16:55:41 +0300 From: Giorgos Keramidas To: Nils Vogels Message-ID: <20050907135540.GA10237@orion.daedalusnetworks.priv> References: <431EE940.30604@yuckfou.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431EE940.30604@yuckfou.org> Cc: freebsd-questions@freebsd.org Subject: Re: Makefile woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:55:49 -0000 On 2005-09-07 15:21, Nils Vogels wrote: > Hi there ! > > I'm trying to write a Makefile and it's my first time writing a bit more > complex one .. I seem to be stuck and examples currently are not very > helpful, so I thought I'd try here: > > What I am trying to do is differ the way of building depending if a > variable has been defined, my current Makefile looks like this: > > build_1: > @cd /build/dir && make OPTION=set > > build_2: > @cd /build/dir && make > > build: > .if defined(WANT_OPTION) > HAS_OPTION?=1 > ${MAKE} build_1 > .else > HAS_OPTION?=0 > ${MAKE} build_2 <-- error in this line > .endif If the indentation shown above is what you are truly using and not what your mailer thinks is a good way to format it, you are missing vital whitespace before the build commands of the ``build'' target. Please note that the above makefile will build the build_1 target by default, as this is the first target that appears in the Makefile. I'd probably write this a little differently, moving all the conditional material out of the target build commands: # # Pick the default target, depending on WANT_OPTION. # .if defined(WANT_OPTION) HAVE_OPTION?= 1 BUILD_TARGET= build_1 .else HAVE_OPTION?= 0 BUILD_TARGET= build_2 .endif build: $(BUILD_TARGET) build_1: @cd /build/dir && make OPTION=set build_2: @cd /build/dir && make > Whenever I run "make build" I get: > > "Makefile", line xx: Need an operator > make: fatal errors encountered -- cannot continue This is usually an indication of whitespace/indentation errors. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 13:58:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02D016A41F for ; Wed, 7 Sep 2005 13:58:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F3043DD2 for ; Wed, 7 Sep 2005 13:57:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87Dv8sb004610; Wed, 7 Sep 2005 16:57:08 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87Dv8Do010374; Wed, 7 Sep 2005 16:57:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87Dv8hd010373; Wed, 7 Sep 2005 16:57:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 16:57:08 +0300 From: Giorgos Keramidas To: "Frederick N. Brier" Message-ID: <20050907135708.GB10237@orion.daedalusnetworks.priv> References: <431DB202.2070603@multideck.com> <20050906152850.GA28262@orion.daedalusnetworks.priv> <431E2784.3060801@multideck.com> <20050907110659.GA7415@orion.daedalusnetworks.priv> <431EF065.60308@multideck.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431EF065.60308@multideck.com> Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 13:58:03 -0000 On 2005-09-07 09:51, "Frederick N. Brier" wrote: > What is odd is that the machine booted FreeBSD perfectly at least 5-6 > times before I ran into the weird "ps" error and then it would not > boot. I still need to figure out what caused the problem in the first > place. > > For the moment, is there a way to reinstall just the core 5.4 kernel > distribution files, but not anything else? Is it legitimate to do a > recursive copy of all the boot files on the CD, ie: /dist/boot to the > twed1s1a slice's /boot directory. Then I do the boot0cfg and disklabel > command and then fixes any boot manager config files. Would that work? Not sure. It seems odd that your boot loader can't see the partition. Have you checked that the BIOS slice table and your partitions are ok? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:03:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5283916A41F for ; Wed, 7 Sep 2005 14:03:17 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3097D43DC2 for ; Wed, 7 Sep 2005 14:01:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87E19OR019984; Wed, 7 Sep 2005 17:01:09 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87E19hP010429; Wed, 7 Sep 2005 17:01:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87E197g010428; Wed, 7 Sep 2005 17:01:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 17:01:09 +0300 From: Giorgos Keramidas To: Steve Suhre Message-ID: <20050907140109.GC10237@orion.daedalusnetworks.priv> References: <431EDEAF.1010102@nano.net> <20050907131911.GA8363@orion.daedalusnetworks.priv> <431EF02B.1050902@nano.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431EF02B.1050902@nano.net> Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail not using aliases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 14:03:17 -0000 On 2005-09-07 07:50, Steve Suhre wrote: > No, just a generic "DSN: Data format error". The bounced message just > says user unknown. If I rebuild the aliases and virtusertable db's I > get nothing but new db files, no errors. No errors of any kind in the > log files when sendmail starts during boot. Local addresses should work similarly to the one below in Sendmail's ``address test mode''. The lines starting with ``-->'' are the ones I typed. The final ^D is an EOF to exit Sendmail's -bt mode: --> % orion:/home/keramida$ sendmail -bt % ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) % Enter
--> % > 3,0 keramida % canonify input: keramida % Canonify2 input: keramida % Canonify2 returns: keramida % canonify returns: keramida % parse input: keramida % Parse0 input: keramida % Parse0 returns: keramida % ParseLocal input: keramida % ParseLocal returns: keramida % Parse1 input: keramida % Parse1 returns: $# local $: keramida % parse returns: $# local $: keramida % > ^D % orion:/home/keramida$ Can you try this with one of the local addresses that are failing and tell me what you see? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:06:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EC516A420 for ; Wed, 7 Sep 2005 14:06:49 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A3043D73 for ; Wed, 7 Sep 2005 14:06:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 24656 invoked from network); 7 Sep 2005 14:06:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Sep 2005 14:06:47 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C9EE147; Wed, 7 Sep 2005 10:06:46 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Ihsan Dogan References: <20050905214641.GA28018@dogan.ch> From: Lowell Gilbert Date: 07 Sep 2005 10:06:46 -0400 In-Reply-To: <20050905214641.GA28018@dogan.ch> Message-ID: <44fyshnf9l.fsf@be-well.ilk.org> Lines: 67 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: dhcrelay is setting the relay ip address wrong X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 14:06:49 -0000 Ihsan Dogan writes: > Hello, > > I'm running a small router/firewall on a FreeBSD 5.4 system. This > machine should also act as a DHCP gateway. For the dhcp relay, > I'm using ISC's dhcrelay (from Ports isc-dhcp3-relay-3.0.3). > > The Interfaca and network configuration: > hme0: flags=8843 mtu 1500 > options=b > inet 213.144.141.145 netmask 0xfffffff8 broadcast 213.144.141.151 > inet6 fe80::a00:20ff:feb4:42cc%hme0 prefixlen 64 scopeid 0x1 > inet6 2001:470:1f01:569::1 prefixlen 112 > ether 08:00:20:b4:42:cc > media: Ethernet autoselect (100baseTX ) > status: active > hme1: flags=8843 mtu 1500 > options=b > inet 192.168.23.1 netmask 0xffffff00 broadcast 192.168.23.255 > inet6 fe80::a00:20ff:feb4:42cd%hme1 prefixlen 64 scopeid 0x2 > ether 08:00:20:b4:42:cd > media: Ethernet autoselect (100baseTX ) > status: active > hme2: flags=8843 mtu 1500 > options=b > inet 192.168.42.1 netmask 0xffffff00 broadcast 192.168.42.255 > inet6 fe80::a00:20ff:feb4:42ce%hme2 prefixlen 64 scopeid 0x3 > ether 08:00:20:b4:42:ce > media: Ethernet autoselect (100baseTX ) > status: active > > The DHCP server is on the subnet of hme0; the DHCP clients are on > hme1 on hme2. > > netstat -rnf inet: > Destination Gateway Flags Refs Use Netif Expire > default 213.144.128.205 UGS 0 250630 tun0 > 127.0.0.1 127.0.0.1 UH 0 71 lo0 > 192.168.23 link#2 UC 0 0 hme1 > 192.168.23.2 00:c0:49:5a:1d:ca UHLW 0 2 hme1 823 > 192.168.42 link#3 UC 0 0 hme2 > 213.144.128.205 213.144.146.12 UH 1 0 tun0 > 213.144.141.144 ff:ff:ff:ff:ff:ff UHLWb 0 3 hme0 => > 213.144.141.144/29 link#1 UC 0 0 hme0 > 213.144.141.146 00:08:c7:3a:df:a9 UHLW 0 104123 hme0 233 > 213.144.141.147 00:07:e9:14:1a:a1 UHLW 0 38011 hme0 322 > 213.144.141.151 ff:ff:ff:ff:ff:ff UHLWb 0 1 hme0 > > The dhcrelay is started with the following options: > /usr/local/sbin/dhcrelay -i hme1 -i hme2 -d -a 213.144.141.146 > > The dhcrelay receives the request and passes them to the DHCP > server, but the forwarded package contains the "relay agent ip > address" of 192.168.23.1 and not 213.144.141.145 how it should > be. In that case, the DHCP server is sending the reply to > 192.168.23.1 and not to 213.144.141.145. > > Did I something wrong? A bug? The relay agent is acting exactly the way it should. When it gets a DHCP request in from a client, it uses its own address ON THE CLIENT'S NETWORK for the relay agent address. This way, the DHCP server can tell which network the client is on, and thus which set of addresses to use for assigning an address to the client. What is the problem? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:10:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC6F816A420 for ; Wed, 7 Sep 2005 14:10:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02AF843D67 for ; Wed, 7 Sep 2005 14:10:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15415 invoked from network); 7 Sep 2005 14:10:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Sep 2005 14:10:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7E44047; Wed, 7 Sep 2005 10:10:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: ffranzosi@gmail.com References: <9287d19b050905185833fbdaa8@mail.gmail.com> From: Lowell Gilbert Date: 07 Sep 2005 10:10:36 -0400 In-Reply-To: <9287d19b050905185833fbdaa8@mail.gmail.com> Message-ID: <44br35nf37.fsf@be-well.ilk.org> Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Trouble with RPM port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 14:10:39 -0000 Frederico Franzosi writes: > I'm having some strange troubles with RPM port, I already tried to > cvsup, but the error is still there could anybody get the solution > from that output: > ---------------- > ===> Configuring for rpm-3.0.6_10 > ./configure: 123: Syntax error: word unexpected (expecting ")") > ===> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and attach the > "/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log" including the output of > the failure of your make command. Also, it might be a good idea to provide > an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`) > --------------- > I already submited the problem to the address but it seems they didn't > have enough time to correct it, or maybe I've done something wrong. > Anyway, any solutions?? It's hard to say, because no one else is seeing this problem. Are you perhaps picking up a different configure executable? What is at line 123 of the configure script? Have you perhaps replaced /bin/sh? What version of FreeBSD are you running? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:19:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74AC116A41F for ; Wed, 7 Sep 2005 14:19:09 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E9C43D48 for ; Wed, 7 Sep 2005 14:19:08 +0000 (GMT) (envelope-from zlatozar@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so925253nzo for ; Wed, 07 Sep 2005 07:19:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KRndwG6ezn0KN59eu69rAnIms2+mUCGPdUEDGRv4nic4Lqb8GJPLR/eIPBUf7r1A9ZcDnoXPB6zpStXcxCBZeXBDg9hr1yc8LMmxhGaVWz+ulRakVfhRpCN1mydNnEVqymqJwmvA+417oenshDMXxfQBNQOzuTNFTVqOuQ9ygco= Received: by 10.36.66.9 with SMTP id o9mr6718957nza; Wed, 07 Sep 2005 07:19:08 -0700 (PDT) Received: by 10.36.4.4 with HTTP; Wed, 7 Sep 2005 07:19:07 -0700 (PDT) Message-ID: <6fda1872050907071972a241ca@mail.gmail.com> Date: Wed, 7 Sep 2005 17:19:08 +0300 From: zlatozar To: Yuan Jue In-Reply-To: <200509072000.39152.yuanjue122@gmail.com> Mime-Version: 1.0 References: <6fda1872050907030547af3795@mail.gmail.com> <200509071828.26995.yuanjue122@gmail.com> <6fda187205090704324c0f114c@mail.gmail.com> <200509072000.39152.yuanjue122@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Makefile error when update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 14:19:09 -0000 YES. I can install it directly. Thank you On 9/7/05, Yuan Jue wrote:=20 >=20 > On Wednesday 07 September 2005 19:32, zlatozar wrote: > > I haven't backup( or I never restore from backup). Any ideas ? > > >=20 > Can you install libbonoboui-2.10.1 from port directly? see if this will= =20 > solve > the problem. >=20 > > > > Last night I tried to update my FreeBSD system. After cvsup I run > > > > portupgrade -varRp. > > > > See error message: > > > > Segmentation fault (core dumped) > > > > libbonoboui-2.10.1: Makefile error: category x11-toolkits not in=20 > list > > > > of valid categories. > > > > *** Error code 1 > > > > > > If you've already have a backup /var/db/pkg using "pkgdb -F" before= =20 > you > > > portupgrade all the port, maybe you can cover the new pkg folder in > > > /var/db > > > with the old one you saved and portupgrade again. I am not sure is it= =20 > a > > > right > > > workaround, but it worked for me when I encountered the similar=20 > problem. > > > > > > And there is one more thing need to be mentioned. You should not run= =20 > two > > > or > > > more portupgrade commands at the same time. > > > > > > Good luck. > > > > > > -- > > > Best Regards. > > > > > > Yuan Jue >=20 > -- > Best Regards. >=20 > Yuan Jue >=20 --=20 (__) \\\ ' ' , )=20 \ / \ ^=20 .\ ._/_)=20 http://zlatozar.blogspot.com/ "I'm not a great programmer; I'm just a good programmer with great habits." From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 14:28:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF8F16A41F for ; Wed, 7 Sep 2005 14:28:05 +0000 (GMT) (envelope-from ihsan@dogan.ch) Received: from mail.blastwave.org (mail.blastwave.org [147.87.98.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56BD43D5A for ; Wed, 7 Sep 2005 14:28:02 +0000 (GMT) (envelope-from ihsan@dogan.ch) Received: from localhost (localhost [127.0.0.1]) by mail.blastwave.org (Postfix) with ESMTP id BE2DCF8A9 for ; Wed, 7 Sep 2005 16:27:58 +0200 (MEST) Received: from mail.blastwave.org ([127.0.0.1]) by localhost (enterprise [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19576-05-2 for ; Wed, 7 Sep 2005 16:27:50 +0200 (MEST) Received: from defiant.dogan.ch (defiant.dogan.ch [213.144.141.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.blastwave.org (Postfix) with ESMTP id 9681AF89A for ; Wed, 7 Sep 2005 16:27:50 +0200 (MEST) Received: by defiant.dogan.ch (Postfix, from userid 1000) id C293217B0E; Wed, 7 Sep 2005 16:27:49 +0200 (CEST) Date: Wed, 7 Sep 2005 16:27:49 +0200 From: Ihsan Dogan To: FreeBSD Questions Message-ID: <20050907142749.GA16981@dogan.ch> Mail-Followup-To: FreeBSD Questions References: <20050905214641.GA28018@dogan.ch> <44fyshnf9l.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44fyshnf9l.fsf@be-well.ilk.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: NetBSD/i386 1.6.2 X-Uptime: 4:20PM up 31 days, 19:22, 11 users, load averages: 2.81, 1.94, 1.88 X-Binford: 6100 (more power) X-Editor: Vim-603 http://www.vim.org X-Virus-Scanned: amavisd-new at blastwave.org Subject: Re: dhcrelay is setting the relay ip address wrong X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 14:28:05 -0000 On Wednesday, 07 Sep 2005 10:06 -0400, Lowell Gilbert wrote: > > Did I something wrong? A bug? > > The relay agent is acting exactly the way it should. When it gets a > DHCP request in from a client, it uses its own address ON THE CLIENT'S > NETWORK for the relay agent address. This way, the DHCP server can > tell which network the client is on, and thus which set of addresses > to use for assigning an address to the client. > > What is the problem? Perhaps I've sent this e-mail too early. I did some further investigation and saw that: select(7,{4 5 6},{},{},0x0) = 2 (0x2) gettimeofday({1126033610 52754},0x0) = 0 (0x0) read(0x6,0x806e000,0x1000) = 360 (0x168) sendto(0x4,0xbfbfd950,0,0x0,{ AF_INET 213.144.141.146:67 },0x10) = 300 (0x12c) write(2,0x8066cc0,62) = 62 (0x3e) write(2,0x80620b8,1) = 1 (0x1) recvfrom(0x4,0xbfbfe3a0,0,0x0,{ AF_INET 0.0.0.0:68 },0xbfbfe38c) = 300 (0x12c) select(7,{4 5 6},{},{},0x0) = 1 (0x1) gettimeofday({1126033610 72933},0x0) = 0 (0x0) recvfrom(0x4,0xbfbfe3a0,0,0x0,{ AF_INET 213.144.141.146:67 },0xbfbfe38c) = 300 (0x12c) The dhcrelay is forwarding the request from the client correctly to the server, but it does not forward the reply from the server to the client. Ihsan -- ihsan@dogan.ch http://ihsan.dogan.ch/ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:17:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B891C16A41F for ; Wed, 7 Sep 2005 15:17:54 +0000 (GMT) (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 4D31A43D45 for ; Wed, 7 Sep 2005 15:17:54 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j87FHrYB019774; Wed, 7 Sep 2005 10:17:53 -0500 (CDT) (envelope-from dan) Date: Wed, 7 Sep 2005 10:17:53 -0500 From: Dan Nelson To: Ansar Mohammed Message-ID: <20050907151753.GA48136@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org Subject: Re: NDAS or iSCSI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:17:54 -0000 In the last episode (Sep 06), Ansar Mohammed said: > Is there a mature implementation of either iSCSI targets or NDAS > (Ximeta) for FreeBSD? There were at least two attempts at an iSCSI driver, but neither ended up releasing anything. ximeta's web site says NDAS is patented, but it looks similar to FreeBSD's geom gate server. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:19:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D97016A41F for ; Wed, 7 Sep 2005 15:19:19 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from canada.com (smtp-4.vancouver.ipapp.com [216.152.192.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B6B43D46 for ; Wed, 7 Sep 2005 15:19:19 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from canada.com ([216.152.192.55]) by smtp-3.vancouver.ipapp.com ; Wed, 07 Sep 2005 08:19:18 -0700 Sender: modelt20@canada.com From: "Boris Karloff" To: freebsd-questions@freebsd.org X-Mailer: Quality Web Email v3.1m, http://netwinsite.com/refw.htm X-Originating-IP: 71.29.66.64 Date: Wed, 07 Sep 2005 07:19:18 -0800 Message-id: <431f04f6.22c.572a.3251@canada.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Rcpt-To: X-Country: CA Subject: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:19:19 -0000 Hello: I have a user on my network with a Linux box that is performing a port scan on all the computers in my network manually. He's doing this 'because he can'. Although I've asked him not to, he continues to do so. 1) How can I block or inhibit port scans launched against my freeBSD servers from within my network? 2) How can I 'hide' my freeBSD servers from users on the network? (If they can't see them, then they don't know to scan them.) Thanks in advance. Harold ---------------------------------------- Upgrade your account today for increased storage; mail forwarding or POP enabled e-mail with automatic virus scanning. Visit http://www.canada.com/email/premiumservices.html for more information. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:20:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7887D16A41F for ; Wed, 7 Sep 2005 15:20:21 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf38.cluster1.charter.net (mxsf38.cluster1.charter.net [209.225.28.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D2C43D4C for ; Wed, 7 Sep 2005 15:20:20 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip08a.cluster1.charter.net (mxip08a.cluster1.charter.net [209.225.28.138]) by mxsf38.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j87FKAnv015672 for ; Wed, 7 Sep 2005 11:20:10 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip08a.cluster1.charter.net with ESMTP; 07 Sep 2005 11:20:10 -0400 X-IronPort-AV: i="3.96,176,1122868800"; d="scan'208"; a="1352795402:sNHT16211800" Message-ID: <431F051D.1050909@charter.net> Date: Wed, 07 Sep 2005 11:19:57 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: /usr/ports/INDEX-5 and INDEX-6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:20:21 -0000 I'm trying FreeBSD 6.0 I'm updating the ports this way: cd /usr/ports portsnap fetch portsnap update make fetchindex portsdb -u .... I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX. Why am I getting an INDEX-5 if I'm running version 6? Bob From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:25:36 2005 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 1931416A41F for ; Wed, 7 Sep 2005 15:25:36 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id A44E843D46 for ; Wed, 7 Sep 2005 15:25:35 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so842149wri for ; Wed, 07 Sep 2005 08:25:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RUxDvvJiwq+e1HeXryekgl29YjpDqKm4vq7eOnEpFsv5Piq2Ps+3YR47dKcITfr256Niz4ztYtF7wMrbdJfPNIG4vGTBv5D0SUSNg2wW9mkp2whERJnG0zbHlEZD+ovxGcF7aHIlT3tU+FG+XwGiaHBxfwYKzue5cnvpG3LBo8Y= Received: by 10.54.102.5 with SMTP id z5mr4412488wrb; Wed, 07 Sep 2005 08:25:35 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Wed, 7 Sep 2005 08:25:34 -0700 (PDT) Message-ID: <3060c23905090708254357d697@mail.gmail.com> Date: Wed, 7 Sep 2005 11:25:35 -0400 From: Mike Hernandez To: questions@freebsd.org In-Reply-To: <431f04f6.22c.572a.3251@canada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <431f04f6.22c.572a.3251@canada.com> Cc: Subject: Re: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sequethin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:25:36 -0000 If you ask him not to do so, then you know who he is, correct? The best way to prevent him from continuing is to deny him access to the network. AFAIK there is no way to block a scan, though you could close ports and otherwise secure your systems so that the scans won't produce any helpful information? Hiding a server wont help much, nmap can scan blocks of IP's. If the servers aren't on the same network as your users they can't be scanned easily, but that might complicate your setup. IMHO, revoke the user's permission to access the network, or bring up the issue with someone who has the authority to do so. Mike From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:30:38 2005 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 00C9C16A41F for ; Wed, 7 Sep 2005 15:30:38 +0000 (GMT) (envelope-from josh@metropark.com) Received: from web.metropark.com (209.248.134.200.nw.nuvox.net [209.248.134.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55A3743D4C for ; Wed, 7 Sep 2005 15:30:37 +0000 (GMT) (envelope-from josh@metropark.com) Received: (from root@localhost) by web.metropark.com (8.12.10/8.12.3) id j87FUwfn094681 for questions@freebsd.org; Wed, 7 Sep 2005 10:30:58 -0500 (CDT) (envelope-from josh@metropark.com) Received: from jweaver (users.metropark.com [209.248.134.245]) by web.metropark.com (8.13.4/8.12.3av) with ESMTP id j87FUsBb094618 for ; Wed, 7 Sep 2005 10:30:54 -0500 (CDT) (envelope-from josh@metropark.com) Message-Id: <200509071530.j87FUsBb094618@web.metropark.com> From: "Joshua Weaver" To: Date: Wed, 7 Sep 2005 10:31:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <3060c23905090708254357d697@mail.gmail.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcWzwHxGhRwVLxo+SS+QIKd5Bf6+YAAAJ6rw X-Virus-Scanned: by AMaViS perl-11 Cc: Subject: RE: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:30:38 -0000 google up arp-sk, use it to modify the arp tables in switch and play with him a bit :) -Joshua > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Mike Hernandez > Sent: Wednesday, September 07, 2005 10:26 AM > To: questions@freebsd.org > Subject: Re: port scanning and hidden servers > > If you ask him not to do so, then you know who he is, correct? The > best way to prevent him from continuing is to deny him access to the > network. AFAIK there is no way to block a scan, though you could > close ports and otherwise secure your systems so that the scans won't > produce any helpful information? Hiding a server wont help much, nmap > can scan blocks of IP's. If the servers aren't on the same network as > your users they can't be scanned easily, but that might complicate > your setup. > > IMHO, revoke the user's permission to access the network, or bring up > the issue with someone who has the authority to do so. > > Mike > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:31:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABBFA16A420 for ; Wed, 7 Sep 2005 15:31:03 +0000 (GMT) (envelope-from denny@jodeit.com) Received: from mail.jodeit.com (mail.jodeit.com [207.10.131.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65EC343D58 for ; Wed, 7 Sep 2005 15:31:01 +0000 (GMT) (envelope-from denny@jodeit.com) Received: from dennylaptop2 [207.10.131.89] by mail.jodeit.com with ESMTP (SMTPD-8.21) id A736038C; Wed, 07 Sep 2005 11:28:54 -0400 From: "Denny Jodeit" To: "'Boris Karloff'" , Date: Wed, 7 Sep 2005 11:30:38 -0400 Message-ID: <001e01c5b3c1$199321a0$59830acf@dennylaptop2> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <431f04f6.22c.572a.3251@canada.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Declude-Sender: denny@jodeit.com [207.10.131.89] X-Spam-Tests-Failed: CMDSPACE [3] X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam. Cc: Subject: RE: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:31:03 -0000 > > Hello: > > I have a user on my network with a Linux box that is > performing a port scan on all the computers in my network > manually. He's doing this 'because he can'. Although I've > asked him not to, he continues to do so. > > 1) How can I block or inhibit port scans launched against my > freeBSD servers from within my network? > > 2) How can I 'hide' my freeBSD servers from users on the > network? (If they can't see them, then they don't know to > scan them.) > > Thanks in advance. > > Harold Try portsentry in conjunction with logcheck, both are in the ports. D. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.18/91 - Release Date: 9/6/2005 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:36:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8CCA16A41F for ; Wed, 7 Sep 2005 15:36:49 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-223-173.inversas.jazztel.es [62.15.223.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2603343D48 for ; Wed, 7 Sep 2005 15:36:48 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [172.24.8.84] (generic.ATOSORIGIN.ES [212.170.156.200]) by strange.daemonsecurity.com (Postfix) with ESMTP id C2D9B2E01B; Wed, 7 Sep 2005 17:36:45 +0200 (CEST) Message-ID: <431F090B.5050307@locolomo.org> Date: Wed, 07 Sep 2005 17:36:43 +0200 From: Erik Norgaard User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050824) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Boris Karloff References: <431f04f6.22c.572a.3251@canada.com> In-Reply-To: <431f04f6.22c.572a.3251@canada.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:36:49 -0000 Boris Karloff wrote: > I have a user on my network with a Linux box that is > performing a port scan on all the computers in my network > manually. He's doing this 'because he can'. Although I've > asked him not to, he continues to do so. > > 1) How can I block or inhibit port scans launched against my > freeBSD servers from within my network? > > 2) How can I 'hide' my freeBSD servers from users on the > network? (If they can't see them, then they don't know to > scan them.) 1st: You can't really block a port scan, you can block your ports for incoming connections so you will appear to be offline. You can also configure your host to send particular types of icmp responces. 2nd: Ok, so he sends some packets, but does this saturate the connection or in other ways interrupt service? Likely not, but if it does it should be against the "acceptable use policy" for the network, and complaining to the right person should cause his wires to be cut (if it's wired) or that he be blocked in the AP. If it's _your_ network then you can make it against the AUP and cut him off. 3rd: If you want to some have fun - ok, I don't know how legal this is - then you poison his arp cache effectively taking him off the network until it clears up. This may? be done with arp-sk, or other tools are available. Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt Subject ID: 9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72 Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9 From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:38:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA8B16A41F for ; Wed, 7 Sep 2005 15:38:32 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6769F43D5C for ; Wed, 7 Sep 2005 15:38:31 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 2.2g3) with ESMTP id 22622262 for multiple; Wed, 07 Sep 2005 11:38:19 -0400 In-Reply-To: <001e01c5b3c1$199321a0$59830acf@dennylaptop2> References: <001e01c5b3c1$199321a0$59830acf@dennylaptop2> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Bart Silverstrim Date: Wed, 7 Sep 2005 11:38:24 -0400 To: "Denny Jodeit" X-Mailer: Apple Mail (2.622) X-Server: High Performance Mail Server - http://surgemail.com X-Authenticated-User: bsilver@chrononomicon.com Cc: 'Boris Karloff' , freebsd-questions@freebsd.org Subject: Re: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:38:32 -0000 On Sep 7, 2005, at 11:30 AM, Denny Jodeit wrote: > > >> >> Hello: >> >> I have a user on my network with a Linux box that is >> performing a port scan on all the computers in my network >> manually. He's doing this 'because he can'. Although I've >> asked him not to, he continues to do so. >> >> 1) How can I block or inhibit port scans launched against my >> freeBSD servers from within my network? >> >> 2) How can I 'hide' my freeBSD servers from users on the >> network? (If they can't see them, then they don't know to >> scan them.) >> >> Thanks in advance. >> >> Harold > > > Try portsentry in conjunction with logcheck, both are in the ports. Hmm... You could use the software firewall for all requests from his IP. Or disconnect his network cable. Or set up all the other machines on the network to periodically ping flood his computer to slow it down to a crawwwwwl. Set up the dsniff tools and redirect his traffic through another machine to monitor what is going on with that machine periodically, or set up a proxy web filter on a machine and redirect traffic from his computer to go through it and filter anything and everything not related to work. Set up another machine so it once in awhile takes his IP for a few minutes to knock him off the network. just some ideas for practical or entertainment value. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:56:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7616516A41F; Wed, 7 Sep 2005 15:56:18 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35E143D46; Wed, 7 Sep 2005 15:56:13 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j87FsxPo055506; Wed, 7 Sep 2005 10:55:25 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431F0D49.5060206@daleco.biz> Date: Wed, 07 Sep 2005 10:54:49 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200509061501.27839.vizion@vizion.occoxmail.com> <431E16BF.20803@daleco.biz> <200509061540.09351.vizion@vizion.occoxmail.com> <200509061802.40643.vizion@vizion.occoxmail.com> In-Reply-To: <200509061802.40643.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: Re: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:56:18 -0000 Vizion wrote: >I tried changing to : >extension_dir = //usr/local/lib/php/20041030 >but that made no difference --still got the same error: >Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >"/usr/local/lib/php/20041030-debug/pcre.so" >Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open >"/usr/local/lib/php/20041030-debug/xml.so" > >Puzzled > >david > > I suspect that a call to phpinfo() would reveal that you built a debug build? Never having done this myself, I can't say exactly what you'd want to do to fix it; however, an obvious kluge would be to create the directory it seems to want to have, and copy the object files to it. Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 15:59:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FF9E16A41F for ; Wed, 7 Sep 2005 15:59:43 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from bristolsystems.com (h-68-167-239-98.lsanca54.covad.net [68.167.239.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE81D43D45 for ; Wed, 7 Sep 2005 15:59:40 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from workdog ([192.168.1.201]) by bristolsystems.com (8.11.6/8.11.6) with ESMTP id j87Fxdn15462; Wed, 7 Sep 2005 08:59:39 -0700 From: "Gayn Winters" To: "'Boris Karloff'" , Date: Wed, 7 Sep 2005 08:59:39 -0700 Message-ID: <035401c5b3c5$277cb2a0$c901a8c0@workdog> 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.4024 In-Reply-To: <431f04f6.22c.572a.3251@canada.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: Subject: RE: port scanning and hidden servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gayn.winters@bristolsystems.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 15:59:43 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Boris Karloff > Sent: Wednesday, September 07, 2005 8:19 AM > I have a user on my network with a Linux box that is > performing a port scan on all the computers in my network > manually. He's doing this 'because he can'. Although I've > asked him not to, he continues to do so. > > 1) How can I block or inhibit port scans launched against my > freeBSD servers from within my network? > > 2) How can I 'hide' my freeBSD servers from users on the > network? (If they can't see them, then they don't know to > scan them.) > > Thanks in advance. > > Harold 1. VLAN security on a managed switch 2. TCP wrappers 3. Ipchains 4. Snort (to generate dynamic fw rules) -gayn From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 16:34:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 636F516A420 for ; Wed, 7 Sep 2005 16:34:05 +0000 (GMT) (envelope-from pb@ludd.ltu.se) Received: from mother.ludd.ltu.se (mother.ludd.ltu.se [130.240.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F5943D5A for ; Wed, 7 Sep 2005 16:34:03 +0000 (GMT) (envelope-from pb@ludd.ltu.se) Received: from brother.ludd.ltu.se (brother.ludd.ltu.se [130.240.16.78]) by mother.ludd.ltu.se (8.12.10+Sun/8.12.10) with ESMTP id j87GY2Gc020571 for ; Wed, 7 Sep 2005 18:34:02 +0200 (MEST) Received: from brother.ludd.ltu.se (localhost [127.0.0.1]) by brother.ludd.ltu.se (8.12.10+Sun/8.12.2) with ESMTP id j87GY1CZ027623 for ; Wed, 7 Sep 2005 18:34:01 +0200 (MEST) Received: (from pb@localhost) by brother.ludd.ltu.se (8.12.10+Sun/8.12.2/Submit) id j87GY1k4027621 for freebsd-questions@freebsd.org; Wed, 7 Sep 2005 18:34:01 +0200 (MEST) From: Peter B Message-Id: <200509071634.j87GY1k4027621@brother.ludd.ltu.se> To: freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 18:34:01 +0200 (MEST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Standalone FTP server for installs. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 16:34:05 -0000 I have written an ftp server in perl to aid with installations over ftp. http://www.ludd.luth.se/~pb/perlftp3.pl Do like this: If your release is located in /path_to_relases/5.4-RELEASE on 10.0.0.99 Type on your 10.0.0.99 freebsd machine: perlftp3.pl /path_to_relases 12000 Then start sysinstall on the machine to be installed/configured. Select: "3 FTP Passive Install from an FTP server through a firewall". Select: "URL Specify some other ftp site by URL" Type: 10.0.0.99:12000/ (complete url ftp://10.0.0.99:12000/) Security: Any user/pass combination will do. Will only read files. Locks on the IP of the first client. I hope this ease some installation scenarios. /P From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 16:50:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD4A16A41F for ; Wed, 7 Sep 2005 16:50:15 +0000 (GMT) (envelope-from alicornio@ig.com.br) Received: from smtp-33.ig.com.br (smtp-33.ig.com.br [200.226.132.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B55343D45 for ; Wed, 7 Sep 2005 16:50:14 +0000 (GMT) (envelope-from alicornio@ig.com.br) Received: (qmail 14601 invoked from network); 7 Sep 2005 16:50:09 -0000 Received: from 65.131.226.200.in-addr.arpa.ig.com.br (HELO localhost.localdomain) ([200.226.131.65]) (envelope-sender ) by email-33.ig.com.br (qmail-ldap-1.03) with SMTP for ; 7 Sep 2005 16:50:09 -0000 To: freebsd-questions@freebsd.org From: alicornio Date: Wed, 7 Sep 2005 13:50:09 -0300 X-Priority: 3 (Normal) Message-ID: <20050907_165009_022627.alicornio@ig.com.br> X-Originating-IP: [10.17.1.65]200.151.6.109 X-Mailer: iGMail [www.ig.com.br] X-user: alicornio@ig.com.br Teste: asaes MIME-Version: 1.0 Content-type: multipart/mixed; boundary="Message-Boundary-by-Mail-Sender-1126111809" Subject: about ip.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 16:50:15 -0000 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Message-Boundary-by-Mail-Sender-1126111809 Content-type: text/plain; charset=ISO-8859-1 Content-description: Mail message body Content-transfer-encoding: 8bit Content-disposition: inline hello all i have a problem when i try to compile a code. this is the error: in file included from packetCreate.c:5: /usr/include/netinet/ip.h:160: error: systax error before "n_long" /usr/include/netinet/ip.h:163: error: systax error before "n_long" then searching in the ip.h i change "n_long" to "u_long" and the code was compiled well. my questions are: why i need to modify this ? i search for "n_long" in types.h but i can't find it, where is "n_long"? seaching on the http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/ip.h i saw which all versions of ip.h have "n_long", then "n_long" (not u_long) is the correct form, right? sorry for my bad english :-) thanks all thiago_cabeludo --Message-Boundary-by-Mail-Sender-1126111809-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:09:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E11516A41F for ; Wed, 7 Sep 2005 17:09:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id B660643D46 for ; Wed, 7 Sep 2005 17:09:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87H94WD003662; Wed, 7 Sep 2005 20:09:05 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87H91nJ011658; Wed, 7 Sep 2005 20:09:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87H8wAj011657; Wed, 7 Sep 2005 20:08:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 20:08:58 +0300 From: Giorgos Keramidas To: alicornio Message-ID: <20050907170858.GA11637@orion.daedalusnetworks.priv> References: <20050907_165009_022627.alicornio@ig.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050907_165009_022627.alicornio@ig.com.br> Cc: freebsd-questions@freebsd.org Subject: Re: about ip.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:09:10 -0000 On 2005-09-07 13:50, alicornio wrote: Content-Description: Mail message body > hello all > > i have a problem when i try to compile a code. this is the error: > > in file included from packetCreate.c:5: > /usr/include/netinet/ip.h:160: error: systax error before "n_long" > /usr/include/netinet/ip.h:163: error: systax error before "n_long" > > then searching in the ip.h i change "n_long" to "u_long" and the code was > compiled well. #include #include should work From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:28:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B56116A41F for ; Wed, 7 Sep 2005 17:28:35 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [216.148.227.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E135443D49 for ; Wed, 7 Sep 2005 17:28:34 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [24.5.159.91] (c-24-5-159-91.hsd1.ca.comcast.net[24.5.159.91]) by comcast.net (rwcrmhc13) with ESMTP id <2005090717283401500j4mvbe>; Wed, 7 Sep 2005 17:28:34 +0000 Message-ID: <431F2340.8020201@comcast.net> Date: Wed, 07 Sep 2005 10:28:32 -0700 From: Rem Roberti User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: configuring xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:28:35 -0000 I am a new user, have FreeBSD 5.4 up and running, and am very grateful to be rid of the blue screen of death. I'm going to have a bunch of questions, but first things first: 1) When I start X three xterm windows appear. Can I configure it so that only one appears? 2) The font size in the xterm window is quite small. How do I change the font size? Thanks in advance for the help. Rem From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:36:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B5BC16A41F; Wed, 7 Sep 2005 17:36:29 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5751443D48; Wed, 7 Sep 2005 17:36:28 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907173627.TWRA24491.lakecmmtao06.coxmail.com@dns1>; Wed, 7 Sep 2005 13:36:27 -0400 From: Vizion To: Kevin Kinsey Date: Wed, 7 Sep 2005 10:32:14 -0700 User-Agent: KMail/1.8 References: <200509061501.27839.vizion@vizion.occoxmail.com> <200509061802.40643.vizion@vizion.occoxmail.com> <431F0D49.5060206@daleco.biz> In-Reply-To: <431F0D49.5060206@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071032.15513.vizion@vizion.occoxmail.com> Cc: freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: Re: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:36:29 -0000 On Wednesday 07 September 2005 08:54, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: >Vizion wrote: >>I tried changing to : >>extension_dir = //usr/local/lib/php/20041030 >>but that made no difference --still got the same error: >>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >>"/usr/local/lib/php/20041030-debug/pcre.so" >>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open >>"/usr/local/lib/php/20041030-debug/xml.so" >> >>Puzzled >> >>david > >I suspect that a call to phpinfo() would reveal that you >built a debug build? Never having done this myself, I >can't say exactly what you'd want to do to fix it; however, >an obvious kluge would be to create the directory >it seems to want to have, and copy the object files to it. > >Kevin Kinsey I am sure you are right -- maybe there is something odd in the Makefile.. I wonder if the debug build version of xml.so and pcre.so are identical? Umph.. I will change the directories,as you suggest.. and see what happens - in the meantime I will make a bug report david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:37:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 591EB16A41F; Wed, 7 Sep 2005 17:37:32 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEEA43D49; Wed, 7 Sep 2005 17:37:31 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907173730.UCTQ2425.lakecmmtao05.coxmail.com@dns1>; Wed, 7 Sep 2005 13:37:30 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 10:33:21 -0700 User-Agent: KMail/1.8 References: <001301c5b3b1$1b6f27e0$59830acf@dennylaptop2> In-Reply-To: <001301c5b3b1$1b6f27e0$59830acf@dennylaptop2> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071033.21972.vizion@vizion.occoxmail.com> Cc: Denny Jodeit , freebsd-apache@freebsd.org, wjv@FreeBSD.org Subject: Re: phpbb installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:37:32 -0000 On Wednesday 07 September 2005 06:36, the author Denny Jodeit contributed to the dialogue on- RE: phpbb installation: >> On Tuesday 06 September 2005 20:42, the author Vizion >> contributed to the >> dialogue on- >> >> phpbb installation: >> >Hi >> > >> >I am just trying to work out the configuration options for >> >usr/ports/www/phpbb. >> >Does anyone habe any ideas on a good to install phpbb on a >> >> server with a >> >> >number of virtual hosts, a number of which, will be running phpbb? >> > >> >Glancing at the makefile I have drawn the impression that >> >> some tweaking >> >> > might be needed. >> > >> >I am using name-based hosting and am uncertain how to proceed. >> > >> > >> ># The phpBB2 port supports a number of variables that may be >> >> tweaked at >> >> > build # time. Perform a "make options" to see more >> >> information on these >> >> > variables. # >> >WWWDOCROOT?= www/data >> >PHPBBURL?= phpBB2 >> > (is this meant to >> >> be the file >> >> >location for installation purposes or the web site url?) >> > >> >WWWOWN?= www >> >WWWGRP?= www >> >> I have installed phpBB to the existing server as a trial and >> the files appear >> to be in the location indicated by stnadrad output. When I >> run open up >> install/install.php I get a blank screen. >> >> any ideas how I can get enough info to help debug this problem? >> >> david > >No debug needed...... > >Next time try Google......you'd have found this: > >http://www.phpbb.com/phpBB/ I had tried that before I posted -- and have put a forum question -- so maybe I will get an answer from there thanks david > >Happy Motoring, >D -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:45:43 2005 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 492B016A41F; Wed, 7 Sep 2005 17:45:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C063F43D55; Wed, 7 Sep 2005 17:45:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j87HjE0r010962 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 13:45:14 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j87HjD6P027747; Wed, 7 Sep 2005 13:45:14 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 90A5451226; Wed, 7 Sep 2005 13:45:13 -0400 (EDT) Date: Wed, 7 Sep 2005 13:45:13 -0400 From: Kris Kennaway To: Eric Anderson Message-ID: <20050907174513.GA32771@xor.obsecurity.org> References: <200509051953.22337@aldan> <20050906114055.R51625@fledge.watson.org> <200509060931.33977@aldan> <20050906144512.T75104@fledge.watson.org> <431DB382.7000904@centtech.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <431DB382.7000904@centtech.com> User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org, Robert Watson , Mikhail Teterin , fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:45:43 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 06, 2005 at 10:19:30AM -0500, Eric Anderson wrote: > Robert Watson wrote: > >On Tue, 6 Sep 2005, Mikhail Teterin wrote: > > > >>On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: > >>=3D Have you recently experienced a system crash or hard reboot without= =20 > >>proper > >>=3D shutdown? > >> > >>According to dmesg.boot, this filesystem was flagged as "not properly= =20 > >>dismounted" back then. The machine's uptime is currently 47 days and=20 > >>no background fskcs are running, of course. > >> > >>Yours analysis is, likely, correct then... I guess, the fix should be= =20 > >>MFCed. (What about 6.0-release?) Thanks! > > > > > >The change was made in HEAD before the 6.x branch, so it's currently in= =20 > >RELENG_6. I fired off an e-mail to Kirk to ask about MFC'ing it to=20 > >RELENG_5, and will do so once I hear back, assuming he thinks there is= =20 > >no reason not to. > > > >Do you have back logs to when bgfsck was running, btw? Normally it=20 > >should correct this sort of thing, suggestion that bgfsck exited without= =20 > >correcting them, which is a little worrying. You may want to boot to=20 > >single user and fsck manually... >=20 > I thought that having background_fsck=3D"NO" in your rc.conf would make= =20 > the partition get mounted even though it is unclean, and no fsck's would= =20 > happen (I use this 'feature' right now, since doing bgfsck on a 2TB=20 > partition takes about 2 hours just to make the snapshot, which means=20 > filesystem activity is suspended for that time). AFAIK, no, this just does a regular old fg fsck. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHycpWry0BWjoQKURAro6AKDbtwdlhFeFMkrLC6dMmAyX7NTmmgCg/Q7w jXqBhbOvhpqUueaoI9j7+7w= =O1pD -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:45:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC34316A439 for ; Wed, 7 Sep 2005 17:45:50 +0000 (GMT) (envelope-from alicornio@ig.com.br) Received: from smtp-30.ig.com.br (smtp-30.ig.com.br [200.226.132.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D5543D46 for ; Wed, 7 Sep 2005 17:45:49 +0000 (GMT) (envelope-from alicornio@ig.com.br) Received: (qmail 19206 invoked from network); 7 Sep 2005 17:45:43 -0000 Received: from 65.131.226.200.in-addr.arpa.ig.com.br (HELO localhost.localdomain) ([200.226.131.65]) (envelope-sender ) by email-30.ig.com.br (qmail-ldap-1.03) with SMTP for ; 7 Sep 2005 17:45:43 -0000 To: keramida@ceid.upatras.gr From: alicornio Date: Wed, 7 Sep 2005 14:45:44 -0300 X-Priority: 3 (Normal) Message-ID: <20050907_174544_061480.alicornio@ig.com.br> X-Originating-IP: [10.17.1.65]200.151.6.109 X-Mailer: iGMail [www.ig.com.br] X-user: alicornio@ig.com.br Teste: asaes MIME-Version: 1.0 Content-type: multipart/mixed; boundary="Message-Boundary-by-Mail-Sender-1126115144" Cc: freebsd-questions@freebsd.org Subject: Re: about ip.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:45:50 -0000 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --Message-Boundary-by-Mail-Sender-1126115144 Content-type: text/plain; charset=ISO-8859-1 Content-description: Mail message body Content-transfer-encoding: 8bit Content-disposition: inline Thanks Giorgos work very well :-) thiago_cabeludo >On 2005-09-07 13:50, alicornio wrote: >Content-Description: Mail message body >> hello all >> >> i have a problem when i try to compile a code. this is the error: >> >> in file included from packetCreate.c:5: >> /usr/include/netinet/ip.h:160: error: systax error before "n_long" >> /usr/include/netinet/ip.h:163: error: systax error before "n_long" >> >> then searching in the ip.h i change "n_long" to "u_long" and the code was >> compiled well. > > #include > #include > >should work > >---------- --Message-Boundary-by-Mail-Sender-1126115144-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 17:46:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B109016A420 for ; Wed, 7 Sep 2005 17:46:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B9D43D58 for ; Wed, 7 Sep 2005 17:46:35 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j87HkY0r011080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 13:46:34 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j87HkX6P027810; Wed, 7 Sep 2005 13:46:33 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6058751239; Wed, 7 Sep 2005 13:46:33 -0400 (EDT) Date: Wed, 7 Sep 2005 13:46:33 -0400 From: Kris Kennaway To: bob self Message-ID: <20050907174633.GB32771@xor.obsecurity.org> References: <431F051D.1050909@charter.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SkvwRMAIpAhPCcCJ" Content-Disposition: inline In-Reply-To: <431F051D.1050909@charter.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/INDEX-5 and INDEX-6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 17:46:35 -0000 --SkvwRMAIpAhPCcCJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote: > I'm trying FreeBSD 6.0 >=20 > I'm updating the ports this way: >=20 > cd /usr/ports > portsnap fetch > portsnap update > make fetchindex > portsdb -u >=20 > .... >=20 > I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX. >=20 > Why am I getting an INDEX-5 if I'm running version 6? You shouldn't be, but you didn't demonstrate that you are (and it's not just an old file from when you were running 5.x). Kris --SkvwRMAIpAhPCcCJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHyd2Wry0BWjoQKURAnQIAKCF60JSQGitKU+SqglhQefL1zm1UQCeJwt7 unbU98Db3ehnly1aH2yfWc0= =vFKa -----END PGP SIGNATURE----- --SkvwRMAIpAhPCcCJ-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:06:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4FF816A41F for ; Wed, 7 Sep 2005 18:06:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0493E43D46 for ; Wed, 7 Sep 2005 18:06:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87I6iGl028509; Wed, 7 Sep 2005 21:06:44 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87I6iX2012000; Wed, 7 Sep 2005 21:06:44 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87I6h3w011999; Wed, 7 Sep 2005 21:06:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 21:06:43 +0300 From: Giorgos Keramidas To: Rem Roberti Message-ID: <20050907180643.GA11881@orion.daedalusnetworks.priv> References: <431F2340.8020201@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431F2340.8020201@comcast.net> Cc: freebsd-questions@freebsd.org Subject: Re: configuring xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:06:48 -0000 On 2005-09-07 10:28, Rem Roberti wrote: > I am a new user, have FreeBSD 5.4 up and running, and am very grateful > to be rid of the blue screen of death. I'm going to have a bunch of > questions, but first things first: > > 1) When I start X three xterm windows appear. Can I configure it so > that only one appears? Yes, you can configure your X11 desktop to include a lot of interesting things. Terminals, a GUI desktop, custom backgrounds, editable menus, many virtual desktops or just one, etc. and so forth... I suggest you take a good look at the FreeBSD Handbook's chapter about X11, desktop environments, etc. It's going to be immensely useful, trust me :) > 2) The font size in the xterm window is quite small. How do I change > the font size? By setting the appropriate xterm ``resources'' in your ~/.Xresources file. I usually like having my own fonts in xterm, so mine includes: XTerm*font: apollo12 XTerm*font3: apollo XTerm*font4: apollo12 Replace the 'apollo*' fonts with other font names and there you are. A list of X11 fonts can be obtained with: $ xlsfonts once you are already in X11. Save this list to a file, by running: $ xlsfonts | tee fonts.txt Then, you can look at the fonts list even if you are not in X11. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:08:12 2005 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 B0F5916A41F; Wed, 7 Sep 2005 18:08:12 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242AE43D46; Wed, 7 Sep 2005 18:08:11 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id j87I83ZX066786; Wed, 7 Sep 2005 13:08:03 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <431F2C8C.3010203@centtech.com> Date: Wed, 07 Sep 2005 13:08:12 -0500 From: Eric Anderson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050904 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200509051953.22337@aldan> <20050906114055.R51625@fledge.watson.org> <200509060931.33977@aldan> <20050906144512.T75104@fledge.watson.org> <431DB382.7000904@centtech.com> <20050907174513.GA32771@xor.obsecurity.org> In-Reply-To: <20050907174513.GA32771@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.82/1069/Wed Sep 7 10:08:51 2005 on mh1.centtech.com X-Virus-Status: Clean Cc: questions@freebsd.org, Robert Watson , Mikhail Teterin , fs@freebsd.org Subject: Re: Strange case of filesystem corruption? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:08:12 -0000 Kris Kennaway wrote: > On Tue, Sep 06, 2005 at 10:19:30AM -0500, Eric Anderson wrote: > >>Robert Watson wrote: >> >>>On Tue, 6 Sep 2005, Mikhail Teterin wrote: >>> >>> >>>>On Tuesday 06 September 2005 06:51 am, Robert Watson wrote: >>>>= Have you recently experienced a system crash or hard reboot without >>>>proper >>>>= shutdown? >>>> >>>>According to dmesg.boot, this filesystem was flagged as "not properly >>>>dismounted" back then. The machine's uptime is currently 47 days and >>>>no background fskcs are running, of course. >>>> >>>>Yours analysis is, likely, correct then... I guess, the fix should be >>>>MFCed. (What about 6.0-release?) Thanks! >>> >>> >>>The change was made in HEAD before the 6.x branch, so it's currently in >>>RELENG_6. I fired off an e-mail to Kirk to ask about MFC'ing it to >>>RELENG_5, and will do so once I hear back, assuming he thinks there is >>>no reason not to. >>> >>>Do you have back logs to when bgfsck was running, btw? Normally it >>>should correct this sort of thing, suggestion that bgfsck exited without >>>correcting them, which is a little worrying. You may want to boot to >>>single user and fsck manually... >> >>I thought that having background_fsck="NO" in your rc.conf would make >>the partition get mounted even though it is unclean, and no fsck's would >>happen (I use this 'feature' right now, since doing bgfsck on a 2TB >>partition takes about 2 hours just to make the snapshot, which means >>filesystem activity is suspended for that time). > > > AFAIK, no, this just does a regular old fg fsck. You are absolutely right! My mistake - I had forgotten I did some other hacks to ignore those filesystems (so I can fsck manually)! Too bad the mksnap_ffs is so slow on large (>20GB) partitions.. :( Thanks for the correction! Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:19:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F417816A420 for ; Wed, 7 Sep 2005 18:19:20 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf18.cluster1.charter.net (mxsf18.cluster1.charter.net [209.225.28.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA5143D5A for ; Wed, 7 Sep 2005 18:19:18 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip07a.cluster1.charter.net (mxip07a.cluster1.charter.net [209.225.28.137]) by mxsf18.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j87IJGRV028743 for ; Wed, 7 Sep 2005 14:19:16 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip07a.cluster1.charter.net with ESMTP; 07 Sep 2005 14:19:16 -0400 X-IronPort-AV: i="3.96,176,1122868800"; d="scan'208"; a="1351316647:sNHT14853986" Message-ID: <431F2F1A.5090801@charter.net> Date: Wed, 07 Sep 2005 14:19:06 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <431F051D.1050909@charter.net> <20050907174633.GB32771@xor.obsecurity.org> In-Reply-To: <20050907174633.GB32771@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/INDEX-5 and INDEX-6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:19:21 -0000 Kris Kennaway wrote: >On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote: > > >>I'm trying FreeBSD 6.0 >> >>I'm updating the ports this way: >> >>cd /usr/ports >>portsnap fetch >>portsnap update >>make fetchindex >>portsdb -u >> >>.... >> >>I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an INDEX. >> >>Why am I getting an INDEX-5 if I'm running version 6? >> >> > >You shouldn't be, but you didn't demonstrate that you are (and it's >not just an old file from when you were running 5.x). > >Kris > > I never had version 5 on these hard drives. It's a new 6.0 installation. And the time of the INDEX-5 is almost the same as the INDEX-6. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:20:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123C616A41F for ; Wed, 7 Sep 2005 18:20:28 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BEB43D48 for ; Wed, 7 Sep 2005 18:20:27 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j87IKLE2019375; Wed, 7 Sep 2005 20:20:21 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 675F9647C; Wed, 7 Sep 2005 20:20:21 +0200 (CEST) Date: Wed, 7 Sep 2005 20:20:21 +0200 From: Roland Smith To: Rem Roberti Message-ID: <20050907182021.GA29432@slackbox.xs4all.nl> Mail-Followup-To: Rem Roberti , FreeBSD References: <431F2340.8020201@comcast.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <431F2340.8020201@comcast.net> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Subject: Re: configuring xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:20:28 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 07, 2005 at 10:28:32AM -0700, Rem Roberti wrote: > I am a new user, have FreeBSD 5.4 up and running, and am very grateful=20 > to be rid of the blue screen of death. I'm going to have a bunch of=20 > questions, but first things first: >=20 > 1) When I start X three xterm windows appear. Can I configure it so=20 > that only one appears? Yes. Copy /usr/X11R6/lib/X11/xinit/xinitrc.default to your home directory, and name it .xinitrc (mind the period at the front); cp /usr/X11R6/lib/X11/xinit/xinitrc.default ~/.xinitrc The last lines of this file are: twm & xclock -geometry 50x50-1+1 & xterm -geometry 80x50+494+51 & xterm -geometry 80x20+494-0 & exec xterm -geometry 80x66+0+0 -name login Remove two xterms, so that it becomes: twm & xclock -geometry 50x50-1+1 & exec xterm -geometry 80x66+0+0 -name login If you close the xterm, it will end your X session. If you don't want that, change it to xclock -geometry 50x50-1+1 & xterm -geometry 80x66+0+0 -name login & exec twm > 2) The font size in the xterm window is quite small. How do I change=20 > the font size? You can do this in seceral ways. First is to use the '-fn' option when you start an xterm, e.g:=20 xterm -fn '-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-15' You can use the xlfonts and xfontsel programs to see all available fonts. A better solution is to define some so-called 'resources' in a file called .Xresources in your home directory. My .Xresources file has the following for xterms (lines starting with ! are comments): ! for xterm XTerm*foreground: white XTerm*background: #010040 XTerm*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-15 XTerm*title: Shell XTerm*loginShell: True XTerm*scrollBar: False XTerm*saveLines: 0 XTerm*ttyModes: erase ^H XTerm*vt100.translations: #override \ Home: string("\033[1~") \n\ Delete: string("\033[3~") \n\ End: string("\033[4~") ! For use with LC_ALL=3Den_US.UTF-8 ! XTerm*font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso10646-1 The resources that can be set for xterm are documented in the xterm manual, accessible by typing 'man xterm' in a terminal window. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDHy9lEnfvsMMhpyURAivtAKCiZC+D3b4cL1E7FGsaZCD1gXSx5wCeOTap 1udBL0GnHqu/dvPsTtrT2L8= =btjc -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:26:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 574B916A41F for ; Wed, 7 Sep 2005 18:26:43 +0000 (GMT) (envelope-from Frans-Jan@van-Steenbeek.net) Received: from dutch33.digitalus.nl (dutch33.digitalus.nl [193.138.157.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C1543D48 for ; Wed, 7 Sep 2005 18:26:42 +0000 (GMT) (envelope-from Frans-Jan@van-Steenbeek.net) X-ClientAddr: 127.0.0.1 Received: from www.van-steenbeek.net (localhost.localdomain [127.0.0.1]) by dutch33.digitalus.nl (8.12.11/8.12.11) with ESMTP id j87IQZAU026123 for ; Wed, 7 Sep 2005 20:26:35 +0200 Received: from 62.133.115.39 (SquirrelMail authenticated user frans-jan@van-steenbeek.net) by www.van-steenbeek.net with HTTP; Wed, 7 Sep 2005 20:26:35 +0200 (CEST) Message-ID: <62841.62.133.115.39.1126117595.squirrel@www.van-steenbeek.net> Date: Wed, 7 Sep 2005 20:26:35 +0200 (CEST) From: "Frans-Jan v. Steenbeek" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Digitalus-MailScanner-Information: Please contact the ISP for more information X-Digitalus-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-From: frans-jan@van-steenbeek.net Subject: Sweex 5.1 soundcard-troiubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:26:43 -0000 Hi all, I asked this question on freebsd-multimedia at first, but I think that was the wrong list to ask. So I'm asking it here again, if you don't mind. As a side note: I´m not subscribed to the list, so you might want to CC me. Thanks. I just bought a Sweex 5.1 soundcard since my onboard-sound was a horrible disaster (5.1 channels, but only two available, and the volume could not be set except for on and off). The new card was cheap, so that can cause the problem I have now :) The card has an C-Media chip on it (C3DX, CMI8738) but is not detected by snd_cmi. Apparently, from what I read round and about, the CMI8738 should work like a charm on FreeBSD with snd_cmi loaded (which is partly why I bought it in the first place... apart from the money). Does anyone has any idea as to what to do to trace the problem? All I know is pciconf, which doesn't do me any good... It doesn't even show the darn thing. My guess is that I should set the IRQ and I/O settings right, but how do I get the right values for that? I tried installing the card on an obsolete Windows-installation, but got no luck there either (which has to do with the fact that the installation isn't aware of sound anymore due to something NVidia did. Or whatever). I know the card should more or less work though (new hardware found on Windows), but I still do not know which IRQ / I/O to use. And how do I define that? Is that hint.snd or hint.pcm these days? For the record: here are some outputs which might be of help: $ pciconf -l -v hostb0@pci0:0:0: class=0x060000 card=0x31891849 chip=0x31891106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8377 Apollo KT400/A/600 CPU to PCI Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0xb1981106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'ProSavageDDR P4X600 CPU to AGP Bridge' class = bridge subclass = PCI-PCI uhci0@pci0:16:0: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci1@pci0:16:1: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci2@pci0:16:2: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB ehci0@pci0:16:3: class=0x0c0320 card=0x31041849 chip=0x31041106 rev=0x82 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6202 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB isab0@pci0:17:0: class=0x060100 card=0x31771849 chip=0x31771106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8235 PCI to ISA Bridge' class = bridge subclass = PCI-ISA atapci0@pci0:17:1: class=0x01018a card=0x05711849 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA pcm0@pci0:17:5: class=0x040100 card=0x97611849 chip=0x30591106 rev=0x50 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' class = multimedia subclass = audio vr0@pci0:18:0: class=0x020000 card=0x30651849 chip=0x30651106 rev=0x74 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6102 Rhine II PCI Fast Ethernet Controller' class = network subclass = ethernet nvidia0@pci1:0:0: class=0x030000 card=0x00000000 chip=0x018510de rev=0xc1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'NV18.6? GeForce4 MX 4000' class = display subclass = VGA $ cat /var/run/dmesg.boot Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.4-RELEASE #2: Mon Sep 5 22:01:50 CEST 2005 root@galadriel.elvandar.local:/usr/src/sys/i386/compile/GALADRIEL ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Sempron(tm) 2800+ (1999.36-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x681 Stepping = 1 Features=0x383fbff AMD Features=0xc0480000 real memory = 1073676288 (1023 MB) avail memory = 1036926976 (988 MB) ioapic0 irqs 0-23 on motherboard npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 nvidia0: mem 0xd0000000-0xd7ffffff,0xde000000-0xdeffffff irq 16 at device 0.0 on pci1 uhci0: port 0xe400-0xe41f irq 21 at device 16.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xe800-0xe81f irq 21 at device 16.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xec00-0xec1f irq 21 at device 16.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xdfffff00-0xdfffffff irq 21 at device 16.3 on pci0 usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0xfc00-0xfc0f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 17.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 pcm0: port 0xe000-0xe0ff irq 22 at device 17.5 on pci0 pcm0: vr0: port 0xdc00-0xdcff mem 0xdffffe00-0xdffffeff irq 23 at device 18.0 on pci0 miibus0: on vr0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:0b:6a:b4:12:c3 acpi_button1: on acpi0 fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x778-0x77b,0x378-0x37f irq 7 drq 0 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 orm0: at iomem 0xc0000-0xcf7ff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ulpt0: HP Deskjet 3840, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode Timecounter "TSC" frequency 1999357325 Hz quality 800 Timecounters tick every 10.000 msec ad0: 117246MB [238216/16/63] at ata0-master UDMA133 acd0: DVDROM at ata1-master UDMA33 acd1: DVDR at ata1-slave UDMA33 cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present cd1 at ata1 bus 0 target 1 lun 0 cd1: <_NEC DVD_RW ND-3520A 1.04> Removable CD-ROM SCSI-0 device cd1: 33.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present Mounting root from ufs:/dev/ad0s1a $ kldstat Id Refs Address Size Name 1 13 0xc0400000 46073c kernel 2 2 0xc0861000 1bd8c linux.ko 3 1 0xc087d000 517c snd_cmi.ko 4 3 0xc0883000 1d4fc sound.ko 5 1 0xc08a1000 47dc snd_via8233.ko 6 1 0xc08a6000 3f0b68 nvidia.ko 7 14 0xc0c97000 56270 acpi.ko $ cat /boot/loader.conf snd_cmi_load="YES" beastie_disable="YES" autoboot_delay="0" hw.ata.atapi_dma=1 kern.maxdsiz=671088640 linux_load="YES" nvidia_load="YES" $ cat /boot/device.hints # $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.13 2004/04/01 21:48:31 alfred Exp $ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" hint.fdc.0.drq="2" hint.fd.0.at="fdc0" hint.fd.0.drive="0" hint.fd.1.at="fdc0" hint.fd.1.drive="1" hint.ata.0.at="isa" hint.ata.0.port="0x1F0" hint.ata.0.irq="14" hint.ata.1.at="isa" hint.ata.1.port="0x170" hint.ata.1.irq="15" hint.adv.0.at="isa" hint.adv.0.disabled="1" hint.bt.0.at="isa" hint.bt.0.disabled="1" hint.aha.0.at="isa" hint.aha.0.disabled="1" hint.aic.0.at="isa" hint.aic.0.disabled="1" hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" hint.vga.0.at="isa" hint.sc.0.at="isa" hint.sc.0.flags="0x100" hint.vt.0.at="isa" hint.vt.0.disabled="1" hint.apm.0.disabled="1" hint.apm.0.flags="0x20" hint.pcic.0.at="isa" # hint.pcic.0.irq="10" # Default to polling hint.pcic.0.port="0x3e0" hint.pcic.0.maddr="0xd0000" hint.pcic.1.at="isa" hint.pcic.1.irq="11" hint.pcic.1.port="0x3e2" hint.pcic.1.maddr="0xd4000" hint.pcic.1.disabled="1" hint.sio.0.at="isa" hint.sio.0.port="0x3F8" hint.sio.0.flags="0x10" hint.sio.0.irq="4" hint.sio.1.at="isa" hint.sio.1.port="0x2F8" hint.sio.1.irq="3" hint.sio.2.at="isa" hint.sio.2.disabled="1" hint.sio.2.port="0xEC0" hint.sio.2.irq="17" hint.sio.3.at="isa" hint.sio.3.disabled="1" hint.sio.3.port="0x2E8" hint.sio.3.irq="9" hint.ppc.0.at="isa" hint.ppc.0.irq="7" hint.ed.0.at="isa" hint.ed.0.disabled="1" hint.ed.0.port="0x280" hint.ed.0.irq="10" hint.ed.0.maddr="0xd8000" hint.cs.0.at="isa" hint.cs.0.disabled="1" hint.cs.0.port="0x300" hint.sn.0.at="isa" hint.sn.0.disabled="1" hint.sn.0.port="0x300" hint.sn.0.irq="10" hint.ie.0.at="isa" hint.ie.0.disabled="1" hint.ie.0.port="0x300" hint.ie.0.irq="10" hint.ie.0.maddr="0xd0000" hint.fe.0.at="isa" hint.fe.0.disabled="1" hint.fe.0.port="0x300" hint.lnc.0.at="isa" hint.lnc.0.disabled="1" hint.lnc.0.port="0x280" hint.lnc.0.irq="10" hint.lnc.0.drq="0" hint.agp.0.disabled="1" Any help is appreciated! Thanks. --- Frans-Jan v. Steenbeek. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:32:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBB516A439 for ; Wed, 7 Sep 2005 18:32:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1156043D45 for ; Wed, 7 Sep 2005 18:32:02 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j87IW10r016644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 14:32:02 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j87IW16P030184; Wed, 7 Sep 2005 14:32:01 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3401F51239; Wed, 7 Sep 2005 14:32:01 -0400 (EDT) Date: Wed, 7 Sep 2005 14:32:01 -0400 From: Kris Kennaway To: bob self Message-ID: <20050907183200.GA49457@xor.obsecurity.org> References: <431F051D.1050909@charter.net> <20050907174633.GB32771@xor.obsecurity.org> <431F2F1A.5090801@charter.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <431F2F1A.5090801@charter.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: /usr/ports/INDEX-5 and INDEX-6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:32:04 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 07, 2005 at 02:19:06PM -0400, bob self wrote: > Kris Kennaway wrote: >=20 > >On Wed, Sep 07, 2005 at 11:19:57AM -0400, bob self wrote: > >=20 > > > >>I'm trying FreeBSD 6.0 > >> > >>I'm updating the ports this way: > >> > >>cd /usr/ports > >>portsnap fetch > >>portsnap update > >>make fetchindex > >>portsdb -u > >> > >>.... > >> > >>I see in /usr/ports that there is an INDEX-5 and an INDEX-6 plus an IND= EX. > >> > >>Why am I getting an INDEX-5 if I'm running version 6? > >> =20 > >> > > > >You shouldn't be, but you didn't demonstrate that you are (and it's > >not just an old file from when you were running 5.x). > > > >Kris > >=20 > > > I never had version 5 on these hard drives. It's a new 6.0 installation. >=20 > And the time of the INDEX-5 is almost the same as the INDEX-6. Please do a bit more research yourself, e.g. compare the modification times before and after running the various commands to see which is updating it, if any. Kris --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDHzIgWry0BWjoQKURAiweAJ9aDZ+dHhFRi2CKEN17E+psCtqCMACfeorD kqYUYxVQWMI6I33sTY+4ZYw= =LKQP -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:40:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 761E216A41F for ; Wed, 7 Sep 2005 18:40:37 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0202843D46 for ; Wed, 7 Sep 2005 18:40:36 +0000 (GMT) (envelope-from ffranzosi@gmail.com) Received: by wproxy.gmail.com with SMTP id i23so851904wra for ; Wed, 07 Sep 2005 11:40:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p0LZe7xxjXMWuShohjwTmyr2G6VeOhtyK8hao8foyYz7GaUv6ApR74q48A0RitXKZgq0CydPzJhaGTgW6RLrfD5oU6FUGqAuAyqQcYngFkRTJM/Mp/yWC/KVK6/+xJEGHe1rZr2S22GBV+u9Frj5g+VL2FsrriGHsjWpoepVzIE= Received: by 10.54.116.20 with SMTP id o20mr5344300wrc; Wed, 07 Sep 2005 11:40:35 -0700 (PDT) Received: by 10.54.13.2 with HTTP; Wed, 7 Sep 2005 11:40:35 -0700 (PDT) Message-ID: <9287d19b0509071140200da711@mail.gmail.com> Date: Wed, 7 Sep 2005 15:40:35 -0300 From: Frederico Franzosi To: freebsd-questions@freebsd.org In-Reply-To: <44br35nf37.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9287d19b050905185833fbdaa8@mail.gmail.com> <44br35nf37.fsf@be-well.ilk.org> Subject: Re: Trouble with RPM port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ffranzosi@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:40:37 -0000 On 07 Sep 2005 10:10:36 -0400, Lowell Gilbert wrote: > Frederico Franzosi writes: >=20 > > I'm having some strange troubles with RPM port, I already tried to > > cvsup, but the error is still there could anybody get the solution > > from that output: > > ---------------- > > =3D=3D=3D> Configuring for rpm-3.0.6_10 > > ./configure: 123: Syntax error: word unexpected (expecting ")") > > =3D=3D=3D> Script "configure" failed unexpectedly. > > Please report the problem to ports@FreeBSD.org [maintainer] and attach = the > > "/usr/ports/archivers/rpm/work/rpm-3.0.6/config.log" including the outp= ut of > > the failure of your make command. Also, it might be a good idea to prov= ide > > an overview of all packages installed on your system (e.g. an `ls > > /var/db/pkg`) > > --------------- > > I already submited the problem to the address but it seems they didn't > > have enough time to correct it, or maybe I've done something wrong. > > Anyway, any solutions?? >=20 >=20 > It's hard to say, because no one else is seeing this problem. > Are you perhaps picking up a different configure executable? Well, my port came from rpm official ftp site. I wonder how could I get from another source that works. > What is at line 123 of the configure script? 123 ac_feature=3D`echo $ac_option|sed -e 's/-*disable-//'` I already tried to edit the configure script, but it was really useless since I don't know how configure parser works. > Have you perhaps replaced /bin/sh? I was actually using /bin/csh wich is the FreeBSD default > What version of FreeBSD are you running? 5.4 > From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 18:59:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A0516A41F for ; Wed, 7 Sep 2005 18:59:06 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715DC43D46 for ; Wed, 7 Sep 2005 18:59:06 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-38-128.dynamic.qsc.de [212.202.38.128]) by efacilitas.de (Postfix) with ESMTP id DC0674B120; Wed, 7 Sep 2005 21:05:30 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 1345C330A16; Wed, 7 Sep 2005 18:57:29 +0000 (UTC) Message-ID: <431F3818.4050507@cs.tu-berlin.de> Date: Wed, 07 Sep 2005 20:57:28 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank Bonnet References: <431EEB35.5020207@esiee.fr> In-Reply-To: <431EEB35.5020207@esiee.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: FDISK cannot write X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 18:59:07 -0000 Frank Bonnet wrote: > I'm trying to add a partition to an existing disk at 5.4-R > on a HP XW 4200 (SATA) > > FDSIK fail with an error message "cannot write ..." > > The "bizarre" thing is I have installed this machine > from CDROM and partitionning the disk was OK ... Set kern.geom.debugflags=16 with sysctl to allow writing the MBR temporarily. Björn From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 19:03:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88FB016A41F; Wed, 7 Sep 2005 19:03:00 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0C343D45; Wed, 7 Sep 2005 19:02:59 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j87J1bC7056554; Wed, 7 Sep 2005 14:02:02 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <431F3906.2010507@daleco.biz> Date: Wed, 07 Sep 2005 14:01:26 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <001301c5b3b1$1b6f27e0$59830acf@dennylaptop2> <200509071033.21972.vizion@vizion.occoxmail.com> In-Reply-To: <200509071033.21972.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Denny Jodeit , freebsd-apache@freebsd.org, freebsd-questions@freebsd.org, wjv@freebsd.org Subject: Re: phpbb installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 19:03:00 -0000 Vizion wrote: >> >>No debug needed...... >> >>Next time try Google......you'd have found this: >> >>http://www.phpbb.com/phpBB/ >> >> > >I had tried that before I posted -- and have put a forum question -- so maybe >I will get an answer from there > >thanks > >david > > >>Happy Motoring, >>D >> >> > > > Like many/most PHP apps, phpbb is basically just a web folder. If the port sticks it all in /usr/local/phpbb, the thing to do is cp that dir to the DOCROOT of whichever websites want to run phpbb, preferably prior to running any install.php scripts, etc., that may come with the program. HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 19:22:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A83716A41F for ; Wed, 7 Sep 2005 19:22:34 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: from galley.usd217.org (galley.usd217.org [209.42.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED11E43D45 for ; Wed, 7 Sep 2005 19:22:33 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: by galley.usd217.org (Postfix, from userid 65534) id 3070B13C457; Wed, 7 Sep 2005 14:22:29 -0500 (CDT) Received: from [209.42.72.23] (techbook [209.42.72.23]) by galley.usd217.org (Postfix) with ESMTP id 26F1813C427 for ; Wed, 7 Sep 2005 14:22:27 -0500 (CDT) Message-ID: <431F3DF2.8010406@usd217.org> Date: Wed, 07 Sep 2005 14:22:26 -0500 From: Jerod Prothe User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on galley.usd217.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.2 Subject: dns resolutions -- again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 19:22:34 -0000 Hello all, I contacted this list a few weeks ago (got good responses - thanks) but now it seems that other domains are still not getting refreshed. I set my zone file refresh at 20m. Why is it that our domain (usd217.org) gets recognized by other domains (example: acck.edu) but not by my isp (pld.com). I called them to ask for them to clear their cache but they seem unwilling and not responsive. The old server (otto) should not be getting asked to handle mail, but unfortunately, others' records seem to indicate that. How can I get this changed throughout the internet? Thanks. Jerod From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 19:34:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E632916A41F; Wed, 7 Sep 2005 19:34:58 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B39C43D48; Wed, 7 Sep 2005 19:34:57 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907193457.NXL2425.lakecmmtao05.coxmail.com@dns1>; Wed, 7 Sep 2005 15:34:57 -0400 From: Vizion To: freebsd-apache@freebsd.org Date: Wed, 7 Sep 2005 12:30:46 -0700 User-Agent: KMail/1.8 References: <001301c5b3b1$1b6f27e0$59830acf@dennylaptop2> <200509071033.21972.vizion@vizion.occoxmail.com> In-Reply-To: <200509071033.21972.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071230.47297.vizion@vizion.occoxmail.com> Cc: freebsd-questions@freebsd.org, wjv@FreeBSD.org Subject: phpbb - install.php script> blank screen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 19:34:59 -0000 Copy of problem report to phpbb forum.. Does anyone have any ideas? URL:http://localhost/phpBB2/install/install.php Template(s) used:n/a Any and all MODs: none Do you use a port of phpBB:Freebsd Version of phpBB:phpbb-2.0.17 Version of PHP: php5-5.0.4_2 PHP Scripting Language (Apache Module and CLI) php5-pcre-5.0.4_2 The pcre shared extension for php php5-pear-5.0.4_4 PEAR framework for PHP php5-xml-5.0.4_2 The xml shared extension for php Which database server and version: mysql-client-5.0.11 Multithreaded SQL database (client) mysql-server-5.0.11 Multithreaded SQL database (server) apache-2.0.54 Version 2 of Apache web server with prefork MPM. apache-ant-1.6.2 Host: Freebsd 5.3 Did someone install this for you/who: I did Is this an upgrade/from what to what: No Is this a conversion/from what to what: No Have you searched for your problem: Yes If so, what terms did you try:install.php State the nature of your problem: http://localhost/phpBB2/install/install.php produces a blank screen View File Source shows :
HOWEVER : http://localhost/phpBB2/install/ displays page properly with View File Source shows : ------ Index of /phpBB2/install

Index of /phpBB2/install

Icon  Name                    
Last modified      Size  Description
[DIR] Parent Directory - [TXT] index.htm 19-Jul-2005 13:14 169 [   ] install.php 19-Jul-2005 13:14 34K [DIR] schemas/ 19-Jul-2005 13:14 - [   ] update_to_latest.php 19-Jul-2005 13:14 40K [   ] upgrade.php 19-Jul-2005 13:14 56K
Apache/2.0.54 (FreeBSD) PHP/5.0.4 Server at localhost Port 80
-------- Could the problem have something to do with the way php deals with simlinks - but if so I do not know how to fix it!! You will see I have installed the standard php test.php script in /usr/local/www/data which works fine so we know php is dollowing the symlink to that point. Are there any specific entries that need to be made in http.conf or php.ini? Here is the link and other Directory info: Critical Dirs : /usr/local/www dns1# ls -l total 14 lrwxr-xr-x 1 root wheel 27 Jun 2 12:07 cgi-bin -> /usr/local/www/cgi-bin-dist drwxr-xr-x 2 root wheel 512 Jun 2 12:07 cgi-bin-dist lrwxr-xr-x 1 root wheel 24 Jun 2 12:07 data -> /usr/local/www/data-dist drwxr-xr-x 3 root wheel 1536 Sep 6 20:49 data-dist lrwxr-xr-x 1 root wheel 25 Jun 2 12:07 error -> /usr/local/www/error-dist drwxr-xr-x 3 root wheel 1024 Jun 2 12:07 error-dist lrwxr-xr-x 1 root wheel 25 Jun 2 12:07 icons -> /usr/local/www/icons-dist drwxr-xr-x 3 root wheel 3584 Jun 2 12:07 icons-dist -rw-r--r-- 1 root wheel 2 Sep 5 20:36 testme lrwxr-xr-x 1 root wheel 18 Sep 6 14:20 virtualwebs -> /usr2/virtualwebs/ dns1# cd /usr/local/www/data/ dns1# pwd /usr/local/www/data-dist dns1# ls -l total 94 -rw-r--r-- 1 root wheel 2326 Nov 21 2004 apache_pb.gif -rw-r--r-- 1 root wheel 1385 Nov 21 2004 apache_pb.png -rw-r--r-- 1 root wheel 2414 Nov 21 2004 apache_pb2.gif -rw-r--r-- 1 root wheel 1463 Nov 21 2004 apache_pb2.png -rw-r--r-- 1 root wheel 2160 Nov 21 2004 apache_pb2_ani.gif -rw-r--r-- 1 root wheel 579 May 26 06:51 demo.fx -rw-r--r-- 1 root wheel 1724 Jun 2 10:18 index.html.ca -rw-r--r-- 1 root wheel 1644 Jun 2 10:18 index.html.cz.iso8859-2 -rw-r--r-- 1 root wheel 2263 Jun 2 10:18 index.html.de -rw-r--r-- 1 root wheel 1569 Jun 2 10:18 index.html.dk -rw-r--r-- 1 root wheel 1889 Jun 2 10:18 index.html.ee -rw-r--r-- 1 root wheel 1679 Jun 2 10:18 index.html.el -rw-r--r-- 1 root wheel 1517 Jun 2 10:18 index.html.en -rw-r--r-- 1 root wheel 1796 Jun 2 10:18 index.html.es -rw-r--r-- 1 root wheel 1928 Jun 2 10:18 index.html.et -rw-r--r-- 1 root wheel 1566 Jun 2 10:18 index.html.fr -rw-r--r-- 1 root wheel 3765 Jun 2 10:18 index.html.he.iso8859-8 -rw-r--r-- 1 root wheel 1665 Jun 2 10:18 index.html.hr.iso8859-2 -rw-r--r-- 1 root wheel 1849 Jun 2 10:18 index.html.it -rw-r--r-- 1 root wheel 1691 Jun 2 10:18 index.html.ja.iso2022-jp -rw-r--r-- 1 root wheel 1604 Jun 2 10:18 index.html.ko.euc-kr -rw-r--r-- 1 root wheel 1898 Jun 2 10:18 index.html.lb.utf8 -rw-r--r-- 1 root wheel 2029 Jun 2 10:18 index.html.nl -rw-r--r-- 1 root wheel 1595 Jun 2 10:18 index.html.nn -rw-r--r-- 1 root wheel 1528 Jun 2 10:18 index.html.no -rw-r--r-- 1 root wheel 1499 Jun 2 10:19 index.html.po.iso8859-2 -rw-r--r-- 1 root wheel 1834 Jun 2 10:19 index.html.pt -rw-r--r-- 1 root wheel 2107 Jun 2 10:19 index.html.pt-br -rw-r--r-- 1 root wheel 1583 Jun 2 10:19 index.html.ru.cp-1251 -rw-r--r-- 1 root wheel 1576 Jun 2 10:19 index.html.ru.cp866 -rw-r--r-- 1 root wheel 1581 Jun 2 10:19 index.html.ru.iso-ru -rw-r--r-- 1 root wheel 1577 Jun 2 10:19 index.html.ru.koi8-r -rw-r--r-- 1 root wheel 2310 Jun 2 10:19 index.html.ru.utf8 -rw-r--r-- 1 root wheel 1692 Jun 2 10:19 index.html.sv -rw-r--r-- 1 root wheel 2401 Jun 2 10:19 index.html.var -rw-r--r-- 1 root wheel 1079 Jun 2 10:19 index.html.zh-cn.gb2312 -rw-r--r-- 1 root wheel 1093 Jun 2 10:19 index.html.zh-tw.big5 drwxrwxr-x 10 root wheel 512 Sep 6 20:49 phpBB2 -rw-r--r-- 1 root wheel 20 Sep 5 16:41 test.php lrwxr-xr-x 1 root wheel 17 Sep 6 16:50 virtualwebs -> /usr2/virtualwebs dns1# pwd /usr/local/www/data-dist/phpBB2/install dns1# ls -l total 138 -rw-rw-rw- 1 www www 169 Jul 19 13:14 index.htm -rw-rw-rw- 1 www www 35207 Jul 19 13:14 install.php drwxr-xr-x 2 www www 512 Jul 19 13:14 schemas -rw-rw-rw- 1 www www 40483 Jul 19 13:14 update_to_latest.php -rw-rw-rw- 1 www www 57398 Jul 19 13:14 upgrade.php dns1# pwd /usr/local/www dns1# ls -l lrwxr-xr-x 1 root wheel 24 Jun 2 12:07 data -> /usr/local/www/data-dist drwxr-xr-x 3 root wheel 1536 Sep 6 20:49 data-dist Here is the Makefile: dns1# cat Makefile # New ports collection makefile for: phpBB # Date created: 25 April 2002 # Whom: Johann Visagie # # $FreeBSD: ports/www/phpbb/Makefile,v 1.33 2005/07/21 09:29:50 pav Exp $ # PORTNAME= phpbb PORTVERSION= 2.0.17 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= phpBB-${PORTVERSION} MAINTAINER= liukang@bjut.edu.cn COMMENT= A PHP-based bulletin board / discussion forum system RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR USE_BZIP2= yes # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # WWWDOCROOT?= www/data PHPBBURL?= phpBB2 WWWOWN?= www WWWGRP?= www # # End of user-configurable variables. # Set/override/append to variables from bsd.port.mk: # WRKSRC= ${WRKDIR}/phpBB2 NO_BUILD= yes USE_REINPLACE= yes SUB_FILES= pkg-message SUB_LIST= PHPBBURL="${PHPBBURL}" \ PHPBBDIR="${PHPBBDIR}" \ DELETEFILES="${EXCEPTFILES}" PHPBB_VER= ${PORTVERSION:S/.//g:S/.//g} PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PLIST_SUB+= PHPBB_VER=${PHPBB_VER} # Set custom variables: # PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} PKGOPTS= ${FILESDIR}/pkg-opts EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php options: @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" @ ${CAT} ${PKGOPTS} pre-everything:: .if !defined(BATCH) @ ${TEST} -r ${PKGOPTS} && \ (${ECHO_MSG} '-------------------------------------------------------------------------'; \ ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \ ${ECHO_MSG} '-------------------------------------------------------------------------') .endif post-patch: @ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBBURL}/templates#" \ ${WRKSRC}/docs/*.html @${RM} -f `${FIND} ${WRKSRC} -name '*.orig'` do-install: @ ${MKDIR} -m 0775 ${PREFIX}/${PHPBBDIR} @ cd ${WRKSRC} && ${FIND} * \( -name config.php \ ${EXCEPTFILES:S/^/-o -name /} \ -o -name docs -a -prune -o -name contrib -a -prune \) -o -print \ | ${TAR} cTf - - | ${TAR} xUCf ${PREFIX}/${PHPBBDIR} - @ ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPBBDIR} @ ${MKDIR} ${DATADIR}/contrib @ cd ${WRKSRC} && ${INSTALL_DATA} ${EXCEPTFILES} ${DATADIR} @ cd ${WRKSRC}/contrib && ${INSTALL_DATA} * ${DATADIR}/contrib post-install: # @ cd ${DATADIR} && ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \ # ${EXCEPTFILES} ${PREFIX}/${PHPBBDIR} .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} @ cd ${WRKSRC}/docs && ${FIND} * -type f -maxdepth 0 \! -name \*.bak \ \! -name COPYING -exec ${INSTALL_DATA} {} ${DOCSDIR} \; .if !defined(BATCH) @ ${CAT} ${PKGMESSAGE} .endif .endif .include Do you have a test account for us:n/a If so, please have it ready in case a Support Team Member asks for it. -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 19:38:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC6716A420 for ; Wed, 7 Sep 2005 19:38:49 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B0543D7D for ; Wed, 7 Sep 2005 19:38:40 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050907193840.SXN2425.lakecmmtao05.coxmail.com@dns1>; Wed, 7 Sep 2005 15:38:40 -0400 From: Vizion To: bob self , freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 12:34:30 -0700 User-Agent: KMail/1.8 References: <001301c5b3b1$1b6f27e0$59830acf@dennylaptop2> <200509071033.21972.vizion@vizion.occoxmail.com> <431F3002.5040409@charter.net> In-Reply-To: <431F3002.5040409@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509071234.31094.vizion@vizion.occoxmail.com> Cc: Subject: Re: phpbb installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 19:38:49 -0000 On Wednesday 07 September 2005 11:22, the author bob self contributed to the dialogue on- Re: phpbb installation: >Vizion wrote: > >... > >Here are some recent notes that I made about installing phpBB2 on 5.4: > >Here's the procedure for creating multiple forums. > >1. get a copy of phpBB-2.0.17.zip (or whatever the current version is). >Unzip it into a directory. This will be the template > for each new forum that you want to create. > >2. pick a name for the forum, eg 'forum1'. Create a directory called >forum1 under your root page, eg /usr/local/www/username/forum1. > You should also have /usr/local/www/username/phpBB2 here with all of >the original phpBB files. > >3. cd to forum1 and cp -rp ../phpBB2 . > >4. Next you need to give your mysql user privileges to create this >database and then create an empty database called 'forum1'. > I run this php script to set up mysql before installing phpBB for >this forum: > > > \$link = mysql_connect(\"localhost\", \"root\", \"**********\") or >die(\"Could not connect: \" . mysql_error() . \"\\n\"); > > \$cmd = \"GRANT ALL ON forum1.* > TO user@localhost > IDENTIFIED BY '**********' > WITH GRANT OPTION\"; > mysql_query(\$cmd) or die(\"grant error \" . mysql_error() . \"\\n\"); > > \$cmd = \"flush privileges\"; > mysql_query(\$cmd) or die(\"flush privileges error \" . mysql_error() >. \"\\n\"); > > mysql_close(\$link); > > // now have 'user' create the database: > > \$link = mysql_connect(\"localhost\", \"user\", \"**********\") or >die(\"Could not connect: \" . mysql_error() . \"\\n\"); > \$cmd = \"create database forum1;\"; > mysql_query(\$cmd) or die(\"grant error \" . mysql_error() . \"\\n\"); > mysql_close(\$link); > > >5. cd to .../forum1 and chmod 666 config.php > >6. Now point your browser to .../forum1/install/install.php > > Basic Configuration > > Default board language: English > Database Type: mysql 4.x > Choose your installation method: install > > Database Configuration > > Database Server Hostname / DSN: localhost > Your Database Name: forum1 > Database Username: user > Database Password: ******** > Prefix for tables in database: forum1_ > > Admin Configuration > > Admin Email Address: user@x.org > Domain Name: www.user.lan > Server Port: 80 > Script path: /forum1/ > Administrator Username: user > Administrator Password: ****** > Administrator Password [ Confirm ]: ****** > > >7. cd to .../forum1 and chmod 644 config.php > >8. remove the .../forum1/install and .../forum1/contrib directories. Hey Thank you very much - I will use that I soon as I get over the problem with install.php which produces a blank screen (I have reported the issue to the phpbb forum and cc'd to freebsd-questions. Thanks again for your help david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 19:46:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8997216A41F for ; Wed, 7 Sep 2005 19:46:06 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B2143D48 for ; Wed, 7 Sep 2005 19:46:06 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A37A1F6F0100; Wed, 07 Sep 2005 12:46:02 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j87Jm1AK009624; Wed, 7 Sep 2005 12:48:01 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j87JltxB009623; Wed, 7 Sep 2005 12:47:55 -0700 (PDT) (envelope-from garys@opusnet.com) To: Rem Roberti References: <431F2340.8020201@comcast.net> From: garys@opusnet.com (Gary W. Swearingen) Date: Wed, 07 Sep 2005 12:47:55 -0700 In-Reply-To: <431F2340.8020201@comcast.net> (Rem Roberti's message of "Wed, 07 Sep 2005 10:28:32 -0700") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Subject: Re: configuring xterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 19:46:06 -0000 Rem Roberti writes: > 2) The font size in the xterm window is quite small. How do I change the font size? A quick but temporary way not yet mentioned is to press ctrl and then drag pointer-button-1 to select a new size. Try the other two buttons too. From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 19:57:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1308416A41F for ; Wed, 7 Sep 2005 19:57:43 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12E743D46 for ; Wed, 7 Sep 2005 19:57:40 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j87JvYdF012228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 12:57:35 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050907125337.0794a490@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 07 Sep 2005 12:57:22 -0700 To: Steve Suhre , Giorgos Keramidas From: Glenn Dawson In-Reply-To: <431EF02B.1050902@nano.net> References: <431EDEAF.1010102@nano.net> <20050907131911.GA8363@orion.daedalusnetworks.priv> <431EF02B.1050902@nano.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail not using aliases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 19:57:43 -0000 At 06:50 AM 9/7/2005, Steve Suhre wrote: >No, just a generic "DSN: Data format error". The bounced message >just says user unknown. If I rebuild the aliases and virtusertable >db's I get nothing but new db files, no errors. No errors of any >kind in the log files when sendmail starts during boot. Make sure that the aliases file and the directory it's in are not group writable. Sendmail defaults to ignoring config files that are group writable. -Glenn >Giorgos Keramidas wrote: > >>## Redirected to freebsd-questions from freebsd-hackers. >> >>On 2005-09-07 06:35, Steve Suhre wrote: >> >> >>>I'm upgrading a server and have sendmail 8.13.1 installed. I've moved >>>the aliases and virtusertable files over and have run makemap and >>>newaliases. Sendmail has been complaining that it can't find aliased >>>users like postmaster and www. I doublechecked the aliases file and they >>>are there. If I add them to the virtusertable file, which I'd rather not >>>do, then sendmail stops complaining and delivers the mail. I checked for >>>the "-n" flag and it's not set when runnung sendmail at startup. I also >>>checked to see that the aliases file was in the correct place as >>>indicated in sendmail.cf. >>> >> >>That's funny. Any hints in the log files? >> >> >> >> > > >-- > > > >Steve Suhre >steve@pasta.net >439.6052 Cell >632.2897 Home > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 20:01:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 319A916A420 for ; Wed, 7 Sep 2005 20:01:43 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F7743D4C for ; Wed, 7 Sep 2005 20:01:42 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A724A4C9009C; Wed, 07 Sep 2005 13:01:40 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j87K3eB8009851 for ; Wed, 7 Sep 2005 13:03:40 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j87K3ZIB009850; Wed, 7 Sep 2005 13:03:35 -0700 (PDT) (envelope-from garys@opusnet.com) To: freebsd-questions@freebsd.org From: garys@opusnet.com (Gary W. Swearingen) Date: Wed, 07 Sep 2005 13:03:35 -0700 Message-ID: <68y8688x2g.868@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: What is 6.0-BETA4? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 20:01:43 -0000 That is, what event created it and, if it is a changing thing, what event will cause it to stop changing? I'm guessing from the announcement which says that one can get it from from the RELENG_6 CVS branch, that it is a generic name for any OS made from RELENG_6 between its announcement and the later announcement of a so-called 6.0 release candidate. Correct? Or are there some kind of markers in the CVS? Or...? And do release candidates have their own actual CVS branches and tags? From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 20:03:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A023D16A41F for ; Wed, 7 Sep 2005 20:03:53 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556C843D45 for ; Wed, 7 Sep 2005 20:03:53 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j87K3ngC012323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 13:03:49 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050907125846.07913100@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 07 Sep 2005 13:03:36 -0700 To: Frank Bonnet , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <431EEB35.5020207@esiee.fr> References: <431EEB35.5020207@esiee.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: FDISK cannot write X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 20:03:53 -0000 At 06:29 AM 9/7/2005, Frank Bonnet wrote: >Hello > >I'm trying to add a partition to an existing disk at 5.4-R >on a HP XW 4200 (SATA) > >FDSIK fail with an error message "cannot write ..." > >The "bizarre" thing is I have installed this machine >from CDROM and partitionning the disk was OK ... > >any idea on what happen ? Is anything on the disk you're working with currently mounted? fdisk won't let you write to disks that have mounted filesystems. -Glenn >Thanks a lot. >-- >Cordialement/Regards >Frank Bonnet >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 20:37:00 2005 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 0862F16A41F for ; Wed, 7 Sep 2005 20:37:00 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3C743D48 for ; Wed, 7 Sep 2005 20:36:59 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from [192.168.1.101] (really [69.167.39.216]) by mta10.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050907203658.KUIT12165.mta10.adelphia.net@[192.168.1.101]> for ; Wed, 7 Sep 2005 16:36:58 -0400 Content-Disposition: inline From: Damon Blom Organization: home To: questions@freebsd.org Date: Wed, 7 Sep 2005 13:36:40 -0700 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200509071336.41511.surferdamon@adelphia.net> Cc: Subject: Fwd: freebsd on memory 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: Wed, 07 Sep 2005 20:37:00 -0000 Hi Still no go. will boot (very slowly) from external usb hard drive. da0 maxtor scsi -0 device 194481 mb will not boot da1 hp digital drive 976 mb (whole disk) da1s1a / da1s1d /usr I disabled hitachi drive and external maxtor drive get F1 Freebsd F5 drive1 will not let me press enter Phoenix Bios version F.35 Thank's (I can still mount it and r/w from it) Damon ---------- Forwarded Message ---------- Subject: freebsd on memory card Date: Monday 05 September 2005 09:45 pm From: Damon Blom To: questions@freebsd.org Hi presario r3000 amd64 freebsd-current 7.0 ad0: 76319MB Hitachi DK23FA-80 da0 HP Digital drive 1.00 > Removable direct access SCSI -0 Device dual XP/FreeBSD with easy boot used sysinstall to configure da0 as entire freebsd da0s1a /tmp 390MB da0s1d /tmp/usr 600MB used gtar to transfer / to /mnt transfer /usr to /mnt/usr (Cheat Sheet) usb bootable (bios) shows F1 ? (win) F2 Freebsd F5 Drive 1 But will not boot . I did same thing on desktop with a second hard drive and it booted fine. Is it because memory card is not really a hard drive? Any way to do it ? Thank's Damon and thank's so much for freebsd (my whole life) ------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 20:39:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96F816A41F for ; Wed, 7 Sep 2005 20:39:30 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 044E043D49 for ; Wed, 7 Sep 2005 20:39:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j87KdT0r029673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 16:39:29 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j87KdS6P004381; Wed, 7 Sep 2005 16:39:28 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0F09F51210; Wed, 7 Sep 2005 16:39:28 -0400 (EDT) Date: Wed, 7 Sep 2005 16:39:27 -0400 From: Kris Kennaway To: "Gary W. Swearingen" Message-ID: <20050907203927.GA83231@xor.obsecurity.org> References: <68y8688x2g.868@mail.opusnet.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <68y8688x2g.868@mail.opusnet.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: What is 6.0-BETA4? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 20:39:30 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 07, 2005 at 01:03:35PM -0700, Gary W. Swearingen wrote: > That is, what event created it and, if it is a changing thing, > what event will cause it to stop changing? >=20 > I'm guessing from the announcement which says that one can get it from > from the RELENG_6 CVS branch, that it is a generic name for any OS > made from RELENG_6 between its announcement and the later announcement > of a so-called 6.0 release candidate. Correct? Or are there some > kind of markers in the CVS? Or...? >=20 > And do release candidates have their own actual CVS branches and tags? They're (untagged) snapshots of RELENG_6. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD4DBQFDH0//Wry0BWjoQKURAriTAJ9hj9gOnqXWowpbur2swqySNKAu0wCXf0FS Y2MCgGTBGJ3TNVfun/ag3g== =aGZY -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 23:13:34 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC9B816A41F for ; Wed, 7 Sep 2005 23:13:34 +0000 (GMT) (envelope-from maxime.paquin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F3E43D53 for ; Wed, 7 Sep 2005 23:13:33 +0000 (GMT) (envelope-from maxime.paquin@gmail.com) Received: by wproxy.gmail.com with SMTP id i11so1306253wra for ; Wed, 07 Sep 2005 16:13:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gbNcZzFmDa3zlpQvI7UKL0E9kRj87MywGQhy0Nk/6k4HN1ff0fhJJoLKX92zmjLhQtKychzw++YTW7Km/tesrU2gYFW6tIun4wXaSfik78PjphKtBwu9UYLUDXz0RxD/4jpM1OizW7DFQ4wuDd/NCYWcDhHKOK4BpCRucPCxP8k= Received: by 10.54.2.74 with SMTP id 74mr5056194wrb; Wed, 07 Sep 2005 16:13:33 -0700 (PDT) Received: by 10.54.146.10 with HTTP; Wed, 7 Sep 2005 16:13:33 -0700 (PDT) Message-ID: <62924f1c0509071613e26d53f@mail.gmail.com> Date: Wed, 7 Sep 2005 19:13:33 -0400 From: Maxime Paquin To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Interests in *BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 23:13:34 -0000 Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to= =20 help spread free and open source software and operating systems. We are als= o=20 doing some kind of demonstrations where we install *Nix distributions and= =20 show how to use them. The point is, we don't have broadband access and can'= t=20 download whole distros. What I (speaking for my LUG) would like to know, is= =20 if you could send us at least one copy of FreeBSD and/or OpenBSD and/or=20 NetBSD. We aren't asking for a lot, only a copy would be enough since we=20 could pass it to each other so everybody can try it and understand how it= =20 works. If you are interested in sending us a copy of a *BSD, please send it to: Maxime Paquin - Valleyfield LUG 149 Armand Ouest, Valleyfield Quebec, Canada J6S 2L4 Thank you very much in advance, Maxime Paquin From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 23:20:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27A7316A41F for ; Wed, 7 Sep 2005 23:20:02 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD33E43D46 for ; Wed, 7 Sep 2005 23:20:01 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (216-70-228-172.cust.telepacific.net [216.70.228.172]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j87NK0b7017149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 7 Sep 2005 16:20:01 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050907161905.03d11d00@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 07 Sep 2005 16:19:43 -0700 To: Maxime Paquin , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <62924f1c0509071613e26d53f@mail.gmail.com> References: <62924f1c0509071613e26d53f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Interests in *BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 23:20:02 -0000 At 04:13 PM 9/7/2005, Maxime Paquin wrote: >Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to >help spread free and open source software and operating systems. We are also >doing some kind of demonstrations where we install *Nix distributions and >show how to use them. The point is, we don't have broadband access and can't >download whole distros. What I (speaking for my LUG) would like to know, is >if you could send us at least one copy of FreeBSD and/or OpenBSD and/or >NetBSD. We aren't asking for a lot, only a copy would be enough since we >could pass it to each other so everybody can try it and understand how it >works. > >If you are interested in sending us a copy of a *BSD, please send it to: http://www.freebsdmall.com/cgi-bin/fm/bsd5.4?id=zBuMVwr8&mv_pc=70 >Maxime Paquin - Valleyfield LUG >149 Armand Ouest, Valleyfield >Quebec, Canada >J6S 2L4 > >Thank you very much in advance, > >Maxime Paquin >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 23:34:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6247716A41F for ; Wed, 7 Sep 2005 23:34:32 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259E343D4C for ; Wed, 7 Sep 2005 23:34:29 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout4-ext.prodigy.net (pimout4-int.prodigy.net [207.115.4.203]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j87NYEbU004744 for ; Wed, 7 Sep 2005 19:34:14 -0400 X-ORBL: [66.139.109.225] Received: from [192.168.1.25] (ppp-66-139-109-225.dsl.stlsmo.swbell.net [66.139.109.225]) by pimout4-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j87NYOJB120352; Wed, 7 Sep 2005 19:34:25 -0400 Message-ID: <431F78FF.8040105@mkproductions.org> Date: Wed, 07 Sep 2005 18:34:23 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Glenn Dawson References: <62924f1c0509071613e26d53f@mail.gmail.com> <6.2.3.4.2.20050907161905.03d11d00@cobalt.antimatter.net> In-Reply-To: <6.2.3.4.2.20050907161905.03d11d00@cobalt.antimatter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Maxime Paquin Subject: Re: Interests in *BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 23:34:32 -0000 Glenn Dawson wrote: > At 04:13 PM 9/7/2005, Maxime Paquin wrote: > >> Hello, I am part of a LUG or Linux Users Group at my school. Our goal >> is to >> help spread free and open source software and operating systems. We >> are also >> doing some kind of demonstrations where we install *Nix distributions and >> show how to use them. The point is, we don't have broadband access and >> can't >> download whole distros. What I (speaking for my LUG) would like to >> know, is >> if you could send us at least one copy of FreeBSD and/or OpenBSD and/or >> NetBSD. We aren't asking for a lot, only a copy would be enough since we >> could pass it to each other so everybody can try it and understand how it >> works. >> >> If you are interested in sending us a copy of a *BSD, please send it to: > > > http://www.freebsdmall.com/cgi-bin/fm/bsd5.4?id=zBuMVwr8&mv_pc=70 > > >> Maxime Paquin - Valleyfield LUG >> 149 Armand Ouest, Valleyfield >> Quebec, Canada >> J6S 2L4 >> >> Thank you very much in advance, >> >> Maxime Paquin $39.99 + shipping to Canada would be quite a bit for CDROM's and a case, especially for someone on what I'm assuming is a tight budget. I would check eBay for CD's if you can't download them. There are FreeBSD CD's on eBay from $0.99 on a "Buy It Now". I'm sure there is for OpenBSD and NetBSD as well. If I was in Canada I'd send you guys some. Someone else may be able to send you them though. :) -Mark From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 00:29:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FC8216A41F for ; Thu, 8 Sep 2005 00:29:15 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc14.comcast.net [204.127.198.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0298343D46 for ; Thu, 8 Sep 2005 00:29:14 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [24.5.159.91] (c-24-5-159-91.hsd1.ca.comcast.net[24.5.159.91]) by comcast.net (rwcrmhc14) with ESMTP id <2005090800291301400fdn6ke>; Thu, 8 Sep 2005 00:29:13 +0000 Message-ID: <431F85D8.2090209@comcast.net> Date: Wed, 07 Sep 2005 17:29:12 -0700 From: Rem Roberti User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 00:29:15 -0000 Thanks to all that answered my questions about xterm. One more question and then I'll quit for the day. I have created a cvsupfile to use with cvsup, and it contains a docs-all line, which is used to update the doc repository. However, both of the books that I have on FreeBSD state that the docs are contained in the /usr/doc directory. No such directory exists in my 5.4 installation. Where did that directory go? Rem From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 00:29:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F8016A41F for ; Thu, 8 Sep 2005 00:29:53 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from bristolsystems.com (h-68-167-239-98.lsanca54.covad.net [68.167.239.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D39E43D45 for ; Thu, 8 Sep 2005 00:29:51 +0000 (GMT) (envelope-from gayn.winters@bristolsystems.com) Received: from workdog ([192.168.1.201]) by bristolsystems.com (8.11.6/8.11.6) with ESMTP id j880Tnn16597; Wed, 7 Sep 2005 17:29:49 -0700 From: "Gayn Winters" To: "'Maxime Paquin'" , Date: Wed, 7 Sep 2005 17:29:49 -0700 Message-ID: <03fc01c5b40c$6c83c770$c901a8c0@workdog> 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.4024 In-Reply-To: <62924f1c0509071613e26d53f@mail.gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: Subject: RE: Interests in *BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gayn.winters@bristolsystems.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 00:29:53 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Maxime Paquin > Sent: Wednesday, September 07, 2005 4:14 PM > To: freebsd-questions@freebsd.org > Subject: Interests in *BSD > > > Hello, I am part of a LUG or Linux Users Group at my school. > Our goal is to > help spread free and open source software and operating > systems. We are also > doing some kind of demonstrations where we install *Nix > distributions and > show how to use them. The point is, we don't have broadband > access and can't > download whole distros. What I (speaking for my LUG) would > like to know, is > if you could send us at least one copy of FreeBSD and/or > OpenBSD and/or > NetBSD. We aren't asking for a lot, only a copy would be > enough since we > could pass it to each other so everybody can try it and > understand how it > works. > > If you are interested in sending us a copy of a *BSD, please > send it to: > > Maxime Paquin - Valleyfield LUG > 149 Armand Ouest, Valleyfield > Quebec, Canada > J6S 2L4 > > Thank you very much in advance, > > Maxime Paquin Maxime, It looks like your user group needs a steady stream of CDs for multiple releases of multiple operating systems. In addition, you'll also need access to applications, drivers, etc. My suggestion would be to focus on how to get reasonable speed access to the Internet. The local user groups around here (Southern California) beg and borrow facilities for meetings at local universities and companies that are willing to let them plug into their local area network and use their Internet connection (at least during meetings). If your LUG had a web page, you could provide a 'thank you' link to your sponsors' web site in trade for such usage. You might exchange such ads for other forms of sponsorship as well. Even if driving into Montreal is too far, I'll bet you can find computer clubs (or even friendly professors) in the universities there that would help you out as well. Invite them as speakers... Finally, your club might consider building and selling PC's (with various *nix operating systems of course). If you sold one a month, you'd probably make enough for a great internet connection! (The initial capital to get started could come from "deposits or down payments" ...) Good luck, -gayn From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 00:34:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3313616A41F for ; Thu, 8 Sep 2005 00:34:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FBE743D4C for ; Thu, 8 Sep 2005 00:34:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j880YSKp019999; Thu, 8 Sep 2005 03:34:29 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j880YSQ9018200; Thu, 8 Sep 2005 03:34:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j880YSrf018199; Thu, 8 Sep 2005 03:34:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Thu, 8 Sep 2005 03:34:28 +0300 From: Giorgos Keramidas To: Rem Roberti Message-ID: <20050908003428.GA18167@orion.daedalusnetworks.priv> References: <431F85D8.2090209@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431F85D8.2090209@comcast.net> Cc: freebsd-questions@freebsd.org Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 00:34:34 -0000 On 2005-09-07 17:29, Rem Roberti wrote: > Thanks to all that answered my questions about xterm. > > One more question and then I'll quit for the day. I have created a > cvsupfile to use with cvsup, and it contains a docs-all line, which is > used to update the doc repository. However, both of the books that I > have on FreeBSD state that the docs are contained in the /usr/doc > directory. No such directory exists in my 5.4 installation. Where > did that directory go? The docs-all collection fetches the documentation sources (SGML, XML and the Makefiles needed to build & format the docs). Are you sure it's this that you want? To tell you exactly where the doc sources have gone, we have to see the supfile though. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 00:45:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE0A16A41F for ; Thu, 8 Sep 2005 00:45:49 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC73143D46 for ; Thu, 8 Sep 2005 00:45:48 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta10.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050908004547.ZKKW12165.mta10.adelphia.net@default.chvlva.adelphia.net> for ; Wed, 7 Sep 2005 20:45:47 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id D0B9FB595; Wed, 7 Sep 2005 20:45:46 -0400 (EDT) Date: Wed, 7 Sep 2005 20:45:46 -0400 From: Parv To: f-q Message-ID: <20050908004546.GA10858@holestein.holy.cow> Mail-Followup-To: f-q Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: OT: Review of "An Illustrated Guide to IPSec"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 00:45:49 -0000 To this IPSec ignorant but quite interested in the subject, this seems like a good reference ... http://www.unixwiz.net/techtips/iguide-ipsec.html To those who are versed in the topic, how does it look? - Parv -- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:08:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69BF316A41F for ; Thu, 8 Sep 2005 01:08:16 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC0243D48 for ; Thu, 8 Sep 2005 01:08:15 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [24.5.159.91] (c-24-5-159-91.hsd1.ca.comcast.net[24.5.159.91]) by comcast.net (sccrmhc12) with ESMTP id <20050908010813012002h55se>; Thu, 8 Sep 2005 01:08:14 +0000 Message-ID: <431F8EFC.6050706@comcast.net> Date: Wed, 07 Sep 2005 18:08:12 -0700 From: Rem Roberti User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431F85D8.2090209@comcast.net> <20050908003428.GA18167@orion.daedalusnetworks.priv> In-Reply-To: <20050908003428.GA18167@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:08:16 -0000 Giorgos Keramidas wrote: >On 2005-09-07 17:29, Rem Roberti wrote: > > >>Thanks to all that answered my questions about xterm. >> >>One more question and then I'll quit for the day. I have created a >>cvsupfile to use with cvsup, and it contains a docs-all line, which is >>used to update the doc repository. However, both of the books that I >>have on FreeBSD state that the docs are contained in the /usr/doc >>directory. No such directory exists in my 5.4 installation. Where >>did that directory go? >> >> > >The docs-all collection fetches the documentation sources (SGML, XML and >the Makefiles needed to build & format the docs). Are you sure it's >this that you want? > >To tell you exactly where the doc sources have gone, we have to see the >supfile though. > > > > Thanks for your reply. Here's the file: *default tag=RELENG_5_4_0_RELEASE *default host=cvsup1.FreeBSD.org *default base=/var/db *default prefix=/home/ncvs *default release=cvs *default delete use-rel-suffix *default compress src-all ports-all doc-all www cvsroot-all Except for adding the initial tag, I just copied this supfile from one of the examples. It probably leaves a lot to be desired. Rem From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:22:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F2A716A41F for ; Thu, 8 Sep 2005 01:22:34 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from jet14.hasweb.com (jet14.hasweb.com [72.29.75.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDFC343D46 for ; Thu, 8 Sep 2005 01:22:33 +0000 (GMT) (envelope-from tom@trancegeek.net) Received: from pool-151-204-247-162.bos.east.verizon.net ([151.204.247.162] helo=[192.168.1.47]) by jet14.hasweb.com with esmtpa (Exim 4.52) id 1EDB7X-0005HL-9e; Wed, 07 Sep 2005 21:22:31 -0400 Message-ID: <431F925E.1050904@trancegeek.net> Date: Wed, 07 Sep 2005 21:22:38 -0400 From: Tom Norris User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Parv , freebsd-questions@freebsd.org References: <20050908004546.GA10858@holestein.holy.cow> In-Reply-To: <20050908004546.GA10858@holestein.holy.cow> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jet14.hasweb.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - trancegeek.net X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: OT: Review of "An Illustrated Guide to IPSec"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:22:34 -0000 Parv wrote: > To this IPSec ignorant but quite interested in the subject, this > seems like a good reference ... > > http://www.unixwiz.net/techtips/iguide-ipsec.html > > To those who are versed in the topic, how does it look? I'm not very versed in the topic of ipsec, but this definately looks like a good read. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:22:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A8A16A424 for ; Thu, 8 Sep 2005 01:22:40 +0000 (GMT) (envelope-from fbq@bsdfan.net) Received: from mail3.promptpost.com (mail3.promptpost.com [65.98.81.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DFC643D45 for ; Thu, 8 Sep 2005 01:22:40 +0000 (GMT) (envelope-from fbq@bsdfan.net) Received: from [65.98.81.74] (helo=graeme@promptpost.com) by mail3.promptpost.com with esmtp (Exim 4.50 (FreeBSD)) id 1EDBM9-0008iz-Be for freebsd-questions@freebsd.org; Thu, 08 Sep 2005 02:37:37 +0100 Received: from 65.98.81.74 (proxying for 172.214.27.12) (SquirrelMail authenticated user graeme@promptpost.com) by mail3.promptpost.com with HTTP; Thu, 8 Sep 2005 02:37:37 +0100 (BST) Message-ID: <3428.65.98.81.74.1126143457.squirrel@mail3.promptpost.com> Date: Thu, 8 Sep 2005 02:37:37 +0100 (BST) From: "Graeme" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scan-PPproj: No Virus found X-Graygold: relayed @ 2005-09-08 02:37:40 Subject: Graceful restart request to Apache2 leading to seg fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Graeme List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:22:40 -0000 I've seen something similar in the list archives from 2003, but it seems to be back (for me at least). I'm running FreeBSD 5.3 with: Apache/2.0.54 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7g and on stopping Apache with SIGTERM I get: httpd in free(): error: junk pointer, too high to make sense in the error log. Anyone else seeing this? All advice gratefully received. Cheers Graeme From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:26:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D93516A41F for ; Thu, 8 Sep 2005 01:26:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38ECA43D45 for ; Thu, 8 Sep 2005 01:26:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j881QIUG023941; Thu, 8 Sep 2005 04:26:18 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j881QH9r018507; Thu, 8 Sep 2005 04:26:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j881QHh1018506; Thu, 8 Sep 2005 04:26:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Thu, 8 Sep 2005 04:26:17 +0300 From: Giorgos Keramidas To: Rem Roberti Message-ID: <20050908012617.GA18483@orion.daedalusnetworks.priv> References: <431F85D8.2090209@comcast.net> <20050908003428.GA18167@orion.daedalusnetworks.priv> <431F8EFC.6050706@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431F8EFC.6050706@comcast.net> Cc: freebsd-questions@freebsd.org Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:26:22 -0000 On 2005-09-07 18:08, Rem Roberti wrote: > Giorgos Keramidas wrote: > >To tell you exactly where the doc sources have gone, we have to see the > >supfile though. > > *default tag=RELENG_5_4_0_RELEASE > *default host=cvsup1.FreeBSD.org > *default base=/var/db > *default prefix=/home/ncvs > *default release=cvs > *default delete use-rel-suffix > *default compress > src-all > ports-all > doc-all > www > cvsroot-all > > Except for adding the initial tag, I just copied this supfile from one > of the examples. It probably leaves a lot to be desired. This must have taken a while, right? The "release" you specified is "cvs", which means "bring me a mirror of the CVS repository, instead of a single revision of each file". The "prefix" is /home/ncvs, so doc/... files end up under the directory /home/ncvs/doc/... You have an almost complete mirror of the entire FreeBSD CVS repository, if you actually ran cvsup with this supfile. Look under /home/ncvs :) From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:36:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC99416A41F for ; Thu, 8 Sep 2005 01:36:04 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.76.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C26A43D45 for ; Thu, 8 Sep 2005 01:36:04 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [24.5.159.91] (c-24-5-159-91.hsd1.ca.comcast.net[24.5.159.91]) by comcast.net (sccrmhc14) with ESMTP id <2005090801360201400em0s4e>; Thu, 8 Sep 2005 01:36:03 +0000 Message-ID: <431F9581.6080002@comcast.net> Date: Wed, 07 Sep 2005 18:36:01 -0700 From: Rem Roberti User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <431F85D8.2090209@comcast.net> <20050908003428.GA18167@orion.daedalusnetworks.priv> <431F8EFC.6050706@comcast.net> <20050908012617.GA18483@orion.daedalusnetworks.priv> In-Reply-To: <20050908012617.GA18483@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:36:04 -0000 Giorgos Keramidas wrote: >On 2005-09-07 18:08, Rem Roberti wrote: > > >>Giorgos Keramidas wrote: >> >> >>>To tell you exactly where the doc sources have gone, we have to see the >>>supfile though. >>> >>> >>*default tag=RELENG_5_4_0_RELEASE >>*default host=cvsup1.FreeBSD.org >>*default base=/var/db >>*default prefix=/home/ncvs >>*default release=cvs >>*default delete use-rel-suffix >>*default compress >>src-all >>ports-all >>doc-all >>www >>cvsroot-all >> >>Except for adding the initial tag, I just copied this supfile from one >>of the examples. It probably leaves a lot to be desired. >> >> > >This must have taken a while, right? > >The "release" you specified is "cvs", which means "bring me a mirror of >the CVS repository, instead of a single revision of each file". > >The "prefix" is /home/ncvs, so doc/... files end up under the directory >/home/ncvs/doc/... > >You have an almost complete mirror of the entire FreeBSD CVS repository, >if you actually ran cvsup with this supfile. Look under /home/ncvs :) > > Efharisto, Giorgos, Yes, it did take a while. I shall now go and take a look in the above mentioned directory. Unfortunately I do not have email set up with the new system, so I have to switch back and forth between Windows and FreeBSD. Email is my next task. Thanks again. Rem From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 01:49:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8997616A41F for ; Thu, 8 Sep 2005 01:49:03 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACE343D46 for ; Thu, 8 Sep 2005 01:49:02 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 47482 invoked by uid 85); 8 Sep 2005 01:48:58 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.370786 secs); 08 Sep 2005 01:48:58 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 8 Sep 2005 01:48:57 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org Date: Wed, 7 Sep 2005 17:48:41 -0800 User-Agent: KMail/1.8.2 References: <431F85D8.2090209@comcast.net> <20050908003428.GA18167@orion.daedalusnetworks.priv> <431F8EFC.6050706@comcast.net> In-Reply-To: <431F8EFC.6050706@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1356337.yNLf9h4dXA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509071748.54217.akbeech@gmail.com> Cc: Rem Roberti , Giorgos Keramidas Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:49:03 -0000 --nextPart1356337.yNLf9h4dXA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote: > Giorgos Keramidas wrote: > >On 2005-09-07 17:29, Rem Roberti wrote: > >>Thanks to all that answered my questions about xterm. > >> > >>One more question and then I'll quit for the day. I have created a > >>cvsupfile to use with cvsup, and it contains a docs-all line, which is > >>used to update the doc repository. However, both of the books that I > >>have on FreeBSD state that the docs are contained in the /usr/doc > >>directory. No such directory exists in my 5.4 installation. Where > >>did that directory go? > > > >The docs-all collection fetches the documentation sources (SGML, XML and > >the Makefiles needed to build & format the docs). Are you sure it's > >this that you want? > > > >To tell you exactly where the doc sources have gone, we have to see the > >supfile though. > > Thanks for your reply. Here's the file: > > *default tag=3DRELENG_5_4_0_RELEASE > *default host=3Dcvsup1.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/home/ncvs > *default release=3Dcvs > *default delete use-rel-suffix > *default compress > src-all > ports-all > doc-all > www > cvsroot-all > > Except for adding the initial tag, I just copied this supfile from one > of the examples. It probably leaves a lot to be desired. > > Rem > Your cvsupfile should look like this: *default tag=3DRELENG_5_4_0_RELEASE *default host=3Dcvsup3.freebsd.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs *default compress *default delete use-rel-suffix src-all doc-all ports-all tag=3D. <----- Note the period That will update your local /usr/src, /usr/doc and /usr/ports. Ports always= =20 need to be tagged head otherwise cvsup will just delete your ports tree. Change *default host to a mirror close to you. You don't need www unless yo= u=20 plan on mirroring the freebsd website, nor do you need cvs-root. Enjoy, Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart1356337.yNLf9h4dXA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDH5iGVq19LUoGB+MRAgCFAJ4iS3aXvHC3uRVbgPTcR5TQLl3LrwCgl5IB 4FRL5xQCzeFgsxRLl3x3cTA= =P5GE -----END PGP SIGNATURE----- --nextPart1356337.yNLf9h4dXA-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 02:08:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D4716A41F for ; Thu, 8 Sep 2005 02:08:17 +0000 (GMT) (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 58CF843D46 for ; Thu, 8 Sep 2005 02:08:17 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 28657 invoked from network); 8 Sep 2005 12:08:11 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Sep 2005 12:08:11 +1000 Message-ID: <431F9D06.90001@meijome.net> Date: Thu, 08 Sep 2005 12:08:06 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jerod Prothe References: <431F3DF2.8010406@usd217.org> In-Reply-To: <431F3DF2.8010406@usd217.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: dns resolutions -- again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 02:08:18 -0000 Jerod Prothe wrote: > Hello all, hey there > I contacted this list a few weeks ago (got good responses - thanks) > but now it seems that other domains are still not getting refreshed. What evidence have you got to support this assumption? > I set my zone file refresh at 20m. Why is it that our domain > (usd217.org) gets recognized by other domains (example: acck.edu) but > not by my isp (pld.com). I called them to ask for them to clear their > cache but they seem unwilling and not responsive. if I were you, I'd document the problem really well, make doubly (triple) sure it IS their problem, get a ticket # with all the informatin from the ISP, and then keep calling them until you are on first name basis with each person in the call centre...and keep escalating till you talk to someone who realises that their spending time on the phone with you is mor expensive than fixing the problem. > The old server (otto) > should not be getting asked to handle mail, but unfortunately, others' > records seem to indicate that. How can I get this changed throughout > the internet? whois usd217.org shows your NS are: Name Server:GALLEY.USD217.ORG Name Server:OTTO.USD217.ORG otto doesn't seem to answer any NS queries : --- $ nslookup.exe - otto.usd217.org *** Can't find server name for address 209.42.72.250: Timed out DNS request timed out. timeout was 2 seconds. Default Server: UnKnown Address: 209.42.72.250 > usd217.org *** UnKnown can't find usd217.org: No response from server Server: UnKnown Address: 209.42.72.250 DNS request timed out. timeout was 2 seconds. > set timeout=20 > set type=mx > usd217.org *** UnKnown can't find usd217.org: No response from server Server: UnKnown Address: 209.42.72.250 DNS request timed out. timeout was 20 seconds. > ---- a) is it supposed to? b) if not, why have it as secondary NS at all? galley seems ok: -- $ nslookup.exe - galley.usd217.org Default Server: galley.usd217.org Address: 209.42.72.2 > set type=mx > usd217.org Server: galley.usd217.org Address: 209.42.72.2 DNS request timed out. timeout was 2 seconds. usd217.org MX preference = 5, mail exchanger = galley.usd217.org usd217.org nameserver = ns.usd217.org galley.usd217.org internet address = 209.42.72.2 ns.usd217.org internet address = 209.42.72.2 > --- now, to your ISP. I'm assuming they provide NS services to their clients using ns1.pld.com and ns2.pld.com $ nslookup.exe - ns1.pld.com Default Server: ns1.pld.com Address: 206.253.33.130 > set type=mx > usd217.org Non-authoritative answer: Server: ns1.pld.com Address: 206.253.33.130 usd217.org MX preference = 5, mail exchanger = galley.usd217.org usd217.org nameserver = ns.usd217.org galley.usd217.org internet address = 209.42.72.2 ns.usd217.org internet address = 209.42.72.2 > set type=ns > usd217.org Non-authoritative answer: Server: ns1.pld.com Address: 206.253.33.130 usd217.org nameserver = ns.usd217.org ns.usd217.org internet address = 209.42.72.2 ---- $ nslookup.exe - ns2.pld.com Default Server: ns2.pld.com Address: 206.253.33.131 > set type=mx > usd217.org Server: ns2.pld.com Address: 206.253.33.131 usd217.org MX preference = 5, mail exchanger = galley.usd217.org usd217.org nameserver = ns.usd217.org galley.usd217.org internet address = 209.42.72.2 ns.usd217.org internet address = 209.42.72.2 > set type=any > otto.usd217.org Non-authoritative answer: Server: ns2.pld.com Address: 206.253.33.131 otto.usd217.org internet address = 209.42.72.251 usd217.org nameserver = ns.usd217.org ns.usd217.org internet address = 209.42.72.2 ---- they seem to have the right information. now, IIRC, otto is doing nothing right? why don't you just give otto's IP to galley and see if that solves the problem? Otherwise, you may be having other problems at hand. Beto From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 02:27:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CC0116A41F for ; Thu, 8 Sep 2005 02:27:04 +0000 (GMT) (envelope-from nec020tar@yahoo.com.cn) Received: from web15905.mail.cnb.yahoo.com (web15905.mail.cnb.yahoo.com [202.165.103.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CC1C43D45 for ; Thu, 8 Sep 2005 02:27:03 +0000 (GMT) (envelope-from nec020tar@yahoo.com.cn) Received: (qmail 80727 invoked by uid 60001); 8 Sep 2005 02:16:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=PIYRYwxf9YtqB2FwlQ6tQaM/GMlwQIW+mP0yi6V0nfzgyrCf5d0AAbh9SYW3mly5Qpl491KfQnb2FhWOq7LOr4CDp0V/WyQpfOB2FhTuDbJ1/rxMWykzBH2t2DRtVazZZiTK4o/3oMQTzn8dT/hvTESNF2Ut08jNQ8zZ9qAODbA= ; Message-ID: <20050908021646.80725.qmail@web15905.mail.cnb.yahoo.com> Received: from [220.112.36.125] by web15905.mail.cnb.yahoo.com via HTTP; Thu, 08 Sep 2005 10:16:45 CST Date: Thu, 8 Sep 2005 10:16:45 +0800 (CST) From: jia liu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Subject: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 02:27:04 -0000 Sir: 1. I delete my src directory on 5.3-release(rm -fr) and was going to update to 5.4-release via source tree. 2. after cvsup, then buildworld, buildkernel, installkernel; finaly mergemaster, installworld on single user model. It seem everything is okay. 3. the problem happen after reboot. It is said '/etc/rc: WARNING: $ipfilter_enable is not set properly -see rc.conf(5)'...And it seems my hostname is 'Amnesiac', not as I typed in rc.conf. I tried to add or motiy some rc.conf by hand or by sysinstall. But it looks everything on rc.conf doesn't work. I want to know what is the problem. Thanks. ___________________________________________________________ ÑÅ»¢ÓÊÏ䳬ǿÔöÖµ·þÎñ£­2G³¬´ó¿Õ¼ä¡¢pop3ÊÕÐÅ¡¢ÎÞÏÞÁ¿ÓʼþÌáÐÑ http://cn.mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 02:40:07 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DEF16A41F for ; Thu, 8 Sep 2005 02:40:07 +0000 (GMT) (envelope-from letter2steve@yahoo.com) Received: from web51412.mail.yahoo.com (web51412.mail.yahoo.com [206.190.39.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 29CE643D45 for ; Thu, 8 Sep 2005 02:40:07 +0000 (GMT) (envelope-from letter2steve@yahoo.com) Received: (qmail 22526 invoked by uid 60001); 8 Sep 2005 02:40:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=RKcGWIUIcQ9WV+UJjoV33c9ahu5IkroT6QDh1wHZw8yOz28rdZHJ/gw8hYPr3mGPtjBWWPZborm4SO+hG6Q7ulySdvyLR9RR8Lqg670Kdgkeui+FVKmvfv49NMWsKn85lKwBY1Uulej6NzVE+87JuNisBHAyuFmN4RctDuSiMHQ= ; Message-ID: <20050908024006.22524.qmail@web51412.mail.yahoo.com> Received: from [70.31.42.107] by web51412.mail.yahoo.com via HTTP; Wed, 07 Sep 2005 19:40:06 PDT Date: Wed, 7 Sep 2005 19:40:06 -0700 (PDT) From: Steve Quinn To: maxime.paquin@gmail.com In-Reply-To: <62924f1c0509071613e26d53f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Interests in *BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 02:40:07 -0000 --- Maxime Paquin wrote: > Hello, I am part of a LUG or Linux Users Group at my school. Our goal is to > help spread free and open source software and operating systems. We are also > doing some kind of demonstrations where we install *Nix distributions and > show how to use them. The point is, we don't have broadband access and can't > download whole distros. What I (speaking for my LUG) would like to know, is > if you could send us at least one copy of FreeBSD and/or OpenBSD and/or > NetBSD. We aren't asking for a lot, only a copy would be enough since we > could pass it to each other so everybody can try it and understand how it > works. > > If you are interested in sending us a copy of a *BSD, please send it to: > > Maxime Paquin - Valleyfield LUG > 149 Armand Ouest, Valleyfield > Quebec, Canada > J6S 2L4 > > Thank you very much in advance, > > Maxime Paquin Hi Maxime I'm from Toronto, Canada. It wouldn't take much effort for me to create/send you a few CD's. How about FreeBSD 4.11 and 5.4? I found DesktopBSD (http://www.desktopbsd.net/) pretty slick as well. It would be cool to throw that one in the mix. If by now you haven't already sourced your FreeBSD CD's, feel free to email me back and I'll start burning media and lickin stamps Take care Steve Quinn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 02:40:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415D916A41F for ; Thu, 8 Sep 2005 02:40:42 +0000 (GMT) (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 8E87043D46 for ; Thu, 8 Sep 2005 02:40:41 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 29563 invoked from network); 8 Sep 2005 12:40:41 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Sep 2005 12:40:40 +1000 Message-ID: <431FA4A4.5070908@meijome.net> Date: Thu, 08 Sep 2005 12:40:36 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jia liu References: <20050908021646.80725.qmail@web15905.mail.cnb.yahoo.com> In-Reply-To: <20050908021646.80725.qmail@web15905.mail.cnb.yahoo.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 02:40:42 -0000 jia liu wrote: > Sir: > > 1. I delete my src directory on 5.3-release(rm -fr) > and was going to update to 5.4-release via source > tree. > 2. after cvsup, then buildworld, buildkernel, > installkernel; finaly mergemaster, installworld on > single user model. It seem everything is okay. > 3. the problem happen after reboot. It is said > '/etc/rc: WARNING: $ipfilter_enable is not set > properly -see rc.conf(5)'...And it seems my hostname > is 'Amnesiac', not as I typed in rc.conf. I tried to > add or motiy some rc.conf by hand or by sysinstall. > But it looks everything on rc.conf doesn't work. > > I want to know what is the problem. Thanks. could you please post the content of rc.conf please? btw, you dont need to delete the src tree to upgrade...cvsup will take longer downloading all the files rather than the changes only (though it wont have to compare the files....hmm) beto From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 02:48:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BEFD16A41F for ; Thu, 8 Sep 2005 02:48:27 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16E443D45 for ; Thu, 8 Sep 2005 02:48:26 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so956589nzd for ; Wed, 07 Sep 2005 19:48:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=hc5s/gJAVjY0/6CVBvjJH/v43Oa5MjNyISuyKnEkRiu5PtzLgX5paZlWBVaxleVCcPAFG9esh/O19cuElI8mnAZFGJycn0llwhOYkhWAA6hWJKev1fLlPGKRwPxXPcYAk3tW/uW35XusIFlZtT8em9rU1/yMAde0wvTNxb7cUk8= Received: by 10.36.120.1 with SMTP id s1mr7332315nzc; Wed, 07 Sep 2005 19:48:26 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id m1sm1489002nzf.2005.09.07.19.48.23; Wed, 07 Sep 2005 19:48:26 -0700 (PDT) From: Yuan Jue Organization: TsingHua Univ. To: Steve Quinn Date: Thu, 8 Sep 2005 10:52:45 +0800 User-Agent: KMail/1.8.2 References: <20050908024006.22524.qmail@web51412.mail.yahoo.com> In-Reply-To: <20050908024006.22524.qmail@web51412.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509081052.45708.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Interests in *BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 02:48:27 -0000 On Thursday 08 September 2005 10:40, Steve Quinn wrote: > Hi Maxime > > I'm from Toronto, Canada. > It wouldn't take much effort for me to create/send you a few CD's. > How about FreeBSD 4.11 and 5.4? > I found DesktopBSD (http://www.desktopbsd.net/) pretty slick as well. > It would be cool to throw that one in the mix. > If by now you haven't already sourced your FreeBSD CD's, feel free to email > me back and I'll start burning media and lickin stamps > > Take care > > Steve Quinn Nice man :) -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 03:13:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3133016A41F for ; Thu, 8 Sep 2005 03:13:10 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: from vfemail.net (miwi2dsl-a234.wi.tds.net [216.170.248.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32F043D45 for ; Thu, 8 Sep 2005 03:13:09 +0000 (GMT) (envelope-from akbeech@gmail.com) Received: (qmail 81961 invoked by uid 85); 8 Sep 2005 03:13:05 -0000 Received: from akbeech@gmail.com by mail.vfemail.net by uid 0 with qmail-scanner-1.16 (clamscan: 0.75.1. spamassassin: 2.63. Clear:. Processed in 1.370146 secs); 08 Sep 2005 03:13:05 -0000 Received: from unknown (HELO ?192.168.2.200?) (alaska@vfemail.net@209.124.141.64) by miwi2dsl-a234.wi.tds.net with RC4-MD5 encrypted SMTP; 8 Sep 2005 03:13:04 -0000 From: Beecher Rintoul Organization: NorthWind Communications To: freebsd-questions@freebsd.org User-Agent: KMail/1.8.2 References: <431F85D8.2090209@comcast.net> <200509071748.54217.akbeech@gmail.com> <431FA313.5090708@comcast.net> In-Reply-To: <431FA313.5090708@comcast.net> MIME-Version: 1.0 Date: Wed, 7 Sep 2005 19:12:52 -0800 Content-Type: multipart/signed; boundary="nextPart7933427.m8Om66xfin"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200509071913.04684.akbeech@gmail.com> Subject: Re: Thanks... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 03:13:10 -0000 --nextPart7933427.m8Om66xfin Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 07 September 2005 06:33 pm, Rem Roberti wrote: > Beecher Rintoul wrote: > >On Wednesday 07 September 2005 05:08 pm, Rem Roberti wrote: > >>Giorgos Keramidas wrote: > >>>On 2005-09-07 17:29, Rem Roberti wrote: > >>>>Thanks to all that answered my questions about xterm. > >>>> > >>>>One more question and then I'll quit for the day. I have created a > >>>>cvsupfile to use with cvsup, and it contains a docs-all line, which is > >>>>used to update the doc repository. However, both of the books that I > >>>>have on FreeBSD state that the docs are contained in the /usr/doc > >>>>directory. No such directory exists in my 5.4 installation. Where > >>>>did that directory go? > >>> > >>>The docs-all collection fetches the documentation sources (SGML, XML a= nd > >>>the Makefiles needed to build & format the docs). Are you sure it's > >>>this that you want? > >>> > >>>To tell you exactly where the doc sources have gone, we have to see the > >>>supfile though. > >> > >>Thanks for your reply. Here's the file: > >> > >>*default tag=3DRELENG_5_4_0_RELEASE > >>*default host=3Dcvsup1.FreeBSD.org > >>*default base=3D/var/db > >>*default prefix=3D/home/ncvs > >>*default release=3Dcvs > >>*default delete use-rel-suffix > >>*default compress > >>src-all > >>ports-all > >>doc-all > >>www > >>cvsroot-all > >> > >>Except for adding the initial tag, I just copied this supfile from one > >>of the examples. It probably leaves a lot to be desired. > >> > >>Rem > > > >Your cvsupfile should look like this: > > > >*default tag=3DRELENG_5_4_0_RELEASE > >*default host=3Dcvsup3.freebsd.org > >*default base=3D/usr > >*default prefix=3D/usr > >*default release=3Dcvs > >*default compress > >*default delete use-rel-suffix > >src-all > >doc-all > >ports-all tag=3D. <----- Note the period > > > >That will update your local /usr/src, /usr/doc and /usr/ports. Ports > > always need to be tagged head otherwise cvsup will just delete your por= ts > > tree. Change *default host to a mirror close to you. You don't need www > > unless you plan on mirroring the freebsd website, nor do you need > > cvs-root. > > > >Enjoy, > > > >Beech > > Thanks very much, Beech. As you can tell, this is all new to me. Once > having run cvsup with the above supfile, do I then have to do something > with the cvs command? No, running cvsup with that cvsupfile will update all of your local sources= =2E=20 You might want to delete /home/ncvs as that is taking up a lot of disc spac= e=20 and you don't need it unless you're planning to run your own cvs mirror, or= =20 you're planning on tracking multiple branches. Just stick with cvsup, it's= =20 much easier to use than CVS. Take a look at the handbook. It has a lot of=20 info pertaining to what your doing. You might want to be tracking RELENG_5 as your default tag. That's the 5-stable branch which will contain bug fixe= s=20 etc that are not in the release. RELENG_5_4_0 is just a snapshot of that=20 release with only security updates. Always read /usr/src/UPDATING before=20 building / installing it will save you from potential gotyas. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - System Administrator - akbeech@gmail.com /"\ ASCII Ribbon Campaign | NorthWind Communications \ / - NO HTML/RTF in e-mail | 201 East 9th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \=20 =2D------------------------------------------------------------------------= =2D------------- --nextPart7933427.m8Om66xfin Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDH6xAVq19LUoGB+MRAmBMAKCk1sK/5WjHmNT2H99C1IX8+fs0sgCcDOpa ebHbKMkgWx6VR1Oj40udEyw= =Sbyq -----END PGP SIGNATURE----- --nextPart7933427.m8Om66xfin-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 03:49:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA81616A41F for ; Thu, 8 Sep 2005 03:49:12 +0000 (GMT) (envelope-from hoyimtang@yahoo.com) Received: from web35803.mail.mud.yahoo.com (web35803.mail.mud.yahoo.com [66.163.179.172]) by mx1.FreeBSD.org (Postfix) with SMTP id 6343643D45 for ; Thu, 8 Sep 2005 03:49:12 +0000 (GMT) (envelope-from hoyimtang@yahoo.com) Received: (qmail 94935 invoked by uid 60001); 8 Sep 2005 03:49:11 -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=E8VWTQcJw9UmvUzGOAPFdC15ReLTX3HGbaWFVeJHyfeW3RiKQ1JH6XsWhkKon7rjzXHFSAO8sLn5AMTbS1025aFDaQiclk3yX1E/VYediSg392VB7s/lQ52RY4icJjzbMA5qXfzSmnRx7mmnNPJ3Wv9jyk+zDmkE0uqJt0LXRNg= ; Message-ID: <20050908034911.94933.qmail@web35803.mail.mud.yahoo.com> Received: from [210.6.198.228] by web35803.mail.mud.yahoo.com via HTTP; Wed, 07 Sep 2005 20:49:11 PDT Date: Wed, 7 Sep 2005 20:49:11 -0700 (PDT) From: Tang Ho Yim To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pppoe session in wrong state X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 03:49:13 -0000 I just install FreeBSD 5.4 i386, follow the handbook and setup the pppoe internet connection. It seem ok but when I "ppp -ddial profile", I got some error messages "session in wrong state". The ppp.conf & rc.conf just as same as the handbook, so anyone get the idea what is it ? Thanks ! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 04:09:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F63716A41F for ; Thu, 8 Sep 2005 04:09:46 +0000 (GMT) (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 C6D7C43D48 for ; Thu, 8 Sep 2005 04:09:45 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 31038 invoked from network); 8 Sep 2005 14:09:45 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Sep 2005 14:09:44 +1000 Message-ID: <431FB983.7070105@meijome.net> Date: Thu, 08 Sep 2005 14:09:39 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jia liu , FreeBSD Questions References: <20050908034517.33403.qmail@web15910.mail.cnb.yahoo.com> In-Reply-To: <20050908034517.33403.qmail@web15910.mail.cnb.yahoo.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 8bit Cc: Subject: Re: rc.conf doesn't work after FreeBSD was updated from 5.3 to 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 04:09:46 -0000 jia liu wrote: > --- Norberto Meijome дµÀ: [...] please copy the list so others can help and the solution archived for others to see. > > Here is my rc.conf: > #--sysinstall generated deltas--# Thu Sep 8 2005 > ifconfig_dc0:"inet 192.168.0.3 netmask 255.255.255.0" looks ok to me > defaultrouter="192.168.0.1" > hostname="test.com" this should be hostname="something.test.com" > > And I tested that, even I rm /etc/rc.conf, the problem > happens as before. yeah, deleting the main config file will not really fix anything. that's a M$ solution ;) > When I 'ifconfig', see like these: > dc0: flags=108802<...> mtu 1500 > options=8 > media:Ethernet autoselect > Status:active not sure why, sorry.(is that the exact output?) btw, if you want your firewall to be setup, u need to set firewall_enable="YES" and ipfilter_enable="YES" if you use ipf Beto From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 04:35:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5412816A41F for ; Thu, 8 Sep 2005 04:35:02 +0000 (GMT) (envelope-from cinonets@yahoo.com) Received: from web33401.mail.mud.yahoo.com (web33401.mail.mud.yahoo.com [68.142.206.133]) by mx1.FreeBSD.org (Postfix) with SMTP id D1E0B43D46 for ; Thu, 8 Sep 2005 04:35:01 +0000 (GMT) (envelope-from cinonets@yahoo.com) Received: (qmail 24499 invoked by uid 60001); 8 Sep 2005 04:35:01 -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=VnkAqr2GhgXs4VRdZfjc7HW88fIVM/kM5lfZC22SEV5qbtFSYLwXPQph3YmV7+81QpqwyFrPUhdXRA2KxsqSHRHYnAYVsLoLqg1km3lxKT/EcJeCEXWlNptrNCFIlQYSVoYSosyprArXnwOhPz7mUNc6ky7aE9lwyhA+Ormu6R4= ; Message-ID: <20050908043501.24497.qmail@web33401.mail.mud.yahoo.com> Received: from [218.111.189.36] by web33401.mail.mud.yahoo.com via HTTP; Wed, 07 Sep 2005 21:35:01 PDT Date: Wed, 7 Sep 2005 21:35:01 -0700 (PDT) From: abik no To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: i want to know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 04:35:02 -0000 i have some problem here. i want to know how grafic card transfer picture, video or anything from that grafic card to the monitor. it's important to me to know that. --------------------------------- Click here to donate to the Hurricane Katrina relief effort. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 05:44:24 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC1416A41F for ; Thu, 8 Sep 2005 05:44:24 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2692243D45 for ; Thu, 8 Sep 2005 05:44:24 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id A001A33011A; Wed, 07 Sep 2005 22:45:37 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id ABAF84E800D0; Wed, 07 Sep 2005 13:21:03 -0700 From: "Chris St Denis" To: Date: Wed, 7 Sep 2005 13:21:18 -0700 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcWz6bRPYdBy+mETT6GQVE72Yt61Og== Message-Id: <200509071321421.SM00832@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: NOLEGITCONTENT: No content unique to legitimate E-mail detected. X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: D4baf84e800d0c4a0.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 6. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], NOLEGITCONTENT [0], SPAMHEADERS [0], CMDSPACE [5] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Odd SU output? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 05:44:24 -0000 While being away from work for a week, some odd output appeared on my su comment. %su otp-md5 497 pe2119 ext Password: Has my server been rooted or something? Or did I (or somebody else) just change some configuration variable? From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 06:29:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32EE316A41F for ; Thu, 8 Sep 2005 06:29:11 +0000 (GMT) (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 BB52843D45 for ; Thu, 8 Sep 2005 06:29:10 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 2395 invoked from network); 8 Sep 2005 16:29:10 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Sep 2005 16:29:09 +1000 Message-ID: <431FDA2C.1040007@meijome.net> Date: Thu, 08 Sep 2005 16:29:00 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: abik no References: <20050908043501.24497.qmail@web33401.mail.mud.yahoo.com> In-Reply-To: <20050908043501.24497.qmail@web33401.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [OT] i want to know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 06:29:11 -0000 abik no wrote: > i have some problem here. i want to know how grafic card transfer picture, video or anything from that grafic card to the monitor. it's important to me to know that. > Google for 'vga standard'... you should get tons of links... for example: http://www.firingsquad.com/guides/hiwdisplay/page6.asp (and yes, that answer, 'google first' probably applies to lots of other questions ;) ) best, beto From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 07:22:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA6916A41F for ; Thu, 8 Sep 2005 07:22:01 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B829A43D45 for ; Thu, 8 Sep 2005 07:22:00 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id A6E1AC1011A; Thu, 08 Sep 2005 00:23:13 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id ADA33410126; Wed, 07 Sep 2005 15:45:55 -0700 From: "Chris St Denis" To: "'Scott W'" , Date: Wed, 7 Sep 2005 15:46:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <431B418E.5080605@mindcore.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcWxgaEAHj5uLx6nQNeIGKD1KHQl/wCfBS3Q Message-Id: <200509071545484.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@aebc.com" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000021e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: D6da3034101260d56.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: freebsd-questions@freebsd.org Subject: RE: and the winner is... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 07:22:01 -0000 a. I am hoping to see this fixed in 6.x b. This I agree with. As a desktop client FreeBSD still needs work. c. sysutils/portaudit -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Scott W Sent: Sunday, September 04, 2005 11:49 AM To: mcarugno@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: and the winner is... Mario Carugno wrote: > I there, i was trying freebsd for a while, and comparing it against > debian/linux. > The winner was Debian by far... Freebsd could be stable, but it is not > faster... and Debian is far much more 'usable'. > Freebsd package installation is very laborious compared with Debian's apt > system. I have to search in each CD, know dependences,... > X configuration is hard too when the autodetected configuration doesn't > works... > I think fbsd is good, but needs some user facilities. > _______________________________________________ > 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" > Lame. Care to actually _back up_ your statement with something substantial? cvsup and ports is the best package management system I've seen yet in it generally 'just works right.' That statement is made with 12 years of Linux experience, as well as Solaris and other *nixes. For a server system, FreeBSD is really hard to beat. The closest might be Gentoo, but their portage (based on BSD ports) system isn't as consistently stable as BSD ports (meaning things break more often). As it's not a _great_ idea IMO to even have build tools (gcc and toolchain) on a production server, it's not a bad idea to have a seperate build host somewhere, but that applies equally to any system, and you also have the option to go with binary packages. Let me know how the following goes for you with Deb or other Linux distro besides gentoo- install PHP or apache with _only_ the options that you want/need. Oh right....you can't, without compiling from source, at which point you've lost your 'package management.' Oops? Read the Handbook, try to get enough of a clue to understand it, use it for a month, and then come back with a statement you can back up. Otherwise....piss off. The only 'real' gripes I've got with FreeBSD are: a. thread performance - from what I've seen, still lags behind Linux (mysql benchmarks show this to be true at leat for 5-STABLE). b. desktop BSD 'out of box experience'- mixed, as BSD is primarily a server OS, but with 'roll your own' capabilities...oh, and there are now two 'desktop BSD' type projects. So not really a gripe, but can see someone complaining about it a bit, if they don't find the Dekstop BSD project. c. security patch notification system (may exist now?). Yes, you can get emails from the security ML, but now quite the same as for example, 'smpatch analyze' on Solaris 9/10. This could be argued that's _exactly_ what rel-STABLE is, however, so again, not a real issue, although a user friendly (for people using as a desktop OS) tool would be of benefit. Geeze, compared to my gripes against Linux and *nix distros. these are really pretty damned trivial. If thread performance comes up to par with Linux, FreeBSD has a very good chance of becoming my choice for 'personal *nix' (ie, my primary workstation, laptops, etc) over Gentoo. Scott _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 07:54:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD8716A41F for ; Thu, 8 Sep 2005 07:54:23 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DA543D46 for ; Thu, 8 Sep 2005 07:54:22 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1EDHE0-0001Jj-Ab; Thu, 08 Sep 2005 11:53:36 +0400 Message-ID: <431FEDF7.9060308@speechpro.com> Date: Thu, 08 Sep 2005 11:53:27 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris St Denis , freebsd-questions@freebsd.org References: <200509071321421.SM00832@chris> In-Reply-To: <200509071321421.SM00832@chris> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: Odd SU output? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 07:54:23 -0000 Chris St Denis wrote: >While being away from work for a week, some odd output appeared on my su >comment. > > > >%su >otp-md5 497 pe2119 ext >Password: > > You have enable One Time Passwords (OTP) in your PAM configuration, so now you can use regular root password or you can calculate answer (password) from this text. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 08:34:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92FA716A41F for ; Thu, 8 Sep 2005 08:34:34 +0000 (GMT) (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 0428443D53 for ; Thu, 8 Sep 2005 08:34:33 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (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 j888adb30480; Thu, 8 Sep 2005 01:36:39 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Parv" , "f-q" Date: Thu, 8 Sep 2005 01:34:31 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20050908004546.GA10858@holestein.holy.cow> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Importance: Normal Cc: Subject: RE: Review of "An Illustrated Guide to IPSec"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 08:34:34 -0000 IPsec? I thought you were taling about IPsex! Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Parv >Sent: Wednesday, September 07, 2005 5:46 PM >To: f-q >Subject: OT: Review of "An Illustrated Guide to IPSec"? > > >To this IPSec ignorant but quite interested in the subject, this >seems like a good reference ... > > http://www.unixwiz.net/techtips/iguide-ipsec.html > > >To those who are versed in the topic, how does it look? > > > - Parv > >-- > >_______________________________________________ >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" > >-- >Internal Virus Database is out-of-date. >Checked by AVG Anti-Virus. >Version: 7.0.344 / Virus Database: 267.10.18/86 - Release Date: >8/31/2005 > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 08:53:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 792B316A41F; Thu, 8 Sep 2005 08:53:27 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C0943D5E; Thu, 8 Sep 2005 08:53:23 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id AC4CB4A011A; Thu, 08 Sep 2005 01:54:36 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AFE37E10116; Wed, 07 Sep 2005 17:03:47 -0700 From: "Chris St Denis" To: "'Vizion'" , "'Kevin Kinsey'" Date: Wed, 7 Sep 2005 17:04:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <200509071032.15513.vizion@vizion.occoxmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcWz0wAJuyb+BJXzQ3GKocTeRHG+/gANaYzA Message-Id: <200509071703875.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000021e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: D7fe307e1011654c5.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: freebsd-apache@freebsd.org, freebsd-questions@freebsd.org Subject: RE: php --with apache error log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 08:53:27 -0000 Looks like you are mixing debug and non-debug builds of php. Do a port update to make sure your makefile is clean. Deinstall php and all of the modules. Reinstall php Reinstall the modules. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Vizion Sent: Wednesday, September 07, 2005 10:32 AM To: Kevin Kinsey Cc: freebsd-apache@freebsd.org; freebsd-questions@freebsd.org Subject: Re: php --with apache error log On Wednesday 07 September 2005 08:54, the author Kevin Kinsey contributed to the dialogue on- Re: php --with apache error log: >Vizion wrote: >>I tried changing to : >>extension_dir = //usr/local/lib/php/20041030 >>but that made no difference --still got the same error: >>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20041030-debug/pcre.so' - Cannot open >>"/usr/local/lib/php/20041030-debug/pcre.so" >>Unknown(0) : Warning - PHP Startup: Unable to load dynamic library >>'/usr/local/lib/php/20041030-debug/xml.so' - Cannot open >>"/usr/local/lib/php/20041030-debug/xml.so" >> >>Puzzled >> >>david > >I suspect that a call to phpinfo() would reveal that you >built a debug build? Never having done this myself, I >can't say exactly what you'd want to do to fix it; however, >an obvious kluge would be to create the directory >it seems to want to have, and copy the object files to it. > >Kevin Kinsey I am sure you are right -- maybe there is something odd in the Makefile.. I wonder if the debug build version of xml.so and pcre.so are identical? Umph.. I will change the directories,as you suggest.. and see what happens - in the meantime I will make a bug report david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 09:16:35 2005 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 9F01D16A41F for ; Thu, 8 Sep 2005 09:16:35 +0000 (GMT) (envelope-from mark.ruggles@lcn.com) Received: from smtp.lcn.biz (smtp2.lcn.com [83.244.130.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F8C43D4C for ; Thu, 8 Sep 2005 09:16:34 +0000 (GMT) (envelope-from mark.ruggles@lcn.com) Received: from [83.244.151.171] (helo=[83.244.151.171]) by smtp.lcn.biz with esmtpa (Exim 4.43) id 1EDIck-00070k-TE; Thu, 08 Sep 2005 10:23:14 +0100 Message-ID: <43200167.7050209@lcn.com> Date: Thu, 08 Sep 2005 10:16:23 +0100 From: Mark Ruggles User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Running Program memory limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 09:16:35 -0000 Hi Guys, I'm using the pan newsreader in FreeBSD 6.0-BETA2 #0 build from ports. Pan operates normally on small newsgroups with not to many articles, however if i try to load a group with 1000000+ articles (my servers have good retention) Pan seems to bomb out completely whilst loading the groups articles, giving no errors or warnings. Memory usage for the process is high upto ~500meg RAM at any one time when loading the group. Has the Kernel reached a theoretical limit for the size of a process and killed it off? If so can this behaviour be changed at all? thanks Mark From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 09:33:39 2005 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 84E6316A41F for ; Thu, 8 Sep 2005 09:33:39 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA7E43D53 for ; Thu, 8 Sep 2005 09:33:38 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j889Xb11029944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 02:33:38 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050908022538.058ac010@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 08 Sep 2005 02:33:21 -0700 To: Mark Ruggles , FreeBSD Questions From: Glenn Dawson In-Reply-To: <43200167.7050209@lcn.com> References: <43200167.7050209@lcn.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Running Program memory limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 09:33:39 -0000 At 02:16 AM 9/8/2005, Mark Ruggles wrote: >Hi Guys, > >I'm using the pan newsreader in FreeBSD 6.0-BETA2 #0 build from >ports. Pan operates normally on small newsgroups with not to many >articles, however if i try to load a group with 1000000+ articles >(my servers have good retention) Pan seems to bomb out completely >whilst loading the groups articles, giving no errors or warnings. > >Memory usage for the process is high upto ~500meg RAM at any one >time when loading the group. > >Has the Kernel reached a theoretical limit for the size of a process >and killed it off? > >If so can this behaviour be changed at all? How much RAM is in your system, and how big is your swap file? If you have RAM and swap to back it up, a user process has 3GB of address space available to it. You can alter that by changing KVA_PAGES in your kernel config, but it doesn't sound like that's what your problem is. -Glenn >thanks > >Mark >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 09:40:59 2005 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 B5A7616A41F for ; Thu, 8 Sep 2005 09:40:59 +0000 (GMT) (envelope-from mark.ruggles@lcn.com) Received: from smtp.lcn.biz (smtp2.lcn.com [83.244.130.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E1CB43D45 for ; Thu, 8 Sep 2005 09:40:59 +0000 (GMT) (envelope-from mark.ruggles@lcn.com) Received: from [83.244.151.171] (helo=[83.244.151.171]) by smtp.lcn.biz with esmtpa (Exim 4.43) id 1EDJ0J-0002hL-H2; Thu, 08 Sep 2005 10:47:35 +0100 Message-ID: <4320071C.3080601@lcn.com> Date: Thu, 08 Sep 2005 10:40:44 +0100 From: Mark Ruggles User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Glenn Dawson References: <43200167.7050209@lcn.com> <6.2.3.4.2.20050908022538.058ac010@cobalt.antimatter.net> In-Reply-To: <6.2.3.4.2.20050908022538.058ac010@cobalt.antimatter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Running Program memory limit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 09:40:59 -0000 The system is a Dell Xps gen 2 Laptop with 2 gig RAM 998meg free in swap, output of df -h: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s3a 248M 77M 151M 34% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s3e 496M 4.5M 452M 1% /tmp /dev/ad0s3f 19G 10G 6.9G 60% /usr /dev/ad0s3d 496M 50M 406M 11% /var the interesting thing is that the same thing happens when using mozilla thunderbird to do the same thing... Glenn Dawson wrote: > At 02:16 AM 9/8/2005, Mark Ruggles wrote: > >> Hi Guys, >> >> I'm using the pan newsreader in FreeBSD 6.0-BETA2 #0 build from ports. >> Pan operates normally on small newsgroups with not to many articles, >> however if i try to load a group with 1000000+ articles (my servers >> have good retention) Pan seems to bomb out completely whilst loading >> the groups articles, giving no errors or warnings. >> >> Memory usage for the process is high upto ~500meg RAM at any one time >> when loading the group. >> >> Has the Kernel reached a theoretical limit for the size of a process >> and killed it off? >> >> If so can this behaviour be changed at all? > > > How much RAM is in your system, and how big is your swap file? > > If you have RAM and swap to back it up, a user process has 3GB of > address space available to it. You can alter that by changing KVA_PAGES > in your kernel config, but it doesn't sound like that's what your > problem is. > > -Glenn > > >> thanks >> >> Mark >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 09:47:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 588BF16A41F for ; Thu, 8 Sep 2005 09:47:00 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web41002.mail.yahoo.com (web41002.mail.yahoo.com [66.218.93.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C5F043D49 for ; Thu, 8 Sep 2005 09:47:00 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 68963 invoked by uid 60001); 8 Sep 2005 09:46:59 -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=iYQNvIqotjQVxRF+z8wG3Ys1B2L6YHLNWO0Ba+ud//m8Bny8O78lznt+KukxKcxQzSXNWUnZOIo6PFP0yeG5qtgBlFqzy8RN6EiAcqKg1aDd/8X1/VcPPmiMIqLSmxNEfwbJJx69U366rntGzzBrKx1naV1fxE6PyqXMsED4tpI= ; Message-ID: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Received: from [210.18.143.69] by web41002.mail.yahoo.com via HTTP; Thu, 08 Sep 2005 10:46:59 BST Date: Thu, 8 Sep 2005 10:46:59 +0100 (BST) From: Deepak Naidu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Porting from LInux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 09:47:00 -0000 Hi, I am trying to migrate my mail servers from Fedora core 3 to FreeBSD 5.4, due to performance issue. Had few questions. 1)Which is the suitable filesystem ie UFS2, Ext2 etc... for mailing server. I used raiserfs in linux. Which File System's are supported in FreeBSD 5.4 and which is stable for mailing system. How do i enable them in kernel. 2)How to i find memory, cpu information in freebsd, apart from TOP. In linux we have free and /pro/cpuinfo. I dont see any files under /proc 3) Is SMP support enabled in FreeBSD 5.4, or should I recompile the kernel for the support(what kernel arguments should I use). Regards, Deepak Naidu. ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 10:25:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC6116A41F for ; Thu, 8 Sep 2005 10:25:18 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AB343D46 for ; Thu, 8 Sep 2005 10:25:18 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so1212665wra for ; Thu, 08 Sep 2005 03:25:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=AwXelBlYfBqWmbQJd9pRmT9F3S4UIUfZeA5fCiYcefa8WvPME37SMtctTWOXQAciuyzUUvvNE9ZOTkzN2YVZvIV9+h7TbIXrMS2MGS2/xnfCL0yiYwysEBw+FoHqHDhbRfo6K6FlEqmcZnn0MRFW2WmRMkChA+dy9DJjVh9l+QE= Received: by 10.54.32.69 with SMTP id f69mr5933285wrf; Thu, 08 Sep 2005 03:25:17 -0700 (PDT) Received: from ?127.0.0.1? ( [59.93.243.180]) by mx.gmail.com with ESMTP id 38sm12258433wrl.2005.09.08.03.25.15; Thu, 08 Sep 2005 03:25:17 -0700 (PDT) Message-ID: <43201185.5070204@gmail.com> Date: Thu, 08 Sep 2005 15:55:09 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Deepak Naidu References: <20050908094659.68961.qmail@web41002.mail.yahoo.com> In-Reply-To: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Porting from LInux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 10:25:18 -0000 Deepak Naidu sat at his 'puter and typed on 9/8/2005 15:16: >Hi, > > Hello :-), > I am trying to migrate my mail servers from Fedora >core 3 to FreeBSD 5.4, due to performance issue. > Cool! Go for it :-) >1)Which is the suitable filesystem ie UFS2, Ext2 >etc... >for mailing server. I used raiserfs in linux. Which >File System's are supported in FreeBSD 5.4 and which >is stable for mailing system. How do i enable them in >kernel. > > The native filesystem for FreeBSD 5.x and above is UFS2 which performs exceptionally well IMHO. Reiserfs also has support in FBSD although readonly only. Just something off topic, did you have any reasons for using ReiserFS in Linux and not use EXT2/3? >2)How to i find memory, cpu information in freebsd, >apart from TOP. In linux we have free and >/pro/cpuinfo. I dont see any files under /proc > > what information do you need that top does not provide? You can try sysctl -a | more and analyse all the kernel runtime variables. >3) Is SMP support enabled in FreeBSD 5.4, or should I >recompile the kernel for the support(what kernel >arguments should I use). > > No SMP by default is not there in the stock kernel. However you can boot up your SMP box with the stock kernel and cimpile SMP support in it. Refer to the handbook for the kernel parameters. Also have a look at /usr/src/sys//conf/GENERIC and /usr/src/sys//conf/NOTES for examples where is your architecture (i386,amd64,etc) Welcome to the world of FreeBSD. Thanks S. -- -----------------+------------------------------------------------- | Subhro Sankha Kar \ / | GSM: +919831064613 Egold: 2078232 \./ | MSN:subhro@subhro.org -- Yahoo: subhro82 (0Y0) | ICQ: 203567534 -- AIM: bsdboy1982 --ooO--(_)--Ooo--+------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 11:51:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E7916A41F; Thu, 8 Sep 2005 11:51:32 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9379643D48; Thu, 8 Sep 2005 11:51:31 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id DE1153000C2F; Thu, 8 Sep 2005 13:51:29 +0200 (CEST) Message-ID: <43202588.9030903@mail.uni-mainz.de> Date: Thu, 08 Sep 2005 13:50:32 +0200 From: "O. Hartmann" Organization: Institut =?ISO-8859-1?Q?f=FCr_Geophysik?= User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Malachi_de_=C6lfweald?= References: <431D90E1.1030105@mail.uni-mainz.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 11:51:32 -0000 Hello. Are you really sure the onboard Sil SATA controller supports SATA II? When I studied the handbook of both motherboards, the A8N-SLI Deluxe and A8N-SLI Premium I found both motherboards are idetically equipted with the *not* SATA II capable SilI3114 SATA controller. By the way, as I know, the second SATA controller is attached via the PCI32 bus, not via PCIe! That means (in my opinion) there is no benefit using this controller. It is more a marketing GAG than a serious add-on. RAID5 performance of ICH7R and SilI is said to be very, very poor (about 10 MB/s read/write performance), so what benefit I do have using this controller with it's senseless 'capabilities' and non-PCIe attachment? This is only a thought based on my personal available informations and maybe wrong ... Oliver Malachi de Ælfweald wrote: > I have noticed the same thing with the onboard Silicon Image controller. > I am using the A8N-SLI Premium. I am using the Silicon Image controller > instead of the nForce4 controller because it specifically said SATAII > and said it supported RAID5 (whereas the nForce did not support RAID5). > However, on boot it recognizes it as SATA150 (which should be SATA300). > > Malachi > > On 9/6/05, *O. Hartmann* > wrote: > > Hello. > I have a little question about the popular nForce4-SLI chipset for the > Socket 939 platform. The onboard SATA controller of the nForce4-SLI > chipset claims to be NCQ (or SATA II) capable, but nVidia implemented > this feature in a not-AHCI-standardised way, but as an own solution. My > question is: Is the FBSD 6.X driver for the nForce4-SLI chipset capable > of using NCQ (as I know, the driver has to enable NCQ and it's not done > automatically by the harddrive-controller interaction). > > Thanks in advance, > Oliver > _______________________________________________ > freebsd-questions@freebsd.org > mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org > " > > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 11:55:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF74116A421 for ; Thu, 8 Sep 2005 11:55:54 +0000 (GMT) (envelope-from prosa@pro.sk) Received: from ns.pro.sk (proxy.pro.sk [212.55.244.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5B443D45 for ; Thu, 8 Sep 2005 11:55:53 +0000 (GMT) (envelope-from prosa@pro.sk) Received: from peter (Peter [192.168.1.53]) by ns.pro.sk (8.13.1/8.13.1) with SMTP id j88Btqhf095794 for ; Thu, 8 Sep 2005 13:55:52 +0200 (CEST) (envelope-from prosa@pro.sk) Message-ID: <00f101c5b46c$2da6f030$3501a8c0@pro.sk> From: "Peter Rosa" To: "FreeBSD Questions" Date: Thu, 8 Sep 2005 13:55:16 +0200 X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (ns.pro.sk [192.168.1.1]); Thu, 08 Sep 2005 13:55:52 +0200 (CEST) Subject: IPFW2+NATD stateful rules VS. FTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 11:55:55 -0000 Hello everybody, please can anybody help me with ipfw rules? My machine is acting as firewall/router/www-proxy/ftp-proxy for small LAN. It does not work as ftp-server. I set my ipfw2 rules exactly as in section "25.6.5.7 An Example NAT and Stateful Ruleset" Ex.2 from handbook. Everything works well except miserable ftp. I just installed ports/jftpgw to be an transparent proxy for internal LAN but still without success. I understand all rules in those example, but I do not know where should I place fwd rule(s). Ftp depends on two ports 20 and 21. So i assume there should be two fwd rules semewhere in the ruleset. Please, where should I place those rules? Or is it better to use /etc/nad.conf to redirect all incomming connections on ports 20 and 21 to localhost? Any help is *very* appreciated :-) Peter Rosa P.S. Please consider adding such rules into mentioned example in handbook. I think a lot of users will welcome such addition. I spent four days on Goooogle before writing here and I did not find anything helpful. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 12:32:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57CCC16A41F for ; Thu, 8 Sep 2005 12:32:26 +0000 (GMT) (envelope-from A.Schleich@klinikum-tut.de) Received: from i1rrzssmtp06v.rz-as.de (i1rrzssmtp06v.rz-as.de [195.243.22.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CA143D45 for ; Thu, 8 Sep 2005 12:32:24 +0000 (GMT) (envelope-from A.Schleich@klinikum-tut.de) Received: from i1rrzssmtp01v.rz-as.de (unknown [10.190.20.28]) by i1rrzssmtp06v.rz-as.de (Postfix) with ESMTP id 6D459C19AA7 for ; Thu, 8 Sep 2005 14:32:23 +0200 (CEST) Received: from localhost (unknown [127.0.0.1]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 5051E4083CC for ; Thu, 8 Sep 2005 14:30:45 +0200 (CEST) Received: from i1rrzssmtp01v.rz-as.de ([10.190.20.28]) by localhost (i1rrzssmtp01v [10.190.20.28]) (amavisd-new, port 10024) with ESMTP id 01237-04 for ; Thu, 8 Sep 2005 14:30:44 +0200 (CEST) Received: from ktex1.kktut.local (unknown [10.195.73.252]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 943554083C4 for ; Thu, 8 Sep 2005 14:30:43 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Thu, 8 Sep 2005 14:32:19 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PPPoE to connect to T-DSL thread-index: AcW0cVq1zMKyYLgHR5SKfTMeGDpf0g== From: "Schleich, Arno" To: X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at rz-as.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: PPPoE to connect to T-DSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 12:32:26 -0000 Hi, =20 I have a similar question as some people before and - yes - I researched the archives to try out the various solutions proposed over the months. None of which yet did the job. =20 I just need to connect my notebook to the internet using pppoe to hook up to t-dsl, a German adsl provider. =20 I installed 5.4 Release with very few problems. =20 I modified ppp.conf according to various postings on this list. =20 Yet I am quite unsure as to which other configuration files I have to adapt and which to leave alone.=20 =20 Every posting in the archive differs somewhat regarding this issue (e.g. does one have to modify host.conf or resolv.conf or or others or none and if yes how???). =20 Anyway, trying to use the most generic ppp.conf it hangs in 'Phase' (as far as I can understand the log). It redials and redials, which results in multiple =20 deflink: Connected deflink: Hangup =20 sequences in the /var/lod/ppp.log. Btw, I upped the rl0 interface prior to starting ppp, so I hope this is not an issue. There is no activity on the LEDs of the dsl modem. =20 To preempt some suggestions - it actually worked under SuCKse Linux 9.3, one of the few things that did actually work, which prompted me to switch to FreeBSD. =20 I should be truly thankful if I were to receive some hints. =20 Thanks From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 12:33:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF7EF16A41F for ; Thu, 8 Sep 2005 12:33:16 +0000 (GMT) (envelope-from nec020tar@yahoo.com.cn) Received: from web15906.mail.cnb.yahoo.com (web15906.mail.cnb.yahoo.com [202.165.103.51]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D8CA43D4C for ; Thu, 8 Sep 2005 12:33:13 +0000 (GMT) (envelope-from nec020tar@yahoo.com.cn) Received: (qmail 98473 invoked by uid 60001); 8 Sep 2005 12:33:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=eoA7/sZGXnmG8qbsfmvkP3nvf8ZAO1FzDibySDpZzSnNemR7+wuPKgSFoweUC5KESVLVMO3hzmpdPQD98BDW6+LFZWWu493OwKpCOcuSMejVE0ZDs188a/TPCtNLhAFKrNSusPKBHyLXgPp1/j8Ge+tnSu01PLgSQ8SV41PHxjg= ; Message-ID: <20050908123312.98471.qmail@web15906.mail.cnb.yahoo.com> Received: from [220.112.36.125] by web15906.mail.cnb.yahoo.com via HTTP; Thu, 08 Sep 2005 20:33:12 CST Date: Thu, 8 Sep 2005 20:33:12 +0800 (CST) From: jia liu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Subject: Can't 'startx', said 'libXfixes.so.3' not found, required by 'gnome-session' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 12:33:16 -0000 Sir, I met problem: 1. I installed freebsd 5.3-release first, then update source tree, buildworld and install success to up freebsd 5.4-release. 2. pkg_add -r gnome2, add '/usr/X11R6/bin/gnome-sessio' to my .xinitrc file after installed gnome2.10. 3. Tried to startx, but it said '/libexec/ld-elf.s0.1:shared object "libXfixes.so.3" not found, required by "gnome-session"', can't enter window. I want to know why, thank you. ___________________________________________________________ ÑÅ»¢Ãâ·ÑGÓÊÏ䣭ÖйúµÚÒ»¾øÎÞÀ¬»øÓʼþɧÈų¬´óÓÊÏä http://cn.mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 12:52:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CEC316A41F for ; Thu, 8 Sep 2005 12:52:05 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A6643D4C for ; Thu, 8 Sep 2005 12:52:04 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1059022nzo for ; Thu, 08 Sep 2005 05:52:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=heqBFrkTCLFUtoEKkcv6bAsyc2QEUqV+LkgU5sEo5DqkH5NhsBxw4S8e8Tl4PaPvXxv8uXqFfDOQU+bA72zOZ0gFfxzfH2zIDt/tnvExRqQqAXIVzIplvNAicnXclhC1w/0dgEedwNNFXYLpmqH+pY3s+9eIWtXzxyipoJvNOK0= Received: by 10.36.20.7 with SMTP id 7mr7756763nzt; Thu, 08 Sep 2005 05:52:03 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 38sm4856052nzk.2005.09.08.05.52.02; Thu, 08 Sep 2005 05:52:03 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: jia liu Date: Thu, 8 Sep 2005 20:56:18 +0800 User-Agent: KMail/1.8.2 References: <20050908123312.98471.qmail@web15906.mail.cnb.yahoo.com> In-Reply-To: <20050908123312.98471.qmail@web15906.mail.cnb.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082056.19196.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Can't 'startx', said 'libXfixes.so.3' not found, required by 'gnome-session' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 12:52:05 -0000 On Thursday 08 September 2005 20:33, jia liu wrote: > I met problem: > 1. I installed freebsd 5.3-release first, then update > source tree, buildworld and install success to up > freebsd 5.4-release. > 2. pkg_add -r gnome2, add > '/usr/X11R6/bin/gnome-sessio' to my .xinitrc file > after installed gnome2.10. > 3. Tried to startx, but it said > '/libexec/ld-elf.s0.1:shared object "libXfixes.so.3" > not found, required by "gnome-session"', can't enter > window. I'm afraid you have fetched the latest gnome2 package which is not compiled under FB5.4. It's probably compiled under FB6.0. My suggestion is going to ftp://ftp.freebsdchina.org to fetch the gnome2 package for FreeBSD5.4 (you are in china, right?) and there you are. Good luck! -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 13:05:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B9216A41F for ; Thu, 8 Sep 2005 13:05:34 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C7F43D46 for ; Thu, 8 Sep 2005 13:05:33 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from epia2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 1688B4B306; Thu, 8 Sep 2005 15:05:39 +0200 (CEST) Date: Thu, 8 Sep 2005 15:07:35 +0200 From: cpghost To: "Schleich, Arno" Message-ID: <20050908130735.GA614@epia2.farid-hajji.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: PPPoE to connect to T-DSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 13:05:34 -0000 On Thu, Sep 08, 2005 at 02:32:19PM +0200, Schleich, Arno wrote: > I just need to connect my notebook to the internet using pppoe to hook > up to t-dsl, a German adsl provider. > > I installed 5.4 Release with very few problems. > > Anyway, trying to use the most generic ppp.conf it hangs in 'Phase' (as > far as I can understand the log). It redials and redials, which results > in multiple > > deflink: Connected > deflink: Hangup > > sequences in the /var/lod/ppp.log. Btw, I upped the rl0 interface prior > to starting ppp, so I hope this is not an issue. There is no activity on > the LEDs of the dsl modem. Hello Arno, I know definitely that the following configuration works with kamp-dsl, a provider that uses t-dsl (yes, on FreeBSD 5.4-STABLE). /etc/ppp/ppp.conf: ------------------ default: set log local Phase Chat Connect LCP IPCP tun command myadsl: set device PPPoE:rl0 set MTU 1460 set MRU 1460 set dial set crtscts off set speed sync disable lqr set echoperiod 30 enable echo disable deflate disable pred1 disable vjcomp disable acfcomp disable protocomp set log Phase LCP IPCP CCP Warning Error Alert set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0 set login set authname set authkey set timeout 0 add default HISADDR set server /var/run/internet "" 0177 You can enable ppp at bootup by adding this to /etc/rc.conf: ppp_enable="YES" ppp_profile="myadsl" ppp_user="root" ppp_mode="ddial" ppp_nat="YES" Or run ppp manually like this: # /usr/sbin/ppp -quiet -ddial -nat myadsl Should you still not be able to connect, please have a closer look at /var/log/ppp.log. You may also want to # tcpdump -i rl0 to see if the PADI/PADO/PADR/PADS handshake completes successfully. Good luck! -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 13:23:18 2005 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 A1DEE16A41F for ; Thu, 8 Sep 2005 13:23:18 +0000 (GMT) (envelope-from quakenet1@optusnet.com.au) Received: from mail17.syd.optusnet.com.au (mail17.syd.optusnet.com.au [211.29.132.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C9943D46 for ; Thu, 8 Sep 2005 13:23:17 +0000 (GMT) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-13-242.belrs4.nsw.optusnet.com.au [220.239.13.242]) by mail17.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j88DNBVA023966; Thu, 8 Sep 2005 23:23:11 +1000 In-Reply-To: <200509071336.41511.surferdamon@adelphia.net> References: <200509071336.41511.surferdamon@adelphia.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9B32EFAF-88E1-4DA3-A53B-74A44CC2B710@optusnet.com.au> Content-Transfer-Encoding: 7bit From: Jerahmy Pocott Date: Thu, 8 Sep 2005 23:23:10 +1000 To: Damon Blom X-Mailer: Apple Mail (2.734) Cc: questions@freebsd.org Subject: Re: freebsd on memory 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: Thu, 08 Sep 2005 13:23:18 -0000 On 08/09/2005, at 6:36 AM, Damon Blom wrote: > > Hi > Still no go. > will boot (very slowly) from external usb hard drive. > da0 maxtor scsi -0 device 194481 mb > will not boot > da1 hp digital drive 976 mb (whole disk) > da1s1a / > da1s1d /usr > I disabled hitachi drive and external maxtor drive > get > F1 Freebsd > F5 drive1 > will not let me press enter > Phoenix Bios version F.35 > Thank's (I can still mount it and r/w from it) > Damon I would say, and this is just a guess, that the bios doesn't recognise it as a bootable device or it is unable to find/use the boot block? From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 13:41:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC86A16A41F for ; Thu, 8 Sep 2005 13:41:42 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6C4543D46 for ; Thu, 8 Sep 2005 13:41:41 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so1475611wra for ; Thu, 08 Sep 2005 06:41:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=OHOpngpGMkfjOYVSVMj0m3+MnrtwraCwKdcZHCGSo5yMpDhjJLOfwQNjQPV65uXTEkvyp+0F5YzBu2dRc5MgOc3YapvDl+0l2FutWtq2PtQbTeDDNCJA3gmYmCSlPwV3rfz+3xoyyDzdp4Y7q34LBmjKNhsnJYR4AcGSjYhP288= Received: by 10.54.21.70 with SMTP id 70mr6548869wru; Thu, 08 Sep 2005 06:41:37 -0700 (PDT) Received: from ?127.0.0.1? ( [59.93.243.180]) by mx.gmail.com with ESMTP id 14sm545214wrl.2005.09.08.06.41.34; Thu, 08 Sep 2005 06:41:36 -0700 (PDT) Message-ID: <43203F88.9060006@gmail.com> Date: Thu, 08 Sep 2005 19:11:28 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Deepak Naidu References: <20050908112503.42486.qmail@web41014.mail.yahoo.com> In-Reply-To: <20050908112503.42486.qmail@web41014.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD - Questions Subject: Re: Porting from LInux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 13:41:42 -0000 Deepak Naidu sat at his 'puter and typed on 9/8/2005 16:55: >Hey Subhro thanx for the info. I used Reiserfs in >linux, bcos its reads and writes smaller files faster >like file size of 1-5 Mb, basically for mailing >solution. I dont know where iam wrong. > >I have read regarding XFS, in freebsd any info ?. >So ok FreeBSD supports UFS1/2, dos, fat, fat32, ext2 >reiserfs read only, ok cool... > >So how do i enable Reiserfs in kernel, and do the >partion at install time... > >http://people.freebsd.org/~rodrigc/xfs/index.html > > XFS is supported in FBSD. For infomration regarding enabling various stuff in the kernel have a look at /usr/src/sys/conf/NOTES. BTW, your mail client incorrectly marks the replies. Why dont u use thunderbird? Its a really cool client IMHO. Also send a cc to freebsd-questions@freebsd.org. Thanks S. > >--- Subhro wrote: > > > >>Deepak Naidu sat at his 'puter and typed on 9/8/2005 >>15:16: >> >> >> >>>Hi, >>> >>> >>> >>> >>Hello :-), >> >> >> >>> I am trying to migrate my mail servers from >>> >>> >>Fedora >> >> >>>core 3 to FreeBSD 5.4, due to performance issue. >>> >>> >>> >>Cool! Go for it :-) >> >> >> >>>1)Which is the suitable filesystem ie UFS2, Ext2 >>>etc... >>>for mailing server. I used raiserfs in linux. >>> >>> >>Which >> >> >>>File System's are supported in FreeBSD 5.4 and >>> >>> >>which >> >> >>>is stable for mailing system. How do i enable them >>> >>> >>in >> >> >>>kernel. >>> >>> >>> >>> >>The native filesystem for FreeBSD 5.x and above is >>UFS2 which performs >>exceptionally well IMHO. Reiserfs also has support >>in FBSD although >>readonly only. Just something off topic, did you >>have any reasons for >>using ReiserFS in Linux and not use EXT2/3? >> >> >> >>>2)How to i find memory, cpu information in freebsd, >>>apart from TOP. In linux we have free and >>>/pro/cpuinfo. I dont see any files under /proc >>> >>> >>> >>> >>what information do you need that top does not >>provide? You can try >>sysctl -a | more and analyse all the kernel runtime >>variables. >> >> >> >>>3) Is SMP support enabled in FreeBSD 5.4, or should >>> >>> >>I >> >> >>>recompile the kernel for the support(what kernel >>>arguments should I use). >>> >>> >>> >>> >>No SMP by default is not there in the stock kernel. >>However you can boot >>up your SMP box with the stock kernel and cimpile >>SMP support in it. >>Refer to the handbook for the kernel parameters. >>Also have a look at /usr/src/sys//conf/GENERIC >>and >>/usr/src/sys//conf/NOTES for examples where >> is your >>architecture (i386,amd64,etc) >> >>Welcome to the world of FreeBSD. >> >>Thanks >>S. >> >>-- >> >> >> >-----------------+------------------------------------------------- > > >> | Subhro Sankha Kar >> \ / | GSM: +919831064613 Egold: >>2078232 >> \./ | MSN:subhro@subhro.org -- Yahoo: >>subhro82 >> (0Y0) | ICQ: 203567534 -- AIM: >>bsdboy1982 >> >> >> >--ooO--(_)--Ooo--+------------------------------------------------- > > >> >> >> > > > > >___________________________________________________________ >Does your mail provider give you FREE antivirus protection? >Get Yahoo! Mail http://uk.mail.yahoo.com > > > -- -----------------+------------------------------------------------- | Subhro Sankha Kar \ / | GSM: +919831064613 Egold: 2078232 \./ | MSN:subhro@subhro.org -- Yahoo: subhro82 (0Y0) | ICQ: 203567534 -- AIM: bsdboy1982 --ooO--(_)--Ooo--+------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 13:45:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D9216A420 for ; Thu, 8 Sep 2005 13:45:15 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB3E543D46 for ; Thu, 8 Sep 2005 13:45:14 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id 5EFE68277 for ; Thu, 8 Sep 2005 15:45:13 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by fri.itea.ntnu.no (Postfix) with SMTP for ; Thu, 8 Sep 2005 15:45:12 +0200 (CEST) Received: (qmail 91872 invoked by uid 1001); 8 Sep 2005 15:17:10 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Sep 2005 15:17:10 +0200 Date: Thu, 8 Sep 2005 15:17:10 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Deepak Naidu In-Reply-To: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Message-ID: <20050908145132.I90713@maren.thelosingend.net> References: <20050908094659.68961.qmail@web41002.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: freebsd-questions@freebsd.org Subject: Re: Porting from LInux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 13:45:15 -0000 * Deepak Naidu [2005-09-08 10:46 +0100] > 2)How to i find memory, cpu information in freebsd, > apart from TOP. In linux we have free and > /pro/cpuinfo. I dont see any files under /proc You need to mount procfs on /proc to have files appear in /proc. However, you won't find cpuinfo in there, just one folder for each running process. You could however mount the linprocfs filesystm in /compat/linux/proc and look at /compat/linux/proc/cpuinfo et.al. You'd need to load the linux and linprocfs kernel modules to do that. To gather system information, these utils should provide a starting point: dmesg(8) sysctl(8) kenv(1) devinfo(8) pciconf(8) vmstat(8) pstat(8) From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 13:47:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDCAF16A41F for ; Thu, 8 Sep 2005 13:47:50 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: from galley.usd217.org (galley.usd217.org [209.42.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A434D43D46 for ; Thu, 8 Sep 2005 13:47:50 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: by galley.usd217.org (Postfix, from userid 65534) id 6C73413C451; Thu, 8 Sep 2005 08:47:48 -0500 (CDT) Received: from [209.42.72.23] (techbook [209.42.72.23]) by galley.usd217.org (Postfix) with ESMTP id B962F13C41B for ; Thu, 8 Sep 2005 08:47:44 -0500 (CDT) Message-ID: <43204100.10906@usd217.org> Date: Thu, 08 Sep 2005 08:47:44 -0500 From: Jerod Prothe User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on galley.usd217.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.2 Subject: speed up bind9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 13:47:51 -0000 The single dns I am running resolves...eventually. I have not set up a secondary name server (caching) but I plan to. Our proxy server is querying my one-and-only dns but often queries time out. Is there a way to optimize the performance of the dns? The same box handles httpd, postfix, and spamd, so I realize there may not be much else I could do. Thanks. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:06:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D82416A41F for ; Thu, 8 Sep 2005 14:06:15 +0000 (GMT) (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 E82B743D48 for ; Thu, 8 Sep 2005 14:06:14 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 4E7045D14; Thu, 8 Sep 2005 10:06:14 -0400 (EDT) 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 20637-09; Thu, 8 Sep 2005 10:06:10 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id 62C645CC3; Thu, 8 Sep 2005 10:06:08 -0400 (EDT) Message-ID: <43204551.6040305@mac.com> Date: Thu, 08 Sep 2005 10:06:09 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jerod Prothe References: <43204100.10906@usd217.org> In-Reply-To: <43204100.10906@usd217.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: speed up bind9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:06:15 -0000 Jerod Prothe wrote: > The single dns I am running resolves...eventually. I have not set up a > secondary name server (caching) but I plan to. Our proxy server is querying > my one-and-only dns but often queries time out. Is there a way to optimize > the performance of the dns? Why, yes. Use the "forwarders" directive to point your nameserver to another DNS server (which should be larger and better connected). However, a lightly loaded DNS server ought to run just fine unless there is a problem somewhere. Are you having path MTU problems, or do you have a firewall somewhere which might be blocking TCP port 53 or something like that? -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:17:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD7E16A420 for ; Thu, 8 Sep 2005 14:17:47 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp1.suscom.net (smtp1.suscom.net [64.78.119.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDBA43D45 for ; Thu, 8 Sep 2005 14:17:45 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (smtp1 [127.0.0.1]) by smtp1.suscom.net (Postfix) with ESMTP id C0DE7D8A92 for ; Thu, 8 Sep 2005 10:17:42 -0400 (EDT) Received: from smtp1.suscom.net ([127.0.0.1]) by localhost (smtp1 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 07166-06 for ; Thu, 8 Sep 2005 10:17:40 -0400 (EDT) Received: from Gerard.seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp1.suscom.net (Postfix) with SMTP id 87231D8263 for ; Thu, 8 Sep 2005 10:17:40 -0400 (EDT) Date: Thu, 8 Sep 2005 10:17:40 -0400 (Eastern Standard Time) From: Gerard Seibert To: freebsd-questions Message-ID: X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerard Seibert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:17:48 -0000 I am trying to figure out how to print 'man' pages. If I try a simple redirect, such as: "man foo > foo.txt" the new file is loaded with control symbols, etc. that are not really printable. I want to save the files if possible, and print them out at a later date. It that is not possible, how would I go about printing them out in real time? -- Thanks Gerard Seibert gerard-seibert@suscom.net (\___/) (\___/) (\___/) (\___/) (\___/) (\___/) /0\ /0\ /o\ /o\ /0\ /0\ /O\ /O\ /o\ /o\ /0\ /0\ \__V__/ \__V__/ \__V__/ \__V__/ \__V__/ \__V__/ /|:. .:|\ /|;, ,;|\ /|:. .:|\ /|;, ,;|\ /|;, ,;|\ /|:. .:|\ \\:::::// \\;;;;;// \\:::::// \\;;;;;// \\;;;;;// \\:::::// jgs--`"" ""`---`"" ""`---`"" ""`---`"" ""`---`"" ""`---`"" ""`--- ^~^^~^~^~^~^^~~^^^~^~~^~^~^~^^~~^^^~^~~^~^~^~^^~~^^^~^^~^~^~^^~~^^ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:23:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F6316A41F for ; Thu, 8 Sep 2005 14:23:02 +0000 (GMT) (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 691D543D45 for ; Thu, 8 Sep 2005 14:23:02 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 9F9355D0B; Thu, 8 Sep 2005 10:23:01 -0400 (EDT) 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 20799-03; Thu, 8 Sep 2005 10:23:00 -0400 (EDT) Received: from [192.168.1.3] (pool-68-161-79-217.ny325.east.verizon.net [68.161.79.217]) by pi.codefab.com (Postfix) with ESMTP id 64E1C5CA5; Thu, 8 Sep 2005 10:23:00 -0400 (EDT) Message-ID: <43204945.7090107@mac.com> Date: Thu, 08 Sep 2005 10:23:01 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerard Seibert References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:23:02 -0000 Gerard Seibert wrote: > I am trying to figure out how to print 'man' pages. If I try a simple > redirect, such as: "man foo > foo.txt" the new file is loaded with > control symbols, etc. that are not really printable. I want to save the > files if possible, and print them out at a later date. It that is not > possible, how would I go about printing them out in real time? "man -t man > man.ps" will generate a PostScript version of the manpage and save it to the file man.ps. Read up on groff/gtroff if you need some other format. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:23:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05FD16A41F for ; Thu, 8 Sep 2005 14:23:12 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from site4u.nl (fanth.site4u.nl [194.9.84.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE0C643D45 for ; Thu, 8 Sep 2005 14:23:11 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from [192.168.4.11] [62.221.235.161] by site4u.nl with ESMTP (SMTPD32-8.15) id A72D3A500C2; Thu, 08 Sep 2005 16:14:05 +0200 Message-ID: <4320494D.6030503@antenna.nl> Date: Thu, 08 Sep 2005 16:23:09 +0200 From: Chantal Rosmuller User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:23:12 -0000 Hi everyone, I was installing clamav 0.83 on a freebsd 5.4 system and I got the following error: clamav configure: error: The installed zlib version may contain a security bug I want to upgrade zlib to solve this but: - I don't know how I can see what version of zlib I have at the moment? - I found the following advice on the freebsd site: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.asc according to this I have to do the following: # cd /usr/src # patch < /path/to/patch # cd /usr/src/lib/libz/ # make obj && make depend && make && make install but I have no /usr/src/lib/libz/ Can anyone clarify this for me? Thanks! regards Chantal From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:26:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA1916A440 for ; Thu, 8 Sep 2005 14:26:26 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81A2143D45 for ; Thu, 8 Sep 2005 14:26:25 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by kweetal.tue.nl (Postfix) with ESMTP id 259E213B686; Thu, 8 Sep 2005 16:26:24 +0200 (CEST) Received: from kweetal.tue.nl ([127.0.0.1]) by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64326-04; Thu, 8 Sep 2005 16:26:23 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id 8C36C13B67A; Thu, 8 Sep 2005 16:26:22 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j88EQMJd059071; Thu, 8 Sep 2005 16:26:22 +0200 (CEST) (envelope-from stijn) Date: Thu, 8 Sep 2005 16:26:22 +0200 From: Stijn Hoop To: Gerard Seibert Message-ID: <20050908142622.GN20229@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop , Gerard Seibert , freebsd-questions References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pyE8wggRBhVBcj8z" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:26:26 -0000 --pyE8wggRBhVBcj8z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 10:17:40AM -0400, Gerard Seibert wrote: > I am trying to figure out how to print 'man' pages. If I try a simple=20 > redirect, such as: "man foo > foo.txt" the new file is loaded with contro= l=20 > symbols, etc. that are not really printable. I want to save the files if= =20 > possible, and print them out at a later date. It that is not possible, ho= w=20 > would I go about printing them out in real time? $ gunzip -c `man -w ls` | groff -mdoc -Tps | lpr delivers a nicely formatted postscript manpage for ls(1) to your printer. I don't know if man can do it by itself. HTH, --Stijn --=20 The right half of the brain controls the left half of the body. This means that only left handed people are in their right mind. --pyE8wggRBhVBcj8z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIEoOY3r/tLQmfWcRAiHcAJ0cB9T18auCx+gBXZo/EsvbTCXUOwCfWp7E WMjtr3HHqzgFpymMSJS8irQ= =g/Sk -----END PGP SIGNATURE----- --pyE8wggRBhVBcj8z-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:30:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7891216A41F for ; Thu, 8 Sep 2005 14:30:45 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0518C43D49 for ; Thu, 8 Sep 2005 14:30:44 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1028651nzd for ; Thu, 08 Sep 2005 07:30:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=kwn5Nq91+fQfeG/VwU0ogIhVZXyXOoKXpuT8mJQfMmKO9V45JsCeg2PBZLPvkBJb4oFVrRzX/ZZx2HnoiJdImvxgm3rhzN264GNzYbka6DMm/l2CQaaZDvfKmHmw9G82QJ6b64E0GaH9dt7PH8lXGeKCnWO6lgkvOEJrKGNJfhg= Received: by 10.36.221.73 with SMTP id t73mr7828026nzg; Thu, 08 Sep 2005 07:30:43 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 12sm8761476nzn.2005.09.08.07.30.41; Thu, 08 Sep 2005 07:30:42 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: Chantal Rosmuller Date: Thu, 8 Sep 2005 22:34:50 +0800 User-Agent: KMail/1.8.2 References: <4320494D.6030503@antenna.nl> In-Reply-To: <4320494D.6030503@antenna.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082234.50571.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:30:45 -0000 On Thursday 08 September 2005 22:23, Chantal Rosmuller wrote: > I was installing clamav 0.83 on a freebsd 5.4 system and I got the > following error: > clamav configure: error: The installed zlib version may contain a > security bug > > I want to upgrade zlib to solve this but: > - I don't know how I can see what version of zlib I have at the moment? use pkg_info|grep zlib > - I found the following advice on the freebsd site: > > ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.asc > > according to this I have to do the following: > > # cd /usr/src > # patch < /path/to/patch > # cd /usr/src/lib/libz/ > # make obj && make depend && make && make install > > but I have no /usr/src/lib/libz/ maybe you didn't install source code when you installed your FreeBSD. You still can do it using sysinstall now. Good luck! -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:33:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D2A16A41F for ; Thu, 8 Sep 2005 14:33:41 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D9343D46 for ; Thu, 8 Sep 2005 14:33:41 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id j88EXeG1097265; Thu, 8 Sep 2005 09:33:40 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <43204AF2.7060800@scls.lib.wi.us> Date: Thu, 08 Sep 2005 09:30:10 -0500 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerard Seibert References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:33:42 -0000 Gerard Seibert wrote: > I am trying to figure out how to print 'man' pages. If I try a simple > redirect, such as: "man foo > foo.txt" the new file is loaded with > control symbols, etc. that are not really printable. I want to save the > files if possible, and print them out at a later date. It that is not > possible, how would I go about printing them out in real time? > Not the best solution for every situation, but when I need hard copy I just go get well formatted versions from the web rather than trying to munge the output from the local system: http://www.freebsd.org/cgi/man.cgi You could save those views as HTML, I suppose. I prefer to always be getting the latest version. I also find that in a pinch (lame printer + no/slow Internet) it works OK to do man foo | lp -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:56:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7B4816A41F for ; Thu, 8 Sep 2005 14:56:33 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from site4u.nl (fanth.site4u.nl [194.9.84.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0933243D45 for ; Thu, 8 Sep 2005 14:56:32 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from [192.168.4.11] [62.221.235.161] by site4u.nl with ESMTP (SMTPD32-8.15) id AC033E300A0; Thu, 08 Sep 2005 16:34:43 +0200 Message-ID: <43204E22.1010807@antenna.nl> Date: Thu, 08 Sep 2005 16:43:46 +0200 From: Chantal Rosmuller User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuan Jue References: <4320494D.6030503@antenna.nl> <200509082234.50571.yuanjue122@gmail.com> In-Reply-To: <200509082234.50571.yuanjue122@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:56:34 -0000 Yuan Jue wrote: >On Thursday 08 September 2005 22:23, Chantal Rosmuller wrote: > > > >>I was installing clamav 0.83 on a freebsd 5.4 system and I got the >>following error: >>clamav configure: error: The installed zlib version may contain a >>security bug >> >>I want to upgrade zlib to solve this but: >>- I don't know how I can see what version of zlib I have at the moment? >> >> > >use pkg_info|grep zlib > > > >>- I found the following advice on the freebsd site: >> >>ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.asc >> >>according to this I have to do the following: >> >># cd /usr/src >># patch < /path/to/patch >># cd /usr/src/lib/libz/ >># make obj && make depend && make && make install >> >>but I have no /usr/src/lib/libz/ >> >> > >maybe you didn't install source code when you installed your FreeBSD. You >still can do it using sysinstall now. > >Good luck! > > Thank you Yuan You are right I didn't install the sourcecode, the instructions make a lot more sense now :) one other small question, pkg_info | grep zlib gave me the following output; jzlib-1.0.5_1 A re-implementation of zlib in pure Java php4-zlib-4.3.10_2 The zlib shared extension for php so no zlib? Why is that ? because I didn't install it with pkg_add? From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:57:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA6416A41F for ; Thu, 8 Sep 2005 14:57:05 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 443F543D48 for ; Thu, 8 Sep 2005 14:57:05 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from pswm11.cp.tin.it (212.216.176.77) by vsmtp1.tin.it (7.2.060.1) id 4316DA98003CEEE1 for freebsd-questions@freebsd.org; Thu, 8 Sep 2005 16:57:01 +0200 Message-ID: <20716527.1126191423267.JavaMail.root@pswm11.cp.tin.it> Date: Thu, 8 Sep 2005 15:57:03 +0100 (GMT+01:00) From: "vdemart1@tin.it" To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: 193.108.204.20 Subject: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "vdemart1@tin.it" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:57:06 -0000 I'm getting accostumed to dump my fbsd 5.4 filesystems with "dump" on files in a samba share. Now, I'd like to compress the dumped files "in the making" (for instance piping it via tar) but I don't know how to do it. Could you please help me? Ciao Vittorio From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:16:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3717A16A41F for ; Thu, 8 Sep 2005 15:16:39 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A2E543D53 for ; Thu, 8 Sep 2005 15:16:37 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1036191nzd for ; Thu, 08 Sep 2005 08:16:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=o2uN/t1iMBE8zQc0PViN1T2SvSEq7sO3LxQGp6yF5D8w/RtkSGG1wsjo4MuqLRYmNicULXefIo080sDz0/dkM/4vaL9+J1dQntuuruoCobfNsAu+Vh+taqXoipecfAOtb9HfWLs0C4rvJrmX0pCyjYyIqv+80oAVRn7rMFXTIBw= Received: by 10.36.43.8 with SMTP id q8mr5494419nzq; Thu, 08 Sep 2005 08:16:36 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id j4sm2637673nzd.2005.09.08.08.16.34; Thu, 08 Sep 2005 08:16:36 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: Chantal Rosmuller Date: Thu, 8 Sep 2005 23:09:43 +0800 User-Agent: KMail/1.8.2 References: <4320494D.6030503@antenna.nl> <200509082234.50571.yuanjue122@gmail.com> <43204E22.1010807@antenna.nl> In-Reply-To: <43204E22.1010807@antenna.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082309.43229.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:16:39 -0000 On Thursday 08 September 2005 22:43, Chantal Rosmuller wrote: > >>I was installing clamav 0.83 on a freebsd 5.4 system and I got the > >>following error: > >>clamav configure: error: The installed zlib version may contain a > >>security bug > >> > >>I want to upgrade zlib to solve this but: > >>- I don't know how I can see what version of zlib I have at the moment? > > > >use pkg_info|grep zlib > > > >>- I found the following advice on the freebsd site: > >> > >>ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.a > >>sc > >> > >>according to this I have to do the following: > >> > >># cd /usr/src > >># patch < /path/to/patch > >># cd /usr/src/lib/libz/ > >># make obj && make depend && make && make install > >> > >>but I have no /usr/src/lib/libz/ > > > >maybe you didn't install source code when you installed your FreeBSD. You > >still can do it using sysinstall now. > You are right I didn't install the sourcecode, the instructions make a > lot more sense now :) > one other small question, pkg_info | grep zlib > gave me the following output; > > jzlib-1.0.5_1 A re-implementation of zlib in pure Java > php4-zlib-4.3.10_2 The zlib shared extension for php > > > so no zlib? Why is that ? because I didn't install it with pkg_add? sorry, I never try clamav, so I am not sure the exact reason for that error. Maybe when you install the source code, there is no error anymore :) Or, you may need to install this port find_zlib-1.9, which can be found in /usr/ports/security/. Good luck! -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:21:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A50916A41F for ; Thu, 8 Sep 2005 15:21:33 +0000 (GMT) (envelope-from rasmith@aristotle.tamu.edu) Received: from aristotle.tamu.edu (Aristotle.tamu.edu [128.194.75.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D2943D45 for ; Thu, 8 Sep 2005 15:21:33 +0000 (GMT) (envelope-from rasmith@aristotle.tamu.edu) Received: from aristotle.tamu.edu (localhost [127.0.0.1]) by aristotle.tamu.edu (8.13.1/8.13.1) with ESMTP id j88FL8N3085702; Thu, 8 Sep 2005 10:21:29 -0500 (CDT) (envelope-from rasmith@aristotle.tamu.edu) Message-Id: <200509081521.j88FL8N3085702@aristotle.tamu.edu> To: "vdemart1@tin.it" In-Reply-To: Message from "vdemart1@tin.it" of "Thu, 08 Sep 2005 15:57:03 BST." <20716527.1126191423267.JavaMail.root@pswm11.cp.tin.it> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Thu, 08 Sep 2005 10:21:03 -0500 From: Robin Smith Cc: freebsd-questions@freebsd.org Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:21:33 -0000 >>>>> "vdemart1@tin" == vdemart1@tin it writes: vdemart1@tin> I'm getting accostumed to dump my fbsd 5.4 vdemart1@tin> filesystems with "dump" on files in a samba vdemart1@tin> share. Now, I'd like to compress the dumped files vdemart1@tin> "in the making" (for instance piping it via tar) but vdemart1@tin> I don't know how to do it. For a level 0 dump (change level to suit dump -0 -f - /dev/yourfilesystem |bzip2 -c >dump.bz Don't use tar: you want to compress one big file, not create an archive of lots of files. This will be slower than just doing a plain dump to file, but the compression ratio can be huge. Robin Smith From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:21:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B75616A41F for ; Thu, 8 Sep 2005 15:21:44 +0000 (GMT) (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 06A6943D45 for ; Thu, 8 Sep 2005 15:21:43 +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.12.10+Sun/8.12.2) with ESMTP id j88FLhBn016291; Thu, 8 Sep 2005 11:21:43 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j88FLglp016290; Thu, 8 Sep 2005 11:21:42 -0400 (EDT) From: Jerry McAllister Message-Id: <200509081521.j88FLglp016290@clunix.cl.msu.edu> To: vdemart1@tin.it Date: Thu, 8 Sep 2005 11:21:42 -0400 (EDT) In-Reply-To: <20716527.1126191423267.JavaMail.root@pswm11.cp.tin.it> 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: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:21:44 -0000 > > I'm getting accostumed to dump my fbsd 5.4 filesystems with "dump" on > files in a samba share. Now, I'd like to compress the dumped files "in > the making" (for instance piping it via tar) but I don't know how to do > it. > Could you please help me? Use gzip(1) or compress(1) if it is already a dump file. It is a simple as 'compress dumpfilename' and it will make a compressed file called 'dumpfilename.Z' ////jerry > Ciao > Vittorio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:22:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540FF16A41F for ; Thu, 8 Sep 2005 15:22:13 +0000 (GMT) (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 0092243D45 for ; Thu, 8 Sep 2005 15:22:12 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j88FM9gp054365; Thu, 8 Sep 2005 10:22:09 -0500 (CDT) (envelope-from dan) Date: Thu, 8 Sep 2005 10:22:09 -0500 From: Dan Nelson To: Chantal Rosmuller Message-ID: <20050908152208.GB38838@dan.emsphone.com> References: <4320494D.6030503@antenna.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4320494D.6030503@antenna.nl> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:22:13 -0000 In the last episode (Sep 08), Chantal Rosmuller said: > I was installing clamav 0.83 on a freebsd 5.4 system and I got the > following error: clamav configure: error: The installed zlib version > may contain a security bug > > I want to upgrade zlib to solve this but: > - I don't know how I can see what version of zlib I have at the moment? > - I found the following advice on the freebsd site: > > ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.asc > > according to this I have to do the following: > > # cd /usr/src > # patch < /path/to/patch > # cd /usr/src/lib/libz/ > # make obj && make depend && make && make install > > but I have no /usr/src/lib/libz/ You will need to fetch the FreeBSD source tree first: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html#STABLE If you still have your installation CDs, you should be able to run sysinstall and just reinstall the src distribution ( Configure -> Distributions -> select 'src', select 'All' ). Then you can apply the patch. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:36:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D0D16A41F for ; Thu, 8 Sep 2005 15:36:37 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: from web41001.mail.yahoo.com (web41001.mail.yahoo.com [66.218.92.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 29F5B43D48 for ; Thu, 8 Sep 2005 15:36:37 +0000 (GMT) (envelope-from deepak_nai@yahoo.com) Received: (qmail 88018 invoked by uid 60001); 8 Sep 2005 15:36:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=AOCdoXyF3ylY7Rq5GfL7ooMqdyC6SBO55SUSxhjnpswFElzb3bz5svmaQcOckxAMR+6Nit8wCfXCwPVA67owvHgDPRudfe6xC5FKFL4NVsRLdFr43H0DWe2v8QqO+Ra6oShHqHM5a9DSexwRCgd5s/v8l0Iq8doAiPQgcvYDREM= ; Message-ID: <20050908153636.88016.qmail@web41001.mail.yahoo.com> Received: from [202.149.214.46] by web41001.mail.yahoo.com via HTTP; Thu, 08 Sep 2005 16:36:36 BST Date: Thu, 8 Sep 2005 16:36:36 +0100 (BST) From: Deepak Naidu To: Subhro In-Reply-To: <43203F88.9060006@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD - Questions Subject: Re: Porting from LInux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:36:37 -0000 i am using my yahoo a/c ... ya regarding xfs its only read only support in 6.0 and no support for 5.4 Thanx Deepak Naidu. --- Subhro wrote: > Deepak Naidu sat at his 'puter and typed on 9/8/2005 > 16:55: > > >Hey Subhro thanx for the info. I used Reiserfs in > >linux, bcos its reads and writes smaller files > faster > >like file size of 1-5 Mb, basically for mailing > >solution. I dont know where iam wrong. > > > >I have read regarding XFS, in freebsd any info ?. > >So ok FreeBSD supports UFS1/2, dos, fat, fat32, > ext2 > >reiserfs read only, ok cool... > > > >So how do i enable Reiserfs in kernel, and do the > >partion at install time... > > > >http://people.freebsd.org/~rodrigc/xfs/index.html > > > > > XFS is supported in FBSD. For infomration regarding > enabling various > stuff in the kernel have a look at > /usr/src/sys/conf/NOTES. BTW, your > mail client incorrectly marks the replies. Why dont > u use thunderbird? > Its a really cool client IMHO. Also send a cc to > freebsd-questions@freebsd.org. > > Thanks > S. > > > > >--- Subhro wrote: > > > > > > > >>Deepak Naidu sat at his 'puter and typed on > 9/8/2005 > >>15:16: > >> > >> > >> > >>>Hi, > >>> > >>> > >>> > >>> > >>Hello :-), > >> > >> > >> > >>> I am trying to migrate my mail servers from > >>> > >>> > >>Fedora > >> > >> > >>>core 3 to FreeBSD 5.4, due to performance issue. > >>> > >>> > >>> > >>Cool! Go for it :-) > >> > >> > >> > >>>1)Which is the suitable filesystem ie UFS2, Ext2 > >>>etc... > >>>for mailing server. I used raiserfs in linux. > >>> > >>> > >>Which > >> > >> > >>>File System's are supported in FreeBSD 5.4 and > >>> > >>> > >>which > >> > >> > >>>is stable for mailing system. How do i enable > them > >>> > >>> > >>in > >> > >> > >>>kernel. > >>> > >>> > >>> > >>> > >>The native filesystem for FreeBSD 5.x and above is > >>UFS2 which performs > >>exceptionally well IMHO. Reiserfs also has support > >>in FBSD although > >>readonly only. Just something off topic, did you > >>have any reasons for > >>using ReiserFS in Linux and not use EXT2/3? > >> > >> > >> > >>>2)How to i find memory, cpu information in > freebsd, > >>>apart from TOP. In linux we have free and > >>>/pro/cpuinfo. I dont see any files under /proc > >>> > >>> > >>> > >>> > >>what information do you need that top does not > >>provide? You can try > >>sysctl -a | more and analyse all the kernel > runtime > >>variables. > >> > >> > >> > >>>3) Is SMP support enabled in FreeBSD 5.4, or > should > >>> > >>> > >>I > >> > >> > >>>recompile the kernel for the support(what kernel > >>>arguments should I use). > >>> > >>> > >>> > >>> > >>No SMP by default is not there in the stock > kernel. > >>However you can boot > >>up your SMP box with the stock kernel and cimpile > >>SMP support in it. > >>Refer to the handbook for the kernel parameters. > >>Also have a look at > /usr/src/sys//conf/GENERIC > >>and > >>/usr/src/sys//conf/NOTES for examples where > >> is your > >>architecture (i386,amd64,etc) > >> > >>Welcome to the world of FreeBSD. > >> > >>Thanks > >>S. > >> > >>-- > >> > >> > >> > >-----------------+------------------------------------------------- > > > > > >> | Subhro Sankha > Kar > >> \ / | GSM: +919831064613 > Egold: > >>2078232 > >> \./ | MSN:subhro@subhro.org -- Yahoo: > >>subhro82 > >> (0Y0) | ICQ: 203567534 -- AIM: > >>bsdboy1982 > >> > >> > >> > >--ooO--(_)--Ooo--+------------------------------------------------- > > > > > >> > >> > >> > > > > > > > > > >___________________________________________________________ > > >Does your mail provider give you FREE antivirus > protection? > >Get Yahoo! Mail http://uk.mail.yahoo.com > > > > > > > > > -- > -----------------+------------------------------------------------- > | Subhro Sankha Kar > \ / | GSM: +919831064613 Egold: > 2078232 > \./ | MSN:subhro@subhro.org -- Yahoo: > subhro82 > (0Y0) | ICQ: 203567534 -- AIM: > bsdboy1982 > --ooO--(_)--Ooo--+------------------------------------------------- > > Linux your Life, Don't Window it [[]] { All for the best } ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:58:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C758116A41F for ; Thu, 8 Sep 2005 15:58:10 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: from galley.usd217.org (galley.usd217.org [209.42.72.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C4B443D46 for ; Thu, 8 Sep 2005 15:58:10 +0000 (GMT) (envelope-from jprothe@usd217.org) Received: by galley.usd217.org (Postfix, from userid 65534) id 2A2D013C451; Thu, 8 Sep 2005 10:58:01 -0500 (CDT) Received: from [209.42.72.23] (techbook [209.42.72.23]) by galley.usd217.org (Postfix) with ESMTP id 8604013C41B; Thu, 8 Sep 2005 10:57:59 -0500 (CDT) Message-ID: <43205F86.3010905@usd217.org> Date: Thu, 08 Sep 2005 10:57:58 -0500 From: Jerod Prothe User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: henrik.lidstrom@digidoc.com References: <43204100.10906@usd217.org> <43205E1D.8030904@digidoc.com> In-Reply-To: <43205E1D.8030904@digidoc.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on galley.usd217.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.2 Cc: freebsd-questions@freebsd.org Subject: Re: speed up bind9? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:58:10 -0000 I had read where the bind9 implementation of IPv6 was a bit flaky, so I found that tip and am trying it. Doesn't seem to change things though. Henrik Lidström wrote: > Jerod Prothe wrote: > >> The single dns I am running resolves...eventually. I have not set up >> a secondary name server (caching) but I plan to. >> Our proxy server is querying my one-and-only dns but often queries >> time out. >> Is there a way to optimize the performance of the dns? The same box >> handles httpd, postfix, and spamd, so I realize there may not be much >> else I could do. >> Thanks. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > > > Hi, try starting bind with the -4 flag. See if that helps. > > /Henrik > > > From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 16:12:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E068016A41F for ; Thu, 8 Sep 2005 16:12:28 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DE243D46 for ; Thu, 8 Sep 2005 16:12:28 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A2E612680124; Thu, 08 Sep 2005 09:12:22 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j88GERc7079983; Thu, 8 Sep 2005 09:14:27 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j88GELES079982; Thu, 8 Sep 2005 09:14:21 -0700 (PDT) (envelope-from garys@opusnet.com) To: "vdemart1@tin.it" References: <200509081521.j88FL8N3085702@aristotle.tamu.edu> From: garys@opusnet.com (Gary W. Swearingen) Date: Thu, 08 Sep 2005 09:14:21 -0700 In-Reply-To: <200509081521.j88FL8N3085702@aristotle.tamu.edu> (Robin Smith's message of "Thu, 08 Sep 2005 10:21:03 -0500") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 16:12:29 -0000 Robin Smith writes: > dump -0 -f - /dev/yourfilesystem |bzip2 -c >dump.bz I compressed a filesystem dump (on Athlon 64/3200+, i386 OS) and bzip2 compressed to 50% of 2 GB in 1118 sec gzip compressed to 52% of 2 GB in 306 sec But bzip2 can compress much better than that on some stuff. If your goal is a small backup, bzip compresses better. If your goal is a quick backup to disk, gzip is faster. If your goal is a quick backup to tape, bzip is faster because tape is so slow, unless your CPU can't keep up. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 16:37:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2531516A41F for ; Thu, 8 Sep 2005 16:37:01 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE2643D45 for ; Thu, 8 Sep 2005 16:36:58 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j88GZj96063429; Thu, 8 Sep 2005 11:36:11 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <43206857.1010803@daleco.biz> Date: Thu, 08 Sep 2005 11:35:35 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerard Seibert References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 16:37:01 -0000 Gerard Seibert wrote: > I am trying to figure out how to print 'man' pages. If I try a simple > redirect, such as: "man foo > foo.txt" the new file is loaded > with control symbols, etc. that are not really printable. I want to > save the files if possible, and print them out at a later date. It > that is not possible, how would I go about printing them out in real > time? > And if you don't care about PostScript, (think this is in the FAQ or fortune or some such); man foo | col -bx > foo.txt HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 16:41:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A769116A41F for ; Thu, 8 Sep 2005 16:41:32 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35810.mail.mud.yahoo.com (web35810.mail.mud.yahoo.com [66.163.179.179]) by mx1.FreeBSD.org (Postfix) with SMTP id 39CE343D4C for ; Thu, 8 Sep 2005 16:41:32 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 64410 invoked by uid 60001); 8 Sep 2005 16:41:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=H1EdDM2sE/DXvonaQzrdHDZfck8gS/7RCoHgi6aK04ztMmX+RB4eaNlcqZRvhjzRmpV8qLXj7wXYDEX4G24vBZDW/hFTxK0lEsbzybwKl57j2zOENBddVE35XyjH2xIaJLXLQzy8lkxUWVfFuSIdJRhaANCXKGcfuNeX5A4DCZk= ; Message-ID: <20050908164131.64408.qmail@web35810.mail.mud.yahoo.com> Received: from [204.244.110.7] by web35810.mail.mud.yahoo.com via HTTP; Thu, 08 Sep 2005 12:41:31 EDT Date: Thu, 8 Sep 2005 12:41:31 -0400 (EDT) From: John Do To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: 5.2.1-RELEASE FTP site error suddenly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 16:41:32 -0000 Here is what happens: pkg_add -r apache+mod_ssl Error: FTP Unable to get ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.1-RELEASE/packages/Latest/apache+mod_ssl.tbz: Protocol error pkg_add: unable to fetch 'ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.1-RELEASE/packages/Latest/apache+mod_ssl.tbz' by URL Even if I try to do a wget to the ftp I still get an error. I am able to successfully wget from other FTP sites. Anyone have any solutions? Is there a mirror of the packages for 5.2.1-RELEASE I can try? thanks! __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 16:53:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94C7F16A41F for ; Thu, 8 Sep 2005 16:53:38 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8323943D49 for ; Thu, 8 Sep 2005 16:53:36 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j88GrTZW015087; Thu, 8 Sep 2005 19:53:32 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j88GrSYw037447; Thu, 8 Sep 2005 19:53:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j88GrSbK037446; Thu, 8 Sep 2005 19:53:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Thu, 8 Sep 2005 19:53:28 +0300 From: Giorgos Keramidas To: Gerard Seibert , freebsd-questions Message-ID: <20050908165328.GB37407@orion.daedalusnetworks.priv> References: <43206857.1010803@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43206857.1010803@daleco.biz> Cc: Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 16:53:38 -0000 Gerard Seibert wrote: > I am trying to figure out how to print 'man' pages. If I try a simple > redirect, such as: "man foo > foo.txt" the new file is loaded with > control symbols, etc. that are not really printable. I want to save > the files if possible, and print them out at a later date. It that is > not possible, how would I go about printing them out in real time? man -t foo > foo.ps will generate Postscript output, which is a lot better for printing. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:09:36 2005 Return-Path: X-Original-To: freebsd-questions@freefall.freebsd.org Delivered-To: freebsd-questions@freefall.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 341A316A41F; Thu, 8 Sep 2005 17:09:36 +0000 (GMT) (envelope-from mrutherford_to@sng.com.au) Received: from luenecom.de (e178074024.adsl.alicedsl.de [85.178.74.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6C643D53; Thu, 8 Sep 2005 17:09:34 +0000 (GMT) (envelope-from mrutherford_to@sng.com.au) Received: from sng.com.au mrutherford_to@sng.com.au [121.76.111.207] by smtp.sng.com.au with SMTP; Thu, 08 Sep 2005 14:05:46 +0000 Message-ID: From: "Monte Rutherford" To: freebsd-questions@freefall.freebsd.org, freebsd-doc@freefall.freebsd.org, freebsd-ports-bugs@freefall.freebsd.org, freebsd-ports@freefall.freebsd.org Date: Thu, 08 Sep 2005 14:05:32 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: i heard that... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:09:36 -0000 There is this free date site filled with tons of sex-addicts. No flowers, no gifts, just meet up for action :) There are also a few who want a serious relationship though So if you want a long-termer, or a one-nighter, you got it ;) Whatever floats your boat pretty much! http://logingcramp.com/extra/datingstars/ getmeoff: http://www.logingcramp.com/extra/datingstars/getmeoff.php From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:16:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1F916A41F for ; Thu, 8 Sep 2005 17:16:19 +0000 (GMT) (envelope-from r-militante@northwestern.edu) Received: from merle.it.northwestern.edu (merle.it.northwestern.edu [129.105.16.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8807F43D45 for ; Thu, 8 Sep 2005 17:16:19 +0000 (GMT) (envelope-from r-militante@northwestern.edu) Received: from merle.it.northwestern.edu (darkpossum.medill.northwestern.edu [129.105.246.24]) by merle.it.northwestern.edu (Postfix) with SMTP id F24FB9E81D for ; Thu, 8 Sep 2005 12:16:18 -0500 (CDT) Received: by merle.it.northwestern.edu (nbSMTP-0.99) for uid 1002 r-militante@northwestern.edu; Thu, 8 Sep 2005 12:22:40 -0500 (CDT) Date: Thu, 8 Sep 2005 12:22:40 -0500 From: Redmond Militante To: freebsd-questions@freebsd.org Message-ID: <20050908172240.GA8559@darkpossum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Sender: redmond@darkpossum.medill.northwestern.edu X-URL: http://darkpossum.medill.northwestern.edu/gnupg.php X-PGP-Fingerprint: 2AA2 E78E A6FC 9144 3534 39A2 EE0F 8D26 5FDF 481D Subject: awstats for a single directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Redmond Militante List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:16:20 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hello i was previously using webalizer to analyze my apache log files. i was abl= e to generate webalizer reports for a single directory using webalizer's Ig= noreURL directive. is it possible to get awstats to do the same thing - generate a report for = an individual directory i.e., http://www.myserver.com/just_this_directory/ = ? i wasn't able to find any documentation related to this. any advice appreciated. redmond --=20 Redmond Militante Software Engineer / Medill School of Journalism FreeBSD 5.4-STABLE #0: Wed Sep 7 15:00:27 CDT 2005 i386 12:15PM up 1:54, 1 user, load averages: 0.24, 0.27, 0.22 --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFDIHNf7g+NJl/fSB0RAvPMAJwMGUiV0gzg2RPdW9zI9FUOJRngVwCg2ari gzXBK2iMT15fxaAM2L7nQ4k= =33jt -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:18:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6FFF16A41F for ; Thu, 8 Sep 2005 17:18:38 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72FBD43D5E for ; Thu, 8 Sep 2005 17:18:37 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050908171836.YBYH27017.mta11.adelphia.net@default.chvlva.adelphia.net>; Thu, 8 Sep 2005 13:18:36 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 082A6B595; Thu, 8 Sep 2005 13:18:36 -0400 (EDT) Date: Thu, 8 Sep 2005 13:18:35 -0400 From: Parv To: "Gary W. Swearingen" Message-ID: <20050908171835.GC14196@holestein.holy.cow> Mail-Followup-To: "Gary W. Swearingen" , freebsd-questions@freebsd.org References: <200509081521.j88FL8N3085702@aristotle.tamu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:18:38 -0000 in message , wrote Gary W. Swearingen thusly... > > I compressed a filesystem dump (on Athlon 64/3200+, i386 OS) and > > bzip2 compressed to 50% of 2 GB in 1118 sec > gzip compressed to 52% of 2 GB in 306 sec > > But bzip2 can compress much better than that on some stuff. > > If your goal is a small backup, bzip compresses better. > If your goal is a quick backup to disk, gzip is faster. > If your goal is a quick backup to tape, bzip is faster > because tape is so slow, unless your CPU can't keep up. In this context, by "bzip" did you actually meant "bzip2"? (There is a archivers/bzip port.) - Parv -- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:21:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E72016A41F for ; Thu, 8 Sep 2005 17:21:17 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp3.suscom.net (smtp3.suscom.net [64.78.119.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3575743D49 for ; Thu, 8 Sep 2005 17:21:13 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (unknown [127.0.0.1]) by smtp3.suscom.net (Postfix) with ESMTP id 79A4B21020C; Thu, 8 Sep 2005 13:21:11 -0400 (EDT) Received: from smtp3.suscom.net ([127.0.0.1]) by localhost (smtp3.suscom.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17137-01-34; Thu, 8 Sep 2005 13:21:00 -0400 (EDT) Received: from [192.168.0.2] (ip148.217.susc.suscom.net [216.45.217.148]) by smtp3.suscom.net (Postfix) with SMTP id 1339E21021B; Thu, 8 Sep 2005 13:21:00 -0400 (EDT) Date: Thu, 08 Sep 2005 13:21:04 -0400 From: Gerard Seibert To: Kevin Kinsey Sender: Gerard@smtp3.suscom.net, Seibert@smtp3.suscom.net In-Reply-To: <43206857.1010803@daleco.biz> References: <43206857.1010803@daleco.biz> Message-Id: <20050908131527.118E.GERARD-SEIBERT@suscom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.22.01 [en] X-Virus-Scanned: amavisd-new at suscom.net Cc: freebsd-questions Subject: Re[2]: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard-seibert@suscom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:21:17 -0000 On Thursday, September 08, 2005 12:35:35 PM Kevin Kinsey wrote: > Gerard Seibert wrote: > > > I am trying to figure out how to print 'man' pages. If I try a simple > > redirect, such as: "man foo > foo.txt" the new file is loaded > > with control symbols, etc. that are not really printable. I want to > > save the files if possible, and print them out at a later date. It > > that is not possible, how would I go about printing them out in real > > time? > > > > > And if you don't care about PostScript, (think this is in the FAQ or > fortune or some such); > > man foo | col -bx > foo.txt > > HTH, > > Kevin Kinsey ********** Reply Separator ********** Thursday, September 08, 2005 1:15:27 PM Thank you. That is exactly what I was looking for. I had not heard of the 'col' program before. -- Gerard E. Seibert gerard-seibert@suscom.net "A friend with weed, is a friend indeed" Unknown From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:36:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8C316A41F for ; Thu, 8 Sep 2005 17:36:48 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6648143D45 for ; Thu, 8 Sep 2005 17:36:48 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by kweetal.tue.nl (Postfix) with ESMTP id 9BF7013B6F4; Thu, 8 Sep 2005 19:36:47 +0200 (CEST) Received: from kweetal.tue.nl ([127.0.0.1]) by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 83292-06; Thu, 8 Sep 2005 19:36:46 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id BC78513B6D6; Thu, 8 Sep 2005 19:36:46 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j88HakfU060323; Thu, 8 Sep 2005 19:36:46 +0200 (CEST) (envelope-from stijn) Date: Thu, 8 Sep 2005 19:36:46 +0200 From: Stijn Hoop To: Giorgos Keramidas Message-ID: <20050908173646.GO20229@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p7qwJlK53pWzbayA" Content-Disposition: inline In-Reply-To: <20050908165328.GB37407@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:36:49 -0000 --p7qwJlK53pWzbayA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 07:53:28PM +0300, Giorgos Keramidas wrote: > Gerard Seibert wrote: > > I am trying to figure out how to print 'man' pages. If I try a simple > > redirect, such as: "man foo > foo.txt" the new file is loaded with > > control symbols, etc. that are not really printable. I want to save > > the files if possible, and print them out at a later date. It that is > > not possible, how would I go about printing them out in real time? >=20 > man -t foo > foo.ps >=20 > will generate Postscript output, which is a lot better for printing. Highly useful to know, but shouldn't we update the man page for man(1)? -t Use /usr/bin/groff -S -man to format the manual page, pass= ing the output to stdout. The output from /usr/bin/groff -S -= man may need to be passed through some filter or another before being printed. This does not exactly spell 'output postscript' to me... --Stijn --=20 Coughlin's law: never tell tales about a woman no matter how far away she is, she'll always hear you. -- Cocktail --p7qwJlK53pWzbayA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIHauY3r/tLQmfWcRAsm3AJ47JZt2aX5+sxOz40rExWrLhd4stACgsadO oAi9HsEnhctTBxbpCy+DNOY= =l4zP -----END PGP SIGNATURE----- --p7qwJlK53pWzbayA-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:39:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E502E16A41F for ; Thu, 8 Sep 2005 17:39:07 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B3943D53 for ; Thu, 8 Sep 2005 17:39:07 +0000 (GMT) (envelope-from maxsec@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so1090598wxd for ; Thu, 08 Sep 2005 10:39:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:subject:cc:in-reply-to:mime-version:content-type:references; b=FOfS4WU8uDq0WQybRYffFmvYx81UdYUtKCFc3J/m30KQzRTYIEqHToXhfEtRDo8XwLK7FnjyaZnYYHcJKJBZmm+GFF5zq1JKKXIwk7+zOrrFmvYqhuZTXTSYBWYYSyiftxS7YoVmffnrLuZIgyK0nqZdR6wynm3hWWJpT6ZYYEA= Received: by 10.70.40.19 with SMTP id n19mr57310wxn; Thu, 08 Sep 2005 10:39:06 -0700 (PDT) Received: by 10.70.42.12 with HTTP; Thu, 8 Sep 2005 10:39:06 -0700 (PDT) Message-ID: <72cf361e050908103942ca06f2@mail.gmail.com> Date: Thu, 8 Sep 2005 18:39:06 +0100 From: Martin Hepworth Cc: freebsd-questions@freebsd.org In-Reply-To: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Mime-Version: 1.0 References: <20050908094659.68961.qmail@web41002.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Porting from LInux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:39:08 -0000 On 9/8/05, Deepak Naidu wrote: >=20 > Hi, > I am trying to migrate my mail servers from Fedora > core 3 to FreeBSD 5.4, due to performance issue. Had > few questions. >=20 > 1)Which is the suitable filesystem ie UFS2, Ext2 > etc... > for mailing server. I used raiserfs in linux. Which > File System's are supported in FreeBSD 5.4 and which > is stable for mailing system. How do i enable them in > kernel. I'd suggest use the ufs2 default with softupdates (a liitle like journaling= =20 but better) enabled.=20 Other questions already answered by other people -- martin From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:39:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B3116A41F for ; Thu, 8 Sep 2005 17:39:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 512A943D53 for ; Thu, 8 Sep 2005 17:39:58 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j88Hdn0r013903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 13:39:49 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j88Hdn6P005713; Thu, 8 Sep 2005 13:39:49 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DD417511FD; Thu, 8 Sep 2005 13:39:48 -0400 (EDT) Date: Thu, 8 Sep 2005 13:39:48 -0400 From: Kris Kennaway To: Yuan Jue Message-ID: <20050908173948.GE49084@xor.obsecurity.org> References: <4320494D.6030503@antenna.nl> <200509082234.50571.yuanjue122@gmail.com> <43204E22.1010807@antenna.nl> <200509082309.43229.yuanjue122@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JBi0ZxuS5uaEhkUZ" Content-Disposition: inline In-Reply-To: <200509082309.43229.yuanjue122@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: Chantal Rosmuller , freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:39:59 -0000 --JBi0ZxuS5uaEhkUZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 11:09:43PM +0800, Yuan Jue wrote: > On Thursday 08 September 2005 22:43, Chantal Rosmuller wrote: >=20 > > >>I was installing clamav 0.83 on a freebsd 5.4 system and I got the > > >>following error: > > >>clamav configure: error: The installed zlib version may contain a > > >>security bug > > >> > > >>I want to upgrade zlib to solve this but: > > >>- I don't know how I can see what version of zlib I have at the momen= t? > > > > > >use pkg_info|grep zlib > > > > > >>- I found the following advice on the freebsd site: > > >> > > >>ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zl= ib.a > > >>sc > > >> > > >>according to this I have to do the following: > > >> > > >># cd /usr/src > > >># patch < /path/to/patch > > >># cd /usr/src/lib/libz/ > > >># make obj && make depend && make && make install > > >> > > >>but I have no /usr/src/lib/libz/ > > > > > >maybe you didn't install source code when you installed your FreeBSD. = You > > >still can do it using sysinstall now. >=20 >=20 > > You are right I didn't install the sourcecode, the instructions make a > > lot more sense now :) > > one other small question, pkg_info | grep zlib > > gave me the following output; > > > > jzlib-1.0.5_1 A re-implementation of zlib in pure Java > > php4-zlib-4.3.10_2 The zlib shared extension for php > > > > > > so no zlib? Why is that ? because I didn't install it with pkg_add? > sorry, I never try clamav, so I am not sure the exact reason for that err= or.=20 > Maybe when you install the source code, there is no error anymore :) The advice was bogus, zlib is not a package on FreeBSD. > Or, you may need to install this port find_zlib-1.9, which can be found= =20 > in /usr/ports/security/. That does something else again..please try not to give bad advice :-) Kris --JBi0ZxuS5uaEhkUZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIHdkWry0BWjoQKURAk9kAJ43gPA36avnKc7RoWL+yP/OmZwXVACfZ300 pwjH8wWdWkXVU4C9fpJg1AI= =pOtV -----END PGP SIGNATURE----- --JBi0ZxuS5uaEhkUZ-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:41:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA4E16A41F for ; Thu, 8 Sep 2005 17:41:41 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4D543D58 for ; Thu, 8 Sep 2005 17:41:41 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j88HfY0r014085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 13:41:34 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j88HfY6P005814; Thu, 8 Sep 2005 13:41:34 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AC5B1511FD; Thu, 8 Sep 2005 13:41:33 -0400 (EDT) Date: Thu, 8 Sep 2005 13:41:33 -0400 From: Kris Kennaway To: Chantal Rosmuller Message-ID: <20050908174132.GF49084@xor.obsecurity.org> References: <4320494D.6030503@antenna.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MZf7D3rAEoQgPanC" Content-Disposition: inline In-Reply-To: <4320494D.6030503@antenna.nl> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:41:42 -0000 --MZf7D3rAEoQgPanC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 04:23:09PM +0200, Chantal Rosmuller wrote: > Hi everyone, >=20 > I was installing clamav 0.83 on a freebsd 5.4 system and I got the=20 > following error: > clamav configure: error: The installed zlib version may contain a=20 > security bug >=20 > I want to upgrade zlib to solve this but: > - I don't know how I can see what version of zlib I have at the moment? > - I found the following advice on the freebsd site: >=20 > ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.a= sc >=20 > according to this I have to do the following: >=20 > # cd /usr/src > # patch < /path/to/patch > # cd /usr/src/lib/libz/ > # make obj && make depend && make && make install >=20 > but I have no /usr/src/lib/libz/ >=20 > Can anyone clarify this for me? Thanks! You will need to either first install the FreeBSD sources (see the handbook for full description of the many ways to do this) or upgrade your FreeBSD installation to the latest security revision, see http://www.daemonology.net/freebsd-update/ Kris --MZf7D3rAEoQgPanC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIHfKWry0BWjoQKURAo1zAKC0kNREByF154fhEvJfN3hfMkP/5ACgvgkB hOxpmiikVm3lTzRKcTQVGpA= =36c4 -----END PGP SIGNATURE----- --MZf7D3rAEoQgPanC-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:43:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F5C16A41F for ; Thu, 8 Sep 2005 17:43:50 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFEC43D48 for ; Thu, 8 Sep 2005 17:43:49 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j88Hhm0r014333 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 13:43:48 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j88Hhm6P005915; Thu, 8 Sep 2005 13:43:48 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D2106511FD; Thu, 8 Sep 2005 13:43:47 -0400 (EDT) Date: Thu, 8 Sep 2005 13:43:47 -0400 From: Kris Kennaway To: John Do Message-ID: <20050908174346.GG49084@xor.obsecurity.org> References: <20050908164131.64408.qmail@web35810.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MiFvc8Vo6wRSORdP" Content-Disposition: inline In-Reply-To: <20050908164131.64408.qmail@web35810.mail.mud.yahoo.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: 5.2.1-RELEASE FTP site error suddenly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:43:51 -0000 --MiFvc8Vo6wRSORdP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 12:41:31PM -0400, John Do wrote: > Here is what happens: >=20 > pkg_add -r apache+mod_ssl > Error: FTP Unable to get > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.1= -RELEASE/packages/Latest/apache+mod_ssl.tbz: > Protocol error > pkg_add: unable to fetch > 'ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.= 1-RELEASE/packages/Latest/apache+mod_ssl.tbz' > by URL >=20 >=20 > Even if I try to do a wget to the ftp I still get an > error. >=20 > I am able to successfully wget from other FTP sites. >=20 > Anyone have any solutions? It works for me, maybe it was something transient. > Is there a mirror of the packages for 5.2.1-RELEASE I > can try? Try http://mirrorlist.freebsd.org/ - it only lists the release bits (not packages directly), but if they have one there's a better chance they have the other. Kris --MiFvc8Vo6wRSORdP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIHhSWry0BWjoQKURAmjlAJ4/HecRYCj6LscHaEtvK6keWDGEcwCcCApQ ToO+/urVH9TkHmhTKlY3tJU= =kEnB -----END PGP SIGNATURE----- --MiFvc8Vo6wRSORdP-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 17:55:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 914A216A41F for ; Thu, 8 Sep 2005 17:55:23 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CC2A43D4C for ; Thu, 8 Sep 2005 17:55:22 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E2900D21F9A for freebsd-questions@freebsd.org; Thu, 8 Sep 2005 19:55:21 +0200 Received: (qmail 20288 invoked by uid 1001); 8 Sep 2005 19:55:19 +0200 Date: Thu, 8 Sep 2005 19:55:19 +0200 From: Erik Trulsson To: Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions Message-ID: <20050908175519.GA20222@falcon.midgard.homeip.net> Mail-Followup-To: Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050908173646.GO20229@pcwin002.win.tue.nl> User-Agent: Mutt/1.5.9i Cc: Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 17:55:23 -0000 On Thu, Sep 08, 2005 at 07:36:46PM +0200, Stijn Hoop wrote: > On Thu, Sep 08, 2005 at 07:53:28PM +0300, Giorgos Keramidas wrote: > > Gerard Seibert wrote: > > > I am trying to figure out how to print 'man' pages. If I try a simple > > > redirect, such as: "man foo > foo.txt" the new file is loaded with > > > control symbols, etc. that are not really printable. I want to save > > > the files if possible, and print them out at a later date. It that is > > > not possible, how would I go about printing them out in real time? > > > > man -t foo > foo.ps > > > > will generate Postscript output, which is a lot better for printing. > > Highly useful to know, but shouldn't we update the man page for man(1)? > > -t Use /usr/bin/groff -S -man to format the manual page, passing > the output to stdout. The output from /usr/bin/groff -S -man > may need to be passed through some filter or another before > being printed. > > This does not exactly spell 'output postscript' to me... It does if you know that postscript is the default output format of groff. If one doesn't know what format groff outputs by default, it is easily learned by reading the groff(1) manpage. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 18:00:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E78F516A41F for ; Thu, 8 Sep 2005 18:00:33 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 977E143D48 for ; Thu, 8 Sep 2005 18:00:33 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AC3D399600F2; Thu, 08 Sep 2005 11:00:29 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j88I2YTO081962; Thu, 8 Sep 2005 11:02:34 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j88I2TJa081961; Thu, 8 Sep 2005 11:02:29 -0700 (PDT) (envelope-from garys@opusnet.com) To: "Gary W. Swearingen" References: <200509081521.j88FL8N3085702@aristotle.tamu.edu> <20050908171835.GC14196@holestein.holy.cow> From: garys@opusnet.com (Gary W. Swearingen) Date: Thu, 08 Sep 2005 11:02:29 -0700 In-Reply-To: <20050908171835.GC14196@holestein.holy.cow> (parv@pair.com's message of "Thu, 8 Sep 2005 13:18:35 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RBL-Warning: WEIGHT10: Total weight between 10 and 14. X-Spam-Tests-Failed: SPAMDOMAINS, SPFf, WEIGHT10 [11] Cc: freebsd-questions@freebsd.org Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 18:00:34 -0000 Parv writes: > In this context, by "bzip" did you actually meant "bzip2"? (There > is a archivers/bzip port.) No, I presented bzip2-labeled test results and then made statements about archivers/bzip. But I suppose they're true about "bzip2" too. From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 18:04:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CFE16A41F for ; Thu, 8 Sep 2005 18:04:04 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35809.mail.mud.yahoo.com (web35809.mail.mud.yahoo.com [66.163.179.178]) by mx1.FreeBSD.org (Postfix) with SMTP id AC51C43D5A for ; Thu, 8 Sep 2005 18:04:02 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 28749 invoked by uid 60001); 8 Sep 2005 18:04:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3mXulDb7/ty8eef/nOyPJyh23bVFqqfXqbrdgrsBlfJswWkVsFrHDYRpU8eu3SPRHTWhn28ZLjJ3JFIrsEDbrWB1uk9Ri9rSdiC974iT8zBBW538q3ZpKKOLALtccQdAqUtITAIgy/AiGmQOatotbrsV02DziY8APHERdKQwzcg= ; Message-ID: <20050908180402.28747.qmail@web35809.mail.mud.yahoo.com> Received: from [204.244.110.7] by web35809.mail.mud.yahoo.com via HTTP; Thu, 08 Sep 2005 14:04:02 EDT Date: Thu, 8 Sep 2005 14:04:02 -0400 (EDT) From: John Do To: Kris Kennaway In-Reply-To: <20050908174346.GG49084@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 5.2.1-RELEASE FTP site error suddenly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 18:04:04 -0000 Thanks Kris! I found a successful mirror site. You can FTP through a Windows box or other client but from FreeBSD 5.2.1 the mirror site I mentioned still doesn't work with pkg_add or wget (it worked about a day or two ago) whereas the one below does work for pkg_add and also wget at this time ftp://ftp3.de.freebsd.org/pub/FreeBSD/releases/i386/5.2.1-RELEASE/5.2.1-RELEASE/packages/Latest/ --- Kris Kennaway wrote: > On Thu, Sep 08, 2005 at 12:41:31PM -0400, John Do > wrote: > > Here is what happens: > > > > pkg_add -r apache+mod_ssl > > Error: FTP Unable to get > > > ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.1-RELEASE/packages/Latest/apache+mod_ssl.tbz: > > Protocol error > > pkg_add: unable to fetch > > > 'ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/5.2.1-RELEASE/packages/Latest/apache+mod_ssl.tbz' > > by URL > > > > > > Even if I try to do a wget to the ftp I still get > an > > error. > > > > I am able to successfully wget from other FTP > sites. > > > > Anyone have any solutions? > > It works for me, maybe it was something transient. > > > Is there a mirror of the packages for > 5.2.1-RELEASE I > > can try? > > Try http://mirrorlist.freebsd.org/ - it only lists > the release bits > (not packages directly), but if they have one > there's a better chance > they have the other. > > Kris > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 18:20:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 195DD16A41F for ; Thu, 8 Sep 2005 18:20:26 +0000 (GMT) (envelope-from parv@pair.com) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D6E43D49 for ; Thu, 8 Sep 2005 18:20:25 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.76.67]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050908182022.GEKP12299.mta13.adelphia.net@default.chvlva.adelphia.net>; Thu, 8 Sep 2005 14:20:22 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id E4CDBB558; Thu, 8 Sep 2005 14:20:21 -0400 (EDT) Date: Thu, 8 Sep 2005 14:20:21 -0400 From: Parv To: "Gary W. Swearingen" Message-ID: <20050908182021.GA15829@holestein.holy.cow> Mail-Followup-To: "Gary W. Swearingen" , freebsd-questions@freebsd.org References: <200509081521.j88FL8N3085702@aristotle.tamu.edu> <20050908171835.GC14196@holestein.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 18:20:26 -0000 in message , wrote Gary W. Swearingen thusly... > > Parv writes: > > > In this context, by "bzip" did you actually meant "bzip2"? > > (There is a archivers/bzip port.) > > No, I presented bzip2-labeled test results and then made > statements about archivers/bzip. Thanks much for clarifying. > But I suppose they're true about "bzip2" too. Can't comment (as i have not done any tests comparing bzip to bzip2). - Parv -- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 18:26:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3F816A41F for ; Thu, 8 Sep 2005 18:26:19 +0000 (GMT) (envelope-from rasmith@aristotle.tamu.edu) Received: from aristotle.tamu.edu (Aristotle.tamu.edu [128.194.75.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 428F143D46 for ; Thu, 8 Sep 2005 18:26:19 +0000 (GMT) (envelope-from rasmith@aristotle.tamu.edu) Received: from aristotle.tamu.edu (localhost [127.0.0.1]) by aristotle.tamu.edu (8.13.1/8.13.1) with ESMTP id j88IQIPZ086475 for ; Thu, 8 Sep 2005 13:26:18 -0500 (CDT) (envelope-from rasmith@aristotle.tamu.edu) Message-Id: <200509081826.j88IQIPZ086475@aristotle.tamu.edu> To: freebsd-questions@freebsd.org In-Reply-To: Message from Parv of "Thu, 08 Sep 2005 14:20:21 EDT." <20050908182021.GA15829@holestein.holy.cow> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Thu, 08 Sep 2005 13:26:18 -0500 From: Robin Smith Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 18:26:19 -0000 >>>>> "Parv" == Parv writes: Parv> in message , wrote Gary W. Parv> Swearingen thusly... >> Parv writes: >> >> > In this context, by "bzip" did you actually meant "bzip2"? > >> (There is a archivers/bzip port.) >> >> No, I presented bzip2-labeled test results and then made >> statements about archivers/bzip. Parv> Thanks much for clarifying. >> But I suppose they're true about "bzip2" too. Parv> Can't comment (as i have not done any tests comparing bzip Parv> to bzip2). Just to return to the original question: to compress a dump, just run dump with the "-f -" flag and pipe the output through your favorite compression program (gzip, bzip2, bzip, compress). I was responding to a question about the use of tar, which would be pointless here. Robin Smith From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 18:54:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76A1216A41F for ; Thu, 8 Sep 2005 18:54:04 +0000 (GMT) (envelope-from dukka@home.se) Received: from spamfilter.pop46.net (h12.ip-n161.pop46.net [195.49.161.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B06643D48 for ; Thu, 8 Sep 2005 18:54:03 +0000 (GMT) (envelope-from dukka@home.se) Received: from localhost (spamlocal.pop46.net [127.0.0.1]) by spamfilter.pop46.net (Postfix) with ESMTP id A4A946D60F for ; Thu, 8 Sep 2005 20:53:55 +0200 (CEST) Received: from spamfilter.pop46.net ([127.0.0.1]) by localhost (spamfilter.pop46.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02438-07 for ; Thu, 8 Sep 2005 20:53:52 +0200 (CEST) Received: from kontor (unknown [194.116.156.247]) by spamfilter.pop46.net (Postfix) with ESMTP id 26E8A6D609 for ; Thu, 8 Sep 2005 20:53:52 +0200 (CEST) MIME-Version: 1.0 Message-Id: <432088D2.000003.02392@KONTOR> Date: Thu, 8 Sep 2005 20:54:10 +0200 (Västeuropa, normaltid) X-Mailer: IncrediMail (4001930) From: "=?iso-8859-1?B?R/ZyYW4gTmlsc3Nvbg==?= " To: X-FID: FLAVOR00-NONE-0000-0000-000000000000 X-Priority: 3 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: atacontrol X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 18:54:04 -0000 Hi. I have recently installed Freebsd 5.4 . I have also installed a cheap raidcontroller . On the controller i put on a 200+120gb disk.=0D =0D In the raidcontroller i create a JBOD raid, showing me that i now have 30= 1gb of disk. That's a loss of 19gb, i can live with that.=0D =0D After login I do a "atacontrol create JBOD ad5 ad6". It now creates ar0 device with 223gb of space. That's nearly a 100gb of disk loss!=0D If and how can i prevent the huge 100gb of storage loss?=0D =0D /Regards dukka From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 19:04:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD7FE16A41F for ; Thu, 8 Sep 2005 19:04:51 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806B243D46 for ; Thu, 8 Sep 2005 19:04:51 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j88J4oL3012767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 12:04:50 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050908115824.0487d2c0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 08 Sep 2005 12:04:23 -0700 To: =?iso-8859-1?Q?=22G=F6ran_Nilsson__=22?= , From: Glenn Dawson In-Reply-To: <432088D2.000003.02392@KONTOR> References: <432088D2.000003.02392@KONTOR> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: atacontrol X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 19:04:51 -0000 At 11:54 AM 9/8/2005, G=F6ran Nilsson wrote: >Hi. I have recently installed Freebsd 5.4 . I have also installed a cheap >raidcontroller . On the controller i put on a 200+120gb disk. > > > >In the raidcontroller i create a JBOD raid, showing me that i now have= 301gb >of disk. That's a loss of 19gb, i can live with that. > > > >After login I do a "atacontrol create JBOD ad5 ad6". It now creates ar0 >device with 223gb of space. That's nearly a 100gb of disk loss! > >If and how can i prevent the huge 100gb of storage loss? If all you're going to do is use "JBOD", why even=20 have the raid controller in the first place? -Glenn > > >/Regards dukka >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to= "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 19:16:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838E816A41F for ; Thu, 8 Sep 2005 19:16:39 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3173143D48 for ; Thu, 8 Sep 2005 19:16:39 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [24.5.159.91] (c-24-5-159-91.hsd1.ca.comcast.net[24.5.159.91]) by comcast.net (sccrmhc12) with ESMTP id <20050908191637012002dk4be>; Thu, 8 Sep 2005 19:16:37 +0000 Message-ID: <43208E13.3070709@comcast.net> Date: Thu, 08 Sep 2005 12:16:35 -0700 From: Rem Roberti User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Installing KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 19:16:39 -0000 I have tried to install Kde3 from both ports and pkgs. Each time the installation chokes on Kdebase and Kdeartwork. An error screen comes up announcing the failure, and referring me to a debug screen which I have no idea where to find. As you can tell, this is a newbie thing. Any help would be appreciated. Rem From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 19:26:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5327116A41F for ; Thu, 8 Sep 2005 19:26:45 +0000 (GMT) (envelope-from dukka@home.se) Received: from spamfilter.pop46.net (h12.ip-n161.pop46.net [195.49.161.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A72A43D46 for ; Thu, 8 Sep 2005 19:26:44 +0000 (GMT) (envelope-from dukka@home.se) Received: from localhost (spamlocal.pop46.net [127.0.0.1]) by spamfilter.pop46.net (Postfix) with ESMTP id 4AB1F6D61A; Thu, 8 Sep 2005 21:26:37 +0200 (CEST) Received: from spamfilter.pop46.net ([127.0.0.1]) by localhost (spamfilter.pop46.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02605-01; Thu, 8 Sep 2005 21:26:32 +0200 (CEST) Received: from kontor (unknown [194.116.156.247]) by spamfilter.pop46.net (Postfix) with ESMTP id E98786D613; Thu, 8 Sep 2005 21:26:31 +0200 (CEST) MIME-Version: 1.0 Message-Id: <4320907B.000007.02392@KONTOR> Date: Thu, 8 Sep 2005 21:26:51 +0200 (Västeuropa, normaltid) X-Mailer: IncrediMail (4001930) From: "=?iso-8859-1?B?R/ZyYW4gTmlsc3Nvbg==?= " References: <6.2.3.4.2.20050908115824.0487d2c0@cobalt.antimatter.net> To: "Glenn Dawson" X-FID: FLAVOR00-NONE-0000-0000-000000000000 X-Priority: 3 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Sv: Re: atacontrol X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 19:26:45 -0000 All other ide channels are taken, and it comes for a cheap amount of mon= ey. And i thought this would be the best way to combine different size of dis= k into just one large disk. =0D =0D I can add some extra info=0D --------------------------------------------------=0D ad5: 194481MB [395136/16/63] at ata2-slave UDMA= 133=0D =0D ad6: 114440MB [232514/16/63] at ata3-master UDMA100=0D =0D ar0: 228880MB [29178/255/63] status: READY subdisks:=0D =0D =0D -------Originalmeddelande-------=0D =0D Fr=E5n: Glenn Dawson=0D Datum: 09/08/05 20:57:45=0D Till: G=F6ran Nilsson ; freebsd-questions@freebsd.org=0D =C4mne: Re: atacontrol=0D =0D At 11:54 AM 9/8/2005, G=F6ran Nilsson wrote:=0D >Hi. I have recently installed Freebsd 5.4 . I have also installed a chea= p=0D >raidcontroller . On the controller i put on a 200+120gb disk.=0D >=0D >=0D >=0D >In the raidcontroller i create a JBOD raid, showing me that i now have 301gb=0D >of disk. That's a loss of 19gb, i can live with that.=0D >=0D >=0D >=0D >After login I do a "atacontrol create JBOD ad5 ad6". It now creates ar0=0D >device with 223gb of space. That's nearly a 100gb of disk loss!=0D >=0D >If and how can i prevent the huge 100gb of storage loss?=0D =0D If all you're going to do is use "JBOD", why even=0D have the raid controller in the first place?=0D =0D -Glenn=0D =0D =0D >=0D >=0D >/Regards dukka=0D >_______________________________________________=0D >freebsd-questions@freebsd.org mailing list=0D >http://lists.freebsd.org/mailman/listinfo/freebsd-questions=0D >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.= org =0D =0D _______________________________________________=0D freebsd-questions@freebsd.org mailing list=0D http://lists.freebsd.org/mailman/listinfo/freebsd-questions=0D To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"=0D =0D =0D __________ NOD32 1.1212 (20050908) Information __________=0D =0D This message was checked by NOD32 antivirus system.=0D http://www.nod32.com=0D =0D =20 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 19:57:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9BF16A41F for ; Thu, 8 Sep 2005 19:57:32 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from stimpy.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 422B443D4C for ; Thu, 8 Sep 2005 19:57:32 +0000 (GMT) (envelope-from jeff.hamann@forestinformatics.com) Received: from rodan ([192.168.0.14]) by stimpy.forestinformatics.com (8.12.9/8.12.9) with SMTP id j88JvPMc069769 for ; Thu, 8 Sep 2005 12:57:26 -0700 (PDT) (envelope-from jeff.hamann@forestinformatics.com) Message-ID: <004201c5b4af$87ed9ce0$0a00a8c0@rodan> From: "Jeff D. Hamann" To: Date: Thu, 8 Sep 2005 12:57:18 -0700 Organization: Forest Informatics, Inc. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on stimpy.forestinformatics.com Subject: rebuilding kernel 6.0beta4 for amd64? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jeff D. Hamann" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 19:57:33 -0000 I've just put together a new amd64 machine in an ASUS Vintage-ae1 barebones system. After giving up on FreeBSD 5.4 when it gagged on my hard drive, I decided to try going all the way to 6.0beta4. Almost everything went without incident except for mounting usb sticks and the on-board network card isn't coming up. It seems to get detected, but not initialized. When I run dmesg, I get the following lines (I can't post the whole thing since I can't get files from the bsd box to my windows box -- no mcopy and I don't know how to mount the usb stick either): plip0: on ppbus0 and when I type ifonfig, I get: plip0: flags=<108851 mtu 1500 lo0: flags=blah,blah,blah.... I think my chipsets for the asus vintage-ae1 is/are: northbridge: SIS 760GX southbridge: SIS 965L and so doing a little research, I think the sis device driver might work (maybe?) and so I need to recompile the kernel to get the onboard nic to light up. So I've been hunting around to see if I can recompile the kernel to include the SIS ethernet driver and I'm having some trouble with the process of building a new kernel under 6.0-BETA4... >From re-reading my references, compiling a new kernel is accomplished with the following steps: 1) cd /sys/amd64/conf 2) cp KERNEL MYKERNEL 3) make the edits to MYKERNEL (adding the line "device sis" to the file) 4) cd /usr/src 5) make buildkernel KERNCONF=MYKERNEL 6) make installkernel KERNCONF=MYKERNEL 7) reboot okay, so when I attempt to build a new kernel, I get the following: bobby# make buildkernel KERNCONF=MYKERNEL make: don't know how to make buildkernel. Stop bobby# now what? --- Jeff D. Hamann Forest Informatics, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 541-754-1428 jeff.hamann@forestinformatics.com www.forestinformatics.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 19:58:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C9D16A41F for ; Thu, 8 Sep 2005 19:58:55 +0000 (GMT) (envelope-from elon@zwelf.in-dsl.de) Received: from zwelf.in-dsl.de (zwelf.in-dsl.de [217.197.85.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id C127243D45 for ; Thu, 8 Sep 2005 19:58:54 +0000 (GMT) (envelope-from elon@zwelf.in-dsl.de) Received: from elon by zwelf.in-dsl.de with local (Exim 4.20) id 1EDSXs-0000rd-BO; Thu, 08 Sep 2005 19:58:52 +0000 Date: Thu, 8 Sep 2005 21:58:52 +0200 From: Leon Messner To: Jerahmy Pocott Message-ID: <20050908195852.GB2768@asterix.bsdserved.de> Mail-Followup-To: Jerahmy Pocott , freebsd-questions@freebsd.org References: <79096981-E73E-4389-9F1C-38789E98AE94@optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <79096981-E73E-4389-9F1C-38789E98AE94@optusnet.com.au> User-Agent: Mutt/1.4.1i Cc: freebsd-questions@freebsd.org Subject: Re: fsck says "UNEXPECTED SOFT UPDATE INCONSISTENCY" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 19:58:55 -0000 On Thu, Aug 11, 2005 at 03:05:06PM +1000, Jerahmy Pocott wrote: > Hello everyone, > > After a server lost power unexpectedly (read: someone pulled the plug > out), on reboot > the automatic fsck failed with "UNEXPECTED SOFT UPDATE INCONSISTENCY" as > the message. Running fsck interactively doesn't seem to be able to > fix it.. > > Every time in phase one it says: > > CANNOT READ: BLK 66322496 > UNEXPECTED SOFT UPDATE INCONSISTENCY > Any ideas on what I could try to fix this? > You could have a look at tunefs(8) and turn soft updates off for fsck'ing. HTH Leon -- gnupg key ID: 9B820836 & Fingerprint: 6081 8F41 8FEC 0D69 DB98 F014 0FD4 B47D 9B82 0836 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:14:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5060216A41F for ; Thu, 8 Sep 2005 20:14:32 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2540E43D45 for ; Thu, 8 Sep 2005 20:14:30 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so13310rne for ; Thu, 08 Sep 2005 13:14:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=B+QyrblkkwJaSnFFp7ZG8mY/AX4/xHSnipe08qGeamBNW0ykI+ZfuAfDLlFzni/BUj9ZtMCPKhnXkGoHwrIDPJm3Yh65WHohAAQ8rDWcmDi8dKy2YSbo2lISdFEjhdykR4pOT/AW/asqhSha9cUN7nrijN3GJsUgcvdpjsV81fk= Received: by 10.38.104.36 with SMTP id b36mr85058rnc; Thu, 08 Sep 2005 13:14:29 -0700 (PDT) Received: by 10.38.75.51 with HTTP; Thu, 8 Sep 2005 13:14:29 -0700 (PDT) Message-ID: Date: Thu, 8 Sep 2005 16:14:29 -0400 From: Michael Sherman To: FreeBSD Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: msherman77@gmail.com Subject: Conflicting CDRW and DVDRW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: msherman77@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:14:32 -0000 Hi all. I am trying to burn a DVD with my Pioneer DVD writer (usb), but when I open K3B, the device is not listed. In fact the IDE CD burner isn't listed there as well. The kernel is configured with SCSI and ATAPICAM devices. It seems to me that my writers IDE and USB are conflicting, since the output of the camcontrol devlist produces: at scbus0 target 6 lun 0 (sa0,pass0) at scbus1 target 0 lun 0 (pass1,cd0) at scbus3 target 0 lun 0 (pass2,cd1) Any ideas? Any hint will be appreciated. Below included my kernel config and the output of dmesg. # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig= -config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.6.2.2 2004/10/24 18:02:52 scottl Exp $ machine=09=09i386 #cpu=09=09I486_CPU #cpu=09=09I586_CPU cpu=09=09I686_CPU ident=09=09FreeBSD_CUSTOM=09 # To statically compile in device wiring instead of /boot/device.hints #hints=09=09"GENERIC.hints"=09=09# Default places to look for devices. options =09SCHED_4BSD=09=09# 4BSD scheduler options =09INET=09=09=09# InterNETworking options =09INET6=09=09=09# IPv6 communications protocols options =09FFS=09=09=09# Berkeley Fast Filesystem options =09SOFTUPDATES=09=09# Enable FFS soft updates support options =09UFS_ACL=09=09=09# Support for access control lists options =09UFS_DIRHASH=09=09# Improve performance on big directories options =09MD_ROOT=09=09=09# MD is a potential root device options =09NFSCLIENT=09=09# Network Filesystem Client options =09NFSSERVER=09=09# Network Filesystem Server options =09NFS_ROOT=09=09# NFS usable as /, requires NFSCLIENT options =09MSDOSFS=09=09=09# MSDOS Filesystem options =09CD9660=09=09=09# ISO 9660 Filesystem options =09PROCFS=09=09=09# Process filesystem (requires PSEUDOFS) options =09PSEUDOFS=09=09# Pseudo-filesystem framework options =09GEOM_GPT=09=09# GUID Partition Tables. options =09COMPAT_43=09=09# Compatible with BSD 4.3 [KEEP THIS!] options =09COMPAT_FREEBSD4=09=09# Compatible with FreeBSD4 options =09SCSI_DELAY=3D15000=09# Delay (in ms) before probing SCSI options =09KTRACE=09=09=09# ktrace(1) support options =09SYSVSHM=09=09=09# SYSV-style shared memory options =09SYSVMSG=09=09=09# SYSV-style message queues options =09SYSVSEM=09=09=09# SYSV-style semaphores options =09_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extension= s options =09KBD_INSTALL_CDEV=09# install a CDEV entry in /dev options =09AHC_REG_PRETTY_PRINT=09# Print register bitfields in debug =09=09=09=09=09# output. Adds ~128k to driver. options =09AHD_REG_PRETTY_PRINT=09# Print register bitfields in debug =09=09=09=09=09# output. Adds ~215k to driver. options =09ADAPTIVE_GIANT=09=09# Giant mutex is adaptive. device=09=09apic=09=09# I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device=09=09isa device=09=09eisa device=09=09pci # Floppy drives device=09=09fdc # ATA and ATAPI devices device=09=09ata device=09=09atadisk=09=09# ATA disk drives device=09=09ataraid=09=09# ATA RAID drives device=09=09atapicd=09=09# ATAPI CDROM drives device=09=09atapifd=09=09# ATAPI floppy drives device=09=09atapist=09=09# ATAPI tape drives device=09=09atapicam=09# ATAPI CD WRITER options =09ATA_STATIC_ID=09# Static device numbering # SCSI Controllers #device=09=09ahb=09=09# EISA AHA1742 family #device=09=09ahc=09=09# AHA2940 and onboard AIC7xxx devices #device=09=09ahd=09=09# AHA39320/29320 and onboard AIC79xx devices #device=09=09amd=09=09# AMD 53C974 (Tekram DC-390(T)) #device=09=09isp=09=09# Qlogic family #device=09=09mpt=09=09# LSI-Logic MPT-Fusion #device=09=09ncr=09=09# NCR/Symbios Logic #device=09=09sym=09=09# NCR/Symbios Logic (newer chipsets + those of `ncr') device=09=09trm=09=09# Tekram DC395U/UW/F DC315U adapters device=09=09adv=09=09# Advansys SCSI adapters device=09=09adw=09=09# Advansys wide SCSI adapters #device=09=09aha=09=09# Adaptec 154x SCSI adapters #device=09=09aic=09=09# Adaptec 15[012]x SCSI adapters, AIC-6[23]60. #device=09=09bt=09=09# Buslogic/Mylex MultiMaster SCSI adapters #device=09=09ncv=09=09# NCR 53C500 #device=09=09nsp=09=09# Workbit Ninja SCSI-3 #device=09=09stg=09=09# TMC 18C30/18C50 # SCSI peripherals device=09=09scbus=09=09# SCSI bus (required for SCSI) device=09=09ch=09=09# SCSI media changers device=09=09da=09=09# Direct Access (disks) device=09=09sa=09=09# Sequential Access (tape etc) device=09=09cd=09=09# CD device=09=09pass=09=09# Passthrough device (direct SCSI access) device=09=09ses=09=09# SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem #device=09=09amr=09=09# AMI MegaRAID #device=09=09asr=09=09# DPT SmartRAID V, VI and Adaptec SCSI RAID #device=09=09ciss=09=09# Compaq Smart RAID 5* #device=09=09dpt=09=09# DPT Smartcache III, IV - See NOTES for options #device=09=09hptmv=09=09# Highpoint RocketRAID 182x #device=09=09iir=09=09# Intel Integrated RAID #device=09=09ips=09=09# IBM (Adaptec) ServeRAID #device=09=09mly=09=09# Mylex AcceleRAID/eXtremeRAID #device=09=09twa=09=09# 3ware 9000 series PATA/SATA RAID # RAID controllers #device=09=09aac=09=09# Adaptec FSA RAID #device=09=09aacp=09=09# SCSI passthrough for aac (requires CAM) #device=09=09ida=09=09# Compaq Smart RAID #device=09=09mlx=09=09# Mylex DAC960 family #device=09=09pst=09=09# Promise Supertrak SX6000 #device=09=09twe=09=09# 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device=09=09atkbdc=09=09# AT keyboard controller device=09=09atkbd=09=09# AT keyboard device=09=09psm=09=09# PS/2 mouse device=09=09vga=09=09# VGA video card driver device=09=09splash=09=09# Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device=09=09sc # Enable this for the pcvt (VT220 compatible) console driver #device=09=09vt #options =09XSERVER=09=09# support for X server on a vt console #options =09FAT_CURSOR=09# start with block cursor device=09=09agp=09=09# support several AGP chipsets # Floating point support - do not disable. device=09=09npx # Power management support (see NOTES for more options) #device=09=09apm # Add suspend/resume support for the i8254. device=09=09pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support #device=09=09cbb=09=09# cardbus (yenta) bridge #device=09=09pccard=09=09# PC Card (16-bit) bus #device=09=09cardbus=09=09# CardBus (32-bit) bus # Serial (COM) ports device=09=09sio=09=09# 8250, 16[45]50 based serial ports # Parallel port device=09=09ppc device=09=09ppbus=09=09# Parallel port bus (required) device=09=09lpt=09=09# Printer device=09=09plip=09=09# TCP/IP over parallel device=09=09ppi=09=09# Parallel port interface device #device=09=09vpo=09=09# Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. #device=09=09de=09=09# DEC/Intel DC21x4x (``Tulip'') #device=09=09em=09=09# Intel PRO/1000 adapter Gigabit Ethernet Card #device=09=09ixgb=09=09# Intel PRO/10GbE Ethernet Card #device=09=09txp=09=09# 3Com 3cR990 (``Typhoon'') #device=09=09vx=09=09# 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs= ! device=09=09miibus=09=09# MII bus support #device=09=09bfe=09=09# Broadcom BCM440x 10/100 Ethernet #device=09=09bge=09=09# Broadcom BCM570xx Gigabit Ethernet #device=09=09dc=09=09# DEC/Intel 21143 and various workalikes #device=09=09fxp=09=09# Intel EtherExpress PRO/100B (82557, 82558) #device=09=09lge=09=09# Level 1 LXT1001 gigabit ethernet #device=09=09nge=09=09# NatSemi DP83820 gigabit ethernet #device=09=09pcn=09=09# AMD Am79C97x PCI 10/100 (precedence over 'lnc') #device=09=09re=09=09# RealTek 8139C+/8169/8169S/8110S #device=09=09rl=09=09# RealTek 8129/8139 #device=09=09sf=09=09# Adaptec AIC-6915 (``Starfire'') #device=09=09sis=09=09# Silicon Integrated Systems SiS 900/SiS 7016 #device=09=09sk=09=09# SysKonnect SK-984x & SK-982x gigabit Ethernet #device=09=09ste=09=09# Sundance ST201 (D-Link DFE-550TX) #device=09=09ti=09=09# Alteon Networks Tigon I/II gigabit Ethernet #device=09=09tl=09=09# Texas Instruments ThunderLAN #device=09=09tx=09=09# SMC EtherPower II (83c170 ``EPIC'') #device=09=09vge=09=09# VIA VT612x gigabit ethernet #device=09=09vr=09=09# VIA Rhine, Rhine II #device=09=09wb=09=09# Winbond W89C840F device=09=09xl=09=09# 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. #device=09=09cs=09=09# Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' #device=09=09ed=09=09# NE[12]000, SMC Ultra, 3c503, DS8390 cards #device=09=09ex=09=09# Intel EtherExpress Pro/10 and Pro/10+ #device=09=09ep=09=09# Etherlink III based cards #device=09=09fe=09=09# Fujitsu MB8696x based cards #device=09=09ie=09=09# EtherExpress 8/16, 3C507, StarLAN 10 etc. #device=09=09lnc=09=09# NE2100, NE32-VL Lance Ethernet cards #device=09=09sn=09=09# SMC's 9000 series of Ethernet chips #device=09=09xe=09=09# Xircom pccard Ethernet # ISA devices that use the old ISA shims ##device=09=09le # Wireless NIC cards #device=09=09wlan=09=09# 802.11 support #device=09=09an=09=09# Aironet 4500/4800 802.11 wireless NICs. #device=09=09awi=09=09# BayStack 660 and others #device=09=09wi=09=09# WaveLAN/Intersil/Symbol 802.11 wireless NICs. ##device=09=09wl=09=09# Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device=09=09loop=09=09# Network loopback device=09=09mem=09=09# Memory and kernel memory devices device=09=09io=09=09# I/O device device=09=09random=09=09# Entropy device device=09=09ether=09=09# Ethernet support #device=09=09sl=09=09# Kernel SLIP #device=09=09ppp=09=09# Kernel PPP device=09=09tun=09=09# Packet tunnel. device=09=09pty=09=09# Pseudo-ttys (telnet etc) device=09=09md=09=09# Memory "disks" device=09=09gif=09=09# IPv6 and IPv4 tunneling device=09=09faith=09=09# IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device=09=09bpf=09=09# Berkeley packet filter # USB support device=09=09uhci=09=09# UHCI PCI->USB interface device=09=09ohci=09=09# OHCI PCI->USB interface device=09=09usb=09=09# USB Bus (required) #device=09=09udbp=09=09# USB Double Bulk Pipe devices device=09=09ugen=09=09# Generic device=09=09uhid=09=09# "Human Interface Devices" #device=09=09ukbd=09=09# Keyboard #device=09=09ulpt=09=09# Printer device=09=09umass=09=09# Disks/Mass storage - Requires scbus and da #device=09=09ums=09=09# Mouse #device=09=09urio=09=09# Diamond Rio 500 MP3 player #device=09=09uscanner=09# Scanners # USB Ethernet, requires mii #device=09=09aue=09=09# ADMtek USB Ethernet #device=09=09axe=09=09# ASIX Electronics USB Ethernet #device=09=09cue=09=09# CATC USB Ethernet #device=09=09kue=09=09# Kawasaki LSI USB Ethernet #device=09=09rue=09=09# RealTek RTL8150 USB Ethernet # FireWire support #device=09=09firewire=09# FireWire bus code #device=09=09sbp=09=09# SCSI over FireWire (Requires scbus and da) #device=09=09fwe=09=09# Ethernet over FireWire (non-standard!) Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 =09The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE #4: Tue Aug 30 07:53:58 EDT 2005 root@root:/usr/obj/usr/src/sys/FreeBSD ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel Pentium III (993.33-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x686 Stepping =3D 6 Features=3D0x383fbff real memory =3D 268034048 (255 MB) avail memory =3D 252628992 (240 MB) ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf0000000-0xf3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 trm0: port 0xec00-0xecff mem 0xfafff000-0xfaffffff irq 19 at device 10.0 on pci2 trm0: [GIANT-LOCKED] xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xe880-0xe8ff mem 0xfaffec00-0xfaffec7f irq 18 at device 12.0 on pci2 miibus0: on xl0 xlphy0: <3c905C 10/100 internal PHY> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:b0:d0:a2:4a:60 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: port 0xff80-0xff9f irq 19 at device 31.2 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered umass0: PI-019 1394/USB2.0 Combo Drive, rev 2.00/0.00, addr 2 pci0: at device 31.3 (no driver attached) pcm0: port 0xdc80-0xdcbf,0xd800-0xd8ff irq 17 at device 31.5 on pci0 pcm0: [GIANT-LOCKED] pcm0: fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acp= i0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x778-0x77f,0x378-0x37f irq 7 on acp= i0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 orm0: at iomem 0xc9800-0xcbfff,0xc0000-0xc97ff on isa0 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 993327579 Hz quality 800 Timecounters tick every 10.000 msec ad0: 76319MB [155061/16/63] at ata0-master UDMA66 ad1: 76319MB [155061/16/63] at ata0-slave UDM= A66 acd0: CDRW at ata1-master UDMA33 Waiting 15 seconds for SCSI devices to settle sa0 at trm0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device=20 sa0: 10.000MB/s transfers (10.000MHz, offset 15) cd1 at ata1 bus 0 target 0 lun 0 cd1: Removable CD-ROM SCSI-0 device=20 cd1: 33.000MB/s transfers cd1: Attempt to query device size failed: NOT READY, Medium not present cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 cd0: 1.000MB/s transfers cd0: cd present [1 x 2048 byte records] Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted WARNING: /tmp was not properly dismounted WARNING: /usr was not properly dismounted /usr: superblock summary recomputed WARNING: /var was not properly dismounted /var: superblock summary recomputed IP Filter: v3.4.35 initialized. Default =3D pass all, Logging =3D enabled From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:28:58 2005 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 5906216A41F for ; Thu, 8 Sep 2005 20:28:58 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from piccollo.p6m7g8.net (c66-236-219-70.ip.panth.com [66.236.219.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9B0143D46 for ; Thu, 8 Sep 2005 20:28:57 +0000 (GMT) (envelope-from pgollucci@p6m7g8.com) Received: from [192.168.0.203] (pcp09579105pcs.rtchrd01.md.comcast.net [69.244.86.63]) (authenticated bits=0) by piccollo.p6m7g8.net (8.13.4/8.13.4) with ESMTP id j88KSurc037112 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 16:28:59 -0400 (EDT) (envelope-from pgollucci@p6m7g8.com) Message-ID: <43209F06.2080008@p6m7g8.com> Date: Thu, 08 Sep 2005 16:28:54 -0400 From: "Philip M. Gollucci" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: rcordova@liquidation.com Subject: pptp using tun0 to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:28:58 -0000 Hi, I'm on FreeBSD 5.4-RELEASE i386 pptpclient-1.5.0 installed via pkg_add -r GENERIC kernel for now. cat /etc/ppp/ppp.conf LSI: set authname pgollucci set authkey xxxxxxxxxxx set timeout 0 set ifaddr 0 0 add w.x.y.z/24 alias enable yes as root user: route flush route add default 192.168.0.1 pptp w.x.y.z LSI & netstat -nf -finet Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.0.1 UGS 0 289 em0 10.0.0.1 10.0.0.174 UH 0 0 tun0 127.0.0.1 127.0.0.1 UH 0 230 lo0 192.168.0 link#1 UC 0 0 em0 192.168.0.1 00:0d:88:41:25:a1 UHLW 1 2903 em0 1074 FYI: 10.0.0.1 is the gateway/router there 10.0.0.174 is the IP dolled out me automatically. so the first problem is that the second line is not a Gateway (G) so route add -inet 10.0.0.0/24 10.0.0.174 netstat -nr -finet Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.0.1 UGS 1 385 em0 10/24 10.0.0.174 UGS 0 0 em0 10.0.0.1 10.0.0.174 UH 0 0 tun0 127.0.0.1 127.0.0.1 UH 0 230 lo0 192.168.0 link#1 UC 0 0 em0 192.168.0.1 00:0d:88:41:25:a1 UHLW 1 2903 em0 963 Okay that worked, but its on the wrong interface em0 and not tun0 and even if its not, I can't ping 10.0.0.1 or anything in the subnet. The ROUTE(8) man page is AWFUL here which is very unusual for FreeBSD. Could greatly benefit from some actual examples. I'd contribute them, but I obviously don't quite get it yet. Supposedly I'm supposed to use the -interface parameter but it doesn't work in this experience. killall pptp route flush route add default 192.168.0.1 pptp w.x.y.z LSI & route add -inet 10.0.0.0/24 -interface tun0 10.0.0.174 netstat -nr -finet Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.0.1 UGS 0 78 em0 10&0xa0000ae tun0 US 0 0 tun0 10.0.0.1 10.0.0.174 UH 0 0 tun0 127.0.0.1 127.0.0.1 UH 0 230 lo0 192.168.0 link#1 UC 0 0 em0 192.168.0.1 00:0d:88:41:25:a1 UHLW 1 2907 em0 1006 So that gave me a static not what I wanted I don't think and I still can't ping anything. Here's a traceroute to a computer in it traceroute 10.0.0.12 traceroute to 10.0.0.12 (10.0.0.12), 64 hops max, 40 byte packets 1 192.168.0.1 (192.168.0.1) 0.861 ms 0.717 ms 0.733 ms While I'm at it ... What the heck does 10&0xa0000ae mean ? Also, I've been told that going to other way, from the office-> me, I am pingable. Any great ideas? Thanks in advance -- END ------------------------------------------------------------ What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198 Consultant / http://p6m7g8.net/Resume/ Senior Developer / Liquidity Services, Inc. http://www.liquidityservicesinc.com http://www.liquidation.com http://www.uksurplus.com http://www.govliquidation.com http://www.gowholesale.com From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:32:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 269F116A41F for ; Thu, 8 Sep 2005 20:32:07 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B14043D49 for ; Thu, 8 Sep 2005 20:32:06 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by kweetal.tue.nl (Postfix) with ESMTP id A0A8113B692; Thu, 8 Sep 2005 22:32:05 +0200 (CEST) Received: from kweetal.tue.nl ([127.0.0.1]) by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 96655-02; Thu, 8 Sep 2005 22:32:04 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id CED0C13B68F; Thu, 8 Sep 2005 22:32:04 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j88KW3BD061269; Thu, 8 Sep 2005 22:32:03 +0200 (CEST) (envelope-from stijn) Date: Thu, 8 Sep 2005 22:32:03 +0200 From: Stijn Hoop To: Giorgos Keramidas , Gerard Seibert , freebsd-questions Message-ID: <20050908203203.GP20229@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5lq+205vWdkqwtk" Content-Disposition: inline In-Reply-To: <20050908175519.GA20222@falcon.midgard.homeip.net> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:32:07 -0000 --r5lq+205vWdkqwtk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 07:55:19PM +0200, Erik Trulsson wrote: > On Thu, Sep 08, 2005 at 07:36:46PM +0200, Stijn Hoop wrote: > > On Thu, Sep 08, 2005 at 07:53:28PM +0300, Giorgos Keramidas wrote: > > > Gerard Seibert wrote: > > > > I am trying to figure out how to print 'man' pages. If I try a simp= le > > > > redirect, such as: "man foo > foo.txt" the new file is loaded with > > > > control symbols, etc. that are not really printable. I want to save > > > > the files if possible, and print them out at a later date. It that = is > > > > not possible, how would I go about printing them out in real time? > > >=20 > > > man -t foo > foo.ps > > >=20 > > > will generate Postscript output, which is a lot better for printing. > >=20 > > Highly useful to know, but shouldn't we update the man page for man(1)? > >=20 > > -t Use /usr/bin/groff -S -man to format the manual page, = passing > > the output to stdout. The output from /usr/bin/groff = -S -man > > may need to be passed through some filter or another b= efore > > being printed. > >=20 > > This does not exactly spell 'output postscript' to me... >=20 > It does if you know that postscript is the default output format of > groff. If one doesn't know what format groff outputs by default, it is > easily learned by reading the groff(1) manpage. True. I'm all in favor of a little bit more userfriendliness in man pages as long as it's not overkill though. How about: -t Generate a Postscript version of the manpage, intended for printing, by using /usr/bin/groff -S -man to format the manual page, passing the output to stdout. The output from /usr/bin/groff -S -man may need to be passed through some filter or another before being printed. That way I can do /print in less and still get some useful hint. I'm no good with {t,g,n}roff and written English, so no patch... --Stijn --=20 "Harry, I'm going to let you in on a little secret. Every day, once a day, give yourself a present. Don't plan it, don't wait for it, just let it happen. Could be a new shirt at the men's store, a catnap in your office chair, or... two cups of good, hot, black coffee. Like this." -- Special Agent Dale Cooper, "Twin Peaks" --r5lq+205vWdkqwtk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIJ/DY3r/tLQmfWcRAjudAJ4x0q/dNreRtpllDASCgN8DetNtmgCffMQ8 01xLFi2Ph6wuCqS0luJa+lg= =bzu8 -----END PGP SIGNATURE----- --r5lq+205vWdkqwtk-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:36:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6845D16A41F for ; Thu, 8 Sep 2005 20:36:34 +0000 (GMT) (envelope-from ihsan@dogan.ch) Received: from mail.blastwave.org (mail.blastwave.org [147.87.98.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58E743D49 for ; Thu, 8 Sep 2005 20:36:33 +0000 (GMT) (envelope-from ihsan@dogan.ch) Received: from localhost (localhost [127.0.0.1]) by mail.blastwave.org (Postfix) with ESMTP id C51EBF8AE for ; Thu, 8 Sep 2005 22:36:31 +0200 (MEST) Received: from mail.blastwave.org ([127.0.0.1]) by localhost (enterprise [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00742-04 for ; Thu, 8 Sep 2005 22:36:24 +0200 (MEST) Received: from defiant.dogan.ch (defiant.dogan.ch [213.144.141.146]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.blastwave.org (Postfix) with ESMTP id B7521F8A9 for ; Thu, 8 Sep 2005 22:36:23 +0200 (MEST) Received: by defiant.dogan.ch (Postfix, from userid 1000) id D0AEF17AC3; Thu, 8 Sep 2005 22:36:22 +0200 (CEST) Date: Thu, 8 Sep 2005 22:36:22 +0200 From: Ihsan Dogan To: FreeBSD Questions Message-ID: <20050908203622.GA13974@dogan.ch> Mail-Followup-To: FreeBSD Questions References: <20050905214641.GA28018@dogan.ch> <44fyshnf9l.fsf@be-well.ilk.org> <20050907142749.GA16981@dogan.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050907142749.GA16981@dogan.ch> User-Agent: Mutt/1.4.2.1i X-Operating-System: NetBSD/i386 1.6.2 X-Uptime: 10:30PM up 33 days, 1:32, 11 users, load averages: 2.97, 2.15, 2.00 X-Binford: 6100 (more power) X-Editor: Vim-603 http://www.vim.org X-Virus-Scanned: amavisd-new at blastwave.org Subject: Re: dhcrelay is setting the relay ip address wrong X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:36:34 -0000 On Wednesday, 07 Sep 2005 16:27 +0200, Ihsan Dogan wrote: > > The relay agent is acting exactly the way it should. When it gets a > > DHCP request in from a client, it uses its own address ON THE CLIENT'S > > NETWORK for the relay agent address. This way, the DHCP server can > > tell which network the client is on, and thus which set of addresses > > to use for assigning an address to the client. > > > > What is the problem? > > Perhaps I've sent this e-mail too early. I did some further > investigation and saw that: > select(7,{4 5 6},{},{},0x0) = 2 (0x2) > gettimeofday({1126033610 52754},0x0) = 0 (0x0) > read(0x6,0x806e000,0x1000) = 360 (0x168) > sendto(0x4,0xbfbfd950,0,0x0,{ AF_INET 213.144.141.146:67 },0x10) = 300 (0x12c) > write(2,0x8066cc0,62) = 62 (0x3e) > write(2,0x80620b8,1) = 1 (0x1) > recvfrom(0x4,0xbfbfe3a0,0,0x0,{ AF_INET 0.0.0.0:68 },0xbfbfe38c) = 300 (0x12c) > select(7,{4 5 6},{},{},0x0) = 1 (0x1) > gettimeofday({1126033610 72933},0x0) = 0 (0x0) > recvfrom(0x4,0xbfbfe3a0,0,0x0,{ AF_INET 213.144.141.146:67 },0xbfbfe38c) = 300 (0x12c) > > The dhcrelay is forwarding the request from the client correctly > to the server, but it does not forward the reply from the server > to the client. I've asked also on the ISC's dhcp server list and this is the answer I've got: ---------------------------------------------------------------- No, input from this socket is dropped. See 'fallback_discard' in common/socket.c. You're railing against a very commonly reported problem. The IO system was designed for the server and client (mostly for the server). It is poorly suited to the relay. Enhancements are on the wishlist for 3.1. ---------------------------------------------------------------- Ihsan... -- ihsan@dogan.ch http://ihsan.dogan.ch/ From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:46:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BFCB16A420 for ; Thu, 8 Sep 2005 20:46:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594C943D48 for ; Thu, 8 Sep 2005 20:46:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j88KkSEY031747; Thu, 8 Sep 2005 23:46:28 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j88KkSZj039004; Thu, 8 Sep 2005 23:46:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j88KkSAI039003; Thu, 8 Sep 2005 23:46:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Thu, 8 Sep 2005 23:46:28 +0300 From: Giorgos Keramidas To: Stijn Hoop , Gerard Seibert , freebsd-questions Message-ID: <20050908204628.GC38895@orion.daedalusnetworks.priv> References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050908203203.GP20229@pcwin002.win.tue.nl> Cc: Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:46:34 -0000 On 2005-09-08 22:32, Stijn Hoop wrote: > On Thu, Sep 08, 2005 at 07:55:19PM +0200, Erik Trulsson wrote: > > On Thu, Sep 08, 2005 at 07:36:46PM +0200, Stijn Hoop wrote: > > > Highly useful to know, but shouldn't we update the man page for man(1)? > > > > > > -t Use /usr/bin/groff -S -man to format the manual page, passing > > > the output to stdout. The output from /usr/bin/groff -S -man > > > may need to be passed through some filter or another before > > > being printed. > > > > > > This does not exactly spell 'output postscript' to me... > > > > It does if you know that postscript is the default output format of > > groff. If one doesn't know what format groff outputs by default, it is > > easily learned by reading the groff(1) manpage. > > True. I'm all in favor of a little bit more userfriendliness in man pages > as long as it's not overkill though. > > How about: > > -t Generate a Postscript version of the manpage, intended for > printing, by using /usr/bin/groff -S -man to format the manual > page, passing the output to stdout. The output from > /usr/bin/groff -S -man may need to be passed through some > filter or another before being printed. > > That way I can do /print in less and still get some useful hint. You all know that groff is thirdparty software, right? We have to take this with the groff developers, if the change is ever going to be imported in FreeBSD. Having said that, I'm in favor of making manpages more useful by a little verbosity (but not too much). From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:48:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05C116A41F for ; Thu, 8 Sep 2005 20:48:05 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D5D43D45 for ; Thu, 8 Sep 2005 20:48:05 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by kweetal.tue.nl (Postfix) with ESMTP id 80A5413B62C; Thu, 8 Sep 2005 22:48:04 +0200 (CEST) Received: from kweetal.tue.nl ([127.0.0.1]) by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97569-04; Thu, 8 Sep 2005 22:48:03 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id C4AB513B62A; Thu, 8 Sep 2005 22:48:03 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j88Km3oH061374; Thu, 8 Sep 2005 22:48:03 +0200 (CEST) (envelope-from stijn) Date: Thu, 8 Sep 2005 22:48:03 +0200 From: Stijn Hoop To: Giorgos Keramidas Message-ID: <20050908204803.GQ20229@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <20050908204628.GC38895@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WR+jf/RUebEcofwt" Content-Disposition: inline In-Reply-To: <20050908204628.GC38895@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:48:06 -0000 --WR+jf/RUebEcofwt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 11:46:28PM +0300, Giorgos Keramidas wrote: > On 2005-09-08 22:32, Stijn Hoop wrote: > > On Thu, Sep 08, 2005 at 07:55:19PM +0200, Erik Trulsson wrote: > > > On Thu, Sep 08, 2005 at 07:36:46PM +0200, Stijn Hoop wrote: > > > > Highly useful to know, but shouldn't we update the man page for man= (1)? > > > > > > > > -t Use /usr/bin/groff -S -man to format the manual pa= ge, passing > > > > the output to stdout. The output from /usr/bin/gr= off -S -man > > > > may need to be passed through some filter or anoth= er before > > > > being printed. > > > > > > > > This does not exactly spell 'output postscript' to me... > > > > > > It does if you know that postscript is the default output format of > > > groff. If one doesn't know what format groff outputs by default, it= is > > > easily learned by reading the groff(1) manpage. > > > > True. I'm all in favor of a little bit more userfriendliness in man pag= es > > as long as it's not overkill though. > > > > How about: > > > > -t Generate a Postscript version of the manpage, intended for > > printing, by using /usr/bin/groff -S -man to format the manual > > page, passing the output to stdout. The output from > > /usr/bin/groff -S -man may need to be passed through some > > filter or another before being printed. > > > > That way I can do /print in less and still get some useful hint. >=20 > You all know that groff is thirdparty software, right? We have to take > this with the groff developers, if the change is ever going to be > imported in FreeBSD. Hmm, no I didn't realize that. Guess that's too much work for such a minor change :( > Having said that, I'm in favor of making manpages more useful by a > little verbosity (but not too much). Especially not too much ;-) --Stijn --=20 Help Wanted: Telepath. You know where to apply. --WR+jf/RUebEcofwt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIKODY3r/tLQmfWcRAgpnAKCTEgCZb7mAXsZW7aQJ2qJo0y5VmgCgi1xJ 8O7ZbLpQefD5vXx6sG5a5Og= =QO5g -----END PGP SIGNATURE----- --WR+jf/RUebEcofwt-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 20:57:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF2216A41F for ; Thu, 8 Sep 2005 20:57:05 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E068643D58 for ; Thu, 8 Sep 2005 20:57:04 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so1667236wxd for ; Thu, 08 Sep 2005 13:57:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lQsHUV/DoWnigwb1Yu9vnbTHLhnhS04yPGXw5ikm4kkUvBe5U1ewU0D5XSaGXMnvMczNgdNgpZe/3BQHkQlLMthlQMFMve84B3yTbOGsYXhUUkBKhh6deo0HO+ffLmRajlhfog8PtgcvLWe88kHmlNUJ4LNdQjc51SJSaUu9nyc= Received: by 10.70.29.10 with SMTP id c10mr15744wxc; Thu, 08 Sep 2005 13:50:29 -0700 (PDT) Received: by 10.70.67.15 with HTTP; Thu, 8 Sep 2005 13:50:29 -0700 (PDT) Message-ID: <54db43990509081350150465ac@mail.gmail.com> Date: Thu, 8 Sep 2005 16:50:29 -0400 From: Bob Johnson To: Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions In-Reply-To: <20050908203203.GP20229@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> Cc: Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsdlists@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 20:57:05 -0000 On 9/8/05, Stijn Hoop wrote: > On Thu, Sep 08, 2005 at 07:55:19PM +0200, Erik Trulsson wrote: > > On Thu, Sep 08, 2005 at 07:36:46PM +0200, Stijn Hoop wrote: > > > On Thu, Sep 08, 2005 at 07:53:28PM +0300, Giorgos Keramidas wrote: > > > > Gerard Seibert wrote: > > > > > I am trying to figure out how to print 'man' pages. If I try a > simple > > > > > redirect, such as: "man foo > foo.txt" the new file is loaded wit= h > > > > > control symbols, etc. that are not really printable. I want to sa= ve > > > > > the files if possible, and print them out at a later date. It tha= t > is > > > > > not possible, how would I go about printing them out in real time= ? > > > >=20 > > > > =09man -t foo > foo.ps > > > >=20 > > > > will generate Postscript output, which is a lot better for printing= . > > >=20 [...] > > > This does not exactly spell 'output postscript' to me... > >=20 > > It does if you know that postscript is the default output format of > > groff. If one doesn't know what format groff outputs by default, it i= s > > easily learned by reading the groff(1) manpage. >=20 > True. I'm all in favor of a little bit more userfriendliness in man pages > as long as it's not overkill though. >=20 > How about: >=20 > =09-t=09Generate a Postscript version of the manpage, intended for > =09=09printing, by using /usr/bin/groff -S -man to format the manual > =09=09page, passing the output to stdout. The output from > =09=09/usr/bin/groff -S -man may need to be passed through some > =09=09filter or another before being printed. >=20 > That way I can do /print in less and still get some useful hint. >=20 In make.conf(5) it says PRINTERDEVICE (str) The default format for system documentation, depen= ds on your printer. This can be set to ``ascii'' for simpl= e printers, or ``ps'' for postscript or graphics printers with a ghostscript filter, or both. So does PRINTERDEVICE change the default output for groff, or does it do something else, or nothing at all, and how does it affect your proposed change? - Bob From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:02:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2574316A41F for ; Thu, 8 Sep 2005 21:02:32 +0000 (GMT) (envelope-from tom@phonebites.com) Received: from stan.phonebites.com (stan.phonebites.com [209.133.33.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37AB43D45 for ; Thu, 8 Sep 2005 21:02:31 +0000 (GMT) (envelope-from tom@phonebites.com) Received: from localhost (localhost.phonebites.com [127.0.0.1]) by stan.phonebites.com (Postfix) with ESMTP id 64E3BA9FC4C for ; Thu, 8 Sep 2005 14:02:29 -0700 (PDT) Received: from stan.phonebites.com ([127.0.0.1]) by localhost (stan.phonebites.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00613-03 for ; Thu, 8 Sep 2005 14:02:22 -0700 (PDT) Received: from [192.168.1.2] (user177-63.wireless.ocsnet.net [208.19.63.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by stan.phonebites.com (Postfix) with ESMTP id 39B34A9FCA4 for ; Thu, 8 Sep 2005 14:02:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Tom Pepper Date: Thu, 8 Sep 2005 14:02:21 -0700 X-Mailer: Apple Mail (2.733) X-Virus-Scanned: amavisd-new at phonebites.com Subject: NFS client performance against MS SFU 3.5 NFS Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 21:02:32 -0000 All: Anyone having any good fortune with performance of NFS shares in a current 5-STABLE against Windows 2003 Services For Unix 3.5 server? I'm able to, with some pretty extreme tuning, get as much as 1MB/sec out of a 100Mbps link, but I'm able to FTP to and from the same host at 8-10MB/sec. I've tried different send/receive windows, NFSv2, NFSv3, forcing TCP/UDP, and setting the tcp windows to some pretty outrageous sizes. None of the above really seems to net me performance above 500-600kB/sec (testing via rsync --progress -av / local/dir /mnt/nfsshare). mount_smbfs is also incapable of going beyond 1MB/sec in a similar arrangement. Why on earth is performance sucking so bad? Thanks, -t From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:14:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278F116A41F for ; Thu, 8 Sep 2005 21:14:35 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FE143D49 for ; Thu, 8 Sep 2005 21:14:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j88LEViW007972; Fri, 9 Sep 2005 00:14:31 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j88LEVqh039270; Fri, 9 Sep 2005 00:14:31 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j88LEU2i039269; Fri, 9 Sep 2005 00:14:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 9 Sep 2005 00:14:30 +0300 From: Giorgos Keramidas To: Bob Johnson Message-ID: <20050908211430.GE38895@orion.daedalusnetworks.priv> References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <54db43990509081350150465ac@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54db43990509081350150465ac@mail.gmail.com> Cc: Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 21:14:35 -0000 On 2005-09-08 16:50, Bob Johnson wrote: > In make.conf(5) it says > > > PRINTERDEVICE > (str) The default format for system documentation, depends > on your printer. This can be set to ``ascii'' for simple > printers, or ``ps'' for postscript or graphics printers > with a ghostscript filter, or both. > > > So does PRINTERDEVICE change the default output for groff, or does it > do something else, or nothing at all, and how does it affect your > proposed change? Yes and no. Yes it does affect the output format, but only of the files under /usr/src that use it. I don't think groff uses it all the time: % strings `which groff` | grep PRINTERDEVICE % From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:40:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF7616A41F for ; Thu, 8 Sep 2005 21:40:05 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5BD743D46 for ; Thu, 8 Sep 2005 21:40:01 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 43200DEA00022B98 for freebsd-questions@freebsd.org; Thu, 8 Sep 2005 23:40:00 +0200 Received: (qmail 30126 invoked by uid 1001); 8 Sep 2005 23:39:59 +0200 Date: Thu, 8 Sep 2005 23:39:59 +0200 From: Erik Trulsson To: Bob Johnson Message-ID: <20050908213958.GA29984@falcon.midgard.homeip.net> Mail-Followup-To: Bob Johnson , Stijn Hoop , Giorgos Keramidas , Gerard Seibert , freebsd-questions References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <54db43990509081350150465ac@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54db43990509081350150465ac@mail.gmail.com> User-Agent: Mutt/1.5.9i Cc: Giorgos Keramidas , Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 21:40:05 -0000 On Thu, Sep 08, 2005 at 04:50:29PM -0400, Bob Johnson wrote: > On 9/8/05, Stijn Hoop wrote: > > On Thu, Sep 08, 2005 at 07:55:19PM +0200, Erik Trulsson wrote: > > > On Thu, Sep 08, 2005 at 07:36:46PM +0200, Stijn Hoop wrote: > > > > On Thu, Sep 08, 2005 at 07:53:28PM +0300, Giorgos Keramidas wrote: > > > > > Gerard Seibert wrote: > > > > > > I am trying to figure out how to print 'man' pages. If I try a > > simple > > > > > > redirect, such as: "man foo > foo.txt" the new file is loaded with > > > > > > control symbols, etc. that are not really printable. I want to save > > > > > > the files if possible, and print them out at a later date. It that > > is > > > > > > not possible, how would I go about printing them out in real time? > > > > > > > > > > man -t foo > foo.ps > > > > > > > > > > will generate Postscript output, which is a lot better for printing. > > > > > [...] > > > > This does not exactly spell 'output postscript' to me... > > > > > > It does if you know that postscript is the default output format of > > > groff. If one doesn't know what format groff outputs by default, it is > > > easily learned by reading the groff(1) manpage. > > > > True. I'm all in favor of a little bit more userfriendliness in man pages > > as long as it's not overkill though. > > > > How about: > > > > -t Generate a Postscript version of the manpage, intended for > > printing, by using /usr/bin/groff -S -man to format the manual > > page, passing the output to stdout. The output from > > /usr/bin/groff -S -man may need to be passed through some > > filter or another before being printed. > > > > That way I can do /print in less and still get some useful hint. Except that it does not explicitly create a Postscript version of the mapage, but it rather generates a version in whatever format groff outputs as default. This happens to be Postscript normally, but as I describe further down the default can be changed. > > > > In make.conf(5) it says > > > PRINTERDEVICE > (str) The default format for system documentation, depends > on your printer. This can be set to ``ascii'' for simple > printers, or ``ps'' for postscript or graphics printers > with a ghostscript filter, or both. > > > So does PRINTERDEVICE change the default output for groff, or does it > do something else, or nothing at all, and how does it affect your > proposed change? PRINTERDEVICE changes how groff is invoked when formatting the documents normally installed under /usr/share/doc. It is not used otherwise, and in particular is not used at all by man(1). The GROFF_TYPESETTER environment variable however does change the default output for groff. Another option is of course to invoke groff directly and use the -T option to set the output format directly. All of this is also easily discovered by reading the groff(1) manpage. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:45:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E96B16A41F for ; Thu, 8 Sep 2005 21:45:01 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6599043D46 for ; Thu, 8 Sep 2005 21:45:00 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from [192.168.1.104] (really [24.250.141.71]) by centrmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050908211220.QBRD14296.centrmmtao05.cox.net@[192.168.1.104]> for ; Thu, 8 Sep 2005 17:12:20 -0400 Message-ID: <4320A93D.2020500@earthlink.net> Date: Thu, 08 Sep 2005 16:12:29 -0500 From: Eric Murphy User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: command question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 21:45:01 -0000 Hey guys heres a quick question for you... I am trying to ping a certain website with the following command . ping yahoo.com I would like to log all requests that come back higher then 100 or any # i specify. I figured I could use the script command but im not sure how to go from there? Reason for this is to prove to my ISP that there is something wrong with my connection :) Would it also be possible to log the date and time of each requets? So inconclusion I'd like to log all icmp requests that come back higher then 100 by date and time into a log file. Thanks From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 21:59:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC8D16A41F for ; Thu, 8 Sep 2005 21:59:30 +0000 (GMT) (envelope-from martin@orbweavers.co.uk) Received: from mail.orbweavers.co.uk (213-152-38-100.dsl.eclipse.net.uk [213.152.38.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF4743D45 for ; Thu, 8 Sep 2005 21:59:28 +0000 (GMT) (envelope-from martin@orbweavers.co.uk) Received: from xccube.orbweavers.co.uk (unknown [192.168.0.203]) by mail.orbweavers.co.uk (Postfix) with ESMTP id ACE1FB242B for ; Thu, 8 Sep 2005 22:59:27 +0100 (BST) From: Martin McCann To: freebsd-questions@freebsd.org Date: Thu, 8 Sep 2005 23:03:09 +0100 User-Agent: KMail/1.8.2 References: <4320A93D.2020500@earthlink.net> In-Reply-To: <4320A93D.2020500@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082303.09458.martin@orbweavers.co.uk> Subject: Re: command question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: martin@orbweavers.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 21:59:30 -0000 On Thursday 08 September 2005 22:12, Eric Murphy wrote: > Hey guys heres a quick question for you... > > I am trying to ping a certain website with the following command . ping > yahoo.com > > I would like to log all requests that come back higher then 100 or any # > i specify. > > I figured I could use the script command but im not sure how to go from > there? > > Reason for this is to prove to my ISP that there is something wrong with > my connection :) > > Would it also be possible to log the date and time of each requets? > > So inconclusion I'd like to log all icmp requests that come back higher > then 100 by date and time into a log file. date > pings.txt ; ping -c 10 www.yahoo.com | awk '{ print $7 ; }' | sort >> pings.txt this will give you a file with the date then the pings sorted from quickest to slowest. Plenty of scope to make it nicer, but it gets you the info you want. (You will probably want to increase the count, but I would also add a delay, -i, it will give you a better range and also it is not nice to fire a lot of pings to a public server). Martin > > Thanks > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 22:37:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF3F16A41F for ; Thu, 8 Sep 2005 22:37:42 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BFAD43D45 for ; Thu, 8 Sep 2005 22:37:41 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id j88MbUG1014761; Thu, 8 Sep 2005 17:37:30 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <4320BC57.4080006@scls.lib.wi.us> Date: Thu, 08 Sep 2005 17:33:59 -0500 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stijn Hoop References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <20050908204628.GC38895@orion.daedalusnetworks.priv> <20050908204803.GQ20229@pcwin002.win.tue.nl> In-Reply-To: <20050908204803.GQ20229@pcwin002.win.tue.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Giorgos Keramidas , Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 22:37:42 -0000 Stijn Hoop wrote: [snip... sorry about the attributions] >>> >>>How about: >>> >>> -t Generate a Postscript version of the manpage, intended for >>> printing, by using /usr/bin/groff -S -man to format the manual >>> page, passing the output to stdout. The output from >>> /usr/bin/groff -S -man may need to be passed through some >>> filter or another before being printed. >>> >>>That way I can do /print in less and still get some useful hint. >> >>You all know that groff is thirdparty software, right? We have to take >>this with the groff developers, if the change is ever going to be >>imported in FreeBSD. > > > Hmm, no I didn't realize that. Guess that's too much work for such a minor > change :( Except that (if I read the thread right) the proposed change is actually to the man page for man, not the man page for groff. ;) Might suffer similar "ownership" and maintenance issues, but I doubt it. If man's not part of the native BSD core, what is? -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 23:20:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2301416A41F for ; Thu, 8 Sep 2005 23:20:45 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF0943D46 for ; Thu, 8 Sep 2005 23:20:44 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3009309nzd for ; Thu, 08 Sep 2005 16:20:44 -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=Kz8KSs57OqTxMi0wI7XcZBk+5Bx0WCPHARfFei6Q0pQYM9DnXBIzcJDxLK72YUyv8D3aMy7LQnRuwcuvZ1fHFglBZShGJMlLDp9fUwlJ6G6/al9DSk9/w6NhS3X/HgzO3bj5DalX2sz+D/tCn1gYQh+BEJpJ256x94WcaaqB8Z4= Received: by 10.36.23.3 with SMTP id 3mr46790nzw; Thu, 08 Sep 2005 16:20:43 -0700 (PDT) Received: by 10.36.158.10 with HTTP; Thu, 8 Sep 2005 16:20:43 -0700 (PDT) Message-ID: <18f6019405090816202beaf583@mail.gmail.com> Date: Thu, 8 Sep 2005 16:20:43 -0700 From: Aaron Glenn To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 23:20:45 -0000 All I've been able to find is installation instructions from 5.0 DP1 [1] and nothing for anything more modern. Is this method of installation not support any longer? I've got a cd/floppy-less netra that needs FreeBSD on it and I have no idea how to get it on there. Please CC me as I am not subscribed to -questions. Regards, aaron.glenn [1] http://www.freebsd.org/releases/5.0R/DP1/installation-sparc64.html From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 23:22:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 737B016A41F for ; Thu, 8 Sep 2005 23:22:34 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F0A43D46 for ; Thu, 8 Sep 2005 23:22:33 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j88NMX0r014738 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 19:22:33 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j88NMV6P022928; Thu, 8 Sep 2005 19:22:33 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3C7675130B; Thu, 8 Sep 2005 19:22:31 -0400 (EDT) Date: Thu, 8 Sep 2005 19:22:31 -0400 From: Kris Kennaway To: Aaron Glenn Message-ID: <20050908232230.GA48258@xor.obsecurity.org> References: <18f6019405090816202beaf583@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline In-Reply-To: <18f6019405090816202beaf583@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 23:22:34 -0000 --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 04:20:43PM -0700, Aaron Glenn wrote: > All I've been able to find is installation instructions from 5.0 DP1 > [1] and nothing for anything more modern. Is this method of > installation not support any longer? I've got a cd/floppy-less netra > that needs FreeBSD on it and I have no idea how to get it on there. Why do you think it's no longer supported? You can certainly install sparc machines by netbooting them. Kris >=20 > Please CC me as I am not subscribed to -questions. >=20 > Regards, > aaron.glenn >=20 > [1] http://www.freebsd.org/releases/5.0R/DP1/installation-sparc64.html > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIMe2Wry0BWjoQKURApUKAJ4unp4x8Fpm82qUP9eTBpfvNtygkgCfeBuq 6Bh6uvuhg0tWCw1pGjYM4ck= =9Pes -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 23:28:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2596A16A41F for ; Thu, 8 Sep 2005 23:28:07 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5661843D48 for ; Thu, 8 Sep 2005 23:28:06 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j88NS3he027195; Fri, 9 Sep 2005 02:28:04 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j88NS3tE001197; Fri, 9 Sep 2005 02:28:03 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j88NS3gq001196; Fri, 9 Sep 2005 02:28:03 +0300 (EEST) (envelope-from keramida@freebsd.org) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@freebsd.org using -f Date: Fri, 9 Sep 2005 02:28:03 +0300 From: Giorgos Keramidas To: Greg Barniskis Message-ID: <20050908232803.GA975@orion.daedalusnetworks.priv> References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <20050908204628.GC38895@orion.daedalusnetworks.priv> <20050908204803.GQ20229@pcwin002.win.tue.nl> <4320BC57.4080006@scls.lib.wi.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4320BC57.4080006@scls.lib.wi.us> Cc: Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 23:28:07 -0000 On 2005-09-08 17:33, Greg Barniskis wrote: > Stijn Hoop wrote: > [snip... sorry about the attributions] > >>> > >>>How about: > >>> > >>> -t Generate a Postscript version of the manpage, intended for > >>> printing, by using /usr/bin/groff -S -man to format the > >>> manual > >>> page, passing the output to stdout. The output from > >>> /usr/bin/groff -S -man may need to be passed through some > >>> filter or another before being printed. > >>> > >>>That way I can do /print in less and still get some useful hint. > >> > >>You all know that groff is thirdparty software, right? We have to take > >>this with the groff developers, if the change is ever going to be > >>imported in FreeBSD. > > > >Hmm, no I didn't realize that. Guess that's too much work for such a minor > >change :( > > Except that (if I read the thread right) the proposed change is > actually to the man page for man, not the man page for groff. ;) > > Might suffer similar "ownership" and maintenance issues, but I doubt > it. If man's not part of the native BSD core, what is? Ah! I misunderstood the original post then. Thanks Greg! Of course we can update man(1). It's part of the src/gnu/ thirdparty source, but the manpage is already off the vendor branch, so we can make changes if necessary. Stijn and everyone else, any particular preference for the text that we add? Would something like the following be ok? -t Use ``/usr/bin/groff -S -man'' to format the manual page, passing the output to stdout. The default output format of groff(1) is Postscript, but see the manual page of groff(1) for ways to pick an alternate format. Depending on the selected format and the availability of printing devices, the output may need to be passed through some filter or another before being printed. We may have to send the changes we make to Federico Lucifredi too (the maintainer of man-1.6 and latter), since the 1.6a version that I downloaded from [ http://primates.ximian.com/~flucifredi/man/ ] a few minutes ago, still uses the text that Stijn feels is a bit cryptic. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 23:54:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D3716A41F for ; Thu, 8 Sep 2005 23:54:17 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5CB43D45 for ; Thu, 8 Sep 2005 23:54:17 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1099779nzd for ; Thu, 08 Sep 2005 16:54:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=brd1awAdDUILXBJevobt9S3Bk22TJyD2UbStDOQKeTwAAcdm1iR34ZUVg0rA4stTmD9I73uaYF9r6L9YLVvk4DpQsgXMXNN9216X6UxRjM9YeeuhUK14fVXOj/xZbePgbj5vkaRO971e1tLF35httSUYGp3iyqrAl5iRhy2Y/Xo= Received: by 10.36.90.16 with SMTP id n16mr75031nzb; Thu, 08 Sep 2005 16:54:16 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id j4sm2927180nzd.2005.09.08.16.54.15; Thu, 08 Sep 2005 16:54:16 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: Rem Roberti Date: Fri, 9 Sep 2005 07:58:36 +0800 User-Agent: KMail/1.8.2 References: <43208E13.3070709@comcast.net> In-Reply-To: <43208E13.3070709@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509090758.36963.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Installing KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 23:54:18 -0000 On Friday 09 September 2005 03:16, Rem Roberti wrote: > I have tried to install Kde3 from both ports and pkgs. Each time the > installation chokes on Kdebase and Kdeartwork. An error screen comes up > announcing the failure, and referring me to a debug screen which I have > no idea where to find. As you can tell, this is a newbie thing. Any > help would be appreciated. you should tell us more about the error. What error comes up? When? What did you do before the error occurred? -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:08:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A59416A41F for ; Fri, 9 Sep 2005 00:08:47 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294C243D45 for ; Fri, 9 Sep 2005 00:08:47 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3013183nzd for ; Thu, 08 Sep 2005 17:08:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=RXvo/IpyFfNf+awx65n4DLU8kh9KsT3WqU/Eru3rY3U+BtmR0xAbX0vIMTZYH7wOi3+fA2K72UEu9/zjtYNXyQ6BjRWBbxFFecP+2UbFbNNOKHnaEB3xidQNG32oESzKZd4D+ZZwoH9v0Q3l29uxXikpqBfe3GKvBZQZcuAXxN4= Received: by 10.36.146.6 with SMTP id t6mr69353nzd; Thu, 08 Sep 2005 17:08:46 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 15sm9466551nzn.2005.09.08.17.08.45; Thu, 08 Sep 2005 17:08:46 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: Kris Kennaway Date: Fri, 9 Sep 2005 08:13:06 +0800 User-Agent: KMail/1.8.2 References: <4320494D.6030503@antenna.nl> <200509082309.43229.yuanjue122@gmail.com> <20050908173948.GE49084@xor.obsecurity.org> In-Reply-To: <20050908173948.GE49084@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509090813.06887.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:08:47 -0000 On Friday 09 September 2005 01:39, Kris Kennaway wrote: > > > >>I was installing clamav 0.83 on a freebsd 5.4 system and I got the > > > >>following error: > > > >>clamav configure: error: The installed zlib version may contain a > > > >>security bug > > > >> > > > >>I want to upgrade zlib to solve this but: > > > >>- I don't know how I can see what version of zlib I have at the > > > >> moment? > > > > > > > >use pkg_info|grep zlib > > > > > > > >>- I found the following advice on the freebsd site: > > > >> > > > >>ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zl > > > >>ib.a sc > > > >> > > > >>according to this I have to do the following: > > > >> > > > >># cd /usr/src > > > >># patch < /path/to/patch > > > >># cd /usr/src/lib/libz/ > > > >># make obj && make depend && make && make install > > > >> > > > >>but I have no /usr/src/lib/libz/ > > > > > > > >maybe you didn't install source code when you installed your FreeBSD. > > > > You still can do it using sysinstall now. > > > > > > You are right I didn't install the sourcecode, the instructions make a > > > lot more sense now :) > > > one other small question, pkg_info | grep zlib > > > gave me the following output; > > > > > > jzlib-1.0.5_1 A re-implementation of zlib in pure Java > > > php4-zlib-4.3.10_2 The zlib shared extension for php > > > > > > > > > so no zlib? Why is that ? because I didn't install it with pkg_add? > > > > sorry, I never try clamav, so I am not sure the exact reason for that > > error. Maybe when you install the source code, there is no error anymore > > :) > > The advice was bogus, zlib is not a package on FreeBSD. > > > Or, you may need to install this port find_zlib-1.9, which can be found > > in /usr/ports/security/. > > That does something else again..please try not to give bad advice :-) I apologize for that. Thanks for your reminding. -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:09:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FF616A41F; Fri, 9 Sep 2005 00:09:56 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1960143D45; Fri, 9 Sep 2005 00:09:55 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909000955.BVOQ24491.lakecmmtao06.coxmail.com@dns1>; Thu, 8 Sep 2005 20:09:55 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Thu, 8 Sep 2005 17:05:41 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509081705.41876.vizion@vizion.occoxmail.com> Cc: freebsd-hackers@freebsd.org Subject: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:09:57 -0000 The makefile has the following lines: PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} PKGOPTS= ${FILESDIR}/pkg-opts EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php In my case DocumentRoot is: WWWDOCROOT?= /usr2/virtualwebs to which the port is adding ${PREFIX} which has a local value of /usr/local producing attempts to install files with problematic paths such as /usr/local//usr2/virtualwebs/forumkatrina.org/install/install.php ^^^^^^ I wonder, while this is being looked at, whether it might be possible to have the option, when installing to virtual webs to install to a file list comprising multiple urls? This would be a most valuable option. Thanks David -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:16:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B7D16A41F for ; Fri, 9 Sep 2005 00:16:34 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [216.148.227.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 552D643D45 for ; Fri, 9 Sep 2005 00:16:34 +0000 (GMT) (envelope-from remegius@comcast.net) Received: from [24.5.159.91] (c-24-5-159-91.hsd1.ca.comcast.net[24.5.159.91]) by comcast.net (rwcrmhc11) with ESMTP id <2005090900163301300ps9tue>; Fri, 9 Sep 2005 00:16:33 +0000 Message-ID: <4320D461.8030503@comcast.net> Date: Thu, 08 Sep 2005 17:16:33 -0700 From: Rem Roberti User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuan Jue References: <43208E13.3070709@comcast.net> <200509090758.36963.yuanjue122@gmail.com> In-Reply-To: <200509090758.36963.yuanjue122@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installing KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:16:34 -0000 Yuan Jue wrote: >On Friday 09 September 2005 03:16, Rem Roberti wrote: > > >>I have tried to install Kde3 from both ports and pkgs. Each time the >>installation chokes on Kdebase and Kdeartwork. An error screen comes up >>announcing the failure, and referring me to a debug screen which I have >>no idea where to find. As you can tell, this is a newbie thing. Any >>help would be appreciated. >> >> > >you should tell us more about the error. What error comes up? When? What did >you do before the error occurred? > > > The installation was rocking along, and many dependent packages had been installed before the error message came on saying that a failure had occurred while attempting to install Kdebase, and Kdeartworks. I really cannot tell you the exact wording. The last part of the message said that I should refer to the debug screen for more info. I was attempting to install Kde3 via Sysinstall and packages. Rem From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:23:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2EFE16A41F for ; Fri, 9 Sep 2005 00:23:14 +0000 (GMT) (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 B996443D45 for ; Fri, 9 Sep 2005 00:23: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 7A47CE20; Fri, 9 Sep 2005 08:24:15 +0800 (WST) 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 13735-04; Fri, 9 Sep 2005 08:24:13 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 0F2CEDD2; Fri, 9 Sep 2005 08:24:13 +0800 (WST) From: "Paul Hamilton" To: Date: Fri, 9 Sep 2005 08:23:10 +0800 Message-ID: <053c01c5b4d4$a8ba8670$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: amavisd-new at bdug.org.au Subject: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:23:15 -0000 Hi, Thanks to the patience and persistens of Giorgos, Garret and David, I = now have a *sample* program that will transmit 3 bytes of data (mini-ssc protocol), via a serial port to a 8 channel servo controller board. I = will continue to develop this as needed. =20 DISCLAIMER: This is being posted for archival purposes, and no doubt = can use a lot of improvement! -------------------------------------------------------------------------= --- -------- /* Name: testssc.c =20 * compile with: gcc testssc.c -o testssc * =20 * Your serial cable should be plugged into com port 1. =20 * You only need the pin 3 and pin 5 (DB9) plugged into the controller. * The servo should be plugged into the first servo channel/port. * This test program when run will move the servo from midrange,=20 * to position 01. This is for demonstrational use only. * Tested with FreeBSD 5.4 * Paul Hamilton 8th Aug 2005 */ #include #include #include #include #include /*Originally it was termio.h*/ #include #include // Use serial port 0 (com port 1)=20 static char *opt_comport=3D"/dev/cuaa0"; int main(int argc, char **argv) { int fd; struct termios options; unsigned char buf[4]; // ok, lets try opening the com port printf("Opening Com port: %s\n\n", opt_comport); if((fd =3D open(opt_comport, O_RDWR | O_NOCTTY )) < 0)=20 { printf("Problems opening %s\n", opt_comport); return (-1); } // set the required com port parrameters options.c_cflag &=3D ~CSIZE; /* Mask the character size bits */ options.c_cflag |=3D CS8; /* Select 8 data bits */ options.c_cflag &=3D ~PARENB; // set no parity options.c_cflag &=3D ~CSTOPB; // set 1 stop bit options.c_oflag &=3D ~OPOST; // Raw output tcgetattr(fd, &options); /* * Set the baud rates to 9600... */ cfsetispeed(&options, B9600); cfsetospeed(&options, B9600); /* * Enable the receiver and set local mode... */ options.c_cflag |=3D (CLOCAL | CREAD); /* * Set the new options for the port... */ tcsetattr(fd, TCSANOW, &options); // ok, lets transmit our 3 bytes through com port 1 snprintf(buf,4,"%c%c%c%c",0xff,0x00,0x01,0); printf("buf=3D%x,%x,%x,%x\n", buf[0],buf[1],buf[2],buf[3]); if (write(fd, buf, 3) !=3D 3) err(1, "write"); close(fd); }; -------------------------------------------------------------------------= --- -------- Cheers, Paul Hamilton PS. I have three books on programming in C winging their way to = Australia. I have a lot to learn :-) From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:24:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1CF116A41F; Fri, 9 Sep 2005 00:24:01 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5054243D5E; Fri, 9 Sep 2005 00:23:59 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j890Nwoe004595; Thu, 8 Sep 2005 17:23:58 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j890Nw9c004594; Thu, 8 Sep 2005 17:23:58 -0700 Date: Thu, 8 Sep 2005 17:23:58 -0700 From: Brooks Davis To: Vizion Message-ID: <20050909002358.GA3436@odin.ac.hmc.edu> References: <200509081705.41876.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <200509081705.41876.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:24:01 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 05:05:41PM -0700, Vizion wrote: > The makefile has the following lines: >=20 > PHPBBDIR=3D ${WWWDOCROOT}/${PHPBBURL} > PKGOPTS=3D ${FILESDIR}/pkg-opts > EXCEPTFILES=3D ${PREFIX}/${PHPBBDIR}/install/install.php \ > ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ > ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php >=20 > In my case DocumentRoot is: > WWWDOCROOT?=3D /usr2/virtualwebs >=20 > to which the port is adding ${PREFIX} >=20 > which has a local value of /usr/local >=20 > producing attempts to install files with problematic paths such as >=20 > /usr/local//usr2/virtualwebs/forumkatrina.org/install/install.php > ^^^^^^ =20 >=20 > I wonder, while this is being looked at, whether it might be possible to = have=20 > the option, when installing to virtual webs to install to a file list=20 > comprising multiple urls? >=20 > This would be a most valuable option. Installation outside prefix is not supported. You could set prefix to /usr2 and WWWDOCROOT to virtualwebs to install the key files where you want them. This would cause /usr2 to be populated with the directories given in BSD.local.dist. Alternativly, you could make /usr/local/www/forumkatrina.org a symlike to /usr2/virtualwebs/forumkatrina.org or something similar. Of course, if you want to install it more than once, ports won't work as it. Making phpbb capable of being a slave port and making local ports for each site could be a good work around for that. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDINYeXY6L6fI4GtQRAvXvAKDcbXWSRLAp4SDXWYBiO43uqchitwCcDK2r 6q/SER/iU/u+xrh9n8tjT8k= =fsDu -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:25:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD44F16A41F; Fri, 9 Sep 2005 00:25:12 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEFDA43D6A; Fri, 9 Sep 2005 00:25:05 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909002504.CLYV24491.lakecmmtao06.coxmail.com@dns1>; Thu, 8 Sep 2005 20:25:04 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Thu, 8 Sep 2005 17:20:50 -0700 User-Agent: KMail/1.8 References: <200509081705.41876.vizion@vizion.occoxmail.com> In-Reply-To: <200509081705.41876.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509081720.50891.vizion@vizion.occoxmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:25:12 -0000 On Thursday 08 September 2005 17:05, the author Vizion contributed to the dialogue on- /usr/ports/www/phpbb --? Makefile query: >The makefile has the following lines: > >PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} >PKGOPTS= ${FILESDIR}/pkg-opts >EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ > ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ > ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php > >In my case DocumentRoot is: >WWWDOCROOT?= /usr2/virtualwebs > >to which the port is adding ${PREFIX} > >which has a local value of /usr/local > >producing attempts to install files with problematic paths such as > >/usr/local//usr2/virtualwebs/forumkatrina.org/install/install.php >^^^^^^ > >I wonder, while this is being looked at, whether it might be possible to > have the option, when installing to virtual webs to install to a file list > comprising multiple urls? > >This would be a most valuable option. > Just a small point the makefile includes line Perform a "make options" to see a list of available installation options but # make options make: don't know how to make options. Stop Maybe the Makefile needs to test the difference between usr2 and /usr to distinguish been an absolute path and a path relative to ${PREFIX} Thanks again david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:26:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE02E16A41F for ; Fri, 9 Sep 2005 00:26:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B9C43D64 for ; Fri, 9 Sep 2005 00:26:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j890Qegs014213; Fri, 9 Sep 2005 03:26:40 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j890QeSK005915; Fri, 9 Sep 2005 03:26:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j890Qe7S005914; Fri, 9 Sep 2005 03:26:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 9 Sep 2005 03:26:40 +0300 From: Giorgos Keramidas To: Paul Hamilton Message-ID: <20050909002640.GB5840@orion.daedalusnetworks.priv> References: <053c01c5b4d4$a8ba8670$6600a8c0@w2k2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <053c01c5b4d4$a8ba8670$6600a8c0@w2k2> Cc: freebsd-questions@freebsd.org Subject: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:26:53 -0000 On 2005-09-09 08:23, Paul Hamilton wrote: > Thanks to the patience and persistens of Giorgos, Garret and David, I now > have a *sample* program that will transmit 3 bytes of data (mini-ssc > protocol), via a serial port to a 8 channel servo controller board. I will > continue to develop this as needed. > > DISCLAIMER: This is being posted for archival purposes, and no doubt can > use a lot of improvement! Thanks so much for taking the time to post a followup! Nicely commented program. I really liked the way the terminal option changes are explained. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:28:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F1CE16A41F for ; Fri, 9 Sep 2005 00:28:32 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 036DC43D46 for ; Fri, 9 Sep 2005 00:28:31 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3014597nzd for ; Thu, 08 Sep 2005 17:28:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=crH32b3k+vQ3hN3Qs2bnMKBcvfhF7zzRVMx678N7j57Hb1E9h6EJGd5V/jSn5KK0V93nqUT7TaxFi9kXKAhj5KCZ18S5OCU4rR1E0VfB4IV/0Lr81r8jPLutNyVRoqwxINK09tSlEPLjA+PBUpBvPj6iDwvAYE3SYfIguaa3n1g= Received: by 10.36.23.3 with SMTP id 3mr99469nzw; Thu, 08 Sep 2005 17:28:31 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 8sm9475617nzn.2005.09.08.17.28.30; Thu, 08 Sep 2005 17:28:31 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: Rem Roberti Date: Fri, 9 Sep 2005 08:32:51 +0800 User-Agent: KMail/1.8.2 References: <43208E13.3070709@comcast.net> <200509090758.36963.yuanjue122@gmail.com> <4320D461.8030503@comcast.net> In-Reply-To: <4320D461.8030503@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509090832.51412.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Installing KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:28:32 -0000 On Friday 09 September 2005 08:16, Rem Roberti wrote: > Yuan Jue wrote: > >On Friday 09 September 2005 03:16, Rem Roberti wrote: > >>I have tried to install Kde3 from both ports and pkgs. Each time the > >>installation chokes on Kdebase and Kdeartwork. An error screen comes up > >>announcing the failure, and referring me to a debug screen which I have > >>no idea where to find. As you can tell, this is a newbie thing. Any > >>help would be appreciated. > > > >you should tell us more about the error. What error comes up? When? What > > did you do before the error occurred? > > The installation was rocking along, and many dependent packages had been > installed before the error message came on saying that a failure had > occurred while attempting to install Kdebase, and Kdeartworks. I really > cannot tell you the exact wording. The last part of the message said > that I should refer to the debug screen for more info. I was attempting > to install Kde3 via Sysinstall and packages. which way did you use to install kde3? ports or package? I'm not sure but I think installing from port may give some help. Good luck. -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 00:38:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAF116A41F; Fri, 9 Sep 2005 00:38:47 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 245E643D45; Fri, 9 Sep 2005 00:38:47 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909003847.DAJK24491.lakecmmtao06.coxmail.com@dns1>; Thu, 8 Sep 2005 20:38:47 -0400 From: Vizion To: Brooks Davis , freebsd-questions@freebsd.org, Johann Visagie Date: Thu, 8 Sep 2005 17:34:32 -0700 User-Agent: KMail/1.8 References: <200509081705.41876.vizion@vizion.occoxmail.com> <20050909002358.GA3436@odin.ac.hmc.edu> In-Reply-To: <20050909002358.GA3436@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509081734.33077.vizion@vizion.occoxmail.com> Cc: Subject: Re: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 00:38:47 -0000 On Thursday 08 September 2005 17:23, you wrote: >On Thu, Sep 08, 2005 at 05:05:41PM -0700, Vizion wrote: >> The makefile has the following lines: >> >> PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} >> PKGOPTS= ${FILESDIR}/pkg-opts >> EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ >> ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ >> ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php >> >> In my case DocumentRoot is: >> WWWDOCROOT?= /usr2/virtualwebs >> >> to which the port is adding ${PREFIX} >> >> which has a local value of /usr/local >> >> producing attempts to install files with problematic paths such as >> >> /usr/local//usr2/virtualwebs/forumkatrina.org/install/install.php >> ^^^^^^ >> >> I wonder, while this is being looked at, whether it might be possible to >> have the option, when installing to virtual webs to install to a file list >> comprising multiple urls? >> >> This would be a most valuable option. > >Installation outside prefix is not supported. You could set >prefix to /usr2 Where is ${PREFIX} set? >and WWWDOCROOT to virtualwebs to install the key >files where you want them. But does that not mean that I would be getting files that properly belong in the /usr/local/ hierarchy in the virtualwebs hierarchy? >This would cause /usr2 to be populated >with the directories given in BSD.local.dist. Alternativly, >you could make /usr/local/www/forumkatrina.org a symlike to >/usr2/virtualwebs/forumkatrina.org or something similar. That would be a good idea but unfortunately there appears to be a bug in the latest version of apache2 that makes symlinks problematical and it is not a good idea when the files are networked. The other thing is that /usr2/ is a different physical device which holds files for replication to duplicate physical devices for webfarming. >Of course, if >you want to install it more than once, ports won't work as it. >Making phpbb capable of being a slave port and making local ports for each site could be a good work around for that. Does anyone know how to fix the Makefile for the port so that it does not apply ${PREFIX} when presented with an absolute path such as / but does use ${PREFIX} when the path is relative. That would do as a workaround for the moment. I am not familiar with makefiles and I would like to ask if someone who is used to doing it might be willing to make such a change and commit thanks david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:06:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BB9C16A41F for ; Fri, 9 Sep 2005 01:06:50 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35810.mail.mud.yahoo.com (web35810.mail.mud.yahoo.com [66.163.179.179]) by mx1.FreeBSD.org (Postfix) with SMTP id A728043D45 for ; Fri, 9 Sep 2005 01:06:49 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 56344 invoked by uid 60001); 9 Sep 2005 01:06:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=25GwuFrICz8aA+zvxtnUXFeIkIXH+ULVaRlUBqjd9yQyhgxnPrCCVoj18K0AsHdIj7VIt6N4YcZ2r/zKsrjIeQMCdtt3YUjY2Xj52tgjUdFSVCPLrm5Ldozp5fAW1tqohpBsw+/pBS3NcuQO6Tt2hPpN9PLhVp3IyutgtXr4zAQ= ; Message-ID: <20050909010649.56342.qmail@web35810.mail.mud.yahoo.com> Received: from [209.121.45.40] by web35810.mail.mud.yahoo.com via HTTP; Thu, 08 Sep 2005 21:06:48 EDT Date: Thu, 8 Sep 2005 21:06:48 -0400 (EDT) From: John Do To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Can't boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:06:50 -0000 MBR installed on ad0 FreeBSD installed on ad2 slice 2 When I try to boot using: boot0cfg -s 2 ad2 I get an error like incompatible mode or type. Anyone know how to fix this? fdisk does show that slice as being FreeBSD type and I did install it there. Thanks! __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:20:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4881016A41F for ; Fri, 9 Sep 2005 01:20:00 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF6143D53 for ; Fri, 9 Sep 2005 01:19:59 +0000 (GMT) (envelope-from eam404@earthlink.net) Received: from [192.168.1.104] (really [24.250.141.71]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909011957.FOBK15319.eastrmmtao04.cox.net@[192.168.1.104]>; Thu, 8 Sep 2005 21:19:57 -0400 Message-ID: <4320E348.6000502@earthlink.net> Date: Thu, 08 Sep 2005 20:20:08 -0500 From: Eric Murphy User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050826) X-Accept-Language: en-us, en MIME-Version: 1.0 To: martin@orbweavers.co.uk, freebsd-questions@freebsd.org References: <4320A93D.2020500@earthlink.net> <200509082303.09458.martin@orbweavers.co.uk> In-Reply-To: <200509082303.09458.martin@orbweavers.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: command 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: Fri, 09 Sep 2005 01:20:00 -0000 Hmm i got a bad santex error Martin McCann wrote: >On Thursday 08 September 2005 22:12, Eric Murphy wrote: > > >>Hey guys heres a quick question for you... >> >>I am trying to ping a certain website with the following command . ping >>yahoo.com >> >>I would like to log all requests that come back higher then 100 or any # >>i specify. >> >>I figured I could use the script command but im not sure how to go from >>there? >> >>Reason for this is to prove to my ISP that there is something wrong with >>my connection :) >> >>Would it also be possible to log the date and time of each requets? >> >>So inconclusion I'd like to log all icmp requests that come back higher >>then 100 by date and time into a log file. >> >> > >date > pings.txt ; ping -c 10 www.yahoo.com | awk '{ print $7 ; }' | sort >> >pings.txt > >this will give you a file with the date then the pings sorted from quickest to >slowest. Plenty of scope to make it nicer, but it gets you the info you want. >(You will probably want to increase the count, but I would also add a delay, >-i, it will give you a better range and also it is not nice to fire a lot of >pings to a public server). > > >Martin > > > > >>Thanks >> >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to >>"freebsd-questions-unsubscribe@freebsd.org" >> >> >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:20:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD4F16A41F; Fri, 9 Sep 2005 01:20:50 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE5543D46; Fri, 9 Sep 2005 01:20:49 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909012049.EXJT2425.lakecmmtao05.coxmail.com@dns1>; Thu, 8 Sep 2005 21:20:49 -0400 From: Vizion To: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Date: Thu, 8 Sep 2005 18:16:34 -0700 User-Agent: KMail/1.8 References: <200509081705.41876.vizion@vizion.occoxmail.com> <20050909002358.GA3436@odin.ac.hmc.edu> <200509081734.33077.vizion@vizion.occoxmail.com> In-Reply-To: <200509081734.33077.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509081816.35009.vizion@vizion.occoxmail.com> Cc: Brooks Davis , Johann Visagie Subject: Re: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:20:50 -0000 Jst thought I would mention that this is being used for a series of sites to support victims of katrina - so if anyone does feel like helping out urgently it would really be appreciated -- thanks On Thursday 08 September 2005 17:34, the author Vizion contributed to the dialogue on- Re: /usr/ports/www/phpbb --? Makefile query: >On Thursday 08 September 2005 17:23, you wrote: >>On Thu, Sep 08, 2005 at 05:05:41PM -0700, Vizion wrote: >>> The makefile has the following lines: >>> >>> PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} >>> PKGOPTS= ${FILESDIR}/pkg-opts >>> EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ >>> ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ >>> ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php >>> >>> In my case DocumentRoot is: >>> WWWDOCROOT?= /usr2/virtualwebs >>> >>> to which the port is adding ${PREFIX} >>> >>> which has a local value of /usr/local >>> >>> producing attempts to install files with problematic paths such as >>> >>> /usr/local//usr2/virtualwebs/forumkatrina.org/install/install.php >>> ^^^^^^ >>> >>> I wonder, while this is being looked at, whether it might be possible to >>> have the option, when installing to virtual webs to install to a file >>> list comprising multiple urls? >>> >>> This would be a most valuable option. >> >>Installation outside prefix is not supported. You could set >>prefix to /usr2 > >Where is ${PREFIX} set? > >>and WWWDOCROOT to virtualwebs to install the key >>files where you want them. > >But does that not mean that I would be getting files that properly belong in >the /usr/local/ hierarchy in the virtualwebs hierarchy? > >>This would cause /usr2 to be populated >>with the directories given in BSD.local.dist. Alternativly, >>you could make /usr/local/www/forumkatrina.org a symlike to >>/usr2/virtualwebs/forumkatrina.org or something similar. > >That would be a good idea but unfortunately there appears to be a bug in the >latest version of apache2 that makes symlinks problematical and it is not a >good idea when the files are networked. The other thing is that /usr2/ is a >different physical device which holds files for replication to duplicate >physical devices for webfarming. > >>Of course, if >>you want to install it more than once, ports won't work as it. >>Making phpbb capable of being a slave port and making local ports for each > >site could be a good work around for that. > >Does anyone know how to fix the Makefile for the port so that it does not >apply ${PREFIX} when presented with an absolute path such as / but does use >${PREFIX} when the path is relative. > >That would do as a workaround for the moment. > >I am not familiar with makefiles and I would like to ask if someone who is >used to doing it might be willing to make such a change and commit > >thanks > >david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:28:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF2816A41F for ; Fri, 9 Sep 2005 01:28:41 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91ECF43D45 for ; Fri, 9 Sep 2005 01:28:39 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id A58F37B0114; Thu, 08 Sep 2005 18:29:51 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AC811AD200BE; Thu, 08 Sep 2005 09:53:21 -0700 From: "Chris St Denis" To: "'Igor Robul'" , Date: Thu, 8 Sep 2005 09:53:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <431FEDF7.9060308@speechpro.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcW0Ss0CXCRed3CCS+SxdYYxeI2JiQASvMGw Message-Id: <200509080953421.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: D6c811ad200bea095.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: Subject: RE: Odd SU output? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:28:42 -0000 Which config file is this in? I didn't see any otp stuff in /etc/pam.d/ -----Original Message----- From: Igor Robul [mailto:igorr@speechpro.com] Sent: Thursday, September 08, 2005 12:53 AM To: Chris St Denis; freebsd-questions@freebsd.org Subject: Re: Odd SU output? Chris St Denis wrote: >While being away from work for a week, some odd output appeared on my su >comment. > > > >%su >otp-md5 497 pe2119 ext >Password: > > You have enable One Time Passwords (OTP) in your PAM configuration, so now you can use regular root password or you can calculate answer (password) from this text. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:30:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3D7B16A41F for ; Fri, 9 Sep 2005 01:30:26 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4834543D48 for ; Fri, 9 Sep 2005 01:30:26 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3019593nzd for ; Thu, 08 Sep 2005 18:30:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ttyVfdVqQWIYi3u99etMW9tx0g3C+eTycaD4JIt/o1iDaB4uf3OsPb31cAhxORh0pdytqbTF5gUJI18Vded67kw4luDjceN3fhK+Hjp5k3pJ7Zy8AIdgvTJT5F8OnmYa831ITpN1wti8tCVjIdUqVNN+SqubpIabgdRv2QVCAu8= Received: by 10.36.58.17 with SMTP id g17mr122590nza; Thu, 08 Sep 2005 18:30:25 -0700 (PDT) Received: by 10.36.158.10 with HTTP; Thu, 8 Sep 2005 18:30:19 -0700 (PDT) Message-ID: <18f601940509081830767f1158@mail.gmail.com> Date: Thu, 8 Sep 2005 18:30:25 -0700 From: Aaron Glenn To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: sparc64 netboot installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: aaron.glenn@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:30:26 -0000 How can I install 5.4 on a netra 105 with no floppy or cd drive currently running Solaris? All I've been able to find is a seroiusly outdated page[1] referring to 5.0-CURRENT with outdated links to bootloader files that no longer exist. Anyone? Please CC me as I'm not subscribed to -questions. Regards, aaron.glenn [1] http://www.freebsd.org/releases/5.0R/DP1/installation-sparc64.html From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:31:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E5816A41F for ; Fri, 9 Sep 2005 01:31:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE74F43D5A for ; Fri, 9 Sep 2005 01:31:05 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j891V2sw024925; Fri, 9 Sep 2005 04:31:02 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j891V2xt006494; Fri, 9 Sep 2005 04:31:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j891V19x006493; Fri, 9 Sep 2005 04:31:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 9 Sep 2005 04:31:01 +0300 From: Giorgos Keramidas To: Eric Murphy Message-ID: <20050909013101.GA6463@orion.daedalusnetworks.priv> References: <4320A93D.2020500@earthlink.net> <200509082303.09458.martin@orbweavers.co.uk> <4320E348.6000502@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4320E348.6000502@earthlink.net> Cc: martin@orbweavers.co.uk, freebsd-questions@freebsd.org Subject: Re: command 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: Fri, 09 Sep 2005 01:31:08 -0000 On 2005-09-08 20:20, Eric Murphy wrote: >Martin McCann wrote: >> date > pings.txt ; ping -c 10 www.yahoo.com | \ >> awk '{ print $7 ; }' | sort >> pings.txt >> >> this will give you a file with the date then the pings sorted from >> quickest to slowest. [...] > > Hmm i got a bad santex error The message you saw was probably "bad _syntax_ error"... What shell are you using? What was the *EXACT* command you run and the error message you got. PS: Please do *NOT* top post and quote the entire original message just to add a single line. Trim the message you quote, keeping the relevant parts, and post your comments _below_ the quoted text. I've fixed the message this time, but I tend to hit DEL pretty fast msot of the time. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 01:50:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3E816A427 for ; Fri, 9 Sep 2005 01:50:42 +0000 (GMT) (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 E0FD743D46 for ; Fri, 9 Sep 2005 01:50:41 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 26892 invoked from network); 9 Sep 2005 11:50:40 +1000 Received: from andromeda.lef.com.au (HELO ?10.168.101.24?) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Sep 2005 11:50:40 +1000 Message-ID: <4320EA6A.7010001@meijome.net> Date: Fri, 09 Sep 2005 11:50:34 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <431DB202.2070603@multideck.com> <20050906152850.GA28262@orion.daedalusnetworks.priv> <431E2784.3060801@multideck.com> <20050907110659.GA7415@orion.daedalusnetworks.priv> <431EF065.60308@multideck.com> In-Reply-To: <431EF065.60308@multideck.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Repairing "kernel not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 01:50:42 -0000 Frederick N. Brier wrote: > What is odd is that the machine booted FreeBSD perfectly at least 5-6 > times before I ran into the weird "ps" error and then it would not > boot. I still need to figure out what caused the problem in the first > place. > > For the moment, is there a way to reinstall just the core 5.4 kernel > distribution files, but not anything else? Is it legitimate to do a > recursive copy of all the boot files on the CD, ie: /dist/boot to the > twed1s1a slice's /boot directory. Then I do the boot0cfg and disklabel > command and then fixes any boot manager config files. Would that work? I would boot something like Freesbie and make sure I can access the drives + files before wasting any more time trying to get it to boot. If you have a busted drive / controller, you may have trouble booting... From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 02:25:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA66A16A41F for ; Fri, 9 Sep 2005 02:25:14 +0000 (GMT) (envelope-from chezang@druknet.bt) Received: from druknet.bt (tamala.druknet.bt [202.144.128.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E53A43D45 for ; Fri, 9 Sep 2005 02:25:04 +0000 (GMT) (envelope-from chezang@druknet.bt) Received: from [202.144.129.180] (account chezang@druknet.bt) by druknet.bt (CommuniGate Pro WebUser 4.2.8) with HTTP id 12341938 for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 08:23:27 +0600 From: "Chezangla, Engineer, DrukNet" To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro WebUser Interface v.4.2.8 Date: Fri, 09 Sep 2005 08:23:27 +0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit Subject: hi list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 02:25:15 -0000 Can anyone give me the detail steps for installing and configuring mysql server on freebsd......... I have installed mysql from ports but some how could not start the mysql daemon........installation might be wrong .....so can anyone who did the same give me some suggestions plez...... FreeBSD5.1 mysql40-server regards chez.. +++++++++++++++++++++++++++++++++++++++++++++++++++ Get a free DrukNet e-mail account and stay in touch http://www.druknet.bt From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 02:48:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68F2516A41F; Fri, 9 Sep 2005 02:48:33 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED1543D4C; Fri, 9 Sep 2005 02:48:32 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j892mW8j028350; Thu, 8 Sep 2005 19:48:32 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j892mWCH028348; Thu, 8 Sep 2005 19:48:32 -0700 Date: Thu, 8 Sep 2005 19:48:32 -0700 From: Brooks Davis To: Vizion Message-ID: <20050909024832.GB26409@odin.ac.hmc.edu> References: <200509081705.41876.vizion@vizion.occoxmail.com> <20050909002358.GA3436@odin.ac.hmc.edu> <200509081734.33077.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline In-Reply-To: <200509081734.33077.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: Brooks Davis , freebsd-questions@freebsd.org, Johann Visagie Subject: Re: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 02:48:33 -0000 --l76fUT7nc3MelDdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 05:34:32PM -0700, Vizion wrote: > On Thursday 08 September 2005 17:23, you wrote: > >On Thu, Sep 08, 2005 at 05:05:41PM -0700, Vizion wrote: > >> The makefile has the following lines: > >> > >> PHPBBDIR=3D ${WWWDOCROOT}/${PHPBBURL} > >> PKGOPTS=3D ${FILESDIR}/pkg-opts > >> EXCEPTFILES=3D ${PREFIX}/${PHPBBDIR}/install/install.php \ > >> ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ > >> ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php > >> > >> In my case DocumentRoot is: > >> WWWDOCROOT?=3D /usr2/virtualwebs > >> > >> to which the port is adding ${PREFIX} > >> > >> which has a local value of /usr/local > >> > >> producing attempts to install files with problematic paths such as > >> > >> /usr/local//usr2/virtualwebs/forumkatrina.org/install/install.php > >> ^^^^^^ > >> > >> I wonder, while this is being looked at, whether it might be possible = to > >> have the option, when installing to virtual webs to install to a file = list > >> comprising multiple urls? > >> > >> This would be a most valuable option. > > > >Installation outside prefix is not supported. You could set > >prefix to /usr2=20 >=20 > Where is ${PREFIX} set? It defaults to /usr/local or you can set it to anything you want on the make command line. > >and WWWDOCROOT to virtualwebs to install the key=20 > >files where you want them. =20 > But does that not mean that I would be getting files that properly belong= in=20 > the /usr/local/ hierarchy in the virtualwebs hierarchy? That depends on your definition of properly. Yes they will end up there, but that's what is supposed to happen when you set, PREFIX to something other than /usr/local. > >This would cause /usr2 to be populated=20 > >with the directories given in BSD.local.dist. Alternativly, > >you could make /usr/local/www/forumkatrina.org a symlike to > >/usr2/virtualwebs/forumkatrina.org or something similar. =20 >=20 >=20 > That would be a good idea but unfortunately there appears to be a bug in = the=20 > latest version of apache2 that makes symlinks problematical and it is not= a=20 > good idea when the files are networked. The other thing is that /usr2/ is= a=20 > different physical device which holds files for replication to duplicate= =20 > physical devices for webfarming.=20 That shouldn't be an issue. If you point apache at the real paths, everything should be fine. I merely suggest using a symlike to get the files installed where you want them. > >Of course, if=20 > >you want to install it more than once, ports won't work as it. =20 > >Making phpbb capable of being a slave port and making local ports for ea= ch=20 > site could be a good work around for that. >=20 > Does anyone know how to fix the Makefile for the port so that it does not= =20 > apply ${PREFIX} when presented with an absolute path such as / but does u= se=20 > ${PREFIX} when the path is relative. > > That would do as a workaround for the moment. >=20 > I am not familiar with makefiles and I would like to ask if someone who = is=20 > used to doing it might be willing to make such a change and commit That would be breaking the Makefile, not fixing it. Realistly, if you want to use a non-standard file system layout, you shouldn't use the port. Just do a "make depends" in the phpbb port directory to get the pieces you need, and then install phpbb by hand. Most php apps are pretty trivial to install if you know how to configure a web server and database. -- Brooks P.S. Please stop randomly cross posting your messages. It just wastes people's time. --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDIPf/XY6L6fI4GtQRAk49AJ93XSlF7VXMHAAiDLeOAwiP3X6JeQCfRjt8 inMc1VUWnNG/wQxGvSWRQSI= =q2M+ -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 03:55:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A6816A41F; Fri, 9 Sep 2005 03:55:29 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7481543D45; Fri, 9 Sep 2005 03:55:28 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909035527.TOGY3140.lakecmmtao04.coxmail.com@dns1>; Thu, 8 Sep 2005 23:55:27 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Thu, 8 Sep 2005 20:51:12 -0700 User-Agent: KMail/1.8 References: <200509081705.41876.vizion@vizion.occoxmail.com> <200509081734.33077.vizion@vizion.occoxmail.com> <20050909024832.GB26409@odin.ac.hmc.edu> In-Reply-To: <20050909024832.GB26409@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082051.13636.vizion@vizion.occoxmail.com> Cc: Brooks Davis , Johann Visagie Subject: Re: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 03:55:29 -0000 On Thursday 08 September 2005 19:48, the author Brooks Davis contributed to the dialogue on- Re: /usr/ports/www/phpbb --? Makefile query: >On Thu, Sep 08, 2005 at 05:34:32PM -0700, Vizion wrote: >> On Thursday 08 September 2005 17:23, you wrote: >> >On Thu, Sep 08, 2005 at 05:05:41PM -0700, Vizion wrote: >> >> The makefile has the following lines: >> >> >> >> PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} >> >> PKGOPTS= ${FILESDIR}/pkg-opts >> >> EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ >> >> ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ >> >> ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php >> >> >> >> In my case DocumentRoot is: >> >> WWWDOCROOT?= /usr2/virtualwebs >> >> used to doing it might be willing to make such a change and commit > >That would be breaking the Makefile, not fixing it. Realistly, if you >want to use a non-standard file system layout, you shouldn't use the >port. Humph -- well I thought most large scale virtual webs are set up outside main /usr/local - admittedly many use simlinks but I thought not when the sever operates as a farm...which is why apache allows for data paths separtely /usr/loca >Just do a "make depends" in the phpbb port directory to get the >pieces you need, and then install phpbb by hand. Most php apps are >pretty trivial to install if you know how to configure a web server and >database. I have now found an even more serious problem phpbb is NOT compatible with php5 -- which opens a whole can of worms... I am trying for an alternative Thank yo so much for your time -- it is much appreciated David >P.S. Please stop randomly cross posting your messages. It just wastes >people's time. Sorry about that -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 04:02:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A740D16A41F for ; Fri, 9 Sep 2005 04:02:55 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BF043D45 for ; Fri, 9 Sep 2005 04:02:55 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909040255.LDWT24491.lakecmmtao06.coxmail.com@dns1> for ; Fri, 9 Sep 2005 00:02:55 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Thu, 8 Sep 2005 20:58:40 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082058.40370.vizion@vizion.occoxmail.com> Subject: Stupid working too late.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 04:02:55 -0000 OK Here is what I did before i packed up - having been working late just changed ownerships of files in a virtual web chown -R www ./* fine folllowed by change of group with the dreaded typo of: chown -R www /* oooooooooooooooooooooooooooooooooops fortunately hit crt c pretty damn quick but some damage was done. While I limited the damage I wanted to double check which of the standard os file hierarchies are meant to be in group "operator" and also owned by root. That seems to be the only doubt I have the rest was easily recovered. Any help appreciated david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 04:04:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C509C16A41F for ; Fri, 9 Sep 2005 04:04:36 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607F343D46 for ; Fri, 9 Sep 2005 04:04:35 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j8943Kul067072; Thu, 8 Sep 2005 23:03:43 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4321097D.8080203@daleco.biz> Date: Thu, 08 Sep 2005 23:03:09 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Pepper References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: NFS client performance against MS SFU 3.5 NFS Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 04:04:36 -0000 Tom Pepper wrote: > All: > > Anyone having any good fortune with performance of NFS shares > in a current 5-STABLE against Windows 2003 Services For Unix 3.5 > server? I'm able to, with some pretty extreme tuning, get as much > as 1MB/sec out of a 100Mbps link, but I'm able to FTP to and from > the same host at 8-10MB/sec. I've tried different send/receive windows, > NFSv2, NFSv3, forcing TCP/UDP, and setting the tcp windows to some > pretty outrageous sizes. None of the above really seems to net me > performance above 500-600kB/sec (testing via rsync --progress -av / > local/dir /mnt/nfsshare). > > mount_smbfs is also incapable of going beyond 1MB/sec in a similar > arrangement. Why on earth is performance sucking so bad? > > Thanks, > -t I have similar secret doubts, but I've not gone to the lengths that you have, and I've not tested against Win2k3 server. One question: is there any chance it is an rsync problem? Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 04:36:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB24F16A41F for ; Fri, 9 Sep 2005 04:36:00 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D6B43D45 for ; Fri, 9 Sep 2005 04:36:00 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j894Zx1X026659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2005 21:35:59 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050908213243.03e27c60@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 08 Sep 2005 21:35:36 -0700 To: Vizion , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <200509082058.40370.vizion@vizion.occoxmail.com> References: <200509082058.40370.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Stupid working too late.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 04:36:00 -0000 At 08:58 PM 9/8/2005, Vizion wrote: >OK > >Here is what I did before i packed up - having been working late > >just changed ownerships of files in a virtual web > >chown -R www ./* > >fine > >folllowed by change of group with the dreaded typo of: > >chown -R www /* >oooooooooooooooooooooooooooooooooops > >fortunately hit crt c pretty damn quick but some damage was done. > >While I limited the damage I wanted to double check which of the standard os >file hierarchies are meant to be in group "operator" and also owned by root. >That seems to be the only doubt I have the rest was easily recovered. > >Any help appreciated mtree -U -f foo where foo is the appropriate file(s) from /etc/mtree should do that trick for ya. -Glenn >david > > > > -- >40 yrs navigating and computing in blue waters. >English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. > Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after >completing engineroom refit. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 05:14:35 2005 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 CC42416A41F for ; Fri, 9 Sep 2005 05:14:35 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D0843D46 for ; Fri, 9 Sep 2005 05:14:35 +0000 (GMT) (envelope-from surferdamon@adelphia.net) Received: from [192.168.1.101] (really [69.167.39.216]) by mta9.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050909051434.DQIN24716.mta9.adelphia.net@[192.168.1.101]>; Fri, 9 Sep 2005 01:14:34 -0400 From: Damon Blom Organization: home To: Jerahmy Pocott , questions@freebsd.org Date: Thu, 8 Sep 2005 22:14:23 -0700 User-Agent: KMail/1.8.2 References: <200509071336.41511.surferdamon@adelphia.net> <9B32EFAF-88E1-4DA3-A53B-74A44CC2B710@optusnet.com.au> In-Reply-To: <9B32EFAF-88E1-4DA3-A53B-74A44CC2B710@optusnet.com.au> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200509082214.24058.surferdamon@adelphia.net> Cc: Subject: Re: freebsd on memory 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: Fri, 09 Sep 2005 05:14:35 -0000 On Thursday 08 September 2005 06:23 am, you wrote: > On 08/09/2005, at 6:36 AM, Damon Blom wrote: > > Hi > > Still no go. > > will boot (very slowly) from external usb hard drive. > > da0 maxtor scsi -0 device 194481 mb > > will not boot > > da1 hp digital drive 976 mb (whole disk) > > da1s1a / > > da1s1d /usr > > I disabled hitachi drive and external maxtor drive > > get > > F1 Freebsd > > F5 drive1 > > will not let me press enter > > Phoenix Bios version F.35 > > Thank's (I can still mount it and r/w from it) > > Damon > > I would say, and this is just a guess, that the bios doesn't recognise > it as a bootable device or it is unable to find/use the boot block? Hi Thank's for the reply. In fdisk I just said "A" and then "S" to set bootable before "W" to write it out. I did change /etc/fstab to da1s1a and da1s1d. When I do fdisk after mounting it it says device /mnt/boot/mbr is not character special. Info from dos bootblock; data for partition 1,2,3,4 is unused. I'll try putting small dos partition first. Thank's Damon From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 05:21:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5498216A41F for ; Fri, 9 Sep 2005 05:21:10 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from speechpro.com (speech-tech-2.ip.PeterStar.net [81.3.190.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB7FC43D45 for ; Fri, 9 Sep 2005 05:21:09 +0000 (GMT) (envelope-from igorr@speechpro.com) Received: from sysadm.stc ([192.168.2.26]) by s1.stc with esmtp (Exim 4.52 (FreeBSD)) id 1EDbJI-000PF4-0z; Fri, 09 Sep 2005 09:20:24 +0400 Message-ID: <43211B8E.5070706@speechpro.com> Date: Fri, 09 Sep 2005 09:20:14 +0400 From: Igor Robul User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris St Denis , freebsd-questions@freebsd.org References: <200509080953421.SM00812@chris> In-Reply-To: <200509080953421.SM00812@chris> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archived: Yes Cc: Subject: Re: Odd SU output? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 05:21:10 -0000 Chris St Denis wrote: >Which config file is this in? I didn't see any otp stuff in /etc/pam.d/ > > look at pam_opie(8) and opie(4) At least in my /etc/pam.d I see many links to pam_opie. >-----Original Message----- >From: Igor Robul [mailto:igorr@speechpro.com] >Sent: Thursday, September 08, 2005 12:53 AM >To: Chris St Denis; freebsd-questions@freebsd.org >Subject: Re: Odd SU output? > >Chris St Denis wrote: > > > >>While being away from work for a week, some odd output appeared on my su >>comment. >> >> >> >>%su >>otp-md5 497 pe2119 ext >>Password: >> >> >> >> >You have enable One Time Passwords (OTP) in your PAM configuration, so >now you can use >regular root password or you can calculate answer (password) from this text. > > > >!DSPAM:43206bf2704241183689591! > > > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 05:39:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A255616A41F; Fri, 9 Sep 2005 05:39:37 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pastinakel.tue.nl (pastinakel.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 083BB43D45; Fri, 9 Sep 2005 05:39:37 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by pastinakel.tue.nl (Postfix) with ESMTP id C42DE14BE54; Fri, 9 Sep 2005 07:39:35 +0200 (CEST) Received: from pastinakel.tue.nl ([127.0.0.1]) by localhost (pastinakel.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38744-10; Fri, 9 Sep 2005 07:39:34 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by pastinakel.tue.nl (Postfix) with ESMTP id D77B314BE4B; Fri, 9 Sep 2005 07:39:34 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j895dYas063833; Fri, 9 Sep 2005 07:39:34 +0200 (CEST) (envelope-from stijn) Date: Fri, 9 Sep 2005 07:39:34 +0200 From: Stijn Hoop To: Giorgos Keramidas Message-ID: <20050909053934.GR20229@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop , Giorgos Keramidas , Greg Barniskis , Gerard Seibert , freebsd-questions References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <20050908204628.GC38895@orion.daedalusnetworks.priv> <20050908204803.GQ20229@pcwin002.win.tue.nl> <4320BC57.4080006@scls.lib.wi.us> <20050908232803.GA975@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wHh0aNzodMFDTGdO" Content-Disposition: inline In-Reply-To: <20050908232803.GA975@orion.daedalusnetworks.priv> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: Greg Barniskis , Gerard Seibert , freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 05:39:37 -0000 --wHh0aNzodMFDTGdO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 02:28:03AM +0300, Giorgos Keramidas wrote: > On 2005-09-08 17:33, Greg Barniskis wrote: > > Stijn Hoop wrote: > > [snip... sorry about the attributions] > > >>> > > >>>How about: > > >>> > > >>> -t Generate a Postscript version of the manpage, intended for > > >>> printing, by using /usr/bin/groff -S -man to format the > > >>> manual > > >>> page, passing the output to stdout. The output from > > >>> /usr/bin/groff -S -man may need to be passed through some > > >>> filter or another before being printed. > > >>> > > >>>That way I can do /print in less and still get some useful hint. > > >> > > >>You all know that groff is thirdparty software, right? We have to ta= ke > > >>this with the groff developers, if the change is ever going to be > > >>imported in FreeBSD. > > > > > >Hmm, no I didn't realize that. Guess that's too much work for such a m= inor > > >change :( > > > > Except that (if I read the thread right) the proposed change is > > actually to the man page for man, not the man page for groff. ;) > > > > Might suffer similar "ownership" and maintenance issues, but I doubt > > it. If man's not part of the native BSD core, what is? >=20 > Ah! I misunderstood the original post then. Thanks Greg! >=20 > Of course we can update man(1). It's part of the src/gnu/ thirdparty > source, but the manpage is already off the vendor branch, so we can make > changes if necessary. >=20 > Stijn and everyone else, any particular preference for the text that we > add? Would something like the following be ok? >=20 > -t Use ``/usr/bin/groff -S -man'' to format the manual page, > passing the output to stdout. The default output format of > groff(1) is Postscript, but see the manual page of groff(1) > for ways to pick an alternate format. >=20 > Depending on the selected format and the availability of > printing devices, the output may need to be passed through > some filter or another before being printed. >=20 > We may have to send the changes we make to Federico Lucifredi too (the > maintainer of man-1.6 and latter), since the 1.6a version that I > downloaded from [ http://primates.ximian.com/~flucifredi/man/ ] a few > minutes ago, still uses the text that Stijn feels is a bit cryptic. This is much better already; I inserted the word 'printing' in my version because I felt I would search for that when loooking for a way to print a manpage, but I'm not hung up on that. This would definitely be an improvement. Thanks for picking this up, Giorgos! --Stijn --=20 Apparently, 1 in 5 people in the world are Chinese. And there are 5 people in my family, so it must be one of them. It's either my mum or my dad...... or maybe my older brother John. Or my younger brother Ho-Cha-Chu. But I'm pretty sure it's John. --wHh0aNzodMFDTGdO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDISAVY3r/tLQmfWcRAigxAJ9/qCgqkYTHZ1IlZ5aQzu3/M3D02QCcCIIF OJ3Kf9RCnVQjgS/4ctcF4c8= =spl8 -----END PGP SIGNATURE----- --wHh0aNzodMFDTGdO-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 05:48:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF5116A41F for ; Fri, 9 Sep 2005 05:48:57 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FF143D46 for ; Fri, 9 Sep 2005 05:48:56 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3043052nzd for ; Thu, 08 Sep 2005 22:48:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rcv0Ji335TaaQ0owPOEmib5c7TkgtW2kwNIy9qPem5PnhgC3PD+5xmOjJ/qO4YkA5WP02OkecJlKRaegPCeLYpXEOQVuutfDElxjV/YSy30OSSBHCRwG2v68ktAhVtS/B4WtLndb2jDKpeWhKxQLVaJrDcHR3iQhi518JrbxC6I= Received: by 10.36.71.17 with SMTP id t17mr10102nza; Thu, 08 Sep 2005 22:48:56 -0700 (PDT) Received: by 10.36.153.19 with HTTP; Thu, 8 Sep 2005 22:48:56 -0700 (PDT) Message-ID: <18f601940509082248503b2c48@mail.gmail.com> Date: Thu, 8 Sep 2005 22:48:56 -0700 From: Aaron Glenn To: Kris Kennaway In-Reply-To: <20050908232230.GA48258@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <18f6019405090816202beaf583@mail.gmail.com> <20050908232230.GA48258@xor.obsecurity.org> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: aaron.glenn@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 05:48:57 -0000 On 9/8/05, Kris Kennaway wrote: >=20 > Why do you think it's no longer supported? You can certainly install > sparc machines by netbooting them. >=20 > Kris Partly because there is nothing in the handbook[1], release notes[2], or installation notes[3] for sparc64 about it. And mostly because the development directory for sparc64 is currently barren[4]. Like I mentioned in my original message, the only information I can find about a netboot install is a very outdated 5.0-CURRENT text that links to bootloader files that no longer exist. If you can point me to a resource I've overlooked, please do so. I would greatly appreciate a hit with the cluestick on this one. Regards, aaron.glenn [1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html [2] http://www.freebsd.org/releases/5.4R/relnotes-sparc64.html [3] http://www.freebsd.org/releases/5.4R/installation-sparc64.html [4] ftp://ftp.freebsd.org/pub/FreeBSD/development/sparc64/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 06:00:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D583716A41F for ; Fri, 9 Sep 2005 06:00:38 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3B643D46 for ; Fri, 9 Sep 2005 06:00:38 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8960b0r014619 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 02:00:37 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8960a6P010780; Fri, 9 Sep 2005 02:00:37 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8C5EF5153F; Fri, 9 Sep 2005 02:00:35 -0400 (EDT) Date: Fri, 9 Sep 2005 02:00:35 -0400 From: Kris Kennaway To: Aaron Glenn Message-ID: <20050909060034.GA48622@xor.obsecurity.org> References: <18f6019405090816202beaf583@mail.gmail.com> <20050908232230.GA48258@xor.obsecurity.org> <18f601940509082248503b2c48@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <18f601940509082248503b2c48@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 06:00:38 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 10:48:56PM -0700, Aaron Glenn wrote: > On 9/8/05, Kris Kennaway wrote: > >=20 > > Why do you think it's no longer supported? You can certainly install > > sparc machines by netbooting them. > >=20 > > Kris >=20 > Partly because there is nothing in the handbook[1], release notes[2], > or installation notes[3] for sparc64 about it. And mostly because the > development directory for sparc64 is currently barren[4]. Like I > mentioned in my original message, the only information I can find > about a netboot install is a very outdated 5.0-CURRENT text that links > to bootloader files that no longer exist. >=20 > If you can point me to a resource I've overlooked, please do so. I > would greatly appreciate a hit with the cluestick on this one. You don't need a special bootloader any longer. Just use the standard one. Kris --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDISUCWry0BWjoQKURAulOAKD4PpIRKevGs+JaL7pckA1D6IbZ5QCgqSXZ FUyOatsM0krcH/VI3TevuHU= =7PJf -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 06:08:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDA516A41F for ; Fri, 9 Sep 2005 06:08:38 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C86C443D45 for ; Fri, 9 Sep 2005 06:08:37 +0000 (GMT) (envelope-from aaron.glenn@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3044610nzd for ; Thu, 08 Sep 2005 23:08:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oqQPsk9CLqkpfjCbKDLYkSTx2KI4Z+zw/Z44LGwT6jrIsF4pIZvLK/uQMvwa1z99AEZ/ilwiukHhZY1XV6oRqLas+lR1rOvraaJwmUT2dzPbeIz51XFQ6enhdYMj2MMqA+onZbf4WCPavualAeU6V0RGuOxfog3yfOv09wg6jqs= Received: by 10.36.2.9 with SMTP id 9mr571nzb; Thu, 08 Sep 2005 23:08:36 -0700 (PDT) Received: by 10.36.153.19 with HTTP; Thu, 8 Sep 2005 23:08:36 -0700 (PDT) Message-ID: <18f6019405090823086bdbd800@mail.gmail.com> Date: Thu, 8 Sep 2005 23:08:36 -0700 From: Aaron Glenn To: Kris Kennaway In-Reply-To: <20050909060034.GA48622@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <18f6019405090816202beaf583@mail.gmail.com> <20050908232230.GA48258@xor.obsecurity.org> <18f601940509082248503b2c48@mail.gmail.com> <20050909060034.GA48622@xor.obsecurity.org> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: aaron.glenn@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 06:08:38 -0000 On 9/8/05, Kris Kennaway wrote: > On Thu, Sep 08, 2005 at 10:48:56PM -0700, Aaron Glenn wrote: > > If you can point me to a resource I've overlooked, please do so. I > > would greatly appreciate a hit with the cluestick on this one. >=20 > You don't need a special bootloader any longer. Just use the standard > one. >=20 > Kris Fair enough, but that isn't mentioned or documented anywhere. Posting to a mailing list is *always* a last resort; and yet I had to because I could find nothing even remotely up to date on the subject. I've continued to use FreeBSD for the past five years because of the documentation. Why isn't the netboot installation method detailed definitively somewhere? Is it simply because no one has updated the previous one, or is there another reason? If it were supported, shouldn't it be listed in the installation notes? aaron.glenn From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 06:27:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A02F16A41F for ; Fri, 9 Sep 2005 06:27:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FAF43D48 for ; Fri, 9 Sep 2005 06:27:03 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j896R30r016810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 02:27:03 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j896R26P011995; Fri, 9 Sep 2005 02:27:03 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CCD855130B; Fri, 9 Sep 2005 02:27:00 -0400 (EDT) Date: Fri, 9 Sep 2005 02:27:00 -0400 From: Kris Kennaway To: Aaron Glenn Message-ID: <20050909062700.GA49746@xor.obsecurity.org> References: <18f6019405090816202beaf583@mail.gmail.com> <20050908232230.GA48258@xor.obsecurity.org> <18f601940509082248503b2c48@mail.gmail.com> <20050909060034.GA48622@xor.obsecurity.org> <18f6019405090823086bdbd800@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <18f6019405090823086bdbd800@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 06:27:04 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 11:08:36PM -0700, Aaron Glenn wrote: > On 9/8/05, Kris Kennaway wrote: > > On Thu, Sep 08, 2005 at 10:48:56PM -0700, Aaron Glenn wrote: > > > If you can point me to a resource I've overlooked, please do so. I > > > would greatly appreciate a hit with the cluestick on this one. > >=20 > > You don't need a special bootloader any longer. Just use the standard > > one. > >=20 > > Kris >=20 > Fair enough, but that isn't mentioned or documented anywhere. Posting > to a mailing list is *always* a last resort; and yet I had to because > I could find nothing even remotely up to date on the subject. I've > continued to use FreeBSD for the past five years because of the > documentation. Why isn't the netboot installation method detailed > definitively somewhere? Is it simply because no one has updated the > previous one, or is there another reason? If it were supported, > shouldn't it be listed in the installation notes? Probably..this would be a great way for you to contribute, once you get it up and running. Kris --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDISs0Wry0BWjoQKURAhObAJ9xAGk7LTrOtcmPcZvi4/ekKzzp0ACgituz yYSI1vnYuLhiyyCnwEwVeyw= =FoqK -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 06:58:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5526816A41F for ; Fri, 9 Sep 2005 06:58:25 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from site4u.nl (fanth.site4u.nl [194.9.84.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811B043D46 for ; Fri, 9 Sep 2005 06:58:23 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from [192.168.4.11] [62.221.235.161] by site4u.nl with ESMTP (SMTPD32-8.15) id A06B57B00AE; Fri, 09 Sep 2005 08:49:15 +0200 Message-ID: <4321328C.6090306@antenna.nl> Date: Fri, 09 Sep 2005 08:58:20 +0200 From: Chantal Rosmuller User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuan Jue References: <4320494D.6030503@antenna.nl> <200509082309.43229.yuanjue122@gmail.com> <20050908173948.GE49084@xor.obsecurity.org> <200509090813.06887.yuanjue122@gmail.com> In-Reply-To: <200509090813.06887.yuanjue122@gmail.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 06:58:25 -0000 Thanks everyone for the advice, I installed the sources and applied the patch, so I guess I took care of the zlib security issue The clamav error remained though but someone at the qmail rocks mailinglist suggested that clamav cannot see that zlib is patched so it is safe to ignore the error. To be on the safe side I will post the question about the error on the clamav mailing list. regards Chantal > > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 07:05:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6821016A41F for ; Fri, 9 Sep 2005 07:05:38 +0000 (GMT) (envelope-from jdsg84@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A29C43D48 for ; Fri, 9 Sep 2005 07:05:37 +0000 (GMT) (envelope-from jdsg84@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3049463nzd for ; Fri, 09 Sep 2005 00:05:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ctxVQC3VDf7aHf60fGSPUstjRVlsfnNh8bWDMSz+IOUAgSNzQYjUl0jpvVahM4nkmSznTcjlLNZvQsvOBwmzPhLcVl4vFzMfv+kf6fmQ4CkBsNqYMBAs9btTBiIoQnLR3xF5aEUD1UViq5lq4lOSEpdetvFJOfUno/Y7Its+FGc= Received: by 10.36.2.9 with SMTP id 9mr38108nzb; Fri, 09 Sep 2005 00:05:37 -0700 (PDT) Received: by 10.37.15.55 with HTTP; Fri, 9 Sep 2005 00:05:37 -0700 (PDT) Message-ID: <93fbb9fb05090900053b98010c@mail.gmail.com> Date: Fri, 9 Sep 2005 08:05:37 +0100 From: James Goldsmith To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: pkg_create and srcdir X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdsg84@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 07:05:38 -0000 Hi list :) This is a two part question, but they are vaguely related, so bear with me... Firstly, using pkg_create in a sh script in the following way works fine: pkg_create -v -s $SRCDIR -d $DESC -c $COMMENT -I $POST_INSTALL -p "$INSTALLDIR/$packagename" -f $PLIST -o "net/$packagename" $packagename where $SRCDIR is defined as SRCDIR=3D`pwd` and $INSTALLDIR is /usr/local However, if I remove the -s $SRCDIR parameter, it fails claiming tar "couldn't stat" my files. I was under the impression that if SRCDIR was not specified, it would use the current working directory instead (which is where my files to be packaged reside, and what I am defining anyway using pwd). Is this correct? Secondly, and along the same lines: When the above is run, in the +CONTENTS file inside the package there is an @SRCDIR line, containing the directory given in -s $SRCDIR. As far as my experimentation has gone, the presence of this line does not make any difference to whether the package installs successfully or not.=20 I would like to hide any build environment details from the customers this package is being sent to, and thus was wondering if it is possible to remove the @SRCDIR line, or rather never have it be written to +CONTENTS in the first place! Thanks,=20 James From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 09:00:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6750F16A41F for ; Fri, 9 Sep 2005 09:00:00 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB53843D4C for ; Fri, 9 Sep 2005 08:59:59 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1176141wra for ; Fri, 09 Sep 2005 01:59:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UYAApAMLFifvr+2ZiBkk1/urSgdfhELYzUawZmiC9DGxR/b3sz4ZOlHnX8nXt7Mf5QMMhB2+pPv/9+v8zTp1K4rumjAcwPLWUNrWgM42CfaBwfGRjBJm5vWznXtkTlFKEO2q3xe+tHtpHAE7Du2L84hq21fzHAWIfo9Z64+3G6Q= Received: by 10.54.30.50 with SMTP id d50mr109839wrd; Fri, 09 Sep 2005 01:59:56 -0700 (PDT) Received: by 10.54.84.1 with HTTP; Fri, 9 Sep 2005 01:59:56 -0700 (PDT) Message-ID: <48a5f32a05090901591a16c062@mail.gmail.com> Date: Fri, 9 Sep 2005 10:59:56 +0200 From: Gareth Bailey To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: tar -u adds all files regardless of mod date X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gjbailey@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 09:00:00 -0000 Hi there, I have a directory I want to backup at /usr/dir_a/dir_b. I want to back the content of this dir to /usr/backups/dir_b so I tried the following: # cd /usr/backups/dir_b # tar -cf dir_b.tar /usr/dir_a/dir_b Now I have dir_b.tar which is 65MB in size. If i then try to update modified files by doing this: # tar -uf dir_b.tar /usr/dir_a/dir_b and I end up with dir_b.tar being 130MB (double size) which should not be the case since no files have been modified in /usr/dir_a/dir_b. I do not get this problem if I do the same in the /usr/dir_a directory. In the /usr/dir_a dir the tar file remains the same size. I would much appreciate some input! Thanks, Gareth From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 09:08:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE7E16A41F for ; Fri, 9 Sep 2005 09:08:26 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.76.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AFF43D48 for ; Fri, 9 Sep 2005 09:08:25 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from opteron (c-67-171-212-242.hsd1.or.comcast.net[67.171.212.242]) by comcast.net (sccrmhc11) with SMTP id <2005090909082101100bbin5e>; Fri, 9 Sep 2005 09:08:25 +0000 Message-ID: <000e01c5b51e$0984ed80$0c64a8c0@opteron> From: "K Anderson" To: "Chezangla, Engineer, DrukNet" , References: Date: Fri, 9 Sep 2005 02:08:21 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Cc: Subject: Re: hi list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 09:08:26 -0000 ----- Original Message ----- From: "Chezangla, Engineer, DrukNet" To: Sent: Thursday, September 08, 2005 7:23 PM Subject: hi list > Can anyone give me the detail steps for installing and configuring mysql > server on freebsd......... > > I have installed mysql from ports but some how could not start the mysql > daemon........installation might be wrong .....so can anyone who did the > same give me some suggestions plez...... > > FreeBSD5.1 > mysql40-server cd /usr/ports/databases/mysql40-server make install clean {Wait} At some point the process may tell you to edit your rc.conf to add the item (I'm using mysql41-server so it might be different): mysql_enable="Yes" Then you can try starting it up with: /usr/local/etc/rc.d/mysql-server.sh start The startup script might notice something is missing and go in and create the databases needed. If all goes well you should be able to do: mysql One of three things may happen: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) That means mysql didn't startup - OR - ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) That means you didn't tell mysql (the command from -- If all goes well you should... -- section) to prompt for a password so you can get in. If you don't know the password for the root account then you can head over to the mysql web site and find out how to start mysql daemon without checking priviliges. Also review user accounts and how they work. No errors and you are in mysql and ready to go. It's not much, but hope it helps. Mr. Anderson ~Sir, put the mouse down and step away from the computer~ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 09:08:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5082416A420 for ; Fri, 9 Sep 2005 09:08:38 +0000 (GMT) (envelope-from remy@unix-asp.com) Received: from mx1.unix-asp.com (84-107-153-15.dsl.quicknet.nl [84.107.153.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABAF43D45 for ; Fri, 9 Sep 2005 09:08:35 +0000 (GMT) (envelope-from remy@unix-asp.com) Received: from [10.0.1.1] (enterprise.uss [10.0.1.1]) by mx1.unix-asp.com (Postfix) with ESMTP id 78A998A02D for ; Fri, 9 Sep 2005 11:07:47 +0200 (CEST) Date: Fri, 09 Sep 2005 11:07:44 +0200 From: Remy de Ruysscher User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000004070701000807020503" X-MailScanner-Information: Please contact root@unix-asp.com for more information X-MailScanner: Found to be clean X-unix-asp.com-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-2.82, required 5, autolearn=not spam, ALL_TRUSTED -2.82) X-unix-asp.com-MailScanner-From: remy@unix-asp.com Message-Id: <20050909090835.9ABAF43D45@mx1.FreeBSD.org> Subject: Recommendations on Proliant DL-360 server with 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: Fri, 09 Sep 2005 09:08:38 -0000 This is a cryptographically signed message in MIME format. --------------ms000004070701000807020503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, We are about to invest in a new server farm, which will consist of the HP Proliant DL-360 (2Gb ram, 2x 3.0Ghz Xeon, 2x 73Gb SCSI 15k, RAID-1, redundant powersupply, iLO). We have already 2 of these beauties running, but the management wants "proof" this server is robust and stable for FreeBSD 5.4 / MySQL / Apache 2 / PHP usage (webserver/mailserver). I feel very confident about this machine, but they want some sort of customer recommendations, URLs, FreeBSD support/testen as "proof". Since it's i386 it has tier-1 support, but that is not enough. We have had very bad experiences with the HP Proliant DL-140's (which I rejected BTW). Yes I have googled but found little useable links. If you have any URLs, or you use such a machine with FreeBSD 5.x please let me know! Thanks for you help! Regards, Remy. --------------ms000004070701000807020503 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIIOzCC AngwggHhoAMCAQICAw4WSTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwMjIwMDk0MjAwWhcNMDYwMjIwMDk0MjAw WjBwMRUwEwYDVQQEEwxkZSBSdXlzc2NoZXIxEzARBgNVBCoTClJlbXkgRnJhbmsxIDAeBgNV BAMTF1JlbXkgRnJhbmsgZGUgUnV5c3NjaGVyMSAwHgYJKoZIhvcNAQkBFhFyZW15QHVuaXgt YXNwLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA2XLqNANBOoniY+SWkbJ/wDDT pulVEw9fFm1vu8tLtv2t8P8DUCoCf+EgTzdET6mx/q3NFVwOk0J1bAA5OGsSX07IDi1ReJrJ 4ORC3zjHnvHTE75j1ReM16QdO80eFxyxKC2xD0JyMcVYmoIqAtahVNosby4cjxR4n5M7TC4D PbMCAwEAAaMuMCwwHAYDVR0RBBUwE4ERcmVteUB1bml4LWFzcC5jb20wDAYDVR0TAQH/BAIw ADANBgkqhkiG9w0BAQQFAAOBgQCuFtFZWIAv53BazTyK9UUg95DzHVRg+H3pjnNF8JY+65BJ CWXFtqQtgUPnlTwpDJF1FETHoUCjkjzKjW+u1V9wGjcGGyhRrZZZv9nnP1ZQz1beW8Q38WQm ECyGV/9JT5JK56I8SHkAe5caU/zeUKV1NWui5DOnlwvTc7Xbcu10YTCCAngwggHhoAMCAQIC Aw4WSTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENv bnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwHhcNMDUwMjIwMDk0MjAwWhcNMDYwMjIwMDk0MjAwWjBwMRUwEwYDVQQE EwxkZSBSdXlzc2NoZXIxEzARBgNVBCoTClJlbXkgRnJhbmsxIDAeBgNVBAMTF1JlbXkgRnJh bmsgZGUgUnV5c3NjaGVyMSAwHgYJKoZIhvcNAQkBFhFyZW15QHVuaXgtYXNwLmNvbTCBnzAN BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA2XLqNANBOoniY+SWkbJ/wDDTpulVEw9fFm1vu8tL tv2t8P8DUCoCf+EgTzdET6mx/q3NFVwOk0J1bAA5OGsSX07IDi1ReJrJ4ORC3zjHnvHTE75j 1ReM16QdO80eFxyxKC2xD0JyMcVYmoIqAtahVNosby4cjxR4n5M7TC4DPbMCAwEAAaMuMCww HAYDVR0RBBUwE4ERcmVteUB1bml4LWFzcC5jb20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0B AQQFAAOBgQCuFtFZWIAv53BazTyK9UUg95DzHVRg+H3pjnNF8JY+65BJCWXFtqQtgUPnlTwp DJF1FETHoUCjkjzKjW+u1V9wGjcGGyhRrZZZv9nnP1ZQz1beW8Q38WQmECyGV/9JT5JK56I8 SHkAe5caU/zeUKV1NWui5DOnlwvTc7Xbcu10YTCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcN AQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcT CUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRp ZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNv bTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYD VQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVy c29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA xKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkV cI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMG A1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZy ZWVtYWlsQ0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJp dmF0ZUxhYmVsMi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIX oUOWlJ1/TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydx VyWN3amcOY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8x ggK6MIICtgIBATBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGlu ZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIDDhZJMAkGBSsOAwIaBQCgggGnMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJ KoZIhvcNAQkFMQ8XDTA1MDkwOTA5MDc0NFowIwYJKoZIhvcNAQkEMRYEFANikJU51W5ySxQj 18LoIBVFLkSdMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCA MA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMHgGCSsGAQQBgjcQBDFr MGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0 ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMOFkkw egYLKoZIhvcNAQkQAgsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29u c3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg SXNzdWluZyBDQQIDDhZJMA0GCSqGSIb3DQEBAQUABIGAm3i7Wo2wolaZEcni/9lrwaCG2ZH0 O9tKViX6xPg5125uaDxWbwD+sg5vDevc1SZbq3ALm5CaKR6pX8LUlSnUyXaGYNmKkI2+t/qw 8ikNBE+wwY2r9VkKfml2I7San3XHxODgWeqgv/rpkE9OqegH9gyr6YlJ3juN/fJjWiDOWRUA AAAAAAA= --------------ms000004070701000807020503-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 09:40:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1070316A41F for ; Fri, 9 Sep 2005 09:40:23 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9107843D46 for ; Fri, 9 Sep 2005 09:40:22 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j899eM3T000579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 9 Sep 2005 02:40:22 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id j899eLTD000577 for freebsd-questions@freebsd.org; Fri, 9 Sep 2005 02:40:21 -0700 Date: Fri, 9 Sep 2005 02:40:21 -0700 From: "Loren M. Lang" To: freebsd-questions@freebsd.org Message-ID: <20050909094021.GA545@alzatex.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Subject: GPIB support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 09:40:23 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Recently, I discovered that FreeBSD supports at least one GPIB PCMCIA card in it's kernel sources. There also seems to be a userspace library for accessing it. I had done some work with GPIB in the past, but I never realized FreeBSD had any support for it, so we stuck with windows. How come this isn't listed in the hardware compatibility list for freebsd? --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDIViFbTXoRwEYo9IRAvtQAJ9FI8XAstKGJrXywh7/BGyt8/LZgACeLlqN yRfmMBMU6kjM4niKpF/8W08= =SCdO -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 10:19:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C344316A41F for ; Fri, 9 Sep 2005 10:19:00 +0000 (GMT) (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 06B9443D46 for ; Fri, 9 Sep 2005 10:18:59 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 9182 invoked from network); 9 Sep 2005 10:18:57 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.187.179.78]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 9 Sep 2005 10:18:57 -0000 Date: Fri, 9 Sep 2005 12:18:06 +0200 From: Fabian Keil To: msherman77@gmail.com Message-ID: <20050909121806.2b7e11f3@localhost> In-Reply-To: References: X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) 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=Signature_Fri__9_Sep_2005_12_18_06_+0200_okIsbKDb7x4+hENp; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: freebsd-questions@freebsd.org Subject: Re: Conflicting CDRW and DVDRW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 10:19:00 -0000 --Signature_Fri__9_Sep_2005_12_18_06_+0200_okIsbKDb7x4+hENp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Michael Sherman wrote: > I am trying to burn a DVD with my Pioneer DVD writer (usb), but when I > open K3B, the device is not listed. In fact the IDE CD burner isn't > listed there as well. The kernel is configured with SCSI and ATAPICAM > devices. It seems to me that my writers IDE and USB are conflicting, > since the output of the camcontrol devlist produces: >=20 > at scbus0 target 6 lun 0 (sa0,pass0) > at scbus1 target 0 lun 0 (pass1,cd0) > at scbus3 target 0 lun 0 (pass2,cd1) Where do you see the conflict here? =20 > Any ideas? Any hint will be appreciated. Do you run K3B as user? Does the user have write access to the needed devs (acdX, passX, xptX) or are the underlying programs running suid? If you have cdrecord installed, try running cdrecord -scanbus as the user you use for K3B and look at the error messages. Fabian --=20 http://www.fabiankeil.de/ --Signature_Fri__9_Sep_2005_12_18_06_+0200_okIsbKDb7x4+hENp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFDIWFejV8GA4rMKUQRAoCsAKC2cVS3sy2HrXxOwRGbXDCbCsKYIQCggWsd +hq2sWGFuBl2GH5jqBCwPaE= =1xse -----END PGP SIGNATURE----- --Signature_Fri__9_Sep_2005_12_18_06_+0200_okIsbKDb7x4+hENp-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 10:53:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B955416A41F for ; Fri, 9 Sep 2005 10:53:37 +0000 (GMT) (envelope-from mats.lindberg@se.transport.bombardier.com) Received: from smtp2.transport.bombardier.com (smtp2.transport.bombardier.com [20.133.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 188DA43D45 for ; Fri, 9 Sep 2005 10:53:33 +0000 (GMT) (envelope-from mats.lindberg@se.transport.bombardier.com) Received: from EMEAML02.UK.BOMBARDIER.TRANSPORT.COM (emea-ml02.atle.bombardier.com [10.157.248.22]) by smtp2.transport.bombardier.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id j89ArTlu011224 for ; Fri, 9 Sep 2005 12:53:29 +0200 (CEST) To: freebsd-questions@freebsd.org X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: mats.lindberg@se.transport.bombardier.com Date: Fri, 9 Sep 2005 12:50:02 +0200 X-MIMETrack: Serialize by Router on EMEA-ML02/Server/Transport/Bombardier(Release 6.0.3|September 18, 2003) at 09/09/2005 11:55:44 MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: base64 Subject: sysinstall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 10:53:37 -0000 DQoNCg0KDQpIb3cgY2FuIEkgaGF2ZSBhbiBpbnRlcmFjdGl2ZWx5IGludm9rZWQgc3lzaW5zdGFs bCB0byBsb2FkIGEgY29uZmlnLWZpbGUNCmZyb20gc29tZXRoaW5nIGVsc2UgdGhhbiBhIGZsb3Bw eSBlLmcuIGEgQ0QtUk9NPw0KDQoNCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fXw0KDQpUaGlzIGUtbWFpbCBjb21tdW5pY2F0aW9uIChhbmQgYW55 IGF0dGFjaG1lbnQvcykgbWF5IGNvbnRhaW4gY29uZmlkZW50aWFsDQpvciBwcml2aWxlZ2VkIGlu Zm9ybWF0aW9uIGFuZCBpcyBpbnRlbmRlZCBvbmx5IGZvciB0aGUgaW5kaXZpZHVhbChzKSBvcg0K ZW50aXR5IG5hbWVkIGFib3ZlIGFuZCB0byBvdGhlcnMgd2hvIGhhdmUgYmVlbiBzcGVjaWZpY2Fs bHkgYXV0aG9yaXplZCB0bw0KcmVjZWl2ZSBpdC4gSWYgeW91IGFyZSBub3QgdGhlIGludGVuZGVk IHJlY2lwaWVudCwgcGxlYXNlIGRvIG5vdCByZWFkLA0KY29weSwgdXNlIG9yIGRpc2Nsb3NlIHRo ZSBjb250ZW50cyBvZiB0aGlzIGNvbW11bmljYXRpb24gdG8gb3RoZXJzLiBQbGVhc2UNCm5vdGlm eSB0aGUgc2VuZGVyIHRoYXQgeW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBlLW1haWwgaW4gZXJyb3Ig YnkgcmVwbHkNCmUtbWFpbCwgYW5kIGRlbGV0ZSB0aGUgZS1tYWlsIHN1YnNlcXVlbnRseS4NClRo YW5rIHlvdS4NCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fDQoNCg0KQ2UgbWVzc2FnZSAoYWluc2kgcXVlIGxlKHMpIGZpY2hpZXIvcyksIHRy YW5zbWlzIHBhciBjb3VycmllbCwgcGV1dA0KY29udGVuaXIgZGVzIHJlbnNlaWduZW1lbnRzIGNv bmZpZGVudGllbHMgb3UgcHJvdMOpZ8OpcyBldCBlc3QgZGVzdGluw6kgw6ANCmzigJl1c2FnZSBl eGNsdXNpZiBkdSBkZXN0aW5hdGFpcmUgY2ktZGVzc3VzLiBUb3V0ZSBhdXRyZSBwZXJzb25uZSBl c3QgcGFyDQpsZXMgcHLDqXNlbnRlcyBhdmlzw6llIHF14oCZaWwgZXN0IHN0cmljdGVtZW50IGlu dGVyZGl0IGRlIGxlIGRpZmZ1c2VyLCBsZQ0KZGlzdHJpYnVlciBvdSBsZSByZXByb2R1aXJlLiBT aSB2b3VzIGzigJlhdmV6IHJlw6d1IHBhciBpbmFkdmVydGFuY2UsIHZldWlsbGV6DQpub3VzIGVu IGF2aXNlciBldCBkw6l0cnVpcmUgY2UgbWVzc2FnZS4NCk1lcmNpLg0KX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCg0K From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 11:12:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1D116A424 for ; Fri, 9 Sep 2005 11:12:13 +0000 (GMT) (envelope-from newyilang@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D6143D4C for ; Fri, 9 Sep 2005 11:12:12 +0000 (GMT) (envelope-from newyilang@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1162994nzd for ; Fri, 09 Sep 2005 04:12:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cuco14xPqaK7jsBB81PQJP0QBR1YRQV5d/UkMsjHgwiulZnX62zcc8uPGOn3PqbPc1mjrONPisYnm2kZrAw8m9MOaWr5qG+FcgkU1UhyOrBtooVOIxRZsBjPKo+Aunb81+SAjmurphk6zMQbOaYSzugMRTOt43a4Gth9bBpRa8k= Received: by 10.36.91.16 with SMTP id o16mr233745nzb; Fri, 09 Sep 2005 04:12:11 -0700 (PDT) Received: by 10.37.18.6 with HTTP; Fri, 9 Sep 2005 04:12:11 -0700 (PDT) Message-ID: <7d710b0f050909041257c315f4@mail.gmail.com> Date: Fri, 9 Sep 2005 19:12:11 +0800 From: Kenny To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: How to install Vmware5 in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: newyilang@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 11:12:13 -0000 Well, I have downloaded the official Vmware5 package from the official site. However, it is a Gzipped tarball rather than a normal package. I know how to install Linux RPMs in FreeBSD. But this time, I have no idea. Quite puzzled, and needing help. Many thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 11:53:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DB916A41F for ; Fri, 9 Sep 2005 11:53:55 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C1343D46 for ; Fri, 9 Sep 2005 11:53:54 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from ppp-195-94-156-55.dialup.uni.it (195.94.156.55) by vsmtp4.tin.it (7.2.060.1) (authenticated as vdemart1@tin.it) id 432102C90002DFA9 for freebsd-questions@freebsd.org; Fri, 9 Sep 2005 13:53:49 +0200 From: vittorio To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 13:53:49 +0200 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200509091353.49269.vdemart1@tin.it> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Fwd: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 11:53:55 -0000 As a C++ absolute beginner I'm trying to compile your testssc.c file with g++ testssc.c -o testssc (under freebsd 5.4, gcc version 3.4.2) But... I only get: SerialPort.C: In function `int main(int, char*)': SerialPort.C:62: error: invalid conversion from `unsigned char*' to `char*' SerialPort.C:62: error: initializing argument 1 of `int snprintf(char*,=20 size_t, const char*, ...)' SerialPort.C:66: error: `err' undeclared (first use this function) SerialPort.C:66: error: (Each undeclared identifier is reported only once f= or=20 each function it appears in.) SerialPort.C:69:3: warning: no newline at end of file Could you please help to straighten things up? Vittorio =2D--------- Messaggio inoltrato ---------- Subject: Re: C program to write to the com port - RESOLVED Date: 02:23, venerd=EC 09 settembre 2005 =46rom: "Paul Hamilton" To: freebsd-questions@freebsd.org =2E.................................................................... =2D------------------------------------------------------------------------= =2D-- =2D------- /* Name: testssc.c * compile with: gcc testssc.c -o testssc * * Your serial cable should be plugged into com port 1. * You only need the pin 3 and pin 5 (DB9) plugged into the controller. * The servo should be plugged into the first servo channel/port. * This test program when run will move the servo from midrange, * to position 01. This is for demonstrational use only. * Tested with FreeBSD 5.4 * Paul Hamilton 8th Aug 2005 */ #include #include #include #include #include /*Originally it was termio.h*/ #include #include // Use serial port 0 (com port 1) static char *opt_comport=3D"/dev/cuaa0"; int main(int argc, char **argv) { int fd; struct termios options; unsigned char buf[4]; // ok, lets try opening the com port printf("Opening Com port: %s\n\n", opt_comport); if((fd =3D open(opt_comport, O_RDWR | O_NOCTTY )) < 0) { printf("Problems opening %s\n", opt_comport); return (-1); } // set the required com port parrameters options.c_cflag &=3D ~CSIZE; /* Mask the character size bits */ options.c_cflag |=3D CS8; /* Select 8 data bits */ options.c_cflag &=3D ~PARENB; // set no parity options.c_cflag &=3D ~CSTOPB; // set 1 stop bit options.c_oflag &=3D ~OPOST; // Raw output tcgetattr(fd, &options); /* * Set the baud rates to 9600... */ cfsetispeed(&options, B9600); cfsetospeed(&options, B9600); /* * Enable the receiver and set local mode... */ options.c_cflag |=3D (CLOCAL | CREAD); /* * Set the new options for the port... */ tcsetattr(fd, TCSANOW, &options); // ok, lets transmit our 3 bytes through com port 1 snprintf(buf,4,"%c%c%c%c",0xff,0x00,0x01,0); printf("buf=3D%x,%x,%x,%x\n", buf[0],buf[1],buf[2],buf[3]); if (write(fd, buf, 3) !=3D 3) err(1, "write"); close(fd); }; =2D------------------------------------------------------------------------= =2D-- =2D------- Cheers, Paul Hamilton PS. I have three books on programming in C winging their way to Australia. I have a lot to learn :-) _______________________________________________ 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" =2D------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:29:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BC916A41F for ; Fri, 9 Sep 2005 12:29:59 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from mail.emendis.de (85-10-194-176.clients.your-server.de [85.10.194.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id E314F43D46 for ; Fri, 9 Sep 2005 12:29:56 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from localhost (mail [127.0.1.4]) by mail.emendis.de (Postfix) with ESMTP id A24E260671D; Fri, 9 Sep 2005 14:29:52 +0200 (CEST) Received: from mail.emendis.de ([127.0.1.4]) by localhost (mail.emendis.de [127.0.1.4]) (amavisd-new, port 10024) with ESMTP id 26792-04; Fri, 9 Sep 2005 14:29:52 +0200 (CEST) Received: from [192.168.1.102] (DSL01.83.171.160.139.NEFkom.net [83.171.160.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emendis.de (Postfix) with ESMTP id 2FE0B60671C; Fri, 9 Sep 2005 14:29:52 +0200 (CEST) Message-ID: <43218067.6010203@emendis.de> Date: Fri, 09 Sep 2005 14:30:31 +0200 From: Frank Mueller - emendis GmbH Organization: emendis GmbH User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050906) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: newyilang@gmail.com References: <7d710b0f050909041257c315f4@mail.gmail.com> In-Reply-To: <7d710b0f050909041257c315f4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: SPAM/Virenfilter at emendis.de Cc: freebsd-questions@freebsd.org Subject: Re: How to install Vmware5 in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank.Mueller@emendis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:29:59 -0000 I'm sorry to have to inform you that vmware5 does not run on FreeBSD. Latest version available for FreeBSD is AFAIK 3.x. Greetz, Ice Kenny schrieb: > Well, I have downloaded the official Vmware5 package from the official > site. However, it is a Gzipped tarball rather than a normal package. > > I know how to install Linux RPMs in FreeBSD. But this time, I have no idea. > > > Quite puzzled, and needing help. > > Many thanks in advance. > _______________________________________________ > 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" -- Frank Mueller eMail: Frank.Mueller@emendis.de Mobil: +49.177.6858655 Fax: +49.951.3039342 emendis GmbH Hofmannstr. 89, 91052 Erlangen, Germany Fon: +49.9131.817361 Fax: +49.9131.817386 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger Sitz Erlangen, Amtsgericht Fuerth HRB 10116 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:39:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58AA16A41F for ; Fri, 9 Sep 2005 12:39:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F3E43D48 for ; Fri, 9 Sep 2005 12:39:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j89Cdr9Z025190; Fri, 9 Sep 2005 15:39:53 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j89CdrvA007694; Fri, 9 Sep 2005 15:39:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j89Cdqdg007693; Fri, 9 Sep 2005 15:39:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 9 Sep 2005 15:39:52 +0300 From: Giorgos Keramidas To: vittorio Message-ID: <20050909123952.GC7464@orion.daedalusnetworks.priv> References: <200509091353.49269.vdemart1@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509091353.49269.vdemart1@tin.it> Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:39:56 -0000 On 2005-09-09 13:53, vittorio wrote: > > As a C++ absolute beginner I'm trying to compile your testssc.c file with > > g++ testssc.c -o testssc > (under freebsd 5.4, gcc version 3.4.2) It's not a C++ program. You should use `cc', not `g++'. > SerialPort.C: In function `int main(int, char*)': > SerialPort.C:62: error: invalid conversion from `unsigned char*' to `char*' > SerialPort.C:62: error: initializing argument 1 of `int snprintf(char*, > size_t, const char*, ...)' > SerialPort.C:66: error: `err' undeclared (first use this function) > SerialPort.C:66: error: (Each undeclared identifier is reported only once for > each function it appears in.) > SerialPort.C:69:3: warning: no newline at end of file > > Could you please help to straighten things up? The snprintf() function is what's causing you trouble in this line: snprintf(buf,4,"%c%c%c%c",0xff,0x00,0x01,0); As I said to Paul, in personal email messages, when there is a structure that the serial data has to conform too, I usually prefer using explicitly named fields in structs, temporary buffers, and memcpy() or plain assignments instead of printf()-family functions. #define SERVO_CMD_MAXBUF 4 struct servo_cmd { unsigned char sc_id; unsigned char sc_cmd; unsigned char sc_arg; }; int servo_cmd_send(struct servo_cmd *sp) { unsigned char buf[SERVO_CMD_MAXBUF]; buf[0] = sp->sc_id; buf[1] = sp->sc_cmd; buf[2] = sp->sc_arg; buf[3] = '\0'; /* Command end char. */ ... } From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:41:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E4816A41F for ; Fri, 9 Sep 2005 12:41:56 +0000 (GMT) (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 EDD7743D49 for ; Fri, 9 Sep 2005 12:41:53 +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 5F363E20; Fri, 9 Sep 2005 20:42:54 +0800 (WST) 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 18460-09; Fri, 9 Sep 2005 20:42:42 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id DB7CFDD2; Fri, 9 Sep 2005 20:42:42 +0800 (WST) From: "Paul Hamilton" To: "'vittorio'" , Date: Fri, 9 Sep 2005 20:41:42 +0800 Message-ID: <056c01c5b53b$d4c6bf60$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <200509091353.49269.vdemart1@tin.it> X-Virus-Scanned: amavisd-new at bdug.org.au Cc: Subject: RE: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:41:56 -0000 Hi vittorio, Hey I am just a beginner myself, but this is a C program, not a C++ = program. My gcc is version 3.4.2 too. Hmm, did you cut and paste ALL of the source code, including the = #include statements? I also see that it's mentioning code on lines 62, 66 and = 69. My testssc.c only has around 57 lines of code. What else have you = included? Cheers, Paul > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of vittorio > Sent: Friday, 9 September 2005 7:54 PM > To: freebsd-questions@freebsd.org > Subject: Fwd: Re: C program to write to the com port - RESOLVED >=20 >=20 >=20 > As a C++ absolute beginner I'm trying to compile your=20 > testssc.c file with >=20 > g++ testssc.c -o testssc > (under freebsd 5.4, gcc version 3.4.2) >=20 > But... > I only get: >=20 > SerialPort.C: In function `int main(int, char*)': > SerialPort.C:62: error: invalid conversion from `unsigned=20 > char*' to `char*' > SerialPort.C:62: error: initializing argument 1 of `int=20 > snprintf(char*,=20 > size_t, const char*, ...)' > SerialPort.C:66: error: `err' undeclared (first use this function) > SerialPort.C:66: error: (Each undeclared identifier is=20 > reported only once for=20 > each function it appears in.) > SerialPort.C:69:3: warning: no newline at end of file >=20 > Could you please help to straighten things up? >=20 > Vittorio >=20 > ---------- Messaggio inoltrato ---------- >=20 > Subject: Re: C program to write to the com port - RESOLVED > Date: 02:23, venerd=EC 09 settembre 2005 > From: "Paul Hamilton" > To: freebsd-questions@freebsd.org >=20 > ..................................................................... > -------------------------------------------------------------- > -------------- > -------- > /* Name: testssc.c > * compile with: gcc testssc.c -o testssc > * > * Your serial cable should be plugged into com port 1. > * You only need the pin 3 and pin 5 (DB9) plugged into the=20 > controller. > * The servo should be plugged into the first servo channel/port. > * This test program when run will move the servo from midrange, > * to position 01. This is for demonstrational use only. > * Tested with FreeBSD 5.4 > * Paul Hamilton 8th Aug 2005 > */ >=20 > #include > #include > #include > #include > #include /*Originally it was termio.h*/ > #include > #include > // Use serial port 0 (com port 1) > static char *opt_comport=3D"/dev/cuaa0"; >=20 > int main(int argc, char **argv) > { > int fd; > struct termios options; > unsigned char buf[4]; >=20 > // ok, lets try opening the com port > printf("Opening Com port: %s\n\n", opt_comport); > if((fd =3D open(opt_comport, O_RDWR | O_NOCTTY )) < 0) > { > printf("Problems opening %s\n", opt_comport); > return (-1); > } > // set the required com port parrameters > options.c_cflag &=3D ~CSIZE; /* Mask the character size bits */ > options.c_cflag |=3D CS8; /* Select 8 data bits */ > options.c_cflag &=3D ~PARENB; // set no parity > options.c_cflag &=3D ~CSTOPB; // set 1 stop bit > options.c_oflag &=3D ~OPOST; // Raw output >=20 > tcgetattr(fd, &options); >=20 > /* > * Set the baud rates to 9600... > */ > cfsetispeed(&options, B9600); > cfsetospeed(&options, B9600); >=20 > /* > * Enable the receiver and set local mode... > */ > options.c_cflag |=3D (CLOCAL | CREAD); >=20 > /* > * Set the new options for the port... > */ > tcsetattr(fd, TCSANOW, &options); >=20 > // ok, lets transmit our 3 bytes through com port 1 > snprintf(buf,4,"%c%c%c%c",0xff,0x00,0x01,0); > printf("buf=3D%x,%x,%x,%x\n", buf[0],buf[1],buf[2],buf[3]); >=20 > if (write(fd, buf, 3) !=3D 3) > err(1, "write"); >=20 > close(fd); > }; > -------------------------------------------------------------- > -------------- > -------- >=20 > Cheers, >=20 > Paul Hamilton >=20 > PS. I have three books on programming in C winging their way=20 > to Australia. I have a lot to learn :-) >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 > ------------------------------------------------------- > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 >=20 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:49:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D860316A41F for ; Fri, 9 Sep 2005 12:49:53 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C137443D70 for ; Fri, 9 Sep 2005 12:49:48 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so95453rne for ; Fri, 09 Sep 2005 05:49:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c2D532tYmfiEvJg/6jYuQlxygHpTgok2PqFqztZtQxJ4L5n09ttYgJJPnL9In4NQzUOHNLFt2CtDcbGE/98LZrGu1DFuSmYXPO897Dfmck+8NNI1CHGkaR3JH267nw/flYAoLKLF8uMIAJOU43MCDo+ucpoUK0ZtLr+0EmUhuE4= Received: by 10.38.209.4 with SMTP id h4mr25522rng; Fri, 09 Sep 2005 05:49:47 -0700 (PDT) Received: by 10.38.75.51 with HTTP; Fri, 9 Sep 2005 05:49:47 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 08:49:47 -0400 From: Michael Sherman To: Fabian Keil , FreeBSD Mailing List In-Reply-To: <20050909121806.2b7e11f3@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050909121806.2b7e11f3@localhost> Cc: Subject: Re: Conflicting CDRW and DVDRW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: msherman77@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:49:54 -0000 I must have been too tired last night. They are indeed on a different scbus, I was just looking at target and lun IDs. The problem was the permissions on the /dev/passX. Thanks a lot. On 9/9/05, Fabian Keil wrote: > Michael Sherman wrote: >=20 > > I am trying to burn a DVD with my Pioneer DVD writer (usb), but when I > > open K3B, the device is not listed. In fact the IDE CD burner isn't > > listed there as well. The kernel is configured with SCSI and ATAPICAM > > devices. It seems to me that my writers IDE and USB are conflicting, > > since the output of the camcontrol devlist produces: > > > > at scbus0 target 6 lun 0 (sa0,pass0) > > at scbus1 target 0 lun 0 (pass1,cd0) > > at scbus3 target 0 lun 0 (pass2,cd1) >=20 > Where do you see the conflict here? >=20 > > Any ideas? Any hint will be appreciated. >=20 > Do you run K3B as user? Does the user have write access to > the needed devs (acdX, passX, xptX) or are the underlying programs > running suid? >=20 > If you have cdrecord installed, try running cdrecord -scanbus as the user > you use for K3B and look at the error messages. >=20 > Fabian > -- > http://www.fabiankeil.de/ >=20 >=20 > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:50:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7E216A41F for ; Fri, 9 Sep 2005 12:50:09 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: from web30315.mail.mud.yahoo.com (web30315.mail.mud.yahoo.com [68.142.201.233]) by mx1.FreeBSD.org (Postfix) with SMTP id DE78A43D48 for ; Fri, 9 Sep 2005 12:50:08 +0000 (GMT) (envelope-from yance_kowara@yahoo.com) Received: (qmail 5156 invoked by uid 60001); 9 Sep 2005 12:50:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=4ToIT2XaXXru6HBoHJNK7diu2VIyDxHt0Vg1V7FlObCulRPaKrnlk2e0FsBGFflRj/bjPOveQQPn9KRnMMB5RbIiYsIJdmcuRFbDlAzTanBgRRoMFcAkYFqy2UYKjfMisKWunqEvT6NzJ0j675wH4Uq8Vrpi5jjheDTI70kMVag= ; Message-ID: <20050909125008.5154.qmail@web30315.mail.mud.yahoo.com> Received: from [220.233.22.150] by web30315.mail.mud.yahoo.com via HTTP; Fri, 09 Sep 2005 05:50:08 PDT Date: Fri, 9 Sep 2005 05:50:08 -0700 (PDT) From: Yance Kowara To: freebsd-questions@freebsd.org In-Reply-To: <43218067.6010203@emendis.de> 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: Re: How to install Vmware5 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: Fri, 09 Sep 2005 12:50:09 -0000 have you tried qemu? Frank Mueller - emendis GmbH wrote:I'm sorry to have to inform you that vmware5 does not run on FreeBSD. Latest version available for FreeBSD is AFAIK 3.x. Greetz, Ice Kenny schrieb: > Well, I have downloaded the official Vmware5 package from the official > site. However, it is a Gzipped tarball rather than a normal package. > > I know how to install Linux RPMs in FreeBSD. But this time, I have no idea. > > > Quite puzzled, and needing help. > > Many thanks in advance. > _______________________________________________ > 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" -- Frank Mueller eMail: Frank.Mueller@emendis.de Mobil: +49.177.6858655 Fax: +49.951.3039342 emendis GmbH Hofmannstr. 89, 91052 Erlangen, Germany Fon: +49.9131.817361 Fax: +49.9131.817386 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger Sitz Erlangen, Amtsgericht Fuerth HRB 10116 _______________________________________________ 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" --------------------------------- Click here to donate to the Hurricane Katrina relief effort. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:55:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669AF16A41F for ; Fri, 9 Sep 2005 12:55:10 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A9E43D45 for ; Fri, 9 Sep 2005 12:55:09 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j89Ct7Sx022296; Fri, 9 Sep 2005 14:55:08 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A6A326325; Fri, 9 Sep 2005 14:55:07 +0200 (CEST) Date: Fri, 9 Sep 2005 14:55:07 +0200 From: Roland Smith To: vittorio Message-ID: <20050909125507.GA78781@slackbox.xs4all.nl> Mail-Followup-To: vittorio , freebsd-questions@freebsd.org References: <200509091353.49269.vdemart1@tin.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <200509091353.49269.vdemart1@tin.it> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:55:10 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 01:53:49PM +0200, vittorio wrote: >=20 > As a C++ absolute beginner I'm trying to compile your testssc.c file with >=20 > g++ testssc.c -o testssc > (under freebsd 5.4, gcc version 3.4.2) The C and C++ languages are different. Use cc or gcc instead of g++ to compile C code. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDIYYrEnfvsMMhpyURAv2rAJ44HAZwhTXCzlgh6iXUBwdeLEILoQCeOx7O HRb4ugkLwOlouuMtKIcZHB4= =jFas -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:57:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 545BC16A41F for ; Fri, 9 Sep 2005 12:57:36 +0000 (GMT) (envelope-from webmaster@freshtraxxx.com) Received: from ws5.spacesurfer.com (ws5.spacesurfer.com [66.197.185.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9850643D46 for ; Fri, 9 Sep 2005 12:57:35 +0000 (GMT) (envelope-from webmaster@freshtraxxx.com) Received: from ws5.spacesurfer.com (localhost.spacesurfer.com [127.0.0.1]) by ws5.spacesurfer.com (Postfix) with ESMTP id 3537D5C074 for ; Fri, 9 Sep 2005 12:57:34 +0000 (GMT) Received-SPF: pass (ws5.spacesurfer.com: domain of webmaster@freshtraxxx.com designates 66.197.185.165 as permitted sender) Received: from [192.168.1.10] (easyconnect2121136-110.clients.easynet.fr [212.11.36.110]) by ws5.spacesurfer.com (Postfix) with ESMTP for ; Fri, 9 Sep 2005 12:57:32 +0000 (GMT) Message-ID: <432186BD.1030702@freshtraxxx.com> Date: Fri, 09 Sep 2005 14:57:33 +0200 From: Sandy Knight User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Help running shell script from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: webmaster@freshtraxxx.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:57:36 -0000 I am having trouble configuring my shell scripts to run under cron (user level, not root). I have set up a test.sh script which sends me an email, it works fine from the command line (ssh). the script is as follows: #!/bin/sh echo "helloworld" | mail -s "helloworld" user@domain.com php /home/a_user/cron/test.php As you can see I am also trying to get a php script to run (this is my ultimate aim). My crontab is as follows: # /home/a_user # SHELL=/bin/sh PATH=/home/a_user/cron HOME=/home/a_user # # #minute hour mday month wday command # # */5 * * * * /home/a_user/cron/test.sh I have done the following: $ pwd /home/a_user $ crontab cron/myCronTab $ crontab -l {output - see above} Crontab is trying to run my script as I receive an email every 5 minutes saying: /home/a_user/cron/test.sh: not found The permissions for the scripts are: $ ls -lt cron/ -rw-r--r-- 1 a_user vusers 322 Sep 9 12:27 myCronTab -rwxr-xr-x 1 a_user vusers 107 Sep 9 12:16 test.sh -rwxr-xr-x 1 a_user vusers 99 Sep 4 17:58 test.php Thank you in advance, Sandy From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:07:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3B8616A41F for ; Fri, 9 Sep 2005 13:07:11 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F58643D45 for ; Fri, 9 Sep 2005 13:07:11 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j89D7A3T026225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 06:07:10 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id j89D794k026187; Fri, 9 Sep 2005 06:07:09 -0700 Date: Fri, 9 Sep 2005 06:07:08 -0700 From: "Loren M. Lang" To: Brian John Message-ID: <20050909130708.GA3018@alzatex.com> References: <433DBEC0.1030001@fusemail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <433DBEC0.1030001@fusemail.com> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Cc: freebsd-questions@freebsd.org Subject: Re: moving everything except a directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:07:11 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 30, 2005 at 05:40:00PM -0500, Brian John wrote: > Say I am at ~ and I have 10 directories inside named 1, 2, 3, 4 ,5, 6,=20 > 7, 8, 9 and 10. What command can I use to move everything but directory= =20 > 2? What if I wanted to move everything but directories 2 and 7? >=20 find ~ -mindepth 1 -maxdepth 1 ! -name 2 -exec mv {} /path/to/new/place find ~ -mindepth 1 -maxdepth 1 ! -name 2 ! -name 7 -exec mv {} /path/to/new= /place > I'm not sure how to use the mv command to do this in 1 comand. >=20 > Thanks >=20 > /Brian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDIYj8bTXoRwEYo9IRAgyIAJ0fYnGgeRj0kS6Sv96Mi2AAv1leYgCeKuDm LWNP4AE5OgTl4FEaexoaJPA= =yMpx -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:09:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5313016A41F for ; Fri, 9 Sep 2005 13:09:22 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E538D43D45 for ; Fri, 9 Sep 2005 13:09:21 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id j89D9K3T030635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 06:09:20 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.8/Submit) id j89D9J8u030607; Fri, 9 Sep 2005 06:09:19 -0700 Date: Fri, 9 Sep 2005 06:09:19 -0700 From: "Loren M. Lang" To: G?ran Nilsson Message-ID: <20050909130919.GB3018@alzatex.com> References: <432088D2.000003.02392@KONTOR> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Content-Disposition: inline In-Reply-To: <432088D2.000003.02392@KONTOR> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Cc: freebsd-questions@freebsd.org Subject: Re: atacontrol X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:09:22 -0000 --cmJC7u66zC7hs+87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 08, 2005 at 08:54:10PM +0200, G?ran Nilsson wrote: > Hi. I have recently installed Freebsd 5.4 . I have also installed a cheap > raidcontroller . On the controller i put on a 200+120gb disk. > =20 > In the raidcontroller i create a JBOD raid, showing me that i now have 30= 1gb > of disk. That's a loss of 19gb, i can live with that. >=20 > After login I do a "atacontrol create JBOD ad5 ad6". It now creates ar0 > device with 223gb of space. That's nearly a 100gb of disk loss! > If and how can i prevent the huge 100gb of storage loss? I'd look at geom_ccd over atacontrol for this. man ccd > =20 > /Regards dukka > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 =20 --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFDIYl/bTXoRwEYo9IRAtS1AJ0RZERTvFiLImXBc+jC0oxkfIEw2wCdFB8H 8ZowPHA3KAHNxjLr4G+9F1I= =XEni -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:10:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A3D16A41F for ; Fri, 9 Sep 2005 13:10:47 +0000 (GMT) (envelope-from helge.preuss@gmx.net) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 737B643D46 for ; Fri, 9 Sep 2005 13:10:46 +0000 (GMT) (envelope-from helge.preuss@gmx.net) Received: (qmail invoked by alias); 09 Sep 2005 13:10:45 -0000 Received: from unknown (EHLO [192.168.128.143]) [62.8.202.38] by mail.gmx.net (mp032) with SMTP; 09 Sep 2005 15:10:45 +0200 X-Authenticated: #6367088 Message-ID: <432189D5.2070307@gmx.net> Date: Fri, 09 Sep 2005 15:10:45 +0200 From: Helge Preuss User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vittorio References: <200509091353.49269.vdemart1@tin.it> In-Reply-To: <200509091353.49269.vdemart1@tin.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: C program to write to the com port - RESOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:10:47 -0000 vittorio wrote: >[...] >SerialPort.C: In function `int main(int, char*)': >SerialPort.C:62: error: invalid conversion from `unsigned char*' to `char*' >SerialPort.C:62: error: initializing argument 1 of `int snprintf(char*, >size_t, const char*, ...)' >SerialPort.C:66: error: `err' undeclared (first use this function) >SerialPort.C:66: error: (Each undeclared identifier is reported only once for >each function it appears in.) >SerialPort.C:69:3: warning: no newline at end of file > >Could you please help to straighten things up? > > A relevant line from man snprintf: > int snprintf(char *str, size_t size, const char *format, ...); So you might want to change line 27 to char buf[4]; and perhaps line 62 too: snprintf(buf,4,"%c%c%c%c",(char)0xff,0x00,0x01,0); another relevant line from man err: > #include HTH, haven't tried it Helge From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:33:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C90F16A41F for ; Fri, 9 Sep 2005 13:33:08 +0000 (GMT) (envelope-from jdyke@azimainc.com) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBD843D45 for ; Fri, 9 Sep 2005 13:33:08 +0000 (GMT) (envelope-from jdyke@azimainc.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id 5CC7CC5345; Fri, 9 Sep 2005 09:32:16 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 431BB317002251AA; Fri, 9 Sep 2005 09:28:42 -0400 Message-ID: <43218E93.9060409@azimainc.com> Date: Fri, 09 Sep 2005 13:30:59 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: webmaster@freshtraxxx.com References: <432186BD.1030702@freshtraxxx.com> In-Reply-To: <432186BD.1030702@freshtraxxx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help running shell script from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:33:08 -0000 there is a possibility that the 'not found' is coming from your call to php and not that it can't find test.sh either comment out that php line, or use /full/path/to/php /home/a_user/cron/test.php HTH Jeff Sandy Knight wrote: > I am having trouble configuring my shell scripts to run under cron (user > level, not root). I have set up a test.sh script which sends me an > email, it works fine from the command line (ssh). the script is as follows: > > #!/bin/sh > echo "helloworld" | mail -s "helloworld" user@domain.com > php /home/a_user/cron/test.php > > > As you can see I am also trying to get a php script to run (this is my > ultimate aim). > > My crontab is as follows: > > # /home/a_user > # > SHELL=/bin/sh > PATH=/home/a_user/cron > HOME=/home/a_user > # > # > #minute hour mday month wday command > # > # > */5 * * * * /home/a_user/cron/test.sh > > > I have done the following: > > $ pwd > > /home/a_user > > $ crontab cron/myCronTab > > $ crontab -l > > {output - see above} > > > Crontab is trying to run my script as I receive an email every 5 minutes > saying: > > /home/a_user/cron/test.sh: not found > > > The permissions for the scripts are: > > $ ls -lt cron/ > > -rw-r--r-- 1 a_user vusers 322 Sep 9 12:27 myCronTab > -rwxr-xr-x 1 a_user vusers 107 Sep 9 12:16 test.sh > -rwxr-xr-x 1 a_user vusers 99 Sep 4 17:58 test.php > > Thank you in advance, > > Sandy > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:36:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E9C316A41F; Fri, 9 Sep 2005 13:36:24 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EDA43D46; Fri, 9 Sep 2005 13:36:23 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id j89DaJSe003210; Fri, 9 Sep 2005 07:36:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id j89DaJjY003207; Fri, 9 Sep 2005 07:36:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 9 Sep 2005 07:36:19 -0600 (MDT) From: Warren Block To: Giorgos Keramidas In-Reply-To: <20050908232803.GA975@orion.daedalusnetworks.priv> Message-ID: <20050909073054.I3162@wonkity.com> References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <20050908204628.GC38895@orion.daedalusnetworks.priv> <20050908204803.GQ20229@pcwin002.win.tue.nl> <4320BC57.4080006@scls.lib.wi.us> <20050908232803.GA975@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Fri, 09 Sep 2005 07:36:19 -0600 (MDT) Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:36:24 -0000 On Fri, 9 Sep 2005, Giorgos Keramidas wrote: > Stijn and everyone else, any particular preference for the text that we > add? Would something like the following be ok? > > -t Use ``/usr/bin/groff -S -man'' to format the manual page, > passing the output to stdout. The default output format of > groff(1) is Postscript, but see the manual page of groff(1) > for ways to pick an alternate format. > > Depending on the selected format and the availability of > printing devices, the output may need to be passed through > some filter or another before being printed. It's like the original version in that it doesn't come right out and say *why* it's formatting the manual page until the last word. That information could be added to the first sentence: Use ``/usr/bin/groff -S -man'' to format the manual page for printing, passing the output to stdout. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:41:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B6D16A41F for ; Fri, 9 Sep 2005 13:41:51 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from mail.emendis.de (85-10-194-176.clients.your-server.de [85.10.194.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FA5343D45 for ; Fri, 9 Sep 2005 13:41:50 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from localhost (mail [127.0.1.4]) by mail.emendis.de (Postfix) with ESMTP id B4B8160671C; Fri, 9 Sep 2005 15:41:41 +0200 (CEST) Received: from mail.emendis.de ([127.0.1.4]) by localhost (mail.emendis.de [127.0.1.4]) (amavisd-new, port 10024) with ESMTP id 26821-10; Fri, 9 Sep 2005 15:41:41 +0200 (CEST) Received: from [192.168.9.1] (dsl-082-083-168-180.arcor-ip.net [82.83.168.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emendis.de (Postfix) with ESMTP id 32C7360671A; Fri, 9 Sep 2005 15:41:41 +0200 (CEST) Message-ID: <4321911B.1030307@emendis.de> Date: Fri, 09 Sep 2005 15:41:47 +0200 From: Frank Mueller - emendis GmbH Organization: emendis GmbH User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050829) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Yance Kowara References: <20050909125008.5154.qmail@web30315.mail.mud.yahoo.com> In-Reply-To: <20050909125008.5154.qmail@web30315.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: SPAM/Virenfilter at emendis.de Cc: freebsd-questions@freebsd.org Subject: Re: How to install Vmware5 in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank.Mueller@emendis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:41:51 -0000 Qemu is running flawlessly on FreeBSD 5.4 here! ;) Yance Kowara schrieb: > have you tried qemu? > > Frank Mueller - emendis GmbH wrote:I'm sorry to have to inform you that vmware5 does not run on FreeBSD. > Latest version available for FreeBSD is AFAIK 3.x. > > Greetz, > > Ice > > Kenny schrieb: > >>Well, I have downloaded the official Vmware5 package from the official >>site. However, it is a Gzipped tarball rather than a normal package. >> >>I know how to install Linux RPMs in FreeBSD. But this time, I have no idea. >> >> >>Quite puzzled, and needing help. >> >>Many thanks in advance. >>_______________________________________________ >>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" > > -- Frank Mueller eMail: Frank.Mueller@emendis.de Mobil: +49.177.6858655 Fax: +49.951.3039342 emendis GmbH Hofmannstr. 89, 91052 Erlangen, Germany Fon: +49.9131.817361 Fax: +49.9131.817386 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger Sitz Erlangen, Amtsgericht Fuerth HRB 10116 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 13:44:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4D6416A41F for ; Fri, 9 Sep 2005 13:44:13 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from mail.emendis.de (85-10-194-176.clients.your-server.de [85.10.194.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9E043D46 for ; Fri, 9 Sep 2005 13:44:13 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from localhost (mail [127.0.1.4]) by mail.emendis.de (Postfix) with ESMTP id 6D43160671C; Fri, 9 Sep 2005 15:44:12 +0200 (CEST) Received: from mail.emendis.de ([127.0.1.4]) by localhost (mail.emendis.de [127.0.1.4]) (amavisd-new, port 10024) with ESMTP id 26792-11; Fri, 9 Sep 2005 15:44:12 +0200 (CEST) Received: from [192.168.9.1] (dsl-082-083-168-180.arcor-ip.net [82.83.168.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emendis.de (Postfix) with ESMTP id CA7F060671A; Fri, 9 Sep 2005 15:44:11 +0200 (CEST) Message-ID: <432191B2.6080902@emendis.de> Date: Fri, 09 Sep 2005 15:44:18 +0200 From: Frank Mueller - emendis GmbH Organization: emendis GmbH User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050829) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: webmaster@freshtraxxx.com References: <432186BD.1030702@freshtraxxx.com> In-Reply-To: <432186BD.1030702@freshtraxxx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: SPAM/Virenfilter at emendis.de Cc: freebsd-questions@freebsd.org Subject: Re: Help running shell script from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank.Mueller@emendis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 13:44:13 -0000 Always use full path in Scrips, e.g. /bin/echo ....... /usr/local/bin/php ...... Greetz, Ice Sandy Knight schrieb: > I am having trouble configuring my shell scripts to run under cron (user > level, not root). I have set up a test.sh script which sends me an > email, it works fine from the command line (ssh). the script is as follows: > > #!/bin/sh > echo "helloworld" | mail -s "helloworld" user@domain.com > php /home/a_user/cron/test.php > > > As you can see I am also trying to get a php script to run (this is my > ultimate aim). > > My crontab is as follows: > > # /home/a_user > # > SHELL=/bin/sh > PATH=/home/a_user/cron > HOME=/home/a_user > # > # > #minute hour mday month wday command > # > # > */5 * * * * /home/a_user/cron/test.sh > > > I have done the following: > > $ pwd > > /home/a_user > > $ crontab cron/myCronTab > > $ crontab -l > > {output - see above} > > > Crontab is trying to run my script as I receive an email every 5 minutes > saying: > > /home/a_user/cron/test.sh: not found > > > The permissions for the scripts are: > > $ ls -lt cron/ > > -rw-r--r-- 1 a_user vusers 322 Sep 9 12:27 myCronTab > -rwxr-xr-x 1 a_user vusers 107 Sep 9 12:16 test.sh > -rwxr-xr-x 1 a_user vusers 99 Sep 4 17:58 test.php > > Thank you in advance, > > Sandy > _______________________________________________ > 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" -- Frank Mueller eMail: Frank.Mueller@emendis.de Mobil: +49.177.6858655 Fax: +49.951.3039342 emendis GmbH Hofmannstr. 89, 91052 Erlangen, Germany Fon: +49.9131.817361 Fax: +49.9131.817386 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger Sitz Erlangen, Amtsgericht Fuerth HRB 10116 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:01:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB1F916A420 for ; Fri, 9 Sep 2005 14:01:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B35543D73 for ; Fri, 9 Sep 2005 14:00:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j89E0v3g004379; Fri, 9 Sep 2005 17:00:57 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j89E0vvT008164; Fri, 9 Sep 2005 17:00:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j89E0uNW008163; Fri, 9 Sep 2005 17:00:56 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Fri, 9 Sep 2005 17:00:56 +0300 From: Giorgos Keramidas To: Warren Block Message-ID: <20050909140056.GA8050@orion.daedalusnetworks.priv> References: <43206857.1010803@daleco.biz> <20050908165328.GB37407@orion.daedalusnetworks.priv> <20050908173646.GO20229@pcwin002.win.tue.nl> <20050908175519.GA20222@falcon.midgard.homeip.net> <20050908203203.GP20229@pcwin002.win.tue.nl> <20050908204628.GC38895@orion.daedalusnetworks.priv> <20050908204803.GQ20229@pcwin002.win.tue.nl> <4320BC57.4080006@scls.lib.wi.us> <20050908232803.GA975@orion.daedalusnetworks.priv> <20050909073054.I3162@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050909073054.I3162@wonkity.com> Cc: freebsd-questions Subject: Re: Printing MAN pages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:01:08 -0000 On 2005-09-09 07:36, Warren Block wrote: >On Fri, 9 Sep 2005, Giorgos Keramidas wrote: >>Stijn and everyone else, any particular preference for the text that we >>add? Would something like the following be ok? >> >> -t Use ``/usr/bin/groff -S -man'' to format the manual page, >> passing the output to stdout. The default output format of >> groff(1) is Postscript, but see the manual page of groff(1) >> for ways to pick an alternate format. >> >> Depending on the selected format and the availability of >> printing devices, the output may need to be passed through >> some filter or another before being printed. > > It's like the original version in that it doesn't come right out and say > *why* it's formatting the manual page until the last word. That > information could be added to the first sentence: > > Use ``/usr/bin/groff -S -man'' to format the manual page for printing, > passing the output to stdout. My most important concerns about mentioning "printing" in the first sentence is that: a) Postscript is not only for printing. b) Some of the output formats that groff supports are *not* directly printable, i.e. DVI From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:05:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E43F516A41F for ; Fri, 9 Sep 2005 14:05:28 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB2143D45 for ; Fri, 9 Sep 2005 14:05:28 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j89E3MHD070387; Fri, 9 Sep 2005 09:03:45 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4321961F.7000206@daleco.biz> Date: Fri, 09 Sep 2005 09:03:11 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: webmaster@freshtraxxx.com References: <432186BD.1030702@freshtraxxx.com> In-Reply-To: <432186BD.1030702@freshtraxxx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help running shell script from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:05:29 -0000 Sandy Knight wrote: > I am having trouble configuring my shell scripts to run under > cron (user level, not root). I have set up a test.sh script which > sends me an email, it works fine from the command line (ssh). the > script is as follows: > > #!/bin/sh > echo "helloworld" | mail -s "helloworld" user@domain.com > php /home/a_user/cron/test.php > > > As you can see I am also trying to get a php script to run (this is my > ultimate aim). > > My crontab is as follows: > > # /home/a_user > # > SHELL=/bin/sh > PATH=/home/a_user/cron > HOME=/home/a_user > # > # > #minute hour mday month wday command > # > # > */5 * * * * /home/a_user/cron/test.sh > > > I have done the following: > > $ pwd > > /home/a_user > > $ crontab cron/myCronTab > > $ crontab -l > > {output - see above} > > > Crontab is trying to run my script as I receive an email every 5 > minutes saying: > > /home/a_user/cron/test.sh: not found > > > The permissions for the scripts are: > > $ ls -lt cron/ > > -rw-r--r-- 1 a_user vusers 322 Sep 9 12:27 myCronTab > -rwxr-xr-x 1 a_user vusers 107 Sep 9 12:16 test.sh > -rwxr-xr-x 1 a_user vusers 99 Sep 4 17:58 test.php > > Thank you in advance, > > Sandy For starters, assume cron to be totally ignorant about paths. That means it doesn't know "whereis" anything, etc. Hard-code things, IOW. That said, and I may be a bit confused, but why try to supersede whatever limited environment cron may already have by setting more env vars? Specifically in this case, try using a crontab with no env vars set (specifically) and hard code all the paths. Simply run "crontab -e" and put /usr/local/bin/php -q /path/to/my/script.php there and see what happens. HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:06:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFA2A16A41F for ; Fri, 9 Sep 2005 14:06:52 +0000 (GMT) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (mail.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB1C43D45 for ; Fri, 9 Sep 2005 14:06:51 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id QAA10537; Fri, 9 Sep 2005 16:05:43 +0200 (CEST) (envelope-from guru@Sisis.de) X-Authentication-Warning: hunter.Sisis.de: mail set sender to using -f Received: from hermes.sisis.de(193.31.10.38) by hunter.Sisis.de via smap (V2.1) id xma010533; Fri, 9 Sep 05 16:05:39 +0200 Received: from revolucion.Sisis.de (brecht.Sisis.de [193.31.10.34]) by hermes.sisis.de (8.8.8/8.8.8) with ESMTP id QAA29922; Fri, 9 Sep 2005 16:06:45 +0200 (CEST) (envelope-from guru@Sisis.de) Received: by revolucion.Sisis.de (Postfix, from userid 500) id 36CBE9456C; Fri, 9 Sep 2005 16:06:42 +0200 (CEST) Date: Fri, 9 Sep 2005 16:06:42 +0200 To: Frank Mueller - emendis GmbH Message-ID: <20050909140642.GA6255@revolucion.Sisis.de> References: <20050909125008.5154.qmail@web30315.mail.mud.yahoo.com> <4321911B.1030307@emendis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4321911B.1030307@emendis.de> User-Agent: Mutt/1.4i From: guru@Sisis.de (Matthias Apitz) Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: Re: How to install Vmware5 in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: guru@Sisis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:06:52 -0000 El día viernes, septiembre 09, 2005 a las 03:41:47 +0200, Frank Mueller - emendis GmbH escribió: > Qemu is running flawlessly on FreeBSD 5.4 here! ;) Yes. I've qemu version qemu-0.7.0s.20050717 up as well in my 5.4R; do you know if kqemu works as well and how I plug it in? matthias -- Matthias Apitz / Sisis Informationssysteme GmbH Gruenwalder Weg 28g / D-82041 Oberhaching Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211 http://www.sisis.de/~guru/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:22:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41E2116A41F for ; Fri, 9 Sep 2005 14:22:08 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9368943D46 for ; Fri, 9 Sep 2005 14:22:07 +0000 (GMT) (envelope-from spammesilly@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1216931wra for ; Fri, 09 Sep 2005 07:22:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=kvH7QTq9POfkB3ZrSeq7jcr9r/QtTdn3pc4yNpPWkD0eWnt/0gjt1IwP87gqarY3fXASXbaZDrTv/4Qb7wE6CAlIGf05lpvT3v8dmCBG/5wqsesZp6L/kcUOprtz3ZjTa8OX0KBim2CF46UWB5Et+HHqF/Cvz8lBnYJgUJHUVgU= Received: by 10.54.38.42 with SMTP id l42mr344935wrl; Fri, 09 Sep 2005 07:22:06 -0700 (PDT) Received: by 10.54.102.1 with HTTP; Fri, 9 Sep 2005 07:22:06 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 10:22:06 -0400 From: Daniel Gonzalez To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re:VMWare X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spammesilly@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:22:08 -0000 > Well, I have downloaded the official Vmware5 package from the official >=20 site. However, it is a Gzipped tarball rather than a normal package. I know how to install Linux RPMs in FreeBSD. But this time, I have no idea. Quite puzzled, and needing help. Many thanks in advance. Ken- Assuming the package ends in .tar.gz or .tgz, you can extract the tarball= =20 via: tar -zxvf If the tarball ends in .tbz, extract it with the following; tar -jxvf Once the file is extracted, there should be a README file that tells you ho= w=20 to install the binary. (Assuming this is not a package specifically built= =20 for FreeBSD) Hope that helps, I'm a relative newb to BSD myself Regards --=20 Dan Gonzalez spammesilly@gmail.com Google Talk: spammesilly From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:24:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B237716A41F for ; Fri, 9 Sep 2005 14:24:03 +0000 (GMT) (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 5B1AE43D48 for ; Fri, 9 Sep 2005 14:24:03 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j89EO075042935; Fri, 9 Sep 2005 09:24:00 -0500 (CDT) (envelope-from dan) Date: Fri, 9 Sep 2005 09:24:00 -0500 From: Dan Nelson To: Chantal Rosmuller Message-ID: <20050909142359.GD84582@dan.emsphone.com> References: <4320494D.6030503@antenna.nl> <200509082309.43229.yuanjue122@gmail.com> <20050908173948.GE49084@xor.obsecurity.org> <200509090813.06887.yuanjue122@gmail.com> <4321328C.6090306@antenna.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4321328C.6090306@antenna.nl> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:24:03 -0000 In the last episode (Sep 09), Chantal Rosmuller said: > Thanks everyone for the advice, I installed the sources and applied > the patch, so I guess I took care of the zlib security issue The > clamav error remained though but someone at the qmail rocks > mailinglist suggested that clamav cannot see that zlib is patched so > it is safe to ignore the error. To be on the safe side I will post > the question about the error on the clamav mailing list. Yes, clamav only checks the version number in the header; it doesn't actually test the bug. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:25:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A3F16A41F for ; Fri, 9 Sep 2005 14:25:49 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from mail.emendis.de (85-10-194-176.clients.your-server.de [85.10.194.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78D543D45 for ; Fri, 9 Sep 2005 14:25:48 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from localhost (mail [127.0.1.4]) by mail.emendis.de (Postfix) with ESMTP id 7F03C60671E; Fri, 9 Sep 2005 16:25:47 +0200 (CEST) Received: from mail.emendis.de ([127.0.1.4]) by localhost (mail.emendis.de [127.0.1.4]) (amavisd-new, port 10024) with ESMTP id 26792-20; Fri, 9 Sep 2005 16:25:47 +0200 (CEST) Received: from [192.168.9.1] (dsl-082-083-168-180.arcor-ip.net [82.83.168.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emendis.de (Postfix) with ESMTP id ED120606686; Fri, 9 Sep 2005 16:25:46 +0200 (CEST) Message-ID: <43219B72.8000801@emendis.de> Date: Fri, 09 Sep 2005 16:25:54 +0200 From: Frank Mueller - emendis GmbH Organization: emendis GmbH User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050829) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: guru@Sisis.de References: <20050909125008.5154.qmail@web30315.mail.mud.yahoo.com> <4321911B.1030307@emendis.de> <20050909140642.GA6255@revolucion.Sisis.de> In-Reply-To: <20050909140642.GA6255@revolucion.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: SPAM/Virenfilter at emendis.de Cc: Yance Kowara , freebsd-questions@freebsd.org Subject: Re: How to install Vmware5 in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank.Mueller@emendis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:25:49 -0000 Before installing the qemu port, just edit your make.conf and add WITH_KQEMU="YES" This will build and install the appropriate Module. When install is finished u can use it as usual kldload kqemu That's it! ;) GL, Ice Matthias Apitz schrieb: > El día viernes, septiembre 09, 2005 a las 03:41:47 +0200, Frank Mueller - emendis GmbH escribió: > > >>Qemu is running flawlessly on FreeBSD 5.4 here! ;) > > > Yes. I've qemu version qemu-0.7.0s.20050717 up as well in my 5.4R; > do you know if kqemu works as well and how I plug it in? > > matthias > -- Frank Mueller eMail: Frank.Mueller@emendis.de Mobil: +49.177.6858655 Fax: +49.951.3039342 emendis GmbH Hofmannstr. 89, 91052 Erlangen, Germany Fon: +49.9131.817361 Fax: +49.9131.817386 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger Sitz Erlangen, Amtsgericht Fuerth HRB 10116 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:27:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9713E16A41F for ; Fri, 9 Sep 2005 14:27:20 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A6243D45 for ; Fri, 9 Sep 2005 14:27:20 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3094699nzd for ; Fri, 09 Sep 2005 07:27:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=d5OLcJ+76xfzMjrznwlMM/idZ9xCcSBfw5fxTFCR9FlikRL7lXehlB0gfBflItHxI+J4HP1AE1SnqorldclrKt+c9r8XB8JWacxVTwXzn1G0u3612me8AV1cl+ULBgy7lrE7B7qb3dx88ZMP4zjjFV+J3sMxPdUsmTx86xhfwKI= Received: by 10.36.215.14 with SMTP id n14mr372654nzg; Fri, 09 Sep 2005 07:27:19 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 38sm6324859nzk.2005.09.09.07.27.18; Fri, 09 Sep 2005 07:27:19 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: guru@sisis.de Date: Fri, 9 Sep 2005 22:31:37 +0800 User-Agent: KMail/1.8.2 References: <20050909125008.5154.qmail@web30315.mail.mud.yahoo.com> <4321911B.1030307@emendis.de> <20050909140642.GA6255@revolucion.Sisis.de> In-Reply-To: <20050909140642.GA6255@revolucion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509092231.37884.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: How to install Vmware5 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: Fri, 09 Sep 2005 14:27:20 -0000 On Friday 09 September 2005 22:06, Matthias Apitz wrote: > El d=EDa viernes, septiembre 09, 2005 a las 03:41:47 +0200, Frank Mueller= -=20 emendis GmbH escribi=F3: > > Qemu is running flawlessly on FreeBSD 5.4 here! ;) > > Yes. I've qemu version qemu-0.7.0s.20050717 up as well in my 5.4R; > do you know if kqemu works as well and how I plug it in? kqemu works fine with FreeBSD 5.4. first, you should install qemu from port so you can change the makefile wit= h=20 "with_kqemu=3Dyes" second, after you finish the compile thing, you should remember that kqemu = is=20 running as a kernel object (.ko). So either you can start it with "kldload= =20 kqemu.ko" or you can simply add "kqemu_load=3Dyes" to your /boot/loader.con= f to=20 autostart it every time you boot your computer. Good luck! =2D-=20 Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:38:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAEE16A420 for ; Fri, 9 Sep 2005 14:38:20 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F05243D48 for ; Fri, 9 Sep 2005 14:38:20 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from [192.168.1.47] ([71.114.180.162]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMK00EHU0NUE2SA@vms040.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 09:38:19 -0500 (CDT) Date: Fri, 09 Sep 2005 09:39:47 -0500 From: deltaski@earthlink.net To: freebsd-questions@freebsd.org Message-id: <200509090939.47357.deltaski@earthlink.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Content-disposition: inline User-Agent: KMail/1.7.2 Subject: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:38:20 -0000 Thank you all, who have considered this message! I am learning BSD with 3 successful units. 1-100mhz pent. running 4.11 1-180mhz pent. running 5.4 and one 266mhz AMD running 5.4 I have learned the ins and outs of X, changing rc.conf and am quite good at reinstalling the system after a few "learning" adjustments. Just for fun and my own enjoyment in learning, I have now accepted the=20 challenge of my own home network. I have been able to connect all boxes to = my=20 DSL router with DHCP and manual IP assignments and changed/setup NIC's with= =20 ifconfig. My reference materal is the Handbook from FreeBSD.org and "The=20 Complete FreeBSD" by Greg Lehey. Now the problem! DSL is 192.168.1.1 - Box B has two NIC's rl0=3D192.168.1.100 netmask=20 255.255.255.0 and is connected only to 192.168.1.1 ping works/outside=20 internet works. Box B second NIC rl1=3D172.16.1.1 netmask 255.255.255.0 and is connected to= a=20 standalone switch/router.=20 Box A has one NIC eth0=3D172.16.1.35 and is connected to the standalone=20 switch/router. Box A can ping 172.16.1.35 and 172.16.1.1 on box b. It can N= OT=20 ping 192.168.1.1 or access any outside internet. =46rom Box B keyboard, I can ping=20 192.168.1.1/192.168.1.100/172.16.1.1/172.16.1.35 =46rom Box A keyboard, I can ping only 172.16.1.35/172.16.1.1 I have tried ifconfig rl0 192.168.1.100 172.16.1.1 netmask 255.255.255.0 am= ong=20 many other configurations without success. =46rom my reading, I think the error of my ways is in the Box B between nic= rl0=20 and rl1. The data packets are not being forwarded from rl1 to rl0 or rl0 to= =20 rl1. Somewhere I have missed something. If anyone could point me in the=20 correct direction, it would be greatly appreciated. Thank you Donald=20 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:56:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D4D16A41F for ; Fri, 9 Sep 2005 14:56:03 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF0EA43D48 for ; Fri, 9 Sep 2005 14:56:02 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id j89Eu1G1037407; Fri, 9 Sep 2005 09:56:01 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <4321A1AE.80802@scls.lib.wi.us> Date: Fri, 09 Sep 2005 09:52:30 -0500 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: deltaski@earthlink.net References: <200509090939.47357.deltaski@earthlink.net> In-Reply-To: <200509090939.47357.deltaski@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:56:03 -0000 deltaski@earthlink.net wrote: > Thank you all, who have considered this message! > > I am learning BSD with 3 successful units. 1-100mhz pent. running 4.11 > 1-180mhz pent. running 5.4 and one 266mhz AMD running 5.4 > > I have learned the ins and outs of X, changing rc.conf and am quite good > at reinstalling the system after a few "learning" adjustments. > > Just for fun and my own enjoyment in learning, I have now accepted the > challenge of my own home network. I have been able to connect all boxes to my > DSL router with DHCP and manual IP assignments and changed/setup NIC's with > ifconfig. My reference materal is the Handbook from FreeBSD.org and "The > Complete FreeBSD" by Greg Lehey. > > Now the problem! > > DSL is 192.168.1.1 - Box B has two NIC's rl0=192.168.1.100 netmask > 255.255.255.0 and is connected only to 192.168.1.1 ping works/outside > internet works. > Box B second NIC rl1=172.16.1.1 netmask 255.255.255.0 and is connected to a > standalone switch/router. Is it a switch, is it a router, or is it really both (high end thingy like Cisco 35xx?). Probably it is just a plain old switch with no routing capabilities. To avoid confusion, you should call it what it is. > Box A has one NIC eth0=172.16.1.35 and is connected to the standalone > switch/router. Box A can ping 172.16.1.35 and 172.16.1.1 on box b. It can NOT > ping 192.168.1.1 or access any outside internet. > >>From Box B keyboard, I can ping > 192.168.1.1/192.168.1.100/172.16.1.1/172.16.1.35 > >>From Box A keyboard, I can ping only 172.16.1.35/172.16.1.1 > > I have tried ifconfig rl0 192.168.1.100 172.16.1.1 netmask 255.255.255.0 among > many other configurations without success. > >>From my reading, I think the error of my ways is in the Box B between nic rl0 > and rl1. The data packets are not being forwarded from rl1 to rl0 or rl0 to > rl1. Somewhere I have missed something. If anyone could point me in the > correct direction, it would be greatly appreciated. At a guess, I think what you are missing is to put gateway_enable="YES" into rc.conf of box B (between the Internet router and the inside network switch). Otherwise it will not hand packets from one network to another. However, you probably do NOT want to enable that without also enabling and configuring firewall features on this box as well, for which I will refer you to RTFM (the Really Tremendously Fine Manual ;). http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html If you already have gateway and firewall functions going, does the inside box (A) have box B's 172 addr set as its default gateway router? If not, then it does not know to send packets destined for other networks in that direction for processing. If yes, is your firewall configured so tight that it's killing the packets you'd like to forward? -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 14:58:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF6D316A41F for ; Fri, 9 Sep 2005 14:58:53 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F36D743D70 for ; Fri, 9 Sep 2005 14:58:52 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id j89Ewcou012054; Fri, 9 Sep 2005 07:58:38 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 07:58:49 -0700 User-Agent: KMail/1.8.2 References: <200509090939.47357.deltaski@earthlink.net> In-Reply-To: <200509090939.47357.deltaski@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509090758.49395.kstewart@owt.com> Cc: deltaski@earthlink.net Subject: Re: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 14:58:54 -0000 On Friday 09 September 2005 07:39 am, deltaski@earthlink.net wrote: > Thank you all, who have considered this message! > > I am learning BSD with 3 successful units. 1-100mhz pent. running > 4.11 1-180mhz pent. running 5.4 and one 266mhz AMD running 5.4 > > I have learned the ins and outs of X, changing rc.conf and am quite > good at reinstalling the system after a few "learning" adjustments. > > Just for fun and my own enjoyment in learning, I have now accepted > the challenge of my own home network. I have been able to connect all > boxes to my DSL router with DHCP and manual IP assignments and > changed/setup NIC's with ifconfig. My reference materal is the > Handbook from FreeBSD.org and "The Complete FreeBSD" by Greg Lehey. > > Now the problem! > > DSL is 192.168.1.1 - Box B has two NIC's rl0=192.168.1.100 netmask > 255.255.255.0 and is connected only to 192.168.1.1 ping works/outside > internet works. > Box B second NIC rl1=172.16.1.1 netmask 255.255.255.0 and is > connected to a standalone switch/router. > > Box A has one NIC eth0=172.16.1.35 and is connected to the standalone > switch/router. Box A can ping 172.16.1.35 and 172.16.1.1 on box b. It > can NOT ping 192.168.1.1 or access any outside internet. > > >From Box B keyboard, I can ping > > 192.168.1.1/192.168.1.100/172.16.1.1/172.16.1.35 > > >From Box A keyboard, I can ping only 172.16.1.35/172.16.1.1 > > I have tried ifconfig rl0 192.168.1.100 172.16.1.1 netmask > 255.255.255.0 among many other configurations without success. > > >From my reading, I think the error of my ways is in the Box B > > between nic rl0 > > and rl1. The data packets are not being forwarded from rl1 to rl0 or > rl0 to rl1. Somewhere I have missed something. If anyone could point > me in the correct direction, it would be greatly appreciated. > In your /etc/rc.conf, you need to tell machine B that it is a gateway. Since you are using RFC1918 IP addresses, you probably should turn on natd. It is much easier if the switch is right after your DSL because then, you don't need B to be a gateway and you don't need to run ipfw to get natd. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:03:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF93A16A41F for ; Fri, 9 Sep 2005 15:03:41 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C7843D46 for ; Fri, 9 Sep 2005 15:03:41 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 4F159CCF865 for ; Fri, 9 Sep 2005 11:03:38 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 09 Sep 2005 11:03:38 -0400 X-Sasl-enc: 5VMBNEBv8qiJ75Aa7AOUkHK5hH99BMSEfymQ2Rs7AeCb 1126278215 Received: from gumby.localdomain (dsl-80-41-67-215.access.as9105.com [80.41.67.215]) by frontend2.messagingengine.com (Postfix) with ESMTP id A9AB8570147 for ; Fri, 9 Sep 2005 11:03:35 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 16:03:29 +0100 User-Agent: KMail/1.8.2 References: <20050908094659.68961.qmail@web41002.mail.yahoo.com> <43201185.5070204@gmail.com> In-Reply-To: <43201185.5070204@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091603.29721.list-freebsd-2004@morbius.sent.com> Subject: Re: Porting from LInux to 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: Fri, 09 Sep 2005 15:03:42 -0000 On Thursday 08 September 2005 11:25, Subhro wrote: > Deepak Naidu sat at his 'puter and typed on 9/8/2005 15:16: >>... > >for mailing server. I used raiserfs in linux. Which > ... > Just something off topic, did you have any reasons for > using ReiserFS in Linux and not use EXT2/3? See: From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:04:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A245716A420 for ; Fri, 9 Sep 2005 15:04:06 +0000 (GMT) (envelope-from npekyong28@yahoo.com) Received: from web51805.mail.yahoo.com (web51805.mail.yahoo.com [206.190.38.236]) by mx1.FreeBSD.org (Postfix) with SMTP id 7B40E43D49 for ; Fri, 9 Sep 2005 15:04:04 +0000 (GMT) (envelope-from npekyong28@yahoo.com) Received: (qmail 22895 invoked by uid 60001); 9 Sep 2005 15:04:02 -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=rPsVHzY/CPHzIGsw5N/+desTL4Wty9hhezLBzc/l08fNqMoh6JBkn15MGZqowsodFG01cC4Cu25wxSRH2WoGrCRkwAzRreZueUC9Px0VVv8Yk8OEsqW34CxjVzXCWVqY7YIIQN4xUMdRcUds25+uhmr4DjNaIjvgpEMRFXxjqW8= ; Message-ID: <20050909150402.22893.qmail@web51805.mail.yahoo.com> Received: from [202.156.6.69] by web51805.mail.yahoo.com via HTTP; Fri, 09 Sep 2005 08:04:02 PDT Date: Fri, 9 Sep 2005 08:04:02 -0700 (PDT) From: Ng Pek Yong To: freebsd-geom@freebsd.org, freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Recompiled freebsd 5.4 cannot boot up with geom_mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 15:04:06 -0000 Hi, I am having some problem with geom_mirror on a freebsd 5.4. I followed the steps described in http://people.freebsd.org/~rse/mirror/ and got geom_mirror up on a stock freebsd 5.4, including / partition itself. The problem came when I compiled the kernel. After pulling in the latest source tree, compiling and installing the new kernel, I find that the OS can no longer bootup. I did with 2 kernel configurations. The 1st is completely identical to the stock kernel config. The 2nd has an extra line "options GEOM_MIRROR". Both failed to boot up although the errors are different. 1st config ---------- The boot process got stucked when it tries to mount / The error message is something like this Mount root from ufs:/dev/mirror/gm0s1a setrootbyname failed ffs_mountroot: can't find rootvp Root mount failed: 6 This is despite the fact that /boot/loader.conf has specified the loading of geom_mirror.ko module; the console message also indicate geom_mirror was successfully loaded. 2nd config (with kernel option GEOM_MIRROR) ----------- The boot process got stucked before it tries to mount / The last lines of the messages are Timecounter "TSC" frequency 1130454577 Hz quality 800 Timecounters tick every 10.000 msec Does anyone know what went wrong? Please reply me at 'npy @ vaccius . com' Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:12:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F78B16A41F for ; Fri, 9 Sep 2005 15:12:02 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B67F43D46 for ; Fri, 9 Sep 2005 15:12:01 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909151201.MYCP24491.lakecmmtao06.coxmail.com@dns1>; Fri, 9 Sep 2005 11:12:01 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 08:07:44 -0700 User-Agent: KMail/1.8 References: <200509082058.40370.vizion@vizion.occoxmail.com> <6.2.3.4.2.20050908213243.03e27c60@cobalt.antimatter.net> In-Reply-To: <6.2.3.4.2.20050908213243.03e27c60@cobalt.antimatter.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509090807.45065.vizion@vizion.occoxmail.com> Cc: Glenn Dawson Subject: Re: Stupid working too late.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 15:12:02 -0000 On Thursday 08 September 2005 21:35, the author Glenn Dawson contributed to the dialogue on- Re: Stupid working too late..: >At 08:58 PM 9/8/2005, Vizion wrote: >>OK >> >>Here is what I did before i packed up - having been working late >> >>just changed ownerships of files in a virtual web >> >>chown -R www ./* >> >>fine >> >>folllowed by change of group with the dreaded typo of: >> >>chown -R www /* >>oooooooooooooooooooooooooooooooooops >> >>fortunately hit crt c pretty damn quick but some damage was done. >> >>While I limited the damage I wanted to double check which of the standard >> os file hierarchies are meant to be in group "operator" and also owned by >> root. That seems to be the only doubt I have the rest was easily >> recovered. >> >>Any help appreciated > >mtree -U -f foo >where foo is the appropriate file(s) from /etc/mtree should do that >trick for ya. > >-Glenn Thank you so much good one david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:24:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5672116A41F for ; Fri, 9 Sep 2005 15:24:00 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E6443D46 for ; Fri, 9 Sep 2005 15:23:59 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id B04FDCCF862 for ; Fri, 9 Sep 2005 11:23:58 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Fri, 09 Sep 2005 11:23:58 -0400 X-Sasl-enc: kJ7m98LPt4HP4kwxQ3k3x6qzFPK4MQZng2tZKxkzYfpW 1126279436 Received: from gumby.localdomain (dsl-80-41-67-215.access.as9105.com [80.41.67.215]) by frontend2.messagingengine.com (Postfix) with ESMTP id 29D8157035A for ; Fri, 9 Sep 2005 11:23:56 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 16:23:54 +0100 User-Agent: KMail/1.8.2 References: <20050908094659.68961.qmail@web41002.mail.yahoo.com> In-Reply-To: <20050908094659.68961.qmail@web41002.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091623.54452.list-freebsd-2004@morbius.sent.com> Subject: Re: Porting from LInux to 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: Fri, 09 Sep 2005 15:24:00 -0000 On Thursday 08 September 2005 10:46, Deepak Naidu wrote: > 2)How to i find memory, cpu information in freebsd, > apart from TOP. In linux we have free and > /pro/cpuinfo. I dont see any files under /proc > On the subject of /proc see: but bear this in mind when looking at free memory: From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:26:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB9A16A420 for ; Fri, 9 Sep 2005 15:26:08 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy02.prodigy.net.mx [148.235.52.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF26A43D5E for ; Fri, 9 Sep 2005 15:26:05 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy02 [148.235.52.22]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IMK00KRF2TI6G@smtp.prodigy.net.mx>; Fri, 09 Sep 2005 10:24:55 -0500 (CDT) Received: from voodoo.sorcery.net(dsl-201-129-16-102.prod-infinitum.com.mx [201.129.16.102]) by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IMK0005X2TIHW@smtp.prodigy.net.mx>; Fri, 09 Sep 2005 10:24:54 -0500 (CDT) Date: Fri, 09 Sep 2005 10:26:24 -0500 From: Miguel =?iso-8859-1?q?C=E1rdenas?= In-reply-to: To: freebsd-questions@freebsd.org Message-id: <200509091026.24194.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.7.2 X-imss-version: 2.031 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:3 M:3 S:3 R:3 (5.0000 5.0000) References: Subject: Re: hi list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 15:26:08 -0000 hello go to http://www.mysql.com and download the sources (4.1) and in the FreeBSD section in downloads take a look at FreeBSD downloads (platform notes), click on platform notes. basicly, the only difference with compilation under FreeBSD is the way you configure the makefiles and environment variables: CC=gcc CFLAGS="-O2 -fno-strength-reduce" \ CXX=gcc CXXFLAGS="-O2 -fno-rtti -fno-exceptions \ -felide-constructors -fno-strength-reduce" \ ./configure --prefix=/usr/local/mysql --enable-assembler gmake gmake install these are just the differences, you MUST follow ALL STEPS in the README and INSTALL-SOURCE guides, just use the environment variables I included and the parameters to the ./configure, otherwise the compilation WILL FAIL. I installed it from source and works fine, but the special setup for FreeBSD gave me a terrible headache. > Can anyone give me the detail steps for installing and > configuring mysql server on freebsd......... > > I have installed mysql from ports but some how could not > start the mysql daemon........installation might be wrong > .....so can anyone who did the same give me some > suggestions plez...... From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:31:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6463316A41F for ; Fri, 9 Sep 2005 15:31:26 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1251543D46 for ; Fri, 9 Sep 2005 15:31:25 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28345 invoked from network); 9 Sep 2005 15:31:25 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Sep 2005 15:31:25 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6EA8053; Fri, 9 Sep 2005 11:31:24 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Ihsan Dogan References: <20050905214641.GA28018@dogan.ch> <44fyshnf9l.fsf@be-well.ilk.org> <20050907142749.GA16981@dogan.ch> <20050908203622.GA13974@dogan.ch> From: Lowell Gilbert Date: 09 Sep 2005 11:31:23 -0400 In-Reply-To: <20050908203622.GA13974@dogan.ch> Message-ID: <44wtlq1cms.fsf@be-well.ilk.org> Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Questions Subject: Re: dhcrelay is setting the relay ip address wrong X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 15:31:26 -0000 Ihsan Dogan writes: > ---------------------------------------------------------------- > No, input from this socket is dropped. > > See 'fallback_discard' in common/socket.c. > > > You're railing against a very commonly reported problem. The IO system > was designed for the server and client (mostly for the server). It is > poorly suited to the relay. > > Enhancements are on the wishlist for 3.1. > ---------------------------------------------------------------- Ouch. That's a workaround for a pretty severe problem in the relay agent. Try the relay agent from the WIDE project; it looks like it handles this properly (as specified in the protocol spec): (/usr/ports/net-mgmt/wide-dhcp) Good luck. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:31:49 2005 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 203C216A41F for ; Fri, 9 Sep 2005 15:31:49 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id B098643D46 for ; Fri, 9 Sep 2005 15:31:48 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc13) with ESMTP id <200509091531360130045csee>; Fri, 9 Sep 2005 15:31:47 +0000 Message-ID: <4321AAD7.5000701@computer.org> Date: Fri, 09 Sep 2005 10:31:35 -0500 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Philip M. Gollucci" References: <43209F06.2080008@p6m7g8.com> In-Reply-To: <43209F06.2080008@p6m7g8.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: rcordova@liquidation.com, questions@freebsd.org Subject: Re: pptp using tun0 to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 15:31:49 -0000 Philip M. Gollucci wrote: > Hi, > > I'm on FreeBSD 5.4-RELEASE i386 > > pptpclient-1.5.0 installed via pkg_add -r > > GENERIC kernel for now. > > cat /etc/ppp/ppp.conf > LSI: > set authname pgollucci > set authkey xxxxxxxxxxx > set timeout 0 > set ifaddr 0 0 > add w.x.y.z/24 > alias enable yes > > as root user: > > route flush > route add default 192.168.0.1 > pptp w.x.y.z LSI & > netstat -nf -finet > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 192.168.0.1 UGS 0 289 em0 > 10.0.0.1 10.0.0.174 UH 0 0 tun0 > 127.0.0.1 127.0.0.1 UH 0 230 lo0 > 192.168.0 link#1 UC 0 0 em0 > 192.168.0.1 00:0d:88:41:25:a1 UHLW 1 2903 em0 1074 > > FYI: > 10.0.0.1 is the gateway/router there 10.0.0.174 is the IP dolled out me > automatically. > > so the first problem is that the second line is not a Gateway (G) > > so > route add -inet 10.0.0.0/24 10.0.0.174 > > netstat -nr -finet > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 192.168.0.1 UGS 1 385 em0 > 10/24 10.0.0.174 UGS 0 0 em0 > 10.0.0.1 10.0.0.174 UH 0 0 tun0 > 127.0.0.1 127.0.0.1 UH 0 230 lo0 > 192.168.0 link#1 UC 0 0 em0 > 192.168.0.1 00:0d:88:41:25:a1 UHLW 1 2903 em0 963 > > Okay that worked, but its on the wrong interface em0 and not tun0 and > even if its not, I can't > ping 10.0.0.1 or anything in the subnet. > > The ROUTE(8) man page is AWFUL here which is very unusual for FreeBSD. > Could greatly benefit from some actual examples. > I'd contribute them, but I obviously don't quite get it yet. > > Supposedly I'm supposed to use the -interface parameter but it doesn't > work in this experience. > > killall pptp > route flush > route add default 192.168.0.1 > pptp w.x.y.z LSI & > route add -inet 10.0.0.0/24 -interface tun0 10.0.0.174 > netstat -nr -finet > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 192.168.0.1 UGS 0 78 em0 > 10&0xa0000ae tun0 US 0 0 tun0 > 10.0.0.1 10.0.0.174 UH 0 0 tun0 > 127.0.0.1 127.0.0.1 UH 0 230 lo0 > 192.168.0 link#1 UC 0 0 em0 > 192.168.0.1 00:0d:88:41:25:a1 UHLW 1 2907 em0 1006 > > So that gave me a static not what I wanted I don't think and I still > can't ping anything. > > Here's a traceroute to a computer in it > traceroute 10.0.0.12 > traceroute to 10.0.0.12 (10.0.0.12), 64 hops max, 40 byte packets > 1 192.168.0.1 (192.168.0.1) 0.861 ms 0.717 ms 0.733 ms > > While I'm at it ... What the heck does 10&0xa0000ae mean ? > > Also, I've been told that going to other way, from the office-> me, I am > pingable. > > Any great ideas? see if the following helps: http://www.freebsd.org/cgi/getmsg.cgi?fetch=1290015+1295271+/usr/local/www/db/text/2005/freebsd-questions/20050904.freebsd-questions > > Thanks in advance > -- Regards, Eric From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 15:43:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EA2A16A41F for ; Fri, 9 Sep 2005 15:43:58 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F9E43D48 for ; Fri, 9 Sep 2005 15:43:56 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j89FhrWY007694 for ; Fri, 9 Sep 2005 11:43:54 -0400 (EDT) Message-ID: <000501c5b554$bd5260a0$0200a8c0@satellite> From: "dave" To: Date: Fri, 9 Sep 2005 11:39:59 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: software updating for multiple machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 15:43:58 -0000 Hello, I've got four physical machines, all running 5.4, three of them have between 1 and 3 jails on them, and all have similar software installed. Updating each box and jail manually is becoming tedious manually, even with portupgrade saving my make options. I was wondering if anyone had a system for packaging software then pushing the packages to the individual machines? Thanks. Dave. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 16:19:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB3016A420 for ; Fri, 9 Sep 2005 16:19:09 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E96043D49 for ; Fri, 9 Sep 2005 16:19:09 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from [192.168.1.47] ([71.114.180.162]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMK00LVT5BVWZS0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 11:19:08 -0500 (CDT) Date: Fri, 09 Sep 2005 11:20:36 -0500 From: deltaski@earthlink.net In-reply-to: <4321A1AE.80802@scls.lib.wi.us> To: Greg Barniskis Message-id: <200509091120.36432.deltaski@earthlink.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200509090939.47357.deltaski@earthlink.net> <4321A1AE.80802@scls.lib.wi.us> User-Agent: KMail/1.7.2 Cc: freebsd-questions@freebsd.org Subject: Re: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 16:19:09 -0000 On Friday 09 September 2005 09:52 am, you wrote: Answers to requested information: > deltaski@earthlink.net wrote: > > Thank you all, who have considered this message! > > > > I am learning BSD with 3 successful units. 1-100mhz pent. running 4.11 > > 1-180mhz pent. running 5.4 and one 266mhz AMD running 5.4 > > > > I have learned the ins and outs of X, changing rc.conf and am quite good > > at reinstalling the system after a few "learning" adjustments. > > > > Just for fun and my own enjoyment in learning, I have now accepted the > > challenge of my own home network. I have been able to connect all boxes > > to my DSL router with DHCP and manual IP assignments and changed/setup > > NIC's with ifconfig. My reference materal is the Handbook from > > FreeBSD.org and "The Complete FreeBSD" by Greg Lehey. > > > > Now the problem! > > > > DSL is 192.168.1.1 - Box B has two NIC's rl0=192.168.1.100 netmask > > 255.255.255.0 and is connected only to 192.168.1.1 ping works/outside > > internet works. > > Box B second NIC rl1=172.16.1.1 netmask 255.255.255.0 and is connected to > > a standalone switch/router. > > Is it a switch, is it a router, or is it really both (high end > thingy like Cisco 35xx?). Probably it is just a plain old switch > with no routing capabilities. To avoid confusion, you should call it > what it is. > Oh my, sorry. It is an 8-port 10/100Mbps Ethernet Switch! How does that change anything? > > Box A has one NIC eth0=172.16.1.35 and is connected to the standalone > > switch/router. Box A can ping 172.16.1.35 and 172.16.1.1 on box b. It can > > NOT ping 192.168.1.1 or access any outside internet. > > > >>From Box B keyboard, I can ping > > > > 192.168.1.1/192.168.1.100/172.16.1.1/172.16.1.35 > > > >>From Box A keyboard, I can ping only 172.16.1.35/172.16.1.1 > > > > I have tried ifconfig rl0 192.168.1.100 172.16.1.1 netmask 255.255.255.0 > > among many other configurations without success. > > > >>From my reading, I think the error of my ways is in the Box B between nic > >> rl0 > > > > and rl1. The data packets are not being forwarded from rl1 to rl0 or rl0 > > to rl1. Somewhere I have missed something. If anyone could point me in > > the correct direction, it would be greatly appreciated. > > At a guess, I think what you are missing is to put > > gateway_enable="YES" Oh, my sorry! gateway_enable="YES" is in rc.conf! > > into rc.conf of box B (between the Internet router and the inside > network switch). Otherwise it will not hand packets from one network > to another. However, you probably do NOT want to enable that without > also enabling and configuring firewall features on this box as well, > for which I will refer you to RTFM (the Really Tremendously Fine > Manual ;). > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html > Oh, my sorry! There is no firewall to complicate the setup. (By the way, I do know what RTFM means.) > If you already have gateway and firewall functions going, does the > inside box (A) have box B's 172 addr set as its default gateway > router? If not, then it does not know to send packets destined for > other networks in that direction for processing. If yes, is your > firewall configured so tight that it's killing the packets you'd > like to forward? Oh, my sorry! Yes, the default gateway is set and I have no firewall to complicate matters. Donald From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 16:23:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA46016A41F for ; Fri, 9 Sep 2005 16:23:38 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACB043D45 for ; Fri, 9 Sep 2005 16:23:38 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from [192.168.1.47] ([71.114.180.162]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMK00LJO5JDWVR0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 11:23:38 -0500 (CDT) Date: Fri, 09 Sep 2005 11:25:05 -0500 From: deltaski@earthlink.net In-reply-to: <200509090758.49395.kstewart@owt.com> To: Kent Stewart Message-id: <200509091125.05724.deltaski@earthlink.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200509090939.47357.deltaski@earthlink.net> <200509090758.49395.kstewart@owt.com> User-Agent: KMail/1.7.2 Cc: freebsd-questions@freebsd.org Subject: Re: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 16:23:38 -0000 On Friday 09 September 2005 09:58 am, you wrote: > On Friday 09 September 2005 07:39 am, deltaski@earthlink.net wrote: > > Thank you all, who have considered this message! > > > > I am learning BSD with 3 successful units. 1-100mhz pent. running > > 4.11 1-180mhz pent. running 5.4 and one 266mhz AMD running 5.4 > > > > I have learned the ins and outs of X, changing rc.conf and am quite > > good at reinstalling the system after a few "learning" adjustments. > > > > Just for fun and my own enjoyment in learning, I have now accepted > > the challenge of my own home network. I have been able to connect all > > boxes to my DSL router with DHCP and manual IP assignments and > > changed/setup NIC's with ifconfig. My reference materal is the > > Handbook from FreeBSD.org and "The Complete FreeBSD" by Greg Lehey. > > > > Now the problem! > > > > DSL is 192.168.1.1 - Box B has two NIC's rl0=192.168.1.100 netmask > > 255.255.255.0 and is connected only to 192.168.1.1 ping works/outside > > internet works. > > Box B second NIC rl1=172.16.1.1 netmask 255.255.255.0 and is > > connected to a standalone switch/router. > > > > Box A has one NIC eth0=172.16.1.35 and is connected to the standalone > > switch/router. Box A can ping 172.16.1.35 and 172.16.1.1 on box b. It > > can NOT ping 192.168.1.1 or access any outside internet. > > > > >From Box B keyboard, I can ping > > > > 192.168.1.1/192.168.1.100/172.16.1.1/172.16.1.35 > > > > >From Box A keyboard, I can ping only 172.16.1.35/172.16.1.1 > > > > I have tried ifconfig rl0 192.168.1.100 172.16.1.1 netmask > > 255.255.255.0 among many other configurations without success. > > > > >From my reading, I think the error of my ways is in the Box B > > > between nic rl0 > > > > and rl1. The data packets are not being forwarded from rl1 to rl0 or > > rl0 to rl1. Somewhere I have missed something. If anyone could point > > me in the correct direction, it would be greatly appreciated. > > In your /etc/rc.conf, you need to tell machine B that it is a gateway. > Since you are using RFC1918 IP addresses, you probably should turn on > natd. It is much easier if the switch is right after your DSL because > then, you don't need B to be a gateway and you don't need to run ipfw > to get natd. > > Kent Kent, natd is turned on, default gateway is set. I understand your suggestion of changing the location of the switch, but, I simply wish to learn the setup of a gateway machine. Thank you for your input. Donald From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 16:24:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C3A16A41F for ; Fri, 9 Sep 2005 16:24:23 +0000 (GMT) (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 E44CD43D48 for ; Fri, 9 Sep 2005 16:24:22 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (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 j89GQGb38088; Fri, 9 Sep 2005 09:26:17 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Remy de Ruysscher" , Date: Fri, 9 Sep 2005 09:24:07 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <20050909090835.9ABAF43D45@mx1.FreeBSD.org> Importance: Normal Cc: Subject: RE: Recommendations on Proliant DL-360 server with 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: Fri, 09 Sep 2005 16:24:23 -0000 Your not going to find much because when people don't have problems with something they generally don't post about it. Also, there's a couple different hardware configurations for the DL360, that model number is kind of a catchall. The biggest complaint about these is with the SCSI RAID controller there is lack of software for online management of the array - if a disk dies your pretty much stuck at looking at the lights on the front of the box to tell you that one's dead. HP did write a raid management utility for these for Red Hat linux perhaps if you went to HP and waved a lot of cash for a large purchase of these servers around they might be convinced to release the source code for that driver for it to be ported over. I take it you have checked out http://www.testdrive.hp.com/ Ted >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Remy de >Ruysscher >Sent: Friday, September 09, 2005 2:08 AM >To: freebsd-questions@freebsd.org >Subject: Recommendations on Proliant DL-360 server with FreeBSD? > > >Hi, > >We are about to invest in a new server farm, which will consist of the >HP Proliant DL-360 (2Gb ram, 2x 3.0Ghz Xeon, >2x 73Gb SCSI 15k, RAID-1, redundant powersupply, iLO). We have already >2 of these beauties running, but the management >wants "proof" this server is robust and stable for FreeBSD 5.4 >/ MySQL / >Apache 2 / PHP usage (webserver/mailserver). > >I feel very confident about this machine, but they want some sort of >customer recommendations, URLs, FreeBSD support/testen as >"proof". Since >it's i386 it has tier-1 support, but that is not enough. We have had >very bad experiences with the HP Proliant DL-140's (which I >rejected BTW). > >Yes I have googled but found little useable links. If you have >any URLs, >or you use such a machine with FreeBSD 5.x please let me know! > >Thanks for you help! > >Regards, >Remy. > >-- >Internal Virus Database is out-of-date. >Checked by AVG Anti-Virus. >Version: 7.0.344 / Virus Database: 267.10.18/86 - Release Date: >8/31/2005 > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 16:25:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FFE716A41F for ; Fri, 9 Sep 2005 16:25:46 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDA143D46 for ; Fri, 9 Sep 2005 16:25:42 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 18281 invoked by uid 510); 9 Sep 2005 16:26:09 +0100 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.86.2/1032. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-2.9/5.0):. Processed in 1.203257 secs); 09 Sep 2005 15:26:09 -0000 X-Spam-Status: No, hits=-2.9 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-2.9/5.0):. Processed in 1.203257 secs Process 18274) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 9 Sep 2005 16:26:08 +0100 From: Robert Slade To: aaron.glenn@gmail.com In-Reply-To: <18f6019405090823086bdbd800@mail.gmail.com> References: <18f6019405090816202beaf583@mail.gmail.com> <20050908232230.GA48258@xor.obsecurity.org> <18f601940509082248503b2c48@mail.gmail.com> <20050909060034.GA48622@xor.obsecurity.org> <18f6019405090823086bdbd800@mail.gmail.com> Content-Type: text/plain Message-Id: <1126279567.17953.2.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Fri, 09 Sep 2005 16:26:08 +0100 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: FreeBSD 5.4 sparc64 netboot install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 16:25:46 -0000 On Fri, 2005-09-09 at 07:08, Aaron Glenn wrote: > On 9/8/05, Kris Kennaway wrote: > > On Thu, Sep 08, 2005 at 10:48:56PM -0700, Aaron Glenn wrote: > > > If you can point me to a resource I've overlooked, please do so. I > > > would greatly appreciate a hit with the cluestick on this one. > > > > You don't need a special bootloader any longer. Just use the standard > > one. > > > > Kris > > Fair enough, but that isn't mentioned or documented anywhere. Posting > to a mailing list is *always* a last resort; and yet I had to because > I could find nothing even remotely up to date on the subject. I've > continued to use FreeBSD for the past five years because of the > documentation. Why isn't the netboot installation method detailed > definitively somewhere? Is it simply because no one has updated the > previous one, or is there another reason? If it were supported, > shouldn't it be listed in the installation notes? > > aaron.glenn Try this: http://www.freebsd.org/releases/5.4R/installation-ia64.html reachable from the home page - > installation notes _ > sparc64 Rob From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 16:53:03 2005 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 AD94316A41F for ; Fri, 9 Sep 2005 16:53:03 +0000 (GMT) (envelope-from software@schmittnet.com) Received: from host.idesigns.net (host.idesigns.net [209.239.38.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DFC43D45 for ; Fri, 9 Sep 2005 16:53:03 +0000 (GMT) (envelope-from software@schmittnet.com) Received: from [127.0.0.1] (69-173-83-136.albyny.adelphia.net [69.173.83.136]) by host.idesigns.net (8.12.10/8.12.10) with ESMTP id j89GqvXO009769 for ; Fri, 9 Sep 2005 12:53:01 -0400 Message-ID: <4321BDEC.8000102@schmittnet.com> Date: Fri, 09 Sep 2005 12:53:00 -0400 From: "Bill Schmitt (SW)" User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Fingerprint Reader? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 16:53:03 -0000 Does anyone know of a fingerprint reader that has been successfully used with FBSD? From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 16:56:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4C916A41F for ; Fri, 9 Sep 2005 16:56:43 +0000 (GMT) (envelope-from Nathansm@aol.com) Received: from imo-m24.mx.aol.com (imo-m24.mx.aol.com [64.12.137.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59E8D43D49 for ; Fri, 9 Sep 2005 16:56:43 +0000 (GMT) (envelope-from Nathansm@aol.com) Received: from Nathansm@aol.com by imo-m24.mx.aol.com (mail_out_v38_r5.3.) id n.ba.79c8ae54 (17526) for ; Fri, 9 Sep 2005 12:56:37 -0400 (EDT) From: Nathansm@aol.com Message-ID: Date: Fri, 9 Sep 2005 12:56:37 EDT To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailer: 9.0 SE for Windows sub 5017 X-Spam-Flag: NO Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: need more info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 16:56:43 -0000 What exactly is FreeBSD? Can it be used by the computer beginner or do you need to be a very knowledgable computer user? Is it compatible with my computer? It is a compaq presario 5000 series with an AMD Duron 750MHz processor. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:02:00 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 7EFAD16A421; Fri, 9 Sep 2005 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20050909170200.7EFAD16A421@hub.freebsd.org> Date: Fri, 9 Sep 2005 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:02:00 2005 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 8207416A420; Fri, 9 Sep 2005 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20050909170200.8207416A420@hub.freebsd.org> Date: Fri, 9 Sep 2005 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm constantly updating it. Greg From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:03:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A8416A420 for ; Fri, 9 Sep 2005 17:03:57 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FE343D72 for ; Fri, 9 Sep 2005 17:03:56 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909170355.THML2425.lakecmmtao05.coxmail.com@dns1> for ; Fri, 9 Sep 2005 13:03:55 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 09:59:39 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509090959.40296.vizion@vizion.occoxmail.com> Subject: php compile options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:03:57 -0000 Hi Some compile configuration questions: 1. When php5 is compiled from ports I understand a file is generated to hold the compiled options. On my system there is a file with the following data: dns1# cat /var/db/ports/php5/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for php5-5.0.5 _OPTIONS_READ=php5-5.0.5 WITH_APACHE2=true WITHOUT_DEBUG=true WITH_MULTIBYTE=true WITH_IPV6=true Am I correct in saying that the options from this file are read by the compiler at compile time? If not this file which file? 2. Options expressed on the command line for php are normally in lower case. If I place them in this file should they be capitalized or does that not matter to the compiler? 3. Is there a complete list of options with the distribution? -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:09:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4C516A420 for ; Fri, 9 Sep 2005 17:09:45 +0000 (GMT) (envelope-from pm940@yahoo.com) Received: from web54002.mail.yahoo.com (web54002.mail.yahoo.com [206.190.36.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DD03F43D48 for ; Fri, 9 Sep 2005 17:09:44 +0000 (GMT) (envelope-from pm940@yahoo.com) Received: (qmail 77244 invoked by uid 60001); 9 Sep 2005 17:09:44 -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=ZoB8xpfO7tVbN58GCYU9uzpI2BxlkeYYg6+4NKuH8oG+Qaer1EPpw3RVkVMusRvRpLZES1vHEGWhs2h8bk9bii5v/i/V/F6G7MhJW0I6SqTcO7dzAlPmIVtmv4tANawOIh7fPSiMG2UMl3G41cQ4109ot5H2uNPs3jqj4ueXBfE= ; Message-ID: <20050909170944.77242.qmail@web54002.mail.yahoo.com> Received: from [69.237.122.17] by web54002.mail.yahoo.com via HTTP; Fri, 09 Sep 2005 10:09:43 PDT Date: Fri, 9 Sep 2005 10:09:43 -0700 (PDT) From: Paul Marciano To: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:09:45 -0000 I have a general question on the status of USB to serial support in FreeBSD (specifically the ucom and ftdi drivers). I need an extra serial port on my system and for reasons outside the scope of this email I can't just plug in a PCI card. I'm trying to use USB, but it seems that ucom is broken and no one is fixing it. A tcflush() bug posted last year reports that USB serial ports hang on a call to tcflush(). This can be observed by using getty on one. Another poster reported problems running PPP (including a kernel crash). Given the lack of movement in these bugs, it looks like the FreeBSD developers don't care about ucom... certainly not enough to fix it. Now I could get up on a soapbox and say how unacceptable it is for a fundamental peripheral like serial ports (even though they're over USB) to be so obviously broken for so long... but I won't, because I'm not a developer and I understand that it's a volunteer thing and overall FreeBSD is otherwise excellent. So without wanting to offend (whilst secretly being pretty frustrated with the corner I find myself in) I would like to know, hopefully from someone responsible for the subsystem, if ucom/ftdi is likely to be fixed in the next six months. Sigh. I really don't want to have to move to Linux for something this small, but USB serial is a system component I can't change. Be honest. Be brutal. I need to know where FreeBSD stands on this. Thanks, Paul. ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:34:02 2005 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 7A09216A424 for ; Fri, 9 Sep 2005 17:34:02 +0000 (GMT) (envelope-from pruggia@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A16DF43D55 for ; Fri, 9 Sep 2005 17:34:01 +0000 (GMT) (envelope-from pruggia@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1216053nzd for ; Fri, 09 Sep 2005 10:34:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=TWQdO5c0Cqia6rBiW/5FmS1n5xq1GB5lkDgTr0lsAkBJxIxLR+ELznyX5BDzqj25WsoM5gr2MKOxkdN46jWwi8gFm2R4RDjjBJ/kUyJCdoiMeZeqRxhY+VEqKbMoIl3RqZpsYzVPCtZ6wZf+Z9tm2fT9lLpMRn81sth1VaV8wdI= Received: by 10.36.115.12 with SMTP id n12mr566813nzc; Fri, 09 Sep 2005 10:34:01 -0700 (PDT) Received: by 10.36.119.10 with HTTP; Fri, 9 Sep 2005 10:34:01 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 14:34:01 -0300 From: Pablo Ruggia To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Beta-3 Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pruggia@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:34:02 -0000 Hi !! Just a simple Question. If I install Freebsd Beta 3, will I be allowed to update easyly all=20 applications when freebsd 6.0 becomes final released. Thanks !! From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:43:20 2005 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 D0E8A16A41F for ; Fri, 9 Sep 2005 17:43:20 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-72-65.inversas.jazztel.es [62.15.72.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD8343D58 for ; Fri, 9 Sep 2005 17:43:19 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.16] (unknown [192.168.0.16]) by strange.daemonsecurity.com (Postfix) with ESMTP id F139F2E01B; Fri, 9 Sep 2005 19:43:17 +0200 (CEST) Message-ID: <4321C9B2.4000409@locolomo.org> Date: Fri, 09 Sep 2005 19:43:14 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050909) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pruggia@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Beta-3 Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:43:20 -0000 Pablo Ruggia wrote: > If I install Freebsd Beta 3, will I be allowed to update easyly all > applications when freebsd 6.0 becomes final released. Beta 4 is out, so you might as well skip ahead to that. It is a well described process to upgrade, and only minor changes will be applided to the final release. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:48:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B94D16A41F for ; Fri, 9 Sep 2005 17:48:13 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D689D43D5F for ; Fri, 9 Sep 2005 17:48:12 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j89HmAkk041212; Fri, 9 Sep 2005 19:48:10 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id EB8CE6325; Fri, 9 Sep 2005 19:48:09 +0200 (CEST) Date: Fri, 9 Sep 2005 19:48:09 +0200 From: Roland Smith To: Nathansm@aol.com Message-ID: <20050909174809.GA80014@slackbox.xs4all.nl> Mail-Followup-To: Nathansm@aol.com, freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: need more info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:48:13 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 12:56:37PM -0400, Nathansm@aol.com wrote: > What exactly is FreeBSD?=20 See the freeBSD homepage: http://www.freebsd.org/ > Can it be used by the computer beginner or do you =20 > need to be a very knowledgable computer user? Some knowledge definitely comes in handy. For an absolute beginner it can be quite a learning curve. Reed the FreeBSD Handbook, especially the section about installation: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html > Is it compatible with my computer? It is a compaq presario 5000 > series with an AMD Duron 750MHz processor. Probably yes. The processor should not be a problem, but other devices like network- or graphics chip tend to vary in brand name computers, so it's impossible to tell. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDIcrZEnfvsMMhpyURAgrKAJ46hqkB3470zsF/OnoXto7HYyEwmACggWY0 tDLxBdy3m9B7P8xbq23SdnY= =HPIy -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 17:53:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EDC16A41F for ; Fri, 9 Sep 2005 17:53:18 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5009443D45 for ; Fri, 9 Sep 2005 17:53:18 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id j89HrGUn078366; Fri, 9 Sep 2005 19:53:16 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 218E46325; Fri, 9 Sep 2005 19:53:16 +0200 (CEST) Date: Fri, 9 Sep 2005 19:53:16 +0200 From: Roland Smith To: dave Message-ID: <20050909175316.GB80014@slackbox.xs4all.nl> Mail-Followup-To: dave , freebsd-questions@freebsd.org References: <000501c5b554$bd5260a0$0200a8c0@satellite> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rJwd6BRFiFCcLxzm" Content-Disposition: inline In-Reply-To: <000501c5b554$bd5260a0$0200a8c0@satellite> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: software updating for multiple machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 17:53:19 -0000 --rJwd6BRFiFCcLxzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 11:39:59AM -0400, dave wrote: > Hello, > I've got four physical machines, all running 5.4, three of them have > between 1 and 3 jails on them, and all have similar software installed. > Updating each box and jail manually is becoming tedious manually, even wi= th > portupgrade saving my make options. I was wondering if anyone had a system > for packaging software then pushing the packages to the individual machin= es? The -p option of portupgrade can be used to build a package from a upgraded port. You can use this p[ackage to install on the other machines, provided they have the same architecture. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --rJwd6BRFiFCcLxzm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDIcwMEnfvsMMhpyURAntEAJ0VPf+usvCrVFwcHgZ4onbj6yXGcACeOgyy p7o70G99IfIsINBctm49VoE= =euZF -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:03:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3221D16A41F for ; Fri, 9 Sep 2005 18:03:51 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD6C43D4C for ; Fri, 9 Sep 2005 18:03:50 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909180349.WJSM2425.lakecmmtao05.coxmail.com@dns1> for ; Fri, 9 Sep 2005 14:03:49 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 10:59:33 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> In-Reply-To: <200509090959.40296.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091059.33867.vizion@vizion.occoxmail.com> Subject: Re: php compile options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:03:51 -0000 On Friday 09 September 2005 09:59, the author Vizion contributed to the dialogue on- php compile options: >Hi > >Some compile configuration questions: > >1. When php5 is compiled from ports I understand a file is generated to hold >the compiled options. On my system there is a file with the following data: > >dns1# cat /var/db/ports/php5/options ># This file is auto-generated by 'make config'. ># No user-servicable parts inside! ># Options for php5-5.0.5 >_OPTIONS_READ=php5-5.0.5 >WITH_APACHE2=true >WITHOUT_DEBUG=true >WITH_MULTIBYTE=true >WITH_IPV6=true > >Am I correct in saying that the options from this file are read by the >compiler at compile time? > >If not this file which file? > >2. Options expressed on the command line for php are normally in lower case. >If I place them in this file should they be capitalized or does that not >matter to the compiler? > >3. Is there a complete list of options with the distribution? Just to add to the questions Command line compile options: It looks as though there has been some work (thank you) done to build an options dialogue: dns1# make config options generates a screen dialogue with options: Use apache 2.x instead of apache 1.3. Enable debug Enable zend multibyte support Enable ipv6 support However as this fialogue foes not contain the full set of php compile options how does one choose to compile with additional options? I tried using the following from the command line (as per PHP & MySQL by Luke welling & Laura Thoson) giving an illegal option error: dns1# make config --with-mysqli=/usr/local/bin/mysql_config --with-apache=/usr/local/etc/apache2 --with-gd --with-jpeg-dir=/usr/local/lib --with-tiff-dir=/usr/local/lib make: illegal option -- - Thanks in advance for help -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:09:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0300E16A41F for ; Fri, 9 Sep 2005 18:09:04 +0000 (GMT) (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 52ADA43D45 for ; Fri, 9 Sep 2005 18:09:00 +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.12.10+Sun/8.12.2) with ESMTP id j89I90Bn020437; Fri, 9 Sep 2005 14:09:00 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j89I90w2020436; Fri, 9 Sep 2005 14:09:00 -0400 (EDT) From: Jerry McAllister Message-Id: <200509091809.j89I90w2020436@clunix.cl.msu.edu> To: Nathansm@aol.com Date: Fri, 9 Sep 2005 14:09:00 -0400 (EDT) In-Reply-To: X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: need more info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:09:04 -0000 > > What exactly is FreeBSD? Can it be used by the computer beginner or do you > need to be a very knowledgable computer user? Is it compatible with my > computer? It is a compaq presario 5000 series with an AMD Duron 750MHz > processor. FreeBSD is an operating system. If you are familiar with something like MAC OS-X, it is somewhat equivalent in sense to that. It is sort of equivalent to MS Win-XP except FreeBSD is a real operating system. An operating system manages the resources of the computer and provides an environment in which application programs can function. Applications would be things like MS-Word, Powerpoint, Excel, CD writer, etc in the MS world. Beginners can use FreeBSD, but you need to know that it is not set up to do all your thinking for you. People who come from an MS environment where decisions are made for you and you are discouraged from having direct access to your machine or control over resources often have early difficulty getting a handle on the concept of FreeBSD and other real operating systems. For that reason it is common to say that FreeBSD has a steep initial learning curve. But, it depends on what you want. If you are happy with the limited access and predetermined patterns of usage (and poor security) provided by MS systems then you might find FreeBSD difficult. But, if you are trying to gain closer control over your system, or create a secure system or create your own types of uses you will begin to find that FreeBSD is the easier one to use and that MS systems have a steep learning curve. One more thing is that, if your intention is to use your machine as a robust and reasonably secure server on the internet, FreeBSD is a clearer path to success. MAC OS competes well with FreeBSD in personal use, but less so as a server. MS stuff is a perpetual headache as a server. Almost any "WinTel" PC-like machine will work well for FreeBSD. Some oddball and/or weak devices that might be installed on a PC do not have drivers in FreeBSD for them. In most cases, that is a good/fortunate thing, because those devices are not up to the rigors of serious network server service. Each Release version of the FreeBSD os has a list on the web page of known devices that are supported. It is a long list. Sometimes you have to extrapolate a little, in that the list names the main chip and not always every brand of device that uses the chip and in a few cases it names devices without naming the relevent chip and you have to work it out. But, mostly the information you need is there. So go to http://www.freebsd.org/ Now presuming you are thinking of installing FreeBSD 5.4, look over on the right hand side of the page and you will see "Production Release 5.4" Under that you will see a link named "Hardware Notes" Click on it. Then you will see a page with a list of CPU type platforms. Chose the right one and click on it. Almost all, including regular AMD chips and all the Intel ixxx series regardless of marketing name are the i386 type. Then you will see a page with all the hardware know to work on that version of FreeBSD. Generally, anything that is there and anything that uses the same components as other things there will work. The final thing to say is read the handbook and other documenation and then just start trying it out. There are several good book out in addition to the handbook. There area FAQs on many aspects and a number of web sites with very good information, some conceptual documentation and some step by step howto-s. There are online publications with very good articles and archives. Most of these can be found easily by doing searches from the FreeBSD web site and/or from Google. The handbook starts at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html FAQs start at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html In the beginning you will probably screw up some stuff. Just go back and reinstall and try some more. It will become more clear as you gain experience and by then you will know so much more about computers than any MS user that you will find it hard to limit yourself to the MS world. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:14:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F177C16A41F; Fri, 9 Sep 2005 18:14:04 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (forrie.hsd1.ma.comcast.net [24.147.45.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F3143D58; Fri, 9 Sep 2005 18:14:04 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.99] ([192.168.1.99]) (authenticated bits=0) by forrie.com with ESMTP id j89IE3F7052371; Fri, 9 Sep 2005 14:14:03 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <4321D164.5000602@forrie.com> Date: Fri, 09 Sep 2005 14:16:04 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on forrie.com X-Virus-Status: Clean Cc: freebsd-current@freebsd.org Subject: sysctl or system tweak for symbolic links? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:14:05 -0000 Hi, Using FreeBSD_6.0_Beta4 (applies to Beta2, also). I'm trying to track down a problem I've been having with apache-2.0.54 not following symbolic links. It's basically come down to my being able to follow the link if it's in the same directory structure (ie: .. or /path/to/..), but fails if the symbolic link is located elsewhere (ie: /usr/local/path/directory) or on another disk. I wonder if there's a sysctl or other system variable that handles the behavior of or access to symbolic links in this fashion that I may have missed. Seemed like a reasonable conclusion after these tests have been failing, though it could be something else, too. Thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:15:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A88F16A41F for ; Fri, 9 Sep 2005 18:15:24 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 139BA43D48 for ; Fri, 9 Sep 2005 18:15:23 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j89IE5hE071801; Fri, 9 Sep 2005 13:14:31 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4321D0E3.4040909@daleco.biz> Date: Fri, 09 Sep 2005 13:13:55 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200509090959.40296.vizion@vizion.occoxmail.com> In-Reply-To: <200509090959.40296.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: php compile options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:15:24 -0000 Vizion wrote: >Hi > >Some compile configuration questions: > >1. When php5 is compiled from ports I understand a file is generated to hold >the compiled options. On my system there is a file with the following data: > >dns1# cat /var/db/ports/php5/options ># This file is auto-generated by 'make config'. ># No user-servicable parts inside! ># Options for php5-5.0.5 >_OPTIONS_READ=php5-5.0.5 >WITH_APACHE2=true >WITHOUT_DEBUG=true >WITH_MULTIBYTE=true >WITH_IPV6=true > >Am I correct in saying that the options from this file are read by the >compiler at compile time? > > > I'm willing to be corrected, but AFAIK the answer is "yes, you are correct". >If not this file which file? > >2. Options expressed on the command line for php are normally in lower case. >If I place them in this file should they be capitalized or does that not >matter to the compiler? > > You should not do anything to this file, which is why it says "no user- servicable parts inside!" If you wish to change the options use the "make config" (or "make reconfig", if available) target in the ports's directory (in this case, /usr/ports/lang/php5?) The ports system handles all this stuff automagically, and this is why we use and recommend it. For you to do everything by hand kinda makes the great work of ale@ become redundant; of course, it's your choice, but why make it harder than it is? >3. Is there a complete list of options with the distribution? > > Every important option should be presented via the ncurses interface used by "make config". There may be other, little known options; for these, I'd recommend searching php.net first, and then asking at a PHP forum or mailing list; but if they were very useful, very common, whatever, then they'd already be taken care of by the port maintainer. IMHO, he does a great job with PHP. Note that in the case of PHP, these four options are the only ones available. Support for the PHP "extensions" is available by installing the seperate PHP extensions port; see /usr/ports/UPDATING, entry from last summer, IIRC. Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:17:17 2005 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 D39CE16A41F for ; Fri, 9 Sep 2005 18:17:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E79F43D4C for ; Fri, 9 Sep 2005 18:17:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j89IHG0r028210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 14:17:16 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j89IHE6P020705; Fri, 9 Sep 2005 14:17:15 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EE3CF511D2; Fri, 9 Sep 2005 14:17:12 -0400 (EDT) Date: Fri, 9 Sep 2005 14:17:12 -0400 From: Kris Kennaway To: Pablo Ruggia Message-ID: <20050909181712.GA58003@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: Beta-3 Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:17:17 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 02:34:01PM -0300, Pablo Ruggia wrote: > Hi !! >=20 > Just a simple Question. > If I install Freebsd Beta 3, will I be allowed to update easyly all=20 > applications when freebsd 6.0 becomes final released. The only changes that will occur to the third-party applications shipped with 6.0 between now and then are security fixes, and upgrading is easy using portupgrade. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIdGnWry0BWjoQKURAqm9AKCIMnNojM2A54Cavily/ziYXeQIHwCgxDXV YkolVZ+iCtjL7dJAlo7LpAw= =gNFF -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:33:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D16916A420 for ; Fri, 9 Sep 2005 18:33:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4A2243D77 for ; Fri, 9 Sep 2005 18:33:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 31512 invoked from network); 9 Sep 2005 18:33:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Sep 2005 18:33:39 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 987DB71; Fri, 9 Sep 2005 14:33:37 -0400 (EDT) Sender: lowell@be-well.ilk.org To: gjbailey@gmail.com References: <48a5f32a05090901591a16c062@mail.gmail.com> From: Lowell Gilbert Date: 09 Sep 2005 14:33:37 -0400 In-Reply-To: <48a5f32a05090901591a16c062@mail.gmail.com> Message-ID: <44u0guw0ou.fsf@be-well.ilk.org> Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kientzle@freebsd.org, freebsd-questions Subject: Re: tar -u adds all files regardless of mod date X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:33:48 -0000 Gareth Bailey writes: > I have a directory I want to backup at /usr/dir_a/dir_b. > I want to back the content of this dir to /usr/backups/dir_b > so I tried the following: > > # cd /usr/backups/dir_b > # tar -cf dir_b.tar /usr/dir_a/dir_b > > Now I have dir_b.tar which is 65MB in size. > If i then try to update modified files by doing this: > > # tar -uf dir_b.tar /usr/dir_a/dir_b > > and I end up with dir_b.tar being 130MB (double size) which > should not be the case since no files have been modified in > /usr/dir_a/dir_b. > > I do not get this problem if I do the same in the /usr/dir_a > directory. In the /usr/dir_a dir the tar file remains the same > size. > > I would much appreciate some input! [This essentially adds up to doing # tar -cf foo.tar $target_path and then immediately # tar -uvf foo.tar $target_path shows an update.] You didn't list any information about your system, so I don't even know whether you're using the Gnu tar or the libarchive one, which has been standard for a few months now. However, I'm seeing something like that on RELENG_5, with the new tar. It isn't happening to all files, though, and I haven't figured out why it's picking the files it is... From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:37:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42EC116A41F for ; Fri, 9 Sep 2005 18:37:00 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A4643D5C for ; Fri, 9 Sep 2005 18:36:59 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j89IYraU071917; Fri, 9 Sep 2005 13:35:14 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4321D5BE.90306@daleco.biz> Date: Fri, 09 Sep 2005 13:34:38 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roland Smith References: <20050909174809.GA80014@slackbox.xs4all.nl> In-Reply-To: <20050909174809.GA80014@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Nathansm@aol.com, freebsd-questions@freebsd.org Subject: Re: need more info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:37:00 -0000 Roland Smith wrote: >On Fri, Sep 09, 2005 at 12:56:37PM -0400, Nathansm@aol.com wrote: > > > >>What exactly is FreeBSD? >> >> > >See the freeBSD homepage: http://www.freebsd.org/ > > > >>Can it be used by the computer beginner or do you >>need to be a very knowledgable computer user? >> >> > >Some knowledge definitely comes in handy. For an absolute beginner it >can be quite a learning curve. Reed the FreeBSD Handbook, especially the >section about installation: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html > > > I would add that if you are able to climb the learning curve, you will probably find it a rewarding experience. FreeBSD is highly customizable and easily breakable if you don't do things right. OTOH, if you follow the (well-written!) instructions, you end up with a highly reliable and usable system for most general purposes. If you need a computer for a specific purpose, you should do a lot, I repeat, a lot of research before deciding to use FreeBSD for your purpose. I'll clue you in: gaming machine? not likely, especially for a beginner and some games. Web/Mail/File/DHCP/FTP/NAT/Firewall server? Nothing better for the price, for the most part, religious beliefs excepted, of course. (Do you know what 'Linux' is? FreeBSD is _not_ Linux, although there are many similarities....) >>Is it compatible with my computer? It is a compaq presario 5000 >>series with an AMD Duron 750MHz processor. >> >> > >Probably yes. The processor should not be a problem, but other devices >like network- or graphics chip tend to vary in brand name computers, so >it's impossible to tell. > >Roland > > He's right, but he forgot to add "without your telling us about all your hardware". If you read the website carefully, at some point you'll probably find the page(s) that talk about hardware compatability. Also, the most important URI for a FreeBSD user would be: http://www.freebsd.org/handbook (He did mention this, more or less). Although the community is fairly friendly, we're a little picky about who those friends are; and if you don't RTFM (Google for it ;-) no one is going to shed too many tears with you when things take a turn for the worse. The good news is that there is usually a light at the end of the tunnel, and with FreeBSD it is not an oncoming Train (read "hefty license fee", "virus", "blue screen of death", "need to reformat and reinstall the system". If you want to try FreeBSD, be prepared to read the instruction pages. By the dozens.... Respectfully, Kevin Kinsey P.S. I would mention that in our office we have a Presario 5150 running at 300 Mhz, with stock hardware and no issues except we occasionally have a system "lock up" which is not common in FreeBSD; we suspect a failing HDD controller, but it could be an issue with XFree/Xorg and we have yet to spend enough time on it to discover the real cause. (The system is used by a part time employee as a workstation and is not "mission critical", per se. The hardware is a little old, at least in our case. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:38:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DDD16A41F for ; Fri, 9 Sep 2005 18:38:40 +0000 (GMT) (envelope-from lucasgalete@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD8A43D46 for ; Fri, 9 Sep 2005 18:38:39 +0000 (GMT) (envelope-from lucasgalete@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1854405wra for ; Fri, 09 Sep 2005 11:38:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=tvL4po4s3ilJ3NNNFEXlY+waFkMAcq7hlby164b2/+OPWo1OSnlVR5y+NDbjPqxKbiyfIfFNSeQ1WNLX+7sHhT0ZaNaOjKJUvq10oYd/3xdDclnDCXA3ih15im99bNt2jyLwPGr8XItcBqalssNcUmLiNxplk6HavAnT9toZL3s= Received: by 10.54.45.37 with SMTP id s37mr596482wrs; Fri, 09 Sep 2005 11:38:39 -0700 (PDT) Received: from ?192.168.0.83? ( [201.24.233.191]) by mx.gmail.com with ESMTP id 14sm166063wrl.2005.09.09.11.38.35; Fri, 09 Sep 2005 11:38:37 -0700 (PDT) Message-ID: <4321AC75.2060507@gmail.com> Date: Fri, 09 Sep 2005 15:38:29 +0000 From: Lucas Galete User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: keyboard bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:38:40 -0000 i have a nootebook toshiba satellite a20. i've installed the freebsd 5.4-release with the X and enliigghtenment.. buut sometimes when I press a key, this''s show twice onn screen. (just readind this email you'll seen what's goinng wroonng here! ) i hhave no ideia whhat is going on... theree is some way to configg thhe keyboard repeat rate on X ? ideias are weelcome.. thanks all.. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:50:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B0716A41F for ; Fri, 9 Sep 2005 18:50:28 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F8C43D45 for ; Fri, 9 Sep 2005 18:50:27 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909185027.GJHZ3140.lakecmmtao04.coxmail.com@dns1>; Fri, 9 Sep 2005 14:50:27 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 11:46:10 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <4321D0E3.4040909@daleco.biz> In-Reply-To: <4321D0E3.4040909@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091146.11136.vizion@vizion.occoxmail.com> Cc: Subject: Re: php compile options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:50:28 -0000 On Friday 09 September 2005 11:13, the author Kevin Kinsey contributed to the dialogue on- Re: php compile options: >Vizion wrote: >>Hi >> >>Some compile configuration questions: >> >>1. When php5 is compiled from ports I understand a file is generated to >> hold the compiled options. On my system there is a file with the following >> data: >> >>dns1# cat /var/db/ports/php5/options >># This file is auto-generated by 'make config'. >># No user-servicable parts inside! >># Options for php5-5.0.5 >>_OPTIONS_READ=php5-5.0.5 >>WITH_APACHE2=true >>WITHOUT_DEBUG=true >>WITH_MULTIBYTE=true >>WITH_IPV6=true >> >>Am I correct in saying that the options from this file are read by the >>compiler at compile time? > >I'm willing to be corrected, but AFAIK the answer is "yes, you are correct". > >>If not this file which file? >> >>2. Options expressed on the command line for php are normally in lower >> case. If I place them in this file should they be capitalized or does that >> not matter to the compiler? > >You should not do anything to this file, which is why it says "no user- >servicable parts inside!" > >If you wish to change the options use the "make config" (or "make >reconfig", if available) target in the ports's directory (in this case, >/usr/ports/lang/php5?) The ports system handles all this stuff >automagically, and this is why we use and recommend it. > >For you to do everything by hand kinda makes >the great work of ale@ become redundant; of course, >it's your choice, but why make it harder than it is? > >>3. Is there a complete list of options with the distribution? > >Every important option should be presented via the ncurses interface >used by "make config". I do wish thiss kind of info was documented, for every port in Port_Install.readme or something similar- I have spent ages trying to get to bottom of how to deal with this! Different ports require different knowledge as to how they should be installed! Ah well -- live and learn I gues -- but once someone has learnt can we not have a siomple means of passing the learning on without wasting the time of every learner!! >There may be other, little known options; for >these, I'd recommend searching php.net first, and then asking at >a PHP forum or mailing list; but if they were very useful, very common, >whatever, then they'd already be taken care of by the port maintainer. >IMHO, he does a great job with PHP. > >Note that in the case of PHP, these four options are the only ones >available. Support for the PHP "extensions" is available by installing >the seperate PHP extensions port; see /usr/ports/UPDATING, entry >from last summer, IIRC. > >Kevin Kinsey >_______________________________________________ >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" -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:57:55 2005 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 E569A16A420 for ; Fri, 9 Sep 2005 18:57:55 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from strange.daemonsecurity.com (62-15-72-65.inversas.jazztel.es [62.15.72.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9234143D64 for ; Fri, 9 Sep 2005 18:57:54 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.16] (unknown [192.168.0.16]) by strange.daemonsecurity.com (Postfix) with ESMTP id B1D022E01B for ; Fri, 9 Sep 2005 20:57:52 +0200 (CEST) Message-ID: <4321DB2F.4090406@locolomo.org> Date: Fri, 09 Sep 2005 20:57:51 +0200 From: =?ISO-8859-1?Q?Erik_N=F8rgaard?= Organization: Locolomo.ORG User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050909) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: fwcontrol: unknown format 0x1e X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:57:56 -0000 Hi, I am trying to transfer digital video over firewire from my camera (Canon MXV200, PAL) to my laptop using fwcontrol, but whenever I try I get something like this: # fwcontrol -R tmp/test.dv (EAGAIN) (EAGAIN) fwcontrol: unknown format 0x1e If I first press play then run the command I get: # fwcontrol -R tmp/test.dv PAL 0fwcontrol: unknown format 0x1e The format code sometimes varies, and I have also got input/output error. Repeating can cause system to crash! or other applications to coredump. Trying with "sysctl hw.firewire.try_bmr=0" as suggested in the man-page does not change anything. I have tried to use dvrecv and it correctly identifies the camera/model but fails to read a single frame. What am I missing? Thanks, Erik System: FreeBSD 6.0-BETA4 #0: Tue Sep 6 21:16:56 CEST 2005 norgaard@charm:/usr/obj/usr/src/sys/GENERIC Turning on the device results in the following in /var/log/messages: kernel: fwohci0: BUS reset kernel: fwohci0: node_id=0xc800ffc1, gen=2, CYCLEMASTER mode kernel: firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 (me) kernel: firewire0: bus manager 1 (me) kernel: fwohci0: txd err= 3 miss Ack err kernel: firewire0: bus_explore node=0 addr=0x400 resp=22 retry=1 kernel: fwohci0: txd err= 3 miss Ack err kernel: firewire0: bus_explore node=0 addr=0x400 resp=22 retry=2 kernel: fwohci0: txd err= 3 miss Ack err kernel: firewire0: bus_explore node=0 addr=0x400 resp=22 retry=3 kernel: fwohci0: txd err= 3 miss Ack err kernel: firewire0: bus_explore node=0 addr=0x400 resp=22 retry=4 kernel: firewire0: bus_explore failed for 1 nodes kernel: fwohci0: BUS reset kernel: fwohci0: node_id=0xc800ffc0, gen=3, CYCLEMASTER mode kernel: firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) kernel: firewire0: bus manager 0 (me) kernel: fwohci0: BUS reset kernel: fwohci0: node_id=0x8800ffc0, gen=4, non CYCLEMASTER mode kernel: firewire0: 2 nodes, maxhop <= 1, cable IRM = 1 kernel: firewire0: bus manager 0 (me) kernel: firewire0: New S100 device ID:00008500009e1a7e -- Ph: +34.666334818 web: http://www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 18:59:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8BDF16A420; Fri, 9 Sep 2005 18:59:36 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: from ratchet.nebcorp.com (ratchet.nebcorp.com [205.217.153.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4599943D49; Fri, 9 Sep 2005 18:59:36 +0000 (GMT) (envelope-from djh@nebcorp.com) Received: by ratchet.nebcorp.com (Postfix, from userid 1014) id A7AA8D9834; Fri, 9 Sep 2005 11:59:35 -0700 (PDT) Date: Fri, 9 Sep 2005 11:59:35 -0700 From: Danny Howard To: freebsd-questions@freebsd.org Message-ID: <20050909185935.GI31865@ratchet.nebcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Loop: djhoward@uiuc.edu Cc: freebsd-scsi@freebsd.org Subject: Fibre Channel disks to two Systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 18:59:37 -0000 [NOTE: If posting followup, please mind the cross-post to -questions and -scsi.] Hello, We host our PostgreSQL database on FreeBSD. Until now, we have just built the beefiest DB server we can spec, and then dump the data every thirty minutes to a backup DB server, so if the primary DB server fails, we load the database on the backup and fail over to the backup server. But I'd rather offload the disk to an external storage device, then I can have two identical DB servers, and if one fails, I swap the disks over to the other DB server, mount the filesystem, possibly run data consistency checks, and proceed from there. >From my research, I am thus far most impressed with the SANbloc 2Gb, which holds fourteen FC drives in a 3U rackmount. It can be had with redundant RAID controllers, or as a JBOD. There are similar products from other vendors as well. I could concievably do the RAID in software by running a gstripe across a set of gmirrors. As I understand it, I can have an FC loop with one or more drives, connected to two servers, and either server can talk to one or the other drives exclusively. My QUESTION is: how is the arbitration done in FreeBSD? You run camcontrol on either server and activate / deactivate drives in the loop? What happens if say, the primary server locks up in some weird manner? Can it block the backup server from talking to the drives? (We can always have a NOC tech turn off a badly failed primary database, and power-cycle the disk array, if needed ...) A really far-out idea I had was that with fourteen drive bays I could have two hot spares, and then set up a stripe across four mirrored pairs (4x2 = 8-disk RAID10) and then with the remaining four drives assign each to be a third component of the gmirrored pairs, let the gmirrors sync up, then detach those drives from the gmirrors, mount them on the backup database, gstripe those containers together, and have a point-in-time "snapshot" of the drive array that could be mounted on the backup server, from which I could run database dumps, or conduct failover tests, etc. (I could kick this around -geom. :) Uhmmm, has anyone done similar? Suggestions? Feedback? Advice? Or, should I try to get a NetApp, or similar device, even though FreeBSD does not support iSCSI, because NFS performance over GigE may still beat FC? Also, does anyone have a FreeBSD-friendly storage systems integrator or other vendor they can reccomend, particularly one near the San Francisco area? I keep contacting various vendors who then fail to get back to me. :( Thanks for all feedback and suggestions! Sincerely, -danny -- http://dannyman.toldme.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:00:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3796C16A41F; Fri, 9 Sep 2005 19:00:14 +0000 (GMT) (envelope-from frank@exit.com) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE4143D6B; Fri, 9 Sep 2005 19:00:07 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.4/8.13.3) with ESMTP id j89IxuRr012287; Fri, 9 Sep 2005 11:59:56 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.4/8.13.3) with ESMTP id j89IxrJL032278; Fri, 9 Sep 2005 11:59:53 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.4/8.13.4/Submit) id j89IxrXu032277; Fri, 9 Sep 2005 11:59:53 -0700 (PDT) (envelope-from frank@exit.com) X-Authentication-Warning: realtime.exit.com: frank set sender to frank@exit.com using -f From: Frank Mayhar To: Paul Marciano In-Reply-To: <20050909170944.77242.qmail@web54002.mail.yahoo.com> References: <20050909170944.77242.qmail@web54002.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Exit Consulting Date: Fri, 09 Sep 2005 11:59:52 -0700 Message-Id: <1126292392.11649.5.camel@realtime.exit.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Virus-Scanned: ClamAV 0.86.1/1073/Fri Sep 9 08:13:08 2005 on tinker.exit.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frank@exit.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:00:14 -0000 On Fri, 2005-09-09 at 10:09 -0700, Paul Marciano wrote: > I have a general question on the status of USB to > serial support in FreeBSD (specifically the ucom and > ftdi drivers). > > I need an extra serial port on my system and for > reasons outside the scope of this email I can't just > plug in a PCI card. I'm trying to use USB, but it > seems that ucom is broken and no one is fixing it. > > A tcflush() bug posted last year reports that USB > serial ports hang on a call to tcflush(). This can be > observed by using getty on one. > > Another poster reported problems running PPP > (including a kernel crash). Well, I've got a handful of such devices that appear to work just fine. Now, mine are based on the Prolific PL-2303* chips but you don't mention any specific hardware. All I know is that I'm using them for consoles (and am running getty on them) with no hangs or crashes of any kind. I'm also pretty sure that if you could provide fixes (or at least better characterization of the problems you're seeing), your concerns might be more likely to be addressed. As you know, this is an all-volunteer effort. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:01:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCD216A41F for ; Fri, 9 Sep 2005 19:01:29 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf16.cluster1.charter.net (mxsf16.cluster1.charter.net [209.225.28.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7798443D45 for ; Fri, 9 Sep 2005 19:01:28 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip28a.cluster1.charter.net (mxip28a.cluster1.charter.net [209.225.28.187]) by mxsf16.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j89J1R5p015807 for ; Fri, 9 Sep 2005 15:01:27 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip28a.cluster1.charter.net with ESMTP; 09 Sep 2005 15:01:28 -0400 X-IronPort-AV: i="3.96,183,1122868800"; d="scan'208"; a="195602773:sNHT14750988" Message-ID: <4321DC05.3050509@charter.net> Date: Fri, 09 Sep 2005 15:01:25 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:01:29 -0000 I have a simple test script called 'scripttest' in /root/bin: -rwxr-xr-x 1 root wheel 121 Sep 9 14:55 scripttest my $PATH IS /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:*/root/bin* #!/bin/sh echo "pinging...." #end of scripttest If I run "which scripttest", I get /root/bin/scripttest But if I try to run this test script I get "scripttest: Command not found." Why is that happening? thanks, Bob Self From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:09:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB5716A41F for ; Fri, 9 Sep 2005 19:09:24 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9380F43D53 for ; Fri, 9 Sep 2005 19:09:24 +0000 (GMT) (envelope-from stanb@panix.com) Received: from mailspool2.panix.com (mailspool2.panix.com [166.84.1.79]) by mail2.panix.com (Postfix) with ESMTP id 07DAD9E0C2 for ; Fri, 9 Sep 2005 15:09:24 -0400 (EDT) Received: from teddy.fas.com (pcp08632294pcs.mplsnt01.sc.comcast.net [68.58.232.106]) by mailspool2.panix.com (Postfix) with ESMTP id 0D7F127F36E for ; Fri, 9 Sep 2005 15:09:24 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1EDoFX-0003jF-00 for ; Fri, 09 Sep 2005 15:09:23 -0400 Date: Fri, 9 Sep 2005 15:09:23 -0400 From: stan To: Free BSD Questions list Message-ID: <20050909190923.GA14167@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 15:04:11 up 27 days, 18:37, 1 user, load average: 0.14, 0.07, 0.04 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Can't access db with pgaccess X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:09:25 -0000 I'm install postgress V7 on a 5..4-STABLE machine. I;ve installed it from ports, and I've added myself as a user, and created a database. I can access this database using "psql dbname" and all works fine. I can't seem to get pgaccess to connect at all. I;ve checked and sockstat reports: pgsql postgres 485 3 stream /tmp/.s.PGSQL.5432 What am I doing wrong? -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:15:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5253F16A41F for ; Fri, 9 Sep 2005 19:15:18 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35803.mail.mud.yahoo.com (web35803.mail.mud.yahoo.com [66.163.179.172]) by mx1.FreeBSD.org (Postfix) with SMTP id DA33943D48 for ; Fri, 9 Sep 2005 19:15:17 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 20702 invoked by uid 60001); 9 Sep 2005 19:15:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gjyVJVwK6Fp+9+zYyP1d70ZhMQ/m4uYDMyqW9ByTQ5Vk0bnhe/VbkG4FbcUY1UG5BxXOkOjXa7D5HTp9rce2uJBXp9qTHZJrU7f0J/tfsADz+ieq04qrRpNWtk04qweLbjATpFmNwdvDhsBjqLw2OqTVhuIF6CniBGpFbpaO3VQ= ; Message-ID: <20050909191517.20700.qmail@web35803.mail.mud.yahoo.com> Received: from [204.244.110.7] by web35803.mail.mud.yahoo.com via HTTP; Fri, 09 Sep 2005 15:15:17 EDT Date: Fri, 9 Sep 2005 15:15:17 -0400 (EDT) From: John Do To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:15:18 -0000 I installed mysql-server and mysql-clients but can't find the mysqld executable to start the mysql server. What is it that I'm missing? Thanks guys __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:16:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4514C16A41F for ; Fri, 9 Sep 2005 19:16:06 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCFA43D49 for ; Fri, 9 Sep 2005 19:16:03 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id FAA13759; Sat, 10 Sep 2005 05:15:50 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 10 Sep 2005 05:15:49 +1000 (EST) From: Ian Smith To: Paul Hamilton In-Reply-To: <20050905120037.1608A16A421@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Glenn Dawson Subject: RE: Serial Port data dumping program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:16:06 -0000 Hi Paul, catching up on a week's digests .. and seeig no further messages on this topic so far, I don't know whether you've sorted this out yet. Anyway.. > Message: 20 > Date: Mon, 5 Sep 2005 17:32:41 +0800 > From: "Paul Hamilton" > Subject: RE: Serial Port data dumping program > To: "'Glenn Dawson'" , > [..] > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Glenn Dawson > > Sent: Monday, 5 September 2005 5:19 PM > > To: Paul Hamilton; freebsd-questions@freebsd.org > > Subject: Re: Serial Port data dumping program > > > > > > At 01:08 AM 9/5/2005, Paul Hamilton wrote: > > >Hi, > > > > > >I am trying to debug a Mini SSC FreeBSD program that I am trying to > > >write. It would be nice to be able to be able to see what is being > > >transmitted. It would help in the debugging of my program. > > > > > >Here is a link to a Windows based Mini SSC program: > > >http://www.rentron.com/Mini-ssc.htm Using this, I can control the > > >servo, so I know the hardware and cables work etc. > > > > > >I have been using the 'minicom' port to dump the received data. I guess you mean the _transmitted_ data, right? I just grabbed the manual at http://www.seetron.com/pdf/ssc2_mnl.pdf and note that the board only _receives_ command data packets. > > >However, it doesn't seem to collect the data properly. Data > > coming in > > >should be in accordance with the SSC protocol, ie: > > > > > >byte 1: 0xFF // sync byte > > > > > >byte 2: 0x01 - 0x25f //servo address > > > > How do you fit 0x25f into a single byte? (I count 10 bits required) > > > > Yep, a typo, should have been: 0xff Well, it should be 0-7 (for 1 board, 8-15 for a second board, etc) > > >byte 3: 0x00 - 0x255 // servo position > > > > Same question as above. > > Brain thinking in hex, fingers working in decimal ;-) Actually it's 0-254 (0x00 - 0xfe) .. 0xff would be another sync byte. > > >Here is a dump of the collected data (via minicom): > > > > > >#hexdump minicom.cap > > >0000000 45ff 49ff 4cff 50ff 53ff 57ff 5aff 57ff > > >0000010 53ff 50ff 4cff 49ff 45ff 45ff 01ff ff82 > > >0000020 8101 01ff ff80 8202 02ff ff81 8002 03ff > > >0000030 ff83 8203 03ff ff81 8003 7fff 7fff 7eff > > >0000040 01ff ff7f 7f02 03ff ff7f ff7f 8001 02ff > > >0000050 ff80 8003 04ff ff80 ff80 8006 07ff 0080 > > > > > >Looking at the first row of data, it is only showing two bytes, sync > > >and servo position. Rows 020 and 030, shows some servo > > addresses, but > > >sometimes, together! Both the mini-ssc.exe and minicom program are > > >using 9600 8n1, so why is it showing this? Is there > > something I have > > >missed in the setup of minicom? Looks like this is a serial buffer > > >problem. Maybe flow control? Is the serial port's UART programmed to ignore CTS/RTS, and/or DTR/DSR? You say you've only wired signal ground, and TxD to RxD, but you 'normally' can't transmit unless CTS is asserted (say, by RTS), may need DTR/DSR too, and perhaps expect DCD to receive? I don't really get what you're doing with minicom - are you receiving the data on another port, or just echoing your transmitted data back? > > You probably have byte ordering issues. Does something like this > > look more reasonable? > > > > 0000000 ff45 ff49 ff4c ff50 ff53 ff57 ff5a ff57 > > 0000010 ff53 ff50 ff4c ff49 ff45 ff45 ff01 82ff > > 0000020 0181 ff01 80ff 0282 ff02 81ff 0280 ff03 > > 0000030 83ff 0382 ff03 81ff 0380 ff7f ff7f ff7e > > 0000040 ff01 7fff 027f ff03 7fff 7fff 0180 ff02 > > 0000050 80ff 0380 ff04 80ff 80ff 0680 ff07 8000 > > > > -Glenn > > Yes, somewhat better, but still missing bytes here and there, ie. First > line, all the servo address bytes etc. > > Why would the bytes be swapped around? Seems that's just hexdump displaying 16-bit values byteswapped. 'hd' may give you a more useful display order, as it's truly 8 bit data: paqi% hexdump fgjdg kj ^D 0000000 6766 646a 2067 6a6b 000a 0000009 paqi% hd fgjdg kj ^D 00000000 66 67 6a 64 67 20 6b 6a 0a |fgjdg kj.| 00000009 > > >Is there a better program I could use to display the incoming serial > > >data in hex? hd :) Again, you mean a reflection of your outgoing data, don't you? > > >NOTE: I only use two wires, signal ground and Tx Data (connected to > > >the Rx Data). The servo does respond correctly, so I know > > the serial > > >data must be in the correct 3 byte format. You could try 2 stop bits - they say one or more. In the second example program in (good grief!) QBASIC in the above PDF manual, they begin by initialising the serial port thus: OPEN "com1:9600,N,8,1,CD0,CS0,DS0,OP0" FOR OUTPUT AS #1; I gather CD0 means ignore DCD, CS0 ignore CTS, DS0 ignore DSR; don't know about OP0. Seems you need no flow control, or null-modem wiring? Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:18:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B85516A41F for ; Fri, 9 Sep 2005 19:18:10 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5737443D4C for ; Fri, 9 Sep 2005 19:18:09 +0000 (GMT) (envelope-from nalists@scls.lib.wi.us) Received: from [172.26.2.238] ([172.26.2.238]) by mail.scls.lib.wi.us (8.12.9p2/8.12.9) with ESMTP id j89JI7G1046307; Fri, 9 Sep 2005 14:18:08 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <4321DF1D.1040803@scls.lib.wi.us> Date: Fri, 09 Sep 2005 14:14:37 -0500 From: Greg Barniskis User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: deltaski@earthlink.net References: <200509090939.47357.deltaski@earthlink.net> <4321A1AE.80802@scls.lib.wi.us> <200509091120.36432.deltaski@earthlink.net> In-Reply-To: <200509091120.36432.deltaski@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:18:10 -0000 deltaski@earthlink.net wrote: >>Is it a switch, is it a router, or is it really both (high end >>thingy like Cisco 35xx?). Probably it is just a plain old switch >>with no routing capabilities. To avoid confusion, you should call it >>what it is. >> > > Oh my, sorry. It is an 8-port 10/100Mbps Ethernet Switch! How does that change > anything? It really doesn't (you don't want a router in that location, you want a switch). A router connects multiple IP subnets that otherwise cannot talk to one another. Turning on the gateway feature on your FreeBSD box makes it a two-interface router. A switch merely multiplexes packets on many ports (it's a signal repeater/amplifier). [snip] > Oh, my sorry! Yes, the default gateway is set and I have no firewall to > complicate matters. Ah... I see the problem now. You *MUST* do NAT on your BSD gateway, unless you personally control the configuration of your DSL router and can give it the necessary routing instructions to find your 172 network. You are trying to ping your DSL router from a private network address that the router does not know about. The ping will reach the DSL router and it will not know where to send the reply because your private address does not (cannot) exist in its routing table. So, it sends the reply on its default route, which is towards the Internet. Bye, bye ping reply! Again, this is just very basic networking stuff. I didn't see it before because I route packets between private networks all the time and it works -- the difference is that all my routers are well-informed about the pathways to all nearby networks. For the background information you need to know, buy this or find it at your local library: http://www.oreilly.com/catalog/tcp3/ I'm sure there are other and even better titles. -- Greg Barniskis, Computer Systems Integrator South Central Library System (SCLS) Library Interchange Network (LINK) , (608) 266-6348 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:28:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2289416A41F; Fri, 9 Sep 2005 19:28:23 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C756043D45; Fri, 9 Sep 2005 19:28:22 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A252F030138; Fri, 09 Sep 2005 12:28:18 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j89JT0NI007803; Fri, 9 Sep 2005 12:29:00 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j89JSsH6007802; Fri, 9 Sep 2005 12:28:54 -0700 (PDT) (envelope-from garys@opusnet.com) To: Paul Marciano References: <20050909170944.77242.qmail@web54002.mail.yahoo.com> From: garys@opusnet.com (Gary W. Swearingen) Date: Fri, 09 Sep 2005 12:28:54 -0700 In-Reply-To: <20050909170944.77242.qmail@web54002.mail.yahoo.com> (Paul Marciano's message of "Fri, 9 Sep 2005 10:09:43 -0700 (PDT)") Message-ID: <66y866yr9l.866@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:28:23 -0000 Paul Marciano writes: > So without wanting to offend (whilst secretly being > pretty frustrated with the corner I find myself in) I > would like to know, hopefully from someone responsible > for the subsystem, if ucom/ftdi is likely to be fixed > in the next six months. You can probably learn something about who, if anyone, is responsible by poking around http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:32:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F0D16A41F for ; Fri, 9 Sep 2005 19:32:20 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BEFB43D98 for ; Fri, 9 Sep 2005 19:32:08 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (216-70-228-172.cust.telepacific.net [216.70.228.172]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j89JW30u015126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 12:32:05 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050909123028.095fce00@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Fri, 09 Sep 2005 12:31:44 -0700 To: bob self , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <4321DC05.3050509@charter.net> References: <4321DC05.3050509@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:32:20 -0000 At 12:01 PM 9/9/2005, bob self wrote: >I have a simple test script called 'scripttest' in /root/bin: > >-rwxr-xr-x 1 root wheel 121 Sep 9 14:55 scripttest > >my $PATH IS > >/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:*/root/bin* > > >#!/bin/sh >echo "pinging...." >#end of scripttest > >If I run "which scripttest", I get /root/bin/scripttest > >But if I try to run this test script I get "scripttest: Command not found." > >Why is that happening? Assuming you're using csh, did you rehash after creating the script? Did you try to execute it with it's full path? like: /root/bin/scripttest -Glenn >thanks, >Bob Self > > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:40:54 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF67C16A41F; Fri, 9 Sep 2005 19:40:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B3A43D46; Fri, 9 Sep 2005 19:40:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j89JdXmJ047656; Fri, 9 Sep 2005 13:39:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 09 Sep 2005 13:39:33 -0600 (MDT) Message-Id: <20050909.133933.74701845.imp@bsdimp.com> To: pm940@yahoo.com From: Warner Losh In-Reply-To: <20050909170944.77242.qmail@web54002.mail.yahoo.com> References: <20050909170944.77242.qmail@web54002.mail.yahoo.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 09 Sep 2005 13:39:33 -0600 (MDT) Cc: freebsd-questions@FreeBSD.ORG, freebsd-usb@FreeBSD.ORG Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:40:54 -0000 > Be honest. Be brutal. I need to know where FreeBSD > stands on this. Personal opinion: You overstate the probelems, and have a bad attitude. More details: I use umodem + ucom all the time for connecting to the internet on my laptop. I've had exactly 0 problems doing this for the past 4 years. I run current every day on this laptop, and do substantial development. If the problems were as dire as you suggest, I'd be unable to do this at all. There may be other problems in the serial subsystem intersected with usb, however I think you vastly overstate your case. Even to the point that it will be hard for you to effect change because people don't take you seriously. Warner From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:49:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B0C16A41F for ; Fri, 9 Sep 2005 19:49:58 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf37.cluster1.charter.net (mxsf37.cluster1.charter.net [209.225.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C2443D45 for ; Fri, 9 Sep 2005 19:49:57 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip05a.cluster1.charter.net (mxip05a.cluster1.charter.net [209.225.28.135]) by mxsf37.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j89JnuMr028471 for ; Fri, 9 Sep 2005 15:49:56 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip05a.cluster1.charter.net with ESMTP; 09 Sep 2005 15:49:57 -0400 X-IronPort-AV: i="3.96,183,1122868800"; d="scan'208"; a="1405700736:sNHT16999952" Message-ID: <4321E75E.1020801@charter.net> Date: Fri, 09 Sep 2005 15:49:50 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Glenn Dawson References: <4321DC05.3050509@charter.net> <6.2.3.4.2.20050909123028.095fce00@cobalt.antimatter.net> In-Reply-To: <6.2.3.4.2.20050909123028.095fce00@cobalt.antimatter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:49:58 -0000 Glenn Dawson wrote: > Assuming you're using csh, did you rehash after creating the script? > Did you try to execute it with it's full path? like: > /root/bin/scripttest > > -Glenn > Yes, I did 'rehash'. I'm running tcsh as root, FreeBSD 6.0. Also, I ran "/root/bin/scripttest" and I still get "command not found". From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:50:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0CEE16A41F; Fri, 9 Sep 2005 19:50:58 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6919443D45; Fri, 9 Sep 2005 19:50:58 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice6.sentex.ca (pumice6.sentex.ca [64.7.153.21]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j89Jov4j094031; Fri, 9 Sep 2005 15:50:57 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice6.sentex.ca (8.13.3/8.13.3) with ESMTP id j89Jov99095885; Fri, 9 Sep 2005 15:50:57 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j89Jot2g055360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 15:50:55 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20050909152156.05cfd970@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Fri, 09 Sep 2005 15:51:21 -0400 To: Paul Marciano From: Mike Tancsa In-Reply-To: <1126292392.11649.5.camel@realtime.exit.com> References: <20050909170944.77242.qmail@web54002.mail.yahoo.com> <1126292392.11649.5.camel@realtime.exit.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.21 Cc: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:50:59 -0000 At 02:59 PM 09/09/2005, Frank Mayhar wrote: >On Fri, 2005-09-09 at 10:09 -0700, Paul Marciano wrote: > > I have a general question on the status of USB to > > serial support in FreeBSD (specifically the ucom and > > ftdi drivers). > > > > I need an extra serial port on my system and for > > reasons outside the scope of this email I can't just > > plug in a PCI card. I'm trying to use USB, but it > > seems that ucom is broken and no one is fixing it. > > > > A tcflush() bug posted last year reports that USB > > serial ports hang on a call to tcflush(). This can be > > observed by using getty on one. > > > > Another poster reported problems running PPP > > (including a kernel crash). > >Well, I've got a handful of such devices that appear to work just fine. >Now, mine are based on the Prolific PL-2303* chips but you don't mention >any specific hardware. All I know is that I'm using them for consoles >(and am running getty on them) with no hangs or crashes of any kind. I am using the 2 port serial USB card from http://www.byterunner.com/ and it works quite well on RELENG_5 and RELENG_6 ucom0: FTDI USB FAST SERIAL ADAPTER, rev 2.00/5.00, addr 3 ucom1: FTDI USB FAST SERIAL ADAPTER, rev 2.00/5.00, addr 3 There were a number of fixes that went into RELENG_5 that fixed panics that I was seeing. I use this ucom device presently to access 2 servers without any issues If you can provide more detail as to exactly what you were doing to trigger the panic, I can try and reproduce it on my gear here to see if its fixed or not. ---Mike From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 19:58:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2038B16A41F for ; Fri, 9 Sep 2005 19:58:02 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D0DC43D46 for ; Fri, 9 Sep 2005 19:58:01 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from [192.168.1.47] ([71.114.180.162]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMK00ASDFGL00D1@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 14:57:58 -0500 (CDT) Date: Fri, 09 Sep 2005 14:59:25 -0500 From: deltaski@earthlink.net In-reply-to: <4321DF1D.1040803@scls.lib.wi.us> To: freebsd-questions@freebsd.org Message-id: <200509091459.25743.deltaski@earthlink.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200509090939.47357.deltaski@earthlink.net> <200509091120.36432.deltaski@earthlink.net> <4321DF1D.1040803@scls.lib.wi.us> User-Agent: KMail/1.7.2 Cc: Greg Barniskis Subject: Re: Home Network Setup Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 19:58:02 -0000 On Friday 09 September 2005 02:14 pm, Greg Barniskis wrote: > deltaski@earthlink.net wrote: > >>Is it a switch, is it a router, or is it really both (high end > >>thingy like Cisco 35xx?). Probably it is just a plain old switch > >>with no routing capabilities. To avoid confusion, you should call it > >>what it is. > > > > Oh my, sorry. It is an 8-port 10/100Mbps Ethernet Switch! How does that > > change anything? > > It really doesn't (you don't want a router in that location, you > want a switch). A router connects multiple IP subnets that otherwise > cannot talk to one another. Turning on the gateway feature on your > FreeBSD box makes it a two-interface router. A switch merely > multiplexes packets on many ports (it's a signal repeater/amplifier). > > [snip] > > > Oh, my sorry! Yes, the default gateway is set and I have no firewall to > > complicate matters. > > Ah... I see the problem now. You *MUST* do NAT on your BSD gateway, > unless you personally control the configuration of your DSL router > and can give it the necessary routing instructions to find your 172 > network. > > You are trying to ping your DSL router from a private network > address that the router does not know about. The ping will reach the > DSL router and it will not know where to send the reply because your > private address does not (cannot) exist in its routing table. So, it > sends the reply on its default route, which is towards the Internet. > Bye, bye ping reply! > > Again, this is just very basic networking stuff. I didn't see it > before because I route packets between private networks all the time > and it works -- the difference is that all my routers are > well-informed about the pathways to all nearby networks. > > For the background information you need to know, buy this or find it > at your local library: http://www.oreilly.com/catalog/tcp3/ > > I'm sure there are other and even better titles. Greg, thank you for the link. But, I do have one problem with your analysis. If the DSL router (192.168.1.1) received a ping from 192.168.1.100 would it not respond to 192.168.1.100 as that is a known address? If 192.168.1.100 can connect to the internet thru 192.168.1.1 it is indeed reachable from the DSL router 192.168.1.1! As such, the problem would be no packets getting to 192.168.1.100 from the other available network (172.16.1.xxx). Remember, NIC 192.168.1.100 can ping and connect to the internet. 172.16.1.35 can ping 192.168.1.100 BUT, 172.16.1.35 CANNOT ping 192.168.1.1 thru 192.168.1.100! Donald From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 20:12:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB9216A41F for ; Fri, 9 Sep 2005 20:12:33 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC26D43D82 for ; Fri, 9 Sep 2005 20:12:24 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1869220wra for ; Fri, 09 Sep 2005 13:12:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Tnp34x1OnVoMm4bccRF0f4r5eIzhHqgyRqasI6U1nBvbklWdzoUJRYTRKNkIH9vPAykWFdmb0Xw1NyzIKvPjayKC8LXQVv8tzv57RP8y58qSlGeWWJ7d6RHcxWSAdAZy25scJ0KTJLHWSMUWgNYz5teqTBN8LhqzwEME3n6HR5Q= Received: by 10.54.57.11 with SMTP id f11mr664272wra; Fri, 09 Sep 2005 13:12:23 -0700 (PDT) Received: by 10.54.146.11 with HTTP; Fri, 9 Sep 2005 13:12:23 -0700 (PDT) Message-ID: <2d3ab02605090913122ef62b3f@mail.gmail.com> Date: Fri, 9 Sep 2005 16:12:23 -0400 From: jstarng To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: onboard sata raid & freebsd 5.4 need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jstarng@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 20:12:34 -0000 I have the OS installed on an IDE and i want to add two drives for RAID-0= =20 striping (1 large drive). They are two 200GB maxtor SATA HDD's i plugged them in, and used the bios utility to create the array. when i start Freebsd i can see the MB's onboard controller listed in dmesg= =20 as: atapci0 port blah blah blah irq 20 at device= =20 15.0 on pci0 but then later it lists the drives seperately: ad4: 194481MB [395136/16/63] at ata2-master=20 SATA150 ad6: 194481MB [395136/16/63] at ata2-master=20 SATA150 so i'm a little confused. was the raid array created? if so how do i get=20 freebsd to view it as one drive because when i fdisk to create the=20 partitions, i see both drives listed seperately. and if the array was not= =20 created, can someone please point me in the right direction? i'm not finding much with google/freebsd handbook. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 20:30:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BED616A41F for ; Fri, 9 Sep 2005 20:30:11 +0000 (GMT) (envelope-from peter_giessel@dot.state.ak.us) Received: from jnumail1.state.ak.us (jnumail1.state.ak.us [146.63.81.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9606243D6E for ; Fri, 9 Sep 2005 20:30:10 +0000 (GMT) (envelope-from peter_giessel@dot.state.ak.us) Received: from smtpj.state.ak.us (localhost [127.0.0.1]) by jnumail1.state.ak.us (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTP id <0IMK00D7OGY9SB@jnumail1.state.ak.us> for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 12:30:09 -0800 (AKDT) Received: from [192.168.0.254] ([158.145.111.132]) by smtpj.state.ak.us (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTP id <0IMK006F5GY8J2@smtpj.state.ak.us>; Fri, 09 Sep 2005 12:30:09 -0800 (AKDT) Date: Fri, 09 Sep 2005 12:30:09 -0800 From: "Peter A. Giessel" In-reply-to: <4321DC05.3050509@charter.net> To: bob self Message-id: <4321F0D1.30508@dot.state.ak.us> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) References: <4321DC05.3050509@charter.net> Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 20:30:11 -0000 On 9/9/2005 11:01, bob self seems to have typed: > If I run "which scripttest", I get /root/bin/scripttest > > But if I try to run this test script I get "scripttest: Command not found." Its a stupid thought, but could you run "which sh"? From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 20:42:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90E1D16A41F for ; Fri, 9 Sep 2005 20:42:16 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 534DF43D45 for ; Fri, 9 Sep 2005 20:42:16 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (216-70-228-172.cust.telepacific.net [216.70.228.172]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j89KgDl1017343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 13:42:14 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050909134009.09448b40@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Fri, 09 Sep 2005 13:41:54 -0700 To: bob self From: Glenn Dawson In-Reply-To: <4321E75E.1020801@charter.net> References: <4321DC05.3050509@charter.net> <6.2.3.4.2.20050909123028.095fce00@cobalt.antimatter.net> <4321E75E.1020801@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 20:42:16 -0000 At 12:49 PM 9/9/2005, bob self wrote: >Glenn Dawson wrote: > >>Assuming you're using csh, did you rehash after creating the script? >>Did you try to execute it with it's full path? like: >>/root/bin/scripttest >> >>-Glenn >Yes, I did 'rehash'. I'm running tcsh as root, FreeBSD 6.0. > >Also, I ran "/root/bin/scripttest" and I still get "command not found". with such a simple script, there's not much that can go wrong, but you'll see the same error message if the shell specified at the beginning of the script doesn't exist. -Glenn >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:04:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DE716A41F for ; Fri, 9 Sep 2005 21:04:48 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB5443D55 for ; Fri, 9 Sep 2005 21:04:47 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1876597wra for ; Fri, 09 Sep 2005 14:04:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=JV2aY8uSO0I+/0sAzGT88806d2/GGtgsg0v3s8Eu6W4xFCk7XorcwvM8MGBRNTgJtY6nGW7NgmnOAzeK8A91ozykTb9GcUXjHW1BPlsiyiD6Tr1Qx62/Bu6BgmikfazRyN2ykJKbTa0RrlE+KE01VedJnus8+f4Oc0Ku1Sy2VEI= Received: by 10.54.34.73 with SMTP id h73mr699269wrh; Fri, 09 Sep 2005 14:04:43 -0700 (PDT) Received: by 10.54.146.11 with HTTP; Fri, 9 Sep 2005 14:04:43 -0700 (PDT) Message-ID: <2d3ab026050909140469af253@mail.gmail.com> Date: Fri, 9 Sep 2005 17:04:43 -0400 From: jstarng To: freebsd-questions@freebsd.org In-Reply-To: <2d3ab02605090913122ef62b3f@mail.gmail.com> Mime-Version: 1.0 References: <2d3ab02605090913122ef62b3f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: onboard sata raid & freebsd 5.4 need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jstarng@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:04:48 -0000 *mans atacontrol then types: atacontrol RAID0 512 ad4 ad6 wowwy... ... now will i have to do this each time i reboot or is there something i can d= o=20 in fstab or something to have it start the raid automatically? On 9/9/05, jstarng wrote: >=20 > I have the OS installed on an IDE and i want to add two drives for RAID-0= =20 > striping (1 large drive). >=20 > They are two 200GB maxtor SATA HDD's >=20 > i plugged them in, and used the bios utility to create the array. >=20 > when i start Freebsd i can see the MB's onboard controller listed in dmes= g=20 > as: >=20 > atapci0 port blah blah blah irq 20 at devic= e=20 > 15.0 on pci0 >=20 > but then later it lists the drives seperately: >=20 > ad4: 194481MB [395136/16/63] at ata2-master=20 > SATA150 > ad6: 194481MB [395136/16/63] at ata2-master=20 > SATA150 >=20 > so i'm a little confused. was the raid array created? if so how do i get= =20 > freebsd to view it as one drive because when i fdisk to create the=20 > partitions, i see both drives listed seperately. and if the array was not= =20 > created, can someone please point me in the right direction? >=20 > i'm not finding much with google/freebsd handbook. > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:07:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3386716A41F for ; Fri, 9 Sep 2005 21:07:27 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A54443D48 for ; Fri, 9 Sep 2005 21:07:25 +0000 (GMT) (envelope-from jstarng@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1876960wra for ; Fri, 09 Sep 2005 14:07:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=g3sR67hoEdH9VbVU1qnMVoJ3YeKUq7jloHZRj+s/E0v/UjO6SDILhvpu9C5/xHsVSZeARbCkAlqi7HExHvKBQ5CKQAaY4kFNmtcPXcOs/ZiHL/nNMoytQXy/gjtPiQC9THXidVx3S6dyCyxO9VZMmK1H+ML1Ftbg/ZxYp9U3faU= Received: by 10.54.56.33 with SMTP id e33mr708221wra; Fri, 09 Sep 2005 14:07:25 -0700 (PDT) Received: by 10.54.146.11 with HTTP; Fri, 9 Sep 2005 14:07:25 -0700 (PDT) Message-ID: <2d3ab026050909140779c8ea33@mail.gmail.com> Date: Fri, 9 Sep 2005 17:07:25 -0400 From: jstarng To: freebsd-questions@freebsd.org In-Reply-To: <2d3ab026050909140469af253@mail.gmail.com> Mime-Version: 1.0 References: <2d3ab02605090913122ef62b3f@mail.gmail.com> <2d3ab026050909140469af253@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: onboard sata raid & freebsd 5.4 need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jstarng@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:07:27 -0000 atacontrol create RAID0 512 ad4 ad6 ..rather On 9/9/05, jstarng wrote: >=20 > *mans atacontrol >=20 > then types: atacontrol create RAID0 512 ad4 ad6 >=20 > wowwy... >=20 > ... >=20 > now will i have to do this each time i reboot or is there something i can= =20 > do in fstab or something to have it start the raid automatically? >=20 > On 9/9/05, jstarng wrote:=20 > >=20 > > I have the OS installed on an IDE and i want to add two drives for=20 > > RAID-0 striping (1 large drive).=20 > >=20 > > They are two 200GB maxtor SATA HDD's > >=20 > > i plugged them in, and used the bios utility to create the array. > >=20 > > when i start Freebsd i can see the MB's onboard controller listed in=20 > > dmesg as: > >=20 > > atapci0 port blah blah blah irq 20 at=20 > > device 15.0 on pci0 > >=20 > > but then later it lists the drives seperately: > >=20 > > ad4: 194481MB [395136/16/63] at ata2-master= =20 > > SATA150 > > ad6: 194481MB [395136/16/63] at ata2-master= =20 > > SATA150 > >=20 > > so i'm a little confused. was the raid array created? if so how do i ge= t=20 > > freebsd to view it as one drive because when i fdisk to create the=20 > > partitions, i see both drives listed seperately. and if the array was n= ot=20 > > created, can someone please point me in the right direction? > >=20 > > i'm not finding much with google/freebsd handbook. > >=20 >=20 > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:11:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0863B16A41F for ; Fri, 9 Sep 2005 21:11:28 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf34.cluster1.charter.net (mxsf34.cluster1.charter.net [209.225.28.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8367C43D48 for ; Fri, 9 Sep 2005 21:11:27 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip30a.cluster1.charter.net (mxip30a.cluster1.charter.net [209.225.28.189]) by mxsf34.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j89LBPqa022286 for ; Fri, 9 Sep 2005 17:11:25 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip30a.cluster1.charter.net with ESMTP; 09 Sep 2005 17:11:24 -0400 Message-ID: <4321FA74.7070100@charter.net> Date: Fri, 09 Sep 2005 17:11:16 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Peter A. Giessel" References: <4321DC05.3050509@charter.net> <4321F0D1.30508@dot.state.ak.us> In-Reply-To: <4321F0D1.30508@dot.state.ak.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:11:28 -0000 Peter A. Giessel wrote: >On 9/9/2005 11:01, bob self seems to have typed: > > >>If I run "which scripttest", I get /root/bin/scripttest >> >>But if I try to run this test script I get "scripttest: Command not found." >> >> > >Its a stupid thought, but could you run "which sh"? > > > root@lisa~/bin# which sh /bin/sh oh yes, I'm running 6.0 BETA 4 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:18:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAA216A41F for ; Fri, 9 Sep 2005 21:18:13 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf17.cluster1.charter.net (mxsf17.cluster1.charter.net [209.225.28.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860C343D4C for ; Fri, 9 Sep 2005 21:18:13 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip27a.cluster1.charter.net (mxip27a.cluster1.charter.net [209.225.28.184]) by mxsf17.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j89LICLK027284 for ; Fri, 9 Sep 2005 17:18:12 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip27a.cluster1.charter.net with ESMTP; 09 Sep 2005 17:18:10 -0400 X-IronPort-AV: i="3.96,183,1122868800"; d="scan'208"; a="172129551:sNHT15194484" Message-ID: <4321FC0D.5060904@charter.net> Date: Fri, 09 Sep 2005 17:18:05 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Peter A. Giessel" References: <4321DC05.3050509@charter.net> <4321F0D1.30508@dot.state.ak.us> In-Reply-To: <4321F0D1.30508@dot.state.ak.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:18:14 -0000 Peter A. Giessel wrote: >On 9/9/2005 11:01, bob self seems to have typed: > > >>If I run "which scripttest", I get /root/bin/scripttest >> >>But if I try to run this test script I get "scripttest: Command not found." >> >> > >Its a stupid thought, but could you run "which sh"? >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > I also should mention that I have many other shell scripts in /root/bin and most of them work. I only have two that don't work besides this test script, but I can't see why they shouldn't work. Bob From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:20:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C89516A41F for ; Fri, 9 Sep 2005 21:20:59 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138043D48 for ; Fri, 9 Sep 2005 21:20:55 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Fri, 9 Sep 2005 17:20:43 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Friday, 09 September 2005, 17:20:42 Received: from draco.cigb.edu.cu by mail.cigb.edu.cu; 09 Sep 2005 17:21:07 -0400 Message-ID: <1126300866.8769.4.camel@draco.cigb.edu.cu> From: Osmany Guirola Cruz To: freebsd-questions@freebsd.org Date: Fri, 09 Sep 2005 17:21:06 -0400 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-OriginalArrivalTime: 09 Sep 2005 21:20:43.0125 (UTC) FILETIME=[55E41A50:01C5B584] Subject: dhcp client in freebsd 6 beta X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:20:59 -0000 Hi people i upgrade my system from 5.4 to 6 Beta 4 and i am using dhclient for my network card i boot without problems get my IP, etc etc but if i do /etc/rc.d/dhclient stop , or start nothing happens . in 5.4 this works perfectly i Know that freebsd changes the dhclient but now how can i use the rc.d script .... Thanks Osmany From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:23:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D07116A41F for ; Fri, 9 Sep 2005 21:23:00 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id A751643D45 for ; Fri, 9 Sep 2005 21:22:59 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j89LLWKr072962; Fri, 9 Sep 2005 16:22:09 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4321FCD2.7070702@daleco.biz> Date: Fri, 09 Sep 2005 16:21:22 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion References: <200509090959.40296.vizion@vizion.occoxmail.com> <4321D0E3.4040909@daleco.biz> <200509091146.11136.vizion@vizion.occoxmail.com> In-Reply-To: <200509091146.11136.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: php compile options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:23:00 -0000 Vizion wrote: >On Friday 09 September 2005 11:13, the author Kevin Kinsey contributed to the >dialogue on- > Re: php compile options: > > > >>Vizion wrote: >> >> >I do wish thiss kind of info was documented, for every port in >Port_Install.readme or something similar- I have spent ages trying to get to >bottom of how to deal with this! > > > AFAIK, it is documented; see ports(7). >Different ports require different knowledge as to how they should be >installed! > > > `cd /usr/ports/category/fooport && sudo make install clean` works in the general case for every port in the tree* (assuming in this exact case, that you've already installed and configured "sudo", and the directory /usr/ports/category/fooport exists and contains a port skelton, of course). Otherwise do it as root without calling sudo. The system does the work, and, in the general sense, no particular expertise is required. >Ah well -- live and learn I gues -- but once someone has learnt can we not >have a siomple means of passing the learning on without wasting the time of >every learner!! > > Ah, yes. "I am Locutus of Borg. You will be assimilated. Resistance is futile." But it only works that way in Star Trek ;-) Real Life is more like Will Rogers: "There are two ways of getting smarter. One is reading, and the other is hanging around with smarter people." Between 'RTFM' and hanging around this list, I'm doing both :-D Kevin Kinsey * Occasionally a port is marked as "broken". Occasionally one is broken, and nobody else knows about it --- yet. Both cases would be exceptions. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:23:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50DED16A433 for ; Fri, 9 Sep 2005 21:23:08 +0000 (GMT) (envelope-from njt@ayvali.org) Received: from sanddollar.geekisp.com (sanddollar.geekisp.com [204.89.131.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E4F43D48 for ; Fri, 9 Sep 2005 21:23:07 +0000 (GMT) (envelope-from njt@ayvali.org) Received: (qmail 12428 invoked by uid 1003); 9 Sep 2005 21:23:06 -0000 Received: from clam.int.geekisp.com (HELO clam.geekisp.com) (192.168.4.38) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 9 Sep 2005 21:23:06 -0000 Received: from clam.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by clam.geekisp.com (8.13.3/8.12.11) with ESMTP id j89LN6gC005156; Fri, 9 Sep 2005 17:23:06 -0400 (EDT) Received: (from njt@localhost) by clam.geekisp.com (8.13.3/8.13.3/Submit) id j89LN5il017739; Fri, 9 Sep 2005 17:23:05 -0400 (EDT) X-Authentication-Warning: clam.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Fri, 9 Sep 2005 17:23:05 -0400 From: "N.J. Thomas" To: bob self Message-ID: <20050909212305.GC15735@ayvali.org> References: <4321DC05.3050509@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4321DC05.3050509@charter.net> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:23:08 -0000 * bob self [2005-09-09 15:01:25 -0400]: > #!/bin/sh > echo "pinging...." > #end of scripttest > > If I run "which scripttest", I get /root/bin/scripttest > > But if I try to run this test script I get "scripttest: Command not found." > > Why is that happening? I've seen something like this happen when there is a non-printing character on the shebang line (like a CTRL-G or similar). So instead of running /bin/sh, your shell tries to run "/bin/sh^G" -- which obviously doesn't exist. Can you run "xxd /root/bin/scripttest" and show us the output? If you don't have xxd on your system (it usually is packaged with Vim) you can try "od -x /root/bin/scripttest". xxd/od will show right away if there is anything funky on the shebang line that shouldn't be there. thanks, Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:30:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 408F116A41F for ; Fri, 9 Sep 2005 21:30:21 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EE343D49 for ; Fri, 9 Sep 2005 21:30:20 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.3/8.13.3) with ESMTP id j89LUJuJ034964; Fri, 9 Sep 2005 23:30:19 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id DA3F26325; Fri, 9 Sep 2005 23:30:18 +0200 (CEST) Date: Fri, 9 Sep 2005 23:30:18 +0200 From: Roland Smith To: Lucas Galete Message-ID: <20050909213018.GA80667@slackbox.xs4all.nl> Mail-Followup-To: Lucas Galete , freebsd-questions@freebsd.org References: <4321AC75.2060507@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <4321AC75.2060507@gmail.com> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: keyboard bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:30:21 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 03:38:29PM +0000, Lucas Galete wrote: > i have a nootebook toshiba satellite a20. i've installed the freebsd=20 > 5.4-release with the X and enliigghtenment.. buut sometimes when I press= =20 > a key, this''s show twice onn screen. (just readind this email you'll=20 > seen what's goinng wroonng here! ) i hhave no ideia whhat is going on...= =20 > theree is some way to configg thhe keyboard repeat rate on X ? > ideias are weelcome.. thanks all.. The most permanent way to set the keyboard is to edit xorg.conf, and add/change the AutoRepeat option in the keyboards InputDevice section. To experiment with different rates you can use xset with the 'r rate' option. In both cases, you need to give two numbers; the first being the delay in milliseconds before autorepeat starts, and the second being the number of characters per second. So 'xset r rate 250 40' means a delay of 250 ms and 40 characters/second. To see the current settings: 'xset q|less'. The keyboard settings are the first seven lines. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDIf7qEnfvsMMhpyURAjxgAJ9/UNfAXIzZs017BF6V4S2tfz9q8QCeMMF7 I+I8ld+A5MChjOusmnUHdwU= =3wYn -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:42:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C29016A41F for ; Fri, 9 Sep 2005 21:42:05 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB84B43D48 for ; Fri, 9 Sep 2005 21:42:04 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909214204.OSVT3140.lakecmmtao04.coxmail.com@dns1> for ; Fri, 9 Sep 2005 17:42:04 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 14:37:47 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091437.47692.vizion@vizion.occoxmail.com> Subject: lphp extensions compile error & libmagic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:42:05 -0000 Can anyone advise please With so many "magic" packages I am uncertain which packages to reinstall when I get the following error in # cd /usr/ports/lang/php5-extensions. dns1# make config . . . dns1# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for php5-extensions-1.0 ===> Extracting for php5-extensions-1.0 ===> Patching for php5-extensions-1.0 ===> Configuring for php5-extensions-1.0 dns1# make install ===> Installing for php5-extensions-1.0 . . . checking for fileinfo support... yes, shared checking for magic files in default path... not found configure: error: Please reinstall the libmagic distribution /* ^^^^^^^^^^^^^^^^^^^^^^^ */ /* *******************************************/ ===> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/sysutils/pecl-fileinfo. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. \************************************* I have made the detailed report, as requested, to the maintainer but would like to be sure that I am using the correct port for libmagic. The error report indicates absense of libmagic but: dns1# pwd /usr/lib dns1# ls -l | grep magic -r--r--r-- 1 root wheel 65030 Nov 4 2004 libmagic.a lrwxrwxrwx 1 root wheel 13 Apr 28 2004 libmagic.so -> libmagic.so.1 -r--r--r-- 1 root wheel 52848 Nov 4 2004 libmagic.so.1 -r--r--r-- 1 root wheel 66438 Nov 4 2004 libmagic_p.a Comments appreciated Thanks davdi -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:47:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F14216A41F for ; Fri, 9 Sep 2005 21:47:37 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9073943D45 for ; Fri, 9 Sep 2005 21:47:36 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909214737.HTCB2425.lakecmmtao05.coxmail.com@dns1>; Fri, 9 Sep 2005 17:47:37 -0400 From: Vizion To: Kevin Kinsey Date: Fri, 9 Sep 2005 14:43:19 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <200509091146.11136.vizion@vizion.occoxmail.com> <4321FCD2.7070702@daleco.biz> In-Reply-To: <4321FCD2.7070702@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091443.19853.vizion@vizion.occoxmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: php compile options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:47:37 -0000 On Friday 09 September 2005 14:21, the author Kevin Kinsey contributed to the dialogue on- Re: php compile options: >Vizion wrote: >>On Friday 09 September 2005 11:13, the author Kevin Kinsey contributed to >> the dialogue on- >> >> Re: php compile options: >>>Vizion wrote: >> >>I do wish thiss kind of info was documented, for every port in >>Port_Install.readme or something similar- I have spent ages trying to get >> to bottom of how to deal with this! > >AFAIK, it is documented; see ports(7). > >>Different ports require different knowledge as to how they should be >>installed! > >`cd /usr/ports/category/fooport && sudo make install clean` >works in the general case for every port in the tree* (assuming >in this exact case, that you've already installed and configured >"sudo", and the directory /usr/ports/category/fooport exists and >contains a port skelton, of course). Not quite true in this case you need to know to install extensions when all the written php manuals tell you to install php and declare options. It might have been helpful to have had a Port_Install. readme file with that simple info in it - just for idiots like me!! The idiots motto should be to encourage othwers to support one in the notion: "You''ll not walk alone" david >Otherwise do it as root without >calling sudo. The system does the work, and, in the general sense, >no particular expertise is required. > >>Ah well -- live and learn I gues -- but once someone has learnt can we not >>have a siomple means of passing the learning on without wasting the time of >>every learner!! > >Ah, yes. "I am Locutus of Borg. You will be assimilated. Resistance is >futile." >But it only works that way in Star Trek ;-) Real Life is more like Will >Rogers: >"There are two ways of getting smarter. One is reading, and the other is >hanging around with smarter people." > >Between 'RTFM' and hanging around this list, I'm doing both :-D > >Kevin Kinsey > >* Occasionally a port is marked as "broken". Occasionally one is broken, >and nobody else knows about it --- yet. Both cases would be exceptions. -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:48:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1477616A41F for ; Fri, 9 Sep 2005 21:48:42 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy05.prodigy.net.mx [148.235.52.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE2EE43D5A for ; Fri, 9 Sep 2005 21:48:36 +0000 (GMT) (envelope-from mfcardenas@prodigy.net.mx) Received: from smtp.prodigy.net.mx (nlpproxy05 [148.235.52.25]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IMK00K22KHV8E@smtp.prodigy.net.mx>; Fri, 09 Sep 2005 16:46:43 -0500 (CDT) Received: from voodoo.sorcery.net(dsl-201-129-16-102.prod-infinitum.com.mx [201.129.16.102]) by smtp.prodigy.net.mx(iPlanet Messaging Server 5.2 HotFix 2.05 (built Mar 3 2005)) with ESMTP id <0IMK00M9NKHUNF@smtp.prodigy.net.mx>; Fri, 09 Sep 2005 16:46:43 -0500 (CDT) Date: Fri, 09 Sep 2005 16:49:22 -0500 From: Miguel =?iso-8859-1?q?C=E1rdenas?= In-reply-to: <20050909191517.20700.qmail@web35803.mail.mud.yahoo.com> To: freebsd-questions@freebsd.org Message-id: <200509091649.22371.mfcardenas@prodigy.net.mx> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.7.2 X-imss-version: 2.031 X-imss-result: Passed X-imss-scores: Clean:99.90000 C:2 M:3 S:5 R:5 X-imss-settings: Baseline:3 C:3 M:3 S:3 R:3 (5.0000 5.0000) References: <20050909191517.20700.qmail@web35803.mail.mud.yahoo.com> Subject: Re: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:48:42 -0000 Try to find mysql* using find command, maybe the location is not included into the PATH variable, so you should do it in ~/.profile or something like regards > I installed mysql-server and mysql-clients but can't > find the mysqld executable to start the mysql server. > > What is it that I'm missing? > > Thanks guys From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 21:57:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C76616A41F for ; Fri, 9 Sep 2005 21:57:56 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F04A43D46 for ; Fri, 9 Sep 2005 21:57:55 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909215755.PLUK3140.lakecmmtao04.coxmail.com@dns1> for ; Fri, 9 Sep 2005 17:57:55 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 14:53:35 -0700 User-Agent: KMail/1.8 References: <200509091437.47692.vizion@vizion.occoxmail.com> In-Reply-To: <200509091437.47692.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091453.35502.vizion@vizion.occoxmail.com> Subject: Re: lphp extensions compile error & libmagic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 21:57:56 -0000 On Friday 09 September 2005 14:37, the author Vizion contributed to the dialogue on- lphp extensions compile error & libmagic: >Can anyone advise please > >With so many "magic" packages I am uncertain which packages to reinstall > when I get the following error in ># cd /usr/ports/lang/php5-extensions. > >dns1# make config >. >. >. >dns1# make >===> Vulnerability check disabled, database not found >===> Found saved configuration for php5-extensions-1.0 >===> Extracting for php5-extensions-1.0 >===> Patching for php5-extensions-1.0 >===> Configuring for php5-extensions-1.0 >dns1# make install >===> Installing for php5-extensions-1.0 >. >. >. >checking for fileinfo support... yes, shared >checking for magic files in default path... not found >configure: error: Please reinstall the libmagic distribution >/* ^^^^^^^^^^^^^^^^^^^^^^^ */ >/* *******************************************/ >===> Script "configure" failed unexpectedly. >Please report the problem to ale@FreeBSD.org [maintainer] and attach the >"/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including >the output of the failure of your make command. Also, it might be a good > idea to provide an overview of all packages installed on your system (e.g. > an `ls /var/db/pkg`). >*** Error code 1 > >Stop in /usr/ports/sysutils/pecl-fileinfo. >*** Error code 1 > >Stop in /usr/ports/lang/php5-extensions. >\************************************* > >I have made the detailed report, as requested, to the maintainer but would >like to be sure that I am using the correct port for libmagic. > >The error report indicates absense of libmagic but: >dns1# pwd >/usr/lib >dns1# ls -l | grep magic >-r--r--r-- 1 root wheel 65030 Nov 4 2004 libmagic.a >lrwxrwxrwx 1 root wheel 13 Apr 28 2004 libmagic.so -> > libmagic.so.1 -r--r--r-- 1 root wheel 52848 Nov 4 2004 > libmagic.so.1 >-r--r--r-- 1 root wheel 66438 Nov 4 2004 libmagic_p.a > >Comments appreciated >> ************** INCIDENTALLY I get the same result if I configure without ImageMagic support before make and make install ************ > >Thanks > >davdi -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:00:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3435D16A41F for ; Fri, 9 Sep 2005 22:00:31 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943A643D46 for ; Fri, 9 Sep 2005 22:00:30 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from axelds.demon.nl ([83.160.138.74]:26533 helo=abubbletprpdda) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EDqv6-000HOP-Vc for freebsd-questions@freebsd.org; Fri, 09 Sep 2005 22:00:29 +0000 From: "Ruben Bloemgarten" To: Date: Fri, 9 Sep 2005 23:59:11 +0200 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcW1ibVq5B/qzYKXQj+ObHjAlDeBdg== Message-Id: <20050909220030.943A643D46@mx1.FreeBSD.org> Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /dev/mem /dev/kmem jails and using netstat -r and snmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ruben@bloemgarten.demon.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:00:31 -0000 Hi all,=20 =20 I seem to be a bit stuck here. I seem to need access to /dev/mem and /dev/kmem from inside a jail . Specifically to be able to use netstat = =96r and snmp in jailed environments. I=92m running FBSD 5.4-RELEASE. Could = anyone help me shed some light on this problem ? Thanks.=20 =20 Regards,=20 Ruben=20 --=20 No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.19/93 - Release Date: = 09/08/2005 =20 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:02:51 2005 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 E981C16A41F for ; Fri, 9 Sep 2005 22:02:51 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: from iqara.net (sendmail.iqara.net [203.187.192.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C029D43D48 for ; Fri, 9 Sep 2005 22:02:50 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: (qmail 24148 invoked from network); 9 Sep 2005 21:42:49 -0000 Received: from 219-153.91.219.client.iqara.net (HELO ghar.dhoomketu.net.in) (219.91.153.219) by iqara.net with SMTP; 9 Sep 2005 21:42:49 -0000 Received: by ghar.dhoomketu.net.in (Postfix, from userid 1001) id 50D5D2969; Sat, 10 Sep 2005 03:32:23 +0530 (IST) Date: Sat, 10 Sep 2005 03:32:23 +0530 From: Shantanoo Mahajan To: questions@freebsd.org Message-ID: <20050909220223.GA2159@ghar.dhoomketu.net.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: Hmmm... I dunno X-OS: FreeBSD 5.3-SECURITY i386 X-UPTIME: 3:20AM up 2:10, 0 users, load averages: 0.10, 0.09, 0.03 X-Mailer-Website: http://www.mutt.org Cc: Subject: USB2 on 5.3 and 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:02:52 -0000 Hi, Hardware: A7N266 motherbord (USB1.1) USB2 PCI card (USB2) IDE-USB2 converter OS: FreeBSD 5.3 and 5.4 HDD is detected as da0. I always get USB1.1. In dmesg speed is shown as 1 Mbps. Did 'dd if=/dev/da0 of=/dev/null bs=10240' on one terminal and on other one 'iostat -w 1 da0'. The speed shown was not more than 0.8 Mbps. The same hardware tested on SuSE Linux 9.3 and Windows XP. Works fine. High speed USB. Is there any way to get USB2 working? After STFW, got pointers suggesting that USB2 will be automatically used if the h/w supports it. Regards, Shantanoo From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:17:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508A516A41F for ; Fri, 9 Sep 2005 22:17:53 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from mail.emendis.de (85-10-194-176.clients.your-server.de [85.10.194.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8F143D68 for ; Fri, 9 Sep 2005 22:17:50 +0000 (GMT) (envelope-from Frank.Mueller@emendis.de) Received: from localhost (mail [127.0.1.4]) by mail.emendis.de (Postfix) with ESMTP id 13D24605EE0; Sat, 10 Sep 2005 00:17:44 +0200 (CEST) Received: from mail.emendis.de ([127.0.1.4]) by localhost (mail.emendis.de [127.0.1.4]) (amavisd-new, port 10024) with ESMTP id 34605-11; Sat, 10 Sep 2005 00:17:43 +0200 (CEST) Received: from [192.168.9.10] (dsl-084-057-127-178.arcor-ip.net [84.57.127.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emendis.de (Postfix) with ESMTP id 8E434606721; Sat, 10 Sep 2005 00:17:43 +0200 (CEST) Message-ID: <43220A2E.4010400@emendis.de> Date: Sat, 10 Sep 2005 00:18:22 +0200 From: Frank Mueller - emendis GmbH Organization: emendis GmbH User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050906) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Osmany Guirola Cruz References: <1126300866.8769.4.camel@draco.cigb.edu.cu> In-Reply-To: <1126300866.8769.4.camel@draco.cigb.edu.cu> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: SPAM/Virenfilter at emendis.de Cc: freebsd-questions@freebsd.org Subject: Re: dhcp client in freebsd 6 beta X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank.Mueller@emendis.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:17:53 -0000 The Script needs the Interface as second argument, e.g. /etc/rc.d/dhclient stop fxp0 Greetz, Ice Osmany Guirola Cruz schrieb: > Hi people > i upgrade my system from 5.4 to 6 Beta 4 > and i am using dhclient for my network card > i boot without problems get my IP, etc etc > but if i do /etc/rc.d/dhclient stop , or start > nothing happens . in 5.4 this works perfectly > i Know that freebsd changes the dhclient but now how can i use the rc.d > script .... > > Thanks > > Osmany > > > > _______________________________________________ > 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" -- Frank Mueller eMail: Frank.Mueller@emendis.de Mobil: +49.177.6858655 Fax: +49.951.3039342 emendis GmbH Hofmannstr. 89, 91052 Erlangen, Germany Fon: +49.9131.817361 Fax: +49.9131.817386 Geschaeftsfuehrer: Gunter Kroeber, Volker Wiesinger Sitz Erlangen, Amtsgericht Fuerth HRB 10116 From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:21:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AC4916A41F for ; Fri, 9 Sep 2005 22:21:28 +0000 (GMT) (envelope-from pm940@yahoo.com) Received: from web54010.mail.yahoo.com (web54010.mail.yahoo.com [206.190.36.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 63A1143D4C for ; Fri, 9 Sep 2005 22:21:27 +0000 (GMT) (envelope-from pm940@yahoo.com) Received: (qmail 2217 invoked by uid 60001); 9 Sep 2005 22:21:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=5JasZrZ+x3AHE7CXVldexEIJGx69nOWIpIWE3UlCjPipFEN7uCjRNl1OeX0fMLOcWsWEGD0sbRbXr0RCB9LHlrxXE14cc2NyEO1kLduG34TbQJgrig7MO9cHtMx1Q8hknSSMnCNG07kYrk/BBl6nRblxNSplJ+5xZ/Vb5C9tmCg= ; Message-ID: <20050909222126.2215.qmail@web54010.mail.yahoo.com> Received: from [69.237.122.17] by web54010.mail.yahoo.com via HTTP; Fri, 09 Sep 2005 15:21:26 PDT Date: Fri, 9 Sep 2005 15:21:26 -0700 (PDT) From: Paul Marciano To: frank@exit.com In-Reply-To: <1126292392.11649.5.camel@realtime.exit.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:21:28 -0000 --- Frank Mayhar wrote: > Well, I've got a handful of such devices that appear > to work just fine. > Now, mine are based on the Prolific PL-2303* chips > but you don't mention > any specific hardware. All I know is that I'm using > them for consoles > (and am running getty on them) with no hangs or > crashes of any kind. Thanks Frank. I'm using a converter based on the FTDI232BM, on FreeBSD 5.3-RELEASE. ucom0: FTDI USB to Serial Cable, rev 1.10/4.00, addr 2 I am seeing the ucom0 work with normal input/output, but not with getty. With getting it prompts for the login then, upon hitting return, freezes. Without getty I can send and receive characters all day long without problems. Once the freeze happens, I can stty -f ucom0 -hup and data starts again. Referencing the following: http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/049433.html http://www.freebsd.org/cgi/query-pr.cgi?pr=65769 --- Warner Losh wrote: > Personal opinion: You overstate the probelems, and > have a bad attitude. Perhaps, at least on one count. > I use umodem + ucom all the time for connecting to > the internet on my laptop. I've had exactly 0 > problems doing this for the past 4 years. I'm happy for you. I've been using FreeBSD since it was called 386BSD + patches and there are many things I've never had problems with too. It seems we're both happy people... mostly. > There may be other problems in the serial subsystem > intersected with usb [...] That's precisely the area I'm interested in. > Even to the point that it will be hard for you to > effect change because people don't take you > seriously. I don't want to effect change, I just want a working system. If you're serious about supporting an operating system you have to support all your uses, even the assholes. Thanks, Paul. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:41:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DBE16A41F for ; Fri, 9 Sep 2005 22:41:45 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf20.cluster1.charter.net (mxsf20.cluster1.charter.net [209.225.28.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93A9C43D48 for ; Fri, 9 Sep 2005 22:41:44 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip02a.cluster1.charter.net (mxip02a.cluster1.charter.net [209.225.28.132]) by mxsf20.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j89Mfgu4031715 for ; Fri, 9 Sep 2005 18:41:43 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip02a.cluster1.charter.net with ESMTP; 09 Sep 2005 18:41:41 -0400 X-IronPort-AV: i="3.97,95,1125892800"; d="scan'208"; a="1358941158:sNHT14350936" Message-ID: <43220F9F.9050002@charter.net> Date: Fri, 09 Sep 2005 18:41:35 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "N.J. Thomas" References: <4321DC05.3050509@charter.net> <20050909212305.GC15735@ayvali.org> In-Reply-To: <20050909212305.GC15735@ayvali.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:41:45 -0000 N.J. Thomas wrote: >I've seen something like this happen when there is a non-printing >character on the shebang line (like a CTRL-G or similar). So instead of >running /bin/sh, your shell tries to run "/bin/sh^G" -- which obviously >doesn't exist. > >Can you run "xxd /root/bin/scripttest" and show us the output? If you >don't have xxd on your system (it usually is packaged with Vim) you can >try "od -x /root/bin/scripttest". > >xxd/od will show right away if there is anything funky on the shebang >line that shouldn't be there. > >thanks, >Thomas > > > xxd scripttest: 0000000: 2321 2f62 696e 2f73 680d 0a65 6368 6f20 #!/bin/sh..echo 0000010: 2270 696e 6769 6e67 2e2e 2e2e 220d 0a "pinging....".. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:49:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6768116A41F for ; Fri, 9 Sep 2005 22:49:03 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35804.mail.mud.yahoo.com (web35804.mail.mud.yahoo.com [66.163.179.173]) by mx1.FreeBSD.org (Postfix) with SMTP id EA3D943D45 for ; Fri, 9 Sep 2005 22:49:02 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 64164 invoked by uid 60001); 9 Sep 2005 22:49:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=gRGzu+HP18Zxe/ElOd9ddz2jZPToGsQPJbvViAdERoy0VukS6N/sG5DC8KziK2tnUHXxIntlyAaP9jPfQQFAyDEO+e3c+qKvNWvQEMsNjPKltXAiI0xHLvfIDuGPizPy4ZnITAubvhki6M/9JIjvh8anSBxqntk+CpxJCglKJm4= ; Message-ID: <20050909224902.64162.qmail@web35804.mail.mud.yahoo.com> Received: from [204.244.110.7] by web35804.mail.mud.yahoo.com via HTTP; Fri, 09 Sep 2005 18:49:02 EDT Date: Fri, 9 Sep 2005 18:49:02 -0400 (EDT) From: John Do To: Miguel "Cárdenas" , freebsd-questions@freebsd.org In-Reply-To: <200509091649.22371.mfcardenas@prodigy.net.mx> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:49:03 -0000 It didn't find mysqld and I have searched before as well --- Miguel Cárdenas wrote: > Try to find mysql* using find command, maybe the > location is not included into > the PATH variable, so you should do it in ~/.profile > or something like > > regards > > > I installed mysql-server and mysql-clients but > can't > > find the mysqld executable to start the mysql > server. > > > > What is it that I'm missing? > > > > Thanks guys > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:51:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BCF916A445 for ; Fri, 9 Sep 2005 22:51:08 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DCD43D8C for ; Fri, 9 Sep 2005 22:51:03 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909225104.KOTM2425.lakecmmtao05.coxmail.com@dns1> for ; Fri, 9 Sep 2005 18:51:04 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 15:46:46 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091546.46732.vizion@vizion.occoxmail.com> Subject: libmagic files missing?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:51:10 -0000 Hi Here is the listing of: /usr/src/lib/libmagic dns1# ls -l total 1276 -rw-r--r-- 1 root wheel 1619 Dec 16 2004 Makefile -r--r--r-- 1 root wheel 3859 Apr 2 22:28 Makefile,v -rw-r--r-- 1 root wheel 5783 Aug 9 2004 config.h -r--r--r-- 1 root wheel 6277 Apr 2 22:28 config.h,v -rw-r--r-- 1 root wheel 1236221 Sep 9 15:34 magic -rwxr-xr-x 1 root wheel 22879 Sep 9 15:34 mkmagic I am getting compile problems over libmagic and am wondering how I can be certain that all libmagic files are on the system. dns1# pwd /usr/share/misc dns1# ls -l | grep magic -r--r--r-- 1 root wheel 360801 Nov 4 2004 magic -r--r--r-- 1 root wheel 771456 Nov 4 2004 magic.mgc -r--r--r-- 1 root wheel 30231 Nov 4 2004 magic.mime -r--r--r-- 1 root wheel 41728 Nov 4 2004 magic.mime.mgc /usr/ports/lang/php5-extensions compile reporting it cannot find libmagic Can anyone please point a fingure in the right direction thanks david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 22:55:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02BD916A41F for ; Fri, 9 Sep 2005 22:55:10 +0000 (GMT) (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 8AEE243D45 for ; Fri, 9 Sep 2005 22:55:09 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j89Mt3fK039182; Fri, 9 Sep 2005 17:55:03 -0500 (CDT) (envelope-from dan) Date: Fri, 9 Sep 2005 17:55:03 -0500 From: Dan Nelson To: John Do Message-ID: <20050909225503.GE84582@dan.emsphone.com> References: <200509091649.22371.mfcardenas@prodigy.net.mx> <20050909224902.64162.qmail@web35804.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050909224902.64162.qmail@web35804.mail.mud.yahoo.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: Miguel =?utf-8?B?Q8OfcmRlbmFz?= , freebsd-questions@freebsd.org Subject: Re: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 22:55:10 -0000 In the last episode (Sep 09), John Do said: > It didn't find mysqld and I have searched before as well mysqld is installed to /usr/local/libexec, but you shouldn't run it directly. Add "mysql_enable=yes" to /etc/rc.conf, and run "/usr/local/etc/rc.d/mysql-server.sh start". -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:04:33 2005 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 3828616A41F for ; Fri, 9 Sep 2005 23:04:33 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D3C43D69 for ; Fri, 9 Sep 2005 23:04:26 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so1954566wxd for ; Fri, 09 Sep 2005 16:04:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XHni8dJrihwFg13TOnCnEdABMZ3I/KvaFsVYNiWjhVOBTAsbopcGMM06UqDhNrEy80zXlw2gqIxQgNMessVoOdhOcuktirOKZYHJXD1sIzrXXIcwtUGDM/CwEXOwxheVCRFhtJgSvohI5kt+klOay1QfsvM3cG1sOyxB/4DF5gU= Received: by 10.70.102.16 with SMTP id z16mr23092wxb; Fri, 09 Sep 2005 15:37:32 -0700 (PDT) Received: by 10.70.67.15 with HTTP; Fri, 9 Sep 2005 15:37:32 -0700 (PDT) Message-ID: <54db43990509091537673c5b53@mail.gmail.com> Date: Fri, 9 Sep 2005 18:37:32 -0400 From: Bob Johnson To: Shantanoo Mahajan In-Reply-To: <20050909220223.GA2159@ghar.dhoomketu.net.in> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050909220223.GA2159@ghar.dhoomketu.net.in> Cc: questions@freebsd.org Subject: Re: USB2 on 5.3 and 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsdlists@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:04:33 -0000 On 9/9/05, Shantanoo Mahajan wrote: > Hi, > Hardware: > A7N266 motherbord (USB1.1) > USB2 PCI card (USB2) > IDE-USB2 converter >=20 > OS: > FreeBSD 5.3 and 5.4 >=20 > HDD is detected as da0. >=20 >=20 > I always get USB1.1. In dmesg speed is shown as 1 Mbps. >=20 > Did 'dd if=3D/dev/da0 of=3D/dev/null bs=3D10240' on one terminal and on o= ther > one 'iostat -w 1 da0'. The speed shown was not more than 0.8 Mbps. >=20 > The same hardware tested on SuSE Linux 9.3 and Windows XP. Works fine. > High speed USB. >=20 > Is there any way to get USB2 working? After STFW, got pointers > suggesting that USB2 will be automatically used if the h/w supports > it.=20 The USB 2 driver is not installed in the generic kernel in 5.3 and 5.4 Release (I haven't checked 5.4 stable or 6.0), so by default you get only USB 1 speeds. You can recompile your kernel and add "device ehci" to the kernel config, or it might be possible for testing to just do a "kldload ehci". In 5.3R it is definitely described as "not finished and is quite buggy" on the man page. I tried it on my 5.4R laptop, and it locked up. Then again, the card I was using it with also seems unstable with the USB 1 driver, so I don't try to conclude much about the EHCI driver from that. "man ehci" will tell you a little more. - Bob From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:07:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DD2E16A41F for ; Fri, 9 Sep 2005 23:07:12 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35803.mail.mud.yahoo.com (web35803.mail.mud.yahoo.com [66.163.179.172]) by mx1.FreeBSD.org (Postfix) with SMTP id AF66F43D45 for ; Fri, 9 Sep 2005 23:07:11 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 59840 invoked by uid 60001); 9 Sep 2005 23:07:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=t9w5cQt9V4YHgVyvEUMfUuTVkBplXTB1vMzNS2JSQF5owZHCmMZwhJmiFhg55+lP9495cl4wTDk3s7AhK5NGjzXYGO4nL/gkRhXZXelRfdeL7JNLAKgXTXp0wLt0IrEfdmXkT0MYxKqQu5GJMw26Qj60zBmPpbIA7oI3VoQTAtU= ; Message-ID: <20050909230711.59838.qmail@web35803.mail.mud.yahoo.com> Received: from [204.244.110.7] by web35803.mail.mud.yahoo.com via HTTP; Fri, 09 Sep 2005 19:07:11 EDT Date: Fri, 9 Sep 2005 19:07:11 -0400 (EDT) From: John Do To: Dan Nelson In-Reply-To: <20050909225503.GE84582@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Miguel Cßrdenas , freebsd-questions@freebsd.org Subject: Re: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:07:12 -0000 Thanks Dan! That is the answer I am looking for! I'll try it and report back later on today. --- Dan Nelson wrote: > In the last episode (Sep 09), John Do said: > > It didn't find mysqld and I have searched before > as well > > mysqld is installed to /usr/local/libexec, but you > shouldn't run it > directly. Add "mysql_enable=yes" to /etc/rc.conf, > and run > "/usr/local/etc/rc.d/mysql-server.sh start". > > -- > Dan Nelson > dnelson@allantgroup.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:17:10 2005 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 BE07A16A41F; Fri, 9 Sep 2005 23:17:10 +0000 (GMT) (envelope-from Hostmaster@Video2Video.Com) Received: from rocket.alienwebshop.com (rocket.alienwebshop.com [216.120.226.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD4C43D46; Fri, 9 Sep 2005 23:17:10 +0000 (GMT) (envelope-from Hostmaster@Video2Video.Com) Received: from webmail.alienwebshop.com (localhost [127.0.0.1]) by rocket.alienwebshop.com (Postfix) with ESMTP id 5EF35251D2; Fri, 9 Sep 2005 19:17:09 -0400 (EDT) Received: from 63.109.229.13 (SquirrelMail authenticated user pete) by webmail.alienwebshop.com with HTTP; Fri, 9 Sep 2005 16:17:09 -0700 (PDT) Message-ID: <14869.63.109.229.13.1126307829.squirrel@webmail.alienwebshop.com> Date: Fri, 9 Sep 2005 16:17:09 -0700 (PDT) From: "Peter Leftwich" To: questions@FreeBSD.org, sdbug@sdbug.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: doc@FreeBSD.org, www@FreeBSD.org Subject: Suggestions for www.freebsd.org and questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:17:10 -0000 Hi everyone. I was studying up on http://www.freebsd.org/releases/5.4R/installation-i386.html which I have at home on two CD-Rs and which I plan to install this weekend - hhooot whoot!! Some suggestions for the freebsd.org webmaster. Perhaps others might find these useful as well? [1] I think the URL above ought to have a sort of organized, list of contents at the top such as 1.3 Topic1 1.4 Topic2 1.5 Topic-Or-FAQ-Question3... The list would be a Table of Contents at the beginning, with each section **hyperlinked** for easier, faster knowledge transference. [2] I noticed that the links below are general instructions, but maybe having two very similar documents throws off some people http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html [2] Lastly, some background - I came to the site seeking general install recommendations, such as about suggested mountpoints and slices (partition) ideology and sizes. Has this been asked before? I have a 200GB HDD and no definite plan about setting up slices and dirs!! [3] Disk space required? I realize the website gives minimum recommendations such as 160mb and 24mb RAM for example. Is it a good idea to set up an OS-only slice / bare minimum / then have a separate slice for my binaries and XFree86? [4] FOUR is here as a great tip if you have not seen this page: http://gerda.univie.ac.at/freebsd-laptops/index.pl great idea!! but it would be neat if each 'datasheet' or 'lab report' if you will, linked to the product listed at an official company URL e.g. http://store.ibm.com/products.php?ThinkpadXYZ1000 -- Peter Leftwich, Owner Video2Video Services Box 13692, La Jolla, CA, 92039, USA http://Www.Video2Video.Com From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:27:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A2B16A41F for ; Fri, 9 Sep 2005 23:27:56 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8177343D46 for ; Fri, 9 Sep 2005 23:27:54 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AA74B6B013C; Fri, 09 Sep 2005 16:27:48 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j89NSVxi011176; Fri, 9 Sep 2005 16:28:31 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j89NSP8e011175; Fri, 9 Sep 2005 16:28:25 -0700 (PDT) (envelope-from garys@opusnet.com) To: bob self References: <4321DC05.3050509@charter.net> <20050909212305.GC15735@ayvali.org> <43220F9F.9050002@charter.net> From: garys@opusnet.com (Gary W. Swearingen) Date: Fri, 09 Sep 2005 16:28:25 -0700 In-Reply-To: <43220F9F.9050002@charter.net> (bob self's message of "Fri, 09 Sep 2005 18:41:35 -0400") Message-ID: <25ll25zuqu.l25@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:27:57 -0000 bob self writes: > xxd scripttest: > > 0000000: 2321 2f62 696e 2f73 680d 0a65 6368 6f20 #!/bin/sh..echo ^^-- BAD NEWS It doesn't work on 5.4, either, or probably any Unixy OS. BTW, the base OS comes with "hd" for a similar display. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:29:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E9CB16A41F; Fri, 9 Sep 2005 23:29:32 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 152B243D46; Fri, 9 Sep 2005 23:29:32 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j89NSHu5049235; Fri, 9 Sep 2005 17:28:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 09 Sep 2005 17:28:16 -0600 (MDT) Message-Id: <20050909.172816.112623086.imp@bsdimp.com> To: pm940@yahoo.com From: "M. Warner Losh" In-Reply-To: <20050909222126.2215.qmail@web54010.mail.yahoo.com> References: <1126292392.11649.5.camel@realtime.exit.com> <20050909222126.2215.qmail@web54010.mail.yahoo.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 09 Sep 2005 17:28:17 -0600 (MDT) Cc: frank@exit.com, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:29:32 -0000 In message: <20050909222126.2215.qmail@web54010.mail.yahoo.com> Paul Marciano writes: : > Even to the point that it will be hard for you to : > effect change because people don't take you : > seriously. : : I don't want to effect change, I just want a working : system. If the system isn't working for you, then you're advocating a change. : If you're serious about supporting an : operating system you have to support all your uses, : even the assholes. Since I don't have usb serial hardware that's tickling the problem, I'm unmotivated to do anything about the problems. And even if I was motivated, I can't even begin to do anything about the problem without hardware. And even if I had the hardware, it has to be important to me. Either for something cool I'm hacking on, or because I get a fist full of dollars for my efforts. You asked for honesty, and I'll give you some more: You are being a jerk and acting like you are entitled to having your particular problem fixed without pitching in and helping in some way. This combination is particularly bad when faced with an open source project. It will get you nowhere but frustrated when we don't cow-tow to your demands. Have a nice day. Warner From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:42:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 544B116A41F for ; Fri, 9 Sep 2005 23:42:31 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B8343D48 for ; Fri, 9 Sep 2005 23:42:30 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909234231.MUNM2425.lakecmmtao05.coxmail.com@dns1> for ; Fri, 9 Sep 2005 19:42:31 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 16:38:13 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091638.13875.vizion@vizion.occoxmail.com> Subject: Katrina project -- How can I get the libmagic distribution for freebsd 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:42:31 -0000 I have reason to doubt the validity of my libmagic distribution. I urgently need to resolve this for a non-profit project to provide services for Katrina survivors. Does anyone help me to get and re-install that distribution correctly? Thanks FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:42:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAA0E16A425 for ; Fri, 9 Sep 2005 23:42:37 +0000 (GMT) (envelope-from pm940@yahoo.com) Received: from web54007.mail.yahoo.com (web54007.mail.yahoo.com [206.190.36.231]) by mx1.FreeBSD.org (Postfix) with SMTP id BB69543D49 for ; Fri, 9 Sep 2005 23:42:36 +0000 (GMT) (envelope-from pm940@yahoo.com) Received: (qmail 7920 invoked by uid 60001); 9 Sep 2005 23:42:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=lk9qmJppZ2ODtKe/GUL9LUZdOoLrLRbVROkGxtg5A6meUE6/N+xiYEYKuM0z17jmRCIcbtXiDdyDzIzyV73VaAcsMftbgFVPfdeERTxb4UvMWg+EbH0+2asCNfKFVk63rDVoCRAmLQMf+cvwqNRtl50G8kfXtI46vNStAriyrGk= ; Message-ID: <20050909234235.7917.qmail@web54007.mail.yahoo.com> Received: from [69.237.122.17] by web54007.mail.yahoo.com via HTTP; Fri, 09 Sep 2005 16:42:35 PDT Date: Fri, 9 Sep 2005 16:42:35 -0700 (PDT) From: Paul Marciano To: "M. Warner Losh" In-Reply-To: <20050909.172816.112623086.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: frank@exit.com, freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:42:37 -0000 --- "M. Warner Losh" wrote: > You asked for honesty, and I'll give you some more: > You are being a jerk and acting like you are > entitled to having your particular > problem fixed without pitching in and helping in > some way. You're funny... but actually I was only asking for an assessment... asking if it was going to be fixed. If not, that's my problem. No demands explicit or implied. I'm neither demanding nor expecting anything except the truth. For you, the truth is that it isn't a problem you're interested in (besides calling me names, which let's face it, is fun). That's not intended as a slant on you, mearly an interpretation of your position. That there's an open bug says it hasn't been a problem on the top of anyone elses list. If the final truth is that there are bigger fish to fry and so it's going to be a while before the heroic USB developers get around to this, then that's fine and it's something I'll have to deal with. However, if someone is a week away from fixing it, then that would be useful to know. Thanks, Paul. ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 23:49:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36FCF16A41F; Fri, 9 Sep 2005 23:49:54 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BCCF43D46; Fri, 9 Sep 2005 23:49:53 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050909234954.NCNS2425.lakecmmtao05.coxmail.com@dns1>; Fri, 9 Sep 2005 19:49:54 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 16:45:34 -0700 User-Agent: KMail/1.8 References: <1126292392.11649.5.camel@realtime.exit.com> <20050909222126.2215.qmail@web54010.mail.yahoo.com> <20050909.172816.112623086.imp@bsdimp.com> In-Reply-To: <20050909.172816.112623086.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091645.36177.vizion@vizion.occoxmail.com> Cc: pm940@yahoo.com, frank@exit.com, freebsd-usb@freebsd.org, "M. Warner Losh" Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 23:49:54 -0000 On Friday 09 September 2005 16:28, the author M. Warner Losh contributed to the dialogue on- Re: Will USB serial ever be fixed?: >In message: <20050909222126.2215.qmail@web54010.mail.yahoo.com> > > Paul Marciano writes: >: > Even to the point that it will be hard for you to >: > effect change because people don't take you >: > seriously. >: >: I don't want to effect change, I just want a working >: system. > >If the system isn't working for you, then you're advocating a change. > >: If you're serious about supporting an >: operating system you have to support all your uses, >: even the assholes. > >Since I don't have usb serial hardware that's tickling the problem, >I'm unmotivated to do anything about the problems. And even if I was >motivated, I can't even begin to do anything about the problem without >hardware. And even if I had the hardware, it has to be important to >me. Either for something cool I'm hacking on, or because I get a fist >full of dollars for my efforts. > >You asked for honesty, and I'll give you some more: You are being a >jerk and acting like you are entitled to having your particular >problem fixed without pitching in and helping in some way. This >combination is particularly bad when faced with an open source >project. It will get you nowhere but frustrated when we don't cow-tow >to your demands. > >Have a nice day. Hey Warner come on relax a bit It has been said that the human being is mearly a glorified ice do-nut -- if you carry on giving people a hard time they might forget to concentrate on the attractive stuff you have on top and concentrate on the debris at the bottom david > >Warner >_______________________________________________ >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" -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:09:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80E516A41F for ; Sat, 10 Sep 2005 00:09:51 +0000 (GMT) (envelope-from zettel@acm.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB2B43D4C for ; Sat, 10 Sep 2005 00:09:51 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.3] (pcp0011427575pcs.sothfd01.mi.comcast.net[69.246.103.241]) by comcast.net (rwcrmhc13) with ESMTP id <2005091000095001500isrece>; Sat, 10 Sep 2005 00:09:50 +0000 From: Leonard Zettel To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 12:10:09 +0000 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091210.09717.zettel@acm.org> Subject: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zettel@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:09:51 -0000 When I issue the followinf command: mount /dev/ad1s1c /mnt I get the response WARNING: R/W mount of /mnt denied. filesystem is not clean - run fsck mount: /dev/ad1s1c: Operation not premitted Then when I try fsck /dev/ad1s1c I get fsck: exec fsck_unused for /dev/ad1s1c in sbin: /usr/sbin: No such file or directory BTW, mount -f /dev/ad1s1c /mnt gets me what I expect, but the hassle leading up to it has me scared to death. Now what? punt? -LenZ- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:19:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF2B16A41F for ; Sat, 10 Sep 2005 00:19:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106CA43D46 for ; Sat, 10 Sep 2005 00:19:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j8A0JrYv017413; Sat, 10 Sep 2005 03:19:54 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j8A0Jqhp021713; Sat, 10 Sep 2005 03:19:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j8A0Jpol021712; Sat, 10 Sep 2005 03:19:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Sat, 10 Sep 2005 03:19:51 +0300 From: Giorgos Keramidas To: Vizion Message-ID: <20050910001951.GA21656@orion.daedalusnetworks.priv> References: <200509091546.46732.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509091546.46732.vizion@vizion.occoxmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: libmagic files missing?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:19:56 -0000 On 2005-09-09 15:46, Vizion wrote: > Hi > > Here is the listing of: > /usr/src/lib/libmagic > dns1# ls -l > total 1276 > -rw-r--r-- 1 root wheel 1619 Dec 16 2004 Makefile > -r--r--r-- 1 root wheel 3859 Apr 2 22:28 Makefile,v > -rw-r--r-- 1 root wheel 5783 Aug 9 2004 config.h > -r--r--r-- 1 root wheel 6277 Apr 2 22:28 config.h,v > -rw-r--r-- 1 root wheel 1236221 Sep 9 15:34 magic > -rwxr-xr-x 1 root wheel 22879 Sep 9 15:34 mkmagic > > I am getting compile problems over libmagic and am wondering how I can be > certain that all libmagic files are on the system. > > dns1# pwd > /usr/share/misc > dns1# ls -l | grep magic > -r--r--r-- 1 root wheel 360801 Nov 4 2004 magic > -r--r--r-- 1 root wheel 771456 Nov 4 2004 magic.mgc > -r--r--r-- 1 root wheel 30231 Nov 4 2004 magic.mime > -r--r--r-- 1 root wheel 41728 Nov 4 2004 magic.mime.mgc > > /usr/ports/lang/php5-extensions compile reporting it cannot find libmagic > > Can anyone please point a fingure in the right direction Do you have a log of the build errors? You can generate a log file of the complete process by running: # script ~/logfile Script started, output file is /root/logfile # cd /usr/ports/lang/php5-extensions # make install [...] # exit exit Script done, output file is /root/logfile # From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:29:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C380616A41F for ; Sat, 10 Sep 2005 00:29:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C6043D46 for ; Sat, 10 Sep 2005 00:29:44 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8A0Th0r001121 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 20:29:43 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8A0Th6P014505; Fri, 9 Sep 2005 20:29:43 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9A609511FD; Fri, 9 Sep 2005 20:29:42 -0400 (EDT) Date: Fri, 9 Sep 2005 20:29:42 -0400 From: Kris Kennaway To: Vizion Message-ID: <20050910002942.GA65927@xor.obsecurity.org> References: <200509091546.46732.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <200509091546.46732.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: libmagic files missing?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:29:44 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 03:46:46PM -0700, Vizion wrote: > Hi >=20 > Here is the listing of: > /usr/src/lib/libmagic > dns1# ls -l > total 1276 > -rw-r--r-- 1 root wheel 1619 Dec 16 2004 Makefile > -r--r--r-- 1 root wheel 3859 Apr 2 22:28 Makefile,v > -rw-r--r-- 1 root wheel 5783 Aug 9 2004 config.h > -r--r--r-- 1 root wheel 6277 Apr 2 22:28 config.h,v > -rw-r--r-- 1 root wheel 1236221 Sep 9 15:34 magic > -rwxr-xr-x 1 root wheel 22879 Sep 9 15:34 mkmagic >=20 > I am getting compile problems over libmagic and am wondering how I can be= =20 > certain that all libmagic files are on the system. > ls /usr/lib/libmagic.* /usr/lib/libmagic.a /usr/lib/libmagic.so /usr/lib/libmagic.so.1 > dns1# pwd > /usr/share/misc > dns1# ls -l | grep magic > -r--r--r-- 1 root wheel 360801 Nov 4 2004 magic > -r--r--r-- 1 root wheel 771456 Nov 4 2004 magic.mgc > -r--r--r-- 1 root wheel 30231 Nov 4 2004 magic.mime > -r--r--r-- 1 root wheel 41728 Nov 4 2004 magic.mime.mgc libmagic would not go in that directory anyway. > /usr/ports/lang/php5-extensions compile reporting it cannot find libmagic Show the error. Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIij2Wry0BWjoQKURAiTEAKDUBTHC2Tgj76fvrl70KDeKcIw5dgCff/18 6LbCGuGIBvw8q6DkK5eUq7c= =7yo7 -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:41:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B99E16A41F for ; Sat, 10 Sep 2005 00:41:23 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id D969743D49 for ; Sat, 10 Sep 2005 00:41:22 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910004122.WHOD3140.lakecmmtao04.coxmail.com@dns1>; Fri, 9 Sep 2005 20:41:22 -0400 From: Vizion To: Giorgos Keramidas Date: Fri, 9 Sep 2005 17:37:04 -0700 User-Agent: KMail/1.8 References: <200509091546.46732.vizion@vizion.occoxmail.com> <20050910001951.GA21656@orion.daedalusnetworks.priv> In-Reply-To: <20050910001951.GA21656@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091737.04877.vizion@vizion.occoxmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: libmagic files missing?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:41:23 -0000 On Friday 09 September 2005 17:19, the author Giorgos Keramidas contributed to the dialogue on- Re: libmagic files missing??: >On 2005-09-09 15:46, Vizion wrote: >> Hi >> >> Here is the listing of: >> /usr/src/lib/libmagic >> dns1# ls -l >> total 1276 >> -rw-r--r-- 1 root wheel 1619 Dec 16 2004 Makefile >> -r--r--r-- 1 root wheel 3859 Apr 2 22:28 Makefile,v >> -rw-r--r-- 1 root wheel 5783 Aug 9 2004 config.h >> -r--r--r-- 1 root wheel 6277 Apr 2 22:28 config.h,v >> -rw-r--r-- 1 root wheel 1236221 Sep 9 15:34 magic >> -rwxr-xr-x 1 root wheel 22879 Sep 9 15:34 mkmagic >> >> I am getting compile problems over libmagic and am wondering how I can be >> certain that all libmagic files are on the system. >> >> dns1# pwd >> /usr/share/misc >> dns1# ls -l | grep magic >> -r--r--r-- 1 root wheel 360801 Nov 4 2004 magic >> -r--r--r-- 1 root wheel 771456 Nov 4 2004 magic.mgc >> -r--r--r-- 1 root wheel 30231 Nov 4 2004 magic.mime >> -r--r--r-- 1 root wheel 41728 Nov 4 2004 magic.mime.mgc >> >> /usr/ports/lang/php5-extensions compile reporting it cannot find libmagic >> >> Can anyone please point a fingure in the right direction > >Do you have a log of the build errors? > >You can generate a log file of the complete process by running: > > # script ~/logfile > Script started, output file is /root/logfile > # cd /usr/ports/lang/php5-extensions > # make install > [...] Here is what I have -- is that enough? I seriously need to fix this as quickly as I can -- but I want als to be respectful of your time ************************************** /usr/ports/lang/php5-extensions dns1# make clean ===> Cleaning for pecl-zip-1.0 ===> Cleaning for php5-bz2-5.0.5 ===> Cleaning for php5-zlib-5.0.5 ===> Cleaning for unzip-5.52_2 ===> Cleaning for fribidi-0.10.4_1 ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for pecl-fribidi-1.0 ===> Cleaning for php5-iconv-5.0.5 ===> Cleaning for php5-mbstring-5.0.5 ===> Cleaning for mysql-client-5.0.12 ===> Cleaning for php5-filepro-5.0.5 ===> Cleaning for php5-mysql-5.0.5 ===> Cleaning for php5-mysqli-5.0.5 ===> Cleaning for php5-pgsql-5.0.5 ===> Cleaning for php5-sqlite-5.0.5 ===> Cleaning for postgresql-client-7.4.8 ===> Cleaning for autoconf-2.13.000227_5 ===> Cleaning for autoconf-2.53_3 ===> Cleaning for autoconf-2.59_2 ===> Cleaning for automake-1.5_2,1 ===> Cleaning for bison-1.75_2,1 ===> Cleaning for gettext-0.14.5 ===> Cleaning for gmake-3.80_2 ===> Cleaning for imake-6.8.2 ===> Cleaning for libidn-0.5.18 ===> Cleaning for libltdl-1.5.20 ===> Cleaning for libtool-1.3.5_2 ===> Cleaning for libtool-1.5.20 ===> Cleaning for m4-1.4.3 ===> Cleaning for p5-gettext-1.03 ===> Cleaning for php5-dio-5.0.5 ===> Cleaning for php5-gettext-5.0.5 ===> Cleaning for php5-ncurses-5.0.5 ===> Cleaning for php5-pcntl-5.0.5 ===> Cleaning for php5-pcre-5.0.5 ===> Cleaning for php5-shmop-5.0.5 ===> Cleaning for php5-sysvmsg-5.0.5 ===> Cleaning for php5-sysvsem-5.0.5 ===> Cleaning for php5-tokenizer-5.0.5 ===> Cleaning for pkgconfig-0.17.2 ===> Cleaning for t1lib-5.0.1,1 ===> Cleaning for zziplib-0.10.82 ===> Cleaning for curl-7.14.1 ===> Cleaning for php5-curl-5.0.5 ===> Cleaning for php5-ftp-5.0.5 ===> Cleaning for ImageMagick-6.2.2.1 ===> Cleaning for jasper-1.701.0 ===> Cleaning for jbigkit-1.6 ===> Cleaning for jpeg-6b_3 ===> Cleaning for lcms-1.14,1 ===> Cleaning for libfpx-1.2.0.12 ===> Cleaning for libungif-4.1.3 ===> Cleaning for ming-0.2a_1 ===> Cleaning for pecl-imagick-0.9.11_2 ===> Cleaning for php5-exif-5.0.5 ===> Cleaning for php5-gd-5.0.5 ===> Cleaning for php5-ming-5.0.5 ===> Cleaning for png-1.2.8_2 ===> Cleaning for tiff-3.7.3 ===> Cleaning for perl-5.8.7 ===> Cleaning for php5-5.0.5 ===> Cleaning for cclient-2004d,1 ===> Cleaning for php5-imap-5.0.5 ===> Cleaning for php5-bcmath-5.0.5 ===> Cleaning for help2man-1.35.1 ===> Cleaning for php5-calendar-5.0.5 ===> Cleaning for mpeg2codec-1.2_1 ===> Cleaning for net-snmp-5.2.1.2 ===> Cleaning for php5-snmp-5.0.5 ===> Cleaning for pecl-yaz-1.0.3 ===> Cleaning for php5-soap-5.0.5 ===> Cleaning for php5-sockets-5.0.5 ===> Cleaning for php5-xmlrpc-5.0.5 ===> Cleaning for yaz-2.1.8 ===> Cleaning for freetype2-2.1.10_1 ===> Cleaning for ghostscript-gnu-7.07_13 ===> Cleaning for gsfonts-8.11_2 ===> Cleaning for pdflib-6.0.2 ===> Cleaning for pecl-pdflib-2.0.4 ===> Cleaning for libgcrypt-1.2.1_1 ===> Cleaning for libgpg-error-1.0_1 ===> Cleaning for libmcrypt-2.5.7_1 ===> Cleaning for mhash-0.9.2 ===> Cleaning for php5-mcrypt-5.0.5 ===> Cleaning for php5-mhash-5.0.5 ===> Cleaning for php5-openssl-5.0.5 ===> Cleaning for pecl-fileinfo-1.0 ===> Cleaning for php5-posix-5.0.5 ===> Cleaning for aspell-0.60.3 ===> Cleaning for expat-1.95.8_3 ===> Cleaning for libxml2-2.6.21 ===> Cleaning for libxslt-1.1.15 ===> Cleaning for php5-ctype-5.0.5 ===> Cleaning for php5-dom-5.0.5 ===> Cleaning for php5-pspell-5.0.5 ===> Cleaning for php5-simplexml-5.0.5 ===> Cleaning for php5-wddx-5.0.5 ===> Cleaning for php5-xml-5.0.5 ===> Cleaning for php5-xsl-5.0.5 ===> Cleaning for apache-1.3.33_2 ===> Cleaning for apache-2.0.54_4 ===> Cleaning for mnogosearch31-3.1.21 ===> Cleaning for php5-mnogosearch-5.0.5 ===> Cleaning for php5-session-5.0.5 ===> Cleaning for php5-tidy-5.0.5 ===> Cleaning for tidy-lib-050826 ===> Cleaning for fontconfig-2.2.3,1 ===> Cleaning for xorg-libraries-6.8.2 ===> Cleaning for php5-extensions-1.0 dns1# ****************************************************** dns1# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for php5-extensions-1.0 ===> Extracting for php5-extensions-1.0 ===> Patching for php5-extensions-1.0 ===> Configuring for php5-extensions-1.0 dns1# ********************************************************* dns1# make install ===> Installing for php5-extensions-1.0 ===> php5-extensions-1.0 depends on file: /usr/local/include/php/main/php.h - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/bcmath.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/bz2.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/calendar.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/ctype.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/curl.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/dio.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/dom.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/exif.so - found ===> php5-extensions-1.0 depends on file: /usr/local/lib/php/20041030/fileinfo.so - not found ===> Verifying install for /usr/local/lib/php/20041030/fileinfo.so in /usr/ports/sysutils/pecl-fileinfo ===> Vulnerability check disabled, database not found ===> Extracting for pecl-fileinfo-1.0 => Checksum OK for PECL/Fileinfo-1.0.tgz. ===> Patching for pecl-fileinfo-1.0 ===> Applying FreeBSD patches for pecl-fileinfo-1.0 ===> Ignoring patchfile /usr/ports/sysutils/pecl-fileinfo/files/patch-config.m4,v ===> pecl-fileinfo-1.0 depends on executable: phpize - found ===> pecl-fileinfo-1.0 depends on file: /usr/local/bin/autoconf259 - found ===> PHPizing for pecl-fileinfo-1.0 Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20041030 Zend Extension Api No: 220040412 ===> Configuring for pecl-fileinfo-1.0 configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd5.3 checking host system type... i386-portbld-freebsd5.3 checking for i386-portbld-freebsd5.3-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking whether cc understands -c and -o together... yes checking if compiler supports -R... yes checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend checking for PHP extension directory... /usr/local/lib/php/20041030 checking for re2c... exit 0; checking for gawk... gawk checking for fileinfo support... yes, shared checking for magic files in default path... not found configure: error: Please reinstall the libmagic distribution ===> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/sysutils/pecl-fileinfo. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. *********************************************************** dns1# locate libmagic /usr/lib/libmagic.a /usr/lib/libmagic.so /usr/lib/libmagic.so.1 /usr/lib/libmagic_p.a /usr/share/man/cat3/libmagic.3.gz /usr/share/man/man3/libmagic.3.gz /usr/src/contrib/file/libmagic.man /usr/src/contrib/file/libmagic.man,v /usr/src/lib/libmagic /usr/src/lib/libmagic/Makefile /usr/src/lib/libmagic/Makefile,v /usr/src/lib/libmagic/config.h /usr/src/lib/libmagic/config.h,v ******************************** dns1# cd /usr/lib dns1# ls -l | grep magic -r--r--r-- 1 root wheel 65030 Nov 4 2004 libmagic.a lrwxrwxrwx 1 root wheel 13 Apr 28 2004 libmagic.so -> libmagic.so.1 -r--r--r-- 1 root wheel 52848 Nov 4 2004 libmagic.so.1 -r--r--r-- 1 root wheel 66438 Nov 4 2004 libmagic_p.a ******************************** dns1# cd /usr/lib dns1# ls -l | grep magic -r--r--r-- 1 root wheel 65030 Nov 4 2004 libmagic.a lrwxrwxrwx 1 root wheel 13 Apr 28 2004 libmagic.so -> libmagic.so.1 -r--r--r-- 1 root wheel 52848 Nov 4 2004 libmagic.so.1 -r--r--r-- 1 root wheel 66438 Nov 4 2004 libmagic_p.a dns1# cd /usr/src/lib/libmagic dns1# ls -l total 1276 -rw-r--r-- 1 root wheel 1619 Dec 16 2004 Makefile -r--r--r-- 1 root wheel 3859 Apr 2 22:28 Makefile,v -rw-r--r-- 1 root wheel 5783 Aug 9 2004 config.h -r--r--r-- 1 root wheel 6277 Apr 2 22:28 config.h,v -rw-r--r-- 1 root wheel 1236221 Sep 9 15:34 magic -rwxr-xr-x 1 root wheel 22879 Sep 9 15:34 mkmagic dns1# Thanks david > > # exit > exit > > Script done, output file is /root/logfile > # -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:42:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB3916A41F for ; Sat, 10 Sep 2005 00:42:33 +0000 (GMT) (envelope-from njt@ayvali.org) Received: from sanddollar.geekisp.com (sanddollar.geekisp.com [204.89.131.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6926743D49 for ; Sat, 10 Sep 2005 00:42:32 +0000 (GMT) (envelope-from njt@ayvali.org) Received: (qmail 25769 invoked by uid 1003); 10 Sep 2005 00:42:31 -0000 Received: from clam.int.geekisp.com (HELO clam.geekisp.com) (192.168.4.38) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Sep 2005 00:42:31 -0000 Received: from clam.geekisp.com (njt@localhost.geekisp.com [127.0.0.1]) by clam.geekisp.com (8.13.3/8.12.11) with ESMTP id j8A0gVL0001650; Fri, 9 Sep 2005 20:42:31 -0400 (EDT) Received: (from njt@localhost) by clam.geekisp.com (8.13.3/8.13.3/Submit) id j8A0gUVV010412; Fri, 9 Sep 2005 20:42:30 -0400 (EDT) X-Authentication-Warning: clam.geekisp.com: njt set sender to njt@ayvali.org using -f Date: Fri, 9 Sep 2005 20:42:30 -0400 From: "N.J. Thomas" To: bob self Message-ID: <20050910004230.GD15735@ayvali.org> References: <4321DC05.3050509@charter.net> <20050909212305.GC15735@ayvali.org> <43220F9F.9050002@charter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43220F9F.9050002@charter.net> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:42:33 -0000 * bob self [2005-09-09 18:41:35 -0400]: > 0000000: 2321 2f62 696e 2f73 680d 0a65 6368 6f20 #!/bin/sh..echo ^^ > 0000010: 2270 696e 6769 6e67 2e2e 2e2e 220d 0a "pinging....".. Yup, that's your problem. This file is a DOS text file, so its end of line is a (0x0d 0x0a) instead of just (0x0a). Normally, that doesn't matter because most Unix utilities are multi-eol-format aware, but you can't have it in the shebang line because the OS interprets the extra carriage as part of the command, so it is looking for /bin/sh^M, which doesn't exist. Use a utility like dos2unix or some a decent text editor to convert this to a Unix file format and you'll be good to go. Thomas -- N.J. Thomas njt@ayvali.org Etiamsi occiderit me, in ipso sperabo From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:44:42 2005 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 460F416A41F for ; Sat, 10 Sep 2005 00:44:42 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD6F243D46 for ; Sat, 10 Sep 2005 00:44:41 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so1158518wra for ; Fri, 09 Sep 2005 17:44:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KlW8n55Q/fLIbMmaFloB8SDJ4FaLkegwnEetX3D/+8ExTV7djBy3NkQBIXsMrOoWYRzt68JrNWGH7qrjsIVJr/pC/2bY9S9+rbzvIi88k9+LeLKl4eHY/638OncWq5nc1fbc4zGFRg6Hszw2q+A/znA/DOe4YQhFfqI/0VPjAl4= Received: by 10.54.35.18 with SMTP id i18mr241726wri; Fri, 09 Sep 2005 17:44:39 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Fri, 9 Sep 2005 17:44:39 -0700 (PDT) Message-ID: <3060c23905090917446677faac@mail.gmail.com> Date: Fri, 9 Sep 2005 20:44:39 -0400 From: Mike Hernandez To: questions@freebsd.org In-Reply-To: <200509091210.09717.zettel@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509091210.09717.zettel@acm.org> Cc: Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sequethin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:44:42 -0000 Have you tried explicitly telling fsck what file system it's going to be checking? From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:47:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D5716A41F for ; Sat, 10 Sep 2005 00:47:20 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DE143D45 for ; Sat, 10 Sep 2005 00:47:20 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910004717.OYQM24491.lakecmmtao06.coxmail.com@dns1>; Fri, 9 Sep 2005 20:47:17 -0400 From: Vizion To: Giorgos Keramidas , Kris Kennaway Date: Fri, 9 Sep 2005 17:43:01 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <4321D0E3.4040909@daleco.biz> In-Reply-To: <4321D0E3.4040909@daleco.biz> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200509091743.02453.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Fwd: php extensions compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:47:20 -0000 Copy of report to ale Subject: php extensions compile error Date: Friday 09 September 2005 12:21 From: Vizion To: ale@FreeBSD.org Cc: Kevin Kinsey Compile error /usr/ports/lang/php5-extensions ***************************** dns1# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for php5-extensions-1.0 ===> Extracting for php5-extensions-1.0 ===> Patching for php5-extensions-1.0 ===> Configuring for php5-extensions-1.0 dns1# make dns1# make install ===> Installing for php5-extensions-1.0 . /* much cut out */ . => Checksum OK for PECL/Fileinfo-1.0.tgz. ===> Patching for pecl-fileinfo-1.0 ===> Applying FreeBSD patches for pecl-fileinfo-1.0 ===> Ignoring patchfile /usr/ports/sysutils/pecl-fileinfo/files/patch-config.m4,v ===> pecl-fileinfo-1.0 depends on executable: phpize - found ===> pecl-fileinfo-1.0 depends on file: /usr/local/bin/autoconf259 - found ===> PHPizing for pecl-fileinfo-1.0 Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20041030 Zend Extension Api No: 220040412 ===> Configuring for pecl-fileinfo-1.0 configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd5.3 checking host system type... i386-portbld-freebsd5.3 checking for i386-portbld-freebsd5.3-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking whether cc understands -c and -o together... yes checking if compiler supports -R... yes checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend checking for PHP extension directory... /usr/local/lib/php/20041030 checking for re2c... exit 0; checking for gawk... gawk checking for fileinfo support... yes, shared checking for magic files in default path... not found configure: error: Please reinstall the libmagic distribution ===> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/sysutils/pecl-fileinfo. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. /*OUTPUT OF /usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log */ *********************** dns1# locate libmagic /usr/lib/libmagic.a /usr/lib/libmagic.so /usr/lib/libmagic.so.1 /usr/lib/libmagic_p.a /usr/share/man/cat3/libmagic.3.gz /usr/share/man/man3/libmagic.3.gz /usr/src/contrib/file/libmagic.man /usr/src/contrib/file/libmagic.man,v /usr/src/lib/libmagic /usr/src/lib/libmagic/Makefile /usr/src/lib/libmagic/Makefile,v /usr/src/lib/libmagic/config.h /usr/src/lib/libmagic/config.h,v ********************** dns1# cat /usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-fileinfo=/usr --prefix=/usr/local i386-portbld-freebsd5.3 ## --------- ## ## Platform. ## ## --------- ## hostname = dns1.vizion2000.net uname -m = i386 uname -r = 5.3-RELEASE uname -s = FreeBSD uname -v = FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/autoconf259 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1499: checking build system type configure:1517: result: i386-portbld-freebsd5.3 configure:1525: checking host system type configure:1539: result: i386-portbld-freebsd5.3 configure:1601: checking for i386-portbld-freebsd5.3-gcc configure:1627: result: cc configure:1909: checking for C compiler version configure:1912: cc --version &5 cc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1915: $? = 0 configure:1917: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:1920: $? = 0 configure:1922: cc -V &5 cc: `-V' option must have argument configure:1925: $? = 1 configure:1948: checking for C compiler default output file name configure:1951: cc -O -pipe conftest.c >&5 configure:1954: $? = 0 configure:2000: result: a.out configure:2005: checking whether the C compiler works configure:2011: ./a.out configure:2014: $? = 0 configure:2031: result: yes configure:2038: checking whether we are cross compiling configure:2040: result: no configure:2043: checking for suffix of executables configure:2045: cc -o conftest -O -pipe conftest.c >&5 configure:2048: $? = 0 configure:2073: result: configure:2079: checking for suffix of object files configure:2100: cc -c -O -pipe conftest.c >&5 configure:2103: $? = 0 configure:2125: result: o configure:2129: checking whether we are using the GNU C compiler configure:2153: cc -c -O -pipe conftest.c >&5 configure:2159: $? = 0 configure:2163: test -z || test ! -s conftest.err configure:2166: $? = 0 configure:2169: test -s conftest.o configure:2172: $? = 0 configure:2185: result: yes configure:2191: checking whether cc accepts -g configure:2212: cc -c -g conftest.c >&5 configure:2218: $? = 0 configure:2222: test -z || test ! -s conftest.err configure:2225: $? = 0 configure:2228: test -s conftest.o configure:2231: $? = 0 configure:2242: result: yes configure:2259: checking for cc option to accept ANSI C configure:2329: cc -c -O -pipe conftest.c >&5 configure:2335: $? = 0 configure:2339: test -z || test ! -s conftest.err configure:2342: $? = 0 configure:2345: test -s conftest.o configure:2348: $? = 0 configure:2366: result: none needed configure:2384: cc -c -O -pipe conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2390: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2527: checking whether cc understands -c and -o together configure:2554: cc -c conftest.c -o conftest.o >&5 configure:2557: $? = 0 configure:2559: cc -c conftest.c -o conftest.o >&5 configure:2562: $? = 0 configure:2601: result: yes configure:2616: checking if compiler supports -R configure:2640: cc -o conftest -O -pipe conftest.c -R /usr/lib >&5 configure:2646: $? = 0 configure:2650: test -z || test ! -s conftest.err configure:2653: $? = 0 configure:2656: test -s conftest configure:2659: $? = 0 configure:2673: result: yes configure:2781: checking for PHP prefix configure:2783: result: /usr/local configure:2785: checking for PHP includes configure:2787: result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend configure:2789: checking for PHP extension directory configure:2791: result: /usr/local/lib/php/20041030 configure:2838: checking for re2c configure:2865: result: exit 0; configure:2877: checking for gawk configure:2893: found /usr/local/bin/gawk configure:2903: result: gawk configure:2917: checking for fileinfo support configure:2960: result: yes, shared configure:2971: checking for magic files in default path configure:2984: result: not found configure:2986: error: Please reinstall the libmagic distribution ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set= ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_max_cmd_len=65536 ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_host_alias_set=set ac_cv_prog_CC=cc ac_cv_env_build_alias_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set=set ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd5.3 ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_build_alias=i386-portbld-freebsd5.3 ac_cv_env_CPPFLAGS_value= ac_cv_host=i386-portbld-freebsd5.3 ac_cv_env_host_alias_value=i386-portbld-freebsd5.3 ac_cv_prog_AWK=gawk ac_cv_build=i386-portbld-freebsd5.3 ac_cv_env_build_alias_value=i386-portbld-freebsd5.3 ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_RE2C='exit 0;' ac_cv_env_target_alias_value=i386-portbld-freebsd5.3 ac_cv_env_CC_value=cc php_cv_cc_dashr=yes ac_cv_env_CPP_set= ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='cc' CFLAGS='-O -pipe ' CPP='' CPPFLAGS='' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='' RE2C='exit 0;' SHELL='/bin/sh' STRIP='' ac_ct_CC='' ac_ct_RANLIB='' ac_ct_STRIP='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.3' build_alias='i386-portbld-freebsd5.3' build_cpu='i386' build_os='freebsd5.3' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd5.3' host_alias='i386-portbld-freebsd5.3' host_cpu='i386' host_os='freebsd5.3' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-portbld-freebsd5.3' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 1 ******************************************* dns1# pkg_info ImageMagick-6.2.2.1 Image processing tools ORBit2-2.12.2 High-performance CORBA ORB with support for the C language OpenEXR-1.2.1_1 A high dynamic-range (HDR) image file format aalib-1.4.r5_1 An ascii art library acroread7-7.0.1 View, distribute and print PDF documents amaya-8.5 The W3C's testbed web editor/browser amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-2.0.54_2 Version 2 of Apache web server with prefork MPM. apache-2.0.54_4 Version 2 of Apache web server with prefork MPM. apache-ant-1.6.2 Java- and XML-based build tool, conceptually similar to mak apr-nothr-db4-1.0.1_1 The Apache Group's Portability Library argouml-0.16.1 A UML design tool with cognitive support arts-1.4.0,1 Audio system for the KDE integrated X11 desktop artswrapper-1.2.1_1 Setuid wrapper for arts aspell-0.60.3 Spelling checker with better suggestion logic than ispell atk-1.9.1 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_3 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_1 GNU Standards-compliant Makefile generator (legacy version automake-1.5_2,1 GNU Standards-compliant Makefile generator (version 1.5) automake-1.9.5 GNU Standards-compliant Makefile generator (version 1.9) bash-2.05b.007_4 The GNU Bourne Again Shell bison-1.75_2 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_1 Bitstream Vera TrueType font collection boost-python-1.32.0_2 Free peer-reviewed portable C++ source libraries cairo-0.4.0 Vector graphics library with cross-device output support cdparanoia-3.9.8_7 A CDDA extraction tool (also known as ripper) cmpsfont-1.0_4 Computer Modern PostScript Fonts (Adobe Type 1 format) cnews-cr.g_8 An nntp server coreutils-5.2.1 The Free Software Foundation's core utilities cups-1.1.23.0 The Common UNIX Printing System: Metaport to install comple cups-base-1.1.23.0_4 The Common UNIX Printing System: headers, libs, & daemons cups-lpr-1.1.23.0 The CUPS BSD and system V compatibility binaries (lp* comma cups-pstoraster-7.07_3 GNU Postscript interpreter for CUPS printing to non-PS prin cups-samba-5.0.r3 The Common UNIX Printing System: MS Windows client drivers curl-7.14.1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-16.1h_2 General network file distribution system optimized for CVS cyrus-sasl-2.1.21 RFC 2222 SASL (Simple Authentication and Security Layer) db4-4.0.14_1,1 The Berkeley DB package, revision 4 db42-4.2.52_4 The Berkeley DB package, revision 4.2 desktop-file-utils-0.10_2 A couple of command line utilities for working with desktop dirmngr-0.9.2 A client for managing and downloading certificate revocatio djbfft-0.76_2 An extremely fast library for floating-point convolution docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.68.1 XSL DocBook stylesheets docproj-1.13 The "meta-port" for the FreeBSD Documentation Project docproj-jadetex-1.13 The "meta-port" for the FreeBSD Documentation Project dri-6.2.1,2 OpenGL hardware acceleration drivers for the DRI dsssl-docbook-modular-1.79,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh eclipse-3.1M7 An open extensible IDE for anything and nothing in particul eclipse-emf-2.0.1_3 Eclipse Modeling Framework eclipse-examples-3.0_2 Examples for the Eclipse IDE eclipse-sysdeo-tomcat-3_2 Sysdeo Tomcat Launcher plugin for Eclipse esound-0.2.35_2 A sound library for enlightenment package expat-1.95.8_3 XML 1.0 parser written in C ezm3-1.2 Easier, more portable Modula-3 distribution for building CV faces-1.7.7_6 Visual mail, user and print face server fam-2.6.9_6 A file alteration monitor fftw3-3.0.1_4 Fast C routines to compute the Discrete Fourier Transform firefox-1.0.4,1 Web browser based on the browser portion of Mozilla flac-1.1.2 Free lossless audio codec fontconfig-2.2.3,1 An XML-based font configuration API for X Windows freetype2-2.1.9 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith gawk-3.1.1_1 The GNU version of Awk gconf2-2.10.0 A configuration database system for GNOME gd-2.0.33_1,1 A graphics library for fast creation of images gdbm-1.8.3_1 The GNU database manager gdome2-0.8.1_3 Gnome DOM Engine gengetopt-2.11 A tool for generating a C function which parses command lin gettext-0.14.4_1 GNU gettext package ghostscript-gnu-7.07_12 GNU Postscript interpreter glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.6.4 Some useful routines of C programming (current stable versi glimpse-4.13.1 Text search engine gmake-3.80_2 GNU version of 'make' utility gnome-icon-theme-2.10.1_1 A collection of icons for the GNOME 2 desktop gnomehier-2.0_6 A utility port that creates the GNOME directory tree gnomekeyring-0.4.2_1 A program that keeps passwords and other secrets gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomevfs2-2.10.1 GNOME Virtual File System gnu-regexp-1.1.4 A regexp library for Java gnupg-1.4.1 The GNU Privacy Guard gnupg-devel-1.9.16 Prerelease package of GnuPG extensions for GnuPG 2.0 gnutls-1.0.24_1 GNU Transport Layer Security library gocr-0.40 GOCR/JOCR is an OCR (Optical Character Recognition) program gpgme-1.0.2 A library to make access to GnuPG easier graphviz-2.2 Graph Visualization Software from AT&T and Bell Labs gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gsm-1.0.10 Audio converter and library for converting u-law to gsm enc gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.6.7 Gimp Toolkit for X11 GUI (current stable version) help2man-1.35.1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project hs-haxml-1.13 A collection of utilities for using Haskell and XML togethe html-4.01_2 All W3C published SGML DTDs for HTML imake-6.8.2 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package intltool-0.33 Tools to internationalize various kinds of data files iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) jackit-0.99.0 A low-latency audio server jade-1.2.1_9 An object-oriented SGML/XML parser toolkit and DSSSL engine jadetex-3.13_1 A TeX backend for Jade, for typesetting SGML documents jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s javacc-3.2_1 Compiler compiler for Java; includes tools for building syn javavmwrapper-2.0_4 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jboss-4.0.2 Open-source J2EE application server (4.x family) jdk-1.5.0p1_2 Java Development Kit 1.5.0 jpeg-6b_3 IJG's jpeg compression utilities kde-3.4.0 The "meta-port" for KDE kdeaccessibility-3.4.0 Accessibility applications for KDE kdeadmin-3.4.0 KDE applications related to system administration kdeartwork-3.4.0 Additional themes, sounds, wallpapers and window styles for kdebase-3.4.0_1 Basic applications for the KDE system kdebase-kompmgr-3.4.0 Utility needed to enable XComposite support in KDE kdebase-konqueror-nsplugins-3.3.0 Netscape plugin support for Konqueror kdeedu-3.4.0_1 Collection of entertaining, educational programs for KDE kdegames-3.4.0 Games for the KDE integrated X11 desktop kdegraphics-3.4.0 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.4.0 Digital camera support for KDE kdegraphics-kooka-3.4.0 Raster image scan program for KDE kdegraphics-kuickshow-3.4.0 KDE image viewer kdehier-1.0_6 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.4.0_4 Base set of libraries needed by KDE programs kdemultimedia-3.4.0 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-akode-3.4.0 Default KDE audio backend kdemultimedia-akode-plugins-jack-3.4.0 Jack output plugin for akode kdemultimedia-akode-plugins-mpc-3.4.0 Musepack decoder plugin for akode kdemultimedia-akode-plugins-mpeg-3.4.0 MPEG audio decoder plugin for akode kdemultimedia-akode-plugins-oss-3.4.0 OSS output plugin for akode kdemultimedia-akode-plugins-polypaudio-3.4.0 Polypaudio output plugin for akode kdemultimedia-akode-plugins-resampler-3.4.0 Resampler plugin for akode kdemultimedia-akode-plugins-xiph-3.4.0 FLAC/Speex/Vorbis decoder plugin for akode kdemultimedia-mpeglib_artsplug-3.4.0 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.4.0 Xine-based multimedia backend for KDE kdenetwork-3.4.0_1 Network-related programs and modules for KDE kdepim-3.4.0 Personal Information Management tools for KDE kdesdk-3.4.0 KDE Software Development Kit kdetoys-3.4.0 Small applications for KDE kdeutils-3.4.0 Utilities for the KDE integrated X11 desktop kdevelop-3.2.0 Powerful IDE for developing KDE/Qt-based apps kdewebdev-3.4.0_2,2 Comprehensive html/website development environment knews-1.0b.1_4 A threaded nntp newsreader for X koffice-1.3.5_2,1 Office Suite for KDE3 lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.5_1 A library for creating trees of CORBA Interface Definition libXft-2.1.6_1 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl2-2.3.17 Library for high-performance 2D graphics libassuan-0.6.9 IPC library used by GnuPG and gpgme libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.8.1_1 A component and compound document system for GNOME2 libbonoboui-2.8.1_2 GUI frontend to the libbonobo component of GNOME 2 libdvdcss-1.2.8_1 Portable abstraction library for DVD decryption libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libexif-0.6.12_1 Library to read digital camera file meta-data libfame-0.9.1_1 A video encoding library libfpx-1.2.0.12 Library routines for working with Flashpix images libgcrypt-1.2.1_1 "General purpose crypto library based on code used in GnuPG libglade2-2.5.1_2 GNOME glade library libglut-6.0.1 A graphics library similar to SGI's OpenGL libgnome-2.10.0_1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.10.1_1 A graphics library for GNOME libgnomeui-2.10.0_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.0_1 Common error values for all GnuPG components libgphoto2-2.1.5_1 A universal digital camera picture control tool libgsf-1.11.1 An extensible i/o abstraction for dealing with structured f libiconv-1.9.2_1 A character set conversion library libidn-0.5.16 Internationalized Domain Names command line tool libksba-0.9.11 KSBA is an X.509 Library libltdl-1.5.10 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmal-0.40 A library encapsulating malsync libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library libogg-1.1.2_1,3 Ogg bitstream library libpaper-1.1.14.3 A library providing routines for paper size management libpixman-0.1.5 Pixel region library libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio libsndfile-1.0.11 Reading and writing files containing sampled sound (like WA libsvg-0.1.3 A parser for SVG content in files or buffers libsvg-cairo-0.1.5 SVG rendering library libtheora-1.0.a4 Theora video codec for the Ogg multimedia streaming system libtool-1.3.5_2 Generic shared library support script (version 1.3) libtool-1.5.10_1 Generic shared library support script (version 1.5) libungif-4.1.3 Tools and library routines for working with GIF images libusb-0.1.10a Library giving userland programs access to USB devices libvorbis-1.1.0_1,3 Audio compression codec library libwww-5.4.0_1 The W3C Reference Library libxine-1.0.1 Libraries for xine multimedia player libxml2-2.6.19 XML parser library for GNOME libxslt-1.1.14 The XSLT C library for GNOME linc-1.0.3_3 A library for writing networked servers & clients links-0.98,1 Lynx-like text WWW browser linux-atk-1.2.0_2 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.5_2 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-6.0r79_2 The official Macromedia Flash Player for Linux Mozilla and linux-fontconfig-2.1_2 Linux/i386 binary of Fontconfig linux-jpeg-6b.15_3 RPM of the JPEG lib linux-png-1.2.7_5 RPM of the PNG lib linux-realplayer-10.0.4 Linux RealPlayer 10 from RealNetworks linux-sun-jdk-1.4.2.08_1 Sun Java Development Kit 1.4 for Linux linux-tiff-3.6.1_1 TIFF library, Linux/i386 binary linux_base-rh-7.3 Basic packages for Linux mode from Red Hat 7.3/i386 linuxdoc-1.1_1 The Linuxdoc SGML DTD linuxpluginwrapper-20050613 A wrapper allowing use of linux-plugins with native applica linuxthreads-2.2.3_19 POSIX pthreads implementation using rfork to generate kerne lynx-2.8.5 A non-graphical, text-based World-Wide Web client m4-1.4.3 GNU m4 mDNSResponder-107.1_1 "Apple's mDNSResponder" mozilla-1.7.8,2 The open source, standards compliant web browser mp-letter-3.0.1 A PostScript printing util for ASCII files, email, USENET n mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder mysql-client-5.0.11 Multithreaded SQL database (client) mysql-server-5.0.11 Multithreaded SQL database (server) nas-1.7 Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler ncftp-3.1.9 ftp replacement with advanced user interface neon-0.24.7 An HTTP and WebDAV client library for Unix systems net-snmp-5.2.1_2 An extendable SNMP implementation netpbm-10.26.9 A toolkit for conversion of images between different format nhc98-1.18_1 A fully-fledged compiler for Haskell 98 nntp-1.5.12.2_4 NNTP with NOV support open-motif-2.2.3_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.2.26 Open source LDAP client implementation openslp-1.0.11_1 Open-source implementation of the Service Location Protocol p5-Archive-Zip-1.14 Perl module to create, manipulate, read, and write Zip arch p5-Compress-Zlib-1.33 Perl5 interface to zlib compression library p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat p5-gettext-1.03 Message handling functions p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy pango-1.8.1 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pcre-5.0 Perl Compatible Regular Expressions library pear-Archive_Tar-1.3.1 PEAR tar file management class pear-Console_Getopt-1.2 PEAR command-line option parser pear-PEAR-1.3.5_1 PEAR Base System pear-XML_RPC-1.4.0 PHP implementation of the XML-RPC protocol perl-5.8.6_2 Practical Extraction and Report Language php5-5.0.5 PHP Scripting Language (Apache Module and CLI) php5-bcmath-5.0.5 The bcmath shared extension for php php5-bz2-5.0.5 The bz2 shared extension for php php5-calendar-5.0.5 The calendar shared extension for php php5-ctype-5.0.5 The ctype shared extension for php php5-curl-5.0.5 The curl shared extension for php php5-dio-5.0.5 The dio shared extension for php php5-dom-5.0.5 The dom shared extension for php php5-exif-5.0.5 The exif shared extension for php php5-pcre-5.0.4_2 The pcre shared extension for php php5-pear-5.0.4_4 PEAR framework for PHP php5-simplexml-5.0.5 The simplexml shared extension for php php5-xml-5.0.4_2 The xml shared extension for php phpbb-2.0.17 A PHP-based bulletin board / discussion forum system pilot-link-0.11.8_3 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.17.2 A utility to retrieve information about installed libraries png-1.2.8_2 Library for manipulating PNG images polypaudio-0.7_1 Sound server for UNIX popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portupgrade-20041226_2 FreeBSD ports/packages administration and management tool s pth-2.0.4 GNU Portable Threads python-2.4.1_1 An interpreted object-oriented programming language qca-tls-1.0_1 SSL/TLS plugin for Qt qmake-3.3.4 The build utility of the Qt project qt-copy-3.3.4 Multiplatform C++ application framework (+ KDE patches) rplay-3.3.2_2 Network audio player rpm-3.0.6_9 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs ruby-1.8.2_3 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu ruby18-mime-types-1.13.1 MIME::Types for Ruby samba-2.2.12 A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.14a_2 The shared lib from the samba packages sane-backends-1.0.15 API for access to scanners, digitals camera, frame grabbers scr2png-1.1_4 Converts the output of "vidcontrol -p" to PNG scr2txt-1.1 Converts the output of "vidcontrol -p" to text scrollkeeper-0.3.14_1,1 An Open Document Cataloging Project sdl-1.2.8,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project speex-1.0.5,1 An open-source patent-free voice codec startup-notification-0.8_1 Library that supports startup notification spec from freede subversion-1.1.4 Version control system svgalib-1.4.3_4 A low level console graphics library t1lib-5.0.1,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.3.1 Library for manipulating ID3 tags and Ogg comments tardy-1.11 Manipulate the file headers in tar archive files in various tcl-8.4.7,1 Tool Command Language teTeX-base-3.0_3 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_3 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter tidy-20000804_2 Fixes and tidies up HTML files tiff-3.7.2 Tools and library routines for working with TIFF images tk-8.4.7,2 Graphical toolkit for TCL tkcvs-7.2.4 Tcl/Tk frontends to CVS and diff ttmkfdir-20021109_1 Create fonts.scale file for use with TrueType font server unzip-5.52_1 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X v4all-2.1.1.9 An Eclipse Plugin for Designing Java Swing & SWT GUIs wget-1.8.2_7 Retrieve files from the Net via HTTP and FTP wv2-0.2.2_1 A library providing routines to access Microsoft Word files x2vnc-1.61 A program to link multiple X and VNC servers together x2x-1.27_1 A program to link multiple X servers together xemacs-21.4.17 This port tracks the stable version of the XEmacs text edit xemacs-packages-13.0 Basic XEmacs elisp packages(xemacs-packages) xfstt-1.6 A TrueType font server for X11 xhtml-1.0.20020801_4 W3C's XHTML DTD xmlcatmgr-2.2 SGML and XML catalog manager xorg-6.8.2 X.Org distribution metaport xorg-clients-6.8.2 X client programs and related files from X.Org xorg-documents-6.8.2 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.8.2 X.Org font encoding files xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.8.2 X.Org TrueType fonts xorg-fonts-type1-6.8.2 X.Org Type1 fonts xorg-fontserver-6.8.2 X font server from X.Org xorg-libraries-6.8.2 X11 libraries and headers from X.Org xorg-manpages-6.8.2 X.Org library manual pages xorg-nestserver-6.8.2 Nesting X server from X.Org xorg-printserver-6.8.2 X Print server from X.Org xorg-server-6.8.2_2 X.Org X server and related programs xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org xpdf-3.00_6 Display PDF files, and convert them to other formats xterm-202 Terminal emulator for the X Window System zip-2.3_2 Create/update ZIP files compatible with pkzip ------------------------------------------------------- -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:52:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E21CE16A41F for ; Sat, 10 Sep 2005 00:52:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A8C43D49 for ; Sat, 10 Sep 2005 00:52:57 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8A0qs0r003315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 20:52:54 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8A0qr6P016483; Fri, 9 Sep 2005 20:52:53 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BB3CD51251; Fri, 9 Sep 2005 20:52:52 -0400 (EDT) Date: Fri, 9 Sep 2005 20:52:52 -0400 From: Kris Kennaway To: Vizion Message-ID: <20050910005252.GA66027@xor.obsecurity.org> References: <200509091546.46732.vizion@vizion.occoxmail.com> <20050910001951.GA21656@orion.daedalusnetworks.priv> <200509091737.04877.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <200509091737.04877.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.4.2.1i Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: libmagic files missing?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:52:58 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 05:37:04PM -0700, Vizion wrote: > checking for magic files in default path... not found > configure: error: Please reinstall the libmagic distribution > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to ale@FreeBSD.org [maintainer] and attach the > "/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including > the output of the failure of your make command. Also, it might be a good = idea > to provide an overview of all packages installed on your system (e.g. an = `ls > /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/sysutils/pecl-fileinfo. > *** Error code 1 >=20 > Stop in /usr/ports/lang/php5-extensions. As explained above, the config.log contains the necessary details to debug this. If you don't want to follow the advice and ask the maintainer, either put that file online somewhere so as not to spam the list, or post only the section that refers to libmagic. Kris --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIi5kWry0BWjoQKURAoqfAJ49YP2aL4lKn7jUvC2oYjfjpJgzGwCgpC7M 75dvinDosSq1skQQGjJ8830= =qA3o -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:58:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83BDD16A41F for ; Sat, 10 Sep 2005 00:58:13 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53EB43D45 for ; Sat, 10 Sep 2005 00:58:12 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910005811.PKAL24491.lakecmmtao06.coxmail.com@dns1>; Fri, 9 Sep 2005 20:58:11 -0400 From: Vizion To: Kris Kennaway Date: Fri, 9 Sep 2005 17:53:54 -0700 User-Agent: KMail/1.8 References: <200509091546.46732.vizion@vizion.occoxmail.com> <200509091737.04877.vizion@vizion.occoxmail.com> <20050910005252.GA66027@xor.obsecurity.org> In-Reply-To: <20050910005252.GA66027@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091753.55763.vizion@vizion.occoxmail.com> Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: libmagic files missing?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:58:13 -0000 On Friday 09 September 2005 17:52, the author Kris Kennaway contributed to the dialogue on- Re: libmagic files missing??: >On Fri, Sep 09, 2005 at 05:37:04PM -0700, Vizion wrote: >> checking for magic files in default path... not found >> configure: error: Please reinstall the libmagic distribution >> ===> Script "configure" failed unexpectedly. >> Please report the problem to ale@FreeBSD.org [maintainer] and attach the >> "/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including >> the output of the failure of your make command. Also, it might be a good >> idea to provide an overview of all packages installed on your system (e.g. >> an `ls /var/db/pkg`). >> *** Error code 1 >> >> Stop in /usr/ports/sysutils/pecl-fileinfo. >> *** Error code 1 >> >> Stop in /usr/ports/lang/php5-extensions. > >As explained above, the config.log contains the necessary details to >debug this. If you don't want to follow the advice and ask the >maintainer, either put that file online somewhere so as not to spam >the list, or post only the section that refers to libmagic. Thanks I did follow the advice and send the requested info to ale. Ale has not responded yet - he may be out of town. I have forwarded a copy directly to you and to the list - I had held back on posting to the list in case someone object to the amount of information - but I have had a couple of people ask me to post the full info so I have done so - I hope that is OK Thanks again david > >Kris -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:58:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C834516A420 for ; Sat, 10 Sep 2005 00:58:42 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A2343D46 for ; Sat, 10 Sep 2005 00:58:41 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3165079nzd for ; Fri, 09 Sep 2005 17:58:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=LLzJCdpeKW7YTSlz2XDSerwUarIzOZFpB4ao5MNsyELvSs/T1Zwbn1BRRD1t54Uqjsj4WgZbI3jE6AsMlQ1sdD8+IZvmSYCXL3TrjaE2KjWf60r6frEQVymGbhsRG+6+E6XRiSM5JxugG2OQcDFXRmQ79zeCTGcqT+pX5wDuCeU= Received: by 10.37.15.41 with SMTP id s41mr889744nzi; Fri, 09 Sep 2005 17:58:41 -0700 (PDT) Received: by 10.36.23.11 with HTTP; Fri, 9 Sep 2005 17:58:41 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 20:58:41 -0400 From: Thomas Dimson To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tdimson@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:58:42 -0000 Hi, Sorry if this is out of place, but I am having an issue with forwarding=20 packets on my freebsd-current box from a windows PC. Here what I'm trying to do: I have two network cards, one on a university network and one going to a=20 router, which is connected to a cable modem. Both cards use the vr driver.= =20 University is configured through DHCP, private router is just specified ( 192.168.1.110 ). I am trying to route traffic to the= =20 internet through the router while keeping all university traffic internal.= =20 Problem:=20 I run a traceroute from my freebsd box to the university network and it=20 works fine. I can access the website (129.97.128.40 )= =20 through the internal network. However, using my windows PC - with the=20 freebsd server specified as a gateway - it just times out when trying to=20 connect to the web site. Any website on the internet works fine, but not th= e=20 intranet.=20 Here is my config, I am just setting a static route to the ip of the websit= e=20 to test for now: netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.1.1 UGS 0 119789 vr0 localhost localhost UH 0 0 lo0 129.97.128.40/32 cn-rtrev-res15net. UGS 0 12 vr1 192.168.1 link#1 UC 0 0 vr0 192.168.1.1 00:20:78:ce:cb:b4 UHLW 2 154 vr0 1172 192.168.1.107 00:11:95:5d:0b:7f UHLW 1 210110 vr0 94= 5 Internet6: Destination Gateway Flags Netif Expire localhost localhost UH lo0 fe80::%vr0 link#1 UC vr0 fe80::20d:88ff:fe7 00:0d:88:7f:42:d0 UHL lo0 fe80::%vr1 link#2 UC vr1 fe80::211:95ff:fee 00:11:95:e2:57:40 UHL lo0 fe80::%lo0 fe80::1%lo0 U lo0 fe80::1%lo0 link#4 UHL lo0 ff01:: localhost U lo0 ff02::%vr0 link#1 UC vr0 ff02::%vr1 link#2 UC vr1 ff02::%lo0 localhost UC lo0 Can anyone provide me with aid, or at least the location of a log file for= =20 the gateway functions of the machine? From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:59:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB0216A41F for ; Sat, 10 Sep 2005 00:59:16 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A25B43D60 for ; Sat, 10 Sep 2005 00:59:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8A0xA0r003794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Sep 2005 20:59:10 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8A0x96P017056; Fri, 9 Sep 2005 20:59:10 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2AEC151251; Fri, 9 Sep 2005 20:59:09 -0400 (EDT) Date: Fri, 9 Sep 2005 20:59:09 -0400 From: Kris Kennaway To: Vizion Message-ID: <20050910005908.GA66255@xor.obsecurity.org> References: <200509090959.40296.vizion@vizion.occoxmail.com> <4321D0E3.4040909@daleco.biz> <200509091743.02453.vizion@vizion.occoxmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <200509091743.02453.vizion@vizion.occoxmail.com> User-Agent: Mutt/1.4.2.1i Cc: Giorgos Keramidas , freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Fwd: php extensions compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:59:16 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2005 at 05:43:01PM -0700, Vizion wrote: > configure:2971: checking for magic files in default path > configure:2984: result: not found > configure:2986: error: Please reinstall the libmagic distribution OK, not directly helpful. I checked the configure script and it's looking for if test -r $i/include/magic.h || test -r $i/magic.h; then FILEINFO_DIR=3D$i AC_MSG_RESULT(found in $i) break =20 a header file. 5.3 did not install this header (5.4 does), so you can either upgrade to 5.4 (may be necessary to avoid further problems later), or try copying /usr/src/contrib/file/magic.h to /usr/include/magic.h and see if it works. Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIi/cWry0BWjoQKURAsKPAJ4oap2Rl0ob8grzXGziM8RXM/X3wwCdFfk4 X9q6oJU9aQjwGFXikgVULb4= =hxLt -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 01:05:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A6916A41F for ; Sat, 10 Sep 2005 01:05:17 +0000 (GMT) (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 BA0DF43D48 for ; Sat, 10 Sep 2005 01:05:15 +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 3DF8ED98; Sat, 10 Sep 2005 09:06:20 +0800 (WST) 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 07321-02; Sat, 10 Sep 2005 09:06:16 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 2F9DCD95; Sat, 10 Sep 2005 09:06:16 +0800 (WST) From: "Paul Hamilton" To: "'Ian Smith'" Date: Sat, 10 Sep 2005 09:05:12 +0800 Message-ID: <05bd01c5b5a3$b2720240$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: X-Virus-Scanned: amavisd-new at bdug.org.au Cc: freebsd-questions@freebsd.org, 'Glenn Dawson' Subject: RE: Serial Port data dumping program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 01:05:17 -0000 Hi Ian, > -----Original Message----- > From: Ian Smith [mailto:smithi@nimnet.asn.au]=20 > Sent: Saturday, 10 September 2005 3:16 AM > To: Paul Hamilton > Cc: Glenn Dawson; freebsd-questions@freebsd.org > Subject: RE: Serial Port data dumping program >=20 >=20 > Hi Paul, >=20 > catching up on a week's digests .. and seeig no further=20 > messages on this topic so far, I don't know whether you've=20 > sorted this out yet. Anyway.. >=20 > > > >I have been using the 'minicom' port to dump the=20 > received data. =20 >=20 > I guess you mean the _transmitted_ data, right? I just=20 > grabbed the manual at http://www.seetron.com/pdf/ssc2_mnl.pdf=20 > and note that the board only _receives_ command data packets. >=20 Yes that's correct > > > >However, it doesn't seem to collect the data properly. Data=20 > > > coming in=20 > > > >should be in accordance with the SSC protocol, ie: > > > > > > > >byte 1: 0xFF // sync byte > > > > > > > >byte 2: 0x01 - 0x25f //servo address > > >=20 > > > How do you fit 0x25f into a single byte? (I count 10=20 > bits required) > >=20 > >=20 > > Yep, a typo, should have been: 0xff >=20 > Well, it should be 0-7 (for 1 board, 8-15 for a second board, etc) Yes I was confused about what the starting address was. After looking = at the bytes being sent from the Windows program, I could see the correct starting address was 0. >=20 > > > >byte 3: 0x00 - 0x255 // servo position > > >=20 > > > Same question as above. > >=20 > > Brain thinking in hex, fingers working in decimal ;-) >=20 > Actually it's 0-254 (0x00 - 0xfe) .. 0xff would be another sync byte.=20 True. >=20 > > > >Here is a dump of the collected data (via minicom): > > > > > > > >#hexdump minicom.cap > > > >0000000 45ff 49ff 4cff 50ff 53ff 57ff 5aff 57ff > > > >0000010 53ff 50ff 4cff 49ff 45ff 45ff 01ff ff82 > > > >0000020 8101 01ff ff80 8202 02ff ff81 8002 03ff > > > >0000030 ff83 8203 03ff ff81 8003 7fff 7fff 7eff > > > >0000040 01ff ff7f 7f02 03ff ff7f ff7f 8001 02ff > > > >0000050 ff80 8003 04ff ff80 ff80 8006 07ff 0080 > > > > > > > >Looking at the first row of data, it is only showing=20 > two bytes, sync=20 > > > >and servo position. Rows 020 and 030, shows some servo=20 > > > addresses, but=20 > > > >sometimes, together! Both the mini-ssc.exe and minicom=20 > program are=20 > > > >using 9600 8n1, so why is it showing this? Is there=20 > > > something I have=20 > > > >missed in the setup of minicom? Looks like this is a=20 > serial buffer=20 > > > >problem. >=20 > Maybe flow control? Is the serial port's UART programmed to=20 > ignore CTS/RTS, and/or DTR/DSR? You say you've only wired=20 > signal ground, and TxD to RxD, but you 'normally' can't=20 > transmit unless CTS is asserted (say, by RTS), may need=20 > DTR/DSR too, and perhaps expect DCD to receive? I don't=20 > really get what you're doing with minicom - are you receiving=20 > the data on another port, or just echoing your transmitted data back? >=20 This is what I thought as well. I had a serial port breakout box wired inline and configured pretty well as you mention. Once I had found the Windows mini-ssc program, I then 'just for a lark' pulled one jumper = wire at a time, until I found that it was working as a straight through cable! > paqi% hexdump > fgjdg kj > ^D > 0000000 6766 646a 2067 6a6b 000a > 0000009 >=20 > paqi% hd > fgjdg kj > ^D > 00000000 66 67 6a 64 67 20 6b 6a 0a =20 > |fgjdg kj.| > 00000009 >=20 > > > >Is there a better program I could use to display the=20 > incoming serial=20 > > > >data in hex? >=20 > hd :) Again, you mean a reflection of your outgoing data, don't you? >=20 > > > >NOTE: I only use two wires, signal ground and Tx Data=20 > (connected to=20 > > > >the Rx Data). The servo does respond correctly, so I know=20 > > > the serial=20 > > > >data must be in the correct 3 byte format. >=20 > You could try 2 stop bits - they say one or more. >=20 > In the second example program in (good grief!) QBASIC in the=20 > above PDF manual, they begin by initialising the serial port thus:=20 >=20 > OPEN "com1:9600,N,8,1,CD0,CS0,DS0,OP0" FOR OUTPUT AS #1; >=20 > I gather CD0 means ignore DCD, CS0 ignore CTS, DS0 ignore=20 > DSR; don't know about OP0. Seems you need no flow control,=20 > or null-modem wiring? >=20 > Cheers, Ian >=20 Ah, hd! Yes this is a nice program. No byte re-ordering I have noted = it down :-) I don't know if you saw one of my other threads "C program to write to = the com port" which is now resolved. I started this thread to help with = the troubleshooting of the serial data coming from the C Program. =20 It's interesting that minicom seems to skip recording the 0x00 servo = address byte! Thanks for your help. Cheers, Paul From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 01:12:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A0016A420 for ; Sat, 10 Sep 2005 01:12:20 +0000 (GMT) (envelope-from 4711@chello.at) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id EB7B543D48 for ; Sat, 10 Sep 2005 01:12:18 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 62987 invoked from network); 9 Sep 2005 19:45:36 -0000 Received: from matrix010.matrix.net (HELO localhost) (192.168.123.10) by mail2.matrix.net with SMTP; 9 Sep 2005 19:45:36 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 21:42:33 +0200 User-Agent: KMail/1.8 References: <20050909150402.22893.qmail@web51805.mail.yahoo.com> In-Reply-To: <20050909150402.22893.qmail@web51805.mail.yahoo.com> X-Face: 9K^F42eGrHAbAe?%/Jn(.sAeg9d{Ur6`x<[+LZ46Plx#sTFr]9_>|#(?~v6X,=?utf-8?q?2=7EBeL=23=3A7kxV8=23s=3BUP=0A=09=7C?=>X.=B,VvQ"}!^Zb}AGD:Um.+; P=%U6W Cc: Ng Pek Yong , freebsd-geom@freebsd.org Subject: Re: Recompiled freebsd 5.4 cannot boot up with geom_mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 01:12:20 -0000 --nextPart2295173.eONkj0EE5S Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 09 September 2005 17:04:17, Ng Pek Yong wrote: > Hi, > > I am having some problem with geom_mirror on a freebsd > 5.4. > > I followed the steps described in > http://people.freebsd.org/~rse/mirror/ > and got geom_mirror up on a stock freebsd 5.4, > including / partition itself. > > The problem came when I compiled the kernel. After > pulling in the latest source tree, compiling and > installing the new kernel, I find that the OS can no > longer bootup. > > I did with 2 kernel configurations. The 1st is > completely identical to the stock kernel config. The > 2nd has an extra line "options GEOM_MIRROR". > Both failed to boot up although the errors are > different. You don't need "options GEOM_MIRROR" in your kernelconfig to run gmirror. > 1st config > ---------- > The boot process got stucked when it tries to mount / > The error message is something like this > Mount root from ufs:/dev/mirror/gm0s1a > setrootbyname failed > ffs_mountroot: can't find rootvp > Root mount failed: 6 Maybe there is a typo in your /etc/fstab. Enter a "?" here to get a list of= =20 all your geom devices. Then try to mount / from the correct device by=20 entering "ufs:mirror/your_root_device" at the "mountroot>" prompt. =20 [...] Cheers, ch =2D-=20 Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE=20 OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu --nextPart2295173.eONkj0EE5S Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDIeZf09WjGjvKU74RApRZAJ0UU6VQLl/t+S9JSqYYs4K4uu8GMQCeK5k3 NkrC/j7c4uqK9PYRhvqYBIA= =+xX5 -----END PGP SIGNATURE----- --nextPart2295173.eONkj0EE5S-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 01:16:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3594316A41F for ; Sat, 10 Sep 2005 01:16:47 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FDA43D45 for ; Sat, 10 Sep 2005 01:16:46 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910011645.QDOM24491.lakecmmtao06.coxmail.com@dns1>; Fri, 9 Sep 2005 21:16:45 -0400 From: Vizion To: Kris Kennaway Date: Fri, 9 Sep 2005 18:12:27 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <200509091743.02453.vizion@vizion.occoxmail.com> <20050910005908.GA66255@xor.obsecurity.org> In-Reply-To: <20050910005908.GA66255@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091812.28737.vizion@vizion.occoxmail.com> Cc: Giorgos Keramidas , freebsd-questions@freebsd.org Subject: Re: Fwd: php extensions compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 01:16:47 -0000 On Friday 09 September 2005 17:59, the author Kris Kennaway contributed to the dialogue on- Re: Fwd: php extensions compile error: >On Fri, Sep 09, 2005 at 05:43:01PM -0700, Vizion wrote: >> configure:2971: checking for magic files in default path >> configure:2984: result: not found >> configure:2986: error: Please reinstall the libmagic distribution > >OK, not directly helpful. I checked the configure script and it's >looking for > > if test -r $i/include/magic.h || test -r $i/magic.h; then > FILEINFO_DIR=$i > AC_MSG_RESULT(found in $i) > break > >a header file. 5.3 did not install this header (5.4 does), so you can >either upgrade to 5.4 (may be necessary to avoid further problems >later), or try copying /usr/src/contrib/file/magic.h to >/usr/include/magic.h and see if it works. > >Kris Thank you so much Kris It looks as though it is working.. compiling like mad atm.. that has done the trick - do you want to email ale and let him know - although I would like to tell him how much I appreciate your help anyway thanks david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 01:53:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7620F16A41F; Sat, 10 Sep 2005 01:53:13 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao04.coxmail.com (lakecmmtao04.coxmail.com [68.99.120.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989EE43D4C; Sat, 10 Sep 2005 01:53:12 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910015311.ZCCU3140.lakecmmtao04.coxmail.com@dns1>; Fri, 9 Sep 2005 21:53:11 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 18:48:52 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <20050910005908.GA66255@xor.obsecurity.org> <200509091812.28737.vizion@vizion.occoxmail.com> In-Reply-To: <200509091812.28737.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091848.53844.vizion@vizion.occoxmail.com> Cc: Giorgos Keramidas , ale@FreeBSD.org, Kris Kennaway Subject: php extensions compile error - another compile bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 01:53:13 -0000 Getting near the end and I get this: ---------------------------------------------- I do not know whether you have time to look at this one or not? Thanks again david config.status: creating config.h ===> Building for php5-wddx-5.0.5 /bin/sh /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/libtool --mode=co mpile cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx -DPHP_ATO M_INC -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include -I/usr/po rts/textproc/php5-wddx/work/php-5.0.5/ext/wddx/main -I/usr/ports/textproc/php5- wddx/work/php-5.0.5/ext/wddx -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/i nclude/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe -c /usr/ports/ textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c -o wddx.lo cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx -DPHP_ATOM_INC - I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include -I/usr/ports/tex tproc/php5-wddx/work/php-5.0.5/ext/wddx/main -I/usr/ports/textproc/php5-wddx/wo rk/php-5.0.5/ext/wddx -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/ libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe -c /usr/ports/textproc/ph p5-wddx/work/php-5.0.5/ext/wddx/wddx.c -fPIC -DPIC -o wddx.lo /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:29:34: ext/xml/exp at_compat.h: No such file or directory /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:34:29: ext/xml/php _xml.h: No such file or directory /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:102: error: syntax error before '*' token /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:715: error: syntax error before '*' token /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function `php_ wddx_push_element': /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: `user_ data' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: (Each undeclared identifier is reported only once /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: for ea ch function it appears in.) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:720: error: `name' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:723: error: `atts' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:816: warning: assi gnment makes pointer from integer without a cast /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:837: warning: assi gnment makes pointer from integer without a cast /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:876: warning: assi gnment makes pointer from integer without a cast /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top level: /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:903: error: syntax error before '*' token /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function `php_ wddx_pop_element': /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:906: error: `user_ data' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:917: error: `name' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top level: /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1031: error: synta x error before '*' token /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function `php_ wddx_process_data': /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1034: error: `user _data' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: `s' u ndeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: `len' undeclared (first use in this function) /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: warning: ass ignment makes pointer from integer without a cast /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function `php_ wddx_deserialize_ex': /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1121: error: synta x error before "parser" /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1126: error: `pars er' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx. *** Error code 1 Stop in /usr/ports/textproc/php5-wddx. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. dns1# ****************************************************************** dns1# cat /usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-fileinfo=/usr --prefix=/usr/local i386-portbld-freebsd5.3 ## --------- ## ## Platform. ## ## --------- ## hostname = dns1.vizion2000.net uname -m = i386 uname -r = 5.3-RELEASE uname -s = FreeBSD uname -v = FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/autoconf259 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1499: checking build system type configure:1517: result: i386-portbld-freebsd5.3 configure:1525: checking host system type configure:1539: result: i386-portbld-freebsd5.3 configure:1601: checking for i386-portbld-freebsd5.3-gcc configure:1627: result: cc configure:1909: checking for C compiler version configure:1912: cc --version &5 cc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1915: $? = 0 configure:1917: cc -v &5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:1920: $? = 0 configure:1922: cc -V &5 cc: `-V' option must have argument configure:1925: $? = 1 configure:1948: checking for C compiler default output file name configure:1951: cc -O -pipe conftest.c >&5 configure:1954: $? = 0 configure:2000: result: a.out configure:2005: checking whether the C compiler works configure:2011: ./a.out configure:2014: $? = 0 configure:2031: result: yes configure:2038: checking whether we are cross compiling configure:2040: result: no configure:2043: checking for suffix of executables configure:2045: cc -o conftest -O -pipe conftest.c >&5 configure:2048: $? = 0 configure:2073: result: configure:2079: checking for suffix of object files configure:2100: cc -c -O -pipe conftest.c >&5 configure:2103: $? = 0 configure:2125: result: o configure:2129: checking whether we are using the GNU C compiler configure:2153: cc -c -O -pipe conftest.c >&5 configure:2159: $? = 0 configure:2163: test -z || test ! -s conftest.err configure:2166: $? = 0 configure:2169: test -s conftest.o configure:2172: $? = 0 configure:2185: result: yes configure:2191: checking whether cc accepts -g configure:2212: cc -c -g conftest.c >&5 configure:2218: $? = 0 configure:2222: test -z || test ! -s conftest.err configure:2225: $? = 0 configure:2228: test -s conftest.o configure:2231: $? = 0 configure:2242: result: yes configure:2259: checking for cc option to accept ANSI C configure:2329: cc -c -O -pipe conftest.c >&5 configure:2335: $? = 0 configure:2339: test -z || test ! -s conftest.err configure:2342: $? = 0 configure:2345: test -s conftest.o configure:2348: $? = 0 configure:2366: result: none needed configure:2384: cc -c -O -pipe conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2390: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2527: checking whether cc understands -c and -o together configure:2554: cc -c conftest.c -o conftest.o >&5 configure:2557: $? = 0 configure:2559: cc -c conftest.c -o conftest.o >&5 configure:2562: $? = 0 configure:2601: result: yes configure:2616: checking if compiler supports -R configure:2640: cc -o conftest -O -pipe conftest.c -R /usr/lib >&5 configure:2646: $? = 0 configure:2650: test -z || test ! -s conftest.err configure:2653: $? = 0 configure:2656: test -s conftest configure:2659: $? = 0 configure:2673: result: yes configure:2781: checking for PHP prefix configure:2783: result: /usr/local configure:2785: checking for PHP includes configure:2787: result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend configure:2789: checking for PHP extension directory configure:2791: result: /usr/local/lib/php/20041030 configure:2838: checking for re2c configure:2865: result: exit 0; configure:2877: checking for gawk configure:2893: found /usr/local/bin/gawk configure:2903: result: gawk configure:2917: checking for fileinfo support configure:2960: result: yes, shared configure:3065: checking for dl configure:3122: cc -o conftest -O -pipe conftest.c >&5 /var/tmp//ccvlHjst.o(.text+0x12): In function `main': : undefined reference to `dl' /var/tmp//ccvlHjst.o(.data+0x0): undefined reference to `dl' configure:3128: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* Define dl to an innocuous variant, in case declares dl. | For example, HP-UX 11i declares gettimeofday. */ | #define dl innocuous_dl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dl | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_dl) || defined (__stub___dl) | choke me | #else | char (*f) () = dl; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dl; | ; | return 0; | } configure:3153: result: no configure:3158: checking for __dl configure:3215: cc -o conftest -O -pipe conftest.c >&5 /var/tmp//ccVPrPgx.o(.text+0x12): In function `main': : undefined reference to `__dl' /var/tmp//ccVPrPgx.o(.data+0x0): undefined reference to `__dl' configure:3221: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* Define __dl to an innocuous variant, in case declares __dl. | For example, HP-UX 11i declares gettimeofday. */ | #define __dl innocuous___dl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __dl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __dl | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __dl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub___dl) || defined (__stub_____dl) | choke me | #else | char (*f) () = __dl; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __dl; | ; | return 0; | } configure:3246: result: no configure:3272: checking for dl in -ldlopen configure:3302: cc -o conftest -O -pipe conftest.c -ldlopen >&5 /usr/bin/ld: cannot find -ldlopen configure:3308: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dl (); | int | main () | { | dl (); | ; | return 0; | } configure:3334: result: no configure:3340: checking for __dl in -ldlopen configure:3370: cc -o conftest -O -pipe conftest.c -ldlopen >&5 /usr/bin/ld: cannot find -ldlopen configure:3376: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __dl (); | int | main () | { | __dl (); | ; | return 0; | } configure:3402: result: no configure:3490: checking for gzgets configure:3547: cc -o conftest -O -pipe conftest.c >&5 /var/tmp//ccxtHNQh.o(.text+0x12): In function `main': : undefined reference to `gzgets' /var/tmp//ccxtHNQh.o(.data+0x0): undefined reference to `gzgets' configure:3553: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* Define gzgets to an innocuous variant, in case declares gzgets. | For example, HP-UX 11i declares gettimeofday. */ | #define gzgets innocuous_gzgets | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gzgets (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gzgets | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gzgets (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_gzgets) || defined (__stub___gzgets) | choke me | #else | char (*f) () = gzgets; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gzgets; | ; | return 0; | } configure:3578: result: no configure:3583: checking for __gzgets configure:3640: cc -o conftest -O -pipe conftest.c >&5 /var/tmp//ccIzZGuv.o(.text+0x12): In function `main': : undefined reference to `__gzgets' /var/tmp//ccIzZGuv.o(.data+0x0): undefined reference to `__gzgets' configure:3646: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | /* Define __gzgets to an innocuous variant, in case declares __gzgets. | For example, HP-UX 11i declares gettimeofday. */ | #define __gzgets innocuous___gzgets | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __gzgets (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __gzgets | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __gzgets (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub___gzgets) || defined (__stub_____gzgets) | choke me | #else | char (*f) () = __gzgets; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __gzgets; | ; | return 0; | } configure:3671: result: no configure:3697: checking for gzgets in -lz configure:3727: cc -o conftest -O -pipe conftest.c -lz >&5 configure:3733: $? = 0 configure:3737: test -z || test ! -s conftest.err configure:3740: $? = 0 configure:3743: test -s conftest configure:3746: $? = 0 configure:3759: result: yes configure:3854: cc -o conftest -O -pipe conftest.c -lz >&5 configure:3857: $? = 0 configure:3859: ./conftest configure:3862: $? = 0 configure:3915: checking for round configure:3972: cc -o conftest -O -pipe conftest.c -lz >&5 conftest.c:35: warning: conflicting types for built-in function 'round' /var/tmp//ccFHME9Z.o(.text+0x12): In function `main': : undefined reference to `round' /var/tmp//ccFHME9Z.o(.data+0x0): undefined reference to `round' configure:3978: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GZGETS 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | /* Define round to an innocuous variant, in case declares round. | For example, HP-UX 11i declares gettimeofday. */ | #define round innocuous_round | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char round (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef round | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char round (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_round) || defined (__stub___round) | choke me | #else | char (*f) () = round; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != round; | ; | return 0; | } configure:4003: result: no configure:4008: checking for __round configure:4065: cc -o conftest -O -pipe conftest.c -lz >&5 /var/tmp//ccp5sFwe.o(.text+0x12): In function `main': : undefined reference to `__round' /var/tmp//ccp5sFwe.o(.data+0x0): undefined reference to `__round' configure:4071: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GZGETS 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | /* Define __round to an innocuous variant, in case declares __round. | For example, HP-UX 11i declares gettimeofday. */ | #define __round innocuous___round | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __round (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __round | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __round (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub___round) || defined (__stub_____round) | choke me | #else | char (*f) () = __round; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __round; | ; | return 0; | } configure:4096: result: no configure:4122: checking for round in -lm configure:4152: cc -o conftest -O -pipe conftest.c -lm -lz >&5 conftest.c:18: warning: conflicting types for built-in function 'round' configure:4158: $? = 0 configure:4162: test -z || test ! -s conftest.err configure:4165: $? = 0 configure:4168: test -s conftest configure:4171: $? = 0 configure:4184: result: yes configure:4279: cc -o conftest -O -pipe conftest.c -lz -lm >&5 configure:4282: $? = 0 configure:4284: ./conftest configure:4287: $? = 0 configure:4417: checking for magic_open in -lmagic configure:4447: cc -o conftest -O -pipe conftest.c -lmagic -lm -lz >&5 configure:4453: $? = 0 configure:4457: test -z || test ! -s conftest.err configure:4460: $? = 0 configure:4463: test -s conftest configure:4466: $? = 0 configure:4479: result: yes configure:5048: checking for ld used by GCC configure:5111: result: /usr/bin/ld configure:5120: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.15 [FreeBSD] 2004-05-23 configure:5132: result: yes configure:5137: checking for /usr/bin/ld option to reload object files configure:5144: result: -r configure:5149: checking for BSD-compatible nm configure:5185: result: nm configure:5188: checking for a sed that does not truncate output configure:5270: result: /usr/bin/sed configure:5273: checking whether ln -s works configure:5277: result: yes configure:5284: checking how to recognise dependent libraries configure:5466: result: pass_all configure:5478: checking command to parse nm output configure:5562: cc -c -O -pipe conftest.c >&5 configure:5565: $? = 0 configure:5569: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW] [ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5572: $? = 0 configure:5624: cc -o conftest -O -pipe conftest.c conftstm.o >&5 configure:5627: $? = 0 configure:5671: result: ok configure:5680: checking how to run the C preprocessor configure:5715: cc -E conftest.c configure:5721: $? = 0 configure:5753: cc -E conftest.c conftest.c:16:28: ac_nonexistent.h: No such file or directory configure:5759: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GZGETS 1 | #define HAVE_LIBZ 1 | #define HAVE_ROUND 1 | #define HAVE_LIBM 1 | #define HAVE_FILEINFOLIB 1 | #define PHP_DEFAULT_MAGIC_FILE "" | #define COMPILE_DL_FILEINFO 1 | /* end confdefs.h. */ | #include configure:5798: result: cc -E configure:5822: cc -E conftest.c configure:5828: $? = 0 configure:5860: cc -E conftest.c conftest.c:16:28: ac_nonexistent.h: No such file or directory configure:5866: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GZGETS 1 | #define HAVE_LIBZ 1 | #define HAVE_ROUND 1 | #define HAVE_LIBM 1 | #define HAVE_FILEINFOLIB 1 | #define PHP_DEFAULT_MAGIC_FILE "" | #define COMPILE_DL_FILEINFO 1 | /* end confdefs.h. */ | #include configure:5910: checking for egrep configure:5920: result: grep -E configure:5925: checking for ANSI C header files configure:5950: cc -c -O -pipe conftest.c >&5 configure:5956: $? = 0 configure:5960: test -z || test ! -s conftest.err configure:5963: $? = 0 configure:5966: test -s conftest.o configure:5969: $? = 0 configure:6058: cc -o conftest -O -pipe conftest.c -lm -lz >&5 configure:6061: $? = 0 configure:6063: ./conftest configure:6066: $? = 0 configure:6081: result: yes configure:6105: checking for sys/types.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for sys/stat.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for stdlib.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for string.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for memory.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for strings.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for inttypes.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for stdint.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6105: checking for unistd.h configure:6121: cc -c -O -pipe conftest.c >&5 configure:6127: $? = 0 configure:6131: test -z || test ! -s conftest.err configure:6134: $? = 0 configure:6137: test -s conftest.o configure:6140: $? = 0 configure:6151: result: yes configure:6177: checking dlfcn.h usability configure:6189: cc -c -O -pipe conftest.c >&5 configure:6195: $? = 0 configure:6199: test -z || test ! -s conftest.err configure:6202: $? = 0 configure:6205: test -s conftest.o configure:6208: $? = 0 configure:6218: result: yes configure:6222: checking dlfcn.h presence configure:6232: cc -E conftest.c configure:6238: $? = 0 configure:6258: result: yes configure:6293: checking for dlfcn.h configure:6300: result: yes configure:6460: checking for i386-portbld-freebsd5.3-ranlib configure:6489: result: no configure:6498: checking for ranlib configure:6514: found /usr/bin/ranlib configure:6525: result: ranlib configure:6540: checking for i386-portbld-freebsd5.3-strip configure:6569: result: no configure:6578: checking for strip configure:6594: found /usr/bin/strip configure:6605: result: strip configure:6827: checking for objdir configure:6838: result: .libs configure:6859: checking for cc option to produce PIC configure:7005: result: -fPIC configure:7009: checking if cc PIC flag -fPIC works configure:7032: cc -c -O -pipe -fPIC -DPIC conftest.c >&5 configure:7038: $? = 0 configure:7042: test -z || test ! -s conftest.err configure:7045: $? = 0 configure:7048: test -s conftest.o configure:7051: $? = 0 configure:7089: result: yes configure:7109: checking if cc static flag -static works configure:7133: cc -o conftest -O -pipe -static conftest.c -lm -lz >&5 configure:7139: $? = 0 configure:7143: test -z || test ! -s conftest.err configure:7146: $? = 0 configure:7149: test -s conftest configure:7152: $? = 0 configure:7169: result: yes configure:7185: checking if cc supports -c -o file.o configure:7205: cc -c -O -pipe -o out/conftest2.o conftest.c >&5 configure:7229: result: yes configure:7234: checking if cc supports -c -o file.lo configure:7261: cc -c -O -pipe -c -o conftest.lo conftest.c >&5 configure:7267: $? = 0 configure:7271: test -z || test ! -s conftest.err configure:7274: $? = 0 configure:7277: test -s conftest.lo configure:7280: $? = 0 configure:7302: result: yes configure:7341: checking if cc supports -fno-rtti -fno-exceptions configure:7363: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7369: $? = 0 configure:7373: test -z || test ! -s conftest.err configure:7376: $? = 0 configure:7379: test -s conftest.o configure:7382: $? = 0 configure:7399: result: no configure:7414: checking whether the linker (/usr/bin/ld) supports shared libraries configure:8097: result: yes configure:8106: checking how to hardcode library paths into programs configure:8130: result: immediate configure:8139: checking whether stripping libraries is possible configure:8144: result: yes configure:8159: checking dynamic linker characteristics configure:8590: result: freebsd5.3 ld.so configure:8599: checking if libtool supports shared libraries configure:8601: result: yes configure:8608: checking whether to build shared libraries configure:8629: result: yes configure:8636: checking whether to build static libraries configure:8640: result: no configure:9394: checking whether -lc should be explicitly linked in configure:9402: cc -c -O -pipe conftest.c >&5 configure:9405: $? = 0 configure:9419: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9422: $? = 1 configure:9435: result: yes configure:10232: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on dns1.vizion2000.net config.status:10730: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_func_dl=no ac_cv_lib_m_round=yes ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set= lt_cv_prog_cc_can_build_shared=yes ac_cv_lib_z_gzgets=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_max_cmd_len=65536 ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_shlib= lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set=set lt_cv_ld_reload_flag=-r ac_cv_prog_CC=cc lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set=set ac_cv_func___gzgets=no ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set=set ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd5.3 ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_header_stdint_h=yes ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_func_gzgets=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/bin/ld ac_cv_build_alias=i386-portbld-freebsd5.3 ac_cv_env_CPPFLAGS_value= ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_prog_ac_ct_STRIP=strip ac_cv_func___round=no ac_cv_host=i386-portbld-freebsd5.3 ac_cv_env_host_alias_value=i386-portbld-freebsd5.3 lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= ac_cv_lib_dlopen___dl=no ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=gawk ac_cv_build=i386-portbld-freebsd5.3 ac_cv_env_build_alias_value=i386-portbld-freebsd5.3 lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW] [ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_func_round=yes ac_cv_prog_cc_cc_c_o=yes lt_cv_compiler_o_lo=yes ac_cv_lib_magic___magic_open=yes ac_cv_prog_RE2C='exit 0;' ac_cv_env_target_alias_value=i386-portbld-freebsd5.3 ac_cv_func___dl=no ac_cv_env_CC_value=cc lt_cv_path_NM=nm ac_cv_lib_dlopen_dl=no php_cv_cc_dashr=yes ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='cc' CFLAGS='-O -pipe ' CPP='cc -E' CPPFLAGS=' -DHAVE_CONFIG_H' DEFS='-DHAVE_CONFIG_H' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' LDFLAGS='' LIBOBJS='' LIBS='-lm -lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RE2C='exit 0;' SHELL='/bin/sh' STRIP='strip' ac_ct_CC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.3' build_alias='i386-portbld-freebsd5.3' build_cpu='i386' build_os='freebsd5.3' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='$(prefix)' host='i386-portbld-freebsd5.3' host_alias='i386-portbld-freebsd5.3' host_cpu='i386' host_os='freebsd5.3' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-portbld-freebsd5.3' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define COMPILE_DL_FILEINFO 1 #define HAVE_DLFCN_H 1 #define HAVE_FILEINFOLIB 1 #define HAVE_GZGETS 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBM 1 #define HAVE_LIBZ 1 #define HAVE_MEMORY_H 1 #define HAVE_ROUND 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PHP_DEFAULT_MAGIC_FILE "" #define STDC_HEADERS 1 configure: exit 0 -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 01:55:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFE8516A41F for ; Sat, 10 Sep 2005 01:55:36 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf36.cluster1.charter.net (mxsf36.cluster1.charter.net [209.225.28.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3019643D46 for ; Sat, 10 Sep 2005 01:55:36 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip15a.cluster1.charter.net (mxip15a.cluster1.charter.net [209.225.28.145]) by mxsf36.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j8A1tYl4003961 for ; Fri, 9 Sep 2005 21:55:34 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) (24.177.225.234) by mxip15a.cluster1.charter.net with ESMTP; 09 Sep 2005 21:55:32 -0400 X-IronPort-AV: i="3.97,95,1125892800"; d="scan'208"; a="1505979969:sNHT15217132" Message-ID: <43223D0E.4090901@charter.net> Date: Fri, 09 Sep 2005 21:55:26 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Gary W. Swearingen" References: <4321DC05.3050509@charter.net> <20050909212305.GC15735@ayvali.org> <43220F9F.9050002@charter.net> <25ll25zuqu.l25@mail.opusnet.com> In-Reply-To: <25ll25zuqu.l25@mail.opusnet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 01:55:36 -0000 I wasn't aware of the eol issue and don't know how the 0x0d got there, but I fixed it with 'dosunix' and it works now. Thanks, Bob From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 01:56:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B120716A41F for ; Sat, 10 Sep 2005 01:56:46 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3482E43D45 for ; Sat, 10 Sep 2005 01:56:46 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AD56CE04006E; Fri, 09 Sep 2005 18:56:38 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j8A1vM43013983; Fri, 9 Sep 2005 18:57:22 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j8A1vGkE013982; Fri, 9 Sep 2005 18:57:16 -0700 (PDT) (envelope-from garys@opusnet.com) To: "N.J. Thomas" References: <4321DC05.3050509@charter.net> <20050909212305.GC15735@ayvali.org> <43220F9F.9050002@charter.net> <20050910004230.GD15735@ayvali.org> From: garys@opusnet.com (Gary W. Swearingen) Date: Fri, 09 Sep 2005 18:57:16 -0700 In-Reply-To: <20050910004230.GD15735@ayvali.org> (N. J. Thomas's message of "Fri, 9 Sep 2005 20:42:30 -0400") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org, bob self Subject: Re: Can't execute a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 01:56:46 -0000 "N.J. Thomas" writes: > Normally, that doesn't matter because most Unix utilities are > multi-eol-format aware, but you can't have it in the shebang line > because the OS interprets the extra carriage as part of the command, so > it is looking for /bin/sh^M, which doesn't exist. Know any reason that shouldn't be "fixed"? POSIX requirement maybe? What software reads the whole shebang line? (The "sh" shell apparently reads at least part of it, but I suppose some library functions do too.) Should I write a PR on it? From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:01:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 365A916A41F; Sat, 10 Sep 2005 02:01:21 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAA3C43D45; Sat, 10 Sep 2005 02:01:20 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id AEB79A90114; Fri, 09 Sep 2005 19:02:31 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AD23561C00B6; Fri, 09 Sep 2005 10:57:55 -0700 From: "Chris St Denis" To: "'Vizion'" , Date: Fri, 9 Sep 2005 10:56:00 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcW08qorwmyO1WR9TZyyvwrmnGzLTwAdO5Kg In-Reply-To: <200509082051.13636.vizion@vizion.occoxmail.com> Message-Id: <200509091057671.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000021e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: Dcd23561c00b615db.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: 'Brooks Davis' , 'Johann Visagie' Subject: RE: /usr/ports/www/phpbb --? Makefile query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:01:21 -0000 I've used phpBB with php5 just fine. If you want alternative forums software, take a look at http://fudforum.org -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Vizion Sent: Thursday, September 08, 2005 8:51 PM To: freebsd-questions@freebsd.org Cc: Brooks Davis; Johann Visagie Subject: Re: /usr/ports/www/phpbb --? Makefile query On Thursday 08 September 2005 19:48, the author Brooks Davis contributed to the dialogue on- Re: /usr/ports/www/phpbb --? Makefile query: >On Thu, Sep 08, 2005 at 05:34:32PM -0700, Vizion wrote: >> On Thursday 08 September 2005 17:23, you wrote: >> >On Thu, Sep 08, 2005 at 05:05:41PM -0700, Vizion wrote: >> >> The makefile has the following lines: >> >> >> >> PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} >> >> PKGOPTS= ${FILESDIR}/pkg-opts >> >> EXCEPTFILES= ${PREFIX}/${PHPBBDIR}/install/install.php \ >> >> ${PREFIX}/${PHPBBDIR}/install/upgrade.php \ >> >> ${PREFIX}/${PHPBBDIR}/install/update_to_latest.php >> >> >> >> In my case DocumentRoot is: >> >> WWWDOCROOT?= /usr2/virtualwebs >> >> used to doing it might be willing to make such a change and commit > >That would be breaking the Makefile, not fixing it. Realistly, if you >want to use a non-standard file system layout, you shouldn't use the >port. Humph -- well I thought most large scale virtual webs are set up outside main /usr/local - admittedly many use simlinks but I thought not when the sever operates as a farm...which is why apache allows for data paths separtely /usr/loca >Just do a "make depends" in the phpbb port directory to get the >pieces you need, and then install phpbb by hand. Most php apps are >pretty trivial to install if you know how to configure a web server and >database. I have now found an even more serious problem phpbb is NOT compatible with php5 -- which opens a whole can of worms... I am trying for an alternative Thank yo so much for your time -- it is much appreciated David >P.S. Please stop randomly cross posting your messages. It just wastes >people's time. Sorry about that -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:06:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABE716A41F for ; Sat, 10 Sep 2005 02:06:13 +0000 (GMT) (envelope-from npekyong28@yahoo.com) Received: from web51804.mail.yahoo.com (web51804.mail.yahoo.com [206.190.38.235]) by mx1.FreeBSD.org (Postfix) with SMTP id 5F04343D49 for ; Sat, 10 Sep 2005 02:06:12 +0000 (GMT) (envelope-from npekyong28@yahoo.com) Received: (qmail 42212 invoked by uid 60001); 10 Sep 2005 02:06:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=t2wY/bO3XhbH/qN9ayPjpjd/hWYp/FDxUQIlZX6JobIX7T3hp2MJ/0L0p9DanXTw2nMFBMoEuNikwskMk+Q7YwQqqFFIX2pWm/QLoesXP1+XdnJAODFRTeVFIzCkn0q8IZji4wZCAyHiE59EQr5AfBeA56qI9Ua700f66l3DBXg= ; Message-ID: <20050910020611.42210.qmail@web51804.mail.yahoo.com> Received: from [202.156.6.69] by web51804.mail.yahoo.com via HTTP; Fri, 09 Sep 2005 19:06:11 PDT Date: Fri, 9 Sep 2005 19:06:11 -0700 (PDT) From: Ng Pek Yong To: freebsd-questions@freebsd.org, freebsd-geom@freebsd.org In-Reply-To: <200509092145.35996.4711@chello.at> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Recompiled freebsd 5.4 cannot boot up with geom_mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:06:13 -0000 --- Christian Hiris <4711@chello.at> wrote: > On Friday 09 September 2005 17:04:17, Ng Pek Yong > wrote: > > Hi, > > > > I am having some problem with geom_mirror on a > freebsd > > 5.4. > > > > I followed the steps described in > > http://people.freebsd.org/~rse/mirror/ > > and got geom_mirror up on a stock freebsd 5.4, > > including / partition itself. > > > > The problem came when I compiled the kernel. After > > pulling in the latest source tree, compiling and > > installing the new kernel, I find that the OS can > no > > longer bootup. > > > > I did with 2 kernel configurations. The 1st is > > completely identical to the stock kernel config. > The > > 2nd has an extra line "options GEOM_MIRROR". > > Both failed to boot up although the errors are > > different. > > You don't need "options GEOM_MIRROR" in your > kernelconfig to run gmirror. > > > 1st config > > ---------- > > The boot process got stucked when it tries to > mount / > > The error message is something like this > > Mount root from ufs:/dev/mirror/gm0s1a > > setrootbyname failed > > ffs_mountroot: can't find rootvp > > Root mount failed: 6 > > Maybe there is a typo in your /etc/fstab. Enter a > "?" here to get a list of > all your geom devices. Then try to mount / from the > correct device by > entering "ufs:mirror/your_root_device" at the > "mountroot>" prompt. I can boot up with kernel.old without problem, so there is no typo. Anyway, I tried your method and list the devices. I get something like List of GEOM managed disk devices: ad1s1f..ad1s1a ad0s1f..ad0s1a acd0 ad1s1 ad0s1 ad1 ad0 fd0 Obviously something is wrong here. I am supposed to get devices that look like 'gm0s1a' etc Let me emphasize again. I haven't modified anything to the kernel, not even the kernel options. How could it be so wrong then? > > [...] > > Cheers, > ch > > -- > Christian Hiris <4711@chello.at> | OpenPGP KeyID > 0x3BCA53BE > OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and > http://pgp.mit.edu > ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:27:58 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3834316A41F for ; Sat, 10 Sep 2005 02:27:58 +0000 (GMT) (envelope-from tomdean@speakeasy.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A7643D45 for ; Sat, 10 Sep 2005 02:27:57 +0000 (GMT) (envelope-from tomdean@speakeasy.org) Received: (qmail 25478 invoked from network); 10 Sep 2005 02:27:57 -0000 Received: from dsl081-020-229.sea1.dsl.speakeasy.net (HELO asus.tddhome) ([64.81.20.229]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 10 Sep 2005 02:27:57 -0000 Received: from asus.tddhome (localhost.tddhome [127.0.0.1]) by asus.tddhome (8.13.3/8.12.11) with ESMTP id j8A2RuBu067914; Fri, 9 Sep 2005 19:27:56 -0700 (PDT) (envelope-from tomdean@speakeasy.org) Received: (from tomdean@localhost) by asus.tddhome (8.13.3/8.12.11/Submit) id j8A2RumI067911; Fri, 9 Sep 2005 19:27:56 -0700 (PDT) (envelope-from tomdean@speakeasy.org) Date: Fri, 9 Sep 2005 19:27:56 -0700 (PDT) Message-Id: <200509100227.j8A2RumI067911@asus.tddhome> X-Authentication-Warning: asus.tddhome: tomdean set sender to tomdean@speakeasy.org using -f From: User Tomdean To: pm940@yahoo.com In-reply-to: <20050909170944.77242.qmail@web54002.mail.yahoo.com> (message from Paul Marciano on Fri, 9 Sep 2005 10:09:43 -0700 (PDT)) References: <20050909170944.77242.qmail@web54002.mail.yahoo.com> Cc: freebsd-questions@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Will USB serial ever be fixed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:27:58 -0000 I have pushed the ucom/uftdi drivers VERY hard over the past couple weeks, attempting to get more thru-put. I have had NO problems, other than being unable to get a consistent one byte thruput every 6.2 uSec. This is a problem of the FreeBSD scheduler, NOT the USB code. Kudos to the USB developers. tomdean From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:30:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 971E316A41F for ; Sat, 10 Sep 2005 02:30:46 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB78B43D46 for ; Sat, 10 Sep 2005 02:30:45 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id A59C9D70114; Fri, 09 Sep 2005 19:31:56 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AFBA48E900F0; Fri, 09 Sep 2005 11:08:58 -0700 From: "Chris St Denis" To: "'Joe Hamelin'" , Date: Fri, 9 Sep 2005 11:07:04 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcWsxu42s0rOz1vyQnuHNe+oIFynsQIocpGg In-Reply-To: <575c58d3050829112133fdd782@mail.gmail.com> Message-Id: <200509091108312.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: Dcfba48e900f0372e.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: Subject: RE: 5.4-rel Bootloader Wedgie on Supermicro 5013C-MT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:30:46 -0000 I think I've had this problem with a similar supermicro system. The solution for me was to turn off the onboard ide raid controller. I see SCSI in those server specs. If you are using all SCSI try disabeling all the ata and sata in the bios. Also, try turning off raid features of the SCSI if you can (If you need to, you can always fall back to gmirror or something). -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Joe Hamelin Sent: Monday, August 29, 2005 11:21 AM To: freebsd-questions@freebsd.org Subject: Re: 5.4-rel Bootloader Wedgie on Supermicro 5013C-MT Update: Whoever fixes this KEEPS the test server. Here's a $1000+ server with 1GB RAM for fixing what could be a simple bug. Any takers? http://supermicro.com/products/system/1U/5013/SYS-5013C-M8.cfm On 8/10/05, Joe Hamelin wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=84717 > > > On 8/9/05, Joe Hamelin wrote: > > NM: I RTFWP and submitted a bug. I'll let you guys know how it turns out. > > > > > > On 8/9/05, Joe Hamelin wrote: > > > > > > > > > > What happens when you boot from floppies? > > > > > > > > > The box doesn't come with a floppy drive. The space where the floppy > > > > would be has two usb ports and a serial port. The box does support > > > > bios serial booting. I did do a standard install on another box and > > > > then moved the drive to the supermicro box... it hung at the daemond > > > > screen. > > > > > > > So, does anyone have any ideas? Does someone need a Supermicro > > > 5013C-MT to play with? Who should I submit a bug report to? > > > > > > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:30:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FCAB16A420 for ; Sat, 10 Sep 2005 02:30:46 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E8E43D48 for ; Sat, 10 Sep 2005 02:30:45 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id A59D62B00E0; Fri, 09 Sep 2005 19:31:57 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id A04B50F900D4; Fri, 09 Sep 2005 11:11:23 -0700 From: "Chris St Denis" To: , Date: Fri, 9 Sep 2005 11:09:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcWySLOR17+21CaoSC2AZMunvlPT+QDILjxA In-Reply-To: Message-Id: <200509091111531.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: Dd04b50f900d46a69.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: Subject: RE: A few quick questions, one on daily reports and one on Raid 5... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:30:47 -0000 There should be no problem creating a filesystem on a raid 5 (hardware or software) and mounting that as /var or /var/log or whatever. As for the daily reports, take a look at /etc/mail/aliases I think you can alias root to multiple email addresses (unsure, never tried) -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of mojo fms Sent: Monday, September 05, 2005 11:34 AM To: freebsd-questions@freebsd.org Subject: A few quick questions, one on daily reports and one on Raid 5... I know its doable, how would i go about adding another email that the daily reports get sent too? I would still like them to be stored on the system its self but also send to another email account. Raid 5 question, i know in MS Enviroments log files can not be stored on a striped raid array, is it the same for FBSD? And if so what about Mail (/var/mail/*) being stored in there? Any issues with that? _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:33:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5C116A41F; Sat, 10 Sep 2005 02:33:50 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id C471043D48; Sat, 10 Sep 2005 02:33:49 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910023349.TREJ2425.lakecmmtao05.coxmail.com@dns1>; Fri, 9 Sep 2005 22:33:49 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 19:29:30 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <200509091812.28737.vizion@vizion.occoxmail.com> <200509091848.53844.vizion@vizion.occoxmail.com> In-Reply-To: <200509091848.53844.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091929.32026.vizion@vizion.occoxmail.com> Cc: Giorgos Keramidas , ale@FreeBSD.org, Kris Kennaway Subject: Re: php extensions compile error - another compile bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:33:50 -0000 On Friday 09 September 2005 18:48, the author Vizion contributed to the dialogue on- php extensions compile error - another compile bug?: >Getting near the end and I get this: >---------------------------------------------- > >I do not know whether you have time to look at this one or not? >Thanks again >david > >config.status: creating config.h >===> Building for php5-wddx-5.0.5 >/bin/sh /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/libtool >--mode=co >mpile cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx >-DPHP_ATO >M_INC -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include >-I/usr/po >rts/textproc/php5-wddx/work/php-5.0.5/ext/wddx/main >-I/usr/ports/textproc/php5- >wddx/work/php-5.0.5/ext/wddx -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/i >nclude/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe >-c /usr/ports/ >textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c -o wddx.lo >cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx > -DPHP_ATOM_INC - >I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include >-I/usr/ports/tex >tproc/php5-wddx/work/php-5.0.5/ext/wddx/main >-I/usr/ports/textproc/php5-wddx/wo >rk/php-5.0.5/ext/wddx -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/ >libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe >-c /usr/ports/textproc/ph >p5-wddx/work/php-5.0.5/ext/wddx/wddx.c -fPIC -DPIC -o wddx.lo >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:29:34: >ext/xml/exp >at_compat.h: No such file or directory >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:34:29: >ext/xml/php >_xml.h: No such file or directory >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:102: error: >syntax > error before '*' token >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:715: error: >syntax > error before '*' token >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >`php_ >wddx_push_element': >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >`user_ >data' undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: > (Each undeclared identifier is reported only once >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: for >ea >ch function it appears in.) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:720: error: >`name' >undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:723: error: >`atts' >undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:816: warning: >assi >gnment makes pointer from integer without a cast >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:837: warning: >assi >gnment makes pointer from integer without a cast >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:876: warning: >assi >gnment makes pointer from integer without a cast >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top level: >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:903: error: >syntax >error before '*' token >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >`php_ >wddx_pop_element': >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:906: error: >`user_ >data' undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:917: error: >`name' >undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top level: >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1031: error: >synta >x error before '*' token >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >`php_ >wddx_process_data': >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1034: error: >`user >_data' undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: > `s' u >ndeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: >`len' >undeclared (first use in this function) >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: warning: >ass >ignment makes pointer from integer without a cast >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >`php_ >wddx_deserialize_ex': >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1121: error: >synta >x error before "parser" >/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1126: error: >`pars >er' undeclared (first use in this function) >*** Error code 1 > >Stop in /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx. >*** Error code 1 > >Stop in /usr/ports/textproc/php5-wddx. >*** Error code 1 > >Stop in /usr/ports/lang/php5-extensions. >dns1# > >****************************************************************** > It looks like another missing file I show below some files which might be relevant on the system.. I can look for more if you think it worth while david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:39:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE0B16A41F; Sat, 10 Sep 2005 02:39:50 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFB743D46; Sat, 10 Sep 2005 02:39:49 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910023948.TJOD24491.lakecmmtao06.coxmail.com@dns1>; Fri, 9 Sep 2005 22:39:48 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 19:35:31 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <200509091848.53844.vizion@vizion.occoxmail.com> <200509091929.32026.vizion@vizion.occoxmail.com> In-Reply-To: <200509091929.32026.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091935.32153.vizion@vizion.occoxmail.com> Cc: Giorgos Keramidas , ale@FreeBSD.org, Kris Kennaway Subject: Re: php extensions compile error - another compile bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:39:50 -0000 On Friday 09 September 2005 19:29, the author Vizion contributed to the dialogue on- Re: php extensions compile error - another compile bug?: >On Friday 09 September 2005 18:48, the author Vizion contributed to the >dialogue on- > > php extensions compile error - another compile bug?: >>Getting near the end and I get this: >>---------------------------------------------- >> >>I do not know whether you have time to look at this one or not? >>Thanks again >>david >> >>config.status: creating config.h >>===> Building for php5-wddx-5.0.5 >>/bin/sh /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/libtool >>--mode=co >>mpile cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx >>-DPHP_ATO >>M_INC -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include >>-I/usr/po >>rts/textproc/php5-wddx/work/php-5.0.5/ext/wddx/main >>-I/usr/ports/textproc/php5- >>wddx/work/php-5.0.5/ext/wddx -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/i >>nclude/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe >>-c /usr/ports/ >>textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c -o wddx.lo >>cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx >> -DPHP_ATOM_INC - >>I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include >>-I/usr/ports/tex >>tproc/php5-wddx/work/php-5.0.5/ext/wddx/main >>-I/usr/ports/textproc/php5-wddx/wo >>rk/php-5.0.5/ext/wddx -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/ >>libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe >>-c /usr/ports/textproc/ph >>p5-wddx/work/php-5.0.5/ext/wddx/wddx.c -fPIC -DPIC -o wddx.lo >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:29:34: >>ext/xml/exp >>at_compat.h: No such file or directory >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:34:29: >>ext/xml/php >>_xml.h: No such file or directory >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:102: error: >>syntax >> error before '*' token >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:715: error: >>syntax >> error before '*' token >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>`php_ >>wddx_push_element': >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >>`user_ >>data' undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >> (Each undeclared identifier is reported only once >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >> for ea >>ch function it appears in.) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:720: error: >>`name' >>undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:723: error: >>`atts' >>undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:816: warning: >>assi >>gnment makes pointer from integer without a cast >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:837: warning: >>assi >>gnment makes pointer from integer without a cast >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:876: warning: >>assi >>gnment makes pointer from integer without a cast >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top level: >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:903: error: >>syntax >>error before '*' token >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>`php_ >>wddx_pop_element': >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:906: error: >>`user_ >>data' undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:917: error: >>`name' >>undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top level: >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1031: error: >>synta >>x error before '*' token >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>`php_ >>wddx_process_data': >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1034: error: >>`user >>_data' undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: >> `s' u >>ndeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: >>`len' >>undeclared (first use in this function) >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: warning: >>ass >>ignment makes pointer from integer without a cast >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>`php_ >>wddx_deserialize_ex': >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1121: error: >>synta >>x error before "parser" >>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1126: error: >>`pars >>er' undeclared (first use in this function) >>*** Error code 1 >> >>Stop in /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx. >>*** Error code 1 >> >>Stop in /usr/ports/textproc/php5-wddx. >>*** Error code 1 >> >>Stop in /usr/ports/lang/php5-extensions. >>dns1# >> >>****************************************************************** > > > >It looks like another missing file > >I show below some files which might be relevant on the system.. I can look > for more if you think it worth while >david did not do shift insert first time around!!! /usr/ports/textproc dns1# ls -l | grep php5 drwxr-xr-x 2 root wheel 512 Sep 9 12:42 php5-ctype drwxr-xr-x 2 root wheel 512 Sep 9 12:43 php5-dom drwxr-xr-x 3 root wheel 512 Sep 9 18:25 php5-pspell drwxr-xr-x 2 root wheel 512 Sep 9 12:43 php5-simplexml drwxr-xr-x 4 root wheel 512 Sep 9 18:38 php5-wddx drwxr-xr-x 3 root wheel 512 Sep 5 19:55 php5-xml drwxr-xr-x 2 root wheel 512 May 2 08:29 php5-xsl dns1# cd php5-wddx/files dns1# ls -l total 8 -rw-r--r-- 1 root wheel 711 Jul 27 2004 patch-config.m4 -r--r--r-- 1 root wheel 979 Apr 2 00:30 patch-config.m4,v -rw-r--r-- 1 root wheel 263 Jul 27 2004 patch-wddx.c -r--r--r-- 1 root wheel 528 Apr 2 00:30 patch-wddx.c,v dns1# cd .. dns1# ls -l total 8 -rw-r--r-- 1 root wheel 319 Jul 19 2004 Makefile -r--r--r-- 1 root wheel 503 Apr 2 00:30 Makefile,v drwxr-xr-x 2 root wheel 512 May 2 08:29 files drwxr-xr-x 3 root wheel 512 Sep 9 18:38 work dns1# cd work dns1# ls -l total 2 -rw-r--r-- 1 root wheel 0 Sep 9 18:38 .configure_done.php5-wddx-5.0.5._usr_local -rw-r--r-- 1 root wheel 0 Sep 9 18:38 .extract_done.php5-wddx-5.0.5._usr_local -rw-r--r-- 1 root wheel 0 Sep 9 18:38 .patch_done.php5-wddx-5.0.5._usr_local drwxr-xr-x 14 root wheel 2048 Sep 9 18:38 php-5.0.5 dns1# pwd /usr/ports/textproc/php5-wddx/work dns1# pwd /usr/ports/textproc/php5-xml/files dns1# ls -l total 4 -rw-r--r-- 1 root wheel 356 Jul 20 2004 patch-compat.c -r--r--r-- 1 root wheel 625 Apr 2 00:30 patch-compat.c,v /usr/local/share/apps/quanta/dtep/cfml/cfwddx.tag /usr/local/share/apps/quanta/dtep/php/wddx.tag /usr/ports/textproc/php5-wddx /usr/ports/textproc/php5-wddx/Makefile /usr/ports/textproc/php5-wddx/Makefile,v /usr/ports/textproc/php5-wddx/files /usr/ports/textproc/php5-wddx/files/patch-config.m4 /usr/ports/textproc/php5-wddx/files/patch-config.m4,v /usr/ports/textproc/php5-wddx/files/patch-wddx.c /usr/ports/textproc/php5-wddx/files/patch-wddx.c,v -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:45:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 572E416A41F; Sat, 10 Sep 2005 02:45:06 +0000 (GMT) (envelope-from zettel@acm.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.198.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA04E43D45; Sat, 10 Sep 2005 02:45:05 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.3] (pcp0011427575pcs.sothfd01.mi.comcast.net[69.246.103.241]) by comcast.net (rwcrmhc12) with ESMTP id <2005091002450501400arbgse>; Sat, 10 Sep 2005 02:45:05 +0000 From: Leonard Zettel To: freebsd-questions@freebsd.org, sequethin@gmail.com Date: Fri, 9 Sep 2005 14:45:28 +0000 User-Agent: KMail/1.8 References: <200509091210.09717.zettel@acm.org> <3060c23905090917446677faac@mail.gmail.com> In-Reply-To: <3060c23905090917446677faac@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091445.29301.zettel@acm.org> Cc: questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zettel@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:45:06 -0000 On Saturday 10 September 2005 12:44 am, Mike Hernandez wrote: > Have you tried explicitly telling fsck what file system it's going to > be checking? > Duhhhh.... What is the syntax for doing that? _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:45:06 2005 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 572E416A41F; Sat, 10 Sep 2005 02:45:06 +0000 (GMT) (envelope-from zettel@acm.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.198.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA04E43D45; Sat, 10 Sep 2005 02:45:05 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.3] (pcp0011427575pcs.sothfd01.mi.comcast.net[69.246.103.241]) by comcast.net (rwcrmhc12) with ESMTP id <2005091002450501400arbgse>; Sat, 10 Sep 2005 02:45:05 +0000 From: Leonard Zettel To: freebsd-questions@freebsd.org, sequethin@gmail.com Date: Fri, 9 Sep 2005 14:45:28 +0000 User-Agent: KMail/1.8 References: <200509091210.09717.zettel@acm.org> <3060c23905090917446677faac@mail.gmail.com> In-Reply-To: <3060c23905090917446677faac@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509091445.29301.zettel@acm.org> Cc: questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zettel@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:45:06 -0000 On Saturday 10 September 2005 12:44 am, Mike Hernandez wrote: > Have you tried explicitly telling fsck what file system it's going to > be checking? > Duhhhh.... What is the syntax for doing that? _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 03:06:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6264316A41F for ; Sat, 10 Sep 2005 03:06:37 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CE5143D46 for ; Sat, 10 Sep 2005 03:06:35 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: (qmail 68 invoked from network); 10 Sep 2005 03:06:31 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO bifteki.home.net) (83.171.222.89) by 0 with SMTP; 10 Sep 2005 03:06:31 -0000 Received: from bifteki.home.net (localhost [127.0.0.1]) by bifteki.home.net (8.13.4/8.13.3) with ESMTP id j8A66IGr002234 for ; Sat, 10 Sep 2005 06:06:18 GMT (envelope-from gaghiel@bifteki.home.net) Received: (from gaghiel@localhost) by bifteki.home.net (8.13.4/8.13.3/Submit) id j8A66I2N002233 for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 06:06:18 GMT (envelope-from gaghiel) Date: Sat, 10 Sep 2005 06:06:18 +0000 From: Leonidas Tsampros To: freebsd-questions@freebsd.org Message-ID: <20050910060618.GA2199@bifteki.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 03:06:37 -0000 On Fri, Sep 09, 2005 at 08:58:41PM -0400, Thomas Dimson wrote: > Hi, > > Sorry if this is out of place, but I am having an issue with forwarding > packets on my freebsd-current box from a windows PC. > > Here what I'm trying to do: > I have two network cards, one on a university network and one going to a > router, which is connected to a cable modem. Both cards use the vr driver. > University is configured through DHCP, private router is just specified ( > 192.168.1.110 ). I am trying to route traffic to the > internet through the router while keeping all university traffic internal. > > Problem: > I run a traceroute from my freebsd box to the university network and it > works fine. I can access the website (129.97.128.40 ) > through the internal network. However, using my windows PC - with the > freebsd server specified as a gateway - it just times out when trying to > connect to the web site. Any website on the internet works fine, but not the > intranet. > > Here is my config, I am just setting a static route to the ip of the website > to test for now: > netstat -r > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 192.168.1.1 UGS 0 119789 vr0 > localhost localhost UH 0 0 lo0 > 129.97.128.40/32 cn-rtrev-res15net. UGS 0 12 vr1 > 192.168.1 link#1 UC 0 0 vr0 > 192.168.1.1 00:20:78:ce:cb:b4 UHLW 2 154 vr0 1172 > 192.168.1.107 00:11:95:5d:0b:7f UHLW 1 210110 vr0 945 > > Internet6: > Destination Gateway Flags Netif Expire > localhost localhost UH lo0 > fe80::%vr0 link#1 UC vr0 > fe80::20d:88ff:fe7 00:0d:88:7f:42:d0 UHL lo0 > fe80::%vr1 link#2 UC vr1 > fe80::211:95ff:fee 00:11:95:e2:57:40 UHL lo0 > fe80::%lo0 fe80::1%lo0 U lo0 > fe80::1%lo0 link#4 UHL lo0 > ff01:: localhost U lo0 > ff02::%vr0 link#1 UC vr0 > ff02::%vr1 link#2 UC vr1 > ff02::%lo0 localhost UC lo0 > > Can anyone provide me with aid, or at least the location of a log file for > the gateway functions of the machine? Try to add gateway_enable="YES" in /etc/rc.conf and run either # /etc/routing start [as root] or reboot the pc. Actually , when you want your freebsd to act as a gateway , you have to set the sysctl variable net.inet.ip.forwarding to 1. However , the gateway_enable options takes care of this. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 03:58:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D27116A41F; Sat, 10 Sep 2005 03:58:13 +0000 (GMT) (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 C358543D45; Sat, 10 Sep 2005 03:58:12 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8A3w61t010761; Fri, 9 Sep 2005 22:58:06 -0500 (CDT) (envelope-from dan) Date: Fri, 9 Sep 2005 22:58:06 -0500 From: Dan Nelson To: Danny Howard Message-ID: <20050910035805.GH84582@dan.emsphone.com> References: <20050909185935.GI31865@ratchet.nebcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050909185935.GI31865@ratchet.nebcorp.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-scsi@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Fibre Channel disks to two Systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 03:58:13 -0000 In the last episode (Sep 09), Danny Howard said: > As I understand it, I can have an FC loop with one or more drives, > connected to two servers, and either server can talk to one or the > other drives exclusively. My QUESTION is: how is the arbitration > done in FreeBSD? You run camcontrol on either server and activate / > deactivate drives in the loop? Easiest way is with something like ports/sysutils/heartbeat. No device locking is needed. Have the start script do a quick fsck, mount the device, and start your server processes (or if pgsql can use raw disk devices like Oracle, skip the fsck and mount steps). -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 04:01:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AC9D16A41F for ; Sat, 10 Sep 2005 04:01:25 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: from web35811.mail.mud.yahoo.com (web35811.mail.mud.yahoo.com [66.163.179.180]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B1F643D46 for ; Sat, 10 Sep 2005 04:01:24 +0000 (GMT) (envelope-from pcbsdguy@yahoo.ca) Received: (qmail 52390 invoked by uid 60001); 10 Sep 2005 04:01:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=T5gGCa6BIuHRYvCd4xnyCQ920MaL8M3GbkRds8X+OdxdvgrO0ypvs2JaN5aR3oF02PUIEKPx0Y+rYByJE0AvisT2Wul82wIRiXF4LstqNbxdwmmUR5EHNmv82AXnvsfQX8+inwCkb85c6r3UoLmIgpANQGu4mHfgOznri1EaUZg= ; Message-ID: <20050910040124.52388.qmail@web35811.mail.mud.yahoo.com> Received: from [209.121.45.40] by web35811.mail.mud.yahoo.com via HTTP; Sat, 10 Sep 2005 00:01:24 EDT Date: Sat, 10 Sep 2005 00:01:24 -0400 (EDT) From: John Do To: John Do , Dan Nelson In-Reply-To: <20050909230711.59838.qmail@web35803.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Miguel Cßrdenas , freebsd-questions@freebsd.org Subject: Re: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 04:01:25 -0000 Thanks Dan again That does work. The only bothering me is the fact that I had no idea where to look :) Also in Linux normally comands like mysqld can be run automatically instead of running a .sh file And the real confusing thing is that there is no chkconfig sort of utility that automatically adds an entry. I wouldn't have known what to add to rc.conf if you didn't mention it. Did I do do something wrong or is there a way to make FreeBSD packages like this do more configuration such as automatic server/start enabling etc... Thanks! --- John Do wrote: > Thanks Dan! > > That is the answer I am looking for! > > I'll try it and report back later on today. > > > --- Dan Nelson wrote: > > > In the last episode (Sep 09), John Do said: > > > It didn't find mysqld and I have searched before > > as well > > > > mysqld is installed to /usr/local/libexec, but you > > shouldn't run it > > directly. Add "mysql_enable=yes" to /etc/rc.conf, > > and run > > "/usr/local/etc/rc.d/mysql-server.sh start". > > > > -- > > Dan Nelson > > dnelson@allantgroup.com > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > __________________________________________________________ Find your next car at http://autos.yahoo.ca From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 04:09:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C87AE16A41F; Sat, 10 Sep 2005 04:09:18 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3427F43D46; Sat, 10 Sep 2005 04:09:18 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910040917.XINP2425.lakecmmtao05.coxmail.com@dns1>; Sat, 10 Sep 2005 00:09:17 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 21:04:59 -0700 User-Agent: KMail/1.8 References: <200509090959.40296.vizion@vizion.occoxmail.com> <200509091929.32026.vizion@vizion.occoxmail.com> <200509091935.32153.vizion@vizion.occoxmail.com> In-Reply-To: <200509091935.32153.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509092105.00213.vizion@vizion.occoxmail.com> Cc: Giorgos Keramidas , ale@FreeBSD.org, Kris Kennaway Subject: Re: php extensions compile error - another compile bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 04:09:19 -0000 On Friday 09 September 2005 19:35, the author Vizion contributed to the dialogue on- Re: php extensions compile error - another compile bug?: >On Friday 09 September 2005 19:29, the author Vizion contributed to the >dialogue on- > > Re: php extensions compile error - another compile bug?: >>On Friday 09 September 2005 18:48, the author Vizion contributed to the >>dialogue on- >> >> php extensions compile error - another compile bug?: >>>Getting near the end and I get this: >>>---------------------------------------------- >>> >>>I do not know whether you have time to look at this one or not? >>>Thanks again >>>david >>> >>>config.status: creating config.h >>>===> Building for php5-wddx-5.0.5 >>>/bin/sh /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/libtool >>>--mode=co >>>mpile cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx >>>-DPHP_ATO >>>M_INC -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include >>>-I/usr/po >>>rts/textproc/php5-wddx/work/php-5.0.5/ext/wddx/main >>>-I/usr/ports/textproc/php5- >>>wddx/work/php-5.0.5/ext/wddx -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/i >>>nclude/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe >>>-c /usr/ports/ >>>textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c -o wddx.lo >>>cc -I. -I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx >>> -DPHP_ATOM_INC - >>>I/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/include >>>-I/usr/ports/tex >>>tproc/php5-wddx/work/php-5.0.5/ext/wddx/main >>>-I/usr/ports/textproc/php5-wddx/wo >>>rk/php-5.0.5/ext/wddx -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/ >>>libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O -pipe >>>-c /usr/ports/textproc/ph >>>p5-wddx/work/php-5.0.5/ext/wddx/wddx.c -fPIC -DPIC -o wddx.lo >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:29:34: >>>ext/xml/exp >>>at_compat.h: No such file or directory >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:34:29: >>>ext/xml/php >>>_xml.h: No such file or directory >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:102: error: >>>syntax >>> error before '*' token >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:715: error: >>>syntax >>> error before '*' token >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>>`php_ >>>wddx_push_element': >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >>>`user_ >>>data' undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >>> (Each undeclared identifier is reported only once >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:718: error: >>> for ea >>>ch function it appears in.) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:720: error: >>>`name' >>>undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:723: error: >>>`atts' >>>undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:816: warning: >>>assi >>>gnment makes pointer from integer without a cast >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:837: warning: >>>assi >>>gnment makes pointer from integer without a cast >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:876: warning: >>>assi >>>gnment makes pointer from integer without a cast >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top >>> level: /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:903: >>> error: syntax >>>error before '*' token >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>>`php_ >>>wddx_pop_element': >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:906: error: >>>`user_ >>>data' undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:917: error: >>>`name' >>>undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: At top >>> level: /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1031: >>> error: synta >>>x error before '*' token >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>>`php_ >>>wddx_process_data': >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1034: error: >>>`user >>>_data' undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: >>> `s' u >>>ndeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: error: >>>`len' >>>undeclared (first use in this function) >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1043: >>> warning: ass >>>ignment makes pointer from integer without a cast >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c: In function >>>`php_ >>>wddx_deserialize_ex': >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1121: error: >>>synta >>>x error before "parser" >>>/usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx/wddx.c:1126: error: >>>`pars >>>er' undeclared (first use in this function) >>>*** Error code 1 >>> >>>Stop in /usr/ports/textproc/php5-wddx/work/php-5.0.5/ext/wddx. >>>*** Error code 1 >>> >>>Stop in /usr/ports/textproc/php5-wddx. >>>*** Error code 1 >>> >>>Stop in /usr/ports/lang/php5-extensions. >>>dns1# >>> >>>****************************************************************** >> >> >> >>It looks like another missing file >> >>I show below some files which might be relevant on the system.. I can look >> for more if you think it worth while >> >>david > >did not do shift insert first time around!!! >/usr/ports/textproc >dns1# ls -l | grep php5 >drwxr-xr-x 2 root wheel 512 Sep 9 12:42 php5-ctype >drwxr-xr-x 2 root wheel 512 Sep 9 12:43 php5-dom >drwxr-xr-x 3 root wheel 512 Sep 9 18:25 php5-pspell >drwxr-xr-x 2 root wheel 512 Sep 9 12:43 php5-simplexml >drwxr-xr-x 4 root wheel 512 Sep 9 18:38 php5-wddx >drwxr-xr-x 3 root wheel 512 Sep 5 19:55 php5-xml >drwxr-xr-x 2 root wheel 512 May 2 08:29 php5-xsl >dns1# cd php5-wddx/files >dns1# ls -l >total 8 >-rw-r--r-- 1 root wheel 711 Jul 27 2004 patch-config.m4 >-r--r--r-- 1 root wheel 979 Apr 2 00:30 patch-config.m4,v >-rw-r--r-- 1 root wheel 263 Jul 27 2004 patch-wddx.c >-r--r--r-- 1 root wheel 528 Apr 2 00:30 patch-wddx.c,v >dns1# cd .. >dns1# ls -l >total 8 >-rw-r--r-- 1 root wheel 319 Jul 19 2004 Makefile >-r--r--r-- 1 root wheel 503 Apr 2 00:30 Makefile,v >drwxr-xr-x 2 root wheel 512 May 2 08:29 files >drwxr-xr-x 3 root wheel 512 Sep 9 18:38 work >dns1# cd work >dns1# ls -l >total 2 >-rw-r--r-- 1 root wheel 0 Sep 9 >18:38 .configure_done.php5-wddx-5.0.5._usr_local >-rw-r--r-- 1 root wheel 0 Sep 9 >18:38 .extract_done.php5-wddx-5.0.5._usr_local >-rw-r--r-- 1 root wheel 0 Sep 9 >18:38 .patch_done.php5-wddx-5.0.5._usr_local >drwxr-xr-x 14 root wheel 2048 Sep 9 18:38 php-5.0.5 >dns1# pwd >/usr/ports/textproc/php5-wddx/work >dns1# pwd >/usr/ports/textproc/php5-xml/files >dns1# ls -l >total 4 >-rw-r--r-- 1 root wheel 356 Jul 20 2004 patch-compat.c >-r--r--r-- 1 root wheel 625 Apr 2 00:30 patch-compat.c,v > > >/usr/local/share/apps/quanta/dtep/cfml/cfwddx.tag >/usr/local/share/apps/quanta/dtep/php/wddx.tag > >/usr/ports/textproc/php5-wddx >/usr/ports/textproc/php5-wddx/Makefile >/usr/ports/textproc/php5-wddx/Makefile,v >/usr/ports/textproc/php5-wddx/files >/usr/ports/textproc/php5-wddx/files/patch-config.m4 >/usr/ports/textproc/php5-wddx/files/patch-config.m4,v >/usr/ports/textproc/php5-wddx/files/patch-wddx.c >/usr/ports/textproc/php5-wddx/files/patch-wddx.c,v OK I have not been able to compile the wddx option but everything else compiled. Thanks again I will email ale and ask him to look into it Thanks again david -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 04:29:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 688C016A41F for ; Sat, 10 Sep 2005 04:29:57 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0272843D49 for ; Sat, 10 Sep 2005 04:29:56 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id A18B64600E0; Fri, 09 Sep 2005 21:31:07 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id A46E590F0108; Fri, 09 Sep 2005 12:37:18 -0700 From: "Chris St Denis" To: "'Redmond Militante'" , Date: Fri, 9 Sep 2005 12:35:23 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcW0mViiXtkYSLNPQWSNDg1lETbSPQA3EFoQ In-Reply-To: <20050908172240.GA8559@darkpossum> Message-Id: <200509091237781.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@domain" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: De46e590f0108143a.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: Subject: RE: awstats for a single directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 04:29:57 -0000 This isn't the awstats mailing list but..... There is probably a better way, but you could just filter your log through a grep just_this_directory before (0r while) feeding them into awstats -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Redmond Militante Sent: Thursday, September 08, 2005 10:23 AM To: freebsd-questions@freebsd.org Subject: awstats for a single directory hello i was previously using webalizer to analyze my apache log files. i was able to generate webalizer reports for a single directory using webalizer's IgnoreURL directive. is it possible to get awstats to do the same thing - generate a report for an individual directory i.e., http://www.myserver.com/just_this_directory/ ? i wasn't able to find any documentation related to this. any advice appreciated. redmond -- Redmond Militante Software Engineer / Medill School of Journalism FreeBSD 5.4-STABLE #0: Wed Sep 7 15:00:27 CDT 2005 i386 12:15PM up 1:54, 1 user, load averages: 0.24, 0.27, 0.22 From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 04:55:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4056916A41F for ; Sat, 10 Sep 2005 04:55:16 +0000 (GMT) (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 D9ED743D46 for ; Sat, 10 Sep 2005 04:55:15 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8A4tFiZ026309; Fri, 9 Sep 2005 23:55:15 -0500 (CDT) (envelope-from dan) Date: Fri, 9 Sep 2005 23:55:15 -0500 From: Dan Nelson To: John Do Message-ID: <20050910045514.GI84582@dan.emsphone.com> References: <20050909230711.59838.qmail@web35803.mail.mud.yahoo.com> <20050910040124.52388.qmail@web35811.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050910040124.52388.qmail@web35811.mail.mud.yahoo.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: Miguel =?utf-8?Q?C=E2=96=80rdenas?= , freebsd-questions@freebsd.org Subject: Re: MYSQLD mysql-server for 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 04:55:16 -0000 In the last episode (Sep 10), John Do said: > Thanks Dan again > > That does work. > > The only bothering me is the fact that I had no idea where to look :) > > Also in Linux normally comands like mysqld can be run automatically > instead of running a .sh file You can run mysqld manually in FreeBSD, too. It's just cleaner if you use the startup script. > And the real confusing thing is that there is no chkconfig sort of > utility that automatically adds an entry. It's different for each OS. chkconfig doesn't take the same arguments on RedHat and SUSE, so there isn't even consistency within Linux. FreeBSD ports always install their scripts into /usr/local/etc/rc.d, and you can enable them by adding the appropriate xxx_enable=yes line to /etc/rc.conf. You can look at the startup script to see what keyword it uses. > I wouldn't have known what to add to rc.conf if you > didn't mention it. > > Did I do do something wrong or is there a way to make > FreeBSD packages like this do more configuration such > as automatic server/start enabling etc... It's documented in the Handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-starting-services.html -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 05:04:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B116A41F; Sat, 10 Sep 2005 05:04:36 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao05.coxmail.com (lakecmmtao05.coxmail.com [68.99.120.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC17A43D45; Sat, 10 Sep 2005 05:04:35 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao05.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910050435.ZLUJ2425.lakecmmtao05.coxmail.com@dns1>; Sat, 10 Sep 2005 01:04:35 -0400 From: Vizion To: freebsd-questions@freebsd.org, ale@FreeBSD.org Date: Fri, 9 Sep 2005 22:00:17 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509092200.18099.vizion@vizion.occoxmail.com> Cc: Subject: Build config of php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 05:04:36 -0000 Hi Configuration of php Why is the build configured, by default, to give --disable-all? There seems to be no option to change this hence phpinfo() shows disable which (I am told) leaves out standard defaults which are normally individually excluded. Is there any reason NOt to modify the Makefile by removing that line? CONFIGURE_ARGS= --enable-versioning \ --enable-memory-limit \ --with-layout=GNU \ --with-config-file-scan-dir=${PREFIX}/etc/php \ --disable-all \ --enable-libxml \ --with-libxml-dir=${LOCALBASE} \ --enable-spl David -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 05:07:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2662916A41F for ; Sat, 10 Sep 2005 05:07:03 +0000 (GMT) (envelope-from chris@aebc.com) Received: from imail.aebc.com (dns1.aebc.com [209.53.200.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B683B43D49 for ; Sat, 10 Sep 2005 05:07:02 +0000 (GMT) (envelope-from chris@aebc.com) Received: from aebc.com [209.139.247.233] by imail.aebc.com with ESMTP (SMTPD32-7.15) id AA3D67900E0; Fri, 09 Sep 2005 22:08:13 -0700 Received: from chris [209.53.197.59] by aebc.com with ESMTP (SMTPD32-7.15) id AA9570CE00F8; Fri, 09 Sep 2005 13:03:33 -0700 From: "Chris St Denis" To: "'stan'" , "'Free BSD Questions list'" Date: Fri, 9 Sep 2005 13:01:35 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcW1dUhgYhVQu8FTQiuKhwv9pP2rtgAA9cbg In-Reply-To: <20050909190923.GA14167@teddy.fas.com> Message-Id: <200509091303578.SM00812@chris> X-RBL-Warning: NOPOSTMASTER: "Not supporting postmaster@aebc.com" X-RBL-Warning: IPNOTINMX: X-RBL-Warning: SPAMHEADERS: This E-mail has headers consistent with spam [4000020e]. X-RBL-Warning: CMDSPACE: Space found in RCPT TO: command. X-Declude-Sender: chris@aebc.com [209.53.197.59] X-Declude-Spoolname: Dea9570ce00f81bc7.SMD X-Note: Email was scanned by AE's anti-spam system in MX2 server. X-Note: This E-mail was sent from zz197059.cipherkey.net ([209.53.197.59]). X-Note: Total spam weight of this E-mail is 3. X-Spam-Tests-Failed: NOPOSTMASTER [1], IPNOTINMX [0], SPAMHEADERS [0], CMDSPACE [5] Cc: Subject: RE: Can't access db with pgaccess X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 05:07:03 -0000 If pgaccess is a client on another computer you'll need to edit pg_hba.conf This is better asked on a pgsql mailing list. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of stan Sent: Friday, September 09, 2005 12:09 PM To: Free BSD Questions list Subject: Can't access db with pgaccess I'm install postgress V7 on a 5..4-STABLE machine. I;ve installed it from ports, and I've added myself as a user, and created a database. I can access this database using "psql dbname" and all works fine. I can't seem to get pgaccess to connect at all. I;ve checked and sockstat reports: pgsql postgres 485 3 stream /tmp/.s.PGSQL.5432 What am I doing wrong? -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 05:21:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3391D16A420 for ; Sat, 10 Sep 2005 05:21:44 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D9A743D45 for ; Sat, 10 Sep 2005 05:21:43 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so11400nzd for ; Fri, 09 Sep 2005 22:21:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=aveH8NFbhbqTOb82Wk7Lm56tbHZLSj3U+gJ4aqR7xcyZc0sZrsQH+4YhZ5VuD34iQNgd1oslI5QZAJq8Ayab3w24AobkZiniaYvXimnpvvdh1YzkmBz+Q62ijgpcQKNRFaNLrgTtTGB+K3pvoltT4q4UlPzVebENoPsLfOkEQxo= Received: by 10.36.154.3 with SMTP id b3mr1022395nze; Fri, 09 Sep 2005 22:21:42 -0700 (PDT) Received: by 10.36.23.11 with HTTP; Fri, 9 Sep 2005 22:21:42 -0700 (PDT) Message-ID: Date: Sat, 10 Sep 2005 01:21:42 -0400 From: Thomas Dimson To: freebsd-questions@freebsd.org In-Reply-To: <20050910060618.GA2199@bifteki.lan> Mime-Version: 1.0 References: <20050910060618.GA2199@bifteki.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tdimson@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 05:21:44 -0000 Sorry, I should have clarified. I do have that option enabled. In fact, my machine works perfectly as a gateway to the internet - it just= =20 fails to forward (or much more likely, recieve) packets from an intranet an= d=20 send it to the machine. On 9/10/05, Leonidas Tsampros wrote: >=20 > On Fri, Sep 09, 2005 at 08:58:41PM -0400, Thomas Dimson wrote: > > Hi, > > > > Sorry if this is out of place, but I am having an issue with forwarding > > packets on my freebsd-current box from a windows PC. > > > > Here what I'm trying to do: > > I have two network cards, one on a university network and one going to = a > > router, which is connected to a cable modem. Both cards use the vr=20 > driver. > > University is configured through DHCP, private router is just specified= =20 > ( > > 192.168.1.110 ). I am=20 > trying to route traffic to the > > internet through the router while keeping all university traffic=20 > internal. > > > > Problem: > > I run a traceroute from my freebsd box to the university network and it > > works fine. I can access the website (129.97.128.40< > http://129.97.128.40>) > > through the internal network. However, using my windows PC - with the > > freebsd server specified as a gateway - it just times out when trying t= o > > connect to the web site. Any website on the internet works fine, but no= t=20 > the > > intranet. > > > > Here is my config, I am just setting a static route to the ip of the=20 > website > > to test for now: > > netstat -r > > Routing tables > > > > Internet: > > Destination Gateway Flags Refs Use Netif Expire > > default 192.168.1.1 UGS 0=20 > 119789 vr0 > > localhost localhost UH 0 0 lo0 > > 129.97.128.40/32 =20 > cn-rtrev-res15net. UGS 0 12 vr1 > > 192.168.1 link#1 UC 0 0 vr0 > > 192.168.1.1 00:20:78:ce:cb:b4= =20 > UHLW 2 154 vr0 1172 > > 192.168.1.107 =20 > 00:11:95:5d:0b:7f UHLW 1 210110 vr0 945 > > > > Internet6: > > Destination Gateway Flags Netif Expire > > localhost localhost UH lo0 > > fe80::%vr0 link#1 UC vr0 > > fe80::20d:88ff:fe7 00:0d:88:7f:42:d0 UHL lo0 > > fe80::%vr1 link#2 UC vr1 > > fe80::211:95ff:fee 00:11:95:e2:57:40 UHL lo0 > > fe80::%lo0 fe80::1%lo0 U lo0 > > fe80::1%lo0 link#4 UHL lo0 > > ff01:: localhost U lo0 > > ff02::%vr0 link#1 UC vr0 > > ff02::%vr1 link#2 UC vr1 > > ff02::%lo0 localhost UC lo0 > > > > Can anyone provide me with aid, or at least the location of a log file= =20 > for > > the gateway functions of the machine? >=20 > Try to add gateway_enable=3D"YES" in /etc/rc.conf and run either >=20 > # /etc/routing start [as root] >=20 > or reboot the pc. >=20 > Actually , when you want your freebsd to act as a gateway , you have > to set the sysctl variable net.inet.ip.forwarding to 1. However , the > gateway_enable options takes care of this. >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 06:01:57 2005 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 C87AD16A41F for ; Sat, 10 Sep 2005 06:01:57 +0000 (GMT) (envelope-from rhod_herreria@yahoo.com) Received: from web60017.mail.yahoo.com (web60017.mail.yahoo.com [209.73.178.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 4837843D48 for ; Sat, 10 Sep 2005 06:01:57 +0000 (GMT) (envelope-from rhod_herreria@yahoo.com) Received: (qmail 50166 invoked by uid 60001); 10 Sep 2005 06:01:56 -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=NJHVa35jyBhD+x/XtLbJTU49damF2TCBIUqygm5oHb4cYu/Yyeziq3SaIMEIVajHkwhlIRsNpPEGzff8KW7y1MJH+O6yAdET1dG6A5pOctZNCyrw2awUUrOceGKmkn2XXzLpqDzPkiv9roFaC3vYIL68KOFHnhly1MjFhPzPNe0= ; Message-ID: <20050910060156.50164.qmail@web60017.mail.yahoo.com> Received: from [203.213.194.12] by web60017.mail.yahoo.com via HTTP; Fri, 09 Sep 2005 23:01:56 PDT Date: Fri, 9 Sep 2005 23:01:56 -0700 (PDT) From: rolan herreria To: questions@freeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Question about freeBSD OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 06:01:57 -0000 1. Can I run .exe files in this OS? 2. Can I run 3D Games in freeBSD OS like Half-life & Doom3? 3. Can I share my files to a PC using Microsoft XP? 4. Can you give me some OS running 3D games except Microsoft? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 06:10:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DBC16A41F for ; Sat, 10 Sep 2005 06:10:23 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFE143D45 for ; Sat, 10 Sep 2005 06:10:23 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so13896nzd for ; Fri, 09 Sep 2005 23:10:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=gO5EWfxr/5h/CbtzMC3D+6z/J5oNe9npN45oXF2UO+ccu4pdPWobyh8WWePJdmdb6U80MEpnJLMjGoBzMdjYbjSGOEPK+TaVLzCZ32f5kLLwzzMscSd2SfhWlxYqK1ccnkykdedsPhzJFcx+H6+p5ztvkUfgzY5tVV57Dra/KKU= Received: by 10.36.58.2 with SMTP id g2mr1043448nza; Fri, 09 Sep 2005 23:10:22 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 22sm392286nzn.2005.09.09.23.10.21; Fri, 09 Sep 2005 23:10:22 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: rolan herreria Date: Sat, 10 Sep 2005 14:14:39 +0800 User-Agent: KMail/1.8.2 References: <20050910060156.50164.qmail@web60017.mail.yahoo.com> In-Reply-To: <20050910060156.50164.qmail@web60017.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509101414.39888.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Question about freeBSD OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 06:10:23 -0000 On Saturday 10 September 2005 14:01, rolan herreria wrote: > 1. Can I run .exe files in this OS? > you can not run .exe directly, but you can using Wine ( a windows emulator) > 2. Can I run 3D Games in freeBSD OS like Half-life & > Doom3? > the answer is still Wine, though not perfect > 3. Can I share my files to a PC using Microsoft XP? > of course you can. Samba or other tools let you do that. > 4. Can you give me some OS running 3D games except > Microsoft? > sorry, cannot help with this point :( -- Best Regards. Yuan Jue From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 06:50:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDAF416A41F for ; Sat, 10 Sep 2005 06:50:52 +0000 (GMT) (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 5E3C243D46 for ; Sat, 10 Sep 2005 06:50:52 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 28539 invoked from network); 10 Sep 2005 16:50:51 +1000 Received: from 203-166-227-62.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.166.227.62) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Sep 2005 16:50:51 +1000 Message-ID: <43228247.5050107@meijome.net> Date: Sat, 10 Sep 2005 16:50:47 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vizion , FreeBSD Questions References: <200509092200.18099.vizion@vizion.occoxmail.com> In-Reply-To: <200509092200.18099.vizion@vizion.occoxmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Build config of php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 06:50:52 -0000 Vizion wrote: > Hi > Configuration of php > > Why is the build configured, by default, to give --disable-all? > There seems to be no option to change this hence phpinfo() shows disable which > (I am told) leaves out standard defaults which are normally individually > excluded. > Is there any reason NOt to modify the Makefile by removing that line? > > > CONFIGURE_ARGS= --enable-versioning \ > --enable-memory-limit \ > --with-layout=GNU \ > --with-config-file-scan-dir=${PREFIX}/etc/php \ > --disable-all \ > --enable-libxml \ > --with-libxml-dir=${LOCALBASE} \ > --enable-spl > David hi Vizion, I don't know for sure about the disable-all, but I get the impression it's to tell php Not to build all the extensions into the php itself. which is fine, because it's far better to use the lang/php4-extensions/ port to choose what other bits you want. I never had to edit a php Makefile in Fbsd. Also, if you want to avoid having to choose by hand what you really want( or have it preconfigured so all you have to do is press OK, then use something like /usr/local/etc/pkgtools.conf which will be read by portinstall (sysutils/port-maintenance-tools/) my relevant sections for my servers are: --- 'php4-*' => [ 'WITH_APACHE2=true', 'WITHOUT_DEBUG=true', 'WITH_BCMATH=true', 'WITH_BZ2=true', 'WITHOUT_CALENDAR=true', 'WITH_CRACK=true', 'WITH_CTYPE=true', 'WITHOUT_CURL=true', 'WITH_DBA=true', 'WITHOUT_DBASE=true', 'WITHOUT_DBX=true', 'WITHOUT_DIO=true', 'WITHOUT_DOMXML=true', 'WITHOUT_EXIF=true', 'WITHOUT_FILEINFO=true', 'WITHOUT_FILEPRO=true', 'WITHOUT_FRIBIDI=true', 'WITH_FTP=true', 'WITH_GD=true', 'WITHOUT_GETTEXT=true', 'WITHOUT_GMP=true', 'WITHOUT_ICONV=true', 'WITHOUT_IMAGICK=true', 'WITHOUT_IMAP=true', 'WITHOUT_INTERBASE=true', 'WITHOUT_LDAP=true', 'WITH_MBSTRING=true', 'WITHOUT_MCAL=true', 'WITH_MCRYPT=true', 'WITHOUT_MCVE=true', 'WITH_MHASH=true', 'WITHOUT_MING=true', 'WITHOUT_MNOGOSEARCH=true', 'WITHOUT_MSSQL=true', 'WITH_MYSQL=true', 'WITHOUT_NCURSES=true', 'WITHOUT_ODBC=true', 'WITHOUT_OPENSSL=true', 'WITHOUT_ORACLE=true', 'WITH_OVERLOAD=true', 'WITHOUT_PANDA=true', 'WITHOUT_PCNTL=true', 'WITH_PCRE=true', 'WITHOUT_PDF=true', 'WITHOUT_PGSQL=true', 'WITH_POSIX=true', 'WITHOUT_PSPELL=true', 'WITHOUT_READLINE=true', 'WITHOUT_RECODE=true', 'WITH_SESSION=true', 'WITH_SHMOP=true', 'WITHOUT_SNMP=true', 'WITHOUT_SOCKETS=true', 'WITHOUT_SYBASE_CT=true', 'WITH_SYSVMSG=true', 'WITH_SYSVSEM=true', 'WITH_SYSVSHM=true', 'WITH_TOKENIZER=true', 'WITHOUT_WDDX=true', 'WITH_XML=true', 'WITHOUT_XMLRPC=true', 'WITH_XSLT=true', 'WITHOUT_YAZ=true', 'WITHOUT_YP=true', 'WITH_ZIP=true', 'WITH_ZLIB=true', ], 'php4-dba-*' => [ 'WITH_CDB=true', 'WITH_DB4=true', 'WITH_GDBM=true', 'WITH_INIFILE=true', 'WITH_FLATFILE=true', ], 'php4-gd-*' => [ 'WITH_T1LIB=true', 'WITH_TRUETYPE=true', 'WITHOUT_JIS=true', 'WITH_LZW=true', ], 'php4-mbstring-*' => [ 'WITH_REGEX=true', ], --- hope that helps. Beto From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 06:51:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E11BE16A41F for ; Sat, 10 Sep 2005 06:51:55 +0000 (GMT) (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 711BB43D45 for ; Sat, 10 Sep 2005 06:51:55 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 28617 invoked from network); 10 Sep 2005 16:51:55 +1000 Received: from 203-166-227-62.dyn.iinet.net.au (HELO ?192.168.13.3?) (203.166.227.62) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 10 Sep 2005 16:51:54 +1000 Message-ID: <43228286.1000009@meijome.net> Date: Sat, 10 Sep 2005 16:51:50 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yuan Jue References: <20050910060156.50164.qmail@web60017.mail.yahoo.com> <200509101414.39888.yuanjue122@gmail.com> In-Reply-To: <200509101414.39888.yuanjue122@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, rolan herreria Subject: Re: Question about freeBSD OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 06:51:56 -0000 Yuan Jue wrote: > On Saturday 10 September 2005 14:01, rolan herreria wrote: > >>1. Can I run .exe files in this OS? >> > > you can not run .exe directly, but you can using Wine ( a windows emulator) > or inside an emulator like qemu or Bochs >>4. Can you give me some OS running 3D games except >>Microsoft? >> > > sorry, cannot help with this point :( > OS-X From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 07:06:56 2005 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 B724C16A41F for ; Sat, 10 Sep 2005 07:06:56 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488F243D46 for ; Sat, 10 Sep 2005 07:06:53 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j8A75cu0075989; Sat, 10 Sep 2005 02:06:06 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <432285B3.6010209@daleco.biz> Date: Sat, 10 Sep 2005 02:05:23 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: rolan herreria References: <20050910060156.50164.qmail@web60017.mail.yahoo.com> In-Reply-To: <20050910060156.50164.qmail@web60017.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Question about freeBSD OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 07:06:56 -0000 rolan herreria wrote: >1. Can I run .exe files in this OS? > > > There are a couple of emulators, Wine having already been mentioned. See also dosbox, doscmd, twin, and vmWare. Wine or vmWare would be the method of choice for emulation for native Windows programs. dosbox, etc. emulates an MS-DOS environment ... >2. Can I run 3D Games in freeBSD OS like Half-life & >Doom3? > > > See below. >3. Can I share my files to a PC using Microsoft XP? > > > Sure. >4. Can you give me some OS running 3D games except >Microsoft? > > If you wanna play, you generally use a "toy" OS. Here's what I see easily available for FreeBSD, no idea if they work or how well..... [836] Sat 10.Sep.2005 1:57:49 [kadmin@archangel][/usr/ports/games] ls | grep -i doo doom/ doomlegacy/ linux-doom3-demo/ [837] Sat 10.Sep.2005 1:57:58 [kadmin@archangel][/usr/ports/games] ls | grep -i half halflifeserver/ Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 07:48:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06D7E16A41F for ; Sat, 10 Sep 2005 07:48:40 +0000 (GMT) (envelope-from chengjin@cs.caltech.edu) Received: from swordfish.cs.caltech.edu (swordfish.cs.caltech.edu [131.215.44.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id C118A43D48 for ; Sat, 10 Sep 2005 07:48:39 +0000 (GMT) (envelope-from chengjin@cs.caltech.edu) Received: from orchestra.cs.caltech.edu (orchestra.cs.caltech.edu [131.215.44.20]) by swordfish.cs.caltech.edu (Postfix) with ESMTP id 6134DDF326 for ; Sat, 10 Sep 2005 00:48:38 -0700 (PDT) Received: by orchestra.cs.caltech.edu (Postfix, from userid 20269) id 92F6B103BB3; Sat, 10 Sep 2005 00:48:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by orchestra.cs.caltech.edu (Postfix) with ESMTP id 20B21103B9D for ; Sat, 10 Sep 2005 00:48:34 -0700 (PDT) Date: Sat, 10 Sep 2005 00:48:34 -0700 (PDT) From: Cheng Jin To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: ipfw out xmit trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 07:48:40 -0000 Hi, I have an ethernet bridging [xl0 fxp0] set up like the following outside world --- [xl0 fxp0] --- test machine xl0 and fxp0 are the two interfaces on the bridging machine. xl0 has an IP address (could this be the source of the problem?), but fxp0 doesnt. I would like to simulate a DSL line on the xl0 side (for packets arriving and leaving xl0). The commands that I use are: sysctl -w net.link.ether.bridge_ipfw=1 sysctl -w net.link.ether.ipfw=1 # not sure whether this is needed ipfw -f flush ipfw -f pipe flush ipfw add 65534 allow all from any to any # just so i can login ipfw add 65533 pipe 1 all from any to any out xmit xl0 ipfw add 65533 pipe 2 all from any to any in recv xl0 ipfw pipe 1 config delay 20 bw 256K queue 50 ipfw pipe 2 config delay 13 bw 3M queue 50 pipe 2 works fine, but I couldn't get pipe 1 to work. ping to and from the test machine shows a delay about 14 ms, i.e. from the "in recv xl0" part. If i change the configuration for pipe 1 to "in recv fxp0", it would then work, but I think packets would be queued inside ether_input/bdg_forward on the fxp0 side, rather than ether_output_frame on the xl0 side. Even though I have stared at it for the longest time, I can't see anything wrong with pipe 1. Any help would be greatly appreciated! Cheng -- @626 395 8820 From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 08:03:58 2005 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 B5C0416A41F for ; Sat, 10 Sep 2005 08:03:58 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E0A43D45 for ; Sat, 10 Sep 2005 08:03:58 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so1334868wra for ; Sat, 10 Sep 2005 01:03:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ri3+T1RRbjWA3T2K+dz4qGTft8uSK8rR4gN8wR4OFuiUYhpMjD6NhpiGaBC+L2Zc6Rp4iwzYSZ3c2UOuilN/xgNLp/2cPBIztCpv1xxJ9l+R9y9/I4O2ceBjzCMDIig+eo5IPPT/bgxeU1Av9T0E+f3PvUVlEXkKqf6/IbyHZ2Q= Received: by 10.54.38.42 with SMTP id l42mr1015051wrl; Sat, 10 Sep 2005 01:03:57 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Sat, 10 Sep 2005 01:03:57 -0700 (PDT) Message-ID: <3060c239050910010346da7723@mail.gmail.com> Date: Sat, 10 Sep 2005 04:03:57 -0400 From: Mike Hernandez To: questions@freebsd.org In-Reply-To: <200509091445.29301.zettel@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509091210.09717.zettel@acm.org> <3060c23905090917446677faac@mail.gmail.com> <200509091445.29301.zettel@acm.org> Cc: Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sequethin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 08:03:58 -0000 -t could work for you. Just check the man page it's at the top. -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 08:19:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C044E16A41F for ; Sat, 10 Sep 2005 08:19:31 +0000 (GMT) (envelope-from A.Schleich@klinikum-tut.de) Received: from i1rrzssmtp05v.rz-as.de (i1rrzssmtp05v.rz-as.de [195.243.22.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B8343D45 for ; Sat, 10 Sep 2005 08:19:30 +0000 (GMT) (envelope-from A.Schleich@klinikum-tut.de) Received: from i1rrzssmtp01v.rz-as.de (unknown [10.190.20.28]) by i1rrzssmtp05v.rz-as.de (Postfix) with ESMTP id C1626C083AC for ; Sat, 10 Sep 2005 10:19:28 +0200 (CEST) Received: from localhost (unknown [127.0.0.1]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 49E99412659; Sat, 10 Sep 2005 10:17:47 +0200 (CEST) Received: from i1rrzssmtp01v.rz-as.de ([10.190.20.28]) by localhost (i1rrzssmtp01v [10.190.20.28]) (amavisd-new, port 10024) with ESMTP id 19062-41; Sat, 10 Sep 2005 10:17:46 +0200 (CEST) Received: from ktex1.kktut.local (unknown [10.195.73.252]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 8133741264D; Sat, 10 Sep 2005 10:17:46 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Sat, 10 Sep 2005 10:19:26 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PPPoE to connect to T-DSL thread-index: AcW0ekSV5/AH6aS9QPCZ8e1khY7qaQBZUDHg From: "Schleich, Arno" To: "cpghost" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at rz-as.de Cc: aschleichmd@hotmail.com, freebsd-questions@freebsd.org Subject: AW: PPPoE to connect to T-DSL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 08:19:32 -0000 Cpghost, Tx a lot, I managed to connect as root. Your ppo.conf was nearly = identical to trhe one I had used with the exception to 'disable lqr' (I = had it enabled) and 'set echoperiod 30'/ 'enable echo'. After adding = these it worked, don't ask me why. Still have the problem of no ppp as an ordinary user (member of wheel, = network), Is there anything I need to do besides adding 'allow users = ? Thanks, Arno -----Urspr=FCngliche Nachricht----- Von: cpghost [mailto:cpghost@cordula.ws]=20 Gesendet: Donnerstag, 8. September 2005 15:08 An: Schleich, Arno Cc: freebsd-questions@freebsd.org Betreff: Re: PPPoE to connect to T-DSL On Thu, Sep 08, 2005 at 02:32:19PM +0200, Schleich, Arno wrote: > I just need to connect my notebook to the internet using pppoe to hook > up to t-dsl, a German adsl provider. > =20 > I installed 5.4 Release with very few problems. > =20 > Anyway, trying to use the most generic ppp.conf it hangs in 'Phase' = (as > far as I can understand the log). It redials and redials, which = results > in multiple > =20 > deflink: Connected > deflink: Hangup > =20 > sequences in the /var/lod/ppp.log. Btw, I upped the rl0 interface = prior > to starting ppp, so I hope this is not an issue. There is no activity = on > the LEDs of the dsl modem. Hello Arno, I know definitely that the following configuration works with kamp-dsl, a provider that uses t-dsl (yes, on FreeBSD 5.4-STABLE). /etc/ppp/ppp.conf: ------------------ default: set log local Phase Chat Connect LCP IPCP tun command myadsl: set device PPPoE:rl0 set MTU 1460 set MRU 1460 set dial set crtscts off set speed sync disable lqr set echoperiod 30 enable echo disable deflate disable pred1 disable vjcomp disable acfcomp disable protocomp set log Phase LCP IPCP CCP Warning Error Alert set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0 set login set authname set authkey set timeout 0 add default HISADDR set server /var/run/internet "" 0177 You can enable ppp at bootup by adding this to /etc/rc.conf: ppp_enable=3D"YES" ppp_profile=3D"myadsl" ppp_user=3D"root" ppp_mode=3D"ddial" ppp_nat=3D"YES" Or run ppp manually like this: # /usr/sbin/ppp -quiet -ddial -nat myadsl Should you still not be able to connect, please have a closer look at /var/log/ppp.log. You may also want to # tcpdump -i rl0 to see if the PADI/PADO/PADR/PADS handshake completes successfully. Good luck! -cpghost. --=20 Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 08:28:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81C9D16A41F for ; Sat, 10 Sep 2005 08:28:45 +0000 (GMT) (envelope-from tv05541b@adsl.tvtel.pt) Received: from adsl.tvtel.pt (adsl.tvtel.pt [195.22.29.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE4E43D48 for ; Sat, 10 Sep 2005 08:28:44 +0000 (GMT) (envelope-from tv05541b@adsl.tvtel.pt) Received: from [10.0.0.223] ([80.172.167.17]) by adsl.tvtel.pt (8.12.10/8.12.10) with ESMTP id j8A7tFch016779; Sat, 10 Sep 2005 07:55:15 GMT Message-ID: <43229930.9080803@adsl.tvtel.pt> Date: Sat, 10 Sep 2005 09:28:32 +0100 From: "G@SP@R" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: matt@atopia.net Subject: SFTP Access Restrictions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 08:28:45 -0000 Hi there. I think I found what you were looking for... http://freshmeat.net/articles/view/1576/ Check it out... Hasta, G@SP@R From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 08:39:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A1416A41F; Sat, 10 Sep 2005 08:39:13 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D113C43D58; Sat, 10 Sep 2005 08:39:12 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1EE0tD-000IXW-4V; Sat, 10 Sep 2005 11:39:11 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Danny Howard In-reply-to: Your message of Fri, 9 Sep 2005 11:59:35 -0700 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 10 Sep 2005 11:39:11 +0300 From: Danny Braniss Message-ID: Cc: freebsd-scsi@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Fibre Channel disks to two Systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 08:39:13 -0000 hi danny you are asking too many questions :-), but w/r to netapp: same computer, 1gbE, NFS is about 50% slower than FC. btw, iSCSI (still beta) is only slightly faster than NFS (note NFS is UDP, iSCSI is TCP). as to reliability, the netapp is worth avery penny (actualy K$ :-), had only one major breakdown in over 10 years. for backup, concider (depends on the size of your database), copying the WAL to the backup host/disc, and running it at some interval to update the backup. and another thing, from experiance, disks break more often than cpus, so offloading the db might give you only 'some' backup. danny > [NOTE: If posting followup, please mind the > cross-post to -questions and -scsi.] > > Hello, > > We host our PostgreSQL database on FreeBSD. Until now, we have just > built the beefiest DB server we can spec, and then dump the data every > thirty minutes to a backup DB server, so if the primary DB server fails, > we load the database on the backup and fail over to the backup server. > > But I'd rather offload the disk to an external storage device, then I > can have two identical DB servers, and if one fails, I swap the disks > over to the other DB server, mount the filesystem, possibly run data > consistency checks, and proceed from there. > > >From my research, I am thus far most impressed with the SANbloc 2Gb, > which holds fourteen FC drives in a 3U rackmount. It can be had with > redundant RAID controllers, or as a JBOD. There are similar products > from other vendors as well. > > I could concievably do the RAID in software by running a gstripe across a > set of gmirrors. > > As I understand it, I can have an FC loop with one or more drives, > connected to two servers, and either server can talk to one or the other > drives exclusively. My QUESTION is: how is the arbitration done in > FreeBSD? You run camcontrol on either server and activate / deactivate > drives in the loop? > > What happens if say, the primary server locks up in some weird manner? > Can it block the backup server from talking to the drives? (We can > always have a NOC tech turn off a badly failed primary database, and > power-cycle the disk array, if needed ...) > > A really far-out idea I had was that with fourteen drive bays I could > have two hot spares, and then set up a stripe across four mirrored pairs > (4x2 = 8-disk RAID10) and then with the remaining four drives assign > each to be a third component of the gmirrored pairs, let the gmirrors > sync up, then detach those drives from the gmirrors, mount them on the > backup database, gstripe those containers together, and have a > point-in-time "snapshot" of the drive array that could be mounted on the > backup server, from which I could run database dumps, or conduct > failover tests, etc. (I could kick this around -geom. :) > > Uhmmm, has anyone done similar? Suggestions? Feedback? Advice? > > Or, should I try to get a NetApp, or similar device, even though FreeBSD > does not support iSCSI, because NFS performance over GigE may still beat > FC? > > Also, does anyone have a FreeBSD-friendly storage systems integrator or > other vendor they can reccomend, particularly one near the San Francisco > area? I keep contacting various vendors who then fail to get back to > me. :( > > Thanks for all feedback and suggestions! > > Sincerely, > -danny > > -- > http://dannyman.toldme.com/ > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 08:51:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A83D16A423 for ; Sat, 10 Sep 2005 08:51:57 +0000 (GMT) (envelope-from 4711@chello.at) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 2DC3E43D48 for ; Sat, 10 Sep 2005 08:51:53 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 66008 invoked from network); 10 Sep 2005 08:51:51 -0000 Received: from www.matrix.net (HELO localhost) (192.168.123.10) by matrix001.matrix.net with SMTP; 10 Sep 2005 08:51:51 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Date: Sat, 10 Sep 2005 10:51:29 +0200 User-Agent: KMail/1.8 References: <20050910020611.42210.qmail@web51804.mail.yahoo.com> In-Reply-To: <20050910020611.42210.qmail@web51804.mail.yahoo.com> X-Face: 9K^F42eGrHAbAe?%/Jn(.sAeg9d{Ur6`x<[+LZ46Plx#sTFr]9_>|#(?~v6X,=?utf-8?q?2=7EBeL=23=3A7kxV8=23s=3BUP=0A=09=7C?=>X.=B,VvQ"}!^Zb}AGD:Um.+; P=%U6W Cc: Ng Pek Yong , freebsd-geom@freebsd.org Subject: Re: Recompiled freebsd 5.4 cannot boot up with geom_mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 08:51:57 -0000 --nextPart1776414.iIQissL9hb Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 10 September 2005 04:06:04, Ng Pek Yong wrote: > --- Christian Hiris <4711@chello.at> wrote: > > On Friday 09 September 2005 17:04:17, Ng Pek Yong > > > > wrote: > > > Hi, > > > > > > I am having some problem with geom_mirror on a > > > > freebsd > > > > > 5.4. > > > > > > I followed the steps described in > > > http://people.freebsd.org/~rse/mirror/ > > > and got geom_mirror up on a stock freebsd 5.4, > > > including / partition itself. > > > > > > The problem came when I compiled the kernel. After > > > pulling in the latest source tree, compiling and > > > installing the new kernel, I find that the OS can > > > > no > > > > > longer bootup. > > > > > > I did with 2 kernel configurations. The 1st is > > > completely identical to the stock kernel config. > > > > The > > > > > 2nd has an extra line "options GEOM_MIRROR". > > > Both failed to boot up although the errors are > > > different. > > > > You don't need "options GEOM_MIRROR" in your > > kernelconfig to run gmirror. > > > > > 1st config > > > ---------- > > > The boot process got stucked when it tries to > > > > mount / > > > > > The error message is something like this > > > Mount root from ufs:/dev/mirror/gm0s1a > > > setrootbyname failed > > > ffs_mountroot: can't find rootvp > > > Root mount failed: 6 > > > > Maybe there is a typo in your /etc/fstab. Enter a > > "?" here to get a list of > > all your geom devices. Then try to mount / from the > > correct device by > > entering "ufs:mirror/your_root_device" at the > > "mountroot>" prompt. > > I can boot up with kernel.old without problem, so > there is no typo. > > Anyway, I tried your method and list the devices. I > get something like > > List of GEOM managed disk devices: > ad1s1f..ad1s1a ad0s1f..ad0s1a acd0 ad1s1 ad0s1 ad1 > ad0 fd0 > > Obviously something is wrong here. I am supposed to > get devices that look like 'gm0s1a' etc > > Let me emphasize again. I haven't modified anything to > the kernel, not even the kernel options. How could it > be so wrong then? Did you run "make buildworld" before you run "make buildkernel"? Maybe kernel and world are out of sync on your system. Cheers, ch =2D-=20 Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE=20 OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu --nextPart1776414.iIQissL9hb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDIp6m09WjGjvKU74RAqzfAJ9uweSRtmg9/aE7TBMOwTWafm6T2ACfRhf3 GhPXn7hlsBAoX80Ij9b2z4U= =pgtE -----END PGP SIGNATURE----- --nextPart1776414.iIQissL9hb-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 09:15:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D010B16A41F for ; Sat, 10 Sep 2005 09:15:12 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F3543D46 for ; Sat, 10 Sep 2005 09:15:02 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j8A9DAJc076970; Sat, 10 Sep 2005 04:13:31 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4322A39C.1090001@daleco.biz> Date: Sat, 10 Sep 2005 04:13:00 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050823 X-Accept-Language: en-us, en MIME-Version: 1.0 To: zettel@acm.org References: <200509091210.09717.zettel@acm.org> <3060c23905090917446677faac@mail.gmail.com> <200509091445.29301.zettel@acm.org> In-Reply-To: <200509091445.29301.zettel@acm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: sequethin@gmail.com, freebsd-questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 09:15:12 -0000 Leonard Zettel wrote: >On Saturday 10 September 2005 12:44 am, Mike Hernandez wrote: > > >>Have you tried explicitly telling fsck what file system it's going to >>be checking? >> >> >> >Duhhhh.... What is the syntax for doing that? > > Assuming that's a serious question, a serious example would be: $ fsck /var HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 10:33:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71E8816A41F for ; Sat, 10 Sep 2005 10:33:26 +0000 (GMT) (envelope-from Jan-Peter.Koopmann=freebsd-questions=freebsd.org=3001fa11fe834d1a89f65ee8ee8b2b21607c8002@seceidos.de) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A3C43D45 for ; Sat, 10 Sep 2005 10:33:25 +0000 (GMT) (envelope-from Jan-Peter.Koopmann=freebsd-questions=freebsd.org=3001fa11fe834d1a89f65ee8ee8b2b21607c8002@seceidos.de) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sat, 10 Sep 2005 12:33:14 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Slow transfers to 5.4 / 4.11 is ok Thread-Index: AcW18wymxC+QY4zNQIi6VzGvJBZf1w== From: "Jan-Peter Koopmann" To: X-MsgInfo-Seceidos: This message was scanned for viruses. If you have any questions please contact postmaster@seceidos.de Subject: Slow transfers to 5.4 / 4.11 is ok X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 10:33:26 -0000 Hi, we are experiencing a very strange problem. All transfers from Windows = XP boxes to our new FreeBSD 5.4 installation seem to be quite slow. The = 5.4 is located in a housing center and we try to access it from behind = 3MBit DSL lines. Instead of the expected ~320KByte/sec we only get = 220KByte/sec. If I use a FreBSD, OSX or linux machine behind the same = router to download stuff from our 5.4 machine, everything is in perfect = order. If I access 4.11 installations from the same Windows XP machines, = everything is fine as well: Linux -> 5.4: ~320K FreeBSD 4 -> 5.4: ~320K Windows XP -> 5.4: ~220K Windows XP -> 4.x: ~320K Prior to the 5.4 box we had a 4.11 machine at the same location, same = routers clients etc. Again: Until we changed the box download speed were = ok. MTU etc. seem to be correct as well. This also happens from several = locations with different setups, providers etc. always with the results = shown above. So we are pretty confident that some change between 4.X and = 5.4 breaks the transfer rates when it comes to Windows XP.=20 Do any of you have an idea where we could/should look for? Are there any = timing issues corrected/changed in 5.X? Regards, JP From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 10:45:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5480816A41F for ; Sat, 10 Sep 2005 10:45:10 +0000 (GMT) (envelope-from michaellouieloria@yahoo.com) Received: from web30310.mail.mud.yahoo.com (web30310.mail.mud.yahoo.com [68.142.200.103]) by mx1.FreeBSD.org (Postfix) with SMTP id EF79C43D45 for ; Sat, 10 Sep 2005 10:45:09 +0000 (GMT) (envelope-from michaellouieloria@yahoo.com) Received: (qmail 79274 invoked by uid 60001); 10 Sep 2005 10:45:09 -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=aM+N33YG2fgy/6H8dGNpupdpeISGbcAyBmWh+HimM2YLMH1yZw/0YJOXojHtqrWJUW/Vrr1T590izl5ok+mfSDYS18TQvS0g48FIeQHFPeBsMXoLJ2BygYEXwPUrfeFyAUuNTvQ3iQCMiFmCa28t0CZuhnDsUpC7tHEE6Z8CPOw= ; Message-ID: <20050910104509.79272.qmail@web30310.mail.mud.yahoo.com> Received: from [203.213.221.91] by web30310.mail.mud.yahoo.com via HTTP; Sat, 10 Sep 2005 03:45:09 PDT Date: Sat, 10 Sep 2005 03:45:09 -0700 (PDT) From: Michael Louie Loria To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Firefox and Thunderbird X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 10:45:10 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I'm having problems with my Firefox 1.0.6 and Thunderbird 1.0.6 with enigmail 0.92. Formerly, I was using an older version. So I had to update with make install clean. during the first run the 2 apps where okay, but after the 2nd run, firefox would crash whenever i click the about button and thunderbird could not access enigmail. So I deleted the compreg.dat in my profiles directory. And when I run firefox and thunderbird again. everyting works well again. But after running firefox and thunderbird again since the deletion of compreg.dat, the problems would again occur. I solve the problem by deleting compreg.dat but it is too tiresome to delete compreg.dat everytime I had to open firefox and thunderbird. does anybody have a solution for this? Thanks, Michael Louie Loria -----BEGIN PGP SIGNATURE----- Comment: Public Key: https://www.biglumber.com/x/web?qs=0x4A256EC8 Comment: Public Key: http://www.lorztech.com/GPG.txt Comment: Google, Skype, Yahoo ID: michaellouieloria iQEVAwUBQyK5I7XBHi2y3jwfAQpI0Af/Qi8TYlgW5D/tVLb0ph9TQyHBu9ZIkwte BAU9C0lKDDikiJ9hOjXiSnsK/JXlz4tjHELm5GpqRd8fjUoVMEFepFay8EPpcMOC /bCBOUiueLtKy4ikHJ1yIBfVhcpN0v1mQ2qyHWpV77+TkA3hBi6puWcbA0YuDMb2 E2sDpv7KNwBEPOonh+sN4kYhRJuRDm+Spmb4GJGNugAAN6H/o1AxZjqkPqUXIFFQ soWw2EkokodYsx9IVdSDNExP00lUrOc6uXlUNH3XZELDQN69mvkHB4dnxIVFuALx lc2Lrq2Y0T9L7Lq8BMlOwXrSM3Jbfm7iD9x5641RYAQIKX3qiab1GA== =v6Fo -----END PGP SIGNATURE----- --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0536-5, 09/09/2005 Tested on: 9/10/2005 6:44:55 PM avast! - copyright (c) 1988-2005 ALWIL Software. http://www.avast.com -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: 9/9/2005 ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 10:54:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA04716A41F for ; Sat, 10 Sep 2005 10:54:55 +0000 (GMT) (envelope-from zettel@acm.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [216.148.227.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F6443D48 for ; Sat, 10 Sep 2005 10:54:55 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.3] (pcp0011427575pcs.sothfd01.mi.comcast.net[69.246.103.241]) by comcast.net (rwcrmhc13) with ESMTP id <2005091010545401500is9gge>; Sat, 10 Sep 2005 10:54:54 +0000 From: Leonard Zettel To: freebsd-questions@freebsd.org Date: Fri, 9 Sep 2005 22:55:17 +0000 User-Agent: KMail/1.8 References: <200509091210.09717.zettel@acm.org> <200509091445.29301.zettel@acm.org> <4322A39C.1090001@daleco.biz> In-Reply-To: <4322A39C.1090001@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509092255.17717.zettel@acm.org> Cc: sequethin@gmail.com Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zettel@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 10:54:55 -0000 On Saturday 10 September 2005 09:13 am, Kevin Kinsey wrote: > Leonard Zettel wrote: > >On Saturday 10 September 2005 12:44 am, Mike Hernandez wrote: > >>Have you tried explicitly telling fsck what file system it's going to > >>be checking? > > > >Duhhhh.... What is the syntax for doing that? > > Assuming that's a serious question, a serious example > would be: > > $ fsck /var > A bit difficult to see how to apply that in the present context. If I understand things correctly, /var designates a "mount point". I have my hardware set up to use swappable hard drives, with the idea of using one drive for backups, mounting it on /mnt for that purpose. But when I try to do that, mount won't mount (without -f). fsck won't fsck either, or at least gives me a message I don't understand. My (somewhat shallow) perusal of what documentation I can find suggests that fsck should be used on an unmounted file system (to guarantee its "quiescence"). So what, other than the device designation, do I hand off to fsck? Or should I force the mount and then use fsck? -LenZ- > HTH, > > Kevin Kinsey > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 11:20:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C668A16A41F for ; Sat, 10 Sep 2005 11:20:54 +0000 (GMT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5366A43D58 for ; Sat, 10 Sep 2005 11:20:53 +0000 (GMT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk ([137.222.16.62]) by dirg.bris.ac.uk with esmtp (Exim 4.51) id 1EE3Pf-0002Xs-2q; Sat, 10 Sep 2005 12:20:52 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 4.50) id 1EE3Pc-0005io-SY; Sat, 10 Sep 2005 12:20:49 +0100 Date: Sat, 10 Sep 2005 12:20:48 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Leonard Zettel In-Reply-To: <200509091210.09717.zettel@acm.org> Message-ID: References: <200509091210.09717.zettel@acm.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Jan Grant X-Spam-Score: -2.8 X-Spam-Level: -- Cc: freebsd-questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 11:20:54 -0000 On Fri, 9 Sep 2005, Leonard Zettel wrote: > When I issue the followinf command: > > mount /dev/ad1s1c /mnt > > I get the response > WARNING: R/W mount of /mnt denied. filesystem is not clean - run fsck > mount: /dev/ad1s1c: Operation not premitted > > Then when I try > > fsck /dev/ad1s1c > > I get > fsck: exec fsck_unused for /dev/ad1s1c in sbin: /usr/sbin: No such > file or directory > > BTW, mount -f /dev/ad1s1c /mnt > > gets me what I expect, but the hassle leading up to it has > me scared to death. Now what? punt? You're using the default "whole slice" partition, ad1s1c. My guess is, you're using the default disklabel for that slice. If you look at that disklabel, # disklabel ad1s1 you'll see a line like this: c: 156301425 0 unused 0 0 # "raw" part, don't edit Now, fsck uses external helper utilities to check the consistency of various types of filesystem. If the filesystem has an entry in /etc/fstab, it'll pull the type from there if you specify the mount point. If you specify the device, it looks like fsck is using the disklabel rather than actually "tasting" the partition to determine what fsck to use. You can fix this by disklabelling your device and fixing the type of partition "c": this should be ok. You can probably also tell fsck explicitly what type of filesystem to check, or just invoke the appropriate fsck_ufs directly. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44 (0)117 3317661 http://ioctl.org/jan/ Usenet: The separation of content AND presentation - simultaneously. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 11:41:21 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1148916A41F for ; Sat, 10 Sep 2005 11:41:21 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D2A43D5E for ; Sat, 10 Sep 2005 11:41:19 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.133.57] (catv-50628539.catv.broadband.hu [80.98.133.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 1EB039975C3 for ; Sat, 10 Sep 2005 13:41:17 +0200 (CEST) Message-ID: <4322C65B.7010604@t-hosting.hu> Date: Sat, 10 Sep 2005 13:41:15 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: GCC snapshots and the ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 11:41:21 -0000 Hello, I have two issues with selecting the appropriate version of gcc: 1, There is the port net/verlihub, that needs gcc 3.3 that is broken under amd64. What solution do You recommend? I haven't used the compatibility layer yet, but what if I make buildworld/installworld to enable the compatibility layer? Is there any way to cross-compile ports similar to "make TARGET_ARCH=i386 buildworld"? Is this macro usable with ports collection like "cd /usr/ports/lang/gcc33 && make TARGET_ARCH=i386 install"? 2, There are gcc snapshots in the ports collection like lang/gcc34, lang/gcc40, lang/gcc41, but there aren't releaes, just snapshots. Are these gcc snapshots as reliable as the releases are? Can I use for instance lang/gcc34 for production goals instead of the stock compiler, or is it just for development/testing usage? Cheers, Gabor Kovesdan From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 11:52:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E06E16A41F for ; Sat, 10 Sep 2005 11:52:06 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D1F643D49 for ; Sat, 10 Sep 2005 11:52:04 +0000 (GMT) (envelope-from ltsampros@upnet.gr) Received: (qmail 1224 invoked from network); 10 Sep 2005 11:51:59 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO bifteki.home.net) (83.171.222.89) by 0 with SMTP; 10 Sep 2005 11:51:59 -0000 Received: from bifteki.home.net (localhost [127.0.0.1]) by bifteki.home.net (8.13.4/8.13.3) with ESMTP id j8AEpoLx003824; Sat, 10 Sep 2005 14:51:50 GMT (envelope-from gaghiel@bifteki.home.net) Received: (from gaghiel@localhost) by bifteki.home.net (8.13.4/8.13.3/Submit) id j8AEpoZ6003823; Sat, 10 Sep 2005 14:51:50 GMT (envelope-from gaghiel) From: Leonidas Tsampros Date: Sat, 10 Sep 2005 14:51:47 +0000 To: Cheng Jin Message-ID: <20050910145147.GA3028@bifteki.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: rom: Leonidas Tsampros User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: ipfw out xmit trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 11:52:06 -0000 On Sat, Sep 10, 2005 at 12:48:34AM -0700, Cheng Jin wrote: > > Hi, > > I have an ethernet bridging [xl0 fxp0] set up like the following > > outside world --- [xl0 fxp0] --- test machine > > xl0 and fxp0 are the two interfaces on the bridging machine. > xl0 has an IP address (could this be the source of the problem?), > but fxp0 doesnt. > > I would like to simulate a DSL line on the xl0 side (for packets > arriving and leaving xl0). The commands that I use are: > > sysctl -w net.link.ether.bridge_ipfw=1 > sysctl -w net.link.ether.ipfw=1 # not sure whether this is needed > > ipfw -f flush > ipfw -f pipe flush > > ipfw add 65534 allow all from any to any # just so i can login > > ipfw add 65533 pipe 1 all from any to any out xmit xl0 > ipfw add 65533 pipe 2 all from any to any in recv xl0 > > ipfw pipe 1 config delay 20 bw 256K queue 50 > ipfw pipe 2 config delay 13 bw 3M queue 50 > > > pipe 2 works fine, but I couldn't get pipe 1 to work. ping to > and from the test machine shows a delay about 14 ms, i.e. from > the "in recv xl0" part. > > If i change the configuration for pipe 1 to "in recv fxp0", it > would then work, but I think packets would be queued inside > ether_input/bdg_forward on the fxp0 side, rather than > ether_output_frame on the xl0 side. > > Even though I have stared at it for the longest time, I can't > see anything wrong with pipe 1. > > Any help would be greatly appreciated! According to the FreeBSD Handbook, Chapter 26.5 you have to set the following sysctl variables in order to enable bridging support: net.link.ether.bridge.enable=1 net.link.ether.bridge.config=xl0,fxp0 net.link.ether.bridge_ipfw=1 Also you must have recompiled your kernel to include "options BRIDGE". (you can also load the bridge.ko module with "kldload bridge") I hope i was helpful. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 02:30:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C999C16A41F for ; Sat, 10 Sep 2005 02:30:28 +0000 (GMT) (envelope-from tfcheng@yahoo.com) Received: from web51010.mail.yahoo.com (web51010.mail.yahoo.com [206.190.39.129]) by mx1.FreeBSD.org (Postfix) with SMTP id 4DBAC43D46 for ; Sat, 10 Sep 2005 02:30:28 +0000 (GMT) (envelope-from tfcheng@yahoo.com) Received: (qmail 68537 invoked by uid 60001); 10 Sep 2005 02:30:27 -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=nZYZ7jQ8f2/vHopGY7a8hihzO4wnid71QDvO0ew9pvhO+i6iwrhWr+JGCSGL8gOkMZAZl5fHdmRGToX16I1SfAp7eFaPmhubnGD36w5/mUtxI3Xg/Y+4FEOk7Yr+7HPAiicX7vr2piYLbI/OOm4+axfvvh9c9KL4ZON+3UlP1ls= ; Message-ID: <20050910023027.68535.qmail@web51010.mail.yahoo.com> Received: from [24.187.165.229] by web51010.mail.yahoo.com via HTTP; Sat, 10 Sep 2005 10:30:27 CST Date: Sat, 10 Sep 2005 10:30:27 +0800 (CST) From: "T.F. Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sat, 10 Sep 2005 12:21:43 +0000 Subject: make CD from mono track X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 02:30:28 -0000 Hi BSDers, I have some wav files converted from mono mp3 files, how should I make those into a music CD? cdrecord requires music wav file to be in stereo, any other options for me? thanks!! TFC Best Regards, Tsu-Fan Cheng __________________________________________________ ·Q§Y®É¦¬¨ì·s«H³qª¾¡H °¨¤W¤U¸üYahoo!©_¼¯§Y®É³q°T http://messenger.yahoo.com.tw/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 12:15:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB03516A41F for ; Sat, 10 Sep 2005 12:15:16 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2349743D48 for ; Sat, 10 Sep 2005 12:15:15 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 6B7B95C99; Sat, 10 Sep 2005 14:15:14 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00736-02; Sat, 10 Sep 2005 14:15:08 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id C87175C98; Sat, 10 Sep 2005 14:15:08 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sat, 10 Sep 2005 14:15:08 +0200 (CEST) Message-ID: <54399.192.168.1.20.1126354508.squirrel@webmail.thilelli.net> In-Reply-To: <4321D164.5000602@forrie.com> References: <4321D164.5000602@forrie.com> Date: Sat, 10 Sep 2005 14:15:08 +0200 (CEST) From: "Julien Gabel" To: "Forrest Aldrich" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: freebsd-questions@freebsd.org Subject: Re: sysctl or system tweak for symbolic links? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 12:15:16 -0000 > Using FreeBSD_6.0_Beta4 (applies to Beta2, also). Not related to FreeBSD versions, i think. > I'm trying to track down a problem I've been having with apache-2.0.54 > not following symbolic links. > > It's basically come down to my being able to follow the link if it's in > the same directory structure (ie: .. or /path/to/..), but fails if the > symbolic link is located elsewhere (ie: /usr/local/path/directory) or on > another disk. It is the `normal' behaviour for Apache, AFAIK. > I wonder if there's a sysctl or other system variable that handles the > behavior of or access to symbolic links in this fashion that I may have > missed. Seemed like a reasonable conclusion after these tests have > been failing, though it could be something else, too. Don't know if it is possible (and advisable) to succeed in following an external link this way. More help/answers may be obtain from the Apache people, since it seems more an httpd configuration trick, than a FreeBSD one. -- -jpeg. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 12:37:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F93416A41F for ; Sat, 10 Sep 2005 12:37:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3873943D46 for ; Sat, 10 Sep 2005 12:37:45 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 14949 invoked from network); 10 Sep 2005 12:37:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Sep 2005 12:37:44 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C0E57E5; Sat, 10 Sep 2005 08:37:41 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Forrest Aldrich To: freebsd-questions@freebsd.org References: <4321D164.5000602@forrie.com> From: Lowell Gilbert Date: 10 Sep 2005 08:37:41 -0400 In-Reply-To: <4321D164.5000602@forrie.com> Message-ID: <44wtlp3xpm.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: sysctl or system tweak for symbolic links? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 12:37:45 -0000 Forrest Aldrich writes: > Using FreeBSD_6.0_Beta4 (applies to Beta2, also). > > I'm trying to track down a problem I've been having with apache-2.0.54 > not following symbolic links. > > It's basically come down to my being able to follow the link if it's > in the same directory structure (ie: .. or /path/to/..), but fails if > the symbolic link is located elsewhere (ie: /usr/local/path/directory) > or on another disk. > > I wonder if there's a sysctl or other system variable that handles the > behavior of or access to symbolic links in this fashion that I may > have missed. Seemed like a reasonable conclusion after these tests > have been failing, though it could be something else, too. Seems like an Apache issue to me. Why do you think it has anything to do with the OS? From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 12:38:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 897D716A41F for ; Sat, 10 Sep 2005 12:38:44 +0000 (GMT) (envelope-from magikmanv2@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F7943D49 for ; Sat, 10 Sep 2005 12:38:43 +0000 (GMT) (envelope-from magikmanv2@cox.net) Received: from [192.168.1.11] (really [24.254.199.248]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910123841.NCUR15319.eastrmmtao04.cox.net@[192.168.1.11]> for ; Sat, 10 Sep 2005 08:38:41 -0400 Message-ID: <4322D3D2.4000001@cox.net> Date: Sat, 10 Sep 2005 08:38:42 -0400 From: magikman User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: make.conf and Nocona Xeon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 12:38:44 -0000 Hi, I am trying to setup a server with two Nocona Xeons and can't decided what flags I should use in my make.conf. I have looked at the example make.conf that comes with FBSD-5.4, however, this has left me a tad bit confused. I have also checked google for a possible answer, but some people are using amd64 some are using nocona and some are just using pentium4 for their CLFAGS. Do any of you know what the best combination of flags would be for this processor? Or if any of you could post your make.conf as an example i would greatly appreciate it. Thanks, Me From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 12:46:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9382116A41F for ; Sat, 10 Sep 2005 12:46:51 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A8BE43D4C for ; Sat, 10 Sep 2005 12:46:51 +0000 (GMT) (envelope-from deltaski@earthlink.net) Received: from [192.168.1.47] ([71.114.180.162]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IML00EGRQ62DUID@vms040.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 07:46:50 -0500 (CDT) Date: Sat, 10 Sep 2005 07:48:18 -0500 From: deltaski@earthlink.net To: freebsd-questions@freebsd.org Message-id: <200509100748.18983.deltaski@earthlink.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.7.2 Cc: Thomas Dimson Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 12:46:51 -0000 I too have been having these errors and inability to setup a network. Please ref: Home Network Setup Problem Possible problem with natd? netstart? arp? Donald From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 12:48:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C32616A41F for ; Sat, 10 Sep 2005 12:48:11 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2D343D46 for ; Sat, 10 Sep 2005 12:48:11 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25908 invoked from network); 10 Sep 2005 12:48:10 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Sep 2005 12:48:10 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A1E9EE5; Sat, 10 Sep 2005 08:48:09 -0400 (EDT) Sender: lowell@be-well.ilk.org To: tdimson@gmail.com References: From: Lowell Gilbert Date: 10 Sep 2005 08:48:09 -0400 In-Reply-To: Message-ID: <44r7bx3x86.fsf@be-well.ilk.org> Lines: 59 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 12:48:11 -0000 Thomas Dimson writes: > Sorry if this is out of place, but I am having an issue with forwarding > packets on my freebsd-current box from a windows PC. > > Here what I'm trying to do: > I have two network cards, one on a university network and one going to a > router, which is connected to a cable modem. Both cards use the vr driver. > University is configured through DHCP, private router is just specified ( > 192.168.1.110 ). I am trying to route traffic to the > internet through the router while keeping all university traffic internal. > > Problem: > I run a traceroute from my freebsd box to the university network and it > works fine. I can access the website (129.97.128.40 ) > through the internal network. However, using my windows PC - with the > freebsd server specified as a gateway - it just times out when trying to > connect to the web site. Any website on the internet works fine, but not the > intranet. > > Here is my config, I am just setting a static route to the ip of the website > to test for now: > netstat -r > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 192.168.1.1 UGS 0 119789 vr0 > localhost localhost UH 0 0 lo0 > 129.97.128.40/32 cn-rtrev-res15net. UGS 0 12 vr1 > 192.168.1 link#1 UC 0 0 vr0 > 192.168.1.1 00:20:78:ce:cb:b4 UHLW 2 154 vr0 1172 > 192.168.1.107 00:11:95:5d:0b:7f UHLW 1 210110 vr0 945 > > Internet6: > Destination Gateway Flags Netif Expire > localhost localhost UH lo0 > fe80::%vr0 link#1 UC vr0 > fe80::20d:88ff:fe7 00:0d:88:7f:42:d0 UHL lo0 > fe80::%vr1 link#2 UC vr1 > fe80::211:95ff:fee 00:11:95:e2:57:40 UHL lo0 > fe80::%lo0 fe80::1%lo0 U lo0 > fe80::1%lo0 link#4 UHL lo0 > ff01:: localhost U lo0 > ff02::%vr0 link#1 UC vr0 > ff02::%vr1 link#2 UC vr1 > ff02::%lo0 localhost UC lo0 > > Can anyone provide me with aid, or at least the location of a log file for > the gateway functions of the machine? I see your "intranet" is using RFC 1918 addresses. You will need to configure your NAT appropriately. With natd(8), it is typically run on the outside interface, but in this case you have two of those. My guess would be you have it configured on the working interface, and not the other one. How is your NAT configured? [Show the config files.] From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 12:57:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8AE16A41F for ; Sat, 10 Sep 2005 12:57:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F33B43D46 for ; Sat, 10 Sep 2005 12:57:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 7357 invoked from network); 10 Sep 2005 12:57:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Sep 2005 12:57:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2B975E5; Sat, 10 Sep 2005 08:57:09 -0400 (EDT) Sender: lowell@be-well.ilk.org To: ruben@bloemgarten.demon.nl References: <20050909220030.943A643D46@mx1.FreeBSD.org> From: Lowell Gilbert Date: 10 Sep 2005 08:57:08 -0400 In-Reply-To: <20050909220030.943A643D46@mx1.FreeBSD.org> Message-ID: <44mzml3wt7.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: /dev/mem /dev/kmem jails and using netstat -r and snmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 12:57:10 -0000 "Ruben Bloemgarten" writes: > I seem to be a bit stuck here. I seem to need access to /dev/mem and > /dev/kmem from inside a jail . Specifically to be able to use netstat =C2= =96r and > snmp in jailed environments. I=C2=92m running FBSD 5.4-RELEASE. Could any= one help > me shed some light on this problem ? Thanks.=20 Making kmem available in a jail seems like it can't be the right answer to anything. Kind of contradicts the point, I would think. I don't see an easy way around this. Furthermore, there are different approaches depending on why you are trying to do this. If you want system statistics inside of a jail for remote monitoring, consider whether that is the best approach; after all, network management *is* a fundamentally privileged operation. One way to do it would be to feed the statistics into the jail from outside of it; this way, the privileged operation is separated from the network-accessible code, and not dependent on it in any way. Good luck. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 13:13:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9284C16A41F for ; Sat, 10 Sep 2005 13:13:26 +0000 (GMT) (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 CC6EB43D45 for ; Sat, 10 Sep 2005 13:13:24 +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 4726CD98 for ; Sat, 10 Sep 2005 21:14:27 +0800 (WST) 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 17619-03 for ; Sat, 10 Sep 2005 21:14:21 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 4F618D95 for ; Sat, 10 Sep 2005 21:14:21 +0800 (WST) From: "Paul Hamilton" To: Date: Sat, 10 Sep 2005 21:13:20 +0800 Message-ID: <05de01c5b609$6a1cf250$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <043901c5b1f2$2f4b4070$6600a8c0@w2k2> X-Virus-Scanned: amavisd-new at bdug.org.au Subject: RE: Accessing the Digital IO pins on a VIA EPIA-PD motherboard - Second 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: Sat, 10 Sep 2005 13:13:26 -0000 Ok, so it doesn't look like anyone knows anything about how to access = the DIO pins on this MB. Next question, How does one go about analysing the hardware to find out = what the io and interrupt addresses might be? The only command I can find is the 'pciconf' cmd. What if the DIO ports = are hanging off the ISA bus? Here is what the EPIA-PD motherboard reports as:- # pciconf -lv agp0@pci0:0:0: class=3D0x060000 card=3D0xaa011106 chip=3D0x31231106 = rev=3D0x00 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT8623 Apollo CLE266 CastleRock CPU to PCI Bridge' class =3D bridge subclass =3D HOST-PCI pcib1@pci0:1:0: class=3D0x060400 card=3D0x00000080 chip=3D0xb0911106 = rev=3D0x00 hdr=3D0x01 vendor =3D 'VIA Technologies Inc' device =3D 'VT8633 Apollo Pro 266 CPU to AGP Controller' class =3D bridge subclass =3D PCI-PCI vr0@pci0:15:0: class=3D0x020000 card=3D0x01061106 chip=3D0x31061106 = rev=3D0x8b hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT6105M/LOM Rhine III PCI Fast Ethernet Controller' class =3D network subclass =3D ethernet uhci0@pci0:16:0: class=3D0x0c0300 card=3D0xaa011106 = chip=3D0x30381106 rev=3D0x80 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class =3D serial bus subclass =3D USB uhci1@pci0:16:1: class=3D0x0c0300 card=3D0xaa011106 = chip=3D0x30381106 rev=3D0x80 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class =3D serial bus subclass =3D USB uhci2@pci0:16:2: class=3D0x0c0300 card=3D0xaa011106 = chip=3D0x30381106 rev=3D0x80 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class =3D serial bus subclass =3D USB none0@pci0:16:3: class=3D0x0c0320 card=3D0x31041106 = chip=3D0x31041106 rev=3D0x82 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT6202 USB 2.0 Enhanced Host Controller' class =3D serial bus subclass =3D USB isab0@pci0:17:0: class=3D0x060100 card=3D0xaa011106 = chip=3D0x31771106 rev=3D0x00 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT8235 PCI to ISA Bridge' class =3D bridge subclass =3D PCI-ISA atapci0@pci0:17:1: class=3D0x01018a card=3D0xaa011106 = chip=3D0x05711106 rev=3D0x06 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT82xxxx EIDE Controller (All VIA Chipsets)' class =3D mass storage subclass =3D ATA none1@pci0:17:5: class=3D0x040100 card=3D0xaa011106 = chip=3D0x30591106 rev=3D0x50 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' class =3D multimedia subclass =3D audio vr1@pci0:18:0: class=3D0x020000 card=3D0x01021106 chip=3D0x30651106 = rev=3D0x74 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT6102 Rhine II PCI Fast Ethernet Controller' class =3D network subclass =3D ethernet none2@pci1:0:0: class=3D0x030000 card=3D0x31221106 chip=3D0x31221106 = rev=3D0x03 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT8623 Apollo CLE266 CastleRock AGP 8X Controller' class =3D display subclass =3D VGA Any other ideas on how to aproach this? Cheers, Paul Hamilton > -----Original Message----- > From: owner-freebsd-questions@freebsd.org=20 > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20 > Paul Hamilton > Sent: Monday, 5 September 2005 4:17 PM > To: freebsd-questions@freebsd.org > Subject: Accessing the Digital IO pins on a VIA EPIA-PD motherboard >=20 >=20 > Hi, >=20 > Anyone know the interrupts and addresses of the 8 Digital IO=20 > pins of the EPIA-PD motherboard? >=20 > Cheers, >=20 > Paul Hamilton >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 >=20 From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 13:15:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FEA216A41F for ; Sat, 10 Sep 2005 13:15:16 +0000 (GMT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659AE43D60 for ; Sat, 10 Sep 2005 13:15:15 +0000 (GMT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk ([137.222.16.62]) by dirg.bris.ac.uk with esmtp (Exim 4.51) id 1EE5CK-0001rO-MD; Sat, 10 Sep 2005 14:15:14 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 4.50) id 1EE5CJ-0004DY-Uy; Sat, 10 Sep 2005 14:15:12 +0100 Date: Sat, 10 Sep 2005 14:15:11 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Forrest Aldrich In-Reply-To: <4321D164.5000602@forrie.com> Message-ID: References: <4321D164.5000602@forrie.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Jan Grant X-Spam-Score: -2.8 X-Spam-Level: -- Cc: freebsd-questions@freebsd.org Subject: Re: sysctl or system tweak for symbolic links? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 13:15:17 -0000 On Fri, 9 Sep 2005, Forrest Aldrich wrote: > Hi, > > Using FreeBSD_6.0_Beta4 (applies to Beta2, also). > > I'm trying to track down a problem I've been having with apache-2.0.54 not > following symbolic links. > > It's basically come down to my being able to follow the link if it's in the > same directory structure (ie: .. or /path/to/..), but fails if the symbolic > link is located elsewhere (ie: /usr/local/path/directory) or on another disk. > > I wonder if there's a sysctl or other system variable that handles the > behavior of or access to symbolic links in this fashion that I may have > missed. Seemed like a reasonable conclusion after these tests have been > failing, though it could be something else, too. Stock apache configuration. Look at the documentation for the "Options" directive, particularly "SymLinksIfOwnerMatch". -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44 (0)117 3317661 http://ioctl.org/jan/ Just because I have nothing to hide doesn't mean I have nothing to fear. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 13:22:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB7F16A41F for ; Sat, 10 Sep 2005 13:22:13 +0000 (GMT) (envelope-from dulee@icu.ac.kr) Received: from sniper.icu.ac.kr (sniper.icu.ac.kr [210.107.128.51]) by mx1.FreeBSD.org (Postfix) with SMTP id CB8E643D45 for ; Sat, 10 Sep 2005 13:22:12 +0000 (GMT) (envelope-from dulee@icu.ac.kr) Received: (snipe 1615 invoked by uid 0); 10 Sep 2005 22:24:20 +0900 Received: from dulee@icu.ac.kr with Spamsniper 2.91.12 (Processed in 0.062370 secs); Received: from unknown (HELO ?220.69.185.115?) (Z???own@220.69.185.115) by unknown with SMTP; 10 Sep 2005 22:24:20 +0900 X-RCPTTO: snap-users@orange.kame.net, snap-users@kame.net, freebsd-questions@freebsd.org Message-ID: <4322DD8C.7070806@icu.ac.kr> Date: Sat, 10 Sep 2005 22:20:12 +0900 From: Yi Dong un User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: ko-kr, ko, en-us, en MIME-Version: 1.0 To: snap-users@orange.kame.net, snap-users@kame.net, freebsd-questions@freebsd.org Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Cc: Subject: vlc problem with freebsd4.10 + kame snap (ipv6 tunneling) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 13:22:13 -0000 dear all I'm using vlc for ipv6 multicast on the ipv6 in ipv6 tunneling. but there are some problems. my test environments; pc router: freebsd 4.10R host: linux (kernel 2.6.11), windows xp service pack2 pim6sd: kame-20050131-snap-kit vlc: vlc-0.8.2 and vlc-0.7.2 dbeacon: dbeacon-0.3.5 network topology H1 --- R1(rp, bsr) --- ipv6 in ipv6 tunneling --- R2 --- H2 * H: host, R: pc router I tested vlc; ver 0.8.2 and 0.7.2, and dbeacon dbeacon was no problem. but vlc test was shown strange results. I success vlc test when h2 is a sender and h1 is a receiver. but the opposite case (h1-sender, h2-receiver) was failed tcpdump result at the h2 is like this when h1 is a sender and h2 is a receiver. --> 02:48:08.488389 fe80::204:75ff:fee2:21e5 > ff0e::8320:2078: HBH icmp6: multicast listener report max resp delay: 0 addr: ff0e::8320:2078 [hlim 1] I checked pim6sd log of sender(h1) and I can see following message --> 19:57:29.920 warning - SIOCGETSGCNT_IN6 on (2001:220:806:11::17 ff0e::8320:15): No such process 19:57:29.920 Deleting MFC entry for source 2001:220:806:11::17 and group ff0e::8320:15 19:57:29.920 warning - setsockopt MRT6_DEL_MFC: Can't assign requested address 19:57:29.920 Join_or_prune : upstream_router is null 19:57:29.920 src_action = 0 19:57:29.920 SSM src_action = 1 I cann't understand why one direction (from h2 to h1) works but the other direction(from h1 to h2) does not work in addition to no problem with dbeacon. thanks.. -- followings are pim6sd logs related with multicast pim6sd log of H1 --> 19:57:13.113 Cache miss, src 2001:220:806:11::17, dst ff0e::8320:15, iif 6 19:57:13.114 create group entry, group ff0e::8320:15 19:57:13.114 Rp_grp_match found 3ffe:2e01:1:e::1 for group ff0e::8320:15 19:57:13.114 create source entry, source 2001:220:806:11::17 19:57:13.114 create SG entry, source 2001:220:806:11::17, group ff0e::8320:15 .. 19:57:15.910 Cache miss, src 2001:220:806:11::17, dst ff0e::8320:15, iif 6 19:57:15.910 create group entry, group ff0e::8320:15 19:57:15.910 Rp_grp_match found 3ffe:2e01:1:e::1 for group ff0e::8320:15 19:57:15.910 create source entry, source 2001:220:806:11::17 19:57:15.910 create SG entry, source 2001:220:806:11::17, group ff0e::8320:15 .. 19:57:29.920 warning - SIOCGETSGCNT_IN6 on (2001:220:806:11::17 ff0e::8320:15): No such process 19:57:29.920 Deleting MFC entry for source 2001:220:806:11::17 and group ff0e::8320:15 19:57:29.920 warning - setsockopt MRT6_DEL_MFC: Can't assign requested address 19:57:29.920 Join_or_prune : upstream_router is null 19:57:29.920 src_action = 0 19:57:29.920 SSM src_action = 1 .. 20:01:12.929 Receiving PIM v2 Join/Prune from fe80::200:f0ff:fe94:5be 20:01:12.929 I'm the target of the JOIN/PRUNE message 20:01:12.929 Number of groups to process : 2 20:01:12.929 Group to process : ff0e::8320:15 20:01:12.929 Number of join : 1 20:01:12.929 Number of prune : 0 20:01:12.930 I'm looking for the (*,*,RP) entry, skip to next entry 20:01:12.930 Group to process : ff0e::1234:1234 20:01:12.930 Number of join : 1 20:01:12.930 Number of prune : 0 20:01:12.930 I'm looking for the (*,*,RP) entry, skip to next entry 20:01:12.930 Group to process : ff0e::8320:15 20:01:12.930 Number of join : 1 20:01:12.930 Number of prune : 0 20:01:12.930 Rp_grp_match found 3ffe:2e01:1:e::1 for group ff0e::8320:15 20:01:12.930 The rp for this JOIN/PRUNE is 3ffe:2e01:1:e::1 20:01:12.930 Group to process : ff0e::1234:1234 20:01:12.930 Number of join : 1 20:01:12.930 Number of prune : 0 pim6sd log of H2 --> 20:13:12.062 accepting multicast listener report: src fe80::204:75ff:fee2:21e5,dst ff0e::8320:15, grp f f0e::8320:15 20:13:12.062 The group doesn't exist, trying to add it 20:13:12.062 creates a group in MLDv1 compat-mode for ff0e::8320:15 on Mif em0 20:13:12.062 create group entry, group ff0e::8320:15 20:13:12.062 Rp_grp_match found 3ffe:2e01:1:e::1 for group ff0e::8320:15 20:13:12.062 Adding vif 1 for group ff0e::8320:15 .. 20:13:36.097 accepting multicast listener report: src fe80::204:75ff:fee2:21e5,dst ff0e::8320:15, grp f f0e::8320:15 20:13:36.097 The group already exists 20:13:36.097 goes into MLDv1-compat-mode for ff0e::8320:15 on Mif em0 20:13:36.098 Adding vif 1 for group ff0e::8320:15 From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 13:52:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA21616A41F for ; Sat, 10 Sep 2005 13:52:00 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FFAD43D45 for ; Sat, 10 Sep 2005 13:52:00 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8ADpkqs040315; Sat, 10 Sep 2005 15:51:51 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id DDBED63F6; Sat, 10 Sep 2005 15:51:45 +0200 (CEST) Date: Sat, 10 Sep 2005 15:51:45 +0200 From: Roland Smith To: Paul Hamilton Message-ID: <20050910135145.GA89091@slackbox.xs4all.nl> Mail-Followup-To: Paul Hamilton , freebsd-questions@freebsd.org References: <043901c5b1f2$2f4b4070$6600a8c0@w2k2> <05de01c5b609$6a1cf250$6600a8c0@w2k2> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <05de01c5b609$6a1cf250$6600a8c0@w2k2> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Accessing the Digital IO pins on a VIA EPIA-PD motherboard - Second 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: Sat, 10 Sep 2005 13:52:01 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 10, 2005 at 09:13:20PM +0800, Paul Hamilton wrote: > Ok, so it doesn't look like anyone knows anything about how to access the > DIO pins on this MB. >=20 > Next question, How does one go about analysing the hardware to find out w= hat > the io and interrupt addresses might be? Looking at page 5 of the manual for this mobo (http://www.viaembedded.com/product/Download.jsp?motherboardId=3D241), it looks like there is a VT1211 super I/O chip connected to the VT8235 southbridge.=20 The GPI/O is nowhere to be to been seen on this drawing, but the webpage for the VT1211 (http://www.via.com.tw/en/products/peripherals/super-io/) lists "56 General Purpose I/O Pins" My guess would be that that's what you're looking for. You'd have to talk to VIA how the 8 pins on the mobo are connected to the VT1211. VIA has released an IrDA driver for the VT1211, but it is Linux-only and binary-only. You could write VIA and ask them to release enough documentation to allow a driver for the digital I/O pins to be written. Good luck. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDIuTxEnfvsMMhpyURAjJsAKCPRIYGLmfZp/T2GSEdC7HfEkizhwCfdUnz 7Y+JoDgRbYGOuOnhA3RQnpw= =mXUo -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 14:07:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C745816A41F for ; Sat, 10 Sep 2005 14:07:29 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A4643D48 for ; Sat, 10 Sep 2005 14:07:29 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id j8AE7SZI011677; Sat, 10 Sep 2005 08:07:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id j8AE7RKX011674; Sat, 10 Sep 2005 08:07:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 10 Sep 2005 08:07:27 -0600 (MDT) From: Warren Block To: Lucas Galete In-Reply-To: <4321AC75.2060507@gmail.com> Message-ID: <20050910080405.D11662@wonkity.com> References: <4321AC75.2060507@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Sat, 10 Sep 2005 08:07:28 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: keyboard bug? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 14:07:29 -0000 On Fri, 9 Sep 2005, Lucas Galete wrote: > i have a nootebook toshiba satellite a20. i've installed the freebsd > 5.4-release with the X and enliigghtenment.. buut sometimes when I press a > key, this''s show twice onn screen. (just readind this email you'll seen > what's goinng wroonng here! ) i hhave no ideia whhat is going on... theree is > some way to configg thhe keyboard repeat rate on X ? > ideias are weelcome.. thanks all.. There's a known problem with a lot of Toshiba models repeating or bouncing keys while running X. Here's one approach to fixing it: http://www.rfc1149.net/freebsd-portege-4010.html.en#xf86config -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 14:17:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D2816A41F for ; Sat, 10 Sep 2005 14:17:44 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7273043D45 for ; Sat, 10 Sep 2005 14:17:44 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id j8AEFCdX011695; Sat, 10 Sep 2005 08:15:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id j8AEFC2F011692; Sat, 10 Sep 2005 08:15:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 10 Sep 2005 08:15:12 -0600 (MDT) From: Warren Block To: Nathansm@aol.com In-Reply-To: Message-ID: <20050910080830.N11662@wonkity.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (wonkity.com [127.0.0.1]); Sat, 10 Sep 2005 08:15:12 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: need more info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 14:17:45 -0000 On Fri, 9 Sep 2005, Nathansm@aol.com wrote: > What exactly is FreeBSD? It's an operating system, a good one. > Can it be used by the computer beginner or do you need to be a very > knowledgable computer user? It can be used by the beginner provided they are willing to read the instructions and type commands. Many people consider that "too hard". Mousey-clicky-pointy-desktopy prepackaged versions of FreeBSD are also available; see http://www.pcbsd.com. This is FreeBSD with an installer and the desktop GUI setup integrated. > Is it compatible with my computer? It is a compaq presario 5000 > series with an AMD Duron 750MHz processor. That processor is fine. I'd suggest at least 64M of RAM and 4G of disk space, which it probably already has. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 14:21:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8C716A420 for ; Sat, 10 Sep 2005 14:21:48 +0000 (GMT) (envelope-from newyilang@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 810EC43D45 for ; Sat, 10 Sep 2005 14:21:48 +0000 (GMT) (envelope-from newyilang@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1308198nzd for ; Sat, 10 Sep 2005 07:21:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=KjzuvgLYCaRLKryZbxcOk/0+HvEbSa1XYilxeidVn22d+SfYUqOsl/gnS7o3lU1mkVUws/tn6Raz9MsxzU/km/gagYBcOrTUhvz4KvR8iaq9DwpJ6mTHGTnziKdPcsCm649cRzrMPXfhmXm6j9VQpYS72UvhrvC2fgGeMI8Rrzo= Received: by 10.36.108.12 with SMTP id g12mr1372412nzc; Sat, 10 Sep 2005 07:21:47 -0700 (PDT) Received: by 10.37.18.6 with HTTP; Sat, 10 Sep 2005 07:21:47 -0700 (PDT) Message-ID: <7d710b0f05091007216dfd574c@mail.gmail.com> Date: Sat, 10 Sep 2005 22:21:47 +0800 From: Kenny To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: base64 Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Bochs exited while loading the cmosimage! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: newyilang@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 14:21:49 -0000 SSBoYXZlIGp1c3QgdHJpZWQgdG8gdXNlIGJvY2hzIG9uIG15IEZyZWVCU0QuIFVubHVja2lseSwg d2hlbmV2ZXIgSSBzdGFydGVkIAp0aGUgZW11bGF0aW9uLCBJIHdhcyBhbHdheXMgcHJvbXB0ZWQg dGhhdDoKCkJvY2hzIGlzIGV4aXRpbmcgd2l0aCB0aGUgZm9sbG93aW5nIG1lc3NhZ2U6CltDTU9T XSB0cnlpbmcgdG8gb3BlbiBjbW9zIGltYWdlIGZpbGUgImNtb3MuaW1nIgoKbXkgYm9jaHNyYyBm aWxlIGlzIHRoZSBkZWZhdWx0IGFzIGluIHRoZSBzYW1wbGUgdGV4dDoKCmNtb3NpbWFnZTogY21v cy5pbWFnZQoKTmVlZGluZyB5b3VyIGhlbHAhIHRoYW5rcyBhIGxvdCEKLS0gCioqKioqKioqKioq KioqKioqKioqKioqKgrHp8Dv1q7Q0KOsyrzT2tfjz8IhCioqKioqKioqKioqKioqKioqKioqKioq Kgo= From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 14:44:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B13416A41F for ; Sat, 10 Sep 2005 14:44:38 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from lakecmmtar04.coxmail.com (lakecmmtar04.coxmail.com [68.99.120.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEA3143D48 for ; Sat, 10 Sep 2005 14:44:37 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by lakecmmtar04.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050910144437.ESNL27582.lakecmmtar04.coxmail.com@sentinelchicken.net> for ; Sat, 10 Sep 2005 10:44:37 -0400 Received: (qmail 60221 invoked from network); 10 Sep 2005 14:44:33 -0000 Received: from unknown (HELO numbuscus.sentinelchicken.net) (10.0.0.2) by samson.sentinelchicken.net with SMTP; 10 Sep 2005 14:44:33 -0000 Received: (nullmailer pid 3022 invoked by uid 1000); Sat, 10 Sep 2005 14:44:33 -0000 Date: Sat, 10 Sep 2005 10:44:33 -0400 From: Jason Morgan To: FreeBSD Questions Message-ID: <20050910144433.GA793@sentinelchicken.net> References: <200509100748.18983.deltaski@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509100748.18983.deltaski@earthlink.net> User-Agent: Mutt/1.4.2.1i Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 14:44:38 -0000 On Sat, Sep 10, 2005 at 07:48:18AM -0500, deltaski@earthlink.net wrote: > I too have been having these errors and inability to setup a network. > > Please ref: Home Network Setup Problem > > Possible problem with natd? netstart? arp? > > Donald Without knowing what you've tried, it's hard to give you some advice. What's your rc.conf look like? Have you set the appropriate kernel options? Version of FreeSBD? Jason From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 14:48:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47EFC16A41F for ; Sat, 10 Sep 2005 14:48:34 +0000 (GMT) (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 8638F43D46 for ; Sat, 10 Sep 2005 14:48:31 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 1709 invoked from network); 10 Sep 2005 14:48:29 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.187.175.9]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 10 Sep 2005 14:48:29 -0000 Date: Sat, 10 Sep 2005 16:49:07 +0200 From: Fabian Keil To: "T.F. Cheng" Message-ID: <20050910164907.1eed9e1d@localhost> In-Reply-To: <20050910023027.68535.qmail@web51010.mail.yahoo.com> References: <20050910023027.68535.qmail@web51010.mail.yahoo.com> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) 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=Signature_Sat__10_Sep_2005_16_49_07_+0200_EeNoMkBu_tsKZJrJ; protocol="application/pgp-signature"; micalg=pgp-sha1 Cc: FreeBSD Subject: Re: make CD from mono track X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 14:48:34 -0000 --Signature_Sat__10_Sep_2005_16_49_07_+0200_EeNoMkBu_tsKZJrJ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable "T.F. Cheng" wrote: > I have some wav files converted from mono mp3 files, > how should I make those into a music CD? cdrecord > requires music wav file to be in stereo, any other > options for me?=20 Use sox from the ports collection to duplicate the channels. IIRC: sox mono.wav -c 2 stereo.wav split Fabian --=20 http://www.fabiankeil.de/ --Signature_Sat__10_Sep_2005_16_49_07_+0200_EeNoMkBu_tsKZJrJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFDIvJojV8GA4rMKUQRAjzNAKDSRnFaOwSnnQKVwezwGsjS94E+TQCg3sMI 8wFPkw5nCC6S0GHxoLez7TE= =d+d0 -----END PGP SIGNATURE----- --Signature_Sat__10_Sep_2005_16_49_07_+0200_EeNoMkBu_tsKZJrJ-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:06:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA1016A41F for ; Sat, 10 Sep 2005 15:06:37 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from post-25.mail.nl.demon.net (post-25.mail.nl.demon.net [194.159.73.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E3AC43D45 for ; Sat, 10 Sep 2005 15:06:37 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from axelds.demon.nl ([83.160.138.74]:21671 helo=abubbletprpdda) by post-25.mail.nl.demon.net with esmtp (Exim 4.51) id 1EE6w8-000PFs-BD; Sat, 10 Sep 2005 15:06:36 +0000 From: "Ruben Bloemgarten" To: , Date: Sat, 10 Sep 2005 17:05:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <44mzml3wt7.fsf@be-well.ilk.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcW2BykScU28cS3yRCae8EUy1TUQfwADwElg Message-Id: <20050910150637.5E3AC43D45@mx1.FreeBSD.org> Cc: Subject: RE: /dev/mem /dev/kmem jails and using netstat -r and snmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ruben@bloemgarten.demon.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:06:37 -0000 Hi Lowell, I absolutely agree with you in regards to jail security, this would effectively break jail security. My main reason for using jails is not security however, but manageability and expandability. By now I've figured out how to make mem and kmem available to a specicic jail. As with all *nix related problems it was painfully simple once understood. I have managed to enable most NMS functionality I want from inside the jail without having to resort to this ruleset. I did want to have the option available for development and testing reasons to be able to differentiate between what I'm doing wrong and what is just an inherent restriction of properly deployed jails. For a fully functional NMS solution running from inside a jail, using very anal access restrictions from the firewall on the mainhost, I'm not sure yet whether or not I'm actually troubled by the security NoNo access to privileged devices generates. Anyway, thanks for your insight. Sometimes all we need is just someone to talk to. By the way I am very interested in what everyone's thoughts are in regards to jail functionality, as in security vs. the VirtualServer aspect and in which scenario one outweighs the other. Regards, Ruben -----Original Message----- From: lowell@be-well.ilk.org [mailto:lowell@be-well.ilk.org] On Behalf Of Lowell Gilbert Sent: September 10, 2005 2:57 PM To: ruben@bloemgarten.demon.nl Cc: freebsd-questions@freebsd.org Subject: Re: /dev/mem /dev/kmem jails and using netstat -r and snmp "Ruben Bloemgarten" writes: > I seem to be a bit stuck here. I seem to need access to /dev/mem and > /dev/kmem from inside a jail . Specifically to be able to use netstat ?r and > snmp in jailed environments. I?m running FBSD 5.4-RELEASE. Could anyone help > me shed some light on this problem ? Thanks. Making kmem available in a jail seems like it can't be the right answer to anything. Kind of contradicts the point, I would think. I don't see an easy way around this. Furthermore, there are different approaches depending on why you are trying to do this. If you want system statistics inside of a jail for remote monitoring, consider whether that is the best approach; after all, network management *is* a fundamentally privileged operation. One way to do it would be to feed the statistics into the jail from outside of it; this way, the privileged operation is separated from the network-accessible code, and not dependent on it in any way. Good luck. -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: 09/09/2005 -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: 09/09/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.10.20/95 - Release Date: 09/09/2005 From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:14:49 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0B2D16A43D for ; Sat, 10 Sep 2005 15:14:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C0343D45 for ; Sat, 10 Sep 2005 15:14:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IML00BIAX0MU234@vms048.mailsrvcs.net> for freebsd-questions@FreeBSD.org; Sat, 10 Sep 2005 10:14:47 -0500 (CDT) Date: Sat, 10 Sep 2005 11:14:50 -0400 From: Chuck Swiger In-reply-to: <4322C65B.7010604@t-hosting.hu> To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= Message-id: <4322F86A.8020409@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 8BIT X-Accept-Language: en-us, en References: <4322C65B.7010604@t-hosting.hu> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Cc: freebsd-questions@FreeBSD.org Subject: Re: GCC snapshots and the ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:14:50 -0000 Kövesdán Gábor wrote: > I have two issues with selecting the appropriate version of gcc: > > 1, There is the port net/verlihub, that needs gcc 3.3 that is broken > under amd64. What solution do You recommend? Fix net/verlihub to not depend on a specific version of gcc. > 2, There are gcc snapshots in the ports collection like lang/gcc34, > lang/gcc40, lang/gcc41, but there aren't releaes, just snapshots. Are > these gcc snapshots as reliable as the releases are? No. > Can I use for instance lang/gcc34 for production goals instead of the stock > compiler, or is it just for development/testing usage? You can use a snapshot compiler to build anything you want, although it is recommended that you use the system compiler when building the system itself. (Unfortunately, the GCC folks have been breaking the C++ ABI from release to release pretty regularly, which means that sufficiently different gcc revisions cannot link each other's C++ object code or libraries.) -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:24:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7DB816A41F for ; Sat, 10 Sep 2005 15:24:11 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65AF743D46 for ; Sat, 10 Sep 2005 15:24:09 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910152408.XIVZ24491.lakecmmtao06.coxmail.com@dns1>; Sat, 10 Sep 2005 11:24:08 -0400 From: Vizion To: Norberto Meijome Date: Sat, 10 Sep 2005 08:19:49 -0700 User-Agent: KMail/1.8 References: <200509092200.18099.vizion@vizion.occoxmail.com> <43228247.5050107@meijome.net> In-Reply-To: <43228247.5050107@meijome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509100819.49584.vizion@vizion.occoxmail.com> Cc: FreeBSD Questions Subject: Re: Build config of php X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:24:11 -0000 On Friday 09 September 2005 23:50, the author Norberto Meijome contributed to the dialogue on- Re: Build config of php: >Vizion wrote: >> Hi >> Configuration of php >> >> Why is the build configured, by default, to give --disable-all? >> There seems to be no option to change this hence phpinfo() shows disable >> which (I am told) leaves out standard defaults which are normally >> individually excluded. >> Is there any reason NOt to modify the Makefile by removing that line? >> >> >> CONFIGURE_ARGS= --enable-versioning \ >> --enable-memory-limit \ >> --with-layout=GNU \ >> --with-config-file-scan-dir=${PREFIX}/etc/php \ >> --disable-all \ >> --enable-libxml \ >> --with-libxml-dir=${LOCALBASE} \ >> --enable-spl >> David > >hi Vizion, >I don't know for sure about the disable-all, but I get the impression >it's to tell php Not to build all the extensions into the php itself. > >which is fine, because it's far better to use the lang/php4-extensions/ >port to choose what other bits you want. I never had to edit a php >Makefile in Fbsd. > >Also, if you want to avoid having to choose by hand what you really >want( or have it preconfigured so all you have to do is press OK, then >use something like /usr/local/etc/pkgtools.conf which will be read by >portinstall (sysutils/port-maintenance-tools/) >my relevant sections for my servers are: > >--- > 'php4-*' => [ > 'WITH_APACHE2=true', > 'WITHOUT_DEBUG=true', > 'WITH_BCMATH=true', > 'WITH_BZ2=true', > 'WITHOUT_CALENDAR=true', > 'WITH_CRACK=true', > 'WITH_CTYPE=true', > 'WITHOUT_CURL=true', > 'WITH_DBA=true', > 'WITHOUT_DBASE=true', > 'WITHOUT_DBX=true', > 'WITHOUT_DIO=true', > 'WITHOUT_DOMXML=true', > 'WITHOUT_EXIF=true', > 'WITHOUT_FILEINFO=true', > 'WITHOUT_FILEPRO=true', > 'WITHOUT_FRIBIDI=true', > 'WITH_FTP=true', > 'WITH_GD=true', > 'WITHOUT_GETTEXT=true', > 'WITHOUT_GMP=true', > 'WITHOUT_ICONV=true', > 'WITHOUT_IMAGICK=true', > 'WITHOUT_IMAP=true', > 'WITHOUT_INTERBASE=true', > 'WITHOUT_LDAP=true', > 'WITH_MBSTRING=true', > 'WITHOUT_MCAL=true', > 'WITH_MCRYPT=true', > 'WITHOUT_MCVE=true', > 'WITH_MHASH=true', > 'WITHOUT_MING=true', > 'WITHOUT_MNOGOSEARCH=true', > 'WITHOUT_MSSQL=true', > 'WITH_MYSQL=true', > 'WITHOUT_NCURSES=true', > 'WITHOUT_ODBC=true', > 'WITHOUT_OPENSSL=true', > 'WITHOUT_ORACLE=true', > 'WITH_OVERLOAD=true', > 'WITHOUT_PANDA=true', > 'WITHOUT_PCNTL=true', > 'WITH_PCRE=true', > 'WITHOUT_PDF=true', > 'WITHOUT_PGSQL=true', > 'WITH_POSIX=true', > 'WITHOUT_PSPELL=true', > 'WITHOUT_READLINE=true', > 'WITHOUT_RECODE=true', > 'WITH_SESSION=true', > 'WITH_SHMOP=true', > 'WITHOUT_SNMP=true', > 'WITHOUT_SOCKETS=true', > 'WITHOUT_SYBASE_CT=true', > 'WITH_SYSVMSG=true', > 'WITH_SYSVSEM=true', > 'WITH_SYSVSHM=true', > 'WITH_TOKENIZER=true', > 'WITHOUT_WDDX=true', > 'WITH_XML=true', > 'WITHOUT_XMLRPC=true', > 'WITH_XSLT=true', > 'WITHOUT_YAZ=true', > 'WITHOUT_YP=true', > 'WITH_ZIP=true', > 'WITH_ZLIB=true', > ], > 'php4-dba-*' => [ > 'WITH_CDB=true', > 'WITH_DB4=true', > 'WITH_GDBM=true', > 'WITH_INIFILE=true', > 'WITH_FLATFILE=true', > ], > 'php4-gd-*' => [ > 'WITH_T1LIB=true', > 'WITH_TRUETYPE=true', > 'WITHOUT_JIS=true', > 'WITH_LZW=true', > ], > 'php4-mbstring-*' => [ > 'WITH_REGEX=true', > ], > >--- > >hope that helps. Ir does -- and thank you -- It looks it would be a good way for me to go I am using php5 but I guess the system remains the same. Thank you again david >Beto -- 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:25:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E465C16A41F; Sat, 10 Sep 2005 15:25:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD3043D45; Sat, 10 Sep 2005 15:24:58 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a203.otenet.gr [212.205.215.203]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8AFOeuG008570; Sat, 10 Sep 2005 18:24:42 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j8AFOSoN000695; Sat, 10 Sep 2005 18:24:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j8AFONi8000689; Sat, 10 Sep 2005 18:24:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Sep 2005 18:24:20 +0300 From: Giorgos Keramidas To: Leonard Zettel Message-ID: <20050910152420.GA650@gothmog.gr> References: <200509091210.09717.zettel@acm.org> <3060c23905090917446677faac@mail.gmail.com> <200509091445.29301.zettel@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509091445.29301.zettel@acm.org> Cc: sequethin@gmail.com, questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:25:02 -0000 On 2005-09-09 14:45, Leonard Zettel wrote: > On Saturday 10 September 2005 12:44 am, Mike Hernandez wrote: > > Have you tried explicitly telling fsck what file system it's going to > > be checking? > > Duhhhh.... What is the syntax for doing that? fsck -t fstype device-node From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:25:01 2005 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 E465C16A41F; Sat, 10 Sep 2005 15:25:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCD3043D45; Sat, 10 Sep 2005 15:24:58 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a203.otenet.gr [212.205.215.203]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8AFOeuG008570; Sat, 10 Sep 2005 18:24:42 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j8AFOSoN000695; Sat, 10 Sep 2005 18:24:28 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j8AFONi8000689; Sat, 10 Sep 2005 18:24:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Sep 2005 18:24:20 +0300 From: Giorgos Keramidas To: Leonard Zettel Message-ID: <20050910152420.GA650@gothmog.gr> References: <200509091210.09717.zettel@acm.org> <3060c23905090917446677faac@mail.gmail.com> <200509091445.29301.zettel@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509091445.29301.zettel@acm.org> Cc: sequethin@gmail.com, questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:25:02 -0000 On 2005-09-09 14:45, Leonard Zettel wrote: > On Saturday 10 September 2005 12:44 am, Mike Hernandez wrote: > > Have you tried explicitly telling fsck what file system it's going to > > be checking? > > Duhhhh.... What is the syntax for doing that? fsck -t fstype device-node From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:25:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A3816A41F for ; Sat, 10 Sep 2005 15:25:28 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C30B43D6A for ; Sat, 10 Sep 2005 15:25:22 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IML00NMOXI92CYL@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 10:25:22 -0500 (CDT) Date: Sat, 10 Sep 2005 11:25:25 -0400 From: Chuck Swiger In-reply-to: <4322D3D2.4000001@cox.net> To: magikman Message-id: <4322FAE5.3050603@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <4322D3D2.4000001@cox.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Cc: freebsd-questions@freebsd.org Subject: Re: make.conf and Nocona Xeon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:25:29 -0000 magikman wrote: > I am trying to setup a server with two Nocona Xeons and can't decided > what flags I should use in my make.conf. I have looked at the example > make.conf that comes with FBSD-5.4, however, this has left me a tad bit > confused. I have also checked google for a possible answer, but some > people are using amd64 some are using nocona and some are just using > pentium4 for their CLFAGS. Do any of you know what the best combination > of flags would be for this processor? Or if any of you could post your > make.conf as an example i would greatly appreciate it. Set your CFLAGS to "-O2 -pipe", and add a "-march=pentium" if you're really motivated. People who try to use machine-specific compiler tunings like pentium4 or nocona have run into problems like the boot loader not working right. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:28:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3AF16A41F for ; Sat, 10 Sep 2005 15:28:10 +0000 (GMT) (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 CE03C43D48 for ; Sat, 10 Sep 2005 15:28:09 +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 16707D98; Sat, 10 Sep 2005 23:29:13 +0800 (WST) 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 17619-09; Sat, 10 Sep 2005 23:29:09 +0800 (WST) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 7BC0AD95; Sat, 10 Sep 2005 23:29:09 +0800 (WST) From: "Paul Hamilton" To: "'Roland Smith'" Date: Sat, 10 Sep 2005 23:28:08 +0800 Message-ID: <061801c5b61c$3f4a7170$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <20050910135145.GA89091@slackbox.xs4all.nl> X-Virus-Scanned: amavisd-new at bdug.org.au Cc: freebsd-questions@freebsd.org Subject: RE: Accessing the Digital IO pins on a VIA EPIA-PD motherboard - Second 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: Sat, 10 Sep 2005 15:28:11 -0000 Hi Roland, Thanks for the VIA Forum tip. I will see what they have to say. Cheers, Paul Hamilton > -----Original Message----- > From: Roland Smith [mailto:rsmith@xs4all.nl]=20 > Sent: Saturday, 10 September 2005 9:52 PM > To: Paul Hamilton > Cc: freebsd-questions@freebsd.org > Subject: Re: Accessing the Digital IO pins on a VIA EPIA-PD=20 > motherboard - Second question >=20 >=20 > On Sat, Sep 10, 2005 at 09:13:20PM +0800, Paul Hamilton wrote: > > Ok, so it doesn't look like anyone knows anything about how=20 > to access=20 > > the DIO pins on this MB. > >=20 > > Next question, How does one go about analysing the hardware to find=20 > > out what the io and interrupt addresses might be? >=20 > Looking at page 5 of the manual for this mobo=20 > (http://www.viaembedded.com/product/Download.jsp?motherboardId =3D241), it looks like there is a VT1211 super I/O chip connected to the VT8235 southbridge.=20 The GPI/O is nowhere to be to been seen on this drawing, but the webpage = for the VT1211 (http://www.via.com.tw/en/products/peripherals/super-io/) lists "56 General Purpose I/O Pins" My guess would be that that's what you're looking for. You'd have to talk to VIA how the 8 pins on the mobo = are connected to the VT1211. VIA has released an IrDA driver for the VT1211, but it is Linux-only and binary-only. You could write VIA and ask them to release enough documentation to = allow a driver for the digital I/O pins to be written. Good luck. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain = text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:42:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 605F716A41F for ; Sat, 10 Sep 2005 15:42:35 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2577043D48 for ; Sat, 10 Sep 2005 15:42:35 +0000 (GMT) (envelope-from wayofbsd@verizon.net) Received: from [192.168.0.27] ([68.236.212.14]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IML000JBYAYCHH0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 10:42:34 -0500 (CDT) Date: Sat, 10 Sep 2005 11:42:29 -0400 From: WOB To: freebsd-questions@freebsd.org Message-id: <4322FEE5.6090608@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) Subject: Which games are good, and easy to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:42:35 -0000 I installed the nvidia driver, and player enemy-territory - which was a lot of fun! Foobillard worked well, too. I started going through the ports installing a lot of games, but some of them required other files. For example, doomlegacy needed a WAD file - so I couldn't play it. Other games were client-server based, and it wasn't immediately obvious how to get them running. A few games just core dump, like flightgear. I'm using FreeBSD 6.0-B4. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:58:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CC116A420 for ; Sat, 10 Sep 2005 15:58:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F5443D46 for ; Sat, 10 Sep 2005 15:58:08 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IML00NK2Z0S2L4N@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 10:58:05 -0500 (CDT) Date: Sat, 10 Sep 2005 11:58:08 -0400 From: Chuck Swiger In-reply-to: <4322FEE5.6090608@verizon.net> To: WOB Message-id: <43230290.3050301@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <4322FEE5.6090608@verizon.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Cc: freebsd-questions@freebsd.org Subject: Re: Which games are good, and easy to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:58:08 -0000 WOB wrote: > I installed the nvidia driver, and player enemy-territory - which was a > lot of fun! Foobillard worked well, too. Good is a very subjective term. I've always liked things like Rogue, Moria, Nethack, Angband, and Omega, but YMMV. If you want a 3D realtime game, consider games/bzflag, aka www.bzflag.org. [ Their site may be a little flakey right now, I just saw a: Warning: mysql_connect(): Too many connections in /home/groups/b/bz/bzflag/htdocs/document.php on line 5 ...which seems to be a SourceForge issue.] -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 15:58:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07E216A421 for ; Sat, 10 Sep 2005 15:58:51 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B8243D48 for ; Sat, 10 Sep 2005 15:58:50 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so47799nzd for ; Sat, 10 Sep 2005 08:58:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=ttQ3AddJaP4ayVJyTZasWG9pR8aWk4fbIAKzjtWhUVorY1xmvmnjPu5YVJkUoaAfM+p0FajmKfiYXILZJsx3AoFZk1m2nGFrFPRla7H8w4Q2+HizYVCWUVuW6BjMAeJHrIUjnBv0qGa+jBsWKviqfZcVuQIBWCHgd92huwAVVFE= Received: by 10.36.251.12 with SMTP id y12mr1343306nzh; Sat, 10 Sep 2005 08:58:50 -0700 (PDT) Received: by 10.36.23.11 with HTTP; Sat, 10 Sep 2005 08:58:50 -0700 (PDT) Message-ID: Date: Sat, 10 Sep 2005 11:58:50 -0400 From: Thomas Dimson To: freebsd-questions@freebsd.org In-Reply-To: <20050910144433.GA793@sentinelchicken.net> Mime-Version: 1.0 References: <200509100748.18983.deltaski@earthlink.net> <20050910144433.GA793@sentinelchicken.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tdimson@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 15:58:52 -0000 Hi, I am running: FreeBSD-6.0Beta4 I don't have natd configured in the slightest. My assumption was that I=20 didn't need to run it because I have a router assigning the IP addresses an= d=20 doing NAT for my cable modem, while my university is assigning me an IP=20 address for the second interface. Maybe I do need to run it. Can someone=20 point me in the direction of an install guide, or quickly explain it - the= =20 man page confused me half to death. Also: what was that information about having natd on both interfaces? I kno= w=20 that's nonstandard, so how would you configure that? My /etc/rc.conf: # Created: Fri Sep 9 02:14:16 2005 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. defaultrouter=3D"192.168.1.1 " gateway_enable=3D"YES" #natd_enable=3D"YES" #natd_interface=3D"vr0" #natd_flags=3D"-s -u -m" #hostname=3D"rn-revwdb13.uwaterloo.ca " hostname=3D"presidenturkel" ibcs2_enable=3D"YES" ifconfig_vr0=3D"inet 192.168.1.110 netmask=20 255.255.255.0 " ifconfig_vr1=3D"DHCP" kern_securelevel=3D"1" kern_securelevel_enable=3D"YES" linux_enable=3D"YES" nfs_client_enable=3D"YES" saver=3D"daemon" sendmail_enable=3D"NO" sshd_enable=3D"YES" svr4_enable=3D"YES" usbd_enable=3D"YES" # -- sysinstall generated deltas -- # Fri Sep 9 19:53:50 2005 router_flags=3D"-s" router=3D"/sbin/routed" router_enable=3D"YES" PS: I haven't tried doing too much on this, obviously I uncommented the=20 lines about natd without much success. On 9/10/05, Jason Morgan wrote: >=20 > On Sat, Sep 10, 2005 at 07:48:18AM -0500, deltaski@earthlink.net wrote: > > I too have been having these errors and inability to setup a network. > > > > Please ref: Home Network Setup Problem > > > > Possible problem with natd? netstart? arp? > > > > Donald >=20 > Without knowing what you've tried, it's hard to give you some advice. > What's your rc.conf look like? Have you set the appropriate kernel > options? Version of FreeSBD? >=20 > Jason > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:12:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C46BC16A41F for ; Sat, 10 Sep 2005 16:12:32 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp5.suscom.net (smtp5.suscom.net [64.78.83.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C45043D4C for ; Sat, 10 Sep 2005 16:12:32 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (unknown [127.0.0.1]) by smtp5.suscom.net (Postfix) with ESMTP id 669C651025F for ; Sat, 10 Sep 2005 12:12:30 -0400 (EDT) Received: from smtp5.suscom.net ([127.0.0.1]) by localhost (smtp5 [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10495-01-7 for ; Sat, 10 Sep 2005 12:12:23 -0400 (EDT) Received: from Gerard.seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp5.suscom.net (Postfix) with SMTP id 48434510237 for ; Sat, 10 Sep 2005 12:12:23 -0400 (EDT) Date: Sat, 10 Sep 2005 12:12:26 -0400 (Eastern Standard Time) From: Gerard Seibert To: freebsd-questions Message-ID: X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new .250 at suscom.net Subject: Restarting MySQL from CRON X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerard Seibert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:12:32 -0000 >From time to time, I have found that MySQL has ceased to run. I have a mailing program that requires that MySQL be running in order for it to operate. Since I cannot seem to track down why it occasionally stops functioning, and since the program that depends on it is started via CRON, would it be advisable to put an entry into the CRON that would restart MYSQL prior to the other program running. I was thinking of using this: 0 0 * * * /usr/local/etc/rc.d/mysql-server.sh restart Would that work, or is there a better way? -- Gerard Seibert gerard-seibert@uscom.net From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:23:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9225716A41F for ; Sat, 10 Sep 2005 16:23:30 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489BD43D45 for ; Sat, 10 Sep 2005 16:23:30 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMM0009D071CHM0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 11:23:26 -0500 (CDT) Date: Sat, 10 Sep 2005 12:23:29 -0400 From: Chuck Swiger In-reply-to: To: tdimson@gmail.com Message-id: <43230881.60901@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200509100748.18983.deltaski@earthlink.net> <20050910144433.GA793@sentinelchicken.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Cc: freebsd-questions@freebsd.org Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:23:30 -0000 Thomas Dimson wrote: > I don't have natd configured in the slightest. My assumption was that I > didn't need to run it because I have a router assigning the IP addresses and > doing NAT for my cable modem, while my university is assigning me an IP > address for the second interface. Maybe I do need to run it. Can someone > point me in the direction of an install guide, or quickly explain it - the > man page confused me half to death. > > Also: what was that information about having natd on both interfaces? I know > that's nonstandard, so how would you configure that? It's likely that setting up a route for the university subnet on the client machines, via routed, or on your routers which points to your university-bound interface would help. At one point, when I was going some experimentation with sendmail, I got a call from the senior admin at CMU, who asked for me by name and immediately asked me to pull my ethernet cable out of my computer because it was generating about 50 bounces a second to in a mailing loop. I mention this because if you enable natd in both directions, you are probably going to loop university traffic out your cable connection, and vice-versa for Internet traffic in via your university's network, bypassing their firewalls and security in the process. Before you get a call from some senior admin who is not going to be thrilled to solve an emergency on a Saturday, I suggest you stop for a second, figure out what you actually need or want to do, and be prepared to discuss it with your university admins beforehand and get their advice. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:26:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6BE616A41F for ; Sat, 10 Sep 2005 16:26:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FB443D46 for ; Sat, 10 Sep 2005 16:26:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a203.otenet.gr [212.205.215.203]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8AGQIc6005584; Sat, 10 Sep 2005 19:26:19 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j8AGQ76l001562; Sat, 10 Sep 2005 19:26:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j8AGQ7x0001561; Sat, 10 Sep 2005 19:26:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Sep 2005 19:26:06 +0300 From: Giorgos Keramidas To: Thomas Dimson Message-ID: <20050910162606.GA1500@gothmog.gr> References: <200509100748.18983.deltaski@earthlink.net> <20050910144433.GA793@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:26:23 -0000 On 2005-09-10 11:58, Thomas Dimson wrote: > Hi, > I am running: FreeBSD-6.0Beta4 > > I don't have natd configured in the slightest. My assumption was that I > didn't need to run it because I have a router assigning the IP addresses and > doing NAT for my cable modem, while my university is assigning me an IP > address for the second interface. Maybe I do need to run it. It's very likely that you need to run it. What IP address does DHCP assign to your ``vr1'' interface? Can you repost the output of the following commands, but as plain text attachments? Their previous copy in upthread messages is almost unreadable because of mailer induced wrapping and reformatting of the text. It would be interesting to see: # ifconfig -a # netstat -rn > ifconfig_vr0="inet 192.168.1.110 netmask > 255.255.255.0 " > ifconfig_vr1="DHCP" Hmmm, are you sure these http URLs are necessary here. i don't think so... > # -- sysinstall generated deltas -- # Fri Sep 9 19:53:50 2005 > router_flags="-s" > router="/sbin/routed" > router_enable="YES" Hmmm, is this __really__ necessary? From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:26:50 2005 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 E04CC16A420 for ; Sat, 10 Sep 2005 16:26:50 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20EA243D66 for ; Sat, 10 Sep 2005 16:26:45 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so1222396wra for ; Sat, 10 Sep 2005 09:26:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HPS4UkLflbwORCFJpt/RliutVUVqsB5l44LUOyfWca2GrqDcNR3m5PAfq2yQMr+/BhrTmddrC+eURhLb7g4J1FXQJ0pvVqRVAl7a+xXcutGrIfTcAkA8MHWfYxnbRNTlVWWwMj4TaAs0A9u9+0Rsefc1JiDscYVlpGbBLs9UfDc= Received: by 10.54.111.2 with SMTP id j2mr703890wrc; Sat, 10 Sep 2005 09:26:45 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Sat, 10 Sep 2005 09:26:45 -0700 (PDT) Message-ID: <3060c23905091009262af72f91@mail.gmail.com> Date: Sat, 10 Sep 2005 12:26:45 -0400 From: Mike Hernandez To: questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509091210.09717.zettel@acm.org> Cc: Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sequethin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:26:51 -0000 On 9/10/05, Jan Grant wrote: > You're using the default "whole slice" partition, ad1s1c. My guess is, > you're using the default disklabel for that slice. Jan is right. The only time I've had the above issue though, was when I was trying to fsck an ext2 partition without having the proper stuff installed (e2fsprogs). My error though, of course, was "fsck: exec fsck_ext2fs.....", as opposed to "fsck_unused". In this case it looks like fsck is doing what it can but as Jan said, the type for the c partition is unused. Mike From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:27:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 737F616A41F for ; Sat, 10 Sep 2005 16:27:16 +0000 (GMT) (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 6FC9F43D72 for ; Sat, 10 Sep 2005 16:27:05 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8AGR3Fp037642; Sat, 10 Sep 2005 11:27:03 -0500 (CDT) (envelope-from dan) Date: Sat, 10 Sep 2005 11:27:02 -0500 From: Dan Nelson To: Gerard Seibert Message-ID: <20050910162702.GJ84582@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-questions Subject: Re: Restarting MySQL from CRON X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:27:16 -0000 In the last episode (Sep 10), Gerard Seibert said: > From time to time, I have found that MySQL has ceased to run. I have > a mailing program that requires that MySQL be running in order for it > to operate. > > Since I cannot seem to track down why it occasionally stops > functioning, and since the program that depends on it is started via > CRON, would it be advisable to put an entry into the CRON that would > restart MYSQL prior to the other program running. > > I was thinking of using this: > > 0 0 * * * /usr/local/etc/rc.d/mysql-server.sh restart > > Would that work, or is there a better way? "start" is better than "restart", since that won't cause an existing mysqld to exit. But the startup script runs a script called mysqld_safe, which automatically restarts mysqld if it crashes anyway. You might want to check your mysql .err log; maybe someone with the SHUTDOWN privilege is doing a clean shutdown. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:29:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13BF416A41F for ; Sat, 10 Sep 2005 16:29:18 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C148543D45 for ; Sat, 10 Sep 2005 16:29:17 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from [10.111.39.99] (pvdyna111039099.utdallas.edu [10.111.39.99]) by smtp1.utdallas.edu (Postfix) with ESMTP id 37744388E79 for ; Sat, 10 Sep 2005 11:29:17 -0500 (CDT) Date: Sat, 10 Sep 2005 11:29:16 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <32860FDCC8EE0B0DDDC40288@[10.111.39.99]> X-Mailer: Mulberry/4.0.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Postfix->Cyrus-imap connection problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:29:18 -0000 Recently a server I maintain failed catastrophically and had to be rebuilt from scratch. The server *was* FreeBSD 4.9 SECURITY. I decided to update to FreeBSD 5.4 SECURITY since we were starting from scratch with brand new drives. Unfortunately, I was on vacation at the time, so we hired the techs at our ISP to install the new drives and the OS. For some reason they only allowed 250MB for the /var slice, so I had to create /var/log, /var/imap and /var/spool in /usr/local and make symlinks to /var to get the system working. (I considered more than once starting over from scratch, but the site was done for six days, and I didn't want to delay it any further.) After installing cvsup, updating all the ports, installing portupgrade and freebsd-update and updating everything, I began installing the apps again. I'm using Postfix 2.2.5.1, cyrus-sasl 2.1.21 and cyrus-imap 2.1.18. Even though I'm using the exact same config that was working fine on the old server, I can't get Postfix to deliver mail consistently to cyrus-imap. Mail sometimes sits in the queue and never gets delivered to legitimate accounts. Here's the error message in maillog: Sep 10 10:53:20 stovebolt postfix/lmtp[9742]: 410561143C0: to=, relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=1457, status=deferred (conversation with /var/imap/socket/lmtp[/var/imap/socket/lmtp] timed out while sending end of data -- message may be sent more than once) Here's a test message I sent to my account: Sep 10 11:03:39 stovebolt postfix/smtpd[9947]: connect from smtp1.utdallas.edu[129.110.10.12] Sep 10 11:03:39 stovebolt postfix/smtpd[9947]: D96C411432C: client=smtp1.utdallas.edu[129.110.10.12] Sep 10 11:03:39 stovebolt postfix/cleanup[9950]: D96C411432C: message-id=<20050910160230.46C28388DF4@smtp1.utdallas.edu> Sep 10 11:03:39 stovebolt postfix/qmgr[9738]: D96C411432C: from=, size=1007, nrcpt=1 (queue active) Sep 10 11:03:39 stovebolt postfix/smtpd[9947]: disconnect from smtp1.utdallas.edu[129.110.10.12] Sep 10 11:03:44 stovebolt postfix/pickup[9737]: 455D111434A: uid=1002 from= Sep 10 11:03:44 stovebolt postfix/pipe[9951]: D96C411432C: to=, relay=filter, delay=5, status=sent ( dummyr) Sep 10 11:03:44 stovebolt postfix/qmgr[9738]: D96C411432C: removed Sep 10 11:03:44 stovebolt postfix/cleanup[9950]: 455D111434A: message-id=<20050910160230.46C28388DF4@smtp1.utdallas.edu> Sep 10 11:03:44 stovebolt postfix/qmgr[9738]: 455D111434A: from=, size=1317, nrcpt=1 (queue active) Sep 10 11:06:59 stovebolt postfix/anvil[9948]: statistics: max connection rate 1/60s for (smtp:129.110.10.12) at Sep 10 11:03:39 Sep 10 11:06:59 stovebolt postfix/anvil[9948]: statistics: max connection count 1 for (smtp:129.110.10.12) at Sep 10 11: 03:39 Sep 10 11:06:59 stovebolt postfix/anvil[9948]: statistics: max cache size 1 at Sep 10 11:03:39 Sep 10 11:08:20 stovebolt postfix/lmtp[9822]: A36CC11434E: to=, relay=/var/imap/socket/lmtp[/var/ima p/socket/lmtp], delay=600, status=deferred (conversation with /var/imap/socket/lmtp[/var/imap/socket/lmtp] timed out whi le sending end of data -- message may be sent more than once) Sep 10 11:13:44 stovebolt postfix/lmtp[9961]: 455D111434A: to=, relay=/var/imap/socket/lmtp[/var/ima p/socket/lmtp], delay=600, status=deferred (conversation with /var/imap/socket/lmtp[/var/imap/socket/lmtp] timed out whi le sending end of data -- message may be sent more than once) Here's the same message in the mailq: 455D111434A 1317 Sat Sep 10 11:03:44 pauls@utdallas.edu (conversation with /var/imap/socket/lmtp[/var/imap/socket/lmtp] timed out while sending end of data -- message may be sent more than once) geek@stovebolt.com I can login to the imap server, and I can view all the mail in every folder. (I used reconstruct to rebuild the mailboxes after installing the app.) I can su to user cyrus, login to localhost using cyradm and run any command that I want to. I'm using lmtp as the transport between Postfix and Cyrus-imap in main.cf: mailbox_transport = lmtp:unix:/var/imap/socket/lmtp I'm using a private, unix socket in master.cf: lmtp unix - - n - - lmtp The lmtpsocket is defined in imap.conf: lmtpsocket: /var/imap/socket/lmtp The listening socket is defined in cyrus.conf: lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=1 Sockstat shows the sockets connecting: sockstat -c | grep lmtp | less postfix lmtp 9822 7 dgram -> ?? postfix lmtp 9822 9 stream private/lmtp postfix lmtp 9822 11 stream -> /var/imap/socket/lmtp postfix local 9821 16 stream -> private/lmtp cyrus lmtpd 9761 0 stream /var/imap/socket/lmtp cyrus lmtpd 9761 1 stream /var/imap/socket/lmtp cyrus lmtpd 9761 2 stream /var/imap/socket/lmtp cyrus lmtpd 9761 11 dgram -> ?? postfix lmtp 9742 7 dgram -> ?? postfix lmtp 9742 9 stream private/lmtp postfix lmtp 9742 11 stream -> /var/imap/socket/lmtp postfix local 9740 15 stream -> private/lmtp cyrus lmtpd 9683 0 stream /var/imap/socket/lmtp cyrus lmtpd 9683 1 stream /var/imap/socket/lmtp cyrus lmtpd 9683 2 stream /var/imap/socket/lmtp cyrus lmtpd 9683 11 dgram -> ?? cyrus lmtpd 3380 11 dgram -> ?? cyrus lmtpd 2610 11 dgram -> ?? cyrus lmtpd 2609 11 dgram -> ?? cyrus lmtpd 2563 11 dgram -> ?? cyrus lmtpd 2480 11 dgram -> ?? cyrus lmtpd 2478 11 dgram -> ?? cyrus lmtpd 2423 11 dgram -> ?? cyrus lmtpd 2422 11 dgram -> ?? cyrus lmtpd 2284 11 dgram -> ?? cyrus lmtpd 2194 11 dgram -> ?? cyrus lmtpd 2178 11 dgram -> ?? cyrus lmtpd 2162 11 dgram -> ?? cyrus lmtpd 2112 11 dgram -> ?? cyrus lmtpd 2111 11 dgram -> ?? cyrus lmtpd 2005 11 dgram -> ?? cyrus lmtpd 1909 11 dgram -> ?? cyrus lmtpd 1878 11 dgram -> ?? cyrus lmtpd 1839 11 dgram -> ?? cyrus lmtpd 1798 11 dgram -> ?? cyrus lmtpd 1796 11 dgram -> ?? cyrus lmtpd 1615 11 dgram -> ?? cyrus lmtpd 1580 11 dgram -> ?? cyrus lmtpd 1432 11 dgram -> ?? cyrus lmtpd 1431 11 dgram -> ?? cyrus lmtpd 1342 11 dgram -> ?? cyrus lmtpd 1340 11 dgram -> ?? cyrus lmtpd 1244 11 dgram -> ?? cyrus lmtpd 1131 11 dgram -> ?? cyrus lmtpd 1061 11 dgram -> ?? cyrus lmtpd 923 11 dgram -> ?? cyrus lmtpd 900 11 dgram -> ?? cyrus lmtpd 870 11 dgram -> ?? cyrus lmtpd 818 11 dgram -> ?? cyrus lmtpd 733 11 dgram -> ?? cyrus lmtpd 566 11 dgram -> ?? cyrus lmtpd 565 11 dgram -> ?? cyrus lmtpd 451 11 dgram -> ?? If anyone has a clue where to go from here, I'm all ears. On a related note, is there a utility that would allow me to view the conversation between the lmtp sockets on postfix and imap? If I could see what's going on, maybe I could figure out why it's failing. Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:41:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD89216A41F for ; Sat, 10 Sep 2005 16:41:39 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E5943D4C for ; Sat, 10 Sep 2005 16:41:39 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMM0006V11ECUQ0@vms046.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 11:41:38 -0500 (CDT) Date: Sat, 10 Sep 2005 12:41:41 -0400 From: Chuck Swiger In-reply-to: <32860FDCC8EE0B0DDDC40288@[10.111.39.99]> To: Paul Schmehl Message-id: <43230CC5.4090106@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <32860FDCC8EE0B0DDDC40288@[10.111.39.99]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Cc: freebsd-questions@freebsd.org Subject: Re: Postfix->Cyrus-imap connection problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:41:39 -0000 Paul Schmehl wrote: [ ... ] > relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=1457, > status=deferred (conversation with > /var/imap/socket/lmtp[/var/imap/socket/lmtp] timed out while sending end > of data -- message may be sent more than once) [ ... ] > If anyone has a clue where to go from here, I'm all ears. On a related > note, is there a utility that would allow me to view the conversation > between the lmtp sockets on postfix and imap? If I could see what's > going on, maybe I could figure out why it's failing. Any chance you're getting locking problems with mail delivery, perhaps when an IMAP reader looses it's connection and the daemon is sitting there waiting for a timewhen when a LMTP delivery attempt is made? If you want to debug LMTP further, start with this section of "man lmtp": TROUBLE SHOOTING CONTROLS debug_peer_level (2) The increment in verbose logging level when a remote client or server matches a pattern in the debug_peer_list parameter. debug_peer_list (empty) Optional list of remote client or server hostname or network address patterns that cause the verbose logging level to increase by the amount specified in $debug_peer_level. error_notice_recipient (postmaster) The recipient of postmaster notifications about mail delivery problems that are caused by policy, resource, software or proto- col errors. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:43:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC8216A41F for ; Sat, 10 Sep 2005 16:43:28 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from canada.com (smtp-3.vancouver.ipapp.com [216.152.192.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C86943D46 for ; Sat, 10 Sep 2005 16:43:28 +0000 (GMT) (envelope-from modelt20@canada.com) Received: from canada.com ([216.152.192.56]) by smtp-3.vancouver.ipapp.com ; Sat, 10 Sep 2005 09:43:27 -0700 Sender: modelt20@canada.com From: "Boris Karloff" To: freebsd-questions@freebsd.org X-Mailer: Quality Web Email v3.1m, http://netwinsite.com/refw.htm X-Originating-IP: 24.208.85.39 Date: Sat, 10 Sep 2005 08:43:27 -0800 Message-id: <43230d2f.36a.511e.2528@canada.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Rcpt-To: X-Country: CA Subject: CUPS and Opera in freeBSD X window X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:43:28 -0000 Hello: I have freeBSD 5.4-release installed, and have added CUPS from the ports section. I can print to my printers from the command line, and in X, I can print from Mozilla without a problem. When I try to print from Opera (a web browser installed with freeBSD), I get no print. Nothing seems to happen. On the Opera website, they recommend setting a library as available to all users. I have the library set as suggested. I've also made sure that lpr is not present in /etc/sbin, as recommended. Has anyone seen this behavior, and have any suggestions on what I need to change? Thanks in advance for your assistance. Harold. ---------------------------------------- Upgrade your account today for increased storage; mail forwarding or POP enabled e-mail with automatic virus scanning. Visit http://www.canada.com/email/premiumservices.html for more information. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:48:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E75016A41F for ; Sat, 10 Sep 2005 16:48:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B64643D46 for ; Sat, 10 Sep 2005 16:48:50 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.79.217]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMM000AC1DDV700@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 11:48:49 -0500 (CDT) Date: Sat, 10 Sep 2005 12:48:52 -0400 From: Chuck Swiger In-reply-to: <43230CC5.4090106@mac.com> To: freebsd-questions Message-id: <43230E74.3050804@mac.com> Organization: The Courts of Chaos MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <32860FDCC8EE0B0DDDC40288@[10.111.39.99]> <43230CC5.4090106@mac.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050801 Subject: Re: Postfix->Cyrus-imap connection problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:48:50 -0000 Chuck Swiger wrote: [ ... ] > there waiting for a timewhen when a LMTP delivery attempt is made? ^^^^^^^^^^^^^ "timeout when" -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:56:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E957816A41F for ; Sat, 10 Sep 2005 16:56:07 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (forrie.hsd1.ma.comcast.net [24.147.45.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCEA43D45 for ; Sat, 10 Sep 2005 16:56:07 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.99] ([192.168.1.99]) (authenticated bits=0) by forrie.com with ESMTP id j8AGu5rQ007296; Sat, 10 Sep 2005 12:56:06 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <4323109F.6030102@forrie.com> Date: Sat, 10 Sep 2005 12:58:07 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jpeg@thilelli.net References: <4321D164.5000602@forrie.com> <54399.192.168.1.20.1126354508.squirrel@webmail.thilelli.net> In-Reply-To: <54399.192.168.1.20.1126354508.squirrel@webmail.thilelli.net> X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on forrie.com X-Virus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sysctl or system tweak for symbolic links? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:56:08 -0000 The problem was fairly hidden. It turns out that one of the directories in the PATH of the symbolic link did not have the search bits enabled (permissions). Once that was adjusted, it worked fine. This turns out to be a problem with Apache-2, since it should report a better (unambiguous) error - there is a bug report filed about it. Thanks. Julien Gabel wrote: >>Using FreeBSD_6.0_Beta4 (applies to Beta2, also). >> >> > >Not related to FreeBSD versions, i think. > > > >>I'm trying to track down a problem I've been having with apache-2.0.54 >>not following symbolic links. >> >>It's basically come down to my being able to follow the link if it's in >>the same directory structure (ie: .. or /path/to/..), but fails if the >>symbolic link is located elsewhere (ie: /usr/local/path/directory) or on >>another disk. >> >> > >It is the `normal' behaviour for Apache, AFAIK. > > > >>I wonder if there's a sysctl or other system variable that handles the >>behavior of or access to symbolic links in this fashion that I may have >>missed. Seemed like a reasonable conclusion after these tests have >>been failing, though it could be something else, too. >> >> > >Don't know if it is possible (and advisable) to succeed in following an >external link this way. More help/answers may be obtain from the Apache >people, since it seems more an httpd configuration trick, than a FreeBSD >one. > > > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 17:07:30 2005 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 D18BE16A41F for ; Sat, 10 Sep 2005 17:07:30 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from S1.cableone.net (s1.cableone.net [24.116.0.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EFC343D4C for ; Sat, 10 Sep 2005 17:07:30 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (unverified [24.119.122.41]) by S1.cableone.net (CableOne SMTP Service S1) with ESMTP id 30851458 for multiple; Sat, 10 Sep 2005 10:07:36 -0700 Date: Sat, 10 Sep 2005 12:13:55 -0500 From: Vulpes Velox To: rolan herreria Message-ID: <20050910121355.204d49d7@vixen42.vulpes> In-Reply-To: <20050910060156.50164.qmail@web60017.mail.yahoo.com> References: <20050910060156.50164.qmail@web60017.mail.yahoo.com> X-Mailer: Sylpheed-Claws 1.9.14 (GTK+ 2.6.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 1, First 114, in=207, out=0, spam=0 X-External-IP: 24.119.122.41 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: questions@freeBSD.org Subject: Re: Question about freeBSD OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:07:30 -0000 On Fri, 9 Sep 2005 23:01:56 -0700 (PDT) rolan herreria wrote: > 1. Can I run .exe files in this OS? Not with out some sort of emulator like dosbox, qemu, or wine. > 2. Can I run 3D Games in freeBSD OS like Half-life & > Doom3? Doom 3 will run... if it is any thing like Q3, just grab the linux version and copy the game files over from the win32 version. /me plays UT2004 on freebsd and is rather happy with how it runs > 3. Can I share my files to a PC using Microsoft XP? Yeah, check out Samba. > 4. Can you give me some OS running 3D games except > Microsoft? Huh? I don't understand what you are asking here. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 17:31:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8909916A41F for ; Sat, 10 Sep 2005 17:31:07 +0000 (GMT) (envelope-from cpetrovi@purdue.edu) Received: from mailhub245.itcs.purdue.edu (mailhub245.itcs.purdue.edu [128.210.5.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id F409443D48 for ; Sat, 10 Sep 2005 17:31:06 +0000 (GMT) (envelope-from cpetrovi@purdue.edu) Received: from [192.168.0.98] (12-208-125-186.client.insightBB.com [12.208.125.186]) (authenticated bits=0) by mailhub245.itcs.purdue.edu (8.13.4/8.13.4/avscan-smtp) with ESMTP id j8AHV4Gg005599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 10 Sep 2005 12:31:05 -0500 Message-ID: <43231860.6020902@purdue.edu> Date: Sat, 10 Sep 2005 12:31:12 -0500 From: Chris Petrovitch User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.7.1.128075 X-PerlMx-Virus-Scanned: Yes Subject: which mutt?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:31:07 -0000 Hey, sorry about hte newbie question. I want to install mutt but what is the difference between them? mutt mutt-devel mutt-lite mutt-ng mutt_vc_query thanks From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 17:41:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D26D316A420 for ; Sat, 10 Sep 2005 17:41:42 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D4A43D53 for ; Sat, 10 Sep 2005 17:41:41 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E2900D72CF3 for freebsd-questions@freebsd.org; Sat, 10 Sep 2005 19:41:40 +0200 Received: (qmail 39657 invoked by uid 1001); 10 Sep 2005 19:41:39 +0200 Date: Sat, 10 Sep 2005 19:41:39 +0200 From: Erik Trulsson To: Chris Petrovitch Message-ID: <20050910174139.GA39629@falcon.midgard.homeip.net> Mail-Followup-To: Chris Petrovitch , freebsd-questions@freebsd.org References: <43231860.6020902@purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43231860.6020902@purdue.edu> User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: which mutt?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:41:43 -0000 On Sat, Sep 10, 2005 at 12:31:12PM -0500, Chris Petrovitch wrote: > Hey, sorry about hte newbie question. > > I want to install mutt but what is the difference between them? > > mutt This is a stable but somewhat oldish release of mutt. > mutt-devel This is a development version of mutt. Is newer and has more features than plain mail/mutt, but has possibly more bugs too. > mutt-lite This is the same program as mail/mutt but with several optional features turned off. > mutt-ng This is a branch of mutt, that tries to incorporate various patches that are floating around. What I wrote above about mail/mutt-devel applies here too, only more so. > mutt_vc_query Seems to be some utility for mutt to handle vCard stuff; not mutt itself. Personally I use mail/mutt-devel and am quite happy with it. At this point in time mail/mutt-ng feels a bit too experimental for my taste while mail/mutt is a bit too old and lacks some features I like. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 17:49:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BA216A41F for ; Sat, 10 Sep 2005 17:49:35 +0000 (GMT) (envelope-from cpetrovi@purdue.edu) Received: from mailhub245.itcs.purdue.edu (mailhub245.itcs.purdue.edu [128.210.5.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id F221843D46 for ; Sat, 10 Sep 2005 17:49:34 +0000 (GMT) (envelope-from cpetrovi@purdue.edu) Received: from [192.168.0.98] (12-208-125-186.client.insightBB.com [12.208.125.186]) (authenticated bits=0) by mailhub245.itcs.purdue.edu (8.13.4/8.13.4/avscan-smtp) with ESMTP id j8AHnXZ8011306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Sep 2005 12:49:34 -0500 Message-ID: <43231CB5.6000601@purdue.edu> Date: Sat, 10 Sep 2005 12:49:41 -0500 From: Chris Petrovitch User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Trulsson References: <43231860.6020902@purdue.edu> <20050910174139.GA39629@falcon.midgard.homeip.net> In-Reply-To: <20050910174139.GA39629@falcon.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 4.7.1.128075 X-PerlMx-Virus-Scanned: Yes Cc: freebsd-questions@freebsd.org Subject: Re: which mutt?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:49:35 -0000 aah thanks! installing mutt-devel now Erik Trulsson wrote: >On Sat, Sep 10, 2005 at 12:31:12PM -0500, Chris Petrovitch wrote: > > >>Hey, sorry about hte newbie question. >> >>I want to install mutt but what is the difference between them? >> >>mutt >> >> > >This is a stable but somewhat oldish release of mutt. > > > >>mutt-devel >> >> > >This is a development version of mutt. Is newer and has more features than >plain mail/mutt, but has possibly more bugs too. > > > >>mutt-lite >> >> > >This is the same program as mail/mutt but with several optional features >turned off. > > > >>mutt-ng >> >> > >This is a branch of mutt, that tries to incorporate various patches that are >floating around. What I wrote above about mail/mutt-devel applies here too, >only more so. > > > >>mutt_vc_query >> >> > >Seems to be some utility for mutt to handle vCard stuff; not mutt itself. > > >Personally I use mail/mutt-devel and am quite happy with it. >At this point in time mail/mutt-ng feels a bit too experimental for my taste >while mail/mutt is a bit too old and lacks some features I like. > > > > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 17:50:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC2316A41F for ; Sat, 10 Sep 2005 17:50:24 +0000 (GMT) (envelope-from chengjin@cs.caltech.edu) Received: from swordfish.cs.caltech.edu (swordfish.cs.caltech.edu [131.215.44.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7104B43D46 for ; Sat, 10 Sep 2005 17:50:24 +0000 (GMT) (envelope-from chengjin@cs.caltech.edu) Received: from orchestra.cs.caltech.edu (orchestra.cs.caltech.edu [131.215.44.20]) by swordfish.cs.caltech.edu (Postfix) with ESMTP id 17C4ADF335; Sat, 10 Sep 2005 10:50:22 -0700 (PDT) Received: by orchestra.cs.caltech.edu (Postfix, from userid 20269) id 17B20103B9D; Sat, 10 Sep 2005 10:50:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by orchestra.cs.caltech.edu (Postfix) with ESMTP id 931D0103B62; Sat, 10 Sep 2005 10:50:17 -0700 (PDT) Date: Sat, 10 Sep 2005 10:50:17 -0700 (PDT) From: Cheng Jin To: Leonidas Tsampros In-Reply-To: <20050910145147.GA3028@bifteki.lan> Message-ID: References: <20050910145147.GA3028@bifteki.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: ipfw out xmit trouble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:50:24 -0000 Thanks, Leonidas. > According to the FreeBSD Handbook, Chapter 26.5 you have to set the > following sysctl variables in order to enable bridging support: > > net.link.ether.bridge.enable=1 > net.link.ether.bridge.config=xl0,fxp0 > net.link.ether.bridge_ipfw=1 The bridge.ko is loaded via /boot/loader.conf, and both bridge.enabled and bridge.config are set via /etc/sysctl.conf bridge_ipfw is set in my script that was shown in the original e-mail. dummynet.ko is also loaded via /boot/loader.conf. I believe I have all the necessary ko's loaded and configs set. Otherwise, the second pipe wouldnt have worked. > Also you must have recompiled your kernel to include "options BRIDGE". > (you can also load the bridge.ko module with "kldload bridge") Yes, I loaded the ko at start-up. This thing just seems strange to me. Maybe there is something about bridging that I don't understand. Cheng From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 18:05:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7041B16A41F for ; Sat, 10 Sep 2005 18:05:36 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D31F43D53 for ; Sat, 10 Sep 2005 18:05:33 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id E2AED1CDD7E; Sat, 10 Sep 2005 13:55:15 -0400 (EDT) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 16867-08; Sat, 10 Sep 2005 13:55:12 -0400 (EDT) Received: from [192.168.0.2] (ip148.217.susc.suscom.net [216.45.217.148]) by smtp2.suscom.net (Postfix) with SMTP id 972381CDCF6; Sat, 10 Sep 2005 13:55:12 -0400 (EDT) Date: Sat, 10 Sep 2005 14:05:32 -0400 From: Gerard Seibert To: Dan Nelson Sender: Gerard@smtp2.suscom.net, Seibert@smtp2.suscom.net In-Reply-To: <20050910162702.GJ84582@dan.emsphone.com> References: <20050910162702.GJ84582@dan.emsphone.com> Message-Id: <20050910140047.81C2.GERARD-SEIBERT@suscom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.01 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new at suscom.net Cc: freebsd-questions Subject: Re[2]: Restarting MySQL from CRON X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard-seibert@suscom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 18:05:36 -0000 =1EOn Saturday, September 10, 2005 12:27:02 PM Dan Nelson wrote: > In the last episode (Sep 10), Gerard Seibert said: > > From time to time, I have found that MySQL has ceased to run. I have > > a mailing program that requires that MySQL be running in order for it > > to operate. > >=20 > > Since I cannot seem to track down why it occasionally stops > > functioning, and since the program that depends on it is started via > > CRON, would it be advisable to put an entry into the CRON that would > > restart MYSQL prior to the other program running. > >=20 > > I was thinking of using this: > >=20 > > 0 0 * * * /usr/local/etc/rc.d/mysql-server.sh restart > >=20 > > Would that work, or is there a better way? >=20 > "start" is better than "restart", since that won't cause an existing > mysqld to exit. But the startup script runs a script called > mysqld_safe, which automatically restarts mysqld if it crashes anyway.=20 > You might want to check your mysql .err log; maybe someone with the > SHUTDOWN privilege is doing a clean shutdown. >=20 > --=20 > Dan Nelson > dnelson@allantgroup.com ********** Reply Separator ********** Saturday, September 10, 2005 2:00:47 PM It definitely does not restart automatically. In addition, I am the only user with root access. I doubt that anyone is shutting it down, even by mistake. Where do I find this mysql error file? I cannot seem to locate it. Thanks for your assistance. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 18:16:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D811A16A41F for ; Sat, 10 Sep 2005 18:16:00 +0000 (GMT) (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 78E8843D48 for ; Sat, 10 Sep 2005 18:16:00 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8AIFv0g057459; Sat, 10 Sep 2005 13:15:57 -0500 (CDT) (envelope-from dan) Date: Sat, 10 Sep 2005 13:15:57 -0500 From: Dan Nelson To: Gerard Seibert Message-ID: <20050910181557.GK84582@dan.emsphone.com> References: <20050910162702.GJ84582@dan.emsphone.com> <20050910140047.81C2.GERARD-SEIBERT@suscom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050910140047.81C2.GERARD-SEIBERT@suscom.net> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by dan.emsphone.com id j8AIFv0g057459 Cc: freebsd-questions Subject: Re: Restarting MySQL from CRON X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 18:16:01 -0000 In the last episode (Sep 10), Gerard Seibert said: > On Saturday, September 10, 2005 12:27:02 PM Dan Nelson wrote: > > In the last episode (Sep 10), Gerard Seibert said: > > > From time to time, I have found that MySQL has ceased to run. I > > > have a mailing program that requires that MySQL be running in > > > order for it to operate. > > > > > > Since I cannot seem to track down why it occasionally stops > > > functioning, and since the program that depends on it is started > > > via CRON, would it be advisable to put an entry into the CRON > > > that would restart MYSQL prior to the other program running. > > > > > > I was thinking of using this: > > > > > > 0 0 * * * /usr/local/etc/rc.d/mysql-server.sh restart > > > > > > Would that work, or is there a better way? > > > > "start" is better than "restart", since that won't cause an > > existing mysqld to exit. But the startup script runs a script > > called mysqld_safe, which automatically restarts mysqld if it > > crashes anyway. You might want to check your mysql .err log; maybe > > someone with the SHUTDOWN privilege is doing a clean shutdown. > > It definitely does not restart automatically. In addition, I am the > only user with root access. I doubt that anyone is shutting it down, > even by mistake. > > Where do I find this mysql error file? I cannot seem to locate it. /var/db/mysql/*.err If you see "Normal Shutdown"/"Shutdown complete"/"mysqld ended", that's a clean shutdown initiated by either a client connection or a signal (SIGTERM for example). Crashes should have a "mysqld got signal ##", a bunch of debugging info, and a "mysqld restarted" line. You're obviously not seeing that last line :) -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 18:23:14 2005 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 26A9C16A41F for ; Sat, 10 Sep 2005 18:23:14 +0000 (GMT) (envelope-from malachid@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819FA43D4C for ; Sat, 10 Sep 2005 18:23:13 +0000 (GMT) (envelope-from malachid@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1978848wra for ; Sat, 10 Sep 2005 11:23:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=As+aGxkRvz6gIK7lNb6AIBo3R3GeJZkKgB9yw7aWsRYs/ehscI65pzettRpW0z0mHo4zL09A8unfRC4ai8tEWZSTFE4Dv91fBIfy9gkikFhCLgAnToPs7hug2qhtLJE+u7s/DVfmPOzVCP/3wAinP41IbbUUcFtER4LHZd5qpXg= Received: by 10.54.21.9 with SMTP id 9mr1352503wru; Sat, 10 Sep 2005 11:23:03 -0700 (PDT) Received: by 10.54.79.1 with HTTP; Sat, 10 Sep 2005 11:23:03 -0700 (PDT) Message-ID: Date: Sat, 10 Sep 2005 11:23:03 -0700 From: =?ISO-8859-1?Q?Malachi_de_=C6lfweald?= To: Peter Leftwich In-Reply-To: <14869.63.109.229.13.1126307829.squirrel@webmail.alienwebshop.com> Mime-Version: 1.0 References: <14869.63.109.229.13.1126307829.squirrel@webmail.alienwebshop.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, doc@freebsd.org, sdbug@sdbug.org, www@freebsd.org Subject: Re: Suggestions for www.freebsd.org and questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: malachid@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 18:23:14 -0000 Regarding your item #2, I do that every time I go to install FreeBSD.=20 Although, I have noticed that the posted suggested partitions don't match= =20 very well with what my current FreeBSD server actually uses (for example, m= y=20 /var partition is taking MUCH more than the recommended space). I wonder if= =20 that section specifically needs updated to reflect minimum as well as large= r=20 system setups. On 9/9/05, Peter Leftwich wrote: >=20 > Hi everyone. I was studying up on > http://www.freebsd.org/releases/5.4R/installation-i386.html > which I have at home on two CD-Rs and which I plan to install this > weekend - hhooot whoot!! >=20 > Some suggestions for the freebsd.org webmaster.=20 > Perhaps others > might find these useful as well? >=20 > [1] I think the URL above ought to have a sort of organized, list of > contents at the top such as >=20 > 1.3 Topic1 > 1.4 Topic2 > 1.5 Topic-Or-FAQ-Question3... >=20 > The list would be a Table of Contents at the beginning, with each > section **hyperlinked** for easier, faster knowledge transference. >=20 > [2] I noticed that the links below are general instructions, but > maybe having two very similar documents throws off some people >=20 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html >=20 > [2] Lastly, some background - I came to the site seeking general > install recommendations, such as about suggested mountpoints and > slices (partition) ideology and sizes. Has this been asked before? > I have a 200GB HDD and no definite plan about setting up slices and > dirs!! >=20 > [3] Disk space required? I realize the website gives minimum > recommendations such as 160mb and 24mb RAM for example. Is it a > good idea to set up an OS-only slice / bare minimum / then have a > separate slice for my binaries and XFree86? >=20 > [4] FOUR is here as a great tip if you have not seen this page: > http://gerda.univie.ac.at/freebsd-laptops/index.pl great idea!! but > it would be neat if each 'datasheet' or 'lab report' if you will, > linked to the product listed at an official company URL e.g. > http://store.ibm.com/products.php?ThinkpadXYZ1000 >=20 > -- > Peter Leftwich, Owner > Video2Video Services > Box 13692, La Jolla, CA, 92039, USA > http://Www.Video2Video.Com >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 18:39:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E7116A41F for ; Sat, 10 Sep 2005 18:39:37 +0000 (GMT) (envelope-from corwin@pleiades.aeternal.net) Received: from amber.aeternal.net (amber.in.markiza.sk [62.168.76.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C095E43D45 for ; Sat, 10 Sep 2005 18:39:36 +0000 (GMT) (envelope-from corwin@pleiades.aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id 7F8DDB887 for ; Sat, 10 Sep 2005 20:39:57 +0200 (CEST) Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11169-08 for ; Sat, 10 Sep 2005 20:39:56 +0200 (CEST) Received: from pleiades.aeternal.net (pleiades.aeternal.net [192.168.0.44]) by amber.aeternal.net (Postfix) with ESMTP id 0C017B885 for ; Sat, 10 Sep 2005 20:39:56 +0200 (CEST) Received: by pleiades.aeternal.net (Postfix, from userid 1001) id 2430E1141B; Sat, 10 Sep 2005 20:39:33 +0200 (CEST) Date: Sat, 10 Sep 2005 20:39:32 +0200 From: martin hudec To: freebsd-questions@freebsd.org Message-ID: <20050910183932.GA81928@pleiades.aeternal.net> References: <43231860.6020902@purdue.edu> <20050910174139.GA39629@falcon.midgard.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <20050910174139.GA39629@falcon.midgard.homeip.net> X-Copyright: (C) 2005 Martin Hudec X-Operating-System: FreeBSD pleiades.aeternal.net 7.0-CURRENT i386 X-PGP-Key: http://www.aeternal.net/corwin_aeternal.asc User-Agent: mutt-ng/devel-r445 (FreeBSD) X-Virus-Scanned: by amavisd-new at aeternal.net Subject: Re: which mutt?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: martin hudec List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 18:39:37 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, On Sat, Sep 10, 2005 at 07:41:39PM +0200 or thereabouts, Erik Trulsson wrot= e: > > mutt-devel > > This is a development version of mutt. Is newer and has more features th= an > plain mail/mutt, but has possibly more bugs too. This one is good to use.. > > mutt-ng >=20 > This is a branch of mutt, that tries to incorporate various patches that = are > floating around. What I wrote above about mail/mutt-devel applies here t= oo, > only more so. I have switched from mutt-devel to this baby.. it is pretty good, and it offers few things I was missing in mutt-devel, like imap headers caching etc. One can switch between mutt-devel and mutt-ng pretty easily.. there is also good script to convert .muttrc config file into .muttngrc. For more information go to http://mutt-ng.berlios.de/. Cheers, Martin --=20 martin hudec * 421 907 303 393 * corwin@aeternal.net * http://www.aeternal.net "Nothing travels faster than the speed of light with the possible=20 exception of bad news, which obeys its own special laws." Douglas Adams, "The Hitchhiker's Guide to the Galaxy" --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIyhkZYEZIv+rgggRAhFyAJ96mqVVJQ0AwTHbpcR3H+cew35gXACfVESe 3mvYtdk95EuzGZfPyK3gqA4= =Z8Qy -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 18:49:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3810916A41F for ; Sat, 10 Sep 2005 18:49:54 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E67CD43D45 for ; Sat, 10 Sep 2005 18:49:53 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.43) id 1EEAQ7-000JQH-LH; Sat, 10 Sep 2005 14:49:47 -0400 Message-ID: <00b501c5b638$6a69f580$6501a8c0@GRANT> From: "Grant Peel" To: Date: Sat, 10 Sep 2005 14:49:43 -0400 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: reed@reedmedia.net Subject: vm-pop3d - protocols X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 18:49:54 -0000 Hi all, Not sure if this is a freebsd question or a pop3 server question. I have a vm-pop3d server set up on one of our servers, and it seems tobe working fine. I am running it in deamon mode. Anyways, in the logfile, everytime someone connects, I get what loooks to be a dump of the first 20 lines or so of the /etc/protocols file, then the rest of the connection info. Any ideas why this happens? -Grant From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 18:55:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BEB316A41F for ; Sat, 10 Sep 2005 18:55:39 +0000 (GMT) (envelope-from unixgeek@six-two.net) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DE443D45 for ; Sat, 10 Sep 2005 18:55:38 +0000 (GMT) (envelope-from unixgeek@six-two.net) Received: from ibm70aec.bellsouth.net ([65.7.234.118]) by imf24aec.mail.bellsouth.net with ESMTP id <20050910185538.EWDB19933.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net> for ; Sat, 10 Sep 2005 14:55:38 -0400 Received: from [192.168.1.102] (really [65.7.234.118]) by ibm70aec.bellsouth.net with ESMTP id <20050910185531.PZZX20379.ibm70aec.bellsouth.net@[192.168.1.102]> for ; Sat, 10 Sep 2005 14:55:31 -0400 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <509F4AF5-8435-482E-A87D-A8CAE3FD739B@six-two.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Gunter Wambaugh Date: Sat, 10 Sep 2005 13:55:35 -0500 X-Mailer: Apple Mail (2.734) Subject: pptpclient problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 18:55:39 -0000 I am having trouble connecting to my work VPN from my freebsd box. I seem to be authenticating okay, but I can't ping/ssh any of the boxes at work using hostnames or ips. I have been able to connect from by ibook (Running OSX Tiger), so I am confident that its not a router/ firewall or credentials issue. Could someone please, please throw me a bone? My Gentoo friends are starting to laugh at me because they got it working with "no problems". The VPN server is using MPPE and MPPC. My ppp.conf with some changes to protect the lame: WORK: set authname gwambau set authkey SNIPPED set timeout 0 set ifaddr 0 0 add 192.168.2.0/24 HISADDR alias enable yes disable ipv6cp pptp WORK.COM WORK ifconfig: tun1: flags=8010 mtu 1500 inet 192.168.2.230 --> 192.168.2.6 netmask 0xffffffff leLast login: Thu Sep 8 20:45:21 on ttyp2 Welcome to Darwin! s$ ssh isengard.six-two.net less pptp.txt Enter passphrase for key '/Users/gunter/.ssh/id_dsa': [ppp.conf] lifeway: set authname gwambau set authkey SNIPPED set timeout 0 set ifaddr 0 0 add 192.168.2.0/24 HISADDR alias enable yes disable ipv6cp [pptp] pptp WORK.COM WORK [ifconfig] tun1: flags=8010 mtu 1500 inet 192.168.2.230 --> 192.168.2.6 netmask 0xffffffff [daemon.log] Sep 10 11:50:18 isengard pptp[929]: anon log[main:pptp.c:243]: The synchronous pptp option is NOT activated Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 1 'Start-Control-Connection-Request' Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 721]: Received Start Control Connection Reply Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 755]: Client connection established. Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 7 'Outgoing-Call-Request' Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 841]: Received Outgoing Call Reply. Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 880]: Outgoing call established (call ID 0, peer's call ID 19). Sep 10 11:50:20 isengard ppp[929]: Phase: Using interface: tun1 Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Created in closed state Sep 10 11:50:20 isengard ppp[929]: Warning: The alias command is deprecated Sep 10 11:50:20 isengard ppp[929]: Phase: PPP Started (direct mode). Sep 10 11:50:20 isengard ppp[929]: Phase: bundle: Establish Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: closed -> opening Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Connected! Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: opening -> carrier Sep 10 11:50:21 isengard ppp[929]: Phase: deflink: carrier -> lcp Sep 10 11:50:22 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 395]: discarding duplicate or old packet 1 (expecting 3) Sep 10 11:50:25 isengard ppp[929]: Phase: bundle: Authenticate Sep 10 11:50:25 isengard ppp[929]: Phase: deflink: his = CHAP 0x81, mine = none Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Input: CHALLENGE (16 bytes from watchguard) Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Output: RESPONSE (gwambau) Sep 10 11:50:26 isengard ppp[929]: Phase: Chap Input: SUCCESS (S=C8136D3178689C6C3AA34D5FCE2EA8344262A4EF) Sep 10 11:50:26 isengard ppp[929]: Phase: deflink: lcp -> open Sep 10 11:50:26 isengard ppp[929]: Phase: bundle: Network Sep 10 11:50:27 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 404]: buffering packet 9 (expecting 8, lost or reordered) Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route failed: errno: Network is unreachable Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route failed: errno: Network is unreachable Sep 10 11:51:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 5 'Echo-Request' Sep 10 11:51:19 isengard pptp[932]: anon log[logecho:pptp_ctrl.c: 659]: Echo Reply received. Sep 10 11:51:38 isengard ppp[929]: Phase: Caught signal 2, abort connection(s) Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: open -> lcp Sep 10 11:51:38 isengard pptp[932]: anon log [callmgr_main:pptp_callmgr.c:249]: Closing connection Sep 10 11:51:38 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 12 'Call-Clear-Request' Sep 10 11:51:38 isengard ppp[929]: Warning: ff02:5::/32: Change route failed: errno: Network is unreachable Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Terminate Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Disconnected! Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Connect time: 78 secs: 440 octets in, 479 octets out Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: 11 packets in, 13 packets out Sep 10 11:51:38 isengard ppp[929]: Phase: total 11 bytes/sec, peak 151 bytes/sec on Sat Sep 10 11:50:28 2005 Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: lcp -> closed Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Dead Sep 10 11:51:38 isengard ppp[929]: Phase: Signal 15, terminate. Sep 10 11:51:38 isengard ppp[929]: Phase: PPP Terminated (normal). Sep 10 11:51:38 isengard pptp[933]: anon warn[decaps_hdlc:pptp_gre.c: 197]: short read (0): Invalid argument Sep 10 11:51:42 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 12 'Call-Clear-Request' Sep 10 11:51:42 isengard pptp[932]: anon log [pptp_conn_close:pptp_ctrl.c:425]: Closing PPTP connection Sep 10 11:51:42 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 3 'Stop-Control-Connection-Request' Sep 10 11:51:46 isengard pptp[932]: anon log [call_callback:pptp_callmgr.c:77]: Closing connection $ ssh isengard.six-two.net cat pptp.txt | less Sep 10 11:50:18 isengard pptp[929]: anon log[main:pptp.c:243]: The synchronous pptp option is NOT activated Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 1 'Start-Control-Connection-Request' Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 721]: Received Start Control Connection Reply Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 755]: Client connection established. Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 7 'Outgoing-Call-Request' Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 841]: Received Outgoing Call Reply. Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 880]: Outgoing call established (call ID 0, peer's call ID 19). Sep 10 11:50:20 isengard ppp[929]: Phase: Using interface: tun1 Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Created in closed state Sep 10 11:50:20 isengard ppp[929]: Warning: The alias command is deprecated Sep 10 11:50:20 isengard ppp[929]: Phase: PPP Started (direct mode). Sep 10 11:50:20 isengard ppp[929]: Phase: bundle: Establish Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: closed -> opening Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Connected! Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: opening -> carrier Sep 10 11:50:21 isengard ppp[929]: Phase: deflink: carrier -> lcp Sep 10 11:50:22 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 395]: discarding duplicate or old packet 1 (expecting 3) Sep 10 11:50:25 isengard ppp[929]: Phase: bundle: Authenticate Sep 10 11:50:25 isengard ppp[929]: Phase: deflink: his = CHAP 0x81, mine = none Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Input: CHALLENGE (16 bytes from watchguard) Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Output: RESPONSE (gwambau) Sep 10 11:50:26 isengard ppp[929]: Phase: Chap Input: SUCCESS (S=C8136D3178689C6C3AA34D5FCE2EA8344262A4EF) Sep 10 11:50:26 isengard ppp[929]: Phase: deflink: lcp -> open Sep 10 11:50:26 isengard ppp[929]: Phase: bundle: Network Sep 10 11:50:27 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 404]: buffering packet 9 (expecting 8, lost or reordered) Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route failed: errno: Network is unreachable Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route failed: errno: Network is unreachable Sep 10 11:51:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 5 'Echo-Request' Sep 10 11:51:19 isengard pptp[932]: anon log[logecho:pptp_ctrl.c: 659]: Echo Reply received. Sep 10 11:51:38 isengard ppp[929]: Phase: Caught signal 2, abort connection(s) Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: open -> lcp Sep 10 11:51:38 isengard pptp[932]: anon log [callmgr_main:pptp_callmgr.c:249]: Closing connection Sep 10 11:51:38 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 243]: Sent control packet type is 12 'Call-Clear-Request' Sep 10 11:51:38 isengard ppp[929]: Warning: ff02:5::/32: Change route failed: errno: Network is unreachable Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Terminate Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Disconnected! Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Connect time: 78 secs: 440 octets in, 479 octets out Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: 11 packets in, 13 packets out Sep 10 11:51:38 isengard ppp[929]: Phase: total 11 bytes/sec, peak 151 bytes/sec on Sat Sep 10 11:50:28 2005 Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: lcp -> closed Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Dead Sep 10 11:51:38 isengard ppp[929]: Phase: Signal 15, terminate. Sep 10 11:51:38 isengard ppp[929]: Phase: PPP Terminated (normal). : From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 19:06:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C2116A41F for ; Sat, 10 Sep 2005 19:06:22 +0000 (GMT) (envelope-from unixgeek@six-two.net) Received: from imf24aec.mail.bellsouth.net (imf24aec.mail.bellsouth.net [205.152.59.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF81243D45 for ; Sat, 10 Sep 2005 19:06:21 +0000 (GMT) (envelope-from unixgeek@six-two.net) Received: from ibm70aec.bellsouth.net ([65.7.234.118]) by imf24aec.mail.bellsouth.net with ESMTP id <20050910190621.FQQV19933.imf24aec.mail.bellsouth.net@ibm70aec.bellsouth.net> for ; Sat, 10 Sep 2005 15:06:21 -0400 Received: from [192.168.1.102] (really [65.7.234.118]) by ibm70aec.bellsouth.net with ESMTP id <20050910190621.QBTD20379.ibm70aec.bellsouth.net@[192.168.1.102]> for ; Sat, 10 Sep 2005 15:06:21 -0400 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: <29FAB36D-E90B-41CF-8196-EC697A6B5B7D@six-two.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Gunter Wambaugh Date: Sat, 10 Sep 2005 14:06:25 -0500 X-Mailer: Apple Mail (2.734) Subject: grab video and sound bktr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 19:06:22 -0000 I have taken on the task of converting my Father's old VHS tapes to DVD. I have connected my VCR to my Hauppauge card. I can watch a tape and hear sound with fxtv, but when I try to record with nuvrec, ffmpeg, or transcode, I get no sound whatsoever. I have tried several variations of each command (as root too). I have googled and I have searched the mailing lists but nothing helps. Can someone here help me out? FreeBSD 5.4-RELEASE-p7 #1: Sat Sep 10 10:34:31 CDT 2005 bktr0: mem 0x86100000-0x86100fff irq 17 at device 9.0 on pci0 bktr0: Hauppauge Model 44371 D123 bktr0: Detected a MSP3435G-B6 at 0x80 bktr0: Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner, msp3400c stereo, remote control. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 19:08:21 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 776B716A41F for ; Sat, 10 Sep 2005 19:08:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fileserver.fields.utoronto.ca (fileserver.fields.utoronto.ca [128.100.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0736843D46 for ; Sat, 10 Sep 2005 19:08:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from fields.fields.utoronto.ca (fields.localdomain [192.168.216.11]) by fileserver.fields.utoronto.ca (8.12.8/8.12.8/Fields 6.0) with ESMTP id j8AJ8K0r007346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Sep 2005 15:08:20 -0400 Received: from obsecurity.dyndns.org (localhost.localdomain [127.0.0.1]) by fields.fields.utoronto.ca (8.12.8/8.12.8/Fields WS 6.0) with ESMTP id j8AJ8F6P008904; Sat, 10 Sep 2005 15:08:18 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 19D73511FD; Sat, 10 Sep 2005 15:08:13 -0400 (EDT) Date: Sat, 10 Sep 2005 15:08:13 -0400 From: Kris Kennaway To: K?vesd?n G?bor Message-ID: <20050910190812.GB69137@xor.obsecurity.org> References: <4322C65B.7010604@t-hosting.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <4322C65B.7010604@t-hosting.hu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@FreeBSD.org Subject: Re: GCC snapshots and the ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 19:08:21 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 10, 2005 at 01:41:15PM +0200, K?vesd?n G?bor wrote: > Hello, >=20 > I have two issues with selecting the appropriate version of gcc: >=20 > 1, There is the port net/verlihub, that needs gcc 3.3 that is broken=20 > under amd64. What solution do You recommend? You could try it with the system compiler, but chances are it depends on gcc 3.3 because later versions cannot compile it (they are stricter about the conforming code they will compile, particularly C++) > I haven't used the=20 > compatibility layer yet, but what if I make buildworld/installworld to=20 > enable the compatibility layer? Is there any way to cross-compile ports= =20 > similar to "make TARGET_ARCH=3Di386 buildworld"? Is this macro usable wit= h=20 > ports collection like "cd /usr/ports/lang/gcc33 && make TARGET_ARCH=3Di38= 6=20 > install"? No. > 2, There are gcc snapshots in the ports collection like lang/gcc34,=20 > lang/gcc40, lang/gcc41, but there aren't releaes, just snapshots. Are=20 > these gcc snapshots as reliable as the releases are? Can I use for=20 > instance lang/gcc34 for production goals instead of the stock compiler,= =20 > or is it just for development/testing usage? Not for building world, but you can use them for your own purposes. Kris --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDIy8cWry0BWjoQKURApxKAJ0dqRH3tqSU3Hrhjl0DLI1cCHc86QCeK2Qs AYG/tEzzCIgDguSfJa5M42U= =fC5F -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 19:19:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E28116A41F for ; Sat, 10 Sep 2005 19:19:25 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id A396143D45 for ; Sat, 10 Sep 2005 19:19:24 +0000 (GMT) (envelope-from gerard-seibert@suscom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id 7CFF01CE19B; Sat, 10 Sep 2005 15:09:05 -0400 (EDT) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 23928-06; Sat, 10 Sep 2005 15:09:02 -0400 (EDT) Received: from [192.168.0.2] (ip148.217.susc.suscom.net [216.45.217.148]) by smtp2.suscom.net (Postfix) with SMTP id 6A5331CDCF6; Sat, 10 Sep 2005 15:09:02 -0400 (EDT) Date: Sat, 10 Sep 2005 15:19:22 -0400 From: Gerard Seibert To: Dan Nelson Sender: Gerard@smtp2.suscom.net, Seibert@smtp2.suscom.net In-Reply-To: <20050910181557.GK84582@dan.emsphone.com> References: <20050910140047.81C2.GERARD-SEIBERT@suscom.net> <20050910181557.GK84582@dan.emsphone.com> Message-Id: <20050910151703.F4C1.GERARD-SEIBERT@suscom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Becky! ver. 2.22.01 [en] Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: by amavisd-new at suscom.net Cc: freebsd-questions Subject: Re[2]: Restarting MySQL from CRON X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gerard-seibert@suscom.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 19:19:25 -0000 On Sat, 10 Sep 2005 13:15:57 -0500, Dan Nelson Replied to: Re: Restarting MySQL from CRON With these words of wisdom: > In the last episode (Sep 10), Gerard Seibert said: > > =1EOn Saturday, September 10, 2005 12:27:02 PM Dan Nelson wrote: > > > In the last episode (Sep 10), Gerard Seibert said: > > > > From time to time, I have found that MySQL has ceased to run. I > > > > have a mailing program that requires that MySQL be running in > > > > order for it to operate. > > > >=20 > > > > Since I cannot seem to track down why it occasionally stops > > > > functioning, and since the program that depends on it is started > > > > via CRON, would it be advisable to put an entry into the CRON > > > > that would restart MYSQL prior to the other program running. > > > >=20 > > > > I was thinking of using this: > > > >=20 > > > > 0 0 * * * /usr/local/etc/rc.d/mysql-server.sh restart > > > >=20 > > > > Would that work, or is there a better way? > > >=20 > > > "start" is better than "restart", since that won't cause an > > > existing mysqld to exit. But the startup script runs a script > > > called mysqld_safe, which automatically restarts mysqld if it > > > crashes anyway. You might want to check your mysql .err log; maybe > > > someone with the SHUTDOWN privilege is doing a clean shutdown. > >=20 > > It definitely does not restart automatically. In addition, I am the > > only user with root access. I doubt that anyone is shutting it down, > > even by mistake. > >=20 > > Where do I find this mysql error file? I cannot seem to locate it. >=20 > /var/db/mysql/*.err >=20 > If you see "Normal Shutdown"/"Shutdown complete"/"mysqld ended", that's > a clean shutdown initiated by either a client connection or a signal > (SIGTERM for example). Crashes should have a "mysqld got signal ##", a > bunch of debugging info, and a "mysqld restarted" line. You're > obviously not seeing that last line :) >=20 > --=20 > Dan Nelson > dnelson@allantgroup.com ********** REPLY SEPARATOR ********** On 9/10/2005 3:17:03 PM Gerard Seibert Replied: Thanks, I will look into that. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 19:54:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44E6316A41F; Sat, 10 Sep 2005 19:54:08 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9286843D46; Sat, 10 Sep 2005 19:54:07 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910195406.ICPY24491.lakecmmtao06.coxmail.com@dns1>; Sat, 10 Sep 2005 15:54:06 -0400 From: Vizion To: ale@FreeBSD.org, freebsd-questions@freebsd.org, php-general@lists.php.net, Norberto Meijome Date: Sat, 10 Sep 2005 12:49:46 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509101249.47204.vizion@vizion.occoxmail.com> Cc: Subject: PHP on FreeBSD - Compiler Bugs and Option selection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 19:54:08 -0000 Hi ale I just wanted to check you had received OK the two compiler errors that I=20 reported for /usr/ports/lang/php5-extensions. The first error was apparently caused by make expecting libmagic in an=20 incorrect path for FreeBSD 5.3. Once a copy was placed in the correct path= =20 compilation resumed. The second error seems also to be caused by an inability to find requisite= =20 files for wddx. ext/xml/expat_compat.h ext/xml/php As a result of compiling php5 I began to wonder whether it would be helpfu= l=20 to users if : drwxr-xr-x 3 root wheel 512 May 2 07:06 php5-cli drwxr-xr-x 3 root wheel 512 Sep 9 18:00 php5-extensions drwxr-xr-x 3 root wheel 512 May 28 10:06 php_doc were more integrated as choices within make for php5. I would personally find it helpful if all the build options for php could b= e=20 in an editable file for sysadmins to define a repeatable unattended build=20 from all available build options. A closer integration of the subsidiary ph= p5=20 ports into the php5 make would facilitate this process. I do not not how welcome these proposals might be or how easy it would be t= o=20 make the changes but would be interested to know what others think. Norberto Meijome made a very interesting suggestion t= hat=20 he uses on his servers to achieve the above goal. He=20 uses /usr/local/etc/pkgtools.conf for that purpose but my preference would = be=20 to have a method that is particular to php and does not lead to an=20 overloading of /usr/local/etc/pkgtools.conf. I have copied Norbeto's example below:=20 ****************** Quote******************************* =2Dif you want to avoid having to choose by hand what you really =2Dwant( or have it preconfigured so all you have to do is press OK, then =2Duse something like /usr/local/etc/pkgtools.conf which will be read by =2Dportinstall (sysutils/port-maintenance-tools/) =2Dmy relevant sections for my servers are: =2D =2D--- =2D =A0 =A0 'php4-*' =3D- [ =2D =A0 =A0 =A0 =A0 'WITH_APACHE2=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_DEBUG=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_BCMATH=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_BZ2=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_CALENDAR=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_CRACK=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_CTYPE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_CURL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_DBA=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_DBASE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_DBX=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_DIO=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_DOMXML=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_EXIF=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_FILEINFO=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_FILEPRO=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_FRIBIDI=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_FTP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_GD=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_GETTEXT=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_GMP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_ICONV=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_IMAGICK=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_IMAP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_INTERBASE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_LDAP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_MBSTRING=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_MCAL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_MCRYPT=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_MCVE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_MHASH=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_MING=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_MNOGOSEARCH=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_MSSQL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_MYSQL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_NCURSES=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_ODBC=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_OPENSSL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_ORACLE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_OVERLOAD=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_PANDA=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_PCNTL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_PCRE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_PDF=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_PGSQL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_POSIX=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_PSPELL=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_READLINE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_RECODE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_SESSION=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_SHMOP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_SNMP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_SOCKETS=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_SYBASE_CT=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_SYSVMSG=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_SYSVSEM=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_SYSVSHM=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_TOKENIZER=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_WDDX=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_XML=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_XMLRPC=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_XSLT=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_YAZ=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_YP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_ZIP=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_ZLIB=3Dtrue', =2D =A0 =A0 =A0 =A0 ], =2D =A0 =A0 'php4-dba-*' =3D- [ =2D =A0 =A0 =A0 =A0 'WITH_CDB=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_DB4=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_GDBM=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_INIFILE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_FLATFILE=3Dtrue', =2D =A0 =A0 =A0 =A0 ], =2D =A0 =A0 'php4-gd-*' =3D- [ =2D =A0 =A0 =A0 =A0 'WITH_T1LIB=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_TRUETYPE=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITHOUT_JIS=3Dtrue', =2D =A0 =A0 =A0 =A0 'WITH_LZW=3Dtrue', =2D =A0 =A0 =A0 =A0 ], =2D =A0 =A0 'php4-mbstring-*' =3D- [ =2D =A0 =A0 =A0 =A0 'WITH_REGEX=3Dtrue', =2D =A0 =A0 =A0 =A0 ], *************End Quote*************************** I also wonder why the Makefile, by default, uses the --disable-all option i= n=20 the Makefile with no option to remove it.=20 I would be interested in what others have to say and would like to place on= =20 record my appreciation for all your work in maintaining the ports. david =2D-=20 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Tauru= s. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal afte= r=20 completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 19:58:15 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA1816A41F; Sat, 10 Sep 2005 19:58:15 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from lakecmmtao06.coxmail.com (lakecmmtao06.coxmail.com [68.99.120.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0594F43D48; Sat, 10 Sep 2005 19:58:14 +0000 (GMT) (envelope-from vizion@vizion.occoxmail.com) Received: from dns1 ([64.58.171.82]) by lakecmmtao06.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050910195813.IHAG24491.lakecmmtao06.coxmail.com@dns1>; Sat, 10 Sep 2005 15:58:13 -0400 From: Vizion To: freebsd-questions@freebsd.org Date: Sat, 10 Sep 2005 12:53:53 -0700 User-Agent: KMail/1.8 References: <200509101249.47204.vizion@vizion.occoxmail.com> In-Reply-To: <200509101249.47204.vizion@vizion.occoxmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509101253.54752.vizion@vizion.occoxmail.com> Cc: php-general@lists.php.net, Norberto Meijome , ale@FreeBSD.org, Kris Kennaway Subject: Re: PHP on FreeBSD - Compiler Bugs and Option selection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 19:58:15 -0000 On Saturday 10 September 2005 12:49, the author Vizion contributed to the= =20 dialogue on- PHP on FreeBSD - Compiler Bugs and Option selection:=20 >Hi ale > >I just wanted to check you had received OK the two compiler errors that I >reported for /usr/ports/lang/php5-extensions. > >The first error was apparently caused by make expecting libmagic in an >incorrect path for FreeBSD 5.3. Once a copy was placed in the correct path >compilation resumed. > I meant to say that full credit should be given to=20 Kris Kennaway who made the suggestion to=20 copy /usr/src/contrib/file/magic.h to /usr/include/magic.h=20 and see if it works. Which it did. >The second error seems also to be caused by an inability to find requisite >files for wddx. >ext/xml/expat_compat.h >ext/xml/php > >As a result of compiling php5 I began to wonder whether it would be helpf= ul >to users if : >drwxr-xr-x 3 root wheel 512 May 2 07:06 php5-cli >drwxr-xr-x 3 root wheel 512 Sep 9 18:00 php5-extensions >drwxr-xr-x 3 root wheel 512 May 28 10:06 php_doc >were more integrated as choices within make for php5. > >I would personally find it helpful if all the build options for php could = be >in an editable file for sysadmins to define a repeatable unattended build >from all available build options. A closer integration of the subsidiary > php5 ports into the php5 make would facilitate this process. > >I do not not how welcome these proposals might be or how easy it would be = to >make the changes but would be interested to know what others think. > >Norberto Meijome made a very interesting suggestion > that he uses on his servers to achieve the above goal. He >uses /usr/local/etc/pkgtools.conf for that purpose but my preference would > be to have a method that is particular to php and does not lead to an >overloading of /usr/local/etc/pkgtools.conf. > >I have copied Norbeto's example below: >****************** Quote******************************* >-if you want to avoid having to choose by hand what you really >-want( or have it preconfigured so all you have to do is press OK, then >-use something like /usr/local/etc/pkgtools.conf which will be read by >-portinstall (sysutils/port-maintenance-tools/) >-my relevant sections for my servers are: >- >---- >- =A0 =A0 'php4-*' =3D- [ >- =A0 =A0 =A0 =A0 'WITH_APACHE2=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_DEBUG=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_BCMATH=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_BZ2=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_CALENDAR=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_CRACK=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_CTYPE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_CURL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_DBA=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_DBASE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_DBX=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_DIO=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_DOMXML=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_EXIF=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_FILEINFO=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_FILEPRO=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_FRIBIDI=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_FTP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_GD=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_GETTEXT=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_GMP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_ICONV=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_IMAGICK=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_IMAP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_INTERBASE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_LDAP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_MBSTRING=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_MCAL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_MCRYPT=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_MCVE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_MHASH=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_MING=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_MNOGOSEARCH=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_MSSQL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_MYSQL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_NCURSES=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_ODBC=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_OPENSSL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_ORACLE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_OVERLOAD=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_PANDA=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_PCNTL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_PCRE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_PDF=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_PGSQL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_POSIX=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_PSPELL=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_READLINE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_RECODE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_SESSION=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_SHMOP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_SNMP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_SOCKETS=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_SYBASE_CT=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_SYSVMSG=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_SYSVSEM=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_SYSVSHM=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_TOKENIZER=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_WDDX=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_XML=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_XMLRPC=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_XSLT=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_YAZ=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_YP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_ZIP=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_ZLIB=3Dtrue', >- =A0 =A0 =A0 =A0 ], >- =A0 =A0 'php4-dba-*' =3D- [ >- =A0 =A0 =A0 =A0 'WITH_CDB=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_DB4=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_GDBM=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_INIFILE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_FLATFILE=3Dtrue', >- =A0 =A0 =A0 =A0 ], >- =A0 =A0 'php4-gd-*' =3D- [ >- =A0 =A0 =A0 =A0 'WITH_T1LIB=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_TRUETYPE=3Dtrue', >- =A0 =A0 =A0 =A0 'WITHOUT_JIS=3Dtrue', >- =A0 =A0 =A0 =A0 'WITH_LZW=3Dtrue', >- =A0 =A0 =A0 =A0 ], >- =A0 =A0 'php4-mbstring-*' =3D- [ >- =A0 =A0 =A0 =A0 'WITH_REGEX=3Dtrue', >- =A0 =A0 =A0 =A0 ], >*************End Quote*************************** > >I also wonder why the Makefile, by default, uses the --disable-all option = in >the Makefile with no option to remove it. > >I would be interested in what others have to say and would like to place on >record my appreciation for all your work in maintaining the ports. > >david =2D-=20 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Tauru= s. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal afte= r=20 completing engineroom refit. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 20:09:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A14D516A41F for ; Sat, 10 Sep 2005 20:09:29 +0000 (GMT) (envelope-from uwe@brechlin.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id C213E43D49 for ; Sat, 10 Sep 2005 20:09:28 +0000 (GMT) (envelope-from uwe@brechlin.de) Received: from [212.227.126.200] (helo=mrvnet.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1EEBfD-0005Qv-00; Sat, 10 Sep 2005 22:09:27 +0200 Received: from [172.23.4.155] (helo=pustefix155.kundenserver.de) by mrvnet.kundenserver.de with esmtp (Exim 3.35 #1) id 1EEBfD-0003Ge-00; Sat, 10 Sep 2005 22:09:27 +0200 Message-Id: <32743781.1126382966994.JavaMail.servlet@kundenserver> From: uwe@brechlin.de To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Priority: 3 X-Binford: 6100 (more power) X-Mailer: Webmail X-Originating-From: 5331480 X-Routing: DE X-Message-Id: <5331480$1126382966993172.23.4.1556639948@pustefix155.kundenserver.de-1725175186> X-Received: from pustefix155.kundenserver.de by 81.242.222.90 with HTTP id 5331480 for [freebsd-questions@freebsd.org]; Sat, 10 Sep 2005 22:09:26 CEST Date: Sat, 10 Sep 2005 22:09:27 +0200 X-Provags-ID: kundenserver.de abuse@kundenserver.de ident:@172.23.4.155 Subject: Can't get pc-card working under 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 20:09:29 -0000 I have spent several hours now trying to get a Netgear MA 401 pccard running on my Acer Aspire 1310 with FreeBSD 5.4. It worked fine with 5.4 on another laptop of mine and the card is still working perfectly with Ubuntu Linux, so it seems that either my Laptop does not like 5.4 or I have configured something wrongly. I have used both the GENERIC and a customized kernel. The pccard itself seems to be identified fine. Dmesg says: cbb0: <02Micro 0Z6912/6972 PCI-CardBus Bridge> mem 0xc000000-0xc000fff irq 11 at device 10.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on dbb0 But the card is not recognised (actually it seems that no Pccard is recognised). When I do: # pccardc dumpcis 0 slots found When I try to kldload if_wi I get warnings of this type: module_register: module pccard/wi already exists! Module pccard/wi failed to register: 17! module_register: module pci/wi already exists! Module pci/wi failed to register: 17! I have googled for hours and tried very many different things but I can't find the right hint to why pccards are not found/registered. I would be so happy if someone could give me a clue on what I should do. Thanks, Uwe. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 20:24:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A22716A41F for ; Sat, 10 Sep 2005 20:24:49 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D64D43D46 for ; Sat, 10 Sep 2005 20:24:49 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utdex12.campus.ad.utdallas.edu (utdex12-pmn.utdallas.edu [192.168.1.13]) by smtp1.utdallas.edu (Postfix) with ESMTP id B753A388E33 for ; Sat, 10 Sep 2005 15:24:48 -0500 (CDT) Received: from UTDEVS08.campus.ad.utdallas.edu ([129.110.70.104]) by utdex12.campus.ad.utdallas.edu with Microsoft SMTPSVC(6.0.3790.211); Sat, 10 Sep 2005 15:24:49 -0500 x-mimeole: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sat, 10 Sep 2005 15:23:40 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Postfix->Cyrus-imap connection problem Thread-Index: AcW2J4k2tPZ5t5U/TsaTQcp1PQWV7wAHf8lU From: "Schmehl, Paul L" To: "freebsd-questions" X-OriginalArrivalTime: 10 Sep 2005 20:24:49.0253 (UTC) FILETIME=[B13D9950:01C5B645] Subject: RE: Postfix->Cyrus-imap connection problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 20:24:49 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org on behalf of Chuck Swiger Sent: Sat 9/10/2005 11:48 AM To: freebsd-questions Subject: Re: Postfix->Cyrus-imap connection problem =20 Chuck Swiger wrote: [ ... ] > there waiting for a timewhen when a LMTP delivery attempt is made? ^^^^^^^^^^^^^ "timeout when" 600s, which is the default. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:19:38 2005 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 4ACB316A41F for ; Sat, 10 Sep 2005 21:19:38 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.198.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0081B43D45 for ; Sat, 10 Sep 2005 21:19:35 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.102] (tardiss.hsd1.ma.comcast.net[66.30.82.93]) by comcast.net (rwcrmhc12) with ESMTP id <2005091021193401400ap6a4e>; Sat, 10 Sep 2005 21:19:35 +0000 Message-ID: <43234DD3.8060608@comcast.net> Date: Sat, 10 Sep 2005 17:19:15 -0400 From: Sean User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050907) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: i386/amd64 co-exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rsh.lists@comcast.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:19:38 -0000 I would like to be able to setup a system so that on power up I can choose weather to boot into either i386 or amd64. Is this possible or would I some how have to install the two releases on their own? No matter what I do above I would also like to be able to have a user log in no matter which kernel is up and have their own home directory. I am guessing that if I put /usr/home on its own then that could solve that idea? Anyone doing anything like this or know of a site to point me at for some information? Thanks Sean From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:26:49 2005 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 CCBBF16A41F for ; Sat, 10 Sep 2005 21:26:49 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6427643D45 for ; Sat, 10 Sep 2005 21:26:49 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9867 helo=mail.aseed.antenna.nl) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1EECs4-0006KV-Dq; Sat, 10 Sep 2005 21:26:48 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id A82EB154643; Sat, 10 Sep 2005 23:26:49 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id CA429591DD8; Sat, 10 Sep 2005 23:25:53 +0200 (CEST) Date: Sat, 10 Sep 2005 23:26:42 +0200 From: "albi@scii.nl" To: rsh.lists@comcast.net Message-Id: <20050910232642.67adf063.albi@scii.nl> In-Reply-To: <43234DD3.8060608@comcast.net> References: <43234DD3.8060608@comcast.net> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.4; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freeBSD.org Subject: Re: i386/amd64 co-exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:26:49 -0000 On Sat, 10 Sep 2005 17:19:15 -0400 Sean wrote: > I would like to be able to setup a system so that on power up I can > choose weather to boot into either i386 or amd64. > Is this possible or would I some how have to install the two releases on > their own? afaik it would have to be a dual-boot with the kernel(s) and programs on separate partitions > No matter what I do above I would also like to be able to have a user > log in no matter which kernel is up and have their own home directory. > I am guessing that if I put /usr/home on its own then that could solve > that idea? correct, you can share the /usr/home -- grtjs, albi gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:29:55 2005 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 C95DC16A41F for ; Sat, 10 Sep 2005 21:29:55 +0000 (GMT) (envelope-from chris@sigd.net) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6AF43D46 for ; Sat, 10 Sep 2005 21:29:55 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sat, 10 Sep 2005 17:29:49 -0400 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2205447331@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: i386/amd64 co-exist Thread-Index: AcW2TajrPqVF8vJJTqifvBNMFUNB1QAAFmww From: "Haulmark, Chris" To: , Cc: Subject: RE: i386/amd64 co-exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:29:55 -0000 Someone broke the silence:=20 > I would like to be able to setup a system so that on power up I can > choose weather to boot into either i386 or amd64. > Is this possible or would I some how have to install the two > releases on > their own? >=20 > No matter what I do above I would also like to be able to have a user > log in no matter which kernel is up and have their own home directory. > I am guessing that if I put /usr/home on its own then that > could solve > that idea? >=20 > Anyone doing anything like this or know of a site to point me at for > some information?=20 >=20 > Thanks > Sean >=20 Ask yourself this question. I would like to be able to set up a vehicle that I can choose wheather = to use v4 motor or v8 motor. That's so when I toss a car key to this = kid, he will only use the vehicle with V4 motor enabled. When I take = this same car key, I want to use a vehicle with a V8. Can both V4 and = V8 co-exist in a single vehicle? Kernel is similar to a motor in a PC. What's bad is that you also = re-compile every binary (make buildworld and make makekernel) to be = supported with amd64 optimizations to make it a amd64 system. You would = have to do the same if you want it to be an i386 system. You can't flip back and forth between a different architecture to = another architecture based on only the kernel swapping as you can do = with a car if you swap the motors back and forth (with huge amount of = physical work). Chris From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:38:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93E716A41F for ; Sat, 10 Sep 2005 21:38:46 +0000 (GMT) (envelope-from Toolman327@aol.com) Received: from imo-m25.mx.aol.com (imo-m25.mx.aol.com [64.12.137.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE5843D45 for ; Sat, 10 Sep 2005 21:38:46 +0000 (GMT) (envelope-from Toolman327@aol.com) Received: from Toolman327@aol.com by imo-m25.mx.aol.com (mail_out_v38_r5.3.) id n.1d7.44987528 (48624) for ; Sat, 10 Sep 2005 17:38:39 -0400 (EDT) From: Toolman327@aol.com Message-ID: <1d7.44987528.3054ac5f@aol.com> Date: Sat, 10 Sep 2005 17:38:39 EDT To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailer: 9.0 for Windows sub 5118 X-Spam-Flag: NO Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:38:47 -0000 Hello, I was wondering if the FreeBSD Unix program that I have on cd's would be compatible with a Compaq Presario 5430US. I came close to installing it till at the end when it gave a last warning involving a message that asked if I was sure I wanted to install and that I could loose data on disk once installed. Do you know if this program will work on my computer? Thanks and hope to hear from you soon. I am taking a Unix course at a University and could use a program like this (version 4.11) to help with my homework at home Jeff From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:42:56 2005 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 0117D16A41F for ; Sat, 10 Sep 2005 21:42:56 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF84143D45 for ; Sat, 10 Sep 2005 21:42:55 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A359104B0032; Sat, 10 Sep 2005 14:42:49 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j8ALhcKs031159; Sat, 10 Sep 2005 14:43:38 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j8ALhXDV031158; Sat, 10 Sep 2005 14:43:33 -0700 (PDT) (envelope-from garys@opusnet.com) To: rsh.lists@comcast.net References: <43234DD3.8060608@comcast.net> From: garys@opusnet.com (Gary W. Swearingen) Date: Sat, 10 Sep 2005 14:43:33 -0700 In-Reply-To: <43234DD3.8060608@comcast.net> (Sean's message of "Sat, 10 Sep 2005 17:19:15 -0400") Message-ID: <7wek7wppiy.k7w@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freeBSD.org Subject: Re: i386/amd64 co-exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:42:56 -0000 Sean writes: > I would like to be able to setup a system so that on power up I can choose weather to boot into either i386 or amd64. > Is this possible or would I some how have to install the two releases on their own? I'm fairly sure it could be done, but you'd have to have pairs of most system and program directories and do a bunch of unusual (AKA untested) configurations and have some custom boot scripts and it would likely be more trouble than it's worth. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:49:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3F016A41F for ; Sat, 10 Sep 2005 21:49:16 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7569A43D48 for ; Sat, 10 Sep 2005 21:49:16 +0000 (GMT) (envelope-from willmaier@ml1.net) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 6C60ACCE1C9 for ; Sat, 10 Sep 2005 17:49:14 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Sat, 10 Sep 2005 17:49:14 -0400 X-Sasl-enc: RzQx4ssYt45LoQe7SzpXQnwhwWLFCbfaLD5yExAtqrcA 1126388954 Received: from merkur (host-66-202-74-42.choiceone.net [66.202.74.42]) by frontend3.messagingengine.com (Postfix) with ESMTP id 6A2A61E1 for ; Sat, 10 Sep 2005 17:49:14 -0400 (EDT) Received: by merkur (nbSMTP-1.00) for uid 1000 willmaier@ml1.net; Sat, 10 Sep 2005 16:49:18 -0500 (CDT) Date: Sat, 10 Sep 2005 16:49:17 -0500 From: Will Maier To: freebsd-questions@freebsd.org Message-ID: <20050910214917.GO21356@localhost.localdomain> Mail-Followup-To: freebsd-questions@freebsd.org References: <1d7.44987528.3054ac5f@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d7.44987528.3054ac5f@aol.com> User-Agent: Mutt/1.5.6+20040907i Subject: Re: Compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:49:17 -0000 On Sat, Sep 10, 2005 at 05:38:39PM -0400, Toolman327@aol.com wrote: > I was wondering if the FreeBSD Unix program that I have on cd's > would be compatible with a Compaq Presario 5430US. I came close > to installing it till at the end when it gave a last warning > involving a message that asked if I was sure I wanted to install > and that I could loose data on disk once installed. Do you know > if this program will work on my computer? Thanks and hope to hear > from you soon. I am taking a Unix course at a University and > could use a program like this (version 4.11) to help with my > homework at home Installing FreeBSD will overwrite all the data on the partitions you chose to install it to; if you chose the defaults, IIRC, that will mean the entire harddisk. If you currently have Windows or Linux on the computer, you can configure the installation to live next to the existing OS(es) (it's called multi-booting) or choose to get rid of them and only have FreeBSD. FreeBSD is an entire operating system, like Windows or Linux, not just a single program. It's a collection of programs that will give you full Unix-like functionality -- it would be great to use to work on your Unix skills for a University course or a job. I don't know specifically if FreeBSD will work on your Compaq, but a google search should help. Anecdotally, I'm running FreeBSD on my Thinkpad just fine -- I'm sure other people have it running on various other machines. Good luck! -- o--------------------------{ Will Maier }--------------------------o | jabber:..wcmaier@jabber.ccc.de | email:..........wcmaier@ml1.net | | \.........wcmaier@cae.wisc.edu | \..........wcmaier@cae.wisc.edu | *------------------[ BSD Unix: Live Free or Die ]------------------* From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 21:55:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E86516A41F for ; Sat, 10 Sep 2005 21:55:09 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F8743D49 for ; Sat, 10 Sep 2005 21:55:08 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr9.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8ALt52m071470; Sat, 10 Sep 2005 23:55:05 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 34ABB66D1; Sat, 10 Sep 2005 23:55:05 +0200 (CEST) Date: Sat, 10 Sep 2005 23:55:05 +0200 From: Roland Smith To: Toolman327@aol.com Message-ID: <20050910215505.GA12218@slackbox.xs4all.nl> Mail-Followup-To: Toolman327@aol.com, freebsd-questions@freebsd.org References: <1d7.44987528.3054ac5f@aol.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <1d7.44987528.3054ac5f@aol.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.10i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 21:55:09 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 10, 2005 at 05:38:39PM -0400, Toolman327@aol.com wrote: > Hello, > I was wondering if the FreeBSD Unix program that I have on cd's would It's an operating system, not a program. > be compatible with a Compaq Presario 5430US. I came close to > installing it till at the end when it gave a last warning involving a > message that asked if I was sure I wanted to install and that I could > loose data on disk once installed. Do you know if this program will > work on my computer? =20 If you don't know what kind of particular hardware is inside your PC (e.g. graphics-, sound- and network chip) it is impossible to tell. The best way to find out is to try running something like FreeSBIE (a system you can run from CD without installing; http://www.freesbie.org/).= =20 If everything works in FreeSBIE, you should be able to install without worr= y. Some tips though: - Make a full backup of your harddisk's data. - Then repartition the disk to make room for FreeBSD. - If you want to dual-boot with windows, reinstall it before FreeBSD, but leave unpartitioned space for it. If you are not comfortable messing with your windows parition and reinstalling windows, add another harddisk to the PC and install FreeBSD on that. Or buy vmware or download qemu or bochs so you can run FreeBSD inside a virtual machine on windows. > Thanks and hope to hear from you soon. I am > taking a Unix course at a University and could use a program like this > (version 4.11) to help with my homework at home Better use 5.4. 4.11 is a legacy version. See the FreeBSD website. and while you're there, read the handbook. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDI1Y5EnfvsMMhpyURApfpAKCpfYDMXq3i6CNnbnW8bZUly/j49wCfe91S 447LgnLUVjg/NmQijHPwSk0= =EFFZ -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 22:10:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446F316A424 for ; Sat, 10 Sep 2005 22:10:03 +0000 (GMT) (envelope-from zettel@acm.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A8EF43DB9 for ; Sat, 10 Sep 2005 22:08:32 +0000 (GMT) (envelope-from zettel@acm.org) Received: from [192.168.0.3] (pcp0011427575pcs.sothfd01.mi.comcast.net[69.246.103.241]) by comcast.net (sccrmhc13) with ESMTP id <20050910220831013004ru55e>; Sat, 10 Sep 2005 22:08:32 +0000 From: Leonard Zettel To: Jan Grant Date: Sat, 10 Sep 2005 10:08:56 +0000 User-Agent: KMail/1.8 References: <200509091210.09717.zettel@acm.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509101008.56555.zettel@acm.org> Cc: freebsd-questions@freebsd.org Subject: Re: What is fsck trying to tell me? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zettel@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 22:10:03 -0000 On Saturday 10 September 2005 11:20 am, Jan Grant wrote: > On Fri, 9 Sep 2005, Leonard Zettel wrote: > > When I issue the followinf command: > > > > mount /dev/ad1s1c /mnt > > > > I get the response > > WARNING: R/W mount of /mnt denied. filesystem is not clean - run fsck > > mount: /dev/ad1s1c: Operation not premitted > > > > Then when I try > > > > fsck /dev/ad1s1c > > > > I get > > fsck: exec fsck_unused for /dev/ad1s1c in sbin: /usr/sbin: No such > > file or directory > > > > BTW, mount -f /dev/ad1s1c /mnt > > > > gets me what I expect, but the hassle leading up to it has > > me scared to death. Now what? punt? > > You're using the default "whole slice" partition, ad1s1c. My guess is, > you're using the default disklabel for that slice. If you look at that > disklabel, > > # disklabel ad1s1 > > you'll see a line like this: > > c: 156301425 0 unused 0 0 # "raw" part, don't edit > Well, sort of..... If I knew what I were doing, I'd be dangerous.... So thanks to all, you gave me enough clues to work things through. Turns out the drive had one FreeBSD slice and a bunch of unused space. fsk on ad1s1a cleared tings up. -LenZ- > Now, fsck uses external helper utilities to check the consistency of > various types of filesystem. If the filesystem has an entry in > /etc/fstab, it'll pull the type from there if you specify the mount > point. If you specify the device, it looks like fsck is using the > disklabel rather than actually "tasting" the partition to determine what > fsck to use. > > You can fix this by disklabelling your device and fixing the type of > partition "c": this should be ok. You can probably also tell fsck > explicitly what type of filesystem to check, or just invoke the > appropriate fsck_ufs directly. From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 22:40:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A712D16A41F for ; Sat, 10 Sep 2005 22:40:20 +0000 (GMT) (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 53F5943D45 for ; Sat, 10 Sep 2005 22:40:20 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j8AMeCFF096468; Sat, 10 Sep 2005 17:40:12 -0500 (CDT) (envelope-from dan) Date: Sat, 10 Sep 2005 17:40:12 -0500 From: Dan Nelson To: martin hudec Message-ID: <20050910224012.GL84582@dan.emsphone.com> References: <43231860.6020902@purdue.edu> <20050910174139.GA39629@falcon.midgard.homeip.net> <20050910183932.GA81928@pleiades.aeternal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050910183932.GA81928@pleiades.aeternal.net> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.10i Cc: freebsd-questions@freebsd.org Subject: Re: which mutt?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 22:40:20 -0000 In the last episode (Sep 10), martin hudec said: > On Sat, Sep 10, 2005 at 07:41:39PM +0200 or thereabouts, Erik Trulsson wrote: > > > mutt-devel > > > > This is a development version of mutt. Is newer and has more > > features than plain mail/mutt, but has possibly more bugs too. > > This one is good to use.. > > > > mutt-ng > > > > This is a branch of mutt, that tries to incorporate various patches > > that are floating around. What I wrote above about mail/mutt-devel > > applies here too, only more so. > > I have switched from mutt-devel to this baby.. it is pretty good, > and it offers few things I was missing in mutt-devel, like imap > headers caching etc. Just build mutt-devel with WITH_MUTT_IMAP_HEADER_CACHE=yes (it's been an option since 2003). Actually it'd be nice if those were converted to OPTIONS so people knew about them. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 23:14:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BF716A420 for ; Sat, 10 Sep 2005 23:14:52 +0000 (GMT) (envelope-from corwin@pleiades.aeternal.net) Received: from amber.aeternal.net (amber.in.markiza.sk [62.168.76.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1038743D46 for ; Sat, 10 Sep 2005 23:14:50 +0000 (GMT) (envelope-from corwin@pleiades.aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id 7A072B884 for ; Sun, 11 Sep 2005 01:15:13 +0200 (CEST) Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60490-07 for ; Sun, 11 Sep 2005 01:15:12 +0200 (CEST) Received: from pleiades.aeternal.net (pleiades.aeternal.net [192.168.0.44]) by amber.aeternal.net (Postfix) with ESMTP id 59D90B887 for ; Sun, 11 Sep 2005 01:15:12 +0200 (CEST) Received: by pleiades.aeternal.net (Postfix, from userid 1001) id 3EDEF1141E; Sun, 11 Sep 2005 01:14:49 +0200 (CEST) Date: Sun, 11 Sep 2005 01:14:48 +0200 From: martin hudec To: freebsd-questions@freebsd.org Message-ID: <20050910231448.GA69713@pleiades.aeternal.net> References: <43231860.6020902@purdue.edu> <20050910174139.GA39629@falcon.midgard.homeip.net> <20050910183932.GA81928@pleiades.aeternal.net> <20050910224012.GL84582@dan.emsphone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <20050910224012.GL84582@dan.emsphone.com> X-Copyright: (C) 2005 Martin Hudec X-Operating-System: FreeBSD pleiades.aeternal.net 7.0-CURRENT i386 X-PGP-Key: http://www.aeternal.net/corwin_aeternal.asc User-Agent: mutt-ng/devel-r445 (FreeBSD) X-Virus-Scanned: by amavisd-new at aeternal.net Subject: Re: which mutt?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: martin hudec List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 23:14:52 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, On Sat, Sep 10, 2005 at 05:40:12PM -0500 or thereabouts, Dan Nelson wrote: > Just build mutt-devel with WITH_MUTT_IMAP_HEADER_CACHE=3Dyes (it's been > an option since 2003). Actually it'd be nice if those were converted > to OPTIONS so people knew about them. frankly from what I have understood the situation, mutt-ng is being developed or used by people, who think that implementation of various patches into mutt-devel is too slow for them. I do think that all changes in mutt-ng will be sooner or later also implemented into mutt-devel. So it is not importnat which mutt one is using.. -devel or -ng :). good night, --=20 martin hudec * 421 907 303 393 * corwin@aeternal.net * http://www.aeternal.net "Nothing travels faster than the speed of light with the possible=20 exception of bad news, which obeys its own special laws." Douglas Adams, "The Hitchhiker's Guide to the Galaxy" --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDI2joZYEZIv+rgggRAnPhAJ9bppf7U6ZnAByE2gDjXqkgUbuBhwCdEMzf SeXlSmNyzqeSdO0na6Bhy9U= =x+ao -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 23:45:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 859A716A41F for ; Sat, 10 Sep 2005 23:45:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84E043D45 for ; Sat, 10 Sep 2005 23:45:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a194.otenet.gr [212.205.215.194]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8ANjMXQ011047; Sun, 11 Sep 2005 02:45:23 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j8ANjLkT042626; Sun, 11 Sep 2005 02:45:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j8ANjL9p042625; Sun, 11 Sep 2005 02:45:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 11 Sep 2005 02:45:21 +0300 From: Giorgos Keramidas To: "Haulmark, Chris" , Sean Message-ID: <20050910234521.GC65406@gothmog.gr> References: <6FC9F9894A9F8C49A722CF9F2132FC2205447331@ms05.mailstreet2003.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC2205447331@ms05.mailstreet2003.net> Cc: freebsd-questions@freebsd.org Subject: Re: i386/amd64 co-exist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 23:45:33 -0000 On 2005-09-10 17:29, "Haulmark, Chris" wrote: >Someone broke the silence: >> I would like to be able to setup a system so that on power up I can >> choose weather to boot into either i386 or amd64. >> Is this possible or would I some how have to install the two >> releases on their own? > Ask yourself this question. > > I would like to be able to set up a vehicle that I can choose wheather > to use v4 motor or v8 motor. That's so when I toss a car key to this > kid, he will only use the vehicle with V4 motor enabled. When I take > this same car key, I want to use a vehicle with a V8. Can both V4 and > V8 co-exist in a single vehicle? Flawed analogy, if you ask me. Sure you can do what the original poster asked. Solaris 10 does this already in their Core OS distribution, and with a bit of effort you can probably share the same i386 /, /var and /usr filesystem between 2 kernels running from different /boot subdirectories, but you will only be able to use i386 binaries this way (since the amd64 cpus can run i386 binaries too). Booting with two different root partitions and a common /home is ok too, but configuration changes in (say) /etc and other places will have to be synced manually between the two.