From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 00:34:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 723BE16A417 for ; Sun, 13 Jan 2008 00:34:37 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 49EC713C46E for ; Sun, 13 Jan 2008 00:34:36 +0000 (UTC) (envelope-from dan@rucci.org) Received: from izer.warganizer.com (ool-182dc652.dyn.optonline.net [24.45.198.82]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUK000TR49NBC60@mta4.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sat, 12 Jan 2008 19:34:36 -0500 (EST) Date: Sat, 12 Jan 2008 19:34:35 -0500 From: Daniel Rucci In-reply-to: <47894E87.2020300@chrismaness.com> To: Chris Maness Message-id: <47895C9B.1040002@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.6 References: <47894E87.2020300@chrismaness.com> User-Agent: Thunderbird 2.0.0.9 (X11/20080112) Cc: freebsd-questions@freebsd.org Subject: Re: index.php not automatically displaying X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 00:34:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Maness wrote: | I have two web servers -- one old, and another I have just set up. I have tried to set up the new http.conf the same for php files, but the new one does not automatically parse index.php like index.html. This works on the old server, but not the new. I have AddType application/x-httpd-php .php and ~ DirectoryIndex index.html index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHiVya35WRARjlw0YRAm2HAJ44kEEO3oSg31AP6iLZY57UHJYJXwCdE1nN kSohV1xCrGQdW/yJALS+7TI= =pEo7 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 01:27:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBF4F16A418 for ; Sun, 13 Jan 2008 01:27:30 +0000 (UTC) (envelope-from hamilton@pobox.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id 8741813C457 for ; Sun, 13 Jan 2008 01:27:30 +0000 (UTC) (envelope-from hamilton@pobox.com) Received: from woodstock.nethamilton.net ([72.135.240.24]) by hrndva-omta01.mail.rr.com with ESMTP id <20080113012729.PNUI11942.hrndva-omta01.mail.rr.com@woodstock.nethamilton.net>; Sun, 13 Jan 2008 01:27:29 +0000 Received: by woodstock.nethamilton.net (Postfix, from userid 500) id 43D9525C5554; Sat, 12 Jan 2008 19:27:29 -0600 (CST) Date: Sat, 12 Jan 2008 19:27:29 -0600 From: Jon Hamilton To: Jeffrey Goldberg Message-ID: <20080113012729.GI1965@woodstock.nethamilton.net> References: <47879080.6040208@gmail.com> <53AFE19A-173F-43AC-BF68-972FFD12029E@goldmark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53AFE19A-173F-43AC-BF68-972FFD12029E@goldmark.org> Cc: Andy Greenwood , User questions Subject: Re: syslogd not reading messages from a remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 01:27:30 -0000 Jeffrey Goldberg , said on Sat Jan 12, 2008 [03:50:45 PM]: } On Jan 11, 2008, at 9:51 AM, Andy Greenwood wrote: } } >I have recently set up a Fortigate-60 to run as a firewall/vpn on my } >home network. I have a FreeBSD 7.0-prerelease machine sitting behind } >it in the DMZ which is running ssh/web/etc. I'm trying to get the FG } >to log to the BSD box's syslog. I have set up the necessary stuff on } >the FG, and can send test logs from there to the bsd box. Running } >tcpdump on the bsd [...] } } >So I know that the packets are getting to the machine. I've set up } >syslogd to accept packets from 10.10.10.1/32 in rc.conf, and } >confirmed that the FG's IP should be accepted [...] } } } >I've restarted syslogd after every change I've made, but no dice. } >Can anyone shed some light on why these messages aren't logging and } >what I need to do to fix it? I didn't see the original thread, but I recently went through this myself. It turns out that syslogd assumes/requires by default that the originating packets come *from* port 514 as well as arriving *on* port 514. In my case, the remote device was sending from a high numbered port. To disable that behavior, just put -a 10.10.10.1/32:* in your syslogd_flags and you should be good to go (if your problem was the same as mine :) -- Jon Hamilton hamilton@pobox.com From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 02:11:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3E3616A418 for ; Sun, 13 Jan 2008 02:11:04 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id 62BF013C448 for ; Sun, 13 Jan 2008 02:11:04 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-02.forthnet.gr (8.14.0/8.14.0) with ESMTP id m0D2Axmj016376; Sun, 13 Jan 2008 04:10:59 +0200 Received: from MX-IN-01.forthnet.gr (mx-in-01.forthnet.gr [193.92.150.23]) by mx-av-03.forthnet.gr (8.14.1/8.14.1) with ESMTP id m0D2Ax9E014547; Sun, 13 Jan 2008 04:10:59 +0200 Received: from kobe.laptop (ppp43-253.adsl.forthnet.gr [62.1.60.253]) by MX-IN-01.forthnet.gr (8.14.2/8.14.2) with ESMTP id m0D2Av0a016403; Sun, 13 Jan 2008 04:10:57 +0200 Authentication-Results: MX-IN-01.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-01.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m0D2Auer001827; Sun, 13 Jan 2008 04:10:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m0D2AuAJ001826; Sun, 13 Jan 2008 04:10:56 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 13 Jan 2008 04:10:55 +0200 From: Giorgos Keramidas To: Jeffrey Goldberg Message-ID: <20080113021055.GA1667@kobe.laptop> References: <47879080.6040208@gmail.com> <53AFE19A-173F-43AC-BF68-972FFD12029E@goldmark.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53AFE19A-173F-43AC-BF68-972FFD12029E@goldmark.org> Cc: Andy Greenwood , freebsd-questions@freebsd.org Subject: Re: syslogd not reading messages from a remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 02:11:05 -0000 On 2008-01-12 15:50, Jeffrey Goldberg wrote: > On Jan 11, 2008, at 9:51 AM, Andy Greenwood wrote: >> I have recently set up a Fortigate-60 to run as a firewall/vpn on my >> home network. I have a FreeBSD 7.0-prerelease machine sitting behind >> it in the DMZ which is running ssh/web/etc. I'm trying to get the FG >> to log to the BSD box's syslog. I have set up the necessary stuff on >> the FG, and can send test logs from there to the bsd box. Running >> tcpdump on the bsd [...] >> >> So I know that the packets are getting to the machine. I've set up >> syslogd to accept packets from 10.10.10.1/32 in rc.conf, and >> confirmed that the FG's IP should be accepted [...] >> >> I've restarted syslogd after every change I've made, but no dice. Can >> anyone shed some light on why these messages aren't logging and what >> I need to do to fix it? > > I'm sure that there is a simple answer for getting syslogd to work > properly. But after similar experiences to yours (on other systems), I now > use syslog-ng (in ports) for any system that is going to be a remote syslog > server. To the original poster, since I missed the message which started the thread... Andy, the default mode of syslogd in FreeBSD is `secure mode', because the -s option is enabled in `/etc/defaults/rc.conf': % root@kobe:/root# grep '^syslogd_' /etc/defaults/rc.conf % syslogd_enable="YES" # Run syslog daemon (or NO). % syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want a different one. % syslogd_flags="-s" # Flags to syslogd (if enabled). % root@kobe:/root# The -s flag in the default options means that syslogd will *not* log messages from remote hosts. Quoting the syslogd manpage: -s Operate in secure mode. Do not log messages from remote machines. If specified twice, no network socket will be opened at all, which also disables logging to remote machines. I'm using the following in `/etc/rc.conf': % root@kobe:/root# grep '^syslogd_' /etc/rc.conf % syslogd_enable="YES" % syslogd_flags="" % root@kobe:/root# and the syslogd on the system where this message is typed properly logs messages from my DSL modem: % root@kobe:/root# fgrep ' fire ' /var/log/messages | head -1 % Jan 12 22:04:26 fire kernel: Intrusion -> IN=ppp_8_35_1 OUT= MAC= \ % SRC=62.1.173.240 DST=62.1.60.253 LEN=48 TOS=0x00 PREC=0x00 \ % TTL=126 ID=39175 DF PROTO=TCP SPT=2213 DPT=445 WINDOW=16384 \ % RES=0x00 SYN URGP=0 % root@kobe:/root# NOTE: If you are also using a firewall, you will have to make sure that incoming UDP messages for the `syslog' service are allowed. This is the `pf.conf' snippet from my home network setup: pass in proto udp from 192.169.1.0/24 to any port = syslog HTH, Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 02:13:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6347A16A418 for ; Sun, 13 Jan 2008 02:13:30 +0000 (UTC) (envelope-from nsayer@kfu.com) Received: from quack.kfu.com (unknown [IPv6:2002:478d:4001::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1C55213C442 for ; Sun, 13 Jan 2008 02:13:29 +0000 (UTC) (envelope-from nsayer@kfu.com) Received: from bacchus.kfu.com (bacchus.kfu.com [IPv6:2002:478d:4001:1:216:cbff:fea9:7b6f]) (authenticated bits=0) by quack.kfu.com (8.14.2/8.14.2) with ESMTP id m0D2DQXu076225 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 12 Jan 2008 18:13:29 -0800 (PST) (envelope-from nsayer@kfu.com) Message-Id: <86B81ED1-B584-490B-9F06-2BF983601BB8@kfu.com> From: Nick Sayer To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Sat, 12 Jan 2008 18:13:26 -0800 X-Mailer: Apple Mail (2.915) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (quack.kfu.com [IPv6:2002:478d:4001:0:207:e9ff:fe39:59ce]); Sat, 12 Jan 2008 18:13:29 -0800 (PST) X-Filter-Version: 1.15 (quack.kfu.com) Subject: GPT 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: Sun, 13 Jan 2008 02:13:30 -0000 I've got a 7.0-RC1 system and am setting up a 1TB USB drive on it. I'd like to set the drive up with a GUID partition table. I've used the GPT utility to create the GPT label and the partition, but though GPT says that there's now a da0p1 partition, I don't see a /dev node for it. I'd assume that I'd need to load a GEOM module for GPT.... but I don't see one. It hardly seems possible that GPT support isn't there... What do I have to do? From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 02:32:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C03516A419 for ; Sun, 13 Jan 2008 02:32:08 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.kq6up.org (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by mx1.freebsd.org (Postfix) with ESMTP id 47EDA13C442 for ; Sun, 13 Jan 2008 02:32:07 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [192.168.1.2] ([192.168.1.2]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id m0D2W69K027952; Sat, 12 Jan 2008 18:32:07 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <47897821.2020707@chrismaness.com> Date: Sat, 12 Jan 2008 18:32:01 -0800 From: Chris Maness User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Daniel Rucci References: <47894E87.2020300@chrismaness.com> <47895C9B.1040002@rucci.org> In-Reply-To: <47895C9B.1040002@rucci.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: index.php not automatically displaying X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 02:32:08 -0000 Daniel Rucci wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Chris Maness wrote: > | I have two web servers -- one old, and another I have just set up. > I have tried to set up the new http.conf the same for php files, but > the new one does not automatically parse index.php like index.html. > This works on the old server, but not the new. > I have > AddType application/x-httpd-php .php > > and > > > ~ DirectoryIndex index.html index.php > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHiVya35WRARjlw0YRAm2HAJ44kEEO3oSg31AP6iLZY57UHJYJXwCdE1nN > kSohV1xCrGQdW/yJALS+7TI= > =pEo7 > -----END PGP SIGNATURE----- > I added this to my httpd.conf, but it still does not automatically parse. I have to click on index.php Thanks -- Chris Maness (909) 223-9179 http://www.chrismaness.com From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 02:52:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A41916A419 for ; Sun, 13 Jan 2008 02:52:45 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id 0E47613C45D for ; Sun, 13 Jan 2008 02:52:44 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: by mail.digitalfreaks.org (Postfix, from userid 1022) id EC053172A5; Sat, 12 Jan 2008 21:52:43 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id EAC4A171F0; Sat, 12 Jan 2008 21:52:43 -0500 (EST) Date: Sat, 12 Jan 2008 21:52:43 -0500 (EST) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: Dennis Glatting In-Reply-To: <1200013948.42497.0.camel@btw.pki2.com> Message-ID: <20080112214949.I66279@arbitor.digitalfreaks.org> References: <200712270548.lBR5m0HT004974@banyan.cs.ait.ac.th> <20080109112208.G66279@arbitor.digitalfreaks.org> <1199901272.85209.71.camel@btw.pki2.com> <20080110142459.R66279@arbitor.digitalfreaks.org> <1200013948.42497.0.camel@btw.pki2.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Olivier Nicole , freebsd-questions@freebsd.org Subject: Re: dell Power Edge 2950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 02:52:45 -0000 > > No idea. The systems are remote to me, so I can't check. > BTW it's called "patrol read". I was just having a particularly cynical day. The PR confirms that manually initiating one with megacli causes a hard lock. It could be a linux32 compat issue sending the command or it could be the driver interacting with the feature ... either way, I blame Dell. I guess I'm still bitter. ~BAS From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 03:14:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D54716A419 for ; Sun, 13 Jan 2008 03:14:29 +0000 (UTC) (envelope-from rfalang.bob@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 5A8C813C45D for ; Sun, 13 Jan 2008 03:14:28 +0000 (UTC) (envelope-from rfalang.bob@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1868226fgg.35 for ; Sat, 12 Jan 2008 19:14:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=map+IIYkucupYQT5CiiNOptPHizieziLz6dzkLEc93w=; b=a5Gd8v9e0lbR1G+l14NtMJGFtdDS1K9jjNUY/WqLH8+/pzseqfWSoJuGUfrcHOcvEmA1rIu6jROw2vp1YwzwTkhPECq0LvhXsLLXeG5FmrSwMxWnOOdGQo1jLjSwyQWrNpvdgNoP7bEzKIdkPxdrSd0aN4f6bAogxmie5AEtMsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tYHk3QgmxktD9bLLvQ/My8f3Kwb2WX78umU973wTtRfjC13OjoBrV9Ls3KJarDqP0zVw0pwi3G5+oC81IYPr+IyvcRDuHeuZ6LZcYqgIoNteAWj2LA7vcKABV/IaeuV8UqeSoT5R2c5nHtKe42vE4Lg5lfxAZZ9mzfaDVkmgsIE= Received: by 10.86.1.1 with SMTP id 1mr4730632fga.2.1200194066955; Sat, 12 Jan 2008 19:14:26 -0800 (PST) Received: by 10.86.59.15 with HTTP; Sat, 12 Jan 2008 19:14:26 -0800 (PST) Message-ID: <58d1e8d30801121914l3779e8f8qb2b3ced5d7e55faa@mail.gmail.com> Date: Sat, 12 Jan 2008 22:14:26 -0500 From: "Bob Falanga" To: "Manolis Kiagias" In-Reply-To: <4786F95F.4050201@otenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <58d1e8d30801101905i2b9ab707w56baf9c8942d2b05@mail.gmail.com> <4786F95F.4050201@otenet.gr> Cc: freebsd-questions@freebsd.org Subject: Re: configure printers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 03:14:29 -0000 I am sorry but I don't know what you are talking about, what/where is DesktopBSD Package Manager? I don't know what it is or where to find it. HELP Thank you, Bob Falanga On 1/11/08, Manolis Kiagias wrote: > Bob Falanga wrote: > > I would like to configure a HP laserjet 1018 USB on freebsd. So far I have > > had no luck. During the boot cycle I can see the Laserjet 1018 listed as a > > peripheral (ulpt0 HP LaserJet 1018 address 3 rev 9.00/1.00 iclass 7/1 > using > > bi directional niods). when I go to settings in the pop-down menu then to > > printers, change to administrator, freebsd doesn't show any printers > > connected to the computer. > > > > HELP > > > > thank you, > > Bob > > _______________________________________________ > > > > > I happen to have a Laserjet 1015 that works perfectly. I believe they > are quite similar. > I suggest you use CUPS to operate this. A quick guide specific to > FreeBSD can be found in DesktopBSD's site here: > > http://desktopbsd.net/wiki/doku.php?id=doc:printing > > Install all the ports mentioned (you may have some already installed > and others will be pulled as dependencies) and then follow the rest of > the instructions for setting device permissions and so on. You will have > the printer running in no time. > > Manolis > From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 03:41:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5516B16A417 for ; Sun, 13 Jan 2008 03:41:47 +0000 (UTC) (envelope-from nsayer@kfu.com) Received: from quack.kfu.com (unknown [IPv6:2002:478d:4001::1]) by mx1.freebsd.org (Postfix) with ESMTP id 192DC13C458 for ; Sun, 13 Jan 2008 03:41:47 +0000 (UTC) (envelope-from nsayer@kfu.com) Received: from bacchus.kfu.com (bacchus.kfu.com [IPv6:2002:478d:4001:1:216:cbff:fea9:7b6f]) (authenticated bits=0) by quack.kfu.com (8.14.2/8.14.2) with ESMTP id m0D3fhdM002414 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 12 Jan 2008 19:41:46 -0800 (PST) (envelope-from nsayer@kfu.com) Message-Id: From: Nick Sayer To: freebsd-questions@freebsd.org In-Reply-To: <86B81ED1-B584-490B-9F06-2BF983601BB8@kfu.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Sat, 12 Jan 2008 19:41:43 -0800 References: <86B81ED1-B584-490B-9F06-2BF983601BB8@kfu.com> X-Mailer: Apple Mail (2.915) X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (quack.kfu.com [IPv6:2002:478d:4001:1:207:e9ff:fe39:59cf]); Sat, 12 Jan 2008 19:41:46 -0800 (PST) X-Filter-Version: 1.15 (quack.kfu.com) Subject: Re: GPT 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: Sun, 13 Jan 2008 03:41:47 -0000 Never mind. I figured it out. option GEOM_GPT got renamed to GEOM_PART_GPT in 7.0. With a new, corrected kernel, it's working. :) On Jan 12, 2008, at 6:13 PM, Nick Sayer wrote: > I've got a 7.0-RC1 system and am setting up a 1TB USB drive on it. > I'd like to set the drive up with a GUID partition table. I've used > the GPT utility to create the GPT label and the partition, but > though GPT says that there's now a da0p1 partition, I don't see a / > dev node for it. > > I'd assume that I'd need to load a GEOM module for GPT.... but I > don't see one. It hardly seems possible that GPT support isn't > there... What do I have to do? > From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 03:54:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3566916A417; Sun, 13 Jan 2008 03:54:12 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id 1ECED13C455; Sun, 13 Jan 2008 03:54:12 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 137-42-178-69.gci.net (137-42-178-69.gci.net [69.178.42.137]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id 5EDA22383675; Sun, 13 Jan 2008 03:54:11 +0000 (UTC) From: Beech Rintoul To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.7 References: <200801120640.02582.rpj911@cinci.rr.com> In-Reply-To: <200801120640.02582.rpj911@cinci.rr.com> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?iso-8859-1?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?iso-8859-1?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 12 Jan 2008 18:54:03 -0900 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200801121854.07024.beech@freebsd.org> Cc: rpj911 , Beech Rintoul Subject: Re: Request for a package or port... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 03:54:12 -0000 On Friday 11 January 2008, rpj911 said: > Hello, > > I've been using Linux for a few years and just switched to > DesktopBSD, very nice. If it's not too much trouble, could you guys > port or create a package for the Mnemosyne Project. It's a > flashcard program... > > Thanks. > > Bob > Cincinnati, Ohio Done, update your ports tree and it's at /usr/ports/games/py-mnemosyne. Enjoy, Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 04:29:59 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 811CF16A417 for ; Sun, 13 Jan 2008 04:29:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp-gs.math.arizona.edu (math051.cs.arizona.edu [150.135.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id 7B91913C447 for ; Sun, 13 Jan 2008 04:29:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp-gs.math.arizona.edu with local-bsmtp (Exim 4.63) (envelope-from ) id 1JDuTm-0004ye-Ji for questions@freebsd.org; Sat, 12 Jan 2008 21:29:51 -0700 Received: from 71-220-164-236.tcsn.qwest.net ([71.220.164.236] helo=oko.bagdala.net) by smtp-gs.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JDuTm-0004yW-Cy for questions@freebsd.org; Sat, 12 Jan 2008 21:29:50 -0700 Message-ID: <47893259.7080108@math.arizona.edu> Date: Sat, 12 Jan 2008 14:34:17 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070818) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting oko.bagdala.net is invalid X-Outgoing-Spam-Score: -0.3 (/) Cc: Subject: ps2pdf 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, 13 Jan 2008 04:29:59 -0000 Dear All, I was wondering if you could give me little help with Ghostscript. I am using powerdot package to create presentation slides. For those unfamiliar with the package one needs to go through .tex --> .dvi --> .ps --> .pdf for graphics to display properly (pdflatex is not an option nor it is dvipdfm) Latex (actually TeXLive) and dvips do their job properly and I am getting beautiful landscape slides (.ps). However, when I pass the .ps file through the ghostcript with ps2pdf slides gets trimmed. Is there some more advanced option for ps2pdfwr which will enable me to conserve the proper width of slides? Giving the presentation in .ps format is not an option since interactive links on slides are active only if the slides are in .pdf format. GSview (Ghostscript) for Windows has capability to act as ps2pdf filter and does the job correctly but I am stamped by the fact that GV nor gs nor ghostview have similar capabilities. I read carefully man pages for ps2pdf and ps2pdfwr but I am not getting anywhere. I am sure that I am not the only one who is using LaTeX for presentations (with the landscape layout). What are other people experiences with the slides and the Ghostscript. Best, Predrag P. S. I am aware of Beamer, Prosper, and ppower4. None of these classes comes even close to the perfect layout, capability, and simplicity of the Powerdot class so I really want to resolve the problem. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 05:10:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 831CD16A419 for ; Sun, 13 Jan 2008 05:10:06 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7568413C43E for ; Sun, 13 Jan 2008 05:10:06 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id A9B805099E for ; Sun, 13 Jan 2008 05:10:03 +0000 (GMT) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jnrxmzIPuDx6 for ; Sun, 13 Jan 2008 05:10:02 +0000 (GMT) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 098D050992; Sun, 13 Jan 2008 05:10:01 +0000 (GMT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20080113051002.098D050992@nyi.unixathome.org> Date: Sun, 13 Jan 2008 05:10:01 +0000 (GMT) Subject: The FreeBSD Diary: 2007-12-23 - 2008-01-12 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 05:10:06 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 06:11:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DEA616A502 for ; Sun, 13 Jan 2008 06:11:08 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.kq6up.org (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6A75713C448 for ; Sun, 13 Jan 2008 06:11:08 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [192.168.1.2] ([192.168.1.2]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id m0D6Axee028726; Sat, 12 Jan 2008 22:11:00 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <4789AB6E.5050408@chrismaness.com> Date: Sat, 12 Jan 2008 22:10:54 -0800 From: Chris Maness User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Erik Cederstrand , freebsd-questions@freebsd.org References: <47894E87.2020300@chrismaness.com> <47899AFD.80800@cederstrand.dk> In-Reply-To: <47899AFD.80800@cederstrand.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: index.php not automatically displaying X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 06:11:08 -0000 Erik Cederstrand wrote: > Chris Maness wrote: >> I have two web servers -- one old, and another I have just set up. I >> have tried to set up the new http.conf the same for php files, but >> the new one does not automatically parse index.php like index.html. >> This works on the old server, but not the new. >> >> Here are what I think the relevant lines in http.conf: >> >> # >> # DirectoryIndex: Name of the file or files to use as a pre-written HTML >> # directory index. Separate multiple entries with spaces. >> # >> >> >> >> DirectoryIndex index.php index.php3 index.html >> >> >> DirectoryIndex index.php3 index.html >> >> >> >> >> DirectoryIndex index.php index.html >> >> >> DirectoryIndex index.html >> >> >> >> >> DirectoryIndex index.php index.html >> >> >> DirectoryIndex index.html >> >> >> >> # >> >> AddType application/x-httpd-php .php >> AddType application/x-httpd-php-source .phps >> > > Your email is void of any verison numbers, but are you using mod_php5? > If so, the way I read that Apache config is: > > -> True > -> True > DirectoryIndex index.html > > (and no other paths followed) > > which would explain your situation. > > Erik I am using mod_php5. What is the correct configuration. Chris -- Chris Maness (909) 223-9179 http://www.chrismaness.com From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 06:18:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5287A16A420 for ; Sun, 13 Jan 2008 06:18:02 +0000 (UTC) (envelope-from prvs=johnl=0891ec7ce6@iecc.com) Received: from gal.iecc.com (gal.iecc.com [208.31.42.53]) by mx1.freebsd.org (Postfix) with ESMTP id E0F8613C448 for ; Sun, 13 Jan 2008 06:18:01 +0000 (UTC) (envelope-from prvs=johnl=0891ec7ce6@iecc.com) Received: (qmail 39784 invoked from network); 13 Jan 2008 05:51:20 -0000 Received: from simone.iecc.com (208.31.42.47) by mail1.iecc.com with QMQP; 13 Jan 2008 05:51:20 -0000 Date: 13 Jan 2008 05:51:28 -0000 Message-ID: <20080113055128.23509.qmail@simone.iecc.com> From: John Levine To: freebsd-questions@freebsd.org In-Reply-To: <47893259.7080108@math.arizona.edu> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Cc: punosevac@math.arizona.edu Subject: Re: ps2pdf 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, 13 Jan 2008 06:18:02 -0000 >However, when I pass the .ps file through the ghostcript with ps2pdf >slides gets trimmed. > >Is there some more advanced option for ps2pdfwr which will enable >me to conserve the proper width of slides? It sounds like your pages are formatted as landscape and are being translated as portrait. See http://ghostscript.com/doc/current/Ps2pdf.htm There are also options for larger page size which might be what you want. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 06:56:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E55916A41B for ; Sun, 13 Jan 2008 06:56:00 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.kq6up.org (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by mx1.freebsd.org (Postfix) with ESMTP id 62DF513C459 for ; Sun, 13 Jan 2008 06:56:00 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [192.168.1.2] ([192.168.1.2]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id m0D6tu8l028894; Sat, 12 Jan 2008 22:55:58 -0800 (PST) (envelope-from chris@chrismaness.com) Message-ID: <4789B5F7.7000302@chrismaness.com> Date: Sat, 12 Jan 2008 22:55:51 -0800 From: Chris Maness User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Erik Cederstrand References: <47894E87.2020300@chrismaness.com> <47899AFD.80800@cederstrand.dk> <4789AB6E.5050408@chrismaness.com> <4789B4BA.9060507@cederstrand.dk> In-Reply-To: <4789B4BA.9060507@cederstrand.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: index.php not automatically displaying X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 06:56:00 -0000 Erik Cederstrand wrote: > Chris Maness wrote: >> Erik Cederstrand wrote: >>> Chris Maness wrote: >>>> I have two web servers -- one old, and another I have just set up. >>>> I have tried to set up the new http.conf the same for php files, >>>> but the new one does not automatically parse index.php like >>>> index.html. This works on the old server, but not the new. >>>> >>>> Here are what I think the relevant lines in http.conf: >>>> >>>> # >>>> # DirectoryIndex: Name of the file or files to use as a pre-written >>>> HTML >>>> # directory index. Separate multiple entries with spaces. >>>> # >>>> >>>> >>>> >>>> DirectoryIndex index.php index.php3 index.html >>>> >>>> >>>> DirectoryIndex index.php3 index.html >>>> >>>> >>>> >>>> >>>> DirectoryIndex index.php index.html >>>> >>>> >>>> DirectoryIndex index.html >>>> >>>> >>>> >>>> >>>> DirectoryIndex index.php index.html >>>> >>>> >>>> DirectoryIndex index.html >>>> >>>> >>>> >>>> # >>>> >>>> AddType application/x-httpd-php .php >>>> AddType application/x-httpd-php-source .phps >>>> >>> >>> Your email is void of any verison numbers, but are you using >>> mod_php5? If so, the way I read that Apache config is: >>> >>> -> True >>> -> True >>> DirectoryIndex index.html >>> >>> (and no other paths followed) >>> >>> which would explain your situation. >>> >> I am using mod_php5. What is the correct configuration. > > I just have > > > DirectoryIndex index.html index.php > > > in mine. If you really want the extra IfModule checks, try > > > > DirectoryIndex index.html index.php > > > DirectoryIndex index.html > > > > Both php3 and php4 have reached EOL, so keep them out of the config > file unless you're actually using them. > > Erik It works, but I still have to click on index.php for it to come up. Even after refreshing the page. Chris -- Chris Maness (909) 223-9179 http://www.chrismaness.com From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 07:06:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABABD16A417 for ; Sun, 13 Jan 2008 07:06:57 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8F313C442 for ; Sun, 13 Jan 2008 07:06:57 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id m0D76c5g016111; Sat, 12 Jan 2008 23:06:39 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Tommy Scheunemann" , Date: Sat, 12 Jan 2008 23:07:44 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 In-Reply-To: <20080111130111.q4ujmd20gs80c8oc@theseus.arrishq.net> Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sat, 12 Jan 2008 23:06:39 -0800 (PST) Cc: Subject: RE: FreeBSD 6.2 complete freeze X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 07:06:57 -0000 Your hardware is bad. I've seen this sort of thing dozens of times before. Likely it's bad ram, but it could be something else. Of course, I don't expect you to believe me. Load Windows on it and run some stuff on it and I'll bet it will freeze too. The very first step you need to do on troubleshooting this kind of thing is to build a second system - make sure it's not from the same vendor, not the same motherboard, not the same CPU, etc. - and build the software on it exactly like the first. Then swap it out and see if the freezing starts on the new system. I would bet that it will not. Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Tommy > Scheunemann > Sent: Friday, January 11, 2008 5:01 AM > To: freebsd-questions@freebsd.org > Subject: FreeBSD 6.2 complete freeze > > > Hello everyone, > > I'm running a server with FreeBSD 6.2 installed. Since some time the > machine freezes completely, following the replies by the hoster even > the keyboard won't react so a hard reset is required. There're no > error messages like a Kernel Panic on the screen, just a freeze. > Once the machine is up again, there's also nothing in the logs which > points to a failure. > A dmesg dump: > > Copyright (c) 1992-2007 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 6.2-RELEASE-p9 #3: Fri Jan 11 13:35:14 CET 2008 > root@www.angelwings.ws:/usr/obj/usr/src/sys/ANGELWINGS > ACPI APIC Table: > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2813.53-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 > > Features=0xbfebfbff RR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HT > T,TM,PBE> > Features2=0x4400> > real memory = 1072627712 (1022 MB) > avail memory = 1040654336 (992 MB) > Security auditing service present > BSM auditing present > ioapic0 irqs 0-23 on motherboard > kbd1 at kbdmux0 > acpi0: on motherboard > acpi0: Power Button (fixed) > cpu0: on acpi0 > acpi_throttle0: on cpu0 > acpi_button0: on acpi0 > acpi_button1: on acpi0 > pcib0: port 0xcf8-0xcff,0x4000-0x40bf on acpi0 > pci0: on pcib0 > agp0: mem > 0xe0000000-0xe7ffffff,0xe8100000-0xe817ffff irq 16 at device 2.0 on pci0 > agp0: detected 892k stolen memory > agp0: aperture size is 128M > uhci0: port 0xd800-0xd81f > irq 16 at device 29.0 on pci0 > uhci0: [GIANT-LOCKED] > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xd000-0xd01f > irq 19 at device 29.1 on pci0 > uhci1: [GIANT-LOCKED] > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > uhci2: port 0xd400-0xd41f > irq 18 at device 29.2 on pci0 > uhci2: [GIANT-LOCKED] > usb2: on uhci2 > usb2: USB revision 1.0 > uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub2: 2 ports with 2 removable, self powered > ehci0: mem > 0xe8180000-0xe81803ff irq 23 at device 29.7 on pci0 > ehci0: [GIANT-LOCKED] > usb3: EHCI version 1.0 > usb3: companion controllers, 2 ports each: usb0 usb1 usb2 > usb3: on ehci0 > usb3: USB revision 2.0 > uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub3: 6 ports with 6 removable, self powered > pcib1: at device 30.0 on pci0 > pci1: on pcib1 > rl0: port 0xc000-0xc0ff mem > 0xe8000000-0xe80000ff irq 21 at device 5.0 on pci1 > miibus0: on rl0 > rlphy0: on miibus0 > rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > rl0: Ethernet address: 00:0d:61:18:38:3e > isab0: at device 31.0 on pci0 > isa0: on isab0 > atapci0: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 31.1 on pci0 > ata0: on atapci0 > ata1: on atapci0 > pci0: at device 31.3 (no driver attached) > fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq > 2 on acpi0 > fdc0: [FAST] > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags > 0x10 on acpi0 > sio0: type 16550A > ppc0: port 0x378-0x37f irq 7 on acpi0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > ppbus0: on ppc0 > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > atkbdc0: port 0x60,0x64 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > 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 > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > Timecounter "TSC" frequency 2813534500 Hz quality 800 > Timecounters tick every 1.000 msec > ad0: 152627MB at ata0-master UDMA100 > Trying to mount root from ufs:/dev/ad0s1a > rl0: link state changed to UP > arplookup xxx.xxx.xxx.xxx failed: host is not on local network > > The arplookup problem was fixed by setting a static route via: > > route add -host xxx.xxx.xxx.xxx -interface rl0 > > and adding an entry in the ARP table. > > vmstat -i > > interrupt total rate > irq6: fdc0 3 0 > irq14: ata0 4391 4 > irq21: rl0 21161 23 > cpu0: timer 1823817 1999 > Total 1849372 2027 > > The server is running Apache 2.2.x in a Chroot Environment, MySQL in a > Master <- -> Master replication Mode and PF as Firewall. > > Except the self-compiled Kernel the Base System is still the default > one from R9 updated via freebsd-update. > The difference to the GENERIC Kernel is the added PF Support and Auditing. > > Any help would be welcome > > _______________________________________________ > freebsd-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 Jan 13 07:20:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D707116A41B for ; Sun, 13 Jan 2008 07:20:50 +0000 (UTC) (envelope-from mahdieh.saeed@yahoo.com) Received: from n6.bullet.re3.yahoo.com (n6.bullet.re3.yahoo.com [68.142.237.91]) by mx1.freebsd.org (Postfix) with SMTP id A8A7513C4DB for ; Sun, 13 Jan 2008 07:20:50 +0000 (UTC) (envelope-from mahdieh.saeed@yahoo.com) Received: from [68.142.237.87] by n6.bullet.re3.yahoo.com with NNFMP; 13 Jan 2008 07:07:17 -0000 Received: from [216.252.122.216] by t3.bullet.re3.yahoo.com with NNFMP; 13 Jan 2008 07:07:17 -0000 Received: from [69.147.84.107] by t1.bullet.sp1.yahoo.com with NNFMP; 13 Jan 2008 07:07:17 -0000 Received: from [127.0.0.1] by omp202.mail.sp1.yahoo.com with NNFMP; 13 Jan 2008 07:07:17 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 13.90310.bm@omp202.mail.sp1.yahoo.com Received: (qmail 59537 invoked by uid 60001); 13 Jan 2008 07:07:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ELk/EabQ6VuszjfG4n/hWAI4fYJuFQh7gJ1G0p8Vg2uCr+Cg1DSPZbTpCKYAZlZ9NTl86DFRv7j08SKqa01zah7pYAXXoOK7yd3yiEqjdPdTddoYwSZBofIlkFa5j0nz/jN5v9oPMy7ym5SpctB0bv6RL23aw39BgpuLl+m0AlA=; X-YMail-OSG: 5iIf.DEVM1myT1jiu8a538DjRXsg55HtM4ck2sXK9CmbknujmNeCEXRxeyY60v8WyQ3LZsQihH7vjL2gY0fMNJ5Tpg-- Received: from [91.184.77.147] by web45904.mail.sp1.yahoo.com via HTTP; Sat, 12 Jan 2008 23:07:16 PST Date: Sat, 12 Jan 2008 23:07:16 -0800 (PST) From: mahdieh Saeed To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <802024.58831.qm@web45904.mail.sp1.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: recovery 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, 13 Jan 2008 07:20:50 -0000 Hi, I have a question about recovery. I removed one directory with "rm -r ".Is there any way to restore information that removed with "rm -r". Please help me, Regards, Saeed --------------------------------- Never miss a thing. Make Yahoo your homepage. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 07:26:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7398816A468 for ; Sun, 13 Jan 2008 07:26:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 74DF513C43E for ; Sun, 13 Jan 2008 07:26:17 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JUK000V4NBS12D0@mta1.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 13 Jan 2008 02:26:16 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [IPv6:::1]) by flosoft.no-ip.biz (8.14.2/8.14.2) with ESMTP id m0D7QFo6048761; Sun, 13 Jan 2008 02:26:15 -0500 Date: Sun, 13 Jan 2008 02:26:15 -0500 From: "Aryeh M. Friedman" In-reply-to: <802024.58831.qm@web45904.mail.sp1.yahoo.com> To: mahdieh Saeed Message-id: <4789BD17.2020604@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.5 References: <802024.58831.qm@web45904.mail.sp1.yahoo.com> User-Agent: Thunderbird 2.0.0.9 (X11/20080104) Cc: freebsd-questions@freebsd.org Subject: Re: recovery 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, 13 Jan 2008 07:26:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 mahdieh Saeed wrote: > Hi, I have a question about recovery. I removed one directory > with "rm -r ".Is there any way to restore information that removed > with "rm -r". > Short answer: no Long answer: If you have not written anything else to the disk since you can probally use a raw sector editor attempt to reconstruct it - -- Aryeh M. Friedman FloSoft Systems, Java Developer Tools. http://www.flosoft-systems.com Developer, not business, friendly. "Free software != Free beer" Blog: http://www.flosoft-systems.com/flosoft_systems_community/blogs/aryeh/index.php -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHib0XjRvRjGmHRgQRAlEqAJ9/2Lb3b8d7wKzntGNI6p5OKiHD1QCfUoi0 qky06PBLHjx3ZFmHBlYFxUo= =BUcU -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 07:28:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F09216A46D for ; Sun, 13 Jan 2008 07:28:05 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 4001313C507 for ; Sun, 13 Jan 2008 07:28:04 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-165978.home.otenet.gr [85.75.191.248]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m0D7S23B031649; Sun, 13 Jan 2008 09:28:02 +0200 Message-ID: <4789BD82.6010907@otenet.gr> Date: Sun, 13 Jan 2008 09:28:02 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071231) MIME-Version: 1.0 To: Bob Falanga References: <58d1e8d30801101905i2b9ab707w56baf9c8942d2b05@mail.gmail.com> <4786F95F.4050201@otenet.gr> <58d1e8d30801121914l3779e8f8qb2b3ced5d7e55faa@mail.gmail.com> In-Reply-To: <58d1e8d30801121914l3779e8f8qb2b3ced5d7e55faa@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: configure printers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 07:28:05 -0000 Bob Falanga wrote: > I am sorry but I don't know what you are talking about, what/where is > DesktopBSD Package Manager? I don't know what it is or where to find > it. HELP > > Thank you, > Bob Falanga > > On 1/11/08, Manolis Kiagias wrote: > >> Bob Falanga wrote: >> >>> I would like to configure a HP laserjet 1018 USB on freebsd. So far I have >>> had no luck. During the boot cycle I can see the Laserjet 1018 listed as a >>> peripheral (ulpt0 HP LaserJet 1018 address 3 rev 9.00/1.00 iclass 7/1 >>> >> using >> >>> bi directional niods). when I go to settings in the pop-down menu then to >>> printers, change to administrator, freebsd doesn't show any printers >>> connected to the computer. >>> >>> HELP >>> >>> thank you, >>> Bob >>> _______________________________________________ >>> >>> >>> >> I happen to have a Laserjet 1015 that works perfectly. I believe they >> are quite similar. >> I suggest you use CUPS to operate this. A quick guide specific to >> FreeBSD can be found in DesktopBSD's site here: >> >> http://desktopbsd.net/wiki/doku.php?id=doc:printing >> >> Install all the ports mentioned (you may have some already installed >> and others will be pulled as dependencies) and then follow the rest of >> the instructions for setting device permissions and so on. You will have >> the printer running in no time. >> >> Manolis >> >> > > You don't need the DesktopBSD package manager (this is specific to DesktopBSD, though it can be installed in FreeBSD) you just need to install the ports mentioned in the howto using the standard FreeBSD method, i.e: To install cups-base: # whereis cups-base cups-base: /usr/ports/print/cups-base # cd /usr/ports/print/cups-base # make install clean and so on with the rest of the ports. Some of the ports listed will already be installed, and trying to reinstall them will get you an "already installed" message. You can safely ignore it and continue with the next port. After you complete the ports installation, you should follow closely the instructions in the "Configuration" section of the howto. P.S. Make sure you have an updated ports tree before you start installing the ports. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 08:40:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF05A16A417 for ; Sun, 13 Jan 2008 08:40:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id B676613C458 for ; Sun, 13 Jan 2008 08:40:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JDyNu-0002HP-Jl for freebsd-questions@freebsd.org; Sun, 13 Jan 2008 08:40:02 +0000 Received: from 78-107-205-25.broadband.corbina.ru ([78.107.205.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jan 2008 08:40:02 +0000 Received: from swell.k by 78-107-205-25.broadband.corbina.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Jan 2008 08:40:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: swell.k@gmail.com (swell k.) Date: Sun, 13 Jan 2008 11:35:54 +0300 Lines: 6 Message-ID: <86odbq3yxh.fsf@gmail.com> References: <802024.58831.qm@web45904.mail.sp1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-107-205-25.broadband.corbina.ru User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (berkeley-unix) Cancel-Lock: sha1:a5v81POzrQYo8VKgqDENhe/UaJA= Sender: news Subject: Re: recovery 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, 13 Jan 2008 08:40:06 -0000 mahdieh Saeed writes: > I have a question about recovery. > I removed one directory with "rm -r ". > Is there any way to restore information that removed with "rm -r". You might want to look at photorec(1) in sysutils/testdisk. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 08:42:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8E3E16A469 for ; Sun, 13 Jan 2008 08:42:16 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp-gs.math.arizona.edu (math051.cs.arizona.edu [150.135.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id D8A2513C4D5 for ; Sun, 13 Jan 2008 08:42:16 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp-gs.math.arizona.edu with local-bsmtp (Exim 4.63) (envelope-from ) id 1JDyQ2-00058h-Ru for freebsd-questions@freebsd.org; Sun, 13 Jan 2008 01:42:16 -0700 Received: from 71-220-164-236.tcsn.qwest.net ([71.220.164.236] helo=oko.bagdala.net) by smtp-gs.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JDyGp-000581-5i; Sun, 13 Jan 2008 01:32:43 -0700 Message-ID: <47896B8D.9080500@math.arizona.edu> Date: Sat, 12 Jan 2008 18:38:21 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070818) MIME-Version: 1.0 To: John Levine References: <20080113055128.23509.qmail@simone.iecc.com> In-Reply-To: <20080113055128.23509.qmail@simone.iecc.com> X-ACL-Warn: The HELO/EHLO greeting oko.bagdala.net is invalid X-Outgoing-Spam-Score: -0.3 (/) 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: ps2pdf 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, 13 Jan 2008 08:42:16 -0000 John Levine wrote: >> However, when I pass the .ps file through the ghostcript with ps2pdf >> slides gets trimmed. >> >> Is there some more advanced option for ps2pdfwr which will enable >> me to conserve the proper width of slides? >> > > It sounds like your pages are formatted as landscape and are being > translated as portrait. See http://ghostscript.com/doc/current/Ps2pdf.htm > > There are also options for larger page size which might be what you want. > It is well-documented bug. http://tug.org/texlive/bugs.html But patch didn't fix problems for me:-( I will have to investigate more. Best, Predrag From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 09:33:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215D616A421 for ; Sun, 13 Jan 2008 09:33:05 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from po-out-1718.google.com (po-out-1718.google.com [72.14.252.154]) by mx1.freebsd.org (Postfix) with ESMTP id E1DFF13C4D5 for ; Sun, 13 Jan 2008 09:33:04 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by po-out-1718.google.com with SMTP id y22so464881pof.3 for ; Sun, 13 Jan 2008 01:33:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:x-face:references:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:organization:from:date:in-reply-to:message-id:user-agent:face:mime-version:content-type; bh=XKo6nJ3H0CL/gH4dibHwby/ozXIqJk0ow/yvXXI7zDc=; b=Gb6RUkNPfxduviMsXreFa2xuiWRbn//GHHvwB+WAfNmidTqw1wqzk4WutfIZyaecoUriyoKEHHEjUYMShYaCemuY/vhyEtrbR/NtJTpxVnSJ6wuA7ccD2RtI1lYg+2+x2Ig5GE9QkYF1oHwJJ1X/dlSmrOy8JjTF+DvovDCQGUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:x-face:references:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:organization:from:date:in-reply-to:message-id:user-agent:face:mime-version:content-type; b=S67JCMIaunqpuuhzuGMoDOjYtasOfFcLMcUtU6n1lgIOhjIwWTGFEQSHtA+igYDeDdn3Fw5dLgC2T3Z/f3Yf938c+ro718Yf4dLefN4kiIUvYOzVvEvEi/EUoIZPRpcTPMSsXyTmy1lDYsOB6khhgr6WyplLDs0q56+/WM7JhmE= Received: by 10.115.22.1 with SMTP id z1mr5894965wai.33.1200216784254; Sun, 13 Jan 2008 01:33:04 -0800 (PST) Received: from chateau.d.lf ( [122.162.54.180]) by mx.google.com with ESMTPS id m40sm13106512wag.0.2008.01.13.01.33.01 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Jan 2008 01:33:04 -0800 (PST) To: =?utf-8?B?4KSF4KSo4KWB4KScIEFudWogU2luZ2g=?= X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d <14989d6e0712300849k58d23055kf32ab529eda9b52@mail.gmail.com> <3120c9e30712300933m4ebbfecbudef3a1120b0c3539@mail.gmail.com> <4778851F.7020006@korn.net> <3120c9e30712301933o5792709bw68afd5db469a3d31@mail.gmail.com> <20071231075952.GA6687@chateau.d.lf> <3120c9e30712310546j19df56f6k3bc6b794c8150df3@mail.gmail.com> <87myrq7hd2.fsf@chateau.d.lf> <3120c9e30801060533g6e5d8767u3b4a0de7697bdc32@mail.gmail.com> X-PGP-FP: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 X-PGP: 762E5E74 X-Mailer: Gnus/5.11 (Oort 5.11) Emacs/22.1.50.1 (x86_64-pc-linux-gnu) X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= PGP: 762E5E74 Organization: /\/0/\/3 From: wahjava@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktg==?= =?utf-8?B?4KWB4KSV4KWN4KSy?=) Date: Sun, 13 Jan 2008 15:02:48 +0530 In-Reply-To: <3120c9e30801060533g6e5d8767u3b4a0de7697bdc32@mail.gmail.com> (=?utf-8?B?IuCkheCkqOClgeCknA==?= Anuj Singh"'s message of "Sun\, 6 Jan 2008 19\:03\:28 +0530") Message-ID: <87abnadq9r.fsf@chateau.d.lf> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: freebsd-questions@freebsd.org Subject: Re: installing linux after freebsd (multi-boot) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 09:33:05 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "=E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C" =3D=3D =E0=A4=85=E0=A4=A8=E0= =A5=81=E0=A4=9C Anuj Singh writes: =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> hi, =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> Today I removed partitions from F= edora 7 installation , (kept /home =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> partition from FC7). Again went t= hrew installation I faced no problem =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> this time. Fedora 7 was installed= without using LVM. on free space I =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> installed Ubntu7. server for test= purpose. No error. =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> Sequence was Freebsd6.2 , Fedora = Core 7 then RHEL4. =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> When I tried installation with de= selecting many packages (minimal =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> installation) for RHEL5 =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> without using LVM , I faced no pr= oblem, rebooted in mid to use =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> LVM+minimal RHEL5 again same erro= r. Repetation with minimal What is LVM+minimal RHEL5, you installed RHEL5 (without using LVM), right... or you tried activating existing LVM partitions in your RHEL5 installation (on non-LVM partitions), and got into some error, hmm...? If thats you get, I think is some kind of bug, better post it to some RHEL list or check out (and post it to) Red Hat = Bugzilla, and see if someone has already similar oblem. =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> installation+ no LVM could not co= ntinued (found same error again). =E0=A4=85=E0=A4=A8=E0=A5=81=E0=A4=9C> Most likely it was due to partiti= on table. Your partition table looks fine to me. HTH =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHidrDHy+EEHYuXnQRAnFWAJ9bPkiOH+jamNKm+yCGpc4cY0tLpgCfcJFp bTChf5XTPIuQrGnqQbMoUwg= =lzBh -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 10:05:17 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989CA16A417 for ; Sun, 13 Jan 2008 10:05:17 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc5-cmbg1-0-0-cust497.cmbg.cable.ntl.com [86.6.1.242]) by mx1.freebsd.org (Postfix) with ESMTP id E3BA813C457 for ; Sun, 13 Jan 2008 10:05:16 +0000 (UTC) (envelope-from freebsd-questions@slightlystrange.org) Received: from torus.slightlystrange.org (torus.slightlystrange.org [10.1.3.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by catflap.slightlystrange.org (Postfix) with ESMTP id 5449F64D0 for ; Sun, 13 Jan 2008 09:46:15 +0000 (GMT) Received: (from danielby@localhost) by torus.slightlystrange.org (8.14.2/8.13.4/Submit) id m0D9kDQT044782 for questions@freebsd.org; Sun, 13 Jan 2008 09:46:13 GMT (envelope-from freebsd-questions@slightlystrange.org) Date: Sun, 13 Jan 2008 09:46:12 +0000 From: Daniel Bye To: questions@freebsd.org Message-ID: <20080113094612.GA1041@torus.slightlystrange.org> Mail-Followup-To: questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A Cc: Subject: clamav under 6.2-RELEASE/SPARC64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 10:05:17 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, I have found that under 6.2-RELEASE/SPARC64, security/clamav is not building correctly - specifically, clamd and clamdscan are not getting compiled. Everything else is built and installed as expected, just not=20 these two rather key components... The same is true of the development snapshot version as well. It works fine on 6.2-RELEASE/I386 and 7.0-RC1/I386. Before going any deeper, has anyone else noticed this? Thanks for your time, Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHid3kixf5fBYiFmoRAtHuAJ9S2UZh2VjLPFMra8g3XuZS0Z0G6ACghf6S GEeOXJ+LAkd1mKDAqk6FuHo= =L33N -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 10:45:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0716C16A46B for ; Sun, 13 Jan 2008 10:45:56 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id E657B13C45B for ; Sun, 13 Jan 2008 10:45:55 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: by rv-out-0910.google.com with SMTP id l15so1760123rvb.43 for ; Sun, 13 Jan 2008 02:45:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3He30PBiY1CxaLc8MPh41vEI0vdTTWwqTub3YtJqcZg=; b=Q4anGQR4GJVAhi/gzomr1euW8mJQSJ8zdV/ZrsVgE8mcI+XTo+1GBmhgYnSF/JVB4UUTRxo0f6Ew05mMFszT2EqV8SVByOkQaElp/k880o7GE7oniDEj+hX51/ENpy7AhYun+9LAKIb+i4y3AvQqlhwUPpZJ5bZamGEVd3j5y4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CG947zPEo5JQcVRYcSBRoRLbMP/uMUER5gw4F0N1a8wS9cjpFski+qktQeiMZC1d8TGZDyOL6yGIsj+44tXzc98+EmP0HsrUzQxNyQFQdlo8YfPf/Xf2yOPhl06JAQAsegFXJqa0FpjXZhoHYQWoarhogqB272B0ODonAXX0QZQ= Received: by 10.141.48.10 with SMTP id a10mr3116776rvk.35.1200219433521; Sun, 13 Jan 2008 02:17:13 -0800 (PST) Received: by 10.141.128.21 with HTTP; Sun, 13 Jan 2008 02:17:13 -0800 (PST) Message-ID: Date: Sun, 13 Jan 2008 11:17:13 +0100 From: "=?ISO-2022-JP?B?GyRCSjhEOxsoQg==?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 10:45:56 -0000 Hello all, is there any way to securely follow the STABLE branch of FreeBSD, e.g. a cryptographically signed distribution method like portsnap? Afaik, the usual update methods (CVSup, etc.) do not include any authentication / integrity checking. Am I missing something here? Thanks in advance From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 12:02:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2243016A418 for ; Sun, 13 Jan 2008 12:02:20 +0000 (UTC) (envelope-from move@inbox.lv) Received: from shark4.inbox.lv (shark4.inbox.lv [89.111.3.84]) by mx1.freebsd.org (Postfix) with ESMTP id AB14F13C474 for ; Sun, 13 Jan 2008 12:02:19 +0000 (UTC) (envelope-from move@inbox.lv) Received: by shark4.inbox.lv (Postfix, from userid 1000) id 4A3A118345; Sun, 13 Jan 2008 13:41:50 +0200 (EET) Received: from localhost (w20 [10.0.1.30]) by shark4-plain-b64d2.inbox.lv (Postfix) with ESMTP id 163DE182F5 for ; Sun, 13 Jan 2008 13:41:50 +0200 (EET) Received: from 159.148.227.140 ( [159.148.227.140]) as user move@10.0.1.1 by www.inbox.lv with HTTP; Sun, 13 Jan 2008 13:41:50 +0200 X-LOCAL: 1 X-Compose: web=www.inbox.lv, node=w20, l=lv, prefs=HTML, sess=unset, fck=Compatible, compose=HTML X-REMOTE-ADDR: 159.148.227.140 X-HTTP-USER-AGENT: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 Message-ID: <1200224510.4789f8fe22c7a@www.inbox.lv> Date: Sun, 13 Jan 2008 13:41:50 +0200 From: Matiss To: freebsd-questions@freebsd.org User-Agent: inbox.lv Webmail X-Cyrus-Size: 3931 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: (bez temata) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 12:02:20 -0000 Hey all=0A=0AHope this is more or less right place to ask. =0A=0AWhat I not= iced on my FreeBSD 6.2 installation, that =0Apkg_add -r ImageMagick results= in a file not found error.=0A=0ADTG864# pkg_add -r ImageMagick=0AError: FT= P Unable to get=0Aftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-s= table/Latest/ImageMagick.tbz:=0AFile unavailable (e.g., file not found, no = access)=0A=0Asame with pkg_add -r ImageMagick-nox11.=0A=0Aand sure enough, = indeed there is no ImageMagick.tbz on freebsd ftp=0Aserver for freebsd vers= ion 6. Browsed the net, but couldn't find any=0Ainfo on this. =0A=0AOf cour= se I could compile from ports, but that takes too much time.=0A=0ASo, any i= deas, why there is no ImageMagick.tbz, and what shall one=0Ado? :)=0AMatiss= =0A From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 12:09:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C4CB16A417 for ; Sun, 13 Jan 2008 12:09:54 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1B62913C442 for ; Sun, 13 Jan 2008 12:09:53 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0DC9pY8032223; Sun, 13 Jan 2008 13:09:51 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D088EB8FC; Sun, 13 Jan 2008 13:09:50 +0100 (CET) Date: Sun, 13 Jan 2008 13:09:50 +0100 From: Roland Smith To: mahdieh Saeed Message-ID: <20080113120950.GA52835@slackbox.xs4all.nl> Mail-Followup-To: mahdieh Saeed , freebsd-questions@freebsd.org References: <802024.58831.qm@web45904.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <802024.58831.qm@web45904.mail.sp1.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: recovery 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, 13 Jan 2008 12:09:54 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 12, 2008 at 11:07:16PM -0800, mahdieh Saeed wrote: > Hi, > I have a question about recovery. > I removed one directory with "rm -r ".Is there any way to restore > information that removed with "rm -r". In short, everything that is part of the base system or ports can be restored with some effort. If it is a subdirectory of /usr/src/, you can restore it with csup(1). If it is a subdirectory of /usr/ports you can restore it by updating your ports tree. Other directories under /usr (except /usr/local) can be restored by rebuilding and reinstalling the base system as described in the handbook. If you have removed /usr/local or a subdirectory of it you could reinstall all your ports. If you removed (part of) your home directory or any other non-system data directory, you'd better have a backup.=20 If you have never made a backup of your own data, start now! Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHif+OEnfvsMMhpyURAnGLAJ9lS03wqCX4jufwDeqgux7J05JCdgCgpJq1 MrGATG0D3y3J2kohbNQlNzE= =KV+v -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 12:14:09 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41E2316A421 for ; Sun, 13 Jan 2008 12:14:09 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id 9EF2613C455 for ; Sun, 13 Jan 2008 12:14:07 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: by rv-out-0910.google.com with SMTP id l15so1778110rvb.43 for ; Sun, 13 Jan 2008 04:14:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4tkgi+87dwk4pRbDzpeeci5A1DVjPeV9Y4FbFUYq/Ss=; b=KXOkoGVIwZ6EH7Fp4nsIuo7mWcig/b3To6q3F3HIVJ2IaqyGzq+0LUGe+xqvxozYY+6q3RXTcTHy/VYJZLmWPdegkvfGhXsVnwFk96gpw5u6SiVM6T9ss9Ob7xakVYKP5GKLqARi9eDhVWRCywCRw0ed33yoABaXCXif1+/SyXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QjHZ/otPK5V5f5/uqIPlPb9aw/u667prD3HakptrVDVeQSq83hrKkK7bJDno0u2mpwVSDlZ1rA0Al0NfyVl5rAc2BHcT84chbUR37uEpZpLeY1CGWjjgDRtJfNuRQyb3Y1izC0plrDrm8WzkPOkkxUBfZ0xGkdeR3Ds6hk9lkwI= Received: by 10.141.98.13 with SMTP id a13mr3129804rvm.222.1200226447596; Sun, 13 Jan 2008 04:14:07 -0800 (PST) Received: by 10.141.128.21 with HTTP; Sun, 13 Jan 2008 04:14:07 -0800 (PST) Message-ID: Date: Sun, 13 Jan 2008 13:14:07 +0100 From: "=?ISO-2022-JP?B?GyRCSjhEOxsoQg==?=" To: freebsd-questions@freebsd.org, "Erik Cederstrand" In-Reply-To: <4789F7DE.9090905@cederstrand.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4789F7DE.9090905@cederstrand.dk> Cc: Subject: Re: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 12:14:09 -0000 2008/1/13, Erik Cederstrand : > 文鳥 wrote: > > Hello all, > > > > is there any way to securely follow the STABLE branch of FreeBSD, e.g. > > a cryptographically signed distribution method like portsnap? Afaik, > > the usual update methods (CVSup, etc.) do not include any > > authentication / integrity checking. Am I missing something here? > > freebsd-update(8) is portsnap for the base system. However, you can only > follow RELEASE branches, not STABLE. > > Erik > Thanks for the reply. Unfortunately, I need to follow STABLE and (to be policy-compliant) at the same time make sure that the code has not been tampered with by, for example, checking the signature. Is there a way to do this for STABLE? Best regards From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 12:21:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A34816A419 for ; Sun, 13 Jan 2008 12:21:01 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from mail35.syd.optusnet.com.au (mail35.syd.optusnet.com.au [211.29.133.51]) by mx1.freebsd.org (Postfix) with ESMTP id A459213C461 for ; Sun, 13 Jan 2008 12:21:00 +0000 (UTC) (envelope-from quakenet1@optusnet.com.au) Received: from [10.0.0.3] (c220-239-172-188.belrs4.nsw.optusnet.com.au [220.239.172.188]) by mail35.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m0DCKwgj024038 for ; Sun, 13 Jan 2008 23:20:59 +1100 Resent-Message-Id: <200801131220.m0DCKwgj024038@mail35.syd.optusnet.com.au> Resent-To: FreeBSD Questions Message-Id: <0305B94E-7CA3-4176-BF69-83C10233B39B@optusnet.com.au> From: Jerahmy Pocott To: BUGS - Generic chat Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Resent-Date: Sun, 13 Jan 2008 23:21:29 +1100 Resent-From: Jerahmy Pocott Mime-Version: 1.0 (Apple Message framework v915) Date: Sat, 12 Jan 2008 02:03:50 +1100 X-Mailer: Apple Mail (2.915) Cc: Subject: Problem with rsync to smbfs over vpn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 12:21:01 -0000 Hello all, I'm getting a lot of time out problems using rsync between a local filesystem and a remote smb filesystem that is mounted with mount_smbfs over an encrypted wan tunnel. The following are the most common error messages: rsync: recv_generator: failed to stat "somefile": Operation timed out (60) rsync: writefd_unbuffered failed to write x bytes [sender]: Broken pipe (32) io timeout after 30 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(180) [sender=2.6.8] rsync: writefd_unbuffered failed to write x bytes [generator]: Broken pipe (32) rsync error: error in rsync protocol data stream (code 12) at io.c(1124) [generator=2.6.8] rsync error: error in file IO (code 11) at receiver.c(253) [receiver=2.6.8] rsync: connection unexpectedly closed (x bytes received so far) [generator] What would be the likely cause of these? I'm thinking it is either some issue with the wan or tunneling, as I'v had no issues with the exact same set up over lan.. Also these errors are intermittent (though regular) and sometimes it works. The longer it takes to sync the greater the chance for errors it would seem. Thanks, Jerahmy. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 12:31:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCD5416A417 for ; Sun, 13 Jan 2008 12:31:06 +0000 (UTC) (envelope-from move@inbox.lv) Received: from shark3.inbox.lv (shark3.inbox.lv [89.111.3.83]) by mx1.freebsd.org (Postfix) with ESMTP id 51FA913C459 for ; Sun, 13 Jan 2008 12:31:06 +0000 (UTC) (envelope-from move@inbox.lv) Received: by shark3.inbox.lv (Postfix, from userid 1000) id E3FA53321; Sun, 13 Jan 2008 14:31:04 +0200 (EET) Received: from localhost (w10 [10.0.1.144]) by shark3-plain-b64d2.inbox.lv (Postfix) with ESMTP id C85373DB1 for ; Sun, 13 Jan 2008 14:31:04 +0200 (EET) Received: from 159.148.227.140 ( [159.148.227.140]) as user move@10.0.1.1 by www.inbox.lv with HTTP; Sun, 13 Jan 2008 14:31:04 +0200 X-LOCAL: 1 X-Compose: web=www.inbox.lv, node=w10, l=lv, prefs=HTML, sess=unset, fck=Compatible, compose=HTML X-REMOTE-ADDR: 159.148.227.140 X-HTTP-USER-AGENT: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 Message-ID: <1200227464.478a0488cfda1@www.inbox.lv> Date: Sun, 13 Jan 2008 14:31:04 +0200 From: Matiss To: freebsd-questions@freebsd.org References: <1200224510.4789f8fe22c7a@www.inbox.lv> In-Reply-To: <1200224510.4789f8fe22c7a@www.inbox.lv> User-Agent: inbox.lv Webmail X-Cyrus-Size: 4758 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: ImageMagick 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, 13 Jan 2008 12:31:06 -0000 So sorry, didn't noticed I don't have a subject in original mail.=0AHey all= =0A Hope this is more or less right place to ask. =0A What I noticed on my = FreeBSD 6.2 installation, that =0A pkg_add -r ImageMagick results in a file= not found error.=0A DTG864# pkg_add -r ImageMagick=0A Error: FTP Unable to= get=0A=0Aftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/La= test/ImageMagick.tbz:=0A File unavailable (e.g., file not found, no access)= =0A same with pkg_add -r ImageMagick-nox11.=0A and sure enough, indeed ther= e is no ImageMagick.tbz on freebsd ftp=0A server for freebsd version 6. Bro= wsed the net, but couldn't find any=0A info on this. =0A Of course I could = compile from ports, but that takes too much time.=0A So, any ideas, why the= re is no ImageMagick.tbz, and what shall one=0A do? :)=0A Matiss=0A _______= ________________________________________=0A freebsd-questions@freebsd.org m= ailing list=0A http://lists.freebsd.org/mailman/listinfo/freebsd-questions= =0A To unsubscribe, send any mail to=0A"freebsd-questions-unsubscribe@freeb= sd.org"=0A From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 12:58:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43E7B16A418 for ; Sun, 13 Jan 2008 12:58:06 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.freebsd.org (Postfix) with ESMTP id 0C14F13C44B for ; Sun, 13 Jan 2008 12:58:05 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 23D9A10E6C8; Sun, 13 Jan 2008 13:32:19 +0100 (CET) X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JaquactCbZdn; Sun, 13 Jan 2008 13:32:17 +0100 (CET) Received: from DANGER-PC (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id D73F810E6C5; Sun, 13 Jan 2008 13:32:17 +0100 (CET) Date: Sun, 13 Jan 2008 13:33:16 +0100 From: Daniel Gerzo X-Mailer: The Bat! (v3.99.3) Professional Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <47897289.20080113133316@rulez.sk> To: =?utf-8?B?5paH6bOl?= In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 12:58:06 -0000 Hello ??, Sunday, January 13, 2008, 11:17:13 AM, you wrote: > Hello all, > is there any way to securely follow the STABLE branch of FreeBSD, e.g. I am afraid that this isn't currently possible with -STABLE branches. -- Best regards, Daniel mailto:danger@FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 13:27:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C11616A418 for ; Sun, 13 Jan 2008 13:27:21 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6986313C448 for ; Sun, 13 Jan 2008 13:27:21 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id BEA4D2842F; Sun, 13 Jan 2008 08:27:15 -0500 (EST) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 39C231CC1D; Sun, 13 Jan 2008 08:27:01 -0500 (EST) To: Matiss References: <1200224510.4789f8fe22c7a@www.inbox.lv> <1200227464.478a0488cfda1@www.inbox.lv> From: Lowell Gilbert Date: Sun, 13 Jan 2008 08:27:01 -0500 In-Reply-To: <1200227464.478a0488cfda1@www.inbox.lv> (Matiss's message of "Sun\, 13 Jan 2008 14\:31\:04 +0200") Message-ID: <44ejclkg9m.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: ImageMagick 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, 13 Jan 2008 13:27:21 -0000 Matiss writes: > So sorry, didn't noticed I don't have a subject in original mail. > Hey all > Hope this is more or less right place to ask. > What I noticed on my FreeBSD 6.2 installation, that > pkg_add -r ImageMagick results in a file not found error. > DTG864# pkg_add -r ImageMagick > Error: FTP Unable to get > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ImageMagick.tbz: > File unavailable (e.g., file not found, no access) > same with pkg_add -r ImageMagick-nox11. > and sure enough, indeed there is no ImageMagick.tbz on freebsd ftp > server for freebsd version 6. Browsed the net, but couldn't find any > info on this. > Of course I could compile from ports, but that takes too much time. > So, any ideas, why there is no ImageMagick.tbz, and what shall one > do? :) The current state of the port: http://portsmon.freebsd.org/portoverview.py?category=graphics&portname=ImageMagick From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 14:38:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C422D16A468 for ; Sun, 13 Jan 2008 14:38:22 +0000 (UTC) (envelope-from takhoos@hotmail.com) Received: from bay0-omc1-s19.bay0.hotmail.com (bay0-omc1-s19.bay0.hotmail.com [65.54.246.91]) by mx1.freebsd.org (Postfix) with ESMTP id C1CCB13C455 for ; Sun, 13 Jan 2008 14:38:22 +0000 (UTC) (envelope-from takhoos@hotmail.com) Received: from BAY124-W15 ([207.46.11.178]) by bay0-omc1-s19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 13 Jan 2008 06:38:22 -0800 Message-ID: X-Originating-IP: [75.127.192.172] From: To: Date: Sun, 13 Jan 2008 09:38:21 -0500 Importance: Normal Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 13 Jan 2008 14:38:22.0174 (UTC) FILETIME=[F25D4FE0:01C855F1] Subject: Switching username using SFTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 14:38:22 -0000 When I ssh into a system which has different login name from the system I'm= on I use this syntax:=20 ssh -l host.domain.com. =20 How does one do this with SFTP on the command line? The -l switch doesn't = work. The man pages on SFTP makes no mention of this. -- Joe _________________________________________________________________ Put your friends on the big screen with Windows Vista=AE + Windows Live=99. http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=3DTXT_TAGLM_C= PC_MediaCtr_bigscreen_012008= From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 14:51:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330D016A417 for ; Sun, 13 Jan 2008 14:51:58 +0000 (UTC) (envelope-from marcs@draenor.org) Received: from mx.unseen.co.za (mx.unseen.co.za [192.96.96.11]) by mx1.freebsd.org (Postfix) with ESMTP id D2AEF13C442 for ; Sun, 13 Jan 2008 14:51:57 +0000 (UTC) (envelope-from marcs@draenor.org) Received: from marcs by aztec.co.za with local (Exim 4.34) id 1JE4Bm-0007do-Uc; Sun, 13 Jan 2008 16:51:54 +0200 Date: Sun, 13 Jan 2008 16:51:54 +0200 From: Marc Silver To: takhoos@hotmail.com Message-ID: <20080113145154.GD29976@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-PGP-Key: http://draenor.org/pubkey.asc Cc: freebsd-questions@freebsd.org Subject: Re: Switching username using SFTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 14:51:58 -0000 Hi there, You can simply enter a command such as: $ sftp username@hostname.domain.com Cheers, Marc On Sun, Jan 13, 2008 at 09:38:21AM -0500, takhoos@hotmail.com wrote: > > When I ssh into a system which has different login name from the > system I'm on I use this syntax: ssh -l host.domain.com. > > How does one do this with SFTP on the command line? The -l switch > doesn't work. The man pages on SFTP makes no mention of this. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 14:53:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E9A516A417 for ; Sun, 13 Jan 2008 14:53:59 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.247]) by mx1.freebsd.org (Postfix) with ESMTP id D708B13C43E for ; Sun, 13 Jan 2008 14:53:53 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by hs-out-2122.google.com with SMTP id h53so1894906hsh.11 for ; Sun, 13 Jan 2008 06:53:53 -0800 (PST) Received: by 10.151.11.17 with SMTP id o17mr1967300ybi.120.1200236033003; Sun, 13 Jan 2008 06:53:53 -0800 (PST) Received: from scorpio ( [67.189.206.211]) by mx.google.com with ESMTPS id 34sm9305819wra.23.2008.01.13.06.53.52 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Jan 2008 06:53:52 -0800 (PST) Date: Sun, 13 Jan 2008 09:53:41 -0500 From: Gerard To: FreeBSD Question Message-ID: <20080113095341.4e34f42e@scorpio> In-Reply-To: <20080113082515.19316v8x3pbs3tcs@intranet.encontacto.net> References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> <4787E597.9040902@chuckr.org> <20080112213747.443a4833@deskjail> <20080113082515.19316v8x3pbs3tcs@intranet.encontacto.net> Organization: seibercom.net X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i386-portbld-freebsd6.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q User-Agent: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/hFA7_cI0yCnF4itfD9FiIcp"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: Another question based on: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Question List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 14:53:59 -0000 --Sig_/hFA7_cI0yCnF4itfD9FiIcp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Sun, 13 Jan 2008 08:25:15 -0600 eculp wrote: [snip] =20 > Flash is becoming more dominate daily and there are many sites that =20 > are basically unusable without it. Some banking, telco, etc. sites, =20 > etc. That are difficult if not impossible too use for account > access without flash and don't pay much attention to end user > requests based on the installed base of Flash[89]. That brings up > another detail, many sites now require Flash[89] even though they > don't actually need it probably to impress their customers with their > being on the technological, bleeding edge. Unfortunately, the poor support for Flash, as well as other common web features under FBSD, is a prime reason that I continue to keep my WinXP PC operational. At least Window's Internet Explorer, despite its real or alleged problems, can correctly access virtually any site I want or need to visit. As the above poster stated, being able to correctly and expeditiously navigate through a banking site is an important criteria. I belong to a state 'Officials Association' that deals with officiating High School sports. Their site is written in such a way that Flash with either Windows Media Player or QuickTime are required to properly view the site. Try as I might, I have never gotten either Opera or Firefox using FBSD to correctly view that site. I basically just gave up on it. The same problem exists with many sites sponsored by Google for instance. If this was 1990, perhaps I could understand it. However, considering the present state of computing, the fact that plug-ins like Flash are not simple drop-in applets, similar to the way Internet Explorer handles them, is simply not acceptable. Just my 2=A2. --=20 Gerard gerard@seibercom.net The next unpopular group to have its rights taken away should be illegal aliens. --Sig_/hFA7_cI0yCnF4itfD9FiIcp Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkeKJfUACgkQ6DWTaTcTwMmRlgCginGIKWuU5zunNb7/wJOM8w9J 4E4AoNiSkhgiHIT6VQtycHDguGuU2V8R =OJqi -----END PGP SIGNATURE----- --Sig_/hFA7_cI0yCnF4itfD9FiIcp-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 14:56:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED74116A420 for ; Sun, 13 Jan 2008 14:56:12 +0000 (UTC) (envelope-from erik@cepheid.org) Received: from mail.cepheid.org (aleph.cepheid.org [72.232.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id DDB9413C457 for ; Sun, 13 Jan 2008 14:56:12 +0000 (UTC) (envelope-from erik@cepheid.org) Received: by mail.cepheid.org (Postfix, from userid 1006) id 3DD269B4058; Sun, 13 Jan 2008 08:56:12 -0600 (CST) Date: Sun, 13 Jan 2008 08:56:12 -0600 From: Erik Osterholm To: takhoos@hotmail.com Message-ID: <20080113145612.GA6298@aleph.cepheid.org> Mail-Followup-To: Erik Osterholm , takhoos@hotmail.com, freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Switching username using SFTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 14:56:13 -0000 On Sun, Jan 13, 2008 at 09:38:21AM -0500, takhoos@hotmail.com wrote: > > When I ssh into a system which has different login name from the > system I'm on I use this syntax: ssh -l host.domain.com. > > How does one do this with SFTP on the command line? The -l switch > doesn't work. The man pages on SFTP makes no mention of this. > > -- Joe The man page implies the correct use at the top: sftp [[user@]host[:dir[/]]] So sftp user@host.example.com works. Lower down in the file, it also mentions using options, and it turns out that this works as well: sftp -o User=username host.example.com Erik From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 15:15:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B98416A419 for ; Sun, 13 Jan 2008 15:15:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 36BB013C45A for ; Sun, 13 Jan 2008 15:15:40 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0DFFOuL002810 for ; Sun, 13 Jan 2008 16:15:24 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0DFFMfH002807 for ; Sun, 13 Jan 2008 16:15:24 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2008 16:15:22 +0100 (CET) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20080113161334.V2806@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: BUGGY growfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 15:15:46 -0000 anyone can fix it completely? i patched it so it DO works when sectorsize!=512 bytes. but when growing to 1.3TB it prints negative values due to overflow but it works. but would it work on larger partitions? From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 16:11:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B19D916A41B for ; Sun, 13 Jan 2008 16:11:05 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from bay0-omc1-s15.bay0.hotmail.com (bay0-omc1-s15.bay0.hotmail.com [65.54.246.87]) by mx1.freebsd.org (Postfix) with ESMTP id A4EA513C45B for ; Sun, 13 Jan 2008 16:11:05 +0000 (UTC) (envelope-from dead_line@hotmail.com) Received: from BAY104-W29 ([65.54.175.129]) by bay0-omc1-s15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 13 Jan 2008 07:59:04 -0800 Message-ID: X-Originating-IP: [62.150.204.104] From: Dead Line To: Date: Sun, 13 Jan 2008 15:59:04 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 13 Jan 2008 15:59:04.0875 (UTC) FILETIME=[38D6D7B0:01C855FD] Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports download speed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 16:11:05 -0000 Hello People.. I recently have noticed something! Im installing FreeBSD 6.2R fresh install, When im downloading anything using the ports, The download speed appear as it is 33 K or 32 K! In fact im on DSL 512 K. Im a missing something silly here? is it the actual download speed ? or the estimated? or? Thanks. Sultan. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 16:37:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AA6816A417 for ; Sun, 13 Jan 2008 16:37:48 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF5813C457 for ; Sun, 13 Jan 2008 16:37:47 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0DGbdu7085896; Sun, 13 Jan 2008 17:37:43 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 1EAE6B8FC; Sun, 13 Jan 2008 17:37:38 +0100 (CET) Date: Sun, 13 Jan 2008 17:37:38 +0100 From: Roland Smith To: FreeBSD Question Message-ID: <20080113163738.GA64921@slackbox.xs4all.nl> Mail-Followup-To: FreeBSD Question , eculp References: <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> <4787E597.9040902@chuckr.org> <20080112213747.443a4833@deskjail> <20080113082515.19316v8x3pbs3tcs@intranet.encontacto.net> <20080113095341.4e34f42e@scorpio> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <20080113095341.4e34f42e@scorpio> 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.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: eculp Subject: Re: Another question based on: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 16:37:48 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 13, 2008 at 09:53:41AM -0500, Gerard wrote: > I belong to a state 'Officials Association' that deals with officiating > High School sports. Their site is written in such a way that Flash with > either Windows Media Player or QuickTime are required to properly view > the site. So their message is, "We're not interested in people who don't use windows". There is not anything that the FreeBSD community can do about that.=20 > Try as I might, I have never gotten either Opera or Firefox > using FBSD to correctly view that site. I basically just gave up on it. > The same problem exists with many sites sponsored by Google for > instance. >=20 > If this was 1990, perhaps I could understand it. However, considering > the present state of computing, the fact that plug-ins like Flash are > not simple drop-in applets, similar to the way Internet Explorer > handles them, is simply not acceptable. Then go and complain to the people who wrote flash. If they want to release plugins for Firefox on FreeBSD they can do so.=20 Since Flash is closed-source, there isn't a lot people in the FreeBSD community can do about it. There are several groups working on open-source implementations of Flash, but these efforts are incomplete due to lack of documentation and possibly volunteers. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHij5SEnfvsMMhpyURAkOoAJ48m1Mq5fvOiaBkQb6WsIrbBpLXCQCgrlOY nNgFw91+pXPMy5aUnzrj8RU= =aM9w -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 16:38:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1603216A419 for ; Sun, 13 Jan 2008 16:38:57 +0000 (UTC) (envelope-from move@inbox.lv) Received: from shark4.inbox.lv (shark4.inbox.lv [89.111.3.84]) by mx1.freebsd.org (Postfix) with ESMTP id 9022713C458 for ; Sun, 13 Jan 2008 16:38:56 +0000 (UTC) (envelope-from move@inbox.lv) Received: by shark4.inbox.lv (Postfix, from userid 1000) id 9587F1844F; Sun, 13 Jan 2008 18:38:54 +0200 (EET) Received: from localhost (w15 [10.0.1.166]) by shark4-plain-b64d2.inbox.lv (Postfix) with ESMTP id 701AC1843C; Sun, 13 Jan 2008 18:38:54 +0200 (EET) Received: from 159.148.227.140 ( [159.148.227.140]) as user move@10.0.1.1 by www.inbox.lv with HTTP; Sun, 13 Jan 2008 18:38:54 +0200 X-LOCAL: 1 X-Compose: web=www.inbox.lv, node=w15, l=lv, prefs=HTML, sess=unset, fck=Compatible, compose=HTML X-REMOTE-ADDR: 159.148.227.140 X-HTTP-USER-AGENT: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 Message-ID: <1200242334.478a3e9fbe22e@www.inbox.lv> Date: Sun, 13 Jan 2008 18:38:55 +0200 From: Matiss To: Lowell Gilbert References: <1200224510.4789f8fe22c7a@www.inbox.lv> <1200227464.478a0488cfda1@www.inbox.lv> <44ejclkg9m.fsf@Lowell-Desk.lan> In-Reply-To: <44ejclkg9m.fsf@Lowell-Desk.lan> User-Agent: inbox.lv Webmail X-Cyrus-Size: 3203 MIME-Version: 1.0 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: Re: ImageMagick 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, 13 Jan 2008 16:38:57 -0000 Thanks!=0A=0AI guess I should just wait then, and compile from ports for no= w.=0AThanks :)=0A Quoting Lowell Gilbert : =0A The current state of the po= rt:=0A=0Ahttp://portsmon.freebsd.org/portoverview.py?category=3Dgraphics&po= rtname=3DImageMagick=0A =0A=0ALinks:=0A------=0A[1] mailto:freebsd-question= s-local@be-well.ilk.org=0A From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 17:00:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76F9016A417 for ; Sun, 13 Jan 2008 17:00:16 +0000 (UTC) (envelope-from tkopets@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC2D13C45D for ; Sun, 13 Jan 2008 17:00:15 +0000 (UTC) (envelope-from tkopets@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1845026rvb.43 for ; Sun, 13 Jan 2008 09:00:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fZPPF1eKi4ubm52wCacO5XIA3NxAEAWGlnnXZe/kxdM=; b=FMHCpOnkx+NDoW3M4/u9swJ9eWoxP/picenBZPufuGu7YEUfFrnRi1dPJzwhvWYXL3Jmg3MfO+/NU1MzkRskk0gGdO2QH2Amla79Xzx1wydBcrq8Drh/o8Ucxg7tBFG8W1FnI9d3Vdo/asF+tbzZ0shrLm5e/WJA/ExZae42M6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Lvj3OGyYG6S5zYikz6s+r4JLdzLmexVSSgbukdfnVHIIcOUuV3tQNWZVVsphzEX1GbkKREhNFVfQB9wemmCxMb/8/1DR11E8YwJW1cljF/ksCKeDh9jowWf9u4CBpnMJmsP7F09l/LxM/PosN7LJgEuuXcjlcSk+JDe30yy8CSU= Received: by 10.141.79.12 with SMTP id g12mr3255516rvl.29.1200241992133; Sun, 13 Jan 2008 08:33:12 -0800 (PST) Received: by 10.140.251.21 with HTTP; Sun, 13 Jan 2008 08:33:12 -0800 (PST) Message-ID: Date: Sun, 13 Jan 2008 18:33:12 +0200 From: "Taras Kopets" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: pccard problem - old toshiba 440cdx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 17:00:16 -0000 Hi list! I'm trying to make my PCMCIA ethernet card (3C589D-TP) to work, but with no luck. At boot time I get: CIS is too long -- truncating pccard1: Card has no functions! cbb1: PC Card card activation failed I've tried to google this problem on the web, but no solutions found, so I've decided to look at source of pccard. The origin of my problem comes from src/sys/dev/pccard/pccard_cis.c. I'm not expert in C, but the code I see in this file seems to be strange: --------------- CODE ------------- .................... #define PCCARD_CIS_SIZE 4096 .................... .................... int pccard_scan_cis(device_t bus, device_t dev, pccard_scan_t fct, void *arg) { .................... struct pccard_tuple tuple; .................... .................... tuple.memt = rman_get_bustag(res); tuple.memh = rman_get_bushandle(res); tuple.ptr = 0; DPRINTF(("cis mem map 0x%x (resource: 0x%lx)\n", (unsigned int) tuple.memh, rman_get_start(res))); tuple.mult = 2; .................... .................... if (tuple.mult * tuple.ptr >= PCCARD_CIS_SIZE - 1 - 32 /* ad hoc value */ ) { printf("CIS is too long -- truncating\n"); tuple.code = CISTPL_END; } else { /* get the tuple code */ tuple.code = pccard_cis_read_1(&tuple, tuple.ptr); } --------------- END OF CODE ------------- The strange thing is this: if (tuple.mult * tuple.ptr >= PCCARD_CIS_SIZE-1- 32) >From the code we have this values: tuple.mult=2 tuple.ptr=0 PCCARD_CIS_SIZE=4096 So we will always get to the "CIS is too long -- truncating" piece of code: if (0*2 >= 4096-1-32). Can this be the cause of problems? Please someone tell me I'm wrong. Thanks in advance, Sorry for my English, Taras Kopets From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 17:20:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D577916A418 for ; Sun, 13 Jan 2008 17:20:45 +0000 (UTC) (envelope-from freebsd08@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id A53F713C45D for ; Sun, 13 Jan 2008 17:20:45 +0000 (UTC) (envelope-from freebsd08@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.82]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id m0DHKhoh040454 for ; Sun, 13 Jan 2008 11:20:43 -0600 (CST) (envelope-from freebsd08@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sun, 13 Jan 2008 11:20:42 -0600 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801131120.43141.freebsd08@dfwlp.com> X-Spam-Status: No, score=-4.1 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on pollux.dfwlp.com Subject: using restore to recover a freebsd 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, 13 Jan 2008 17:20:45 -0000 ive been practicing using dump and restore. the dumping is easy... i think. my dump command is as such: dump -0uLaf /opt/backups/athena-root-0 / /opt is an NFS mounted share from another server. the dump completed without errors. however, when i restore, i do this: 1) install a new drive in the system 2) boot to livefs cd, use the sysinstaller to fdisk and label the new drive 3) use configure to activate the network interface 4) drop to fixit shell 5) mount my nfs share via its IP (no resolv seems to be working, even if i make a resolv.conf) at this point, i have tried restoring the automatically mounted slices that label made, and i have also tried unmounting everything, and remounting single slices (ie, instead of /mnt, and then usr mounted under /mnt/usr, having them all non-tree-like mounted to /mnt/root /mnt/usr /mnt/var, etc). every time, restore begins by complaining that it expected file xxxx, but got file yyyy. it goes for a bit, and then dumps. it also complains that file system is full, but i ahve checked and rechecked that i have the right file systems mounted to each mount (ie, not mounting a 500mb temp to where usr needs to be). my restore command was as such: cd /mnt/usr restore /opt/backups/athena-usr-0 root actually does complete, but usr dumps, and bombs out. can anyone give me some pointers for successfully using restore to reload a dump? im trying to nail this process down from a total disaster recovery point of view. thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd08 _@_ dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 17:26:42 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D1A616A41B for ; Sun, 13 Jan 2008 17:26:42 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184]) by mx1.freebsd.org (Postfix) with ESMTP id E351A13C44B for ; Sun, 13 Jan 2008 17:26:41 +0000 (UTC) (envelope-from bunchou@googlemail.com) Received: by rv-out-0910.google.com with SMTP id l15so1852806rvb.43 for ; Sun, 13 Jan 2008 09:26:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ip46wScUQTd2zLaDR8O7+8Bvtvi9nAAdn16nSJzN9Sg=; b=rKApEryZ/Eu5ZS2vcRz/GpiVDLelWJ1ZyYMgvhORFy1FiTTnYzor00cbeNW7+Gchay6EoErvhfsYHJ4QBzzEq1EVJWYvCw5D0dQczJ6EuRgMp7PCc8aXlQIGuryhZVcmjUrjG+Tax2O5oK2WBQ13bN53SgaCqHg9VDYnh5BTNE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NkUIMhQHfoqjJ7JrNJmXaAAHwoC+B4G3bO5NH88gny6JK3qcVE5s6BLsECHgc2p06hkMIs4iId+8OfZu27iqRqU4QJuwnTXgEfC7NPT4Cl/6OhPgR1zfBYyHYFYmT5Wj7HMqdw0O+VD8QPEh4vh9aaMAKXhsU65RoJJtISklweI= Received: by 10.141.74.17 with SMTP id b17mr3268750rvl.123.1200245201481; Sun, 13 Jan 2008 09:26:41 -0800 (PST) Received: by 10.141.128.21 with HTTP; Sun, 13 Jan 2008 09:26:41 -0800 (PST) Message-ID: Date: Sun, 13 Jan 2008 18:26:41 +0100 From: "=?ISO-2022-JP?B?GyRCSjhEOxsoQg==?=" To: freebsd-questions@freebsd.org, "Erik Cederstrand" In-Reply-To: <478A238A.4060106@cederstrand.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4789F7DE.9090905@cederstrand.dk> <478A238A.4060106@cederstrand.dk> Cc: Subject: Re: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 17:26:42 -0000 08/01/13 に Erik Cederstrand さんは書きました: > 文鳥 wrote: > > 2008/1/13, Erik Cederstrand : > >> 文鳥 wrote: > >>> Hello all, > >>> > >>> is there any way to securely follow the STABLE branch of FreeBSD, e.g. > >>> a cryptographically signed distribution method like portsnap? Afaik, > >>> the usual update methods (CVSup, etc.) do not include any > >>> authentication / integrity checking. Am I missing something here? > >> freebsd-update(8) is portsnap for the base system. However, you can only > >> follow RELEASE branches, not STABLE. > >> > >> Erik > >> > > Thanks for the reply. Unfortunately, I need to follow STABLE and (to > > be policy-compliant) at the same time make sure that the code has not > > been tampered with by, for example, checking the signature. Is there a > > way to do this for STABLE? > > Just making sure; you are aware that STABLE only means "stable API" and > is in fact the cutting edge for the 6.x line, right? If you want to > follow a stable release branch, as in "is tested, supported by security > team, and will not break in interesting ways", RELEASE is the branch to > follow. freebsd-update(8) will fetch the security updates for you as > they are applied to the RELEASE branch. > > Erik > Yes, I am aware of that fact. However, 7.x STABLE is the only version apart from CURRENT that I was able to get working reliably on the hardware in question. And alas, even though the system in question is used for testing only,I am still bound by the company security policy in this matter... Guess I will have to wait until 7.0 is released. Thanks for your help in this matter. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 18:58:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3CD716A46E for ; Sun, 13 Jan 2008 18:58:53 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6E96113C44B for ; Sun, 13 Jan 2008 18:58:53 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from crab.unsane.co.uk (crab.unsane.co.uk [10.0.0.111]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m0DIQWha005802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 13 Jan 2008 18:26:32 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <478A5769.8000904@unsane.co.uk> Date: Sun, 13 Jan 2008 18:24:41 +0000 From: Vince User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: =?ISO-2022-JP?B?GyRCSjhEOxsoQg==?= References: <4789F7DE.9090905@cederstrand.dk> <478A238A.4060106@cederstrand.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Erik Cederstrand Subject: Re: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 18:58:54 -0000 Hi, 文鳥 wrote: > 08/01/13 に Erik Cederstrand さんは書きました: >> 文鳥 wrote: >>> 2008/1/13, Erik Cederstrand : >>>> 文鳥 wrote: >>>>> Hello all, >>>>> >>>>> is there any way to securely follow the STABLE branch of FreeBSD, e.g. >>>>> a cryptographically signed distribution method like portsnap? Afaik, >>>>> the usual update methods (CVSup, etc.) do not include any >>>>> authentication / integrity checking. Am I missing something here? >>>> freebsd-update(8) is portsnap for the base system. However, you can only >>>> follow RELEASE branches, not STABLE. >>>> >>>> Erik < >> Erik >> > Yes, I am aware of that fact. However, 7.x STABLE is the only version > apart from CURRENT that I was able to get working reliably on the > hardware in question. And alas, even though the system in question is > used for testing only,I am still bound by the company security policy > in this matter... Guess I will have to wait until 7.0 is released. > Thanks for your help in this matter. > I'm not suer how often its updated but you can to a limited degree follow the RELENG_7_0 branch via freebsd-update already (see http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html) However I'd say overall you may be better waiting for the release. Vince _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 19:30:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B13716A417 for ; Sun, 13 Jan 2008 19:30:21 +0000 (UTC) (envelope-from fbsd06+SD=a103e584@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 0947613C465 for ; Sun, 13 Jan 2008 19:30:20 +0000 (UTC) (envelope-from fbsd06+SD=a103e584@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 10C69163F5F for ; Sun, 13 Jan 2008 14:11:39 -0500 (EST) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 44DBED05B8 for ; Sun, 13 Jan 2008 14:11:36 -0500 (EST) Date: Sun, 13 Jan 2008 19:11:29 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080113191129.7b56c32f@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Secure update of /usr/src X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 19:30:21 -0000 On Sun, 13 Jan 2008 11:17:13 +0100 "=E6=96=87=E9=B3=A5" wrote: > Hello all, >=20 > is there any way to securely follow the STABLE branch of FreeBSD, e.g. > a cryptographically signed distribution method like portsnap? Afaik, > the usual update methods (CVSup, etc.) do not include any > authentication / integrity checking. Am I missing something here? I guess you could use anonymous cvs over ssh. The servers and their fingerprints are listed in the Handbook. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 20:49:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA94816A41A for ; Sun, 13 Jan 2008 20:49:39 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 24D8113C478 for ; Sun, 13 Jan 2008 20:49:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0DKn8Ge001464 for ; Sun, 13 Jan 2008 21:49:08 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0DKn6dg001461 for ; Sun, 13 Jan 2008 21:49:08 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2008 21:49:06 +0100 (CET) From: Wojciech Puchar To: FreeBSD Question In-Reply-To: <20080113095341.4e34f42e@scorpio> Message-ID: <20080113213851.S1458@wojtek.tensor.gdynia.pl> References: <64c038660801040516u5c42a6cpadb475ad67fb4730@mail.gmail.com> <20080104174955.52aa33fd@gumby.homeunix.com> <64c038660801041029t1a9662bayed3ca02fd46c7ece@mail.gmail.com> <64c038660801041226k1d350bc6p727e4666ea295727@mail.gmail.com> <477FFE14.1010704@monkeybrains.net> <477FFF63.50004@gmail.com> <47801D54.8050709@gmail.com> <47803E3F.2080005@monkeybrains.net> <47804901.6090007@gmail.com> <4786BF45.8030602@monkeybrains.net> <4786CEDC.3050009@chuckr.org> <20080111170711.t6wxj1bc68cgwwk4@webmail.leidinger.net> <4787E597.9040902@chuckr.org> <20080112213747.443a4833@deskjail> <20080113082515.19316v8x3pbs3tcs@intranet.encontacto.net> <20080113095341.4e34f42e@scorpio> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: Another question based on: Re: HOW-TO get Flash7 working! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2008 20:49:39 -0000 > > Unfortunately, the poor support for Flash, as well as other common web > features under FBSD, is a prime reason that I continue to keep my WinXP flash is a proprietary feature, which doesn't run FreeBSD. you may try to use linux browsers under emulation, you may use windows or do whatever else. using windows could be even better as most crappy sites are designed having only windows in mind and (w)internet explorer. or - like me, you may simply don't use it. i have a lot of choices about what bank to use, and the usability of web banking on MY (html/http compatible anyway) system was important. the bank i chose doesn't only run without flash and java, it just have best of all webservice, and have best bank offer anyway. i do EVERYTHING through internet, being actually once in their office. i think there is something similar in your country. if others require flash7, java or other craps, they just don't want me to be their client. same with every other sites. nothing wrong if they use flash to make some animation, but with site completely usable without this. if it's unusable - it means they don't like people like me to use/read that page. so i don't read and say "no thanks" to tell you the truth - such site are usually not useful even without flash :) so - while i've tested linux-opera port working with flash7, i just don't use it, and use native opera (and links-gui). From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 20:53:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A752616A421 for ; Sun, 13 Jan 2008 20:53:01 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4D013C4D5 for ; Sun, 13 Jan 2008 20:52:54 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0DKqbYf001497; Sun, 13 Jan 2008 21:52:37 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0DKqWdK001494; Sun, 13 Jan 2008 21:52:37 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2008 21:52:32 +0100 (CET) From: Wojciech Puchar To: mahdieh Saeed In-Reply-To: <802024.58831.qm@web45904.mail.sp1.yahoo.com> Message-ID: <20080113215156.G1478@wojtek.tensor.gdynia.pl> References: <802024.58831.qm@web45904.mail.sp1.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: recovery 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, 13 Jan 2008 20:53:01 -0000 > Hi, > I have a question about recovery. > I removed one directory with "rm -r ".Is there any way to restore information that removed with "rm -r". simply use your backups, or if it was system data - reread it from install CD/DVD/FTP > > Please help me, > > Regards, > Saeed > > > --------------------------------- > Never miss a thing. Make Yahoo your homepage. > _______________________________________________ > freebsd-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 Jan 13 20:56:19 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4B9916A419 for ; Sun, 13 Jan 2008 20:56:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id E0DF813C459 for ; Sun, 13 Jan 2008 20:56:12 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0DKtuZU001514; Sun, 13 Jan 2008 21:55:56 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0DKtnxx001511; Sun, 13 Jan 2008 21:55:56 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2008 21:55:49 +0100 (CET) From: Wojciech Puchar To: Predrag Punosevac In-Reply-To: <47893259.7080108@math.arizona.edu> Message-ID: <20080113215519.K1510@wojtek.tensor.gdynia.pl> References: <47893259.7080108@math.arizona.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: ps2pdf 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, 13 Jan 2008 20:56:20 -0000 > For those unfamiliar with the package one needs to go through > > .tex --> .dvi --> .ps --> .pdf > > for graphics to display properly (pdflatex is not an option nor it is > dvipdfm) are you sure about .ps stage? there is pdflatex, makes perfect pdfs From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 21:18:01 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4FE716A417 for ; Sun, 13 Jan 2008 21:18:01 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp-gs.math.arizona.edu (math051.cs.arizona.edu [150.135.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id 7AAF713C442 for ; Sun, 13 Jan 2008 21:18:01 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp-gs.math.arizona.edu with local-bsmtp (Exim 4.63) (envelope-from ) id 1JEADP-00066j-Ef for questions@freebsd.org; Sun, 13 Jan 2008 14:18:00 -0700 Received: from 71-220-164-236.tcsn.qwest.net ([71.220.164.236] helo=oko.bagdala.net) by smtp-gs.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JEADH-00066D-9s; Sun, 13 Jan 2008 14:17:51 -0700 Message-ID: <478A1F10.70201@math.arizona.edu> Date: Sun, 13 Jan 2008 07:24:16 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070818) MIME-Version: 1.0 To: Wojciech Puchar References: <47893259.7080108@math.arizona.edu> <20080113215519.K1510@wojtek.tensor.gdynia.pl> In-Reply-To: <20080113215519.K1510@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting oko.bagdala.net is invalid X-Outgoing-Spam-Score: -0.2 (/) Cc: questions@freebsd.org Subject: Re: ps2pdf 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, 13 Jan 2008 21:18:01 -0000 Wojciech Puchar wrote: >> For those unfamiliar with the package one needs to go through >> >> .tex --> .dvi --> .ps --> .pdf >> >> for graphics to display properly (pdflatex is not an option nor it is >> dvipdfm) > > are you sure about .ps stage? there is pdflatex, makes perfect pdfs > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Yes, I am sure:-). Powerdot class of presentations is designed to use PS tricks and can not be compiled with pdflatex or should I say you can compile but you will lose most of graphics and colors. If you want to try let me know of the mailing list and I will send you a file for you to try. By the way powerdot class is not included in the standard teTeX distribution and has never been ported to FreeBSD. That is way, I use TeXLive. On the same note teTeX port of FreeBSD doesn't contain the fonts necessary for building the package from the source(which is trivial), actually even worse it contains the older version of fonts with lots of dependencies. teTeX is dead and the efforts of the community should be directed towards porting TeXLive to FreeBSD. Best, Predrag Punosevac From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:26:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E385416A41A for ; Sun, 13 Jan 2008 22:26:50 +0000 (UTC) (envelope-from fbsd06+SD=a103e584@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id AFFC413C46E for ; Sun, 13 Jan 2008 22:26:50 +0000 (UTC) (envelope-from fbsd06+SD=a103e584@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id D11C7D04FF for ; Sun, 13 Jan 2008 17:26:48 -0500 (EST) Date: Sun, 13 Jan 2008 22:26:45 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080113222645.5b7a15d3@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: ports download speed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 22:26:51 -0000 On Sun, 13 Jan 2008 15:59:04 +0000 Dead Line wrote: > > Hello People.. > > I recently have noticed something! > Im installing FreeBSD 6.2R fresh install, When im downloading > anything using the ports, The download speed appear as it is 33 K or > 32 K! In fact im on DSL 512 K. > Im a missing something silly here? is it the actual download > speed ? or the estimated? or? 32kBytes/s * 8bits/Bytes = 256kbit/s You are getting 50% of your nominal speed, that's not particularly unusual. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:38:12 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C86F16A468 for ; Sun, 13 Jan 2008 22:38:12 +0000 (UTC) (envelope-from aldenpease963@peaseenterprises.com) Received: from outbound-mail-31.bluehost.com (outbound-mail-31.bluehost.com [69.89.18.151]) by mx1.freebsd.org (Postfix) with SMTP id 5248013C457 for ; Sun, 13 Jan 2008 22:38:12 +0000 (UTC) (envelope-from aldenpease963@peaseenterprises.com) Received: (qmail 23534 invoked by uid 0); 13 Jan 2008 22:11:32 -0000 Received: from unknown (HELO host125.hostmonster.com) (74.220.207.125) by mailproxy2.bluehost.com with SMTP; 13 Jan 2008 22:11:32 -0000 Received: from d233090.tidewater.net ([12.148.233.90] helo=HomeComputer) by host125.hostmonster.com with esmtpa (Exim 4.68) (envelope-from ) id 1JEB3E-0006hA-Al for freebsd-questions@FreeBSD.org; Sun, 13 Jan 2008 15:11:32 -0700 Message-ID: From: "Alden Pease" To: Date: Sun, 13 Jan 2008 17:10:32 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 X-Identified-User: {727:host125.hostmonster.com:peaseent:peaseenterprises.com} {sentby:smtp auth 12.148.233.90 authed with aldenpease963@peaseenterprises.com} Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Realtek RTL8139 Family Fast Eithernet Adapter Plugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 22:38:12 -0000 Can you release a pack sometime in the future, like in version 8.0, with = a Realtek RTL8139 Family Fast Eithernet Adapter plugin? Please email me = back. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:47:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1410B16A417 for ; Sun, 13 Jan 2008 22:47:33 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9490413C45D for ; Sun, 13 Jan 2008 22:47:32 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id m0DMlUnP082256; Sun, 13 Jan 2008 23:47:30 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 05015B8FC; Sun, 13 Jan 2008 23:47:30 +0100 (CET) Date: Sun, 13 Jan 2008 23:47:29 +0100 From: Roland Smith To: Alden Pease Message-ID: <20080113224729.GA74507@slackbox.xs4all.nl> Mail-Followup-To: Alden Pease , freebsd-questions@freebsd.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: 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.17 (2007-11-01) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Realtek RTL8139 Family Fast Eithernet Adapter Plugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 22:47:33 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 13, 2008 at 05:10:32PM -0500, Alden Pease wrote: > Can you release a pack sometime in the future, like in version 8.0, > with a Realtek RTL8139 Family Fast Eithernet Adapter plugin? This chip is already supported by the re(4) driver. See http://www.freebsd.org/cgi/man.cgi?query=3Dre&apropos=3D0&sektion=3D4&manpa= th=3DFreeBSD+6.2-RELEASE&format=3Dhtml Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHipUBEnfvsMMhpyURAh8hAJ9Rp/7i6xpxHGtKlyKsf+pQfmU4fACgld7j VsOMyXf1PrVANevem/gja/s= =ghtM -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:47:45 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ED2516A498 for ; Sun, 13 Jan 2008 22:47:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D597013C44B for ; Sun, 13 Jan 2008 22:47:34 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0DMlMjv001382; Sun, 13 Jan 2008 23:47:22 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0DMlJJg001379; Sun, 13 Jan 2008 23:47:21 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2008 23:47:19 +0100 (CET) From: Wojciech Puchar To: Predrag Punosevac In-Reply-To: <478A1F10.70201@math.arizona.edu> Message-ID: <20080113234637.G1368@wojtek.tensor.gdynia.pl> References: <47893259.7080108@math.arizona.edu> <20080113215519.K1510@wojtek.tensor.gdynia.pl> <478A1F10.70201@math.arizona.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: ps2pdf 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, 13 Jan 2008 22:47:45 -0000 >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > Yes, I am sure:-). Powerdot class of presentations is designed to use PS > tricks and can not be compiled with pdflatex or should I say you can compile > but you will lose most of graphics and colors. > ok sorry i dodn't read carefully. i just use standard latex from tetex port, nothing more. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:48:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34C6816A41A for ; Sun, 13 Jan 2008 22:48:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5DB13C447 for ; Sun, 13 Jan 2008 22:48:22 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m0DMmA67001389; Sun, 13 Jan 2008 23:48:10 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m0DMm8bF001386; Sun, 13 Jan 2008 23:48:10 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 13 Jan 2008 23:48:08 +0100 (CET) From: Wojciech Puchar To: Alden Pease In-Reply-To: Message-ID: <20080113234745.A1368@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Realtek RTL8139 Family Fast Eithernet Adapter Plugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 22:48:29 -0000 adapter plugin? what do you mean. rtl8139 driver works fine in 6.* and 7.* On Sun, 13 Jan 2008, Alden Pease wrote: > Can you release a pack sometime in the future, like in version 8.0, with a Realtek RTL8139 Family Fast Eithernet Adapter plugin? Please email me back. > _______________________________________________ > freebsd-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 Jan 13 23:30:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2864A16A41A for ; Sun, 13 Jan 2008 23:30:32 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from dd17730.kasserver.com (dd17730.kasserver.com [85.13.138.103]) by mx1.freebsd.org (Postfix) with ESMTP id D69B813C45D for ; Sun, 13 Jan 2008 23:30:31 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from nermal.rz1.convenimus.net (sub87-230-112-211.he-dsl.de [87.230.112.211]) by dd17730.kasserver.com (Postfix) with ESMTP id EE33218843D68 for ; Mon, 14 Jan 2008 00:30:30 +0100 (CET) Received: by nermal.rz1.convenimus.net (Postfix, from userid 8) id B40D515217; Sun, 13 Jan 2008 23:57:55 +0100 (CET) To: freebsd-questions@freebsd.org Path: not-for-mail From: Christian Baer Newsgroups: gmane.os.freebsd.questions Date: Sun, 13 Jan 2008 23:57:55 +0100 (CET) Organization: Convenimus Projekt Lines: 36 Message-ID: NNTP-Posting-Host: sunny.rz1.convenimus.net X-Trace: nermal.rz1.convenimus.net 1200265075 29850 192.168.100.5 (13 Jan 2008 22:57:55 GMT) X-Complaints-To: abuse@convenimus.net NNTP-Posting-Date: Sun, 13 Jan 2008 22:57:55 +0000 (UTC) User-Agent: slrn/0.9.8.1 (FreeBSD/6.2-RELEASE-p9 (sparc64)) Subject: Changing the output of uname -m or -p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 13 Jan 2008 23:30:32 -0000 Hello Folks! This may be a bit of a hacker's question, but I'll just go for it in here - at least for starters. I want to play a prank on a friend of mine. He does a csup at least once a day and also makes a new world at least once a day. He is pretty nutty about that which is ok for some -CURRENT system, but he also does that on production systems. Now I don't want to judge him about that, but he is a bit sensitive about the output of uname. The version is very important to him. :-) The prank I want to pull is to somehow change the output of uname -m to read something different. The best thing would be to change that to something ancient like C-64, i286, i8086. Or, if only plattforms that FreeBSD supports are allowed, then mips, alpha or sparc64 on an i386. That should keep him thinking for a while. :-) I don't want to do any damage, so I just want to screw up the output of uname and the system should work normally apart from that. I realise that I may have to change some of the OS's code and that's not a problem. I just don't know where to look for this kind of thing and I don't really want to do too much reading just for a little prank. This guy is a really good friend of mine but sometimes get up my neck because I am much more conservative about updating my production systems. As you can see on this machine, I go along the lines of RELENG_6_2 which he can't understand. This should buy me a little peace and quite for a week or two. Getting access to his machines is no problem as I am often at his place. Can this even be done and if so how? Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Mon Jan 14 00:03:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B8C16A421 for ; Mon, 14 Jan 2008 00:03:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA2A713C459; Mon, 14 Jan 2008 00:03:44 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <478AA6DE.2080905@FreeBSD.org> Date: Mon, 14 Jan 2008 01:03:42 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Christian Baer 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: Changing the output of uname -m or -p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2008 00:03:45 -0000 Christian Baer wrote: > Hello Folks! > > This may be a bit of a hacker's question, but I'll just go for it in here > - at least for starters. > > I want to play a prank on a friend of mine. He does a csup at least once a > day and also makes a new world at least once a day. He is pretty nutty > about that which is ok for some -CURRENT system, but he also does that on > production systems. > > Now I don't want to judge him about that, but he is a bit sensitive about > the output of uname. The version is very important to him. :-) > > The prank I want to pull is to somehow change the output of uname -m to > read something different. The best thing would be to change that to > something ancient like C-64, i286, i8086. Or, if only plattforms that > FreeBSD supports are allowed, then mips, alpha or sparc64 on an i386. That > should keep him thinking for a while. :-) > > I don't want to do any damage, so I just want to screw up the output of > uname and the system should work normally apart from that. I realise that > I may have to change some of the OS's code and that's not a problem. I > just don't know where to look for this kind of thing and I don't really > want to do too much reading just for a little prank. > > This guy is a really good friend of mine but sometimes get up my neck > because I am much more conservative about updating my production systems. > As you can see on this machine, I go along the lines of RELENG_6_2 which > he can't understand. This should buy me a little peace and quite for a > week or two. Getting access to his machines is no problem as I am often at > his place. > > Can this even be done and if so how? See the manpage, and the UNAME_* variables. Kris From owner-freebsd-questions@FreeBSD.ORG Mon Jan 14 00:22:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freeb