From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 00:09: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 4F4621065804; Sun, 1 Feb 2009 00:09:29 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1708FC12; Sun, 1 Feb 2009 00:09:28 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 37DDEAFC1FE; Sat, 31 Jan 2009 15:09:28 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 31 Jan 2009 15:09:27 -0900 User-Agent: KMail/1.9.10 References: <20090128202556.GA30226@haydn.nognu.de> <200901281523.33379.fbsd.questions@rachie.is-a-geek.net> <20090129010926.GA6652@haydn.nognu.de> In-Reply-To: <20090129010926.GA6652@haydn.nognu.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901311509.28014.fbsd.questions@rachie.is-a-geek.net> Cc: "Bjoern A. Zeeb" , freebsd-jail@freebsd.org, Frank Steinborn Subject: Re: Problem with ezjail: Manually restarted jails don't come up again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 00:09:29 -0000 On Wednesday 28 January 2009 16:09:26 Frank Steinborn wrote: > On Wed, Jan 28, 2009 at 03:23:33PM -0900, Mel wrote: > > On Wednesday 28 January 2009 12:24:31 Frank Steinborn wrote: > > > 37948 p3 TJ 0:00.01 -su -c /bin/sh -c ^I"/usr/local/bin/mlnet ^I > > > ^I ^I>> /dev/null 2>&1 &" (zsh) > > > > ^^^ > > Why is zsh shell involved? > > This was it. I should not have used the root-account inside the jails > with zsh. I now use the toor account on zsh and put the shell of root > back to csh everywhere. > > However, I don't understand why zsh is invoked, since all rc.d-scripts > have shebang lines telling them to use /bin/sh? I'm a bit confused, > maybe can someone give a bit light on this... su invokes $SHELL of the target user, from su(8): By default, the environment is unmodified with the exception of USER, HOME, and SHELL. HOME and SHELL are set to the target login's default values. USER is set to the target login, unless the target login has a user ID of 0, in which case it is unmodified. The invoked shell is the one belonging to the target login. This is the traditional behavior of su. So: su root -c /bin/sh expands to ${SHELL} /bin/sh -- Mel Problem with today's modular software: they start with the modules and never get to the software part. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 00:10: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 8A0B0106567B for ; Sun, 1 Feb 2009 00:10:05 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 657AF8FC0C for ; Sun, 1 Feb 2009 00:10:05 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id E1C86509C7 for ; Sun, 1 Feb 2009 00:10:04 +0000 (GMT) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HkSXJ4TElKUF for ; Sun, 1 Feb 2009 00:10:02 +0000 (GMT) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 90EB8509BF; Sun, 1 Feb 2009 00:10:02 +0000 (GMT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20090201001002.90EB8509BF@nyi.unixathome.org> Date: Sun, 1 Feb 2009 00:10:02 +0000 (GMT) Subject: The FreeBSD Diary: 2009-01-11 - 2009-01-31 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 00:10:05 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 00:31: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 953191065735; Sun, 1 Feb 2009 00:31:38 +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 4F4668FC13; Sun, 1 Feb 2009 00:31:38 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n110Vb8o028389; Sat, 31 Jan 2009 17:31:37 -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 n110Vaoc028386; Sat, 31 Jan 2009 17:31:37 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 31 Jan 2009 17:31:36 -0700 (MST) From: Warren Block To: Keith Seyffarth In-Reply-To: <20090131231843.655FCA6D67@maxine.cjones.org> Message-ID: References: <20090128212906.35F33A6B41@maxine.cjones.org> <20090128225313.6097f792@baby-jane.lamaiziere.net> <20090131213917.175A8A6CFB@maxine.cjones.org> <20090131231843.655FCA6D67@maxine.cjones.org> 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.0.1 (wonkity.com [127.0.0.1]); Sat, 31 Jan 2009 17:31:37 -0700 (MST) Cc: freebsd-questions@freebsd.org, Robert Noland Subject: xorg input ignored until mouse is moved (was Re: issues with X not loading) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 00:31:39 -0000 On Sat, 31 Jan 2009, Keith Seyffarth wrote: >>> I also tried adding >>> AllowEmptyInput "off" >>> in xorg.conf, but that gives an error when starting X that >>> AllowEmptyInput is not valid. >> >> In section ServerLayout, add >> >> Option "AllowEmptyInput" "Off" > > Thakns. This worked. I had the syntax incorrect. however, I thought > this wasn't supposed to be necessar after the updates to hal on the > 27th? I hadn't tested it since then, but did just now. Removing keyboard and mouse entries and AllowEmptyInput and AutoAddDevices entries in ServerLayout did work... for a few seconds. Then it went back to keyboard input or mouse clicks ignored until the mouse is moved. That includes ctrl-alt-backspace. This is with hal-0.5.11_14 and moused enabled, tested on two different systems. Both have a USB and PS/2 mouse. So I'm sticking with explicitly declaring keyboard and mouse and AutoAddDevices Off for now. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 00:38: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 24CFD10657C0; Sun, 1 Feb 2009 00:38:59 +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 8E50A8FC14; Sun, 1 Feb 2009 00:38:58 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LTQMS-0007kP-E3>; Sun, 01 Feb 2009 01:38:56 +0100 Received: from e178054066.adsl.alicedsl.de ([85.178.54.66] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LTQMS-00026W-8u>; Sun, 01 Feb 2009 01:38:56 +0100 Message-ID: <4984EF27.2050405@mail.zedat.fu-berlin.de> Date: Sun, 01 Feb 2009 01:39:03 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.19 (X11/20090131) MIME-Version: 1.0 To: Mel References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.54.66 Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 00:38:59 -0000 Mel wrote: > On Friday 30 January 2009 13:19:41 O. Hartmann wrote: > >> After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4 >> and having done hurting recompiling nearly everything/package twice now >> firefox3 still doesn't work properly and hits me when starting with this >> error message: >> >> Xlib: extension "Generic Event Extension" missing on display ":0.0". >> >> Then firefox3 freezes forever, showing something like the background or >> pixel remnants of windows/picograms moving over its window. >> > > http://lists.freedesktop.org/archives/xorg/2008-October/039134.html > > Well, that doesn't help very much. As R. Noland wrote, the error coming up isn't of any harm. I still have Firefox3 not working on a FreeBSD 8.0-CURRENT/AMD64 UP box, running the most recent FreeBSD 8.0-CURRENT and having now recompiled three time EVERYTHING, Firefox3 inclusive. Firefox3 is still stuck when it comes to pulldown menus or requester for download destination, eating up 100% CPU time and slowing down the box incredible. I pretty sure I have all the stuff of the X11 suite in the right place and the right revision number, as I said, I recompiled everything three times and I did several attempts upgrading the whole Xorg since sunday last week. Also a deletion of the ports has been performed and then reinstalled. I can not asure that there is any zomby-library out there disturbing the build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary and I got the attached dump of the linked shared objects. Interestingly, the first three entries show up something missing - therefore I deinstalled Firefox and rebuild the browser after an additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg stuff has been rebuild and by the numbers it seems to be up to date. I double checked if /usr/local/lib/firefox3 has been completely removed and for the user's stuff, I deleted the entire ~/.mozilla folder and started Firefox3 from scratch - everytime with the same result. Firefox3 did not show these symptomes on a FreeBSD 7.1-STABLE/AMD64 SMP box, also with most recent sources and undergone the same three time recompilation of everything procedure. Unlucklily, I do not have another UP box running FreeBSD 8.0/amd64 for double check this behaviour. Bevor filing a PR, I would like to ask the list ... Thanks in advance, Oliver thor# ldd firefox-bin firefox-bin: libxul.so => not found (0x0) libmozjs.so => not found (0x0) libxpcom.so => not found (0x0) libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000) libnspr4.so.1 => /usr/local/lib/libnspr4.so.1 (0x8008a1000) libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0x8009d9000) libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x800e92000) libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0 (0x800fb1000) libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0 (0x80114d000) libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0 (0x801267000) libgio-2.0.so.0 => /usr/local/lib/libgio-2.0.so.0 (0x801372000) libXext.so.6 => /usr/local/lib/libXext.so.6 (0x8014de000) libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0x8015ef000) libXinerama.so.1 => /usr/local/lib/libXinerama.so.1 (0x8016f8000) libXi.so.6 => /usr/local/lib/libXi.so.6 (0x8017fa000) libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x801903000) libXcursor.so.1 => /usr/local/lib/libXcursor.so.1 (0x801a0a000) libXcomposite.so.1 => /usr/local/lib/libXcomposite.so.1 (0x801b14000) libXdamage.so.1 => /usr/local/lib/libXdamage.so.1 (0x801c17000) libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x801d19000) libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0 (0x801e96000) libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0 (0x801fc3000) libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x80210a000) libz.so.4 => /lib/libz.so.4 (0x802287000) libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1 (0x80239b000) libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x8024ca000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x8025cd000) libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0x8027cb000) libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x8028d0000) libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x802a12000) libm.so.5 => /lib/libm.so.5 (0x802bcb000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x802cea000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x802ecd000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x8030d6000) libthr.so.3 => /lib/libthr.so.3 (0x8031e3000) libc.so.7 => /lib/libc.so.7 (0x8032fb000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x803525000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x80362e000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x803748000) librpcsvc.so.4 => /usr/lib/librpcsvc.so.4 (0x80384d000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x803956000) libpixman-1.so.9 => /usr/local/lib/libpixman-1.so.9 (0x803a59000) libglitz.so.1 => /usr/local/lib/libglitz.so.1 (0x803b91000) libpng.so.5 => /usr/local/lib/libpng.so.5 (0x803cba000) libxcb-render-util.so.0 => /usr/local/lib/libxcb-render-util.so.0 (0x803de1000) libxcb-render.so.0 => /usr/local/lib/libxcb-render.so.0 (0x803ee4000) libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x803fec000) libicui18n.so.38 => /usr/local/lib/libicui18n.so.38 (0x80410f000) libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x804366000) libicuuc.so.38 => /usr/local/lib/libicuuc.so.38 (0x804493000) libicudata.so.38 => /usr/local/lib/libicudata.so.38 (0x8046c4000) --- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 00:53: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 707801065712; Sun, 1 Feb 2009 00:53: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 1DA468FC18; Sun, 1 Feb 2009 00:53:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n110rQcB028501; Sat, 31 Jan 2009 17:53:26 -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 n110rQai028498; Sat, 31 Jan 2009 17:53:26 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 31 Jan 2009 17:53:26 -0700 (MST) From: Warren Block To: Keith Seyffarth In-Reply-To: Message-ID: References: <20090128212906.35F33A6B41@maxine.cjones.org> <20090128225313.6097f792@baby-jane.lamaiziere.net> <20090131213917.175A8A6CFB@maxine.cjones.org> <20090131231843.655FCA6D67@maxine.cjones.org> 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.0.1 (wonkity.com [127.0.0.1]); Sat, 31 Jan 2009 17:53:26 -0700 (MST) Cc: freebsd-questions@freebsd.org, Robert Noland Subject: Re: xorg input ignored until mouse is moved (was Re: issues with X not loading) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 00:53:28 -0000 On Sat, 31 Jan 2009, Warren Block wrote: > > So I'm sticking with explicitly declaring keyboard and mouse and > AutoAddDevices Off for now. Interestingly, the InputDevice mouse and keyboard entries and the corresponding entries in ServerLayout are unnecessary. Just Options "AutoAddDevices" "Off" in ServerLayout. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 02:19: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 689431065708 for ; Sun, 1 Feb 2009 02:19:37 +0000 (UTC) (envelope-from William@futurecis.com) Received: from mail1.futurecis.com (static-72-66-123-22.washdc.fios.verizon.net [72.66.123.22]) by mx1.freebsd.org (Postfix) with ESMTP id 09F988FC0A for ; Sun, 1 Feb 2009 02:19:36 +0000 (UTC) (envelope-from William@futurecis.com) Received: (qmail 929 invoked from network); 1 Feb 2009 02:20:40 -0000 Received: from unknown (HELO [10.0.0.100]) ([10.0.0.100]) (envelope-sender ) by mail1.futurecis.com (qmail-ldap-1.03) with SMTP for ; 1 Feb 2009 02:20:40 -0000 Message-ID: <498506C4.6020209@futurecis.com> Date: Sat, 31 Jan 2009 21:19:48 -0500 From: William Bentley User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Mel References: <49832523.60402@futurecis.com> <200901301442.51094.fbsd.questions@rachie.is-a-geek.net> <49839383.2090606@futurecis.com> <200901301516.46683.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200901301516.46683.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Perl5.8 Won't Build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 02:19:37 -0000 I tried this as you said, to no avail. Same error. Please advise. Mel wrote: > On Friday 30 January 2009 14:55:47 William Bentley wrote: > >> No, this is a new install and there are no env vars set. I made sure >> that the env was clean anyways. >> > > As a work-around compile as: > env MAKEFILE=Makefile make build > > How this got changed, I have no idea. > > >> Mel wrote: >> >>> On Friday 30 January 2009 14:07:17 William Bentley wrote: >>> >>>> Here is the output: >>>> >>>> (cd /usr/ports/lang/perl5.8/work/perl-5.8.9; /usr/bin/env LANG="" >>>> LC_ALL="" LC_COLLATE="" LC_CTYPE="" LC_MESSAGES="" LC_MONETARY="" >>>> LC_NUMERIC="" LC_TIME="" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local >>>> LOCALBASE=/usr/local X11BASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm >>>> -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -fno-strict-aliasing -pipe" >>>> CXX="c++" CXXFLAGS="-O2 -fno-strict-aliasing -pipe" >>>> MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel >>>> -m 555" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" >>>> BSD_INSTALL_DATA="install -o root -g wheel -m 444" >>>> BSD_INSTALL_MAN="install -o root -g wheel -m 444" make -f makefile >>>> all) >>>> >>> Mine looks for Makefile (capital M). Did you set a MAKEFILE variable >>> somewhere, like environment variable? >>> > > > > From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 03:24: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 EA3E11065704 for ; Sun, 1 Feb 2009 03:24:49 +0000 (UTC) (envelope-from tonyrieser@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id BFBE28FC0C for ; Sun, 1 Feb 2009 03:24:49 +0000 (UTC) (envelope-from tonyrieser@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1036746wfg.7 for ; Sat, 31 Jan 2009 19:24:49 -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:cc:content-type:content-transfer-encoding; bh=54dNMo+1BC4PIsdc9NOlFIGILc/ywSZbVl8JT9A7xI0=; b=e7PLvKZRlJLexp8EUAMzZI2vrJWwl8fuRMLolrGR6m9QaATrLmpTwqhOgfOp5rwnim FFh0dUWQIEL03FeINZOQMFeU+iC0STSt+4tD7z4V50hgfLAlWXzrVysbtTEuYolFisL2 CgsKlJkNJxY3TWgj110czTGQZEFV1qpJE7Uuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=qGQ7EKRmHtyMgVX14T9y4bvzqoXf8DbNQmX6pIwHsr/knb/JNCMtOWWF1CWxZYpyH2 xRLQowEDvJUZ1h2cxB3B9g3e8mWbUHag7mOrW+qqtK5+BRlm6FTtod5/dkRH/B4MzUzk cgz2J8Kecm0NuYhNmdrgklTCR5LGDLaHadLNQ= MIME-Version: 1.0 Received: by 10.143.5.20 with SMTP id h20mr1205203wfi.167.1233458689313; Sat, 31 Jan 2009 19:24:49 -0800 (PST) Date: Sat, 31 Jan 2009 22:24:49 -0500 Message-ID: <58a2fd890901311924s6bf36cb5w47d845d8d8090af8@mail.gmail.com> From: Antonio Rieser To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: rhurlin , Glen Barber , Vulpes Velox Subject: Graphics tablet / Xorg / mouse 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: Sun, 01 Feb 2009 03:24:50 -0000 Hi, I recently installed FreeBSD 7.1 on an ACER Aspire 1680 laptop. I'm running KDE 3.5 and the most recent Xorg port with a Wacom Bamboo tablet and the wacom driver from the ports collection. I have the following problems with the tablet and mouse: 1) If I boot without the tablet plugged in, then plug it in later and restart X, the error message (EE) intel(0): [DRI] Unlocking inconsistency: Context 676684348 trying to unlock lock held by context 2 (EE) intel(0): [DRI] Locking deadlock. Already locked with context 676684348, trying to lock with context 2. is written to Xorg.0.log and kdm-bin.log so many times that it fills my /var partition and locks my system. Note that if I boot with the tablet already plugged in, this error doesn't appear, and everything works fine. I loading the driver via the line 'uwacom_load="YES" in /boot/loader.conf 2) If I remove the tablet from the computer (I've only tried it during an X session), the system panics and shuts down, whether or not I stop the wacom driver before removing the tablet. 3) If I stop the wacom driver, then start it again, I cannot simply restart X and have the tablet work. I have to reboot in order for the tablet to be recognized, even in mouse mode. 4) Occasionally the pointer refuses to stay put and drifts to the top of the screen. Controlling the pointer with the mouse becomes difficult at this point, too, since it wants to float upwards. Unfortunately, I have difficulty reproducing this reliably. Once it starts, though, it doesn't stop until I end the X session. If the problem starts and then I stop the wacom driver without restarting X, it continues anyway. 5) Xorg.0.log contains the following error (also included below): pad Wacom X driver can't grab event device, errno=1005 (I haven't honestly noticed any strange behavior on the 'pad' device, however.) Regarding 1) - and maybe 3) & 4) - my guess is that the tablet is fighting with the mouse for control of the pointer, but I don't know how to check if that's the case or how to fix it if it is. Thanks in advance for any help! All the best, Tony Rieser PS This post is a repost/summary of a recent thread posted under a less transparent subject line. I apologize for the redundancy. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 04:30: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 DAFB3106580D for ; Sun, 1 Feb 2009 04:30:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0818FC1C for ; Sun, 1 Feb 2009 04:30:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so416897ywe.13 for ; Sat, 31 Jan 2009 20:30:45 -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=wuEXuxCAmUhL4hD5bOsinrZpVB2J6CX1X5s87OH3DIY=; b=XFoYiiXlaD2nhorm2cxcAlBsjCpeYJcOAu6gq0CI77s4/07d6gvpIFeaGcsEiVU19Z fdf8NNLeLkdDQIVXSuYUNs6auZ8/4FyY8PLPK/HKuCFPzdfP1VzVAXh5vOM67k9pOoXu NJ7g98JACurjmo9GLCfJ5/vWIleCdrDBF4V+o= 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=tiQ6Cn6nxmW8u3Uywv1mOjlO5Ig2oC/VN+kjK/H/zkTYAa5YRqrVCdfLJk9Zhv5bqz 5LErWBwz7mxoYdU+ohyiN4STEsOyC+/6C82rZtm80uOggl61B+VVQ4cB3/7lfwHlpb3k VY5OnKcZYPUtuDbX+SM+2z+8zJeRsrVvIQdt4= MIME-Version: 1.0 Received: by 10.90.82.8 with SMTP id f8mr1958888agb.21.1233461292298; Sat, 31 Jan 2009 20:08:12 -0800 (PST) In-Reply-To: <4984EF27.2050405@mail.zedat.fu-berlin.de> References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> Date: Sat, 31 Jan 2009 22:08:12 -0600 Message-ID: <790a9fff0901312008x71fa025na58856bde4c7a5be@mail.gmail.com> From: Scot Hetzel To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Mel , freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 04:30:47 -0000 On Sat, Jan 31, 2009 at 6:39 PM, O. Hartmann wrote: > build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary > and I got the attached dump of the linked shared objects. > Interestingly, the first three entries show up something missing - > therefore I deinstalled Firefox and rebuild the browser after an > additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg > thor# ldd firefox-bin > firefox-bin: > libxul.so => not found (0x0) > libmozjs.so => not found (0x0) > libxpcom.so => not found (0x0) > libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) > libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000) When firefox3 was first added to the ports collection, I had noticed this problem with firefox3 (after using sysutils/libchk), but I didn't have this problem with the firefox 2. A look at the difference between the www/firefox and www/firefox3 Makefiles showed that firefox3 was missing this: LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} After adding this line to the ports Makefile, and rebuilding the port, these libraries are now showing as found in the ldd output. Scot From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 04:37: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 0E50210657A4 for ; Sun, 1 Feb 2009 04:37:52 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id AA3B18FC1C for ; Sun, 1 Feb 2009 04:37:51 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA03.westchester.pa.mail.comcast.net with comcast id ABia1b0080ldTLk53UdsGq; Sun, 01 Feb 2009 04:37:52 +0000 Received: from daland.home ([24.34.211.11]) by OMTA04.westchester.pa.mail.comcast.net with comcast id AUdq1b0050FJTGg3QUdqns; Sun, 01 Feb 2009 04:37:51 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LTU5c-000Jiu-PI; Sat, 31 Jan 2009 23:37:48 -0500 From: Alex Goncharov To: "O. Hartmann" In-reply-to: <4984EF27.2050405@mail.zedat.fu-berlin.de> (ohartman@mail.zedat.fu-berlin.de) References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> Message-Id: Sender: Alex Goncharov Date: Sat, 31 Jan 2009 23:37:48 -0500 Cc: freebsd-current@freebsd.org, fbsd.questions@rachie.is-a-geek.net, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 04:37:52 -0000 ,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) ----* | I did a 'ldd' on the Firefox3 binary | and I got the attached dump of the linked shared objects. | Interestingly, the first three entries show up something missing - LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin | head -n 5 /usr/local/lib/firefox3/firefox-bin: libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000) libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000) libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000) firefox3 sets LD_LIBRARY_PATH for you :-) | thor# ldd firefox-bin | firefox-bin: | libxul.so => not found (0x0) | libmozjs.so => not found (0x0) | libxpcom.so => not found (0x0) | libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) -- Alex -- alex-goncharov@comcast.net -- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 05:06: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 5FE231065E1E; Sun, 1 Feb 2009 05:06:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2892F8FC13; Sun, 1 Feb 2009 05:06:23 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 50DD3AFC1FE; Sat, 31 Jan 2009 20:06:22 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 31 Jan 2009 20:05:50 -0900 User-Agent: KMail/1.9.10 References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> In-Reply-To: <4984EF27.2050405@mail.zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901312005.51125.fbsd.questions@rachie.is-a-geek.net> Cc: "O. Hartmann" , freebsd-current@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension " missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 05:06:35 -0000 On Saturday 31 January 2009 15:39:03 O. Hartmann wrote: > Mel wrote: > > On Friday 30 January 2009 13:19:41 O. Hartmann wrote: > >> After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4 > >> and having done hurting recompiling nearly everything/package twice now > >> firefox3 still doesn't work properly and hits me when starting with this > >> error message: > >> > >> Xlib: extension "Generic Event Extension" missing on display ":0.0". > >> > >> Then firefox3 freezes forever, showing something like the background or > >> pixel remnants of windows/picograms moving over its window. > > > > http://lists.freedesktop.org/archives/xorg/2008-October/039134.html > > Well, that doesn't help very much. As R. Noland wrote, the error coming > up isn't of any harm. > > I still have Firefox3 not working on a FreeBSD 8.0-CURRENT/AMD64 UP box, > running the most recent FreeBSD 8.0-CURRENT and having now recompiled > three time EVERYTHING, Firefox3 inclusive. Firefox3 is still stuck when > it comes to pulldown menus or requester for download destination, eating > up 100% CPU time and slowing down the box incredible. I pretty sure I > have all the stuff of the X11 suite in the right place and the right > revision number, as I said, I recompiled everything three times and I > did several attempts upgrading the whole Xorg since sunday last week. You have 2 choices: - revert to known working xorg-server-1.4 (xorg 7.3) - try to debug this using the send-pr system, given the ammount of problems people are posting with this xorg-server, more datapoints are not a bad thing. As a sidenote, it would be nice if xorg-server14 port would be created till the dust has settled. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 05:20: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 7A7A010658FE for ; Sun, 1 Feb 2009 05:20:05 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (pool-173-50-231-101.ptldor.fios.verizon.net [173.50.231.101]) by mx1.freebsd.org (Postfix) with ESMTP id 3710A8FC17 for ; Sun, 1 Feb 2009 05:20:04 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: by sopwith.solgatos.com (Postfix, from userid 66) id 6F8BBB652; Sat, 31 Jan 2009 21:10:57 -0800 (PST) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id DAA18347; Sun, 1 Feb 2009 03:27:38 GMT Message-Id: <200902010327.DAA18347@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Sat, 31 Jan 2009 19:27:38 +0000 From: Dieter Subject: Unix disk utility similar to Victoria ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 05:20:39 -0000 Does anyone know of a Unix utility that can do "a scan of connected devices regardless of BIOS status" similar to Victoria ? The "BUSY" state is of particular interest. GUI not required. I tried google, no joy. http://www.msfn.org/board/index.php?showtopic=129263 From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 06:53: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 6EBC51065714 for ; Sun, 1 Feb 2009 06:53:35 +0000 (UTC) (envelope-from matthias.apitz@oclc.org) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.freebsd.org (Postfix) with ESMTP id C47768FC13 for ; Sun, 1 Feb 2009 06:53:34 +0000 (UTC) (envelope-from matthias.apitz@oclc.org) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id HAA20877; Sun, 1 Feb 2009 07:44:15 +0100 (CET) (envelope-from matthias.apitz@oclc.org) Received: from ppp-93-104-57-150.dynamic.mnet-online.de(93.104.57.150) by hunter.Sisis.de via smap (V2.1) id xma020868; Sun, 1 Feb 09 07:43:49 +0100 Received: (from guru@localhost) by rebelion.Sisis.de (8.14.2/8.13.8/Submit) id n116r1Sa002875; Sun, 1 Feb 2009 07:53:01 +0100 (CET) (envelope-from matthias.apitz@oclc.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to matthias.apitz@oclc.org using -f Date: Sun, 1 Feb 2009 07:53:01 +0100 From: Matthias Apitz To: Mel Message-ID: <20090201065301.GA2568@rebelion.Sisis.de> References: <20090130154311.GA7964@rebelion.Sisis.de> <200901310814.23334.fbsd.questions@rachie.is-a-geek.net> <20090131175922.GA50313@rebelion.Sisis.de> <200901311204.33808.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200901311204.33808.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.0-STABLE (i386) Cc: freebsd-questions@freebsd.org Subject: Re: gsasl 0.2.28_1 does not link in 7.1R 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: Sun, 01 Feb 2009 06:53:35 -0000 El día Saturday, January 31, 2009 a las 12:04:33PM -0900, Mel escribió: > Ok, it's not snmp. On second glance my link line is: ... > > Other then libidn, which should be unrelated, I don't see a difference. You > may need to file a problem report with the port maintainer. Following a wild guess I did: # pkg_delete krb5-1.6.3_5 # cd /usr/ports/security/gsasl # make clean # make # make install which worked fine; I will file a bug report. Thx for your time and help matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 07: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 1608310656EE for ; Sun, 1 Feb 2009 07:42:35 +0000 (UTC) (envelope-from matthias.apitz@oclc.org) Received: from hunter.Sisis.de (mail.oclc.de [193.31.11.194]) by mx1.freebsd.org (Postfix) with ESMTP id 700568FC13 for ; Sun, 1 Feb 2009 07:42:34 +0000 (UTC) (envelope-from matthias.apitz@oclc.org) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id IAA24853 for ; Sun, 1 Feb 2009 08:33:18 +0100 (CET) (envelope-from matthias.apitz@oclc.org) Received: from ppp-93-104-57-150.dynamic.mnet-online.de(93.104.57.150) by hunter.Sisis.de via smap (V2.1) id xma024846; Sun, 1 Feb 09 08:33:14 +0100 Received: (from guru@localhost) by rebelion.Sisis.de (8.14.2/8.13.8/Submit) id n117gQMW004114 for freebsd-questions@freebsd.org; Sun, 1 Feb 2009 08:42:26 +0100 (CET) (envelope-from matthias.apitz@oclc.org) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to matthias.apitz@oclc.org using -f Date: Sun, 1 Feb 2009 08:42:26 +0100 From: Matthias Apitz To: freebsd-questions@freebsd.org Message-ID: <20090201074226.GA4077@rebelion.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 7.0-STABLE (i386) Subject: LXDE && FreeBSD 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: Sun, 01 Feb 2009 07:42:35 -0000 Hello, There is a lot of LXDE (http://wiki.lxde.org/en/Main_Page) in the ports, but no masterport, like it exists for KDE or Gnome; is anybody working on a master port or has at least some installation guide worked-out? thanks in advance for sharing it; matthias -- Matthias Apitz Manager Technical Support - OCLC GmbH Gruenwalder Weg 28g - 82041 Oberhaching - Germany t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.oclc.org/ http://www.UnixArea.de/ b http://gurucubano.blogspot.com/ From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 09:03: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 97C2410657D5 for ; Sun, 1 Feb 2009 09:03:20 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from mail1.hostpark.net (mail1.hostpark.net [212.243.197.31]) by mx1.freebsd.org (Postfix) with ESMTP id 1D5F18FC08 for ; Sun, 1 Feb 2009 09:03:19 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from localhost (localhost [127.0.0.1]) by mail1.hostpark.net (Postfix) with ESMTP id C2EB1811A5; Sun, 1 Feb 2009 10:03:18 +0100 (CET) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail1.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id 6+543WguZ8Zl; Sun, 1 Feb 2009 10:03:18 +0100 (CET) Received: from saturn.pcs.ms (43-140.79-83.cust.bluewin.ch [83.79.140.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail1.hostpark.net (Postfix) with ESMTP id 1A854811A4; Sun, 1 Feb 2009 10:03:18 +0100 (CET) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.14.2/8.14.2) with ESMTP id n119MR0v005906; Sun, 1 Feb 2009 10:22:27 +0100 (CET) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.14.2/8.14.2/Submit) id n119MQ4U005905; Sun, 1 Feb 2009 10:22:26 +0100 (CET) (envelope-from martin) Date: Sun, 1 Feb 2009 10:22:26 +0100 From: Martin Schweizer To: Mel Message-ID: <20090201092226.GC54916@saturn.pcs.ms> Mail-Followup-To: Mel , freebsd-questions@freebsd.org, Martin Schweizer References: <20090130172000.GA89911@saturn.pcs.ms> <200901300929.35395.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <200901300929.35395.fbsd.questions@rachie.is-a-geek.net> User-Agent: Mutt/1.4.2.3i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: Martin Schweizer , freebsd-questions@freebsd.org Subject: Re: Strange messages in /var/log/messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 09:03:20 -0000 Hello Mel Thank you for your answer. Regards. Am Fri, Jan 30, 2009 at 09:29:35AM -0900 Mel schrieb: > On Friday 30 January 2009 08:20:00 Martin Schweizer wrote: >=20 > > Jan 30 17:54:45 firewall kernel: c > > Jan 30 17:54:46 firewall kernel: 0 > > Jan 30 17:54:57 firewall kernel: w > > Jan 30 17:54:57 firewall kernel: . > > Jan 30 17:55:53 firewall kernel: c > > Jan 30 17:55:53 firewall kernel: C > > Jan 30 17:55:53 firewall kernel: A > > Jan 30 17:55:57 firewall kernel: i > > Jan 30 17:55:57 firewall kernel: 9 > > Jan 30 17:56:29 firewall kernel: > > Jan 30 17:56:29 firewall kernel: 2 > > Jan 30 17:56:29 firewall kernel: 5 > > Jan 30 17:56:41 firewall kernel: 6 > > Jan 30 17:56:41 firewall kernel: > > Jan 30 17:56:41 firewall kernel: 6 > > Jan 30 17:56:44 firewall kernel: 9 > > Jan 30 17:56:44 firewall kernel: > > Jan 30 17:56:44 firewall kernel: . > > Jan 30 17:56:45 firewall kernel: e > > Jan 30 17:56:45 firewall kernel: > > Jan 30 17:56:45 firewall kernel: A > > Jan 30 17:57:01 firewall kernel: e > > Jan 30 17:57:01 firewall kernel: t > > Jan 30 17:57:01 firewall kernel: > > Jan 30 17:57:02 firewall kernel: 0 > > Jan 30 17:57:02 firewall kernel: . > > [snip] >=20 > Known problem on SMP systems, supposedly fixed in 7.1, but I don't use ip= fw. >=20 > --=20 > Mel >=20 > Problem with today's modular software: they start with the modules > and never get to the software part. > _______________________________________________ > 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 Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 09:12: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 E96CD106577E for ; Sun, 1 Feb 2009 09:12:51 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4308FC13 for ; Sun, 1 Feb 2009 09:12:51 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so428967yxb.13 for ; Sun, 01 Feb 2009 01:12:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=Ep6f/XkoPlrhofMOYLmx+lYBCmJl4WvrHa7PhohGfuU=; b=q05+X2Oq9MsleSRaK6gsA4vjkO376aVSkriiLRkWGRbd2lAPbKAui+9INw0AjAjzo2 FhLdqViAOLQtHZler2qgDKzZcKC31GUfIV/RXUrRc7Uy20fYnkpmaviiB1PX5QF8o43Q AvisL9XUlLht72aZcdQNMOmJPxDKXsMATQjiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=NU2oVI5CNZkbA5MIvZ3eU+hpmP5PFGlMANIsvdl3EpUUv/bWgWJmDVZ1dAULTQCm3T 8xEtcY5NnRC7hCPnairxYTcsOLfv6f0uVIzz4kfzIar3DFbsAq45gdFWR5VVTYKXB8r9 gNXmP4L5iDecyq2Dedd05JJfcu1AO8WCDyiGw= Received: by 10.151.108.5 with SMTP id k5mr2601681ybm.194.1233479570762; Sun, 01 Feb 2009 01:12:50 -0800 (PST) Received: from phoenix ([168.220.99.223]) by mx.google.com with ESMTPS id o29sm5651440elf.9.2009.02.01.01.12.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Feb 2009 01:12:49 -0800 (PST) Date: Sun, 1 Feb 2009 04:12:47 -0500 From: Glen Barber To: Antonio Rieser Message-ID: <20090201091247.GA7045@phoenix> References: <58a2fd890901311924s6bf36cb5w47d845d8d8090af8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58a2fd890901311924s6bf36cb5w47d845d8d8090af8@mail.gmail.com> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Cc: freebsd-questions@freebsd.org Subject: Re: Graphics tablet / Xorg / mouse 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: Sun, 01 Feb 2009 09:12:52 -0000 Antonio Rieser said: > 2) If I remove the tablet from the computer (I've only tried it during > an X session), the system panics and shuts down, whether or not I stop > the wacom driver before removing the tablet. > Can you replicate this while viewing the console [ctrl+alt+f1] rather than an X session, to see exactly what the kernel is panicing from? (I know systems don't really like being forcibly paniced, but it may help figure out what is happening.) -- Glen Barber From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 09:59: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 CDC3B1065675 for ; Sun, 1 Feb 2009 09:59:27 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 533188FC19 for ; Sun, 1 Feb 2009 09:59:27 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-167-222.rz.uni-karlsruhe.de [141.3.167.222]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 97F388A000B; Sun, 1 Feb 2009 10:35:41 +0100 (CET) Message-ID: <49856CE0.1030808@bsdforen.de> Date: Sun, 01 Feb 2009 10:35:28 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.19 (X11/20090110) MIME-Version: 1.0 To: Antonio Rieser References: <58a2fd890901311924s6bf36cb5w47d845d8d8090af8@mail.gmail.com> In-Reply-To: <58a2fd890901311924s6bf36cb5w47d845d8d8090af8@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: rhurlin , Glen Barber , freebsd-questions@freebsd.org, Vulpes Velox Subject: Re: Graphics tablet / Xorg / mouse 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: Sun, 01 Feb 2009 09:59:28 -0000 Antonio Rieser wrote: > Hi, > > I recently installed FreeBSD 7.1 on an ACER Aspire > 1680 laptop. I'm running KDE 3.5 and the most recent Xorg port with a > Wacom Bamboo tablet and the wacom driver from the ports collection. I > have the following problems with the tablet and mouse: > > 1) If I boot without the tablet plugged in, then plug it in later and > restart X, the error message > > (EE) intel(0): [DRI] Unlocking inconsistency: > Context 676684348 trying to unlock lock held by context 2 > (EE) intel(0): [DRI] Locking deadlock. > Already locked with context 676684348, > trying to lock with context 2. > > is written to Xorg.0.log and kdm-bin.log so many times that it fills > my /var partition and locks my system. Note that if I boot with the > tablet already plugged in, this error doesn't appear, and everything > works fine. This is actually not connected to the tablet in my opinion, it's a problem with 3D-acceleration of your video card, which apparently does not like being reset/restarted. Can you show us your Device Section? > I loading the driver via the line > > 'uwacom_load="YES" > > in /boot/loader.conf > > 2) If I remove the tablet from the computer (I've only tried it during > an X session), the system panics and shuts down, whether or not I stop > the wacom driver before removing the tablet. OK, this sounds like a serious kernel problem. > 3) If I stop the wacom driver, then start it again, I cannot simply > restart X and have the tablet work. I have to reboot in order for the > tablet to be recognized, even in mouse mode. That's because the driver can not start a rescan of the hardware. It can only hook in when the tablet gets first detected. This is why the module has to be loaded from loader.conf. > 4) Occasionally the pointer refuses to stay put and drifts to the top > of the screen. Controlling the pointer with the mouse becomes > difficult at this point, too, since it wants to float upwards. > Unfortunately, I have difficulty reproducing this reliably. Once it > starts, though, it doesn't stop until I end the X session. If the > problem starts and then I stop the wacom driver without restarting X, > it continues anyway. I have that with a cheap optical mouse sometimes, I plug it out and back in and the problem is gone. Since that panics your system this is hardly an acceptable solution. Anyway it looks to me like that is a hardware problem. > 5) Xorg.0.log contains the following error (also included below): > > pad Wacom X driver can't grab event device, errno=1005 > > (I haven't honestly noticed any strange behavior on the 'pad' device, however.) Well, I have taken the liberty to forward this mail to Bartosz, he might be able to do something with that. Obviously the driver does not handle all data generated by the pad. > Regarding 1) - and maybe 3) & 4) - my guess is that the tablet is > fighting with the mouse for control of the pointer, but I don't know > how to check if that's the case or how to fix it if it is. No, that's not the way things work. I think you are facing two distinct problems here. One with your video card and one with the tablet driver. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 11:07: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 1AFA11065672; Sun, 1 Feb 2009 11:07:33 +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 9829C8FC0A; Sun, 1 Feb 2009 11:07:32 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LTaAl-0007Fg-Gx>; Sun, 01 Feb 2009 12:07:31 +0100 Received: from e178029120.adsl.alicedsl.de ([85.178.29.120] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LTaAl-0007ma-Do>; Sun, 01 Feb 2009 12:07:31 +0100 Message-ID: <49858274.6090807@mail.zedat.fu-berlin.de> Date: Sun, 01 Feb 2009 12:07:32 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.19 (X11/20090131) MIME-Version: 1.0 To: Alex Goncharov References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.29.120 Cc: freebsd-current@freebsd.org, fbsd.questions@rachie.is-a-geek.net, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 11:07:33 -0000 Alex Goncharov wrote: > ,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) ----* > | I did a 'ldd' on the Firefox3 binary > | and I got the attached dump of the linked shared objects. > | Interestingly, the first three entries show up something missing - > > LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin | head -n 5 > /usr/local/lib/firefox3/firefox-bin: > libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000) > libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000) > libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000) > > firefox3 sets LD_LIBRARY_PATH for you :-) > It does not! ... on all of my boxes (amd64), it does not ... even on those machines where Firefox3 is running, these libs are empty. But I realized that those boxes are capable running firefox3 after the 'great Xorg-update-catastrophy' have still installed firefox2 ... I will check tomorrow at the lab if this do have an influence of the proper work abilities of firefox3 when removing the old firefox2. When setting LD_LIBRARY_PATH manually, adding /usr/lib/firefox3/, it doesn't change the bad situation on the failing CURRENT amd64 box. > | thor# ldd firefox-bin > | firefox-bin: > | libxul.so => not found (0x0) > | libmozjs.so => not found (0x0) > | libxpcom.so => not found (0x0) > | libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) > > -- Alex -- alex-goncharov@comcast.net -- > > From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 11:29: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 D42CE106564A; Sun, 1 Feb 2009 11:29:00 +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 4EE988FC18; Sun, 1 Feb 2009 11:29:00 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LTaVW-0001Ue-M2>; Sun, 01 Feb 2009 12:28:58 +0100 Received: from e178029120.adsl.alicedsl.de ([85.178.29.120] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LTaVW-0000B5-Iy>; Sun, 01 Feb 2009 12:28:58 +0100 Message-ID: <4985877B.8080502@mail.zedat.fu-berlin.de> Date: Sun, 01 Feb 2009 12:28:59 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.19 (X11/20090131) MIME-Version: 1.0 To: Scot Hetzel References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <790a9fff0901312008x71fa025na58856bde4c7a5be@mail.gmail.com> In-Reply-To: <790a9fff0901312008x71fa025na58856bde4c7a5be@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.29.120 Cc: freebsd-current@freebsd.org, Mel , freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 11:29:01 -0000 Scot Hetzel wrote: > On Sat, Jan 31, 2009 at 6:39 PM, O. Hartmann > wrote: > >> build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary >> and I got the attached dump of the linked shared objects. >> Interestingly, the first three entries show up something missing - >> therefore I deinstalled Firefox and rebuild the browser after an >> additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg >> > > >> thor# ldd firefox-bin >> firefox-bin: >> libxul.so => not found (0x0) >> libmozjs.so => not found (0x0) >> libxpcom.so => not found (0x0) >> libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) >> libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000) >> > > When firefox3 was first added to the ports collection, I had noticed > this problem with firefox3 (after using sysutils/libchk), but I didn't > have this problem with the firefox 2. A look at the difference > between the www/firefox and www/firefox3 Makefiles showed that > firefox3 was missing this: > > LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} > > After adding this line to the ports Makefile, and rebuilding the port, > these libraries are now showing as found in the ldd output. > > Scot > Isn't that worth a PR? From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 12:56: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 CD9E61065673 for ; Sun, 1 Feb 2009 12:56:42 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id 745368FC13 for ; Sun, 1 Feb 2009 12:56:42 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA04.westchester.pa.mail.comcast.net with comcast id AcgD1b0050ldTLk54cwizW; Sun, 01 Feb 2009 12:56:42 +0000 Received: from daland.home ([24.34.211.11]) by OMTA04.westchester.pa.mail.comcast.net with comcast id Acwh1b00L0FJTGg3Qcwiqi; Sun, 01 Feb 2009 12:56:42 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LTbsO-000OYb-BL; Sun, 01 Feb 2009 07:56:40 -0500 From: Alex Goncharov To: "O. Hartmann" In-reply-to: <49858274.6090807@mail.zedat.fu-berlin.de> (ohartman@mail.zedat.fu-berlin.de) References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <49858274.6090807@mail.zedat.fu-berlin.de> Message-Id: Sender: Alex Goncharov Date: Sun, 01 Feb 2009 07:56:40 -0500 Cc: freebsd-questions@freebsd.org, freebsd-current@freebsd.org, fbsd.questions@rachie.is-a-geek.net, alex-goncharov@comcast.net Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 12:56:43 -0000 ,--- You/O. (Sun, 01 Feb 2009 12:07:32 +0100) ----* | Alex Goncharov wrote: | > ,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) ----* | > | I did a 'ldd' on the Firefox3 binary | > | and I got the attached dump of the linked shared objects. | > | Interestingly, the first three entries show up something missing - | > | > LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin | head -n 5 | > /usr/local/lib/firefox3/firefox-bin: | > libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000) | > libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000) | > libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000) | > | > firefox3 sets LD_LIBRARY_PATH for you :-) | > | It does not! ---------------------------------------------------------------------- $ grep run-mozilla.sh /usr/local/bin/firefox3 # Use run-mozilla.sh in the current dir if it exists # If not, then start resolving symlinks until we find run-mozilla.sh run_moz="$curdir/run-mozilla.sh" run_moz="$curdir/run-mozilla.sh" run_moz="$dist_bin/run-mozilla.sh" if [ -x "$moz_libdir/run-mozilla.sh" ]; then echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@" "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" $ grep LD_LIBRARY_PATH /usr/local/lib/firefox3/run-mozilla.sh ## Set LD_LIBRARY_PATH ## On Solaris we use $ORIGIN (set in RUNPATH) instead of LD_LIBRARY_PATH ## under dist/bin. To solve the problem, we should rely on LD_LIBRARY_PATH LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} if [ -n "$LD_LIBRARY_PATH_64" ]; then LD_LIBRARY_PATH_64=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH_64+":$LD_LIBRARY_PATH_64"} ## Set DYLD_LIBRARY_PATH for Mac OS X (Darwin) DYLD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MRE_HOME}${DYLD_LIBRARY_PATH+":$DYLD_LIBRARY_PATH"} echo " LD_LIBRARY_PATH=$LD_LIBRARY_PATH" if [ -n "$LD_LIBRARY_PATH_64" ]; then echo "LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64" echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH" export MOZILLA_FIVE_HOME LD_LIBRARY_PATH export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH ---------------------------------------------------------------------- No, it doesn't? | ... on all of my boxes (amd64), it does not ... even on those | machines where Firefox3 is running, these libs are empty. But I | realized that those boxes are capable running firefox3 after the | 'great Xorg-update-catastrophy' have still installed firefox2 ... I | will check tomorrow at the lab if this do have an influence of the | proper work abilities of firefox3 when removing the old firefox2. | | When setting LD_LIBRARY_PATH manually, adding /usr/lib/firefox3/, it | doesn't change the bad situation on the failing CURRENT amd64 box. All I was saying was that your ldd experiment was... hmm... not correct (if you agree with mine, of course). -- Alex -- alex-goncharov@comcast.net -- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 12:59: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 D342F106567C for ; Sun, 1 Feb 2009 12:59:23 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by mx1.freebsd.org (Postfix) with ESMTP id 7A4BD8FC17 for ; Sun, 1 Feb 2009 12:59:23 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA03.westchester.pa.mail.comcast.net with comcast id AcgD1b0050ldTLk53czPrb; Sun, 01 Feb 2009 12:59:23 +0000 Received: from daland.home ([24.34.211.11]) by OMTA04.westchester.pa.mail.comcast.net with comcast id AczP1b00C0FJTGg3QczPH7; Sun, 01 Feb 2009 12:59:23 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LTbv0-000Oa8-4A; Sun, 01 Feb 2009 07:59:22 -0500 From: Alex Goncharov To: Mel In-reply-to: <200901312005.51125.fbsd.questions@rachie.is-a-geek.net> (message from Mel on Sat, 31 Jan 2009 20:05:50 -0900) References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <200901312005.51125.fbsd.questions@rachie.is-a-geek.net> Message-Id: Sender: Alex Goncharov Date: Sun, 01 Feb 2009 07:59:22 -0500 Cc: ohartman@mail.zedat.fu-berlin.de, freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension " missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 12:59:24 -0000 ,--- You/Mel (Sat, 31 Jan 2009 20:05:50 -0900) ----* | As a sidenote, it would be nice if xorg-server14 port would be created till | the dust has settled. Very, very nice. Almost as nice as xorg-server being the old, working xorg-server and xorg-server-devel the new, broken one. -- Alex -- alex-goncharov@comcast.net -- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:01: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 4EF371065674 for ; Sun, 1 Feb 2009 13:01:16 +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 0F4228FC19 for ; Sun, 1 Feb 2009 13:01:15 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r55.edvax.de (port-92-196-52-176.dynamic.qsc.de [92.196.52.176]) by mx01.qsc.de (Postfix) with ESMTP id 79CF93CF43 for ; Sun, 1 Feb 2009 14:01:11 +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 n11D12dt002522 for ; Sun, 1 Feb 2009 14:01:02 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 1 Feb 2009 14:01:02 +0100 From: Polytropon To: FreeBSD Questions Message-Id: <20090201140102.e9a9a41a.freebsd@edvax.de> 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 Subject: Tool to uncat file 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: Sun, 01 Feb 2009 13:01:16 -0000 Dear list, before starting to code on my own, I'd like to ask if there's already a tool to uncat files, defining the file separation position as a string of bytes, usually given in hexadecimal form. An example could be this: % uncat -p 0x12,0x52,0xf1,0x09 file_orig It creates file_1 file_2 file_3. And, of course, % cat file_1 file_2 file_3 > file_orig would re-create the original file. The bytes 0x12,0x52,0xf1,0x09 tell the file starting pattern (-p), where a new file begins. I cannot use dd due to the fact that the files concatenated are of a different size. So the idea would be to look for specific byte pattern and then start a new file each time it occurs on input. Is there such a tool, or any other ideas? -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:11: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 555BC106566B for ; Sun, 1 Feb 2009 13:11:27 +0000 (UTC) (envelope-from will.rutherdale@utoronto.ca) Received: from mail.vex.net (smaug.vex.net [208.76.104.132]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0418FC18 for ; Sun, 1 Feb 2009 13:11:27 +0000 (UTC) (envelope-from will.rutherdale@utoronto.ca) Received: from [192.168.110.8] (unknown [207.35.13.130]) by mail.vex.net (Postfix) with ESMTPA id B8D00173D0 for ; Sun, 1 Feb 2009 08:11:25 -0500 (EST) Message-ID: <49859F76.3010707@utoronto.ca> Date: Sun, 01 Feb 2009 08:11:18 -0500 From: William Gordon Rutherdale User-Agent: Thunderbird 1.5.0.14ubu (X11/20080505) MIME-Version: 1.0 To: FreeBSD Questions References: <20090201140102.e9a9a41a.freebsd@edvax.de> In-Reply-To: <20090201140102.e9a9a41a.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Tool to uncat 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: Sun, 01 Feb 2009 13:11:27 -0000 $ man split This (split) is the standard unix utility to break a file up into pieces. It breaks it down either by a fixed number of lines or by a fixed number of bytes. Also the rules for dividing lines is simplistic: simple newline division, no special escape handling. If that doesn't suit your purpose, then you have to write your own custom split-like utility. I've done that in the past. For instance I once wrote a routine in Perl at work to divide Informix format .unl files (database dump), with special escape rules for newlines and special handling of binary data. For what you're describing you probably want to write a C program to do the job. -Will Polytropon wrote: > Dear list, > > before starting to code on my own, I'd like to ask if there's already a > tool to uncat files, defining the file separation position as a string > of bytes, usually given in hexadecimal form. > > An example could be this: > > % uncat -p 0x12,0x52,0xf1,0x09 file_orig > > It creates file_1 file_2 file_3. And, of course, > > % cat file_1 file_2 file_3 > file_orig > > would re-create the original file. The bytes 0x12,0x52,0xf1,0x09 tell the > file starting pattern (-p), where a new file begins. > > I cannot use dd due to the fact that the files concatenated are of a > different size. So the idea would be to look for specific byte pattern > and then start a new file each time it occurs on input. > > Is there such a tool, or any other ideas From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:23: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 6F77D106564A for ; Sun, 1 Feb 2009 13:23:45 +0000 (UTC) (envelope-from andrewhw@ieee.org) Received: from mailserv.mta.ca (mailserv.mta.ca [138.73.1.1]) by mx1.freebsd.org (Postfix) with ESMTP id 423DF8FC1A for ; Sun, 1 Feb 2009 13:23:45 +0000 (UTC) (envelope-from andrewhw@ieee.org) Received: from [138.73.29.51] (helo=qemg.org) by mailserv.mta.ca with esmtp (Exim 4.61) (envelope-from ) id 1LTbtl-0001l4-W4 for freebsd-questions@freebsd.org; Sun, 01 Feb 2009 08:58:06 -0400 Date: Sun, 1 Feb 2009 08:59:02 -0400 (AST) From: Andrew Hamilton-Wright Sender: andrew@qemg.org 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: dump(8) using snapshot + "recommended" cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 13:23:45 -0000 Hi All; I regularly use dump(8) with snapshots to back up my server. While this seems to have been working perfectly well so far, upon (re)reading the man page for dump(8), I have noticed a somewhat scary pair of lines in the paragraph describing the option for -C (emphasis with stars mine): [Use of this option] will greatly improve performance at the cost of ***dump possibly not noticing changes in the file system*** between passes. ***It is recommended that you always use this option when dumping a snapshot.*** Does anyone know what, exactly, this means? In particular, is the first statement actually trying to say: Use of this option will greatly improve performance; however it may be that changes made to the filesystem made between _dump_ passes will be ignored. ***The resulting dumped filesystem image will be consistent and correct based on a timestamp no later than that of the point at which the dump was started***. Is this a fair statement? Is this guaranteed? Or are we trying to say that: The resulting filesystem will contain images of individual files based on a timestamp no later than that of the point at which the dump was started, however any individual files modified after the dump begins may be stored using any of the version that appeared written to disk during the period of the dump. As far as the second line goes, I am not at all clear on what this is trying to say. Why is the cache recommended? For speed? Stability? Output correctness? In particular, if a snapshot dump is made without a cache option, is it potentially corrupt? In particular, if the second attempt above is more true than the first, it seems to me that we should _not_ recommend the use of a cache with snapshots, as it seems to erode the utility of the snapshot itself. It is for this reason that I am suspecting that there is more here than meets the eye, which is why I am keen to make sure that this is clear. I am very happy to put in an update to the docs if we can make sure that we know exactly what we are trying to say here. Thanks, Andrew. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:34: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 15D29106564A for ; Sun, 1 Feb 2009 13:34:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7284C8FC08 for ; Sun, 1 Feb 2009 13:34:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n11DY8uD065402; Sun, 1 Feb 2009 14:34:08 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n11DY8RP065399; Sun, 1 Feb 2009 14:34:08 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 1 Feb 2009 14:34:08 +0100 (CET) From: Wojciech Puchar To: Andrew Hamilton-Wright In-Reply-To: Message-ID: <20090201143340.U65379@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: dump(8) using snapshot + "recommended" cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 13:34:19 -0000 > > I regularly use dump(8) with snapshots to back up my server. > > While this seems to have been working perfectly well so far, > upon (re)reading the man page for dump(8), I have noticed a > somewhat scary pair of lines in the paragraph describing > the option for -C (emphasis with stars mine): > > [Use of this option] will greatly improve performance > at the cost of ***dump possibly not noticing changes in > the file system*** between passes. > > ***It is recommended that you always use this option when > dumping a snapshot.*** > > Does anyone know what, exactly, this means? no, in my experience it's no difference in speed with this enabled or not. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 13:50: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 59ABD1065674; Sun, 1 Feb 2009 13:50:48 +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 D5FD28FC16; Sun, 1 Feb 2009 13:50:47 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LTcik-0003mx-F9>; Sun, 01 Feb 2009 14:50:46 +0100 Received: from e178029120.adsl.alicedsl.de ([85.178.29.120] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LTcik-0006Sh-AD>; Sun, 01 Feb 2009 14:50:46 +0100 Message-ID: <4985A8B7.2040307@mail.zedat.fu-berlin.de> Date: Sun, 01 Feb 2009 14:50:47 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.19 (X11/20090131) MIME-Version: 1.0 To: Alex Goncharov References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <49858274.6090807@mail.zedat.fu-berlin.de> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.29.120 Cc: freebsd-current@freebsd.org, fbsd.questions@rachie.is-a-geek.net, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 13:50:49 -0000 Alex Goncharov wrote: > ,--- You/O. (Sun, 01 Feb 2009 12:07:32 +0100) ----* > | Alex Goncharov wrote: > | > ,--- You/O. (Sun, 01 Feb 2009 01:39:03 +0100) ----* > | > | I did a 'ldd' on the Firefox3 binary > | > | and I got the attached dump of the linked shared objects. > | > | Interestingly, the first three entries show up something missing - > | > > | > LD_LIBRARY_PATH=/usr/local/lib/firefox3 ldd /usr/local/lib/firefox3/firefox-bin | head -n 5 > | > /usr/local/lib/firefox3/firefox-bin: > | > libxul.so => /usr/local/lib/firefox3/libxul.so (0x28087000) > | > libmozjs.so => /usr/local/lib/firefox3/libmozjs.so (0x28e8f000) > | > libxpcom.so => /usr/local/lib/firefox3/libxpcom.so (0x28f1f000) > | > > | > firefox3 sets LD_LIBRARY_PATH for you :-) > | > > | It does not! > > ---------------------------------------------------------------------- > > $ grep run-mozilla.sh /usr/local/bin/firefox3 > # Use run-mozilla.sh in the current dir if it exists > # If not, then start resolving symlinks until we find run-mozilla.sh > run_moz="$curdir/run-mozilla.sh" > run_moz="$curdir/run-mozilla.sh" > run_moz="$dist_bin/run-mozilla.sh" > if [ -x "$moz_libdir/run-mozilla.sh" ]; then > echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@" > "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" > > > $ grep LD_LIBRARY_PATH /usr/local/lib/firefox3/run-mozilla.sh > ## Set LD_LIBRARY_PATH > ## On Solaris we use $ORIGIN (set in RUNPATH) instead of LD_LIBRARY_PATH > ## under dist/bin. To solve the problem, we should rely on LD_LIBRARY_PATH > LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} > if [ -n "$LD_LIBRARY_PATH_64" ]; then > LD_LIBRARY_PATH_64=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH_64+":$LD_LIBRARY_PATH_64"} > ## Set DYLD_LIBRARY_PATH for Mac OS X (Darwin) > DYLD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MRE_HOME}${DYLD_LIBRARY_PATH+":$DYLD_LIBRARY_PATH"} > echo " LD_LIBRARY_PATH=$LD_LIBRARY_PATH" > if [ -n "$LD_LIBRARY_PATH_64" ]; then > echo "LD_LIBRARY_PATH_64=$LD_LIBRARY_PATH_64" > echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH" > export MOZILLA_FIVE_HOME LD_LIBRARY_PATH > export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH > > ---------------------------------------------------------------------- > > No, it doesn't? > > | ... on all of my boxes (amd64), it does not ... even on those > | machines where Firefox3 is running, these libs are empty. But I > | realized that those boxes are capable running firefox3 after the > | 'great Xorg-update-catastrophy' have still installed firefox2 ... I > | will check tomorrow at the lab if this do have an influence of the > | proper work abilities of firefox3 when removing the old firefox2. > | > | When setting LD_LIBRARY_PATH manually, adding /usr/lib/firefox3/, it > | doesn't change the bad situation on the failing CURRENT amd64 box. > > All I was saying was that your ldd experiment was... hmm... not > correct (if you agree with mine, of course). > Saying, it was stupid? You're correct. It was stupid and, of course, it doesn't matter if the libs show up or not. I thought, at the first shot, firefox3 binary needs to have a complete reference to all of its libraries, but thinking so leads the advantage of having dynamical loadable objects ad absurdum. Greetings, Oliver From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 14:02: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 3E7641065674 for ; Sun, 1 Feb 2009 14:02:46 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id D8C258FC1D for ; Sun, 1 Feb 2009 14:02:45 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA07.westchester.pa.mail.comcast.net with comcast id AcdX1b00D0EZKEL57e2moo; Sun, 01 Feb 2009 14:02:46 +0000 Received: from daland.home ([24.34.211.11]) by OMTA01.westchester.pa.mail.comcast.net with comcast id Ae2l1b00N0FJTGg3Me2lb4; Sun, 01 Feb 2009 14:02:46 +0000 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LTcuK-000PAn-2f; Sun, 01 Feb 2009 09:02:44 -0500 From: Alex Goncharov To: "O. Hartmann" In-reply-to: <4985A8B7.2040307@mail.zedat.fu-berlin.de> (ohartman@mail.zedat.fu-berlin.de) References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <49858274.6090807@mail.zedat.fu-berlin.de> <4985A8B7.2040307@mail.zedat.fu-berlin.de> Message-Id: Sender: Alex Goncharov Date: Sun, 01 Feb 2009 09:02:44 -0500 Cc: freebsd-questions@freebsd.org, freebsd-current@freebsd.org, fbsd.questions@rachie.is-a-geek.net, alex-goncharov@comcast.net Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 14:02:46 -0000 ,--- I/Alex (Sun, 01 Feb 2009 07:56:40 -0500) ----* | All I was saying was that your ldd experiment was... hmm... not | correct (if you agree with mine, of course). ,--- You/O. (Sun, 01 Feb 2009 14:50:47 +0100) ----* | Saying, it was stupid? You're correct. It was stupid and, of course, it | doesn't matter if the libs show up or not. Not stupid -- you tried various things in desperation and hurry, and reported your observations and thoughts. It's normal :-) | I thought, at the first shot, firefox3 binary needs to have a | complete reference to all of its libraries, but thinking so leads | the advantage of having dynamical loadable objects ad absurdum. Glad this is cleared now! -- Alex -- alex-goncharov@comcast.net -- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 14:07: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 AC92D106566B; Sun, 1 Feb 2009 14:07:46 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7E9098FC19; Sun, 1 Feb 2009 14:07:46 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.14.3+UW08.09/8.14.3+UW09.01) with ESMTP id n11E7jWO031082 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 1 Feb 2009 06:07:46 -0800 X-Auth-Received: from [192.168.10.3] (adsl-99-139-49-79.dsl.pltn13.sbcglobal.net [99.139.49.79]) (authenticated authid=youshi10) by smtp.washington.edu (8.14.3+UW08.09/8.14.3+UW09.01) with ESMTP id n11E7i5j008276 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 1 Feb 2009 06:07:45 -0800 Message-Id: From: Garrett Cooper To: Mel In-Reply-To: <200901312005.51125.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sun, 1 Feb 2009 06:12:45 -0800 References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <200901312005.51125.fbsd.questions@rachie.is-a-geek.net> X-Mailer: Apple Mail (2.930.3) X-PMX-Version: 5.5.0.356843, Antispam-Engine: 2.6.1.350677, Antispam-Data: 2009.2.1.135535 X-Uwash-Spam: Gauge=IIIIIII, Probability=8%, Report='FORGED_FROM_GMAIL 0.1, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, __BOUNCE_CHALLENGE_SUBJ 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_419_WEBMAIL 0, __FRAUD_419_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_PHRASE_7 0' Cc: "O. Hartmann" , freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension " missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 14:07:47 -0000 On Jan 31, 2009, at 9:05 PM, Mel wrote: > On Saturday 31 January 2009 15:39:03 O. Hartmann wrote: >> Mel wrote: >>> On Friday 30 January 2009 13:19:41 O. Hartmann wrote: >>>> After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new >>>> xorg-7.4 >>>> and having done hurting recompiling nearly everything/package >>>> twice now >>>> firefox3 still doesn't work properly and hits me when starting >>>> with this >>>> error message: >>>> >>>> Xlib: extension "Generic Event Extension" missing on display ": >>>> 0.0". >>>> >>>> Then firefox3 freezes forever, showing something like the >>>> background or >>>> pixel remnants of windows/picograms moving over its window. >>> >>> http://lists.freedesktop.org/archives/xorg/2008-October/039134.html >> >> Well, that doesn't help very much. As R. Noland wrote, the error >> coming >> up isn't of any harm. >> >> I still have Firefox3 not working on a FreeBSD 8.0-CURRENT/AMD64 UP >> box, >> running the most recent FreeBSD 8.0-CURRENT and having now recompiled >> three time EVERYTHING, Firefox3 inclusive. Firefox3 is still stuck >> when >> it comes to pulldown menus or requester for download destination, >> eating >> up 100% CPU time and slowing down the box incredible. I pretty sure I >> have all the stuff of the X11 suite in the right place and the right >> revision number, as I said, I recompiled everything three times and I >> did several attempts upgrading the whole Xorg since sunday last week. > > You have 2 choices: > - revert to known working xorg-server-1.4 (xorg 7.3) > - try to debug this using the send-pr system, given the ammount of > problems > people are posting with this xorg-server, more datapoints are not a > bad > thing. > > As a sidenote, it would be nice if xorg-server14 port would be > created till > the dust has settled. I don't have an issue with any cairo related ports after upgrading to xorg 7.4. Of course I had to rebuild everything dependent on libxcb, but that took no more than one iteration to complete (apart from xchat2, which took 4 iterations to finish because of some wonky library mucking up the works). Yay for statically linked library code - _-... -Garrett From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 14:12: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 CF6671065673 for ; Sun, 1 Feb 2009 14:12:05 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from netuno.levier.com.br (netuno.levier.com.br [201.47.3.162]) by mx1.freebsd.org (Postfix) with ESMTP id C10A88FC16 for ; Sun, 1 Feb 2009 14:12:04 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from oldnetuno.levier.com.br (oldnetuno [192.168.32.12]) by netuno.levier.com.br (8.14.2/8.14.2) with ESMTP id n11DcDlt041577; Sun, 1 Feb 2009 11:38:14 -0200 (BRST) (envelope-from lenzi@k1.com.br) Received: from levier.com.br (localhost [127.0.0.1]) by oldnetuno.levier.com.br (8.14.3/8.14.1) with ESMTP id n11D60NE058094; Sun, 1 Feb 2009 11:38:11 -0200 (BRST) (envelope-from lenzi@k1.com.br) X-MessageWall-Score: 0 (levier.com.br) Received: from [201.21.163.184] (authenticated as k1) by levier.com.br (MessageWall 1.0.8) with SMTP; 1 Feb 2009 13:38:11 -0000 From: =?ISO-8859-1?Q?S=E9rgio?= de Almeida Lenzi To: Antonio Rieser , questions In-Reply-To: <58a2fd890901310001o31d22e6bg84df4c64ac79e0c9@mail.gmail.com> References: <58a2fd890901310001o31d22e6bg84df4c64ac79e0c9@mail.gmail.com> Content-Type: multipart/related; type="multipart/alternative"; boundary="=-3gRt9ro8olaZdAISJCmz" Organization: Lzt Tecnologia Date: Sun, 01 Feb 2009 11:38:12 -0200 Message-Id: <1233495492.13844.12.camel@k2.cwb.casa> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Gnucash slow startup on FreeBSD 7.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lenzi@k1.com.br List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 14:12:06 -0000 --=-3gRt9ro8olaZdAISJCmz Content-Type: text/plain Content-Transfer-Encoding: 7bit Here I notice that the problem is in glib2 gnucach, and evolution makes a dlopen with a wrong option in BSD, so it scans all the machine for shared libraries... and it takes a lot of cpu and a lot of time a fix in glib makes the trick... (it is an ugly fix, but works...) the fix at http://patches.k1.com.br/glib20-patch-x1 and insert code for gnucash and apply it to glib code (/usr/ports/deve/glib20) reinstall glib, and see if works..... Hope it helps.... Sergio --=-3gRt9ro8olaZdAISJCmz-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 15:44: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 A5A6A106566B for ; Sun, 1 Feb 2009 15:44:09 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from mail1.hostpark.net (mail1.hostpark.net [212.243.197.31]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD7B8FC14 for ; Sun, 1 Feb 2009 15:44:09 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from localhost (localhost [127.0.0.1]) by mail1.hostpark.net (Postfix) with ESMTP id 0034C811D5; Sun, 1 Feb 2009 16:44:07 +0100 (CET) X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail1.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10124) with ESMTP id ouq9-LsjXLcm; Sun, 1 Feb 2009 16:44:07 +0100 (CET) Received: from saturn.pcs.ms (43-140.79-83.cust.bluewin.ch [83.79.140.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail1.hostpark.net (Postfix) with ESMTP id 855AF811CC; Sun, 1 Feb 2009 16:44:07 +0100 (CET) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.14.2/8.14.2) with ESMTP id n11G3DZC008222; Sun, 1 Feb 2009 17:03:13 +0100 (CET) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.14.2/8.14.2/Submit) id n11G3DvE008221; Sun, 1 Feb 2009 17:03:13 +0100 (CET) (envelope-from martin) Date: Sun, 1 Feb 2009 17:03:12 +0100 From: Martin Schweizer To: Tim Judd Message-ID: <20090201160311.GD54916@saturn.pcs.ms> Mail-Followup-To: Tim Judd , Martin Schweizer , freebsd-questions@freebsd.org References: <20090130172843.GB89911@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: Martin Schweizer , freebsd-questions@freebsd.org Subject: Re: Using Serial Port Other Than sio0 for the Console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 15:44:10 -0000 Hello Tim Probably I find the problem. I did not read care enough the article 26.6.5.2. I will try it asap (in the next few days). I will keep you updated. Regards, Am Sat, Jan 31, 2009 at 12:09:28PM -0700 Tim Judd schrieb: > On Fri, Jan 30, 2009 at 10:28 AM, Martin Schweizer > wrote: > > > Hello > > > > I want to use sio1 for console access. I read chapter 26.6 in the handbook > > and did the following: > > > > /boot.config: > > -P > > > > /boot/device.hints: > > [snip] > > hint.sio.0.at="isa" > > hint.sio.0.port="0x3F8" > > ### hint.sio.0.flags="0x10" > > hint.sio.0.irq="4" > > hint.sio.1.at="isa" > > hint.sio.1.port="0x2F8" > > hint.sio.1.flags="0x10" > > hint.sio.1.irq="3" > > [snip] > > > > My custom kernel: > > [snip] > > device sio > > [snip] > > > > /var/run/dmesg.boot: > > [snip] > > sio0: configured irq 4 not in bitmap of probed irqs 0 > > sio0: port may not be enabled > > sio0: configured irq 4 not in bitmap of probed irqs 0 > > sio0: port may not be enabled > > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 > > sio0: type 16550A > > sio0: [FILTER] > > sio1: configured irq 3 not in bitmap of probed irqs 0 > > sio1: port may not be enabled > > sio1: configured irq 3 not in bitmap of probed irqs 0 > > sio1: port may not be enabled > > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on > > acpi0 > > sio1: type 16550A, console > > sio1: [FILTER] > > [snip] > > > > /etc/ttys: > > [snip] > > ttyd0 "/usr/libexec/getty std.9600" vt100 on secure > > ttyd1 "/usr/libexec/getty std.9600" vt100 on secure > > ttyd2 "/usr/libexec/getty std.9600" vt100 on secure > > ttyd3 "/usr/libexec/getty std.9600" vt100 on secure > > [snip] > > > > The baud rate etc. are correct as well (the standard settings). > > > > The problem is I get no connection. I'm sure that my terminal works correct > > because I can connect other FreeBSD sever over the serial cable but not the > > above. > > Any ideas? > > > > Kind regards, > > > > -- > > > > Martin Schweizer > > > > > > PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon > > Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; > > public key : http://www.pc-service.ch/pgp/public_key.asc; > > fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; > > > > Surprised nobody's really responded. > > Enabling serial logins on ttyd1 (COM2 in Microsoft terms) is on -- it's > defined in your ttys. The guaranteed "enabling" is to restart, but I've > heard that sigHUP init will reread ttys and enable logins (but I hadn't got > that to work yet). > > Enabling serial as your console output (in terms of the boot process and > everything) should be, if available, enabled in /boot/loader.conf > > There doesn't seem to be a setting to enable COM2 as your console device, > the only options (by reading through /boot/defaults/loader.conf) is to > enable comconsole, which runs over COM1 > > You would likely have to hack the bootloader files in source and reinstall > to get that kind of functionality. > > > Does this help? let me know if you want more help. I like enabling serial > console for the fact that you can get into out-of-bounds management this way > easily. > > --Tim > _______________________________________________ > 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" -- Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc; fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 15:47: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 F29881065686 for ; Sun, 1 Feb 2009 15:47:26 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177]) by mx1.freebsd.org (Postfix) with ESMTP id 9016A8FC1A for ; Sun, 1 Feb 2009 15:47:26 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al4FAH9LhUlR9c98/2dsb2JhbACBbsUShBQG Received: from 124.207-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.207.124]) by relay.skynet.be with ESMTP; 01 Feb 2009 16:18:08 +0100 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n11FI7lE099174; Sun, 1 Feb 2009 16:18:07 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-questions@freebsd.org, Tore Lund Date: Sun, 1 Feb 2009 16:18:05 +0100 User-Agent: KMail/1.9.10 References: <4982196B.9010308@next.online.no> In-Reply-To: <4982196B.9010308@next.online.no> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902011618.07115.tijl@ulyssis.org> Cc: Subject: Re: Excessive letter-spacing in firefox3 under wine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 15:47:27 -0000 On Thursday 29 January 2009 22:02:35 Tore Lund wrote: > Subject line says it all - large gaps between all letters. Here is a > screenshot: http://softblur.com/misc/spacing.jpg. > > I suppose there are others who run firefox3 under wine on 7.1-RELEASE > with no problems, so can anyone think of what's wrong? I have imported > fonts from my Windows 2000 installation, and I am using the same profile > that works well with native FreeBSD firefox and firefox on Windows 2000. > I believe this did not happen with firefox2. Grateful for any hint. What exactly did you do to import those fonts? You should put them in a separate directory under /usr/local/lib/X11/fonts, create fonts.scale and fonts.dir in that directory using mkfontscale and mkfontdir, then run "fc-cache -f -v" and (for completeness) add a FontPath entry to your xorg.conf. Alternatively, you can install the x11-fonts/webfonts port, which contains the most commonly used fonts. > (Actually, I only use wine in order to get flash9, so if anyone could > help me solve this problem instead, that's even better. I have tried > the available recipes with no success - my firefox3 just freezes.) Try to get it to work under linux-firefox first. - Remove all linux-*, linux_base-* and nspluginwrapper packages you've currently installed. - Remove any stale npwrapper plugins from the following directories and their subdirectories: ~/.mozilla/plugins /usr/local/lib/browser_plugins /usr/local/lib/npapi /usr/local/lib/firefox/plugins - Check that you have these settings in each file: * /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f8 * /etc/sysctl.conf: compat.linux.osrelease=2.6.16 * /etc/rc.conf: linux_enable="YES" * /etc/fstab: linprocfs /compat/linux/proc linprocfs rw 0 0 - Reboot or alternatively you can run these commands as root: sysctl compat.linux.osrelease=2.6.16 mount /compat/linux/proc - Install www/linux-firefox and www/linux-flashplugin9. - Check if the plugin works in linux-firefox. - Install www/nspluginwrapper. - Run these commands as root: nspluginwrapper -v -i /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so ln -sf /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so /usr/local/lib/npapi/symlinks/firefox/ - Check if the plugin works in native firefox. This should get the plugin working, but it'll still crash or freeze the browser sometimes. You can kill the plugin with "killall npviewer.bin". You also might want to install a plugin like www/xpi-flashblock. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 16:19: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 66A811065672 for ; Sun, 1 Feb 2009 16:19:11 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id 409298FC22 for ; Sun, 1 Feb 2009 16:19:11 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1214165rvf.43 for ; Sun, 01 Feb 2009 08:19: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:content-transfer-encoding; bh=D43l6OFhMMuhPgBtE1NpbJY4hGDg6r5CDmRlyZwyVFc=; b=AZ1evI6DmMFCWZvu5EZfa50DavMzwx1qPFl8kDMll5cm7n/DouCzdFI61V3Cz/Axow efZtgYSVSobykKOpuQIWoyuxfGWI9Zf8RrLFhbVCb5S+ThpA9L6DVCYxtrY0z5syLVcm KvN7+nQLJbwgYYrSfBsL1/1mL3pQIoXE09AO4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=IGbUNM4ZcH8tDiStw1YAb4jp3lCWFBwaCcrq7wRMgx4A78/v4Vfbib14Vd3lX85bOn mIUd0mX5QBDM46863xxvApygwwCjFYwPP8PJK5kOX/jRaTIvPsB7MeKayYM7N3iQ/PwW VgnX5evoivy+lQwG+COD7lGWIMS8kgbPrL7lE= MIME-Version: 1.0 Received: by 10.141.122.1 with SMTP id z1mr1786665rvm.49.1233503309464; Sun, 01 Feb 2009 07:48:29 -0800 (PST) Date: Sun, 1 Feb 2009 10:48:29 -0500 Message-ID: <6293ba970902010748h5e46327nb7085aa753c04e1e@mail.gmail.com> From: Walker To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Reading a DVD UDF volume label X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 16:19:11 -0000 Hello, Does anyone know how to retrieve a DVD's UDF volume label from the CLI? I'm trying to write a script that will catalog a DVD's contents and automatically assign it a filename based on the UDF label. Things I've tried so far: The "file -s /dev/acd0" command. cdrtools-devel's "cdrecord -minfo" Using "dd" and "strings". Any help appreciated. Thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 16:23: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 D7517106566C for ; Sun, 1 Feb 2009 16:23:43 +0000 (UTC) (envelope-from AHamiltonWright@MtA.ca) Received: from mailserv.mta.ca (mailserv.mta.ca [138.73.1.1]) by mx1.freebsd.org (Postfix) with ESMTP id AA1938FC0A for ; Sun, 1 Feb 2009 16:23:43 +0000 (UTC) (envelope-from AHamiltonWright@MtA.ca) Received: from [138.73.29.51] (helo=qemg.org) by mailserv.mta.ca with esmtp (Exim 4.61) (envelope-from ) id 1LTeae-0001MP-5A for freebsd-questions@freebsd.org; Sun, 01 Feb 2009 11:50:32 -0400 Date: Sun, 1 Feb 2009 11:51:29 -0400 (AST) From: Andrew Hamilton-Wright Sender: andrew@qemg.org To: freebsd-questions@freebsd.org 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 Subject: Re: dump(8) using snapshot + "recommended" cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 16:23:44 -0000 > I regularly use dump(8) with snapshots to back up my server. > > While this seems to have been working perfectly well so far, Sorry to follow-up my own post; I just realized I hadn't mentioned any version info. The docs I am reading are the ones associated with 7.1-RELEASE; I haven't checked whether this part of the dump documentation got updated with 7.1 or not. Thanks, Andrew. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 16:28: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 F1D8A1065693 for ; Sun, 1 Feb 2009 16:28:19 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from mail-bw0-f21.google.com (mail-bw0-f21.google.com [209.85.218.21]) by mx1.freebsd.org (Postfix) with ESMTP id D30EF8FC0C for ; Sun, 1 Feb 2009 16:28:18 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by bwz14 with SMTP id 14so65107bwz.19 for ; Sun, 01 Feb 2009 08:28: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 :content-transfer-encoding; bh=AbLFumCn5skRO01npRqn9ibOuJ4PMLtoXxS+tBfgSIY=; b=TGxDI3ip1b7KPDFiPpLIu+ZrKNVPkPisWqlgJ6M1Wpd7MOkjjKOxpHjeh1xrqAjTra TlkQB2+A0exiJqs0PqtIpdjjOy4iKLuPjb3SGAC/WAcXmCPbP9r/OWAJqgYMekbYcDJv IWR1pIgwo7RPToXaUg9HSSHgUqxWNlq1FLMHA= 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=sASV/tXDRranclz+gBUNOzDCjnHayGsuMnhkJbl0yEa9DAxEI0ZTDOxOcvFeTxUEAf G5Jy5gzYM1yn7S7JIo9pgguLaAbEip27PhLMA4OSydxgqRhI6b75qxRVOmbsVupcnjKF QfQUfq7YDDL0GvvJOpYIxQUAuUVVllRWF7aI4= MIME-Version: 1.0 Received: by 10.223.103.147 with SMTP id k19mr1545130fao.0.1233505697410; Sun, 01 Feb 2009 08:28:17 -0800 (PST) In-Reply-To: <26ddd1750901291933i31f31328rffcb3e5116cb1bf@mail.gmail.com> References: <26ddd1750901291933i31f31328rffcb3e5116cb1bf@mail.gmail.com> Date: Sun, 1 Feb 2009 11:28:17 -0500 Message-ID: <26ddd1750902010828q1ac3875as32b881ce4fb086a3@mail.gmail.com> From: Maxim Khitrov To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Shuttle for a BSD file 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 Feb 2009 16:28:37 -0000 On Thu, Jan 29, 2009 at 10:33 PM, Maxim Khitrov wrote: > Greetings, > > I'm planning to build a new home file server for myself, starting with > about 2TB of RAID6 space, but with room to grow in the future. Most of > that will be on SATA drives, but I may throw in two SAS drives in > RAID1 for the base OS, hence the SAS raid controller and enclosure. > The highest priority for this build is data security, followed by > performance and uptime. > > Rather than go for server-grade components, I thought that I should > instead try to separate storage from the server itself. It's cheaper > (sort of), easier to upgrade in the future, and if the server goes > down for some reason, I can just put the raid card into another > machine and once again have access to my data. The other advantage > with this build is that I already have a Q6600 and some DDR2 memory > around, so that will save me money on having to get Xeons and ECC > memory. With that in mind, I currently have the following components > picked out (listed below). > > I would like to know whether anyone has used any of these with FreeBSD > 7.x, or if you have some other suggestions for what I should look into > (am I asking for trouble by using these parts for a 24/7 file server > in terms of stability)? I know that the 3ware controller should be > supported, but I'm not sure about the Shuttle. How does FreeBSD play > with X48 chipset? The drive enclosure obviously doesn't interact with > the OS, but I'd still like your opinion on it or maybe some > alternatives. Please let me know what you think. > > - Max > > Barebone: > Shuttle SX48P2 E > http://www.newegg.com/Product/Product.aspx?Item=N82E16856101070 > > Raid Card: > 3ware 9690SA-8E-KIT > http://www.newegg.com/Product/Product.aspx?Item=N82E16816116062 > > SAS Enclosure: > RAIDAGE iAge840ML2 > http://www.newegg.com/Product/Product.aspx?Item=N82E16816702014 > Ok, other components aside for now, I've been thinking about what video card to get. Since the raid controller will occupy one slot, and BBU another, I thought about using a usb video adapter. Can anyone please let me know if something like this is supported by FreeBSD: eVGA UV Plus USB VGA Adapter 100-U2-UV16-A1 http://www.newegg.com/Product/Product.aspx?Item=N82E16815101001 - Max From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 16: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 0F2A71065670 for ; Sun, 1 Feb 2009 16:49:16 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id C478E8FC2E for ; Sun, 1 Feb 2009 16:49:15 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (vpn-cl-164-142.rz.uni-karlsruhe.de [141.3.164.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 58D078A000A for ; Sun, 1 Feb 2009 17:48:59 +0100 (CET) Message-ID: <4985D26E.9000604@bsdforen.de> Date: Sun, 01 Feb 2009 17:48:46 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.19 (X11/20090110) 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 Subject: request responsibility timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 16:49:16 -0000 I want to request a responsibility timeout for bin/120784, I have submitted a patch matching the previously discussed criteria for a commit a couple of weeks ago and I would like to receive some kind of reaction. What is the appropriate channel to do so? Regards http://www.freebsd.org/cgi/query-pr.cgi?pr=120784 From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 16:57: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 AA545106566B for ; Sun, 1 Feb 2009 16:57:24 +0000 (UTC) (envelope-from seba.bsd@sinux.net) Received: from smtp2.infomaniak.ch (smtp2.infomaniak.ch [84.16.68.90]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6958FC0C for ; Sun, 1 Feb 2009 16:57:23 +0000 (UTC) (envelope-from seba.bsd@sinux.net) Received: from [172.16.1.20] (217-162-55-198.dclient.hispeed.ch [217.162.55.198]) (authenticated bits=0) by smtp2.infomaniak.ch (8.14.2/8.14.2) with ESMTP id n11Ggdg6001888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 Feb 2009 17:42:40 +0100 From: Sebastien Chassot To: FreeBSD Questions Content-Type: text/plain Date: Sun, 01 Feb 2009 17:42:39 +0100 Message-Id: <1233506559.1023.16.camel@dhcppc0> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Antivirus: Dr.Web (R) for Mail Servers on smtp2 host X-Antivirus-Code: 100000 Subject: xorg 7.4 keyboard localisation (xorg.conf vs hal) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 16:57:24 -0000 Hi, I've upgrade to xorg7.4 and apparently keyboard and mouse are now working with hald. In xorg.conf changing "old" keybord config as no effect and I can't find how change it with hal. I've got /usr/local/etc/hal/fdi/* but no *keymap* and I don't know how build such a file. Thank you. -- [] [][][] Sebastien Chassot - Geneva (Switzerland) || From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 17:19: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 4E338106566C for ; Sun, 1 Feb 2009 17:19:36 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from mtaout02-winn.ispmail.ntl.com (mtaout02-winn.ispmail.ntl.com [81.103.221.48]) by mx1.freebsd.org (Postfix) with ESMTP id CBD698FC1C for ; Sun, 1 Feb 2009 17:19:35 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090201171934.UMCH4080.mtaout02-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Sun, 1 Feb 2009 17:19:34 +0000 Received: from catflap.slightlystrange.org ([82.21.101.171]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090201171934.NMHK22934.aamtaout04-winn.ispmail.ntl.com@catflap.slightlystrange.org> for ; Sun, 1 Feb 2009 17:19:34 +0000 Received: by catflap.slightlystrange.org (Postfix, from userid 106) id C42DF6192; Sun, 1 Feb 2009 17:19:21 +0000 (GMT) Received: from torus.slightlystrange.org (torus.slightlystrange.org [10.1.3.50]) by catflap.slightlystrange.org (Postfix) with SMTP id 0D874617A for ; Sun, 1 Feb 2009 17:19:20 +0000 (GMT) Received: by torus.slightlystrange.org (sSMTP sendmail emulation); Sun, 1 Feb 2009 17:19:20 +0000 From: "Daniel Bye" Date: Sun, 1 Feb 2009 17:19:20 +0000 To: FreeBSD Questions Message-ID: <20090201171920.GB69316@torus.slightlystrange.org> Mail-Followup-To: FreeBSD Questions References: <1233506559.1023.16.camel@dhcppc0> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ" Content-Disposition: inline In-Reply-To: <1233506559.1023.16.camel@dhcppc0> User-Agent: Mutt/1.4.2.3i X-PGP-Fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A X-Operating-System: FreeBSD 7.1-STABLE i386 X-Cloudmark-Analysis: v=1.0 c=1 a=qiI8-uaCwewA:10 a=RR1p26c16WEA:10 a=ehNlctqhnw0A:10 a=FgODDbkYyQeDhlkh7m0A:9 a=rK3nh9w81VHQYjXhNjbHO5ek7gsA:4 a=LY0hPdMaydYA:10 a=1TEtN6bcc7-6zMruUkUA:9 a=ukQx7kyeseVrXI8cTebgogxQL-wA:4 a=rPt6xJ-oxjAA:10 Subject: Re: xorg 7.4 keyboard localisation (xorg.conf vs hal) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 17:19:36 -0000 --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 01, 2009 at 05:42:39PM +0100, Sebastien Chassot wrote: >=20 > Hi, >=20 > I've upgrade to xorg7.4 and apparently keyboard and mouse are now > working with hald. >=20 > In xorg.conf changing "old" keybord config as no effect and I can't find > how change it with hal. I've got /usr/local/etc/hal/fdi/* but no > *keymap* and I don't know how build such a file. This should get you started: gb Change the `gb' in the example to your local keymap name, save the file as /usr/local/etc/hal/fdi/policy/x11-input.fdi and restart hald. Dan --=20 Daniel Bye _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEARECAAYFAkmF2ZgACgkQixf5fBYiFmqPiQCgkur+8wHagyjT4nVfu3BGJIsR KHEAniE1xSnx/uCkG3gVLoxZPT0qb3l/ =R2FK -----END PGP SIGNATURE----- --MfFXiAuoTsnnDAfZ-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 18: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 C3E2B106564A for ; Sun, 1 Feb 2009 18:26:20 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 985BE8FC22 for ; Sun, 1 Feb 2009 18:26:20 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id D54E3AFC1FE; Sun, 1 Feb 2009 09:26:19 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 1 Feb 2009 09:26:00 -0900 User-Agent: KMail/1.9.10 References: <4985D26E.9000604@bsdforen.de> In-Reply-To: <4985D26E.9000604@bsdforen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902010926.00728.fbsd.questions@rachie.is-a-geek.net> Cc: Dominic Fandrey Subject: Re: request responsibility timeout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 18:26:21 -0000 On Sunday 01 February 2009 07:48:46 Dominic Fandrey wrote: > I want to request a responsibility timeout for bin/120784, I have > submitted a patch matching the previously discussed criteria for > a commit a couple of weeks ago and I would like to receive some kind > of reaction. > > What is the appropriate channel to do so? -hackers -- Mel Problem with today's modular software: they start with the modules and never get to the software part. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 18:31: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 CB6BC106564A for ; Sun, 1 Feb 2009 18:31:33 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 578AC8FC26 for ; Sun, 1 Feb 2009 18:31:32 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy14 with SMTP id 14so1958551ewy.19 for ; Sun, 01 Feb 2009 10:31:32 -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=OtrOUjm47+6+yhreJ1IOQ8hvhxQOy9pz46hncp62Vqc=; b=k5n9bs7fGmKVM+qjnLZXyo4fIS4KtdqshKKzVIddhyPDMIFdwLLJKRapGhPTBDIIiy DmVzu1ei8MAbh/c1nZdmL+RDVKR7WtorWx9a7UufjCl5H+NoLKJRBbgG5J6Nt2YJjBbJ pXVUiAgkG+iwONTc6hbTpABcouL1qs+38JRYI= 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=ODCveTN6bG7OJX45M3wy3Vqkmrp3Fu7HPjGxSSX/vqNHbc72mJntpdDaqRDg3Te+eK UxG5dt+Pi10PDIXl9+9cg98iDP6bi/SiaNa6athUiDYGzpqpPzK/VslrXBJYXYFIDb/z EHo6HdJKfAKqeOvziAICeerF8xveEA9qZBy8Y= Received: by 10.210.42.13 with SMTP id p13mr265742ebp.87.1233513092199; Sun, 01 Feb 2009 10:31:32 -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 u14sm2911532gvf.19.2009.02.01.10.31.30 (version=SSLv3 cipher=RC4-MD5); Sun, 01 Feb 2009 10:31:31 -0800 (PST) Date: Sun, 1 Feb 2009 18:31:28 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090201183128.524f16db@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: dump(8) using snapshot + "recommended" cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 18:31:34 -0000 On Sun, 1 Feb 2009 08:59:02 -0400 (AST) Andrew Hamilton-Wright wrote: > > Hi All; > > I regularly use dump(8) with snapshots to back up my server. > > While this seems to have been working perfectly well so far, > upon (re)reading the man page for dump(8), I have noticed a > somewhat scary pair of lines in the paragraph describing > the option for -C (emphasis with stars mine): > > [Use of this option] will greatly improve performance > at the cost of ***dump possibly not noticing changes in > the file system*** between passes. > > ***It is recommended that you always use this option when > dumping a snapshot.*** > When you dump a snapshot there are, by definition, no changes between passes. So it's saying that in that case there in no reason not to cache. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 18: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 3AEA7106566B for ; Sun, 1 Feb 2009 18:47: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 9C02C8FC0C for ; Sun, 1 Feb 2009 18:47:03 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) 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 n11IkW1w044527; Sun, 1 Feb 2009 18:46:44 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.1 smtp.infracaninophile.co.uk n11IkW1w044527 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1233514005; bh=b1ZmyyBR9lutokoCYS3qQI1/05iXTE2IjXy6FAbkk+Q=; 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<4985EE02.5030001@infracaninophile.co.uk>|Date:=20S un,=2001=20Feb=202009=2018:46:26=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.19=20(X11/20090125)|MIME-Vers ion:=201.0|To:=20Polytropon=20|CC:=20FreeBSD=20Q uestions=20|Subject:=20Re:=20Tool=2 0to=20uncat=20file|References:=20<20090201140102.e9a9a41a.freebsd@ edvax.de>|In-Reply-To:=20<20090201140102.e9a9a41a.freebsd@edvax.de >|X-Enigmail-Version:=200.95.6|Content-Type:=20multipart/signed=3B =20micalg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"application/pgp-sign ature"=3B=0D=0A=20boundary=3D"------------enigDAC664FFC332328ECE7A E08D"; b=3ENHiGQwdo21+o87y42J0qf8OXYpm7evJHPC6XIundiHOFz1TwNp1HQO9Jvyg/R41 nhEGH6wgL2gnWluBTKYff0a3dAF4n5d8nHDaUjtr5LwDqevHcTWaRW2LtZJkDDx6ZC 6eQ9KGoGiQeIMdXr+o4ddf1fe/hFzZnLE78rEuXw= Message-ID: <4985EE02.5030001@infracaninophile.co.uk> Date: Sun, 01 Feb 2009 18:46:26 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.19 (X11/20090125) MIME-Version: 1.0 To: Polytropon References: <20090201140102.e9a9a41a.freebsd@edvax.de> In-Reply-To: <20090201140102.e9a9a41a.freebsd@edvax.de> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigDAC664FFC332328ECE7AE08D" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (smtp.infracaninophile.co.uk [IPv6:::1]); Sun, 01 Feb 2009 18:46:45 +0000 (GMT) X-Virus-Scanned: ClamAV 0.94.2/8935/Sun Feb 1 15:43:52 2009 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_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 Subject: Re: Tool to uncat 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: Sun, 01 Feb 2009 18:47:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDAC664FFC332328ECE7AE08D Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Polytropon wrote: > Dear list, >=20 > before starting to code on my own, I'd like to ask if there's already a= > tool to uncat files, defining the file separation position as a string > of bytes, usually given in hexadecimal form. >=20 > An example could be this: >=20 > % uncat -p 0x12,0x52,0xf1,0x09 file_orig >=20 > It creates file_1 file_2 file_3. And, of course, >=20 > % cat file_1 file_2 file_3 > file_orig >=20 > would re-create the original file. The bytes 0x12,0x52,0xf1,0x09 tell t= he > file starting pattern (-p), where a new file begins. >=20 > I cannot use dd due to the fact that the files concatenated are of a > different size. So the idea would be to look for specific byte pattern > and then start a new file each time it occurs on input. >=20 > Is there such a tool, or any other ideas? csplit(1) 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 --------------enigDAC664FFC332328ECE7AE08D 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.10 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkmF7ggACgkQ8Mjk52CukIxiVACbBn5/QUqoEik6LFxpyd9tCvdG +2IAoIhsVAm12CDZZldBI9PMElf1O2/K =KLBT -----END PGP SIGNATURE----- --------------enigDAC664FFC332328ECE7AE08D-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 20:07: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 3F6E7106564A for ; Sun, 1 Feb 2009 20:07:52 +0000 (UTC) (envelope-from AHamiltonWright@MtA.ca) Received: from mailserv.mta.ca (mailserv.mta.ca [138.73.1.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1898FC27 for ; Sun, 1 Feb 2009 20:07:51 +0000 (UTC) (envelope-from AHamiltonWright@MtA.ca) Received: from [138.73.29.51] (helo=qemg.org) by mailserv.mta.ca with esmtp (Exim 4.61) (envelope-from ) id 1LTibd-0006sB-R1; Sun, 01 Feb 2009 16:07:50 -0400 Date: Sun, 1 Feb 2009 16:08:47 -0400 (AST) From: Andrew Hamilton-Wright Sender: andrew@qemg.org To: RW In-Reply-To: <20090201183128.524f16db@gumby.homeunix.com> Message-ID: References: <20090201183128.524f16db@gumby.homeunix.com> 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: dump(8) using snapshot + "recommended" cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 20:07:52 -0000 On Sun, 1 Feb 2009, RW wrote: >> ***It is recommended that you always use this option when >> dumping a snapshot.*** > > > When you dump a snapshot there are, by definition, no changes between > passes. So it's saying that in that case there in no reason not to > cache. Ah, that makes sense. That being the case, perhaps we can update the text to: If dumping from a snapshot, the filesystem is already frozen, therefore using a cache with a snapshot will ensure that consistency is maintained while also providing best performance. If that sounds good, I'll make a doc patch. Out of curiosity, under what circumstances is the improved performance the most likely? I dump from cron when the system usage is low, and haven't noticed any significant difference in time with or without cacheing -- but I haven't done any testing under heavy load, nor with limited RAM, so there are many mbufs available in any case. Thanks for the info, Andrew. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 20: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 C84CA1065670; Sun, 1 Feb 2009 20:58:23 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 667448FC26; Sun, 1 Feb 2009 20:58:23 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so479241yxb.13 for ; Sun, 01 Feb 2009 12: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=ze7RSl4LFYBJNheswA+DQ73ZRAENPq2zKPSXUQc2bWw=; b=rBFyzaMlZZTguFYF8iHlMfRiTD6HOAnFMicNgg0bDtfscpjD1/KwaK2UhqVKgA9uMg sDyj7GvbOFxtW4KaAUq22kf601V6gvXiXQFFv+VZPD7CoJAWcWWXXjpfvFvTzgIjRqIe pmvOAMx1u3pGYXrVruy9kxZBNiEv3uJNF6lAA= 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=h1TKT55BEfYI8yLR4xQ8RmxjLVI41wIH2dOD2HNMSe/UsqHc+kg78v0xMRs/aFo5tJ 4Xh7XAIzV9kBlX9CLAvcbhVdeJTxft62loVakUq5RGDUOvnqw/PO/C6dtTCJ2fRqvvhK wXUj2yM48swP/8O3wzfpjl0KIZghn6lIVmSTg= MIME-Version: 1.0 Received: by 10.90.68.20 with SMTP id q20mr2254314aga.11.1233521902634; Sun, 01 Feb 2009 12:58:22 -0800 (PST) In-Reply-To: <4985877B.8080502@mail.zedat.fu-berlin.de> References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <790a9fff0901312008x71fa025na58856bde4c7a5be@mail.gmail.com> <4985877B.8080502@mail.zedat.fu-berlin.de> Date: Sun, 1 Feb 2009 14:58:22 -0600 Message-ID: <790a9fff0902011258j5f954ea9s2c9665c3bd8a5c61@mail.gmail.com> From: Scot Hetzel To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Mel , freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 20:58:24 -0000 On Sun, Feb 1, 2009 at 5:28 AM, O. Hartmann wrote: > Scot Hetzel wrote: >> On Sat, Jan 31, 2009 at 6:39 PM, O. Hartmann >> wrote: >> >>> build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary >>> and I got the attached dump of the linked shared objects. >>> Interestingly, the first three entries show up something missing - >>> therefore I deinstalled Firefox and rebuild the browser after an >>> additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg >>> >> >> >>> thor# ldd firefox-bin >>> firefox-bin: >>> libxul.so => not found (0x0) >>> libmozjs.so => not found (0x0) >>> libxpcom.so => not found (0x0) >>> libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) >>> libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000) >>> >> >> When firefox3 was first added to the ports collection, I had noticed >> this problem with firefox3 (after using sysutils/libchk), but I didn't >> have this problem with the firefox 2. A look at the difference >> between the www/firefox and www/firefox3 Makefiles showed that >> firefox3 was missing this: >> >> LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} >> >> After adding this line to the ports Makefile, and rebuilding the port, >> these libraries are now showing as found in the ldd output. >> >> Scot >> > Isn't that worth a PR? > > Submitted and rejected: http://www.freebsd.org/cgi/query-pr.cgi?pr=131237 As it doesn't affect the operation of Firefox3's firefox-bin program. Scot From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 21:05: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 7C3C210657B2 for ; Sun, 1 Feb 2009 21:05:07 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2B53E8FC17 for ; Sun, 1 Feb 2009 21:05:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LTjV0-0005yN-Nn for freebsd-questions@freebsd.org; Sun, 01 Feb 2009 21:05:02 +0000 Received: from 81.210.237.210 ([81.210.237.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Feb 2009 21:05:02 +0000 Received: from saper by 81.210.237.210 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Feb 2009 21:05:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Marcin Cieslak Date: Sun, 01 Feb 2009 21:49:00 +0100 Lines: 28 Message-ID: <49860ABC.1030205@system.pl> References: <49837CFD.4080603@mail.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.237.210 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.19) Gecko/20090131 SeaMonkey/1.1.14 In-Reply-To: <49837CFD.4080603@mail.zedat.fu-berlin.de> Sender: news Cc: freebsd-current@freebsd.org Subject: Re: Xorg upgrade disaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 21:05:10 -0000 O. Hartmann wrote: > After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4 > and having done hurting recompiling nearly everything/package twice now > firefox3 still doesn't work properly and hits me when starting with this > error message: > > Xlib: extension "Generic Event Extension" missing on display ":0.0". Looks like libraries (Xext among others) already support the XGE extension: http://thread.gmane.org/gmane.comp.freedesktop.xorg/36483 but the current the 1.5 Xorg server does not support and the 1.6 release is behind schedule a bit: http://www.phoronix.com/scan.php?page=news_item&px=Njg4OA I keep getting this error after upgrade of X today but everything works as usual. > Then firefox3 freezes forever, showing something like the background or > pixel remnants of windows/picograms moving over its window. The firefox problem is unrelated I think to the message above (as demonstrated later in the thred) --Marcin From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 21:34: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 93B091065670 for ; Sun, 1 Feb 2009 21:34:47 +0000 (UTC) (envelope-from farremosen@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 288C98FC0A for ; Sun, 1 Feb 2009 21:34:46 +0000 (UTC) (envelope-from farremosen@gmail.com) Received: by ewy14 with SMTP id 14so2025523ewy.19 for ; Sun, 01 Feb 2009 13:34:46 -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:content-transfer-encoding; bh=2ukxY3UPor5kWwe6pPcMtTS9z8ae553muwkQwGDPkHU=; b=YPUQuQfg4SlpVJEFoakCBr574u3viy0TntfJQEhJ07oACtusGJsQlhvTM+Gzw04e2n Ld+Uv2I49BljWMIrA0U907JNsvpa6aH1JG0T0oGb5J0FwiCjz5hfz/aNpjp8hmRpgXJL T68uTJKpnj3GkgoxjGIWcqzkxcE96YhfvQqL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=FgxoUye9Peun5sDEj0nFgC6ir7c0Pm7uZ+bar6iiirV0h36w2+ZSx2MuCuy7GK04z5 dPR0vxWYr7V+EviKA6e1x/26827FsPKK1wlPRbM/5odSNnhqzVgbYIzJv2UXJ5DCHNBB +4xXMeYSqfaql6fieieg2NhzlmrsUpBt6B3PA= MIME-Version: 1.0 Received: by 10.210.111.4 with SMTP id j4mr89944ebc.1.1233524086181; Sun, 01 Feb 2009 13:34:46 -0800 (PST) Date: Sun, 1 Feb 2009 22:34:46 +0100 Message-ID: From: =?ISO-8859-1?Q?Klaus_Friis_=D8stergaard?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Problem gdm 2.24, xdmcp D-BUS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 21:34:47 -0000 On Fri, Jan 30, 2009 at 04:03:10PM +0100, Klaus Friis =D8stergaard wrot= e: I tried to remove the directories that was not removed by deinstall manually, and then installed again, now no complaints about not bei= ng able to uninstall I can now start gdm again, with out any complaint= s, but when I run sockstat I cannot see gdm-binary active nor any list= en on udp 177. Any suggestions? GDM 2.24 ist broken, not only on FreeBSD but also on other systems like Fedora. My personal workaround ist to keep using 2.20 for now, which seems to be the last working version that came from the gnome team. gdm-2.24.1_5 is not broken, else I couldn't have logged onto my gnome-desktop some minutes ago. But there are some feature-regressions compared to 2.20 - developers say they have rewritten important parts of the code. Greetings, Uli. Thanks, but how do I reverse back to gdm 2.20? Is this possible with the portupgrade tools? /Klaus --=20 Klaus F. =D8stergaard, From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 22:07: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 5EB961065670 for ; Sun, 1 Feb 2009 22:07:04 +0000 (UTC) (envelope-from sales@internationalpropertydirectory.com) Received: from smtp111.rog.mail.re2.yahoo.com (smtp111.rog.mail.re2.yahoo.com [206.190.37.1]) by mx1.freebsd.org (Postfix) with SMTP id AB34A8FC18 for ; Sun, 1 Feb 2009 22:07:03 +0000 (UTC) (envelope-from sales@internationalpropertydirectory.com) Received: (qmail 34179 invoked from network); 1 Feb 2009 21:40:23 -0000 Received: from unknown (HELO CPE0014bff3e4d5-CM00152fc6e7c2.cpe.net.cable.rogers.com) (sales@99.249.236.212 with login) by smtp111.rog.mail.re2.yahoo.com with SMTP; 1 Feb 2009 21:40:18 -0000 X-YMail-OSG: NLaxAHEVM1mZ7oA9.l9kq0u0a_9kYeyPXJvrgM7Q_EGPnBVmh7DQmh0tUUCLsrJoDw-- X-Yahoo-Newman-Property: ymail-3 MIME-Version: 1.0 From: "International Property Directory" To: freebsd-questions@freebsd.org Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_001_2E2F_01A6206D.77021F38" X-Mailer: SendBlaster.1.5.5 Date: Sun, 1 Feb 2009 16:40:29 -0500 Message-ID: <444863973520529021572@ipd-office> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dear Freebsd-questions the Dubai Shopping Festival 2009 Special Offers are here - International Property Directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sales@internationalpropertydirectory.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 22:07:04 -0000 ------=_NextPart_001_2E2F_01A6206D.77021F38 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable Dubai Shopping Festival 2009 Special Offers - International Property Direct= ory Dubai | United Arab Emirates =20 =20 Choose Your Language: Investors - purchase your property through our services and you can list an= d market your property FREE of charge to our growing database of buyers whe= n you wish to sell. Agent and Private Property Listings =20 Please forward this newsletter=20 If you know someone who might be interested in our latest newsletter please= click here to forward this email to up to 5 friends at once. =20 IMPORTANT: International Property Directory will never ask for any monies. All contrac= ts are issued directly and we will assist throughout the process and be on = hand for after sales services. =20 Dubai Shopping Festival 2009 Property Bonanza! =20 =20 =20 =20 International Property Directory are pleased to be able to bring an exclusi= ve selection of offers to investors and enthusiasts of the Dubai Property M= arket in celebration of the Dubai Shopping Festival 2009. Review the FREE 6 page brochure here To start your negotiations to get the very best deals on offer click here =20 =20 We work with the Developers - Directly! =20 =20 =20 Newsletter Sign up - Please sign-up an associate for the IPD Newsletter list Newsletter Removal - Please remove email from the IPD Newsletter list DISCLAIMER This message contains confidential information and is intended only for the= individual named. If you are not the named addressee, you should not disse= minate, distribute or copy this e-mail. Please notify the sender immediatel= y by e-mail if you have received this e-mail by mistake and delete this e-m= ail from your system. This e-mail has been prepared using information belie= ved by the author to be reliable and accurate, but International Property D= irectory make no warranty as to its accuracy or completeness. Any opinions = expressed in this document are those of the author and do not necessarily r= eflect the opinions of International Property Directory. They maybe subject= to change without notice. International Property Directory do not accept r= esponsibility for changes made to this e-mail after it was sent. If verific= ation is required please request a hard-copy version. E-mail transmission c= annot be guaranteed to be secure or error-free as information could be inte= rcepted, lost, destroyed, corrupted, arrive late or incomplete, or contain = viruses. For information regarding our privacy policy please visit contact = us for further details. International Property Directory does not take rece= ipt of any monies or sign contracts with investors. We operate independentl= y, sourcing property investment opportunities for our interested parties. A= ll contracts and monies are always handled directly with the property devel= oper offering the property. We always recommend our investors seek Independ= ent legal and financial advice before purchasing a property. International = Property Directory can accept no liability for any damages or losses result= ing from the purchase of one our listed Investment Opportunities. International Property Directory is a Canadian registered company. Registered Address: London, Ontario, N6G 4V4, CANADA =A9 International Property Directory =20 =20 ------=_NextPart_001_2E2F_01A6206D.77021F38-- From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 22:32:17 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 CF815106566B for ; Sun, 1 Feb 2009 22:32:17 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id 613388FC1C for ; Sun, 1 Feb 2009 22:32:17 +0000 (UTC) (envelope-from brett@lariat.net) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id PAA29008 for ; Sun, 1 Feb 2009 15:07:49 -0700 (MST) Message-Id: <200902012207.PAA29008@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 01 Feb 2009 15:07:43 -0700 To: questions@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: IPFW in-kernel NAT: How to compile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 22:32:18 -0000 All: I'm building a machine using FreeBSD 7.1-RELEASE, and noticed that there was now a kernel configuration option to enable in-kernel NAT in IPFW. So, starting with a pristine system, I tried to rebuild the kernel with this feature as I trimmed out the unneeded device drivers. But the build failed -- and the error messages suggest that the problem had to do with linking libalias into the kernel. libalias seems to be there, so I'm not sure what's wrong. Ideas? --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 23:13:30 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 855D6106564A for ; Sun, 1 Feb 2009 23:13:30 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52104.mail.re2.yahoo.com (web52104.mail.re2.yahoo.com [206.190.48.107]) by mx1.freebsd.org (Postfix) with SMTP id 142D88FC37 for ; Sun, 1 Feb 2009 23:13:29 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 41652 invoked by uid 60001); 1 Feb 2009 22:46:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=v1VzuelrCiO5jJjuycxmkBkBylTE3/eGbEgcGfv8SxQNETB0wLF/EDRU2ADaNwu+yY3B86dZomEpDnDYVCKsBcOzCAo3UdwIxBYVoYJXTRD3RPf1FfY6XOblBPwkiZ0sURtH/RFpwQPfb9P5lips1pRenreaUbfd77pDU49pQU8=; X-YMail-OSG: MOpY3esVM1kW.KofZfhqdUMKoR5EeEZ_NuIUahC2M2YvRKsPo8XAQgzyG9uIJCp5esIwXiTDZuCo5G0fFtPQoltJ8MZrAULLCaTP17dojIwMIwcrzO_Fth3aAy1FrFVm3mmBw5KzXaJEc48prEFWlcHq4va.HXE07V4xqz7ADLzucGpVX2MXrkAlTgL0 Received: from [98.169.13.4] by web52104.mail.re2.yahoo.com via HTTP; Sun, 01 Feb 2009 14:46:48 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Sun, 1 Feb 2009 14:46:48 -0800 (PST) From: gahn To: freebsd general questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <613985.35234.qm@web52104.mail.re2.yahoo.com> Subject: freebsd and multicasting software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 23:13:30 -0000 Hi, all: Does anyone know multicasting packages (udp based) that I can test on the freebsd? I am using 6.3 and it comes with vlc-0.8.6i and doesn't support udp streaming. Any help would be greatly appreciated.. From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 23:14: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 60FA4106567A for ; Sun, 1 Feb 2009 23:14:18 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF348FC26 for ; Sun, 1 Feb 2009 23:14:18 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n11NE05J023937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 1 Feb 2009 15:14:01 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n11NE0Sn023936; Sun, 1 Feb 2009 15:14:00 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA05678; Sun, 1 Feb 09 15:03:25 PST Date: Sun, 01 Feb 2009 15:04:51 -0800 From: perryh@pluto.rain.com To: m.seaman@infracaninophile.co.uk, freebsd@edvax.de Message-Id: <49862a93.mPk92H+6FBE9Dl8m%perryh@pluto.rain.com> References: <20090201140102.e9a9a41a.freebsd@edvax.de> <4985EE02.5030001@infracaninophile.co.uk> In-Reply-To: <4985EE02.5030001@infracaninophile.co.uk> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Tool to uncat 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: Sun, 01 Feb 2009 23:14:18 -0000 > > before starting to code on my own, I'd like to ask if there's > > already a tool to uncat files, defining the file separation > > position as a string of bytes, usually given in hexadecimal form. > > > > An example could be this: > > > > % uncat -p 0x12,0x52,0xf1,0x09 file_orig > > > > It creates file_1 file_2 file_3. And, of course, > > > > % cat file_1 file_2 file_3 > file_orig > > > > would re-create the original file. The bytes 0x12,0x52,0xf1,0x09 > > tell the file starting pattern (-p), where a new file begins. > > > > I cannot use dd due to the fact that the files concatenated are > > of a different size ... > > csplit(1) csplit would cover the case where the input file is text, to be split on line boundaries based on patterns found within the lines; but the example given looks like a binary pattern and my reading of the inquiry is that the split should occur at the pattern rather than at a nearby newline. Grepping the ports INDEX for "split" yields the following candidates which might bear examination, to see if any of them will work: misc/granulate sysutils/gfslicer sysutils/hoz sysutils/lxsplit From owner-freebsd-questions@FreeBSD.ORG Sun Feb 1 23:19: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 F101F106564A for ; Sun, 1 Feb 2009 23:19:13 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id BD4A58FC1E for ; Sun, 1 Feb 2009 23:19:13 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1255602wfg.7 for ; Sun, 01 Feb 2009 15:19: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:cc:subject:references:in-reply-to :x-enigmail-version:openpgp:content-type:content-transfer-encoding; bh=1kOH5VklNBYDm/WmSJXhuh4D7/pg3UXxZI9CipTLnGQ=; b=iZvk3qdzc32aQa7Q5oyBREAqqLeTwqrFZz4P8datzoM69n0IZjdjRa/vktlSmvxj7e fM7A2FZ+Jm99NGgrb+MzJYl551hhHIrOOW2eTJ5XQ4/1/ac4Ygz+H1LwJTpbDOHDG9pE H5yaHjFE/2dUbkD9xMzFfVzp6t/QR1SA+2HQU= 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:x-enigmail-version:openpgp:content-type :content-transfer-encoding; b=UOK6tVcx146ZjNo8svrez1umT9FSrgxcvaPziHrZUBxBvQ+uyTVgrZp6Vc2DTcJHAo 7YdAYfNd5c+11CuCB6Lp6xgSzZ5qo88LU5AoSXIsWXnQYTIrLxwdQO8lrct0g2tmrYd7 qmcJh1v1xVWvhb+EvUhJOLFSj+b7lZ0GCkToI= Received: by 10.143.42.6 with SMTP id u6mr1553977wfj.121.1233530353390; Sun, 01 Feb 2009 15:19:13 -0800 (PST) Received: from aargh.lan (ool-182fcc8b.dyn.optonline.net [24.47.204.139]) by mx.google.com with ESMTPS id 30sm4835993wfg.25.2009.02.01.15.19.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Feb 2009 15:19:12 -0800 (PST) Message-ID: <49862DEE.4050000@gmail.com> Date: Sun, 01 Feb 2009 18:19:10 -0500 From: Eitan Adler User-Agent: Mozilla (X11; U; FreeBSD i386; en-US; ) Gecko Thunderbird Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Polytropon References: <20090201140102.e9a9a41a.freebsd@edvax.de> In-Reply-To: <20090201140102.e9a9a41a.freebsd@edvax.de> X-Enigmail-Version: 0.95.7 OpenPGP: id=E9C2CCD1; url=pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Tool to uncat 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: Sun, 01 Feb 2009 23:19:14 -0000 Polytropon wrote: > Dear list, > > before starting to code on my own, I'd like to ask if there's already a > tool to uncat files, defining the file separation position as a string > of bytes, usually given in hexadecimal form. > > Is there such a tool, or any other ideas? If I understand correctly you are looking for split(1). -p pattern The file is split whenever an input line matches pattern, which is interpreted as an extended regular expression. The matching line will be the first line of the next output file. This option is incompatible with the -b and -l options. -- Eitan Adler "Security is increased by designing for the way humans actually behave." -Jakob Nielsen From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 01:12:41 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 BE03C106566B for ; Mon, 2 Feb 2009 01:12:41 +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 759058FC1F for ; Mon, 2 Feb 2009 01:12:41 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan-a.emsphone.com [199.67.51.107]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n120hkr2089628 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 Feb 2009 18:43:46 -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 n120hkkh056480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 Feb 2009 18:43:46 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n120hiY4056479; Sun, 1 Feb 2009 18:43:44 -0600 (CST) (envelope-from dan) Date: Sun, 1 Feb 2009 18:43:44 -0600 From: Dan Nelson To: Brett Glass Message-ID: <20090202004344.GH75802@dan.emsphone.com> References: <200902012207.PAA29008@lariat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902012207.PAA29008@lariat.net> X-OS: FreeBSD 7.1-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) 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]); Sun, 01 Feb 2009 18:43:46 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: questions@freebsd.org Subject: Re: IPFW in-kernel NAT: How to compile? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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 Feb 2009 01:12:42 -0000 In the last episode (Feb 01), Brett Glass said: > I'm building a machine using FreeBSD 7.1-RELEASE, and noticed that there > was now a kernel configuration option to enable in-kernel NAT in IPFW. > So, starting with a pristine system, I tried to rebuild the kernel with > this feature as I trimmed out the unneeded device drivers. But the build > failed -- and the error messages suggest that the problem had to do with > linking libalias into the kernel. > > libalias seems to be there, so I'm not sure what's wrong. Ideas? Do you have "options LIBALIAS" in your kernel config? -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Feb 2 01:13: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 E34641065679 for ; Mon, 2 Feb 2009 01:13:03 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id 72D538FC1E for ; Mon, 2 Feb 2009 01:13:03 +0000 (UTC) (envelope-from brett@lariat.net) Received: from anne-o1dpaayth1.lariat.org (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id SAA00512; Sun, 1 Feb 2009 18:12:56 -0700 (MST) Message-Id: <200902020112.SAA00512@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 01 Feb 2009 18:12:51 -0700 To: Dan Nelson From: Brett Glass In-Reply-To: <20090202004344.GH75802@dan.emsphone.com> References: <200902012207.PAA29008@lariat.net> <20090202004344.GH75802@dan.emsphone.com> Mime-Versi