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: