From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 00:14:54 2007 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 148F416A41A for ; Sun, 29 Jul 2007 00:14:54 +0000 (UTC) (envelope-from jonny@jonny.eng.br) Received: from coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by mx1.freebsd.org (Postfix) with ESMTP id 97BBC13C461 for ; Sun, 29 Jul 2007 00:14:53 +0000 (UTC) (envelope-from jonny@jonny.eng.br) Received: from localhost (localhost [127.0.0.1]) by coe.ufrj.br (Postfix) with ESMTP id B918B1256C0 for ; Sat, 28 Jul 2007 20:54:44 -0300 (BRT) X-Virus-Scanned: amavisd-new at coe.ufrj.br Received: from coe.ufrj.br ([146.164.53.65]) by localhost (roma.coe.ufrj.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c16n942cGOEy for ; Sat, 28 Jul 2007 20:54:42 -0300 (BRT) Received-SPF: none (coe.ufrj.br: 201.19.202.96 is neither permitted nor denied by domain of jonny.eng.br) client-ip=201.19.202.96; envelope-from=jonny@jonny.eng.br; helo=[201.19.202.96]; Received: from [201.19.202.96] (unknown [201.19.202.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by coe.ufrj.br (Postfix) with ESMTP id 06A351256BE for ; Sat, 28 Jul 2007 20:54:41 -0300 (BRT) Message-ID: <46ABD749.8000800@jonny.eng.br> Date: Sat, 28 Jul 2007 20:54:49 -0300 From: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?= User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Problems with nfs rpc.statd and PAE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 00:14:54 -0000 Hi, I've just configured my first server with 4G RAM. To use it, I had to select PAE in kernel config. I was a little bit troubled by it's advice not to use modules (is it that critical?), but got it running. But when it is running on PAE, NFS statd refuses to run: # /etc/rc.d/nfslocking start Starting statd. rpc.statd: unable to mmap() status file: Cannot allocate memory Segmentation fault # Using strace I found it was trying to mmap the status file, at /var/db/statd.status: open("/var/db/statd.status", O_RDWR) = 10 mmap(0, 268435456, PROT_READ|PROT_WRITE, MAP_SHARED, 10, 0) = -1 ENOMEM (Cannot allocate memory) It's really strange to have mmap len = 256M, specially because the file is always small. But it works without PAE, and do not work with PAE. And it is described in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/book.html#STATD-MEM-LEAK Also, I tought PAE was only needed when we had MORE than 4G. But without PAE the system shows only 3.5G: - Without PAE: Jul 25 16:34:41 zeus kernel: real memory = 3757965312 (3583 MB) Jul 25 16:34:41 zeus kernel: avail memory = 3678429184 (3508 MB) - With PAE: Jul 25 17:09:01 zeus kernel: real memory = 4831838208 (4608 MB) Jul 25 17:09:01 zeus kernel: avail memory = 4193112064 (3998 MB) If I could use the whole 4G, or at least lose less than 512M, I'd prefer to stay off PAE. Any help you could give me? TIA, Jonny -- João Carlos Mendes Luís - Networking Engineer - jonny@jonny.eng.br From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 00:41:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA1F616A418 for ; Sun, 29 Jul 2007 00:41:51 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from grid.sixcompanies.com (grid.sixcompanies.com [69.90.133.39]) by mx1.freebsd.org (Postfix) with ESMTP id 84D2613C4A7 for ; Sun, 29 Jul 2007 00:41:51 +0000 (UTC) (envelope-from jbronson@sixcompanies.com) Received: from cheyenne.sixcompanies.com (adsl-69-210-134-105.dsl.milwwi.ameritech.net [69.210.134.105]) (authenticated bits=128) by grid.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l6T0fiaM000809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 28 Jul 2007 17:41:51 -0700 (PDT) Received: from coors.sixcompanies.com (coors.sixcompanies.com [10.43.82.9]) by cheyenne.sixcompanies.com (8.14.1/8.14.1) with ESMTP id l6T0fiSc002310; Sat, 28 Jul 2007 19:41:44 -0500 (CDT) Message-Id: <200707290041.l6T0fiSc002310@cheyenne.sixcompanies.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 28 Jul 2007 19:41:31 -0500 To: freebsd-questions@freebsd.org From: JD Bronson Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: arp/dhcp question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 00:41:51 -0000 I recently moved my PPPoE onto my 4100 modem. Tt is capable of passing my public IP into the freebsd box and then when I reboot, since the modem keeps my connection alive I dont change IPs as often...This works very well...but, however, this has caused a new twist: My modem appears to be at IP 192.168.0.1 My freebsd box has 2 NICs in it: WAN = DHCP (connected to the 4100 modem) LAN = 10.0.0.1 When the freebsd box boots, it asks for a DHCP address and the modem hands it a public one...207.227.122.7 for example. This works well...with one exception: Each so many seconds or so, my dmesg is filled with tons of these: arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 arplookup: unable to enter address for 192.168.0.1 Now I certainly know why, but cant seem to solve this. If I try to add an alias IP on the WAN NIC (after DHCP) this works but seems to kill off dhclient so once it gets a public IP it never asks/updates again. I am looking for a solution either in a NIC or route command... I could tell the modem to hand me a private IP but I would prefer to have the freebsd box use a public. Help? -JD From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 01:58:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 462B116A509 for ; Sun, 29 Jul 2007 01:58:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 10A0A13C45D for ; Sun, 29 Jul 2007 01:58:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id CF7C91A3C1A; Sat, 28 Jul 2007 18:58:32 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 90573BEC3; Sat, 28 Jul 2007 21:58:43 -0400 (EDT) Date: Sat, 28 Jul 2007 21:58:43 -0400 From: Kris Kennaway To: Lars Eighner Message-ID: <20070729015843.GA73605@rot26.obsecurity.org> References: <20070728175541.V1078@tbbqjvyy.6qbyyneqvnyhc.pbz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070728175541.V1078@tbbqjvyy.6qbyyneqvnyhc.pbz> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions Subject: Re: Why won't RELENG_6_2 Build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 01:58:44 -0000 On Sat, Jul 28, 2007 at 05:55:56PM -0500, Lars Eighner wrote: > I am trying to build RELENG_6_2 from a freshly cvsupped ports tree. > > It stops in the build of libmagic with a message from the temporary (build) > ld 'cannot find -lc'? > > What does this mean? How can I fix it? Usually means your system clock is wrong From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 02:09:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E3916A417 for ; Sun, 29 Jul 2007 02:09:57 +0000 (UTC) (envelope-from larse@larseighner.com) Received: from mail.team1internet.com (mail.team1internet.com [216.110.13.10]) by mx1.freebsd.org (Postfix) with ESMTP id D1F2813C461 for ; Sun, 29 Jul 2007 02:09:56 +0000 (UTC) (envelope-from larse@larseighner.com) Received: by mail.team1internet.com (Postfix, from userid 12346) id 091A016B678; Sat, 28 Jul 2007 21:09:56 -0500 (CDT) Received: from larseighner.com (unknown [216.110.13.85]) by mail.team1internet.com (Postfix) with SMTP id 9049716B677 for ; Sat, 28 Jul 2007 21:09:54 -0500 (CDT) Received: by larseighner.com (nbSMTP-1.00) for uid 1003 larse@larseighner.com; Sat, 28 Jul 2007 21:08:35 -0500 (CDT) Date: Sat, 28 Jul 2007 21:08:34 -0500 (CDT) From: Lars Eighner X-X-Sender: larse@goodwill.6dollardialup.com To: freebsd-questions In-Reply-To: <20070729015843.GA73605@rot26.obsecurity.org> Message-ID: <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> References: <20070728175541.V1078@tbbqjvyy.6qbyyneqvnyhc.pbz> <20070729015843.GA73605@rot26.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Sanitizer: Anomy and SpamAssassin mail filter - see http://www.6dollardialup.com/support/spaminfo.html X-Spam-Status: No, hits=-3.3 required=10.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,OACYS_SINGLE,QUOTED_EMAIL_TEXT, REFERENCES,RM_sl_Parens,RM_sl_RandomLetters3c, SIGNATURE_SHORT_DENSE,TO_LOCALPART_EQ_REAL version=2.43 X-Spam-Level: Subject: Re: Why won't RELENG_6_2 Build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 02:09:57 -0000 On Sat, 28 Jul 2007, Kris Kennaway wrote: > On Sat, Jul 28, 2007 at 05:55:56PM -0500, Lars Eighner wrote: >> I am trying to build RELENG_6_2 from a freshly cvsupped ports tree. >> >> It stops in the build of libmagic with a message from the temporary (build) >> ld 'cannot find -lc'? >> >> What does this mean? How can I fix it? > > Usually means your system clock is wrong Maybe a couple of minutes slow, but how exactly would the build know, so long as the times were consitent? -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 02:36:17 2007 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 A558816A41F for ; Sun, 29 Jul 2007 02:36:17 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 4F40113C480 for ; Sun, 29 Jul 2007 02:36:17 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2350833pye for ; Sat, 28 Jul 2007 19:36:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ldOqRpspCw6yD8bPhYn8V1qokQ6yj7hipSoMrEU7sPX9JgHD//mFu3sK8GcLOSXHRx5i4gRGrYAYbQy53hfK9f0QT6BVfnTo072/KO0u/dSrKImuS1zaUkMgKKEb9uwfhhwvfmXWHYOfzUs3Sz//tZjMkeBs0nUfh1T6IjW7f5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Larz2oyYGfGNsZ6sMpUCYqyTnDoEo2Ur1htEhzgUchjvm3Eb9/mkuoRKy5Bo53QdADoi2vyaHfG+rZ6gMSlUapggbzUjKyRgSuxL/Vfjq1xguXpqNyEC/E537M5WCQy+df9fZYrb19tlcR6T4yPYvHwR4ZlVdUCfFO7bJLm/qew= Received: by 10.35.84.9 with SMTP id m9mr7318318pyl.1185676576684; Sat, 28 Jul 2007 19:36:16 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Sat, 28 Jul 2007 19:36:16 -0700 (PDT) Message-ID: <105fa37b0707281936v1443c7aagcf7c5473460eaeb3@mail.gmail.com> Date: Sat, 28 Jul 2007 22:36:16 -0400 From: "Hakan K" To: "LISTSERV.GSA.GOV LISTSERV Server (15.0)" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: SSA_ENEWS: Cancellation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 02:36:17 -0000 Why? > SIGNOFF SSA_ENEWS You have been removed from the SSA_ENEWS list. Summary of resource utilization ------------------------------- CPU time: 0.000 sec Device I/O: 21 Overhead CPU: 0.000 sec Paging I/O: 8 CPU model: 4-CPU 2.8GHz Xeon 2.80GHz HT 1M (2048M) Job origin: questions@FREEBSD.ORG On 7/28/07, LISTSERV.GSA.GOV LISTSERV Server (15.0) < LISTSERV@listserv.gsa.gov> wrote: > > > SIGNOFF SSA_ENEWS > You have been removed from the SSA_ENEWS list. > > Summary of resource utilization > ------------------------------- > CPU time: 0.000 sec Device I/O: 21 > Overhead CPU: 0.000 sec Paging I/O: 8 > CPU model: 4-CPU 2.8GHz Xeon 2.80GHz HT 1M (2048M) > Job origin: questions@FREEBSD.ORG > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Troy http://dominor.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 02:46:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C952F16A41A for ; Sun, 29 Jul 2007 02:46:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A7C7013C4A5 for ; Sun, 29 Jul 2007 02:46:03 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3769B1A3C1A; Sat, 28 Jul 2007 19:45:52 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 0AE55BEC3; Sat, 28 Jul 2007 22:46:03 -0400 (EDT) Date: Sat, 28 Jul 2007 22:46:03 -0400 From: Kris Kennaway To: Lars Eighner Message-ID: <20070729024603.GA73999@rot26.obsecurity.org> References: <20070728175541.V1078@tbbqjvyy.6qbyyneqvnyhc.pbz> <20070729015843.GA73605@rot26.obsecurity.org> <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions Subject: Re: Why won't RELENG_6_2 Build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 02:46:03 -0000 On Sat, Jul 28, 2007 at 09:08:34PM -0500, Lars Eighner wrote: > On Sat, 28 Jul 2007, Kris Kennaway wrote: > > >On Sat, Jul 28, 2007 at 05:55:56PM -0500, Lars Eighner wrote: > >>I am trying to build RELENG_6_2 from a freshly cvsupped ports tree. > >> > >>It stops in the build of libmagic with a message from the temporary > >>(build) > >>ld 'cannot find -lc'? > >> > >>What does this mean? How can I fix it? > > > >Usually means your system clock is wrong > > Maybe a couple of minutes slow, but how exactly would the build know, so > long as the times were consitent? If the clock is older than the timestamps on the source files (or the time jump backwards) then the build will become confused. Kris From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 04:09:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3132A16A41A for ; Sun, 29 Jul 2007 04:09:46 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id BFD9313C459 for ; Sun, 29 Jul 2007 04:09:45 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so214587rvb for ; Sat, 28 Jul 2007 21:09:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SrfgDJXDOkW9zYGrW6FmzGAdJD4S+ICKiP1ktczlCKoJhnHqI7SiKr9ZoD1NihsjSq9F9FogNuCg28MT8Ur8kQv3KRMkWFqyrXTPP+b9V4MjnLFIylCC7vaXHuVNOPk5YUXbCfep8j4jBWHYXRU97tyi3IY+Z2HI1k723isrZLE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rs61PfvfaoE3edohlXqMP1Aus8tE+6hRa347kllch4Gep57r5kU8LarR6Y7JZgESc0t2MHA9BgBRhJ5dHExhZhNdwxRfWjWTxhH1IVagWkC3tUXBRgwxmUF4mfSa2VOc1ZBaQVdXwOANtivCl7jQWckwK+DnBerSwqkj1N61H4w= Received: by 10.141.202.12 with SMTP id e12mr1418114rvq.1185682185489; Sat, 28 Jul 2007 21:09:45 -0700 (PDT) Received: by 10.140.170.12 with HTTP; Sat, 28 Jul 2007 21:09:45 -0700 (PDT) Message-ID: <64c038660707282109v1f846962o8a7d52c4dc4c4fb2@mail.gmail.com> Date: Sat, 28 Jul 2007 22:09:45 -0600 From: Modulok 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: "umount -f" Complete system crash... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 04:09:46 -0000 BACKGROUND Someone brought me a camera they were having trouble with: winXP refused to mount the file system. I tried it on FreeBSD 6.1-RELEASE, "mount_msdosfs /dev/da0s1 /mnt", no problems. I recovered all of their photos. I attempted to "umount /mnt" and encountered an error, something along the lines of cannot contact device, (I don't remember exactly. No, I wasn't in the directory I was attempting to umount.). No other process was communicating with the device, according to the camera it was 'idle'. I issued a "umount -f /mnt" command. The entire system locked up for a few seconds (maybe 4) and then CRASH! I found myself looking at my BIOS output as the system reboots. QUESTIONS 1. Obviously, why did FreeBSD crash? (More specifically what could cause a crash in this situation?) 2. How do I find out, why it crashed? 3. Did I do something terribly unorthodox to invoke this crash, given the situation? If so, what could be done different? Any pointers would be appreciated. -Modulok- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 04:10:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5425516A419 for ; Sun, 29 Jul 2007 04:10:05 +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 2CC2E13C442 for ; Sun, 29 Jul 2007 04:10:05 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 1A36B50882 for ; Sun, 29 Jul 2007 00:10:04 -0400 (EDT) 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 NvisARc8+uDO for ; Sun, 29 Jul 2007 00:10:02 -0400 (EDT) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 08FF950842; Sun, 29 Jul 2007 00:10:01 -0400 (EDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20070729041002.08FF950842@nyi.unixathome.org> Date: Sun, 29 Jul 2007 00:10:01 -0400 (EDT) Subject: The FreeBSD Diary: 2007-07-08 - 2007-07-28 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 04:10:05 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 9-Jul : Virus scanning Setting up amavisd and clamav on FreeBSD http://freebsddiary.org/virus-scanning.php?2 9-Jul : Fighting spam with pf Spam is nasty. pf is good. http://freebsddiary.org/pf.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 05:36:31 2007 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 154D016A417 for ; Sun, 29 Jul 2007 05:36:31 +0000 (UTC) (envelope-from david+dated+1186117148.bb0221@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id B0AAA13C457 for ; Sun, 29 Jul 2007 05:36:30 +0000 (UTC) (envelope-from david+dated+1186117148.bb0221@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.8/8.13.8) with ESMTP id l6T4x93h081920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 Jul 2007 00:59:09 -0400 (EDT) (envelope-from david+dated+1186117148.bb0221@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.8/8.14.1/Submit) id l6T4x8gv081919 for questions@freebsd.org; Sun, 29 Jul 2007 00:59:08 -0400 (EDT) (envelope-from david+dated+1186117148.bb0221@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1186117148.bb0221@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sun, 29 Jul 2007 00:59:08 -0400 Date: Sun, 29 Jul 2007 00:59:07 -0400 To: questions@freebsd.org Message-ID: <20070729045906.GA81833@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Delivery-Agent: TMDA/1.1.11 (Ladyburn) From: David Banning X-Virus-Scanned: ClamAV 0.88.5/3803/Sat Jul 28 19:12:27 2007 on 3s1.com X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on 3s1.com Cc: Subject: problems with mysql database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 05:36:31 -0000 I have recently converted from mysql 4.1 to 5.0 and some of my tables are not recogized. Using the mysql_upgrade utility is not effective as -it- does not recognize certain tables. On closer examination I see that the tables that are -not- recognize have the following extensions; -rw-rw---- 1 mysql mysql 147787 Jul 23 02:44 company.ISD -rw-rw---- 1 mysql mysql 13312 Jul 23 02:44 company.ISM -rw-rw---- 1 mysql mysql 9064 Dec 8 2006 company.frm while the tables that have no problem have different extensions; -rw-rw---- 1 mysql mysql 3592 Jul 28 23:49 Employees.MYD -rw-rw---- 1 mysql mysql 1024 Jul 28 23:49 Employees.MYI -rw-rw---- 1 mysql mysql 9174 Dec 19 2006 Employees.frm Any idea whats going on here? From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 05:48:12 2007 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 7329D16A418 for ; Sun, 29 Jul 2007 05:48:12 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id 39AFE13C465 for ; Sun, 29 Jul 2007 05:48:12 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 75626 invoked from network); 29 Jul 2007 05:48:11 -0000 Received: from adsl-75-3-94-126.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.94.126) by alpha.cyberleo.net with ESMTPA; 29 Jul 2007 05:48:11 -0000 Message-ID: <46AC1489.5070201@cyberleo.net> Date: Sat, 28 Jul 2007 23:15:46 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: David Banning References: <20070729045906.GA81833@skytracker.ca> In-Reply-To: <20070729045906.GA81833@skytracker.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: problems with mysql database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 05:48:12 -0000 David Banning wrote: > I have recently converted from mysql 4.1 to 5.0 and some of my > tables are not recogized. Using the mysql_upgrade utility is > not effective as -it- does not recognize certain tables. > > On closer examination I see that the tables that are -not- recognize > have the following extensions; > > -rw-rw---- 1 mysql mysql 147787 Jul 23 02:44 company.ISD > -rw-rw---- 1 mysql mysql 13312 Jul 23 02:44 company.ISM > -rw-rw---- 1 mysql mysql 9064 Dec 8 2006 company.frm > > while the tables that have no problem have different extensions; > > -rw-rw---- 1 mysql mysql 3592 Jul 28 23:49 Employees.MYD > -rw-rw---- 1 mysql mysql 1024 Jul 28 23:49 Employees.MYI > -rw-rw---- 1 mysql mysql 9174 Dec 19 2006 Employees.frm > > Any idea whats going on here? ISM files are from the old (depreciated, removed) ISAM table engine. This was superseded by the MyISAM table engine. As detailed in the upgrade documentation for MySQL 5, you must change the database engine prior to upgrading, as MySQL 5 no longer has support for the old ISAM engine. This can be accomplished by logging in as a user with ALTER privileges on the tables in question, and issuing an ALTER TABLE table_name TYPE MyISAM; or ALTER TABLE table_name TYPE InnoDB; before upgrading to MySQL 5. If you've already upgraded, you must find a copy of 4.x recent enough to understand the tables, and use that to convert or dump them. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 06:31:19 2007 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 26BEC16A418 for ; Sun, 29 Jul 2007 06:31:19 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 366B013C457 for ; Sun, 29 Jul 2007 06:31:17 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l6T65IBx018087; Sun, 29 Jul 2007 01:05:18 -0500 (CDT) (envelope-from dan) Date: Sun, 29 Jul 2007 01:05:18 -0500 From: Dan Nelson To: David Banning Message-ID: <20070729060518.GA5725@dan.emsphone.com> References: <20070729045906.GA81833@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070729045906.GA81833@skytracker.ca> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: problems with mysql database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 06:31:19 -0000 In the last episode (Jul 29), David Banning said: > I have recently converted from mysql 4.1 to 5.0 and some of my tables > are not recogized. Using the mysql_upgrade utility is not effective > as -it- does not recognize certain tables. > > On closer examination I see that the tables that are -not- recognize > have the following extensions; > > -rw-rw---- 1 mysql mysql 147787 Jul 23 02:44 company.ISD > -rw-rw---- 1 mysql mysql 13312 Jul 23 02:44 company.ISM > -rw-rw---- 1 mysql mysql 9064 Dec 8 2006 company.frm > > while the tables that have no problem have different extensions; > > -rw-rw---- 1 mysql mysql 3592 Jul 28 23:49 Employees.MYD > -rw-rw---- 1 mysql mysql 1024 Jul 28 23:49 Employees.MYI > -rw-rw---- 1 mysql mysql 9174 Dec 19 2006 Employees.frm > > Any idea whats going on here? You may have missed: http://dev.mysql.com/doc/refman/5.0/en/upgrading-from-4-1.html#id2794303 Incompatible change: Support for the ISAM storage engine has been removed in MySQL 5.0. If you have any ISAM tables, you should convert them before upgrading. For example, to convert an ISAM table to use the MyISAM storage engine, use this statement: ALTER TABLE tbl_name ENGINE = MyISAM; Use a similar statement for every ISAM table in each of your databases. ISAM tables were actually deprecated back in 3.23 and the manual predicted that support would be gone in 5.0. You'll need to temporarily drop down to 4.1, or copy those table files to a 4.1 server, convert to MyISAM, then copy them back. If you have made a mysqldump of your tables recently, you can also delete your existing database files and reload from the dump; 5.0 will ignore the ENGINE=ISAM option and create MyISAM tables. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 08:54:50 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0EB316A419 for ; Sun, 29 Jul 2007 08:54:50 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.247]) by mx1.freebsd.org (Postfix) with ESMTP id A7AA513C45A for ; Sun, 29 Jul 2007 08:54:50 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so96755aga for ; Sun, 29 Jul 2007 01:54:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AsOPVca4QsZdAeRfCO2lS5koDcFPOY0X/RFTmCjt+RoFN1UoigJI6P1QjljI0CmUJ5v4wHk76B6sKFdKEkoCeDncM3GgZ2Yjg2gb+PgCnBUQZsDUchfXTIdtjN4j3wpl2CwCEkWEbfPowqif16Xm6NSVyJ3MFzNjlW6yOjhLL2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bppPhmgpKKoxyBKg/MIVkZwYXs7nw3vJ9uuIsa6dn34iPPryiil0IQvYApWo6amxPEGOJvYTVXMrZ3Bt5+DQFOVYOqMmPRJ77b9HNIbprTVRwEUSCdwyXl73umOu2yrUhAiWk3kNMBL4vux49RYInA7yvBYkgFk6wGMrLdNhMlo= Received: by 10.90.71.3 with SMTP id t3mr1237749aga.1185698309110; Sun, 29 Jul 2007 01:38:29 -0700 (PDT) Received: by 10.90.68.3 with HTTP; Sun, 29 Jul 2007 01:38:29 -0700 (PDT) Message-ID: <76c271ae0707290138v24753b68k88e51504f5de2c60@mail.gmail.com> Date: Sun, 29 Jul 2007 16:38:29 +0800 From: PowerMan To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: A question about 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 08:54:51 -0000 Dear sir, My first language is not English, if I made some bad words or expression, please forgive me. I have learned from your web site http://www.freebsd.org that 6.2-stable is relased on 15 Jan, 2007. But why there is also 6.2-stable snapshots released in May 2007 and June 2007? Should all snapshots be released before a final release is released? Should no snapshots be released after a final release is released? I can't express myself very well, I wish you can understand me. Thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:01:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A58A716A419 for ; Sun, 29 Jul 2007 09:01:12 +0000 (UTC) (envelope-from freebsd.lists@fsck.ch) Received: from secure.socket.ch (secure.socket.ch [212.103.70.36]) by mx1.freebsd.org (Postfix) with ESMTP id 63D2113C491 for ; Sun, 29 Jul 2007 09:01:12 +0000 (UTC) (envelope-from freebsd.lists@fsck.ch) Received: from 84-75-182-249.dclient.hispeed.ch ([84.75.182.249] helo=factory.fsck.ch) by secure.socket.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IF4KG-000OLq-6U for freebsd-questions@freebsd.org; Sun, 29 Jul 2007 10:40:37 +0200 Message-ID: <46AC527F.4010305@fsck.ch> Date: Sun, 29 Jul 2007 10:40:31 +0200 From: Tobias Roth User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) X-Spam-Report: Spam detection software, running on the system "secure.socket.ch", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Hi I run a daily portsnap from cron, using the following line: /usr/sbin/portsnap cron update > /dev/null 2>&1 ; /usr/local/sbin/portversion -vL= [...] Content analysis details: (0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 1.6 TVD_RCVD_IP TVD_RCVD_IP 0.0 DK_POLICY_SIGNSOME Domain Keys: policy says domain signs some mails 0.0 DKIM_POLICY_SIGNSOME Domain Keys Identified Mail: policy says domain signs some mails X-SA-Exim-Connect-IP: 84.75.182.249 X-SA-Exim-Mail-From: freebsd.lists@fsck.ch X-SA-Exim-Scanned: No (on secure.socket.ch); SAEximRunCond expanded to false Subject: portsnap from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 09:01:12 -0000 Hi I run a daily portsnap from cron, using the following line: /usr/sbin/portsnap cron update > /dev/null 2>&1 ; /usr/local/sbin/portversion -vL= Until recently, I only received a mail when there were ports to upgrade. However, now I get this every day, even when there are no new ports: [Updating the portsdb in /usr/ports ... - 17465 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.... ..... done] Any idea how to get rid of it? Thanks From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:06:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B8916A417 for ; Sun, 29 Jul 2007 09:06:59 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 966C313C45B for ; Sun, 29 Jul 2007 09:06:59 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6T96uec004729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 02:06:57 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6T96ul9012377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 02:06:56 -0700 Message-ID: <46AC58B0.6060808@u.washington.edu> Date: Sun, 29 Jul 2007 02:06:56 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Tobias Roth References: <46AC527F.4010305@fsck.ch> In-Reply-To: <46AC527F.4010305@fsck.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.14933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='SUPERLONG_LINE 0.05, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions@freebsd.org Subject: Re: portsnap from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 09:06:59 -0000 Tobias Roth wrote: > Hi > > I run a daily portsnap from cron, using the following line: > > /usr/sbin/portsnap cron update > /dev/null 2>&1 ; > /usr/local/sbin/portversion -vL= > > > Until recently, I only received a mail when there were ports to upgrade. > However, now I get this every day, even when there are no new ports: > > [Updating the portsdb in /usr/ports ... - 17465 port > entries found > .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.... > ..... done] > > > Any idea how to get rid of it? > > Thanks > That's not going to change until portversion changes. The problem is most likely that portsnap touches the file and portversion finds it necessary to update the portsdb. Processing the text from portversion will yield the info you want. Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:11:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1D7516A41A for ; Sun, 29 Jul 2007 09:11:35 +0000 (UTC) (envelope-from freebsd.lists@fsck.ch) Received: from secure.socket.ch (secure.socket.ch [212.103.70.36]) by mx1.freebsd.org (Postfix) with ESMTP id ADBD213C457 for ; Sun, 29 Jul 2007 09:11:35 +0000 (UTC) (envelope-from freebsd.lists@fsck.ch) Received: from 84-75-182-249.dclient.hispeed.ch ([84.75.182.249] helo=factory.fsck.ch) by secure.socket.ch with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IF4oG-000OPX-JZ; Sun, 29 Jul 2007 11:11:34 +0200 Message-ID: <46AC59C3.7080804@fsck.ch> Date: Sun, 29 Jul 2007 11:11:31 +0200 From: Tobias Roth User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Garrett Cooper References: <46AC527F.4010305@fsck.ch> <46AC58B0.6060808@u.washington.edu> In-Reply-To: <46AC58B0.6060808@u.washington.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) X-Spam-Report: Spam detection software, running on the system "secure.socket.ch", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Garrett Cooper wrote: > That's not going to change until portversion changes. The problem is > most likely that portsnap touches the file and portversion finds it > necessary to update the portsdb. Processing the text from portversion > will yield the info you want. > Cheers, > -Garrett [...] Content analysis details: (0.2 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 1.6 TVD_RCVD_IP TVD_RCVD_IP 0.0 DK_POLICY_SIGNSOME Domain Keys: policy says domain signs some mails 0.0 DKIM_POLICY_SIGNSOME Domain Keys Identified Mail: policy says domain signs some mails X-SA-Exim-Connect-IP: 84.75.182.249 X-SA-Exim-Mail-From: freebsd.lists@fsck.ch X-SA-Exim-Scanned: No (on secure.socket.ch); SAEximRunCond expanded to false Cc: freebsd-questions@freebsd.org Subject: Re: portsnap from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 09:11:36 -0000 Garrett Cooper wrote: > That's not going to change until portversion changes. The problem is > most likely that portsnap touches the file and portversion finds it > necessary to update the portsdb. Processing the text from portversion > will yield the info you want. > Cheers, > -Garrett Ohh, now at least I have an idea why it is suddenly happening, and how to fix it. I'll either run portsdb between portsnap and portversion, or try to grep out the unneeded stuff. Thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:37:44 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1523816A417 for ; Sun, 29 Jul 2007 09:37:44 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id A910F13C45E for ; Sun, 29 Jul 2007 09:37:43 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1005814wxd for ; Sun, 29 Jul 2007 02:37:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=LpZ/cJJrYAoXsTMBJKZ9B+nKV9LpBkUidW8uK4dYiTSwPz7uwrwXzwA7v2EsWcyUc5n85oSjVhvI6D5rRFX5s2NURIIpW9akPtcmyTGeaeZcu6JShLJ6h10DLVFWR7jXbF1Pv56IdwBFc2S/h9janZe/rBL3iAhW2/cqeACoqXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gD0kxrEPLnkkjSj/WNJjPKTxRMHgfpLg61cl/BP12FDnl27h5GmX/4kuXJ/B0NRMZxk4FeYlWyrKhNaZScEFFWvYa8NEPkzwDhcPVikKeyxDWvwh8L9QCUV6uyR+Eo3GlLrEXP0BHs770aZ7+JUkzAh6gQe6x7pVM+t8OKIqWMo= Received: by 10.90.52.18 with SMTP id z18mr1225574agz.1185701862990; Sun, 29 Jul 2007 02:37:42 -0700 (PDT) Received: by 10.90.68.3 with HTTP; Sun, 29 Jul 2007 02:37:42 -0700 (PDT) Message-ID: <76c271ae0707290237o351eafa7ifd51371b84bb21f3@mail.gmail.com> Date: Sun, 29 Jul 2007 17:37:42 +0800 From: PowerMan To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: a simple question about snapshot, thanks for reply X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 09:37:44 -0000 Dear sir, My first English is not English, please forgive me if I made some bad words or expression. I have learned from your web site http://www.freebsd.org, that version 6.2 is released in 15 Jan, 2007. Is that a stable release? If it is, why there is 6.2-stable snapshots released in May and June 2007? Should all snapshots be released before a final stable release ? should no snapshots be released after a final stable release? I may not express myself very well, I wish you can understand me. thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:42:43 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6E0F16A41A for ; Sun, 29 Jul 2007 09:42:43 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id 7D11613C4A5 for ; Sun, 29 Jul 2007 09:42:43 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1006273wxd for ; Sun, 29 Jul 2007 02:42:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=PvOSbBz7EcujBtvEIZ3OOZsCVF+af0aL6xdqbkAPDLmSDf+lgSBNZ+y8d1x+NfnSK702tYJckCiOOcDhFwgvBM+tSO0oV9uZsOYtMuzFOwVRqlU+hvDRMSnG9hyyeg/TnhX1S+frBeR2kbBTqLy6QivwAMSrMYVn/MCFurbtIAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jN71urPUoz+bPSRsX9CEQJJoJwtyVBRVNsA8NIn0+acoj9lILFI+zRIVPbbtpcbbngeHuzN6iRShAYEKXa0gugK/IQDxUYS0o/z5VDvO2vEP6Awv+d4TCs/znBAiZs6cZR/QZULqFty3rTQzsFOq2sD0H4/T5k6svgz3AnQWSr8= Received: by 10.90.88.13 with SMTP id l13mr1259927agb.1185702162925; Sun, 29 Jul 2007 02:42:42 -0700 (PDT) Received: by 10.90.68.3 with HTTP; Sun, 29 Jul 2007 02:42:42 -0700 (PDT) Message-ID: <76c271ae0707290242l602a62adufd7444e2c4f47b97@mail.gmail.com> Date: Sun, 29 Jul 2007 17:42:42 +0800 From: PowerMan To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: a simple question about snapshot, thanks for reply X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 09:42:43 -0000 Dear sir, My first language is not English, please forgive me if I made some bad words or expression. I have learned from your web site http://www.freebsd.org, that version 6.2 is released in 15 Jan, 2007. Is that a stable release? If it is, why there is 6.2-stable snapshots released in May and June 2007? Should all snapshots be released before a final stable release ? should no snapshots be released after a final stable release? I could not express myself very well, I wish you can understand me. thanks. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 09:47:44 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85B0A16A41B for ; Sun, 29 Jul 2007 09:47:44 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1C013C46B for ; Sun, 29 Jul 2007 09:47:44 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6T9lhkK000828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 02:47:43 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6T9lhVh012730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 02:47:43 -0700 Message-ID: <46AC623F.6000609@u.washington.edu> Date: Sun, 29 Jul 2007 02:47:43 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: PowerMan References: <76c271ae0707290237o351eafa7ifd51371b84bb21f3@mail.gmail.com> In-Reply-To: <76c271ae0707290237o351eafa7ifd51371b84bb21f3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.22632 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions@FreeBSD.org Subject: Re: a simple question about snapshot, thanks for reply X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 09:47:44 -0000 PowerMan wrote: > Dear sir, > My first English is not English, please forgive me if I made some bad > words > or expression. > > I have learned from your web site http://www.freebsd.org, > that version 6.2 is released in 15 Jan, 2007. > > Is that a stable release? > > If it is, why there is 6.2-stable snapshots released in May and June > 2007? > > Should all snapshots be released before a final stable release ? > > should no snapshots be released after a final stable release? > > I may not express myself very well, I wish you can understand me. > > thanks. That's an official release. A few patched stable releases have been done since then to fix security issues, as well as MFC (merged from current) modifications (new drivers added, etc). Also, snapshots of the managed CVS branches are done periodically (legacy, stable, current), which you may or may not have seen. Patches are made to all supported releases, until their respective EoL (end of life) dates, so that's why there are periodic releases. Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 10:42:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A61F616A419 for ; Sun, 29 Jul 2007 10:42:10 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA2213C494 for ; Sun, 29 Jul 2007 10:42:10 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 994023989F for ; Sun, 29 Jul 2007 12:42:04 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 13B8839884; Sun, 29 Jul 2007 12:42:04 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 878383987B for ; Sun, 29 Jul 2007 12:41:51 +0200 (CEST) Message-ID: <46AC6EEE.8040201@boosten.org> Date: Sun, 29 Jul 2007 12:41:50 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: FreeBSD Questions X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000762-0, 07/29/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Several version of gcc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 10:42:10 -0000 Hi all, Next to the standard gcc there seem to be two others on my system, installed as dependencies for other packages. These are gcc_4.1.3 and gcc_4.2.1, both with a date behind there name. Since these packages seem to be updated daily (at least once a week) and updating these packages take forever, this is becoming quite a burden. Is there any smart setting in /etc/make.conf that keeps my system from eanting to update these? Thanks in advance. Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 10:43:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB1FE16A419 for ; Sun, 29 Jul 2007 10:43:45 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 6E85013C457 for ; Sun, 29 Jul 2007 10:43:45 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 63F2A3989F for ; Sun, 29 Jul 2007 12:43:44 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 3315939884; Sun, 29 Jul 2007 12:43:44 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id E84153987B for ; Sun, 29 Jul 2007 12:43:39 +0200 (CEST) Message-ID: <46AC6F5B.6010601@boosten.org> Date: Sun, 29 Jul 2007 12:43:39 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: FreeBSD Questions References: <46AC6EEE.8040201@boosten.org> In-Reply-To: <46AC6EEE.8040201@boosten.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000762-0, 07/29/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Several versions of gcc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 10:43:45 -0000 Peter Boosten wrote: > Hi all, > > Next to the standard gcc there seem to be two others on my system, > installed as dependencies for other packages. > > These are gcc_4.1.3 and gcc_4.2.1, both with a date behind there name. > > Since these packages seem to be updated daily (at least once a week) and > updating these packages take forever, this is becoming quite a burden. > > Is there any smart setting in /etc/make.conf that keeps my system from > eanting to update these? > When I mention 'package', I mean 'port' of course. Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:03:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BB6816A41B for ; Sun, 29 Jul 2007 11:03:07 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF5A13C4B4 for ; Sun, 29 Jul 2007 11:03:07 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1317926waf for ; Sun, 29 Jul 2007 04:03:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=UTQg8Pr7x9CCpGEagvvDrj3CIitj1VdLK17ExZ3LJ5dIYEZsf184PaRv9QukfbcjkXALZ3+WiBFrPwY5QvOnIrLQSJgVfU224ZoX6XBkGz7bEVrf/0DhPYjBdJA2/o2yLLsT+tanpfYdXtKmRw/al+ck8gpDa/H9jro6AUykSM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qNAKXKpBI7f92uz+Jen2ZcOvmG0WvmMvI6QLakGqZzK3DHC/gmMxFWfrga28pIv+g+QHY4ck5NssE+SFmazpaBJFJxpYoKjlWbESIRHlBvr2ZgsiLW0BlprWpPJJPRuWmreCT1uiVylAZx7h3+cz9RzuJmP0crpXsHAafTjmy/4= Received: by 10.114.170.1 with SMTP id s1mr4595872wae.1185706984465; Sun, 29 Jul 2007 04:03:04 -0700 (PDT) Received: by 10.114.74.3 with HTTP; Sun, 29 Jul 2007 04:03:04 -0700 (PDT) Message-ID: <3ea3ac8f0707290403s177180abj46a2a406f6b51e5d@mail.gmail.com> Date: Sun, 29 Jul 2007 19:03:04 +0800 From: "Dinesh Pandian" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: unable to "SITE CHMOD" via ftp (all users) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 11:03:07 -0000 Good day to all. I use proftpd 1.3.1rc3 from the ports and I'm unable to chmod any files in the home directory when logged in as any user. The following is my proftpd.conf file, though I believe it's the proftpd's fault. Same error is found in pure-ftpd, even when chmod is allowed in both ftpd's conf files. AllowAll AllowForeignAddress on AllowRetrieveRestart on AllowStoreRestart on IdentLookups off DefaultRoot ~ I believe it's some permission problems with the users in freebsd itself and has nothing to do with the ftp server programs. The following is output from uname -a: FreeBSD solara.com.my 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #3: Tue Jul 24 16:20:42 MYT 2007 root@solara.com.my:/usr/obj/usr/src/sys/SOLARA i386 I've been trying to find a solution for quite some time, and write to this group as a last resort. Please help. TIA. -- Regards, Dinesh Pandian, From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:16:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60DF816A419 for ; Sun, 29 Jul 2007 11:16:40 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 432D513C467 for ; Sun, 29 Jul 2007 11:16:40 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6TBGdl6000452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 04:16:39 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6TBGdbl017759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 04:16:39 -0700 Message-ID: <46AC7717.9090504@u.washington.edu> Date: Sun, 29 Jul 2007 04:16:39 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: PowerMan , FreeBSD Questions References: <76c271ae0707290237o351eafa7ifd51371b84bb21f3@mail.gmail.com> <46AC623F.6000609@u.washington.edu> <76c271ae0707290325s41f92c14i5973669674239adf@mail.gmail.com> In-Reply-To: <76c271ae0707290325s41f92c14i5973669674239adf@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.35032 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: a simple question about snapshot, thanks for reply X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 11:16:40 -0000 PowerMan wrote: > I guess you mean that: > > The snapshots of 6.2 stable released in June 2007 > have been patched , > I can also download patches from http://security.freebsd.org/patches/ > > and apply them to the offical release manually. > > Is that right? > > thanks. > > 2007/7/29, Garrett Cooper >: > > PowerMan wrote: > > Dear sir, > > My first English is not English, please forgive me if I > made some bad > > words > > or expression. > > > > I have learned from your web site http://www.freebsd.org, > > that version 6.2 is released in 15 Jan, 2007. > > > > Is that a stable release? > > > > If it is, why there is 6.2-stable snapshots released in > May and June > > 2007? > > > > Should all snapshots be released before a final stable release ? > > > > should no snapshots be released after a final stable release? > > > > I may not express myself very well, I wish you can understand me. > > > > thanks. > > That's an official release. A few patched stable releases have > been > done since then to fix security issues, as well as MFC (merged from > current) modifications (new drivers added, etc). > > Also, snapshots of the managed CVS branches are done periodically > (legacy, stable, current), which you may or may not have seen. > > Patches are made to all supported releases, until their > respective > EoL (end of life) dates, so that's why there are periodic releases. > > Cheers, > -Garrett > > Yes, but those are source patches which: 1. Require a source tree. 2. Require a limited (one app and maybe small list of dependencies) to major rebuild (extensively used lib that has a lot of dependencies). More current snapshots have those patches built into them. Cheers, -Garrett PS Please CC questions@ and bottom-post :). From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:26:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F24416A418 for ; Sun, 29 Jul 2007 11:26:50 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54304.mail.re2.yahoo.com (web54304.mail.re2.yahoo.com [206.190.49.114]) by mx1.freebsd.org (Postfix) with SMTP id C32D513C478 for ; Sun, 29 Jul 2007 11:26:49 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 67840 invoked by uid 60001); 29 Jul 2007 11:26:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=G/JjQlAezL2jloaa8fk6r0SDNYw53DL22L7Em5JlXQxuhAyLdpmzCdXhaW5hH5v36lKN3S0/1xw59/pgieVvvqUnENKeYe+CqrWW6+DW/WBMQd8LQYhgO3mjbB8ElmaeuBYv4+bMtbZqPaTYKi1MFX0uAshLD0mOudaR6QtRl0o=; X-YMail-OSG: 2cB1HaMVM1k4ktFa4eok8Dfu3ppv2mQd7da6IgLFhd36aRu1SXsKSs8U6s.OXSgyvKMZ5iRY.lFoCNBiZSCAOPS9tZizJg0M7qS2jp5bftUXMwY- Received: from [61.15.61.52] by web54304.mail.re2.yahoo.com via HTTP; Sun, 29 Jul 2007 04:26:44 PDT Date: Sun, 29 Jul 2007 04:26:44 -0700 (PDT) From: Patrick Dung To: Doug Barton In-Reply-To: <46AA6078.6020300@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <8142.66621.qm@web54304.mail.re2.yahoo.com> Cc: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: Re: ISC bind9 with dynamic DNS update (chroot 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, 29 Jul 2007 11:26:50 -0000 Thanks for reply. Your suggestion solved my problem, thanks. Yes, /etc/init.d/named is a typo. Regards Patrick --- Doug Barton wrote: > Patrick Dung wrote: > > Hi > > > > I use FreeBSD 6.2 and the base bind9. > > For dynamic DNS update, bind9 automatically generate the journal > file > > (end in .jnl). > > The default config is to use chroot and the running user as 'bind'. > > > > The problem is that after named is started (/etc/init.d/named > start), > > Are you sure you're doing this on FreeBSD? We have rc.d, not initd. > Assuming that was just a typo ... > > > the default chroot directory /var/named/etc/named > > The default directory is /etc/namedb, which is a symlink to > /var/named/etc/namedb. > > > permission will be reset to own by root. So the named daemon (run > > as user 'bind') cannot create the journal file and complain: > > You shouldn't be creating journal files in the config directory > anyway. > > > One temp fix is to use chroot and run as root, any suggestions? > > Yeah, don't run named as root. Ever. :) > > Assuming that you are actually running FreeBSD, and that you have not > turned off the mtree option, you should have the following > directories > in /etc/namedb: > > drwxr-xr-x 2 bind wheel 512 Jul 23 00:47 dynamic/ > drwxr-xr-x 2 root wheel 512 Jul 13 22:33 master/ > drwxr-xr-x 2 bind wheel 512 Jul 27 14:05 slave/ > > The dynamic directory is obviously designed to hold dynamic zones, > and > it (like the slave directory) is chowned to user bind so that named > can write to it after it drops privileges. > > hth, > > Doug > > -- > > This .signature sanitized for your protection > ____________________________________________________________________________________ Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. http://new.toolbar.yahoo.com/toolbar/features/norton/index.php From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:31:18 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C8C16A418 for ; Sun, 29 Jul 2007 11:31:18 +0000 (UTC) (envelope-from nkpowerman@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 308FE13C457 for ; Sun, 29 Jul 2007 11:31:17 +0000 (UTC) (envelope-from nkpowerman@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1043084uge for ; Sun, 29 Jul 2007 04:31:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=ONA4VGXLqtJWpHFup9jZkQYG8+EEDGNPaVXo5bPfAaReVEXuXJTdbU7qaVINDpt2xmfiaiPcnc5p/puQdisoFPoBge15LGUwUz5KyUOpdwhFY0ibIAc6l/VKgsOond6CGnPs/gerX1GXkSmmYEybCHDm2cQ5iH3JvO0lpJhQy+c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ajcf/8yKzhX46X8Bqi4XsdTTcgSmR4MBeI28A1byFMrnKWgaE822q5ClV1zAb2p42r4aQ7OSod6zZTmA4cejBPTolWivr+TwvotQpfgWm5abxO0Oja/SVzhUvOhATXSJPkq/q3p0KG0Yz4suC05P8iND9GL2+RkEP0fK+YgsacU= Received: by 10.67.87.8 with SMTP id p8mr4364454ugl.1185707078451; Sun, 29 Jul 2007 04:04:38 -0700 (PDT) Received: by 10.66.223.9 with HTTP; Sun, 29 Jul 2007 04:04:38 -0700 (PDT) Message-ID: <85f2ea630707290404j78f2fa16j9954090e7a6338ee@mail.gmail.com> Date: Sun, 29 Jul 2007 19:04:38 +0800 From: "b s" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: very simple question about patches on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 11:31:18 -0000 dear sir, I copy some content from http://security.freebsd.org/, * FreeBSD-SA-07:05.libarchive.asc * FreeBSD-SA-07:04.file.asc * FreeBSD-SA-07:03.ipv6.asc * FreeBSD-SA-07:02.bind.asc FreeBSD 6.2-RELEASE released. * FreeBSD-SA-07:01.jail.asc * FreeBSD-SA-06:26.gtar.asc * FreeBSD-SA-06:25.kmem.asc * FreeBSD-SA-06:24.libarchive.asc * FreeBSD-SA-06:22.openssh.asc * FreeBSD-SA-06:23.openssl.asc * FreeBSD-SA-06:21.gzip.asc * FreeBSD-SA-06:20.bind.asc * FreeBSD-SA-06:19.openssl.asc * FreeBSD-SA-06:18.ppp.asc * FreeBSD-SA-06:17.sendmail.asc * FreeBSD-SA-06:16.smbfs.asc * FreeBSD-SA-06:15.ypserv.asc FreeBSD 5.5-RELEASE released. Is that mean if I use 5.5-release I need to patch all the patches above and if I use 6.2-release I only need to patch SA-07:05 to SA-07:02 ? Is that right? I also learned from http://security.freebsd.org/patches there two kinds of pathes, SA serial and EN serial, such as SA-07:05/ 12-Jul-2007 15:08 - SA-07:04/ 23-May-2007 16:18 - SA-07:03/ 26-Apr-2007 23:46 - EN-07:05/ 15-Mar-2007 08:10 - EN-07:04/ 28-Feb-2007 18:41 - EN-07:03/ 28-Feb-2007 18:41 - EN-07:02/ 28-Feb-2007 18:40 - EN-07:01/ 14-Feb-2007 22:33 - SA-07:02/ 09-Feb-2007 20:37 - SA-07:01/ 11-Jan-2007 18:36 - what are the differences between them? Thanks for reply. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:41:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0E216A419 for ; Sun, 29 Jul 2007 11:41:26 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.freebsd.org (Postfix) with ESMTP id AC8A113C428 for ; Sun, 29 Jul 2007 11:41:26 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1021529wxd for ; Sun, 29 Jul 2007 04:41:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=H1siflIzu3+OKgdFS/bqHPXncEubIJj64w5F6R1F217SSYDm/Lr/6WvGWVxzspcA7yLKz3ZW/J7M0cArWrsyhtryGuI8nB0g2rU9dWpq9fTFHRrB1HfH3IR4AoYCqcFLcnARYoPZZ5+heD6/WRQb1n5jJPu7THC7996FTlMiE+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=MJg4I2VsdA+keNa1sUMb3v9ubmJvYsI4HtWb+v+QDkacOnkaQcF8eHXDWHbENeQiVYW/RnJVlb4DSY0UhBn+liEcnlMKrucqY3iH9EZjwfIXvqLglSGC+A/zIImhVFsBRORQWRT4FXNHVVWBzILAkBSXWoNvhdt9VMTljQou2k0= Received: by 10.90.78.9 with SMTP id a9mr1269504agb.1185708917017; Sun, 29 Jul 2007 04:35:17 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 8sm2016832agd.2007.07.29.04.35.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 04:35:16 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 0E8F011420; Sun, 29 Jul 2007 15:34:53 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 15:34:21 +0400 (GST) Message-ID: <52486.212.72.24.148.1185708861.squirrel@rakhesh.com> In-Reply-To: <46AC59C3.7080804@fsck.ch> References: <46AC527F.4010305@fsck.ch> <46AC58B0.6060808@u.washington.edu> <46AC59C3.7080804@fsck.ch> Date: Sun, 29 Jul 2007 15:34:21 +0400 (GST) To: "Garrett Cooper" , freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Subject: Re: portsnap from cron X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 11:41:27 -0000 On Sun, July 29, 2007 13:11, Tobias Roth wrote: > Garrett Cooper wrote: > >> That's not going to change until portversion changes. The problem is >> most likely that portsnap touches the file and portversion finds it >> necessary to update the portsdb. Processing the text from portversion >> will yield the info you want. >> Cheers, >> -Garrett > > Ohh, now at least I have an idea why it is suddenly happening, and how > to fix it. I'll either run portsdb between portsnap and portversion, or > try to grep out the unneeded stuff. > I use pkg_version. Same functionality as portversion, but its slower coz it doesn't use the INDEX.db file. Maybe you could use that to avoid the messages? :) (The speed won't matter coz its run as a cron job anyways!) Do 'pkg_version -l "<" ' to get a list of ports that need updating ..... Thanks, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:48:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B0BA16A420 for ; Sun, 29 Jul 2007 11:48:07 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 17DF313C46A for ; Sun, 29 Jul 2007 11:48:07 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1022539wxd for ; Sun, 29 Jul 2007 04:48:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=DzU82sdK4ICiKySlfOffe0jfGp91afjswHIimPYN0ebR7wW1V3nm34Z+7B3BKXBbfigZwNgiLm5f5N6NcNE4/7ywx/pot4y03uH+J2w4YiDk1CkjBmz7A1xJGSkA6AX174Wtzp9WkpY9G2MLCihdhuJmfFBEgyoO5s7+I0SQ0C4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=hV+xH39JycK+GdRw9Fh4y0GGT7Px5p601O2VdJy2VL+j26WZBUrcgnmG3/33WPLwVqoL80MzpeLdIq32PTZqHeTk3LY1bc/Yvo7K8F1M654aZvmADy5xAB38lBe3PIiXyH8SG7oUk7ZdkfH1Z2KSNTX9TXNNCg2PvpRxqUBFs0k= Received: by 10.90.103.2 with SMTP id a2mr1257928agc.1185709686538; Sun, 29 Jul 2007 04:48:06 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 20sm2034339agb.2007.07.29.04.47.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 04:48:05 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 5A75811420; Sun, 29 Jul 2007 15:47:25 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 15:46:53 +0400 (GST) Message-ID: <41312.212.72.24.148.1185709613.squirrel@rakhesh.com> In-Reply-To: <46ABBA47.2070901@mykitchentable.net> References: <46ABBA47.2070901@mykitchentable.net> Date: Sun, 29 Jul 2007 15:46:53 +0400 (GST) To: "Drew Tomlinson" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: FreeBSD Questions Subject: Re: Upgraded Samba and Can't Connect with Win XP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 11:48:07 -0000 On Sun, July 29, 2007 01:51, Drew Tomlinson wrote: > I upgraded samba to 3.0.25a from 3.0.24. Now I can't connect with > Windows XP clients however smbclient both locally and remotely works > just fine. Basically when connecting from Windows XP, I see the > connection in log.smbd and then it's immediately closed. See this snip: > > [2007/07/28 14:36:25, 1] smbd/service.c:make_connection_snum(1033) > bigdaddy (192.168.1.3) connect to service Archive initially as user > (uid=0, gid=1001) (pid 82696) > [2007/07/28 14:36:25, 1] smbd/service.c:close_cnum(1230) > bigdaddy (192.168.1.3) closed connection to service Archive > > The Windows machine was working fine with Samba before the upgrade. Any > ideas what changed? I've read UPDATING and the samba docs but see > nothing that addresses my symptoms. Google hasn't helped either. I recollect having some problems while upgrading from Samba 3.0.24 to 3.0.25. In my case, however, Samba kept crashing and complained about some corrupt .tdb files. Finally I deleted all the files in /var/db/samba and that fixed it for good. One thing that caught my attention in your snippet is the "uid=0" part. Is your Windows user you are trying to connect as mapping to the Samba machine's root user? The first time I installed Samba I had made some mistakes in the config file and so my Windows user was getting mapped to uid 0 thus getting denied by Samba (coz I had defined root as an invalid user for security reasons). Maybe something like that is your problem? Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:49:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28FAC16A41A for ; Sun, 29 Jul 2007 11:49:49 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id D627513C483 for ; Sun, 29 Jul 2007 11:49:48 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1022794wxd for ; Sun, 29 Jul 2007 04:49:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=f/HpzS/nALDVPf7Ojc4afcQ9S5hTYWfAYE4GnimtRdMZ1nJeNlYv1aSe2j3BnwOlyzOnMXrJCI/jUAIg6gbiZPiRys2lZjOyO1OTFMu0wrCiSD3nEgBLLNv8VSUdqKDTX/2P2F4qazxHJb7P+n0qbLd67M91/kNot2U5GdpKSHY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=q8fkuUkrOuCzIZU+02ZggILzXM2D/dBnBaG0n4dT4kJ0NtkvIPIvRdzJ9SlFF2Qiu25oRGEkCn8cu8ineW3FkdWBU9OYXGhTWP4FQts2+R21jQMwwI/F1irmRC4QxwOdWdvjRvfp+EXeA5UntImfTXWRyXIuX56o9fEu+KJghVs= Received: by 10.90.120.13 with SMTP id s13mr1271117agc.1185709788322; Sun, 29 Jul 2007 04:49:48 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 7sm2018670agd.2007.07.29.04.49.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 04:49:47 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 54D2B11429; Sun, 29 Jul 2007 15:49:12 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 15:48:40 +0400 (GST) Message-ID: <41320.212.72.24.148.1185709720.squirrel@rakhesh.com> In-Reply-To: <105fa37b0707280736l272d222aq60997e6b635fd9a5@mail.gmail.com> References: <105fa37b0707280736l272d222aq60997e6b635fd9a5@mail.gmail.com> Date: Sun, 29 Jul 2007 15:48:40 +0400 (GST) To: "Alvaro Rosales" , freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Subject: Re: Problems with ftp client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 11:49:49 -0000 > On 7/28/07, Alvaro Rosales wrote: >> >> Hello guys, >> I have a Freebsd 5.4 box, it is working perfectly as a file server, but >> I >> have noticed that I can not ftp to any computer other than localhost >> from >> this server. I have found this out when tried to install remotely a >> package. >> I have no firewall rules enabled on this server, I can ping the remote >> servers I want to connect but cannot ftp. My firewall is not blocking >> outgoing or incoming ip traffic from this computer. Is there any >> environment >> variable that I need to setup for the ftp client to work?. The error I >> get >> from the ftp client is Connection time out.I have searched in the >> messages >> log file but nothing is found there, is there any other log files where >> I >> could look for?. Can you telnet to port 21 of the FTP server? Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:51:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5EC016A417 for ; Sun, 29 Jul 2007 11:51:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id A1F8D13C457 for ; Sun, 29 Jul 2007 11:51:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1023037wxd for ; Sun, 29 Jul 2007 04:51:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:from:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:sender; b=C2prcbU4havSsiiDlNi1OTVkJU3XgCnsfBuFoFlTGdR7r1VFJ6Yrqz6RTn5xDbc+4laQsyKDFmuVpzwa1OV+y7JiZDcUk3emjtTBHws0G2AYIJ8OYQiCyp3KDCh93mzH58n5wHfcETo29LxoFgkYS1Uh1dPbwor9+nLzVIYHe2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:from:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:sender; b=mXXEjIT3X8dgDmwE+86oCaH0mwC05Q2JEEY4qK5O8lyULqkGG+5J5MQSegEKy0mzJmRxMwIWmIleX+bLmVshHYqsfZhAo0YuyRgmEO4Cqy6ZZ0PMeUT8qnrvr5W0Iao7RSU1jyQRHlbAzLg6jFtKTXa5iP3CpKNzkHwMWfxviGE= Received: by 10.90.69.8 with SMTP id r8mr1247475aga.1185708373928; Sun, 29 Jul 2007 04:26:13 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 6sm1984783agb.2007.07.29.04.26.11 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 04:26:13 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 2509311420 for ; Sun, 29 Jul 2007 15:25:45 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 15:25:13 +0400 (GST) Message-ID: <60228.212.72.24.148.1185708313.squirrel@rakhesh.com> In-Reply-To: <76c271ae0707290138v24753b68k88e51504f5de2c60@mail.gmail.com> References: <76c271ae0707290138v24753b68k88e51504f5de2c60@mail.gmail.com> Date: Sun, 29 Jul 2007 15:25:13 +0400 (GST) From: "Rakhesh Sasidharan" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Sender: Rakhesh Sasidharan Subject: Re: A question about 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 11:51:22 -0000 Hopefully this page will clear up things for you -- http://home.nyc.rr.com/computertaijutsu/release.html Regards, Rakhesh On Sun, July 29, 2007 12:38, PowerMan wrote: > Dear sir, > > My first language is not English, if I made some bad words or > expression, please forgive me. > > I have learned from your web site http://www.freebsd.org > that 6.2-stable is relased on 15 Jan, 2007. > > But why there is also 6.2-stable snapshots released in May 2007 > and June 2007? > > Should all snapshots be released before a final release is released? > Should no snapshots be released after a final release is released? > > I can't express myself very well, I wish you can understand me. > Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 11:56:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A67216A419 for ; Sun, 29 Jul 2007 11:56:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5D213C48D for ; Sun, 29 Jul 2007 11:56:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1023793wxd for ; Sun, 29 Jul 2007 04:56:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=Mfok5mpkdyYtJpRFLGgjREwQxlrMVpknWnuBLSm1Mp23JC3y0ic7B7PQpXBWqRA9FqifBOlpv5qftpJkf61E+Am5lj9lyzxNMnt5iIFD+cveLlWAAQkcWlJK9WtfmXG1tvS08G/9BU7EhdxbxXy5hYWmE7raLf9pYPjlD4e/kS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=noWqk20pXtcK583BcQqoLzkRx7giWyifcGF8JrqLBUXheneD7eTbqr7Nw27OoR6s9suFCdCDThItgp/ovMCTzbXxgTj9Fe+cz0o681fxK0sdV/QHZZq2JdOWsQynMfEJgtSdEBXU/a6mDDm/VDqKmLXPmNwtyX26tNCaREouOJc= Received: by 10.90.90.3 with SMTP id n3mr1282056agb.1185710180121; Sun, 29 Jul 2007 04:56:20 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 20sm2011635agd.2007.07.29.04.56.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 04:56:19 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 7C63311420; Sun, 29 Jul 2007 15:55:53 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 15:55:21 +0400 (GST) Message-ID: <60195.212.72.24.148.1185710121.squirrel@rakhesh.com> In-Reply-To: References: Date: Sun, 29 Jul 2007 15:55:21 +0400 (GST) To: fbsd2@a1poweruser.com User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: OT: pc power on X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 11:56:21 -0000 On Sat, July 28, 2007 21:56, fbsd2 wrote: > After a power outage my FBSD server does not restart automatically. > Someone has to push the PC power on button on the front of the case. > I tried to jumper the motherboard pins the wires from the power on button > go to but that did not work. It starts for 3 seconds then goes off. > > How do I make the pc boot automatically after the power comes back on???? Usually the BIOS contains settings for these ... checked there? From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 12:06:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A84BB16A418 for ; Sun, 29 Jul 2007 12:06:09 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id 63E5413C4A5 for ; Sun, 29 Jul 2007 12:06:09 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1025333wxd for ; Sun, 29 Jul 2007 05:06:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=AKD5zUPxRQgIYvtHaidyEnbXgYWDsYfuATkk9zo1n5XYrXeaufZkd2WgU3ea/BUK2HXTheqNyD9GpWUSi6g+/PVnlCsqXqPsl4lM+TygBBbRZWECV/zUXQTQ7KnoHLEqHsOdfEp8yol11n/XeP4OV7qw/9mNPmDiKMtRtQpyyKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=IVTnwT/HCTqaSIc9gUH3WoamVTu0G6QPOHvoV27ZDBVsGwLDnAcLoujfUE4HCGr2/XiRPheL29HA2Twqel9xK5CBAdmkx4s62uQtBB9AmJbqyUcO6f71087x0Z1ubJwrJDJfDs5HnY3fdut/Cc2EYtgVjLKhkFOHKoH3pDKRDlc= Received: by 10.90.104.14 with SMTP id b14mr1268196agc.1185710768821; Sun, 29 Jul 2007 05:06:08 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 7sm2045137aga.2007.07.29.05.06.06 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 05:06:08 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id D38D111420; Sun, 29 Jul 2007 16:05:31 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 16:04:59 +0400 (GST) Message-ID: <43868.212.72.24.148.1185710699.squirrel@rakhesh.com> In-Reply-To: <20070728213750.GA93017@oberon.njm.f2s.com> References: <46AB9EB4.5080305@cyberleo.net> <20070728213750.GA93017@oberon.njm.f2s.com> Date: Sun, 29 Jul 2007 16:04:59 +0400 (GST) To: "CyberLeo Kitsana" , "FreeBSD Questions" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Subject: Re: Custom builds from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 12:06:09 -0000 On Sun, July 29, 2007 01:37, N.J. Mann wrote: > In message <46AB9EB4.5080305@cyberleo.net>, CyberLeo Kitsana wrote: >> Is there a way to specify which ports certain options are to be applied >> to, without having to craft custom command lines and build ports >> individually? > > Is ports-mgmt/portconf what you are looking for? I didn't know about ports-mgmt/portconf (will check it out now) but what I use is the make.conf file. This blog post (http://blog.innerewut.de/articles/2006/01/14/upgrading-ports-and-preserve-mak e-options) is what enlightened me. And here's how the application specific bits of my make.conf file looks: .if ${.CURDIR:M*/shells/bash} WITH_STATIC_BASH=yes PREFIX=/ .endif .if ${.CURDIR:M*/print/cups} CUPS_OVERWRITE_BASE=yes NO_LPR=yes WITH_CUPS=yes .endif .if ${.CURDIR:M*/databases/mysql50-*} # these two options supposedly give a speed boost BUILD_OPTIMIZED=yes BUILD_STATIC=yes .endif As you can see in the shells/bash case, I can even pass along PREFIX etc arguments. Hope that helps. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 13:27:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FE316A469 for ; Sun, 29 Jul 2007 13:27:54 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 7ACCD13C4A7 for ; Sun, 29 Jul 2007 13:27:53 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so120994nfb for ; Sun, 29 Jul 2007 06:27:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=GzqytaaVwx/bsHmIqhlU7ZkylsFaXNifJxfF8JRCBHTR6rIr7/XlKsILdoQhK9jzKl9yUQjRx9X9HSG/DNa0TV4fOCaLSzIlS9gAtxIBbqh+ENI2r9eIiyjF3tFfgH1JMmtOHrP5ni+G9k7fyIojPFnAK+QydCukIGLa6VcyqeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=mZ9js+D92VzK4tPF/D/n4+eIGi1notYNXPXDQY0gq1/bfjnfg6DL+G8Af1ngvWrgWhgK45fET0HfzL0kcs8yNv6tZsCwF2s1qeadncDgL+RneI6rKBke873hbPx7tqnsfRGt6oYdGUReGlpy9xLxjOtGHXB4LJqN0/DKzXdkvec= Received: by 10.86.51.2 with SMTP id y2mr3224947fgy.1185715672985; Sun, 29 Jul 2007 06:27:52 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 7sm7956993nfv.2007.07.29.06.27.50 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 06:27:51 -0700 (PDT) Message-ID: <46AC95D3.5060008@crackmonkey.us> Date: Sun, 29 Jul 2007 14:27:47 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Chris Maness References: <20070727190640.J15421@ns1.kq6up.org> <46AAA9FD.20706@crackmonkey.us> <46AAAC79.309@chrismaness.com> <46AABA18.7080205@u.washington.edu> <20070728095154.I11066@ns1.kq6up.org> In-Reply-To: <20070728095154.I11066@ns1.kq6up.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: Garrett Cooper , FreeBSD List Subject: Re: USB Mouse not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 13:27:55 -0000 > > The mouse seems to get detected perfectly and this is the GENERIC kernel > build that has the modules. The mouse gets detected and listed at boot > time. However, I don't think I am getting data out of the mouse port. > > I beleive in the past I have checked with > > #cat /dev/ums0 > > and if things are working corectly, cat display binary garbage on the > screen when you wiggle the mouse. Try this after killing moused (moused > makes ums0 unavailable). > > Chris Maness > _______________________________________________ Perhaps the mouse is dead or dying? Mine keeps its USB cable on a little spindle, and to unreel the cable you have to tug on the cable. Not the best design since the cable is very thin and has taken damage over time. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 13:53:18 2007 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 9739516A417 for ; Sun, 29 Jul 2007 13:53:18 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 524D613C457 for ; Sun, 29 Jul 2007 13:53:18 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1046025wxd for ; Sun, 29 Jul 2007 06:53:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=WCMKdYnsw9zpVW0b/4TZY7+5ivqzyogNVvV8/3jC8b9seZsImOn5xHrlSyTPTSp/zaD1HUBH9dNubtfLdMX/FbG2pmE1SeJKSncshgf3rRoJJ2O2F8b9cBkgdICm8+Box8cRxZeJhsTvSRLmtPC7rLOgPmdlJNstO6jTcormH7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:subject:to:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=He3Ar5cQ2TBULJyvsyk4zoEy3kBS8RRzmF8V2Edb0Cxs4kmJV5IZm1iqeOFQfdZ3QF/IvBG8gHDtNOr7nu1lhCOT0y2kGhoTbOYV5idD4Vz0fJJ29gEcQZYKgUC2CrVC4qt93Sh7MLyotKcNTc3/EejdKKSW15ZzEmFxqrrfw0A= Received: by 10.90.80.8 with SMTP id d8mr1276149agb.1185715599321; Sun, 29 Jul 2007 06:26:39 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 6sm2081952agb.2007.07.29.06.26.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 06:26:38 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 5CD8911420 for ; Sun, 29 Jul 2007 17:26:10 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Sun, 29 Jul 2007 17:25:37 +0400 (GST) Message-ID: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> Date: Sun, 29 Jul 2007 17:25:37 +0400 (GST) To: questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Subject: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 13:53:18 -0000 Hi, I'm trying to get Qemu working on my FreeBSD 6.2 PC. But nothing seems to be happening. I posted my problem at the Qemu forums but haven't got any replies there (I wonder if any one even uses those forums coz mine is like the last post there!) Just trying my luck here too in case I get some tips/ ideas. Installed Qemu from the ports. Without SDL (coz I don't have X etc installed and I just SSH into this box). With KQEMU module. After that I ran "/usr/local/etc/rc.d/kqemu" for loading the modules "aio" and "kqemu". All went fine. Next I created a 2G image. "qemu-img create /tmp/something.img 2G". That too went fine. Then I tried to install some OS into this image. Put the CD in the drive, and tried "qemu -boot d -cdrom /dev/acd0 -hda /tmp/something.img". But nothing happens! The CD starts spinning in the drive but nothing happens after that. I ran "top" and I can see the qemu process is active and taking some 128MB memory, but there's no other signs of life. I tried the above with two OSes. I tried with an Ubuntu server and also an OpenBSD 4.1. Tried both to make sure its not a OS specific problem. I even ripped the CDs to ISO files and tried running from that (coz I read someplace that FreeBSD Qemu has problems reading from CDs). But no luck ... whatever I do, nothing happens. I also tried with the "-full-screen" option. But no go. Finally, I tried running with the -nographic option. I remm reading somewhere that that usually helps. That time I get a "(qemu)" prompt and that's it -- nothing happens. Tried stuff like Ctrl+Alt+1,2,F, etc but nothing happens. Can't even Ctrl-C out. Finally had to kill the process from another terminal. I also tried with the option -monitor stdio. That gives me a (qemu) prompt in which I can type commands. But I couldn't figure a way to proceed further after that. I tried all these steps through SSH as well as on the console (including uncommenting the console entry in /etc/tty and trying). No luck. Any ideas what could be going wrong? I figure it must be something to do with me not having X and not compiling Qemu with SDL/ X support ... is that the case? Thanks, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 13:59:56 2007 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 784C016A41A for ; Sun, 29 Jul 2007 13:59:56 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 4B83113C4B7 for ; Sun, 29 Jul 2007 13:59:56 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from working (c-71-60-127-199.hsd1.pa.comcast.net [71.60.127.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 22838EBC81; Sun, 29 Jul 2007 09:40:05 -0400 (EDT) Date: Sun, 29 Jul 2007 09:40:04 -0400 From: Bill Moran To: "Hakan K" Message-Id: <20070729094004.6ce120f0.wmoran@potentialtech.com> In-Reply-To: <105fa37b0707281936v1443c7aagcf7c5473460eaeb3@mail.gmail.com> References: <105fa37b0707281936v1443c7aagcf7c5473460eaeb3@mail.gmail.com> X-Mailer: Sylpheed 2.4.3 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: SSA_ENEWS: Cancellation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 13:59:56 -0000 "Hakan K" wrote: > > Why? Are you serious? How about, "Because this mailing list should never have been subscribe to another mailing list in the first place." > > > SIGNOFF SSA_ENEWS > You have been removed from the SSA_ENEWS list. > > Summary of resource utilization > ------------------------------- > CPU time: 0.000 sec Device I/O: 21 > Overhead CPU: 0.000 sec Paging I/O: 8 > CPU model: 4-CPU 2.8GHz Xeon 2.80GHz HT 1M (2048M) > Job origin: questions@FREEBSD.ORG > > > On 7/28/07, LISTSERV.GSA.GOV LISTSERV Server (15.0) < > LISTSERV@listserv.gsa.gov> wrote: > > > > > SIGNOFF SSA_ENEWS > > You have been removed from the SSA_ENEWS list. > > > > Summary of resource utilization > > ------------------------------- > > CPU time: 0.000 sec Device I/O: 21 > > Overhead CPU: 0.000 sec Paging I/O: 8 > > CPU model: 4-CPU 2.8GHz Xeon 2.80GHz HT 1M (2048M) > > Job origin: questions@FREEBSD.ORG > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > > > Troy > http://dominor.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:12:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9DE16A418 for ; Sun, 29 Jul 2007 14:12:11 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id C20B713C465 for ; Sun, 29 Jul 2007 14:12:10 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so122343nfb for ; Sun, 29 Jul 2007 07:12:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=QhldtWIluGoXXZXqzq2GGJQXMaeOyAcTDOSJ0gtW/JwBQnNTOMqkHBPWeStr49VKfUtjk1U/OXs3Stdl5oBBoP3QrLajvqz4fgWaVzPIJe3W8wpBM2EEKk6pDQU1sGsQpLAZHIf7pRicFxQvJIO86rff+bFCNhWVmgiyiHH5FmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=BQYGgwvytbT9kZzdVBM3/6qQwS6fLzo3Wqc23bF3lKKf3C3Wl5mQn40n9SeUFTMnaqiaSQbtXlhGKpoXl4+D8MjY8/fzvKf948SrR7FCl+XgkVnr6OqlpSdns0Rtnnm2LDk3I8ZNwlwQQDetZOEFQ7CQyj4Gx2OIlE4eNEwjuIY= Received: by 10.86.28.5 with SMTP id b5mr3251819fgb.1185718329506; Sun, 29 Jul 2007 07:12:09 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 35sm8119709nfu.2007.07.29.07.12.08 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 07:12:08 -0700 (PDT) Message-ID: <46ACA036.7070806@crackmonkey.us> Date: Sun, 29 Jul 2007 15:12:06 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Pollywog References: <200707281513.51368.freebsd@dfwlp.com> <20070728202316.GA15797@owl.midgard.homeip.net> <200707282051.28386.lists-fbsd@shadypond.com> In-Reply-To: <200707282051.28386.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: oops, what have i done! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:12:11 -0000 Pollywog wrote: > On Saturday 28 July 2007 20:23:16 Erik Trulsson wrote: > >> Short answer: It is perfectly normal. Don't worry. >> >> Longer answer: >> >> The reason you have all of them installed is that some ports need one of >> them, and others need another one etc. >> It is perfectly safe to have all of them installed at the same time. >> >> You can delete any or all of them if you wish, but don't be surprised if >> they get pulled in again by one port or another. > > In Linux, I occasionally have compiling problems when I have two versions of > automake installed. Removing the ones that are not needed fixes the problem. I usually delete the older one[s] if I see duplicates in my portversion list, and let the resultant "stale links" [if any] resolve themselves to point at the latest version. That shouldn't be dangerous, right? I find portsdb generally does the Right Thing. I don't think it's caused me any problems [yet]. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:14:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 121E616A418 for ; Sun, 29 Jul 2007 14:14:08 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id C50F313C491 for ; Sun, 29 Jul 2007 14:14:07 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2477189pye for ; Sun, 29 Jul 2007 07:14:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=N5XqVXhreVlLXYxMpXrRaH5dRwii1AasQdXSnRTugmzAlDVWW8FV2rrxyFJCGeN6ZhR+MecTrNXXqA3q2+xkqy8qENSvUdams9KwMUNy9gsKLhPPC9CPeljDOgGEWJAUURoAxL/WfBWP1OFhcJFDsxTd+Q+VjP4SpLaRdUx2hBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ZSFPGdd2ciM8snkwhvHZbwQOfqIkjmXMG6+75fz8A88M7XVkYrOXbKtKmRtbNYVlTyeJEuGmokjeEM86nlAC/ZQiK5bnOIXxN0255fExnTbEH89n119kNqWOHobpDJ1HoFJ1ZEBZmBJlnGFkhLZRZ6cwlP8xH7qNhN+UQRLtgU0= Received: by 10.65.212.3 with SMTP id o3mr7321979qbq.1185718446750; Sun, 29 Jul 2007 07:14:06 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Sun, 29 Jul 2007 07:14:06 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 10:14:06 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:14:08 -0000 Hi, is there a port on freebsd that generate still images from movie files? like "image grabber" on windows?? thanks!! TFC From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:14:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A2EC16A41A for ; Sun, 29 Jul 2007 14:14:09 +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 037CC13C4A6 for ; Sun, 29 Jul 2007 14:14:08 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.kq6up.org (localhost.kq6up.org [127.0.0.1]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id l6TEE5Hv094367; Sun, 29 Jul 2007 07:14:06 -0700 (PDT) (envelope-from chris@chrismaness.com) Received: from localhost (chris@localhost) by ns1.kq6up.org (8.13.8/8.13.6/Submit) with ESMTP id l6TEE5Na094364; Sun, 29 Jul 2007 07:14:05 -0700 (PDT) (envelope-from chris@chrismaness.com) X-Authentication-Warning: ns1.kq6up.org: chris owned process doing -bs Date: Sun, 29 Jul 2007 07:14:05 -0700 (PDT) From: Chris Maness X-X-Sender: chris@ns1.kq6up.org To: Adam J Richardson In-Reply-To: <46AC95D3.5060008@crackmonkey.us> Message-ID: <20070729070957.L94300@ns1.kq6up.org> References: <20070727190640.J15421@ns1.kq6up.org> <46AAA9FD.20706@crackmonkey.us> <46AAAC79.309@chrismaness.com> <46AABA18.7080205@u.washington.edu> <20070728095154.I11066@ns1.kq6up.org> <46AC95D3.5060008@crackmonkey.us> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Garrett Cooper , FreeBSD List Subject: Re: USB Mouse not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 14:14:09 -0000 > >> >> The mouse seems to get detected perfectly and this is the GENERIC kernel >> build that has the modules. The mouse gets detected and listed at boot >> time. However, I don't think I am getting data out of the mouse port. >> >> I beleive in the past I have checked with >> >> #cat /dev/ums0 >> >> and if things are working corectly, cat display binary garbage on the >> screen when you wiggle the mouse. Try this after killing moused (moused >> makes ums0 unavailable). >> >> Chris Maness >> _______________________________________________ > > Perhaps the mouse is dead or dying? Mine keeps its USB cable on a little > spindle, and to unreel the cable you have to tug on the cable. Not the best > design since the cable is very thin and has taken damage over time. > > Adam J Richardson > The mouse is working well on another system. Did you try my little experiment? Chris Maness From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:20:44 2007 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 A105316A418 for ; Sun, 29 Jul 2007 14:20:44 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 7164B13C48E for ; Sun, 29 Jul 2007 14:20:44 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from working (c-71-60-127-199.hsd1.pa.comcast.net [71.60.127.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id C3027EBC78; Sun, 29 Jul 2007 10:20:43 -0400 (EDT) Date: Sun, 29 Jul 2007 10:20:43 -0400 From: Bill Moran To: Rakhesh Sasidharan Message-Id: <20070729102043.de9f85c8.wmoran@potentialtech.com> In-Reply-To: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> X-Mailer: Sylpheed 2.4.3 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:20:44 -0000 Rakhesh Sasidharan wrote: > > Hi, > > I'm trying to get Qemu working on my FreeBSD 6.2 PC. But nothing seems to > be happening. I posted my problem at the Qemu forums but haven't got any > replies there (I wonder if any one even uses those forums coz mine is like > the last post there!) Just trying my luck here too in case I get some > tips/ ideas. > > Installed Qemu from the ports. Without SDL (coz I don't have X etc > installed and I just SSH into this box). With KQEMU module. After that I > ran "/usr/local/etc/rc.d/kqemu" for loading the modules "aio" and "kqemu". > All went fine. > > Next I created a 2G image. "qemu-img create /tmp/something.img 2G". That > too went fine. > > Then I tried to install some OS into this image. Put the CD in the drive, > and tried "qemu -boot d -cdrom /dev/acd0 -hda /tmp/something.img". But > nothing happens! The CD starts spinning in the drive but nothing happens > after that. I ran "top" and I can see the qemu process is active and > taking some 128MB memory, but there's no other signs of life. > > I tried the above with two OSes. I tried with an Ubuntu server and also an > OpenBSD 4.1. Tried both to make sure its not a OS specific problem. I even > ripped the CDs to ISO files and tried running from that (coz I read > someplace that FreeBSD Qemu has problems reading from CDs). But no luck > ... whatever I do, nothing happens. > > I also tried with the "-full-screen" option. But no go. That option probably requires X to work. Normally, qemu runs under X. If you're new to qemu, you'll probably have an easier time with the learning curve if you start out on a machine with X installed, as the default setting work well with that. > Finally, I tried running with the -nographic option. I remm reading > somewhere that that usually helps. That time I get a "(qemu)" prompt and > that's it -- nothing happens. Tried stuff like Ctrl+Alt+1,2,F, etc but > nothing happens. Can't even Ctrl-C out. Finally had to kill the process > from another terminal. You're in the qemu Monitor at that point. I doubt CTRL+ALT+1 will help at that point, because you haven't specified anywhere for the console to connect to. > I also tried with the option -monitor stdio. That gives me a (qemu) prompt > in which I can type commands. But I couldn't figure a way to proceed > further after that. > > I tried all these steps through SSH as well as on the console (including > uncommenting the console entry in /etc/tty and trying). No luck. > > Any ideas what could be going wrong? I figure it must be something to do > with me not having X and not compiling Qemu with SDL/ X support ... is > that the case? Have you tried using the vnc option and connecting to qemu through a vnc client? As I already said, I recommend starting out on a machine with X until you're more familiar with qemu, as the default settings pretty much do that anyway, but I expect a vnc connection will be the second easiest. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 13:20:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91C5D16A41F for ; Sun, 29 Jul 2007 13:20:41 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id E6C6B13C4B0 for ; Sun, 29 Jul 2007 13:20:40 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1052836uge for ; Sun, 29 Jul 2007 06:20:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Vdlckk+RESs/ZIAGf54Uf/CWr50Pkkw1q/vYVwmNJFLcZcefR820Es/nMFxaHj5BzMqwyPTM68zovikwojdIssePXQD8K000isG4CQYPna+SE9nK76FX5mX1Qk0J+xDpbL7Akaf8dD/oR7TpkQNEx+fgfNktV/BuBc9YhQmKDxY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=pSuGc7mpxBBcnRL8mONJoxLXver1Vrbdifh/JmPXYE1jvmxx9pnuPLZKp+JwdvD/ulXb4FPyh0WY3DiK+zCTeBHaByyD51aRjt5xy99auujdtYO9GeQgggd4CpMLa68ANr3nqAE5+yuPtp3vTc8S0j5xye+qgJP5draWA3qO1U8= Received: by 10.66.219.11 with SMTP id r11mr4438796ugg.1185713659117; Sun, 29 Jul 2007 05:54:19 -0700 (PDT) Received: from freelanc.dubki.ru ( [80.86.254.135]) by mx.google.com with ESMTPS id c25sm3722780ika.2007.07.29.05.54.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 05:54:18 -0700 (PDT) Message-ID: <46AC8DEE.4010509@gmail.com> Date: Sun, 29 Jul 2007 16:54:06 +0400 From: Slava Gonahchan User-Agent: Thunderbird 2.0.0.0 (X11/20070722) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 29 Jul 2007 14:29:00 +0000 Cc: Subject: Fatal trap 12: page fault while in kernel mode.Need help. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 13:20:41 -0000 Hello. Trap 12 occured when I rebooted PC. Sending you backtrace. My system: amd64 3200+ Venice, MB ECS nForce4 A939,Samsung 250GB and WD 250 GB, 2 memory banks 512MB each, videocard: Geforce 6600gt 128MB, NIC on realtek chip, sound card cirrus logic cs4281. It's very unstable, crashes happen every day, so I'm hoping you would say why(any hints what hardware may cause it). How to repeat it? I don't know. It happened once during reboot process. [root@freelanc /var]# uname -a FreeBSD freelanc.dubki.ru 6.2-STABLE-200706 FreeBSD 6.2-STABLE-200706 #1: Mon Jul 23 13:34:27 MSD 2007 root@freelanc.dubki.ru:/usr/obj/usr/src/sys/DEBUGGERKERN i386 [root@freelanc /usr/obj/usr/src/sys/DEBUGGERKERN]# kgdb kernel.debug /var/crash/vmcore.3 kgdb: kvm_nlist(_stopped_cpus): kgdb: kvm_nlist(_stoppcbs): [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". Unread portion of the kernel message buffer: <118>Jul 25 14:06:32 freelanc syslogd: exiting on signal 15 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...6 5 3 1 0 0 done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done All buffers synced. Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code = supervisor read, page not present instruction pointer = 0x20:0xc058a4e0 stack pointer = 0x28:0xe9455c48 frame pointer = 0x28:0xe9455c58 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 44922 (reboot) panic: from debugger Uptime: 2h45m36s Dumping 1022 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 1022MB (261600 pages) 1006 990 974 958 942 926 910 894 878 862 846 830 814 798 782 766 750 734 718 702 686 670 654 638 622 606 590 574 558 542 526 510 494 478 462 446 430 414 398 382 366 350 334 318 302 286 270 254 238 222 206 190 174 158 142 126 110 94 78 62 46 30 14 #0 doadump () at pcpu.h:165 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) bt #0 doadump () at pcpu.h:165 #1 0xc053d916 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #2 0xc053dbdc in panic (fmt=0xc06f5278 "from debugger") at /usr/src/sys/kern/kern_shutdown.c:565 #3 0xc045361d in db_panic (addr=-1067932448, have_addr=0, count=-1, modif=0xe9455a74 "") at /usr/src/sys/ddb/db_command.c:438 #4 0xc04535b4 in db_command (last_cmdp=0xc0766784, cmd_table=0x0, aux_cmd_tablep=0xc0728e90, aux_cmd_tablep_end=0xc0728e94) at /usr/src/sys/ddb/db_command.c:350 #5 0xc045367c in db_command_loop () at /usr/src/sys/ddb/db_command.c:458 #6 0xc0455291 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:222 #7 0xc0556a2b in kdb_trap (type=12, code=0, tf=0xe9455c08) at /usr/src/sys/kern/subr_kdb.c:473 #8 0xc06cba6c in trap_fatal (frame=0xe9455c08, eva=4) at /usr/src/sys/i386/i386/trap.c:828 #9 0xc06cb7d7 in trap_pfault (frame=0xe9455c08, usermode=0, eva=4) at /usr/src/sys/i386/i386/trap.c:745 #10 0xc06cb3f1 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -381330360, tf_esi = -993547624, tf_ebp = -381330344, tf_isp = -381330380, tf_ebx = 0, tf_edx = -992513384, tf_ecx = 4, tf_eax = -950651024, tf_trapno = 12, tf_err = 0, tf_eip = -1067932448, tf_cs = 32, tf_eflags = 590338, tf_esp = 0, tf_ss = -992305712}) at /usr/src/sys/i386/i386/trap.c:435 #11 0xc06b8b1a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #12 0xc058a4e0 in cache_purgevfs (mp=0xc4d77298) at /usr/src/sys/kern/vfs_cache.c:622 #13 0xc0591f29 in dounmount (mp=0xc4d77298, flags=524288, td=0xc62ce300) at /usr/src/sys/kern/vfs_mount.c:1214 #14 0xc0597d0a in vfs_unmountall () at /usr/src/sys/kern/vfs_subr.c:2837 #15 0xc053d807 in boot (howto=0) at /usr/src/sys/kern/kern_shutdown.c:391 #16 0xc053d2a2 in reboot (td=0xc62ce300, uap=0xc7563770) at /usr/src/sys/kern/kern_shutdown.c:169 #17 0xc06cbdbb in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 2, tf_esi = 18, tf_ebp = -1077941304, tf_isp = -381330076, tf_ebx = 0, tf_edx = -1, tf_ecx = 672491264, tf_eax = 55, tf_trapno = 12, tf_err = 2, tf_eip = 671802263, tf_cs = 51, tf_eflags = 662, tf_esp = -1077941380, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 #18 0xc06b8b6f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #19 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) up 19 #19 0x00000033 in ?? () (kgdb) down 1 #18 0xc06b8b6f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 200 call syscall Current language: auto; currently asm (kgdb) down 1 #17 0xc06cbdbb in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 2, tf_esi = 18, tf_ebp = -1077941304, tf_isp = -381330076, tf_ebx = 0, tf_edx = -1, tf_ecx = 672491264, tf_eax = 55, tf_trapno = 12, tf_err = 2, tf_eip = 671802263, tf_cs = 51, tf_eflags = 662, tf_esp = -1077941380, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:983 983 error = (*callp->sy_call)(td, args); Current language: auto; currently c (kgdb) p *callp $1 = {sy_narg = 65537, sy_call = 0xc053d258 , sy_auevent = 20} (kgdb) p *callp->sy_call $2 = {int (struct thread *, void *)} 0xc053d258 (kgdb) p td $3 = (struct thread *) 0xc62ce300 (kgdb) p args $4 = {0, 9, -994250272, -1077941388, 0, 0, 3, 0} (kgdb) down 1 #16 0xc053d2a2 in reboot (td=0xc62ce300, uap=0xc7563770) at /usr/src/sys/kern/kern_shutdown.c:169 169 boot(uap->opt); (kgdb) p uap $5 = (struct reboot_args *) 0xc7563770 (kgdb) p uap->opt $6 = 2 (kgdb) down 1 #15 0xc053d807 in boot (howto=0) at /usr/src/sys/kern/kern_shutdown.c:391 391 vfs_unmountall(); (kgdb) down 1 #14 0xc0597d0a in vfs_unmountall () at /usr/src/sys/kern/vfs_subr.c:2837 2837 error = dounmount(mp, MNT_FORCE, td); (kgdb) p mp $7 = (struct mount *) 0xc4d77298 (kgdb) p td $8 = (struct thread *) 0xc62ce300 (kgdb) down 1 #13 0xc0591f29 in dounmount (mp=0xc4d77298, flags=524288, td=0xc62ce300) at /usr/src/sys/kern/vfs_mount.c:1214 1214 cache_purgevfs(mp); /* remove cache entries for this file sys */ (kgdb) down 1 #12 0xc058a4e0 in cache_purgevfs (mp=0xc4d77298) at /usr/src/sys/kern/vfs_cache.c:622 622 for (ncp = LIST_FIRST(ncpp); ncp != 0; ncp = nnp) { (kgdb) p ncp $9 = (struct namecache *) 0x4 (kgdb) p ncpp $10 = (struct nchashhead *) 0xc4c7aa98 (kgdb) down 1 #11 0xc06b8b1a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 139 call trap Current language: auto; currently asm (kgdb) down 1 #10 0xc06cb3f1 in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -381330360, tf_esi = -993547624, tf_ebp = -381330344, tf_isp = -381330380, tf_ebx = 0, tf_edx = -992513384, tf_ecx = 4, tf_eax = -950651024, tf_trapno = 12, tf_err = 0, tf_eip = -1067932448, tf_cs = 32, tf_eflags = 590338, tf_esp = 0, tf_ss = -992305712}) at /usr/src/sys/i386/i386/trap.c:435 435 (void) trap_pfault(&frame, FALSE, eva); Current language: auto; currently c (kgdb) p frame $11 = {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -381330360, tf_esi = -993547624, tf_ebp = -381330344, tf_isp = -381330380, tf_ebx = 0, tf_edx = -992513384, tf_ecx = 4, tf_eax = -950651024, tf_trapno = 12, tf_err = 0, tf_eip = -1067932448, tf_cs = 32, tf_eflags = 590338, tf_esp = 0, tf_ss = -992305712} (kgdb) p eva $12 = 4 (kgdb) down 1 #9 0xc06cb7d7 in trap_pfault (frame=0xe9455c08, usermode=0, eva=4) at /usr/src/sys/i386/i386/trap.c:745 745 trap_fatal(frame, eva); (kgdb) down 1 #8 0xc06cba6c in trap_fatal (frame=0xe9455c08, eva=4) at /usr/src/sys/i386/i386/trap.c:828 828 if (kdb_trap(type, 0, frame)) { (kgdb) p type $13 = 12 (kgdb) down 1 #7 0xc0556a2b in kdb_trap (type=12, code=0, tf=0xe9455c08) at /usr/src/sys/kern/subr_kdb.c:473 473 handled = kdb_dbbe->dbbe_trap(type, code); (kgdb) p kdb_dbbe $14 = (struct kdb_dbbe *) 0xc072f0e0 (kgdb) p kdb_dbbe->dbbe_trap $15 = (dbbe_trap_f *) 0xc04551ac (kgdb) p type $16 = 12 (kgdb) p code $17 = 0 (kgdb) down 1 #6 0xc0455291 in db_trap (type=12, code=0) at /usr/src/sys/ddb/db_main.c:222 222 db_command_loop(); (kgdb) down 1 #5 0xc045367c in db_command_loop () at /usr/src/sys/ddb/db_command.c:458 458 db_command(&db_last_command, db_command_table, (kgdb) p &db_last_command $18 = (struct command **) 0xc0766784 (kgdb) p db_command_table $19 = {{name = 0xc0726d8d "print", fcn = 0xc0453e44 , flag = 0, more = 0x0}, {name = 0xc0707446 "p", fcn = 0xc0453e44 , flag = 0, more = 0x0}, {name = 0xc06f521d "examine", fcn = 0xc0453b74 , flag = 256, more = 0x0}, { name = 0xc06f3248 "x", fcn = 0xc0453b74 , flag = 256, more = 0x0}, {name = 0xc06f5225 "search", fcn = 0xc0453f44 , flag = 257, more = 0x0}, { name = 0xc06fc7c7 "set", fcn = 0xc0456d98 , flag = 1, more = 0x0}, {name = 0xc071c1dc "write", fcn = 0xc045714c , flag = 258, more = 0x0}, {name = 0xc070470c "w", fcn = 0xc045714c , flag = 258, more = 0x0}, { name = 0xc0711df9 "delete", fcn = 0xc045312c , flag = 0, more = 0x0}, {name = 0xc06f3296 "d", fcn = 0xc045312c , flag = 0, more = 0x0}, {name = 0xc06f522c "break", fcn = 0xc0453144 , flag = 0, more = 0x0}, { name = 0xc06f5232 "dwatch", fcn = 0xc0457014 , flag = 0, more = 0x0}, {name = 0xc06f5233 "watch", fcn = 0xc045702c , flag = 2, more = 0x0}, { name = 0xc06f5239 "dhwatch", fcn = 0xc04570e4 , flag = 0, more = 0x0}, {name = 0xc06f523a "hwatch", fcn = 0xc0457118 , flag = 0, more = 0x0}, { name = 0xc0721ca0 "step", fcn = 0xc0456438 , flag = 0, more = 0x0}, {name = 0xc06f55e4 "s", fcn = 0xc0456438 , flag = 0, more = 0x0}, { name = 0xc06f5241 "continue", fcn = 0xc045653c , flag = 0, more = 0x0}, {name = 0xc0713305 "c", fcn = 0xc045653c , flag = 0, more = 0x0}, { name = 0xc06f524a "until", fcn = 0xc04564a0 , flag = 0, more = 0x0}, {name = 0xc06f5250 "next", fcn = 0xc04564e8 , flag = 0, more = 0x0}, { name = 0xc070d7da "match", fcn = 0xc04564e8 , flag = 0, more = 0x0}, {name = 0xc070882b "trace", fcn = 0xc0453a4c , flag = 1, more = 0x0}, { name = 0xc06f5255 "alltrace", fcn = 0xc0453b20 , flag = 0, more = 0x0}, {name = 0xc07249cf "where", fcn = 0xc0453a4c , flag = 1, more = 0x0}, { name = 0xc06f525e "bt", fcn = 0xc0453a4c , flag = 1, more = 0x0}, {name = 0xc071aa99 "call", fcn = 0xc04536b0 , flag = 1, more = 0x0}, {name = 0xc06f5261 "show", fcn = 0, flag = 0, more = 0xc072edc0}, {name = 0xc07126a2 "ps", fcn = 0xc0455784 , flag = 0, more = 0x0}, {name = 0xc06f5266 "gdb", fcn = 0xc0453a18 , flag = 0, more = 0x0}, { name = 0xc06fc600 "reset", fcn = 0xc0453920 , flag = 0, more = 0x0}, {name = 0xc06f526a "kill", fcn = 0xc04537d8 , flag = 1, more = 0x0}, {name = 0xc06f526f "watchdog", fcn = 0xc045392c , flag = 0, more = 0x0}, { name = 0xc070887d "thread", fcn = 0xc0456a10 , flag = 1, more = 0x0}, {name = 0x0, fcn = 0, flag = 0, more = 0x0}} (kgdb) down 1 #4 0xc04535b4 in db_command (last_cmdp=0xc0766784, cmd_table=0x0, aux_cmd_tablep=0xc0728e90, aux_cmd_tablep_end=0xc0728e94) at /usr/src/sys/ddb/db_command.c:350 350 (*cmd->fcn)(addr, have_addr, count, modif); (kgdb) p addr $20 = -1067932448 (kgdb) p have_addr $21 = 0 (kgdb) p count $22 = -1 (kgdb) p modif $23 = "\000ZEИDÑ‹jÑŽ\214ZEИ\220ZEИ\211\a\000\000â•ZEИ\"LJÑŽ\000\000\000\000\000╤╙д\2005yÑŽ\r\000\000\000\2005yÑŽ\r\000\000\000\001\000\000\000лZEИ\213Ñ€jюлZEИ╓рjÑŽ\000@Ðд@\036wÑŽx\000\000\000\200pvÑŽ\f\000\000\000ЛZEИ 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 5BE8B16A4B3 for ; Sun, 29 Jul 2007 14:31:33 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 1491513C49D for ; Sun, 29 Jul 2007 14:31:32 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1053866wxd for ; Sun, 29 Jul 2007 07:31:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=RDLp7lqu9qu3hiLH5fF8HJw9naR2jseru0+2uoP4rrU2TDZbJGeEIvUxTVXXivjEHpl+cbFTBbKPZ2B3mdMh0c5BRYHw2opTj6dH1XniSzNVbQV2Qc+2/9R4bFMNctf4Vz7V7zJLNVv3G9m74So4xDgIEdvefc7M2VAfpNzf864= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=i1i9s0otSXd+6nHwVhx7qJZPiirKyGlbPYhSqjsGPshPy4R3RciEZjPAK3F002L3p6cAYco4gLrxG0mACn58i2GtrEhnHtWHZyLEXmXO/HBY/cE+JEY9I/VOAgYRXiIWQaynMLNUJYwJ6qvQ59Bb34FhbQSntsT2Ek86lPxYt4A= Received: by 10.90.120.13 with SMTP id s13mr1302380agc.1185719492453; Sun, 29 Jul 2007 07:31:32 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 38sm2145802aga.2007.07.29.07.31.25 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 07:31:30 -0700 (PDT) Received: from asterix.home.rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id D791A11420; Sun, 29 Jul 2007 18:31:03 +0400 (GST) Date: Sun, 29 Jul 2007 18:30:30 +0400 (GST) X-X-Sender: rakhesh@asterix.home.rakhesh.com To: Bill Moran In-Reply-To: <20070729102043.de9f85c8.wmoran@potentialtech.com> Message-ID: <20070729182536.J11398@asterix.home.rakhesh.com> References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> <20070729102043.de9f85c8.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Rakhesh Sasidharan , questions@freebsd.org Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:31:33 -0000 > Have you tried using the vnc option and connecting to qemu through a > vnc client? As I already said, I recommend starting out on a machine > with X until you're more familiar with qemu, as the default settings > pretty much do that anyway, but I expect a vnc connection will be the > second easiest. Thank you for your suggestions Bill. I don't want to install X coz I just use this as a headless machine but the VNC idea seems worth a try. :) Do you have any experience with this method btw? I mean, what do I do? Run with the VNC option and then use TightVNC or something to connect to some IP? Thanks! Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:34:15 2007 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 884C216A417 for ; Sun, 29 Jul 2007 14:34:15 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 42B7713C46A for ; Sun, 29 Jul 2007 14:34:14 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1054382wxd for ; Sun, 29 Jul 2007 07:34:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=tB5qBJ21SNAVH7ViTwtVzj3InuJ/CQKhzT5tv9LYCNsjvl43W+KiI060NJBCbaucXjH0vnE3NAGWyj6O4tOJjFgimMiZ4YeTLlbvONU7mjYz4iFpJ4NwwY7sy0DhY3GBhjJXRCLTnPCC96rk9PgFql7lKhBKeghtl0PQFa8htGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=YY1xr6p2OaxfpgbgnaFEewMCzBv0EBF6WPfFA1vUlpc00AHFPU7Kj3afmZv5oBdFh5iBdYg2ZWZPH8iYCfMLntiSQn52Su9iIyQ/5yXIWX6N6MAyMKNPL+fBo450J2cA0rmqOlIlKicwM8pRu6KFp34lOVFat/q4dx3TJloLNAg= Received: by 10.90.50.1 with SMTP id x1mr1283218agx.1185719654114; Sun, 29 Jul 2007 07:34:14 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 5sm2160434agc.2007.07.29.07.34.03 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 07:34:13 -0700 (PDT) Received: from asterix.home.rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 7302F11420; Sun, 29 Jul 2007 18:33:34 +0400 (GST) Date: Sun, 29 Jul 2007 18:33:01 +0400 (GST) X-X-Sender: rakhesh@asterix.home.rakhesh.com To: Adam J Richardson In-Reply-To: <46AC9EED.3030904@crackmonkey.us> Message-ID: <20070729183112.U11398@asterix.home.rakhesh.com> References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> <46AC9EED.3030904@crackmonkey.us> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Rakhesh Sasidharan , questions@freebsd.org Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:34:15 -0000 > It seems logical that qemu would need to run on top of X, in much the same > way that Firefox [just to pick an example at random] won't work without X. > I'm still a FreeBSD newbie though, so I have no idea how X works. I'm still > struggling to upgrade my Xorg to 7.2. [Stupid missing OpenGL drivers! >:( ] Agreed, just that there are references a lot of places on the Net that Qemu can work without X. And the -no-graphic option is to force it to start that way in case you don't have X. Strange ... Thanks! Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:34:35 2007 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 D636C16A46E for ; Sun, 29 Jul 2007 14:34:35 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5CC7813C49D for ; Sun, 29 Jul 2007 14:34:35 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so123007nfb for ; Sun, 29 Jul 2007 07:34:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=ABiZ0FMTIMg7cwhOXTphrlW0Kd4QX5XkEtZlQBn86NIEthnlwTZUjFP1s63VZRwwO4xFF5oMmazb7E0kwjwEc4zrIfBfIIJSKUP8x5eqOPCJBYDq+j9wetBON466vbjCTdW3nE7L6pEb95MCq+4pqZb+uMfdKUVQLZ4bHHP2wMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=DGNISjJklZNftk6neQStNUuudLzOGEn4aXWIkc9htvLR03IPvF9DSewQUoyKeQI8fLn2AWV45oqNpWWahQfbJf0vyDuEE9UKOdmxe6yTVxb+uWOeq1lXeXkLHxLdrQfHG7j8crP4uqxP5Zw3gfSf+3tRjrNTA9q6UjzChlVijjU= Received: by 10.86.99.9 with SMTP id w9mr3250965fgb.1185718000443; Sun, 29 Jul 2007 07:06:40 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 32sm1735187nfu.2007.07.29.07.06.39 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 07:06:39 -0700 (PDT) Message-ID: <46AC9EED.3030904@crackmonkey.us> Date: Sun, 29 Jul 2007 15:06:37 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> In-Reply-To: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: questions@freebsd.org Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:34:35 -0000 Rakhesh Sasidharan wrote: > Hi, > > I'm trying to get Qemu working on my FreeBSD 6.2 PC. But nothing seems to > be happening. I posted my problem at the Qemu forums but haven't got any > replies there (I wonder if any one even uses those forums coz mine is like > the last post there!) Just trying my luck here too in case I get some > tips/ ideas. > > Installed Qemu from the ports. Without SDL (coz I don't have X etc > installed and I just SSH into this box). With KQEMU module. After that I > ran "/usr/local/etc/rc.d/kqemu" for loading the modules "aio" and "kqemu". > All went fine. > > Next I created a 2G image. "qemu-img create /tmp/something.img 2G". That > too went fine. > > Then I tried to install some OS into this image. Put the CD in the drive, > and tried "qemu -boot d -cdrom /dev/acd0 -hda /tmp/something.img". But > nothing happens! The CD starts spinning in the drive but nothing happens > after that. I ran "top" and I can see the qemu process is active and > taking some 128MB memory, but there's no other signs of life. > > I tried the above with two OSes. I tried with an Ubuntu server and also an > OpenBSD 4.1. Tried both to make sure its not a OS specific problem. I even > ripped the CDs to ISO files and tried running from that (coz I read > someplace that FreeBSD Qemu has problems reading from CDs). But no luck > ... whatever I do, nothing happens. > > I also tried with the "-full-screen" option. But no go. > > Finally, I tried running with the -nographic option. I remm reading > somewhere that that usually helps. That time I get a "(qemu)" prompt and > that's it -- nothing happens. Tried stuff like Ctrl+Alt+1,2,F, etc but > nothing happens. Can't even Ctrl-C out. Finally had to kill the process > from another terminal. > > I also tried with the option -monitor stdio. That gives me a (qemu) prompt > in which I can type commands. But I couldn't figure a way to proceed > further after that. > > I tried all these steps through SSH as well as on the console (including > uncommenting the console entry in /etc/tty and trying). No luck. > > Any ideas what could be going wrong? I figure it must be something to do > with me not having X and not compiling Qemu with SDL/ X support ... is > that the case? > > Thanks, > Rakhesh > Hi Rakhesh, I see you have covered the usual bases with qemu. I can't suggest anything else there. It seems logical that qemu would need to run on top of X, in much the same way that Firefox [just to pick an example at random] won't work without X. I'm still a FreeBSD newbie though, so I have no idea how X works. I'm still struggling to upgrade my Xorg to 7.2. [Stupid missing OpenGL drivers! >:( ] I would try installing X [good luck with that!] and see if that helps. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:34:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27B7B16A417 for ; Sun, 29 Jul 2007 14:34:48 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id B09C413C442 for ; Sun, 29 Jul 2007 14:34:47 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6TEYj4p006091; Sun, 29 Jul 2007 16:34:46 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 960F0B825; Sun, 29 Jul 2007 16:34:45 +0200 (CEST) Date: Sun, 29 Jul 2007 16:34:45 +0200 From: Roland Smith To: Tsu-Fan Cheng Message-ID: <20070729143445.GA72646@slackbox.xs4all.nl> Mail-Followup-To: Tsu-Fan Cheng , FreeBSD References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" 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.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Subject: Re: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:34:48 -0000 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 29, 2007 at 10:14:06AM -0400, Tsu-Fan Cheng wrote: > Hi, > is there a port on freebsd that generate still images from movie files? > like "image grabber" on windows?? thanks!! The multimedia/mplayer port can do that. If you use the '-vf screenshot' option, you can use the 's' key to produce a screenshot. See the mplayer(1) manual page for more details. 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) --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGrKWFEnfvsMMhpyURAtlrAJ0Qh9YGaEJi10vwb5RYlCI198zHBACfRSdJ BjCIKouMnr5Ih7u0JHY+cVE= =jFH4 -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:43:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 978BC16A418 for ; Sun, 29 Jul 2007 14:43:33 +0000 (UTC) (envelope-from j@i19.se) Received: from null.bsnet.se (null.bsnet.se [193.11.176.5]) by mx1.freebsd.org (Postfix) with ESMTP id 4F52A13C469 for ; Sun, 29 Jul 2007 14:43:33 +0000 (UTC) (envelope-from j@i19.se) Received: by null.bsnet.se (Postfix, from userid 65534) id 71BCD2C0011; Sun, 29 Jul 2007 16:20:14 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on null.rsn.bth.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50,UPPERCASE_25_50 autolearn=no version=3.1.0 Received: from localhost (localhost [127.0.0.1]) by null.bsnet.se (Postfix) with ESMTP id 036672C0115 for ; Sun, 29 Jul 2007 16:20:14 +0200 (CEST) Received: from spaam.bsnet.se (spaam.bsnet.se [193.11.184.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by null.bsnet.se (Postfix) with ESMTP id D64722C0011 for ; Sun, 29 Jul 2007 16:20:12 +0200 (CEST) Received: from [192.168.1.100] (h12n2c1o945.bredband.skanova.com [217.211.103.12]) by spaam.bsnet.se (Postfix) with ESMTP id B61884AC08 for ; Sun, 29 Jul 2007 16:20:13 +0200 (CEST) Message-ID: <46ACA21A.6080203@i19.se> Date: Sun, 29 Jul 2007 16:20:10 +0200 From: Johan Andersson User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 on null.bsnet.se Subject: S-ATA card HighPoint RocketRAID 1740 4P SATA II/300 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 14:43:33 -0000 Hello Does HighPoint RocketRAID 1740 4P SATA II/300 work with FreeBSD 6.2? i didn't find it in http://www.freebsd.org/relnotes/6-STABLE/hardware/i386/article.html#DISK //Johan Andersson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:52:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B614216A41F for ; Sun, 29 Jul 2007 14:52:58 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from qsmtp1.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id 943A113C46C for ; Sun, 29 Jul 2007 14:52:58 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: (qmail 9805 invoked from network); 29 Jul 2007 07:52:58 -0700 Received: by simscan 1.1.0 ppid: 9796, pid: 9797, t: 1.8604s scanners: regex: 1.1.0 attach: 1.1.0 clamav: 0.90.1/m: spam: 3.1.7-deb X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on qsmtp1.surewest.net X-Spam-Level: X-Spam-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_20,PLING_PLING, RCVD_IN_SORBS_DUL autolearn=no version=3.1.7-deb Received: from unknown (HELO blacklamb.mykitchentable.net) (66.205.146.210) by qsmtp1 with SMTP; 29 Jul 2007 07:52:56 -0700 Received: from [192.168.1.3] (bigdaddy.mykitchentable.net [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with ESMTP id ADF86164A94; Sun, 29 Jul 2007 07:52:55 -0700 (PDT) Message-ID: <46ACA9C6.8050607@mykitchentable.net> Date: Sun, 29 Jul 2007 07:52:54 -0700 From: Drew Tomlinson User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <46ABBA47.2070901@mykitchentable.net> <41312.212.72.24.148.1185709613.squirrel@rakhesh.com> In-Reply-To: <41312.212.72.24.148.1185709613.squirrel@rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Upgraded Samba and Can't Connect with Win XP -- SOLVED!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 14:52:58 -0000 On 7/29/2007 4:46 AM Rakhesh Sasidharan said the following: > On Sun, July 29, 2007 01:51, Drew Tomlinson wrote: > >> I upgraded samba to 3.0.25a from 3.0.24. Now I can't connect with >> Windows XP clients however smbclient both locally and remotely works >> just fine. Basically when connecting from Windows XP, I see the >> connection in log.smbd and then it's immediately closed. See this snip: >> >> [2007/07/28 14:36:25, 1] smbd/service.c:make_connection_snum(1033) >> bigdaddy (192.168.1.3) connect to service Archive initially as user >> (uid=0, gid=1001) (pid 82696) >> [2007/07/28 14:36:25, 1] smbd/service.c:close_cnum(1230) >> bigdaddy (192.168.1.3) closed connection to service Archive >> >> The Windows machine was working fine with Samba before the upgrade. Any >> ideas what changed? I've read UPDATING and the samba docs but see >> nothing that addresses my symptoms. Google hasn't helped either. >> > > I recollect having some problems while upgrading from Samba 3.0.24 to > 3.0.25. In my case, however, Samba kept crashing and complained about some > corrupt .tdb files. Finally I deleted all the files in /var/db/samba and > that fixed it for good. > > One thing that caught my attention in your snippet is the "uid=0" part. Is > your Windows user you are trying to connect as mapping to the Samba > machine's root user? The first time I installed Samba I had made some > mistakes in the config file and so my Windows user was getting mapped to > uid 0 thus getting denied by Samba (coz I had defined root as an invalid > user for security reasons). Maybe something like that is your problem? > > Regards, > Rakhesh Thanks for your reply. Oddly enough, rebooting the Windows clients has solved the problem. Windows must have been caching something that prevented it from staying connected to the new version. I hadn't noticed uid=0. Thanks for pointing that out as I'm sure it's a potential security issue. I was attempting to log on as myself which should have a uid=1000. Cheers, Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:55:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DF916A417 for ; Sun, 29 Jul 2007 14:55:39 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 61E2A13C4E3 for ; Sun, 29 Jul 2007 14:55:39 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so315359anc for ; Sun, 29 Jul 2007 07:55:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=EIJJAnB0cM82zWSm9cyb5w6++CpDyk4/TxkSQo/BnsWhk8a5zZcReuZ9U99n2ZCgbVtD4s0t/0y/WqdxLpet7rCqULK3QaBEdZpXUHnCNxCfXoZK2q9rab9IWGfX98+SIw3Uanzve6TESSC2Hjw3dXEpbr8QnCdD5kkkq/68dZg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=m1UvU8gbI3rCBN2IhLK1tPpjBuUcyETqtlzzvPmoM4X2oyiQaEANYx4x8LSmzO46tVId3wH7j0hLyoCIIcABZ0H0rOYjd5OH3yA1c5qdxJX5SO2PP/plvzWnDwdrVodRBmPzhKQFy0yOSDLgNHiKWFopACBQtCJxOhlWq5rtjM8= Received: by 10.100.191.5 with SMTP id o5mr4152934anf.1185720938268; Sun, 29 Jul 2007 07:55:38 -0700 (PDT) Received: by 10.100.33.19 with HTTP; Sun, 29 Jul 2007 07:55:38 -0700 (PDT) Message-ID: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> Date: Sun, 29 Jul 2007 16:55:38 +0200 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 43ad73a8932b2047 Subject: XEN questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 14:55:39 -0000 Does XEN work with freebsd 6.x? Does one run XEN inside of freebsd and then VMs inside that, or does one run XEN on the bare hardware and then run freebsd inside that? If I've already got freebsd running on my box, do I have to reload it from scratch or is there a way I can virtualize what I already have runing? Michael Grant From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 14:58:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7094616A417 for ; Sun, 29 Jul 2007 14:58:47 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id F202C13C45D for ; Sun, 29 Jul 2007 14:58:46 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1063731uge for ; Sun, 29 Jul 2007 07:58:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=ozaNA6LVbTZd9KUwh8CCDjxma4vqx4Od9+i/XUwgj8bpwJD4U8KPDDpGzWxD7lpbGp1b6N+2EtmpdZoB1TTt/by7QtKZKk6+hBpYFYy0uSbJ00NkBS+E9cKT9jyswQm57qOeh1g/t+IvGLPLJ1ohWvkdgYgb1FyIgccoE8E0p+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=iSNG2rQf97QZmNZz8cY3DCPIIdPt8HmVlNJWTQeTYOfnu7VQYHaEIE6zLwa/OXJKwb2fTvp98mSthH8h5mhyBI83wvCDr9mbH4TQftZBLS/w+wiWnMZSw2Jr+qjcFziXDQTpoMncrmEFic80LXwy1UbyCFon0EHk3R+KdmiQYFo= Received: by 10.66.220.12 with SMTP id s12mr4518289ugg.1185721125609; Sun, 29 Jul 2007 07:58:45 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id g12sm1760845nfb.2007.07.29.07.58.41 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 07:58:41 -0700 (PDT) Message-ID: <46ACAB1F.7090609@crackmonkey.us> Date: Sun, 29 Jul 2007 15:58:39 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Chris Maness References: <20070727190640.J15421@ns1.kq6up.org> <46AAA9FD.20706@crackmonkey.us> <46AAAC79.309@chrismaness.com> <46AABA18.7080205@u.washington.edu> <20070728095154.I11066@ns1.kq6up.org> <46AC95D3.5060008@crackmonkey.us> <20070729070957.L94300@ns1.kq6up.org> In-Reply-To: <20070729070957.L94300@ns1.kq6up.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: Garrett Cooper , FreeBSD List Subject: Re: USB Mouse not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 14:58:47 -0000 >>> I beleive in the past I have checked with >>> #cat /dev/ums0 >>> and if things are working corectly, cat display binary garbage on the screen when you wiggle the mouse. Try this after killing moused (moused makes ums0 unavailable). >> >> Perhaps the mouse is dead or dying? Mine keeps its USB cable on a >> little spindle, and to unreel the cable you have to tug on the cable. >> Not the best design since the cable is very thin and has taken damage >> over time. >> >> Adam J Richardson > > The mouse is working well on another system. Did you try my little > experiment? > > Chris Maness Trying it in a terminal under xfce4 and substituting /dev/sysmouse produces a torrent of spaces characters. I'm currently using a PS/2 mouse [ie. the "tit" mouse on an old laptop]. $ sudo cat /dev/sysmouse Perhaps the xfce4 terminal translates the garbage into spaces. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 15:06:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0297116A419 for ; Sun, 29 Jul 2007 15:06:07 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.freebsd.org (Postfix) with ESMTP id D232D13C468 for ; Sun, 29 Jul 2007 15:06:06 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.11.20060308/8.12.8) with ESMTP id l6TF5oI8014019; Sun, 29 Jul 2007 08:05:51 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Sun, 29 Jul 2007 08:05:58 -0700 User-Agent: KMail/1.9.7 References: <20070728175541.V1078@tbbqjvyy.6qbyyneqvnyhc.pbz> <20070729015843.GA73605@rot26.obsecurity.org> <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> In-Reply-To: <20070728210658.L95043@tbbqjvyy.6qbyyneqvnyhc.pbz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707290805.58393.kstewart@owt.com> Cc: Lars Eighner Subject: Re: Why won't RELENG_6_2 Build? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 15:06:07 -0000 On Saturday 28 July 2007, Lars Eighner wrote: > On Sat, 28 Jul 2007, Kris Kennaway wrote: > > On Sat, Jul 28, 2007 at 05:55:56PM -0500, Lars Eighner wrote: > >> I am trying to build RELENG_6_2 from a freshly cvsupped ports > >> tree. > >> > >> It stops in the build of libmagic with a message from the > >> temporary (build) ld 'cannot find -lc'? > >> > >> What does this mean? How can I fix it? > > > > Usually means your system clock is wrong > > Maybe a couple of minutes slow, but how exactly would the build know, > so long as the times were consitent? This is also one of the reasons why adjkerntz -i was added to the single user boot sequence. It takes care of when you are running the cmos clock on local time. Kent -- Kent Stewart Richland, WA http://www.soyandina.com/ "I am Andean project". http://users.owt.com/kstewart/index.html From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 15:37:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF35A16A41F for ; Sun, 29 Jul 2007 15:37:30 +0000 (UTC) (envelope-from lists@avioc.org) Received: from didy.avioc.org (didy.avioc.org [71.32.26.53]) by mx1.freebsd.org (Postfix) with ESMTP id B50C813C4A7 for ; Sun, 29 Jul 2007 15:37:30 +0000 (UTC) (envelope-from lists@avioc.org) Received: from localhost (mail.internal.avioc.org [192.168.2.252]) by didy.avioc.org (Postfix) with ESMTP id 079F7EB644E; Sun, 29 Jul 2007 10:22:15 -0500 (CDT) X-Virus-Scanned: amavisd-new at mail.internal.avioc.org Received: from didy.avioc.org ([192.168.2.252]) by localhost (mail.internal.avioc.org [192.168.2.252]) (amavisd-new, port 10024) with LMTP id plZXL7lGJH0J; Sun, 29 Jul 2007 10:22:11 -0500 (CDT) Received: from [192.168.2.8] (section-8.internal.avioc.org [192.168.2.8]) by didy.avioc.org (Postfix) with ESMTP id C3ABFEB644D; Sun, 29 Jul 2007 10:22:11 -0500 (CDT) From: Brandon Weisz To: Johan Andersson In-Reply-To: <46ACA21A.6080203@i19.se> References: <46ACA21A.6080203@i19.se> Content-Type: text/plain Date: Sun, 29 Jul 2007 10:22:12 -0500 Message-Id: <1185722532.6552.21.camel@section-8.internal.avioc.org> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: S-ATA card HighPoint RocketRAID 1740 4P SATA II/300 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 15:37:31 -0000 On Sun, 2007-07-29 at 16:20 +0200, Johan Andersson wrote: > Hello > Does HighPoint RocketRAID 1740 4P SATA II/300 work with FreeBSD 6.2? > i didn't find it in > http://www.freebsd.org/relnotes/6-STABLE/hardware/i386/article.html#DISK It works fine here with the FreeBSD driver provided by HighPoint at http://www.highpoint-tech.com/USA/bios_rr1740.htm rr174x0: port 0xa800-0xa8ff mem 0xde000000-0xde0fffff irq 10 at device 11.0 on pci0 rr174x: adapter at PCI 0:11:0, IRQ 10 ... rr174x: start channel [0,0] rr174x: start channel [0,1] rr174x: channel [0,0] started successfully rr174x: channel [0,1] started successfully rr174x0: [GIANT-LOCKED] acd0: CDROM at ata0-master PIO3 da0 at rr174x0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 152512MB (312344576 512 byte sectors: 255H 63S/T 19442C) Brandon > > //Johan Andersson > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 15:59:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1FA716A46E for ; Sun, 29 Jul 2007 15:59:05 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id A61DC13C480 for ; Sun, 29 Jul 2007 15:59:05 +0000 (UTC) (envelope-from dineshpandian@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1386778waf for ; Sun, 29 Jul 2007 08:59:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lAPMgYdMs5KZxEwPRJoC4HCj8o4Yf4SgCfhhssqG6vLBq9+2osILxmcg2+CJ9WfZQ/H3l8mvz6B3tW44rTT/4V/K08hc+k6UP06gh5LdreMjBLS+4EebRHk+fcdlo+q1b0FbOZgmNEwF4za6F1Rxmc9aiD4yZoWNP9qpIbL4aUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=mUaNowscUdHLKqrhr6Q3xrWdL2nWxxvXGMimkHZsyRRJMys9itfY16k3+GfwLggVeRw+AjR6L8f2Kdpv0m68/+w2itvEE68JxZ6+YpYDmYs7IvbqlOL0LD7gR8Ch4hm5DbgBgvZB0LNalPWvWqzXXnAKCVkfJxjO060jtTMaGWU= Received: by 10.114.173.15 with SMTP id v15mr4769860wae.1185724745066; Sun, 29 Jul 2007 08:59:05 -0700 (PDT) Received: by 10.114.74.3 with HTTP; Sun, 29 Jul 2007 08:59:04 -0700 (PDT) Message-ID: <3ea3ac8f0707290859t39a9703ci31f8b7aa672f772c@mail.gmail.com> Date: Sun, 29 Jul 2007 23:59:04 +0800 From: "Dinesh Pandian" To: freebsd-questions@freebsd.org In-Reply-To: <3ea3ac8f0707290403s177180abj46a2a406f6b51e5d@mail.gmail.com> MIME-Version: 1.0 References: <3ea3ac8f0707290403s177180abj46a2a406f6b51e5d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: unable to "SITE CHMOD" via ftp (all users) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 15:59:06 -0000 Sorry guys. It was as simple as chowning the files properly. Not sure how I overlooked that! Extremely sorry for the trouble. Solved the problem. Have a great day, guys. Regards, Dinesh On 7/29/07, Dinesh Pandian wrote: > > Good day to all. > I use proftpd 1.3.1rc3 from the ports and I'm unable to chmod > any files in the home directory when logged in as any user. > > The following is my proftpd.conf file, though I believe > it's the proftpd's fault. Same error is found in pure-ftpd, > even when chmod is allowed in both ftpd's conf files. > > > AllowAll > > > > AllowForeignAddress on > AllowRetrieveRestart on > AllowStoreRestart on > IdentLookups off > DefaultRoot ~ > > > I believe it's some permission problems with > the users in freebsd itself and has nothing to do > with the ftp server programs. The following is output > from uname -a: > > FreeBSD solara.com.my 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #3: Tue Jul 24 > 16:20:42 MYT 2007 > root@solara.com.my:/usr/obj/usr/src/sys/SOLARA i386 > > I've been trying to find a solution for quite some time, > and write to this group as a last resort. Please help. > TIA. > > -- > Regards, > Dinesh Pandian, > -- Regards, Dinesh Pandian, SOLARA Networks. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 16:00:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6468316A420 for ; Sun, 29 Jul 2007 16:00:57 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id 0677113C481 for ; Sun, 29 Jul 2007 16:00:56 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1071699wxd for ; Sun, 29 Jul 2007 09:00:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=bNQ/1kjm1g0BKmvMcAZDxemU1vqjY9WYGfhtjk7bqli+U8bAZcKBCjv2fGirOlV6V/86IaR6CcrkX+SEQqIkEkLY3HCuI9YgIqNjDkxoDZejgBFLBKGr1w66jRvzH0YvMbcvYvj42kqcth7qe/tn1sDxifR+1Om1dp3QbjGd07I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=pdd1PgqoJKTNZjN16HimV4YMFptT0QS/1x2fCFMJH2Wdm+xDbXCqCNtIkc/SbCMGvNTFRkdh/YQRX4/DXyGGF20yvAd3db2zkcIwTGHUPOy+0tR8aOvRwKqToNj91fF+LK22swRdAgE8GJfHao+ungfEXiF5elDBy4kKpZpXSg4= Received: by 10.90.97.11 with SMTP id u11mr1296564agb.1185724856176; Sun, 29 Jul 2007 09:00:56 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 36sm2206334aga.2007.07.29.09.00.47 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 09:00:55 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 5D07811420; Sun, 29 Jul 2007 20:00:21 +0400 (GST) Date: Sun, 29 Jul 2007 19:59:45 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Drew Tomlinson In-Reply-To: <46ACA9C6.8050607@mykitchentable.net> Message-ID: <20070729195722.R32205@obelix.home.rakhesh.com> References: <46ABBA47.2070901@mykitchentable.net> <41312.212.72.24.148.1185709613.squirrel@rakhesh.com> <46ACA9C6.8050607@mykitchentable.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: FreeBSD Questions Subject: Re: Upgraded Samba and Can't Connect with Win XP -- SOLVED!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 16:00:57 -0000 On Sun, 29 Jul 2007, Drew Tomlinson wrote: > Thanks for your reply. Oddly enough, rebooting the Windows clients has > solved the problem. Windows must have been caching something that prevented > it from staying connected to the new version. Rebooting Windows solves most problems! Heh! > I hadn't noticed uid=0. Thanks for pointing that out as I'm sure it's a > potential security issue. I was attempting to log on as myself which should > have a uid=1000. In my case this was happening coz I had made some mistake in my smbusers file. I don't remember what the error was. (Either the file was not there at the location I specified or I had mapped my Windows username to FreBSD root -- one of these). Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 16:31:40 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A4EB16A419 for ; Sun, 29 Jul 2007 16:31:40 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 54E5F13C45D for ; Sun, 29 Jul 2007 16:31:40 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 439301A3C1A; Sun, 29 Jul 2007 09:31:26 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id B458EC0E7; Sun, 29 Jul 2007 12:31:36 -0400 (EDT) Date: Sun, 29 Jul 2007 12:31:33 -0400 From: Kris Kennaway To: PowerMan Message-ID: <20070729163131.GA84095@rot26.obsecurity.org> References: <76c271ae0707290138v24753b68k88e51504f5de2c60@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76c271ae0707290138v24753b68k88e51504f5de2c60@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@FreeBSD.org Subject: Re: A question about 6.2 release X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 16:31:40 -0000 On Sun, Jul 29, 2007 at 04:38:29PM +0800, PowerMan wrote: > Dear sir, > > My first language is not English, if I made some bad words or > expression, please forgive me. > > I have learned from your web site http://www.freebsd.org > that 6.2-stable is relased on 15 Jan, 2007. > > But why there is also 6.2-stable snapshots released in May 2007 > and June 2007? > > Should all snapshots be released before a final release is released? > Should no snapshots be released after a final release is released? > > I can't express myself very well, I wish you can understand me. > Thanks. There is ongoing development after the release, which you can think of as preparation for the next release. That is what the snapshots represent. This is all explained in the Handbook: there is a good chance that this has been translated into your local language where you may find it easier to read. Your english is very good though! Kris From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 16:49:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 851E916A41F for ; Sun, 29 Jul 2007 16:49:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 7268513C428 for ; Sun, 29 Jul 2007 16:49:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 626F21A3C1A; Sun, 29 Jul 2007 09:49:11 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id A84B4C0E7; Sun, 29 Jul 2007 12:49:24 -0400 (EDT) Date: Sun, 29 Jul 2007 12:49:24 -0400 From: Kris Kennaway To: Peter Boosten Message-ID: <20070729164923.GB84095@rot26.obsecurity.org> References: <46AC6EEE.8040201@boosten.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AC6EEE.8040201@boosten.org> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Questions Subject: Re: Several version of gcc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 16:49:25 -0000 On Sun, Jul 29, 2007 at 12:41:50PM +0200, Peter Boosten wrote: > Hi all, > > Next to the standard gcc there seem to be two others on my system, > installed as dependencies for other packages. > > These are gcc_4.1.3 and gcc_4.2.1, both with a date behind there name. > > Since these packages seem to be updated daily (at least once a week) and > updating these packages take forever, this is becoming quite a burden. > > Is there any smart setting in /etc/make.conf that keeps my system from > eanting to update these? I think portupgrade uses HOLD_PKGS, check the docs. Or you could just delete them if they are unused, they were probably used at some point to compile something but may be no longer required. Kris From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 17:08:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EC4F16A417 for ; Sun, 29 Jul 2007 17:08:23 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (cp268254-a.landg1.lb.home.nl [213.51.103.48]) by mx1.freebsd.org (Postfix) with ESMTP id 4897B13C45A for ; Sun, 29 Jul 2007 17:08:23 +0000 (UTC) (envelope-from peter@boosten.org) Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id D2E543989F; Sun, 29 Jul 2007 19:08:21 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 87BB539884; Sun, 29 Jul 2007 19:08:21 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.1 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 410533987B; Sun, 29 Jul 2007 19:08:18 +0200 (CEST) Message-ID: <46ACC980.1040806@boosten.org> Date: Sun, 29 Jul 2007 19:08:16 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: Kris Kennaway References: <46AC6EEE.8040201@boosten.org> <20070729164923.GB84095@rot26.obsecurity.org> In-Reply-To: <20070729164923.GB84095@rot26.obsecurity.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000762-0, 07/29/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: FreeBSD Questions Subject: Re: Several version of gcc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 17:08:23 -0000 Kris Kennaway wrote: > On Sun, Jul 29, 2007 at 12:41:50PM +0200, Peter Boosten wrote: >> Hi all, >> >> Next to the standard gcc there seem to be two others on my system, >> installed as dependencies for other packages. >> >> These are gcc_4.1.3 and gcc_4.2.1, both with a date behind there name. >> >> Since these packages seem to be updated daily (at least once a week) and >> updating these packages take forever, this is becoming quite a burden. >> >> Is there any smart setting in /etc/make.conf that keeps my system from >> eanting to update these? > > I think portupgrade uses HOLD_PKGS, check the docs. Or you could just > delete them if they are unused, they were probably used at some point > to compile something but may be no longer required. > Kris, Thanks for your answer. I did some digging and it turned out that those two different versions of gcc were required by 4 gnustep thingies, and they were required by a program I never used (or tried just once). So I deleted all 7 and now I'm happy :-) Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 18:25:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6CD416A46B for ; Sun, 29 Jul 2007 18:25:04 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA8213C46E for ; Sun, 29 Jul 2007 18:25:02 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l6TIOdg3027896; Sun, 29 Jul 2007 13:24:39 -0500 (CDT) Message-Id: <6.0.0.22.2.20070729132248.02479288@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sun, 29 Jul 2007 13:23:54 -0500 To: "Tsu-Fan Cheng" , FreeBSD From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 18:25:04 -0000 At 09:14 AM 7/29/2007, Tsu-Fan Cheng wrote: >Hi, > is there a port on freebsd that generate still images from movie files? >like "image grabber" on windows?? thanks!! > >TFC You might want to try the vlc media player: /usr/ports/multimedia/vlc I know the windows version does generate still images. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 18:34:49 2007 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 5A34616A418 for ; Sun, 29 Jul 2007 18:34:49 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id D6FC513C45D for ; Sun, 29 Jul 2007 18:34:48 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1432861mue for ; Sun, 29 Jul 2007 11:34:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=dXxdCBdCnmkruHOdig5NCaHojYTLDUiZXz0CwUTNPZeeZQ7TZwPeR/ZkjP+Y1e7um7X33uL+S/tp95I3ayGyilEGP4DTgNP0wu6lTKpMTjm8ycOWBTnmzN9v0dX+0wZzFgtNJZ47xjXjTfhwWHMlF+2tuRMKJawdajKzGtrP4mM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SOxLI3o3A10yV+z305lN1lNMu3WqaXAMvkVu3IODo6NEt4tjZbWUW1ekxzsGAZJhNLsTOYrwMIK8/pU3uK2T1P60w1B+rEd2QV/RlB7FEQD4jNCW8m74OTNv99cfD0kBWVsVoYLBounHG73cBvN7navbgNkuASICFkjTWQ0JFT0= Received: by 10.82.178.11 with SMTP id a11mr3628905buf.1185734087273; Sun, 29 Jul 2007 11:34:47 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 29 Jul 2007 11:34:47 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 13:34:47 -0500 From: "illoai@gmail.com" To: "Rakhesh Sasidharan" In-Reply-To: <20070729183112.U11398@asterix.home.rakhesh.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> <46AC9EED.3030904@crackmonkey.us> <20070729183112.U11398@asterix.home.rakhesh.com> Cc: questions@freebsd.org, Adam J Richardson Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 18:34:49 -0000 On 29/07/07, Rakhesh Sasidharan wrote: > > > It seems logical that qemu would need to run on top of X, in much the same > > way that Firefox [just to pick an example at random] won't work without X. > > I'm still a FreeBSD newbie though, so I have no idea how X works. I'm still > > struggling to upgrade my Xorg to 7.2. [Stupid missing OpenGL drivers! >:( ] > > Agreed, just that there are references a lot of places on the Net that > Qemu can work without X. And the -no-graphic option is to force it to > start that way in case you don't have X. Strange ... > >From the man page: -nographic Normally, QEMU uses SDL to display the VGA output. With this option, you can totally disable graphical output so that QEMU is a simple command line application. The emulated serial port is redi- rected on the console. Therefore, you can still use QEMU to debug a Linux kernel with a serial console. But, I do not think you can run most (any?) installers like this, without the serial console being redirected to _something_, and if you're doing this over ssh, that default something may not be immediately visible. The -vnc option looks like a win, maybe. Per above (not quoted) -cdrom /dev/acd0 might not work if the permissions are not set correctly on /dev/acd0. It is usually easier under qemu to use the downloaded image instead of burning to CD and all that. Or use dd to make a new image if you've already deleted it. -- -- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:03:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 460F016A419 for ; Sun, 29 Jul 2007 19:03:20 +0000 (UTC) (envelope-from streambag@streambag.se) Received: from mail6.wasadata.com (mail6.wasadata.com [85.8.31.11]) by mx1.freebsd.org (Postfix) with ESMTP id 0B35B13C483 for ; Sun, 29 Jul 2007 19:03:20 +0000 (UTC) (envelope-from streambag@streambag.se) Received: from localhost (85.8.10.19.se.wasadata.net [85.8.10.19]) by mail6.wasadata.com (Postfix) with ESMTP id 5BF183E7A for ; Sun, 29 Jul 2007 20:50:39 +0200 (CEST) Date: Sun, 29 Jul 2007 20:41:54 +0200 From: Robert Andersson To: freebsd-questions@freebsd.org Message-ID: <20070729204154.7f6a8340@localhost> In-Reply-To: References: X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 19:03:20 -0000 On Sun, 29 Jul 2007 10:14:06 -0400 "Tsu-Fan Cheng" wrote: > Hi, > is there a port on freebsd that generate still images from movie > files? like "image grabber" on windows?? thanks!! > > TFC > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > I began writing a shell script for this a couple of weeks ago. As i saw your email today i tried to finish it up, adding some command line arguments and various comments. The script uses mplayer and ImageMagick to create something that looks somewhat like the output from imagegrabber or media player classic. I call it framegrabber. You can find it here: http://code.streambag.se Hope you'll find it useful. // Robert From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:13:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0D0D16A47D for ; Sun, 29 Jul 2007 19:13:08 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id 6157913C46A for ; Sun, 29 Jul 2007 19:13:08 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1092435uge for ; Sun, 29 Jul 2007 12:13:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=APR1sOXgYzGNeUQiBCG8vX/oD3pIYW9pfQ8/2hAf/bc4LPElxrWL2LcMQHi0Vt+1c2Cqwf+E/rmZhYWm0FV/aWOxCkkc2XrsECR59gbcBqEHsK6cb+aUebY7/m6p1t02hWIntsZuc0QSgatVwTfU6UVDdYWLoalItGwB+algYRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=jKS0i360gNt+lRiU6lWOyE+nhDU+xtLLvoTB5q60KjCjyjcq5oEZjpmX7NGAgh3qqPtz0Z9qHcg1uwZdtwA/+8QTwcI6eUID/t67SwkymesWuEWSiNv8UNnUJyXUKrxtZm7lM/WgzaAsUk+DMbMidmGWu6LSVYixg2vtLsCV/Og= Received: by 10.78.193.5 with SMTP id q5mr1295916huf.1185734686387; Sun, 29 Jul 2007 11:44:46 -0700 (PDT) Received: by 10.78.159.12 with HTTP; Sun, 29 Jul 2007 11:44:46 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 19:44:46 +0100 From: "Soo-Hyun Choi" Sender: soohyunc@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: 2a0c4de519a974db Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: IDE cable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 19:13:08 -0000 Hi, This might be out of the scope in this list. But, would someone be able to tell me if an IDE cable for HDD and for CD-ROM is identical or not? Thanks, -- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:18:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1599316A476 for ; Sun, 29 Jul 2007 19:18:52 +0000 (UTC) (envelope-from vinny-mail-01+20070729@palaceofretention.ca) Received: from www.giovannetti.ca (www.giovannetti.ca [206.248.136.48]) by mx1.freebsd.org (Postfix) with ESMTP id AAD9C13C4A3 for ; Sun, 29 Jul 2007 19:18:51 +0000 (UTC) (envelope-from vinny-mail-01+20070729@palaceofretention.ca) Received: from t.palaceofretention.ca (intgateway.palaceofretention.ca [10.10.10.42]) by www.giovannetti.ca (Postfix) with ESMTP id 5144E11460 for ; Sun, 29 Jul 2007 15:00:44 -0400 (EDT) Message-ID: <46ACE0CA.2050906@palaceofretention.ca> Date: Sun, 29 Jul 2007 14:47:38 -0400 From: Vinny User-Agent: Thunderbird 2.0.0.0 (X11/20070528) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: gtk-recordmydesktop fails to build - no port either X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 19:18:52 -0000 Hello Everyone, I can't find gtk-recordmydesktop (or qt-recordmydesktop) in the ports tree even though recordmydesktop is there and installs. I tried to download the tarball for gtk-recordmydesktop and install it. Here are the results: t/mv{152}~/dl/gtk-recordmydesktop-0.3.5: ls AUTHORS Makefile.am config.guess configure mkinstalldirs COPYING Makefile.in config.log configure.ac po ChangeLog NEWS config.rpath install-sh py-compile INSTALL README config.status m4 src Makefile aclocal.m4 config.sub missing t/mv{153}~/dl/gtk-recordmydesktop-0.3.5: ./configure --prefix=/usr/local checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: Storing library files in /usr/local/lib prefix set to /usr/local configure: Storing data files in ${prefix}/share configure: Storing configuration files in /usr/local/etc configure: Using localstatedir /usr/local/var checking for a Python interpreter with version >= 2.3... python checking for python... /usr/local/bin/python checking for python version... 2.4 checking for python platform... freebsd6 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages configure: Using pythondir /usr/local/lib/python2.4/site-packages checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking build system type... i386-unknown-freebsd6.2 checking host system type... i386-unknown-freebsd6.2 checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYGTK... yes configure: Using pygtk installed in /usr/local/lib/python2.4/site-packages checking for GTK... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/rmdConfig.py config.status: creating src/gtk-recordMyDesktop config.status: creating po/Makefile.in config.status: creating m4/Makefile config.status: executing depfiles commands config.status: executing default-1 commands t/mv{154}~/dl/gtk-recordmydesktop-0.3.5: make Making all in src Making all in po Error expanding embedded variable. *** Error code 1 Stop in /usr/home/mv/dl/gtk-recordmydesktop-0.3.5. Anyone have any ideas? I tried gmake and imake - no joy. Thanks Vinny From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:29:55 2007 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 0538D16A41B for ; Sun, 29 Jul 2007 19:29:55 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 87C9013C45A for ; Sun, 29 Jul 2007 19:29:54 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so131585nfb for ; Sun, 29 Jul 2007 12:29:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=MUN4RN0V/8fKpAI3UMzfdI3G0YnGATjxIZjGa4yniymchbvaFirZIfw8BZ1fZr0eRTQGkns+Yp1XRbNDdy9Vueh+JL4sHLtlm1R4xtVDF2UQEkVZ6TcfTvSjmvU2YNeVIMS6lX9uriS09JBKMQSSmJMRjHXZ9KVWun6Gvenqma4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=iqXjfASqsz72hTHHXvYpnledS8hVscP7F9eSyXFefW3vi67Kmhf7JjGbABhb6byNHyQNnN/zuYOrgO3XOpp6N/roTg7H2OAM1aJh179y2uZ98ITWVi0WFQDG+mICYu8oKpScqUsfIr4CQri+ntE59OMS6hD42hfKTFhWC43w+Co= Received: by 10.86.70.8 with SMTP id s8mr3398793fga.1185737393327; Sun, 29 Jul 2007 12:29:53 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 2sm9220110nfv.2007.07.29.12.29.50 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 12:29:51 -0700 (PDT) Message-ID: <46ACEAAF.50209@crackmonkey.us> Date: Sun, 29 Jul 2007 20:29:51 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: "illoai@gmail.com" References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> <46AC9EED.3030904@crackmonkey.us> <20070729183112.U11398@asterix.home.rakhesh.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: Rakhesh Sasidharan , questions@freebsd.org Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 19:29:55 -0000 > The -vnc option looks like a win, maybe. That sounds good. Doesn't VNC require X, though? Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:42:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43ED16A419 for ; Sun, 29 Jul 2007 19:42:52 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5DEF213C491 for ; Sun, 29 Jul 2007 19:42:52 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so749927hub for ; Sun, 29 Jul 2007 12:42:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=RsoT8eO/SCIJcX5ya0ENiliS8O7UJzmIMwdwwEurm2pKRpf+1V9CSWKaTwwB3SdJOlJgkornpAr9mcaaHxQgH/Oq6Etf7pVrttUZ+xwzk0YKOk/KuMGt0aiURMXID9f6jVfzQ/BmTVA3tb3rPYBRYcPjQ9hIVWOHPWEBEjt9XOo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=U80YsDh3kxezaBIxkyijNETDzY1VwR4aiX3bpdCrWWYdcxVt9ALh7Kl5rciAxdnBQNptwC5jdvoV5HrNrhwnLe9D8iB+pFEIyfPP9MaTj5rFPqI5EW0Wg7d4HD3tJNn09S46E3dj/r0nxZKUyJIRebbiakqnhiR0KiJgNmDR2Vc= Received: by 10.86.60.7 with SMTP id i7mr3409063fga.1185738170620; Sun, 29 Jul 2007 12:42:50 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id g17sm1983410nfd.2007.07.29.12.42.49 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 12:42:49 -0700 (PDT) Message-ID: <46ACEDB9.3000507@crackmonkey.us> Date: Sun, 29 Jul 2007 20:42:49 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Albert.Shih@obspm.fr References: <20070728114722.GA27644@pcjas.obspm.fr> In-Reply-To: <20070728114722.GA27644@pcjas.obspm.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: autoconf261 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 19:42:52 -0000 Albert Shih wrote: > Hi all > > I've strange problem with autoconf 261 ports. > > He install autoconf under > > /usr/local/bin/autoconf261 > instead > > /usr/local/bin/autoconf-261 > > It's ports bug ? or it's me do something wrong ? > > Regards. > > Albert SHIH Hi Albert, I've just had a very weird afternoon investigating autoconf and automake. They seem pretty cool but I must digest some more manuals and tutorials before I understand them well enough to write my own configure.ac and Makefile.am files. With the help of a tutorial I wrote a brilliant configure.ac/Makefile.am combination and managed to get from "helloworld.cc" to "/usr/local/bin/hello" in a few easy steps. :D It'll be harder for my larger projects though... I had some trouble actually locating the files automake19, aclocal19 and autoconf259. I thought they would be called automake, aclocal and autoconf. Guess I was wrong. Apparently it's FreeBSD's way of keeping several versions of these programs concurrently. It would be handy if the ports installed symlinks to the most recent versions, instead of me having to add some aliases to /etc/csh.cshrc. Oh, don't know if this will be a problem for you, but unless my ports tree is out of date, the latest automake relies on autoconf v2.59 rather than the latest autoconf, v2.61. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:57:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CD8C16A41A for ; Sun, 29 Jul 2007 19:57:09 +0000 (UTC) (envelope-from dmedia@gwi.net) Received: from pan.gwi.net (pan.gwi.net [207.5.128.165]) by mx1.freebsd.org (Postfix) with ESMTP id 3AB1113C478 for ; Sun, 29 Jul 2007 19:57:09 +0000 (UTC) (envelope-from dmedia@gwi.net) Received: from [192.168.1.113] (bb-216-195-134-7.gwi.net [216.195.134.7]) by pan.gwi.net (8.13.1/8.13.1) with ESMTP id l6TIZCdH051799; Sun, 29 Jul 2007 14:35:12 -0400 (EDT) (envelope-from dmedia@gwi.net) Date: Sun, 29 Jul 2007 14:34:47 -0400 From: "Disk Media, LLC" To: freebsd-questions@freebsd.org Message-Id: <20070729143055.9292.DMEDIA@gwi.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.30.02 [en] Cc: dmedia@gwi.net Subject: Loosing keyboard during install - version freeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 19:57:09 -0000 Loosing keyboard during install - version freeBSD 5.2.1 I've tried an USB and PS/2 keyboard during installation. The keyboard becomes unresponsive as soon as the install begins. I'm installing on an IBM Xseries 235. The BIOS setting appear correct. Thanks for any help. From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:00:21 2007 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 0B21D16A41B for ; Sun, 29 Jul 2007 20:00:21 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF1C13C45E for ; Sun, 29 Jul 2007 20:00:20 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1456333mue for ; Sun, 29 Jul 2007 13:00:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=YAqLY2rTAH3US3YOKOM7A50j+5zJ4AL7m1aHfmn1fpQGaWXX/p18N0OwxNGYNjgwSL+RReMazQXqF92rsEUPRa9i+zumJmbUYMXoTrQviQN2x2gALFaL6f3j4eDRQ9ShVJdJTdmEB70jdELo3U8UF7NxNXs/xyVmdtvyMM9HoGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RTztCm9mVFntGPPLKPD7kYkkTUqO9H4T44XYV/Babta8qCzncaGfrn5yymWW/r0wZZr6FNcSdpiG/HQ7sizPowCMRw0L4u8tkTtOdRMque/VMq9YpAwdAyUR6fxrw9iasBMbl9HBgnOrk+C6N35L2zqs03lEDXnRPyVHIkaGcwA= Received: by 10.82.190.2 with SMTP id n2mr3634556buf.1185739218999; Sun, 29 Jul 2007 13:00:18 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 29 Jul 2007 13:00:18 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 15:00:18 -0500 From: "illoai@gmail.com" To: "Adam J Richardson" In-Reply-To: <46ACEAAF.50209@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> <46AC9EED.3030904@crackmonkey.us> <20070729183112.U11398@asterix.home.rakhesh.com> <46ACEAAF.50209@crackmonkey.us> Cc: Rakhesh Sasidharan , questions@freebsd.org Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 20:00:21 -0000 On 29/07/07, Adam J Richardson wrote: > > The -vnc option looks like a win, maybe. > > That sounds good. Doesn't VNC require X, though? > Having not fiddled with it, I would hesitate to assume much. I would guess that it would work with mswin or X, and maybe with a terminal. It might also work with X forwarding. I am, of course, making the assumption that the original author is ssh-ing from something with a graphical desktop that he could forward to. -- -- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:01:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A4916A421 for ; Sun, 29 Jul 2007 20:01:47 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from dns.walsimou.com (walscop001.walsimou.com [82.228.201.70]) by mx1.freebsd.org (Postfix) with ESMTP id C6D2B13C45D for ; Sun, 29 Jul 2007 20:01:46 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from wals001FBSD.walsimou.com ([192.168.1.240]) (SSL: TLSv1/SSLv3,256bits,AES256-SHA) by dns.walsimou.com with esmtp; Sun, 29 Jul 2007 22:01:45 +0200 id 00056C7A.0000000046ACF229.0000667E Message-ID: <46ACF219.8010903@walsimou.com> Date: Sun, 29 Jul 2007 22:01:29 +0200 From: Gaye Abdoulaye Walsimou User-Agent: Thunderbird 2.0.0.5 (X11/20070722) MIME-Version: 1.0 To: Soo-Hyun Choi , freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: IDE cable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 20:01:47 -0000 Soo-Hyun Choi a écrit : > Hi, > > This might be out of the scope in this list. But, would someone be able to > tell me if an IDE cable for HDD and for CD-ROM is identical or not? > > Thanks, > > > The same yes Regards From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:10:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BCCD16A419 for ; Sun, 29 Jul 2007 20:10:41 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2889D13C45B for ; Sun, 29 Jul 2007 20:10:41 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 73DAE1A3C1A; Sun, 29 Jul 2007 13:10:26 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 70D9BB9F8; Sun, 29 Jul 2007 16:10:40 -0400 (EDT) Date: Sun, 29 Jul 2007 16:10:40 -0400 From: Kris Kennaway To: "Disk Media, LLC" Message-ID: <20070729201040.GA89075@rot26.obsecurity.org> References: <20070729143055.9292.DMEDIA@gwi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070729143055.9292.DMEDIA@gwi.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Loosing keyboard during install - version freeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 20:10:41 -0000 On Sun, Jul 29, 2007 at 02:34:47PM -0400, Disk Media, LLC wrote: > Loosing keyboard during install - version freeBSD 5.2.1 > > I've tried an USB and PS/2 keyboard during installation. The > keyboard becomes unresponsive as soon as the install begins. > I'm installing on an IBM Xseries 235. > > The BIOS setting appear correct. > > Thanks for any help. Try on a modern version of FreeBSD. Kris From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:27:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7617416A417 for ; Sun, 29 Jul 2007 20:27:37 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id ED2A613C459 for ; Sun, 29 Jul 2007 20:27:36 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1101081uge for ; Sun, 29 Jul 2007 13:27:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=Zvq7DsDxUjelkrUf+3QANNS7I9WSic3Xbd8qjuXTqdDr/Vd5rK1jo2Tnj686NA+91gPOcQ3SUZ4fBvR1/yVfIMbpvAYpt/PLWCeHplZ+02qN6Tl45jY7vXJEGdgumNk6aajoyj+HIBwiba4EGnzQuk88sQ7C+8WmlPvA+vHbpFU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=iFj5ambm0EvgfVwk0rTuYGYVE0rEow+0cdsMIQJKsR6IfnSoKgx5rUmR8lMTsu1YtaAOIFkH3teb/MCngX7N/7Y6qqjWX55tY2pPl/KfyPGnJu8kID/B+MlgEJGrKu547A5TZcwwyyCYgKor4rSFmENxHNLPv+kndgsx1GUBS8g= Received: by 10.67.30.3 with SMTP id h3mr4687385ugj.1185740854513; Sun, 29 Jul 2007 13:27:34 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 31sm9495231nfu.2007.07.29.13.27.32 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 13:27:33 -0700 (PDT) Message-ID: <46ACF835.7040402@crackmonkey.us> Date: Sun, 29 Jul 2007 21:27:33 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: "Jasvinder S. Bahra" References: <002301c7d10a$09ee5180$0600010a@atlantis> In-Reply-To: <002301c7d10a$09ee5180$0600010a@atlantis> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: Binding dhclient to a particular network interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 20:27:37 -0000 Jasvinder S. Bahra wrote: > > Is there a way of instructing dhclient to listen only on the cable-modem > facing network interface? Hi Jazz, I don't find it necessary to run dhclient as a daemon. My server has two interfaces, one wired and one wifi. In my /etc/rc.conf: ifconfig_fxp0="DHCP" ifconfig_ndis0="WPA DHCP" [You might recognise ndis as the Project Evil driver for using Windows network drivers under BSD.] When the netstart script runs, those two lines have the effect of starting wpa_supplicant on ndis0, and running dhclient on both interfaces. Supposing I temporarily assign a static IP to fxp0, I can revert to DHCP by typing: $ sudo dhclient fxp0 which does some DHCP magic and gets a lease. If I take ndis0 down I find I have to run /etc/netstart again to get it back up, but you didn't want to know that. HtH Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:34:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6BE016A417 for ; Sun, 29 Jul 2007 20:34:23 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id 344B913C45D for ; Sun, 29 Jul 2007 20:34:22 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1464452mue for ; Sun, 29 Jul 2007 13:34:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=KzvKWEdNpSyJ5Hy8i9ahbIipb4sE+VWlnD53mtKEeHDSNKRqE9+9kaT5Nm8sIgAUET1ro5egQ9XHOhG/tqxa34oLtyGw4fQhwUbYL/Y3w5fMrf7OFDSvEQWV05Rl5/diRe7HjWMYQgH33TwNZWwdaAfCBmAIOVdNAvXcPdPLcXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mhZvybTWCKo1leYX3l064zXaXVyvTNc/URHgXsAFdDnTedUHGgsqD2Arg5/v+ZRm3U482fUD/0L3gpT++Qpa6KQc0ZtD0uQVfhsVuYzvoQecC37je9XYR/481NiCpz+JQoer+vfpBdCGprmwdkcKWmhlryXHataugtaf8ncO2KA= Received: by 10.82.136.4 with SMTP id j4mr3640635bud.1185741261951; Sun, 29 Jul 2007 13:34:21 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 29 Jul 2007 13:34:21 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 15:34:21 -0500 From: "illoai@gmail.com" To: "Gaye Abdoulaye Walsimou" In-Reply-To: <46ACF219.8010903@walsimou.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <46ACF219.8010903@walsimou.com> Cc: freebsd-questions@freebsd.org, Soo-Hyun Choi Subject: Re: IDE cable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 20:34:23 -0000 On 29/07/07, Gaye Abdoulaye Walsimou wrote: > Soo-Hyun Choi a =E9crit : > > Hi, > > > > This might be out of the scope in this list. But, would someone be able= to > > tell me if an IDE cable for HDD and for CD-ROM is identical or not? > > > > Thanks, > > > > > > > The same yes > With the aside that on some older machines the cdrom cable is 40 conductor which if used with a faster hard drive will prevent it from running above UDMA33 (I believe). But it will work. --=20 -- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:41:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C63F416A41B for ; Sun, 29 Jul 2007 20:41:44 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4820D13C480 for ; Sun, 29 Jul 2007 20:41:43 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so133579nfb for ; Sun, 29 Jul 2007 13:41:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=Bp71Je2yNQ9EMcnaxkp0BbngmuFvxM++4/eIWPcJ+g2OMRwxTVzohdw0+eQAcYJpJ3wstfXD4EB0hx0oWLHw3QLXeZxumA5MUKytlv9oqUWuAkwQ29rPm68F435P6i4Vf1mHXXCIlkqbHzTgtmdQxu5Sg5bjdBp2a1D4s8xsS7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VC6RhEekodRI1M2rwBtOoFJ5BHljednhX18B+mPe6Ey+ZozVaQjux67JMaanCI/4+uIJnqnlZIYiMrCn7qMTZU0XTkOeieyAFcP8UyW2xcc+5oRp9kGFbrLWBMNmIygUfD6DHqLrLjmcasQri5uf6Iwq1VEz4+WokPoT6fhKpQc= Received: by 10.82.127.14 with SMTP id z14mr3639008buc.1185741702418; Sun, 29 Jul 2007 13:41:42 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 29 Jul 2007 13:41:42 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 15:41:42 -0500 From: "illoai@gmail.com" To: Modulok In-Reply-To: <64c038660707282109v1f846962o8a7d52c4dc4c4fb2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64c038660707282109v1f846962o8a7d52c4dc4c4fb2@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: "umount -f" Complete system crash... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 20:41:44 -0000 On 28/07/07, Modulok wrote: > BACKGROUND > Someone brought me a camera they were having trouble with: winXP > refused to mount the file system. I tried it on FreeBSD 6.1-RELEASE, > "mount_msdosfs /dev/da0s1 /mnt", no problems. I recovered all of their > photos. I attempted to "umount /mnt" and encountered an error, > something along the lines of cannot contact device, (I don't remember > exactly. No, I wasn't in the directory I was attempting to umount.). > No other process was communicating with the device, according to the > camera it was 'idle'. I issued a "umount -f /mnt" command. The entire > system locked up for a few seconds (maybe 4) and then CRASH! I found > myself looking at my BIOS output as the system reboots. > > QUESTIONS > 1. Obviously, why did FreeBSD crash? (More specifically what could > cause a crash in this situation?) > 2. How do I find out, why it crashed? > 3. Did I do something terribly unorthodox to invoke this crash, given > the situation? If so, what could be done different? > The camera powered itself down after being idle for a bit, perhaps? There have been some recent discussions, about physical disconnections of mounted devices causing panics, on this list over the last several weeks. -- -- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 20:45:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1923B16A419 for ; Sun, 29 Jul 2007 20:45:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id E753E13C483 for ; Sun, 29 Jul 2007 20:45:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6TKjlhG031130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 13:45:47 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6TKjkOa012261 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 13:45:46 -0700 Message-ID: <46ACFC7A.7040601@u.washington.edu> Date: Sun, 29 Jul 2007 13:45:46 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: "illoai@gmail.com" References: <46ACF219.8010903@walsimou.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.132033 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Gaye Abdoulaye Walsimou , freebsd-questions@freebsd.org, Soo-Hyun Choi Subject: Re: IDE cable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 20:45:48 -0000 illoai@gmail.com wrote: > On 29/07/07, Gaye Abdoulaye Walsimou wrote: > >> Soo-Hyun Choi a écrit : >> >>> Hi, >>> >>> This might be out of the scope in this list. But, would someone be able to >>> tell me if an IDE cable for HDD and for CD-ROM is identical or not? >>> >>> Thanks, >>> >>> >>> >>> >> The same yes >> >> > > With the aside that on some older machines the > cdrom cable is 40 conductor which if used with > a faster hard drive will prevent it from running > above UDMA33 (I believe). But it will work. Yes, that's true because pin-80 is twisted data/ground pairs which reduce crosstalk on the wires, thus allow the wiring to push UDMA133 (133MHz), a value 4 times higher than the 40-pin max value. CD-ROM drives generally don't go above 66MHz though from my experience. You can determine if the cables are equivalent by noting the wire width (easy because the wire widths are about double), or wire count (there will be 40-pin or 80-pin). The number of pins on the PATA interface isn't different though, so comparing that way won't change things. If you're concerned about speed and/or signal quality, you may want to make sure that the cable isn't kinked at all. That will result in either slowdowns or failures due to data corruption. Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 21:26:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BD9816A419 for ; Sun, 29 Jul 2007 21:26:56 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 38AC413C48E for ; Sun, 29 Jul 2007 21:26:56 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2625697pye for ; Sun, 29 Jul 2007 14:26:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=BdlebgATIc0sA97BC/PBFgt9GIbPHr6zgcqZrUPkMVUrr5rpo94azTMWEOGgLyJE5KAmi8Jne0dbXxywtjKA1CN53Gqu0n4L0nuxKUBS3JCJ8pySU/p/qDxhGlmDY+hkKBmFaDy8XyCkJbmsaNGJ8sAtQV06f13LaH/GOp2PWIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Rd+VMv3ZJ/QjqEY3fpEvG1LMqyKXHSkGKOXAd0n2pMwqe4wsSgLAMUOGTdd33n9SvkJN0u/XYevG23jbaXAr1RKjevu9pzbZkGGWAPAghHUh9PpB9eV6C2LpkEtkghZvpKjGFfWGpkC/OFs9Ks/FvaNmoKqFu1w3Wn5KEhOU7Ac= Received: by 10.65.74.9 with SMTP id b9mr7662596qbl.1185744414841; Sun, 29 Jul 2007 14:26:54 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Sun, 29 Jul 2007 14:26:54 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 17:26:54 -0400 From: "Tsu-Fan Cheng" To: "Robert Andersson" In-Reply-To: <20070729204154.7f6a8340@localhost> MIME-Version: 1.0 References: <20070729204154.7f6a8340@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 21:26:56 -0000 On 7/29/07, Robert Andersson wrote: > > On Sun, 29 Jul 2007 10:14:06 -0400 > "Tsu-Fan Cheng" wrote: > > > Hi, > > is there a port on freebsd that generate still images from movie > > files? like "image grabber" on windows?? thanks!! > > > > TFC > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > I began writing a shell script for this a couple of weeks ago. As i saw > your email today i tried to finish it up, adding some command line > arguments and various comments. The script uses mplayer and ImageMagick > to create something that looks somewhat like the output from > imagegrabber or media player classic. > > I call it framegrabber. You can find it here: > http://code.streambag.se > > Hope you'll find it useful. > > // Robert > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" Hey man, it works! great job From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 21:27:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02E7716A41A for ; Sun, 29 Jul 2007 21:27:24 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4FCB213C494 for ; Sun, 29 Jul 2007 21:27:24 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2625697pye for ; Sun, 29 Jul 2007 14:27:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ACMF5bm1BmaDN8eEeuxBzNEa1NuW7wa9kJyQzwdKxWWAXNOqfwy3YcE0csnUrJ9qtUG1HY5U+I4rGp8IGZhebH7WkBikzZgCMsw3R3b1wba4ZfFICeBMWSjPTyVmsgh7BEb7EfiBR8XP6Oq9IrvdHRPxLXNqTnvsx/kyg9CEgGc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=D8eo1qf3kn1PFmoJ0G+m5y8O3+C0MOYIpYcnGV5KzuCkMu/rh+8JWVPyuOl5N5AWX/0aVm7j6qUkpy29+QOXc44lO2NwjFuhCnCnQTDhijYMW7bkM9ISCAIXe3tQqdE2QeC9GmCOCD+nUeKQZgOJ7Xw9/CN+UfXo80GDqIWmtoY= Received: by 10.65.133.8 with SMTP id k8mr7609495qbn.1185744443020; Sun, 29 Jul 2007 14:27:23 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Sun, 29 Jul 2007 14:27:22 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 17:27:22 -0400 From: "Tsu-Fan Cheng" To: "Robert Andersson" In-Reply-To: MIME-Version: 1.0 References: <20070729204154.7f6a8340@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: still image grabber X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 21:27:25 -0000 On 7/29/07, Tsu-Fan Cheng wrote: > > > > On 7/29/07, Robert Andersson wrote: > > > > On Sun, 29 Jul 2007 10:14:06 -0400 > > "Tsu-Fan Cheng" wrote: > > > > > Hi, > > > is there a port on freebsd that generate still images from movie > > > files? like "image grabber" on windows?? thanks!! > > > > > > TFC > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > " freebsd-questions-unsubscribe@freebsd.org" > > > > > > > I began writing a shell script for this a couple of weeks ago. As i saw > > your email today i tried to finish it up, adding some command line > > arguments and various comments. The script uses mplayer and ImageMagick > > to create something that looks somewhat like the output from > > imagegrabber or media player classic. > > > > I call it framegrabber. You can find it here: > > http://code.streambag.se > > > > Hope you'll find it useful. > > > > // Robert > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > > Hey man, it works! great job > should put it into the port From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 22:50:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C35CF16A417 for ; Sun, 29 Jul 2007 22:50:46 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.229]) by mx1.freebsd.org (Postfix) with ESMTP id 5557213C461 for ; Sun, 29 Jul 2007 22:50:46 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so780673hub for ; Sun, 29 Jul 2007 15:50:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=Qx+GIoBpkua7Pa7p33OYE6MwZy5DCBd65a7IHUL7hBSZRatOGJIohIUVVND2scXtZwHPCEH5mqXOKA7n/bFKgf+zRv2xYR6gu/tgxP9o+Nrcxht3XwLwew1OEWwQFxhZuA2fyyhhE2PWObtUWgMN1vOpWn6ZK0qtq+ywtTSCW7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=B3YGJW4PnRpZ2yL3+BzeB01fIhw2bdKYpLr+PDf7JUpzgmmRR41BjDLcsTZx0rLcRWu1eedxeo1rFJUNLqFCPc8FMkVSon3SdzhHSvpClMVhp8rrp4ViqHTHEuEgA0fLFsx+FL9nUKRDhmVecCHSoVY7bj44I+k2vmsjTP8CUxk= Received: by 10.66.243.2 with SMTP id q2mr4754853ugh.1185749444705; Sun, 29 Jul 2007 15:50:44 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id i3sm2130856nfh.2007.07.29.15.50.43 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 15:50:43 -0700 (PDT) Message-ID: <46AD19C1.7010409@crackmonkey.us> Date: Sun, 29 Jul 2007 23:50:41 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 CC: FreeBSD Questions References: <46AA0BD8.3030804@crackmonkey.us> In-Reply-To: <46AA0BD8.3030804@crackmonkey.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Subject: Xvnc success! But Xfce4 settings different X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 29 Jul 2007 22:50:46 -0000 Adam J Richardson wrote: > Hi all, > > I'm trying to use VNC to log into my FreeBSD laptop from another laptop > [why? to learn how]... gdm... Xvnc... xinetd... blah... blah... I finally managed to log in using Xvnc and gdm. This is awesome. I'll be happy for days now. :D Here's how: I found I was getting lots of weird file descriptor errors in /var/log/messages. Google tells me it's some subtle bug involving 6.2-RELEASE and xinetd. So I switched to inetd [note, no 'x'] and it worked perfectly first time. There is a tiny fly in my happy ointment though. My Xfce4 settings appear to be different. Usually I use gnome-panel when I log in locally. My remote login is using xfce4-panel. Rather than go through setting up my desktop how I like it /again/, I would prefer to figure out why my local settings aren't being used. Probably a good symlinking would fix this, but I can't quite see what I should be linking to where. Any ideas? TiA, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 22:57:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A63B16A469 for ; Sun, 29 Jul 2007 22:57:52 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2C913C4B0 for ; Sun, 29 Jul 2007 22:57:51 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1116403uge for ; Sun, 29 Jul 2007 15:57:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=SAskAyPepKN7h3ZY4YlcV/QYkCVxWVWJZ2R1jyiC7ljTFDehcrYRoIqk66cRnCwdFVU4iTPicZ96hfBPQomtjr9A5NkXKYh1I3oEGmQynCpMOFO1PINxxKGxrOudsOJOfAdCkmwHSnbrTVVn7UPiq7VfExt3MuhZcfIIuI27nno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=HDWR3wcGSfDZrfLluFUcECeR4ycBj1hGCJGyaMYLlG06GbZKJobp4z4jY3KZIBrU4Ii7MdmRt1Vz3ndENkA8/IndD0wdOC0j5OMHm9GdggRRYveYduSYMqDrm8nFqcKyh9tlO8A/lQOXGBSpznUVxz/lnBWCYng5u68wVmall9M= Received: by 10.66.250.9 with SMTP id x9mr4754379ugh.1185749870372; Sun, 29 Jul 2007 15:57:50 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id k10sm2150689nfh.2007.07.29.15.57.48 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 15:57:49 -0700 (PDT) Message-ID: <46AD1B6B.2010605@crackmonkey.us> Date: Sun, 29 Jul 2007 23:57:47 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Michael Grant References: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> In-Reply-To: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: FreeBSD Questions Subject: Re: XEN questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 22:57:52 -0000 Michael Grant wrote: > Does XEN work with freebsd 6.x? > > Does one run XEN inside of freebsd and then VMs inside that, or does > one run XEN on the bare hardware and then run freebsd inside that? If > I've already got freebsd running on my box, do I have to reload it > from scratch or is there a way I can virtualize what I already have > runing? > > Michael Grant Hi Michael, Afraid I don't have any experience of Xen, but I know Qemu works well and I know for sure VMware has a cloning tool that does exactly what you're after. Although after trying it once it occurred to me to wonder why I'd want to run an identical copy of my laptop on my laptop... :P If Xen doesn't have a cloning tool, perhaps you can use the VMware cloning tool and tweak the clone to run under Xen? After all, VMware can use Qemu disks and Virtual PC can use VMware disks, so it might work. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 22:59:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B45A16A4C1 for ; Sun, 29 Jul 2007 22:59:07 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (ns1.violetlan.net [80.81.242.5]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE3013C4F3 for ; Sun, 29 Jul 2007 22:59:05 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from mail.violetlan.net (localhost [127.0.0.1]) by mail.violetlan.net (Postfix) with ESMTP id 25E2A11427 for ; Sun, 29 Jul 2007 23:40:49 +0200 (CEST) Received: by mail.violetlan.net (Postfix, from userid 65534) id 045A911426; Sun, 29 Jul 2007 23:40:49 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on scurvy.violetlan.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.2.1 Received: from www.violetlan.net (mbali.violetlan.net [10.0.100.150]) by mail.violetlan.net (Postfix) with ESMTP id 25C8711423 for ; Sun, 29 Jul 2007 23:40:46 +0200 (CEST) Received: from 212.99.206.5 (SquirrelMail authenticated user freebsd@violetlan.net) by www.violetlan.net with HTTP; Sun, 29 Jul 2007 23:40:45 +0200 (CEST) Message-ID: <55960.212.99.206.5.1185745245.squirrel@www.violetlan.net> Date: Sun, 29 Jul 2007 23:40:45 +0200 (CEST) From: "Reinhold" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20070729234045_21277" X-Virus-Scanned: ClamAV using ClamSMTP Subject: fetch and ftp problems trough pf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 22:59:07 -0000 ------=_20070729234045_21277 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi I'm have a bit of a fetch and ftp problem when it comes to the hosts behind my freebsd 6.2 stable pf firewall. I can use fetch and ftp perfectly fine from the firewall but once I want to use them on one of the hosts behind it I get the following errors. Trying 204.152.184.73... Connected to ftp.freebsd.org. 220 Welcome to freebsd.isc.org. Name (ftp.freebsd.org:hamba): anonymous 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 229 Entering Extended Passive Mode (|||5654|) 425 Security: Bad IP connecting. ftp> exit 221 Goodbye. # ftp ftp.de.freebsd.org Connected to ftp.plusline.net. 220- 220-PUBLIC FTP MIRROR 220- 220-Plus.Line AG 220-http://www.plusline.net 220-Frankfurt a. M. 220-Germany 220- 220 Name (ftp.de.freebsd.org:hamba): anonymous 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> ls 229 Entering Extended Passive Mode (|||35507|) 200 EPRT command successful. Consider using EPSV. 150 Here comes the directory listing. ftp: poll timeout waiting before accept: Operation timed out 426 Failure writing network stream. 225 No transfer to ABOR. ftp> exit 221 Goodbye. I have multiple IPs on my external if so I'm using pftpx as the ftp proxy and I followed the man page and added this to my pf.conf nat-anchor "pftpx/*" rdr-anchor "pftpx/*" rdr pass on $int_if proto tcp from 10.0.0.0/8 to any port 21 -> 127.0.0.1 port 8021 anchor "pftpx/*" I also added in the rc.conf file pftpx_enable="YES" pftpx_flags="-p 80.81.242.5" Here is the debug outout I got from pftpx Jul 25 22:50:13 amanzi pftpx[92813]: #1 accepted connection from 10.0.100.150 Jul 25 22:50:13 amanzi pftpx[92813]: #1 server: 220 Welcome to freebsd.isc.org.^M Jul 25 22:50:15 amanzi pftpx[92813]: #1 client: USER anonymous^M Jul 25 22:50:15 amanzi pftpx[92813]: #1 server: 331 Please specify the password.^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 client: PASS ^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: 230 Login successful.^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 client: SYST^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: 215 UNIX Type: L8^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 client: FEAT^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: 211-Features:^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: EPRT^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: EPSV^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: MDTM^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: PASV^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: REST STREAM^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: SIZE^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: TVFS^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: 211 End^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 client: PWD^M Jul 25 22:50:16 amanzi pftpx[92813]: #1 server: 257 "/"^M Jul 25 22:50:17 amanzi pftpx[92813]: #1 client: EPSV^M Jul 25 22:50:17 amanzi pftpx[92813]: #1 server: 229 Entering Extended Passive Mode (|||30018|)^M Jul 25 22:50:17 amanzi pftpx[92813]: #1 proxy: 229 Entering Extended Passive Mode (|||59677|)^M Jul 25 22:50:18 amanzi pftpx[92813]: #1 client: LIST^M Jul 25 22:50:18 amanzi pftpx[92813]: #1 server: 425 Security: Bad IP connecting.^M I have also 2 internal IPs on each host behind the firewall. I have attached my pf.conf file, everything works perfectly without problems except for ftp, I also have to mention that its not all the ftp sites but only some of them, and when I fetch from http it also works. Thanks for the time Reinhold ------=_20070729234045_21277 Content-Type: application/octet-stream; name="pf.conf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="pf.conf" IwkkT3BlbkJTRDogcGYuY29uZix2IDEuMzEgMjAwNi8wMS8zMCAxMjoyMDozMSBjYW1pZWxkIEV4 cCAkCiMKIyAgIHBmLmNvbmYgZm9yIG15IGZpcmV3YWxsCiMgICAKIyAgIFRoZSBkZWZhdWx0IGdh dGV3YXkgZG9pbmcgTkFUIGZvciBteSBob21lIG5ldHdvcmssIHVzaW5nIHF1ZXVlcyBmb3IgZXh0 ZW5kZWQgYWNrcHJpLgojCiMgICBNb3N0bHkgY29uZmlndXJlZCBmcm9tIGh0dHA6Ly93d3cuYmVu emVkcmluZS5jeC9wZi5jb25mCiMKIyAgIFRoZSBleHRlcm5hbCBpbnRlcmZhY2UgaXMgZnhwMCwg d2l0aCBhIHNpbmdsZSByb3V0YWJsZSBhZGRyZXNzIDE5Mi4xNjguMS4xNi4KIyAgIFRoZSBpbnRl cm5hbCBpbnRlcmZhY2UgaXMgcmwwLCBhZGRyZXNzIDE5Mi4xNjguMTAwLjExIGluIG5ldHdvcmsg MTkyLjE2OC4wLjAvMTYuCgojID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAjCiMgTWFjcm9zLCBMaXN0cywg T3B0aW9ucyBhbmQgVGFibGVzICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICMKIyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0gIwoKIyBtYWNyb3MKIwpleHRfaWYgICAgICAgICAg PSAicmwwIgppbnRfaWYgICAgICAgICAgPSAicmwxIiAKdW5maWx0ZXJlZCAgICAgID0gInsgbG8w LCBlbmMwIH0iCnVucm91dGFibGUgICAgICA9ICJ7IDEyNy4wLjAuMC84LCAxMC4wLjAuMC84LCAx NzIuMTYuMC4wLzEyLCAxOTIuMTY4LjAuMC8xNiwgMjU1LjI1NS4yNTUuMjU1LzMyIH0iCiN1bnJv dXRhYmxlICAgICAgPSAieyAxMjcuMC4wLjAvOCwgMTcyLjE2LjAuMC8xMiwgMjU1LjI1NS4yNTUu MjU1LzMyIH0iCgojIEFsbCBteSBJUHMgYXJlIGZyb20gODAuODEuMjQyLjUgdG8gODAuODEuMjQy LjE0CgojIGhvc3QgYW1hbnppCiMgdXNlZCBmb3IgbnMxLnZpb2xldGxhbi5uZXQgYW5kIGZpcmV3 YWxsCiMgVGhlIGV4dGVybmFsIElQID0gODAuODEuMjQyLjUKIyBUaGUgaW50ZXJuYWwgSVAgPSAx MC4wLjEwMC4xCiMKYW1hbnppX2ludCAgICAgICAgICA9ICIxMC4wLjEwMC4xIgphbWFuemlfZXh0 ICAgICAgICAgID0gIjgwLjgxLjI0Mi41IgoKIyBob3N0IHNjdXJ2eQojIHVzZWQgZm9yIEROUzIg YW5kIGVtYWlsCiMKIyBJUHMgZm9yIG5zMi52aW9sZXRsYW4ubmV0CnNjdXJ2eV9pbnQgICAgICAg ICAgPSAiMTAuMC4xMDAuMTEwIgpzY3VydnlfZXh0ICAgICAgICAgID0gIjgwLjgxLjI0Mi42IgoK IyBJUHMgYWRkcmVzcyBmb3IgbWFpbC52aW9sZXRsYW4ubmV0CnNjdXJ2eV9pbnQxICAgICAgICAg PSAiMTAuMC4xMDAuMTExIgpzY3VydnlfZXh0MSAgICAgICAgID0gIjgwLjgxLjI0Mi43IgoKIyBo b3N0IG1iYWxpCiMKIyBJUCBhZGRyZXNzIGZvciB3d3cudmlvbGV0bGFuLm5ldAptYmFsaV9pbnQg ICAgICAgICAgID0gIjEwLjAuMTAwLjE1MCIKbWJhbGlfZXh0ICAgICAgICAgICA9ICI4MC44MS4y NDIuOCIKCiMgSVBzIGFkZHJlc3MgZm9yIGdhbGxlcnkudmlvbGV0bGFuLm5ldAptYmFsaV9pbnQx ICAgICAgICAgID0gIjEwLjAuMTAwLjE1MSIKbWJhbGlfZXh0MSAgICAgICAgICA9ICI4MC44MS4y NDIuOSIKCnByb3h5ICAgICAgICAgICAgICAgPSAiODAuODEuMjQyLjUiCgojIHBvcnRzCiMKYWxs X3NlcnZpY2VzICAgID0gInsgc3NoLCBzbXRwLCBzbXRwcywgZG9tYWluLCBhdXRoLCBodHRwLCBo dHRwcywgaW1hcCwgaW1hcHMsIHBvcDMsIHBvcDNzIH0iCmxvY2FsX3BvcnRzICAgICA9ICJ7IHNz aCwgZG9tYWluLCBhdXRoIH0iCmh0dHBfcG9ydHMgICAgICA9ICJ7IGh0dHAsIGh0dHBzIH0iCm1h aWxfcG9ydHMgICAgICA9ICJ7IHNtdHAsIHNtdHBzLCBpbWFwLCBpbWFwcywgcG9wMywgcG9wM3Mg fSIKZG9tYWluX3BvcnRzICAgID0gInsgZG9tYWluIH0iCgojIGFsbG93ZWQgaW5jb21pbmcgSUNN UCB0eXBlcwojCmljbXBfdHlwZXMgICAgICA9ICJ7IGVjaG9yZXEsIHRpbWV4LCBwYXJhbXByb2Is IHVucmVhY2ggY29kZSBuZWVkZnJhZyB9IgoKIyBvcHRpb25zCiMKc2V0IGJsb2NrLXBvbGljeSBk cm9wCnNldCBvcHRpbWl6YXRpb24gYWdncmVzc2l2ZQpzZXQgbG9naW50ZXJmYWNlICRleHRfaWYK c2V0IGxpbWl0IHsgc3RhdGVzIDEwMDAwMCwgc3JjLW5vZGVzIDEwMDAwMCwgZnJhZ3MgNjAwMDAg fQpzZXQgZmluZ2VycHJpbnRzICIvZXRjL3BmLm9zIgoKIyB0YWJsZXMKIwp0YWJsZSA8YnJ1dGVm b3JjZT4gICAgICBwZXJzaXN0CnRhYmxlIDxzcGFtZC13aGl0ZT4gICAgIHBlcnNpc3QKdGFibGUg PG15X3NwYW1kX3doaXRlPiAgcGVyc2lzdCBmaWxlICIvdXNyL2xvY2FsL2V0Yy9zcGFtZC9teV9z cGFtZF93aGl0ZSIKCiMgbm9ybWFsaXphdGlvbgojCnNjcnViIGluICBvbiAkZXh0X2lmIGFsbCAg ICAgICAgICAgZnJhZ21lbnQgcmVhc3NlbWJsZQpzY3J1YiBvdXQgb24gJGV4dF9pZiBhbGwgcmFu ZG9tLWlkIGZyYWdtZW50IHJlYXNzZW1ibGUKCiMgPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICMKIyBRdWV1 ZXMsIE5BVCBhbmQgZnRwLXByb3h5ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgIwojID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAjCgojIHF1ZXVlcwojCiMgLSBz c2ggaGFzIG1heGltdW0gcHJpb3JpdHksIHNvIHRoZSBob3N0IGlzIGFsd2F5cyBtYW5hZ2FibGUu CiMgLSBkbnMgaGFzIGhpZ2ggcHJpb3JpdHkuCiMgLSBvdXRnb2luZyB0Y3AgY29ubmVjdGlvbnMg aGF2ZSBwcmlvcml0eSBvdmVyIGluY29taW5nIG9uZXMuCiMgLSBvdXRnb2luZyBodHRwIGhhcyBw cmlvcml0eSBvdmVyIG90aGVyIG91dGdvaW5nIHRjcAojICAgKHRoZSBtYWlsaW5nIGxpc3QgZ2Vu ZXJhdGVzIGJ1cnN0cyBvZiBvdXRnb2luZyBzbXRwKQojCiMgZWZmZWN0OiBldmVuIHdoaWxlIHRo ZSB3ZWIgc2VydmVyIGlzIHVuZGVyIGhlYXZ5IGxvYWQgYW5kIHRoZQojIG1haWxpbmcgbGlzdCBp cyBkZWxpdmVyaW5nIG1haWxzLCBJIGNhbiBzdGlsbCB1c2Ugd3d3L2ljYi9pcmMuCiMKYWx0cSBv biBybDAgcHJpcSBiYW5kd2lkdGggMTAwTWIgcXVldWUgeyBxX21heCwgcV9oaWcsIHFfZGVmLCBx X2xvdyB9CnF1ZXVlIHFfbWF4IHByaW9yaXR5IDcKcXVldWUgcV9oaWcgcHJpb3JpdHkgNQpxdWV1 ZSBxX2RlZiBwcmlvcml0eSAzCnF1ZXVlIHFfbG93IHByaW9yaXR5IDEgcHJpcShkZWZhdWx0KQoK IyB0cmFuc2xhdGlvbnMKIwpubyBuYXQgb24gJHVuZmlsdGVyZWQgZnJvbSBhbnkgdG8gYW55Cm5v IHJkciBvbiAkdW5maWx0ZXJlZCBmcm9tIGFueSB0byBhbnkKCiMgbmF0IHByaXZhdGUgbmV0d29y ayB0byBzaW5nbGUgcm91dGFibGUgYWRkcmVzcwojCm5hdCBvbiAkZXh0X2lmIGluZXQgZnJvbSAx MC4wLjAuMC84IHRvIGFueSAtPiAoJGV4dF9pZikKCiMgZnRwIHByb3h5Cm5hdC1hbmNob3IgInBm dHB4LyoiCiMgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09ICMKIyBSZWRpcmVjdCBSdWxlcyAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIwojID09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PSAjCgojIyMjIyMjIyMjIyMjCiMgIGFtYW56aSAgICMKIyMjIyMjIyMj IyMjIwoKIyBmdHAgcHJveHkKcmRyLWFuY2hvciAicGZ0cHgvKiIKcmRyIHBhc3Mgb24gJGludF9p ZiBwcm90byB0Y3AgZnJvbSAxMC4wLjAuMC84IHRvICRwcm94eSBwb3J0IDIxIC0+IDEyNy4wLjAu MSBwb3J0IDgwMjEKI3JkciBvbiAkaW50X2lmIHByb3RvIHRjcCBmcm9tIGFueSB0byBhbnkgcG9y dCBmdHAgLT4gMTI3LjAuMC4xIHBvcnQgODAyMQoKIyMjIyMjIyMjIyMjIwojICBzY3VydnkgICAj CiMjIyMjIyMjIyMjIyMKCiMgRE5TMgojCnJkciBvbiAkZXh0X2lmIGluZXQgcHJvdG8geyB0Y3As IHVkcCB9IGZyb20gYW55IHRvICRzY3VydnlfZXh0IHBvcnQgJGRvbWFpbl9wb3J0cyAtPiAkc2N1 cnZ5X2ludAoKIyBvYnNwYW1kCiMKcmRyIHBhc3MgaW5ldCBwcm90byB0Y3AgZnJvbSA8bXlfc3Bh bWRfd2hpdGU+IHRvICRzY3VydnlfZXh0MSBwb3J0ICRtYWlsX3BvcnRzIC0+ICRzY3VydnlfaW50 MQpyZHIgcGFzcyBpbmV0IHByb3RvIHRjcCBmcm9tIDxzcGFtZC13aGl0ZT4gdG8gJHNjdXJ2eV9l eHQxIHBvcnQgJG1haWxfcG9ydHMgLT4gJHNjdXJ2eV9pbnQxCiNyZHIgb24gJGV4dF9pZiBpbmV0 IHByb3RvIHRjcCBmcm9tIDxteV9zcGFtZF93aGl0ZT4gdG8gJHNjdXJ2eV9leHQxIHBvcnQgJG1h aWxfcG9ydHMgLT4gJHNjdXJ2eV9pbnQxCiNyZHIgb24gJGV4dF9pZiBpbmV0IHByb3RvIHRjcCBm cm9tIDxzcGFtZC13aGl0ZT4gdG8gJHNjdXJ2eV9leHQxIHBvcnQgJG1haWxfcG9ydHMgLT4gJHNj dXJ2eV9pbnQxCnJkciBwYXNzIGluZXQgcHJvdG8gdGNwIGZyb20gYW55IHRvICRzY3VydnlfZXh0 MSBwb3J0IHsgc210cCwgc210cHMgfSAtPiAxMjcuMC4wLjEgcG9ydCBzcGFtZAoKIyBzc2gKIwpy ZHIgb24gJGV4dF9pZiBpbmV0IHByb3RvIHRjcCBmcm9tIGFueSB0byAkc2N1cnZ5X2V4dCBwb3J0 IHNzaCAtPiAkc2N1cnZ5X2ludAoKIyMjIyMjIyMjIyMjIwojICAgbWJhbGkgICAjCiMjIyMjIyMj IyMjIyMKCiMgaHR0cCByZWRpcmVjdGlvbgojCnJkciBvbiAkZXh0X2lmIGluZXQgcHJvdG8gdGNw IGZyb20gYW55IHRvICRtYmFsaV9leHQgcG9ydCAkaHR0cF9wb3J0cyAtPiAkbWJhbGlfaW50CnJk ciBvbiAkZXh0X2lmIGluZXQgcHJvdG8gdGNwIGZyb20gYW55IHRvICRtYmFsaV9leHQxIHBvcnQg JGh0dHBfcG9ydHMgLT4gJG1iYWxpX2ludDEKCiMgbWFpbAojCiNyZHIgb24gJGV4dF9pZiBpbmV0 IHByb3RvIHRjcCBmcm9tIGFueSB0byAkbWJhbGlfZXh0IHBvcnQgJG1haWxfcG9ydHMgLT4gJG1i YWxpX2ludAoKIyBzc2gKIwpyZHIgb24gJGV4dF9pZiBpbmV0IHByb3RvIHRjcCBmcm9tIGFueSB0 byAkbWJhbGlfZXh0IHBvcnQgc3NoIC0+ICRtYmFsaV9pbnQKCiMgPT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 ICMKIyBmaWx0ZXIgcnVsZXMgKGRlZmF1bHQgYmxvY2svcGFzcykgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIwojID09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAjCgojIHBhc3Mg b24gdW5maWx0ZXJlZCBpbnRlcmZhY2VzCiMKcGFzcyBxdWljayBvbiAkdW5maWx0ZXJlZApwYXNz IHF1aWNrIG9uICRpbnRfaWYKCiMgc2lsZW50bHkgZHJvcCBUQ1Agbm9uLVNZTiBwYWNrZXRzLCB0 aGUgcmVtYWluaW5nIHJ1bGVzZXQgb25seSBkZWFscyB3aXRoCiMgVENQIFNZTnMsIHdoaWNoIGFs d2F5cyBjcmVhdGUgc3RhdGUgd2hlbiBwYXNzZWQuIHRoZSBydWxlc2V0IGJhc2ljYWxseQojIGRl YWxzIHdpdGggJ2Nvbm5lY3Rpb25zJywgbm90IHBhY2tldHMsIGJleW9uZCB0aGlzIHBvaW50Lgoj CmJsb2NrIHJldHVybi1yc3QgcXVpY2sgcHJvdG8gdGNwIGFsbCBmbGFncyAvUwpibG9jayByZXR1 cm4tcnN0IHF1aWNrIHByb3RvIHRjcCBhbGwgZmxhZ3MgQS9BCgojIGJsb2NrIGFuZCBsb2cgZXZl cnl0aGluZyBieSBkZWZhdWx0CiMKYmxvY2sgICAgICAgICAgICAgbG9nCmJsb2NrIHJldHVybi1y c3QgIGxvZyBpbmV0IHByb3RvIHRjcApibG9jayByZXR1cm4taWNtcCBsb2cgaW5ldCBwcm90byB1 ZHAKCiMgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09ICMKIyBleHRlcm5hbCBpbnRlcmZhY2UgKGFsbCBleHRl cm5hbCBJUHY0IHRyYWZmaWMpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIwojID09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PSAjCgojIHNpbGVudGx5IGRyb3AgYnJvYWRjYXN0cyAoQURTTCBub2lzZSkK IwpibG9jayBpbiBxdWljayBvbiAkZXh0X2lmIGluZXQgZnJvbSBhbnkgdG8gMjU1LjI1NS4yNTUu MjU1CgojIGJydXRlZm9yY2UKIwpibG9jayBxdWljayBmcm9tIDxicnV0ZWZvcmNlPiB0byBhbnkK CiMgYmxvY2sgc29tZSBrbm93bi1iYWQgcG9ydHMgd2l0aG91dCBsb2dnaW5nCiMKYmxvY2sgcmV0 dXJuLXJzdCAgaW4gcXVpY2sgb24gJGV4dF9pZiBwcm90byB0Y3AgZnJvbSBhbnkgdG8gYW55IHBv cnQgeyAxMTEsIDQ0NSwgMTA4MCwgNjAwMCwgNjY2NyB9CmJsb2NrIHJldHVybi1pY21wIGluIHF1 aWNrIG9uICRleHRfaWYgcHJvdG8gdWRwIGZyb20gYW55IHRvIGFueSBwb3J0IHsgMTM3LCAxMzgs IDEzOSwgMTQzNCB9CgojIGJsb2NrIGFuZCBsb2cgaW5jb21pbmcgcGFja2V0cyBmcm9tIHJlc2Vy dmVkIGFkZHJlc3Mgc3BhY2UgYW5kIGludmFsaWQKIyBhZGRyZXNzZXMsIHRoZXkgYXJlIGVpdGhl ciBzcG9vZmVkIG9yIG1pc2NvbmZpZ3VyZWQsIHdlIGNhbid0IHJlcGx5IHRvCiMgdGhlbSBhbnl3 YXkgKGhlbmNlLCBubyByZXR1cm4tcnN0KS4KIwpibG9jayBpbiBsb2cgcXVpY2sgb24gJGV4dF9p ZiBpbmV0IGZyb20gJHVucm91dGFibGUgdG8gYW55CgojIGJsb2NrIGFuZCBsb2cgb3V0Z29pbmcg cGFja2V0cyB0aGF0IGRvbid0IGhhdmUgbXkgYWRkcmVzcyBhcyBzb3VyY2UsIHRoZXkgYXJlCiMg ZWl0aGVyIHNwb29mZWQgb3Igc29tZXRoaW5nIGlzIG1pc2NvbmZpZ3VyZWQgKE5BVCBkaXNhYmxl ZCwgZm9yIGluc3RhbmNlKSwKIyB3ZSB3YW50IHRvIGJlIG5pY2UgYW5kIG5vdCBzZW5kIG91dCBn YXJiYWdlLgojCmJsb2NrIG91dCBsb2cgcXVpY2sgb24gJGV4dF9pZiBpbmV0IGZyb20gISgkZXh0 X2lmKSB0byBhbnkKCiMgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICMKIyBUQ1AgVURQIGluL291dCAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg IwojID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PSAjCgojIyMjIyMjIyMjIyMjCiMgICBhbWFuemkgICMKIyMj IyMjIyMjIyMjIwoKcGFzcyBvdXQgb24gJGV4dF9pZiBpbmV0IHByb3RvIHVkcCBmcm9tIGFueSB0 byBhbnkga2VlcCBzdGF0ZSBxdWV1ZSAocV9kZWYpCnBhc3Mgb3V0IG9uICRleHRfaWYgaW5ldCBw cm90byB0Y3AgZnJvbSAoJGV4dF9pZikgdG8gYW55IGZsYWdzIFMvU0Ega2VlcCBzdGF0ZSBxdWV1 ZSAocV9kZWYsIHFfbWF4KQpwYXNzIG91dCBvbiAkZXh0X2lmIGluZXQgcHJvdG8gdGNwIGZyb20g KCRleHRfaWYpIHRvIGFueSBwb3J0ICRodHRwX3BvcnRzIGZsYWdzIFMvU0Ega2VlcCBzdGF0ZSBx dWV1ZSAocV9oaWcsIHFfbWF4KQoKIyMjIyMjIyMjIyMjIyAKIyAgc2N1cnZ5ICAgIwojIyMjIyMj IyMjIyMjCgojIG1haWwgc2VydmVyCiMKcGFzcyBpbiBsb2cgb24gJGV4dF9pZiBwcm90byB0Y3Ag ZnJvbSBhbnkgdG8gYW55IHBvcnQgJG1haWxfcG9ydHMgZmxhZ3MgUy9TQSBzeW5wcm94eSBzdGF0 ZSBxdWV1ZSAocV9kZWYsIHFfbWF4KQpwYXNzIG91dCBxdWljayBsb2cgb24gJGV4dF9pZiBwcm90 byB0Y3AgZnJvbSAkc2N1cnZ5X2V4dDEgdG8gYW55IHBvcnQgeyBzbXRwLCBzbXRwcyB9IGZsYWdz IFMvU0Egc3lucHJveHkgc3RhdGUgcXVldWUgKHFfZGVmLCBxX21heCkKCiMjIyMjIyMjIyMjIyMg CiMgICBtYmFsaSAgICMKIyMjIyMjIyMjIyMjIwoKIyB3ZWJzZXJ2ZXIKIwpwYXNzIGluIG9uICRl eHRfaWYgaW5ldCBwcm90byB0Y3AgZnJvbSBhbnkgdG8gYW55IHBvcnQgJGh0dHBfcG9ydHMgZmxh Z3MgUy9TQSBrZWVwIHN0YXRlIHF1ZXVlIChxX2xvdywgcV9tYXgpCiNwYXNzIGluIGxvZyBvbiAk ZXh0X2lmIGluZXQgcHJvdG8gdGNwIGZyb20gYW55IHRvIGFueSBwb3J0ICRodHRwX3BvcnRzIGZs YWdzIFMvU0Ega2VlcCBzdGF0ZSAobWF4IDEwMjQsIG1heC1zcmMtY29ubiAxMDAsIG1heC1zcmMt Y29ubi1yYXRlIDE1LzUsIHRjcC5maXJzdCAxMCwgdGNwLm9wZW5pbmcgMTAsIG92ZXJsb2FkIDxi cnV0ZWZvcmNlPiBmbHVzaCBnbG9iYWwpIHF1ZXVlIChxX2xvdywgcV9tYXgpCgojIyMjIyMjIyMj IyMjCiMgYWxsIGhvc3RzICMKIyMjIyMjIyMjIyMjIwoKIyBmdHAgcHJveHkKYW5jaG9yICJwZnRw eC8qIgpwYXNzIG91dCBsb2cgcHJvdG8gdGNwIGZyb20gJHByb3h5IHRvIGFueSBwb3J0IDIxIGZs YWdzIFMvU0Ega2VlcCBzdGF0ZQoKIyBJQ01QCiMKcGFzcyBvdXQgaW5ldCBwcm90byBpY21wIGFs bCBrZWVwIHN0YXRlIHF1ZXVlIChxX2xvdykKcGFzcyBpbiAgaW5ldCBwcm90byBpY21wIGFsbCBp Y21wLXR5cGUgJGljbXBfdHlwZXMga2VlcCBzdGF0ZSBxdWV1ZSAocV9tYXgpCgojIGFsbG93IG91 dCB0aGUgZGVmYXVsdCByYW5nZSBmb3IgdHJhY2Vyb3V0ZSg4KToKIyAiYmFzZStuaG9wcypucXVl cmllcy0xIiAoMzM0MzQrNjQqMy0xKQpwYXNzIG91dCBvbiAkZXh0X2lmIGluZXQgcHJvdG8gdWRw IGZyb20gYW55IHRvIGFueSBwb3J0IDMzNDMzID48IDMzNjI2IGtlZXAgc3RhdGUgcXVldWUgKHFf bG93KQoKIyBETlMKIwpwYXNzIG91dCBsb2cgb24gJGV4dF9pZiBpbmV0IHByb3RvIHsgdGNwLCB1 ZHAgfSBmcm9tIGFueSB0byBhbnkgcG9ydCBkb21haW4ga2VlcCBzdGF0ZSBxdWV1ZSAocV9oaWcp CiNwYXNzIGluIGxvZyBvbiAkZXh0X2lmIGluZXQgcHJvdG8ge3RjcCwgdWRwIH0gZnJvbSBhbnkg dG8gKCRleHRfaWYpIHBvcnQgZG9tYWluIGtlZXAgc3RhdGUgKG1heCA1MTIpIHF1ZXVlIChxX2hp ZykKcGFzcyBpbiBsb2cgb24gJGV4dF9pZiBpbmV0IHByb3RvIHt0Y3AsIHVkcCB9IGZyb20gYW55 IHRvIGFueSBwb3J0IGRvbWFpbiBrZWVwIHN0YXRlIChtYXggNTEyKSBxdWV1ZSAocV9oaWcpCgoj IHNzaApwYXNzIGxvZyBpbmV0IHByb3RvIHRjcCBmcm9tIGFueSB0byBhbnkgcG9ydCBzc2ggZmxh Z3MgUy9TQSBrZWVwIHN0YXRlIChtYXggMTAyNCwgbWF4LXNyYy1jb25uIDE1LCBtYXgtc3JjLWNv bm4tcmF0ZSA1LzMsIHRjcC5maXJzdCAxMCwgdGNwLm9wZW5pbmcgMTAsIG92ZXJsb2FkIDxicnV0 ZWZvcmNlPiBmbHVzaCBnbG9iYWwpIHF1ZXVlIChxX2hpZywgcV9tYXgpCgojID09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PSAjCiMgYW50aXNwb29mICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMKIyA9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gIwoK YW50aXNwb29mIGZvciAkZXh0X2lmCmFudGlzcG9vZiBmb3IgJGludF9pZgphbnRpc3Bvb2YgZm9y ICR1bmZpbHRlcmVkCg== ------=_20070729234045_21277-- From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 23:00:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 616A916A418 for ; Sun, 29 Jul 2007 23:00:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id 0CF7713C428 for ; Sun, 29 Jul 2007 23:00:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6TN0imQ018507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 16:00:44 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6TN0hFO019223 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 16:00:44 -0700 Message-ID: <46AD1C1B.4030903@u.washington.edu> Date: Sun, 29 Jul 2007 16:00:43 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Adam J Richardson References: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> <46AD1B6B.2010605@crackmonkey.us> In-Reply-To: <46AD1B6B.2010605@crackmonkey.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.153933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: FreeBSD Questions , Michael Grant Subject: Re: XEN questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 23:00:47 -0000 Adam J Richardson wrote: > Michael Grant wrote: >> Does XEN work with freebsd 6.x? >> >> Does one run XEN inside of freebsd and then VMs inside that, or does >> one run XEN on the bare hardware and then run freebsd inside that? If >> I've already got freebsd running on my box, do I have to reload it >> from scratch or is there a way I can virtualize what I already have >> runing? >> >> Michael Grant > > Hi Michael, > > Afraid I don't have any experience of Xen, but I know Qemu works well > and I know for sure VMware has a cloning tool that does exactly what > you're after. Although after trying it once it occurred to me to > wonder why I'd want to run an identical copy of my laptop on my > laptop... :P > > If Xen doesn't have a cloning tool, perhaps you can use the VMware > cloning tool and tweak the clone to run under Xen? After all, VMware > can use Qemu disks and Virtual PC can use VMware disks, so it might work. > > HtH, > Adam J Richardson No, Xen doesn't work with FreeBSD as the dom0 OS. There's work being done to port it to CURRENT (7), but I have some lingering doubts as to whether or not Xen could be MFC (Migrate from CURRENT)'ed. For questions about Xen, I suggest you consult the documentation up on the xen-source.org site and/or ask them. -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 23:27:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02A316A419 for ; Sun, 29 Jul 2007 23:27:50 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.freebsd.org (Postfix) with ESMTP id 42D4313C4A3 for ; Sun, 29 Jul 2007 23:27:50 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.145] (helo=anti-virus03-08) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1IFIAv-0001qo-C9 for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 00:27:49 +0100 Received: from [82.37.197.203] (helo=atlantis) by asmtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1IFIAu-0007al-P2 for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 00:27:48 +0100 Message-ID: <000601c7d238$065da370$0600010a@atlantis> From: "Jasvinder S. Bahra" To: References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> Date: Mon, 30 Jul 2007 00:27:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: Binding dhclient to a particular network interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 23:27:50 -0000 Adam, Thanks for responding, but I think theres been a misunderstanding here. The network setup on my machine is working correctly. My switch-facing network card has a fixed IP address, while the cable-modem facing network card is assigned one by the DHCP server built into the cable modem. This is achieved by the following settings in /etc/rc.conf ... network_interfaces="ed1 ed2 lo0" ifconfig_ed1="DHCP" ifconfig_ed2="inet 10.1.0.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" The DHCP reference for ed1 means dhclient is started (thereafter running continuously as a daemon), which sets ed1's IP address to that assigned by the cable modem. Note that dhclient generally runs as a daemon because it has to handle lease renewals and/or expiration. I have no issues with it running as a daemon. However, it is listening on all interfaces (which I do have an issue with), i.e. running the command "sockstat -l4" on my system returns... USER: root COMMAND: dhclient PID: 267 FD: 4 PROTO: udp4 LOCAL ADDRESS: *:68 FOREIGN ADDRESS: *:* As you can see, local address is listed as "*:68", which means its listening on port 68 on all interfaces. I want to instruct dhclient to only listen on my cable-modem facing network card. If this were the case, issuing the "sockstat -l4" command would return as above, but with local address saying "<>:68" (where <> is, unsurprisingly, the IP address assigned to the network card by the DHCP server in the cable modem). Thanks again, Jazz ----- Original Message ----- From: "Adam J Richardson" To: "Jasvinder S. Bahra" Cc: Sent: Sunday, July 29, 2007 9:27 PM Subject: Re: Binding dhclient to a particular network interface > Jasvinder S. Bahra wrote: > > > > Is there a way of instructing dhclient to listen only on the cable-modem > > facing network interface? > > Hi Jazz, > > I don't find it necessary to run dhclient as a daemon. My server has two > interfaces, one wired and one wifi. In my /etc/rc.conf: > > ifconfig_fxp0="DHCP" > ifconfig_ndis0="WPA DHCP" > > [You might recognise ndis as the Project Evil driver for using Windows > network drivers under BSD.] > > When the netstart script runs, those two lines have the effect of > starting wpa_supplicant on ndis0, and running dhclient on both interfaces. > > Supposing I temporarily assign a static IP to fxp0, I can revert to DHCP > by typing: > > $ sudo dhclient fxp0 > > which does some DHCP magic and gets a lease. > > If I take ndis0 down I find I have to run /etc/netstart again to get it > back up, but you didn't want to know that. > > HtH > Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 00:12:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B66BA16A418 for ; Mon, 30 Jul 2007 00:12:45 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 493A613C474 for ; Mon, 30 Jul 2007 00:12:44 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1122962uge for ; Sun, 29 Jul 2007 17:12:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=lOw4B3CglKfpF2xG7l1EumrtJjiUfF8CN4ScvRhZrrq5KnwWRzHwmlT1/65spOpYXKwrFII6WejkDM2npKqmuZOsvV6o9vwwzytr+YSe9I7AXlF06iC+VDZKzvlkowRcqiVJDgNbhSkOZ41zEMFJMTgjSqrQ0oxjXcFv5JtM6MQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=nx3wxJcOe6VHIkf5UOIb5KQZwUxVbeqPaIqsodxKq/d3+C5IYnvM1Q9SpXQZGFl12AvJr0vBGZE4XwM5y8bY40DwQnn1AxMjdyflLwDX2Wt8QdW+2j4DOKz9UTva3he/Z3C/UJWiMAIzHtttwvOqQOCVcziGIkFqYbvtIkcRsIA= Received: by 10.66.239.2 with SMTP id m2mr4806956ugh.1185753763900; Sun, 29 Jul 2007 17:02:43 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id k5sm10009562nfh.2007.07.29.17.02.42 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 17:02:43 -0700 (PDT) Message-ID: <46AD2AA0.7020002@crackmonkey.us> Date: Mon, 30 Jul 2007 01:02:40 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: "Jasvinder S. Bahra" References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> In-Reply-To: <000601c7d238$065da370$0600010a@atlantis> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: Binding dhclient to a particular network interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 00:12:45 -0000 > The DHCP reference for ed1 means dhclient is started (thereafter running > continuously as a daemon), which sets ed1's IP address to that assigned by > the cable modem. > > Note that dhclient generally runs as a daemon because it has to handle lease > renewals and/or expiration. I have no issues with it running as a daemon. Oh, interesting. I had assumed the interface called dhclient itself if the lease expired, or something. > As you can see, local address is listed as "*:68", which means its listening > on port 68 on all interfaces. I want to instruct dhclient to only listen on > my cable-modem facing network card. If this were the case, issuing the > "sockstat -l4" command would return as above, but with local address saying > "<>:68" (where > <> is, unsurprisingly, the IP address > assigned to the network card by the DHCP server in the cable modem). Is there a dhclient.conf somewhere in your /etc? That would surely hold the answer. Possibly editing /etc/rc.d/dhclient or /etc/netstart might help? I'm at the edge of my FreeBSD knowledge and in danger of falling off, so I'll stop with the suggestions now. :) Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 00:15:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D50A516A41F for ; Mon, 30 Jul 2007 00:15:53 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from mail.sucked-in.com (got.sucked-in.com [64.251.22.156]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8A313C4A3 for ; Mon, 30 Jul 2007 00:15:53 +0000 (UTC) (envelope-from terry@sucked-in.com) Received: from localhost (localhost [127.0.0.1]) by mail.sucked-in.com (Postfix) with ESMTP id 1CDF81CCF4; Mon, 30 Jul 2007 10:16:24 +1000 (EST) X-Virus-Scanned: amavisd-new at sucked-in.com Received: from mail.sucked-in.com ([127.0.0.1]) by localhost (mail.sucked-in.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4wZoijsxmMXI; Mon, 30 Jul 2007 10:16:23 +1000 (EST) Received: from TerryPC (220-253-13-62.VIC.netspace.net.au [220.253.13.62]) by mail.sucked-in.com (Postfix) with ESMTP id 9F8501CC26; Mon, 30 Jul 2007 10:16:22 +1000 (EST) From: "Terry Sposato" To: "'Jasvinder S. Bahra'" References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> In-Reply-To: <000601c7d238$065da370$0600010a@atlantis> Date: Mon, 30 Jul 2007 10:16:43 +1000 Message-ID: <001101c7d23e$ea6e2200$bf4a6600$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfSODOo9SoOg769QVezzfCgzyfyqQABowkw Content-Language: en-au Cc: freebsd-questions@freebsd.org Subject: RE: Binding dhclient to a particular network interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 00:15:53 -0000 Hi Jasvinder, I believe if you add the following to /etc/dhclient.conf your problem will be resolved. Interface "ed1"; Then reboot or alternatively restart your network and you should finding it only binding to that interface. Regards, Terry -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Jasvinder S. Bahra Sent: Monday, 30 July 2007 9:27 AM To: freebsd-questions@freebsd.org Subject: Re: Binding dhclient to a particular network interface Adam, Thanks for responding, but I think theres been a misunderstanding here. The network setup on my machine is working correctly. My switch-facing network card has a fixed IP address, while the cable-modem facing network card is assigned one by the DHCP server built into the cable modem. This is achieved by the following settings in /etc/rc.conf ... network_interfaces="ed1 ed2 lo0" ifconfig_ed1="DHCP" ifconfig_ed2="inet 10.1.0.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" The DHCP reference for ed1 means dhclient is started (thereafter running continuously as a daemon), which sets ed1's IP address to that assigned by the cable modem. Note that dhclient generally runs as a daemon because it has to handle lease renewals and/or expiration. I have no issues with it running as a daemon. However, it is listening on all interfaces (which I do have an issue with), i.e. running the command "sockstat -l4" on my system returns... USER: root COMMAND: dhclient PID: 267 FD: 4 PROTO: udp4 LOCAL ADDRESS: *:68 FOREIGN ADDRESS: *:* As you can see, local address is listed as "*:68", which means its listening on port 68 on all interfaces. I want to instruct dhclient to only listen on my cable-modem facing network card. If this were the case, issuing the "sockstat -l4" command would return as above, but with local address saying "<>:68" (where <> is, unsurprisingly, the IP address assigned to the network card by the DHCP server in the cable modem). Thanks again, Jazz ----- Original Message ----- From: "Adam J Richardson" To: "Jasvinder S. Bahra" Cc: Sent: Sunday, July 29, 2007 9:27 PM Subject: Re: Binding dhclient to a particular network interface > Jasvinder S. Bahra wrote: > > > > Is there a way of instructing dhclient to listen only on the cable-modem > > facing network interface? > > Hi Jazz, > > I don't find it necessary to run dhclient as a daemon. My server has two > interfaces, one wired and one wifi. In my /etc/rc.conf: > > ifconfig_fxp0="DHCP" > ifconfig_ndis0="WPA DHCP" > > [You might recognise ndis as the Project Evil driver for using Windows > network drivers under BSD.] > > When the netstart script runs, those two lines have the effect of > starting wpa_supplicant on ndis0, and running dhclient on both interfaces. > > Supposing I temporarily assign a static IP to fxp0, I can revert to DHCP > by typing: > > $ sudo dhclient fxp0 > > which does some DHCP magic and gets a lease. > > If I take ndis0 down I find I have to run /etc/netstart again to get it > back up, but you didn't want to know that. > > HtH > Adam J Richardson _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 02:04:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C469F16A41F for ; Mon, 30 Jul 2007 02:04:06 +0000 (UTC) (envelope-from tjw43@drexel.edu) Received: from smtp.mail.drexel.edu (pm2.irt.drexel.edu [144.118.29.82]) by mx1.freebsd.org (Postfix) with ESMTP id A818113C45D for ; Mon, 30 Jul 2007 02:04:06 +0000 (UTC) (envelope-from tjw43@drexel.edu) Received: from smtp.mail.drexel.edu (localhost.localdomain [127.0.0.1]) by smtp.mail.drexel.edu (Postfix) with SMTP id 86784116721 for ; Sun, 29 Jul 2007 21:41:29 -0400 (EDT) X-No-SMTP-Auth: unauthenticated sender Received: from cuyahoga.irt.drexel.edu (cuyahoga.irt.drexel.edu [144.118.30.204]) by smtp.mail.drexel.edu (Postfix) with SMTP id 75D241167F4 for ; Sun, 29 Jul 2007 21:41:29 -0400 (EDT) Message-ID: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> Date: Sun, 29 Jul 2007 21:41:29 -0400 (EDT) From: Terrence Wilson To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Installation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 02:04:06 -0000 I'm trying to install FreeBSD as part of a dual boot config on a hard disk which already contains Windows XP. I have created a partition for FreeBSD. My problem comes once I "commit" to the installation of FreeBSD. I get the following message, after which installation aborts: "Unable to find device node for /dev/ad4s2b in /dev! The creation of filesystems will be aborted." What am I doing wrong? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 02:10:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3AAE16A41A for ; Mon, 30 Jul 2007 02:10:22 +0000 (UTC) (envelope-from ross.penner@gmail.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 6524313C46C for ; Mon, 30 Jul 2007 02:10:22 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so283155rvb for ; Sun, 29 Jul 2007 19:10:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:to:subject:from:content-type:mime-version:content-transfer-encoding:date:message-id:user-agent; b=m7auiHINzX+xXOA7eCQ2PboLapheMf5F4Ui6kEcLhh/QqSslDWqKqRJKYEceKU3/9krWPN15I85dLkkLKsEP1kMtsrvZEDJR10Ftw5eLj0nBEx0G5LKUQVEgtsOMAXqD5vda7I3QgTHj3jeKOhulJFd3j1ihGV6KDINYXzhA2zs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:to:subject:from:content-type:mime-version:content-transfer-encoding:date:message-id:user-agent; b=PMTWQv6cFIFpnYlXgPeKCWp0ciLsIyJ8QYbYQmNOmCe1b4AfL3SUerDYGAtrR3ZYzSjTUmbKOjpaTArn1RMrDQHSwVr1a2dSofwT2MWlgL6Xm3D3yCZdWEiVPSXT9KEU5Ec/JR605698Hd2h9Xc0E2AFkeAULoAmS1pUzwXr+ag= Received: by 10.140.250.14 with SMTP id x14mr1661222rvh.1185759723920; Sun, 29 Jul 2007 18:42:03 -0700 (PDT) Received: from localhost ( [68.151.163.40]) by mx.google.com with ESMTPS id k19sm3205655rvb.2007.07.29.18.42.02 (version=SSLv3 cipher=OTHER); Sun, 29 Jul 2007 18:42:03 -0700 (PDT) To: "User questions" From: "Ross Penner" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sun, 29 Jul 2007 19:42:01 -0600 Message-ID: User-Agent: Opera Mail/9.20 (Linux) Subject: Downgrading from current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 02:10:22 -0000 I recently upgraded my system from stable to current to try and take advantage of some of wireless features offered. Unfortunetly, things didn't work out as well as I'd like to and I want to downgrade. Reading online, it seems that downgrading isn't supported and it's probably best to just reinstall the system. This seems reasonable enough to me but I have a couple problems I need to address first. I have a lot of data on my /usr partition that I would rather not have to backup and then readd to the system. is there a way I can reinstall and leave parts of the file system intact? I assume that I can use the same partitions but I'm worried that reinstalling will clean the partitions. -- sig ho! From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 02:14:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B18516A502 for ; Mon, 30 Jul 2007 02:14:36 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DBB1913C45A for ; Mon, 30 Jul 2007 02:14:35 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 29 Jul 2007 22:14:35 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NPK95418; Sun, 29 Jul 2007 22:14:34 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 29 Jul 2007 22:14:32 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18093.18824.907844.653245@jerusalem.litteratus.org> Date: Sun, 29 Jul 2007 22:14:32 -0400 To: "User questions" In-Reply-To: References: X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Downgrading from current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 02:14:36 -0000 Ross Penner writes: > Reading online, it seems that downgrading isn't supported and > it's probably best to just reinstall the system. This seems > reasonable enough to me but I have a couple problems I need to > address first. > > I have a lot of data on my /usr partition that I would rather not > have to backup and then readd to the system. is there a way I can > reinstall and leave parts of the file system intact? I'm tempted to say "If you have to ask this question, the answer is "No."." :-) Robert Huff From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 02:18:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B0F416A41A for ; Mon, 30 Jul 2007 02:18:21 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD0B13C45A for ; Mon, 30 Jul 2007 02:18:21 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2714559pye for ; Sun, 29 Jul 2007 19:18:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bWpeC2u8+QKF3X9W4m+YskfK1QzhKQPuyoO4YQqKEmXbCzW0qzc+7l1EkxvKVshvx4oselQf1Mcu/0RwUuBl95xR+Rj1RcIFtUXaLM3nAMOHroiyOrgsuA6LwarRolYyzRuz1AsYEqo+jgFQycBG5oH7l2mktrRvOYO1mk6ylco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bw5qGN4Kk0sARmqIcNQVOUCIG/D5TK5Q1qNhXawOPcvH3m1rTR8eCRzTed+vMT3Cb3zuzXUA1Mjz2Q/RnGvspb6wnZIo2zl4qadZOfVAanGPBfo4CXl6uFiylLmipsr3aoLGxU+1x7+gg/Wr+Kmdt9wwYGK3r/PWbr6L8Sa0smI= Received: by 10.35.103.6 with SMTP id f6mr17313937pym.1185761898504; Sun, 29 Jul 2007 19:18:18 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Sun, 29 Jul 2007 19:18:18 -0700 (PDT) Message-ID: <105fa37b0707291918j11cf3964x30e2e34d2bc66d13@mail.gmail.com> Date: Sun, 29 Jul 2007 22:18:18 -0400 From: "Hakan K" To: "Ross Penner" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: User questions Subject: Re: Downgrading from current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 02:18:21 -0000 How about creating a new partition and using new partition for installation.? I do not think you will be able to keep the files, if u install on same partition... Thanks Troy http://dominor.net On 7/29/07, Ross Penner wrote: > > I recently upgraded my system from stable to current to try and take > advantage of some of wireless features offered. Unfortunetly, things > didn't work out as well as I'd like to and I want to downgrade. > > Reading online, it seems that downgrading isn't supported and it's > probably best to just reinstall the system. This seems reasonable enough > to me but I have a couple problems I need to address first. > > I have a lot of data on my /usr partition that I would rather not have to > backup and then readd to the system. is there a way I can reinstall and > leave parts of the file system intact? I assume that I can use the same > partitions but I'm worried that reinstalling will clean the partitions. > > -- > sig ho! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 02:56:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CFC616A418 for ; Mon, 30 Jul 2007 02:56:50 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 56B8B13C45B for ; Mon, 30 Jul 2007 02:56:50 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so817170nzf for ; Sun, 29 Jul 2007 19:56:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=MxGJ5g423Fi6ODqeiM1eARW8mNAmzWAjgMNdkkvohplCm6G3XVy52wsTo21G11KfQFxLoa5U/bZ/oD2rmNvbrdpeiW7dzlTphZHfQbvA0xNFeAFytUprqeZ1RL2aO8PFKmikGYoDt/EL/qUPcJZ6PJ8XYotdUXGfMAcrFpqeGqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TgF+vOFXvXzl8qIKTJXPCW1H7Z9V6yTl/QBrRSkfmGs2Zzp+bHbqvVEW9rpy9o4+CTOEewRQPrMUEnXO+CRqeis87QCscNQMpo3XE/40N/OkJThHzEUsICulUfJSKkSR//wmw0/qO4xdg4R9pRyPu4ImfOkv3QV4QS/SCUakL7g= Received: by 10.142.185.13 with SMTP id i13mr195882wff.1185762745419; Sun, 29 Jul 2007 19:32:25 -0700 (PDT) Received: by 10.143.17.15 with HTTP; Sun, 29 Jul 2007 19:32:25 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 22:32:25 -0400 From: "Aton A" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: upgrade help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 02:56:50 -0000 Hi, I am unable to find this information anywhere in the manual or Google. Can someone please point me in the direction of upgrading from freeBSD 6.2--release to freeBSD 7 current? EA From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 03:05:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C97016A41B for ; Mon, 30 Jul 2007 03:05:06 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 61AE913C474 for ; Mon, 30 Jul 2007 03:05:06 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from [172.24.241.234] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id l6U355ui091696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 29 Jul 2007 20:05:05 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AD555A.5040605@enabled.com> Date: Sun, 29 Jul 2007 20:04:58 -0700 From: Noah User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: any clues on this X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 03:05:06 -0000 Hi List, I recently reinstalled my entire OS and world, etc. now I am running stable FreeBSD 6.2 when I run scripts now the following line "added: not found" is thrown in the output or shell scripts. I cant figure out to the life of me why this would appear. I tried different shells on the first line and it does not matter. Output and Script are below. Clues please. here is the script: #!/bin/sh /usr/local/etc/rc.d/cucipop.sh stop /usr/local/etc/rc.d/stunnel.sh restart /usr/local/etc/rc.d/mysql-server restart /usr/local/etc/rc.d/pure-ftpd.sh restart /usr/local/etc/rc.d/sa-spamd.sh restart /usr/local/etc/rc.d/saslauthd.sh restart /usr/local/etc/rc.d/clamav-clamd restart /usr/local/etc/rc.d/clamav-freshclam restart #/usr/local/etc/rc.d/clamav-milter.sh restart /usr/local/etc/rc.d/mailman restart /usr/local/etc/rc.d/cucipop.sh start /usr/local/etc/rc.d/dovecot.sh restart /usr/local/bin/pure-pw mkdb /usr/bin/newaliases cd /etc/mail/ && make cd /etc/mail/ && make install cd /etc/mail/ && make restart #sh /etc/rc.firewall Here is the output: added: not found Stopping stunnel. Starting stunnel. service pop3s added: not found Stopping mysql. Waiting for PIDS: 89536, 89536, 89536. Starting mysql. added: not found added: not found Stopping pureftpd. added: not found Starting pureftpd. Running: /usr/local/sbin/pure-ftpd -A -c50 -B -C8 -D -E -fftp -I15 -lpuredb:/usr/local/etc/pureftpd.pdb -L2000:8 -m4 -s -U133:022 -u100 -w -1 -Ostats:/var/log/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z -Y0 added: not found Stopping spamd. Waiting for PIDS: 89561. Starting spamd. added: not found added: not found Stopping saslauthd. added: not found Starting saslauthd. added: not found Stopping clamav_clamd. Waiting for PIDS: 89603. Starting clamav_clamd. added: not found Stopping clamav_freshclam. Starting clamav_freshclam. added: not found added: not found added: not found Stopping dovecot. added: not found Starting dovecot. Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 03:28:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 407BC16A418 for ; Mon, 30 Jul 2007 03:28:34 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 0997A13C45D for ; Mon, 30 Jul 2007 03:28:33 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so819297nzf for ; Sun, 29 Jul 2007 20:28:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=hTaUPq4YBTXz+aYgMc1F/5qw7DRDmdO1/TehziShU4TyHBRtmOalzUOBh7cLoBpQzqI0OJiBtq1+9xVTSVRO1WWFapY/b5+lwg8OtWn/349SbPKGNzl4WyqIDpfWhZK1q3ay6sUnnSAyye+5DZ2czd7vdvC2scZNuzeKPvdTiXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Yj3FKq0ovJql2iRrd1P1yh2mPzdJtEKjhQEhx8ILGMTw7flfimly0ivLdaolJFcNXYvLHW3ppl2x6hoBExXhwAgYgtUjmxXK/LH7ENz2VBnxGkb1pshBHwqbFTkrfd6KCT+r/dE7RFQfWk0LMzLamxZRFNDw8DJi8fvanYnZkOY= Received: by 10.143.45.8 with SMTP id x8mr201633wfj.1185766112895; Sun, 29 Jul 2007 20:28:32 -0700 (PDT) Received: by 10.143.17.15 with HTTP; Sun, 29 Jul 2007 20:28:32 -0700 (PDT) Message-ID: Date: Sun, 29 Jul 2007 23:28:32 -0400 From: "Aton A" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: p5 in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 03:28:34 -0000 Hi, I have just run portsnap extract on a new system and I noticed a large number of ports begin with p5- what exactly does the p5 stand for or represent? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 03:32:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B43C616A417 for ; Mon, 30 Jul 2007 03:32:30 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4E713C467 for ; Mon, 30 Jul 2007 03:32:30 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l6U3WTaI073512; Sun, 29 Jul 2007 22:32:29 -0500 (CDT) (envelope-from dan) Date: Sun, 29 Jul 2007 22:32:29 -0500 From: Dan Nelson To: Aton A Message-ID: <20070730033229.GA3165@dan.emsphone.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: p5 in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 03:32:30 -0000 In the last episode (Jul 29), Aton A said: > Hi, > I have just run portsnap extract on a new system and I noticed a large > number of ports begin with p5- what exactly does the p5 stand for or > represent? perl 5 -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 03:48:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C640416A417 for ; Mon, 30 Jul 2007 03:48:43 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id 8086313C459 for ; Mon, 30 Jul 2007 03:48:43 +0000 (UTC) (envelope-from powerman1st@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1194837wxd for ; Sun, 29 Jul 2007 20:48:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=YOn8gNizI79Q723ot3dsAhYiQY6+vB4M/hlH5djKVtstltYudWcJtPwJvNSoXI/SnFGVCoVj/WFA15PLjul5TYUv45rKkh0RCk91KMfb54/8Q7qTjSwMO2ZQHRBmDiQZSPluClcnvpWtUfkwSWk+nvkIp1GZn5uI6rfWNEMzJ1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Byu3r3Y6AnJGi0uY8rboz/WbI2H4t7Z64PATpO+YAFPsh6v0CpdXhR8OBmAIi1A5qTQvLB6yfjxbDafzKQOpRzSojPM9AaE66qicdy41xSFucEzp8A07eJkyGhSdZ2H1LDZwoMzOgxNAcO68xXXNPQ+jrlfS0QUQB/ME0VTy21M= Received: by 10.90.118.12 with SMTP id q12mr1424712agc.1185767322839; Sun, 29 Jul 2007 20:48:42 -0700 (PDT) Received: by 10.90.68.3 with HTTP; Sun, 29 Jul 2007 20:48:42 -0700 (PDT) Message-ID: <76c271ae0707292048x1a2719bbw3b32085c40f7439@mail.gmail.com> Date: Mon, 30 Jul 2007 11:48:42 +0800 From: PowerMan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: A simple question about patches for FreeBSD from http://security.freebsd.org/patches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 03:48:43 -0000 Dear sir, My first language is not English, please forgive me if I made some bad words. And I do not know if that is the right e-mail address to ask questions. I copy a few lines from http://security.freebsd.org/ - FreeBSD-SA-07:05.libarchive.asc - FreeBSD-SA-07:04.file.asc - FreeBSD-SA-07:03.ipv6.asc - FreeBSD-SA-07:02.bind.asc FreeBSD 6.2-RELEASE released. - FreeBSD-SA-07:01.jail.asc - FreeBSD-SA-06:26.gtar.asc - FreeBSD-SA-06:25.kmem.asc - FreeBSD-SA-06:24.libarchive.asc - FreeBSD-SA-06:22.openssh.asc - FreeBSD-SA-06:23.openssl.asc - FreeBSD-SA-06:21.gzip.asc - FreeBSD-SA-06:20.bind.asc - FreeBSD-SA-06:19.openssl.asc - FreeBSD-SA-06:18.ppp.asc - FreeBSD-SA-06:17.sendmail.asc - FreeBSD-SA-06:16.smbfs.asc - FreeBSD-SA-06:15.ypserv.asc FreeBSD 5.5-RELEASE released. Is that mean if I use 5.5-release, I should apply all the patches above and if I use 6.2-release I need only apply the FreeBSD-SA-07:05.libarchive.asc to FreeBSD-SA-07:02.bind.asc ? Is that right? Thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 03:49:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E689116A41B for ; Mon, 30 Jul 2007 03:49:37 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (110-56-178-69.gci.net [69.178.56.110]) by mx1.freebsd.org (Postfix) with ESMTP id C438A13C481 for ; Mon, 30 Jul 2007 03:49:37 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id E7738813B; Sun, 29 Jul 2007 19:49:36 -0800 (AKDT) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Sun, 29 Jul 2007 19:49:31 -0800 User-Agent: KMail/1.9.7 References: In-Reply-To: X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707291949.34817.beech@freebsd.org> Cc: Aton A Subject: Re: upgrade help 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: Mon, 30 Jul 2007 03:49:38 -0000 On Sunday 29 July 2007, Aton A said: > Hi, > I am unable to find this information anywhere in the manual or > Google. Can someone please point me in the direction of upgrading > from freeBSD 6.2--release to freeBSD 7 current? The general information for this is in the handbook. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html However, unless you are very experienced with FreeBSD or have a very specific need, you should think twice about upgrading to -current. Upgrading to -current just to get the latest whistles and bells isn't a good idea and you should be prepared to do a lot of your own troubleshooting if something doesn't work. At the very least you should figure on rebuilding all your ports. We are close to the 7.0 release and the fact that you are even asking this question means that you should probably wait for the release. Finally, keep in mind that if you do upgrade to -current and get in trouble, you won't be able to downgrade back to 6.x without a clean install. 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 Mon Jul 30 05:02:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7CE016A468 for ; Mon, 30 Jul 2007 05:02:18 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from pih-relay04.plus.net (pih-relay04.plus.net [212.159.14.131]) by mx1.freebsd.org (Postfix) with ESMTP id 6335613C46E for ; Mon, 30 Jul 2007 05:02:18 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=admin) by pih-relay04.plus.net with smtp (Exim) id 1IFNOa-0008Gq-Ou for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 06:02:16 +0100 Message-ID: <002b01c7d266$c11a1e40$0807a8c0@admin> From: "Graham Bentley" To: References: <20070730034945.838AC16A419@hub.freebsd.org> Date: Mon, 30 Jul 2007 06:01:56 +0100 Organization: Custom PC North West MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Subject: Port update advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Graham Bentley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:02:18 -0000 Hi All, Following a Portsnap Fetch / Extract on top of a base install what is the best strategy for keeping ports updated? I think maybe it would be a waste of time / bandwidth to fetch the entire ports again or on a weekly basis so am guessing here that I should be checking to see which ports I have installed that have updates? What is the best method / tool to use in this case? Thanks in advance :) From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:03:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB5B416A417 for ; Mon, 30 Jul 2007 05:03:56 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.dca.untd.com (outbound-mail.dca.untd.com [64.136.47.15]) by mx1.freebsd.org (Postfix) with SMTP id 7EAB213C468 for ; Mon, 30 Jul 2007 05:03:56 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from webmail09.dca.untd.com (webmail09.dca.untd.com [10.171.12.149]) by smtpout01.dca.untd.com with SMTP id AABDL44Y9A2EUX9J for (sender ); Sun, 29 Jul 2007 21:36:47 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRPuWD5WWLmVXmjp5A5OSo3Fp8cXJ6Sbolg== Received: (from gs_stoller@juno.com) by webmail09.dca.untd.com (jqueuemail) id MTVDM3AQ; Sun, 29 Jul 2007 21:36:39 PDT Received: from [71.251.0.101] by webmail09.dca.untd.com with HTTP: Mon, 30 Jul 2007 04:35:40 GMT X-Originating-IP: [71.251.0.101] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Mon, 30 Jul 2007 04:35:40 GMT To: peter@boosten.org, ulrich@pukruppa.net, don.hinton@vanderbilt.edu, martin@dc.cis.okstate.edu X-Mailer: Webmail Version 4.0 Message-Id: <20070730.003540.23646.0@webmail09.dca.untd.com> Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain X-ContentStamp: 2:1:2382128850 X-UNTD-Peer-Info: 10.171.12.149|webmail09.dca.untd.com|webmail09.dca.untd.com|gs_stoller@juno.com Cc: freebsd-questions@freebsd.org Subject: Re: awk question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:03:56 -0000 Just add a filter = NF > 2 to the script. You can even take care of 1 token lines and empty lines in whatever way you wish with other filters. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:06:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8B8D16A41A for ; Mon, 30 Jul 2007 05:06:02 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id BF9D713C45D for ; Mon, 30 Jul 2007 05:06:02 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6E7261A4D7C; Sun, 29 Jul 2007 22:05:46 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 1684BBA4B; Mon, 30 Jul 2007 01:06:02 -0400 (EDT) Date: Mon, 30 Jul 2007 01:06:02 -0400 From: Kris Kennaway To: Noah Message-ID: <20070730050602.GA95756@rot26.obsecurity.org> References: <46AD555A.5040605@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AD555A.5040605@enabled.com> User-Agent: Mutt/1.4.2.3i Cc: User Questions Subject: Re: any clues on this X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:06:02 -0000 On Sun, Jul 29, 2007 at 08:04:58PM -0700, Noah wrote: > Hi List, > > I recently reinstalled my entire OS and world, etc. > now I am running stable FreeBSD 6.2 > > when I run scripts now the following line "added: not found" is thrown > in the output or shell scripts. > > I cant figure out to the life of me why this would appear. > > I tried different shells on the first line and it does not matter. > Output and Script are below. Clues please. > > > here is the script: > > #!/bin/sh > > /usr/local/etc/rc.d/cucipop.sh stop > /usr/local/etc/rc.d/stunnel.sh restart > /usr/local/etc/rc.d/mysql-server restart > /usr/local/etc/rc.d/pure-ftpd.sh restart > /usr/local/etc/rc.d/sa-spamd.sh restart > /usr/local/etc/rc.d/saslauthd.sh restart > /usr/local/etc/rc.d/clamav-clamd restart > /usr/local/etc/rc.d/clamav-freshclam restart > #/usr/local/etc/rc.d/clamav-milter.sh restart > /usr/local/etc/rc.d/mailman restart > /usr/local/etc/rc.d/cucipop.sh start > /usr/local/etc/rc.d/dovecot.sh restart > > /usr/local/bin/pure-pw mkdb > /usr/bin/newaliases > cd /etc/mail/ && make > cd /etc/mail/ && make install > cd /etc/mail/ && make restart > > #sh /etc/rc.firewall > > > Here is the output: > > added: not found Check /etc/rc.conf Kris From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:08:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D19016A417 for ; Mon, 30 Jul 2007 05:08:04 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id 9216113C459 for ; Mon, 30 Jul 2007 05:08:04 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from [172.24.241.234] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id l6U584VH059526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 22:08:04 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AD722C.7050203@enabled.com> Date: Sun, 29 Jul 2007 22:07:56 -0700 From: Noah User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: Kris Kennaway References: <46AD555A.5040605@enabled.com> <20070730050602.GA95756@rot26.obsecurity.org> In-Reply-To: <20070730050602.GA95756@rot26.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: any clues on this [solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:08:04 -0000 that did it - thanks Kris Kennaway wrote: > On Sun, Jul 29, 2007 at 08:04:58PM -0700, Noah wrote: >> Hi List, >> >> I recently reinstalled my entire OS and world, etc. >> now I am running stable FreeBSD 6.2 >> >> when I run scripts now the following line "added: not found" is thrown >> in the output or shell scripts. >> >> I cant figure out to the life of me why this would appear. >> >> I tried different shells on the first line and it does not matter. >> Output and Script are below. Clues please. >> >> >> here is the script: >> >> #!/bin/sh >> >> /usr/local/etc/rc.d/cucipop.sh stop >> /usr/local/etc/rc.d/stunnel.sh restart >> /usr/local/etc/rc.d/mysql-server restart >> /usr/local/etc/rc.d/pure-ftpd.sh restart >> /usr/local/etc/rc.d/sa-spamd.sh restart >> /usr/local/etc/rc.d/saslauthd.sh restart >> /usr/local/etc/rc.d/clamav-clamd restart >> /usr/local/etc/rc.d/clamav-freshclam restart >> #/usr/local/etc/rc.d/clamav-milter.sh restart >> /usr/local/etc/rc.d/mailman restart >> /usr/local/etc/rc.d/cucipop.sh start >> /usr/local/etc/rc.d/dovecot.sh restart >> >> /usr/local/bin/pure-pw mkdb >> /usr/bin/newaliases >> cd /etc/mail/ && make >> cd /etc/mail/ && make install >> cd /etc/mail/ && make restart >> >> #sh /etc/rc.firewall >> >> >> Here is the output: >> >> added: not found > > Check /etc/rc.conf > > Kris From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:12:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F7916A41A for ; Mon, 30 Jul 2007 05:12:01 +0000 (UTC) (envelope-from info@plot.uz) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 9F68B13C45E for ; Mon, 30 Jul 2007 05:12:00 +0000 (UTC) (envelope-from info@plot.uz) Received: by ug-out-1314.google.com with SMTP id o4so1150043uge for ; Sun, 29 Jul 2007 22:12:00 -0700 (PDT) Received: by 10.66.248.5 with SMTP id v5mr4969919ugh.1185772320132; Sun, 29 Jul 2007 22:12:00 -0700 (PDT) Received: from plot.uz ( [83.221.182.248]) by mx.google.com with ESMTPS id d26sm10857604nfh.2007.07.29.22.11.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 29 Jul 2007 22:11:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable version=3.1.7 X-Spam-Report: Received: from localhost by plot.uz (MDaemon PRO v9.5.5) with DomainPOP id md50000004113.msg for ; Mon, 30 Jul 2007 10:11:43 +0500 Delivered-To: aleksey@plot.uz Received: by 10.100.111.17 with SMTP id j17cs145860anc; Sun, 29 Jul 2007 04:29:47 -0700 (PDT) Received: by 10.115.47.1 with SMTP id z1mr927158waj.1185708586794; Sun, 29 Jul 2007 04:29:46 -0700 (PDT) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by mx.google.com with ESMTP id j39si1690024waf.2007.07.29.04.29.45; Sun, 29 Jul 2007 04:29:46 -0700 (PDT) Received-SPF: pass (google.com: domain of owner-freebsd-isp@freebsd.org designates 69.147.83.53 as permitted sender) DomainKey-Status: bad (test mode) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id D1D443288C; Sun, 29 Jul 2007 11:26:56 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AE3A216A4A0; Sun, 29 Jul 2007 11:26:56 +0000 (UTC) (envelope-from owner-freebsd-isp@freebsd.org) Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A256E16A420 for ; Sun, 29 Jul 2007 11:26:50 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: from web54304.mail.re2.yahoo.com (web54304.mail.re2.yahoo.com [206.190.49.114]) by mx1.freebsd.org (Postfix) with SMTP id E670C13C4A3 for ; Sun, 29 Jul 2007 11:26:49 +0000 (UTC) (envelope-from patrick_dkt@yahoo.com.hk) Received: (qmail 67840 invoked by uid 60001); 29 Jul 2007 11:26:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.hk; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=G/JjQlAezL2jloaa8fk6r0SDNYw53DL22L7Em5JlXQxuhAyLdpmzCdXhaW5hH5v36lKN3S0/1xw59/pgieVvvqUnENKeYe+CqrWW6+DW/WBMQd8LQYhgO3mjbB8ElmaeuBYv4+bMtbZqPaTYKi1MFX0uAshLD0mOudaR6QtRl0o=; X-YMail-OSG: 2cB1HaMVM1k4ktFa4eok8Dfu3ppv2mQd7da6IgLFhd36aRu1SXsKSs8U6s.OXSgyvKMZ5iRY.lFoCNBiZSCAOPS9tZizJg0M7qS2jp5bftUXMwY- Received: from [61.15.61.52] by web54304.mail.re2.yahoo.com via HTTP; Sun, 29 Jul 2007 04:26:44 PDT Date: Sun, 29 Jul 2007 04:26:44 -0700 (PDT) To: Doug Barton In-Reply-To: <46AA6078.6020300@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <8142.66621.qm@web54304.mail.re2.yahoo.com> X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Errors-To: owner-freebsd-isp@freebsd.org X-Return-Path: owner-freebsd-isp@freebsd.org X-Envelope-From: owner-freebsd-isp@freebsd.org X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Processed: plot.uz, Mon, 30 Jul 2007 10:11:45 +0500 From: Patrick Dung Cc: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: Re: ISC bind9 with dynamic DNS update (chroot problem) X-BeenThere: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:12:01 -0000 Thanks for reply. Your suggestion solved my problem, thanks. Yes, /etc/init.d/named is a typo. Regards Patrick --- Doug Barton wrote: > Patrick Dung wrote: > > Hi > > > > I use FreeBSD 6.2 and the base bind9. > > For dynamic DNS update, bind9 automatically generate the journal > file > > (end in .jnl). > > The default config is to use chroot and the running user as 'bind'. > > > > The problem is that after named is started (/etc/init.d/named > start), > > Are you sure you're doing this on FreeBSD? We have rc.d, not initd. > Assuming that was just a typo ... > > > the default chroot directory /var/named/etc/named > > The default directory is /etc/namedb, which is a symlink to > /var/named/etc/namedb. > > > permission will be reset to own by root. So the named daemon (run > > as user 'bind') cannot create the journal file and complain: > > You shouldn't be creating journal files in the config directory > anyway. > > > One temp fix is to use chroot and run as root, any suggestions? > > Yeah, don't run named as root. Ever. :) > > Assuming that you are actually running FreeBSD, and that you have not > turned off the mtree option, you should have the following > directories > in /etc/namedb: > > drwxr-xr-x 2 bind wheel 512 Jul 23 00:47 dynamic/ > drwxr-xr-x 2 root wheel 512 Jul 13 22:33 master/ > drwxr-xr-x 2 bind wheel 512 Jul 27 14:05 slave/ > > The dynamic directory is obviously designed to hold dynamic zones, > and > it (like the slave directory) is chowned to user bind so that named > can write to it after it drops privileges. > > hth, > > Doug > > -- > > This .signature sanitized for your protection > ____________________________________________________________________________________ Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. http://new.toolbar.yahoo.com/toolbar/features/norton/index.php _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:13:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816C816A41A for ; Mon, 30 Jul 2007 05:13:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id 659D113C48A for ; Mon, 30 Jul 2007 05:13:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6U5DBqk017790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 22:13:12 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6U5DB0C007578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 22:13:11 -0700 Message-ID: <46AD7366.7000600@u.washington.edu> Date: Sun, 29 Jul 2007 22:13:10 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Graham Bentley References: <20070730034945.838AC16A419@hub.freebsd.org> <002b01c7d266$c11a1e40$0807a8c0@admin> In-Reply-To: <002b01c7d266$c11a1e40$0807a8c0@admin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.214833 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: freebsd-questions@freebsd.org Subject: Re: Port update advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:13:15 -0000 Graham Bentley wrote: > Hi All, > > Following a Portsnap Fetch / Extract on top of > a base install what is the best strategy for keeping > ports updated? > > I think maybe it would be a waste of time / bandwidth > to fetch the entire ports again or on a weekly basis so > am guessing here that I should be checking to see > which ports I have installed that have updates? > > What is the best method / tool to use in this case? > > Thanks in advance :) > portsnap fetch update is better than portsnap fetch extract. fetch update reduces the amount of required extracting as it only changes the updated files. Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:15:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B1B16A468 for ; Mon, 30 Jul 2007 05:15:14 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 649F513C480 for ; Mon, 30 Jul 2007 05:15:14 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1209604wxd for ; Sun, 29 Jul 2007 22:15:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:from:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:sender; b=VYZrsyJtoqBWEFlzulQkcjgc2gTM4Hc1N4XdcnVJd6ehFAJ9yEt7c6LQHbRmSmhFu80JSxsISrkd2sfAYTkC+p0e7HuCcsiDJ0NHDM/+E0aZ5tawM//LFb8b7xfjlBMUAh0I4F+m9T7zEtxUrpHm8YHl8CqCqsx13tmtNgXEGuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:from:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:sender; b=FRLSKRDlzrfWkxaPgnzTItCI/mah94xcrsPbbjr8jGvD37sGOQElqeXUIGiN+6NPmxklh8u/vbY+yZ3KtW7XxrMzLteL8iwpTXzgO2aNfaMzCcvBnSAZkGVrV0sSoi1tQChOa0xvrcYCq+dnTlVPT/EUbqy++rFlZOOIKka1dxo= Received: by 10.90.113.18 with SMTP id l18mr1463846agc.1185772512984; Sun, 29 Jul 2007 22:15:12 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 20sm2845990agd.2007.07.29.22.15.09 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 22:15:10 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 457ED11420; Mon, 30 Jul 2007 09:14:49 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Mon, 30 Jul 2007 09:14:09 +0400 (GST) Message-ID: <44964.212.72.24.148.1185772449.squirrel@rakhesh.com> In-Reply-To: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> References: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> Date: Mon, 30 Jul 2007 09:14:09 +0400 (GST) From: "Rakhesh Sasidharan" To: "Michael Grant" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Sender: Rakhesh Sasidharan Cc: FreeBSD Questions Subject: Re: XEN questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:15:14 -0000 > Does one run XEN inside of freebsd and then VMs inside that, or does > one run XEN on the bare hardware and then run freebsd inside that? If > I've already got freebsd running on my box, do I have to reload it > from scratch or is there a way I can virtualize what I already have > runing? Hi, Xen runs on the bare hardware and other OSes run atop Xen (i.e. they are specifically "ported" to the Xen "hardware"). But you don't have to install Xen on the bare hardware as such. Typically you install Xen on your OS. And then you install other OSes on this Xen installation. That's how it works. For example: Say you are running FreeBSD 7.0. You install Xen on FreeBSD 7.0. Then you install FreeBSD 6.2 and NetBSD 3.1 onto Xen. In Xen terminology, all these OS installations (including the FreeBSD 7.0 on which Xen is installed) are called "domains". The FreeBSD 7.0 Xen domain is called dom0 (domain 0). While the FreeBSD 6.2 and NetBSD 3.1 Xen domains are called domU (domain User). dom0 is special coz that's what manages the other domains. Plus, that's where you install Xen first for it to interact with the hardware etc. Not all OSes support Xen on dom0. FreeBSD 6.2, for instance, doesn't. (It only supports domU). FreeBSD 7.0 would, I believe. NetBSD 3.1 does. In Linux, you need kernel 2.6.18 and greater I think. So to answer your question, if you are on FreeBSD 6.2, you can't try out Xen. You can, however, install FreeBSD 6.2 atop any Xen installation running on FreeBSD 7.0 and Linux or NetBSD 3.1 etc. Hope this helps. :) Regards, Rakhesh ps. This should be of some info -- http://tx.downloads.xensource.com/downloads/docs/user/#SECTION01140000000000000000. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:21:45 2007 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 553EA16A418 for ; Mon, 30 Jul 2007 05:21:45 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 10EB413C48D for ; Mon, 30 Jul 2007 05:21:44 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1210636wxd for ; Sun, 29 Jul 2007 22:21:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:message-id:in-reply-to:references:date:subject:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=n4e1Z5Bh4sf29uBns+r0pZnnhrD4dg1kupqKgeVNhgu6xPKITcr9q8XLMgZHqaYC0qJlcVWEtpk/9OOa00sI7IMXWgdc22LaZkmc5e0tUXr/6GOuVNPJxNXHdTc5Lvd+Hi92uwYLsuJJDS228luYFyEPUgI/Z/voDpbEBYHRHS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:in-reply-to:references:date:subject:to:cc:user-agent:mime-version:content-type:content-transfer-encoding:x-priority:importance:from:sender; b=OD8Jg0yvvwmwlSuMh2+Bk9j//nQh/TWU2YCMedEWq6N+hOioI/JAmhsB78SCJokdaMoH3kMEX9OgZGtoA0ZNSsb0ZTSadbye2aFC7gNZl9+W425I6GO24u2zx3ikr3yKzFQmJEf62OWxlabroK+5aTL3QMjaI/FnZiuUqpxRAbM= Received: by 10.90.49.1 with SMTP id w1mr1455590agw.1185772904200; Sun, 29 Jul 2007 22:21:44 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 20sm2851231agd.2007.07.29.22.21.41 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 22:21:43 -0700 (PDT) Received: from rakhesh.com (asterix.home.rakhesh.com [192.168.17.23]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 90F0D11420; Mon, 30 Jul 2007 09:21:22 +0400 (GST) Received: from 212.72.24.148 (SquirrelMail authenticated user rakhesh) by rakhesh.com with HTTP; Mon, 30 Jul 2007 09:20:42 +0400 (GST) Message-ID: <55275.212.72.24.148.1185772842.squirrel@rakhesh.com> In-Reply-To: References: <55021.212.72.24.148.1185715537.squirrel@rakhesh.com> <46AC9EED.3030904@crackmonkey.us> <20070729183112.U11398@asterix.home.rakhesh.com> Date: Mon, 30 Jul 2007 09:20:42 +0400 (GST) To: "illoai@gmail.com" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: questions@freebsd.org, Adam J Richardson Subject: Re: Nothing happens with Qemu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:21:45 -0000 > -nographic > Normally, QEMU uses SDL to display the VGA output. With this > option, you can totally disable graphical output so that QEMU > is a > simple command line application. The emulated serial port is > redi- > rected on the console. Therefore, you can still use QEMU to > debug a > Linux kernel with a serial console. > > But, I do not think you can run most (any?) installers like this, > without the serial console being redirected to _something_, and > if you're doing this over ssh, that default something may not be > immediately visible. Point. Which is why I even plugged in my monitor/ keyboard to the machine and ran Qemu at the console (I also uncommented the line in /etc/tty to enable console). Shouldn't that work then? > Per above (not quoted) -cdrom /dev/acd0 might not work if > the permissions are not set correctly on /dev/acd0. It is usually > easier under qemu to use the downloaded image instead of > burning to CD and all that. Or use dd to make a new image > if you've already deleted it. Yup, had read that somewhere. So tried with an image file instead of the actual CD. No go. :-/ Regards, RAkhesh From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:22:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10F8116A46C for ; Mon, 30 Jul 2007 05:22:08 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id E8E2013C468 for ; Mon, 30 Jul 2007 05:22:07 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6U5M7iJ019085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Jul 2007 22:22:07 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6U5M6I1007982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 29 Jul 2007 22:22:07 -0700 Message-ID: <46AD757E.7010602@u.washington.edu> Date: Sun, 29 Jul 2007 22:22:06 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Rakhesh Sasidharan , FreeBSD Questions References: <62b856460707290755s1225eaffy951caa9c81857de3@mail.gmail.com> <44964.212.72.24.148.1185772449.squirrel@rakhesh.com> In-Reply-To: <44964.212.72.24.148.1185772449.squirrel@rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.29.215733 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: XEN questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:22:08 -0000 Rakhesh Sasidharan wrote: >> Does one run XEN inside of freebsd and then VMs inside that, or does >> one run XEN on the bare hardware and then run freebsd inside that? If >> I've already got freebsd running on my box, do I have to reload it >> from scratch or is there a way I can virtualize what I already have >> runing? >> > > Hi, > > Xen runs on the bare hardware and other OSes run atop Xen (i.e. they are > specifically "ported" to the Xen "hardware"). But you don't have to > install Xen on the bare hardware as such. Typically you install Xen on > your OS. And then you install other OSes on this Xen installation. That's > how it works. > > For example: Say you are running FreeBSD 7.0. You install Xen on FreeBSD > 7.0. Then you install FreeBSD 6.2 and NetBSD 3.1 onto Xen. In Xen > terminology, all these OS installations (including the FreeBSD 7.0 on > which Xen is installed) are called "domains". The FreeBSD 7.0 Xen domain > is called dom0 (domain 0). While the FreeBSD 6.2 and NetBSD 3.1 Xen > domains are called domU (domain User). > > dom0 is special coz that's what manages the other domains. Plus, that's > where you install Xen first for it to interact with the hardware etc. Not > all OSes support Xen on dom0. FreeBSD 6.2, for instance, doesn't. (It only > supports domU). FreeBSD 7.0 would, I believe. NetBSD 3.1 does. In Linux, > you need kernel 2.6.18 and greater I think. > > So to answer your question, if you are on FreeBSD 6.2, you can't try out > Xen. You can, however, install FreeBSD 6.2 atop any Xen installation > running on FreeBSD 7.0 and Linux or NetBSD 3.1 etc. > > Hope this helps. :) > > Regards, > Rakhesh > > ps. This should be of some info -- > http://tx.downloads.xensource.com/downloads/docs/user/#SECTION01140000000000000000. > dom0 isn't all the way yet either, though rink@ has said that support might be in 7-CURRENT prior to the first release. We'll see what happens, since he's a busy college student. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:56:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB05D16A418 for ; Mon, 30 Jul 2007 05:56:06 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 7B69913C46A for ; Mon, 30 Jul 2007 05:56:06 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1216649wxd for ; Sun, 29 Jul 2007 22:56:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=rSmgC90EavBB1/qR4fJRdvgz9RH6hP2ypBDubYuuT8SjZ5deIqsfdoU/3EguvkYjOyvd8IYrVetC5OPiYecQRrn6F4zrBC2LTgrTC4sNrAFY+cmC4Yk1nfOZ8wqJ1AKFyxsFGGA2q/SMzhrykAFvxCw8BWgsiDSF3v92lez5vHw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=NWTV0WPZ2OeJ5KHvxo2gSBcf6dwHtJ1c9Re+tN5HlqUAX6s34zmiUCxVB6z41EKzQKfEezcRHRa8Yx9Jj+SzBtVjjOlEscl6aRqUi7sKABaGKR8VQXkRujx0otYMoo1VoiufO/BDB8Xv4UCBE9JhCy3baQa/TsA6nF7EwZwdggE= Received: by 10.90.35.15 with SMTP id i15mr1469953agi.1185774965822; Sun, 29 Jul 2007 22:56:05 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 7sm2891628aga.2007.07.29.22.56.00 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 22:56:04 -0700 (PDT) Received: from scrat.home.rakhesh.com (scrat.home.rakhesh.com [192.168.17.31]) by smtp.home.rakhesh.com (Postfix) with ESMTP id AAC5C11420; Mon, 30 Jul 2007 09:55:38 +0400 (GST) Date: Mon, 30 Jul 2007 09:55:38 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: PowerMan In-Reply-To: <76c271ae0707292048x1a2719bbw3b32085c40f7439@mail.gmail.com> Message-ID: <20070730094147.X97842@scrat.home.rakhesh.com> References: <76c271ae0707292048x1a2719bbw3b32085c40f7439@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: A simple question about patches for FreeBSD from http://security.freebsd.org/patches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:56:06 -0000 > Is that mean if I use 5.5-release, I should apply all the patches above and > > if I use 6.2-release I need only apply the > FreeBSD-SA-07:05.libarchive.asc > to > FreeBSD-SA-07:02.bind.asc > ? > > Is that right? I'm not sure. (To be frank, I hadn't looked at the advisories so far. Since no one's answered your question yet, I just had a look at them to see if I can throw some light). The reason I say I am not sure is that if you click on the FreeBSD-SA-07:04.file.asc advisory for instance, you'll see that it applies to *all* FreeBSD releases. So if you are on the 6.2 release, this is one patch you have to apply. I'd suppose there are other patches too that similarly might apply to the 6.2 release. If you are on FreeBSD 6.2, use the freebsd-update tool to keep your system up-to-date. That automatically fetches the patches necessary for your system. If you are on FreeBSD 5.5, install this tool from ports. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 05:59:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F283016A419 for ; Mon, 30 Jul 2007 05:59:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id B39DD13C457 for ; Mon, 30 Jul 2007 05:59:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1217132wxd for ; Sun, 29 Jul 2007 22:59:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=ZTVSKEDokUkmF0sgaSiYK3qyb99D1fZR9okNmCeQOyhhBsSOMMmQzlUTLq0pW2NJ+D9epe3wP8emuGambpHaHrsVej+kSlr0CGhyIYIT7dq9DKNDLZE0a6/T3Dw15slSHxGIN+NVzZPUDMBkq7QmdWEAsII/ElWuUwT21i/rAuA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=ZXyPu5xHvPRvabSpRzJ/41ovcSqsU8xaNyhOCqNiKPP2Leqq/L6CQW51Lwlur6UTGQjy9ypTSBQINxHXt5ZNTYDfHwGSTIUxGchpp4Z4P0IGxxecdco2RwOivd791mENVEN8fDA2K9vGi0ax4yLLt8JQMz5KvANTWeQiVlrjt+8= Received: by 10.90.29.18 with SMTP id c18mr1448336agc.1185775160926; Sun, 29 Jul 2007 22:59:20 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 20sm2880514agd.2007.07.29.22.59.18 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 22:59:20 -0700 (PDT) Received: from scrat.home.rakhesh.com (scrat.home.rakhesh.com [192.168.17.31]) by smtp.home.rakhesh.com (Postfix) with ESMTP id EE4CE11420; Mon, 30 Jul 2007 09:59:01 +0400 (GST) Date: Mon, 30 Jul 2007 09:59:01 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Aton A In-Reply-To: Message-ID: <20070730095803.T97842@scrat.home.rakhesh.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: upgrade help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 05:59:22 -0000 On Sun, 29 Jul 2007, Aton A wrote: > Hi, > I am unable to find this information anywhere in the manual or Google. Can > someone please point me in the direction of upgrading from freeBSD > 6.2--release to freeBSD 7 current? This might help -- http://people.freebsd.org/~rse/upgrade/freebsd-upgrade-6x-7x.txt. I haven't tried it. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 06:05:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F71B16A418 for ; Mon, 30 Jul 2007 06:05:22 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id C5B6713C465 for ; Mon, 30 Jul 2007 06:05:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1218105wxd for ; Sun, 29 Jul 2007 23:05:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=ZTLoSUfkq/0GzzxqU0zWVoekYm9c6nod7gfqVDPNk/0WpXYdNfPFXW1UHu8pd5TKR46y8OzW31ZUTQeP+14KNufz7a9vnJ9xpjPypJ7FSSJnZxTOCp/9pCCbGPSCG7KEW4MekGlo7uW7MBb0jsKxpkJ0G0bIW+dzBZ8IB4Fi34M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=b4bMLGD7pjuviVYCxVtbIr62zJWgmdqa6G1iLcarvESI4CqlS7bsBanpPywSUGoxyyu8hWGYywtQ0+piS8zuUiUQ+KPtQ50ZVuH/m24exVBjtX0Rt/ubN9A/ecBlQtxHogaM1JbifjOxn5jeozmYKzJN5SJwyiNWSBKqQIUXR9c= Received: by 10.90.99.20 with SMTP id w20mr1458703agb.1185775521060; Sun, 29 Jul 2007 23:05:21 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 39sm2900723agb.2007.07.29.23.05.19 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 23:05:20 -0700 (PDT) Received: from scrat.home.rakhesh.com (scrat.home.rakhesh.com [192.168.17.31]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 9DB8E11420; Mon, 30 Jul 2007 10:05:00 +0400 (GST) Date: Mon, 30 Jul 2007 10:05:00 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Ross Penner In-Reply-To: Message-ID: <20070730100239.U97842@scrat.home.rakhesh.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: User questions Subject: Re: Downgrading from current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 06:05:22 -0000 On Sun, 29 Jul 2007, Ross Penner wrote: > I have a lot of data on my /usr partition that I would rather not have to > backup and then readd to the system. is there a way I can reinstall and > leave parts of the file system intact? I assume that I can use the same > partitions but I'm worried that reinstalling will clean the partitions. As long as your /usr is on a separate partition, you can choose to mount it at some other point and not format while re-installing FreeBSD. I don't recollect the exact steps off-hand, but I remember there being a "Toggle NewFS" or something like that option on the screen where you make partitions. Just toggle it off and the partition won't get formatted. Hope that helps. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 06:09:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAEDF16A46B for ; Mon, 30 Jul 2007 06:09:33 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id D206313C4A6 for ; Mon, 30 Jul 2007 06:09:31 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA12761; Mon, 30 Jul 2007 16:09:07 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 30 Jul 2007 16:09:06 +1000 (EST) From: Ian Smith To: Adam J Richardson In-Reply-To: <20070729191900.EC45F16A4A9@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Garrett Cooper , Chris Maness , freebsd-questions@freebsd.org Subject: Re: USB Mouse not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 06:09:33 -0000 On Sun, 29 Jul 2007 15:58:39 +0100 Adam J Richardson wrote: > >>> I beleive in the past I have checked with > >>> #cat /dev/ums0 > >>> and if things are working corectly, cat display binary garbage on the > screen when you wiggle the mouse. Try this after killing moused (moused > makes ums0 unavailable). > >> > >> Perhaps the mouse is dead or dying? Mine keeps its USB cable on a > >> little spindle, and to unreel the cable you have to tug on the cable. > >> Not the best design since the cable is very thin and has taken damage > >> over time. > >> > >> Adam J Richardson > > > > The mouse is working well on another system. Did you try my little > > experiment? > > > > Chris Maness > > Trying it in a terminal under xfce4 and substituting /dev/sysmouse > produces a torrent of spaces characters. I'm currently using a PS/2 > mouse [ie. the "tit" mouse on an old laptop]. > > $ sudo cat /dev/sysmouse > > Perhaps the xfce4 terminal translates the garbage into spaces. Or just undisplayed codes, some of which might wedge your terminal. Apart from using xev (in X), try piping cat through hexdump: paqi# cat /dev/sysmouse | hd 00000000 87 fc ff fd ff 00 00 7f 87 fd ff fe 00 00 00 7f |................| 00000010 87 ff 00 ff 00 00 00 7f 87 ff ff ff 00 00 00 7f |................| 00000020 87 ff 00 00 00 00 00 7f 87 ff ff 00 00 00 00 7f |................| 00000030 87 ff ff 00 00 00 00 7f 87 ff ff ff 00 00 00 7f |................| 00000040 87 ff ff ff 00 00 00 7f 87 ff 00 00 00 00 00 7f |................| 00000050 87 ff 00 00 00 00 00 7f 87 01 ff 01 00 00 00 7f |................| ^C Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 06:10:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C9516A41B for ; Mon, 30 Jul 2007 06:10:49 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 7688613C481 for ; Mon, 30 Jul 2007 06:10:49 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1218904wxd for ; Sun, 29 Jul 2007 23:10:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=KLaUcu/R4SbNuvGPJKWpBS8rFUandrOlVyw6fdTIb1zC9Ot5MRzAkEnlU3QnNfkMcnFYH1hAwUyeq1D5qtqnvyN8JrPQgObjGTXEChxlzCXh227q0fU4L+sfk61M/fmhLCxWfl3sdCgmf8Cn0KWkaHm59apWqB8Etlo/2qadXPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:x-x-sender:to:cc:subject:in-reply-to:message-id:references:mime-version:content-type:from:sender; b=qhUSLouDaIOpUIZPoCBToWURHNsyGZi+zQ2Lw1PEKdaVmRaIhMpQ/0BJVGEC1LEKAQ2flo21R8MzaBL7gQdz00SpBARSnAvGmr4DnsO17tCWHsBO+gXNBM9frpvPdKERyNzAyABD3SQ0Ylktul31tlHAVsnNfj3VJGVziolWN1w= Received: by 10.90.90.3 with SMTP id n3mr1463685agb.1185775848781; Sun, 29 Jul 2007 23:10:48 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 32sm2892799aga.2007.07.29.23.10.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Jul 2007 23:10:48 -0700 (PDT) Received: from scrat.home.rakhesh.com (scrat.home.rakhesh.com [192.168.17.31]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 45AEC11429; Mon, 30 Jul 2007 10:10:24 +0400 (GST) Date: Mon, 30 Jul 2007 10:10:24 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Terrence Wilson In-Reply-To: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> Message-ID: <20070730100844.M99888@scrat.home.rakhesh.com> References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: Installation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 06:10:49 -0000 On Sun, 29 Jul 2007, Terrence Wilson wrote: > I'm trying to install FreeBSD as part of a dual boot config on a hard > disk which already contains Windows XP. I have created a partition for > FreeBSD. My problem comes once I "commit" to the installation of > FreeBSD. I get the following message, after which installation aborts: > "Unable to find device node for /dev/ad4s2b in /dev! The creation of > filesystems will be aborted." What am I doing wrong? Are you trying to install FreeBSD in an extended partition? The /dev/ad*4*s2b makes me think so ... If yes, that won't work. You have to install FreeBSD in a primary partition. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 06:17:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9878A16A417 for ; Mon, 30 Jul 2007 06:17:10 +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 6158813C457 for ; Mon, 30 Jul 2007 06:17:10 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [192.168.1.66] ([192.168.1.66]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id l6U6H8Ok010803; Sun, 29 Jul 2007 23:17:09 -0700 (PDT) (envelope-from chris@chrismaness.com) Message-ID: <46AD8264.4070803@chrismaness.com> Date: Sun, 29 Jul 2007 23:17:08 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , freebsd-questions@freebsd.org, Adam J Richardson Subject: Re: USB Mouse not Working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 06:17:10 -0000 Ian Smith wrote: > On Sun, 29 Jul 2007 15:58:39 +0100 Adam J Richardson wrote: > > > >>> I beleive in the past I have checked with > > >>> #cat /dev/ums0 > > >>> and if things are working corectly, cat display binary garbage on the > > screen when you wiggle the mouse. Try this after killing moused (moused > > makes ums0 unavailable). > > >> > > >> Perhaps the mouse is dead or dying? Mine keeps its USB cable on a > > >> little spindle, and to unreel the cable you have to tug on the cable. > > >> Not the best design since the cable is very thin and has taken damage > > >> over time. > > >> > > >> Adam J Richardson > > > > > > The mouse is working well on another system. Did you try my little > > > experiment? > > > > > > Chris Maness > > > > Trying it in a terminal under xfce4 and substituting /dev/sysmouse > > produces a torrent of spaces characters. I'm currently using a PS/2 > > mouse [ie. the "tit" mouse on an old laptop]. > > > > $ sudo cat /dev/sysmouse > > > > Perhaps the xfce4 terminal translates the garbage into spaces. > > Or just undisplayed codes, some of which might wedge your terminal. > > Apart from using xev (in X), try piping cat through hexdump: > > paqi# cat /dev/sysmouse | hd > 00000000 87 fc ff fd ff 00 00 7f 87 fd ff fe 00 00 00 7f |................| > 00000010 87 ff 00 ff 00 00 00 7f 87 ff ff ff 00 00 00 7f |................| > 00000020 87 ff 00 00 00 00 00 7f 87 ff ff 00 00 00 00 7f |................| > 00000030 87 ff ff 00 00 00 00 7f 87 ff ff ff 00 00 00 7f |................| > 00000040 87 ff ff ff 00 00 00 7f 87 ff 00 00 00 00 00 7f |................| > 00000050 87 ff 00 00 00 00 00 7f 87 01 ff 01 00 00 00 7f |................| > ^C > > Cheers, Ian > > Try doing that with /dev/ums0 after killing moused. I would imagine it would do the same. I installed PC-BSD on the same box and tried several USB mice. Still no worky. I think I have some kind of bug either in the mother board, or in FreeBSD, because I had tried installing WinXP over it and the USB mouse worked. Really weird. I think I will probably have to use a PS/2 mouse on this box. Chris Maness From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 07:15:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 120EC16A417 for ; Mon, 30 Jul 2007 07:15:06 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id E69AC13C428 for ; Mon, 30 Jul 2007 07:15:05 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1574297waf for ; Mon, 30 Jul 2007 00:15:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=L+nxLX/p6mfgLck+1HxaAeLE7YaAj3KZqBnyP0jdDWBZw4S8SId2Szknm5o26AecjoaDev4x422d0vMAwewuMluV7k7ra1xgoXi2ZcI8oHEmROpswqvNE1Y4ZN5FRK4ziiSjOUt7zc9a+W+JuiIgiHeyJWVNTFh+RMOnbG0/7UE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=q3bXIiSvYm41YWnEphFYbeK2ZFGgt8CSDY/J7kY1rEzev3223IHDPa9FWCMvuAOwLOk2Fbu6qf/INNMEp1b/LrVFBMTAiKL4iKHPYRbsL3bCNac2h6yCaSJxfMsuThL/IlX3T4e1MqE6twgQ96HtvxAcpvZmarIdnhY9oc2qM5A= Received: by 10.114.160.1 with SMTP id i1mr5297671wae.1185779705605; Mon, 30 Jul 2007 00:15:05 -0700 (PDT) Received: by 10.114.147.2 with HTTP; Mon, 30 Jul 2007 00:15:05 -0700 (PDT) Message-ID: <23ed14b80707300015q614a62bfv5771d1ffc3e35a08@mail.gmail.com> Date: Mon, 30 Jul 2007 09:15:05 +0200 From: "=?ISO-8859-1?Q?Andreas_Wider=F8e_Andersen?=" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Best way to upgrade mysql-server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 07:15:06 -0000 Hi, I recently upgraded from 3.23 to 4.027. My steps were: 1. Stopped the mysql server 2. make deinstall in mysql-server 3.23 3. make deinstall in mysql-client 3.23 4. make install clean in mysql-server 4.0.27 5. Ran the mysql_fix_privilege_tables 6. Started the mysql server again (and ofcourse backups before step 1) Things seem to be working fine. In regards to the existing database files, are there more "correct" ways of doing an upgrade on a production server? Also, does anyone have some good advice on optimizing tables, correcting and speeding up things after an upgrade? Thanks and best regards, Andreas From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 08:55:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95EF116A417 for ; Mon, 30 Jul 2007 08:55:43 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from mail.inigo-tech.com (gambit.inigo-tech.com [202.190.74.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5D80313C458 for ; Mon, 30 Jul 2007 08:55:43 +0000 (UTC) (envelope-from kaeru@inigo-tech.com) Received: from [192.168.1.20] (unknown [60.53.3.90]) by mail.inigo-tech.com (Postfix) with ESMTP id B816A25048F for ; Mon, 30 Jul 2007 16:35:06 +0800 (MYT) From: Khairil Yusof To: freebsd-questions Content-Type: text/plain Date: Mon, 30 Jul 2007 16:35:09 +0800 Message-Id: <1185784509.1463.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: mount_smbfs utf-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: