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: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 08:55:43 -0000 mount_smbfs -E UTF-8:UTF-8 //server/path /mnt/tmp UTF-8 filenames do not show up at all on the FreeBSD 6.2-STABLE client. They show up just fine using smbclient and mounted as nfs, files also show up fine on Windows clients. Is there a limitation with smbfs in handling UTF-8 samba mounts? Or am I giving the wrong options to mount_smbfs? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 09:07: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 A542816A417 for ; Mon, 30 Jul 2007 09:07:22 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [87.98.206.99]) by mx1.freebsd.org (Postfix) with ESMTP id 44E3F13C45E for ; Mon, 30 Jul 2007 09:07:22 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from localhost (localhost [127.0.0.1]) by newmail.rmm.fr (Postfix) with ESMTP id 487D9290F8 for ; Mon, 30 Jul 2007 11:07:21 +0200 (CEST) X-Virus-Scanned: amavisd-new 2.5.2 (20070627) at rmm.fr Received: from newmail.rmm.fr ([127.0.0.1]) by localhost (newmail.rmm.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id txApuKGGfw2h for ; Mon, 30 Jul 2007 11:07:21 +0200 (CEST) Received: from [192.168.0.201] (me.todoo.biz [82.66.93.242]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by newmail.rmm.fr (Postfix) with ESMTP id DDAC1290E9 for ; Mon, 30 Jul 2007 11:07:20 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: quoted-printable Message-Id: Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed To: Liste FreeBSD From: bsd Date: Mon, 30 Jul 2007 11:07:32 +0200 X-Mailer: Apple Mail (2.752.3) Subject: Problem with automake upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 09:07:22 -0000 Hello, I am trying to upgrade autoconf from 1.9.6_1 to 1.9.6_2 and I am =20 facing a problem : > =3D=3D=3D> Building for automake-1.9.6_2 > Making all in . > rm -f automake automake.tmp > sed -e 's,[@]APIVERSION[@],1.9,g' -e 's,[@]PACKAGE=20 > [@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/=20= > usr/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],=20 > 1.9.6,g' -e 's,[@]configure_input[@],Generated from automake.in; =20 > do not edit by hand.,g' -e 's,[@]datadir[@],/usr/local/share,g' ./=20 > automake.in >automake.tmp > chmod +x automake.tmp > chmod a-w automake.tmp > mv -f automake.tmp automake > rm -f aclocal aclocal.tmp > sed -e 's,[@]APIVERSION[@],1.9,g' -e 's,[@]PACKAGE=20 > [@],automake,g' -e 's,[@]PATH_SEPARATOR[@],:,g' -e 's,[@]PERL[@],/=20= > usr/bin/perl,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],=20 > 1.9.6,g' -e 's,[@]configure_input[@],Generated from aclocal.in; do =20= > not edit by hand.,g' -e 's,[@]datadir[@],/usr/local/share,g' ./=20 > aclocal.in >aclocal.tmp > chmod +x aclocal.tmp > chmod a-w aclocal.tmp > mv -f aclocal.tmp aclocal > Making all in doc > restore=3D: && backupdir=3D".am$$" && am__cwd=3D`pwd` && cd . && rm = -rf =20 > $backupdir && mkdir $backupdir && if (makeinfo --no-split --=20 > version) >/dev/null 2>&1; then for f in ./automake-1.9.info ./=20 > automake-1.9.info-[0-9] ./automake-1.9.info-[0-9][0-9] ./=20 > automake-1.9.i[0-9] ./automake-1.9.i[0-9][0-9]; do if test -f $f; =20 > then mv $f $backupdir; restore=3Dmv; else :; fi; done; else :; fi =20= > && cd "$am__cwd"; if makeinfo --no-split -I . -o ./=20 > automake-1.9.info ./automake-1.9.texi; then rc=3D0; cd .; else =20= > rc=3D$?; cd . && $restore $backupdir/* `echo "././=20 > automake-1.9.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; =20 > exit $rc > ./automake-1.9.texi:9821: Unknown command `headitem'. > makeinfo: Removing output file `./automake-1.9.info' due to errors; =20= > use --force to preserve. > *** Error code 1 > > Stop in /usr/ports/devel/automake19/work/automake-1.9.6/doc. > *** Error code 1 > > Stop in /usr/ports/devel/automake19/work/automake-1.9.6. > *** Error code 1 > > Stop in /usr/ports/devel/automake19. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/=20 > portupgrade.79700.7 env UPGRADE_TOOL=3Dportupgrade =20 > UPGRADE_PORT=3Dautomake-1.9.6_1 UPGRADE_PORT_VER=3D1.9.6_1 make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! devel/automake19 (automake-1.9.6_1) (texinfo error) > ---> Packages processed: 7 done, 0 ignored, 0 skipped and 1 failed I have followed the indication provided in /usr/ports/UPDATING > Extensive reworking of the autotools ports has occurred, putting =20 > them in > the canonical locations, along with a suitable wrapper port to make > developing autotools-using code (as opposed to just building ports) > considerably easier. > > Upgrade path is as follows for portupgrade, substitute the appropriate > commands if you are using portmaster: > > 1. portupgrade -f 'autoconf*' 'automake*' > 2. cd /usr/ports/devel/autotools; make install > 3. portupgrade -a But as the first steps (portupgrade -f) gives the error reported before=85= I don't know what to do=85 Any help will be very apreciated. =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF Gregober ---> PGP ID --> 0x1BA3C2FD bsd @at@ todoo.biz =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF P "Please consider your environmental responsibility before printing =20 this e-mail" From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 09:28: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 4012616A419 for ; Mon, 30 Jul 2007 09:28:06 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 20CBE13C45B for ; Mon, 30 Jul 2007 09:28:06 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6U9S3kt005689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Jul 2007 02:28:03 -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 l6U9S2lr002064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Jul 2007 02:28:03 -0700 Message-ID: <46ADAF22.20802@u.washington.edu> Date: Mon, 30 Jul 2007 02:28:02 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Lars Wittebrood , FreeBSD Questions References: <302F75DC2739FB43B236373398A8C5992A1D@saturnus.intra.socruel.nu> In-Reply-To: <302F75DC2739FB43B236373398A8C5992A1D@saturnus.intra.socruel.nu> 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.30.15633 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: Subject: Re: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port 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 09:28:06 -0000 Lars Wittebrood wrote: > Hello list, > > This issue is solved. I have compiled the /bin/cp binary from source > again and installed it. Still don't know what caused this though. > > Cheers, > Lars. > > -----Original Message----- > From: owner-freebsd-ports@freebsd.org > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of FreeBSD-Ports > Posted At: Monday, July 30, 2007 8:37 AM > Posted To: FreeBSD-Ports > Conversation: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced > fromCOPY relocation in /bin/cp when installing sudo port > Subject: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced > fromCOPY relocation in /bin/cp when installing sudo port > > > Hello list, > > Anybody seen the message below and knows what it means? Couldn't find > anything on Goolge. It's a 6.1-RELEASE-p10 system. > > root@server sudo # make > ===> WARNING: Vulnerability database out of date, checking anyway ===> > Found saved configuration for sudo-1.6.9.1 ===> Extracting for > sudo-1.6.9.1 => MD5 Checksum OK for sudo-1.6.9p1.tar.gz. > => SHA256 Checksum OK for sudo-1.6.9p1.tar.gz. > ===> Patching for sudo-1.6.9.1 > ===> Configuring for sudo-1.6.9.1 > /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY > relocation in /bin/cp > *** Error code 1 > > Stop in /usr/ports/security/sudo. > *** Error code 1 > > Stop in /usr/ports/security/sudo. > > > With regards, > Lars. > ABI changes if you recompiled some sources (and not others) can cause this. Always rebuild everything if you changed any important parts (libc, compiler versions, dependant libs, etc). -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 09:29: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 2790E16A418 for ; Mon, 30 Jul 2007 09:29:48 +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 086A813C468 for ; Mon, 30 Jul 2007 09:29:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6U9TlXi032016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Jul 2007 02:29: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 l6U9Tkqc002098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Jul 2007 02:29:47 -0700 Message-ID: <46ADAF8A.8040406@u.washington.edu> Date: Mon, 30 Jul 2007 02:29:46 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Lars Wittebrood , FreeBSD Questions References: <302F75DC2739FB43B236373398A8C5992A1D@saturnus.intra.socruel.nu> <46ADAF22.20802@u.washington.edu> In-Reply-To: <46ADAF22.20802@u.washington.edu> 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.30.15633 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: Subject: Re: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocation in /bin/cp when installing sudo port 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 09:29:48 -0000 Garrett Cooper wrote: > Lars Wittebrood wrote: >> Hello list, >> >> This issue is solved. I have compiled the /bin/cp binary from source >> again and installed it. Still don't know what caused this though. >> >> Cheers, >> Lars. >> >> -----Original Message----- >> From: owner-freebsd-ports@freebsd.org >> [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of FreeBSD-Ports >> Posted At: Monday, July 30, 2007 8:37 AM >> Posted To: FreeBSD-Ports >> Conversation: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced >> fromCOPY relocation in /bin/cp when installing sudo port >> Subject: /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced >> fromCOPY relocation in /bin/cp when installing sudo port >> >> >> Hello list, >> >> Anybody seen the message below and knows what it means? Couldn't find >> anything on Goolge. It's a 6.1-RELEASE-p10 system. >> >> root@server sudo # make >> ===> WARNING: Vulnerability database out of date, checking anyway ===> >> Found saved configuration for sudo-1.6.9.1 ===> Extracting for >> sudo-1.6.9.1 => MD5 Checksum OK for sudo-1.6.9p1.tar.gz. >> => SHA256 Checksum OK for sudo-1.6.9p1.tar.gz. >> ===> Patching for sudo-1.6.9.1 >> ===> Configuring for sudo-1.6.9.1 >> /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced from COPY >> relocation in /bin/cp >> *** Error code 1 >> >> Stop in /usr/ports/security/sudo. >> *** Error code 1 >> >> Stop in /usr/ports/security/sudo. >> >> >> With regards, >> Lars. >> > > ABI changes if you recompiled some sources (and not others) can > cause this. > Always rebuild everything if you changed any important parts (libc, > compiler versions, dependant libs, etc). > -Garrett Err... I meant to email ports@.. -Garrett From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 11:13:42 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 2B19C16A4C1 for ; Mon, 30 Jul 2007 11:13:42 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id D6E1C13C4F6 for ; Mon, 30 Jul 2007 11:13:39 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ug-out-1314.google.com with SMTP id o4so1197006uge for ; Mon, 30 Jul 2007 04:13:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=hi2tM0TOXnyEGjkE4jxmRhaoM/Lzpmdm7SFUklEImR+KvLhTFlT5YwMz0/0pYtgGpNdoeKZObOD/r2A0G/MFvZZ37sjs65S/6H6isgn3xMrMnFH1Gq/zisOOlaTJcjxtm3Ne84keqrLBykTPRxtaTXyodUNBBaqouXgrOsAP4ME= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=rOQgzHQ0fKKQYFk+sM/ZSHPcXJIFdlgMclcYQEpi0Q76fmAtBHcgttUxstivbwWassaO6jgwgLsLSp5Mk0pRYLcYt8MxTJUeyK+TYs9B+ZnStBN3Ak+1PkbYGLB24D+ympZTvqztridoyoWg7QUjbUdrH5KYLQ+zIFa570ZSwuE= Received: by 10.86.54.3 with SMTP id c3mr3839766fga.1185794017172; Mon, 30 Jul 2007 04:13:37 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id k9sm12350041nfh.2007.07.30.04.13.35 (version=SSLv3 cipher=RC4-MD5); Mon, 30 Jul 2007 04:13:36 -0700 (PDT) From: Tom Evans To: Ian Lord In-Reply-To: <050b01c7ce16$960a0570$6400a8c0@msdi.local> References: <050b01c7ce16$960a0570$6400a8c0@msdi.local> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-42E5JTuc+Sao1qckpi9r" Date: Mon, 30 Jul 2007 12:13:34 +0100 Message-Id: <1185794014.1444.7.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: freebsd-questions@freebsd.org Subject: Re: Root access loggin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 11:13:42 -0000 --=-42E5JTuc+Sao1qckpi9r Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2007-07-24 at 13:18 -0400, Ian Lord wrote: > Hi, >=20 > =20 >=20 > A Zend technician asked me to have a root access on one of my box to > troubleshoot something wrong in Zend Platform installation that doesn't w= ork > on Freebsd. >=20 > =20 >=20 > He will need root access naturally to install and debug remotely. >=20 > =20 >=20 > Is there a way to log all the commands he will type and send them in a > logfile ? >=20 > =20 >=20 > Or is there a better solution than granting him root access from ssh ? >=20 > =20 >=20 > Thanks >=20 > =20 sudosh (sudo shell) is an idea here. It gives them a root shell they can do anything in, but everything is logged. It can even play back the logs at any speed up you like (I like to watch.) This seems great in principle, but of course, you just gave them a root shell, and so they can delete their log file easily enough... --=-42E5JTuc+Sao1qckpi9r Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGrcfblcRvFfyds/cRAm45AKCx2IeuGyFgZQWcg7kBP8mx/PFrQACgiJe4 1KBWKg9z+kzlHbId56/vF4k= =q/D9 -----END PGP SIGNATURE----- --=-42E5JTuc+Sao1qckpi9r-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 11:38:55 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 8A4C016A418 for ; Mon, 30 Jul 2007 11:38:55 +0000 (UTC) (envelope-from md_ghalib@yahoo.com) Received: from web43140.mail.sp1.yahoo.com (web43140.mail.sp1.yahoo.com [216.252.121.70]) by mx1.freebsd.org (Postfix) with SMTP id 76A0913C442 for ; Mon, 30 Jul 2007 11:38:55 +0000 (UTC) (envelope-from md_ghalib@yahoo.com) Received: (qmail 69634 invoked by uid 60001); 30 Jul 2007 11:12:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=n38XVcnnEp1ceVL94ssjICjUjOEkcH4An9HtIDC2N93dS8p64CiKI7kRLrro8HtZIlx718VeeilZITQra4NU2K0bgfS1qsR2/kyXhekFmVv4a+WyI3SdNOBwecsXOsPqEyQt7L2nQPZQyQnfQscS78K+nw33+aQJ2BVstz1miXw=; X-YMail-OSG: enpG_W4VM1m7kGHUUFc.dIgIm2V1GsAsTDN3UlLgfvpst6M.hXFDVCl39UxM9R2r_DAsg26z68xbZEieg3k- Received: from [80.255.47.130] by web43140.mail.sp1.yahoo.com via HTTP; Mon, 30 Jul 2007 04:12:15 PDT X-Mailer: YahooMailRC/651.41 YahooMailWebService/0.7.119 Date: Mon, 30 Jul 2007 04:12:15 -0700 (PDT) From: Mohd Ghalib Akhtar To: Garrett Cooper , Lars Wittebrood , FreeBSD Questions MIME-Version: 1.0 Message-ID: <724904.68549.qm@web43140.mail.sp1.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ldap install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 11:38:55 -0000 hi ,=0Ahow to configure ldap=0A =0ATake care=0AMohd.Ghalib Akhtar=0A(India.= M)9899868681=0A(Africa.M) +255787896861 =0A=0A=0A=0A=0A=0A=0A=0A=0A=0A=0A--= --- Original Message ----=0AFrom: Garrett Cooper =0ATo: Lars Wittebrood ; FreeBSD Questions =0ASent: Monday, July 30, 2007 12:28:02 PM=0ASubject: Re: = /libexec/ld-elf.so.1: Undefined symbol "optifd" referenced fromCOPY relocat= ion in /bin/cp when installing sudo port SOLVED=0A=0A=0ALars Wittebrood wro= te:=0A> Hello list,=0A>=0A> This issue is solved. I have compiled the /bin/= cp binary from source=0A> again and installed it. Still don't know what cau= sed this though.=0A>=0A> Cheers,=0A> Lars.=0A>=0A> -----Original Message---= --=0A> From: owner-freebsd-ports@freebsd.org=0A> [mailto:owner-freebsd-port= s@freebsd.org] On Behalf Of FreeBSD-Ports=0A> Posted At: Monday, July 30, 2= 007 8:37 AM=0A> Posted To: FreeBSD-Ports=0A> Conversation: /libexec/ld-elf.= so.1: Undefined symbol "optifd" referenced=0A> fromCOPY relocation in /bin/= cp when installing sudo port=0A> Subject: /libexec/ld-elf.so.1: Undefined s= ymbol "optifd" referenced=0A> fromCOPY relocation in /bin/cp when installin= g sudo port=0A>=0A>=0A> Hello list,=0A>=0A> Anybody seen the message below = and knows what it means? Couldn't find=0A> anything on Goolge. It's a 6.1-R= ELEASE-p10 system.=0A>=0A> root@server sudo # make=0A> =3D=3D=3D> WARNING:= Vulnerability database out of date, checking anyway =3D=3D=3D>=0A> Found s= aved configuration for sudo-1.6.9.1 =3D=3D=3D> Extracting for=0A> sudo-1.6= .9.1 =3D> MD5 Checksum OK for sudo-1.6.9p1.tar.gz.=0A> =3D> SHA256 Checksum= OK for sudo-1.6.9p1.tar.gz.=0A> =3D=3D=3D> Patching for sudo-1.6.9.1=0A> = =3D=3D=3D> Configuring for sudo-1.6.9.1=0A> /libexec/ld-elf.so.1: Undefine= d symbol "optifd" referenced from COPY=0A> relocation in /bin/cp=0A> *** Er= ror code 1=0A>=0A> Stop in /usr/ports/security/sudo.=0A> *** Error code 1= =0A>=0A> Stop in /usr/ports/security/sudo.=0A>=0A>=0A> With regards,=0A> La= rs.=0A> =0A=0A ABI changes if you recompiled some sources (and not oth= ers) can =0Acause this.=0A Always rebuild everything if you changed any = important parts (libc, =0Acompiler versions, dependant libs, etc).=0A-Garre= tt=0A_______________________________________________=0Afreebsd-questions@fr= eebsd.org mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-= questions=0ATo unsubscribe, send any mail to "freebsd-questions-unsubscribe= @freebsd.org"=0A=0A=0A =0A___________________________________________= _________________________________________=0ATake the Internet to Go: Yahoo!= Go puts the Internet in your pocket: mail, news, photos & more. =0Ahttp://m= obile.yahoo.com/go?refer=3D1GNXIC From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 12:14:38 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 14EB716A469 for ; Mon, 30 Jul 2007 12:14:38 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id C785313C45A for ; Mon, 30 Jul 2007 12:14:35 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 14:14:25 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Mon, 30 Jul 2007 14:14:25 +0200 From: Zbigniew Szalbot Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 12:14:38 -0000 Hello, I am using named version 9.3.3 which comes with FreeBSD system (i.e. was not installed from ports). I know that in order to upgrade bind, I should cvsup sources and then go through the entire procudure of updating the system, installing kernel, etc. However, I tend not to use cvsup any more but I usually go for freebsd-update tool. My question is: should I wait till freebsd-update tool includes an update of bind to 9.3.4 or should I update the system from sources? I can wait but I am just not sure what is the preferred method given that I use freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2 Thank you in advance! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 12:34: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 252EB16A41A for ; Mon, 30 Jul 2007 12:34:18 +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 AE12913C465 for ; Mon, 30 Jul 2007 12:34:17 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so1207730uge for ; Mon, 30 Jul 2007 05:34:16 -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=F96pzIT18Y5I9Ptd5hkUuBCGSncT4S5X/igejzRx7qHP6QsX/KmqrzC7EvEuCDrqlJRGawiBonX/EZp5hPvBBH8+xqh1ru+G91h4oghwhpPsSsSdYCY0c7Qg0qcBoPaYurpmXzvvw0DbzYGs1RT/5RXtwtMznO7Znats1iiLgbc= 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=fLLBXK/QPJ/sB5A876lIHoZXrk7Hs6/AGLaD4L8E01PDgOcV4xw0534IfPjvlCq7uHUSzBbDstMH5A9ua6I/xbYiWYpG49YmxLVppw9JhttvOvuHZA2oNr3iUMDavaokDcIbTC1MjYNHZ4L1AfVdMv9wHYVrm32lkQd0mZnD1xk= Received: by 10.67.19.13 with SMTP id w13mr5208135ugi.1185798856073; Mon, 30 Jul 2007 05:34:16 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 32sm2760878nfu.2007.07.30.05.34.13 (version=SSLv3 cipher=RC4-MD5); Mon, 30 Jul 2007 05:34:14 -0700 (PDT) Message-ID: <46ADDAC2.3010404@crackmonkey.us> Date: Mon, 30 Jul 2007 13:34:10 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Tom Evans References: <050b01c7ce16$960a0570$6400a8c0@msdi.local> <1185794014.1444.7.camel@localhost> In-Reply-To: <1185794014.1444.7.camel@localhost> Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org, Ian Lord Subject: Re: Root access loggin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 12:34:18 -0000 Tom Evans wrote: > This seems great in principle, but of course, you just gave them a root > shell, and so they can delete their log file easily enough... You could have cron email it to you every 5 minutes. Unlikely he'd check the crontab immediately, unless he was really bent on the system's destruction. Likely you'd have at least some evidence of his behaviour. Of course your email box would fill up quickly. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 13:11: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 C0EDA16A418 for ; Mon, 30 Jul 2007 13:11:10 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 7E58213C45D for ; Mon, 30 Jul 2007 13:11:09 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2969518pye for ; Mon, 30 Jul 2007 06:11:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=a1Ip4tnajiRgML+xbD66C80pzGYXG9l9jlAY4nzdUEHc8gAoOHhaslsc34wFSkarT+gB9j90uVRy/zSEU4cNpfUbTnu1daDSKJvy76W9nyyQ02TcLObUrKmtPgNBiAKcaHt8qhrbM6vJ3eqSUYYRyYmkOqH2kJq4foxzN/VE7c4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=PZbjdcOBIC48LTe5+TrYp7nvimPsjcMPXaxPHVsHoc0c6UU+z4JPuo0s473Mmyw4yZk+qkbqZFM939hVzenWAj1gpKTZ+L+X5H7m4h88aWTpj7049dSQLBUuEa/7Tmusdg+/3G/7rvnvP8LVDX+M2SVQU75sHvQub3DzcLE0tj8= Received: by 10.35.68.16 with SMTP id v16mr9568785pyk.1185801069114; Mon, 30 Jul 2007 06:11:09 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id a70sm4368607pye.2007.07.30.06.11.08 (version=SSLv3 cipher=OTHER); Mon, 30 Jul 2007 06:11:08 -0700 (PDT) In-Reply-To: <46ADDAC2.3010404@crackmonkey.us> References: <050b01c7ce16$960a0570$6400a8c0@msdi.local> <1185794014.1444.7.camel@localhost> <46ADDAC2.3010404@crackmonkey.us> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 30 Jul 2007 08:11:06 -0500 To: Adam J Richardson X-Mailer: Apple Mail (2.752.3) Cc: Tom Evans , freebsd-questions@freebsd.org, Ian Lord Subject: Re: Root access loggin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 13:11:10 -0000 On Jul 30, 2007, at 7:34 AMJul 30, 2007, Adam J Richardson wrote: > Tom Evans wrote: >> This seems great in principle, but of course, you just gave them a >> root >> shell, and so they can delete their log file easily enough... > > You could have cron email it to you every 5 minutes. Unlikely he'd > check the crontab immediately, unless he was really bent on the > system's destruction. Likely you'd have at least some evidence of > his behaviour. Of course your email box would fill up quickly. > > Adam J Richardson > Tom, If you're really all that worried about this, don't give them root access. You could simply sit at the console with them while they work. IIRC, they're a contractor, not an employee. Your presence during such operations wouldn't be abnormal for a contractor. HTH Eric Crist From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 13:21: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 45CC616A41A for ; Mon, 30 Jul 2007 13:21:02 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 0C59113C4DE for ; Mon, 30 Jul 2007 13:21:02 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out2.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1IFVBE-0008Vf-Ln for ; Mon, 30 Jul 2007 15:21:00 +0200 Received: (qmail 94891 invoked from network); 30 Jul 2007 13:20:50 -0000 Received: from localhost (HELO guido.klop.ws) (127.0.0.1) by localhost with SMTP; 30 Jul 2007 13:20:50 -0000 Date: Mon, 30 Jul 2007 15:20:49 +0200 To: "Eric Crist" , "Adam J Richardson" From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <050b01c7ce16$960a0570$6400a8c0@msdi.local> <1185794014.1444.7.camel@localhost> <46ADDAC2.3010404@crackmonkey.us> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.22 (FreeBSD) Cc: Tom Evans , freebsd-questions@freebsd.org, Ian Lord Subject: Re: Root access loggin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 13:21:02 -0000 On Mon, 30 Jul 2007 15:11:06 +0200, Eric Crist wrote: > On Jul 30, 2007, at 7:34 AMJul 30, 2007, Adam J Richardson wrote: > >> Tom Evans wrote: >>> This seems great in principle, but of course, you just gave them a root >>> shell, and so they can delete their log file easily enough... >> >> You could have cron email it to you every 5 minutes. Unlikely he'd >> check the crontab immediately, unless he was really bent on the >> system's destruction. Likely you'd have at least some evidence of his >> behaviour. Of course your email box would fill up quickly. >> >> Adam J Richardson >> > > Tom, > > If you're really all that worried about this, don't give them root > access. You could simply sit at the console with them while they work. > IIRC, they're a contractor, not an employee. Your presence during such > operations wouldn't be abnormal for a contractor. I don't have the original post of this, so I don't know the details, but this sounds like a good project for remote audit logging. Or is that only in FreeBSD 7? Or use accounting: accton(8). Is it possible to setup an accounting file as an named pipe, to log to a remote host? Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 13:40: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 AE46116A41B for ; Mon, 30 Jul 2007 13:40:30 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 931BB13C469 for ; Mon, 30 Jul 2007 13:40:30 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (gw.tulsatech.org [70.168.226.134]) by a.cs.okstate.edu (Postfix) with ESMTP id 25C64A069B; Mon, 30 Jul 2007 08:40:29 -0500 (CDT) Message-ID: <46ADEA49.4010609@cs.okstate.edu> Date: Mon, 30 Jul 2007 08:40:25 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Patrick Dung References: <783850.98118.qm@web54303.mail.re2.yahoo.com> In-Reply-To: <783850.98118.qm@web54303.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions 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: Mon, 30 Jul 2007 13:40:30 -0000 Written by Patrick Dung on 07/28/07 10:52>> > Thanks for reply. > > Yes, your method works. > But I wonder why /var/named/etc/named/master directory permission > always reset to root at starting the daemon. > > Regards > Patrick > > --- Reid Linnemann wrote: > >> Written by Patrick Dung on 07/27/07 08:19>> >>> 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), >>> the default chroot directory /var/named/etc/named permission will >> be >>> reset to own by root. So the named daemon (run as user 'bind') >> cannot >>> create the journal file and complain: >>> >>> Jul 27 21:06:54 fbsd62 named[2862]: general: localdomain.db.jnl: >>> create: permission denied >>> >>> One temp fix is to use chroot and run as root, any suggestions? >>> >>> Regards >>> Patrick >>> >>> >> When I did ddns, I had my dynamic zone files in a subdirectory off of >> >> the named chroot- i.e. /var/named/etc/namedb/dynamic - and chowned it >> to >> bind, allowing the bind user to read/write anything inside. >> I forgot to CC: questions@ on my original reply This is because /etc/rc.d/named auto-updates the chroot to an expected state defined by the mtree at /etc/mtree/BIND.chroot.dist P.S. Please do not top post, so the conversation order progresses from oldest to newest. -Reid From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 13:44:16 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 0B27516A419 for ; Mon, 30 Jul 2007 13:44:16 +0000 (UTC) (envelope-from tevans.uk@googlemail.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 8836713C478 for ; Mon, 30 Jul 2007 13:44:15 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by mu-out-0910.google.com with SMTP id w9so1676232mue for ; Mon, 30 Jul 2007 06:44:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=Xi0MbPdNp/4eKC92tT1OT0SirsaSxYN4G7E6As9oR37aoGz44Agwwa4EaA2vkkUtztooz3xyHOBcZVMBgtv9ibA8kkVO1loOmCKDpiMI3omOlyiDGUR8P6PMnB0B8y4EnoAhG5xwUkVymagN2wREN5OUBAqJU0uBa5NxPNu+b5Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=bI7k8ymLCw7ewPKc87TGTPuJqp3cuQWS0YIQPT+l4eStKHT3KHB5UbUSZHV9x3G3BFGW6tGjC3PGaN+8LPyq0AegaMICfabcfRtbUKj3Y8fKLqiNm+dDc80F617DF2q8OkfmZ+5zcz4KmkezGSOeA391Ek9X7bmQi2aVAUtHR8w= Received: by 10.82.174.20 with SMTP id w20mr4224028bue.1185803053695; Mon, 30 Jul 2007 06:44:13 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id f7sm13004488nfh.2007.07.30.06.44.12 (version=SSLv3 cipher=RC4-MD5); Mon, 30 Jul 2007 06:44:13 -0700 (PDT) From: Tom Evans To: Eric Crist In-Reply-To: References: <050b01c7ce16$960a0570$6400a8c0@msdi.local> <1185794014.1444.7.camel@localhost> <46ADDAC2.3010404@crackmonkey.us> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jGP7XhEpLjBud38gAy5o" Date: Mon, 30 Jul 2007 14:44:11 +0100 Message-Id: <1185803051.1444.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: Ian Lord , freebsd-questions@freebsd.org, Adam J Richardson Subject: Re: Root access loggin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 13:44:16 -0000 --=-jGP7XhEpLjBud38gAy5o Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2007-07-30 at 08:11 -0500, Eric Crist wrote: > On Jul 30, 2007, at 7:34 AMJul 30, 2007, Adam J Richardson wrote: >=20 > > Tom Evans wrote: > >> This seems great in principle, but of course, you just gave them a =20 > >> root > >> shell, and so they can delete their log file easily enough... > > > > You could have cron email it to you every 5 minutes. Unlikely he'd =20 > > check the crontab immediately, unless he was really bent on the =20 > > system's destruction. Likely you'd have at least some evidence of =20 > > his behaviour. Of course your email box would fill up quickly. > > > > Adam J Richardson > > >=20 > Tom, >=20 > If you're really all that worried about this, don't give them root =20 > access. You could simply sit at the console with them while they =20 > work. IIRC, they're a contractor, not an employee. Your presence =20 > during such operations wouldn't be abnormal for a contractor. >=20 > HTH >=20 > Eric Crist I'm not at all worried; the OP was. I was merely pointing out that most auditing solutions have issues that can be worked around by a malicious user; sometimes you just have to trust someone. --=-jGP7XhEpLjBud38gAy5o Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGresmlcRvFfyds/cRApGXAJ9yvq4LOSZObcgI1swguzDv9E8wHwCfTjbg 9q8k0ODen6o97QutjsDwKBk= =VaXi -----END PGP SIGNATURE----- --=-jGP7XhEpLjBud38gAy5o-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 13:53: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 CC07A16A417 for ; Mon, 30 Jul 2007 13:53:30 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 956C813C468 for ; Mon, 30 Jul 2007 13:53:30 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (gw.tulsatech.org [70.168.226.134]) by a.cs.okstate.edu (Postfix) with ESMTP id 57ED5A0634; Mon, 30 Jul 2007 08:53:29 -0500 (CDT) Message-ID: <46ADED58.9080605@cs.okstate.edu> Date: Mon, 30 Jul 2007 08:53:28 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Rolf G Nielsen References: <46AA53CA.3090309@lazlarlyricon.com> <46AA5A62.1090309@cs.okstate.edu> <46AA5BB2.2010406@cs.okstate.edu> <46AA659F.7040801@lazlarlyricon.com> In-Reply-To: <46AA659F.7040801@lazlarlyricon.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ELI passphrase on boot with USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 13:53:30 -0000 Written by Rolf G Nielsen on 07/27/07 16:37>> > Reid Linnemann wrote: >> Written by Reid Linnemann on 07/27/07 15:49>> >>> Written by Rolf G Nielsen on 07/27/07 15:21>> >>>> Hi, >>>> >>>> I recently purchased a new USB keyboard, since my old PS/2 one has >>>> seen its best days. This has caused me annoying problems with my ELI >>>> disks, though. >>>> >>>> I have four SATA harddrives, all of which are encrypted using ELI >>>> encryption. I've encrypted the raw disks, ad0, ad1, ad2 and ad3. The >>>> resulting devices ad0.eli, ad1.eli, ad2.eli and ad3.eli, I've >>>> concatenated into a large device, cc0, on which I have several >>>> partitions. To get this working, I of course need to boot from a >>>> separate device, and for that I use an SD card, which holds a boot >>>> directory. With my old PS/2 keyboard, this worked like a charm, but >>>> it seems to me, the ukbd driver isnt activated until after the ELI >>>> encryption, which means I'm unable to enter the passphrases for the >>>> disks, thus I can't get the computer passed the first passphrase >>>> prompt. >>>> >>>> Currently I have both the old keyboard and the new USB one >>>> connected. I use the PS/2 one to enter the passphrases, then I put >>>> it on the floor under my desk and use the USB keyboard. As you may >>>> very well understand, this is quite annoying. Is there a way to get >>>> the USB keyboard to work at the point where I enter the passphrases? >>>> >>>> I've tried to change the keys for the disks to not use a passphrase, >>>> but only keyfiles and load them from loader.conf, just as described >>>> in the GELI man page (yes I did set the -P option), but that simply >>>> will not work (and to be honest, it's not a solution I'd favour); if >>>> I set the -b option (ask for passphrase on boot), it still asks for >>>> the passphrase, though there is none, and if I set the -B option >>>> (don't ask for passphrase on boot), the computer ends up at the >>>> "mountroot>" prompt. >>>> >>>> I'd appreciate any help. >>>> >>>> Sincerly, >>>> >>>> Rolf Nielsen >>>> >>> >>> Try setting hints.atkbd0.disabled to 1 in the loader, or in the >>> device.hints file. Your usb keyboard may work in early stages with >>> that device hint. >> >> Erm, set the hint in the loader _first_, and then only put it in >> device.hints if it works! >> _______________________________________________ >> 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" >> >> >> > Moreover, the usb keyboard works upto and including the boot menu (I > guess the hardware is strictly under BIOS control then, and the kernel > doesnt really know if the keboard is usb or ps/2). Then, as soon as the > kernel starts probing devices, it stops working. It comes back when > daemons have been started. Does usbd have to be running for a usb > keyboard to work? If so, could it be worked around? > > That I don't know. It seems to me that the USB keyboard operates in one of two modes - through the bios or through a device driver. When the system is yet to come up, the PC BIOS is able to talk with the USB keyboard, else you wouldn't be able to type commands in the loader. At some point, I guess the OS aborts talking to the USB keyboard through the BIOS until a driver is loaded. However, I'm not a kernel hacker, so this is only a guess and someone more knowledgeable should respond to the thread at this point. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 14:49:32 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 BB55E16A418 for ; Mon, 30 Jul 2007 14:49:32 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 892F813C428 for ; Mon, 30 Jul 2007 14:49:32 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l6UEnU2r062088; Mon, 30 Jul 2007 10:49:31 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Mon, 30 Jul 2007 10:48:58 -0400 User-Agent: KMail/1.9.7 References: In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707301048.59092.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Ross Penner 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 14:49:32 -0000 On Sunday 29 July 2007 09:42:01 pm 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. Obviously take good backups before you try anything. I recently downgraded one of my machines using sysinstall's binary "upgrade" feature. Goes something like this: Download the .iso image for the relase or snapshot you'd like to downgrade to. (Skip if you already have a CD.) Use mdconfig to create a device entry for your .iso image. (Skip if you already have a CD.) Mount the cd image to /cdrom or /mnt. (Skip if you already have a CD.) Run /usr/sbin/sysinstall (from your running system, don't boot from a CD). Go to the options screen and set the Release name to match the .iso image or CD you're using. e.g. 6.2-RELEASE or 6.2-STABLE-200706. Go back to the main menu and choose the "Upgrade" option. Follow the prompts. If you're using a CD then use the CD media option. If you're using a .iso image use the local directory option and give it the directory where you mounted the image. Be sure to install the src distribution. Check that the sources in /usr/src match what just got installed and then run mergemaster to fix up /etc. Reboot. These instructions come with no warranty, your mileage may vary, not responsible for items left in vehicle or data loss, etc etc. Good luck though. :) JN From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 14:56: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 A7BAE16A417 for ; Mon, 30 Jul 2007 14:56:35 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 641B913C478 for ; Mon, 30 Jul 2007 14:56:35 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from trapper.homedns.org (213.114.40.248) by proxy1.bredband.net (7.3.127) id 46A848D60011CB90; Mon, 30 Jul 2007 16:56:33 +0200 Received: from trapper.homedns.org (localhost [127.0.0.1]) by trapper.homedns.org (8.13.8/8.13.8) with ESMTP id l6UEuX3V001169; Mon, 30 Jul 2007 16:56:33 +0200 (CEST) (envelope-from lazlar@lazlarlyricon.com) Message-ID: <46ADFC20.5050805@lazlarlyricon.com> Date: Mon, 30 Jul 2007 16:56:32 +0200 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.5 (X11/20070716) MIME-Version: 1.0 To: Reid Linnemann References: <46AA53CA.3090309@lazlarlyricon.com> <46AA5A62.1090309@cs.okstate.edu> <46AA5BB2.2010406@cs.okstate.edu> <46AA659F.7040801@lazlarlyricon.com> <46ADED58.9080605@cs.okstate.edu> In-Reply-To: <46ADED58.9080605@cs.okstate.edu> Content-Type: multipart/mixed; boundary="------------040800020205050205090203" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ELI passphrase on boot with USB keyboard X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 14:56:35 -0000 This is a multi-part message in MIME format. --------------040800020205050205090203 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Reid Linnemann wrote: > Written by Rolf G Nielsen on 07/27/07 16:37>> >> Reid Linnemann wrote: >>> Written by Reid Linnemann on 07/27/07 15:49>> >>>> Written by Rolf G Nielsen on 07/27/07 15:21>> >>>>> Hi, >>>>> >>>>> I recently purchased a new USB keyboard, since my old PS/2 one has = >>>>> seen its best days. This has caused me annoying problems with my=20 >>>>> ELI disks, though. >>>>> >>>>> I have four SATA harddrives, all of which are encrypted using ELI=20 >>>>> encryption. I've encrypted the raw disks, ad0, ad1, ad2 and ad3.=20 >>>>> The resulting devices ad0.eli, ad1.eli, ad2.eli and ad3.eli, I've=20 >>>>> concatenated into a large device, cc0, on which I have several=20 >>>>> partitions. To get this working, I of course need to boot from a=20 >>>>> separate device, and for that I use an SD card, which holds a boot = >>>>> directory. With my old PS/2 keyboard, this worked like a charm, but= =20 >>>>> it seems to me, the ukbd driver isnt activated until after the ELI = >>>>> encryption, which means I'm unable to enter the passphrases for the= =20 >>>>> disks, thus I can't get the computer passed the first passphrase=20 >>>>> prompt. >>>>> >>>>> Currently I have both the old keyboard and the new USB one=20 >>>>> connected. I use the PS/2 one to enter the passphrases, then I put = >>>>> it on the floor under my desk and use the USB keyboard. As you may = >>>>> very well understand, this is quite annoying. Is there a way to get= =20 >>>>> the USB keyboard to work at the point where I enter the passphrases= ? >>>>> >>>>> I've tried to change the keys for the disks to not use a=20 >>>>> passphrase, but only keyfiles and load them from loader.conf, just = >>>>> as described in the GELI man page (yes I did set the -P option),=20 >>>>> but that simply will not work (and to be honest, it's not a=20 >>>>> solution I'd favour); if I set the -b option (ask for passphrase on= =20 >>>>> boot), it still asks for the passphrase, though there is none, and = >>>>> if I set the -B option (don't ask for passphrase on boot), the=20 >>>>> computer ends up at the "mountroot>" prompt. >>>>> >>>>> I'd appreciate any help. >>>>> >>>>> Sincerly, >>>>> >>>>> Rolf Nielsen >>>>> >>>> >>>> Try setting hints.atkbd0.disabled to 1 in the loader, or in the=20 >>>> device.hints file. Your usb keyboard may work in early stages with=20 >>>> that device hint. >>> >>> Erm, set the hint in the loader _first_, and then only put it in=20 >>> device.hints if it works! >>> _______________________________________________ >>> freebsd-questions@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>> To unsubscribe, send any mail to=20 >>> "freebsd-questions-unsubscribe@freebsd.org" >>> >>> >>> >> Moreover, the usb keyboard works upto and including the boot menu (I=20 >> guess the hardware is strictly under BIOS control then, and the kernel= =20 >> doesnt really know if the keboard is usb or ps/2). Then, as soon as=20 >> the kernel starts probing devices, it stops working. It comes back=20 >> when daemons have been started. Does usbd have to be running for a usb= =20 >> keyboard to work? If so, could it be worked around? >> >> >=20 > That I don't know. It seems to me that the USB keyboard operates in one= =20 > of two modes - through the bios or through a device driver. When the=20 > system is yet to come up, the PC BIOS is able to talk with the USB=20 > keyboard, else you wouldn't be able to type commands in the loader. At = > some point, I guess the OS aborts talking to the USB keyboard through=20 > the BIOS until a driver is loaded. However, I'm not a kernel hacker, so= =20 > this is only a guess and someone more knowledgeable should respond to=20 > the thread at this point. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 >=20 >=20 Reid: No problem. Thanks a lot for your time anyway. :) Anyone: I read in the ukbd man page, the the USB keyboard will be detected after = the console driver initializes itself. However, I also noted a macro=20 named UPROTO_BOOT_KEYBOARD in the the /usr/src/sys/dev/usb/ukbd.c file.=20 I'm not a kernel hacker either, and my C skills date back to the late=20 90's, when I created various simple apps for Windoze, so I can't really=20 see what the macro does (it's obviously a flag of some kind; it's=20 defined as 1). Though its name suggests to me, that it might be possible = to make it work when the ELI passphrase is supposed to be entered. If=20 its not possible ( in that case, I hope it will be made possible in a=20 near future release), I'd be willing, as a fallback, to accept a no=20 passphrase solution, but as I also mentioned in my original post, I=20 can't make that work. I did exactly what the geli man page says (I=20 substituted the device names of course). Is the man page complete?=20 Should there be some flags set, that tells the kernel not to ask for a=20 passphrase, and only use the loaded keyfiles? I have ELI support=20 compiled into the kernel, but I've also tried it with the geom_eli KLD,=20 with the exact same result. --=20 V=C3=A4nligen / Sincerly, Rolf Nielsen --------------040800020205050205090203-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 15:31:17 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 759AF16A419 for ; Mon, 30 Jul 2007 15:31:17 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id D03F513C468 for ; Mon, 30 Jul 2007 15:31:16 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id l6UEw5ZH027127; Mon, 30 Jul 2007 10:58:06 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id l6UEw0Wu027126; Mon, 30 Jul 2007 10:58:00 -0400 (EDT) (envelope-from bv) Date: Mon, 30 Jul 2007 10:58:00 -0400 From: Bill Vermillion To: Ross Penner Message-ID: <20070730145800.GF26241@wjv.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on bilver.wjv.com Cc: User questions Subject: Re: Downgrading from current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 15:31:17 -0000 At Sun, Jul 29, 2007 at 19:42 , our malformed and occasionally flatulent friend Ross Penner spewed forth this fount of brain juice: > 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. One of the good things about the design of FreeBSD >>IF<< you install with separate file-systems, is that the OS fully resides in /, and /usr is for all non-OS default programs. You should be able to change the OS by only installing the / system, and do NOT make a new filesystem on /usr Too many seem to advocate the idea of using the whole disk and not using separate filesystems, and if that is what you have done you have to backup all your /usr and then redo the install. So many who advocate only one filesystem seem to come from the Linux and/or MS world. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 15:32:00 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 B2B3316A419 for ; Mon, 30 Jul 2007 15:32:00 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy04.edpnet.net (lmailproxy04.edpnet.net [212.71.1.197]) by mx1.freebsd.org (Postfix) with ESMTP id 32C9C13C481 for ; Mon, 30 Jul 2007 15:31:59 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (212.71.9.43.adsl.dyn.edpnet.net [212.71.9.43]) by lmailproxy04.edpnet.net (8.13.1/8.13.1) with ESMTP id l6UFiBcL015175 for ; Mon, 30 Jul 2007 17:44:19 +0200 From: beni To: freebsd-questions@freebsd.org Date: Mon, 30 Jul 2007 15:31:48 +0000 User-Agent: KMail/1.9.7 X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707301531.48912.beni@brinckman.info> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lmailproxy04.edpnet.net [212.71.1.197]); Mon, 30 Jul 2007 17:44:19 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on lmailproxy04.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,BAYES_50 autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on lmailproxy04.edpnet.net Subject: Using a Hercules HWGUSB2-54-V2 wifi usb adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 15:32:00 -0000 Hi, System : 6.2-REL p4. I'm trying to use this usb wifi adapter. It is based on a Ralink RT2500 chipset and should thus be useable with the ural-device according to "man ural" (actually it speaks of the Hercules HWGUSB2-54, without the "V2"). The problem is that I only get a detection in dmesg like this : ugen0: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 3 and that I don't get a "ural0" device. All the devices needed according to man ural are in the kernel too. How can I get this wifi adapter working ? Thanks for any hints/pointers. -- Beni. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 16:13: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 0F86B16A417 for ; Mon, 30 Jul 2007 16:13:46 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6BD13C459 for ; Mon, 30 Jul 2007 16:13:45 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6UGDhFT000915; Mon, 30 Jul 2007 18:13:43 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 61A16B8FD; Mon, 30 Jul 2007 18:13:43 +0200 (CEST) Date: Mon, 30 Jul 2007 18:13:43 +0200 From: Roland Smith To: beni Message-ID: <20070730161343.GA13174@slackbox.xs4all.nl> Mail-Followup-To: beni , freebsd-questions@freebsd.org References: <200707301531.48912.beni@brinckman.info> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <200707301531.48912.beni@brinckman.info> 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-questions@freebsd.org Subject: Re: Using a Hercules HWGUSB2-54-V2 wifi usb adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 16:13:46 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 30, 2007 at 03:31:48PM +0000, beni wrote: > Hi, >=20 > System : 6.2-REL p4. >=20 > I'm trying to use this usb wifi adapter. It is based on a Ralink RT2500= =20 > chipset and should thus be useable with the ural-device according to "man= =20 > ural" (actually it speaks of the Hercules HWGUSB2-54, without the "V2"). >=20 > The problem is that I only get a detection in dmesg like this : > ugen0: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 3 > and that I don't get a "ural0" device. >=20 > All the devices needed according to man ural are in the kernel too. >=20 > How can I get this wifi adapter working ? Try adding a macro for the correct device ID to /usr/src/sys/dev/usb/usbdevs. In this file it is listed as GUILLEMOT instead of Hercules, though. You should be able to see the device-id with 'usbdevs -v'. You're looking for the first hexadecimal number (preceded by 0x). The second one is the vendor, and should be 0x06F8. Look for this in /usr/src/sys/dev/usb/usbdevs:=20 product GUILLEMOT HWGUSB254 0xe000 HWGUSB2-54 WLAN Then add product GUILLEMOT HWGUSB254V2 0x???? HWGUSB2-54-V2 WLAN Replace the ???? by the correct device ID. :-) Add it to the usb_devno ural_devs array in /usr/src/sys/dev/usb/if_ural.c, and rebuild your kernel. Look for this in /usr/src/sys/dev/usb/if_ural.c { USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_HWGUSB254 }, Then add { USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_HWGUSB254V2 }, Rebuild and install your kernel, reboot and try again. 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) --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGrg43EnfvsMMhpyURAlqGAKCkqjt1dTKlGIBnhPmaqNbVjwZm7wCePENX 3wlqIEFv5Iro/O+T1kP8vMs= =mKs1 -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 18:26: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 6874D16A419 for ; Mon, 30 Jul 2007 18:26:08 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.freebsd.org (Postfix) with ESMTP id EADF213C481 for ; Mon, 30 Jul 2007 18:26:07 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.141] (helo=anti-virus02-08) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1IFZwU-0002P9-CI for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 19:26:06 +0100 Received: from [82.37.197.203] (helo=atlantis) by asmtp-out6.blueyonder.co.uk with smtp (Exim 4.52) id 1IFZwT-0002ee-Qj for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 19:26:05 +0100 Message-ID: <000a01c7d2d7$0a645e60$0600010a@atlantis> From: "Jasvinder S. Bahra" To: References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <46AD2AA0.7020002@crackmonkey.us> Date: Mon, 30 Jul 2007 19:25:43 +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: Mon, 30 Jul 2007 18:26:08 -0000 Adam, No problem *smiles*. I'm at the same limit myself after all, and I do appreciate you stepping forward with your suggestions. Thanks again, Jazz ----- Original Message ----- From: "Adam J Richardson" To: "Jasvinder S. Bahra" Cc: Sent: Monday, July 30, 2007 1:02 AM Subject: Re: Binding dhclient to a particular network interface > > 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 18:40: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 ED26D16A46B for ; Mon, 30 Jul 2007 18:40:20 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 8108013C48D for ; Mon, 30 Jul 2007 18:40:20 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so235105fka for ; Mon, 30 Jul 2007 11:40: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=araKfKIeUNLwNHxBxi84dgZJnH1p1OHaWfHPmRr3wpi04Hg0AHIIzk2hXTrZrCpUSdtGhezdUAoea2bBrcdWHon20fBhfpNpL7EIXenevKWes51amDWI9qsquQUJsdzIoPE7LEtJtTaqYR2Xkbg5dFX+OuMGnn3XDZ31fsa2qV8= 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=pDwwC4tAXWSY7f3VIzOTcgg5+n67sFZCMOAtZ97TVxMklWc+VI/esrvZ/o5eMW1zjgonPQ3VeiYWtIG2i1is0X2JAIrrCGawlO3l82MdXECJsdB5A/CE+1jwMO+CikaxCQ8MzTwxl4G5ttnFUIWiRzvgUF4DTX+r0/TKd9ge5YQ= Received: by 10.82.112.16 with SMTP id k16mr4745240buc.1185820819041; Mon, 30 Jul 2007 11:40:19 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Mon, 30 Jul 2007 11:40:18 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 13:40:18 -0500 From: "illoai@gmail.com" To: "Rakhesh Sasidharan" In-Reply-To: <20070730100844.M99888@scrat.home.rakhesh.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> <20070730100844.M99888@scrat.home.rakhesh.com> Cc: Terrence Wilson , 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 18:40:21 -0000 On 30/07/07, Rakhesh Sasidharan wrote: > > 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 ... /dev/ad4 is probably his first SATA drive, the integer following "s" is the slice number (partition in the magical windows world) and if greater than 4 indicates an extended slice. -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 18:48:19 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 3503C16A417 for ; Mon, 30 Jul 2007 18:48:19 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.freebsd.org (Postfix) with ESMTP id C8AE613C457 for ; Mon, 30 Jul 2007 18:48:18 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.146] (helo=anti-virus03-09) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1IFaHx-0007qT-WE for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 19:48:18 +0100 Received: from [82.37.197.203] (helo=atlantis) by asmtp-out1.blueyonder.co.uk with smtp (Exim 4.52) id 1IFaHk-0003KO-So for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 19:48:05 +0100 Message-ID: <001901c7d2da$1cc36760$0600010a@atlantis> From: "Jasvinder S. Bahra" To: References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <001101c7d23e$ea6e2200$bf4a6600$@com> Date: Mon, 30 Jul 2007 19:47:42 +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: Mon, 30 Jul 2007 18:48:19 -0000 Terry, I tried adding the interface line to the dhclient configuration file (and then rebooting), but it had no effect. Entering the "sockstat -l4" command showed that local address was still "*:68". I had a look at the man pages for the configuration file, but other than trying again with the word "interface" (as opposed to "Interface"), couldn't think of any other approach. Thanks for the suggestion though, and if you (or indeed, anyone else) has any other ideas, please do share. Regards, Jazz ----- Original Message ----- From: "Terry Sposato" To: "'Jasvinder S. Bahra'" Cc: Sent: Monday, July 30, 2007 1:16 AM Subject: RE: Binding dhclient to a particular network interface > 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 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 18:53: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 A4F9416A418 for ; Mon, 30 Jul 2007 18:53:43 +0000 (UTC) (envelope-from rapopp@eastcentral.edu) Received: from ecmail.eastcentral.edu (ecmail.eastcentral.edu [198.209.216.1]) by mx1.freebsd.org (Postfix) with ESMTP id C820413C459 for ; Mon, 30 Jul 2007 18:53:42 +0000 (UTC) (envelope-from rapopp@eastcentral.edu) Received: from barbados.eastcentral.edu (unknown [10.15.0.132]) by ecmail.eastcentral.edu (Postfix) with ESMTP id 7D02139888 for ; Mon, 30 Jul 2007 13:37:14 -0500 (CDT) From: "Reuben A. Popp" To: freebsd-questions@freebsd.org Date: Mon, 30 Jul 2007 13:37:22 -0500 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707301337.23511.rapopp@eastcentral.edu> Subject: Heimdal/kerberos and DNS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rapopp@eastcentral.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 18:53:43 -0000 Good afternoon everyone, I'm trying to setup a testbed here for a Kerberos server so that XP clients can authenticate. I have been following the handbook for the server configuration and a few other sources for configuring XP as the client. So far I have had good success as I can see the request for a ticket and can login just fine. However, right after logging into the XP client, I see the following in the logfile for Kerberos (/var/heimdal/krb.log): 2007-07-30T12:51:12 Server not found in database: DNS/xxxx.EASTCENTRAL.EDU@EASTCENTRAL.EDU: No such entry in the database Can someone please explain this to me? I can resolve the nameserver just fine, whether through nslookup or by consulting the hosts file. Do I need to add an entry for the nameserver using kadmin as well? Thanks in advance for any pointers. Reuben A. Popp -- Reuben A. Popp Systems Administrator Information Technology Department East Central College 1+ 636 583 5195 x2480 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 19:20: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 A659816A419 for ; Mon, 30 Jul 2007 19:20:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 3F70313C474 for ; Mon, 30 Jul 2007 19:20:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so245274fka for ; Mon, 30 Jul 2007 12:20:36 -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=s++ttngqcaoFnK4EUVcScMLGMnPnUGcDo7l5n0nDGkGV9YJ/8VQMxN37brMnoPAAkmoKacFNDNJJcfG1+/szcifC/X1jG4VOQa7UMmf0OUw+gxTr2CMtkZ8rtac/A4Mxl6MSNAmdJPwAQTAY5VmnOKevt/kMjbMpcarsB6CvmqQ= 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=YJ52nM72ntI/f84llWNA9KkZJplpnsAmuC0Gl212L1ezj2vLYjts0ZM34YhK2+cxZzj3H8A6hRdr8t0MUNAxdflFR7jtV5D3h/ALfuVkIZZMZGDhEbr/ISeYrvecMG70mcq3CZwXHA4Ha9NRMto1aei4HZop4NMb2GYI168hdBE= Received: by 10.82.186.5 with SMTP id j5mr4792329buf.1185823235841; Mon, 30 Jul 2007 12:20:35 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Mon, 30 Jul 2007 12:20:35 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 14:20:35 -0500 From: "illoai@gmail.com" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: sudo and env gotcha (or is it just me?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 19:20:37 -0000 After blithely upgrading everything else, I at- tempted rebuilding jdk15 and, crumbs! my nfs mounted /ports (4.7G) filled up and the build barfed although I have WRKDIRPREFIX set in /etc/csh.cshrc Barbara Streisand! I thought, what could be the prob-lem now? % cd /ports/java/jdk15 && sudo make extract puts the work/ directory right there in /ports/java/jdk15/ Hooray(?)! well, it's not portupgrade's fault, since make is also not using $WRKDIRPREFIX And then it occured to me that I had upgraded sudo. Oh ho! % sudo env gave me quite a short list, which certainly didn't include WRKDIRPREFIX. A not very quick perusal of man 8 sudo and then man 5 sudoers and I finally found the env_reset flag and a host of others besides. Boy, was that ever a fun auuenture! Lesson: be observant when upgrading important things. or It never hurts to read. -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 19:25:38 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 F318116A419 for ; Mon, 30 Jul 2007 19:25:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id C856A13C428 for ; Mon, 30 Jul 2007 19:25:37 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id E8AAB5D3C; Mon, 30 Jul 2007 15:25:36 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B47jcjqURm+G; Mon, 30 Jul 2007 15:25:34 -0400 (EDT) Received: from [192.168.1.3] (pool-96-224-41-41.nycmny.east.verizon.net [96.224.41.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B9A335CB5; Mon, 30 Jul 2007 15:25:33 -0400 (EDT) Message-ID: <46AE3B2A.4050306@mac.com> Date: Mon, 30 Jul 2007 15:25:30 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: "Jasvinder S. Bahra" References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <001101c7d23e$ea6e2200$bf4a6600$@com> <001901c7d2da$1cc36760$0600010a@atlantis> In-Reply-To: <001901c7d2da$1cc36760$0600010a@atlantis> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 19:25:38 -0000 Jasvinder S. Bahra wrote: > Terry, > > I tried adding the interface line to the dhclient configuration file (and > then rebooting), but it had no effect. Entering the "sockstat -l4" command > showed that local address was still "*:68". "man dhclient" suggests that the interface needs to be specified on the command line. Try adding: dhclient_flags="ed1" ...to /etc/rc.conf, and double-check that you already have that interface configured to use DHCP while you're there. :-) Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 19: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 7BE4416A41A for ; Mon, 30 Jul 2007 19:27:50 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy03.edpnet.net (lmailproxy03.edpnet.net [212.71.1.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1627213C4B4 for ; Mon, 30 Jul 2007 19:27:49 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (212.71.9.43.adsl.dyn.edpnet.net [212.71.9.43]) by lmailproxy03.edpnet.net (8.13.1/8.13.1) with ESMTP id l6UJRni4009554 for ; Mon, 30 Jul 2007 21:27:49 +0200 From: beni To: freebsd-questions@freebsd.org Date: Mon, 30 Jul 2007 19:27:47 +0000 User-Agent: KMail/1.9.7 References: <200707301531.48912.beni@brinckman.info> <20070730161343.GA13174@slackbox.xs4all.nl> In-Reply-To: <20070730161343.GA13174@slackbox.xs4all.nl> X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707301927.47570.beni@brinckman.info> X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on lmailproxy03.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,BAYES_50 autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on lmailproxy03.edpnet.net Subject: Re: Using a Hercules HWGUSB2-54-V2 wifi usb adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 19:27:50 -0000 On Monday 30 July 2007 16:13:43 Roland Smith wrote: > On Mon, Jul 30, 2007 at 03:31:48PM +0000, beni wrote: > > Hi, > > > > System : 6.2-REL p4. > > > > I'm trying to use this usb wifi adapter. It is based on a Ralink RT2500 > > chipset and should thus be useable with the ural-device according to "man > > ural" (actually it speaks of the Hercules HWGUSB2-54, without the "V2"). > > > > The problem is that I only get a detection in dmesg like this : > > ugen0: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 3 > > and that I don't get a "ural0" device. > > > > All the devices needed according to man ural are in the kernel too. > > > > How can I get this wifi adapter working ? > > Try adding a macro for the correct device ID to > /usr/src/sys/dev/usb/usbdevs. In this file it is listed as GUILLEMOT > instead of Hercules, though. > > You should be able to see the device-id with 'usbdevs -v'. You're > looking for the first hexadecimal number (preceded by 0x). The second > one is the vendor, and should be 0x06F8. > > Look for this in /usr/src/sys/dev/usb/usbdevs: > product GUILLEMOT HWGUSB254 0xe000 HWGUSB2-54 WLAN > > Then add > > product GUILLEMOT HWGUSB254V2 0x???? HWGUSB2-54-V2 WLAN > > Replace the ???? by the correct device ID. :-) > > Add it to the usb_devno ural_devs array in > /usr/src/sys/dev/usb/if_ural.c, and rebuild your kernel. > > Look for this in /usr/src/sys/dev/usb/if_ural.c > { USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_HWGUSB254 }, > > Then add > { USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_HWGUSB254V2 > }, > > Rebuild and install your kernel, reboot and try again. > > Roland Roland, Your explanation worked, thanks ! bsdaddict# dmesg -a | grep ural ural0: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 3 ural0: MAC/BBP RT2570 (rev 0x00), RF unknown ural0: Ethernet address: 00:08:d3:08:31:fd ural0: if_start running deferred for Giant ural0: timeout waiting for BBP/RF to wakeup bsdaddict# BTW, the device id is 0x010 for this usb adapter. -- Beni. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 19:57: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 334DC16A417 for ; Mon, 30 Jul 2007 19:57:45 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from spamfirewall.msdsky.com (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id E65E113C48E for ; Mon, 30 Jul 2007 19:57:44 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) X-ASG-Debug-ID: 1185825463-5544001d0000-jLrpzn X-Barracuda-URL: http://spamfirewall.msdsky.com:80/cgi-bin/mark.cgi X-Barracuda-Connect: unknown[64.18.67.9] X-Barracuda-Start-Time: 1185825463 Received: from mail02.msdihosting.net (unknown [64.18.67.9]) by spamfirewall.msdsky.com (Spam Firewall) with ESMTP id E20F27720 for ; Mon, 30 Jul 2007 15:57:43 -0400 (EDT) Received: from dell390 ([70.81.60.158]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553 for ; Mon, 30 Jul 2007 15:58:34 -0400 From: "Ian Lord" To: X-ASG-Orig-Subj: Linux Compat and freebsd root Date: Mon, 30 Jul 2007 15:58:20 -0400 Message-ID: <194501c7d2e3$fa86dce0$6400a8c0@msdi.local> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcfS4/pPPbtJCABhReG19qlAhbTsDw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at msdsky.com Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Linux Compat and freebsd root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 19:57:45 -0000 Hi, When I start a deamon running under linux emulation, the root of the filesystem '/' seems to be in fact '/usr/compat/linux' Is there a way to mount something like "/freebsd" pointing to the real filesystem ? If so, where would I put the mount command so that it is loaded when the deamon starts ? Thanks From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:09:29 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 E2CEB16A41F for ; Mon, 30 Jul 2007 20:09:28 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from mh2.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id A0BBA13C458 for ; Mon, 30 Jul 2007 20:09:28 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from roddick.centtech.com (roddick.centtech.com [10.177.171.221]) by mh2.centtech.com (8.13.8/8.13.8) with ESMTP id l6UEpx0i007922; Mon, 30 Jul 2007 09:52:00 -0500 (CDT) (envelope-from kramer@centtech.com) Message-ID: <46ADFB0F.5050306@centtech.com> Date: Mon, 30 Jul 2007 09:51:59 -0500 From: Kevin Kramer User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Kris Kennaway References: <46851860.1030401@centtech.com> <1183133636.1511.66.camel@localhost> <468534BF.2060004@centtech.com> <200707030358.06347.pieter@degoeje.nl> <468A7574.4000808@centtech.com> <20070727201217.GB48670@rot26.obsecurity.org> In-Reply-To: <20070727201217.GB48670@rot26.obsecurity.org> X-Virus-Scanned: ClamAV 0.88.4/3820/Mon Jul 30 07:13:24 2007 on mh2.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=8.0 tests=AWL,BAYES_00,HTML_40_50, HTML_MESSAGE,HTML_TITLE_EMPTY autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh2.centtech.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Tom Evans , Pieter de Goeje , freebsd-questions@freebsd.org Subject: Re: 7-Current: turn off debugging (kqread?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kramer@centtech.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:09:29 -0000 yes. i got an answer on current. even though my host was not setup as a NIS client, it was trying to resolve UID/GID information. the only line in my rc.conf was NISDOMAIN= ------------------------------ Kevin Kramer Sr. Systems Administrator 512.418.5725 Centaur Technology, Inc. www.centtech.com Kris Kennaway wrote the following on 07/27/07 15:12: > On Tue, Jul 03, 2007 at 11:12:36AM -0500, Kevin Kramer wrote: > >> thanks. I rebuild this morning with this and still no change. I can't >> even find any info on these flags... >> > > Dunno if anyone ever gave you the real answer to your question, but if > not then here it is: your DNS is broken and taking ages to respond to > lookups (or more likely, not responding at all). kqread means the > application is waiting to read more data from an I/O request. It's > not a 7.0 optimization issue. > > Kris > From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:14: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 7BAB016A419 for ; Mon, 30 Jul 2007 20:14:26 +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 1C6D513C467 for ; Mon, 30 Jul 2007 20:14:26 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.147] (helo=anti-virus03-10) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1IFbdI-00086h-OZ for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 21:14:24 +0100 Received: from [82.37.197.203] (helo=atlantis) by asmtp-out1.blueyonder.co.uk with smtp (Exim 4.52) id 1IFbdI-0005J8-81 for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 21:14:24 +0100 Message-ID: <000401c7d2e6$2bdaf770$0600010a@atlantis> From: "Jasvinder S. Bahra" To: References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <001101c7d23e$ea6e2200$bf4a6600$@com> <001901c7d2da$1cc36760$0600010a@atlantis> <46AE3B2A.4050306@mac.com> Date: Mon, 30 Jul 2007 21:14:02 +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: Mon, 30 Jul 2007 20:14:26 -0000 Chuck, I gave this a shot, but this stopped the interface being assigned an IP address at all (i.e... before the change, the interface had a valid IP address assigned by the DHCP server in my cable modem, but after making the change and restarting, the "ifconfig" command shows the interface having an IP address of 0.0.0.0). I do agree though - the man page explicitly says that this should work. Oh, and i'm absolutely sure that the interface is configured to use DHCP. i.e... ------ /etc/rc.conf snippet ------------------- 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" ---------------------------------------------- I added the dhclient_flags line you suggested, after the ifconfig_lo0 line shown above, though as far as I know the order does not matter. Thanks for the suggestion though. Anyone have anymore ideas? Regards, Jazz ----- Original Message ----- From: "Chuck Swiger" To: "Jasvinder S. Bahra" Cc: Sent: Monday, July 30, 2007 8:25 PM Subject: Re: Binding dhclient to a particular network interface > Jasvinder S. Bahra wrote: > > Terry, > > > > I tried adding the interface line to the dhclient configuration file (and > > then rebooting), but it had no effect. Entering the "sockstat -l4" command > > showed that local address was still "*:68". > > "man dhclient" suggests that the interface needs to be specified on the > command line. Try adding: > > dhclient_flags="ed1" > > ...to /etc/rc.conf, and double-check that you already have that interface > configured to use DHCP while you're there. :-) > > Regards, > -- > -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:20:32 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 7EFF916A419 for ; Mon, 30 Jul 2007 20:20:32 +0000 (UTC) (envelope-from skeletonman.bn@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 43CB113C4A5 for ; Mon, 30 Jul 2007 20:20:32 +0000 (UTC) (envelope-from skeletonman.bn@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3180312pye for ; Mon, 30 Jul 2007 13:20:31 -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=IHysFHVWVnCpfoSLiJbmFdLl7/0prPxN2RTYItG+EhMWYH4KQscOamkMALIkFUFhQs2h4XLYcXqkMRv6prpZWY1XI7I66T1aeAe/a1Cx35vzlfJdAVujGBfkpBcZHnG0FQ5VlcEJtz7/eGViJw4ZY4vfdvaTr+qAvJSUye2cRzs= 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=qhNNdq97mUazGLwUGrWMnBSl6vRrXwY90+OOYdhrbTnJCDcdMaZB/+LeQbjQ7d31L+CROf4A7fZ7MiHnfUjznZufNZ2PgCmMtGcPNLtcfkwlBtADTy6YmNfq6pQWVC0CCUjpPYjZn3Zz9NDkZnZyGQI8cE/uOIIAQ4rDAsNUn+w= Received: by 10.35.70.17 with SMTP id x17mr18690459pyk.1185826831557; Mon, 30 Jul 2007 13:20:31 -0700 (PDT) Received: by 10.35.30.15 with HTTP; Mon, 30 Jul 2007 13:20:31 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 13:20:31 -0700 From: Cyrus 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: secondary hdd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 20:20:32 -0000 ok, i origainly had windows xp pro on my machine, i installed freebsd 6.2. my machine has a 40gb seagate disk for o/s, and a 160 gb WD disk for storage. my question is, how do i go about formating the 160 gb, from ntfs to ufs for use in freebsd? and make it automount when system boots? Thank you Cyrus From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:33: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 8A08B16A41A for ; Mon, 30 Jul 2007 20:33:30 +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 66F5E13C4CA for ; Mon, 30 Jul 2007 20:33:30 +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 l6UKXP1b090802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 30 Jul 2007 13:33:29 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AE4B0D.9020506@enabled.com> Date: Mon, 30 Jul 2007 13:33:17 -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: problem with nessus-gtk2-2.2.9_1 installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:33:30 -0000 Hi there, I am having a bit of trouble with the nessus installation at the moment. any clues how I can fully remove it and install it properly. access1# pkg_info | grep nessus pkg_info: show_file: can't open '+COMMENT' for reading nessus-gtk2-2.2.9_1 ??? nessus-libnasl-2.2.9 Nessus Attack Scripting Language nessus-libraries-2.2.9 Libraries for Nessus, the security scanner access1# pkg_delete -f nessus pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix access1# Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:38: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 4C08C16A417 for ; Mon, 30 Jul 2007 20:38:10 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 2101613C442 for ; Mon, 30 Jul 2007 20:38:10 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 86D0B5D3C; Mon, 30 Jul 2007 16:38:09 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CbT-A-gFLR41; Mon, 30 Jul 2007 16:38:06 -0400 (EDT) Received: from [192.168.1.3] (pool-96-224-41-41.nycmny.east.verizon.net [96.224.41.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 81FD45C68; Mon, 30 Jul 2007 16:38:06 -0400 (EDT) Message-ID: <46AE4C2B.2040603@mac.com> Date: Mon, 30 Jul 2007 16:38:03 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: "Jasvinder S. Bahra" References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <001101c7d23e$ea6e2200$bf4a6600$@com> <001901c7d2da$1cc36760$0600010a@atlantis> <46AE3B2A.4050306@mac.com> <000401c7d2e6$2bdaf770$0600010a@atlantis> In-Reply-To: <000401c7d2e6$2bdaf770$0600010a@atlantis> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD-questions List 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 20:38:10 -0000 Jasvinder S. Bahra wrote: > Chuck, > > I gave this a shot, but this stopped the interface being assigned an IP > address at all (i.e... before the change, the interface had a valid IP > address assigned by the DHCP server in my cable modem, but after making the > change and restarting, the "ifconfig" command shows the interface having an > IP address of 0.0.0.0). > > I do agree though - the man page explicitly says that this should work. Does running "dhclient ed1" from the command line work? Is the DHCP server providing the right answer? Running "tcpdump -s 0 arp or port bootps" would give you insight into what the network is seeing, at least. Doing this from your DHCP server or a laptop on a hub with the interface in question would be useful vantages, or a "trunk" or "span" port on a smart switch, depending on what you might have handy. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:39:16 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 9D5C916A41B for ; Mon, 30 Jul 2007 20:39:16 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from spamfirewall.msdsky.com (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id 770DE13C4E9 for ; Mon, 30 Jul 2007 20:39:16 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) X-ASG-Debug-ID: 1185827955-5dc700320000-jLrpzn X-Barracuda-URL: http://spamfirewall.msdsky.com:80/cgi-bin/mark.cgi X-Barracuda-Connect: unknown[64.18.67.9] X-Barracuda-Start-Time: 1185827955 Received: from mail02.msdihosting.net (unknown [64.18.67.9]) by spamfirewall.msdsky.com (Spam Firewall) with ESMTP id E01921E35C for ; Mon, 30 Jul 2007 16:39:15 -0400 (EDT) Received: from dell390 ([70.81.60.158]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553 for ; Mon, 30 Jul 2007 16:40:06 -0400 From: "Ian Lord" To: References: <194501c7d2e3$fa86dce0$6400a8c0@msdi.local> X-ASG-Orig-Subj: RE: Linux Compat and freebsd root Date: Mon, 30 Jul 2007 16:39:19 -0400 Message-ID: <002301c7d2e9$b42ba2c0$6400a8c0@msdi.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <194501c7d2e3$fa86dce0$6400a8c0@msdi.local> Thread-Index: AcfS4/pPPbtJCABhReG19qlAhbTsDwABZeSg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at msdsky.com Subject: RE: Linux Compat and freebsd root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 20:39:16 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Ian Lord Sent: 30 juillet 2007 15:58 To: freebsd-questions@freebsd.org Subject: Linux Compat and freebsd root Hi, When I start a deamon running under linux emulation, the root of the filesystem '/' seems to be in fact '/usr/compat/linux' Is there a way to mount something like "/freebsd" pointing to the real filesystem ? If so, where would I put the mount command so that it is loaded when the deamon starts ? Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cancel my last, I did a symlink and it worked great. Sorry to bother :) From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:12: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 7178B16A417 for ; Mon, 30 Jul 2007 21:12:59 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 37A5713C48A for ; Mon, 30 Jul 2007 21:12:59 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l6ULA0jr027193; Mon, 30 Jul 2007 17:10:00 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l6ULA0DK027189; Mon, 30 Jul 2007 17:10:00 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 30 Jul 2007 17:10:00 -0400 From: Jerry McAllister To: Cyrus Message-ID: <20070730211000.GA27043@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions Subject: Re: secondary hdd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:12:59 -0000 On Mon, Jul 30, 2007 at 01:20:31PM -0700, Cyrus wrote: > ok, i origainly had windows xp pro on my machine, i installed freebsd 6.2. > my machine has a 40gb seagate disk for o/s, and a 160 gb WD disk for > storage. > > my question is, how do i go about formating the 160 gb, from ntfs to ufs for > use in freebsd? and make it automount when system boots? That is pretty well documented in the handbook, FAQs and online publications. A brief rundown is: You don't have to literally "reformat" it. That is a low level process done at the factory and normally not redone. But, we know what you mean - you want to do whatever is necessary to use it in FreeBSD and don't care what the process is actually called. NOTE: If it is SCSI the name is da1: if IDE/SATA it is probably ad1: ALSO NOTE: I am presuming you do not intend to make this disk bootable. If you do, add a -B flag to the fdisk and to the first bsdlabel NOTE too: This all must be done as root. First: use fdisk to create one slice (da1s1) of FreeBSD type on it that occupies the whole disk. dd if=/dev/zero of=/dev/da1 bs=512 count=1024 fdisk -I da1 the dd wipes out old stuff. It might not be needed, but is easy just to make sure. Second: use bsdlabel to write the partitions in that slice. Partition layout Depends on how you want to use it. For example, I will use one chunk of extra swap and two mountable partitions d & e. bsdlabel -w da1s1 [this puts the base label there] bsdlabel -e da1s1 [this puts you in mode to edit partitions] you will then see something like this: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c:335544320 0 unused 0 0 # "raw" part, don't edit Edit it to look something like: 8 partitions: # size offset fstype [fsize bsize bps/cpg] b: 2097162 0 swap c:335544320 0 unused 0 0 # "raw" part, don't edit d: 33554432 * 4.2BSD 2048 16384 8 e: * * 4.2BSD 2048 16384 28552 This will give you a 1 GB swap partition, a 16 GB da1s1d partition and a da1s1e partition that takes up all the rest of the disk. NOTE: The numbers under size and offset are in 512 byte blocks. You can use values like 16GB, but this was is consistent. NOTE too: When you use * for offset and the final size, bsdlabel calculates them for you - correctly. But you can specify them yourself if you want - if you are doing something weird like leaving a hole in the middle or whatever. Third: You must run newfs on the two mountable partitions newfs /dev/da1s1d newfs /dev/da1s1e Nowdays the defaults are generally good for most usages, but there may be times you need to adjust them to get more inodes if you have a large filesystem with lots of vary small files. NOTE: newfs seems to want the full device name still, even though fdisk and bsdlabel now will fill in if you just give them da1 without /dev. Fourth: You must create mount points for the mountable partitions. Say you want to mount them as /work and /scratch, then mkdir /work mkdir /scratch Fifth: You must edit /etc/fstab to add lines for each of the three new partitions. The swap should look like your existing swap line with the new device name, something like: /dev/ad0s3b none swap sw 0 0 The mountable partition should look about like one of the other mountable partition lines but with the new names: /dev/da1s1d /work ufs rw 2 2 /dev/da1s1e /scratch ufs rw 2 2 Thereafter, it should all work just fine and dandy. Again, note, these examples are for SCSI. For IDE/SATA the device names would be ad.... in place of da.... such as bsdlabel ad1s1 and /dev/as1s1d for mounts. The documentation is quite complete on this. You should do some reading. ////jerry > > Thank you > Cyrus > _______________________________________________ > 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 21:13:32 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 57E5C16A46E for ; Mon, 30 Jul 2007 21:13:32 +0000 (UTC) (envelope-from bazy@goofy.celuloza.ro) Received: from goofy.celuloza.ro (goofy.celuloza.ro [89.137.178.124]) by mx1.freebsd.org (Postfix) with ESMTP id 19AE113C4D5 for ; Mon, 30 Jul 2007 21:13:31 +0000 (UTC) (envelope-from bazy@goofy.celuloza.ro) Received: from [192.168.0.3] (unknown [192.168.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by goofy.celuloza.ro (Postfix) with ESMTP id 5AB4661C142 for ; Mon, 30 Jul 2007 20:48:14 +0300 (EEST) Message-ID: <46AE2466.7040702@goofy.celuloza.ro> Date: Mon, 30 Jul 2007 20:48:22 +0300 From: Bazy 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-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (goofy.celuloza.ro [0.0.0.0]); Mon, 30 Jul 2007 20:48:14 +0300 (EEST) Subject: gre tunnel with key X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:13:32 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi guys, I'm trying to establish a gre tunnel between 2 offices in different cities, my problem is that, at the other end, they use a Linux router. And they specified at the gre tunnel a key, as in: ip tunnel add goofy mode gre remote x.x.x.x key 294. I used gre before, but I have no idea how to set a key on FreeBSD. I've read http://www.freebsd.org/cgi/man.cgi?query=gre&apropos=0&sektion=0&manpath=FreeBSD+6.2-RELEASE&format=html and other man pages, googled around... but with no luck. Can anyone help me on this? Thank you! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGriRm7nEMcIvWOSIRAiJkAJ45/LOMGDdKCjnfURSi3/Bv+Y7p1ACfdj39 lqW3DeUYEfaaXTu+MZVRqpQ= =U9jy -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:14: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 8386916A420 for ; Mon, 30 Jul 2007 21:14:34 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 464CA13C4A5 for ; Mon, 30 Jul 2007 21:14:32 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from trapper.homedns.org (213.114.40.248) by proxy1.bredband.net (7.3.127) id 46A848D60012C6AA; Mon, 30 Jul 2007 23:14:30 +0200 Received: from trapper.homedns.org (localhost [127.0.0.1]) by trapper.homedns.org (8.13.8/8.13.8) with ESMTP id l6ULEUHa002001; Mon, 30 Jul 2007 23:14:30 +0200 (CEST) (envelope-from lazlar@lazlarlyricon.com) Message-ID: <46AE54B6.8020802@lazlarlyricon.com> Date: Mon, 30 Jul 2007 23:14:30 +0200 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.5 (X11/20070716) MIME-Version: 1.0 To: Cyrus References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------070408060204070308000708" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: secondary hdd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:14:34 -0000 This is a multi-part message in MIME format. --------------070408060204070308000708 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Cyrus wrote: > ok, i origainly had windows xp pro on my machine, i installed freebsd 6= =2E2. > my machine has a 40gb seagate disk for o/s, and a 160 gb WD disk for > storage. >=20 > my question is, how do i go about formating the 160 gb, from ntfs to uf= s for > use in freebsd? and make it automount when system boots? >=20 > Thank you > Cyrus > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" >=20 >=20 >=20 The simplest way if you're new to FreeBSD would be to use sysinstall.=20 Just type sysinstall at the promt in the console. In the menu select=20 Configure, then Fdisk. If you know the device name of the disk in=20 question, you need only select that one in the list that shows up,=20 otherwise select all. You will now see a screen with info about the each = disk you selected, one at a time. For the disk(s) you do not want to=20 change, just hit ESC and select None in the list that appears. When you=20 come to the disk you want to use as secondary, select the slices one by=20 one and press D for each one. When all slices have been deleted, just=20 press A, then W. When you're done, go back to the main menu and select Label. Then you=20 will see a screen with all the slices you configured, and available=20 space in each one. Select the one in the secondary disc and press C to=20 create a partition. You'll be asked to enter the desired size of the new = partition, and if you want just one partition on the entire disk, just=20 press enter. If you want more than one partition, repeat this until=20 you're satisfied, then make a note the device name(s) created (for=20 instance ad1s1e) and press W. The partition(s) will be formated. I don't think this will make the disk automount, so you'll have to edit=20 your /etc/fstab file, which contains info on all the filesystems to be=20 mounted on boot, one line per entry. This is what an fstab entry looks li= ke /dev/ad1s1e /usr ufs rw 2 2 First is the file system's device node, then under what directory you=20 want it to be mounted, third is the filesystem type (should be ufs for=20 native FreeBSD partitions), fourth is options (rw means read/write, see=20 man fstab for other options). The last two columns should be set to 2,=20 except for the root filesystem (should be 1) and swap, procfs and other=20 specialities (should be 0). Once you're done, save the file and reboot,=20 and you're disc should be automatically mounted. --=20 V=C3=A4nligen / Sincerly, Rolf Nielsen --------------070408060204070308000708-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:41:37 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 84EED16A418 for ; Mon, 30 Jul 2007 21:41:37 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 73F1313C467 for ; Mon, 30 Jul 2007 21:41:35 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.162) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Mon, 30 Jul 2007 14:41:35 -0700 Message-ID: <46AE5B0D.5090001@riderway.com> Date: Mon, 30 Jul 2007 17:41:33 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.4 (X11/20070703) MIME-Version: 1.0 To: "questions@FreeBSD.org" References: <469DB3ED.8010907@riderway.com> In-Reply-To: <469DB3ED.8010907@riderway.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Subject: Re: FreeBSD 7.0-CURRENT, firefox 2.0.x, and flash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:41:37 -0000 Philip M. Gollucci wrote: > IMHO this should be a handbook section. If someone wants to help me > out, I'll write the section. Using 7.0-current, linux_base-fc6 firefox 2.0.x from ports, and, nspluginwrapper from ports, and linux-flashplayer7 from ports: echo "OVERRIDE_LINUX_BASE_PORT=fc6" >> /etc/make.conf echo "compat.linux.osrelease=2.6.16" >> /etc/sysctl.conf sysctl compat.linux.osrelease=2.6.16 pkg_add -r firefox cd /usr/ports/www/nspluginwrapper ; make install clean cd /usr/ports/emulators/linux_base-fc6 ; make install clean cd /usr/ports/www/linux-flashplugin7 ; make install clean nspluginwrapper -a -v -i Results: --------- nspluginwrapper -l /home/pgollucci/.mozilla/plugins/npwrapper.libflashplayer.so Original plugin: /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so Wrapper version string: 0.9.91.4 http://people.apache.org/~pgollucci/flash.png Note, that /usr/ports/www/flashplugin-mozilla coredumps firefox -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:49: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 0D2D516A41A for ; Mon, 30 Jul 2007 21:49:26 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from mail.duras.ro (mail.duras.ro [86.105.56.133]) by mx1.freebsd.org (Postfix) with ESMTP id 8F31A13C457 for ; Mon, 30 Jul 2007 21:49:25 +0000 (UTC) (envelope-from mihai@duras.ro) Received: from localhost (localhost [127.0.0.1]) by mail.duras.ro (Postfix) with ESMTP id D620D35753; Tue, 31 Jul 2007 00:28:33 +0300 (EEST) Received: from mail.duras.ro ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03984-02; Tue, 31 Jul 2007 00:28:29 +0300 (EEST) Received: from [86.105.56.194] (ma.plimb.cu.barca.prin.padure.ro [86.105.56.194]) by mail.duras.ro (Postfix) with ESMTP id C99C58FE9; Tue, 31 Jul 2007 00:28:29 +0300 (EEST) Message-ID: <46AE5804.5020704@duras.ro> Date: Tue, 31 Jul 2007 00:28:36 +0300 From: Mihai Tanasescu User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Bazy References: <46AE2466.7040702@goofy.celuloza.ro> In-Reply-To: <46AE2466.7040702@goofy.celuloza.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (RedHat) at duras.ro Cc: freebsd-questions@freebsd.org Subject: Re: gre tunnel with key X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:49:26 -0000 Bazy wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi guys, > > I'm trying to establish a gre tunnel between 2 offices in different > cities, my problem is that, at the other end, they use a Linux router. > And they specified at the gre tunnel a key, as in: ip tunnel add goofy > mode gre remote x.x.x.x key 294. > > I used gre before, but I have no idea how to set a key on FreeBSD. > I've read > http://www.freebsd.org/cgi/man.cgi?query=gre&apropos=0&sektion=0&manpath=FreeBSD+6.2-RELEASE&format=html > and other man pages, googled around... but with no luck. > > Can anyone help me on this? > > > > Thank you! > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGriRm7nEMcIvWOSIRAiJkAJ45/LOMGDdKCjnfURSi3/Bv+Y7p1ACfdj39 > lqW3DeUYEfaaXTu+MZVRqpQ= > =U9jy > -----END PGP SIGNATURE----- > > _______________________________________________ > 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" > Hello Bazi, You could try the patch listed here and see if it works for you: http://archive.netbsd.se/?ml=freebsd-net&a=2007-03&m=3388392 From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:52:13 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 A1A6616A418 for ; Mon, 30 Jul 2007 21:52:13 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3FEF413C442 for ; Mon, 30 Jul 2007 21:52:13 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6ULqB9f015411; Mon, 30 Jul 2007 23:52:11 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C52A9B8FD; Mon, 30 Jul 2007 23:52:10 +0200 (CEST) Date: Mon, 30 Jul 2007 23:52:10 +0200 From: Roland Smith To: beni Message-ID: <20070730215210.GA21891@slackbox.xs4all.nl> Mail-Followup-To: beni , freebsd-questions@freebsd.org References: <200707301531.48912.beni@brinckman.info> <20070730161343.GA13174@slackbox.xs4all.nl> <200707301927.47570.beni@brinckman.info> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <200707301927.47570.beni@brinckman.info> 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-questions@freebsd.org Subject: Re: Using a Hercules HWGUSB2-54-V2 wifi usb adapter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:52:13 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 30, 2007 at 07:27:47PM +0000, beni wrote: > Your explanation worked, thanks ! >=20 > bsdaddict# dmesg -a | grep ural > ural0: Ralink 802.11 bg WLAN, rev 2.00/0.01, addr 3 > ural0: MAC/BBP RT2570 (rev 0x00), RF unknown > ural0: Ethernet address: 00:08:d3:08:31:fd > ural0: if_start running deferred for Giant > ural0: timeout waiting for BBP/RF to wakeup > bsdaddict# =20 >=20 > BTW, the device id is 0x010 for this usb adapter. Good! Now the good thing to do would be to create diffs for both files, and submit them for inclusion in 6-STABLE with send-pr. That way everyone with the same hardware can enjoy them. And you'd have your first contribution to FreeBSD under your belt. :-) 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) --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGrl2KEnfvsMMhpyURAlnsAJkB6QZDUJjx/sWPjZP0PsOnupKw2wCfVSqV V3SuT5X2Vp5fdpY5631toZQ= =8kao -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:54: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 2EB9716A417 for ; Mon, 30 Jul 2007 21:54:20 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id B909613C45A for ; Mon, 30 Jul 2007 21:54:19 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1800946mue for ; Mon, 30 Jul 2007 14:54:18 -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=g5fChjhVwTW844B9uxeL10pEAxeOFVvzG1alH4z9Eu6Z3UcuPuSHWD+MtzpHP6yJn5E04jCu1/TVbEX9rAWoJZJI+bkKTLwHKnrKSvsoTKeLUSW+IoXYDr0gyEeYwA6aMpsTK970VBdE49Kx3t8abLPJjWA6jz+ewqSqtMHE6Gw= 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=Vn/wPLFTfDNfOD1W9d/5BaJsxFPqNEvazjZKNsD/lXDdXQ3zhX0ZYk6YaIUz3djGCCmf/baXZcpleu2+I6QWkIko+S89g+u8XDXnP92ozSngfeN0jYF3qsW/TRGZejddww1SUld+ZlxXc4qiZZCE+nBZTkch8g/FktZDT4ZXEDQ= Received: by 10.86.84.5 with SMTP id h5mr4238849fgb.1185832458456; Mon, 30 Jul 2007 14:54:18 -0700 (PDT) Received: from ?192.168.0.179? ( [80.86.254.135]) by mx.google.com with ESMTPS id d13sm1403024fka.2007.07.30.14.54.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Jul 2007 14:54:17 -0700 (PDT) Message-ID: <46AE5DEA.9050602@gmail.com> Date: Tue, 31 Jul 2007 01:53:46 +0400 From: ytriffy User-Agent: Thunderbird 2.0.0.5 (X11/20070720) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Subject: Cannot post because of spamassassin blocking my mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 21:54:20 -0000 Hi list. Whenever I try to post I get something like this: Your mail to 'freebsd-questions' with the subject [panic]page fault while in kernel mode Is being held until the list moderator can review it for approval. The reason it is being held: SpamAssassin identified this message as possible spam Although I'm subscribed user of mailing lists. What should I do? From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 22:00: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 50E5316A53B for ; Mon, 30 Jul 2007 22:00:59 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.freebsd.org (Postfix) with ESMTP id E720813C465 for ; Mon, 30 Jul 2007 22:00:58 +0000 (UTC) (envelope-from bbdl21548@blueyonder.co.uk) Received: from [172.23.170.144] (helo=anti-virus03-07) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1IFdIP-0006yk-Uy for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 23:00:57 +0100 Received: from [82.37.197.203] (helo=atlantis) by asmtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1IFdIO-0006ox-Ry for freebsd-questions@freebsd.org; Mon, 30 Jul 2007 23:00:57 +0100 Message-ID: <000401c7d2f5$0ddbd640$0600010a@atlantis> From: "Jasvinder S. Bahra" To: References: <002301c7d10a$09ee5180$0600010a@atlantis> <46ACF835.7040402@crackmonkey.us> <000601c7d238$065da370$0600010a@atlantis> <001101c7d23e$ea6e2200$bf4a6600$@com> <001901c7d2da$1cc36760$0600010a@atlantis> <46AE3B2A.4050306@mac.com> <000401c7d2e6$2bdaf770$0600010a@atlantis> <46AE4C2B.2040603@mac.com> Date: Mon, 30 Jul 2007 22:59:58 +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: Mon, 30 Jul 2007 22:00:59 -0000 Chuck, Oddly enough, after the system has finished starting up, running "dhclient ed1" on the command line does work (though "sockstat -l4" still shows local address as "*:68"). I could I have sworn that when I tried doing this the first time I added the dhclient_flags line, it failed. One thing I noticed as the system was starting up (after adding the dhclient_flags entry into /etc/rc.conf), was that dhclient completed too quickly. Normally when dhclient runs, it usually takes several seconds to do its thing (i.e... a noticeable delay between the "Starting dhclient" message appearing and the message immediately after it), however there was no delay between the appearance of the two messages - dhclient fails instantly. I doubt its relevant, but keep in mind this is a very old machine - an Intel Pentium 120MHz, 48MB RAM equipped with two ISA network cards, running FreeBSD 5.5. I'm afraid I cant run the command you suggested on the DHCP server, as the DHCP server in this case is built into the cable modem (to which I do not have shell access, if it even provides such). As for sticking a switch in between and connecting an a third PC to monitor - i'd prefer to leave that as a last resort for the time being as finding and setting up the additional hardware will be a bit of a pain. If you (or indeed anyone else) has any other suggestions, please do share. Thanks, Jazz ----- Original Message ----- From: "Chuck Swiger" To: "Jasvinder S. Bahra" Cc: "FreeBSD-questions List" Sent: Monday, July 30, 2007 9:38 PM Subject: Re: Binding dhclient to a particular network interface > Jasvinder S. Bahra wrote: > > Chuck, > > > > I gave this a shot, but this stopped the interface being assigned an IP > > address at all (i.e... before the change, the interface had a valid IP > > address assigned by the DHCP server in my cable modem, but after making the > > change and restarting, the "ifconfig" command shows the interface having an > > IP address of 0.0.0.0). > > > > I do agree though - the man page explicitly says that this should work. > > Does running "dhclient ed1" from the command line work? > Is the DHCP server providing the right answer? > > Running "tcpdump -s 0 arp or port bootps" would give you insight into what the > network is seeing, at least. Doing this from your DHCP server or a laptop on > a hub with the interface in question would be useful vantages, or a "trunk" or > "span" port on a smart switch, depending on what you might have handy. > > -- > -Chuck From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 22:02:32 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 E7E0416A419 for ; Mon, 30 Jul 2007 22:02:32 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88315.mail.re4.yahoo.com (web88315.mail.re4.yahoo.com [216.39.53.238]) by mx1.freebsd.org (Postfix) with SMTP id 893C313C481 for ; Mon, 30 Jul 2007 22:02:32 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 76320 invoked by uid 60001); 30 Jul 2007 21:35:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ncUrwKep8G+K+TKyr28pJT9D64SLfLJmTVqN3j66ZDlPvs1o5slSaJCcI2xKFo0J1O3lRdsQF8FWo+Vy8n8epnl+GXSCR1QmlBAYN2wdGVLIh3SqNIT7wwc6Ql5xVoGVsTe7mIYObiv4Ob3UqjuCX71aoiUdOts6HA+hMm658yw=; X-YMail-OSG: zHGLuSsVM1mv.7gDsJqSwBnYrBb_BvWAORzD1K6exR.di19LNSySoJ5wLTThY_ITWECPrv8Pbw-- Received: from [74.107.243.44] by web88315.mail.re4.yahoo.com via HTTP; Mon, 30 Jul 2007 17:35:50 EDT Date: Mon, 30 Jul 2007 17:35:50 -0400 (EDT) From: Michael S To: FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <367849.74200.qm@web88315.mail.re4.yahoo.com> Subject: network/multithreaded programming 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: Mon, 30 Jul 2007 22:02:33 -0000 Good day all, I am not sure this is the correct list for my question, I am still going to ask though. I am a 3rd year computer science student and in the fall I am going to be taking courses in network and system programming (with pthread). As a lot of universities do, mine also teaches these courses on Linux. I was wondering if there was a lot of difference in socket and multi-threaded programming between Linux and FreeBSD? Thanks in advance, Michael From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 21:20:24 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 3F69D16A420 for ; Mon, 30 Jul 2007 21:20:24 +0000 (UTC) (envelope-from ytriffy@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 B504713C491 for ; Mon, 30 Jul 2007 21:20:23 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1793598mue for ; Mon, 30 Jul 2007 14:20: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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=b8yRvA2xitMukl5eh3t+gq9xk3hbVpvRTvH4ap48qkGfKHeako9hQNbXkdlqWGwM/cCiRF42cL6fi5Ueuh0VVOXfQu4yRAjmfktKfD0z7iIHDRbL2g4BuI5RR0tW6SrBoORj81wi+PCcFuL93DjxaC0ExwzlrhaHRfoWVvjsWeU= 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=COnn09PMLjFc1fRajcpiYGim23WQlin9M7XH5W7io8DWRtJRh9DYMTBWDl2lEGmY8zAvPnpQEL5e8tbmOor8Y3SbyKhcRty1t0AbhGx0jjJnw+XzjTmJ+cHRYyz919nzEd40ciCuYWAi2qiFfQiVGfFydh4xGPreYJIqq1TpDmY= Received: by 10.86.79.19 with SMTP id c19mr4190197fgb.1185830418298; Mon, 30 Jul 2007 14:20:18 -0700 (PDT) Received: from ?192.168.0.179? ( [80.86.254.135]) by mx.google.com with ESMTPS id j12sm1343947fkf.2007.07.30.14.20.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Jul 2007 14:20:17 -0700 (PDT) Message-ID: <46AE55EC.2020503@gmail.com> Date: Tue, 31 Jul 2007 01:19:40 +0400 From: ytriffy User-Agent: Thunderbird 2.0.0.5 (X11/20070720) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 30 Jul 2007 22:07:47 +0000 Cc: Subject: [panic]page fault while in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 21:20:24 -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/DEBUGGER KERN 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 ?? () Any info is appreciated. with regards, Slava Gonahchan. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 22:09: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 38C5516A417 for ; Mon, 30 Jul 2007 22:09:53 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id F320613C459 for ; Mon, 30 Jul 2007 22:09:52 +0000 (UTC) (envelope-from anton.galitch@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so400083anc for ; Mon, 30 Jul 2007 15:09:52 -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=qvQxTdURfZFauzwgi3Re+sDY+Z16hKxaHCze+PYR7y/bUpMcSN1GlnA8NN47n6uSrhcob0cGv/vGCEpNAvgv++AhrjAh8RVNRsiPNgVNxOJvgkDRlfVhw5IqbNciChuRcc0DKGgWZhzDgZYgNi8eKGXXHfA1J2nUwYZrdWlDPaI= 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=Un4tBUfJ7ahVJCDafMDdcCEHWAknhQvOTxHuy3tskQZhoJ/6xcxLzkIwD0j6fYIWXflwh4n2c0+iKv0EwvnPXaws/Z/tOTJy8s75QqSHC1h/9Cpkvb7BXVdtdccQofaXgJWX4CzopgjwMS9AcQOrfcsBR41BCP6mCV9XQJ6m4qQ= Received: by 10.100.153.17 with SMTP id a17mr4913660ane.1185833392097; Mon, 30 Jul 2007 15:09:52 -0700 (PDT) Received: by 10.100.93.4 with HTTP; Mon, 30 Jul 2007 15:09:48 -0700 (PDT) Message-ID: <7c80322b0707301509s51b2b28di7d9671f6c1dbc030@mail.gmail.com> Date: Mon, 30 Jul 2007 19:09:49 -0300 From: "Anton Galitch" 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: linux-flashplugin7 security issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 22:09:53 -0000 Good day. Well I wanted to install linux-flashplugin7 but it says that it has a critical vulnerability: # make install clean ===> linux-flashplugin-7.0r69 has known vulnerabilities: => linux-flashplugin -- critical vulnerabilities. Reference: < http://www.FreeBSD.org/ports/portaudit/b42e8c32-34f6-11dc-9bc9-001921ab2fa4.html > => Please update your ports tree and try again. *** Error code 1 Stop in /usr/ports/www/linux-flashplugin7. I updated the ports with portsnap fetch/extract/update but it still says the same. I suppose there is no fixed version yet? or there is any way to install the fixed version? Thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 22:21:00 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 6D0DD16A417 for ; Mon, 30 Jul 2007 22:21:00 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id EAD1E13C46E for ; Mon, 30 Jul 2007 22:20:59 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l6UMKrj1017640; Tue, 31 Jul 2007 00:20:53 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 00:20:52 +0200 User-Agent: KMail/1.9.7 References: <367849.74200.qm@web88315.mail.re4.yahoo.com> In-Reply-To: <367849.74200.qm@web88315.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707310020.52911.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Michael S Subject: Re: network/multithreaded programming 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: Mon, 30 Jul 2007 22:21:00 -0000 On Monday 30 July 2007, Michael S wrote: > Good day all, > > I am not sure this is the correct list for my > question, I am still going to ask though. > I am a 3rd year computer science student and in the > fall I am going to be taking courses in network and > system programming (with pthread). As a lot of > universities do, mine also teaches these courses on > Linux. I was wondering if there was a lot of > difference in socket and multi-threaded programming > between Linux and FreeBSD? Hello, Pthreads is a standardized interface available on both Linux and FreeBSD, so there should not be any differences between them. Likewise for sockets. The only really minor difference I can think of right now is the sa_len member of struct sockaddr which is available on FreeBSD but not on Linux. The cool thing about FreeBSD is that everything you need to program is already installed :) Cheers, Pieter de Goeje > > Thanks in advance, > Michael From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 22:25:27 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 E211016A41A for ; Mon, 30 Jul 2007 22:25:27 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.186]) by mx1.freebsd.org (Postfix) with ESMTP id 70FA913C45D for ; Mon, 30 Jul 2007 22:25:27 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1807609mue for ; Mon, 30 Jul 2007 15:25:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=CEbs18YIduPAjsfqRG/6lNfFbkCqNNZo5QH2TzbrKq+2C+q3b80NEizSG2xXkvOumQ6lwSL99hpAEJJhxo5maYy8it1yZwT55CGVGKQDdnIByvX9urz4N4bBsD0fylDEIrj6ic6vDzTf3c5mgH6Gq9cOwOgRV+/oNaupqauvIzE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=DZOXfVPzizHqAERPWhO/apo3xiKnvB9C1IWabPQkBK6FPdipTWAUuqeDveIYS/dADhlOLv6xRBhrP0ArBWlIm0FFYLs0FWR0dA5arJD57XlklxFEsz68373+1slUHUxXU8R94JVEJySLBwOBbpVC9nXM4Vh1Pm0cRWTGE07BaoQ= Received: by 10.86.73.17 with SMTP id v17mr4258210fga.1185834325992; Mon, 30 Jul 2007 15:25:25 -0700 (PDT) Received: from persephone.orchid.homeunix.org ( [84.10.173.180]) by mx.google.com with ESMTPS id g28sm1449290fkg.2007.07.30.15.25.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Jul 2007 15:25:14 -0700 (PDT) Message-ID: <46AE6542.1080400@gmail.com> Date: Tue, 31 Jul 2007 00:25:06 +0200 From: Karol Kwiatkowski User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Michael S References: <367849.74200.qm@web88315.mail.re4.yahoo.com> In-Reply-To: <367849.74200.qm@web88315.mail.re4.yahoo.com> X-Enigmail-Version: 0.95.2 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1E2EBD816CB363A780C02A4A" Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: network/multithreaded programming on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karol.kwiat@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 22:25:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1E2EBD816CB363A780C02A4A Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Michael S wrote: > Good day all, >=20 > I am not sure this is the correct list for my > question, I am still going to ask though.=20 > I am a 3rd year computer science student and in the > fall I am going to be taking courses in network and > system programming (with pthread). As a lot of > universities do, mine also teaches these courses on > Linux. I was wondering if there was a lot of > difference in socket and multi-threaded programming > between Linux and FreeBSD? >=20 > Thanks in advance, > Michael Hi Michael, I think @hackers might be better place to ask programming questions (added to CC). Cheers and good luck with your course! Karol --=20 Karol Kwiatkowski OpenPGP 0x06E09309 --------------enig1E2EBD816CB363A780C02A4A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRq5lQghgT0HIecD5AQjxPQf+J4ZRppzkzmdNhPaGcagM9XzTLKE9OIhr uH7OMQBx8BtM13d+p+54t8/WegM5d2nnPYMd1sdyGxzuNVf2wcmeQxbIqUTLFqcF /BlhvMXjVwsR3xZsEg0yvm6a5DBJvavQb6bwYMGM/0wAOTO+mpVYxcj+/LXHEsHe LAW5gqTPPoui9CrBEq96dMuh2Uzutg1StKN5J9IOg5PuZMQr/lvdwrDoUb063TI8 qrVZQPpi8WIzsJsWQr63EXkYh26vC2D2H9IlPP0u3pDp2r5uzaNzl5Cd0AJl0G1T sN1TZ8qX8icIZGDv7efT82hiIGAPPA1KaroWzL2hcKYXjBBITX9sjw== =gpKv -----END PGP SIGNATURE----- --------------enig1E2EBD816CB363A780C02A4A-- From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 23:17: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 EE20816A419 for ; Mon, 30 Jul 2007 23:17:47 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id B6A6F13C48A for ; Mon, 30 Jul 2007 23:17:47 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3251418pye for ; Mon, 30 Jul 2007 16:17: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:mime-version:content-type; b=bPL1pFR5Ak31K1WpkOn5AfdO1v682UF6xkQZR9tkejjM6xRhQiSM9HmYh7SBo7m20E0ZjPZFWDiOLyqxzn/jOZJ6duU4rzteWD/l8fdGhnQa/x6SXfeZLQPc5mggnAyRCK3HR7pNMGmM2hpayZWELIRE3El6tWUoQjOI72ZryKg= 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=OeJFbZPdS/8PZnMMIq+kqT7praRiyY82czNoNRJmrdtvlNJbeiRvdlR9maeOdB6ibPWVP2vwqiq1qIXmTxHk6yNScs/8cPGqpxnY/5u5lx1V95Tukm+DfngDu6tIzPlUDTyupy72JNnh+Db8fWSw/rHAAOaqE15xAXG/2GJk3nA= Received: by 10.65.154.2 with SMTP id g2mr9604889qbo.1185837466761; Mon, 30 Jul 2007 16:17:46 -0700 (PDT) Received: by 10.64.208.1 with HTTP; Mon, 30 Jul 2007 16:17:46 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 19:17:46 -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: transcode compilation error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 23:17:48 -0000 hi, just updated the ports and found out about the thing about automake. So, do as told, and transcode is having problems: aud_aux.c: In function `audio_init_ffmpeg': aud_aux.c:364: error: `ac3_encoder' undeclared (first use in this function) aud_aux.c:364: error: (Each undeclared identifier is reported only once aud_aux.c:364: error: for each function it appears in.) aud_aux.c:365: error: `mp2_encoder' undeclared (first use in this function) gmake[2]: *** [aud_aux.lo] Error 1 I do have liba52 installed, any idea?? TFC From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 23:52:25 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 3334616A418 for ; Mon, 30 Jul 2007 23:52:25 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1327F13C4A8 for ; Mon, 30 Jul 2007 23:52:24 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 4DB8810578 for ; Mon, 30 Jul 2007 19:23:41 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 933A651926 for ; Mon, 30 Jul 2007 19:23:38 -0400 (EDT) Date: Tue, 31 Jul 2007 00:23:32 +0100 From: RW To: questions@freebsd.org Message-ID: <20070731002332.606975c9@gumby.homeunix.com.> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: FQDN Hostnames, Sendmail and Spamassassin. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 23:52:25 -0000 I have my hostname in rc.conf defined as a FQDN - ending in a dot. IIRC it's needed to prevent sendmail waiting a long time for DNS if the network is unavailable at boot-time. I recently noticed that when I send myself email through sendmail I'm hitting this spamassassin test at my email service: 2.3 FH_HELO_ENDS_DOT Helo ends with a dot It doesn't actually matter to me, because I don't use sendmail much, but what are the rights and wrongs of this? I was under the impression that any name used in an helo/ehlo should be a FQDN. From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 23:52:29 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 A180616A532 for ; Mon, 30 Jul 2007 23:52:29 +0000 (UTC) (envelope-from mwm-keyword-freebsdquestions.8c5a2e@mired.org) Received: from mired.org (vpn.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 508E813C480 for ; Mon, 30 Jul 2007 23:52:29 +0000 (UTC) (envelope-from mwm-keyword-freebsdquestions.8c5a2e@mired.org) Received: (qmail 34697 invoked by uid 1001); 30 Jul 2007 23:23:44 -0000 Received: from bhuda.mired.org (localhost.localdomain [127.0.0.1]) by bhuda.mired.org (tmda-ofmipd) with ESMTP; Mon, 30 Jul 2007 19:23:43 -0400 Date: Mon, 30 Jul 2007 19:23:42 -0400 To: freebsd-hackers@freebsd.org Message-ID: <20070730192342.7e057aad@bhuda.mired.org> In-Reply-To: <46AE6542.1080400@gmail.com> References: <367849.74200.qm@web88315.mail.re4.yahoo.com> <46AE6542.1080400@gmail.com> Organization: Meyer Consulting X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; amd64-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.1.11 (Ladyburn) From: Mike Meyer Cc: Michael S , freebsd-questions@freebsd.org, karol.kwiat@gmail.com Subject: Re: network/multithreaded programming 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: Mon, 30 Jul 2007 23:52:29 -0000 On Tue, 31 Jul 2007 00:25:06 +0200 Karol Kwiatkowski wrote: > Michael S wrote: > > Good day all, > > > > I am not sure this is the correct list for my > > question, I am still going to ask though. > > I am a 3rd year computer science student and in the > > fall I am going to be taking courses in network and > > system programming (with pthread). As a lot of > > universities do, mine also teaches these courses on > > Linux. I was wondering if there was a lot of > > difference in socket and multi-threaded programming > > between Linux and FreeBSD? > > > > Thanks in advance, > > Michael > > Hi Michael, > > I think @hackers might be better place to ask programming questions > (added to CC). It certainly liable to get a better answer, because it has a higher density of programmers hanging out there. I'm not sure it's a better place to ask programming questions, as it's meant for discussing the development of FreeBSD, as opposed to development on FreeBSD. On the other hand, there doesn't seem to be a list for the latter on the list of freebsd mail lists..... The answer depends on what your goal is. If you want to write portable code, both strive to be Posix systems, so if you follow the Posix guidelines, you'll be ok. Since I develop on several different Unix platforms including FreeBSD for clients running GNU/Linux (among other things), that's what I do, and it generally works. However, if you start straying outside Posix, you'll find differences. My experience is that Linux tends to be missing features, but more lenient about transgressions of the standard, than FreeBSD. On the other hand, my sample set is sufficiently small that this may not be a good indication of what it's like for others. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 01:05:36 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 2552716A418 for ; Tue, 31 Jul 2007 01:05:36 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id DE53D13C458 for ; Tue, 31 Jul 2007 01:05:35 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3292249pye for ; Mon, 30 Jul 2007 18:05:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=HXQREUQC/ypB5isUpfkm3l2b4i3mI1wfTiTQbH9xXKOgc1vcNOww+SCcW8HT2WNDErMAHg0wkltv82DDrU7gwNEnQUaRj/ybAi0/sIp+O+zmIzrfaLko76t5eQnMgXbFQJOkxBGLIyvor979Iga4Rcok+syuFo34jhZTaawiC4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=ED4rj5NpSMiBqAp+7xaydLYy58ESox+gIxzKblVPfM7+NZ1ex8UKnU6DDX5hQcr1GYttBySg4W4hdhz0K4snAPLFlZY+2Wm6xf3EQYyThL5egFsuJtKLRYpsTSWnXsiBLtH8q0QJDcWWDL6HIAQnegDt6h2gTKgxk1piK9S9Aqg= Received: by 10.35.39.2 with SMTP id r2mr19026274pyj.1185842260512; Mon, 30 Jul 2007 17:37:40 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id f55sm5168428pyh.2007.07.30.17.37.37 (version=SSLv3 cipher=OTHER); Mon, 30 Jul 2007 17:37:38 -0700 (PDT) In-Reply-To: <20070731002332.606975c9@gumby.homeunix.com.> References: <20070731002332.606975c9@gumby.homeunix.com.> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 30 Jul 2007 19:37:36 -0500 To: RW X-Mailer: Apple Mail (2.752.3) Cc: questions@freebsd.org Subject: Re: FQDN Hostnames, Sendmail and Spamassassin. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 01:05:36 -0000 On Jul 30, 2007, at 6:23 PMJul 30, 2007, RW wrote: > I have my hostname in rc.conf defined as a FQDN - ending in a dot. > IIRC > it's needed to prevent sendmail waiting a long time for DNS if the > network is unavailable at boot-time. > > I recently noticed that when I send myself email through sendmail I'm > hitting this spamassassin test at my email service: > > 2.3 FH_HELO_ENDS_DOT Helo ends with a dot > > It doesn't actually matter to me, because I don't use sendmail much, > but what are the rights and wrongs of this? I was under the impression > that any name used in an helo/ehlo should be a FQDN. > AFAIK, an FQDN does not need to end with a dot. While they do, by definition, end with a dot, that nomenclature is typically only used in DNS zone files. FWIW, I've never noticed a problem with slow boot when there's network problems. If you do notice problems, simply make an entry in the /etc/hosts file to map the local hostname to it's corresponding IP address. HTH. Eric Crist From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 03:07: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 A180416A417 for ; Tue, 31 Jul 2007 03:07:11 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.freebsd.org (Postfix) with ESMTP id 3679B13C468 for ; Tue, 31 Jul 2007 03:07:10 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id l6V3793Y002997; Tue, 31 Jul 2007 13:07:09 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.6/8.13.6) with ESMTP id l6V378Ca028454; Tue, 31 Jul 2007 13:07:09 +1000 (EST) (envelope-from freebsd-questions@auscert.org.au) Message-Id: <200707310307.l6V378Ca028454@app.auscert.org.au> To: freebsd-questions@freebsd.org From: freebsd-questions@auscert.org.au Date: Tue, 31 Jul 2007 13:07:08 +1000 Cc: freebsd-ports@freebsd.org Subject: make install a port, but with a package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 03:07:11 -0000 Hi, I have a bad feeling that this has been asked already, and not that long ago, but I can't find it in my mailbox. Is there a variable I can set so that running 'make install' in a port directory will cause it to download the package, if available, and install that instead of building from source? In other words, the equivalent of 'portupgrade -NPP'. I have looked at the .mk files and nothing in there seems to do that. This is for the situation where portupgrade isn't installed yet, and I'd like to install it quickly from packages so I don't have to wait for Ruby to build. Sure, I could do it with pkg_add or sysinstall but it would be neat to be able to do everything from the ports tree. thanks, joel From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 03:16: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 22BB216A41A; Tue, 31 Jul 2007 03:16:11 +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 04A5013C48A; Tue, 31 Jul 2007 03:16:10 +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 l6V3G8hZ022530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Jul 2007 20:16:08 -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 l6V3G7IU024484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Jul 2007 20:16:08 -0700 Message-ID: <46AEA976.20100@u.washington.edu> Date: Mon, 30 Jul 2007 20:16:06 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: freebsd-questions@auscert.org.au References: <200707310307.l6V378Ca028454@app.auscert.org.au> In-Reply-To: <200707310307.l6V378Ca028454@app.auscert.org.au> 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.30.195132 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, freebsd-ports@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 03:16:12 -0000 freebsd-questions@auscert.org.au wrote: > Hi, > > I have a bad feeling that this has been asked already, and not that long > ago, but I can't find it in my mailbox. Is there a variable I can set so > that running 'make install' in a port directory will cause it to download > the package, if available, and install that instead of building from > source? In other words, the equivalent of 'portupgrade -NPP'. I have > looked at the .mk files and nothing in there seems to do that. > > This is for the situation where portupgrade isn't installed yet, and I'd > like to install it quickly from packages so I don't have to wait for Ruby > to build. Sure, I could do it with pkg_add or sysinstall but it would be > neat to be able to do everything from the ports tree. > > thanks, > joel Unfortunately none that I'm aware of. You can always install Ruby (and its dependencies) from packages though ;). -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 03:44: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 1837216A418 for ; Tue, 31 Jul 2007 03:44:04 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (184-5.1-85.cust.bluewin.ch [85.1.5.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8828D13C46C for ; Tue, 31 Jul 2007 03:44:03 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.1/8.13.1) with ESMTP id l6V3qdSS025748; Tue, 31 Jul 2007 05:52:39 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.1/8.13.1/Submit) id l6V3qcb6025747; Tue, 31 Jul 2007 05:52:38 +0200 (CEST) (envelope-from martin) Date: Tue, 31 Jul 2007 05:52:38 +0200 From: Martin Schweizer To: RW Message-ID: <20070731035238.GC95781@saturn.pcs.ms> Mail-Followup-To: RW , freebsd-questions@freebsd.org, Martin Schweizer References: <20070722171516.GA81747@saturn.pcs.ms> <20070722221650.6e721f26@gumby.homeunix.com.> <20070723192251.GA86535@saturn.pcs.ms> <20070723212314.581ba52f@gumby.homeunix.com.> <20070726182516.GA2928@saturn.pcs.ms> <20070726203817.1ff8fe88@gumby.homeunix.com.> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NklN7DEeGtkPCoo3" Content-Disposition: inline In-Reply-To: <20070726203817.1ff8fe88@gumby.homeunix.com.> User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: Martin Schweizer , freebsd-questions@freebsd.org Subject: Re: Upgrade xorg 6.9 to 72 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 03:44:04 -0000 --NklN7DEeGtkPCoo3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello RW I did find the problem. I'm upgrading this machine by ssh. On the first=20 screen I read UPDATING and definef the environment variables. On the second= =20 screen I did start portupgrade (but did not defined the variables...). Than= k=20 you for the hint. Am Thu, Jul 26, 2007 at 08:38:17PM +0100 RW schrieb: > On Thu, 26 Jul 2007 20:25:16 +0200 > Martin Schweizer wrote: >=20 > > Hello RW > >=20 > > Am Mon, Jul 23, 2007 at 09:23:14PM +0100 RW schrieb: > >=20 > > > > > > I read UPDATING and did all the steps described there.=20 > > > > >=20 > > > > > No, you didn't because /usr/ports/x11/xorg-libraries/Makefile > > > > > contains a little test to make sure you have read UPDATING. > > > >=20 > > > > No, it's not correct. I followed the steps from top to down. > > > > Since I have no gstreamer ports (I did not find any) I used > > > > portupgrade -a. After this I get the output as I send before. > > > > Yes, I checked also the .../xorg-libraries/Makefile and saw the if > > > > loop. I now too that after portupgrade -a went I need further > > > > steps too (symlinks etc.). Since I'm not 100% shure that this > > > > output is correct I wrote this mail. So if I do something wrong > > > > please give me a hint where I did something wrong. Any hints are > > > > welcome. > > >=20 > > >=20 > > > You haven't mentioned setting XORG_UPGRADE. > >=20 > > I've checked of course the environment. I set both variables setenv > > BATCH yes and setenv XORG_UPGRADE yes. > >=20 > > [snip] > > =3D=3D=3D> Cleaning for xorg-libraries-7.2_1 > > Read /usr/ports/UPDATING for the procedure to upgrade or install xorg > > 7.2. *** Error code 1 > > ... > > The only one I saw is the above line but I have no idea what this > > mean. Do you have any ideas? >=20 > Yes, the xorg-libraries Makefile tests that you have set XORG_UPGRADE > and will abort if you haven't. If XORG_UPGRADE is set then it isn't > possible for this error to be seen.=20 >=20 > The point of the test is make sure that no-one upgrades xorg without > reading UPDATING. --=20 Regards Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --NklN7DEeGtkPCoo3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFGrrIGwa4WkdMP0jkRAgG2AJ9e2J8QSGA6vN0CzKu5k/eLBiezRQCfdAx0 2H3FdqbWQWOdO8BQQcDXVb0= =ugKQ -----END PGP SIGNATURE----- --NklN7DEeGtkPCoo3-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 04:31: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 62A9916A417 for ; Tue, 31 Jul 2007 04:31:35 +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 1F23113C478 for ; Tue, 31 Jul 2007 04:31:34 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1443381wxd for ; Mon, 30 Jul 2007 21:31:34 -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=TKFobDU06QVSeoOtbM8A5oOCeIp3rMiuCczU9+oiFmcIEpf1/oY2H/Q+boKUoa/ZAc9B1CddWNdSS1n+rFBpJE4FQtvKA4yonpoeVqWPBnUll9Kv7gBUwkZ3AT6timrpoTbCaChQJmhTzwmyZ+cwKfzURJI60X5JJDSm2nWhTGg= 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=lulKn+xSnAskuS6h1rAQ8TGsQJDGBoNyJC23eSsrO0xGTsC+EQUKHBe6eh4V9snJDiZODos1uAQPF3st+2ekspvws4fn9+qeX5LnjP1uRdsRkkhzyZsYSbt7kFUuheOrc038XkMlsti1tOWIL3u5ecuBZfWAzTpCzfYj7LcSGNc= Received: by 10.90.63.16 with SMTP id l16mr2727390aga.1185856294144; Mon, 30 Jul 2007 21:31:34 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 38sm4162694aga.2007.07.30.21.31.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jul 2007 21:31:33 -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 881AE11420; Tue, 31 Jul 2007 08:31:09 +0400 (GST) Date: Tue, 31 Jul 2007 08:31:09 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: "illoai@gmail.com" In-Reply-To: Message-ID: <20070731082755.L40009@scrat.home.rakhesh.com> References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> <20070730100844.M99888@scrat.home.rakhesh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Terrence Wilson , 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: Tue, 31 Jul 2007 04:31:35 -0000 On Mon, 30 Jul 2007, illoai@gmail.com wrote: > On 30/07/07, Rakhesh Sasidharan wrote: >> >> 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 ... > > /dev/ad4 is probably his first SATA drive, the integer > following "s" is the slice number (partition in the magical > windows world) and if greater than 4 indicates an extended > slice. I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being 1st to 4th disks), 2nd slice (s2), and second partition in that slice (b). Do SATA drives too come up as "ad" devices? I don't have experience with SATA drives, so don't know ... I know my IDE drives come up as "ad" and so would assume SATA will come up with a different name. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 04:46: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 D804916A420 for ; Tue, 31 Jul 2007 04:46:46 +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 B629913C442 for ; Tue, 31 Jul 2007 04:46:46 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6V4kkGI005176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 30 Jul 2007 21:46:46 -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 l6V4kj07028513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 Jul 2007 21:46:45 -0700 Message-ID: <46AEBEB4.7070208@u.washington.edu> Date: Mon, 30 Jul 2007 21:46:44 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> <20070730100844.M99888@scrat.home.rakhesh.com> <20070731082755.L40009@scrat.home.rakhesh.com> In-Reply-To: <20070731082755.L40009@scrat.home.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.30.212333 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1, __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: Terrence Wilson , "illoai@gmail.com" , 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: Tue, 31 Jul 2007 04:46:46 -0000 Rakhesh Sasidharan wrote: > On Mon, 30 Jul 2007, illoai@gmail.com wrote: > >> On 30/07/07, Rakhesh Sasidharan wrote: >>> >>> 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 ... >> >> /dev/ad4 is probably his first SATA drive, the integer >> following "s" is the slice number (partition in the magical >> windows world) and if greater than 4 indicates an extended >> slice. > > I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being > 1st to 4th disks), 2nd slice (s2), and second partition in that slice > (b). Do SATA drives too come up as "ad" devices? I don't have > experience with SATA drives, so don't know ... I know my IDE drives > come up as "ad" and so would assume SATA will come up with a different > name. > > Regards, > Rakhesh Rakhesh is correct. SATA / PATA drives show up under ad[m]s[n][l], where m is the disk number (zero based), n is the slice, aka partition number in the non-BSD (/Solaris?) world, number (zero based), and l is the respective letter for the partition (it can vary depending on the purpose, a being root, b slice, c all of the disk, [d-j?], other values / relevances. SCSI / SAS is almost exactly the same. The only difference is 'ad' is replace with 'da'. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 05:01:32 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 2009716A417 for ; Tue, 31 Jul 2007 05:01:32 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.freebsd.org (Postfix) with ESMTP id AF4EA13C480 for ; Tue, 31 Jul 2007 05:01:31 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id l6V51U3Y005762 for ; Tue, 31 Jul 2007 15:01:30 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.6/8.13.6) with ESMTP id l6V51TFx014271 for ; Tue, 31 Jul 2007 15:01:30 +1000 (EST) (envelope-from freebsd-questions@auscert.org.au) Message-Id: <200707310501.l6V51TFx014271@app.auscert.org.au> From: Joel Hatton To: freebsd-questions@freebsd.org In-Reply-To: Your message of "Mon, 30 Jul 2007 21:46:44 MST." <46AEBEB4.7070208@u.washington.edu> Date: Tue, 31 Jul 2007 15:01:29 +1000 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: Tue, 31 Jul 2007 05:01:32 -0000 On Mon, 30 Jul 2007 21:46:44 -0700, Garrett Cooper wrote: > >Rakhesh is correct. > > SATA / PATA drives show up under ad[m]s[n][l], where m is the disk >number (zero based), n is the slice, aka partition number in the non-BSD >(/Solaris?) world, number (zero based), and l is the respective letter >for the partition (it can vary depending on the purpose, a being root, b >slice, c all of the disk, [d-j?], other values / relevances. > SCSI / SAS is almost exactly the same. The only difference is 'ad' >is replace with 'da'. There is a difference between SATA and PATA in one respect (and I'm sure I'll be corrected by a developer if my experience is unique). PATA drives appear to be allocated ad0-3, SATA drives begin above that. So, ad4 can (and may in this case) be the first and only fixed disk in the system. This was certainly the case with my last SATA system. cheers, joel From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 05:27: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 7F39D16A417 for ; Tue, 31 Jul 2007 05:27:56 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id E975913C45B for ; Tue, 31 Jul 2007 05:27:55 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-13839.home.otenet.gr [87.202.54.123]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6V5RnDh024450; Tue, 31 Jul 2007 08:27:50 +0300 Message-ID: <46AEC854.3070508@otenet.gr> Date: Tue, 31 Jul 2007 08:27:48 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: freebsd-questions@auscert.org.au References: <200707310307.l6V378Ca028454@app.auscert.org.au> In-Reply-To: <200707310307.l6V378Ca028454@app.auscert.org.au> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 05:27:56 -0000 freebsd-questions@auscert.org.au wrote: > Hi, > > I have a bad feeling that this has been asked already, and not that long > ago, but I can't find it in my mailbox. Is there a variable I can set so > that running 'make install' in a port directory will cause it to download > the package, if available, and install that instead of building from > source? In other words, the equivalent of 'portupgrade -NPP'. I have > looked at the .mk files and nothing in there seems to do that. > > This is for the situation where portupgrade isn't installed yet, and I'd > like to install it quickly from packages so I don't have to wait for Ruby > to build. Sure, I could do it with pkg_add or sysinstall but it would be > neat to be able to do everything from the ports tree. > > thanks, > joel > _______________________________________________ > 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" > > > Make install will always compile from source. You could however use: setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ or export PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ (if you use bash) and then do pkg_add, will get you latest packages build from the -STABLE ports. You don't even have to worry about specific version numbers (i.e. pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close to a "port tree simulation" as possible. The package may still be lagging a few versions behind the port however (or in some cases may not even exist). From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 05:37: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 AEB6616A418 for ; Tue, 31 Jul 2007 05:37:35 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 24BDC13C46B for ; Tue, 31 Jul 2007 05:37:34 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-13839.home.otenet.gr [87.202.54.123]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l6V5bTxo012523; Tue, 31 Jul 2007 08:37:29 +0300 Message-ID: <46AECA99.9050009@otenet.gr> Date: Tue, 31 Jul 2007 08:37:29 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Joel Hatton References: <200707310501.l6V51TFx014271@app.auscert.org.au> In-Reply-To: <200707310501.l6V51TFx014271@app.auscert.org.au> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit 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: Tue, 31 Jul 2007 05:37:35 -0000 Joel Hatton wrote: > On Mon, 30 Jul 2007 21:46:44 -0700, Garrett Cooper wrote: > >> Rakhesh is correct. >> >> SATA / PATA drives show up under ad[m]s[n][l], where m is the disk >> number (zero based), n is the slice, aka partition number in the non-BSD >> (/Solaris?) world, number (zero based), and l is the respective letter >> for the partition (it can vary depending on the purpose, a being root, b >> slice, c all of the disk, [d-j?], other values / relevances. >> SCSI / SAS is almost exactly the same. The only difference is 'ad' >> is replace with 'da'. >> > > There is a difference between SATA and PATA in one respect (and I'm sure > I'll be corrected by a developer if my experience is unique). PATA drives > appear to be allocated ad0-3, SATA drives begin above that. So, ad4 can > (and may in this case) be the first and only fixed disk in the system. > This was certainly the case with my last SATA system. > > cheers, > joel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > It may have to do with how the SATA controller is setup in the bios. In some cases there is something like an "emulation" mode where the SATA controller actually replaces the PATA one rather than augmenting it. In these case you may get an ad0 for the first SATA drive. If you are running SATA in native mode, the first drive is ad4. I have two machines with single SATA drives and they both show ad4 disk names. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 06:18: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 B207716A41A for ; Tue, 31 Jul 2007 06:18:41 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 70A6913C45A for ; Tue, 31 Jul 2007 06:18:41 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from trapper.homedns.org (213.114.40.248) by proxy1.bredband.net (7.3.127) id 46A848D600140A3A for freebsd-questions@freebsd.org; Tue, 31 Jul 2007 08:18:39 +0200 Received: from trapper.homedns.org (localhost [127.0.0.1]) by trapper.homedns.org (8.13.8/8.13.8) with ESMTP id l6V6IdoG017608 for ; Tue, 31 Jul 2007 08:18:39 +0200 (CEST) (envelope-from lazlar@lazlarlyricon.com) Message-ID: <46AED43F.5090800@lazlarlyricon.com> Date: Tue, 31 Jul 2007 08:18:39 +0200 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.5 (X11/20070716) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200707310501.l6V51TFx014271@app.auscert.org.au> In-Reply-To: <200707310501.l6V51TFx014271@app.auscert.org.au> Content-Type: multipart/mixed; boundary="------------040700060404050205030401" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Tue, 31 Jul 2007 06:18:41 -0000 This is a multi-part message in MIME format. --------------040700060404050205030401 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Joel Hatton wrote: > On Mon, 30 Jul 2007 21:46:44 -0700, Garrett Cooper wrote: >> Rakhesh is correct. >> >> SATA / PATA drives show up under ad[m]s[n][l], where m is the disk = >> number (zero based), n is the slice, aka partition number in the non-B= SD=20 >> (/Solaris?) world, number (zero based), and l is the respective letter= =20 >> for the partition (it can vary depending on the purpose, a being root,= b=20 >> slice, c all of the disk, [d-j?], other values / relevances. >> SCSI / SAS is almost exactly the same. The only difference is 'ad' = >> is replace with 'da'. >=20 > There is a difference between SATA and PATA in one respect (and I'm sur= e > I'll be corrected by a developer if my experience is unique). PATA driv= es > appear to be allocated ad0-3, SATA drives begin above that. So, ad4 can= > (and may in this case) be the first and only fixed disk in the system. > This was certainly the case with my last SATA system. >=20 > cheers, > joel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= =2Eorg" >=20 >=20 >=20 If there are PATA channels on the motherboard (which there are on most=20 motherboards, I believe) they're most likely the primary and secondary=20 ATA channels, making the SATA channels the third and above. If you have=20 the ATA_STATIC_ID option in the kernel, the SATA drives will then show=20 up ad ad4 and above, whether or not there are any PATA drives connected. = With the ATA_STATIC_ID option the primary master is ad0, primary slave=20 is ad1 and so on, whether or not there are any drives connected. If you=20 remove the ATA_STATIC_ID option, the ATA drives (PATA and SATA) will be=20 assigned the lowest number not in use, so with no PATA drives connected, = the first SATA drive will be ad0, the second one will be ad1 and so on. This is my experience, but I'm not a developer, so there may be some=20 twists that I've missed, and if so, I'm sure someone will correct me. :) --=20 V=C3=A4nligen / Sincerly, Rolf Nielsen --------------040700060404050205030401-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 06:38:00 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 35F4B16A419; Tue, 31 Jul 2007 06:38:00 +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 2561213C465; Tue, 31 Jul 2007 06:38:00 +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 430791A4D7C; Mon, 30 Jul 2007 23:37:39 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 6628FBA22; Tue, 31 Jul 2007 02:37:59 -0400 (EDT) Date: Tue, 31 Jul 2007 02:37:59 -0400 From: Kris Kennaway To: rotkap@gmx.de Message-ID: <20070731063759.GA19731@rot26.obsecurity.org> References: <200707310307.l6V378Ca028454@app.auscert.org.au> <46AEC854.3070508@otenet.gr> <9n13o4-826.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9n13o4-826.ln1@news.hansenet.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: make install a port, but with a package? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 06:38:00 -0000 On Tue, Jul 31, 2007 at 08:32:58AM +0200, Heino Tiedemann wrote: > Manolis Kiagias wrote: > > > Make install will always compile from source. You could however use: > > > > setenv PACKAGESITE > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > > > or > > > > export > > PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > > (if you use bash) > > > > and then do pkg_add, will get you latest packages build from the -STABLE > > ports. You don't even have to worry about specific version numbers (i.e. > > pkg_add -r bash instead of pkg_add -r bash-3.2.17_1) so this is a close > > to a "port tree simulation" as possible. The package may still be > > lagging a few versions behind the port however (or in some cases may not > > even exist). > > What about the variable PKG_SITES? > > Once I found (in sime wiki or howto) this entry: > > > export > PACKAGESITE=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/ > export PKG_SITES=ftp://ftp7.de.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/ > > > what about that variable PKG_SITES? what is it for? See pkg_add(1) kris From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 06:40:00 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 903B116A468 for ; Tue, 31 Jul 2007 06:40:00 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 21DC513C45B for ; Tue, 31 Jul 2007 06:39:59 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so401499fka for ; Mon, 30 Jul 2007 23:39:59 -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=Ikx5nvrogN2IxXn67t6YflA9L+o1T7NJW3oQqz5HtnuVJlsvDw+s3L5xJp/0ia376rvuiIR5S+qnSaGL4xOrK6J9zWKBip3OsSLRYK0MMLBPVJQYhRDkavSJr1etPkmdf1nAZ/FxxJytWH0JvNkNKqolK+pjTEaM9XjQQIm3beA= 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=lIPP3rQFKrqJTRyiKZT+f7I0rDnX8PY4lg36pX2yuM1fv7pfqo+Y0TohtcU1hEQofRCtnKsrJqcSY24CHt+qt1C2rerp0NFdE3U7bKssZD2jtPPHebZnSmgqEan1uxY1vL5dlxdpX9uMdVkt0FC/+/WUO2FkhrpZwvXzhWNBEGw= Received: by 10.82.186.5 with SMTP id j5mr5033048buf.1185863998862; Mon, 30 Jul 2007 23:39:58 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Mon, 30 Jul 2007 23:39:57 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 01:39:58 -0500 From: "illoai@gmail.com" To: "Rakhesh Sasidharan" In-Reply-To: <20070731082755.L40009@scrat.home.rakhesh.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> <20070730100844.M99888@scrat.home.rakhesh.com> <20070731082755.L40009@scrat.home.rakhesh.com> Cc: Terrence Wilson , 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: Tue, 31 Jul 2007 06:40:00 -0000 On 30/07/07, Rakhesh Sasidharan wrote: > > > On Mon, 30 Jul 2007, illoai@gmail.com wrote: > > > On 30/07/07, Rakhesh Sasidharan wrote: > >> > >> 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 ... > > > > /dev/ad4 is probably his first SATA drive, the integer > > following "s" is the slice number (partition in the magical > > windows world) and if greater than 4 indicates an extended > > slice. > > I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being 1st > to 4th disks), 2nd slice (s2), and second partition in that slice (b). Do > SATA drives too come up as "ad" devices? I don't have experience with SATA > drives, so don't know ... I know my IDE drives come up as "ad" and so > would assume SATA will come up with a different name. I suppose we still haven't actually answered the original question, as to why it would abort with: "Unable to find device node for /dev/ad4s2b in /dev!" The only thing I can think of is that sysinstall was expecting a swap partition and wasn't given one, although that sysinstall should be so brittle does not agree with my general experience. If the space to be installed in is greater than 6G (or so) the defaults should work without a problem, so assuming the defaults were used it should see a /dev/ad4s2b as swap. Of course we haven't asked which version of FreeBSD or if there might be some sort of buggish controller. -- -- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 06:54: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 61E0516A41F for ; Tue, 31 Jul 2007 06:54:36 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id EB68113C461 for ; Tue, 31 Jul 2007 06:54:35 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so404737fka for ; Mon, 30 Jul 2007 23:54:34 -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=k7jog08u8zMl9zMhKaoyK574dm8Yi3I8FRbGagEOiZQOea28Z+SFcYNO9Q817X78DfILv4NAjmsgN9QMB4LRpChjkea/ot+VBncfKIuXqovB+MA5IV+uD2feVPjOi/mOT46XzPZQxyd8+7r0Xt2XMbVZXKPTmeJInqQAiIPb2Xo= 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=NfH+AIRvDD8fp6TnzrNYNfrBX0Ln06G66yssXumtn08Qm6w7cRrUjem/S5kPIWT2jcSwkhLBQPYJ3Wu33Ma/Y5wt2ErKUDBpNesNsmP6cqto55aak+drkUieTEj1rrfIrvlcPNzWwjsjz2cMF65IU+2qIAlwQGk6djzRo3hULCc= Received: by 10.82.105.13 with SMTP id d13mr5030891buc.1185864874689; Mon, 30 Jul 2007 23:54:34 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Mon, 30 Jul 2007 23:54:34 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 01:54:34 -0500 From: "illoai@gmail.com" To: "Tsu-Fan Cheng" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: FreeBSD Subject: Re: transcode compilation error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 06:54:36 -0000 On 30/07/07, Tsu-Fan Cheng wrote: > hi, > just updated the ports and found out about the thing about automake. So, > do as told, and transcode is having problems: > > aud_aux.c: In function `audio_init_ffmpeg': > aud_aux.c:364: error: `ac3_encoder' undeclared (first use in this function) > aud_aux.c:364: error: (Each undeclared identifier is reported only once > aud_aux.c:364: error: for each function it appears in.) > aud_aux.c:365: error: `mp2_encoder' undeclared (first use in this function) > gmake[2]: *** [aud_aux.lo] Error 1 > > I do have liba52 installed, any idea?? multimedia/ffmpeg was recently updated, and portupgrade is not always great about ordering dependencies well: per- haps upgrade ffmpeg and then transcode? NB: I do not have transcode installed and honestly don't know what good it would do. PS: If that didn't work, I would try: # portupgrade -rRf transcode and if that didn't work I would throw something and work with # portupgrade -Rrf somewhere else in transcode's depandency tree and hope that it got sucked in correctly (it usually does). -- -- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 07:02: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 F020A16A417 for ; Tue, 31 Jul 2007 07:02:03 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.187]) by mx1.freebsd.org (Postfix) with ESMTP id 8190F13C46A for ; Tue, 31 Jul 2007 07:02:03 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so406271fka for ; Tue, 31 Jul 2007 00:02:02 -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=utBdDG6oo1U6H/O85ALQ5/inIBL3fbwW2HWBuQ2MaLPbtstFP2HVGgR2jdBqm/67l6RCpdGBJl6HMR+YnT/0Mz/FoLm3vVCNBd418kcwBXE1hEPaYk4j7es3rqwmLt9d7Qn6JO7GyKKN4ZlP1+NFdJe4Yla7+85Xn3hyLL5dRYk= 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=EiPpGffFWm9MTcLPuON96iUpg95hcphpii95lvbuFLSIIi20Hcfw1SjM1Iz7FGkDTtQUsrKTJhx0TWL3eqIcIp025o5e+ssf/qM+OA6gTWPuVBBbhKDOCIjMcMPP6X8hTKwrCimHrRFkVC7i/FW/QLftpBtVIlT4dCwq+teoxxs= Received: by 10.82.170.2 with SMTP id s2mr5048990bue.1185865322393; Tue, 31 Jul 2007 00:02:02 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Tue, 31 Jul 2007 00:02:02 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 02:02:02 -0500 From: "illoai@gmail.com" To: "Adam J Richardson" In-Reply-To: <46A8FD70.2020607@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070722171516.GA81747@saturn.pcs.ms> <20070722221650.6e721f26@gumby.homeunix.com.> <20070723192251.GA86535@saturn.pcs.ms> <20070723212314.581ba52f@gumby.homeunix.com.> <20070726182516.GA2928@saturn.pcs.ms> <20070726203817.1ff8fe88@gumby.homeunix.com.> <46A8FD70.2020607@crackmonkey.us> Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade xorg 6.9 to 72 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 07:02:04 -0000 On 26/07/07, Adam J Richardson wrote: > Speaking of failing to upgrade Xorg from 6.9 to 7.2, has anyone else > encountered the error > > configure: error: cannot find GL library - make sure Mesa or other > OpenGL package is installed > > while building the port "xdriinfo"? I've tried building Mesa 7.0 by hand > and copying files into the appropriate dirs [following the instructions > at http://dri.freedesktop.org/wiki/Building], but no luck. > > X seems to work perfectly well without xdriinfo [since this machine's > way too old for even the most efficient of triangle-pushing games :D ], > but I hate having a stale dependency in my ports database. > > [Apologies if this was asked already - I haven't read the list for a while.] > I believe (CH3CH2OH and all) that on some installations you have to manually install graphics/libGL (or graphics/libGLU?) At least I think (though this was a while ago) I had to do that on one of my systems. And then proceed as Norman Mailer. normal, I mean. -- -- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 09:10: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 8376316A418 for ; Tue, 31 Jul 2007 09:10:12 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id CCD7E13C428 for ; Tue, 31 Jul 2007 09:10:11 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by fk-out-0910.google.com with SMTP id b27so436193fka for ; Tue, 31 Jul 2007 02:10:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=i2q+ef2p0//UCx87kkJtb148S173527T08EnhN8KsKhIpEyxITYH+S/rcCOUOeyzYoAPOyexHdlBL0ykVQYsiIGMJtFt4w2UPOe42vpVBwM8WNjK/pWIngGObw0ym8n7tsff+Yi9sxUN3mBO4/L38oi2L1TuZ7oCouP/ODeLkqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=elD2S+YlAQWR3yjozPEEH843RiRQpVRG2Mld8XveonvWZysIHsaZU90cofgcRgqIvV1xU2ijJ30kgklMJ/EFnf0mqf2bAZQN4ffkNoid3vJ/CcOqXjOsmkmzBby18l18fS1HyzhZZcMDwEyd2cJABlkevQvUzDcOiZdT8TOZB2U= Received: by 10.82.181.10 with SMTP id d10mr5205697buf.1185873010327; Tue, 31 Jul 2007 02:10:10 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id i7sm17255762nfh.2007.07.31.02.10.08 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 02:10:08 -0700 (PDT) From: Tom Evans To: Dominic Bishop In-Reply-To: <20070728132614.2BC7F13C461@mx1.freebsd.org> References: <20070728132614.2BC7F13C461@mx1.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/o59l4bV3uOWVEnWu3Ue" Date: Tue, 31 Jul 2007 10:10:06 +0100 Message-Id: <1185873007.1444.14.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: freebsd-questions@freebsd.org Subject: Re: Increasing GELI performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 09:10:12 -0000 --=-/o59l4bV3uOWVEnWu3Ue Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2007-07-28 at 14:26 +0100, Dominic Bishop wrote: > I've just been testing out GELI performance on an underlying RAID using a > 3ware 9550SXU-12 running RELENG_6 as of yesterday and seem to be hitting = a > performance bottleneck, but I can't see where it is coming from. >=20 > Testing with an unencrypted 100GB GPT partition (/dev/da0p1) gives me aro= und > 200-250MB/s read and write speeds to give an idea of the capability of th= e > disk device itself. >=20 > Using GELI with a default 128bit AES key seems to limit at ~50MB/s , > changing the sector size all the way upto 128KB makes no difference > whatsoever to the performance. If I use the threads sysctl in loader.conf > and drop the geli threads to 1 thread only (instead of the usual 3 it spa= wns > on this system) the performance still does not change at all. Monitoring > during writes with systat confirms that it really is spawning 1 or 3 thre= ads > correctly in these cases. >=20 > Here is a uname -a from the machine >=20 > FreeBSD 004 6.2-STABLE FreeBSD 6.2-STABLE #2: Fri Jul 27 20:10:05 CEST 20= 07 > dom@004:/u1/obj/u1/src/sys/004 amd64 >=20 > Kernel is a copy of GENERIC with GELI option added >=20 > Encrypted partition created using : geli init -s 65536 /dev/da0p1 >=20 > Simple write test done with: dd if=3D/dev/zero of=3D/dev/da0p1.eli bs=3D1= m > count=3D10000 (same as I did on the unencyrpted, a full test with bonnie+= + > shows similar speeds) >=20 > Systat output whilst writing, showing 3 threads: >=20 >=20 > /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 > Load Average |||| >=20 > /0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /10= 0 > root idle: cpu3 XXXXXXXXX =20 > root idle: cpu1 XXXXXXXX =20 > XXXXXXXX > root idle: cpu0 XXXXXXX=20 > root idle: cpu2 XXXXXX > root g_eli[2] d XXX=20 > root g_eli[0] d XXX > root g_eli[1] d X=20 > root g_up > root dd >=20 > Output from vmstat -w 5 > procs memory page disks faults cpu > r b w avm fre flt re pi po fr sr ad4 da0 in sy cs us s= y > id > 0 1 0 38124 3924428 208 0 1 0 9052 0 0 0 1758 451 6354 = 1 > 15 84 > 0 1 0 38124 3924428 0 0 0 0 13642 0 0 411 2613 128 9483 = 0 > 22 78 > 0 1 0 38124 3924428 0 0 0 0 13649 0 0 411 2614 130 9483 = 0 > 22 78 > 0 1 0 38124 3924428 0 0 0 0 13642 0 0 411 2612 128 9477 = 0 > 22 78 > 0 1 0 38124 3924428 0 0 0 0 13642 0 0 411 2611 128 9474 = 0 > 23 77 >=20 > Output from iostat -x 5 > extended device statistics =20 > device r/s w/s kr/s kw/s wait svc_t %b =20 > ad4 2.2 0.7 31.6 8.1 0 3.4 1=20 > da0 0.2 287.8 2.3 36841.5 0 0.4 10=20 > pass0 0.0 0.0 0.0 0.0 0 0.0 0=20 > extended device statistics =20 > device r/s w/s kr/s kw/s wait svc_t %b =20 > ad4 0.0 0.0 0.0 0.0 0 0.0 0=20 > da0 0.0 411.1 0.0 52622.1 0 0.4 15=20 > pass0 0.0 0.0 0.0 0.0 0 0.0 0=20 > extended device statistics =20 > device r/s w/s kr/s kw/s wait svc_t %b =20 > ad4 0.0 0.0 0.0 0.0 0 0.0 0=20 > da0 0.0 411.1 0.0 52616.2 0 0.4 15=20 > pass0 0.0 0.0 0.0 0.0 0 0.0 0=20 >=20 >=20 > Looking at these results myself I cannot see where the bottleneck is, I > would assume since changing the sector size or the geli threads doesn't > affect performance that there is some other single threaded part limiting= it > but I don't know enough about how it works to say what. >=20 > CPU in the machine is a pair of these: > CPU: Intel(R) Xeon(R) CPU 5110 @ 1.60GHz (1603.92-MHz K8-clas= s > CPU) >=20 > I've also come across some other strange issues with some other machines > which have identical arrays but only a pair of 32bit 3.0Ghz xeons in them > (Also using releng_6 as of yesterday, just i386 not amd64). On those geli > will launch a single thread by default (cores-1 seems to be the default) > however I cannot force it to launch 2 by using the sysctl, although on th= e 4 > core machine I can successfully use it to launch 4. It would be nice to b= e > able to use both cores on the 32bit machines for geli but given the resul= ts > I've shown here I'm not sure it would gain me much at the moment. >=20 > Another problem I've found is that if I use a sector size for GELI > 8192 > bytes then I'm unable to newfs the encrypted partition afterwards, it fai= ls > immediately with this error: >=20 > newfs /dev/da0p1.eli > increasing block size from 16384 to fragment size (65536) > /dev/da0p1.eli: 62499.9MB (127999872 sectors) block size 65536, fragment > size 65536 > using 5 cylinder groups of 14514.56MB, 232233 blks, 58112 inodes. > newfs: can't read old UFS1 superblock: read error from block device: Inva= lid > argument >=20 > The underlying device is readable/writeable however as dd can read/write = to > it without any errors. >=20 > If anyone has any suggestions/thoughts on any of these points it would be > much appreciated, these machines will be performing backups over 1Gbit LA= N > so more speed than I can currently get would be preferable. >=20 > I sent this to geom@ and meant to CC here as that seems to be a pretty qu= iet > list so might not get seen there, I forgot the CC so apologies for sendin= g > separately here. I'll add here a few extra bits sent to geom@ to a respon= se: >=20 > Trying newfs with -S option to specify sector size matching -s option to > geli init: >=20 > newfs -S 65536 /dev/da0p1.eli > increasing block size from 16384 to fragment size (65536) > /dev/da0p1.eli: 62499.9MB (127999872 sectors) block size 65536, fragment > size 65536 > using 5 cylinder groups of 14514.56MB, 232233 blks, 58112 inodes. > newfs: can't read old UFS1 superblock: read error from block device: Inva= lid > argument >=20 > Diskinfo reports correct sector size for geli layer and 512 byte for > underlying GPT partition: > diskinfo -v /dev/da0p1 > /dev/da0p1 > 512 # sectorsize > 65536000000 # mediasize in bytes (61G) > 128000000 # mediasize in sectors > 7967 # Cylinders according to firmware. > 255 # Heads according to firmware. > 63 # Sectors according to firmware. >=20 > diskinfo -v /dev/da0p1.eli > /dev/da0p1.eli > 65536 # sectorsize > 65535934464 # mediasize in bytes (61G) > 999999 # mediasize in sectors > 62 # Cylinders according to firmware. > 255 # Heads according to firmware. > 63 # Sectors according to firmware. >=20 > Testing on a onetime geli encryption of the underlying raw device to bypa= ss > the GPT shows very similar poor results: >=20 > dd if=3D/dev/da0.eli of=3D/dev/null bs=3D1m count=3D1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 29.739186 secs (35259069 bytes/sec) >=20 > dd if=3D/dev/zero of=3D/dev/da0.eli bs=3D1m count=3D1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 23.501061 secs (44618241 bytes/sec) >=20 > For comparison the same test done on the unencrypted raw device: >=20 > dd if=3D/dev/da0 of=3D/dev/null bs=3D1m count=3D1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 5.802704 secs (180704717 bytes/sec) >=20 > dd if=3D/dev/zero of=3D/dev/da0 bs=3D1m count=3D1000 > 1000+0 records in > 1000+0 records out > 1048576000 bytes transferred in 4.026869 secs (260394859 bytes/sec) >=20 >=20 > Looking at 'top -S -s1' whilst doing a long read/write using geli shows a > geli thread for each core but there only ever seems to be one in a runnin= g > state at any given time, the others will be in a state of 'geli:w'. This > would suggest why performance is identical with only 1 geli thread and wi= th > 4 geli threads. >=20 > Regards, >=20 > Dominic Bishop >=20 A simple solution is just to add some crypto hardware into the mix to beef things up. Something like a Soekris VPN 1401 would do the trick. See hifn(4) and http://www.soekris.com/vpn1401.htm --=-/o59l4bV3uOWVEnWu3Ue Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGrvxqlcRvFfyds/cRAhbvAKCzOMQ7oG+Jinl6nDQGepL5IhBHuACfZ5nB qkKFFM1qv8A5imfWSMe34Ac= =NMMe -----END PGP SIGNATURE----- --=-/o59l4bV3uOWVEnWu3Ue-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 10:03: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 8CF1E16A417 for ; Tue, 31 Jul 2007 10:03:22 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: from dreamfire.com (dreamfire.com [192.220.72.206]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0CB13C46B for ; Tue, 31 Jul 2007 10:03:22 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: (qmail 67171 invoked by uid 18638); 31 Jul 2007 10:03:21 -0000 Date: Tue, 31 Jul 2007 03:03:20 -0700 From: Bruce Caruthers To: FreeBSD Questions Message-ID: <20070731030320.A40177@dreamfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: DOH! ata_alloc_request failed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Caruthers List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 10:03:22 -0000 Um... should I be concerned? Jul 31 02:29:26 arachne2 kernel: DOH! ata_alloc_request failed! I was in the process of copying all my files over from my old server, but I didn't receive any errors during the copies except for this in the dmesg and messages logs... (and, unfortunately, since I was doing so many NFS and tarball copies/extracts, I am not sure which one hiccupped). I do plan to verify all my copying, but should I be concerned with the stability of the system? === my system: "arachne2" FreeBSD6.2R/amd64 Intel DG965WH mobo (7/25 BIOS) ICH8R SATA RAID (2x RAID-1) 4x Hitachi SATA300 320GB HDT725032VLA360 === copying via NFS from: (in case it matters) "arachne" FreeBSD4.2R/i386 Abit BX133-RAID mobo HighPoint HPT-370 Thanks! -bkc From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 13:21: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 E2DC316A417 for ; Tue, 31 Jul 2007 13:21:59 +0000 (UTC) (envelope-from a.l.w.kuijper@rug.nl) Received: from hatert.nijmegen.internl.net (mailrelay1.nijmegen.internl.net [217.149.192.44]) by mx1.freebsd.org (Postfix) with ESMTP id 769B213C428 for ; Tue, 31 Jul 2007 13:21:59 +0000 (UTC) (envelope-from a.l.w.kuijper@rug.nl) Received: from smtp20.nijmegen.internl.net by hatert.nijmegen.internl.net via smtp20.nijmegen.internl.net [217.149.192.18] with ESMTP for id l6UMjfvk002401 (8.13.6/2.04); Tue, 31 Jul 2007 00:45:42 +0200 (MEST) Received: from [145.98.213.240] (240-213.kabel.internl.net [145.98.213.240]) (authenticated bits=0) by smtp20.nijmegen.internl.net (8.13.8/2.04) with ESMTP id l6UMjUUE005348 for ; Tue, 31 Jul 2007 00:45:33 +0200 (CEST) Message-ID: <46AE6A04.2000107@rug.nl> Date: Tue, 31 Jul 2007 00:45:24 +0200 From: Bram Kuijper User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: php4 to php5 means exit session functions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 13:22:00 -0000 Hi all, I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using the following 'manual': http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html However, now I get error messages like " *Fatal error*: Call to undefined function session_start()*". This is strange, because I _did_ also update php5-session and php5-extensions. I did restart apache, so what else can be wrong? This is the configure command I used: *'./configure' '--enable-versioning' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' '--program-prefix=' '--enable-fastcgi' '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' * anyone a clue how to get the session functionality back? thanks. Bram * From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 13:27: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 CE4F516A468 for ; Tue, 31 Jul 2007 13:27:48 +0000 (UTC) (envelope-from bram@diomedia.be) Received: from hoefnix.telenet-ops.be (hoefnix.telenet-ops.be [195.130.132.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6D713C4D1 for ; Tue, 31 Jul 2007 13:27:48 +0000 (UTC) (envelope-from bram@diomedia.be) Received: from ananke.telenet-ops.be (ananke.telenet-ops.be [195.130.137.78]) by hoefnix.telenet-ops.be (Postfix) with ESMTP id 419489D5AA for ; Tue, 31 Jul 2007 15:15:55 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by ananke.telenet-ops.be (Postfix) with SMTP id C1C733923FE for ; Tue, 31 Jul 2007 15:15:53 +0200 (CEST) Received: from [192.168.3.192] (d5152C2D6.access.telenet.be [81.82.194.214]) by ananke.telenet-ops.be (Postfix) with ESMTP id B57E43923E1 for ; Tue, 31 Jul 2007 15:15:49 +0200 (CEST) Message-ID: <46AF3605.3090308@diomedia.be> Date: Tue, 31 Jul 2007 15:15:49 +0200 From: bram User-Agent: Thunderbird 1.5.0.12 (X11/20070718) MIME-Version: 1.0 To: Liste FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 13:27:48 -0000 Hi list, The company I work for is linux based, we work with our own app written in wxPython. I am having a lot of trouble finding a suitable desktop OS, I've just went with redhat but I think I am having second thoughts about it . Freebsd (wich we use for some servers) would be an option but: I find it really difficult to keep freebsd up to date in a desktop situation, recompiling things like gnome can take a lot of time. So what I would really like is to make one machine the build/test machine and keep this machine up to date with the ports and portmanager or so. Can I then set up some kind of repo with the packages from this machine and run something like "yum upgrade" on every desktop we have ? I know something like sharing (thus building it only once and installing it on multiple pc's) /usr/ports could be done but it is still to much work and I would like something that also works over the internet. Ideas anyone ? kind regards From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 13:29: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 BC62C16A41A for ; Tue, 31 Jul 2007 13:29:23 +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 897AE13C46A for ; Tue, 31 Jul 2007 13:29:23 +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 l6VDTNln068236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Jul 2007 06:29:23 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AF392B.9010000@enabled.com> Date: Tue, 31 Jul 2007 06:29:15 -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: cant uninstall nessus-gtk2-2.2.9_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: Tue, 31 Jul 2007 13:29:23 -0000 Hi there, I am having a bit of trouble with the nessus installation at the moment. any clues how I can fully remove it and install it properly. access1# pkg_info | grep nessus pkg_info: show_file: can't open '+COMMENT' for reading nessus-gtk2-2.2.9_1 ??? nessus-libnasl-2.2.9 Nessus Attack Scripting Language nessus-libraries-2.2.9 Libraries for Nessus, the security scanner access1# pkg_delete -f nessus pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix access1# Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 13:31: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 170A016A420 for ; Tue, 31 Jul 2007 13:31:03 +0000 (UTC) (envelope-from bulkmail@diomedia.be) Received: from dike.telenet-ops.be (dike.telenet-ops.be [195.130.132.36]) by mx1.freebsd.org (Postfix) with ESMTP id C22FF13C48A for ; Tue, 31 Jul 2007 13:31:02 +0000 (UTC) (envelope-from bulkmail@diomedia.be) Received: from ananke.telenet-ops.be (ananke.telenet-ops.be [195.130.137.78]) by dike.telenet-ops.be (Postfix) with ESMTP id A6EB082210A for ; Tue, 31 Jul 2007 13:59:26 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by ananke.telenet-ops.be (Postfix) with SMTP id F05BE3923F7 for ; Tue, 31 Jul 2007 13:59:24 +0200 (CEST) Received: from [192.168.3.192] (d5152C2D6.access.telenet.be [81.82.194.214]) by ananke.telenet-ops.be (Postfix) with ESMTP id E3B543923EF for ; Tue, 31 Jul 2007 13:59:24 +0200 (CEST) Message-ID: <46AF241A.6000708@diomedia.be> Date: Tue, 31 Jul 2007 13:59:22 +0200 From: Bram Van Steenlandt User-Agent: Thunderbird 1.5.0.12 (X11/20070718) MIME-Version: 1.0 To: Liste FreeBSD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 13:31:03 -0000 Hi list, The company I work for is linux based, we work with our own app written in wxPython. I am having a lot of trouble finding a suitable desktop OS, I've just went with redhat but I think I am having second thoughts about it . Freebsd (wich we use for some servers) would be an option but: I find it really difficult to keep freebsd up to date in a desktop situation, recompiling things like gnome can take a lot of time. So what I would really like is to make one machine the build/test machine and keep this machine up to date with the ports and portmanager or so. Can I then set up some kind of repo with the packages from this machine and run something like "yum upgrade" on every desktop we have ? I know something like sharing (thus building it only once and installing it on multiple pc's) /usr/ports could be done but it is still to much work and I would like something that also works over the internet. Ideas anyone ? kind regards From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 13:55: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 657D416A417 for ; Tue, 31 Jul 2007 13:55:23 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35301.mail.mud.yahoo.com (web35301.mail.mud.yahoo.com [66.163.179.95]) by mx1.freebsd.org (Postfix) with SMTP id 24CE013C442 for ; Tue, 31 Jul 2007 13:55:22 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: (qmail 699 invoked by uid 60001); 31 Jul 2007 13:55:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=aoQUXrAWUYiwQNci7ND2dMrfrDHtI+OiW7WMcPzfnABaor8autV9gyaXXNDMlEoiE6q0kMWPOWF6umJ75zwM3pBbNu1xXDNTjY4p43zDkSDWTDZWBAqeh8gGXo5ZQF//0shMLEneFpRKwkyrPPG3y5vXPjnCOxOi5uNlpfT0srk=; X-YMail-OSG: q_WmhkkVM1mkaAiTt3nDwS4zdDUSOWC7WUfpLCxHakiwUVQpBKu6W51Yqo5Eo8B1iu45YQMowJLB_lsRYIpSkMVTf2Pgiws96rWtxqRjV2sBx5nN1h8- Received: from [204.115.94.51] by web35301.mail.mud.yahoo.com via HTTP; Tue, 31 Jul 2007 06:55:20 PDT X-Mailer: YahooMailRC/651.41 YahooMailWebService/0.7.119 Date: Tue, 31 Jul 2007 06:55:20 -0700 (PDT) From: Andrew Gould To: Bram Van Steenlandt , Liste FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <252105.99583.qm@web35301.mail.mud.yahoo.com> Cc: Subject: Re: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 13:55:23 -0000 > ----- Original Message ----=0A> From: Bram Van Steenlandt =0A> To: Liste FreeBSD =0A> Sent: Tue= sday, July 31, 2007 6:59:22 AM=0A> Subject: updating multiple freebsd deskt= ops=0A> =0A> Hi list,=0A> =0A> The company I work for is linux based, we wo= rk with our own app written =0A> in wxPython.=0A> I am having a lot of trou= ble finding a suitable desktop OS, I've just =0A> went with redhat but I th= ink I am having second thoughts about it .=0A> Freebsd (wich we use for som= e servers) would be an option but:=0A> =0A> I find it really difficult to k= eep freebsd up to date in a desktop =0A> situation, recompiling things like= gnome can take a lot of time.=0A> =0A> So what I would really like is to m= ake one machine the build/test =0A> machine and keep this machine up to dat= e with the ports and portmanager =0A> or so.=0A> Can I then set up some kin= d of repo with the packages from this machine =0A> and run something like "= yum upgrade" on every desktop we have ?=0A> I know something like sharing (= thus building it only once and installing =0A> it on multiple pc's) /usr/po= rts could be done but it is still to much =0A> work and I would like someth= ing that also works over the internet.=0A> =0A> Ideas anyone ?=0A> =0A> ki= nd regards=0A> _______________________________________________=0A=0A=0AHere= are some ideas to get you started:=0A=0A1. Maintain one server and access= it remotely using X Window or vnc.=0A=0A2. Use portupgrade on each with t= he options to upgrade ports using=0A binaries from the internet.=0A=0A3= . Maintain one server and use pkg_create to create binary packages of=0A = all installed ports.=0A=0A4. Take a look at PCBSD, which is FreeBSD pre= configured as a desktop=0A and with additional, user-friendly features.= =0A http://www.pcbsd.org.=0A=0AGood luck,=0A=0AAndrew=0A=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 14:10:19 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 C4BAF16A41B for ; Tue, 31 Jul 2007 14:10:19 +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 902D013C428 for ; Tue, 31 Jul 2007 14:10:19 +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 l6VEAHU7071673 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Jul 2007 07:10:18 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AF42C1.5000807@enabled.com> Date: Tue, 31 Jul 2007 07:10:09 -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: difficulties remove stale dependency X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 14:10:19 -0000 Hi, any clues on how to cure this situation. It appears I am having difficulties removing stale dependencies. access1# portupgrade -a Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb -F' to fix, or specify -O to force. access1# portupgrade - access1# pkgdb -F ---> Checking the package registry database access1# pkgdb -FO ---> Checking the package registry database access1# portupgrade -a Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb -F' to fix, or specify -O to force. Cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 15:25: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 5FB2E16A41A for ; Tue, 31 Jul 2007 15:25:49 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3124713C457 for ; Tue, 31 Jul 2007 15:25:48 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 0552DA089D; Tue, 31 Jul 2007 10:25:47 -0500 (CDT) Message-ID: <46AF5477.40008@cs.okstate.edu> Date: Tue, 31 Jul 2007 10:25:43 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Noah References: <46AF392B.9010000@enabled.com> In-Reply-To: <46AF392B.9010000@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: cant uninstall nessus-gtk2-2.2.9_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: Tue, 31 Jul 2007 15:25:49 -0000 Written by Noah on 07/31/07 08:29>> > > Hi there, > > I am having a bit of trouble with the nessus installation at the moment. > any clues how I can fully remove it and install it properly. > > > access1# pkg_info | grep nessus > pkg_info: show_file: can't open '+COMMENT' for reading > nessus-gtk2-2.2.9_1 ??? > nessus-libnasl-2.2.9 Nessus Attack Scripting Language > nessus-libraries-2.2.9 Libraries for Nessus, the security scanner > access1# pkg_delete -f nessus > pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix > access1# > > > Cheers, > > Noah > > _______________________________________________ > 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" Looks like your pkg db for that package is hosed; for certain it is missing the +COMMENTS file, and I would also wager that +CONTENTS is missing or corrupted. I would recommend deleting the /var/db/pkg/nessus-gtk2-2.2.9_1 directory, then reinstall the package/port. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 15:30: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 DFE2C16A41A for ; Tue, 31 Jul 2007 15:30:23 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id 4B30C13C46E for ; Tue, 31 Jul 2007 15:30:23 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id l6VFUJCI039487 for ; Tue, 31 Jul 2007 11:30:19 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id l6VFUEF8039486 for freebsd-questions@freebsd.org; Tue, 31 Jul 2007 11:30:14 -0400 (EDT) (envelope-from bv) Date: Tue, 31 Jul 2007 11:30:14 -0400 From: Bill Vermillion To: freebsd-questions@freebsd.org Message-ID: <20070731153014.GE38901@wjv.com> References: <20070731120015.8264116A4DA@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070731120015.8264116A4DA@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on bilver.wjv.com Subject: Re: FQDN hostnames, Sendmail and SpamAssassin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 15:30:24 -0000 -segmentation fault- press any key to reboot Damn damn damn freebsd-questions-request@freebsd.org said, after restarting his PC and mailer on Tue, Jul 31, 2007 at 12:00 . > Message: 12 > Date: Mon, 30 Jul 2007 19:37:36 -0500 > From: Eric Crist > Subject: Re: FQDN Hostnames, Sendmail and Spamassassin. > On Jul 30, 2007, at 6:23 PMJul 30, 2007, RW wrote: > > I have my hostname in rc.conf defined as a FQDN - ending in a > > dot. IIRC it's needed to prevent sendmail waiting a long time > > for DNS if the network is unavailable at boot-time. > > I recently noticed that when I send myself email through > > sendmail I'm hitting this spamassassin test at my email > > service: > > 2.3 FH_HELO_ENDS_DOT Helo ends with a dot > > It doesn't actually matter to me, because I don't use sendmail > > much, but what are the rights and wrongs of this? I was under > > the impression that any name used in an helo/ehlo should be a > > FQDN. > AFAIK, an FQDN does not need to end with a dot. While they do, by > definition, end with a dot, that nomenclature is typically only used > in DNS zone files. > FWIW, I've never noticed a problem with slow boot when there's > network problems. If you do notice problems, simply make an > entry in the /etc/hosts file to map the local hostname to it's > corresponding IP address. > HTH. > > Eric Crist In setting up a SuSE system [I have 2 linux systems I've had to support] I found that I could not send any mail to any MS based system. The error message from MS ended with a period, but it looked like it was the punctuation on a statement. I found that the FQDN in the sendmail config file ended in '.' - and all MS sites would reject that email because of the trailing dot. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 15:43: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 2FDD416A418 for ; Tue, 31 Jul 2007 15:43:10 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id DCB4613C45B for ; Tue, 31 Jul 2007 15:43:09 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l6VFdUNo030586; Tue, 31 Jul 2007 11:39:30 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l6VFdUxu030585; Tue, 31 Jul 2007 11:39:30 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 31 Jul 2007 11:39:30 -0400 From: Jerry McAllister To: Rakhesh Sasidharan Message-ID: <20070731153930.GF30373@gizmo.acns.msu.edu> References: <5751445.1185759689310.JavaMail.tjw43@drexel.edu> <20070730100844.M99888@scrat.home.rakhesh.com> <20070731082755.L40009@scrat.home.rakhesh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070731082755.L40009@scrat.home.rakhesh.com> User-Agent: Mutt/1.4.2.2i Cc: Terrence Wilson , "illoai@gmail.com" , 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: Tue, 31 Jul 2007 15:43:10 -0000 On Tue, Jul 31, 2007 at 08:31:09AM +0400, Rakhesh Sasidharan wrote: > > > On Mon, 30 Jul 2007, illoai@gmail.com wrote: > > >On 30/07/07, Rakhesh Sasidharan wrote: > >> > >>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 ... > > > >/dev/ad4 is probably his first SATA drive, the integer > >following "s" is the slice number (partition in the magical > >windows world) and if greater than 4 indicates an extended > >slice. > > I thought /dev/ad4s2b meant the 5th disk (since its ad4; ad0-ad3 being 1st > to 4th disks), 2nd slice (s2), and second partition in that slice (b). Do > SATA drives too come up as "ad" devices? I don't have experience with SATA > drives, so don't know ... I know my IDE drives come up as "ad" and so > would assume SATA will come up with a different name. Well, you would be right about it being a 5th disk in FreeBSD terms. How many disks are on the machine and what did you select for installation within SYSINSTALL. It allows you to select any slice on the system for installation. It might get confused by MS extended partitions, but I think that would affect only slice designation and not drive designation - but I could be off on that. Did you tell it to create a slice 2 out of unused space and make it a FreeBSD type? Did you have space for it? How did you create that "partition" for FreeBSD? Note that what Microsloth calls a partition is really called a 'slice' in FreeBSD and in the device name indicated above is ---s2-- part of the name which makes complete sense and seems normal. The only odd parts are ad4 which would be the fifth disk drive unless something is weird and the 'b', maybe, if you did not create one which would be a bug to look for one if you didn't make one. Anyway, it is hard to meaningfully speculate without knowing more about what you actuall have and actually did. ////jerry > > Regards, > Rakhesh > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 15:44: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 875F616A41B for ; Tue, 31 Jul 2007 15:44:54 +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 5368713C45B for ; Tue, 31 Jul 2007 15:44:53 +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 l6VFijub077296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Jul 2007 08:44:46 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AF58E4.7090502@enabled.com> Date: Tue, 31 Jul 2007 08:44:36 -0700 From: Noah User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: Reid Linnemann References: <46AF392B.9010000@enabled.com> <46AF5477.40008@cs.okstate.edu> In-Reply-To: <46AF5477.40008@cs.okstate.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: cant uninstall nessus-gtk2-2.2.9_1 [solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 15:44:54 -0000 > > Looks like your pkg db for that package is hosed; for certain it is > missing the +COMMENTS file, and I would also wager that +CONTENTS is > missing or corrupted. I would recommend deleting the > /var/db/pkg/nessus-gtk2-2.2.9_1 directory, then reinstall the package/port. > _______________________________________________ thanks Reid, that did it From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 16:37: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 6FBC816A417 for ; Tue, 31 Jul 2007 16:37:47 +0000 (UTC) (envelope-from zoambinintsoa@asecna.mg) Received: from mail.asecna.mg (static-125-211.blueline.mg [41.204.125.211]) by mx1.freebsd.org (Postfix) with ESMTP id 87D7B13C469 for ; Tue, 31 Jul 2007 16:37:46 +0000 (UTC) (envelope-from zoambinintsoa@asecna.mg) Received: from fbsd.celicam.aero (unknown [10.61.0.171]) by mail.asecna.mg (Postfix) with ESMTP id 771DA1C087 for ; Tue, 31 Jul 2007 13:12:32 -0300 (GMT+3) From: Zo Amb Organization: ASECNA To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 19:18:15 +0300 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311918.16119.zoambinintsoa@asecna.mg> Subject: LDAP problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 16:37:47 -0000 Hi lists, I now really need some help. Since the last two weeks, I've been trying to configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further because I get always the same error while I try to use the ldapadd command. It says : ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1) I've tried to search the web. Sure, there was something out there but it isn't enough clear to me. Any ideas ? Zo Amb From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 16:43: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 B673816A41A for ; Tue, 31 Jul 2007 16:43:39 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 077D413C467 for ; Tue, 31 Jul 2007 16:43:38 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l6VGhJSg098011; Tue, 31 Jul 2007 17:43:21 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l6VGhJSg098011 Message-ID: <46AF66A7.9000503@infracaninophile.co.uk> Date: Tue, 31 Jul 2007 17:43:19 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Bram Kuijper References: <46AE6A04.2000107@rug.nl> In-Reply-To: <46AE6A04.2000107@rug.nl> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Tue, 31 Jul 2007 17:43:31 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/3835/Tue Jul 31 14:59:27 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME,DKIM_POLICY_TESTING,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: php4 to php5 means exit session functions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 16:43:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Bram Kuijper wrote: > Hi all, > > I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using > the following 'manual': > http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html > > However, now I get error messages like " *Fatal error*: Call to > undefined function session_start()*". > This is strange, because I _did_ also update php5-session and > php5-extensions. I did restart apache, so what else can be wrong? This > is the configure command I used: > > *'./configure' '--enable-versioning' '--with-layout=GNU' > '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' > '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' > '--program-prefix=' '--enable-fastcgi' > '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' > '--with-zend-vm=CALL' '--prefix=/usr/local' > * > anyone a clue how to get the session functionality back? thanks. If you're correctly following the instructions I wrote in the message you quoted, then you would never run configure directly. The ports system does it all for you. Do you have a php-session port installed? Does /usr/local/etc/php/extensions.ini contain the line: extension=session.so What do you get if you run this command? % php -r 'phpinfo();' | grep -i session Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGr2an8Mjk52CukIwRCPvdAJ9jY2Gq0hTmoLimhhNZF73/WTfAZACfYE68 WZ97WG94IeHeqj2F6Y7quyI= =+3C3 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 17:16: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 6A39016A41A for ; Tue, 31 Jul 2007 17:16:57 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy03.edpnet.net (lmailproxy03.edpnet.net [212.71.1.196]) by mx1.freebsd.org (Postfix) with ESMTP id D988A13C4DE for ; Tue, 31 Jul 2007 17:16:56 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (213.219.158.76.adsl.dyn.edpnet.net [213.219.158.76]) by lmailproxy03.edpnet.net (8.13.1/8.13.1) with ESMTP id l6VHGx3f020229 for ; Tue, 31 Jul 2007 19:16:59 +0200 From: beni To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 17:16:49 +0000 User-Agent: KMail/1.9.7 X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1665005.dg8Plu9jX8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707311716.54034.beni@brinckman.info> X-Virus-Scanned: ClamAV 0.91.1/3823/Tue Jul 31 02:23:22 2007 on lmailproxy03.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on lmailproxy03.edpnet.net Subject: mplayer won't build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 17:16:57 -0000 --nextPart1665005.dg8Plu9jX8 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I'm trying to install mplayer from ports but it fails with the following=20 error. Any hints on how to get it build ? System is 6.2-REL-p5 with portstree updated. Thanks ! =2E.. ar: creating libmenu.a ranlib libmenu.a gmake[1]: Leaving directory=20 `/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc1/libmenu' cc -Wdeclaration-after-statement -fno-PIC -O2 -fno-strict-aliasing -pipe -= O3 -ffast-math -fomit-frame-pointer -I/usr/local/include -D_LARGEFILE_SOUR= CE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE64_SOURCE -I/usr/local/include/free= type2 -I/usr/local/include -I/usr/local/include -I/usr/local/include/artsc = =2DD_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/incl= ude -I/usr/local/include -I/usr/local/include/dvdnav -I/usr/local/include = -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr= /local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/includ= e/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/= local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/inclu= de -I/usr/local/include/freetype2 -I. -I./libavutil -I./libavcodec -o=20 mplayer mplayer.o m_property.o mp_msg.o asxparser.o codec-cfg.o cpudetect.o= =20 edl.o find_sub.o m_config.o m_option.o m_struct.o parser-cfg.o playtree.o=20 playtreeparser.o spudec.o sub_cc.o subreader.o vobsub.o unrarlib.o mixer.o= =20 parser-mpcmd.o subopt-helper.o libvo/libvo.a libao2/libao2.a input/libinput= =2Ea=20 libmenu/libmenu.a=20 Gui/libgui.a -pthread -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lgtk= =2Dx11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXext= -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lcairo -lpangoft2-1= =2E0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lX11 -lgobject-2.0 -lgmod= ule-2.0 -lglib-2.0 -liconv -L/usr/local/lib -lglib-2.0 -liconv =20 libmpcodecs/libmpcodecs.a loader/libloader.a loader/dshow/libDS_Filter.a=20 loader/dmo/libDMO_Filter.a libaf/libaf.a libmpdemux/libmpdemux.a=20 stream/stream.a libswscale/libswscale.a=20 osdep/libosdep.a -Wl,-z,noexecstack -L/usr/local/lib -L/usr/local/lib -L/u= sr/local/lib -ldvdnav -pthread=20 libavformat/libavformat.a libavcodec/libavcodec.a libavutil/libavutil.a = =20 libpostproc/libpostproc.a -lvorbis -logg -lxvidcore -ldts -lpng -lz -= lz -ljpeg -lmp3lame -lvorbis -logg -lncurses -lungif -pth= read -rdynamic -liconv -lm =20 libfaad2/libfaad2.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a=20 libass/libass.a -lfontconfig -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/li= b -lfreetype -lz -lGL -lXxf86dga -lXv -lXxf86vm -lXinerama -L/usr/local/= lib -lXext -lX11 -pthread =20 vidix/libvidix.a -L/usr/local/lib -lartsc -D_THREAD_SAFE -pthread -L/usr/lo= cal/lib -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv stream/stream.a(stream_cdda.o)(.text+0xa5): In function `open_cdda': : undefined reference to `cdio_cddap_identify' stream/stream.a(stream_cdda.o)(.text+0xbd): In function `open_cdda': : undefined reference to `cdio_cddap_verbose_set' stream/stream.a(stream_cdda.o)(.text+0xda): In function `open_cdda': : undefined reference to `cdio_cddap_open' stream/stream.a(stream_cdda.o)(.text+0xf8): In function `open_cdda': : undefined reference to `cdio_cddap_close' stream/stream.a(stream_cdda.o)(.text+0x15e): In function `open_cdda': : undefined reference to `cdio_cddap_tracks' stream/stream.a(stream_cdda.o)(.text+0x194): In function `open_cdda': : undefined reference to `cdio_cddap_track_firstsector' stream/stream.a(stream_cdda.o)(.text+0x19f): In function `open_cdda': : undefined reference to `cdio_cddap_track_lastsector' stream/stream.a(stream_cdda.o)(.text+0x2cc): In function `open_cdda': : undefined reference to `cdio_cddap_tracks' stream/stream.a(stream_cdda.o)(.text+0x31b): In function `open_cdda': : undefined reference to `cdio_cddap_track_firstsector' stream/stream.a(stream_cdda.o)(.text+0x340): In function `open_cdda': : undefined reference to `cdio_cddap_track_lastsector' stream/stream.a(stream_cdda.o)(.text+0x34b): In function `open_cdda': : undefined reference to `cdio_paranoia_init' stream/stream.a(stream_cdda.o)(.text+0x396): In function `open_cdda': : undefined reference to `cdio_paranoia_modeset' stream/stream.a(stream_cdda.o)(.text+0x3b3): In function `open_cdda': : undefined reference to `cdio_paranoia_overlapset' stream/stream.a(stream_cdda.o)(.text+0x3c6): In function `open_cdda': : undefined reference to `cdio_paranoia_seek' stream/stream.a(stream_cdda.o)(.text+0x4ef): In function `open_cdda': : undefined reference to `cdio_cddap_disc_lastsector' stream/stream.a(stream_cdda.o)(.text+0x4fa): In function `open_cdda': : undefined reference to `cdio_paranoia_init' stream/stream.a(stream_cdda.o)(.text+0x511): In function `open_cdda': : undefined reference to `cdio_cddap_close' stream/stream.a(stream_cdda.o)(.text+0x531): In function `open_cdda': : undefined reference to `cdio_cddap_disc_firstsector' stream/stream.a(stream_cdda.o)(.text+0x554): In function `open_cdda': : undefined reference to `cdio_cddap_speed_set' stream/stream.a(stream_cdda.o)(.text+0x567): In function `open_cdda': : undefined reference to `cdio_cddap_track_firstsector' stream/stream.a(stream_cdda.o)(.text+0x5bd): In function `fill_buffer': : undefined reference to `cdio_paranoia_read' stream/stream.a(stream_cdda.o)(.text+0x746): In function `seek': : undefined reference to `cdio_paranoia_seek' stream/stream.a(stream_cdda.o)(.text+0x77b): In function `close_cdda': : undefined reference to `cdio_paranoia_free' stream/stream.a(stream_cdda.o)(.text+0x783): In function `close_cdda': : undefined reference to `cdio_cddap_close' gmake: *** [mplayer] Error 1 *** Error code 2 Stop in /usr/ports/multimedia/mplayer. *** Error code 1 Stop in /usr/ports/multimedia/mplayer. bsdaddict# =2D-=20 Beni. --nextPart1665005.dg8Plu9jX8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGr26Gbi2dLge3mRURAtUIAKDzuFj9nEm83vjQvK4CdJt++08lbACg3uh+ klZcmm74iKTjYro6+sAyDG0= =5dWN -----END PGP SIGNATURE----- --nextPart1665005.dg8Plu9jX8-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 17:18:19 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 76AB616A417 for ; Tue, 31 Jul 2007 17:18:19 +0000 (UTC) (envelope-from a.l.w.kuijper@rug.nl) Received: from smtp20.nijmegen.internl.net (smtp20.nijmegen.internl.net [217.149.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFB113C481 for ; Tue, 31 Jul 2007 17:18:16 +0000 (UTC) (envelope-from a.l.w.kuijper@rug.nl) Received: from [145.98.213.240] (240-213.kabel.internl.net [145.98.213.240]) (authenticated bits=0) by smtp20.nijmegen.internl.net (8.13.8/2.04) with ESMTP id l6VHIEqL027858; Tue, 31 Jul 2007 19:18:15 +0200 (CEST) Message-ID: <46AF6EC9.8030205@rug.nl> Date: Tue, 31 Jul 2007 19:18:01 +0200 From: Bram Kuijper User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Matthew Seaman References: <46AE6A04.2000107@rug.nl> <46AF66A7.9000503@infracaninophile.co.uk> In-Reply-To: <46AF66A7.9000503@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: php4 to php5 means exit session functions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 17:18:19 -0000 OK, I finally found at what had been going wrong: In my php.ini file there is the variable "extension_dir". This was still pointing at the old extension dir, located at /usr/local/lib/php/2002something after I changed it to /usr/local/lib/php/20060613 everything worked fine. thanks, Bram Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Bram Kuijper wrote: > >> Hi all, >> >> I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using >> the following 'manual': >> http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html >> >> However, now I get error messages like " *Fatal error*: Call to >> undefined function session_start()*". >> This is strange, because I _did_ also update php5-session and >> php5-extensions. I did restart apache, so what else can be wrong? This >> is the configure command I used: >> >> *'./configure' '--enable-versioning' '--with-layout=GNU' >> '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' >> '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' >> '--program-prefix=' '--enable-fastcgi' >> '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' >> '--with-zend-vm=CALL' '--prefix=/usr/local' >> * >> anyone a clue how to get the session functionality back? thanks. >> > > If you're correctly following the instructions I wrote in the > message you quoted, then you would never run configure directly. > The ports system does it all for you. > > Do you have a php-session port installed? Does > /usr/local/etc/php/extensions.ini contain the line: > > extension=session.so > > What do you get if you run this command? > > % php -r 'phpinfo();' | grep -i session > > Cheers, > > Matthew > > - -- > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > Flat 3 > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > Kent, CT11 9PW > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGr2an8Mjk52CukIwRCPvdAJ9jY2Gq0hTmoLimhhNZF73/WTfAZACfYE68 > WZ97WG94IeHeqj2F6Y7quyI= > =+3C3 > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 17:22:00 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 0806B16A469 for ; Tue, 31 Jul 2007 17:22:00 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy04.edpnet.net (lmailproxy04.edpnet.net [212.71.1.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8519113C4D3 for ; Tue, 31 Jul 2007 17:21:59 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from [192.168.1.100] (213.219.158.76.adsl.dyn.edpnet.net [213.219.158.76]) by lmailproxy04.edpnet.net (8.13.1/8.13.1) with ESMTP id l6VHYGH9002145 for ; Tue, 31 Jul 2007 19:34:23 +0200 From: beni To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 17:21:44 +0000 User-Agent: KMail/1.9.7 References: In-Reply-To: X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2071386.rtYgOffDBS"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200707311721.49752.beni@brinckman.info> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lmailproxy04.edpnet.net [212.71.1.197]); Tue, 31 Jul 2007 19:34:24 +0200 (CEST) X-Virus-Scanned: ClamAV 0.91.1/3823/Tue Jul 31 02:23:22 2007 on lmailproxy04.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,BAYES_50 autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on lmailproxy04.edpnet.net Subject: Re: transcode compilation error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 17:22:00 -0000 --nextPart2071386.rtYgOffDBS Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 31 July 2007 06:54:34 illoai@gmail.com wrote: > On 30/07/07, Tsu-Fan Cheng wrote: > > hi, > > just updated the ports and found out about the thing about automake. > > So, do as told, and transcode is having problems: > > > > aud_aux.c: In function `audio_init_ffmpeg': > > aud_aux.c:364: error: `ac3_encoder' undeclared (first use in this > > function) aud_aux.c:364: error: (Each undeclared identifier is reported > > only once aud_aux.c:364: error: for each function it appears in.) > > aud_aux.c:365: error: `mp2_encoder' undeclared (first use in this > > function) gmake[2]: *** [aud_aux.lo] Error 1 > > > > I do have liba52 installed, any idea?? > > multimedia/ffmpeg was recently updated, and portupgrade > is not always great about ordering dependencies well: per- > haps upgrade ffmpeg and then transcode? > > > NB: I do not have transcode installed and honestly don't > know what good it would do. > > PS: If that didn't work, I would try: > # portupgrade -rRf transcode > and if that didn't work I would throw something and work with > # portupgrade -Rrf > somewhere else in transcode's depandency tree and hope > that it got sucked in correctly (it usually does). Not a solution but the same problem here... :-(=20 I've tried to portupgrade -rRf and even a "make deinstall" with a "make=20 reinstall" but still no good. Even deinstalled ffmpeg but still nothing : transcode pulls ffmpeg back in,= =20 installs it fine but crashes during the make. =2D-=20 Beni. --nextPart2071386.rtYgOffDBS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGr2+tbi2dLge3mRURAqSOAKCLz6bW1lCtYiN0iVmVp/DMU2z9sgCbBvg/ ymHlnRHUkOCiFhzQPTqdJ3A= =ulBg -----END PGP SIGNATURE----- --nextPart2071386.rtYgOffDBS-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 16:54:48 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 EA15F16A418 for ; Tue, 31 Jul 2007 16:54:48 +0000 (UTC) (envelope-from nitujha_nitu@yahoo.co.in) Received: from smtp110.plus.mail.sp1.yahoo.com (smtp110.plus.mail.sp1.yahoo.com [69.147.95.73]) by mx1.freebsd.org (Postfix) with SMTP id B33C913C442 for ; Tue, 31 Jul 2007 16:54:48 +0000 (UTC) (envelope-from nitujha_nitu@yahoo.co.in) Received: (qmail 26133 invoked from network); 31 Jul 2007 16:28:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Received:X-YMail-OSG:From:Reply-to:To:Subject:Date:Message-ID:X-Mailer:MIME-Version:Content-Language:Content-Type:Content-Transfer-Encoding; b=Zwp6/d4srV8wLHth4Z7WvB13wduSCuvQvEWFcza62JfH1EG8ddN8i2PayoummqFqG7R5ztr1A7v28qDg4w0KzAKUmJ51BW2SBZJ/ntI5yK0BJ8ATLPdMvB9gw2oUw3fpLIVQrDJaKOfcJzc3HG/Zwi5T/PwAhvddw5E0M4r3CjY= ; Received: from unknown (HELO ?172.29.21.119?) (nitujha_nitu@203.145.188.131 with login) by smtp110.plus.mail.sp1.yahoo.com with SMTP; 31 Jul 2007 16:28:04 -0000 X-YMail-OSG: bmMAxCAVM1n74GxLi8_uta.Cn9Oy0BvErG0TjtAHQ8Tak.M0KyT12wZYiCsViQexKbqtIzeSUQ-- From: nitujha_nitu@yahoo.co.in To: questions@FreeBSD.org Message-ID: <6SB4B4HPBXNk.G5kKfgxP@smtp.mail.yahoo.com> X-Mailer: Symbian OS Email Version 7.0 MIME-Version: 1.0 Content-Language: i-default Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 31 Jul 2007 17:47:14 +0000 Cc: Subject: when i plug in bluetooth device my keyboard is getting lost X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nitujha_nitu@yahoo.co.in List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 31 Jul 2007 16:54:49 -0000 X-Original-Date: Fri, 2 Jan 2004 19:00:38 -0700 X-List-Received-Date: Tue, 31 Jul 2007 16:54:49 -0000 Hi sir when i plug in bluetooth device my keyboard is getting lost. I have a lg xnote laptop=20 and i am running freebsd v6.0 please help me. Thanks! Send instant messages to your online friends http://in.messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:03: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 6D6A716A469 for ; Tue, 31 Jul 2007 18:03:51 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 25E3813C45E for ; Tue, 31 Jul 2007 18:03:51 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so458424anc for ; Tue, 31 Jul 2007 11:03: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:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=AIZM9LwYJ1LwelJUVH43WvnkRG9vp8CdYobvuULLgD3gN44LXAlqwc01PP8S+qx7mVXTaOLYf25F7h+nxcB95qugodnxZXHpxSYlkJdjxXZqN3La5PUjJ2h4c6DBTKGIXeJf2vmONzTVlRbdbzRoaO0ehoPtWC1EjXq1W9CQ+U0= 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=jJH9BY+es5yr7AQLmvn7BsPiaKpH27502NkhBCSdgWQEO0F9zPHr5M5A+NsrlCm9XoF3alkQoqy1SRYiCl9EBZGkzOuCXmDhDhvDfi7RsoXRQI1SAtx9WJl4SuV9SOmNcqIsXSk3yz7VJzIafublSDTg+C+okA23eAluRBlmgPM= Received: by 10.100.31.2 with SMTP id e2mr5475975ane.1185905030269; Tue, 31 Jul 2007 11:03:50 -0700 (PDT) Received: by 10.100.33.19 with HTTP; Tue, 31 Jul 2007 11:03:50 -0700 (PDT) Message-ID: <62b856460707311103j5e648552kdeb1eba9ecff06e1@mail.gmail.com> Date: Tue, 31 Jul 2007 20:03:50 +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: 9f5aad28a001fbae Subject: relaying mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:03:51 -0000 In one of my domains, I have the MX record for it set up to my server. But for one of the users within that domain, their mail needs to be shuffled off to a different server at google. But I can't just forward it because it's like an MX host I'd need to forward it to. And I can't alter the MX to point to google for the entire domain because it's only one user within that domain, the other users will be screwed in that case. For example, mydomain.com, let's say the mx for that comes to my box. For joe@mydomain.com, I need to send his mail to ASPMX.L.GOOGLE.COM as if it were the MX for mydomain.com. In the old days, one would simply forward email to joe%mydomain.com@ASPMX.L.GOOGLE.COM. That would cause mydomain.com's sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for joe@mydomain.com. But that seems long deprecated because it didn't seem to work. I am using sendmail and procmail. Can anyone think of some way I can cause something like this to happen for just one user, ideally in a .procmailrc file? Michael Grant From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:21: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 79A5716A419 for ; Tue, 31 Jul 2007 18:21:23 +0000 (UTC) (envelope-from dotyao@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 4C95013C45A for ; Tue, 31 Jul 2007 18:21:23 +0000 (UTC) (envelope-from dotyao@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so558468rvb for ; Tue, 31 Jul 2007 11:21: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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=sdXRyb+VyQ/YXtr4Jqtv4Uge+cI7nNP7ktiCzgwjC1ViARddD3jh1LXHoY0nmv375/LFJapEmGB2Ac4SAJDrz2Cpigc1VqADZqF0439S/caMnVxJoEmtj67Xf5dgZKA8z1xy4IKzFazOqkuy4UZOYzRjA2nd6ep8A+XSjFo00fU= 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=nXQ/7wAkrRECarrfXs6rpKEBU6JoNIPof2w9pBCfoUf681uXV1dgGETkItas94oP1hQ1/cegQs7aVg4ZudnNKsAOHBS6ZBQJSof/Qnoe6Jh7RyYWD/qkyUC1uacKmXAqdM6zSjKxhknPVKZx/ZQf68Iq3J1e2M8ZwgYGbO7sD40= Received: by 10.141.99.4 with SMTP id b4mr2278130rvm.1185904342068; Tue, 31 Jul 2007 10:52:22 -0700 (PDT) Received: from admin.tmdxy.org ( [59.52.159.39]) by mx.google.com with ESMTPS id b34sm7372237rvf.2007.07.31.10.52.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 10:52:20 -0700 (PDT) Message-ID: <46AF76D1.2040909@gmail.com> Date: Wed, 01 Aug 2007 01:52:17 +0800 From: Roy User-Agent: Thunderbird 2.0.0.5 (X11/20070726) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:21:23 -0000 [roy@admin ~]$ uname -a FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue Jul 31 23:11:21 CST 2007 roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> include (install) creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:29:32 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 89AAE16A417 for ; Tue, 31 Jul 2007 18:29:32 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.238]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6A713C442 for ; Tue, 31 Jul 2007 18:29:31 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so1132399hub for ; Tue, 31 Jul 2007 11:29:30 -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=NM01p9vVc8NCrdFpk5K2DjBNrqPhwtsIw/Tm77g9C927kh+LsnZa2YXteWrBNhXaE8VMzINsSNYsVzxvrGUUt5Sah4p5IsIp7tLgqMls0XyF5WINPQc8IvZyV+yQHYXld/dcQP5NbHZTLs6wQ2GzYpfdTYNSyfsvAgR+EQdV2Sc= 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=QYHypFDIwTL6hYa20q4j7EXcUTar3lXUiF7ZRXFarAisVQdVfhVTnO258VzmDILEzl+W5QSXDqRGSdQUS7BvAnLMOyw4ecLd3ashlP1AT+KNhPHG02uhGG3oE7QqHxpLJrQ+B4wGsKFTfcPLar/dl92DNIxGv42qMtNRYK7uTvw= Received: by 10.66.236.13 with SMTP id j13mr727672ugh.1185906570180; Tue, 31 Jul 2007 11:29:30 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id c25sm8927828ika.2007.07.31.11.29.28 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 11:29:28 -0700 (PDT) Message-ID: <46AF7F86.30404@crackmonkey.us> Date: Tue, 31 Jul 2007 19:29:26 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: ytriffy References: <46AE5DEA.9050602@gmail.com> In-Reply-To: <46AE5DEA.9050602@gmail.com> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: Cannot post because of spamassassin blocking my mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:29:32 -0000 ytriffy wrote: > Hi list. > Whenever I try to post I get something like this: > > Your mail to 'freebsd-questions' with the subject > > [panic]page fault while in kernel mode > Is being held until the list moderator can review it for approval. > > The reason it is being held: > > SpamAssassin identified this message as possible spam > > Although I'm subscribed user of mailing lists. > What should I do? Hi ytriffy, You're posting from gmail.com. That's a known public email domain, that is. I would guess you'd get the same problem coming from yahoo.com or hotmail.com. Do you have a friend running their own email server, so you could get a private email address? Or does your ISP not supply you with a private email address? I don't know for sure, but I think SpamAssassin would label any publically accessible email server as "possible spam source". That's what I'd do, for sure. Regards, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:29: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 DD6F116A418 for ; Tue, 31 Jul 2007 18:29:46 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: from dreamfire.com (dreamfire.com [192.220.72.206]) by mx1.freebsd.org (Postfix) with ESMTP id B6C6C13C45A for ; Tue, 31 Jul 2007 18:29:46 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: (qmail 40597 invoked by uid 18638); 31 Jul 2007 18:29:45 -0000 Date: Tue, 31 Jul 2007 11:29:45 -0700 From: Bruce Caruthers To: FreeBSD Questions Message-ID: <20070731112945.A19820@dreamfire.com> References: <20070731030320.A40177@dreamfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20070731030320.A40177@dreamfire.com>; from bkc-freebsdlists@dreamfire.com on Tue, Jul 31, 2007 at 03:03:20AM -0700 Subject: Re: DOH! ata_alloc_request failed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Caruthers List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:29:46 -0000 On Tue Jul 31, 2007, Bruce Caruthers wrote: > > Um... should I be concerned? > > Jul 31 02:29:26 arachne2 kernel: DOH! ata_alloc_request failed! > > I was in the process of copying all my files over > from my old server, but I didn't receive any errors > during the copies except for this in the dmesg and > messages logs... (and, unfortunately, since I was > doing so many NFS and tarball copies/extracts, I am > not sure which one hiccupped). I do plan to verify > all my copying, but should I be concerned with the > stability of the system? > > === my system: > "arachne2" > FreeBSD6.2R/amd64 > Intel DG965WH mobo (7/25 BIOS) > ICH8R SATA RAID (2x RAID-1) > 4x Hitachi SATA300 320GB HDT725032VLA360 > > === copying via NFS from: (in case it matters) > "arachne" > FreeBSD4.2R/i386 > Abit BX133-RAID mobo > HighPoint HPT-370 > It looks like there have been a bunch of other folks seeing this problem, based on a google search, with it apparently improved in 6.2 so at least it doesn't crash. (Soren Schmidt, Oct 2006) There is also PR "kern/113647" which was closed due to an unfortunate lack of info. (remko, Jun 2007) However, it seems to still be an issue in 6.2R/amd64. I was tarballing 100G from NFS mounted drives to local RAID-1. If there is other relevant log info I can provide to help track this down, please let me know what best to provide. I don't want to blindly dump tons of maybe-relevant info to the list. Jul 31 02:29:26 arachne2 kernel: DOH! ata_alloc_request failed! Jul 31 06:12:43 arachne2 kernel: FAILURE - out of memory in ata_raid_init_request Jul 31 06:12:44 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=153294329856, length=2048)]error = 5 Jul 31 06:37:37 arachne2 kernel: DOH! ata_alloc_request failed! Jul 31 06:37:40 arachne2 kernel: FAILURE - out of memory in ata_raid_init_request Jul 31 06:37:40 arachne2 last message repeated 10 times Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948236288, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948252672, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948269056, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948285440, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948301824, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948318208, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948334592, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=168948350976, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=169140731904, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=169140748288, length=16384)]error = 5 Jul 31 06:37:40 arachne2 kernel: g_vfs_done():ar0s1e[WRITE(offset=169526018048, length=16384)]error = 5 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:35:24 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 526B316A419 for ; Tue, 31 Jul 2007 18:35:24 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 07D9613C457 for ; Tue, 31 Jul 2007 18:35:23 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so3710103pye for ; Tue, 31 Jul 2007 11:35: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:references; b=WxLRlaU8TZyA8a5fw5AQlQGjVlq2XH8Vwg7Ntqunl9t5lg8tu6zLEpb4T/eboY6GZ6fUYoETnL6kKEJitJA9BJJhOqWH3l93wZXRx/8zgsYs0v7BONKV/CtodAS2O+w+7x7xUzny5uIepZTgDEfNZVitpmZwXL6siBpTxc2Z0Ms= 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=czqjHzOp0Y9lkUOvN1hYyDsqF678OAD3gubuIARgqb1Ev86kSG/cbZIs7igruRokaGOzV40lz4/S9x26oxFATlyWk6Ab1EgDdTp0tP430RT4cPRsn4DMuinS4iSdjw0dVDE1U/XeVYLU+1M6n/IWYo2WcwKzs3En1/ykXWc4RHg= Received: by 10.35.96.6 with SMTP id y6mr20393082pyl.1185906921667; Tue, 31 Jul 2007 11:35:21 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Tue, 31 Jul 2007 11:35:21 -0700 (PDT) Message-ID: <105fa37b0707311135k27b32eevd22b6146b6657d32@mail.gmail.com> Date: Tue, 31 Jul 2007 14:35:21 -0400 From: "Hakan K" To: "Adam J Richardson" In-Reply-To: <46AF7F86.30404@crackmonkey.us> MIME-Version: 1.0 References: <46AE5DEA.9050602@gmail.com> <46AF7F86.30404@crackmonkey.us> 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: ytriffy , freebsd-questions@freebsd.org Subject: Re: Cannot post because of spamassassin blocking my mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:35:24 -0000 I do not think Gmail, or Yahoo is the issue. Your local IP may be black listed.. I had the issue with one of my client. Find out your local IP, and check spam blasklists to see if your IP is listed Troy http://jump2top.com On 7/31/07, Adam J Richardson wrote: > > ytriffy wrote: > > Hi list. > > Whenever I try to post I get something like this: > > > > Your mail to 'freebsd-questions' with the subject > > > > [panic]page fault while in kernel mode > > Is being held until the list moderator can review it for approval. > > > > The reason it is being held: > > > > SpamAssassin identified this message as possible spam > > > > Although I'm subscribed user of mailing lists. > > What should I do? > > Hi ytriffy, > > You're posting from gmail.com. That's a known public email domain, that > is. I would guess you'd get the same problem coming from yahoo.com or > hotmail.com. Do you have a friend running their own email server, so you > could get a private email address? Or does your ISP not supply you with > a private email address? > > I don't know for sure, but I think SpamAssassin would label any > publically accessible email server as "possible spam source". That's > what I'd do, for sure. > > Regards, > 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 Tue Jul 31 18:35: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 D1B7716A509 for ; Tue, 31 Jul 2007 18:35:30 +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 5D52C13C461 for ; Tue, 31 Jul 2007 18:35:29 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so139083uge for ; Tue, 31 Jul 2007 11:35:28 -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=TcnLfwLw5jizZHVh1UnDxGEgwguoKDiucfwQ4BUQYIrTESEgO4z4T7/fbhGmq4Z93AgGodXfB1JO9iTd1v3Zao41Nzptec8SHiEj87TEv7zpLJUqIGdGU7pFRa8CFg6V0krSp4gZx8AYaLIHmEBmzJo/pH8YrORQZ0O1WXX0Y/c= 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=kbhWVQYwjXlgdGGW0Y5thaMs0RItN+RoXQu+EN5BdCcJm6ip4rli+q2w3ri0Uv3I0b2zzXYAA81/ukYkjemEGy4JBa08qkat9zoA+nmc5H1OJjPFFGQm4KjkdS17/T23pPtsotDkyzkvSZWwPhT/x0R7AGN0lrcTXlxn/hvfGpc= Received: by 10.67.100.10 with SMTP id c10mr760569ugm.1185906928670; Tue, 31 Jul 2007 11:35:28 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id z34sm8953269ikz.2007.07.31.11.35.27 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 11:35:28 -0700 (PDT) Message-ID: <46AF80ED.7090708@crackmonkey.us> Date: Tue, 31 Jul 2007 19:35:25 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Bruce Caruthers References: <20070731030320.A40177@dreamfire.com> <20070731112945.A19820@dreamfire.com> In-Reply-To: <20070731112945.A19820@dreamfire.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: FreeBSD Questions Subject: Re: DOH! ata_alloc_request failed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:35:30 -0000 Bruce Caruthers wrote: > On Tue Jul 31, 2007, Bruce Caruthers wrote: >> Um... should I be concerned? Hi Bruce, I've found wherever hard disks are doing anything suspicious, such as operating properly, it's best to be paranoid. Take multiple copies quick is my advice. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:37: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 AFB3216A41A for ; Tue, 31 Jul 2007 18:37:48 +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 984D913C46A for ; Tue, 31 Jul 2007 18:37:48 +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 l6VIbl23091256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Jul 2007 11:37:48 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AF8170.7050106@enabled.com> Date: Tue, 31 Jul 2007 11:37:36 -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: xf86 madness - stop installing drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:37:48 -0000 Hi, I am wondering if there is an easy way to stop installing all of the xf86 input an video drivers listed below. 00004 xf86-input-acecad-1.1.0 /x11-drivers/xf86-input-acecad 00003 xf86-input-calcomp-1.1.0 /x11-drivers/xf86-input-calcomp 00002 xf86-input-citron-2.2.0 /x11-drivers/xf86-input-citron 00001 xf86-input-digitaledge-1.1.0 /x11-drivers/xf86-input-digitaledge 00000 xf86-input-dmc-1.1.0 /x11-drivers/xf86-input-dmc -0001 xf86-input-dynapro-1.1.0 /x11-drivers/xf86-input-dynapro -0002 xf86-input-elo2300-1.1.0 /x11-drivers/xf86-input-elo2300 -0003 xf86-input-elographics-1.1.0 /x11-drivers/xf86-input-elographics -0004 xf86-input-fpit-1.1.0 /x11-drivers/xf86-input-fpit -0005 xf86-input-hyperpen-1.1.0 /x11-drivers/xf86-input-hyperpen -0006 xf86-input-jamstudio-1.1.0 /x11-drivers/xf86-input-jamstudio -0007 xf86-input-joystick-1.1.0 /x11-drivers/xf86-input-joystick -0008 xf86-input-keyboard-1.1.1 /x11-drivers/xf86-input-keyboard -0009 xf86-input-magellan-1.1.0 /x11-drivers/xf86-input-magellan -0010 xf86-input-magictouch-1.0.0.5_1 /x11-drivers/xf86-input-magictouch -0011 xf86-input-microtouch-1.1.0 /x11-drivers/xf86-input-microtouch -0012 xf86-input-mouse-1.1.2 /x11-drivers/xf86-input-mouse -0013 xf86-input-mutouch-1.1.0 /x11-drivers/xf86-input-mutouch -0014 xf86-input-palmax-1.1.0 /x11-drivers/xf86-input-palmax -0015 xf86-input-penmount-1.2.0 /x11-drivers/xf86-input-penmount -0016 xf86-input-spaceorb-1.1.0 /x11-drivers/xf86-input-spaceorb -0017 xf86-input-summa-1.1.0 /x11-drivers/xf86-input-summa -0018 xf86-input-tek4957-1.1.0 /x11-drivers/xf86-input-tek4957 -0019 xf86-input-void-1.1.0 /x11-drivers/xf86-input-void -0020 xf86-video-apm-1.1.1 /x11-drivers/xf86-video-apm -0021 xf86-video-ark-0.6.0 /x11-drivers/xf86-video-ark -0022 xf86-video-ati-6.6.3_2 /x11-drivers/xf86-video-ati -0023 xf86-video-chips-1.1.1 /x11-drivers/xf86-video-chips -0024 xf86-video-cirrus-1.1.0 /x11-drivers/xf86-video-cirrus -0025 xf86-video-cyrix-1.1.0 /x11-drivers/xf86-video-cyrix -0026 xf86-video-dummy-0.2.0 /x11-drivers/xf86-video-dummy -0027 xf86-video-fbdev-0.3.1 /x11-drivers/xf86-video-fbdev -0028 xf86-video-glint-1.1.1_2 /x11-drivers/xf86-video-glint -0029 xf86-video-i128-1.2.1 /x11-drivers/xf86-video-i128 -0030 xf86-video-i740-1.1.0 /x11-drivers/xf86-video-i740 -0031 xf86-video-i810-1.6.5_2 /x11-drivers/xf86-video-i810 -0032 xf86-video-imstt-1.1.0 /x11-drivers/xf86-video-imstt -0033 xf86-video-mga-1.4.6.1_1 /x11-drivers/xf86-video-mga -0034 xf86-video-neomagic-1.1.1 /x11-drivers/xf86-video-neomagic -0035 xf86-video-newport-0.2.1 /x11-drivers/xf86-video-newport -0036 xf86-video-nsc-2.8.2 /x11-drivers/xf86-video-nsc -0037 xf86-video-nv-2.1.2 /x11-drivers/xf86-video-nv -0038 xf86-video-rendition-4.1.3 /x11-drivers/xf86-video-rendition -0039 xf86-video-s3-0.5.0 /x11-drivers/xf86-video-s3 -0040 xf86-video-s3virge-1.9.1 /x11-drivers/xf86-video-s3virge -0041 xf86-video-savage-2.1.2_2 /x11-drivers/xf86-video-savage -0042 xf86-video-siliconmotion-1.4.2 /x11-drivers/xf86-video-siliconmotion -0043 xf86-video-sis-0.9.3_1 /x11-drivers/xf86-video-sis -0044 xf86-video-tdfx-1.3.0_1 /x11-drivers/xf86-video-tdfx -0045 xf86-video-tga-1.1.0 /x11-drivers/xf86-video-tga -0046 xf86-video-trident-1.2.3 /x11-drivers/xf86-video-trident -0047 xf86-video-tseng-1.1.1 /x11-drivers/xf86-video-tseng -0048 xf86-video-vesa-1.3.0 /x11-drivers/xf86-video-vesa -0049 xf86-video-vga-4.1.0 /x11-drivers/xf86-video-vga -0050 xf86-video-via-0.2.2_1 /x11-drivers/xf86-video-via -0051 xf86-video-vmware-10.14.1 /x11-drivers/xf86-video-vmware -0052 xf86-video-voodoo-1.1.1 /x11-drivers/xf86-video-voodoo -0053 xf86rushproto-1.1.2 /x11/xf86rushproto From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:38: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 87A4916A418 for ; Tue, 31 Jul 2007 18:38:19 +0000 (UTC) (envelope-from mark.jacobs@custserv.com) Received: from mail147.messagelabs.com (mail147.messagelabs.com [216.82.245.147]) by mx1.freebsd.org (Postfix) with SMTP id 09A7D13C4CA for ; Tue, 31 Jul 2007 18:38:18 +0000 (UTC) (envelope-from mark.jacobs@custserv.com) X-VirusChecked: Checked X-Env-Sender: mark.jacobs@custserv.com X-Msg-Ref: server-4.tower-147.messagelabs.com!1185905388!21532989!11 X-StarScan-Version: 5.5.12.11; banners=-,-,- X-Originating-IP: [64.236.226.116] Received: (qmail 18850 invoked from network); 31 Jul 2007 18:09:59 -0000 Received: from post.customersvc.com (HELO TMPMSGSM01.enterprise.corpad.timeinc.com) (64.236.226.116) by server-4.tower-147.messagelabs.com with SMTP; 31 Jul 2007 18:09:59 -0000 Received: from TMPMSGMB02.enterprise.corpad.timeinc.com ([10.176.44.50]) by TMPMSGSM01.enterprise.corpad.timeinc.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 31 Jul 2007 14:09:56 -0400 Received: from bc007776.tcs.timeinc.com ([10.176.156.30]) by TMPMSGMB02.enterprise.corpad.timeinc.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 31 Jul 2007 14:09:56 -0400 Message-ID: <46AF7AA4.6040902@custserv.com> Date: Tue, 31 Jul 2007 14:08:36 -0400 From: Mark Jacobs Organization: Time Customer Service User-Agent: Thunderbird 2.0.0.0 (X11/20070521) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Jul 2007 18:09:56.0806 (UTC) FILETIME=[0061EE60:01C7D39E] Subject: SOCKS V5 proxy for http_proxy Environmental variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mark.jacobs@custserv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:38:20 -0000 I am attempting to set the http_proxy environmental variable to a SOCKS 5 proxy server that is really an SSH tunnel to a server outside the network. When I execute the fetch command it is failing with this error message; bc007776# fetch -v ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz looking up 127.0.0.1 connecting to 127.0.0.1:8080 requesting ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz fetch: ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz: Unknown error: 0 Is this supported? -- Mark Jacobs Technical Services Time Customer Service - Tampa, FL ------ "The secret of life is honesty and fair dealing. If you can fake that, you've got it made." -- Julius (Groucho) Henry Marx From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:42:16 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 3A04B16A419 for ; Tue, 31 Jul 2007 18:42:16 +0000 (UTC) (envelope-from netslists@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id E36F913C457 for ; Tue, 31 Jul 2007 18:42:15 +0000 (UTC) (envelope-from netslists@gmail.com) Received: by wr-out-0506.google.com with SMTP id 67so1041521wri for ; Tue, 31 Jul 2007 11:42:14 -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=km4IpcKtNpy/oqFZHAsegU48wtFNKRMd6u/xjJUmZyto1um3t5B/4oF8jfmHGDZKot/OxRwdMfTfYWccYTmFXsgLTdN4+xe3TVhdZgafn7mTVvpbGcA3gDu0y+2XGbArEeT6AQDur7lMQ2wSx+qjoc1ooNpjHj8UUBvmvSdP+r0= 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=ZhkIeNmarVRRzPdwYdJism0hempjKKYKNeuP/s1QZwgUDOkY/X/GDAd93cbMSpm8IVg7qlQRO7EH5rPEUnw3RDqtNciD7sTwmX2fXwegYfBfnP1rLwN+i/n/Z8ua0grMJzFdzrrX8nCOH/UJ8MErihicKfM4MDQEhlB6LtY1j04= Received: by 10.90.119.15 with SMTP id r15mr3667889agc.1185907334838; Tue, 31 Jul 2007 11:42:14 -0700 (PDT) Received: from ?192.168.12.8? ( [72.189.172.75]) by mx.google.com with ESMTPS id i27sm5511899elf.2007.07.31.11.42.13 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 11:42:14 -0700 (PDT) Message-ID: <46AF827C.2040409@gmail.com> Date: Tue, 31 Jul 2007 14:42:04 -0400 From: Sten Daniel Soersdal User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: TMPFS, is it available on FreeBSD 6 or 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:42:16 -0000 Is TMPFS available on FreeBSD 6 or 7? Or do i have to settle for mfs? [venting frustration] The reason i ask is i need something very flexible when it comes to memory usage as a poor-mans shared-memory feature for a closed source data conversion app, used only occasionally but with *alot* of data passing through. By alot i mean it took our quad core xeon 3 ghz with 4 gbyte memory and 4 SAS drives in 1+0 RAID, about a day and a half to process (on disk). Simple tests (by others) using netbsd on a single cpu 3 ghz and tmpfs, it took roughly 70 minutes. Most of which was spent loading and unloading the data over the network. I'd really like that memory back after use for other things as this server is also serving databases with files etc. (PS. If anyone knows of some place in the world it is legally permissible to shoot a programmer for incompetence/excessive-tmp-usage, then please let me know, that's where are going on company vacation) [/venting] -- Sten Daniel Soersdal From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:45: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 5FF2F16A417 for ; Tue, 31 Jul 2007 18:45:18 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 3D94313C45B for ; Tue, 31 Jul 2007 18:45:18 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l6VIjG2r096365; Tue, 31 Jul 2007 14:45:17 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 14:44:44 -0400 User-Agent: KMail/1.9.7 References: <46AF8170.7050106@enabled.com> In-Reply-To: <46AF8170.7050106@enabled.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311444.44677.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Noah Subject: Re: xf86 madness - stop installing drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:45:18 -0000 On Tuesday 31 July 2007 02:37:36 pm Noah wrote: > Hi, > > I am wondering if there is an easy way to stop installing all of the > xf86 input an video drivers listed below. Sure, just uninstall the xorg metaport, the xorg-drivers metaport, and any of the driver ports you listed that you're not interested in. You can use pkg_delete or similar. To actually _prevent_ the packages from being installed, you should avoid installing either metaport above or anything that depends on them. If you felt so inspired, you could make your own xorg-drivers-custom metaport, have it depend on only the drivers you're interested in, mark it as conflicting with the vanilla xorg-drivers port, and use it as a replacement. You'd probably have to run pkgdb -F a lot (if you use portupgrade) or take other provisions to repair the dependencies, but it could be done. On the whole though, what are you trying to gain? X.org and XFree86 on FreeBSD have always defaulted to installing all of the available drivers. It's just more visible now that each one has its own port in the post Xorg-7.0 world. JN From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:45: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 A364016A420 for ; Tue, 31 Jul 2007 18:45:35 +0000 (UTC) (envelope-from dmw@unete.cl) Received: from mail09.ifxnetworks.com (mail09.ifxnetworks.com [190.61.128.19]) by mx1.freebsd.org (Postfix) with ESMTP id 232A313C46B for ; Tue, 31 Jul 2007 18:45:34 +0000 (UTC) (envelope-from dmw@unete.cl) Received: (qmail 12320 invoked from network); 31 Jul 2007 18:45:33 -0000 Received: from unknown (HELO webmail.ifxnw.cl) ([190.61.128.22]) (envelope-sender ) by mail09.ifxnetworks.com (qmail-ldap-1.03) with SMTP for ; 31 Jul 2007 18:45:33 -0000 Received: from 64.117.137.69 (proxying for 161.131.179.196, 161.131.179.196) (SquirrelMail authenticated user dmw@unete.cl) by webmail.ifxnw.cl with HTTP; Tue, 31 Jul 2007 14:45:33 -0400 (CLT) Message-ID: <50931.64.117.137.69.1185907533.squirrel@webmail.ifxnw.cl> In-Reply-To: <46AF76D1.2040909@gmail.com> References: <46AF76D1.2040909@gmail.com> Date: Tue, 31 Jul 2007 14:45:33 -0400 (CLT) From: "Daniel Molina Wegener" To: "Roy" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dmw@unete.cl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:45:35 -0000 El Mar, 31 de Julio de 2007, 13:52, Roy escribió: > [roy@admin ~]$ uname -a > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue > Jul 31 23:11:21 CST 2007 > roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 > > -------------------------------------------------------------- >>>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > [SNIP] > Hello, That isn't the command line... Try: # make buildworld # make buildkernel And read the Makefile in /usr/src Regards, -- .O. | Daniel Molina Wegener | C/C++ Developer ..O | dmw [at] unete [dot] cl | FOSS Coding Adict OOO | BSD & Linux User | Standards Rocks! From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18: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 4658416A46C for ; Tue, 31 Jul 2007 18:46:03 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: from dreamfire.com (dreamfire.com [192.220.72.206]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB9E13C48A for ; Tue, 31 Jul 2007 18:46:02 +0000 (UTC) (envelope-from bkc@dreamfire.com) Received: (qmail 69098 invoked by uid 18638); 31 Jul 2007 18:46:02 -0000 Date: Tue, 31 Jul 2007 11:46:01 -0700 From: Bruce Caruthers To: Adam J Richardson Message-ID: <20070731114601.A55698@dreamfire.com> References: <20070731030320.A40177@dreamfire.com> <20070731112945.A19820@dreamfire.com> <46AF80ED.7090708@crackmonkey.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <46AF80ED.7090708@crackmonkey.us>; from fatman.uk@gmail.com on Tue, Jul 31, 2007 at 07:35:25PM +0100 Cc: FreeBSD Questions Subject: Re: DOH! ata_alloc_request failed! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Caruthers List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:46:03 -0000 On Tue Jul 31, 2007, Adam J Richardson wrote: > Bruce Caruthers wrote: > >> Um... should I be concerned? > > Hi Bruce, > > I've found wherever hard disks are doing anything suspicious, such as > operating properly, it's best to be paranoid. Take multiple copies quick > is my advice. > > Adam J Richardson Well, the entire system is just over a week old, so I would *hope* nothing is already failing. Also, the other reports I saw indicated a memory leak in ataraid or somewhere related. This system is meant to be the new master copy, from which backups will be taken, so I'd like to track down what the problem is, hw or sw. (Original server is still holding its own for now, but I don't want to have to constantly re-verify the copies, plus the old server is maxed out and giving signs of dying...) -bkc From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:50: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 3CBBF16A41F for ; Tue, 31 Jul 2007 18:50:06 +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 C253413C481 for ; Tue, 31 Jul 2007 18:50:05 +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 l6VIo1D5047747; Tue, 31 Jul 2007 20:50:01 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id DD1E3B8FD; Tue, 31 Jul 2007 20:50:00 +0200 (CEST) Date: Tue, 31 Jul 2007 20:50:00 +0200 From: Roland Smith To: Noah Message-ID: <20070731185000.GA53682@slackbox.xs4all.nl> Mail-Followup-To: Noah , User Questions References: <46AF8170.7050106@enabled.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <46AF8170.7050106@enabled.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: User Questions Subject: Re: xf86 madness - stop installing drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:50:06 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 31, 2007 at 11:37:36AM -0700, Noah wrote: > Hi, >=20 > I am wondering if there is an easy way to stop installing all of the xf86= =20 > input an video drivers listed below. >=20 >=20 > 00004 xf86-input-acecad-1.1.0 /x11-drivers/xf86-input-acecad > 00003 xf86-input-calcomp-1.1.0 /x11-drivers/xf86-input-calcomp > -0051 xf86-video-vmware-10.14.1 /x11-drivers/xf86-video-vmware > -0052 xf86-video-voodoo-1.1.1 /x11-drivers/xf86-video-voodoo > -0053 xf86rushproto-1.1.2 /x11/xf86rushproto Edit /usr/ports/x11-drivers/xorg-drivers/Makefile and remove those that you don't need from RUN_DEPENDS. 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) --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGr4RYEnfvsMMhpyURAsRRAKCcTzkK7rCmyWgYUQTz+zU+ZwL9ygCgrq0L h5wLx9f0TQI1mXNWWuMgvA4= =iGIc -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:55: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 3465416A417 for ; Tue, 31 Jul 2007 18:55:04 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id EF28613C467 for ; Tue, 31 Jul 2007 18:55:03 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l6VIt1BV038691 for ; Tue, 31 Jul 2007 13:55:01 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 13:55:00 -0500 User-Agent: KMail/1.9.7 References: <46AF8170.7050106@enabled.com> <200707311444.44677.lists@jnielsen.net> In-Reply-To: <200707311444.44677.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311355.00794.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: xf86 madness - stop installing drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 18:55:04 -0000 On Tuesday 31 July 2007 13:44:44 John Nielsen wrote: > On Tuesday 31 July 2007 02:37:36 pm Noah wrote: > > Hi, > > > > I am wondering if there is an easy way to stop installing all of the > > xf86 input an video drivers listed below. > > Sure, just uninstall the xorg metaport, the xorg-drivers metaport, and any > of the driver ports you listed that you're not interested in. You can use > pkg_delete or similar. > > To actually _prevent_ the packages from being installed, you should avoid > installing either metaport above or anything that depends on them. > > If you felt so inspired, you could make your own xorg-drivers-custom > metaport, have it depend on only the drivers you're interested in, mark it > as conflicting with the vanilla xorg-drivers port, and use it as a > replacement. You'd probably have to run pkgdb -F a lot (if you use > portupgrade) or take other provisions to repair the dependencies, but it > could be done. > > On the whole though, what are you trying to gain? X.org and XFree86 on > FreeBSD have always defaulted to installing all of the available drivers. > It's just more visible now that each one has its own port in the post > Xorg-7.0 world. > > JN honestly tho, it *does* seem like there should be a configuration where you can choose as many or as few of the available ones as you need. if they were going to go to the trouble of making each one a seperare entity, it just seems logical that the meta would include some knobs. -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 18:55:55 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 0E60816A41F for ; Tue, 31 Jul 2007 18:55:55 +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 8836C13C47E for ; Tue, 31 Jul 2007 18:55:53 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 57920 invoked from network); 31 Jul 2007 18:55:52 -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; 31 Jul 2007 18:55:52 -0000 Message-ID: <46AF6077.5090000@cyberleo.net> Date: Tue, 31 Jul 2007 11:16:32 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <46AB9EB4.5080305@cyberleo.net> <20070728213750.GA93017@oberon.njm.f2s.com> <43868.212.72.24.148.1185710699.squirrel@rakhesh.com> In-Reply-To: <43868.212.72.24.148.1185710699.squirrel@rakhesh.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions 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: Tue, 31 Jul 2007 18:55:55 -0000 Rakhesh Sasidharan wrote: > 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. That's exactly what I was looking for. Thanks! -- 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 Tue Jul 31 19:02: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 B768516A41A for ; Tue, 31 Jul 2007 19:02:08 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9466713C459 for ; Tue, 31 Jul 2007 19:02:08 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l6VJ252r002766; Tue, 31 Jul 2007 15:02:06 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 15:01:33 -0400 User-Agent: KMail/1.9.7 References: <46AB9EB4.5080305@cyberleo.net> <43868.212.72.24.148.1185710699.squirrel@rakhesh.com> <46AF6077.5090000@cyberleo.net> In-Reply-To: <46AF6077.5090000@cyberleo.net> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311501.33241.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: CyberLeo Kitsana 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: Tue, 31 Jul 2007 19:02:08 -0000 On Tuesday 31 July 2007 12:16:32 pm CyberLeo Kitsana wrote: > Rakhesh Sasidharan wrote: > > 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-preserv > >e-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. > > That's exactly what I was looking for. Also, if you use portupgrade there's a MAKE_ARGS section of /usr/local/etc/pkgtools.conf. JN From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 19:14: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 3E2A616A419 for ; Tue, 31 Jul 2007 19:14:20 +0000 (UTC) (envelope-from craig@akeyl.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id 248F113C478 for ; Tue, 31 Jul 2007 19:14:20 +0000 (UTC) (envelope-from craig@akeyl.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 1BAE511218; Tue, 31 Jul 2007 14:00:17 -0500 (CDT) Date: Tue, 31 Jul 2007 14:00:15 -0500 From: Craig Boston To: Sten Daniel Soersdal Message-ID: <20070731190002.GA1286@nowhere> Mail-Followup-To: Craig Boston , Sten Daniel Soersdal , freebsd-questions@freebsd.org References: <46AF827C.2040409@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AF827C.2040409@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: TMPFS, is it available on FreeBSD 6 or 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 19:14:20 -0000 On Tue, Jul 31, 2007 at 02:42:04PM -0400, Sten Daniel Soersdal wrote: > Is TMPFS available on FreeBSD 6 or 7? > Or do i have to settle for mfs? tmpfs is not available in 6, however it has recently been added to -current (7) and will be part of the 7.0 release. If you desperately need it now, you'll have to partake of the adventure that is running -current. If you can wait a while, I'd recommend waiting for the release, especially if this is a production server. mfs sounds like it would definitely not work very well for your use case. Have you tried playing with filesystem options such as mounting a disk-based /tmp async (with softupdates DISABLED) to see if it helps any? Won't be as fast as tmpfs, but with some tuning you might be able to get it to acceptable levels in the interim. Craig From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 19:25:16 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 7EF8F16A41A for ; Tue, 31 Jul 2007 19:25:16 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5218D13C45D for ; Tue, 31 Jul 2007 19:25:16 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0A9CD5190F for ; Tue, 31 Jul 2007 15:25:14 -0400 (EDT) Date: Tue, 31 Jul 2007 20:25:09 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070731202509.7b96f83c@gumby.homeunix.com.> In-Reply-To: <200707311355.00794.freebsd@dfwlp.com> References: <46AF8170.7050106@enabled.com> <200707311444.44677.lists@jnielsen.net> <200707311355.00794.freebsd@dfwlp.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: xf86 madness - stop installing drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 19:25:16 -0000 On Tue, 31 Jul 2007 13:55:00 -0500 Jonathan Horne wrote: > honestly tho, it *does* seem like there should be a configuration > where you can choose as many or as few of the available ones as you > need. if they were going to go to the trouble of making each one a > seperare entity, it just seems logical that the meta would include > some knobs. As I understand it, the intent was to avoid over-complicating 7.2 - the options will come later From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 20:00:01 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 C536C16A480 for ; Tue, 31 Jul 2007 20:00:01 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 99DE713C491 for ; Tue, 31 Jul 2007 20:00:01 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6VK00JW021940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 13:00:01 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6VK00CN020310; Tue, 31 Jul 2007 13:00:00 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 13:00:00 PDT Date: Tue, 31 Jul 2007 13:00:00 -0700 (PDT) From: youshi10@u.washington.edu To: Roy In-Reply-To: <46AF76D1.2040909@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.124132 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: questions@freebsd.org Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 20:00:01 -0000 On Wed, 1 Aug 2007, Roy wrote: > [roy@admin ~]$ uname -a > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue > Jul 31 23:11:21 CST 2007 > roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 > > -------------------------------------------------------------- >>>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. Your system's definitely fubar'ed. touch should be found immediately unless /bin isn't in $PATH. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 20:00: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 8143416A494 for ; Tue, 31 Jul 2007 20:00:03 +0000 (UTC) (envelope-from saifi@twincling.org) Received: from coolhost77.com (coolhost77.com [203.194.209.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1E27A13C45E for ; Tue, 31 Jul 2007 20:00:02 +0000 (UTC) (envelope-from saifi@twincling.org) Received: (qmail 27499 invoked by uid 503); 31 Jul 2007 19:33:59 -0000 Received: from unknown (HELO ?192.168.1.253?) (saifi@twincling.org@60.243.229.134) by coolhost77.com with ESMTPA; 31 Jul 2007 19:33:59 -0000 Date: Wed, 1 Aug 2007 01:08:54 +0530 (IST) From: Saifi Khan X-X-Sender: saifi@speed.localdomain To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: __sys_fcntl() definition ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 20:00:03 -0000 Hi: While working through the FreeBSD 6.2 codebase, I saw the following functions referred at multiple places. __sys_fcntl() __sys_open() __sys_write() ... Can somebody point out the file which contains the implementation of the __sys_* functions ? Thanks in advance. thanks Saifi. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 20:30:55 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 B5EF016A41F for ; Tue, 31 Jul 2007 20:30:55 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from 3bsd.cpcnw.co.uk (custompc.plus.com [81.174.174.115]) by mx1.freebsd.org (Postfix) with ESMTP id 3C90713C468 for ; Tue, 31 Jul 2007 20:30:54 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from 3bsd.cpcnw.co.uk (localhost.cpcnw.co.uk [127.0.0.1]) by 3bsd.cpcnw.co.uk (8.13.8/8.13.8) with ESMTP id l6VKUWs6000979 for ; Tue, 31 Jul 2007 21:30:32 +0100 (BST) (envelope-from admin@cpcnw.co.uk) Received: (from admin@localhost) by 3bsd.cpcnw.co.uk (8.13.8/8.13.8/Submit) id l6VKUWX6000978 for freebsd-questions@freebsd.org; Tue, 31 Jul 2007 21:30:32 +0100 (BST) (envelope-from admin@cpcnw.co.uk) X-Authentication-Warning: 3bsd.cpcnw.co.uk: admin set sender to admin@cpcnw.co.uk using -f Date: Tue, 31 Jul 2007 21:30:32 +0100 From: Graham Bentley To: freebsd-questions@freebsd.org Message-ID: <20070731203032.GD762@cpcnw.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Fwd: Returned mail: see transcript for details X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 20:30:55 -0000 Hi All, Not sure how to correct this but I have created some mp3's to share with a friend using mp3c. I have setup filenaming like this ; ArtistName_AlbumName_TrackNo_TrackTitle.mp3 It seems to work great under FreeBSd and I can see the full filename. I then burnt the tracks to DVD using ; growisofs -dvd-compat -Z /dev/cd0 -r -J -speed=4 /rips I then checked the finished disc and the track names are the same. Taking that disc to another machine with that other OS on some of the filenames are truncated badly in that its the extension (.mp3) thats missing and therefore clicking the .m3u playlist results in winamp doing nothing. What the best way to do this so the DVD will play on 'anything' ? Thanks in advance for advice etc. Graham From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 20:52: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 A99E616A41A for ; Tue, 31 Jul 2007 20:52:04 +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 81D2713C49D for ; Tue, 31 Jul 2007 20:52:04 +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 l6VKpjO4027446; Tue, 31 Jul 2007 13:51:45 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 13:51:57 -0700 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311351.57649.kstewart@owt.com> Cc: youshi10@u.washington.edu, questions@freebsd.org, Roy Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 20:52:04 -0000 On Tuesday 31 July 2007, youshi10@u.washington.edu wrote: > On Wed, 1 Aug 2007, Roy wrote: > > [roy@admin ~]$ uname -a > > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: > > Tue Jul 31 23:11:21 CST 2007 > > roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 > > > > -------------------------------------------------------------- > > > >>>> Installing everything > > > > -------------------------------------------------------------- > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info (install) > > ===> include (install) > > creating osreldate.h from newvers.sh > > touch: not found > > *** Error code 127 > > > > Stop in /usr/src/include. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > Your system's definitely fubar'ed. touch should be found immediately > unless /bin isn't in $PATH. > Touch isn't needed in a good installworld. This usually means your system date is seriously off. If you use local clock in your cmos, you need to "adjkerntz -i" when you boot to single user. 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 Tue Jul 31 21:00: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 120A816A46B for ; Tue, 31 Jul 2007 21:00:08 +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 E2B4D13C4A3 for ; Tue, 31 Jul 2007 21:00:07 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6VL06GF018243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 14:00:06 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6VL06bU022284; Tue, 31 Jul 2007 14:00:06 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 14:00:06 PDT Date: Tue, 31 Jul 2007 14:00:06 -0700 (PDT) From: youshi10@u.washington.edu To: Saifi Khan In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.134133 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: freebsd-questions@freebsd.org Subject: Re: __sys_fcntl() definition ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:00:08 -0000 On Wed, 1 Aug 2007, Saifi Khan wrote: > Hi: > > While working through the FreeBSD 6.2 codebase, > I saw the following functions referred at multiple places. > > __sys_fcntl() > __sys_open() > __sys_write() > ... > > Can somebody point out the file which contains the implementation > of the __sys_* functions ? > > Thanks in advance. > > thanks > Saifi. They're standard C library headers: man 2 fcntl man 2 open man 2 write Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 21:02: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 8C8EB16A41A for ; Tue, 31 Jul 2007 21:02:52 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 1C63513C46B for ; Tue, 31 Jul 2007 21:02:51 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so161621uge for ; Tue, 31 Jul 2007 14:02: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=TCKcLjLwKDSoTpdt+cMTlP+hS6xD0DxZJaQb7knpwlADwsPFDAI1OHRbFMG7+NxpO76eBjYXIkjqHWS/oJumcuw5QucRlAJMVNB+DW0ExNqMrvgFv9DHr96LHW+Eiyj/UR7u2cWe/KpWJXcy9BYPFQSTUFSa1r9An0ZyU/r1rlk= 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=hqjh4RFibuJrCzp8GL8wQRdGniPTVyNjfJ/TLhk1ZqSjnGRn64oq9aVzf4KczYkdjWXiTm6/oKxgA/7rAUEW6eQ9ubWCHJSlfl9+6FtHeELjGNbBnYRAm4rEaoup0AG+lToBBkGltmPY+G6bhHSBKFYElwGF8/+pCw/hpWBQhI0= Received: by 10.66.249.8 with SMTP id w8mr812974ugh.1185915770559; Tue, 31 Jul 2007 14:02:50 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id c9sm4334458nfi.2007.07.31.14.02.48 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 14:02:48 -0700 (PDT) Message-ID: <46AFA376.5020900@crackmonkey.us> Date: Tue, 31 Jul 2007 22:02:46 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Noah References: <46AF42C1.5000807@enabled.com> In-Reply-To: <46AF42C1.5000807@enabled.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: User Questions Subject: Re: difficulties remove stale dependency X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:02:52 -0000 Noah wrote: > > Hi, > > any clues on how to cure this situation. It appears I am having > difficulties removing stale dependencies. > > access1# portupgrade -a > Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb > -F' to fix, or specify -O to force. > access1# portupgrade - > access1# pkgdb -F > ---> Checking the package registry database > access1# pkgdb -FO > ---> Checking the package registry database > access1# portupgrade -a > Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb > -F' to fix, or specify -O to force. > > Cheers, > > Noah Hi Noah, I get this a lot on one of my systems. Just that one - no idea why. Anyway, I find including option -O allows most things to ignore stale links, including portupgrade. Oh - did you try installing portupgrade-devel and not portupgrade? That helped me out of a hole once and now I use it for everything. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 21:15:05 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 9905716A417 for ; Tue, 31 Jul 2007 21:15:05 +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 621A313C442 for ; Tue, 31 Jul 2007 21:15:05 +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 l6VKpjO4027446; Tue, 31 Jul 2007 13:51:45 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Tue, 31 Jul 2007 13:51:57 -0700 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707311351.57649.kstewart@owt.com> Cc: youshi10@u.washington.edu, questions@freebsd.org, Roy Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:15:05 -0000 On Tuesday 31 July 2007, youshi10@u.washington.edu wrote: > On Wed, 1 Aug 2007, Roy wrote: > > [roy@admin ~]$ uname -a > > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: > > Tue Jul 31 23:11:21 CST 2007 > > roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 > > > > -------------------------------------------------------------- > > > >>>> Installing everything > > > > -------------------------------------------------------------- > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info (install) > > ===> include (install) > > creating osreldate.h from newvers.sh > > touch: not found > > *** Error code 127 > > > > Stop in /usr/src/include. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > Your system's definitely fubar'ed. touch should be found immediately > unless /bin isn't in $PATH. > Touch isn't needed in a good installworld. This usually means your system date is seriously off. If you use local clock in your cmos, you need to "adjkerntz -i" when you boot to single user. 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 Tue Jul 31 21:15: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 38BF916A41B for ; Tue, 31 Jul 2007 21:15:58 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 1568B13C45B for ; Tue, 31 Jul 2007 21:15:58 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6VLFuvq019995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 14:15:57 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6VLFumX009706; Tue, 31 Jul 2007 14:15:56 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 14:15:56 PDT Date: Tue, 31 Jul 2007 14:15:56 -0700 (PDT) From: youshi10@u.washington.edu To: Adam J Richardson In-Reply-To: <46AFA376.5020900@crackmonkey.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.140035 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: Noah , User Questions Subject: Re: difficulties remove stale dependency X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:15:58 -0000 On Tue, 31 Jul 2007, Adam J Richardson wrote: > Noah wrote: >> >> Hi, >> >> any clues on how to cure this situation. It appears I am having >> difficulties removing stale dependencies. >> >> access1# portupgrade -a >> Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb -F' >> to fix, or specify -O to force. >> access1# portupgrade - >> access1# pkgdb -F >> ---> Checking the package registry database >> access1# pkgdb -FO >> ---> Checking the package registry database >> access1# portupgrade -a >> Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb -F' >> to fix, or specify -O to force. >> >> Cheers, >> >> Noah > > Hi Noah, > > I get this a lot on one of my systems. Just that one - no idea why. Anyway, I > find including option -O allows most things to ignore stale links, including > portupgrade. > > Oh - did you try installing portupgrade-devel and not portupgrade? That helped > me out of a hole once and now I use it for everything. > > HtH, > Adam J Richardson Simply put, emacs is a trouble maker with all of the versions that are available in the source tree. I think that porters are working on improving the system in place. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 21:20:32 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 005D416A41B for ; Tue, 31 Jul 2007 21:20:31 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id C95E713C4B0 for ; Tue, 31 Jul 2007 21:20:31 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 7588A51910; Tue, 31 Jul 2007 17:20:18 -0400 (EDT) Date: Tue, 31 Jul 2007 22:20:15 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070731222015.2cfe38ba@gumby.homeunix.com.> In-Reply-To: <46AF7AA4.6040902@custserv.com> References: <46AF7AA4.6040902@custserv.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: mark.jacobs@custserv.com Subject: Re: SOCKS V5 proxy for http_proxy Environmental variable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:20:32 -0000 On Tue, 31 Jul 2007 14:08:36 -0400 Mark Jacobs wrote: > I am attempting to set the http_proxy environmental variable to a > SOCKS 5 proxy server that is really an SSH tunnel to a server outside > the network. When I execute the fetch command it is failing with this > error message; > > bc007776# fetch -v ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz > looking up 127.0.0.1 > connecting to 127.0.0.1:8080 > requesting ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz > fetch: ftp://ftp.gnu.org/gnu/emacs/emacs-22.1.tar.gz: Unknown error: 0 > > Is this supported? > I don't think so, and if it were, I doubt it would be supported through though the http_proxy variable. Do you not have access to an external http_proxy via the ssh tunnel? That's the way this kind of thing normally works. Failing that, if this is for ports building, you might want to look into using curl instead of fetch in your FETCH_CMD as it appears to support SOCKS 5. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 21:34:27 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 2459416A420 for ; Tue, 31 Jul 2007 21:34:27 +0000 (UTC) (envelope-from fatman.uk@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 A79FE13C474 for ; Tue, 31 Jul 2007 21:34:26 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so165714uge for ; Tue, 31 Jul 2007 14:34:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=MB2x4smZcwryqxnhRmAKrOnMOvRpOGqzEZdEZNq0Nb4FmUKIzpqfQ/Vmtrs0mWxzuaUGcDWcPCB8gGBDqRDZKtvTN87ymZgqB9CTZzMgBLRhGVYN64G6CVbqvXoq6w+0p5CceniGAneizHNdMm6k2REYvPiWsx/N3NK7MsbUj1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=FXj+0q5w7U0wqubkea4hrIMsCZSHd2Ovdq3kUqaXLxr78/nqImbxkM331f0P9iRN/UjlS+01fwns/9a8UtFTa0ckLnM1oOgwKdFRxwz6DLoVDvYxqDagxDz//2z5muE0rfhIrwXNP2sbnzOelRHdefJfxhF6O1GGxaiLWtgCXgg= Received: by 10.67.27.3 with SMTP id e3mr833762ugj.1185917665161; Tue, 31 Jul 2007 14:34:25 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id 34sm39697nfu.2007.07.31.14.34.23 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Jul 2007 14:34:24 -0700 (PDT) Message-ID: <46AFAADF.4000204@crackmonkey.us> Date: Tue, 31 Jul 2007 22:34:23 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Bram Van Steenlandt References: <46AF241A.6000708@diomedia.be> In-Reply-To: <46AF241A.6000708@diomedia.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: Liste FreeBSD Subject: Re: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@nospam.crackmonkey.nospam.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:34:27 -0000 Bram Van Steenlandt wrote: > Hi list, > > The company I work for is linux based, we work with our own app written > in wxPython. > I am having a lot of trouble finding a suitable desktop OS, I've just > went with redhat but I think I am having second thoughts about it . > Freebsd (wich we use for some servers) would be an option but: > > I find it really difficult to keep freebsd up to date in a desktop > situation, recompiling things like gnome can take a lot of time. > > So what I would really like is to make one machine the build/test > machine and keep this machine up to date with the ports and portmanager > or so. > Can I then set up some kind of repo with the packages from this machine > and run something like "yum upgrade" on every desktop we have ? > I know something like sharing (thus building it only once and installing > it on multiple pc's) /usr/ports could be done but it is still to much > work and I would like something that also works over the internet. > > Ideas anyone ? > > kind regards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi Bram, You can use a build server and a staging server. I had it set up but unfortunately the hardware's lone hard disk recently snapped its spindle, so I can't help you out with settings. I think Michael Lucas wrote some articles on exactly that, though. Basically the idea is, the build server spends its time rebuilding everything and supplying it to the staging server, which is a repository for the latest builds. Pretty cool huh? Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 21:42: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 89D5416A480 for ; Tue, 31 Jul 2007 21:42:49 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from 0b10111.de (hcl-club.lu [62.75.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4D413C48D for ; Tue, 31 Jul 2007 21:42:49 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from localhost (4be54-4-82-234-154-189.fbx.proxad.net [82.234.154.189]) by 0b10111.de (Postfix) with ESMTP id 48D5B872C442; Tue, 31 Jul 2007 23:42:46 +0200 (CEST) Date: Tue, 31 Jul 2007 23:42:45 +0200 From: Jona Joachim To: Noah Message-ID: <20070731234245.390882bf@localhost> In-Reply-To: <46AF8170.7050106@enabled.com> References: <46AF8170.7050106@enabled.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Face: &>dujC`JZV!}?Y^1"%N{x!f+rW}; PX\_Cg[!|MA~tn3ebIKM|~p=,,U~YJt,Exd`Spk.1Ln zg, Q]0=:!/LTs-eg.Fz, @giLyD'D=s, L\-AJyZ8tcV`kPifedMA@rhoEikoo~K%@iDLNq2?aHZjIt) GqBY7o#9+8j/uuXDVG3`XFEH_4$T%._*%;|vIaP Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: xf86 madness - stop installing drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 21:42:49 -0000 On Tue, 31 Jul 2007 11:37:36 -0700 Noah wrote: > Hi, > > I am wondering if there is an easy way to stop installing all of the > xf86 input an video drivers listed below. I asked this some time ago on the X11 mailing list: http://docs.freebsd.org/cgi/mid.cgi?f2v3qg$vfl$1 The answer was that this will be changed in the future. Regards, Jona -- "I am chaos. I am the substance from which your artists and scientists build rhythms. I am the spirit with which your children and clowns laugh in happy anarchy. I am chaos. I am alive, and tell you that you are free." Eris, Goddess Of Chaos, Discord & Confusion From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:19: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 3164416A418 for ; Tue, 31 Jul 2007 22:19:18 +0000 (UTC) (envelope-from ccowart@hal.rescomp.berkeley.edu) Received: from rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id 1943A13C458 for ; Tue, 31 Jul 2007 22:19:18 +0000 (UTC) (envelope-from ccowart@hal.rescomp.berkeley.edu) Received: by rescomp.berkeley.edu (Postfix, from userid 1225) id C18B695A02; Tue, 31 Jul 2007 15:19:17 -0700 (PDT) Date: Tue, 31 Jul 2007 15:19:17 -0700 From: Christopher Cowart To: Michael Grant Message-ID: <20070731221917.GD5107@rescomp.berkeley.edu> Mail-Followup-To: Michael Grant , FreeBSD Questions References: <62b856460707311103j5e648552kdeb1eba9ecff06e1@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Hmb9n29fjuiORm2l" Content-Disposition: inline In-Reply-To: <62b856460707311103j5e648552kdeb1eba9ecff06e1@mail.gmail.com> Organization: RSSP-IT, UC Berkeley User-Agent: Mutt/1.5.9i Cc: FreeBSD Questions Subject: Re: relaying mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:19:18 -0000 --Hmb9n29fjuiORm2l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 31, 2007 at 08:03:50PM +0200, Michael Grant wrote: > In one of my domains, I have the MX record for it set up to my server. > But for one of the users within that domain, their mail needs to be > shuffled off to a different server at google. But I can't just > forward it because it's like an MX host I'd need to forward it to. > And I can't alter the MX to point to google for the entire domain > because it's only one user within that domain, the other users will be > screwed in that case. >=20 > For example, mydomain.com, let's say the mx for that comes to my box. > For joe@mydomain.com, I need to send his mail to ASPMX.L.GOOGLE.COM as > if it were the MX for mydomain.com. >=20 > In the old days, one would simply forward email to > joe%mydomain.com@ASPMX.L.GOOGLE.COM. That would cause mydomain.com's > sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for > joe@mydomain.com. But that seems long deprecated because it didn't > seem to work. >=20 > I am using sendmail and procmail. Can anyone think of some way I can > cause something like this to happen for just one user, ideally in a > .procmailrc file? We use postfix and transport maps to accomplish this for internal mail routing (bugzilla and RT messages go to an internal web server, user messages to our internal mailserver). The map would look something like: joe@mydomain.com smtp:[ASPMX.L.GOOGLE.COM] mydomain.com local I don't know how to accomplish similar routing with sendmail. In order to solve this completely at the user level, you could write a little bit of perl that opens an SMTP connection to the server of your choosing. You could then use .forward or .procmailrc or whatever to pipe the incoming messages to this script.=20 Good luck, --=20 Chris Cowart Lead Systems Administrator Network & Infrastructure Services, RSSP-IT UC Berkeley --Hmb9n29fjuiORm2l Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFGr7VlV3SOqjnqPh0RAkJmAKCZN+FfeEouT05VuqtO2nDODwz+9ACeOAYB 6s8Lq4wIk/pVTR0C0XzewSQ= =g+7x -----END PGP SIGNATURE----- --Hmb9n29fjuiORm2l-- From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:22:52 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 0293F16A41B for ; Tue, 31 Jul 2007 22:22:52 +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 B583113C46B for ; Tue, 31 Jul 2007 22:22:51 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from [192.168.0.1] (par69-4-82-227-117-128.fbx.proxad.net [82.227.117.128]) (AUTH: LOGIN walsimou@walsimou.com, SSL: TLSv1/SSLv3, 256bits, AES256-SHA) by dns.walsimou.com with esmtp; Wed, 01 Aug 2007 00:22:49 +0200 id 0000B9EE.0000000046AFB639.0000C135 Message-ID: <46AFB617.1060109@walsimou.com> Date: Wed, 01 Aug 2007 00:22:15 +0200 From: Gaye Abdoulaye Walsimou User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: fatman@nospam.crackmonkey.nospam.us, questions@freebsd.org References: <46AF241A.6000708@diomedia.be> <46AFAADF.4000204@crackmonkey.us> In-Reply-To: <46AFAADF.4000204@crackmonkey.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:22:52 -0000 I found this link, it seems to be a good start point. http://www.onlamp.com/pub/a/bsd/2006/04/13/freebsd-build-system.html?page=1 From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:28:27 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 DF39716A41B for ; Tue, 31 Jul 2007 22:28:27 +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 CDB3F13C457 for ; Tue, 31 Jul 2007 22:28:27 +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 l6VMSO1K009809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 31 Jul 2007 15:28:27 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46AFB77F.1090706@enabled.com> Date: Tue, 31 Jul 2007 15:28:15 -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: openssh no X forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:28:28 -0000 Hi there, $ ssh -X user@access1 Last login: Tue Jul 31 14:47:59 2007 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.2-RELEASE (SMP) #0: Fri Jan 12 11:05:30 UTC 2007 [access1 ~]$ xterm xterm Xt error: Can't open display: xterm: DISPLAY is not set [access1 ~]$ echo $DISPLAY [access1 ~]$ X11Forwarding yes is in place on /etc/ssh/sshd_config and /usr/local/etc/ssh/sshd_config access1# pkg_info | grep openssh openssh-portable-4.6.p1,1 The portable version of OpenBSD's OpenSSH ^[[Aaccess1# pkg_info | grep xorg linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries xorg-7.2 X.Org complete distribution metaport xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds xorg-docs-1.3,1 X.org documentation files xorg-fonts-100dpi-7.2 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-7.2 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.2 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.2 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.2 X.Org TrueType fonts xorg-fonts-type1-7.2 X.Org Type1 fonts xorg-libraries-7.2_2 X.org libraries meta-port xorg-protos-7.2 X.org protos meta-port xorg-server-1.2.0_2,1 X.Org X server and related programs access1# From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:38:16 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 0525C16A41B for ; Tue, 31 Jul 2007 22:38:16 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id D0E0913C459 for ; Tue, 31 Jul 2007 22:38:15 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 714B25190F for ; Tue, 31 Jul 2007 18:38:13 -0400 (EDT) Date: Tue, 31 Jul 2007 23:38:11 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070731233811.73b6e7bc@gumby.homeunix.com.> In-Reply-To: <62b856460707311103j5e648552kdeb1eba9ecff06e1@mail.gmail.com> References: <62b856460707311103j5e648552kdeb1eba9ecff06e1@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: relaying mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:38:16 -0000 On Tue, 31 Jul 2007 20:03:50 +0200 "Michael Grant" wrote: > In one of my domains, I have the MX record for it set up to my server. > But for one of the users within that domain, their mail needs to be > shuffled off to a different server at google. But I can't just > forward it because it's like an MX host I'd need to forward it to. > And I can't alter the MX to point to google for the entire domain > because it's only one user within that domain, the other users will be > screwed in that case. > > For example, mydomain.com, let's say the mx for that comes to my box. > For joe@mydomain.com, I need to send his mail to ASPMX.L.GOOGLE.COM as > if it were the MX for mydomain.com. > > In the old days, one would simply forward email to > joe%mydomain.com@ASPMX.L.GOOGLE.COM. That would cause mydomain.com's > sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for > joe@mydomain.com. But that seems long deprecated because it didn't > seem to work. > > I am using sendmail and procmail. Can anyone think of some way I can > cause something like this to happen for just one user, ideally in a > .procmailrc file? > I'm not really sure what you asking here, ASPMX.L.GOOGLE.COM doesn't even have an mx record. If this person has a gmail account, just forward it to his gmail address, IIRC he has to configure the joe@mydomain.com address as one of his own addresses to prevent google seeing it as spam. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:45: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 0064E16A41F for ; Tue, 31 Jul 2007 22:45:56 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCA713C478 for ; Tue, 31 Jul 2007 22:45:56 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from [210.55.30.55] ([210.55.30.55]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 10:31:27 +1200 Message-ID: <46AFB877.8060302@net24.co.nz> Date: Wed, 01 Aug 2007 10:32:23 +1200 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Jul 2007 22:31:27.0843 (UTC) FILETIME=[88F82B30:01C7D3C2] Subject: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:45:57 -0000 If there are patches/updates to this issue I would REALLY like to know about them! :-) -- Brett Davidson Systems Engineer -- Net24 Limited Web: www.net24.co.nz Phone: 0800 5000 24 | DDI: +64 3 962 9518 -- // web hosting / email hosting / data backup // our reputation for reliability precedes us This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:48: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 E486216A41F for ; Tue, 31 Jul 2007 22:48:15 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6D9AF13C428 for ; Tue, 31 Jul 2007 22:48:15 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from [210.55.30.55] ([210.55.30.55]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 10:45:52 +1200 Message-ID: <46AFBBD8.1090905@net24.co.nz> Date: Wed, 01 Aug 2007 10:46:48 +1200 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: FreeBSD Questions References: <46AFB877.8060302@net24.co.nz> In-Reply-To: <46AFB877.8060302@net24.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Jul 2007 22:45:52.0750 (UTC) FILETIME=[8C7E80E0:01C7D3C4] Subject: Update Issue is with PAE, not SMP : A wee while ago, USB support on FreeBSD6.2 PAE systems was discouraged. Is that still the case? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:48:16 -0000 If there are patches/updates to this issue I would REALLY like to know about them! :-) -- Brett Davidson Systems Engineer -- Net24 Limited Web: www.net24.co.nz Phone: 0800 5000 24 | DDI: +64 3 962 9518 -- // web hosting / email hosting / data backup // our reputation for reliability precedes us This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 22:49: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 6E9FB16A417 for ; Tue, 31 Jul 2007 22:49:44 +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 2F9D913C457 for ; Tue, 31 Jul 2007 22:49:44 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so15200nzf for ; Tue, 31 Jul 2007 15:49: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=bHOX68GlkOjKaJME28V2aBCDSlCEUEMLNoUNReqXvnP34Vtdo+xdJUQ0+TE5j54IumsD05a/O1QVASr73HTx83LiAxV4qXWOCoqsef09i87adnsMCCU50JriTiIGO6yuc9uZOrxMM61F3FHcHs7JedbKpIkSiRBMLjYBCLJndwk= 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=c6gJ0+oXWgwSyYB9Aag1DJrV9Z4YVX11I8d1YzhdHYH0Iv1LpHQpuQV1N34fp7e8Om8ADUcwDwHcNvNy8PBt2NadtTm/1qbM8y6+1VqWQ0cWiOgyJMz+IRwsdJJZxgAYW3ID8FL2BS1WH9ccMoKvmokdPmBQ0yb6ALCC9OE/HjU= Received: by 10.143.38.6 with SMTP id q6mr4454wfj.1185922182861; Tue, 31 Jul 2007 15:49:42 -0700 (PDT) Received: by 10.143.17.15 with HTTP; Tue, 31 Jul 2007 15:49:42 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 18:49:42 -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: pkg_deinstall and pkg_delete X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:49:44 -0000 What exactly is the difference between pkg_delete and pkg_deinstall? Should I be cautious about mixing them? From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 23:06: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 C413C16A41A for ; Tue, 31 Jul 2007 23:06:26 +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 A2A6713C4A3 for ; Tue, 31 Jul 2007 23:06:26 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6VN6PSE003754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 16:06:26 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6VN6Prj027983; Tue, 31 Jul 2007 16:06:25 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 16:06:25 PDT Date: Tue, 31 Jul 2007 16:06:25 -0700 (PDT) From: youshi10@u.washington.edu To: Brett Davidson In-Reply-To: <46AFB877.8060302@net24.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.154833 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: FreeBSD Questions Subject: Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 23:06:26 -0000 On Wed, 1 Aug 2007, Brett Davidson wrote: > If there are patches/updates to this issue I would REALLY like to know about > them! :-) > > -- > Brett Davidson > Systems Engineer > -- > Net24 Limited > Web: www.net24.co.nz > Phone: 0800 5000 24 | DDI: +64 3 962 9518 > -- > // web hosting / email hosting / data backup // our reputation for reliability > precedes us > > This transmission is for the intended addressee only and is confidential > information. If you have received this transmission in error, please > delete it and notify the sender. I may be wrong, but USB support has always been giant-locked, and continues to be giant-locked, at least until Hans work maybe gets integrated into 8-CURRENT after a major code review. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 23:11: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 13C7116A417 for ; Tue, 31 Jul 2007 23:11:37 +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 E6EE713C461 for ; Tue, 31 Jul 2007 23:11:36 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l6VNBa5W004259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 16:11:36 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l6VNBaRe003216; Tue, 31 Jul 2007 16:11:36 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 16:11:36 PDT Date: Tue, 31 Jul 2007 16:11:36 -0700 (PDT) From: youshi10@u.washington.edu To: Aton A In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.154833 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: freebsd-questions@freebsd.org Subject: Re: pkg_deinstall and pkg_delete X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 23:11:37 -0000 On Tue, 31 Jul 2007, Aton A wrote: > What exactly is the difference between pkg_delete and pkg_deinstall? > Should I be cautious about mixing them? See for more discussion. I don't see this as an issue though because pkg_deinstall supports wildcards and patterns now. -Garrett From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 23:26: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 578A116A468 for ; Tue, 31 Jul 2007 23:26:14 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id 39FC813C4B6 for ; Tue, 31 Jul 2007 23:26:14 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id 164F86894124A; Tue, 31 Jul 2007 16:30:43 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fVNuvnAqpt2L; Tue, 31 Jul 2007 16:30:43 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id E9E6268613019; Tue, 31 Jul 2007 16:30:42 -0700 (PDT) Date: Tue, 31 Jul 2007 16:30:42 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20070731233042.GA31679@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <46AFB77F.1090706@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AFB77F.1090706@enabled.com> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Subject: Re: openssh no X forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 23:26:14 -0000 On Tue, Jul 31, 2007, Noah wrote: >Hi there, > > >$ ssh -X user@access1 Try ``ssh -Y user@access1'' ... Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 "I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forego their use." -- Galileo Galilei From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 00:20:17 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 794A916A41F for ; Wed, 1 Aug 2007 00:20:17 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0857813C457 for ; Wed, 1 Aug 2007 00:20:16 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from [210.55.30.55] ([210.55.30.55]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 12:05:18 +1200 Message-ID: <46AFCE76.7090809@net24.co.nz> Date: Wed, 01 Aug 2007 12:06:14 +1200 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: youshi10@u.washington.edu References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2007 00:05:18.0296 (UTC) FILETIME=[A4FB1D80:01C7D3CF] Cc: FreeBSD Questions Subject: Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 00:20:17 -0000 youshi10@u.washington.edu wrote: > On Wed, 1 Aug 2007, Brett Davidson wrote: > >> If there are patches/updates to this issue I would REALLY like to >> know about them! :-) >> >> -- >> Brett Davidson >> Systems Engineer >> -- >> Net24 Limited >> Web: www.net24.co.nz >> Phone: 0800 5000 24 | DDI: +64 3 962 9518 >> -- >> // web hosting / email hosting / data backup // our reputation for >> reliability precedes us >> >> This transmission is for the intended addressee only and is confidential >> information. If you have received this transmission in error, please >> delete it and notify the sender. > > I may be wrong, but USB support has always been giant-locked, and > continues to be giant-locked, at least until Hans work maybe gets > integrated into 8-CURRENT after a major code review. > > -Garrett > Thanks Garrett. By the way, my colleague informed me incorrectly that USB and SMP support was an issue. (Although I am keen for this to work!) :-) From the latest source, the Kernel PAE conf file mentions that USB and PAE are not known to play well together. This is my immediate concern. I presume giant-locking is one mutex that rules them all? As such, besides being inefficient under load, how would running USB under this be a problem with PAE? Cheers, Brett. -- Brett Davidson Systems Engineer -- Net24 Limited Web: www.net24.co.nz Phone: 0800 5000 24 | DDI: +64 3 962 9518 -- // web hosting / email hosting / data backup // our reputation for reliability precedes us This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 00:45:42 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 03BE916A41B for ; Wed, 1 Aug 2007 00:45:42 +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 E009313C46A for ; Wed, 1 Aug 2007 00:45:41 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l710jeYm008281 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 17:45:41 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l710jeec017040; Tue, 31 Jul 2007 17:45:40 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Tue, 31 Jul 2007 17:45:40 PDT Date: Tue, 31 Jul 2007 17:45:40 -0700 (PDT) From: youshi10@u.washington.edu To: Brett Davidson In-Reply-To: <46AFCE76.7090809@net24.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.172433 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: questions@freebsd.org Subject: Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 00:45:42 -0000 On Wed, 1 Aug 2007, Brett Davidson wrote: > youshi10@u.washington.edu wrote: >> On Wed, 1 Aug 2007, Brett Davidson wrote: >> >>> If there are patches/updates to this issue I would REALLY like to know >>> about them! :-) >>> >>> -- >>> Brett Davidson >>> Systems Engineer >>> -- Net24 Limited >>> Web: www.net24.co.nz >>> Phone: 0800 5000 24 | DDI: +64 3 962 9518 >>> -- // web hosting / email hosting / data backup // our reputation for >>> reliability precedes us >>> >>> This transmission is for the intended addressee only and is confidential >>> information. If you have received this transmission in error, please >>> delete it and notify the sender. >> >> I may be wrong, but USB support has always been giant-locked, and continues >> to be giant-locked, at least until Hans work maybe gets integrated into >> 8-CURRENT after a major code review. >> >> -Garrett >> > Thanks Garrett. > > By the way, my colleague informed me incorrectly that USB and SMP support was > an issue. (Although I am keen for this to work!) :-) Heh :). > From the latest source, the Kernel PAE conf file mentions that USB and PAE are > not known to play well together. This is my immediate concern. Not sure if that's a problem. PAE is just an ugly ugly hack, but you probably know that by now... should have gone with amd64 ;). > I presume giant-locking is one mutex that rules them all? As such, besides > being inefficient under load, how would running USB under this be a problem > with PAE? Uhm, it's sorta like that. Many drivers are still using giant-locks, but there's a lot of effort going into removing those giant locks for creating more SMP'goodness :). > Cheers, > Brett. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 01:13:27 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 8027C16A417 for ; Wed, 1 Aug 2007 01:13:27 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id 1217E13C428 for ; Wed, 1 Aug 2007 01:13:26 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from [210.55.30.55] ([210.55.30.55]) by srv.exchange.net24.net.nz with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 12:58:58 +1200 Message-ID: <46AFDB0A.90802@net24.co.nz> Date: Wed, 01 Aug 2007 12:59:54 +1200 From: Brett Davidson Organization: Net24 Limited User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: youshi10@u.washington.edu References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2007 00:58:58.0578 (UTC) FILETIME=[246B2720:01C7D3D7] Cc: questions@freebsd.org Subject: Re: A wee while ago, USB support on FreeBSD6.2 SMP systems was discouraged. Is that still the case? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 01:13:27 -0000 youshi10@u.washington.edu wrote: > On Wed, 1 Aug 2007, Brett Davidson wrote: > >> youshi10@u.washington.edu wrote: >>> On Wed, 1 Aug 2007, Brett Davidson wrote: >>> >>>> If there are patches/updates to this issue I would REALLY like to >>>> know about them! :-) >>>> >>>> -- >>>> Brett Davidson >>>> Systems Engineer >>>> -- Net24 Limited >>>> Web: www.net24.co.nz >>>> Phone: 0800 5000 24 | DDI: +64 3 962 9518 >>>> -- // web hosting / email hosting / data backup // our reputation >>>> for reliability precedes us >>>> >>>> This transmission is for the intended addressee only and is >>>> confidential >>>> information. If you have received this transmission in error, please >>>> delete it and notify the sender. >>> >>> I may be wrong, but USB support has always been giant-locked, and >>> continues to be giant-locked, at least until Hans work maybe gets >>> integrated into 8-CURRENT after a major code review. >>> >>> -Garrett >>> >> Thanks Garrett. >> >> By the way, my colleague informed me incorrectly that USB and SMP >> support was an issue. (Although I am keen for this to work!) :-) > > Heh :). > >> From the latest source, the Kernel PAE conf file mentions that USB >> and PAE are not known to play well together. This is my immediate >> concern. > > Not sure if that's a problem. PAE is just an ugly ugly hack, but you > probably know that by now... should have gone with amd64 ;). > Indeed. I'd even say you're being a bit too polite in that indictment of PAE. However, a few of the apps we run here don't support 64 bit FreeBSD yet. We now require more memory than 4Gb, which in 32 bit land, means that the big ugly hack (still keeping with your terminology here - this is a "family" mailing list, after all) is necessary. I only really want USB so that the Intel Remote Management module we are running in our servers can actually control the system. (Yes, using USB to allow a daughterboard to control a server is a particular kludge that only Intel use but let's leave any discussion on that for another time, shall we?). Kinda important for me to have both working. Rock -> Me <- Hard Place. >Uhm, it's sorta like that. Many drivers are still using giant-locks, but there's a lot of effort going >into removing those giant locks for creating more SMP'goodness :) . That may be (and it sounds wonderful - I'll take three) but how does this affect PAE again? The PAE kernel notes tell me that USB and PAE may have issues with each other, but that's about it. What is the problem? Has anyone found a problem? Brett. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 01:31:27 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 18A5A16A419 for ; Wed, 1 Aug 2007 01:31:27 +0000 (UTC) (envelope-from tony@techvalley.ca) Received: from mail2.techvalley.ca (mail2.techvalley.ca [66.199.130.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0307113C459 for ; Wed, 1 Aug 2007 01:31:26 +0000 (UTC) (envelope-from tony@techvalley.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail2.techvalley.ca (Postfix) with ESMTP id 797242301E9 for ; Tue, 31 Jul 2007 18:31:24 -0700 (PDT) X-Virus-Scanned: amavisd-new at techvalley.ca Received: from mail2.techvalley.ca ([127.0.0.1]) by localhost (mail2.techvalley.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xgJOfkdGjOZS for ; Tue, 31 Jul 2007 18:31:24 -0700 (PDT) Received: from mail.techvalley.ca (S0106000ea62b0175.vs.shawcable.net [24.85.105.0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.techvalley.ca (Postfix) with ESMTP id EC8172301D7 for ; Tue, 31 Jul 2007 18:31:23 -0700 (PDT) Received: from monsoon.techvalley.ca ([192.168.1.1]) by mail.techvalley.ca (8.13.8/8.13.8) with ESMTP id l711WHdL016938 for ; Tue, 31 Jul 2007 18:32:18 -0700 (PDT) (envelope-from tony@techvalley.ca) Message-Id: <7.0.1.0.0.20070731182323.04de8650@techvalley.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 31 Jul 2007 18:31:38 -0700 To: freebsd-questions@freebsd.org From: Tech Valley Internet - Tony Kivits Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Resizing VMware Virtual Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 01:31:27 -0000 Hello, I am running a couple of instances of FreeBSD as guests on a VMware Server. On some of these images, I would like to resize the mount points to accommodate future growth. Has anyone found a simple process for resizing the mount points when they resize the virtual drives that FreeBSD sits on in a VMware host? Thanks, Tony K. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 01:50: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 9677716A418 for ; Wed, 1 Aug 2007 01:50:53 +0000 (UTC) (envelope-from dominor@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 5A86313C4B6 for ; Wed, 1 Aug 2007 01:50:53 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so116250pye for ; Tue, 31 Jul 2007 18:50:52 -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=iDw3QHh6tvC9FWgGWKoLv3RCESL7O8fJ4mruDlD4EUQzr4y7z3Fe2L8XkmnKi/FXS/MX+9kaIFh1Bm/LhcjMiEQDjrssWBaItqMl2a6cb7LoemAShUmqmNyKFg/2zjUhm6+Kc4d8TYAdn1Odn0AaN71WZ6uz2y23+T89Gcr5q9Q= 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=V49QayDGjv/gTcAuE6wbSbIxMV7Jrf2ExFdvHajA1dJUALOtdKSDO8AXKRzraa3F3tFQTXVDBm7XNqfuXu5S23nRbZ3kPeQHqmi18gVqVx9vTk4RKVociR/iyAQgFzdTuCYv2+/17uZ4VfnMSa6M82T8i+1RmNUaEkSxTKooCjQ= Received: by 10.35.12.10 with SMTP id p10mr42417pyi.1185933052488; Tue, 31 Jul 2007 18:50:52 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Tue, 31 Jul 2007 18:50:52 -0700 (PDT) Message-ID: <105fa37b0707311850pabbd3f2xa0056f68230962d3@mail.gmail.com> Date: Tue, 31 Jul 2007 21:50:52 -0400 From: "Hakan K" To: "Tech Valley Internet - Tony Kivits" In-Reply-To: <7.0.1.0.0.20070731182323.04de8650@techvalley.ca> MIME-Version: 1.0 References: <7.0.1.0.0.20070731182323.04de8650@techvalley.ca> 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: Resizing VMware Virtual Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 01:50:53 -0000 Check this out.. http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/0045.html I hope it helps Troy http://dominor.com On 7/31/07, Tech Valley Internet - Tony Kivits wrote: > > Hello, > > I am running a couple of instances of FreeBSD as guests on a VMware > Server. On some of these images, I would like to resize the mount > points to accommodate future growth. > > Has anyone found a simple process for resizing the mount points when > they resize the virtual drives that FreeBSD sits on in a VMware host? > > Thanks, > > Tony K. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 02:29: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 2107016A41B for ; Wed, 1 Aug 2007 02:29:07 +0000 (UTC) (envelope-from tony@techvalley.ca) Received: from mail2.techvalley.ca (mail2.techvalley.ca [66.199.130.140]) by mx1.freebsd.org (Postfix) with ESMTP id F414913C4A8 for ; Wed, 1 Aug 2007 02:29:06 +0000 (UTC) (envelope-from tony@techvalley.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail2.techvalley.ca (Postfix) with ESMTP id A87522301FC; Tue, 31 Jul 2007 19:29:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at techvalley.ca Received: from mail2.techvalley.ca ([127.0.0.1]) by localhost (mail2.techvalley.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UD1D8ts0rN00; Tue, 31 Jul 2007 19:29:06 -0700 (PDT) Received: from mail.techvalley.ca (S0106000ea62b0175.vs.shawcable.net [24.85.105.0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.techvalley.ca (Postfix) with ESMTP id 2AB362301E9; Tue, 31 Jul 2007 19:29:06 -0700 (PDT) Received: from monsoon.techvalley.ca ([192.168.1.1]) by mail.techvalley.ca (8.13.8/8.13.8) with ESMTP id l712Txee019520; Tue, 31 Jul 2007 19:30:00 -0700 (PDT) (envelope-from tony@techvalley.ca) Message-Id: <7.0.1.0.0.20070731192749.04e65898@techvalley.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 31 Jul 2007 19:29:16 -0700 To: "Hakan K" From: Tech Valley Internet - Tony Kivits In-Reply-To: <105fa37b0707311850v9d9674dk7f5a5bae10dd128a@mail.gmail.com > References: <7.0.1.0.0.20070731182323.04de8650@techvalley.ca> <105fa37b0707311850v9d9674dk7f5a5bae10dd128a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Resizing VMware Virtual Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 02:29:07 -0000 Actually I think [1]http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-04/m sg01340.html that I found on the bottom of that page will do the trick. Thanks for the tip. At 06:50 PM 7/31/2007, Hakan K wrote: Check this out.. [2]http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/ 0045.html I hope it helps Troy [3]http://dominor.com On 7/31/07, Tech Valley Internet - Tony Kivits <[4]tony@techvalley.ca > wrote: Hello, I am running a couple of instances of FreeBSD as guests on a VMware Server. On some of these images, I would like to resize the mount points to accommodate future growth. Has anyone found a simple process for resizing the mount points when they resize the virtual drives that FreeBSD sits on in a VMware host? Thanks, Tony K. _______________________________________________ [5]freebsd-questions@freebsd.org mailing list [6]http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[7] freebsd-questions-unsubscribe@freebsd.org" References 1. http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-04/msg01340.html 2. http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/0045.html 3. http://dominor.com/ 4. mailto:tony@techvalley.ca 5. mailto:freebsd-questions@freebsd.org 6. http://lists.freebsd.org/mailman/listinfo/freebsd-questions 7. mailto:freebsd-questions-unsubscribe@freebsd.org From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 02:37: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 4CBDE16A41A for ; Wed, 1 Aug 2007 02:37:58 +0000 (UTC) (envelope-from saifi@twincling.org) Received: from coolhost77.com (coolhost77.com [203.194.209.191]) by mx1.freebsd.org (Postfix) with ESMTP id AD6DA13C480 for ; Wed, 1 Aug 2007 02:37:57 +0000 (UTC) (envelope-from saifi@twincling.org) Received: (qmail 18310 invoked by uid 503); 1 Aug 2007 02:38:34 -0000 Received: from unknown (HELO ?192.168.1.253?) (saifi@twincling.org@60.243.229.134) by coolhost77.com with ESMTPA; 1 Aug 2007 02:38:34 -0000 Date: Wed, 1 Aug 2007 08:13:31 +0530 (IST) From: Saifi Khan X-X-Sender: saifi@speed.localdomain To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: __sys_fcntl() definition ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 02:37:58 -0000 On Tue, 31 Jul 2007, youshi10@u.washington.edu wrote: > Date: Tue, 31 Jul 2007 14:00:06 -0700 (PDT) > From: > To: Saifi Khan > Cc: > Subject: Re: __sys_fcntl() definition ? > > On Wed, 1 Aug 2007, Saifi Khan wrote: > > > Hi: > > > > While working through the FreeBSD 6.2 codebase, > > I saw the following functions referred at multiple places. > > > > __sys_fcntl() > > __sys_open() > > __sys_write() > > ... > > > > Can somebody point out the file which contains the implementation > > of the __sys_* functions ? > > > > Thanks in advance. > > > > thanks > > Saifi. > > They're standard C library headers: > > man 2 fcntl > man 2 open > man 2 write > > Cheers, > -Garrett > Hello Garrett: In src/lib/libc/include/namespace.h (on line 64) #define fcntl _fcntl If you look at the _fcntl() definition on line 43 in src/lib/libc_r/uthread/uthread_fcntl.c you will see on line 66 the following code /* Initialise the file descriptor table entry: */ if ((ret = __sys_fcntl(fd, cmd, oldfd)) < 0) { My question is that where is the function definition for this __sys_fcntl() ? Thanks in advance. thanks Saifi. TWINCLING Society freedom of innovation http://www.twincling.org/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 02:44: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 473BE16A418 for ; Wed, 1 Aug 2007 02:44:56 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0501413C4A5 for ; Wed, 1 Aug 2007 02:44:55 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so137339pye for ; Tue, 31 Jul 2007 19:44: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=fhqejCw7XS4R4FGxY1huNnRJV42gkyWIfz0HSQ7u2+dgPuZ1EFMFWa0nYDVFQTIBIrykipPoAYVe3ZbpC2FNHBt/j7qOfTrDe5SA7+SBWTCo8CDvisiTDZM9qzsLnTYRSWacjMPtLRR7UQ661fJnhsCdNqlQjofNGmYvgleFcQs= 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=Nw1+iah6LLRjfOjJsxLu+e/6AdQXFIAcQAW3BJZ7XHmPIzB+sPv5yD/uIZb8YhdhUguWyqcjDBD3VVjctChDap6gGy9Gl42WdWRQ/Rz2VXCb1TYZ6jHjYhiDLMa2ciyH4m1U+nE2uYnLlT87Eeovobnxw2nYMhuaVdOkUWiM4XA= Received: by 10.35.41.12 with SMTP id t12mr152132pyj.1185936295171; Tue, 31 Jul 2007 19:44:55 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Tue, 31 Jul 2007 19:44:55 -0700 (PDT) Message-ID: <105fa37b0707311944t40c7ecf8k3e3ae8f8fb242811@mail.gmail.com> Date: Tue, 31 Jul 2007 22:44:55 -0400 From: "Hakan K" To: "Tech Valley Internet - Tony Kivits" In-Reply-To: <7.0.1.0.0.20070731192749.04e65898@techvalley.ca> MIME-Version: 1.0 References: <7.0.1.0.0.20070731182323.04de8650@techvalley.ca> <105fa37b0707311850v9d9674dk7f5a5bae10dd128a@mail.gmail.com> <7.0.1.0.0.20070731192749.04e65898@techvalley.ca> 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: Resizing VMware Virtual Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 02:44:56 -0000 Tony, I knew you were going to find the related posting which answers your question from that page :) Thanks Troy http://dominor.net On 7/31/07, Tech Valley Internet - Tony Kivits wrote: > > Actually I think > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2007-04/msg01340.htmlthat I found on the bottom of that page will do the trick. > > Thanks for the tip. > > At 06:50 PM 7/31/2007, Hakan K wrote: > > Check this out.. > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/newbies/2003-12/0045.html > > I hope it helps > > > > Troy > http://dominor.com > > On 7/31/07, *Tech Valley Internet - Tony Kivits* > wrote: > Hello, > > I am running a couple of instances of FreeBSD as guests on a VMware > Server. On some of these images, I would like to resize the mount > points to accommodate future growth. > > Has anyone found a simple process for resizing the mount points when > they resize the virtual drives that FreeBSD sits on in a VMware host? > > Thanks, > > Tony K. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org > " > > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 02:46: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 3037416A418 for ; Wed, 1 Aug 2007 02:46:56 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: from web56511.mail.re3.yahoo.com (web56511.mail.re3.yahoo.com [66.196.97.40]) by mx1.freebsd.org (Postfix) with SMTP id C010A13C458 for ; Wed, 1 Aug 2007 02:46:55 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: (qmail 10409 invoked by uid 60001); 1 Aug 2007 02:40:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=h1YH6kc+6+bKmlBg+OAyv8oDTw/QPil2cwza6mUdmkHOQz4j08BbI0Qi/suC+WtiYMoIPk4PnmS2zbM1Kd8R3t0B1++ZK18NHLqPZ8/ck/LCbCQWiPF3aGudLlMMnppb09oX8hmIo8CwHDIIvbk46gQ2Yg6esMRkZ0z4Ry5NLiA=; X-YMail-OSG: Xypu7QoVM1nl6Smxbcu4nAzH102_Nvk2OgsOTj5bJkgNqrsk6msAWdXvqc1oEdjfRlG5knr2kiOrvYHDt_WdwvLBbtzt.toxhQarUd8y2gLFD7oGOUFBU5Ipf1mWWw-- Received: from [24.221.134.150] by web56511.mail.re3.yahoo.com via HTTP; Tue, 31 Jul 2007 19:40:15 PDT Date: Tue, 31 Jul 2007 19:40:15 -0700 (PDT) From: Neil Short To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <597769.9286.qm@web56511.mail.re3.yahoo.com> Subject: xorg update (not) - configuration for 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: Wed, 01 Aug 2007 02:46:56 -0000 several of my computers run just fine on the old xorg. Is there some configuration tool I can put into some makefile somewhere that will tell the ports to use the un-updated version of xorg - so the ports won't try to update stuff in the xorg libraries? I updated xorg on one computer that needed it and I was shocked that every single application needed to be recompiled - including the big woppers like open office. I don't want to go through that again if I don't have to. ====== Because sentence against an evil deed is not executed speedily, the human heart is fully set to do evil. Ecclesiastes 8:11 ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 03:02:28 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 8198D16A420 for ; Wed, 1 Aug 2007 03:02:28 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: from web56502.mail.re3.yahoo.com (web56502.mail.re3.yahoo.com [66.196.97.31]) by mx1.freebsd.org (Postfix) with SMTP id ACECD13C45B for ; Wed, 1 Aug 2007 03:02:27 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: (qmail 32515 invoked by uid 60001); 1 Aug 2007 02:35:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ae3ub9hotOyw0O7qD2KEADNRg8dELSB5xI2xfvXJHZMscm4w2l3Fk/HPf9h2R45OV9hMshvRcy7Lh7O0FjVf3bBlOfvWVN2XXGtHVc7h7L0OqGS0FFmojlpZJYb7ERDP2Bcig1uhm/l9RcNp/4AH0TOFaMJYu/WBwQ89N4QD8qs=; X-YMail-OSG: IsS1mMwVM1nB6UYKWralUccgq0YStT8Fqar3zTi8SXKetXFQcyWLgakFR1pqF411VxSWaODHqoxACn0gJtGR0nG63lXuypAH23msAVrfCyUVJaw9BkDwDa11cztnvZMJXqSUA2mC4SmLlPNiE3LEzYegig-- Received: from [24.221.134.150] by web56502.mail.re3.yahoo.com via HTTP; Tue, 31 Jul 2007 19:35:47 PDT Date: Tue, 31 Jul 2007 19:35:47 -0700 (PDT) From: Neil Short To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <516323.32310.qm@web56502.mail.re3.yahoo.com> Subject: cookbook for using gutenprint X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 03:02:28 -0000 has anybody written - or has anybody considered writing - a cookbook for using gutenprint on FreeBSD? So far, gutenprint is the only tool that will drive my printer (cx4800). ====== Because sentence against an evil deed is not executed speedily, the human heart is fully set to do evil. Ecclesiastes 8:11 ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 03:06: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 2D3AA16A418 for ; Wed, 1 Aug 2007 03:06:06 +0000 (UTC) (envelope-from eitan.adler@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 07A0B13C45E for ; Wed, 1 Aug 2007 03:06:05 +0000 (UTC) (envelope-from eitan.adler@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so47036rvb for ; Tue, 31 Jul 2007 20:06: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=k/fqrsXzKmMgFEghQYw83xPkG3Z+17Dhyz0ypb913lKmDYdNLXMQJjN9k5Q64NOILzx8KB/Qz78jxPWqKaWYPAifVGmdDVYzjPmndchNprkFLxVZ/N50cghZ4YuJV0lh6gBWkFmz1r98ts9n06U8NGYJqELME+EX3klm9jbHdsU= 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=mG+bbmf1BWoua+Z59cm3NWcHu5r8YKABYZo1jon2rVypTGgRpOjJh5KBbLmlIpQG+tgxULn0BhULCLpHATW5PhP+42eOUQ1OuDzKfkQbeGgjLRSuBnNzaFLAI40N42xUT98AdyMVKtHOCSrTDYIvu9dKuDOMu5jUyW08C9aE50s= Received: by 10.142.14.20 with SMTP id 20mr13028wfn.1185937565165; Tue, 31 Jul 2007 20:06:05 -0700 (PDT) Received: by 10.143.17.15 with HTTP; Tue, 31 Jul 2007 20:06:04 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 23:06:04 -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: upgrading to --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: Wed, 01 Aug 2007 03:06:06 -0000 I have followed these instructions topdate my sources and build the relevant files To update your system, you should check /usr/src/UPDATING for any pre-buildworld steps necessary for your version of the sources and then use the following procedure: # make buildworld # make buildkernel # make installkernel # reboot Then I tried this After installkernel finishes successfully, you should boot in single user mode (i.e. using boot -s from the loader prompt). Then run: # mergemaster -p but I get an error: mkdir /var/tmp/temproot: read only filesystem **FATAL ERROR can not create /var/tmp/temproot Any help here on fixing this? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 03:08: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 60C6216A417 for ; Wed, 1 Aug 2007 03:08:05 +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 4287513C45E for ; Wed, 1 Aug 2007 03:08:05 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l713848h007955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 31 Jul 2007 20:08:04 -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 l71383D4018173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Jul 2007 20:08:04 -0700 Message-ID: <46AFF912.7060006@u.washington.edu> Date: Tue, 31 Jul 2007 20:08:02 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Aton A References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.194833 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: upgrading to --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: Wed, 01 Aug 2007 03:08:05 -0000 Aton A wrote: > I have followed these instructions topdate my sources and build the > relevant files > > To update your system, you should check /usr/src/UPDATING for any > pre-buildworld steps necessary for your version of the sources and then use > the following procedure: > > # make buildworld > # make buildkernel > # make installkernel > # reboot > > Then I tried this > > After installkernel finishes successfully, you should boot in single user > mode (i.e. using boot -s from the loader prompt). Then run: > > # mergemaster -p > > > but I get an error: > mkdir /var/tmp/temproot: read only filesystem > **FATAL ERROR can not create /var/tmp/temproot > > > Any help here on fixing this? > Run mount / first. Single user mode only mounts things readonly ;). -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 03:30: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 D23E716A417 for ; Wed, 1 Aug 2007 03:30:34 +0000 (UTC) (envelope-from arussell@agrussell.com) Received: from bifrost.agrussell.com (bifrost.agrussell.com [204.251.33.236]) by mx1.freebsd.org (Postfix) with ESMTP id 88FE313C4B6 for ; Wed, 1 Aug 2007 03:30:34 +0000 (UTC) (envelope-from arussell@agrussell.com) Received: from bifrost.agrussell.com (localhost [127.0.0.1]) by bifrost.agrussell.com (8.14.1/8.13.8) with ESMTP id l71354Xk003998 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 22:05:04 -0500 (CDT) (envelope-from arussell@agrussell.com) Received: (from arussell@localhost) by bifrost.agrussell.com (8.14.1/8.13.8/Submit) id l71354WP003997; Tue, 31 Jul 2007 22:05:04 -0500 (CDT) (envelope-from arussell) Date: Tue, 31 Jul 2007 22:05:04 -0500 From: "A.G. Russell IV" To: Zbigniew Szalbot Message-ID: <20070801030504.GA3773@bifrost.agrussell.com> References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 03:30:34 -0000 if you will look at /usr/src/contrib/bind9/version your contents will look something like this: # This file must follow /bin/sh rules. It is imported directly via # configure. # MAJORVER=9 MINORVER=3 PATCHVER=3 RELEASETYPE= RELEASEVER= Meaning mine, which was updated a few minutes ago, is still at bind 9.3.3 A.G. On Thu, Jul 26, 2007 at 10:48:10AM +0200, Zbigniew Szalbot wrote: > > Hello, > > On Thu, 26 Jul 2007 11:36:27 +0300, "Abdullah Ibn Hamad Al-Marri" > wrote: > > On 7/25/07, Doug Barton wrote: > > > >> RELENG_6 was updated shortly after the release of 9.3.4. I'll be > >> updating RELENG_[56] with the new 9.3.4-P1 version after I'm done > >> regression testing it, which should be some time tonight. Same for > >> updating HEAD with 9.4.1-P1. > >> > >> The ports for bind9 and bind94 are already updated, so those with > >> urgent needs can use that route to upgrade immediately. > >> > >> > >> hope this helps, > >> > >> Doug > >> > >> -- > >> > >> This .signature sanitized for your protection > >> > > > > Thank you Doug for the hard work, I have updated my 3 boxes which runs > > BIND 9 }:) > > I am running FreeBSD 6.2-RELEASE-p6 and BIND 9.3.3 (not from ports but > installed with the system. At least when I do pgk_info -Ix bind I am told > there is no such package installed). Where can I find information on BIND > upgrade? I tried freebsd-update but it did not think I needed any updates > :) > > Thank you in advance! > > -- > Zbigniew Szalbot > > _______________________________________________ > 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" -- _______________________________________________________________________________ A.G. Russell IV KC5KFD The Knife Company e-mail: ag4@theknifecompany.com Phone 479-631-0055 FAX 479-631-8734 Old Klingon Saying -- 'oH majQa' yIn je bang, Qo' bang ------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:07: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 CBC7716A41A for ; Wed, 1 Aug 2007 04:07:04 +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 3403413C45E for ; Wed, 1 Aug 2007 04:07:03 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [76.238.148.146] (adsl-76-238-148-146.dsl.irvnca.sbcglobal.net [76.238.148.146]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id l7146w8O004325 for ; Tue, 31 Jul 2007 21:06:59 -0700 (PDT) (envelope-from chris@chrismaness.com) Message-ID: <46B006E2.3070501@chrismaness.com> Date: Tue, 31 Jul 2007 21:06:58 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: BSD Tar Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 04:07:04 -0000 Does BSD tar implementation support splitting the archives? I have a 8G file that I want to burn on DVDs. I used to be able to do this with the linux GNU tar. Thanks, Chris Maness From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:15: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 A8CF016A418 for ; Wed, 1 Aug 2007 04:15:10 +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 620C413C459 for ; Wed, 1 Aug 2007 04:15:10 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so69088wxd for ; Tue, 31 Jul 2007 21:15:09 -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=twUDcO9PLU2PpDT1r0F4oootB1Yitez0PrbxQVFj9xZPIU6mH9QtfjP8PHqdx5RgbHiYjIWn39sQTFZC6e3KINhIM9j/ZBJe/P0GjyXe4Ik/D03Pov5+Y6my0ChvIQydcgDD9L3y6q70RgS6OoE8fIJDVChmLu5ybmCrfqZanGo= 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=izKaNftAiPjNiyoVlrC6275l0VbgRkDDGCNlBnM+vDCktDZV74yhfJLGDSGHHH+p9UVZwJWLbfF63TJ6+NI8RY2g3iMx/st1lOLqSX9SCMCp+L+rA1sYqiY7yybEc6kER1nLQW0mCVkahIypiNN6DL61/ynPyfTNu17m9a9mlqk= Received: by 10.90.94.2 with SMTP id r2mr75713agb.1185941709340; Tue, 31 Jul 2007 21:15:09 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 38sm147290aga.2007.07.31.21.15.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 21:15:08 -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 3DDFE11420; Wed, 1 Aug 2007 08:14:49 +0400 (GST) Date: Wed, 1 Aug 2007 08:14:49 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: John Nielsen In-Reply-To: <200707311501.33241.lists@jnielsen.net> Message-ID: <20070801080954.U23854@scrat.home.rakhesh.com> References: <46AB9EB4.5080305@cyberleo.net> <43868.212.72.24.148.1185710699.squirrel@rakhesh.com> <46AF6077.5090000@cyberleo.net> <200707311501.33241.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: CyberLeo Kitsana , freebsd-questions@freebsd.org 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: Wed, 01 Aug 2007 04:15:10 -0000 On Tue, 31 Jul 2007, John Nielsen wrote: > On Tuesday 31 July 2007 12:16:32 pm CyberLeo Kitsana wrote: >> Rakhesh Sasidharan wrote: >>> 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-preserv >>> e-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 >>> >> That's exactly what I was looking for. > > Also, if you use portupgrade there's a MAKE_ARGS section > of /usr/local/etc/pkgtools.conf. Yes, but the problem with sepcifying custom options in there is that sometimes portupgrade ignores it. I don't know for a fact, but the blog post I linked to above mentions so. Say, bash and its dependency gettext have updates. And you have specified some custom options for gettext in pkgtools.conf. If you upgrade gettext directly using portupgrade, then these options get honoured. Instead, if you upgrade bash and gettext gets upgraded as a result of that, then the pkgtools.conf options are not honoured. So the only solution then is to use the make.conf file coz that's always honoured. (From what I see, the portconf tool too adds its stuff to the make.conf file). Please correct me if I've understood wrong. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:20: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 51A1E16A418 for ; Wed, 1 Aug 2007 04:20:23 +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 0A63613C45B for ; Wed, 1 Aug 2007 04:20:22 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so69835wxd for ; Tue, 31 Jul 2007 21:20:22 -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=R59q+DicKGbIWeJdz2QMBdznRgP+y5SecEaRJcy+xMzneQMFXu7ViJRSBavR8vKhXKhfLOrtda4vOSiWb0iNSNqus5wSpADNQ75r0JIHCMrFQ05HAwUFugy9OYNpELWwp7O8xDYhSIBCgx15957AX/jSSw8g5vwJJc2HX3r/Jl4= 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=p/J5/JwhKavfVuW5HN0R7VVWq7lT2CgPqmlczhRlY7b3IDI8+1frDUe8M6S36NFZe5EpPJIamLz0tX+7M1SaHARjq85+6y6VeLNBMk05ZAwraCSM1TTt4AW0hcxaM7pDgUuSfzsHZSkB4xPYTfUUdvM2u2PT9VVStu76wE61VRc= Received: by 10.90.49.1 with SMTP id w1mr102209agw.1185942021493; Tue, 31 Jul 2007 21:20:21 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 36sm152009agc.2007.07.31.21.20.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 21:20:21 -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 6A8B111420; Wed, 1 Aug 2007 08:20:01 +0400 (GST) Date: Wed, 1 Aug 2007 08:20:01 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Adam J Richardson In-Reply-To: <46ACA036.7070806@crackmonkey.us> Message-ID: <20070801081554.X23854@scrat.home.rakhesh.com> References: <200707281513.51368.freebsd@dfwlp.com> <20070728202316.GA15797@owl.midgard.homeip.net> <200707282051.28386.lists-fbsd@shadypond.com> <46ACA036.7070806@crackmonkey.us> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Pollywog , 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: Wed, 01 Aug 2007 04:20:23 -0000 On Sun, 29 Jul 2007, Adam J Richardson wrote: > 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. >> Kind of related to this topic. Is there any way I can find installed packages that are *not* required by any other packages? Many a times while upgrading ports I've stumbled upon stuff that is no longer required by other packages but is still there ... (Possibly they were pulled in when I installed some package I wanted. Later I removed that, but forgot to remove this requirement package). Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:30: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 4079E16A417 for ; Wed, 1 Aug 2007 04:30:10 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id B7FB813C45A for ; Wed, 1 Aug 2007 04:30:09 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l714U723091070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 11:30:07 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l714U71h049633; Wed, 1 Aug 2007 11:30:07 +0700 (ICT) Date: Wed, 1 Aug 2007 11:30:07 +0700 (ICT) Message-Id: <200708010430.l714U71h049633@banyan.cs.ait.ac.th> From: Olivier Nicole To: zbigniew@szalbot.homedns.org In-reply-to: (message from Zbigniew Szalbot on Mon, 30 Jul 2007 14:14:25 +0200) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 04:30:10 -0000 > I am using named version 9.3.3 which comes with FreeBSD system (i.e. was > not installed from ports). > > I know that in order to upgrade bind, I should cvsup sources and then go > through the entire procudure of updating the system, installing kernel, > etc. However, I tend not to use cvsup any more but I usually go for > freebsd-update tool. > > My question is: should I wait till freebsd-update tool includes an update > of bind to 9.3.4 or should I update the system from sources? I can wait but > I am just not sure what is the preferred method given that I use > freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2 I am not sure I saw any answer to your question so... I installed bind 9.3.4 from the ports, using the option to over write the bind installed by the system, et voila. bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:43:27 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 3602216A41B for ; Wed, 1 Aug 2007 04:43:27 +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 EC5FE13C465 for ; Wed, 1 Aug 2007 04:43:26 +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; 01 Aug 2007 00:43:25 -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 NPQ54285; Wed, 1 Aug 2007 00:43:25 -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; 01 Aug 2007 00:43:25 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18096.3949.615151.700235@jerusalem.litteratus.org> Date: Wed, 1 Aug 2007 00:43:25 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <20070801081554.X23854@scrat.home.rakhesh.com> References: <200707281513.51368.freebsd@dfwlp.com> <20070728202316.GA15797@owl.midgard.homeip.net> <200707282051.28386.lists-fbsd@shadypond.com> <46ACA036.7070806@crackmonkey.us> <20070801081554.X23854@scrat.home.rakhesh.com> 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: 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: Wed, 01 Aug 2007 04:43:27 -0000 Rakhesh Sasidharan writes: > Kind of related to this topic. Is there any way I can find installed > packages that are *not* required by any other packages? /usr/ports/ports-mgmt/pkg_cutleaves ? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:54: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 D420016A418 for ; Wed, 1 Aug 2007 04:54:33 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 67E3F13C45B for ; Wed, 1 Aug 2007 04:54:33 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so90107fka for ; Tue, 31 Jul 2007 21:54:32 -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=aZh/LIcfH7PXUWWth4ToXDQ3veozBruZkhrhEIkmGdab10cdr/YEn0K82zg5FqGs6kwcbUXGJjSowLWzI6Mxibz/74bMKPPi8eoZb3Bo1pzMqlHQ2PwIC9YB9463ZW4ifg1oUDABmxpeh6XUnTxUva8abIvE3Mlu2o8F1Q+8jHU= 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=tMOFhia5HPNbwUffhSwQg5UFNyWEG31WdkUTD5jZpegmtA5oKurzqQAKqZWqxjqflMGpj/WzE4s5l5iwzHenv0y0pCEU9HiMn5RQw6B5DgzledZ4uu4vHFlTVzqa7yuUowK/q1CB+YJEswYv5TCYTO4tjW0WoPcAESXaxx6p2OY= Received: by 10.82.183.19 with SMTP id g19mr163909buf.1185944071844; Tue, 31 Jul 2007 21:54:31 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Tue, 31 Jul 2007 21:54:31 -0700 (PDT) Message-ID: Date: Tue, 31 Jul 2007 23:54:31 -0500 From: "illoai@gmail.com" To: "Aton A" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: upgrading to --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: Wed, 01 Aug 2007 04:54:33 -0000 On 31/07/07, Aton A wrote: > I have followed these instructions topdate my sources and build the > relevant files > > To update your system, you should check /usr/src/UPDATING for any > pre-buildworld steps necessary for your version of the sources and then use > the following procedure: > > # make buildworld > # make buildkernel > # make installkernel > # reboot > > Then I tried this > > After installkernel finishes successfully, you should boot in single user > mode (i.e. using boot -s from the loader prompt). Then run: > > # mergemaster -p > > > but I get an error: > mkdir /var/tmp/temproot: read only filesystem > **FATAL ERROR can not create /var/tmp/temproot > > > Any help here on fixing this? >From a bit farther down in /usr/src/UPDATING: [3] From the bootblocks, boot -s, and then do fsck -p mount -u / mount -a cd src adjkerntz -i # if CMOS is wall time Also, when doing a major release upgrade, it is required that you boot into single user mode to do the installworld. I hop ethi shelps. -- -- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 04:57:24 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 D051916A420 for ; Wed, 1 Aug 2007 04:57:24 +0000 (UTC) (envelope-from zoambinintsoa@asecna.mg) Received: from mail.asecna.mg (static-125-211.blueline.mg [41.204.125.211]) by mx1.freebsd.org (Postfix) with ESMTP id F3C2A13C45D for ; Wed, 1 Aug 2007 04:57:23 +0000 (UTC) (envelope-from zoambinintsoa@asecna.mg) Received: from fbsd.celicam.aero (unknown [10.61.0.171]) by mail.asecna.mg (Postfix) with ESMTP id 468451C087 for ; Wed, 1 Aug 2007 02:01:08 -0300 (GMT+3) From: Zo Amb Organization: ASECNA To: freebsd-questions@freebsd.org Date: Wed, 1 Aug 2007 08:06:49 +0300 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708010806.49718.zoambinintsoa@asecna.mg> Subject: ldap_sasl_interactive_bind_s: Can't contact LDAP server (-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: Wed, 01 Aug 2007 04:57:24 -0000 Hi lists, I really need some help. Since the last two weeks, I've been trying to configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further because I get always the same error while I try to use the ldapadd command. It says : ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1) Any ideas ? Zo Amb From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:10: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 01D9716B6AA for ; Wed, 1 Aug 2007 05:09:58 +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 AD6BD13C47E for ; Wed, 1 Aug 2007 05:09:57 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so77310wxd for ; Tue, 31 Jul 2007 22:09:57 -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=tLPk1X5ezvYfmprX7Wu2Lk5AdoSvVUZit9fwCZ9uR7H8Zs6e3bYxAr5HEooqDq0EQECmGu7THmBQgmkRUp7lN0gyJR1gQkZJPOmnxQfIQs3yGKaRvVrOegc6aqm2wTQpU49jR/EalZZGmAmeUBut8rs/Rln8QsGZnG4QYVMV17E= 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=fD0uJt+7UtAdz8zd0Hdc88rsAROyPbO2Oi/ZbMKGssgL9fY0o22H/MF6e5ZCvHebp7uBqj1FZQQQspwT82VuE3rE4fWJHNx28FaQEq9weDu7yMNHeiTrN5+7kJiDZlbQQS6EhxSNqQwC941JsQgz8gNSmcjL9OaS1ExBfgc8qVM= Received: by 10.90.27.13 with SMTP id a13mr108647aga.1185944996976; Tue, 31 Jul 2007 22:09:56 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 5sm197164agc.2007.07.31.22.09.51 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 22:09:55 -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 6C7A711429; Wed, 1 Aug 2007 09:09:32 +0400 (GST) Date: Wed, 1 Aug 2007 09:09:32 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Bram Van Steenlandt In-Reply-To: <46AF241A.6000708@diomedia.be> Message-ID: <20070801082649.O23854@scrat.home.rakhesh.com> References: <46AF241A.6000708@diomedia.be> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Liste FreeBSD Subject: Re: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:10:09 -0000 On Tue, 31 Jul 2007, Bram Van Steenlandt wrote: > So what I would really like is to make one machine the build/test machine and > keep this machine up to date with the ports and portmanager or so. > Can I then set up some kind of repo with the packages from this machine and > run something like "yum upgrade" on every desktop we have ? 1. Use one machine as the build/ test machine. Let /usr/ports be on that, and shared to all the other machines. 2. Keep the ports tree up-to-date on this machine, and while building ports make packages too. (`make package-recursive` will do I guess). These will be stored on /usr/ports/packages. 3. On the clients, let /usr/ports be the shared one from the main machine. a) If you want to find the packages that need updating, use something like `pkg_version -l "<"`. b) If you want to update *all* the packages, use something like `portupgrade -aPP`. I haven't done any of these myself. Just that if I were in a situation such as yours, this is what I'd probably do. Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:13:55 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 A94C616CB25 for ; Wed, 1 Aug 2007 05:13:43 +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 2A51013C442 for ; Wed, 1 Aug 2007 05:13:43 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so77846wxd for ; Tue, 31 Jul 2007 22:13:42 -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=s4ahs4Fh4lpGqOyceNrZJnDgpVcwxO5GV5ByPa/Tw9YnLUZ81T2ukaYbfKeEb3Tvg69X7IpXdi6Yxp8AX4h4GRA8FmozeqTFdalTO6UNPn8dQYZTZvw3qT8MEi+fGAB+qObW8DcebWZo3LqIyrxvMw3xHYWi4fpUzsRHTdPclKs= 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=JEv7YJwjo83i3a2FOSyLoDTK+vOA8ex+GUs8pHoKjs7EVLHO0rRApDiQShEE71qVnmFYo5T4WFBkvsPnSYCx6dQDnZsOMam7f5wyOlWLbPNJoNYStumQZQ9dw2H1eTwm1GyXZvX/uRQltgkQRzfneTLKmvMOrlxPJBiupJXpn5U= Received: by 10.90.119.15 with SMTP id r15mr112925agc.1185945222328; Tue, 31 Jul 2007 22:13:42 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 38sm204283agd.2007.07.31.22.13.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 22:13:41 -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 ADE2411420; Wed, 1 Aug 2007 09:13:18 +0400 (GST) Date: Wed, 1 Aug 2007 09:13:18 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Robert Huff In-Reply-To: <18096.3949.615151.700235@jerusalem.litteratus.org> Message-ID: <20070801091246.Y23854@scrat.home.rakhesh.com> References: <200707281513.51368.freebsd@dfwlp.com> <20070728202316.GA15797@owl.midgard.homeip.net> <200707282051.28386.lists-fbsd@shadypond.com> <46ACA036.7070806@crackmonkey.us> <20070801081554.X23854@scrat.home.rakhesh.com> <18096.3949.615151.700235@jerusalem.litteratus.org> 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: 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: Wed, 01 Aug 2007 05:13:55 -0000 On Wed, 1 Aug 2007, Robert Huff wrote: > > Rakhesh Sasidharan writes: > >> Kind of related to this topic. Is there any way I can find installed >> packages that are *not* required by any other packages? > > /usr/ports/ports-mgmt/pkg_cutleaves ? > Man, I love the ports system!! From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:26: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 8EDD316A41A for ; Wed, 1 Aug 2007 05:26:21 +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 42B8613C458 for ; Wed, 1 Aug 2007 05:26:21 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so79521wxd for ; Tue, 31 Jul 2007 22:26: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=HF+tf2zaQKvoW69Fv1EtrMBm57hcJQPS6+CCFN2Ey6O1dSYxNIRTaCGG4H48eea2NrKlRCgPjm4aUOJZMEI6T4oYmyza60uAgEr7Yy224Z0OQwnHGCN1xDEu+bPK2BYloouE55xyi639j7872rIGvXE+oUt2cwmtLiG4Qjtfw08= 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=JiLiv02EGYBSdd4SXQqnct1cG49oJv0a3A3v0y/dx2RiZffsSel8p0QjXyn38Opoufr+FiThfpIMlA0ampDIYw7O66C8TpWFoXYPLF6fmb+5q0E37IwIrullrOxDCTIc4Il7hAsRfz/LcHI88gWc7pZhixHowFVcWuwlDbsroco= Received: by 10.90.106.11 with SMTP id e11mr95582agc.1185945980549; Tue, 31 Jul 2007 22:26:20 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 1sm203028agb.2007.07.31.22.26.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 22:26:18 -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 C824611420; Wed, 1 Aug 2007 09:25:58 +0400 (GST) Date: Wed, 1 Aug 2007 09:25:58 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Aton A In-Reply-To: Message-ID: <20070801092413.P23854@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: pkg_deinstall and pkg_delete X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:26:21 -0000 On Tue, 31 Jul 2007, Aton A wrote: > What exactly is the difference between pkg_delete and pkg_deinstall? > Should I be cautious about mixing them? Nopes, can mix them. pkg_deinstall uses pkg_delete infact. Just that it understands wildcards and supports recursing. pkg_deinstall is especially useful want to delete a package and all the stuff that was installed by it as dependencies ... From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:30:38 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 5992316A417 for ; Wed, 1 Aug 2007 05:30:38 +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 1421213C457 for ; Wed, 1 Aug 2007 05:30:37 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so80054wxd for ; Tue, 31 Jul 2007 22:30:37 -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=izVoXSbTDbBDJOji2ZMPT2sQRK3LRZMjIbDl4BZ/+ZSCqhTOX7CR7lEn5ESHrnKnTp5u4Xn3MJRUbZqhRScCuXQ6s4AVxakga4ugcUIykWhITxtI7v/NJNu2aMD6tVP9wEKDTj73qQc2fnuUD8YC0KWB9xPdC1Rg8my2GFvhAIU= 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=gr7SLpx9dq63wY3t3xHu6ZRb7XgnLrgmzNrNlWZ+DfC240HXNsQ8X8lXD7f114hjr662iCA4qYRyuhW4K+wIt7mO6Stf5ObWNULQz5K6/iZyy7EY982OQT0JqKNk92bIlPO4HP0nI/4Mgef8m79G2CfDj9d8zeeP7q2MPl0mkv8= Received: by 10.90.92.7 with SMTP id p7mr109605agb.1185946237438; Tue, 31 Jul 2007 22:30:37 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 36sm211801aga.2007.07.31.22.30.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 22:30:36 -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 D4BD311420; Wed, 1 Aug 2007 09:30:14 +0400 (GST) Date: Wed, 1 Aug 2007 09:30:14 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Chris Maness In-Reply-To: <46B006E2.3070501@chrismaness.com> Message-ID: <20070801092923.H23854@scrat.home.rakhesh.com> References: <46B006E2.3070501@chrismaness.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: BSD Tar Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:30:38 -0000 On Tue, 31 Jul 2007, Chris Maness wrote: > Does BSD tar implementation support splitting the archives? I have a 8G file > that I want to burn on DVDs. I used to be able to do this with the linux GNU > tar. I don't think so (atleast its not there in the manpages). Maybe you can use the GNU version of tar from "archivers/gtar"? Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:36: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 0F48216A419 for ; Wed, 1 Aug 2007 05:36:04 +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 9396313C8D4 for ; Wed, 1 Aug 2007 05:33:59 +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 l715Xocf005300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 31 Jul 2007 22:33:51 -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 l715Xn7i000996 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Jul 2007 22:33:50 -0700 Message-ID: <46B01B3C.7080505@u.washington.edu> Date: Tue, 31 Jul 2007 22:33:48 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <46AF241A.6000708@diomedia.be> <20070801082649.O23854@scrat.home.rakhesh.com> In-Reply-To: <20070801082649.O23854@scrat.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.221000 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: Bram Van Steenlandt , Liste FreeBSD Subject: Re: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:36:04 -0000 Rakhesh Sasidharan wrote: > > On Tue, 31 Jul 2007, Bram Van Steenlandt wrote: >> So what I would really like is to make one machine the build/test >> machine and keep this machine up to date with the ports and >> portmanager or so. >> Can I then set up some kind of repo with the packages from this >> machine and run something like "yum upgrade" on every desktop we have ? > > 1. Use one machine as the build/ test machine. Let /usr/ports be on > that, and shared to all the other machines. > > 2. Keep the ports tree up-to-date on this machine, and while building > ports make packages too. (`make package-recursive` will do I guess). > These will be stored on /usr/ports/packages. > > 3. On the clients, let /usr/ports be the shared one from the main > machine. > a) If you want to find the packages that need updating, use > something like `pkg_version -l "<"`. > b) If you want to update *all* the packages, use something like > `portupgrade -aPP`. > > I haven't done any of these myself. Just that if I were in a situation > such as yours, this is what I'd probably do. > > Regards, > Rakhesh rsync or some other means of sharing data may be better than a global share as you might have one machine with a different architecture building under a work directory in the /usr/ports directory. You can modify your configuration to also use PKG_SITES, and run pkg_fetch, pkg_add -r, or something similar as described in . Cheers, -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:36: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 E865416A821 for ; Wed, 1 Aug 2007 05:36:40 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9751013C533 for ; Wed, 1 Aug 2007 05:35:35 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local ; Wed, 01 Aug 2007 07:35:22 +0200 To: Olivier Nicole X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 1 Aug 2007 07:35:22 +0200 From: Zbigniew Szalbot In-Reply-To: <200708010430.l714U71h049633@banyan.cs.ait.ac.th> References: <200708010430.l714U71h049633@banyan.cs.ait.ac.th> Message-ID: <6f26d7579258b3fc7f8281405ec8906c@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:36:41 -0000 Hello, >> My question is: should I wait till freebsd-update tool includes an > update >> of bind to 9.3.4 or should I update the system from sources? I can wait > but >> I am just not sure what is the preferred method given that I use >> freebsd-update on regular basis. This is FreeBSD 6.2-RELEASE-p5 #2 > > I am not sure I saw any answer to your question so... > > I installed bind 9.3.4 from the ports, using the option to over write > the bind installed by the system, et voila. Thank you for this answer. When I go to /usr/ports/dns/bind9/ and issue portinstall I get: [Gathering depends for dns/bind9 done] ---> Installing 'bind9-9.3.4.1' from a port (dns/bind9) ---> Building '/usr/ports/dns/bind9' ===> Cleaning for bind9-9.3.4.1 cd /usr/ports/dns/bind9 && make config; then there's an option screen where I selected to replace the default bind with the version form port which led to: make: don't know how to make /usr/ports/dns/bind9/work/.build_done.bind9._usr_local. Stop *** Error code 2 Stop in /usr/ports/dns/bind9. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.12022.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! dns/bind9 (unknown build error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Not sure what to do about it. Thanks for any advice. -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:40: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 8525616A420 for ; Wed, 1 Aug 2007 05:40:09 +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 617C113C459 for ; Wed, 1 Aug 2007 05:40:09 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l715e8Ox006595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 31 Jul 2007 22:40:09 -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 l715e8CC005164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Jul 2007 22:40:08 -0700 Message-ID: <46B01CB6.6090502@u.washington.edu> Date: Tue, 31 Jul 2007 22:40:06 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Rakhesh Sasidharan , FreeBSD Questions References: <46B006E2.3070501@chrismaness.com> <20070801092923.H23854@scrat.home.rakhesh.com> In-Reply-To: <20070801092923.H23854@scrat.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.31.221745 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: Subject: Re: BSD Tar Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:40:09 -0000 Rakhesh Sasidharan wrote: > > On Tue, 31 Jul 2007, Chris Maness wrote: > >> Does BSD tar implementation support splitting the archives? I have a >> 8G file that I want to burn on DVDs. I used to be able to do this >> with the linux GNU tar. > > I don't think so (atleast its not there in the manpages). Maybe you > can use the GNU version of tar from "archivers/gtar"? > > Regards, > Rakhesh Why not use tar -c[j|z]vf - | split ? See split(1) for more info. -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:49: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 2FD5816A418 for ; Wed, 1 Aug 2007 05:49:21 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id A517F13C459 for ; Wed, 1 Aug 2007 05:49:20 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l715nIqk096858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 12:49:18 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l715nIoC060875; Wed, 1 Aug 2007 12:49:18 +0700 (ICT) Date: Wed, 1 Aug 2007 12:49:18 +0700 (ICT) Message-Id: <200708010549.l715nIoC060875@banyan.cs.ait.ac.th> From: Olivier Nicole To: zbigniew@szalbot.homedns.org In-reply-to: <6f26d7579258b3fc7f8281405ec8906c@szalbot.homedns.org> (message from Zbigniew Szalbot on Wed, 1 Aug 2007 07:35:22 +0200) References: <200708010430.l714U71h049633@banyan.cs.ait.ac.th> <6f26d7579258b3fc7f8281405ec8906c@szalbot.homedns.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:49:21 -0000 > Stop in /usr/ports/dns/bind9. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall.12022.0 env make > ** Fix the problem and try again. > ** Listing the failed packages (*:skipped / !:failed) > ! dns/bind9 (unknown build error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > Not sure what to do about it. Thanks for any advice. No idea, for me it was really seamless. Are you sure your run the make with sufficient priviledges? Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 05:59: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 1D32416A47C for ; Wed, 1 Aug 2007 05:59:08 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id C46D913C491 for ; Wed, 1 Aug 2007 05:59:07 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local ; Wed, 01 Aug 2007 07:58:57 +0200 To: Olivier Nicole X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 1 Aug 2007 07:58:57 +0200 From: Zbigniew Szalbot In-Reply-To: <200708010549.l715nIoC060875@banyan.cs.ait.ac.th> References: <200708010549.l715nIoC060875@banyan.cs.ait.ac.th> Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 05:59:08 -0000 Hello, On Wed, 1 Aug 2007 12:49:18 +0700 (ICT), Olivier Nicole wrote: >> Stop in /usr/ports/dns/bind9. >> ** Command failed [exit code 1]: /usr/bin/script -qa >> /tmp/portinstall.12022.0 env make >> ** Fix the problem and try again. >> ** Listing the failed packages (*:skipped / !:failed) >> ! dns/bind9 (unknown build error) >> ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed >> >> Not sure what to do about it. Thanks for any advice. > > No idea, for me it was really seamless. > > Are you sure your run the make with sufficient priviledges? I think this was it. I originally used sudo but second time I did it as su and it went very well. Thank you! -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 06:21:55 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 1D7FF16A417 for ; Wed, 1 Aug 2007 06:21:55 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 78B8713C468 for ; Wed, 1 Aug 2007 06:21:54 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l716Lqwl098984 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 13:21:52 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l716LqIG066115; Wed, 1 Aug 2007 13:21:52 +0700 (ICT) Date: Wed, 1 Aug 2007 13:21:52 +0700 (ICT) Message-Id: <200708010621.l716LqIG066115@banyan.cs.ait.ac.th> From: Olivier Nicole To: zbigniew@szalbot.homedns.org In-reply-to: (message from Zbigniew Szalbot on Wed, 1 Aug 2007 07:58:57 +0200) References: <200708010549.l715nIoC060875@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 06:21:55 -0000 > I think this was it. I originally used sudo but second time I did it as su > and it went very well. Thank you! I always build ports using sudo (I have not been using su for years). Olivier From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 06:23: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 C5BDD16A417 for ; Wed, 1 Aug 2007 06:23: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 7E73B13C4B6 for ; Wed, 1 Aug 2007 06:23:09 +0000 (UTC) (envelope-from rakheshster@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so86856wxd for ; Tue, 31 Jul 2007 23:23:09 -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=k/f2PnuT0d6BOfMd+/m04L3K1jWQli+MICaVZQ5DnGoe678R8MgkP9GdwJ0uZ+NCy06VpN5Xf235a2DMzi9cuNW40CFx7AtVPkTOqeWWSjf692MV4YX+gkECFxbCr8xTeQhm1mgEq+8FjQKWoObv/TDawU2dbW5YMFh5wQKPoe4= 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=AiX6zZQTL+MNWfWRaQTG67eiqbFnWJnR+yyAa+fbspCnTmqmjNvH/GlLUFV0fYFV7nQk3lBXKVRXtnOzlCo3mvrvI8QXZ9meeyJuk4V0Wm3uAYZRYpAUi32ow5uO+VZvWahxv3ROtXcGN/b8VspeNDDIMmTY8p7A4N4M40gibE4= Received: by 10.90.29.18 with SMTP id c18mr121740agc.1185949388776; Tue, 31 Jul 2007 23:23:08 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.139.14]) by mx.google.com with ESMTPS id 7sm265743agc.2007.07.31.23.23.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2007 23:23:08 -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 574C411429; Wed, 1 Aug 2007 10:22:35 +0400 (GST) Date: Wed, 1 Aug 2007 10:22:35 +0400 (GST) X-X-Sender: rakhesh@scrat.home.rakhesh.com To: Garrett Cooper In-Reply-To: <46B01B3C.7080505@u.washington.edu> Message-ID: <20070801101542.E31348@scrat.home.rakhesh.com> References: <46AF241A.6000708@diomedia.be> <20070801082649.O23854@scrat.home.rakhesh.com> <46B01B3C.7080505@u.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Sender: Rakhesh Sasidharan Cc: Bram Van Steenlandt , Liste FreeBSD Subject: Re: updating multiple freebsd desktops X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 06:23:09 -0000 On Tue, 31 Jul 2007, Garrett Cooper wrote: > Rakhesh Sasidharan wrote: >> >> On Tue, 31 Jul 2007, Bram Van Steenlandt wrote: >>> So what I would really like is to make one machine the build/test machine >>> and keep this machine up to date with the ports and portmanager or so. >>> Can I then set up some kind of repo with the packages from this machine >>> and run something like "yum upgrade" on every desktop we have ? >> >> 1. Use one machine as the build/ test machine. Let /usr/ports be on that, >> and shared to all the other machines. >> >> 2. Keep the ports tree up-to-date on this machine, and while building ports >> make packages too. (`make package-recursive` will do I guess). These will >> be stored on /usr/ports/packages. >> >> 3. On the clients, let /usr/ports be the shared one from the main machine. >> a) If you want to find the packages that need updating, use >> something like `pkg_version -l "<"`. >> b) If you want to update *all* the packages, use something like >> `portupgrade -aPP`. >> >> I haven't done any of these myself. Just that if I were in a situation such >> as yours, this is what I'd probably do. >> >> Regards, >> Rakhesh > rsync or some other means of sharing data may be better than a global share > as you might have one machine with a different architecture building under a > work directory in the /usr/ports directory. Or set "WRKDIRPREFIX= /tmp" in your /etc/make.conf on all machines ... ? Regards, Rakhesh From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 07:13: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 60B6616A417 for ; Wed, 1 Aug 2007 07:13:03 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2994D13C469 for ; Wed, 1 Aug 2007 07:13:02 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id l717Cd9b016461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2007 00:12:51 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id l717CdFu016460; Wed, 1 Aug 2007 00:12:39 -0700 (PDT) Received: from fbsd61 ([192.168.200.61]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA03159; Wed, 1 Aug 07 00:09:19 PDT Date: Wed, 01 Aug 2007 00:11:09 -0700 From: perryh@pluto.rain.com To: zbigniew@szalbot.homedns.org Message-Id: <46b0320d.gXBxaE1FZRPn0XA2%perryh@pluto.rain.com> References: <200708010549.l715nIoC060875@banyan.cs.ait.ac.th> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 07:13:03 -0000 > > Are you sure your run the make with sufficient priviledges? > > I think this was it. I originally used sudo but second time > I did it as su and it went very well. Thank you! If sudo to root does not give the same privs as su to root, I'd guess sudo is either buggy or not configured properly. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 07:16: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 862EF16A418 for ; Wed, 1 Aug 2007 07:16:58 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB0A13C483 for ; Wed, 1 Aug 2007 07:16:58 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local ; Wed, 01 Aug 2007 09:16:46 +0200 To: perryh@pluto.rain.com X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 1 Aug 2007 09:16:46 +0200 From: Zbigniew Szalbot In-Reply-To: <46b0320d.gXBxaE1FZRPn0XA2%perryh@pluto.rain.com> References: <46b0320d.gXBxaE1FZRPn0XA2%perryh@pluto.rain.com> Message-ID: <230a06dd498f043b7f6307ef101c4fba@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: what way to update named? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 07:16:58 -0000 Hello, > If sudo to root does not give the same privs as su to root, > I'd guess sudo is either buggy or not configured properly. Not sure what to say. I had the same situation on two machines. It is possible that my sudo is not configured properly but yet in a year's time of living in UNIX world it is first time I reverted to su. Increased privelages of sudo were always enough. Thanks! -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 07:22: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 1C20C16A41A for ; Wed, 1 Aug 2007 07:22:23 +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 EBAC513C457 for ; Wed, 1 Aug 2007 07:22:22 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l717MMp2024959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Aug 2007 00:22:22 -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 l717MLir032699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2007 00:22:22 -0700 Message-ID: <46B034AB.3010708@u.washington.edu> Date: Wed, 01 Aug 2007 00:22:19 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Rakhesh Sasidharan , FreeBSD Questions References: <46B006E2.3070501@chrismaness.com> <20070801092923.H23854@scrat.home.rakhesh.com> <46B01CB1.8020809@u.washington.edu> <20070801101111.V31348@scrat.home.rakhesh.com> In-Reply-To: <20070801101111.V31348@scrat.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.1.138 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: Subject: Re: BSD Tar Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 07:22:23 -0000 Rakhesh Sasidharan wrote: > > On Tue, 31 Jul 2007, Garrett Cooper wrote: > >> Rakhesh Sasidharan wrote: >>> >>> On Tue, 31 Jul 2007, Chris Maness wrote: >>> >>>> Does BSD tar implementation support splitting the archives? I have >>>> a 8G file that I want to burn on DVDs. I used to be able to do >>>> this with the linux GNU tar. >>> >>> I don't think so (atleast its not there in the manpages). Maybe you >>> can use the GNU version of tar from "archivers/gtar"? >>> >>> Regards, >>> Rakhesh >> >> Why not use tar -c[j|z]vf - | split ? See split(1) for more info. >> -Garrett > > Silly me! I did check the split(1) manpage before posting that, you > know. But I guess I didn't read carefully, coz somehow I got the > impression it doesn't work on binary files. I checked again now -- > you're right. split(1) should do ... > > Thanks, > Rakhesh No prob :). -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 09:22: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 04EDF16A419 for ; Wed, 1 Aug 2007 09:22:22 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from av8-2-sn3.vrr.skanova.net (av8-2-sn3.vrr.skanova.net [81.228.9.184]) by mx1.freebsd.org (Postfix) with ESMTP id BB3D513C465 for ; Wed, 1 Aug 2007 09:22:21 +0000 (UTC) (envelope-from raggen@passagen.se) Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 3EF063815D; Wed, 1 Aug 2007 11:22:20 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 1548A38001 for ; Wed, 1 Aug 2007 11:22:20 +0200 (CEST) Received: from [192.168.1.31] (90-230-142-213-no41.tbcn.telia.com [90.230.142.213]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 04A4137E45 for ; Wed, 1 Aug 2007 11:22:19 +0200 (CEST) Message-ID: <46B050C8.7000705@passagen.se> Date: Wed, 01 Aug 2007 11:22:16 +0200 From: Roger Olofsson User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Cleartype-similar? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 09:22:22 -0000 Dear Mailing List, Is there something similar to cleartype for FreeBSD? Grateful for any replies! Greetings /Roger From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 09:27: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 0A03E16A417 for ; Wed, 1 Aug 2007 09:27:07 +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 6D65913C459 for ; Wed, 1 Aug 2007 09:27:06 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from [192.168.0.1] (par69-4-82-227-117-128.fbx.proxad.net [82.227.117.128]) (AUTH: LOGIN walsimou@walsimou.com, SSL: TLSv1/SSLv3, 256bits, AES256-SHA) by dns.walsimou.com with esmtp; Wed, 01 Aug 2007 11:27:04 +0200 id 0000BBCD.0000000046B051E8.0000E3B1 Message-ID: <46B051D3.7000508@walsimou.com> Date: Wed, 01 Aug 2007 11:26:43 +0200 From: Gaye Abdoulaye Walsimou User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Zo Amb , freebsd-questions@freebsd.org References: <200708010806.49718.zoambinintsoa@asecna.mg> In-Reply-To: <200708010806.49718.zoambinintsoa@asecna.mg> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: ldap_sasl_interactive_bind_s: Can't contact LDAP server (-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: Wed, 01 Aug 2007 09:27:07 -0000 Zo Amb a écrit : > Hi lists, > I really need some help. Since the last two weeks, I've been trying to > configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further > because I get always the same error while I try to use the ldapadd command. > It says : > ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1) > > Any ideas ? > > Zo Amb > Does the LDAP server run? It seems not! To add entries in a database while the server is not running, you have to use slapadd instead of ldapadd. This link can help I think: http://www.openldap.org/doc/admin23/dbtools.html From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 09:33:13 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 8F32F16A468 for ; Wed, 1 Aug 2007 09:33:13 +0000 (UTC) (envelope-from dotyao@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6376F13C468 for ; Wed, 1 Aug 2007 09:33:13 +0000 (UTC) (envelope-from dotyao@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so163491waf for ; Wed, 01 Aug 2007 02:33:13 -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:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=arGPMKFLN24sJGYYeUVKYeOPJTAn3g+HNuUN7tq9c4UifWjxqhx+WazwXU5P4olGXQh8+oR4arHf/RPfCWGydhVumQ7pLuh4Uzduwbrolnb57HXviFeQqjVyDGdA+A/RrAhzWrv53cOLHXa9Nmzv1XMX8U6MdAkZuWl7ZFJV2t0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=eJs270k9lRsEdslAnGS0YYPDC3T+uRxxOv+Mb1+Kb7i5XK9cNWX/GuR2ZkzZ0vRsJ64W729vPzLkuDro2t8UZHUAjIx8OzshJ4cU7188X++F23c501Zc/ddP6FgEbbhdoxTxROfPSDvbJEudZra142IjSXsQojO+mWkkNaiUiTw= Received: by 10.114.120.1 with SMTP id s1mr510898wac.1185960793012; Wed, 01 Aug 2007 02:33:13 -0700 (PDT) Received: from admin.tmdxy.org ( [59.52.159.171]) by mx.google.com with ESMTPS id v25sm585132wah.2007.08.01.02.33.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 02:33:12 -0700 (PDT) Message-ID: <46B05355.4060602@gmail.com> Date: Wed, 01 Aug 2007 17:33:09 +0800 From: Roy User-Agent: Thunderbird 2.0.0.5 (X11/20070726) To: Kent Stewart References: <200707311351.57649.kstewart@owt.com> In-Reply-To: <200707311351.57649.kstewart@owt.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: youshi10@u.washington.edu, questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 09:33:13 -0000 Kent Stewart 写道: On Tuesday 31 July 2007, [1]youshi10@u.washington.edu wrote: On Wed, 1 Aug 2007, Roy wrote: [roy@admin ~]$ uname -a FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue Jul 31 23:11:21 CST 2007 [2]roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 -------------------------------------------------------------- Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> include (install) creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Your system's definitely fubar'ed. touch should be found immediately unless /bin isn't in $PATH. Touch isn't needed in a good installworld. This usually means your system date is seriously off. If you use local clock in your cmos, you need to "adjkerntz -i" when you boot to single user. Kent thanks, admin# echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bi n:/usr/X11R6/bin:/root/bin and, i have executed the statement 'adjkerntz -i' ,when i make installworld References 1. mailto:youshi10@u.washington.edu 2. mailto:roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 09:59:43 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 C4DEC16A417 for ; Wed, 1 Aug 2007 09:59:43 +0000 (UTC) (envelope-from dotyao@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 99AB813C457 for ; Wed, 1 Aug 2007 09:59:43 +0000 (UTC) (envelope-from dotyao@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so169158waf for ; Wed, 01 Aug 2007 02:59: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:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=arGPMKFLN24sJGYYeUVKYeOPJTAn3g+HNuUN7tq9c4UifWjxqhx+WazwXU5P4olGXQh8+oR4arHf/RPfCWGydhVumQ7pLuh4Uzduwbrolnb57HXviFeQqjVyDGdA+A/RrAhzWrv53cOLHXa9Nmzv1XMX8U6MdAkZuWl7ZFJV2t0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=eJs270k9lRsEdslAnGS0YYPDC3T+uRxxOv+Mb1+Kb7i5XK9cNWX/GuR2ZkzZ0vRsJ64W729vPzLkuDro2t8UZHUAjIx8OzshJ4cU7188X++F23c501Zc/ddP6FgEbbhdoxTxROfPSDvbJEudZra142IjSXsQojO+mWkkNaiUiTw= Received: by 10.114.120.1 with SMTP id s1mr510898wac.1185960793012; Wed, 01 Aug 2007 02:33:13 -0700 (PDT) Received: from admin.tmdxy.org ( [59.52.159.171]) by mx.google.com with ESMTPS id v25sm585132wah.2007.08.01.02.33.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 02:33:12 -0700 (PDT) Message-ID: <46B05355.4060602@gmail.com> Date: Wed, 01 Aug 2007 17:33:09 +0800 From: Roy User-Agent: Thunderbird 2.0.0.5 (X11/20070726) To: Kent Stewart References: <200707311351.57649.kstewart@owt.com> In-Reply-To: <200707311351.57649.kstewart@owt.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: youshi10@u.washington.edu, questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 09:59:43 -0000 Kent Stewart 写道: On Tuesday 31 July 2007, [1]youshi10@u.washington.edu wrote: On Wed, 1 Aug 2007, Roy wrote: [roy@admin ~]$ uname -a FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Tue Jul 31 23:11:21 CST 2007 [2]roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 -------------------------------------------------------------- Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> include (install) creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Your system's definitely fubar'ed. touch should be found immediately unless /bin isn't in $PATH. Touch isn't needed in a good installworld. This usually means your system date is seriously off. If you use local clock in your cmos, you need to "adjkerntz -i" when you boot to single user. Kent thanks, admin# echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bi n:/usr/X11R6/bin:/root/bin and, i have executed the statement 'adjkerntz -i' ,when i make installworld References 1. mailto:youshi10@u.washington.edu 2. mailto:roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 10:46:46 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 5031716A419 for ; Wed, 1 Aug 2007 10:46:46 +0000 (UTC) (envelope-from inetmassmail@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.236]) by mx1.freebsd.org (Postfix) with ESMTP id 08D3B13C458 for ; Wed, 1 Aug 2007 10:46:45 +0000 (UTC) (envelope-from inetmassmail@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so170582qbd for ; Wed, 01 Aug 2007 03:46:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:from:to:x-priority:priority:importance:subject:content-type:content-transfer-encoding:date:message-id; b=MkNd4ww49mx9bwf8JmN/gyLrrjOa9htprTN/vAZ0qY73tS2vYC55EFn29Siywy1N+lOhiyp7SfefrfCR/AnII0bFegtfgTZj234V/KoLPl4Ob7h7LA+YCvGXDdjk2aqUK0i/ytFWeX2LhycZ8C4QoBnHS612L60JqAA//KozsUM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:from:to:x-priority:priority:importance:subject:content-type:content-transfer-encoding:date:message-id; b=nI7nd3Vd0yh+T0UUpPNOII5ku2pAWb8+eKoXBJ039aYjglLvzS7JgPfjQeaI4T9IUc9dZSnVm1WydfvOXRb6C4pwQXcmBivVSr5tBpYTxRpEmbkWVPwZzsNRpnbRl9NWKh7AuzdXywwmrmteVXNmdSSuQFks6cd7ItcgZIi+d6A= Received: by 10.114.126.1 with SMTP id y1mr582719wac.1185964301207; Wed, 01 Aug 2007 03:31:41 -0700 (PDT) Received: from server ( [219.64.119.169]) by mx.google.com with ESMTPS id q20sm1158137pog.2007.08.01.03.31.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 03:31:40 -0700 (PDT) from: =?utf-8?B?QWJkdWwgTWFsaWNr?= to: questions@FreeBSD.org x-priority: 1 priority: urgent importance: high content-transfer-encoding: base64 Date: Wed, 01 Aug 2007 03:31:40 -0700 (PDT) Message-ID: <46b0610c.14da600a.0d2f.6459@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: We serve to improve your Business X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 10:46:46 -0000 77u/PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2 l0 aW9uYWwvL0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LV R5 cGUgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXVuaWNvZGUiPg0KPE1FVEEgY29udG Vu dD0iTVNIVE1MIDYuMDAuMzc5MC4wIiBuYW1lPUdFTkVSQVRPUj48L0hFQUQ+DQo8Qk9EWT 48 IS0tIEltYWdlUmVhZHkgU2xpY2VzIChzZW8gdGVtcGxhdGUucHNkKSAtLT4NCjxUQUJMRS Bj ZWxsU3BhY2luZz0wIGNlbGxQYWRkaW5nPTAgd2lkdGg9NjUwIGFsaWduPWNlbnRlciBib3 Jk ZXI9MD4NCiAgPFRCT0RZPg0KICA8VFI+DQogICAgPFREPjxJTUcgaGVpZ2h0PTEyMSBhbH Q9 IiIgDQogICAgICBzcmM9Imh0dHA6Ly9kZW1vLjJkYXl0ZW1wbGF0ZXMuY29tL3Nlb21haW wv aW1hZ2VzL3Nlby1uZXdzbGV0dGVyXzAyLmpwZyIgDQogICAgICB3aWR0aD0yOTIgdXNlTW Fw PSNNYXAgYnJkZXI9IjAiPjwvVEQ+DQogICAgPFREIGNvbFNwYW49Mz48SU1HIGhlaWdodD 0x MjEgYWx0PSIiIA0KICAgICAgc3JjPSJodHRwOi8vZGVtby4yZGF5dGVtcGxhdGVzLmNvbS 9z ZW9tYWlsL2ltYWdlcy9zZW8tbmV3c2xldHRlcl8wMy5qcGciIA0KICAgICAgd2lkdGg9Mz U2 IHVzZU1hcD0jTWFwMiBib3JkZXI9MD48L1REPg0KICA8VFI+DQogICAgPFREIGNvbFNwYW 49 Mj48SU1HIGhlaWdodD0xMzYgYWx0PSIiIA0KICAgICAgc3JjPSJodHRwOi8vZGVtby4yZG F5 dGVtcGxhdGVzLmNvbS9zZW9tYWlsL2ltYWdlcy9zZW8tbmV3c2xldHRlcl8wNS5qcGciIA 0K ICAgICAgd2lkdGg9Mzk1IHVzZU1hcD0jTWFwMyBib3JkZXI9MD48L1REPg0KICAgIDxURC Bj b2xTcGFuPTI+PElNRyBoZWlnaHQ9MTM2IGFsdD0iIiANCiAgICAgIHNyYz0iaHR0cDovL2 Rl bW8uMmRheXRlbXBsYXRlcy5jb20vc2VvbWFpbC9pbWFnZXMvc2VvLW5ld3NsZXR0ZXJfMD Yu anBnIiANCiAgICAgIHdpZHRoPTI1MyB1c2VNYXA9I01hcDQgYm9yZGVyPTA+PC9URD48L1 RS Pg0KICA8VFI+DQogICAgPFREIGNvbFNwYW49ND48SU1HIGhlaWdodD0xNCBhbHQ9IiIgDQ og ICAgICBzcmM9Imh0dHA6Ly9kZW1vLjJkYXl0ZW1wbGF0ZXMuY29tL3Nlb21haWwvaW1hZ2 Vz L3Nlby1uZXdzbGV0dGVyXzA3LmpwZyIgDQogICAgICB3aWR0aD02NDg+PC9URD48L1RSPg 0K ICA8VFI+DQogICAgPFREIGNvbFNwYW49ND48SU1HIGhlaWdodD0xMTkgYWx0PSIiIA0KIC Ag ICAgc3JjPSJodHRwOi8vZGVtby4yZGF5dGVtcGxhdGVzLmNvbS9zZW9tYWlsL2ltYWdlcy 9z ZW8tbmV3c2xldHRlcl8wOC5qcGciIA0KICAgICAgd2lkdGg9NjQ4IHVzZU1hcD0jTWFwNS Bi b3JkZXI9MD48L1REPjwvVFI+DQogIDxUUj4NCiAgICA8VEQgY29sU3Bhbj0zPjxJTUcgaG Vp Z2h0PTM2NCBhbHQ9IiIgDQogICAgICBzcmM9Imh0dHA6Ly9kZW1vLjJkYXl0ZW1wbGF0ZX Mu Y29tL3Nlb21haWwvaW1hZ2VzL3Nlby1uZXdzbGV0dGVyXzA5LmpwZyIgDQogICAgICB3aW R0 aD00NDcgdXNlTWFwPSNNYXA2IGJvcmRlcj0wPjwvVEQ+DQogICAgPFREPjxJTUcgaGVpZ2 h0 PTM2NCBhbHQ9IiIgDQogICAgICBzcmM9Imh0dHA6Ly9kZW1vLjJkYXl0ZW1wbGF0ZXMuY2 9t L3Nlb21haWwvaW1hZ2VzL3Nlby1uZXdzbGV0dGVyXzEwLmpwZyIgDQogICAgICB3aWR0aD 0y MDEgdXNlTWFwPSNNYXA3IGJvcmRlcj0wPjwvVEQ+PC9UUj4NCiAgPFRSPg0KICAgIDxURD 48 SU1HIGhlaWdodD0xIGFsdD0iIiANCiAgICAgIHNyYz0iaHR0cDovL2RlbW8uMmRheXRlbX Bs YXRlcy5jb20vc2VvbWFpbC9pbWFnZXMvc3BhY2VyLmdpZiIgDQp3aWR0aD0yOTI+PC9URD 4N CiAgICA8VEQ+PElNRyBoZWlnaHQ9MSBhbHQ9IiIgDQogICAgICBzcmM9Imh0dHA6Ly9kZW 1v LjJkYXl0ZW1wbGF0ZXMuY29tL3Nlb21haWwvaW1hZ2VzL3NwYWNlci5naWYiIA0Kd2lkdG g9 MTAzPjwvVEQ+DQogICAgPFREPjxJTUcgaGVpZ2h0PTEgYWx0PSIiIA0KICAgICAgc3JjPS Jo dHRwOi8vZGVtby4yZGF5dGVtcGxhdGVzLmNvbS9zZW9tYWlsL2ltYWdlcy9zcGFjZXIuZ2 lm IiB3aWR0aD01Mj48L1REPg0KICAgIDxURD48SU1HIGhlaWdodD0xIGFsdD0iIiANCiAgIC Ag IHNyYz0iaHR0cDovL2RlbW8uMmRheXRlbXBsYXRlcy5jb20vc2VvbWFpbC9pbWFnZXMvc3 Bh Y2VyLmdpZiIgDQp3aWR0aD0yMDE+PC9URD4NCiAgICA8VEQ+PElNRyBoZWlnaHQ9MSBhbH Q9 IiIgDQogICAgICBzcmM9Imh0dHA6Ly9kZW1vLjJkYXl0ZW1wbGF0ZXMuY29tL3Nlb21haW wv aW1hZ2VzL3NwYWNlci5naWYiIA0KICB3aWR0aD0yPjwvVEQ+PC9UUj48L1RCT0RZPjwvVE FC TEU+PCEtLSBFbmQgSW1hZ2VSZWFkeSBTbGljZXMgLS0+PE1BUCANCiAgbmFtZT1NYXA+PE FS RUEgc2hhcGU9UkVDVCB0YXJnZXQ9X2JsYW5rIGNvb3Jkcz0yLDIsMjkwLDEyMCANCiAgaH Jl Zj0iaHR0cDovL3d3dy5zZW9hbmFseXplcnMuY29tIj48L01BUD48TUFQIG5hbWU9TWFwMj 48 QVJFQSBzaGFwZT1SRUNUIA0KICB0YXJnZXQ9X2JsYW5rIGNvb3Jkcz0xLDEsMzYzLDIzIG hy ZWY9Imh0dHA6Ly93d3cuc2VvYW5hbHl6ZXJzLmNvbSI+PEFSRUEgDQogIHNoYXBlPVJFQ1 Qg dGFyZ2V0PV9ibGFuayBjb29yZHM9MSw0NCwzNTYsMTIwIA0KICBocmVmPSJodHRwOi8vd3 d3 LnNlb2FuYWx5emVycy5jb20iPjxBUkVBIHNoYXBlPVJFQ1QgdGFyZ2V0PV9ibGFuayANCi Ag Y29vcmRzPTQsMjQsMzUzLDQyIGhyZWY9Imh0dHA6Ly93d3cuc2VvYW5hbHl6ZXJzLmNvbS 9j b250YWN0dXMuaHRtbCI+PC9NQVA+PE1BUCANCm5hbWU9TWFwMz48QVJFQSBzaGFwZT1SRU NU IHRhcmdldD1fYmxhbmsgY29vcmRzPTEsMywzOTgsMTM3IA0KICBocmVmPSJodHRwOi8vd3 d3 LnNlb2FuYWx5emVycy5jb20iPjwvTUFQPjxNQVAgbmFtZT1NYXA0PjxBUkVBIHNoYXBlPV JF Q1QgDQogIHRhcmdldD1fYmxhbmsgY29vcmRzPTIsMiwyNTQsMTM5IGhyZWY9Imh0dHA6Ly 93 d3cuc2VvYW5hbHl6ZXJzLmNvbSI+PC9NQVA+PE1BUCANCm5hbWU9TWFwNT48QVJFQSBzaG Fw ZT1SRUNUIHRhcmdldD1fYmxhbmsgY29vcmRzPTIsNCw2OTgsMTQyIA0KICBocmVmPSJodH Rw Oi8vd3d3LnNlb2FuYWx5emVycy5jb20iPjxBUkVBIHNoYXBlPVJFQ1QgY29vcmRzPTQ0OC wx MTcsNDcyLDMwNiANCiAgaHJlZj0iIyI+PC9NQVA+PE1BUCBuYW1lPU1hcDY+PEFSRUEgc2 hh cGU9UkVDVCB0YXJnZXQ9X2JsYW5rIA0KICBjb29yZHM9MSwzLDE5NiwzNjEgaHJlZj0iaH R0 cDovL3d3dy5zZW9hbmFseXplcnMuY29tIj48QVJFQSBzaGFwZT1SRUNUIA0KICB0YXJnZX Q9 X2JsYW5rIGNvb3Jkcz0xOTksNSw0NDcsMjg0IGhyZWY9Imh0dHA6Ly93d3cuc2VvYW5hbH l6 ZXJzLmNvbSI+PEFSRUEgDQogIHNoYXBlPVJFQ1QgdGFyZ2V0PV9ibGFuayBjb29yZHM9MT k5 LDI4OCw0NDYsMzYwIA0KICBocmVmPSJodHRwOi8vd3d3LnNlb2FuYWx5emVycy5jb20vY2 9u dGFjdHVzLmh0bWwiPjwvTUFQPjxNQVAgbmFtZT1NYXA3PjxBUkVBIA0KICBzaGFwZT1SRU NU IHRhcmdldD1fYmxhbmsgY29vcmRzPTIsMiwxOTksMzY0IA0KaHJlZj0iaHR0cDovL3d3dy 5z ZW9hbmFseXplcnMuY29tIj48L01BUD48L0JPRFk+PC9IVE1MPg0K From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 10:56: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 C7AFA16A419 for ; Wed, 1 Aug 2007 10:56:03 +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 4231413C458 for ; Wed, 1 Aug 2007 10:56:02 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so213144uge for ; Wed, 01 Aug 2007 03:56:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=F2RtqHEelWbHlszjy8yTdnNJjLF6l8PRhN38Dcd1VMevPETc8zTLNFVRiTW24hkmj+NAeu5JZBrBSg0V+/nF+h4yqRPDcQlxYaT0l3bbnKTHG8B4eyfwLjfRQBxk1rf+MUZDvTNZ8M1QqIJvaeQoD+d9N74vum/AXRx4Qt6NtAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=R1A7Y+qo8x8CowapVA99ObyL2iwSDzIfNQ8a+hiyigkl7hQZrjN8iKeV3e8iqItTfQToy32AuMTPMgBEa0yWEGaOqslPFWW3z28ttaEhWXCuR/ZcwNZtPNvS9YlBeGIRbZiq9/4fLDoN8Gcn7t1G43jqXLUPFNFjQs/FDfb1vmM= Received: by 10.67.121.18 with SMTP id y18mr1283821ugm.1185965761663; Wed, 01 Aug 2007 03:56:01 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id c9sm600338nfi.2007.08.01.03.56.00 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 03:56:01 -0700 (PDT) Message-ID: <46B066BF.8010609@crackmonkey.us> Date: Wed, 01 Aug 2007 11:55:59 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Roger Olofsson References: <46B050C8.7000705@passagen.se> In-Reply-To: <46B050C8.7000705@passagen.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: User Questions Subject: Re: Cleartype-similar? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@nospam.crackmonkey.nospam.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 10:56:03 -0000 Roger Olofsson wrote: > Dear Mailing List, > > Is there something similar to cleartype for FreeBSD? > > Grateful for any replies! > > Greetings > > /Roger > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi Roger, I believe you are after FreeType. Should be in the ports tree. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 11:13: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 0261E16A419 for ; Wed, 1 Aug 2007 11:13:59 +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 8B2FE13C459 for ; Wed, 1 Aug 2007 11:13:58 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so215227uge for ; Wed, 01 Aug 2007 04:13:55 -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=LbvJ6yM0NHiLvw6QPfuXJ+yXViUCqSAgkW6A60bg7X6C65WNpjP5DJc7ZIWJljD667r38w6IWqWZGKP9jcWBYyBgHp+tJqZ0O1P5WZhRQb70Z65uDd4DZsaub+6ZiwUA92al2tHye5OZsaWGsxRKiGorG+8qGV8t4Qj0qaUr4RU= 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=gylst6maAHEw6kfuE6tmOLyuKdgS9A/uCcuJg8TW1haEFs/yt/DMUTibBstsgb2H+izZQgpln8gqKpY5K4MA5x7w/oKXcru38M+ZOGKuOtPcChQ+QJDjhNAlRHWIT8bqxI9yRXd+FC9gB67NdOOJOMuSLKXgk3PJ0vPj0RlSyRc= Received: by 10.67.95.3 with SMTP id x3mr1285371ugl.1185966835431; Wed, 01 Aug 2007 04:13:55 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id c25sm1301447ika.2007.08.01.04.13.53 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 04:13:53 -0700 (PDT) Message-ID: <46B06AEF.5090501@crackmonkey.us> Date: Wed, 01 Aug 2007 12:13:51 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Neil Short References: <597769.9286.qm@web56511.mail.re3.yahoo.com> In-Reply-To: <597769.9286.qm@web56511.mail.re3.yahoo.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: xorg update (not) - configuration for 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: Wed, 01 Aug 2007 11:13:59 -0000 Neil Short wrote: > several of my computers run just fine on the old xorg. > Is there some configuration tool I can put into some > makefile somewhere that will tell the ports to use the > un-updated version of xorg - so the ports won't try to > update stuff in the xorg libraries? > > I updated xorg on one computer that needed it and I > was shocked that every single application needed to be > recompiled - including the big woppers like open > office. I don't want to go through that again if I > don't have to. Hi Neil, There's a number of ways. This question was asked recently. You can use IGNORE lines in your portsmanager config, or HOLD_PKGS in pkgtools.conf if you prefer portupgrade. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 11:16:16 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 043EB16A418 for ; Wed, 1 Aug 2007 11:16:16 +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 8BF7A13C45D for ; Wed, 1 Aug 2007 11:16:15 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so215501uge for ; Wed, 01 Aug 2007 04:16:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=LqtwyieuT5FL5YM7GjSkEBiZOjDsrpmp5FIagXE0lNm4CgTDsklpGPSaE2a/fKhG1h3CdCmjTvNtCrwlj2TMjcwrzJcNwweqc3/iV8XrzcrzohEZfbogbOOaIQ3dKKJutWpLq2k0rj+kKJ7ka05HBEpGSH5XzRmE0LZFCF+BT5k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=djgiCEqiyXpRY6+q+e2B6vxYrUrgTKgJZF+liKrEX5AA8gAPoN9cp5Yui58g/SsROD4+Yq7iM2FuzIqP8o8f87yVYRmm24NRMe4r9EfS7pax8/zRhxYNDMy92on77CBx16ABmKfNW2WbrjxuNFrD7NkkSV0WY5jkU0KEKq3kIJs= Received: by 10.66.232.9 with SMTP id e9mr1282780ugh.1185966974418; Wed, 01 Aug 2007 04:16:14 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id z34sm1283042ikz.2007.08.01.04.16.12 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 04:16:13 -0700 (PDT) Message-ID: <46B06B7B.9020408@crackmonkey.us> Date: Wed, 01 Aug 2007 12:16:11 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Neil Short References: <516323.32310.qm@web56502.mail.re3.yahoo.com> In-Reply-To: <516323.32310.qm@web56502.mail.re3.yahoo.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: cookbook for using gutenprint X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@nospam.crackmonkey.nospam.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 11:16:16 -0000 Neil Short wrote: > has anybody written - or has anybody considered > writing - a cookbook for using gutenprint on FreeBSD? Hi Neil, Why not write one yourself? That's the surest way to learn. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 12:33: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 151A816A41A for ; Wed, 1 Aug 2007 12:33:22 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.239]) by mx1.freebsd.org (Postfix) with ESMTP id 9AB2B13C468 for ; Wed, 1 Aug 2007 12:33:21 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so132228hub for ; Wed, 01 Aug 2007 05:33: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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=o34Zl4LQ94OLlgwcwqx0UirZGGoMEWkbuIkIRSqLFjFoejWXlAGCpXUPoVAk6tQbOhcGuzeGzssvg8vy0YgJcKdJr+WpakXR1834bfFbJXZzqvjEga8IE1jJVdJRjEkgadnCg7InCaIxxj2ru20cayUubbdxh0BsXuyJ1W+yJe0= 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=s472dx0qehB1YGuMwxWzZ+CFd99dMJfXb8t7WZ9Lpmhystn1oLvpupQmwUFVg7Olrp6au3rdPn12kWZJwGECwmjCqJjng3qa12Z1M2ZnnKIBDq55OeSyv2K1imTIXp3beE7gCaPu6ZtBhVpmvk5qyHTE6n47nOBXX43tDS2fyYA= Received: by 10.86.76.16 with SMTP id y16mr502890fga.1185970732505; Wed, 01 Aug 2007 05:18:52 -0700 (PDT) Received: from ?192.168.123.111? ( [84.2.148.148]) by mx.google.com with ESMTPS id e32sm1336785fke.2007.08.01.05.18.50 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 05:18:52 -0700 (PDT) Message-ID: <46B07A29.8000304@gmail.com> Date: Wed, 01 Aug 2007 14:18:49 +0200 From: deeptech71@gmail.com User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: help, i'm setting up a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 12:33:22 -0000 Hi, I'm making a FreeBSD router with ppp and telnet access to it (currently part of a network with a hardware router). When I have 1 NIC in the FreeBSD machine (rl0), telnet works fine. Then I add another NIC (ed0). Telnet still works. rc.conf: ipconfig_rl0="inet 192.168.123.251 netmask 255.255.255.0" #ipconfig_ed0="inet 192.168.123.251 netmask 255.255.255.0" hostname="qw.erty.com" defaultrouter="192.168.123.254" inetd_enable="YES" gateway_enable="YES" My PC (192.168.123.111) is hooked up with the FreeBSD box, and through that, to the hardware router. In both cases, when the second line is commented or uncommented, routing doesn't seem to work. (Even if I change the second IP address, but why would that be good?) However, when it's uncommented, I can't connect to the FreeBSD via telnet! Errors on the FreeBSD screen, when my PC is hooked up with rl0: ed0: device timeout and when hooked up with ed0: kernel: arp: 192.168.123.111 is on ed0, but got reply [a MAC address] on rl0 WTF?! I have low experience with FreeBSD. What more should I do to make the routing work? One more question, what files does sysinstall edit (such as /etc/rc.conf) when configuring network interfaces? Thx From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 12:46: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 62D0616A418 for ; Wed, 1 Aug 2007 12:46:09 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id B9EE013C491 for ; Wed, 1 Aug 2007 12:46:08 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l71Cjpqu090963; Wed, 1 Aug 2007 13:45:52 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l71Cjpqu090963 Message-ID: <46B0807F.4060004@infracaninophile.co.uk> Date: Wed, 01 Aug 2007 13:45:51 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: deeptech71@gmail.com References: <46B07A29.8000304@gmail.com> In-Reply-To: <46B07A29.8000304@gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 01 Aug 2007 13:46:02 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/3846/Wed Aug 1 08:27:07 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME,DKIM_POLICY_TESTING,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: help, i'm setting up a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 12:46:09 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 deeptech71@gmail.com wrote: > I'm making a FreeBSD router with ppp and telnet access to it (currently > part of a network with a hardware router). When I have 1 NIC in the > FreeBSD machine (rl0), telnet works fine. Then I add another NIC (ed0). > Telnet still works. rc.conf: > > ipconfig_rl0="inet 192.168.123.251 netmask 255.255.255.0" > #ipconfig_ed0="inet 192.168.123.251 netmask 255.255.255.0" > hostname="qw.erty.com" > defaultrouter="192.168.123.254" > inetd_enable="YES" > gateway_enable="YES" Routers forward packets between different IP networks. Or in other words, the IP numbers on the different interfaces on your router should not just be different -- they should come from completely different subnets too. I think that the keyword for you is 'bridging'. There's a whole article about it here: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/filtering-bridges/article.html plus Google will turn up plenty more. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsIB+8Mjk52CukIwRCHKvAKCRoefdQXWsR+f3GDhvmau5+aBs5ACfViIl ou/2rQONQsxnEdOZk/AtuEA= =aq1G -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 12:48: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 8DEC416A418 for ; Wed, 1 Aug 2007 12:48:41 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 5F90713C4CA for ; Wed, 1 Aug 2007 12:48:41 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id C2B02B6EA; Wed, 1 Aug 2007 08:48:39 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 01 Aug 2007 08:48:40 -0400 X-Sasl-enc: uilbu3EEGbF4G7ZjWTZiBTs4ZjFNRbhmQHcXHuX+W0Nu 1185972518 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 8492A21FB; Wed, 1 Aug 2007 08:48:38 -0400 (EDT) In-Reply-To: <20070801030504.GA3773@bifrost.agrussell.com> References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Wed, 1 Aug 2007 07:48:36 -0500 To: "A.G. Russell IV" X-Mailer: Apple Mail (2.752.2) Cc: Zbigniew Szalbot , dougb@freebsd.org, Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 12:48:41 -0000 On Jul 31, 2007, at 10:05 PM, A.G. Russell IV wrote: >> On Thu, Jul 26, 2007 at 10:48:10AM +0200, Zbigniew Szalbot wrote: >>>> On 7/25/07, Doug Barton wrote: >>>> >>>>> RELENG_6 was updated shortly after the release of 9.3.4. I'll be >>>>> updating RELENG_[56] with the new 9.3.4-P1 version after I'm done >>>>> regression testing it, which should be some time tonight. Same for >>>>> updating HEAD with 9.4.1-P1. >>>>> I am running FreeBSD 6.2-RELEASE-p6 and BIND 9.3.3 (not from >>>>> ports but >>> installed with the system. At least when I do pgk_info -Ix bind I >>> am told >>> there is no such package installed). Where can I find information >>> on BIND >>> upgrade? I tried freebsd-update but it did not think I needed any >>> updates >>> :) > mine, which was updated a few minutes ago, is still at bind 9.3.3 It appears that BIND has only been fixed in -STABLE and -CURRENT, but not in -RELEASE. Does anyone know if there are plans to get this patched in 6.2? For me it makes little difference since I am not (yet) running named in a publicly accessible way. But my medium term plans for my DNS do involve me running a public nameserver on the latest RELEASE with all patches. It does worry me if this kind of thing doesn't get patched in the latest RELEASE. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 13:04: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 22A1016A419 for ; Wed, 1 Aug 2007 13:04:08 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id AAABE13C483 for ; Wed, 1 Aug 2007 13:04:07 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so56482nfb for ; Wed, 01 Aug 2007 06:04: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:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ijRQtXy7/O20/PZAK1i++XrBEjk74lFGZM/xNjCi8uUixcUBhVImnMvd8yifo5Da99x3NSjACyaIFSzATCCwn29MXMLPLI2IbSiJrOuEyzyqb2orCq4j0jn1RJdbUbXE+GtfSB1xJ6BVwCgrxyG2/Ii0YNyyHkyIDnsmSMPJItc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=J3m7dUPvohDJtABDOV9TVicOPL7sidXDZ4WBr4ePlqKqjVpg9q6jUGEZxF4y+N8BP/t0oLoonYiMgQooGFsxtFuKSNYhZbhTLZc400T9Wixd4x5I4dP62O3h/5YGCJoQOXI/TDCvDmjTRZ3iyvKNkvQEFUDTjgEqIcRHI6MvmBs= Received: by 10.86.51.2 with SMTP id y2mr551240fgy.1185973446340; Wed, 01 Aug 2007 06:04:06 -0700 (PDT) Received: from ?192.168.123.111? ( [84.0.103.87]) by mx.google.com with ESMTPS id a37sm1445496fkc.2007.08.01.06.04.05 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 06:04:05 -0700 (PDT) Message-ID: <46B084C6.1000806@gmail.com> Date: Wed, 01 Aug 2007 15:04:06 +0200 From: deeptech71@gmail.com User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46B07A29.8000304@gmail.com> <46B0807F.4060004@infracaninophile.co.uk> In-Reply-To: <46B0807F.4060004@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: help, i'm setting up a router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:04:08 -0000 Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > deeptech71@gmail.com wrote: > >> I'm making a FreeBSD router with ppp and telnet access to it (currently >> part of a network with a hardware router). When I have 1 NIC in the >> FreeBSD machine (rl0), telnet works fine. Then I add another NIC (ed0). >> Telnet still works. rc.conf: >> >> ipconfig_rl0="inet 192.168.123.251 netmask 255.255.255.0" >> #ipconfig_ed0="inet 192.168.123.251 netmask 255.255.255.0" >> hostname="qw.erty.com" >> defaultrouter="192.168.123.254" >> inetd_enable="YES" >> gateway_enable="YES" > > Routers forward packets between different IP networks. Or in other > words, the IP numbers on the different interfaces on your router > should not just be different -- they should come from completely > different subnets too. > > I think that the keyword for you is 'bridging'. There's a whole > article about it here: > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/filtering-bridges/article.html > > plus Google will turn up plenty more. > > Cheers, > > Matthew > > - -- > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > Flat 3 > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > Kent, CT11 9PW > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGsIB+8Mjk52CukIwRCHKvAKCRoefdQXWsR+f3GDhvmau5+aBs5ACfViIl > ou/2rQONQsxnEdOZk/AtuEA= > =aq1G > -----END PGP SIGNATURE----- > Yes that would be the correct word. My net is 192.168.123.0/24, the hardware router connected to the modem is 192.168.123.254, and I was trying to be connected through the FreeBSD box. Then later do this: Internet---ADSL_modem---FreeBSD---Other_PCs That is still called bridging, yes? Thx for the info, i'll try this and see how it turns out. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 13:20: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 7408916A419 for ; Wed, 1 Aug 2007 13:20:12 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3356B13C4CC for ; Wed, 1 Aug 2007 13:20:12 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so399530pye for ; Wed, 01 Aug 2007 06:20:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=VM17iPQD3c9N8N+wv9RKeUtJUMdsz2/+wdp5cQi9v1o+tq+xIoNeHd/jvRNWxD1ViPUQ6z89QDcyB1NpLIwrAtfBqcJArR0TL/TV3Kohp1TL0njrwcYCxmthrz/6E4+kQrNxlsC1Bta98VbGCOLhRSoN5CXv6H8nVUF8zBFUJr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=oiC+AxTRypMlAVIPMYei2dSmhQzkS7f177vFm9/Eq2nwuCFipnB2U5cf+uIQxusuRU9/jMZfNLA31vddUxq5VmschP8qUnm69SnsNcTzScA/7ckOmjlt1K5L1n9EXoMRtiOsIpAE1lV8JMdDuDfSaDvNlWBO8eODos0/fWIZxc0= Received: by 10.35.33.15 with SMTP id l15mr884768pyj.1185974411264; Wed, 01 Aug 2007 06:20:11 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id n44sm1148958pyh.2007.08.01.06.20.08 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2007 06:20:08 -0700 (PDT) In-Reply-To: <46AF7F86.30404@crackmonkey.us> References: <46AE5DEA.9050602@gmail.com> <46AF7F86.30404@crackmonkey.us> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <56577687-E2A0-46D1-AA8B-590223596332@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Wed, 1 Aug 2007 08:20:05 -0500 To: Adam J Richardson X-Mailer: Apple Mail (2.752.3) Cc: ytriffy , freebsd-questions@freebsd.org Subject: Re: Cannot post because of spamassassin blocking my mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:20:12 -0000 On Jul 31, 2007, at 1:29 PMJul 31, 2007, Adam J Richardson wrote: > ytriffy wrote: >> Hi list. >> Whenever I try to post I get something like this: >> Your mail to 'freebsd-questions' with the subject >> [panic]page fault while in kernel mode >> Is being held until the list moderator can review it for approval. >> The reason it is being held: >> SpamAssassin identified this message as possible spam >> Although I'm subscribed user of mailing lists. >> What should I do? > > Hi ytriffy, > > You're posting from gmail.com. That's a known public email domain, > that is. I would guess you'd get the same problem coming from > yahoo.com or hotmail.com. Do you have a friend running their own > email server, so you could get a private email address? Or does > your ISP not supply you with a private email address? > > I don't know for sure, but I think SpamAssassin would label any > publically accessible email server as "possible spam source". > That's what I'd do, for sure. Adam, I've been posting to the list through gmail for quite some time, without issue. I don't think that's the OP's problem. Eric Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 13:20:30 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 2BA4516A4B3 for ; Wed, 1 Aug 2007 13:20:30 +0000 (UTC) (envelope-from deeptech71@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 B1B1313C4CA for ; Wed, 1 Aug 2007 13:20:29 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so57502nfb for ; Wed, 01 Aug 2007 06:20:28 -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:references:in-reply-to:content-type:content-transfer-encoding; b=U2OYz3MC8GALt6p1BTgwBX+Pw+e1L9Io6UFrFwpYsnmBtEHscL66ZvPrvpzKG2eNManeHwn8DNwtxCiIRkIS4MDPuFBk2t4HCNxjDqU2eU2sQ+y+fAjxhVX4kj7z3X3V8EuxsodnrGbc9OSqpc2xVpTv0JX6TA0EdDodaiMiXa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=PjhJ66HenwKZLbfyc9m2l2dM1FcH2ne6/zVVR9ZIsgzkGrP+fsH3qrTZ+GgkC1BX4Ixm3mecKwLID1ktuJadpEYHJYtko19bIKT0EE5cZEMYwUPfzShl3GOiMvpqurzlkpZGX26i8bfZGAV6IUMwrlz7xQ6rcTUYWmaymKKDoQs= Received: by 10.86.91.9 with SMTP id o9mr557599fgb.1185972695781; Wed, 01 Aug 2007 05:51:35 -0700 (PDT) Received: from ?192.168.123.111? ( [84.0.103.87]) by mx.google.com with ESMTPS id c28sm1418732fka.2007.08.01.05.51.33 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 05:51:35 -0700 (PDT) Message-ID: <46B081D4.3080105@gmail.com> Date: Wed, 01 Aug 2007 14:51:32 +0200 From: deeptech71@gmail.com User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: questions@FreeBSD.org References: <46b0610c.14da600a.0d2f.6459@mx.google.com> In-Reply-To: <46b0610c.14da600a.0d2f.6459@mx.google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: We serve to improve your Business X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:20:30 -0000 I don't know about you, but I detect spam just by the looks of the title. When's the time we have moderators take a quick glance at the mail before forwarding it to everyone? I mean it's not a big problem, but I hate spam. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 13:31: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 AE4EB16A419 for ; Wed, 1 Aug 2007 13:31:08 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 6916513C457 for ; Wed, 1 Aug 2007 13:31:08 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so404250pye for ; Wed, 01 Aug 2007 06:31: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:to:subject:cc:in-reply-to:mime-version:content-type:references; b=E7zdJBTOnDFxwA0m8qrHikyhZa+EuF//CvFjMMOg1o0j+fDA62wf5b9RYHDc+mAOd8TjTuIMw7NG8wWtSGANqm3FQeKfprJ4+TAZSkfUJ8/+EQly6wvCxQ7PwVFBSOUePO75KRwGC8FWfFcoaMujE+wfnbllJk835BS0nAYLoAE= 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=SyrojT1Rbhl76RsTsIzCkfehWGJVWSU6lXyIp7l8hOb98vOn0pOeCFkHjPkZU42Wq32699Gx6zN/BdBErr5bky81RGJ6MNLYr80+wNwFgnn0pA6fNcqFmltrTAkU1uoEoRbMZib41JfOS98JGUQpTeKdMGv6S2BSKi4JAkqIqhE= Received: by 10.35.100.6 with SMTP id c6mr924090pym.1185975066903; Wed, 01 Aug 2007 06:31:06 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Wed, 1 Aug 2007 06:31:06 -0700 (PDT) Message-ID: <105fa37b0708010631g6b2dc4f7q65ce211e2cd51714@mail.gmail.com> Date: Wed, 1 Aug 2007 09:31:06 -0400 From: "Hakan K" To: "Eric Crist" In-Reply-To: <56577687-E2A0-46D1-AA8B-590223596332@gmail.com> MIME-Version: 1.0 References: <46AE5DEA.9050602@gmail.com> <46AF7F86.30404@crackmonkey.us> <56577687-E2A0-46D1-AA8B-590223596332@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 Cc: ytriffy , freebsd-questions@freebsd.org, Adam J Richardson Subject: Re: Cannot post because of spamassassin blocking my mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:31:08 -0000 ytriffy, I do not think it is a gmail issue...I post from gmail.com,,, I think you need to start your trouble shooting from http://www.dnsstuff.com/ check your IPs to find out if they are on any black list. Thanks http://dominor.com On 8/1/07, Eric Crist wrote: > > On Jul 31, 2007, at 1:29 PMJul 31, 2007, Adam J Richardson wrote: > > > ytriffy wrote: > >> Hi list. > >> Whenever I try to post I get something like this: > >> Your mail to 'freebsd-questions' with the subject > >> [panic]page fault while in kernel mode > >> Is being held until the list moderator can review it for approval. > >> The reason it is being held: > >> SpamAssassin identified this message as possible spam > >> Although I'm subscribed user of mailing lists. > >> What should I do? > > > > Hi ytriffy, > > > > You're posting from gmail.com. That's a known public email domain, > > that is. I would guess you'd get the same problem coming from > > yahoo.com or hotmail.com. Do you have a friend running their own > > email server, so you could get a private email address? Or does > > your ISP not supply you with a private email address? > > > > I don't know for sure, but I think SpamAssassin would label any > > publically accessible email server as "possible spam source". > > That's what I'd do, for sure. > > Adam, > > I've been posting to the list through gmail for quite some time, > without issue. I don't think that's the OP's problem. > > Eric Crist > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 13:50: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 8637116A417 for ; Wed, 1 Aug 2007 13:50:03 +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 2CC4313C4B7 for ; Wed, 1 Aug 2007 13:50:03 +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 l71DneBf076685; Wed, 1 Aug 2007 08:49:41 -0500 (CDT) Message-Id: <6.0.0.22.2.20070801084438.024a1ab0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 01 Aug 2007 08:48:50 -0500 To: Christopher Cowart , Michael Grant From: Derek Ragona In-Reply-To: <20070731221917.GD5107@rescomp.berkeley.edu> References: <62b856460707311103j5e648552kdeb1eba9ecff06e1@mail.gmail.com> <20070731221917.GD5107@rescomp.berkeley.edu> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Subject: Re: relaying mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:50:03 -0000 At 05:19 PM 7/31/2007, Christopher Cowart wrote: >On Tue, Jul 31, 2007 at 08:03:50PM +0200, Michael Grant wrote: > > In one of my domains, I have the MX record for it set up to my server. > > But for one of the users within that domain, their mail needs to be > > shuffled off to a different server at google. But I can't just > > forward it because it's like an MX host I'd need to forward it to. > > And I can't alter the MX to point to google for the entire domain > > because it's only one user within that domain, the other users will be > > screwed in that case. > > > > For example, mydomain.com, let's say the mx for that comes to my box. > > For joe@mydomain.com, I need to send his mail to ASPMX.L.GOOGLE.COM as > > if it were the MX for mydomain.com. > > > > In the old days, one would simply forward email to > > joe%mydomain.com@ASPMX.L.GOOGLE.COM. That would cause mydomain.com's > > sendmail to connect to ASPMX.L.GOOGLE.COM and shove down a message for > > joe@mydomain.com. But that seems long deprecated because it didn't > > seem to work. > > > > I am using sendmail and procmail. Can anyone think of some way I can > > cause something like this to happen for just one user, ideally in a > > .procmailrc file? You can do this with sendmail by user in /etc/mail/virtualusertable. You should see the file /etc/mail/virtualusertable.sample for some explanations of this file. The virtualuser database is read first by sendmail, before aliases. Also the virtualusertable is read serially from top to bottom, so you can specific user maps before a general map for the rest of a domain. -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 Wed Aug 1 13:54: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 9884816A418 for ; Wed, 1 Aug 2007 13:54:43 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: from web56513.mail.re3.yahoo.com (web56513.mail.re3.yahoo.com [66.196.97.42]) by mx1.freebsd.org (Postfix) with SMTP id 39E8913C481 for ; Wed, 1 Aug 2007 13:54:43 +0000 (UTC) (envelope-from neshort@yahoo.com) Received: (qmail 36110 invoked by uid 60001); 1 Aug 2007 13:54:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=esVM8V1U1PgtAcXBWrYI6Hy9JqiV1Q9dGr3sC98H2+tKbD2rQqcpkYqPcY5em/QU6PEWZipyYOjv1cQl7NbgYb4Wlwli/b7JF+Xa1hqfrlb+yXCigx3FO8MiQtklVUKAE+YMbgNrlBhDll0z8Ikn8ViXijPu9OQ5EZy9IQoZPTU=; X-YMail-OSG: wzC3TdsVM1k6Ep9epAc5yfXKM8VZHcf4dvQ3Y59joKZTlmtmNRDBuB4ZhWMPrVk6Fv4f2Z0HwuNg2VrlZIGTYSxTi0OL08U5f.oZB2nP_.xOvmy7G_iF4ItfuxH2sq45uYK9hp_knhTgatsdd2t7gdR7 Received: from [24.221.134.150] by web56513.mail.re3.yahoo.com via HTTP; Wed, 01 Aug 2007 06:54:42 PDT Date: Wed, 1 Aug 2007 06:54:42 -0700 (PDT) From: Neil Short To: freebsd-questions@freebsd.org In-Reply-To: <46B06B7B.9020408@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <498923.35067.qm@web56513.mail.re3.yahoo.com> Subject: Re: cookbook for using gutenprint X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 13:54:43 -0000 --- Adam J Richardson wrote: > Neil Short wrote: > > has anybody written - or has anybody considered > > writing - a cookbook for using gutenprint on > FreeBSD? > > Hi Neil, > > Why not write one yourself? That's the surest way to > learn. > > Adam J Richardson > I would if I could figure it out; but I'm finding that the documentation for gutenprint is so Linux-centric that I can't figure out how to translate it to FBSD. ====== Because sentence against an evil deed is not executed speedily, the human heart is fully set to do evil. Ecclesiastes 8:11 ____________________________________________________________________________________ Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 14:35:50 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 98E1716A41F for ; Wed, 1 Aug 2007 14:35:50 +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 574F213C48A for ; Wed, 1 Aug 2007 14:35:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 01 Aug 2007 10:35:49 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id IYP60798; Wed, 1 Aug 2007 10:35:49 -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; 01 Aug 2007 10:35:44 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18096.39488.530454.883753@jerusalem.litteratus.org> Date: Wed, 1 Aug 2007 10:35:44 -0400 To: questions@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: semi OT: sh scripting 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: Wed, 01 Aug 2007 14:35:50 -0000 (This is probably a FAQ, and I'll take a pointer (or even the magic words to identify the problem) instead of an answer.) Let's suppose I have a file FILE, with contents: foo bar grill baz If I do "cat FILE", everything comes out fine. If, however, I write a script: #!/bin/sh for i in `cat FILE` do . . . . done $i is set to foo bar grill baz Is there a way within the script - or, failing that, by modifying FILE - to not break at the whitespace? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 14:48: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 E1FBE16A41B for ; Wed, 1 Aug 2007 14:48:20 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from mailgate03.smtp.vanderbilt.edu (mailgate03.smtp.Vanderbilt.Edu [129.59.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id AADB613C45B for ; Wed, 1 Aug 2007 14:48:20 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp09.smtp.vanderbilt.edu (smtp09.smtp.Vanderbilt.Edu [129.59.1.239]) by mailgate03.smtp.vanderbilt.edu (8.13.8/8.13.8) with ESMTP id l71Elo0I012095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2007 09:48:16 -0500 Received: from smtp09.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id l71ElokG021790; Wed, 1 Aug 2007 09:47:50 -0500 (CDT) Received: from [192.168.0.2] (c-69-245-3-33.hsd1.tn.comcast.net [69.245.3.33]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id l71ElkeQ021776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 09:47:50 -0500 (CDT) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Wed, 1 Aug 2007 09:47:44 -0500 User-Agent: KMail/1.9.7 References: <18096.39488.530454.883753@jerusalem.litteratus.org> In-Reply-To: <18096.39488.530454.883753@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708010947.45000.don.hinton@vanderbilt.edu> X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11, 1.2.37, 4.0.164 definitions=2007-08-01_06:2007-07-30, 2007-08-01, 2007-08-01 signatures=0 X-PPS: No, score=0 Cc: Robert Huff , questions@freebsd.org Subject: Re: semi OT: sh scripting 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: Wed, 01 Aug 2007 14:48:21 -0000 On Wednesday 01 August 2007 09:35:44 Robert Huff wrote: > (This is probably a FAQ, and I'll take a pointer (or even the > magic words to identify the problem) instead of an answer.) > Let's suppose I have a file FILE, with contents: > > foo > bar grill > baz > > If I do "cat FILE", everything comes out fine. > If, however, I write a script: > > > #!/bin/sh > > for i in `cat FILE` > do > . > . > . > . > done > > $i is set to > > foo > bar > grill > baz > > Is there a way within the script - or, failing that, by > modifying FILE - to not break at the whitespace? I'm sure someone will give you a more elegant solution, but short of using sed or awk (my preference), this might help: $ cat test.sh #!/bin/sh myloop() { while read line; do echo $line done } cat test.sh | myloop hth... don > > > Robert Huff > _______________________________________________ > 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" -- Don Hinton or Institute for Software Integrated Systems (ISIS), Vanderbilt University tel: 615.480.5667 or 615.870.9728 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 14:52:17 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 C03EB16A418 for ; Wed, 1 Aug 2007 14:52:17 +0000 (UTC) (envelope-from bahamasfranks@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 44FD313C45A for ; Wed, 1 Aug 2007 14:52:16 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so245890uge for ; Wed, 01 Aug 2007 07:52:15 -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=gismJwsZJhQ0CixeZdiTbbnRLFzzY5iA2M8Mq4OwocICeUIu3pYfb/ChcIZmWtJ87VCwb0wkGSTMbWGQe70CkOK+EeQDyW2I75IgGykTY8J4qyQuBG0NAcY3vk83VKh1eGlM9VWZCqO5cbMtSZyr+hoAVo7m1Bek56d3lpScNl4= 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=muebQfZqXs2n7ikH5szucP1M+YnViJZM3KXFb30nRNUf4HHoi03GJZJf4m9zozcB8bF0o6LrjjClBAz0ovx+TPp1zs1jH2/cRA56IBOiT8z/9vhOrWcFkA4rnt/0r4H5vOTN8LMTMO/bQRu9vkMUhNDrOvvG9HYhClLrTGEDciw= Received: by 10.78.131.8 with SMTP id e8mr220613hud.1185979935315; Wed, 01 Aug 2007 07:52:15 -0700 (PDT) Received: by 10.78.25.12 with HTTP; Wed, 1 Aug 2007 07:52:15 -0700 (PDT) Message-ID: <539c60b90708010752g7ff7f08fx4bbf1a99e0e6c762@mail.gmail.com> Date: Wed, 1 Aug 2007 07:52:15 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: a4bf7fef36c0a2d7 Subject: ad8: FAILURE - device detached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 14:52:17 -0000 I'm really stumpped. I have new sata cables, new disks, new controller card. Is my installation just corrupted somehow? The following happens sometime between 5 minutes and 2 hours after I boot, and I occasionaly get a painc on shutdown (was always before new cables) Steve ums0: Logitech Trackball, rev 1.10/2.20, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Timecounter "TSC" frequency 2532633348 Hz quality 800 Timecounters tick every 1.000 msec ad0: 157066MB at ata0-master UDMA133 acd0: DVDR at ata1-master UDMA33 ad4: 157066MB at ata2-master SATA150 ad6: 190782MB at ata3-master SATA300 ad8: 157066MB at ata4-master SATA150 ad10: 190782MB at ata5-master SATA300 Trying to mount root from ufs:/dev/ad0s1a WARNING: /raincloud was not properly dismounted WARNING: /mnt/rsync/raincloud was not properly dismounted WARNING: /mnt/rsync/rainstone was not properly dismounted ad6: FAILURE - device detached subdisk6: detached ad6: detached ad10: FAILURE - device detached subdisk10: detached ad10: detached g_vfs_done():ad6s1[READ(offset=114688, length=16384)]error = 6 g_vfs_done():ad10s1[READ(offset=114688, length=16384)]error = 6 g_vfs_done():ad6s1[READ(offset=114688, length=16384)]error = 6 g_vfs_done():ad10s1[READ(offset=114688, length=16384)]error = 6 ad8: FAILURE - device detached subdisk8: detached ad8: detached g_vfs_done():ad8s1[READ(offset=6160384, length=2048)]error = 6 g_vfs_done():ad10s1[READ(offset=114688, length=16384)]error = 6 ad4: FAILURE - device detached subdisk4: detached ad4: detached g_vfs_done():ad4s1[READ(offset=6160384, length=2048)]error = 6 g_vfs_done():ad6s1[READ(offset=114688, length=16384)]error = 6 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 14:52: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 63E4016A418 for ; Wed, 1 Aug 2007 14:52:53 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 2329613C481 for ; Wed, 1 Aug 2007 14:52:53 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so441069pye for ; Wed, 01 Aug 2007 07:52:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=W0p11aBEnOWPVMlBcUy2aRQqtydfs3AeosU1SfFfEu3a/u9JYMYhx6+63DdaJu6hJwtJLAv11klvSxgMvD0T79UKH2Gmg+jIW70bmOdMgul2YOomzmTY1JkEub5zO25W1BwjFpWmE+09aSGE9/z6JoJUGTPO6J7RX4AOe8LvZCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=jy2G4IBEcDFDWRD8HtfCOueeaqEB7eaY1y7sHaa/VeQQ/4E6x1M6rTMEd9PLetlpGB9GCkjKX8TKPAjtFCAtvxxqv2Oy6R9A2+vD+Iada1rrn+nl8ZgfcgRKdo9N8IhkLi1GVCHLQVMO4FiBVY9GODeuruAs/KpIZ2hj6sjKsns= Received: by 10.35.83.20 with SMTP id k20mr1076959pyl.1185979971414; Wed, 01 Aug 2007 07:52:51 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id w67sm1278954pyg.2007.08.01.07.52.49 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2007 07:52:49 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <0F1BC2BE-96F1-456F-90A3-98BC74A84F89@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: User Questions From: Eric Crist Date: Wed, 1 Aug 2007 09:52:45 -0500 X-Mailer: Apple Mail (2.752.3) Subject: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 14:52:53 -0000 Hey list, While my ISP is rather geeky and more than willing to give me an IPv6 tunnel to the internet, there seems to be a large number of routing problems upstream from them that prevent us from accessing the majority of the IPv6 net. So, I ask two things really. 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll route across a gif tunnel? 2) What could I do to help remedy this routing problem? Thanks! Eric Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 14:54: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 AF68116A417 for ; Wed, 1 Aug 2007 14:54:12 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7517713C46A for ; Wed, 1 Aug 2007 14:54:12 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.37] (a89-182-132-119.net-htp.de [89.182.132.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id 26878A44529 for ; Wed, 1 Aug 2007 16:52:03 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Wed, 1 Aug 2007 16:54:08 +0200 User-Agent: KMail/1.9.7 References: <18096.39488.530454.883753@jerusalem.litteratus.org> In-Reply-To: <18096.39488.530454.883753@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708011654.08611.wundram@beenic.net> Subject: Re: semi OT: sh scripting 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: Wed, 01 Aug 2007 14:54:12 -0000 Am Mittwoch 01 August 2007 16:35:44 schrieb Robert Huff: > Is there a way within the script - or, failing that, by > modifying FILE - to not break at the whitespace? If you're using bash, set IFS to the newline only before looping. I guess the tcsh also has a similar setting, but I wouldn't know where to look. --- IFS=" " for i in `cat file` do ... done --- HTH! -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 14: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 9EDFD16A417 for ; Wed, 1 Aug 2007 14:58:44 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id A3FDC13C467 for ; Wed, 1 Aug 2007 14:58:43 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so443897pye for ; Wed, 01 Aug 2007 07:58:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=lDOBgvfJ6/GY0YN8E7Err6ZMG+oSODQJgMCCjbMbHHnXlM7erZacrBBGJUumGZpoJ3MlArB0A+D5KYTP6bd0Bps4xSO6WHlmFnCaKDmPSXSYkptHZbLfQLjwHQ99pnP92f1krwKA/ZouX0+AtZGgJiPZSpWStz1pgqg072bZirc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=DlAVae7lHyQ64/YieR7sX+7ogjR/pr1kNxSwo9rcLKDe/EwOERL2TnsP52RPjBqv0pVOXH7WLgpS8Aq/N/+g71ekS/m4sBUfTcDyVBKCiPwAUnAKGN6kvRG6cAz96Z5J7GfeGJ5rya+dQbmXUq/51VUpnv/eSVey7u0Z8n4cr+s= Received: by 10.35.92.18 with SMTP id u18mr1049614pyl.1185980322562; Wed, 01 Aug 2007 07:58:42 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f77sm1282970pyh.2007.08.01.07.58.41 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2007 07:58:42 -0700 (PDT) In-Reply-To: <200708011654.08611.wundram@beenic.net> References: <18096.39488.530454.883753@jerusalem.litteratus.org> <200708011654.08611.wundram@beenic.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <41DEA020-0134-46DB-A6E1-B8D0881768FE@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Wed, 1 Aug 2007 09:58:38 -0500 To: "Heiko Wundram (Beenic)" X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: semi OT: sh scripting 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: Wed, 01 Aug 2007 14:58:44 -0000 On Aug 1, 2007, at 9:54 AMAug 1, 2007, Heiko Wundram (Beenic) wrote: > Am Mittwoch 01 August 2007 16:35:44 schrieb Robert Huff: >> Is there a way within the script - or, failing that, by >> modifying FILE - to not break at the whitespace? > > If you're using bash, set IFS to the newline only before looping. I > guess the > tcsh also has a similar setting, but I wouldn't know where to look. > > --- > IFS=" > " > > for i in `cat file` > do > ... > done > This also works for sh. To the OP, simply add the lines above your for listed above to your script, and it should work. No bash required. Eric Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:00: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 9E22A16A420 for ; Wed, 1 Aug 2007 15:00:49 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 2B8CF13C4A3 for ; Wed, 1 Aug 2007 15:00:48 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by mu-out-0910.google.com with SMTP id w9so213650mue for ; Wed, 01 Aug 2007 08:00:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=PA7GTmH16AYbLw1z9t9kkdvYpcE2kyzjZ3ulKzTGOu83yEXZXupdYyR9d/UgdoCEvkBffIzHPVf1dTwboW+aK7L3O71qSMTnm+HKP9Y8ZzjLoBz5uqQxuEcfBx+DpE6O6CZy2u/vwRF6bIiYwJHr8fjGnSCyy96NT50baaKvve4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=ao8onsddQLcVjgHZiwtFwfLJfzyoGOsp3gWH7pMYUbDIhpv/A/9LLpvoDTFlhtJpniOithAvezNnQG7M7bT8B9z95xVnqdP4pn98oU83IQeF7JUaKbAb5qTDylTsvi6gAc+t/4wiewxux4xQCNl2jm3RVfhd25f+J6JL2Kty+Y4= Received: by 10.82.170.2 with SMTP id s2mr951597bue.1185980447909; Wed, 01 Aug 2007 08:00:47 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id i4sm4171133nfh.2007.08.01.08.00.46 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 08:00:47 -0700 (PDT) From: Tom Evans To: Robert Huff In-Reply-To: <18096.39488.530454.883753@jerusalem.litteratus.org> References: <18096.39488.530454.883753@jerusalem.litteratus.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-o4b4NZ6ZYGO4kiIfYDfY" Date: Wed, 01 Aug 2007 16:00:45 +0100 Message-Id: <1185980445.1444.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: questions@freebsd.org Subject: Re: semi OT: sh scripting 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: Wed, 01 Aug 2007 15:00:49 -0000 --=-o4b4NZ6ZYGO4kiIfYDfY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-08-01 at 10:35 -0400, Robert Huff wrote: > (This is probably a FAQ, and I'll take a pointer (or even the > magic words to identify the problem) instead of an answer.) > Let's suppose I have a file FILE, with contents: >=20 > foo > bar grill > baz >=20 > If I do "cat FILE", everything comes out fine. > If, however, I write a script: >=20 >=20 > #!/bin/sh >=20 > for i in `cat FILE` cat FILE | while read i > do > . > . > . > . > done >=20 > $i is set to >=20 > foo > bar > grill > baz >=20 > Is there a way within the script - or, failing that, by > modifying FILE - to not break at the whitespace? >=20 >=20 > Robert Huff --=-o4b4NZ6ZYGO4kiIfYDfY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGsKAZlcRvFfyds/cRAq7yAKCFeo+dXYT2wL3FwRQecqmghQXARACePL6g ENY9zHZemzocM94t+o5yWuY= =3fxw -----END PGP SIGNATURE----- --=-o4b4NZ6ZYGO4kiIfYDfY-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:05: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 D289116A41A for ; Wed, 1 Aug 2007 15:05:36 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from mail.scls.lib.wi.us (mail.scls.lib.wi.us [198.150.40.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0924913C45A for ; Wed, 1 Aug 2007 15:05:35 +0000 (UTC) (envelope-from nalists@scls.lib.wi.us) Received: from [10.1.99.116] ([10.1.99.116]) by mail.scls.lib.wi.us (8.13.8/8.13.1) with ESMTP id l71EWHT4064991; Wed, 1 Aug 2007 09:32:17 -0500 (CDT) (envelope-from nalists@scls.lib.wi.us) Message-ID: <46B09973.5040103@scls.lib.wi.us> Date: Wed, 01 Aug 2007 09:32:19 -0500 From: Greg Barniskis User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Hakan K References: <46AE5DEA.9050602@gmail.com> <46AF7F86.30404@crackmonkey.us> <56577687-E2A0-46D1-AA8B-590223596332@gmail.com> <105fa37b0708010631g6b2dc4f7q65ce211e2cd51714@mail.gmail.com> In-Reply-To: <105fa37b0708010631g6b2dc4f7q65ce211e2cd51714@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric Crist , ytriffy , freebsd-questions@freebsd.org, Adam J Richardson Subject: Re: Cannot post because of spamassassin blocking my mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:05:36 -0000 Hakan K wrote: > ytriffy, > > I do not think it is a gmail issue...I post from gmail.com,,, It's not gmail. Here is some of what our local SpamAssassin had to say about the OP's message that started this thread: RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ]' RCVD_IN_SORBS_WEB RBL: SORBS: sender is a abuseable web server [80.86.254.135 listed in dnsbl.sorbs.net] So the root problem seems to be a tainted PPP address, at best caused by another customer of their ISP and at worst indicating that the OP has bigger problems than emailing this list. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:08: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 17C6216A41B for ; Wed, 1 Aug 2007 15:08:07 +0000 (UTC) (envelope-from tevans.uk@googlemail.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 97E4B13C4B4 for ; Wed, 1 Aug 2007 15:08:06 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ug-out-1314.google.com with SMTP id o4so248394uge for ; Wed, 01 Aug 2007 08:08:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=RR3OJSkXPvA9+pFd76hK+XpiHZmi3ByXgcrqyXKgTEFqH1VmM6LBub4yHXefIqFD//jPo5RuVy5clLPHmYNIR2dbYh041Y/cw/EW8pQSsv0fKNys+AKqPVd7dXrUrVkfFBwE4UX+vp5w8gzgv/NCARhbgZs03xJBnU6RAZrnBcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=IwGKazo8UgoAdEkxQvt5l7Nifdc9m2C8hwKBEiF6rvtEmMGR9MtUXAjjFzraDR/RY+8wOKhuVS5uhjaFmz2j/mUtCk22u1Q7QUSxVrpOE3DOobNPNsNOkxqCYK3Ig042N3Cy32JHXdHVcoIwtVw9BFfl4cxXL8DhaddLXv1d8Fo= Received: by 10.66.221.5 with SMTP id t5mr1401176ugg.1185980884299; Wed, 01 Aug 2007 08:08:04 -0700 (PDT) Received: from ?127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTPS id 6sm4151023nfv.2007.08.01.08.08.03 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 08:08:03 -0700 (PDT) From: Tom Evans To: fatman@nospam.crackmonkey.nospam.us In-Reply-To: <46B066BF.8010609@crackmonkey.us> References: <46B050C8.7000705@passagen.se> <46B066BF.8010609@crackmonkey.us> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0IcORpXAM7wrLnWMB8eI" Date: Wed, 01 Aug 2007 16:08:02 +0100 Message-Id: <1185980882.1444.23.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: User Questions , Roger Olofsson Subject: Re: Cleartype-similar? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:08:07 -0000 --=-0IcORpXAM7wrLnWMB8eI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2007-08-01 at 11:55 +0100, Adam J Richardson wrote: > Roger Olofsson wrote: > > Dear Mailing List, > >=20 > > Is there something similar to cleartype for FreeBSD? > >=20 > > Grateful for any replies! > >=20 > > Greetings > >=20 > > /Roger >=20 > Hi Roger, >=20 > I believe you are after FreeType. Should be in the ports tree. >=20 > Adam J Richardson Cleartype is a Windows 2000 feature that enables sub-pixel anti-aliasing on fonts displayed on a LCD panel. FreeType assists in that; this page gives full details[1]. It is a bit dated, and seems to suggest that it should work straight off the bat in recent KDE/Gnome versions. Certainly seems like it does anyways. Never been bothered enough to check! [1] http://jmason.org/howto/subpixel.html --=-0IcORpXAM7wrLnWMB8eI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGsKHPlcRvFfyds/cRAtLDAJ0d2qorjd+tKVmRRu8+s31OVx8l6QCgtLbn ImFphUwCEehrh8VdeZMQrlE= =iU2d -----END PGP SIGNATURE----- --=-0IcORpXAM7wrLnWMB8eI-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:08:28 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 2117C16A418 for ; Wed, 1 Aug 2007 15:08:28 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id C511E13C483 for ; Wed, 1 Aug 2007 15:08:27 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 2480 invoked from network); 1 Aug 2007 10:08:27 -0500 Received: from 203-206-233-219.dyn.iinet.net.au (HELO localhost) (203.206.233.219) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 1 Aug 2007 10:08:26 -0500 Date: Thu, 2 Aug 2007 01:08:21 +1000 From: Norberto Meijome To: deeptech71@gmail.com Message-ID: <20070802010821.1d4f5564@localhost> In-Reply-To: <46B081D4.3080105@gmail.com> References: <46b0610c.14da600a.0d2f.6459@mx.google.com> <46B081D4.3080105@gmail.com> X-Mailer: Claws Mail 2.10.0 (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: We serve to improve your Business X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:08:28 -0000 On Wed, 01 Aug 2007 14:51:32 +0200 deeptech71@gmail.com wrote: > I don't know about you, but I detect spam just by the looks of the title. When's > the time we have moderators take a quick glance at the mail before forwarding it > to everyone? who said questions@ is moderated? >I mean it's not a big problem, but I hate spam. don't we all? :) just setup your filters properly... a few emails (uncaught by a spam filter) a day to delete isn't the end of the world _________________________ {Beto|Norberto|Numard} Meijome "Why do you sit there looking like an envelope without any address on it?" Mark Twain I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:14: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 2F6B016A417 for ; Wed, 1 Aug 2007 15:14:20 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 86C4E13C480 for ; Wed, 1 Aug 2007 15:14:19 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_08_01_17_14_18 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Wed, 01 Aug 2007 17:14:17 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 17:14:18 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l71FEH5M001985 for ; Wed, 1 Aug 2007 17:14:17 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l71FEHF0001984 for freebsd-questions@freebsd.org; Wed, 1 Aug 2007 17:14:17 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Wed, 1 Aug 2007 17:14:17 +0200 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20070801151417.GA1940@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 01 Aug 2007 15:14:18.0119 (UTC) FILETIME=[A13FA970:01C7D44E] Subject: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:14:20 -0000 Hi, I'm looking for a way to configure failover redundancy for one of my servers. To be specific: The server in question has one IP-address but two LAN interfaces each of them connecting to a different switch. Traffic normally runs only through one of the two interfaces; the other is for redundandy only. In case the active LAN-interface goes down (e.g. because of a link and/or switch failure) the second LAN-interface should take over in the sense that traffic should run through the second interface (again the server has only one IP-address, so binding a different IP-address to the interface is not an option here) Is there any way how this can be configured under FreeBSD 6.2? Thanks much in advance for your help, -ewald From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:16:43 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 0615316A41A for ; Wed, 1 Aug 2007 15:16:43 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id AA9A413C50A for ; Wed, 1 Aug 2007 15:16:42 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local ; Wed, 01 Aug 2007 16:48:31 +0200 To: deeptech71@gmail.com X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Wed, 1 Aug 2007 16:48:31 +0200 From: Zbigniew Szalbot In-Reply-To: <46B081D4.3080105@gmail.com> References: <46B081D4.3080105@gmail.com> Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: questions@FreeBSD.org Subject: Re: We serve to improve your Business X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:16:43 -0000 Hi, On Wed, 01 Aug 2007 14:51:32 +0200, deeptech71@gmail.com wrote: > I don't know about you, but I detect spam just by the looks of the title. > When's > the time we have moderators take a quick glance at the mail before > forwarding it > to everyone? I mean it's not a big problem, but I hate spam. I don't mind an occasional spam slipping through when moderating this list by hand would require almost full time job. Regards, -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:22:16 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 42DA316A420 for ; Wed, 1 Aug 2007 15:22:16 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 09F8C13C467 for ; Wed, 1 Aug 2007 15:22:15 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from [82.171.39.195] (helo=guido.klop.ws) by smtp-out2.tiscali.nl with smtp (Tiscali http://www.tiscali.nl) id 1IGG1e-0004cv-Js for ; Wed, 01 Aug 2007 17:22:14 +0200 Received: (qmail 74016 invoked from network); 1 Aug 2007 15:22:06 -0000 Received: from localhost (HELO guido.klop.ws) (127.0.0.1) by localhost with SMTP; 1 Aug 2007 15:22:06 -0000 Date: Wed, 01 Aug 2007 17:22:05 +0200 To: "Ewald Jenisch" , freebsd-questions@freebsd.org From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20070801151417.GA1940@aurora.oekb.co.at> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20070801151417.GA1940@aurora.oekb.co.at> User-Agent: Opera Mail/9.22 (FreeBSD) Cc: Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:22:16 -0000 On Wed, 01 Aug 2007 17:14:17 +0200, Ewald Jenisch wrote: > Hi, > > I'm looking for a way to configure failover redundancy for one of my > servers. To be specific: > > The server in question has one IP-address but two LAN interfaces each > of them connecting to a different switch. > > Traffic normally runs only through one of the two interfaces; the > other is for redundandy only. In case the active LAN-interface goes > down (e.g. because of a link and/or switch failure) the second > LAN-interface should take over in the sense that traffic should run > through the second interface (again the server has only one > IP-address, so binding a different IP-address to the interface is not > an option here) > > Is there any way how this can be configured under FreeBSD 6.2? > > Thanks much in advance for your help, > -ewald man lagg 'link aggregation and link failover interface' It is in 6-STABLE. I don't know since when. Ronald. -- Ronald Klop Amsterdam, The Netherlands From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:26: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 5708E16A418 for ; Wed, 1 Aug 2007 15:26:20 +0000 (UTC) (envelope-from florenzi@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 E333A13C45B for ; Wed, 1 Aug 2007 15:26:19 +0000 (UTC) (envelope-from florenzi@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so251375uge for ; Wed, 01 Aug 2007 08:26:18 -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=j7g0xK/crOVBOgVxR3Rd5SnQ3CjTsGPJcfd2iTt6S/gOsYKFsT03wno72TCZCEGFsdE/euoR/r2oc03SeBmg7ErDUBdJPG57QUm8oENlJ/qQjqEdkrNztptcB7wxR9+xQ2IoQ3txNCSpPGdBHvnqc8FEVUfLN8axfnXfDdmpKkE= 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=TC/Ajup+ZtCQ/fIvYeISiRd1LvJJB4ObGer+V6Kxz8acrcXqtsM7ylM5ZEbsrrEB1s1fNLqtW/EEHMXX1dote4uPibPMJNBUeexkcsc7ND+ZDEoqkZq2RUsiEODmu04zdUvxC/IG5+ASvKeQ3+ChEiFaV8I8rsv3phBSrZQXkzU= Received: by 10.78.159.7 with SMTP id h7mr223266hue.1185981978430; Wed, 01 Aug 2007 08:26:18 -0700 (PDT) Received: by 10.78.45.17 with HTTP; Wed, 1 Aug 2007 08:26:18 -0700 (PDT) Message-ID: <3a386af20708010826x68966aas18ebe2006d5f5f17@mail.gmail.com> Date: Wed, 1 Aug 2007 17:26:18 +0200 From: "Federico Lorenzi" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Two interfaces, two IPs, nearly twice the speed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:26:20 -0000 Hi list BACKGROUND: I have two ppp interfaces tun0 and tun1 configured. Each of them has an IP address in the same range, like 10.0.0.1 for the first and 10.0.0.2 for the second (They are really dynamic public IPs...). Now, what I would like to do is get it so that they get mixed together. QUESTION: Is it possible to get PF to somehow round-robin the connections? Lets say Joe connects to the internet and starts downloading a file, it will use up Connection 1. Now Peter connects, PF knows that connection 1 is used, and makes Peter's request go through Connection 2. Kinda like a Dual-Internet? Any help would be greatly appreciated! Federico From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:27: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 54B7316A41F for ; Wed, 1 Aug 2007 15:27:45 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 10B0513C4A8 for ; Wed, 1 Aug 2007 15:27:44 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so457643pye for ; Wed, 01 Aug 2007 08:27:44 -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=JGXn6IbXL6CqQ9bkIhyLjxoEF93Z9ygqG/Bsyt+iwRKiZS6Kca2HZ/b2FzetYg0IbwIk7E5G5ix9h2BB8erwtI/k9PXMS6hrowmFsD2KuKLq7pVotqGI3tLEN56RdCoQMP4xIQJbg3N9e3NBUtcsu5TIhH2WX7hFzZqYy51t9NA= 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=UXfPFfMW8rLDj3+eN85mYCGK7y1dwAAVAhItg+cUAyszgkJpOHCQQbt3TAi6M67Bz6B9Mm1Iy1HyOjsIibDsFOeOMgk8XmrRwSJFhdUzjmwC02Z+5J0Yv+LnphfYWa9ydCmchbwgf8nCqVsgr0KHlgZEVNqnVSy4PyV0gk/pRgA= Received: by 10.35.71.1 with SMTP id y1mr1096946pyk.1185982063867; Wed, 01 Aug 2007 08:27:43 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Wed, 1 Aug 2007 08:27:43 -0700 (PDT) Message-ID: <105fa37b0708010827q29dada64of02bf6c7c8959d44@mail.gmail.com> Date: Wed, 1 Aug 2007 11:27:43 -0400 From: "Hakan K" To: "Zbigniew Szalbot" In-Reply-To: MIME-Version: 1.0 References: <46B081D4.3080105@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 Cc: questions@freebsd.org Subject: Re: We serve to improve your Business X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:27:45 -0000 Zbigniew, I agree with you..I do not think it is possible to keep it 100% spam-free. This list looks pretty clean to me..... Thanks Troy HQPress News http://hqpress.com On 8/1/07, Zbigniew Szalbot wrote: > > > Hi, > > On Wed, 01 Aug 2007 14:51:32 +0200, deeptech71@gmail.com wrote: > > I don't know about you, but I detect spam just by the looks of the > title. > > When's > > the time we have moderators take a quick glance at the mail before > > forwarding it > > to everyone? I mean it's not a big problem, but I hate spam. > > I don't mind an occasional spam slipping through when moderating this list > by hand would require almost full time job. > > Regards, > > -- > Zbigniew Szalbot > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:36: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 813C516A419 for ; Wed, 1 Aug 2007 15:36:15 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from mailgate03.smtp.vanderbilt.edu (mailgate03.smtp.Vanderbilt.Edu [129.59.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 48E9413C469 for ; Wed, 1 Aug 2007 15:36:15 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp09.smtp.vanderbilt.edu (smtp09.smtp.Vanderbilt.Edu [129.59.1.239]) by mailgate03.smtp.vanderbilt.edu (8.13.8/8.13.8) with ESMTP id l71Elo0I012095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2007 09:48:16 -0500 Received: from smtp09.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id l71ElokG021790; Wed, 1 Aug 2007 09:47:50 -0500 (CDT) Received: from [192.168.0.2] (c-69-245-3-33.hsd1.tn.comcast.net [69.245.3.33]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id l71ElkeQ021776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 09:47:50 -0500 (CDT) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Wed, 1 Aug 2007 09:47:44 -0500 User-Agent: KMail/1.9.7 References: <18096.39488.530454.883753@jerusalem.litteratus.org> In-Reply-To: <18096.39488.530454.883753@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708010947.45000.don.hinton@vanderbilt.edu> X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11, 1.2.37, 4.0.164 definitions=2007-08-01_06:2007-07-30, 2007-08-01, 2007-08-01 signatures=0 X-PPS: No, score=0 Cc: Robert Huff , questions@freebsd.org Subject: Re: semi OT: sh scripting 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: Wed, 01 Aug 2007 15:36:15 -0000 On Wednesday 01 August 2007 09:35:44 Robert Huff wrote: > (This is probably a FAQ, and I'll take a pointer (or even the > magic words to identify the problem) instead of an answer.) > Let's suppose I have a file FILE, with contents: > > foo > bar grill > baz > > If I do "cat FILE", everything comes out fine. > If, however, I write a script: > > > #!/bin/sh > > for i in `cat FILE` > do > . > . > . > . > done > > $i is set to > > foo > bar > grill > baz > > Is there a way within the script - or, failing that, by > modifying FILE - to not break at the whitespace? I'm sure someone will give you a more elegant solution, but short of using sed or awk (my preference), this might help: $ cat test.sh #!/bin/sh myloop() { while read line; do echo $line done } cat test.sh | myloop hth... don > > > Robert Huff > _______________________________________________ > 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" -- Don Hinton or Institute for Software Integrated Systems (ISIS), Vanderbilt University tel: 615.480.5667 or 615.870.9728 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:40: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 92F4316A41B for ; Wed, 1 Aug 2007 15:40:41 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 248F213C481 for ; Wed, 1 Aug 2007 15:40:40 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so463855pye for ; Wed, 01 Aug 2007 08:40:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=moRddnwgxaV1H609Zoa1RaaUs3M0AGt7MiOWbZMJEEd9roCdcbM7zJXQImw5QxTJd6XglVYJybfzlYAdFjWd6sMBEhHnGEqnmPckovFVn110UJdvN8okDBdEbkYiRIsgDpz9sNNyR3mJQkDlRShlxVQg9VgyT1/8YYEl+AriEZg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=JzqUFSsVjdWjxEjdrDj50woPu/lCFw8QXlJnFPajlhAnQ47dSIxjKnXRTgtffWJsTL7RPUy0jlAgM1Mv4rJZUYMs5bbVNNoVNOAfFPw9PBZPLp9+JGzTZspNUwGubRXMemwAfb1Ui0tUpTJ49Iz69OtZWKByK8/aOLDYK0ddsOw= Received: by 10.35.131.13 with SMTP id i13mr1092383pyn.1185982839869; Wed, 01 Aug 2007 08:40:39 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id u2sm1328179pyb.2007.08.01.08.40.38 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2007 08:40:39 -0700 (PDT) In-Reply-To: <200708011506.l71F6dsH047070@himinbjorg.tucs-beachin-obx-house.com> References: <200708011506.l71F6dsH047070@himinbjorg.tucs-beachin-obx-house.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Wed, 1 Aug 2007 10:40:35 -0500 To: Tuc at T-B-O-H.NET X-Mailer: Apple Mail (2.752.3) Cc: User Questions Subject: Re: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:40:41 -0000 Sure I was: "[T]here seems to be a large number of routing problems upstream from them that prevent us from accessing the majority of the IPv6 net." Eric On Aug 1, 2007, at 10:06 AMAug 1, 2007, Tuc at T-B-O-H.NET wrote: > http://ipv6tb.he.net/index.php > > You aren't clear on the problems at the ISP, so not sure what to tell > you. > > Tuc >> >> Hey list, >> >> While my ISP is rather geeky and more than willing to give me an IPv6 >> tunnel to the internet, there seems to be a large number of routing >> problems upstream from them that prevent us from accessing the >> majority of the IPv6 net. >> >> So, I ask two things really. >> >> 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll >> route across a gif tunnel? >> 2) What could I do to help remedy this routing problem? >> >> Thanks! >> >> Eric Crist >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" >> > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:43: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 11F8C16A417 for ; Wed, 1 Aug 2007 15:43:26 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 6977113C4F5 for ; Wed, 1 Aug 2007 15:43:25 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_08_01_17_43_21 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Wed, 01 Aug 2007 17:43:21 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Wed, 1 Aug 2007 17:43:21 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l71FhKTM003629; Wed, 1 Aug 2007 17:43:20 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l71FhKeO003628; Wed, 1 Aug 2007 17:43:20 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Wed, 1 Aug 2007 17:43:20 +0200 From: Ewald Jenisch To: Ronald Klop Message-ID: <20070801154320.GB1940@aurora.oekb.co.at> References: <20070801151417.GA1940@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 01 Aug 2007 15:43:21.0300 (UTC) FILETIME=[B043F940:01C7D452] Cc: freebsd-questions@freebsd.org Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:43:26 -0000 On Wed, Aug 01, 2007 at 05:22:05PM +0200, Ronald Klop wrote: > > man lagg > 'link aggregation and link failover interface' > > It is in 6-STABLE. I don't know since when. > Hi Ronald, Thanks much for the hint. However it seems that "lagg(4)" isn't there. At least not on my up2date 6.2 System: # man lagg No manual entry for lagg # find /usr/src -name 'lagg*' # I've taken a look at www.freebsd.org and looked for "lagg". There's a hit under http://www.freebsd.org/relnotes/6-STABLE/relnotes/i386/new.html saying "The lagg(4) driver, ported from OpenBSD and NetBSD, has been added to support a variety of protocols and algorithms for link aggregation, failover, and fault tolerance." but when you click on the link for lagg(4) you get "Sorry, no data found for `lagg(4)'." Shouldn't lagg(4) be in the normal sources for a 6.2 system? -ewald From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:48: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 6CEFF16A46B for ; Wed, 1 Aug 2007 15:48:47 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 40BF113C45A for ; Wed, 1 Aug 2007 15:48:47 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 7C0A45C42; Wed, 1 Aug 2007 11:48:41 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XssX10cXU8LY; Wed, 1 Aug 2007 11:48:37 -0400 (EDT) Received: from [192.168.1.3] (pool-96-224-41-41.nycmny.east.verizon.net [96.224.41.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 006905C31; Wed, 1 Aug 2007 11:48:36 -0400 (EDT) Message-ID: <46B0AB4F.7020009@mac.com> Date: Wed, 01 Aug 2007 11:48:31 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Ewald Jenisch References: <20070801151417.GA1940@aurora.oekb.co.at> <20070801154320.GB1940@aurora.oekb.co.at> In-Reply-To: <20070801154320.GB1940@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Ronald Klop Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:48:47 -0000 Ewald Jenisch wrote: [ ... ] > Shouldn't lagg(4) be in the normal sources for a 6.2 system? It is, but you need to update to 6.2-STABLE, aka RELENG_6, not to RELENG_6_2 (aka the patch release branch or what you probably get from freebsd-update). -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 15:59: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 6186516A417 for ; Wed, 1 Aug 2007 15:59:15 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from diri.bris.ac.uk (diri.bris.ac.uk [137.222.10.112]) by mx1.freebsd.org (Postfix) with ESMTP id 25F8013C4A7 for ; Wed, 1 Aug 2007 15:59:15 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from seis.bris.ac.uk ([137.222.10.93]) by diri.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1IGGKw-0002y4-GU for freebsd-questions@freebsd.org; Wed, 01 Aug 2007 16:42:11 +0100 Received: from mech-aslap33.men.bris.ac.uk ([137.222.184.33]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1IGGKV-0007RW-IW for freebsd-questions@freebsd.org; Wed, 01 Aug 2007 16:41:44 +0100 Received: from mech-aslap33.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap33.men.bris.ac.uk (8.13.8/8.13.8) with ESMTP id l71Fh8dM083403 for ; Wed, 1 Aug 2007 16:43:08 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-aslap33.men.bris.ac.uk (8.13.8/8.13.8/Submit) id l71Fh8X7083402 for freebsd-questions@freebsd.org; Wed, 1 Aug 2007 16:43:08 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-aslap33.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Wed, 1 Aug 2007 16:43:08 +0100 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20070801154307.GA80704@mech-aslap33.men.bris.ac.uk> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Spam-Score: -1.4 X-Spam-Level: - Subject: localise only one tty? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 15:59:15 -0000 Is it possible to localise only some (one) virtual terminal? For example I'd like to have russian only on ttyv0, but leave all other terminals with default screen map, so that programs which use extended ascii set, e.g. sysinstall (typically for arrows and frame elements) are displayed as intended. Following recommendations of Chapter 22 Localisation I have the following lines in my /etc/rc.conf: keymap="ru.koi8-r" scrnmap="koi8-r2cp866" font8x16="cp866b-8x16" font8x14="cp866-8x14" font8x8="cp866-8x8" I enable cons25r only on ttyv0: %cat /etc/ttys [...] ttyv0 "/usr/libexec/getty Pc" cons25r on secure # Virtual terminals ttyv1 "/usr/libexec/getty Pc" cons25 on secure ttyv2 "/usr/libexec/getty Pc" cons25 on secure ttyv3 "/usr/libexec/getty Pc" cons25 on secure ttyv4 "/usr/libexec/getty Pc" cons25 on secure ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure [...] but I now have russian characters for extended ascii set on all virutal terminals (except X). What is the point of changing the terminal type to cons25r if cons25 already shows russian characters? thanks a lot anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 16:10:16 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 7B88E16A418 for ; Wed, 1 Aug 2007 16:10:16 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-51.bluehost.com (outbound-mail-51.bluehost.com [69.89.20.31]) by mx1.freebsd.org (Postfix) with SMTP id 375C213C4CC for ; Wed, 1 Aug 2007 16:10:16 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 5701 invoked by uid 0); 1 Aug 2007 16:08:49 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy3.bluehost.com with SMTP; 1 Aug 2007 16:08:49 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGGki-0000wx-FD for freebsd-questions@freebsd.org; Wed, 01 Aug 2007 10:08:48 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l71G8kuB043565 for ; Wed, 1 Aug 2007 10:08:46 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l71G8kPG043228 for freebsd-questions@freebsd.org; Wed, 1 Aug 2007 10:08:46 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Wed, 1 Aug 2007 10:08:45 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20070801160845.GA35884@demeter.hydra> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Is distribfold for folding@home? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 16:10:16 -0000 I see that there's both a distribfold and a linux-foldingathome in the ports. The contents of pkg-descr say that distribfold is for distributedfolding.org, but that doesn't seem accurate any longer, as that domain appears to currently belong to a domain squatter. Is distribfold a FreeBSD-native folding@home client, or something else entirely? More details would be appreciated. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Rudy Giuliani: "You have free speech so I can be heard." From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 17:53: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 1281116A419 for ; Wed, 1 Aug 2007 17:53:06 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from skywagon.kjsl.com (skywagon.kjsl.com [IPv6:2001:1868:204::102]) by mx1.freebsd.org (Postfix) with ESMTP id 0014A13C478 for ; Wed, 1 Aug 2007 17:53:05 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from dhcp-64-102-157-155.cisco.com (dhcp-64-102-157-155.cisco.com [64.102.157.155]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: javier) by skywagon.kjsl.com (Postfix) with ESMTP id 5B5792A68E7; Wed, 1 Aug 2007 13:53:01 -0400 (EDT) Date: Wed, 1 Aug 2007 13:53:07 -0400 From: Javier Henderson To: Eric Crist Message-ID: <20070801135307683557.1d5a8ddb@kjsl.com> In-Reply-To: <0F1BC2BE-96F1-456F-90A3-98BC74A84F89@gmail.com> References: <0F1BC2BE-96F1-456F-90A3-98BC74A84F89@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: GyazMail version 1.5.5 Cc: User Questions Subject: Re: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 17:53:06 -0000 On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote: > Hey list, > > While my ISP is rather geeky and more than willing to give me an IPv6 > tunnel to the internet, there seems to be a large number of routing > problems upstream from them that prevent us from accessing the > majority of the IPv6 net. > > So, I ask two things really. > > 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll > route across a gif tunnel? http://www.tunnelbroker.net/ I use them and seem to be quite good. -jav From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 18:09: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 337E516A41B for ; Wed, 1 Aug 2007 18:09:12 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 15C8C13C47E for ; Wed, 1 Aug 2007 18:09:12 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 3B2FCA065D for ; Wed, 1 Aug 2007 13:09:11 -0500 (CDT) Message-ID: <46B0CC41.7080102@cs.okstate.edu> Date: Wed, 01 Aug 2007 13:09:05 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: FreeBSD Questions References: <20070801160845.GA35884@demeter.hydra> In-Reply-To: <20070801160845.GA35884@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Is distribfold for folding@home? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 18:09:12 -0000 Written by Chad Perrin on 08/01/07 11:08>> > I see that there's both a distribfold and a linux-foldingathome in the > ports. The contents of pkg-descr say that distribfold is for > distributedfolding.org, but that doesn't seem accurate any longer, as > that domain appears to currently belong to a domain squatter. Is > distribfold a FreeBSD-native folding@home client, or something else > entirely? > > More details would be appreciated. > It's something else entirely. If you notice, the latest release that is fetched by the port is 0.1.20040613 .. several years old, and the project is now defunct anyway. Folding@home has its origins at Stanford University at around 2001 and is maintained by a group called the "Pande Group". Distributedfolding, however, was started by professor (Christopher Hogue) at the University of Toronto in the same time period. He's not listed as a current or previous member of the Pande Group. You can see his announcement to the beowulf-announce list in their archives: http://www.beowulf.org/pipermail/beowulf-announce/2002-January/000027.html From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 18:34: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 0697916A419 for ; Wed, 1 Aug 2007 18:34:20 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.227]) by mx1.freebsd.org (Postfix) with ESMTP id A167B13C47E for ; Wed, 1 Aug 2007 18:34:19 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so284144qbd for ; Wed, 01 Aug 2007 11:34:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:subject:from:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=pV4H/ktbv9rx4x/TzAxez95cmlcx+FiJdoL3rq0KAM6qq6bXkv9NNu/pvoCAy6P9NQ96HVpQpXrpJfh2vIuNmmayphrNKbxQlgftKaCIW7mH5eZdSByjjppmADVWMPyNtDZqR/02ouVnPP0eaJEB46j+VYFfWzvOF+skPQQZhqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:subject:from:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=S0vYi46oDu4b/lcWYE5PoXf6QcK7Hg0LIeRPB7fpdnx69z9kIKchLE5JvMnH5+I4UsjpnohZzteKv9vlJ+62rjWKGQ/R8jvy3t8IYzelI1WS4tniko028n4vHRBJLwCc+OX1sQu/o14bmiHXQZOjFokt6cGOb6fn5PISBFjVfkw= Received: by 10.114.171.1 with SMTP id t1mr969865wae.1185993257690; Wed, 01 Aug 2007 11:34:17 -0700 (PDT) Received: from localhost ( [68.151.163.40]) by mx.google.com with ESMTPS id m28sm1938767poh.2007.08.01.11.34.16 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2007 11:34:17 -0700 (PDT) Date: Wed, 01 Aug 2007 12:34:15 -0600 To: "User questions" From: "Ross Penner" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: User-Agent: Opera Mail/9.20 (Linux) Subject: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 18:34:20 -0000 Hi everybody, I'm trying to install a system on a machine that doesn't have an optical= = drive. I plan on using a USB flash drive to do the job and found a = messages from hackers@freebsd.org = (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html) = = about just such a thing. The script provided converts the CD image into = = one suitable for a flashmemory stick. I used and coverted it without = issue. The instructions say to use dd to prepare the flash drive so = executed #dd if=3Dflashbsd.iso of=3D/dev/da0 I'm not entirely confident that that was the correct procedure, as I'm = quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to = = boot. I can mount the filesystem so it seems that prepareing the drive w= as = succesful. I'm using a via chipset and yes, the bios is set to boot from= = USB-FDD. I used the 6.2 boot only image. Thanks for any insight you can provide me. Ross -- = sig ho! From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 18:46: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 26D7616A420 for ; Wed, 1 Aug 2007 18:46:43 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 08BB213C45A for ; Wed, 1 Aug 2007 18:46:42 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 01D9FA0848; Wed, 1 Aug 2007 13:46:41 -0500 (CDT) Message-ID: <46B0D50F.8050402@cs.okstate.edu> Date: Wed, 01 Aug 2007 13:46:39 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Ross Penner References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: User questions Subject: Re: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 18:46:43 -0000 Written by Ross Penner on 08/01/07 13:34>> > Hi everybody, > > I'm trying to install a system on a machine that doesn't have an optical > drive. I plan on using a USB flash drive to do the job and found a > messages from hackers@freebsd.org > (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html) > about just such a thing. The script provided converts the CD image into > one suitable for a flashmemory stick. I used and coverted it without > issue. The instructions say to use dd to prepare the flash drive so > executed > #dd if=flashbsd.iso of=/dev/da0 > I'm not entirely confident that that was the correct procedure, as I'm > quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to > boot. I can mount the filesystem so it seems that prepareing the drive > was succesful. I'm using a via chipset and yes, the bios is set to boot > from USB-FDD. I used the 6.2 boot only image. > > Thanks for any insight you can provide me. > > Ross > That seems correct to me. You may want to 'bsdlabel -B /dev/da0' after writing the ufs image to it. The script you referenced does this to the image before you write it to the flash drive, so the boot code should already be there... but it appears to have gotten lost. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 19:13:38 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 CA3AC16A418 for ; Wed, 1 Aug 2007 19:13:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 658AE13C468 for ; Wed, 1 Aug 2007 19:13:38 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 10821 invoked by uid 399); 1 Aug 2007 19:13:37 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 1 Aug 2007 19:13:37 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <46B0DB5F.4020401@FreeBSD.org> Date: Wed, 01 Aug 2007 12:13:35 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Jeffrey Goldberg References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> In-Reply-To: <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> X-Enigmail-Version: 0.95.1 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Zbigniew Szalbot , "A.G. Russell IV" , Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 19:13:38 -0000 Jeffrey Goldberg wrote: > It appears that BIND has only been fixed in -STABLE and -CURRENT, but > not in -RELEASE. Does anyone know if there are plans to get this > patched in 6.2? > > For me it makes little difference since I am not (yet) running named in > a publicly accessible way. But my medium term plans for my DNS do > involve me running a public nameserver on the latest RELEASE with all > patches. > > It does worry me if this kind of thing doesn't get patched in the latest > RELEASE. Um, it doesn't work that way. "6.2-RELEASE" is just a symbolic name that is related to the files that have the RELENG_6_2_0_RELEASE flag. If you want to stay as close as possible to 6.2-RELEASE but also include the fixes that the security officer deems important enough to release widely, use the tag RELENG_6_2 (usually in your supfile for cvsup or csup). If you want the latest code for 6-stable, which will eventually become 6.3-RELEASE, use just RELENG_6. When it comes to BIND stuff in particular, I always update the ports first, so anyone with a mission critical DNS operation can get fixes ASAP. There is even an option in the port to overwrite the base BIND if you so desire. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 19:17: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 032DB16A41A for ; Wed, 1 Aug 2007 19:17:22 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8D4D913C458 for ; Wed, 1 Aug 2007 19:17:21 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so271093fka for ; Wed, 01 Aug 2007 12:17: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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CazAW8M1JNw0hLN/FVypb0awzScNrQQNPpSsntHawkzAfr/nW44djNECd5mkkcCmOE8eXwAPERTks1YNL+u2lAJa9SrnAuWxWWfJ8KLjV43WpJfs1gMTPFpQOCekNrDath8b7LzSPAOAwyps1oQI8UlLH8n+X4qhJ20b0AgTrPM= 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:content-transfer-encoding:content-disposition:references; b=t8DLNl3Hu3/VISnFKFdvsLP4M0abefkMvF37hMktymQ+QauS9YqwENzThD0+qGuZhItAVUV8BntPmzKIi8EGEv48IxgqaBGeb1cNrT7tsEVRaV14TbM3LOfCxJUaIYTRhfx17GviOWnYzLX9quhX7mIwK6iN5/iEHn32eRne7Nk= Received: by 10.82.189.6 with SMTP id m6mr1364790buf.1185995840146; Wed, 01 Aug 2007 12:17:20 -0700 (PDT) Received: by 10.82.155.4 with HTTP; Wed, 1 Aug 2007 12:17:20 -0700 (PDT) Message-ID: <24393ae80708011217r336ecc44m10a129890da6952f@mail.gmail.com> Date: Wed, 1 Aug 2007 15:17:20 -0400 From: "Andrey Shuvikov" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 19:17:22 -0000 On 8/1/07, Ross Penner wrote: > Hi everybody, > > I'm trying to install a system on a machine that doesn't have an optical > drive. I plan on using a USB flash drive to do the job and found a > messages from hackers@freebsd.org > (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html) > about just such a thing. The script provided converts the CD image into > one suitable for a flashmemory stick. I used and coverted it without > issue. The instructions say to use dd to prepare the flash drive so > executed > #dd if=flashbsd.iso of=/dev/da0 This will copy CD to USB sector-by-sector recreating CD filesystem (ISO-9660) on the stick. I don't think it's what system expects. I tried to do similar thing some time ago. I don't remember details but what I did was mounting CD-image and copying files from there to preformatted USB stick. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 19:22: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 CCEEF16A420 for ; Wed, 1 Aug 2007 19:22:30 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id AD64213C459 for ; Wed, 1 Aug 2007 19:22:30 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id C5256A0848; Wed, 1 Aug 2007 14:22:29 -0500 (CDT) Message-ID: <46B0DD73.7080304@cs.okstate.edu> Date: Wed, 01 Aug 2007 14:22:27 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Andrey Shuvikov References: <24393ae80708011217r336ecc44m10a129890da6952f@mail.gmail.com> In-Reply-To: <24393ae80708011217r336ecc44m10a129890da6952f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 19:22:30 -0000 Written by Andrey Shuvikov on 08/01/07 14:17>> > On 8/1/07, Ross Penner wrote: >> Hi everybody, >> >> I'm trying to install a system on a machine that doesn't have an optical >> drive. I plan on using a USB flash drive to do the job and found a >> messages from hackers@freebsd.org >> (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html) >> about just such a thing. The script provided converts the CD image into >> one suitable for a flashmemory stick. I used and coverted it without >> issue. The instructions say to use dd to prepare the flash drive so >> executed >> #dd if=flashbsd.iso of=/dev/da0 > > This will copy CD to USB sector-by-sector recreating CD filesystem > (ISO-9660) on the stick. I don't think it's what system expects. I > tried to do similar thing some time ago. I don't remember details but > what I did was mounting CD-image and copying files from there to > preformatted USB stick. The script he referenced built a disk image from the iso-9660 fs to create his flashbsd.iso image - the .iso extension at this point is misleading. The script makes a dedicated freebsd memory disk, puts bootcode and a UFS filesystem on it, and copies the contents of the install CD to the UFS filesystem. It's this image that he is then dd'ing to the flash drive. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 19:37: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 6CA0A16A419 for ; Wed, 1 Aug 2007 19:37:36 +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 33F7613C458 for ; Wed, 1 Aug 2007 19:37:36 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [76.238.148.146] (adsl-76-238-148-146.dsl.irvnca.sbcglobal.net [76.238.148.146]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id l71JbYSb027077; Wed, 1 Aug 2007 12:37:35 -0700 (PDT) (envelope-from chris@chrismaness.com) Message-ID: <46B0E0FE.2000307@chrismaness.com> Date: Wed, 01 Aug 2007 12:37:34 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <46B006E2.3070501@chrismaness.com> <20070801092923.H23854@scrat.home.rakhesh.com> In-Reply-To: <20070801092923.H23854@scrat.home.rakhesh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: BSD Tar Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 19:37:36 -0000 Rakhesh Sasidharan wrote: > > On Tue, 31 Jul 2007, Chris Maness wrote: > >> Does BSD tar implementation support splitting the archives? I have a >> 8G file that I want to burn on DVDs. I used to be able to do this >> with the linux GNU tar. > > I don't think so (atleast its not there in the manpages). Maybe you > can use the GNU version of tar from "archivers/gtar"? > > Regards, > Rakhesh That did it, thanks. Chris Maness From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:09: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 E374A16A418 for ; Wed, 1 Aug 2007 20:09:15 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from corellia.vindaloo.com (corellia.vindaloo.com [64.51.148.100]) by mx1.freebsd.org (Postfix) with ESMTP id 97CC713C459 for ; Wed, 1 Aug 2007 20:09:15 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from [172.24.145.69] (endor.vindaloo.com [172.24.145.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by corellia.vindaloo.com (Postfix) with ESMTP id 5638D5CA2; Wed, 1 Aug 2007 16:09:12 -0400 (EDT) Message-ID: <46B0E865.6060800@vindaloo.com> Date: Wed, 01 Aug 2007 16:09:09 -0400 From: Christopher Hilton User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: Sten Daniel Soersdal References: <46AF827C.2040409@gmail.com> In-Reply-To: <46AF827C.2040409@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: TMPFS, is it available on FreeBSD 6 or 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:09:16 -0000 Sten Daniel Soersdal wrote: > Is TMPFS available on FreeBSD 6 or 7? > Or do i have to settle for mfs? > > [venting frustration] > The reason i ask is i need something very flexible when it comes to > memory usage as a poor-mans shared-memory feature for a closed source > data conversion app, used only occasionally but with *alot* of data > passing through. By alot i mean it took our quad core xeon 3 ghz with 4 > gbyte memory and 4 SAS drives in 1+0 RAID, about a day and a half to > process (on disk). > Simple tests (by others) using netbsd on a single cpu 3 ghz and tmpfs, > it took roughly 70 minutes. Most of which was spent loading and > unloading the data over the network. > I'd really like that memory back after use for other things as this > server is also serving databases with files etc. > > I love FreeBSD enough to have run my personal webserver on FreeBSD-Sparc64 but I don't understand here. If NetBSD does the work in 70 minutes why not do it on NetBSD? -- Chris -- __o "All I was doing was trying to get home from work." _`\<,_ -Rosa Parks ___(*)/_(*)___________________________________________________________ Christopher Sean Hilton pgp key: D0957A2D/f5 30 0a e1 55 76 9b 1f 47 0b 07 e9 75 0e 14 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:13: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 EF33216A46E for ; Wed, 1 Aug 2007 20:13:02 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from corellia.vindaloo.com (corellia.vindaloo.com [64.51.148.100]) by mx1.freebsd.org (Postfix) with ESMTP id 9859013C4A7 for ; Wed, 1 Aug 2007 20:13:02 +0000 (UTC) (envelope-from chris@vindaloo.com) Received: from [172.24.145.69] (endor.vindaloo.com [172.24.145.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by corellia.vindaloo.com (Postfix) with ESMTP id B1C605D11; Wed, 1 Aug 2007 16:13:01 -0400 (EDT) Message-ID: <46B0E94A.7000402@vindaloo.com> Date: Wed, 01 Aug 2007 16:12:58 -0400 From: Christopher Hilton User-Agent: Thunderbird 1.5.0.12 (Macintosh/20070509) MIME-Version: 1.0 To: Javier Henderson References: <0F1BC2BE-96F1-456F-90A3-98BC74A84F89@gmail.com> <20070801135307683557.1d5a8ddb@kjsl.com> In-Reply-To: <20070801135307683557.1d5a8ddb@kjsl.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Eric Crist , User Questions Subject: Re: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:13:03 -0000 Javier Henderson wrote: > On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote: >> Hey list, >> >> While my ISP is rather geeky and more than willing to give me an IPv6 >> tunnel to the internet, there seems to be a large number of routing >> problems upstream from them that prevent us from accessing the >> majority of the IPv6 net. >> >> So, I ask two things really. >> >> 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll >> route across a gif tunnel? > > http://www.tunnelbroker.net/ > > I use them and seem to be quite good. > I second that recommendation. The ISP in question is Hurricane Electric and the process is 100% web driven. It took me less than a day to get a gif tunnel up and an ipv6 /64 assignment. -- Chris -- __o "All I was doing was trying to get home from work." _`\<,_ -Rosa Parks ___(*)/_(*)___________________________________________________________ Christopher Sean Hilton pgp key: D0957A2D/f5 30 0a e1 55 76 9b 1f 47 0b 07 e9 75 0e 14 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:14: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 4324716A417 for ; Wed, 1 Aug 2007 20:14:50 +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 1955A13C45A for ; Wed, 1 Aug 2007 20:14:50 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from orbison1.englab.juniper.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id l71KEnKJ008665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 1 Aug 2007 13:14:49 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <46B0E9B1.2030101@enabled.com> Date: Wed, 01 Aug 2007 13:14:41 -0700 From: Noah User-Agent: Thunderbird 2.0.0.5 (Macintosh/20070716) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: pam_ldap receives Invalid credentials X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:14:50 -0000 Hi, I am not sure why this happens but out terminal servers, routers, and ancillary devices are able to authenticate with our LDAP server. For some reason pam_ldap claims "Invalid credentials" with the same exact user and password. What could be wrong? I cant seem to figure out what is wrong with the current log messages. Is there a way to receive verbose messages from pam and/or pam_ldap to figure out if it is sending the proper authentication information to the LDAP server. We are on a FreeBSD-6.2 stable machine. Clues please, Noah Aug 1 11:24:11 access1 sshd[6277]: pam_ldap: error trying to bind as user "cn=Test User,cn=people,dc=bogus,dc=domain,dc=net" (Invalid credentials) Aug 1 11:24:11 access1 sshd[6277]: Failed password for invalid user tuser from 172.24.241.234 port 49317 ssh2 Aug 1 11:24:14 access1 sshd[6277]: pam_ldap: error trying to bind as user "cn=Test User,cn=people,dc=bogus,dc=domain,dc=net" (Invalid credentials) Aug 1 11:24:14 access1 sshd[6277]: Failed password for invalid user tuser from 172.24.241.234 port 49317 ssh2 Aug 1 11:24:14 access1 sshd[6277]: Connection closed by 172.24.241.234 access1# pkg_info | grep pam checkpassword-pam-0.99 Implementation of checkpassword authentication program nagios-spamd-plugin-1.4 Nagios plugin for checking SpamAssassins spamd p5-Mail-SpamAssassin-3.1.8_1 A highly efficient mail filter for identifying spam pam_ldap-1.8.2 A pam module for authenticating with LDAP pam_mkhomedir-0.1 Create HOME with a PAM module on demand pamtester-0.1.2 A command line pam authentication tester razor-agents-2.84 A distributed, collaborative, spam detection and filtering access1# pkg_info | grep ldap ldapsh-2.00_2,1 Interactive shell used to administer ldap directories nss_ldap-1.255 RFC 2307 NSS module openldap-client-2.3.37 Open source LDAP client implementation openldap-server-2.3.37 Open source LDAP server implementation p5-perl-ldap-0.34 A Client interface to LDAP servers pam_ldap-1.8.2 A pam module for authenticating with LDAP php5-ldap-5.2.3_1 The ldap shared extension for php access1# From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:15:55 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 9704216A41B; Wed, 1 Aug 2007 20:15:55 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 51ED013C45A; Wed, 1 Aug 2007 20:15:55 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id C4817BC97; Wed, 1 Aug 2007 16:15:54 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 01 Aug 2007 16:15:54 -0400 X-Sasl-enc: 0jFZ8iRwUzozQqcZecgw0PPdZVQPACukDKC8q9LpJD8u 1185999354 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 5178C17624; Wed, 1 Aug 2007 16:15:54 -0400 (EDT) In-Reply-To: <46B0DB5F.4020401@FreeBSD.org> References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> <46B0DB5F.4020401@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Wed, 1 Aug 2007 15:15:52 -0500 To: Doug Barton X-Mailer: Apple Mail (2.752.2) Cc: Zbigniew Szalbot , "A.G. Russell IV" , Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:15:55 -0000 On Aug 1, 2007, at 2:13 PM, Doug Barton wrote: > If you want to stay as close as possible to 6.2-RELEASE but also > include the fixes that the security officer deems important enough to > release widely, use the tag RELENG_6_2 (usually in your supfile for > cvsup or csup). If you want the latest code for 6-stable, which will > eventually become 6.3-RELEASE, use just RELENG_6. Thank you. I wasn't clear in my original message. I meant to talk about RELENG_6_2 which is what I meant when I said "6.2 Release with patches". But I fully acknowledge that while I've used RCS for ages, I still don't fully grok branches and trunks (or HEADs in CVS), so I do state things badly and can always use the reminder of how things work. Anyway, I was disappointed that the BIND fix didn't make it into RELENG_6_2. But ... > When it comes to BIND stuff in particular, I always update the ports > first, so anyone with a mission critical DNS operation can get fixes > ASAP. There is even an option in the port to overwrite the base BIND > if you so desire. Ah-ha. That makes a big difference. OK. If I'm going to expose my name server to the big bad world while tracking RELENG_N_M ("release with patches") I'll use bind from ports. Are there other things in /usr/src/contrib that follow this pattern? > hth, Yes, it helps a great deal. Thank you very much for your work on this and your patience with me. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:23:42 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 1F84716A420 for ; Wed, 1 Aug 2007 20:23:42 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id DF8FF13C494 for ; Wed, 1 Aug 2007 20:23:41 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd2mr5so.prod.shaw.ca (pd2mr5so-qfe3.prod.shaw.ca [10.0.141.8]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JM4007MM3B1U390@l-daemon> for freebsd-questions@freebsd.org; Wed, 01 Aug 2007 14:23:25 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd2mr5so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JM4003ZJ3B1EW30@pd2mr5so.prod.shaw.ca> for freebsd-questions@freebsd.org; Wed, 01 Aug 2007 14:23:26 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JM400BCQ3B019C0@l-daemon> for freebsd-questions@freebsd.org; Wed, 01 Aug 2007 14:23:25 -0600 (MDT) Received: (qmail 18146 invoked from network); Wed, 01 Aug 2007 20:23:10 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Wed, 01 Aug 2007 20:23:10 +0000 Date: Wed, 01 Aug 2007 13:23:10 -0700 From: Colin Percival In-reply-to: <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> To: Jeffrey Goldberg Message-id: <46B0EBAE.1090105@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> <46B0DB5F.4020401@FreeBSD.org> <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> User-Agent: Thunderbird 2.0.0.4 (X11/20070628) Cc: Doug Barton , Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:23:42 -0000 Jeffrey Goldberg wrote: > Anyway, I was disappointed that the BIND fix didn't make it into > RELENG_6_2. Give us a little time. Unless an issue is exceptionally urgent, it usually takes us about a week to confirm that we're affected, to get a patch from upstream or create our own, to make sure the patch fixes the issue and doesn't create any new problems (there have been several issues lately where the upstream patches were broken), to confirm that the patch applies cleanly to all of our supported branches, and to write our advisory. Usually the FreeBSD Security Team hears about issues in major "contrib" code (e.g., sendmail, bind, openssl, openssh) ahead of time and is able to prepare before the issues become public, but this time we didn't get any advance warning. Colin Percival From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:26: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 69EC716A417 for ; Wed, 1 Aug 2007 20:26:26 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 48EE113C428 for ; Wed, 1 Aug 2007 20:26:26 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from philip.office.rws (74.93.213.162) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Wed, 1 Aug 2007 13:26:25 -0700 Message-ID: <46B0EC6F.8090308@riderway.com> Date: Wed, 1 Aug 2007 16:26:23 -0400 From: "Philip M. Gollucci" Organization: Rideray Inc. User-Agent: Thunderbird 2.0.0.4 (X11/20070703) MIME-Version: 1.0 To: Jeffrey Goldberg References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> <46B0DB5F.4020401@FreeBSD.org> <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> In-Reply-To: <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Zbigniew Szalbot , Doug Barton , "A.G. Russell IV" , Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:26:26 -0000 Jeffrey Goldberg wrote: > Are there other things in /usr/src/contrib that follow this pattern? /usr/ports/mail/sendmail /usr/src/usr.sbin/sendmail Its very common to install /usr/ports/security/cyrus-sasl2-saslauthd add # SASL (cyrus-sasl v2) sendmail build flags... SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 ## Adding to enable alternate port (smtps) for sendmail... SENDMAIL_CFLAGS+= -D_FFR_SMTP_SSL to /etc/make.conf and recompile /usr/src/usr.sbin/sendmail -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:28: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 D312016A417 for ; Wed, 1 Aug 2007 20:28:40 +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 140B413C459 for ; Wed, 1 Aug 2007 20:28:29 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l71Fus8F012477; Wed, 1 Aug 2007 10:56:54 -0500 (CDT) (envelope-from dan) Date: Wed, 1 Aug 2007 10:56:53 -0500 From: Dan Nelson To: Ewald Jenisch Message-ID: <20070801155653.GD8962@dan.emsphone.com> References: <20070801151417.GA1940@aurora.oekb.co.at> <20070801154320.GB1940@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070801154320.GB1940@aurora.oekb.co.at> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org, Ronald Klop Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:28:40 -0000 In the last episode (Aug 01), Ewald Jenisch said: > On Wed, Aug 01, 2007 at 05:22:05PM +0200, Ronald Klop wrote: > > man lagg > > 'link aggregation and link failover interface' > > > > It is in 6-STABLE. I don't know since when. > > Hi Ronald, > > Thanks much for the hint. However it seems that "lagg(4)" isn't > there. At least not on my up2date 6.2 System: > > # man lagg > No manual entry for lagg > # find /usr/src -name 'lagg*' > # 6.2 was released back in January. The lagg driver went into the 6.x branch in May. You'll need to update to 6-stable or wait for 6.3 to be released. If you're tracking RELENG_6_2, you are just getting critical security patches. You would need to track RELENG_6. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:28: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 5E67E16A419 for ; Wed, 1 Aug 2007 20:28:52 +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 2C44413C46E for ; Wed, 1 Aug 2007 20:28:41 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l6VK8QvF063812; Tue, 31 Jul 2007 15:08:26 -0500 (CDT) (envelope-from dan) Date: Tue, 31 Jul 2007 15:08:26 -0500 From: Dan Nelson To: Saifi Khan Message-ID: <20070731200826.GB8962@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: __sys_fcntl() definition ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:28:52 -0000 In the last episode (Aug 01), Saifi Khan said: > While working through the FreeBSD 6.2 codebase, I saw the following > functions referred at multiple places. > > __sys_fcntl() > __sys_open() > __sys_write() > ... > > Can somebody point out the file which contains the implementation > of the __sys_* functions ? Those are stub functions that invoke the equivalent syscall in the kernel. The "${SASM}:" rule in /usr/src/lib/libc/sys/Makefile.inc is what generates the stubs themselves. The actual code for most syscalls in the kernel is in /usr/src/sys/kern/ . -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:47: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 4602616A41F for ; Wed, 1 Aug 2007 20:47:05 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id CF78013C4A6 for ; Wed, 1 Aug 2007 20:47:04 +0000 (UTC) (envelope-from ytriffy@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so86227nfb for ; Wed, 01 Aug 2007 13:47:03 -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:subject:content-type:content-transfer-encoding:from; b=XCR02v/d4ZQ9vCt4BC5lcHKMi8D2ymidJotfSUNuM9a3L1dyEwzXsx+ZsoJL/qyVv/RWG3EMMmZ2tME0WJSKY6Jm223Oj1cEAVSbfCieNRVpRfpoN2x0Bdv9qatWqo48T9neIUdlAwWwqS+mkd9zTwEe46WRcbBdeWFOGQvH/xY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=dKiCRGp/1cqHLVrUz1vq6zu8fWdw7AiBwAvg4z8wVXKFzzPDPUaUgbpc3ExHPneXwZg5xGHiPqUj6QXet2yvIqBbcPdSIMSFdlM4Bq9wquAUDxM6PxYx/NCU/+m73W0b4kXist02tcZFBl2uvDPCeOMMDcNPdiUrepwP8GAwH0k= Received: by 10.86.70.8 with SMTP id s8mr811274fga.1186001223489; Wed, 01 Aug 2007 13:47:03 -0700 (PDT) Received: from ?192.168.0.179? ( [80.86.254.135]) by mx.google.com with ESMTPS id d13sm2334240fka.2007.08.01.13.46.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 13:47:02 -0700 (PDT) Message-ID: <46B0F12A.4070707@gmail.com> Date: Thu, 02 Aug 2007 00:46:34 +0400 User-Agent: Thunderbird 2.0.0.5 (X11/20070720) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit From: ytriffy Subject: What hardware can cause crashes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:47:05 -0000 Hi, list. I recently send some debug data to hackers about crashes on my system. But it seems that no one knows how to help me. So I rely on you to help me determine which hardware can cause frequent crashes(page faults mostly). My system specs: Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 , geforce 6600gt 128mb, two memory modules kingstone and kingmax both 512mb, two hdd drives Samsung and WD both 250GB, Realtek chipset NIC, Cirrus logic cs4281 audio card. Any suggestions are appreciated. ytriffy. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:47: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 E4A0616A469 for ; Wed, 1 Aug 2007 20:47:59 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 91ECA13C4B3 for ; Wed, 1 Aug 2007 20:47:59 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 7016 invoked by uid 399); 1 Aug 2007 20:47:59 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 1 Aug 2007 20:47:59 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <46B0F17C.2010506@FreeBSD.org> Date: Wed, 01 Aug 2007 13:47:56 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: Jeffrey Goldberg References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> <46B0DB5F.4020401@FreeBSD.org> <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> In-Reply-To: <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> X-Enigmail-Version: 0.95.1 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Zbigniew Szalbot , "A.G. Russell IV" , Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:48:00 -0000 Jeffrey Goldberg wrote: > On Aug 1, 2007, at 2:13 PM, Doug Barton wrote: > >> If you want to stay as close as possible to 6.2-RELEASE but also >> include the fixes that the security officer deems important enough to >> release widely, use the tag RELENG_6_2 (usually in your supfile for >> cvsup or csup). If you want the latest code for 6-stable, which will >> eventually become 6.3-RELEASE, use just RELENG_6. > > Thank you. I wasn't clear in my original message. I meant to talk > about RELENG_6_2 which is what I meant when I said "6.2 Release with > patches". But I fully acknowledge that while I've used RCS for ages, I > still don't fully grok branches and trunks (or HEADs in CVS), so I do > state things badly and can always use the reminder of how things work. I had a feeling that was what you meant, but I wanted to be sure it was clear for other readers, and for the archives. > Anyway, I was disappointed that the BIND fix didn't make it into > RELENG_6_2. I can't speak for the security team, but I'm pretty sure that this change is forthcoming. >> When it comes to BIND stuff in particular, I always update the ports >> first, so anyone with a mission critical DNS operation can get fixes >> ASAP. There is even an option in the port to overwrite the base BIND >> if you so desire. > > Ah-ha. That makes a big difference. OK. If I'm going to expose my > name server to the big bad world while tracking RELENG_N_M ("release > with patches") I'll use bind from ports. In addition to security issues, the ports give you a greater degree of flexibility in how BIND is configured. If you're going to be offering a public name server (and by that I hope you mean authoritative, not recursive) on 6-stable you're probably better off using 9.4.x anyway, with the threading option disabled. If you're going to be doing a high-capacity authoritative server (or a high load resolver for an internal network) your BEST bet is to evaluate FreeBSD 7 (soon to be release) and BIND 9.4.x with threading _enabled_. You'll get better performance by far in a high load situation. > Are there other things in /usr/src/contrib that follow this pattern? Sure, lots. Too many for me to list without having to think hard about it and potentially leave something out. >> hth, > > Yes, it helps a great deal. Thank you very much for your work on this > and your patience with me. My pleasure. :) Doug -- This .signature sanitized for your protection From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:50: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 2DA6216A417 for ; Wed, 1 Aug 2007 20:50:11 +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 0B43713C459 for ; Wed, 1 Aug 2007 20:50:11 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l71KoAGd010429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Aug 2007 13:50:10 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l71KoADA025624; Wed, 1 Aug 2007 13:50:10 -0700 X-Auth-Received: from [192.55.52.4] by hymn01.u.washington.edu via HTTP; Wed, 01 Aug 2007 13:50:10 PDT Date: Wed, 1 Aug 2007 13:50:10 -0700 (PDT) From: youshi10@u.washington.edu To: ytriffy In-Reply-To: <46B0F12A.4070707@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.1.132622 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: freebsd-questions@freebsd.org Subject: Re: What hardware can cause crashes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:50:11 -0000 On Thu, 2 Aug 2007, ytriffy wrote: > Hi, list. > I recently send some debug data to hackers about crashes on my system. > But it seems that no one knows how to help me. > So I rely on you to help me determine which hardware can cause frequent > crashes(page faults mostly). > My system specs: Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 , > geforce 6600gt 128mb, > two memory modules kingstone and kingmax both 512mb, two hdd drives Samsung > and WD both 250GB, Realtek chipset NIC, > Cirrus logic cs4281 audio card. > > Any suggestions are appreciated. > > ytriffy. (In theory) all hardware can cause problems as well as the drivers which run them. The problem is that you most likely didn't provide enough of the right information for people to determine what the problem was, or point you in the right direction. -Garrett From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:50: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 4688916A468 for ; Wed, 1 Aug 2007 20:50:48 +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 1C9B013C4A5 for ; Wed, 1 Aug 2007 20:50:48 +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 52FDA1A4D7C; Wed, 1 Aug 2007 13:50:20 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 6D5EFBAE9; Wed, 1 Aug 2007 16:50:47 -0400 (EDT) Date: Wed, 1 Aug 2007 16:50:47 -0400 From: Kris Kennaway To: ytriffy Message-ID: <20070801205047.GA21399@rot26.obsecurity.org> References: <46B0F12A.4070707@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46B0F12A.4070707@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: What hardware can cause crashes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:50:48 -0000 On Thu, Aug 02, 2007 at 12:46:34AM +0400, ytriffy wrote: > Hi, list. > I recently send some debug data to hackers about crashes on my system. > But it seems that no one knows how to help me. > So I rely on you to help me determine which hardware can cause frequent > crashes(page faults mostly). > My system specs: Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 > , geforce 6600gt 128mb, > two memory modules kingstone and kingmax both 512mb, two hdd drives > Samsung and WD both 250GB, Realtek chipset NIC, > Cirrus logic cs4281 audio card. Any hardware can cause crashes if it is broken. Kris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:57:55 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 49B3F16A41A for ; Wed, 1 Aug 2007 20:57:55 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id F1E3913C494 for ; Wed, 1 Aug 2007 20:57:54 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l71KvoBI052739; Wed, 1 Aug 2007 16:57:50 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l71KviTj053187; Wed, 1 Aug 2007 16:57:44 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l71KviUN053186; Wed, 1 Aug 2007 16:57:44 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708012057.l71KviUN053186@himinbjorg.tucs-beachin-obx-house.com> To: chris@vindaloo.com (Christopher Hilton) Date: Wed, 1 Aug 2007 16:57:44 -0400 (EDT) In-Reply-To: <46B0E94A.7000402@vindaloo.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Eric Crist , User Questions , Javier Henderson Subject: Re: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:57:55 -0000 > > I second that recommendation. The ISP in question is Hurricane Electric > and the process is 100% web driven. It took me less than a day to get a > gif tunnel up and an ipv6 /64 assignment. > > They are FAIRLY response to service issues (I had problems getting to FTP1.FREEBSD.ORG for a bit, and within 8 hours of putting a ticket in it was resolved). They also show exact configuration for 1/2 a dozen different OS/routers. Tuc From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:58:41 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 3CFE716A473 for ; Wed, 1 Aug 2007 20:58:41 +0000 (UTC) (envelope-from eksffa@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id F17AA13C4DE for ; Wed, 1 Aug 2007 20:58:40 +0000 (UTC) (envelope-from eksffa@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so150727nzf for ; Wed, 01 Aug 2007 13:58:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NZpNDeh8SrVlu0JxknFdaSpqJy3Si8HpbcQif1eIasqQjbzyu2tODhGBvxYOhE1knS6z3NzKnKmvXK4zhcYc0baHcQIi+kVbFBE7JXX9Bjc7rQ57z0eTnoHMgMtMy3PNMFhvm1VVJo08EAFDV3R2DLn/PMyArWv/+4riXRmGfL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SYeEb+nKiagfqGtznMgO4ugBlvM+nbRj5vmZ2uX6LXBxM7c7NiZnyiOpPwsXfSX9vvyL9HXPG4hguSOtdHP8qn5Gdu2H8Cn92dRLjtgJgEcH0pwhrq/lEMztGaFwbxon/pxIc9nKpybGSaU2z8+srf7CcmrCBqCJZq+nim/b0jM= Received: by 10.65.155.19 with SMTP id h19mr1939347qbo.1186000307331; Wed, 01 Aug 2007 13:31:47 -0700 (PDT) Received: by 10.65.103.19 with HTTP; Wed, 1 Aug 2007 13:31:47 -0700 (PDT) Message-ID: <40be68e50708011331p37f8e402sa60e161ce5d96982@mail.gmail.com> Date: Wed, 1 Aug 2007 17:31:47 -0300 From: "Patrick Tracanelli" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: failover+balancing options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eksffa@freebsdbrasil.com.br List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:58:41 -0000 Hello, I have a problem and could not find a solution yet. I would like to hear you opinion. I have 2 machines, machine A and machine B. They are mail servers serving with Maildir. I need to find out a solution where I can do balancing between server A and B while in production, and, if one of the nodes get down, only the other one will do the work of both. The main problem I find is a solution regarding the information (data stored). Right now I have it running with NFS on a third machine, machine C for example. I know machine C is a SPOF but it is acceptable. The big problem is performance. NFS is going away on huge load. I did ggate0+local disc RAID 1 with gmirror. Sincronization on writing works perfectly but I can not mount the same disk locally while exporting it via ggated. Why cant I mount it? Anyone knows? If I could, eliminating the SPOF would be very easy. Performance would be great too because ggated performance is way better than NFS on this kind of operations, specially because READ operations can be done on a local disk (priority configured via gmirror). Any idea on how to setup this enviroment? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 20:58: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 8CCAC16A417 for ; Wed, 1 Aug 2007 20:58:58 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (darklight.org.ru [194.186.18.14]) by mx1.freebsd.org (Postfix) with ESMTP id AC32A13C48A for ; Wed, 1 Aug 2007 20:58:57 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l71KwepM035781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 00:58:45 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l71KwYEN035780; Thu, 2 Aug 2007 00:58:34 +0400 (MSD) (envelope-from yuri@darklight.org.ru) From: Yuri Pankov To: Eric In-Reply-To: <46A88C12.4000202@mikestammer.com> References: <46A88C12.4000202@mikestammer.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-yyVmZHNjL36Q7GxL5B/d" Date: Thu, 02 Aug 2007 00:58:34 +0400 Message-Id: <1186001914.1237.2.camel@darklight.org.ru> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Thu, 02 Aug 2007 00:58:46 +0400 (MSD) Cc: fbsd2@a1poweruser.com, "freebsd-questions@FreeBSD. ORG" Subject: Re: LiveHTTPHeaders X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 20:58:58 -0000 --=-yyVmZHNjL36Q7GxL5B/d Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-07-26 at 06:57 -0500, Eric wrote: > fbsd2 wrote: > > Looking for LiveHTTPHeaders in port library? > > Is it spelled some what different? > >=20 > >=20 > > http://livehttpheaders.mozdev.org/ >=20 >=20 > Thats an extension. I dont think it would be in the ports collection.=20 > browse to the site above in firefox and install the extension, then=20 > restart. All done Actually, there are a lot of extensions located in www/xpi-*, the question is someone who will port it. Check http://wiki.freebsd.org/XPI for more info. Yuri --=-yyVmZHNjL36Q7GxL5B/d Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGsPP6eoAklVFrLdgRArR4AJ9KZXnElVV53qeDKMQg4Ng638IYWgCeO1Us bxJpx5x0HkHp6otbHxrSAMA= =YCp7 -----END PGP SIGNATURE----- --=-yyVmZHNjL36Q7GxL5B/d-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:16: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 A2FE016A418 for ; Wed, 1 Aug 2007 21:16:59 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.232]) by mx1.freebsd.org (Postfix) with ESMTP id 500AC13C4EA for ; Wed, 1 Aug 2007 21:16:59 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so326280qbd for ; Wed, 01 Aug 2007 14:16:58 -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:content-transfer-encoding:content-disposition:references; b=V/TJdS3CkeNtZJUHgz82MFhRcB66kCIHodl7eUAsg3sM6zHr9WD3nj5p2u5VIU0xW6BW0AJwBfPSvoFVDYjlFoFYmO4D20OlWUoTLYZ+dtssYwJbAhMCg77HPDSj85L1jV6pltpuWNlV83B3mutlNtoYhv2/Ni7EE0JNMR76+04= 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:content-transfer-encoding:content-disposition:references; b=iXk3PxbLGpTtUOYJ+nwKGWnu1avKK7Rt7dat7SXD1V8YQyqG9n4qlnppv0epzDLe40JrqCv7YAiqVFLpSxDO3nCHYooUvFH5AsJUC62t+U+zU9O8Wt07YR17KwwaNmPd3pI1irPjtS1tkmdMLtXRBEWviaA7bHWagLxEdWGgvPM= Received: by 10.64.181.12 with SMTP id d12mr2040527qbf.1186003017757; Wed, 01 Aug 2007 14:16:57 -0700 (PDT) Received: by 10.65.158.8 with HTTP; Wed, 1 Aug 2007 14:16:57 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 18:16:57 -0300 From: "Eduardo Meyer" To: "Marc G. Fournier" , "Dan Nelson" , "Tim Daneliuk" , freebsd-stable@freebsd.org, "FreeBSD Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46A22253.8080100@tundraware.com> <20070721165539.GA2579@dan.emsphone.com> <1431AA268771E71884A824C3@fserv.hub.org> <20070722033804.GA49930@eos.sc1.parodius.com> <20070726171402.GB89315@eos.sc1.parodius.com> Cc: Subject: Re: SATA 300 Drive Being Run At 150 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:16:59 -0000 > > 4) Is your motherboard set to use AHCI for the SATA (ICH7) controller? > > There's reports that SATA300 is only available/used on some controllers > > when AHCI is used. > > I dont know. I could not find such a similar option on BIOS, so I dont > know how to check it. Is it possible to be checked from system? Just to let everyone know, for me this "AHCI" thing made the whole difference. On BIOS there were some options to be combined with AHCI, and doing the right combination made the disk get controlled as SATA300. Thank you veryone, specially Jeremy Chadwick for the valuable inputs. -- =========== Eduardo Meyer pessoal: dudu.meyer@gmail.com profissional: ddm.farmaciap@saude.gov.br From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:19: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 0BC4816A41A for ; Wed, 1 Aug 2007 21:19:58 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 3C70113C474 for ; Wed, 1 Aug 2007 21:19:53 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l71LJqjm094835; Wed, 1 Aug 2007 17:19:52 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46B0F8FB.7080801@xxiii.com> Date: Wed, 01 Aug 2007 17:19:55 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: ytriffy References: <46B0F12A.4070707@gmail.com> In-Reply-To: <46B0F12A.4070707@gmail.com> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What hardware can cause crashes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:19:58 -0000 ytriffy wrote: > So I rely on you to help me determine which hardware can cause frequent > crashes(page faults mostly). Hmmm?? A page fault is not a "crash". The things I usually suspect first are memory, power supply and cooling. MemTest86 http://www.memtest.org/ is a good exerciser / diagnostic for memory and the related chips & buses. Download the iso, burn it, boot it, run it. The other stuff I don't have any easy suggestions for, but memtest is a good start. -RW From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:21: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 499E416A420 for ; Wed, 1 Aug 2007 21:21:15 +0000 (UTC) (envelope-from ross.penner@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 0EBC513C521 for ; Wed, 1 Aug 2007 21:21:13 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so232454wxd for ; Wed, 01 Aug 2007 14:21:12 -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=j3+y9fUoVB3ffhuz0lP1sDi/pllNaQT4fdyp44J9WB6aKeioHcFgK2Vq2RXLHixZblwE1sUZrJrO0SdLQjK6wEeGYl01gBs9FSwW2AAA+euhX5twcSi6gDFSsM9UGE5h8wL80gdN4GvUh8EW1YYocfcrQw3zNDt0XGsx5Oh8Usk= 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=nxe8O/aDV3VnjgKTRUzqSGAFPpIy26+PvVlL2GAgBn6nzvvoZNmEbVPXVLdmpmMwHpkXQbWhIKlIyrZU720Ir+2ePmpOwqlX22NDNEW2BfolE4O2gUsWx6s7dpGxCshjZUuwaklLiVUBSpw4uOT2cCCjF/KdiVgFEdwhZCB7Ugk= Received: by 10.70.17.1 with SMTP id 1mr1950878wxq.1186003272213; Wed, 01 Aug 2007 14:21:12 -0700 (PDT) Received: by 10.70.17.10 with HTTP; Wed, 1 Aug 2007 14:21:12 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 15:21:12 -0600 From: "Ross Penner" To: "Reid Linnemann" In-Reply-To: <46B0D50F.8050402@cs.okstate.edu> MIME-Version: 1.0 References: <46B0D50F.8050402@cs.okstate.edu> 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: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:21:15 -0000 On 8/1/07, Reid Linnemann < lreid@cs.okstate.edu> wrote: > > Written by Ross Penner on 08/01/07 13:34>> > > Hi everybody, > > > > I'm trying to install a system on a machine that doesn't have an optical > > drive. I plan on using a USB flash drive to do the job and found a > > messages from hackers@freebsd.org > > (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html ) > > about just such a thing. The script provided converts the CD image into > > one suitable for a flashmemory stick. I used and coverted it without > > issue. The instructions say to use dd to prepare the flash drive so > > executed > > #dd if=flashbsd.iso of=/dev/da0 > > I'm not entirely confident that that was the correct procedure, as I'm > > quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to > > boot. I can mount the filesystem so it seems that prepareing the drive > > was succesful. I'm using a via chipset and yes, the bios is set to boot > > from USB-FDD. I used the 6.2 boot only image. > > > > Thanks for any insight you can provide me. > > > > Ross > > > > That seems correct to me. You may want to 'bsdlabel -B /dev/da0' after > writing the ufs image to it. The script you referenced does this to the > image before you write it to the flash drive, so the boot code should > already be there... but it appears to have gotten lost. > Perhaps it never worked in the first place? rosbot# bsdlabel -B /dev/da0 bsdlabel: partition c doesn't cover the whole unit! bsdlabel: An incorrect partition c may cause problems for standard system utilities I didn't do anything to the drive before dd'ing to it. Should have it been prepared somehow? I assumed dd would take care of partitions. There is a da0a and a da0c in /dev/ . From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:29: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 465B316A469 for ; Wed, 1 Aug 2007 21:29:41 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 24FAB13C483 for ; Wed, 1 Aug 2007 21:29:41 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 1B8B1A093A; Wed, 1 Aug 2007 16:29:39 -0500 (CDT) Message-ID: <46B0FB3D.20707@cs.okstate.edu> Date: Wed, 01 Aug 2007 16:29:33 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Ross Penner References: <46B0D50F.8050402@cs.okstate.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:29:41 -0000 Written by Ross Penner on 08/01/07 16:21>> > On 8/1/07, *Reid Linnemann* < lreid@cs.okstate.edu > > wrote: > > Written by Ross Penner on 08/01/07 13:34>> > > Hi everybody, > > > > I'm trying to install a system on a machine that doesn't have an > optical > > drive. I plan on using a USB flash drive to do the job and found a > > messages from hackers@freebsd.org > > ( > http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html > ) > > about just such a thing. The script provided converts the CD > image into > > one suitable for a flashmemory stick. I used and coverted it > without > > issue. The instructions say to use dd to prepare the flash drive so > > executed > > #dd if=flashbsd.iso of=/dev/da0 > > I'm not entirely confident that that was the correct procedure, > as I'm > > quite unfamilar with dd. Unfortunetly, I can't seem to get the > drive to > > boot. I can mount the filesystem so it seems that prepareing the > drive > > was succesful. I'm using a via chipset and yes, the bios is set > to boot > > from USB-FDD. I used the 6.2 boot only image. > > > > Thanks for any insight you can provide me. > > > > Ross > > > > That seems correct to me. You may want to 'bsdlabel -B /dev/da0' after > writing the ufs image to it. The script you referenced does this to the > image before you write it to the flash drive, so the boot code should > already be there... but it appears to have gotten lost. > > > Perhaps it never worked in the first place? > > rosbot# bsdlabel -B /dev/da0 > bsdlabel: partition c doesn't cover the whole unit! > bsdlabel: An incorrect partition c may cause problems for standard > system utilities > > I didn't do anything to the drive before dd'ing to it. Should have it > been prepared somehow? I assumed dd would > take care of partitions. There is a da0a and a da0c in /dev/ . > No, that's just a warning message and does not prevent the bootcode from being installed. Have you ever booted any other system from this flash disk on this machine? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:36: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 5F3E216A475 for ; Wed, 1 Aug 2007 21:36:22 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 397D413C4A8 for ; Wed, 1 Aug 2007 21:36:22 +0000 (UTC) (envelope-from sdavtaker@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so332982waf for ; Wed, 01 Aug 2007 14:36:21 -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=hotKnR3aPbEQp/jcAVu9vSfu/eGVwAC8gAHEE4ea7sUkpjUHVnVKdKbnwvGuVQfnHPh94EAD9vX4o/STYvfdT6mFM6EGoQRWGOVDdtYRKwa94VAuXaTF17EeWeowsBlgfesxQPhlWTff6UsgmzMBfpA0Ji8UJ1gFZpbIaOP6PH8= 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=H9TiPtA/s3hm0jUsf2kZeN4lB7uT0KpxzvhhX9n6E1sZtYglspjClFtMQu8Bz9hW4JbO1waMsRrKsp5KQ0HPdlcieGhGYPfTRHZhZK+nrGb988N64dnl4BdyfMyZ3b1pCfNTjopZrQc+BI3AAet2BDbWiMDX6DHW6DQ8WA6h9io= Received: by 10.115.16.1 with SMTP id t1mr1089167wai.1186002509888; Wed, 01 Aug 2007 14:08:29 -0700 (PDT) Received: by 10.114.235.9 with HTTP; Wed, 1 Aug 2007 14:08:29 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 18:08:29 -0300 From: "=?UTF-8?Q?Sd=C3=A4vtaker?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How to foward subdomains? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:36:22 -0000 Hello Sorry in advance for my english,it is not my main language. I got a tiny network with 2 computers and only 1 external ip. I configured my router to foward the dns port to machine1, and registered it in nic as ns1.mydomain.com, i had successfully moved my registered domains to that dns and could run all my services in that machine, ie i can http://www.mydomain.com from outside. After that i had setup a second machine in the network and i want to make this one a subdomain of the first one ie second.mydomain.com, this second machine got no external ip. How can i set my first machine to foward all the traffic directed to that domain? Thanks for any help u can give me. Sdav From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:39: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 196D416A41A for ; Wed, 1 Aug 2007 21:39:41 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id ADA7213C461 for ; Wed, 1 Aug 2007 21:39:40 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so235413wxd for ; Wed, 01 Aug 2007 14:39: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:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TyaspzRLoZTlabhgoZzu6moNqohESWdHzF24n8hAchI02HWf174NItwRhk51zMbsmqUGeU3CSQNwVVC1OjlipO9+3vHwkXQF9Z8clMPuwVcJJo/1+z0roTPk5KhqgjZo2zkX/x9/lHq4nRFgqKfJ4u8TbWNpO+dw2zD3CKu312I= 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=nrXiTkN1kjE1Ups+ueRjTrNgma9J/GGl1/7hw2JFBezDwW4IqHadbbzLn9pt42O7z9p3xsUCtTEu7uAyqshQeayO3VxkP+x802OSXEkr+ayVpCZVnX/1AwwdKFazTopYvKH/oeEyewqT1rwkgrDiTVtp5eGTEa2y09dsdbpWS/M= Received: by 10.70.9.8 with SMTP id 8mr1975655wxi.1186004379106; Wed, 01 Aug 2007 14:39:39 -0700 (PDT) Received: by 10.70.17.10 with HTTP; Wed, 1 Aug 2007 14:39:39 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 15:39:39 -0600 From: "Ross Penner" To: "Reid Linnemann" In-Reply-To: <46B0FB3D.20707@cs.okstate.edu> MIME-Version: 1.0 References: <46B0D50F.8050402@cs.okstate.edu> <46B0FB3D.20707@cs.okstate.edu> 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: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:39:41 -0000 On 8/1/07, Reid Linnemann wrote: > > Written by Ross Penner on 08/01/07 16:21>> > > On 8/1/07, *Reid Linnemann* < lreid@cs.okstate.edu > > > wrote: > > > > Written by Ross Penner on 08/01/07 13:34>> > > > Hi everybody, > > > > > > I'm trying to install a system on a machine that doesn't have an > > optical > > > drive. I plan on using a USB flash drive to do the job and found > a > > > messages from hackers@freebsd.org > > > ( > > > http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html > > < > http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html>) > > > about just such a thing. The script provided converts the CD > > image into > > > one suitable for a flashmemory stick. I used and coverted it > > without > > > issue. The instructions say to use dd to prepare the flash drive > so > > > executed > > > #dd if=flashbsd.iso of=/dev/da0 > > > I'm not entirely confident that that was the correct procedure, > > as I'm > > > quite unfamilar with dd. Unfortunetly, I can't seem to get the > > drive to > > > boot. I can mount the filesystem so it seems that prepareing the > > drive > > > was succesful. I'm using a via chipset and yes, the bios is set > > to boot > > > from USB-FDD. I used the 6.2 boot only image. > > > > > > Thanks for any insight you can provide me. > > > > > > Ross > > > > > > > That seems correct to me. You may want to 'bsdlabel -B /dev/da0' > after > > writing the ufs image to it. The script you referenced does this to > the > > image before you write it to the flash drive, so the boot code > should > > already be there... but it appears to have gotten lost. > > > > > > Perhaps it never worked in the first place? > > > > rosbot# bsdlabel -B /dev/da0 > > bsdlabel: partition c doesn't cover the whole unit! > > bsdlabel: An incorrect partition c may cause problems for standard > > system utilities > > > > I didn't do anything to the drive before dd'ing to it. Should have it > > been prepared somehow? I assumed dd would > > take care of partitions. There is a da0a and a da0c in /dev/ . > > > > No, that's just a warning message and does not prevent the bootcode from > being installed. Have you ever booted any other system from this flash > disk on this machine? > I havn't. That's about to be my next step. Thanks for your words of advice. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:41:55 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 BF41916A46B for ; Wed, 1 Aug 2007 21:41:55 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from skywagon.kjsl.com (skywagon.kjsl.com [IPv6:2001:1868:204::102]) by mx1.freebsd.org (Postfix) with ESMTP id A20AA13C458 for ; Wed, 1 Aug 2007 21:41:55 +0000 (UTC) (envelope-from javier@kjsl.com) Received: from www.kjsl.org (sucia.kjsl.com [IPv6:2001:1868:2001::100]) by skywagon.kjsl.com (Postfix) with ESMTP id AD5602A68E7; Wed, 1 Aug 2007 17:41:54 -0400 (EDT) Received: from 75.182.82.152 (SquirrelMail authenticated user javier) by www.kjsl.org with HTTP; Wed, 1 Aug 2007 17:41:55 -0400 (EDT) Message-ID: <51730.75.182.82.152.1186004515.squirrel@www.kjsl.org> In-Reply-To: <46B0E94A.7000402@vindaloo.com> References: <0F1BC2BE-96F1-456F-90A3-98BC74A84F89@gmail.com> <20070801135307683557.1d5a8ddb@kjsl.com> <46B0E94A.7000402@vindaloo.com> Date: Wed, 1 Aug 2007 17:41:55 -0400 (EDT) From: "Javier Henderson" To: "Christopher Hilton" 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 Cc: Eric Crist , User Questions Subject: Re: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:41:55 -0000 On Wed, August 1, 2007 16:12, Christopher Hilton wrote: > Javier Henderson wrote: >> On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote: >>> Hey list, >>> >>> While my ISP is rather geeky and more than willing to give me an IPv6 >>> tunnel to the internet, there seems to be a large number of routing >>> problems upstream from them that prevent us from accessing the >>> majority of the IPv6 net. >>> >>> So, I ask two things really. >>> >>> 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll >>> route across a gif tunnel? >> >> http://www.tunnelbroker.net/ >> >> I use them and seem to be quite good. >> > > I second that recommendation. The ISP in question is Hurricane Electric > and the process is 100% web driven. It took me less than a day to get a > gif tunnel up and an ipv6 /64 assignment. I was up and running in a few hours! I'm using a Cisco rouer on my end, it was very easy to set up and get going. -jav (disclaimer: I work at Cisco) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 21:51: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 4044716A41A for ; Wed, 1 Aug 2007 21:51:15 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id D7A7513C46C for ; Wed, 1 Aug 2007 21:51:14 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so624680pye for ; Wed, 01 Aug 2007 14:51:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=dqVCMIcH0l/1KUZitKLMKEdlKYnpGeeR+d5IcMTKwNZdfkW/GI6PuLVJcvjtvUhx5y8hRDHBUrKspcYpfAafA3S2ShmQHDxTdh1WK3jWb2NMXvBblj+PUAMVX7MpetS9mGtekHr8o1wUSCaNQz5YoP/Kk1Bhykl90/ojj6ar/nw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=jsdBbfonSy37DGDFy4oSJo7zY1ITKxyyWlHaYfLTsZpzRJl6/9lE03BqjQFLuZAoLe9+U+Q9bh5+ZAHIm2YnS81Yoj12lxfDhAgLIqWDetlxdq1VM1xqT8tLXP6lCqdBfONS7O6NcSl+ohOj1eXSJKOxKM4/Lh1YJ9QUdkFspnQ= Received: by 10.35.103.6 with SMTP id f6mr1616836pym.1186005073899; Wed, 01 Aug 2007 14:51:13 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id f55sm1942495pyh.2007.08.01.14.51.11 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2007 14:51:12 -0700 (PDT) In-Reply-To: <51730.75.182.82.152.1186004515.squirrel@www.kjsl.org> References: <0F1BC2BE-96F1-456F-90A3-98BC74A84F89@gmail.com> <20070801135307683557.1d5a8ddb@kjsl.com> <46B0E94A.7000402@vindaloo.com> <51730.75.182.82.152.1186004515.squirrel@www.kjsl.org> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Wed, 1 Aug 2007 16:51:09 -0500 To: Javier Henderson X-Mailer: Apple Mail (2.752.3) Cc: Christopher Hilton , User Questions Subject: Re: IPv6 Tunnel Brokers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 21:51:15 -0000 On Aug 1, 2007, at 4:41 PMAug 1, 2007, Javier Henderson wrote: > On Wed, August 1, 2007 16:12, Christopher Hilton wrote: >> Javier Henderson wrote: >>> On Wed, 1 Aug 2007 09:52:45 -0500, Eric Crist wrote: >>>> Hey list, >>>> >>>> While my ISP is rather geeky and more than willing to give me an >>>> IPv6 >>>> tunnel to the internet, there seems to be a large number of routing >>>> problems upstream from them that prevent us from accessing the >>>> majority of the IPv6 net. >>>> >>>> So, I ask two things really. >>>> >>>> 1) Does anyone know of an ISP that'll give me a /48 or /64 they'll >>>> route across a gif tunnel? >>> >>> http://www.tunnelbroker.net/ >>> >>> I use them and seem to be quite good. >>> >> >> I second that recommendation. The ISP in question is Hurricane >> Electric >> and the process is 100% web driven. It took me less than a day to >> get a >> gif tunnel up and an ipv6 /64 assignment. > > I was up and running in a few hours! > > I'm using a Cisco rouer on my end, it was very easy to set up and > get going. > > -jav (disclaimer: I work at Cisco) Thanks for the pointer to he.net! I signed up, and my tunnel was approved within a half hour. I've already setup reverse DNS and the tunnel, and, 2 hours after signing up, I'm routed and operational! What's weird, is that from the he.net tunnel, I can ping6 www.kame.net, and I can ping6 my other ip6 addresse (my other tunnel). But, from my old tunnel, I cannot ping6 www.kame.net. Must be a routing issue somewhere between... Thanks for the pointer guys! Eric Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 22:17: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 5931316A417 for ; Wed, 1 Aug 2007 22:17:03 +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 1AEB413C459 for ; Wed, 1 Aug 2007 22:17:02 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 01 Aug 2007 18:17:03 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id IYQ76405; Wed, 1 Aug 2007 18:17:02 -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; 01 Aug 2007 18:16:56 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18097.1625.578827.381553@jerusalem.litteratus.org> Date: Wed, 1 Aug 2007 18:16:57 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <41DEA020-0134-46DB-A6E1-B8D0881768FE@gmail.com> References: <18096.39488.530454.883753@jerusalem.litteratus.org> <200708011654.08611.wundram@beenic.net> <41DEA020-0134-46DB-A6E1-B8D0881768FE@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: semi OT: sh scripting 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: Wed, 01 Aug 2007 22:17:03 -0000 Eric Crist writes: > > If you're using bash, set IFS to the newline only before looping. I > > guess the > > tcsh also has a similar setting, but I wouldn't know where to look. > > > > --- > > IFS=" > > " > > This also works for sh. To the OP, simply add the lines above > your for listed above to your script, and it should work. No > bash required. Tested and confirmed. Thanks everyone - the script works. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 22:24: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 C99F816A420 for ; Wed, 1 Aug 2007 22:24:06 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC0C13C465 for ; Wed, 1 Aug 2007 22:24:06 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so637795pye for ; Wed, 01 Aug 2007 15:24: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:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qkOYgj7GWCDJkPLiPhTusuAAYwNvNhdk4LXQiSp1RNsa2X2k56NP11ixSdxiAP9X+ewFqm9bheuGEtFzOTbwa1a18ScCRdsiVSsxSAR/eqPCTz4tZec0Xlcynihha49LQoATvQ+xvYI0IeOhF6rNo7JVtLRcSP3aTfVx9zG7OoQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NlA3MfOIDM85W9iCTll3ulImqgg+g2eF3llQjcyrEil9M912p958Z1QoZI8vDW5RDJWfTWMoq2eOslqZVMzdLJju7zkjVTdXj+Eq6G5te1SW7ZFuQAnZaeTCD3bpPPt7LReJMOd2RjTUDrWVyIW1RNPBtlb2EkESitkHZCXpb3M= Received: by 10.35.64.8 with SMTP id r8mr1657294pyk.1186005442307; Wed, 01 Aug 2007 14:57:22 -0700 (PDT) Received: by 10.35.107.14 with HTTP; Wed, 1 Aug 2007 14:57:22 -0700 (PDT) Message-ID: <8cb6106e0708011457q4b468723x7ecee0bf70c52809@mail.gmail.com> Date: Wed, 1 Aug 2007 17:57:22 -0400 From: "Josh Carroll" To: "A.G. Russell IV" In-Reply-To: <20070801030504.GA3773@bifrost.agrussell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> Cc: Zbigniew Szalbot , Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 22:24:06 -0000 You need wait no longer...the security advisory just went out with a patch: http://security.freebsd.org/advisories/FreeBSD-SA-07:07.bind.asc Josh From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 23:06: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 AA83D16A41B for ; Wed, 1 Aug 2007 23:06:14 +0000 (UTC) (envelope-from fbsdolot@cit.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 5E72113C480 for ; Wed, 1 Aug 2007 23:06:14 +0000 (UTC) (envelope-from fbsdolot@cit.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 3017D63F85D for ; Thu, 2 Aug 2007 02:49:28 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [89.179.159.68] (HELO gkt) by corbina.ru (CommuniGate Pro SMTP 5.1.10) with SMTP id 31730064 for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 02:51:12 +0400 Message-ID: <056501c7d48e$34eefab0$e50010ac@gkt> From: "Geo" To: Date: Thu, 2 Aug 2007 02:49:24 +0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Subject: problem in Manmail Makefile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 23:06:14 -0000 Mailman Makefile contains: ---------------------------------- .if defined(WITH_SENDMAIL) MAIL_GID?= mailnull .endif ------------------------------------ But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send any message to mailman list I receive the error: ----------------------------------- Group mismatch error. Mailman expected the mailwrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "mailnull". Try tweaking the mail server to run the script as group "mailman", or re-run configure, providing the command line option `--with-mail-gid=mailnull'. -------------- What (and how!) can I do to set MAIL_GID= mailnull? If I understand I'll describe this in detail for users! From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 23:20: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 97F4E16A469 for ; Wed, 1 Aug 2007 23:20:20 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 97C5213C465 for ; Wed, 1 Aug 2007 23:20:19 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l71NK2Br038202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 03:20:08 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l71NK2MD038201; Thu, 2 Aug 2007 03:20:02 +0400 (MSD) (envelope-from yuri@darklight.org.ru) From: Yuri Pankov To: Geo In-Reply-To: <056501c7d48e$34eefab0$e50010ac@gkt> References: <056501c7d48e$34eefab0$e50010ac@gkt> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8VOpMHKyAQdOw7Dm3+cw" Date: Thu, 02 Aug 2007 03:20:02 +0400 Message-Id: <1186010402.1237.6.camel@darklight.org.ru> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Thu, 02 Aug 2007 03:20:08 +0400 (MSD) Cc: freebsd-questions@freebsd.org Subject: Re: problem in Manmail Makefile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 23:20:20 -0000 --=-8VOpMHKyAQdOw7Dm3+cw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2007-08-02 at 02:49 +0400, Geo wrote: > Mailman Makefile contains: > ----------------------------------=20 > .if defined(WITH_SENDMAIL) > MAIL_GID?=3D mailnull > .endif > ------------------------------------=20 > But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I sen= d > any message > to mailman list I receive the error: > ----------------------------------- > Group mismatch error. Mailman expected the mailwrapper script to be > executed as group "mailman", but the system's mail server executed the m= ail > script as group "mailnull". Try tweaking the mail server to run the scr= ipt > as group "mailman", or re-run configure, providing the command line opti= on > `--with-mail-gid=3Dmailnull'. > -------------- >=20 > What (and how!) can I do to set MAIL_GID=3D mailnull? >=20 > If I understand I'll describe this in detail for users! >=20 Are you sure that you have selected Sendmail in `make config' stage? Check that you have the same output (and if it's indeed the same, then there's really something wrong with args passed to configure by port): [/usr/ports/mail/mailman]> make -V WITH_SENDMAIL true [/usr/ports/mail/mailman]> make -V MAIL_GID mailnull [/usr/ports/mail/mailman]> make -V CONFIGURE_ARGS --prefix=3D/usr/local/mailman --with-python=3D/usr/local/bin/python2.5 --with-username=3Dmailman --with-groupname=3Dmailman --with-mail-gid=3Dmailnull --with-cgi-gid=3Dwww HTH, Yuri --=-8VOpMHKyAQdOw7Dm3+cw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGsRUieoAklVFrLdgRAvdoAJsEAI3+Jt9K3aIHSundKEyDObWxtgCeKmkb ptDJjjFY8xFKG6XfEJD5cVI= =bKuw -----END PGP SIGNATURE----- --=-8VOpMHKyAQdOw7Dm3+cw-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 1 23:43:32 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 3BC5216A46B for ; Wed, 1 Aug 2007 23:43:32 +0000 (UTC) (envelope-from cb@severious.net) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id 25DFE13C45E for ; Wed, 1 Aug 2007 23:43:32 +0000 (UTC) (envelope-from cb@severious.net) Received: by ion.gank.org (Postfix, from userid 1001) id 638F9110F5; Wed, 1 Aug 2007 18:32:40 -0500 (CDT) Date: Wed, 1 Aug 2007 18:32:39 -0500 From: Craig Boston To: Ross Penner Message-ID: <20070801233230.GA1699@nowhere> Mail-Followup-To: Craig Boston , Ross Penner , User questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: User questions Subject: Re: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2007 23:43:32 -0000 On Wed, Aug 01, 2007 at 12:34:15PM -0600, Ross Penner wrote: > I'm using a via chipset and yes, the bios is set to boot from > USB-FDD. I used the 6.2 boot only image. I don't think that that option, which is for USB floppy drives, is what you want. USB flash memory uses a different protocol and looks like a hard drive. What you want is a "USB-HDD" or "USB Mass Storage" option in the boot order. With some BIOSes, USB storage devices don't show up in the normal boot order screen, but rather in a list of hard drives -- sometimes called "hard disk priority" or something similar. If it still doesn't work, you may want to check your motherboard manual and make sure that it's really capable of booting from USB flash memory. Not all BIOSes are. HTH, Craig From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 00:33: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 22FC116A418 for ; Thu, 2 Aug 2007 00:33:26 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id E226513C46A for ; Thu, 2 Aug 2007 00:33:24 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l720XEdU043637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 04:33:19 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l720XECd043636; Thu, 2 Aug 2007 04:33:14 +0400 (MSD) (envelope-from yuri@darklight.org.ru) From: Yuri Pankov To: freebsd-questions@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ma5PI/seLD8IzF3LG3fZ" Date: Thu, 02 Aug 2007 04:33:14 +0400 Message-Id: <1186014794.1237.17.camel@darklight.org.ru> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (darklight.org.ru [127.0.0.1]); Thu, 02 Aug 2007 04:33:19 +0400 (MSD) Subject: milter-greylist, spf and ipv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 00:33:26 -0000 --=-ma5PI/seLD8IzF3LG3fZ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I've been recently playing with just established ipv6 tunnel (thanks to all who provided their feedback to "IPV6 Tunnel Brokers" topic) and have found one problem - mail coming in from ipv6 addresses is greylisted regardless of spf records, for example: addr mx2.freebsd.org[2001:4f8:fff6::35] from to <.......> delayed for ...... though `freebsd.org descriptive text "v=3Dspf1 ip4:69.147.83.53 ip4:69.147.83.54 ip6:2001:4f8:fff6::35 ip6:2001:4f8:fff6::36 ~all"' clearly lists this address. Is it limitation of milter-greylist, libspf2 or is there something wrong with my setup? milter-greylist-3.0 libspf2-1.2.5_2 sendmail-8.14.1 from `hostname`.mc: define(`confMILTER_MACROS_HELO', confMILTER_MACROS_HELO``, {verify}'') define(`confMILTER_MACROS_ENVRCPT', confMILTER_MACROS_ENVRCPT``, {greylist}'') INPUT_MAIL_FILTER(`greylist', `S=3Dlocal:/var/milter-greylist/milter-greylist.sock, F=3DT, T=3DR:30s') TIA, Yuri --=-ma5PI/seLD8IzF3LG3fZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBGsSZKeoAklVFrLdgRArVUAJwIrYNOE4Vmeu0BlRGNQ53RKAeSLgCeL8dj Z+f4n4qlZF+xzzSUs0TbsPA= =ndti -----END PGP SIGNATURE----- --=-ma5PI/seLD8IzF3LG3fZ-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 00: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 E714616A420 for ; Thu, 2 Aug 2007 00:36:31 +0000 (UTC) (envelope-from david+dated+1186443892.3ba1df@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA5113C457 for ; Thu, 2 Aug 2007 00:36:31 +0000 (UTC) (envelope-from david+dated+1186443892.3ba1df@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.8/8.13.8) with ESMTP id l71NiqBO030820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 1 Aug 2007 19:44:52 -0400 (EDT) (envelope-from david+dated+1186443892.3ba1df@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.8/8.14.1/Submit) id l71Niqlw030819 for questions@freebsd.org; Wed, 1 Aug 2007 19:44:52 -0400 (EDT) (envelope-from david+dated+1186443892.3ba1df@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1186443892.3ba1df@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Wed, 01 Aug 2007 19:44:52 -0400 Date: Wed, 1 Aug 2007 19:44:50 -0400 To: questions@freebsd.org Message-ID: <20070801234450.GA30718@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/3846/Wed Aug 1 03:27:07 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: what triggers "you have mail" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 00:36:32 -0000 I keep getting the "you have mail" reminder. I am using Maildir and I have no new mail. I also have looked in /var/mail and nothing is new. Wondering what is being checked and where it is set. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 01:09: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 549BC16A418 for ; Thu, 2 Aug 2007 01:09:45 +0000 (UTC) (envelope-from roberth.sjonoy@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 DD0EC13C442 for ; Thu, 2 Aug 2007 01:09:44 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so322925uge for ; Wed, 01 Aug 2007 18:09: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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=G4cZ+86cW4EoIs77WotojqXm2AAT/fFtF9ybne9HjhfwuUon3A4550QS4dAwKDGvF9sM46LEqf9iWXDLpz852lrjEbK970MNBc8sMjAm4QP4NtxaU7V/V0rVWPUqr4RsMg171BZtaMd6lQR9ouC3XdWDj3MY2qjymdszYalLqr0= 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=tNRI2WzalbQ8/cXScvtEXZjyAZm7Dss7cRhZKH3GfW63FSSF4SUjvSwsGnjkO/H77CA+ZvgSSyRqGR+aJLzxrgadB9z+IGtsyklIGkMrQ6+d3jV5p2sFicXzOL6I8iznLEdHjcUtFml3VrCrUcJU3RIuuX5akF0Pvs/+Pp6N6yM= Received: by 10.66.232.9 with SMTP id e9mr1726940ugh.1186015419155; Wed, 01 Aug 2007 17:43:39 -0700 (PDT) Received: from ?192.168.1.4? ( [80.213.243.231]) by mx.google.com with ESMTPS id b33sm2712656ika.2007.08.01.17.43.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 17:43:38 -0700 (PDT) Message-ID: <46B128AE.9050203@gmail.com> Date: Thu, 02 Aug 2007 02:43:26 +0200 From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Compiling xorg 7.2 issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 01:09:45 -0000 Hello, I have just installed FreeBSD for the first time, and I prefer to just install the kernel and the base system under the installation, now I'm compiling xorg, but I got an issue, ===> Installing for xorg-7.2 ===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not found ===> Verifying install on /usr/local/lib/dri/r128_dri.so in /usr/ports/graphics/dri ===> Building for dri-7.0,2 Please run 'make realclean' before changing configs gmake: *** Error code 2 Stop in /usr/ports/graphics/dri. *** Error code 1 Stop in /usr/ports/x11/xorg. How do I solve this? please explain properly im very new to *bsd. Regards, Roberth. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 01:21:37 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 0E4C016A419 for ; Thu, 2 Aug 2007 01:21:37 +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 D83F213C46A for ; Thu, 2 Aug 2007 01:21:36 +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 594661CC84; Thu, 2 Aug 2007 11:05:19 +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 eaXV4FZs2FHG; Thu, 2 Aug 2007 11:05:19 +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 0621F1CC33; Thu, 2 Aug 2007 11:05:17 +1000 (EST) From: "Terry Sposato" To: "'David Banning'" References: <20070801234450.GA30718@skytracker.ca> In-Reply-To: <20070801234450.GA30718@skytracker.ca> Date: Thu, 2 Aug 2007 11:05:47 +1000 Message-ID: <002301c7d4a1$4485c8b0$cd915a10$@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: AcfUnUz9eDw/JZC2TQmrhK0awInRgAAA+Dog Content-Language: en-au Cc: questions@freebsd.org Subject: RE: what triggers "you have mail" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 01:21:37 -0000 Hi David, It is most likely coming to your mailbox setup. You can create an alias for it to be delivered appropriately to your maildir. Regards, Terry -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of David Banning Sent: Thursday, 2 August 2007 9:45 AM To: questions@freebsd.org Subject: what triggers "you have mail" I keep getting the "you have mail" reminder. I am using Maildir and I have no new mail. I also have looked in /var/mail and nothing is new. Wondering what is being checked and where it is set. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 02:14:42 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 CFC1216A417 for ; Thu, 2 Aug 2007 02:14:42 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id B543513C46E for ; Thu, 2 Aug 2007 02:14:42 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IGPeM-0004UK-BI for FreeBSD-questions@FreeBSD.org; Wed, 01 Aug 2007 18:38:56 -0700 Received: from 71-220-129-28.tcsn.qwest.net ([71.220.129.28] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IGPeM-0004UC-61 for FreeBSD-questions@FreeBSD.org; Wed, 01 Aug 2007 18:38:50 -0700 Message-ID: <46B1358A.6080007@math.arizona.edu> Date: Wed, 01 Aug 2007 18:38:18 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: FreeBSD-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: HPLIP I forgot rc.conf file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 02:14:42 -0000 I forgot to give you my rc.conf file # This file now contains just the overrides from /etc/defaults/rc.conf. blanktime="60" hostname=".domain.actdsltmp" ifconfig_ral0="DHCP" linux_enable="YES" moused_enable="YES" saver="blank" usbd_enable="YES" # added by Predrag by typing gnome_enable="YES" lpd_enable="NO" cupsd_enable="YES" hpiod_enable="YES" hpssd_enable="YES" oss_enable="YES" clear_tmp_enable="NO" # Clear /tmp at startup. clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp # added by xorg-libraries port local_startup="/usr/local/etc/rc.d" accounting_enable=YES Sincerely, Predrag Punosevac From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 02:14: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 0238C16A418 for ; Thu, 2 Aug 2007 02:14:43 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id DB40513C474 for ; Thu, 2 Aug 2007 02:14:42 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IGPbk-0004Tk-DC for FreeBSD-questions@FreeBSD.org; Wed, 01 Aug 2007 18:36:17 -0700 Received: from 71-220-129-28.tcsn.qwest.net ([71.220.129.28] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IGPbj-0004Su-TQ for FreeBSD-questions@FreeBSD.org; Wed, 01 Aug 2007 18:36:08 -0700 Message-ID: <46B13478.4070707@math.arizona.edu> Date: Wed, 01 Aug 2007 18:33:44 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: FreeBSD-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: OfficeJet R60 and HPLIP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 02:14:43 -0000 Dear ALL, I am an older newbie trying to set up an old HP Office Jet R60 on my office computer running FreeBSD 6.2 Stable with the Generic kernel. I followed excellent how to http://dsteinbrook.googlepages.com/hpliponfreebsd by Daniel Steinbrook (I am trying to use HPLIP since the printer is listed as a fully functional even Linux printing is recommending HPLIP for this printer) except the part about customizing kernel since my printer has a parallel port(I assume that part was relevant only for USB printers so I left kernel GENERIC). Unfortunately when I run hp-setup utility the printer is not detected. However printer is detected by OS as you can see from [root@ ~]# dmesg Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE-200706 #0: Sun Jun 3 14:20:02 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz (1799.98-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6f2 Stepping = 2 Features=0xbfebfbff Features2=0xe39d,CX16,,> AMD Features=0x20000000 AMD Features2=0x1 Cores per package: 2 real memory = 1064894464 (1015 MB) avail memory = 1032892416 (985 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_throttle0: on cpu0 cpu1: on acpi0 acpi_perf1: on cpu1 acpi_throttle1: on cpu1 acpi_throttle1: failed to attach P_CNT device_attach: acpi_throttle1 attach returned 6 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: port 0x8800-0x8807 mem 0xcfd00000-0xcfd7ffff,0xd0000000-0xdfffffff,0xcfd80000-0xcfdbffff irq 16 at device 2.0 on pci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M pcib1: irq 16 at device 28.0 on pci0 pci3: on pcib1 pcib2: irq 17 at device 28.1 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) uhci0: port 0x9000-0x901f irq 20 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x9400-0x941f irq 17 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x9800-0x981f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xa000-0xa01f irq 19 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xcfdffc00-0xcfdfffff irq 20 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib3: at device 30.0 on pci0 pci1: on pcib3 fwohci0: port 0xc400-0xc47f mem 0xcfef7800-0xcfef7fff irq 21 at device 3.0 on pci1 fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:11:d8:00:00:dc:32:ee fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:11:d8:dc:32:ee fwe0: Ethernet address: 02:11:d8:dc:32:ee fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ral0: mem 0xcfef8000-0xcfefffff irq 21 at device 9.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ral0: Ethernet address: 00:0e:2e:c4:7c:dc pci1: at device 10.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 atapci1: port 0xb800-0xb807,0xb400-0xb403,0xb000-0xb007,0xa800-0xa803,0xa400-0xa40f irq 17 at device 31.2 on pci0 ata2: on atapci1 ata3: on atapci1 pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: PRINTER MLC,PCL,PML,SCL plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 2000 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse Explorer, device ID 4 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xcb000-0xcbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec acd0: DVDR at ata0-slave UDMA66 ad4: 152627MB at ata2-master SATA150 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad4s1a g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5 audigyls0: port 0xc800-0xc81f irq 22 at device 10.0 on pci1 g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5 drmsub0: : (child of agp_i810.c) on agp0 info: [drm] AGP at 0xcfd00000 0MB info: [drm] Initialized i915 1.5.0 20060119 stray irq7 Running as a root user I see that hp-setup utility expect to find parallel port device on /dev/parport0 I do not have /dev/parport0 in /dev/ as you can see [pedja@ /dev]$ ls acd0 dri kbd0 psm0 ttyv3 acpi dsp kbd1 ptyp0 ttyv4 ad4 dsp0 kbdmux0 ptyp1 ttyv5 ad4s1 dsp1 klog ptyp2 ttyv6 ad4s1a dsp2 kmem ptyp3 ttyv7 ad4s1b dsp3 log ptyp4 ttyv8 ad4s1c dsp4 lpt0 random ttyv9 ad4s1d dsp5 lpt0.ctl rdvd ttyva ad4s1e dsp6 mdctl sndstat ttyvb ad4s1f dsp7 mem stderr ttyvc agpgart dsp8 mixer stdin ttyvd apm dsp_ac3 mixer0 stdout ttyve ata dsp_mmap net sysmouse ttyvf atkbd0 dsp_multich net1 ttyd0 urandom bpf0 dvd net2 ttyd0.init usb bpsm0 fd net3 ttyd0.lock usb0 console fd0 net4 ttyp0 usb1 consolectl fido network ttyp1 usb2 ctty fw0 nfs4 ttyp2 usb3 cuad0 fw0.0 nfslock ttyp3 usb4 cuad0.init fwmem0 null ttyp4 xpt0 cuad0.lock fwmem0.0 oss ttyv0 zero devctl geom.ctl pci ttyv1 devstat io ppi0 ttyv2 so I tried manually to specify the device not as /dev/ppc0 (but ppc0 is also not in /dev also I do not have /dev/ppc0) I also tried /dev/lpt0 as a device node since I can get printer reacting on lptest > /dev/lpt0. Unfortunately it prints only one line of codes instead of whole page. I was not playing enough with LP in hope of being able to do HPLIP Could anybody tell me what am I doing so wrong and give me some kind of directions? Sorry for this simple question. Sincerely, Predrag Punosevac Department of Mathematics University of Arizona P.S. I tried to use CUPS but it seems to me that cups expects printer to be detected as USB or network printer. ( I am messing up something big time with the parallel ports). All I have done was from the root account (I will set permissions latter). My computer is set up to run as a free standing Desktop so the host name is something generic. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 02:23: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 3044E16A417 for ; Thu, 2 Aug 2007 02:23:56 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id D3D9C13C45D for ; Thu, 2 Aug 2007 02:23:55 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 26179 invoked from network); 1 Aug 2007 21:23:55 -0500 Received: from 203-206-233-219.dyn.iinet.net.au (HELO localhost) (203.206.233.219) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 1 Aug 2007 21:23:55 -0500 Date: Thu, 2 Aug 2007 12:23:49 +1000 From: Norberto Meijome To: Tom Evans Message-ID: <20070802122349.63db1a48@localhost> In-Reply-To: <1185980882.1444.23.camel@localhost> References: <46B050C8.7000705@passagen.se> <46B066BF.8010609@crackmonkey.us> <1185980882.1444.23.camel@localhost> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: fatman@nospam.crackmonkey.nospam.us, Roger Olofsson , User Questions Subject: Re: Cleartype-similar? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 02:23:56 -0000 On Wed, 01 Aug 2007 16:08:02 +0100 Tom Evans wrote: > Cleartype is a Windows 2000 feature that enables sub-pixel anti-aliasing > on fonts displayed on a LCD panel. FreeType assists in that; this page > gives full details[1]. It is a bit dated, and seems to suggest that it > should work straight off the bat in recent KDE/Gnome versions. Subpixel aliasing is available (If i read the config screen correctly) in XFCE4 as well. _________________________ {Beto|Norberto|Numard} Meijome "All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use hammer." IBM maintenance manual, 1975 I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 02:42: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 F143416A41A for ; Thu, 2 Aug 2007 02:42:20 +0000 (UTC) (envelope-from bill@wiliweld.com) Received: from wiliweld.com (wiliweld.com [64.62.229.147]) by mx1.freebsd.org (Postfix) with SMTP id C925713C459 for ; Thu, 2 Aug 2007 02:42:20 +0000 (UTC) (envelope-from bill@wiliweld.com) Received: from localhost ([127.0.0.1]) by wiliweld.com for ; Wed, 1 Aug 2007 19:32:18 -0700 Date: Wed, 1 Aug 2007 19:32:18 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: wiliweld@typhoon.he.net To: freebsd-questions@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Missing KDEprint printer choices? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 02:42:21 -0000 Hello Family, I normally can use KDEprint's setup tool, (A) Add printer/class (B) Click "next" on the popup screen and then see scores of printer makes and models to choose from. I see nothing in my FreeBSD-6.2 offerings. I use KDEprint on all my Unix based OS's and KDEprint is fully poplulated when I get to this point. I felt I have loaded just about everything under /usr/ports/print and still see no printers to choose from. Can anyone shed some pointers my way? Thanks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 02:49: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 3B85E16A418 for ; Thu, 2 Aug 2007 02:49:19 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 19DC213C467 for ; Thu, 2 Aug 2007 02:49:18 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IGQH9-0003jO-5L for questions@freebsd.org; Wed, 01 Aug 2007 19:19:04 -0700 Received: from 71-220-129-28.tcsn.qwest.net ([71.220.129.28] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IGQH8-0003j8-LG for questions@freebsd.org; Wed, 01 Aug 2007 19:18:55 -0700 Message-ID: <46B13EBD.4050406@math.arizona.edu> Date: Wed, 01 Aug 2007 19:17:33 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.8 (-----) Cc: Subject: HP OfficeJet R60 using HPLIP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 02:49:19 -0000 Dear ALL, I am an older newbie trying to set up an old HP Office Jet R60 on my office computer running FreeBSD 6.2 Stable with the Generic kernel. I followed excellent how to http://dsteinbrook.googlepages.com/hpliponfreebsd by Daniel Steinbrook (I am trying to use HPLIP since the printer is listed as a fully functional even Linux printing is recommending HPLIP for this printer) except the part about customizing kernel since my printer has a parallel port(I assume that part was relevant only for USB printers so I left kernel GENERIC). Unfortunately when I run hp-setup utility the printer is not detected. However printer is detected by OS as you can see from [root@ ~]# dmesg Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-STABLE-200706 #0: Sun Jun 3 14:20:02 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 CPU 4300 @ 1.80GHz (1799.98-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6f2 Stepping = 2 Features=0xbfebfbff Features2=0xe39d,CX16,,> AMD Features=0x20000000 AMD Features2=0x1 Cores per package: 2 real memory = 1064894464 (1015 MB) avail memory = 1032892416 (985 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_throttle0: on cpu0 cpu1: on acpi0 acpi_perf1: on cpu1 acpi_throttle1: on cpu1 acpi_throttle1: failed to attach P_CNT device_attach: acpi_throttle1 attach returned 6 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: port 0x8800-0x8807 mem 0xcfd00000-0xcfd7ffff,0xd0000000-0xdfffffff,0xcfd80000-0xcfdbffff irq 16 at device 2.0 on pci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M pcib1: irq 16 at device 28.0 on pci0 pci3: on pcib1 pcib2: irq 17 at device 28.1 on pci0 pci2: on pcib2 pci2: at device 0.0 (no driver attached) uhci0: port 0x9000-0x901f irq 20 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x9400-0x941f irq 17 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x9800-0x981f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xa000-0xa01f irq 19 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xcfdffc00-0xcfdfffff irq 20 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered pcib3: at device 30.0 on pci0 pci1: on pcib3 fwohci0: port 0xc400-0xc47f mem 0xcfef7800-0xcfef7fff irq 21 at device 3.0 on pci1 fwohci0: OHCI version 1.10 (ROM=1) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:11:d8:00:00:dc:32:ee fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:11:d8:dc:32:ee fwe0: Ethernet address: 02:11:d8:dc:32:ee fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ral0: mem 0xcfef8000-0xcfefffff irq 21 at device 9.0 on pci1 ral0: MAC/BBP RT2561C, RF RT2527 ral0: Ethernet address: 00:0e:2e:c4:7c:dc pci1: at device 10.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 atapci1: port 0xb800-0xb807,0xb400-0xb403,0xb000-0xb007,0xa800-0xa803,0xa400-0xa40f irq 17 at device 31.2 on pci0 ata2: on atapci1 ata3: on atapci1 pci0: at device 31.3 (no driver attached) acpi_button0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: on ppc0 ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices on ppbus0: ppbus0: PRINTER MLC,PCL,PML,SCL plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 2000 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse Explorer, device ID 4 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xcb000-0xcbfff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec acd0: DVDR at ata0-slave UDMA66 ad4: 152627MB at ata2-master SATA150 SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad4s1a g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5 audigyls0: port 0xc800-0xc81f irq 22 at device 10.0 on pci1 g_vfs_done():acd0[READ(offset=32768, length=2048)]error = 5 drmsub0: : (child of agp_i810.c) on agp0 info: [drm] AGP at 0xcfd00000 0MB info: [drm] Initialized i915 1.5.0 20060119 stray irq7 Running as a root user I see that hp-setup utility expect to find parallel port device on /dev/parport0 I do not have /dev/parport0 in /dev/ as you can see [pedja@ /dev]$ ls acd0 dri kbd0 psm0 ttyv3 acpi dsp kbd1 ptyp0 ttyv4 ad4 dsp0 kbdmux0 ptyp1 ttyv5 ad4s1 dsp1 klog ptyp2 ttyv6 ad4s1a dsp2 kmem ptyp3 ttyv7 ad4s1b dsp3 log ptyp4 ttyv8 ad4s1c dsp4 lpt0 random ttyv9 ad4s1d dsp5 lpt0.ctl rdvd ttyva ad4s1e dsp6 mdctl sndstat ttyvb ad4s1f dsp7 mem stderr ttyvc agpgart dsp8 mixer stdin ttyvd apm dsp_ac3 mixer0 stdout ttyve ata dsp_mmap net sysmouse ttyvf atkbd0 dsp_multich net1 ttyd0 urandom bpf0 dvd net2 ttyd0.init usb bpsm0 fd net3 ttyd0.lock usb0 console fd0 net4 ttyp0 usb1 consolectl fido network ttyp1 usb2 ctty fw0 nfs4 ttyp2 usb3 cuad0 fw0.0 nfslock ttyp3 usb4 cuad0.init fwmem0 null ttyp4 xpt0 cuad0.lock fwmem0.0 oss ttyv0 zero devctl geom.ctl pci ttyv1 devstat io ppi0 ttyv2 so I tried manually to specify the device not as /dev/ppc0 (but ppc0 is also not in /dev also I do not have /dev/ppc0) I also tried /dev/lpt0 as a device node since I can get printer reacting on lptest > /dev/lpt0. Unfortunately it prints only one line of codes instead of whole page. I was not playing enough with LP in hope of being able to do HPLIP Could anybody tell me what am I doing so wrong and give me some kind of directions? Sorry for this simple question. My rc.conf file# This file now contains just the overrides from /etc/defaults/rc.conf. blanktime="60" hostname=".domain.actdsltmp" ifconfig_ral0="DHCP" linux_enable="YES" moused_enable="YES" saver="blank" usbd_enable="YES" # added by Predrag by typing gnome_enable="YES" lpd_enable="NO" cupsd_enable="YES" hpiod_enable="YES" hpssd_enable="YES" oss_enable="YES" clear_tmp_enable="NO" # Clear /tmp at startup. clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp # added by xorg-libraries port local_startup="/usr/local/etc/rc.d" accounting_enable=YES Sincerely, Predrag Punosevac Department of Mathematics University of Arizona P.S. I tried to use CUPS in order to use Gutenprint drivers but it seems to me that cups expects printer to be detected as USB or network printer. ( I am messing up something big time with the parallel ports). All I have done was from the root account (I will set permissions latter). My computer is set up to run as a free standing Desktop so the host name is something generic. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 03:12:01 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 0680716A41B for ; Thu, 2 Aug 2007 03:12:01 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8CD9713C46C for ; Thu, 2 Aug 2007 03:12:00 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so356057fka for ; Wed, 01 Aug 2007 20:11:59 -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=qvpa7v5M5RaZKn2amfq9heTtAnwZJ/mkd3e3ryAUCFpgU8Ep4tkgB1w/9dkO+dkcCecwSQCoKoff3jYlZwWkxbhlbrUTVo+hlWxFg9Sl7eXSSXfb2sp+F1L43MAKYRC+KHdwBvJxoh3Vyhw+9ycsE6pURpKDyl4cSHqHdbZ905Q= 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=VEUgSHnNSzDdDTsTIAaanQsgGndtoIx32SKxG1WvWII7e4NiLBtV9L4Y/eIzMFoHW7QYjG82vDC3w6XH2fCdUp3jCyIv2M/kH48zabBeQGbp3YpUyjeLETNnz8ESbO8pbLUgQU2BbAC62znjNn7zkKTR+nwAxLWd94cTu2AVlDk= Received: by 10.82.182.1 with SMTP id e1mr1683693buf.1186024315898; Wed, 01 Aug 2007 20:11:55 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Wed, 1 Aug 2007 20:11:55 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 22:11:55 -0500 From: "illoai@gmail.com" To: "David Banning" In-Reply-To: <20070801234450.GA30718@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070801234450.GA30718@skytracker.ca> Cc: questions@freebsd.org Subject: Re: what triggers "you have mail" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 03:12:01 -0000 On 01/08/07, David Banning wrote: > I keep getting the "you have mail" reminder. I am using Maildir > and I have no new mail. I also have looked in /var/mail and > nothing is new. Wondering what is being checked and where it > is set. Maybe look in /var/spool/clientmqueue or /var/spool/mqueue Though, honestly, most server-side mail stuff baffles me. -- -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 03:37: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 A0B1316A46D for ; Thu, 2 Aug 2007 03:37:35 +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 7256A13C4A3 for ; Thu, 2 Aug 2007 03:37:35 +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 l723bDwY019266; Wed, 1 Aug 2007 20:37:14 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Wed, 1 Aug 2007 20:37:32 -0700 User-Agent: KMail/1.9.7 References: <200707311351.57649.kstewart@owt.com> <46B05355.4060602@gmail.com> In-Reply-To: <46B05355.4060602@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708012037.33281.kstewart@owt.com> Cc: youshi10@u.washington.edu, Roy Subject: Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 03:37:35 -0000 On Wednesday 01 August 2007, Roy wrote: > Kent Stewart 写道: > > On Tuesday 31 July 2007, [1]youshi10@u.washington.edu wrote: > > > On Wed, 1 Aug 2007, Roy wrote: > > > [roy@admin ~]$ uname -a > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: > Tue Jul 31 23:11:21 CST 2007 > [2]roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel i386 > > -------------------------------------------------------------- > > > > Installing everything > > > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > Your system's definitely fubar'ed. touch should be found immediately > unless /bin isn't in $PATH. > > > > Touch isn't needed in a good installworld. This usually means your > system date is seriously off. If you use local clock in your cmos, > you need to "adjkerntz -i" when you boot to single user. > > Kent > > > > > thanks, > admin# echo $PATH > > /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/b >i n:/usr/X11R6/bin:/root/bin > and, i have executed the statement 'adjkerntz -i' ,when i make > installworld > > References > > 1. mailto:youshi10@u.washington.edu > 2. mailto:roy@admin.tmdxy.org:/usr/obj/usr/src/sys/RoyKernel BTW, there is a FAQ on the subject, see http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TOUCH-NOT-FOUND The adjkerntz command is mentioned in /usr/src/UPDATING and the handbook, see section "23.4.5 Drop to Single User Mode". 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 Thu Aug 2 03:37:55 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 30B2316A420 for ; Thu, 2 Aug 2007 03:37:55 +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 E04E413C46C for ; Thu, 2 Aug 2007 03:37:54 +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 228C23988E for ; Thu, 2 Aug 2007 05:37:53 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id E236B39885; Thu, 2 Aug 2007 05:37:52 +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 11F5E39877 for ; Thu, 2 Aug 2007 05:37:49 +0200 (CEST) Message-ID: <46B1518C.3060206@boosten.org> Date: Thu, 02 Aug 2007 05:37:48 +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 000763-1, 08/01/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Confused about version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 03:37:55 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, What should I be running when updating my sources? RELENG_6 or RELENG_6_2? Or is there no difference? When running RELENG_6, how often would I have to make buildworld? TIA Peter - -- http://www.boosten.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsVGMrvsez6l/SvARAhTyAJ9glFQzlM04ScZlVNLmPQ7tpc4HiACbB9e6 i+PomuHxqUE/ktDklGMv9Pw= =+2pY -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 03:47: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 4A34816A41A for ; Thu, 2 Aug 2007 03:47:11 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id BE20413C461 for ; Thu, 2 Aug 2007 03:47:10 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l723krHf092841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 10:46:53 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l723krjv056097; Thu, 2 Aug 2007 10:46:53 +0700 (ICT) Date: Thu, 2 Aug 2007 10:46:53 +0700 (ICT) Message-Id: <200708020346.l723krjv056097@banyan.cs.ait.ac.th> From: Olivier Nicole To: peter@boosten.org In-reply-to: <46B1518C.3060206@boosten.org> (message from Peter Boosten on Thu, 02 Aug 2007 05:37:48 +0200) References: <46B1518C.3060206@boosten.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Confused about version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 03:47:11 -0000 > What should I be running when updating my sources? RELENG_6 or > RELENG_6_2? Or is there no difference? I think that right now RELENG_6 and RELENG_6_2 are the same, but when 6.3 comes out, RELENG_6 will be the same as RELENG_6_3 and RELENG_6_2 will be something else. > When running RELENG_6, how often would I have to make buildworld? Not sure I understand your question. You buildworld every time you upgrade your system and need to rebuild your system. But you may decide that the fix is a minor thing and that you can save time from rebuilding everything and apply patch manually. Bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 03:58: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 8B73316A41F for ; Thu, 2 Aug 2007 03:58:35 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 1F20513C48A for ; Thu, 2 Aug 2007 03:58:34 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so364812fka for ; Wed, 01 Aug 2007 20:58: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=seI6PskIE3QUWVg+8mEUhhwdxV3bBq5cZQ50KRob3Gu2oxc1DOQPdT1HrFasgV/Q9NntuWgZAtM35odPX2H4PJkcEPk5BEbFkwuxQMwOU5rdmnVx2qxgvDo2dEYCexwNlb3eUFjVHs8FCOBK/yV17745tsSII3yxx8BKplYKA9U= 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=DXPIoboV2/YJ4xl31gZ1b2WXho4kTy/Ry2L+MzZuBhMN2kYSjO9RJJ0qf5+qjznSXRHVTx1AKWczPjZDPYC3VWmeTIDiHMx4UNn76RTnabzzCXkItdebcRmnaafsmLnX8D847PnI1JrJpcaPP4cs2zKc3glqh2MxxUPdMXX71kU= Received: by 10.82.100.1 with SMTP id x1mr1713770bub.1186027113627; Wed, 01 Aug 2007 20:58:33 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Wed, 1 Aug 2007 20:58:33 -0700 (PDT) Message-ID: Date: Wed, 1 Aug 2007 22:58:33 -0500 From: "illoai@gmail.com" To: "Peter Boosten" In-Reply-To: <46B1518C.3060206@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46B1518C.3060206@boosten.org> Cc: FreeBSD Questions Subject: Re: Confused about version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 03:58:35 -0000 On 01/08/07, Peter Boosten wrote: > Hi all, > > What should I be running when updating my sources? RELENG_6 or > RELENG_6_2? Or is there no difference? Short answer: What do you want to do? Slightly longer: RELENG_6 is the stable testing branch that will become 6.3 (soonest). RELENG_6_2 is the security branch of 6.2. If you want to just use FreeBSD, RELENG_6_2 is what you want. You can upgrade to 6_3 when it is released, probably without difficulty. If you want to help test, or are curious to watch the whole release process, or are just dying for some feature in -stable, RELENG_6 is probably what you want. Security branches are more or less (although in no legal way) guaranteed to work (for some definition of work), -stable and -current much less so. > > When running RELENG_6, how often would I have to make buildworld? > As often as you want, and as often as you check out the code. A couple of times a day or once a month. And, though you didn't ask, if you run RELENG_6_2, you'll want to rebuild (at least the pertinent bits) when there is a security notice which affects you. -- -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:04:55 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 1C46116A41B for ; Thu, 2 Aug 2007 04:04:55 +0000 (UTC) (envelope-from hburton@mraentertainment.com) Received: from mail.mraentertainment.com (243-145-222-203.static.techex.net.au [203.222.145.243]) by mx1.freebsd.org (Postfix) with ESMTP id 996B813C481 for ; Thu, 2 Aug 2007 04:04:52 +0000 (UTC) (envelope-from hburton@mraentertainment.com) Received: (qmail 81045 invoked by uid 89); 2 Aug 2007 04:04:50 -0000 Received: from unknown (HELO ?192.168.1.187?) (hburton@mraentertainment.com@192.168.1.187) by mickey.mraentertainment with ESMTPA; 2 Aug 2007 04:04:50 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) To: freebsd-questions@freebsd.org Message-Id: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> From: Hartleigh Burton Date: Thu, 2 Aug 2007 14:04:45 +1000 X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD vs mysql50-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:04:55 -0000 Hi Guys, I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and having some problems restoring a 10GB database backup to the new server. The error I receive is max_allowed_packet too large. When I change the value for max_allowed_packet and set it to 100M, or 500M, or 1G, or 1000M, or 8589934592 (bits), it does not appear to be changing the value in MySQL. I only have one configuration file located in /etc/mysql/my.cnf which is where I am setting the max_allowed_packet value. After altering this value, I restart MySQL (or even the entire server) and then log into mysql and do a "show variables;" command. The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and has not changed no matter what I try. Is the my.cnf file in the right location (/etc/mysql/)??? How can I check where MySQL is reading the configuration from if there is a possibility it is not coming from this location??? Not sure if this additional information is of any use, in the rc.conf file I have changed the database directory by using mysql_dbdir="/db/ mysql". Any help is greatly appreciated. Regards, Hartleigh Burton Resident Geek MRA Entertainment Pty Ltd 5 Dividend St | Mansfield | QLD 4122 | Australia Phone: (07) 3457 5041 Fax: (07) 3349 8806 Mobile: 0421 646 978 www.mraentertainment.com Internal Virus Database was built: Never Checked by MAC OSX... we don't get viruses! From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:11: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 0D31416A418 for ; Thu, 2 Aug 2007 04:11:53 +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 B7AB813C461 for ; Thu, 2 Aug 2007 04:11:52 +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 7A74D3988E for ; Thu, 2 Aug 2007 06:11:51 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 30F1C39885; Thu, 2 Aug 2007 06:11:51 +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 9523A39877 for ; Thu, 2 Aug 2007 06:11:48 +0200 (CEST) Message-ID: <46B15983.7080305@boosten.org> Date: Thu, 02 Aug 2007 06:11:47 +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: <46B1518C.3060206@boosten.org> In-Reply-To: X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000763-1, 08/01/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Confused about version X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:11:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 illoai@gmail.com wrote: > On 01/08/07, Peter Boosten wrote: > >> Hi all, >> >> What should I be running when updating my sources? RELENG_6 or >> RELENG_6_2? Or is there no difference? > > Short answer: > What do you want to do? > > Slightly longer: > RELENG_6 is the stable testing branch that > will become 6.3 (soonest). RELENG_6_2 is > the security branch of 6.2. > > If you want to just use FreeBSD, RELENG_6_2 > is what you want. You can upgrade to 6_3 > when it is released, probably without difficulty. > > If you want to help test, or are curious to watch > the whole release process, or are just dying for > some feature in -stable, RELENG_6 is probably > what you want. > > Security branches are more or less (although > in no legal way) guaranteed to work (for some > definition of work), -stable and -current much > less so. > >> When running RELENG_6, how often would I have to make buildworld? >> > > As often as you want, and as often as you check > out the code. A couple of times a day or once a month. > > And, though you didn't ask, if you run RELENG_6_2, > you'll want to rebuild (at least the pertinent bits) when > there is a security notice which affects you. > Thanks to all: very clear answer. I'll stick to 6_2 then. Greetz, Peter - -- http://www.boosten.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsVmCrvsez6l/SvARAuXKAJ4vQODQhBEG9HdHPA3coOzPttO8qgCfQfg1 HF8BkBdOALFWNF4XvrH/5Ao= =ILce -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:32: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 E842116A418 for ; Thu, 2 Aug 2007 04:32:57 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: from mail16.sea5.speakeasy.net (mail16.sea5.speakeasy.net [69.17.117.18]) by mx1.freebsd.org (Postfix) with ESMTP id C702913C458 for ; Thu, 2 Aug 2007 04:32:57 +0000 (UTC) (envelope-from jcw@highperformance.net) Received: (qmail 6341 invoked from network); 2 Aug 2007 04:06:17 -0000 Received: from dsl081-163-042.sea1.dsl.speakeasy.net (HELO [192.168.1.16]) ([64.81.163.42]) (envelope-sender ) by mail16.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 2 Aug 2007 04:06:17 -0000 Message-ID: <46B15839.1060604@highperformance.net> Date: Wed, 01 Aug 2007 21:06:17 -0700 From: "Jason C. Wells" User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PAM, su, and ksu behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:32:58 -0000 I would like for the su command to NOT prompt the user for any password when the user has a kerberos ticket. That is su should not prompt for a kerberos or unix passwd. PAM is unable to determine if a terminal is encrypted and so the system should not inspire the user to cough up a password. I simply added: auth sufficient pam_ksu.so no_warn to the second line in the default /etc/pam.d/su config file. It worked, but I would not expect to be prompted for a password when I already have a ticket. (Secure single sign on is the whole point, right?) What I desire is the behavior of the MIT ksu command. If the principal is listed in .k5login and has a valid ticket for the requesting principle, to be granted the shell as the new UID. Near as I can tell, the heimdal ksu command that comes with FreeBSD has nothing to do with PAM. Is that true? Don't assume that I understand PAM. I have been looking at this for all of a couple days. It seems dead simple. Maybe I just can't get the behavior I want. Thanks, Jason C. Wells From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:38: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 75ECE16A420 for ; Thu, 2 Aug 2007 04:38:59 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 094C813C480 for ; Thu, 2 Aug 2007 04:38:58 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so110005nfb for ; Wed, 01 Aug 2007 21:38:57 -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=GEaoOEMdfVhDZITs6xg+bPvxuXEevx2N0l0MBOptf0RqqrNkrkRPDD8y7yyuubSujI1VBKmqDPKSu4gpRNtbkg77rypNCT3CwUjvYBATZL4RnSLUqBbzlPGCozj2/Oq91ZSkj1Ti74HOtOYsFCyZmu3HiBK7DB4p6q/gl8/r6jY= 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=M8y3HaZq7pOvdZMqeEoL8sCguzlhCT7y5v95JvKdgNGAv3aKjI/p3BJK5Ec1tv6F1l63CFtfWysr87/m3Kfg4FmN7ANX+q77w0jzYD7Vqwr0zG3ijjKB/sgSnq+Xpusm/a/nrDBF7Bpn5o2R0Mpld85jrVZNDm3lwGbYQiWTjkM= Received: by 10.78.145.5 with SMTP id s5mr419233hud.1186029537474; Wed, 01 Aug 2007 21:38:57 -0700 (PDT) Received: by 10.78.25.12 with HTTP; Wed, 1 Aug 2007 21:38:57 -0700 (PDT) Message-ID: <539c60b90708012138y70da9609rafbf3ac86068826b@mail.gmail.com> Date: Wed, 1 Aug 2007 21:38:57 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: bb52786f3cfa78ba Subject: 6.2 not compatible with new sata drives ?! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:38:59 -0000 I know it strains credibility, but I can't see what else the problem could be. I got 2 new 160GB drives last month, and my system has been unstable ever since. I have swapped cables, purchased a brand-new sata150 controller (as opposed to the year old sataII), and the results are always the same. I thought the drives might be DOA so I RMA'd one of the 160's, and got a new 400GB yesterday, and it's differenent, but similar. Get lots of "setfeatures settransfermode taskqueue timeout" errors in dmesg, can't read sectors, sometimes the system reboots, etc. The only fix is to remove the new drives. Anyone else had this issue? My 2 old sata 160GB drives from last year are rock solid, but they get "disconnected" if you touch one of the new drives. Unplug the new drives, and no problems whatsoever with the old ones. I put both the sata150 and the sataII card in my system, and put the old 160's on one, and the new 160's on the other, and the old ones work fine, but the new ones still die (they just don't take the old ones with them when they are on their own card). So I'm pretty convinced it's the drives, but why? This is like the old Win95 days. I haven't had a legitimate hardware issue since I don't know when.... Steve From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:43: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 35CF316A419 for ; Thu, 2 Aug 2007 04:43:37 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id BACE913C465 for ; Thu, 2 Aug 2007 04:43:36 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so110228nfb for ; Wed, 01 Aug 2007 21:43:35 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=qe03zkGEnAqmiaZnHgI3PtnWhYNn5ZmeOYOQfNP73qCb0QYllhyyQ0aflGaHTeRdFFgrASEj+m0cUKHG0ObJrRiS9M/Fr6MbeBfzYVJRsvMNxtJa4pCi7PI/nv3uKd9q5oL0r78fJjpokyB2QSKbqbFMQEW0ijhA0UbvHyUtsd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Z/DUQmbbD/z9J9jpjJIeBU336xcZfWnFr2YIGwYU95i0bQ0qkBuzeV1AykPHxXAecC3GPoN5qqDGojiRUrBzWzsHv70sO4sStjrbENtzOTLu9hP/5x4bJDkXND5dqO3dClPrmJcaZ3X6E2CNQrXqqg6FZiwYG8KJmgiPPxVGAfc= Received: by 10.78.184.2 with SMTP id h2mr419189huf.1186029814941; Wed, 01 Aug 2007 21:43:34 -0700 (PDT) Received: by 10.78.25.12 with HTTP; Wed, 1 Aug 2007 21:43:34 -0700 (PDT) Message-ID: <539c60b90708012143w4c8a4972v7fadd3b7bd7bd536@mail.gmail.com> Date: Wed, 1 Aug 2007 21:43:34 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: ytriffy In-Reply-To: <46B0F12A.4070707@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46B0F12A.4070707@gmail.com> X-Google-Sender-Auth: fd0f16b1a7a35c7e Cc: freebsd-questions@freebsd.org Subject: Re: What hardware can cause crashes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:43:37 -0000 My time honored method is to start swapping parts - I'm getting my but kicked by a couple of brand-new disks right now. Swapped out controllers and cables, the system still is useless, but I'm now sure it's the disks. Better yet, I know it's the brand-new disks, not the old ones. Fortunately, it's not the disk I have BSD on, just a data drive, otherwise it would be hard to swap out and isolate, but with bsd, you can swap pretty much every component but the root disk for a new one and it will still boot. It can get expensive fast, but what can you do? Steve On 8/1/07, ytriffy wrote: > Hi, list. > I recently send some debug data to hackers about crashes on my system. > But it seems that no one knows how to help me. > So I rely on you to help me determine which hardware can cause frequent > crashes(page faults mostly). > My system specs: Athlon(tm) 64 Processor 3200+, MB: ECS (nforce4) A939 > , geforce 6600gt 128mb, > two memory modules kingstone and kingmax both 512mb, two hdd drives > Samsung and WD both 250GB, Realtek chipset NIC, > Cirrus logic cs4281 audio card. > > Any suggestions are appreciated. > > ytriffy. > _______________________________________________ > 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" > -- Steve Franks, KE7BTE Staff Engineer La Palma Devices, LLC http://www.lapalmadevices.com (520) 312-0089 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:45:16 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 123C416A418 for ; Thu, 2 Aug 2007 04:45:16 +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 EF00C13C442 for ; Thu, 2 Aug 2007 04:45:15 +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 BD5C01A4D7C; Wed, 1 Aug 2007 21:44:46 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 51597BAE9; Thu, 2 Aug 2007 00:45:15 -0400 (EDT) Date: Thu, 2 Aug 2007 00:45:15 -0400 From: Kris Kennaway To: Hartleigh Burton Message-ID: <20070802044515.GA26795@rot26.obsecurity.org> References: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD vs mysql50-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:45:16 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 02, 2007 at 02:04:45PM +1000, Hartleigh Burton wrote: > Hi Guys, >=20 > I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and =20 > having some problems restoring a 10GB database backup to the new =20 > server. The error I receive is max_allowed_packet too large. When I =20 > change the value for max_allowed_packet and set it to 100M, or 500M, =20 > or 1G, or 1000M, or 8589934592 (bits), it does not appear to be =20 > changing the value in MySQL. >=20 > I only have one configuration file located in /etc/mysql/my.cnf which =20 > is where I am setting the max_allowed_packet value. >=20 > After altering this value, I restart MySQL (or even the entire =20 > server) and then log into mysql and do a "show variables;" command. =20 > The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and =20 > has not changed no matter what I try. >=20 > Is the my.cnf file in the right location (/etc/mysql/)??? No, that is not the default location. I think it uses /var/db/mysql/my.cnf by default. > Not sure if this additional information is of any use, in the rc.conf =20 > file I have changed the database directory by using mysql_dbdir=3D"/db/= =20 > mysql". OK, then it is presumably /db/mysql/my.cnf. Kris --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGsWFbWry0BWjoQKURAiHPAJ9TjAaMre2ksosB5Lb1xFU+qLlxOACeOSgU ivL20RwCK8Du+qnfo6aQPOM= =plj7 -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 04:54:24 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 878E816A417 for ; Thu, 2 Aug 2007 04:54:24 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 627BD13C45B for ; Thu, 2 Aug 2007 04:54:24 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id D99106D45B for ; Thu, 2 Aug 2007 04:54:23 +0000 (UTC) Date: Thu, 2 Aug 2007 04:54:23 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: <20070802044515.GA26795@rot26.obsecurity.org> Message-ID: <20070802045325.O1718@duane.dbq.yournetplus.com> References: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> <20070802044515.GA26795@rot26.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: FreeBSD vs mysql50-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 04:54:24 -0000 On Thu, 2 Aug 2007 at 00:45 -0400, kris@obsecurity.org confabulated: > On Thu, Aug 02, 2007 at 02:04:45PM +1000, Hartleigh Burton wrote: >> Hi Guys, >> >> I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and >> having some problems restoring a 10GB database backup to the new >> server. The error I receive is max_allowed_packet too large. When I >> change the value for max_allowed_packet and set it to 100M, or 500M, >> or 1G, or 1000M, or 8589934592 (bits), it does not appear to be >> changing the value in MySQL. >> >> I only have one configuration file located in /etc/mysql/my.cnf which >> is where I am setting the max_allowed_packet value. >> >> After altering this value, I restart MySQL (or even the entire >> server) and then log into mysql and do a "show variables;" command. >> The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and >> has not changed no matter what I try. >> >> Is the my.cnf file in the right location (/etc/mysql/)??? > > No, that is not the default location. I think it uses > /var/db/mysql/my.cnf by default. My config file is located at /etc/my.cnf and it works fine. ------- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 05:26: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 CFDC816A419 for ; Thu, 2 Aug 2007 05:26:04 +0000 (UTC) (envelope-from mats@c83-250-138-187.bredband.comhem.se) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 5EED613C457 for ; Thu, 2 Aug 2007 05:26:04 +0000 (UTC) (envelope-from mats@c83-250-138-187.bredband.comhem.se) Received: from [83.251.118.254] (port=59465 helo=cyborg.valhall) by ch-smtp01.sth.basefarm.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGSxK-00012h-4Y for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 07:10:38 +0200 Received: from cyborg.valhall (localhost [127.0.0.1]) by cyborg.valhall (8.13.8/8.13.3) with ESMTP id l7259o8u001015 for ; Thu, 2 Aug 2007 07:09:50 +0200 (CEST) Received: (from mats@localhost) by cyborg.valhall (8.13.8/8.13.8/Submit) id l7259ocl001014 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 07:09:50 +0200 (CEST) (envelope-from mats) Date: Thu, 2 Aug 2007 07:09:50 +0200 From: z999 To: freebsd-questions@freebsd.org Message-ID: <20070802050950.GA865@cyborg.c83-250-138-187.bredband.comhem.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Originating-IP: 83.251.118.254 X-Scan-Result: No virus found in message 1IGSxK-00012h-4Y. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IGSxK-00012h-4Y cbb504585442c63e78bafd235189996d Subject: Firewall question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 05:26:04 -0000 Hi What I want to accomplish is a DMZ on the third ethernet on my soekrisbox. I have done this before with OpenBSD and PF but now I want to do it with FreeBSD and ipfw. My isp uses dhcp but they don't change my ip so very often (almost never) so you can see it like I have a static ip. First the ipnumbers on the three cards in the box. sis0 have 83.x.x.x sis1 have 192.168.0.1 , and this is the lan. sis2 have 10.0.0.1 , and this is meant to be a dmz. Another box with ip 10.0.0.2 is connected to sis2 and is configured as a webserver. I have a working firewall in the soekris-box with ipfw. What I want to do is redirect incoming on port 80 to 10.0.0.2. I have tried this in my /etc/natd.conf redirect_port tcp 10.0.0.2:80 80 In combination with an opening for incoming in the firewall for port 80 (any to any). I also opened for it in hosts.allow. I can see the website on my local lan and I can see it from the firewall, but not from outside. I use my cellphone to check if it's reachable (and that worked under OpenBSD and pf). In my rc.conf I have the natd_flags="-f /etc/natd.conf" after the firewall, I want the firewall early in the file before the ethernets are configured. I then tried to do the natd directly in my ipfw_rules (my ipfw rules file) with this natd -redirect_port tcp 10.0.0.2:80 80 which gave me this natd:instance default: aliasing address not given. The hand book says "The external IP address on the natd machine must be active and aliased to the external interface. Look at rc.conf (5) to do so." Well ifconfig_sis0_alias0="inet 10.0.0.2 netmask 255.255.255.255" would not make it (I have tried other netmasks as well). I have googled around and seen that others have had the same problem, but no solutions or suggestions that leads in the right direction. Someone must have done this before I assume? Or if someone have some ideas I will be very happy. /Regards from Sweden. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 05:29:57 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 920AC16A419 for ; Thu, 2 Aug 2007 05:29:57 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 70E4A13C442 for ; Thu, 2 Aug 2007 05:29:57 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IGTG5-0004dp-O5 for questions@freebsd.org; Wed, 01 Aug 2007 22:30:07 -0700 Received: from 71-220-129-28.tcsn.qwest.net ([71.220.129.28] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IGTG5-0004dd-Hk; Wed, 01 Aug 2007 22:30:01 -0700 Message-ID: <46B16BB3.5070402@math.arizona.edu> Date: Wed, 01 Aug 2007 22:29:23 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: questions@freebsd.org, freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: OSS troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 05:29:57 -0000 Sorry for the another message. This is the last one I promise. I just realized that I have problems with Open Sound System (probably due to my own stupidity). This is my [pedja@ /usr/home/Pedja]$ ossinfo Version info: OSS 4.0 (build 070707/200708012238/C (0x00040002) Platform: FreeBSD/i386 6.2-STABLE-200706 FreeBSD 6.2-STABLE-200706 #0: Sun Jun 3 14:20:02 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP Number of audio devices: 9 Number of audio engines: 9 Number of MIDI devices: 0 Number of mixer devices: 1 Device objects 0: audigyls0 AudigyLS 1: vmix0 OSS transparent virtual support MIDI devices (/dev/midi*) Mixer devices (/dev/mixer*) 0: AudigyLS Mixer (Mixer 0 of device object 0) Audio devices /dev/oss/audigyls0/pcm0 AudigyLS front (device index 0) /dev/oss/audigyls0/pcm1 AudigyLS (shadow) (device index 1) /dev/oss/audigyls0/pcm2 AudigyLS center/lfe (device index 2) /dev/oss/audigyls0/pcm3 AudigyLS surround (device index 3) /dev/oss/audigyls0/pcm4 AudigyLS 5.1 output (device index 4) /dev/oss/vmix0/pcm0 AudigyLS front (VMIX0) (device index 5) /dev/oss/vmix0/pcm1 AudigyLS front (VMIX0) (device index 6) /dev/oss/vmix0/pcm2 AudigyLS front (VMIX0) (device index 7) /dev/oss/vmix0/pcm3 AudigyLS front (VMIX0) (device index 8) This is testing [root@ ~]# osstest Sound subsystem and version: OSS 4.0 (build 070707/200708012238/C (0x00040002) Platform: FreeBSD/i386 6.2-STABLE-200706 FreeBSD 6.2-STABLE-200706 #0: Sun Jun 3 14:20:02 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP *** Scanning sound adapter #-1 *** /dev/oss/audigyls0/pcm0 (audio engine 0): AudigyLS front - Performing audio playback test... OK OK OK /dev/oss/audigyls0/pcm1 (audio engine 1): AudigyLS (shadow) - Skipping device (card already tested) /dev/oss/audigyls0/pcm2 (audio engine 2): AudigyLS center/lfe - Performing audio playback test... OK OK OK /dev/oss/audigyls0/pcm3 (audio engine 3): AudigyLS surround - Performing audio playback test... OK OK OK /dev/oss/audigyls0/pcm4 (audio engine 4): AudigyLS 5.1 output - Skipping multi channel device *** Scanning sound adapter #0 *** /dev/oss/vmix0/pcm0 (audio engine 5): AudigyLS front (VMIX0) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/oss/vmix0/pcm1 (audio engine 6): AudigyLS front (VMIX0) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/oss/vmix0/pcm2 (audio engine 7): AudigyLS front (VMIX0) - Skipping virtual device (use -V to force test) *** Scanning sound adapter #0 *** /dev/oss/vmix0/pcm3 (audio engine 8): AudigyLS front (VMIX0) - Skipping virtual device (use -V to force test) *** All tests completed OK *** The problem is that I do not hear sound from speakers. The only thing I changed was to add oss_enable="YES" into my rc.conf file. I have not changed any permissions, kernel is 6.2 Generic. I run the test logged as the root. What am I doing wrong? I have the same speakers and sound card (Audiology SE) working flawlessly while I used PC-BSD. The Gnome volume control is saying that I have no GStreamer plugins and/or device found. Thanks Predrag Punosevac From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 05:42:57 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 A8E6716A418 for ; Thu, 2 Aug 2007 05:42:57 +0000 (UTC) (envelope-from james.dummy@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.245]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2E013C49D for ; Thu, 2 Aug 2007 05:42:57 +0000 (UTC) (envelope-from james.dummy@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so430152aga for ; Wed, 01 Aug 2007 22:42:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:from:to:subject:date:message-id; b=aLRX4y3ugQOcv5lVvfJq19V5hQh6xsenVd0nH6owwfGKeVP5GW/Dh0JZbKN/DUeB7yMmbn6qeOfT1F4vP1yhu+urw+xQx//T1GIePN1IotpbouCdMXJ543E8l4w/08YefLFGH+pMl9fv3stWX9j7ggOTOSnsnrVXsY/VXWCxQt8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:from:to:subject:date:message-id; b=dY6Yk9CcHqH6oyjulpYfpLiRTx6/Na+HTCdGTTw9odcV1+47N+wXM8nR2sn6LoU24QFD9LNDrQbBBUtevMuDeidaVmIl9K3r2PluYMc6djZeGd/MBPvd+SOG6dBpY0Kb0sLOZV9Fzkt1bQxwdJZzdU/mHBnPUg0xSN2jfK8zBpk= Received: by 10.70.7.13 with SMTP id 13mr2571678wxg.1186032560485; Wed, 01 Aug 2007 22:29:20 -0700 (PDT) Received: from Mohanraja ( [219.64.119.169]) by mx.google.com with ESMTPS id 13sm2391555wrl.2007.08.01.22.29.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 22:29:20 -0700 (PDT) mime-version: 1.0 from: james.dummy@gmail.com to: questions@FreeBSD.org Date: Wed, 01 Aug 2007 22:29:20 -0700 (PDT) Message-ID: <46b16bb0.0d0c360a.5069.ffff9072@mx.google.com> Cc: Subject: hi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 05:42:57 -0000 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 05:54: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 19DE216A417 for ; Thu, 2 Aug 2007 05:54:09 +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 BE43B13C49D for ; Thu, 2 Aug 2007 05:54:06 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 17519 invoked from network); 2 Aug 2007 05:54:05 -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; 2 Aug 2007 05:54:05 -0000 Message-ID: <46B16893.3080800@cyberleo.net> Date: Thu, 02 Aug 2007 00:15:40 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: Federico Lorenzi References: <3a386af20708010826x68966aas18ebe2006d5f5f17@mail.gmail.com> In-Reply-To: <3a386af20708010826x68966aas18ebe2006d5f5f17@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: Two interfaces, two IPs, nearly twice the speed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 05:54:09 -0000 Federico Lorenzi wrote: > Hi list > > BACKGROUND: > I have two ppp interfaces tun0 and tun1 configured. Each of them > has an IP address in the same range, like 10.0.0.1 for the first and > 10.0.0.2 for the second (They are really dynamic public IPs...). Now, > what I would like to do is get it so that they get mixed together. > > QUESTION: > Is it possible to get PF to somehow round-robin the connections? > Lets say Joe connects to the internet and starts downloading a file, > it will use up Connection 1. Now Peter connects, PF knows that > connection 1 is used, and makes Peter's request go through > Connection 2. Kinda like a Dual-Internet? I tried that once. It wasn't pretty. There are still rogue and unresolved memory leaks that cause this to fail under high load by exhausting mbufs. I documented my experiences here: http://wiki.cyberleo.net/index.php/MultiHomedRouter Hope this helps! -- 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 Thu Aug 2 06:03: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 06AF116A41A for ; Thu, 2 Aug 2007 06:03:54 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id E118313C442 for ; Thu, 2 Aug 2007 06:03:53 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IGTml-00041Y-Pb for questions@freebsd.org; Wed, 01 Aug 2007 23:03:53 -0700 Received: from 71-220-129-28.tcsn.qwest.net ([71.220.129.28] helo=[192.168.0.3]) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IGTml-00041P-G7 for questions@freebsd.org; Wed, 01 Aug 2007 23:03:47 -0700 Message-ID: <46B172F2.2040602@math.arizona.edu> Date: Wed, 01 Aug 2007 23:00:18 -0700 From: Predrag Punosevac 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: 7bit X-Outgoing-Spam-Score: -5.8 (-----) Cc: Subject: HP 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: Thu, 02 Aug 2007 06:03:54 -0000 Thanks to Kris from Tucson Unix Group I solved the HP printer problem. I edited devfs.conf as perm lpt0 0666. When I entered the CUPS manager this time I was offered the choice of the printer on the parallel port(previously only USB and Network). On the next screen I was offered the choice of 20 different drivers. I picked hpjis (the same as HPLIP) and printed the test page. Great fully functional with colors. I also printed ps file from the command line with lp command (previously I removed native lp command from /usr/bin so that CUPS can take over with its own commands). On the more sober note I could not get hp-setup find the printer this time either. I think it is worth playing since this is one of ALL-IN-ONE devices and I read that HPLIP support scan option as well. These kind of parallel port scanners are not detected by Sane. Thank, Predrag Punosevac Department of Mathematics The University of Arizona From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 06:05:28 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 6804616A418 for ; Thu, 2 Aug 2007 06:05:28 +0000 (UTC) (envelope-from james.dummy@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.230]) by mx1.freebsd.org (Postfix) with ESMTP id ECCCB13C46B for ; Thu, 2 Aug 2007 06:05:27 +0000 (UTC) (envelope-from james.dummy@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so301697hub for ; Wed, 01 Aug 2007 23:05:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:from:to:subject:date:message-id; b=joS8nOq+7wmHn+XQB4AVfFZWAVKbHthPbODlq8GLLxLY3Ixu3xof5+CQKzTUtckmDvmVxqIRIKX47e3z7s+BFROL0ELh/Tpy4c2H+6pX1FoxmVHzODQkBKQDe/SbtfJ7CazTxYgNQlciME6j5Jfo8cbH99ni8YOSFHDAW6t7pfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:from:to:subject:date:message-id; b=Svrx30z3aPxpOncOrARUELHdVwCYgLtdcM1zRV0dEmkSZgYi1S8Xhpb1L6atnR65rV9G9wFHK3BBlZYwD1fCJqWBFMxbw4aK2rfwStIMJpwZJhnDcb9X56tGO4caBVmPRQu9FuH1bT0TUNyCOh601PkeScdEzr9qMNDxRUig0g4= Received: by 10.70.51.17 with SMTP id y17mr2639295wxy.1186034725955; Wed, 01 Aug 2007 23:05:25 -0700 (PDT) Received: from Mohanraja ( [219.64.119.169]) by mx.google.com with ESMTPS id g3sm1811150wra.2007.08.01.23.05.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Aug 2007 23:05:25 -0700 (PDT) mime-version: 1.0 from: james.dummy@gmail.com to: questions@FreeBSD.org Date: Wed, 01 Aug 2007 23:05:25 -0700 (PDT) Message-ID: <46b17425.033a360a.6f06.ffffa7ff@mx.google.com> Cc: Subject: hi this is test message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 06:05:28 -0000 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 06:07: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 67BE016A418 for ; Thu, 2 Aug 2007 06:07:09 +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 2A70213C46A for ; Thu, 2 Aug 2007 06:07:08 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 17790 invoked from network); 2 Aug 2007 06:07:08 -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; 2 Aug 2007 06:07:08 -0000 Message-ID: <46B16B95.1030904@cyberleo.net> Date: Thu, 02 Aug 2007 00:28:30 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: =?UTF-8?B?U2TDpHZ0YWtlcg==?= References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: How to foward subdomains? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 06:07:09 -0000 Sdävtaker wrote: > Hello > Sorry in advance for my english,it is not my main language. > I got a tiny network with 2 computers and only 1 external ip. > I configured my router to foward the dns port to machine1, and > registered it in nic as ns1.mydomain.com, i had successfully moved my > registered domains to that dns and could run all my services in that > machine, ie i can http://www.mydomain.com from outside. > After that i had setup a second machine in the network and i want to > make this one a subdomain of the first one ie second.mydomain.com, > this second machine got no external ip. > How can i set my first machine to foward all the traffic directed to > that domain? > Thanks for any help u can give me. > Sdav Just recently, I did something similar with two machines hosting a few domains and subdomains. I found the easiest thing to do was to set up squid in 'web accelerator' mode (also known as anti-slashdot mode) on my FreeBSD router, and direct it to forward requests (based on Host header) to the appropriate backend webserver. In your case, one server could be running on an alternate port on the same machine Squid is, or bound to a private IP alias. This is a touch annoying, though, as squid must know about /every/ /single/ subdomain that is hosted, lest it complain that it cannot fulfill the request. -- 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 Thu Aug 2 06:40:55 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 752CB16A417 for ; Thu, 2 Aug 2007 06:40:55 +0000 (UTC) (envelope-from hburton@mraentertainment.com) Received: from mail.mraentertainment.com (243-145-222-203.static.techex.net.au [203.222.145.243]) by mx1.freebsd.org (Postfix) with ESMTP id 85A6D13C469 for ; Thu, 2 Aug 2007 06:40:54 +0000 (UTC) (envelope-from hburton@mraentertainment.com) Received: (qmail 94482 invoked by uid 89); 2 Aug 2007 06:40:53 -0000 Received: from unknown (HELO ?192.168.1.187?) (hburton@mraentertainment.com@192.168.1.187) by mickey.mraentertainment with ESMTPA; 2 Aug 2007 06:40:53 -0000 In-Reply-To: <20070802045325.O1718@duane.dbq.yournetplus.com> References: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> <20070802044515.GA26795@rot26.obsecurity.org> <20070802045325.O1718@duane.dbq.yournetplus.com> Mime-Version: 1.0 (Apple Message framework v752.3) Message-Id: From: Hartleigh Burton Date: Thu, 2 Aug 2007 16:40:48 +1000 To: Duane Hill X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD vs mysql50-server [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: Thu, 02 Aug 2007 06:40:55 -0000 Thanks for the replies guys. Turns out that the my.cnf file needed to be in either /db/mysql/ my.cnf (where i am pointing the datadir to) OR /usr/local/etc/my.cnf. I hit a problem when I moved it to either folder though because some of the variables for mysql were out and the default socket/pid-file directory was not created. * mkdir /var/run/mysqld and change owner to mysql (for socket & pid- file) * change my.cnf language variable to /usr/local/share/mysql/english (was previously /usr/share/mysql/english and causing mysql to fail to start) * mkdir /etc/mysql/conf.d for additional settings, either that or comment out !includedir line in the my.cnf file, I decided to mkdir for fun times So there we go... only took a few days but nailed it ;) thanks to everyone who provided feedback... i hope this helps others out in the future. Regards, Hartleigh Burton Resident Geek. On 02/08/2007, at 2:54 PM, Duane Hill wrote: > On Thu, 2 Aug 2007 at 00:45 -0400, kris@obsecurity.org confabulated: > >> On Thu, Aug 02, 2007 at 02:04:45PM +1000, Hartleigh Burton wrote: >>> Hi Guys, >>> >>> I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, and >>> having some problems restoring a 10GB database backup to the new >>> server. The error I receive is max_allowed_packet too large. When I >>> change the value for max_allowed_packet and set it to 100M, or 500M, >>> or 1G, or 1000M, or 8589934592 (bits), it does not appear to be >>> changing the value in MySQL. >>> >>> I only have one configuration file located in /etc/mysql/my.cnf >>> which >>> is where I am setting the max_allowed_packet value. >>> >>> After altering this value, I restart MySQL (or even the entire >>> server) and then log into mysql and do a "show variables;" command. >>> The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and >>> has not changed no matter what I try. >>> >>> Is the my.cnf file in the right location (/etc/mysql/)??? >> >> No, that is not the default location. I think it uses >> /var/db/mysql/my.cnf by default. > > My config file is located at /etc/my.cnf and it works fine. > > ------- > _|_ > (_| | > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 07:42: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 033AB16A418 for ; Thu, 2 Aug 2007 07:42:37 +0000 (UTC) (envelope-from fbsdolot@cit.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5CC13C458 for ; Thu, 2 Aug 2007 07:42:36 +0000 (UTC) (envelope-from fbsdolot@cit.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 748E463F11F; Thu, 2 Aug 2007 11:42:34 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [89.179.159.68] (HELO gkt) by corbina.ru (CommuniGate Pro SMTP 5.1.10) with SMTP id 32010059; Thu, 02 Aug 2007 11:44:19 +0400 Message-ID: <008a01c7d4d8$ae28c380$e50010ac@gkt> From: "Geo" To: "Yuri Pankov" References: <056501c7d48e$34eefab0$e50010ac@gkt> <1186010402.1237.6.camel@darklight.org.ru> Date: Thu, 2 Aug 2007 11:42:30 +0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0087_01C7D4FA.35299AA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Cc: freebsd-questions@freebsd.org Subject: Re: problem in Manmail Makefile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 07:42:37 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0087_01C7D4FA.35299AA0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit Yuri, at the file "test" you can see results - commands: [/usr/ports/mail/mailman]> make -V WITH_SENDMAIL >> test [/usr/ports/mail/mailman]> make -V MAIL_GID >> test [/usr/ports/mail/mailman]> make -V CONFIGURE_ARGS >> test It's indeed THE SAME: ----------------------------------- true mailnull --prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5 --with-username=mailman --with-groupname=mailman --with-mail-gid=mailnull --with-cgi-gid=www ------------------------------------- It's necessary for me - Mailman must work! I try to install again on new computer - FreeBSD 6.2, Apache and Mailman by ports - and write you results. "there's really something wrong with args passed to configure by port" or there's another cause...??? Have you ideas to overcome problem? Thanks! On Thu, 2007-08-02 at 02:49 +0400, Geo wrote: > Mailman Makefile contains: > ---------------------------------- > .if defined(WITH_SENDMAIL) > MAIL_GID?= mailnull > .endif > ------------------------------------ > But after installation (FreeBSD 6.2, /usr/ports/mail/mailman) when I send > any message > to mailman list I receive the error: > ----------------------------------- > Group mismatch error. Mailman expected the mailwrapper script to be > executed as group "mailman", but the system's mail server executed the > mail > script as group "mailnull". Try tweaking the mail server to run the > script > as group "mailman", or re-run configure, providing the command line > option > `--with-mail-gid=mailnull'. > -------------- > > What (and how!) can I do to set MAIL_GID= mailnull? > > If I understand I'll describe this in detail for users! > Are you sure that you have selected Sendmail in `make config' stage? Check that you have the same output (and if it's indeed the same, then there's really something wrong with args passed to configure by port): [/usr/ports/mail/mailman]> make -V WITH_SENDMAIL true [/usr/ports/mail/mailman]> make -V MAIL_GID mailnull [/usr/ports/mail/mailman]> make -V CONFIGURE_ARGS --prefix=/usr/local/mailman --with-python=/usr/local/bin/python2.5 --with-username=mailman --with-groupname=mailman --with-mail-gid=mailnull --with-cgi-gid=www HTH, Yuri ----- Original Message ----- From: "Yuri Pankov" To: "Geo" Cc: Sent: Thursday, August 02, 2007 3:20 AM Subject: Re: problem in Manmail Makefile? ------=_NextPart_000_0087_01C7D4FA.35299AA0 Content-Type: application/octet-stream; name="test" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="test" true mailnull --prefix=3D/usr/local/mailman --with-python=3D/usr/local/bin/python2.5 = --with-username=3Dmailman --with-groupname=3Dmailman = --with-mail-gid=3Dmailnull --with-cgi-gid=3Dwww ------=_NextPart_000_0087_01C7D4FA.35299AA0-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 07:52: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 EC15B16A419 for ; Thu, 2 Aug 2007 07:52:59 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 4AF9413C49D for ; Thu, 2 Aug 2007 07:52:59 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_08_02_09_52_58 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Thu, 02 Aug 2007 09:52:57 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Thu, 2 Aug 2007 09:52:57 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l727qv9d007442; Thu, 2 Aug 2007 09:52:57 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l727qv0Y007441; Thu, 2 Aug 2007 09:52:57 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Thu, 2 Aug 2007 09:52:57 +0200 From: Ewald Jenisch To: Dan Nelson Message-ID: <20070802075257.GA7375@aurora.oekb.co.at> References: <20070801151417.GA1940@aurora.oekb.co.at> <20070801154320.GB1940@aurora.oekb.co.at> <20070801155653.GD8962@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070801155653.GD8962@dan.emsphone.com> User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 02 Aug 2007 07:52:57.0683 (UTC) FILETIME=[24178A30:01C7D4DA] Cc: freebsd-questions@freebsd.org Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 07:53:00 -0000 On Wed, Aug 01, 2007 at 10:56:53AM -0500, Dan Nelson wrote: > 6.2 was released back in January. The lagg driver went into the 6.x > branch in May. You'll need to update to 6-stable or wait for 6.3 to be > released. If you're tracking RELENG_6_2, you are just getting critical > security patches. You would need to track RELENG_6. Thanks alot for the hint! Went to tracking RELENG_6 and with my next cvsup I got the lagg-driver :-) -ewald From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 08:29: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 49D7C16A419 for ; Thu, 2 Aug 2007 08:29:21 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id BF72713C461 for ; Thu, 2 Aug 2007 08:29:20 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so345799uge for ; Thu, 02 Aug 2007 01:29: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:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lMG2xc/Ahn27Cq6xOpbh3tOho9wqKgfHwhBQ7y11ua/ZqCqlshvwll9bVCqFe+bGtJoTSUQIZZiK1tmrNvS2NWMmE4HvwdnDUiSHfwH5J1BP5OCIh8XsLdphY86hz8x6lTAGfG80hyZz7jPE0iFy9YrNcL2ydQ87QM9IP60if7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=j9tHJDy7I0xmr6BBdYD04o3vbfaG8gEfmF7jx4Fsf8UMcgW0qgsYK6Y/BybXmBmbdaFE6nfQlwh2k3iEs38KI9tYCDjSqKoyySFv+A08ZkdqNve9TU41twUepTIA4DEicKAJ6hM4GzNYmIdmE1AIBAhtVr4o+V7gwwKiu9qMAn8= Received: by 10.66.243.4 with SMTP id q4mr1996799ugh.1186043358781; Thu, 02 Aug 2007 01:29:18 -0700 (PDT) Received: from ?192.168.1.4? ( [80.213.243.231]) by mx.google.com with ESMTPS id c24sm3469176ika.2007.08.02.01.29.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 01:29:17 -0700 (PDT) Message-ID: <46B195CF.6000804@gmail.com> Date: Thu, 02 Aug 2007 10:29:03 +0200 From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200708020125.l721PK5B057785@himinbjorg.tucs-beachin-obx-house.com> In-Reply-To: <200708020125.l721PK5B057785@himinbjorg.tucs-beachin-obx-house.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Compiling xorg 7.2 issue (fwd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 08:29:21 -0000 Make: don' know how to make realclean. Stop Tuc at T-B-O-H.NET skrev: > cd /usr/ports/graphics/dri > make realclean > cd /usr/ports/x11/xorg > make > > > Forwarded message: > >> From owner-freebsd-questions@freebsd.org Wed Aug 1 21:10:09 2007 >> X-Authentication-Warning: vjofn.tucs-beachin-obx-house.com: tbohml set sender to owner-freebsd-questions@freebsd.org using -f >> X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on >> vjofn.tucs-beachin-obx-house.com >> X-Spam-Level: >> X-Spam-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL >> autolearn=no version=3.1.8 >> Delivered-To: freebsd-questions@freebsd.org >> 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=G4cZ+86cW4EoIs77WotojqXm2AAT/fFtF9ybne9HjhfwuUon3A4550QS4dAwKDGvF9sM46LEqf9iWXDLpz852lrjEbK970MNBc8sMjAm4QP4NtxaU7V/V0rVWPUqr4RsMg171BZtaMd6lQR9ouC3XdWDj3MY2qjymdszYalLqr0= >> 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=tNRI2WzalbQ8/cXScvtEXZjyAZm7Dss7cRhZKH3GfW63FSSF4SUjvSwsGnjkO/H77CA+ZvgSSyRqGR+aJLzxrgadB9z+IGtsyklIGkMrQ6+d3jV5p2sFicXzOL6I8iznLEdHjcUtFml3VrCrUcJU3RIuuX5akF0Pvs/+Pp6N6yM= >> Message-ID: <46B128AE.9050203@gmail.com> >> Date: Thu, 02 Aug 2007 02:43:26 +0200 >> From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= >> User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) >> MIME-Version: 1.0 >> To: freebsd-questions@freebsd.org >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> Content-Transfer-Encoding: 7bit >> Subject: Compiling xorg 7.2 issue >> X-BeenThere: freebsd-questions@freebsd.org >> X-Mailman-Version: 2.1.5 >> Precedence: list >> List-Id: User questions >> List-Unsubscribe: , >> >> List-Archive: >> List-Post: >> List-Help: >> List-Subscribe: , >> >> Sender: owner-freebsd-questions@freebsd.org >> Errors-To: owner-freebsd-questions@freebsd.org >> >> Hello, I have just installed FreeBSD for the first time, and I prefer to >> just install the kernel and the base system under the installation, now >> I'm compiling xorg, but I got an issue, >> >> ===> Installing for xorg-7.2 >> ===> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - not found >> ===> Verifying install on /usr/local/lib/dri/r128_dri.so in >> /usr/ports/graphics/dri >> ===> Building for dri-7.0,2 >> Please run 'make realclean' before changing configs >> gmake: *** Error code 2 >> >> Stop in /usr/ports/graphics/dri. >> *** Error code 1 >> >> Stop in /usr/ports/x11/xorg. >> >> >> How do I solve this? please explain properly im very new to *bsd. >> >> Regards, Roberth. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> > > > From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 08:35:38 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 9EEBA16A418 for ; Thu, 2 Aug 2007 08:35:38 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-59.bluehost.com (outbound-mail-59.bluehost.com [69.89.20.39]) by mx1.freebsd.org (Postfix) with SMTP id 6EEE213C428 for ; Thu, 2 Aug 2007 08:35:38 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 31362 invoked by uid 0); 2 Aug 2007 08:35:37 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy3.bluehost.com with SMTP; 2 Aug 2007 08:35:37 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGW9h-0008QO-Fg for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 02:35:37 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l728Zahj089557 for ; Thu, 2 Aug 2007 02:35:36 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l728ZZOv089556 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 02:35:35 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 2 Aug 2007 02:35:35 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20070802083535.GA89509@demeter.hydra> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 0] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: GnuPG, pinentry, and Qt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 08:35:38 -0000 So I tried installing GnuPG on a FreeBSD 6.2-RELEASE system. It doesn't work without pinentry installed. Okay, I can handle that. No big deal. Apparently GnuPG 2.x requires a separate utility for password handling now. No big deal. I run portinstall pinentry. At this point, I notice something very, very odd: pinentry won't install because of a problem with Qt. Why the heck would GnuPG ultimately depend on Qt in any way? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] McCloctnick the Lucid: "The first rule of magic is simple. Don't waste your time waving your hands and hopping when a rock or a club will do." From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 08:58:46 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 9D44B16A41B for ; Thu, 2 Aug 2007 08:58:46 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (www.wcborstel.com [82.93.93.17]) by mx1.freebsd.org (Postfix) with ESMTP id 5495613C4A6 for ; Thu, 2 Aug 2007 08:58:46 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (localhost [10.0.0.2]) by mail.wcborstel.com (Postfix) with ESMTP id 03BE5434791 for ; Thu, 2 Aug 2007 10:32:04 +0200 (CEST) Received: by mail.wcborstel.com (Postfix, from userid 58) id CCBA6434788; Thu, 2 Aug 2007 10:32:03 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on mail.wcborstel.com X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, DKIM_POLICY_SIGNSOME autolearn=ham version=3.2.1 X-Spam-Report: * -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 DKIM_POLICY_SIGNSOME Domain Keys Identified Mail: policy says domain * signs some mails Received: from localhost (www.wcborstel.com [10.0.0.3]) by mail.wcborstel.com (Postfix) with ESMTP id BCEB4434379 for ; Thu, 2 Aug 2007 10:31:59 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 2 Aug 2007 10:31:59 +0200 From: Jorn Argelo To: questions@freebsd.org Message-ID: X-Sender: jorn@wcborstel.com User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: ramdisk on /tmp in jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 08:58:46 -0000 Hi all, I'm trying to get a ramdisk in a jail on /tmp. Doing this by hand by using the mdmfs(8) utility goes fine. However, now I am trying to get a ramdisk on /tmp during boot time. I tried using tmpmfs_enable="YES" (with tmpsize) in the rc.conf of the jail, but if I do that nothing appears to happen. Doing the same on the host of the server works fine though. What would be the recommended way of achieving this? Should I use the fstab on the host, or maybe in the jail? Maybe somebody else has a better suggestion? Thanks a lot in advance. Cheers, Jorn From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 09:03:40 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 33B3716A420 for ; Thu, 2 Aug 2007 09:03:40 +0000 (UTC) (envelope-from james.dummy@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.248]) by mx1.freebsd.org (Postfix) with ESMTP id E5FC513C474 for ; Thu, 2 Aug 2007 09:03:39 +0000 (UTC) (envelope-from james.dummy@gmail.com) Received: by ag-out-0708.google.com with SMTP id 35so461012aga for ; Thu, 02 Aug 2007 02:03:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:from:to:reply-to:subject:content-type:content-transfer-encoding:date:message-id; b=hCWsEHzG3YeRpkP7wqMK/O6T3KgYoEfIk0IXgOahj7l9Lzk4bALTZDU8IrQnQgDqi6AS4UQ8MBpnS88dKArbE3Dz3HOhyCager0nQKZPgcksNO1Y8ZSVj/YpFY7RJwzYuC82mY0oL0LU2JLDxXpWVdcOFgYeyojroHNtq3tc/pM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:from:to:reply-to:subject:content-type:content-transfer-encoding:date:message-id; b=dXuYXbtiZiruX9KJtNy344vye7hVPxwz0zpyVqZgaFc1wlUQw5jeRuHF5CxmfxxPgD8U7UEVz7XG8q7dn2GSCDjeTmiqYF5Z4lKEzYrtq9pN3rS0LqhhxYlPaWMHgUrxxj5+Talq2+8VlajJILVaGz6LkIGotsLhKgEhz7JWkz8= Received: by 10.90.113.20 with SMTP id l20mr1500823agc.1186045419564; Thu, 02 Aug 2007 02:03:39 -0700 (PDT) Received: from Mohanraja ( [219.64.119.169]) by mx.google.com with ESMTPS id q34sm2630929wrq.2007.08.02.02.03.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 02:03:39 -0700 (PDT) from: james.dummy@gmail.com to: questions@FreeBSD.org content-transfer-encoding: quoted-printable Date: Thu, 02 Aug 2007 02:03:39 -0700 (PDT) Message-ID: <46b19deb.222b360a.369d.ffffc626@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: hi this is test message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: james.dummy@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:03:40 -0000 hi From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 09:22: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 B8E1616A418 for ; Thu, 2 Aug 2007 09:22:06 +0000 (UTC) (envelope-from mats@c83-250-138-187.bredband.comhem.se) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 73BAD13C45E for ; Thu, 2 Aug 2007 09:22:06 +0000 (UTC) (envelope-from mats@c83-250-138-187.bredband.comhem.se) Received: from [83.251.118.254] (port=63424 helo=cyborg.valhall) by ch-smtp01.sth.basefarm.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGWsf-0003lJ-5H for freebsd-questions@FreeBSD.org; Thu, 02 Aug 2007 11:22:05 +0200 Received: from cyborg.valhall (localhost [127.0.0.1]) by cyborg.valhall (8.13.8/8.13.3) with ESMTP id l729LJId001330 for ; Thu, 2 Aug 2007 11:21:19 +0200 (CEST) Received: (from mats@localhost) by cyborg.valhall (8.13.8/8.13.8/Submit) id l729LJjK001329 for freebsd-questions@FreeBSD.org; Thu, 2 Aug 2007 11:21:19 +0200 (CEST) (envelope-from mats) Date: Thu, 2 Aug 2007 11:21:19 +0200 From: z999 To: freebsd-questions@FreeBSD.org Message-ID: <20070802092119.GA1306@cyborg.c83-250-138-187.bredband.comhem.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Originating-IP: 83.251.118.254 X-Scan-Result: No virus found in message 1IGWsf-0003lJ-5H. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IGWsf-0003lJ-5H 3e81e441a313de78bbab23333faeba37 Cc: Subject: Building a dmz with bridgeing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:22:06 -0000 Hi Is it a good idea to build a dmz with bridgeing? I have a soekris with three ethernets (net4801). The first two are for routing for the lan. Is it possible at the same time have a bridgeing between first and third ethernet? That means that I must have an ip on the incoming public ethernet, bridged to the third ethernet. Or is that completly stupid? /z999 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 09:32:26 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 00A2116A418 for ; Thu, 2 Aug 2007 09:32:26 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED9C13C49D for ; Thu, 2 Aug 2007 09:32:25 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by wr-out-0506.google.com with SMTP id 67so170902wri for ; Thu, 02 Aug 2007 02:32: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:content-transfer-encoding:content-disposition:references; b=OUKV82U+Yhv9xljEL//QWaAn66+ORizoSZAREBIGV314Rd/FMdjUq+vuK3GGF0pPnn2lWKbJg+AXXdPbf4jxVOOuhj2IP7/YSaERYubmgdRdqOI5ONK15MD5wioFJby0ccCyeFHH98J9r7vsBFMPMviL7ogH3krc1phLzN5Du0w= 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=gH89bSEUVHiwuUO+sKYUUsAaxcWtnblykBXYK07wvLoJ835hkQfx1PwvIDc47vdFwe9wmfG0PNrKqrFLJ4D4Tb/SxmZIPP2HBaR9KzvHXHhgOEOIoKhSrV5D68WLjGI3smg6C0m4dNhbzsbPkz8W1iyVlfqUgG/2j+5zuN/Am9E= Received: by 10.90.71.3 with SMTP id t3mr1519479aga.1186045619881; Thu, 02 Aug 2007 02:06:59 -0700 (PDT) Received: by 10.90.120.17 with HTTP; Thu, 2 Aug 2007 02:06:59 -0700 (PDT) Message-ID: <4d7dd86f0708020206j42fc0318pa55bf4ddd1377c04@mail.gmail.com> Date: Thu, 2 Aug 2007 19:06:59 +1000 From: "David N" To: "Jorn Argelo" In-Reply-To: <4d7dd86f0708020204o6415e168h4dee09b971597ade@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4d7dd86f0708020204o6415e168h4dee09b971597ade@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: ramdisk on /tmp in jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:32:26 -0000 On 02/08/07, David N wrote: > On 02/08/07, Jorn Argelo wrote: > > Hi all, > > > > I'm trying to get a ramdisk in a jail on /tmp. Doing this by hand by using the mdmfs(8) utility goes fine. However, now I am trying to get a ramdisk on /tmp during boot time. > > > > I tried using tmpmfs_enable="YES" (with tmpsize) in the rc.conf of the jail, but if I do that nothing appears to happen. Doing the same on the host of the server works fine though. > > > > What would be the recommended way of achieving this? Should I use the fstab on the host, or maybe in the jail? Maybe somebody else has a better suggestion? > > > > Thanks a lot in advance. > > > > Cheers, > > > > Jorn > > > > _______________________________________________ > > 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" > > > > Jails have an option for fstab > > jail_myjail_fstab="/usr/jails/myjail/etc/fstab" > > i think that should work > > Cheers > David N > I fogot to mention jail_myjail_mount_enable="YES" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 09:33:29 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 99DAC16A41B for ; Thu, 2 Aug 2007 09:33:28 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 5626213C4DD for ; Thu, 2 Aug 2007 09:33:25 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so342157wxd for ; Thu, 02 Aug 2007 02:33: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:content-transfer-encoding:content-disposition:references; b=aRmd33iyXj87w+phW58jLL9cOkSIcJsUoypOICKYwqKfRnJoabcmno0q0WSzC1egRvHaJEvkdOZceVxlYyLcFdrCnOX3FDRB4MlOsYWq55RE5+mhzkMT7RxDskfYl/kjF+uZlJMhawYYJ1/JakUxSZQS7xdBPWi8t+yAO2uWgow= 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=GjBH1iVQKbcYQ8IUSGWWK1wR6s9Ue3wvGueGQmiPqyV1tlDJrA0l5zfzUB+x78h7EYl9N6rWZzY1VKXjrjuFxKIiLdL7Mu4lYrBDVlgujhj1T2jNodTk7Qb6CEZTG9zhtMuPk13/BPcleICd0+OblN7CgqhC3IYlkTHoCFMZi5I= Received: by 10.90.69.8 with SMTP id r8mr1498611aga.1186045491094; Thu, 02 Aug 2007 02:04:51 -0700 (PDT) Received: by 10.90.120.17 with HTTP; Thu, 2 Aug 2007 02:04:51 -0700 (PDT) Message-ID: <4d7dd86f0708020204o6415e168h4dee09b971597ade@mail.gmail.com> Date: Thu, 2 Aug 2007 19:04:51 +1000 From: "David N" To: "Jorn Argelo" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: questions@freebsd.org Subject: Re: ramdisk on /tmp in jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 09:33:29 -0000 On 02/08/07, Jorn Argelo wrote: > Hi all, > > I'm trying to get a ramdisk in a jail on /tmp. Doing this by hand by using the mdmfs(8) utility goes fine. However, now I am trying to get a ramdisk on /tmp during boot time. > > I tried using tmpmfs_enable="YES" (with tmpsize) in the rc.conf of the jail, but if I do that nothing appears to happen. Doing the same on the host of the server works fine though. > > What would be the recommended way of achieving this? Should I use the fstab on the host, or maybe in the jail? Maybe somebody else has a better suggestion? > > Thanks a lot in advance. > > Cheers, > > Jorn > > _______________________________________________ > 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" > Jails have an option for fstab jail_myjail_fstab="/usr/jails/myjail/etc/fstab" i think that should work Cheers David N From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 10:24: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 27E9A16A419 for ; Thu, 2 Aug 2007 10:24:10 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-61.bluehost.com (outbound-mail-61.bluehost.com [69.89.21.21]) by mx1.freebsd.org (Postfix) with SMTP id EB38013C491 for ; Thu, 2 Aug 2007 10:24:09 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 30187 invoked by uid 0); 2 Aug 2007 10:24:09 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy4.bluehost.com with SMTP; 2 Aug 2007 10:24:09 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGXqj-0000Qr-5l for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 04:24:09 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l72AO8Qi090731 for ; Thu, 2 Aug 2007 04:24:08 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l72AO7sb090730 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 04:24:07 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 2 Aug 2007 04:24:07 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20070802102407.GA90696@demeter.hydra> Mail-Followup-To: FreeBSD Questions References: <20070802083535.GA89509@demeter.hydra> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070802083535.GA89509@demeter.hydra> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: GnuPG, pinentry, and Qt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 10:24:10 -0000 On Thu, Aug 02, 2007 at 02:35:35AM -0600, Chad Perrin wrote: > So I tried installing GnuPG on a FreeBSD 6.2-RELEASE system. It doesn't > work without pinentry installed. > > Okay, I can handle that. No big deal. Apparently GnuPG 2.x requires a > separate utility for password handling now. No big deal. I run > portinstall pinentry. > > At this point, I notice something very, very odd: pinentry won't install > because of a problem with Qt. > > Why the heck would GnuPG ultimately depend on Qt in any way? Okay . . . so I should have looked a little harder at the pinentry ports available before sending this email to the list. Apparently there are three different versions. I'm still curious about a couple of things, though: 1. Why is Qt the default for the nonspecific security/pinentry port? 2. Why start a separate, external application for getting the passphrase at all? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] awj @reddit: "The terms never and always are never always true." From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 10:45:27 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 27B4216A41F for ; Thu, 2 Aug 2007 10:45:27 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7D0D913C45A for ; Thu, 2 Aug 2007 10:45:26 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id AABCA1420CA; Thu, 2 Aug 2007 13:43:35 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 13:44:33 +0300 User-Agent: KMail/1.9.1 References: <45aa0f1ea2aa8ccfedf482bc63ea8723@szalbot.homedns.org> <200707251950.16938.idiotbg@gmail.com> In-Reply-To: <200707251950.16938.idiotbg@gmail.com> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200708021344.34110.nvass@teledomenet.gr> Cc: Zbigniew Szalbot , Momchil Ivanov Subject: Re: logging system load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 10:45:27 -0000 On Wednesday 25 July 2007 20:50, Momchil Ivanov wrote: > Ðа Wednesday 25 July 2007 19:38:41 Zbigniew Szalbot напиÑа: > > Dear all, > > > > Is there a tool similar to top which would measure system load and > > write it to a file that could later be analyzed? The time when my > > system is most loaded happens between 3 and 5 a.m. so a trace of the > > system load would be a wonderful thing to have. I need it to tailor > > some of the jobs accordingly. Any advice? > > > > Thanks in advance! > > You can make a cronjob doing "uptime >> /path/to/logfile" every minute Or perhaps "sysctl -n vm.loadavg" instead of uptime, which is the same information, but requires less scrubbing. Nikos From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 10:52: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 617D716A418 for ; Thu, 2 Aug 2007 10:52:33 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 064FC13C4A6 for ; Thu, 2 Aug 2007 10:52:33 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local ; Thu, 02 Aug 2007 12:52:20 +0200 To: Nikos Vassiliadis X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Thu, 2 Aug 2007 12:52:20 +0200 From: Zbigniew Szalbot In-Reply-To: <200708021344.34110.nvass@teledomenet.gr> References: <200708021344.34110.nvass@teledomenet.gr> Message-ID: <29ffef3611266e3465b2ec20c079dc69@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, Momchil Ivanov Subject: Re: logging system load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 10:52:33 -0000 Hello, On Thu, 2 Aug 2007 13:44:33 +0300, Nikos Vassiliadis wrote: > On Wednesday 25 July 2007 20:50, Momchil Ivanov wrote: >> Ðа Wednesday 25 July 2007 19:38:41 Zbigniew Szalbot напиÑа: >> > Dear all, >> > >> > Is there a tool similar to top which would measure system load and >> > write it to a file that could later be analyzed? The time when my >> > system is most loaded happens between 3 and 5 a.m. so a trace of the >> > system load would be a wonderful thing to have. I need it to tailor >> > some of the jobs accordingly. Any advice? >> > >> > Thanks in advance! >> >> You can make a cronjob doing "uptime >> /path/to/logfile" every minute > > Or perhaps "sysctl -n vm.loadavg" instead of uptime, > which is the same information, but requires less > scrubbing. Thanks but that wouldn't record the time, would it? With uptime it is nice to have the current time also recorded and I can compare logs to load by time. -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 11:04: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 2ED5C16A419 for ; Thu, 2 Aug 2007 11:04:30 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id D991613C459 for ; Thu, 2 Aug 2007 11:04:29 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 13:04:17 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Thu, 2 Aug 2007 13:04:17 +0200 From: Zbigniew Szalbot Message-ID: <22385127afb407e66e0bc0c1c0931337@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: getting fair share of CPU for processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 11:04:30 -0000 Hello, I am looking for advice but maybe this question really belongs to spamassassin user list. Anyway, by observing load on my FreeBSD machine I have found that at certain times it gets really high (between 14-17). When I get such load my machine is quite busy sending thousands of emails. This in itself is OK because load is rarely over 1 but then I get a few more incoming emails and spamd, while checking them, bumps up the load to 14 or more. Such increased load usually does not take longer than 1-2 minutes. And I have configured exim to ease up on its work when the load gets so high (first it tempfails incoming messages, then when situation becomes worse it only queues outgoing ones). So I am wondering it it is OK for me to limit the spamd user to how much CPU power it can get? I saw in the Handbook that it is possible to limit resources per user. Do you think it is a good thing to do? Will I be better off limiting spamd user or will it make the situation worse because SA will/may choke? Many thanks for any advice you can give me. I really appreciate it! -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 11:25:29 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 BDAB716A417 for ; Thu, 2 Aug 2007 11:25:29 +0000 (UTC) (envelope-from roberth.sjonoy@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 4FD0513C45E for ; Thu, 2 Aug 2007 11:25:29 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so362950uge for ; Thu, 02 Aug 2007 04:25:28 -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=BZqfD5Oo+noK6wNi9EeGiJ+I2aduHq4ezMSmri2mIpCcLKIEv9Vk2A0j4EIU+G5zXyk6qe6ogK5Z0S+n65KmQRwcvw2oCOqpEpxQa/cFj5lLKLK2IHKTfn1D6MgH/CjlaSMrCX/stfyrqSBnQBQ+Ln7wO/SfVJEoRM7qtNMWJ9I= 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=r0n7aMewkrIAWpYjwAZtyVW2BF44/cSabLSxnIiPMkntJo+2iH5pz905nZzJrgd2sVs2I4PeNvuRzCP2o0VQn4PRPzVrA5/MSqGcYkR63RH84n6PGW0aZmVC9xnJbmT/dndrRWBXlJdwtg5qyWd9O+vTMa9kSaDmBROvN/Wn1V4= Received: by 10.66.224.19 with SMTP id w19mr2084111ugg.1186053927779; Thu, 02 Aug 2007 04:25:27 -0700 (PDT) Received: from ?192.168.1.4? ( [80.213.243.231]) by mx.google.com with ESMTPS id y34sm3801861iky.2007.08.02.04.25.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 04:25:26 -0700 (PDT) Message-ID: <46B1BF19.3020104@gmail.com> Date: Thu, 02 Aug 2007 13:25:13 +0200 From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 11:25:29 -0000 Hello, Ive just installed my prefered text editor, nano, but when im going to run nano, this just appears: /libexec/ld-elf.so.1: Shared object "libncursesw.so.6" not found , required by "nano" What package do I need or what have I done wrong? Regards, Roberth. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 11:33:16 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 A486B16A41B for ; Thu, 2 Aug 2007 11:33:16 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.230]) by mx1.freebsd.org (Postfix) with ESMTP id 2D10913C45A for ; Thu, 2 Aug 2007 11:33:15 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so342809hub for ; Thu, 02 Aug 2007 04:33:14 -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=qNQz6DoVM7VUANN1Czcyf2ulW3meAZmvnHXYk1y8y7o/OzZi1s0ky1bEBic8g9IW0002h5Xk6oZvoAvJ/ecx8XJk2UFIp7C8V20POsR93newffWrcAbsIG5e41QQt0rEjj7RaG+I/D3w1jiPGWVKgKuATDoNZqLXQ3pUZTDK5x0= 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=Y7xr3yo39UPPfpn3JUebfQNufScwzCDbWGrcLWdjEDOPh/yYyluzRSpvzgO59Wy7Ny2fMyeDZY0BCbhI5Jjxp+n2HiMra6ev5sr0HaGoa134Y835M8d9Yr/gZPuEsQfyRl8M9lKgKr8eHo/P6fCvsTU8YbMRJs576JfP/cNheyE= Received: by 10.67.121.18 with SMTP id y18mr2090910ugm.1186054394322; Thu, 02 Aug 2007 04:33:14 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id z34sm3807076ikz.2007.08.02.04.33.06 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 04:33:07 -0700 (PDT) Message-ID: <46B1C0F0.1050400@crackmonkey.us> Date: Thu, 02 Aug 2007 12:33:04 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= References: <46B1BF19.3020104@gmail.com> In-Reply-To: <46B1BF19.3020104@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 11:33:16 -0000 Roberth Sjonøy wrote: > Hello, Ive just installed my prefered text editor, nano, but when im > going to run nano, this just appears: > > /libexec/ld-elf.so.1: Shared object "libncursesw.so.6" not found , > required by "nano" > > What package do I need or what have I done wrong? > > Regards, Roberth. Hi Roberth, This is what the error means: The program executer can't find the library "libncursesw.so.6", which the binary "nano" needs to be available. If I understand this right, that means the shared library for ncursesw built for FreeBSD 6. I would start looking in the ports tree for "ncurses", "ncursesw" and the like. If there's a port named "ncursesw" or "libncursesw", I would guess that's your missing library right there. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 11:44: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 14D4316A417 for ; Thu, 2 Aug 2007 11:44:49 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id AA35913C45D for ; Thu, 2 Aug 2007 11:44:48 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from 99.31-245-81.adsl-dyn.isp.belgacom.be (HELO belgacom.net) ([81.245.31.99]) by mailrelay005.isp.belgacom.be with ESMTP; 02 Aug 2007 13:15:17 +0200 Date: Thu, 2 Aug 2007 13:13:34 +0200 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20070802111334.GA41973@ducati-748.3rdrock.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Keystroke to launch a script X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 11:44:49 -0000 Hello, Running FreeBSD Rel 6.2 with KDE3.5. Question is, when in a Konsole/xterm, is it possible to make a certain keystroke launch a script? fe. automate connection to routers/switches, want to be able when receiving the login/username prompt to press an assigned Fx key that launches a script. (Have this option in SecureCRT) I was just wondering if such a key-> script assign is possible in KDE or via the environment. Thanks, Alain From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 11:46: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 50F2C16A418 for ; Thu, 2 Aug 2007 11:46:47 +0000 (UTC) (envelope-from roberth.sjonoy@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 C1C8D13C458 for ; Thu, 2 Aug 2007 11:46:45 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so365313uge for ; Thu, 02 Aug 2007 04:46:44 -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=Aup/7wPNQxSaZZGr4HjezVRUYPEROO4/HAuPBNZz0eULDvSZqBYCZBkVEH6zpRKGGByb3CFZIL7gdnbB86pFB3y8yoLAOBY+jJRUeoYfXGrBSbvqLEnYqzLB2GdiONPmKCL8YN1YGJ+CFpQRUKIOfARIfdkZ/H3MLR6jSkCdcLw= 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=PFejYDFBRSVM73NGtC63/2Rk4GmBQS+gMj1v5U9JPOqnbzVLUXMEAiInxWuemwUZlQSNP7S6Tv9Uzuho+C5VVC7e4UDQIfUPzQ1SHuxe3M0r6HFRhOvS7Z2cTdqV8EZc/sHwHj7NXoK4jBIUpsZ4oDkC/ZfacDRJ55e+Qi8XFaU= Received: by 10.66.225.17 with SMTP id x17mr2077510ugg.1186055204718; Thu, 02 Aug 2007 04:46:44 -0700 (PDT) Received: from ?192.168.1.4? ( [80.213.243.231]) by mx.google.com with ESMTPS id z34sm3834681ikz.2007.08.02.04.46.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 04:46:44 -0700 (PDT) Message-ID: <46B1C417.6000602@gmail.com> Date: Thu, 02 Aug 2007 13:46:31 +0200 From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Getting up my wireless network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 11:46:47 -0000 Hello, now Im trying to get my wireless network interface up and go, but how? The chipset si atheros so I guess the device driver is okay, but how do I configure which network and the wep key and the static ip adresses i want? Regards, Roberth. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:10: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 7D3A716A468 for ; Thu, 2 Aug 2007 12:10:46 +0000 (UTC) (envelope-from karol.kwiat@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 E704213C46B for ; Thu, 2 Aug 2007 12:10:45 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so347330hub for ; Thu, 02 Aug 2007 05:10:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=MDcVvpD0zXDQdADKa4VtGW+ff2HxipPEl7oXoGtZh7u8zfZjw57Krfy4ZG/1FExFaskcaYirl/ISEQxTEY+AJrz6eij951w/kr6LOjCMWeHoagCYigyzXuM53js5jkG21QE1u9Gz5tkCgArpYKVqomOzKWJ4ovzevGtjASADSEg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=ZzEoWPRPZi9F1T1x946Zeygb/81FZxS7Om0MIsgGhaO+4mOo56OfkPAoMnJon2lJgzwFmDKY141DHEHVcPf7V9zvbTrOUsNj9NApayqp1+1y1vpLCRjbzTRkbEIgGd1efMtBH1sNtxk+porvg4CGQjakAQlfmvQBSij3n76mvdY= Received: by 10.86.54.3 with SMTP id c3mr1345308fga.1186056644451; Thu, 02 Aug 2007 05:10:44 -0700 (PDT) Received: from persephone.orchid.homeunix.org ( [84.10.173.180]) by mx.google.com with ESMTPS id y18sm3852095fkd.2007.08.02.05.10.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 05:10:43 -0700 (PDT) Message-ID: <46B1C9AF.404@gmail.com> Date: Thu, 02 Aug 2007 14:10:23 +0200 From: Karol Kwiatkowski User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070802083535.GA89509@demeter.hydra> <20070802102407.GA90696@demeter.hydra> In-Reply-To: <20070802102407.GA90696@demeter.hydra> X-Enigmail-Version: 0.95.2 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig43C26E912B3394D07C90899F" Subject: Re: GnuPG, pinentry, and Qt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karol.kwiat@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:10:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig43C26E912B3394D07C90899F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Chad Perrin wrote: > On Thu, Aug 02, 2007 at 02:35:35AM -0600, Chad Perrin wrote: >> So I tried installing GnuPG on a FreeBSD 6.2-RELEASE system. It doesn= 't >> work without pinentry installed. >> >> Okay, I can handle that. No big deal. Apparently GnuPG 2.x requires = a >> separate utility for password handling now. No big deal. I run >> portinstall pinentry. >> >> At this point, I notice something very, very odd: pinentry won't insta= ll >> because of a problem with Qt. >> >> Why the heck would GnuPG ultimately depend on Qt in any way? >=20 > Okay . . . so I should have looked a little harder at the pinentry port= s > available before sending this email to the list. Apparently there are > three different versions. I'm still curious about a couple of things, > though: >=20 > 1. Why is Qt the default for the nonspecific security/pinentry port? > 2. Why start a separate, external application for getting the > passphrase at all? >=20 I'm not sure, but here's output from my system (default config): $ cd /usr/ports/security/gnupg $ make pretty-print-run-depends-list pretty-print-build-depends-list This port requires package(s) "curl-7.16.1_1 dirmngr-0.9.7_2 gettext-0.16.1_3 libgcrypt-1.2.4_1 libgpg-error-1.5 libiconv-1.9.2_2 libksba-1.0.1_1 openldap- client-2.3.37 pth-2.0.7" to run. This port requires package(s) "curl-7.16.1_1 gettext-0.16.1_3 gmake-3.81_2 libassuan-1.0.1 libgcrypt-1.2.4_1 libgpg-error-1.5 libiconv-1.9.2_2 libksba-1.0.1_1 openldap-client-2.3.37 pth-2.0.7" to bui= ld. No pinentry dependency, no such port installed, too: $ pkg_info -IX "gnupg|pinentry" gnupg-1.4.7_1 The GNU Privacy Guard gnupg-2.0.4 The GNU Privacy Guard HTH, Karol --=20 Karol Kwiatkowski OpenPGP 0x06E09309 --------------enig43C26E912B3394D07C90899F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRrHJuQhgT0HIecD5AQiQOggAnfjrZlaVVbvyrvH38HdQ9G0oL73tdYVF AroELvgIN6gblPMrS9DeMc9uPIO2XbKT+OuaDvcptrIHrvB/KtFzCZxa8rohvFRP IBAaDNnnPDQ8Q6DTDGp60KWK0Hu7k6N+WHRNpJOi7kkaUufvUJQPNAzfFIKCG2sv qD5G2bJTtSP28tdziAPUHdGC9Lz3tSyYcMY90T3fM6KYnbwqsCAB1hI/d0rB7O0P dT6R4ZE9EA2OMjCjhjFDLt3O6KgZ9X4FKUBcgeVRxF4C6mb6It2hEN5g3MfBjHdE 2kCWydtC3uYtey1tkPZW2KDQeQ18lopsUvNs9wiRKP6erPJcix5j5g== =Rs9i -----END PGP SIGNATURE----- --------------enig43C26E912B3394D07C90899F-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:16: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 AF24116A419 for ; Thu, 2 Aug 2007 12:16:43 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 6B97013C46A for ; Thu, 2 Aug 2007 12:16:43 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 895E5143799; Thu, 2 Aug 2007 15:16:42 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 15:17:40 +0300 User-Agent: KMail/1.9.1 References: <200708021344.34110.nvass@teledomenet.gr> <29ffef3611266e3465b2ec20c079dc69@szalbot.homedns.org> In-Reply-To: <29ffef3611266e3465b2ec20c079dc69@szalbot.homedns.org> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200708021517.41157.nvass@teledomenet.gr> Cc: Zbigniew Szalbot Subject: Re: logging system load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:16:43 -0000 On Thursday 02 August 2007 13:52, Zbigniew Szalbot wrote: > Hello, > > On Thu, 2 Aug 2007 13:44:33 +0300, Nikos Vassiliadis > > > wrote: > > On Wednesday 25 July 2007 20:50, Momchil Ivanov wrote: > >> Ðа Wednesday 25 July 2007 19:38:41 Zbigniew Szalbot напиÑа: > >> > Dear all, > >> > > >> > Is there a tool similar to top which would measure system load and > >> > write it to a file that could later be analyzed? The time when my > >> > system is most loaded happens between 3 and 5 a.m. so a trace of > >> > the system load would be a wonderful thing to have. I need it to > >> > tailor some of the jobs accordingly. Any advice? > >> > > >> > Thanks in advance! > >> > >> You can make a cronjob doing "uptime >> /path/to/logfile" every > >> minute > > > > Or perhaps "sysctl -n vm.loadavg" instead of uptime, > > which is the same information, but requires less > > scrubbing. > > Thanks but that wouldn't record the time, would it? With uptime it is > nice to have the current time also recorded and I can compare logs to > load by time. If I had to implement this for me, I would do it this way: echo `date "+%Y-%m-%d %H:%M"; sysctl -n vm.loadavg` But I had in mind easy parsing. If you do eye "parsing" then uptime is fine too:) Nikos From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:20:10 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 58A6D16A41F for ; Thu, 2 Aug 2007 12:20:10 +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 2DD4F13C4A5 for ; Thu, 2 Aug 2007 12:20:09 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 3E199EBC78; Thu, 2 Aug 2007 08:20:09 -0400 (EDT) Date: Thu, 2 Aug 2007 08:20:08 -0400 From: Bill Moran To: james.dummy@gmail.com Message-Id: <20070802082008.5f516d93.wmoran@potentialtech.com> In-Reply-To: <46b17425.033a360a.6f06.ffffa7ff@mx.google.com> References: <46b17425.033a360a.6f06.ffffa7ff@mx.google.com> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@FreeBSD.org Subject: Re: hi this is test message X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:20:10 -0000 Please use freebsd-test@freebsd.org for testing purposes. That's the reason it exists, and it avoids spamming 1000s of subscribers. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:21:17 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 67BB916A41A for ; Thu, 2 Aug 2007 12:21:17 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.236]) by mx1.freebsd.org (Postfix) with ESMTP id D898013C494 for ; Thu, 2 Aug 2007 12:21:16 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so349419hub for ; Thu, 02 Aug 2007 05:21:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=pt692XPYkTO3tYENZnDOc59/H6r8+anm2dVQ4LOCS5AUMxiYuQXv1G4Zar44UN1wlK6dazy/dCuuoPjT6ev8vh26CI/txlwipueEFJ+R9QHizLYUxIcxt8zoVBG9XRGEOteCtk/6feGnH7bWRrwYquZYqzhrsQilG18RphD/BSE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=nIRtpbdTxADLyNMfWEDhuZhlpzGqKMM5fCOHjJPw+b9jJucyuwNQ2w5+bUeo+yne9KP1gX/en6WrWTmdWywZqGLoRTae5Go05f1FlaqnNUYHbtXbXwV0wSGNTQyJdIM73EJYJBm0a5TXlGT3XdyczWAVuHFBs7eD6fN6jcD0lx4= Received: by 10.86.98.18 with SMTP id v18mr1373843fgb.1186057275524; Thu, 02 Aug 2007 05:21:15 -0700 (PDT) Received: from persephone.orchid.homeunix.org ( [84.10.173.180]) by mx.google.com with ESMTPS id 13sm3864654fks.2007.08.02.05.21.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 05:21:15 -0700 (PDT) Message-ID: <46B1CC39.2040003@gmail.com> Date: Thu, 02 Aug 2007 14:21:13 +0200 From: Karol Kwiatkowski User-Agent: Thunderbird 2.0.0.5 (X11/20070723) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20070802083535.GA89509@demeter.hydra> <20070802102407.GA90696@demeter.hydra> <46B1C9AF.404@gmail.com> In-Reply-To: <46B1C9AF.404@gmail.com> X-Enigmail-Version: 0.95.2 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigDDC362C4E734C6DCAEDC7589" Subject: Re: GnuPG, pinentry, and Qt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karol.kwiat@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:21:17 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDDC362C4E734C6DCAEDC7589 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Karol Kwiatkowski wrote: > I'm not sure, but here's output from my system (default config): >=20 > $ cd /usr/ports/security/gnupg > $ make pretty-print-run-depends-list pretty-print-build-depends-list > This port requires package(s) "curl-7.16.1_1 dirmngr-0.9.7_2 > gettext-0.16.1_3 libgcrypt-1.2.4_1 libgpg-error-1.5 libiconv-1.9.2_2 > libksba-1.0.1_1 openldap- > client-2.3.37 pth-2.0.7" to run. > This port requires package(s) "curl-7.16.1_1 gettext-0.16.1_3 > gmake-3.81_2 libassuan-1.0.1 libgcrypt-1.2.4_1 libgpg-error-1.5 > libiconv-1.9.2_2 libksba-1.0.1_1 openldap-client-2.3.37 pth-2.0.7" to b= uild. >=20 > No pinentry dependency, no such port installed, too: >=20 > $ pkg_info -IX "gnupg|pinentry" > gnupg-1.4.7_1 The GNU Privacy Guard > gnupg-2.0.4 The GNU Privacy Guard Ech, scratch that. I realised I'm actually using gpg, not gpg2. gpg2 relies on pinentry. Sorry for the noise! Karol --=20 Karol Kwiatkowski OpenPGP 0x06E09309 --------------enigDDC362C4E734C6DCAEDC7589 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRrHMOQhgT0HIecD5AQhT+gf9Gj4a8pmEYYakgP3ZjHPlmhp7npkkR2Kg 4L116Kkr8iixQz5yGYu9cWxZAHQh2/qqDaWs+M0MK8Vz8Tfv3ZXNWdHZ94wEbUK6 qa/DpdgXOgxjlBGvmP/kGLwHojuyjV9xk85CEU9eMRXJlVklIUhwP5w76nnz7u4T blmCMNDBqUAG5UUqPhvdZW3oKjPhriOxkf4PCfjGNecgRsmw0MPMFQ5ywyPFsWxV NY6I6HJpQ4uaesZdEreitJ1zaVJ45ruHwn6J3eJP3PaGnDgnHT4PoYkDWsGDIR6U Yh3XlaH2FmaPNzb+lZJVBm1Bw9kJy7tMPfZSIxe6irn8Ql1qkyHGfA== =gzH+ -----END PGP SIGNATURE----- --------------enigDDC362C4E734C6DCAEDC7589-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:27: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 B61BD16A420 for ; Thu, 2 Aug 2007 12:27:15 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.freebsd.org (Postfix) with ESMTP id 9249413C46A for ; Thu, 2 Aug 2007 12:27:15 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id 5FEDEC48FC; Thu, 2 Aug 2007 12:48:42 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43577-09; Thu, 2 Aug 2007 12:48:06 +0000 (UTC) Received: from nexus.bsdlan.org (a213-22-26-22.cpe.netcabo.pt [213.22.26.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id E4952C48F1; Thu, 2 Aug 2007 12:48:05 +0000 (UTC) Message-ID: <46B1C93F.6050503@barafranca.com> Date: Thu, 02 Aug 2007 13:08:31 +0100 From: Hugo Silva User-Agent: Thunderbird 2.0.0.0 (X11/20070609) MIME-Version: 1.0 To: Nikos Vassiliadis References: <45aa0f1ea2aa8ccfedf482bc63ea8723@szalbot.homedns.org> <200707251950.16938.idiotbg@gmail.com> <200708021344.34110.nvass@teledomenet.gr> In-Reply-To: <200708021344.34110.nvass@teledomenet.gr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at barafranca.com X-Spam-Status: No, score=0 tagged_above=-1 required=4 tests=[none] X-Spam-Score: 0 X-Spam-Level: Cc: freebsd-questions@freebsd.org Subject: Re: logging system load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:27:15 -0000 Nikos Vassiliadis wrote: > On Wednesday 25 July 2007 20:50, Momchil Ivanov wrote: > >> Ðа Wednesday 25 July 2007 19:38:41 Zbigniew Szalbot напиÑа: >> >>> Dear all, >>> >>> Is there a tool similar to top which would measure system load and >>> write it to a file that could later be analyzed? The time when my >>> system is most loaded happens between 3 and 5 a.m. so a trace of the >>> system load would be a wonderful thing to have. I need it to tailor >>> some of the jobs accordingly. Any advice? >>> >>> Thanks in advance! >>> >> You can make a cronjob doing "uptime >> /path/to/logfile" every minute >> > > Or perhaps "sysctl -n vm.loadavg" instead of uptime, > which is the same information, but requires less > scrubbing. > > Nikos > _______________________________________________ > 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" > See bsdsar in the ports. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:46:08 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 060F616A41A for ; Thu, 2 Aug 2007 12:46:08 +0000 (UTC) (envelope-from acm@muc.de) Received: from mail.muc.de (colin.muc.de [193.149.48.1]) by mx1.freebsd.org (Postfix) with ESMTP id 67CF813C468 for ; Thu, 2 Aug 2007 12:46:07 +0000 (UTC) (envelope-from acm@muc.de) Received: (qmail 9688 invoked by uid 3782); 2 Aug 2007 12:19:25 -0000 Received: from acm.muc.de (p57B1DD1E.dip.t-dialin.net [87.177.221.30]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Thu, 02 Aug 2007 14:19:23 +0200 Received: (qmail 18278 invoked by uid 1000); 2 Aug 2007 12:20:29 -0000 Date: Thu, 2 Aug 2007 12:20:29 +0000 To: questions@FreeBSD.org Message-ID: <20070802122029.GA17937@muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Alan Mackenzie X-Primary-Address: acm@muc.de Cc: Subject: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:46:08 -0000 Hi, FreeBSD! I'm a long time GNU/Linux user, and I'm considering changing over to FreeBSD. Why? To escape the upgrade tread-mill. Every time a new Debian release comes out, I say "Oh no, not again!", scarcely looking forward to the weeks of pain getting it to work properly. I'm not sure I prefer the alternative, something like Ubuntu or PCLinux, where you just shut your eyes, lie back and think of South Africa, not knowing quite what's getting installed on your PC. And finding the usable nuggets of information in the vast swathes of Linux documentation scattered diffusely over the Internet isn't fun either. Anyway, back to the point! I do most of my work in Linux on virtual console screens, which are set up at 128x48 characters courtesy of the "framebuffer" thing in the Linux kernel. Previously, I had used SVGATextMode, which did much the same. I just don't much like GUIs, since they are cluttered up with toolbars, dialog boxes, scrollbars, wine bars, start bars, crowbars, ...., and tend to steal key sequences which I want to belong to applications. I haven't found any like facility in 6.2, so far: I downloaded the documentation last night (the CD image 6.2-RELEASE-i386-docs.iso) and had a general browse through it (the English version). It's nicely written, but I didn't find what I was looking for. Then I grepped through it with find . -name "*.txt" | xargs grep '[1-9][0-9]*x[1-9][0-9]*' without finding anything helpful. 80x60 isn't enough! Is it possible I've missed something relevant? Or is there some sort of add-on utility which would give me consoles with (approximately) 128x48? My hardware is a desktop PC with a 1.2 GHz Athlon and a Matrox G400 AGP video card. Thanks in advance for the help! -- Alan Mackenzie (Ittersbach, Germany). From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 12:54: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 1140D16A418 for ; Thu, 2 Aug 2007 12:54:21 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACCA13C469 for ; Thu, 2 Aug 2007 12:54:20 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l72Cs8Gu011615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Aug 2007 15:54:14 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l72CrrG2014918; Thu, 2 Aug 2007 15:54:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l72CrpST014893; Thu, 2 Aug 2007 15:53:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 2 Aug 2007 15:53:51 +0300 From: Giorgos Keramidas To: Roberth Sjonoy Message-ID: <20070802125351.GB9805@kobe.laptop> References: <46B1C417.6000602@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46B1C417.6000602@gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.904, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Getting up my wireless network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:54:21 -0000 On 2007-08-02 13:46, Roberth Sjon?y wrote: > Hello, now Im trying to get my wireless network interface up and go, but > how? > > The chipset si atheros so I guess the device driver is okay, but how do I > configure which network and the wep key and the static ip adresses i want? Have you checked the FreeBSD Handbook chapter on wireless networking? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html This may help a bit, but if you still have questions after skimming through the chapter, please feel free to ask in this list again :) Regards, Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 13:37:02 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 1C68016A417 for ; Thu, 2 Aug 2007 13:37:02 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2EE13C459 for ; Thu, 2 Aug 2007 13:37:01 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l72Daihv074749; Thu, 2 Aug 2007 14:36:45 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l72Daihv074749 Message-ID: <46B1DDEC.4010508@infracaninophile.co.uk> Date: Thu, 02 Aug 2007 14:36:44 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Alan Mackenzie References: <20070802122029.GA17937@muc.de> In-Reply-To: <20070802122029.GA17937@muc.de> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Thu, 02 Aug 2007 14:36:56 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/3847/Thu Aug 2 12:26:26 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME,DKIM_POLICY_TESTING,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: questions@freebsd.org Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 13:37:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Alan Mackenzie wrote: > Is it possible I've missed something relevant? Or is there some sort of > add-on utility which would give me consoles with (approximately) 128x48? vidcontrol(1) -- it's part of the base system. > My hardware is a desktop PC with a 1.2 GHz Athlon and a Matrox G400 AGP > video card. Should work fine. You may need to 'kldload vga' (see vga(4) and syscons(4)) to get some of the higher res modes, or even build yourself a customized kernel. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsd3s8Mjk52CukIwRCCnCAJ9q+X6hj2+cAu8ZVydns7FXJ0hOlQCeKTu9 CV+HXuBQHVMWtIAc/6QTtE0= =6WpA -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 13:45: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 92A1516A417 for ; Thu, 2 Aug 2007 13:45:53 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4E69413C461 for ; Thu, 2 Aug 2007 13:45:53 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 263E0143863; Thu, 2 Aug 2007 16:45:52 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 16:46:49 +0300 User-Agent: KMail/1.9.1 References: <20070802122029.GA17937@muc.de> In-Reply-To: <20070802122029.GA17937@muc.de> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021646.49965.nvass@teledomenet.gr> Cc: Alan Mackenzie , questions@freebsd.org Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 13:45:53 -0000 On Thursday 02 August 2007 15:20, Alan Mackenzie wrote: > Hi, FreeBSD! > > I'm a long time GNU/Linux user, and I'm considering changing over to > FreeBSD. Why? To escape the upgrade tread-mill. Every time a new > Debian release comes out, I say "Oh no, not again!", scarcely looking > forward to the weeks of pain getting it to work properly. You may have the very same problems using FreeBSD. > I'm not sure > I prefer the alternative, something like Ubuntu or PCLinux, where you > just shut your eyes, lie back and think of South Africa, not knowing > quite what's getting installed on your PC. That's not a very nice comment to do. Please, keep your feelings about continents/countries/Linux distributions out of here. > And finding the usable > nuggets of information in the vast swathes of Linux documentation > scattered diffusely over the Internet isn't fun either. That's a problem you won't have with FreeBSD. > > Anyway, back to the point! I do most of my work in Linux on virtual > console screens, which are set up at 128x48 characters courtesy of the > "framebuffer" thing in the Linux kernel. Previously, I had used > SVGATextMode, which did much the same. I just don't much like GUIs, > since they are cluttered up with toolbars, dialog boxes, scrollbars, > wine bars, start bars, crowbars, ...., and tend to steal key sequences > which I want to belong to applications. There are dozens of window managers you can choose from. Not all of them have bells and whistles. You could try ion wm, which is a very minimal window manager. > I haven't found any like facility in 6.2, so far: I downloaded the > documentation last night (the CD image 6.2-RELEASE-i386-docs.iso) and > had a general browse through it (the English version). It's nicely > written, but I didn't find what I was looking for. Then I grepped > through it with > > find . -name "*.txt" | xargs grep '[1-9][0-9]*x[1-9][0-9]*' > > without finding anything helpful. 80x60 isn't enough! > > Is it possible I've missed something relevant? Or is there some sort of > add-on utility which would give me consoles with (approximately) 128x48? You'll probably have to build the kernel yourself. Read vidcontrol manual page. It boils down to this: You have to add VESA support and raster text mode support to your kernel. Read this: http://www.linuxquestions.org/questions/showthread.php?t=366057 Keep in mind that the above guide, recommends upgrading. You don't have to upgrade, just build your kernel with what is needed. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 13:52:09 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 00C5116A41F for ; Thu, 2 Aug 2007 13:52:09 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from www.odyssee-interactive.com (mail.VINPASSION.com [217.174.215.94]) by mx1.freebsd.org (Postfix) with ESMTP id 9913F13C45A for ; Thu, 2 Aug 2007 13:52:08 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from oblivion.jeuxvideo.com (odyssee-interactive.rain.fr [83.206.74.241]) (authenticated bits=0) by www.odyssee-interactive.com (8.12.10/8.12.10) with ESMTP id l72D45Du008172; Thu, 2 Aug 2007 15:04:05 +0200 Date: Thu, 2 Aug 2007 15:04:05 +0200 From: Gabriel Linder To: Alan Mackenzie Message-ID: <20070802150405.36af95a0@oblivion.jeuxvideo.com> In-Reply-To: <20070802122029.GA17937@muc.de> References: <20070802122029.GA17937@muc.de> Organization: =?ISO-8859-1?Q?L'Odyss=E9e?= Interactive X-Mailer: Claws Mail 2.10.0 (GTK+ 2.8.20; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 13:52:09 -0000 On Thu, 2 Aug 2007 12:20:29 +0000 Alan Mackenzie wrote: > Hi, FreeBSD! > > I'm a long time GNU/Linux user, and I'm considering changing over to > FreeBSD. Why? To escape the upgrade tread-mill. Every time a new > Debian release comes out, I say "Oh no, not again!", scarcely looking > forward to the weeks of pain getting it to work properly. I'm not > sure I prefer the alternative, something like Ubuntu or PCLinux, > where you just shut your eyes, lie back and think of South Africa, > not knowing quite what's getting installed on your PC. And finding > the usable nuggets of information in the vast swathes of Linux > documentation scattered diffusely over the Internet isn't fun either. > > Anyway, back to the point! I do most of my work in Linux on virtual > console screens, which are set up at 128x48 characters courtesy of the > "framebuffer" thing in the Linux kernel. Previously, I had used > SVGATextMode, which did much the same. I just don't much like GUIs, > since they are cluttered up with toolbars, dialog boxes, scrollbars, > wine bars, start bars, crowbars, ...., and tend to steal key > sequences which I want to belong to applications. > > I haven't found any like facility in 6.2, so far: I downloaded the > documentation last night (the CD image 6.2-RELEASE-i386-docs.iso) and > had a general browse through it (the English version). It's nicely > written, but I didn't find what I was looking for. Then I grepped > through it with > > find . -name "*.txt" | xargs grep '[1-9][0-9]*x[1-9][0-9]*' > > without finding anything helpful. 80x60 isn't enough! > > Is it possible I've missed something relevant? Or is there some sort > of add-on utility which would give me consoles with (approximately) > 128x48? > > My hardware is a desktop PC with a 1.2 GHz Athlon and a Matrox G400 > AGP video card. > > Thanks in advance for the help! > Hi Alan, That was the first question I asked myself, too :) Everything about this and many other things such as how to stay up to date are explained in the handbook, you may want to read it. For virtual consoles resolution you can check this manual page : http://www.freebsd.org/cgi/man.cgi?query=vidcontrol From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 14:05:32 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 BB3DB16A417 for ; Thu, 2 Aug 2007 14:05:32 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from smtp.teledomenet.gr (smtp.teledomenet.gr [213.142.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id 79B5713C45E for ; Thu, 2 Aug 2007 14:05:32 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from iris (unknown [192.168.1.71]) by smtp.teledomenet.gr (Postfix) with ESMTP id 263E0143863; Thu, 2 Aug 2007 16:45:52 +0300 (EEST) From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 16:46:49 +0300 User-Agent: KMail/1.9.1 References: <20070802122029.GA17937@muc.de> In-Reply-To: <20070802122029.GA17937@muc.de> X-NCC-RegID: gr.telehouse MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021646.49965.nvass@teledomenet.gr> Cc: Alan Mackenzie , questions@freebsd.org Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 14:05:32 -0000 On Thursday 02 August 2007 15:20, Alan Mackenzie wrote: > Hi, FreeBSD! > > I'm a long time GNU/Linux user, and I'm considering changing over to > FreeBSD. Why? To escape the upgrade tread-mill. Every time a new > Debian release comes out, I say "Oh no, not again!", scarcely looking > forward to the weeks of pain getting it to work properly. You may have the very same problems using FreeBSD. > I'm not sure > I prefer the alternative, something like Ubuntu or PCLinux, where you > just shut your eyes, lie back and think of South Africa, not knowing > quite what's getting installed on your PC. That's not a very nice comment to do. Please, keep your feelings about continents/countries/Linux distributions out of here. > And finding the usable > nuggets of information in the vast swathes of Linux documentation > scattered diffusely over the Internet isn't fun either. That's a problem you won't have with FreeBSD. > > Anyway, back to the point! I do most of my work in Linux on virtual > console screens, which are set up at 128x48 characters courtesy of the > "framebuffer" thing in the Linux kernel. Previously, I had used > SVGATextMode, which did much the same. I just don't much like GUIs, > since they are cluttered up with toolbars, dialog boxes, scrollbars, > wine bars, start bars, crowbars, ...., and tend to steal key sequences > which I want to belong to applications. There are dozens of window managers you can choose from. Not all of them have bells and whistles. You could try ion wm, which is a very minimal window manager. > I haven't found any like facility in 6.2, so far: I downloaded the > documentation last night (the CD image 6.2-RELEASE-i386-docs.iso) and > had a general browse through it (the English version). It's nicely > written, but I didn't find what I was looking for. Then I grepped > through it with > > find . -name "*.txt" | xargs grep '[1-9][0-9]*x[1-9][0-9]*' > > without finding anything helpful. 80x60 isn't enough! > > Is it possible I've missed something relevant? Or is there some sort of > add-on utility which would give me consoles with (approximately) 128x48? You'll probably have to build the kernel yourself. Read vidcontrol manual page. It boils down to this: You have to add VESA support and raster text mode support to your kernel. Read this: http://www.linuxquestions.org/questions/showthread.php?t=366057 Keep in mind that the above guide, recommends upgrading. You don't have to upgrade, just build your kernel with what is needed. HTH, Nikos From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 14:15: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 B46E616A41B for ; Thu, 2 Aug 2007 14:15:37 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.freebsd.org (Postfix) with ESMTP id 5176213C442 for ; Thu, 2 Aug 2007 14:15:37 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from ibm57aec.bellsouth.net ([68.209.177.221]) by imf17aec.mail.bellsouth.net with ESMTP id <20070802141536.JNIT21872.imf17aec.mail.bellsouth.net@ibm57aec.bellsouth.net> for ; Thu, 2 Aug 2007 10:15:36 -0400 Received: from wcox.bellsouth.net ([68.209.177.221]) by ibm57aec.bellsouth.net with ESMTP id <20070802141536.HFYW19941.ibm57aec.bellsouth.net@wcox.bellsouth.net>; Thu, 2 Aug 2007 10:15:36 -0400 Message-Id: <6.2.3.4.2.20070802101030.0379ebd0@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 02 Aug 2007 10:15:35 -0400 To: Roberth =?iso-8859-1?Q?Sjon=F8y?= , freebsd-questions@freebsd.org From: r17fbsd@xxiii.com In-Reply-To: <46B1BF19.3020104@gmail.com> References: <46B1BF19.3020104@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 14:15:37 -0000 At 07:25 AM 8/2/2007, Roberth Sjon=F8y wrote: >Hello, Ive just installed my prefered text=20 >editor, nano, but when im going to run nano, this just appears: >/libexec/ld-elf.so.1: Shared object=20 >"libncursesw.so.6" not found , required by "nano" I have nano 2.0.6 installed from packages (not ports) and it works fine on= 6.2. I also have that library with the same date as my last buildworld: $ ls -l /lib/*curs* -r--r--r-- 1 root wheel 268108 Jan 14 2007 /lib/libncurses.so.6 I don't really know much about how the libraries=20 work, but it appears that one should be on a standard system. -RobW From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 14:24: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 B046816A417 for ; Thu, 2 Aug 2007 14:24:52 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 466BD13C459 for ; Thu, 2 Aug 2007 14:24:52 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so146766nfb for ; Thu, 02 Aug 2007 07:24:51 -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=nSL5q5tdABZrAwsPy5lD4FECDtlWtze9d0iI9Boc5K7D5L0GBXbQ6Qs8tk57gDLwuTNbPSOwdNq02//5eUO1yjyL+JX3o9I+YZHDbWrj0qhN4rqBi1SvuBl4BdA/cVCvJ/Ir+yq08Oj/EhXlBQaUq30F8mjmIk0TNn0hFLKkAGc= 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=VKSC0sJ0Vc4+JWIhThN0fG66nhiSSdkSBaicTEVy0yFbbPIir20q7SGbAr1VfPWMrtQAY1Xk+W8uwo1rLnKz++IE+FY4yOyKRjQOtAAkQzrw6brm9sz+gQTcXJ6TUUjLMqybXoZ+3wpKURcEcxW+pOx+1efTjEl9j1DGeHWSOyg= Received: by 10.82.112.16 with SMTP id k16mr2517088buc.1186064690479; Thu, 02 Aug 2007 07:24:50 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 2 Aug 2007 07:24:50 -0700 (PDT) Message-ID: Date: Thu, 2 Aug 2007 09:24:50 -0500 From: "illoai@gmail.com" To: "=?ISO-8859-1?Q?Roberth_Sjon=F8y?=" In-Reply-To: <46B1BF19.3020104@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <46B1BF19.3020104@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 14:24:52 -0000 On 02/08/07, Roberth Sjon=F8y wrote: > Hello, Ive just installed my prefered text editor, nano, but when im > going to run nano, this just appears: > > /libexec/ld-elf.so.1: Shared object "libncursesw.so.6" not found , > required by "nano" > > What package do I need or what have I done wrong? > How did you install nano? And what version of FreeBSD? --=20 -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 14:35: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 B9A5416A418 for ; Thu, 2 Aug 2007 14:35:10 +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 5877713C46A for ; Thu, 2 Aug 2007 14:35:09 +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 ESMTP id AAA26446; Fri, 3 Aug 2007 00:34:52 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 3 Aug 2007 00:34:51 +1000 (EST) From: Ian Smith To: Zbigniew Szalbot In-Reply-To: <20070802120018.9322D16A4DC@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Cc: freebsd-questions@freebsd.org Subject: Re: logging system load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 14:35:10 -0000 On Thu, 2 Aug 2007 12:52:20 +0200 Zbigniew Szalbot wrote: > On Thu, 2 Aug 2007 13:44:33 +0300, Nikos Vassiliadis > wrote: > > On Wednesday 25 July 2007 20:50, Momchil Ivanov wrote: > >> Ðа Wednesday 25 July 2007 19:38:41 Zbigniew Szalbot напиÑа: > >> > Dear all, > >> > > >> > Is there a tool similar to top which would measure system load and > >> > write it to a file that could later be analyzed? The time when my > >> > system is most loaded happens between 3 and 5 a.m. so a trace of the > >> > system load would be a wonderful thing to have. I need it to tailor > >> > some of the jobs accordingly. Any advice? > >> > > >> > Thanks in advance! > >> > >> You can make a cronjob doing "uptime >> /path/to/logfile" every minute > > > > Or perhaps "sysctl -n vm.loadavg" instead of uptime, > > which is the same information, but requires less > > scrubbing. > > Thanks but that wouldn't record the time, would it? With uptime it is nice > to have the current time also recorded and I can compare logs to load by > time. paqi% /bin/echo `/bin/date` `/sbin/sysctl -n vm.loadavg` Fri Aug 3 00:33:13 EST 2007 { 0.04 0.11 0.09 } Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 14:54: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 6521D16A417 for ; Thu, 2 Aug 2007 14:54:03 +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 287C413C468 for ; Thu, 2 Aug 2007 14:54:02 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id CDAE1EBC81; Thu, 2 Aug 2007 10:54:01 -0400 (EDT) Date: Thu, 2 Aug 2007 10:54:01 -0400 From: Bill Moran To: Zbigniew Szalbot Message-Id: <20070802105401.06b4e31a.wmoran@potentialtech.com> In-Reply-To: <22385127afb407e66e0bc0c1c0931337@szalbot.homedns.org> References: <22385127afb407e66e0bc0c1c0931337@szalbot.homedns.org> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: getting fair share of CPU for processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 14:54:03 -0000 In response to Zbigniew Szalbot : > > I am looking for advice but maybe this question really belongs to > spamassassin user list. Anyway, by observing load on my FreeBSD machine I > have found that at certain times it gets really high (between 14-17). When > I get such load my machine is quite busy sending thousands of emails. This > in itself is OK because load is rarely over 1 but then I get a few more > incoming emails and spamd, while checking them, bumps up the load to 14 or > more. Such increased load usually does not take longer than 1-2 minutes. > And I have configured exim to ease up on its work when the load gets so > high (first it tempfails incoming messages, then when situation becomes > worse it only queues outgoing ones). > > So I am wondering it it is OK for me to limit the spamd user to how much > CPU power it can get? I saw in the Handbook that it is possible to limit > resources per user. Do you think it is a good thing to do? Will I be better > off limiting spamd user or will it make the situation worse because SA > will/may choke? Many thanks for any advice you can give me. I really > appreciate it! The most typical method of handling this would be nice(1) (see the man page for details). But, depending on your setup, improper use of niced spamassassin processes could make the problem worse. You have a lot of dependencies within the mail flow, and issues such as priority inversion could occur in ways that aren't immediately obvious. Also, I'm not clear as to what problem you're tyring to solve. High load on a busy server certainly isn't a problem, so where is the problem? If your server is consistently overloaded, then the correct solution is to either streamline your configuration so it's less resource intensive, or add hardware. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 15:45: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 6EFEE16A420 for ; Thu, 2 Aug 2007 15:45:49 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 06A6213C45E for ; Thu, 2 Aug 2007 15:45:48 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so514683fka for ; Thu, 02 Aug 2007 08:45: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:mime-version:content-type:content-transfer-encoding:content-disposition; b=CQ468NRg2KRI/jnsM5Rf10PObOXcARrrlFJ3kEmLSIS8ZXqgv2ggBSBwbXh2Z6lD5eGjGzpX4nLRu6AqbspIWhPCVfTmcHNlJuYGSG/mShmPjN4CQ0Qe90VSxA/DpGQdksvRCWq4UGOYblkOfza2aN7692audZSMmDjCqdFVQyU= 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=Yusq7aTtpW+xKq5hqH3C0R7gJMTlzPh0tTdEXGDFJLGuMIOd1OeW+6DTJ1ApXAkissw+6CsQiPnofjDPLz1CNCpR2aChI7lre++f4OmCnDMH8GGPajyGn+mZ6bU1j9JhJ+l7lONikVH1xhaecnb/EQxzWHD7OVkEumYHSfeMgMM= Received: by 10.82.116.15 with SMTP id o15mr2612801buc.1186067961658; Thu, 02 Aug 2007 08:19:21 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Thu, 2 Aug 2007 08:19:21 -0700 (PDT) Message-ID: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> Date: Thu, 2 Aug 2007 11:19:21 -0400 From: "Jim Stapleton" 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: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 15:45:49 -0000 Sorry if my question is a bit confusing - I'm not even sure the proper terminology, so I don't know what the best way to start looking is. I'm rebuilding a system at home, and I'd like to check how the build is going at a slow time at work sometimes. I can connect to the system from work (ssh into my main box, and then from there, ssh to the system I'm working on). I have a terminal opened on that system (actually, another ssh session fron the main box), and I'd like to have my new connection attach to that terminal session, if possible, so that I can just pick up where I left off, and monitor it from here. Is this possible? Sessions main desktop terminal A [ssh]--> workstation terminal A (where builds are currently being processed) work desktop terminal [ssh]--> main destop terminal B [ssh]--> workstation terminal B I would like to have workstation terminal B intercept workstation terminal A, or main desktop terminal B intercept main desktop terminal A. Can it be done? Where do I start looking, what are the words and phrases of interest? I tried looking at both the bash and xterm commands/man page, but they are rather long, and I'd miss what I was looking for without having a clue in advance. I'm guessing something like /dev/?tty?? might work, but how do I figure out which tty to use? Thank you, -Jim Stapleton From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:06:16 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 8A3CC16A417 for ; Thu, 2 Aug 2007 16:06:16 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 2090A13C461 for ; Thu, 2 Aug 2007 16:06:15 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so519153fka for ; Thu, 02 Aug 2007 09:06:14 -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=J0qVXsSfTZ0/gjq+KNa9TAW4q6cuRr675cdQ5Kfbhf6FWIjE3OpWdQJVFIReoRsxiOfhSdcjaq9+ghafKX3bdzN8ENXzZ9ESOF5znCnI/saFkJFkl74SrhytZ1DuDrWMm4E88PyQa4tuYxxdTsXi3OjsmZKK1oznAcUNIkZ+tVM= 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=rdwKGxHYn/NttijaIqNL3ZlYqrIuqwmJmn/kkZ4C2rcfpXQ2L4LomYHB6uEp6+rQbuTbyDr5OdvlpKWYLeDgka4fXNQxiwen9Jl5cWpXezLoVy93duUIFmpfZ8vUYevxCTlWhfeLQiBb78LleyUKpCQ6obWZfKoMveTQb8iQWRE= Received: by 10.82.106.14 with SMTP id e14mr2689514buc.1186070774343; Thu, 02 Aug 2007 09:06:14 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Thu, 2 Aug 2007 09:06:14 -0700 (PDT) Message-ID: <80f4f2b20708020906l608c3b24sa6c8f0de7f5c11cd@mail.gmail.com> Date: Thu, 2 Aug 2007 12:06:14 -0400 From: "Jim Stapleton" To: "Jeremy Gransden" In-Reply-To: <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:06:16 -0000 On 8/2/07, Jeremy Gransden wrote: > > > > On 8/2/07, Jim Stapleton wrote: > > Sorry if my question is a bit confusing - I'm not even sure the proper > > terminology, so I don't know what the best way to start looking is. > > > > I'm rebuilding a system at home, and I'd like to check how the build > > is going at a slow time at work sometimes. I can connect to the system > > from work (ssh into my main box, and then from there, ssh to the > > system I'm working on). I have a terminal opened on that system > > (actually, another ssh session fron the main box), and I'd like to > > have my new connection attach to that terminal session, if possible, > > so that I can just pick up where I left off, and monitor it from here. > > Is this possible? > > > > Maybe your looking for screen. > > try > man screen > for more details. > thanks, > jeremy > I was actually thinking console for that part of the terminology, but yeah, that's what I want to attach to, the man page didn't tell me how though. This seemed relevant: Output to a virtual console that not currently is on the display is saved in a buffer that holds a "screenfull" (normally 25) lines. Any output written to /dev/console (the original console device) is echoed to /dev/ttyv0. However, cat'ing and less'ing the device did nothing, except act as if it were waiting for input, and none was coming. I however did find out which screen I'm on using ps -A and grep: sjss@legolas 12:01:15 (0) /ports/java/diablo-jdk15 > ps -A | grep tty sjss 0.0 0 0:00.33 0.6 0 0 0 26343 26339 sshd: sjss@ttyp1 (sshd) sjss 0.0 0 0:09.61 0.5 0 0 0 43906 43903 sshd: sjss@ttyp0 (sshd) So, I want to see what is going on with ttyp0 ttyp0 Thanks, -Jim Stapleton From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:06:33 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 54DEF16A421 for ; Thu, 2 Aug 2007 16:06:33 +0000 (UTC) (envelope-from david+dated+1186501423.50c412@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id EC26913C457 for ; Thu, 2 Aug 2007 16:06:32 +0000 (UTC) (envelope-from david+dated+1186501423.50c412@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.8/8.13.8) with ESMTP id l72FhioU072157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Aug 2007 11:43:54 -0400 (EDT) (envelope-from david+dated+1186501423.50c412@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.8/8.14.1/Submit) id l72FhhGw072156 for questions@freebsd.org; Thu, 2 Aug 2007 11:43:43 -0400 (EDT) (envelope-from david+dated+1186501423.50c412@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1186501423.50c412@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Thu, 02 Aug 2007 11:43:36 -0400 Date: Thu, 2 Aug 2007 11:43:36 -0400 To: Terry Sposato Message-ID: <20070802154335.GB71872@skytracker.ca> References: <20070801234450.GA30718@skytracker.ca> <002301c7d4a1$4485c8b0$cd915a10$@com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002301c7d4a1$4485c8b0$cd915a10$@com> 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/3847/Thu Aug 2 07:26:26 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: questions@freebsd.org Subject: Re: what triggers "you have mail" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:06:33 -0000 On Thu, Aug 02, 2007 at 11:05:47AM +1000, Terry Sposato wrote: > Hi David, > > It is most likely coming to your mailbox setup. You can create an alias for > it to be delivered appropriately to your maildir. Do what configuration file is that? The only files I use are ~/.muttrc and ~/.mailcap From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:07: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 179A116A41A for ; Thu, 2 Aug 2007 16:07:07 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7110513C48A for ; Thu, 2 Aug 2007 16:07:06 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l72G6mAO089188; Thu, 2 Aug 2007 17:06:50 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l72G6mAO089188 Message-ID: <46B20118.8010202@infracaninophile.co.uk> Date: Thu, 02 Aug 2007 17:06:48 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Jim Stapleton References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> In-Reply-To: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Thu, 02 Aug 2007 17:07:00 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/3847/Thu Aug 2 12:26:26 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME,DKIM_POLICY_TESTING,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:07:07 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Jim Stapleton wrote: > I would like to have workstation terminal B intercept workstation > terminal A, or main desktop terminal B intercept main desktop terminal > A. Can it be done? Where do I start looking, what are the words and > phrases of interest? I tried looking at both the bash and xterm > commands/man page, but they are rather long, and I'd miss what I was > looking for without having a clue in advance. The program you need is screen(1). http://www.gnu.org/software/screen/ It's in ports: sysutils/screen Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsgEY8Mjk52CukIwRCPC3AJ4j8dD8AH2KfD+KYwY0amdU8InERwCdFjqF svhyQaStQO+hZS8VIiGVTQM= =C30W -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:09: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 A793316A419 for ; Thu, 2 Aug 2007 16:09:04 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-04.bluehost.com (outbound-mail-04.bluehost.com [69.89.21.14]) by mx1.freebsd.org (Postfix) with SMTP id 7D71413C428 for ; Thu, 2 Aug 2007 16:09:04 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 15443 invoked by uid 0); 2 Aug 2007 16:09:04 -0000 Received: from unknown (HELO box183.bluehost.com) (69.89.25.183) by mailproxy1.bluehost.com with SMTP; 2 Aug 2007 16:09:04 -0000 Received: from c-24-9-123-251.hsd1.co.comcast.net ([24.9.123.251] helo=demeter.hydra) by box183.bluehost.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGdEV-0003C5-Nk for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 10:09:03 -0600 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l72G92Cp092187 for ; Thu, 2 Aug 2007 10:09:02 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l72G910V092186 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 10:09:01 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 2 Aug 2007 10:09:01 -0600 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20070802160901.GA92156@demeter.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {737:box183.bluehost.com:apotheon:apotheon.net} {sentby:bopbeforesmtp 24.9.123.251 authed with apotheon.com} X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box183.bluehost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [737 12] / [47 12] X-AntiAbuse: Sender Address Domain - apotheon.com Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:09:04 -0000 On Thu, Aug 02, 2007 at 11:19:21AM -0400, Jim Stapleton wrote: > Sorry if my question is a bit confusing - I'm not even sure the proper > terminology, so I don't know what the best way to start looking is. > > I'm rebuilding a system at home, and I'd like to check how the build > is going at a slow time at work sometimes. I can connect to the system > from work (ssh into my main box, and then from there, ssh to the > system I'm working on). I have a terminal opened on that system > (actually, another ssh session fron the main box), and I'd like to > have my new connection attach to that terminal session, if possible, > so that I can just pick up where I left off, and monitor it from here. > Is this possible? Step 1: Go back in time to before you started the build. Step 2: Install a utility called "screen" on that machine. Step 3: Start a screen session, and start your build from within that. Step 4: Detach from that screen session by typing ^A then pressing D. Step 5: Reattach to that screen session at any time with `screen -r`. Sorry about the "go back in time" part. I guess you'll know for next time. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] W. Somerset Maugham: "The ability to quote is a serviceable substitute for wit." From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:09: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 7BCFE16A419 for ; Thu, 2 Aug 2007 16:09:40 +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 394FC13C481 for ; Thu, 2 Aug 2007 16:09:40 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l72G9dPK065008; Thu, 2 Aug 2007 11:09:39 -0500 (CDT) (envelope-from dan) Date: Thu, 2 Aug 2007 11:09:38 -0500 From: Dan Nelson To: Jim Stapleton Message-ID: <20070802160938.GA77822@dan.emsphone.com> References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:09:40 -0000 In the last episode (Aug 02), Jim Stapleton said: > Sorry if my question is a bit confusing - I'm not even sure the > proper terminology, so I don't know what the best way to start > looking is. > > I'm rebuilding a system at home, and I'd like to check how the build > is going at a slow time at work sometimes. I can connect to the > system from work (ssh into my main box, and then from there, ssh to > the system I'm working on). I have a terminal opened on that system > (actually, another ssh session fron the main box), and I'd like to > have my new connection attach to that terminal session, if possible, > so that I can just pick up where I left off, and monitor it from > here. Is this possible? The best solution is to install the sysutils/screen port and run your build process in a window under that. Then you can attach to that screen session from any number of other logins (at the same time even). As a side-effect, screen will protect you from accidental terminal disconnections (if you close your xterm or ssh disconnects on you, screen will detach the session and it will run headless until you reattach to it). The next-best is to use the /usr/sbin/watch command to attach to an existing tty and see its screen output. You'll need to rebuild your kenel and add the "snp" device (or load it as a module). > Sessions > main desktop terminal A [ssh]--> workstation terminal A (where builds > are currently being processed) > > work desktop terminal [ssh]--> main destop terminal B [ssh]--> > workstation terminal B > > > I would like to have workstation terminal B intercept workstation > terminal A, or main desktop terminal B intercept main desktop > terminal A. Can it be done? Where do I start looking, what are the > words and phrases of interest? I tried looking at both the bash and > xterm commands/man page, but they are rather long, and I'd miss what > I was looking for without having a clue in advance. > > I'm guessing something like /dev/?tty?? might work, but how do I > figure out which tty to use? -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:14:27 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 D1A7D16A417 for ; Thu, 2 Aug 2007 16:14:27 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 90E6D13C458 for ; Thu, 2 Aug 2007 16:14:27 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so222392nzf for ; Thu, 02 Aug 2007 09:14:27 -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=F6jdMcaeDMvBzZSihXtkF+FhsjSlJfaLc5ACgH9e9d/EIIuN4KbaTks5BUMDHUrMXBdhwwqISsHTesNJ3KF0679gn9yl8grlLDXGzYEgVQyvnBEHCSPFlAa3da3Te+0IlJzdI7G//dvgcg4PvC+ll6fkZOapjfzu5ES2zAjkW5c= 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=khpQ+2f+qCih/4UjS8VmQDu87fULxPH3wFNLv3LBHeAql7MWMKNnz6oReUS8cR+HkIzu6yhfu+w/1EO6d6pN+YKbx/IPnjqjPP1UpNX4MI1Ng4IphHyufNDzhBL/sIfFO8Jy/Kf0QJAHOjYfojbWxkLCtXj6QYnSp8BOq1PVj5k= Received: by 10.142.157.15 with SMTP id f15mr92624wfe.1186071265824; Thu, 02 Aug 2007 09:14:25 -0700 (PDT) Received: by 10.142.84.6 with HTTP; Thu, 2 Aug 2007 09:14:25 -0700 (PDT) Message-ID: <87f7f4170708020914t19f37106l5a7630feb735ed8d@mail.gmail.com> Date: Thu, 2 Aug 2007 12:14:25 -0400 From: "Jeremy Gransden" To: "Jim Stapleton" In-Reply-To: <80f4f2b20708020906l608c3b24sa6c8f0de7f5c11cd@mail.gmail.com> MIME-Version: 1.0 References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> <80f4f2b20708020906l608c3b24sa6c8f0de7f5c11cd@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 Cc: freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:14:27 -0000 On 8/2/07, Jim Stapleton wrote: > > On 8/2/07, Jeremy Gransden wrote: > > > > > > > > On 8/2/07, Jim Stapleton wrote: > > > Sorry if my question is a bit confusing - I'm not even sure the proper > > > terminology, so I don't know what the best way to start looking is. > > > > > > I'm rebuilding a system at home, and I'd like to check how the build > > > is going at a slow time at work sometimes. I can connect to the system > > > from work (ssh into my main box, and then from there, ssh to the > > > system I'm working on). I have a terminal opened on that system > > > (actually, another ssh session fron the main box), and I'd like to > > > have my new connection attach to that terminal session, if possible, > > > so that I can just pick up where I left off, and monitor it from here. > > > Is this possible? > > > > > > > > Maybe your looking for screen. > > > > try > > man screen > > for more details. > > thanks, > > jeremy > > > > I was actually thinking console for that part of the terminology, but > yeah, that's what I want to attach to, the man page didn't tell me how > though. > > This seemed relevant: > Output to a virtual console that not currently is on the display is > saved > in a buffer that holds a "screenfull" (normally 25) lines. Any output > written to /dev/console (the original console device) is echoed to > /dev/ttyv0. > > However, cat'ing and less'ing the device did nothing, except act as if > it were waiting for input, and none was coming. > > I however did find out which screen I'm on using ps -A and grep: > sjss@legolas 12:01:15 (0) /ports/java/diablo-jdk15 > ps -A | grep tty > sjss 0.0 0 0:00.33 0.6 0 0 0 26343 26339 > sshd: sjss@ttyp1 (sshd) > sjss 0.0 0 0:09.61 0.5 0 0 0 43906 43903 > sshd: sjss@ttyp0 (sshd) > > So, I want to see what is going on with ttyp0 > ttyp0 > > Thanks, > -Jim Stapleton > I guess i was a little vauge..... sorry. What you will need to do is run the program screen, (sysutils/screen), on the macine that you will want to monitor, BEFORE you start your processes. the man page should be able to tell you how to attach/detach from the screen session. I use this all the time in much the same manner as you are trying. thanks, jeremy From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:16: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 5AEE016A41F for ; Thu, 2 Aug 2007 16:16:21 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id D783613C467 for ; Thu, 2 Aug 2007 16:16:20 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so155130nfb for ; Thu, 02 Aug 2007 09:16: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=Al2KS96FJL9n6UbfYwWOnvS+Q1nr5GWZXu7m0jPeOl/bkRA8WCslJPAC9AX8imUVlHNugFdZMY4bZ4ryNR2MBHjqsv1gLlMxsemXho6Xe+l7pj0paFwenq9GDXFPj5RcX7G5wyusXvFHoU9dlLPKI8DuyU3TbPODrvBLGHiBvn8= 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=c4iuBBDUTtz4fhqVYd7xvYmYXfsG++IxFSyZlh8Q/+qccNcrFMccxDZzmmcUuzrUA96Xjbqem6BACMW4dUR/KxqnDzhGWZHC512LT/CymDqSAUD7orWdDXoFrn0AloluWwd3p+A5EgTZ2o0UQRuFYwy/HLsa10KDypuX7OOf2LA= Received: by 10.82.111.8 with SMTP id j8mr2711792buc.1186071379112; Thu, 02 Aug 2007 09:16:19 -0700 (PDT) Received: by 10.82.191.14 with HTTP; Thu, 2 Aug 2007 09:16:18 -0700 (PDT) Message-ID: <80f4f2b20708020916r535e0b65w4c2d5b0d2ef00b0b@mail.gmail.com> Date: Thu, 2 Aug 2007 12:16:18 -0400 From: "Jim Stapleton" To: "Jeremy Gransden" In-Reply-To: <87f7f4170708020914t19f37106l5a7630feb735ed8d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> <80f4f2b20708020906l608c3b24sa6c8f0de7f5c11cd@mail.gmail.com> <87f7f4170708020914t19f37106l5a7630feb735ed8d@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:16:21 -0000 On 8/2/07, Jeremy Gransden wrote: > > > > On 8/2/07, Jim Stapleton wrote: > > On 8/2/07, Jeremy Gransden wrote: > > > > > > > > > > > > On 8/2/07, Jim Stapleton wrote: > > > > Sorry if my question is a bit confusing - I'm not even sure the proper > > > > terminology, so I don't know what the best way to start looking is. > > > > > > > > I'm rebuilding a system at home, and I'd like to check how the build > > > > is going at a slow time at work sometimes. I can connect to the system > > > > from work (ssh into my main box, and then from there, ssh to the > > > > system I'm working on). I have a terminal opened on that system > > > > (actually, another ssh session fron the main box), and I'd like to > > > > have my new connection attach to that terminal session, if possible, > > > > so that I can just pick up where I left off, and monitor it from here. > > > > Is this possible? > > > > > > > > > > > > Maybe your looking for screen. > > > > > > try > > > man screen > > > for more details. > > > thanks, > > > jeremy > > > > > > > I was actually thinking console for that part of the terminology, but > > yeah, that's what I want to attach to, the man page didn't tell me how > > though. > > > > This seemed relevant: > > Output to a virtual console that not currently is on the display is > saved > > in a buffer that holds a "screenfull" (normally 25) lines. Any output > > written to /dev/console (the original console device) is echoed to > > /dev/ttyv0. > > > > However, cat'ing and less'ing the device did nothing, except act as if > > it were waiting for input, and none was coming. > > > > I however did find out which screen I'm on using ps -A and grep: > > sjss@legolas 12:01:15 (0) /ports/java/diablo-jdk15 > ps -A | grep tty > > sjss 0.0 0 0:00.33 0.6 0 0 0 26343 26339 > > sshd: sjss@ttyp1 (sshd) > > sjss 0.0 0 0:09.61 0.5 0 0 0 43906 43903 > > sshd: sjss@ttyp0 (sshd) > > > > So, I want to see what is going on with ttyp0 > > ttyp0 > > > > Thanks, > > -Jim Stapleton > > > > > > I guess i was a little vauge..... sorry. > > What you will need to do is run the program screen, (sysutils/screen), on > the macine that you will want to monitor, BEFORE you start your processes. > the man page should be able to tell you how to attach/detach from the screen > session. I use this all the time in much the same manner as you are trying. > > thanks, > jeremy > > OK, I didn't get that about the port. Thanks. I'll install that next. Thanks for the assist everyone. -Jim Stapleton From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:22: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 2C2C416A418 for ; Thu, 2 Aug 2007 16:22:47 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id DB6CB13C457 for ; Thu, 2 Aug 2007 16:22:46 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local ; Thu, 02 Aug 2007 18:22:33 +0200 To: Bill Moran X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Thu, 2 Aug 2007 18:22:33 +0200 From: Zbigniew Szalbot In-Reply-To: <20070802105401.06b4e31a.wmoran@potentialtech.com> References: <20070802105401.06b4e31a.wmoran@potentialtech.com> Message-ID: <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Cc: Freebsd questions Subject: Re: getting fair share of CPU for processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:22:47 -0000 Hi Bill and all, >> So I am wondering it it is OK for me to limit the spamd user to how much >> CPU power it can get? I saw in the Handbook that it is possible to limit >> resources per user. Do you think it is a good thing to do? Will I be > better >> off limiting spamd user or will it make the situation worse because SA >> will/may choke? Many thanks for any advice you can give me. I really >> appreciate it! > > The most typical method of handling this would be nice(1) (see the man > page for details). Thanks - I will do some reading. > Also, I'm not clear as to what problem you're tyring to solve. High load > on a busy server certainly isn't a problem, so where is the problem? The problem that sometimes, though for a very short period of time, the load goes above 14. I should have asked this first. Is this OK? I was probably unnecessarily concerned that the load gets too high. Of course, were it to happen for a prolonged time, I would take steps to improving hardware but as the load peaks are periodic and fairly short I thought I would make it easier for the machine to live :) Judging from your answer I can see I shouldn't worry all that much. Warm regards, -- Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:22: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 D8A6216A474 for ; Thu, 2 Aug 2007 16:22:49 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 9994413C46A for ; Thu, 2 Aug 2007 16:22:49 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so223910nzf for ; Thu, 02 Aug 2007 09:22: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:cc:in-reply-to:mime-version:content-type:references; b=tFKiQf6ymfxIq4z2tB2J/5zG7EX3Ef6wuG2XKsglgGz9PbMxb15wuQCY9g+O8MXtSotD2vVANvkuVLxhbeB48WqpnAKGMOXNuWl5Jl6TOrIyCWxm2Uh5k0LLj4zUDowV8vESg5MJwvc3a8+VPf8Sg7IpIoxbGdmyWjy18zOg/v8= 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=qY+YfMACLxLsEPc7ftfrkpjE7qI89HeXeJuWhyaUt23Bju2q0YUVr3MaTR7YmBLW7L7DlhOxeGLJO/Visa5mL/4ghjUoYz8r7PBW8WJ0Ko/SDQlJS0VrlbJ4a9kIZcBjILJJwZLOkfC5VFqAQ7gUjhrU62QgRvPEbfckw7OsX48= Received: by 10.142.188.11 with SMTP id l11mr92433wff.1186070039045; Thu, 02 Aug 2007 08:53:59 -0700 (PDT) Received: by 10.142.84.6 with HTTP; Thu, 2 Aug 2007 08:53:59 -0700 (PDT) Message-ID: <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> Date: Thu, 2 Aug 2007 11:53:59 -0400 From: "Jeremy Gransden" To: "Jim Stapleton" In-Reply-To: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> MIME-Version: 1.0 References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@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 Cc: freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:22:50 -0000 On 8/2/07, Jim Stapleton wrote: > > Sorry if my question is a bit confusing - I'm not even sure the proper > terminology, so I don't know what the best way to start looking is. > > I'm rebuilding a system at home, and I'd like to check how the build > is going at a slow time at work sometimes. I can connect to the system > from work (ssh into my main box, and then from there, ssh to the > system I'm working on). I have a terminal opened on that system > (actually, another ssh session fron the main box), and I'd like to > have my new connection attach to that terminal session, if possible, > so that I can just pick up where I left off, and monitor it from here. > Is this possible? Maybe your looking for screen. try man screen for more details. thanks, jeremy From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16: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 4D57016A41F for ; Thu, 2 Aug 2007 16:27:50 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 2B5C113C46B for ; Thu, 2 Aug 2007 16:27:50 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id CECD1519BE for ; Thu, 2 Aug 2007 12:27:48 -0400 (EDT) Date: Thu, 2 Aug 2007 17:27:46 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802172746.5c9bd856@gumby.homeunix.com.> In-Reply-To: <6.2.3.4.2.20070802101030.0379ebd0@mailsvr.xxiii.com> References: <46B1BF19.3020104@gmail.com> <6.2.3.4.2.20070802101030.0379ebd0@mailsvr.xxiii.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:27:50 -0000 On Thu, 02 Aug 2007 10:15:35 -0400 r17fbsd@xxiii.com wrote: > At 07:25 AM 8/2/2007, Roberth Sjon=F8y wrote: > >Hello, Ive just installed my prefered text=20 > >editor, nano, but when im going to run nano, this just appears: > >/libexec/ld-elf.so.1: Shared object=20 > >"libncursesw.so.6" not found , required by "nano" >=20 > I have nano 2.0.6 installed from packages (not ports) and it works > fine on 6.2. >=20 > I also have that library with the same date as my last buildworld: >=20 > $ ls -l /lib/*curs* > -r--r--r-- 1 root wheel 268108 Jan 14 2007 /lib/libncurses.so.6 > but do you have libncursesw.so.6 - note the 'w' The most likely scenario is that he's trying to use a 6-stable package on 6.2. This something that people tend to get away with, but is not actually supported. Either build the port or install the correct package. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16: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 B8F0616A41F for ; Thu, 2 Aug 2007 16:36:31 +0000 (UTC) (envelope-from david+dated+1186502813.0279c1@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1764D13C4B4 for ; Thu, 2 Aug 2007 16:36:30 +0000 (UTC) (envelope-from david+dated+1186502813.0279c1@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.8/8.13.8) with ESMTP id l72G6sXP072752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Aug 2007 12:06:54 -0400 (EDT) (envelope-from david+dated+1186502813.0279c1@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.8/8.14.1/Submit) id l72G6rwF072749 for questions@freebsd.org; Thu, 2 Aug 2007 12:06:53 -0400 (EDT) (envelope-from david+dated+1186502813.0279c1@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1186502813.0279c1@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Thu, 02 Aug 2007 12:06:50 -0400 Date: Thu, 2 Aug 2007 12:06:49 -0400 To: "Tuc at T-B-O-H.NET" Message-ID: <20070802160649.GA72515@skytracker.ca> References: <20070802153856.GA71872@skytracker.ca> <200708021548.l72Fm51L072526@himinbjorg.tucs-beachin-obx-house.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708021548.l72Fm51L072526@himinbjorg.tucs-beachin-obx-house.com> 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/3847/Thu Aug 2 07:26:26 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: questions@freebsd.org Subject: Re: what triggers "you have mail" (OFFLIST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:36:31 -0000 > Hrm, when you print out your environment variables, what > is MAIL or mail ? Do either of those variables exist, and if so > what are they set to? And if set, does a file exist at that > location? I don't know how to print out environment variables, but echo $MAIL and echo $mail both are empty. I should have mentioned this to begin with, but the actual message I am getting is; "you have mail in /usr/david" which points to my home directory, which maybe is the result when $MAIL is empty. However, I don't see what specific file in /usr/david that would be triggering the message. I do notice that I am getting incoming mail in /usr/david/tmp which each carry the mutt-??? tag. Note; $ cd /usr/david/tmp $ ls -tl total 640 -rw------- 1 david wheel 2430 Aug 2 11:59 mutt-3s1-90mKAzA6-00009 -rw------- 1 david wheel 811 Aug 2 11:59 mutt-3s1-FNIv9bVN-00011 -rw------- 1 david wheel 570 Aug 2 11:59 mutt-3s1-aZ5J9HO3-00010 -rw------- 1 david wheel 20426 Aug 2 11:59 mutt-3s1-lrTCGdNH-00002 -rw------- 1 david wheel 6642 Aug 2 11:26 mutt-3s1-3W5nolSR-00031 -rw------- 1 david wheel 6441 Aug 2 11:26 mutt-3s1-K3kNAS2C-00029 -rw------- 1 david wheel 2463 Aug 1 19:17 mutt-3s1-YVeXwBSz-00015 -rw------- 1 david wheel 27678 Aug 1 19:16 mutt-3s1-3EfX7G7s-00008 ... and so on the top message is yours From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:36: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 6D08216A468 for ; Thu, 2 Aug 2007 16:36:57 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 30E0113C4CA for ; Thu, 2 Aug 2007 16:36:57 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l72GavuD078278 for ; Thu, 2 Aug 2007 12:36:57 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l72GappN073505 for ; Thu, 2 Aug 2007 12:36:51 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l72Gap9a073504 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 12:36:51 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 12:36:51 -0400 (EDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:36:57 -0000 Hi, I'm developing firewall rules for a machine, and I'm wondering what the standard is for putting my version of an ipfw "firewall_script"? I'd normally drop it onto /usr/local/etc somewhere, but my /u/l/e is an NFS filesystem, and according to rcorder it starts ipfw WAY before the nfsclient. I don't want to stomp on /etc/rc.firewall, I like having it as a reference and one less thing to have to worry about mergemaster overwriting. Thanks, Tuc From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:40: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 222FB16A41B for ; Thu, 2 Aug 2007 16:40:58 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id F3D1B13C458 for ; Thu, 2 Aug 2007 16:40:57 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 302177FB4 for ; Thu, 2 Aug 2007 12:40:56 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id E1116B6754 for ; Thu, 2 Aug 2007 16:40:54 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 16:40:53 +0000 References: <20070801234450.GA30718@skytracker.ca> <002301c7d4a1$4485c8b0$cd915a10$@com> <20070802154335.GB71872@skytracker.ca> In-Reply-To: <20070802154335.GB71872@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021640.53813.lists-fbsd@shadypond.com> Subject: Re: what triggers "you have mail" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:40:58 -0000 On Thursday 02 August 2007 15:43:36 David Banning wrote: > On Thu, Aug 02, 2007 at 11:05:47AM +1000, Terry Sposato wrote: > > Hi David, > > > > It is most likely coming to your mailbox setup. You can create an alias > > for it to be delivered appropriately to your maildir. > > Do what configuration file is that? The only files I use are ~/.muttrc > and ~/.mailcap You can create the alias in /etc/aliases After you have done it, you run "newaliases" as root. If you are running Postfix, you can modify the aliases file specified in your main.cf and then run "postalias" on the file. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:42:38 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 7426A16A41B for ; Thu, 2 Aug 2007 16:42:38 +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 43AA013C457 for ; Thu, 2 Aug 2007 16:42:38 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9] (may be forged)) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.06) with ESMTP id l72GgZid029901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 2 Aug 2007 09:42:35 -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 l72GgYfF019537 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Aug 2007 09:42:35 -0700 Message-ID: <46B20977.5020606@u.washington.edu> Date: Thu, 02 Aug 2007 09:42:31 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Zbigniew Szalbot References: <20070802105401.06b4e31a.wmoran@potentialtech.com> <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> In-Reply-To: <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.8.2.92123 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: Bill Moran , Freebsd questions Subject: Re: getting fair share of CPU for processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:42:38 -0000 Zbigniew Szalbot wrote: > Hi Bill and all, > > >>> So I am wondering it it is OK for me to limit the spamd user to how much >>> CPU power it can get? I saw in the Handbook that it is possible to limit >>> resources per user. Do you think it is a good thing to do? Will I be >>> >> better >> >>> off limiting spamd user or will it make the situation worse because SA >>> will/may choke? Many thanks for any advice you can give me. I really >>> appreciate it! >>> >> The most typical method of handling this would be nice(1) (see the man >> page for details). >> > > Thanks - I will do some reading. > > >> Also, I'm not clear as to what problem you're tyring to solve. High load >> on a busy server certainly isn't a problem, so where is the problem? >> > > The problem that sometimes, though for a very short period of time, the > load goes above 14. > I should have asked this first. Is this OK? I was probably unnecessarily > concerned that the load gets too high. Of course, were it to happen for a > prolonged time, I would take steps to improving hardware but as the load > peaks are periodic and fairly short I thought I would make it easier for > the machine to live :) Judging from your answer I can see I shouldn't worry > all that much. > > Warm regards, > > Please read man 5 login.conf . -Garrett From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 16:45: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 09D3516A468 for ; Thu, 2 Aug 2007 16:45:14 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id DA8E913C4A7 for ; Thu, 2 Aug 2007 16:45:13 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id DAD9151934 for ; Thu, 2 Aug 2007 12:45:12 -0400 (EDT) Date: Thu, 2 Aug 2007 17:45:10 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802174510.60e7ef04@gumby.homeunix.com.> In-Reply-To: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> References: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 16:45:14 -0000 On Thu, 2 Aug 2007 12:36:51 -0400 (EDT) "Tuc at T-B-O-H.NET" wrote: > Hi, > > I'm developing firewall rules for a machine, and I'm wondering > what the standard is for putting my version of an ipfw > "firewall_script"? > > I'd normally drop it onto /usr/local/etc somewhere, but > my /u/l/e is an NFS filesystem, and according to rcorder it starts > ipfw WAY before the nfsclient. I don't want to stomp > on /etc/rc.firewall, I like having it as a reference and one less > thing to have to worry about mergemaster overwriting. cp /etc/rc.firewall /etc/my.firewall add to rc.conf: firewall_script="/etc/my.firewall" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 17:36: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 9EE0116A417 for ; Thu, 2 Aug 2007 17:36:51 +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 6E59B13C483 for ; Thu, 2 Aug 2007 17:36:51 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 0AAA4EBC78; Thu, 2 Aug 2007 13:36:49 -0400 (EDT) Date: Thu, 2 Aug 2007 13:36:49 -0400 From: Bill Moran To: Zbigniew Szalbot Message-Id: <20070802133649.9ec74540.wmoran@potentialtech.com> In-Reply-To: <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> References: <20070802105401.06b4e31a.wmoran@potentialtech.com> <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.11; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: getting fair share of CPU for processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 17:36:51 -0000 In response to Zbigniew Szalbot : > > Hi Bill and all, > > >> So I am wondering it it is OK for me to limit the spamd user to how much > >> CPU power it can get? I saw in the Handbook that it is possible to limit > >> resources per user. Do you think it is a good thing to do? Will I be > > better > >> off limiting spamd user or will it make the situation worse because SA > >> will/may choke? Many thanks for any advice you can give me. I really > >> appreciate it! > > > > The most typical method of handling this would be nice(1) (see the man > > page for details). > > Thanks - I will do some reading. > > > Also, I'm not clear as to what problem you're tyring to solve. High load > > on a busy server certainly isn't a problem, so where is the problem? > > The problem that sometimes, though for a very short period of time, the > load goes above 14. That's only a problem if services are suffering as a result. If the box has a lot of work to do, the load is going to go up. If it can still get the work done in an acceptable amount of time, and if you have enough cooling to keep the CPUs from overheating, there's probably not a problem. > I should have asked this first. Is this OK? I was probably unnecessarily > concerned that the load gets too high. Of course, were it to happen for a > prolonged time, I would take steps to improving hardware but as the load > peaks are periodic and fairly short I thought I would make it easier for > the machine to live :) Judging from your answer I can see I shouldn't worry > all that much. I wouldn't. Sounds like your mail service hits sporadic periods of high activity, which isn't unusual. The ability to handle spike loads can be complicated to plan for, but with email you're probably better off not worrying about it. Some emails might take a little longer to get through (couple of seconds instead of nearly instantly) but I doubt that's an issue. An area where high spike loads may be a concern is (for example) and e- commerce web site. If you've suddenly got a really popular product, the last thing you want is for your online shopping cart system to get slow right when people are the most eager to buy ... -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 17:43: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 8E7F316A418 for ; Thu, 2 Aug 2007 17:43:58 +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 4D8FC13C4A5 for ; Thu, 2 Aug 2007 17:43:58 +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 B2999398B6 for ; Thu, 2 Aug 2007 19:43:56 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 7D6AE39885; Thu, 2 Aug 2007 19:43:56 +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 CDEEC398AB for ; Thu, 2 Aug 2007 19:43:53 +0200 (CEST) Message-ID: <46B217D7.40508@boosten.org> Date: Thu, 02 Aug 2007 19:43:51 +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: <20070802105401.06b4e31a.wmoran@potentialtech.com> <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> In-Reply-To: <69cb4cbb7b86698b706a7443412b9284@szalbot.homedns.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000763-2, 08/02/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: getting fair share of CPU for processes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 17:43:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Zbigniew Szalbot wrote: > Hi Bill and all, > >>> So I am wondering it it is OK for me to limit the spamd user to how much >>> CPU power it can get? I saw in the Handbook that it is possible to limit >>> resources per user. Do you think it is a good thing to do? Will I be >> better >>> off limiting spamd user or will it make the situation worse because SA >>> will/may choke? Many thanks for any advice you can give me. I really >>> appreciate it! >> The most typical method of handling this would be nice(1) (see the man >> page for details). > > Thanks - I will do some reading. > >> Also, I'm not clear as to what problem you're tyring to solve. High load >> on a busy server certainly isn't a problem, so where is the problem? > > The problem that sometimes, though for a very short period of time, the > load goes above 14. The load is roughly a combination of resources programs are waiting for, and that doesn't necessarily have to be CPU cycles, but something else could be your bottleneck, like disk IO. I suggest finding the real problem. You could throttle sendmail (or any MTA) a bit by lowering the point where it starts temp-failing email (with an 450), but that's just a workaround. Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGshfVrvsez6l/SvARAhFqAJ955u+eRhRs5Mu4yHXLg4oemX/sUQCfYqCG lul2O+hkyEyohYSwXDrZjxY= =WNLx -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:11: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 25E3916A41F for ; Thu, 2 Aug 2007 18:11:18 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 08BC513C457 for ; Thu, 2 Aug 2007 18:11:17 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id B2DD3A084F; Thu, 2 Aug 2007 13:11:16 -0500 (CDT) Message-ID: <46B21E38.4080800@cs.okstate.edu> Date: Thu, 02 Aug 2007 13:11:04 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: RW References: <46B1BF19.3020104@gmail.com> <6.2.3.4.2.20070802101030.0379ebd0@mailsvr.xxiii.com> <20070802172746.5c9bd856@gumby.homeunix.com.> In-Reply-To: <20070802172746.5c9bd856@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:11:18 -0000 Written by RW on 08/02/07 11:27>> > On Thu, 02 Aug 2007 10:15:35 -0400 > r17fbsd@xxiii.com wrote: > >> At 07:25 AM 8/2/2007, Roberth Sjonøy wrote: >>> Hello, Ive just installed my prefered text >>> editor, nano, but when im going to run nano, this just appears: >>> /libexec/ld-elf.so.1: Shared object >>> "libncursesw.so.6" not found , required by "nano" >> I have nano 2.0.6 installed from packages (not ports) and it works >> fine on 6.2. >> >> I also have that library with the same date as my last buildworld: >> >> $ ls -l /lib/*curs* >> -r--r--r-- 1 root wheel 268108 Jan 14 2007 /lib/libncurses.so.6 >> > but do you have libncursesw.so.6 - note the 'w' > > The most likely scenario is that he's trying to use a 6-stable package > on 6.2. This something that people tend to get away with, but is not > actually supported. > > Either build the port or install the correct package. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I'm tracking 6-STABLE, and I only have /lib/libncurses.so.6. libcursesw.so.6 is listed as part of the compat6x port, perhaps Roberth has installed a 7-CURRENT package built with compat6x? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:13: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 215B916A419 for ; Thu, 2 Aug 2007 18:13:05 +0000 (UTC) (envelope-from roberth.sjonoy@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 B1B2D13C4D0 for ; Thu, 2 Aug 2007 18:13:04 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so424420uge for ; Thu, 02 Aug 2007 11:13:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=VNJLaLrBgSU5SLyIH63JRVVtQdbuyAlOyClwq7o/ArvZmRcyD8PxgazQhUoaczluWgs4wmfC77GSQmcsyODzksDLAowJOZxhqKEKK2QqiIzvhwbnpTVZHTDScjysLrw/giaM181s6m/X1fI/FzPpBwFX86jpiC1ms0prhuvBafU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=T4arZhKEtODKzyOGG3Z6VdurX0tKn0ZlPxQZwfgZQY/B3qpORDe1nCNSINmhd9oDltarmEqrhaHiEmR7aoSl/JH6KxBxmYFaaWOm/XUNARbruHwp9wZvGuTp5gfgU8BZoDixqZ6qPpCSGfiPmnRrGV+6CrK16LD0SCbfNrow380= Received: by 10.67.19.9 with SMTP id w9mr2284604ugi.1186078383349; Thu, 02 Aug 2007 11:13:03 -0700 (PDT) Received: from ?192.168.1.6? ( [80.213.243.231]) by mx.google.com with ESMTPS id z33sm4294788ikz.2007.08.02.11.13.02 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 11:13:02 -0700 (PDT) From: Roberth Sjonoy To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Thu, 02 Aug 2007 20:13:07 +0200 Message-Id: <1186078387.79573.6.camel@Magda> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Imagemagick issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:13:05 -0000 Hello, I'm trying to install imagemagick from ports, but this appears: ==> ImageMagick-6.3.3.5_1 WMF support requires WITH_IMAGEMAGICK_MODULES. ***Error code 1 Stop in /usr/ports/graphics/ImageMagick. How do I solve this? Regards, Roberth. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:16:17 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 E10B416A417 for ; Thu, 2 Aug 2007 18:16:17 +0000 (UTC) (envelope-from m.apitz@oclcpica.org) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.freebsd.org (Postfix) with ESMTP id 4ACA213C45A for ; Thu, 2 Aug 2007 18:16:17 +0000 (UTC) (envelope-from m.apitz@oclcpica.org) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id TAA10969 for ; Thu, 2 Aug 2007 19:53:02 +0200 (CEST) (envelope-from m.apitz@oclcpica.org) Received: from ppp-82-135-79-75.dynamic.mnet-online.de(82.135.79.75) by hunter.Sisis.de via smap (V2.1) id xma010961; Thu, 2 Aug 07 19:52:54 +0200 Received: (from guru@localhost) by rebelion.Sisis.de (8.13.8/8.13.8/Submit) id l72HwTGV003313 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 19:58:29 +0200 (CEST) (envelope-from m.apitz@oclcpica.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to m.apitz@oclcpica.org using -f Date: Thu, 2 Aug 2007 19:58:29 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20070802175829.GA3277@rebelion.Sisis.de> References: <46B0D50F.8050402@cs.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.2i X-Operating-System: FreeBSD 6.2-RELEASE (i386) Subject: cpio -dump ... (was: Installing from USB Flash Drive) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:16:18 -0000 El día Wednesday, August 01, 2007 a las 03:21:12PM -0600, Ross Penner escribió: > On 8/1/07, Reid Linnemann < lreid@cs.okstate.edu> wrote: > > > > Written by Ross Penner on 08/01/07 13:34>> > > > Hi everybody, > > > > > > I'm trying to install a system on a machine that doesn't have an optical > > > drive. I plan on using a USB flash drive to do the job and found a > > > messages from hackers@freebsd.org > > > (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html ) ... Hello, The above mentioned web page and script shows a usage of cpio(1) which I have never seen before: cpio -dump ${tmpdir}/img I was curious, looked into the man page of cpio(1) and even in the online manual at http://www.gnu.org/software/cpio/manual/cpio.html but did not saw anything about the option '-dump'; can someone bring a light to me? Thx matthias -- Matthias Apitz Manager Technical Support - OCLC PICA GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclcpica.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ OCLC PICA GmbH, Geschaeftsfuehrer: Christine Magin-Weeger, Norbert Weinberger Sitz der Gesellschaft: Oberhaching, HRB Muenchen: 113261 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:19: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 BA37B16A41A for ; Thu, 2 Aug 2007 18:19:51 +0000 (UTC) (envelope-from mats@c83-250-138-187.bredband.comhem.se) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7B22F13C478 for ; Thu, 2 Aug 2007 18:19:51 +0000 (UTC) (envelope-from mats@c83-250-138-187.bredband.comhem.se) Received: from [83.251.118.254] (port=62516 helo=cyborg.valhall) by ch-smtp02.sth.basefarm.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IGfH2-0003tX-7w for freebsd-questions@FreeBSD.org; Thu, 02 Aug 2007 20:19:50 +0200 Received: from cyborg.valhall (localhost [127.0.0.1]) by cyborg.valhall (8.13.8/8.13.3) with ESMTP id l72IJ1u2000914 for ; Thu, 2 Aug 2007 20:19:01 +0200 (CEST) Received: (from mats@localhost) by cyborg.valhall (8.13.8/8.13.8/Submit) id l72IJ0Zf000913 for freebsd-questions@FreeBSD.org; Thu, 2 Aug 2007 20:19:00 +0200 (CEST) (envelope-from mats) Date: Thu, 2 Aug 2007 20:19:00 +0200 From: z999 To: freebsd-questions@FreeBSD.org Message-ID: <20070802181900.GA856@cyborg.c83-250-138-187.bredband.comhem.se> References: <20070802050950.GA865@cyborg.c83-250-138-187.bredband.comhem.se> <6.2.3.4.2.20070802095934.037a8290@mailsvr.xxiii.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.3.4.2.20070802095934.037a8290@mailsvr.xxiii.com> User-Agent: Mutt/1.4.2.2i X-Originating-IP: 83.251.118.254 X-Scan-Result: No virus found in message 1IGfH2-0003tX-7w. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IGfH2-0003tX-7w 45ac7f2495cd9192ece95132eeda01f1 Cc: Subject: Re: Firewall question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:19:51 -0000 On Thu, Aug 02, 2007 at 10:04:20AM -0400, r17fbsd@xxiii.com wrote: > It might not be as challenging as rolling your own... but have you > considered using one of the ready-to-install BSD firewall/router > packages like m0n0wall ? http://m0n0.ch/wall/ I have thinked about it. I have tried monowall just with firewall router and it's a good choice. The down-thing is that you can't setup the dhcp as freely as I wan to do (e.g. setup the dhcpd for pxeboot for diskless for example). And there is not so much to do to secure the firewall further than the monowall group already have done. > I don't know if it supports the 3rd interface, but it does run on > Soekris hardware. Well, it does. And there is a good description for a dmz also. /Regards From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:21: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 4248916A41F for ; Thu, 2 Aug 2007 18:21:51 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC3813C4CE for ; Thu, 2 Aug 2007 18:21:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l72ILcdw031508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Aug 2007 21:21:45 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l72ILLip018972; Thu, 2 Aug 2007 21:21:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l72ILK2s018971; Thu, 2 Aug 2007 21:21:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 2 Aug 2007 21:21:20 +0300 From: Giorgos Keramidas To: "Tuc at T-B-O-H.NET" Message-ID: <20070802182120.GA18907@kobe.laptop> References: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708021636.l72Gap9a073504@himinbjorg.tucs-beachin-obx-house.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.905, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:21:51 -0000 On 2007-08-02 12:36, "Tuc at T-B-O-H.NET" wrote: > Hi, > I'm developing firewall rules for a machine, and I'm wondering what > the standard is for putting my version of an ipfw "firewall_script"? I usually save my rules in '/etc/pf.conf' or '/etc/ipfw.rules'. It's not like the '/etc' directory is a "please do not touch" area. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:21: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 ED36416A419 for ; Thu, 2 Aug 2007 18:21:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE2A13C4A3 for ; Thu, 2 Aug 2007 18:21:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.1/8.14.1) with ESMTP id l72ILw0B082648; Thu, 2 Aug 2007 12:21:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.1/8.14.1/Submit) with ESMTP id l72ILwVC082645; Thu, 2 Aug 2007 12:21:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 2 Aug 2007 12:21:58 -0600 (MDT) From: Warren Block To: Roberth Sjonoy In-Reply-To: <1186078387.79573.6.camel@Magda> Message-ID: <20070802122024.H82571@wonkity.com> References: <1186078387.79573.6.camel@Magda> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Thu, 02 Aug 2007 12:21:58 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Imagemagick issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:22:00 -0000 On Thu, 2 Aug 2007, Roberth Sjonoy wrote: > Hello, I'm trying to install imagemagick from ports, but this appears: > > ==> ImageMagick-6.3.3.5_1 WMF support requires > WITH_IMAGEMAGICK_MODULES. > ***Error code 1 > > Stop in /usr/ports/graphics/ImageMagick. > > How do I solve this? Run 'make config' again and turn on IMAGEMAGICK_MODULES or turn off IMAGEMAGICK_WMF. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:42:29 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 8311B16A419 for ; Thu, 2 Aug 2007 18:42:29 +0000 (UTC) (envelope-from subhro.kar@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 63F3C13C47E for ; Thu, 2 Aug 2007 18:42:29 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so640575waf for ; Thu, 02 Aug 2007 11:42:29 -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=WpbYUGw8UAUvEnIomZsufxCZ8eZ17OBYMrShBkfEbExIoIWBjwvXCyHnJXfALmgQe7QNlC6S3rcb2h4hHgFL4noNd9H+DNDJdnIwPCfON3OLJmmO6C2fIsslhatjK8Lbah3IzxzD7cmLEE4GpCmQmiNVekUYDX47g1POUwlUjJc= 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=gDAYIAVw0S3uIG+l95wGlqgtzi9uChiTT0yX0X1Rw7F9Kzy9Oln5QlBA8ROi+mJ2ND1FfBLhEJb/wiOLNqF+Jj95u/ubrjZZHk6NIJ3szWXIrvx5CdFdIGO3DNrMmZIqNaWD/18+ngXpxVeDcM8IMH6L+S2qHbNwvrphCVUkbHU= Received: by 10.114.66.2 with SMTP id o2mr2089417waa.1186078427229; Thu, 02 Aug 2007 11:13:47 -0700 (PDT) Received: by 10.114.15.16 with HTTP; Thu, 2 Aug 2007 11:13:46 -0700 (PDT) Message-ID: Date: Thu, 2 Aug 2007 23:43:46 +0530 From: Subhro To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:42:29 -0000 Hello Folks, Recently I got a HP nc6400 notebook for myself and decided to install FreeBSD on this. My system boots up fine but I am repeatedly getting Errors from ACPI. I am repeatedly getting acpi_tz0: _CRT value is absurd, ignored (256C) How can I solve this problem? Thanks Subhro -- Subhro Kar Software Engineer Dynamic Digital Technologies Pvt. Ltd. EPY-3, Sector: V Salt Lake City 700091 India From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:42: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 3D19416A420 for ; Thu, 2 Aug 2007 18:42:56 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 2229F13C4CB for ; Thu, 2 Aug 2007 18:42:56 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 53CD2A084D; Thu, 2 Aug 2007 13:42:55 -0500 (CDT) Message-ID: <46B225AD.5010800@cs.okstate.edu> Date: Thu, 02 Aug 2007 13:42:53 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Matthias Apitz References: <46B0D50F.8050402@cs.okstate.edu> <20070802175829.GA3277@rebelion.Sisis.de> In-Reply-To: <20070802175829.GA3277@rebelion.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: cpio -dump ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:42:56 -0000 Written by Matthias Apitz on 08/02/07 12:58>> > El día Wednesday, August 01, 2007 a las 03:21:12PM -0600, Ross Penner escribió: > >> On 8/1/07, Reid Linnemann < lreid@cs.okstate.edu> wrote: >>> Written by Ross Penner on 08/01/07 13:34>> >>>> Hi everybody, >>>> >>>> I'm trying to install a system on a machine that doesn't have an optical >>>> drive. I plan on using a USB flash drive to do the job and found a >>>> messages from hackers@freebsd.org >>>> (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html ) > ... > > Hello, > > The above mentioned web page and script shows a usage of cpio(1) > which I have never seen before: > > cpio -dump ${tmpdir}/img > > I was curious, looked into the man page of cpio(1) and even in the > online manual at http://www.gnu.org/software/cpio/manual/cpio.html > but did not saw anything about the option '-dump'; can someone > bring a light to me? Thx > > matthias I think that should be read as a mnemonic combination of the -d -u -m and -p options (from 'info cpio'): `-d, --make-directories' Create leading directories where needed. `-u, --unconditional' Replace all files, without asking whether to replace existing newer files with older files. `-m, --preserve-modification-time' Retain previous file modification times when creating files. `-p, --pass-through' Run in copy-pass mode. *Note Copy-pass mode::. This seems to make sense to me. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:46: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 C857016A41B for ; Thu, 2 Aug 2007 18:46:53 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from recife.ipad.com.br (recife.ipadnet.com.br [200.249.204.129]) by mx1.freebsd.org (Postfix) with ESMTP id DC54C13C474 for ; Thu, 2 Aug 2007 18:46:52 +0000 (UTC) (envelope-from mario.lobo@ipad.com.br) Received: from lobo.ipad.com.br ([192.168.64.1]) (authenticated bits=0) by recife.ipad.com.br (8.12.8/8.12.8) with ESMTP id l72I3CTi026334 for ; Thu, 2 Aug 2007 15:03:12 -0300 From: Mario Lobo Organization: IPAD To: FreeBSD Questions Date: Thu, 2 Aug 2007 18:03:10 +0000 User-Agent: KMail/1.9.4 X-Face: "j9,S@~?m[/.]/lb=?utf-8?q?S=5D=2EI=0A=09ITlWP=3A-?=" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021803.11430.mario.lobo@ipad.com.br> Subject: Pentium D 940 dual core. i386 or amd64 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:46:53 -0000 Hi guys; I just bought one and I was wondering if it works HTT/SMP on my FreeBSD 6.2-STABLE desktop. Would anyone recommend changing my currently installed i386 (days of waiting for xorg 7.2 and ports update) arch to amd64? if so, is it possible to make this change of arch on the machine itself or will I have to reinstall? Thanks in advance, -- ********************************************************** //| //| Mario Lobo // |// | http://www.ipad.com.br // // ||||||| FreeBSD since 2.2.8 - 100% Rwindows-free ********************************************************** From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:49: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 CF5F516A417 for ; Thu, 2 Aug 2007 18:49:54 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 9192F13C480 for ; Thu, 2 Aug 2007 18:49:54 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l72InnuD081645; Thu, 2 Aug 2007 14:49:49 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l72IngPZ075943; Thu, 2 Aug 2007 14:49:42 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l72IngJF075942; Thu, 2 Aug 2007 14:49:42 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708021849.l72IngJF075942@himinbjorg.tucs-beachin-obx-house.com> To: keramida@ceid.upatras.gr (Giorgos Keramidas) Date: Thu, 2 Aug 2007 14:49:42 -0400 (EDT) In-Reply-To: <20070802182120.GA18907@kobe.laptop> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:49:54 -0000 > > On 2007-08-02 12:36, "Tuc at T-B-O-H.NET" wrote: > > Hi, > > I'm developing firewall rules for a machine, and I'm wondering what > > the standard is for putting my version of an ipfw "firewall_script"? > > I usually save my rules in '/etc/pf.conf' or '/etc/ipfw.rules'. > > It's not like the '/etc' directory is a "please do not touch" area. > Thanks... I always DO try to keep things out of /etc if at all possible, I regard that as "system space", and if I do "trespass" into it its usually a file or directory previously allocated for that (/etc/rc.conf, /etc/mail/*). I've made a "/etc/rc.firewall.local".... I may rename it in the future to stand out more, but we'll see how it goes for now. Thanks, Tuc From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:51: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 D82AF16A476 for ; Thu, 2 Aug 2007 18:51:14 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 789DA13C4CA for ; Thu, 2 Aug 2007 18:51:14 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l72IpB5N089957 for ; Thu, 2 Aug 2007 13:51:11 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 13:51:10 -0500 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021351.11245.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:51:14 -0000 On Thursday 02 August 2007 13:13:46 Subhro wrote: > Hello Folks, > > Recently I got a HP nc6400 notebook for myself and decided to install > FreeBSD on this. My system boots up fine but I am repeatedly getting > Errors from ACPI. I am repeatedly getting > > acpi_tz0: _CRT value is absurd, ignored (256C) > > How can I solve this problem? > > Thanks > Subhro subhru, how is the rest of the install working? we have a lot of 6400s here at my office, and when i tried to install the xorg7.2 ports, i couldnt get xorg to start, and i was wondering how it was going for you. -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 18:53:00 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 4156C16A417 for ; Thu, 2 Aug 2007 18:53:00 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 1638A13C467 for ; Thu, 2 Aug 2007 18:53:00 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l72IqvVK089972 for ; Thu, 2 Aug 2007 13:52:57 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 13:52:57 -0500 User-Agent: KMail/1.9.7 References: <200708021803.11430.mario.lobo@ipad.com.br> In-Reply-To: <200708021803.11430.mario.lobo@ipad.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021352.57617.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: Pentium D 940 dual core. i386 or amd64 ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 18:53:00 -0000 On Thursday 02 August 2007 13:03:10 Mario Lobo wrote: > Hi guys; > > I just bought one and I was wondering if it works HTT/SMP on my FreeBSD > 6.2-STABLE desktop. > > Would anyone recommend changing my currently installed i386 (days of > waiting for xorg 7.2 and ports update) arch to amd64? > > if so, is it possible to make this change of arch on the machine itself or > will I have to reinstall? > > Thanks in advance, it should work just fine, and more than likely it will set up the SMP for you during install. as far as the k386 or amd64 debate, a friend of mine has an amd64 compatible AMD processor, but is running it with i386 install of freebsd. the computer is still screamingly fast. if you have 4GB of ram or more, i believe the amd64 option might look a bit more attractive. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 19:05: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 DE33416A419 for ; Thu, 2 Aug 2007 19:05:02 +0000 (UTC) (envelope-from roberth.sjonoy@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 77ACF13C46C for ; Thu, 2 Aug 2007 19:05:02 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so432430uge for ; Thu, 02 Aug 2007 12:05:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=BNCSGk3JhiB3rP3LEulvktid0yK0t/phsj53SfMdlGJ0Ysoi0g7M/zzIiIr0BYZCtbKltX3V9Y67yCzUfWhZVjYuNLjjDZm+46mO8hPmv0GSi0ZafWeCwkY8jj+Cn/zjPxlKFPndqT2XKVVB2JyOW+MOgKkObO0yZPq4XgIq9QY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=is+bKErQj+2zlepLwhpTCgoYZguWQT0NHnZntmQTNLxQ70l+hYI/+ai7GAHXLebYFV1XE2mTWEaCQp887nx80976hA6KEHLNQqq3JUHdw0OO/90LejW7YRP9Eb73EZeT2BIN1cLNBV/GgN6uXT42BTf9QNuBMcaWFRpsc5vWWA4= Received: by 10.67.15.15 with SMTP id s15mr2334150ugi.1186081500959; Thu, 02 Aug 2007 12:05:00 -0700 (PDT) Received: from ?192.168.1.6? ( [80.213.243.231]) by mx.google.com with ESMTPS id b30sm4609590ika.2007.08.02.12.04.59 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Aug 2007 12:04:59 -0700 (PDT) From: Roberth Sjonoy To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Thu, 02 Aug 2007 21:05:04 +0200 Message-Id: <1186081504.87384.4.camel@Magda> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Mount an external hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:05:03 -0000 Hello, I have an external serial ata hard drive, I connect to my computer through the usb, but I can't figure out what device in /dev which is teh hard driver, how do I figure that out? Regards, Roberth. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 19:07: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 EC6C616A417 for ; Thu, 2 Aug 2007 19:07:34 +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 AE55813C46A for ; Thu, 2 Aug 2007 19:07:34 +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 731363988E; Thu, 2 Aug 2007 21:07:33 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 26A4439885; Thu, 2 Aug 2007 21:07:33 +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 B5B1E39877; Thu, 2 Aug 2007 21:07:29 +0200 (CEST) Message-ID: <46B22B70.5010501@boosten.org> Date: Thu, 02 Aug 2007 21:07:28 +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: Roberth Sjonoy References: <1186081504.87384.4.camel@Magda> In-Reply-To: <1186081504.87384.4.camel@Magda> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000763-2, 08/02/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: Mount an external hard drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:07:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Roberth Sjonoy wrote: > Hello, I have an external serial ata hard drive, I connect to my > computer through the usb, but I can't figure out what device in /dev > which is teh hard driver, how do I figure that out? > What's in your dmesg output when you plug in the device? Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsitvrvsez6l/SvARAk4oAJ40HJ4dCMC0yQEIPO3UEuxK7l2emACffljD OGmuGSHLMoB4OaV5rOxxZKg= =112S -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 19:31: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 163E916A419 for ; Thu, 2 Aug 2007 19:31:50 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id A498F13C480 for ; Thu, 2 Aug 2007 19:31:49 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so652082waf for ; Thu, 02 Aug 2007 12:31: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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SnQLn6ozbH3oSOgeRLAhi/m7yT6JhXfbN3UTA3a0l9lmqP4Dx/cYIRqYB83Q9ncYatCQwhvxjKD7wSC7HPQo0w6r7zQsXONoWPwVsgmKfUVUgEJpKTvJErKfcQoWXhkaw8RJr6oz5ghnURj8JXLOmpBvWHhjIkQKfjjKZxDbSu4= 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=SwnLBZOSI2EU6rkWTq0QWYlM2SYAbvn6pF1H9Lymzdk00QunGMIGV1JJ+K6nuebHoHoP+WDBJ0MYStHKD8+Lat8dWsZ+cN01soZzWPIafYnPzYOlf2cKymEnYl0QdwBGamN78nXhesDjtYe5JdODT2DRkLb9yXx6n4u75UWc8dA= Received: by 10.114.198.1 with SMTP id v1mr2170191waf.1186083109237; Thu, 02 Aug 2007 12:31:49 -0700 (PDT) Received: by 10.114.15.16 with HTTP; Thu, 2 Aug 2007 12:31:44 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 01:01:44 +0530 From: Subhro To: "Jonathan Horne" In-Reply-To: <200708021351.11245.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708021351.11245.freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:31:50 -0000 Hello Jonathan, This particular notebooks is shipped with a Intel 945 GM chipset which is known to have an incompaitbility with Xorg 7.2. However along with 915-resolution present in the ports, things work perfectly. Thanks Subhro On 8/3/07, Jonathan Horne wrote: > On Thursday 02 August 2007 13:13:46 Subhro wrote: > > Hello Folks, > > > > Recently I got a HP nc6400 notebook for myself and decided to install > > FreeBSD on this. My system boots up fine but I am repeatedly getting > > Errors from ACPI. I am repeatedly getting > > > > acpi_tz0: _CRT value is absurd, ignored (256C) > > > > How can I solve this problem? > > > > Thanks > > Subhro > > subhru, > > how is the rest of the install working? we have a lot of 6400s here at my > office, and when i tried to install the xorg7.2 ports, i couldnt get xorg to > start, and i was wondering how it was going for you. > -- > Jonathan Horne > http://dfwlpiki.dfwlp.org > freebsd@dfwlp.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" > -- Subhro Kar Software Engineer Dynamic Digital Technologies Pvt. Ltd. EPY-3, Sector: V Salt Lake City 700091 India From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 19:36: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 C86E616A421 for ; Thu, 2 Aug 2007 19:36:09 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi029.prodigy.net (nlpi029.sbcis.sbc.com [207.115.36.58]) by mx1.freebsd.org (Postfix) with ESMTP id 82DCA13C481 for ; Thu, 2 Aug 2007 19:36:07 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.150] Received: from [192.168.1.2] (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by nlpi029.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id l72JZreV022748 for ; Thu, 2 Aug 2007 14:36:04 -0500 Message-ID: <46B23218.60106@chrismaness.com> Date: Thu, 02 Aug 2007 12:35:52 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Forcing a port to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:36:09 -0000 If a port has been black listed by portaudit, how do you install it anyway? -- Chris Maness (909) 223-9179 http://www.chrismaness.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 19:44:38 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 A77F616A417 for ; Thu, 2 Aug 2007 19:44:38 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 6943413C45A for ; Thu, 2 Aug 2007 19:44:38 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1154704pye for ; Thu, 02 Aug 2007 12:44:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DYoAQw+lkql0fm5tDa8KopnTr+9rqM7C0T0LbshsEo5a59NLhO+1SGWKb/gp+f76U3j4Y9SBhQAqq60UWrf/DIhiKa+WxEI4rH6FLhBNNk00ZWgkuzUW1Q1wfdOHRCQtxyIkQVoMVjN1p1rXqaSTHJE8E7Ltq+7tbKWjLJwD5Zg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QMLdHbzk+Gh7CI+yKTgWrZceUJTiEah77IqIEoos8j6ymIX5oRzPeBX0RDmZPvEAHp818e8FNtLMPQEcKDDMamcsn7rj12zhcBQRaQv8Xb6Wqghq2oASW634ma8EW4sOZbY5ZqY7qtYvKZYfanfKE1wwg8DGi6q1nv8iFZzDVx8= Received: by 10.35.47.10 with SMTP id z10mr3406167pyj.1186083877063; Thu, 02 Aug 2007 12:44:37 -0700 (PDT) Received: by 10.35.107.14 with HTTP; Thu, 2 Aug 2007 12:44:36 -0700 (PDT) Message-ID: <8cb6106e0708021244t6fdad158u3b549e68cf118359@mail.gmail.com> Date: Thu, 2 Aug 2007 15:44:36 -0400 From: "Josh Carroll" To: "Chris Maness" In-Reply-To: <46B23218.60106@chrismaness.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46B23218.60106@chrismaness.com> Cc: freebsd-questions@freebsd.org Subject: Re: Forcing a port to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:44:38 -0000 On 8/2/07, Chris Maness wrote: > If a port has been black listed by portaudit, how do you install it anyway? >From the ports(7) man page: DISABLE_VULNERABILITIES If defined, disable check for security vulnerabilities using portaudit(1) (ports/security/portaudit) when installing new ports. Josh From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 19:47: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 7607316A417 for ; Thu, 2 Aug 2007 19:47:12 +0000 (UTC) (envelope-from grayfoxbsd@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 115AA13C483 for ; Thu, 2 Aug 2007 19:47:07 +0000 (UTC) (envelope-from grayfoxbsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so443575wxd for ; Thu, 02 Aug 2007 12:47:02 -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=kLQkfNfNzPPRABgo/4lW1ps49zYX1ZWRsByjdIaKh3ZmuEQhOetdcM2ACOJWBHGi0eGAz1UH5RLXI+XqAVr2nthvHGSrOiXIFhKf2FDUMPtJTJT22ASofayxJIQJR+OmhIWGo5Mtxx84jqTEy11EUIrs6MyK/N6TvDolQriPG9c= 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=ntd3XW9WthXzpTIe3AZ9L98JKhXtQ4j9NdXF5hy/jw2XDL1VY//HHDW/z/AcbfJ8zPTE/wAdkCbeuTDUxRax4FF2lg1y4Un4WN58tPt56ZwTV9CLVJ0Reu9fPeHKcjPKu+ZDLMx22PhrxLgV4l4MfxhsS9ugvfeL9BHyhcPQajY= Received: by 10.90.97.11 with SMTP id u11mr2444260agb.1186082370074; Thu, 02 Aug 2007 12:19:30 -0700 (PDT) Received: by 10.90.65.8 with HTTP; Thu, 2 Aug 2007 12:19:27 -0700 (PDT) Message-ID: Date: Thu, 2 Aug 2007 16:19:30 -0300 From: "Thiago Pollachini" 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: FreeBSD Wireless X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 19:47:12 -0000 Hello ALL, i was studying the ifconfig manual and i did not find any argument or explanation about "block relay". Can anyone help? Regards, From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 20:02: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 92C6216A417 for ; Thu, 2 Aug 2007 20:02:47 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6E43413C45B for ; Thu, 2 Aug 2007 20:02:47 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 0F61251939 for ; Thu, 2 Aug 2007 16:02:45 -0400 (EDT) Date: Thu, 2 Aug 2007 21:02:42 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802210242.6708a8d1@gumby.homeunix.com.> In-Reply-To: <46B21E38.4080800@cs.okstate.edu> References: <46B1BF19.3020104@gmail.com> <6.2.3.4.2.20070802101030.0379ebd0@mailsvr.xxiii.com> <20070802172746.5c9bd856@gumby.homeunix.com.> <46B21E38.4080800@cs.okstate.edu> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 20:02:47 -0000 On Thu, 02 Aug 2007 13:11:04 -0500 Reid Linnemann wrote: > Written by RW on 08/02/07 11:27>> > > On Thu, 02 Aug 2007 10:15:35 -0400 > > r17fbsd@xxiii.com wrote: > >=20 > >> At 07:25 AM 8/2/2007, Roberth Sjon=F8y wrote: > >>> Hello, Ive just installed my prefered text=20 > >>> editor, nano, but when im going to run nano, this just appears: > >>> /libexec/ld-elf.so.1: Shared object=20 > >>> "libncursesw.so.6" not found , required by "nano" > >> I have nano 2.0.6 installed from packages (not ports) and it works > >> fine on 6.2. > >> > >> I also have that library with the same date as my last buildworld: > >> > >> $ ls -l /lib/*curs* > >> -r--r--r-- 1 root wheel 268108 Jan 14 2007 /lib/libncurses.so.6 > >> > > but do you have libncursesw.so.6 - note the 'w' > >=20 > > The most likely scenario is that he's trying to use a 6-stable > > package on 6.2. This something that people tend to get away with, > > but is not actually supported. > >=20 > > Either build the port or install the correct package. > > > I'm tracking 6-STABLE, and I only have /lib/libncurses.so.6.=20 > libcursesw.so.6 is listed as part of the compat6x port, perhaps > Roberth has installed a 7-CURRENT package built with compat6x? I'm guessing your 6-STABLE wasn't synced all that recently. There's a test in the nano makefile that make it use the wide (multi-byte character) version of curses (ie libncursesw) if the 6-stable or 7-current version is sufficiently recent. The fact that an up-to-date compat6x has libncursesw.so.6 tends to confirm this. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 20:09: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 A127E16A41A for ; Thu, 2 Aug 2007 20:09:09 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 882F813C46A for ; Thu, 2 Aug 2007 20:09:09 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l72K982r099264; Thu, 2 Aug 2007 16:09:08 -0400 (EDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 16:08:35 -0400 User-Agent: KMail/1.9.7 References: In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708021608.35285.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Subhro Subject: Re: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 20:09:09 -0000 On Thursday 02 August 2007 02:13:46 pm Subhro wrote: > Hello Folks, > > Recently I got a HP nc6400 notebook for myself and decided to install > FreeBSD on this. My system boots up fine but I am repeatedly getting > Errors from ACPI. I am repeatedly getting > > acpi_tz0: _CRT value is absurd, ignored (256C) > > How can I solve this problem? One of my desktops started doing this after a -STABLE update a few weeks ago. I worked around it by setting hw.acpi.thermal.polling_rate=0 in /etc/sysctl.conf. For a one-time change obviously you can just run # sysctl hw.acpi.thermal.polling_rate=0 JN From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 20:09: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 0BE5016A421 for ; Thu, 2 Aug 2007 20:09:18 +0000 (UTC) (envelope-from mallinanga@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id BB07513C478 for ; Thu, 2 Aug 2007 20:09:17 +0000 (UTC) (envelope-from mallinanga@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1165213pye for ; Thu, 02 Aug 2007 13:09:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:x-gpg-key:x-gpg-key-fingerprint:x-message-flag:user-agent; b=e3dopmLkvJzqka5LnzyumJIhdpBXm+xvgtXbLdqpCMdqpZ32d8/OykgdV/we6k7wob5etY94eedPJCZSm+LTjAJDaSuOJD408lcmokvMgsVjmiMiYp3YHo8jqxEpbBG/8tbguQZig1HD1wTnvkjfptlXQ86jbpHAz04EUJAX+pU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:x-gpg-key:x-gpg-key-fingerprint:x-message-flag:user-agent; b=WUeF5Ke4ubp6L+JE8rTTBoPcD9y7vwdJMziz3o1mfBwiGpBZqHldXHZP+sMxz73cnaVcxuuPZhm4+Mmg/411ZUUBVsrxRfU+WL9y1AHGT9nn0WNqQU4RnCqHB8zHssY+CgHCKTbMH4m/0JWqaRrgrGNMYYlb1sYbNPyAJMnmnvo= Received: by 10.86.91.9 with SMTP id o9mr1650115fgb.1186083837617; Thu, 02 Aug 2007 12:43:57 -0700 (PDT) Received: from localhost ( [87.230.127.7]) by mx.google.com with ESMTPS id j2sm7243023mue.2007.08.02.12.43.55 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Aug 2007 12:43:56 -0700 (PDT) Date: Thu, 2 Aug 2007 21:43:53 +0200 From: "Panos P." To: Chris Maness Message-ID: <20070802194353.GA846@null.mallinanga.de> References: <46B23218.60106@chrismaness.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <46B23218.60106@chrismaness.com> X-GPG-Key: http://www.mallinanga.de/pubkey.asc X-GPG-Key-FingerPrint: CE44 B898 1CD4 9310 C07D 9B5A 5721 9B00 C590 FF74 X-Message-Flag: This Email should be digitally signed. If not, do not assume it is from me. User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: freebsd-questions@freebsd.org Subject: Re: Forcing a port to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mallinanga@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 20:09:18 -0000 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: > If a port has been black listed by portaudit, how do you install it anywa= y? try adding DISABLE_VULNERABILITIES=3Dyes to /etc/make.conf (do not forget to unset it afterwards though ;) --=20 Panos Paganis --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGsjP5VyGbAMWQ/3QRAsNLAJ9tcuLllk6NNwHXWHKuKm4eqn8vEQCfU4d1 qvcc9V2c+xtsRk917YvLQVA= =Anzi -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 20:27: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 CEE4F16A419 for ; Thu, 2 Aug 2007 20:27:06 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from nlpi043.prodigy.net (nlpi043.sbcis.sbc.com [207.115.36.72]) by mx1.freebsd.org (Postfix) with ESMTP id 3F14D13C45A for ; Thu, 2 Aug 2007 20:27:06 +0000 (UTC) (envelope-from chris@chrismaness.com) X-ORBL: [76.238.148.150] Received: from [192.168.1.2] (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by nlpi043.prodigy.net (8.13.8 out.dk.spool/8.13.8) with ESMTP id l72KR3jn002267; Thu, 2 Aug 2007 15:27:03 -0500 Message-ID: <46B23E19.7040508@chrismaness.com> Date: Thu, 02 Aug 2007 13:27:05 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: mallinanga@gmail.com References: <46B23218.60106@chrismaness.com> <20070802194353.GA846@null.mallinanga.de> In-Reply-To: <20070802194353.GA846@null.mallinanga.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Forcing a port to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 20:27:06 -0000 Panos P. wrote: > On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: > >> If a port has been black listed by portaudit, how do you install it anyway? >> > > try adding DISABLE_VULNERABILITIES=yes to /etc/make.conf > (do not forget to unset it afterwards though ;) > > Why do I get: pkg_add: can't stat package file 'wordpress' when I I try to use package add? I guess the packages seem to need to be listed under /usr/ports/packages/ per an environment variable, but that directory is empty. pkg_add used to work without the -r flag to build a port from source. What happened? -- Chris Maness (909) 223-9179 http://www.chrismaness.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 20:52: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 22CBD16A41A for ; Thu, 2 Aug 2007 20:52:01 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 8AB9913C467 for ; Thu, 2 Aug 2007 20:52:00 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (ozzie.tundraware.com [66.92.130.199]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l72KpqNG061888 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Aug 2007 15:51:53 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46B243E3.30107@tundraware.com> Date: Thu, 02 Aug 2007 15:51:47 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: FreeBSD Mailing List References: <46A22253.8080100@tundraware.com> <20070721165539.GA2579@dan.emsphone.com> <1431AA268771E71884A824C3@fserv.hub.org> <20070722033804.GA49930@eos.sc1.parodius.com> <20070726171402.GB89315@eos.sc1.parodius.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Re: SATA 300 Drive Being Run At 150 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 20:52:01 -0000 Eduardo Meyer wrote: >>> 4) Is your motherboard set to use AHCI for the SATA (ICH7) controller? >>> There's reports that SATA300 is only available/used on some controllers >>> when AHCI is used. >> I dont know. I could not find such a similar option on BIOS, so I dont >> know how to check it. Is it possible to be checked from system? > > Just to let everyone know, for me this "AHCI" thing made the whole > difference. On BIOS there were some options to be combined with AHCI, > and doing the right combination made the disk get controlled as > SATA300. > > Thank you veryone, specially Jeremy Chadwick for the valuable inputs. > > I cannot seem to find any relevant option for this on my Intel 946GZIS Mobo - and I just installed the very latest driver. During boot, I get this: atapci1: port 0x20c8-0x20cf,0x20ec-0x20ef,0x20c0-0x20c7,0x20e8-0x20eb,0x20a0-0x20af mem 0x90204000-0x902043ff irq 19 at device 31.2 on pci0 Then I see this: ad4: 238475MB at ata2-master SATA150 However, I see this after the system comes up: $ atacontrol cap ad4 Protocol Serial ATA II device model WDC WD2500JS-00NCB1 serial number WD-WCANKD870194 firmware revision 10.02E02 cylinders 16383 heads 16 sectors/track 63 lba supported 268435455 sectors lba48 supported 488397168 sectors dma supported overlap not supported Feature Support Enable Value Vendor write cache yes yes read ahead yes yes Native Command Queuing (NCQ) yes - 31/0x1F Tagged Command Queuing (TCQ) no no 31/0x1F SMART yes yes microcode download yes yes security yes no power management yes yes advanced power management no no 0/0x00 automatic acoustic management yes no 254/0xFE 128/0x80 So .... does the fact that "Protocol Serial ATA II" is reported mean the drive is actually running as SATA 300 regardless of what was reported during boot? And, yes, I have tried the speed limiting jumper on the back of the drive both on- and off- with no difference... -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 21:04: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 A46F916A418 for ; Thu, 2 Aug 2007 21:04:22 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from mx2.bahnhof.se (mx2.bahnhof.se [213.80.101.12]) by mx1.freebsd.org (Postfix) with ESMTP id 31AB513C465 for ; Thu, 2 Aug 2007 21:04:22 +0000 (UTC) (envelope-from nocturnal@swehack.se) Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 77F6CD4D38 for ; Thu, 2 Aug 2007 22:43:45 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) X-Spam-Score: -2.337 X-Spam-Level: X-Spam-Status: No, score=-2.337 tagged_above=-99 required=5 tests=[AWL=0.127, BAYES_00=-2.599, FORGED_RCVD_HELO=0.135] Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id maCLzPdZzvEt for ; Thu, 2 Aug 2007 22:43:40 +0200 (CEST) Received: from laptop.swehack.se (h-149-42.A175.cust.bahnhof.se [85.24.149.42]) by mf2.bahnhof.se (Postfix) with ESMTP id C10FE15EC00 for ; Thu, 2 Aug 2007 22:43:40 +0200 (CEST) Received: from laptop.swehack.se (localhost [127.0.0.1]) by laptop.swehack.se (8.13.8/8.13.8) with ESMTP id l72Khbe3007730 for ; Thu, 2 Aug 2007 22:43:38 +0200 (CEST) (envelope-from nocturnal@swehack.se) Received: (from nocturnal@localhost) by laptop.swehack.se (8.13.8/8.13.8/Submit) id l72KhbuG007727 for freebsd-questions@freebsd.org; Thu, 2 Aug 2007 22:43:37 +0200 (CEST) (envelope-from nocturnal@swehack.se) X-Authentication-Warning: laptop.swehack.se: nocturnal set sender to nocturnal@swehack.se using -f Date: Thu, 2 Aug 2007 22:43:37 +0200 From: User Nocturnal To: freebsd-questions@freebsd.org Message-ID: <20070802204337.GA7540@laptop.swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: nocturnal@swehack.se User-Agent: Mutt/1.5.15 (2007-04-06) Subject: portupgrade 'upgrades' ports that are not installed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:04:22 -0000 Hi First of all i just went through the UPDATING instructions to upgrade my xorg to 7.2. It did not go very well because i can't finish the upgrade process. When i try to pkg_delete xorg-manpages it says they're required by the xorg-6.9 port. Now as far as i can see everything i'm running is in /usr/local and X -version says 7.2 everywhere. But there are still some 6.9 ports left and i can't tell the difference between which ones i can delete and which ones i'm supposed to keep. # pkg_info | grep xorg xorg-6.9.0 X.Org distribution metaport xorg-apps-7.2 X.org apps meta-port xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds xorg-clients-6.9.0_2 X client programs and related files from X.Org xorg-docs-1.3,1 X.org documentation files xorg-documents-6.9.0 Documentation of X11 protocol and libraries from X.Org xorg-drivers-7.2 X.org drivers meta-port xorg-fonts-100dpi-6.9.0_1 X.Org 100dpi bitmap fonts xorg-fonts-7.2 X.org fonts meta-port xorg-fonts-75dpi-6.9.0_1 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.9.0_1 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-6.9.0_1 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.9.0 X.Org TrueType fonts xorg-fonts-type1-6.9.0 X.Org Type1 fonts xorg-fontserver-6.9.0_1 X font server from X.Org xorg-libraries-7.2_2 X.org libraries meta-port xorg-manpages-6.9.0 X.Org library manual pages xorg-nestserver-6.9.0 Nesting X server from X.Org xorg-printserver-6.9.0 X Print server from X.Org xorg-protos-7.2 X.org protos meta-port xorg-server-1.2.0_2,1 X.Org X server and related programs xorg-server-6.9.0_1 X.Org X server and related programs xorg-vfbserver-6.9.0 X virtual framebuffer server from X.Org This is what it looks like after the upgrade. Also i'm not sure where to go for help with portupgrade but here seems like a good place to start. Now after i've run portupgrade -aP for the first time i tried to run it again just to see what it missed because i can't say the process progressed without errors, there were tons of them. Though this time i starts with a port i don't even have installed, gutenprint-base. It does not exist in /var/db/pkg, pkg_info doesn't find it and i can't make deinstall in the ports metadir because it's not installed. Yet portupgrade insists on 'upgrading' it by installing it for me. I'm thinking maybe it's a dependency of some newly upgraded port but i don't know how to make portupgrade show me that information. --- Med vänliga hälsningar Stefan Midjich (nocturnal) ~ http://swehack.se From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 21:19: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 1E3E816A417; Thu, 2 Aug 2007 21:19:02 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id D88E113C49D; Thu, 2 Aug 2007 21:19:01 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 66E43BD9F; Thu, 2 Aug 2007 17:19:01 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 02 Aug 2007 17:19:01 -0400 X-Sasl-enc: ITs7RYSG9hzD62Mxl5kpEikcq+tkMZEDsMyMj8jpyPqn 1186089541 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id EC2EB1A62C; Thu, 2 Aug 2007 17:19:00 -0400 (EDT) In-Reply-To: <46B0F17C.2010506@FreeBSD.org> References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> <46B0DB5F.4020401@FreeBSD.org> <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> <46B0F17C.2010506@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0D4A505C-5934-48AE-AB79-05D6D47DD668@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Thu, 2 Aug 2007 16:18:59 -0500 To: Doug Barton X-Mailer: Apple Mail (2.752.2) Cc: Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:19:02 -0000 On Aug 1, 2007, at 3:47 PM, Doug Barton wrote: > I can't speak for the security team, but I'm pretty sure that this > change is forthcoming. As someone has already noted in this thread, the wait is over. >>> When it comes to BIND stuff in particular, I always update the ports >>> first, so anyone with a mission critical DNS operation can get fixes >>> ASAP. There is even an option in the port to overwrite the base BIND >>> if you so desire. >> >> Ah-ha. That makes a big difference. OK. If I'm going to expose my >> name server to the big bad world while tracking RELENG_N_M ("release >> with patches") I'll use bind from ports. > > In addition to security issues, the ports give you a greater degree of > flexibility in how BIND is configured. If you're going to be offering > a public name server (and by that I hope you mean authoritative, not > recursive) on 6-stable you're probably better off using 9.4.x anyway, > with the threading option disabled. Yes, I do mean a (low volume) authoritative name server for a small handful of low traffic vanity domains. My intention is to set it up as a master which will transfer zone information to a professional DNS hosting service (dnspark.net whom I'm very happy with). Currently I have to modify my zone information through DNSPark's web interface (which is very good and seems to allow everything except "generate" rules). But since I'm masochistic, I figure that I should inflict problems on myself like remembering to update the serial numbers myself. (Big shouting reminder comments at both ends of the zone files seem to do the trick) Also, while I'm extremely happy with dnspark.net, having one instance of the authoritative zone data fully under my control makes me feel better. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 21:26:50 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 9654716A41A for ; Thu, 2 Aug 2007 21:26:50 +0000 (UTC) (envelope-from jin@george.lbl.gov) Received: from smtp121.sbc.mail.sp1.yahoo.com (smtp121.sbc.mail.sp1.yahoo.com [69.147.64.94]) by mx1.freebsd.org (Postfix) with SMTP id 86F8513C47E for ; Thu, 2 Aug 2007 21:26:50 +0000 (UTC) (envelope-from jin@george.lbl.gov) Received: (qmail 53624 invoked from network); 2 Aug 2007 21:00:10 -0000 Received: from unknown (HELO ?192.168.1.238?) (jinmtb@sbcglobal.net@67.111.218.125 with plain) by smtp121.sbc.mail.sp1.yahoo.com with SMTP; 2 Aug 2007 21:00:10 -0000 X-YMail-OSG: bA74fIwVM1mKLd9sHPGsHGKHRgnwjGOfn4DzdPh8_At1ifTb0UmvlczMOweA1J9AdTrGwCMwNg-- Message-ID: <46B245D5.1050606@george.lbl.gov> Date: Thu, 02 Aug 2007 14:00:05 -0700 From: Jin Guojun User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061027 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: threads@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: how sys_select, sys_fork, ... are defined for thread libraries? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:26:50 -0000 I am trying to understand how these __sys_xxx functions are defined for thread libraries. Following string search tells that all thread libraries are using these __sys_xxx functions, for example, __sys_select(). However, the search also shows that these functions are not defined anywhere in the entire source tree. /usr/src: findstring sys_select "*.[hcS]" total files= 21687 : pattern= sys_select rootdir= /usr/src regular mode: Thu Aug 2 13:31:40 PDT 2007 ./lib/libc_r/uthread/uthread_fork.c 91: * __sys_select: ./lib/libpthread/thread/thr_private.h 1264:int __sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *); ./lib/libpthread/thread/thr_select.c 61: ret = __sys_select(numfds, readfds, writefds, exceptfds, timeout); ./lib/libthr/thread/thr_private.h 805:int __sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *); ./lib/libthr/thread/thr_syscalls.c 435: ret = __sys_select(numfds, readfds, writefds, exceptfds, timeout); By searching the usr/lib objects, I found them in libc, but they are not in libc source tree. Can someone shed some light on how these system calls are built into libc and what is the different between standard syscall APIs and these __sys_syscall APIs, e.g., __sys_read() vs. read(), etc. Thanks, -Jin nm /usr/lib/libc.a | grep __sys_ 00000008 T __sys_sigreturn 00000008 T __sys_setlogin 00000008 T __sys_reboot ... snapped 00000008 T __sys_kse_release 00000008 T __sys_kse_thr_interrupt 00000008 T __sys_kse_create 00000008 T __sys_kse_wakeup ... skipped 00000008 T __sys_getdtablesize 00000008 T __sys_select 00000008 T __sys_ioctl 00000008 T __sys_close 00000008 T __sys_write 00000008 T __sys_read 00000008 T __sys___syscall From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 21:50: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 9B29D16A418 for ; Thu, 2 Aug 2007 21:50:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 76E2913C48E for ; Thu, 2 Aug 2007 21:50:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 18E5151944 for ; Thu, 2 Aug 2007 17:50:37 -0400 (EDT) Date: Thu, 2 Aug 2007 22:50:34 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802225034.31a9cdc7@gumby.homeunix.com.> In-Reply-To: <46B23E19.7040508@chrismaness.com> References: <46B23218.60106@chrismaness.com> <20070802194353.GA846@null.mallinanga.de> <46B23E19.7040508@chrismaness.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Forcing a port to install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:50:39 -0000 On Thu, 02 Aug 2007 13:27:05 -0700 Chris Maness wrote: > Panos P. wrote: > > On Thu, Aug 02, 2007 at 12:35:52PM -0700, Chris Maness wrote: > > > >> If a port has been black listed by portaudit, how do you install > >> it anyway? > > > > try adding DISABLE_VULNERABILITIES=yes to /etc/make.conf > > (do not forget to unset it afterwards though ;) > > > > > Why do I get: > pkg_add: can't stat package file 'wordpress' > > when I I try to use package add? I guess the packages seem to need > to be listed under /usr/ports/packages/ per an environment variable, > but that directory is empty. pkg_add used to work without the -r > flag to build a port from source. What happened? I don't recall it working like that - if you don't specify -r it take the argument as a filename. I think you are probably confusing it with "portupgrade -P" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 22:02: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 DD1BB16A473 for ; Thu, 2 Aug 2007 22:02:53 +0000 (UTC) (envelope-from tjudd2k@yahoo.com) Received: from web62405.mail.re1.yahoo.com (web62405.mail.re1.yahoo.com [69.147.75.82]) by mx1.freebsd.org (Postfix) with SMTP id 9CBEF13C4B4 for ; Thu, 2 Aug 2007 22:02:53 +0000 (UTC) (envelope-from tjudd2k@yahoo.com) Received: (qmail 27378 invoked by uid 60001); 2 Aug 2007 22:02:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=FjPsU2Tf61VEIxUOF+mtsh/uoWBQLy22gSJWolO1cINp0rIjXFkmzNsUJBfTWZIOdXjg+4wtiSvOSrWViapvDhQxbU3fVHzy6jN/F3cj5q9FyRFYjFofrVIUnw3KmfRz4Fmete6FXay++VnFOCUeCF/aYOs8hqEF/QViP/5KZIY=; X-YMail-OSG: Zjz61U8VM1luUAbfTZautfLVGUymWQwi4vKjrEvZ76qwj98oXbl.NnfX_03N5eLsTz7c_28Wvj8sbKWjl4CgWT4IJla25cd29N372XM2rR9.NCoBK4UruKZkcEB5.g-- Received: from [68.35.175.118] by web62405.mail.re1.yahoo.com via HTTP; Thu, 02 Aug 2007 15:02:51 PDT Date: Thu, 2 Aug 2007 15:02:51 -0700 (PDT) From: Tim Judd To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <658266.20352.qm@web62405.mail.re1.yahoo.com> Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 22:02:53 -0000 Forgot to CC the questions ML. --- Tim Judd wrote: > From Tim Judd Thu Aug 2 15:01:18 2007 > Received: from [68.35.175.118] by web62407.mail.re1.yahoo.com via > HTTP; Thu, 02 Aug 2007 15:01:18 PDT > Date: Thu, 2 Aug 2007 15:01:18 -0700 (PDT) > From: Tim Judd > Subject: Re: attaching a terminal to 'join' another? > To: stapleton.41@gmail.com > MIME-Version: 1.0 > Content-Type: text/plain; charset=iso-8859-1 > Content-Transfer-Encoding: 8bit > Content-Length: 2291 > > I'm on the digest list, so I copy/paste the message to quote: > > ---------------------QUOTE: > Message: 16 > Date: Thu, 2 Aug 2007 11:19:21 -0400 > From: "Jim Stapleton" > Subject: attaching a terminal to 'join' another? > To: freebsd-questions@freebsd.org > Message-ID: > <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Sorry if my question is a bit confusing - I'm not even sure the > proper > terminology, so I don't know what the best way to start looking is. > > I'm rebuilding a system at home, and I'd like to check how the build > is going at a slow time at work sometimes. I can connect to the > system > from work (ssh into my main box, and then from there, ssh to the > system I'm working on). I have a terminal opened on that system > (actually, another ssh session fron the main box), and I'd like to > have my new connection attach to that terminal session, if possible, > so that I can just pick up where I left off, and monitor it from > here. > Is this possible? > > Sessions > main desktop terminal A [ssh]--> workstation terminal A (where builds > are currently being processed) > > work desktop terminal [ssh]--> main destop terminal B [ssh]--> > workstation terminal B > > > I would like to have workstation terminal B intercept workstation > terminal A, or main desktop terminal B intercept main desktop > terminal > A. Can it be done? Where do I start looking, what are the words and > phrases of interest? I tried looking at both the bash and xterm > commands/man page, but they are rather long, and I'd miss what I was > looking for without having a clue in advance. > > I'm guessing something like /dev/?tty?? might work, but how do I > figure out which tty to use? > > Thank you, > -Jim Stapleton > --------------/QUOTE > > Can't the OP, Jim, use watch(8) with the -W option to interact w/ the > terminal? > > Nothing wrong with screen, but a built-in utility exists. > > HTH > > If opportunity doesn't knock, build a door. > "I can" is a way of life. > More and Bigger is not always Better. > The road to success is always uphill. > > > > ____________________________________________________________________________________ > Got a little couch potato? > Check out fun summer activities for kids. > http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz > > If opportunity doesn't knock, build a door. "I can" is a way of life. More and Bigger is not always Better. The road to success is always uphill. ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 22:35: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 9780516A417 for ; Thu, 2 Aug 2007 22:35:37 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7261A13C45D for ; Thu, 2 Aug 2007 22:35:37 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 58C4051925 for ; Thu, 2 Aug 2007 18:35:36 -0400 (EDT) Date: Thu, 2 Aug 2007 23:35:33 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070802233533.076e0754@gumby.homeunix.com.> In-Reply-To: <20070802204337.GA7540@laptop.swehack.se> References: <20070802204337.GA7540@laptop.swehack.se> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portupgrade 'upgrades' ports that are not installed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 22:35:37 -0000 On Thu, 2 Aug 2007 22:43:37 +0200 User Nocturnal wrote: > Hi > > First of all i just went through the UPDATING instructions to upgrade > my xorg to 7.2. It did not go very well because i can't finish the > upgrade process. When i try to pkg_delete xorg-manpages it says > they're required by the xorg-6.9 port. When UPDATING tells you to delete something use pkg_delete -f > > Also i'm not sure where to go for help with portupgrade but here > seems like a good place to start. > > Now after i've run portupgrade -aP for the first time i tried to run > it again just to see what it missed because i can't say the process > progressed without errors, there were tons of them. Though this time > i starts with a port i don't even have installed, gutenprint-base. > > It does not exist in /var/db/pkg, pkg_info doesn't find it and i > can't make deinstall in the ports metadir because it's not installed. > Yet portupgrade insists on 'upgrading' it by installing it for me. > I'm thinking maybe it's a dependency of some newly upgraded port but > i don't know how to make portupgrade show me that information. --- This is what happens when you use portupgrade -P, you lose control over dependencies, although you might actually need gutenprint, I rarely print anything these days so I'm a bit out of touch. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 23:00: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 5E28A16A418 for ; Thu, 2 Aug 2007 23:00:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id EF0BF13C458 for ; Thu, 2 Aug 2007 23:00:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 9046 invoked by uid 399); 2 Aug 2007 23:00:21 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 2 Aug 2007 23:00:21 -0000 X-Originating-IP: 127.0.0.1 Message-ID: <46B26201.4030201@FreeBSD.org> Date: Thu, 02 Aug 2007 16:00:17 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jeffrey Goldberg References: <499c70c0707260136hea82f27s87dfa53432d0e409@mail.gmail.com> <94c6ae7ae570814564d364bfe9aad8ea@szalbot.homedns.org> <20070801030504.GA3773@bifrost.agrussell.com> <426DE541-FB51-44FF-B7F4-B34E0F9A7861@goldmark.org> <46B0DB5F.4020401@FreeBSD.org> <60BEAECB-C72A-46B3-90D7-F3AB8778605D@goldmark.org> <46B0F17C.2010506@FreeBSD.org> <0D4A505C-5934-48AE-AB79-05D6D47DD668@goldmark.org> In-Reply-To: <0D4A505C-5934-48AE-AB79-05D6D47DD668@goldmark.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: Waiting for BIND security announcement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 23:00:22 -0000 Jeffrey Goldberg wrote: > Yes, I do mean a (low volume) authoritative name server for a small > handful of low traffic vanity domains. My intention is to set it up as > a master which will transfer zone information to a professional DNS > hosting service (dnspark.net whom I'm very happy with). That's a great way to learn more about how DNS works, good luck! Doug -- This .signature sanitized for your protection From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 03:14:32 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 7FF0D16A418 for ; Fri, 3 Aug 2007 03:14:32 +0000 (UTC) (envelope-from heraux@home.nl) Received: from smtpq2.tilbu1.nb.home.nl (smtpq2.tilbu1.nb.home.nl [213.51.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 1883513C478 for ; Fri, 3 Aug 2007 03:14:31 +0000 (UTC) (envelope-from heraux@home.nl) Received: from [213.51.146.188] (port=37779 helo=smtp3.tilbu1.nb.home.nl) by smtpq2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1IGmEP-0001Wt-S8 for freebsd-questions@FreeBSD.org; Fri, 03 Aug 2007 03:45:33 +0200 Received: from cp638902-b.gelen1.lb.home.nl ([84.28.183.101]:4502 helo=nimph) by smtp3.tilbu1.nb.home.nl with smtp (Exim 4.30) id 1IGmEO-0001JX-EM for freebsd-questions@FreeBSD.org; Fri, 03 Aug 2007 03:45:32 +0200 Message-ID: <000801c7d56f$c49f0330$0b0a0a0a@nimph> From: "heraux" To: Date: Fri, 3 Aug 2007 03:44:01 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-AtHome-MailScanner-Information: Neem contact op met support@home.nl voor meer informatie X-AtHome-MailScanner: Found to be clean Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: freebsd-update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 03:14:32 -0000 mails me this result after update which is slighty confusing _______________ Looking up update.FreeBSD.org mirrors... 1 mirrors found. Fetching metadata signature from update1.FreeBSD.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files will be updated as part of updating to = 6.2-RELEASE-p7: /boot/kernel/kernel /usr/bin/dig /usr/bin/host /usr/bin/nslookup /usr/bin/nsupdate /usr/sbin/dnssec-signzone /usr/sbin/lwresd /usr/sbin/named /usr/sbin/named-checkconf /usr/sbin/named-checkzone /usr/sbin/tcpdump WARNING: FreeBSD 6.2-RELEASE is approaching its End-of-Life date. It is strongly recommended that you upgrade to a newer release within = the next 5 months. This is last remark correct? Sincerely From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 04:28:48 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 25C1A16A419 for ; Fri, 3 Aug 2007 04:28:48 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE1B13C474 for ; Fri, 3 Aug 2007 04:28:47 +0000 (UTC) (envelope-from philip@Riderway.com) Received: from home.p6m7g8.net (68.55.4.133) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.0.730.1; Thu, 2 Aug 2007 21:28:47 -0700 Message-ID: <46B2AF1E.2020702@riderway.com> Date: Fri, 3 Aug 2007 00:29:18 -0400 From: "Philip M. Gollucci" Organization: Riderway Inc User-Agent: Thunderbird 2.0.0.4 (X11/20070703) MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: uaudio0: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 04:28:48 -0000 Hi, I've had an external Sound Blaster Extigy since the days of about 4.x and I've never been able to make it work with FreeBSD yet. Is it possible yet? Currently, I've gotten the closest yet using snd_uaudio. See below for some system information. TIA ===================================================================================== DELL PE600SC uname -a: ----------- FreeBSD home.p6m7g8.net 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Fri Aug 3 00:04:46 EDT 2007 root@home.p6m7g8.net:/usr/obj/usr/src/sys/HOME i386 /var/run/dmesg.boot: -------------------- uaudio0: on uhub0 uaudio0: audio descriptors make no sense, error=4 device_attach: uaudio0 attach returned 6 cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: Kernel Config ---------------- There is no module for this device, without it, it uses the dreaded ugen0. device sound device snd_uaudio kldstat: --------- Id Refs Address Size Name 1 3 0xc0400000 4bdbac kernel 2 1 0xc08be000 67068 acpi.ko -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@riderway.com) 323.219.4708 Senior System Admin - Riderway, Inc. http://riderway.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 07:45:26 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 0908B16A41F for ; Fri, 3 Aug 2007 07:45:26 +0000 (UTC) (envelope-from orders@fixer.com) Received: from fall-lakeland.atl.sa.earthlink.net (fall-lakeland.atl.sa.earthlink.net [207.69.195.103]) by mx1.freebsd.org (Postfix) with ESMTP id D431313C465 for ; Fri, 3 Aug 2007 07:45:25 +0000 (UTC) (envelope-from orders@fixer.com) Received: from jacob.mail.atl.earthlink.net ([207.69.200.63]) by fall-lakeland.atl.sa.earthlink.net with esmtp (Exim 4.34) id 1IGrfw-0003v3-Pi for questions@freebsd.org; Fri, 03 Aug 2007 03:34:20 -0400 Received: from dialup-4.225.208.235.dial1.denver1.level3.net ([4.225.208.235]) by jacob.mail.atl.earthlink.net with esmtp (Exim 3.36 #1) id 1IGrfv-0004bW-00 for questions@freebsd.org; Fri, 03 Aug 2007 03:34:20 -0400 Message-ID: <46B2DA83.3010900@fixer.com> Date: Fri, 03 Aug 2007 01:34:27 -0600 From: "orders@fixer.com" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 07:45:26 -0000 I just purchased Freebsd-6.1 RELEASE and /stand/sysinstall doesn't work. I have been using freebsd since the version 2.1. When installing, I always use /stand/sysinstall. Now I have freebsd's 6.1 version. /stand/sysinstall no longer works. Now I think /someword/sysinstall works. I have at least 10 versions of freebsd, both books and the freebsd website. After a long day of research, I couldn't the find the word in the above example. What word do I use for "someword"? /someword/sysinstall Thanks in advance bruce From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 07:49:42 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 3161216A417 for ; Fri, 3 Aug 2007 07:49:42 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (5-208-223-66.gci.net [66.223.208.5]) by mx1.freebsd.org (Postfix) with ESMTP id DFEB213C45E for ; Fri, 3 Aug 2007 07:49:41 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 1C5D47E66; Thu, 2 Aug 2007 23:49:40 -0800 (AKDT) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 23:49:33 -0800 User-Agent: KMail/1.9.7 References: <46B2DA83.3010900@fixer.com> In-Reply-To: <46B2DA83.3010900@fixer.com> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708022349.38089.beech@freebsd.org> Cc: "orders@fixer.com" , questions@freebsd.org Subject: Re: /stand/sysconfig does't work 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: Fri, 03 Aug 2007 07:49:42 -0000 On Thursday 02 August 2007, orders@fixer.com said: > I just purchased Freebsd-6.1 RELEASE and /stand/sysinstall doesn't > work. > > I have been using freebsd since the version 2.1. When installing, > I always use /stand/sysinstall. Now I have freebsd's 6.1 version. > /stand/sysinstall no longer works. Now I think > /someword/sysinstall works. I have at least 10 versions of > freebsd, both books and the freebsd website. After a long day of > research, I couldn't the find the word in the above example. > > What word do I use for "someword"? > > /someword/sysinstall > > Thanks in advance > bruce It's now just sysinstall and the binary is in /usr/sbin/sysinstall. Cheers 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 Fri Aug 3 08:05: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 8949716A418 for ; Fri, 3 Aug 2007 08:05:45 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (5-208-223-66.gci.net [66.223.208.5]) by mx1.freebsd.org (Postfix) with ESMTP id 45B3E13C459 for ; Fri, 3 Aug 2007 08:05:45 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 1C5D47E66; Thu, 2 Aug 2007 23:49:40 -0800 (AKDT) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Thu, 2 Aug 2007 23:49:33 -0800 User-Agent: KMail/1.9.7 References: <46B2DA83.3010900@fixer.com> In-Reply-To: <46B2DA83.3010900@fixer.com> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708022349.38089.beech@freebsd.org> Cc: "orders@fixer.com" , questions@freebsd.org Subject: Re: /stand/sysconfig does't work 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: Fri, 03 Aug 2007 08:05:45 -0000 On Thursday 02 August 2007, orders@fixer.com said: > I just purchased Freebsd-6.1 RELEASE and /stand/sysinstall doesn't > work. > > I have been using freebsd since the version 2.1. When installing, > I always use /stand/sysinstall. Now I have freebsd's 6.1 version. > /stand/sysinstall no longer works. Now I think > /someword/sysinstall works. I have at least 10 versions of > freebsd, both books and the freebsd website. After a long day of > research, I couldn't the find the word in the above example. > > What word do I use for "someword"? > > /someword/sysinstall > > Thanks in advance > bruce It's now just sysinstall and the binary is in /usr/sbin/sysinstall. Cheers 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 Fri Aug 3 08:20:41 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 8DD7316A41B for ; Fri, 3 Aug 2007 08:20:41 +0000 (UTC) (envelope-from homeinbed@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 0D9B513C458 for ; Fri, 3 Aug 2007 08:20:40 +0000 (UTC) (envelope-from homeinbed@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so485169uge for ; Fri, 03 Aug 2007 01:20:40 -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=pEqjr2X51GV1rjlfNhnGYpt6Ral5+X4iieUr4SEQ7WN2gFiSj3Z96WoQDQCu5B+Lin5D3vjsUFpCr9dQcfIx5Nc3Ji/XOaJHqJQ65g5DoCCJpC9q4aEj8Al0H5m71bidmvhlzFDUJRXlhRbRrmX0rhK7OJqYqaFmo3tRsZk3VyM= 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=anSFcw2pHxYyHxnUN2v6JbKoZSpxp/8GvADR5PEX4nE8tVqArTWteSjvqtL70Ts0cUE/B6BQFL4+TeNQFPYCRpzKtm+vLSVse8DtAemoPv3sr6E+5JVa7GZxXO8jgUljsODMwxxOgEQE+FfKN3e/Q2MoOyJfN3EqGBKgeScxq8k= Received: by 10.78.185.15 with SMTP id i15mr759201huf.1186127508683; Fri, 03 Aug 2007 00:51:48 -0700 (PDT) Received: by 10.78.97.9 with HTTP; Fri, 3 Aug 2007 00:51:48 -0700 (PDT) Message-ID: <416f456e0708030051r48d5d4ftd9dc7b66bd450799@mail.gmail.com> Date: Fri, 3 Aug 2007 08:51:48 +0100 From: "John Clement" To: "orders@fixer.com" In-Reply-To: <46B2DA83.3010900@fixer.com> MIME-Version: 1.0 References: <46B2DA83.3010900@fixer.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 Cc: questions@freebsd.org Subject: Re: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 08:20:41 -0000 If you run the find command you'll find what you're looking for ;-) [root@lily ~]# find / -name sysinstall -print /usr/sbin/sysinstall cheers On 03/08/07, orders@fixer.com wrote: > > I just purchased Freebsd-6.1 RELEASE and /stand/sysinstall doesn't work. > > I have been using freebsd since the version 2.1. When installing, I > always use /stand/sysinstall. Now I have freebsd's 6.1 version. > /stand/sysinstall no longer works. Now I think /someword/sysinstall > works. I have at least 10 versions of freebsd, both books and the > freebsd website. After a long day of research, I couldn't the find the > word in the above example. > > What word do I use for "someword"? > > /someword/sysinstall > > Thanks in advance > bruce > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 08:25: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 BAB4216A417 for ; Fri, 3 Aug 2007 08:25:02 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from av7-1-sn3.vrr.skanova.net (av7-1-sn3.vrr.skanova.net [81.228.9.181]) by mx1.freebsd.org (Postfix) with ESMTP id 77FA713C428 for ; Fri, 3 Aug 2007 08:24:57 +0000 (UTC) (envelope-from raggen@passagen.se) Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 150E737F64; Fri, 3 Aug 2007 10:24:00 +0200 (CEST) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id DD1DE37E60; Fri, 3 Aug 2007 10:23:59 +0200 (CEST) Received: from [192.168.1.31] (90-230-142-213-no41.tbcn.telia.com [90.230.142.213]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id E553837E43; Fri, 3 Aug 2007 10:24:55 +0200 (CEST) Message-ID: <46B2E628.8050103@passagen.se> Date: Fri, 03 Aug 2007 10:24:08 +0200 From: Roger Olofsson User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Ewald Jenisch References: <20070801151417.GA1940@aurora.oekb.co.at> In-Reply-To: <20070801151417.GA1940@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: LAN failover redundandcy? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 08:25:02 -0000 Ewald Jenisch skrev: > Hi, > > I'm looking for a way to configure failover redundancy for one of my > servers. To be specific: > > The server in question has one IP-address but two LAN interfaces each > of them connecting to a different switch. > > Traffic normally runs only through one of the two interfaces; the > other is for redundandy only. In case the active LAN-interface goes > down (e.g. because of a link and/or switch failure) the second > LAN-interface should take over in the sense that traffic should run > through the second interface (again the server has only one > IP-address, so binding a different IP-address to the interface is not > an option here) > > Is there any way how this can be configured under FreeBSD 6.2? > > Thanks much in advance for your help, > -ewald > > _______________________________________________ > 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" > > You might want to look at freevrrpd. It should be in ports. Greetings /Roger From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 09:55:30 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 AABB316A420; Fri, 3 Aug 2007 09:55:30 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 8D21F13C48D; Fri, 3 Aug 2007 09:55:28 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [89.162.146.170] (helo=skuns.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IGt6H-000LUx-Gh; Fri, 03 Aug 2007 12:05:46 +0300 Received: from deviant.kiev.zoral.com.ua (root@[10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l7395VoW039296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Aug 2007 12:05:31 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1) with ESMTP id l7395VKv035835; Fri, 3 Aug 2007 12:05:31 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.1/8.14.1/Submit) id l7395Usa035834; Fri, 3 Aug 2007 12:05:30 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 3 Aug 2007 12:05:30 +0300 From: Kostik Belousov To: Jin Guojun Message-ID: <20070803090530.GH2738@deviant.kiev.zoral.com.ua> References: <46B245D5.1050606@george.lbl.gov> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zq44+AAfm4giZpo5" Content-Disposition: inline In-Reply-To: <46B245D5.1050606@george.lbl.gov> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on skuns.kiev.zoral.com.ua X-Scanner-Signature: b46f4584ea35a5bfe65e3be67b2b2352 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 1330 [August 2 2007] X-SpamTest-Info: helo_type=3 X-SpamTest-Method: none X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0255], KAS30/Release Cc: threads@freebsd.org, questions@freebsd.org Subject: Re: how sys_select, sys_fork, ... are defined for thread libraries? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 09:55:30 -0000 --zq44+AAfm4giZpo5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 02, 2007 at 02:00:05PM -0700, Jin Guojun wrote: > I am trying to understand how these __sys_xxx functions are defined for= =20 > thread libraries. > Following string search tells that all thread libraries are using these= =20 > __sys_xxx functions, > for example, __sys_select(). However, the search also shows that these=20 > functions are not defined anywhere in the entire source tree. >=20 > /usr/src: findstring sys_select "*.[hcS]" > total files=3D 21687 : pattern=3D sys_select rootdir=3D /usr/src > regular mode: Thu Aug 2 13:31:40 PDT 2007 > ./lib/libc_r/uthread/uthread_fork.c > 91: * __sys_select: >=20 > ./lib/libpthread/thread/thr_private.h > 1264:int __sys_select(int, fd_set *, fd_set *, fd_set *, struct=20 > timeval *); >=20 > ./lib/libpthread/thread/thr_select.c > 61: ret =3D __sys_select(numfds, readfds, writefds, exceptfds= ,=20 > timeout); >=20 > ./lib/libthr/thread/thr_private.h > 805:int __sys_select(int, fd_set *, fd_set *, fd_set *, struct=20 > timeval *); >=20 > ./lib/libthr/thread/thr_syscalls.c > 435: ret =3D __sys_select(numfds, readfds, writefds, exceptfds, timeou= t); >=20 >=20 > By searching the usr/lib objects, I found them in libc, but they are not= =20 > in libc source tree. > Can someone shed some light on how these system calls are built into=20 > libc and what is the > different between standard syscall APIs and these __sys_syscall APIs, > e.g., __sys_read() vs. read(), etc. >=20 > Thanks, >=20 > -Jin >=20 >=20 > nm /usr/lib/libc.a | grep __sys_ > 00000008 T __sys_sigreturn > 00000008 T __sys_setlogin > 00000008 T __sys_reboot > ... snapped > 00000008 T __sys_kse_release > 00000008 T __sys_kse_thr_interrupt > 00000008 T __sys_kse_create > 00000008 T __sys_kse_wakeup > ... skipped > 00000008 T __sys_getdtablesize > 00000008 T __sys_select > 00000008 T __sys_ioctl > 00000008 T __sys_close > 00000008 T __sys_write > 00000008 T __sys_read > 00000008 T __sys___syscall The C standard specifies that namespace of identifiers starting with __ or _ is reserved for implementation. On the other hand, C standard allows for the programs to use any symbol not reserved by standard. The thread libraries (and libc) shall internally use the "right" implementation of syscalls, as opposed to some symbol supplied by user binary. To achieve this, for each syscall x, libc defines the normal symbol __sys_x, and two weak symbols _x and x. See, for instance, the file lib/libc/select.S from the obj directory, and lib/libc/i386/SYS.h for corresponding include file. Definition of weak symbols is provided by ELF specification. Simplyfing, weakness of the symbol mean that it is used only unless somebody provides the same normal symbol. Normal symbols from text segment are marked by "T" in nm output, and weak symbols has "t" mark. --zq44+AAfm4giZpo5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGsu/ZC3+MBN1Mb4gRAvOlAJ9DDfdILBWswe7L9ul+iIwVGWpzJQCdF6JN UWaFyV83spPuFSF9nMJqUqw= =z14i -----END PGP SIGNATURE----- --zq44+AAfm4giZpo5-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 09:58: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 AE5A516A418 for ; Fri, 3 Aug 2007 09:58:55 +0000 (UTC) (envelope-from acm@muc.de) Received: from mail.muc.de (colin.muc.de [193.149.48.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4060E13C45B for ; Fri, 3 Aug 2007 09:58:54 +0000 (UTC) (envelope-from acm@muc.de) Received: (qmail 73432 invoked by uid 3782); 3 Aug 2007 09:58:53 -0000 Received: from acm.muc.de (p57B1FBCB.dip.t-dialin.net [87.177.251.203]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Fri, 03 Aug 2007 11:58:51 +0200 Received: (qmail 11611 invoked by uid 1000); 3 Aug 2007 10:00:06 -0000 Date: Fri, 3 Aug 2007 10:00:06 +0000 To: Nikos Vassiliadis Message-ID: <20070803100006.GB3943@muc.de> References: <20070802122029.GA17937@muc.de> <200708021646.49965.nvass@teledomenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708021646.49965.nvass@teledomenet.gr> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Alan Mackenzie X-Primary-Address: acm@muc.de Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 09:58:55 -0000 On Thu, Aug 02, 2007 at 04:46:49PM +0300, Nikos Vassiliadis wrote: >> [ .... ] > That's not a very nice comment to do. Please, keep your feelings > about continents/countries/Linux distributions out of here. Sorry for causing offence. It wasn't intended. I'll be more careful about what I write in the future. > HTH, Nikos -- Alan Mackenzie (Ittersbach, Germany). From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 10:25: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 16D6D16A41A for ; Fri, 3 Aug 2007 10:25:36 +0000 (UTC) (envelope-from acm@muc.de) Received: from mail.muc.de (colin.muc.de [193.149.48.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9071913C45A for ; Fri, 3 Aug 2007 10:25:35 +0000 (UTC) (envelope-from acm@muc.de) Received: (qmail 73415 invoked by uid 3782); 3 Aug 2007 09:58:53 -0000 Received: from acm.muc.de (p57B1FBCB.dip.t-dialin.net [87.177.251.203]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Fri, 03 Aug 2007 11:58:51 +0200 Received: (qmail 11611 invoked by uid 1000); 3 Aug 2007 10:00:06 -0000 Date: Fri, 3 Aug 2007 10:00:06 +0000 To: Nikos Vassiliadis Message-ID: <20070803100006.GB3943@muc.de> References: <20070802122029.GA17937@muc.de> <200708021646.49965.nvass@teledomenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708021646.49965.nvass@teledomenet.gr> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: Alan Mackenzie X-Primary-Address: acm@muc.de Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 10:25:36 -0000 On Thu, Aug 02, 2007 at 04:46:49PM +0300, Nikos Vassiliadis wrote: >> [ .... ] > That's not a very nice comment to do. Please, keep your feelings > about continents/countries/Linux distributions out of here. Sorry for causing offence. It wasn't intended. I'll be more careful about what I write in the future. > HTH, Nikos -- Alan Mackenzie (Ittersbach, Germany). From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 08:51: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 3B88C16A419 for ; Fri, 3 Aug 2007 08:51:52 +0000 (UTC) (envelope-from manjunathwarad@huawei.com) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [61.144.161.53]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6CE13C4A7 for ; Fri, 3 Aug 2007 08:51:41 +0000 (UTC) (envelope-from manjunathwarad@huawei.com) Received: from huawei.com (szxga01-in [172.24.2.3]) by szxga01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JM5002P1DR06V@szxga01-in.huawei.com> for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 21:06:36 +0800 (CST) Received: from huawei.com ([172.24.1.18]) by szxga01-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0JM500LXJDR083@szxga01-in.huawei.com> for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 21:06:36 +0800 (CST) Received: from HTIPL1656 ([10.18.24.83]) by szxml03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0JM5002GEDQUQC@szxml03-in.huawei.com> for freebsd-questions@freebsd.org; Thu, 02 Aug 2007 21:06:36 +0800 (CST) Date: Thu, 02 Aug 2007 18:36:31 +0530 From: Manjunath Warad To: freebsd-questions@freebsd.org Message-id: <007d01c7d505$f2341200$5318120a@china.huawei.com> Organization: huawei MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Mailer: Microsoft Office Outlook 11 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Thread-index: AcfFEq8m1Nh9qov3T5mpujyfVIp4vgAAA9iwA/y77+A= X-Mailman-Approved-At: Fri, 03 Aug 2007 11:26:23 +0000 Subject: FreeBSD Iconv Thread Safety X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: manjunathwarad@huawei.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 08:51:52 -0000 Hi All, Please let me know whether the FreeBSD Iconv is thread safety. Do I need to take care before I use it with multithread applications. Thanks, Manjunath **************************************************************************** *********** This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it! From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 11:51:42 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 A5BED16A419 for ; Fri, 3 Aug 2007 11:51:42 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1841813C467 for ; Fri, 3 Aug 2007 11:51:41 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l73BpOeC031073 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Aug 2007 14:51:31 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l73Bp8a3003160; Fri, 3 Aug 2007 14:51:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l73Bp8dM003159; Fri, 3 Aug 2007 14:51:08 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 3 Aug 2007 14:51:08 +0300 From: Giorgos Keramidas To: "Tuc at T-B-O-H.NET" Message-ID: <20070803115108.GA2202@kobe.laptop> References: <20070802182120.GA18907@kobe.laptop> <200708021849.l72IngJF075942@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708021849.l72IngJF075942@himinbjorg.tucs-beachin-obx-house.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.906, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 11:51:42 -0000 On 2007-08-02 14:49, "Tuc at T-B-O-H.NET" wrote: >Giorgos Keramidas wrote: >>On 2007-08-02 12:36, "Tuc at T-B-O-H.NET" wrote: >>> Hi, >>> I'm developing firewall rules for a machine, and I'm wondering what >>> the standard is for putting my version of an ipfw "firewall_script"? >> >> I usually save my rules in '/etc/pf.conf' or '/etc/ipfw.rules'. >> >> It's not like the '/etc' directory is a "please do not touch" area. > > Thanks... > > I always DO try to keep things out of /etc if at all possible, I > regard that as "system space", and if I do "trespass" into it its > usually a file or directory previously allocated for that > (/etc/rc.conf, /etc/mail/*). That's ok, but it's not like the world is going to end if you add a bit of customization to '/etc' files. We have mergemaster(8) to make sure these local updates and customizations are not lost when you upgrade :-) > I've made a "/etc/rc.firewall.local".... I may rename it in the future > to stand out more, but we'll see how it goes for now. Neat. Have fun with the new firewall ruleset then. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 12:23: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 8BB1316A417 for ; Fri, 3 Aug 2007 12:23:53 +0000 (UTC) (envelope-from ananias@africaonline.com.na) Received: from mx01.africaonline.com.na (mx01.africaonline.com.na [196.44.140.171]) by mx1.freebsd.org (Postfix) with ESMTP id E139013C45B for ; Fri, 3 Aug 2007 12:23:52 +0000 (UTC) (envelope-from ananias@africaonline.com.na) Received: from [196.44.140.226] (helo=Luke) by mx01.africaonline.com.na with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1IGvHD-000DPR-Ai for freebsd-questions@freebsd.org; Fri, 03 Aug 2007 11:25:03 +0000 From: "Ananias Uushona" To: Date: Fri, 3 Aug 2007 13:26:19 +0200 Message-ID: <005401c7d5c1$1d9b9b50$58d2d1f0$@com.na> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfVwRr22edWS22SSsmfhAhqKucUUQ== Content-Language: en-us X-SA-Exim-Connect-IP: 196.44.140.226 X-SA-Exim-Mail-From: ananias@africaonline.com.na X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on mx01.africaonline.com.na X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=no version=3.1.0 X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mx01.africaonline.com.na) Subject: Setting up a domain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:23:53 -0000 Does anyone know where I can find nice tutorial materials for setting up domains is just that I got this task setting up new domains on freebsd and I need a rreview on hoe to go about it mybe u guys can help man please am new to thise work and my boss said I need to do it coz the other guy who use to do it is on leave I don want to mess it up. Ananias Uushona Technical Assistant Africa Online Namibia http://www.africaonline.com.na No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.11.2/933 - Release Date: 8/2/2007 2:22 PM From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 12:30:47 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 DD84316A418 for ; Fri, 3 Aug 2007 12:30:47 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 87A7013C474 for ; Fri, 3 Aug 2007 12:30:47 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 31826 invoked from network); 3 Aug 2007 07:30:47 -0500 Received: from 203-206-233-219.dyn.iinet.net.au (HELO localhost) (203.206.233.219) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 3 Aug 2007 07:30:46 -0500 Date: Fri, 3 Aug 2007 22:30:42 +1000 From: Norberto Meijome To: "orders@fixer.com" Message-ID: <20070803223042.760a63ce@localhost> In-Reply-To: <46B2DA83.3010900@fixer.com> References: <46B2DA83.3010900@fixer.com> X-Mailer: Claws Mail 2.10.0 (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: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:30:48 -0000 On Fri, 03 Aug 2007 01:34:27 -0600 "orders@fixer.com" wrote: > What word do I use for "someword"? > > /someword/sysinstall Hi Bruce, try /usr/sbin/sysinstall B _________________________ {Beto|Norberto|Numard} Meijome Said Hamlet to Ophelia,"I'll do a sketch of thee. What kind of pencil shall I use,2B or not 2B?" Hamlet, by Spike Milligan I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 12:53:29 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 1FE1016A417 for ; Fri, 3 Aug 2007 12:53:29 +0000 (UTC) (envelope-from dominor@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id C61C213C46B for ; Fri, 3 Aug 2007 12:53:28 +0000 (UTC) (envelope-from dominor@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1523934pye for ; Fri, 03 Aug 2007 05:53:27 -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=R8Yte2RbN7OnIW85Cna6g68rxVqu0dXgJyAkMGL1CJP+3QBF8IbOFMwA5cJtuQeEwZ3phL1sdrt0Anm00d7Hvi7ZbAPIL4mM0QAF2jncFy48AP5C6O1Vada2e9dGp870FhOacNtubhql5/SABcMzB3rtxazEmKBEwsF7n+LGQIE= 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=adHGwv3j9G0raGAFVMXHkDqulPJ0jOxzxeP+6+ly+sPjZijTyvgWa1qdCdZc8RwtpvFDq8SxA5/mvc/ZuSpCXArpRGF2KDKd0LRDFU6TMLrRUL1ExEOwPqEwvK2m43rQ7FSnel6ublXRqUABFYCVEPIYKB3UkYFJF8Q/umOcz/U= Received: by 10.35.93.1 with SMTP id v1mr4729201pyl.1186145606921; Fri, 03 Aug 2007 05:53:26 -0700 (PDT) Received: by 10.35.67.17 with HTTP; Fri, 3 Aug 2007 05:53:26 -0700 (PDT) Message-ID: <105fa37b0708030553k32c76e75me826ba9bfdaf9c90@mail.gmail.com> Date: Fri, 3 Aug 2007 08:53:26 -0400 From: "Hakan K" To: "Ananias Uushona" In-Reply-To: <005401c7d5c1$1d9b9b50$58d2d1f0$@com.na> MIME-Version: 1.0 References: <005401c7d5c1$1d9b9b50$58d2d1f0$@com.na> 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: Setting up a domain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:53:29 -0000 Is this for web site domain setting ? DNS, Web server etc etc ... Thanks Troy http://dominor.com On 8/3/07, Ananias Uushona wrote: > > Does anyone know where I can find nice tutorial materials for setting up > domains is just that I got this task setting up new domains on freebsd and > I > need a rreview on hoe to go about it mybe u guys can help man please am > new > to thise work and my boss said I need to do it coz the other guy who use > to > do it is on leave I don want to mess it up. > > Ananias Uushona > Technical Assistant > Africa Online Namibia > http://www.africaonline.com.na > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.11.2/933 - Release Date: 8/2/2007 > 2:22 PM > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 12:57: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 2D48316A419 for ; Fri, 3 Aug 2007 12:57:15 +0000 (UTC) (envelope-from andy@agreenftp.no-ip.com) Received: from que03.charter.net (que03.charter.net [209.225.8.191]) by mx1.freebsd.org (Postfix) with ESMTP id B94B213C46E for ; Fri, 3 Aug 2007 12:57:14 +0000 (UTC) (envelope-from andy@agreenftp.no-ip.com) Received: from aa04.charter.net ([10.20.200.156]) by mtao02.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070803121259.JTU16610.mtao02.charter.net@aa04.charter.net>; Fri, 3 Aug 2007 08:12:59 -0400 Received: from zeus.agreenftp.no-ip.com ([75.137.118.144]) by aa04.charter.net with ESMTP id <20070803121259.DZFS1254.aa04.charter.net@zeus.agreenftp.no-ip.com>; Fri, 3 Aug 2007 08:12:59 -0400 Received: from localhost (localhost [127.0.0.1]) by zeus.agreenftp.no-ip.com (Postfix) with ESMTP id 3F50439845; Thu, 2 Aug 2007 14:58:45 -0400 (EDT) Received: from zeus.agreenftp.no-ip.com ([127.0.0.1]) by localhost (zeus.agreenftp.no-ip.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EnnBkWcPIRv5; Thu, 2 Aug 2007 14:58:40 -0400 (EDT) Received: from [10.212.7.126] (216.215.144.201.nw.nuvox.net [216.215.144.201]) (Authenticated sender: andy) by zeus.agreenftp.no-ip.com (Postfix) with ESMTPA id 5872439822; Thu, 2 Aug 2007 14:58:40 -0400 (EDT) X-Virus-Scanned: amavisd-new at agreenftp.no-ip.com Message-ID: <46B22960.4090103@agreenftp.no-ip.com> Date: Thu, 02 Aug 2007 14:58:40 -0400 From: Andrew Greenwood User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jonathan Horne References: <200708021351.11245.freebsd@dfwlp.com> In-Reply-To: <200708021351.11245.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Cc: freebsd-questions@freebsd.org Subject: Re: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:57:15 -0000 Jonathan Horne wrote: > On Thursday 02 August 2007 13:13:46 Subhro wrote: > >> Hello Folks, >> >> Recently I got a HP nc6400 notebook for myself and decided to install >> FreeBSD on this. My system boots up fine but I am repeatedly getting >> Errors from ACPI. I am repeatedly getting >> >> acpi_tz0: _CRT value is absurd, ignored (256C) >> >> How can I solve this problem? >> I had a similar problem on an HP Pavilion (don't remember the exact model) and I could only get the messages to stop by entering hw.acpi.thermal.polling_rate=0 in /etc/sysctl.conf. I'm sure this isn't the "right" way to do it, but it worked at least. >> Thanks >> Subhro >> > > subhru, > > how is the rest of the install working? we have a lot of 6400s here at my > office, and when i tried to install the xorg7.2 ports, i couldnt get xorg to > start, and i was wondering how it was going for you. > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 12:57: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 D121C16A420 for ; Fri, 3 Aug 2007 12:57:15 +0000 (UTC) (envelope-from andy@agreenftp.no-ip.com) Received: from que03.charter.net (que03.charter.net [209.225.8.191]) by mx1.freebsd.org (Postfix) with ESMTP id 68B2F13C457 for ; Fri, 3 Aug 2007 12:57:15 +0000 (UTC) (envelope-from andy@agreenftp.no-ip.com) Received: from aa03.charter.net ([10.20.200.155]) by mtao01.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070803121259.LWO21147.mtao01.charter.net@aa03.charter.net>; Fri, 3 Aug 2007 08:12:59 -0400 Received: from zeus.agreenftp.no-ip.com ([75.137.118.144]) by aa03.charter.net with ESMTP id <20070803121259.TFPG7864.aa03.charter.net@zeus.agreenftp.no-ip.com>; Fri, 3 Aug 2007 08:12:59 -0400 Received: from localhost (localhost [127.0.0.1]) by zeus.agreenftp.no-ip.com (Postfix) with ESMTP id E6CDF39851; Thu, 2 Aug 2007 15:18:09 -0400 (EDT) Received: from zeus.agreenftp.no-ip.com ([127.0.0.1]) by localhost (zeus.agreenftp.no-ip.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y3uP56c6OyNR; Thu, 2 Aug 2007 15:18:05 -0400 (EDT) Received: from [10.212.7.126] (216.215.144.201.nw.nuvox.net [216.215.144.201]) (Authenticated sender: andy) by zeus.agreenftp.no-ip.com (Postfix) with ESMTPA id D9D003984F; Thu, 2 Aug 2007 15:18:04 -0400 (EDT) X-Virus-Scanned: amavisd-new at agreenftp.no-ip.com Message-ID: <46B22DEC.5010301@agreenftp.no-ip.com> Date: Thu, 02 Aug 2007 15:18:04 -0400 From: Andrew Greenwood User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jeremy Gransden References: <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> In-Reply-To: <87f7f4170708020853m5b452071hea5934f854545d34@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Cc: Jim Stapleton , freebsd-questions@freebsd.org Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:57:15 -0000 Jeremy Gransden wrote: > On 8/2/07, Jim Stapleton wrote: > >> Sorry if my question is a bit confusing - I'm not even sure the proper >> terminology, so I don't know what the best way to start looking is. >> >> I'm rebuilding a system at home, and I'd like to check how the build >> is going at a slow time at work sometimes. I can connect to the system >> from work (ssh into my main box, and then from there, ssh to the >> system I'm working on). I have a terminal opened on that system >> (actually, another ssh session fron the main box), and I'd like to >> have my new connection attach to that terminal session, if possible, >> so that I can just pick up where I left off, and monitor it from here. >> Is this possible? >> > > > > Maybe your looking for screen. > > try > man screen > Also sounds like you could do this with watch man 8 watch > for more details. > thanks, > jeremy > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 12:58: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 7D5CC16A419 for ; Fri, 3 Aug 2007 12:58:49 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3708513C4D9 for ; Fri, 3 Aug 2007 12:58:44 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l73CwWXE016173 for ; Fri, 3 Aug 2007 14:58:32 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l73CwWJP016170 for ; Fri, 3 Aug 2007 14:58:32 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 3 Aug 2007 14:58:32 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20070803145528.B16127@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: UFS and spreading data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 12:58:49 -0000 AFAIK UFS try to spread data quite evenly on disk to different cylinder group - for large files, so small files can get it's space near inodes etc.. but i would like to clear things up: i will set up say 3 disks with gconcat and make one partition for all data on it. then i will populate it with all things and use it. will the data be quite spread on disks, so accesses to different things could be done in parallel to 3 disks, or will it rather use space on one disk first, then on second then on third. i'm asking about it as i prefer gconcat over gstripe as i can add more disks to gconcat and do growfs then making system EASILY expandable. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 13:12: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 A3AB816A418 for ; Fri, 3 Aug 2007 13:12:08 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADE413C458 for ; Fri, 3 Aug 2007 13:12:08 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id A0E1AA0656; Fri, 3 Aug 2007 08:12:07 -0500 (CDT) Message-ID: <46B329A0.5090406@cs.okstate.edu> Date: Fri, 03 Aug 2007 08:12:00 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: RW References: <46B1BF19.3020104@gmail.com> <6.2.3.4.2.20070802101030.0379ebd0@mailsvr.xxiii.com> <20070802172746.5c9bd856@gumby.homeunix.com.> <46B21E38.4080800@cs.okstate.edu> <20070802210242.6708a8d1@gumby.homeunix.com.> In-Reply-To: <20070802210242.6708a8d1@gumby.homeunix.com.> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Nano issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 13:12:08 -0000 Written by RW on 08/02/07 15:02>> > On Thu, 02 Aug 2007 13:11:04 -0500 > Reid Linnemann wrote: > >> Written by RW on 08/02/07 11:27>> >>> On Thu, 02 Aug 2007 10:15:35 -0400 >>> r17fbsd@xxiii.com wrote: >>> >>>> At 07:25 AM 8/2/2007, Roberth Sjonøy wrote: >>>>> Hello, Ive just installed my prefered text >>>>> editor, nano, but when im going to run nano, this just appears: >>>>> /libexec/ld-elf.so.1: Shared object >>>>> "libncursesw.so.6" not found , required by "nano" >>>> I have nano 2.0.6 installed from packages (not ports) and it works >>>> fine on 6.2. >>>> >>>> I also have that library with the same date as my last buildworld: >>>> >>>> $ ls -l /lib/*curs* >>>> -r--r--r-- 1 root wheel 268108 Jan 14 2007 /lib/libncurses.so.6 >>>> >>> but do you have libncursesw.so.6 - note the 'w' >>> >>> The most likely scenario is that he's trying to use a 6-stable >>> package on 6.2. This something that people tend to get away with, >>> but is not actually supported. >>> >>> Either build the port or install the correct package. >>> >> I'm tracking 6-STABLE, and I only have /lib/libncurses.so.6. >> libcursesw.so.6 is listed as part of the compat6x port, perhaps >> Roberth has installed a 7-CURRENT package built with compat6x? > > I'm guessing your 6-STABLE wasn't synced all that recently. There's a > test in the nano makefile that make it use the wide (multi-byte > character) version of curses (ie libncursesw) if the 6-stable or > 7-current version is sufficiently recent. The fact that an up-to-date > compat6x has libncursesw.so.6 tends to confirm this. Yes, you are right. I hadn't synced since February.. my, how the time flies! From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 13:30: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 7EDAB16A417 for ; Fri, 3 Aug 2007 13:30:09 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 34A5C13C4E3 for ; Fri, 3 Aug 2007 13:30:09 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l73DU4ju003596; Fri, 3 Aug 2007 09:30:04 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l73DTx1D023748; Fri, 3 Aug 2007 09:29:59 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l73DTwma023746; Fri, 3 Aug 2007 09:29:58 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708031329.l73DTwma023746@himinbjorg.tucs-beachin-obx-house.com> To: keramida@ceid.upatras.gr (Giorgos Keramidas) Date: Fri, 3 Aug 2007 09:29:58 -0400 (EDT) In-Reply-To: <20070803115108.GA2202@kobe.laptop> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Firewall rules / Proper directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 13:30:09 -0000 > > I've made a "/etc/rc.firewall.local".... I may rename it in the future > > to stand out more, but we'll see how it goes for now. > > Neat. Have fun with the new firewall ruleset then. > Thanks. I wish it wasn't necessary, but the server runs MySQL and if I turn TCPwrappers on, someone just trying to connect a few times creates a DOS on it. I've tried before to bring this up with the MySQL people with no luck. Thanks, Tuc From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 14:21: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 6A0F916A417 for ; Fri, 3 Aug 2007 14:21:52 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 1E2AF13C46A for ; Fri, 3 Aug 2007 14:21:52 +0000 (UTC) (envelope-from lazlar@lazlarlyricon.com) Received: from trapper.homedns.org (213.114.40.248) by proxy3.bredband.net (7.3.127) id 46AF645600152273; Fri, 3 Aug 2007 16:21:38 +0200 Received: from trapper.homedns.org (localhost [127.0.0.1]) by trapper.homedns.org (8.13.8/8.13.8) with ESMTP id l73ELbQl061226; Fri, 3 Aug 2007 16:21:38 +0200 (CEST) (envelope-from lazlar@lazlarlyricon.com) Message-ID: <46B339F1.5020806@lazlarlyricon.com> Date: Fri, 03 Aug 2007 16:21:37 +0200 From: Rolf G Nielsen User-Agent: Thunderbird 2.0.0.5 (X11/20070716) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200708021351.11245.freebsd@dfwlp.com> <46B22960.4090103@agreenftp.no-ip.com> In-Reply-To: <46B22960.4090103@agreenftp.no-ip.com> Content-Type: multipart/mixed; boundary="------------000102020605090403000008" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Andrew Greenwood Subject: Re: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 14:21:52 -0000 This is a multi-part message in MIME format. --------------000102020605090403000008 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Andrew Greenwood wrote: > Jonathan Horne wrote: >> On Thursday 02 August 2007 13:13:46 Subhro wrote: >> =20 >>> Hello Folks, >>> >>> Recently I got a HP nc6400 notebook for myself and decided to install= >>> FreeBSD on this. My system boots up fine but I am repeatedly getting >>> Errors from ACPI. I am repeatedly getting >>> >>> acpi_tz0: _CRT value is absurd, ignored (256C) >>> >>> How can I solve this problem? >>> =20 >=20 > I had a similar problem on an HP Pavilion (don't remember the exact=20 > model) and I could only get the messages to stop by entering >=20 > hw.acpi.thermal.polling_rate=3D0 >=20 > in /etc/sysctl.conf. I'm sure this isn't the "right" way to do it, but = > it worked at least. >>> Thanks >>> Subhro >>> =20 >> >> subhru, >> >> how is the rest of the install working? we have a lot of 6400s here=20 >> at my office, and when i tried to install the xorg7.2 ports, i couldnt= =20 >> get xorg to start, and i was wondering how it was going for you. >> =20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" >=20 >=20 >=20 I have an HP Pavilion (whose model I don't remember either; it's not=20 printed anywhere on the computer), and I keep getting variuos messages=20 from TZ, but when trying to set that variable, I get sysctl: unknown oid 'hw.acpi.thermal.polling_rate'. I'm running 6.2-RELEASE-p6. Did I miss something, or is that variable=20 introduced in 6-STABLE after 6.2-RELEASE? --=20 V=C3=A4nligen / Sincerly, Rolf Nielsen --------------000102020605090403000008-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 14:58: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 B382816A417 for ; Fri, 3 Aug 2007 14:58:58 +0000 (UTC) (envelope-from subhro.kar@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 8408613C46A for ; Fri, 3 Aug 2007 14:58:58 +0000 (UTC) (envelope-from subhro.kar@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so582176rvb for ; Fri, 03 Aug 2007 07:58:58 -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:content-transfer-encoding:content-disposition:references; b=cBZWoN9/zMcwcrLVUk+zZZwASiaKZ3Jjw5QbzpzjvYgV8U4/Hx5nf1YHY/0JXrv8+EepiLpVsVzGXl0FVEb6C58bU5Tpz/yZZLQQTx9wsZh8dGPcHtQU9z1q+lARsPb0A7HBDRQtjGQUNQikhVAYTCvtzAmdh6jh522S07vLPNI= 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:content-transfer-encoding:content-disposition:references; b=gMlJTr4S02dPmrYYiIRjGck+Ztzt0fyMYLW+O6ZeMMYYk2DzGPnXZpjDUGcVWYEe+xmU2TmdOULYnZbU4bt1qRZvHDM+owV2J6QVvcLTEAY4Migqhy5L97tU+SSTqCzlT7zq9JvSBwSzoqxTVq7mslAmDB3GZGH94Qf5YC9VaGg= Received: by 10.114.109.1 with SMTP id h1mr3051093wac.1186153137700; Fri, 03 Aug 2007 07:58:57 -0700 (PDT) Received: by 10.114.15.16 with HTTP; Fri, 3 Aug 2007 07:58:57 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 20:28:57 +0530 From: Subhro To: "FreeBSD Questions" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708021351.11245.freebsd@dfwlp.com> <46B22960.4090103@agreenftp.no-ip.com> Subject: Re: CRT value Absurd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 14:58:58 -0000 Hello, On 8/3/07, Andrew Greenwood wrote: > Jonathan Horne wrote: > > On Thursday 02 August 2007 13:13:46 Subhro wrote: > > > >> FreeBSD on this. My system boots up fine but I am repeatedly getting > >> Errors from ACPI. I am repeatedly getting > >> > >> acpi_tz0: _CRT value is absurd, ignored (256C) > >> > >> How can I solve this problem? > >> > > I had a similar problem on an HP Pavilion (don't remember the exact > model) and I could only get the messages to stop by entering > > hw.acpi.thermal.polling_rate=0 > I have tried to follow the same process. Although the sysctl value changes, the messages keep on coming in. BTW, does things like cpu speed stepping, sleep, hibernate etc work? Thanks Subhro -- Subhro Kar Software Engineer Dynamic Digital Technologies Pvt. Ltd. EPY-3, Sector: V Salt Lake City 700091 India -- Subhro Kar Software Engineer Dynamic Digital Technologies Pvt. Ltd. EPY-3, Sector: V Salt Lake City 700091 India From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15: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 748EB16A41F for ; Fri, 3 Aug 2007 15:26:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 96DD813C46B for ; Fri, 3 Aug 2007 15:26:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l73FQo6i017418 for ; Fri, 3 Aug 2007 17:26:50 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l73FQnw4017415 for ; Fri, 3 Aug 2007 17:26:50 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 3 Aug 2007 17:26:49 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20070803172639.F17414@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: parformance patch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:26:56 -0000 is anything wrong in this? --- vm_fault.c.orig Fri Aug 3 15:01:27 2007 +++ vm_fault.c Thu Aug 2 15:56:17 2007 @@ -113,8 +113,8 @@ static int vm_fault_additional_pages(vm_page_t, int, int, vm_page_t *, int *); static void vm_fault_prefault(pmap_t, vm_offset_t, vm_map_entry_t); -#define VM_FAULT_READ_AHEAD 8 -#define VM_FAULT_READ_BEHIND 7 +#define VM_FAULT_READ_AHEAD 64 +#define VM_FAULT_READ_BEHIND 63 #define VM_FAULT_READ (VM_FAULT_READ_AHEAD+VM_FAULT_READ_BEHIND+1) struct faultstate { and --- param.h.orig Fri Aug 3 15:02:37 2007 +++ param.h Wed Jul 11 11:46:24 2007 @@ -125,7 +125,7 @@ #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ #endif #ifndef MAXPHYS -#define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ +#define MAXPHYS (512 * 1024) /* max raw I/O transfer size */ #endif #ifndef MAXDUMPPGS #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) both works for me and gives noticable speedup, when operating on big files and when starting big apps or swapping. other question (swap_pager.c): /* * SWB_NPAGES must be a power of 2. It may be set to 1, 2, 4, 8, or 16 * pages per allocation. We recommend you stick with the default of 8. * The 16-page limit is due to the radix code (kern/subr_blist.c). */ #ifndef MAX_PAGEOUT_CLUSTER #define MAX_PAGEOUT_CLUSTER 16 #endif can this be changed/fixed? 64-128 would be nicer... From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15:31:16 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 BF26016A417 for ; Fri, 3 Aug 2007 15:31:16 +0000 (UTC) (envelope-from redtick@sbcglobal.net) Received: from web81208.mail.mud.yahoo.com (web81208.mail.mud.yahoo.com [68.142.199.112]) by mx1.freebsd.org (Postfix) with SMTP id 65CA213C46B for ; Fri, 3 Aug 2007 15:31:16 +0000 (UTC) (envelope-from redtick@sbcglobal.net) Received: (qmail 6507 invoked by uid 60001); 3 Aug 2007 15:31:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=smRKeHEEjfHwXzI4g/BL1YqF8pHV+SEVamuSlFDT1dZn2y2ndL+Zxs0qMshKQAO840lSaBdH2qdUOAoZmpaiqaUsYT2DgWEpmXTtuc9SSmVUQ7pRXyZyW/w6VrRLgYcnCIBoVcHKD7/seSEJhaBAxt90jfv/a6C+7Zx+x/3tsh4=; X-YMail-OSG: 1FqwKVkVM1lCDsqwqX.Gu7if1ssX9A5yEske2v1dH2viohgL1hx_pndVmIVj1s3UNjmhhve71BZcgF_wQKv_px46dA0FnUOC9dZRd3tk4WiobPiZA7Q- Received: from [69.148.139.12] by web81208.mail.mud.yahoo.com via HTTP; Fri, 03 Aug 2007 08:31:15 PDT Date: Fri, 3 Aug 2007 08:31:15 -0700 (PDT) From: Mark Busby To: help help MIME-Version: 1.0 Message-ID: <749399.4771.qm@web81208.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: no buffer space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:31:16 -0000 I have a firewall for my pppoe dsl connection that is giving me fits. After a few hours of surfing it runs out of buffer space. I have run memtest on the memory, checked fine. Changed out memory, still locking up. top while out of buffer on ping last pid: 3697; load averages: 0.00, 0.03, 0.03 up 0+17:04:53 07:09:21 47 processes: 1 running, 46 sleeping CPU states: 0.4% user, 0.0% nice, 0.4% system, 0.0% interrupt, 99.2% idle Mem: 49M Active, 138M Inact, 49M Wired, 16K Cache, 47M Buf, 132M Free Swap: 231M Total, 231M Free redtick# ping 75.41.xxx.xx PING 75.41.xxx.xx (75.41.xxx.xx): 56 data bytes ping: sendto: No buffer space available ping: sendto: No buffer space available ping: sendto: No buffer space available ping: sendto: No buffer space available redtick# vmstat -i interrupt total rate irq1: atkbd0 3 0 irq6: fdc0 3 0 irq14: ata0 103048 1 irq15: ata1 23 0 irq21: rl0 187195 3 irq22: dc0 acpi0 11158 0 irq23: ath0 uhci1 4302929 69 cpu0: timer 123030498 2000 Total 127634857 2074 agp0@pci0:0:0: class=0x060000 card=0x80251043 chip=0x1a308086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82845/E/MP/MZ Brookdale CPU to I/O Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000000 chip=0x1a318086 rev=0x03 hdr=0x01 vendor = 'Intel Corporation' device = '82845/E/MP/MZ Brookdale CPU to AGP Bridge' class = bridge subclass = PCI-PCI pcib2@pci0:30:0: class=0x060400 card=0x00000000 chip=0x244e8086 rev=0x12 hdr=0x01 vendor = 'Intel Corporation' device = '82801BA/CA/DB/DBL/EB/ER/FB (ICH2/3/4/4/5/5/6), 6300ESB Hub Interface to PCI Bridge' class = bridge subclass = PCI-PCI isab0@pci0:31:0: class=0x060100 card=0x00000000 chip=0x24408086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' device = '82801BA (ICH2) LPC Interface Controller' class = bridge subclass = PCI-ISA atapci0@pci0:31:1: class=0x010180 card=0x80f0104d chip=0x244b8086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' device = '82801BA (ICH2) UltraATA/100 IDE Controller' class = mass storage subclass = ATA uhci0@pci0:31:2: class=0x0c0300 card=0x80f0104d chip=0x24428086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' device = '82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller' class = serial bus subclass = USB uhci1@pci0:31:4: class=0x0c0300 card=0x80f0104d chip=0x24448086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' device = '82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller' class = serial bus subclass = USB none0@pci0:31:5: class=0x040100 card=0x80e4104d chip=0x24458086 rev=0x12 hdr=0x00 vendor = 'Intel Corporation' device = '82801BA/BAM (ICH2/ICH2-M) AC'97 Audio Controller' class = multimedia subclass = audio none1@pci1:0:0: class=0x030000 card=0x007210de chip=0x002c10de rev=0x15 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'VANTA / VANTA LT [NVVANTA]' class = display subclass = VGA dc0@pci2:10:0: class=0x020000 card=0xf0041385 chip=0x000211ad rev=0x21 hdr=0x00 vendor = 'Lite-On Communications Inc' device = 'NGMC169B 10/100 Ethernet (NetGear FA310TX)' class = network subclass = ethernet ath0@pci2:11:0: class=0x020000 card=0x5a001385 chip=0x0013168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter' class = network subclass = ethernet rl0@pci2:13:0: class=0x020000 card=0x80ea104d chip=0x813910ec rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter' class = network subclass = ethernet none2@pci2:14:0: class=0x0c0010 card=0x80d2104d chip=0x8020104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'TSB12LV26 OHCI-Lynx PCI IEEE 1394 Host Controller' class = serial bus subclass = FireWire dmesg FreeBSD 6.2-RELEASE-p6 #1: Thu Jul 19 08:29:02 CDT 2007 /usr/obj/usr/src/sys/FIRE ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 1.70GHz (1693.73-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf12 Stepping = 2 Features=0x3febfbff real memory = 402636800 (383 MB) avail memory = 384520192 (366 MB) ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 22 acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xf8000000-0xfbffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) pcib2: at device 30.0 on pci0 pci2: on pcib2 dc0: <82c169 PNIC 10/100BaseTX> port 0xd800-0xd8ff mem 0xf3800000-0xf38000ff irq 22 at device 10.0 o n pci2 miibus0: on dc0 lxtphy0: on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:a0:cc:3f:2f:4f ath0: mem 0xf3000000-0xf300ffff irq 23 at device 11.0 on pci2 ath0: Ethernet address: 00:0f:b5:fe:d4:3c ath0: mac 7.9 phy 4.5 radio 5.6 rl0: port 0xd400-0xd4ff mem 0xf2800000-0xf28000ff irq 21 at device 13.0 on pci2 miibus1: on rl0 rlphy0: on miibus1 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:e0:18:3e:d2:4f pci2: at device 14.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xb800-0xb80f at d evice 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 uhci0: port 0xb400-0xb41f irq 19 at device 31.2 on p ci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xb000-0xb01f irq 23 at device 31.4 on p ci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered pci0: at device 31.5 (no driver attached) fdc0: port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc97ff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 1693728112 Hz quality 800 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, default to accept, loggi ng unlimited ad0: 8709MB at ata0-master UDMA33 ad1: 117246MB at ata0-slave UDMA100 ad2: 238475MB at ata1-master UDMA100 Trying to mount root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted WARNING: /tmp was not properly dismounted WARNING: /usr was not properly dismounted dc0: dc_setcfg: failed to force tx to idle state dc0: dc_setcfg: failed to force tx to idle state dc0: dc_setcfg: failed to force tx to idle state From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15:33: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 123AC16A41B for ; Fri, 3 Aug 2007 15:33:54 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id DCC9513C4A6 for ; Fri, 3 Aug 2007 15:33:53 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id A32EC654A6 for ; Fri, 3 Aug 2007 10:00:35 -0500 (CDT) Date: Fri, 03 Aug 2007 10:00:35 -0500 From: Paul Schmehl To: questions@freebsd.org Message-ID: <2AE2342D84E45499CA62E94C@utd59514.utdallas.edu> In-Reply-To: <416f456e0708030051r48d5d4ftd9dc7b66bd450799@mail.gmail.com> References: <46B2DA83.3010900@fixer.com> <416f456e0708030051r48d5d4ftd9dc7b66bd450799@mail.gmail.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========15F262738985DB219CAD==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:33:54 -0000 --==========15F262738985DB219CAD========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Friday, August 03, 2007 08:51:48 +0100 John Clement=20 wrote: > If you run the find command you'll find what you're looking for ;-) > > [root@lily ~]# find / -name sysinstall -print > /usr/sbin/sysinstall > Or which. root@utd59514# which sysinstall /usr/sbin/sysinstall --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========15F262738985DB219CAD==========-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15:38:23 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 C5A6716A419 for ; Fri, 3 Aug 2007 15:38:23 +0000 (UTC) (envelope-from homeinbed@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 57C0213C457 for ; Fri, 3 Aug 2007 15:38:23 +0000 (UTC) (envelope-from homeinbed@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so534479uge for ; Fri, 03 Aug 2007 08:38: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:references; b=isVUp+bxl7l9yPPo9vB3pCT87TBMbIzm+y9ddmSfssYMxFr8wXhTOmkLQUdQ4ROKWUxSB9E+E9mgJugMM8ZFCT4gPz1iqXGvu9YdQ9ZOhqZADfkV+ykRoazeh7ytfSjrGx/Cie0ROQsv3HTsbPYy5VQ2v7Tmx7OZ/7nnqD5+bn8= 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=ITtCvIvPb9/EJS7kOdGo4oLTaOFS6fvcQ9u/eIeIff1WGPpoKUhsS8BOVWE4blIZIJPJqidE6x9JfgJfaubihyAqUi+IFfYaHUckwv4Gg4s0kB5DRPPa2VKoyJuAFPOn9uBGgzWnKglrRJbMoo5WupvEfLKdhyfmtgD0/iit7JQ= Received: by 10.78.180.16 with SMTP id c16mr863872huf.1186155501873; Fri, 03 Aug 2007 08:38:21 -0700 (PDT) Received: by 10.78.97.9 with HTTP; Fri, 3 Aug 2007 08:38:21 -0700 (PDT) Message-ID: <416f456e0708030838o1c2c1a5bu793a941a54fc0a67@mail.gmail.com> Date: Fri, 3 Aug 2007 16:38:21 +0100 From: "John Clement" To: "Paul Schmehl" In-Reply-To: <2AE2342D84E45499CA62E94C@utd59514.utdallas.edu> MIME-Version: 1.0 References: <46B2DA83.3010900@fixer.com> <416f456e0708030051r48d5d4ftd9dc7b66bd450799@mail.gmail.com> <2AE2342D84E45499CA62E94C@utd59514.utdallas.edu> 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: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:38:23 -0000 as long as /usr/sbin hasn't been removed from PATH ;-) On 03/08/07, Paul Schmehl wrote: > > --On Friday, August 03, 2007 08:51:48 +0100 John Clement > wrote: > > > If you run the find command you'll find what you're looking for ;-) > > > > [root@lily ~]# find / -name sysinstall -print > > /usr/sbin/sysinstall > > > Or which. > > root@utd59514# which sysinstall > /usr/sbin/sysinstall > > -- > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15:41: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 5DAED16A556 for ; Fri, 3 Aug 2007 15:41:01 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id E6FED13C4B6 for ; Fri, 3 Aug 2007 15:41:00 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so300619ika for ; Fri, 03 Aug 2007 08:40:59 -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=dqe/hdcDOHsxSPfBDDoux031Id89xM20vybKtpSUg0Xk+rNIlp7BrGS3ikIi+BnOcZAF+tnWTafN2aQ72tRrSqhkqoSlplWyssOnttMjp2us1mYZjFpUt2f7EbpEFO6gOPsy5fxe/BlvKYRlBQ61LnmccLK30BJND6JX1vw+rgQ= 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=nyC5qYUs7dkf6+ugcR1mzCakhn1Ue2uE1AbmftE/Mz+XR1RxmuWR1zPmSatlLmraxdqDmqGKGmZDMT/IpDprkcDiHiQkjTU2Ffz2qmf+kpvBL400kJHpFbxrvzXK52K3q3fOtDF/99qE43rMd5mwBUNEco9PxBabsxOwNWpzNc4= Received: by 10.78.159.7 with SMTP id h7mr866425hue.1186155659000; Fri, 03 Aug 2007 08:40:59 -0700 (PDT) Received: by 10.78.25.12 with HTTP; Fri, 3 Aug 2007 08:40:58 -0700 (PDT) Message-ID: <539c60b90708030840w29670feeibac2b81a986eafd2@mail.gmail.com> Date: Fri, 3 Aug 2007 08:40:58 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 2e66e16f8097c050 Subject: is the rtw (ral81xx) driver coming to freebsd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:41:01 -0000 Looks like the open/net bsd guys have the "rtw" for the realtec 8185 wireless card, which is not supported by ral or ural - I presume it's not that hard to port to freebsd. Not that I have any spare time, but if someone's willing to jumpstart me, and it's not already being worked on, I'd be interested to give it a try as I already have a card... Steve From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 15:45: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 EF3DD16A417 for ; Fri, 3 Aug 2007 15:45:08 +0000 (UTC) (envelope-from cyberbuzzard@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 85E1E13C458 for ; Fri, 3 Aug 2007 15:45:08 +0000 (UTC) (envelope-from cyberbuzzard@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so535515uge for ; Fri, 03 Aug 2007 08:45: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:to:subject:mime-version:content-type; b=tmmUYizvxo5AOmYG2JrDtFQRvQb9A1n2el9WyR8hbRYO0NdDunhIIOcgXLbCQlWTAl55kdbNtHQ0Rra4zQ4Rdg9+24XyMJPLQZk2kY9tJpov0ykxfhkmT4kyexE/dnMGF7e75RmwK99It5DaM2uWSJ5LMEiGbo+tqPlH3qZNXno= 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=eHelpYmp3jEsrsDPqbjVbLlDv/JmZHzRgLvrs1kqUWislSz3xy8SVZh7WEjjonkf2VidLdtE5yvGstRVdHRi79p95aWb0g+rk3AjKkt6qe16ofhC2C8blDnkPdeYDEKfMFcCd+wTebRLbtVBMvmOzrZWbG2Z7czPXbLRXgwg7+4= Received: by 10.78.37.7 with SMTP id k7mr847836huk.1186154323120; Fri, 03 Aug 2007 08:18:43 -0700 (PDT) Received: by 10.78.193.12 with HTTP; Fri, 3 Aug 2007 08:18:43 -0700 (PDT) Message-ID: <716841580708030818g5644b89ie570cf73803f1ab9@mail.gmail.com> Date: Fri, 3 Aug 2007 09:18:43 -0600 From: "Oscar Chavarria" 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: USB keyboard not recognized at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:45:09 -0000 I have a GENERIC kernel. The /usr/src/sys/i386/conf/GENERIC file contains the following under the USB Support section (among other devices): device usb #USB Bus (required) device uhid #"Human Interface Devices" device ukbd #Keyboard Nevertheless, the keyboard is useless, not recognized until FreeBSD takes control, for example to choose the type of bootup: safe, single user, reboot, etc. Any help is appreciated. Thanks in advance. -------------------------------------------------------------------------------------------------------- Regards Oscar Chavarria Mobile: +506 814-0247 --- In a world without boundaries, we don't need Windows or Gates --- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 16:05: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 773A316A418 for ; Fri, 3 Aug 2007 16:05:47 +0000 (UTC) (envelope-from akosiaris@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 3A32C13C465 for ; Fri, 3 Aug 2007 16:05:46 +0000 (UTC) (envelope-from akosiaris@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so638037wxd for ; Fri, 03 Aug 2007 09:05:46 -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=JxJifpXyUwyllXvLuoDt6rFCbyCrkYrocGSa7HPa6lL3NMrAnpxl9//lEEJg9Kq43PL4fgc60kzaq/u7dTCjr04VwcGy4X8ny5N2v+10Vj8fGPDPip/0/+0fuTPqG/aLndGTu/haigb/oJnZu7kDMR2Lt/FaZZ4Jiw4wamwvqIc= 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=mkrBEjw5wZoHJv4T6zrBQLtpuejcbpKCF7s6vcYzjo8D7FkwSrdKNdAbF8lvivxKtPKySrdFFe+gAhNinjpBU7aBkIpynbpHDoxUCX7wChffsa7m3dgcqFu/6BAr7FHvPOAWkiEhQbvDjUsXK1ouKiHYNeuUUPw9k2ehP89LH1c= Received: by 10.90.93.6 with SMTP id q6mr3199439agb.1186155421551; Fri, 03 Aug 2007 08:37:01 -0700 (PDT) Received: by 10.90.101.3 with HTTP; Fri, 3 Aug 2007 08:37:01 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 18:37:01 +0300 From: "Alexandros Kosiaris" 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: if_bridge and link-local IPv6 eui64 address problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 16:05:47 -0000 Hello, I am having a question about if_bridge and IPv6 link-local addresses I am using FreeBSD 6.2-p7 and after setting rc.conf like the following and rebooting, I get no link-local address for bridge0 ipv6_enable="YES" cloned_interfaces="bridge0" ifconfig_bridge0="addm sis0 addm sis1 192.168.2.1 netmask 255.255.255.0" ifconfig_sis0="up" ifconfig_sis1="up" ifconfig_sis2="DHCP" The 3 sis interfaces get link-local addresses normally. Is there any specific reason which eludes me for this ? Thanks for the good work. Have a nice holiday. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 16:07:32 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 CF4E716A421 for ; Fri, 3 Aug 2007 16:07:32 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 9558B13C442 for ; Fri, 3 Aug 2007 16:07:32 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.8/8.13.4) with ESMTP id l73FkPoe070213; Fri, 3 Aug 2007 11:46:33 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <46B34DBE.5080101@voidmain.net> Date: Fri, 03 Aug 2007 11:46:06 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.5 (X11/20070801) MIME-Version: 1.0 To: "orders@fixer.com" References: <46B2DA83.3010900@fixer.com> In-Reply-To: <46B2DA83.3010900@fixer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: /stand/sysconfig does't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 16:07:32 -0000 orders@fixer.com wrote: > I just purchased Freebsd-6.1 RELEASE and /stand/sysinstall doesn't work. > > I have been using freebsd since the version 2.1. When installing, I > always use /stand/sysinstall. Now I have freebsd's 6.1 version. > /stand/sysinstall no longer works. Now I think /someword/sysinstall > works. I have at least 10 versions of freebsd, both books and the > freebsd website. After a long day of research, I couldn't the find > the word in the above example. > > What word do I use for "someword"? > > /someword/sysinstall > > Thanks in advance > bruce > _______________________________________________ > 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" You could also try using man or which. Which will tell you where the binary exists within the filesystem and man will give you the location of the binary in the first paragraph. -Tom From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 16:33:31 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 D8C3216A417 for ; Fri, 3 Aug 2007 16:33:31 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id AE25F13C481 for ; Fri, 3 Aug 2007 16:33:31 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D73ED5DD8; Fri, 3 Aug 2007 12:33:30 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ia-c7kL3DkFe; Fri, 3 Aug 2007 12:33:27 -0400 (EDT) Received: from [192.168.1.3] (pool-96-224-41-41.nycmny.east.verizon.net [96.224.41.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 9BB885C67; Fri, 3 Aug 2007 12:33:27 -0400 (EDT) Message-ID: <46B358CC.8010804@mac.com> Date: Fri, 03 Aug 2007 12:33:16 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Wojciech Puchar References: <20070803145528.B16127@wojtek.tensor.gdynia.pl> In-Reply-To: <20070803145528.B16127@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: UFS and spreading data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 16:33:31 -0000 Wojciech Puchar wrote: > AFAIK UFS try to spread data quite evenly on disk to different cylinder > group - for large files, so small files can get it's space near inodes > etc.. Yes, UFS leaves some free space in each cylinder group if it can so that it can grow (especially small) files locally; big files will get spread across cylinder groups as a result. > but i would like to clear things up: > > i will set up say 3 disks with gconcat and make one partition for all > data on it. then i will populate it with all things and use it. > > will the data be quite spread on disks, so accesses to different things > could be done in parallel to 3 disks, or will it rather use space on one > disk first, then on second then on third. > > i'm asking about it as i prefer gconcat over gstripe as i can add more > disks to gconcat and do growfs then making system EASILY expandable. Using a stripe is going to give reliably-balanced I/O load to the underlying physical disks. If the concat is mostly empty, then no, I/O won't be evenly balanced. If you mostly fill it up and are doing multithreaded I/O to lots of files scattered all around, than concat should be OK. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 16:46: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 E1CC616A41B for ; Fri, 3 Aug 2007 16:46:22 +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 C627A13C491 for ; Fri, 3 Aug 2007 16:46:22 +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 098A81A4D7E; Fri, 3 Aug 2007 09:45:47 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 0AE10BA51; Fri, 3 Aug 2007 12:46:22 -0400 (EDT) Date: Fri, 3 Aug 2007 12:46:22 -0400 From: Kris Kennaway To: Wojciech Puchar Message-ID: <20070803164621.GA65921@rot26.obsecurity.org> References: <20070803172639.F17414@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070803172639.F17414@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: parformance patch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 16:46:23 -0000 On Fri, Aug 03, 2007 at 05:26:49PM +0200, Wojciech Puchar wrote: > is anything wrong in this? > > --- vm_fault.c.orig Fri Aug 3 15:01:27 2007 > +++ vm_fault.c Thu Aug 2 15:56:17 2007 > @@ -113,8 +113,8 @@ > static int vm_fault_additional_pages(vm_page_t, int, int, vm_page_t *, int > *); > static void vm_fault_prefault(pmap_t, vm_offset_t, vm_map_entry_t); > > -#define VM_FAULT_READ_AHEAD 8 > -#define VM_FAULT_READ_BEHIND 7 > +#define VM_FAULT_READ_AHEAD 64 > +#define VM_FAULT_READ_BEHIND 63 > #define VM_FAULT_READ (VM_FAULT_READ_AHEAD+VM_FAULT_READ_BEHIND+1) > > struct faultstate { > > > and > > --- param.h.orig Fri Aug 3 15:02:37 2007 > +++ param.h Wed Jul 11 11:46:24 2007 > @@ -125,7 +125,7 @@ > #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer > size */ > #endif > #ifndef MAXPHYS > -#define MAXPHYS (128 * 1024) /* max raw I/O transfer > size */ > +#define MAXPHYS (512 * 1024) /* max raw I/O transfer > size */ > #endif > #ifndef MAXDUMPPGS > #define MAXDUMPPGS (DFLTPHYS/PAGE_SIZE) > > > > > > both works for me and gives noticable speedup, when operating on big files > and when starting big apps or swapping. There are assumptions about the value of MAXPHYS all through the kernel. I doubt this patch works properly - it is something that should be fixed more completely though. > other question (swap_pager.c): > > /* > * SWB_NPAGES must be a power of 2. It may be set to 1, 2, 4, 8, or 16 > * pages per allocation. We recommend you stick with the default of 8. > * The 16-page limit is due to the radix code (kern/subr_blist.c). > */ > > #ifndef MAX_PAGEOUT_CLUSTER > #define MAX_PAGEOUT_CLUSTER 16 > #endif > > > > can this be changed/fixed? 64-128 would be nicer... Why? i.e. what are the implications of this, good and bad? Kris From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 17:02:00 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 979E816A41F; Fri, 3 Aug 2007 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20070803170200.979E816A41F@hub.freebsd.org> Date: Fri, 3 Aug 2007 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 17:02:00 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 17:02:00 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id A007316A468; Fri, 3 Aug 2007 17:02:00 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20070803170200.A007316A468@hub.freebsd.org> Date: Fri, 3 Aug 2007 17:02:00 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 17:02:00 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 17:43:13 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 6C8B116A418 for ; Fri, 3 Aug 2007 17:43:13 +0000 (UTC) (envelope-from jpenman.smithson@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id 33D9B13C4D1 for ; Fri, 3 Aug 2007 17:43:11 +0000 (UTC) (envelope-from jpenman.smithson@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so355892nzf for ; Fri, 03 Aug 2007 10:43:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bRxOBfKxykdmJpMvx5+VHpV5K8XJe/H37pAA4rN+eEOOHBMxSTUzef7ZxxM7UfvjDH6+yQqOTg43i594CBuiBipTMMdqdp1Db8kfxSdlbS7AlfE/X37kxMrwWTuATg2d3dezk1fbAPTB3dkAb23lXNNbKIq1JJ9aeM+fJrRwp1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UfR3uCgdMBpNrbwcGXxeAlBGBh8OdWYtKbViI42xyV2tNEElqCEe2OQUP4tUDt/XUWiKPthpk+cYDZlx9glhxbi89zmzXtyu+1rbYqar6vAkdVnoGRyLtw3fcT9AvfMJXOVPFtxkUmh8+5mfz2Vr6m6tvBuPWIav3kDCcJFqsdk= Received: by 10.65.116.10 with SMTP id t10mr5510966qbm.1186161417550; Fri, 03 Aug 2007 10:16:57 -0700 (PDT) Received: by 10.64.220.15 with HTTP; Fri, 3 Aug 2007 10:16:57 -0700 (PDT) Message-ID: <42acc2230708031016r726acd1em5d292c949c9d13d7@mail.gmail.com> Date: Fri, 3 Aug 2007 18:16:57 +0100 From: "Jamie Penman-Smithson" 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: Mystery of increasing disk usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpenman.smithson@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 17:43:13 -0000 I'm having big problems trying to pin down the cause of spiralling disk usage on a partition. du -sh shows that /usr is using 5.9 GB: $ du -shL /usr 5.9G /usr However, df shows: Filesystem Size Used Avail Capacity Mounted on /dev/ad4s1f 47G 43G 131M 100% /usr [...] It seems to be eating 3 MB roughly every 4-5 minutes. However, repeated uses of du don't show any increased usage. It only appears in df. defiant:/usr$ du -cksmxL * | sort -rn 6042 total 3015 home 965 obj 777 local 770 jail 376 share 36 lib 32 X11R6 28 bin 19 libexec 15 sbin 15 include 1 tmp 1 ports 1 openssl 1 libdata 1 games 1 compat My first thought is that the du binary is compromised, but I thought that I may be missing something blindingly obvious. Thanks, -- -Jamie L. Penman-Smithson From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 17:50: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 C576A16A46B for ; Fri, 3 Aug 2007 17:50:12 +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 9E10713C45A for ; Fri, 3 Aug 2007 17:50:12 +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 86409EBC78; Fri, 3 Aug 2007 13:50:11 -0400 (EDT) Date: Fri, 3 Aug 2007 13:50:10 -0400 From: Bill Moran To: jpenman.smithson@gmail.com Message-Id: <20070803135010.0c24e359.wmoran@potentialtech.com> In-Reply-To: <42acc2230708031016r726acd1em5d292c949c9d13d7@mail.gmail.com> References: <42acc2230708031016r726acd1em5d292c949c9d13d7@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: freebsd-questions@freebsd.org Subject: Re: Mystery of increasing disk usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 17:50:12 -0000 "Jamie Penman-Smithson" wrote: > > I'm having big problems trying to pin down the cause of spiralling > disk usage on a partition. > > du -sh shows that /usr is using 5.9 GB: > $ du -shL /usr > 5.9G /usr > > However, df shows: > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad4s1f 47G 43G 131M 100% /usr > [...] > > It seems to be eating 3 MB roughly every 4-5 minutes. However, > repeated uses of du don't show any increased usage. It only appears in > df. > > defiant:/usr$ du -cksmxL * | sort -rn > 6042 total > 3015 home > 965 obj > 777 local > 770 jail > 376 share > 36 lib > 32 X11R6 > 28 bin > 19 libexec > 15 sbin > 15 include > 1 tmp > 1 ports > 1 openssl > 1 libdata > 1 games > 1 compat > > My first thought is that the du binary is compromised, but I thought > that I may be missing something blindingly obvious. If I remember correctly, the most common reason for this is files that have been deleted, but have not had all references to them closed (i.e. file descriptors). For example, program creates a temporary file, then deletes it but does not _close_ it. This means the filesystem can't free up the used blocks yet. There's no directory entry, so du doesn't see the usage. One way to tell would be to reboot the system. If it comes up with du and df agreeing, then this problem is occurring somewhere. The trickier step may be to figure out what program is causing it. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 18:17: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 DD82D16A419 for ; Fri, 3 Aug 2007 18:17:01 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-3.eunet.yu (smtpclu-3.eunet.yu [194.247.192.228]) by mx1.freebsd.org (Postfix) with ESMTP id 74F8113C45B for ; Fri, 3 Aug 2007 18:17:01 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-211-35.eunet.yu [213.198.211.35]) by smtpclu-3.eunet.yu (8.13.6/8.13.6) with ESMTP id l73IGsjW025018; Fri, 3 Aug 2007 20:16:55 +0200 Message-Id: <200708031816.l73IGsjW025018@smtpclu-3.eunet.yu> Date: Fri, 3 Aug 2007 20:12:00 +0200 From: Nikola Lecic To: Roberth =?UTF-8?B?U2pvbsO4eQ==?= In-Reply-To: <46B128AE.9050203@gmail.com> References: <46B128AE.9050203@gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: freebsd-questions@freebsd.org Subject: Re: Compiling xorg 7.2 issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 18:17:01 -0000 On Thu, 02 Aug 2007 02:43:26 +0200 Roberth Sjon=C3=B8y wrote: > Hello, I have just installed FreeBSD for the first time, and I prefer > to just install the kernel and the base system under the > installation, now I'm compiling xorg, but I got an issue, >=20 > =3D=3D=3D> Installing for xorg-7.2 > =3D=3D=3D> xorg-7.2 depends on file: /usr/local/lib/dri/r128_dri.so - n= ot > found =3D=3D=3D> Verifying install on /usr/local/lib/dri/r128_dri.so i= n=20 > /usr/ports/graphics/dri > =3D=3D=3D> Building for dri-7.0,2 > Please run 'make realclean' before changing configs > gmake: *** Error code 2 >=20 > Stop in /usr/ports/graphics/dri. > *** Error code 1 >=20 > Stop in /usr/ports/x11/xorg. >=20 >=20 > How do I solve this? please explain properly im very new to *bsd. Hello Roberth, According to this message, you should cd to the dri working directory (/usr/ports/graphics/dri/work/Mesa-7.0) and run 'make realclean' (actually 'gmake realclean'). 'make realclean' is not the command of the ports system. However, this shouldn't happen, of course. You didn't described how you installed ports collection after you have installed the base system. If in doubt, you might consider to start anew: # rm -rf /usr/ports/* # rm -rf /var/db/portsnap # portsnap fetch # portsnap extract Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 18:32: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 8D45416A41A for ; Fri, 3 Aug 2007 18:32:18 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from trans-warp.net (hyperion.trans-warp.net [216.37.208.37]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1ED13C469 for ; Fri, 3 Aug 2007 18:32:17 +0000 (UTC) (envelope-from bsilver@chrononomicon.com) Received: from [127.0.0.1] (unverified [65.193.73.208]) by trans-warp.net (SurgeMail 3.8f2) with ESMTP id 129384633-1860479 for multiple; Fri, 03 Aug 2007 14:31:51 -0400 Message-ID: <46B374AF.2010607@chrononomicon.com> Date: Fri, 03 Aug 2007 14:32:15 -0400 From: Bart Silverstrim User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Oscar Chavarria , User Questions References: <716841580708030818g5644b89ie570cf73803f1ab9@mail.gmail.com> <46B35107.7050400@chrononomicon.com> <716841580708031108lfb533d7o8b1bcb2e15b1ca76@mail.gmail.com> In-Reply-To: <716841580708031108lfb533d7o8b1bcb2e15b1ca76@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: bsilver@chrononomicon.com Cc: Subject: Re: USB keyboard not recognized at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 18:32:18 -0000 Oscar Chavarria wrote: > On 8/3/07, Bart Silverstrim wrote: >> Oscar Chavarria wrote: >>> I have a GENERIC kernel. The /usr/src/sys/i386/conf/GENERIC file >> contains >>> the following under the USB Support section (among other devices): >>> >>> device usb #USB Bus (required) >>> device uhid #"Human Interface Devices" >>> device ukbd #Keyboard >>> >>> Nevertheless, the keyboard is useless, not recognized until FreeBSD >> takes >>> control, for example to choose the type of bootup: safe, single user, >>> reboot, etc. >>> >>> Any help is appreciated. Thanks in advance. >> How old is the computer? Does the BIOS support USB devices...? You may >> need a BIOS update, or the system you have just doesn't support USB at >> bootup... >> > > > It's quite new, less than a year (Pentium IV, VIA motherboard) and it does > support USB. As a matter of fact, the keybr does work after bootup. I also > mounted a USB HDD on /usr/home with no problem. Ah. Some motherboards support USB but need to have the OS support them, hence the reason that things would work after bootup and initialization is complete. Other systems have built-in handler code in the BIOS so that you can use USB-based toys for things like booting from USB thumbdrives or USB keyboards to configure BIOS settings. If your system is the former, it would explain why you see things working after the OS takes over (much like some hard disks not being seen correctly until Linux bypasses BIOS code) and you may need an update to the BIOS. If the latter, then I don't know why your system isn't seeing USB toys until after the OS drivers take over. -Bart From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 18:49: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 2B75016A419 for ; Fri, 3 Aug 2007 18:49:23 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from balder-227.proper.com (Balder-227.Proper.COM [192.245.12.227]) by mx1.freebsd.org (Postfix) with ESMTP id F09C913C465 for ; Fri, 3 Aug 2007 18:49:22 +0000 (UTC) (envelope-from phoffman@proper.com) Received: from [10.20.30.106] (dsl-63-249-108-169.cruzio.com [63.249.108.169]) (authenticated bits=0) by balder-227.proper.com (8.13.5/8.13.5) with ESMTP id l73InKNU046887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Aug 2007 11:49:22 -0700 (MST) (envelope-from phoffman@proper.com) Mime-Version: 1.0 Message-Id: Date: Fri, 3 Aug 2007 11:49:11 -0700 To: freebsd-questions@FreeBSD.ORG From: Paul Hoffman Content-Type: text/plain; charset="us-ascii" ; format="flowed" Cc: Subject: Creating an ext2 file system 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: Fri, 03 Aug 2007 18:49:23 -0000 Hi again. Is there a FreeBSD equivalent of Linux's 'mke2fs'? I want to create a disk image that is in ext2 format. On Linux, I would do: dd if=/dev/zero of=some.img bs=1M count=1 seek=1024 /sbin/mke2fs -F -j some.img Can I do something similar on FreeBSD? --Paul Hoffman From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 18:57: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 6148F16A41B for ; Fri, 3 Aug 2007 18:57:53 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from smtp.studnetz.uni-leipzig.de (smtp.studnetz.uni-leipzig.de [139.18.143.252]) by mx1.freebsd.org (Postfix) with ESMTP id F31F213C459 for ; Fri, 3 Aug 2007 18:57:52 +0000 (UTC) (envelope-from idiotbg@gmail.com) Received: from localhost (localhost [127.0.0.1]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id B262B251; Fri, 3 Aug 2007 20:57:51 +0200 (CEST) X-Virus-Scanned: by amavisd-new at studnetz-ul Received: from smtp.studnetz.uni-leipzig.de ([127.0.0.1]) by localhost (smtp.studnetz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P6teLxyknPXg; Fri, 3 Aug 2007 20:57:51 +0200 (CEST) Received: from a144026.studnetz.uni-leipzig.de (a144026.studnetz.uni-leipzig.de [139.18.144.26]) by smtp.studnetz.uni-leipzig.de (Postfix) with ESMTP id 85043250; Fri, 3 Aug 2007 20:57:51 +0200 (CEST) From: Momchil Ivanov To: freebsd-questions@freebsd.org Date: Fri, 3 Aug 2007 20:57:48 +0200 User-Agent: KMail/1.9.7 References: <658266.20352.qm@web62405.mail.re1.yahoo.com> In-Reply-To: <658266.20352.qm@web62405.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1615013.NZhMQv91t5"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200708032057.54915.idiotbg@gmail.com> Cc: Tim Judd Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 18:57:53 -0000 --nextPart1615013.NZhMQv91t5 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =D0=9D=D0=B0 Friday 03 August 2007 00:02:51 Tim Judd =D0=BD=D0=B0=D0=BF=D0= =B8=D1=81=D0=B0: > Forgot to CC the questions ML. > > --- Tim Judd wrote: > > From Tim Judd Thu Aug 2 15:01:18 2007 > > Received: from [68.35.175.118] by web62407.mail.re1.yahoo.com via > > HTTP; Thu, 02 Aug 2007 15:01:18 PDT > > Date: Thu, 2 Aug 2007 15:01:18 -0700 (PDT) > > From: Tim Judd > > Subject: Re: attaching a terminal to 'join' another? > > To: stapleton.41@gmail.com > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=3Diso-8859-1 > > Content-Transfer-Encoding: 8bit > > Content-Length: 2291 > > > > I'm on the digest list, so I copy/paste the message to quote: > > > > ---------------------QUOTE: > > Message: 16 > > Date: Thu, 2 Aug 2007 11:19:21 -0400 > > From: "Jim Stapleton" > > Subject: attaching a terminal to 'join' another? > > To: freebsd-questions@freebsd.org > > Message-ID: > > <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> > > Content-Type: text/plain; charset=3DISO-8859-1 > > > > Sorry if my question is a bit confusing - I'm not even sure the > > proper > > terminology, so I don't know what the best way to start looking is. > > > > I'm rebuilding a system at home, and I'd like to check how the build > > is going at a slow time at work sometimes. I can connect to the > > system > > from work (ssh into my main box, and then from there, ssh to the > > system I'm working on). I have a terminal opened on that system > > (actually, another ssh session fron the main box), and I'd like to > > have my new connection attach to that terminal session, if possible, > > so that I can just pick up where I left off, and monitor it from > > here. > > Is this possible? > > > > Sessions > > main desktop terminal A [ssh]--> workstation terminal A (where builds > > are currently being processed) > > > > work desktop terminal [ssh]--> main destop terminal B [ssh]--> > > workstation terminal B > > > > > > I would like to have workstation terminal B intercept workstation > > terminal A, or main desktop terminal B intercept main desktop > > terminal > > A. Can it be done? Where do I start looking, what are the words and > > phrases of interest? I tried looking at both the bash and xterm > > commands/man page, but they are rather long, and I'd miss what I was > > looking for without having a clue in advance. > > > > I'm guessing something like /dev/?tty?? might work, but how do I > > figure out which tty to use? > > > > Thank you, > > -Jim Stapleton > > --------------/QUOTE > > > > Can't the OP, Jim, use watch(8) with the -W option to interact w/ the > > terminal? > > > > Nothing wrong with screen, but a built-in utility exists. It`s possible, but he`d better use screen for updating/upgrading, since his= =20 ssh session that initiated the process may die and then the process dies.=20 With screen the process will continue if his ssh session dies and he would = be=20 able to later reattach to the terminal in question. =2D-=20 PGP KeyID: 0x3118168B Keyserver: pgp.mit.edu Key fingerprint BB50 2983 0714 36DC D02E =C2=A0158A E03D 56DA 3118 168B =20 --nextPart1615013.NZhMQv91t5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGs3qt4D1W2jEYFosRAse1AKClXPMVZy16qT8MJuFaaqvdMSABgQCgsu7N cd92XaQWrHYyTdoDZ4+QRcI= =E3wT -----END PGP SIGNATURE----- --nextPart1615013.NZhMQv91t5-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 19:02:16 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 8E6E316A41A for ; Fri, 3 Aug 2007 19:02:16 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6C813C46C for ; Fri, 3 Aug 2007 19:02:15 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pgh.nepinc.com [66.207.129.50]) (authenticated bits=0) by tiltup.nepinc.com (8.13.8/8.13.4) with ESMTP id l73J2EYA072428; Fri, 3 Aug 2007 15:02:15 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <46B37BA4.6080205@voidmain.net> Date: Fri, 03 Aug 2007 15:01:56 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.5 (X11/20070801) MIME-Version: 1.0 To: Paul Hoffman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Creating an ext2 file system 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: Fri, 03 Aug 2007 19:02:16 -0000 Paul Hoffman wrote: > Hi again. Is there a FreeBSD equivalent of Linux's 'mke2fs'? I want to > create a disk image that is in ext2 format. On Linux, I would do: > dd if=/dev/zero of=some.img bs=1M count=1 seek=1024 > /sbin/mke2fs -F -j some.img > Can I do something similar on FreeBSD? > > --Paul Hoffman > _______________________________________________ > 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" mke2fs is is the port: /usr/ports/sysutils/e2fsprogs cd /usr/ports/sysutils/e2fsprogs make install clean /usr/local/sbin/mke2fs -Tom From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 19:41: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 7047116A417 for ; Fri, 3 Aug 2007 19:41:46 +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 377DC13C442 for ; Fri, 3 Aug 2007 19:41: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 4D6A23988E for ; Fri, 3 Aug 2007 21:41:44 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 08BDD39885; Fri, 3 Aug 2007 21:41:43 +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 8AE4A39877 for ; Fri, 3 Aug 2007 21:41:38 +0200 (CEST) Message-ID: <46B384F0.2070609@boosten.org> Date: Fri, 03 Aug 2007 21:41:36 +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@freebsd.org References: <42acc2230708031016r726acd1em5d292c949c9d13d7@mail.gmail.com> <20070803135010.0c24e359.wmoran@potentialtech.com> In-Reply-To: <20070803135010.0c24e359.wmoran@potentialtech.com> X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.boosten.org/content/view/49/47/ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000763-3, 08/02/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Mystery of increasing disk usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 19:41:46 -0000 Bill Moran wrote: > > If I remember correctly, the most common reason for this is files that > have been deleted, but have not had all references to them closed (i.e. > file descriptors). > You remember correctly: I've seen this happening with Apache logfiles that had been deleted but Apache didn't know about that... Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 19:42:38 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 F1A7116A468 for ; Fri, 3 Aug 2007 19:42:38 +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 BA46313C478 for ; Fri, 3 Aug 2007 19:42:38 +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 DA42C3988E for ; Fri, 3 Aug 2007 21:42:37 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id B2FF3398B6; Fri, 3 Aug 2007 21:42:37 +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 6C7FC39877 for ; Fri, 3 Aug 2007 21:42:33 +0200 (CEST) Message-ID: <46B38528.10100@boosten.org> Date: Fri, 03 Aug 2007 21:42:32 +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@freebsd.org References: <42acc2230708031016r726acd1em5d292c949c9d13d7@mail.gmail.com> <20070803135010.0c24e359.wmoran@potentialtech.com> <46B384F0.2070609@boosten.org> In-Reply-To: <46B384F0.2070609@boosten.org> X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.boosten.org/content/view/49/47/ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000763-3, 08/02/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Mystery of increasing disk usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 19:42:39 -0000 Peter Boosten wrote: > Bill Moran wrote: >> If I remember correctly, the most common reason for this is files that >> have been deleted, but have not had all references to them closed (i.e. >> file descriptors). >> > You remember correctly: I've seen this happening with Apache logfiles > that had been deleted but Apache didn't know about that... > A solution might be searching with fstat or lsof... Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 20:03: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 4115816A419 for ; Fri, 3 Aug 2007 20:03:15 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0C9D013C46A for ; Fri, 3 Aug 2007 20:03:14 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so1713307pye for ; Fri, 03 Aug 2007 13:03:13 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=Gfd7ISoIjP4K37EFIP8YqZD02w/088FLJIunp0c79ANr8AOeBvfm+jBxQbuoYxeeAt8cd8uapsUZuA/pfR6xeoS0S4SdLdRw45EvFO4tBENKU3jC5P98btlNWefsaJSIX9Ye/W8+J0mhtPjbB6oFVwevtDswSuvbdPKQMkIMn/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=kslbllGZNrQeOKBB2Q+rq06532GxXHb6/wJ86vtMnRS0XiLuwdldCQup7c0Tqk2MaMPpCORmEXIxXOhSaavNr/IleR5YZBRmmgPq4V8QV8hjFi7DCXHejEZE3/8tYeRJerJNYX4aEjteLOEa5gM3LSaJHwy+SBEIrq1cN+aR6tA= Received: by 10.35.110.13 with SMTP id n13mr5322991pym.1186171393724; Fri, 03 Aug 2007 13:03:13 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id a70sm5716586pye.2007.08.03.13.03.12 (version=SSLv3 cipher=OTHER); Fri, 03 Aug 2007 13:03:12 -0700 (PDT) In-Reply-To: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> References: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4FE0134F-C4FD-4102-AC30-C66E784DC5FA@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Fri, 3 Aug 2007 15:03:08 -0500 To: Hartleigh Burton X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD vs mysql50-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 20:03:15 -0000 It should be in /var/db/mysql/my.cnf. HTH Eric Crist On Aug 1, 2007, at 11:04 PMAug 1, 2007, Hartleigh Burton wrote: > Hi Guys, > > I have installed MySQL 5.0.45 server on a new FreeBSD 6.2 boxen, > and having some problems restoring a 10GB database backup to the > new server. The error I receive is max_allowed_packet too large. > When I change the value for max_allowed_packet and set it to 100M, > or 500M, or 1G, or 1000M, or 8589934592 (bits), it does not appear > to be changing the value in MySQL. > > I only have one configuration file located in /etc/mysql/my.cnf > which is where I am setting the max_allowed_packet value. > > After altering this value, I restart MySQL (or even the entire > server) and then log into mysql and do a "show variables;" command. > The max_allowed_packet variable is ALWAYS set to 1048576 (1M), and > has not changed no matter what I try. > > Is the my.cnf file in the right location (/etc/mysql/)??? How can I > check where MySQL is reading the configuration from if there is a > possibility it is not coming from this location??? > > Not sure if this additional information is of any use, in the > rc.conf file I have changed the database directory by using > mysql_dbdir="/db/mysql". > > Any help is greatly appreciated. > > > > > Regards, > Hartleigh Burton > Resident Geek > > MRA Entertainment Pty Ltd > 5 Dividend St | Mansfield | QLD 4122 | Australia > Phone: (07) 3457 5041 > Fax: (07) 3349 8806 > Mobile: 0421 646 978 > > www.mraentertainment.com > > > > Internal Virus Database was built: Never > Checked by MAC OSX... we don't get viruses! > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 20:04: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 00C0716A419 for ; Fri, 3 Aug 2007 20:04:30 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 921D813C442 for ; Fri, 3 Aug 2007 20:04:25 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l73K4I4e019344; Fri, 3 Aug 2007 22:04:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l73K4IZG019341; Fri, 3 Aug 2007 22:04:18 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 3 Aug 2007 22:04:18 +0200 (CEST) From: Wojciech Puchar To: Kris Kennaway In-Reply-To: <20070803164621.GA65921@rot26.obsecurity.org> Message-ID: <20070803220027.C19191@wojtek.tensor.gdynia.pl> References: <20070803172639.F17414@wojtek.tensor.gdynia.pl> <20070803164621.GA65921@rot26.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: parformance patch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 20:04:30 -0000 >> -#define MAXPHYS (128 * 1024) /* max raw I/O transfer >> size */ >> +#define MAXPHYS (512 * 1024) /* max raw I/O transfer >> size */ >> both works for me and gives noticable speedup, when operating on big files >> and when starting big apps or swapping. > > There are assumptions about the value of MAXPHYS all through the > kernel. I doubt this patch works properly - it is something that > should be fixed more completely though. funny but THIS patch (MAXPHYS, not other) is working for me on 4 heavily loaded servers for over a year with FreeBSD 6.2 while vm patch is running on my notebook for 2 days only, ok for now but still testing. > >> other question (swap_pager.c): >> >> /* >> * SWB_NPAGES must be a power of 2. It may be set to 1, 2, 4, 8, or 16 >> * pages per allocation. We recommend you stick with the default of 8. >> * The 16-page limit is due to the radix code (kern/subr_blist.c). >> */ >> >> #ifndef MAX_PAGEOUT_CLUSTER >> #define MAX_PAGEOUT_CLUSTER 16 >> #endif >> >> >> >> can this be changed/fixed? 64-128 would be nicer... > > Why? i.e. what are the implications of this, good and bad? > 16*4=64kbytes for modern disk drives 64 kbytes is transferred below 1 milisecond, while seek takes 8-10ms by average. doing so small I/O is inefficient. something like 512kB (128 pages) looks better. patched vm_fault make pageins faster, but not pageout. disks often does write caching clustering pageouts anyway, but probably not that efficient. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 20:27: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 1770316A417 for ; Fri, 3 Aug 2007 20:27:59 +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 1383C13C474 for ; Fri, 3 Aug 2007 20:27:59 +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 9D0761A4D7E; Fri, 3 Aug 2007 13:27:22 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 339F2BB43; Fri, 3 Aug 2007 16:27:58 -0400 (EDT) Date: Fri, 3 Aug 2007 16:27:58 -0400 From: Kris Kennaway To: Wojciech Puchar Message-ID: <20070803202757.GA68434@rot26.obsecurity.org> References: <20070803172639.F17414@wojtek.tensor.gdynia.pl> <20070803164621.GA65921@rot26.obsecurity.org> <20070803220027.C19191@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070803220027.C19191@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: parformance patch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 20:27:59 -0000 On Fri, Aug 03, 2007 at 10:04:18PM +0200, Wojciech Puchar wrote: > >>-#define MAXPHYS (128 * 1024) /* max raw I/O transfer > >>size */ > >>+#define MAXPHYS (512 * 1024) /* max raw I/O transfer > >>size */ > >>both works for me and gives noticable speedup, when operating on big files > >>and when starting big apps or swapping. > > > >There are assumptions about the value of MAXPHYS all through the > >kernel. I doubt this patch works properly - it is something that > >should be fixed more completely though. > > > funny but THIS patch (MAXPHYS, not other) is working for me on 4 heavily > loaded servers for over a year with FreeBSD 6.2 Lucky you ;) Doesn't mean that parts of the kernel you're not using can handle it. > >>/* > >> * SWB_NPAGES must be a power of 2. It may be set to 1, 2, 4, 8, or 16 > >> * pages per allocation. We recommend you stick with the default of 8. > >> * The 16-page limit is due to the radix code (kern/subr_blist.c). > >> */ > >> > >>#ifndef MAX_PAGEOUT_CLUSTER > >>#define MAX_PAGEOUT_CLUSTER 16 > >>#endif > >> > >> > >> > >>can this be changed/fixed? 64-128 would be nicer... > > > >Why? i.e. what are the implications of this, good and bad? > > > > 16*4=64kbytes > > for modern disk drives 64 kbytes is transferred below 1 milisecond, while > seek takes 8-10ms by average. > > doing so small I/O is inefficient. something like 512kB (128 pages) looks > better. > > > patched vm_fault make pageins faster, but not pageout. disks often does > write caching clustering pageouts anyway, but probably not that efficient. This is pageout, not pagein. Probably the negative effect is that the when paging out the system does I/O in larger chunks, improving swap throughput but increasing delays for other applications. Kris From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 21:21: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 8854316A417 for ; Fri, 3 Aug 2007 21:21:09 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 711F613C461 for ; Fri, 3 Aug 2007 21:21:09 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so645377rvb for ; Fri, 03 Aug 2007 14:21:09 -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=H2J8iyjpacs5a28Bn7sFLz3vHkNSMhJu2sNrlA6fpM53xFtxvXRCD4l3JjxHR5trUp8mDAvEl7OBCY54vbfXwPZ6na5T6oWQiE7uDEfCX2TXFwhNq8caEI+3/oLYZ6+g8xiIrUU3yOXB5GX2QxUwRZ1EbbnbVakE8Noe4m146Ns= 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=JmErDiIPw2qvNKcftOHXmJ/u23nWSunQ0rdpd3IDrdYmak6zB3f0mMDJE9wF6eJJqhIZk6VhyMoIYWvRla628GXKajXm9jpg+4WpxTZAFiHF7BN19JlcTSS/wRRiBC1OCVAfQBW9ltgYDeF/MZGUUN4MxT8euUolmcq9vQ52BOs= Received: by 10.142.12.14 with SMTP id 14mr149961wfl.1186176068945; Fri, 03 Aug 2007 14:21:08 -0700 (PDT) Received: by 10.143.158.12 with HTTP; Fri, 3 Aug 2007 14:21:08 -0700 (PDT) Message-ID: Date: Fri, 3 Aug 2007 14:21:08 -0700 From: "Kurt Buff" To: "Hartleigh Burton" In-Reply-To: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <08A6FFEE-5B87-47F5-B9A5-7B063E46D07C@mraentertainment.com> Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD vs mysql50-server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 21:21:09 -0000 On 8/1/07, Hartleigh Burton wrote: > Hi Guys, > Is the my.cnf file in the right location (/etc/mysql/)??? How can I > check where MySQL is reading the configuration from if there is a > possibility it is not coming from this location??? > > Not sure if this additional information is of any use, in the rc.conf > file I have changed the database directory by using mysql_dbdir="/db/ > mysql". > > Any help is greatly appreciated. /usr/local/etc/my.cnf Works for me. Kurt From owner-freebsd-questions@FreeBSD.ORG Fri Aug 3 23:04:19 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 3021516A418 for ; Fri, 3 Aug 2007 23:04:19 +0000 (UTC) (envelope-from tjudd2k@yahoo.com) Received: from web62408.mail.re1.yahoo.com (web62408.mail.re1.yahoo.com [69.147.75.85]) by mx1.freebsd.org (Postfix) with SMTP id 0844D13C442 for ; Fri, 3 Aug 2007 23:04:18 +0000 (UTC) (envelope-from tjudd2k@yahoo.com) Received: (qmail 69749 invoked by uid 60001); 3 Aug 2007 23:04:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=DMESJGvBi+PEpuewOtm49BYxgzNn0D7Xgtv5tcHDzlGMnwfiu0XM1hDt7tMzj/bKGh/lcmEC0cZoY/aiatWPhStej1M9KBBNRIj3yG5qqg65ZYOm16jkWrPr8HiJ53/owTRwn875wFrRf92LA2lSvDUbC2KepUrd900cuoNfpWs=; X-YMail-OSG: KWLbI6gVM1nHC6ydPhU4z21yltYfNnxO5p.qIr.3ab0XQEw8IU0AwTYintMJ5eBeWwTTF9NbOk8N9XuEnTFeWuY7dgcrA5Wzj0Nbmmed9UUNag..Kp8- Received: from [68.35.175.118] by web62408.mail.re1.yahoo.com via HTTP; Fri, 03 Aug 2007 16:04:18 PDT Date: Fri, 3 Aug 2007 16:04:18 -0700 (PDT) From: Tim Judd To: Momchil Ivanov , freebsd-questions@freebsd.org In-Reply-To: <200708032057.54915.idiotbg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <140610.69182.qm@web62408.mail.re1.yahoo.com> Cc: Tim Judd Subject: Re: attaching a terminal to 'join' another? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 23:04:19 -0000 --- Momchil Ivanov wrote: > Ðа Friday 03 August 2007 00:02:51 Tim Judd напиÑа: > > Forgot to CC the questions ML. > > > > --- Tim Judd wrote: > > > From Tim Judd Thu Aug 2 15:01:18 2007 > > > Received: from [68.35.175.118] by web62407.mail.re1.yahoo.com via > > > HTTP; Thu, 02 Aug 2007 15:01:18 PDT > > > Date: Thu, 2 Aug 2007 15:01:18 -0700 (PDT) > > > From: Tim Judd > > > Subject: Re: attaching a terminal to 'join' another? > > > To: stapleton.41@gmail.com > > > MIME-Version: 1.0 > > > Content-Type: text/plain; charset=iso-8859-1 > > > Content-Transfer-Encoding: 8bit > > > Content-Length: 2291 > > > > > > I'm on the digest list, so I copy/paste the message to quote: > > > > > > ---------------------QUOTE: > > > Message: 16 > > > Date: Thu, 2 Aug 2007 11:19:21 -0400 > > > From: "Jim Stapleton" > > > Subject: attaching a terminal to 'join' another? > > > To: freebsd-questions@freebsd.org > > > Message-ID: > > > <80f4f2b20708020819l69e054a1ia070efba2b04d2ad@mail.gmail.com> > > > Content-Type: text/plain; charset=ISO-8859-1 > > > > > > Sorry if my question is a bit confusing - I'm not even sure the > > > proper > > > terminology, so I don't know what the best way to start looking > is. > > > > > > I'm rebuilding a system at home, and I'd like to check how the > build > > > is going at a slow time at work sometimes. I can connect to the > > > system > > > from work (ssh into my main box, and then from there, ssh to the > > > system I'm working on). I have a terminal opened on that system > > > (actually, another ssh session fron the main box), and I'd like > to > > > have my new connection attach to that terminal session, if > possible, > > > so that I can just pick up where I left off, and monitor it from > > > here. > > > Is this possible? > > > > > > Sessions > > > main desktop terminal A [ssh]--> workstation terminal A (where > builds > > > are currently being processed) > > > > > > work desktop terminal [ssh]--> main destop terminal B [ssh]--> > > > workstation terminal B > > > > > > > > > I would like to have workstation terminal B intercept workstation > > > terminal A, or main desktop terminal B intercept main desktop > > > terminal > > > A. Can it be done? Where do I start looking, what are the words > and > > > phrases of interest? I tried looking at both the bash and xterm > > > commands/man page, but they are rather long, and I'd miss what I > was > > > looking for without having a clue in advance. > > > > > > I'm guessing something like /dev/?tty?? might work, but how do I > > > figure out which tty to use? > > > > > > Thank you, > > > -Jim Stapleton > > > --------------/QUOTE > > > > > > Can't the OP, Jim, use watch(8) with the -W option to interact w/ > the > > > terminal? > > > > > > Nothing wrong with screen, but a built-in utility exists. > > It`s possible, but he`d better use screen for updating/upgrading, > since his > ssh session that initiated the process may die and then the process > dies. > With screen the process will continue if his ssh session dies and he > would be > able to later reattach to the terminal in question. Yes, very true. I think that's a good point and shouldn't be overlooked. If opportunity doesn't knock, build a door. "I can" is a way of life. More and Bigger is not always Better. The road to success is always uphill. ____________________________________________________________________________________ Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 01:05: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 522D416A41B for ; Sat, 4 Aug 2007 01:05:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id DC37913C45A for ; Sat, 4 Aug 2007 01:05:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup71.ach.sch.gr [81.186.70.71]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l7415CEb015885 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Aug 2007 04:05:26 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l74151NE002965; Sat, 4 Aug 2007 04:05:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l7414jiN002960; Sat, 4 Aug 2007 04:04:45 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 4 Aug 2007 04:04:45 +0300 From: Giorgos Keramidas To: Mark Busby Message-ID: <20070804010445.GA2895@kobe.laptop> References: <749399.4771.qm@web81208.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <749399.4771.qm@web81208.mail.mud.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.825, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.57, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: no buffer space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 01:05:40 -0000 On 2007-08-03 08:31, Mark Busby wrote: > I have a firewall for my pppoe dsl connection that is giving me > fits. After a few hours of surfing it runs out of buffer space. I have > run memtest on the memory, checked fine. Changed out memory, still > locking up. > > top while out of buffer on ping > last pid: 3697; load averages: 0.00, 0.03, 0.03 up 0+17:04:53 07:09:21 > 47 processes: 1 running, 46 sleeping > CPU states: 0.4% user, 0.0% nice, 0.4% system, 0.0% interrupt, 99.2% idle > Mem: 49M Active, 138M Inact, 49M Wired, 16K Cache, 47M Buf, 132M Free > Swap: 231M Total, 231M Free > > redtick# ping 75.41.xxx.xx > PING 75.41.xxx.xx (75.41.xxx.xx): 56 data bytes > ping: sendto: No buffer space available > ping: sendto: No buffer space available > ping: sendto: No buffer space available > ping: sendto: No buffer space available > > [snip vmstat -i output] > > [snip pciconf output] > > [snip dmesg output] You forgot to show us your firewall ruleset. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 04:55: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 AE72116A417 for ; Sat, 4 Aug 2007 04:55:41 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 8DC4913C47E for ; Sat, 4 Aug 2007 04:55:41 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id l744td83046603; Fri, 3 Aug 2007 21:55:40 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Nikos Vassiliadis" , Date: Fri, 3 Aug 2007 21:56:26 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200708021646.49965.nvass@teledomenet.gr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Fri, 03 Aug 2007 21:55:40 -0700 (PDT) Cc: Subject: RE: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 04:55:41 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Nikos > Vassiliadis > > > I'm not sure > > I prefer the alternative, something like Ubuntu or PCLinux, where you > > just shut your eyes, lie back and think of South Africa, not knowing > > quite what's getting installed on your PC. > > That's not a very nice comment to do. Please, keep your feelings > about continents/countries/Linux distributions out of here. > I really detest the politically correct, particularly the uneducated politically correct. "lie back and think of England" - >From _Dictionary of Catchphrases_ (1995) by Nigel Rees: "close your eyes and think of England": traditional advice given to women when confronted with the inevitability of sexual intercourse, or jocular encouragement to either sex about doing anything unpalatable. South Africa is a tourism spot and boasts a number of popular game preserves, it is -the- most advanced and developed country in Africa. As a German it is understandable that he would have vacationed there, he made a rather clever twist on the standard phrase. Ted From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 07:12: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 4985416A41B for ; Sat, 4 Aug 2007 07:12:54 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id CD5D513C480 for ; Sat, 4 Aug 2007 07:12:53 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-go.FPT.NET ([210.245.0.153]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Sat, 4 Aug 2007 14:12:50 +0700 Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-go.FPT.NET with Microsoft SMTPSVC(5.0.2195.6713); Sat, 4 Aug 2007 14:12:50 +0700 Received: from [58.187.38.164] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46B426F0.2040201@fpt.vn> Date: Sat, 04 Aug 2007 14:12:48 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: freebsd-questions@freebsd.org CC: freebsd-questions@freebsd.org X-OriginalArrivalTime: 04 Aug 2007 07:12:50.0931 (UTC) FILETIME=[DE61D430:01C7D666] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: can not start phpmyadmin after upgrade to 2.10.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 07:12:54 -0000 Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to 2.10.3 when I browse to phpmyadmin page, it said: phpMyAdmin - Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. What's is this error? How can I solve it? Tnx in advanced From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 07:22: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 2C19316A419 for ; Sat, 4 Aug 2007 07:22:45 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id A038A13C47E for ; Sat, 4 Aug 2007 07:22:44 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l747MMBd006957; Sat, 4 Aug 2007 08:22:23 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk from=m.seaman@infracaninophile.co.uk; sender-id=permerror; spf=permerror X-SenderID: Sendmail Sender-ID Filter v0.2.14 smtp.infracaninophile.co.uk l747MMBd006957 Message-ID: <46B4292E.5010903@infracaninophile.co.uk> Date: Sat, 04 Aug 2007 08:22:22 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: vuthecuong References: <46B426F0.2040201@fpt.vn> In-Reply-To: <46B426F0.2040201@fpt.vn> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Sat, 04 Aug 2007 08:22:34 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/3854/Sat Aug 4 05:49:48 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00, DKIM_POLICY_SIGNSOME,DKIM_POLICY_TESTING,DK_POLICY_SIGNSOME,NO_RELAYS autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: can not start phpmyadmin after upgrade to 2.10.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 07:22:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 vuthecuong wrote: > Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to > 2.10.3 > when I browse to phpmyadmin page, it said: > > > phpMyAdmin - Error > > Cannot start session without errors, please check errors given in your > PHP and/or webserver log file and configure your PHP installation properly. Without rather more detail than that, I'm afraid it is impossible to say exactly what the problem is. We'd need to see what is recorded in the error log. Those error messages will be logged to the apache error log -- /var/log/httpd-error.log is the default location. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGtCku8Mjk52CukIwRCIxIAJ9fqpsOj/YaIj4mkCRON3MgvD8sjACfYRqT ME3zv6bAgJC8RwVpAAbTBcM= =lktE -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 07:40: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 B347416A420 for ; Sat, 4 Aug 2007 07:40:25 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id F243313C48E for ; Sat, 4 Aug 2007 07:40:24 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l747eFQa024962; Sat, 4 Aug 2007 09:40:15 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l747eEmm024959; Sat, 4 Aug 2007 09:40:15 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 4 Aug 2007 09:40:14 +0200 (CEST) From: Wojciech Puchar To: Kris Kennaway In-Reply-To: <20070803202757.GA68434@rot26.obsecurity.org> Message-ID: <20070804093853.F24954@wojtek.tensor.gdynia.pl> References: <20070803172639.F17414@wojtek.tensor.gdynia.pl> <20070803164621.GA65921@rot26.obsecurity.org> <20070803220027.C19191@wojtek.tensor.gdynia.pl> <20070803202757.GA68434@rot26.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: parformance patch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 07:40:25 -0000 >> loaded servers for over a year with FreeBSD 6.2 > > Lucky you ;) Doesn't mean that parts of the kernel you're not using > can handle it. well - it exactly mean that it can :) >> better. >> >> >> patched vm_fault make pageins faster, but not pageout. disks often does >> write caching clustering pageouts anyway, but probably not that efficient. > > This is pageout, not pagein. Probably the negative effect is that the > when paging out the system does I/O in larger chunks, improving swap > throughput but increasing delays for other applications. actually i tested changing it to 64 it was positive improvement, but after shutting down kernel crashed. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 07:56: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 7485016A417 for ; Sat, 4 Aug 2007 07:56:47 +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 7DE5913C478 for ; Sat, 4 Aug 2007 07:56:47 +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 EE9F01A4D82; Sat, 4 Aug 2007 00:56:08 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id A8FD1C0F6; Sat, 4 Aug 2007 03:56:46 -0400 (EDT) Date: Sat, 4 Aug 2007 03:56:46 -0400 From: Kris Kennaway To: Wojciech Puchar Message-ID: <20070804075646.GA3872@rot26.obsecurity.org> References: <20070803172639.F17414@wojtek.tensor.gdynia.pl> <20070803164621.GA65921@rot26.obsecurity.org> <20070803220027.C19191@wojtek.tensor.gdynia.pl> <20070803202757.GA68434@rot26.obsecurity.org> <20070804093853.F24954@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070804093853.F24954@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: parformance patch? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 07:56:47 -0000 On Sat, Aug 04, 2007 at 09:40:14AM +0200, Wojciech Puchar wrote: > >>loaded servers for over a year with FreeBSD 6.2 > > > >Lucky you ;) Doesn't mean that parts of the kernel you're not using > >can handle it. > > well - it exactly mean that it can :) I know for a fact that MAXPHYS cannot safely just be increased without other work, so if you are interested in working on this you should study more carefully how it is used directly and indirectly by other parts of the kernel. > >This is pageout, not pagein. Probably the negative effect is that the > >when paging out the system does I/O in larger chunks, improving swap > >throughput but increasing delays for other applications. > > actually i tested changing it to 64 it was positive improvement, but after > shutting down kernel crashed. Did you measure interactivity and other aspects of performance during pageout? Kris From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 08:12: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 20C0516A41A for ; Sat, 4 Aug 2007 08:12:10 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id E7CE413C469 for ; Sat, 4 Aug 2007 08:12:09 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 32058 invoked from network); 4 Aug 2007 03:12:09 -0500 Received: from 203-206-233-219.dyn.iinet.net.au (HELO localhost) (203.206.233.219) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Aug 2007 03:12:07 -0500 Date: Sat, 4 Aug 2007 18:11:52 +1000 From: Norberto Meijome To: Mark Busby Message-ID: <20070804181152.4e7f85dd@localhost> In-Reply-To: <749399.4771.qm@web81208.mail.mud.yahoo.com> References: <749399.4771.qm@web81208.mail.mud.yahoo.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: help help Subject: Re: no buffer space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 08:12:10 -0000 On Fri, 3 Aug 2007 08:31:15 -0700 (PDT) Mark Busby wrote: > I have a firewall for my pppoe dsl connection that is giving me fits. After a few hours of surfing it runs out of buffer space. I have run memtest on the memory, checked fine. Changed out memory, still locking up. > > top while out of buffer on ping > last pid: 3697; load averages: 0.00, 0.03, 0.03 up 0+17:04:53 07:09:21 > 47 processes: 1 running, 46 sleeping > CPU states: 0.4% user, 0.0% nice, 0.4% system, 0.0% interrupt, 99.2% idle > Mem: 49M Active, 138M Inact, 49M Wired, 16K Cache, 47M Buf, 132M Free > Swap: 231M Total, 231M Free > > redtick# ping 75.41.xxx.xx > PING 75.41.xxx.xx (75.41.xxx.xx): 56 data bytes > ping: sendto: No buffer space available > ping: sendto: No buffer space available > ping: sendto: No buffer space available > ping: sendto: No buffer space available what does netstat -m show ? _________________________ {Beto|Norberto|Numard} Meijome "Produce great people, the rest will follow." Elbert Hubbard I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 09:24:13 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 5380516A41F for ; Sat, 4 Aug 2007 09:24:13 +0000 (UTC) (envelope-from svein.h@lvor.halvorsen.cc) Received: from signal.itea.ntnu.no (signal.itea.ntnu.no [129.241.190.231]) by mx1.freebsd.org (Postfix) with ESMTP id 2695A13C46C for ; Sat, 4 Aug 2007 09:24:13 +0000 (UTC) (envelope-from svein.h@lvor.halvorsen.cc) Received: from localhost (localhost [127.0.0.1]) by signal.itea.ntnu.no (Postfix) with ESMTP id BE3E336E4A for ; Sat, 4 Aug 2007 10:50:41 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by signal.itea.ntnu.no (Postfix) with SMTP for ; Sat, 4 Aug 2007 10:50:41 +0200 (CEST) Received: (qmail 39736 invoked by uid 88); 4 Aug 2007 10:50:40 +0200 Received: from maren.math.ntnu.no (HELO weld.ej2.thelosingend.net) (129.241.211.48) by maren.thelosingend.net (qpsmtpd/0.31.1) with ESMTP; Sat, 04 Aug 2007 10:50:23 +0200 Message-ID: <46B43D79.7030204@lvor.halvorsen.cc> Date: Sat, 04 Aug 2007 10:48:57 +0200 From: Svein Halvor Halvorsen User-Agent: Thunderbird 2.0.0.0 (X11/20070523) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.95.0 OpenPGP: id=9198BB40; url=mailto:pgpkey@svein.halvorsen.cc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Nikos Vassiliadis , Ted Mittelstaedt Subject: Re: FreeBSD 6.2. Can I get 128x48 (or similar) console screens? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 09:24:13 -0000 Alan Mackenzie wrote: >>> I'm not sure >>> I prefer the alternative, something like Ubuntu or PCLinux, where you >>> just shut your eyes, lie back and think of South Africa, not knowing >>> quite what's getting installed on your PC. Nikos Vassiliadis wrote: >> That's not a very nice comment to do. Please, keep your feelings >> about continents/countries/Linux distributions out of here. Ted Mittelstaedt wrote: > I really detest the politically correct, particularly the uneducated > politically correct. > > "lie back and think of England" - > >> >From _Dictionary of Catchphrases_ (1995) by Nigel Rees: > > "close your eyes and think of England": traditional advice given to women > when confronted with the inevitability of sexual intercourse, or jocular > encouragement to either sex about doing anything unpalatable. > > South Africa is a tourism spot and boasts a number of popular game > preserves, it is -the- most advanced and developed country in Africa. > As a German it is understandable that he would have vacationed > there, he made a rather clever twist on the standard phrase. I think it was a reference to the fact that Canonical's founder is South African, and that Ubuntu got its name from an African word meaning something like "you are who you are, because of others", or something like that. I also thought it was a clever twist. Svein Halvor From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 10:20: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 A341D16A480 for ; Sat, 4 Aug 2007 10:20:06 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 4300C13C468 for ; Sat, 4 Aug 2007 10:20:05 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-go.FPT.NET ([210.245.0.153]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Sat, 4 Aug 2007 17:20:03 +0700 Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-go.FPT.NET with Microsoft SMTPSVC(5.0.2195.6713); Sat, 4 Aug 2007 17:20:03 +0700 Received: from [58.187.38.164] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46B452D0.5050701@fpt.vn> Date: Sat, 04 Aug 2007 17:20:00 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Matthew Seaman References: <46B426F0.2040201@fpt.vn> <46B4292E.5010903@infracaninophile.co.uk> In-Reply-To: <46B4292E.5010903@infracaninophile.co.uk> X-OriginalArrivalTime: 04 Aug 2007 10:20:03.0743 (UTC) FILETIME=[05A8EAF0:01C7D681] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: can not start phpmyadmin after upgrade to 2.10.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 10:20:06 -0000 Matthew Seaman wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > vuthecuong wrote: > >> Today when after upgrade phpmyadmin through portupgrade from 2.10.2 to >> 2.10.3 >> when I browse to phpmyadmin page, it said: >> >> >> phpMyAdmin - Error >> >> Cannot start session without errors, please check errors given in your >> PHP and/or webserver log file and configure your PHP installation properly. >> > > Without rather more detail than that, I'm afraid it is impossible to > say exactly what the problem is. We'd need to see what is recorded > in the error log. > > Those error messages will be logged to the apache error log -- > /var/log/httpd-error.log is the default location. > > Cheers, > > Matthew > > - -- > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > Flat 3 > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > Kent, CT11 9PW > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.4 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGtCku8Mjk52CukIwRCIxIAJ9fqpsOj/YaIj4mkCRON3MgvD8sjACfYRqT > ME3zv6bAgJC8RwVpAAbTBcM= > =lktE > -----END PGP SIGNATURE----- > > Here is my /var/log/httpd-error.log, if you need other info, pls let me know. Tnx in advanced. P/S: I have drupal and gallery2 still running without problem. [Sat Aug 04 17:04:14 2007] [notice] SIGHUP received. Attempting to restart [Sat Aug 04 17:04:14 2007] [notice] Digest: generating secret for digest authentication ... [Sat Aug 04 17:04:14 2007] [notice] Digest: done [Sat Aug 04 17:04:15 2007] [notice] Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch configured -- re suming normal operations [Sat Aug 04 17:13:50 2007] [notice] caught SIGTERM, shutting down [Sat Aug 04 17:15:37 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Sat Aug 04 17:15:39 2007] [notice] Digest: generating secret for digest authentication ... [Sat Aug 04 17:15:39 2007] [notice] Digest: done [Sat Aug 04 17:15:40 2007] [notice] Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch configured -- re suming normal operations From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 12:42:38 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 A1D7916A417 for ; Sat, 4 Aug 2007 12:42:38 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id A5FE313C428 for ; Sat, 4 Aug 2007 12:42:38 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.247.202]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 4 Aug 2007 05:45:25 -0700 From: "fbsd2" To: "Ross Penner" , "User questions" Date: Sat, 4 Aug 2007 08:42:38 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 04 Aug 2007 12:45:25.0189 (UTC) FILETIME=[540BF750:01C7D695] Cc: Subject: RE: Installing from USB Flash Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 12:42:38 -0000 I was really taken with the idea for using a USB flash stick disk drive = to install FreeBSD from. I used the script from the mentioned URL below = as the starting point. After some changes to the script I got it to = work. I was able to boot off the USB flash stick disk drive, But then = was faced with a show stopper. During the sysinstall process after it = asks for hard drive fdisk and bsdlable info it asks you for where to get = the install files from (IE: cdrom, remote ftp, floppy, dos partition, = ECT) there is no option to tell the sysinstall program to use USB-dd as = source location.=20 So in summary, this idea is un-usable until the sysinstall program gets = updated to include an option to use USB-dd as an install source. This = brings to light another problem. That is using floppies to install = FreeBSD from. PC manufactures are no longer building systems with = floppies drives included. Combining the FreeBSD floppy images to a = single USB-dd image would be away to continue to offer this method of = installing FreeBSD. Included below is my working script to populate a 1GB USB flash stick = disk with the FreeBSD cd1 iso file. #!/bin/sh #Purpose =3D Use to transfer the FreeBSD install cd1 to=20 # a bootable 1GB USB flash drive so it can be used to install = from.=20 # First fetch the FreeBSD 6.2-RELEASE-i386-disc1.iso to your # hard drive /usr. Then execute this script from the command = line # fbsd2usb /usr/6.2-RELEASE-i386-disc1.iso = /usr/6.2-RELEASE-i386-disc1.img # Change system bios to boot from USB-dd and away you go.=20 # NOTE: This script has to be run from root and your 1GB USB flash drive # has to be plugged in before running this script.=20 # On the command line enter fbsd2usb iso-path img-path # You can set some variables here. Edit them to fit your needs. # Set serial variable to 0 if you don't want serial console at all, # 1 if you want comconsole and 2 if you want comconsole and vidconsole serial=3D0 set -u if [ $# -lt 2 ]; then echo "Usage: $0 source-iso-path output-img-path" exit 1 fi isoimage=3D$1; shift imgoutfile=3D$1; shift # Temp directory to be used later #export tmpdir=3D$(mktemp -d -t fbsdmount) export tmpdir=3D$(mktemp -d /usr/fbsdmount) export isodev=3D$(mdconfig -a -t vnode -f ${isoimage}) ISOSIZE=3D$(du -k ${isoimage} | awk '{print $1}') SECTS=3D$((($ISOSIZE + ($ISOSIZE/5))*4)) #SECTS=3D$((($ISOSIZE + ($ISOSIZE/5))*2)) echo " " echo "### Initializing image File started ###" echo "### This will take about 4 minutes ###" date dd if=3D/dev/zero of=3D${imgoutfile} count=3D${SECTS} echo "### Initializing image File completed ###" date echo " " ls -l ${imgoutfile} export imgdev=3D$(mdconfig -a -t vnode -f ${imgoutfile}) bsdlabel -w -B ${imgdev} newfs -O1 /dev/${imgdev}a mkdir -p ${tmpdir}/iso ${tmpdir}/img mount -t cd9660 /dev/${isodev} ${tmpdir}/iso mount /dev/${imgdev}a ${tmpdir}/img echo " " echo "### Started Copying files to the image now ###" echo "### This will take about 15 minutes ###" date ( cd ${tmpdir}/iso && find . -print -depth | cpio -dump ${tmpdir}/img ) echo "### Completed Copying files to the image ###" date if [ ${serial} -eq 2 ]; then echo "-D" > ${tmpdir}/img/boot.config echo 'console=3D"comconsole, vidconsole"' >> = ${tmpdir}/img/boot/loader.conf elif [ ${serial} -eq 1 ]; then echo "-h" > ${tmpdir}/img/boot.config echo 'console=3D"comconsole"' >> ${tmpdir}/img/boot/loader.conf fi echo " " echo "### Started writing image to flash drive now ###" echo "### This will take about 30 minutes ###" date dd if=3D${imgoutfile} of=3D/dev/da0 bs=3D1m echo "### Completed writing image to flash drive at ###" date cleanup() { umount ${tmpdir}/iso mdconfig -d -u ${isodev} umount ${tmpdir}/img mdconfig -d -u ${imgdev} rm -rf ${tmpdir}=20 } cleanup ls -lh ${imgoutfile} echo "### Script finished ###" -----Original Message----- From: owner-freebsd-questions@freebsd.org = [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Ross Penner Sent: Wednesday, August 01, 2007 2:34 PM To: User questions Subject: Installing from USB Flash Drive Hi everybody, I'm trying to install a system on a machine that doesn't have an optical = drive. I plan on using a USB flash drive to do the job and found a=20 messages from hackers@freebsd.org=20 (http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg55434.html)=20 about just such a thing. The script provided converts the CD image into=20 one suitable for a flashmemory stick. I used and coverted it without=20 issue. The instructions say to use dd to prepare the flash drive so=20 executed #dd if=3Dflashbsd.iso of=3D/dev/da0 I'm not entirely confident that that was the correct procedure, as I'm=20 quite unfamilar with dd. Unfortunetly, I can't seem to get the drive to=20 boot. I can mount the filesystem so it seems that prepareing the drive = was=20 succesful. I'm using a via chipset and yes, the bios is set to boot from = USB-FDD. I used the 6.2 boot only image. Thanks for any insight you can provide me. Ross -- 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 Sat Aug 4 14:07:41 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 3C38F16A417 for ; Sat, 4 Aug 2007 14:07:41 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2DD13C461 for ; Sat, 4 Aug 2007 14:07:41 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 60A6BBD09 for ; Sat, 4 Aug 2007 09:47:48 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 04 Aug 2007 09:47:48 -0400 X-Sasl-enc: OVlAL3LKWg6vkN9cgnhaRBP7zHg46K39GzHNXT0/7Kio 1186235268 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id 128893527 for ; Sat, 4 Aug 2007 09:47:48 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <0A638D13-F341-4645-B750-33B08730EDA7@goldmark.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: questions@freebsd.org From: Jeffrey Goldberg Date: Sat, 4 Aug 2007 08:47:46 -0500 X-Mailer: Apple Mail (2.752.2) Cc: Subject: stty: unknown mode: doofus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 14:07:41 -0000 During an installation, ports/lang/python24, I did a sudo make install And was prompted for my password. I entered it (probably miskeyed it as I was leaning over the keyboard from a strange position and got a response back of stty: unknown mode: doofus and was prompted again for my password, which I entered more carefully the second time and everything proceeded normally. It's certainly true that I felt like a doofus for mistyping the password, but I was surprised to have the confirmed by some peculiar stty message. Enlightenment, beyond calling me a doofus, on this would be appreciated Jeffrey (doofus) Goldberg -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 14:25:06 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 0BBCB16A419 for ; Sat, 4 Aug 2007 14:25:06 +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 E97CF13C428 for ; Sat, 4 Aug 2007 14:25:05 +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 D1C6EEBC78; Sat, 4 Aug 2007 10:25:04 -0400 (EDT) Date: Sat, 4 Aug 2007 10:25:04 -0400 From: Bill Moran To: Jeffrey Goldberg Message-Id: <20070804102504.130007b9.wmoran@potentialtech.com> In-Reply-To: <0A638D13-F341-4645-B750-33B08730EDA7@goldmark.org> References: <0A638D13-F341-4645-B750-33B08730EDA7@goldmark.org> 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: stty: unknown mode: doofus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 14:25:06 -0000 Jeffrey Goldberg wrote: > > During an installation, ports/lang/python24, I did a > > sudo make install > > And was prompted for my password. I entered it (probably miskeyed it > as I was leaning over the keyboard from a strange position and got a > response back of > > stty: unknown mode: doofus > > and was prompted again for my password, which I entered more > carefully the second time and everything proceeded normally. > > It's certainly true that I felt like a doofus for mistyping the > password, but I was surprised to have the confirmed by some peculiar > stty message. > > Enlightenment, beyond calling me a doofus, on this would be appreciated Did you select the "insult" option when you installed sudo? I find it quite entertaining, personally. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 15:05: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 D737216A41A for ; Sat, 4 Aug 2007 15:05:15 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id C587C13C458 for ; Sat, 4 Aug 2007 15:05:15 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 3562FC0B9; Sat, 4 Aug 2007 11:05:15 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Sat, 04 Aug 2007 11:05:15 -0400 X-Sasl-enc: M+WtcPku50uhjP3zrGj6kqahdlHgy2R+ANMgluJHp4wI 1186239914 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id C4F7020664; Sat, 4 Aug 2007 11:05:14 -0400 (EDT) In-Reply-To: <20070804102504.130007b9.wmoran@potentialtech.com> References: <0A638D13-F341-4645-B750-33B08730EDA7@goldmark.org> <20070804102504.130007b9.wmoran@potentialtech.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <708C97EA-D0AF-4DE6-93BC-BD1350557BD7@goldmark.org> Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Sat, 4 Aug 2007 10:05:12 -0500 To: Bill Moran X-Mailer: Apple Mail (2.752.2) Cc: questions@freebsd.org Subject: Re: stty: unknown mode: doofus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 15:05:15 -0000 On Aug 4, 2007, at 9:25 AM, Bill Moran wrote: > Jeffrey Goldberg wrote: >> And was prompted for my password. I entered it (probably miskeyed it >> as I was leaning over the keyboard from a strange position and got a >> response back of >> >> stty: unknown mode: doofus > Did you select the "insult" option when you installed sudo? I find > it quite entertaining, personally. That is exactly what I did because it looked like fun. Of course, I'd since forgotten about it, It's better than fortune -o Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 15:19:24 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 9738216A419 for ; Sat, 4 Aug 2007 15:19:24 +0000 (UTC) (envelope-from kellers@njit.edu) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 83DA813C442 for ; Sat, 4 Aug 2007 15:19:24 +0000 (UTC) (envelope-from kellers@njit.edu) Received: from www.smsd.tv (ool-18bb7953.dyn.optonline.net [24.187.121.83]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JM900F767UBI800@mta4.srv.hcvlny.cv.net> for questions@freebsd.org; Sat, 04 Aug 2007 10:49:23 -0400 (EDT) Received: from access.smsd ([10.10.10.10]) by www.smsd.tv (8.14.1/8.14.1) with ESMTP id l74EnGND024227; Sat, 04 Aug 2007 10:49:16 -0400 (EDT envelope-from kellers@njit.edu) Date: Sat, 04 Aug 2007 10:49:05 -0400 From: Tim Kellers To: questions@freebsd.org Message-id: <46B491E1.4040205@njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.5) Gecko/20070725 SeaMonkey/1.1.3 Cc: timothyk@smsoftdesign.com Subject: Xorg 7.2 console switching problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 15:19:24 -0000 I tried doing some searching on this (mailing list and Google) but although I saw the problem mentioned, I didn't see much discussion or any resolutions. If I missed something, please pardon the noise. After I upgraded both a Gateway laptop and a Dell Optiplex to Xorg 7.2 (both running 6.2-STABLE built July 26th), I lost the ability to alt-SHIFT-F1 -F8 and switch to a console. Console switching worked fine with Xorg 6.9. I found that I was missing the /usr/local/share/X11/compiled directory and the /usr/local/share/X11/compiled/server-0.xkm file. I made the directory and touch'd the filename, restarted X and I got the console-switching function back. I thought I followed the instructions in /usr/ports/UPDATING to the letter. Has anyone else seen this happen or does anyone have any idea of what I might have done wrong in the upgrade? Thanks Tim Kellers From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 15:31: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 D887F16A421 for ; Sat, 4 Aug 2007 15:31:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC4D13C46C for ; Sat, 4 Aug 2007 15:31:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup172.ach.sch.gr [81.186.70.172]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l74FKaY5032045 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Aug 2007 18:20:46 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l74FKSXL003775; Sat, 4 Aug 2007 18:20:30 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l74FKR88003774; Sat, 4 Aug 2007 18:20:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 4 Aug 2007 18:20:27 +0300 From: Giorgos Keramidas To: Jeffrey Goldberg Message-ID: <20070804152027.GA3755@kobe.laptop> References: <0A638D13-F341-4645-B750-33B08730EDA7@goldmark.org> <20070804102504.130007b9.wmoran@potentialtech.com> <708C97EA-D0AF-4DE6-93BC-BD1350557BD7@goldmark.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <708C97EA-D0AF-4DE6-93BC-BD1350557BD7@goldmark.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.826, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.57, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: questions@freebsd.org, Bill Moran Subject: Re: stty: unknown mode: doofus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 15:31:15 -0000 On 2007-08-04 10:05, Jeffrey Goldberg wrote: >On Aug 4, 2007, at 9:25 AM, Bill Moran wrote: >> Jeffrey Goldberg wrote: >>> And was prompted for my password. I entered it (probably miskeyed it >>> as I was leaning over the keyboard from a strange position and got a >>> response back of >>> >>> stty: unknown mode: doofus >> >> Did you select the "insult" option when you installed sudo? I find >> it quite entertaining, personally. > > That is exactly what I did because it looked like fun. Of course, I'd since > forgotten about it, It's better than fortune -o HEH! Indeed. I only recently discovered how amusing it is :) From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 18:06:39 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 66F8416A417 for ; Sat, 4 Aug 2007 18:06:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 510E213C459 for ; Sat, 4 Aug 2007 18:06:39 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id BB82751934 for ; Sat, 4 Aug 2007 14:06:37 -0400 (EDT) Date: Sat, 4 Aug 2007 19:06:34 +0100 From: RW To: questions@freebsd.org Message-ID: <20070804190634.69234e1e@gumby.homeunix.com.> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 18:06:39 -0000 mailwrapper checks to see how it was invoked and then looks up the appropriate command in mailer.conf. All of the entries in mailer.conf point to /usr/libexec/sendmail/sendmail, so how does that binary know what it's supposed to do. I'm just curious. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 18:17: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 718F816A417; Sat, 4 Aug 2007 18:17:36 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from mailgate03.smtp.vanderbilt.edu (mailgate03.smtp.Vanderbilt.Edu [129.59.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 2B58613C483; Sat, 4 Aug 2007 18:17:36 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp09.smtp.vanderbilt.edu (smtp09.smtp.Vanderbilt.Edu [129.59.1.239]) by mailgate03.smtp.vanderbilt.edu (8.13.8/8.13.8) with ESMTP id l74IHX22003796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Aug 2007 13:17:33 -0500 Received: from smtp09.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id l74IHXce023566; Sat, 4 Aug 2007 13:17:33 -0500 (CDT) Received: from [192.168.0.3] (c-69-245-3-33.hsd1.tn.comcast.net [69.245.3.33]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id l74IHKs0023551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Aug 2007 13:17:25 -0500 (CDT) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Sat, 4 Aug 2007 13:17:10 -0500 User-Agent: KMail/1.9.7 References: <20070804190634.69234e1e@gumby.homeunix.com.> In-Reply-To: <20070804190634.69234e1e@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708041317.10675.don.hinton@vanderbilt.edu> X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11, 1.2.37, 4.0.164 definitions=2007-08-03_06:2007-07-30, 2007-08-03, 2007-08-03 signatures=0 X-PPS: No, score=0 Cc: RW , questions@freebsd.org Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 18:17:36 -0000 On Saturday 04 August 2007 13:06:34 RW wrote: > mailwrapper checks to see how it was invoked and then looks up the > appropriate command in mailer.conf. All of the entries in mailer.conf > point to /usr/libexec/sendmail/sendmail, so how does that binary know what > it's supposed to do. It checks argv[0], i.e., the name used to invoke it. Here's a simple program demostrating it: #include int main (int argc, char* argv[]) { std::cout << "my name is: " << argv[0] << std::endl; return 0; } Save it to a file and do the following: $ c++ -o foo file.cxx $ ./foo my name is: ./foo $ mv foo bar $ ./bar my name is: ./bar hth... don > > I'm just curious. > _______________________________________________ > 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" -- Don Hinton or Institute for Software Integrated Systems (ISIS), Vanderbilt University tel: 615.480.5667 or 615.870.9728 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 18:17:36 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 718F816A417; Sat, 4 Aug 2007 18:17:36 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from mailgate03.smtp.vanderbilt.edu (mailgate03.smtp.Vanderbilt.Edu [129.59.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 2B58613C483; Sat, 4 Aug 2007 18:17:36 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp09.smtp.vanderbilt.edu (smtp09.smtp.Vanderbilt.Edu [129.59.1.239]) by mailgate03.smtp.vanderbilt.edu (8.13.8/8.13.8) with ESMTP id l74IHX22003796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Aug 2007 13:17:33 -0500 Received: from smtp09.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id l74IHXce023566; Sat, 4 Aug 2007 13:17:33 -0500 (CDT) Received: from [192.168.0.3] (c-69-245-3-33.hsd1.tn.comcast.net [69.245.3.33]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id l74IHKs0023551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Aug 2007 13:17:25 -0500 (CDT) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Sat, 4 Aug 2007 13:17:10 -0500 User-Agent: KMail/1.9.7 References: <20070804190634.69234e1e@gumby.homeunix.com.> In-Reply-To: <20070804190634.69234e1e@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708041317.10675.don.hinton@vanderbilt.edu> X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11, 1.2.37, 4.0.164 definitions=2007-08-03_06:2007-07-30, 2007-08-03, 2007-08-03 signatures=0 X-PPS: No, score=0 Cc: RW , questions@freebsd.org Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 18:17:36 -0000 On Saturday 04 August 2007 13:06:34 RW wrote: > mailwrapper checks to see how it was invoked and then looks up the > appropriate command in mailer.conf. All of the entries in mailer.conf > point to /usr/libexec/sendmail/sendmail, so how does that binary know what > it's supposed to do. It checks argv[0], i.e., the name used to invoke it. Here's a simple program demostrating it: #include int main (int argc, char* argv[]) { std::cout << "my name is: " << argv[0] << std::endl; return 0; } Save it to a file and do the following: $ c++ -o foo file.cxx $ ./foo my name is: ./foo $ mv foo bar $ ./bar my name is: ./bar hth... don > > I'm just curious. > _______________________________________________ > 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" -- Don Hinton or Institute for Software Integrated Systems (ISIS), Vanderbilt University tel: 615.480.5667 or 615.870.9728 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 18:23:09 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 2DA5416A41A for ; Sat, 4 Aug 2007 18:23:09 +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 E0FB913C4B4 for ; Sat, 4 Aug 2007 18:23:08 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l74IN77I074331; Sat, 4 Aug 2007 13:23:07 -0500 (CDT) (envelope-from dan) Date: Sat, 4 Aug 2007 13:23:07 -0500 From: Dan Nelson To: RW Message-ID: <20070804182307.GD77822@dan.emsphone.com> References: <20070804190634.69234e1e@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070804190634.69234e1e@gumby.homeunix.com.> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 18:23:09 -0000 In the last episode (Aug 04), RW said: > mailwrapper checks to see how it was invoked and then looks up the > appropriate command in mailer.conf. All of the entries in > mailer.conf point to /usr/libexec/sendmail/sendmail, so how does that > binary know what it's supposed to do. The kernel passes the executable name to the running process along with the rest of the commandline arguments. If you run "ls -l /tmp", for example, the ls binary gets "ls", "-l", and "/tmp" as its arguments. See around line 360 of src/contrib/sendmail/src/main.c. http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/sendmail/src/main.c?annotate=HEAD -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 20:13: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 5FA9B16A419 for ; Sat, 4 Aug 2007 20:13:41 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4591F13C45A for ; Sat, 4 Aug 2007 20:13:41 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B4C165197B for ; Sat, 4 Aug 2007 16:13:37 -0400 (EDT) Date: Sat, 4 Aug 2007 21:13:34 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070804211334.782c37ff@gumby.homeunix.com.> In-Reply-To: <20070804182307.GD77822@dan.emsphone.com> References: <20070804190634.69234e1e@gumby.homeunix.com.> <20070804182307.GD77822@dan.emsphone.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 20:13:41 -0000 On Sat, 4 Aug 2007 13:23:07 -0500 Dan Nelson wrote: > In the last episode (Aug 04), RW said: > > mailwrapper checks to see how it was invoked and then looks up the > > appropriate command in mailer.conf. All of the entries in > > mailer.conf point to /usr/libexec/sendmail/sendmail, so how does > > that binary know what it's supposed to do. > > The kernel passes the executable name to the running process along > with the rest of the commandline arguments. If you run "ls -l /tmp", > for example, the ls binary gets "ls", "-l", and "/tmp" as its > arguments. See around line 360 of src/contrib/sendmail/src/main.c. > Yes, I understand that. When you type mailq, mailwrapper's argv[0] will contain "mailq". but then mailwrapper looks-up mailq in mailer.conf and runs /usr/libexec/sendmail/sendmail. So when sendmail checks it's argv[0] I was assuming that it would see "sendmail". What I didn't get was that when a binary is executed from execve(), it's the parent program that sets the argv[0] seen by the child, and not the kernel. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 20:46: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 1BCE316A418 for ; Sat, 4 Aug 2007 20:46:33 +0000 (UTC) (envelope-from marcel@de.reuver.org) Received: from smtp-4.orange.nl (smtp-4.orange.nl [193.252.22.249]) by mx1.freebsd.org (Postfix) with ESMTP id D800F13C4D1 for ; Sat, 4 Aug 2007 20:46:32 +0000 (UTC) (envelope-from marcel@de.reuver.org) Received: from smtp-4.orange.nl (mwinf6309 [10.232.3.39]) by mwinf6310.orange.nl (SMTP Server) with ESMTP id 7E0E41C00094 for ; Sat, 4 Aug 2007 22:22:33 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6309.orange.nl (SMTP Server) with ESMTP id 8DE4D1C0008B for ; Sat, 4 Aug 2007 22:22:31 +0200 (CEST) Received: from smtp.sohit.nl (unknown [85.148.248.122]) by mwinf6309.orange.nl (SMTP Server) with ESMTP id 7EC7D1C0008A for ; Sat, 4 Aug 2007 22:22:31 +0200 (CEST) X-ME-UUID: 20070804202231519.7EC7D1C0008A@mwinf6309.orange.nl Received: from jaltadaheerd.nl (unknown [67.109.249.227]) by smtp.sohit.nl (Postfix) with SMTP id 4A2CE5C75 for ; Sat, 4 Aug 2007 22:22:30 +0200 (CEST) Received: from [192.168.2.3] (ip5650cd1d.direct-adsl.nl [86.80.205.29]) (authenticated bits=0) by jaltadaheerd.nl (8.13.6/8.13.6) with ESMTP id l74KH0tl029846 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 4 Aug 2007 22:17:07 +0200 Message-ID: <46B4DEC5.1040702@de.reuver.org> Date: Sat, 04 Aug 2007 22:17:09 +0200 From: Marcel de Reuver User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: checked in 0.003sec at jaltadaheerd.nl ([67.109.249.227]) by smf-clamd v1.2.1 - http://smfs.sf.net/ Subject: Errors from mx2.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 20:46:33 -0000 Hi, I receive postings from several mailinglists on a Fedora Core release 4 server with Sendmail v8.13.6/8.13.6. Only postings that come from mx2.freebsd.org give errors like: collect: premature EOM: Connection reset by mx2.freebsd.org collect: I/O error on connection from mx2.freebsd.org, from= from=, size=1345, class=0, nrcpts=1, proto=SMTP, daemon=MSA, relay=mx2.freebsd.org [69.147.83.53] Postings via mx1.freebsd.org come in with no problem at all. Does someone knows what is going on? Regards, Marcel From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 20:48: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 D275316A419 for ; Sat, 4 Aug 2007 20:48:25 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from mailgate05.smtp.vanderbilt.edu (mailgate05.smtp.Vanderbilt.Edu [129.59.1.206]) by mx1.freebsd.org (Postfix) with ESMTP id A53EB13C461 for ; Sat, 4 Aug 2007 20:48:25 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp10.smtp.vanderbilt.edu (smtp10.smtp.Vanderbilt.Edu [129.59.1.11]) by mailgate05.smtp.vanderbilt.edu (8.13.8/8.13.8) with ESMTP id l74KmMJx016940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Aug 2007 15:48:22 -0500 Received: from smtp10.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp10.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id l74KmM7H013481; Sat, 4 Aug 2007 15:48:22 -0500 (CDT) Received: from [192.168.0.3] (c-69-245-3-33.hsd1.tn.comcast.net [69.245.3.33]) by smtp10.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id l74KmMEh013478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Aug 2007 15:48:22 -0500 (CDT) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Sat, 4 Aug 2007 15:48:11 -0500 User-Agent: KMail/1.9.7 References: <20070804190634.69234e1e@gumby.homeunix.com.> <20070804182307.GD77822@dan.emsphone.com> <20070804211334.782c37ff@gumby.homeunix.com.> In-Reply-To: <20070804211334.782c37ff@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708041548.11996.don.hinton@vanderbilt.edu> X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11, 1.2.37, 4.0.164 definitions=2007-08-03_06:2007-07-30, 2007-08-03, 2007-08-03 signatures=0 X-PPS: No, score=0 Cc: RW Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 20:48:25 -0000 On Saturday 04 August 2007 15:13:34 RW wrote: > On Sat, 4 Aug 2007 13:23:07 -0500 > > Dan Nelson wrote: > > In the last episode (Aug 04), RW said: > > > mailwrapper checks to see how it was invoked and then looks up the > > > appropriate command in mailer.conf. All of the entries in > > > mailer.conf point to /usr/libexec/sendmail/sendmail, so how does > > > that binary know what it's supposed to do. > > > > The kernel passes the executable name to the running process along > > with the rest of the commandline arguments. If you run "ls -l /tmp", > > for example, the ls binary gets "ls", "-l", and "/tmp" as its > > arguments. See around line 360 of src/contrib/sendmail/src/main.c. > > Yes, I understand that. When you type mailq, mailwrapper's argv[0] will > contain "mailq". but then mailwrapper looks-up mailq in mailer.conf > and runs /usr/libexec/sendmail/sendmail. So when sendmail checks it's > argv[0] I was assuming that it would see "sendmail". > > What I didn't get was that when a binary is executed from execve(), it's > the parent program that sets the argv[0] seen by the child, and not > the kernel. Sorry, I should have paid closer attention to your question and actually looked at the code to see what they were doing in this specific case. They original args, including argv[0], are passed as args parameter to execve. So from the perspective of the called application, the original argv[0] is now argv[1]. Take a look at how mailwrapper.c uses the arglist structure. http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/mailwrapper/mailwrapper.c?rev=1.11;content-type=text%2Fplain hth... don > > > _______________________________________________ > 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" -- Don Hinton or Institute for Software Integrated Systems (ISIS), Vanderbilt University tel: 615.480.5667 or 615.870.9728 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 21:10: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 1F5AC16A419 for ; Sat, 4 Aug 2007 21:10:08 +0000 (UTC) (envelope-from novembre@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 E048A13C458 for ; Sat, 4 Aug 2007 21:10:07 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id a73so2065266pye for ; Sat, 04 Aug 2007 14:10: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:to:subject:mime-version:content-type; b=J8rHb0Zj7iG8o5nZJLSKfxxoYlDUtH6ezp/17F66yDcK0e5ejgk+drVF81C7vhRBNm3ArxXvbzTR9SS7Qu+sEcgRa83rQs3tdWyl/tpXj/wuCrdQ5Q7SfDXmUB8b6i4GMGrxTtxBMlU9bEvJ86mlqhSk3X6RuAnm8olDmaoZ06E= 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=AO/C+DX4v09Cg33LY+DlRjNiFkJPihSDXKjop6+OMrrjZJsEdWJZGaWvWsjPERstxT0Pac2xk2WtzeDj3i71Usc921hewZwQQHuwd64Givvrs+2XLgroICsjylDTI13OneO+hWpPXetxBqhHKv4+Qyw/UYb2vrdSHGkzMYSJnTc= Received: by 10.65.114.11 with SMTP id r11mr6886914qbm.1186261806817; Sat, 04 Aug 2007 14:10:06 -0700 (PDT) Received: by 10.64.210.16 with HTTP; Sat, 4 Aug 2007 14:10:06 -0700 (PDT) Message-ID: <3b47caa90708041410s30f87f52g4d928c928e5f0eb0@mail.gmail.com> Date: Sat, 4 Aug 2007 16:10:06 -0500 From: Novembre To: freebsd-x11@freebsd.org, 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 Cc: Subject: keyboard layout change in Xorg 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 21:10:08 -0000 I have Xfce 4.4.1_1 on top of X.org 7.2 running on FreeBSD 6.2-RELEASEinstalled on a Pentium III-S 1.4GHz machine. The problem is that the ALT keys are not working when using XkbLayout option in xorg.conf when I put the following lines in /etc/X11/xorg.conf: Option "XkbLayout" "us,ir" Option "XkbOptions" "grp:alt_shift_toggle" With these options, single ALT keys do not work, and I mean not just in changing the keyboard layout, but anywhere! For example, ALT-TAB which should change the current window does not work anymore. I have found out that in this case, i.e. using XkbLayout option, if I press both ALT keys at the same time, it'll do work! So, LEFTALT-RIGHTALT-TAB changes the current window, and LEFTALT-RIGHTALT-SHIFT changes the layout. I have no idea why, and I see no reason why, since I told X that the layout needs to be changed when I press only ONE of the ALT keys (and I have not mentioned which one, so both should be okay) and the SHIFT key. It's very troublesome, and I don't want to hold down both ALTs instead of just one of them. The same setting used to work when I was using Xfce 4.2 on top of X.org 6.9. Any ideas? Thanks a lot From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 21:13: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 1558B16A41F for ; Sat, 4 Aug 2007 21:13:46 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id EEB4713C461 for ; Sat, 4 Aug 2007 21:13:45 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 3C58B5197B for ; Sat, 4 Aug 2007 17:13:44 -0400 (EDT) Date: Sat, 4 Aug 2007 22:13:41 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070804221341.6880cbb4@gumby.homeunix.com.> In-Reply-To: <200708041548.11996.don.hinton@vanderbilt.edu> References: <20070804190634.69234e1e@gumby.homeunix.com.> <20070804182307.GD77822@dan.emsphone.com> <20070804211334.782c37ff@gumby.homeunix.com.> <200708041548.11996.don.hinton@vanderbilt.edu> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 21:13:46 -0000 On Sat, 4 Aug 2007 15:48:11 -0500 Don Hinton wrote: > On Saturday 04 August 2007 15:13:34 RW wrote: > > On Sat, 4 Aug 2007 13:23:07 -0500 > > > > What I didn't get was that when a binary is executed from execve(), > > it's the parent program that sets the argv[0] seen by the child, > > and not the kernel. > > Sorry, I should have paid closer attention to your question and > actually looked at the code to see what they were doing in this > specific case. > > They original args, including argv[0], are passed as args parameter > to execve. So from the perspective of the called application, the > original argv[0] is now argv[1]. I don't think that's right. As I understand it, the argv argument to execve() is passed-on directly as the child processes arguments, and the parent can write whatever it likes into argv[0] - it's only convention that it's a filename. So mailwrapper passes its own argv[0] as sendmail's argv[0]. And so sendmail behaves as if it had been invoked as mailq or whatever. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 21:23: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 DF2EA16A418 for ; Sat, 4 Aug 2007 21:23:36 +0000 (UTC) (envelope-from asric@asric.com) Received: from mail.asric.net (mail.asric.net [70.103.134.68]) by mx1.freebsd.org (Postfix) with ESMTP id 9AD6B13C469 for ; Sat, 4 Aug 2007 21:23:36 +0000 (UTC) (envelope-from asric@asric.com) Received: from 75-164-176-210.ptld.qwest.net ([75.164.176.210] helo=[192.168.0.6]) by mail.asric.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IHQZt-0004wb-A4 for freebsd-questions@freebsd.org; Sat, 04 Aug 2007 13:50:27 -0700 Message-ID: <46B4E680.9040108@asric.com> Date: Sat, 04 Aug 2007 13:50:08 -0700 From: =?UTF-8?B?IuKAnlN0ZXZlbiBSaW5nd2FsZFwiIg==?= Organization: Asric Consulting Services User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070803 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <46B4DEC5.1040702@de.reuver.org> In-Reply-To: <46B4DEC5.1040702@de.reuver.org> X-Enigmail-Version: 0.95.2 Content-Type: multipart/mixed; boundary="------------090508040307050004000105" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Errors from mx2.freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ringwas@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 21:23:37 -0000 This is a multi-part message in MIME format. --------------090508040307050004000105 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Marcel de Reuver wrote: > I receive postings from several mailinglists on a Fedora Core release > 4 server with Sendmail v8.13.6/8.13.6. Only postings that come from > mx2.freebsd.org give errors like: > > collect: premature EOM: Connection reset by mx2.freebsd.org > collect: I/O error on connection from mx2.freebsd.org, > from= > from=, size=1345, class=0, > nrcpts=1, proto=SMTP, daemon=MSA, relay=mx2.freebsd.org [69.147.83.53] > > Postings via mx1.freebsd.org come in with no problem at all. Does > someone knows what is going on? I am not sure what is going on, either. Over the last few days, I have seen similar behaviour on my F7 server running exim. The messages eventually do make it out of the machine and get to me, just not usually on the first attempt. Steve --------------090508040307050004000105-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 21:27: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 BAB3916A417 for ; Sat, 4 Aug 2007 21:27:07 +0000 (UTC) (envelope-from dvicino@dc.uba.ar) Received: from smtp-1.dc.uba.ar (smtp-1.dc.uba.ar [157.92.27.61]) by mx1.freebsd.org (Postfix) with ESMTP id E402113C45D for ; Sat, 4 Aug 2007 21:27:06 +0000 (UTC) (envelope-from dvicino@dc.uba.ar) Received: (qmail 26482 invoked by uid 111); 4 Aug 2007 21:00:24 -0000 Received: from 201.235.69.197 by athila-1 (envelope-from , uid 1002) with qmail-scanner-1.25 (clamdscan: 0.85.1/1280. spamassassin: 3.0.4. Clear:RC:0(201.235.69.197):SA:0(-1.3/3.5):. Processed in 20.135647 secs); 04 Aug 2007 21:00:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on athila-1 X-Spam-Level: X-Spam-Status: No, score=-1.3 required=3.5 tests=ALL_TRUSTED, AWL autolearn=no version=3.1.7 X-Envelope-From: dvicino@dc.uba.ar Received: from unknown (HELO [127.0.0.1]) (dvicino@[201.235.69.197]) (envelope-sender ) by smtp-1.dc.uba.ar (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 4 Aug 2007 21:00:03 -0000 Message-ID: <46B4E8D7.4060700@dc.uba.ar> Date: Sat, 04 Aug 2007 18:00:07 -0300 From: Damian Vicino User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Using Smart-Fail HD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 21:27:07 -0000 Hello. Im Having FBSD running in a P3 with 4.3GB HD, and got 2 extra 80GBs HD that fails the SMART check. I did a full HD scan with tools provided by the HD's developers and over 90% of the HDs are safe. I want to use those HD for home of the lowrank users, and keep the critical data in the 4GB HD. Do u know any pretty safe FS for this kind of unstable hardware, i was thinking in something with software RAID maybe. Thanks for any suggestion, im pretty new on FBSD world (and english-speak world too). BTW, if the solution can be applied to DFBSD, it will be very nice, becouse i got another machine P1 runnning it, and all HDs i can get for it use to have a lot of failures already. See ya Sdäv From owner-freebsd-questions@FreeBSD.ORG Sat Aug 4 22:30: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 7B65F16A41B for ; Sat, 4 Aug 2007 22:30:43 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from mailgate03.smtp.vanderbilt.edu (mailgate03.smtp.Vanderbilt.Edu [129.59.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 52E9813C465 for ; Sat, 4 Aug 2007 22:30:42 +0000 (UTC) (envelope-from don.hinton@vanderbilt.edu) Received: from smtp09.smtp.vanderbilt.edu (smtp09.smtp.Vanderbilt.Edu [129.59.1.239]) by mailgate03.smtp.vanderbilt.edu (8.13.8/8.13.8) with ESMTP id l74MUe7L021139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Aug 2007 17:30:40 -0500 Received: from smtp09.smtp.vanderbilt.edu (localhost [127.0.0.1]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9C+d3.7.9) with ESMTP id l74MUeRg005273; Sat, 4 Aug 2007 17:30:40 -0500 (CDT) Received: from [192.168.0.3] (c-69-245-3-33.hsd1.tn.comcast.net [69.245.3.33]) by smtp09.smtp.vanderbilt.edu (8.12.11/8.12.11/VU-3.7.9.3B+d3.7.9) with ESMTP id l74MUd2E005270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Aug 2007 17:30:40 -0500 (CDT) From: Don Hinton Organization: ISIS To: freebsd-questions@freebsd.org Date: Sat, 4 Aug 2007 17:30:29 -0500 User-Agent: KMail/1.9.7 References: <20070804190634.69234e1e@gumby.homeunix.com.> <200708041548.11996.don.hinton@vanderbilt.edu> <20070804221341.6880cbb4@gumby.homeunix.com.> In-Reply-To: <20070804221341.6880cbb4@gumby.homeunix.com.> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708041730.29754.don.hinton@vanderbilt.edu> X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11, 1.2.37, 4.0.164 definitions=2007-08-03_06:2007-07-30, 2007-08-03, 2007-08-03 signatures=0 X-PPS: No, score=0 Cc: RW Subject: Re: How does Sendmail know how it was invoked? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 22:30:43 -0000 > I don't think that's right. As I understand it, the argv argument to > execve() is passed-on directly as the child processes arguments, and > the parent can write whatever it likes into argv[0] - it's only > convention that it's a filename. So mailwrapper passes its own > argv[0] as sendmail's argv[0]. And so sendmail behaves as if it had been > invoked as mailq or whatever. You're exactly right. I misread the man file and did a little test to confirm it. thanks... don -- Don Hinton or Institute for Software Integrated Systems (ISIS), Vanderbilt University tel: 615.480.5667 or 615.870.9728