From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 01:42:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6116106566C for ; Sun, 1 Nov 2009 01:42:31 +0000 (UTC) (envelope-from herbert.raimund@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1BB0F8FC18 for ; Sun, 1 Nov 2009 01:42:30 +0000 (UTC) Received: (qmail invoked by alias); 01 Nov 2009 01:42:27 -0000 Received: from host-194126238033.net-serwis.pl (EHLO localhost) [194.126.238.33] by mail.gmx.net (mp007) with SMTP; 01 Nov 2009 02:42:27 +0100 X-Authenticated: #18511094 X-Provags-ID: V01U2FsdGVkX19/xaR7fgt/JQ30Xj58X/a+ntnCpz8f/C3fACWfhY tX0X5mSLYnDGh2 Date: Sun, 1 Nov 2009 02:42:21 +0100 From: herbert langhans To: Drew Tomlinson Message-ID: <20091101014220.GA4310@sandcat> References: <4AEC8E77.40704@mykitchentable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AEC8E77.40704@mykitchentable.net> User-Agent: Mutt/1.4.2.3i X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64 Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 01:42:31 -0000 The original vi is doing this as well? If not you should write to the port maintainer and the developers. Cheers herb langhans On Sat, Oct 31, 2009 at 12:22:31PM -0700, Drew Tomlinson wrote: > I'm experiencing an annoying problem with vim on FBSD 8 that I don't > have on FBSD 7. Whenever I start vim, if I press the down arrow as the > first key, it deletes the first line of my file and enters insert mode. > All the other keys work fine and even the down arrow works fine after > the first press. > > I've searched for help but haven't turned up anything relevant. Any > ideas on what I can check? > > Thanks, > > Drew > _______________________________________________ > 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" -- sprachtraining langhans herbert langhans, warschau http://www.langhans.com.pl herbert dot raimund at gmx dot net +0048 603 341 441 From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 03:45:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54F51106566C for ; Sun, 1 Nov 2009 03:45:49 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 332788FC15 for ; Sun, 1 Nov 2009 03:45:48 +0000 (UTC) Received: (qmail 19334 invoked from network); 1 Nov 2009 03:19:07 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 1 Nov 2009 03:19:07 -0000 Message-ID: <4AECFE46.30104@telenix.org> Date: Sat, 31 Oct 2009 23:19:34 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: Drew Tomlinson References: <4AEC8E77.40704@mykitchentable.net> In-Reply-To: <4AEC8E77.40704@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 03:45:49 -0000 Drew Tomlinson wrote: > I'm experiencing an annoying problem with vim on FBSD 8 that I don't > have on FBSD 7. Whenever I start vim, if I press the down arrow as the > first key, it deletes the first line of my file and enters insert mode. > All the other keys work fine and even the down arrow works fine after > the first press. > > I've searched for help but haven't turned up anything relevant. Any > ideas on what I can check? Hmm. Don't know if your machine is exactly set up as mine, so 1st, does hitting the escape key as the first key fix things? And, on a shell, hit control-V (the common shell escape key for control keys), then the down arrow, what does it print? Not sure I would be able to help, but there is often a timing issue on special function key decoding (like all of the arrow keys, or the function keys, etc) and this may tell what your down key is set for in Vim. Beyond that, Vim's environment is extremely programmable, so one would really have to look carefully through all of your environment files, beginning with vim's ~/.vimrc. If you are using any of vim's huge store of extensions, your .vimrc probably has statements to include subdirectories (perhaps of your homedir). Those files are also candidates for trouble sources. Are you having this problem on ttys, or under X11? Tried both? It's most likely *something* dealing with Vim, because it's unreported on FreeBSD (I know, I love vim and been using it on FreeBSD-current for years). Vim's IRC channel ("vim") is extremely good about helping on problems, like bad keymapping, they are just as good as we here on this mailing list are, but they obviously concentrate on vim. Anyways, if you answer these questions on the list or channel, folks are far more likely to be able to help you here (or on the vim channel). From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 05:34:07 2009 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 62686106566C for ; Sun, 1 Nov 2009 05:34:07 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 378718FC0A for ; Sun, 1 Nov 2009 05:34:06 +0000 (UTC) Received: by pwj8 with SMTP id 8so1414095pwj.3 for ; Sat, 31 Oct 2009 22:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=pZ+Tc2Ye08hGAgrT+zwQAG7HMJwC8tfFVRSUzJ3xr3o=; b=p28RMzcMntUGrZWvXxYQl25fwwbnWN9dt0Mi/NmaIKRvnmyKvb0a5nmvAtBF36A/jw cPHz+9H2TvnjVAFNNPJEd9KBMYSC4IZJ5BiyeI1BsbdLaajnu2CXlh/n77d/qm6dNzc4 W98iKsg0DRSTVt0m7WRF+OxATKXKlOA+AVzKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YuR8bTK7hFNTxft/HW9ygTghAV9pMCq81YhZNiVgVhaBerv3yUaOuy6rw28Y1cdUI1 OAyyVXtJ9HI5OdYEOvbn5lMb5+cbMl4GT1Hq8rFDZmtvxqUEIMKGsM6q/iPicGQdGtco vMMUCv514mV8DiaYvJvOvCbK7tWil59Jv2zr8= MIME-Version: 1.0 Received: by 10.142.149.37 with SMTP id w37mr320039wfd.142.1257053646608; Sat, 31 Oct 2009 22:34:06 -0700 (PDT) In-Reply-To: References: <20091030034812.GU29215@dan.emsphone.com> Date: Sat, 31 Oct 2009 22:34:06 -0700 Message-ID: From: patrick To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Get the cwd of a process? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 05:34:07 -0000 I've made some headway... perl supports "sitecustomize.pl" which can be used to execute code when any perl script is run. It doesn't seem to be enabled by default, so I had to add the following line to /usr/ports/lang/perl5.8/Makefile's CONFIGURE_ARGS: -Dusesitecustomize \ As a temporary measure, my sitecustomize.pl has: system "echo $$ $ENV{'PWD'} $0 ". (localtime) . " >>/tmp/scripts_used.lst"; (found this in another thread somewhere) So, hopefully the next time this spammer comes back, I will see the original working directory, etc. before the process forks itself. Fingers crossed! Patrick On Sat, Oct 31, 2009 at 9:13 AM, patrick wrote: > Thanks for the info! It works in my test case, but this spammer popped > again, and unfortunately, I still couldn't reveal the source: > > The ps listing shows: > > www =A0 =A0 =A0 =A0 =A0 =A029488 =A05.7 =A00.2 14144 =A05360 =A0?? =A0Ss = =A0 =A07:47AM =A037:24.83 > ./jug.pl (perl5.8.8) > > And the lsof -p 29488 -a -d cwd only shows: > > COMMAND =A0 =A0 PID USER =A0 FD =A0 TYPE DEVICE SIZE/OFF NODE NAME > perl5.8.8 29488 =A0www =A0cwd =A0 VDIR =A0 0,83 =A0 =A0 =A0512 =A0 =A02 / > > I don't understand how the cwd could be /, as there was no jug.pl > there, and the www user cannot write to the root. > > Could there be another trick being employed? I'm actually a little > puzzled by the ps listing. It shows the interpreter at the end in > parentheses, but if I invoke a similarly-named script from the shell, > it lists it as "/usr/bin/perl ./jug.pl". > > I also cannot find any traces of these perl scripts anywhere on the > machine, though my tests show that you can safely delete the script > after it is loaded by the interpreter. > > *trying something...* > > Okay, so I've written a little script to reproduce what I'm seeing: > > #!/usr/bin/perl > > $pid =3D fork(); > > if ($pid) > { > =A0 =A0 =A0 unlink("test.pl"); > =A0 =A0 =A0 exit(0); > } > else > { > =A0 =A0 =A0 chdir "/"; > =A0 =A0 =A0 print "Hello world\n"; > =A0 =A0 =A0 sleep 300; > } > > This must be what is happening. When I do an lsof, I get: > > COMMAND =A0 =A0 PID =A0 =A0USER =A0 FD =A0 TYPE DEVICE SIZE/OFF NODE NAME > perl5.8.8 95492 patrick =A0cwd =A0 VDIR =A0 0,83 =A0 =A0 =A0512 =A0 =A02 = / > > And there's no trace left of my script because I unlink()ed it. > > This seems like it's going to be awfully hard to track down. I've gone > through every access_log to see if I can see anything suspicious. So > far, nothing yet, but I guess I'll keep plugging away at it. > > *sigh* > > Patrick > > > On Thu, Oct 29, 2009 at 8:48 PM, Dan Nelson wro= te: >> In the last episode (Oct 29), patrick said: >>> Is there any way to get the cwd of a process? We had the situation >>> recently where a perl script was called from an infiltrated Wordpress >>> installation, but we weren't able to determine which of the hundreds of >>> Wordpress blogs was the source. =A0The ps listing showed: >>> >>> www =A0 =A0 =A0 =A0 =A0 =A0 63968 =A02.4 =A00.2 26092 =A05008 =A0?? =A0= Rs =A0 =A05:36PM 93:10.67 ./mrf.pl (perl5.8.8) >>> >>> The procfs entry was no help because it does not seem to provide a cwd. >>> The cmdline entry just showed "/usr/local/bin/perl ./mrf.pl". >>> >>> We had to kill the process, and who ever was responsible did a good job= of >>> hiding their tracks. =A0But should this happen again (and we expect it >>> will), we'd like to be able to find the source. >> >> /usr/bin/fstat will tell you the inode of the cwd, and you can use "find >> =A0-inum" to locate it. =A0You can also install lsof from ports, which w= ill dig >> into the kernel and try and fetch the name itself: >> >> (dan@dan.21) /home/dan> fstat -p $$ | grep wd >> dan =A0 =A0 =A0zsh =A0 =A0 =A0 =A077611 =A0 wd / =A0 =A0 =A0 =A0474264 d= rwxr-xr-x =A0 =A0 533 =A0r >> (dan@dan.21) /home/dan> lsof -p $$ -a -d cwd >> COMMAND =A0 PID USER =A0 FD =A0 TYPE =A0 =A0 =A0 DEVICE SIZE/OFF =A0 NOD= E NAME >> zsh =A0 =A0 77611 =A0dan =A0cwd =A0 VDIR 60,504234031 =A0 =A0 =A0533 474= 264 /usr/home/dan >> >> >> -- >> =A0 =A0 =A0 =A0Dan Nelson >> =A0 =A0 =A0 =A0dnelson@allantgroup.com >> > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 05:35:38 2009 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 A1B961065670 for ; Sun, 1 Nov 2009 05:35:38 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 78CA58FC08 for ; Sun, 1 Nov 2009 05:35:38 +0000 (UTC) Received: by pwj8 with SMTP id 8so1414381pwj.3 for ; Sat, 31 Oct 2009 22:35:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1yPqb8J9LQ40xXyTb1WGVh4NsZ+empUN/oLE/8+Alls=; b=v2vqqDNKJsWia8/KWYrX9YfwGDGps2PGEys45OjXg7lNMzy4DIZ+xUXn2NgWDcV/a8 Ld8lyiO7qQkbS9NjoUh0LY8crVpNUzuManh1S+6NSSXeEIccTuGWKAgNMwAa9TImtlTQ wHOZUFwNyX0bABl5avf5YWKD1ql/OThOBHB0Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OWZGq6lcL2RR6hNrWI4nlJ8d+9X3olRbV+ybeqethSBdZ6Y102pcOEk6BWP5s5oi+M 7n+LBv1gpNtC9jHNt0rdwVT6SYblzike9DYChW+F/+UGVtlZJjWwaukWeN1pl1oopB1y U97JANNXNAt7E/cnctKYnM5SMlZ6RAxLY6bU0= MIME-Version: 1.0 Received: by 10.142.59.17 with SMTP id h17mr316802wfa.45.1257053738200; Sat, 31 Oct 2009 22:35:38 -0700 (PDT) In-Reply-To: <4AEC8E77.40704@mykitchentable.net> References: <4AEC8E77.40704@mykitchentable.net> Date: Sat, 31 Oct 2009 22:35:38 -0700 Message-ID: From: patrick To: Drew Tomlinson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 05:35:38 -0000 Try creating /usr/local/share/vim/vimrc with the following: set nomodeline set nocompatible Patrick On Sat, Oct 31, 2009 at 12:22 PM, Drew Tomlinson wrote: > I'm experiencing an annoying problem with vim on FBSD 8 that I don't have= on > FBSD 7. =A0Whenever I start vim, if I press the down arrow as the first k= ey, > it deletes the first line of my file and enters insert mode. =A0All the o= ther > keys work fine and even the down arrow works fine after the first press. > > I've searched for help but haven't turned up anything relevant. =A0Any id= eas > on what I can check? > > Thanks, > > Drew > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 06:07:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7037106568B for ; Sun, 1 Nov 2009 06:07:09 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 7D30E8FC16 for ; Sun, 1 Nov 2009 06:07:09 +0000 (UTC) Received: by pzk40 with SMTP id 40so2611685pzk.7 for ; Sat, 31 Oct 2009 23:07:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Yj3o+uqQlQeFzLtejI6T5gO9prjISc4n9YklY5ClDXs=; b=jWJwYgyq6TpW6k2hkG/MOl5G5sTxsnaQghgm/r6wZ1Cv9DXsIMLRRx8/xiNcoup/2I vliKYRT9fu4/7izRaSL0/29NwcG+ptOrlQiHy1QhkWwcg98epPfPplaLn4LWzBPJHjzi tCHc6KOYaq9Qkqrd7HEHXrTHH4pLf6nqyM02o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VrpGfbxPt5ZXX7pgimsL3ARXd8rDoBN9WblaCyhycuFY4S5uLSMGyRMrZdpA+jOT2A T+lGRYqR3RkpGvAZf5yZRoYmEqdCZ1IfdYUI+zjH8q8EIgT0q2li9xtTUJC0g3n7VJXD 02QLIe/RGY0tx22cxcRuoKykLw5AsvPQz01A8= MIME-Version: 1.0 Received: by 10.143.21.29 with SMTP id y29mr342785wfi.175.1257053911915; Sat, 31 Oct 2009 22:38:31 -0700 (PDT) In-Reply-To: <82804.79685.qm@web30804.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> Date: Sat, 31 Oct 2009 22:38:31 -0700 Message-ID: From: patrick To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 06:07:09 -0000 What happens if you disable pf temporarily? 2009/10/31 D=E1nielisz L=E1szl=F3 : > Hello, > > I just configured my dhcpd but it gives no IP-s. > What had I done until now: > > =A01. Installed isc-dhcp via ports > > 2. edited the /usr/local/etc/dhcpd.conf > > option domain-name "bsd"; > option domain-name-servers ; > option subnet-mask 255.255.255.0; > authoritative; > > default-lease-time 3600; > max-lease-time 86400; > ddns-update-style none; > > subnet 192.168.1.0 netmask 255.255.255.0 { > range 192.168.1.129 192.168.1.250; > option routers 192.168.1.1; > } > > 3. Added the following ones to /etc/rc.conf > ifconfig_rl1=3D"inet 192.168.1.1 =A0netmask 255.255.255.0" > dhcpd_enable=3D"YES" > dhcpd_conf=3D"/usr/local/etc/dhcpd.conf" > dhcpd_ifaces=3D"rl1" > > > 4. Opened the adequate port in pf > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 192.168.1.1 port= =3D bootps flags S/SA keep state > pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 port= =3D bootps keep state > > 5.. When I start de daemon: > # /usr/local/etc/rc.d/isc-dhcpd start > Starting dhcpd. > Internet Systems Consortium DHCP Server V3.0.7 > Copyright 2004-2008 Internet Systems Consortium. > All rights reserved. > For info, please visit http://www.isc.org/sw/dhcp/ > Wrote 0 leases to leases file. > Listening on Socket/rl1/192.168.1/24 > Sending on =A0 Socket/rl1/192.168.1/24 > > Everythings looks to be ok there but on the client (I tried OS-X and Noki= a symbian) I can not obtain the IP address, do you have any idea what shoul= d I check? > > > Thanks! > Laci > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 07:34:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 902391065670 for ; Sun, 1 Nov 2009 07:34:04 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30807.mail.mud.yahoo.com (web30807.mail.mud.yahoo.com [68.142.200.150]) by mx1.freebsd.org (Postfix) with SMTP id 544AD8FC15 for ; Sun, 1 Nov 2009 07:34:04 +0000 (UTC) Received: (qmail 13197 invoked by uid 60001); 1 Nov 2009 07:34:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257060843; bh=Tnq7fommDHuH5RxSkoM0kWyhToGMC2ZlYoZXv4/mEpc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=sywLq6fPojE7KNF2VBAyUUVmR5NhBNjR1H4Im0zXb+dcGdMkGSAhXAVhEipqHyU/CAETGx1dL/eB6H5laFvMbAEiIGGqkzQSDnvISfaY2pKd1y1AmJyaNnv/5+ikeo0yANUGfPAlr5/KXU+oos3PfWVu9IlLQ/wjWo2Q85D8u2I= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=5P2inGN4MWOTk46+xOEURVMlS23o1EE7CMAaxTGHELUYbzaF6LRGNWui6Dnwvlsd+BJEfTV40C6WQ4SWB/U6qwFR9d6tOMM1My4TJJoavvxHgtI7LQffG3tohHvjtQ/vSEP2NXltpXCRig2kSjGAB36YEVgNVXd9QGqhV4YuLKU=; Message-ID: <516971.12872.qm@web30807.mail.mud.yahoo.com> X-YMail-OSG: xq4OyjkVM1ndXLTmE.NlZ5z_7Qj4S5JoYn2dYdhNoarDaqj5KmlOFnI.jaHQ02YoSNwcFJSaxOROkiiieS7_ZfJYJn8cIjrR0_RGCOCFco1L9yLj3tKhCTiUSjOHFfVAW1p.7_XLMfs4GoBw3S0ftouSTOjFkn99HODKDDgkiNhptt.FJk5J8kWvej.PXfw5hcn3jqhFHpFJwQS.K_tm8ehuzNg713T1M3leYS2pm2sGf4n4saoBFAbgi_cbVmVXOeDc8.ncP1aEZQqIR6z2rgIYtZLQs_WVeBelDg.fx8rZ7oQwUU3zU0LUYMK3ZIgvmIINcGxAnoGjzaovv20gVczvx3pWzGHfB.2fwiDFpG_zq6KHpIe05onK8rLDiPc7Nt6axk12ypirp4AGbVI9Gf2..UkzVTDLEtwXBlB4PROwMaiypLq742ORK2zfmJqMUDQsk24yTsMQWhgJuuZJSBg- Received: from [78.131.57.57] by web30807.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 00:34:03 PDT X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 00:34:03 -0700 (PDT) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: patrick In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 07:34:04 -0000 It's the same, I still don't got any IP address.=0A=0A=0A=0A=0A____________= ____________________=0AFrom: patrick =0ATo: D=E1niel= isz L=E1szl=F3 =0ACc: freebsd-questions@freebsd= .org=0ASent: Sun, November 1, 2009 6:38:31 AM=0ASubject: Re: dhcpd related = issue=0A=0AWhat happens if you disable pf temporarily?=0A=0A2009/10/31 D=E1= nielisz L=E1szl=F3 :=0A> Hello,=0A>=0A> I just = configured my dhcpd but it gives no IP-s.=0A> What had I done until now:=0A= >=0A> 1. Installed isc-dhcp via ports=0A>=0A> 2. edited the /usr/local/etc= /dhcpd.conf=0A>=0A> option domain-name "bsd";=0A> option domain-name-server= s ;=0A> option subnet-mask 255.255.255.0;=0A> authoritati= ve;=0A>=0A> default-lease-time 3600;=0A> max-lease-time 86400;=0A> ddns-upd= ate-style none;=0A>=0A> subnet 192.168.1.0 netmask 255.255.255.0 {=0A> rang= e 192.168.1.129 192.168.1.250;=0A> option routers 192.168.1.1;=0A> }=0A>=0A= > 3. Added the following ones to /etc/rc.conf=0A> ifconfig_rl1=3D"inet 192.= 168.1.1 netmask 255.255.255.0"=0A> dhcpd_enable=3D"YES"=0A> dhcpd_conf=3D"= /usr/local/etc/dhcpd.conf"=0A> dhcpd_ifaces=3D"rl1"=0A>=0A>=0A> 4. Opened t= he adequate port in pf=0A> pass in log on rl1 inet proto tcp from 192.168.1= .0/24 to 192.168.1.1 port =3D bootps flags S/SA keep state=0A> pass in log = on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 port =3D bootps ke= ep state=0A>=0A> 5.. When I start de daemon:=0A> # /usr/local/etc/rc.d/isc-= dhcpd start=0A> Starting dhcpd.=0A> Internet Systems Consortium DHCP Server= V3.0.7=0A> Copyright 2004-2008 Internet Systems Consortium.=0A> All rights= reserved.=0A> For info, please visit http://www.isc.org/sw/dhcp/=0A> Wrote= 0 leases to leases file.=0A> Listening on Socket/rl1/192.168.1/24=0A> Send= ing on Socket/rl1/192.168.1/24=0A>=0A> Everythings looks to be ok there b= ut on the client (I tried OS-X and Nokia symbian) I can not obtain the IP a= ddress, do you have any idea what should I check?=0A>=0A>=0A> Thanks!=0A> L= aci=0A>=0A>=0A>=0A> _______________________________________________=0A> fre= ebsd-questions@freebsd.org mailing list=0A> http://lists.freebsd.org/mailma= n/listinfo/freebsd-questions=0A> To unsubscribe, send any mail to "freebsd-= questions-unsubscribe@freebsd.org"=0A>=0A__________________________________= _____________=0Afreebsd-questions@freebsd.org mailing list=0Ahttp://lists.f= reebsd.org/mailman/listinfo/freebsd-questions=0ATo unsubscribe, send any ma= il to "freebsd-questions-unsubscribe@freebsd.org"=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 09:00:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C12F106568D for ; Sun, 1 Nov 2009 09:00:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED518FC1B for ; Sun, 1 Nov 2009 09:00:34 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=eW9HMCBNs1tNz407qWsA:9 a=NUQckbGhV9J5nKnGaMN7NlT9fMYA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1314476751; Sun, 01 Nov 2009 10:00:32 +0100 From: Hans Petter Selasky To: Jille Timmermans Date: Sun, 1 Nov 2009 10:01:41 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4AEC94A9.1050309@quis.cx> In-Reply-To: <4AEC94A9.1050309@quis.cx> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911011001.44377.hselasky@c2i.net> Cc: freebsd-questions@freebsd.org Subject: Re: Gnokii with USB2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 09:00:35 -0000 On Saturday 31 October 2009 20:48:57 Jille Timmermans wrote: > I'm trying to read the SMS of my telephone using comms/gnokii. But I > can't figure out which 'port' (thing in /dev) I must pass to gnokii. > /dev/usb/0.2.{0,1,2}, /dev/ugen0.2, /dev/da0, /dev/pass0 all didn't work > (Yes, I know trying da0 was not a really smart/safe idea). But those are > the only new devices which showed up after connecting the USB-cable. > I think that "connection = serial" is wrong. You should not have to specify port for USB. Also check that your device shows up when you type "usbconfig" as the user you are running gnokiirc. Also make sure gnokiirc is compiled with USB support. --HPS > > My ~/.gnokiirc: > [global] > port = /dev/usb/0.2.1 > model = AT > connection = serial > > [logging] > debug = on > > OS: > FreeBSD 8.0-CURRENT r193930 of June 10 > > Telephone: > LG K800 > > > -- Jille From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 10:06:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25799106566B for ; Sun, 1 Nov 2009 10:06:38 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30807.mail.mud.yahoo.com (web30807.mail.mud.yahoo.com [68.142.200.150]) by mx1.freebsd.org (Postfix) with SMTP id DDBCE8FC13 for ; Sun, 1 Nov 2009 10:06:37 +0000 (UTC) Received: (qmail 85635 invoked by uid 60001); 1 Nov 2009 10:06:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257069996; bh=ZzBAmEUTTi5NSYutVzCLxmC+s/K6IJ1Q4whE98udRSU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=3IU+dcnRUAYf21K5ub2w6z2A7wENqxodzdCVsoWPVRJq/8S7SSqcpJlDoi1VbpOlQd5amY64fNsindwBoxnIVABx8GcrKW3FlI82JzCoim4/i5cGOLej43ikjTIuffofNnrqPvlzUudh8u+rf4seBQwEkjlMgDYeKhvKsnS06tA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=SC+GfiNVsMCkpLY5tDlSuVodpxXLZZbX977OnnihslHGj4YcQ/kunDryZAt+7hcqEWJttQ2TfLYEjjC4kmPJK+hhPIJppqpKkEJJT1xXCt4ULRCkZ4JhWfDRLNCMyz9zDryJNvF4FjigOAShCt9uR3BZOr5Z1/839HvXrW5VJOI=; Message-ID: <806321.83601.qm@web30807.mail.mud.yahoo.com> X-YMail-OSG: PhK8xVkVM1nIMufw2IX_OZ2GfonS9C22IlIEv9NAky7T_xRBGd8NNRVxWFCZTltO2kcOX7Vh0SjtyECk3K1oviS9EHLBQFBhZUzBI70cAcY5bUzqyESowx0wPbDwE6HKrULVJNG63bxUqqWGIwNid5rdy1QhV7hNH2DXXKRzpMddLmfu0TAYm81eSx6BW3bOVvXDVF4LC1vlVi3c_mmHTFV2kDWNLCHrIAgAPh55nh1IZDSNh6Wmwodp2NBSb2jzYRpJYSQWWlWb56Xi3shP9tSR2dJhn59qYQeghfKt405bY_JK3Qu9sIwkRAW7a3Xu3r1xMxSadMgJumLxDMS_nnXMZZxIAbHwNvofS8PLwXDEs.mo8ZU0AdC6o5.t81Ha4xhoUHKcrnsPTg85g7NdW5gylnimyRVqC4CpoGMYAH4jz_QPf7ArsuS_t6Y5jwMU165ak9Vbzis7WYr6Sgs9_sgOum_MBaSmPgy7MH8GQptyqljZvs8vtQD.v78- Received: from [78.131.57.57] by web30807.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 02:06:36 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 02:06:36 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: <516971.12872.qm@web30807.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 10:06:38 -0000 I had one more idea: try nmap on my dhcp server, and port 67 does not seems= to be opened, after I tried telneting in and my connection was refused:=0A= =0A$ telnet 192.168.1.1 67=0ATrying 192.168.1.1...=0Atelnet: connect to add= ress 192.168.1.1: Connection refused=0Atelnet: Unable to connect to remote = host=0A=0AThan I disabled pf=0A# pfctl -d=0ANo ALTQ support in kernel=0AALT= Q related functions disabled=0Apf disabled=0A=0AThan I checked telnet/nmap = again but still don't found any 67 port ever there. I checked again that th= e dhcpd is running, and its up:=0A# ps ax|grep dhcp=0A 958 ?? Is 0:0= 0.00 /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/= dhcpd.lease=0A=0AAny idea?=0A=0A=0A=0A=0A________________________________= =0AFrom: D=E1nielisz L=E1szl=F3 =0ATo: patrick = =0ACc: freebsd-questions@freebsd.org=0ASent: Sun, No= vember 1, 2009 8:34:03 AM=0ASubject: Re: dhcpd related issue=0A=0AIt's the = same, I still don't got any IP address.=0A=0A=0A=0A=0A_____________________= ___________=0AFrom: patrick =0ATo: D=E1nielisz L=E1s= zl=F3 =0ACc: freebsd-questions@freebsd.org=0ASe= nt: Sun, November 1, 2009 6:38:31 AM=0ASubject: Re: dhcpd related issue=0A= =0AWhat happens if you disable pf temporarily?=0A=0A2009/10/31 D=E1nielisz = L=E1szl=F3 :=0A> Hello,=0A>=0A> I just configur= ed my dhcpd but it gives no IP-s.=0A> What had I done until now:=0A>=0A> 1= . Installed isc-dhcp via ports=0A>=0A> 2. edited the /usr/local/etc/dhcpd.c= onf=0A>=0A> option domain-name "bsd";=0A> option domain-name-servers ;=0A> option subnet-mask 255.255.255.0;=0A> authoritative;=0A>= =0A> default-lease-time 3600;=0A> max-lease-time 86400;=0A> ddns-update-sty= le none;=0A>=0A> subnet 192.168.1.0 netmask 255.255.255.0 {=0A> range 192.1= 68.1.129 192.168.1.250;=0A> option routers 192.168.1.1;=0A> }=0A>=0A> 3. Ad= ded the following ones to /etc/rc.conf=0A> ifconfig_rl1=3D"inet 192.168.1.1= netmask 255.255.255.0"=0A> dhcpd_enable=3D"YES"=0A> dhcpd_conf=3D"/usr/lo= cal/etc/dhcpd.conf"=0A> dhcpd_ifaces=3D"rl1"=0A>=0A>=0A> 4. Opened the adeq= uate port in pf=0A> pass in log on rl1 inet proto tcp from 192.168.1.0/24 t= o 192.168.1.1 port =3D bootps flags S/SA keep state=0A> pass in log on rl1 = inet proto udp from 192.168.1.0/24 to 192.168.1.1 port =3D bootps keep stat= e=0A>=0A> 5.. When I start de daemon:=0A> # /usr/local/etc/rc.d/isc-dhcpd s= tart=0A> Starting dhcpd.=0A> Internet Systems Consortium DHCP Server V3.0.7= =0A> Copyright 2004-2008 Internet Systems Consortium.=0A> All rights reserv= ed.=0A> For info, please visit http://www.isc.org/sw/dhcp/=0A> Wrote 0 leas= es to leases file.=0A> Listening on Socket/rl1/192.168.1/24=0A> Sending on = Socket/rl1/192.168.1/24=0A>=0A> Everythings looks to be ok there but on t= he client (I tried OS-X and Nokia symbian) I can not obtain the IP address,= do you have any idea what should I check?=0A>=0A>=0A> Thanks!=0A> Laci=0A>= =0A>=0A>=0A> _______________________________________________=0A> freebsd-qu= estions@freebsd.org mailing list=0A> http://lists.freebsd.org/mailman/listi= nfo/freebsd-questions=0A> To unsubscribe, send any mail to "freebsd-questio= ns-unsubscribe@freebsd.org"=0A>=0A_________________________________________= ______=0Afreebsd-questions@freebsd.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=0A__________________= _____________________________=0Afreebsd-questions@freebsd.org mailing list= =0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-questions=0ATo unsubsc= ribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"=0A=0A=0A= =0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:00:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D678106566B for ; Sun, 1 Nov 2009 11:00:52 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30806.mail.mud.yahoo.com (web30806.mail.mud.yahoo.com [68.142.200.149]) by mx1.freebsd.org (Postfix) with SMTP id C1C418FC13 for ; Sun, 1 Nov 2009 11:00:51 +0000 (UTC) Received: (qmail 92785 invoked by uid 60001); 1 Nov 2009 11:00:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257073251; bh=FeEOoHSVYqVO3ekih+LDJSV6OnbRWec7+ONR3d307Y0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=3edE2x5okT9mTBkv6VTz76cPsTBYBKlVn/CF09nXhVUt3tymfiQiLklEaJp5eQMx0NPtEIRV/FN+prLg2C91GwjBH9Zq/4eP5S3iyZu9gXBURWUeC1a9ec1/VQ2fik5CqKOwhLOSj6ZpwCLtWVcF2XRpgAUGH1gMl6NEPEQvQ4g= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=33VsBAHFYMODssTXjwviLJY/CQzVHCznxYg75HdEzUwV4zTRRASeozNGGM+U9M59t/Ib9udmlaqf6A/Z7e0/wMX/3Bpfxbrt5NS5Buu4MWk3ZVX2SgzHxTQPIL6jKRzcssRqraS56OuawipFPdo/RCVgu8O6dB9HamDX0sZr9FA=; Message-ID: <49594.91061.qm@web30806.mail.mud.yahoo.com> X-YMail-OSG: Jigwl0oVM1mTjFSHJkAL_G5owaUND4NnOIWosov6oC5PH8Tgx6MEsIkigGuPqlQaA5izu1gCjfJnQsY0dgoMzDSPDR0U_cEfT.IDrmXD1gvAGTdMtruX1ByQjKXJ0VWKz126POAvez_kBtesvIUXGvuvsAKo1AmEpRjDtP_UQvxkkwzlaOiq2oWq_66cUGaO_kz0gECjzwUR3iRpxhR.D203_vT48uoghJi658VKaJEn3rller91KDomNy55TgVM8HdrXlE3kscS.YcbEzxCF6.vHoRC_MUdK4t5mAtJ3IGmvydFiQEkV_.FXRCnPdHZpJJuzJ_xV7kdS0osbq5m8O7RYtG_JqfPx4yx2tut4dg9RJMP9G4k9.97mLstMO7r5Q7jRp7tSkaNIZKuxHjt.H4dgA50cco6F63vMXlHr1zMrGM3ymEfTcW5J1IPv1N_L3iTdwFm54q1KlzgSIsq37tDllYSWWENRf6O9j6kP6q2bwcgnx.EQWnlWsM- Received: from [78.131.57.57] by web30806.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 03:00:50 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 03:00:50 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: <806321.83601.qm@web30807.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 11:00:52 -0000 I don't give it up, doing some tcpdump on my BSD I can see the dhcp request= reaches the machine, the dhcpd is running, but why doesn't gives any IP?= =0A=0A# tcpdump -i rl1 -n port 67 or port 68=0Atcpdump: verbose output supp= ressed, use -v or -vv for full protocol decode=0Alistening on rl1, link-typ= e EN10MB (Ethernet), capture size 96 bytes=0A11:51:43.086597 IP 0.0.0.0.68 = > 255.255.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 30= 0=0A11:51:45.102260 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request= from 00:24:03:f1:bd:36, length 300=0A11:51:49.114960 IP 0.0.0.0.68 > 255.2= 55.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A11:= 51:57.150734 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 0= 0:24:03:f1:bd:36, length 300=0A11:51:59.157311 IP 0.0.0.0.68 > 255.255.255.= 255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A11:52:03.1= 60029 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:24:03= :f1:bd:36, length 300=0A11:57:09.770520 IP 0.0.0.0.68 > 255.255.255.255.67:= BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 300=0A11:57:11.941379 I= P 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:41:= d9, length 300=0A11:57:14.928398 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/= DHCP, Request from 00:23:6c:86:41:d9, length 300=0A11:57:16.378911 IP 0.0.0= .0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, len= gth 300=0A11:57:17.703219 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, R= equest from 00:23:6c:86:41:d9, length 300=0A11:57:18.839763 IP 0.0.0.0.68 >= 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 300= =0A=0A=0A=0A=0A=0A=0A________________________________=0AFrom: D=E1nielisz L= =E1szl=F3 =0ATo: freebsd-questions@freebsd.org= =0ASent: Sun, November 1, 2009 11:06:36 AM=0ASubject: Re: dhcpd related iss= ue=0A=0AI had one more idea: try nmap on my dhcp server, and port 67 does n= ot seems to be opened, after I tried telneting in and my connection was ref= used:=0A=0A$ telnet 192.168.1.1 67=0ATrying 192.168.1.1...=0Atelnet: connec= t to address 192.168.1.1: Connection refused=0Atelnet: Unable to connect to= remote host=0A=0AThan I disabled pf=0A# pfctl -d=0ANo ALTQ support in kern= el=0AALTQ related functions disabled=0Apf disabled=0A=0AThan I checked teln= et/nmap again but still don't found any 67 port ever there. I checked again= that the dhcpd is running, and its up:=0A# ps ax|grep dhcp=0A 958 ?? Is= 0:00.00 /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf -lf /var/d= b/dhcpd/dhcpd.lease=0A=0AAny idea?=0A=0A=0A=0A=0A__________________________= ______=0AFrom: D=E1nielisz L=E1szl=F3 =0ATo: pa= trick =0ACc: freebsd-questions@freebsd.org=0ASent: S= un, November 1, 2009 8:34:03 AM=0ASubject: Re: dhcpd related issue=0A=0AIt'= s the same, I still don't got any IP address.=0A=0A=0A=0A=0A_______________= _________________=0AFrom: patrick =0ATo: D=E1nielisz= L=E1szl=F3 =0ACc: freebsd-questions@freebsd.or= g=0ASent: Sun, November 1, 2009 6:38:31 AM=0ASubject: Re: dhcpd related iss= ue=0A=0AWhat happens if you disable pf temporarily?=0A=0A2009/10/31 D=E1nie= lisz L=E1szl=F3 :=0A> Hello,=0A>=0A> I just con= figured my dhcpd but it gives no IP-s.=0A> What had I done until now:=0A>= =0A> 1. Installed isc-dhcp via ports=0A>=0A> 2. edited the /usr/local/etc/= dhcpd.conf=0A>=0A> option domain-name "bsd";=0A> option domain-name-servers= ;=0A> option subnet-mask 255.255.255.0;=0A> authoritativ= e;=0A>=0A> default-lease-time 3600;=0A> max-lease-time 86400;=0A> ddns-upda= te-style none;=0A>=0A> subnet 192.168.1.0 netmask 255.255.255.0 {=0A> range= 192.168.1.129 192.168.1.250;=0A> option routers 192.168.1.1;=0A> }=0A>=0A>= 3. Added the following ones to /etc/rc.conf=0A> ifconfig_rl1=3D"inet 192.1= 68.1.1 netmask 255.255.255.0"=0A> dhcpd_enable=3D"YES"=0A> dhcpd_conf=3D"/= usr/local/etc/dhcpd.conf"=0A> dhcpd_ifaces=3D"rl1"=0A>=0A>=0A> 4. Opened th= e adequate port in pf=0A> pass in log on rl1 inet proto tcp from 192.168.1.= 0/24 to 192.168.1.1 port =3D bootps flags S/SA keep state=0A> pass in log o= n rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 port =3D bootps kee= p state=0A>=0A> 5.. When I start de daemon:=0A> # /usr/local/etc/rc.d/isc-d= hcpd start=0A> Starting dhcpd.=0A> Internet Systems Consortium DHCP Server = V3.0.7=0A> Copyright 2004-2008 Internet Systems Consortium.=0A> All rights = reserved.=0A> For info, please visit http://www.isc.org/sw/dhcp/=0A> Wrote = 0 leases to leases file.=0A> Listening on Socket/rl1/192.168.1/24=0A> Sendi= ng on Socket/rl1/192.168.1/24=0A>=0A> Everythings looks to be ok there bu= t on the client (I tried OS-X and Nokia symbian) I can not obtain the IP ad= dress, do you have any idea what should I check?=0A>=0A>=0A> Thanks!=0A> La= ci=0A>=0A>=0A>=0A> _______________________________________________=0A> free= bsd-questions@freebsd.org mailing list=0A> http://lists.freebsd.org/mailman= /listinfo/freebsd-questions=0A> To unsubscribe, send any mail to "freebsd-q= uestions-unsubscribe@freebsd.org"=0A>=0A___________________________________= ____________=0Afreebsd-questions@freebsd.org mailing list=0Ahttp://lists.fr= eebsd.org/mailman/listinfo/freebsd-questions=0ATo unsubscribe, send any mai= l to "freebsd-questions-unsubscribe@freebsd.org"=0A=0A=0A=0A=0A____________= ___________________________________=0Afreebsd-questions@freebsd.org mailing= list=0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-questions=0ATo un= subscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"=0A= =0A=0A=0A=0A_______________________________________________=0Afreebsd-quest= ions@freebsd.org mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo/f= reebsd-questions=0ATo unsubscribe, send any mail to "freebsd-questions-unsu= bscribe@freebsd.org"=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:09:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 209F9106568D for ; Sun, 1 Nov 2009 11:09:32 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 739608FC18 for ; Sun, 1 Nov 2009 11:09:31 +0000 (UTC) Received: by bwz5 with SMTP id 5so5306456bwz.3 for ; Sun, 01 Nov 2009 03:09:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Hr0jnM6mn2JMNNK422OflJnvqdQTkeAqGpo8464I8XY=; b=EJk9tVCGWTc2e8v9EdqRBTuaGlg0xEeOQyquvUQcCxY0L6MbiT0X7/2GrN7nQRm6Vy hXR/HZqmm2l6Sxqz1PaxR0W+1os08QpHSXj0+U/2Qfuo0ZOb72v9QoQyzGDjycnu5Tgv UBUlwQ1tGqBDxUHoQ4lP13+bQ7jw9u82L6zfI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bd8V7lTVsN+tmUO3c4eVlVlD+4rrwPKz0qtvDNatzJ3ll77d75jrJ9qMD/NZokxoks L7zjigB25Sp0CJaYLCTnIbbzlNquuY2uBYcW0kyZpBZoPkFUeDIcA5xDm6l2B97v3Tku J76/6q2ck7uPjGsx83tjQxDoo06zcJZKBGnI0= MIME-Version: 1.0 Received: by 10.239.163.201 with SMTP id q9mr389610hbd.38.1257073770094; Sun, 01 Nov 2009 03:09:30 -0800 (PST) In-Reply-To: <49594.91061.qm@web30806.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 11:09:30 +0000 Message-ID: From: krad To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 11:09:32 -0000 2009/11/1 D=E1nielisz L=E1szl=F3 > I don't give it up, doing some tcpdump on my BSD I can see the dhcp reque= st > reaches the machine, the dhcpd is running, but why doesn't gives any IP? > > # tcpdump -i rl1 -n port 67 or port 68 > tcpdump: verbose output suppressed, use -v or -vv for full protocol decod= e > listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes > 11:51:43.086597 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 > 11:51:45.102260 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 > 11:51:49.114960 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 > 11:51:57.150734 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 > 11:51:59.157311 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 > 11:52:03.160029 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 > 11:57:09.770520 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:23:6c:86:41:d9, length 300 > 11:57:11.941379 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:23:6c:86:41:d9, length 300 > 11:57:14.928398 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:23:6c:86:41:d9, length 300 > 11:57:16.378911 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:23:6c:86:41:d9, length 300 > 11:57:17.703219 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:23:6c:86:41:d9, length 300 > 11:57:18.839763 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:23:6c:86:41:d9, length 300 > > > > > > > ________________________________ > From: D=E1nielisz L=E1szl=F3 > To: freebsd-questions@freebsd.org > Sent: Sun, November 1, 2009 11:06:36 AM > Subject: Re: dhcpd related issue > > I had one more idea: try nmap on my dhcp server, and port 67 does not see= ms > to be opened, after I tried telneting in and my connection was refused: > > $ telnet 192.168.1.1 67 > Trying 192.168.1.1... > telnet: connect to address 192.168.1.1: Connection refused > telnet: Unable to connect to remote host > > Than I disabled pf > # pfctl -d > No ALTQ support in kernel > ALTQ related functions disabled > pf disabled > > Than I checked telnet/nmap again but still don't found any 67 port ever > there. I checked again that the dhcpd is running, and its up: > # ps ax|grep dhcp > 958 ?? Is 0:00.00 /usr/local/sbin/dhcpd -cf > /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/dhcpd.lease > > Any idea? > > > > > ________________________________ > From: D=E1nielisz L=E1szl=F3 > To: patrick > Cc: freebsd-questions@freebsd.org > Sent: Sun, November 1, 2009 8:34:03 AM > Subject: Re: dhcpd related issue > > It's the same, I still don't got any IP address. > > > > > ________________________________ > From: patrick > To: D=E1nielisz L=E1szl=F3 > Cc: freebsd-questions@freebsd.org > Sent: Sun, November 1, 2009 6:38:31 AM > Subject: Re: dhcpd related issue > > What happens if you disable pf temporarily? > > 2009/10/31 D=E1nielisz L=E1szl=F3 : > > Hello, > > > > I just configured my dhcpd but it gives no IP-s. > > What had I done until now: > > > > 1. Installed isc-dhcp via ports > > > > 2. edited the /usr/local/etc/dhcpd.conf > > > > option domain-name "bsd"; > > option domain-name-servers ; > > option subnet-mask 255.255.255.0; > > authoritative; > > > > default-lease-time 3600; > > max-lease-time 86400; > > ddns-update-style none; > > > > subnet 192.168.1.0 netmask 255.255.255.0 { > > range 192.168.1.129 192.168.1.250; > > option routers 192.168.1.1; > > } > > > > 3. Added the following ones to /etc/rc.conf > > ifconfig_rl1=3D"inet 192.168.1.1 netmask 255.255.255.0" > > dhcpd_enable=3D"YES" > > dhcpd_conf=3D"/usr/local/etc/dhcpd.conf" > > dhcpd_ifaces=3D"rl1" > > > > > > 4. Opened the adequate port in pf > > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 192.168.1.1 > port =3D bootps flags S/SA keep state > > pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 > port =3D bootps keep state > > > > 5.. When I start de daemon: > > # /usr/local/etc/rc.d/isc-dhcpd start > > Starting dhcpd. > > Internet Systems Consortium DHCP Server V3.0.7 > > Copyright 2004-2008 Internet Systems Consortium. > > All rights reserved. > > For info, please visit http://www.isc.org/sw/dhcp/ > > Wrote 0 leases to leases file. > > Listening on Socket/rl1/192.168.1/24 > > Sending on Socket/rl1/192.168.1/24 > > > > Everythings looks to be ok there but on the client (I tried OS-X and > Nokia symbian) I can not obtain the IP address, do you have any idea what > should I check? > > > > > > Thanks! > > Laci > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > start with the silly stuff what does ifconfig say for that interface From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:18:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61138106566B for ; Sun, 1 Nov 2009 11:18:13 +0000 (UTC) (envelope-from guy@posteurs.com) Received: from kim.posteurs.com (kim.posteurs.com [91.121.169.122]) by mx1.freebsd.org (Postfix) with ESMTP id 23DE08FC16 for ; Sun, 1 Nov 2009 11:18:12 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by kim.posteurs.com (Postfix) with ESMTP id 2A6B42B019 for ; Sun, 1 Nov 2009 12:02:46 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at kim.posteurs.com Received: from kim.posteurs.com ([127.0.0.1]) by localhost (kim.posteurs.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hZ0s57gPudtT for ; Sun, 1 Nov 2009 12:02:32 +0100 (CET) Received: from [192.168.1.10] (guy.posteurs.com [88.161.152.179]) (Authenticated sender: guy@posteurs.com) by kim.posteurs.com (Postfix) with ESMTPSA id 0AFC92AFC6 for ; Sun, 1 Nov 2009 12:02:32 +0100 (CET) Message-ID: <4AED6E87.1090009@posteurs.com> Date: Sun, 01 Nov 2009 12:18:31 +0100 From: Guy Marcenac User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4AEC1729.6000307@posteurs.com> In-Reply-To: <4AEC1729.6000307@posteurs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: best way to install/update software and firewall choice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 11:18:13 -0000 Thanks to all -- Guy From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:28:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5585F106566C for ; Sun, 1 Nov 2009 11:28:24 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30807.mail.mud.yahoo.com (web30807.mail.mud.yahoo.com [68.142.200.150]) by mx1.freebsd.org (Postfix) with SMTP id 123528FC08 for ; Sun, 1 Nov 2009 11:28:23 +0000 (UTC) Received: (qmail 25889 invoked by uid 60001); 1 Nov 2009 11:28:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257074903; bh=OJ39WpjwNVOy5Smn/tWVf0LLrIJ+XoziedbpNgsw5o4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=NxTD35xOK9qHa2tSHGU+d4pspzhubCRu5bFcBj3XHnWGAO2WwAAKd06Oox8W41IE3zwXHlvMzBtAq2YG+RGmL0VY0hU5/k0tauL7MqrB792CuwCYs4Z7raI0yue0waTUOrDsbEti7sW9glPm8FhRB5Nww0C5+4Exzyd5zEyG8s8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=KAhxVTW9XSS09rSNcUe7OPNYMUWuM7WPKIIWJSQWSxrGA3NozKuDrF2j4uXCXHQXMCBtvtKOwo4a+dPgAqlMtTpCOtAWdFYXtM/tIdOHtZGEK4kLWfpE8ZhgO3+SFLjnI4Ua9mk4D/KyZqt0TMhVfJemFKXW3F2Npv3W818eLiw=; Message-ID: <367136.24680.qm@web30807.mail.mud.yahoo.com> X-YMail-OSG: jm15RxsVM1nuDhK12RFcKCXspoORw6CL2GmJDNY4Zbk5jfJyXCVzMxMpxfRdwYs746.RTzFNEgshl4ui1vSmKze9CRPQj73_fBzTaeR8tGTka1sxJoc1aMkOVHPSeAmQeG823oWml4LZOQ9jYI.WxySS_dXTYhf2q7nF7VTCMoZOKM0QunVR0JmZlKco4UtJLK7V0df.i8G_pkXoi6Z1JR6PAlO5GGFNe4iVHlN_1iEYwl3vuoffxCcg17hn340iyWflLTwB7ijZYlMV97GTZOgLFnyJtxyttKW5Ia3Rj0cFMLnAaYCKGWs4RmytqP.nqmWaM.A1biy5_NlO9XgnlvO40hwCqitgqI7l7v_FHd_K3_g8caNIKryQdfBKDWmWIwzaUlVVBXZOBkIndwPidXEOdy1g5L95NX.QDPFlknezIE0XNDtmi7jO8iyCZK._KoLodU.IvORbjUE1OEBqx26ZSJ_m0mwawPXQsfH0IHYkNYaknPjUQmcXNpJj5jVZakGOnI6lh5cMeK7lPdzrveQjvuX2RQ0NBjJc2LfLSP9.MuEerIYTJoEKNtM_yWXZyNvK26W1wGS9OAaMXypK Received: from [78.131.57.57] by web30807.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 03:28:23 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 03:28:23 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: krad In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 11:28:24 -0000 Well, it says:=0A=0Arl1: flags=3D8943 metric 0 mtu 1500=0A options=3D8=0A ether 00:13:= 8f:86:2f:64=0A inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.2= 55=0A media: Ethernet autoselect (100baseTX )=0A status:= active=0A=0A=0A=0A=0A________________________________=0AFrom: krad =0ATo: D=E1nielisz L=E1szl=F3 = =0ACc: freebsd-questions@freebsd.org=0ASent: Sun, November 1, 2009 12:09:30= PM=0ASubject: Re: dhcpd related issue - not giving up=0A=0A=0A=0A=0A2009/1= 1/1 D=E1nielisz L=E1szl=F3 =0A=0A>I don't give = it up, doing some tcpdump on my BSD I can see the dhcp request reaches the = machine, the dhcpd is running, but why doesn't gives any IP?=0A>=0A>># tcpd= ump -i rl1 -n port 67 or port 68=0A>>tcpdump: verbose output suppressed, us= e -v or -vv for full protocol decode=0A>>listening on rl1, link-type EN10MB= (Ethernet), capture size 96 bytes=0A>>11:51:43.086597 IP 0.0.0.0.68 > 255.= 255.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A>>= 11:51:45.102260 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request fro= m 00:24:03:f1:bd:36, length 300=0A>>11:51:49.114960 IP 0.0.0.0.68 > 255.255= .255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A>>11:= 51:57.150734 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 0= 0:24:03:f1:bd:36, length 300=0A>>11:51:59.157311 IP 0.0.0.0.68 > 255.255.25= 5.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A>>11:52:= 03.160029 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:2= 4:03:f1:bd:36, length 300=0A>>11:57:09.770520 IP 0.0.0.0.68 > 255.255.255.2= 55.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 300=0A>>11:57:11.= 941379 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6= c:86:41:d9, length 300=0A>>11:57:14.928398 IP 0.0.0.0.68 > 255.255.255.255.= 67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 300=0A>>11:57:16.378= 911 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:8= 6:41:d9, length 300=0A>>11:57:17.703219 IP 0.0.0.0.68 > 255.255.255.255.67:= BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 300=0A>>11:57:18.839763= IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:4= 1:d9, length 300=0A>=0A>=0A>=0A>=0A>=0A>=0A>>______________________________= __=0A>>From: D=E1nielisz L=E1szl=F3 =0A>>To: fr= eebsd-questions@freebsd.org=0A>>Sent: Sun, November 1, 2009 11:06:36 AM=0A>= >Subject: Re: dhcpd related issue=0A>=0A>>I had one more idea: try nmap on = my dhcp server, and port 67 does not seems to be opened, after I tried teln= eting in and my connection was refused:=0A>=0A>>$ telnet 192.168.1.1 67=0A>= >Trying 192.168.1.1...=0A>>telnet: connect to address 192.168.1.1: Connecti= on refused=0A>>telnet: Unable to connect to remote host=0A>=0A>>Than I disa= bled pf=0A>># pfctl -d=0A>>No ALTQ support in kernel=0A>>ALTQ related funct= ions disabled=0A>>pf disabled=0A>=0A>>Than I checked telnet/nmap again but = still don't found any 67 port ever there. I checked again that the dhcpd is= running, and its up:=0A>># ps ax|grep dhcp=0A>> 958 ?? Is 0:00.00 /= usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/dhcpd.= lease=0A>=0A>>Any idea?=0A>=0A>=0A>=0A>=0A>>_______________________________= _=0A>>From: D=E1nielisz L=E1szl=F3 =0A>>To: pat= rick =0A>>Cc: freebsd-questions@freebsd.org=0A>>Sent= : Sun, November 1, 2009 8:34:03 AM=0A>>Subject: Re: dhcpd related issue=0A>= =0A>>It's the same, I still don't got any IP address.=0A>=0A>=0A>=0A>=0A>>_= _______________________________=0A>>From: patrick = =0A>>To: D=E1nielisz L=E1szl=F3 =0A>>Cc: freebs= d-questions@freebsd.org=0A>>Sent: Sun, November 1, 2009 6:38:31 AM=0A>>Subj= ect: Re: dhcpd related issue=0A>=0A>>What happens if you disable pf tempora= rily?=0A>=0A>>2009/10/31 D=E1nielisz L=E1szl=F3 :=0A>>> Hello,=0A>>>=0A>>> I just configured my dhcpd but it gives no IP-s= .=0A>>> What had I done until now:=0A>>>=0A>>> 1. Installed isc-dhcp via p= orts=0A>>>=0A>>> 2. edited the /usr/local/etc/dhcpd.conf=0A>>>=0A>>> option= domain-name "bsd";=0A>>> option domain-name-servers ;=0A= >>> option subnet-mask 255.255.255.0;=0A>>> authoritative;=0A>>>=0A>>> defa= ult-lease-time 3600;=0A>>> max-lease-time 86400;=0A>>> ddns-update-style no= ne;=0A>>>=0A>>> subnet 192.168.1.0 netmask 255.255.255.0 {=0A>>> range 192.= 168.1.129 192.168.1.250;=0A>>> option routers 192.168.1.1;=0A>>> }=0A>>>=0A= >>> 3. Added the following ones to /etc/rc.conf=0A>>> ifconfig_rl1=3D"inet = 192.168.1.1 netmask 255.255.255.0"=0A>>> dhcpd_enable=3D"YES"=0A>>> dhcpd_= conf=3D"/usr/local/etc/dhcpd.conf"=0A>>> dhcpd_ifaces=3D"rl1"=0A>>>=0A>>>= =0A>>> 4. Opened the adequate port in pf=0A>>> pass in log on rl1 inet prot= o tcp from 192.168.1.0/24 to 192.168.1.1 port =3D bootps flags S/SA keep st= ate=0A>>> pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.= 1.1 port =3D bootps keep state=0A>>>=0A>>> 5.. When I start de daemon:=0A>>= > # /usr/local/etc/rc.d/isc-dhcpd start=0A>>> Starting dhcpd.=0A>>> Interne= t Systems Consortium DHCP Server V3.0.7=0A>>> Copyright 2004-2008 Internet = Systems Consortium.=0A>>> All rights reserved.=0A>>> For info, please visit= http://www.isc.org/sw/dhcp/=0A>>> Wrote 0 leases to leases file.=0A>>> Lis= tening on Socket/rl1/192.168.1/24=0A>>> Sending on Socket/rl1/192.168.1/2= 4=0A>>>=0A>>> Everythings looks to be ok there but on the client (I tried O= S-X and Nokia symbian) I can not obtain the IP address, do you have any ide= a what should I check?=0A>>>=0A>>>=0A>>> Thanks!=0A>>> Laci=0A>>>=0A>>>=0A>= >>=0A>>> _______________________________________________=0A>>> freebsd-ques= tions@freebsd.org mailing list=0A>>> http://lists.freebsd.org/mailman/listi= nfo/freebsd-questions=0A>>> To unsubscribe, send any mail to "freebsd-quest= ions-unsubscribe@freebsd.org"=0A>>>=0A>>___________________________________= ____________=0A>freebsd-questions@freebsd.org mailing list=0A>http://lists.= freebsd.org/mailman/listinfo/freebsd-questions=0A>>To unsubscribe, send any= mail to "freebsd-questions-unsubscribe@freebsd.org"=0A>=0A>=0A>=0A>=0A>>__= _____________________________________________=0A>freebsd-questions@freebsd.= org mailing list=0A>http://lists.freebsd.org/mailman/listinfo/freebsd-quest= ions=0A>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@fr= eebsd.org"=0A>=0A>=0A>=0A>=0A>>____________________________________________= ___=0A>freebsd-questions@freebsd.org mailing list=0A>http://lists.freebsd.o= rg/mailman/listinfo/freebsd-questions=0A>>To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"=0A>=0A>=0A>=0A>=0A>>___________= ____________________________________=0A>freebsd-questions@freebsd.org maili= ng list=0A>http://lists.freebsd.org/mailman/listinfo/freebsd-questions=0A>>= To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= "=0A>=0Astart with the silly stuff what does ifconfig say for that interfac= e=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:31:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0E431065704 for ; Sun, 1 Nov 2009 11:31:13 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) by mx1.freebsd.org (Postfix) with ESMTP id 989AF8FC0A for ; Sun, 1 Nov 2009 11:31:12 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.3/8.14.3) with ESMTP id nA1BV7oP011379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Nov 2009 12:31:08 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.3/8.14.3/Submit) with ESMTP id nA1BV7sN011376; Sun, 1 Nov 2009 12:31:07 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Sun, 1 Nov 2009 12:30:52 +0100 (CET) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= In-Reply-To: <806321.83601.qm@web30807.mail.mud.yahoo.com> Message-ID: References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: =?ISO-8859-1?Q?Fagskolen_i_Gj=F8vik?= OpenPGP: url=http://fagskolen.gjovik.no/~trond/trond.key MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2055831798-2103798825-1257075067=:44239" X-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.fig.ol.no Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 11:31:13 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2055831798-2103798825-1257075067=:44239 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 1 Nov 2009 02:06-0800, Dánielisz László wrote: > I had one more idea: try nmap on my dhcp server, and port 67 does > not seems to be opened, after I tried telneting in and my connection > was refused: > > $ telnet 192.168.1.1 67 > Trying 192.168.1.1... > telnet: connect to address 192.168.1.1: Connection refused > telnet: Unable to connect to remote host DHCP uses UDP, telnet uses TCP, no wonder you're getting refused. Do you have bpf (Berkeley packet filter) compiled in the kernel? dhcpd relies on bpf. Just a thought, although dhcpd would probably shut down if bpf is unavailable. As others have suggested, please post the output from ifconfig rl1, and from netstat -rnf inet. > Than I disabled pf > # pfctl -d > No ALTQ support in kernel > ALTQ related functions disabled > pf disabled Just another (silly) thought, does your pf setup allow UDP from 192.168.1.1:67 to *:68 over the rl1 interface? > Than I checked telnet/nmap again but still don't found any 67 port > ever there. I checked again that the dhcpd is running, and its up: > > # ps ax|grep dhcp > 958 ?? Is 0:00.00 /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/dhcpd.lease > > Any idea? Did you restart dhcpd? What's the output from fstat with respect to dhcpd? The output should be something resembling: dhcpd dhcpd 18990 root / 2 drwxr-xr-x 1024 r dhcpd dhcpd 18990 wd / 6 drwxr-xr-x 1024 r dhcpd dhcpd 18990 text /usr 10505569 -rwxr-xr-x 595924 r dhcpd dhcpd 18990 0 /dev 14 crw-rw-rw- null rw dhcpd dhcpd 18990 1 /dev 14 crw-rw-rw- null rw dhcpd dhcpd 18990 2 /dev 14 crw-rw-rw- null rw dhcpd dhcpd 18990 3* local dgram c32224b4 <-> c32228bc dhcpd dhcpd 18990 4* internet raw icmp c32d8b2c dhcpd dhcpd 18990 5* internet dgram udp c3173974 dhcpd dhcpd 18990 6 /var 70999 -rw-r--r-- 93335 w dhcpd dhcpd 18990 7 /dev 7 crw------- bpf rw If you happen to have lsof installed, it should yield something like this: dhcpd 18990 1 dhcpd cwd VDIR 0,98 1024 6 /root dhcpd 18990 1 dhcpd rtd VDIR 0,98 1024 2 / dhcpd 18990 1 dhcpd txt VREG 0,106 595924 10505569 /usr/local/sbin/dhcpd dhcpd 18990 1 dhcpd txt VREG 0,98 220136 26684 /libexec/ld-elf.so.1 dhcpd 18990 1 dhcpd txt VREG 0,98 1143792 1327 /lib/libc.so.7 dhcpd 18990 1 dhcpd 0u VCHR 0,14 0t0 14 /dev/null dhcpd 18990 1 dhcpd 1u VCHR 0,14 0t0 14 /dev/null dhcpd 18990 1 dhcpd 2u VCHR 0,14 0t0 14 /dev/null dhcpd 18990 1 dhcpd 3u unix 0xc31719a8 0t0 ->0xc3171b44 (QR=0 QS=0 SO=PQLEN=0,QLEN=0,QLIM=0,RCVBUF=32768,SNDBUF=16384 SS=ISCONNECTED) dhcpd 18990 1 dhcpd 4u IPv4 0xc32d8b2c 0t0 ICMP *:* (QR=0 QS=0 SO=PQLEN=0,QLEN=0,QLIM=0,RCVBUF=73728,SNDBUF=73728) dhcpd 18990 1 dhcpd 5u IPv4 0xc3175060 0t0 UDP *:bootps (QR=0 QS=0 SO=PQLEN=0,QLEN=0,QLIM=0,RCVBUF=262144,REUSEADDR,SNDBUF=73728) dhcpd 18990 1 dhcpd 6w VREG 0,104 94061 70999 /var (/dev/ufs/var) dhcpd 18990 1 dhcpd 7u VCHR 0,7 0t26744985 7 /dev/bpf HTH, Trond. > ________________________________ > From: Dánielisz László > To: patrick > Cc: freebsd-questions@freebsd.org > Sent: Sun, November 1, 2009 8:34:03 AM > Subject: Re: dhcpd related issue > > It's the same, I still don't got any IP address. > > > > > ________________________________ > From: patrick > To: Dánielisz László > Cc: freebsd-questions@freebsd.org > Sent: Sun, November 1, 2009 6:38:31 AM > Subject: Re: dhcpd related issue > > What happens if you disable pf temporarily? > > 2009/10/31 Dánielisz László : > > Hello, > > > > I just configured my dhcpd but it gives no IP-s. > > What had I done until now: > > > > 1. Installed isc-dhcp via ports > > > > 2. edited the /usr/local/etc/dhcpd.conf > > > > option domain-name "bsd"; > > option domain-name-servers ; > > option subnet-mask 255.255.255.0; > > authoritative; > > > > default-lease-time 3600; > > max-lease-time 86400; > > ddns-update-style none; > > > > subnet 192.168.1.0 netmask 255.255.255.0 { > > range 192.168.1.129 192.168.1.250; > > option routers 192.168.1.1; > > } > > > > 3. Added the following ones to /etc/rc.conf > > ifconfig_rl1="inet 192.168.1.1 netmask 255.255.255.0" > > dhcpd_enable="YES" > > dhcpd_conf="/usr/local/etc/dhcpd.conf" > > dhcpd_ifaces="rl1" > > > > > > 4. Opened the adequate port in pf > > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 192.168.1.1 port = bootps flags S/SA keep state > > pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 port = bootps keep state > > > > 5.. When I start de daemon: > > # /usr/local/etc/rc.d/isc-dhcpd start > > Starting dhcpd. > > Internet Systems Consortium DHCP Server V3.0.7 > > Copyright 2004-2008 Internet Systems Consortium. > > All rights reserved. > > For info, please visit http://www.isc.org/sw/dhcp/ > > Wrote 0 leases to leases file. > > Listening on Socket/rl1/192.168.1/24 > > Sending on Socket/rl1/192.168.1/24 > > > > Everythings looks to be ok there but on the client (I tried OS-X and Nokia symbian) I can not obtain the IP address, do you have any idea what should I check? > > > > > > Thanks! > > Laci - -- - ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 7.2-STABLE & Alpine 2.00 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkrtcXsACgkQbYWZalUoElvP0gCeLU+/YYnZ07hy2K5atOeN35kj yk4Ani+Ip66CWpzIzp8986tIu9Ya172n =ksU6 -----END PGP SIGNATURE----- --2055831798-2103798825-1257075067=:44239-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:48:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAA4D1065676 for ; Sun, 1 Nov 2009 11:48:56 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3508FC08 for ; Sun, 1 Nov 2009 11:48:56 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.3/8.14.3) with ESMTP id nA1BmoJI011689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Nov 2009 12:48:50 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.3/8.14.3/Submit) with ESMTP id nA1BmoRq011686; Sun, 1 Nov 2009 12:48:50 +0100 (CET) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Sun, 1 Nov 2009 12:48:45 +0100 (CET) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= In-Reply-To: Message-ID: References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: =?ISO-8859-1?Q?Fagskolen_i_Gj=F8vik?= OpenPGP: url=http://fagskolen.gjovik.no/~trond/trond.key MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="2055831798-2103798825-1257075067=:44239" Content-ID: X-Spam-Status: No, score=-3.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.fig.ol.no Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 11:48:57 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2055831798-2103798825-1257075067=:44239 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Content-Transfer-Encoding: 8BIT Content-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 1 Nov 2009 12:30+0100, Trond Endrestøl wrote: > On Sun, 1 Nov 2009 02:06-0800, Dánielisz László wrote: > > > I had one more idea: try nmap on my dhcp server, and port 67 does > > not seems to be opened, after I tried telneting in and my connection > > was refused: > > > > $ telnet 192.168.1.1 67 > > Trying 192.168.1.1... > > telnet: connect to address 192.168.1.1: Connection refused > > telnet: Unable to connect to remote host > > DHCP uses UDP, telnet uses TCP, no wonder you're getting refused. > > Do you have bpf (Berkeley packet filter) compiled in the kernel? > dhcpd relies on bpf. Just a thought, although dhcpd would probably > shut down if bpf is unavailable. > > As others have suggested, please post the output from ifconfig rl1, > and from netstat -rnf inet. > > > Than I disabled pf > > # pfctl -d > > No ALTQ support in kernel > > ALTQ related functions disabled > > pf disabled > > Just another (silly) thought, does your pf setup allow UDP from > 192.168.1.1:67 to *:68 over the rl1 interface? Initially the DHCP client uses 0.0.0.0 as its IP address and broadcasts the DHCP requests to 255.255.255.255. I know you have disabled pf, but you should later allow the clients and dhcpd to send DHCP messages using the above addresses, i.e. dhcpd will broadcast back the offerings using its own IP-address as source (192.168.1.1 in your case) and the broadcast address 255.255.255.255 as destination. You should probably also allow for the use of 192.168.1.255 as broadcast address in your pf setup with respect to DHCP messages. More ranting on my part, Trond. > > Than I checked telnet/nmap again but still don't found any 67 port > > ever there. I checked again that the dhcpd is running, and its up: > > > > # ps ax|grep dhcp > > 958 ?? Is 0:00.00 /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/dhcpd.lease > > > > Any idea? > > Did you restart dhcpd? > What's the output from fstat with respect to dhcpd? > > The output should be something resembling: > > dhcpd dhcpd 18990 root / 2 drwxr-xr-x 1024 r > dhcpd dhcpd 18990 wd / 6 drwxr-xr-x 1024 r > dhcpd dhcpd 18990 text /usr 10505569 -rwxr-xr-x 595924 r > dhcpd dhcpd 18990 0 /dev 14 crw-rw-rw- null rw > dhcpd dhcpd 18990 1 /dev 14 crw-rw-rw- null rw > dhcpd dhcpd 18990 2 /dev 14 crw-rw-rw- null rw > dhcpd dhcpd 18990 3* local dgram c32224b4 <-> c32228bc > dhcpd dhcpd 18990 4* internet raw icmp c32d8b2c > dhcpd dhcpd 18990 5* internet dgram udp c3173974 > dhcpd dhcpd 18990 6 /var 70999 -rw-r--r-- 93335 w > dhcpd dhcpd 18990 7 /dev 7 crw------- bpf rw > > If you happen to have lsof installed, it should yield something like > this: > > dhcpd 18990 1 dhcpd cwd VDIR 0,98 1024 6 /root > dhcpd 18990 1 dhcpd rtd VDIR 0,98 1024 2 / > dhcpd 18990 1 dhcpd txt VREG 0,106 595924 10505569 /usr/local/sbin/dhcpd > dhcpd 18990 1 dhcpd txt VREG 0,98 220136 26684 /libexec/ld-elf.so.1 > dhcpd 18990 1 dhcpd txt VREG 0,98 1143792 1327 /lib/libc.so.7 > dhcpd 18990 1 dhcpd 0u VCHR 0,14 0t0 14 /dev/null > dhcpd 18990 1 dhcpd 1u VCHR 0,14 0t0 14 /dev/null > dhcpd 18990 1 dhcpd 2u VCHR 0,14 0t0 14 /dev/null > dhcpd 18990 1 dhcpd 3u unix 0xc31719a8 0t0 ->0xc3171b44 (QR=0 QS=0 SO=PQLEN=0,QLEN=0,QLIM=0,RCVBUF=32768,SNDBUF=16384 SS=ISCONNECTED) > dhcpd 18990 1 dhcpd 4u IPv4 0xc32d8b2c 0t0 ICMP *:* (QR=0 QS=0 SO=PQLEN=0,QLEN=0,QLIM=0,RCVBUF=73728,SNDBUF=73728) > dhcpd 18990 1 dhcpd 5u IPv4 0xc3175060 0t0 UDP *:bootps (QR=0 QS=0 SO=PQLEN=0,QLEN=0,QLIM=0,RCVBUF=262144,REUSEADDR,SNDBUF=73728) > dhcpd 18990 1 dhcpd 6w VREG 0,104 94061 70999 /var (/dev/ufs/var) > dhcpd 18990 1 dhcpd 7u VCHR 0,7 0t26744985 7 /dev/bpf > > > HTH, > Trond. > > > ________________________________ > > From: Dánielisz László > > To: patrick > > Cc: freebsd-questions@freebsd.org > > Sent: Sun, November 1, 2009 8:34:03 AM > > Subject: Re: dhcpd related issue > > > > It's the same, I still don't got any IP address. > > > > > > > > > > ________________________________ > > From: patrick > > To: Dánielisz László > > Cc: freebsd-questions@freebsd.org > > Sent: Sun, November 1, 2009 6:38:31 AM > > Subject: Re: dhcpd related issue > > > > What happens if you disable pf temporarily? > > > > 2009/10/31 Dánielisz László : > > > Hello, > > > > > > I just configured my dhcpd but it gives no IP-s. > > > What had I done until now: > > > > > > 1. Installed isc-dhcp via ports > > > > > > 2. edited the /usr/local/etc/dhcpd.conf > > > > > > option domain-name "bsd"; > > > option domain-name-servers ; > > > option subnet-mask 255.255.255.0; > > > authoritative; > > > > > > default-lease-time 3600; > > > max-lease-time 86400; > > > ddns-update-style none; > > > > > > subnet 192.168.1.0 netmask 255.255.255.0 { > > > range 192.168.1.129 192.168.1.250; > > > option routers 192.168.1.1; > > > } > > > > > > 3. Added the following ones to /etc/rc.conf > > > ifconfig_rl1="inet 192.168.1.1 netmask 255.255.255.0" > > > dhcpd_enable="YES" > > > dhcpd_conf="/usr/local/etc/dhcpd.conf" > > > dhcpd_ifaces="rl1" > > > > > > > > > 4. Opened the adequate port in pf > > > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 192.168.1.1 port = bootps flags S/SA keep state > > > pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 port = bootps keep state > > > > > > 5.. When I start de daemon: > > > # /usr/local/etc/rc.d/isc-dhcpd start > > > Starting dhcpd. > > > Internet Systems Consortium DHCP Server V3.0.7 > > > Copyright 2004-2008 Internet Systems Consortium. > > > All rights reserved. > > > For info, please visit http://www.isc.org/sw/dhcp/ > > > Wrote 0 leases to leases file. > > > Listening on Socket/rl1/192.168.1/24 > > > Sending on Socket/rl1/192.168.1/24 > > > > > > Everythings looks to be ok there but on the client (I tried OS-X and Nokia symbian) I can not obtain the IP address, do you have any idea what should I check? > > > > > > > > > Thanks! > > > Laci - -- - ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 7.2-STABLE & Alpine 2.00 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkrtdaIACgkQbYWZalUoElsSkgCdFCF8uxSXyw4tckkrz8/sE2vI xb0An1AKlAoBKrcBYfEXPfXGGRKuYefU =QnuU -----END PGP SIGNATURE----- --2055831798-2103798825-1257075067=:44239-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 11:50:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E1C8106566B for ; Sun, 1 Nov 2009 11:50:18 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30804.mail.mud.yahoo.com (web30804.mail.mud.yahoo.com [68.142.200.147]) by mx1.freebsd.org (Postfix) with SMTP id 0628C8FC20 for ; Sun, 1 Nov 2009 11:50:17 +0000 (UTC) Received: (qmail 83812 invoked by uid 60001); 1 Nov 2009 11:50:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257076217; bh=/30/7OV3WChpSe43olXpQN0OF3XWt4W1rbpWquM5Ckk=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Mgxr27P3atuH4GVYVQJbqnLEhr+j7J65EsqzallVdJL6PwpJdq+SuNTOWojJDukyKiqF3RtVFGkcwCk7Viv/O9cOyrrYBAGFcz4zGgvqqYWw/6A3VczqVGALhsZYe4wWpyS7NwRHLwo/kaZ6HzAC1CR0dB0UIUmntXYI8oqAweI= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=GbYQRvjt+BhHiOxeOQw5cYEL5KLuEBvBDE1fTcPn2HAV5NLr9G3eN7bykrbKjomHyDwrF4u7v70gN/zYGSd9S+N9VRP/YcIBKzyAcBFjdewImD68iTyizcVq5sUThvX5xDICStEHYj7x+invygYDP7UOzDO21Pk5IoWnTV7lphg=; Message-ID: <362244.82968.qm@web30804.mail.mud.yahoo.com> X-YMail-OSG: V6KHRrsVM1lJh6jkxV_fK9CiF.7si5unxSXLrBhgWGVq3M4f1ZexyeCe_ZwLSiHVVW3tHany.ip1qHZKOfCy.YUSE7xEMVELqBcubyfic0x1DOBsohgc_c2xLrfbWzzUS1lpZu9JPGuYDvrbBRurkkZHhIMKoiiWiuoIq0FRHKmu.QiJsWf9BLPALgmEtP0S5.uxPL3EIPAcnRRkAoZtRVdzckQoutien.OJ_6UivCYHf8EUhxySrO_5i76qaPVi8lZpFDd.IEGOGf9OINLq4P3PaoNg2xVCe0299eNqAYw5T13U930DgSGw5kF8sq50D5nuZf16eQnrJG4nRK.pmmRZD4pz7xFXnuNwe55bnDiikVrNsOUiRXE9qyOSzszTcmpfQ6z3cBQQ8WsMx4OoyQ.fHtcOQ2KTUkzLE5C_.aOdSk70oZgojSNovbwx3U_BrHG85VgvN0Yj2QjsRUySyQ-- Received: from [78.131.57.57] by web30804.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 03:50:17 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 03:50:17 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: =?iso-8859-1?Q?Trond_Endrest=F8l?= In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 11:50:18 -0000 The output of:=0A# ifconfig rl1=0Arl1: flags=3D8943 metric 0 mtu 1500=0A options=3D8=0A = ether 00:13:8f:86:2f:64=0A inet 192.168.1.1 netmask 0xffffff00 broadca= st 192.168.1.255=0A media: Ethernet autoselect (100baseTX )= =0A status: active=0A=0AAnd:=0A# netstat -rnf inet=0ARouting tables=0A= =0AInternet:=0ADestination Gateway Flags Refs Use= Netif Expire=0Adefault UGS 0 1= 16905 tun0=0A link#4 UHS 0 = 0 lo0=0A link#6 UHS 0 = 0 tun0=0A127.0.0.1 link#4 UH 0 327 = lo0=0A192.168.1.0/24 link#2 U 1 99038 rl1= =0A192.168.1.1 link#4 UHS 0 0 lo0=0A= =0A=0AI'm usinf FreeBSD 8.0, right now I try to figure out how to check if = bpf is comipled in the generic kernel; just to mention:=0A# /usr/local/etc/= rc.d/isc-dhcpd status=0Adhcpd is running as pid 3716.=0A=0A=0A_____________= ___________________=0AFrom: Trond Endrest=F8l =0ATo: D=E1nielisz L=E1szl=F3 =0ACc: fr= eebsd-questions@freebsd.org=0ASent: Sun, November 1, 2009 12:30:52 PM=0ASub= ject: Re: dhcpd related issue=0A=0A-----BEGIN PGP SIGNED MESSAGE-----=0AHas= h: SHA1=0A=0AOn Sun, 1 Nov 2009 02:06-0800, D=E1nielisz L=E1szl=F3 wrote:= =0A=0A> I had one more idea: try nmap on my dhcp server, and port 67 does = =0A> not seems to be opened, after I tried telneting in and my connection = =0A> was refused:=0A> =0A> $ telnet 192.168.1.1 67=0A> Trying 192.168.1.1..= .=0A> telnet: connect to address 192.168.1.1: Connection refused=0A> telnet= : Unable to connect to remote host=0A=0ADHCP uses UDP, telnet uses TCP, no = wonder you're getting refused.=0A=0ADo you have bpf (Berkeley packet filter= ) compiled in the kernel?=0Adhcpd relies on bpf. Just a thought, although d= hcpd would probably =0Ashut down if bpf is unavailable.=0A=0AAs others have= suggested, please post the output from ifconfig rl1, =0Aand from netstat -= rnf inet.=0A=0A> Than I disabled pf=0A> # pfctl -d=0A> No ALTQ support in k= ernel=0A> ALTQ related functions disabled=0A> pf disabled=0A=0AJust another= (silly) thought, does your pf setup allow UDP from =0A192.168.1.1:67 to *:= 68 over the rl1 interface?=0A=0A> Than I checked telnet/nmap again but stil= l don't found any 67 port =0A> ever there. I checked again that the dhcpd i= s running, and its up:=0A>=0A> # ps ax|grep dhcp=0A> 958 ?? Is 0:00= .00 /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/d= hcpd.lease=0A> =0A> Any idea?=0A=0ADid you restart dhcpd?=0AWhat's the outp= ut from fstat with respect to dhcpd?=0A=0AThe output should be something re= sembling:=0A=0Adhcpd dhcpd 18990 root / 2 drwxr-xr-x = 1024 r=0Adhcpd dhcpd 18990 wd / 6 drwxr-xr-x 102= 4 r=0Adhcpd dhcpd 18990 text /usr 10505569 -rwxr-xr-x 595924 = r=0Adhcpd dhcpd 18990 0 /dev 14 crw-rw-rw- null rw= =0Adhcpd dhcpd 18990 1 /dev 14 crw-rw-rw- null rw=0Ad= hcpd dhcpd 18990 2 /dev 14 crw-rw-rw- null rw=0Adhcpd= dhcpd 18990 3* local dgram c32224b4 <-> c32228bc=0Adhcpd dhc= pd 18990 4* internet raw icmp c32d8b2c=0Adhcpd dhcpd 18990 = 5* internet dgram udp c3173974=0Adhcpd dhcpd 18990 6 /var = 70999 -rw-r--r-- 93335 w=0Adhcpd dhcpd 18990 7 /dev = 7 crw------- bpf rw=0A=0AIf you happen to have lsof installed, it sho= uld yield something like =0Athis:=0A=0Adhcpd 18990 1 dhcpd cwd V= DIR 0,98 1024 6 /root=0Adhcpd 18990 1 dhcpd rtd= VDIR 0,98 1024 2 /=0Adhcpd 18990 1 dhcpd txt= VREG 0,106 595924 10505569 /usr/local/sbin/dhcpd=0Adhcpd 18= 990 1 dhcpd txt VREG 0,98 220136 26684 /libexec/ld-elf.= so.1=0Adhcpd 18990 1 dhcpd txt VREG 0,98 1143792 13= 27 /lib/libc.so.7=0Adhcpd 18990 1 dhcpd 0u VCHR 0,14 = 0t0 14 /dev/null=0Adhcpd 18990 1 dhcpd 1u VCHR 0= ,14 0t0 14 /dev/null=0Adhcpd 18990 1 dhcpd 2u VCHR= 0,14 0t0 14 /dev/null=0Adhcpd 18990 1 dhcpd = 3u unix 0xc31719a8 0t0 ->0xc3171b44 (QR=3D0 QS=3D0 SO=3DPQ= LEN=3D0,QLEN=3D0,QLIM=3D0,RCVBUF=3D32768,SNDBUF=3D16384 SS=3DISCONNECTED)= =0Adhcpd 18990 1 dhcpd 4u IPv4 0xc32d8b2c 0t0 ICMP *= :* (QR=3D0 QS=3D0 SO=3DPQLEN=3D0,QLEN=3D0,QLIM=3D0,RCVBUF=3D73728,SNDBUF=3D= 73728)=0Adhcpd 18990 1 dhcpd 5u IPv4 0xc3175060 0t0 = UDP *:bootps (QR=3D0 QS=3D0 SO=3DPQLEN=3D0,QLEN=3D0,QLIM=3D0,RCVBUF=3D2621= 44,REUSEADDR,SNDBUF=3D73728)=0Adhcpd 18990 1 dhcpd 6w VREG = 0,104 94061 70999 /var (/dev/ufs/var)=0Adhcpd 18990 1 dhcp= d 7u VCHR 0,7 0t26744985 7 /dev/bpf=0A=0A=0AHTH,=0ATrond.= =0A=0A> ________________________________=0A> From: D=E1nielisz L=E1szl=F3 <= laszlo_danielisz@yahoo.com>=0A> To: patrick =0A> Cc:= freebsd-questions@freebsd.org=0A> Sent: Sun, November 1, 2009 8:34:03 AM= =0A> Subject: Re: dhcpd related issue=0A> =0A> It's the same, I still don't= got any IP address.=0A> =0A> =0A> =0A> =0A> ______________________________= __=0A> From: patrick =0A> To: D=E1nielisz L=E1szl=F3= =0A> Cc: freebsd-questions@freebsd.org=0A> Sen= t: Sun, November 1, 2009 6:38:31 AM=0A> Subject: Re: dhcpd related issue=0A= > =0A> What happens if you disable pf temporarily?=0A> =0A> 2009/10/31 D=E1= nielisz L=E1szl=F3 :=0A> > Hello,=0A> >=0A> > I= just configured my dhcpd but it gives no IP-s.=0A> > What had I done until= now:=0A> >=0A> > 1. Installed isc-dhcp via ports=0A> >=0A> > 2. edited th= e /usr/local/etc/dhcpd.conf=0A> >=0A> > option domain-name "bsd";=0A> > opt= ion domain-name-servers ;=0A> > option subnet-mask 255.25= 5.255.0;=0A> > authoritative;=0A> >=0A> > default-lease-time 3600;=0A> > ma= x-lease-time 86400;=0A> > ddns-update-style none;=0A> >=0A> > subnet 192.16= 8.1.0 netmask 255.255.255.0 {=0A> > range 192.168.1.129 192.168.1.250;=0A> = > option routers 192.168.1.1;=0A> > }=0A> >=0A> > 3. Added the following on= es to /etc/rc.conf=0A> > ifconfig_rl1=3D"inet 192.168.1.1 netmask 255.255.= 255.0"=0A> > dhcpd_enable=3D"YES"=0A> > dhcpd_conf=3D"/usr/local/etc/dhcpd.= conf"=0A> > dhcpd_ifaces=3D"rl1"=0A> >=0A> >=0A> > 4. Opened the adequate p= ort in pf=0A> > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 19= 2.168.1.1 port =3D bootps flags S/SA keep state=0A> > pass in log on rl1 in= et proto udp from 192.168.1.0/24 to 192.168.1.1 port =3D bootps keep state= =0A> >=0A> > 5.. When I start de daemon:=0A> > # /usr/local/etc/rc.d/isc-dh= cpd start=0A> > Starting dhcpd.=0A> > Internet Systems Consortium DHCP Serv= er V3.0.7=0A> > Copyright 2004-2008 Internet Systems Consortium.=0A> > All = rights reserved.=0A> > For info, please visit http://www.isc.org/sw/dhcp/= =0A> > Wrote 0 leases to leases file.=0A> > Listening on Socket/rl1/192.168= .1/24=0A> > Sending on Socket/rl1/192.168.1/24=0A> >=0A> > Everythings lo= oks to be ok there but on the client (I tried OS-X and Nokia symbian) I can= not obtain the IP address, do you have any idea what should I check?=0A> >= =0A> >=0A> > Thanks!=0A> > Laci=0A=0A- -- =0A- ----------------------------= ------------------------------------------=0ATrond Endrest=F8l = | Trond.Endrestol@fagskolen.gjovik.no=0AACM, NAS, NUUG, SAGE, USENIX = | FreeBSD 7.2-STABLE & Alpine 2.00=0A-----BEGIN PGP SIGNATURE-----=0A= Version: GnuPG v2.0.12 (FreeBSD)=0A=0AiEYEARECAAYFAkrtcXsACgkQbYWZalUoElvP0= gCeLU+/YYnZ07hy2K5atOeN35kj=0Ayk4Ani+Ip66CWpzIzp8986tIu9Ya172n=0A=3DksU6=0A= -----END PGP SIGNATURE-----=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 12:14:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC8741065676 for ; Sun, 1 Nov 2009 12:14:39 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30802.mail.mud.yahoo.com (web30802.mail.mud.yahoo.com [68.142.200.145]) by mx1.freebsd.org (Postfix) with SMTP id 8CC248FC1B for ; Sun, 1 Nov 2009 12:14:39 +0000 (UTC) Received: (qmail 25743 invoked by uid 60001); 1 Nov 2009 12:14:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257077678; bh=MAxOLfIQneLC03JMTJO2PfHTWnJYyalfFVOddHrOGVU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=pFkJTvWsHudQHJ+sjjyFirG9BigC68GRdPCxnLmCDRwLUNxa9Z9sKNMjonTm+k7ujsVYozrTRiHjIAo/9iY6pznaOImWFuyfTnCAssN5LK+G5EgGSk6RTvXIvg+CEW8p61nvyzUxpUplwsUvRP9V6uwHpckbNEFAH0Gc4VIiDbc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=4rh75vBvy6c06WM3xFuB1osLn/wv2yhKAkde6j0yNbAHQgH0QiMaVcuu61i62li42NWDx+46+KpPuFGzNk8OoshDpsjK0AFuE0xOYiNu8APE3HdHoVs7bzcEPsAXNjx//ao7qgHrOkqAFm4PTLjXAn0Af3O2yfincGcN8psGeGk=; Message-ID: <905594.22832.qm@web30802.mail.mud.yahoo.com> X-YMail-OSG: 8oN37FsVM1mLAlIkaZz6xJNGJGwQyWnyzfzOAG.hpz1325NDdTS43RVJBkiSrNggKAaKvdI69xpxFmT3taR1rk2eBHRMBmBo6tQwzmyxyvyZn8cVo0PKWU8E3GhPsUTAEzhk2PWPcv_0M6XKjXUPQbcMfZUmSpw7f7JLRHx9uH46zFemXs5o2CzHRIln5LfgBaBQoWrgCGY1KTbYaAkr46PEw7J38_RUL2MYaNOgHqizCReGIRW_6uCLNIcichqv8r6fwymmdt_kowIDS6JXL2xoGgyo_lDTxVlWhHtrNxEsPepeRmHNL3Aq2MrF1D0V.VFOorRRGwMn2cXiulWA6HLByxhDJCUmJBQthSYWr4klqkQ18.qJ9NAWXNJqafA2FxAK.ZBaBdvvsqYnJamIH.SacJldoQrNqh6CH4.2yE6aPKowQhAuB4rHhg1.da_SKY3IeVW93XpVHOK6c80phQ-- Received: from [78.131.57.57] by web30802.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 04:14:38 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 04:14:38 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: =?iso-8859-1?Q?Trond_Endrest=F8l?= In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related 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: Sun, 01 Nov 2009 12:14:39 -0000 Thank you Trond! =0ATrue and I'll implement this to my pf.conf just first I= want to make work this dhcpd :-)=0A=0A=0A=0A=0A___________________________= _____=0AFrom: Trond Endrest=F8l =0ATo:= D=E1nielisz L=E1szl=F3 =0ACc: freebsd-question= s@freebsd.org=0ASent: Sun, November 1, 2009 12:48:45 PM=0ASubject: Re: dhcp= d related issue=0A=0A-----BEGIN PGP SIGNED MESSAGE-----=0AHash: SHA1=0A=0AO= n Sun, 1 Nov 2009 12:30+0100, Trond Endrest=F8l wrote:=0A=0A> On Sun, 1 Nov= 2009 02:06-0800, D=E1nielisz L=E1szl=F3 wrote:=0A> =0A> > I had one more i= dea: try nmap on my dhcp server, and port 67 does =0A> > not seems to be op= ened, after I tried telneting in and my connection =0A> > was refused:=0A> = > =0A> > $ telnet 192.168.1.1 67=0A> > Trying 192.168.1.1...=0A> > telnet: = connect to address 192.168.1.1: Connection refused=0A> > telnet: Unable to = connect to remote host=0A> =0A> DHCP uses UDP, telnet uses TCP, no wonder y= ou're getting refused.=0A> =0A> Do you have bpf (Berkeley packet filter) co= mpiled in the kernel?=0A> dhcpd relies on bpf. Just a thought, although dhc= pd would probably =0A> shut down if bpf is unavailable.=0A> =0A> As others = have suggested, please post the output from ifconfig rl1, =0A> and from net= stat -rnf inet.=0A> =0A> > Than I disabled pf=0A> > # pfctl -d=0A> > No ALT= Q support in kernel=0A> > ALTQ related functions disabled=0A> > pf disabled= =0A> =0A> Just another (silly) thought, does your pf setup allow UDP from = =0A> 192.168.1.1:67 to *:68 over the rl1 interface?=0A=0AInitially the DHCP= client uses 0.0.0.0 as its IP address and =0Abroadcasts the DHCP requests = to 255.255.255.255. I know you have =0Adisabled pf, but you should later al= low the clients and dhcpd to send =0ADHCP messages using the above addresse= s, i.e. dhcpd will broadcast =0Aback the offerings using its own IP-address= as source (192.168.1.1 in =0Ayour case) and the broadcast address 255.255.= 255.255 as destination. =0AYou should probably also allow for the use of 19= 2.168.1.255 as =0Abroadcast address in your pf setup with respect to DHCP m= essages.=0A=0A=0AMore ranting on my part,=0ATrond.=0A=0A> > Than I checked = telnet/nmap again but still don't found any 67 port =0A> > ever there. I ch= ecked again that the dhcpd is running, and its up:=0A> >=0A> > # ps ax|grep= dhcp=0A> > 958 ?? Is 0:00.00 /usr/local/sbin/dhcpd -cf /usr/local/= etc/dhcpd.conf -lf /var/db/dhcpd/dhcpd.lease=0A> > =0A> > Any idea?=0A> =0A= > Did you restart dhcpd?=0A> What's the output from fstat with respect to d= hcpd?=0A> =0A> The output should be something resembling:=0A> =0A> dhcpd = dhcpd 18990 root / 2 drwxr-xr-x 1024 r=0A> dhcpd d= hcpd 18990 wd / 6 drwxr-xr-x 1024 r=0A> dhcpd dhc= pd 18990 text /usr 10505569 -rwxr-xr-x 595924 r=0A> dhcpd dhc= pd 18990 0 /dev 14 crw-rw-rw- null rw=0A> dhcpd dhcpd= 18990 1 /dev 14 crw-rw-rw- null rw=0A> dhcpd dhcpd = 18990 2 /dev 14 crw-rw-rw- null rw=0A> dhcpd dhcpd = 18990 3* local dgram c32224b4 <-> c32228bc=0A> dhcpd dhcpd 189= 90 4* internet raw icmp c32d8b2c=0A> dhcpd dhcpd 18990 5* int= ernet dgram udp c3173974=0A> dhcpd dhcpd 18990 6 /var 70999= -rw-r--r-- 93335 w=0A> dhcpd dhcpd 18990 7 /dev 7 c= rw------- bpf rw=0A> =0A> If you happen to have lsof installed, it shou= ld yield something like =0A> this:=0A> =0A> dhcpd 18990 1 dhcpd cw= d VDIR 0,98 1024 6 /root=0A> dhcpd 18990 1 dhc= pd rtd VDIR 0,98 1024 2 /=0A> dhcpd 18990 1 d= hcpd txt VREG 0,106 595924 10505569 /usr/local/sbin/dhcpd=0A> d= hcpd 18990 1 dhcpd txt VREG 0,98 220136 26684 /libe= xec/ld-elf.so.1=0A> dhcpd 18990 1 dhcpd txt VREG 0,98 1= 143792 1327 /lib/libc.so.7=0A> dhcpd 18990 1 dhcpd 0u VCHR = 0,14 0t0 14 /dev/null=0A> dhcpd 18990 1 dhcpd = 1u VCHR 0,14 0t0 14 /dev/null=0A> dhcpd 18990 = 1 dhcpd 2u VCHR 0,14 0t0 14 /dev/null=0A> dhcpd = 18990 1 dhcpd 3u unix 0xc31719a8 0t0 ->0xc3171b44 (= QR=3D0 QS=3D0 SO=3DPQLEN=3D0,QLEN=3D0,QLIM=3D0,RCVBUF=3D32768,SNDBUF=3D1638= 4 SS=3DISCONNECTED)=0A> dhcpd 18990 1 dhcpd 4u IPv4 0xc32d8b2c = 0t0 ICMP *:* (QR=3D0 QS=3D0 SO=3DPQLEN=3D0,QLEN=3D0,QLIM=3D0,RCV= BUF=3D73728,SNDBUF=3D73728)=0A> dhcpd 18990 1 dhcpd 5u IPv4 0xc= 3175060 0t0 UDP *:bootps (QR=3D0 QS=3D0 SO=3DPQLEN=3D0,QLEN=3D0= ,QLIM=3D0,RCVBUF=3D262144,REUSEADDR,SNDBUF=3D73728)=0A> dhcpd 18990 = 1 dhcpd 6w VREG 0,104 94061 70999 /var (/dev/ufs/var)=0A>= dhcpd 18990 1 dhcpd 7u VCHR 0,7 0t26744985 7 /de= v/bpf=0A> =0A> =0A> HTH,=0A> Trond.=0A> =0A> > ____________________________= ____=0A> > From: D=E1nielisz L=E1szl=F3 =0A> > = To: patrick =0A> > Cc: freebsd-questions@freebsd.org= =0A> > Sent: Sun, November 1, 2009 8:34:03 AM=0A> > Subject: Re: dhcpd rela= ted issue=0A> > =0A> > It's the same, I still don't got any IP address.=0A>= > =0A> > =0A> > =0A> > =0A> > ________________________________=0A> > From:= patrick =0A> > To: D=E1nielisz L=E1szl=F3 =0A> > Cc: freebsd-questions@freebsd.org=0A> > Sent: Sun= , November 1, 2009 6:38:31 AM=0A> > Subject: Re: dhcpd related issue=0A> > = =0A> > What happens if you disable pf temporarily?=0A> > =0A> > 2009/10/31 = D=E1nielisz L=E1szl=F3 :=0A> > > Hello,=0A> > >= =0A> > > I just configured my dhcpd but it gives no IP-s.=0A> > > What had = I done until now:=0A> > >=0A> > > 1. Installed isc-dhcp via ports=0A> > >= =0A> > > 2. edited the /usr/local/etc/dhcpd.conf=0A> > >=0A> > > option dom= ain-name "bsd";=0A> > > option domain-name-servers ;=0A> = > > option subnet-mask 255.255.255.0;=0A> > > authoritative;=0A> > >=0A> > = > default-lease-time 3600;=0A> > > max-lease-time 86400;=0A> > > ddns-updat= e-style none;=0A> > >=0A> > > subnet 192.168.1.0 netmask 255.255.255.0 {=0A= > > > range 192.168.1.129 192.168.1.250;=0A> > > option routers 192.168.1.1= ;=0A> > > }=0A> > >=0A> > > 3. Added the following ones to /etc/rc.conf=0A>= > > ifconfig_rl1=3D"inet 192.168.1.1 netmask 255.255.255.0"=0A> > > dhcpd= _enable=3D"YES"=0A> > > dhcpd_conf=3D"/usr/local/etc/dhcpd.conf"=0A> > > dh= cpd_ifaces=3D"rl1"=0A> > >=0A> > >=0A> > > 4. Opened the adequate port in p= f=0A> > > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 192.168.= 1.1 port =3D bootps flags S/SA keep state=0A> > > pass in log on rl1 inet p= roto udp from 192.168.1.0/24 to 192.168.1.1 port =3D bootps keep state=0A> = > >=0A> > > 5.. When I start de daemon:=0A> > > # /usr/local/etc/rc.d/isc-d= hcpd start=0A> > > Starting dhcpd.=0A> > > Internet Systems Consortium DHCP= Server V3.0.7=0A> > > Copyright 2004-2008 Internet Systems Consortium.=0A>= > > All rights reserved.=0A> > > For info, please visit http://www.isc.org= /sw/dhcp/=0A> > > Wrote 0 leases to leases file.=0A> > > Listening on Socke= t/rl1/192.168.1/24=0A> > > Sending on Socket/rl1/192.168.1/24=0A> > >=0A>= > > Everythings looks to be ok there but on the client (I tried OS-X and N= okia symbian) I can not obtain the IP address, do you have any idea what sh= ould I check?=0A> > >=0A> > >=0A> > > Thanks!=0A> > > Laci=0A=0A- -- =0A- -= ---------------------------------------------------------------------=0ATro= nd Endrest=F8l | Trond.Endrestol@fagskolen.gjovik.no=0AACM= , NAS, NUUG, SAGE, USENIX | FreeBSD 7.2-STABLE & Alpine 2.00=0A=0A--= ---BEGIN PGP SIGNATURE-----=0AVersion: GnuPG v2.0.12 (FreeBSD)=0A=0AiEYEARE= CAAYFAkrtdaIACgkQbYWZalUoElsSkgCdFCF8uxSXyw4tckkrz8/sE2vI=0Axb0An1AKlAoBKrc= BYfEXPfXGGRKuYefU=0A=3DQnuU=0A-----END PGP SIGNATURE-----=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 12:39:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 929D9106566C for ; Sun, 1 Nov 2009 12:39:15 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id E43678FC20 for ; Sun, 1 Nov 2009 12:39:14 +0000 (UTC) Received: by bwz5 with SMTP id 5so5357919bwz.3 for ; Sun, 01 Nov 2009 04:39:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=mMTpzeZk4feyvJIILvTBLwfCqbLXDfJh2PbhbMyZ23Y=; b=QGlYKYbOlEpewHFDV6yuhrjSshZ9Wx1P8OQLZJ9eDe1G8G9t7BJWd2MYsIJQBn2X5X u61ahxxpNwIyhx456dXRgju/6meZTQt4NMjwWkl3TGwM4UjGostOmhvf84kfWyhjJt27 jMip1TMK/Sg8h2pcJfMClCyxAAw11fUadP9H8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Z7e7V9Im5Jv+jcALLWuO2V6Gdlj4xGLH+ssHNdijRCSgmnvuQIcAn89IXNVe+XNwJp g+OawDJXxu0ZNIfe/dtxN/dv47/3xWD+Nwi/pmZxiODNRCPup7vfBuceYQDHP/BgK4kC 8OoC4n25noehfSh7+Fi86zG0wrP7YZPA0Ni7w= MIME-Version: 1.0 Received: by 10.239.145.149 with SMTP id s21mr403095hba.141.1257079153354; Sun, 01 Nov 2009 04:39:13 -0800 (PST) In-Reply-To: <367136.24680.qm@web30807.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <367136.24680.qm@web30807.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 12:39:13 +0000 Message-ID: From: krad To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 12:39:15 -0000 2009/11/1 D=E1nielisz L=E1szl=F3 > Well, it says: > > rl1: flags=3D8943 metric = 0 > mtu 1500 > options=3D8 > ether 00:13:8f:86:2f:64 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > media: Ethernet autoselect (100baseTX ) > status: active > > ------------------------------ > *From:* krad > > *To:* D=E1nielisz L=E1szl=F3 > *Cc:* freebsd-questions@freebsd.org > *Sent:* Sun, November 1, 2009 12:09:30 PM > *Subject:* Re: dhcpd related issue - not giving up > > > > 2009/11/1 D=E1nielisz L=E1szl=F3 > >> I don't give it up, doing some tcpdump on my BSD I can see the dhcp >> request reaches the machine, the dhcpd is running, but why doesn't gives= any >> IP? >> >> # tcpdump -i rl1 -n port 67 or port 68 >> tcpdump: verbose output suppressed, use -v or -vv for full protocol deco= de >> listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes >> 11:51:43.086597 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:24:03:f1:bd:36, length 300 >> 11:51:45.102260 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:24:03:f1:bd:36, length 300 >> 11:51:49.114960 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:24:03:f1:bd:36, length 300 >> 11:51:57.150734 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:24:03:f1:bd:36, length 300 >> 11:51:59.157311 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:24:03:f1:bd:36, length 300 >> 11:52:03.160029 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:24:03:f1:bd:36, length 300 >> 11:57:09.770520 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:23:6c:86:41:d9, length 300 >> 11:57:11.941379 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:23:6c:86:41:d9, length 300 >> 11:57:14.928398 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:23:6c:86:41:d9, length 300 >> 11:57:16.378911 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:23:6c:86:41:d9, length 300 >> 11:57:17.703219 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:23:6c:86:41:d9, length 300 >> 11:57:18.839763 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request >> from 00:23:6c:86:41:d9, length 300 >> >> >> >> >> >> >> ________________________________ >> From: D=E1nielisz L=E1szl=F3 >> To: freebsd-questions@freebsd.org >> Sent: Sun, November 1, 2009 11:06:36 AM >> Subject: Re: dhcpd related issue >> >> I had one more idea: try nmap on my dhcp server, and port 67 does not >> seems to be opened, after I tried telneting in and my connection was >> refused: >> >> $ telnet 192.168.1.1 67 >> Trying 192.168.1.1... >> telnet: connect to address 192.168.1.1: Connection refused >> telnet: Unable to connect to remote host >> >> Than I disabled pf >> # pfctl -d >> No ALTQ support in kernel >> ALTQ related functions disabled >> pf disabled >> >> Than I checked telnet/nmap again but still don't found any 67 port ever >> there. I checked again that the dhcpd is running, and its up: >> # ps ax|grep dhcp >> 958 ?? Is 0:00.00 /usr/local/sbin/dhcpd -cf >> /usr/local/etc/dhcpd.conf -lf /var/db/dhcpd/dhcpd.lease >> >> Any idea? >> >> >> >> >> ________________________________ >> From: D=E1nielisz L=E1szl=F3 >> To: patrick >> Cc: freebsd-questions@freebsd.org >> Sent: Sun, November 1, 2009 8:34:03 AM >> Subject: Re: dhcpd related issue >> >> It's the same, I still don't got any IP address. >> >> >> >> >> ________________________________ >> From: patrick >> To: D=E1nielisz L=E1szl=F3 >> Cc: freebsd-questions@freebsd.org >> Sent: Sun, November 1, 2009 6:38:31 AM >> Subject: Re: dhcpd related issue >> >> What happens if you disable pf temporarily? >> >> 2009/10/31 D=E1nielisz L=E1szl=F3 : >> > Hello, >> > >> > I just configured my dhcpd but it gives no IP-s. >> > What had I done until now: >> > >> > 1. Installed isc-dhcp via ports >> > >> > 2. edited the /usr/local/etc/dhcpd.conf >> > >> > option domain-name "bsd"; >> > option domain-name-servers ; >> > option subnet-mask 255.255.255.0; >> > authoritative; >> > >> > default-lease-time 3600; >> > max-lease-time 86400; >> > ddns-update-style none; >> > >> > subnet 192.168.1.0 netmask 255.255.255.0 { >> > range 192.168.1.129 192.168.1.250; >> > option routers 192.168.1.1; >> > } >> > >> > 3. Added the following ones to /etc/rc.conf >> > ifconfig_rl1=3D"inet 192.168.1.1 netmask 255.255.255.0" >> > dhcpd_enable=3D"YES" >> > dhcpd_conf=3D"/usr/local/etc/dhcpd.conf" >> > dhcpd_ifaces=3D"rl1" >> > >> > >> > 4. Opened the adequate port in pf >> > pass in log on rl1 inet proto tcp from 192.168.1.0/24 to 192.168.1.1 >> port =3D bootps flags S/SA keep state >> > pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 >> port =3D bootps keep state >> > >> > 5.. When I start de daemon: >> > # /usr/local/etc/rc.d/isc-dhcpd start >> > Starting dhcpd. >> > Internet Systems Consortium DHCP Server V3.0.7 >> > Copyright 2004-2008 Internet Systems Consortium. >> > All rights reserved. >> > For info, please visit http://www.isc.org/sw/dhcp/ >> > Wrote 0 leases to leases file. >> > Listening on Socket/rl1/192.168.1/24 >> > Sending on Socket/rl1/192.168.1/24 >> > >> > Everythings looks to be ok there but on the client (I tried OS-X and >> Nokia symbian) I can not obtain the IP address, do you have any idea wha= t >> should I check? >> > >> > >> > Thanks! >> > Laci >> > >> > >> > >> > _______________________________________________ >> > freebsd-questions@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> >> >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> >> >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> >> >> >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > > start with the silly stuff what does ifconfig say for that interface > > looks good are you using a managed or unmanaged switch . If its managed check the settings on it, VLANs, and whether it is forwarding broadcasts et= c From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 13:17:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 339B71065679 for ; Sun, 1 Nov 2009 13:17:36 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id AD5298FC0C for ; Sun, 1 Nov 2009 13:17:35 +0000 (UTC) Received: by bwz5 with SMTP id 5so5381698bwz.3 for ; Sun, 01 Nov 2009 05:17:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=JEu+Oc6HtihWT9JKjy8xtfDr0ecDSvXZR+ysib+XqKg=; b=R4jzYBslpgFIl3h136LDNdUc6IP1kuf0aZSgxDQHgJYCgWASvIWx1ZZatcWyJUeohY P4VfIMjht0LiuSYLDh04Hja53KlGv9TPgj72gooJ60yWXyqi5Ffb6DHyfoE1skMecmTQ z8N7VPGx3dnL9pVmGoOtEujBU1sWhw2fR3X3w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=NYe/Z9mNY6SYVTbtk00K35vQU4p68pLck+UX5Gem+F405SMqLELibHhHVpleOv/9bO DtbfvgpwNiMRKdtvydE4UhpRfphlkIARDLZbL7/13nho+JmWs0va16eylriroAAKLyTY l0BqJreNhwJRGB9ycc6EPoi+xkYVhRxtS+OGA= MIME-Version: 1.0 Received: by 10.204.156.213 with SMTP id y21mr3033997bkw.109.1257081454481; Sun, 01 Nov 2009 05:17:34 -0800 (PST) In-Reply-To: <4AEC5E02.8040705@FreeBSD.org> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> Date: Sun, 1 Nov 2009 14:17:34 +0100 Message-ID: From: usleepless@gmail.com To: Kris Kennaway Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Peter Steele , "freebsd-questions@freebsd.org" Subject: Re: system() call causes core 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: Sun, 01 Nov 2009 13:17:36 -0000 On Sat, Oct 31, 2009 at 4:55 PM, Kris Kennaway wrote: > Peter Steele wrote: > >> I have an application running a number of threads. I've had recent >> instances where the code below is causing a core dump to occur: >> >> char fstatCmd[200]; >> char *fstatOut = "/tmp/fstat.out"; >> sprintf(fstatCmd, "fstat | grep -v USER | wc -l >%s", fstatOut); >> rc = system(fstatCmd); >> >> The call is simply intended to get a count of the current open handles. >> The system call though causes a core: >> >> #0 0x0000000801058307 in _spinunlock () from /lib/libthr.so.3 >> #1 0x00000008011d0afb in _malloc_postfork () from /lib/libc.so.7 >> #2 0x000000080105c5fb in fork () from /lib/libthr.so.3 >> #3 0x0000000801191aae in system () from /lib/libc.so.7 >> #4 0x00000008010553aa in system () from /lib/libthr.so.3 >> #5 0x000000000040b6f9 in mythread at myapp.c:461 >> #6 0x0000000801056a88 in pthread_getprio () from /lib/libthr.so.3 >> >> There appears to be some kind of thread-safe issue going on. I have a >> number of threads that are monitoring various items, waking up a differing >> intervals to do their respective tasks. Do I need to put in a global mutex >> so that the threads never attempt to make simultaneous system() calls? >> Curiously, only this particular system() call appears to be causing a core. >> > > In UNIX it is not safe to perform arbitrary actions after forking a > multi-threaded process. You're basically expected to call exec soon after > the fork, although you can do certain other work if you are very careful. > > The reason for this is that after the fork, only one thread will be running > in the child, and if that thread tries to acquire a lock or other > formerly-shared resource it may deadlock or crash, because the child process > is no longer accessing the same memory location as the threads in the parent > process (it gets a separate copy of the address space at the time of fork, > which may not be in a consistent state from the point of view of the thread > library). > Are you saying system/popen can't be used in threads? Is there a workaround? ( forking manual and executing exec? ) Would calling 'system("exec fstat | ... > result.txt")' make any difference? just curious, kind regards, usleep From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 13:22:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4C51065670 for ; Sun, 1 Nov 2009 13:22:55 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30803.mail.mud.yahoo.com (web30803.mail.mud.yahoo.com [68.142.200.146]) by mx1.freebsd.org (Postfix) with SMTP id 548908FC1D for ; Sun, 1 Nov 2009 13:22:55 +0000 (UTC) Received: (qmail 95524 invoked by uid 60001); 1 Nov 2009 13:22:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257081774; bh=l8WjEJU8f9OvPSTUTe34aifixJK1aFpro7hu6C7q51g=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=uW5a9ixRQkEk3vFvi6rJmQ/kKXlAR3sZNIQf4zTC9MNhjGKP6BmkeSp6jctXYE8saPmF0JdyOtoZby16RHCTrD4AQd3ETjXd27gN2DM/+kOL5YAsKxfN2ZifRrShtm/xJndk9ZH+SYxXw9+GEA9Y5kVYM72okFuCn76G3DfB9PY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=v6v51zXxswUZW54AaEN0vGUohovOE5yRAt3R6MyZuiF4zijSh0kJYZ4eBzfU6APqZaPDrrcNYveC+vwoKVU58uUGMh++NCfv0HwCtEldVG/PJGsSHN63w8zCzSTQM2uJsDDIx5JGK4Uxcya+tgm811qIpNvgn+Nkpt2zptaH5YE=; Message-ID: <590678.95241.qm@web30803.mail.mud.yahoo.com> X-YMail-OSG: OvXTQU4VM1nikGgRt5c4k5fTCmb6krsdXyfXKt.NBW4cV1zxXuGONluQu_A.7qfvCk3E.rnoBG41T2UfmNtt.NU8cVuachnblZOKi2Foc2K47WVX7K60EtdQ3AqROv9RD.bDj44zn6ONLClery1ni2bTpAm4.54EuG2ZKQDq9zQScN86VmtuX7uEj9lCrRkackYNc5ll0p2ExwE8pQBBm2Pe_l6Xxbmhg4zBJPqtCOw2Q2voh3R0I0PmU5gXWad3Btfschy21hzPo.5_jmMP5YCfANew89rZ0GObCZjZizh5RcHGXeag32bvA0hei2GHZH4BBlZIg5OknoAZiGqyfBpOSAzKiIbJzz8ggiNOWwVX5i1lKXjafUCLoM29eueUfAu9L1x01j5drS.4L.jaVyfEetNg7iRKv5Ez6syOIxat85J2vVXjrU4Cs8UEJC7m4lBLD2QaDsjtJKZ4sbWz3zSvOVsBU20SoffC6at5oT1Pzhe5ncdycc7bvIjHvp03YsZdSvffv_myWrlG.Mn3.H_6Kg9H8T3EfC1xXmXqtYgYmqNEB9REanDbZjVEIupWi1oKEf0pucW_tLmziig- Received: from [78.131.57.57] by web30803.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 05:22:54 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <367136.24680.qm@web30807.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 05:22:54 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: krad In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 13:22:55 -0000 Right now I'm using a layer 3 switch but I also tried with direct UTP conne= ction between BSD-s rl1 port and MacBook's en0 port and I experience the sa= me.=0A=0A=0A=0A=0A________________________________=0AFrom: krad =0ATo: D=E1nielisz L=E1szl=F3 =0ACc= : freebsd-questions@freebsd.org=0ASent: Sun, November 1, 2009 1:39:13 PM=0A= Subject: Re: dhcpd related issue - not giving up=0A=0A=0A=0A=0A2009/11/1 D= =E1nielisz L=E1szl=F3 =0A=0AWell, it says:=0A>= =0A>rl1: flags=3D8943 metri= c 0 mtu 1500=0A> options=3D8=0A>> ether 00:13:8f:86:2f:64= =0A> inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255=0A> = media: Ethernet autoselect (100baseTX )=0A> status: active= =0A>=0A>=0A>=0A>=0A________________________________=0AFrom: krad =0A>=0A>To: D=E1nielisz L=E1szl=F3=0A> =0A>Cc: freebsd-questions@freebsd.org=0A>Sent: Sun, November 1, 2009 1= 2:09:30 PM=0A>Subject: Re: dhcpd related issue - not giving up=0A>=0A>=0A>= =0A>=0A>=0A>2009/11/1 D=E1nielisz L=E1szl=F3 = =0A>=0A>>>=0A>>I don't give it up, doing some tcpdump on my BSD I can see t= he dhcp request reaches the machine, the dhcpd is running, but why doesn't = gives any IP?=0A>>=0A>>>># tcpdump -i rl1 -n port 67 or port 68=0A>>>>tcpdu= mp: verbose output suppressed, use -v or -vv for full protocol decode=0A>>>= >listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes=0A>>>= >11:51:43.086597 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request fr= om 00:24:03:f1:bd:36, length 300=0A>>>>11:51:45.102260 IP 0.0.0.0.68 > 255.= 255.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A>>= >>11:51:49.114960 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request f= rom 00:24:03:f1:bd:36, length 300=0A>>>>11:51:57.150734 IP 0.0.0.0.68 > 255= .255.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A>= >>>11:51:59.157311 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request = from 00:24:03:f1:bd:36, length 300=0A>>>>11:52:03.160029 IP 0.0.0.0.68 > 25= 5.255.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300=0A= >>>>11:57:09.770520 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request= from 00:23:6c:86:41:d9, length 300=0A>>>>11:57:11.941379 IP 0.0.0.0.68 > 2= 55.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 300= =0A>>>>11:57:14.928398 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Requ= est from 00:23:6c:86:41:d9, length 300=0A>>>>11:57:16.378911 IP 0.0.0.0.68 = > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 30= 0=0A>>>>11:57:17.703219 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Req= uest from 00:23:6c:86:41:d9, length 300=0A>>>>11:57:18.839763 IP 0.0.0.0.68= > 255.255.255.255.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, length 3= 00=0A>>=0A>>=0A>>=0A>>=0A>>=0A>>=0A>>>>________________________________=0A>= >>>From: D=E1nielisz L=E1szl=F3 =0A>>>>To: free= bsd-questions@freebsd.org=0A>>>>Sent: Sun, November 1, 2009 11:06:36 AM=0A>= >>>Subject: Re: dhcpd related issue=0A>>=0A>>>>I had one more idea: try nma= p on my dhcp server, and port 67 does not seems to be opened, after I tried= telneting in and my connection was refused:=0A>>=0A>>>>$ telnet 192.168.1.= 1 67=0A>>>>Trying 192.168.1.1...=0A>>>>telnet: connect to address 192.168.1= .1: Connection refused=0A>>>>telnet: Unable to connect to remote host=0A>>= =0A>>>>Than I disabled pf=0A>>>># pfctl -d=0A>>>>No ALTQ support in kernel= =0A>>>>ALTQ related functions disabled=0A>>>>pf disabled=0A>>=0A>>>>Than I = checked telnet/nmap again but still don't found any 67 port ever there. I c= hecked again that the dhcpd is running, and its up:=0A>>>># ps ax|grep dhcp= =0A>>>> 958 ?? Is 0:00.00 /usr/local/sbin/dhcpd -cf /usr/local/etc/d= hcpd.conf -lf /var/db/dhcpd/dhcpd.lease=0A>>=0A>>>>Any idea?=0A>>=0A>>=0A>>= =0A>>=0A>>>>________________________________=0A>>>>From: D=E1nielisz L=E1sz= l=F3 =0A>>>>To: patrick = =0A>>>>Cc: freebsd-questions@freebsd.org=0A>>>>Sent: Sun, November 1, 2009 = 8:34:03 AM=0A>>>>Subject: Re: dhcpd related issue=0A>>=0A>>>>It's the same,= I still don't got any IP address.=0A>>=0A>>=0A>>=0A>>=0A>>>>______________= __________________=0A>>>>From: patrick =0A>>>>To: D= =E1nielisz L=E1szl=F3 =0A>>>>Cc: freebsd-questi= ons@freebsd.org=0A>>>>Sent: Sun, November 1, 2009 6:38:31 AM=0A>>>>Subject:= Re: dhcpd related issue=0A>>=0A>>>>What happens if you disable pf temporar= ily?=0A>>=0A>>>>2009/10/31 D=E1nielisz L=E1szl=F3 :=0A>>>>> Hello,=0A>>>>>=0A>>>>> I just configured my dhcpd but it gives= no IP-s.=0A>>>>> What had I done until now:=0A>>>>>=0A>>>>> 1. Installed = isc-dhcp via ports=0A>>>>>=0A>>>>> 2. edited the /usr/local/etc/dhcpd.conf= =0A>>>>>=0A>>>>> option domain-name "bsd";=0A>>>>> option domain-name-serve= rs ;=0A>>>>> option subnet-mask 255.255.255.0;=0A>>>>> au= thoritative;=0A>>>>>=0A>>>>> default-lease-time 3600;=0A>>>>> max-lease-tim= e 86400;=0A>>>>> ddns-update-style none;=0A>>>>>=0A>>>>> subnet 192.168.1.0= netmask 255.255.255.0 {=0A>>>>> range 192.168.1.129 192.168.1.250;=0A>>>>>= option routers 192.168.1.1;=0A>>>>> }=0A>>>>>=0A>>>>> 3. Added the followi= ng ones to /etc/rc.conf=0A>>>>> ifconfig_rl1=3D"inet 192.168.1.1 netmask 2= 55.255.255.0"=0A>>>>> dhcpd_enable=3D"YES"=0A>>>>> dhcpd_conf=3D"/usr/local= /etc/dhcpd.conf"=0A>>>>> dhcpd_ifaces=3D"rl1"=0A>>>>>=0A>>>>>=0A>>>>> 4. Op= ened the adequate port in pf=0A>>>>> pass in log on rl1 inet proto tcp from= 192.168.1.0/24 to 192.168.1.1 port =3D bootps flags S/SA keep state=0A>>>>= > pass in log on rl1 inet proto udp from 192.168.1.0/24 to 192.168.1.1 port= =3D bootps keep state=0A>>>>>=0A>>>>> 5.. When I start de daemon:=0A>>>>> = # /usr/local/etc/rc.d/isc-dhcpd start=0A>>>>> Starting dhcpd.=0A>>>>> Inter= net Systems Consortium DHCP Server V3.0.7=0A>>>>> Copyright 2004-2008 Inter= net Systems Consortium.=0A>>>>> All rights reserved.=0A>>>>> For info, plea= se visit http://www.isc.org/sw/dhcp/=0A>>>>> Wrote 0 leases to leases file.= =0A>>>>> Listening on Socket/rl1/192.168.1/24=0A>>>>> Sending on Socket/r= l1/192.168.1/24=0A>>>>>=0A>>>>> Everythings looks to be ok there but on the= client (I tried OS-X and Nokia symbian) I can not obtain the IP address, d= o you have any idea what should I check?=0A>>>>>=0A>>>>>=0A>>>>> Thanks!=0A= >>>>> Laci=0A>>>>>=0A>>>>>=0A>>>>>=0A>>>>> ________________________________= _______________=0A>>>>> freebsd-questions@freebsd.org mailing list=0A>>>>> = http://lists.freebsd.org/mailman/listinfo/freebsd-questions=0A>>>>> To unsu= bscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"=0A>>>= >>=0A>>>>_______________________________________________=0A>>freebsd-questi= ons@freebsd.org mailing list=0A>>http://lists.freebsd.org/mailman/listinfo/= freebsd-questions=0A>>>>To unsubscribe, send any mail to "freebsd-questions= -unsubscribe@freebsd.org"=0A>>=0A>>=0A>>=0A>>=0A>>>>_______________________= ________________________=0A>>freebsd-questions@freebsd.org mailing list=0A>= >http://lists.freebsd.org/mailman/listinfo/freebsd-questions=0A>>>>To unsub= scribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"=0A>>= =0A>>=0A>>=0A>>=0A>>>>_______________________________________________=0A>>f= reebsd-questions@freebsd.org mailing list=0A>>http://lists.freebsd.org/mail= man/listinfo/freebsd-questions=0A>>>>To unsubscribe, send any mail to "free= bsd-questions-unsubscribe@freebsd.org"=0A>>=0A>>=0A>>=0A>>=0A>>>>__________= _____________________________________=0A>>freebsd-questions@freebsd.org mai= ling list=0A>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions= =0A>>>>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@free= bsd.org"=0A>>=0A>start with the silly stuff what does ifconfig say for that= interface=0A>=0A>=0A=0Alooks good are you using a managed or unmanaged swi= tch . If its managed check the settings on it, VLANs, and whether it is for= warding broadcasts etc=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 15:57:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416701065676 for ; Sun, 1 Nov 2009 15:57:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 166058FC19 for ; Sun, 1 Nov 2009 15:57:21 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nA1FvLqo030540 for ; Sun, 1 Nov 2009 07:57:21 -0800 (PST) Message-ID: <4AEDAFE0.5070900@rawbw.com> Date: Sun, 01 Nov 2009 07:57:20 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why after packages update my 'startx' gives me a message: Protocol not supported by server. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2009 15:57:22 -0000 It keeps repeating this line in original terminal, putting line ".." in between. So it looks like this: Protocol not supported by server. .. Protocol not supported by server. .. Protocol not supported by server. .. Now I have to start just 'Xorg', it starts bare X. And from another terminal I have to start kde: "DISPLAY=localhost:0.0 /usr/local/kde4/bin/kde" Then it works ok. My .xinitrc looks like this: export LANG=en_US.UTF-8 export XMODIFIERS='@im=SCIM' export GTK_IM_MODULE=scim export QT_IM_MODULE=scim export XIM=SCIM export XIM_PROGRAM=SCIM exec scim -d & /usr/local/kde4/bin/startkde Yuri From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 16:42:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A692D1065693 for ; Sun, 1 Nov 2009 16:42:35 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7ADE18FC18 for ; Sun, 1 Nov 2009 16:42:35 +0000 (UTC) Received: by pxi28 with SMTP id 28so2742655pxi.7 for ; Sun, 01 Nov 2009 08:42:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+abCjH/yGFGI6y49A+9R73KLF3hAPMN0uONeaR0/QLQ=; b=xNPfuG/fpxg4NgxbKv4S+NNYRc1FBc0INThMnn44ODsJrKGFed7MW2uj9C9tR+h0ln +L0tsOHRNDkspsCbt8vJ1Ml7A2Cl9FiW9auSv4snQy7ryXcbR2qXww6Mubd+BHkY9e2I PUITUr8J6vd1Z9LZXVpGXHiLqKI7tubV2hRXE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DOaotrOD6tmD5r3Clt1GQxb803d+tw7lwr6iCE7cp32Kgj5nPn2HNOeK/670xOwjuG AsclDs9bAvemROaet2/I+GJWam3iZdBON1mmfD1yjzcg11yxIFFW45TG9GAY8GU/yKRt o+iey6XUmAli6tu2fsgAuMjYF+OlCvQkgA9gU= MIME-Version: 1.0 Received: by 10.114.237.28 with SMTP id k28mr5787462wah.98.1257093718463; Sun, 01 Nov 2009 08:41:58 -0800 (PST) In-Reply-To: <49594.91061.qm@web30806.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 09:41:58 -0700 Message-ID: From: Tim Judd To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 16:42:35 -0000 is your dhcpd authoritative? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 16:53:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66372106568B for ; Sun, 1 Nov 2009 16:53:17 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30804.mail.mud.yahoo.com (web30804.mail.mud.yahoo.com [68.142.200.147]) by mx1.freebsd.org (Postfix) with SMTP id 274198FC17 for ; Sun, 1 Nov 2009 16:53:16 +0000 (UTC) Received: (qmail 16010 invoked by uid 60001); 1 Nov 2009 16:53:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257094396; bh=WR+LENKXoxaso0eq1iuOTVZGU4IUoMfwwRjiKcrpg4Y=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Er/sU+rYsbRh1Hx7dsqOhwJh/AXM/kIUMGWvd1HnPts3xQkf7QdSepgYFvNDtlew33dlVIKf67GhLaqPlOUbrvscIah01Jcf6wF84TQsHQ5ra9lCI6iQq3IUwVRQDfJsyBtLlC558Ch5SRSHIT4QooBe0savnJ6hDqyLvRqtJCE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=fgOpyQUydeKq2owxww7RFO+82bVuzhuYyokWbd84itqdmT6n59bmGls+V3xpN+q7jWwlAfFjPODQ6GATu1rgxNpjicTXyRBat50rIQQxIRXhXdLgKc1uCfsMI58Te0xPSX/W82vH5yNc3td5T8XOevtfbrE8vQm3/FGGLosj3DM=; Message-ID: <479349.15334.qm@web30804.mail.mud.yahoo.com> X-YMail-OSG: tz0oS.MVM1kZZ0asB7fnOZh0loYOFJwGxSb2C02AWik3kQWyC4IyHWAKN2BuRqKaGDCmAnP8GHlx5EkC7I0_RxzHQFgknDjjhLc14ryXmfzI8yj66pTMUEIRsKNWddAZWIodBotwD.I4FbCP7J9HCmeIS2dAc0xJbKJ6oaUZIHAQMqNCT.CqziWKx6DWdeLXE8BNQfG1mTqwszC.ft1ystwVvhhx7TbO9m6R1c0ZEuovF8i_P93ubb6HFWieRHVD_knFrEa1ZRLbiGZA2ue0Lf7QZpFmiumtgnpKE6ZWK2gw6GoXIfxQUYOHej7BwJ73mgyXZbKkOjRhu8jEaSB7bhp93CS_sjLtEXG0R4NTcvfCuvl.qriRFGnNycWPD2Kq4QeGlnLuWiwOhgKLFqxbxlvvFkjkOPdMIB8T3UT6Rgg04RqJIiyt9YPwNvP9nzJ0NHOnNmQkxUy6fw_3E_NYzEh4EnY- Received: from [78.131.57.57] by web30804.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 08:53:16 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 08:53:16 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: Tim Judd In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 16:53:17 -0000 It's the only one on the network.=0A=0A=0A=0A=0A___________________________= _____=0AFrom: Tim Judd =0ATo: D=E1nielisz L=E1szl=F3 =0ACc: freebsd-questions@freebsd.org=0ASent: Sun, N= ovember 1, 2009 5:41:58 PM=0ASubject: Re: dhcpd related issue - not giving = up=0A=0A=0A=0Ais your dhcpd authoritative?=0A________________________= _______________________=0Afreebsd-questions@freebsd.org mailing list=0Ahttp= ://lists.freebsd.org/mailman/listinfo/freebsd-questions=0ATo unsubscribe, s= end any mail to "freebsd-questions-unsubscribe@freebsd.org"=0A=0A=0A=0A = From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 17:28:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 284151065679 for ; Sun, 1 Nov 2009 17:28:32 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A7C0C8FC08 for ; Sun, 1 Nov 2009 17:28:31 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N4eEA-0007qP-Js for freebsd-questions@freebsd.org; Sun, 01 Nov 2009 18:28:30 +0100 Received: from pool-70-21-18-103.res.east.verizon.net ([70.21.18.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2009 18:28:30 +0100 Received: from nightrecon by pool-70-21-18-103.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2009 18:28:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 01 Nov 2009 12:29:04 -0500 Lines: 38 Message-ID: References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-18-103.res.east.verizon.net Sender: news Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 17:28:32 -0000 Dánielisz László wrote: > I don't give it up, doing some tcpdump on my BSD I can see the dhcp > request reaches the machine, the dhcpd is running, but why doesn't gives > any IP? > > # tcpdump -i rl1 -n port 67 or port 68 > tcpdump: verbose output suppressed, use -v or -vv for full protocol decode > listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes > 11:51:43.086597 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request > from 00:24:03:f1:bd:36, length 300 11:51:45.102260 IP 0.0.0.0.68 > > 255.255.255.255.67: BOOTP/DHCP, Request from 00:24:03:f1:bd:36, length 300 [snip] I only have a couple if ideas. First, is it possible to substitute some other non rl or re NIC for rl1? I seem to recall something about these cards having some sort of problem like this. This test would eliminate that idea. Also, right after a client machine requests a lease examine your arp tables on both machines. Maybe the dhcpd server is confused and sending the reply out the wrong interface? sockstat -4l can confirm which/what interface dhcpd is listening on, compare with arp results. Theoretically if dhcpd is bound to and listening on rl1 there shouldn't be any replies going out rl0. Check to eliminate. Wrt to a managed switch blocking ports, I think you probably ruled this out by connecting the machines to each other. Note that for GigE, or NICs that do MDI-X properly any cable will work. However, on many older 100baseTX cards this would need to be using a crossover cable to function correctly. You can also broaden your tcpdump to include arp traffic. When the output files become cumbersome to examine it's easier to look at them in Wireshark. I have a hunch if rl1 could be replaced with some old fxp or sk card lying around it might work. YMMV -Mike From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 18:01:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30BB0106566B for ; Sun, 1 Nov 2009 18:01:20 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id DFC6A8FC1A for ; Sun, 1 Nov 2009 18:01:19 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N4eju-00074B-GT for freebsd-questions@freebsd.org; Sun, 01 Nov 2009 19:01:18 +0100 Received: from pool-70-21-18-103.res.east.verizon.net ([70.21.18.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2009 19:01:18 +0100 Received: from nightrecon by pool-70-21-18-103.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2009 19:01:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 01 Nov 2009 13:01:51 -0500 Lines: 40 Message-ID: References: <4AEDAFE0.5070900@rawbw.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-18-103.res.east.verizon.net Sender: news Subject: Re: Why after packages update my 'startx' gives me a message: Protocol not supported by 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: Sun, 01 Nov 2009 18:01:20 -0000 Yuri wrote: > It keeps repeating this line in original terminal, putting line ".." in > between. So it looks like this: > Protocol not supported by server. > .. > Protocol not supported by server. > .. > Protocol not supported by server. > .. > > > Now I have to start just 'Xorg', it starts bare X. And from another > terminal I have to start kde: "DISPLAY=localhost:0.0 > /usr/local/kde4/bin/kde" > Then it works ok. > > My .xinitrc looks like this: > > export LANG=en_US.UTF-8 > export XMODIFIERS='@im=SCIM' > export GTK_IM_MODULE=scim > export QT_IM_MODULE=scim > export XIM=SCIM > export XIM_PROGRAM=SCIM > exec scim -d & > /usr/local/kde4/bin/startkde > My first wild guess would be take out all the scim lines in your .xinitrc and see if the messages disappear. I know xorg.conf isn't supposed to be 'needed' any longer, what with Xorg's supposed ability to auto configure, but you might want to look at the Xorg docs for configuring scim in Xorg. I don't use it myself but have seen something about it in the docs. Once the support has been added/configured then look in the KDE desktop config utility and set it up there too. -Mike From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 18:04:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 981A01065676 for ; Sun, 1 Nov 2009 18:04:26 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 729608FC12 for ; Sun, 1 Nov 2009 18:04:26 +0000 (UTC) Received: by pzk40 with SMTP id 40so2773493pzk.7 for ; Sun, 01 Nov 2009 10:04:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fOLKs+VEunyDp8Nr+nyIwa97W3mJktkGqHDMNYtF35w=; b=KH16Pvn7iYB7py0gjNJ5XpQr2wI/e0+Ovnlk0HFv+Vdm0ontQwHM1N0cWDJJT0K6Gf 6L4z3h7ocC7mC31RBzsppEWtT0gYaElZ3UeJkgnHyTb1/P7hIo8u+Mkbj6A4eESh0PuS woHcIuG9VcE7spPICFzHsh/HmZ5aI8z/nGDko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=twtJta5UxPfzQUxaDfA87FeVX+pjaowKd2Ydw0wP+0jcgat2WzehhZMWHB0dSKp47x JaxZFLbzs4W8hCzf5iUqRd96fg3pj2+wRrMllpaz+wpOgjNSBGSeCFzOZj404zPUGT2G cAgwD7AHB8dCmINkdoLTowxqrKcsJ7Tk5Xhh8= MIME-Version: 1.0 Received: by 10.143.27.41 with SMTP id e41mr371285wfj.218.1257098666145; Sun, 01 Nov 2009 10:04:26 -0800 (PST) Date: Sun, 1 Nov 2009 11:04:26 -0700 Message-ID: <539c60b90911011004u745830f3r187c73155e9859f6@mail.gmail.com> From: Steve Franks To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: dvdauthor can't find fribidi headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 18:04:26 -0000 Seems as dvdauthor is broken on 8-rc1...anything I might have done? Steve [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean ===> Building for dvdauthor-0.6.14_4 Making all in doc gmake[1]: Entering directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' Making all in src gmake[1]: Entering directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake all-am gmake[2]: Entering directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f ".deps/subreader.Tpo"; exit 1; fi subreader.c: In function 'sub_read_line_aqt': subreader.c:661: warning: comparison with string literal results in unspecified behaviour subreader.c:661: warning: comparison with string literal results in unspecified behaviour subreader.c: In function 'sub_read_line_subrip09': subreader.c:717: warning: comparison with string literal results in unspecified behaviour subreader.c: In function 'sub_fribidi': subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this function) subreader.c:1082: error: (Each undeclared identifier is reported only once subreader.c:1082: error: for each function it appears in.) subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this function) subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type gmake[2]: *** [subreader.o] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/multimedia/dvdauthor. [steve@fyre /usr/ports/multimedia/dvdauthor]$ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 18:27:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 415B1106566B for ; Sun, 1 Nov 2009 18:27:49 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30802.mail.mud.yahoo.com (web30802.mail.mud.yahoo.com [68.142.200.145]) by mx1.freebsd.org (Postfix) with SMTP id 02A7B8FC08 for ; Sun, 1 Nov 2009 18:27:48 +0000 (UTC) Received: (qmail 63937 invoked by uid 60001); 1 Nov 2009 18:27:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257100067; bh=rfWfmaAbJAyrm+bxsTM9CouXGnxW3THU4e+BBg9cvkc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=HP09yWqMUuuVtwvGvNzpPUq4mH5zc08JkzZWS1oymug4BDY+10Il0cdAwQ80IXDfHfhA/WtYUs0AzKW0RKhlU4J99EQ7PKH0a7d+fg4gCESuQSCXGC/kQERbMVx+czzXb83jt6KJo+u/BbdGiEs9V9nFJK25qzR7U8f9i7QAH9M= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=T1bzr19rwQEpF7fzkv3LLCt01cNncAucyL60yeY9NMJAuCGUshXgg8sVQg36P8bA6hUZElWp0/ymecjq9C0tDuswVr7zmJdN/vfcrCTO547F4xkPzIe5ter2G9G0z/qdUoZynK5t/wB+V3UbHjHpMSF8/8o27KaJrhPN9E5KeVw=; Message-ID: <981633.62756.qm@web30802.mail.mud.yahoo.com> X-YMail-OSG: ZHAfl.gVM1lwb9u3bbhBARndkR5L7mFho_SZ.TqoaTAo3pvJRTeC37SGTRXvg_R8dDPrxxrdW0tJhtJuZ5yc81sH1ReeNTHRD3_.PmffUOX.8SUTKwwMgDtys05J.7tPzJRI7SjfjlP22Fe24SwCuPdZuCdZ4EF_ZmKY6b501LpiGIp5JzLFgROCRnR0MvoaeYUNQ.IsUSwx87n4acIy.XSrX8qp_kn5dDsUvfQWUjiYBLQZ3ocX2E3h5GE.x031Gq7pfPyip8R5o_mTwb7yuLRXu7WtLKTHd2ji_VubUeC_2hPvqbffrJIoFLqPWALbyCaY4.BelZkKsL1WP.Z7vUjH6TO08f3cdPZg5bMjYukX1vLJ8Ac8ByjmD5SAntYKYVtdzwtrjtvs0QcrJzCTnsfUwZeVRqvSw0SfKDVkcekzkj7vrvde5cp5POV9BdKeEZFhRw-- Received: from [78.131.57.57] by web30802.mail.mud.yahoo.com via HTTP; Sun, 01 Nov 2009 10:27:47 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 10:27:47 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 18:27:49 -0000 I also though that maybe the rl NIC can be wrong, I will try another brande= d NIC as soon as it will be possible, until than I looked for arp an socksa= t right after dhcp request, these are my results:=0Amac# $ dhcping -h 00:23= :32:dc:72:19 -s 192.168.1.1=0Ano answer=0A=0Absd# tcpdump -i rl1 -n port 67= or port 68=0Atcpdump: verbose output suppressed, use -v or -vv for full pr= otocol decode=0Alistening on rl1, link-type EN10MB (Ethernet), capture size= 96 bytes=0A19:14:38.604545 IP 192.168.1.234.68 > 192.168.1.1.67: BOOTP/DHC= P, Request from 00:23:32:dc:72:19, length 250=0A19:24:06.600131 IP 192.168.= 1.234.68 > 192.168.1.1.67: BOOTP/DHCP, Request from 00:23:32:dc:72:19, leng= th 250=0A=0Absd# arp -a=0A? (192.168.1.234) at 00:23:6c:86:41:d9 on rl1 [et= hernet] <- this is my MacBook=0A? (192.168.1.1) at 00:13:8f:86:2f:64 on rl1= permanent [ethernet] <- this is the layer 3 switch=0A# sockstat -4l | grep= dhcp=0Adhcpd dhcpd 4747 7 udp4 *:67 *:*=0A=0A= mac# arp -a=0A.pool.hdsnet.hu () at 4a:55:88:7c:44:4f= on tap0 ifscope [ethernet]=0Absd (192.168.1.1) at 0:13:8f:86:2f:64 on en1 = ifscope [ethernet]=0A=0A=0A=0A=0A=0A________________________________=0AFrom= : Michael Powell =0ATo: freebsd-questions@freebsd.o= rg=0ASent: Sun, November 1, 2009 6:29:04 PM=0ASubject: Re: dhcpd related is= sue - not giving up=0A=0AD=E1nielisz L=E1szl=F3 wrote:=0A=0A> I don't give = it up, doing some tcpdump on my BSD I can see the dhcp=0A> request reaches = the machine, the dhcpd is running, but why doesn't gives=0A> any IP?=0A> = =0A> # tcpdump -i rl1 -n port 67 or port 68=0A> tcpdump: verbose output sup= pressed, use -v or -vv for full protocol decode=0A> listening on rl1, link-= type EN10MB (Ethernet), capture size 96 bytes=0A> 11:51:43.086597 IP 0.0.0.= 0.68 > 255.255.255.255.67: BOOTP/DHCP, Request=0A> from 00:24:03:f1:bd:36, = length 300 11:51:45.102260 IP 0.0.0.0.68 >=0A> 255.255.255.255.67: BOOTP/DH= CP, Request from 00:24:03:f1:bd:36, length 300=0A[snip]=0A=0AI only have a = couple if ideas. First, is it possible to substitute some =0Aother non rl o= r re NIC for rl1? I seem to recall something about these cards =0Ahaving so= me sort of problem like this. This test would eliminate that idea.=0A=0AAls= o, right after a client machine requests a lease examine your arp tables = =0Aon both machines. Maybe the dhcpd server is confused and sending the rep= ly =0Aout the wrong interface? sockstat -4l can confirm which/what interfac= e dhcpd =0Ais listening on, compare with arp results. Theoretically if dhcp= d is bound =0Ato and listening on rl1 there shouldn't be any replies going = out rl0. Check =0Ato eliminate.=0A=0AWrt to a managed switch blocking ports= , I think you probably ruled this out =0Aby connecting the machines to each= other. Note that for GigE, or NICs that =0Ado MDI-X properly any cable wil= l work. However, on many older 100baseTX =0Acards this would need to be usi= ng a crossover cable to function correctly.=0A=0AYou can also broaden your = tcpdump to include arp traffic. When the output =0Afiles become cumbersome = to examine it's easier to look at them in Wireshark. =0AI have a hunch if r= l1 could be replaced with some old fxp or sk card lying =0Aaround it might = work. YMMV=0A=0A-Mike=0A=0A=0A=0A__________________________________________= _____=0Afreebsd-questions@freebsd.org mailing list=0Ahttp://lists.freebsd.o= rg/mailman/listinfo/freebsd-questions=0ATo unsubscribe, send any mail to "f= reebsd-questions-unsubscribe@freebsd.org"=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 19:14:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A1A106568B for ; Sun, 1 Nov 2009 19:14:10 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFD18FC14 for ; Sun, 1 Nov 2009 19:14:09 +0000 (UTC) Received: from know-smtpout-4.server.virginmedia.net ([62.254.123.4]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20091101191408.NYFN17029.mtaout01-winn.ispmail.ntl.com@know-smtpout-4.server.virginmedia.net>; Sun, 1 Nov 2009 19:14:08 +0000 Received: from [86.25.234.113] (helo=laptop.piggybox) by know-smtpout-4.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1N4fsO-0004rx-A1; Sun, 01 Nov 2009 19:14:08 +0000 Received: from laptop.piggybox (localhost.piggybox [127.0.0.1]) by laptop.piggybox (8.14.3/8.14.3) with ESMTP id nA1IE8iI002435; Sun, 1 Nov 2009 18:14:08 GMT (envelope-from peter@laptop.piggybox) Received: (from peter@localhost) by laptop.piggybox (8.14.3/8.14.3/Submit) id nA1IE8wo002434; Sun, 1 Nov 2009 18:14:08 GMT (envelope-from peter) Date: Sun, 1 Nov 2009 18:14:07 +0000 From: Peter Harrison To: Steve Franks Message-ID: <20091101181407.GA2423@laptop.piggybox> Mail-Followup-To: Steve Franks , FreeBSD Mailing List References: <539c60b90911011004u745830f3r187c73155e9859f6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539c60b90911011004u745830f3r187c73155e9859f6@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Cloudmark-Analysis: v=1.0 c=1 a=9PUpBzJ6yLwA:10 a=6I5d2MoRAAAA:8 a=fdKXmkpqIj-05JXG9lkA:9 a=9i1Mqg2Q-2VFyXOduOQA:7 a=OkKJyqSxkWO4pX-b9eYh-3uESMUA:4 a=SV7veod9ZcQA:10 Cc: FreeBSD Mailing List Subject: Re: dvdauthor can't find fribidi headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 19:14:10 -0000 Sunday, 1 November 2009 at 11:04:26 -0700, Steve Franks said: > Seems as dvdauthor is broken on 8-rc1...anything I might have done? > > Steve > > [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean > ===> Building for dvdauthor-0.6.14_4 > Making all in doc > gmake[1]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > Making all in src > gmake[1]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake all-am > gmake[2]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > ".deps/subreader.Tpo"; exit 1; fi > subreader.c: In function 'sub_read_line_aqt': > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_read_line_subrip09': > subreader.c:717: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_fribidi': > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this function) > subreader.c:1082: error: (Each undeclared identifier is reported only once > subreader.c:1082: error: for each function it appears in.) > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this function) > subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' > from incompatible pointer type > gmake[2]: *** [subreader.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake: *** [all-recursive] Error 1 > *** Error code 1 > > Stop in /usr/ports/multimedia/dvdauthor. > [steve@fyre /usr/ports/multimedia/dvdauthor]$ Just a "me too" I'm afraid. I'm having the same problem on 7.2-STABLE, but: pkg_info | grep fribidi fribidi-0.19.2_1 A Free Implementation of the Unicode Bidirectional Algorith Peter Harrison > _______________________________________________ > 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 Nov 1 20:12:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B3F1065676 for ; Sun, 1 Nov 2009 20:12:53 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505e.appriver.com [98.129.35.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6A75E8FC12 for ; Sun, 1 Nov 2009 20:12:53 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 12561032 for freebsd-questions@freebsd.org; Sun, 01 Nov 2009 14:12:46 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Sun, 1 Nov 2009 14:12:52 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Sun, 1 Nov 2009 14:12:50 -0600 Thread-Topic: Example of using mount() function? Thread-Index: AcpbL7AAZeisKwNATB23iwJFrczsQA== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB60@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Example of using mount() function? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 20:12:53 -0000 I want to call the mount() function to perform the same action as running t= he following mount command from the command line: mount -t ufs -o noatime /dev/adXXX /mnt The man page lists the signature of mount() as int mount(const char *type, const char *dir, int flags, voi= d *data); The problem is that the last parameter, data, apparently has to be in a spe= cial structure based on the file system type and it does not describe what = this structure is for ufs. It says "The format for these argument structure= s is described in the manual page for each file system", then it follows th= is up saying that there is no man page for ufs? I did some searches but could not find a single example of what needs to be= plugged into this parameter. Can anyone fill in the missing info? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 20:24:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5312106568B for ; Sun, 1 Nov 2009 20:24:19 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 39B518FC13 for ; Sun, 1 Nov 2009 20:24:19 +0000 (UTC) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id nA1KPBq8037592; Sun, 1 Nov 2009 15:25:11 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Peter Steele In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB60@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB60@MBX03.exg5.exghost.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-/gaFCUvERS6Wu2kZ7VcM" Organization: MarcusCom, Inc. Date: Sun, 01 Nov 2009 15:24:24 -0500 Message-Id: <1257107064.14555.58.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: "freebsd-questions@freebsd.org" Subject: Re: Example of using mount() function? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 20:24:19 -0000 --=-/gaFCUvERS6Wu2kZ7VcM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2009-11-01 at 14:12 -0600, Peter Steele wrote: > I want to call the mount() function to perform the same action as running= the following mount command from the command line: >=20 > mount -t ufs -o noatime /dev/adXXX /mnt >=20 > The man page lists the signature of mount() as >=20 > int mount(const char *type, const char *dir, int flags, v= oid *data); >=20 > The problem is that the last parameter, data, apparently has to be in a s= pecial structure based on the file system type and it does not describe wha= t this structure is for ufs. It says "The format for these argument structu= res is described in the manual page for each file system", then it follows = this up saying that there is no man page for ufs? >=20 > I did some searches but could not find a single example of what needs to = be plugged into this parameter. Can anyone fill in the missing info? See /usr/src/sbin/mount/mount_ufs.c from RELENG_6. Essentially, this argument should be a ufs_args struct as defined in /usr/include/ufs/ufs/ufsmount.h. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-/gaFCUvERS6Wu2kZ7VcM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEABECAAYFAkrt7ncACgkQb2iPiv4Uz4fHdQCgjB2mKHuu3z4Xi52El2G4lS71 IR0An2AmSM+NKfabtUA+6spkoB99TfvM =2pu6 -----END PGP SIGNATURE----- --=-/gaFCUvERS6Wu2kZ7VcM-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 20:38:21 2009 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 B09EE106566C for ; Sun, 1 Nov 2009 20:38:21 +0000 (UTC) (envelope-from engage@ideasforchange.tv) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA708FC18 for ; Sun, 1 Nov 2009 20:38:21 +0000 (UTC) Received: from iph2.telenor.se (195.54.127.133) by proxy3.bredband.net (7.3.140.3) id 4AD3E1BA007E2D84 for questions@freebsd.org; Sun, 1 Nov 2009 21:17:43 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmWfAIp77UpV5X06PGdsb2JhbACCJRUYhBiTO4EjAQEBATeuQQGNIYIvIgGBZwQ X-IronPort-AV: E=Sophos;i="4.44,662,1249250400"; d="scan'208,217";a="60137346" Received: from c-3a7de555.016-94-73746f11.cust.bredbandsbolaget.se (HELO [10.0.1.5]) ([85.229.125.58]) by iph2.telenor.se with SMTP; 01 Nov 2009 21:17:43 +0100 Date: Sun, 1 Nov 2009 21:17:43 +0100 Mime-version: 1.0 From: IdeasForChange.TV To: Message-Id: <1112117.BIIKANQA@ideasforchange.tv> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ideas For Change launches in closed beta today X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: engage@ideasforchange.tv List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2009 20:38:21 -0000 We are very proud to have finalized the first step in building this platfor= m that will become an active tool to improve our world. Against all good advice that we should build first and then connect the wor= ld, we decided that we are nothing without your knowledge. Without your inp= ut. And we said that we wanted to build this project from a different angle= =2E We have the tools, we have the team, we have some funding but we need you= guys to engage and tell us what your community needs. How we can help. We will build the biggest online community on sustainable topics, we will g= ive you access and the keys to build your own subgroups both closed and pub= lic. But without taking this first step to ask for your opinion we would be= working with old obsolete models. The films you see are just a fragment of what will come, the texts are just= a start. If you need a login please ask us, if you want to contribute othe= rwise, sponsor a subcategory or need anything more please don=B4t hesitate = to ask. So please enjoy, spread the word and engage! The Ideas For Change Global Team Visit the web site IdeasForChange.TV To unsubscribe, please reply with the word unsubscribe. Sorry if we bothere= d you! Project and website by Dabber.tv From owner-freebsd-questions@FreeBSD.ORG Sun Nov 1 23:14:26 2009 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 794041065676 for ; Sun, 1 Nov 2009 23:14:26 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id EFDD18FC13 for ; Sun, 1 Nov 2009 23:14:25 +0000 (UTC) Received: by bwz5 with SMTP id 5so5832837bwz.3 for ; Sun, 01 Nov 2009 15:14:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=f9FqfR9QHVTmARUJFR8wZ+e2GBVR3o3k6M+fBXcrl6g=; b=RIsGFs2SgZy1At5iB4CbgkPHyu14a2TS+YxVvVM6VGFu7w3dQyWohra8lNivHKzbec bPsS4CHIYFBUqXhILo1U+fU9bYHkoIwcEtRDTpXjX15OkbrTPBer2l6okTwHS/e8e9uf kDj7i80RppSLX4OrO16UHtSQ9RtbJxN29KYO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lRK8NCdxMrKKFM0t9UgVhnGuJh0X7uR1O8YFJi/8UzGn+sYpgc7pIcl2wzsWSehtff tUGIeWs6AzSNGLs4/fgyAQRjMB7tO+oHTmDyurvAQf0PpET8ZR/vBn1gbSeqSFRny6wQ 6YgbW/oXy6tLJSoUogsqkMpaOYMjDF/dvudUY= MIME-Version: 1.0 Received: by 10.204.154.69 with SMTP id n5mr3433962bkw.43.1257115406889; Sun, 01 Nov 2009 14:43:26 -0800 (PST) In-Reply-To: <20091031191820.GA4547@laptop.piggybox> References: <20091031191820.GA4547@laptop.piggybox> Date: Sun, 1 Nov 2009 23:43:26 +0100 Message-ID: From: usleepless@gmail.com To: Peter Harrison Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: Problem installing dvdauthor... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 01 Nov 2009 23:14:26 -0000 Dear Peter, On Sat, Oct 31, 2009 at 8:18 PM, Peter Harrison wrote: > Hi all, > > Can anyone advise what I'm doing wrong trying to install > multimedia/dvdauthor. Here's the end of the error: > > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP -MF > ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > ".deps/subreader.Tpo"; exit 1; fi > subreader.c: In function 'sub_read_line_aqt': > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_read_line_subrip09': > subreader.c:717: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_fribidi': > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this > function) > subreader.c:1082: error: (Each undeclared identifier is reported only once > subreader.c:1082: error: for each function it appears in.) > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this > function) > subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' from > incompatible pointer type > gmake[2]: *** [subreader.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake: *** [all-recursive] Error 1 > *** Error code 1 > > This is on: > > FreeBSD laptop.piggybox 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Oct 10 > 13:54:52 BST 2009 root@laptop.piggybox:/usr/obj/usr/src/sys/LAPTOP > i386 > > With a ports tree updated last night. > > What am I missing? > i don't think you are missing anything: i have a slighty older ports tree from september, and it fails as well. i assume the port is "broken". ( i will take a look if i can identitfy the problem ) regards, usleep From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 01:22:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2D73106566B for ; Mon, 2 Nov 2009 01:22:13 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2018FC0A for ; Mon, 2 Nov 2009 01:22:13 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 15291211 for freebsd-questions@freebsd.org; Sun, 01 Nov 2009 19:22:07 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Sun, 1 Nov 2009 19:22:12 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Sun, 1 Nov 2009 19:22:11 -0600 Thread-Topic: Example of using mount() function? Thread-Index: AcpbMU7ryECKtJV2Swi2ITLiYkfKsQAKYYzw Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB70@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB60@MBX03.exg5.exghost.com> <1257107064.14555.58.camel@shumai.marcuscom.com> In-Reply-To: <1257107064.14555.58.camel@shumai.marcuscom.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: Example of using mount() function? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 01:22:13 -0000 > See /usr/src/sbin/mount/mount_ufs.c from RELENG_6. Essentially, this arg= ument should be a ufs_args struct as defined in /usr/include/ufs/ufs/ufsmou= nt.h. Okay, got it. Thanks very much! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 02:16:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34B90106568D for ; Mon, 2 Nov 2009 02:16:54 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id EAD388FC49 for ; Mon, 2 Nov 2009 02:16:53 +0000 (UTC) Received: by ywh8 with SMTP id 8so4315055ywh.3 for ; Sun, 01 Nov 2009 18:16:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=a4qE6acK5Ha1nXrJfMtoLgb9fB7Y9+8AoanLKOdBwxE=; b=AE9Jg4JQ3MBU9SZekRoPQlW4xhOceNwE00VaIXqg37hI8RbeCboC8mddekg9s3+beg IqOmqtHXZUw4jkrukUCwkF0Ku3RHqRsA/7VRFwowALZbE7baLcZWOaXxym8TGe2NMuRN hbiCyK0d7PrYulViqdb9zPWEMGNCsifFriPu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=t4c4oOX99j/bShdMAT2gcK3ycpVEL4HlACvDgmsxvld4lfhJWeAMl79mjRHZyQbOWP r2oFkI1nYMDL6BQVTLbFe4Igx53Pjp8p16VD03xlqZeDwpSbkpNaxDbfQOO13OhBkW3O GWFYGqjpQyoRwJjqK2OmaNnuhwSSBSc7rDfHA= MIME-Version: 1.0 Received: by 10.150.130.39 with SMTP id c39mr7305087ybd.338.1257128211695; Sun, 01 Nov 2009 18:16:51 -0800 (PST) Date: Sun, 1 Nov 2009 21:16:51 -0500 Message-ID: <6ae50c2d0911011816y54e1e628h40ebe96867ed3e56@mail.gmail.com> From: alexus To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: ntp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 02:16:54 -0000 this is my ntp.conf su-3.2# cat /usr/local/etc/ntp.conf server 0.us.pool.ntp.org server 1.us.pool.ntp.org server 2.us.pool.ntp.org server 3.us.pool.ntp.org su-3.2# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== mx .RMOT. 16 u - 1024 0 0.000 0.000 0.000 su-3.2# this isn't the first time, but after a while my ntp stops working :( i dont know what to do... any suggestions? -- http://alexus.org/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 02:24:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26ED31065672 for ; Mon, 2 Nov 2009 02:24:12 +0000 (UTC) (envelope-from liontaur@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id A64218FC31 for ; Mon, 2 Nov 2009 02:24:11 +0000 (UTC) Received: by ewy5 with SMTP id 5so1015357ewy.36 for ; Sun, 01 Nov 2009 18:24:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=TuQ/l296Ej2NoWjkUwr87EfT1q8iCOMSqt5uW8STTOU=; b=VECfDiq73ptSOYSsLTbDA3BFZlQXgzla0Bj/9NsXY1n7xkt4+1AUdO43ax46J92Ju1 V0W3k+hKUTocDMt9oFuVG7h/8Hensxk5dYbXTGfwbn3GOS8xKx9p4XQOJTdHDbx5C2HJ hUHQ/oo7yCXUbvivsLCtHDgqhhp4lSe05ngBc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=w/HyY/wWXsHQ0f82GP1xkbr2JX4uJCDP/3YLbJzYwg8agJwb9U0W9P8pmc30NnDfpV GO4fxFhfOBh0g3/3vW2BrXHwHVlHaXHJAUL7MWFjk+1/NTCWfg0/VlC52h5oGvsgpIji giDSLpwx0L4eayie86dQ8/vQIzTWK1gvwiC1s= MIME-Version: 1.0 Received: by 10.216.91.73 with SMTP id g51mr3689559wef.68.1257128650287; Sun, 01 Nov 2009 18:24:10 -0800 (PST) In-Reply-To: <981633.62756.qm@web30802.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <981633.62756.qm@web30802.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 18:24:10 -0800 Message-ID: From: Liontaur To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 02:24:12 -0000 2009/11/1 D=E1nielisz L=E1szl=F3 > I also though that maybe the rl NIC can be wrong, I will try another > branded NIC as soon as it will be possible, until than I looked for arp a= n > socksat right after dhcp request, these are my results: > mac# $ dhcping -h 00:23:32:dc:72:19 -s 192.168.1.1 > no answer > > bsd# tcpdump -i rl1 -n port 67 or port 68 > tcpdump: verbose output suppressed, use -v or -vv for full protocol decod= e > listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes > 19:14:38.604545 IP 192.168.1.234.68 > 192.168.1.1.67: BOOTP/DHCP, Request > from 00:23:32:dc:72:19, length 250 > 19:24:06.600131 IP 192.168.1.234.68 > 192.168.1.1.67: BOOTP/DHCP, Request > from 00:23:32:dc:72:19, length 250 > > bsd# arp -a > ? (192.168.1.234) at 00:23:6c:86:41:d9 on rl1 [ethernet] <- this is my > MacBook > ? (192.168.1.1) at 00:13:8f:86:2f:64 on rl1 permanent [ethernet] <- this = is > the layer 3 switch > So your switch and your rl1 interface have the same IP? That can't be good, can't see why it would affect things when the switch isn't in action though= . # sockstat -4l | grep dhcp > dhcpd dhcpd 4747 7 udp4 *:67 *:* > > mac# arp -a > .pool.hdsnet.hu () at 4a:55:88:7c:44:4f on tap0 > ifscope [ethernet] > bsd (192.168.1.1) at 0:13:8f:86:2f:64 on en1 ifscope [ethernet] > > > > _______________________________________________ > 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 Nov 2 02:56:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914F6106566B for ; Mon, 2 Nov 2009 02:56:24 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6DADB8FC19 for ; Mon, 2 Nov 2009 02:56:24 +0000 (UTC) Received: by pwj8 with SMTP id 8so1736722pwj.3 for ; Sun, 01 Nov 2009 18:56:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=EM3M8A16W2Q6nBpvUzEXeZxrOHCJw36vvywe9KxU//o=; b=Yl6+66tQA4IAtMNf/Muy/nFYRVWX1onvSJSgry3QWNpauVnLt0wPdka9tN2qqkfs9/ PhXb+x3kExOCz/cc0TEiT5ovFj+jLIJ+VV2oLwbE20mWc3PzwqM2W9W8ZJXxl9ljPTkH CpKEA3Tm603UksBdAGtQICrIuFFt/BAh6RNN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=U82ZMpuk3Frq4SNSkZIFuaGMGwL3oM1C1HmWJfj4MBC/Jtd5Gg28tpQUeddeDViPQK Vw7zwxT9ELiL1UAA8zm5r6x7T9pa00x+M3t8o8ycvmwuGzBN0C5Ur2awY1y8XBrcahz2 vJY3G09t1RS0Yo5tfZTBmbJpTdWOxXiqhNTa8= MIME-Version: 1.0 Received: by 10.143.153.29 with SMTP id f29mr479689wfo.294.1257130584039; Sun, 01 Nov 2009 18:56:24 -0800 (PST) Date: Sun, 1 Nov 2009 19:56:24 -0700 Message-ID: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> From: Steve Franks To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: korean & english on same box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 02:56:24 -0000 My Korean mother-in-law is visiting USA for the first time. I don't know the first thing about what it will take to make it so she can email home, so I'm hoping someone on the list is familiar with this? I can start firefox for her, so my installation could theoretically stay in english, but I have a spare drive I could install korean fbsd on if needed, although I don't know if it's been translated well enough to understand sysinstall or bootup in Korean? Thanks, Steve From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 03:27:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DF6D1065695 for ; Mon, 2 Nov 2009 03:27:05 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 14CBF8FC13 for ; Mon, 2 Nov 2009 03:27:04 +0000 (UTC) Received: by pzk40 with SMTP id 40so2941436pzk.7 for ; Sun, 01 Nov 2009 19:27:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OtZksyybPktiBRzMWu2kGzVCyrIInSujpj9F/+h3W+0=; b=Dq9uU0TlATxQl32W5PO+t1aRqSUVBUIerHSto2RtVK93+hgxHGXsN6yuIt1MZkGnoZ HHPiYlp1bUMkGEcGeR8OI5q0Zr9geCM5mslvoveV2HoL17qHV+E8xXKBeLt5FOybtuUs bciFH+fubWH1K/uTyhmsNxfoexOJhhnp+LmeM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=o3jXZ4Ivdh+++Iq8amX5HrQ6Hg9+l3WwyOTbL0HJ5540EZI1q1dgh/wIVbNkCPxPfj ZT5KzDU6pkt0hDD1bLIwKkyp4fU4K/BVQtOTyECyn6GhksuTZMRRQ4NAloKxrk8xh54K CNMDiiHFGRWH/fXjI1HRBEnZsK/qfGviGlRJ4= MIME-Version: 1.0 Received: by 10.142.151.22 with SMTP id y22mr473322wfd.100.1257132424657; Sun, 01 Nov 2009 19:27:04 -0800 (PST) In-Reply-To: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> References: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> Date: Sun, 1 Nov 2009 20:27:04 -0700 Message-ID: <539c60b90911011927q2261b2a2yba26c14008e3b7f7@mail.gmail.com> From: Steve Franks To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: korean & english on same box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 03:27:05 -0000 On Sun, Nov 1, 2009 at 7:56 PM, Steve Franks wrot= e: > My Korean mother-in-law is visiting USA for the first time. =A0I don't > know the first thing about what it will take to make it so she can > email home, so I'm hoping someone on the list is familiar with this? > I can start firefox for her, so my installation could theoretically > stay in english, but I have a spare drive I could install korean fbsd > on if needed, although I don't know if it's been translated well > enough to understand sysinstall or bootup in Korean? > > Thanks, > Steve > Ok, well, fooling around, it's quite obvious that firefox has things nicely wrapped up, as long as I can get a korean keyboard to work, that should be interesting....hopefully opeoffice is as robust... Best, Steve From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 03:45:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCA251065670 for ; Mon, 2 Nov 2009 03:45:53 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 8186F8FC12 for ; Mon, 2 Nov 2009 03:45:53 +0000 (UTC) Received: by yxe1 with SMTP id 1so4377405yxe.3 for ; Sun, 01 Nov 2009 19:45:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=Ips41vQTh7ZybZvBZChCpNaWCG7aPTHrdpmxhyR3Wqg=; b=nr6q29Zk07haWO54zIbbrPPFH0ZMz/LU6lG3eEJAjROP2dhZAc0i+eBqqbnDdJT5gc z4Nzv9dFolv8b5AoqPE3sWRP88cp4V+vW/9hNlZBZYpmCl7rPAtP6TR+5VtVCcV0U4mY S/xi4X7tz4XfhDIYtMPVkTose8CtVNZOYIduI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=hRIpNCgesKq0iTMY0iQ4C86WZmjcQQ+jmkBGYl6yGwWFBADpgQMkADTAIiFEymybRq 0eUUQYDhoNGZ2inrwWuDQYXO67lB9RppQC12TfClx7nRggt0STRawSos/ECC4/AKK7gX pHLhLV0qdlQEg+4uM63LNR0/bodn6Vm9DCf8s= Received: by 10.150.244.4 with SMTP id r4mr7453513ybh.127.1257133552776; Sun, 01 Nov 2009 19:45:52 -0800 (PST) Received: from jimmiejaz.org (bas9-toronto63-1128678059.dsl.bell.ca [67.70.66.171]) by mx.google.com with ESMTPS id 7sm1977038ywf.55.2009.11.01.19.45.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Nov 2009 19:45:51 -0800 (PST) Message-ID: <4AEE55EB.4020400@gmail.com> Date: Sun, 01 Nov 2009 22:45:47 -0500 From: Jimmie James User-Agent: Thunderbird 2.0.0.17pre (X11/20090731) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: bahamasfranks@gmail.com, peter.piggybox@virgin.net Subject: Re: dvdauthor can't find fribidi headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 03:45:53 -0000 > Seems as dvdauthor is broken on 8-rc1...anything I might have done? > > Steve > > [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean > ===> Building for dvdauthor-0.6.14_4 > Making all in doc > gmake[1]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > Making all in src > gmake[1]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/> Seems as dvdauthor is broken on 8-rc1...anything I might have done? > > Steve > > [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean > ===> Building for dvdauthor-0.6.14_4 > Making all in doc > gmake[1]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > Making all in src > gmake[1]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake all-am > gmake[2]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > ".deps/subreader.Tpo"; exit 1; fi > subreader.c: In function 'sub_read_line_aqt': > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_read_line_subrip09': > subreader.c:717: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_fribidi': > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this function) > subreader.c:1082: error: (Each undeclared identifier is reported only once > subreader.c:1082: error: for each function it appears in.) > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this function) > subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' > from incompatible pointer type > gmake[2]: *** [subreader.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake: *** [all-recursive] Error 1 > *** Error code 1 dvdauthor-0.6.14/src' > gmake all-am > gmake[2]: Entering directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > ".deps/subreader.Tpo"; exit 1; fi > subreader.c: In function 'sub_read_line_aqt': > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c:661: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_read_line_subrip09': > subreader.c:717: warning: comparison with string literal results in > unspecified behaviour > subreader.c: In function 'sub_fribidi': > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this function) > subreader.c:1082: error: (Each undeclared identifier is reported only once > subreader.c:1082: error: for each function it appears in.) > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this function) > subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' > from incompatible pointer type > gmake[2]: *** [subreader.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > gmake: *** [all-recursive] Error 1 > *** Error code 1 Hate to pop in with a "me too", but me too. I've reinstalled all of it's depends, no joy. I've removed them all, along with dvdauthor and no joy. Tried commenting out fribidi from the Makefile, no joy. FreeBSD 7.2-STABLE #0: Thu Oct 15 19:19:47 EDT 2009 root@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO dvdauthor-0.6.14_3 pkg_info -r dvdauthor-0.6.14_3 Information for dvdauthor-0.6.14_3: Depends on: Dependency: libdvdcss-1.2.10_1 Dependency: libdvdread-4.1.3_1 Dependency: png-1.2.40 Dependency: pkg-config-0.23_1 Dependency: freetype2-2.3.9_1 Dependency: libiconv-1.13.1 Dependency: libxml2-2.7.6 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 03:50:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D45AA1065679 for ; Mon, 2 Nov 2009 03:50:12 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from pinus.izb.knu.ac.kr (pinus.izb.knu.ac.kr [IPv6:2001:470:1f05:5f6:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9198FC2D for ; Mon, 2 Nov 2009 03:50:12 +0000 (UTC) Received: from pinus.izb.knu.ac.kr (localhost.izb.knu.ac.kr [IPv6:::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 2061957375; Mon, 2 Nov 2009 12:50:11 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=izb.knu.ac.kr; h=from:to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type:content-transfer-encoding; s= soyeomul; i=bh@izb.knu.ac.kr; bh=/cLckRQXRSNzztNaYCkxs3lQTnhhttF JmhDGtgxU9Xw=; b=jvGDm2uHA4pG4dWF4B78FjrlB/IC1voAj/B6ZNz7OQKu/vB oNXbR2AtepiljvJQVBAHhaL6Uxkbq8laTUGRewy+kJZV1pFhP6lzFm+YUqAU70xV l8JT3oRy+hkzVZX4deRyZt1pdApz7Yt3R8mzuKsHvmS8VfU0Y73yI9u7wN8Y= Received: from rhodo.izb.knu.ac.kr (rhodo.izb.knu.ac.kr [IPv6:2001:470:1f05:5f8:3::2]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id AA5BA5736D; Mon, 2 Nov 2009 12:50:10 +0900 (KST) Received: from betla.izb.knu.ac.kr (betla.izb.knu.ac.kr [IPv6:2001:470:1f05:5f6:3::b]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: bh@izb.knu.ac.kr) by rhodo.izb.knu.ac.kr (Postfix) with ESMTP id 986DA1CD6F; Mon, 2 Nov 2009 12:50:07 +0900 (KST) From: bh@izb.knu.ac.kr (=?utf-8?B?54mb57Kl?=) To: Steve Franks References: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> X-Url: http://izb.knu.ac.kr/~bh/ Date: Mon, 02 Nov 2009 12:49:58 +0900 In-Reply-To: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> (Steve Franks's message of "Sun, 1 Nov 2009 19:56:24 -0700") Message-ID: <86zl757fh5.fsf@betla.izb.knu.ac.kr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: korean & english on same box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 03:50:12 -0000 Steve Franks writes: > My Korean mother-in-law is visiting USA for the first time. I don't > know the first thing about what it will take to make it so she can > email home, so I'm hoping someone on the list is familiar with this? > I can start firefox for her, so my installation could theoretically > stay in english, but I have a spare drive I could install korean fbsd > on if needed, although I don't know if it's been translated well > enough to understand sysinstall or bootup in Korean? IMHO, your mother-in-law won't use computer, i guess. In general, Korean women (above 40 years old) don't know about computer and Internet. Though if you have to prepare that, discuss with your wife in first. Your wife will know very well about the state of your mother-in-law's computing general. The following is just normal case. Korean need only Input Method program such as Nabi under default X-Window system. That's enough to make checking (writing) emails. Have a look korean/nabi in ports. Sincerely, -- "You still owe me two hundred dollars." -- Fanucci, "Chapter 14", page 202 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 04:13:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 519D3106566B for ; Mon, 2 Nov 2009 04:13:49 +0000 (UTC) (envelope-from Fluffy@fluffy.khv.ru) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3665C8FC21 for ; Mon, 2 Nov 2009 04:13:47 +0000 (UTC) Received: from Fluffy.Khv.RU (dhcp-14.local.ael [192.168.100.14]) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id nA24DiTq060690 for ; Mon, 2 Nov 2009 14:13:44 +1000 (VLAT) (envelope-from Fluffy@fluffy.khv.ru) Received: from fluffy.khv.ru (localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.3/8.14.3/Fluffy/5.4.1) with ESMTP id nA24DhTC072459 for ; Mon, 2 Nov 2009 14:13:43 +1000 (VLAT) (envelope-from Fluffy@fluffy.khv.ru) From: Dima Panov Organization: Twilight Zone To: freebsd-questions@freebsd.org Date: Mon, 2 Nov 2009 14:13:35 +1000 User-Agent: KMail/1.12.3 (FreeBSD/9.0-900002-CURRENT; KDE/4.3.3; amd64; ; ) References: <4AEE55EB.4020400@gmail.com> In-Reply-To: <4AEE55EB.4020400@gmail.com> X-Face: "RE-2'yS-N:*/7DHOjQ%Az<.+SG>K7B'k(&; qb0K4]Hv>J}"l9,=:m2_]-3S/}`b\]yA-g !y3en*Zl(i-86iM?Q[w@!=rW&JdT>KHW@dri>+qMcy42O, 5#izEqa-K+=B<@A X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (ns.ael.RU [192.168.1.1]); Mon, 02 Nov 2009 14:13:44 +1000 (VLAT) X-Spam-Status: No, score=-4.4 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ns.ael.RU Subject: Re: dvdauthor can't find fribidi headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 04:13:49 -0000 --nextPart3156739.Olsyj0c70I Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On Monday 02 November 2009 13:45:47 Jimmie James wrote: > > Seems as dvdauthor is broken on 8-rc1...anything I might have done? > > > > > > [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean > > =3D=3D=3D> Building for dvdauthor-0.6.14_4 > > Making all in doc > > gmake[1]: Entering directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > > gmake[1]: Nothing to be done for `all'. > > gmake[1]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > > Making all in src > > gmake[1]: Entering directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake all-am > > gmake[2]: Entering directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=3D"\"/usr/local/etc\"" > > -I/usr/local/include/libxml2 -I/usr/local/include > > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > > -I/usr/local/include -Wall -DICONV_CONV=3Dyes -MT subreader.o -MD -MP > > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > > ".deps/subreader.Tpo"; exit 1; fi > > subreader.c: In function 'sub_read_line_aqt': > > subreader.c:661: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c:661: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c: In function 'sub_read_line_subrip09': > > subreader.c:717: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c: In function 'sub_fribidi': > > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this > > function) subreader.c:1082: error: (Each undeclared identifier is > > reported only once subreader.c:1082: error: for each function it appears > > in.) > > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this > > function) subreader.c:1102: warning: passing argument 3 of > > 'fribidi_log2vis' from incompatible pointer type > > gmake[2]: *** [subreader.o] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake[1]: *** [all] Error 2 > > gmake[1]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake: *** [all-recursive] Error 1 > > *** Error code 1 >=20 > dvdauthor-0.6.14/src' >=20 > > gmake all-am > > gmake[2]: Entering directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR=3D"\"/usr/local/etc\"" > > -I/usr/local/include/libxml2 -I/usr/local/include > > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > > -I/usr/local/include -Wall -DICONV_CONV=3Dyes -MT subreader.o -MD -MP > > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > > ".deps/subreader.Tpo"; exit 1; fi > > subreader.c: In function 'sub_read_line_aqt': > > subreader.c:661: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c:661: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c: In function 'sub_read_line_subrip09': > > subreader.c:717: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c: In function 'sub_fribidi': > > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this > > function) subreader.c:1082: error: (Each undeclared identifier is > > reported only once subreader.c:1082: error: for each function it appears > > in.) > > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this > > function) subreader.c:1102: warning: passing argument 3 of > > 'fribidi_log2vis' from incompatible pointer type > > gmake[2]: *** [subreader.o] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake[1]: *** [all] Error 2 > > gmake[1]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake: *** [all-recursive] Error 1 > > *** Error code 1 >=20 > Hate to pop in with a "me too", but me too. I've reinstalled all of it's > depends, no joy. I've removed them all, along with dvdauthor and no joy. > Tried commenting out fribidi from the Makefile, no joy. >=20 It always try to use fribidi if it installed on the system, but broken with= new fribidi.=20 =2D-=20 Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 = B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 = 8F29 KDE@FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept = 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:174= 5024 --nextPart3156739.Olsyj0c70I Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEABECAAYFAkruXHYACgkQpiZ27ZPjsBi8+gCfZMqBJwxuwx6EALhRuUWLFscx VWwAn25BvBOSPmTU3Anm3XlU3kqO2+ee =0IFA -----END PGP SIGNATURE----- --nextPart3156739.Olsyj0c70I-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 05:03:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B32DC106568F for ; Mon, 2 Nov 2009 05:03:52 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id 847CA8FC13 for ; Mon, 2 Nov 2009 05:03:52 +0000 (UTC) Received: by pxi28 with SMTP id 28so2970845pxi.7 for ; Sun, 01 Nov 2009 21:03:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=D2oH3Brpy+uiZECIvTWc+dDvsBx/T/kPEsdqO6gSkx4=; b=DrxIGGw47J/igEpie3zyNcHe6Pc4Q6NTLgRDejhG+XoMb8HLzZJMiQXYeLs7cFNdjg nSACd937ns1FaPQo4/FLU3grVZzRA55EwFJaQvO5Lv9JVojrsfINiS0nmTe+ldQnbxZ7 jPw4S/qYvxE1UFKiA4pH97i7XXqUpF1bDbHQM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=e/t3azmJXXcnPh7uUEJX8LUtOdz4DnUsS02k1fZiFlDH0mSVcFuaYzZDJ+XEtVM4+h 0pl0lmPGQyPwIs8PiO1H3gM4HEw+LYBb8KNj/DzuD1R0urKYVP1J9hGfqzb1dUGJ/SpG 1ZoXtmUO9JDC1o8Kzm78LxNPXS+jH2L+jxt98= MIME-Version: 1.0 Received: by 10.115.116.5 with SMTP id t5mr7091393wam.185.1257138232153; Sun, 01 Nov 2009 21:03:52 -0800 (PST) In-Reply-To: <479349.15334.qm@web30804.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <479349.15334.qm@web30804.mail.mud.yahoo.com> Date: Sun, 1 Nov 2009 22:03:51 -0700 Message-ID: From: Tim Judd To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 05:03:52 -0000 On 11/1/09, D=E1nielisz L=E1szl=F3 wrote: > It's the only one on the network. Doesn't mean that it will answer. I saw your previous posts which has the authoritative declaration. Authoritative (from my experience) means that if a client had previously gotten an address, a non-authoritative server won't correct the client's lease. Think of a roaming laptop or a PDA with wifi. An authoritative server will say "No, that won't work", then the client will release any knowledge of the previous IP, and search for new dhcp servers. Since you weren't getting leases when your firewall was disabled, I would lean toward a misconfigured dhcpd.conf. I don't think I've seen in the same post: ifconfig rl1 cat /usr/local/etc/dhcpd.conf Please provide these. Thanks. > ________________________________ > From: Tim Judd > To: D=E1nielisz L=E1szl=F3 > Cc: freebsd-questions@freebsd.org > Sent: Sun, November 1, 2009 5:41:58 PM > Subject: Re: dhcpd related issue - not giving up > > > > is your dhcpd authoritative? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > > > > From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 06:10:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 410E51065693 for ; Mon, 2 Nov 2009 06:10:47 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id E3A5E8FC16 for ; Mon, 2 Nov 2009 06:10:46 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id 2B92F2841D; Mon, 2 Nov 2009 19:10:44 +1300 (NZDT) Date: Mon, 2 Nov 2009 19:10:44 +1300 From: Jonathan Chen To: Steve Franks Message-ID: <20091102061044.GA8334@osiris.chen.org.nz> References: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539c60b90911011856u57a13782mb025bded0d19386c@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Mailing List Subject: Re: korean & english on same box? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 06:10:47 -0000 On Sun, Nov 01, 2009 at 07:56:24PM -0700, Steve Franks wrote: > My Korean mother-in-law is visiting USA for the first time. I don't > know the first thing about what it will take to make it so she can > email home, so I'm hoping someone on the list is familiar with this? I had a similar situation with Japanese in-laws. Fortunately, I'm using GNOME, which has localisation for Japanese. I had to tweak their ~/.dmrc and add/alter: Language=ja_JP.UTF-8 Once they got past the English gdm login, they were presented with a Japanese lanaguage desktop. The ports which I had to install were: www/firefox35 www/firefox35-i18n mail/thunderbird mail/thunderbird-i18n japanese/scim-anthy I'm guessing that you'll have to do something similar for Korean, adding to ~/.dmrc: Language=ko-KR.UTF-8 and installing korean/scim-hangul; as well as firefox and thunderbird and their internationalisation support. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "If everything's under control, you're going too slow" - Mario Andretti From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 07:26:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 306C7106566B for ; Mon, 2 Nov 2009 07:26:04 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC118FC15 for ; Mon, 2 Nov 2009 07:26:03 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nA27Pu0X021150; Mon, 2 Nov 2009 07:25:57 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nA27Pu0X021150 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1257146757; bh=bixfLiwIOAQ6Qdvx3hCzEIWusyVZD2U0A1+Z30gpg98=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4AEE897E.4070805@infracaninophile.co.uk>|Date:=20M on,=2002=20Nov=202009=2007:25:50=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20alexus=20|CC:=20freebsd-questio ns@freebsd.org|Subject:=20Re:=20ntp|References:=20<6ae50c2d0911011 816y54e1e628h40ebe96867ed3e56@mail.gmail.com>|In-Reply-To:=20<6ae5 0c2d0911011816y54e1e628h40ebe96867ed3e56@mail.gmail.com>|X-Enigmai l-Version:=200.95.6|Content-Type:=20multipart/signed=3B=20micalg=3 Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pgp-signature"=3B=0 D=0A=20boundary=3D"------------enig1BEF81DB81DB86FA0169799F"; b=CcRNlLln/+OULFiGKXni0Mw0zhbHSz1QTNp/U42N/1/m1HuSLbddbJaBt1VrpFYC5 IKRCYyvl9OYBuRfhmzctspDM9iHp7TSjTDQTmHespwSLGnu2pflftrIHKpe22/Y8Jf lQR4Fy0SQ4VCzZHgeGkbJHuEDMyH478leiSk5YKo= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4AEE897E.4070805@infracaninophile.co.uk> Date: Mon, 02 Nov 2009 07:25:50 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: alexus References: <6ae50c2d0911011816y54e1e628h40ebe96867ed3e56@mail.gmail.com> In-Reply-To: <6ae50c2d0911011816y54e1e628h40ebe96867ed3e56@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1BEF81DB81DB86FA0169799F" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: ntp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 07:26:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1BEF81DB81DB86FA0169799F Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable alexus wrote: > this is my ntp.conf >=20 > su-3.2# cat /usr/local/etc/ntp.conf > server 0.us.pool.ntp.org > server 1.us.pool.ntp.org > server 2.us.pool.ntp.org > server 3.us.pool.ntp.org > su-3.2# ntpq -p > remote refid st t when poll reach delay offset = jitter > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > mx .RMOT. 16 u - 1024 0 0.000 0.000 = 0.000 > su-3.2# >=20 > this isn't the first time, but after a while my ntp stops working :( > i dont know what to do... >=20 > any suggestions? It's /etc/ntp.conf if you're using the ntpd that comes with the base system in FreeBSD. Unless you're running you own PPS clock or engaged in developing NTP, there's much point in installing the ports version. Even so, it seems you have a problem connecting to a remote NTP server. Can you do the following: First, choose one of the IPs returned from one of those pool.ntp.org addresses: % host 0.us.pool.ntp.org 0.us.pool.ntp.org has address 216.45.57.38 0.us.pool.ntp.org has address 64.22.86.210 0.us.pool.ntp.org has address 69.36.241.112 0.us.pool.ntp.org has address 69.56.251.238 0.us.pool.ntp.org has address 169.229.70.201 Then test that you can get NTP packets to and from between that machine and your own by using ntpq(8): % ntpq -p 216.45.57.38 remote refid st t when poll reach delay offset j= itter =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D +clock.via.net .GPS. 1 u 698 1024 377 8.832 0.232 = 0.125 -timekeeper.isi. .GPS. 1 u 1915 1024 376 7.509 0.416 1= 8.394 +clock.sjc.he.ne .CDMA. 1 u 109 1024 377 10.085 0.262 = 0.066 -nist1.symmetric .ACTS. 1 u 73 1024 377 13.380 -0.470 = 0.172 -rrcs-64-183-55- .GPS. 1 u 645 1024 377 25.310 -3.634 = 2.929 -rrcs-64-183-56- .GPS. 1 u 625 1024 377 13.364 -3.183 = 1.270 -nist1.aol-ca.tr .ACTS. 1 u 947 1024 377 9.860 3.786 = 0.029 -clock.isc.org .GPS. 1 u 98 1024 377 10.025 -6.679 = 0.005 -gps.layer42.net .GPS. 1 u 113 1024 377 12.315 0.042 = 0.388 -gatekeeper.no-s .PPS. 1 u 662 1024 377 27.165 3.409 7= 8.001 -nist1-sj.witime .ACTS. 1 u 675 1024 377 9.204 5.834 = 0.780 *clepsydra.dec.c .GPS. 1 u 867 1024 377 9.988 0.283 = 0.123 -time.nist.gov .ACTS. 1 u 933 1024 377 33.453 -1.888 = 1.615 ntp2.lax-noc.co 204.123.2.5 2 u 935 1024 377 0.122 0.467 = 0.015 LOCAL(0) .LOCL. 9 l 23 64 377 0.000 0.000 = 0.002 If you don't get output like this showing a list of reference servers from any of the available addresses, then I'd suspect something like over restrictive firewall rules blocking the traffic. If you do get a response then the problem is localised on your machine. In which case, try stripping out and NTP related ports you've installed, configure the base system ntpd(8) and see if that works better for you. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig1BEF81DB81DB86FA0169799F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkruiYQACgkQ8Mjk52CukIyNPwCeP+0WqpNnguxfustZItRYxLFb KFEAoIjtvP6OKgzMHg4ju3ixNAa/ONUK =yEit -----END PGP SIGNATURE----- --------------enig1BEF81DB81DB86FA0169799F-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 10:04:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 452D41065679 for ; Mon, 2 Nov 2009 10:04:33 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30808.mail.mud.yahoo.com (web30808.mail.mud.yahoo.com [68.142.200.151]) by mx1.freebsd.org (Postfix) with SMTP id 03EE58FC13 for ; Mon, 2 Nov 2009 10:04:32 +0000 (UTC) Received: (qmail 67718 invoked by uid 60001); 2 Nov 2009 10:04:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257156272; bh=s3i/vGevrmo5OoqA6qVG/9FEPzs4H05c9JYEX6D1/wM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=sy93Fx2OzR7KVWHUz9BfssS47MIsMGvZcDk689hga4e0TJ8KBB/9KKmVgN97OyEWojbg5CXEgjYgq5FK5VS/c2eHcAWjCBU2sfm0GmkU4MIaU33SHkZTUeQXwDY7W99yMnO0aQGMVchLHbRto2DCnB1/W5FMrF2QBDbJvUxLNaY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=UmXN2cwpLLQWNvJ7Ve5Co65yqXtFOp0WchguG1XntVAoRiQ/0VBRh/rXwlMP84HsC66/izrhvs+dm/rKQU1kRPCRRtF0tylIs3s2kyxZf+S69K4OeUEhrhba0SBBogPeBWto98H0Qi2knJTPlGJUkgNgAxjuhau028ba/k78nvI=; Message-ID: <244792.67501.qm@web30808.mail.mud.yahoo.com> X-YMail-OSG: Hsww0XUVM1lPTriwQkk5LktqEmzN4p266ilh.iRNaMHxXiVHndGIIrLme.NxifRY4fxnAsWhuP5KYZt9t4AxNx_aJrBsN2CDhMc_Sm165SnjOtAYi4DmEP7ZtOgkeX1k30f6TZmTS1jEVhtVbRLDhA45hZ9v0SVvheQ.haXxG2_sR_Gf0ZcEnxd01lV5sm4xTB8CRb9k8wBxU6ctXZQIbUMHPyIy0m6X4eRoNTXspRiTzHodN4CXiFvrsmrZhFna9Oc2Myg5TlXLWPBoibEIxJp0prty2qsJDb3NCWnvivAwYLp1Vb5.Aw9_08Il50pkBoOfj8KpJVlvxGzM77w8.q.ZlGdNm.WOqvRH1gd8LB.bWDaRMGHXGhqhzSAj4HQszh.NfsWmaX4fcAMAQGWM39H8avLB8XqbMgGjusdRjcPvIDb9t4fkrvlPMPJYPtcbWyQVb7kKdv9qIqwZbwErVuOZ3H0Txs5zhrwmmlIrMglOuY6bdzBa9V0TUXVSnC4ba2KFcrwD0P6oZjBa.w-- Received: from [213.157.180.252] by web30808.mail.mud.yahoo.com via HTTP; Mon, 02 Nov 2009 02:04:31 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <981633.62756.qm@web30802.mail.mud.yahoo.com> Date: Mon, 2 Nov 2009 02:04:31 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 10:04:33 -0000 Sorry, I misspell it, (192.168.1.1) at 00:13:8f:86:2f:64 on rl1 permanent [= ethernet] <- actually this is my rl1 interface on BSD=0A=0A=0A=0A=0A_______= _________________________=0AFrom: Liontaur =0ATo: freeb= sd-questions@freebsd.org=0ASent: Mon, November 2, 2009 3:24:10 AM=0ASubject= : Re: dhcpd related issue - not giving up=0A=0A2009/11/1 D=E1nielisz L=E1sz= l=F3 =0A=0A> I also though that maybe the rl NI= C can be wrong, I will try another=0A> branded NIC as soon as it will be po= ssible, until than I looked for arp an=0A> socksat right after dhcp request= , these are my results:=0A> mac# $ dhcping -h 00:23:32:dc:72:19 -s 192.168.= 1.1=0A> no answer=0A>=0A> bsd# tcpdump -i rl1 -n port 67 or port 68=0A> tcp= dump: verbose output suppressed, use -v or -vv for full protocol decode=0A>= listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes=0A> 1= 9:14:38.604545 IP 192.168.1.234.68 > 192.168.1.1.67: BOOTP/DHCP, Request=0A= > from 00:23:32:dc:72:19, length 250=0A> 19:24:06.600131 IP 192.168.1.234.6= 8 > 192.168.1.1.67: BOOTP/DHCP, Request=0A> from 00:23:32:dc:72:19, length = 250=0A>=0A> bsd# arp -a=0A> ? (192.168.1.234) at 00:23:6c:86:41:d9 on rl1 [= ethernet] <- this is my=0A> MacBook=0A> ? (192.168.1.1) at 00:13:8f:86:2f:6= 4 on rl1 permanent [ethernet] <- this is=0A> the layer 3 switch=0A>=0A=0ASo= your switch and your rl1 interface have the same IP? That can't be good,= =0Acan't see why it would affect things when the switch isn't in action tho= ugh.=0A=0A# sockstat -4l | grep dhcp=0A> dhcpd dhcpd 4747 7 udp4 = *:67 *:*=0A>=0A> mac# arp -a=0A> .pool.hdsnet= .hu () at 4a:55:88:7c:44:4f on tap0=0A> ifscope [ethernet]=0A> b= sd (192.168.1.1) at 0:13:8f:86:2f:64 on en1 ifscope [ethernet]=0A>=0A>=0A>= =0A> _______________________________________________=0A> freebsd-questions@= freebsd.org mailing list=0A> http://lists.freebsd.org/mailman/listinfo/free= bsd-questions=0A> To unsubscribe, send any mail to "=0A> freebsd-questions-= unsubscribe@freebsd.org"=0A>=0A____________________________________________= ___=0Afreebsd-questions@freebsd.org mailing list=0Ahttp://lists.freebsd.org= /mailman/listinfo/freebsd-questions=0ATo unsubscribe, send any mail to "fre= ebsd-questions-unsubscribe@freebsd.org"=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 10:07:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 128F910656C0 for ; Mon, 2 Nov 2009 10:07:22 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30803.mail.mud.yahoo.com (web30803.mail.mud.yahoo.com [68.142.200.146]) by mx1.freebsd.org (Postfix) with SMTP id C59C88FC21 for ; Mon, 2 Nov 2009 10:07:21 +0000 (UTC) Received: (qmail 61736 invoked by uid 60001); 2 Nov 2009 10:07:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257156441; bh=emoqpQYzUh+sGtTpMkz5LjbqWdEVAp0xT9Nu8xbua60=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=SLJ9QaVzKNI6ateVkUEOGgAgqDwuSnCkF11GhKLJXRT5ePTiFmJ6Eep3lhw0QNnBsrjhUJhCMqJa1ZM6YnYKC8lrebGvsl1K4Vivoh/5TypW/axiBxsXdpVzg2g0HkygOU+M/pf9QnSDGKkrJr1FlDFjQIgObOk3v/vq2hjSJkA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=kY/tSzwvhF3HAr23hMxAqRMRfowYwZ+23Gs5aRT7SZuLSsmBc1YB3ZvfRsmUrPo/VjibOdv6RNtyg5XXEiXLMruscSWqRNoxchzRwAV261eKvljU6tMvoUbxdPHqclwRRg/cW0ZEsa4YgnRFpC6mp2UGlcd30Nnpo3EiSrhIohM=; Message-ID: <356499.59817.qm@web30803.mail.mud.yahoo.com> X-YMail-OSG: G4Z2bjwVM1nxwMrjlcaAcJoPBEoqXfYXS2P1z1fLvRzdSdWCrFExRWOMg42YIehrgP3_bTHeaUkgn9el2lBJ67mk.AEKPCtwugbZSIU8oYylH2haoMswpBOs42tcWwPrvweGzM4Xelf5JPytBipNgiPnufZeMqE0k4JeBV_e.xIiLhaYDJBO7pJiQiRrgk.mSPuow1SlaBmpknVtKEMumIrVWNEJ07.fLjb575qfQefWcEiS2c.0LHII86_7ulxX3OBS1aIiKFG10T8.2spZzQhk6lHX2HXeUUC81AqCIRz_hieFzKtZHCod8330ZJaPr7pS_heKv9Uafja_UeF6VNxDTAhvnqHt7R7MFVVP77j9Gepw96pzXmJcLjdz1yllWcZcfyWE4CBlICZEX8NKWtH.p4kOTE4w3pMPjSdA3fk0..iY8erWJkXQvsc2ek43ClHw0hbDrJHOCFl76I7xlkQEtu.QNmAYfInTfM2E8S2e.XmS3FSWRRTc Received: from [213.157.180.252] by web30803.mail.mud.yahoo.com via HTTP; Mon, 02 Nov 2009 02:07:21 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <479349.15334.qm@web30804.mail.mud.yahoo.com> Date: Mon, 2 Nov 2009 02:07:21 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: Tim Judd In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 10:07:22 -0000 I tried about 10 conf, here is the actual one:=0A=0A# cat /usr/local/etc/dh= cpd.conf=0Aauthoritative;=0Addns-update-style none;=0A=0Asubnet 192.168.1.0= netmask 255.255.255.0 {=0A option routers 192.168.1.1;=0A=0A=0Apool {=0A = option domain-name-servers cns01.hdsnet.hu;=0A max-leas= e-time 300;=0A range 192.168.1.200 192.168.1.253;=0A al= low unknown-clients;=0A }=0A}=0A=0A=0A=0A=0A=0A=0A=0A______________= __________________=0AFrom: Tim Judd =0ATo: D=E1nielisz L= =E1szl=F3 =0ACc: freebsd-questions@freebsd.org= =0ASent: Mon, November 2, 2009 6:03:51 AM=0ASubject: Re: dhcpd related issu= e - not giving up=0A=0AOn 11/1/09, D=E1nielisz L=E1szl=F3 wrote:=0A> It's the only one on the network.=0A=0ADoesn't mean = that it will answer.=0A=0AI saw your previous posts which has the authorita= tive declaration.=0A=0AAuthoritative (from my experience) means that if a c= lient had=0Apreviously gotten an address, a non-authoritative server won't = correct=0Athe client's lease. Think of a roaming laptop or a PDA with wifi= .=0A=0AAn authoritative server will say "No, that won't work", then the=0Ac= lient will release any knowledge of the previous IP, and search for=0Anew d= hcp servers.=0A=0A=0A=0ASince you weren't getting leases when your firewall= was disabled, I=0Awould lean toward a misconfigured dhcpd.conf. I don't t= hink I've seen=0Ain the same post:=0A ifconfig rl1=0A cat /usr/local/etc/= dhcpd.conf=0A=0A=0APlease provide these. Thanks.=0A=0A> __________________= ______________=0A> From: Tim Judd =0A> To: D=E1nielisz L= =E1szl=F3 =0A> Cc: freebsd-questions@freebsd.or= g=0A> Sent: Sun, November 1, 2009 5:41:58 PM=0A> Subject: Re: dhcpd related= issue - not giving up=0A>=0A> =0A>=0A> is your dhcpd authoritative?= =0A> _______________________________________________=0A> freebsd-questions@= freebsd.org mailing list=0A> http://lists.freebsd.org/mailman/listinfo/free= bsd-questions=0A> To unsubscribe, send any mail to "freebsd-questions-unsub= scribe@freebsd.org"=0A>=0A>=0A>=0A>=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 11:15:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2489610656D0 for ; Mon, 2 Nov 2009 11:15:49 +0000 (UTC) (envelope-from s-vstC6G0-1gwKUj1x-3LCZtjHzQHno0jc-Q2hUqSviyqMoP1x2TlCd2@bounce.linkedin.com) Received: from mail14-a-ac.linkedin.com (mail14-a-ac.linkedin.com [208.111.169.135]) by mx1.freebsd.org (Postfix) with ESMTP id D532F8FC0A for ; Mon, 2 Nov 2009 11:15:48 +0000 (UTC) DomainKey-Signature: s=prod; d=linkedin.com; c=nofws; q=dns; h=Sender:Date:From:To:Message-ID:Subject:MIME-Version: Content-Type:X-LinkedIn-fbl; b=re0TXq5JKtTdx7W3Ro/5EHQoaaRJLWIX3KyWBhIP7L0bgIQbZvu4fD9s CoCTnbbbgYlBDZIvqIj8GOyBvUi3LsFFCtRbuMTupLiu9LY17Sn1CVf4J P1IvCaGpcV26gy1; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=linkedin.com; i=communication@linkedin.com; q=dns/txt; s=proddkim; t=1257160548; x=1288696548; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20LinkedIn=20Communication=20|Sender:=20messages-noreply@bounce.linkedin.com |Subject:=20LinkedIn=20Messages,=2011/02/2009|Date:=20Mon ,=202=20Nov=202009=2002:47:50=20-0800=20(PST)|Message-ID: =20<465658076.47479068.1257158870238.JavaMail.app@ech3-cd n09.prod>|To:=20"Jerry=20Dunham,=20PMP"=20|MIME-Version:=201.0; bh=5V04eIGWdPb2kvBwNvwDncNu/e+HqdiZRUyi8tJqM84=; b=YuaiCG2aXdyK0hC62aVISH7tf1LoNmBVzgjc1lZdCkDvxvU2fPU8YS/H +mF6GX362Z5jm9iqBWKLd4RQXbw4nieq17RnGciBhYYn2bUiRwlzXHBFs nxTE6vLZ2UshnOF; Sender: messages-noreply@bounce.linkedin.com Date: Mon, 2 Nov 2009 02:47:50 -0800 (PST) From: LinkedIn Communication To: "Jerry Dunham, PMP" Message-ID: <465658076.47479068.1257158870238.JavaMail.app@ech3-cdn09.prod> MIME-Version: 1.0 X-LinkedIn-fbl: vstC6G0-1gwKUj1x-3LCZtjHzQHno0jc-Q2hUqSviyqMoP1x2TlCd2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: LinkedIn Messages, 11/02/2009 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 11:15:50 -0000 LinkedIn ------------ REMINDERS: Invitation Reminders: * View Invitation from lokesh bevara http://www.linkedin.com/e/1o3bCy0npDqyzD3wjrAbLV0nLmqMr8R-MulSGyDnb3nr/blk/I1518943135_2/39vdjcNcPgVe34RckALqnpPbOYWrSlI/svi/ PENDING MESSAGES: There are a total of 66 messages awaiting your response. Visit your InBox now: http://www.linkedin.com/e/1o3bCy0npDqyzD3wjrAbLV0nLmqMr8R-MulSGyDnb3nr/inb/ ------ Don't want to receive email notifications? Adjust your message settings: https://www.linkedin.com/e/1o3bCy0npDqyzD3wjrAbLV0nLmqMr8R-MulSGyDnb3nr/prv/ LinkedIn values your privacy. At no time has LinkedIn made your email address available to any other LinkedIn user without your permission. (c) 2009, LinkedIn Corporation. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 12:51:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28B34106568B for ; Mon, 2 Nov 2009 12:51:45 +0000 (UTC) (envelope-from M.S.Powell@salford.ac.uk) Received: from airy.salford.ac.uk (airy.salford.ac.uk [146.87.0.11]) by mx1.freebsd.org (Postfix) with SMTP id 7E5B58FC5C for ; Mon, 2 Nov 2009 12:51:44 +0000 (UTC) Received: (qmail 54066 invoked by uid 98); 2 Nov 2009 12:25:02 +0000 Received: from 146.87.255.121 by airy.salford.ac.uk (envelope-from , uid 401) with qmail-scanner-2.01 (clamdscan: 0.94.2/9972. spamassassin: 3.2.4. Clear:RC:1(146.87.255.121):. Processed in 0.036292 secs); 02 Nov 2009 12:25:02 -0000 Received: from rust.salford.ac.uk (HELO rust.salford.ac.uk) (146.87.255.121) by airy.salford.ac.uk (qpsmtpd/0.3x.614) with SMTP; Mon, 02 Nov 2009 12:25:02 +0000 Received: (qmail 47178 invoked by uid 1002); 2 Nov 2009 12:25:00 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Nov 2009 12:25:00 -0000 Date: Mon, 2 Nov 2009 12:25:00 +0000 (GMT) From: "Mark Powell" To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: command to dump entire server config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 12:51:45 -0000 Hi, I seem to recall a command was added recently to FreeBSD which provides a dump of the entire server config, in one go. A google for this yields nothing. Anyone tell me this timesaving command? Cheers. -- Mark Powell - UNIX System Administrator - The University of Salford Information & Learning Services, Clifford Whitworth Building, Salford University, Manchester, M5 4WT, UK. Tel: +44 161 295 6843 Fax: +44 161 295 6624 www.pgp.com for PGP key From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 13:25:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87727106566B for ; Mon, 2 Nov 2009 13:25:54 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id D0F968FC1A for ; Mon, 2 Nov 2009 13:25:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nA2DPpM5004332; Tue, 3 Nov 2009 00:25:51 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 3 Nov 2009 00:25:51 +1100 (EST) From: Ian Smith To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= In-Reply-To: <20091102120022.939F910657E4@hub.freebsd.org> Message-ID: <20091102234435.O35366@sola.nimnet.asn.au> References: <20091102120022.939F910657E4@hub.freebsd.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1817170976-1257168351=:35366" Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 13:25:54 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1817170976-1257168351=:35366 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT In freebsd-questions Digest, Vol 283, Issue 2, Message: 4 On Mon, 2 Nov 2009 02:04:31 -0800 (PST) Dánielisz László wrote: > Sorry, I misspell it, (192.168.1.1) at 00:13:8f:86:2f:64 on rl1 > permanent [ethernet] <- actually this is my rl1 interface on BSD Ok. Chomping heavily .. I've just reviewed this thread through four digests, rather a top-posting, multi-tail-quoting mess. Please trim quotes to the necessary then add your response; we've seen the rest. > > mac# $ dhcping -h 00:23:32:dc:72:19 -s 192.168.1.1 > > no answer > > > > bsd# tcpdump -i rl1 -n port 67 or port 68 > > tcpdump: verbose output suppressed, use -v or -vv for full protocol decode > > listening on rl1, link-type EN10MB (Ethernet), capture size 96 bytes > > 19:14:38.604545 IP 192.168.1.234.68 > 192.168.1.1.67: BOOTP/DHCP, Request > > from 00:23:32:dc:72:19, length 250 > > 19:24:06.600131 IP 192.168.1.234.68 > 192.168.1.1.67: BOOTP/DHCP, Request > > from 00:23:32:dc:72:19, length 250 You could perhaps usefully add 'or arp' to that tcpdump. Like your earlier tcpdump; the Mac's asking and 192.168.1.1 is not responding. I don't think anyone's asked yet what you get from: # netstat -finet -an | grep 67 ie, is dhcpd really listening? something like .. udp4 0 0 192.168.1.1.67 *.* If not, there's your problem .. if so, looks like your firewall might be blocking those packets from reaching 192.168.1.1 (OR its responses back) If dhcpd is running, even if it's misconfigured, I'd expect to see some response if it's receiving requests. > > bsd# arp -a > > ? (192.168.1.234) at 00:23:6c:86:41:d9 on rl1 [ethernet] <- this is my > > MacBook > > ? (192.168.1.1) at 00:13:8f:86:2f:64 on rl1 permanent [ethernet] <- this is > > the layer 3 switch > > > > So your switch and your rl1 interface have the same IP? That can't be good, > can't see why it would affect things when the switch isn't in action though. > > # sockstat -4l | grep dhcp > > dhcpd dhcpd 4747 7 udp4 *:67 *:* Yeah sockstat's always useful too; both it and netstat -a will show udp port 67 listening if dhcpd's running (right). >From a later message .. > pool { > option domain-name-servers cns01.hdsnet.hu; > max-lease-time 300; > range 192.168.1.200 192.168.1.253; > allow unknown-clients; > } > } .. it seems from the arp -a above that the Mac already has 192.168.1.234 which is within that range? However, concentrate on getting as far as seeing return responses from dhcpd on port 67 to clients with tcpdump, with your firewall momentarily disabled if need be .. HTH, Ian --0-1817170976-1257168351=:35366-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 13:35:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97BF0106566C for ; Mon, 2 Nov 2009 13:35:51 +0000 (UTC) (envelope-from david@farmington.k12.mo.us) Received: from mail.farmington.k12.mo.us (bonnie.farmington.k12.mo.us [204.184.20.228]) by mx1.freebsd.org (Postfix) with ESMTP id 7629B8FC22 for ; Mon, 2 Nov 2009 13:35:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.farmington.k12.mo.us (Postfix) with SMTP id 785BC98602B; Mon, 2 Nov 2009 07:35:51 -0600 (CST) Received: from TECHLINUX (unknown [10.4.60.80]) by mail.farmington.k12.mo.us (Postfix) with ESMTP id 62B22986025; Mon, 2 Nov 2009 07:35:51 -0600 (CST) From: "David Patton" To: "'Tim Judd'" Date: Mon, 2 Nov 2009 07:36:00 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: Thread-Index: AcpaQfE6o/QTZGJUQSG/xyO17J0gwwBfraqw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Message-Id: <20091102133551.62B22986025@mail.farmington.k12.mo.us> Cc: freebsd-questions@freebsd.org Subject: RE: issues with email migration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 13:35:51 -0000 This morning, I tried adding this to rc.conf and moved my link for /www from local to the nfs . rpc_lockd_enable="YES" rpc_statd_enable="YES" and I experienced the same issues I had before. It would seem that postfix and other assorted mail programs have no issue with accessing /mail on an nfs share but everything residing in /www don't seem to like it at all. I have no choice but to leave this as it is and set up a similar arrangement on my new server. Thank you to everyone who responded. -----Original Message----- From: Tim Judd [mailto:tajudd@gmail.com] Sent: Saturday, October 31, 2009 10:51 AM To: david@farmington.k12.mo.us Cc: freebsd-questions@freebsd.org Subject: Re: issues with email migration On 10/31/09, david@farmington.k12.mo.us wrote: > only one issue with that. The server in question is an emc clereon(sorry > not at work to look at the specifics) and at this point the only access I > have to it is a web interface and am unable to access a command line. > > Also a stupid question my plan is to set up another server to access the > nfs share to provide better email service. > > would this impact it in any way? Not if file locking and the daemons take care of everything like they should. Remember, file locking is mandatory for some things, especially mbox files, password files, or anything else that requires exclusive access to a file. If two systems try to access the same locked file, the 2nd will be told it won't be able to get an exclusive lock, because the 1st already has it locked. You're on the right track. Keep it going. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 14:27:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06032106566B for ; Mon, 2 Nov 2009 14:27:41 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD098FC16 for ; Mon, 2 Nov 2009 14:27:40 +0000 (UTC) Received: by ewy5 with SMTP id 5so1423697ewy.36 for ; Mon, 02 Nov 2009 06:27:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=UH0dZAp/tgjzmQAeKdDCnsN9wrmEwKUAjfQAvy+kvpw=; b=WhxEh61pHoS8N7/ykT/TbRsQza5177RTKMJi9hn1AEMhTZnF2Lb8eak8mCbFAez188 VzyinbcjU4QetgxGR6JzFu8+G08FYn0PNi7HdXdpiKkYaxF2Q3yn/ZOqe38R234GiAEY JM9gm8wGKWoDbNzemTZn2NMf3118W51ZEQelc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Pk+hRSABJ+6wbbWZTYOOVcI09IPFntSiiG7yqSEZ4m4WWcToC+u0OCLJUYxT3kkYCO EhEbbMlMGwyhad8nBTmfpBr4K/FyvCmNDwNc+fY74WbRsIs7FARZikhZ7ZjU6tK7bac2 0ymqo3J3054oSHaTf6qvJJpoMdQTVY4ozDDPc= MIME-Version: 1.0 Received: by 10.216.86.206 with SMTP id w56mr4701946wee.1.1257172059529; Mon, 02 Nov 2009 06:27:39 -0800 (PST) In-Reply-To: References: From: APseudoUtopia Date: Mon, 2 Nov 2009 09:27:19 -0500 Message-ID: <27ade5280911020627q5b338ec1u5b76165daaf8ff28@mail.gmail.com> To: Mark Powell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: command to dump entire server config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 14:27:41 -0000 On Mon, Nov 2, 2009 at 7:25 AM, Mark Powell wrot= e: > Hi, > =C2=A0I seem to recall a command was added recently to FreeBSD which prov= ides a > dump of the entire server config, in one go. > =C2=A0A google for this yields nothing. > =C2=A0Anyone tell me this timesaving command? > =C2=A0Cheers. > Maybe dump(8) is what you're looking for? I don't know of any command to dump the configuration of a server. Although, it still may exist, I just don't know of it. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 14:30:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B6EA1065679 for ; Mon, 2 Nov 2009 14:30:10 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id ED11F8FC12 for ; Mon, 2 Nov 2009 14:30:09 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1N4xv1-0002G9-9a; Mon, 02 Nov 2009 09:30:08 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 2426636D4EBF; Mon, 2 Nov 2009 09:30:03 -0500 (EST) Message-ID: <4AEEECE9.1080304@FreeBSD.org> Date: Mon, 02 Nov 2009 09:30:01 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Mark Powell References: In-Reply-To: X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: freebsd-questions@freebsd.org Subject: Re: command to dump entire server config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 14:30:10 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Powell wrote: > Hi, > I seem to recall a command was added recently to FreeBSD which > provides a dump of the entire server config, in one go. > A google for this yields nothing. > Anyone tell me this timesaving command? > Cheers. > Hi Mark, Check out the SysInfo script - I think that's what you saw: http://bit.ly/bkHb0 Cheers, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFK7uzp0sRouByUApARAlAcAKCFLBndE1TEird0G10cIQyr2dvQPgCfVsLf lCvl45mct1ZTdxrDuuh6K0E= =7zia -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 14:31:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAB01065694 for ; Mon, 2 Nov 2009 14:31:04 +0000 (UTC) (envelope-from M.S.Powell@salford.ac.uk) Received: from relay0.salford.ac.uk (relay0.salford.ac.uk [146.87.0.10]) by mx1.freebsd.org (Postfix) with SMTP id D71878FC24 for ; Mon, 2 Nov 2009 14:31:03 +0000 (UTC) Received: (qmail 20419 invoked by uid 98); 2 Nov 2009 14:31:02 -0000 Received: from 146.87.255.121 by relay0.salford.ac.uk (envelope-from , uid 401) with qmail-scanner-2.01 (clamdscan: 0.95.2/9972. spamassassin: 3.2.4. Clear:RC:1(146.87.255.121):. Processed in 0.036757 secs); 02 Nov 2009 14:31:02 -0000 Received: from rust.salford.ac.uk (HELO rust.salford.ac.uk) (146.87.255.121) by relay0.salford.ac.uk (qpsmtpd/0.3x.614) with SMTP; Mon, 02 Nov 2009 14:31:02 +0000 Received: (qmail 63044 invoked by uid 1002); 2 Nov 2009 14:31:00 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Nov 2009 14:31:00 -0000 Date: Mon, 2 Nov 2009 14:31:00 +0000 (GMT) From: "Mark Powell" To: APseudoUtopia In-Reply-To: <27ade5280911020627q5b338ec1u5b76165daaf8ff28@mail.gmail.com> Message-ID: References: <27ade5280911020627q5b338ec1u5b76165daaf8ff28@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1126319764-1257172260=:60570" Cc: freebsd-questions@freebsd.org Subject: Re: command to dump entire server config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 14:31:04 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1126319764-1257172260=:60570 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 2 Nov 2009, APseudoUtopia wrote: > On Mon, Nov 2, 2009 at 7:25 AM, Mark Powell wr= ote: >> Hi, >> =C2=A0I seem to recall a command was added recently to FreeBSD which pro= vides a >> dump of the entire server config, in one go. >> =C2=A0A google for this yields nothing. >> =C2=A0Anyone tell me this timesaving command? >> =C2=A0Cheers. > > Maybe dump(8) is what you're looking for? I don't know of any command > to dump the configuration of a server. Although, it still may exist, I > just don't know of it. Thanks for the response. Why is it that you always discover something just after posting? :( It was the port sysutils/sysinfo that I was thinking of. Apologies for the noise. Cheers. --=20 Mark Powell - UNIX System Administrator - The University of Salford Information & Learning Services, Clifford Whitworth Building, Salford University, Manchester, M5 4WT, UK. Tel: +44 161 295 6843 Fax: +44 161 295 6624 www.pgp.com for PGP key --0-1126319764-1257172260=:60570-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 14:32:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0354E1065670 for ; Mon, 2 Nov 2009 14:32:09 +0000 (UTC) (envelope-from M.S.Powell@salford.ac.uk) Received: from relay0.salford.ac.uk (relay0.salford.ac.uk [146.87.0.10]) by mx1.freebsd.org (Postfix) with SMTP id 47F328FC2B for ; Mon, 2 Nov 2009 14:32:07 +0000 (UTC) Received: (qmail 20672 invoked by uid 98); 2 Nov 2009 14:32:07 -0000 Received: from 146.87.255.121 by relay0.salford.ac.uk (envelope-from , uid 401) with qmail-scanner-2.01 (clamdscan: 0.95.2/9972. spamassassin: 3.2.4. Clear:RC:1(146.87.255.121):. Processed in 0.037258 secs); 02 Nov 2009 14:32:07 -0000 Received: from rust.salford.ac.uk (HELO rust.salford.ac.uk) (146.87.255.121) by relay0.salford.ac.uk (qpsmtpd/0.3x.614) with SMTP; Mon, 02 Nov 2009 14:32:07 +0000 Received: (qmail 63175 invoked by uid 1002); 2 Nov 2009 14:32:05 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Nov 2009 14:32:05 -0000 Date: Mon, 2 Nov 2009 14:32:05 +0000 (GMT) From: "Mark Powell" To: Greg Larkin In-Reply-To: <4AEEECE9.1080304@FreeBSD.org> Message-ID: References: <4AEEECE9.1080304@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: command to dump entire server config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 14:32:09 -0000 On Mon, 2 Nov 2009, Greg Larkin wrote: > Check out the SysInfo script - I think that's what you saw: > http://bit.ly/bkHb0 That's the fella. Cheers. -- Mark Powell - UNIX System Administrator - The University of Salford Information & Learning Services, Clifford Whitworth Building, Salford University, Manchester, M5 4WT, UK. Tel: +44 161 295 6843 Fax: +44 161 295 6624 www.pgp.com for PGP key From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 15:57:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DCB81065743 for ; Mon, 2 Nov 2009 15:57:29 +0000 (UTC) (envelope-from a.huth@tmr.net) Received: from bo-uwka-srv01.de.tmr.net (bo-uwka-srv01.de.tmr.net [212.23.146.2]) by mx1.freebsd.org (Postfix) with ESMTP id EE3D08FC1E for ; Mon, 2 Nov 2009 15:57:28 +0000 (UTC) Received: from localhost (localhost.de.tmr.net [127.0.0.1]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id B4F2B1DEAE6 for ; Mon, 2 Nov 2009 16:37:30 +0100 (CET) Received: from bo-uwka-srv01.de.tmr.net ([127.0.0.1]) by localhost (bo-uwka-srv01.de.tmr.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 57744-01-98 for ; Mon, 2 Nov 2009 16:37:30 +0100 (CET) Received: from localhost (dslb-084-063-183-208.pools.arcor-ip.net [84.63.183.208]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id 400211DEA8C for ; Mon, 2 Nov 2009 16:37:30 +0100 (CET) Date: Mon, 2 Nov 2009 16:37:40 +0100 From: Alex Huth To: freebsd-questions@freebsd.org Message-ID: <20091102153740.GD12766@borusse.borussiapark> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Predence: first-class Priority: normal X-Editor: VIM - Vi IMproved 7.1 (2007 May 12, compiled Oct 17 2008 18:11:28) X-Operating-System: Linux 2.6.26-2-686 i686 GNU/Linux X-Mailer: Mutt 1.5.18 (2008-05-17) User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Eclipse & Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 15:57:29 -0000 Hi! I want to change my laptop system from Debian to FreeBSD. After installing = 8.0 RC2 in a virtual machine i have tried to install eclipse and changed the Ja= va version in the makefile to 1.5, but it still want to install the 1.6 jdk. I need the 1.5 version for several reasons, for example VPN account. How can i solve the problem? Is java 1.5 also available if i install it on AMD64? On debian this is a Problem. Thx Alex =09 Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic. =E2=80=94 unknow From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 16:03:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23F131065672 for ; Mon, 2 Nov 2009 16:03:31 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id ECA5D8FC13 for ; Mon, 2 Nov 2009 16:03:30 +0000 (UTC) Received: by pxi28 with SMTP id 28so3267607pxi.7 for ; Mon, 02 Nov 2009 08:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=jAyuBz909piq7ijGcehLwI00U2tU+9yqroM2WdmxJzg=; b=S6b8M+YhMx6YfQKyza8HIMVzM+np6D6uXheuWLeqL4Po8CNzBsGuYZKdPQYwzLmL/6 PURUgBzMVSW00ohtDr9z2f8CoAh2zmL7vAV4wcDRSN0vxYZQOcRfiuRm8mb7itb4jrFX w5vTlzwqKztfaWshRRflgBozRYhSl0zS1snd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=siayA3VI+71S0onhCty52elxBrL81NqggU/Ho1u9UeFPVidm6qUVXCecNV4N9yLp8b YNGg0IVK3lHARi2hAxSV8g6MyOCgahayr3twBw0J5OWItf6XkZ7bWSjVrM+BFiArw4jv kDTH2X+ZOVO7UfB5uHOtfQs2fWOsTt9a+uiFg= MIME-Version: 1.0 Received: by 10.142.6.39 with SMTP id 39mr768930wff.316.1257177810121; Mon, 02 Nov 2009 08:03:30 -0800 (PST) In-Reply-To: <20091102153740.GD12766@borusse.borussiapark> References: <20091102153740.GD12766@borusse.borussiapark> Date: Mon, 2 Nov 2009 10:03:30 -0600 Message-ID: <6201873e0911020803g2bc00523i4aef01d3aec9dc37@mail.gmail.com> From: Adam Vande More To: Alex Huth Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Eclipse & Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 16:03:31 -0000 On Mon, Nov 2, 2009 at 9:37 AM, Alex Huth wrote: > Hi! > > I want to change my laptop system from Debian to FreeBSD. After installin= g > 8.0 > RC2 in a virtual machine i have tried to install eclipse and changed the > Java > version in the makefile to 1.5, but it still want to install the 1.6 jdk. > > I need the 1.5 version for several reasons, for example VPN account. > > How can i solve the problem? Is java 1.5 also available if i install it o= n > AMD64? On debian this is a Problem. > > Thx > > Alex > > Never be afraid to try something new. > Remember, amateurs built the ark. > Professionals built the Titanic. =97 unknow > _______________________________________________ > 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" > Does /usr/ports/java/jdk15 not work for you? Can you not install both and tell eclipse to use the 15 jdk? You can try editing /usr/ports/java/eclipse/Makefile to JAVA_VERSION=3D 1= .5 but I have no idea if that will work. jdk15 does work on amd64 --=20 Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 16:09:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE69106566B for ; Mon, 2 Nov 2009 16:09:44 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id B13DC8FC17 for ; Mon, 2 Nov 2009 16:09:44 +0000 (UTC) Received: by pwj8 with SMTP id 8so2083624pwj.3 for ; Mon, 02 Nov 2009 08:09:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=2iRF/JciPggNkmANKEtkouop5j4OcjMxVRzqahwbKSI=; b=TpVHm2f8Gb5q8Io9rj53SNW/ME1ZqQ5ZQrsgV84O56m8X1Rk2GH9MFVYLgDU/a60j0 5qElPWv6kuiE5y1WhjG2Cg9M38PrFRWhLQ7tS7PoLFr8I1zLW86SeWwg4NYKFedipqof 3DYt98oTB97ZLyjhOogSHk6j0hCCPNUm4yaWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=A/EGL9B/gC5OpcxEH1zfR4t86H6eVEka+1jkHnMvI+xWWuyUYirzOKtes/FuNi9qwr Ifk0sXQcZ/TmcBrQeo1fuqHVLAEuUqLAZr9sAWzno+v0fcKmtiw/AALKxEnsAbMVzAm7 XTkJ2R2lh694rYb8CntitE2mzR4U1cJbcXpXI= MIME-Version: 1.0 Received: by 10.114.7.32 with SMTP id 32mr9017699wag.107.1257178184254; Mon, 02 Nov 2009 08:09:44 -0800 (PST) In-Reply-To: <20091102133551.62B22986025@mail.farmington.k12.mo.us> References: <20091102133551.62B22986025@mail.farmington.k12.mo.us> Date: Mon, 2 Nov 2009 09:09:44 -0700 Message-ID: From: Tim Judd To: David Patton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: issues with email migration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 16:09:44 -0000 On 11/2/09, David Patton wrote: > This morning, I tried adding this to rc.conf and moved my link for /www from > local to the nfs . > > rpc_lockd_enable="YES" > rpc_statd_enable="YES" Adding them alone just tells the system at startup to start these............. > > and I experienced the same issues I had before. It would seem that postfix > and other assorted mail programs have no issue with accessing /mail on an > nfs share but everything residing in /www don't seem to like it at all. > Did you start statd and lockd by hand before trying the /www again? > I have no choice but to leave this as it is and set up a similar arrangement > on my new server. > > Thank you to everyone who responded. > > -----Original Message----- > From: Tim Judd [mailto:tajudd@gmail.com] > Sent: Saturday, October 31, 2009 10:51 AM > To: david@farmington.k12.mo.us > Cc: freebsd-questions@freebsd.org > Subject: Re: issues with email migration > > On 10/31/09, david@farmington.k12.mo.us wrote: >> only one issue with that. The server in question is an emc clereon(sorry >> not at work to look at the specifics) and at this point the only access I >> have to it is a web interface and am unable to access a command line. >> >> Also a stupid question my plan is to set up another server to access the >> nfs share to provide better email service. >> >> would this impact it in any way? > > > > > Not if file locking and the daemons take care of everything like they > should. Remember, file locking is mandatory for some things, > especially mbox files, password files, or anything else that requires > exclusive access to a file. > > If two systems try to access the same locked file, the 2nd will be > told it won't be able to get an exclusive lock, because the 1st > already has it locked. > > You're on the right track. Keep it going. > > > > > > From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 16:16:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D58D21065676 for ; Mon, 2 Nov 2009 16:16:59 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id A489A8FC16 for ; Mon, 2 Nov 2009 16:16:59 +0000 (UTC) Received: by pwj8 with SMTP id 8so2087949pwj.3 for ; Mon, 02 Nov 2009 08:16:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=S3BCPPESfcBQ7GGhURwejotJphcs1yUFFyN0USesdS4=; b=N+fB6rHhK0iGrB2V5/O3NljkJ7xI4P4CH+Ypz79Jod05Mzpu+U6BmtlIFobl3SaWZo CGHqcwjBlnfgHjBYBebXqiFdLYftSipqtnVwbGpDRe+ejMrcM2aH6IzYkavqkD6yR45x 5Rkk6TdCUxRhhcQcEcGE7lxkk4ANkk2ZSmW8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=CBiSukErLd8t6AaCzLl53psNLFMfFuzALPzWKBgwhiKmpFFPVSY9Ff9ef8G96KrqpS uCw6zmGaE39OcYrlA831VxB0iOEqZ66eD0mcj5EORhAfdwNkIu056pBtPissYTFvLfSJ zT2U/QUq/pP9Y9Q4PUB0527lTDnteyPzgNMlA= MIME-Version: 1.0 Received: by 10.115.81.21 with SMTP id i21mr8974165wal.125.1257178619243; Mon, 02 Nov 2009 08:16:59 -0800 (PST) In-Reply-To: <356499.59817.qm@web30803.mail.mud.yahoo.com> References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <479349.15334.qm@web30804.mail.mud.yahoo.com> <356499.59817.qm@web30803.mail.mud.yahoo.com> Date: Mon, 2 Nov 2009 09:16:58 -0700 Message-ID: From: Tim Judd To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 16:16:59 -0000 On 11/2/09, D=E1nielisz L=E1szl=F3 wrote: > I tried about 10 conf, here is the actual one: > > # cat /usr/local/etc/dhcpd.conf > authoritative; > ddns-update-style none; > > subnet 192.168.1.0 netmask 255.255.255.0 { > option routers 192.168.1.1; > > > pool { > option domain-name-servers cns01.hdsnet.hu; > max-lease-time 300; > range 192.168.1.200 192.168.1.253; > allow unknown-clients; > } > } It looks awkward... I don't recall ever seeing a pool inside a subnet declaration like this. A subnet declaration can use all the declaration in your pool. Pure curiousity, because I am not looking up the config syntax.. comment out (or delete) the pool { and } lines only. which bring the statements to the subnet clause. restart dhcpd, and retry IIRC, pools are only useful if you have two pool definitions. thanks... hope this works. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 16:52:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C6331065693 for ; Mon, 2 Nov 2009 16:52:46 +0000 (UTC) (envelope-from david@farmington.k12.mo.us) Received: from mail.farmington.k12.mo.us (bonnie.farmington.k12.mo.us [204.184.20.228]) by mx1.freebsd.org (Postfix) with ESMTP id 797F68FC1C for ; Mon, 2 Nov 2009 16:52:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.farmington.k12.mo.us (Postfix) with SMTP id B32F5986014; Mon, 2 Nov 2009 10:52:33 -0600 (CST) Received: from TECHLINUX (unknown [10.4.60.80]) by mail.farmington.k12.mo.us (Postfix) with ESMTP id 9DFE7986013; Mon, 2 Nov 2009 10:52:33 -0600 (CST) From: "David Patton" To: "'Tim Judd'" Date: Mon, 2 Nov 2009 10:52:44 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acpb1wQyke9FFmmtQPOL9TPCNHoa0QABaRuA Message-Id: <20091102165233.9DFE7986013@mail.farmington.k12.mo.us> Cc: freebsd-questions@freebsd.org Subject: RE: issues with email migration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 16:52:46 -0000 Yes sir, I added them to the rc.conf, changed the links to point where I wanted them and rebooted, same issues. I cant waste anymore time with what I wanted to do. I will leave /mail on the nfs share and just build a new server. I have 2 days and hopefully I will keep my job. Wish me luck... -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Tim Judd Sent: Monday, November 02, 2009 10:10 AM To: David Patton Cc: freebsd-questions@freebsd.org Subject: Re: issues with email migration On 11/2/09, David Patton wrote: > This morning, I tried adding this to rc.conf and moved my link for /www from > local to the nfs . > > rpc_lockd_enable="YES" > rpc_statd_enable="YES" Adding them alone just tells the system at startup to start these............. > > and I experienced the same issues I had before. It would seem that postfix > and other assorted mail programs have no issue with accessing /mail on an > nfs share but everything residing in /www don't seem to like it at all. > Did you start statd and lockd by hand before trying the /www again? > I have no choice but to leave this as it is and set up a similar arrangement > on my new server. > > Thank you to everyone who responded. > > -----Original Message----- > From: Tim Judd [mailto:tajudd@gmail.com] > Sent: Saturday, October 31, 2009 10:51 AM > To: david@farmington.k12.mo.us > Cc: freebsd-questions@freebsd.org > Subject: Re: issues with email migration > > On 10/31/09, david@farmington.k12.mo.us wrote: >> only one issue with that. The server in question is an emc clereon(sorry >> not at work to look at the specifics) and at this point the only access I >> have to it is a web interface and am unable to access a command line. >> >> Also a stupid question my plan is to set up another server to access the >> nfs share to provide better email service. >> >> would this impact it in any way? > > > > > Not if file locking and the daemons take care of everything like they > should. Remember, file locking is mandatory for some things, > especially mbox files, password files, or anything else that requires > exclusive access to a file. > > If two systems try to access the same locked file, the 2nd will be > told it won't be able to get an exclusive lock, because the 1st > already has it locked. > > You're on the right track. Keep it going. > > > > > > _______________________________________________ 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 Nov 2 16:55:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A3081065693 for ; Mon, 2 Nov 2009 16:55:16 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 341228FC27 for ; Mon, 2 Nov 2009 16:55:16 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MR-MR002.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0KSH009S0QNKB820@VL-MR-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Mon, 02 Nov 2009 11:47:45 -0500 (EST) Message-id: <4AEF0D33.7000008@videotron.ca> Date: Mon, 02 Nov 2009 12:47:47 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: "freebsd-questions@freebsd.org" Subject: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 16:55:16 -0000 I have posted to Xorg, but I find this list most reassuring and competent ;-) I have searched the web, followed the instructions in the manual, the man pages and suggestions on the web. Nothing, nada. And I see there is a lot of frustration out there and not solutions discernible. I can post the config files... If anyone has any ideas, I'd appreciate it... but please, don't waste your time telling me to read the manual or search the web... I have done all that and if there is something I have missed - maybe hal (that seems to be the most absurd addition to Xorg as it seems to produce no visible advantages but only problems) maybe someone will have an idea what was my blind spot? From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 17:13:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13F99106566B for ; Mon, 2 Nov 2009 17:13:04 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF468FC0C for ; Mon, 2 Nov 2009 17:13:03 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nA2HCwwW050692; Mon, 2 Nov 2009 18:12:58 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nA2HCwdm050691; Mon, 2 Nov 2009 18:12:58 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 2 Nov 2009 18:12:58 +0100 From: Ruben de Groot To: Adam Vande More Message-ID: <20091102171258.GA50559@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Adam Vande More , Alex Huth , freebsd-questions@freebsd.org References: <20091102153740.GD12766@borusse.borussiapark> <6201873e0911020803g2bc00523i4aef01d3aec9dc37@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6201873e0911020803g2bc00523i4aef01d3aec9dc37@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Mon, 02 Nov 2009 18:13:01 +0100 (CET) Cc: Alex Huth , freebsd-questions@freebsd.org Subject: Re: Eclipse & Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 17:13:04 -0000 On Mon, Nov 02, 2009 at 10:03:30AM -0600, Adam Vande More typed: > On Mon, Nov 2, 2009 at 9:37 AM, Alex Huth wrote: > > > Hi! > > > > I want to change my laptop system from Debian to FreeBSD. After installing > > 8.0 > > RC2 in a virtual machine i have tried to install eclipse and changed the > > Java > > version in the makefile to 1.5, but it still want to install the 1.6 jdk. > > > > I need the 1.5 version for several reasons, for example VPN account. > > > > How can i solve the problem? Is java 1.5 also available if i install it on > > AMD64? On debian this is a Problem. > > > > Thx > > > > Alex > > > > Never be afraid to try something new. > > Remember, amateurs built the ark. > > Professionals built the Titanic. ? unknow > > _______________________________________________ > > 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" > > > > Does /usr/ports/java/jdk15 not work for you? > > Can you not install both and tell eclipse to use the 15 jdk? > > You can try editing /usr/ports/java/eclipse/Makefile to JAVA_VERSION= 1.5 > but I have no idea if that will work. I've been bitten by this as well. Of course eclipse works well with java versions <1.6, as it does on all other platforms. Such restrictions in the Makefiles (= instead of >=) are really a showstopper for people who just want to get things done. Ruben From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 18:02:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BF31106568D for ; Mon, 2 Nov 2009 18:02:18 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id A44BD8FC1D for ; Mon, 2 Nov 2009 18:02:17 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id nA2I2G7N045745; Mon, 2 Nov 2009 19:02:16 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id CE9EFBAA0; Mon, 2 Nov 2009 19:02:15 +0100 (CET) Date: Mon, 2 Nov 2009 19:02:15 +0100 From: Roland Smith To: PJ Message-ID: <20091102180215.GA10648@slackbox.xs4all.nl> References: <4AEF0D33.7000008@videotron.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <4AEF0D33.7000008@videotron.ca> 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.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "freebsd-questions@freebsd.org" Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 18:02:18 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 02, 2009 at 12:47:47PM -0400, PJ wrote: > I have posted to Xorg, but I find this list most reassuring and > competent ;-) > I have searched the web, followed the instructions in the manual, the > man pages and suggestions on the web. > Nothing, nada. And I see there is a lot of frustration out there and not > solutions discernible. Most modern monitors Just Work IMO, just specify the resolution you want. T= he X server should then be able to get the required modeline from the monitor. How you you know it isn't working? Do you get back to the command prompt? Note that by default you get a black screen with the current Xorg. You have= to put commands in ~/.xinitrc to set a background, launch a window manager etc. > I can post the config files... Better post the Xorg logfile, /var/log/Xorg.0.log > If anyone has any ideas, I'd appreciate it... but please, don't waste > your time telling me to read the manual or search the web... I have done > all that and if there is something I have missed - maybe hal (that seems > to be the most absurd addition to Xorg as it seems to produce no visible > advantages but only problems) maybe someone will have an idea what was > my blind spot? Find out what the native resolution is for this monitor, it should be 1920x1080 according to=20 http://milo.com/lg-23-widescreen-flat-panel-lcd-hd-monitor-black# Put that in the "Display" subsection of your "Screen" section in /etc/X11/xorg.conf, like this: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection SubSection "Display" Depth 16 Modes "1920x1080" EndSubSection EndSection Make sure that the Device and Monitor names match yours. :-) And check if your video card is capable of driving this monitor. Your /var/log/Xorg.0.log should give you some clues there. Good luck! 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) --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrvHqcACgkQEnfvsMMhpyXoUwCeKtAmBzEHZMqE+TG1gUJQySBl /IoAniGHoxrgu1ptQ8xy7ECfOl4B/Yxl =wBvG -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 18:19:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DDA5106566B for ; Mon, 2 Nov 2009 18:19:41 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2CCEE8FC0C for ; Mon, 2 Nov 2009 18:19:40 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nA2IJe18096486 for ; Mon, 2 Nov 2009 10:19:40 -0800 (PST) Message-ID: <4AEF22BD.9080500@rawbw.com> Date: Mon, 02 Nov 2009 10:19:41 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to set up WEP network on 8.0 in rc.conf? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 18:19:41 -0000 I use this working script to start WEP network: ifconfig wlan0 create wlandev ath0 ifconfig wlan0 ssid "xyz abc" weptxkey 1 deftxkey 1 wepmode on wepkey 0xXXXXXXXXXX up dhcpcd wlan0 How do I write an equivalent line into rc.conf? Section 31.3.3.1.4 in http://www.freebsd.org/doc/en/books/handbook/network-wireless.html suggests this: # ifconfig /ath0/ ssid my_net wepmode on weptxkey 3 wepkey 3:0x3456789012 \ inet /192.168.1.100/ netmask /255.255.255.0/ So I wrote: ifconfig_ath0="ssid xyz\ abc weptxkey 1 deftxkey 1 wepmode on wepkey 0xXXXXXXXXXX DHCP" and it doesn't work. This line: ifconfig wlan0 create wlandev ath0 became necessary in 8.0 and it creates wlan0 device, which is missing when I use the above line in rc.conf. There's also a space in ssid. So what would be the correct rc.conf in my case? Yuri From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 19:49:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09E871065693 for ; Mon, 2 Nov 2009 19:49:16 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30805.mail.mud.yahoo.com (web30805.mail.mud.yahoo.com [68.142.200.148]) by mx1.freebsd.org (Postfix) with SMTP id BA72F8FC1A for ; Mon, 2 Nov 2009 19:49:15 +0000 (UTC) Received: (qmail 42648 invoked by uid 60001); 2 Nov 2009 19:49:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257191355; bh=H5fCALzT3JqiMZ+eQPbJtMa/dhTxt+T8mFPQdbztT00=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=V8uuHL/veIh0DFTu7TMsKRxK0uIzXlEmbEBKDUif616HE02luXUZAgbtvHHpr7Jf6ebn8XJvmcuxMmxY68wuh8O/WM0eRyZ/N6LzLvd33LDWuhAw2HeMlmAd6VYE20mRqn8I1xT0oVsKkwGOGIvDnD3YvJ+Um+ylcdQAGb9M5SM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=1lmngkFLXfSELNkSVyQSCriducDyyRs7VOdYNePvsy2LIB7ETeqqaFPQghZHYBKjWK1KWCW+0ixpcb+PrOHnFgSz4wyKAVRhpqR0pfNEv+uRr2m9D1ktEujatI2fliWj12BwwXjY4w57R4bs/0gI05PlM3UZV+smvyIv6CxB0XY=; Message-ID: <177578.41675.qm@web30805.mail.mud.yahoo.com> X-YMail-OSG: y1JzUFsVM1kE3PNb2uh6wolPbMcQ76saYnZj4F_0BH1JuR8DFmfElw11z5HhsD6whyE44_lToibkbC0uhEYLsmPeaXHJ3dVOntfWiFAzR97vWbbCx.psBU6rn6WlmnBPq.DAbUDqnH8BeMJE97B_t33U8gBpglnsJqARaJ2OM98FVY6mDedIokt5bkF999ZoDBbUN5BOsIR33LkR3.iZ.7gf4si15cKGhAexXRrxzX97ow6_P_87682cXMPdhVtw6OLdGM3A7Of8LexcNfpA9ukF0vIAAB.mMVsFY_5lBldesXVFWlfIFaTbWLclipaW1FYRzpALvH.tD3OY56qX_7TkSJXtnLtitYn39Tk7oWxpDEw2saAFF2F3d7HFrKQmIjwhfWUGH1wh8eGDX6a4CfH.mkYhusJh3SAN.OVNv7Pd7tEpoPJPXB.hiJ64771npmCTcOJl1XgGoBPsctsd.3AowzQ- Received: from [78.131.57.57] by web30805.mail.mud.yahoo.com via HTTP; Mon, 02 Nov 2009 11:49:15 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <479349.15334.qm@web30804.mail.mud.yahoo.com> <356499.59817.qm@web30803.mail.mud.yahoo.com> Date: Mon, 2 Nov 2009 11:49:15 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: Tim Judd In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: dhcpd related issue - not giving up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 19:49:16 -0000 Thank you for your advice, I tried to restart dhcpd a few times and I also = tried about 10+ dhcpd.conf-s.=0ARight now it's reinstalling the port.=0A=0A= =0A=0A=0A________________________________=0AFrom: Tim Judd =0ATo: D=E1nielisz L=E1szl=F3 =0ACc: freebsd-= questions@freebsd.org=0ASent: Mon, November 2, 2009 5:16:58 PM=0ASubject: R= e: dhcpd related issue - not giving up=0A=0AOn 11/2/09, D=E1nielisz L=E1szl= =F3 wrote:=0A> I tried about 10 conf, here is = the actual one:=0A>=0A> # cat /usr/local/etc/dhcpd.conf=0A> authoritative;= =0A> ddns-update-style none;=0A>=0A> subnet 192.168.1.0 netmask 255.255.255= .0 {=0A> option routers 192.168.1.1;=0A>=0A>=0A> pool {=0A> op= tion domain-name-servers cns01.hdsnet.hu;=0A> max-lease-time 300= ;=0A> range 192.168.1.200 192.168.1.253;=0A> allow un= known-clients;=0A> }=0A> }=0A=0A=0AIt looks awkward...=0A I don't= recall ever seeing a pool inside a subnet declaration like this.=0AA subne= t declaration can use all the declaration in your pool.=0A=0APure curiousit= y, because I am not looking up the config syntax..=0Acomment out (or delete= ) the pool { and } lines only. which bring the=0Astatements to the subnet = clause.=0A=0A=0Arestart dhcpd, and retry=0A=0AIIRC, pools are only useful i= f you have two pool definitions.=0A=0Athanks... hope this works.=0A_______= ________________________________________=0Afreebsd-questions@freebsd.org ma= iling list=0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-questions=0A= To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= "=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 20:21:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D244106566C for ; Mon, 2 Nov 2009 20:21:18 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 45AE78FC13 for ; Mon, 2 Nov 2009 20:21:18 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MH-MR002.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KSI008HP0JE02Y0@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Mon, 02 Nov 2009 15:21:17 -0500 (EST) Message-id: <4AEF3F3E.7000204@videotron.ca> Date: Mon, 02 Nov 2009 16:21:18 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Roland Smith References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> In-reply-to: <20091102180215.GA10648@slackbox.xs4all.nl> Cc: "freebsd-questions@freebsd.org" Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 20:21:18 -0000 Roland Smith wrote: > On Mon, Nov 02, 2009 at 12:47:47PM -0400, PJ wrote: > >> I have posted to Xorg, but I find this list most reassuring and >> competent ;-) >> I have searched the web, followed the instructions in the manual, the >> man pages and suggestions on the web. >> Nothing, nada. And I see there is a lot of frustration out there and not >> solutions discernible. >> > > Most modern monitors Just Work IMO, just specify the resolution you want. The > X server should then be able to get the required modeline from the monitor. > > How you you know it isn't working? Do you get back to the command prompt? > No. The only way is by hitting the SysRq/PrintScreen key if the "AllowEmptyInput" is not "off", otherwise you have to reboot. > Note that by default you get a black screen with the current Xorg. Yes, but you are supposed to see the x for the mouse. Doesn't happen... as I mentioned, on one try when doing ctl/alt/del the X appeared and then - shutdown. > You have to > put commands in ~/.xinitrc to set a background, launch a window manager etc. > I use fluxbox and for some years now, I have never had to put anything into .xinitrc except "startfluxbox" of just plain "fluxbox" and it always worked. > >> I can post the config files... >> > > Better post the Xorg logfile, /var/log/Xorg.0.log > > >> If anyone has any ideas, I'd appreciate it... but please, don't waste >> your time telling me to read the manual or search the web... I have done >> all that and if there is something I have missed - maybe hal (that seems >> to be the most absurd addition to Xorg as it seems to produce no visible >> advantages but only problems) maybe someone will have an idea what was >> my blind spot? >> > > Find out what the native resolution is for this monitor, it should be > 1920x1080 according to > http://milo.com/lg-23-widescreen-flat-panel-lcd-hd-monitor-black# > I was aware of all that plus all the timings etc that one can find in the log. I tried all that and nothing clicks. > Put that in the "Display" subsection of your "Screen" > section in /etc/X11/xorg.conf, like this: > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1920x1080" > EndSubSection > SubSection "Display" > Depth 16 > Modes "1920x1080" > EndSubSection > EndSection > > Make sure that the Device and Monitor names match yours. :-) > > And check if your video card is capable of driving this monitor. Your > /var/log/Xorg.0.log should give you some clues there. I also have tried with the monitor in digital mode as well as in analog... neither works. It seems to me that the options for flatpanel must be activated... bin there, done that... And that is because I saw those kinds of directions activated under the display management in XP. O:-) So, here's my log: X.Org X Server 1.6.1 Release Date: 2009-4-14 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.2-RELEASE i386 Current Operating System: FreeBSD grendl.my.domain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 21 August 2009 12:40:03PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 2 11:07:26 2009 (++) Using config file: "xorg.conf1" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr/local/lib/X11/fonts/100dpi/, /usr/local/lib/X11/fonts/75dpi/, built-ins (**) ModulePath set to "/usr/local/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0x7a0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on freebsd (--) Using syscons driver with X support (version 2.0) (--) using VT number 9 (--) PCI:*(0@1:0:0) nVidia Corporation NV31 [GeForce FX 5600] rev 161, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, BIOS @ 0x????????/65536 (II) System resource ranges: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) "extmod" will be loaded by default. (II) "dbe" will be loaded by default. (II) "glx" will be loaded by default. (II) "record" will be loaded by default. (II) "dri" will be loaded by default. (II) "dri2" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/local/lib/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "nv" (II) Loading /usr/local/lib/xorg/modules/drivers//nv_drv.so (II) Module nv: vendor="X.Org Foundation" compiled for 1.6.1, module version = 2.1.13 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420, GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL, GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL, GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X, GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL, Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI, GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL, Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X, GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL, Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra, GeForce FX 5800, Quadro FX 2000, Quadro FX 1000, GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT, GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700, GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M, Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra, GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra, GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700, GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700, Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800, GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT, GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000, GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT, GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400, Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT, GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600, GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL, GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500, GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM), GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400, GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX, GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800, GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT, GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS, GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150, GeForce Go 6100, GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT, GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS, GeForce 8600M GT, GeForce 9650M GS, GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS, GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT, GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M, Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G, Quadro NVS 290, GeForce GTX 280, GeForce GTX 260, GeForce 8800 GTS 512, GeForce 8800 GT, GeForce 9800 GX2, GeForce 8800 GS, GeForce 8800M GTS, GeForce 8800M GTX, GeForce 8800 GS, GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX, GeForce 9800 GTK+, GeForce 9800 GT, Quadro FX 3700, Quadro FX 3600M, GeForce 9600 GT, GeForce 9600 GS, GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GTS, GeForce 9500 GT, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT, GeForce 9500M G, GeForce 9300 GS, GeForce 8400 GS, GeForce 9300M GS, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M, Quadro NVS 160M (II) Primary Device is: PCI 01@00:00:0 (--) NV: Found NVIDIA GeForce FX 5600 at 01@00:00:0 (II) resource ranges after probing: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/local/lib/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) NV(0): Initializing int10 (==) NV(0): Write-combining range (0xa0000,0x20000) was already clear (==) NV(0): Write-combining range (0xc0000,0x40000) was already clear (II) NV(0): Primary V_BIOS segment is: 0xc000 (==) NV(0): Write-combining range (0x0,0x1000) was already clear (--) NV(0): Chipset: "GeForce FX 5600" (==) NV(0): Depth 24, (--) framebuffer bpp 32 (==) NV(0): RGB weight 888 (==) NV(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/local/lib/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (**) NV(0): Option "FlatPanel" "True" (**) NV(0): Option "FPScale" "True" (==) NV(0): Using HW cursor (**) NV(0): Flat panel scaling on (**) NV(0): forcing DFP usage (--) NV(0): Linear framebuffer at 0xE0000000 (--) NV(0): MMIO registers at 0xFD000000 (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) NV(0): I2C bus "DDC" initialized. (II) NV(0): Probing for analog device on output A... (--) NV(0): ...found one (II) NV(0): Probing for analog device on output B... (--) NV(0): ...can't find one (II) NV(0): Probing for EDID on I2C bus A... (II) NV(0): I2C device "DDC:E-EDID segment register" registered at address 0x60. (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0. (--) NV(0): DDC detected a CRT: (II) NV(0): Manufacturer: GSM Model: 56f9 Serial#: 232215 (II) NV(0): Year: 2009 Week: 4 (II) NV(0): EDID Version: 1.3 (II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) NV(0): Sync: Separate SyncOnGreen (II) NV(0): Max Image Size [cm]: horiz.: 51 vert.: 29 (II) NV(0): Gamma: 2.20 (II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) NV(0): First detailed timing is preferred mode (II) NV(0): redX: 0.635 redY: 0.342 greenX: 0.292 greenY: 0.611 (II) NV(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329 (II) NV(0): Supported VESA Video Modes: (II) NV(0): 720x400@70Hz (II) NV(0): 640x480@60Hz (II) NV(0): 640x480@75Hz (II) NV(0): 800x600@56Hz (II) NV(0): 800x600@60Hz (II) NV(0): 800x600@75Hz (II) NV(0): 832x624@75Hz (II) NV(0): 1024x768@60Hz (II) NV(0): 1024x768@75Hz (II) NV(0): 1280x1024@75Hz (II) NV(0): 1152x870@75Hz (II) NV(0): Manufacturer's mask: 0 (II) NV(0): Supported Future Video Modes: (II) NV(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179 (II) NV(0): #1: hsize: 1280 vsize 1024 refresh: 75 vid: 36737 (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) NV(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 148.5 MHz Image Size: 510 x 290 mm (II) NV(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 (II) NV(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 146.2 MHz Image Size: 474 x 296 mm (II) NV(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 (II) NV(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 (II) NV(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 150 MHz (II) NV(0): Monitor name: W2361 (II) NV(0): EDID (in hex): (II) NV(0): 00ffffffffffff001e6df956178b0300 (II) NV(0): 041301036a331d78eaaec5a2574a9c25 (II) NV(0): 125054a76b80b300818f8180714f0101 (II) NV(0): 010101010101023a801871382d40582c (II) NV(0): 4500fe221100001e21399030621a2740 (II) NV(0): 68b03600da281100001c000000fd0038 (II) NV(0): 4b1e530f000a202020202020000000fc (II) NV(0): 0057323336310a2020202020202000b6 (II) NV(0): Probing for EDID on I2C bus B... (--) NV(0): DDC detected a DFP: (II) NV(0): Manufacturer: GSM Model: 56fa Serial#: 232215 (II) NV(0): Year: 2009 Week: 4 (II) NV(0): EDID Version: 1.3 (II) NV(0): Digital Display Input (II) NV(0): Max Image Size [cm]: horiz.: 51 vert.: 29 (II) NV(0): Gamma: 2.20 (II) NV(0): DPMS capabilities: StandBy Suspend Off (II) NV(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) NV(0): First detailed timing is preferred mode (II) NV(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 (II) NV(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 (II) NV(0): Supported VESA Video Modes: (II) NV(0): 720x400@70Hz (II) NV(0): 640x480@60Hz (II) NV(0): 640x480@75Hz (II) NV(0): 800x600@56Hz (II) NV(0): 800x600@60Hz (II) NV(0): 800x600@75Hz (II) NV(0): 832x624@75Hz (II) NV(0): 1024x768@60Hz (II) NV(0): 1024x768@75Hz (II) NV(0): 1280x1024@75Hz (II) NV(0): 1152x870@75Hz (II) NV(0): Manufacturer's mask: 0 (II) NV(0): Supported Future Video Modes: (II) NV(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179 (II) NV(0): #1: hsize: 1280 vsize 1024 refresh: 75 vid: 36737 (II) NV(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) NV(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 138.5 MHz Image Size: 510 x 290 mm (II) NV(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0 (II) NV(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0 (II) NV(0): Supported additional Video Mode: (II) NV(0): clock: 148.5 MHz Image Size: 510 x 290 mm (II) NV(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 (II) NV(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 (II) NV(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 150 MHz (II) NV(0): Monitor name: W2361 (II) NV(0): EDID (in hex): (II) NV(0): 00ffffffffffff001e6dfa56178b0300 (II) NV(0): 0413010380331d78eaee91a3544c9926 (II) NV(0): 0f5054a76b80b300818f8180714f0101 (II) NV(0): 0101010101011a3680a070381f403020 (II) NV(0): 3500fe221100001e023a801871382d40 (II) NV(0): 582c4500fe221100001e000000fd0038 (II) NV(0): 4b1e530f000a202020202020000000fc (II) NV(0): 0057323336310a2020202020202000c7 (--) NV(0): CRTC 1 is currently programmed for DFP (**) NV(0): Forcing display type to DFP as specified (II) NV(0): Using DFP on CRTC 1 (--) NV(0): Panel size is 1920 x 1080 (II) NV(0): NOTE: This driver cannot reconfigure the BIOS-programmed size. (II) NV(0): These dimensions will be used as the panel size for mode validation. (II) NV(0): EDID vendor "GSM", prod id 22266 (II) NV(0): Using hsync ranges from config file (II) NV(0): Using vrefresh ranges from config file (II) NV(0): Printing DDC gathered Modelines: (II) NV(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync +vsync (66.6 kHz) (II) NV(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) (II) NV(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) NV(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) NV(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) NV(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) NV(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) NV(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) NV(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) NV(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) NV(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) NV(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) (II) NV(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) NV(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) NV(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) NV(0): Panel is TMDS (--) NV(0): VideoRAM: 131072 kBytes (==) NV(0): Using gamma correction (1.0, 1.0, 1.0) (II) NV(0): Monitor0: Using hsync range of 30.00-83.00 kHz (II) NV(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz (II) NV(0): Monitor0: Using maximum pixel clock of 150.00 MHz (II) NV(0): Clock range: 12.00 to 400.00 MHz (II) NV(0): Not using default mode "640x350" (vrefresh out of range) (II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "640x400" (vrefresh out of range) (II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "720x400" (vrefresh out of range) (II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "640x480" (vrefresh out of range) (II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "800x600" (vrefresh out of range) (II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1024x768" (vrefresh out of range) (II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1280x960" (hsync out of range) (II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1280x1024" (hsync out of range) (II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions) (II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1792x1344" (exceeds panel dimensions) (II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1792x1344" (exceeds panel dimensions) (II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1856x1392" (exceeds panel dimensions) (II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1856x1392" (exceeds panel dimensions) (II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1400x1050" (mode clock too high) (II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions) (II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions) (II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan) (--) NV(0): Virtual size is 1920x1080 (pitch 1920) (**) NV(0): *Driver mode "1920x1080": 138.5 MHz, 66.6 kHz, 59.9 Hz (II) NV(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync +vsync (66.6 kHz) (**) NV(0): Driver mode "1920x1080": 148.5 MHz, 67.5 kHz, 60.0 Hz (II) NV(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz) (**) NV(0): Driver mode "1920x1080": 138.5 MHz, 66.6 kHz, 59.9 Hz (II) NV(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz) (**) NV(0): Driver mode "1680x1050": 119.0 MHz, 64.7 kHz, 59.9 Hz (II) NV(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz) (**) NV(0): Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz (II) NV(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz) (**) NV(0): Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) NV(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) NV(0): Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) NV(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) NV(0): Driver mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) NV(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) NV(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz (II) NV(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (**) NV(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz (II) NV(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (**) NV(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz (II) NV(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (**) NV(0): Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz (II) NV(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (**) NV(0): Driver mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NV(0): Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz (II) NV(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz (II) NV(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz (II) NV(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (**) NV(0): Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz (II) NV(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (**) NV(0): Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NV(0): Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz (II) NV(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz (II) NV(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz (II) NV(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz (II) NV(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (**) NV(0): Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NV(0): Driver mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz (II) NV(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz (II) NV(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz (II) NV(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (**) NV(0): Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz (II) NV(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (**) NV(0): Display dimensions: (510, 290) mm (**) NV(0): DPI set to (95, 94) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/local/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/local/lib/xorg/modules//libxaa.so (II) Module xaa: vendor="X.Org Foundation" compiled for 1.6.1, module version = 1.2.1 ABI class: X.Org Video Driver, version 5.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (==) NV(0): Write-combining range (0x0,0x1000) was already clear (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [1] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [2] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [3] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [4] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (==) NV(0): Write-combining range (0xa0000,0x10000) was already clear (II) NV(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile and stipple cache: 32 128x128 slots 32 256x256 slots 16 512x512 slots (==) NV(0): Backing store disabled (==) NV(0): Silken mouse enabled (**) Option "dpms" (**) NV(0): DPMS enabled (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 20:27:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF34E106566C for ; Mon, 2 Nov 2009 20:27:10 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30805.mail.mud.yahoo.com (web30805.mail.mud.yahoo.com [68.142.200.148]) by mx1.freebsd.org (Postfix) with SMTP id 7BB9C8FC27 for ; Mon, 2 Nov 2009 20:27:10 +0000 (UTC) Received: (qmail 62863 invoked by uid 60001); 2 Nov 2009 20:27:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257193629; bh=JiHzbmP43sdKhUf6qgjRNHLcSX3dIgULLkmEOlqxDA0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=y0sRm5D83eaSDqCfh+6TucAz3Snmqk6xn9dYMCygQBNWks3MOGU3IwYXa11dmNAwsZc45BNmUJuHf9dRzV2XFjFp+/dnTfDGX7V73F3m3NeIHw4G3iM6JDxUlCgtACOX7iHEXFKKBTjk1vfo5K8CN+ImbX9wWaVhWOMQEt07DwM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=bEDI7XfuiuKHz94JziqTvHOd1kchB/qnNsTw9JvdX4FF3S7I1TrIGnuCc1gk9Cbvb6Pd1Xsi7Q9t7URB2yzehcXs/MZSHm8MXzh+FIULPm7rwynZh4Y3uS/J+7zBX4b0cjxUHkjhCz1yRYyomE5tbu0d8FRaUEeHAzVA2h8KIyo=; Message-ID: <836747.62146.qm@web30805.mail.mud.yahoo.com> X-YMail-OSG: 3PTjH9UVM1mBM.mXuLKzrS.zZi7FsqYW0bKmNMScIl.WlNqWutgu3DqlItcMR6CMVch51CuuFaJ1PQU3EqNvtRsp5SqozgjwqAsxKdauG12YsWf07uf8Ulvxnwm44zSIjx0a11biCWvEL_11zA0O1T3YyT7R6Dc4MYhPW48BdRUPiNOrzQ0siYS5bwGlP3adcPIHFJ8OApR_WPMnlVMg5VL_jzjWaySLpUuEmgdzE0IFLjzhnLHXKdbDwsw2D3vfdSXTIDrStlnBCR03f3mwo8D2E744Ji5UT6IZiot9nklEgo4Y4UL_bPtmi9dQJhZLPjx8JTO4MjcQnWG9d1LT.tw__8XppBi1YTltuEXyzvQQtkW7rL31VEEOXdjUv3MyF5bT6.RN4.AfVZVUAAQwLjx2awa1yZI8S8Q9_L_WvHphKPfIXCMkUtmzG2q4wybZSb0tgMigOswGZAS8sUKM_lcMeGhcIO3WCw_RANCbUWS3rUvNBfLtXa5kMxmYpZCq0r9FHbU- Received: from [89.223.129.111] by web30805.mail.mud.yahoo.com via HTTP; Mon, 02 Nov 2009 12:27:09 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <82804.79685.qm@web30804.mail.mud.yahoo.com> <516971.12872.qm@web30807.mail.mud.yahoo.com> <806321.83601.qm@web30807.mail.mud.yahoo.com> <49594.91061.qm@web30806.mail.mud.yahoo.com> <479349.15334.qm@web30804.mail.mud.yahoo.com> <356499.59817.qm@web30803.mail.mud.yahoo.com> <177578.41675.qm@web30805.mail.mud.yahoo.com> Date: Mon, 2 Nov 2009 12:27:09 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: <177578.41675.qm@web30805.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: dhcpd related issue <- 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, 02 Nov 2009 20:27:10 -0000 One of my friend brings the solution, it was reinstalling ports/net/isc-dhc= p31-server instead of ports/net/isc-dhcp30-server.=0ANow everything work fi= ne!=0A=0A$ sudo dhcping -v -h 00:23:6c:86:41:e3 -s 192.168.1.1=0AGot answer= from: 192.168.1.1=0A=0A=0A# tcpdump -i rl1 -n port 67 or port 68=0Atcpdump= : verbose output suppressed, use -v or -vv for full protocol decode=0Aliste= ning on rl1, link-type EN10MB (Ethernet), capture size 96 bytes=0A20:54:15.= 403871 IP 192.168.1.202.68 > 192.168.1.1.67: BOOTP/DHCP, Request from 00:23= :6c:86:41:e3, length 250=0A20:54:15.404320 IP 192.168.1.1.67 > 255.255.255.= 255.68: BOOTP/DHCP, Reply, length 300=0A20:54:15.409016 IP 192.168.1.202.68= > 192.168.1.1.67: BOOTP/DHCP, Request from 00:23:6c:86:41:e3, length 244= =0A20:55:19.960973 IP 192.168.1.202.68 > 192.168.1.1.67: BOOTP/DHCP, Reques= t from 00:23:6c:86:41:d9, length 300=0A20:55:19.963275 IP 192.168.1.1.67 > = 192.168.1.202.68: BOOTP/DHCP, Reply, length 300=0A20:57:49.958270 IP 192.16= 8.1.202.68 > 192.168.1.1.67: BOOTP/DHCP, Request from 00:23:6c:86:41:d9, le= ngth 300=0A20:57:49.960509 IP 192.168.1.1.67 > 192.168.1.202.68: BOOTP/DHCP= , Reply, length 300=0A=0AThanks for all of you to your help!=0ALaci=0A=0A= =0A=0A=0A=0A________________________________=0AFrom: D=E1nielisz L=E1szl=F3= =0ATo: Tim Judd =0ACc: freeb= sd-questions@freebsd.org=0ASent: Mon, November 2, 2009 8:49:15 PM=0ASubject= : Re: dhcpd related issue - not giving up=0A=0AThank you for your advice, I= tried to restart dhcpd a few times and I also tried about 10+ dhcpd.conf-s= .=0ARight now it's reinstalling the port.=0A=0A=0A=0A=0A___________________= _____________=0AFrom: Tim Judd =0ATo: D=E1nielisz L=E1szl= =F3 =0ACc: freebsd-questions@freebsd.org=0ASent= : Mon, November 2, 2009 5:16:58 PM=0ASubject: Re: dhcpd related issue - not= giving up=0A=0AOn 11/2/09, D=E1nielisz L=E1szl=F3 wrote:=0A> I tried about 10 conf, here is the actual one:=0A>=0A> # ca= t /usr/local/etc/dhcpd.conf=0A> authoritative;=0A> ddns-update-style none;= =0A>=0A> subnet 192.168.1.0 netmask 255.255.255.0 {=0A> option routers 19= 2.168.1.1;=0A>=0A>=0A> pool {=0A> option domain-name-servers cns= 01.hdsnet.hu;=0A> max-lease-time 300;=0A> range 192.1= 68.1.200 192.168.1.253;=0A> allow unknown-clients;=0A> = }=0A> }=0A=0A=0AIt looks awkward...=0A I don't recall ever seeing a pool i= nside a subnet declaration like this.=0AA subnet declaration can use all th= e declaration in your pool.=0A=0APure curiousity, because I am not looking = up the config syntax..=0Acomment out (or delete) the pool { and } lines onl= y. which bring the=0Astatements to the subnet clause.=0A=0A=0Arestart dhcp= d, and retry=0A=0AIIRC, pools are only useful if you have two pool definiti= ons.=0A=0Athanks... hope this works.=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 20:44:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF56A1065676 for ; Mon, 2 Nov 2009 20:44:30 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id AD6A78FC1D for ; Mon, 2 Nov 2009 20:44:29 +0000 (UTC) Received: (qmail 3990 invoked from network); 2 Nov 2009 20:44:29 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 2 Nov 2009 20:44:29 -0000 Message-ID: <4AEF44D0.2060600@telenix.org> Date: Mon, 02 Nov 2009 15:45:04 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: Alex Huth References: <20091102153740.GD12766@borusse.borussiapark> In-Reply-To: <20091102153740.GD12766@borusse.borussiapark> X-Enigmail-Version: 0.95.5 OpenPGP: url= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Eclipse & Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 20:44:31 -0000 Alex Huth wrote: > Hi! > > I want to change my laptop system from Debian to FreeBSD. After installing 8.0 > RC2 in a virtual machine i have tried to install eclipse and changed the Java > version in the makefile to 1.5, but it still want to install the 1.6 jdk. > > I need the 1.5 version for several reasons, for example VPN account. > This surprises me a bit, as I'd understood that the differences between 1.5 and 1.6 were strictly limited to bugfixes, and changed the interface not at all. Reason that this might make some difference to you is that, at least for me (using FreeBSD-current) the jdk16 port and eclipse, from ports, are absolutely rock stable. Do you really have some reports saying that jdk16 doesn't work in your situation? > How can i solve the problem? Is java 1.5 also available if i install it on > AMD64? On debian this is a Problem. > > Thx > > Alex > > Never be afraid to try something new. > Remember, amateurs built the ark. > Professionals built the Titanic. — unknow > _______________________________________________ > 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 Nov 2 20:49:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A2971065693 for ; Mon, 2 Nov 2009 20:49:38 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 186148FC18 for ; Mon, 2 Nov 2009 20:49:38 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx02.qsc.de (Postfix) with ESMTP id B0BC71EA6A; Mon, 2 Nov 2009 21:49:36 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA2Kna8l001494; Mon, 2 Nov 2009 21:49:36 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 2 Nov 2009 21:49:35 +0100 From: Polytropon To: PJ Message-Id: <20091102214935.bd92c2ce.freebsd@edvax.de> In-Reply-To: <4AEF3F3E.7000204@videotron.ca> References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Roland Smith , "freebsd-questions@freebsd.org" Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 20:49:38 -0000 On Mon, 02 Nov 2009 16:21:18 -0400, PJ wrote: > No. The only way is by hitting the SysRq/PrintScreen key if the > "AllowEmptyInput" is not "off", otherwise you have to reboot. Reboot isn't needed to fix things - that's a misbelief from "Windows" land. :-) Simply SSH into the box and kill X. > Yes, but you are supposed to see the x for the mouse. Doesn't happen... > as I mentioned, on one try when doing ctl/alt/del the X appeared and > then - shutdown. Strange. Ctrl+Alt+Del isn't supposed to have an effect in X, if I remember correctly. Ctrl+Alt+Backspace should kill the X server, but doesn't obviously work when no input is accepted. There's the "DontZap" setting in xorg.conf. > I use fluxbox and for some years now, I have never had to put anything > into .xinitrc except "startfluxbox" of just plain "fluxbox" and it > always worked. That's correct. Your ~/.xinitrc should at leas contain an interpreter command, and then the commands you want to run, e. g. #!/bin/sh [ -f ~/.xmodmaprc ] && xmodmap ~/.xmodmaprc xsetroot -solid rgb:3b/4c/7a exec fluxbox Note that the fluxbox call is to be preceeded by "exec". > It seems to me that the options for flatpanel must be activated... bin > there, done that... Separate options? For flat panel? I must have slept for many centuries... Let's have a look at the log: > (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or > 'vmmouse' will be disabled. > (WW) Disabling Mouse0 > (WW) Disabling Keyboard0 Okay, no input for you. I can't see any further warnings (WW) or errors (EE) in this log. Seems that X is up and running, and nothing more? Check .xinitrc and .xsession respectively. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 20:52:10 2009 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 EF4C51065676 for ; Mon, 2 Nov 2009 20:52:09 +0000 (UTC) (envelope-from peter.piggybox@virgin.net) Received: from mtaout02-winn.ispmail.ntl.com (mtaout02-winn.ispmail.ntl.com [81.103.221.48]) by mx1.freebsd.org (Postfix) with ESMTP id 624948FC1F for ; Mon, 2 Nov 2009 20:52:09 +0000 (UTC) Received: from know-smtpout-1.server.virginmedia.net ([62.254.123.1]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20091102205208.OKCK27507.mtaout02-winn.ispmail.ntl.com@know-smtpout-1.server.virginmedia.net>; Mon, 2 Nov 2009 20:52:08 +0000 Received: from [81.105.210.2] (helo=ideapad.piggybox) by know-smtpout-1.server.virginmedia.net with esmtp (Exim 4.63) (envelope-from ) id 1N53sl-0001V6-N1; Mon, 02 Nov 2009 20:52:07 +0000 Received: from ideapad.piggybox (localhost [127.0.0.1]) by ideapad.piggybox (8.14.3/8.14.3) with ESMTP id nA2KpENJ001165; Mon, 2 Nov 2009 20:51:14 GMT (envelope-from peter@ideapad.piggybox) Received: (from peter@localhost) by ideapad.piggybox (8.14.3/8.14.3/Submit) id nA2KpEAY001164; Mon, 2 Nov 2009 20:51:14 GMT (envelope-from peter) Date: Mon, 2 Nov 2009 20:51:14 +0000 From: Peter Harrison To: usleepless@gmail.com Message-ID: <20091102205114.GA1156@ideapad.piggybox> References: <20091031191820.GA4547@laptop.piggybox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Cloudmark-Analysis: v=1.0 c=1 a=6ZPrzA9GVDMA:10 a=pGLkceISAAAA:8 a=8RloEfZUAAAA:8 a=iFfo4Agbkj8hWB7FbagA:9 a=5ydRkK_SUIFkqcLqhcsA:7 a=twzS6mxLZv9r29rzBTM274y61b8A:4 a=MSl-tDqOz04A:10 a=O58u2wXj750A:10 Cc: questions@freebsd.org, Peter Harrison Subject: Re: Problem installing dvdauthor... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 20:52:10 -0000 Sunday, 1 November 2009 at 23:43:26 +0100, usleepless@gmail.com said: > Dear Peter, > > On Sat, Oct 31, 2009 at 8:18 PM, Peter Harrison > wrote: > > > Hi all, > > > > Can anyone advise what I'm doing wrong trying to install > > multimedia/dvdauthor. Here's the end of the error: > > > > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > > -I/usr/local/include/libxml2 -I/usr/local/include > > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP -MF > > ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > > ".deps/subreader.Tpo"; exit 1; fi > > subreader.c: In function 'sub_read_line_aqt': > > subreader.c:661: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c:661: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c: In function 'sub_read_line_subrip09': > > subreader.c:717: warning: comparison with string literal results in > > unspecified behaviour > > subreader.c: In function 'sub_fribidi': > > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this > > function) > > subreader.c:1082: error: (Each undeclared identifier is reported only once > > subreader.c:1082: error: for each function it appears in.) > > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this > > function) > > subreader.c:1102: warning: passing argument 3 of 'fribidi_log2vis' from > > incompatible pointer type > > gmake[2]: *** [subreader.o] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake[1]: *** [all] Error 2 > > gmake[1]: Leaving directory > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > gmake: *** [all-recursive] Error 1 > > *** Error code 1 > > > > This is on: > > > > FreeBSD laptop.piggybox 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Oct 10 > > 13:54:52 BST 2009 root@laptop.piggybox:/usr/obj/usr/src/sys/LAPTOP > > i386 > > > > With a ports tree updated last night. > > > > What am I missing? > > > > i don't think you are missing anything: i have a slighty older ports tree > from september, and it fails as well. > > i assume the port is "broken". ( i will take a look if i can identitfy the > problem ) Thanks - good to know it's not just me. I'll drop a line to the maintainer. Peter. > > regards, > > usleep From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 21:13:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B7F31065672 for ; Mon, 2 Nov 2009 21:13:14 +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 A40D38FC24 for ; Mon, 2 Nov 2009 21:13:13 +0000 (UTC) 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 nA2LDCka067256; Mon, 2 Nov 2009 22:13:12 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 9F82BBAA2; Mon, 2 Nov 2009 22:13:11 +0100 (CET) Date: Mon, 2 Nov 2009 22:13:11 +0100 From: Roland Smith To: PJ Message-ID: <20091102211311.GA14933@slackbox.xs4all.nl> References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <4AEF3F3E.7000204@videotron.ca> 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.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 21:13:14 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 02, 2009 at 04:21:18PM -0400, PJ wrote: > I also have tried with the monitor in digital mode as well as in > analog... neither works. Do you mean with a VGA and DVI connector? > It seems to me that the options for flatpanel must be activated... bin > there, done that... Why? > And that is because I saw those kinds of directions activated under the > display management in XP. O:-) And since when is XP a good example of how to configure X? ;-) > So, here's my log: >=20 > X.Org X Server 1.6.1 > Release Date: 2009-4-14 > X Protocol Version 11, Revision 0 > Build Operating System: FreeBSD 7.2-RELEASE i386 > Current Operating System: FreeBSD grendl.my.domain 7.2-RELEASE FreeBSD > 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 =20 > root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > Build Date: 21 August 2009 12:40:03PM > =20 > (=3D=3D) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 2 11:07:26 2009 > (++) Using config file: "xorg.conf1" > (=3D=3D) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Card0" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > (=3D=3D) Automatically adding devices > (=3D=3D) Automatically enabling devices > (**) ModulePath set to "/usr/local/lib/xorg/modules" > (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or > 'vmmouse' will be disabled. > (WW) Disabling Mouse0 > (WW) Disabling Keyboard0 This could be the reason why you are not seeing a mouse cursor... Try adding Option "AutoAddDevices" "off" to your "ServerLayout" section, and remove any AllowEmptyInput lines. Or install and configure and start sysutils/hal before starting Xorg. For myse= lf I find it easier to build the Xorg server without hal support and use the option shown above, so I don't have to deal with hald. > (--) NV(0): Virtual size is 1920x1080 (pitch 1920) > (**) NV(0): *Driver mode "1920x1080": 138.5 MHz, 66.6 kHz, 59.9 Hz > (II) NV(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 It looks like a correct resolution is found and activated. As an aside, and not related to your problem, you might want to try the xf86-video-nouveau instead of nv. It is under heavier development and is working toward supporting 3D accelleration and supporting newer chips. > (II) Initializing built-in extension DAMAGE > (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so > (II) GLX: Initialized DRISWRAST GL provider for screen 0 Normally, you'd expext to see some stuff from the mouse and keyboard drivers last in the logfile... Since theay are missing, and seeing the warning prin= ted above, your problem isn't what it seems to be. I think the server gets stuck because it can't find a keyboard and mouse. That would explain why you don't see a cursor. 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) --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrvS2cACgkQEnfvsMMhpyUq+ACeJQQFMigDJBhD8mqYHDznEl5p M9EAoKryEE/z0jgbCIcdiLldug/G2Eag =o3NL -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 21:22:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D781106566B for ; Mon, 2 Nov 2009 21:22:02 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-144.bluehost.com (outbound-mail-144.bluehost.com [67.222.38.34]) by mx1.freebsd.org (Postfix) with SMTP id D754A8FC13 for ; Mon, 2 Nov 2009 21:22:01 +0000 (UTC) Received: (qmail 29036 invoked by uid 0); 2 Nov 2009 21:21:57 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by outboundproxy5.bluehost.com with SMTP; 2 Nov 2009 21:21:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apotheon.com; h=Date:From:To:Subject:Message-ID:Mail-Followup-To:Mime-Version:Content-Type:Content-Disposition:User-Agent:X-Identified-User; b=QUe/UWRHm9yQFKbvvX+8FnPQOt+pvkM8nXxjnvDHEIlGOAtSDNSEe2VzFEpnpRHovA9fVcEGilZEnTxrnix6T7iIFvG34nIgz8eZHILpGNMiFY92UbDYwvbRHng84X5B; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kukaburra.hydra) by box543.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N54Lc-0001i8-EF for freebsd-questions@freebsd.org; Mon, 02 Nov 2009 14:21:56 -0700 Received: by kukaburra.hydra (sSMTP sendmail emulation); Mon, 2 Nov 2009 15:14:22 -0700 Date: Mon, 2 Nov 2009 15:14:22 -0700 From: Chad Perrin To: FreeBSD Questions Message-ID: <20091102221422.GA7482@guilt.hydra> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} Subject: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 21:22:02 -0000 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable If I want to start wpa_supplicant directly, and specify a particular configuration file, I can do something like this: wpa_supplicant -i iwi0 -c /path/to/wpa_alternate.conf How would I specify the use of /path/to/wpa_alternate.conf in my rc.conf ifconfig line, rather than just going with the default /etc/wpa_supplicant.conf file? --=20 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrvWb4ACgkQ9mn/Pj01uKUeJACfSHKd3TSvnac9h7xp/zPDkSSQ YW8AnioRYYoHob5Qlx803m4ttf4G8CP4 =c/Rp -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 21:22:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66E631065672 for ; Mon, 2 Nov 2009 21:22:36 +0000 (UTC) (envelope-from chrisstankevitz@yahoo.com) Received: from web52911.mail.re2.yahoo.com (web52911.mail.re2.yahoo.com [206.190.49.21]) by mx1.freebsd.org (Postfix) with SMTP id 0AE258FC36 for ; Mon, 2 Nov 2009 21:22:35 +0000 (UTC) Received: (qmail 32828 invoked by uid 60001); 2 Nov 2009 21:22:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257196955; bh=2JVady9SMBemh6dN64EKWofkJwDcYvXnhZYcMZzswZ0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=3R7q9boNN3PO5oOEVgSJNi/sHQTB3wKXHJ+OfjX0pyf3uo8DAk4FvnKp8oB4aWvaycaem9BT5lY5L/qQ3Uf5GRsXKQ8pSb45Agu7HQmTIlF1H/0vD4T/lsyt4hey7n2L90tXyaUMJQQE6Bap3Xe01K/4SzNNj529XfVQRZL11YY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=a3yjYBH3g0PemYpSA254dl8w4EpFjuuxs1JipqAGTzyX7O0NEKq7cDAjdbFTcJs1HqAiUXLMqnyEfsLrkeKBF0MgdhunlXXjzHPrEqn6tho7JUP3Y1Yl+1+xRpY91ez4Zb9Vad4qZpq0koUkWhmSpIFMNpCrkAyMvm3WG/rjZvY=; Message-ID: <330157.31913.qm@web52911.mail.re2.yahoo.com> X-YMail-OSG: R4mePQ8VM1kqDxlxSRUgOK7oyyGduPnWLzfjB7j7FUJTov9QO8mCqhWYGeY_8g8G7BmemdJe.nWmzSAgb6TQXa99xWxxSI.7r6pzKO4_BfdPQFiiRgTi4ObkiVpUJTSmhXc4gd7GWQb3HL57SoWxEH7pklJYgKYb2PAoSX8JYdS34zd7UlFexIH5RncGf2dsDWUe5zlxDqa2omumwJ_eajcaTx3dGpnQuVs.Q1841RxTgLsLUrOV0lrhKZ.yquCn32d4A8LT7P6pumZ9aCh8kSwooUZEcz5WAfLWd5_zxiF8N8fWEoNwj3dS0BHm2UIOObWZ.0v4FQJNIYIbkUOMQYNNWCeDkPvTuk.c6CHyizKjee4Nk9Y8ifA3rgRCX_SaePFsFOO1yWFSzRH4tzIKAWAXLqS4ZzngiClP33_d4_ICIZCEYGv6ETW5k8t3s.czEQaFQHVB4UhqWGD6FJytZWz._ctNqaIKawsS.hCYuWSp Received: from [206.190.77.154] by web52911.mail.re2.yahoo.com via HTTP; Mon, 02 Nov 2009 13:22:35 PST X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.361.4 Date: Mon, 2 Nov 2009 13:22:35 -0800 (PST) From: Chris Stankevitz To: "freebsd-questions@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: please help me make sense of top's CPU output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 21:22:36 -0000 Hello, I recently performed a CPU intensive task with Xorg. When I completed the task and Xorg no longer was using the CPU, I got this result from top: === last pid: 1201; load averages: 0.24, 0.10, 0.09 up 0+00:29:42 63 processes: 1 running, 62 sleeping CPU: 1.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 99.0% idle Mem: 161M Active, 67M Inact, 68M Wired, 1240K Cache, 41M Buf, 1676M Free Swap: 4060M Total, 4060M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME CPU 1017 cstankevitz 1 104 0 366M 331M select 0 3:25 35.89% Xorg === Note that the "CPU" row reports 99% idle. Note that the "CPU" column reports 36% Xorg I have two questions: 1. Why do these two numbers seem to not agree? One reports the CPU is not being used, the other reports Xorg is using the CPU. 2. How can I change my system so that these two numbers seem to agree? Thank you, Chris PS: conky does the same thing -- I assume this means the seemingly disagreeing numbers are coming from the FreeBSD kernel. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 21:26:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8E4F106568F for ; Mon, 2 Nov 2009 21:26:27 +0000 (UTC) (envelope-from engage@ideasforchange.tv) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 6304F8FC18 for ; Mon, 2 Nov 2009 21:26:27 +0000 (UTC) Received: from iph2.telenor.se (195.54.127.133) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC00871F36 for freebsd-questions@freebsd.org; Mon, 2 Nov 2009 22:06:07 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aly5AMLY7kpV5X06PGdsb2JhbACCJhUYhBiTPIElAQEBATezOQGNXIIyIgGBZwQ X-IronPort-AV: E=Sophos;i="4.44,670,1249250400"; d="scan'208,217";a="60792532" Received: from c-3a7de555.016-94-73746f11.cust.bredbandsbolaget.se (HELO [10.0.1.5]) ([85.229.125.58]) by iph2.telenor.se with SMTP; 02 Nov 2009 22:06:07 +0100 Date: Mon, 2 Nov 2009 22:06:07 +0100 Mime-version: 1.0 From: IdeasForChange.TV To: Message-Id: <112226.TVUHIRJO@ideasforchange.tv> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Ideas For Change launches in closed beta today X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: engage@ideasforchange.tv List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 21:26:27 -0000 We are very proud to have finalized the first step in building this platfor= m that will become an active tool to improve our world. Against all good advice that we should build first and then connect the wor= ld, we decided that we are nothing without your knowledge. Without your inp= ut. And we said that we wanted to build this project from a different angle= =2E We have the tools, we have the team, we have some funding but we need you= guys to engage and tell us what your community needs. How we can help. We will build the biggest online community on sustainable topics, we will g= ive you access and the keys to build your own subgroups both closed and pub= lic. But without taking this first step to ask for your opinion we would be= working with old obsolete models. The films you see are just a fragment of what will come, the texts are just= a start. If you need a login please ask us, if you want to contribute othe= rwise, sponsor a subcategory or need anything more please don=B4t hesitate = to ask. So please enjoy, spread the word and engage! The Ideas For Change Global Team Visit the web site IdeasForChange.TV To unsubscribe, please reply with the word unsubscribe. Sorry if we bothere= d you! Project and website by Dabber.tv From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 21:34:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 424AD106568B for ; Mon, 2 Nov 2009 21:34:37 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id E165F8FC15 for ; Mon, 2 Nov 2009 21:34:36 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id nA2LYX25029316 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Nov 2009 15:34:33 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id nA2LYXbj041018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Nov 2009 15:34:33 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id nA2LYXk7040991; Mon, 2 Nov 2009 15:34:33 -0600 (CST) (envelope-from dan) Date: Mon, 2 Nov 2009 15:34:33 -0600 From: Dan Nelson To: Chris Stankevitz Message-ID: <20091102213432.GY29215@dan.emsphone.com> References: <330157.31913.qm@web52911.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <330157.31913.qm@web52911.mail.re2.yahoo.com> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Mon, 02 Nov 2009 15:34:33 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: "freebsd-questions@freebsd.org" Subject: Re: please help me make sense of top's CPU output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 21:34:37 -0000 In the last episode (Nov 02), Chris Stankevitz said: > I recently performed a CPU intensive task with Xorg. When I completed the > task and Xorg no longer was using the CPU, I got this result from top: > > === > > last pid: 1201; load averages: 0.24, 0.10, 0.09 up 0+00:29:42 > 63 processes: 1 running, 62 sleeping > CPU: 1.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 99.0% idle > Mem: 161M Active, 67M Inact, 68M Wired, 1240K Cache, 41M Buf, 1676M Free > Swap: 4060M Total, 4060M Free > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME CPU > 1017 cstankevitz 1 104 0 366M 331M select 0 3:25 35.89% Xorg The CPU column in the process list is a decaying average (more useful to the kernel scheduler than an instantaneous value). You'll see it slowly drop to 0 over 10-15 seconds. Junior Hacker Project: add an instantaneous-CPU value (calculated by subtracting successive ki_runtime values) to the list of things top calculates and toggle it and weighted-CPU when pressing C. The toggling code is already there; it just toggles between two different weighted-cpu values at the moment. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 22:07:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACA301065672 for ; Mon, 2 Nov 2009 22:07:35 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id 257D08FC08 for ; Mon, 2 Nov 2009 22:07:34 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id nA2M7ReA050779; Mon, 2 Nov 2009 23:07:28 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 97CE7BABC; Mon, 2 Nov 2009 23:07:27 +0100 (CET) Date: Mon, 2 Nov 2009 23:07:27 +0100 From: Roland Smith To: Reed Loefgren Message-ID: <20091102220727.GA17251@slackbox.xs4all.nl> References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca> <20091102211311.GA14933@slackbox.xs4all.nl> <4AEF507F.4080601@tatteredcover.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <4AEF507F.4080601@tatteredcover.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.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Reed Loefgren , freebsd-questions@freebsd.org Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 22:07:35 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 02, 2009 at 02:34:55PM -0700, Reed Loefgren wrote: > Did you ever run X with hal installed?=20 No. X always worked fine for me without hal, so I don't see a compelling reason to use it. I'll keep disabling it as long as I can. > But these days digikam can't talk worth a damn to > my digital camera and it used to fine.=20 I've used gtkam but not digikam. These days I just use the command line program gphoto2 to copy pictures from my camera to my computer. That is fast and efficient. And it produces an error message when there is something wro= ng on the USB bus.=20 Maybe digikam has a logfile where you can check for errors? Or a --verbose flag that lets you see errors when starting it from a temninal. > I am wondering if my use of hal > might be the culprit, but I never log when I change things and don't want > to accuse if I don't have cause. According to /usr/ports/sysutils/hal/Makefile, hal is built without USB support (configure flag --disable-usb) on FreeBSD. So I would be suprised if it is a cause of USB problems. But since I know squat about hald, I could be talking out of my ass right now. :-) > I also don't want to re-re-compile, as a > test, all the stuff that I re-compiled when I started using hal. Have you > noticed any USB issues on your machine that you can't blame hal for > (because you don't use it)? Not really. Some umass devices cannot handle full-speed data transfers, but that seems to be a "feature" of a crappy USB chipset in the device in quest= ion. The USB stack in 8.x seems to be an improvement over the one in 7.x though. 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) --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrvWB8ACgkQEnfvsMMhpyVfwQCfWZ7BsZeY7Cidx0fUUpeJZm/A 1aEAoJI3ISgBX/lfBSMGUvBb4I4sHf2+ =BOIx -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 22:27:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCF0106568D for ; Mon, 2 Nov 2009 22:27:33 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id AAC668FC1F for ; Mon, 2 Nov 2009 22:27:32 +0000 (UTC) Received: by ewy5 with SMTP id 5so120829ewy.36 for ; Mon, 02 Nov 2009 14:27:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=I/zcH7R/lKKXtfhJ4/9cwi3kPvSjGrJ/HgdVVKrCHGc=; b=BKHC0ez34H0xez2EsLrjkR2HgsDKEfe0L9iKmQ+97XZCZL8PEnh9RRPAQC4NxbFNNZ nGJFp0onSfkwYOdAE8K7rDCOTDwI8UF8ulcDMFBJCnYUrauq1dwxpVHekVu19vpSzaFy eDXjtQk9lWSuL9YVb0G7NxKghpie6FORvJ8pk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=liOm07t839oRkuTutcqhVOyOdBeXWDLLSrRsn8i7Hv2CAHyHudHlsaEt3VKDbTsyoa xW0dNfMR9gCCfQOUYto3YI6Y/Ez5zzv7aPbBQDrX+eqlX8OnxiAYNJIx9dnMSC7ip7JY /BLcv6IYbvPhs/FvjSUzei8dOOBFTkr+4hDmg= MIME-Version: 1.0 Received: by 10.216.88.7 with SMTP id z7mr924311wee.19.1257200851542; Mon, 02 Nov 2009 14:27:31 -0800 (PST) In-Reply-To: <20091102221422.GA7482@guilt.hydra> References: <20091102221422.GA7482@guilt.hydra> Date: Mon, 2 Nov 2009 23:27:31 +0100 Message-ID: <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> From: Paul B Mahol To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 22:27:33 -0000 On 11/2/09, Chad Perrin wrote: > If I want to start wpa_supplicant directly, and specify a particular > configuration file, I can do something like this: > > wpa_supplicant -i iwi0 -c /path/to/wpa_alternate.conf > > How would I specify the use of /path/to/wpa_alternate.conf in my rc.conf > ifconfig line, rather than just going with the default > /etc/wpa_supplicant.conf file? Look into /etc/defaults/rc.conf for hint. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 23:57:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88F32106566C for ; Mon, 2 Nov 2009 23:57:55 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 3B7228FC0A for ; Mon, 2 Nov 2009 23:57:55 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so1159430qwb.7 for ; Mon, 02 Nov 2009 15:57:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=K/B82/mx3PWl1wdQ6zqlEkIYXVNX2GTdOELsaGYRT+o=; b=mJBxZZ3HOAHIa7dzWhdFxiHcN8VHrkKCaNg2cOAc/PIQwDZSTIfpDrzZ1WQVy2cO01 WlQn47Aw4wRYEMEzC9EzNnHMWQ83T165lH8BqFhtaPZ8XeDQxw4fFwdnt7AlDxolRzXg iwwh1wymmgGeuCBQ+RB4tEPbdCT9+IpNA6TQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=DDibnl/LD/0v4d7JemNAm8FpetqUjgy2y8fiYNq8hCSgC7jw16HjmZq4d6PBhRodNV du7xddvQj17awAuQiJ2/nohfGYyeoT1Zus/rku4VuXuDCirFej7Zv8v6DrKWRx6SBdJO iP+EynGag1Su0G6E5dCJqNq5b/L/3O5TCq0WM= Received: by 10.224.79.232 with SMTP id q40mr3204293qak.239.1257206274606; Mon, 02 Nov 2009 15:57:54 -0800 (PST) Received: from ppp-23.246.dialinfree.com (ppp-23.246.dialinfree.com [209.172.23.246]) by mx.google.com with ESMTPS id 22sm3599386qyk.6.2009.11.02.15.57.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 15:57:53 -0800 (PST) Sender: "J. Hellenthal" Date: Mon, 2 Nov 2009 18:57:41 -0500 From: jhell To: Paul B Mahol In-Reply-To: <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> Message-ID: References: <20091102221422.GA7482@guilt.hydra> <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 02 Nov 2009 23:57:55 -0000 On Mon, 2 Nov 2009 17:27, onemda@ wrote: > On 11/2/09, Chad Perrin wrote: >> If I want to start wpa_supplicant directly, and specify a particular >> configuration file, I can do something like this: >> >> wpa_supplicant -i iwi0 -c /path/to/wpa_alternate.conf >> >> How would I specify the use of /path/to/wpa_alternate.conf in my rc.conf >> ifconfig line, rather than just going with the default >> /etc/wpa_supplicant.conf file? > > Look into /etc/defaults/rc.conf for hint. > This is not a option in rc.conf default or otherwise ATM. The proper place to look for changing this: etc/rc.d/wpa_supplicant where it is hard-written to the start-up script/routine. This should probably be something that is handled in the default rc.conf through wpa_supplicant_flags and a default set for them to start from so it can at least be changed on a per use basis. I could have swore this was already in place in earlier sources. Best regards. -- Mon Nov 2 18:49:34 2009 -0500 jhell From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 01:14:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B863106566C for ; Tue, 3 Nov 2009 01:14:58 +0000 (UTC) (envelope-from bobmc_net@rogers.com) Received: from smtp130.rog.mail.re2.yahoo.com (smtp130.rog.mail.re2.yahoo.com [206.190.53.35]) by mx1.freebsd.org (Postfix) with SMTP id 723798FC1A for ; Tue, 3 Nov 2009 01:14:58 +0000 (UTC) Received: (qmail 90515 invoked from network); 3 Nov 2009 00:48:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:Reply-To:Organization:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=OiCOEnO6rHscMq6fn86VQE88KCvY7nRl6WTdbxAE/ieZp0byf/EHjw8MM6sSbdk/nywYmpM0Dcye15ikOO3W6WoYfctzc7uDQaZ3NpgkqGkq8hvx8jgjqTt+SuMrkWq7rnPfG3h6moDmno8G9e62xXKn4YPvZ0WPDArVszcPZy8= ; Received: from CPE00e04cb4f9a4-CM001bd71e3aa2.cpe.net.cable.rogers.com (bobmc_net@99.238.79.44 with plain) by smtp130.rog.mail.re2.yahoo.com with SMTP; 02 Nov 2009 16:48:16 -0800 PST X-Yahoo-SMTP: sZV3QmKswBDLdJID.yrj9O3PPhJOB.SgUGn.hYZYA4EB X-YMail-OSG: k.VNCtwVM1kiKHdricDRMPYbjAcCI3ykd1CMHBMcLg2mlrmoedgwIjEtX8HzhUZ2kA-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4AEF7DA2.4030402@rogers.com> Date: Mon, 02 Nov 2009 19:47:30 -0500 From: Bob McIsaac Organization: Home User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Support for Hauppauge 950Q USB tuner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bobmc@bobmc.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 01:14:59 -0000 Can the 950Q HDTV tuner be made to work with FreeBSD? The device is identified by dmesg but of course the Hauppauge firmware must be somehow transfered to the device and then something like the Linux dvb-apps must be used for tuning and streaming. My intent is use the 950 with Zotac IONITX mobo which has Intel ION and Nvidia chipsets. Mplayer must have vdpau enabled. I am not fond of MythTv, in case anyone is wondering. =Bob From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 01:16:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33B9C1065693 for ; Tue, 3 Nov 2009 01:16:00 +0000 (UTC) (envelope-from fbsdq@peterk.org) Received: from poshta.pknet.net (poshta.pknet.net [216.241.167.213]) by mx1.freebsd.org (Postfix) with SMTP id CF2258FC28 for ; Tue, 3 Nov 2009 01:15:59 +0000 (UTC) Received: (qmail 58400 invoked from network); 3 Nov 2009 01:15:58 -0000 Received: from poshta.pknet.net (HELO webmail.pknet.net) (216.241.167.213) by poshta.pknet.net with SMTP; 3 Nov 2009 01:15:58 -0000 Received: from 216.241.167.212 (SquirrelMail authenticated user fbsdq@peterk.org) by webmail.pknet.net with HTTP; Mon, 2 Nov 2009 18:15:58 -0700 (MST) Message-ID: Date: Mon, 2 Nov 2009 18:15:58 -0700 (MST) From: "Peter" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.17 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: xen or virtualbox or vmware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 01:16:00 -0000 iH, Trying to setup a new 'virtual' environment. Goal is to run freebsd in a virtual environment for ease of management and just because I've finally got _new_ hardware that isn't ~7++ years old. So far thinking of going netbsd -> xen -> freebsd/whatever [if it'll work] or would the following be better? linux -> xen -> freebsd/whatever or freebsd -> virtualbox -> freebsd/whatever or [don't really care for] linux -> vmware workstation -> freebsd/whatever [my generic hardware doesn't work with esx[i]] Has anyone done something similar, especially the xen type of setup or would one recommend a freebsd and virtualbox ? What dom0 have you found to work best with xen? Just looking for thoughts/ideas/experience. ]Peter[ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 02:08:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC3A106566B for ; Tue, 3 Nov 2009 02:08:06 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 349DC8FC1A for ; Tue, 3 Nov 2009 02:08:05 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so861118fga.13 for ; Mon, 02 Nov 2009 18:08:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lRIJNPDPUOn4Xhq1Or1vgBGTDu7ppK+uFJDXmH6VGHY=; b=hM92KiSTjVMYwwvDGLs/DMeQIRMV70UNXtNcWguskD28NjfWxwkQ+u4bS+aHp7NNas FP9HvhzJd2RYzcnoeW/9OdYge7HYCeFDxQsFRIEU6wLA8gw0D8c9LRLdeFNIgUCVpgxF ixa0Ho5RWrEvbfQWKvb5KP2S6ZxWVWmMDqGg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UF9AVGHkiViQ1f8v93gzcQFSj378UhiqYUO9+3vNlBWtj5Eg3XpoqMJV5lPXkXd277 d6kgh8nWV92DZAzQa6P73afawY/tV4IUTPj2S/qakKCSq8CrTZA/cscsPMKi5FuYV0G8 O/WrsZUFw0HkmAQ+jDHcbaJH3DoNo74lkbQMo= MIME-Version: 1.0 Received: by 10.223.59.148 with SMTP id l20mr875491fah.75.1257214084966; Mon, 02 Nov 2009 18:08:04 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Nov 2009 21:08:04 -0500 Message-ID: <4ad871310911021808x1927581ak437f2cbc55648507@mail.gmail.com> From: Glen Barber To: Peter Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: xen or virtualbox or vmware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 02:08:06 -0000 Hi On Mon, Nov 2, 2009 at 8:15 PM, Peter wrote: > iH, > =A0 Trying to setup a new 'virtual' environment. > Goal is to run freebsd in a virtual environment for ease of management an= d > just because I've finally got _new_ hardware that isn't ~7++ years old. > > So far thinking of going > =A0netbsd -> xen -> freebsd/whatever [if it'll work] > or would the following be better? > =A0linux -> xen -> freebsd/whatever > or > =A0freebsd -> virtualbox -> freebsd/whatever > or [don't really care for] > =A0linux -> vmware workstation -> freebsd/whatever > =A0 =A0[my generic hardware doesn't work with esx[i]] > > Has anyone done something similar, especially the xen type of setup or > would one recommend a freebsd and virtualbox ? > What dom0 have you found to work best with xen? > > Just looking for thoughts/ideas/experience. If your end result is to run FreeBSD, why not use jails? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html --=20 Glen Barber From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 02:16:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33AB110656A4 for ; Tue, 3 Nov 2009 02:16:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 08E338FC12 for ; Tue, 3 Nov 2009 02:16:11 +0000 (UTC) Received: by pzk40 with SMTP id 40so3604575pzk.7 for ; Mon, 02 Nov 2009 18:16:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=20j0HmNTFIQSDiD3gaFb45wo5VFQifkn4ZeuvTceu9w=; b=TerOqSM8VGJNoqYZDe5Yl/fDZWyx53F8aiCLkRYe7DYnYBVafTZGRgVTbXNxKlzsbe 7UpHrswTAaWyTduXTRdbQOCmuYOVKvZE1ZHrK03w7b3UnW0thchRhLQHmHlMgZk+m1RE 0T0sBJGG5XDxhdztKw7u0GG0rwLdSMtHqdCcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EtbjmK2umE1rN7csPDtDbI51pgBbYlcOAe/w2crc5pl6H5l1AAV6gqMUKdSLYV7G8s ayM2+9A4R1DQdp2Ervzle3AY3hDTmOKZ50TvIJ0cWQt+tTvP1oK+pSJkTIi59QIZKhlk m8QhyFbCWnbMpEAWd7uqUS2uyxuWTwB2AMM9c= MIME-Version: 1.0 Received: by 10.142.1.21 with SMTP id 21mr6560wfa.293.1257214571764; Mon, 02 Nov 2009 18:16:11 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Nov 2009 20:16:11 -0600 Message-ID: <6201873e0911021816k14ec30fbi6f0b3201d257b9dd@mail.gmail.com> From: Adam Vande More To: Peter Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: xen or virtualbox or vmware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 02:16:12 -0000 On Mon, Nov 2, 2009 at 7:15 PM, Peter wrote: > iH, > Trying to setup a new 'virtual' environment. > Goal is to run freebsd in a virtual environment for ease of management and > just because I've finally got _new_ hardware that isn't ~7++ years old. > > So far thinking of going > netbsd -> xen -> freebsd/whatever [if it'll work] > or would the following be better? > linux -> xen -> freebsd/whatever > or > freebsd -> virtualbox -> freebsd/whatever > or [don't really care for] > linux -> vmware workstation -> freebsd/whatever > [my generic hardware doesn't work with esx[i]] > > Has anyone done something similar, especially the xen type of setup or > would one recommend a freebsd and virtualbox ? > What dom0 have you found to work best with xen? > > Just looking for thoughts/ideas/experience. > > ]Peter[ > > Building my own similar setup right now actually. I've got an OpenSolaris, NetBSD, and FreeBSD cd burned and ready to go. In days gone by, you'd answer use Xen of course. However, VBox has made a great deal of progress lately making my decision more difficult. At this point, I'm leaning towards OpenSolaris because of Dom0 support and ZFS. At work I use Debian Lenny w/ Xen and ganeti which is good. However, I'm used to better documentation and a more consistent layout which IMO the Penguin sucks at, and I mean get ready for a world class donkey punch because if you're not already a skilled user you'll need to become one to figure out any sort of non-standard customization you might want. Also have to use grub when running xen. Grub config is pretty easy but full of gotchas. As also mentioned, jails are great and way more efficient than either xen or vbox, but sometimes you can't run fbsd. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 02:23:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF9A6106568B for ; Tue, 3 Nov 2009 02:23:38 +0000 (UTC) (envelope-from fbsdq@peterk.org) Received: from poshta.pknet.net (poshta.pknet.net [216.241.167.213]) by mx1.freebsd.org (Postfix) with SMTP id 727848FC21 for ; Tue, 3 Nov 2009 02:23:38 +0000 (UTC) Received: (qmail 69699 invoked from network); 3 Nov 2009 02:23:37 -0000 Received: from poshta.pknet.net (HELO webmail.pknet.net) (216.241.167.213) by poshta.pknet.net with SMTP; 3 Nov 2009 02:23:37 -0000 Received: from 216.241.167.212 (SquirrelMail authenticated user fbsdq@peterk.org) by webmail.pknet.net with HTTP; Mon, 2 Nov 2009 19:23:37 -0700 (MST) Message-ID: <12521765e8ea424f9c78a5465a32f6f3.squirrel@webmail.pknet.net> In-Reply-To: <4ad871310911021808x1927581ak437f2cbc55648507@mail.gmail.com> References: <4ad871310911021808x1927581ak437f2cbc55648507@mail.gmail.com> Date: Mon, 2 Nov 2009 19:23:37 -0700 (MST) From: "Peter" To: "Glen Barber" User-Agent: SquirrelMail/1.4.17 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Peter , freebsd-questions@freebsd.org Subject: Re: xen or virtualbox or vmware ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 02:23:39 -0000 > Hi > > On Mon, Nov 2, 2009 at 8:15 PM, Peter wrote: >> iH, >>   Trying to setup a new 'virtual' environment. >> Goal is to run freebsd in a virtual environment for ease of management >> and >> just because I've finally got _new_ hardware that isn't ~7++ years old. >> >> So far thinking of going >>  netbsd -> xen -> freebsd/whatever [if it'll work] >> or would the following be better? >>  linux -> xen -> freebsd/whatever >> or >>  freebsd -> virtualbox -> freebsd/whatever >> or [don't really care for] >>  linux -> vmware workstation -> freebsd/whatever >>    [my generic hardware doesn't work with esx[i]] >> >> Has anyone done something similar, especially the xen type of setup or >> would one recommend a freebsd and virtualbox ? >> What dom0 have you found to work best with xen? >> >> Just looking for thoughts/ideas/experience. > > If your end result is to run FreeBSD, why not use jails? > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html > > > -- > Glen Barber Have jails now, wanted to try something new - and prolly run freebsd/windows/linux/whatever on that box also for the fun of it. ]Peter[ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 02:04:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D101A106566C for ; Tue, 3 Nov 2009 02:04:44 +0000 (UTC) (envelope-from y6wb32@hotmail.com) Received: from snt0-omc4-s18.snt0.hotmail.com (snt0-omc4-s18.snt0.hotmail.com [65.55.90.221]) by mx1.freebsd.org (Postfix) with ESMTP id A828F8FC1A for ; Tue, 3 Nov 2009 02:04:44 +0000 (UTC) Received: from SNT118-W17 ([65.55.90.200]) by snt0-omc4-s18.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 2 Nov 2009 17:52:44 -0800 Message-ID: X-Originating-IP: [221.227.166.63] From: aa To: Date: Tue, 3 Nov 2009 01:52:44 +0000 Importance: Normal Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-OriginalArrivalTime: 03 Nov 2009 01:52:44.0271 (UTC) FILETIME=[55E097F0:01CA5C28] X-Mailman-Approved-At: Tue, 03 Nov 2009 02:54:26 +0000 Subject: is there difference between VTY and vty in sysinstall? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 02:04:44 -0000 hi i'm unclear that the sysintall show "Go to VTY4 now by typing ALT-F4" when I press "2 CDROM/DVD Use the live filesystem CDROM/DVD" under Fixit menu. however, i scroll the screen up to see booting message, it shows: /stand/sysinstall running as init on vty0. as such, if vty0 is coresponding to keystroke 'ALT-F1' then , is it that vty4 coresponding to 'ALT-F5'? or is there defference between VTY(uppercase) and vty(lowercase)? ---- dmesg snippet ---- ... Trying to mount root from ufs:/dev/md0 /stand/sysinstall running as init on vty0 ... ---- press ALT-F4 or sysinstall call it 'VTY4' ---- ... Good Luck! Fixit# tcsh # echo $tty ttyv3 # _________________________________________________________________ Ô¼»á˵²»ÇåµØ·½£¿À´ÊÔÊÔ΢ÈíµØͼ×îÐÂmsn»¥¶¯¹¦ÄÜ£¡ http://ditu.live.com/?form=TL&swm=1 From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 04:13:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D0E5106568D for ; Tue, 3 Nov 2009 04:13:02 +0000 (UTC) (envelope-from kennethcf@earthlink.net) Received: from elasmtp-kukur.atl.sa.earthlink.net (elasmtp-kukur.atl.sa.earthlink.net [209.86.89.65]) by mx1.freebsd.org (Postfix) with ESMTP id 5502D8FC14 for ; Tue, 3 Nov 2009 04:13:02 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=oF1t5hIjkIMM5LnucMfBZwn1nvJ6YqtNgPtEFlUjYBNtV5ADlHAv3JA2OU1LYHsX; h=Message-ID:Date:From:Reply-To:To:Subject:Cc:Mime-Version:Content-Type:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [209.86.224.63] (helo=wamui-cynical.atl.sa.earthlink.net) by elasmtp-kukur.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1N5AlR-0003NE-Lu; Mon, 02 Nov 2009 23:13:01 -0500 Received: from 66.32.208.121 by webmail.c.earthlink.net with HTTP; Mon, 2 Nov 2009 23:13:01 -0500 Message-ID: <18273839.1257221581200.JavaMail.root@wamui-cynical.atl.sa.earthlink.net> Date: Mon, 2 Nov 2009 23:13:01 -0500 (EST) From: Kenneth Freidank To: Henry Olyer , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_7888_27189121.1257221581116" X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: fa60bc5202b74016ef7f91bc926e004c7e972de0d01da94008d75b1aa837b23debc9ebcf670c842a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 209.86.224.63 Cc: Kenneth , Chris Whitehouse Subject: Re: am I the only one, wrt gcc44 -- it is failing and I can't build octave or much else X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kenneth Freidank List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 04:13:02 -0000 ------=_Part_7888_27189121.1257221581116 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Here are partial listings of my config files. Add these entries to your config files and see if that does the trick. I can't be 100% sure that everything is required, but it is what I have, and it works. Attached is the xorg.conf file I generated. Place it in the directory /etc/X11/. When you have done these things, make sure your user belongs to the group "wheel", then login. To start X, give the command: startx You should get 3 windows, one of them labeled "login" in the title bar. If you type "exit" while inside this window, then return, that will end your X session. You will have some "fatal error" messages in your console window when X finishes. Also, make sure you have installed the nvidia drivers per my other postings. You can check if you have the package installed by typing: pkg_info | grep nvidia You should see at a minimum: nidia-driver-185.18.29 NVidia graphics card binary drivers for hardware OpenGL ren You have to build this packages and install it. This process is documented in the NetBSD documents and my other postings for installing FreeBSD on a Compaq Presario CQ60. File /etc/rc.conf linux_enable="YES" moused_enable="YES" keyrate="fast" saver="star" hald_enable="YES" dbus_enable="YES" vesa_load="YES" File /boot/loader.conf nvidia_load="YES" -----Original Message----- >From: Henry Olyer >Sent: Oct 26, 2009 2:53 AM >To: freebsd-questions@freebsd.org >Cc: Kenneth , Chris Whitehouse >Subject: am I the only one, wrt gcc44 -- it is failing and I can't build octave or much else > >'everything; is dying in /usr/ports/lang/gcc44 > >I know, (in all likelihood,) I'll have to scratch this area and do a >complete re-install. Fine. The thing is, I didn't change anything to mess >this area up in the first place. > >I've just been going to various directories in /usr/ports and saying, "make >install clean" and now this... I was trying to put up octave when this >happened. > >So I could use a little help here, please... > >I also want/need to run X, and my X session (just put up,) doesn't yet let >me move the mouse. I installed hal and dbus but what do I do now? > >And where or where do I put the "ServerFlags" entry in my xorg.conf file. > I'm sorry, I just don't know these things... > > > > >===> Building for gcc-4.4.2.20091006 >echo stage3 > stage_final >gmake[1]: Entering directory `/usr/ports/lang/gcc44/work/build' >gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build' >rm -f stage_current >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build' >gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build' >gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libiberty' >gmake[4]: Entering directory >`/usr/ports/lang/gcc44/work/build/libiberty/testsuite' >gmake[4]: Nothing to be done for `all'. >gmake[4]: Leaving directory >`/usr/ports/lang/gcc44/work/build/libiberty/testsuite' >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libiberty' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/intl' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/intl' >gmake[3]: Entering directory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty' >gmake[4]: Entering directory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/testsuite' >gmake[4]: Nothing to be done for `all'. >gmake[4]: Leaving directory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/testsuite' >gmake[3]: Leaving directory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty' >gmake[3]: Entering directory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/fixincludes' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/fixincludes' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/zlib' >true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-g -fkeep-inline-functions" >"CXXFLAGS=-g -fkeep-inline-functions" "CFLAGS_FOR_BUILD=-O2 >-fno-strict-aliasing -pipe -I/usr/l >ocal/include" "CFLAGS_FOR_TARGET=-g -O2 -fno-strict-aliasing -pipe >-I/usr/local/include" "INSTALL=/usr/bin/install -c -o root -g wheel" >"INSTALL_DATA=install -o root - >g wheel -m 444" "INSTALL_PROGRAM=install -s -o root -g wheel -m 555" >"INSTALL_SCRIPT=install -o root -g wheel -m 555" "LDFLAGS=" "LIBCFLAGS=-g >-O2 -fno-strict-aliasin >g -pipe -I/usr/local/include" "LIBCFLAGS_FOR_TARGET=-g -O2 >-fno-strict-aliasing -pipe -I/usr/local/include" "MAKE=gmake" >"MAKEINFO=makeinfo --no-split --split-size=5000 >000 --split-size=5000000 --split-size=5000000" "PICFLAG=" >"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" >"RUNTESTFLAGS=" "exec_prefix=/usr/loca >l" "infodir=/usr/local/info/gcc44" "libdir=/usr/local/lib/gcc44" >"prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd7.2" "AR=ar" >"AS=as" "CC=cc" "CXX=c++" "LD= >/usr/bin/ld" "LIBCFLAGS=-g -O2 -fno-strict-aliasing -pipe >-I/usr/local/include" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all >multi-do # gmake >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/zlib' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libcpp' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libcpp' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libdecnumber' >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libdecnumber' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/gcc' >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/gcc' ------=_Part_7888_27189121.1257221581116 Content-Disposition: attachment; filename="xorg.conf" Content-Type: application/octet-stream; name=xorg.conf Content-Transfer-Encoding: 7bit Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "dri2" Load "extmod" Load "glx" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # #Option "FPScale" # [] #Option "FPTweak" # #Option "DualHead" # [] Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 8200M G" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ------=_Part_7888_27189121.1257221581116-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 09:06:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F27A61065672 for ; Tue, 3 Nov 2009 09:06:43 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id AF3B68FC16 for ; Tue, 3 Nov 2009 09:06:43 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1N5F52-0000MF-GE>; Tue, 03 Nov 2009 09:49:32 +0100 Received: from e178040015.adsl.alicedsl.de ([85.178.40.15] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1N5F52-0000dh-EA>; Tue, 03 Nov 2009 09:49:32 +0100 Message-ID: <4AEFEE9C.5000200@mail.zedat.fu-berlin.de> Date: Tue, 03 Nov 2009 09:49:32 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.40.15 Subject: 'make release' on ZFS filesystem fails: chflags: operation not permitted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 09:06:44 -0000 I followed the steps making a release on FreeBSD 8.0-RC2/AMD64 on my box, the target CHROOTDIR is located on a ZFS volume. I searched the list for a solution, but did not find any. sysctl kern.securelevel shows kern.securelevel: -1 Is there any solution? I guess those with complete ZFS infrastructure will not be able performing a make release, or do they? Thanks in advance, Oliver From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 09:55:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F76106568B for ; Tue, 3 Nov 2009 09:55:47 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from ostracod.unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 420608FC08 for ; Tue, 3 Nov 2009 09:55:47 +0000 (UTC) Received: from vhoffman.lon.namesco.net (75.69-246-213.ippool.namesco.net [213.246.69.75]) (authenticated bits=0) by ostracod.unsane.co.uk (8.14.3/8.14.3) with ESMTP id nA39u6mq033274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Nov 2009 09:56:07 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4AEFFE21.8040803@unsane.co.uk> Date: Tue, 03 Nov 2009 09:55:45 +0000 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: "O. Hartmann" References: <4AEFEE9C.5000200@mail.zedat.fu-berlin.de> In-Reply-To: <4AEFEE9C.5000200@mail.zedat.fu-berlin.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 'make release' on ZFS filesystem fails: chflags: operation not permitted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 09:55:47 -0000 O. Hartmann wrote: > I followed the steps making a release on FreeBSD 8.0-RC2/AMD64 on my > box, the target CHROOTDIR is located on a ZFS volume. I searched the > list for a solution, but did not find any. > sysctl kern.securelevel shows > kern.securelevel: -1 > > Is there any solution? I guess those with complete ZFS infrastructure > will not be able performing a make release, or do they? > > Odd I though flags were now supported on the newer zfs versions. Try NO_SCHG=yes in /etc/make.conf as a workaround. Vince > Thanks in advance, > Oliver > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 11:51:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3FA31065676 for ; Tue, 3 Nov 2009 11:51:48 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from web24802.mail.ird.yahoo.com (web24802.mail.ird.yahoo.com [212.82.110.36]) by mx1.freebsd.org (Postfix) with SMTP id 273C48FC24 for ; Tue, 3 Nov 2009 11:51:47 +0000 (UTC) Received: (qmail 64714 invoked by uid 60001); 3 Nov 2009 11:25:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1257247507; bh=nWTGxN71MVGkXai+pWhhQK4wXYWqTH4qBdyOoZ5EvTo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Pi+6ZhrTXoOpjKEENyv6PPXlL/7vD5pCK9x4j87v8OuzfmSTEdOGVLmhn6EtCjmQmbyfj1Q4l7JlXZYOkXZYjxO4Q0j39pAMhaYCkl3IEcEQCzU8shJx7ESp4VqjfOK2oVk1+KonBePj5nYciurWI4BBt92zC6WWX3sii26gs9o= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=PYrVN6BVt9Ms7VwXgdmyB1FHzWA/heEna2Hev/3KyFI3PvNfi5B7eBkQXGdC2YB9pUS5SThoIelShBKBEFu6SsyK+3roc4SaGq8vIXLrPcsG0Oa+C7WL5q70SCux+5Uaubk3AnxVWoOygsrUIgIcGsKykqBtyVJpyP50yeu97Vs=; Message-ID: <591867.64364.qm@web24802.mail.ird.yahoo.com> X-YMail-OSG: ouyUnnUVM1kfR93PFv_d8CpiaBSvQK4yGCNAULuRRgeXSbhSEYWhi4bBOIBdsX0JjD9da.WH..6C5xQ0lS2iLallp_QvebP0Q14cv9zwmNu31xQGV911NPSvGSaUVySy.ANZmpkH6nDyOu6bHD9Dt3LSv5DquabOQQISui.gbjSDhbCTS2nXwYdwF88iiXlSRh.nSs9fBqPMrhCfh04bsa3HZemqIroyHvemRRz.fkW2YfKMG52S.PuEst9T5Y6O1k0- Received: from [192.196.142.20] by web24802.mail.ird.yahoo.com via HTTP; Tue, 03 Nov 2009 03:25:07 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 Date: Tue, 3 Nov 2009 03:25:07 -0800 (PST) From: "Alexandre L." To: FreeBSD Question MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 11:51:48 -0000 Hi all,=0A=0AI want to use SLIM (Graphical login manager for X11) with XFCE= 4.=0AAfter the installation, I have enabled it with the line slim_enable=3D= "YES" in /etc/rc.conf=0AWhen I log in (from SLIM), the language in XFCE is = english.=0A=0AIf I don't use SLIM, I log in on TTY and use %startx, XFCE la= nguage is in French (I have configured it).=0A=0AHere my config files :=0A= =0A.dmrc (of my user)=0A[Desktop]=0ASession=3DXfce4=0ALanguage=3Dfr_FR.UTF-= 8=0A=0A=0A=0A.login_conf (of my user)=0Ame:\ =0A:charset=3DISO-8859-15:\=0A= :lang=3Dfr_FR.ISO8859-15:\ =0A=0A=0A.xinitrc (of my user)=0A/usr/local/bin/= startxfce4=0A=0A=0AI want to use SLIM to launch XFCE4 in French.=0A=0AThank= s for your help.=0A=0AAlexandre.=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 11:57:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1734106566C for ; Tue, 3 Nov 2009 11:57:15 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc4-s14.blu0.hotmail.com (blu0-omc4-s14.blu0.hotmail.com [65.55.111.153]) by mx1.freebsd.org (Postfix) with ESMTP id 66F978FC13 for ; Tue, 3 Nov 2009 11:57:15 +0000 (UTC) Received: from BLU0-SMTP53 ([65.55.111.137]) by blu0-omc4-s14.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 3 Nov 2009 03:57:14 -0800 X-Originating-IP: [67.189.183.172] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([67.189.183.172]) by BLU0-SMTP53.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 3 Nov 2009 03:57:14 -0800 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 20217228CD for ; Tue, 3 Nov 2009 06:57:13 -0500 (EST) Date: Tue, 3 Nov 2009 06:57:12 -0500 From: carmel_ny To: freebsd-questions@freebsd.org Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2009 11:57:14.0735 (UTC) FILETIME=[C8C22FF0:01CA5C7C] Subject: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 11:57:15 -0000 I was attempting to create this entry in the /etc/fstab file. It is to a WinXP machine. //user@bios/My Documents /laptop smbfs rw,noauto 0 0 It fails because 'fstab' does not allow embedded spaces in device names, not does it allow enclosing the name in quotes. I did some Googling and discovered that I am not the only one annoyed by this behavior. I discovered this patch that had been submitted awhile ago. http://lists.freebsd.org/pipermail/freebsd-bugs/2007-October/026469.html Changing the share name is not really an option. Is there some way of making this work in 'fstab'? I can use the name including spaces in 'mount_smbfs' so that is how I am currently mounting the share. It just seems strange that 'fstab' by not accepting the use of quoting is not in step with how FreeBSD usually operates. -- Carmel carmel_ny@hotmail.com |::::======= |::::======= |=========== |=========== | It is much easier to suggest solutions when you know nothing about the problem. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 11:57:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E7CE1065670 for ; Tue, 3 Nov 2009 11:57:16 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-25.bluehost.com (outbound-mail-25.bluehost.com [69.89.21.20]) by mx1.freebsd.org (Postfix) with SMTP id 4B84C8FC18 for ; Tue, 3 Nov 2009 11:57:16 +0000 (UTC) Received: (qmail 2150 invoked by uid 0); 3 Nov 2009 11:57:15 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by outboundproxy2.bluehost.com with SMTP; 3 Nov 2009 11:57:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apotheon.com; h=Date:From:To:Subject:Message-ID:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent:X-Identified-User; b=krL7b/RHDkAVCBPG5cleEgCeYoK0lW/oIoZSf/x27/icYJLDV70X+cIPFcOMP6CiOMUA3iPmyWVyyR53bUoZFMwPa0PcSMzmOhmEgBNO/vPpLP1uGEPhpIb7ptMQaHsX; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kukaburra.hydra) by box543.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N5I0h-00084A-2V for freebsd-questions@freebsd.org; Tue, 03 Nov 2009 04:57:15 -0700 Received: by kukaburra.hydra (sSMTP sendmail emulation); Tue, 3 Nov 2009 05:49:40 -0700 Date: Tue, 3 Nov 2009 05:49:40 -0700 From: Chad Perrin To: FreeBSD Questions Message-ID: <20091103124940.GA96874@guilt.hydra> Mail-Followup-To: FreeBSD Questions References: <20091102221422.GA7482@guilt.hydra> <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} Subject: Re: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 11:57:16 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 02, 2009 at 06:57:41PM -0500, jhell wrote: >=20 > This is not a option in rc.conf default or otherwise ATM. >=20 > The proper place to look for changing this: etc/rc.d/wpa_supplicant where= =20 > it is hard-written to the start-up script/routine. This should probably b= e=20 > something that is handled in the default rc.conf through=20 > wpa_supplicant_flags and a default set for them to start from so it can a= t=20 > least be changed on a per use basis. I could have swore this was already= =20 > in place in earlier sources. Thanks. In retrospect, I probably should have looked in /etc/rc.d on my own. Thanks for pointing me in the right direction. --=20 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrwJuQACgkQ9mn/Pj01uKWyNgCfQmVcy9s84pmM38T5wavXc8Rr ztgAnjZ6J5OfDHW9ibs4PwToCXn83Ihi =WdHc -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 13:21:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 719931065698 for ; Tue, 3 Nov 2009 13:21:15 +0000 (UTC) (envelope-from henry.olyer@gmail.com) Received: from mail-ew0-f207.google.com (mail-ew0-f207.google.com [209.85.219.207]) by mx1.freebsd.org (Postfix) with ESMTP id CAB098FC1C for ; Tue, 3 Nov 2009 13:21:14 +0000 (UTC) Received: by ewy3 with SMTP id 3so1946468ewy.37 for ; Tue, 03 Nov 2009 05:21:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ILh9hdanqZrVa6yoplFMo2/Awu+fqLuJwvcfEq18iN8=; b=xr7j/rRvNnSzIBNReZUcif5DPPtXnnUoq4YEl6zoPGaCpVHgafnj9+6RN0FzUP+CkV rolDLfayNnwis+TI19XXfmIeesAcTPw7tVeSNKvCx++PVdbO+rGYTwIhxje28D2w/F0h It8rUwT2RdP2qWRF8FBgCRKvPCeDk2larNdR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DZrhzFCCiJZQIK+kzqE5ZVSth2eIyl8QWWblZnqLPGmn5x6jtzRqvq0fXspCZSqyjf J3vv4/fBOTwn3kQC4uZXXbbQlYxVOQRO+GcUd0gQt69QWSrnqUR5sueI75hFVydh/kgk C1yCsJzOSLOFDdyLsUTaWihW2aIn9EkawWOhY= MIME-Version: 1.0 Received: by 10.213.102.65 with SMTP id f1mr273510ebo.61.1257254473344; Tue, 03 Nov 2009 05:21:13 -0800 (PST) In-Reply-To: <18273839.1257221581200.JavaMail.root@wamui-cynical.atl.sa.earthlink.net> References: <18273839.1257221581200.JavaMail.root@wamui-cynical.atl.sa.earthlink.net> Date: Tue, 3 Nov 2009 08:21:13 -0500 Message-ID: <1d7089c40911030521q106c66ffm79a2df6a372d787b@mail.gmail.com> From: Henry Olyer To: Kenneth Freidank Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Chris Whitehouse Subject: Re: am I the only one, wrt gcc44 -- it is failing and I can't build octave or much else X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 13:21:15 -0000 I'm sorry fellows. You guys have given me great support and apparently I didn't get back to you. I'm sorry, I'm not very polite some times. I will try to be more careful about this. Okay -- I was able to get my mouse working. I made a ServerFlags section in my xorg.conf and suddenly!, my mouse moved. (Here you can assume a remark not in evidence...) Next, I have wonderful X sessions now. Next, I am prepared to nuke the /usr/ports area if I am told to do that -- I know it can be mechanically rebuilt in about an hour. (A past note from Kenneth gave me this instruction and while I was a little nervous I did it; And wow!, I was so impressed as I watched it come back.) Question: Does the rebuild process examine the pkg_info results and load up the directory appropriately?. or is it "one size fits all?" Question: Does anyone have a solution for doing a general machine backup to one file? So that I can back the machine up and later, subsequently, perform a simple restore. Because I've been using the machine very heavily now, and I usually find that my own manual backups miss one thing or another... You've probably had the same experience. Now, I see others asking for such a feature/mechanism. What's possible? As for gcc44, I am fairly certain that it's actually broken -- that the port itself is broken and that it isn't my incompetence, that the port itself is mis-configured or mis-coded. Oh., and in a conversation with an HP technical representative recently, he told me that my taking down windoz to install FreeBSD constituted a "machine downgrade." On Mon, Nov 2, 2009 at 11:13 PM, Kenneth Freidank wrote: > Here are partial listings of my config files. Add these entries to your > config files and see if that does the trick. I can't be 100% sure that > everything is required, but it is what I have, and it works. Attached is > the xorg.conf file I generated. Place it in the directory /etc/X11/. When > you have done these things, make sure your user belongs to the group > "wheel", then login. To start X, give the command: > startx > You should get 3 windows, one of them labeled "login" in the title bar. If > you type "exit" while inside this window, then return, that will end your X > session. You will have some "fatal error" messages in your console window > when X finishes. > > Also, make sure you have installed the nvidia drivers per my other > postings. You can check if you have the package installed by typing: > pkg_info | grep nvidia > You should see at a minimum: > nidia-driver-185.18.29 NVidia graphics card binary drivers for hardware > OpenGL ren > > You have to build this packages and install it. This process is documented > in the NetBSD documents and my other postings for installing FreeBSD on a > Compaq Presario CQ60. > > > File /etc/rc.conf > > linux_enable="YES" > moused_enable="YES" > keyrate="fast" > saver="star" > hald_enable="YES" > dbus_enable="YES" > vesa_load="YES" > > File /boot/loader.conf > > nvidia_load="YES" > > > > > -----Original Message----- > >From: Henry Olyer > >Sent: Oct 26, 2009 2:53 AM > >To: freebsd-questions@freebsd.org > >Cc: Kenneth , Chris Whitehouse < > cwhiteh@onetel.com> > >Subject: am I the only one, wrt gcc44 -- it is failing and I can't build > octave or much else > > > >'everything; is dying in /usr/ports/lang/gcc44 > > > >I know, (in all likelihood,) I'll have to scratch this area and do a > >complete re-install. Fine. The thing is, I didn't change anything to > mess > >this area up in the first place. > > > >I've just been going to various directories in /usr/ports and saying, > "make > >install clean" and now this... I was trying to put up octave when this > >happened. > > > >So I could use a little help here, please... > > > >I also want/need to run X, and my X session (just put up,) doesn't yet let > >me move the mouse. I installed hal and dbus but what do I do now? > > > >And where or where do I put the "ServerFlags" entry in my xorg.conf file. > > I'm sorry, I just don't know these things... > > > > > > > > > >===> Building for gcc-4.4.2.20091006 > >echo stage3 > stage_final > >gmake[1]: Entering directory `/usr/ports/lang/gcc44/work/build' > >gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build' > >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build' > >rm -f stage_current > >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build' > >gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build' > >gmake[2]: Entering directory `/usr/ports/lang/gcc44/work/build' > >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libiberty' > >gmake[4]: Entering directory > >`/usr/ports/lang/gcc44/work/build/libiberty/testsuite' > >gmake[4]: Nothing to be done for `all'. > >gmake[4]: Leaving directory > >`/usr/ports/lang/gcc44/work/build/libiberty/testsuite' > >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libiberty' > >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/intl' > >gmake[3]: Nothing to be done for `all'. > >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/intl' > >gmake[3]: Entering directory > >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty' > >gmake[4]: Entering directory > > >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/testsuite' > >gmake[4]: Nothing to be done for `all'. > >gmake[4]: Leaving directory > > >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/testsuite' > >gmake[3]: Leaving directory > >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty' > >gmake[3]: Entering directory > > >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/fixincludes' > >gmake[3]: Nothing to be done for `all'. > >gmake[3]: Leaving directory > > >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/fixincludes' > >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/zlib' > >true "AR_FLAGS=rc" "CC_FOR_BUILD=cc" "CFLAGS=-g -fkeep-inline-functions" > >"CXXFLAGS=-g -fkeep-inline-functions" "CFLAGS_FOR_BUILD=-O2 > >-fno-strict-aliasing -pipe -I/usr/l > >ocal/include" "CFLAGS_FOR_TARGET=-g -O2 -fno-strict-aliasing -pipe > >-I/usr/local/include" "INSTALL=/usr/bin/install -c -o root -g wheel" > >"INSTALL_DATA=install -o root - > >g wheel -m 444" "INSTALL_PROGRAM=install -s -o root -g wheel -m 555" > >"INSTALL_SCRIPT=install -o root -g wheel -m 555" "LDFLAGS=" "LIBCFLAGS=-g > >-O2 -fno-strict-aliasin > >g -pipe -I/usr/local/include" "LIBCFLAGS_FOR_TARGET=-g -O2 > >-fno-strict-aliasing -pipe -I/usr/local/include" "MAKE=gmake" > >"MAKEINFO=makeinfo --no-split --split-size=5000 > >000 --split-size=5000000 --split-size=5000000" "PICFLAG=" > >"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" > >"RUNTESTFLAGS=" "exec_prefix=/usr/loca > >l" "infodir=/usr/local/info/gcc44" "libdir=/usr/local/lib/gcc44" > >"prefix=/usr/local" "tooldir=/usr/local/i386-portbld-freebsd7.2" "AR=ar" > >"AS=as" "CC=cc" "CXX=c++" "LD= > >/usr/bin/ld" "LIBCFLAGS=-g -O2 -fno-strict-aliasing -pipe > >-I/usr/local/include" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all > >multi-do # gmake > >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/zlib' > >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libcpp' > >gmake[3]: Nothing to be done for `all'. > >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libcpp' > >gmake[3]: Entering directory > `/usr/ports/lang/gcc44/work/build/libdecnumber' > >gmake[3]: Nothing to be done for `all'. > >gmake[3]: Leaving directory > `/usr/ports/lang/gcc44/work/build/libdecnumber' > >gmake[3]: Entering directory `/usr/ports/lang/gcc44/work/build/gcc' > >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/gcc' > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 14:17:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4CC0106568F for ; Tue, 3 Nov 2009 14:17:39 +0000 (UTC) (envelope-from a.huth@tmr.net) Received: from bo-uwka-srv01.de.tmr.net (bo-uwka-srv01.de.tmr.net [212.23.146.2]) by mx1.freebsd.org (Postfix) with ESMTP id 915198FC1F for ; Tue, 3 Nov 2009 14:17:39 +0000 (UTC) Received: from localhost (localhost.de.tmr.net [127.0.0.1]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id 35BB81DEC21 for ; Tue, 3 Nov 2009 15:17:37 +0100 (CET) Received: from bo-uwka-srv01.de.tmr.net ([127.0.0.1]) by localhost (bo-uwka-srv01.de.tmr.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 60824-01-61 for ; Tue, 3 Nov 2009 15:17:36 +0100 (CET) Received: from localhost (bo-stwhv-fw02.de.tmr.net [212.23.140.253]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id 5BC831DEC49 for ; Tue, 3 Nov 2009 15:17:36 +0100 (CET) Date: Tue, 3 Nov 2009 14:17:36 +0100 From: Alex Huth To: freebsd-questions@freebsd.org Message-ID: <20091103131736.GA92201@borusse.borussiapark> References: <20091102153740.GD12766@borusse.borussiapark> <4AEF44D0.2060600@telenix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4AEF44D0.2060600@telenix.org> Predence: first-class Priority: normal X-Editor: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Nov 3 2009 11:23:28) X-Mailer: Mutt 1.5.20 (2009-06-14) User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Eclipse & Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 14:17:39 -0000 * Chuck Robey schrieb: > Alex Huth wrote: > > Hi! > > > > I want to change my laptop system from Debian to FreeBSD. After installing 8.0 > > RC2 in a virtual machine i have tried to install eclipse and changed the Java > > version in the makefile to 1.5, but it still want to install the 1.6 jdk. > > > > I need the 1.5 version for several reasons, for example VPN account. > > > > This surprises me a bit, as I'd understood that the differences between 1.5 and > 1.6 were strictly limited to bugfixes, and changed the interface not at all. > Reason that this might make some difference to you is that, at least for me > (using FreeBSD-current) the jdk16 port and eclipse, from ports, are absolutely > rock stable. > > Do you really have some reports saying that jdk16 doesn't work in your situation? > Yes, for example access over Juniper Netscreen VPN requires flash and java 1.5. Alex From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 15:34:12 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63D09106566B for ; Tue, 3 Nov 2009 15:34:12 +0000 (UTC) (envelope-from freejove@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1F29E8FC19 for ; Tue, 3 Nov 2009 15:34:12 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so1264087qwb.7 for ; Tue, 03 Nov 2009 07:34:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=vW7amValeoTOmRPlZzF5SErzeO9ZYQqASY0cFU4IxWc=; b=QO2mF7dbg1Gj+v2THFcsD+rPCTw+cJJE7MtZuLU+QRw/poiZ6h3J8h+wQBM8Uqp9Gz pF1DlcA46xNbmg3N5IMMMGuwDbExnqnwGW2s90g01/OL+vr31uZJp7Qpm1hlZ4S0EsrQ nlnD2i0SYu+8pfDrf4sUZ+ktxJQJIV2EkydsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GzjAJUp/LMPbNsrtPZfKqoNCiUVN7YYnsTHQh5N7bdGbtjfhQscF65TgoHV20CI1X9 CdGDZwLQMh4fZZigf7V9GE49KK9DsFWvuiGEOW88ByxYlXkRY8fbHieWlNzyA6ru4dKV 3I3flnnkwRWSAj4QbrLB/jHZjB9rgE9hT0K24= MIME-Version: 1.0 Received: by 10.229.49.204 with SMTP id w12mr17430qcf.3.1257260905881; Tue, 03 Nov 2009 07:08:25 -0800 (PST) Date: Tue, 3 Nov 2009 23:08:25 +0800 Message-ID: From: Jove James To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ask for help on a strange question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 15:34:12 -0000 Hi friend, I've set up a FreeBSD virtual machine with VmWare Player. After configuring networ I installed xampp-linux-1.7.2.tar.gz on it. But quite weird that I got "command not found" error: jove# pwd /opt/lampp jove# ls RELEASENOTES error lampp logs sbin backup etc lib modules share bin htdocs libexec phpmyadmin tmp cgi-bin icons licenses phpsqliteadmin var jove# ./lampp start ./lampp: Command not found. jove# If you know the reason which caused the error could you please kindly tell me by replying this email? Many thanks, Jove From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 16:15:50 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23098106566B for ; Tue, 3 Nov 2009 16:15:50 +0000 (UTC) (envelope-from mak@kolybabi.com) Received: from mail.nepharia.org (mail.nepharia.org [209.44.104.71]) by mx1.freebsd.org (Postfix) with ESMTP id F06398FC1E for ; Tue, 3 Nov 2009 16:15:49 +0000 (UTC) Received: from brisbane.nepharia.org (wnpgmb0816w-ds01-16-115.dynamic.mts.net [207.161.16.115]) by mail.nepharia.org (Postfix) with ESMTPSA id CC0293FA00A; Tue, 3 Nov 2009 10:15:48 -0600 (CST) Received: by brisbane.nepharia.org (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) mak@kolybabi.com; Tue, 3 Nov 2009 10:16:11 -0600 (CST) Date: Tue, 3 Nov 2009 10:16:00 -0600 From: Mak Kolybabi To: Jove James Message-ID: <20091103161559.GA12929@brisbane.gateway.2wire.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@FreeBSD.org Subject: Re: ask for help on a strange question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 16:15:50 -0000 On 2009-11-03 23:08, Jove James wrote: > jove# ./lampp start > ./lampp: Command not found. I'm assuming that you've ensured that lampp has the executable bit set. When I ran into this myself, it was because I was trying to run an executable that the kernel didn't recognize (x86_64 on x86). Try running "file lampp" to see what kind of file it is. -- Matthew Anthony Kolybabi (Mak) () ASCII Ribbon Campaign | Against HTML e-mail /\ www.asciiribbon.org | Against proprietary extensions From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 16:45:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58962106566B for ; Tue, 3 Nov 2009 16:45:17 +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 136498FC1C for ; Tue, 3 Nov 2009 16:45:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nA3GjGxn068270; Tue, 3 Nov 2009 09:45:16 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nA3GjGmm068267; Tue, 3 Nov 2009 09:45:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 3 Nov 2009 09:45:16 -0700 (MST) From: Warren Block To: Jove James In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Tue, 03 Nov 2009 09:45:16 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: ask for help on a strange question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 16:45:17 -0000 On Tue, 3 Nov 2009, Jove James wrote: > > I've set up a FreeBSD virtual machine with VmWare Player. After configuring > networ I installed xampp-linux-1.7.2.tar.gz on it. But quite weird that I > got "command not found" error: > > jove# pwd > /opt/lampp > jove# ls > RELEASENOTES error lampp logs sbin > backup etc lib modules share > bin htdocs libexec phpmyadmin tmp > cgi-bin icons licenses phpsqliteadmin var > jove# ./lampp start > ./lampp: Command not found. > jove# > > If you know the reason which caused the error could you please kindly tell > me by replying this email? There's probably a FAQ entry, but I couldn't find it. In the meantime, the short version (third entry): http://docs.freebsd.org/cgi/getmsg.cgi?fetch=3252+0+archive/2009/freebsd-chat/20091018.freebsd-chat More detail: man -P 'less +/rehash' csh -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 16:57:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17B11106566C for ; Tue, 3 Nov 2009 16:57:40 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id E0C188FC22 for ; Tue, 3 Nov 2009 16:57:39 +0000 (UTC) Received: by pxi28 with SMTP id 28so4000632pxi.7 for ; Tue, 03 Nov 2009 08:57:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=IzHFVKWnMLtk3WjrLMjzgLKRuI1zQzQR8waIKjbMaow=; b=pVSwpXUU/9w3HSXu6IsC6cL0Tygahtpt8CEKlJ0rFtbfrdY4e2D63VUaSkWEG2F9/f RXPKpoweR2QOMi1MxQdMym7Q57v0F5LHfc8WA9fWYiu/Hpd2QOrg03CYxAF99Am0SFly H4a+2D4XYW4J50FULvfWthOvDTnUP6S7epdI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ub0+hjaBZwysse9AWdEgDT5iwcU4zj9XVm8ywgHh1D0F/2tUNH/D1/PM69k9tDuUpm HzktpFSSECwGJdlfRDmZh+tJEo5eS8PPnfhRbcO/dp23YfycFdyTMTCwlOjt0K3ZO8Jl mPg3WH/mgnKuMeDqXw6m0X3rdTUYilK9edpFM= MIME-Version: 1.0 Received: by 10.143.24.36 with SMTP id b36mr28219wfj.14.1257267459598; Tue, 03 Nov 2009 08:57:39 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Nov 2009 10:57:39 -0600 Message-ID: <6201873e0911030857q68a728b4n63e271c50f190233@mail.gmail.com> From: Adam Vande More To: Jove James Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ask for help on a strange question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 16:57:40 -0000 On Tue, Nov 3, 2009 at 9:08 AM, Jove James wrote: > Hi friend, > > I've set up a FreeBSD virtual machine with VmWare Player. After configuring > networ I installed xampp-linux-1.7.2.tar.gz on it. But quite weird that I > got "command not found" error: > > jove# pwd > /opt/lampp > jove# ls > RELEASENOTES error lampp logs sbin > backup etc lib modules share > bin htdocs libexec phpmyadmin tmp > cgi-bin icons licenses phpsqliteadmin var > jove# ./lampp start > ./lampp: Command not found. > jove# > > If you know the reason which caused the error could you please kindly tell > me by replying this email? > > Many thanks, > Jove > If you really want to run a web server plus script lang plus on freebsd, you should just install the native packages and ports. There is the handbook which covers installation and configuration of each part of the stack, perhaps this is unlike you're previous os. http://www.freebsd.org/doc/en/books/handbook/network-apache.html You might even check for the port of the particular app you're trying to run and install that directly. It should pull in the dependencies directly. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 17:12:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCB05106566B for ; Tue, 3 Nov 2009 17:12:55 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8887D8FC13 for ; Tue, 3 Nov 2009 17:12:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N5Mw9-0002BI-Uy for freebsd-questions@freebsd.org; Tue, 03 Nov 2009 18:12:53 +0100 Received: from pool-70-21-18-103.res.east.verizon.net ([70.21.18.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2009 18:12:53 +0100 Received: from nightrecon by pool-70-21-18-103.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2009 18:12:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 03 Nov 2009 12:13:24 -0500 Lines: 32 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-18-103.res.east.verizon.net Sender: news Subject: Re: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 17:12:55 -0000 carmel_ny wrote: > I was attempting to create this entry in the /etc/fstab file. It is to > a WinXP machine. > > //user@bios/My Documents /laptop smbfs rw,noauto 0 0 > > It fails because 'fstab' does not allow embedded spaces in device > names, not does it allow enclosing the name in quotes. > > I did some Googling and discovered that I am not the only one annoyed > by this behavior. I discovered this patch that had been submitted awhile > ago. > > http://lists.freebsd.org/pipermail/freebsd-bugs/2007-October/026469.html > > Changing the share name is not really an option. Is there some way of > making this work in 'fstab'? I can use the name including spaces in > 'mount_smbfs' so that is how I am currently mounting the share. It just > seems strange that 'fstab' by not accepting the use of quoting is not in > step with how FreeBSD usually operates. > Don't know if this works for fstab, but the normal way to escape spaces is with a \, like this: //user@bios/My\ Documents /laptop smbfs rw,noauto 0 0 May not work in fstab but you can try it and see. -Mike From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 17:13:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89F961065694 for ; Tue, 3 Nov 2009 17:13:49 +0000 (UTC) (envelope-from cstankevitz@toyon.com) Received: from smtp1.toyon.com (206-190-77-154.static.twtelecom.net [206.190.77.154]) by mx1.freebsd.org (Postfix) with ESMTP id 56C448FC18 for ; Tue, 3 Nov 2009 17:13:49 +0000 (UTC) Received: from [172.16.1.87] (hosts253.toyon.com [65.160.147.253]) (authenticated bits=0) by smtp1.toyon.com (8.13.1/8.12.11) with ESMTP id nA3HIU0u027435; Tue, 3 Nov 2009 09:18:30 -0800 Message-ID: <4AF064B5.6050008@toyon.com> Date: Tue, 03 Nov 2009 09:13:25 -0800 From: Chris Stankevitz User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Dan Nelson References: <330157.31913.qm@web52911.mail.re2.yahoo.com> <20091102213432.GY29215@dan.emsphone.com> In-Reply-To: <20091102213432.GY29215@dan.emsphone.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: please help me make sense of top's CPU output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 17:13:49 -0000 Dan Nelson wrote: > Junior Hacker Project: add an instantaneous-CPU value (calculated by > subtracting successive ki_runtime values) to the list of things top > calculates and toggle it and weighted-CPU when pressing C. The toggling > code is already there; it just toggles between two different weighted-cpu > values at the moment. > Makes sense, thank you. If I want to hack a port program, I go to the "work" directory, edit the source, and rebuild. How do I hack a non-port program like top? Chris From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 17:23:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6124106568F for ; Tue, 3 Nov 2009 17:23:53 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 40BBA8FC0A for ; Tue, 3 Nov 2009 17:23:52 +0000 (UTC) Received: by bwz5 with SMTP id 5so8027552bwz.3 for ; Tue, 03 Nov 2009 09:23:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=b+mNlRpEq08TC/kSGdJCd3tbPx5neisCOoKR6Q6Gopk=; b=l+06NTzgFy/hpN3KZyyDC85hb8pu7OWYLY+pV1TK6oBzEQV0ZcsVnsqSY5WpePt8WJ y+2gKG3brxdMVTEAqj9rigmnj2VvgY22wjQzB2LouGvesBJvq0Mrrhl8XDxn0rElqW3k BeEnja7MyCUQGX3MiEAcCu1qcpRWR9Bsqvcqk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=A/xMrJSFI2rKE2T4Y0iGIZRqLFNOntr2Q8wgvwTdIQvAhUSKlIpwVD7sLC9K7BSFb+ oepg5wFAG/KD+bGGgt7ShqgC/5AD4aAoF47dmP4lRrffMPM7/qFHnstjzQ2kVD8wqb8m hRyq56Q85eWlutbOqOGO7fLIlkUVTN55HTXYo= MIME-Version: 1.0 Received: by 10.204.34.20 with SMTP id j20mr273975bkd.57.1257269031351; Tue, 03 Nov 2009 09:23:51 -0800 (PST) In-Reply-To: <4AF064B5.6050008@toyon.com> References: <330157.31913.qm@web52911.mail.re2.yahoo.com> <20091102213432.GY29215@dan.emsphone.com> <4AF064B5.6050008@toyon.com> From: Chris Rees Date: Tue, 3 Nov 2009 17:23:31 +0000 Message-ID: To: Chris Stankevitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Dan Nelson , "freebsd-questions@freebsd.org" Subject: Re: please help me make sense of top's CPU output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 17:23:53 -0000 2009/11/3 Chris Stankevitz : > Dan Nelson wrote: >> >> Junior Hacker Project: add an instantaneous-CPU value (calculated by >> subtracting successive ki_runtime values) to the list of things top >> calculates and toggle it and weighted-CPU when pressing C. =A0The toggli= ng >> code is already there; it just toggles between two different weighted-cp= u >> values at the moment. >> > > Makes sense, thank you. =A0If I want to hack a port program, I go to the > "work" directory, edit the source, and rebuild. =A0How do I hack a non-po= rt > program like top? > > Chris Look in the Makefile for /usr/src/usr.bin/top, and you'll see the source is in /usr/src/contrib/top Hack away! Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 18:00:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C7CE106566C for ; Tue, 3 Nov 2009 18:00:08 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp109.prem.mail.ac4.yahoo.com (smtp109.prem.mail.ac4.yahoo.com [76.13.13.92]) by mx1.freebsd.org (Postfix) with SMTP id B65AB8FC17 for ; Tue, 3 Nov 2009 18:00:07 +0000 (UTC) Received: (qmail 7090 invoked from network); 3 Nov 2009 18:00:06 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=o38u7uNBX8Z9hVL4o1xCOIzpZ31xv30mGkM2eS8ZPQNL3Oh7nIp1nvy0u26u27dWwi3TtO+34kVmd5CQiZaw5b6ODJbV5cDzLl34ZuHJuzYN4ZdG5bgvI2I0aTqQYFN8mBVpy5RFiYiVVk61Zw4+bh39j5If+M/tPlb25f8NpUM= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp109.prem.mail.ac4.yahoo.com with SMTP; 03 Nov 2009 10:00:06 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: 9kQkz74VM1lbkcda9MJ2j0xrgK9VHSAFMELNJBtsUqfSIo_Tv47K.BG_UyhenKAx.46wl_1eT7rY_hLG3fZgo1mycNbxcvnXGcUGaxDmJYXNw6T77StoTHh0EAS4721E3Z2LsjDPt5LRQZ.ozh3mjUeP_9GFU4BS3V6bulf5hW3iicd6w29DiKQiVnchsrZXiCsO54zYtmdLGzfyREsCosAa_VKqA0_AYyzJGs_.NBPyF0p2X.wkITThY.i29PBNRbmwSDdoBeX6_O2NLQ7fZ21EFuI.obtb5kKzreLAffF3OhzVbbr6LyPjEGFFv0ZmOBNS.ecR3.DQXMFd7mzVjNwGRVZXBe_m3LrUeP9_RMmUFuTBwKZM8K_7VKv0qbNKS8mxl.hJOZuBjD37BktipaidRW3f.sOFsxzZun_oeZqsReSiA3Y0Rm_pgQcY8KEZIDSPrO8PV4uI06eMHQvhPCwJGk.MBTLPijZpubHwt.PPANC0.1HYlNi6rDH3aWCR4xjdGkXMcjeEXC5SpO4x9N61B2KPAGBpRajePXniOE.T_PQCi45C7Jds4a0wgp0xWSs7ycpSeVc5gSbYZQ-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 0365D228D6 for ; Tue, 3 Nov 2009 13:00:05 -0500 (EST) Date: Tue, 3 Nov 2009 13:00:05 -0500 From: Jerry To: freebsd-questions@freebsd.org Message-ID: <20091103130005.5ea3f832@scorpio.seibercom.net> In-Reply-To: References: Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 18:00:08 -0000 On Tue, 03 Nov 2009 12:13:24 -0500 Michael Powell replied: >carmel_ny wrote: > >> I was attempting to create this entry in the /etc/fstab file. It is >> to a WinXP machine. >> >> //user@bios/My Documents /laptop smbfs rw,noauto 0 0 >> >> It fails because 'fstab' does not allow embedded spaces in device >> names, not does it allow enclosing the name in quotes. >> >> I did some Googling and discovered that I am not the only one annoyed >> by this behavior. I discovered this patch that had been submitted >> awhile ago. >> >> http://lists.freebsd.org/pipermail/freebsd-bugs/2007-October/026469.html >> >> Changing the share name is not really an option. Is there some way of >> making this work in 'fstab'? I can use the name including spaces in >> 'mount_smbfs' so that is how I am currently mounting the share. It >> just seems strange that 'fstab' by not accepting the use of quoting >> is not in step with how FreeBSD usually operates. >> > >Don't know if this works for fstab, but the normal way to escape >spaces is with a \, like this: > >//user@bios/My\ Documents /laptop smbfs rw,noauto 0 0 > >May not work in fstab but you can try it and see. Thanks for the suggestion. Unfortunately, it doesn't work either. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | The most winning woman I ever knew was hanged for poisoning three little children for their insurance money. Sherlock Holmes From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 18:08:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87AFA106566C for ; Tue, 3 Nov 2009 18:08:28 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id 46CCF8FC17 for ; Tue, 3 Nov 2009 18:08:28 +0000 (UTC) Received: by qyk6 with SMTP id 6so2979364qyk.3 for ; Tue, 03 Nov 2009 10:08:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=bPJqNXL0CK3yBk6LaX9hfTuQ3NvMG4x8IEmwf7OWeNM=; b=P2DFAj4l5e4QcE+o/SqOEM02NqNYWqJfEMwyOsyyd1bacxlkLX68m+vsc4acUg84fo KEg/LfhxmvMd/HX+m3ni0HyBL/vIZPG7szhv60ClnfBQXhJQtb2g5k5b+K3UQxm7AnQr dkk9G6vqhLEpyt5kg0IKML2Dof1Z0rtV/Nuy0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lwumDp/FV2OIWxrfK/p5Pdfb04q6PtqIPZrmCLW+Bfv5K03tGE1U6QGMb7it4icTFG xRM42fPqfO3TTl/xHumUzrr9PCQUCzX2Lfs8EnHxn2SVOpYpnHye1kuQWsL4aNSIlUG7 sIp6l69XyfIPUiXA6Q4jP6kY55E6XCyxg19hg= MIME-Version: 1.0 Received: by 10.229.100.221 with SMTP id z29mr45491qcn.18.1257269867599; Tue, 03 Nov 2009 09:37:47 -0800 (PST) Date: Tue, 3 Nov 2009 09:37:47 -0800 Message-ID: From: Derrick Ryalls To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: ZFS disk replacement 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: Tue, 03 Nov 2009 18:08:28 -0000 Hello list, I plan on rebuilding my home fileserver next month with FreeBSD 8.0 x64 and will be using 4x 2TB drives in an external eSATA hotswap enclosure using RAIDZ. I have played around with FreeBSD in VirtualBox just to see how easy it is to deal with ZFS, but a few questions have come up for this configuration. 1) In the event of a disk failure, how do I trace back the name such as adX to a physical drive in the enclosure? Is there a way to take the drive offline then use atacontrol to spin it down or something so it is easy to identify? 2) In the event that I do experience a failure and manage to replace a working disk instead of the failed disk, am I now completely hosed or can I put the working disk back in and try pulling another drive which is hopefully the bad drive? 3) Finally, does the extra load of resilvering the replaced drive 'age' the good drives causing them to fail quicker? Any tips would be greatly appreciated. Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 18:21:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABF82106566B for ; Tue, 3 Nov 2009 18:21:08 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id 77A308FC0A for ; Tue, 3 Nov 2009 18:21:08 +0000 (UTC) Received: from [192.168.2.164] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Tue, 03 Nov 2009 13:21:07 -0500 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::7 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-questions@freebsd.org X-SMFBL: ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc= Message-ID: <4AF07493.7050208@comcast.net> Date: Tue, 03 Nov 2009 13:21:07 -0500 From: Steve Polyack User-Agent: Thunderbird 2.0.0.23 (X11/20090902) MIME-Version: 1.0 To: Derrick Ryalls References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: ZFS disk replacement 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: Tue, 03 Nov 2009 18:21:08 -0000 Derrick Ryalls wrote: > 1) In the event of a disk failure, how do I trace back the name such > as adX to a physical drive in the enclosure? Is there a way to take > the drive offline then use atacontrol to spin it down or something so > it is easy to identify? > In my opinion you are best off using glabel(8) to give names to the disks. This way you can name them in a way that makes sense to you. Additionally, when you create the ZFS pool you will use the glabel'd names. This means that the pool will still come up properly if something causes your devices to be numbered differently (i.e. a drive dies and you happen to reboot the system). Depending on your controller it is also probably worth it to use one of the SATA-specific drivers in FreeBSD 8 - these are ones like ahci(4) and siis(4). While the generic ata(4) driver will work for pretty much everything, the updated AHCI drivers can take advantage of some more features. Enable the modules at boot to use them. > Any tips would be greatly appreciated. > > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 18:56:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DE3D106566B for ; Tue, 3 Nov 2009 18:56:26 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0A25E8FC0C for ; Tue, 3 Nov 2009 18:56:25 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nA3IuP9b002033; Tue, 3 Nov 2009 10:56:25 -0800 (PST) Message-ID: <4AF07CD8.1070005@rawbw.com> Date: Tue, 03 Nov 2009 10:56:24 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Paul B Mahol References: <4AE20909.4060808@rawbw.com> <3a142e750910231610l367c7ecfnbc4fd85301c3862c@mail.gmail.com> In-Reply-To: <3a142e750910231610l367c7ecfnbc4fd85301c3862c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Does hybernate/wakeup work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 18:56:26 -0000 Paul B Mahol wrote: > On 10/23/09, Yuri wrote: > >> I tried to make system hybernate with 'acpiconf -s4' on my laptop. >> It quickly turned off, but when I press the power button it boots like >> no hybernate and begins to check disks. >> >> What can be wrong? >> > > OS S4 is not implemented, but BIOS S4 is possible on some machines ... > And on 8.0 and 9.0 i386 SMP doesnt resume properly (amd64 works). > 'acpiconf -s4' also brings laptop to unwakeable state. Power button begins to flash, when I press any button there is some disk activity, power button light turns on. And nothing happens. 'apm -z' produces similar result. Maybe it's better to ask what works? Is there any way I can use suspend/sleep mode? Any basic way to make it sleep? Yuri From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 19:23:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3177F106566B for ; Tue, 3 Nov 2009 19:23:12 +0000 (UTC) (envelope-from chris.chambers@gmx.com) Received: from mailout-us.gmx.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id E01FD8FC1A for ; Tue, 3 Nov 2009 19:23:11 +0000 (UTC) Received: (qmail invoked by alias); 03 Nov 2009 19:23:10 -0000 Received: from h24-207-53-130.dlt.dccnet.com (EHLO acerd4e827cfd3) [24.207.53.130] by mail.gmx.com (mp-us002) with SMTP; 03 Nov 2009 14:23:10 -0500 X-Authenticated: #57200733 X-Provags-ID: V01U2FsdGVkX18AdfF4FeQAScV11Wj+90Qac/Y8l2/cr9bCR5TUIO Q8HAHGx05n7Nhm Message-ID: <8E5E42C8E2DF41BAA8D5247B29AF216D@acerd4e827cfd3> From: "Christopher Chambers" To: Date: Tue, 3 Nov 2009 11:22:53 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71,0.71 X-Mailman-Approved-At: Tue, 03 Nov 2009 19:28:37 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: linux-firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 19:23:12 -0000 Hi, I have ran into a problem that I haven't encountered yet. I'm in process = of reinstalling BSD after a hardware failure. I was using = www/linux-firefox-devel at first because I wanted verision 3. After = discouving www/linux-firefox has been changed from 2 to 3, I uninstalled = the devel version and replaced it with linux-firefox. The devel version did worked. However when I type linux-firefox in = xterm, nothing happens. It doesn't start and I receive no error = messages. Now what do I do? I am using kernal 7.1, linprocfs is mounted, all of the listed = dependences are meet and the ports tree is the most current version. I would try www/firefox35 but I am plugin happy. Thank you for help. Chris From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 19:32:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED2671065676 for ; Tue, 3 Nov 2009 19:32:40 +0000 (UTC) (envelope-from ryallsd@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id A88F68FC08 for ; Tue, 3 Nov 2009 19:32:40 +0000 (UTC) Received: by qyk6 with SMTP id 6so3015076qyk.3 for ; Tue, 03 Nov 2009 11:32:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=FiCIWzM9lOwb6O5zhHoYyHsTfbP0txAv6OSV6+nz1lU=; b=IZvXVuIH2fwl/nV0KvvVz7LYU5fU6352h6k+4/9mFoud384PvEzEIU2ptnyzyMup2W i+1LVd1JX+QMwQNIWl5H5jk9BqRkMEDFLY/zRoVJTlj1/1boIEKLHhqmRW9dFvxuo9wB W/bLDTTn8pty2D2dVUW05wqFpSMqUq+a4anAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=kmR9FRaW2A5uiuibU3t+tGT5K0lqdQVCbIkZTPY2ieHu5X722tpziFdiNMV1EP0oFu GpXh3zUhmr3FpgWjHyrE9sfH6WLxbPhGiBi5+2gdkqvltmkFNwSy2toBS5UwKVVY8LOO FetO+5vNepC0i025Ail1FxJmDi/Tt+XaOshus= MIME-Version: 1.0 Received: by 10.229.23.74 with SMTP id q10mr56399qcb.63.1257276759968; Tue, 03 Nov 2009 11:32:39 -0800 (PST) In-Reply-To: <4AF07493.7050208@comcast.net> References: <4AF07493.7050208@comcast.net> Date: Tue, 3 Nov 2009 11:32:39 -0800 Message-ID: From: Derrick Ryalls To: Steve Polyack Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: ZFS disk replacement 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: Tue, 03 Nov 2009 19:32:41 -0000 On Tue, Nov 3, 2009 at 10:21 AM, Steve Polyack wrote: > Derrick Ryalls wrote: >> >> 1) In the event of a disk failure, how do I trace back the name such >> as adX to a physical drive in the enclosure? =A0Is there a way to take >> the drive offline then use atacontrol to spin it down or something so >> it is easy to identify? >> > > In my opinion you are best off using glabel(8) to give names to the disks= . > =A0This way you can name them in a way that makes sense to you. =A0Additi= onally, > when you create the ZFS pool you will use the glabel'd names. =A0This mea= ns > that the pool will still come up properly if something causes your device= s > to be numbered differently (i.e. a drive dies and you happen to reboot th= e > system). I believe ZFS does this automatically. Supposedly, if you take a working set of RAIDZ drives from one machine and put it in another, ZFS will figure out the drives since they get labelled by ZFS internally. My question concerns how to identify the physical disk in question based on the adX or glabel name? Different name in software is fine, but if the drive fails I want to make sure I pull the correct drive. > > Depending on your controller it is also probably worth it to use one of t= he > SATA-specific drivers in FreeBSD 8 - these are ones like ahci(4) and > siis(4). =A0While the generic ata(4) driver will work for pretty much > everything, the updated AHCI drivers can take advantage of some more > features. =A0Enable the modules at boot to use them. I will look into it, thanks. The machine in question is 2 year old hardware currently with a 3ware raid card. I will be going software raid only, but FreeBSD already recognizes the eSATA drive I have attached as a backup device so I know the O/S can at least talk to sata drives attached to the mobo. >> >> Any tips would be greatly appreciated. >> >> > > > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 19:53:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD4EE106566B for ; Tue, 3 Nov 2009 19:53:40 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id 67DF28FC0A for ; Tue, 3 Nov 2009 19:53:40 +0000 (UTC) Received: from [192.168.2.164] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Tue, 03 Nov 2009 14:53:39 -0500 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::4 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-questions@freebsd.org X-SMFBL: ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc= Message-ID: <4AF08A42.9000900@comcast.net> Date: Tue, 03 Nov 2009 14:53:38 -0500 From: Steve Polyack User-Agent: Thunderbird 2.0.0.23 (X11/20090902) MIME-Version: 1.0 To: Derrick Ryalls References: <4AF07493.7050208@comcast.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: ZFS disk replacement 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: Tue, 03 Nov 2009 19:53:40 -0000 Derrick Ryalls wrote: > On Tue, Nov 3, 2009 at 10:21 AM, Steve Polyack wrote: > >> Derrick Ryalls wrote: >> >>> 1) In the event of a disk failure, how do I trace back the name such >>> as adX to a physical drive in the enclosure? Is there a way to take >>> the drive offline then use atacontrol to spin it down or something so >>> it is easy to identify? >>> >>> >> In my opinion you are best off using glabel(8) to give names to the disks. >> This way you can name them in a way that makes sense to you. Additionally, >> when you create the ZFS pool you will use the glabel'd names. This means >> that the pool will still come up properly if something causes your devices >> to be numbered differently (i.e. a drive dies and you happen to reboot the >> system). >> > > I believe ZFS does this automatically. Supposedly, if you take a > working set of RAIDZ drives from one machine and put it in another, > ZFS will figure out the drives since they get labelled by ZFS > internally. My question concerns how to identify the physical disk in > question based on the adX or glabel name? Different name in software > is fine, but if the drive fails I want to make sure I pull the correct > drive. > > This is possible, but I don't remember reading that ZFS handles this anywhere, and I've seen glabel(8) recommended elsewhere for the same reason. Either way, you can add your drives one-by-one and label them on the enclosure "arraydrive00" and then glabel the individual disks with the same name. This way when ZFS tells you "arraydrive03" is dead/offline, you can look at your enclosure and pull the drive with the arraydrive03 label. >> Depending on your controller it is also probably worth it to use one of the >> SATA-specific drivers in FreeBSD 8 - these are ones like ahci(4) and >> siis(4). While the generic ata(4) driver will work for pretty much >> everything, the updated AHCI drivers can take advantage of some more >> features. Enable the modules at boot to use them. >> > > I will look into it, thanks. The machine in question is 2 year old > hardware currently with a 3ware raid card. I will be going software > raid only, but FreeBSD already recognizes the eSATA drive I have > attached as a backup device so I know the O/S can at least talk to > sata drives attached to the mobo. > > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 20:02:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8129C1065676 for ; Tue, 3 Nov 2009 20:02:06 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id BB9CE8FC12 for ; Tue, 3 Nov 2009 20:02:05 +0000 (UTC) Received: (qmail 18411 invoked from network); 3 Nov 2009 19:56:20 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.150.139) by smtp.mel.people.net.au with SMTP; 3 Nov 2009 19:56:20 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 942161765A; Wed, 4 Nov 2009 07:02:02 +1100 (EST) Date: Wed, 4 Nov 2009 07:02:02 +1100 From: andrew clarke To: freebsd-questions@freebsd.org Message-ID: <20091103200202.GA20480@ozzmosis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 20:02:06 -0000 On Tue 2009-11-03 06:57:12 UTC-0500, carmel_ny (carmel_ny@hotmail.com) wrote: > I was attempting to create this entry in the /etc/fstab file. It is to > a WinXP machine. > > //user@bios/My Documents /laptop smbfs rw,noauto 0 0 > > It fails because 'fstab' does not allow embedded spaces in device > names, not does it allow enclosing the name in quotes. A workaround may be to run mount_smbfs from /etc/crontab (or perhaps the root user's crontab), eg. @reboot /usr/sbin/mount_smbfs -N "//user@bios/My Documents" /laptop or similar. Regards Andrew From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 20:07:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BD5F106568B for ; Tue, 3 Nov 2009 20:07:38 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF028FC08 for ; Tue, 3 Nov 2009 20:07:37 +0000 (UTC) Received: by pwj8 with SMTP id 8so2921452pwj.3 for ; Tue, 03 Nov 2009 12:07:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Ju2tEphAPa740ddKOrczZQy5XfVlxMV+s72NrHwSNrU=; b=K6DXQzjJssnLXoh3VqEWHDEA2YWJd3S1M7n+3mzXe3ddYnUwQ+Bvd0Tm1l35N0xulT RiU7GZU1Ct5wqaBK70Ic6bjSLafYeR9Z8tlThZ9pHih4teHO8h6unPN5O/obdCabD5lw FILsk+pfAjcuFveuSLPWhyh6p1icLRVWBM35Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=F4ElnryNg2K9Q87LGkeFPDwloCb29CLffUBrtlTi1XJvw+1NyIYiH1D5UyL9Ol7v1/ N5rrE9iIcVDn5Gf35Q2Y7/6VYaRMIqnh46aDklYGheEnqTceyZzSkK2pqYNccyXE3BxO E72WbWtFbx1046WQdRDJGNIqNgYSOuSX9EDwA= MIME-Version: 1.0 Received: by 10.142.119.20 with SMTP id r20mr41577wfc.303.1257278857745; Tue, 03 Nov 2009 12:07:37 -0800 (PST) In-Reply-To: <20091103200202.GA20480@ozzmosis.com> References: <20091103200202.GA20480@ozzmosis.com> Date: Tue, 3 Nov 2009 14:07:37 -0600 Message-ID: <6201873e0911031207v9aa739aq49e342009f0b0da1@mail.gmail.com> From: Adam Vande More To: andrew clarke Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 20:07:38 -0000 On Tue, Nov 3, 2009 at 2:02 PM, andrew clarke wrote: > On Tue 2009-11-03 06:57:12 UTC-0500, carmel_ny (carmel_ny@hotmail.com) > wrote: > > > I was attempting to create this entry in the /etc/fstab file. It is to > > a WinXP machine. > > > > //user@bios/My Documents /laptop smbfs rw,noauto 0 0 > > > > It fails because 'fstab' does not allow embedded spaces in device > > names, not does it allow enclosing the name in quotes. > > A workaround may be to run mount_smbfs from /etc/crontab (or perhaps > the root user's crontab), eg. > > @reboot /usr/sbin/mount_smbfs -N "//user@bios/My Documents" > /laptop > > or similar. > > Regards > Andrew > _______________________________________________ > 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" > windows path's have alternate eg c:\Test~1 -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 20:20:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53669106566B for ; Tue, 3 Nov 2009 20:20:12 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 8BEC18FC17 for ; Tue, 3 Nov 2009 20:20:11 +0000 (UTC) Received: (qmail 20052 invoked from network); 3 Nov 2009 20:14:26 -0000 Received: from unknown (HELO smtp.phoenix) (218.215.150.139) by smtp.mel.people.net.au with SMTP; 3 Nov 2009 20:14:26 -0000 Received: by smtp.phoenix (Postfix, from userid 1001) id 354711765A; Wed, 4 Nov 2009 07:20:09 +1100 (EST) Date: Wed, 4 Nov 2009 07:20:09 +1100 From: andrew clarke To: Adam Vande More Message-ID: <20091103202009.GA20680@ozzmosis.com> References: <20091103200202.GA20480@ozzmosis.com> <6201873e0911031207v9aa739aq49e342009f0b0da1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6201873e0911031207v9aa739aq49e342009f0b0da1@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 20:20:12 -0000 On Tue 2009-11-03 14:07:37 UTC-0600, Adam Vande More (amvandemore@gmail.com) wrote: > windows path's have alternate eg c:\Test~1 Yes, files and paths may all have an MS-DOS 8.3 equivalent (I think this option can be disabled in NTFS), however Windows SMB shares do not. "\\host\My Documents" is valid, but not "\\host\MYDOCU~1". From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 20:29:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07798106568B for ; Tue, 3 Nov 2009 20:29:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id CECEA8FC22 for ; Tue, 3 Nov 2009 20:29:07 +0000 (UTC) Received: by pxi28 with SMTP id 28so4132290pxi.7 for ; Tue, 03 Nov 2009 12:29:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=9EcrTdgFdqM4qexgedHvUfZlZq5Ol9A0Q36bbJ0YUvM=; b=jnT8vjqWEbv4LK4BTWbLjqvvCclhqGkHsUu1CBUQbt2oUz7Ukbk1qNd7tCJ59yYaEf uEFGvJngu8CTO0Rjc9qrT7NHWYbiNFegkJrc49ABfiCUV48sFJKg7156eP+xDqU3obgC QVh8Za5zRU0B/RO6C2PQjYtxX7lLNBvhWZPRM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZvJUtrLf7FZpiDF5NB9Lm0PG9AkLfkHRIwMZ0saT9N95WGpeotZAi0MkT5rkO9B1Ll vUR+GjPBncuYOBUQm5VXT14intAVuADKFYeOFp/P/6BCEa25ZEQpUaN5LlkK6AYonThe B0SYgdgTYObyON1bFXxPzSLMkbWLy36ZgBlpM= MIME-Version: 1.0 Received: by 10.142.61.41 with SMTP id j41mr51521wfa.298.1257280147456; Tue, 03 Nov 2009 12:29:07 -0800 (PST) In-Reply-To: <20091103202009.GA20680@ozzmosis.com> References: <20091103200202.GA20480@ozzmosis.com> <6201873e0911031207v9aa739aq49e342009f0b0da1@mail.gmail.com> <20091103202009.GA20680@ozzmosis.com> Date: Tue, 3 Nov 2009 14:29:07 -0600 Message-ID: <6201873e0911031229q235b46e7w7934fa933873a611@mail.gmail.com> From: Adam Vande More To: andrew clarke Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: /etc/fstab + embedded spaces X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 20:29:08 -0000 On Tue, Nov 3, 2009 at 2:20 PM, andrew clarke wrote: > On Tue 2009-11-03 14:07:37 UTC-0600, Adam Vande More ( > amvandemore@gmail.com) wrote: > > > windows path's have alternate eg c:\Test~1 > > Yes, files and paths may all have an MS-DOS 8.3 equivalent (I think > this option can be disabled in NTFS), however Windows SMB shares do > not. > > "\\host\My Documents" is valid, but not "\\host\MYDOCU~1". > google also say use \040 in place of space -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 20:36:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E2021065693 for ; Tue, 3 Nov 2009 20:36:38 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 39B038FC32 for ; Tue, 3 Nov 2009 20:36:38 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N5Q7H-0000bx-T4 for freebsd-questions@freebsd.org; Tue, 03 Nov 2009 21:36:35 +0100 Received: from 193.33.173.33 ([193.33.173.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2009 21:36:35 +0100 Received: from c.kworr by 193.33.173.33 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Nov 2009 21:36:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Volodymyr Kostyrko Date: Tue, 03 Nov 2009 22:36:11 +0200 Lines: 34 Message-ID: References: <591867.64364.qm@web24802.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.33.173.33 User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.8.1.23) Gecko/20090905 SeaMonkey/1.1.18 In-Reply-To: <591867.64364.qm@web24802.mail.ird.yahoo.com> Sender: news Subject: Re: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 20:36:38 -0000 Alexandre L. wrote: > Hi all, > > I want to use SLIM (Graphical login manager for X11) with XFCE4. > After the installation, I have enabled it with the line slim_enable="YES" in /etc/rc.conf > When I log in (from SLIM), the language in XFCE is english. > > If I don't use SLIM, I log in on TTY and use %startx, XFCE language is in French (I have configured it). > > Here my config files : > > .dmrc (of my user) > [Desktop] > Session=Xfce4 > Language=fr_FR.UTF-8 > > > > .login_conf (of my user) > me:\ > :charset=ISO-8859-15:\ > :lang=fr_FR.ISO8859-15:\ > > > .xinitrc (of my user) export LANG fr_FR.UTF-8 > /usr/local/bin/startxfce4 > > I want to use SLIM to launch XFCE4 in French. -- Sphinx of black quartz judge my vow. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 20:41:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8AFD106566B for ; Tue, 3 Nov 2009 20:41:50 +0000 (UTC) (envelope-from cosmic17@yandex.ru) Received: from forward9.yandex.ru (forward9.yandex.ru [77.88.61.48]) by mx1.freebsd.org (Postfix) with ESMTP id 27AE38FC14 for ; Tue, 3 Nov 2009 20:41:50 +0000 (UTC) Received: from webmail77.yandex.ru (webmail77.yandex.ru [77.88.60.181]) by forward9.yandex.ru (Yandex) with ESMTP id 4F0F74682C0 for ; Tue, 3 Nov 2009 23:27:05 +0300 (MSK) Received: from localhost (localhost [127.0.0.1]) by webmail77.yandex.ru (Yandex) with ESMTP id 2E4684301EE for ; Tue, 3 Nov 2009 23:27:05 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail77 X-Yandex-TimeMark: 1257280025 Received: from 34.87.vltele.com (34.87.vltele.com [79.174.34.87]) by mail.yandex.ru with HTTP; Tue, 03 Nov 2009 23:27:04 +0300 From: =?koi8-r?B?5M3VyMEg7snLz8zByg==?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <4631257280024@webmail77.yandex.ru> Date: Tue, 03 Nov 2009 23:27:04 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Subject: Packets delays X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 20:41:50 -0000 Hello! We have a problem... Dlink 3426 is core of our network. DGS 3612 - routers, which are connected to core (users). Core is connected to bridge. There are three interfaces igb0, igb1, igb2 on bridge: igb0 - local network igb1 - border1 igb2 - border2 Bridge is are shaper (ipfw). border1 and border2 are connected to bridge. Border1: FreeBSD 7.0-STABLE-200807 i386 Border2: FreeBSD 7.2-STABLE-200906 i386 Bridge: FreeBSD 7.2-STABLE-200906 amd64 Traffic is devided between two borders. We have not got any problems with border2. But on border1 we have: ping through border1 from users and from bridge ping ya.ru PING ya.ru (93.158.134.8): 56 data bytes 64 bytes from 93.158.134.8: icmp_seq=0 ttl=58 time=95.083 ms 64 bytes from 93.158.134.8: icmp_seq=1 ttl=58 time=102.876 ms 64 bytes from 93.158.134.8: icmp_seq=2 ttl=58 time=113.630 ms 64 bytes from 93.158.134.8: icmp_seq=3 ttl=58 time=90.352 ms 64 bytes from 93.158.134.8: icmp_seq=4 ttl=58 time=127.349 ms 64 bytes from 93.158.134.8: icmp_seq=5 ttl=58 time=115.942 ms 64 bytes from 93.158.134.8: icmp_seq=6 ttl=58 time=103.753 ms 64 bytes from 93.158.134.8: icmp_seq=7 ttl=58 time=124.507 ms But in border1 we have: ping ya.ru PING ya.ru (213.180.204.8): 56 data bytes 64 bytes from 213.180.204.8: icmp_seq=0 ttl=61 time=3.130 ms 64 bytes from 213.180.204.8: icmp_seq=1 ttl=61 time=2.909 ms 64 bytes from 213.180.204.8: icmp_seq=2 ttl=61 time=3.791 ms 64 bytes from 213.180.204.8: icmp_seq=3 ttl=61 time=2.953 ms 64 bytes from 213.180.204.8: icmp_seq=4 ttl=61 time=3.298 ms 64 bytes from 213.180.204.8: icmp_seq=5 ttl=61 time=3.096 ms bridge: 1). netstat -w1d -I igb0 input (igb0) output packets errs bytes packets errs bytes colls 32442 0 19375201 29681 0 23220291 0 31894 0 19334182 29124 0 23043942 0 31566 0 18885017 28558 0 22390016 0 31810 0 19200993 28768 0 22270687 0 31879 0 19347245 29145 0 22795440 0 31697 0 18997706 29274 0 22651927 0 32042 0 18963695 29634 0 23508103 0 30674 0 18123997 28432 0 22890282 0 31654 0 18519433 28860 0 22918799 0 31961 0 19145696 29418 0 23238031 0 32056 0 19053994 29723 0 23775215 0 32367 0 18952231 29771 0 23774054 0 2). netstat -w1d -I igb1 input (igb1) output packets errs bytes packets errs bytes colls 21378 0 19903174 21410 0 9866489 0 21444 0 19948761 21752 0 10266869 0 21435 0 19972984 21825 0 10289265 0 21318 0 19748715 21431 0 10238696 0 21606 0 19855988 21467 0 10483023 0 21825 0 19956737 21750 0 10452641 0 21665 0 19805016 21980 0 10711357 0 20937 0 18983521 21357 0 10506764 0 21241 0 19280484 21992 0 10713008 0 21469 0 19652542 21667 0 10391424 0 21235 0 19538130 21524 0 10757572 0 20779 0 18963762 21003 0 10525245 0 20853 0 18854491 21312 0 10559890 0 Those commands on border1: 1). internal netstat -w1d -I em1 input (em1) output packets errs bytes packets errs bytes colls 9862 0 8286463 8226 0 4172860 0 10060 0 8603460 7209 0 3184874 0 9290 0 7781648 7709 0 3672720 0 9720 0 8311391 7208 0 3545028 0 10256 0 8669129 8232 0 4678531 0 9509 0 8140150 7715 0 3878637 0 9554 0 8081766 7199 0 3512477 0 9426 0 8046217 7721 0 3867273 0 9795 0 8177803 7721 0 3729722 0 9637 0 8297993 7199 0 3766607 0 9671 0 8275210 7202 0 3510855 0 9451 0 8306122 7196 0 3535604 0 9324 0 8009044 7202 0 3092661 0 9715 0 8265237 7364 0 3575433 0 9908 0 8215978 7499 0 3911766 0 9776 0 8270432 8086 0 4178572 0 2). external netstat -w1d -I em0 input (em0) output packets errs bytes packets errs bytes colls 8253 0 4640677 9803 0 8495567 0 7897 0 4878726 10041 0 7322200 0 8368 0 4776220 9832 0 8565609 0 7650 0 4285985 9283 0 7717595 0 7891 0 4352473 9797 0 8134889 0 8606 0 5018218 9657 0 8289548 0 8460 0 4720658 10207 0 8397786 0 7543 0 4085187 9277 0 8059337 0 9376 0 6040976 11500 0 8860064 0 8181 0 4552212 10295 0 8582838 0 8774 0 5079266 10062 0 8494193 0 8193 0 4674008 10295 0 8520010 0 10170 0 7212068 10813 0 8596957 0 8499 0 4936674 10828 0 9090783 0 8416 0 4409607 10297 0 9050824 0 7613 0 3960242 9280 0 8231506 0 A few month ago border1 in this configuration worked succsessfully.. On border1 there is yandex driver for em. loader.conf: hw.em.rxd="4096" hw.em.txd="4096" /etc/sysctl.conf ÎÁ border1: net.inet.tcp.recvspace=262144 net.inet.tcp.sendspace=62144 net.inet.udp.recvspace=1048576 kern.ipc.maxsockbuf=4194304 kern.ipc.nmbclusters=262144 net.inet.ip.portrange.first=5700 kern.ipc.somaxconn=65535 net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 net.inet.icmp.icmplim=30 net.inet.ip.intr_queue_maxlen=4096 net.inet.tcp.delayed_ack=0 net.inet.tcp.delacktime=10 net.inet.tcp.newreno=0 net.inet.tcp.msl=2500 net.inet.ip.rtmaxcache=1024 net.inet.raw.recvspace=65536 net.inet.ip.dummynet.hash_size=65536 net.inet.ip.fw.dyn_ack_lifetime=60 net.inet.ip.fw.dyn_syn_lifetime=10 net.inet.ip.fw.dyn_fin_lifetime=10 net.inet.ip.fw.dyn_max=16192 net.inet.ip.fastforwarding=1 net.isr.direct=1 net.inet.icmp.drop_redirect=1 dev.em.0.rx_kthreads=4 dev.em.1.rx_kthreads=4 dev.em.2.rx_kthreads=4 I have made the same options in sysctl on border1 like on border2: kern.ipc.nmbclusters=262144 net.inet.icmp.icmplim=200 I have added a new option net.inet.tcp.sendbuf_max=16777216 net.inet.tcp.recvbuf_max=16777216 net.bpf.bufsize=4194304 net.bpf.maxbufsize=8388608 But have no ane good results. dmesg: Border2 external: em0: Excessive collisions = 0 em0: Sequence errors = 0 em0: Defer count = 0 em0: Missed Packets = 0 em0: Receive No Buffers = 0 em0: Receive Length Errors = 0 em0: Receive errors = 0 em0: Crc errors = 0 em0: Alignment errors = 0 em0: Collision/Carrier extension errors = 0 em0: RX overruns = 0 em0: watchdog timeouts = 0 em0: RX MSIX IRQ = 0 TX MSIX IRQ = 0 LINK MSIX IRQ = 0 em0: XON Rcvd = 0 em0: XON Xmtd = 0 em0: XOFF Rcvd = 0 em0: XOFF Xmtd = 0 em0: Good Packets Rcvd = 5018002561 em0: Good Packets Xmtd = 5133609771 em0: TSO Contexts Xmtd = 0 em0: TSO Contexts Failed = 0 Border1 internal: em0: Excessive collisions = 0 em0: Sequence errors = 0 em0: Defer count = 0 em0: Missed Packets = 9975 em0: Receive No Buffers = 7099 em0: Receive Length Errors = 0 em0: Receive errors = 0 em0: Crc errors = 0 em0: Alignment errors = 0 em0: Collision/Carrier extension errors = 0 em0: RX overruns = 1 em0: watchdog timeouts = 0 em0: RX MSIX IRQ = 0 TX MSIX IRQ = 0 LINK MSIX IRQ = 0 em0: XON Rcvd = 0 em0: XON Xmtd = 0 em0: XOFF Rcvd = 0 em0: XOFF Xmtd = 0 em0: Good Packets Rcvd = 2639750787 em0: Good Packets Xmtd = 2455117624 em0: TSO Contexts Xmtd = 18 em0: TSO Contexts Failed = 0 Border2 internal: em1: Excessive collisions = 0 em1: Sequence errors = 0 em1: Defer count = 0 em1: Missed Packets = 0 em1: Receive No Buffers = 0 em1: Receive Length Errors = 0 em1: Receive errors = 0 em1: Crc errors = 0 em1: Alignment errors = 0 em1: Collision/Carrier extension errors = 0 em1: RX overruns = 0 em1: watchdog timeouts = 0 em1: RX MSIX IRQ = 0 TX MSIX IRQ = 0 LINK MSIX IRQ = 0 em1: XON Rcvd = 0 em1: XON Xmtd = 0 em1: XOFF Rcvd = 0 em1: XOFF Xmtd = 0 em1: Good Packets Rcvd = 5189211824 em1: Good Packets Xmtd = 4995412107 em1: TSO Contexts Xmtd = 16447 em1: TSO Contexts Failed = 0 Border1 internal: em1: Excessive collisions = 0 em1: Sequence errors = 0 em1: Defer count = 0 em1: Missed Packets = 0 em1: Receive No Buffers = 0 em1: Receive Length Errors = 0 em1: Receive errors = 0 em1: Crc errors = 0 em1: Alignment errors = 0 em1: Collision/Carrier extension errors = 0 em1: RX overruns = 0 em1: watchdog timeouts = 0 em1: RX MSIX IRQ = 0 TX MSIX IRQ = 0 LINK MSIX IRQ = 0 em1: XON Rcvd = 0 em1: XON Xmtd = 0 em1: XOFF Rcvd = 0 em1: XOFF Xmtd = 0 em1: Good Packets Rcvd = 2469872680 em1: Good Packets Xmtd = 2578357516 em1: TSO Contexts Xmtd = 14174 em1: TSO Contexts Failed = 0 Bridge: internal igb0: Adapter hardware address = 0xffffff00012f0528 igb0: CTRL = 0xc00241 RCTL = 0x801a igb0: Packet buffer = Tx=0k Rx=0k igb0: Flow control watermarks high = 63488 low = 61988 igb0: Queue(0) tdh = 154, tdt = 154 igb0: no descriptors avail event = 0 igb0: TX(0) MSIX IRQ Handled = 26582786007 igb0: TX(0) Packets sent = 69466117227 igb0: Queue(1) tdh = 0, tdt = 0 igb0: no descriptors avail event = 0 igb0: TX(1) MSIX IRQ Handled = 0 igb0: TX(1) Packets sent = 0 igb0: Queue(2) tdh = 0, tdt = 0 igb0: no descriptors avail event = 0 igb0: TX(2) MSIX IRQ Handled = 0 igb0: TX(2) Packets sent = 0 igb0: Queue(3) tdh = 0, tdt = 0 igb0: no descriptors avail event = 0 igb0: TX(3) MSIX IRQ Handled = 0 igb0: TX(3) Packets sent = 0 igb0: Queue(0) rdh = 186, rdt = 185 igb0: RX(0) Packets received = 18340736258 igb0: RX(0) Split Packets = 0 igb0: RX(0) Byte count = 12477314664354 igb0: RX(0) MSIX IRQ Handled = 11343806385 igb0: RX(0) LRO Queued= 0 igb0: RX(0) LRO Flushed= 0 igb0: Queue(1) rdh = 150, rdt = 149 igb0: RX(1) Packets received = 18360157016 igb0: RX(1) Split Packets = 0 igb0: RX(1) Byte count = 12474408387147 igb0: RX(1) MSIX IRQ Handled = 11362784395 igb0: RX(1) LRO Queued= 0 igb0: RX(1) LRO Flushed= 0 igb0: Queue(2) rdh = 142, rdt = 140 igb0: RX(2) Packets received = 18122235444 igb0: RX(2) Split Packets = 0 igb0: RX(2) Byte count = 12331139081653 igb0: RX(2) MSIX IRQ Handled = 11268633644 igb0: RX(2) LRO Queued= 0 igb0: RX(2) LRO Flushed= 0 igb0: Queue(3) rdh = 95, rdt = 94 igb0: RX(3) Packets received = 18379433903 igb0: RX(3) Split Packets = 0 igb0: RX(3) Byte count = 12407828772109 igb0: RX(3) MSIX IRQ Handled = 11387935869 igb0: RX(3) LRO Queued= 0 igb0: RX(3) LRO Flushed= 0 igb0: LINK MSIX IRQ Handled = 5 igb0: Mbuf defrag failed = 0 igb0: Std mbuf header failed = 0 igb0: Std mbuf packet failed = 0 igb0: Driver dropped packets = 0 igb0: Driver tx dma failure in xmit = 0 border1 igb1: Adapter hardware address = 0xffffff000451a528 igb1: CTRL = 0x18c00241 RCTL = 0x801a igb1: Packet buffer = Tx=0k Rx=0k igb1: Flow control watermarks high = 63488 low = 61988 igb1: Queue(0) tdh = 150, tdt = 151 igb1: no descriptors avail event = 1 igb1: TX(0) MSIX IRQ Handled = 9053729033 igb1: TX(0) Packets sent = 15117561092 igb1: Queue(1) tdh = 0, tdt = 0 igb1: no descriptors avail event = 0 igb1: TX(1) MSIX IRQ Handled = 0 igb1: TX(1) Packets sent = 0 igb1: Queue(2) tdh = 0, tdt = 0 igb1: no descriptors avail event = 0 igb1: TX(2) MSIX IRQ Handled = 0 igb1: TX(2) Packets sent = 0 igb1: Queue(3) tdh = 0, tdt = 0 igb1: no descriptors avail event = 0 igb1: TX(3) MSIX IRQ Handled = 0 igb1: TX(3) Packets sent = 0 igb1: Queue(0) rdh = 253, rdt = 251 igb1: RX(0) Packets received = 3887801598 igb1: RX(0) Split Packets = 0 igb1: RX(0) Byte count = 3419307814950 igb1: RX(0) MSIX IRQ Handled = 2880414195 igb1: RX(0) LRO Queued= 0 igb1: RX(0) LRO Flushed= 0 igb1: Queue(1) rdh = 119, rdt = 118 igb1: RX(1) Packets received = 3908297847 igb1: RX(1) Split Packets = 0 igb1: RX(1) Byte count = 3460826092933 igb1: RX(1) MSIX IRQ Handled = 2888114773 igb1: RX(1) LRO Queued= 0 igb1: RX(1) LRO Flushed= 0 igb1: Queue(2) rdh = 152, rdt = 151 igb1: RX(2) Packets received = 3922202264 igb1: RX(2) Split Packets = 0 igb1: RX(2) Byte count = 3503326896463 igb1: RX(2) MSIX IRQ Handled = 2886529770 igb1: RX(2) LRO Queued= 0 igb1: RX(2) LRO Flushed= 0 igb1: Queue(3) rdh = 92, rdt = 91 igb1: RX(3) Packets received = 3887004765 igb1: RX(3) Split Packets = 0 igb1: RX(3) Byte count = 3441233186193 igb1: RX(3) MSIX IRQ Handled = 2879712428 igb1: RX(3) LRO Queued= 0 igb1: RX(3) LRO Flushed= 0 igb1: LINK MSIX IRQ Handled = 10 igb1: Mbuf defrag failed = 0 igb1: Std mbuf header failed = 0 igb1: Std mbuf packet failed = 0 igb1: Driver dropped packets = 0 igb1: Driver tx dma failure in xmit = 0 Border2: igb2: Adapter hardware address = 0xffffff0004575528 igb2: CTRL = 0x18c00241 RCTL = 0x801a igb2: Packet buffer = Tx=0k Rx=0k igb2: Flow control watermarks high = 63488 low = 61988 igb2: Queue(0) tdh = 74, tdt = 74 igb2: no descriptors avail event = 3117 igb2: TX(0) MSIX IRQ Handled = 22305812305 igb2: TX(0) Packets sent = 57738555533 igb2: Queue(1) tdh = 0, tdt = 0 igb2: no descriptors avail event = 0 igb2: TX(1) MSIX IRQ Handled = 0 igb2: TX(1) Packets sent = 0 igb2: Queue(2) tdh = 0, tdt = 0 igb2: no descriptors avail event = 0 igb2: TX(2) MSIX IRQ Handled = 0 igb2: TX(2) Packets sent = 0 igb2: Queue(3) tdh = 0, tdt = 0 igb2: no descriptors avail event = 0 igb2: TX(3) MSIX IRQ Handled = 0 igb2: TX(3) Packets sent = 0 igb2: Queue(0) rdh = 246, rdt = 245 igb2: RX(0) Packets received = 13727912438 igb2: RX(0) Split Packets = 0 igb2: RX(0) Byte count = 10677902707967 igb2: RX(0) MSIX IRQ Handled = 8730210616 igb2: RX(0) LRO Queued= 0 igb2: RX(0) LRO Flushed= 0 igb2: Queue(1) rdh = 51, rdt = 50 igb2: RX(1) Packets received = 13676394291 igb2: RX(1) Split Packets = 0 igb2: RX(1) Byte count = 10622417591526 igb2: RX(1) MSIX IRQ Handled = 8706454649 igb2: RX(1) LRO Queued= 0 igb2: RX(1) LRO Flushed= 0 igb2: Queue(2) rdh = 194, rdt = 193 igb2: RX(2) Packets received = 13687518658 igb2: RX(2) Split Packets = 0 igb2: RX(2) Byte count = 10608204213317 igb2: RX(2) MSIX IRQ Handled = 8716002420 igb2: RX(2) LRO Queued= 0 igb2: RX(2) LRO Flushed= 0 igb2: Queue(3) rdh = 131, rdt = 130 igb2: RX(3) Packets received = 13660077699 igb2: RX(3) Split Packets = 0 igb2: RX(3) Byte count = 10588060857368 igb2: RX(3) MSIX IRQ Handled = 8692141405 igb2: RX(3) LRO Queued= 0 igb2: RX(3) LRO Flushed= 0 igb2: LINK MSIX IRQ Handled = 32 igb2: Mbuf defrag failed = 0 igb2: Std mbuf header failed = 0 igb2: Std mbuf packet failed = 0 igb2: Driver dropped packets = 0 We have changed the cable between bridge and borfer1...but haven`t got any results From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 22:12:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBFC81065670 for ; Tue, 3 Nov 2009 22:12:47 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 65A058FC20 for ; Tue, 3 Nov 2009 22:12:47 +0000 (UTC) Received: by ewy18 with SMTP id 18so7947ewy.43 for ; Tue, 03 Nov 2009 14:12:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=xep3sM8Ffo8m285doK2a/m9PIOWXTzqIWRXv18urMH0=; b=vlwDGyhpyV+qiW1gX8innf15kJT7pIgSC3TXb1vvLFGmyJaiqK73HX7hBoWImB12HX Pgfo5aHwaZnz8Lj6KFCd/nXvVXdDpfvLKClPuAGdHxmrowu9ycGtvzLiPCx0JwriKPLt 8o8vUvLQgQd+6hOZ62YTYXu5p4O21pr0FL3lY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nMui+bhOTASYAzfJ8Lcv/XzBAW6gMA7x5bR+YB+yDmRevhOGzS5c/lO68HJoZLtl8/ z2M/3jrC5Xk6OMQH+S8Wnz2HXxwAnHU6lXDRzJJCS3IqczUUIMr7EDyg9qmdGvfuWnc+ gKRY82PpwzjPBtrO6XLsl3zOAvwKj8CPfmicI= MIME-Version: 1.0 Received: by 10.239.170.34 with SMTP id q34mr73621hbe.3.1257286366216; Tue, 03 Nov 2009 14:12:46 -0800 (PST) In-Reply-To: <4AF07CD8.1070005@rawbw.com> References: <4AE20909.4060808@rawbw.com> <3a142e750910231610l367c7ecfnbc4fd85301c3862c@mail.gmail.com> <4AF07CD8.1070005@rawbw.com> Date: Tue, 3 Nov 2009 23:12:46 +0100 Message-ID: <19e9a5dc0911031412h5ac2d92aq1d1acabf83761232@mail.gmail.com> From: Gonzalo Nemmi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Does hybernate/wakeup 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: Tue, 03 Nov 2009 22:12:48 -0000 On Tue, Nov 3, 2009 at 7:56 PM, Yuri wrote: > Paul B Mahol wrote: > >> On 10/23/09, Yuri wrote: >> >> >>> I tried to make system hybernate with 'acpiconf -s4' on my laptop. >>> It quickly turned off, but when I press the power button it boots like >>> no hybernate and begins to check disks. >>> >>> What can be wrong? >>> >>> >> >> OS S4 is not implemented, but BIOS S4 is possible on some machines ... >> And on 8.0 and 9.0 i386 SMP doesnt resume properly (amd64 works). >> >> > > 'acpiconf -s4' also brings laptop to unwakeable state. Power button begins > to flash, when I press any button there is some disk activity, power button > light turns on. And nothing happens. > 'apm -z' produces similar result. > > > Maybe it's better to ask what works? > Is there any way I can use suspend/sleep mode? Any basic way to make it > sleep? > > Yuri > acpiconf -s3 should put it to sleep .. you can also set hw.acpi.lid_switch_state: S3 in /etc/sysctl.conf so you can close the lid and send the laptop to S3 ... the problem might be getting the system to resume .. Best Regards Gonzalo From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 22:08:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0939106568D for ; Tue, 3 Nov 2009 22:08:17 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n10.bullet.mail.mud.yahoo.com (n10.bullet.mail.mud.yahoo.com [209.191.125.208]) by mx1.freebsd.org (Postfix) with SMTP id 6C0108FC12 for ; Tue, 3 Nov 2009 22:08:17 +0000 (UTC) Received: from [209.191.108.97] by n10.bullet.mail.mud.yahoo.com with NNFMP; 03 Nov 2009 21:55:34 -0000 Received: from [68.142.201.253] by t4.bullet.mud.yahoo.com with NNFMP; 03 Nov 2009 21:55:34 -0000 Received: from [127.0.0.1] by omp414.mail.mud.yahoo.com with NNFMP; 03 Nov 2009 21:55:34 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 845222.45244.bm@omp414.mail.mud.yahoo.com Received: (qmail 65694 invoked by uid 60001); 3 Nov 2009 21:55:34 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257285334; bh=YupBsBlYsaR7Kyo8HZSw3M4V7fvWSvD+XyWSH+7Xc3E=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=JpJavTLIE4vEVWRfxaRY6mKWw0VXo5OQG/NTeFUk3IvejL0BAFxjYSVjeuroIF2mhRaiRVU1k7Z5bOdVFAvdXwrYKeY/jtn4YRkncjj/vuzwPcRwMuwMkd7g4IUzQyfMX6GpS41NQrcBG9FQUlzA8GzRwKIbtZpUUy4VXFBP0PE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=RJQhhJEO9PVGu+ZYP0e03yfX9tDGrvVC15evGAaM020JHS67GTOJOYCntgg2Havkn+2zeHt2f5G+VcB5YvNO0fUaO0kmFRifqxvxOcgehjqLxfLEfk23zhcwkv0+GjhCtwjRXGUDFH4UELN4bfHgLpd2/c2ebS7dgMOvspNbK8M=; Message-ID: <277326.60324.qm@web110105.mail.gq1.yahoo.com> X-YMail-OSG: bGBUiVoVM1knqSxFcpKZeG7s.bsFEHtTeE8aP.UDAZA_ke4z_8azin_6BRsHFATcn3bqypt5cELd64.DyWcd4ttNPo6Mem4ZUpsN.W_5OJAynQQ4OyQ5x2dZdceRQqR7urchIKQOhOD5qhNZ4sOg71WT4ciAPNu6BB9yXXiImopxQJD7vm8vmYrHPtgivxfV4K3gh5tG8inBkA9JzXSVvQuRQDoQ3IvNCr1D40QwRBuI281TuaboqIA3kdAfPPal9_fbCbk- Received: from [98.211.115.169] by web110105.mail.gq1.yahoo.com via HTTP; Tue, 03 Nov 2009 13:55:34 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Tue, 3 Nov 2009 13:55:34 -0800 (PST) From: Super Biscuit To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 03 Nov 2009 22:16:31 +0000 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: need help with nvidia 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, 03 Nov 2009 22:08:17 -0000 I'm not able to use the glx settings on my computer. RGB comes back as a double buffer error. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 22:09:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 908311065670 for ; Tue, 3 Nov 2009 22:09:40 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n10.bullet.mail.mud.yahoo.com (n10.bullet.mail.mud.yahoo.com [209.191.125.208]) by mx1.freebsd.org (Postfix) with SMTP id 4BF008FC19 for ; Tue, 3 Nov 2009 22:09:40 +0000 (UTC) Received: from [68.142.194.244] by n10.bullet.mail.mud.yahoo.com with NNFMP; 03 Nov 2009 21:56:54 -0000 Received: from [68.142.201.64] by t2.bullet.mud.yahoo.com with NNFMP; 03 Nov 2009 21:56:54 -0000 Received: from [127.0.0.1] by omp416.mail.mud.yahoo.com with NNFMP; 03 Nov 2009 21:56:54 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 726308.75914.bm@omp416.mail.mud.yahoo.com Received: (qmail 66084 invoked by uid 60001); 3 Nov 2009 21:56:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257285414; bh=ghzvI0SZxRZyWSxKagAMsi4wpS4azIjkc9PUbhmSMXo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=GxK+DIi2X3y5YR1jQWGBsYhXNn6jPmuJMB/l1wTEnyNkUiQBcqZpnVNLg3W8e45w8ptNNg8VdP2NEXGVYpHWyCgPxBB7OAqvm+x3XR6WM1Jvpae0rOVBOyhmKUXC2u9Vu9OCT1SV29/D/eCInFw+RJ8+W5qZPdq9QZisIrwTpCA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=20N08CMQvQuO1XDp1q+If0Xk4gmvAX8rwsBS7CmmTtRqEoH9Ly4DxSCA93xPw2ZMZ7xOhOGLP4M1HrOM++GIAZhQfNe2rkfKErSYJI6wqKtqqjCjbEil88q1QLSRoL/+dpiR+Kh01V4sPE48Qg3oNANf2EO91gz/WfNlmYcDwlo=; Message-ID: <140879.66068.qm@web110105.mail.gq1.yahoo.com> X-YMail-OSG: giYSna0VM1nPO5Y4HEsimxdzW3xIJYgN4V5lBK2hQ5FnpOjxXnA3mpefmisuKx3_xRUaRkxKZRetpfJeoP2OTE2uZTJnrz0uciTHUywPg.6HNtx3LsdCKMPeuYiWMSzvqjbFmdnpwMyXPc57b.oEoSRG.QYQdS4RvsSroE5_GcacoUFrsZ6xBeps2SUPdnbAITQkiuZXVJy594NuYjDtPPY2Hz0g6g23yBDSA7MxsT6Tj1xQOn.l721Xtt_.ouffEeQK2OM- Received: from [98.211.115.169] by web110105.mail.gq1.yahoo.com via HTTP; Tue, 03 Nov 2009 13:56:53 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Tue, 3 Nov 2009 13:56:53 -0800 (PST) From: Super Biscuit To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 03 Nov 2009 22:16:42 +0000 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: mounting media with policykit and hald X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 03 Nov 2009 22:09:40 -0000 How do I mount smartmedia and other media types without the use of camcontrol? From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 22:10:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9851E106566C for ; Tue, 3 Nov 2009 22:10:55 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n74.bullet.mail.sp1.yahoo.com (n74.bullet.mail.sp1.yahoo.com [98.136.44.186]) by mx1.freebsd.org (Postfix) with SMTP id 5C3B58FC1C for ; Tue, 3 Nov 2009 22:10:55 +0000 (UTC) Received: from [216.252.122.219] by n74.bullet.mail.sp1.yahoo.com with NNFMP; 03 Nov 2009 21:58:20 -0000 Received: from [68.142.194.243] by t4.bullet.sp1.yahoo.com with NNFMP; 03 Nov 2009 21:58:20 -0000 Received: from [68.142.201.244] by t1.bullet.mud.yahoo.com with NNFMP; 03 Nov 2009 21:58:20 -0000 Received: from [127.0.0.1] by omp405.mail.mud.yahoo.com with NNFMP; 03 Nov 2009 21:58:20 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 644966.98445.bm@omp405.mail.mud.yahoo.com Received: (qmail 44716 invoked by uid 60001); 3 Nov 2009 21:58:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257285500; bh=XmP+qT8EX9SDYaM5HCuHhMdywaBqD2Cg94FXqc9ub2Q=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=4ANZJUR8DE8qLhWrKBziZUYttdiS6ODEvENsnBdXlvGtoiydAvJnzncQPUSVsMsCCLoGOGPXD7/KKzTtlhQD1qqik2dtIgHOI4zWcUXVr5XJL62w3glB8lyMtFV/FmEdSEv1zaYi0H6UI36pdOMTEQ37i+sGFO0qDKFp+wGmWok= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=by2qGhteKKbheAPRIGR1h9sBW1xPfD19asfSEFMh+twPze6SH+SipGNgCBOll7Qunkae20uZCr09A4A/A2Jsf+VSyvEOJlVzfNVSGgaeNNLMOMiGnPvHiMumTgXFGRvuQkmeYekpWxG3rvO+nq1sO2elderURhtBP3wNEd1kN3I=; Message-ID: <13645.44698.qm@web110109.mail.gq1.yahoo.com> X-YMail-OSG: JufqKakVM1mFAEUlMVrNym3fUgbRw4dfLMVJTgH4iSF9IEuxVAS23cPQ7pUVShsT6zPbh7PRJm.m1dYWktxu9eH3sfDvX8ZdiGt4QG2UOURalprIY6jawEcwCVXVGJnVqkwLmKk3lMj958aFdZvVU7I2vPrSWY_N4nz3Uv92BkNuFI_PgoPt6W5hdL__W9Yh6534C.0OvJxwhBFma2K.KDvfn1idl1uby6OxY1tw25Xaq3mEqcA.wlakSDDcCqD_daeFi_s- Received: from [98.211.115.169] by web110109.mail.gq1.yahoo.com via HTTP; Tue, 03 Nov 2009 13:58:19 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Tue, 3 Nov 2009 13:58:19 -0800 (PST) From: Super Biscuit To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 03 Nov 2009 22:29:14 +0000 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: linux emulation 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, 03 Nov 2009 22:10:55 -0000 I'm using linux_base-f10. During the installation of ports. The error comes to to use at least base-f8. Ports have been updated. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 23:24:46 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6061065672 for ; Tue, 3 Nov 2009 23:24:46 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF518FC1B for ; Tue, 3 Nov 2009 23:24:46 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id 78D632841D; Wed, 4 Nov 2009 12:24:42 +1300 (NZDT) Date: Wed, 4 Nov 2009 12:24:42 +1300 From: Jonathan Chen To: Jove James Message-ID: <20091103232442.GA70555@osiris.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@FreeBSD.org Subject: Re: ask for help on a strange question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 23:24:46 -0000 On Tue, Nov 03, 2009 at 11:08:25PM +0800, Jove James wrote: > Hi friend, > > I've set up a FreeBSD virtual machine with VmWare Player. After configuring > networ I installed xampp-linux-1.7.2.tar.gz on it. But quite weird that I > got "command not found" error: > > jove# pwd > /opt/lampp > jove# ls > RELEASENOTES error lampp logs sbin > backup etc lib modules share > bin htdocs libexec phpmyadmin tmp > cgi-bin icons licenses phpsqliteadmin var > jove# ./lampp start > ./lampp: Command not found. Assuming that "lampp" is a script with the exec bit set, you may want to check that the first line references a script-interpreter that exists, eg "#!/usr/bin/perl". Cheers. -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed From owner-freebsd-questions@FreeBSD.ORG Tue Nov 3 23:40:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62896106568B for ; Tue, 3 Nov 2009 23:40:38 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 122358FC0A for ; Tue, 3 Nov 2009 23:40:37 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 15541963 for freebsd-questions@freebsd.org; Tue, 03 Nov 2009 17:40:37 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Tue, 3 Nov 2009 17:40:36 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Tue, 3 Nov 2009 17:40:35 -0600 Thread-Topic: OpenWBEM for FreeBSD? Thread-Index: Acpc3wpDMY1B20mtRUO23rqqgl2L4Q== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375F355@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: OpenWBEM for 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: Tue, 03 Nov 2009 23:40:38 -0000 Anyone know if there is a port for OpenWBEM for FreeBSD? I did some searchi= ng but couldn't find anything, although I did find references saying that t= here is a FreeBSD port. I couldn't find anything in the usual places though= ... From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 00:32:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB101065670 for ; Wed, 4 Nov 2009 00:32:41 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B4DB78FC13 for ; Wed, 4 Nov 2009 00:32:41 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 2A3CD7E854; Tue, 3 Nov 2009 15:32:40 -0900 (AKST) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 4 Nov 2009 01:32:39 +0100 User-Agent: KMail/1.12.1 (FreeBSD/8.0-RC1; KDE/4.3.1; i386; ; ) References: <20091102221422.GA7482@guilt.hydra> <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911040132.39064.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: jhell , Paul B Mahol Subject: Re: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 00:32:42 -0000 On Tuesday 03 November 2009 00:57:41 jhell wrote: > On Mon, 2 Nov 2009 17:27, onemda@ wrote: > > On 11/2/09, Chad Perrin wrote: > >> If I want to start wpa_supplicant directly, and specify a particular > >> configuration file, I can do something like this: > >> > >> wpa_supplicant -i iwi0 -c /path/to/wpa_alternate.conf > >> > >> How would I specify the use of /path/to/wpa_alternate.conf in my rc.conf > >> ifconfig line, rather than just going with the default > >> /etc/wpa_supplicant.conf file? > > > > Look into /etc/defaults/rc.conf for hint. > > This is not a option in rc.conf default or otherwise ATM. It is on 8. Looks pretty safe to apply: svn diff -c 178022 svn://svn.freebsd.org/base/stable/8 -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 00:49:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCC091065672 for ; Wed, 4 Nov 2009 00:49:51 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A09A88FC18 for ; Wed, 4 Nov 2009 00:49:51 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 003D07E853; Tue, 3 Nov 2009 15:49:49 -0900 (AKST) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 4 Nov 2009 01:49:48 +0100 User-Agent: KMail/1.12.1 (FreeBSD/8.0-RC1; KDE/4.3.1; i386; ; ) References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Peter Steele Subject: Re: system() call causes core 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: Wed, 04 Nov 2009 00:49:51 -0000 On Saturday 31 October 2009 21:52:37 Peter Steele wrote: > >In UNIX it is not safe to perform arbitrary actions after forking a > > multi-threaded process. You're basically expected to call exec soon > > after the fork, although you can do certain other work if you are very > > careful. > > > >The reason for this is that after the fork, only one thread will be > > running in the child, and if that thread tries to acquire a lock or other > > formerly-shared resource it may deadlock or crash, because the child > > process is no longer accessing the same memory location as the threads in > > the parent process (it gets a separate copy of the address space at the > > time of fork, which may not be in a consistent state from the point of > > view of the thread library). > > I am not calling fork explicitly. The thread I'm running in was created > with pthread_create(). The fork() in the stack trace in my original email > is being called by the system() function as it spawns off the process it > is supposed want to run. Is there a safe way to call system() within a > pthread? Either I'm very lucky, or popen is better suited for this, as I have this running on various machines, 24/7: #define PING_CMD \ "ping -n -c 50 %s 2>/dev/null|egrep 'round-trip|packets received'" /* worker thread main loop */ void *monitor_host(void *data) { ... if( -1 == asprintf(&cmd, PING_CMD, ip) ) { warnl("Failed to construct command"); *ex = EX_OSERR; return(ex); } .... while( !signalled ) { if( (cmd_p = popen(cmd, "r")) == NULL ) { warnl("Failed to run command %s", cmd); *ex = EX_OSERR; return(ex); } EV_SET(&ch, fileno(cmd_p), EVFILT_READ, EV_ADD|EV_ENABLE, 0, 0, NULL); for( ;; ) { int nev; if( signalled || (nev = kevent(kq, &ch, 1, &ev, 1, &timeout)) == -1 ) { if( signalled == SIGHUP ) goto closeproc; else goto cleanup; } if( nev ) break; } /* read fp, store in db */ } } -- Mel From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 00:51:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C382106568F for ; Wed, 4 Nov 2009 00:51:46 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 41C638FC1B for ; Wed, 4 Nov 2009 00:51:45 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nA40pjRM067108 for ; Tue, 3 Nov 2009 16:51:45 -0800 (PST) Message-ID: <4AF0D020.8060707@rawbw.com> Date: Tue, 03 Nov 2009 16:51:44 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why trying to create file on ntfs-mounted directory always causes "No such file or directory" error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 00:51:46 -0000 I have r/w mounted ntfs. And 'touch x' there produces an error. Why would this be? 8.0-RC2 Yuri From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 01:16:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00D6106566C for ; Wed, 4 Nov 2009 01:16:10 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id A69A28FC15 for ; Wed, 4 Nov 2009 01:16:10 +0000 (UTC) Received: from mohawk7.intra.net (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id C71541CCA0 for ; Tue, 3 Nov 2009 15:16:09 -1000 (HST) Message-ID: <4AF0D5D9.8030604@hdk5.net> Date: Tue, 03 Nov 2009 15:16:09 -1000 From: Al Plant User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 FreeBSD/i386 SeaMonkey/1.1.7 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Linux-realplayer missing 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, 04 Nov 2009 01:16:10 -0000 Aloha, I am trying to get Linux-RealPlayer to install from updated ports collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed fine on this test box.) Error says it cannot be found in our ports collection. Is there a way to locate the maintainer? This port is missing some components. Or can it be down loaded into distfiles? If so from where? Or has this been replaced by something else to play audio in ports. I would be glad to try any port for playing audio from web or files that is known to work. Thanks.... ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + + http://aloha50.net - Supporting - FreeBSD 7.2 - 8.0 - 9* + < email: noc@hdk5.net > "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 01:16:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51E62106566B for ; Wed, 4 Nov 2009 01:16:26 +0000 (UTC) (envelope-from rob1940@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 296C68FC1D for ; Wed, 4 Nov 2009 01:16:25 +0000 (UTC) Received: by pzk40 with SMTP id 40so4291127pzk.7 for ; Tue, 03 Nov 2009 17:16:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=LJ9G/ECHbqmhvz9zP88V7jSuWfvAMoVd9Miwpo2+WNQ=; b=FcDRiISNnJo5zAOjHJNXylF7t39Jqrgyz9YRz2KKNVksAotGgXYDOFJZnli880t4os lztUi2bn95xVlNgGgN/RRDEJsD0ygeBZEmQf7pIAdO+k7XnyulFCmIlK2cqzzFuY9p2k plXjPYNirOumhrCMf2QdHtt4py4h6pb7kyFRc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; b=sQKrtfUT6pH25zOkdmOraRdojHyAAm6gBcoBCUIEd2/Bad/EfjZyN80s0GKccclSiG 1iwP7dF9IMj9jGbQWXhPnx87wuLOSIj3JTmbVTh3x6+oe9aQXUYXnLv8F0lGY7M9AnLX Fxfd4Itn81/V+8VJcmTuvCop+058/AOAyPYMQ= MIME-Version: 1.0 Received: by 10.142.202.20 with SMTP id z20mr75469wff.308.1257297385697; Tue, 03 Nov 2009 17:16:25 -0800 (PST) In-Reply-To: <4AF0D020.8060707@rawbw.com> References: <4AF0D020.8060707@rawbw.com> Date: Wed, 4 Nov 2009 12:16:25 +1100 Message-ID: From: Rob Hurle To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: Why trying to create file on ntfs-mounted directory always causes "No such file or directory" error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rob1940@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 01:16:26 -0000 Hi Yuri, You wrote: > I have r/w mounted ntfs. > And 'touch x' there produces an error. > > Why would this be? I've had this too. The standard ntfs does not allow rw on the file system. You have to install fuse-ntfs from /usr/ports/sysutils (please check this on your system - I do not have a FreeBSD system in front of me just now). Then it must be mounted from the command line: ntfs-3g /dev/disc_whatever /mount_point I could not get it to work from /etc/fstab. I'll check exactly how I do it tonight when I get home and re-post with more details. Cheers, Rob Hurle -- ----------------------------- Rob Hurle ANU, College of Asia and the Pacific School of Culture, History and Language e-mail: rob1940@gmail.com Telephone (ANU): +61 2 6125 3169 Mobile (in VN): +84 948 243 538 (Currently in Australia) Mobile (in OZ): +61 417 293 603 (Currently in Australia) ----------------------------- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 01:53:14 2009 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 186371065670 for ; Wed, 4 Nov 2009 01:53:14 +0000 (UTC) (envelope-from steven.samuel.cole@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id C693D8FC13 for ; Wed, 4 Nov 2009 01:53:13 +0000 (UTC) Received: by yxe1 with SMTP id 1so6225991yxe.3 for ; Tue, 03 Nov 2009 17:53:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=c71VKX0FP3NBgR4AB5HrTiGLo/WA2/rHfLfK9Ih2lhc=; b=IQOCW2U/YEXs//OWzSJCsMkoVLg0BGoUc6qIE7yKcYEYsniTW0ksq1GSIVkebpocBy 1GD19HugBVLYfMYAq0N5esT7hg8WT/gGVRwP2lgEwfQZDiL6xyOKPb9dSfxFXKZDihVw GO/H5H+1HpQ+jFfy9ZX+jzSD0bXpZNNJxGXmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=dTQItzMPx1aOTVzRokNKwKCbhDv1eJinllQNMmVKtIpswUc9qatWM96+Z0I89Xa0dX hy+RNX9uucSUz5s85r6KCl+pZpbtYeEil1ULjVLU5EYPrbJso3HELP70MW06X1XEraiX YbsxpVgowRKZ8lX+md099t9MWFuwvYRFHlD5s= Received: by 10.150.33.5 with SMTP id g5mr1534829ybg.132.1257297843510; Tue, 03 Nov 2009 17:24:03 -0800 (PST) Received: from call.local ([121.98.140.46]) by mx.google.com with ESMTPS id 23sm216072ywh.33.2009.11.03.17.23.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Nov 2009 17:24:02 -0800 (PST) Message-ID: <4AF0D7A4.3070705@gmail.com> Date: Wed, 04 Nov 2009 14:23:48 +1300 From: Steven Samuel Cole User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ZFS non-zero checksum and permanent error with deleted 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: Wed, 04 Nov 2009 01:53:14 -0000 Hello, I couldn't find a dedicated FreeBSD/ZFS mailing list, so I hope this is the right place to ask. I'd like some advice if I should rely on one of my ZFS pools: [user@host ~]$ sudo zpool clear zpool01 ... [user@host ~]$ sudo zpool scrub zpool01 ... [user@host ~]$ sudo zpool status -v zpool01 pool: zpool01 state: ONLINE status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://www.sun.com/msg/ZFS-8000-8A scrub: none requested config: NAME STATE READ WRITE CKSUM zpool01 ONLINE 0 0 4 raidz1 ONLINE 0 0 4 ad12 ONLINE 0 0 0 ad14 ONLINE 0 0 0 ad16 ONLINE 0 0 0 ad18 ONLINE 0 0 0 errors: Permanent errors have been detected in the following files: zpool01:<0x3736a> How can there be an error in a file that does not seem to exist ? How can I clear / recover from the error ? I have read the corresponding documentation and did the obligatory research, but so far, the only option I can see is a full destroy/create cycle - which seems an overkill, considering the pool size and the fact that there seems to be only one (deleted ?) file involved. [user@host ~]$ df -h /mnt/zpool01/ Filesystem Size Used Avail Capacity Mounted on zpool01 1.3T 1.2T 133G 90% /mnt/zpool01 [user@host ~]$ uname -a FreeBSD host.domain 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 07:18:07 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Cheers, ssc From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 02:05:22 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 522FC106566B for ; Wed, 4 Nov 2009 02:05:22 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 143CE8FC0A for ; Wed, 4 Nov 2009 02:05:21 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nA424gKj015467 for ; Tue, 3 Nov 2009 18:04:42 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Tue, 3 Nov 2009 18:05:17 -0800 (PST) Date: Tue, 3 Nov 2009 18:05:17 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20091104020514.GA5360@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Subject: 100.0% OT [almost] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 02:05:22 -0000 will anybody interested in checkiing out my html/php [koff, koff] "skills" please look at http://journey.thought.org/home and get back to me *offlist*? need help. Any ideas why this renders slightly differently in freebsd and the linux on my laptop? both using firefox3. it isn't critical that this renders Exactly the same regardless, but it wouldn't hurt. -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 02:34:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B474106566B for ; Wed, 4 Nov 2009 02:34:14 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4D48FC0A for ; Wed, 4 Nov 2009 02:34:13 +0000 (UTC) Received: by ewy18 with SMTP id 18so182395ewy.43 for ; Tue, 03 Nov 2009 18:34:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=vEN8/MxlP1alR0WC3u40PKa4g/F40MoM0/R9uVRedKQ=; b=T/7d6BKW4uizcrQETvDDRsziRvM+mTSJqDMqr5Jsk81Gjo5mOf5OHBRoaTbEaZaXD7 sy1JTeNN4S5MPH0RUtNJz6OUcpZxpAufo0EilPTnSUmwAsSqn00ouViMwj4sjN27GQTB d+z3XaV/kc7jvtHeBsVyPw2ChBogKlRnYpwnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=CwC2tkYfgxrbcp1SrMNJu7bLUQcGOxTbdwKsb1wgfhHJjwxIAoWRTysmIfEmApeRgR PZY6tl705EA/i+uL2g3hbEAwCAdHbBpgVLvU1x8TVBhMF1vSc2nSBQ9RhnVFm3l5wg4L SWJAfOVpM4VyC8jU46/JMceq6jj50ynwyjw3U= Received: by 10.213.45.144 with SMTP id e16mr906351ebf.99.1257302052593; Tue, 03 Nov 2009 18:34:12 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 10sm804424eyd.6.2009.11.03.18.34.09 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Nov 2009 18:34:10 -0800 (PST) Date: Wed, 4 Nov 2009 02:34:07 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091104023407.1fb2983a@gumby.homeunix.com> In-Reply-To: References: <2cd283d1fad03837950ef165cf75756c@prodigy.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Salvage files from harddrive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 02:34:14 -0000 On Tue, 6 Oct 2009 20:50:39 -0400 jhell wrote: > If you can mount this disk in single user mode your best bet to be > safe is just glabel it to something else that your second system is > not before you take the disk out of the machine. > > Even though I don't think it should/would be a problem I can not > speak of a authoritative nature on this subject because I have not > had to test such cases. Personally, I don't think this practise of labelling partitions with names like var makes any sense. fstab exists to keep track of what devices map to which mount points, the point of glabel is to give those devices unique names that are independent of where and when they are detected. I think people get the idea that if they use labels like var they'll never need to edit fstab again. The benefit of that is negligible, it's much easier and less confusing to make minor changes to fstab when you copy it to a new disk than it is to shuffle labels around. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 03:01:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09438106566B for ; Wed, 4 Nov 2009 03:01:00 +0000 (UTC) (envelope-from kennethcf@earthlink.net) Received: from elasmtp-mealy.atl.sa.earthlink.net (elasmtp-mealy.atl.sa.earthlink.net [209.86.89.69]) by mx1.freebsd.org (Postfix) with ESMTP id BAD4E8FC3A for ; Wed, 4 Nov 2009 03:00:59 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=ZmRpd+XR0CZHn3Kpnw1gpLsU23HpeMTRAq91Of/XbIK1scPZec4Mn3lntYyYWTAS; h=Message-ID:Date:From:Reply-To:To:Subject:Cc:Mime-Version:Content-Transfer-Encoding:X-Mailer:Content-Type:X-ELNK-Trace:X-Originating-IP; Received: from [209.86.224.68] (helo=wamui-hunyo.atl.sa.earthlink.net) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1N5W7G-0004vv-C9; Tue, 03 Nov 2009 22:00:58 -0500 Received: from 66.32.233.164 by webmail.c.earthlink.net with HTTP; Tue, 3 Nov 2009 22:00:57 -0500 Message-ID: <24656683.1257303658000.JavaMail.root@wamui-hunyo.atl.sa.earthlink.net> Date: Tue, 3 Nov 2009 22:00:57 -0500 (EST) From: Kenneth Freidank To: Henry Olyer Content-Transfer-Encoding: quoted-printable X-Mailer: EarthLink Zoo Mail 1.0 X-ELNK-Trace: fa60bc5202b74016ef7f91bc926e004c7e972de0d01da940cb6801f3444f6b94a2f75e3d8803878e350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 209.86.224.68 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, Chris Whitehouse Subject: Re: am I the only one, wrt gcc44 -- it is failing and I can't build octave or much else X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kenneth Freidank List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 03:01:00 -0000 I believe ports and packages to be 2 separate items. pkg_info has = to do with what packages you have installed. The ports system has to = do with creating the packages. Different mechanisms are available to manage the source tree that t= he ports system uses to create packages. I believe each of these diff= erent mechanisms start with an entire tree in your /usr/ports directory, an= d then makes incremental changes to it based on published changes. Yo= u can even build or rebuild any of these ports at any time, even if you don= 't have the latest ports tree updates, or never install the built port.&nbs= p; So, I believe the answer to your 1st question is that you begin wit= h "a one size fits all", followed by updates that you manage. So far, I have not talked about installing yet. Once a port has been built, you can install it. Unless you save th= e built port as a package (the 'make package' command), you will not be abl= e to reinstall the built port if you clean it (the 'make clean' command).&n= bsp; You can save as many built ports as packages as you want. = Each time you install a built port (the 'make install' command), the packag= es database gets updated in your system. This database is what pkg_in= fo uses. Some commands in the different mechanisms you have available&n= bsp;to manage your ports source, can be used to help select which pack= ages need updating when you install an update to a package. About your 2nd question, I have no idea. I keep track of how to bu= ild a system, keeping copies of config files, then I make backups= of file or data systems on an ongoing basis. Re gc44. FreeBSD 7.2 comes with 4.2 already installed. Maybe= when you installed 4.4 on top of it, something got messed up, or an option= must be set for both to co-exist. I don't know, but I would try to k= eep with the version that came with the system ( just an unjustified p= hobia I have about mixing new compiler binaries with old compiler binaries = ). -----Original Message----- From: Henry Olyer Sent: Nov 3, 2009 8:21 AM To: Kenneth Freidank Cc: freebsd-questions@freebsd.org, Chris Whitehouse Subject: Re: am I the only one, wrt gcc44 -- it is fa= iling and I can't build octave or much else I'm sorry fellows. You guys have given me great support and apparently I didn't get back = to you. I'm sorry, I'm not very polite some times. I will try t= o be more careful about this. Okay -- I was able to get my mouse working. I made a ServerFlags section in my xorg.conf and suddenly!, my mouse m= oved. (Here you can assume a remark not in evidence...) Next, I have wonderful X sessions now. Next, I am prepared to nuke the /usr/ports area if I am told to do tha= t -- I know it can be mechanically rebuilt in about an hour. (A past = note from Kenneth gave me this instruction and while I was a little nervous= I did it; And wow!, I was so impressed as I watched it come back.) Question: Does the rebuild process examine the pkg_info results = and load up the directory appropriately?. or is it "one size fits all?" Question: Does anyone have a solution for doing a general machin= e backup to one file? So that I can back the machine up and later, su= bsequently, perform a simple restore. Because I've been using the mac= hine very heavily now, and I usually find that my own manual backups miss o= ne thing or another... You've probably had the same experience. = ;Now, I see others asking for such a feature/mechanism. What's possib= le? As for gcc44, I am fairly certain that it's actually broken -- that th= e port itself is broken and that it isn't my incompetence, that the port it= self is mis-configured or mis-coded. Oh., and in a conversation with an HP technical representative recentl= y, he told me that my taking down windoz to install FreeBSD constituted a "= machine downgrade." On Mon, Nov 2, 2009 at 11:13 PM, Kenneth Freidank = <[1]kennethcf@earthlink.net> wrote: Here are partial listings of my co= nfig files. Add these entries to your config files and see if that do= es the trick. I can't be 100% sure that everything is required, but i= t is what I have, and it works. Attached is the xorg.conf file I gene= rated. Place it in the directory /etc/X11/. When you have done = these things, make sure your user belongs to the group "wheel", then login.= To start X, give the command: startx You should get 3 wi= ndows, one of them labeled "login" in the title bar. If you type "exi= t" while inside this window, then return, that will end your X session. &nb= sp;You will have some "fatal error" messages in your console window when X = finishes. Also, make sure you have installed the nvidia drivers per = my other postings. You can check if you have the package installed by= typing: pkg_info | grep nvidia You should see at a minimum: nidia-driver-185.18.29 NVidia graphics card binary drivers for hardw= are OpenGL ren You have to build this packages and install it. = ;This process is documented in the NetBSD documents and my other postings f= or installing FreeBSD on a Compaq Presario CQ60. File /etc/rc.co= nf linux_enable=3D"YES" moused_enable=3D"YES" keyrate=3D"fast"= saver=3D"star" hald_enable=3D"YES" dbus_enable=3D"YES" vesa_lo= ad=3D"YES" File /boot/loader.conf nvidia_load=3D"YES" = -----Original Message----- >From: Henry Olyer <[2]henry.olyer@gmail.com= > >Sent: Oct 26, 2009 2:53 AM >To: [3]freebsd-questions@freebsd.org>Cc: Kenneth <[4]kennethcf@earthlink.net>, Chris Whitehouse <[5]cwhiteh@onetel.com> >Su= bject: am I the only one, wrt gcc44 -- it is failing and I can't build &nbs= p; octave or much else > >'everything; is dying i= n /usr/ports/lang/gcc44 > >I know, (in all likelihood,) I'll ha= ve to scratch this area and do a >complete re-install. Fine. &n= bsp;The thing is, I didn't change anything to mess >this area up in t= he first place. > >I've just been going to various directories = in /usr/ports and saying, "make >install clean" and now this... = ;I was trying to put up octave when this >happened. > >So= I could use a little help here, please... > >I also want/need = to run X, and my X session (just put up,) doesn't yet let >me move th= e mouse. I installed hal and dbus but what do I do now? > &g= t;And where or where do I put the "ServerFlags" entry in my xorg.conf file.= > I'm sorry, I just don't know these things... > > &g= t; > >=3D=3D=3D> Building for gcc-4.4.2.20091006 &g= t;echo stage3 > stage_final >gmake[1]: Entering directory `/usr/po= rts/lang/gcc44/work/build' >gmake[2]: Entering directory `/usr/ports/= lang/gcc44/work/build' >gmake[3]: Entering directory `/usr/ports/lang= /gcc44/work/build' >rm -f stage_current >gmake[3]: Leaving dire= ctory `/usr/ports/lang/gcc44/work/build' >gmake[2]: Leaving directory= `/usr/ports/lang/gcc44/work/build' >gmake[2]: Entering directory `/u= sr/ports/lang/gcc44/work/build' >gmake[3]: Entering directory `/usr/p= orts/lang/gcc44/work/build/libiberty' >gmake[4]: Entering directory>`/usr/ports/lang/gcc44/work/build/libiberty/testsuite' >gmake[4= ]: Nothing to be done for `all'. >gmake[4]: Leaving directory >= `/usr/ports/lang/gcc44/work/build/libiberty/testsuite' >gmake[3]: Lea= ving directory `/usr/ports/lang/gcc44/work/build/libiberty' >gmake[3]= : Entering directory `/usr/ports/lang/gcc44/work/build/intl' >gmake[3= ]: Nothing to be done for `all'. >gmake[3]: Leaving directory `/usr/p= orts/lang/gcc44/work/build/intl' >gmake[3]: Entering directory >= ;`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/li biberty'= >gmake[4]: Entering directory >`/usr/ports/lang/gcc44/work/bui= ld/build-i386-portbld-freebsd7.2/libiberty/testsuite' >gmake[4]: Noth= ing to be done for `all'. >gmake[4]: Leaving directory >`/usr/p= orts/lang/gcc44/work/build/build-i386-portbld-freebsd7.2/libiberty/ testsuit= e' >gmake[3]: Leaving directory >`/usr/ports/lang/gcc44/work/bu= ild/build-i386-portbld-freebsd7.2/libiberty' >gmake[3]: Entering dire= ctory >`/usr/ports/lang/gcc44/work/build/build-i386-portbld-freebsd7.= 2/fixincludes' >gmake[3]: Nothing to be done for `all'. >gmake[= 3]: Leaving directory >`/usr/ports/lang/gcc44/work/build/build-i386-p= ortbld-freebsd7.2/fixincludes' >gmake[3]: Entering directory `/usr/po= rts/lang/gcc44/work/build/zlib' >true "AR_FLAGS=3Drc" "CC_FOR_BUILD= =3Dcc" "CFLAGS=3D-g -fkeep-inline-functions" >"CXXFLAGS=3D-g -fkeep-i= nline-functions" "CFLAGS_FOR_BUILD=3D-O2 >-fno-strict-aliasing -pipe = -I/usr/l >ocal/include" "CFLAGS_FOR_TARGET=3D-g -O2 -fno-strict-alias= ing -pipe >-I/usr/local/include" "INSTALL=3D/usr/bin/install -c -o ro= ot -g wheel" >"INSTALL_DATA=3Dinstall -o root - >g wheel = -m 444" "INSTALL_PROGRAM=3Dinstall -s -o root -g wheel -m 555" >= ;"INSTALL_SCRIPT=3Dinstall -o root -g wheel -m 555" "LDFLAGS=3D" "LIB= CFLAGS=3D-g >-O2 -fno-strict-aliasin >g -pipe -I/usr/local/incl= ude" "LIBCFLAGS_FOR_TARGET=3D-g -O2 >-fno-strict-aliasing -pipe -I/us= r/local/include" "MAKE=3Dgmake" >"MAKEINFO=3Dmakeinfo --no-split --sp= lit-size=3D5000 >000 --split-size=3D5000000 --split-size=3D5000000" "= PICFLAG=3D" >"PICFLAG_FOR_TARGET=3D" "SHELL=3D/bin/sh" "EXPECT=3Dexpe= ct" "RUNTEST=3Druntest" >"RUNTESTFLAGS=3D" "exec_prefix=3D/usr/loca>l" "infodir=3D/usr/local/info/gcc44" "libdir=3D/usr/local/lib/gcc44"<= BR>>"prefix=3D/usr/local" "tooldir=3D/usr/local/i386-portbld-freebsd7.2"= "AR=3Dar" >"AS=3Das" "CC=3Dcc" "CXX=3Dc++" "LD=3D >/usr/bin/ld= " "LIBCFLAGS=3D-g -O2 -fno-strict-aliasing -pipe >-I/usr/local/includ= e" "NM=3Dnm" "PICFLAG=3D" "RANLIB=3Dranlib" "DESTDIR=3D" DO=3Dall >mu= lti-do # gmake >gmake[3]: Leaving directory `/usr/ports/lang/gcc44/wo= rk/build/zlib' >gmake[3]: Entering directory `/usr/ports/lang/gcc44/w= ork/build/libcpp' >gmake[3]: Nothing to be done for `all'. >gma= ke[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/libcpp' >g= make[3]: Entering directory `/usr/ports/lang/gcc44/work/build/libdecnumber'= >gmake[3]: Nothing to be done for `all'. >gmake[3]: Leaving di= rectory `/usr/ports/lang/gcc44/work/build/libdecnumber' >gmake[3]: En= tering directory `/usr/ports/lang/gcc44/work/build/gcc' >gmake[3]: Le= aving directory `/usr/ports/lang/gcc44/work/build/gcc' References 1. 3D"mailto:kennethcf@earthlink.net" 2. =3D"mailto:henry.olyer@gmail.com" 3. 3D"mailto:freebsd= 4. 3D"mailto:kennethcf@earthlink.net" 5. file://localhost/tmp/3D"mail= From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 03:10:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19B111065672 for ; Wed, 4 Nov 2009 03:10:46 +0000 (UTC) (envelope-from matts@bmihosting.com) Received: from mail.bmihosting.com (bmihosting.com [66.55.146.158]) by mx1.freebsd.org (Postfix) with ESMTP id E48838FC30 for ; Wed, 4 Nov 2009 03:10:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.bmihosting.com (Postfix) with ESMTP id 5AB228A43BA for ; Tue, 3 Nov 2009 19:10:45 -0800 (PST) X-Virus-Scanned: amavisd-new at bmihosting.com Received: from mail.bmihosting.com ([127.0.0.1]) by localhost (spark.bmihosting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sIRzDOkwYsoO for ; Tue, 3 Nov 2009 19:10:44 -0800 (PST) Received: from [192.168.15.2] (cpe-66-27-116-189.san.res.rr.com [66.27.116.189]) by mail.bmihosting.com (Postfix) with ESMTPA id 6CCA48A43B1 for ; Tue, 3 Nov 2009 19:10:44 -0800 (PST) From: Matt Szubrycht Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Date: Tue, 3 Nov 2009 19:10:43 -0800 Message-Id: <819447F5-689F-4750-A222-77CC713E0B53@bmihosting.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) X-Virus-Scanned: ClamAV using ClamSMTP Subject: 7.x on Dell R900? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 03:10:46 -0000 Hello List, I cannot find any fresh information on compatibility of Dell PowerEdge R900 and FreeBSD after googling for several hours, so I decided to ask here. If this is not the right place, please redirect me to. All of our servers run FreeBSD with one exception - a CentOS machine, which adds to the overall maintenance workload and keeping up to date. Back in the day, after getting the R900 (without prior OS compatibility research), the word was that FreeBSD will not run on this hardware and we ended up installing CentOS. That was well over a year ago and I am wondering if anyone could share some insight into the current compatibility status, installation/operation pitfalls and any other tips that would allow me to get away from Linux on this R900 box and create a homogeneous server-space environment with FreeBSD 7.x. Here are some basic specs, I can provide more details if needed: 4 x 4-core 3.0 GHz Intel Xeon CPU's 32GB RAM LSILogic PERC 4e/Di Firmware 516A, BIOS H418, 256MB RAM PERC 6/i Rev: 1.11 Any creative help will be appreciated. Thank you. Best Regards, Matthew Szubrycht From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 03:11:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05576106568B for ; Wed, 4 Nov 2009 03:11:53 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id CD5988FC30 for ; Wed, 4 Nov 2009 03:11:52 +0000 (UTC) Received: by pzk40 with SMTP id 40so4348029pzk.7 for ; Tue, 03 Nov 2009 19:11:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=166jknBMw3ncpgZ851rVrziQqGusMkqgx/QoCRboZ+k=; b=ioKMR0opjAArIWPBS33Db2Ie+EyBJPcGNagmJ/VC4kx30qXeYbE3AnSYuif2uC9dBn 7NJ8DiSWh5iY6CKMEiA/+ZBCmVuk5mjOc6K3gvI4qwKOddcEaGa7i/xCer2NTs7I/Elp J9IXtKInhxsWNW26fgNtQAL0xij2ApT6Eiq2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Cj884BQsYxj2tCTg7H+gufUU0Nmx/6Sr17BzuQpC+642TpKUvAKy3h0Ossbz+KYM5C o92HsMVd3HZLL4RMucNU46x3WFzIMcZEQVP7GRhyM5+jy/SrjVNZQEElz1n/hoL60tSt iX15io6vEu3qcwRDPZwVOMzRUXMzovGwgilRk= MIME-Version: 1.0 Received: by 10.142.9.16 with SMTP id 16mr105027wfi.92.1257304312314; Tue, 03 Nov 2009 19:11:52 -0800 (PST) In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375F355@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375F355@MBX03.exg5.exghost.com> Date: Tue, 3 Nov 2009 21:11:52 -0600 Message-ID: <6201873e0911031911r27b9b1c2te0c554803c3eead6@mail.gmail.com> From: Adam Vande More To: Peter Steele Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: OpenWBEM for 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: Wed, 04 Nov 2009 03:11:53 -0000 On Tue, Nov 3, 2009 at 5:40 PM, Peter Steele wrote: > Anyone know if there is a port for OpenWBEM for FreeBSD? I did some > searching but couldn't find anything, although I did find references saying > that there is a FreeBSD port. I couldn't find anything in the usual places > though... > > _______________________________________________ > 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" > Supported platforms say no. Have you tried zabbix? I've had decent experience with it. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 03:22:22 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2F861065679 for ; Wed, 4 Nov 2009 03:22:22 +0000 (UTC) (envelope-from matts@bmihosting.com) Received: from mail.bmihosting.com (bmihosting.com [66.55.146.158]) by mx1.freebsd.org (Postfix) with ESMTP id 984A88FC08 for ; Wed, 4 Nov 2009 03:22:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.bmihosting.com (Postfix) with ESMTP id B14B58A43CA; Fri, 30 Oct 2009 15:07:06 -0800 (PST) X-Virus-Scanned: amavisd-new at bmihosting.com Received: from mail.bmihosting.com ([127.0.0.1]) by localhost (spark.bmihosting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id og-9osIigy5X; Fri, 30 Oct 2009 15:07:06 -0800 (PST) Received: from [192.168.15.2] (cpe-66-27-116-189.san.res.rr.com [66.27.116.189]) by mail.bmihosting.com (Postfix) with ESMTPA id B3B828A43BA; Fri, 30 Oct 2009 15:07:05 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=iso-8859-1; format=flowed; delsp=yes From: Matt Szubrycht In-Reply-To: <283971.8260.qm@web56201.mail.re3.yahoo.com> Date: Fri, 30 Oct 2009 16:07:05 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <283971.8260.qm@web56201.mail.re3.yahoo.com> To: Clayton Wilhelm da Rosa X-Mailer: Apple Mail (2.1076) X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@FreeBSD.org Subject: Re: [SPAM] FreeBSD 7.2 ia64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 03:22:22 -0000 That's not normal... but then, what is these days? You probably saved some webpage instead of the actual iso (or whatever =20= other format you were trying for) As old video games used to say: 'Try again?' Cheers, Matt On Oct 30, 2009, at 3:09 PM, Clayton Wilhelm da Rosa wrote: > Hi my name is Clayton Wilhelm da Rosa, > > I made the dowmload of FreeBSD 7.2 ia64 i wanna know if is normal =20 > the files of disc 2 and 3 have only 364Kb size. > > thank you very much. > > > > > =20 > = __________________________________________________________________________= __________ > Veja quais s=E3o os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org=20 > " From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 03:29:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 848C81065672 for ; Wed, 4 Nov 2009 03:29:05 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 5857A8FC14 for ; Wed, 4 Nov 2009 03:29:05 +0000 (UTC) Received: by pzk40 with SMTP id 40so4356585pzk.7 for ; Tue, 03 Nov 2009 19:29:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=PvuAYwl4FzpCUQOCbebmB7zdMjg0GbyUnWoTMPo0vyw=; b=BG8r6HiIXh7TPyiLoPfK+HrPkn2PkbAjFiGrkXFZuZalU68QBb9Inf0osrr9lMK9qM np67jTdqiFOYJR7HRO8kucppLmXaB353Lrb/i2UGkEv3w/G0D1V34w6Yie7EgJxz7MFP nmVkWcINAydY5cX2xEpmdaJmPbdl59Wv7OnMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YoOavqCmCxIlQkAhcxqA/2sKR0a0ViJ5VO1ih07M6wCMXbQ2dOuOqVFnCdK6U+9/Ka qADw9gszoRagGh9kYivKMu23Wl9esoY27lo2ryquaKLZ3uOT3ifgiB7UWMmUKLJc8HLd R4EJPZ4mzbXY2R9ZrCAQWYO1NlpLjF42OcXmQ= MIME-Version: 1.0 Received: by 10.142.75.5 with SMTP id x5mr91288wfa.197.1257305344923; Tue, 03 Nov 2009 19:29:04 -0800 (PST) In-Reply-To: <20091104020514.GA5360@thought.org> References: <20091104020514.GA5360@thought.org> Date: Tue, 3 Nov 2009 21:29:04 -0600 Message-ID: <6201873e0911031929l5fe0b88ble8c0d3c7c4b958c6@mail.gmail.com> From: Adam Vande More To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: 100.0% OT [almost] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 03:29:05 -0000 On Tue, Nov 3, 2009 at 8:05 PM, Gary Kline wrote: > > will anybody interested in checkiing out my html/php [koff, koff] > "skills" please look at http://journey.thought.org/home and get back to > me *offlist*? need help. > > Any ideas why this renders slightly differently in freebsd and the > linux on my laptop? both using firefox3. it isn't critical that this > renders Exactly the same regardless, but it wouldn't hurt. > > -- > Gary Kline kline@thought.org http://www.thought.org Public Service > Unix > http://jottings.thought.org http://transfinite.thought.org > The 7.31a release of Jottings: http://jottings.thought.org/index.php > firefox firebug extension is the easiest method I have found of resolving this type of issue. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 04:04:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5664D106566C for ; Wed, 4 Nov 2009 04:04:48 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id C8E798FC0A for ; Wed, 4 Nov 2009 04:04:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nA444i8x010771; Wed, 4 Nov 2009 15:04:44 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 4 Nov 2009 15:04:43 +1100 (EST) From: Ian Smith To: Yuri In-Reply-To: <20091104005002.6B49F1065714@hub.freebsd.org> Message-ID: <20091104143039.J35366@sola.nimnet.asn.au> References: <20091104005002.6B49F1065714@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Paul B Mahol , freebsd-questions@freebsd.org Subject: Re: Does hybernate/wakeup 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: Wed, 04 Nov 2009 04:04:48 -0000 In freebsd-questions Digest, Vol 283, Issue 5, Message 13 On Tue, 03 Nov 2009 10:56:24 -0800 Yuri wrote: > Paul B Mahol wrote: > > On 10/23/09, Yuri wrote: > > > >> I tried to make system hybernate with 'acpiconf -s4' on my laptop. > >> It quickly turned off, but when I press the power button it boots like > >> no hybernate and begins to check disks. > >> > >> What can be wrong? > >> > > > > OS S4 is not implemented, but BIOS S4 is possible on some machines ... > > And on 8.0 and 9.0 i386 SMP doesnt resume properly (amd64 works). > 'acpiconf -s4' also brings laptop to unwakeable state. Power button > begins to flash, when I press any button there is some disk activity, > power button light turns on. And nothing happens. 'apm -z' produces > similar result. > > Maybe it's better to ask what works? > Is there any way I can use suspend/sleep mode? Any basic way to make it sleep? As Paul said, hibernation only works if the machine's BIOS supports it (hw.acpi.s4bios = 1) AND you've already prepared a suitable disk area, usually a separate slice (DOS partition) or as a file in a 'doze slice. To make even a vaguely informed guess as to whether hibernation and/or acpiconf -s3 (suspend/resume) might work, we'd need to know: What version of FreeBSD on which architecture? (output of 'uname -a') What make and model of laptop? (someone may know if that one works) Whether it runs a single or multiple CPUs? (see /var/run/dmesg.boot) The output of 'sysctl hw.acpi' ? cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 04:07:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E22810656A6 for ; Wed, 4 Nov 2009 04:07:23 +0000 (UTC) (envelope-from matts@bmihosting.com) Received: from mail.bmihosting.com (bmihosting.com [66.55.146.158]) by mx1.freebsd.org (Postfix) with ESMTP id D914A8FC08 for ; Wed, 4 Nov 2009 04:07:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.bmihosting.com (Postfix) with ESMTP id 7C2428A43CF for ; Tue, 3 Nov 2009 16:28:53 -0800 (PST) X-Virus-Scanned: amavisd-new at bmihosting.com Received: from mail.bmihosting.com ([127.0.0.1]) by localhost (spark.bmihosting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oMHAZA48m70T for ; Tue, 3 Nov 2009 16:28:52 -0800 (PST) Received: from [192.168.15.2] (cpe-66-27-116-189.san.res.rr.com [66.27.116.189]) by mail.bmihosting.com (Postfix) with ESMTPA id 5B2E18A43BA for ; Tue, 3 Nov 2009 16:28:52 -0800 (PST) From: Matt Szubrycht Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Date: Tue, 3 Nov 2009 16:28:52 -0800 Message-Id: To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) X-Virus-Scanned: ClamAV using ClamSMTP Subject: 7.x on Dell R900? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 04:07:23 -0000 Hello List, I cannot find any fresh information on compatibility of Dell PowerEdge R900 and FreeBSD after googling for several hours, so I decided to ask here. If this is not the right place, please redirect me to. All of our servers run FreeBSD with one exception - a CentOS machine, which adds to the overall maintenance workload and keeping up to date. Back in the day, after getting the R900 (without prior OS compatibility research), the word was that FreeBSD will not run on this hardware and we ended up installing CentOS. That was well over a year ago and I am wondering if anyone could share some insight into the current compatibility status, installation/operation pitfalls and any other tips that would allow me to get away from Linux on this R900 box and create a homogeneous server-space environment with FreeBSD 7.x. Here are some basic specs, I can provide more details if needed: 4 x 4-core 3.0 GHz Intel Xeon CPU's 32GB RAM LSILogic PERC 4e/Di Firmware 516A, BIOS H418, 256MB RAM PERC 6/i Rev: 1.11 Any creative help will be appreciated. Thank you. Best Regards, Matthew Szubrycht From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 04:17:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5F9106566B for ; Wed, 4 Nov 2009 04:17:22 +0000 (UTC) (envelope-from matts@bmihosting.com) Received: from mail.bmihosting.com (bmihosting.com [66.55.146.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5599C8FC14 for ; Wed, 4 Nov 2009 04:17:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.bmihosting.com (Postfix) with ESMTP id 80EE58A43D4 for ; Tue, 3 Nov 2009 16:39:27 -0800 (PST) X-Virus-Scanned: amavisd-new at bmihosting.com Received: from mail.bmihosting.com ([127.0.0.1]) by localhost (spark.bmihosting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KE6xPNTKlCbs for ; Tue, 3 Nov 2009 16:39:26 -0800 (PST) Received: from [192.168.15.2] (cpe-66-27-116-189.san.res.rr.com [66.27.116.189]) by mail.bmihosting.com (Postfix) with ESMTPA id 948FD8A43BA for ; Tue, 3 Nov 2009 16:39:26 -0800 (PST) From: Matt Szubrycht Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Date: Tue, 3 Nov 2009 16:39:25 -0800 Message-Id: To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1076) X-Mailer: Apple Mail (2.1076) X-Virus-Scanned: ClamAV using ClamSMTP Subject: 7.x on Dell R900? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 04:17:22 -0000 Hello List, I cannot find any fresh information on compatibility of Dell PowerEdge R900 and FreeBSD after googling for several hours, so I decided to ask here. If this is not the right place, please redirect me to. All of our servers run FreeBSD with one exception - a CentOS machine, which adds to the overall maintenance workload and keeping up to date. Back in the day, after getting the R900 (without prior OS compatibility research), the word was that FreeBSD will not run on this hardware and we ended up installing CentOS. That was well over a year ago and I am wondering if anyone could share some insight into the current compatibility status, installation/operation pitfalls and any other tips that would allow me to get away from Linux on this R900 box and create a homogeneous server-space environment with FreeBSD 7.x. Here are some basic specs, I can provide more details if needed: 4 x 4-core 3.0 GHz Intel Xeon CPU's 32GB RAM LSILogic PERC 4e/Di Firmware 516A, BIOS H418, 256MB RAM PERC 6/i Rev: 1.11 Any creative help will be appreciated. Thank you. Best Regards, Matthew Szubrycht From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 04:32:23 2009 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 9BE101065679 for ; Wed, 4 Nov 2009 04:32:23 +0000 (UTC) (envelope-from matts@bmihosting.com) Received: from mail.bmihosting.com (bmihosting.com [66.55.146.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1E08FC1A for ; Wed, 4 Nov 2009 04:32:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.bmihosting.com (Postfix) with ESMTP id 2FB0D8A4373; Thu, 29 Oct 2009 21:11:17 -0800 (PST) X-Virus-Scanned: amavisd-new at bmihosting.com Received: from mail.bmihosting.com ([127.0.0.1]) by localhost (spark.bmihosting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kGT7axTeeNBz; Thu, 29 Oct 2009 21:11:16 -0800 (PST) Received: from [192.168.15.2] (cpe-66-27-116-189.san.res.rr.com [66.27.116.189]) by mail.bmihosting.com (Postfix) with ESMTPA id E77F98A410E; Thu, 29 Oct 2009 21:11:15 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Matt Szubrycht In-Reply-To: <4AEA62E6.1080506@gehlbach.com> Date: Thu, 29 Oct 2009 22:11:14 -0700 Content-Transfer-Encoding: 7bit Message-Id: <0A7ECB22-0CF9-44CF-BD37-7ED072F65FB1@bmihosting.com> References: <4AEA62E6.1080506@gehlbach.com> To: Richard Gehlbach X-Mailer: Apple Mail (2.1076) X-Virus-Scanned: ClamAV using ClamSMTP Cc: FreeBSD Questions Subject: Re: Rebuild instructions for amd64 systems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 04:32:23 -0000 Hi Richard, Kernel recompilation part of the handbook is fairly straightforward and should walk you through step-by-step without any snags: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html Just remember to use amd64 instead i386 in the examples @ the link above. You will need full source tree to play with kernel (sysinstall to the rescue if you don't). Disclaimer - the below worked for me multiple times and may or may not work for you. If you decide to follow the steps outlined below and it breaks your box, spills your coffee or converts the datacenter into a recycling center, you are responsible for it and I cannot be held accountable in any way. In other words - use at your own risk. The way I do it (6.0-RELEASE) - at this point you must be root: cd mkdir kernels cd /usr/src/sys/amd64/conf cp GENERIC ~/kernels/GENERIC.ORIG cp GENERIC NEWKERNEL vim NEWKERNEL, search for ident GENERIC and change to NEWKERNEL then, add the following line below all other 'options' lines: options PAE # large memory (>4G) support then, find and comment out these two lines to avoid a conflict with PAE: device adv # Advansys SCSI adapters device adw # Advansys wide SCSI adapters I am not sure about the Advansys conflict in versions newer than 6.0. A total of 4 lines to edit on of my stock 6.0-RELEASE GENERIC kernel. Then: cd /usr/src make buildkernel KERNCONF=NEWKERNEL if compiles, install: make installkernel KERNCONF=NEWKERNEL once that's done, reboot and you should see your new kernel Here's a diff from my 6.0: [root@banksy /usr/src/sys/i386/conf]# diff BANKSYPAE GENERIC 25c25 < ident BANKSYPAE --- > ident GENERIC 65c65 < options PAE # 2006-12-12 Large memory support matts@bmihosting.com --- > 96,97c96,97 < # conflicts with PAE device adv # Advansys SCSI adapters < # conflicts with PAE device adw # Advansys wide SCSI adapters --- > device adv # Advansys SCSI adapters > device adw # Advansys wide SCSI adapters Good luck. Cheers, Matthew Szubrycht On Oct 29, 2009, at 8:52 PM, Richard Gehlbach wrote: > I am installing FreeBSD 7.2 / amd64 on a new server (HP DL370 G6) > with 2 quad Xeon processors and 16GB memory. I have worked with the > i386 versions since version 3.x, but this is the first server large > enough to need amd64. > > I have been trying to determine the correct procedures for > rebuilding the world and kernel. I have not been able to find a > location that had step by step instructions, similar to the > handbook, for properly working with the amd64 version. Searches > have turned up so many fragments of what needs to be done, that I > cannot feel confident trying to put the pieces together. > > I need instructions for the command line compile options, conf file > additions, and any special instructions. > > If anyone can point me to some applicable links or some specific > instructions, it would be appreciated. > > TIA > Richard > > -- > Richard D. Gehlbach Gehlbach Consulting Services > rdgehlba@gehlbach.com 3321 Pepperhill Ct. > 859.269.6658 Fax 859.266.7446 Lexington, KY 40502 > > > _______________________________________________ > 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 Nov 4 05:29:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95EF11065672 for ; Wed, 4 Nov 2009 05:29:53 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 511048FC1A for ; Wed, 4 Nov 2009 05:29:53 +0000 (UTC) Received: by yxe1 with SMTP id 1so6341495yxe.3 for ; Tue, 03 Nov 2009 21:29:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=c3U7790ESPt6FPCnIGeDLlj4c4l8I7/K1DnJBQ+0ssU=; b=np4sjSJwIRabJzD8P1ebFadWBmPSLnqWnBkz4JG4QyKzdQ28SNGqr7D30S8hdoxSrV Pro1M5vs7rTC4nTdzh/dueQuSczPRmBVgxiI3H2tbEucIQFmBJs+OMPEYRLj6HMjmevH jahAMovyABvxx6aMp/OYzHEauE6Ba0uWkRi7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=jA8JPZZfPHCn0dKHrMPQ2ddlCLM5NU6bGvsYAXuqLD0HSF9iuiDyj2JeUluohh6j05 fFBFaqVJ3ciG+NBXslHaoQbAWwRhqSezytLSwiEKXPUqlKmh0/omSM2DQJSfp4OunWa8 KSZ49cSd9np/Ss40EZ4BfPHAi4hl+SFEepkSs= Received: by 10.150.236.17 with SMTP id j17mr1873923ybh.229.1257312592615; Tue, 03 Nov 2009 21:29:52 -0800 (PST) Received: from ?192.168.0.202? (pool-72-69-201-59.chi01.dsl-w.verizon.net [72.69.201.59]) by mx.google.com with ESMTPS id 6sm293852ywc.9.2009.11.03.21.29.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Nov 2009 21:29:51 -0800 (PST) Message-ID: <4AF1114D.4000206@gmail.com> Date: Tue, 03 Nov 2009 23:29:49 -0600 From: LoH User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 8.0RC custom kernel not installing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 05:29:53 -0000 I compiled a custom kernel with ZFS enabled and installed it. Everything appeared to work fine, then I realized that I needed to make some more modifications (ALTQ, disabling ulpt). I made those configuration changes to the existing ZFS kernel config. After running make buildkernel kernconf=ZFS and make installkernel kernconf=ZFS (ZFS is the name of the kernel config file) I rebooted the machine but didn't see any change in the system config. I've also made sure I did the build/install as root. I doubled-checked the config in the kernel directory, the config is properly done. Any ideas? --Joseph From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 05:43:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B31B31065679 for ; Wed, 4 Nov 2009 05:43:58 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9FAA88FC1F for ; Wed, 4 Nov 2009 05:43:58 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id nA45hvYT014814; Tue, 3 Nov 2009 21:43:58 -0800 (PST) Message-ID: <4AF1149C.2070408@rawbw.com> Date: Tue, 03 Nov 2009 21:43:56 -0800 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Ian Smith References: <20091104005002.6B49F1065714@hub.freebsd.org> <20091104143039.J35366@sola.nimnet.asn.au> In-Reply-To: <20091104143039.J35366@sola.nimnet.asn.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Paul B Mahol , freebsd-questions@freebsd.org Subject: Re: Does hybernate/wakeup work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 05:43:58 -0000 Ian Smith wrote: > As Paul said, hibernation only works if the machine's BIOS supports it > (hw.acpi.s4bios = 1) AND you've already prepared a suitable disk area, > usually a separate slice (DOS partition) or as a file in a 'doze slice. > > To make even a vaguely informed guess as to whether hibernation and/or > acpiconf -s3 (suspend/resume) might work, we'd need to know: > > What version of FreeBSD on which architecture? (output of 'uname -a') > > What make and model of laptop? (someone may know if that one works) > > Whether it runs a single or multiple CPUs? (see /var/run/dmesg.boot) > > The output of 'sysctl hw.acpi' ? > > cheers, Ian > Here is this information: FreeBSD-8.0-RC2 Laptop is Lenovo S10-2, single CPU, Intel Atom. --- sysctl hw.acpi output --- hw.acpi.supported_sleep_state: S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S3 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: NONE hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 0 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.reset_video: 0 hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 0 hw.acpi.thermal.tz0.temperature: 43.0C hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.passive_cooling: 0 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: -1 hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 102.0C hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 hw.acpi.thermal.tz0._TC1: -1 hw.acpi.thermal.tz0._TC2: -1 hw.acpi.thermal.tz0._TSP: 300 hw.acpi.battery.life: -1 hw.acpi.battery.time: -1 hw.acpi.battery.state: 7 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 hw.acpi.acline: 1 hw.acpi.cpu.cx_lowest: C1 Yuri From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 07:25:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5ACA1065672 for ; Wed, 4 Nov 2009 07:25:55 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 46D718FC1B for ; Wed, 4 Nov 2009 07:25:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nA47Pq53019829; Wed, 4 Nov 2009 18:25:53 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 4 Nov 2009 18:25:52 +1100 (EST) From: Ian Smith To: Yuri In-Reply-To: <4AF1149C.2070408@rawbw.com> Message-ID: <20091104173234.X35366@sola.nimnet.asn.au> References: <20091104005002.6B49F1065714@hub.freebsd.org> <20091104143039.J35366@sola.nimnet.asn.au> <4AF1149C.2070408@rawbw.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Paul B Mahol , freebsd-questions@freebsd.org Subject: Re: Does hybernate/wakeup 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: Wed, 04 Nov 2009 07:25:56 -0000 On Tue, 3 Nov 2009, Yuri wrote: > Ian Smith wrote: > > As Paul said, hibernation only works if the machine's BIOS supports it > > (hw.acpi.s4bios = 1) AND you've already prepared a suitable disk area, > > usually a separate slice (DOS partition) or as a file in a 'doze slice. > > > > To make even a vaguely informed guess as to whether hibernation and/or > > acpiconf -s3 (suspend/resume) might work, we'd need to know: > > > > What version of FreeBSD on which architecture? (output of 'uname -a') > > > > What make and model of laptop? (someone may know if that one works) > > > > Whether it runs a single or multiple CPUs? (see /var/run/dmesg.boot) > > > > The output of 'sysctl hw.acpi' ? > > > > cheers, Ian > > > > Here is this information: > FreeBSD-8.0-RC2 i386 or amd64? It matters, which is why we ask for uname -a .. obscure your hostname etc if needed. Some Atom models (230 and 330, I read) have feature 'LM' and so can run amd64; others don't and must run i386. > Laptop is Lenovo S10-2, single CPU, Intel Atom. But with hyperthreading enabled or not? How many CPUs launched (dmesg)? Again, it matters. As I understand it, on 8.0 amd64 SMP suspend/resume (S3) should work, i386 SMP is currently broken, i386 non-SMP should (still) work, but I'm really not sure about the Atoms. head -50 /var/run/dmesg.boot (or so) should clear this up. We don't need the whole thing, but show anything to do with ACPI and CPU(s). > --- sysctl hw.acpi output --- > > hw.acpi.supported_sleep_state: S3 S4 S5 > hw.acpi.power_button_state: S5 > hw.acpi.sleep_button_state: S3 > hw.acpi.lid_switch_state: NONE > hw.acpi.standby_state: NONE > hw.acpi.suspend_state: S3 > hw.acpi.sleep_delay: 1 > hw.acpi.s4bios: 0 So, hibernate won't work. There was talk of someone doing that for a Google SoC project but I've heard no more about it for a long while. > hw.acpi.verbose: 0 > hw.acpi.disable_on_reboot: 0 > hw.acpi.handle_reboot: 0 > hw.acpi.reset_video: 0 > hw.acpi.thermal.min_runtime: 0 > hw.acpi.thermal.polling_rate: 10 > hw.acpi.thermal.user_override: 0 > hw.acpi.thermal.tz0.temperature: 43.0C > hw.acpi.thermal.tz0.active: -1 > hw.acpi.thermal.tz0.passive_cooling: 0 Slightly surprising, but again I know nothing about Atom BIOSes. > hw.acpi.thermal.tz0.thermal_flags: 0 > hw.acpi.thermal.tz0._PSV: -1 > hw.acpi.thermal.tz0._HOT: -1 > hw.acpi.thermal.tz0._CRT: 102.0C > hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 > hw.acpi.thermal.tz0._TC1: -1 > hw.acpi.thermal.tz0._TC2: -1 > hw.acpi.thermal.tz0._TSP: 300 > hw.acpi.battery.life: -1 > hw.acpi.battery.time: -1 > hw.acpi.battery.state: 7 > hw.acpi.battery.units: 1 > hw.acpi.battery.info_expire: 5 > hw.acpi.acline: 1 > hw.acpi.cpu.cx_lowest: C1 If this is either i386 uniprocessor or amd64 SMP, suspend/resume should work, though possibly needing some settings tweaked and/or some modules unloaded/reloaded in /etc/rc.{suspend,resume} to do so successfully. If so, I'd next try the freebsd-mobile@ list where several people who should be able to advise on this tend to hang out. If not, you may be out of luck at this stage. cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 08:48:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5407B1065672 for ; Wed, 4 Nov 2009 08:48:19 +0000 (UTC) (envelope-from fazaeli@sepehrs.com) Received: from sepehrs.com (sepehrs.com [213.217.59.98]) by mx1.freebsd.org (Postfix) with ESMTP id 8A05C8FC0C for ; Wed, 4 Nov 2009 08:48:18 +0000 (UTC) Received: from [192.168.1.180] ([192.168.3.1]) by sepehrs.com (8.14.3/8.14.3) with ESMTP id nA47fmJC023953 for ; Wed, 4 Nov 2009 11:11:48 +0330 (IRST) Message-ID: <4AF13142.4060504@sepehrs.com> Date: Wed, 04 Nov 2009 11:16:10 +0330 From: "H.Fazaeli" User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: DL360 G6 Reboot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 08:48:19 -0000 On a HP DL360 G6 freebsd 6.4-RELEASE installs but reboots right before login prompt. 7.2 installs and works fine but unfortunately I can not use 7.2 due to some restrictions. Any hints? -- Best regards. Hooman Fazaeli From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 09:19:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F62106566B for ; Wed, 4 Nov 2009 09:19:15 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id A81528FC19 for ; Wed, 4 Nov 2009 09:19:14 +0000 (UTC) Received: by bwz5 with SMTP id 5so8811970bwz.3 for ; Wed, 04 Nov 2009 01:19:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Oksk2Fs3fE6BvOdP/DOveybhOVnX+8D7p2ElkH78wVc=; b=qZyVXBfUbPwU4OKXIzAt27Dewr7WUw8Zobv8cjdLeeViCcwwmL1NHuWe5nbzoj9e6j o1PA1/BYZUQ9KIda9cMWvfO1v8SuYPmbUKjGY7E+uMqaboCAR+x0KU0a+ka1tn41RJT/ rtO/BmsvVavyjkj3of/4mxTw4kGAFje/mI17g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GYEFxiW4nkN/zNONWzB5Gu5AptrqGkGE7cbwel+xQ35DEsB8whnhal1qbCEPoooFCK oBCadxa4tLa3ofzA4zwQTsYLuCBfU6dh9xyxOzHpwXHkxHw+wtwd79j1poFXk/pS3TWx Deh4LFKYMfYToVdbSVe0WatzMDiHLsNKxvXwk= MIME-Version: 1.0 Received: by 10.239.168.195 with SMTP id l3mr130191hbe.27.1257326353571; Wed, 04 Nov 2009 01:19:13 -0800 (PST) In-Reply-To: <4AF08A42.9000900@comcast.net> References: <4AF07493.7050208@comcast.net> <4AF08A42.9000900@comcast.net> Date: Wed, 4 Nov 2009 09:19:13 +0000 Message-ID: From: krad To: Steve Polyack Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Derrick Ryalls , FreeBSD Questions Subject: Re: ZFS disk replacement 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: Wed, 04 Nov 2009 09:19:15 -0000 2009/11/3 Steve Polyack > Derrick Ryalls wrote: > >> On Tue, Nov 3, 2009 at 10:21 AM, Steve Polyack >> wrote: >> >> >>> Derrick Ryalls wrote: >>> >>> >>>> 1) In the event of a disk failure, how do I trace back the name such >>>> as adX to a physical drive in the enclosure? Is there a way to take >>>> the drive offline then use atacontrol to spin it down or something so >>>> it is easy to identify? >>>> >>>> >>>> >>> In my opinion you are best off using glabel(8) to give names to the >>> disks. >>> This way you can name them in a way that makes sense to you. >>> Additionally, >>> when you create the ZFS pool you will use the glabel'd names. This means >>> that the pool will still come up properly if something causes your >>> devices >>> to be numbered differently (i.e. a drive dies and you happen to reboot >>> the >>> system). >>> >>> >> >> I believe ZFS does this automatically. Supposedly, if you take a >> working set of RAIDZ drives from one machine and put it in another, >> ZFS will figure out the drives since they get labelled by ZFS >> internally. My question concerns how to identify the physical disk in >> question based on the adX or glabel name? Different name in software >> is fine, but if the drive fails I want to make sure I pull the correct >> drive. >> >> >> > This is possible, but I don't remember reading that ZFS handles this > anywhere, and I've seen glabel(8) recommended elsewhere for the same reason. > > Either way, you can add your drives one-by-one and label them on the > enclosure "arraydrive00" and then glabel the individual disks with the same > name. This way when ZFS tells you "arraydrive03" is dead/offline, you can > look at your enclosure and pull the drive with the arraydrive03 label. > > Depending on your controller it is also probably worth it to use one of >>> the >>> SATA-specific drivers in FreeBSD 8 - these are ones like ahci(4) and >>> siis(4). While the generic ata(4) driver will work for pretty much >>> everything, the updated AHCI drivers can take advantage of some more >>> features. Enable the modules at boot to use them. >>> >>> >> >> I will look into it, thanks. The machine in question is 2 year old >> hardware currently with a 3ware raid card. I will be going software >> raid only, but FreeBSD already recognizes the eSATA drive I have >> attached as a backup device so I know the O/S can at least talk to >> sata drives attached to the mobo. >> >> >> > > _______________________________________________ > 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" > One thing to note about resilvering; unlike most raid systems zfs knows what is going on at the filesystem level as well as block level. Therefore when a drive has to be resilvered, only the data on the drive is rebuilt rather than every block as with most other raid subsystems. eg if you have a 1TB hd but only have 20 Gig of data, only 20 gig is copied/rebuilt rather than 1 TB of data if you were using gvinum/gmirror. This massively speeds up rebuild times and stress on the other drives. However the fuller the drive the less the benefits From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 09:40:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CFA106566B for ; Wed, 4 Nov 2009 09:40:11 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-9.bnguk.net (atmail-9.bnguk.net [80.74.253.9]) by mx1.freebsd.org (Postfix) with ESMTP id 33DCE8FC12 for ; Wed, 4 Nov 2009 09:40:11 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-9.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N5cLS-0004nL-Fs; Wed, 04 Nov 2009 09:40:02 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id F290A4AC1B; Wed, 4 Nov 2009 09:40:01 +0000 (GMT) Date: Wed, 4 Nov 2009 09:40:01 +0000 From: Frank Shute To: Al Plant Message-ID: <20091104094001.GA81064@orange.esperance-linux.co.uk> Mail-Followup-To: Al Plant , "freebsd-questions@freebsd.org" References: <4AF0D5D9.8030604@hdk5.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF0D5D9.8030604@hdk5.net> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: "freebsd-questions@freebsd.org" Subject: Re: Linux-realplayer missing from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 09:40:11 -0000 On Tue, Nov 03, 2009 at 03:16:09PM -1000, Al Plant wrote: > > Aloha, > > I am trying to get Linux-RealPlayer to install from updated ports > collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed > fine on this test box.) > > Error says it cannot be found in our ports collection. Is there a way to > locate the maintainer? This port is missing some components. Or can it > be down loaded into distfiles? If so from where? > > Or has this been replaced by something else to play audio in ports. I > would be glad to try any port for playing audio from web or files that > is known to work. > > Thanks.... > /usr/ports/multimedia/linux-realplayer on my box. I guess you're using portupgrade; sometimes it can't find ports without using wildcards. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 09:42:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9881065693 for ; Wed, 4 Nov 2009 09:42:06 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id ECC738FC0C for ; Wed, 4 Nov 2009 09:42:05 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1N5cNQ-000PIb-8v; Wed, 04 Nov 2009 12:42:04 +0300 To: Super Biscuit References: <13645.44698.qm@web110109.mail.gq1.yahoo.com> From: Boris Samorodov Date: Wed, 04 Nov 2009 12:42:03 +0300 In-Reply-To: <13645.44698.qm@web110109.mail.gq1.yahoo.com> (Super Biscuit's message of "Tue\, 3 Nov 2009 13\:58\:19 -0800 \(PST\)") Message-ID: <42068292@h30.sp.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: linux emulation 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: Wed, 04 Nov 2009 09:42:06 -0000 On Tue, 3 Nov 2009 13:58:19 -0800 (PST) Super Biscuit wrote: > I'm using linux_base-f10. How do you? > During the installation of ports. The error comes to to use at least base-f8. Ports have been updated. Did you pay attention at /usr/ports/UPDATING? -- WBR, bsam From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 09:47:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 159F71065672 for ; Wed, 4 Nov 2009 09:47:29 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id C647A8FC19 for ; Wed, 4 Nov 2009 09:47:28 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1N5cSd-000PMj-Fn; Wed, 04 Nov 2009 12:47:27 +0300 To: Al Plant References: <4AF0D5D9.8030604@hdk5.net> From: Boris Samorodov Date: Wed, 04 Nov 2009 12:47:26 +0300 In-Reply-To: <4AF0D5D9.8030604@hdk5.net> (Al Plant's message of "Tue\, 03 Nov 2009 15\:16\:09 -1000") Message-ID: <75987969@h30.sp.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "freebsd-questions@freebsd.org" Subject: Re: Linux-realplayer missing 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, 04 Nov 2009 09:47:29 -0000 On Tue, 03 Nov 2009 15:16:09 -1000 Al Plant wrote: > I am trying to get Linux-RealPlayer to install from updated ports > collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed > fine on this test box.) > Error says it cannot be found in our ports collection. Please, show the exact command you use and the error you get. > Is there a way > to locate the maintainer? This port is missing some components. Or can > it be down loaded into distfiles? If so from where? > Or has this been replaced by something else to play audio in ports. I > would be glad to try any port for playing audio from web or files that > is known to work. Don't think so: ----- % whereis linux-realplayer linux-realplayer: /usr/ports/multimedia/linux-realplayer ----- -- WBR, bsam From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 09:52:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6B5F1065676 for ; Wed, 4 Nov 2009 09:52:19 +0000 (UTC) (envelope-from dcdowse@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9C8538FC0C for ; Wed, 4 Nov 2009 09:52:18 +0000 (UTC) Received: (qmail invoked by alias); 04 Nov 2009 09:52:16 -0000 Received: from p4FD4E582.dip.t-dialin.net (EHLO bytebox) [79.212.229.130] by mail.gmx.net (mp008) with SMTP; 04 Nov 2009 10:52:16 +0100 X-Authenticated: #30106961 X-Provags-ID: V01U2FsdGVkX18ReSc676ARVY3+NtO879WE3y1h/DIB04fLkkLgxx sxezLw4EIFr7Vg Date: Wed, 4 Nov 2009 10:52:11 +0100 From: "Daniel C. Dowse" To: Super Biscuit Message-Id: <20091104105211.187b1782.dcdowse@gmx.net> In-Reply-To: <277326.60324.qm@web110105.mail.gq1.yahoo.com> References: <277326.60324.qm@web110105.mail.gq1.yahoo.com> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-unknown-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Wed, 04 Nov 2009 09:52:19 -0000 On Tue, 3 Nov 2009 13:55:34 -0800 (PST) Super Biscuit wrote: > I'm not able to use the glx settings on my computer. > RGB comes back as a double buffer error. > Hi, sorry but with that kind of questioning you won`t get any response, that includes your other posts as well. you should all ways try to describe the problem more specified. you should post your configs (/etc./X11/xorg.conf) and hardware specs (dmesg) and os release version( uname -a ) ,and the driver version you have installed, too. > > > > _______________________________________________ > 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" greets daniel -- [ The only reality is virtual ] From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 10:45:27 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32FFB1065679 for ; Wed, 4 Nov 2009 10:45:27 +0000 (UTC) (envelope-from suman.wind@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id E3DAE8FC18 for ; Wed, 4 Nov 2009 10:45:26 +0000 (UTC) Received: by yxe1 with SMTP id 1so6469292yxe.3 for ; Wed, 04 Nov 2009 02:45:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=yk1pUvod8iyrZAgb2mrZFn//d8+eb3rQuLG5meF5QqU=; b=v8lJcQTOOHdSYZeJuNMqpUtbevGqYamZVQ7UX0DYkVJFhIz1CulMXcoqEI7JC+FlnC bn8OF+wPd9hIn19UgCj+MgvaVwOkz1oai+VysJmr3zlL777mSKc5/G3MMq/8Viod9JLC sDPTdRFOWAFMdtrm4k0ZJ2QsHBn31wfxZvPFE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jOJKVlQY06esqDvLQ6v4mL6q719pdpLmW5kEUfsr0q7kKSRVn4Bi77bBKed+fvW57K y7hxY67BXaQtPxBzBLRTFs7ign3fqG1YbmGOqP9hWisuugIGSVprBxMqM8kx3Q1bvHwR nCqN0GEcoqO7baJ52gBZ+vHW4oMNvlhzb8kUg= MIME-Version: 1.0 Received: by 10.150.44.27 with SMTP id r27mr2308606ybr.263.1257329894137; Wed, 04 Nov 2009 02:18:14 -0800 (PST) Date: Wed, 4 Nov 2009 15:48:14 +0530 Message-ID: <63dec0ef0911040218t403ce759q7d0b2a4505fb1839@mail.gmail.com> From: suman wind To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Mockup Design For Your Site. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 10:45:27 -0000 Hi, I am Suman from buytemplates.net. Hope you and your business are doing great! We are into website designing and development for more than 5 years for now and we are here with an idea to make lendersmark.org more appealing for your customer. Worried about budgets? No need for that! You can just get it done starting from $49! Please have a look in the following link: http://www.buytemplates.net/template-host738.aspx You can pickup any template, they are 100% editable. You can put your own images, texts etc... and your website is ready with brand new design ! Just join our template membership starting from $49. Not sure of editing the template? We can do it at an affordable fee! Need a custom unique design? Yes we can certainly do it and more than that we can a free mockup design for lendersmark.org We can get started with the Project once you are okay with the design. Note: Need more details? Discounts? Free downloads? Just reply back to me. Hope we can work together shortly. Regards, Suman, Sales Executive. http://www.buytemplates.net G-Talk ID: suman.wind@gmail.com From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 11:01:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C79AE1065670 for ; Wed, 4 Nov 2009 11:01:51 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from web24812.mail.ird.yahoo.com (web24812.mail.ird.yahoo.com [212.82.110.46]) by mx1.freebsd.org (Postfix) with SMTP id 313A78FC12 for ; Wed, 4 Nov 2009 11:01:51 +0000 (UTC) Received: (qmail 63715 invoked by uid 60001); 4 Nov 2009 11:01:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1257332510; bh=tk6RaObfrLsduJjbjhwC0YclnaIdC1La7qwgnkwvik0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=RKawODsjvo1UpCpWMTdXor6prKu/Ks03M8smXvsTGZaLDQS6BnycVF2x+c0+QZC0A3sTYfkSSv2t9MGdCKh4mkCClvB6dfjOJRqsGW/8J7Gz/C+PjjrNu2u9UbUQ49LFG4vttXCmz+vDPY2sg0nzStP+aJpsG+RWgBOJc899x6E= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yXmEeut3oI5zxrr5XIWhS7XWMSfAc5GddPlSwirTFmwOY4Q4PFVB8P1ThFIFNXs02UpZe2UEr6m2M2D4iu2bA1aV6u1P2oWLjV/4LQqpXUotDnHJjWcSlQ3DVfCAPle0bKOpHyKN4/0H46u/mBitC9NhFxtbYMxPJ2cfmbLbqmU=; Message-ID: <248127.63702.qm@web24812.mail.ird.yahoo.com> X-YMail-OSG: 8OgU_ToVM1nouB2v7Prq0f02pSWhFAjFNokxqEgpdeYDqr2SZmcmNDbz2o3PwWHJsOOTlzTR76qDB89DqBWQFK6RHjpciCx2nUcYDCaj4KWzq57ayR19n1EN8XQ8ZwyR.NT6ObqkgK35WPYYMLH6Pmz7xSJnjFCcKgZGAqcsq_jdo2I2DxQD9T5ixXCmrFJZwQv8E9GiFB4VmAPxOE.IYC3Bu8UCmshzJqR1jECouDJyzk5QAwNWM2.isHudtO5pBmyAsX5rwB_9FVEiV0aEI7ejIT9cOCGwrzr_sA-- Received: from [192.54.193.25] by web24812.mail.ird.yahoo.com via HTTP; Wed, 04 Nov 2009 03:01:50 PST X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 03:01:50 -0800 (PST) From: "Alexandre L." To: Super Biscuit In-Reply-To: <13645.44698.qm@web110109.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re : linux emulation 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: Wed, 04 Nov 2009 11:01:51 -0000 Which version of FreeBSD do you use ?=0A=0AWith the version 8, linux-f10 in= frastructure port is used=0A=0AWith the version 7, linux-f4 is the default = infrastructure port used. linux-f8 can be used but it is not completely ope= rational=0ASee : http://lists.freebsd.org/pipermail/freebsd-ports/2009-Apri= l/054046.html=0A=0A--- En date de=A0: Mar 3.11.09, Super Biscuit a =E9crit=A0:=0A=0A> De: Super Biscuit =0A> Objet: linux emulation problems=0A> =C0: freebsd-questions@freebs= d.org=0A> Date: Mardi 3 Novembre 2009, 21h58=0A> I'm using linux_base-f10. = During the=0A> installation of ports. The error comes to to use at least=0A= > base-f8. Ports have been updated. =0A> =0A> =0A> =0A> =A0 =A0 =A0 =0A> __= _____________________________________________=0A> freebsd-questions@freebsd= .org=0A> mailing list=0A> http://lists.freebsd.org/mailman/listinfo/freebsd= -questions=0A> To unsubscribe, send any mail to "freebsd-questions-unsubscr= ibe@freebsd.org"=0A> =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 12:16:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0D7106566B for ; Wed, 4 Nov 2009 12:16:42 +0000 (UTC) (envelope-from a.huth@tmr.net) Received: from bo-uwka-srv01.de.tmr.net (bo-uwka-srv01.de.tmr.net [212.23.146.2]) by mx1.freebsd.org (Postfix) with ESMTP id ECD938FC1D for ; Wed, 4 Nov 2009 12:16:41 +0000 (UTC) Received: from localhost (localhost.de.tmr.net [127.0.0.1]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id 3C29C1DE966 for ; Wed, 4 Nov 2009 13:16:39 +0100 (CET) Received: from bo-uwka-srv01.de.tmr.net ([127.0.0.1]) by localhost (bo-uwka-srv01.de.tmr.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 59622-01-37 for ; Wed, 4 Nov 2009 13:16:39 +0100 (CET) Received: from localhost (bo-stwhv-fw02.de.tmr.net [212.23.140.253]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id E35F51DE8D4 for ; Wed, 4 Nov 2009 13:16:38 +0100 (CET) Date: Wed, 4 Nov 2009 12:16:42 +0100 From: Alex Huth To: freebsd-questions@freebsd.org Message-ID: <20091104111642.GB15739@borusse.borussiapark> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Predence: first-class Priority: normal X-Editor: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Nov 3 2009 11:23:28) X-Mailer: Mutt 1.5.20 (2009-06-14) User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Xfce4 on 8.0 RC2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 12:16:42 -0000 Hi! Is anyone running this combination? I am having trouble with two points> 1. When i close a ssh connection in a terminal, the prompt does not come back. I have to close the tab. Without X the connections are ok and i had Debian lenny earlier on the laptop also with Xfce4. There was everything ok. 2. When switching between the desktops i have to wait up to 3 seconds before it is done, depending on what app there is running. For example: Desk1: Terminal with several tabs Desk2: firefox35 Desk3: Openoffice3 calc Desk4: atunes Desk1 --> Desk2 ok Desk2 --> Desk3 ok Desk1 --> Desk4 3 sec Desk4 --> Desk1 3 sec Desk2 --> Desk1 3 sec I am running it on Dell Latitude E6500 with 4GB Ram. Any idea? thx Alex From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 12:29:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E11E1106566B for ; Wed, 4 Nov 2009 12:29:16 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n20.bullet.mail.mud.yahoo.com (n20.bullet.mail.mud.yahoo.com [68.142.206.147]) by mx1.freebsd.org (Postfix) with SMTP id 9E2E18FC0C for ; Wed, 4 Nov 2009 12:29:16 +0000 (UTC) Received: from [68.142.194.244] by n20.bullet.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 12:29:16 -0000 Received: from [68.142.201.247] by t2.bullet.mud.yahoo.com with NNFMP; 04 Nov 2009 12:29:16 -0000 Received: from [127.0.0.1] by omp408.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 12:29:16 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 37758.27978.bm@omp408.mail.mud.yahoo.com Received: (qmail 5149 invoked by uid 60001); 4 Nov 2009 12:29:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257337755; bh=qFWXRb68YzSVoTM8AIzXwmuL0qUJgZuaPIMiuj0DOIw=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=1DmvV4lYTxZ5tCM9wRyBfyNQ5kIEoBri+dvMeRxE+Rb3ANsQri7g1938NJ63EG1spkKUPtC1oFPAfwCr6hKuCr4CCfYUg715mRo/YfZgYCJwdwCNGiUMn2s8M5OJPAkKKweCN9fykTt1s1VGfMn0VmGTMExf0AfYshtzCScRQQ0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type; b=Es0iZX63vn+LJ7MCtRT5uDVmjuWf7uGR9IrCJeJWW9wciyjVLfPOw6FZ/JO978X72Uh1Znu9wydglgfQrw4Q3xFdqaCXTcFkD38v/UFpRzjO+Z+GavyA/pv6AA5TUIV6PRVpYRWKtbJ6VGd86xmL+RlB78jCIxs6m8MMnZkraOM=; Message-ID: <169823.90552.qm@web110103.mail.gq1.yahoo.com> X-YMail-OSG: fc7DFlEVM1kbp6b3WwTcqhR3y.boEcdkITC7pLfQeeHRe2xuYFkMslLQd9kDitIrUSIBGTbVGrFeVdxS7Tyw0.z_h1MPZA4CwhqNLBrHN2oETiowm40gdhYhkPbFIdD8DaPKKE8JQstKn607JWVix1REoBkyE2pcw2_.C7yL7fe2328c_e8SgAJEhXx5qd.gPFhzwxc3cIslhBvo4lfZ27clDRuX6fD5DLye.Ns5JuO8A_QXfkA8Ge9t6_wA5Cn7TbdBRyl0X4yaUA4RcdKmKrrpwhTwWOFsOrOZ Received: from [98.211.115.169] by web110103.mail.gq1.yahoo.com via HTTP; Wed, 04 Nov 2009 04:29:15 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 04:29:14 -0800 (PST) From: Super Biscuit To: "Daniel C. Dowse" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1214304981-1257337755=:90552" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Wed, 04 Nov 2009 12:29:17 -0000 --0-1214304981-1257337755=:90552 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable The reason for multiple posts and the titles is because The original post w= as considered spam by the freebsd-questions mailing list and webmaster. It = had all of the relevant information in it. Next time you may want ask me why I do something before making an uninforme= d and asinine response. Here is the information you asked for: %uname -a FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0: = Fri May=A0 1 08:49:13 UTC 2009=A0=A0=A0=A0 root@walker.cse.buffalo.edu:/usr= /obj/usr/src/sys/GENERIC=A0 i386 --- On Wed, 11/4/09, Daniel C. Dowse wrote: From: Daniel C. Dowse Subject: Re: need help with nvidia drivers To: "Super Biscuit" Cc: freebsd-questions@freebsd.org Date: Wednesday, November 4, 2009, 9:52 AM On Tue, 3 Nov 2009 13:55:34 -0800 (PST) Super Biscuit wrote: > I'm not able to use the glx settings on my computer. > RGB comes back as a double buffer error. >=20 Hi, sorry but with that kind of questioning you won`t get any response, that includes your other posts as well.=20 you should all ways try to describe the problem more specified. you should post your configs (/etc./X11/xorg.conf) and hardware specs (dmesg) and os release version( uname -a ) ,and the driver version you have installed, too. >=20 >=20 >=A0 =A0 =A0=A0=A0 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" greets=20 daniel --=20 [ The only reality is virtual ]=A0 =A0=A0=A0 =A0=A0=A0=20 =0A=0A=0A --0-1214304981-1257337755=:90552 Content-Type: application/octet-stream; name="xorg.conf" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="xorg.conf" IyBudmlkaWEteGNvbmZpZzogWCBjb25maWd1cmF0aW9uIGZpbGUgZ2VuZXJh dGVkIGJ5IG52aWRpYS14Y29uZmlnCiMgbnZpZGlhLXhjb25maWc6ICB2ZXJz aW9uIDEuMCAgKHJvb3RAamFpbC03MSkgIFNhdCBBcHIgMTggMTQ6MzU6NTUg VVRDIDIwMDkKCiMgbnZpZGlhLXNldHRpbmdzOiBYIGNvbmZpZ3VyYXRpb24g ZmlsZSBnZW5lcmF0ZWQgYnkgbnZpZGlhLXNldHRpbmdzCiMgbnZpZGlhLXNl dHRpbmdzOiAgdmVyc2lvbiAxLjAgIChyb290QGphaWwtMjYpICBGcmkgQXBy IDI0IDIxOjI0OjI3IFVUQyAyMDA5CgpTZWN0aW9uICJTZXJ2ZXJMYXlvdXQi CiAgICBJZGVudGlmaWVyICAgICAiTGF5b3V0MCIKICAgIFNjcmVlbiAgICAg IDAgICJTY3JlZW4wIiAwIDAKICAgIElucHV0RGV2aWNlICAgICJLZXlib2Fy ZDAiICJDb3JlS2V5Ym9hcmQiCiAgICBJbnB1dERldmljZSAgICAiTW91c2Uw IiAiQ29yZVBvaW50ZXIiCkVuZFNlY3Rpb24KClNlY3Rpb24gIkZpbGVzIgog ICAgUmdiUGF0aCAgICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvcmdiIgog ICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMv bWlzYy86dW5zY2FsZWQiCiAgICBGb250UGF0aCAgICAgICAgIi91c3IvbG9j YWwvbGliL1gxMS9mb250cy8xMDBkcGkvOnVuc2NhbGVkIgogICAgRm9udFBh dGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvNzVkcGkvOnVu c2NhbGVkIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9Y MTEvZm9udHMvbWlzYy8iCiAgICBGb250UGF0aCAgICAgICAgIi91c3IvbG9j YWwvbGliL1gxMS9mb250cy9UeXBlMS8iCiAgICBGb250UGF0aCAgICAgICAg Ii91c3IvbG9jYWwvbGliL1gxMS9mb250cy8xMDBkcGkvIgogICAgRm9udFBh dGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMvNzVkcGkvIgog ICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xpYi9YMTEvZm9udHMv Y3lyaWxsaWMvIgogICAgRm9udFBhdGggICAgICAgICIvdXNyL2xvY2FsL2xp Yi9YMTEvZm9udHMvVFRGLyIKRW5kU2VjdGlvbgoKU2VjdGlvbiAiTW9kdWxl IgogICAgTG9hZCAgICAgICAgICAgImRiZSIKICAgIExvYWQgICAgICAgICAg ICJleHRtb2QiCiAgICBMb2FkICAgICAgICAgICAidHlwZTEiCiAgICBMb2Fk ICAgICAgICAgICAiZnJlZXR5cGUiCiAgICBMb2FkICAgICAgICAgICAiZ2x4 IgogICAgTG9hZCAgICAgICAgICAgImRyaSIKRW5kU2VjdGlvbgoKU2VjdGlv biAiU2VydmVyRmxhZ3MiCiAgICBPcHRpb24gICAgICAgICAiWGluZXJhbWEi ICIwIgpFbmRTZWN0aW9uCgpTZWN0aW9uICJJbnB1dERldmljZSIKCiAgICAj IGdlbmVyYXRlZCBmcm9tIGRlZmF1bHQKICAgIElkZW50aWZpZXIgICAgICJN b3VzZTAiCiAgICBEcml2ZXIgICAgICAgICAibW91c2UiCiAgICBPcHRpb24g ICAgICAgICAiUHJvdG9jb2wiICJhdXRvIgogICAgT3B0aW9uICAgICAgICAg IkRldmljZSIgIi9kZXYvc3lzbW91c2UiCiAgICBPcHRpb24gICAgICAgICAi RW11bGF0ZTNCdXR0b25zIiAibm8iCiAgICBPcHRpb24gICAgICAgICAiWkF4 aXNNYXBwaW5nIiAiNCA1IgpFbmRTZWN0aW9uCgpTZWN0aW9uICJJbnB1dERl dmljZSIKCiAgICAjIGdlbmVyYXRlZCBmcm9tIGRlZmF1bHQKICAgIElkZW50 aWZpZXIgICAgICJLZXlib2FyZDAiCiAgICBEcml2ZXIgICAgICAgICAia2V5 Ym9hcmQiCkVuZFNlY3Rpb24KClNlY3Rpb24gIk1vbml0b3IiCiAgICBJZGVu dGlmaWVyICAgICAiTW9uaXRvcjAiCiAgICBWZW5kb3JOYW1lICAgICAiVW5r bm93biIKICAgIE1vZGVsTmFtZSAgICAgICJDUlQtMCIKICAgIEhvcml6U3lu YyAgICAgICAzMC4wIC0gMTEwLjAKICAgIFZlcnRSZWZyZXNoICAgICA1MC4w IC0gMTUwLjAKICAgIE9wdGlvbiAgICAgICAgICJEUE1TIgpFbmRTZWN0aW9u CgpTZWN0aW9uICJEZXZpY2UiCiAgICBJZGVudGlmaWVyICAgICAiRGV2aWNl MCIKICAgIERyaXZlciAgICAgICAgICJudmlkaWEiCiAgICBWZW5kb3JOYW1l ICAgICAiTlZJRElBIENvcnBvcmF0aW9uIgogICAgQm9hcmROYW1lICAgICAg IkdlRm9yY2UgODQwMCBHUyIKRW5kU2VjdGlvbgoKU2VjdGlvbiAiU2NyZWVu IgogICAgSWRlbnRpZmllciAgICAgIlNjcmVlbjAiCiAgICBEZXZpY2UgICAg ICAgICAiRGV2aWNlMCIKICAgIE1vbml0b3IgICAgICAgICJNb25pdG9yMCIK ICAgIERlZmF1bHREZXB0aCAgICAyNAogICAgT3B0aW9uICAgICAgICAgIlR3 aW5WaWV3IiAiMCIKICAgIE9wdGlvbiAgICAgICAgICJUd2luVmlld1hpbmVy YW1hSW5mb09yZGVyIiAiQ1JULTAiCiAgICBPcHRpb24gICAgICAgICAibWV0 YW1vZGVzIiAiMTQwMHgxMDUwICswKzA7IDY0MHg0ODAgKzArMDsgODAweDYw MCArMCswOyAxMDI0eDc2OCArMCswOyAxMjgweDEwMjQgKzArMCIKICAgIFN1 YlNlY3Rpb24gICAgICJEaXNwbGF5IgogICAgICAgIERlcHRoICAgICAgIDI0 CiAgICBFbmRTdWJTZWN0aW9uCkVuZFNlY3Rpb24KCg== --0-1214304981-1257337755=:90552 Content-Type: text/plain; name="dmesg.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg.txt" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDkgVGhlIEZyZWVCU0QgUHJvamVjdC4K Q29weXJpZ2h0IChjKSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAx OTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAxOTk0CglUaGUgUmVnZW50cyBvZiB0 aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmlnaHRzIHJlc2Vy dmVkLgpGcmVlQlNEIGlzIGEgcmVnaXN0ZXJlZCB0cmFkZW1hcmsgb2YgVGhl IEZyZWVCU0QgRm91bmRhdGlvbi4KRnJlZUJTRCA3LjItUkVMRUFTRSAjMDog RnJpIE1heSAgMSAwODo0OToxMyBVVEMgMjAwOQogICAgcm9vdEB3YWxrZXIu Y3NlLmJ1ZmZhbG8uZWR1Oi91c3Ivb2JqL3Vzci9zcmMvc3lzL0dFTkVSSUMK bW9kdWxlX3JlZ2lzdGVyOiBtb2R1bGUgZGMvbWlpYnVzIGFscmVhZHkgZXhp c3RzIQpNb2R1bGUgZGMvbWlpYnVzIGZhaWxlZCB0byByZWdpc3RlcjogMTcK bW9kdWxlX3JlZ2lzdGVyOiBtb2R1bGUgcGNpL2RjIGFscmVhZHkgZXhpc3Rz IQpNb2R1bGUgcGNpL2RjIGZhaWxlZCB0byByZWdpc3RlcjogMTcKbW9kdWxl X3JlZ2lzdGVyOiBtb2R1bGUgY2FyZGJ1cy9kYyBhbHJlYWR5IGV4aXN0cyEK TW9kdWxlIGNhcmRidXMvZGMgZmFpbGVkIHRvIHJlZ2lzdGVyOiAxNwptb2R1 bGVfcmVnaXN0ZXI6IG1vZHVsZSBtaWlidXMvZGNwaHkgYWxyZWFkeSBleGlz dHMhCk1vZHVsZSBtaWlidXMvZGNwaHkgZmFpbGVkIHRvIHJlZ2lzdGVyOiAx Nwptb2R1bGVfcmVnaXN0ZXI6IG1vZHVsZSBtaWlidXMvcG5waHkgYWxyZWFk eSBleGlzdHMhCk1vZHVsZSBtaWlidXMvcG5waHkgZmFpbGVkIHRvIHJlZ2lz dGVyOiAxNwptb2R1bGVfcmVnaXN0ZXI6IG1vZHVsZSB1aHViL3VtcyBhbHJl YWR5IGV4aXN0cyEKTW9kdWxlIHVodWIvdW1zIGZhaWxlZCB0byByZWdpc3Rl cjogMTcKbW9kdWxlX3JlZ2lzdGVyOiBtb2R1bGUgcmwvbWlpYnVzIGFscmVh ZHkgZXhpc3RzIQpNb2R1bGUgcmwvbWlpYnVzIGZhaWxlZCB0byByZWdpc3Rl cjogMTcKbW9kdWxlX3JlZ2lzdGVyOiBtb2R1bGUgY2FyZGJ1cy9ybCBhbHJl YWR5IGV4aXN0cyEKTW9kdWxlIGNhcmRidXMvcmwgZmFpbGVkIHRvIHJlZ2lz dGVyOiAxNwptb2R1bGVfcmVnaXN0ZXI6IG1vZHVsZSBwY2kvcmwgYWxyZWFk eSBleGlzdHMhCk1vZHVsZSBwY2kvcmwgZmFpbGVkIHRvIHJlZ2lzdGVyOiAx NwpUaW1lY291bnRlciAiaTgyNTQiIGZyZXF1ZW5jeSAxMTkzMTgyIEh6IHF1 YWxpdHkgMApDUFU6IEFNRCBTZW1wcm9uKHRtKSBQcm9jZXNzb3IgMzQwMCsg KDE5ODkuODItTUh6IDY4Ni1jbGFzcyBDUFUpCiAgT3JpZ2luID0gIkF1dGhl bnRpY0FNRCIgIElkID0gMHgyMGZmMiAgU3RlcHBpbmcgPSAyCiAgRmVhdHVy ZXM9MHg3OGJmYmZmPEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxD WDgsQVBJQyxTRVAsTVRSUixQR0UsTUNBLENNT1YsUEFULFBTRTM2LENMRkxV U0gsTU1YLEZYU1IsU1NFLFNTRTI+CiAgRmVhdHVyZXMyPTB4MTxTU0UzPgog IEFNRCBGZWF0dXJlcz0weGUyNTAwODAwPFNZU0NBTEwsTlgsTU1YKyxGRlhT UixMTSwzRE5vdyErLDNETm93IT4KICBBTUQgRmVhdHVyZXMyPTB4MTxMQUhG PgpyZWFsIG1lbW9yeSAgPSAxODc3OTM0MDgwICgxNzkwIE1CKQphdmFpbCBt ZW1vcnkgPSAxODE4NTkxMjMyICgxNzM0IE1CKQpBQ1BJIEFQSUMgVGFibGU6 IDxIUC1DUEMgQVdSREFDUEk+CmlvYXBpYzAgPFZlcnNpb24gMi4xPiBpcnFz IDAtMjMgb24gbW90aGVyYm9hcmQKa2JkMSBhdCBrYmRtdXgwCmFjcGkwOiA8 SFAtQ1BDIEFXUkRBQ1BJPiBvbiBtb3RoZXJib2FyZAphY3BpMDogW0lUSFJF QURdCmFjcGkwOiBQb3dlciBCdXR0b24gKGZpeGVkKQphY3BpMDogcmVzZXJ2 YXRpb24gb2YgMCwgYTAwMDAgKDMpIGZhaWxlZAphY3BpMDogcmVzZXJ2YXRp b24gb2YgMTAwMDAwLCA2ZmRmMDAwMCAoMykgZmFpbGVkClRpbWVjb3VudGVy ICJBQ1BJLWZhc3QiIGZyZXF1ZW5jeSAzNTc5NTQ1IEh6IHF1YWxpdHkgMTAw MAphY3BpX3RpbWVyMDogPDMyLWJpdCB0aW1lciBhdCAzLjU3OTU0NU1Iej4g cG9ydCAweDQwMDgtMHg0MDBiIG9uIGFjcGkwCmFjcGlfYnV0dG9uMDogPFBv d2VyIEJ1dHRvbj4gb24gYWNwaTAKcGNpYjA6IDxBQ1BJIEhvc3QtUENJIGJy aWRnZT4gcG9ydCAweGNmOC0weGNmZiBvbiBhY3BpMApwY2kwOiA8QUNQSSBQ Q0kgYnVzPiBvbiBwY2liMApwY2liMTogPFBDSS1QQ0kgYnJpZGdlPiBhdCBk ZXZpY2UgMi4wIG9uIHBjaTAKcGNpMTogPFBDSSBidXM+IG9uIHBjaWIxCnZn YXBjaTA6IDxWR0EtY29tcGF0aWJsZSBkaXNwbGF5PiBwb3J0IDB4ZWYwMC0w eGVmN2YgbWVtIDB4ZmEwMDAwMDAtMHhmYWZmZmZmZiwweGQwMDAwMDAwLTB4 ZGZmZmZmZmYsMHhmODAwMDAwMC0weGY5ZmZmZmZmIGlycSAxOCBhdCBkZXZp Y2UgMC4wIG9uIHBjaTEKbnZpZGlhMDogPEdlRm9yY2UgODQwMCBHUz4gb24g dmdhcGNpMAp2Z2FwY2kwOiBjaGlsZCBudmlkaWEwIHJlcXVlc3RlZCBwY2lf ZW5hYmxlX2J1c21hc3Rlcgp2Z2FwY2kwOiBjaGlsZCBudmlkaWEwIHJlcXVl c3RlZCBwY2lfZW5hYmxlX2lvCnZnYXBjaTA6IGNoaWxkIG52aWRpYTAgcmVx dWVzdGVkIHBjaV9lbmFibGVfaW8KbnZpZGlhMDogW0dJQU5ULUxPQ0tFRF0K bnZpZGlhMDogW0lUSFJFQURdCmF0YXBjaTA6IDxBVEkgSVhQNDAwIFNBVEEx NTAgY29udHJvbGxlcj4gcG9ydCAweGZmMDAtMHhmZjA3LDB4ZmUwMC0weGZl MDMsMHhmZDAwLTB4ZmQwNywweGZjMDAtMHhmYzAzLDB4ZmIwMC0weGZiMGYg bWVtIDB4ZmUwMmYwMDAtMHhmZTAyZjFmZiBpcnEgMjIgYXQgZGV2aWNlIDE4 LjAgb24gcGNpMAphdGFwY2kwOiBbSVRIUkVBRF0KYXRhMjogPEFUQSBjaGFu bmVsIDA+IG9uIGF0YXBjaTAKYXRhMjogW0lUSFJFQURdCmF0YTM6IDxBVEEg Y2hhbm5lbCAxPiBvbiBhdGFwY2kwCmF0YTM6IFtJVEhSRUFEXQpvaGNpMDog PEFUSSBTQjQwMCBVU0IgQ29udHJvbGxlcj4gbWVtIDB4ZmUwMmUwMDAtMHhm ZTAyZWZmZiBhdCBkZXZpY2UgMTkuMCBvbiBwY2kwCm9oY2kwOiBbR0lBTlQt TE9DS0VEXQpvaGNpMDogW0lUSFJFQURdCnVzYjA6IE9IQ0kgdmVyc2lvbiAx LjAsIGxlZ2FjeSBzdXBwb3J0CnVzYjA6IDxBVEkgU0I0MDAgVVNCIENvbnRy b2xsZXI+IG9uIG9oY2kwCnVzYjA6IFVTQiByZXZpc2lvbiAxLjAKdWh1YjA6 IDxBVEkgT0hDSSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAw LCBhZGRyIDE+IG9uIHVzYjAKdWh1YjA6IDQgcG9ydHMgd2l0aCA0IHJlbW92 YWJsZSwgc2VsZiBwb3dlcmVkCm9oY2kxOiA8QVRJIFNCNDAwIFVTQiBDb250 cm9sbGVyPiBtZW0gMHhmZTAyZDAwMC0weGZlMDJkZmZmIGF0IGRldmljZSAx OS4xIG9uIHBjaTAKb2hjaTE6IFtHSUFOVC1MT0NLRURdCm9oY2kxOiBbSVRI UkVBRF0KdXNiMTogT0hDSSB2ZXJzaW9uIDEuMCwgbGVnYWN5IHN1cHBvcnQK dXNiMTogPEFUSSBTQjQwMCBVU0IgQ29udHJvbGxlcj4gb24gb2hjaTEKdXNi MTogVVNCIHJldmlzaW9uIDEuMAp1aHViMTogPEFUSSBPSENJIHJvb3QgaHVi LCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIgMT4gb24gdXNiMQp1 aHViMTogNCBwb3J0cyB3aXRoIDQgcmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQK ZWhjaTA6IDxBVEkgU0I0MDAgVVNCIDIuMCBjb250cm9sbGVyPiBtZW0gMHhm ZTAyYzAwMC0weGZlMDJjZmZmIGF0IGRldmljZSAxOS4yIG9uIHBjaTAKZWhj aTA6IFtHSUFOVC1MT0NLRURdCmVoY2kwOiBbSVRIUkVBRF0KdXNiMjogRUhD SSB2ZXJzaW9uIDEuMAp1c2IyOiBjb21wYW5pb24gY29udHJvbGxlcnMsIDQg cG9ydHMgZWFjaDogdXNiMCB1c2IxCnVzYjI6IDxBVEkgU0I0MDAgVVNCIDIu MCBjb250cm9sbGVyPiBvbiBlaGNpMAp1c2IyOiBVU0IgcmV2aXNpb24gMi4w CnVodWIyOiA8QVRJIEVIQ0kgcm9vdCBodWIsIGNsYXNzIDkvMCwgcmV2IDIu MDAvMS4wMCwgYWRkciAxPiBvbiB1c2IyCnVodWIyOiA4IHBvcnRzIHdpdGgg OCByZW1vdmFibGUsIHNlbGYgcG93ZXJlZApwY2kwOiA8c2VyaWFsIGJ1cywg U01CdXM+IGF0IGRldmljZSAyMC4wIChubyBkcml2ZXIgYXR0YWNoZWQpCmF0 YXBjaTE6IDxBVEkgSVhQNDAwIFVETUExMzMgY29udHJvbGxlcj4gcG9ydCAw eDFmMC0weDFmNywweDNmNiwweDE3MC0weDE3NywweDM3NiwweGY5MDAtMHhm OTBmIGF0IGRldmljZSAyMC4xIG9uIHBjaTAKYXRhMDogPEFUQSBjaGFubmVs IDA+IG9uIGF0YXBjaTEKYXRhMDogW0lUSFJFQURdCmF0YTE6IDxBVEEgY2hh bm5lbCAxPiBvbiBhdGFwY2kxCmF0YTE6IFtJVEhSRUFEXQppc2FiMDogPFBD SS1JU0EgYnJpZGdlPiBhdCBkZXZpY2UgMjAuMyBvbiBwY2kwCmlzYTA6IDxJ U0EgYnVzPiBvbiBpc2FiMApwY2liMjogPEFDUEkgUENJLVBDSSBicmlkZ2U+ IGF0IGRldmljZSAyMC40IG9uIHBjaTAKcGNpMjogPEFDUEkgUENJIGJ1cz4g b24gcGNpYjIKcmwwOiA8UmVhbFRlayA4MTM5IDEwLzEwMEJhc2VUWD4gcG9y dCAweGRhMDAtMHhkYWZmIG1lbSAweGZkZGZmMDAwLTB4ZmRkZmYwZmYgaXJx IDIxIGF0IGRldmljZSAzLjAgb24gcGNpMgptaWlidXMwOiA8TUlJIGJ1cz4g b24gcmwwCnJscGh5MDogPFJlYWxUZWsgaW50ZXJuYWwgbWVkaWEgaW50ZXJm YWNlPiBQSFkgMCBvbiBtaWlidXMwCnJscGh5MDogIDEwYmFzZVQsIDEwYmFz ZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIGF1dG8KcmwwOiBF dGhlcm5ldCBhZGRyZXNzOiAwMDoxNTpmMjo3YTpkYzo4MwpybDA6IFtJVEhS RUFEXQpmd29oY2kwOiA8VklBIEZpcmUgSUkgKFZUNjMwNik+IHBvcnQgMHhk ZjAwLTB4ZGY3ZiBtZW0gMHhmZGRmZTAwMC0weGZkZGZlN2ZmIGF0IGRldmlj ZSA1LjAgb24gcGNpMgpmd29oY2kwOiBbRklMVEVSXQpmd29oY2kwOiBPSENJ IHZlcnNpb24gMS4wIChST009MSkKZndvaGNpMDogTm8uIG9mIElzb2Nocm9u b3VzIGNoYW5uZWxzIGlzIDQuCmZ3b2hjaTA6IEVVSTY0IDAwOjExOmQ4OjAw OjAwOjg1OjA0OjBiCmZ3b2hjaTA6IFBoeSAxMzk0YSBhdmFpbGFibGUgUzQw MCwgMiBwb3J0cy4KZndvaGNpMDogTGluayBTNDAwLCBtYXhfcmVjIDIwNDgg Ynl0ZXMuCmZpcmV3aXJlMDogPElFRUUxMzk0KEZpcmVXaXJlKSBidXM+IG9u IGZ3b2hjaTAKZndlMDogPEV0aGVybmV0IG92ZXIgRmlyZVdpcmU+IG9uIGZp cmV3aXJlMAppZl9md2UwOiBGYWtlIEV0aGVybmV0IGFkZHJlc3M6IDAyOjEx OmQ4Ojg1OjA0OjBiCmZ3ZTA6IEV0aGVybmV0IGFkZHJlc3M6IDAyOjExOmQ4 Ojg1OjA0OjBiCmZ3aXAwOiA8SVAgb3ZlciBGaXJlV2lyZT4gb24gZmlyZXdp cmUwCmZ3aXAwOiBGaXJld2lyZSBhZGRyZXNzOiAwMDoxMTpkODowMDowMDo4 NTowNDowYiBAIDB4ZmZmZTAwMDAwMDAwLCBTNDAwLCBtYXhyZWMgMjA0OApz YnAwOiA8U0JQLTIvU0NTSSBvdmVyIEZpcmVXaXJlPiBvbiBmaXJld2lyZTAK ZGNvbnNfY3JvbTA6IDxkY29ucyBjb25maWd1cmF0aW9uIFJPTT4gb24gZmly ZXdpcmUwCmRjb25zX2Nyb20wOiBidXNfYWRkciAweDFhZGMwMDAKZndvaGNp MDogSW5pdGlhdGUgYnVzIHJlc2V0CmZ3b2hjaTA6IEJVUyByZXNldApmd29o Y2kwOiBub2RlX2lkPTB4YzgwMGZmYzAsIGdlbj0xLCBDWUNMRU1BU1RFUiBt b2RlCmVtdTEwa3gwOiA8Q3JlYXRpdmUgU0JMaXZlISBbQ1Q0NzYwXT4gcG9y dCAweGRlMDAtMHhkZTFmIGlycSAxNiBhdCBkZXZpY2UgOC4wIG9uIHBjaTIK ZW11MTBreDA6IFtJVEhSRUFEXQpwY20wOiA8RU1VMTBLeCBEU1AgZnJvbnQg UENNIGludGVyZmFjZT4gb24gZW11MTBreDAKcGNtMDogPFNpZ21hVGVsIFNU QUM5NzIxLzIzIEFDOTcgQ29kZWM+CnBjbTE6IDxFTVUxMEt4IERTUCByZWFy IFBDTSBpbnRlcmZhY2U+IG9uIGVtdTEwa3gwCmRjMDogPEFETXRlayBBTjk4 NSAxMC8xMDBCYXNlVFg+IHBvcnQgMHhkODAwLTB4ZDhmZiBtZW0gMHhmZGRm ZDAwMC0weGZkZGZkM2ZmIGlycSAxNyBhdCBkZXZpY2UgOS4wIG9uIHBjaTIK bWlpYnVzMTogPE1JSSBidXM+IG9uIGRjMAphY3BoeTA6IDxBQ1hYWCAxMC8x MDAgbWVkaWEgaW50ZXJmYWNlPiBQSFkgMSBvbiBtaWlidXMxCmFjcGh5MDog IDEwYmFzZVQsIDEwYmFzZVQtRkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1G RFgsIGF1dG8KZGMwOiBFdGhlcm5ldCBhZGRyZXNzOiAwMDowNDo1YTo0Zjph YjpkYgpkYzA6IFtJVEhSRUFEXQphY3BpX3R6MDogPFRoZXJtYWwgWm9uZT4g b24gYWNwaTAKYXRrYmRjMDogPEtleWJvYXJkIGNvbnRyb2xsZXIgKGk4MDQy KT4gcG9ydCAweDYwLDB4NjQgaXJxIDEgb24gYWNwaTAKYXRrYmQwOiA8QVQg S2V5Ym9hcmQ+IGlycSAxIG9uIGF0a2JkYzAKa2JkMCBhdCBhdGtiZDAKYXRr YmQwOiBbR0lBTlQtTE9DS0VEXQphdGtiZDA6IFtJVEhSRUFEXQpwc20wOiA8 UFMvMiBNb3VzZT4gaXJxIDEyIG9uIGF0a2JkYzAKcHNtMDogW0dJQU5ULUxP Q0tFRF0KcHNtMDogW0lUSFJFQURdCnBzbTA6IG1vZGVsIEludGVsbGlNb3Vz ZSwgZGV2aWNlIElEIDMKY3B1MDogPEFDUEkgQ1BVPiBvbiBhY3BpMAphY3Bp X3Rocm90dGxlMDogPEFDUEkgQ1BVIFRocm90dGxpbmc+IG9uIGNwdTAKcG93 ZXJub3cwOiA8Q29vbGBuJ1F1aWV0IEs4PiBvbiBjcHUwCnBtdGltZXIwIG9u IGlzYTAKb3JtMDogPElTQSBPcHRpb24gUk9NPiBhdCBpb21lbSAweGMwMDAw LTB4Y2M3ZmYgcG5waWQgT1JNMDAwMCBvbiBpc2EwCnBwYzA6IDxQYXJhbGxl bCBwb3J0PiBhdCBwb3J0IDB4Mzc4LTB4MzdmIGlycSA3IG9uIGlzYTAKcHBj MDogR2VuZXJpYyBjaGlwc2V0IChFUFAvTklCQkxFKSBpbiBDT01QQVRJQkxF IG1vZGUKcHBidXMwOiA8UGFyYWxsZWwgcG9ydCBidXM+IG9uIHBwYzAKcHBi dXMwOiBbSVRIUkVBRF0KcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50ZXJmYWNl PiBvbiBwcGJ1czAKcGxpcDA6IFdBUk5JTkc6IHVzaW5nIG9ic29sZXRlZCBJ RkZfTkVFRFNHSUFOVCBmbGFnCmxwdDA6IDxQcmludGVyPiBvbiBwcGJ1czAK bHB0MDogSW50ZXJydXB0LWRyaXZlbiBwb3J0CnBwaTA6IDxQYXJhbGxlbCBJ L08+IG9uIHBwYnVzMApwcGMwOiBbR0lBTlQtTE9DS0VEXQpwcGMwOiBbSVRI UkVBRF0Kc2MwOiA8U3lzdGVtIGNvbnNvbGU+IGF0IGZsYWdzIDB4MTAwIG9u IGlzYTAKc2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZsYWdzPTB4 MzAwPgpzaW8wOiBjb25maWd1cmVkIGlycSA0IG5vdCBpbiBiaXRtYXAgb2Yg cHJvYmVkIGlycXMgMApzaW8wOiBwb3J0IG1heSBub3QgYmUgZW5hYmxlZApz aW8wOiBjb25maWd1cmVkIGlycSA0IG5vdCBpbiBiaXRtYXAgb2YgcHJvYmVk IGlycXMgMApzaW8wOiBwb3J0IG1heSBub3QgYmUgZW5hYmxlZApzaW8wIGF0 IHBvcnQgMHgzZjgtMHgzZmYgaXJxIDQgZmxhZ3MgMHgxMCBvbiBpc2EwCnNp bzA6IHR5cGUgODI1MCBvciBub3QgcmVzcG9uZGluZwpzaW8wOiBbRklMVEVS XQpzaW8xOiBjb25maWd1cmVkIGlycSAzIG5vdCBpbiBiaXRtYXAgb2YgcHJv YmVkIGlycXMgMApzaW8xOiBwb3J0IG1heSBub3QgYmUgZW5hYmxlZAp2Z2Ew OiA8R2VuZXJpYyBJU0EgVkdBPiBhdCBwb3J0IDB4M2MwLTB4M2RmIGlvbWVt IDB4YTAwMDAtMHhiZmZmZiBvbiBpc2EwCnVtYXNzMDogPHZlbmRvciAweDA1 OGYgVVNCIFJlYWRlciwgY2xhc3MgMC8wLCByZXYgMS4xMC8xLjAwLCBhZGRy IDI+IG9uIHVodWIwClRpbWVjb3VudGVyICJUU0MiIGZyZXF1ZW5jeSAxOTg5 ODI0OTgxIEh6IHF1YWxpdHkgODAwClRpbWVjb3VudGVycyB0aWNrIGV2ZXJ5 IDEuMDAwIG1zZWMKZmlyZXdpcmUwOiAxIG5vZGVzLCBtYXhob3AgPD0gMCwg Y2FibGUgSVJNID0gMCAobWUpCmZpcmV3aXJlMDogYnVzIG1hbmFnZXIgMCAo bWUpCmFjZDA6IENEUlcgPExJVEUtT04gQ09NQk8gU09IQy00ODM2Sy9TUEoy PiBhdCBhdGExLW1hc3RlciBVRE1BMzMKYWQ0OiA5NTM5Nk1CIDxNYXh0b3Ig NkwxMDBNMCBCQUNFMUcxMD4gYXQgYXRhMi1tYXN0ZXIgU0FUQTE1MApHRU9N X0xBQkVMOiBMYWJlbCBmb3IgcHJvdmlkZXIgYWQ0czFhIGlzIHVmc2lkLzRh ZTZmMTIyYzhkNWZiZGUuCkdFT01fTEFCRUw6IExhYmVsIGZvciBwcm92aWRl ciBhZDRzMWQgaXMgdWZzaWQvNGFlNmYxMjM1MDcxYzEyMy4KR0VPTV9MQUJF TDogTGFiZWwgZm9yIHByb3ZpZGVyIGFkNHMxZSBpcyB1ZnNpZC80YWU2ZjEy NWIzYjRlYTQxLgpHRU9NX0xBQkVMOiBMYWJlbCBmb3IgcHJvdmlkZXIgYWQ0 czFmIGlzIHVmc2lkLzRhZTZmMTIyOGZkNTJkNTIuCkdFT01fTEFCRUw6IExh YmVsIGZvciBwcm92aWRlciBhZDRzMWcgaXMgdWZzaWQvNGFlNmYxMjM3NWI1 NjI5Yi4KKHByb2JlNzp1bWFzcy1zaW0wOjA6MDowKTogVEVTVCBVTklUIFJF QURZLiBDREI6IDAgMCAwIDAgMCAwIAoocHJvYmU3OnVtYXNzLXNpbTA6MDow OjApOiBDQU0gU3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJvcgoocHJvYmU3OnVt YXNzLXNpbTA6MDowOjApOiBTQ1NJIFN0YXR1czogQ2hlY2sgQ29uZGl0aW9u Cihwcm9iZTc6dW1hc3Mtc2ltMDowOjA6MCk6IE5PVCBSRUFEWSBjc2k6MCxh YSw1NSw0MCBhc2M6M2EsMAoocHJvYmU3OnVtYXNzLXNpbTA6MDowOjApOiBN ZWRpdW0gbm90IHByZXNlbnQKKHByb2JlNzp1bWFzcy1zaW0wOjA6MDowKTog VW5yZXRyeWFibGUgZXJyb3IKKHByb2JlNzp1bWFzcy1zaW0wOjA6MDoxKTog VEVTVCBVTklUIFJFQURZLiBDREI6IDAgMjAgMCAwIDAgMCAKKHByb2JlNzp1 bWFzcy1zaW0wOjA6MDoxKTogQ0FNIFN0YXR1czogU0NTSSBTdGF0dXMgRXJy b3IKKHByb2JlNzp1bWFzcy1zaW0wOjA6MDoxKTogU0NTSSBTdGF0dXM6IENo ZWNrIENvbmRpdGlvbgoocHJvYmU3OnVtYXNzLXNpbTA6MDowOjEpOiBOT1Qg UkVBRFkgY3NpOjAsYWEsNTUsNDAgYXNjOjNhLDAKKHByb2JlNzp1bWFzcy1z aW0wOjA6MDoxKTogTWVkaXVtIG5vdCBwcmVzZW50Cihwcm9iZTc6dW1hc3Mt c2ltMDowOjA6MSk6IFVucmV0cnlhYmxlIGVycm9yCihwcm9iZTc6dW1hc3Mt c2ltMDowOjA6Mik6IFRFU1QgVU5JVCBSRUFEWS4gQ0RCOiAwIDQwIDAgMCAw IDAgCihwcm9iZTc6dW1hc3Mtc2ltMDowOjA6Mik6IENBTSBTdGF0dXM6IFND U0kgU3RhdHVzIEVycm9yCihwcm9iZTc6dW1hc3Mtc2ltMDowOjA6Mik6IFND U0kgU3RhdHVzOiBDaGVjayBDb25kaXRpb24KKHByb2JlNzp1bWFzcy1zaW0w OjA6MDoyKTogTk9UIFJFQURZIGNzaTowLGFhLDU1LDQwIGFzYzozYSwwCihw cm9iZTc6dW1hc3Mtc2ltMDowOjA6Mik6IE1lZGl1bSBub3QgcHJlc2VudAoo cHJvYmU3OnVtYXNzLXNpbTA6MDowOjIpOiBVbnJldHJ5YWJsZSBlcnJvcgoo cHJvYmUwOnVtYXNzLXNpbTA6MDowOjMpOiBURVNUIFVOSVQgUkVBRFkuIENE QjogMCA2MCAwIDAgMCAwIAoocHJvYmUwOnVtYXNzLXNpbTA6MDowOjMpOiBD QU0gU3RhdHVzOiBTQ1NJIFN0YXR1cyBFcnJvcgoocHJvYmUwOnVtYXNzLXNp bTA6MDowOjMpOiBTQ1NJIFN0YXR1czogQ2hlY2sgQ29uZGl0aW9uCihwcm9i ZTA6dW1hc3Mtc2ltMDowOjA6Myk6IE5PVCBSRUFEWSBjc2k6MCxhYSw1NSw0 MCBhc2M6M2EsMAoocHJvYmUwOnVtYXNzLXNpbTA6MDowOjMpOiBNZWRpdW0g bm90IHByZXNlbnQKKHByb2JlMDp1bWFzcy1zaW0wOjA6MDozKTogVW5yZXRy eWFibGUgZXJyb3IKZGEwIGF0IHVtYXNzLXNpbTAgYnVzIDAgdGFyZ2V0IDAg bHVuIDAKZGEwOiA8R2VuZXJpYyBVU0IgU0QgUmVhZGVyIDEuMDA+IFJlbW92 YWJsZSBEaXJlY3QgQWNjZXNzIFNDU0ktMCBkZXZpY2UgCmRhMDogMS4wMDBN Qi9zIHRyYW5zZmVycwpkYTA6IEF0dGVtcHQgdG8gcXVlcnkgZGV2aWNlIHNp emUgZmFpbGVkOiBOT1QgUkVBRFksIE1lZGl1bSBub3QgcHJlc2VudApkYTEg YXQgdW1hc3Mtc2ltMCBidXMgMCB0YXJnZXQgMCBsdW4gMQpkYTE6IDxHZW5l cmljIFVTQiBDRiBSZWFkZXIgMS4wMT4gUmVtb3ZhYmxlIERpcmVjdCBBY2Nl c3MgU0NTSS0wIGRldmljZSAKZGExOiAxLjAwME1CL3MgdHJhbnNmZXJzCmRh MTogQXR0ZW1wdCB0byBxdWVyeSBkZXZpY2Ugc2l6ZSBmYWlsZWQ6IE5PVCBS RUFEWSwgTWVkaXVtIG5vdCBwcmVzZW50CmRhMiBhdCB1bWFzcy1zaW0wIGJ1 cyAwIHRhcmdldCAwIGx1biAyCmRhMjogPEdlbmVyaWMgVVNCIFNNIFJlYWRl ciAxLjAyPiBSZW1vdmFibGUgRGlyZWN0IEFjY2VzcyBTQ1NJLTAgZGV2aWNl IApkYTI6IDEuMDAwTUIvcyB0cmFuc2ZlcnMKZGEyOiBBdHRlbXB0IHRvIHF1 ZXJ5IGRldmljZSBzaXplIGZhaWxlZDogTk9UIFJFQURZLCBNZWRpdW0gbm90 IHByZXNlbnQKZGEzIGF0IHVtYXNzLXNpbTAgYnVzIDAgdGFyZ2V0IDAgbHVu IDMKZGEzOiA8R2VuZXJpYyBVU0IgTVMgUmVhZGVyIDEuMDM+IFJlbW92YWJs ZSBEaXJlY3QgQWNjZXNzIFNDU0ktMCBkZXZpY2UgCmRhMzogMS4wMDBNQi9z IHRyYW5zZmVycwpkYTM6IEF0dGVtcHQgdG8gcXVlcnkgZGV2aWNlIHNpemUg ZmFpbGVkOiBOT1QgUkVBRFksIE1lZGl1bSBub3QgcHJlc2VudApUcnlpbmcg dG8gbW91bnQgcm9vdCBmcm9tIHVmczovZGV2L2FkNHMxYQpHRU9NX0xBQkVM OiBMYWJlbCB1ZnNpZC80YWU2ZjEyMmM4ZDVmYmRlIHJlbW92ZWQuCkdFT01f TEFCRUw6IExhYmVsIGZvciBwcm92aWRlciBhZDRzMWEgaXMgdWZzaWQvNGFl NmYxMjJjOGQ1ZmJkZS4KR0VPTV9MQUJFTDogTGFiZWwgdWZzaWQvNGFlNmYx MjI4ZmQ1MmQ1MiByZW1vdmVkLgpHRU9NX0xBQkVMOiBMYWJlbCBmb3IgcHJv dmlkZXIgYWQ0czFmIGlzIHVmc2lkLzRhZTZmMTIyOGZkNTJkNTIuCkdFT01f TEFCRUw6IExhYmVsIHVmc2lkLzRhZTZmMTIzNTA3MWMxMjMgcmVtb3ZlZC4K R0VPTV9MQUJFTDogTGFiZWwgZm9yIHByb3ZpZGVyIGFkNHMxZCBpcyB1ZnNp ZC80YWU2ZjEyMzUwNzFjMTIzLgpHRU9NX0xBQkVMOiBMYWJlbCB1ZnNpZC80 YWU2ZjEyMzc1YjU2MjliIHJlbW92ZWQuCkdFT01fTEFCRUw6IExhYmVsIGZv ciBwcm92aWRlciBhZDRzMWcgaXMgdWZzaWQvNGFlNmYxMjM3NWI1NjI5Yi4K R0VPTV9MQUJFTDogTGFiZWwgdWZzaWQvNGFlNmYxMjViM2I0ZWE0MSByZW1v dmVkLgpHRU9NX0xBQkVMOiBMYWJlbCBmb3IgcHJvdmlkZXIgYWQ0czFlIGlz IHVmc2lkLzRhZTZmMTI1YjNiNGVhNDEuCkdFT01fTEFCRUw6IExhYmVsIHVm c2lkLzRhZTZmMTIyYzhkNWZiZGUgcmVtb3ZlZC4KR0VPTV9MQUJFTDogTGFi ZWwgdWZzaWQvNGFlNmYxMjI4ZmQ1MmQ1MiByZW1vdmVkLgpHRU9NX0xBQkVM OiBMYWJlbCB1ZnNpZC80YWU2ZjEyMzUwNzFjMTIzIHJlbW92ZWQuCkdFT01f TEFCRUw6IExhYmVsIHVmc2lkLzRhZTZmMTIzNzViNTYyOWIgcmVtb3ZlZC4K R0VPTV9MQUJFTDogTGFiZWwgdWZzaWQvNGFlNmYxMjViM2I0ZWE0MSByZW1v dmVkLgo= --0-1214304981-1257337755=:90552-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 12:36:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBA11106566C for ; Wed, 4 Nov 2009 12:36:31 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n15b.bullet.mail.mud.yahoo.com (n15b.bullet.mail.mud.yahoo.com [68.142.207.236]) by mx1.freebsd.org (Postfix) with SMTP id 834F58FC16 for ; Wed, 4 Nov 2009 12:36:31 +0000 (UTC) Received: from [209.191.108.97] by n15.bullet.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 12:36:31 -0000 Received: from [68.142.201.254] by t4.bullet.mud.yahoo.com with NNFMP; 04 Nov 2009 12:36:31 -0000 Received: from [127.0.0.1] by omp415.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 12:36:31 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 88575.42684.bm@omp415.mail.mud.yahoo.com Received: (qmail 26331 invoked by uid 60001); 4 Nov 2009 12:36:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257338190; bh=GzCPsuzuNlBaCrvhJvUk87v67Zod109dEXcfrhAhc7k=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=wXYhUKDf7X/m+c7U/mt8Vf3urwA38Gzl6DbKrR27AEissdRetubKIcrWzKyFR2JqcLg8U6kGBMb4qV9zuwcX+FPaSrC/UEDD4b9DdFc5dIaZswDjx8r2HGQaSjeahMfge+0sbzHp7NsXq/kR2cl7Ybt6Rk+Mm0kDPnUwNXS4Pp8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=A8NDusUuyeiP2sb19omqxa+5xDfR3I7jABZbxg8SoXu7GB4MHz1vGPramvsHhQkHsszQQHyMaXIwDLnsHPx8zD2ki+6IHbthawxWT4eM+AZ8w6GWW2Zis4HPu3vPt49EYIZdhuSM0bYR4GcNGzc16+VJOf+tVUVw5oqcsoHHL78=; Message-ID: <619370.25854.qm@web110102.mail.gq1.yahoo.com> X-YMail-OSG: zwL..T4VM1k4F5o1rbBELHQXLPDKVqHU6PTZScXn7ZirBKnGVuvmIIozh8LB01BPJOqfYuKHI8bEvVse6kJxzxY1MRG.JiuwgPbOMFsFRbZl83nE2zf9R9Fw4HJLDb_qwxK09fiC2UAmYfHorS4tJuMFEiII_Sq2JYGsBYMewqRHTa9e.YF27tPBI7Q59.pTOPj5aMfZMgpWPJRMu6RGYvh_ENB4P4PRN56h2Mf3VI1uecUo6Xyu4rCCpnx4IXRaCAbp1Ox5HQR5zYJq1BKDkUC7HJ81_.Fe Received: from [98.211.115.169] by web110102.mail.gq1.yahoo.com via HTTP; Wed, 04 Nov 2009 04:36:30 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 04:36:30 -0800 (PST) From: Super Biscuit To: Boris Samorodov In-Reply-To: <42068292@h30.sp.ipt.ru> 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: linux emulation 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: Wed, 04 Nov 2009 12:36:32 -0000 The problem is solved. I used a recent reply to fix an error. Yes, I followed and yes, thanks for the help from everyone. --- On Wed, 11/4/09, Boris Samorodov wrote: From: Boris Samorodov Subject: Re: linux emulation problems To: "Super Biscuit" Cc: freebsd-questions@freebsd.org Date: Wednesday, November 4, 2009, 9:42 AM On Tue, 3 Nov 2009 13:58:19 -0800 (PST) Super Biscuit wrote: > I'm using linux_base-f10. How do you? > During the installation of ports. The error comes to to use at least base-f8. Ports have been updated. Did you pay attention at /usr/ports/UPDATING? -- WBR, bsam From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 13:12:03 2009 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 A1B5D106566C for ; Wed, 4 Nov 2009 13:12:03 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 750698FC1A for ; Wed, 4 Nov 2009 13:12:03 +0000 (UTC) Received: by pzk40 with SMTP id 40so4628544pzk.7 for ; Wed, 04 Nov 2009 05:12:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=KnHKg7KYCDIgwQp7uLndljD7jeLIYh15Fq74V4NFzZU=; b=peYRRYC90YPoSyZ99b0HZFG7PcH9r3pNa3P7ncpCtblh8CPoDAnI2B6cZzw4hXb8ao vRRmF7f7TsA1fD7UPK/rzspm/Lvv3f6fOecBkKxG2mdmBBU5gxGpmdaQYKOCX7Kenocs fGmWS2LG7fiYAdIXjJd+Y8ZNpxZm0gxZaan04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=mr61Jg6+3fFrsQBaf2Ri9XNNO4LR1EhFRIGM5rnf0cqMLds1HeWyRsmRyUySM/lxdQ i1AbB1EyHdJCfarrXOLu7yDbsf7QN8vMDRmCROG5e+TT96RZWA6spRuIyb3/YUX+nT04 2C4ZNC46TFCZaYP67vhhqoaMTPQlT4BP4wLiY= MIME-Version: 1.0 Received: by 10.142.60.8 with SMTP id i8mr150263wfa.310.1257340322971; Wed, 04 Nov 2009 05:12:02 -0800 (PST) In-Reply-To: <0A7ECB22-0CF9-44CF-BD37-7ED072F65FB1@bmihosting.com> References: <4AEA62E6.1080506@gehlbach.com> <0A7ECB22-0CF9-44CF-BD37-7ED072F65FB1@bmihosting.com> Date: Wed, 4 Nov 2009 07:12:02 -0600 Message-ID: <6201873e0911040512n411cf939w5e254c4744c39c59@mail.gmail.com> From: Adam Vande More To: Matt Szubrycht Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions , Richard Gehlbach Subject: Re: Rebuild instructions for amd64 systems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 13:12:03 -0000 > > > then, add the following line below all other 'options' lines: > options PAE # large memory (>4G) support > > then, find and comment out these two lines to avoid a conflict with PAE: > > device adv # Advansys SCSI adapters > device adw # Advansys wide SCSI adapter > > This is unnecessary and bad. pae should be used on i386 for large memory support, amd64 in some ways exists so you don't have to run pae which is a considerable performance hit. I'm surprised that actually works. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 13:18:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C7CA1065670 for ; Wed, 4 Nov 2009 13:18:15 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 073698FC13 for ; Wed, 4 Nov 2009 13:18:14 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MR-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0KSL00H1H6AEUUB0@VL-MR-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 04 Nov 2009 08:18:14 -0500 (EST) Message-id: <4AF17105.3040500@videotron.ca> Date: Wed, 04 Nov 2009 08:18:13 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Polytropon References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca> <20091102214935.bd92c2ce.freebsd@edvax.de> In-reply-to: <20091102214935.bd92c2ce.freebsd@edvax.de> Cc: Roland Smith , "freebsd-questions@freebsd.org" Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 13:18:15 -0000 Polytropon wrote: > On Mon, 02 Nov 2009 16:21:18 -0400, PJ wrote: > >> No. The only way is by hitting the SysRq/PrintScreen key if the >> "AllowEmptyInput" is not "off", otherwise you have to reboot. >> > > Reboot isn't needed to fix things - that's a misbelief > from "Windows" land. :-) Simply SSH into the box and kill > X. > > Well, unfortunately it was like trying to fly a dead plane... the controls were absolutly useless... no keyboard, no mouse, nada... nothing! > >> Yes, but you are supposed to see the x for the mouse. Doesn't happen... >> as I mentioned, on one try when doing ctl/alt/del the X appeared and >> then - shutdown. >> > > Strange. Ctrl+Alt+Del isn't supposed to have an effect in > X, if I remember correctly. Ctrl+Alt+Backspace should kill > the X server, but doesn't obviously work when no input is > accepted. There's the "DontZap" setting in xorg.conf. > > Right, but it has never worked for me on any computer or installation - since the advent of happy hal. > > >> I use fluxbox and for some years now, I have never had to put anything >> into .xinitrc except "startfluxbox" of just plain "fluxbox" and it >> always worked. >> > > That's correct. Your ~/.xinitrc should at leas contain > an interpreter command, and then the commands you want to > run, e. g. > > #!/bin/sh > [ -f ~/.xmodmaprc ] && xmodmap ~/.xmodmaprc > xsetroot -solid rgb:3b/4c/7a > exec fluxbox > > Note that the fluxbox call is to be preceeded by "exec". > > Well, again, in my case, it used to work with just plain "fluxbox"; then startfluxxbox and that's how it works now. =-O > > >> It seems to me that the options for flatpanel must be activated... bin >> there, done that... >> > > Separate options? For flat panel? I must have slept for many > centuries... > > > > Let's have a look at the log: > > >> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or >> 'vmmouse' will be disabled. >> (WW) Disabling Mouse0 >> (WW) Disabling Keyboard0 >> > > Okay, no input for you. > > I can't see any further warnings (WW) or errors (EE) in this > log. Seems that X is up and running, and nothing more? > > Check .xinitrc and .xsession respectively. > > Ok, I finally did get it running... here's my shot at the Xorg mailing list: I quote: Well, I did get it up and running, but no thanks to any information in either the xorg or freebsd manuals... I accidentally ran startx and to my great surprise the screen came up with fluxbox and did work, albeit very sporadically... it kept going black and sort-of flickered. I shutdown and checked the log and lo and behold, the configuration file was one I had forgotten about that came from another computer from where the current disk was cloned. So, with a little tweaking, the thing now works - but the what and the why excape me completely. The configurations does not need any parameters for horiz or vertical scanning - only the screen depth and monitor size. I guess the name of the manufacturer and the model are irrelevant. Oh yes, the AllowEmptyInput had to be "off" ; the DontZap was also "off" Setting the FlatPanel settings (3 of them) to "True" does not seem to make any difference whether they are T of F. So, although it now works, configuration is still a total mystery. Does anyone understand just what is going on or are we just groping in the dark along with our blind leaders? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 13:21:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5855E106566C for ; Wed, 4 Nov 2009 13:21:36 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2E73C8FC13 for ; Wed, 4 Nov 2009 13:21:36 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MO-MR005.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KSL00JNJ6FZQE20@VL-MO-MR005.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 04 Nov 2009 08:21:35 -0500 (EST) Message-id: <4AF171CE.8020806@videotron.ca> Date: Wed, 04 Nov 2009 08:21:34 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Roland Smith References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca> <20091102211311.GA14933@slackbox.xs4all.nl> In-reply-to: <20091102211311.GA14933@slackbox.xs4all.nl> Cc: freebsd-questions@freebsd.org Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 13:21:36 -0000 Roland Smith wrote: > On Mon, Nov 02, 2009 at 04:21:18PM -0400, PJ wrote: > >> I also have tried with the monitor in digital mode as well as in >> analog... neither works. >> > > Do you mean with a VGA and DVI connector? > You got it... right! > >> It seems to me that the options for flatpanel must be activated... bin >> there, done that... >> > > Why? > Had to try anything I could. > >> And that is because I saw those kinds of directions activated under the >> display management in XP. O:-) >> > > And since when is XP a good example of how to configure X? ;-) > You're making an assumption... see above. > >> So, here's my log: >> >> X.Org X Server 1.6.1 >> Release Date: 2009-4-14 >> X Protocol Version 11, Revision 0 >> Build Operating System: FreeBSD 7.2-RELEASE i386 >> Current Operating System: FreeBSD grendl.my.domain 7.2-RELEASE FreeBSD >> 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 >> root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> Build Date: 21 August 2009 12:40:03PM >> >> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 2 11:07:26 2009 >> (++) Using config file: "xorg.conf1" >> (==) ServerLayout "X.org Configured" >> (**) |-->Screen "Screen0" (0) >> (**) | |-->Monitor "Monitor0" >> (**) | |-->Device "Card0" >> (**) |-->Input Device "Mouse0" >> (**) |-->Input Device "Keyboard0" >> (==) Automatically adding devices >> (==) Automatically enabling devices >> > > >> (**) ModulePath set to "/usr/local/lib/xorg/modules" >> (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or >> 'vmmouse' will be disabled. >> (WW) Disabling Mouse0 >> (WW) Disabling Keyboard0 >> > > This could be the reason why you are not seeing a mouse cursor... > > Try adding > > Option "AutoAddDevices" "off" > > to your "ServerLayout" section, and remove any AllowEmptyInput lines. Or > install and configure and start sysutils/hal before starting Xorg. For myself > I find it easier to build the Xorg server without hal support and use the > option shown above, so I don't have to deal with hald. > > >> (--) NV(0): Virtual size is 1920x1080 (pitch 1920) >> (**) NV(0): *Driver mode "1920x1080": 138.5 MHz, 66.6 kHz, 59.9 Hz >> (II) NV(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 >> > > It looks like a correct resolution is found and activated. > > As an aside, and not related to your problem, you might want to try the > xf86-video-nouveau instead of nv. It is under heavier development and is > working toward supporting 3D accelleration and supporting newer chips. > > >> (II) Initializing built-in extension DAMAGE >> (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so >> (II) GLX: Initialized DRISWRAST GL provider for screen 0 >> > > Normally, you'd expext to see some stuff from the mouse and keyboard drivers > last in the logfile... Since theay are missing, and seeing the warning printed > above, your problem isn't what it seems to be. I think the server gets stuck > because it can't find a keyboard and mouse. That would explain why you don't > see a cursor. > My quote from my dig at xorg mailing list: Well, I did get it up and running, but no thanks to any information in either the xorg or freebsd manuals... I accidentally ran startx and to my great surprise the screen came up with fluxbox and did work, albeit very sporadically... it kept going black and sort-of flickered. I shutdown and checked the log and lo and behold, the configuration file was one I had forgotten about that came from another computer from where the current disk was cloned. So, with a little tweaking, the thing now works - but the what and the why excape me completely. The configurations does not need any parameters for horiz or vertical scanning - only the screen depth and monitor size. I guess the name of the manufacturer and the model are irrelevant. Oh yes, the AllowEmptyInput had to be "off" ; the DontZap was also "off" Setting the FlatPanel settings (3 of them) to "True" does not seem to make any difference whether they are T of F. So, although it now works, configuration is still a total mystery. Does anyone understand just what is going on or are we just groping in the dark along with our blind leaders? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 13:50:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74AC4106566C for ; Wed, 4 Nov 2009 13:50:07 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 4AA888FC17 for ; Wed, 4 Nov 2009 13:50:07 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MH-MR001.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KSL00IT87RIKC30@VL-MH-MR001.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 04 Nov 2009 08:50:06 -0500 (EST) Message-id: <4AF1787E.8010908@videotron.ca> Date: Wed, 04 Nov 2009 08:50:06 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Roland Smith References: <4AEF0D33.7000008@videotron.ca> <20091102180215.GA10648@slackbox.xs4all.nl> <4AEF3F3E.7000204@videotron.ca> <20091102211311.GA14933@slackbox.xs4all.nl> In-reply-to: <20091102211311.GA14933@slackbox.xs4all.nl> Cc: "freebsd-questions@freebsd.org" Subject: Re: anybody manage to get Xorg to work with LG flat panel W2361 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 13:50:07 -0000 Oh, yes... I forgot to mention that although I got it to work... it works only in DVI mode (digital) - on FreeBSD, anyway. This makes me wonder how I could ever set up two of these babies on the same video card. Like for video editing? On XP it only works in DSUB (analog) mode. The DSUB mode just give a bunch of horizontal bars. It's a faabulous display, I must say. The resolution is superb, contrast is highest Ièm seen on any display. Connection to both DVI and DSUB are simultaneous - one merely chooses which to use by touch of a button. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 13:50:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1A93106566B for ; Wed, 4 Nov 2009 13:50:13 +0000 (UTC) (envelope-from dcdowse@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 2D33E8FC12 for ; Wed, 4 Nov 2009 13:50:12 +0000 (UTC) Received: (qmail invoked by alias); 04 Nov 2009 13:50:10 -0000 Received: from p4FD4E582.dip.t-dialin.net (EHLO bytebox) [79.212.229.130] by mail.gmx.net (mp007) with SMTP; 04 Nov 2009 14:50:10 +0100 X-Authenticated: #30106961 X-Provags-ID: V01U2FsdGVkX1/lEyFsGYXlt9TtkY650VOcWlggnQ+mQn+cTF76vW nViuZbb5oSiLbB Date: Wed, 4 Nov 2009 14:50:09 +0100 From: "Daniel C. Dowse" To: Super Biscuit Message-Id: <20091104145009.89d4b598.dcdowse@gmx.net> In-Reply-To: <169823.90552.qm@web110103.mail.gq1.yahoo.com> References: <169823.90552.qm@web110103.mail.gq1.yahoo.com> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-unknown-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Wed, 04 Nov 2009 13:50:13 -0000 Hi=20 in xorg.conf Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" Load "dri" <-- REMOVE THIS ! =20 Have you checked out this link before ? http://us.download.nvidia.com/freebsd/173.14.12/README/index.html On Wed, 4 Nov 2009 04:29:14 -0800 (PST) Super Biscuit wrote: > The reason for multiple posts and the titles is because The original post= was considered spam by the freebsd-questions mailing list and webmaster. I= t had all of the relevant information in it. > Next time you may want ask me why I do something before making an uninfor= med and asinine response. >=20 > Here is the information you asked for: %uname -a > FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0= : Fri May=A0 1 08:49:13 UTC 2009=A0=A0=A0=A0 root@walker.cse.buffalo.edu:/u= sr/obj/usr/src/sys/GENERIC=A0 i386 >=20 >=20 > --- On Wed, 11/4/09, Daniel C. Dowse wrote: >=20 > From: Daniel C. Dowse > Subject: Re: need help with nvidia drivers > To: "Super Biscuit" > Cc: freebsd-questions@freebsd.org > Date: Wednesday, November 4, 2009, 9:52 AM >=20 > On Tue, 3 Nov 2009 13:55:34 -0800 (PST) > Super Biscuit wrote: >=20 > > I'm not able to use the glx settings on my computer. > > RGB comes back as a double buffer error. > >=20 best regards daniel --=20 [ The only reality is virtual ] =09 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 15:15:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 669DB106566C for ; Wed, 4 Nov 2009 15:15:48 +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 223F28FC17 for ; Wed, 4 Nov 2009 15:15:47 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nA4FFl0i072636; Wed, 4 Nov 2009 08:15:47 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nA4FFkYc072633; Wed, 4 Nov 2009 08:15:47 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 4 Nov 2009 08:15:46 -0700 (MST) From: Warren Block To: Alex Huth In-Reply-To: <20091104111642.GB15739@borusse.borussiapark> Message-ID: References: <20091104111642.GB15739@borusse.borussiapark> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Wed, 04 Nov 2009 08:15:47 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: Xfce4 on 8.0 RC2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 15:15:48 -0000 On Wed, 4 Nov 2009, Alex Huth wrote: > Is anyone running this combination? I am having trouble with two points> Yes. xfce4-4.6.1, 8.0-RC2 (i386) as of Monday. > 1. When i close a ssh connection in a terminal, the prompt does not come back. > I have to close the tab. Without X the connections are ok and i had Debian > lenny earlier on the laptop also with Xfce4. There was everything ok. No problems with ssh here, but that's with multiple Terminal windows rather than multiple tabs in one Terminal window. > 2. When switching between the desktops i have to wait up to 3 seconds before > it is done, depending on what app there is running. For example: Sorry, I don't use multiple desktops. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 15:24:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472A11065672 for ; Wed, 4 Nov 2009 15:24:13 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id BB4428FC13 for ; Wed, 4 Nov 2009 15:24:12 +0000 (UTC) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.13.8/8.13.8/SIO Observatoire de Paris - 07/2009) with ESMTP id nA4FO7mF009495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 4 Nov 2009 16:24:08 +0100 Date: Wed, 4 Nov 2009 16:24:07 +0100 From: Albert Shih To: Matt Szubrycht Message-ID: <20091104152407.GG2395@obspm.fr> References: 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.5.20 (2009-06-14) X-Miltered: at smtp-int-m.obspm.fr with ID 4AF19C97.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4AF19C97.000/145.238.184.233/pcjas.obspm.fr/obspm.fr/ X-j-chkmail-Score: MSGID : 4AF19C97.000 on smtp-int-m.obspm.fr : j-chkmail score : . : R=. U=. O=. B=0.008 -> S=0.008 X-j-chkmail-Status: Ham Cc: freebsd-questions@freebsd.org Subject: Re: 7.x on Dell R900? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 15:24:13 -0000 Le 03/11/2009 à 16:39:25-0800, Matt Szubrycht a écrit > Hello List, > > I cannot find any fresh information on compatibility of Dell PowerEdge > R900 and FreeBSD after googling for several hours, so I decided to ask > here. If this is not the right place, please redirect me to. > > All of our servers run FreeBSD with one exception - a CentOS machine, > which adds to the overall maintenance workload and keeping up to date. > Back in the day, after getting the R900 (without prior OS > compatibility research), the word was that FreeBSD will not run on > this hardware and we ended up installing CentOS. That was well over a > year ago and I am wondering if anyone could share some insight into > the current compatibility status, installation/operation pitfalls and > any other tips that would allow me to get away from Linux on this R900 > box and create a homogeneous server-space environment with FreeBSD 7.x. Can you specify what don't work ? What's the problem. Regards. -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Mer 4 nov 2009 16:23:57 CET From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 15:28:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17D171065679 for ; Wed, 4 Nov 2009 15:28:05 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id C52D88FC18 for ; Wed, 4 Nov 2009 15:28:04 +0000 (UTC) Received: by yxe1 with SMTP id 1so6687528yxe.3 for ; Wed, 04 Nov 2009 07:28:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=CoHqVTiLj9GMJMmxQXCmeHbUPCnLIi5Bynndrr3azHs=; b=TZOyXJe3grnaUYFL3SNqJ2oIALQFFZu11pFVH5EISxxkupTBAatXoMZAu37mv5VPfp 0lUyWEZsQKiM7/dkT0JKB5cLRRIAk8+Gx8oiuVhsvpJvxmPGUXj0TSeRQpMQxu494jJc DY3eSSsS1BQgQvsm+J1fwOo3D5+PL9B+08faA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vbDSk0+z3ImjRY9QvJmOCgIh7y2rFfmRy1gb67hUg6aoeSMprgHu2sRlj+ZA749ypj CDqczCLU3Pd7cIQERTY/ZnfN96s0xahAyIZVg5+osY7banKK6EucrPoukEoKMyl6V2/C 0qzmSP8z5cbhGpqRr9RuIwYuUPtbkAsZ8/sI0= MIME-Version: 1.0 Received: by 10.90.40.37 with SMTP id n37mr4023519agn.74.1257348483062; Wed, 04 Nov 2009 07:28:03 -0800 (PST) In-Reply-To: References: <283971.8260.qm@web56201.mail.re3.yahoo.com> Date: Wed, 4 Nov 2009 10:28:03 -0500 Message-ID: From: "illoai@gmail.com" To: Matt Szubrycht Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org, Clayton Wilhelm da Rosa Subject: Re: [SPAM] FreeBSD 7.2 ia64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 15:28:05 -0000 2009/10/30 Matt Szubrycht : > That's not normal... but then, what is these days? > You probably saved some webpage instead of the actual iso (or whatever other > format you were trying for) > > As old video games used to say: 'Try again?' > > Cheers, > Matt > > On Oct 30, 2009, at 3:09 PM, Clayton Wilhelm da Rosa wrote: > >> Hi my name is Clayton Wilhelm da Rosa, >> >> I made the dowmload of FreeBSD 7.2 ia64 i wanna know if is normal the >> files of disc 2 and 3 have only 364Kb size. >> >> thank you very much. I am going to guess, that (1) as ia64 has quite a small installed base as compared with i386 & amd64, and (2) as disks 2 & 3 are merely packages (many of which may not build for ia64 in any case (I do not know, excoriate me not for my ignorance) and utterly unneeded to install the basic system, the maintainers, developers, or packagers may see building and distributing such a large number of rarely used or perhaps broken packages as a poor use of their time. Summary: those are empty iso images and appear to be so on all of the mirrors I checked. Don't worry about it, use disk1 to install and build your 3rd party applications from ports. -- -- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 16:54:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 082E5106566C for ; Wed, 4 Nov 2009 16:54:49 +0000 (UTC) (envelope-from whereisalext@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id C87DB8FC16 for ; Wed, 4 Nov 2009 16:54:48 +0000 (UTC) Received: by pxi28 with SMTP id 28so4755572pxi.7 for ; Wed, 04 Nov 2009 08:54:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=199ZHRijh6Gd7Go/83kr11MnRSKW7U2hPCvZLe4g7fY=; b=xYSFHFJdzEnwla0siwpBzGbCj9z9hEy+i74QmSQyIVxTyYBj6cmzmokIQQjlDotdtt dwXSJRMeNstDfSngSYhOKGbCzucZl7+UeSEAmSRuUjGsLkq38DTHlhm86UIlI6n19Rc/ FQ3xi15vI7PblbLq1fLAoAPOP+R/7/LNo1TKQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jW8HbZgGRPJvlaXAUiht1/hdHuGCglUXxekzAivzfHuva/UAgbI3lO+Hvf5ieIpNr8 mYhrSg+9qyzYI/CALbxmxjSZhyFMQjdFPSj0zAG3dU2N8PFz2qoK+pR3enHkVK+0O4LF 9tOqnjCju7JVXpVuGp0ipeFuFAe9oCX1ysikc= MIME-Version: 1.0 Received: by 10.142.195.18 with SMTP id s18mr177296wff.50.1257352363249; Wed, 04 Nov 2009 08:32:43 -0800 (PST) Date: Wed, 4 Nov 2009 08:32:43 -0800 Message-ID: From: Alex Teslik To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ipfw breaking smtp conversations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 16:54:49 -0000 Hi List, I'm having trouble with mail deliveries. I'm getting lots of error messages like: timeout writing message to mx3.comcast.net.: Broken pipe timeout writing message to mailserver2.telmex.net.co.: Resource temporarily unavailable After looking elsewhere I decided to try changing my ipfw.rules - the problems went away immediately. Unfortunately, the change caused http connections from outside to stall mid-conversation. So I changed it back. But I'm clearly doing something wrong. Here is what my network looks like (fairly basic): Direct to Internet ^ | Dual-Homed Host (em0 external interface) NAT,DHCP (sk0 internal interface) | v Internal LAN Here are my current rules: #!/bin/sh IPFW="ipfw -q add" ipfw -q -f flush $IPFW 10 allow all from any to any via sk0 $IPFW 20 allow all from any to any via lo0 $IPFW 30 divert natd ip from any to any in via em0 $IPFW 50 check-state $IPFW 60 skipto 500 all from any to any out via em0 setup keep-state $IPFW 70 allow all from any to me in via em0 setup limit src-addr 50 $IPFW 500 divert natd ip from any to any out via em0 $IPFW 600 allow ip from any to any $IPFW 800 deny all from any to any Here are the rules that fixed smtp, but broke http: #!/bin/sh IPFW="/sbin/ipfw -q add" ipfw -q -f flush $IPFW 990 divert natd ip from any to any in via em0 $IPFW 995 divert natd ip from any to any out via em0 $IPFW 1000 allow tcp from any to any established $IPFW 1010 allow all from any to any via em0 $IPFW 1020 allow all from any to any via sk0 $IPFW 1030 allow all from any to any via lo0 $IPFW 1050 allow tcp from any to any out $IPFW 1060 allow udp from any to any out $IPFW 1070 allow udp from any to any frag $IPFW 1090 allow ip from any to any $IPFW 9999 deny all from any to any Somewhere between these two sets is the right thing, but I'm not certain where to look. In english, here is what (I think) I'm trying to do: Allow all incoming traffic on all ports on em0 Allow all outbound traffic on all ports on em0 Divert incoming NAT'd packets on em0 to sk0 Divert outbound NAT'd packets on sk0 to em0 Thanks, Alex From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 18:00:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E20C1065676 for ; Wed, 4 Nov 2009 18:00:22 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 3F82A8FC18 for ; Wed, 4 Nov 2009 18:00:22 +0000 (UTC) Received: from mohawk7.intra.net (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id 35DFA1CDD9; Wed, 4 Nov 2009 08:00:21 -1000 (HST) Message-ID: <4AF1C134.5090307@hdk5.net> Date: Wed, 04 Nov 2009 08:00:20 -1000 From: Al Plant User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 FreeBSD/i386 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Al Plant , "freebsd-questions@freebsd.org" References: <4AF0D5D9.8030604@hdk5.net> <20091104094001.GA81064@orange.esperance-linux.co.uk> In-Reply-To: <20091104094001.GA81064@orange.esperance-linux.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Linux-realplayer missing 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, 04 Nov 2009 18:00:22 -0000 Frank Shute wrote: > On Tue, Nov 03, 2009 at 03:16:09PM -1000, Al Plant wrote: >> Aloha, >> >> I am trying to get Linux-RealPlayer to install from updated ports >> collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed >> fine on this test box.) >> >> Error says it cannot be found in our ports collection. Is there a way to >> locate the maintainer? This port is missing some components. Or can it >> be down loaded into distfiles? If so from where? >> >> Or has this been replaced by something else to play audio in ports. I >> would be glad to try any port for playing audio from web or files that >> is known to work. >> >> Thanks.... >> > > /usr/ports/multimedia/linux-realplayer > > on my box. > > I guess you're using portupgrade; sometimes it can't find ports > without using wildcards. > > Regards, > ########### Yes Frank, That's what should work. But it doesnt. There is a false old version in the port on the server. This is apparently a known issue as there are two (2) PR's with this issue reported in the last few days. If someone on our list knows the maintainer I think it could be corrected easily. It may be an upgrade that failed to take as the two versions are 2004 and 2007 is what I think should be there now. ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + + http://aloha50.net - Supporting - FreeBSD 7.2 - 8.0 - 9* + < email: noc@hdk5.net > "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 18:05:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 792E3106566B for ; Wed, 4 Nov 2009 18:05:38 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6F38FC12 for ; Wed, 4 Nov 2009 18:05:38 +0000 (UTC) Received: from mohawk7.intra.net (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id 8A9FC1CC20; Wed, 4 Nov 2009 08:05:37 -1000 (HST) Message-ID: <4AF1C271.2030800@hdk5.net> Date: Wed, 04 Nov 2009 08:05:37 -1000 From: Al Plant User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 FreeBSD/i386 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Boris Samorodov References: <4AF0D5D9.8030604@hdk5.net> <75987969@h30.sp.ipt.ru> In-Reply-To: <75987969@h30.sp.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Linux-realplayer missing 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, 04 Nov 2009 18:05:38 -0000 Boris Samorodov wrote: > On Tue, 03 Nov 2009 15:16:09 -1000 Al Plant wrote: > >> I am trying to get Linux-RealPlayer to install from updated ports >> collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed >> fine on this test box.) > >> Error says it cannot be found in our ports collection. > > Please, show the exact command you use and the error you get. > >> Is there a way >> to locate the maintainer? This port is missing some components. Or can >> it be down loaded into distfiles? If so from where? > >> Or has this been replaced by something else to play audio in ports. I >> would be glad to try any port for playing audio from web or files that >> is known to work. > > Don't think so: > ----- > % whereis linux-realplayer > linux-realplayer: /usr/ports/multimedia/linux-realplayer > ----- Aloha Boris, The error is "not found" on server for the 2007 version. The above line is what should work. But it doesnt. There is a false old version in the port list from the update on the server. This is apparently a known issue as there are two (2) PR's with this issue reported in the last few days. If someone on our list knows the maintainer I think it could be corrected easily. It may be an upgrade that failed to take as the two versions are 2004 and 2007. I think 2007 should be there now. ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + + http://aloha50.net - Supporting - FreeBSD 7.2 - 8.0 - 9* + < email: noc@hdk5.net > "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 18:49:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00DC51065679 for ; Wed, 4 Nov 2009 18:49:57 +0000 (UTC) (envelope-from kristaps@kristaps.lv) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4448FC08 for ; Wed, 4 Nov 2009 18:49:55 +0000 (UTC) Received: by ewy18 with SMTP id 18so848624ewy.43 for ; Wed, 04 Nov 2009 10:49:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.23.143 with SMTP id r15mr2083594ebb.94.1257359239976; Wed, 04 Nov 2009 10:27:19 -0800 (PST) X-Originating-IP: [85.254.249.78] From: =?UTF-8?Q?Kristaps_K=C5=ABlis?= Date: Wed, 4 Nov 2009 18:26:59 +0000 Message-ID: <89eddcd80911041026g1f9201e4hd6665458721ee733@mail.gmail.com> To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: X11 reboots on key press X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 18:49:57 -0000 Hello! When I press key (like backspace or) Ctrl and keep it pressed, X11 restarts and returns to KDM. I suspect that problem arose when I used nvidia-settings to configure dual monitor setup . Temporary workaround - disable key repeat GPU : 9600GT Version: 7.2-RELEASE-p3 kdm-log complains about xkbcomp errors > Warning: Multiple doodads named "" > Using first definition The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols and at the end: The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols Xorg.conf # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (root@lielais.kristaps.lv) Tue Nov 3 08:19:1= 1 UTC 2009 Section "ServerLayout" # Removed Option "Xinerama" "0" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AllowEmptyInput" "off" Option "Xinerama" "1" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "dri2" Load "extmod" Load "glx" Load "record" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "lv" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # #Option "FPScale" # [] #Option "FPTweak" # #Option "DualHead" # [] Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "G94 [GeForce 9600 GT]" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 9600 GT" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 9600 GT" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" # Removed Option "TwinView" "1" # Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1600+0" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP-0: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP-1: 1600x1200 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection --- Kristaps K=C5=ABlis If you fool around with something long enough, it will eventually break. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 19:16:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D91B106566B for ; Wed, 4 Nov 2009 19:16:55 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-40.bluehost.com (outbound-mail-40.bluehost.com [69.89.20.194]) by mx1.freebsd.org (Postfix) with SMTP id 2A6798FC1B for ; Wed, 4 Nov 2009 19:16:55 +0000 (UTC) Received: (qmail 29620 invoked by uid 0); 4 Nov 2009 19:16:54 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by outboundproxy2.bluehost.com with SMTP; 4 Nov 2009 19:16:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apotheon.com; h=Date:From:To:Subject:Message-ID:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent:X-Identified-User; b=atvpPyVXQvqh3wlmqe9gN38xUtmzSqPfCnyTcbgGfVxWGq75g7PmNr4+I97mY2z7a/Ro3EmakDVatHuwnSihfrxQwSelyMLLjLUvrLTpObODzihZ25gM/Wy4tXRxEKCV; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kukaburra.hydra) by box543.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1N5lLh-0007op-Ul for freebsd-questions@freebsd.org; Wed, 04 Nov 2009 12:16:54 -0700 Received: by kukaburra.hydra (sSMTP sendmail emulation); Wed, 4 Nov 2009 13:09:15 -0700 Date: Wed, 4 Nov 2009 13:09:15 -0700 From: Chad Perrin To: freebsd-questions@freebsd.org Message-ID: <20091104200915.GA22692@guilt.hydra> Mail-Followup-To: freebsd-questions@freebsd.org References: <20091102221422.GA7482@guilt.hydra> <3a142e750911021427ua460887vdd6a22382c3c1939@mail.gmail.com> <200911040132.39064.mel.flynn+fbsd.questions@mailing.thruhere.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <200911040132.39064.mel.flynn+fbsd.questions@mailing.thruhere.net> User-Agent: Mutt/1.4.2.3i X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} Subject: Re: WPA: specify alternate config file in rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 19:16:55 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 04, 2009 at 01:32:39AM +0100, Mel Flynn wrote: > On Tuesday 03 November 2009 00:57:41 jhell wrote: > >=20 > > This is not a option in rc.conf default or otherwise ATM. >=20 > It is on 8. That's good news. I'll look for it when 8.0 goes into RELEASE, since I don't really want the laptop I use for work to run a release candidate OS. --=20 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrx32sACgkQ9mn/Pj01uKXbxwCfcQK6uAioSZZIDQ0Mv3j1WJXG MLcAoPer/c3dfFqD8nCoMGt/mGWrm2tD =HgWQ -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 20:08:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACB0C1065672 for ; Wed, 4 Nov 2009 20:08:35 +0000 (UTC) (envelope-from maciej@suszko.eu) Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [91.121.30.210]) by mx1.freebsd.org (Postfix) with SMTP id 06E9D8FC1E for ; Wed, 4 Nov 2009 20:08:34 +0000 (UTC) Received: (qmail 5057 invoked by uid 503); 4 Nov 2009 20:23:43 -0000 Received: from b6.ovh.net (HELO mail612.ha.ovh.net) (213.186.33.56) by 27.mail-out.ovh.net with SMTP; 4 Nov 2009 20:23:42 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 4 Nov 2009 20:09:17 -0000 Received: from unknown (HELO localhost) (maciej@suszko.eu@62.61.57.118) by ns0.ovh.net with SMTP; 4 Nov 2009 20:09:16 -0000 Date: Wed, 4 Nov 2009 21:08:26 +0100 From: Maciej Suszko To: LoH Message-ID: <20091104210826.22a9d21c@suszko.eu> In-Reply-To: <4AF1114D.4000206@gmail.com> References: <4AF1114D.4000206@gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/3Up8vQjfTkz4EMH//wLHVmF"; protocol="application/pgp-signature" X-Ovh-Tracer-Id: 16099242768243122333 X-Ovh-Remote: 62.61.57.118 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N Cc: "freebsd-questions@freebsd.org" Subject: Re: 8.0RC custom kernel not installing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 20:08:35 -0000 --Sig_/3Up8vQjfTkz4EMH//wLHVmF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable LoH wrote: > I compiled a custom kernel with ZFS enabled and installed it. > Everything appeared to work fine, then I realized that I needed to > make some more modifications (ALTQ, disabling ulpt). I made those > configuration changes to the existing ZFS kernel config. >=20 > After running > make buildkernel kernconf=3DZFS > and > make installkernel kernconf=3DZFS KERNCONF ? > (ZFS is the name of the kernel config file) > I rebooted the machine but didn't see any change in the system > config. I've also made sure I did the build/install as root. >=20 > I doubled-checked the config in the kernel directory, the config is=20 > properly done. >=20 > Any ideas? --=20 regards, Maciej Suszko. --Sig_/3Up8vQjfTkz4EMH//wLHVmF Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkrx3z8ACgkQCikUk0l7iGqZUQCfb6fa0VX88EJmYt/oi0prvsNZ QF0AnRyKQkqtc0QemGoTP0KSH1GSnMgr =uMfU -----END PGP SIGNATURE----- --Sig_/3Up8vQjfTkz4EMH//wLHVmF-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 20:45:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DD1C1065670 for ; Wed, 4 Nov 2009 20:45:07 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.188]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3678FC08 for ; Wed, 4 Nov 2009 20:45:06 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id p33so688415gvf.39 for ; Wed, 04 Nov 2009 12:45:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4mOJELhXYZRU6U5OZESGqRMlbW4jNW3K2H1ocPF/hlk=; b=ZmmlOsqQMthc/lhxpeS64shZC6umOfPnaG5ITFKZtZU0Is7go2XsEmoHAGSyzxDpBu AP0jOqytRAZaFFPrAG36eOYrh8ymAtaW2M1zyYetSelXvJ5t+TiUnmskzKV5DOIATrzC 1V0GONymN20v2QIdwEKx+oSd6idm43kPV0ARo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YB3HzRKp69hqkM3c/uRMH5l+8USi3xopdPO2PkOtMpSREGEbJV33uIyh5mgNOaPCGu vIa/pxCFR1HPOq740guXAdSnd131LVv5t0xRxDIkBjb0BXF1MxIpwwBTppEN/thXQvBu XMrcBbwO9YPYUChg8H+iJ7ZE82q0QtUtyV/ec= MIME-Version: 1.0 Received: by 10.239.168.220 with SMTP id l28mr206471hbe.117.1257367504614; Wed, 04 Nov 2009 12:45:04 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Nov 2009 20:45:04 +0000 Message-ID: From: krad To: Alex Teslik Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ipfw breaking smtp conversations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 20:45:07 -0000 2009/11/4 Alex Teslik > Hi List, > > I'm having trouble with mail deliveries. I'm getting lots of error > messages like: > > timeout writing message to mx3.comcast.net.: Broken pipe > timeout writing message to mailserver2.telmex.net.co.: Resource > temporarily > unavailable > > After looking elsewhere I decided to try changing my ipfw.rules - the > problems went away immediately. Unfortunately, the change caused http > connections from outside to stall mid-conversation. So I changed it back. > But I'm clearly doing something wrong. > > Here is what my network looks like (fairly basic): > > Direct to Internet > ^ > | > Dual-Homed Host (em0 external interface) > NAT,DHCP (sk0 internal interface) > | > v > Internal LAN > > Here are my current rules: > > #!/bin/sh > IPFW="ipfw -q add" > ipfw -q -f flush > > $IPFW 10 allow all from any to any via sk0 > $IPFW 20 allow all from any to any via lo0 > $IPFW 30 divert natd ip from any to any in via em0 > $IPFW 50 check-state > $IPFW 60 skipto 500 all from any to any out via em0 setup keep-state > $IPFW 70 allow all from any to me in via em0 setup limit src-addr 50 > $IPFW 500 divert natd ip from any to any out via em0 > $IPFW 600 allow ip from any to any > $IPFW 800 deny all from any to any > > > Here are the rules that fixed smtp, but broke http: > > #!/bin/sh > IPFW="/sbin/ipfw -q add" > ipfw -q -f flush > > $IPFW 990 divert natd ip from any to any in via em0 > $IPFW 995 divert natd ip from any to any out via em0 > $IPFW 1000 allow tcp from any to any established > $IPFW 1010 allow all from any to any via em0 > $IPFW 1020 allow all from any to any via sk0 > $IPFW 1030 allow all from any to any via lo0 > $IPFW 1050 allow tcp from any to any out > $IPFW 1060 allow udp from any to any out > $IPFW 1070 allow udp from any to any frag > $IPFW 1090 allow ip from any to any > $IPFW 9999 deny all from any to any > > > Somewhere between these two sets is the right thing, but I'm not certain > where to look. In english, here is what (I think) I'm trying to do: > > Allow all incoming traffic on all ports on em0 > Allow all outbound traffic on all ports on em0 > Divert incoming NAT'd packets on em0 to sk0 > Divert outbound NAT'd packets on sk0 to em0 > > Thanks, > Alex > _______________________________________________ > 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 not sure what the problem is but if you are freebsd 5+, which I assume you will be as its be out for years, I would highly recommend switching to pf. The rule sets are really easy and you can do a lot more far more easily than ipfw. I always found getting the rule order a bit fidgety in ipfw, not the case with pf From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 21:59:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D86151065670 for ; Wed, 4 Nov 2009 21:59:51 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n12c.bullet.mail.mud.yahoo.com (n12c.bullet.mail.mud.yahoo.com [209.191.125.181]) by mx1.freebsd.org (Postfix) with SMTP id 8D4698FC1C for ; Wed, 4 Nov 2009 21:59:51 +0000 (UTC) Received: from [68.142.194.243] by n12.bullet.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 21:59:51 -0000 Received: from [68.142.201.249] by t1.bullet.mud.yahoo.com with NNFMP; 04 Nov 2009 21:59:50 -0000 Received: from [127.0.0.1] by omp410.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 21:59:50 -0000 X-Yahoo-Newman-Property: ymail-5 X-Yahoo-Newman-Id: 976486.38178.bm@omp410.mail.mud.yahoo.com Received: (qmail 99686 invoked by uid 60001); 4 Nov 2009 21:59:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257371990; bh=7biO8UryZ2sJtvArrErIAthkpdDMUkAH5abenKK9qOo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=ShjlZ7/WDoGfGCj4XsNnMENPfAqbnt5Ao+EG6XabB2Q9cEJdC+1jCSKvPbjkvgagonBFdPRFaY8bDLdocF2QEsdhuBQ7fIBRV263Ndxwh0RX/6yyu3lzB35qmvCOeqw8g+cXg3SgEsKHJC2ntlh3xRt25PMjdWxvr6HEayMN4c0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=m533xB8UoEzm0UChaSWijoxz5BG7qkWRQ+NAADHldNfs+uRVJpaYYMV4itz4AhpfDsaVLgOx1pZtXq6K/i4LC+BcZQ/+YEDoVm6hjoGgFE0sMabDjKhTq+EWDDX+rv0wVEsqnHfK09qPyR8hg94RzVwqy/6jny3kIr0dzNru7OA=; Message-ID: <478646.99497.qm@web110103.mail.gq1.yahoo.com> X-YMail-OSG: SfMRluAVM1kKYF_kabc7nRYxoDhFqt_1j2OI.tKzMHHbz6fsSSNHSQaWxTGo7mtV60kf1snMZp2aT5i_NnuYYrYwCRytdKgJTA9mnAcoTHrJz2BO.5_ichyKWcfv9TzPevhGNoQ_ivglVp.okskQhbfaUL9GM7NkBJuGGwFuOpfK6_NSM85bxhT_ppdlsYql5hgIk12Kemxnrgef_9fmdWiK4yHokjwjLwNtxeeQjSvzFN_cgjlFW0u9XqpiVhgcnkx8Wn_QwBAUu9eOiTiRS65A.XS9JIXK6BwbYy0oUNIhhSLt30H8ZFoG.A-- Received: from [98.192.206.216] by web110103.mail.gq1.yahoo.com via HTTP; Wed, 04 Nov 2009 13:59:50 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 13:59:50 -0800 (PST) From: Super Biscuit To: "Daniel C. Dowse" In-Reply-To: <20091104145009.89d4b598.dcdowse@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Wed, 04 Nov 2009 21:59:51 -0000 The following files do not exist on my system /compat/linux/sbin/modprobe /dev/nvidia1 /dev/nvidia2 %nvidia-settings --glxinfo GLX Information for pocket-peoples.net.:0.0: Segmentation fault --- On Wed, 11/4/09, Daniel C. Dowse wrote: From: Daniel C. Dowse Subject: Re: need help with nvidia drivers To: "Super Biscuit" Cc: freebsd-questions@freebsd.org Date: Wednesday, November 4, 2009, 1:50 PM Hi=20 in xorg.conf Section "Module" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"dbe" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"extmod" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"type1" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"freetype" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"glx" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"dri" <-- REMOVE THIS ! =20 Have you checked out this link before ? http://us.download.nvidia.com/freebsd/173.14.12/README/index.html On Wed, 4 Nov 2009 04:29:14 -0800 (PST) Super Biscuit wrote: > The reason for multiple posts and the titles is because The original post= was considered spam by the freebsd-questions mailing list and webmaster. I= t had all of the relevant information in it. > Next time you may want ask me why I do something before making an uninfor= med and asinine response. >=20 > Here is the information you asked for: %uname -a > FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0= : Fri May=A0 1 08:49:13 UTC 2009=A0=A0=A0=A0 root@walker.cse.buffalo.edu:/u= sr/obj/usr/src/sys/GENERIC=A0 i386 >=20 >=20 > --- On Wed, 11/4/09, Daniel C. Dowse wrote: >=20 > From: Daniel C. Dowse > Subject: Re: need help with nvidia drivers > To: "Super Biscuit" > Cc: freebsd-questions@freebsd.org > Date: Wednesday, November 4, 2009, 9:52 AM >=20 > On Tue, 3 Nov 2009 13:55:34 -0800 (PST) > Super Biscuit wrote: >=20 > > I'm not able to use the glx settings on my computer. > > RGB comes back as a double buffer error. > >=20 best regards daniel --=20 [ The only reality is virtual ]=A0 =A0=A0=A0 =A0=A0=A0=20 =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 22:08:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC87E106566C for ; Wed, 4 Nov 2009 22:08:04 +0000 (UTC) (envelope-from bo-bup3u69b59x74aaxhwrzxa8930a8uf@b.e.kohls.com) Received: from mta613.e.kohls.com (mta613.e.kohls.com [38.103.51.155]) by mx1.freebsd.org (Postfix) with SMTP id 4239D8FC19 for ; Wed, 4 Nov 2009 22:08:03 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=200505; d=e.kohls.com; b=UcI4YceHZmNmY3PHFTNBm73EFzTtFU2lrbCSzxZe8DNCWMYCYfeOkgMDma4PcMjQYvcLfAcmjuxNcFt5WwH2ifTnrGmqrvk/2WT05T9DzNgtkVkjfVtekgY7IJWCigK1Ex3TwLu2Un44rhfPk7ELUzSWOB2wQKxs24KNvrrnabI=; h=Date:Message-ID:List-Unsubscribe:From:To:Subject:MIME-Version:Reply-To:Content-type; Date: Wed, 4 Nov 2009 22:08:25 -0000 Message-ID: From: "Kohls.com" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 50% Off SALE + Extra 15% Off Holiday Decor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Kohls.com" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 22:08:04 -0000 To view the HTML version of this e-mail, copy and paste the link below into the Address field of your Internet browser: http://e.kohls.com/a/tBK79ULBBZVhBB724FRBVGUbBA9/kohl1?t=BK79ULBBZVhBB724FRBVGUbBA9&email=freebsd-questions@freebsd.org&i_equity=0 ************************************************************************ 99¢ Standard Shipping on every item!* Surcharges still apply. ************************************************************************ Take an EXTRA 15% Off** Entire Stock Holiday Decor! Simply enter Promo Code HOLIDAYHOME when you checkout online now through November 5 during our 50% Off Sale! 50% Off Selected Holiday Dinnerware & Table Linens 50% Off Selected Candles & Decorative Accents 50% Off Entire Stock St. Nicholas Square Trim-A-Tree & Home Decor ************************************************************************ Skechers Shape-Ups Shape up while you walk! Designed to: -Promote weight loss -Tone muscles -Improve posture ************************************************************************ Find Kohl's on Facebook! Become a fan to connect with friends and get insider info. ************************************************************************ *Surcharges may apply due to size, weight or special handling required. If your item has a surcharge, it will appear on the product page. **OFFER IS VALID ONLINE ONLY. Offer is not valid in conjunction with any other percent-off discounts. Offer is nontransferable. Promo Code must be entered during checkout on Kohls.com to receive discount. Offer good on all sale-, regular- and clearance-priced merchandise. Offer not valid for price adjustments on prior purchases, on gift card purchases, for payment on a Kohl's Charge account or in conjunction with any other percent-off discounts, including the senior citizen discount. Offer also not valid on purchases of Kohl's Cares for Kids merchandise or other charitable items. Excludes sales tax. This mailbox is unattended, so please do not reply to this message. Instead, e-mail us at myaccount.help@kohls.com, or write to us at Kohl's Department Stores, Attention: Customer Service, N54 W13600 Woodale Drive, Menomonee Falls, WI 53051. If you no longer wish to receive e-mails from Kohls.com, unsubscribe by pasting this link into the Address field of your Internet browser: http://e.kohls.com/a/tBK79ULBBZVhBB724FRBVGUbBA9/kohl14?email=freebsd-questions@freebsd.org&email=freebsd-questions@freebsd.org Please allow up to seven days for your e-mail address to be removed. 99¢ Standard Shipping per item offer good now through November 5, 2009. 50% Off Sale prices good now through November 5, 2009. Extra 15% Off Holiday Decor offer good now through November 5, 2009. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 23:16:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18F70106566B for ; Wed, 4 Nov 2009 23:16:37 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id CE28F8FC0C for ; Wed, 4 Nov 2009 23:16:36 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx01.qsc.de (Postfix) with ESMTP id 0C2A93DACC; Thu, 5 Nov 2009 00:16:34 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA4NGS2s001654; Thu, 5 Nov 2009 00:16:29 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Thu, 5 Nov 2009 00:16:28 +0100 From: Polytropon To: "Alexandre L." Message-Id: <20091105001628.3cd0319a.freebsd@edvax.de> In-Reply-To: <591867.64364.qm@web24802.mail.ird.yahoo.com> References: <591867.64364.qm@web24802.mail.ird.yahoo.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Question Subject: Re: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2009 23:16:37 -0000 On Tue, 3 Nov 2009 03:25:07 -0800 (PST), "Alexandre L." wrote: > .xinitrc (of my user) > /usr/local/bin/startxfce4 Shouldn't it be #!/bin/sh exec /usr/local/bin/startxfce4 ? -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 23:22:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D445106566B for ; Wed, 4 Nov 2009 23:22:43 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n54a.bullet.mail.sp1.yahoo.com (n54a.bullet.mail.sp1.yahoo.com [98.136.45.1]) by mx1.freebsd.org (Postfix) with SMTP id 457C58FC0A for ; Wed, 4 Nov 2009 23:22:43 +0000 (UTC) Received: from [216.252.122.219] by n54.bullet.mail.sp1.yahoo.com with NNFMP; 04 Nov 2009 23:22:43 -0000 Received: from [68.142.194.243] by t4.bullet.sp1.yahoo.com with NNFMP; 04 Nov 2009 23:22:42 -0000 Received: from [68.142.201.251] by t1.bullet.mud.yahoo.com with NNFMP; 04 Nov 2009 23:22:42 -0000 Received: from [127.0.0.1] by omp412.mail.mud.yahoo.com with NNFMP; 04 Nov 2009 23:22:42 -0000 X-Yahoo-Newman-Property: ymail-5 X-Yahoo-Newman-Id: 851715.37046.bm@omp412.mail.mud.yahoo.com Received: (qmail 67442 invoked by uid 60001); 4 Nov 2009 23:22:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257376962; bh=1GviIxHavA9RwKLdtQAl2pSDTscU/xYcQz4nuovjW5E=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=o8Bxokp50XhM4bMhuQ9aZwkI3tS2xaGWeBM+JdVtXhbRdz3Dsv3QRSR3fBjNwtS4hOK1gCf92ctuS5XsfKHh33ZWFt7LY0oTYiodqDL1stJPbZd06SnUizsqZBjt41MunRdmZXJYcndpAxODy3tMiPDTKT/6q3OLGBT6zRdZPbY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=gS55MnRJ7o5CgWK0nkj4HFQ++txsRiZippMS14jz9YHGVrp3OEdlkbYc/X1ZOzfL0x3PcI+xi2xhQ1q3BT6fVqRcIHTPZrHZSpSjSejQ0t8iXTn4kQ+Wzm3rxbBrVWvQKJ4maFygWnOXKpc/c7ObbOnkKTMHNuzvJgmaS4nId1s=; Message-ID: <369881.67353.qm@web110106.mail.gq1.yahoo.com> X-YMail-OSG: yE.IeDkVM1m8JeiPKs2Wtr4wx8na4grvNXqsic15WDSUyUnE.x0jpvdSJUu58egzPJPSjNpNj0MGUhvdbLWtzRbNIZy0i9kYLUJWSkljF1o6nQcHKT0jrR1PRAF09ZKsfgjS9pH8v3yiHR_b8luIKR1f4.q7mocDDg6NJ4CzG3U44W7pBjc9BJmcaS6LXtiB.c_zkx2RVRqyHIjA5HMQDVwr8r_6JEeStDcKs4wwN4CPRWcopMlrm6Gco2kurmFjE786u1XjIfsTL71XmBtG9GHKqXQVvi7hBhqE60KSuSFgGBDGd2lsJ1lX4A-- Received: from [98.192.206.216] by web110106.mail.gq1.yahoo.com via HTTP; Wed, 04 Nov 2009 15:22:42 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 15:22:42 -0800 (PST) From: Super Biscuit To: "Daniel C. Dowse" In-Reply-To: <20091104145009.89d4b598.dcdowse@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Wed, 04 Nov 2009 23:22:43 -0000 I downloaded and installed the driver from nvidia with better results. Now, I have a problem of a broken screen and a workable area of 320x240. I added the the Modes to the xorg.conf file with no change in results. --- On Wed, 11/4/09, Daniel C. Dowse wrote: From: Daniel C. Dowse Subject: Re: need help with nvidia drivers To: "Super Biscuit" Cc: freebsd-questions@freebsd.org Date: Wednesday, November 4, 2009, 1:50 PM Hi=20 in xorg.conf Section "Module" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"dbe" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"extmod" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"type1" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"freetype" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"glx" =A0 =A0 Load=A0 =A0 =A0 =A0 =A0=A0=A0"dri" <-- REMOVE THIS ! =20 Have you checked out this link before ? http://us.download.nvidia.com/freebsd/173.14.12/README/index.html On Wed, 4 Nov 2009 04:29:14 -0800 (PST) Super Biscuit wrote: > The reason for multiple posts and the titles is because The original post= was considered spam by the freebsd-questions mailing list and webmaster. I= t had all of the relevant information in it. > Next time you may want ask me why I do something before making an uninfor= med and asinine response. >=20 > Here is the information you asked for: %uname -a > FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0= : Fri May=A0 1 08:49:13 UTC 2009=A0=A0=A0=A0 root@walker.cse.buffalo.edu:/u= sr/obj/usr/src/sys/GENERIC=A0 i386 >=20 >=20 > --- On Wed, 11/4/09, Daniel C. Dowse wrote: >=20 > From: Daniel C. Dowse > Subject: Re: need help with nvidia drivers > To: "Super Biscuit" > Cc: freebsd-questions@freebsd.org > Date: Wednesday, November 4, 2009, 9:52 AM >=20 > On Tue, 3 Nov 2009 13:55:34 -0800 (PST) > Super Biscuit wrote: >=20 > > I'm not able to use the glx settings on my computer. > > RGB comes back as a double buffer error. > >=20 best regards daniel --=20 [ The only reality is virtual ]=A0 =A0=A0=A0 =A0=A0=A0=20 =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 23:26:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5364106566B for ; Wed, 4 Nov 2009 23:26:20 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id C04718FC18 for ; Wed, 4 Nov 2009 23:26:20 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MH-MR002.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KSL00CEVYFAX140@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Wed, 04 Nov 2009 18:25:58 -0500 (EST) Message-id: <4AF1FF76.60808@videotron.ca> Date: Wed, 04 Nov 2009 18:25:58 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: "freebsd-questions@freebsd.org" Subject: and now for conky & gremlins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 23:26:21 -0000 conky is still working ok...but the calendar is limping... rather strange here's the .conkyrc: snip... ${color green}CALENDAR ${hr 2}$color #${execi 300 ~/bin/calendar.sh} ${execi 300 cal | awk 'NR>1' | sed -e 's/ / /g' -e 's/[^ ] /& /g' -e 's/..*/ &/' -e "s/\ `date +%d`/\[`date +%d`\]/"} output should be: 1 2 3 [4] 5 6 7 etc. is: 1 2 3 4 5 6.... the calendar.sh is exactly: #!/bin/sh cal | awk 'NR>1' | sed -e 's/ / /g' -e 's/[^ ] /& /g' -e 's/..*/ &/' -e "s/\ `date +%d`/\[`date +%d`\]/" I upgraded ports and now the calendar.sh cannot be found - it exists; bash no longer wishes to execute or recognize it... I am puzzled as to what is going on? I seem to be chasing after gremlins ... again ... and again.. like, even firefox can't be upgraded on one system (identical) but can on another... bugs & gremlins... oooooooh, gadzooks! From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 22:37:24 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03A7A106566B for ; Wed, 4 Nov 2009 22:37:24 +0000 (UTC) (envelope-from petros789@live.com) Received: from blu0-omc2-s3.blu0.hotmail.com (blu0-omc2-s3.blu0.hotmail.com [65.55.111.78]) by mx1.freebsd.org (Postfix) with ESMTP id C23778FC0A for ; Wed, 4 Nov 2009 22:37:23 +0000 (UTC) Received: from BLU0-SMTP40 ([65.55.111.73]) by blu0-omc2-s3.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Nov 2009 14:25:21 -0800 X-Originating-IP: [207.99.6.88] X-Originating-Email: [petros789@live.com] Message-ID: Received: from [192.168.0.128] ([207.99.6.88]) by BLU0-SMTP40.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Wed, 4 Nov 2009 14:25:20 -0800 From: Petros Ring To: "freebsd-questions@FreeBSD.org" Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPod Mail 7D11) Date: Wed, 4 Nov 2009 17:26:01 -0500 X-Mailer: iPod Mail (7D11) X-OriginalArrivalTime: 04 Nov 2009 22:25:21.0296 (UTC) FILETIME=[B21CC900:01CA5D9D] X-Mailman-Approved-At: Wed, 04 Nov 2009 23:33:33 +0000 Cc: Subject: FreeBSD Source Code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 22:37:24 -0000 I would like you to send a copy of all the source code of FreeBSD so I may use it for a project that will allow the running of applacations from a different os to run on FreeBSD. Please send a attachment of the full source code in the reply email. Thank you, Petros From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 23:35:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B5AC106566C for ; Wed, 4 Nov 2009 23:35:44 +0000 (UTC) (envelope-from alex@mailinglist.ahhyes.net) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.freebsd.org (Postfix) with ESMTP id 961E18FC0C for ; Wed, 4 Nov 2009 23:35:43 +0000 (UTC) Received: from [172.16.0.201] (c122-106-77-13.rivrw1.nsw.optusnet.com.au [122.106.77.13]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nA4NZeU2027127 for ; Thu, 5 Nov 2009 10:35:41 +1100 Message-ID: <4AF20FCC.6060407@mailinglist.ahhyes.net> Date: Thu, 05 Nov 2009 10:35:40 +1100 From: Alex R User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org >> \"freebsd-questions@freebsd.org\"" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD Source Code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 23:35:44 -0000 Petros Ring wrote: > I would like you to send a copy of all the source code of FreeBSD so I > may use it for a project that will allow the running of applacations > from a different os to run on FreeBSD. Please send a attachment of the > full source code in the reply email. > > Thank you, > Petros > _______________________________________________ > 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" > Petros, Download the FreeBSD cd/dvd for whatever architecture you need. The source packages are on the disc. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 4 23:46:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAD8B106568D for ; Wed, 4 Nov 2009 23:46:05 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [74.1.12.120]) by mx1.freebsd.org (Postfix) with ESMTP id 517A08FC16 for ; Wed, 4 Nov 2009 23:46:05 +0000 (UTC) Received: (qmail 84442 invoked by uid 1008); 5 Nov 2009 01:00:44 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 5 Nov 2009 01:00:44 -0000 Message-ID: <4AF211A1.3090007@el.net> Date: Wed, 04 Nov 2009 18:43:29 -0500 From: kalin m User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: freebsd-net@freebsd.org, freebsd-questions References: <4AEFB781.90409@el.net> In-Reply-To: <4AEFB781.90409@el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ral driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 04 Nov 2009 23:46:05 -0000 just a follow up on this. any ideas. can i just get newer/fixed driver? thanks... kalin m wrote: > > > hi all.... > > is this resolved in current or head? > > http://lists.freebsd.org/pipermail/freebsd-bugs/2009-May/035231.html > > i have this ral card that drops off after about 15 min or so and have > the same symptoms as described in that bug report.. > > > thank you... > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:01:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BA8B1065679 for ; Thu, 5 Nov 2009 00:01:53 +0000 (UTC) (envelope-from dcdowse@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 550E88FC08 for ; Thu, 5 Nov 2009 00:01:52 +0000 (UTC) Received: (qmail invoked by alias); 05 Nov 2009 00:01:47 -0000 Received: from p4FD4C16D.dip.t-dialin.net (EHLO bytebox) [79.212.193.109] by mail.gmx.net (mp007) with SMTP; 05 Nov 2009 01:01:48 +0100 X-Authenticated: #30106961 X-Provags-ID: V01U2FsdGVkX1+CvJZEu/eCIO1h1oivrq329UZUAICHta3Y9l1iAm JgVEgUxYt+VEDC Date: Thu, 5 Nov 2009 01:01:46 +0100 From: "Daniel C. Dowse" To: Super Biscuit Message-Id: <20091105010146.4b7c3d9e.dcdowse@gmx.net> In-Reply-To: <369881.67353.qm@web110106.mail.gq1.yahoo.com> References: <20091104145009.89d4b598.dcdowse@gmx.net> <369881.67353.qm@web110106.mail.gq1.yahoo.com> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-unknown-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Thu, 05 Nov 2009 00:01:53 -0000 On Wed, 4 Nov 2009 15:22:42 -0800 (PST) Super Biscuit wrote: > I downloaded and installed the driver from nvidia with better results. > Now, I have a problem of a broken screen and a workable area of 320x240. > I added the the Modes to the xorg.conf file with no change in results. > > Have you run nvidia-xconfig ? best regards daniel -- [ The only reality is virtual ] From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:05:33 2009 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 804EA10656AE for ; Thu, 5 Nov 2009 00:05:33 +0000 (UTC) (envelope-from steven.samuel.cole@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 33EA78FC2A for ; Thu, 5 Nov 2009 00:05:31 +0000 (UTC) Received: by gxk10 with SMTP id 10so376099gxk.3 for ; Wed, 04 Nov 2009 16:05:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=cBpmNKSkAXEuSidGJjZUow9q0fpweISjpVmmbxHSd5s=; b=MS2TtTcAwPrFro76g+PJZDQYlAMUjbM1BgF4uchbpp/1nU3sX+c+f8c13+JXa4q3Nx x3r++A+htlIea0G7vNOijFvf+GLD+Zzr4nTRkbkrxoyHcGK2Vu8FbDwA9+Ah1FwN0NJe Wl/dLknvITkeEejo2tWaxU3agaac8xfyjQYKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=s+KoFAxdD1T88VC2E6ODXkeS6dghr3wu24N1wo3cPT99rcJpGxpTXpIZeDe4oXVmSv c+bdOna3uP7Ap33zRn0lKQyJwms+F0sUwnaYcTcOKjuotToDmR9OfnYRRnH+Js6O8o1c 7IwWStGL+GJ9d0OsTM1K+kyZ9vXHODJD7g3Xs= Received: by 10.150.236.18 with SMTP id j18mr3943787ybh.110.1257379531536; Wed, 04 Nov 2009 16:05:31 -0800 (PST) Received: from call.local ([121.98.140.46]) by mx.google.com with ESMTPS id 4sm550490ywg.58.2009.11.04.16.05.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Nov 2009 16:05:30 -0800 (PST) Message-ID: <4AF216C6.8000708@gmail.com> Date: Thu, 05 Nov 2009 13:05:26 +1300 From: Steven Samuel Cole User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: questions@freebsd.org References: <4AF11670.7010603@gmail.com> <4AF1F1A8.7030309@eagle.co.nz> In-Reply-To: <4AF1F1A8.7030309@eagle.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: [zfs-discuss] ZFS non-zero checksum and permanent error with deleted 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, 05 Nov 2009 00:05:33 -0000 Thank you very much for your reply! :-) Trevor Pretty schrieb: > Steven > > I had a similar problem back in 2006 when I was first playing with ZFS. > Jeff Bronwick sent me this. It may (or not) help. I'm not sure if the > number is still the inode. If it is a please let zfs-discuss know. > > >> > I've a non-mirrored zfs file systems which shows the status below. I saw >> > the thread in the archives about working this out but it looks like ZFS >> > messages have changed. How do I find out what file(s) this is? >> > [...] >> > errors: The following persistent errors have been detected: >> > >> > DATASET OBJECT RANGE >> > LOCAL 28905 3262251008-3262382080 >> > > I realize this is a bit lame, but currently the answer is: > > find /LOCAL -mount -inum 28905 > > And yes, we do indeed plan to automate this. ;-) > > Jeff Did your output come from a Solaris system ? I couldn't find anything about a -mount parameter in the find man page, what does it do ? [user@host ~]$ sudo zpool status -v zpool01 ... errors: Permanent errors have been detected in the following files: zpool01:<0x3736a> [user@host ~]$ sudo find /mnt/zpool01/ -inum 3736a find: -inum: 3736a: illegal trailing character [user@host ~]$ sudo find /mnt/zpool01/ -inum 0x3736a find: -inum: 0x3736a: illegal trailing character Apparently, the -inum parameter needs a decimal number: [user@host ~]$ sudo find /mnt/zpool01/ -inum 226154 [user@host ~]$ How could find ever find anything ? The file at that inode as deleted after all. And even if it did find anything, what would I do with the result ? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:15:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E73491065670 for ; Thu, 5 Nov 2009 00:15:47 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n20.bullet.mail.mud.yahoo.com (n20.bullet.mail.mud.yahoo.com [68.142.206.147]) by mx1.freebsd.org (Postfix) with SMTP id A85F28FC13 for ; Thu, 5 Nov 2009 00:15:47 +0000 (UTC) Received: from [68.142.200.224] by n20.bullet.mail.mud.yahoo.com with NNFMP; 05 Nov 2009 00:15:47 -0000 Received: from [68.142.201.66] by t5.bullet.mud.yahoo.com with NNFMP; 05 Nov 2009 00:15:46 -0000 Received: from [127.0.0.1] by omp418.mail.mud.yahoo.com with NNFMP; 05 Nov 2009 00:15:46 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 929457.9991.bm@omp418.mail.mud.yahoo.com Received: (qmail 80751 invoked by uid 60001); 5 Nov 2009 00:15:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257380146; bh=gK1urSKLaU6EBYA+0AdFX/JE5Q8k3iK1+iXPfVFXgvE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=u+QpWGzv7u1HzNpvejc/O5Mm3W7i2LSxYtyrdVbElAAHTBds1wOPTk5zjX6uLftFVMWdFCgdP3pojDKcgZbtc+9iYqrqgpo9aG3BlZxXgBOQlMzqWzIJmGfAH5qQ/4jqxnnjxolTeeUm+UHrLsGMFMa3YOd8BjAVr9LjAcLhTNs= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=aMgxV9MNwWss/1v+iWJnxCuXQEfftabi1027mO4pvXPRI+CvsltUMZuKyE9cAerUbiuzbDFlVuI555OPq21CExRaWi1uWAGpd9D3D1DqpKqiRX3/bAGZlNzRavecRVL1lckQOypJkEoXd6COq6USObgATWRCSwmT6A/cO4ZVFL4=; Message-ID: <428581.79224.qm@web110116.mail.gq1.yahoo.com> X-YMail-OSG: wl1hyWoVM1kEYYnXtvRlNn0xuw9SAXcYBZW7UR9CdYJZDGr7FXv8UQuJO8VO7aZFcKr5Vsktipyl1gxV.G1hK1Vku8dwxTOZ8OPnVCz1ZBlxtrZdxGCqo2mstFv.29q39NLTsnIke5y.0252wFl31smAyMbw2cRCPuG79zzOlaEW3o1IHXCS6LQjhOPLCLlngdCUXLxz29iKON_or_UcYoh9MEn_NWdQ9sMcJlkrZrwMhdVplp3dWwN8nSzx6FE5nCPr7HAkBRD5HNXXPsijkzV8eCi10UcZ3AsQr1f3lAjVxvyXIHqT987dXQ-- Received: from [98.192.206.216] by web110116.mail.gq1.yahoo.com via HTTP; Wed, 04 Nov 2009 16:15:46 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 16:15:46 -0800 (PST) From: Super Biscuit To: "Daniel C. Dowse" In-Reply-To: <20091105010146.4b7c3d9e.dcdowse@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Thu, 05 Nov 2009 00:15:48 -0000 Yes, I did. I'm thinking that it may be the metamode option. --- On Thu, 11/5/09, Daniel C. Dowse wrote: From: Daniel C. Dowse Subject: Re: need help with nvidia drivers To: "Super Biscuit" Cc: freebsd-questions@freebsd.org Date: Thursday, November 5, 2009, 12:01 AM On Wed, 4 Nov 2009 15:22:42 -0800 (PST) Super Biscuit wrote: > I downloaded and installed the driver from nvidia with better results. > Now, I have a problem of a broken screen and a workable area of 320x240. > I added the the Modes to the xorg.conf file with no change in results. >=20 >=20 Have you run nvidia-xconfig ?=20 best regards daniel=20 --=20 [ The only reality is virtual ]=A0 =A0=A0=A0 =A0=A0=A0=20 =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:26:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54FA61065692 for ; Thu, 5 Nov 2009 00:26:40 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from ghirai.com (ghirai.com [195.74.52.87]) by mx1.freebsd.org (Postfix) with ESMTP id DE6F88FC1B for ; Thu, 5 Nov 2009 00:26:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ghirai.com (Postfix) with ESMTPSA id 4300716F22; Thu, 5 Nov 2009 00:07:29 +0000 (GMT) Date: Thu, 5 Nov 2009 02:07:27 +0200 From: Ghirai To: Alex Huth Message-Id: <20091105020727.8c4cfbe8.ghirai@ghirai.com> In-Reply-To: <20091104111642.GB15739@borusse.borussiapark> References: <20091104111642.GB15739@borusse.borussiapark> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Xfce4 on 8.0 RC2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 00:26:40 -0000 On Wed, 4 Nov 2009 12:16:42 +0100 Alex Huth wrote: > Hi! > > Is anyone running this combination? I am having trouble with two > points> Since a couple days. Both points work perfectly fine for me. It sounds to me like a video driver/xorg problem though :/ -- Regards, Ghirai. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:39:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 169881065670 for ; Thu, 5 Nov 2009 00:39:22 +0000 (UTC) (envelope-from dcdowse@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 77D3C8FC12 for ; Thu, 5 Nov 2009 00:39:21 +0000 (UTC) Received: (qmail invoked by alias); 05 Nov 2009 00:39:19 -0000 Received: from p4FD4C16D.dip.t-dialin.net (EHLO bytebox) [79.212.193.109] by mail.gmx.net (mp006) with SMTP; 05 Nov 2009 01:39:19 +0100 X-Authenticated: #30106961 X-Provags-ID: V01U2FsdGVkX18dytVvQkMd8ol4PQCxSX2+sSSxDSvN4pGE2PQWjn r/qayg6ty8X371 Date: Thu, 5 Nov 2009 01:39:19 +0100 From: "Daniel C. Dowse" To: Super Biscuit Message-Id: <20091105013919.191b5c7f.dcdowse@gmx.net> In-Reply-To: <428581.79224.qm@web110116.mail.gq1.yahoo.com> References: <20091105010146.4b7c3d9e.dcdowse@gmx.net> <428581.79224.qm@web110116.mail.gq1.yahoo.com> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.11; i386-unknown-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.49 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Thu, 05 Nov 2009 00:39:22 -0000 On Wed, 4 Nov 2009 16:15:46 -0800 (PST) Super Biscuit wrote: > Yes, I did. > I'm thinking that it may be the metamode option. > > --- On Thu, 11/5/09, Daniel C. Dowse wrote: > Hi, well i don`t know, i don`t have any modes specified in xorg.conf here is what my xorg.conf looks like with geforce fx5500 . Sorry but i think i can`t help you any further :-( , maybe you can join #nvidia on irc.freenode and ask there or use some freebsd related irc channel on any irc network you may like. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder65) Thu Jul 17 18:26:36 PDT 2008 [snip] Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" Option "NvAGP" "1" Option "Coolbits" "1" Option "TripleBuffer" "True" Option "RenderAccel" "True" Option "AllowGLXWithComposite" "True" Option "EnableAGPSBA" "1" Option "EnableAGPFW" "0" Option "GLX" "1" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "PixmapCacheSize" "200000" Option "AllowSHMPixmaps" "0" SubSection "Display" EndSubSection EndSection P.S. i noticed that your quoting is not very good, try to tell your mail-user-agent to quote a lil` better ;-) bye daniel -- [ The only reality is virtual ] From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:49:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6881106566B for ; Thu, 5 Nov 2009 00:49:43 +0000 (UTC) (envelope-from nealhogan@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 65EB28FC08 for ; Thu, 5 Nov 2009 00:49:43 +0000 (UTC) Received: by yxe1 with SMTP id 1so7164003yxe.3 for ; Wed, 04 Nov 2009 16:49:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=3YW0Qv9kkKv0IJZb7NprqbmfkrEj9jZIhLsPBO/erC4=; b=rGb8vK47kzdPHzSOehUp5gUQ9xCQnTJxaRfHbNZzD6An/OMcnxkchLAUx6WZvl/Cdj D7GvwdY0i/DafpH0YjgerZrNcQbJmeZ1ILC2HPKM8dazJFeMAkO8kJ/MVYtXb2ag7e+P BHiREqcb3K6en3mfEWvDqHEvlq0DUd7yNr0R0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=F1GZlULBj537I6LN1mtbLRnnffXG/To+asc9visESHeJGbuX2HNIRjog/R8rzwps0G pgtsUYxIJrYvHFpmdRCAPEFpeiSOwKxPcLk8je1P4fYS5oxzlJxlHWY8ZKzo3e68tI4+ WN1GR2GXQg7GoAVAkP8XmCxLZDpcwy97alNMQ= MIME-Version: 1.0 Received: by 10.150.141.15 with SMTP id o15mr4039685ybd.86.1257382179290; Wed, 04 Nov 2009 16:49:39 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Nov 2009 18:49:39 -0600 Message-ID: From: Neal Hogan To: Petros Ring Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@FreeBSD.org" Subject: Re: FreeBSD Source Code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 00:49:43 -0000 On Wed, Nov 4, 2009 at 4:26 PM, Petros Ring wrote: > I would like you to send a copy of all the source code of FreeBSD so I may > use it for a project that will allow the running of applacations from a > different os to run on FreeBSD. Please send a attachment of the full source > code in the reply email. This is all you need: http://www.freebsd.org/where.html From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 00:52:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4273A1065672 for ; Thu, 5 Nov 2009 00:52:29 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB278FC14 for ; Thu, 5 Nov 2009 00:52:28 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so1118237fgb.13 for ; Wed, 04 Nov 2009 16:52:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=U/nZJx/bunFikspBkrJWK2/XYujyknVzgX/oxMOkpKw=; b=CjPUW/nrA88k8oXHwiMCIvaCAthJrJ/kcI5DRSjjmR1xODFeq6rdfC56CZdfKzNMdw kN/o55I5NeDjILJyzQwsQen7E34YBdGBGCs4+v1YiMEG8+AI+afe9qjca+8cpKlJYTZC pANXKCoQ7VFi4TzV1GCFWA4XcI/KAX9mz2gns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=iWoiv6nTVxXGgIGW/lCs6p22SXLvhwq1k3Gv9QIT9aejf6WeROQbO7n04Xle1EoP53 jgBo6UxwHVHRVW6ytubgo8ksCrGPBIcQlIDTH/krrjY40R2Pg4i6UuMQC+Lg1t0LddFq Gsyq0SxrBCtrNwDfR9QFf/jzxrz4kjhpIiZdE= MIME-Version: 1.0 Received: by 10.223.144.81 with SMTP id y17mr318061fau.68.1257382347212; Wed, 04 Nov 2009 16:52:27 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Nov 2009 19:52:27 -0500 Message-ID: <4ad871310911041652o7254f426tb032c52445de0c2d@mail.gmail.com> From: Glen Barber To: Petros Ring Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@FreeBSD.org" Subject: Re: FreeBSD Source Code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 00:52:29 -0000 Hi Petros On Wed, Nov 4, 2009 at 5:26 PM, Petros Ring wrote: > I would like you to send a copy of all the source code of FreeBSD so I may > use it for a project that will allow the running of applacations from a > different os to run on FreeBSD. Please send a attachment of the full source > code in the reply email. > In addition to the two previous suggestions on how to obtain the code, you can checkout the source tree using subversion from: http://svn.freebsd.org/base/ Cheers, -- Glen Barber From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 01:30:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F2011065670 for ; Thu, 5 Nov 2009 01:30:54 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id D449A8FC18 for ; Thu, 5 Nov 2009 01:30:53 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx01.qsc.de (Postfix) with ESMTP id DBBAB3D832; Thu, 5 Nov 2009 02:30:51 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA51Uj9m002544; Thu, 5 Nov 2009 02:30:46 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Thu, 5 Nov 2009 02:30:45 +0100 From: Polytropon To: PJ Message-Id: <20091105023045.9a3d90ab.freebsd@edvax.de> In-Reply-To: <4AF1FF76.60808@videotron.ca> References: <4AF1FF76.60808@videotron.ca> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: and now for conky & gremlins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 01:30:54 -0000 On Wed, 04 Nov 2009 18:25:58 -0400, PJ wrote: > output should be: 1 2 3 [4] 5 6 7 etc. > is: 1 2 3 4 5 6.... > > the calendar.sh is exactly: > #!/bin/sh > cal | awk 'NR>1' | sed -e 's/ / /g' -e 's/[^ ] /& /g' -e 's/..*/ > &/' -e "s/\ `date +%d`/\[`date +%d`\]/" It's quite obviously. Let's try the last substitution argument in plain shell: % date +%d 05 But the command creates this: Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 The leading zero is missing, so there's no substition that changes "5" into "[5]", because the search pattern is "05". -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 02:08:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46641065693 for ; Thu, 5 Nov 2009 02:08:24 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n12a.bullet.mail.mud.yahoo.com (n12a.bullet.mail.mud.yahoo.com [209.191.125.177]) by mx1.freebsd.org (Postfix) with SMTP id A55C58FC0A for ; Thu, 5 Nov 2009 02:08:24 +0000 (UTC) Received: from [68.142.200.224] by n12.bullet.mail.mud.yahoo.com with NNFMP; 05 Nov 2009 02:08:24 -0000 Received: from [68.142.201.64] by t5.bullet.mud.yahoo.com with NNFMP; 05 Nov 2009 02:08:24 -0000 Received: from [127.0.0.1] by omp416.mail.mud.yahoo.com with NNFMP; 05 Nov 2009 02:08:24 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 141137.10768.bm@omp416.mail.mud.yahoo.com Received: (qmail 92059 invoked by uid 60001); 5 Nov 2009 02:08:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1257386903; bh=IYXcAH2m8lnhlGsgysHcUB5iBq2xdfpl13BlQJIIkVE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=HgV/gxFGLV9+cOS/1LqsnMRQZaI2wRrymoUx2QhIZhbJsR2SCqirBdlsUrKhNhtoCguIrN2dCB5tZEtFfCIc3RhJr8/rL4qZaQIPoowjSny+W3y+Fdvm84PfB+bi3h4OEQsGT6tv47GoZ7zd31l4SZaVe8K/DuqVCR4FlsdunYQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Ry9D9xPn7+2RaPJpMnNGy7iiU26twHS/qhfdTIUre5XFZjdiVtWc4S0Z0KUQuTQnKcczEDLF6EiRCRddxsx3Gllfm74/H8h/f9iVbjpwhhXmljIMoT+sgxqT4TQmTc6gK6hpWmVGYJWAHITirN9ECUnec6WitGJ6xQj9mhxnLPQ=; Message-ID: <671267.91220.qm@web110113.mail.gq1.yahoo.com> X-YMail-OSG: X9Bru20VM1lS.sap82LLQFWqg95NKljOag1vDnji247oFH_2NOT.ovNpSAZhEAgtV7gO3B6Y0T5W4o4vTgTBRIFCz7jtGjEyhALpIWr6d5xwa2e1NXj6AV.ARV9fkHSGFmUl0PbLc3P97TK7tkciPXhkxbGufEM5ziI.3d7sSDL2ZTjRyiF7vC4d1.oK16Z8ywz8091DQ7nB9e2gWhfFiiQYGKj7MQxXLFLV.E3qPM2d4KvoXipTIcWEl8ZlqpI1ukNdHHjk4g5aSC66cXNMM6f3pMBRiGcK9NuIimuFq.mi.Me6.5gFmvlNXg-- Received: from [98.192.206.216] by web110113.mail.gq1.yahoo.com via HTTP; Wed, 04 Nov 2009 18:08:23 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 18:08:23 -0800 (PST) From: Super Biscuit To: "Daniel C. Dowse" In-Reply-To: <20091105013919.191b5c7f.dcdowse@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: need help with nvidia 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: Thu, 05 Nov 2009 02:08:25 -0000 I fixed by using the following method. Opened the properties and set the screen resolution. Opened firefox and downloaded the old xorg.conf I sent you earlier. Logged out and then back in as root. Used kate to copy the screen layout from the downloaded file to the active = xorg.conf file. Saved and restarted x. Believe it or not, I did need you to walk me through the process. There wer= e quite a few things I wasn't able to notice on my own. Thanks a lot and all that. --- On Thu, 11/5/09, Daniel C. Dowse wrote: From: Daniel C. Dowse Subject: Re: need help with nvidia drivers To: "Super Biscuit" Cc: freebsd-questions@freebsd.org Date: Thursday, November 5, 2009, 12:39 AM On Wed, 4 Nov 2009 16:15:46 -0800 (PST) Super Biscuit wrote: > Yes, I did. > I'm thinking that it may be the metamode option. >=20 > --- On Thu, 11/5/09, Daniel C. Dowse wrote: >=20 Hi, well i don`t know, i don`t have any modes specified in xorg.conf here is what my xorg.conf looks like with geforce fx5500 .=20 Sorry but i think i can`t help you any further :-( , maybe you can join #nvidia on irc.freenode and ask there or use some freebsd related irc channel on any irc network you may like. =20 # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig:=A0 version 1.0=A0 (buildmeister@builder65)=A0 Thu Jul 17 = 18:26:36 PDT 2008 [snip] Section "Monitor" =A0 =A0 Identifier=A0 =A0=A0=A0"Monitor0" =A0 =A0 VendorName=A0 =A0=A0=A0"Unknown" =A0 =A0 ModelName=A0 =A0 =A0 "Unknown" =A0 =A0 HorizSync=A0 =A0 =A0=A0=A030.0 - 110.0 =A0 =A0 VertRefresh=A0 =A0=A0=A050.0 - 150.0 =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"DPMS" EndSection Section "Device" =A0 =A0 Identifier=A0 =A0=A0=A0"Device0" =A0 =A0 Driver=A0 =A0 =A0 =A0=A0=A0"nvidia" =A0 =A0 VendorName=A0 =A0=A0=A0"NVIDIA Corporation" =A0 =A0 Option=A0=A0=A0 =A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0"NvAGP" "1" =A0 =A0 Option =A0=A0=A0 =A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0"Coolbits" "1" =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"TripleBuffer" "True" =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"RenderAccel"=A0 "True" =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"AllowGLXWithComposite" "True" =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"EnableAGPSBA" "1" =A0 =A0 Option=A0 =A0=A0=A0=A0=A0=A0 =A0=A0=A0"EnableAGPFW"=A0 "0" =A0 =A0 Option=A0=A0=A0 =A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0"GLX"=A0=A0=A0 = =A0 "1" EndSection Section "Screen" =A0 =A0 Identifier=A0 =A0=A0=A0"Screen0" =A0 =A0 Device=A0 =A0 =A0 =A0=A0=A0"Device0" =A0 =A0 Monitor=A0 =A0 =A0 =A0 "Monitor0" =A0 =A0 DefaultDepth=A0 =A0 24 =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"PixmapCacheSize" "200000" =A0 =A0 Option=A0 =A0 =A0 =A0=A0=A0"AllowSHMPixmaps" "0" =A0 =A0 SubSection=A0 =A0=A0=A0"Display"=A0=A0=A0=20 =A0 =A0 EndSubSection EndSection P.S. i noticed that your quoting is not very good, try to tell your mail-user-agent to quote a lil` better ;-) bye=20 daniel --=20 [ The only reality is virtual ]=A0 =A0=A0=A0 =A0=A0=A0=20 =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 03:04:13 2009 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 6E81B106568F for ; Thu, 5 Nov 2009 03:04:13 +0000 (UTC) (envelope-from steven.samuel.cole@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD9E8FC26 for ; Thu, 5 Nov 2009 03:04:12 +0000 (UTC) Received: by ywh8 with SMTP id 8so7226482ywh.3 for ; Wed, 04 Nov 2009 19:04:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=iTcMpU/R1Am4P3NMFvI15p7pLHswwKsySPg/iOhfmZk=; b=tIll0CKtQEC65KNBYtUiKWLzXA6PHuQLqBSoZJ8LQb069fsRE295BzzTlSaudwVtfj V6ekC6idhllBon/ya3/0qnDer9xb0nPR9rVN4+qs1FuEz2Od35MY4+dstI4UM70i26FI DVz5JRaiBNDuYLffErVbGvizaAjeo1jkzrdTM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=od/BqbPOsF23z5BMcQEHEpifF4KKsU8RHEXQbzAeTcC9vyZxc/CbA/3vl2QvqrymS3 aN5D8OfrHBkxwjv4srJbEqUMDCcSt+v+IhJJgPAE81DG16+zE+ioERZEYUsY6jWoj8Wc 6kRvc72IVLh6vQKBulQwdv7yzsCuyPA90RPXM= Received: by 10.150.214.11 with SMTP id m11mr4189568ybg.130.1257390252549; Wed, 04 Nov 2009 19:04:12 -0800 (PST) Received: from call.local ([121.98.140.46]) by mx.google.com with ESMTPS id 23sm610067ywh.33.2009.11.04.19.04.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Nov 2009 19:04:11 -0800 (PST) Message-ID: <4AF240A6.5010001@gmail.com> Date: Thu, 05 Nov 2009 16:04:06 +1300 From: Steven Samuel Cole User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: questions@freebsd.org References: <4AF11670.7010603@gmail.com> <4AF2148E.4090200@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: [zfs-discuss] ZFS non-zero checksum and permanent error with deleted 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, 05 Nov 2009 03:04:13 -0000 Bob Friesenhahn schrieb: > On Thu, 5 Nov 2009, Steven Samuel Cole wrote: > >>> Definitely do >>> >>> zpool scrub zpool01 >>> >>> to see if there is any other decay. >> >> I have done that prior to getting the status, several times actually, >> tried to indicate that in my OP. IIRC, all checksums are zero after >> clearing; after scrubbing, the total checksum goes back up to 4. The >> error is not cleared, though. > > Strange. I do recall that there was one OpenSolaris development release > which did produce spurious checksum errors which looked weird like > that. Hopefully you are not using that particular release. I am using ZFS as it comes with the official FreeBSD 7.2 64bit, no patches, no dev releases, all binary out of the box, nothing self-built. IIRC, that's ZFS version 6. > Your 'zpool status' output did not indicate that a scrub was done. You are correct, my mistake. I reproduced the 3 zpool command lines in my OP from memory. I have gone through many clear/scrub/status, export/import, wash/rinse/repeat cycles now, the 'last scrub' info must have gone lost in one of them. A scrub on that pool takes ~8 hours, so I refrained from running it again just for demonstration purposes. Hmmm. Just as I want to double-check, I get this: [user@host ~]$ sudo zpool history History for 'zpool01': 2008-05-31.22:16:22 zpool create -m /mnt/zpool01 zpool01 raidz1 ad12 ad14 ad16 ad18 2008-12-28.15:06:54 zpool import zpool01 2008-12-28.18:37:42 zpool export zpool01 2008-12-28.18:51:39 zpool import zpool01 2009-01-05.17:31:51 zpool export zpool01 2009-01-05.19:55:27 zpool import -d /dev/disk/by-id zpool01 2009-08-25.00:50:31 zpool clear zpool01 Assertion failed: ((null)), function nvlist_lookup_string(records[i], ZPOOL_HIST_CMD, &cmdstr) == 0, file /usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_main.c, line 3338. Abort trap: 6 (core dumped) Sigh. Maybe I should take that as another indication that something is just not right and I should rebuild the pool, afterwise there'll always be that nagging thought if my data is actually safe... > > Bob > -- > Bob Friesenhahn > bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ > GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 04:47:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3E19106566B for ; Thu, 5 Nov 2009 04:47:04 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from smtp2.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id 8BFDB8FC16 for ; Thu, 5 Nov 2009 04:47:04 +0000 (UTC) Received: (qmail 22369 invoked from network); 4 Nov 2009 20:27:03 -0800 Received: by simscan 1.1.0 ppid: 22359, pid: 22360, t: 2.1805s scanners: regex: 1.1.0 attach: 1.1.0 spam: 3.1.7-deb X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on smtp2.surewest.net. X-Spam-Level: X-Spam-Status: No, score=0.0 required=13.5 tests=none autolearn=disabled version=3.1.7-deb X-Spam-CMAE-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=VZRGMt3XelIE_wIDvj4A:9 a=bD1tsqke4lJLjMsKfU4A:7 a=8vEqMb0kKq9nzvOXYcZoVulA6dYA:4 a=SV7veod9ZcQA:10 Received: from unknown (HELO blacklamb.mykitchentable.net) (69.62.230.77) by smtp2 with SMTP; 4 Nov 2009 20:27:01 -0800 Received: from [127.0.0.1] (unknown [192.168.2.3]) by blacklamb.mykitchentable.net (Postfix) with ESMTPA id 968BD165479; Wed, 4 Nov 2009 20:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mykitchentable.net; s=default; t=1257396420; bh=jFB2/htWRy7f3z1arIYK30gB+fxHyrKWmFS9b6e1kos=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Lqv5+UtcXa9SDQtkjeLS0FVcWtTSCGQ++oa0EZFlYpdlWuQ61jTLtZn8I2RmgWMfI gZjfqIHrDZXtG3R5VYHa3+q/b2R7DUsGemr/JjCK/v0D6bBtgoEFfFlEL6GskRtoKU loeBKHr8ivQvJCdF/Fj28wwjcmW1sIYUlxgy1cLc= Message-ID: <4AF258C1.1000708@mykitchentable.net> Date: Wed, 04 Nov 2009 20:46:57 -0800 From: Drew Tomlinson User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: herbert langhans References: <4AEC8E77.40704@mykitchentable.net> <20091101014220.GA4310@sandcat> In-Reply-To: <20091101014220.GA4310@sandcat> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 091104-1, 11/04/2009), Outbound message X-Antivirus-Status: Clean Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 04:47:04 -0000 herbert langhans wrote: > The original vi is doing this as well? If not you should write to the port maintainer and the developers. > The original vi does *not* have this behavior. Thanks, Drew > On Sat, Oct 31, 2009 at 12:22:31PM -0700, Drew Tomlinson wrote: > >> I'm experiencing an annoying problem with vim on FBSD 8 that I don't >> have on FBSD 7. Whenever I start vim, if I press the down arrow as the >> first key, it deletes the first line of my file and enters insert mode. >> All the other keys work fine and even the down arrow works fine after >> the first press. >> >> I've searched for help but haven't turned up anything relevant. Any >> ideas on what I can check? >> >> Thanks, >> >> Drew >> _______________________________________________ >> 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 Nov 5 04:55:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34646106566B for ; Thu, 5 Nov 2009 04:55:02 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from smtp1.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id 8EADD8FC1B for ; Thu, 5 Nov 2009 04:55:02 +0000 (UTC) Received: (qmail 19589 invoked from network); 4 Nov 2009 21:32:14 -0800 Received: by simscan 1.1.0 ppid: 19553, pid: 19555, t: 2.2736s scanners: regex: 1.1.0 attach: 1.1.0 spam: 3.1.7-deb X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on smtp1.surewest.net X-Spam-Level: X-Spam-Status: No, score=0.0 required=13.5 tests=none autolearn=disabled version=3.1.7-deb X-Spam-CMAE-Analysis: v=1.0 c=1 a=7Y6-kRSohPGCn8ekjc8A:9 a=xtDdIaEtS9A0zzKz3eMA:7 a=wVOP_acyT_ZeGkI_5aMpYYdqvxsA:4 Received: from unknown (HELO blacklamb.mykitchentable.net) (69.62.230.77) by smtp1 with SMTP; 4 Nov 2009 21:32:12 -0800 Received: from [127.0.0.1] (unknown [192.168.2.3]) by blacklamb.mykitchentable.net (Postfix) with ESMTPA id B6072165479; Wed, 4 Nov 2009 20:54:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mykitchentable.net; s=default; t=1257396898; bh=tsMBXa19qYJk70Jg1G4t+rYB0OMmctFLuhW/gXl25ec=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ribvygqic6Gd6ydzbLBu6WOrbhhu5Wj00wEWIFRGtFgrx1768vh9i6oa5aSifY9wf UsDpyvXdpZmyKi3E8g3KaZx8ugAMtKEGS55Di16E+1aBmUNSDb9TEu2G6camyKY7dw orLIMiEAdyp3Xe7uVvrIC3FovBAXHu9CD8f7s3kg= Message-ID: <4AF25AA0.1060300@mykitchentable.net> Date: Wed, 04 Nov 2009 20:54:56 -0800 From: Drew Tomlinson User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Chuck Robey References: <4AEC8E77.40704@mykitchentable.net> <4AECFE46.30104@telenix.org> In-Reply-To: <4AECFE46.30104@telenix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 091104-1, 11/04/2009), Outbound message X-Antivirus-Status: Clean Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 04:55:03 -0000 Chuck Robey wrote: > Drew Tomlinson wrote: > >> I'm experiencing an annoying problem with vim on FBSD 8 that I don't >> have on FBSD 7. Whenever I start vim, if I press the down arrow as the >> first key, it deletes the first line of my file and enters insert mode. >> All the other keys work fine and even the down arrow works fine after >> the first press. >> >> I've searched for help but haven't turned up anything relevant. Any >> ideas on what I can check? >> > > Hmm. Don't know if your machine is exactly set up as mine, so 1st, does hitting > the escape key as the first key fix things? Yes. > And, on a shell, hit control-V (the > common shell escape key for control keys), then the down arrow, what does it > print? ^[[B > Not sure I would be able to help, but there is often a timing issue on > special function key decoding (like all of the arrow keys, or the function keys, > etc) and this may tell what your down key is set for in Vim. Beyond that, Vim's > environment is extremely programmable, so one would really have to look > carefully through all of your environment files, beginning with vim's ~/.vimrc. > If you are using any of vim's huge store of extensions, your .vimrc probably > has statements to include subdirectories (perhaps of your homedir). Those files > are also candidates for trouble sources. > This is a default 7.2 install from ports. In my home directory, I have created a .vimrc and tried various items from Google searches, trying to remedy this problem. Currently, it contains: syntax on set background=dark set nocompatible set esckeys > Are you having this problem on ttys, or under X11? Tried both? > I guess on ttys. Specifically, I'm using SecureCRT from a windows machine. The terminal emulation is set to Xterm. I'm not sure I ever specifically set that but I use this same software from this same machine without problems on vim 7.2 on a FBSD 6.2 install and a FBSD 7.3 install. > It's most likely *something* dealing with Vim, because it's unreported on > FreeBSD (I know, I love vim and been using it on FreeBSD-current for years). > Vim's IRC channel ("vim") is extremely good about helping on problems, like bad > keymapping, they are just as good as we here on this mailing list are, but they > obviously concentrate on vim. Anyways, if you answer these questions on the > list or channel, folks are far more likely to be able to help you here (or on > the vim channel). > Thanks for your help. I'd really like to remove this annoyance. :) Cheers, Drew From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 05:24:18 2009 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 E94191065670 for ; Thu, 5 Nov 2009 05:24:18 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from smtp2.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id C14238FC1B for ; Thu, 5 Nov 2009 05:24:18 +0000 (UTC) Received: (qmail 25818 invoked from network); 4 Nov 2009 20:37:37 -0800 Received: by simscan 1.1.0 ppid: 25779, pid: 25783, t: 2.1917s scanners: regex: 1.1.0 attach: 1.1.0 spam: 3.1.7-deb X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on smtp2.surewest.net. X-Spam-Level: X-Spam-Status: No, score=0.0 required=13.5 tests=none autolearn=disabled version=3.1.7-deb X-Spam-CMAE-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=glAMrLlAseGyQxAISwUA:9 a=eni6NhM5CGL3n8Dlnr8A:7 a=N9svUXIP8Zdhp1SPcaYtRlNDVc4A:4 a=Sllw8v0m4fwA:10 a=SV7veod9ZcQA:10 Received: from unknown (HELO blacklamb.mykitchentable.net) (69.62.230.77) by smtp2 with SMTP; 4 Nov 2009 20:37:35 -0800 Received: from [127.0.0.1] (unknown [192.168.2.3]) by blacklamb.mykitchentable.net (Postfix) with ESMTPA id C26A3165479; Wed, 4 Nov 2009 20:57:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mykitchentable.net; s=default; t=1257397055; bh=qDZ0x7EajuJBHtP/7JMIhfRQklwvYFl5ALc96Jd7wg0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=4tObzwzFd5Mc9YSbDpDClDJzjRPkXoKPH/nAtaz+FH5d1EZzxt/3gasqRHle0/5cM 4Z3TMJifC9p6GVXN70Do4j07t8bCyPjsj12IlCo2sA5YIs+C450kpGgzbroqlk58hs fCB38dqhd6XeSx5pO5nBWD1yyyjX6Dvvk8mmJqLE= Message-ID: <4AF25B3B.6070303@mykitchentable.net> Date: Wed, 04 Nov 2009 20:57:31 -0800 From: Drew Tomlinson User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: patrick References: <4AEC8E77.40704@mykitchentable.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 091104-1, 11/04/2009), Outbound message X-Antivirus-Status: Clean Cc: FreeBSD Questions Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 05:24:19 -0000 patrick wrote: > Try creating /usr/local/share/vim/vimrc with the following: > > set nomodeline > set nocompatible > Thanks. nocompatible was already there. I added nomodeline but the problem persists. Cheers, Drew > On Sat, Oct 31, 2009 at 12:22 PM, Drew Tomlinson > wrote: > >> I'm experiencing an annoying problem with vim on FBSD 8 that I don't have on >> FBSD 7. Whenever I start vim, if I press the down arrow as the first key, >> it deletes the first line of my file and enters insert mode. All the other >> keys work fine and even the down arrow works fine after the first press. >> >> I've searched for help but haven't turned up anything relevant. Any ideas >> on what I can check? >> >> Thanks, >> >> Drew >> _______________________________________________ >> 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 Nov 5 06:41:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6944106566B for ; Thu, 5 Nov 2009 06:41:46 +0000 (UTC) (envelope-from Jzfk9@aol.com) Received: from imr-ma06.mx.aol.com (imr-ma06.mx.aol.com [64.12.78.142]) by mx1.freebsd.org (Postfix) with ESMTP id 69C058FC0C for ; Thu, 5 Nov 2009 06:41:46 +0000 (UTC) Received: from imo-ma02.mx.aol.com (imo-ma02.mx.aol.com [64.12.78.137]) by imr-ma06.mx.aol.com (8.14.1/8.14.1) with ESMTP id nA56fjh2021473 for ; Thu, 5 Nov 2009 01:41:45 -0500 Received: from Jzfk9@aol.com by imo-ma02.mx.aol.com (mail_out_v42.5.) id n.d3e.4e4dd272 (56034) for ; Thu, 5 Nov 2009 01:41:43 -0500 (EST) Received: from localhost ([86.99.72.87]) by cia-md08.mx.aol.com (v125.7) with ESMTP id MAILCIAMD088-dae24af273a11aa; Thu, 05 Nov 2009 01:41:43 -0500 Date: Thu, 5 Nov 2009 10:41:43 +0400 From: Jozsef To: freebsd-questions@freebsd.org Message-ID: <20091105064143.GA4563@eltorito.ÐèK> References: <4AEC8E77.40704@mykitchentable.net> <4AF25B3B.6070303@mykitchentable.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF25B3B.6070303@mykitchentable.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-AOL-IP: 86.99.72.87 X-Mailer: Unknown (No Version) X-Spam-Flag: NO X-AOL-SENDER: Jzfk9@aol.com Subject: Re: vim Keybindings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 06:41:46 -0000 On Wed, 04 Nov 2009, Drew Tomlinson wrote: > patrick wrote: > >Try creating /usr/local/share/vim/vimrc with the following: > > > >set nomodeline > >set nocompatible > > Thanks. nocompatible was already there. I added nomodeline but the > problem persists. > > Cheers, > > Drew > > If this can help you, here is my .vimrc: http://dpaste.com/116504/ -- Best, Jozsef Kurucity | Web & Graphic Designer +971 50 6783113 | jzfk9@aol.com From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 07:01:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1516E106566C for ; Thu, 5 Nov 2009 07:01:21 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from web24816.mail.ird.yahoo.com (web24816.mail.ird.yahoo.com [212.82.110.50]) by mx1.freebsd.org (Postfix) with SMTP id 737418FC1B for ; Thu, 5 Nov 2009 07:01:20 +0000 (UTC) Received: (qmail 43155 invoked by uid 60001); 5 Nov 2009 07:01:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1257404479; bh=MCRcbhXpKtdPxNb+Ukg26DlMJId0zX5ZxMfdu6KOEW4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iYV0x1Ca+7PHuWnNM8uEjmw3sflreTwWyDXgxmGsJJuWEIsC31baK/ujgmDJEUDzZyDqvARyBi1yrO4zTnmIYVYSx1QLnsM8AmxDC5puSAd+DExcCG36T+GZvHb/9laLS2Gbm4fRC0M+Y7ME+QxLP6oxBkzyl5JTFwEaahhm7HU= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=DSmaE4BTKgoycAJBxgcuOo6ilzST882C48xQVJmXyyek35Gktw5njQGmUkNPSCpqL7WWc68xOVv2tQVuoZL9LyyWH/e0cdZIvJtIbLf+1urbkFmjLz4/5QeMZI41NI3G6oGs/LZGzng/5xnqdGbTuZMGv19yNAt+MP0OtcEDbwI=; Message-ID: <424233.42925.qm@web24816.mail.ird.yahoo.com> X-YMail-OSG: yfcoi5IVM1nTDdKvO7qvd2BWVhsP4CRc20EAWb.TzfklZ8HgeXDEptZjSbOvsCW6sx298.3YBASBohT_5PJE8MlRPWUfHAbxKzenbjayopGdOTd8sAnFcI0qxZ0E3bWO5W3KMwXWXXTqEIRaEWmYVd6KeY0inUMoWswKrF3tcE53lUf8pQUOear0l_wVTKrVoBGfh2l.qTscUORSh1atf2wTbxRWE5v_TriUrcn0SO.77AXBFf9ysZFuUH8gNBqt_op1Zm4YZgEIQjiJckifzTbQBnM5DgHvPKomheJJ5iLYctZlOwAP0Y4rdw-- Received: from [192.54.193.25] by web24816.mail.ird.yahoo.com via HTTP; Wed, 04 Nov 2009 23:01:19 PST X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 23:01:19 -0800 (PST) From: "Alexandre L." To: Polytropon In-Reply-To: <20091105001628.3cd0319a.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Question Subject: Re: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 07:01:21 -0000 mmm. I don't know.=0ABut with this config file, XFCE4 launch is OK (or seem= s OK).=0AI have found this line in the handbook at the XFCE section http://= www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html=0A=0A--- En = date de=A0: Mer 4.11.09, Polytropon a =E9crit=A0:=0A=0A>= De: Polytropon =0A> Objet: Re: SLIM and XFCE4=0A> =C0: "= Alexandre L." =0A> Cc: "FreeBSD Question" =0A> Date: Mercredi 4 Novembre 2009, 23h16=0A> On Tue, 3 N= ov 2009 03:25:07 -0800=0A> (PST), "Alexandre L." =0A> wr= ote:=0A> > .xinitrc (of my user)=0A> > /usr/local/bin/startxfce4=0A> =0A> S= houldn't it be=0A> =0A> =A0=A0=A0 #!/bin/sh=0A> =A0=A0=A0 exec /usr/local/b= in/startxfce4=0A> =0A> ?=0A> =0A> =0A> -- =0A> Polytropon=0A> Magdeburg, Ge= rmany=0A> Happy FreeBSD user since 4.0=0A> Andra moi ennepe, Mousa, ...=0A>= _______________________________________________=0A> freebsd-questions@free= bsd.org=0A> mailing list=0A> http://lists.freebsd.org/mailman/listinfo/free= bsd-questions=0A> To unsubscribe, send any mail to "freebsd-questions-unsub= scribe@freebsd.org"=0A> =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 07:04:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D684D106568B for ; Thu, 5 Nov 2009 07:04:19 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from web24817.mail.ird.yahoo.com (web24817.mail.ird.yahoo.com [212.82.110.51]) by mx1.freebsd.org (Postfix) with SMTP id 401338FC0C for ; Thu, 5 Nov 2009 07:04:18 +0000 (UTC) Received: (qmail 31131 invoked by uid 60001); 5 Nov 2009 07:04:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1257404658; bh=pXjOd9GC1Rq87w++YcfAi0r5ApWC9p+TsMoGkE2JkKo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=dCCEqchser/EPWd1+DQSLz4CLD6lH6AxWW/eO+PHiyzMNplHn/VgbXreYsgX9SL4JbO/hC3+5KBWYLn9taknngch0YZNoeA41uYBNhm77Lawh0PF6iZos5jReY67eO2rgtcIfvV+A1moEmUDWoZYGpcPd94Qbhwcl+oPU8WHK9g= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=UrZusI6mT5HumWB6s1DBtpdcAmlpX3ZspaqyQujeDaz7pGrDv2RuinmiCko0LPuzLsdGSpRwNjuVQIpj+bfP8tHbXNdea1eH6b2fbUAy5T/T+qulGTf8qxm3ySKVBc05/UdUlcLxBFTHaIoVoGrxwImurBxB+glI7PyEiQdlNSM=; Message-ID: <61253.29640.qm@web24817.mail.ird.yahoo.com> X-YMail-OSG: hGBhawUVM1mdRiLsHwzktYuw3.Jjbw0DyiJQ15g7EnooWjecAUHBEHwUw0rMtHZXKdEDH7IiDVxp1ezaux2nkMT00spfgPEsXUceyeyxY6CLtL8oZ9Qgha5aSoFj00pznkd69sYnjVFkCgnWugwI5y4GFv6iLevm3_nOJ1lQPTDAujIQvMcDrv5Zrj2vlXsIVbzgPOo4r8SDm15wjlQudUIcpTWsQ4B1_IpF21FftGyUH.k3P3.rYroozACseXBGvy2Nkh41X_PDWHlJ3y0M1L.xu64xthJs2yFf7Rlx..LBqTWymxZYZwmF5UfRKJ2sMZeaMoKC.RC.DA-- Received: from [192.54.193.25] by web24817.mail.ird.yahoo.com via HTTP; Wed, 04 Nov 2009 23:04:17 PST X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.361.4 Date: Wed, 4 Nov 2009 23:04:17 -0800 (PST) From: "Alexandre L." To: Volodymyr Kostyrko In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Question Subject: Re: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 07:04:19 -0000 Thanks Volodymyr for the tips.=0AI have hade the following lines to my .xin= itrc file and it's now OK : XFCE is in French language.=0AThanks again.=0A= =0Aexport LC_ALL=3Dfr_FR.UTF-8=0Aexport LANGUAGE=3Dfr_FR.UTF-8=0Aexport LAN= G=3Dfr_FR.UTF-8=0A/usr/local/bin/startxfce4=0A=0AAlexandre.=0A=0A=0A--- En = date de=A0: Mar 3.11.09, Volodymyr Kostyrko a =E9crit= =A0:=0A=0A> De: Volodymyr Kostyrko =0A> Objet: Re: SLIM = and XFCE4=0A> =C0: freebsd-questions@freebsd.org=0A> Date: Mardi 3 Novembre= 2009, 20h36=0A> Alexandre L. wrote:=0A> > Hi all,=0A> > =0A> > I want to u= se SLIM (Graphical login manager for X11)=0A> with XFCE4.=0A> > After the i= nstallation, I have enabled it with the=0A> line slim_enable=3D"YES" in /et= c/rc.conf=0A> > When I log in (from SLIM), the language in XFCE is=0A> engl= ish.=0A> > =0A> > If I don't use SLIM, I log in on TTY and use %startx,=0A>= XFCE language is in French (I have configured it).=0A> > =0A> > Here my co= nfig files :=0A> > =0A> > .dmrc (of my user)=0A> > [Desktop]=0A> > Session= =3DXfce4=0A> > Language=3Dfr_FR.UTF-8=0A> > =0A> > =0A> > =0A> > .login_con= f (of my user)=0A> > me:\ :charset=3DISO-8859-15:\=0A> > :lang=3Dfr_FR.ISO8= 859-15:\ =0A> > =0A> > .xinitrc (of my user)=0A> =0A> export LANG fr_FR.UTF= -8=0A> =0A> > /usr/local/bin/startxfce4=0A> > =0A> > I want to use SLIM to = launch XFCE4 in French.=0A> =0A> -- Sphinx of black quartz judge my vow.=0A= > =0A> _______________________________________________=0A> freebsd-question= s@freebsd.org=0A> mailing list=0A> http://lists.freebsd.org/mailman/listinf= o/freebsd-questions=0A> To unsubscribe, send any mail to "freebsd-questions= -unsubscribe@freebsd.org"=0A> =0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 12:33:26 2009 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 CF600106566C for ; Thu, 5 Nov 2009 12:33:26 +0000 (UTC) (envelope-from a.huth@tmr.net) Received: from bo-uwka-srv01.de.tmr.net (bo-uwka-srv01.de.tmr.net [212.23.146.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8D5CF8FC28 for ; Thu, 5 Nov 2009 12:33:26 +0000 (UTC) Received: from localhost (localhost.de.tmr.net [127.0.0.1]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id 7F62B1DEF25 for ; Thu, 5 Nov 2009 13:13:55 +0100 (CET) Received: from bo-uwka-srv01.de.tmr.net ([127.0.0.1]) by localhost (bo-uwka-srv01.de.tmr.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 77044-01-90 for ; Thu, 5 Nov 2009 13:13:55 +0100 (CET) Received: from localhost (bo-stwhv-fw02.de.tmr.net [212.23.140.253]) by bo-uwka-srv01.de.tmr.net (Postfix) with ESMTP id 369751DEF20 for ; Thu, 5 Nov 2009 13:13:55 +0100 (CET) Date: Thu, 5 Nov 2009 13:13:55 +0100 From: Alex Huth To: questions@freebsd.org Message-ID: <20091105121355.GA26230@borusse.borussiapark> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Predence: first-class Priority: normal X-Editor: VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Nov 3 2009 11:23:28) X-Mailer: Mutt 1.5.20 (2009-06-14) User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: FreeBSD, Juniper netscreen & Java X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 12:33:26 -0000 Hi! I am actual at a problem i had also with Debian on the same Laptop. I need = to make a VPN connect to a Juniper netscreen. As far as i know Juniper only wo= rks with java from sun. On Debian i had to use java 1.5, with 1.6 it did not work. Is it right that the native jdk port is a patched sun java? I can=C2=B4t ge= t it working, even with the jdk 1.5. The linux-sun-jdk 1.5 will not install beca= use someother ports are to new for it. I get the login and the applet to execute, but the final applet where the V= PN is setup will not appear. Anyone using VPN with Juniper netscreen on FreeBSD? thx Alex From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 13:13:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 660221065676 for ; Thu, 5 Nov 2009 13:13:41 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from dd12710.kasserver.com (dd12710.kasserver.com [85.13.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2665E8FC28 for ; Thu, 5 Nov 2009 13:13:40 +0000 (UTC) Received: from current.Sisis.de (cazador.sisis.de [193.31.11.193]) by dd12710.kasserver.com (Postfix) with ESMTP id BFADE1860E08F for ; Thu, 5 Nov 2009 14:13:39 +0100 (CET) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id nA5DDdTn003870 for freebsd-questions@freebsd.org; Thu, 5 Nov 2009 14:13:39 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Thu, 5 Nov 2009 14:13:39 +0100 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20091105131339.GA3804@current.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) Subject: splitting Mbox file thread-sorted 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, 05 Nov 2009 13:13:41 -0000 Hello, Is there some tool or something in the ports which could split a Mbox file into various pieces, but having the threads together? I could do it by hand with mutt, but I think it must be some tool for this too; Thx matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 14:26:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F19E10656B0 for ; Thu, 5 Nov 2009 14:26:16 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id AE3B48FC15 for ; Thu, 5 Nov 2009 14:26:15 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MO-MR002.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KSN00IH843QNN90@VL-MO-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 05 Nov 2009 09:26:14 -0500 (EST) Message-id: <4AF2D277.3090406@videotron.ca> Date: Thu, 05 Nov 2009 09:26:15 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Polytropon References: <4AF1FF76.60808@videotron.ca> <20091105023045.9a3d90ab.freebsd@edvax.de> In-reply-to: <20091105023045.9a3d90ab.freebsd@edvax.de> Cc: "freebsd-questions@freebsd.org" Subject: Re: and now for conky & gremlins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 14:26:16 -0000 Polytropon wrote: > On Wed, 04 Nov 2009 18:25:58 -0400, PJ wrote: > >> output should be: 1 2 3 [4] 5 6 7 etc. >> is: 1 2 3 4 5 6.... >> >> the calendar.sh is exactly: >> #!/bin/sh >> cal | awk 'NR>1' | sed -e 's/ / /g' -e 's/[^ ] /& /g' -e 's/..*/ >> &/' -e "s/\ `date +%d`/\[`date +%d`\]/" >> > > It's quite obviously. Let's try the last substitution > argument in plain shell: > > % date +%d > 05 > > But the command creates this: > > Su Mo Tu We Th Fr Sa > 1 2 3 4 5 6 7 > > The leading zero is missing, so there's no substition that > changes "5" into "[5]", because the search pattern is "05". > Ok, I see... I'm not too good in programming. I guess I didn't notice the previous to the first days of November the date was always 2 digits.. how do I get rid of the zero? Regex substitution or something like that? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 14:46:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC7BC106568B for ; Thu, 5 Nov 2009 14:46:16 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 226E98FC18 for ; Thu, 5 Nov 2009 14:46:15 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nA5Ek9Ym029006; Thu, 5 Nov 2009 15:46:09 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nA5Ek9pR029005; Thu, 5 Nov 2009 15:46:09 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Thu, 5 Nov 2009 15:46:09 +0100 From: Ruben de Groot To: PJ Message-ID: <20091105144609.GA28950@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , PJ , Polytropon , "freebsd-questions@freebsd.org" References: <4AF1FF76.60808@videotron.ca> <20091105023045.9a3d90ab.freebsd@edvax.de> <4AF2D277.3090406@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF2D277.3090406@videotron.ca> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Thu, 05 Nov 2009 15:46:14 +0100 (CET) Cc: Polytropon , "freebsd-questions@freebsd.org" Subject: Re: and now for conky & gremlins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 14:46:16 -0000 On Thu, Nov 05, 2009 at 09:26:15AM -0400, PJ typed: > Polytropon wrote: > > On Wed, 04 Nov 2009 18:25:58 -0400, PJ wrote: > > > >> output should be: 1 2 3 [4] 5 6 7 etc. > >> is: 1 2 3 4 5 6.... > >> > >> the calendar.sh is exactly: > >> #!/bin/sh > >> cal | awk 'NR>1' | sed -e 's/ / /g' -e 's/[^ ] /& /g' -e 's/..*/ > >> &/' -e "s/\ `date +%d`/\[`date +%d`\]/" > >> > > > > It's quite obviously. Let's try the last substitution > > argument in plain shell: > > > > % date +%d > > 05 > > > > But the command creates this: > > > > Su Mo Tu We Th Fr Sa > > 1 2 3 4 5 6 7 > > > > The leading zero is missing, so there's no substition that > > changes "5" into "[5]", because the search pattern is "05". > > > Ok, I see... I'm not too good in programming. I guess I didn't notice > the previous to the first days of November the date was always 2 > digits.. how do I get rid of the zero? Regex substitution or something > like that? date "+%e" should do it. Ruben From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 15:21:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B049106568F for ; Thu, 5 Nov 2009 15:21:49 +0000 (UTC) (envelope-from olivermahmoudi@gmail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id B5BC68FC13 for ; Thu, 5 Nov 2009 15:21:48 +0000 (UTC) Received: by qyk6 with SMTP id 6so38061qyk.3 for ; Thu, 05 Nov 2009 07:21:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=A+bn5JQKYvUc4/0G1+gE86WaNfQLUoTEOaUi8xvJYr4=; b=UzooIUuvlVK+Ed5nD6cGxs4XT5opyXhbQUgWvTD6AB+zOh0B/lSDX0fh4ZeTM0afK5 D2AJ+9p0tmTteviF0s5Q+i9KpClQxf7Ym4CBWpUJOdiA5jXKxtmI3SfVR7loNNm7HMfy hfBzX2O/2QR2RvwEf3G4LVIEqvW1028SOA94k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=o8NtXPGR8pb+6P31RZbCy0psvseMlK0eJOGCf9NLaA4qBuDS6VLvevF50RZOUvadFP C75e07mBp0zqZ2S2i89sTxwXCWLPbe7v3DzU4S7XSj+6Ya7gzYULobj4TI9g+C9N0b0D nYEho7JzhBDH7G4JHKVDqIx+cYfLUF1qdnLV4= MIME-Version: 1.0 Received: by 10.239.196.81 with SMTP id u17mr330439hbi.165.1257434506145; Thu, 05 Nov 2009 07:21:46 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Nov 2009 16:21:46 +0100 Message-ID: <6b4b2d2c0911050721g1db57187s6dc0ae25399ea9dc@mail.gmail.com> From: Oliver Mahmoudi To: Petros Ring Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@FreeBSD.org" Subject: Re: FreeBSD Source Code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 15:21:49 -0000 On Wed, Nov 4, 2009 at 11:26 PM, Petros Ring wrote: > I would like you to send a copy of all the source code of FreeBSD so I may > use it for a project that will allow the running of applacations from a > different os to run on FreeBSD. Please send a attachment of the full source > code in the reply email. > > Thank you, > Petros > > > You might also be interested in taking a look at: http://fxr.watson.org/ greetings, Oliver From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 15:41:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D69D106566B for ; Thu, 5 Nov 2009 15:41:24 +0000 (UTC) (envelope-from af.gourmet@videotron.ca) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id D68808FC16 for ; Thu, 5 Nov 2009 15:41:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=UTF-8 Received: from [192.168.0.51] ([96.21.103.185]) by VL-MH-MR002.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KSN00BYH7KYU1N0@VL-MH-MR002.ip.videotron.ca> for freebsd-questions@freebsd.org; Thu, 05 Nov 2009 10:41:23 -0500 (EST) Message-id: <4AF2E413.2080907@videotron.ca> Date: Thu, 05 Nov 2009 10:41:23 -0400 From: PJ User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) To: Ruben de Groot , PJ , Polytropon , "freebsd-questions@freebsd.org" References: <4AF1FF76.60808@videotron.ca> <20091105023045.9a3d90ab.freebsd@edvax.de> <4AF2D277.3090406@videotron.ca> <20091105144609.GA28950@ei.bzerk.org> In-reply-to: <20091105144609.GA28950@ei.bzerk.org> Cc: Subject: Re: and now for conky & gremlins X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 15:41:24 -0000 Ruben de Groot wrote: > On Thu, Nov 05, 2009 at 09:26:15AM -0400, PJ typed: > >> Polytropon wrote: >> >>> On Wed, 04 Nov 2009 18:25:58 -0400, PJ wrote: >>> >>> >>>> output should be: 1 2 3 [4] 5 6 7 etc. >>>> is: 1 2 3 4 5 6.... >>>> >>>> the calendar.sh is exactly: >>>> #!/bin/sh >>>> cal | awk 'NR>1' | sed -e 's/ / /g' -e 's/[^ ] /& /g' -e 's/..*/ >>>> &/' -e "s/\ `date +%d`/\[`date +%d`\]/" >>>> >>>> >>> It's quite obviously. Let's try the last substitution >>> argument in plain shell: >>> >>> % date +%d >>> 05 >>> >>> But the command creates this: >>> >>> Su Mo Tu We Th Fr Sa >>> 1 2 3 4 5 6 7 >>> >>> The leading zero is missing, so there's no substition that >>> changes "5" into "[5]", because the search pattern is "05". >>> >>> >> Ok, I see... I'm not too good in programming. I guess I didn't notice >> the previous to the first days of November the date was always 2 >> digits.. how do I get rid of the zero? Regex substitution or something >> like that? >> > > date "+%e" should do it. > Sure did.... For the moment, I changed the [ ] to just plain > maybe that will avoid the disjointed row. But changing the color of the current date sure would be nice... but is there a way to do that? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 17:25:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B18871065670 for ; Thu, 5 Nov 2009 17:25:55 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9408FC1A for ; Thu, 5 Nov 2009 17:25:54 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id p33so72770gvf.39 for ; Thu, 05 Nov 2009 09:25:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=wxlpat77C8sYUMY0h+Q4uuO+12QdbDBilpBq9YyrYaE=; b=OMpu7jCKAwVMor6LwK2ylitY18+F2bMEkHmKDG7PIlu8DSOVju8MQy8QLrGxMATGfq hcAMFRhTdlLnQ3eshDHypOw7RoLrbuW+J6zCwhYkSj4a3gElKbwFz2GFZAGJqPpuDgXU RsMTxPwKGSxV/r7hASHkxBmC6yRabJaikqYAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=ZkQ2vfEL6VU9zHx3i9RLl6GNgVVIfFHUdJMjzkULU+B8pIVmjHkjjNBgJd+JZo/CzV wMiWg/T83v4aXfj8VX4R+LJcok7sFaC6HGGB34hvJ4W6noaaLzORDLlFi095vQMy7g0X c9tbr45aHOIcD232sMuuc5YHkuOQmU+8cWY4c= Received: by 10.216.90.137 with SMTP id e9mr998405wef.141.1257441622831; Thu, 05 Nov 2009 09:20:22 -0800 (PST) Received: from ppp-21.223.dialinfree.com (ppp-21.223.dialinfree.com [209.172.21.223]) by mx.google.com with ESMTPS id p10sm2162622gvf.14.2009.11.05.09.20.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Nov 2009 09:20:21 -0800 (PST) Sender: "J. Hellenthal" Date: Thu, 5 Nov 2009 12:20:15 -0500 From: jhell To: Matthias Apitz In-Reply-To: <20091105131339.GA3804@current.Sisis.de> Message-ID: References: <20091105131339.GA3804@current.Sisis.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: splitting Mbox file thread-sorted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 17:25:55 -0000 On Thu, 5 Nov 2009 08:13, guru@ wrote: > > Hello, > > Is there some tool or something in the ports which could split a Mbox > file into various pieces, but having the threads together? I could do > it by hand with mutt, but I think it must be some tool for this too; > Thx > > matthias > To my best belief mail/procmail should be able to do what you want with the proper recipe and then just re-filtering your mail from your mbox. Best of luck. -- Thu Nov 5 12:18:27 2009 -0500 jhell From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 17:54:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B9F1106568D for ; Thu, 5 Nov 2009 17:54:44 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from a.outbound.bsdwebsolutions.com (a.outbound.bsdwebsolutions.com [64.72.68.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4AD6C8FC13 for ; Thu, 5 Nov 2009 17:54:44 +0000 (UTC) Received: from mail.bsdwebsolutions.com ([64.72.68.15]) by a.outbound.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD Web Solutions, Inc.) (envelope-from ) id 1N66Xj-0009GE-A7 for freebsd-questions@freebsd.org; Thu, 05 Nov 2009 12:54:43 -0500 Received: from [207.241.248.11] (port=52845 helo=mail.poughkeepsieschools.org) by mail.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD WebSolutions, Inc.) (envelope-from ) id 1N66Xj-000DX2-8C for freebsd-questions@freebsd.org ; Thu, 05 Nov 2009 12:54:43 -0500 Received: from [10.20.0.10] (port=56320 helo=mbookpro.tcentral.lan) by mail.poughkeepsieschools.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (BSD WebSolutions, Inc.) (envelope-from ) id 1N66Xi-0006mm-Us for freebsd-questions@freebsd.org (authenticated as bcook@poughkeepsieschools.org); Thu, 05 Nov 2009 12:54:42 -0500 Message-ID: <4AF31162.1030001@poughkeepsieschools.org> Date: Thu, 05 Nov 2009 12:54:42 -0500 From: "B. Cook" User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 207.241.248.11 Subject: zfs :: i386 or amd64 and less than 4GB.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 17:54:44 -0000 I have a few machines that have less than 4GB of ram, but they are adm64.. does zfs make sense/work in that case? 7.x or 8.rc From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 18:15:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF5E71065759 for ; Thu, 5 Nov 2009 18:15:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3477D8FC13 for ; Thu, 5 Nov 2009 18:15:54 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N66sC-0002LX-GY for freebsd-questions@freebsd.org; Thu, 05 Nov 2009 19:15:52 +0100 Received: from frigga.summersault.com ([12.161.105.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Nov 2009 19:15:52 +0100 Received: from mark by frigga.summersault.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Nov 2009 19:15:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Mark Stosberg Date: Thu, 5 Nov 2009 13:15:24 -0500 Lines: 88 Message-ID: <20091105131524.3967515f@summersault.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: frigga.summersault.com X-Newsreader: Claws Mail 3.7.3 (GTK+ 2.12.9; i486-pc-linux-gnu) Sender: news Subject: solution: getting a Motorola Razr V3 to work as a GSM modem 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: Thu, 05 Nov 2009 18:15:54 -0000 Here's an answer without a direct question: I've been working on a project send out pages from Nagios directly unto cell network as SMS messages. The "modem" used for now is a Motorola Razr V3 phone, which is a GSM phone. We have a "Qwert Corp" texting plan, which provides unlimited text messages for about $20/month, without paying for a voice plan we don't need. It is serviced by T-Mobile's network. The phone connects to the server via USB cable which (I presume) also charges the phone at the same time. No special settings needed on the phone to make it work as a modem=20 On the FreeBSD side (with the old FreeBSD 6.1 release), I initially got a failure when I plugged it in: Nov 5 09:45:57 azz kernel: uhub0: device problem (SET_ADDR_FAILED),=20 disabling port 1 Nov 5 09:46:06 azz kernel: uhub0: port 1, set config at addr 2 failed Nov 5 09:46:06 azz kernel: uhub0: device problem (IOERROR), disabling=20 port 1 Nov 5 09:46:10 azz kernel: ugen0: Motorola Inc. Motorola Phone (V3),=20 rev 1.10/0.01, addr 2 ### This initial problem was solved by loading the "ucom" and "umodem" modules: kldload ucom kldload umodem To make sure these will be loaded on boot, I added some lines to=20 /boot/loader.conf (still need to be tested): ucom_load=3D"YES" umodem_load=3D"YES" Then when I plugin the phone to FreeBSD, I get a more successful message: ### Nov 5 11:10:25 azz kernel: ucom0: Motorola Inc. Motorola Phone (V3),=20 rev 1.10/0.01, addr 2, iclass 2/2 Nov 5 11:10:25 azz kernel: ucom0: data interface 1, has CM over data,=20 has no break Nov 5 11:10:25 azz kernel: ucom0: status change notification available ### The related device file for us is: /dev/cuaU0 For software to send the pages, I use the "gammu" port. I ran "gammu-config" for the initial setup, and then moved the resulting file from /root/.gammurc to the more standard location: /etc/gammurc During the setup, I used the device file mentioned above. I found that the device file could be reality-checked like this: stty -f /dev/cuaU0 -a That prints out some details including this hint that it's a modem: "speed 9600 baud" Finally, I could send a successful test with Gammu: echo "sms test" | gammu --sendsms TEXT +1XXXYYYZZZZ =46rom here, there are already references on integrating Gammu with Nagios, as well as the possibility of using "gammu-smsd" for higher-volume paging loads.=20 I thought I would share this in case anyone else ran into the same problem I did trying to get a USB modem to work when they plugged into FreeBSD! Mark --=20 . . . . . . . . . . . . . . . . . . . . . . . . . . .=20 Mark Stosberg Principal Developer =20 mark@summersault.com Summersault, LLC =20 765-939-9301 ext 202 database driven websites . . . . . http://www.summersault.com/ . . . . . . . . From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 20:07:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C666A1065672 for ; Thu, 5 Nov 2009 20:07:41 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 66C668FC0A for ; Thu, 5 Nov 2009 20:07:41 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 90DFA38E5F for ; Thu, 5 Nov 2009 15:07:37 -0500 (EST) Received: from teddy.fas.com (c-76-26-200-187.hsd1.sc.comcast.net [76.26.200.187]) by mailbackend.panix.com (Postfix) with ESMTP id 6D13634EC7 for ; Thu, 5 Nov 2009 15:07:37 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1N68cE-0003Hm-00 for ; Thu, 05 Nov 2009 15:07:30 -0500 Date: Thu, 5 Nov 2009 15:07:30 -0500 From: stan To: Free BSD Questions list Message-ID: <20091105200730.GA12331@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 14:54:40 up 36 days, 22:07, 1 user, load average: 0.19, 0.20, 0.09 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: Help with CUPS reconfiguration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 20:07:41 -0000 I am trying to reconfigure a bunch of machine to acomodate new domain names. One of these machines is a fairly old FreeBSD machine (6.3). We have done a search through all the files of these machines looking for references to the old domain name. One of these is in /etc/printcap/ /etc/printcap has a comment in it that says it is auto generated by cops. It refers to /usr/local/etc/cups/printers.conf as the source file. However, this file does not have a reference to the old domain. My guess is that this is picked up automatically from the machine name, when it is built. Therein lies the issue. I cant connect remotely port 631 on this machine as the certificate is no longer valid, as the domain has changed. When I go to the machine an try to connect to localhost:631, it gets connected, but no combination of username password works. How can I force cups to reconfigure? -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 20:27:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8E72106566B for ; Thu, 5 Nov 2009 20:27:17 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9E47B8FC13 for ; Thu, 5 Nov 2009 20:27:17 +0000 (UTC) Received: by pwj15 with SMTP id 15so231727pwj.3 for ; Thu, 05 Nov 2009 12:27:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/DPrwtTHuJVZYaGio3KY3bpvdhn5XsCV3pWj3jhv6bk=; b=GVWUTS9MOROM2vk1SfoPL0PYDjNUL+u6X3N4YjEatQOOLi4eXqndfK3WDNVCnJxKhE RV9AsuKfMRKbV1RbUC8J2S/BYwRhFvYO1PMm4B32Y7+2bFKmA2M65c8eKVtRTS+Y+o5X iJUsCtwjT+srdA2QVH0hNMwodXDjzMHRIzMdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tataVOf169bmZp6nu1dtri+Na/aQ7dCwu0IoukvTvVVgPo5+DcgMYffqgDVxLA7q2M s+EKSnkeRNqF8XZ7rEA/8ATpJWwt4/IwoXwHgSDlS77htTISYRhCrMRe6kk5V1XmIVRg D0fqsXsAb26UDj25aT5oyFowlbIG3ON8A4DqY= MIME-Version: 1.0 Received: by 10.142.119.20 with SMTP id r20mr323599wfc.303.1257452837405; Thu, 05 Nov 2009 12:27:17 -0800 (PST) In-Reply-To: <20091105200730.GA12331@teddy.fas.com> References: <20091105200730.GA12331@teddy.fas.com> Date: Thu, 5 Nov 2009 14:27:17 -0600 Message-ID: <6201873e0911051227n7ba9e1c1ta091fbccffc23cb@mail.gmail.com> From: Adam Vande More To: Free BSD Questions list Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Help with CUPS reconfiguration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 20:27:17 -0000 > Therein lies the issue. I cant connect remotely port 631 on this machine as > the certificate is no longer valid, as the domain has changed. Normally, a browser will let you proceed if you give it the correct instructions. > When I > go to the machine an try to connect to localhost:631, it gets connected, > but no combination of username password works. > root should work. > > How can I force cups to reconfigure? > > man cupsd.conf -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 20:28:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CBE6106568B for ; Thu, 5 Nov 2009 20:28:28 +0000 (UTC) (envelope-from troy@kocherfamily.org) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id EB1448FC18 for ; Thu, 5 Nov 2009 20:28:27 +0000 (UTC) Received: by qyk6 with SMTP id 6so183673qyk.3 for ; Thu, 05 Nov 2009 12:28:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.118.135 with SMTP id v7mr481605qcq.62.1257452907205; Thu, 05 Nov 2009 12:28:27 -0800 (PST) Date: Thu, 5 Nov 2009 14:28:27 -0600 Message-ID: <1e3f5d680911051228v6f773e02u9fd5576199f2257@mail.gmail.com> From: Troy Kocher To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Gvinum mirror & growfs broken HELP, 7.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: Thu, 05 Nov 2009 20:28:28 -0000 Could anyone give me some input on this. . Issue: Trying to grow an existing mirrored filesystem with growfs fails. . : Given: FreeBSD 7.2-RELEASE (GENERIC) #0: Fri May 1 07:18:07 UTC 2000 ----- 2 drives: D data1 State: up /dev/da1s1 A: 432325/1430506 MB (30%) D data0 State: up /dev/da0s1g A: 408351/1406532 MB (29%) 9 volumes: .. V support_mirror State: up Plexes: 2 Size: 2048 MB .. 18 plexes: .. P support_mirror.p0 C State: up Subdisks: 1 Size: 2048 MB P support_mirror.p1 C State: up Subdisks: 1 Size: 2048 MB .. 18 subdisks: S support_mirror.p0.s0 State: up D: data0 Size: 2048 MB S support_mirror.p1.s0 State: up D: data1 Size: 2048 MB ... -------- Problem Description: Here are is the list after I made the update of 's1' 9 volumes: V support_mirror State: up Plexes: 2 Size: 4096 MB 18 plexes: .. P support_mirror.p0 C State: up Subdisks: 2 Size: 4096 MB P support_mirror.p1 C State: up Subdisks: 2 Size: 4096 MB .. 20 subdisks: .. S support_mirror.p1.s1 State: up D: data1 Size: 2048 MB S support_mirror.p0.s1 State: up D: data0 Size: 2048 MB S support_mirror.p0.s0 State: up D: data0 Size: 2048 MB S support_mirror.p1.s0 State: up D: data1 Size: 2048 MB .. Then when I try to grow the file system it complains and won't. . [tao] #growfs /dev/gvinum/support_mirror We strongly recommend you to make a backup before growing the Filesystem Did you backup your data (Yes/No) ? Yes new file systemsize is: 2097152 frags growfs: wtfs: write error: 8388607: Device not configured Any help you can provide would be really appreciated . . From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 21:49:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8755E106566B for ; Thu, 5 Nov 2009 21:49:47 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 47E9F8FC08 for ; Thu, 5 Nov 2009 21:49:47 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx02.qsc.de (Postfix) with ESMTP id AB4C11EDE4; Thu, 5 Nov 2009 22:49:45 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA5LnjbW001805; Thu, 5 Nov 2009 22:49:45 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Thu, 5 Nov 2009 22:49:44 +0100 From: Polytropon To: "Alexandre L." Message-Id: <20091105224944.a6ce3874.freebsd@edvax.de> In-Reply-To: <424233.42925.qm@web24816.mail.ird.yahoo.com> References: <20091105001628.3cd0319a.freebsd@edvax.de> <424233.42925.qm@web24816.mail.ird.yahoo.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Question Subject: Re: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 21:49:47 -0000 On Wed, 4 Nov 2009 23:01:19 -0800 (PST), "Alexandre L." wrote: > mmm. I don't know. > But with this config file, XFCE4 launch is OK (or seems OK). That may be possible, as well as correct. I have learned - many many years ago, so it may already have changed - that .xinitrc is a SHELL SCRIPT that is executed on X startup. So all the "rules" for shell scripts do apply, such as declaring the interpreter with the #! special comment. Furthermore, .xinitrc serves as a kind of "init process", so that the "exec" statement is needed to replace the .xinitrc process by the window manager. See that .xsession serves a similar process and needs a certain form so that programs that use it (e. g. xdm) do the right thing. My .xsession does look like this: #!/bin/csh source ~/.cshrc exec ~/.xinitrc It is needed so that xterms running csh inherit the settings from my .cshrc, and then .xsession continues running as .xinitrc, which finally runs as the window manager (here: WindowMaker, last line "exec wmaker"). But as I said, it may be handled completely differently today. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 21:58:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35B5B106566B for ; Thu, 5 Nov 2009 21:58:23 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2868FC18 for ; Thu, 5 Nov 2009 21:58:22 +0000 (UTC) Received: by pzk40 with SMTP id 40so280111pzk.7 for ; Thu, 05 Nov 2009 13:58:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=OXIkwziNn30Hdty0Wu2zK540/CLM2VoEO0D6wOZF2wk=; b=eDZxxqnzaemQuw7ivK7YaOITdIGU9e2FoebChrE0nsJHme8sfgmQzSa84NyxKsrSxH xSKLmc0+Hce7I4rVqsrcPiiQ+BxrSYqNlBYozLq0hpb4/K/PwnnI0qEef3VlJ8SdxFv3 L3zu7wokO8Tj0R7U8DINbFSHsMFutrUOEJxbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=nB5KIIZFwLYkRX4bjdA0aBNUulCbg2E4ufZB2JM/MSqyW4cZNZU3EJ+zeHx4eOrdOe uNBx73cdVJjMdD1p9D1JndV5XK1KvT9k0L76qbyg1tgNmOMKTETmoxCQGxH5geFdEflC snf4YiYaG9kGc4HCK6nIC+L6RF+DkB+RaKXqU= MIME-Version: 1.0 Received: by 10.142.196.18 with SMTP id t18mr371760wff.165.1257458302528; Thu, 05 Nov 2009 13:58:22 -0800 (PST) In-Reply-To: References: <20091105131339.GA3804@current.Sisis.de> Date: Thu, 5 Nov 2009 15:58:22 -0600 Message-ID: <11167f520911051358o3581b15x2c73e616df3bf9e3@mail.gmail.com> From: "Sam Fourman Jr." To: jhell Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Matthias Apitz , freebsd-questions@freebsd.org Subject: Re: splitting Mbox file thread-sorted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 21:58:23 -0000 On Thu, Nov 5, 2009 at 11:20 AM, jhell wrote: > > On Thu, 5 Nov 2009 08:13, guru@ wrote: >> >> Hello, >> >> Is there some tool or something in the ports which could split a Mbox >> file into various pieces, but having the threads together? I could do >> it by hand with mutt, but I think it must be some tool for this too; >> Thx >> >> =A0 =A0 =A0 =A0matthias >> > > > =A0 =A0To my best belief mail/procmail should be able to do what you want= with > the proper recipe and then just re-filtering your mail from your mbox. if anyone could post a procmail recipe that would be GREAT. I have been wanting to do this. Sam Fourman Jr. Fourman Networks From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 21:59:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85CB910656B9 for ; Thu, 5 Nov 2009 21:59:46 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 45C058FC19 for ; Thu, 5 Nov 2009 21:59:46 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx02.qsc.de (Postfix) with ESMTP id 3B3721EDED; Thu, 5 Nov 2009 22:59:45 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA5LxidQ001840; Thu, 5 Nov 2009 22:59:44 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Thu, 5 Nov 2009 22:59:44 +0100 From: Polytropon To: Mark Stosberg Message-Id: <20091105225944.c0c84177.freebsd@edvax.de> In-Reply-To: <20091105131524.3967515f@summersault.com> References: <20091105131524.3967515f@summersault.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: solution: getting a Motorola Razr V3 to work as a GSM modem on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 21:59:46 -0000 Allow me a quite formal addition: On Thu, 5 Nov 2009 13:15:24 -0500, Mark Stosberg wrote: > For software to send the pages, I use the "gammu" port. > ^^^^ > I ran "gammu-config" for the initial setup, and then moved the > resulting file from /root/.gammurc to the more standard > location: /etc/gammurc ^^^^ FreeBSD separates configuration files for the system (/etc subtree) and for additional ports (/usr/local/etc subtree), so /usr/local/etc/gammurc would, in my opinion, be the correct place for this file. > I thought I would share this in case anyone else ran into the same > problem I did trying to get a USB modem to work when they plugged into > FreeBSD! Many thanks, Mark, this really sounds interesting and useful, a very good combination. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 22:22:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42B881065672 for ; Thu, 5 Nov 2009 22:22:41 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id D4C678FC19 for ; Thu, 5 Nov 2009 22:22:40 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 34D8A38E4E; Thu, 5 Nov 2009 17:22:40 -0500 (EST) Received: from teddy.fas.com (c-76-26-200-187.hsd1.sc.comcast.net [76.26.200.187]) by mailbackend.panix.com (Postfix) with ESMTP id 0D47332C32; Thu, 5 Nov 2009 17:22:40 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1N6Aj1-0004mQ-00; Thu, 05 Nov 2009 17:22:39 -0500 Date: Thu, 5 Nov 2009 17:22:39 -0500 From: stan To: Adam Vande More Message-ID: <20091105222239.GA18238@teddy.fas.com> Mail-Followup-To: Adam Vande More , Free BSD Questions list References: <20091105200730.GA12331@teddy.fas.com> <6201873e0911051227n7ba9e1c1ta091fbccffc23cb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6201873e0911051227n7ba9e1c1ta091fbccffc23cb@mail.gmail.com> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 17:20:01 up 37 days, 33 min, 1 user, load average: 0.01, 0.08, 0.08 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Free BSD Questions list Subject: Re: Help with CUPS reconfiguration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 22:22:41 -0000 On Thu, Nov 05, 2009 at 02:27:17PM -0600, Adam Vande More wrote: > > Therein lies the issue. I cant connect remotely port 631 on this machine as > > the certificate is no longer valid, as the domain has changed. > > > Normally, a browser will let you proceed if you give it the correct > instructions. OK, but it doesn't. > > > > When I > > go to the machine an try to connect to localhost:631, it gets connected, > > but no combination of username password works. > > > > root should work. I agree, it _should_ but as I stated, it _does_ not. > > > > > > How can I force cups to reconfigure? > > > > > man cupsd.conf OK, I read that. It tells me how to configure cups, but as far as I can tell, it does not tell me how to get cups to regenerate /etc/printcap, which is what I need to do. -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 22:36:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80838106566B for ; Thu, 5 Nov 2009 22:36:13 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-8.bnguk.net (atmail-8.bnguk.net [80.74.253.5]) by mx1.freebsd.org (Postfix) with ESMTP id 418C08FC12 for ; Thu, 5 Nov 2009 22:36:13 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-8.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N6Aw7-0005m9-EO; Thu, 05 Nov 2009 22:36:11 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 1098A4AC1B; Thu, 5 Nov 2009 22:36:11 +0000 (GMT) Date: Thu, 5 Nov 2009 22:36:11 +0000 From: Frank Shute To: Christopher Chambers Message-ID: <20091105223611.GA85924@orange.esperance-linux.co.uk> Mail-Followup-To: Christopher Chambers , freebsd-questions@freebsd.org References: <8E5E42C8E2DF41BAA8D5247B29AF216D@acerd4e827cfd3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8E5E42C8E2DF41BAA8D5247B29AF216D@acerd4e827cfd3> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: linux-firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 22:36:13 -0000 On Tue, Nov 03, 2009 at 11:22:53AM -0800, Christopher Chambers wrote: > > Hi, > > I have ran into a problem that I haven't encountered yet. I'm in > process of reinstalling BSD after a hardware failure. I was using > www/linux-firefox-devel at first because I wanted verision 3. After > discouving www/linux-firefox has been changed from 2 to 3, I > uninstalled the devel version and replaced it with linux-firefox. > > The devel version did worked. However when I type linux-firefox in > xterm, nothing happens. It doesn't start and I receive no error > messages. > > Now what do I do? > > I am using kernal 7.1, linprocfs is mounted, all of the listed > dependences are meet and the ports tree is the most current version. > > I would try www/firefox35 but I am plugin happy. > > Thank you for help. > Assuming you're calling it with the correct name, then you probably just have to rehash your shell: $ hash $ rehash IIRC. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 23:09:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B380B1065670 for ; Thu, 5 Nov 2009 23:09:41 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFD18FC1E for ; Thu, 5 Nov 2009 23:09:40 +0000 (UTC) Received: by bwz5 with SMTP id 5so587578bwz.3 for ; Thu, 05 Nov 2009 15:09:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=pVOuRSGvgkCQpq7pjseGkA1WGDEjPXQr+qOVdDvd9ZU=; b=VODsTYEQsmTuzNeSD+tGf9Rk3LKJqM6j+1ayvCgU9J2VhHEyzPVdsBFSoLockS3Ab/ esuUWA6clJYu/56WTsiVSZxSvQCFRxckpjG6yv/5Q6x5p2pnP7kOodn1ofMciMjvkXx1 5YAuhnY75TNeOtATLX2l2qydDZEFrhmi3HKOo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dokBOvGHAlalH6oyfzonR3E33HWJ6x6A0r6SlfTWQtRy46/4W/ge9dLalgIWlzvmPM /HG/itRl7I9/1/NIHI8U7po43rohxr2I5RBHxU/V4KoeH8SedhDbSCgOMQ7Tp3OSoOWY If0OzfCfE7kXs0uCH6F+E2M+PbFQUSYNIkE5Y= MIME-Version: 1.0 Received: by 10.239.139.4 with SMTP id r4mr382806hbr.199.1257462579806; Thu, 05 Nov 2009 15:09:39 -0800 (PST) In-Reply-To: <4AF31162.1030001@poughkeepsieschools.org> References: <4AF31162.1030001@poughkeepsieschools.org> Date: Thu, 5 Nov 2009 23:09:39 +0000 Message-ID: From: krad To: "B. Cook" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: zfs :: i386 or amd64 and less than 4GB.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 23:09:41 -0000 2009/11/5 B. Cook > I have a few machines that have less than 4GB of ram, but they are adm64.. > > does zfs make sense/work in that case? > > 7.x or 8.rc > > > _______________________________________________ > 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" > works fine on my 2 gig box. We use many boxes at work with 2g of ram as well, and they have plenty of io From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 23:23:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEFF5106566B for ; Thu, 5 Nov 2009 23:23:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 9D7988FC08 for ; Thu, 5 Nov 2009 23:23:53 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx02.qsc.de (Postfix) with ESMTP id 349701E9CD; Fri, 6 Nov 2009 00:23:52 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA5NNpBO002073; Fri, 6 Nov 2009 00:23:51 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 6 Nov 2009 00:23:51 +0100 From: Polytropon To: stan Message-Id: <20091106002351.97c5ea38.freebsd@edvax.de> In-Reply-To: <20091105222239.GA18238@teddy.fas.com> References: <20091105200730.GA12331@teddy.fas.com> <6201873e0911051227n7ba9e1c1ta091fbccffc23cb@mail.gmail.com> <20091105222239.GA18238@teddy.fas.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Adam Vande More , Free BSD Questions list Subject: Re: Help with CUPS reconfiguration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 23:23:53 -0000 On Thu, 5 Nov 2009 17:22:39 -0500, stan wrote: > It tells me how to configure cups, but as far as I can > tell, it does not tell me how to get cups to regenerate /etc/printcap, > which is what I need to do. I have very few experience with CUPS (prefer apsfilter or PS), but as far as I understood, the printcap file is altered every time a printer is changed. So when you remove the existing printer and create it again, all files should be regenerated, both the /etc/printcap file as well as the files in the /usr/local/etc/cups subtree. Deleting and recreating still sounds like the "Windows" way of doing things, but due to my impression that CUPS is designed in a way that it appeals this special kind of users' expectations, this may be the only way to achieve your goal. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Nov 5 23:48:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC370106566C for ; Thu, 5 Nov 2009 23:48:04 +0000 (UTC) (envelope-from freebsd@optimis.net) Received: from mail.optimis.net (mail.optimis.net [69.104.191.124]) by mx1.freebsd.org (Postfix) with ESMTP id BD1AE8FC0A for ; Thu, 5 Nov 2009 23:48:04 +0000 (UTC) Received: from marvin.optimis.net (marvin.optimis.net [192.168.1.3]) by mail.optimis.net (8.14.3/8.14.2) with ESMTP id nA5Nm4Pl094405 for ; Thu, 5 Nov 2009 15:48:04 -0800 (PST) (envelope-from freebsd@optimis.net) Received: from marvin.optimis.net (localhost [127.0.0.1]) by marvin.optimis.net (8.14.3/8.14.3) with ESMTP id nA5Nm48E024983 for ; Thu, 5 Nov 2009 15:48:04 -0800 (PST) (envelope-from freebsd@optimis.net) Received: (from george@localhost) by marvin.optimis.net (8.14.3/8.14.3/Submit) id nA5Nm46h024982 for freebsd-questions@freebsd.org; Thu, 5 Nov 2009 15:48:04 -0800 (PST) (envelope-from freebsd@optimis.net) Date: Thu, 5 Nov 2009 15:48:04 -0800 From: George Davidovich To: freebsd-questions@freebsd.org Message-ID: <20091105234804.GA24198@marvin.optimis.net> References: <20091105001628.3cd0319a.freebsd@edvax.de> <424233.42925.qm@web24816.mail.ird.yahoo.com> <20091105224944.a6ce3874.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091105224944.a6ce3874.freebsd@edvax.de> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: SLIM and XFCE4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 05 Nov 2009 23:48:05 -0000 On Thu, Nov 05, 2009 at 10:49:44PM +0100, Polytropon wrote: > On Wed, 4 Nov 2009 23:01:19 -0800 (PST), Alexandre L. wrote: > > mmm. I don't know. But with this config file, XFCE4 launch is OK > > (or seems OK). > > That may be possible, as well as correct. > > I have learned - many many years ago, so it may already have changed - > that .xinitrc is a SHELL SCRIPT that is executed on X startup. So all > the "rules" for shell scripts do apply, such as declaring the > interpreter with the #! special comment. Furthermore, .xinitrc serves > as a kind of "init process", so that the "exec" statement is needed to > replace the .xinitrc process by the window manager. That's always been my understanding, but if you examine the startx script, you'll see otherwise. From xinit(1): If no specific client program is given on the command line, xinit will look for a file in the user's home directory called .xinitrc to run as a shell script to start up client programs ... ^^^^^^^^^^^^^^^^^ The interpretation being that .xinitrc can be an ordinary file, but should be written to follow certain syntax rules (not unlike /etc/rc.conf). An example to illustrate: $ echo 'var="Hello World"; echo $var' > filename $ sh filename Hello World Put simply, .xinitrc does not need a shebang line, and does not need to be executable. A simple 'exec ...' statement as the final line will suffice. -- George From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 00:53:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 132DC106566B for ; Fri, 6 Nov 2009 00:53:01 +0000 (UTC) (envelope-from freebsd-questions-2@voidcaptain.com) Received: from mx4.x15.net (mx4.x15.net [69.55.237.194]) by mx1.freebsd.org (Postfix) with ESMTP id E89708FC15 for ; Fri, 6 Nov 2009 00:53:00 +0000 (UTC) Received: from j1.x15.net [63.196.213.76] by mx4.x15.net with ESMTP id 20090312b-1N6Cu9-0004np-4E; Fri, 06 Nov 2009 00:42:17 +0000 Message-ID: <4AF370CA.6000307@voidcaptain.com> Date: Thu, 05 Nov 2009 16:41:46 -0800 From: Pete MIME-Version: 1.0 To: "Sam Fourman Jr." References: <20091105131339.GA3804@current.Sisis.de> <11167f520911051358o3581b15x2c73e616df3bf9e3@mail.gmail.com> In-Reply-To: <11167f520911051358o3581b15x2c73e616df3bf9e3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: splitting Mbox file thread-sorted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 00:53:01 -0000 Sam Fourman Jr. wrote: > On Thu, Nov 5, 2009 at 11:20 AM, jhell wrote: >> On Thu, 5 Nov 2009 08:13, guru@ wrote: >>> Hello, >>> >>> Is there some tool or something in the ports which could split a Mbox >>> file into various pieces, but having the threads together? I could do >>> it by hand with mutt, but I think it must be some tool for this too; >>> Thx >>> >>> matthias >>> >> >> To my best belief mail/procmail should be able to do what you want with >> the proper recipe and then just re-filtering your mail from your mbox. > > if anyone could post a procmail recipe that would be GREAT. I have > been wanting to do this. > > Sam Fourman Jr. > Fourman Networks Dunno about procmail, but it's easy to resort with maildrop: reformail -s maildrop < mbox_file will cause the whole mbox_file to be broken into individual messages that are then (re)processed by your current maildrop configuration (using your current .mailfilter). The reformail program comes with maildrop; see the man page. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 02:41:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19DF91065672 for ; Fri, 6 Nov 2009 02:41:11 +0000 (UTC) (envelope-from mark@summersault.com) Received: from tanagra.summersault.com (tanagra.summersault.com [12.161.105.149]) by mx1.freebsd.org (Postfix) with SMTP id B0AA88FC12 for ; Fri, 6 Nov 2009 02:41:10 +0000 (UTC) Received: (qmail 58036 invoked from network); 5 Nov 2009 21:14:29 -0500 Received: from vpn-client-61.summersault.com (HELO mark-x41) (192.168.97.61) by tanagra.summersault.com with SMTP; 5 Nov 2009 21:14:29 -0500 Date: Thu, 5 Nov 2009 21:14:28 -0500 From: Mark Stosberg To: freebsd-questions@freebsd.org Message-ID: <20091105211428.30a43954@mark-x41> In-Reply-To: <20091105225944.c0c84177.freebsd@edvax.de> References: <20091105131524.3967515f@summersault.com> <20091105225944.c0c84177.freebsd@edvax.de> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.3; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: solution: getting a Motorola Razr V3 to work as a GSM modem 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, 06 Nov 2009 02:41:11 -0000 > On Thu, 5 Nov 2009 13:15:24 -0500, Mark Stosberg wrote: > > For software to send the pages, I use the "gammu" port. > > ^^^^ > > I ran "gammu-config" for the initial setup, and then moved the > > resulting file from /root/.gammurc to the more standard > > location: /etc/gammurc > ^^^^ > FreeBSD separates configuration files for the system (/etc > subtree) and for additional ports (/usr/local/etc subtree), > so /usr/local/etc/gammurc would, in my opinion, be the > correct place for this file. I agree. However, the related man pages didn't reference this option. This seems like a place where the code and docs could use a small patch to work this way on FreeBSD. (Or maybe it already works this way, and the docs don't reflect it). I suppose in my case, I could still move the config file to /usr/local/etc/ and then symlink it from /etc/, which would meet the requirements of the software, and also meet the expectations of someone expecting a standard FreeBSD layout. > Many thanks, Mark, this really sounds interesting and useful, > a very good combination. :-) You are welcome. I have been running a hosting business on FreeBSD since about 1997 and it has worked very well for us. Mark -- http://mark.stosberg.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 07:30:59 2009 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 699431065672 for ; Fri, 6 Nov 2009 07:30:59 +0000 (UTC) (envelope-from Olivier.Nicole@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 1908F8FC17 for ; Fri, 6 Nov 2009 07:30:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 1D19B3A3844 for ; Fri, 6 Nov 2009 14:30:57 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1257492656; x=1259307056; bh=Gc+UR/Mpz Tzcru13AM13+zqM9+jVz5ADonXiPCiwYDQ=; b=OaZ7koKnp+rqbxiadqpO/HqDz /KaMlRxhOF46RRA0jN6GKghoD63rLy/i5PGNdUArG8pQk+gB9OkyEGkdV/UntAVJ sivYLtfFgQFlBhAVFapoGJ3dBgExSLgMLyhi+1QIsUcXVNISDkIaRFHYoWG5CSBF fjg1leuXyGqu4i7OXU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qqlpzzGSdfQB for ; Fri, 6 Nov 2009 14:30:56 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 7DAE03A382C for ; Fri, 6 Nov 2009 14:30:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id nA67Uu2O037135; Fri, 6 Nov 2009 14:30:56 +0700 (ICT) (envelope-from on) Date: Fri, 6 Nov 2009 14:30:56 +0700 (ICT) Message-Id: <200911060730.nA67Uu2O037135@banyan.cs.ait.ac.th> From: Olivier Nicole To: questions@freebsd.org Cc: Subject: How to configure sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 07:30:59 -0000 Hi, I have this stupide little configuration that I cannot manage to get working. I have one machine a.domain.net that I want to be able to deliver system mail (like cron and so on) with the following rules: - user1 on a.domain.net has the same username as on domain.net; I want that mail sent to user1 is delivered to user1@domain.net; - user2 on a.domain.net has no corresponding user on domain.net, but it has an alias defined; I want to mail sent to user2 is delivered to the alias. - of course, mail addressed to a full address x@y.z should be delivered accordingly, eventually using a mail relay. I tried using masquerade in submit.mc, user1 is then rewritten as user1.domain.net, but the alias for user2 is not parsed and user2 is also rewritten as user2@domain.net. How can I solve my problem? TIA, Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 07:57:57 2009 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 82CED106566B for ; Fri, 6 Nov 2009 07:57:57 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF508FC08 for ; Fri, 6 Nov 2009 07:57:56 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nA67vfPk029729; Fri, 6 Nov 2009 07:57:42 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nA67vfPk029729 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1257494262; bh=31iFIOgIOYM1d6Q2Znew5CML9hFpTvcmjzwjm4E7Th4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4AF3D6EF.3000108@infracaninophile.co.uk>|Date:=20F ri,=2006=20Nov=202009=2007:57:35=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20Olivier=20Nicole=20| CC:=20questions@freebsd.org|Subject:=20Re:=20How=20to=20configure= 20sendmail|References:=20<200911060730.nA67Uu2O037135@banyan.cs.ai t.ac.th>|In-Reply-To:=20<200911060730.nA67Uu2O037135@banyan.cs.ait .ac.th>|X-Enigmail-Version:=200.95.6|Content-Type:=20multipart/sig ned=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pg p-signature"=3B=0D=0A=20boundary=3D"------------enig622B0F5EA52304 4A655F34BE"; b=VH46kNXwjx7H5chtZ7BZ8c4FtSUcHrGzTQfGsG20atG5ZTqHh572JbjZiNoPio0P5 LHfBCvChc79rz/OeqjhimYXlBvI9oZR7QFQs9NclX/zmDQF0HvYvSlEmSDzeKBnfo9 dOjlTuux4LYFA6kR6PKvui4UYkqu8rGJPpOYIlw4= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4AF3D6EF.3000108@infracaninophile.co.uk> Date: Fri, 06 Nov 2009 07:57:35 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: Olivier Nicole References: <200911060730.nA67Uu2O037135@banyan.cs.ait.ac.th> In-Reply-To: <200911060730.nA67Uu2O037135@banyan.cs.ait.ac.th> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig622B0F5EA523044A655F34BE" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: questions@freebsd.org Subject: Re: How to configure sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 07:57:57 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig622B0F5EA523044A655F34BE Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Olivier Nicole wrote: > Hi, >=20 > I have this stupide little configuration that I cannot manage to get > working. >=20 > I have one machine a.domain.net that I want to be able to deliver > system mail (like cron and so on) with the following rules: >=20 > - user1 on a.domain.net has the same username as on domain.net; I > want that mail sent to user1 is delivered to user1@domain.net; >=20 > - user2 on a.domain.net has no corresponding user on domain.net, but > it has an alias defined; I want to mail sent to user2 is delivered > to the alias. >=20 > - of course, mail addressed to a full address x@y.z should be > delivered accordingly, eventually using a mail relay. >=20 > I tried using masquerade in submit.mc, user1 is then rewritten as > user1.domain.net, but the alias for user2 is not parsed and user2 is > also rewritten as user2@domain.net. >=20 > How can I solve my problem? virtusertable will certainly help with the first case, and it might=20 help with the second case. It depends if the alias in the 2nd expands to multiple recipients (which virtusertable can't do). virtusertable is a lot like alias expansion, but with the following important differences:= * The address match is against both the username and the host part of an e-mail address. aliases only match against the username part. * The username part can be wild-carded, and the matched wild text can be used to modify the destination address. * virtusertable only provides a 1-to-1 mapping -- aliases provide a 1-to-many mapping. virtusertable just changes the envelope addresses: it doesn't change any of the addresses in the mail header so the mail in the first case will still show 'user1@a.domain.net' as the destination address when read in a mail client. To change that, you could also use genericstable. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig622B0F5EA523044A655F34BE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkrz1vUACgkQ8Mjk52CukIwVNgCfT/udHMwhhchuTDC76Vmi54Mr 5tIAn3sNOiBjDdP717edN4RO2PugcXq2 =XvHU -----END PGP SIGNATURE----- --------------enig622B0F5EA523044A655F34BE-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 08:56:43 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B0DE106566B for ; Fri, 6 Nov 2009 08:56:43 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from dd12710.kasserver.com (dd12710.kasserver.com [85.13.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id BA7748FC23 for ; Fri, 6 Nov 2009 08:56:42 +0000 (UTC) Received: from current.Sisis.de (cazador.sisis.de [193.31.11.193]) by dd12710.kasserver.com (Postfix) with ESMTP id 47053183FE03A; Fri, 6 Nov 2009 09:56:41 +0100 (CET) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id nA68uiac002855; Fri, 6 Nov 2009 09:56:44 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 6 Nov 2009 09:56:44 +0100 From: Matthias Apitz To: Pete Message-ID: <20091106085644.GA1974@current.Sisis.de> References: <20091105131339.GA3804@current.Sisis.de> <11167f520911051358o3581b15x2c73e616df3bf9e3@mail.gmail.com> <4AF370CA.6000307@voidcaptain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4AF370CA.6000307@voidcaptain.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) Cc: "Sam Fourman Jr." , freebsd-questions@freebsd.org Subject: Re: splitting Mbox file thread-sorted 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: Fri, 06 Nov 2009 08:56:43 -0000 El día Thursday, November 05, 2009 a las 04:41:46PM -0800, Pete escribió: > >>> Is there some tool or something in the ports which could split a Mbox > >>> file into various pieces, but having the threads together? I could do > >>> it by hand with mutt, but I think it must be some tool for this too; > >>> Thx > >>> > >>> matthias > >>> > >> ... > > reformail -s maildrop < mbox_file > > will cause the whole mbox_file to be broken into individual > messages that are then (re)processed by your current maildrop > configuration (using your current .mailfilter). The reformail program > comes with maildrop; see the man page. I have no reformail(1) or maildrop(1) installed; so I checked the man page here: http://www.courier-mta.org/maildrop/reformail.html and understand what the above is doing (breaking the mbox into single mails and piping them again through a local MDA maildrop(1)). But this is not I was looking for. I want to break a big mbox file into pieces of lets say 1000 mails, and not in the order the mails are in the source file, but thread sorted; i.e. if the 1st and the last mail of this big 10.000 mbox file belong to one thread, they should be in one file; don't see how this would be possible with maildrop(1); any idea is welcome; matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 12:03:01 2009 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 619A210657A2 for ; Fri, 6 Nov 2009 12:03:01 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 36D198FC18 for ; Fri, 6 Nov 2009 12:03:01 +0000 (UTC) Received: by pzk40 with SMTP id 40so644082pzk.7 for ; Fri, 06 Nov 2009 04:03:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=oBrn3K7dnqBjg0w01LgBUWFybi5EOu10Ezg6No7QNzU=; b=moJcBhlnmk3k1N5C9SNCF4rCBDt1H8J9OGe3JIFD6B6liGblIwPHbmuznWUOrJJxIu ZqS2XNkB6R4unERygnnCIHRuwTUghaLnkZO0zatH//pTs/bvAWLEM1F6wFbBLCP+56DM B8u0N3W4j1l8VSqFoNOCPelmvQ4fW1xyHZFSc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LsUy5VrsZ/GjoeLS2wdbpDAcxzJdup5xK6o+SDLnE715vbxyY0q/wLoAGVeRG6gxMw 2YGpNRwRnv/p8dafPOoM921tIjExG1ndiWYy3BupnoqFbFGmdhzCVjCIci30yqQSnUyo X3YMR2xtLzopihQ/WBMGnwbMXpFbkfpp+01xg= MIME-Version: 1.0 Received: by 10.115.101.1 with SMTP id d1mr6636117wam.40.1257508980539; Fri, 06 Nov 2009 04:03:00 -0800 (PST) Date: Fri, 6 Nov 2009 17:33:00 +0530 Message-ID: From: Masoom Shaikh To: "questions@FreeBSD.org" , kde-freebsd@kde.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD-8.0-RC2 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: Fri, 06 Nov 2009 12:03:04 -0000 Hello, Last Saturday I installed 8.0-RC2 from source by compiling on 7.1 installation. building and installing was smooth as always has been. Then I pkg_add'ed xorg and KDE4, this was painless too. I am very disappointed with my experience problem # 1 The problem is KDE4 is not able to display anti aliased fonts. I have made the required changes to make it work, of course, in System Settings -> Appearance -> Fonts Hinting -> Full, and there is is one more option, the name i cannot recall ATM, I have set it to RGB. DPI to 96......this is has worked for all combination of installs I have used so far, viz KDE3 on FreeBSD-6.x to KDE4.1.x on FreeBSD-7.x and KDE4.2 on FreeBSD-8.0RC1 problem # 2 I observed that both FreeBSD8.0-RC1 and FreeBSD8.0-RC2, simply freeze due to no reason. The pain is I don't get a core dump. When it freezes the only option is to hard boot by reseting the power. This might need more information to guess the cause. I will give basic info. This is Dell Inspiron 1525 Laptop, with Intel Core2. My suspect mostly goes to wpi driver, no proof, just my gut feeling. problem # 3 starting with 8.0 wpi driver no longer is the interface, wlanX is to be created. this is not news, but every time I manually create the wlan0 interface and spawn wpa_supplicant. This shuould be automatic, as I have followed the guidelines of rc.conf(5). I can provide output of rc_debug="YES" if someone is willing. How can i install all files under /etc from the source ? Masoom Shaikh From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 13:50:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD846106566B for ; Fri, 6 Nov 2009 13:50:40 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 49ABD8FC20 for ; Fri, 6 Nov 2009 13:50:40 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id B9F9C38E5C; Fri, 6 Nov 2009 08:50:39 -0500 (EST) Received: from teddy.fas.com (c-76-26-200-187.hsd1.sc.comcast.net [76.26.200.187]) by mailbackend.panix.com (Postfix) with ESMTP id 82D833048B; Fri, 6 Nov 2009 08:50:39 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1N6PD5-0002Ao-00; Fri, 06 Nov 2009 08:50:39 -0500 Date: Fri, 6 Nov 2009 08:50:39 -0500 From: stan To: Polytropon Message-ID: <20091106135039.GB8186@teddy.fas.com> Mail-Followup-To: Polytropon , Adam Vande More , Free BSD Questions list References: <20091105200730.GA12331@teddy.fas.com> <6201873e0911051227n7ba9e1c1ta091fbccffc23cb@mail.gmail.com> <20091105222239.GA18238@teddy.fas.com> <20091106002351.97c5ea38.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091106002351.97c5ea38.freebsd@edvax.de> X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 08:46:29 up 37 days, 15:59, 1 user, load average: 0.01, 0.02, 0.04 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Adam Vande More , Free BSD Questions list Subject: Re: Help with CUPS reconfiguration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 13:50:40 -0000 On Fri, Nov 06, 2009 at 12:23:51AM +0100, Polytropon wrote: > On Thu, 5 Nov 2009 17:22:39 -0500, stan wrote: > > It tells me how to configure cups, but as far as I can > > tell, it does not tell me how to get cups to regenerate /etc/printcap, > > which is what I need to do. > > I have very few experience with CUPS (prefer apsfilter or PS), > but as far as I understood, the printcap file is altered > every time a printer is changed. So when you remove the > existing printer and create it again, all files should be > regenerated, both the /etc/printcap file as well as the > files in the /usr/local/etc/cups subtree. > > Deleting and recreating still sounds like the "Windows" > way of doing things, but due to my impression that CUPS > is designed in a way that it appeals this special kind > of users' expectations, this may be the only way to achieve > your goal. I agree with everthing you said. The question I am sking, though, is "How can I modify the CUPS configuration, without using the web based interface (which is not working, in such a manner that the /etc/printcap file gets rebuilt. -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 15:10:29 2009 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 1662E1065672 for ; Fri, 6 Nov 2009 15:10:29 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id AB2A18FC1B for ; Fri, 6 Nov 2009 15:10:28 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.3/8.14.3) with ESMTP id nA6EfkuY025015; Fri, 6 Nov 2009 08:41:46 -0600 (CST) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com ([71.252.219.43] helo=tethys.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 6 Nov 2009 08:41:46 -0600 MIME-Version: 1.0 Date: Fri, 06 Nov 2009 08:41:46 -0600 From: Rusty Nejdl To: Masoom Shaikh In-Reply-To: References: Message-ID: <07c4f4ba46c2c97a1092fe2cc108f375@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: kde-freebsd@kde.org, "questions@FreeBSD.org" Subject: Re: [kde-freebsd] FreeBSD-8.0-RC2 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: Fri, 06 Nov 2009 15:10:29 -0000 On Fri, 6 Nov 2009 17:33:00 +0530, Masoom Shaikh wrote: Hello, Last Saturday I installed 8.0-RC2 from source by compiling on 7.1 installation. building and installing was smooth as always has been. Then I pkg_add'ed xorg and KDE4, this was painless too. I am very disappointed with my experience problem # 1 The problem is KDE4 is not able to display anti aliased fonts. I have made the required changes to make it work, of course, in System Settings -> Appearance -> Fonts Hinting -> Full, and there is is one more option, the name i cannot recall ATM, I have set it to RGB. DPI to 96......this is has worked for all combination of installs I have used so far, viz KDE3 on FreeBSD-6.x to KDE4.1.x on FreeBSD-7.x and KDE4.2 on FreeBSD-8.0RC1 problem # 2 I observed that both FreeBSD8.0-RC1 and FreeBSD8.0-RC2, simply freeze due to no reason. The pain is I don't get a core dump. When it freezes the only option is to hard boot by reseting the power. This might need more information to guess the cause. I will give basic info. This is Dell Inspiron 1525 Laptop, with Intel Core2. My suspect mostly goes to wpi driver, no proof, just my gut feeling. problem # 3 starting with 8.0 wpi driver no longer is the interface, wlanX is to be created. this is not news, but every time I manually create the wlan0 interface and spawn wpa_supplicant. This shuould be automatic, as I have followed the guidelines of rc.conf(5). I can provide output of rc_debug="YES" if someone is willing. How can i install all files under /etc from the source ? Masoom Shaikh Regarding #2, I suggest disabling ACPI. I also had system freezes happen on my computer until I did this but this has always been an ongoing issue with my system and I lose nothing by turning it off. Sincerely, Rusty Nejdl http://networking.ringofsaturn.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 15:12:27 2009 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 187721065672 for ; Fri, 6 Nov 2009 15:12:27 +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 C90688FC0A for ; Fri, 6 Nov 2009 15:12:26 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nA6FCFLj081480; Fri, 6 Nov 2009 08:12:15 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nA6FCFYQ081477; Fri, 6 Nov 2009 08:12:15 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 6 Nov 2009 08:12:14 -0700 (MST) From: Warren Block To: Olivier Nicole Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Fri, 06 Nov 2009 08:12:15 -0700 (MST) Cc: questions@freebsd.org Subject: Re: How to configure sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 15:12:27 -0000 Olivier Nicole wrote: > I have this stupide little configuration that I cannot manage to get > working. > > I have one machine a.domain.net that I want to be able to deliver > system mail (like cron and so on) with the following rules: > > - user1 on a.domain.net has the same username as on domain.net; I > want that mail sent to user1 is delivered to user1@domain.net; An alias will do that. > - user2 on a.domain.net has no corresponding user on domain.net, but > it has an alias defined; I want to mail sent to user2 is delivered > to the alias. Creating an alias for a nonexistent user seems to work here. > - of course, mail addressed to a full address x@y.z should be > delivered accordingly, eventually using a mail relay. > I tried using masquerade in submit.mc, I don't edit submit.mc, just .mc. > user1 is then rewritten as user1.domain.net, That's the masquerade... Wait, is that a typo? Should be "user1@domain.net"? > but the alias for user2 is not parsed newaliases(1) is needed after editing /etc/mail/aliases. And there is a bug if you're using 8.0: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/139870 > and user2 is also rewritten as user2@domain.net. Masquerade again. Not clear whether that's what you want. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 15:20:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42D64106566B for ; Fri, 6 Nov 2009 15:20:02 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505b.appriver.com [98.129.35.5]) by mx1.freebsd.org (Postfix) with ESMTP id 08CEC8FC18 for ; Fri, 6 Nov 2009 15:20:01 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 13064663 for freebsd-questions@freebsd.org; Fri, 06 Nov 2009 09:20:11 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Fri, 6 Nov 2009 09:20:00 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Fri, 6 Nov 2009 09:19:57 -0600 Thread-Topic: system() call causes core dump Thread-Index: Acpc6L6MOqfERPeCSHSBWmT93mDKEACCdcwQ Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394ED41@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: system() call causes core 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: Fri, 06 Nov 2009 15:20:02 -0000 > Either I'm very lucky, or popen is better suited for this, as I have this= running on various machines, 24/7: ... I could try popen as a next step. What we tried first was to replace our sy= stem calls with a function called vsys() which does exactly the same thing = but uses vfork() underneath instead of fork(). If this problem had been due= to resource conflicts due to the fork() performed by system(), we figured = this would solve the problem. Unfortunately, we are still getting the exact= same core with the identical stack trace. #0 0x0000000801058307 in _spinunlock () from /lib/libthr.so.3 #1 0x00000008011d0afb in _malloc_postfork () from /lib/libc.so.7 #2 0x000000080105c5fb in fork () from /lib/libthr.so.3 #3 0x0000000801191aae in system () from /lib/libc.so.7 #4 0x00000008010553aa in system () from /lib/libthr.so.3 #5 0x000000000040b6f9 in mythread at myapp.c:461 #6 0x0000000801056a88 in pthread_getprio () from /lib/libthr.so.3 I don't know much about the internal implementation of popen but I suspect = that at its core it still likely ends up doing a fork(). Still, it's worth = a try. Curiously, we have several other threads in our application running = in threads that periodically make system calls. For some reason only this c= all to fstat causes a core to occur. Seems that something fishy is going on= here.... From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 15:43:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18734106566B for ; Fri, 6 Nov 2009 15:43:20 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 8B50B8FC14 for ; Fri, 6 Nov 2009 15:43:19 +0000 (UTC) Received: by bwz5 with SMTP id 5so1319016bwz.3 for ; Fri, 06 Nov 2009 07:43:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HbKNOVYk5oUfbcAftw9xvrUF9dmsPckDO/7e1FPkqI0=; b=F3P0eYBMMACpLDEoxKiWHr2pKUtlvVqPEH92G3PpwbDaJFolZwnlgvpjOlxoO0F6yf RM5Q+VVNv7X4iWQ/tWrpDoSDJzPHYBL6+x10IeMsAnUwESAoK1SZh+M60jcFQRrAKgnG ppR53UmdPt1cOKcyk9oZYXuTFojH0DaDh3BGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Gcdnk03OL0XC0oo1Y17w6V3GYuU3gDbqBXfq2YjRPR4Lkxw5bLTV8NX6CnLdtFSPfm YPv5GImo1p7wB9BNpmJIpVYMXhxuJFI3YDmhXok9ENLqEJMJ1q5aDZyWHqJ+nyLfZuhK nvF/aIPoe0jPiq32ate37lTmz+VYYNFKgEuqk= MIME-Version: 1.0 Received: by 10.204.3.211 with SMTP id 19mr4866663bko.36.1257522198353; Fri, 06 Nov 2009 07:43:18 -0800 (PST) In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394ED41@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394ED41@MBX03.exg5.exghost.com> Date: Fri, 6 Nov 2009 16:43:18 +0100 Message-ID: From: usleepless@gmail.com To: Peter Steele Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: system() call causes core 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: Fri, 06 Nov 2009 15:43:20 -0000 On Fri, Nov 6, 2009 at 4:19 PM, Peter Steele wrote: > > Either I'm very lucky, or popen is better suited for this, as I have this > running on various machines, 24/7: > ... > > I could try popen as a next step. What we tried first was to replace our > system calls with a function called vsys() which does exactly the same thing > but uses vfork() underneath instead of fork(). If this problem had been due > to resource conflicts due to the fork() performed by system(), we figured > this would solve the problem. Unfortunately, we are still getting the exact > same core with the identical stack trace. > > #0 0x0000000801058307 in _spinunlock () from /lib/libthr.so.3 > #1 0x00000008011d0afb in _malloc_postfork () from /lib/libc.so.7 > #2 0x000000080105c5fb in fork () from /lib/libthr.so.3 > #3 0x0000000801191aae in system () from /lib/libc.so.7 > #4 0x00000008010553aa in system () from /lib/libthr.so.3 > #5 0x000000000040b6f9 in mythread at myapp.c:461 > #6 0x0000000801056a88 in pthread_getprio () from /lib/libthr.so.3 > > I don't know much about the internal implementation of popen but I suspect > that at its core it still likely ends up doing a fork(). Still, it's worth a > try. Curiously, we have several other threads in our application running in > threads that periodically make system calls. For some reason only this call > to fstat causes a core to occur. Seems that something fishy is going on > here.... > > I am following this thread since i find it interesting ( playing around with popen & threads at times ). I am still trying to understand what Kris said. He says it is not safe to fork from a multithread proces. And he suggests using execve. You stacktrace btw is consistent with what Kris says: "and if that thread tries to acquire a lock or other formerly-shared resource it may deadlock or crash, because the child process is no longer accessing the same memory location as the threads in the parent process". -> that's probably the spinlock in malloc. I think you need to 1. (v)fork, 2. run execve on your fstat ( make it a sh script ) Something along the lines of this << your current thread code here >> // rc = system(fstatCmd); childpid = fork(); if (childpid >= 0) /* fork succeeded */ { if (childpid == 0) /* fork() returns 0 to the child process */ { execve("/usr/local/app/myscript", NULL, NULL); } } else { // didn't work, log something } << rest of your code here >> regards, usleep > _______________________________________________ > 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 Nov 6 15:58:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CAB106568B for ; Fri, 6 Nov 2009 15:58:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id BDAE58FC0A for ; Fri, 6 Nov 2009 15:58:44 +0000 (UTC) Received: by pxi28 with SMTP id 28so754181pxi.7 for ; Fri, 06 Nov 2009 07:58:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=94XwXUrmZf4XlkKnxlJzrRR1fB5YlY7Tvvr9am3VH0U=; b=AtZsxTzgz6QcSUubi2rokW+4CO2j3az2DHM4huwckCWlU+QRc1wOj+kHuX3n4s+uJJ HReOGoHi+4+fQR848H2AqMobIkTaQZnf3zJLNq7nWLmQKZAqX0AspVFWEEYEgpR3MuNM rC4S9zYaqKezMXRUIYnGs/S7siF4uKZ8Qio9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=n2w8Lwa8+/UaxRjQeVbi8C16MRhvnrYWAZn0XeXbOH45j6VVlKP9TsW9RflRY3i+mI NlIHzgechSXZBFw5GcM2kzcfd+mgKwl4b/mWUG0CBPi5BVpDH87itX3mOGEmOhnRTyX3 AlKez+hob9zUE/6JQ555wTxNQ4xMYCS8DDzBQ= MIME-Version: 1.0 Received: by 10.142.247.23 with SMTP id u23mr492639wfh.332.1257523124030; Fri, 06 Nov 2009 07:58:44 -0800 (PST) Date: Fri, 6 Nov 2009 09:58:43 -0600 Message-ID: <6201873e0911060758q7b03097dm2c5f79f9569e50d3@mail.gmail.com> From: Adam Vande More To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: hplip3 on fbsd 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: Fri, 06 Nov 2009 15:58:45 -0000 Does anyone have hplip3 working on freebsd 8 where usb detection is working? What did you need to do to get it working? -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 16:20:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A03441065692 for ; Fri, 6 Nov 2009 16:20:47 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 274138FC19 for ; Fri, 6 Nov 2009 16:20:46 +0000 (UTC) Received: from r55.edvax.de (port-92-195-97-236.dynamic.qsc.de [92.195.97.236]) by mx02.qsc.de (Postfix) with ESMTP id 41E5C1EBEE; Fri, 6 Nov 2009 17:20:45 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nA6GKhBb001860; Fri, 6 Nov 2009 17:20:44 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 6 Nov 2009 17:20:43 +0100 From: Polytropon To: stan Message-Id: <20091106172043.a6de08ca.freebsd@edvax.de> In-Reply-To: <20091106135039.GB8186@teddy.fas.com> References: <20091105200730.GA12331@teddy.fas.com> <6201873e0911051227n7ba9e1c1ta091fbccffc23cb@mail.gmail.com> <20091105222239.GA18238@teddy.fas.com> <20091106002351.97c5ea38.freebsd@edvax.de> <20091106135039.GB8186@teddy.fas.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Adam Vande More , Free BSD Questions list Subject: Re: Help with CUPS reconfiguration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 16:20:47 -0000 On Fri, 6 Nov 2009 08:50:39 -0500, stan wrote: > The question I am sking, though, is "How can I modify the CUPS > configuration, without using the web based interface (which is not working, > in such a manner that the /etc/printcap file gets rebuilt. The problem is that hte web interface seems to be a very integrated part of the CUPS configuration which isn't intended to be "not used". An option would maybe be to rewrite the files in /usr/local/etc/cups as well as /etc/printcap manually to reflect the desired changes, but I am not sure that this will be sufficient - maybe there are other files that are touched by automated processes during the printer installation / reconfiguration through the web interface... I think the only important parts in /etc/printcap are those that reference to the printer filter and those that set some specific values (resolution etc.); everything else is kept in the CUPS files, and both places of settings should contain the same individual data (e. g. same spool dir reference). If you could take the following example as a starting point and correct the settings manually so they show the same settings as what you already have configured in CUPS. Laserjet|ljet4d;r=600x600;q=high;c=full;p=a4;m=auto:\ :lp=/dev/lpt0:\ :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/Laserjet:\ :lf=/var/spool/lpd/Laserjet/log:\ :af=/var/spool/lpd/Laserjet/acct:\ :mx#0:\ :sh: I'm not sure if cap_mkdb has to be run for /etc/printcap. If you're using a network attached printer, a reference to its name (known through /etc/hosts mechanism) should be okay. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 16:52:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE8491065672 for ; Fri, 6 Nov 2009 16:52:27 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505b.appriver.com [98.129.35.5]) by mx1.freebsd.org (Postfix) with ESMTP id 803DA8FC14 for ; Fri, 6 Nov 2009 16:52:27 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 13076191 for freebsd-questions@freebsd.org; Fri, 06 Nov 2009 10:52:24 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Fri, 6 Nov 2009 10:52:26 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Fri, 6 Nov 2009 10:52:24 -0600 Thread-Topic: system() call causes core dump Thread-Index: Acpe994NrLDsOd1vSWaloREXvgrF7QABCaBg Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394EDDF@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394ED41@MBX03.exg5.exghost.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: system() call causes core 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: Fri, 06 Nov 2009 16:52:27 -0000 >I am following this thread since i find it interesting ( playing around wi= th popen & threads at times ). > >I am still trying to understand what Kris said. He says it is not safe to = fork from a multithread proces. And he suggests using execve. > >You stacktrace btw is consistent with what Kris says: "and if that thread = tries to acquire a lock or other formerly-shared resource it may deadlock o= r crash, because the child process is >no longer accessing the same memory location as the threads in the parent = process". -> that's probably the spinlock in malloc. This is why we switched to vsys/vfork, assuming it would effectively do the= same thing as execve. Perhaps not not. I can give it a try. I am still cur= ious though why only this one particular system call is causing a crash. We= have many calls running in other threads and none have ever caused a probl= em. They all do the same thing, run a command and save the output in a file= , and then we process the output. The only thing different is the command w= e run in this case-fstat. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 17:31:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2334106568B for ; Fri, 6 Nov 2009 17:31:15 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5E5EC8FC14 for ; Fri, 6 Nov 2009 17:31:14 +0000 (UTC) Received: by fxm27 with SMTP id 27so312016fxm.3 for ; Fri, 06 Nov 2009 09:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=M0lViBA+9oxzu3RpgplUeJJMpmUBncOW2XLkAcc4G+c=; b=CG7aJHuRJc6MJOj/L9N1eATuMrxB7GrBwOHmQ3iccIj76r7KwQiyEEnFRaoQHmyTqS RH1I0g2iSUwgG09MDLGKgnJIa+gzU4tg5hpYDNGrj6tpnbX8QLkgsLws2AOxcuRAyhmf RS2bt2mkkrFYuI7swJlnNpY1+p2dXRroXRlkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rG4s0QGZm1swi35fASJZ42pUj8Z+9IXc1rWkWGy9ZIdhDlYyowvwfTs7QY6ah0g6P7 negKSxQ2/Nl7kRPajNjdtsKRE0WVjjhxZIkaVRS26FVzhq2kQDEHGlck1tYxQcPyexTs lEXeKtPdjSRXUWjs3TnJsWqGghShI7lTu+4x8= MIME-Version: 1.0 Received: by 10.204.160.86 with SMTP id m22mr4923042bkx.82.1257528674161; Fri, 06 Nov 2009 09:31:14 -0800 (PST) In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394EDDF@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394ED41@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394EDDF@MBX03.exg5.exghost.com> Date: Fri, 6 Nov 2009 18:31:14 +0100 Message-ID: From: usleepless@gmail.com To: Peter Steele Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: system() call causes core 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: Fri, 06 Nov 2009 17:31:15 -0000 On Fri, Nov 6, 2009 at 5:52 PM, Peter Steele wrote: > >I am following this thread since i find it interesting ( playing around > with popen & threads at times ). > > > >I am still trying to understand what Kris said. He says it is not safe to > fork from a multithread proces. And he suggests using execve. > > > >You stacktrace btw is consistent with what Kris says: "and if that thread > tries to acquire a lock or other formerly-shared resource it may deadlock or > crash, because the child process is > >no longer accessing the same memory location as the threads in the parent > process". -> that's probably the spinlock in malloc. > > This is why we switched to vsys/vfork, assuming it would effectively do the > same thing as execve. Perhaps not not. I can give it a try. I am still > curious though why only this one particular system call is causing a crash. > We have many calls running in other threads and none have ever caused a > problem. They all do the same thing, run a command and save the output in a > file, and then we process the output. The only thing different is the > command we run in this case-fstat. > Actually, i have just read the implementation of system() ( /usr/src/lib/libc/system.c ), It does fork() and then execl(). So my suggestion is not going to work. Then i read some of the malloc code ( /usr/src/lib/libstd/malloc.c ). It uses spinlocks alright, and they need to be initialized. My guess is that are not reinitialized in your forked process. I have no clue how to fix that. Another thought was that your application is compiled as multithreaded, but fstat, grep etc are probably not. But from what i can see, they use the same malloc implementation. I think the crash in the malloc is from a malloc in fstat or grep ( there is no malloc in system() ). regards, usleep > _______________________________________________ > 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 Nov 6 17:58:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87A531065670 for ; Fri, 6 Nov 2009 17:58:23 +0000 (UTC) (envelope-from rnodal@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id 62D298FC16 for ; Fri, 6 Nov 2009 17:58:23 +0000 (UTC) Received: by pxi28 with SMTP id 28so822201pxi.7 for ; Fri, 06 Nov 2009 09:58:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=OGSOVl5KUdUDeOiS58mT2rNb3uMnhp3YmzV1WEJLo28=; b=ec2uyo580oJlF/L3opKgKurXlHd6vozB33BrLGPGIbss42FVNaU0foqs1LA1UqJd9l vCyp1ECvbrMEMl+ULkBo6LHBa97rfIafvN8jHUPAOm81NYZNHntmF9iHrpZYEgcVIIR9 VBB14UP82HQtzCBj5BTwudKBoer+YL/01sPd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=LR/KRoWRN/sMiNHAo27FesIylCOtHE5oW5VJdQc4FyZ3q/Fx38gdt8PXMIqpexC0qP SI9ybVO+eVB7JDMEt6zYEqKs1wIgu0T+Kh5FqB1W2XdOqQjrGgpfqrBlK/sBMpubeoRC ltRIK5DnTYalUro3XGU3hM9sebPom+sehE7Fw= MIME-Version: 1.0 Received: by 10.114.242.2 with SMTP id p2mr6972564wah.153.1257528722149; Fri, 06 Nov 2009 09:32:02 -0800 (PST) From: Roger Date: Fri, 6 Nov 2009 12:31:42 -0500 Message-ID: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 17:58:23 -0000 Hello all, I'm coming from Linux and I would appreciate it if I could get some help understanding some basic FreeBSD concepts. Here is the output of 'uname -r' is "7.2-RELEASE-p4". My first concerned is how do I keep FreeBSD up to date. According to the FreeBSD site, the lastest production release is 7.2. Is this the version that is recommended to have in a production server? According to what I have read from the Handbook and searches in google, the way to stay up to date binary wise is to use "freebsd-update", is this correct? I believe freebsd-update will update the base system but not the ports. Please correct me if I'm wrong. My second concerned is the ports. In the file "ports-supfile" there is one option, "*default release=cvs tag=.". I believe this specifies which cvs tag to use when pulling files from the ports. At one point I had "*default release=cvs tag=RELEASE_7_2_0". When I pulled the ports using the "RELEASE_7_2_0" tag and tried to build "portsupgrade" the installation failed because the ruby version that was going to be installed I believe had a security problem. (I love the fact that I was stopped from installing software that is KNOWN to be vulnerable). I figured that maybe I needed to get the latest version. So I went ahead and changed the cvs tag to "." (which I believe means the head version). I updated the ports and then tried the installation again, this time the installation went further but failed again due to the fact that my libtool (I can't remember the exact name) was older than what the installation required. So that threw me off. I believe that libtool is part of the base system and not the ports, correct? So that made me think that maybe because of using the latest version of the ports I can build certain ports if my base is not concurrent (in terms of what the ports requires and what my system offers) with the port system. So my question is this, if my FreeBSD release is 7.2-RELEASE-p4 which tag should I set for the ports system? Should I put the tag "RELEASE_7_2_0" and then wait for a security fix of the particular port (ruby) and then proceed to install? What is the recommended approach if your aim is to have your system up to date and stable? Another question that I have about the port system is, if LibX has a security update (or simply a bug fix) and programs from the ports programA, programB and programC depend on that library what is the recommended way to perform the upgrade that will also handle upgrading those programs? My third item is jails. I currently have only one external IP. I would like to setup two jails, one for apache and the other for postfix. Would that require more external IPs? If I wanted to have ssh access to the host and the jails that would definitely will require 3 external IPs right? Thank you very much for your time and patience, -r From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 18:12:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B4721065676 for ; Fri, 6 Nov 2009 18:12:40 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9B28FC14 for ; Fri, 6 Nov 2009 18:12:39 +0000 (UTC) Received: from pulstar.local (athedsl-4493911.home.otenet.gr [94.71.94.95]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nA6ICVfN004344; Fri, 6 Nov 2009 20:12:37 +0200 Message-ID: <4AF4670F.7040103@otenet.gr> Date: Fri, 06 Nov 2009 20:12:31 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Roger References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> In-Reply-To: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 18:12:40 -0000 Roger wrote: > Hello all, > > I'm coming from Linux and I would appreciate it if I could get some > help understanding some basic FreeBSD concepts. > Here is the output of 'uname -r' is "7.2-RELEASE-p4". > > My first concerned is how do I keep FreeBSD up to date. > According to the FreeBSD site, the lastest production release is 7.2. > Is this the version that is recommended to have in a production > server? > Yes. > According to what I have read from the Handbook and searches in > google, the way to stay up to date > binary wise is to use "freebsd-update", is this correct? > Yes, and... > I believe freebsd-update will update the base system but not the > ports. Please correct me if I'm wrong. > > you are right! > My second concerned is the ports. In the file "ports-supfile" there is > one option, "*default release=cvs tag=.". > I believe this specifies which cvs tag to use when pulling files from > the ports. At one point I had "*default release=cvs > tag=RELEASE_7_2_0". > When I pulled the ports using the "RELEASE_7_2_0" tag and tried to > build "portsupgrade" the installation failed because the ruby version > that was going to be installed I believe had a security problem. (I > love the fact that I was stopped from installing software that is > KNOWN to be vulnerable). > I figured that maybe I needed to get the latest version. So I went > ahead and changed the cvs tag to "." (which I believe means the head > version). > This is correct. For a ports supfile you would want to always get the latest ports version, so tag=. will do it. > I updated the ports and then tried the installation again, this time > the installation went further but failed again due to the fact that > my libtool (I can't remember the exact name) was older than what the > installation required. So that threw me off. > You have installed some ports from the DVD or compiled them using the default (non-updated) ports tree. Your libtool (a port) is out of date and you need to upgrade it. Use ports-mgmt/portupgrade to perform port upgrades and read /usr/ports/UPDATING for special notes regarding specific ports. You will find a note on libtool in there too. > I believe that libtool is part of the base system and not the ports, correct? > No, this is a port. If it were a base system component it would already be up to date as you are running -p4 > So that made me think that maybe because of using the latest version > of the ports I can build certain ports if my base is not > concurrent (in terms of what the ports requires and what my system > offers) with the port system. > So my question is this, if my FreeBSD release is 7.2-RELEASE-p4 which > tag should I set for the ports system? > Always use tag=. for the ports supfile. Your problem comes from the fact you have already installed some older programs. > Should I put the tag "RELEASE_7_2_0" and then wait for a security fix > of the particular port (ruby) and then proceed to install? > What is the recommended approach if your aim is to have your system up > to date and stable? > No. What I would recommend is to install a base system from CD, do not install any packages from it (except maybe linux_base, the linux emulation) and then after installation, proceed to update your ports tree and install everything else from ports. The packages in the official media get outdated very fast, and if you are installing packages from a several months old release chances are some of them will have to be upgraded before you can install other packages from the updated ports tree. Spare yourself the time and install everything from your updated ports tree. > Another question that I have about the port system is, if LibX has a > security update (or simply a bug fix) and programs from the ports > programA, programB and programC depend on that library what is the > recommended way to perform the upgrade that will also handle upgrading > those programs? > > Yes, portupgrade (and other programs in the ports-mgmt/* category) can handle this type of problem. Specific instructions for upgrading in this case are listed in /usr/ports/UPDATING. These are usually something like portupgrade -Rf pkg-x-y-z > My third item is jails. I currently have only one external IP. I would > like to setup two jails, one for apache and the other for postfix. > Would that require more external IPs? If I wanted to have ssh access > to the host and the jails that would definitely will require 3 > external IPs right? > > Not much experience with jails here, someone else will hopefully answer this for you! From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 18:22:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DF9E1065672 for ; Fri, 6 Nov 2009 18:22:34 +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 123038FC28 for ; Fri, 6 Nov 2009 18:22:33 +0000 (UTC) Received: from localhost (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 ESMTPSA id 0F030EBC0A; Fri, 6 Nov 2009 13:22:33 -0500 (EST) Date: Fri, 6 Nov 2009 13:22:32 -0500 From: Bill Moran To: Roger Message-Id: <20091106132232.303cf7c3.wmoran@potentialtech.com> In-Reply-To: <4AF4670F.7040103@otenet.gr> References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> <4AF4670F.7040103@otenet.gr> Organization: Bill Moran X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 18:22:34 -0000 In response to Manolis Kiagias : > Roger wrote: > > > My third item is jails. I currently have only one external IP. I would > > like to setup two jails, one for apache and the other for postfix. > > Would that require more external IPs? If I wanted to have ssh access > > to the host and the jails that would definitely will require 3 > > external IPs right? You can do some funky address aliasing with (for example) pf or ipfw, but it gets rather complex. So, the answer is, "No, you don't need multiple IPs, but the setup gets rather complicated if you don't have multiple IPs. As a result, most people who do this will have multiple IPs." -- Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 18:27:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D94CD1065672 for ; Fri, 6 Nov 2009 18:27:55 +0000 (UTC) (envelope-from cstankevitz@toyon.com) Received: from smtp1.toyon.com (206-190-77-154.static.twtelecom.net [206.190.77.154]) by mx1.freebsd.org (Postfix) with ESMTP id A5E478FC17 for ; Fri, 6 Nov 2009 18:27:55 +0000 (UTC) Received: from [172.16.1.87] (hosts253.toyon.com [65.160.147.253]) (authenticated bits=0) by smtp1.toyon.com (8.13.1/8.12.11) with ESMTP id nA6IWnFw013731; Fri, 6 Nov 2009 10:32:49 -0800 Message-ID: <4AF46AA9.3040806@toyon.com> Date: Fri, 06 Nov 2009 10:27:53 -0800 From: Chris Stankevitz User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Roger References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> In-Reply-To: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 18:27:55 -0000 Roger wrote: > Hello all, > > I'm coming from Linux and I would appreciate it if I could get some > help understanding some basic FreeBSD concepts. Roger, I had a hard time with ports and core apps. Here is a summary of what I learned (taken from a post I made months ago): === Applications on a FreeBSD machine are broken into two categories: 1. Applications installed under /bin, /usr/bin, etc 2. Applications installed under /usr/local The first group is called "core OS applications". The second is called "ports applications." FreeBSD developers think carefully before deciding in which group to place a new application. Update applications in the first group using freebsd-update but first decide whether you want RELEASE, STABLE, or CURRENT. Update applications in the second group using CVS on the ports tree. Sometimes applications in the second group will require an update to the first group with a message like "Does not compile on FreeBSD < 7.0" Some applications are in both groups and can exist simultaneously, such as GCC. === Chris From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 18:39:52 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89DFC106566C for ; Fri, 6 Nov 2009 18:39:52 +0000 (UTC) (envelope-from batarzell@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 21BB48FC1E for ; Fri, 6 Nov 2009 18:39:51 +0000 (UTC) Received: by fxm27 with SMTP id 27so336976fxm.3 for ; Fri, 06 Nov 2009 10:39:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hoQaPSYBqIn3U3uBMS9qqIP3SAfmolxdmjR0D0uAtWA=; b=EtR3TQnd8q5RSH6EtKImANNZ2lIwBAWFdA27/kV3NECQw7tBwJpLNtw12Wp0M00ilC 5LT9iGSpTTrFdh2EchdzliNpWaNjRzXA9MnoC29qNeVG+I3tNEvxmTfduZVSVjUUHHBW hJEgInxIllTQD7mRT/geat/SPpeM70NkuTJOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=EwWNHRYES2SdM50IQmYICKBwNIlFaJXWfXXpGe/qEVrTLdYghnkAyo88cDvp66K393 6BlGXaYq+qRJU+Zu6cU8uwPLjpRbarmTunbon841HBLgf9WrvoVUEMxe+2pNihmHCeWD bHMxEq2plQ/UtP/2UbJMuZ07uuCcPqYkDGaPc= MIME-Version: 1.0 Received: by 10.223.3.6 with SMTP id 6mr702807fal.21.1257531306314; Fri, 06 Nov 2009 10:15:06 -0800 (PST) Date: Fri, 6 Nov 2009 18:15:06 +0000 Message-ID: From: Batarzell Namura To: freebsd-questions@FreeBSD.org X-Mailman-Approved-At: Fri, 06 Nov 2009 18:45:16 +0000 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.cz domain sponzoring X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 18:39:52 -0000 Hello, I think you have domain http://www.freebsd.cz/ but is nothing special there and I planet to make new, big and fresh portal about BSD based systems unde= r this domain because in czech/slovak republic doesn=B4t exist something like this. If you like and you can, please sponsor for me this domain and I make this web there (hosting I already have). Thanks! P.S: I give you there some adversing if you like for this sponsorship. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 19:32:39 2009 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 246981065670 for ; Fri, 6 Nov 2009 19:32:39 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 0F69E8FC1C for ; Fri, 6 Nov 2009 19:32:39 +0000 (UTC) Received: from eggman.experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 945AB4A30C66 for ; Fri, 6 Nov 2009 11:28:16 -0800 (PST) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Fri, 6 Nov 2009 11:31:39 -0800 Date: Fri, 6 Nov 2009 11:31:39 -0800 From: Jason To: questions@freebsd.org Message-ID: <20091106193137.GA73071@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Operating-System: FreeBSD 7.2-RELEASE-p4 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: install.cfg scripting 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, 06 Nov 2009 19:32:39 -0000 Hi, I am having a heck of a time getting an automated installation to get a couple of commands done, and was wondering if anyone would be able to offer any assistance. Everything works, but post does not. I know we will more than likely move to a post pkg for configuration, but due to the time-frame to deliver, what follows below will suit needs just fine. command='echo sshd_enable="YES" >> /etc/rc.conf.local' system command=cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime system command=/sbin/reboot system I've tried the first command, and it fails, with a "command not found," and I have yet to get past those command to the last commands. I have been using single ticks, and double-quotes, but nothing is seeming to work. In addition to this, I have also escaped the quotes. Any help is much appreciated. Thanks, Jason From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 19:33:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46FB91065676 for ; Fri, 6 Nov 2009 19:33:08 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505b.appriver.com [98.129.35.5]) by mx1.freebsd.org (Postfix) with ESMTP id 06C568FC21 for ; Fri, 6 Nov 2009 19:33:07 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 13096063; Fri, 06 Nov 2009 13:33:16 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Fri, 6 Nov 2009 13:33:06 -0600 From: Peter Steele To: "usleepless@gmail.com" Date: Fri, 6 Nov 2009 13:33:05 -0600 Thread-Topic: system() call causes core dump Thread-Index: AcpfBvMvTC74BhAwSz6HFNPLcoZrHwAEIR5Q Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394EED3@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D117F@MBX03.exg5.exghost.com> <4AEC5E02.8040705@FreeBSD.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB327D11A9@MBX03.exg5.exghost.com> <200911040149.48701.mel.flynn+fbsd.questions@mailing.thruhere.net> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394ED41@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB3394EDDF@MBX03.exg5.exghost.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: RE: system() call causes core 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: Fri, 06 Nov 2009 19:33:08 -0000 > I think the crash in the malloc is from a malloc in fstat or grep ( there= is no malloc in system() ). As a test I changed the 'fstat|wc -l' call we use now to 'ps aux|wc -l'. Th= e problem does not occur all the time but the QA group is seeing it periodi= cally during their test runs. I'm going to let the alternative version got = through some days of testing to see if the problem occurs again. If it does= n't, it may very well be something to do with fstat. If it does, well, I gu= ess we have more digging to do... From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 19:59:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFDE21065670 for ; Fri, 6 Nov 2009 19:59:38 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1AD8FC12 for ; Fri, 6 Nov 2009 19:59:38 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nA6JxWvq054356; Fri, 6 Nov 2009 19:59:33 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nA6JxWvq054356 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1257537573; bh=SP2yya2oV+Hrbh4AoBTEriTw/dU5g+o2fjll82rjCcc=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4AF4801E.9050806@infracaninophile.co.uk>|Date:=20F ri,=2006=20Nov=202009=2019:59:26=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20Bill=20Moran=20|CC:=20R oger=20,=20freebsd-questions@freebsd.org|Subject :=20Re:=20Help=20understanding=20basic=20FreeBSD=20concepts=20(por ts,=20updates,=20jails)|References:=20<9d972bed0911060931k4ee2a5b7 n9d62db23beeb6367@mail.gmail.com>=09<4AF4670F.7040103@otenet.gr>=2 0<20091106132232.303cf7c3.wmoran@potentialtech.com>|In-Reply-To:=2 0<20091106132232.303cf7c3.wmoran@potentialtech.com>|X-Enigmail-Ver sion:=200.95.6|Content-Type:=20multipart/signed=3B=20micalg=3Dpgp- sha256=3B=0D=0A=20protocol=3D"application/pgp-signature"=3B=0D=0A= 20boundary=3D"------------enig1C3E45F2A7D2EF66940C7E96"; b=vkG9a8gZ2i6pe0b0DRa9HSZoWrPYpiXzfPenfC2CJ1ry3k2r/1Q5ASEJSOI2TuPxh tKpwDFRwCqIMJuwqjAu32+yHeL5MfeoBdnDPJt5VOCheQ8y7eKnOlKT/MB79+T14/e CtpS/TteN4Iidrh2WdGF46rWbYUKWDluHbo40MV8= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4AF4801E.9050806@infracaninophile.co.uk> Date: Fri, 06 Nov 2009 19:59:26 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: Bill Moran References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> <4AF4670F.7040103@otenet.gr> <20091106132232.303cf7c3.wmoran@potentialtech.com> In-Reply-To: <20091106132232.303cf7c3.wmoran@potentialtech.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1C3E45F2A7D2EF66940C7E96" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: Roger , freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 19:59:39 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1C3E45F2A7D2EF66940C7E96 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Bill Moran wrote: > In response to Manolis Kiagias : >=20 >> Roger wrote: >> >>> My third item is jails. I currently have only one external IP. I woul= d >>> like to setup two jails, one for apache and the other for postfix. >>> Would that require more external IPs? If I wanted to have ssh access >>> to the host and the jails that would definitely will require 3 >>> external IPs right? >=20 > You can do some funky address aliasing with (for example) pf or ipfw, b= ut > it gets rather complex. >=20 > So, the answer is, "No, you don't need multiple IPs, but the setup gets= > rather complicated if you don't have multiple IPs. As a result, most > people who do this will have multiple IPs." >=20 Oh, it's not so complex as all that[*]. You will need at least an IP per jail *but* these don't have to be on the external, world visible network interface. You can create aliases on the loopback interface for this purpose. The downside is that you have to use pf to redirect traffi= c into the jail from the outside interface based on some unique combination= of IP number and network port, which means that you can't have eg. sshd(8= ) in the host system and in the jail both listening on the external port 22= =2E You either have to hop through the host system or you have to redirect traffic to some other some other ports (eg 2201 for the first jail, 2202 for the second) into the jailed sshd's. I sketched out how to do this sort of thing in a post a year or so back: http://lists.freebsd.org/pipermail/freebsd-questions/2008-March/171748.ht= ml it should be fairly easy to generalise that to multiple jails. =20 Cheers, Matthew [*] Well, alright, yes, it is quite an advanced topic and probably not something you should be trying before you've got a bit more FreeBSD experience under your belt. --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig1C3E45F2A7D2EF66940C7E96 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkr0gCQACgkQ8Mjk52CukIzS3wCcCEQRXrq+qzVX+smXmAKF/ht7 YAsAoIsKtzcxvrommxtvnFCW332h0ONb =zVMI -----END PGP SIGNATURE----- --------------enig1C3E45F2A7D2EF66940C7E96-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 22:00:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A631E1065694 for ; Fri, 6 Nov 2009 22:00:24 +0000 (UTC) (envelope-from lists@rhavenn.net) Received: from smtp194.dfw.emailsrvr.com (smtp194.dfw.emailsrvr.com [67.192.241.194]) by mx1.freebsd.org (Postfix) with ESMTP id 853948FC28 for ; Fri, 6 Nov 2009 22:00:24 +0000 (UTC) Received: from relay9.relay.dfw.mlsrvr.com (localhost [127.0.0.1]) by relay9.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id EE64013D3954 for ; Fri, 6 Nov 2009 17:00:23 -0500 (EST) Received: by relay9.relay.dfw.mlsrvr.com (Authenticated sender: rhavenn-AT-rhavenn.net) with ESMTPSA id D689D13D339F for ; Fri, 6 Nov 2009 17:00:23 -0500 (EST) Received: by alucard.int.rhavenn.net (Postfix, from userid 1000) id 0803C11428D; Fri, 6 Nov 2009 13:00:22 -0900 (AKST) Date: Fri, 6 Nov 2009 13:00:22 -0900 From: Henrik Hudson To: freebsd-questions@freebsd.org Message-ID: <20091106220022.GA7209@alucard.int.rhavenn.net> References: <4AEA62E6.1080506@gehlbach.com> <0A7ECB22-0CF9-44CF-BD37-7ED072F65FB1@bmihosting.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0A7ECB22-0CF9-44CF-BD37-7ED072F65FB1@bmihosting.com> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Rebuild instructions for amd64 systems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 22:00:24 -0000 On Thu, 29 Oct 2009, Matt Szubrycht wrote: > Hi Richard, > > then, add the following line below all other 'options' lines: > options PAE # large memory (>4G) support Yeah, don't use this if running an amd64 install. This is only meant for x86 systems. Henrik -- Henrik Hudson lists@rhavenn.net ----------------------------------------- "God, root, what is difference?" Pitr; UF From owner-freebsd-questions@FreeBSD.ORG Fri Nov 6 22:05:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C746106566C for ; Fri, 6 Nov 2009 22:05:04 +0000 (UTC) (envelope-from lists@rhavenn.net) Received: from smtp194.dfw.emailsrvr.com (smtp194.dfw.emailsrvr.com [67.192.241.194]) by mx1.freebsd.org (Postfix) with ESMTP id F01318FC0C for ; Fri, 6 Nov 2009 22:05:03 +0000 (UTC) Received: from relay9.relay.dfw.mlsrvr.com (localhost [127.0.0.1]) by relay9.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id 8E85613D3D3B for ; Fri, 6 Nov 2009 17:05:03 -0500 (EST) Received: by relay9.relay.dfw.mlsrvr.com (Authenticated sender: rhavenn-AT-rhavenn.net) with ESMTPSA id 7125B13D3D37 for ; Fri, 6 Nov 2009 17:05:03 -0500 (EST) Received: by alucard.int.rhavenn.net (Postfix, from userid 1000) id 5FF7C11428D; Fri, 6 Nov 2009 13:05:02 -0900 (AKST) Date: Fri, 6 Nov 2009 13:05:02 -0900 From: Henrik Hudson To: freebsd-questions@freebsd.org Message-ID: <20091106220502.GB7209@alucard.int.rhavenn.net> References: <20091104111642.GB15739@borusse.borussiapark> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091104111642.GB15739@borusse.borussiapark> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Xfce4 on 8.0 RC2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 06 Nov 2009 22:05:04 -0000 On Wed, 04 Nov 2009, Alex Huth wrote: > Hi! > > Is anyone running this combination? I am having trouble with two points> > > 1. When i close a ssh connection in a terminal, the prompt does not come back. > I have to close the tab. Without X the connections are ok and i had Debian > lenny earlier on the laptop also with Xfce4. There was everything ok. How are you logging out of your ssh sessions? Is this using xterm or the XFCE terminal app? Try it with xterm and see what happens. Personally, try using rxvt-unicode as it allows most of the "mods", just no tabs. > 2. When switching between the desktops i have to wait up to 3 seconds before > it is done, depending on what app there is running. For example: > > Desk1: Terminal with several tabs > Desk2: firefox35 > Desk3: Openoffice3 calc > Desk4: atunes > > Desk1 --> Desk2 ok > Desk2 --> Desk3 ok > Desk1 --> Desk4 3 sec > Desk4 --> Desk1 3 sec > Desk2 --> Desk1 3 sec This sounds like a graphics driver issue and the screen redraw rate? What video card are you using and what X driver? Did you turn on compositing mode? Henrik -- Henrik Hudson lists@rhavenn.net ----------------------------------------- "God, root, what is difference?" Pitr; UF From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 00:48:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68D40106568B for ; Sat, 7 Nov 2009 00:48:34 +0000 (UTC) (envelope-from bennett@cs.niu.edu) Received: from mp.cs.niu.edu (mp.cs.niu.edu [131.156.145.41]) by mx1.freebsd.org (Postfix) with ESMTP id 236EB8FC14 for ; Sat, 7 Nov 2009 00:48:33 +0000 (UTC) Received: from mp.cs.niu.edu (bennett@localhost [127.0.0.1]) by mp.cs.niu.edu (8.14.3/8.14.3) with ESMTP id nA70mVHk023596; Fri, 6 Nov 2009 18:48:31 -0600 (CST) Date: Fri, 6 Nov 2009 18:48:31 -0600 (CST) From: Scott Bennett Message-Id: <200911070048.nA70mVk4023595@mp.cs.niu.edu> To: Beat Gaetzi , freebsd-questions@freebsd.org Cc: Subject: Re: freebsd-questions Digest, Vol 282, Issue 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 00:48:34 -0000 On Thu, 29 Oct 2009 09:57:12 +0100 Beat Gaetzi wrote: >Scott Bennett wrote: >> For the first time so far, I managed to get emulators/virtualbox to >> compile and install from ports a few hours ago. Following the pkg-messages, >> I attempted to "kldload vboxdrv" or whatever it was called, which resulted >> in an immediate crash and automatic system reboot. :-( > >This is a known problem and documented on the wiki page: >http://wiki.freebsd.org/VirtualBox Okay. I have often had this problem with other loadable kernel modules, too, so I wasn't particularly surprised. > >> However, I had already added >> >> vboxdrv_load="YES" >> vboxnetflt_load="YES" >> >> to /boot/loader.conf and so was expecting it to fail, but it didn't. I even >> started up VirtualBox and looked at a couple of things, then looked around >> in it for a few minutes. Aside from the fact that the help subsystem was >> MIA, I didn't notice anything untoward. >> Except for the recurring console messages, which began during system >> startup and have continued ever since. Here's what a few of them look >> like. >> >> Oct 28 17:00:00 hellas newsyslog[1939]: logfile turned over due to size>100K >> Oct 28 17:02:03 hellas kernel: VBoxDrvFreeBSDClone: pszName=pts ppDev=0xe84bea14 >> Oct 28 17:02:36 hellas kernel: VBoxDrvFreeBSDClone: pszName=input ppDev=0xe84e2948 >> Oct 28 17:02:36 hellas kernel: VBoxDrvFreeBSDClone: pszName=dsp ppDev=0xe84e2948 > >Do you have build VirtualBox with debug option? > I apologize for the delay in getting back to you on this. When I saw your question, I didn't recall whether I had selected the debug option or not, and it was several days before I had time to rebuild it and several more until I rebooted the system. It turned out that I had indeed selected the debug option, so I cancelled it on the rebuild. After rebooting, the messages were no longer present, even during and after running VirtualBox briefly. It's kind of a nuisance that the GUI's help stuff doesn't work. I'll dig around on-line to see what sort of documentation may be available. I haven't used VirtualBox before, so I need something to read to learn how to work with it. Thanks much for pointing to the debug option as the likely cause of the messages. It's good to have them gone. :-) Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at cs.niu.edu * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 14:41:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108C2106566C for ; Sat, 7 Nov 2009 14:41:03 +0000 (UTC) (envelope-from bsdsys_x86@comcast.net) Received: from QMTA05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by mx1.freebsd.org (Postfix) with ESMTP id B60CF8FC21 for ; Sat, 7 Nov 2009 14:41:02 +0000 (UTC) Received: from OMTA20.westchester.pa.mail.comcast.net ([76.96.62.71]) by QMTA05.westchester.pa.mail.comcast.net with comcast id 2DQc1d0031YDfWL55ETosq; Sat, 07 Nov 2009 14:27:48 +0000 Received: from comcast.net ([98.240.91.110]) by OMTA20.westchester.pa.mail.comcast.net with comcast id 2EZU1d00S2NrqrE3gEZURK; Sat, 07 Nov 2009 14:33:29 +0000 Received: by comcast.net (nbSMTP-1.00) for uid 1001 bsdsys_x86@comcast.net; Sat, 7 Nov 2009 12:27:34 -0600 (CST) Date: Sat, 7 Nov 2009 12:27:34 -0600 From: Bryan Cassidy To: freebsd-questions@freebsd.org Message-ID: <20091107182734.GA22936@.hsd1.tn.comcast.net.> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X=Operating-System: 'uname -a' Subject: Remote Desktop for Fedora 11 on 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: Sat, 07 Nov 2009 14:41:03 -0000 I am currently using FreebSD 7.2 and I have just installed and configured Fedora 11 on an external hard drive so I can do some printing and other things. I was wondering how can I get full access to the Desktop (GUI) on FreeBSD for Fedora 11 on my external hard drive? Any ideas? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 14:30:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FFD21065694 for ; Sat, 7 Nov 2009 14:30:24 +0000 (UTC) (envelope-from theultramage@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id B3D498FC1F for ; Sat, 7 Nov 2009 14:30:23 +0000 (UTC) Received: by bwz5 with SMTP id 5so2136185bwz.3 for ; Sat, 07 Nov 2009 06:30:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=c3i7Ja8WHT32Gd84lFuVaCoIsokyPra9dmBt+mpDf6U=; b=xhJWuyaUbzYivCq3gKhxdBX3rgvXfexzqu/k3OrcttMJoX5xxwi+ssU3VGlvmQzrTB E5QjdM19AWlRvzbUP0MkFeq80C62Wxi92tNYUKYiKrw0964Llo4mgQg8FPzq4uvjvnkQ 4w2Z7EDe5LODi7xl1ML28E1Kwl96GTqnbhvoY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=FsSUsy1ihWiFMRH84B0hG7aI1r6DlTtPUgag6Qa4nNI1bFTSg45Lx6vOaYmsoyqQkW AT3RvnemL+j72nk0JBgJMuvpRYv9PFojkpgYzfIPQJ/fhHQbOLOtHlWc7QyUpXzlw189 IIsPfI4+a2OrEClRtjsnmMeSHmAnbfRaH3Bmg= Received: by 10.204.20.143 with SMTP id f15mr6024297bkb.49.1257602749068; Sat, 07 Nov 2009 06:05:49 -0800 (PST) Received: from ?192.168.0.31? ([217.75.87.14]) by mx.google.com with ESMTPS id p17sm2010018fka.42.2009.11.07.06.05.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Nov 2009 06:05:48 -0800 (PST) Message-ID: <4AF57EB4.3070104@gmail.com> Date: Sat, 07 Nov 2009 15:05:40 +0100 From: umage User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 07 Nov 2009 15:16:18 +0000 Subject: networking won't come back up until reboot after ISP outage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 14:30:24 -0000 Hello. I have had 3 network outages this week, and everytime it happened, I found that my freebsd8rc1 machine/router was unable to communicate over the WAN interface even after the outages ended. A reboot helps, but that's not an acceptable solution. The symptoms are very weird: even though dhclient successfully receives a dhcp lease and sets up the interface, I am unable to ping the gateway. The ifconfig utility says the interface is up and configured correctly; netstat -arn says routes are set up as they should be; and tcpdump reports random network traffic arriving on the interface (so the network itself is up and running). Taking the interface down and back up doesn't help, reloading ipfw rules doesn't help. I have some more things to test - whether tcpdump reports any attempts at outgoing traffic, and whether disconnecting/reconnecting the network cable will do anything. And maybe reverting ipfw rules to what I've been using before. Other than this, I have no idea what else to do... From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 15:41:18 2009 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 973EB1065670 for ; Sat, 7 Nov 2009 15:41:18 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-9.bnguk.net (atmail-9.bnguk.net [80.74.253.9]) by mx1.freebsd.org (Postfix) with ESMTP id 552AE8FC12 for ; Sat, 7 Nov 2009 15:41:18 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-9.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N6meO-0006QG-26; Sat, 07 Nov 2009 14:52:24 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id D7CB24AC1B; Sat, 7 Nov 2009 14:52:23 +0000 (GMT) Date: Sat, 7 Nov 2009 14:52:23 +0000 From: Frank Shute To: Jason Message-ID: <20091107145223.GA91904@orange.esperance-linux.co.uk> References: <20091106193137.GA73071@eggman.experts-exchange.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091106193137.GA73071@eggman.experts-exchange.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: questions@freebsd.org Subject: Re: install.cfg scripting issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 15:41:18 -0000 On Fri, Nov 06, 2009 at 11:31:39AM -0800, Jason wrote: > > Hi, > > I am having a heck of a time getting an automated installation to get a > couple of commands done, and was wondering if anyone would be able to offer > any assistance. > > Everything works, but post does not. I know we will more than likely move to > a post pkg for configuration, but due to the time-frame to deliver, what > follows below will suit needs just fine. > > command='echo sshd_enable="YES" >> /etc/rc.conf.local' > system > command=cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime > system > command=/sbin/reboot > system > > I've tried the first command, and it fails, with a "command not found," and > I have yet to get past those command to the last commands. I have been using > single ticks, and double-quotes, but nothing is seeming to work. In > addition to this, I have also escaped the quotes. > > Any help is much appreciated. > > Thanks, > Jason I'm not familiar with install.cfg but have you tried using the full path for your command? E.g: command='/bin/echo sshd_enable=\"YES\" >> /etc/rc.conf.local' Ditto with your other commands. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 15:56:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3ED81065672 for ; Sat, 7 Nov 2009 15:56:24 +0000 (UTC) (envelope-from pstreem@gmail.com) Received: from mail-iw0-f189.google.com (mail-iw0-f189.google.com [209.85.223.189]) by mx1.freebsd.org (Postfix) with ESMTP id 750988FC1F for ; Sat, 7 Nov 2009 15:56:24 +0000 (UTC) Received: by iwn27 with SMTP id 27so1470718iwn.7 for ; Sat, 07 Nov 2009 07:56:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/l4HmGlk5pRV8f0rvKlvEcHsMD7T63W9r1X/fkAAY7w=; b=S5cD9LhJ5cZOOUwBi1bDG2rYOfDRlBnA8EVtBURvfIH99Bm/hNitBTHvWqxjy0ljFH PthBlC4RGvhtnpZ4ErbFwTFVPaFitVi8yW5NGyNc2JnwiUP1pcpfpQD6HesJSmRkenTW KHA+h3XKoVjp1BsV7y1ujH0/ApEI3YGoWqwss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XbRlSXzzXs6JYC+a7FMT6wF4BYVKXhqMmce4fVdagTwE5wuxSKMwKsGvZO65j5jF99 kzYVWioPvq+6CP1mB3F16bWzrMhqNRQrrtXBIrvtso4dQBSKdtg4TqV28O+/6fKWc1Pa e+liRkgL5py28BbBQUaXtKxP+OjAqdycYqUg8= MIME-Version: 1.0 Received: by 10.231.125.13 with SMTP id w13mr2486350ibr.32.1257609383643; Sat, 07 Nov 2009 07:56:23 -0800 (PST) Date: Sat, 7 Nov 2009 23:56:23 +0800 Message-ID: <2c66535d0911070756y2a95c16ds9ad3527c8e498f5d@mail.gmail.com> From: PstreeM China To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: about Intel 3945 wlan card in Freebsd 8-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: Sat, 07 Nov 2009 15:56:24 -0000 hi , everyone : some time ago , i use Freebsd7.2 and the wpi driver for my Inter 3945 wlan card .. after that , i upgrade to FreeBSD8-current ,but i find that my wlan is not work . i want to know that is a bug or the driver is not wall on 8-current ??? anyone can tell me ?? thank ! the /boot/loader.conf ; #### legal.intel_wpi.license_ack=1 if_wpi_load="YES" wlan_load="YES" wlan_amrr_load="YES" firmware_load="YES" wpifw_load="YES" #### and after the command #/etc/rc.d/netif restart ### bsd# /etc/rc.d/netif restart wpa_supplicant not running? (check /var/run/wpa_supplicant/wpi0.pid). Stopping Network: lo0 wpi0 bge0 plip0. lo0: flags=8048 metric 0 mtu 16384 options=3 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet6 ::1 prefixlen 128 wpi0: flags=8802 metric 0 mtu 2290 ether 00:18:de:bc:31:7b media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier bge0: flags=8802 metric 0 mtu 1500 options=9b ether 00:17:a4:d2:67:b6 media: Ethernet autoselect (none) status: no carrier plip0: flags=8810 metric 0 mtu 1500 Starting wpa_supplicant. ioctl[SIOCG80211, op 98, len 32]: Invalid argument ELOOP: remaining socket: sock=5 eloop_data=0x28407140 user_data=0x2840e040 handler=0x8069f40 /etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant Starting Network: lo0 wpi0 bge0. lo0: flags=8049 metric 0 mtu 16384 options=3 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 wpi0: flags=8802 metric 0 mtu 2290 ether 00:18:de:bc:31:7b media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier bge0: flags=8843 metric 0 mtu 1500 options=9b ether 00:17:a4:d2:67:b6 media: Ethernet autoselect (none) status: no carrier ###### From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 16:40:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65419106566C for ; Sat, 7 Nov 2009 16:40:02 +0000 (UTC) (envelope-from rnodal@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE518FC13 for ; Sat, 7 Nov 2009 16:40:02 +0000 (UTC) Received: by pwj15 with SMTP id 15so1278471pwj.3 for ; Sat, 07 Nov 2009 08:40:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=A6KiwGe7YiNACAvEe5AavqK4M06xif6iQvy6Lepe9BY=; b=jN3Oo9MIacCzaOTf/GY3wuw1IgucJnwzdhFk69l8FEXPeF0WE/E/bHN1QfpMKrRXp/ ywRiuXt+30AFURyqAHNlg2TFIRE6NHXZldPVyfP1zoLBGZVIQgeCTHMaqrr/4UHFxe4Z ovYbsW7ih7FHJyv0yHWJezJUbvuHMWZdDouAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=NfDlenbZQKwZHI1Fw17GpKiCwt76IsX7XcZdq21Prvn157RP+y5WUWxhxV9kh6OZl7 Ko3pNkWlP4dfr9au1A9RWYrMuYuDarSACSNep8E/2DAgAsBVcFVzkCnZ/XHGgyiQZPU6 FI20Eg99XMZlLLOEMKAHKzLTY44s7oplAs/q4= MIME-Version: 1.0 Received: by 10.114.18.29 with SMTP id 29mr9281257war.147.1257612001838; Sat, 07 Nov 2009 08:40:01 -0800 (PST) In-Reply-To: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> From: Roger Date: Sat, 7 Nov 2009 11:39:41 -0500 Message-ID: <9d972bed0911070839q3f9ded02q40de4637278bcec9@mail.gmail.com> To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 16:40:02 -0000 Hello all, I have another concept that I'm confused about, the source distribution. Some ports, like "lsof" require the existence of /usr/src. What I don't understand is which version to use to keep synchronized with the production release. When the installed was performed the release was 7.2 but after doing "freebsd-update" the release is now 7.2-p4. According to the documentation, I can track CURRENT, STABLE plus other. Which one is the recommended one for a production server. I have not build that many packages that need the sources present so now would be a good time to find out which one I should use. Thank you for your time and patience, -r From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 16:57:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0D0A10656C0 for ; Sat, 7 Nov 2009 16:57:55 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 752758FC20 for ; Sat, 7 Nov 2009 16:57:55 +0000 (UTC) Received: by pxi12 with SMTP id 12so101987pxi.3 for ; Sat, 07 Nov 2009 08:57:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=8VYY8g5osfjhSLbuZfFAcesoL8xfBZJtKlodAnIvZfw=; b=qhS9p82dYzJzpeqPBqe7RFiE5H8hr9xRDrCuCiYVXsW90PrnF8fC0Lbcl01LWjdtqY RvVviIl4NNnqiIR00Y2LOayjAOVfPkS9b1x6pTbHSItxHgCURsJxqq0ysSQ0fbunLXLn dnS+eMnuz5PwGiH/Sz4o+2YOQapubJwQ3HRk4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dfBKyyfdqGPlp+UnrdtITZydxpuCNDQlDiEmmMtuPlTWH/vGUlSXvF6s03kPgmG+W5 JQLrkNn6o2jvNlJKtqIJ7RhapS59SF5Ww9UFxRw8otokH3bqq2x1Yih4xEdrCarGH+QK iQHo0NT4jeXX8owuxY1RXZ/MW0GHlvOfCYcUE= MIME-Version: 1.0 Received: by 10.142.59.16 with SMTP id h16mr418295wfa.161.1257613074943; Sat, 07 Nov 2009 08:57:54 -0800 (PST) In-Reply-To: <9d972bed0911070839q3f9ded02q40de4637278bcec9@mail.gmail.com> References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> <9d972bed0911070839q3f9ded02q40de4637278bcec9@mail.gmail.com> Date: Sat, 7 Nov 2009 10:57:54 -0600 Message-ID: <6201873e0911070857j231331a3n1b9c6fdc53e08bcd@mail.gmail.com> From: Adam Vande More To: Roger Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 16:57:55 -0000 On Sat, Nov 7, 2009 at 10:39 AM, Roger wrote: > Hello all, > > I have another concept that I'm confused about, the source distribution. > Some ports, like "lsof" require the existence of /usr/src. > What I don't understand is which version to use to keep synchronized > with the production release. > When the installed was performed the release was 7.2 but after doing > "freebsd-update" the release is now > 7.2-p4. According to the documentation, I can track CURRENT, STABLE plus > other. > Which one is the recommended one for a production server. I have not > build that many > packages that need the sources present so now would be a good time to > find out which one > I should use. > > Thank you for your time and patience, > > There are three basic branches, CURRENT STABLE RELEASE You want release. You shouldn't run anything else unless you're willing and able to help with testing, debugging, and development. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 17:49:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D5E41065672 for ; Sat, 7 Nov 2009 17:49:38 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from ostracod.unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 707038FC1F for ; Sat, 7 Nov 2009 17:49:37 +0000 (UTC) Received: from vhoffman-macbook.local ([10.0.0.173]) (authenticated bits=0) by ostracod.unsane.co.uk (8.14.3/8.14.3) with ESMTP id nA7Hnomm036512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Nov 2009 17:49:50 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4AF5B32F.6030106@unsane.co.uk> Date: Sat, 07 Nov 2009 17:49:35 +0000 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: PstreeM China References: <2c66535d0911070756y2a95c16ds9ad3527c8e498f5d@mail.gmail.com> In-Reply-To: <2c66535d0911070756y2a95c16ds9ad3527c8e498f5d@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: about Intel 3945 wlan card in Freebsd 8-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: Sat, 07 Nov 2009 17:49:38 -0000 PstreeM China wrote: > hi , everyone : > > some time ago , i use Freebsd7.2 and the wpi driver for my Inter 3945 > wlan card .. > after that , i upgrade to FreeBSD8-current ,but i find that my wlan is > not work . > > i want to know that is a bug or the driver is not wall on 8-current ??? > anyone can tell me ?? thank ! > 8.x and later uses a different format for the wireless interfaces. See the entry dated 20080420 in /usr/src/UPDATING Vince > the /boot/loader.conf ; > #### > legal.intel_wpi.license_ack=1 > if_wpi_load="YES" > wlan_load="YES" > wlan_amrr_load="YES" > firmware_load="YES" > wpifw_load="YES" > #### > and after the command #/etc/rc.d/netif restart > ### > bsd# /etc/rc.d/netif restart > wpa_supplicant not running? (check /var/run/wpa_supplicant/wpi0.pid). > Stopping Network: lo0 wpi0 bge0 plip0. > lo0: flags=8048 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet6 ::1 prefixlen 128 > wpi0: flags=8802 metric 0 mtu 2290 > ether 00:18:de:bc:31:7b > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > bge0: flags=8802 metric 0 mtu 1500 > options=9b > ether 00:17:a4:d2:67:b6 > media: Ethernet autoselect (none) > status: no carrier > plip0: flags=8810 metric 0 mtu 1500 > Starting wpa_supplicant. > ioctl[SIOCG80211, op 98, len 32]: Invalid argument > ELOOP: remaining socket: sock=5 eloop_data=0x28407140 user_data=0x2840e040 > handler=0x8069f40 > /etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant > Starting Network: lo0 wpi0 bge0. > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > wpi0: flags=8802 metric 0 mtu 2290 > ether 00:18:de:bc:31:7b > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > bge0: flags=8843 metric 0 mtu 1500 > options=9b > ether 00:17:a4:d2:67:b6 > media: Ethernet autoselect (none) > status: no carrier > ###### > _______________________________________________ > 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 Nov 7 17:59:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB67D1065676 for ; Sat, 7 Nov 2009 17:59:46 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 7999B8FC1F for ; Sat, 7 Nov 2009 17:59:46 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N6pZe-0006fk-E5 for freebsd-questions@freebsd.org; Sat, 07 Nov 2009 18:59:42 +0100 Received: from pool-70-21-18-103.res.east.verizon.net ([70.21.18.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Nov 2009 18:59:42 +0100 Received: from nightrecon by pool-70-21-18-103.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Nov 2009 18:59:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 07 Nov 2009 13:00:16 -0500 Lines: 59 Message-ID: References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> <9d972bed0911070839q3f9ded02q40de4637278bcec9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-18-103.res.east.verizon.net Sender: news Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 17:59:47 -0000 Roger wrote: > Hello all, > > I have another concept that I'm confused about, the source distribution. > Some ports, like "lsof" require the existence of /usr/src. > What I don't understand is which version to use to keep synchronized > with the production release. > When the installed was performed the release was 7.2 but after doing > "freebsd-update" the release is now > 7.2-p4. A RELEASE such as 7.2 has a maintenance period during which the security team will apply security patches to the OS. Only the patches are applied, the rest of the bulk of /usr/src is untouched. This is what the -p4 means. The security support period for different releases can be located on the web site. Some releases are designated "extended support", while others have shorter time frames. > According to the documentation, I can track CURRENT, STABLE plus > other. Which one is the recommended one for a production server. I have > not build that many > packages that need the sources present so now would be a good time to > find out which one > I should use. > I don't use the binary freebsd-update myself, but still use the old csup the source in /usr/src and the make buildworld/buildkernel/install dance. So I tend to think in terms of CVS tags. The tag RELENG_7_2_0_RELEASE would fetch the original release bits that never change. The tag RELENG_7_2 would fetch the /usr/src that has the security patches applied. The -p4 you observed means that freebsd-update used binaries built with security patches applied. If there exists any question as to whether your /usr/src is in sync you can simply csup your source with the RELENG_7_2 tag in the supfile. There is also another way to patch, and that is to apply patches manually. Let's say, for example, the built in bind had a file or two that got patched. You could rebuild just this one thing and after installing the bits simply restart the daemon. Sometimes this is preferred when one needs to prevent a security hole but doesn't want to reboot a server. A downside is when you do this it does not register the "-p4" like you noticed. For a production server I feel it is best to use production release. IMHO there is one possible cause to consider STABLE for a production server and that is if there is new code "Merged From Current" that addresses and corrects a very specific problem. Let's say you have a particular NIC in your server that is exhibiting an exact same (and reproducible) condition as described in a bug report. If code which fixes this exact problem becomes available it will be written in CURRENT, and after some testing if deemed to be of sufficient quality it will be merged back to STABLE. Upgrading to STABLE will then pull in this fix. IMHO I wouldn't normally consider this unless there is an exact match between problem and fix. -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 18:07:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 303391065679 for ; Sat, 7 Nov 2009 18:07:12 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0E28FC14 for ; Sat, 7 Nov 2009 18:07:11 +0000 (UTC) Received: from eggman.experts-exchange.com (unknown [75.15.156.141]) by mail.experts-exchange.com (Postfix) with ESMTP id 88DA74A309C8; Sat, 7 Nov 2009 09:08:34 -0800 (PST) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Sat, _d Nov 2009 10:07:11 -0800 Date: Sat, 7 Nov 2009 10:07:11 -0800 From: Jason To: umage Message-ID: <20091107180710.GA1056@jason-helfmans-macbook-pro.local> References: <4AF57EB4.3070104@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4AF57EB4.3070104@gmail.com> X-Operating-System: Darwin 9.8.0 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: networking won't come back up until reboot after ISP outage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 18:07:12 -0000 Have you tried restarting routing? /etc/rc.d/routing restart I have found the same symptoms with other outages and not performing the above. I have done "/etc/rc.d/netif restart" and "/etc/rc.d/routing restart". Wtih using these commands, I have found this to be successful in restoring network interfaces communication, without having to reboot. Hope this helps. On Sat, Nov 07, 2009 at 03:05:40PM +0100, umage thus spake: >Hello. I have had 3 network outages this week, and everytime it >happened, I found that my freebsd8rc1 machine/router was unable to >communicate over the WAN interface even after the outages ended. A >reboot helps, but that's not an acceptable solution. > >The symptoms are very weird: even though dhclient successfully >receives a dhcp lease and sets up the interface, I am unable to ping >the gateway. The ifconfig utility says the interface is up and >configured correctly; netstat -arn says routes are set up as they >should be; and tcpdump reports random network traffic arriving on the >interface (so the network itself is up and running). Taking the >interface down and back up doesn't help, reloading ipfw rules doesn't >help. > >I have some more things to test - whether tcpdump reports any >attempts at outgoing traffic, and whether disconnecting/reconnecting >the network cable will do anything. And maybe reverting ipfw rules to >what I've been using before. Other than this, I have no idea what >else to do... >_______________________________________________ >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 Nov 7 18:24:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2B361065670 for ; Sat, 7 Nov 2009 18:24:02 +0000 (UTC) (envelope-from theultramage@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 604AC8FC08 for ; Sat, 7 Nov 2009 18:24:02 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so843227fga.13 for ; Sat, 07 Nov 2009 10:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=qZFZvyLxMqRn9ZUdPOzJI5DAVspyEOOW13TKfPUcH0Q=; b=gwguI//IBXwyR6C2+g/mcxCZ6L2LaK6oosVft6a+UmTXhFKwqzQXS7ub+T2aGn1wao 3mudJCl5KojIXF1IcMo9Ms+0bdIij3g5VmOIfBCrGUUCesLhbf7SbG4j0O3Ml5FaV2B9 yjM9kE9RGnhm7oQX/g6gOo+QDa2eOQ3VtC9hU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=UEEbueOEgbfcvY12zsFQ0cBfEK0xAYF3pdhTrtG7vo6uMbU/NWvlFlnMNleRkgUStH UqxUMcoDRGAQPCpaV9Jtm/7xpjWRwFxjZV0OktzOGsW3Stw4rVRWZb+RfQV86NyF7/mC aYflJkpfKRtk8YFB5GQ/yiXNQfTIGbkOGhL9g= Received: by 10.87.74.30 with SMTP id b30mr5610503fgl.15.1257618241347; Sat, 07 Nov 2009 10:24:01 -0800 (PST) Received: from ?192.168.0.31? ([217.75.87.14]) by mx.google.com with ESMTPS id e3sm3131622fga.3.2009.11.07.10.24.00 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Nov 2009 10:24:00 -0800 (PST) Message-ID: <4AF5BB31.5090304@gmail.com> Date: Sat, 07 Nov 2009 19:23:45 +0100 From: umage User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: Jason References: <4AF57EB4.3070104@gmail.com> <20091107180710.GA1056@jason-helfmans-macbook-pro.local> In-Reply-To: <20091107180710.GA1056@jason-helfmans-macbook-pro.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: networking won't come back up until reboot after ISP outage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 18:24:03 -0000 On 7. 11. 2009 19:07, Jason wrote: > Have you tried restarting routing? > > /etc/rc.d/routing restart > > I have found the same symptoms with other outages and not performing the > above. > > I have done "/etc/rc.d/netif restart" and "/etc/rc.d/routing restart". > > Wtih using these commands, I have found this to be successful in > restoring > network interfaces communication, without having to reboot. > > Hope this helps. > > > On Sat, Nov 07, 2009 at 03:05:40PM +0100, umage thus spake: >> Hello. I have had 3 network outages this week, and everytime it >> happened, I found that my freebsd8rc1 machine/router was unable to >> communicate over the WAN interface even after the outages ended. A >> reboot helps, but that's not an acceptable solution. >> >> The symptoms are very weird: even though dhclient successfully >> receives a dhcp lease and sets up the interface, I am unable to ping >> the gateway. The ifconfig utility says the interface is up and >> configured correctly; netstat -arn says routes are set up as they >> should be; and tcpdump reports random network traffic arriving on the >> interface (so the network itself is up and running). Taking the >> interface down and back up doesn't help, reloading ipfw rules doesn't >> help. >> >> I have some more things to test - whether tcpdump reports any >> attempts at outgoing traffic, and whether disconnecting/reconnecting >> the network cable will do anything. And maybe reverting ipfw rules to >> what I've been using before. Other than this, I have no idea what >> else to do... >> _______________________________________________ >> 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" >> Thank you for the hint, I will try it when this happens again. Note: the output of netstat -r was identical to what it is currently... FYI: I've been using freebsd 6.2 -> 7.2 until now, and I never had to intervene - the system resumed networking as usual. It might have something to do with migrating to 8rc1 (most likely not), or that I'm now using DHCP and there's a glitch somewhere (maybe). From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 18:49:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 915E21065670 for ; Sat, 7 Nov 2009 18:49:01 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 4C16A8FC1D for ; Sat, 7 Nov 2009 18:49:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N6qLL-0000Oa-Ow for freebsd-questions@freebsd.org; Sat, 07 Nov 2009 19:48:59 +0100 Received: from pool-70-21-18-103.res.east.verizon.net ([70.21.18.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Nov 2009 19:48:59 +0100 Received: from nightrecon by pool-70-21-18-103.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Nov 2009 19:48:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 07 Nov 2009 13:49:32 -0500 Lines: 38 Message-ID: References: <4AF57EB4.3070104@gmail.com> <20091107180710.GA1056@jason-helfmans-macbook-pro.local> <4AF5BB31.5090304@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-18-103.res.east.verizon.net Sender: news Subject: Re: networking won't come back up until reboot after ISP outage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 18:49:01 -0000 umage wrote: > On 7. 11. 2009 19:07, Jason wrote: >> Have you tried restarting routing? >> >> /etc/rc.d/routing restart >> >> I have found the same symptoms with other outages and not performing the >> above. >> >> I have done "/etc/rc.d/netif restart" and "/etc/rc.d/routing restart". >> [snip] >>> > Thank you for the hint, I will try it when this happens again. > Note: the output of netstat -r was identical to what it is currently... > FYI: I've been using freebsd 6.2 -> 7.2 until now, and I never had to > intervene - the system resumed networking as usual. It might have > something to do with migrating to 8rc1 (most likely not), or that I'm > now using DHCP and there's a glitch somewhere (maybe). My configuration is most likely different from yours in that my DSL modem- router is configured for split-bridge. This allows the DSL modem to handle the PPPoE connection and login but passes the WAN IP to my FreeBSD gateway box via DHCP. So the NIC on my gateway is getting it's lease from the DSL modem instead of directly from Verizon. Your DHCP lease is probably coming directly from the ISP I would presume. When the connection goes down and comes back up it will take 5 minutes before my FreeBSD gateway box checks the lease and decides if a renewal is in order. This is automatic. If I am sitting in front of my computer and I want to speed this up I issue /etc/rc.d/netif restart on the gateway and it will come up and be happy in about 10 seconds, rather than waiting out the 5 minute time out. -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 18:51:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B697F1065672 for ; Sat, 7 Nov 2009 18:51:59 +0000 (UTC) (envelope-from jabidan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 4485B8FC1E for ; Sat, 7 Nov 2009 18:51:59 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so848389fga.13 for ; Sat, 07 Nov 2009 10:51:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=uxc0cpdpaAEaQEUhwCqe7/jmBjkOyEHUG6MWXEgNek8=; b=ZveKSnkJcg1mKMjx3HGllpWk9mLhU+aBQCQtoJ9swM12W8KQDAjZsOlLpDRh0Ljz1q FHpqqCp1oDaJRg8ETKqVV8o9UF6LFMx+/o1qiplb11lenoP+V5JoN1ovrdJS/Ju0t1Xq m9lKFtd/Sw0POhmYK1VIBaH1nyJP7TThuD3XQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Pe5Vxw0qxNfoC8jb8eYx4y8etm8r4zA9TpPmFOsR5PEL4W8EkpYqA7K3E5ZZrr8yA+ vn4FuW+T13SOjt++NGnxUsrEjhuGAQEgjhNPHBj69FCh9dGZyrj1sLU02CWifdMI/SSb ycttFEmBbvyVlatf6dscm7Uzhts1dm2kOkID0= MIME-Version: 1.0 Received: by 10.239.143.215 with SMTP id l23mr613231hba.163.1257618446217; Sat, 07 Nov 2009 10:27:26 -0800 (PST) Date: Sat, 7 Nov 2009 12:27:26 -0600 Message-ID: From: =?ISO-8859-1?Q?Jes=FAs_Abidan?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Hi! a question about log in dmesg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 18:51:59 -0000 Hi, there, i am a pretty good user in linux and i don't know i am getting some strange info in my dmesg file: at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_matroute: v=(16)100000ff007f000000000000000000 at_matroute: head=0xc42c1700 at_matroute: returnr rn=0xc45b126c at_addroute: v=(16)100000fffe00000000000000000000 at_addroute: n=(16)100000ffff00000000000000000000 at_addroute: head=0xc42c1700 treenodes=0xc45b12e8 at_addroute: returns rn=0xc45b12e8 at_addroute: v=(16)100000ff007f000000000000000000 at_addroute: n=null at_addroute: head=0xc42c1700 treenodes=0xc45b126c at_addroute: returns rn=0xc45b126c at_delroute: v=(16)100000ff0000000000000000000000 at_delroute: n=(16)100000ff8000000000000000000000 at_delroute: head=0xc42c1700 at_delroute: returns rn=0xc45b2e88 at_delroute: v=(16)100000ff8000000000000000000000 at_delroute: n=(16)100000ffc000000000000000000000 at_delroute: head=0xc42c1700 at_delroute: returns rn=0xc45b2e0c and calcru: runtime went backwards from 229 usec to 114 usec for pid 690 (devd) calcru: runtime went backwards from 551 usec to 468 usec for pid 376 (dhclient) calcru: runtime went backwards from 1999 usec to 999 usec for pid 360 (dhclient) calcru: runtime went backwards from 39486 usec to 19742 usec for pid 360 (dhclient) calcru: runtime went backwards from 668 usec to 334 usec for pid 146 (adjkerntz) calcru: runtime went backwards from 57078 usec to 47420 usec for pid 51 (sh) calcru: runtime went backwards from 1964549 usec to 1411651 usec for pid 51 (sh) i know there is an issue about acpi and intel chipset or something like that but i have no results about changing things in bios. I have desactivate udma and no results. the firs message about at_matroute and delroute issues i have no idea. Anyone has a clue??? greetings to everyone out there! From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 20:20:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF1291065679 for ; Sat, 7 Nov 2009 20:20:59 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-9.bnguk.net (atmail-9.bnguk.net [80.74.253.9]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE708FC18 for ; Sat, 7 Nov 2009 20:20:59 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-9.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N6rmG-0004u7-JT; Sat, 07 Nov 2009 20:20:52 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 3D9044AC1B; Sat, 7 Nov 2009 20:20:52 +0000 (GMT) Date: Sat, 7 Nov 2009 20:20:52 +0000 From: Frank Shute To: Roger Message-ID: <20091107202052.GA92497@orange.esperance-linux.co.uk> Mail-Followup-To: Roger , freebsd-questions@freebsd.org References: <9d972bed0911060931k4ee2a5b7n9d62db23beeb6367@mail.gmail.com> <9d972bed0911070839q3f9ded02q40de4637278bcec9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9d972bed0911070839q3f9ded02q40de4637278bcec9@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: Help understanding basic FreeBSD concepts (ports, updates, jails) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 20:20:59 -0000 On Sat, Nov 07, 2009 at 11:39:41AM -0500, Roger wrote: > > Hello all, > > I have another concept that I'm confused about, the source distribution. > Some ports, like "lsof" require the existence of /usr/src. > What I don't understand is which version to use to keep synchronized > with the production release. > When the installed was performed the release was 7.2 but after doing > "freebsd-update" the release is now > 7.2-p4. According to the documentation, I can track CURRENT, STABLE plus other. > Which one is the recommended one for a production server. I have not > build that many > packages that need the sources present so now would be a good time to > find out which one > I should use. > > Thank you for your time and patience, > > -r You mentioned lsof but there is a utility in base which you probably don't know about called fstat(1), which does a lot of what lsof does. IIRC, the sources for 7.2 should be on the CD (run sysinstall(8) after sticking the CD in). That will save you from downloading all the sources. Then update the sources with csup(1) using the correct tag: RELENG_7_2 There's a supfile, /usr/share/examples/cvsup/standard-supfile, which you can change the default host and cvs tag of and it should work. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html goes into the details. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 21:37:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C4581065672 for ; Sat, 7 Nov 2009 21:37:00 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2260C8FC16 for ; Sat, 7 Nov 2009 21:36:59 +0000 (UTC) Received: by pxi12 with SMTP id 12so169532pxi.3 for ; Sat, 07 Nov 2009 13:36:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7qZQsF1Eb8CwGWCm/rXp2wQGC+1U0YtNLLBJ9+JIIuk=; b=O2w8GGChKLkwOm6hoUnQAr5vGSG8IgprBxsoLlm0GM9A67Xydj/DrkSM79JTvrsB1m yBiOG5b4uTHIcSRv01u2V0ZHEq34A4XZplHt1zGrPuGVawZOOKs+OqH65GjeTpNiNkiE /ILz/z3DqZHjnZRp5OwgsZNhLmFuBdNFn2QyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OJMkhAU0995oZOfn5nz87z6XGy8S40V51df1TrVt0seleUk2Hvuh2m1k/WoXOUnD4z +WEWDsPjqqLa/XCnRl0DpWNMKM4R5SwfmiVoFxscDmd9DgUx+V7n6o7zYSX7K6o9W4FU ibR46tecAHRTEbTI7/Dp/b4c2M352qPfB4Seg= MIME-Version: 1.0 Received: by 10.114.18.29 with SMTP id 29mr9782264war.147.1257629819489; Sat, 07 Nov 2009 13:36:59 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Nov 2009 14:36:59 -0700 Message-ID: From: Tim Judd To: =?ISO-8859-1?Q?Jes=FAs_Abidan?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Hi! a question about log in dmesg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 21:37:00 -0000 On 11/7/09, Jes=FAs Abidan wrote: > Hi, there, i am a pretty good user in linux and i don't know i am getting > some strange info in my dmesg file: > > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_addroute: v=3D(16)100000fffe00000000000000000000 > at_addroute: n=3D(16)100000ffff00000000000000000000 > at_addroute: head=3D0xc42c1700 treenodes=3D0xc45b12e8 > at_addroute: returns rn=3D0xc45b12e8 > at_addroute: v=3D(16)100000ff007f000000000000000000 > at_addroute: n=3Dnull > at_addroute: head=3D0xc42c1700 treenodes=3D0xc45b126c > at_addroute: returns rn=3D0xc45b126c > at_delroute: v=3D(16)100000ff0000000000000000000000 > at_delroute: n=3D(16)100000ff8000000000000000000000 > at_delroute: head=3D0xc42c1700 > at_delroute: returns rn=3D0xc45b2e88 > at_delroute: v=3D(16)100000ff8000000000000000000000 > at_delroute: n=3D(16)100000ffc000000000000000000000 > at_delroute: head=3D0xc42c1700 > at_delroute: returns rn=3D0xc45b2e0c What is your /boot/loader.conf Do you boot with any options? (such as verbose boot, as an example) > > > and > > calcru: runtime went backwards from 229 usec to 114 usec for pid 690 (dev= d) > calcru: runtime went backwards from 551 usec to 468 usec for pid 376 > (dhclient) > calcru: runtime went backwards from 1999 usec to 999 usec for pid 360 > (dhclient) > calcru: runtime went backwards from 39486 usec to 19742 usec for pid 360 > (dhclient) > calcru: runtime went backwards from 668 usec to 334 usec for pid 146 > (adjkerntz) > calcru: runtime went backwards from 57078 usec to 47420 usec for pid 51 (= sh) > calcru: runtime went backwards from 1964549 usec to 1411651 usec for pid = 51 > (sh) Symtoms like this would indicate you're running this in a virtual machine. The virtual machine's hardware clock and BSD is unable to detect, or USE that clock. So the kern.hz set at 1000 by default is screwing up the virtual machine's "hardware" clock. > > > i know there is an issue about acpi and intel chipset or something like t= hat > but i have no results about changing things in bios. I have desactivate u= dma > and no results. the firs message about at_matroute and delroute issues i > have no idea. > > Anyone has a clue??? > > greetings to everyone out there! From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 22:05:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C881106566B for ; Sat, 7 Nov 2009 22:05:27 +0000 (UTC) (envelope-from david.chanters@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 21FF78FC13 for ; Sat, 7 Nov 2009 22:05:26 +0000 (UTC) Received: by bwz5 with SMTP id 5so2373360bwz.3 for ; Sat, 07 Nov 2009 14:05:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=979xiczxxWjy0u8Ed/IZmimXGsrhoNkRcTS9fPWN9LY=; b=r8Uj5lo/TCKwxpK/0UJAplMxbZX6KgQZggca/gHkocmeJxu+NBhZcMrqMQYrHgBc0w bxdMxJPWMkcOLCol9+ZidFEchawfEVkTTYXtAYpZ5C0kH1TBlgnrZYry6IvSkAg4UHl/ tzI//wKJpZY4KlNVmEBU6/SeKsLwdTQalkviw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gMZWX0HkU/3hJpAcWKCGca2bMgn4dZljcSHFZZidn6VEgTe+fA9dYJR+HO+1n/XIi/ jRyOpMv07x80NiIEAWJ+woEIxkqLzqTeKiEeIdFsdW1HlECZIaY0/mznoI+EoI7/RA1D 1FELhS1YmfDwKyGg21uLXbitTOnVI9F39PhV4= MIME-Version: 1.0 Received: by 10.223.144.85 with SMTP id y21mr898139fau.1.1257629688933; Sat, 07 Nov 2009 13:34:48 -0800 (PST) Date: Sat, 7 Nov 2009 21:34:48 +0000 Message-ID: From: David Chanters To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Migrating from Linux (keeping partitions at install time) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 22:05:27 -0000 Hi all, I am considering switching from Debian Linux to FreeBSD. I am wondering if at install time, sysinstall is able to allow me to keep "/home" from my Debian installation. "/home" on Debian is currently a separate partition in its own right, mounted as RXT3. I only have the one hard disk in my machine. So, questions: 1. Can the installer be told to not touch "/home" at install time (I appreciate I would have to ensure I mapped the current /dev/hda2 terminology to slices in BSD parlance) 2. Does the fact that this is an EXT3 partition matter? (I have read FreeBSD supports ext2, and ext3 is just ext2 with a journal, so it can be mounted as ext2 if needed). 3. Is it possible/beneficial to convert this to UFS once FreeBSD is installed? Thanks in advance for any help. David From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 22:07:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02881106568D for ; Sat, 7 Nov 2009 22:07:38 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 834818FC17 for ; Sat, 7 Nov 2009 22:07:37 +0000 (UTC) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:60134 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1N6tRT-0002cX-7B for freebsd-questions@freebsd.org; Sat, 07 Nov 2009 23:07:33 +0100 Received: (qmail 6065 invoked from network); 7 Nov 2009 23:07:28 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 7 Nov 2009 23:07:28 +0100 Received: (qmail 94411 invoked by uid 1001); 7 Nov 2009 23:07:28 +0100 Date: Sat, 7 Nov 2009 23:07:28 +0100 From: Erik Trulsson To: =?iso-8859-1?Q?Jes=FAs?= Abidan Message-ID: <20091107220728.GA94383@owl.midgard.homeip.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1N6tRT-0002cX-7B. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1N6tRT-0002cX-7B 38775ad97c882e69c5af2444314bfd9a Cc: freebsd-questions@freebsd.org Subject: Re: Hi! a question about log in dmesg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 22:07:38 -0000 On Sat, Nov 07, 2009 at 12:27:26PM -0600, Jes=FAs Abidan wrote: > Hi, there, i am a pretty good user in linux and i don't know i am getting > some strange info in my dmesg file: >=20 > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_matroute: v=3D(16)100000ff007f000000000000000000 > at_matroute: head=3D0xc42c1700 > at_matroute: returnr rn=3D0xc45b126c > at_addroute: v=3D(16)100000fffe00000000000000000000 > at_addroute: n=3D(16)100000ffff00000000000000000000 > at_addroute: head=3D0xc42c1700 treenodes=3D0xc45b12e8 > at_addroute: returns rn=3D0xc45b12e8 > at_addroute: v=3D(16)100000ff007f000000000000000000 > at_addroute: n=3Dnull > at_addroute: head=3D0xc42c1700 treenodes=3D0xc45b126c > at_addroute: returns rn=3D0xc45b126c > at_delroute: v=3D(16)100000ff0000000000000000000000 > at_delroute: n=3D(16)100000ff8000000000000000000000 > at_delroute: head=3D0xc42c1700 > at_delroute: returns rn=3D0xc45b2e88 > at_delroute: v=3D(16)100000ff8000000000000000000000 > at_delroute: n=3D(16)100000ffc000000000000000000000 > at_delroute: head=3D0xc42c1700 > at_delroute: returns rn=3D0xc45b2e0c The above is (far too verbose) information about Appletalk routing. You presumably have the sysutils/netatalk port installed and activated. >=20 >=20 > and >=20 > calcru: runtime went backwards from 229 usec to 114 usec for pid 690 (dev= d) > calcru: runtime went backwards from 551 usec to 468 usec for pid 376 > (dhclient) > calcru: runtime went backwards from 1999 usec to 999 usec for pid 360 > (dhclient) > calcru: runtime went backwards from 39486 usec to 19742 usec for pid 360 > (dhclient) > calcru: runtime went backwards from 668 usec to 334 usec for pid 146 > (adjkerntz) > calcru: runtime went backwards from 57078 usec to 47420 usec for pid 51 (= sh) > calcru: runtime went backwards from 1964549 usec to 1411651 usec for pid = 51 > (sh) >=20 >=20 > i know there is an issue about acpi and intel chipset or something like t= hat > but i have no results about changing things in bios. I have desactivate u= dma > and no results. the firs message about at_matroute and delroute issues i > have no idea. >=20 > Anyone has a clue??? >=20 > greetings to everyone out there! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 22:37:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7857106566B for ; Sat, 7 Nov 2009 22:37: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 52E468FC08 for ; Sat, 7 Nov 2009 22:37:58 +0000 (UTC) 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 nA7MZxug061858; Sat, 7 Nov 2009 17:35:59 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nA7MZwdG061857; Sat, 7 Nov 2009 17:35:58 -0500 (EST) (envelope-from jerrymc) Date: Sat, 7 Nov 2009 17:35:58 -0500 From: Jerry McAllister To: David Chanters Message-ID: <20091107223558.GB61756@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@freebsd.org Subject: Re: Migrating from Linux (keeping partitions at install time) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 22:37:59 -0000 On Sat, Nov 07, 2009 at 09:34:48PM +0000, David Chanters wrote: > Hi all, > > I am considering switching from Debian Linux to FreeBSD. I am > wondering if at install time, sysinstall is able to allow me to keep > "/home" from my Debian installation. "/home" on Debian is currently a > separate partition in its own right, mounted as RXT3. I only have the > one hard disk in my machine. > > So, questions: > > 1. Can the installer be told to not touch "/home" at install time (I > appreciate I would have to ensure I mapped the current /dev/hda2 > terminology to slices in BSD parlance) If you have enough other room to install FreeBSD on the disk and that /dev/hda2 partition is not right in the middle of space you need for installing FreeBSD. eg, as long as it is in some ignorable place/space on the disk. > > 2. Does the fact that this is an EXT3 partition matter? (I have read > FreeBSD supports ext2, and ext3 is just ext2 with a journal, so it can > be mounted as ext2 if needed). I don't know if ext2 vs ext3 matters. It might. I would be inclined to want to make a backup of everthing on that partition and keep it somewhere you can get back to after FreeBSD is installed. Either tar or rsync it all to somewhere. Dump(8) is sensitive to OS, so it is one circumstance in which I do not recommend dump/restore for this type of backup. Now, providing that ext3 thing is not a problem, you can probably leave that filesystem/partition there if you have plenty of other space to install FreeBSD and set things up. Then you would probably want to copy everything from that old /home to a new one in FreeBSD space. You would just mount the old one as something like /oldhome and copy the stuff from it to whereever you have space in FreeBSD - maybe a new /home filesystem. Not so sure I did anything for your most important question - if ext2 s ext3 is a problem, but I hope the rest is helpful. > > 3. Is it possible/beneficial to convert this to UFS once FreeBSD is installed? Yes, absolutely - mount it and copy it to a FreeBSD filesystem if you plan to use it any amount. Good luck, ////jerry > > Thanks in advance for any help. > > David > _______________________________________________ > 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 Nov 7 22:57:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B9961065672 for ; Sat, 7 Nov 2009 22:57:51 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-8.bnguk.net (atmail-8.bnguk.net [80.74.253.5]) by mx1.freebsd.org (Postfix) with ESMTP id E1C2F8FC15 for ; Sat, 7 Nov 2009 22:57:50 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-8.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N6uE9-000110-5U; Sat, 07 Nov 2009 22:57:49 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 993FF4AC1B; Sat, 7 Nov 2009 22:57:48 +0000 (GMT) Date: Sat, 7 Nov 2009 22:57:48 +0000 From: Frank Shute To: David Chanters Message-ID: <20091107225748.GA92805@orange.esperance-linux.co.uk> Mail-Followup-To: David Chanters , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: Migrating from Linux (keeping partitions at install time) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 22:57:51 -0000 On Sat, Nov 07, 2009 at 09:34:48PM +0000, David Chanters wrote: > > Hi all, > > I am considering switching from Debian Linux to FreeBSD. I am > wondering if at install time, sysinstall is able to allow me to keep > "/home" from my Debian installation. "/home" on Debian is currently a > separate partition in its own right, mounted as RXT3. I only have the > one hard disk in my machine. > > So, questions: > > 1. Can the installer be told to not touch "/home" at install time (I > appreciate I would have to ensure I mapped the current /dev/hda2 > terminology to slices in BSD parlance) Yes. Your Linux partitions will be shown when you get to fdisk, IIRC. Don't touch them and just create further slices for your FreeBSD installation. I assume you've got space on your disk to create further slices. If not and your Debian installation takes up your whole disk, you'll have to create space within Debian....or buy another disk. > > 2. Does the fact that this is an EXT3 partition matter? (I have read > FreeBSD supports ext2, and ext3 is just ext2 with a journal, so it can > be mounted as ext2 if needed). You can mount your ext3 partition as ext2 from within FreeBSD. Have a look at ext2fs(5). > > 3. Is it possible/beneficial to convert this to UFS once FreeBSD is installed? You can't convert it to UFS without losing your data AFAIK, so your best bet is to mount it somewhere from within FreeBSD and just copy your data over to your FreeBSD /home (/home is symlinked to /usr/home). > > Thanks in advance for any help. > > David Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 23:07:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20E3E106566C for ; Sat, 7 Nov 2009 23:07:21 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-9.bnguk.net (atmail-9.bnguk.net [80.74.253.9]) by mx1.freebsd.org (Postfix) with ESMTP id CFAF38FC0C for ; Sat, 7 Nov 2009 23:07:20 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-9.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N6uN5-0005sf-Su; Sat, 07 Nov 2009 23:07:05 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 2E8E74AC1B; Sat, 7 Nov 2009 23:07:03 +0000 (GMT) Date: Sat, 7 Nov 2009 23:07:03 +0000 From: Frank Shute To: Jerry McAllister Message-ID: <20091107230703.GA94028@orange.esperance-linux.co.uk> Mail-Followup-To: Jerry McAllister , David Chanters , freebsd-questions@freebsd.org References: <20091107223558.GB61756@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091107223558.GB61756@gizmo.acns.msu.edu> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: David Chanters , freebsd-questions@freebsd.org Subject: Re: Migrating from Linux (keeping partitions at install time) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 23:07:21 -0000 On Sat, Nov 07, 2009 at 05:35:58PM -0500, Jerry McAllister wrote: > [snip] > > Not so sure I did anything for your most important question - if ext2 s ext3 > is a problem, but I hope the rest is helpful. > No, it's not a problem Jerry. ext3 is basically ext2 + journal, so you can mount it at as ext2 from within FreeBSD (or Linux). The journal sorts itself out when you boot Linux and it mounts the filesystem as ext3. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 23:18:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E541065676 for ; Sat, 7 Nov 2009 23:18:05 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from v-smtp-auth-relay-3.gradwell.net (v-smtp-auth-relay-3.gradwell.net [79.135.125.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7B88FC1F for ; Sat, 7 Nov 2009 23:18:04 +0000 (UTC) Received: from 82-39-73-243.cable.ubr02.jarr.blueyonder.co.uk ([82.39.73.243] helo=webmaker country=GB ident=dave#pop3&dgmm^net) by v-smtp-auth-relay-3.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.290) id 4af5fd15.6388.0 for freebsd-questions@freebsd.org; Sat, 7 Nov 2009 23:04:53 +0000 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Sat, 7 Nov 2009 23:04:52 +0000 User-Agent: KMail/1.9.10 References: <4AEE55EB.4020400@gmail.com> <200911021413.42663.Fluffy@fluffy.khv.ru> In-Reply-To: <200911021413.42663.Fluffy@fluffy.khv.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911072304.52469.freebsd01@dgmm.net> Subject: Re: dvdauthor can't find fribidi headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 07 Nov 2009 23:18:05 -0000 On Monday 02 November 2009, Dima Panov wrote: > On Monday 02 November 2009 13:45:47 Jimmie James wrote: > > > Seems as dvdauthor is broken on 8-rc1...anything I might have done? > > > > > > > > > [steve@fyre /usr/ports/multimedia/dvdauthor]$ sudo make install clean > > > ===> Building for dvdauthor-0.6.14_4 > > > Making all in doc > > > gmake[1]: Entering directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > > > gmake[1]: Nothing to be done for `all'. > > > gmake[1]: Leaving directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/doc' > > > Making all in src > > > gmake[1]: Entering directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > gmake all-am > > > gmake[2]: Entering directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > > > -I/usr/local/include/libxml2 -I/usr/local/include > > > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > > > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > > > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP > > > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > > > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > > > ".deps/subreader.Tpo"; exit 1; fi > > > subreader.c: In function 'sub_read_line_aqt': > > > subreader.c:661: warning: comparison with string literal results in > > > unspecified behaviour > > > subreader.c:661: warning: comparison with string literal results in > > > unspecified behaviour > > > subreader.c: In function 'sub_read_line_subrip09': > > > subreader.c:717: warning: comparison with string literal results in > > > unspecified behaviour > > > subreader.c: In function 'sub_fribidi': > > > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this > > > function) subreader.c:1082: error: (Each undeclared identifier is > > > reported only once subreader.c:1082: error: for each function it > > > appears in.) > > > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this > > > function) subreader.c:1102: warning: passing argument 3 of > > > 'fribidi_log2vis' from incompatible pointer type > > > gmake[2]: *** [subreader.o] Error 1 > > > gmake[2]: Leaving directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > gmake[1]: *** [all] Error 2 > > > gmake[1]: Leaving directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > gmake: *** [all-recursive] Error 1 > > > *** Error code 1 > > > > dvdauthor-0.6.14/src' > > > > > gmake all-am > > > gmake[2]: Entering directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > if cc -DHAVE_CONFIG_H -I. -I. -I. -DSYSCONFDIR="\"/usr/local/etc\"" > > > -I/usr/local/include/libxml2 -I/usr/local/include > > > -I/usr/local/include/ImageMagick -I/usr/local/include/freetype2 > > > -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include > > > -I/usr/local/include -Wall -DICONV_CONV=yes -MT subreader.o -MD -MP > > > -MF ".deps/subreader.Tpo" -c -o subreader.o subreader.c; \ > > > then mv -f ".deps/subreader.Tpo" ".deps/subreader.Po"; else rm -f > > > ".deps/subreader.Tpo"; exit 1; fi > > > subreader.c: In function 'sub_read_line_aqt': > > > subreader.c:661: warning: comparison with string literal results in > > > unspecified behaviour > > > subreader.c:661: warning: comparison with string literal results in > > > unspecified behaviour > > > subreader.c: In function 'sub_read_line_subrip09': > > > subreader.c:717: warning: comparison with string literal results in > > > unspecified behaviour > > > subreader.c: In function 'sub_fribidi': > > > subreader.c:1082: error: 'FRIBIDI_TRUE' undeclared (first use in this > > > function) subreader.c:1082: error: (Each undeclared identifier is > > > reported only once subreader.c:1082: error: for each function it > > > appears in.) > > > subreader.c:1083: error: 'FRIBIDI_FALSE' undeclared (first use in this > > > function) subreader.c:1102: warning: passing argument 3 of > > > 'fribidi_log2vis' from incompatible pointer type > > > gmake[2]: *** [subreader.o] Error 1 > > > gmake[2]: Leaving directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > gmake[1]: *** [all] Error 2 > > > gmake[1]: Leaving directory > > > `/usr/ports/multimedia/dvdauthor/work/dvdauthor-0.6.14/src' > > > gmake: *** [all-recursive] Error 1 > > > *** Error code 1 > > > > Hate to pop in with a "me too", but me too. I've reinstalled all of it's > > depends, no joy. I've removed them all, along with dvdauthor and no joy. > > Tried commenting out fribidi from the Makefile, no joy. > > It always try to use fribidi if it installed on the system, but broken with > new fribidi. Based on the above, I just did (as root) : pkg_delete -f fribidi-0.19.2_1 portupgrade dvdauthor portinstall fribidi It worked. Whether dvdauthor might have problems now I don't know, but at least it compiled and installed. -- Dave