From marcus at marcuscom.com Thu May 1 01:00:20 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Thu May 1 01:00:23 2008
Subject: Question about noexec flag in HAL
In-Reply-To: <481771DD.7010007@pcbsd.com>
References: <481771DD.7010007@pcbsd.com>
Message-ID: <1209603618.68071.28.camel@shumai.marcuscom.com>
On Tue, 2008-04-29 at 15:07 -0400, Kris Moore wrote:
> Hopefully just a quick question. In the past I've had to compile HAL
> with a patch to disable the noexec flag from being used when mounting
> CD's. The lines in question are below:
>
> tools/hal-storage-mount.c
> #ifdef __FreeBSD__
> #define MOUNT "/sbin/mount"
> -#define MOUNT_OPTIONS "noexec,nosuid"
> +#define MOUNT_OPTIONS "nosuid"
> #define MOUNT_TYPE_OPT "-t"
>
> This has been rather of a pain, since I don't want to keep making a
> custom patch to remove this flag. Is there some other easy way to remove
> the noexec flag from being used in CD mounting? I've tried by putting
> this in my /usr/local/etc/hal/fdi/policy/preferences.fdi file:
>
>
>
> type="bool">false
>
>
>
> However, it doesn't seem to make a difference :(
>
>
> Any other hints? Or am I stuck patching HAL itself?
I have removed noexec from the list of hardcoded options. Any file
systems applications needing this will have to pass noexec to hal when
requesting the mount.
Joe
>
>
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080501/3af77f41/attachment.pgp
From delphij at delphij.net Fri May 2 21:06:28 2008
From: delphij at delphij.net (Xin LI)
Date: Fri May 2 21:06:32 2008
Subject: [PATCH] Update mail/thunderbird to 2.0.0.14
Message-ID: <481B8249.6000507@delphij.net>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
This is a trivial update. May I commit it?
Cheers,
- --
Xin LI http://www.delphij.net/
FreeBSD - The Power to Serve!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkgbgkgACgkQi+vbBBjt66CBJwCeIFe+I9sASPNDECR4dDjsfhSM
+QUAoJCIVUvatLZcHSz6Zp54ePKa+EY2
=ihx/
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/thunderbird/Makefile,v
retrieving revision 1.91
diff -u -p -r1.91 Makefile
--- Makefile 22 Apr 2008 05:32:58 -0000 1.91
+++ Makefile 2 May 2008 19:20:36 -0000
@@ -7,8 +7,8 @@
#
PORTNAME= thunderbird
-DISTVERSION= 2.0.0.12
-PORTREVISION= 3
+DISTVERSION= 2.0.0.14
+PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/thunderbird/distinfo,v
retrieving revision 1.34
diff -u -p -r1.34 distinfo
--- distinfo 28 Feb 2008 23:35:57 -0000 1.34
+++ distinfo 2 May 2008 19:24:45 -0000
@@ -1,3 +1,3 @@
-MD5 (thunderbird-2.0.0.12-source.tar.bz2) = c23f576a8fd0ceee5135829c8ae5168b
-SHA256 (thunderbird-2.0.0.12-source.tar.bz2) = a7ed39bcac6357687f9758f0b1282e9f0545e12277b4fc44c70506659c25a7b6
-SIZE (thunderbird-2.0.0.12-source.tar.bz2) = 37485204
+MD5 (thunderbird-2.0.0.14-source.tar.bz2) = e304510d08f7e226bbfff8e7e549232f
+SHA256 (thunderbird-2.0.0.14-source.tar.bz2) = deae3f00be4734c8a4dd6480639d253f0606bd0df6ef3e4432210d449d789730
+SIZE (thunderbird-2.0.0.14-source.tar.bz2) = 37473129
From mezz7 at cox.net Fri May 2 22:51:47 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Fri May 2 22:51:52 2008
Subject: [PATCH] Update mail/thunderbird to 2.0.0.14
In-Reply-To: <481B8249.6000507@delphij.net>
References: <481B8249.6000507@delphij.net>
Message-ID:
On Fri, 02 May 2008 16:06:17 -0500, Xin LI wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> This is a trivial update. May I commit it?
Yes and please remove that 'PORTREVISION=0'. Thanks!
Cheers,
Mezz
> Cheers,
> - --
> Xin LI http://www.delphij.net/
> FreeBSD - The Power to Serve!
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkgbgkgACgkQi+vbBBjt66CBJwCeIFe+I9sASPNDECR4dDjsfhSM
> +QUAoJCIVUvatLZcHSz6Zp54ePKa+EY2
> =ihx/
> -----END PGP SIGNATURE-----
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From marcus at marcuscom.com Fri May 2 22:52:09 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Fri May 2 22:52:11 2008
Subject: [PATCH] Update mail/thunderbird to 2.0.0.14
In-Reply-To: <481B8249.6000507@delphij.net>
References: <481B8249.6000507@delphij.net>
Message-ID: <1209768727.87051.131.camel@shumai.marcuscom.com>
On Fri, 2008-05-02 at 14:06 -0700, Xin LI wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> This is a trivial update. May I commit it?
Sure.
Joe
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080502/4a168e6c/attachment.pgp
From edwin at FreeBSD.org Fri May 2 23:46:10 2008
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Fri May 2 23:46:13 2008
Subject: ports/123282: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port
patch fails (nsCanvasRenderingContext2D.cpp)
Message-ID: <200805022346.m42Nk9ov024524@freefall.freebsd.org>
Synopsis: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp)
Responsible-Changed-From-To: freebsd-ports-bugs->gnome
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri May 2 23:46:09 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=123282
From goaengel at gmx.net Sat May 3 01:06:45 2008
From: goaengel at gmx.net (Goaengel)
Date: Sat May 3 01:06:48 2008
Subject: GNOME hangs on startup when using "advanced" themes
Message-ID: <481BB4BB.8010705@gmx.net>
Dear FreeBSD-GNOME members,
I experience a problem as follows:
On gnome 2.22.1which is basically running fine I experience hangs at
startup, when I choose a more advanced theme (basically anything else
than Clearlooks or Mist). This only happens when exiting GNOME back to
gdm an reentering it from there. After a reboot it works fine.
Also starting it via an XTERM does not help, neither displays error
messages that help (only error that trackerd is already running and
cannot replace)
I am running RELENG_7 with a custom kernel, ports are up to date.
I recall this being a very old problem, I have experienced it about 3-4
years ago on Debian, too. Being unable to "tweak" my DM as I want, I
switched to KDE. Now I am giving the GNOME a shot again, but still this
annoying behavior.
Any hints would be appreciated. Please let me know when you need any
kind of log or similar.
Please keep me on cc, since I am not subscribed to the list.
Regards, Tino
From edwin at FreeBSD.org Sun May 4 09:40:13 2008
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Sun May 4 09:40:17 2008
Subject: ports/123390: x11-toolkits/gtk20 records xdamge
Message-ID: <200805040940.m449eDLm009584@freefall.freebsd.org>
Synopsis: x11-toolkits/gtk20 records xdamge
Responsible-Changed-From-To: freebsd-ports-bugs->gnome
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun May 4 09:40:12 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=123390
From marcus at FreeBSD.org Sun May 4 20:17:48 2008
From: marcus at FreeBSD.org (marcus@FreeBSD.org)
Date: Sun May 4 20:17:50 2008
Subject: ports/123282: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port
patch fails (nsCanvasRenderingContext2D.cpp)
Message-ID: <200805042017.m44KHmkn066284@freefall.freebsd.org>
Synopsis: www/firefox - FreeBSD 7.0 firefox-2.0.0.12 port patch fails (nsCanvasRenderingContext2D.cpp)
State-Changed-From-To: open->closed
State-Changed-By: marcus
State-Changed-When: Sun May 4 20:16:30 UTC 2008
State-Changed-Why:
Firefox is at 2.0.0.14, and the patch
patch-content__canvas__src__nsCanvasRenderingContext2D.cpp no longer exists
in the tree. Update your ports tree, and remove this file if it remains.
http://www.freebsd.org/cgi/query-pr.cgi?pr=123282
From marcus at FreeBSD.org Sun May 4 20:21:08 2008
From: marcus at FreeBSD.org (marcus@FreeBSD.org)
Date: Sun May 4 20:21:10 2008
Subject: ports/119050: audio/gnome-media 2.20.1 gnome-cd player widgets
look greyed-out; won't autoplay beyond track #2
Message-ID: <200805042021.m44KL75V066580@freefall.freebsd.org>
Synopsis: audio/gnome-media 2.20.1 gnome-cd player widgets look greyed-out; won't autoplay beyond track #2
State-Changed-From-To: open->closed
State-Changed-By: marcus
State-Changed-When: Sun May 4 20:19:15 UTC 2008
State-Changed-Why:
The problem not playing beyond the first track should be fixed now.
However, gnome-cd is deprecated, and won't appear in GNOME 2.24. If you
don't like the UI, I suggest you look at other CD players like rhythmbox,
sound-juicer, etc. to play your CDs.
http://www.freebsd.org/cgi/query-pr.cgi?pr=119050
From marcus at FreeBSD.org Sun May 4 20:23:37 2008
From: marcus at FreeBSD.org (marcus@FreeBSD.org)
Date: Sun May 4 20:23:38 2008
Subject: ports/123390: x11-toolkits/gtk20 records xdamge
Message-ID: <200805042023.m44KNaAm066686@freefall.freebsd.org>
Synopsis: x11-toolkits/gtk20 records xdamge
State-Changed-From-To: open->closed
State-Changed-By: marcus
State-Changed-When: Sun May 4 20:23:27 UTC 2008
State-Changed-Why:
Committed, thanks!
http://www.freebsd.org/cgi/query-pr.cgi?pr=123390
From marcus at FreeBSD.org Sun May 4 20:26:14 2008
From: marcus at FreeBSD.org (marcus@FreeBSD.org)
Date: Sun May 4 20:26:16 2008
Subject: ports/121462: building print/ghostscript-gpl fails with
WITH_FT_BRIDGE=1
Message-ID: <200805042026.m44KQDj6066771@freefall.freebsd.org>
Synopsis: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1
Responsible-Changed-From-To: gnome->freebsd-ports-bugs
Responsible-Changed-By: marcus
Responsible-Changed-When: Sun May 4 20:25:55 UTC 2008
Responsible-Changed-Why:
The new patch is for print/ghostscript-gpl.
http://www.freebsd.org/cgi/query-pr.cgi?pr=121462
From dfilter at FreeBSD.ORG Sun May 4 20:30:05 2008
From: dfilter at FreeBSD.ORG (dfilter service)
Date: Sun May 4 20:30:08 2008
Subject: ports/123390: commit references a PR
Message-ID: <200805042030.m44KU5Mj067186@freefall.freebsd.org>
The following reply was made to PR ports/123390; it has been noted by GNATS.
From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: ports/123390: commit references a PR
Date: Sun, 4 May 2008 20:23:28 +0000 (UTC)
marcus 2008-05-04 20:23:23 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/gtk20 Makefile
Log:
Add a missing dependency on xdamage.
PR: 123390
Submitted by: dinoex
Revision Changes Path
1.217 +2 -2 ports/x11-toolkits/gtk20/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
From gabor at zahemszky.hu Mon May 5 10:26:34 2008
From: gabor at zahemszky.hu (Zahemszky Gabor)
Date: Mon May 5 10:26:37 2008
Subject: Brasero evolution-data-server dependency
Message-ID: <20080505095951.21679.qmail@mail.integrity.hu>
Hi!
I'd like to install a decent CD/DVD-burner app to my laptop (which uses
FreeBSD-7_p1 with XFCE4). I've found sysutils/brasero. After installing it,
I've found, that it has evolution-data-sever dependency (via
totem-pl-parser). Does a CD-burner app really need a mail/pim database
backend or is it a wrong dependency? (Does totem-pl-parser need it?)
Thanks, Gabor < Gabor at Zahemszky dot HU >
From edwin at FreeBSD.org Mon May 5 10:50:09 2008
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Mon May 5 10:50:13 2008
Subject: ports/123417: Missing dependency of graphics/poppler on
fontconfig
Message-ID: <200805051050.m45Ao9KG069470@freefall.freebsd.org>
Synopsis: Missing dependency of graphics/poppler on fontconfig
Responsible-Changed-From-To: freebsd-ports-bugs->gnome
Responsible-Changed-By: edwin
Responsible-Changed-When: Mon May 5 10:50:09 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=123417
From bugmaster at FreeBSD.org Mon May 5 11:07:24 2008
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon May 5 11:07:39 2008
Subject: Current problem reports assigned to gnome@FreeBSD.org
Message-ID: <200805051107.m45B7NMD071034@freefall.freebsd.org>
Current FreeBSD problem reports
Critical problems
Serious problems
S Tracker Resp. Description
--------------------------------------------------------------------------------
a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in
f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr
f ports/123079 gnome Firefox keeps on crashing on amd64
3 problems total.
Non-critical problems
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup
o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox
f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau
o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12
s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix
o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0
o ports/123417 gnome Missing dependency of graphics/poppler on fontconfig
7 problems total.
From mezz at FreeBSD.org Mon May 5 19:24:12 2008
From: mezz at FreeBSD.org (mezz@FreeBSD.org)
Date: Mon May 5 19:24:13 2008
Subject: ports/123417: Missing dependency of graphics/poppler on
fontconfig
Message-ID: <200805051924.m45JOBZ0012082@freefall.freebsd.org>
Synopsis: Missing dependency of graphics/poppler on fontconfig
State-Changed-From-To: open->closed
State-Changed-By: mezz
State-Changed-When: Mon May 5 19:23:41 UTC 2008
State-Changed-Why:
Yeah when you disable cairo support. Fixed and thanks for report!
http://www.freebsd.org/cgi/query-pr.cgi?pr=123417
From mezz7 at cox.net Mon May 5 19:25:08 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Mon May 5 19:25:11 2008
Subject: Brasero evolution-data-server dependency
In-Reply-To: <20080505095951.21679.qmail@mail.integrity.hu>
References: <20080505095951.21679.qmail@mail.integrity.hu>
Message-ID:
On Mon, 05 May 2008 04:59:51 -0500, Zahemszky Gabor
wrote:
> Hi! I'd like to install a decent CD/DVD-burner app to my laptop (which
> uses FreeBSD-7_p1 with XFCE4). I've found sysutils/brasero. After
> installing it, I've found, that it has evolution-data-sever dependency
> (via totem-pl-parser). Does a CD-burner app really need a mail/pim
> database backend or is it a wrong dependency? (Does totem-pl-parser need
> it?)
Yes, totem-pl-parser required camel (comes with e-d-s).
Cheers,
Mezz
> Thanks, Gabor < Gabor at Zahemszky dot HU >
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From dfilter at FreeBSD.ORG Mon May 5 19:30:04 2008
From: dfilter at FreeBSD.ORG (dfilter service)
Date: Mon May 5 19:30:10 2008
Subject: ports/123417: commit references a PR
Message-ID: <200805051930.m45JU40X012391@freefall.freebsd.org>
The following reply was made to PR ports/123417; it has been noted by GNATS.
From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: ports/123417: commit references a PR
Date: Mon, 5 May 2008 19:23:07 +0000 (UTC)
mezz 2008-05-05 19:23:02 UTC
FreeBSD ports repository
Modified files:
graphics/poppler Makefile
Log:
Add a missing dependency, fontconfig, when disables ciaro support. Bump the
PORTREVISION.
PR: ports/123417
Reported by: Michael Moll
Revision Changes Path
1.39 +2 -1 ports/graphics/poppler/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
From peter.thoenen at yahoo.com Mon May 5 19:30:20 2008
From: peter.thoenen at yahoo.com (Peter Thoenen)
Date: Mon May 5 19:30:23 2008
Subject: Evolution MAPI
Message-ID: <481F59F8.3020805@yahoo.com>
Afternoon all,
Is anybody working on the Evolution MAPI branch ... see:
http://mail.gnome.org/archives/evolution-hackers/2008-January/msg00035.html
Cheers,
-Peter
From mezz7 at cox.net Mon May 5 19:36:59 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Mon May 5 19:37:03 2008
Subject: Evolution MAPI
In-Reply-To: <481F59F8.3020805@yahoo.com>
References: <481F59F8.3020805@yahoo.com>
Message-ID:
On Mon, 05 May 2008 14:03:20 -0500, Peter Thoenen
wrote:
> Afternoon all,
>
> Is anybody working on the Evolution MAPI branch ... see:
>
> http://mail.gnome.org/archives/evolution-hackers/2008-January/msg00035.html
Not that I know of. There is a problem with it, we do not have libmapi and
Samba4 in our ports tree.
Cheers,
Mezz
> Cheers,
> -Peter
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From mezz7 at cox.net Mon May 5 19:40:04 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Mon May 5 19:40:16 2008
Subject: ports/123079: Firefox keeps on crashing on amd64
Message-ID: <200805051940.m45Je4m6014188@freefall.freebsd.org>
The following reply was made to PR ports/123079; it has been noted by GNATS.
From: "Jeremy Messenger"
To: bug-followup@freebsd.org, beefree@slingshot.co.nz
Cc:
Subject: Re: ports/123079: Firefox keeps on crashing on amd64
Date: Mon, 05 May 2008 14:33:04 -0500
Also, please follow this URL:
http://www.freebsd.org/gnome/docs/bugging.html
From ade at FreeBSD.org Tue May 6 07:13:42 2008
From: ade at FreeBSD.org (Ade Lovett)
Date: Tue May 6 07:14:08 2008
Subject: USE_BDB=41 and evolution / evolution-exchange
Message-ID: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org>
Hi Folks,
Is there any particular reason both evolution and evolution-exchange
hard code the berkeleydb version to 41?
I've been running it with 4.4 for quite some time now with no ill
effects, so perhaps changing:
USE_BDB_VER= 41
to
USE_BDB_VER= 41+
in the respective Makefiles is in order?
Cheers,
-aDe
From eoakes at comcast.net Tue May 6 17:20:13 2008
From: eoakes at comcast.net (etoakes)
Date: Tue May 6 17:20:17 2008
Subject: gio-fam-backend cannot find -lgio-2.0
Message-ID: <48208F8E.8010802@comcast.net>
hello,
I am trying to install openoffice on a fresh freebsd 7.0 install with
kde, apache, and mysql among others already installed.
I installed my ports collection a few days ago.
make of openoffice.org-2-RC fails with the following error:
/usr/bin/ld: cannot find -lgio-2.0
gmake: *** [libgiofam.la] Error 1
I have tried a make directly in /usr/ports/devel/gio-fam-backend and get
the same error.
A ls of gio-fam-backend/ work has a gio directory returns:
configure_done.gio-fam-backend._usr_local
.patch_done.gio-fam-backend._usr_local
.extract_done.gio-fam-backend._usr_local glib-2.16.3
A ls -F of glib-2.16.3 returns in part:
gio/
gio-2.0-uninstalled.pc
gio-2.0-uninstalled.pc.in
gio-2.0.pc
gio-unix-2.0-uninstalled.pc
gio-unix-2.0-uninstalled.pc.in
gio-unix-2.0.pc
gio-unix-2.0.pc.in
I searched the freebsd-gnome Archives for "gio" and "gio fam' and did
not find any reference to this problem. A google also did not return
anything usefull.
I have looked at the makefile but I am unable to find how it needs to be
modified to correct this error.
thank you for any help you can give in working around this problem.
Edwin Oakes (eoakes@comcast.net)
From hydec66 at yahoo.com.tw Wed May 7 08:35:38 2008
From: hydec66 at yahoo.com.tw (hyde)
Date: Wed May 7 08:35:42 2008
Subject: gconf schema files are too big
Message-ID: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com>
Hi,
I installed GNOME2 in my 7.0-R box,
and I found that files in /usr/local/etc/gconf/schemas are too big.
because there are too many locale message in it.
How can I setup it to generate only "C" locale message in schemas files?
From miwi at FreeBSD.org Wed May 7 10:59:58 2008
From: miwi at FreeBSD.org (Martin Wilke)
Date: Wed May 7 11:00:02 2008
Subject: gio-fam-backend cannot find -lgio-2.0
In-Reply-To: <48208F8E.8010802@comcast.net>
References: <48208F8E.8010802@comcast.net>
Message-ID: <20080507105956.GC75456@bsdcrew.de>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, May 06, 2008 at 11:04:14AM -0600, etoakes wrote:
> hello,
>
> I am trying to install openoffice on a fresh freebsd 7.0 install with kde,
> apache, and mysql among others already installed.
>
> I installed my ports collection a few days ago.
>
> make of openoffice.org-2-RC fails with the following error:
> /usr/bin/ld: cannot find -lgio-2.0
> gmake: *** [libgiofam.la] Error 1
>
Hi,
You need first to update devel/glib20.
- - Martin
> I have tried a make directly in /usr/ports/devel/gio-fam-backend and get
> the same error.
>
> A ls of gio-fam-backend/ work has a gio directory returns:
> configure_done.gio-fam-backend._usr_local
> .patch_done.gio-fam-backend._usr_local
> .extract_done.gio-fam-backend._usr_local glib-2.16.3
>
> A ls -F of glib-2.16.3 returns in part:
>
>
> gio/
> gio-2.0-uninstalled.pc
> gio-2.0-uninstalled.pc.in
> gio-2.0.pc
> gio-unix-2.0-uninstalled.pc
> gio-unix-2.0-uninstalled.pc.in
> gio-unix-2.0.pc
> gio-unix-2.0.pc.in
>
> I searched the freebsd-gnome Archives for "gio" and "gio fam' and did not
> find any reference to this problem. A google also did not return anything
> usefull.
>
> I have looked at the makefile but I am unable to find how it needs to be
> modified to correct this error.
>
> thank you for any help you can give in working around this problem.
>
> Edwin Oakes (eoakes@comcast.net)
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>
- --
+-----------------------+-------------------------------+
| PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de |
| ICQ : 169139903 | Mail : miwi(at)FreeBSD.org |
+-----------------------+-------------------------------+
| Mess with the Best, Die like the Rest! |
+-----------------------+-------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
iD8DBQFIIYusFwpycAVoI1MRAiO7AJ9louLdG31kRP6myEwaNbv3SROBzwCeJki5
usAYvHuByzd9EDAyOz0P6D0=
=q+91
-----END PGP SIGNATURE-----
From mezz7 at cox.net Wed May 7 19:18:29 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Wed May 7 19:18:33 2008
Subject: gconf schema files are too big
In-Reply-To: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com>
References: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com>
Message-ID:
On Wed, 07 May 2008 03:10:25 -0500, hyde wrote:
> Hi,
> I installed GNOME2 in my 7.0-R box,
> and I found that files in /usr/local/etc/gconf/schemas are too big.
It's not too big, I have over 140 files and it's only 28MB.
> because there are too many locale message in it.
> How can I setup it to generate only "C" locale message in schemas files?
You can't other than edit file(s) by yourself. I personal don't know if it
will causing any problem, so it's your own risk. ;-)
Cheers,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From hydec66 at yahoo.com.tw Wed May 7 23:55:17 2008
From: hydec66 at yahoo.com.tw (hyde)
Date: Wed May 7 23:55:20 2008
Subject: gconf schema files are too big
In-Reply-To:
References: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com>
Message-ID: <860ee3f20805071655p19f52e51t4b4e6a2d11994757@mail.gmail.com>
On Thu, May 8, 2008 at 3:20 AM, Jeremy Messenger wrote:
> > because there are too many locale message in it.
> > How can I setup it to generate only "C" locale message in schemas files?
> >
>
> You can't other than edit file(s) by yourself. I personal don't know if it
> will causing any problem, so it's your own risk. ;-)
>
Thanks for your respond.
I means that can I add some knobs when make install ports to generate
only "C" locale message in schemas file? (not to edit after file
generated)
Sorry for my poor english.
From freebsdworld at gmail.com Thu May 8 01:17:04 2008
From: freebsdworld at gmail.com (Benjamin Adams)
Date: Thu May 8 01:17:06 2008
Subject: dbus problem
Message-ID: <6199c3dc0805071750q702a2c5ax220254ae12188a3b@mail.gmail.com>
I'm on FreeBSD 8-current but laptop has the same problem running 7
I was getting this error all the time desktop was running very slow.
May 7 16:01:04 desktop gnome-keyring-daemon[1127]: Scheduling hal init
retry
May 7 16:01:34 desktop gnome-keyring-daemon[1127]: error connecting to
D-BUS system bus: Failed to connect to socket
/var/run/dbus/system_bus_socket: No such file or directory
to fix after reading online:
/etc/rc.conf
dbus_enable="YES"
now I get the error:
May 7 20:49:37 desktop gnome-keyring-daemon[1108]: couldn't allocate secure
memory to keep passwords and or keys from being written to the disk
May 7 20:49:37 desktop gnome-keyring-daemon[1108]: failed to initialize a
HAL context: (null)
May 7 20:49:37 desktop gnome-keyring-daemon[1108]: Scheduling hal init
retry
May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL:
g_hash_table_lookup: assertion `hash_table != NULL' failed
May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL:
g_hash_table_destroy: assertion `hash_table != NULL' failed
May 7 20:50:08 desktop gnome-keyring-daemon[1108]: failed to initialize a
HAL context: (null)
May 7 20:50:08 desktop kernel: pid 1108 (gnome-keyring-daemo), uid 1001:
exited on signal 10 (core dumped)
Could connection speed also slow this down. Sometimes lookups don't work
but that that is my router.
Ben Adams
http://www.FreeBSD-World.com
From linimon at FreeBSD.org Thu May 8 18:54:08 2008
From: linimon at FreeBSD.org (linimon@FreeBSD.org)
Date: Thu May 8 18:54:10 2008
Subject: ports/123522: Invalid checksum in textproc/libxml2
Message-ID: <200805081854.m48Is7Gw053372@freefall.freebsd.org>
Old Synopsis: Invalid checksum in xml port
New Synopsis: Invalid checksum in textproc/libxml2
Responsible-Changed-From-To: freebsd-ports-bugs->gnome
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu May 8 18:52:37 UTC 2008
Responsible-Changed-Why:
assign.
http://www.freebsd.org/cgi/query-pr.cgi?pr=123522
From mezz at FreeBSD.org Thu May 8 19:03:09 2008
From: mezz at FreeBSD.org (mezz@FreeBSD.org)
Date: Thu May 8 19:03:11 2008
Subject: ports/123522: Invalid checksum in textproc/libxml2
Message-ID: <200805081903.m48J38PE053742@freefall.freebsd.org>
Synopsis: Invalid checksum in textproc/libxml2
State-Changed-From-To: open->closed
State-Changed-By: mezz
State-Changed-When: Thu May 8 19:02:18 UTC 2008
State-Changed-Why:
I have no problem here.
# cd /usr/ports/textproc/libxml2
# make distclean ; make checksum
===> Cleaning for libxml2-2.6.31
===> Deleting distfiles for libxml2-2.6.31
=> libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2.
=> Attempting to fetch from ftp://xmlsoft.org/libxml2/.
libxml2-2.6.31.tar.gz 100% of 4623 kB 351 kBps 00m00s
=> MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
http://www.freebsd.org/cgi/query-pr.cgi?pr=123522
From mezz7 at cox.net Thu May 8 21:25:04 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Thu May 8 21:25:08 2008
Subject: [PATCH] convert USE_GNOME=yes to current way in your ports.
Message-ID:
Hello guys,
The USE_GNOME=yes has been deprecated for five years. There are only three
ports left that need to be convert to the current way. The bsd.gnome.mk
has a backward compatibility for "USE_GNOME=yes" ->
"USE_GNOME+=gnomeprefix gnomehack gtkhtml". I have converted three of your
ports to current way, "USE_GNOME+=gnomeprefix gnomehack gtkhtml". There is
no function change. If one of your port don't need gtkhtml, only need
gtk12 or so then please let me know and I shall tweak it for you or you
can do it by yourself.
comms/ghfaxviewer : domi@saargate.de
http://people.freebsd.org/~mezz/diff/ghfaxviewer.diff
sysutils/ipsc : beech@FreeBSD.org
http://people.freebsd.org/~mezz/diff/ipsc.diff
devel/pharmacy : tabthorpe@FreeBSD.org
http://people.freebsd.org/~mezz/diff/pharmacy.diff
I am going to give you two weeks before I commit as result of maintainer
timeout. After all of that, it will allowing me to remove the
USE_GNOME=yes backward compatibility from bsd.gnome.mk.
Thanks,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From mezz7 at cox.net Fri May 9 01:27:18 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Fri May 9 01:27:22 2008
Subject: [PATCH] convert USE_GNOME=yes to current way in your ports.
In-Reply-To: <200805082116.07117.tabthorpe@freebsd.org>
References:
<200805082116.07117.tabthorpe@freebsd.org>
Message-ID:
On Thu, 08 May 2008 20:15:53 -0500, Thomas Abthorpe
wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Thursday 08 May 2008 17:27:13 Jeremy Messenger wrote:
>> devel/pharmacy : tabthorpe@FreeBSD.org
>> http://people.freebsd.org/~mezz/diff/pharmacy.diff
>>
>> I am going to give you two weeks before I commit as result of
>> maintainer ?
>> timeout. After all of that, it will allowing me to remove the ?
>> USE_GNOME=yes backward compatibility from bsd.gnome.mk.
>
> Thanks for the kick in the pants, Mezz.
>
> I will have this dealt with in the next couple of days.
Cool, thanks!
Cheers,
Mezz
> Thomas
>
> - --
> Thomas Abthorpe | FreeBSD Committer
> tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (FreeBSD)
>
> iEUEARECAAYFAkgjpdcACgkQ5Gm/jNBp8qDAgQCY+3Aq2AHu7OdosljetH8ZOHkp
> cQCfUHq5oOe62Kk005F2FGBYh8BhDvE=
> =zaiw
> -----END PGP SIGNATURE-----
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From tabthorpe at freebsd.org Fri May 9 01:31:12 2008
From: tabthorpe at freebsd.org (Thomas Abthorpe)
Date: Fri May 9 01:31:16 2008
Subject: [PATCH] convert USE_GNOME=yes to current way in your ports.
In-Reply-To:
References:
Message-ID: <200805082116.07117.tabthorpe@freebsd.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday 08 May 2008 17:27:13 Jeremy Messenger wrote:
> devel/pharmacy : tabthorpe@FreeBSD.org
> http://people.freebsd.org/~mezz/diff/pharmacy.diff
>
> I am going to give you two weeks before I commit as result of maintainer ?
> timeout. After all of that, it will allowing me to remove the ?
> USE_GNOME=yes backward compatibility from bsd.gnome.mk.
Thanks for the kick in the pants, Mezz.
I will have this dealt with in the next couple of days.
Thomas
- --
Thomas Abthorpe | FreeBSD Committer
tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
iEUEARECAAYFAkgjpdcACgkQ5Gm/jNBp8qDAgQCY+3Aq2AHu7OdosljetH8ZOHkp
cQCfUHq5oOe62Kk005F2FGBYh8BhDvE=
=zaiw
-----END PGP SIGNATURE-----
From caelian at gmail.com Fri May 9 06:52:35 2008
From: caelian at gmail.com (Pascal Hofstee)
Date: Fri May 9 06:52:39 2008
Subject: gnome-vfs 2.22.0_1 build failure on 8.0-CURRENT/amd64
Message-ID: <20080509085231.5f8f9dd0@nebuchadnezzar>
Hi,
Last night i decided to go ahead and do a fresh reinstall of my system
and switch from i386 to amd64 in the process ... this morning i noticed
while trying to install GNOME that the gnome-vfs port seems to cause
buildfailure as seen below.
===> Building for gnome-vfs-2.22.0_1
gmake all-recursive
gmake[1]: Entering directory
`/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0' Making all in
imported gmake[2]: Entering directory
`/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported' Making all
in neon gmake[3]: Entering directory
`/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported/neon'
if /bin/sh /usr/ports/devel/gnome-vfs/work/gnome-libtool --tag=CC
--mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../..
-DNE_HAVE_DAV -DNE_HAVE_SSL -O2 -pipe -march=athlon64
-fno-strict-aliasing -I.. -I../.. -I./imported/neon
-I/usr/local/include/libxml2 -I/usr/local/include -D_REENTRANT
-DORBIT2=1 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/gconf/2
-I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include/dbus-1.0
-I/usr/local/include/dbus-1.0/include -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/include @INCLUDE_hcrypto@
-I../.. -I../.. -I../../libgnomevfs -I../../libgnomevfs
-I/usr/local/include -DPTHREAD_LIB="-pthread" -O2 -pipe
-march=athlon64 -fno-strict-aliasing -MT ne_request.lo -MD -MP -MF
".deps/ne_request.Tpo" -c -o ne_request.lo ne_request.c; \ then mv -f
".deps/ne_request.Tpo" ".deps/ne_request.Plo"; else rm -f
".deps/ne_request.Tpo"; exit 1; fi cc -std=gnu99 -DHAVE_CONFIG_H -I.
-I. -I../.. -DNE_HAVE_DAV -DNE_HAVE_SSL -O2 -pipe -march=athlon64
-fno-strict-aliasing -I.. -I../.. -I./imported/neon
-I/usr/local/include/libxml2 -I/usr/local/include -D_REENTRANT
-DORBIT2=1 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/gconf/2
-I/usr/local/include/orbit-2.0 -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include/dbus-1.0
-I/usr/local/include/dbus-1.0/include -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/include @INCLUDE_hcrypto@
-I../.. -I../.. -I../../libgnomevfs -I../../libgnomevfs
-I/usr/local/include -DPTHREAD_LIB=-pthread -O2 -pipe -march=athlon64
-fno-strict-aliasing -MT ne_request.lo -MD -MP -MF .deps/ne_request.Tpo
-c ne_request.c -fPIC -DPIC -o .libs/ne_request.o cc:
@INCLUDE_hcrypto@: No such file or directory gmake[3]: ***
[ne_request.lo] Error 1 gmake[3]: Leaving directory
`/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported/neon'
gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory
`/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0/imported' gmake[1]:
*** [all-recursive] Error 1 gmake[1]: Leaving directory
`/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.22.0' gmake: *** [all]
Error 2 *** Error code 2
Stop in /usr/ports/devel/gnome-vfs.
*** Error code 1
Stop in /usr/ports/devel/gnome-vfs.
If anyone has any ideas how to go about fixing this let me know and
i'll gladly test patches.
--
Pascal Hofstee
From caelian at gmail.com Fri May 9 10:28:28 2008
From: caelian at gmail.com (Pascal Hofstee)
Date: Fri May 9 10:28:33 2008
Subject: gnome-vfs 2.22.0_1 build failure on 8.0-CURRENT/amd64
In-Reply-To: <20080509085231.5f8f9dd0@nebuchadnezzar>
References: <20080509085231.5f8f9dd0@nebuchadnezzar>
Message-ID: <20080509122819.477d50da@nebuchadnezzar>
On Fri, 9 May 2008 08:52:31 +0200
Pascal Hofstee wrote:
> Hi,
>
> Last night i decided to go ahead and do a fresh reinstall of my system
> and switch from i386 to amd64 in the process ... this morning i
> noticed while trying to install GNOME that the gnome-vfs port seems
> to cause buildfailure as seen below.
[snip]
Ok .. it looks like this problem is caused by the recent Heimdal import
which seems to have broken the output of "krb5-config --cflags" and
"krb5-config --libs" which seems to break anything that wishes to
include GSSAPI support.
--
Pascal Hofstee
From laa at laa.zp.ua Fri May 9 16:14:52 2008
From: laa at laa.zp.ua (Lystopad Oleksandr)
Date: Fri May 9 16:14:56 2008
Subject: ports/123522: Invalid checksum in textproc/libxml2
In-Reply-To: <200805081903.m48J38PE053742@freefall.freebsd.org>
References: <200805081903.m48J38PE053742@freefall.freebsd.org>
Message-ID: <20080509153355.GI42394@laa.zp.ua>
Hello, mezz@FreeBSD.org!
On Thu, May 08, 2008 at 07:03:08PM +0000
mezz@FreeBSD.org wrote about "Re: ports/123522: Invalid checksum in textproc/libxml2":
> Synopsis: Invalid checksum in textproc/libxml2
>
> State-Changed-From-To: open->closed
> State-Changed-By: mezz
> State-Changed-When: Thu May 8 19:02:18 UTC 2008
> State-Changed-Why:
> I have no problem here.
Hm. I have tested today and no problem with
ftp://xmlsoft.org/libxml2/ too. All chesksums are OK.
Please, close PR.
> # cd /usr/ports/textproc/libxml2
> # make distclean ; make checksum
> ===> Cleaning for libxml2-2.6.31
> ===> Deleting distfiles for libxml2-2.6.31
> => libxml2-2.6.31.tar.gz doesn't seem to exist in /usr/ports/distfiles/gnome2.
> => Attempting to fetch from ftp://xmlsoft.org/libxml2/.
> libxml2-2.6.31.tar.gz 100% of 4623 kB 351 kBps 00m00s
> => MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
> => SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=123522
--
Oleksandr Lystopad
From marcus at marcuscom.com Fri May 9 19:46:30 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Fri May 9 19:46:32 2008
Subject: USE_BDB=41 and evolution / evolution-exchange
In-Reply-To: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org>
References: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org>
Message-ID: <1210362395.74326.31.camel@shumai.marcuscom.com>
On Mon, 2008-05-05 at 23:42 -0700, Ade Lovett wrote:
> Hi Folks,
>
> Is there any particular reason both evolution and evolution-exchange
> hard code the berkeleydb version to 41?
>
> I've been running it with 4.4 for quite some time now with no ill
> effects, so perhaps changing:
>
> USE_BDB_VER= 41
>
> to
> USE_BDB_VER= 41+
>
> in the respective Makefiles is in order?
There is an issue about compatibility. That is, if one starts using
4.1, then moves to 4.4, the underlying database may not work properly as
no conversion steps are taken. Historically, e-d-s always used 3.x (and
internal copy). But we found we could move to 4.1, and link
dynamically. If we were to relax the DB dependency, we would need
confirmation that we can move from 4.1 to 4.4 safely.
Joe
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080509/7f4be993/attachment.pgp
From marcus at marcuscom.com Fri May 9 19:48:08 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Fri May 9 19:48:11 2008
Subject: dbus problem
In-Reply-To: <6199c3dc0805071750q702a2c5ax220254ae12188a3b@mail.gmail.com>
References: <6199c3dc0805071750q702a2c5ax220254ae12188a3b@mail.gmail.com>
Message-ID: <1210362493.74326.33.camel@shumai.marcuscom.com>
On Wed, 2008-05-07 at 20:50 -0400, Benjamin Adams wrote:
> I'm on FreeBSD 8-current but laptop has the same problem running 7
>
> I was getting this error all the time desktop was running very slow.
>
> May 7 16:01:04 desktop gnome-keyring-daemon[1127]: Scheduling hal init
> retry
> May 7 16:01:34 desktop gnome-keyring-daemon[1127]: error connecting to
> D-BUS system bus: Failed to connect to socket
> /var/run/dbus/system_bus_socket: No such file or directory
>
> to fix after reading online:
> /etc/rc.conf
> dbus_enable="YES"
>
> now I get the error:
> May 7 20:49:37 desktop gnome-keyring-daemon[1108]: couldn't allocate secure
> memory to keep passwords and or keys from being written to the disk
> May 7 20:49:37 desktop gnome-keyring-daemon[1108]: failed to initialize a
> HAL context: (null)
> May 7 20:49:37 desktop gnome-keyring-daemon[1108]: Scheduling hal init
> retry
> May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL:
> g_hash_table_lookup: assertion `hash_table != NULL' failed
> May 7 20:49:41 desktop console-kit-daemon[1085]: GLib-CRITICAL:
> g_hash_table_destroy: assertion `hash_table != NULL' failed
> May 7 20:50:08 desktop gnome-keyring-daemon[1108]: failed to initialize a
> HAL context: (null)
> May 7 20:50:08 desktop kernel: pid 1108 (gnome-keyring-daemo), uid 1001:
> exited on signal 10 (core dumped)
>
>
> Could connection speed also slow this down. Sometimes lookups don't work
> but that that is my router.
Try adding:
dbus_enable="YES"
hald_enable="YES"
That should fix the gnome-keyring-daemon problem, but slowness might be
caused by http://www.freebsd.org/gnome/docs/faq2.html#q20 .
Joe
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080509/118eda74/attachment.pgp
From mezz7 at cox.net Fri May 9 21:01:33 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Fri May 9 21:01:38 2008
Subject: gconf schema files are too big
In-Reply-To: <860ee3f20805071655p19f52e51t4b4e6a2d11994757@mail.gmail.com>
References: <860ee3f20805070110y625afa4excdcdb06393ce0fcb@mail.gmail.com>
<860ee3f20805071655p19f52e51t4b4e6a2d11994757@mail.gmail.com>
Message-ID:
On Wed, 07 May 2008 18:55:15 -0500, hyde wrote:
> On Thu, May 8, 2008 at 3:20 AM, Jeremy Messenger wrote:
>> > because there are too many locale message in it.
>> > How can I setup it to generate only "C" locale message in schemas
>> files?
>> >
>>
>> You can't other than edit file(s) by yourself. I personal don't know
>> if it
>> will causing any problem, so it's your own risk. ;-)
>>
>
> Thanks for your respond.
> I means that can I add some knobs when make install ports to generate
> only "C" locale message in schemas file? (not to edit after file
> generated)
> Sorry for my poor english.
You can create a hack of knob in your ports tree. I am not sure if we will
accept your patch.
Cheers,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From eoakes at comcast.net Fri May 9 23:34:58 2008
From: eoakes at comcast.net (etoakes)
Date: Fri May 9 23:35:02 2008
Subject: gio-fam-backend cannot find -lgio-2.0
In-Reply-To: <20080507105956.GC75456@bsdcrew.de>
References: <48208F8E.8010802@comcast.net> <20080507105956.GC75456@bsdcrew.de>
Message-ID: <4824DBEC.8020508@comcast.net>
Thank you for your help.
After several false starts, I ran make for 26 hours and now appear to
have OpenOffice running correctly.
Edwin Oakes
Martin Wilke wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, May 06, 2008 at 11:04:14AM -0600, etoakes wrote:
>> hello,
>>
>> I am trying to install openoffice on a fresh freebsd 7.0 install with kde,
>> apache, and mysql among others already installed.
>>
>> I installed my ports collection a few days ago.
>>
>> make of openoffice.org-2-RC fails with the following error:
>> /usr/bin/ld: cannot find -lgio-2.0
>> gmake: *** [libgiofam.la] Error 1
>>
>
> Hi,
>
> You need first to update devel/glib20.
>
> - - Martin
>
>> I have tried a make directly in /usr/ports/devel/gio-fam-backend and get
>> the same error.
>>
>> A ls of gio-fam-backend/ work has a gio directory returns:
>> configure_done.gio-fam-backend._usr_local
>> .patch_done.gio-fam-backend._usr_local
>> .extract_done.gio-fam-backend._usr_local glib-2.16.3
>>
>> A ls -F of glib-2.16.3 returns in part:
>>
>>
>> gio/
>> gio-2.0-uninstalled.pc
>> gio-2.0-uninstalled.pc.in
>> gio-2.0.pc
>> gio-unix-2.0-uninstalled.pc
>> gio-unix-2.0-uninstalled.pc.in
>> gio-unix-2.0.pc
>> gio-unix-2.0.pc.in
>>
>> I searched the freebsd-gnome Archives for "gio" and "gio fam' and did not
>> find any reference to this problem. A google also did not return anything
>> usefull.
>>
>> I have looked at the makefile but I am unable to find how it needs to be
>> modified to correct this error.
>>
>> thank you for any help you can give in working around this problem.
>>
>> Edwin Oakes (eoakes@comcast.net)
>> _______________________________________________
>> freebsd-gnome@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
>> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>>
>
> - --
>
> +-----------------------+-------------------------------+
> | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de |
> | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org |
> +-----------------------+-------------------------------+
> | Mess with the Best, Die like the Rest! |
> +-----------------------+-------------------------------+
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.4 (FreeBSD)
>
> iD8DBQFIIYusFwpycAVoI1MRAiO7AJ9louLdG31kRP6myEwaNbv3SROBzwCeJki5
> usAYvHuByzd9EDAyOz0P6D0=
> =q+91
> -----END PGP SIGNATURE-----
>
From ade at freebsd.org Sat May 10 03:15:11 2008
From: ade at freebsd.org (Ade Lovett)
Date: Sat May 10 03:15:15 2008
Subject: USE_BDB=41 and evolution / evolution-exchange
In-Reply-To: <1210362395.74326.31.camel@shumai.marcuscom.com>
References: <2AEE026C-3528-457C-9D2B-5BF275126F25@FreeBSD.org>
<1210362395.74326.31.camel@shumai.marcuscom.com>
Message-ID: <2A5EF999-0889-405B-8FF5-49961A99EBC7@freebsd.org>
On May 9, 2008, at 12:46 , Joe Marcus Clarke wrote:
> There is an issue about compatibility. That is, if one starts using
> 4.1, then moves to 4.4, the underlying database may not work
> properly as
> no conversion steps are taken. Historically, e-d-s always used 3.x
> (and
> internal copy). But we found we could move to 4.1, and link
> dynamically. If we were to relax the DB dependency, we would need
> confirmation that we can move from 4.1 to 4.4 safely.
How about a compromise?
Change it to USE_BDB?=41+ and have a pre-everything target that looks
at the computed BDB_VER, and pops up a "you might hose yourself"
message if it's something other than 41?
I understand the backwards-compat issues, but it seems a little odd to
have a specific BDB dependency for this when most other BDB-using
ports can at least have the option to try alternatives.
-aDe
From caelian at gmail.com Sat May 10 06:37:20 2008
From: caelian at gmail.com (Pascal Hofstee)
Date: Sat May 10 06:37:23 2008
Subject: evolution-datas-server fails configure due to Kerberos changes
Message-ID: <20080510083713.7a510597@nebuchadnezzar>
Hi,
After the recent Heimdal import (and Doug Rabson's quick fix regarding
the krb5-config script) on 8.0-CURRENT, i now noticed
evolution-dataserver fails its configure stage due to problems in its
detection of Kerberos support.
configure:28051: checking for Kerberos 5
configure:28079: cc -o conftest -O2 -pipe -march=athlon64
-fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41
-L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err
-lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto
When one looks further in config.log one notices loads of missing
hx509_* symbols. That's where i noticed that the link line above was
missing the -lhx509 that was added to "krb5-config --libs".
This leads me to believe the evolution-data-server port uses its own
home-grown Kerberos 5 configure check instead of depending on
krb5-config.
I'll happily test suggested patches.
--
Pascal Hofstee
From mezz7 at cox.net Sat May 10 20:01:41 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Sat May 10 20:01:46 2008
Subject: evolution-datas-server fails configure due to Kerberos changes
In-Reply-To: <20080510083713.7a510597@nebuchadnezzar>
References: <20080510083713.7a510597@nebuchadnezzar>
Message-ID:
On Sat, 10 May 2008 01:37:13 -0500, Pascal Hofstee
wrote:
> Hi,
>
> After the recent Heimdal import (and Doug Rabson's quick fix regarding
> the krb5-config script) on 8.0-CURRENT, i now noticed
> evolution-dataserver fails its configure stage due to problems in its
> detection of Kerberos support.
>
> configure:28051: checking for Kerberos 5
> configure:28079: cc -o conftest -O2 -pipe -march=athlon64
> -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41
> -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err
> -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto
>
>
> When one looks further in config.log one notices loads of missing
> hx509_* symbols. That's where i noticed that the link line above was
> missing the -lhx509 that was added to "krb5-config --libs".
>
> This leads me to believe the evolution-data-server port uses its own
> home-grown Kerberos 5 configure check instead of depending on
> krb5-config.
Yep.
> I'll happily test suggested patches.
Try here: http://people.freebsd.org/~mezz/diff/evolution-data-server.diff
Thanks,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From oberman at es.net Sat May 10 20:19:27 2008
From: oberman at es.net (Kevin Oberman)
Date: Sat May 10 20:19:28 2008
Subject: evolution-datas-server fails configure due to Kerberos changes
In-Reply-To: Your message of "Sat, 10 May 2008 15:04:00 CDT."
Message-ID: <20080510201925.7770E4500E@ptavv.es.net>
> Date: Sat, 10 May 2008 15:04:00 -0500
> From: "Jeremy Messenger"
> Sender: owner-freebsd-gnome@freebsd.org
>
> On Sat, 10 May 2008 01:37:13 -0500, Pascal Hofstee
> wrote:
>
> > Hi,
> >
> > After the recent Heimdal import (and Doug Rabson's quick fix regarding
> > the krb5-config script) on 8.0-CURRENT, i now noticed
> > evolution-dataserver fails its configure stage due to problems in its
> > detection of Kerberos support.
> >
> > configure:28051: checking for Kerberos 5
> > configure:28079: cc -o conftest -O2 -pipe -march=athlon64
> > -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41
> > -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err
> > -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto
> >
> >
> > When one looks further in config.log one notices loads of missing
> > hx509_* symbols. That's where i noticed that the link line above was
> > missing the -lhx509 that was added to "krb5-config --libs".
> >
> > This leads me to believe the evolution-data-server port uses its own
> > home-grown Kerberos 5 configure check instead of depending on
> > krb5-config.
>
> Yep.
>
> > I'll happily test suggested patches.
>
> Try here: http://people.freebsd.org/~mezz/diff/evolution-data-server.diff
Just in case you don't follow freebsd-current@, Doug R. has checked in
fixes for MOST of the problems from the update of heimdal in
current. These may fix the problems, but he says that he won't have it
all fixed until tomorrow. (A test patch for the last problem has been
posted, though, if you just can't wait.)
In any case, it's probably not worth spending too much time fixing
failing ports when they won't be broken long for those willing to update
heimdal.
--
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 224 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080510/76cb5cd1/attachment.pgp
From mezz7 at cox.net Sat May 10 20:29:10 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Sat May 10 20:29:14 2008
Subject: evolution-datas-server fails configure due to Kerberos changes
In-Reply-To: <20080510201925.7770E4500E@ptavv.es.net>
References: <20080510201925.7770E4500E@ptavv.es.net>
Message-ID:
On Sat, 10 May 2008 15:19:25 -0500, Kevin Oberman wrote:
>> Date: Sat, 10 May 2008 15:04:00 -0500
>> From: "Jeremy Messenger"
>> Sender: owner-freebsd-gnome@freebsd.org
>>
>> On Sat, 10 May 2008 01:37:13 -0500, Pascal Hofstee
>> wrote:
>>
>> > Hi,
>> >
>> > After the recent Heimdal import (and Doug Rabson's quick fix regarding
>> > the krb5-config script) on 8.0-CURRENT, i now noticed
>> > evolution-dataserver fails its configure stage due to problems in its
>> > detection of Kerberos support.
>> >
>> > configure:28051: checking for Kerberos 5
>> > configure:28079: cc -o conftest -O2 -pipe -march=athlon64
>> > -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db41
>> > -L/usr/local/lib -pthread -L/usr/lib -lkrb5 -lk5crypto -lcom_err
>> > -lgssapi_krb5 conftest.c >&5 /usr/bin/ld: cannot find -lk5crypto
>> >
>> >
>> > When one looks further in config.log one notices loads of missing
>> > hx509_* symbols. That's where i noticed that the link line above was
>> > missing the -lhx509 that was added to "krb5-config --libs".
>> >
>> > This leads me to believe the evolution-data-server port uses its own
>> > home-grown Kerberos 5 configure check instead of depending on
>> > krb5-config.
>>
>> Yep.
>>
>> > I'll happily test suggested patches.
>>
>> Try here:
>> http://people.freebsd.org/~mezz/diff/evolution-data-server.diff
>
> Just in case you don't follow freebsd-current@, Doug R. has checked in
> fixes for MOST of the problems from the update of heimdal in
> current. These may fix the problems, but he says that he won't have it
> all fixed until tomorrow. (A test patch for the last problem has been
> posted, though, if you just can't wait.)
>
> In any case, it's probably not worth spending too much time fixing
> failing ports when they won't be broken long for those willing to update
> heimdal.
I do follow up in the current@, this problem is different. dfr (Doug)
already has committed fix, but it's unrelated with this. Even thought if
dfr believes that this is also another bug and going to do another commit,
I still would like to see my patch goes in to get e-d-s to use krb5-config
instead of hardcore.
Cheers,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From mezz7 at cox.net Sat May 10 21:21:40 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Sat May 10 21:21:44 2008
Subject: FreeBSD Port: libxml2-2.6.31
In-Reply-To:
References:
Message-ID:
On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire
wrote:
> Hello there is a mismatch with the checksum for this port since you
> change
> mirrors order can you please update this
I have tested on all mirrors before I have committed this change. I still
can't reproduce it here.
# make distclean ; make checksum
===> Cleaning for libxml2-2.6.31
===> Deleting distfiles for libxml2-2.6.31
=> libxml2-2.6.31.tar.gz doesn't seem to exist in
/usr/ports/distfiles/gnome2.
=> Attempting to fetch from ftp://fr.rpmfind.net/pub/libxml/.
libxml2-2.6.31.tar.gz 100% of 4623 kB 346 kBps
00m00s
=> MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
Cheers,
Mezz
> Thanks
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From yayien at gmail.com Sat May 10 21:38:26 2008
From: yayien at gmail.com (Fabien Debuire)
Date: Sat May 10 21:38:30 2008
Subject: FreeBSD Port: libxml2-2.6.31
Message-ID:
Hello there is a mismatch with the checksum for this port since you change
mirrors order can you please update this
Thanks
--
Fabien DEBUIRE
yayien@gmail.com
www.debuire.net
From freebsdworld at gmail.com Sat May 10 21:46:14 2008
From: freebsdworld at gmail.com (freebsdworld)
Date: Sat May 10 21:46:18 2008
Subject: libxml2 Checksum
Message-ID: <482649E4.2020009@gmail.com>
I have a problem with libxml2 checksum can someone check it out for me
thanks
Ben
From mezz7 at cox.net Sat May 10 21:50:31 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Sat May 10 21:50:35 2008
Subject: FreeBSD Port: libxml2-2.6.31
In-Reply-To: <20080510214056.GA9593@night.db.net>
References:
<20080510214056.GA9593@night.db.net>
Message-ID:
On Sat, 10 May 2008 16:40:56 -0500, Diane Bruce wrote:
> On Sat, May 10, 2008 at 04:23:59PM -0500, Jeremy Messenger wrote:
>> On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire
>> wrote:
>>
>> >Hello there is a mismatch with the checksum for this port since you
>> >change
>> >mirrors order can you please update this
>>
>> I have tested on all mirrors before I have committed this change. I
>> still
>> can't reproduce it here.
>
> This is probably one of the bugs that stalks the ports system.
> It is possible you got a html text message saying the server was too
> busy stored into libxml2-2.6.31.tar.gz; the ports system at present does
> not use file to check that the file it has fetched matches what it
> was expecting. This is one of the cases where manual intervention is
> necessary and you have to remove the file downloaded and try again.
>
> It's not that easy a bug to fix unfortunately.
He has sent me in private, he didn't let CVSup mirror to catch up so he
doesn't has my change.
Cheers,
Mezz
> - Diane
> --
> - db@FreeBSD.org db@db.net http://www.db.net/~db
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From db at db.net Sat May 10 22:06:54 2008
From: db at db.net (Diane Bruce)
Date: Sat May 10 22:06:57 2008
Subject: FreeBSD Port: libxml2-2.6.31
In-Reply-To:
References:
Message-ID: <20080510214056.GA9593@night.db.net>
On Sat, May 10, 2008 at 04:23:59PM -0500, Jeremy Messenger wrote:
> On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire
> wrote:
>
> >Hello there is a mismatch with the checksum for this port since you
> >change
> >mirrors order can you please update this
>
> I have tested on all mirrors before I have committed this change. I still
> can't reproduce it here.
This is probably one of the bugs that stalks the ports system.
It is possible you got a html text message saying the server was too
busy stored into libxml2-2.6.31.tar.gz; the ports system at present does
not use file to check that the file it has fetched matches what it
was expecting. This is one of the cases where manual intervention is
necessary and you have to remove the file downloaded and try again.
It's not that easy a bug to fix unfortunately.
- Diane
--
- db@FreeBSD.org db@db.net http://www.db.net/~db
From kysd at po.harenet.ne.jp Sat May 10 22:09:20 2008
From: kysd at po.harenet.ne.jp (Yasuda Keisuke)
Date: Sat May 10 22:09:24 2008
Subject: evolution-datas-server fails configure due to Kerberos changes
In-Reply-To:
References: <20080510083713.7a510597@nebuchadnezzar>
Message-ID: <20080511.064055.1300483598.kysd@po.harenet.ne.jp>
mezz7> Try here: http://people.freebsd.org/~mezz/diff/evolution-data-server.diff
Thanks!
Seems to build successfully, now using /usr/bin/krb5-config
FreeBSD thunder.amadeus.or.jp 8.0-CURRENT FreeBSD 8.0-CURRENT #29: Fri May 9 19:54:43 JST 2008 kysd@thunder.amadeus.or.jp:/usr/obj/var/FreeBSD/8/sys/THUNDER amd64
---
YASUDA Keisuke
From aragon at phat.za.net Sun May 11 07:32:00 2008
From: aragon at phat.za.net (Aragon Gouveia)
Date: Sun May 11 07:32:03 2008
Subject: New policykit/consolekit/hald problem(s)
Message-ID: <20080511071119.GA77668@phat.za.net>
Hi,
I've recently installed a new workstation with 7.0-STABLE and the new GNOME
2.22 stuff. I'm running:
XFCE 4.4.2
dbus 1.2.1
ConsoleKit 0.2.10
PolicyKit 0.8
hald 0.5.11.r2
I'm booting Xorg with XDM and logging in from there.
First question...
In the past when I wanted to get removable storage devices mountable via the
GUI I'd just have to add my user to the operator group. This no longer
works. I've edited my PolicyKit.conf file according to the HAL FAQ and got
it working that way, but my question is, is it possible to get the old
behaviour back?
>From what I've read GDM creates a session with ConsoleKit when a user logs
in, and the existance of that session alleviates the need for PolicyKit.conf
editting. Is it possible to get that happening with XDM? (ie. maybe calling
cmd line tools from .xsession?)
Second question...
My hald doesn't seem to pick up my optical drive when it starts up. If I
insert a disc nothing happens, and lshal shows no trace of any acd devices
(despite them being present and working). I've attached my hald startup
log. There's an error about hald-addon-acpi failing to load, and there is
no trace of that binary in /usr/local/libexec. I tried recompiling the
port but the build does not create it either. Any suggestions?
Thanks,
Aragon
-------------- next part --------------
Script started on Sun May 11 07:35:02 2008
[root@igor ~]# cdvi Xresources cd /usr/local/lib/X11/xdm
[root@igor ~]# [16Pkill -1 1vi /etc/ttysps ax |grep pol[K/usr/local/sbin/hald --daemon=no --verbose=yes
07:35:15.257 [I] hald.c:669: hal 0.5.11rc2
07:35:15.258 [I] hald.c:734: Will not daemonize
07:35:15.259 [I] hald_dbus.c:5381: local server is listening at unix:path=/var/run/hald/dbus-9vvOCZcdiX,guid=771bdd43ad56413e11f3493948268593
07:35:15.268 [I] ck-tracker.c:387: got seat '/org/freedesktop/ConsoleKit/Seat1'
07:35:15.269 [I] ck-tracker.c:338: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat1'
07:35:15.269 [I] ck-tracker.c:414: Got seats
07:35:15.269 [I] ck-tracker.c:796: Got seats and sessions
07:35:15.283 [I] hald_runner.c:301: Runner has pid 1912
Runner started - allowed paths are '/usr/local/libexec:/usr/local/libexec/hal/scripts:/usr/local/bin'
07:35:15.289 [I] hald_runner.c:182: runner connection is 0x615800
07:35:15.300 [I] mmap_cache.c:279: cache mtime is 1209618220
07:35:15.302 [I] mmap_cache.c:83: preprobe: offset=00000014, size=0
07:35:15.302 [I] mmap_cache.c:85: information: offset=00000014, size=852
07:35:15.302 [I] mmap_cache.c:87: policy: offset=00000368, size=32524
Run started hald-probe-smbios (10000) (0)
! full path is '/usr/local/libexec/hald-probe-smbios', program_dir is '/usr/local/libexec'
07:35:15.338 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.vendor
hald-probe-smbios info: Setting system.firmware.vendor='Intel Corp.'
07:35:15.339 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.version
hald-probe-smbios info: Setting system.firmware.version='DPP3510J.86A.0413.2008.0306.2218'
07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.release_date
hald-probe-smbios info: Setting system.firmware.release_date='03/06/2008'
07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.vendor
hald-probe-smbios info: Setting system.hardware.vendor=''
07:35:15.341 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.product
hald-probe-smbios info: Setting system.hardware.product=''
07:35:15.342 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.version
hald-probe-smbios info: Setting system.hardware.version=''
07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.serial
hald-probe-smbios info: Setting system.hardware.serial=''
07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.uuid
hald-probe-smbios info: Setting system.hardware.uuid='93CC8490-EC38-11DC-8547-0019D159B7C5'
07:35:15.344 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.manufacturer
hald-probe-smbios info: Setting system.chassis.manufacturer=''
07:35:15.345 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.type
hald-probe-smbios info: Setting system.chassis.type='Desktop'
pid 1913: rc=0 signaled=0: /usr/local/libexec/hald-probe-smbios
07:35:15.348 [I] util.c:1070: Add callouts for udi=/org/freedesktop/Hal/devices/computer
Run started hal-storage-cleanup-all-mountpoints (10000) (0)
! full path is '/usr/local/libexec/hal-storage-cleanup-all-mountpoints', program_dir is '/usr/local/libexec'
in hal-storage-cleanup-all-mountpoints
hal_mtab = ''
pid 1915: rc=0 signaled=0: /usr/local/libexec/hal-storage-cleanup-all-mountpoints
07:35:15.387 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/computer
Run started hald-addon-acpi (0) (0)
! full path is 'hald-addon-acpi', program_dir is '(null)'
07:35:15.389 [E] hald_runner.c:671: Error running 'hald-addon-acpi': org.freedesktop.HalRunner.Failed: Start request failed
07:35:15.389 [E] hald.c:124: Cannot start addon hald-addon-acpi for udi /org/freedesktop/Hal/devices/computer
07:35:15.396 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2930
07:35:15.403 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922
07:35:15.409 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2912
07:35:15.416 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_244e
07:35:15.422 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_104c_8023
07:35:15.429 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293a
07:35:15.435 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2936
07:35:15.443 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2935
07:35:15.450 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2934
07:35:15.458 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2948
07:35:15.464 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2946
07:35:15.471 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2944
07:35:15.479 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2942
07:35:15.486 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_11ab_6101
07:35:15.493 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2940
07:35:15.500 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e
07:35:15.507 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293c
07:35:15.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2939
07:35:15.522 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2938
07:35:15.529 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2937
07:35:15.536 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_294c
07:35:15.543 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c4
07:35:15.551 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c1
07:35:15.558 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28
07:35:15.566 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_95c5
07:35:15.573 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c0
07:35:15.576 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_1
07:35:15.580 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_0
07:35:15.582 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbdc_0
07:35:15.584 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbd_0
07:35:15.586 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/acpi_button_0
07:35:15.589 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial
07:35:15.591 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0
07:35:15.593 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0
07:35:15.595 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0
07:35:15.598 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1
07:35:15.600 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0
07:35:15.636 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial
Run started hald-addon-mouse-sysmouse (0) (0)
! full path is '/usr/local/libexec/hald-addon-mouse-sysmouse', program_dir is '/usr/local/libexec'
07:35:15.650 [I] hald_runner.c:659: running_processes 0x67fe60, num = 1
07:35:15.650 [I] hald.c:120: Started addon hald-addon-mouse-sysmouse for udi /org/freedesktop/Hal/devices/usb_device_45e_724_noserial
07:35:15.665 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0
07:35:15.688 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2
07:35:15.689 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0
07:35:15.690 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial
07:35:15.691 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_if0
07:35:15.698 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial
07:35:15.702 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0
07:35:15.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7
07:35:15.705 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0
07:35:15.707 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0_if0
07:35:15.712 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3
07:35:15.713 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0
07:35:15.715 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4
07:35:15.716 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0
07:35:15.718 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5
07:35:15.719 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0
07:35:15.726 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial
07:35:15.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0
07:35:15.737 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6
07:35:15.738 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0
Run started hald-probe-storage (10000) (0)
! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec'
07:35:15.741 [D] hald_dbus.c:3294: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial
07:35:15.741 [I] hald_dbus.c:3320: AddonIsReady on udi '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial'
pid 1917: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.754 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial, key=input.device
07:35:15.760 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=info.category
07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.number
07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.scheme
07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.type
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.media_size
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.start
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_disc
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_partition
07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.ignore
07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fsusage
07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fstype
07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.label
07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.uuid
07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.block_size
07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.size
07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.num_blocks
pid 1919: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.767 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1920: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.777 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1921: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.787 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_0
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1922: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.797 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_1
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1923: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.807 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_2
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1924: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.817 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_3
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1925: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.826 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_4
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1926: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.837 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_5
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=info.category
07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_disc
07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_partition
07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.ignore
07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fsusage
07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fstype
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.label
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.uuid
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.block_size
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.size
07:35:15.850 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.num_blocks
pid 1927: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.852 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_704371852288
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.869 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=info.category
07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_disc
07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_partition
07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.ignore
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsusage
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fstype
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsversion
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.label
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.uuid
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.block_size
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.size
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.num_blocks
pid 1928: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.875 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_678604832768
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.976 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=info.category
07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_disc
07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_partition
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.ignore
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsusage
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fstype
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsversion
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.label
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.uuid
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.block_size
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.size
07:35:15.980 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.num_blocks
pid 1929: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.982 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4294967296
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=info.category
07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_disc
07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_partition
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.ignore
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsusage
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fstype
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsversion
07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.label
07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.uuid
07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.block_size
07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.size
07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.num_blocks
pid 1930: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.134 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_12884901888
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.295 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=info.category
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_disc
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_partition
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.ignore
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsusage
07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fstype
07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsversion
07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.label
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.uuid
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.block_size
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.size
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.num_blocks
pid 1931: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.301 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_2147483648
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=info.category
07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_disc
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_partition
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.ignore
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsusage
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fstype
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsversion
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.label
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.uuid
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.block_size
07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.size
07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.num_blocks
pid 1932: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.337 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_1073741824
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.404 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=info.category
07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_disc
07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_partition
07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.ignore
07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsusage
07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fstype
07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsversion
07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.label
07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.uuid
07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.block_size
07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.size
07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.num_blocks
pid 1933: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.411 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4963263488
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.508 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=info.category
07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_disc
07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_partition
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.ignore
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsusage
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fstype
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsversion
07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.label
07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.uuid
07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.block_size
07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.size
07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.num_blocks
pid 1934: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_402653184
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1935: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_block
07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage
Run started hald-probe-storage (10000) (0)
! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec'
pid 1936: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.687 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=info.category
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.number
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.scheme
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.type
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.media_size
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.start
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_disc
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_partition
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.ignore
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fsusage
07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fstype
07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.label
07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.uuid
07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.block_size
07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.size
07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.num_blocks
pid 1937: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.693 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1938: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1939: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.714 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1940: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.724 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1941: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1942: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.745 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1943: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.756 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1944: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.766 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:17.096 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=info.category
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.number
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.scheme
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.type
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.media_size
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.start
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_disc
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_partition
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.ignore
07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsusage
07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fstype
07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsversion
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.label
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.uuid
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.block_size
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.size
07:35:17.101 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.num_blocks
pid 1945: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:17.103 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE
07:35:17.104 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_0
07:35:17.118 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91
07:35:17.121 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_pcm_1
07:35:17.123 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_mixer_1
07:35:17.125 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_pcm_0
07:35:17.127 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_mixer_0
07:35:17.127 [I] hald.c:864: Device probing completed
07:35:17.127 [I] hald_dbus.c:5834: entering
^C
[root@igor ~]# exit
Script done on Sun May 11 07:35:23 2008
From mi+kde at aldan.algebra.com Sun May 11 15:46:13 2008
From: mi+kde at aldan.algebra.com (Mikhail Teterin)
Date: Sun May 11 15:46:16 2008
Subject: heads up: updating GraphicsMagick
Message-ID: <200805111146.11559@aldan>
Hello!
I intend to update the GraphicsMagick port with the attached diff in a few
days. Among other things, it ups the shared-library versions and may
otherwise affect your ports.
Please, let me know, if anything is blatantly wrong or forever hold your
peace. Thanks! Yours,
-mi
P.S. Gnome and KDE teams! It seems, your ports require /both/ ImageMagick and
GraphicsMagick. Considering, that the two packages are two prongs of the same
fork, you may wish to look into making your stuff use only one of them...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: GM-update.diff
Type: text/x-diff
Size: 11517 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080511/8b753035/GM-update.bin
From bfriesen at simple.dallas.tx.us Sun May 11 16:28:41 2008
From: bfriesen at simple.dallas.tx.us (Bob Friesenhahn)
Date: Sun May 11 16:28:46 2008
Subject: heads up: updating GraphicsMagick
In-Reply-To: <200805111146.11559@aldan>
References: <200805111146.11559@aldan>
Message-ID:
>
> P.S. Gnome and KDE teams! It seems, your ports require /both/ ImageMagick and
> GraphicsMagick. Considering, that the two packages are two prongs of the same
> fork, you may wish to look into making your stuff use only one of them...
I do know that Krita (part of Kdesktop) will require some minor source
code updates to compile with GraphicsMagick 1.2. While GraphicsMagick
1.2 is almost entirely API compatible with previous releases, some
long deprecated interfaces were removed and one previously
non-deprecated interface (related to attached 'profiles') was removed
that necessitates that applications depending on that interface make
code modifications.
Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
From marcus at marcuscom.com Sun May 11 18:46:41 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Sun May 11 18:46:43 2008
Subject: New policykit/consolekit/hald problem(s)
In-Reply-To: <20080511071119.GA77668@phat.za.net>
References: <20080511071119.GA77668@phat.za.net>
Message-ID: <1210531604.49665.9.camel@shumai.marcuscom.com>
On Sun, 2008-05-11 at 09:11 +0200, Aragon Gouveia wrote:
> Hi,
>
> I've recently installed a new workstation with 7.0-STABLE and the new GNOME
> 2.22 stuff. I'm running:
>
> XFCE 4.4.2
> dbus 1.2.1
> ConsoleKit 0.2.10
> PolicyKit 0.8
> hald 0.5.11.r2
>
> I'm booting Xorg with XDM and logging in from there.
>
> First question...
>
> In the past when I wanted to get removable storage devices mountable via the
> GUI I'd just have to add my user to the operator group. This no longer
> works. I've edited my PolicyKit.conf file according to the HAL FAQ and got
> it working that way, but my question is, is it possible to get the old
> behaviour back?
>
> >From what I've read GDM creates a session with ConsoleKit when a user logs
> in, and the existance of that session alleviates the need for PolicyKit.conf
> editting. Is it possible to get that happening with XDM? (ie. maybe calling
> cmd line tools from .xsession?)
You're free to look at the code GDM uses, and adapt it for other DMs.
This is also ck-launch-session. You should have a look at
https://bugs.launchpad.net/xinit/+bug/199486 .
>
> Second question...
>
> My hald doesn't seem to pick up my optical drive when it starts up. If I
> insert a disc nothing happens, and lshal shows no trace of any acd devices
> (despite them being present and working). I've attached my hald startup
> log. There's an error about hald-addon-acpi failing to load, and there is
> no trace of that binary in /usr/local/libexec. I tried recompiling the
> port but the build does not create it either. Any suggestions?
You're missing a lot of detail. Re-read the FAQ, and post all the
required information.
Joe
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080511/ba55e93f/attachment.pgp
From aragon at phat.za.net Sun May 11 19:56:03 2008
From: aragon at phat.za.net (Aragon Gouveia)
Date: Sun May 11 19:56:10 2008
Subject: New policykit/consolekit/hald problem(s)
In-Reply-To: <1210531604.49665.9.camel@shumai.marcuscom.com>
References: <20080511071119.GA77668@phat.za.net>
<1210531604.49665.9.camel@shumai.marcuscom.com>
Message-ID: <20080511195559.GA29942@phat.za.net>
| By Joe Marcus Clarke
| [ 2008-05-11 20:46 +0200 ]
> You're free to look at the code GDM uses, and adapt it for other DMs.
> This is also ck-launch-session. You should have a look at
> https://bugs.launchpad.net/xinit/+bug/199486 .
Thanks. Will check it out!
> You're missing a lot of detail. Re-read the FAQ, and post all the
> required information.
Sorry about that.
* lshal attached
* hald startup attached
* kern.geom.conftxt attached
* fstab attached
* dmesg attached
* output of mount N/A - don't get that far
* output of gnome-mount N/A - same reason as above
Thanks!
Regards,
Aragon
-------------- next part --------------
Dumping 84 device(s) from the Global Device List:
-------------------------------------------------
udi = '/org/freedesktop/Hal/devices/computer'
info.addons = {'hald-addon-acpi'} (string list)
info.callouts.add = {'hal-storage-cleanup-all-mountpoints'} (string list)
info.interfaces = {'org.freedesktop.Hal.Device.SystemPowerManagement'} (string list)
info.product = 'Computer' (string)
info.subsystem = 'unknown' (string)
info.udi = '/org/freedesktop/Hal/devices/computer' (string)
org.freedesktop.Hal.Device.SystemPowerManagement.method_argnames = {'num_seconds_to_sleep', 'num_seconds_to_sleep', '', '', '', 'enable_power_save'} (string list)
org.freedesktop.Hal.Device.SystemPowerManagement.method_execpaths = {'hal-system-power-suspend', 'hal-system-power-suspend-hybrid', 'hal-system-power-hibernate', 'hal-system-power-shutdown', 'hal-system-power-reboot', 'hal-system-power-set-power-save'} (string list)
org.freedesktop.Hal.Device.SystemPowerManagement.method_names = {'Suspend', 'SuspendHybrid', 'Hibernate', 'Shutdown', 'Reboot', 'SetPowerSave'} (string list)
org.freedesktop.Hal.Device.SystemPowerManagement.method_signatures = {'i', 'i', '', '', '', 'b'} (string list)
power_management.can_hibernate = true (bool)
power_management.can_suspend = true (bool)
power_management.can_suspend_to_disk = true (bool)
power_management.can_suspend_to_ram = true (bool)
power_management.is_powersave_set = false (bool)
power_management.type = 'acpi' (string)
system.chassis.manufacturer = '' (string)
system.chassis.type = 'Desktop' (string)
system.firmware.release_date = '03/06/2008' (string)
system.firmware.vendor = 'Intel Corp.' (string)
system.firmware.version = 'DPP3510J.86A.0413.2008.0306.2218' (string)
system.formfactor = 'desktop' (string)
system.hardware.product = '' (string)
system.hardware.serial = '' (string)
system.hardware.uuid = '93CC8490-EC38-11DC-8547-0019D159B7C5' (string)
system.hardware.vendor = '' (string)
system.hardware.version = '' (string)
system.kernel.machine = 'amd64' (string)
system.kernel.name = 'FreeBSD' (string)
system.kernel.version = '7.0-STABLE' (string)
system.product = ' ' (string)
udi = '/org/freedesktop/Hal/devices/acpi_button_0'
button.type = 'sleep' (string)
freebsd.driver = 'acpi_button' (string)
freebsd.unit = 0 (0x0) (int)
info.capabilities = {'button'} (string list)
info.category = 'button' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Sleep Button' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/acpi_button_0' (string)
platform.id = 'acpi_button.0' (string)
pnp.description = 'ACPI sleep button device' (string)
pnp.id = 'PNP0C0E' (string)
udi = '/org/freedesktop/Hal/devices/cpu_0'
freebsd.driver = 'cpu' (string)
freebsd.unit = 0 (0x0) (int)
info.capabilities = {'processor'} (string list)
info.category = 'processor' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'ACPI CPU' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/cpu_0' (string)
platform.id = 'cpu.0' (string)
processor.can_throttle = true (bool)
processor.maximum_speed = 3163 (0xc5b) (int)
processor.number = 0 (0x0) (int)
udi = '/org/freedesktop/Hal/devices/cpu_1'
freebsd.driver = 'cpu' (string)
freebsd.unit = 1 (0x1) (int)
info.capabilities = {'processor'} (string list)
info.category = 'processor' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'ACPI CPU' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/cpu_1' (string)
platform.id = 'cpu.1' (string)
processor.can_throttle = false (bool)
processor.number = 1 (0x1) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_29c0'
freebsd.driver = 'hostb' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82G33/G31/P35/P31 Express DRAM Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_29c0' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 0 (0x0) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82G33/G31/P35/P31 Express DRAM Controller' (string)
pci.product_id = 10688 (0x29c0) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_29c1'
freebsd.driver = 'pcib' (string)
freebsd.unit = 1 (0x1) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82G33/G31/P35/P31 Express PCI Express Root Port' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_29c1' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 1 (0x1) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 1 (0x1) (int)
pci.product = '82G33/G31/P35/P31 Express PCI Express Root Port' (string)
pci.product_id = 10689 (0x29c1) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_1002_95c5'
freebsd.driver = 'vgapci' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_29c1' (string)
info.product = 'Mobilitiy Radeon HD 3450' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1002_95c5' (string)
info.vendor = 'ATI Technologies Inc' (string)
pci.device_class = 3 (0x3) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.freebsd.bus = 1 (0x1) (int)
pci.freebsd.device = 0 (0x0) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = 'Mobilitiy Radeon HD 3450' (string)
pci.product_id = 38341 (0x95c5) (int)
pci.subsys_product_id = 4480 (0x1180) (int)
pci.subsys_vendor = 'Micro-Star International Co., Ltd.' (string)
pci.subsys_vendor_id = 5218 (0x1462) (int)
pci.vendor = 'ATI Technologies Inc' (string)
pci.vendor_id = 4098 (0x1002) (int)
udi = '/org/freedesktop/Hal/devices/pci_1002_aa28'
info.parent = '/org/freedesktop/Hal/devices/pci_8086_29c1' (string)
info.product = 'RV620 Audio device [Radeon HD 34xx Series]' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_1002_aa28' (string)
info.vendor = 'ATI Technologies Inc' (string)
pci.device_class = 4 (0x4) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 1 (0x1) (int)
pci.freebsd.device = 0 (0x0) (int)
pci.freebsd.function = 1 (0x1) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = 'RV620 Audio device [Radeon HD 34xx Series]' (string)
pci.product_id = 43560 (0xaa28) (int)
pci.subsys_product_id = 43560 (0xaa28) (int)
pci.subsys_vendor = 'Micro-Star International Co., Ltd.' (string)
pci.subsys_vendor_id = 5218 (0x1462) (int)
pci.vendor = 'ATI Technologies Inc' (string)
pci.vendor_id = 4098 (0x1002) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_29c4'
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82G33/G31/P35/P31 Express MEI Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_29c4' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 7 (0x7) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 128 (0x80) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 3 (0x3) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82G33/G31/P35/P31 Express MEI Controller' (string)
pci.product_id = 10692 (0x29c4) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_294c'
freebsd.driver = 'em' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82566DC-2 Gigabit Network Connection' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_294c' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 2 (0x2) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 25 (0x19) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 52 (0x34) (int)
pci.product = '82566DC-2 Gigabit Network Connection' (string)
pci.product_id = 10572 (0x294c) (int)
pci.subsys_product_id = 1 (0x1) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91'
info.capabilities = {'net', 'net.80203', 'wake_on_lan'} (string list)
info.category = 'net.80203' (string)
info.interfaces = {'org.freedesktop.Hal.Device.WakeOnLan'} (string list)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_294c' (string)
info.product = 'Networking Interface' (string)
info.udi = '/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91' (string)
net.80203.link = true (bool)
net.80203.mac_address = 123483495313 (0x1cc0309b91) (uint64)
net.80203.rate = 100000000 (0x5f5e100) (uint64)
net.address = '00:1c:c0:30:9b:91' (string)
net.arp_proto_hw_id = 1 (0x1) (int)
net.freebsd.ifindex = 1 (0x1) (int)
net.interface = 'em0' (string)
net.interface_up = true (bool)
net.media = 'Ethernet autoselect (100baseTX )' (string)
net.originating_device = '/org/freedesktop/Hal/devices/pci_8086_294c' (string)
net.physical_device = '/org/freedesktop/Hal/devices/pci_8086_294c' (string)
org.freedesktop.Hal.Device.WakeOnLan.method_argnames = {'', '', 'enable'} (string list)
org.freedesktop.Hal.Device.WakeOnLan.method_execpaths = {'hal-system-wol-supported', 'hal-system-wol-enabled', 'hal-system-wol-enable'} (string list)
org.freedesktop.Hal.Device.WakeOnLan.method_names = {'GetSupported', 'GetEnabled', 'SetEnabled'} (string list)
org.freedesktop.Hal.Device.WakeOnLan.method_signatures = {'', '', 'b'} (string list)
udi = '/org/freedesktop/Hal/devices/pci_8086_2937'
freebsd.driver = 'uhci' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB UHCI Controller #4' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2937' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 26 (0x1a) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB UHCI Controller #4' (string)
pci.product_id = 10551 (0x2937) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial'
freebsd.driver = 'uhub' (string)
freebsd.unit = 0 (0x0) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2937' (string)
info.product = 'UHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 0 (0x0) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 2 (0x2) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'UHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0' (string)
usb.bus_number = 0 (0x0) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 2 (0x2) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2938'
freebsd.driver = 'uhci' (string)
freebsd.unit = 1 (0x1) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB UHCI Controller #5' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2938' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 26 (0x1a) (int)
pci.freebsd.function = 1 (0x1) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB UHCI Controller #5' (string)
pci.product_id = 10552 (0x2938) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0'
freebsd.driver = 'uhub' (string)
freebsd.unit = 1 (0x1) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2938' (string)
info.product = 'UHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.freebsd.ports = {'2'} (string list)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 2 (0x2) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'UHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial'
freebsd.device_file = '/dev/ukbd0' (string)
freebsd.driver = 'ukbd' (string)
freebsd.unit = 0 (0x0) (int)
info.bus = 'usb_device' (string)
info.capabilities = {'input', 'input.keyboard'} (string list)
info.category = 'input.keyboard' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' (string)
info.product = 'USB Multimedia Keyboard' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' (string)
info.vendor = 'Logitech' (string)
input.device = '/dev/ukbd0' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 112 (0x70) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.max_power = 70 (0x46) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 2 (0x2) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.port_number = 2 (0x2) (int)
usb_device.product = 'USB Multimedia Keyboard' (string)
usb_device.product_id = 49943 (0xc317) (int)
usb_device.speed_bcd = 336 (0x150) (int)
usb_device.vendor = 'Logitech' (string)
usb_device.vendor_id = 1133 (0x46d) (int)
usb_device.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' (string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 112 (0x70) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 7 (0x7) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 8 (0x8) (int)
usb.is_self_powered = false (bool)
usb.max_power = 70 (0x46) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 2 (0x2) (int)
usb.num_ports = 0 (0x0) (int)
usb.port_number = 2 (0x2) (int)
usb.product = 'USB HID Interface' (string)
usb.product_id = 49943 (0xc317) (int)
usb.speed_bcd = 336 (0x150) (int)
usb.vendor = 'Logitech' (string)
usb.vendor_id = 1133 (0x46d) (int)
usb.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial' (string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 112 (0x70) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 1 (0x1) (int)
usb.interface.subclass = 1 (0x1) (int)
usb.is_self_powered = false (bool)
usb.max_power = 70 (0x46) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 2 (0x2) (int)
usb.num_ports = 0 (0x0) (int)
usb.port_number = 2 (0x2) (int)
usb.product = 'USB HID Interface' (string)
usb.product_id = 49943 (0xc317) (int)
usb.speed_bcd = 336 (0x150) (int)
usb.vendor = 'Logitech' (string)
usb.vendor_id = 1133 (0x46d) (int)
usb.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0' (string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.freebsd.ports = {'2'} (string list)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 2 (0x2) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2939'
freebsd.driver = 'uhci' (string)
freebsd.unit = 2 (0x2) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB UHCI Controller #6' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2939' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 26 (0x1a) (int)
pci.freebsd.function = 2 (0x2) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB UHCI Controller #6' (string)
pci.product_id = 10553 (0x2939) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1'
freebsd.driver = 'uhub' (string)
freebsd.unit = 2 (0x2) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2939' (string)
info.product = 'UHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 2 (0x2) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.freebsd.ports = {'2'} (string list)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 2 (0x2) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'UHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial'
freebsd.device_file = '/dev/ums0' (string)
freebsd.driver = 'ums' (string)
freebsd.unit = 0 (0x0) (int)
info.addons = {'hald-addon-mouse-sysmouse'} (string list)
info.bus = 'usb_device' (string)
info.capabilities = {'input', 'input.mouse'} (string list)
info.category = 'input.mouse' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' (string)
info.product = 'SideWinder? Mouse' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' (string)
info.vendor = 'Microsoft' (string)
input.device = '/dev/sysmouse' (string)
usb_device.bus_number = 2 (0x2) (int)
usb_device.can_wake_up = true (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 549 (0x225) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.max_power = 500 (0x1f4) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.port_number = 2 (0x2) (int)
usb_device.product = 'SideWinder? Mouse' (string)
usb_device.product_id = 1828 (0x724) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Microsoft' (string)
usb_device.vendor_id = 1118 (0x45e) (int)
usb_device.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial' (string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0' (string)
usb.bus_number = 2 (0x2) (int)
usb.can_wake_up = true (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 549 (0x225) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 2 (0x2) (int)
usb.interface.subclass = 1 (0x1) (int)
usb.is_self_powered = false (bool)
usb.max_power = 500 (0x1f4) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 0 (0x0) (int)
usb.port_number = 2 (0x2) (int)
usb.product = 'USB HID Interface' (string)
usb.product_id = 1828 (0x724) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Microsoft' (string)
usb.vendor_id = 1118 (0x45e) (int)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0' (string)
usb.bus_number = 2 (0x2) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.freebsd.ports = {'2'} (string list)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 2 (0x2) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_293c'
freebsd.driver = 'ehci' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB2 EHCI Controller #2' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_293c' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 32 (0x20) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 26 (0x1a) (int)
pci.freebsd.function = 7 (0x7) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB2 EHCI Controller #2' (string)
pci.product_id = 10556 (0x293c) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2'
freebsd.driver = 'uhub' (string)
freebsd.unit = 3 (0x3) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_293c' (string)
info.product = 'EHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 3 (0x3) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 1 (0x1) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 6 (0x6) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'EHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 294912 (0x48000) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0' (string)
usb.bus_number = 3 (0x3) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 1 (0x1) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 6 (0x6) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 294912 (0x48000) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_293e'
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) HD Audio Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_293e' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 4 (0x4) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 27 (0x1b) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) HD Audio Controller' (string)
pci.product_id = 10558 (0x293e) (int)
pci.subsys_product_id = 1 (0x1) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2940'
freebsd.driver = 'pcib' (string)
freebsd.unit = 2 (0x2) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) PCI Express Port 1' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2940' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 28 (0x1c) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 2 (0x2) (int)
pci.product = '82801I (ICH9 Family) PCI Express Port 1' (string)
pci.product_id = 10560 (0x2940) (int)
pci.subsys_product = 'Optiplex 755' (string)
pci.subsys_product_id = 10560 (0x2940) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2942'
freebsd.driver = 'pcib' (string)
freebsd.unit = 3 (0x3) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) PCI Express Port 2' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2942' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 28 (0x1c) (int)
pci.freebsd.function = 1 (0x1) (int)
pci.freebsd.secondary_bus = 3 (0x3) (int)
pci.product = '82801I (ICH9 Family) PCI Express Port 2' (string)
pci.product_id = 10562 (0x2942) (int)
pci.subsys_product_id = 10562 (0x2942) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_11ab_6101'
freebsd.driver = 'atapci' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2942' (string)
info.product = '88SE6101 single-port PATA133 interface' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_11ab_6101' (string)
info.vendor = 'Marvell Technology Group Ltd.' (string)
pci.device_class = 1 (0x1) (int)
pci.device_protocol = 143 (0x8f) (int)
pci.device_subclass = 1 (0x1) (int)
pci.freebsd.bus = 3 (0x3) (int)
pci.freebsd.device = 0 (0x0) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 16 (0x10) (int)
pci.product = '88SE6101 single-port PATA133 interface' (string)
pci.product_id = 24833 (0x6101) (int)
pci.subsys_product_id = 24833 (0x6101) (int)
pci.subsys_vendor = 'Marvell Technology Group Ltd.' (string)
pci.subsys_vendor_id = 4523 (0x11ab) (int)
pci.vendor = 'Marvell Technology Group Ltd.' (string)
pci.vendor_id = 4523 (0x11ab) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2944'
freebsd.driver = 'pcib' (string)
freebsd.unit = 4 (0x4) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) PCI Express Port 3' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2944' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 28 (0x1c) (int)
pci.freebsd.function = 2 (0x2) (int)
pci.freebsd.secondary_bus = 4 (0x4) (int)
pci.product = '82801I (ICH9 Family) PCI Express Port 3' (string)
pci.product_id = 10564 (0x2944) (int)
pci.subsys_product_id = 10564 (0x2944) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2946'
freebsd.driver = 'pcib' (string)
freebsd.unit = 5 (0x5) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) PCI Express Port 4' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2946' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 28 (0x1c) (int)
pci.freebsd.function = 3 (0x3) (int)
pci.freebsd.secondary_bus = 5 (0x5) (int)
pci.product = '82801I (ICH9 Family) PCI Express Port 4' (string)
pci.product_id = 10566 (0x2946) (int)
pci.subsys_product_id = 10566 (0x2946) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2948'
freebsd.driver = 'pcib' (string)
freebsd.unit = 6 (0x6) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) PCI Express Port 5' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2948' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 28 (0x1c) (int)
pci.freebsd.function = 4 (0x4) (int)
pci.freebsd.secondary_bus = 6 (0x6) (int)
pci.product = '82801I (ICH9 Family) PCI Express Port 5' (string)
pci.product_id = 10568 (0x2948) (int)
pci.subsys_product_id = 10568 (0x2948) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2934'
freebsd.driver = 'uhci' (string)
freebsd.unit = 3 (0x3) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB UHCI Controller #1' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2934' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 29 (0x1d) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB UHCI Controller #1' (string)
pci.product_id = 10548 (0x2934) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3'
freebsd.driver = 'uhub' (string)
freebsd.unit = 4 (0x4) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2934' (string)
info.product = 'UHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 4 (0x4) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 2 (0x2) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'UHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0' (string)
usb.bus_number = 4 (0x4) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 2 (0x2) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2935'
freebsd.driver = 'uhci' (string)
freebsd.unit = 4 (0x4) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB UHCI Controller #2' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2935' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 29 (0x1d) (int)
pci.freebsd.function = 1 (0x1) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB UHCI Controller #2' (string)
pci.product_id = 10549 (0x2935) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4'
freebsd.driver = 'uhub' (string)
freebsd.unit = 5 (0x5) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2935' (string)
info.product = 'UHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 5 (0x5) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 2 (0x2) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'UHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0' (string)
usb.bus_number = 5 (0x5) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 2 (0x2) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2936'
freebsd.driver = 'uhci' (string)
freebsd.unit = 5 (0x5) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB UHCI Controller #3' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2936' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 29 (0x1d) (int)
pci.freebsd.function = 2 (0x2) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB UHCI Controller #3' (string)
pci.product_id = 10550 (0x2936) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5'
freebsd.driver = 'uhub' (string)
freebsd.unit = 6 (0x6) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2936' (string)
info.product = 'UHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 6 (0x6) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.freebsd.ports = {'2'} (string list)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 2 (0x2) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'UHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 4608 (0x1200) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial'
freebsd.device_file = '/dev/ugen0' (string)
freebsd.driver = 'ugen' (string)
freebsd.unit = 0 (0x0) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' (string)
info.product = 'product 0x8001' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial' (string)
info.vendor = 'vendor 0x0aa8' (string)
usb_device.bus_number = 6 (0x6) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 514 (0x202) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.max_power = 100 (0x64) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.port_number = 2 (0x2) (int)
usb_device.product = 'product 0x8001' (string)
usb_device.product_id = 32769 (0x8001) (int)
usb_device.speed_bcd = 336 (0x150) (int)
usb_device.vendor = 'vendor 0x0aa8' (string)
usb_device.vendor_id = 2728 (0xaa8) (int)
usb_device.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial' (string)
info.product = 'USB Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0' (string)
usb.bus_number = 6 (0x6) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 514 (0x202) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 0 (0x0) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = false (bool)
usb.max_power = 100 (0x64) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 0 (0x0) (int)
usb.port_number = 2 (0x2) (int)
usb.product = 'USB Interface' (string)
usb.product_id = 32769 (0x8001) (int)
usb.speed_bcd = 336 (0x150) (int)
usb.vendor = 'vendor 0x0aa8' (string)
usb.vendor_id = 2728 (0xaa8) (int)
usb.version_bcd = 272 (0x110) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0' (string)
usb.bus_number = 6 (0x6) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.freebsd.ports = {'2'} (string list)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 2 (0x2) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 4608 (0x1200) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 256 (0x100) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_293a'
freebsd.driver = 'ehci' (string)
freebsd.unit = 1 (0x1) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) USB2 EHCI Controller #1' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_293a' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 32 (0x20) (int)
pci.device_subclass = 3 (0x3) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 29 (0x1d) (int)
pci.freebsd.function = 7 (0x7) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) USB2 EHCI Controller #1' (string)
pci.product_id = 10554 (0x293a) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6'
freebsd.driver = 'uhub' (string)
freebsd.unit = 7 (0x7) (int)
info.bus = 'usb_device' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_293a' (string)
info.product = 'EHCI root hub' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6' (string)
info.vendor = 'Intel' (string)
usb_device.bus_number = 7 (0x7) (int)
usb_device.can_wake_up = false (bool)
usb_device.configuration_value = 1 (0x1) (int)
usb_device.device_class = 9 (0x9) (int)
usb_device.device_protocol = 1 (0x1) (int)
usb_device.device_revision_bcd = 256 (0x100) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = true (bool)
usb_device.max_power = 0 (0x0) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_interfaces = 1 (0x1) (int)
usb_device.num_ports = 6 (0x6) (int)
usb_device.port_number = 1 (0x1) (int)
usb_device.product = 'EHCI root hub' (string)
usb_device.product_id = 0 (0x0) (int)
usb_device.speed_bcd = 294912 (0x48000) (int)
usb_device.vendor = 'Intel' (string)
usb_device.vendor_id = 0 (0x0) (int)
usb_device.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0'
info.bus = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6' (string)
info.product = 'USB Hub Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0' (string)
usb.bus_number = 7 (0x7) (int)
usb.can_wake_up = false (bool)
usb.configuration_value = 1 (0x1) (int)
usb.device_class = 9 (0x9) (int)
usb.device_protocol = 1 (0x1) (int)
usb.device_revision_bcd = 256 (0x100) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 9 (0x9) (int)
usb.interface.number = 0 (0x0) (int)
usb.interface.protocol = 0 (0x0) (int)
usb.interface.subclass = 0 (0x0) (int)
usb.is_self_powered = true (bool)
usb.max_power = 0 (0x0) (int)
usb.num_configurations = 1 (0x1) (int)
usb.num_interfaces = 1 (0x1) (int)
usb.num_ports = 6 (0x6) (int)
usb.port_number = 1 (0x1) (int)
usb.product = 'USB Hub Interface' (string)
usb.product_id = 0 (0x0) (int)
usb.speed_bcd = 294912 (0x48000) (int)
usb.vendor = 'Intel' (string)
usb.vendor_id = 0 (0x0) (int)
usb.version_bcd = 512 (0x200) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_244e'
freebsd.driver = 'pcib' (string)
freebsd.unit = 7 (0x7) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801 PCI Bridge' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_244e' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 1 (0x1) (int)
pci.device_subclass = 4 (0x4) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 30 (0x1e) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 7 (0x7) (int)
pci.product = '82801 PCI Bridge' (string)
pci.product_id = 9294 (0x244e) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_104c_8023'
info.parent = '/org/freedesktop/Hal/devices/pci_8086_244e' (string)
info.product = 'TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_104c_8023' (string)
info.vendor = 'Texas Instruments' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 16 (0x10) (int)
pci.device_subclass = 0 (0x0) (int)
pci.freebsd.bus = 7 (0x7) (int)
pci.freebsd.device = 3 (0x3) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = 'TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)' (string)
pci.product_id = 32803 (0x8023) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Texas Instruments' (string)
pci.vendor_id = 4172 (0x104c) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2912'
freebsd.driver = 'isab' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801IH (ICH9DH) LPC Interface Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2912' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 1 (0x1) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 31 (0x1f) (int)
pci.freebsd.function = 0 (0x0) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801IH (ICH9DH) LPC Interface Controller' (string)
pci.product_id = 10514 (0x2912) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/atkbdc_0'
freebsd.driver = 'atkbdc' (string)
freebsd.unit = 0 (0x0) (int)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2912' (string)
info.product = 'Keyboard controller (i8042)' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/atkbdc_0' (string)
platform.id = 'atkbdc.0' (string)
udi = '/org/freedesktop/Hal/devices/atkbd_0'
freebsd.device_file = '/dev/atkbd0' (string)
freebsd.driver = 'atkbd' (string)
freebsd.unit = 0 (0x0) (int)
info.capabilities = {'input', 'input.keyboard'} (string list)
info.category = 'input.keyboard' (string)
info.parent = '/org/freedesktop/Hal/devices/atkbdc_0' (string)
info.product = 'AT Keyboard' (string)
info.subsystem = 'platform' (string)
info.udi = '/org/freedesktop/Hal/devices/atkbd_0' (string)
input.device = '' (string)
platform.id = 'atkbd.0' (string)
udi = '/org/freedesktop/Hal/devices/pci_8086_2922'
freebsd.driver = 'atapci' (string)
freebsd.unit = 1 (0x1) (int)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 1 (0x1) (int)
pci.device_protocol = 1 (0x1) (int)
pci.device_subclass = 6 (0x6) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 31 (0x1f) (int)
pci.freebsd.function = 2 (0x2) (int)
pci.freebsd.secondary_bus = 52 (0x34) (int)
pci.product = '82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA AHCI Controller' (string)
pci.product_id = 10530 (0x2922) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0'
block.device = '/dev/ad6' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 71 (0x47) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
freebsd.device_file = '/dev/ad6' (string)
freebsd.driver = 'ad' (string)
freebsd.unit = 6 (0x6) (int)
info.capabilities = {'block', 'storage'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922' (string)
info.product = 'Storage Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'platform' (string)
storage.drive_type = 'disk' (string)
storage.hotpluggable = false (bool)
storage.media_check_enabled = false (bool)
storage.model = '' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '' (string)
storage.removable = false (bool)
storage.removable.support_async_notification = false (bool)
storage.requires_eject = false (bool)
storage.vendor = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE'
block.device = '/dev/ad6s1' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 73 (0x49) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.product = 'Volume (vfat)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'vfat' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = 'FAT32' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime', 'longnames', 'shortnames', 'nowin95', '-u=', '-g=', '-m=', '-M=', '-L=', '-D=', 'large'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 16787862 (0x1002996) (uint64)
volume.partition.media_size = 8595385344 (0x200532c00) (uint64)
volume.partition.number = 1 (0x1) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 32256 (0x7e00) (uint64)
volume.partition.type = '0xc' (string)
volume.size = 8595385344 (0x200532c00) (uint64)
volume.uuid = '28FF-E5AE' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0'
block.device = '/dev/ad6s2' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 74 (0x4a) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.product = 'Volume' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = '' (string)
volume.fsusage = 'partitiontable' (string)
volume.ignore = true (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.mount_point = '' (string)
volume.num_blocks = 1375726275 (0x51ffeac3) (uint64)
volume.partition.media_size = 704371852800 (0xa3ffd58600) (uint64)
volume.partition.number = 2 (0x2) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 8595417600 (0x20053aa00) (uint64)
volume.partition.type = '0xa5' (string)
volume.size = 704371852800 (0xa3ffd58600) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_704371852288'
block.device = '/dev/mirror/gm0' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 85 (0x55) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Volume' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = '' (string)
volume.fsusage = 'partitiontable' (string)
volume.ignore = true (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount_point = '' (string)
volume.num_blocks = 1375726274 (0x51ffeac2) (uint64)
volume.size = 704371852288 (0xa3ffd58400) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_402653184_0'
block.device = '/dev/mirror/gm0a' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 94 (0x5e) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_402653184_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = true (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '/' (string)
volume.num_blocks = 786432 (0xc0000) (uint64)
volume.size = 402653184 (0x18000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_4963263488_0'
block.device = '/dev/mirror/gm0b' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 95 (0x5f) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_4963263488_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = true (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '/usr/local' (string)
volume.num_blocks = 9693874 (0x93eab2) (uint64)
volume.size = 4963263488 (0x127d56400) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_1073741824_0'
block.device = '/dev/mirror/gm0d' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 97 (0x61) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_1073741824_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 2097152 (0x200000) (uint64)
volume.size = 1073741824 (0x40000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_2147483648_0'
block.device = '/dev/mirror/gm0e' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 98 (0x62) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_2147483648_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = true (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '/export/var' (string)
volume.num_blocks = 4194304 (0x400000) (uint64)
volume.size = 2147483648 (0x80000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_12884901888_0'
block.device = '/dev/mirror/gm0f' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 99 (0x63) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_12884901888_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = true (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '/usr' (string)
volume.num_blocks = 25165824 (0x1800000) (uint64)
volume.size = 12884901888 (0x300000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_4294967296_0'
block.device = '/dev/mirror/gm0g' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 100 (0x64) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_4294967296_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = true (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '/usr/ports' (string)
volume.num_blocks = 8388608 (0x800000) (uint64)
volume.size = 4294967296 (0x100000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_678604832768_0'
block.device = '/dev/mirror/gm0h' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 101 (0x65) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_size_704371852288' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_678604832768_0' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 1325400064 (0x4f000000) (uint64)
volume.size = 678604832768 (0x9e00000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5'
block.device = '/dev/ad6s2a' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 77 (0x4d) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4'
block.device = '/dev/ad6s2b' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 78 (0x4e) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3'
block.device = '/dev/ad6s2d' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 80 (0x50) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2'
block.device = '/dev/ad6s2e' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 81 (0x51) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1'
block.device = '/dev/ad6s2f' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 82 (0x52) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0'
block.device = '/dev/ad6s2g' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 83 (0x53) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block'
block.device = '/dev/ad6s2h' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 84 (0x54) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_0' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block' (string)
udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage'
block.device = '/dev/ad8' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 72 (0x48) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
freebsd.device_file = '/dev/ad8' (string)
freebsd.driver = 'ad' (string)
freebsd.unit = 8 (0x8) (int)
info.capabilities = {'block', 'storage'} (string list)
info.category = 'storage' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922' (string)
info.product = 'Storage Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
storage.automount_enabled_hint = true (bool)
storage.bus = 'platform' (string)
storage.drive_type = 'disk' (string)
storage.hotpluggable = false (bool)
storage.media_check_enabled = false (bool)
storage.model = '' (string)
storage.no_partitions_hint = false (bool)
storage.originating_device = '' (string)
storage.removable = false (bool)
storage.removable.support_async_notification = false (bool)
storage.requires_eject = false (bool)
storage.vendor = '' (string)
udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_block'
block.device = '/dev/ad8s1' (string)
block.is_volume = false (bool)
block.major = 0 (0x0) (int)
block.minor = 75 (0x4b) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block'} (string list)
info.category = 'block' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.product = 'Block Device' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2922_storage_block' (string)
udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800'
block.device = '/dev/ad8s2' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 76 (0x4c) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.product = 'Volume' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = '' (string)
volume.fsusage = 'partitiontable' (string)
volume.ignore = true (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = true (bool)
volume.label = '' (string)
volume.mount_point = '' (string)
volume.num_blocks = 1375726275 (0x51ffeac3) (uint64)
volume.partition.media_size = 704371852800 (0xa3ffd58600) (uint64)
volume.partition.number = 2 (0x2) (int)
volume.partition.scheme = 'mbr' (string)
volume.partition.start = 8595417600 (0x20053aa00) (uint64)
volume.partition.type = '0xa5' (string)
volume.size = 704371852800 (0xa3ffd58600) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_402653184'
block.device = '/dev/ad8s2a' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 86 (0x56) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_402653184' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 786432 (0xc0000) (uint64)
volume.size = 402653184 (0x18000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_4963263488'
block.device = '/dev/ad8s2b' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 87 (0x57) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_4963263488' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 9693874 (0x93eab2) (uint64)
volume.size = 4963263488 (0x127d56400) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_1073741824'
block.device = '/dev/ad8s2d' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 89 (0x59) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_1073741824' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 2097152 (0x200000) (uint64)
volume.size = 1073741824 (0x40000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_2147483648'
block.device = '/dev/ad8s2e' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 90 (0x5a) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_2147483648' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 4194304 (0x400000) (uint64)
volume.size = 2147483648 (0x80000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_12884901888'
block.device = '/dev/ad8s2f' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 91 (0x5b) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_12884901888' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 25165824 (0x1800000) (uint64)
volume.size = 12884901888 (0x300000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_4294967296'
block.device = '/dev/ad8s2g' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 92 (0x5c) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_4294967296' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 8388608 (0x800000) (uint64)
volume.size = 4294967296 (0x100000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/volume_size_678604832768'
block.device = '/dev/ad8s2h' (string)
block.is_volume = true (bool)
block.major = 0 (0x0) (int)
block.minor = 93 (0x5d) (int)
block.storage_device = '/org/freedesktop/Hal/devices/pci_8086_2922_storage' (string)
info.capabilities = {'block', 'volume'} (string list)
info.category = 'volume' (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.parent = '/org/freedesktop/Hal/devices/volume_part2_size_704371852800' (string)
info.product = 'Volume (ufs)' (string)
info.subsystem = 'block' (string)
info.udi = '/org/freedesktop/Hal/devices/volume_size_678604832768' (string)
org.freedesktop.Hal.Device.Volume.method_argnames = {'mount_point fstype extra_options', 'extra_options', 'extra_options'} (string list)
org.freedesktop.Hal.Device.Volume.method_execpaths = {'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_names = {'Mount', 'Unmount', 'Eject'} (string list)
org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} (string list)
volume.block_size = 512 (0x200) (uint64)
volume.fstype = 'ufs' (string)
volume.fsusage = 'filesystem' (string)
volume.fsversion = '2' (string)
volume.ignore = false (bool)
volume.is_disc = false (bool)
volume.is_mounted = false (bool)
volume.is_mounted_read_only = false (bool)
volume.is_partition = false (bool)
volume.label = '' (string)
volume.mount.valid_options = {'ro', 'noexec', 'noatime'} (string list)
volume.mount_point = '' (string)
volume.num_blocks = 1325400064 (0x4f000000) (uint64)
volume.size = 678604832768 (0x9e00000000) (uint64)
volume.uuid = '' (string)
udi = '/org/freedesktop/Hal/devices/pci_8086_2930'
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = '82801I (ICH9 Family) SMBus Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2930' (string)
info.vendor = 'Intel Corporation' (string)
pci.device_class = 12 (0xc) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 5 (0x5) (int)
pci.freebsd.bus = 0 (0x0) (int)
pci.freebsd.device = 31 (0x1f) (int)
pci.freebsd.function = 3 (0x3) (int)
pci.freebsd.secondary_bus = 0 (0x0) (int)
pci.product = '82801I (ICH9 Family) SMBus Controller' (string)
pci.product_id = 10544 (0x2930) (int)
pci.subsys_product_id = 20548 (0x5044) (int)
pci.subsys_vendor = 'Intel Corporation' (string)
pci.subsys_vendor_id = 32902 (0x8086) (int)
pci.vendor = 'Intel Corporation' (string)
pci.vendor_id = 32902 (0x8086) (int)
Dumped 84 device(s) from the Global Device List.
------------------------------------------------
-------------- next part --------------
Script started on Sun May 11 07:35:02 2008
[root@igor ~]# cdvi Xresources cd /usr/local/lib/X11/xdm
[root@igor ~]# [16Pkill -1 1vi /etc/ttysps ax |grep pol[K/usr/local/sbin/hald --daemon=no --verbose=yes
07:35:15.257 [I] hald.c:669: hal 0.5.11rc2
07:35:15.258 [I] hald.c:734: Will not daemonize
07:35:15.259 [I] hald_dbus.c:5381: local server is listening at unix:path=/var/run/hald/dbus-9vvOCZcdiX,guid=771bdd43ad56413e11f3493948268593
07:35:15.268 [I] ck-tracker.c:387: got seat '/org/freedesktop/ConsoleKit/Seat1'
07:35:15.269 [I] ck-tracker.c:338: Got all sessions on seat '/org/freedesktop/ConsoleKit/Seat1'
07:35:15.269 [I] ck-tracker.c:414: Got seats
07:35:15.269 [I] ck-tracker.c:796: Got seats and sessions
07:35:15.283 [I] hald_runner.c:301: Runner has pid 1912
Runner started - allowed paths are '/usr/local/libexec:/usr/local/libexec/hal/scripts:/usr/local/bin'
07:35:15.289 [I] hald_runner.c:182: runner connection is 0x615800
07:35:15.300 [I] mmap_cache.c:279: cache mtime is 1209618220
07:35:15.302 [I] mmap_cache.c:83: preprobe: offset=00000014, size=0
07:35:15.302 [I] mmap_cache.c:85: information: offset=00000014, size=852
07:35:15.302 [I] mmap_cache.c:87: policy: offset=00000368, size=32524
Run started hald-probe-smbios (10000) (0)
! full path is '/usr/local/libexec/hald-probe-smbios', program_dir is '/usr/local/libexec'
07:35:15.338 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.vendor
hald-probe-smbios info: Setting system.firmware.vendor='Intel Corp.'
07:35:15.339 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.version
hald-probe-smbios info: Setting system.firmware.version='DPP3510J.86A.0413.2008.0306.2218'
07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.firmware.release_date
hald-probe-smbios info: Setting system.firmware.release_date='03/06/2008'
07:35:15.340 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.vendor
hald-probe-smbios info: Setting system.hardware.vendor=''
07:35:15.341 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.product
hald-probe-smbios info: Setting system.hardware.product=''
07:35:15.342 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.version
hald-probe-smbios info: Setting system.hardware.version=''
07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.serial
hald-probe-smbios info: Setting system.hardware.serial=''
07:35:15.343 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.hardware.uuid
hald-probe-smbios info: Setting system.hardware.uuid='93CC8490-EC38-11DC-8547-0019D159B7C5'
07:35:15.344 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.manufacturer
hald-probe-smbios info: Setting system.chassis.manufacturer=''
07:35:15.345 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/computer, key=system.chassis.type
hald-probe-smbios info: Setting system.chassis.type='Desktop'
pid 1913: rc=0 signaled=0: /usr/local/libexec/hald-probe-smbios
07:35:15.348 [I] util.c:1070: Add callouts for udi=/org/freedesktop/Hal/devices/computer
Run started hal-storage-cleanup-all-mountpoints (10000) (0)
! full path is '/usr/local/libexec/hal-storage-cleanup-all-mountpoints', program_dir is '/usr/local/libexec'
in hal-storage-cleanup-all-mountpoints
hal_mtab = ''
pid 1915: rc=0 signaled=0: /usr/local/libexec/hal-storage-cleanup-all-mountpoints
07:35:15.387 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/computer
Run started hald-addon-acpi (0) (0)
! full path is 'hald-addon-acpi', program_dir is '(null)'
07:35:15.389 [E] hald_runner.c:671: Error running 'hald-addon-acpi': org.freedesktop.HalRunner.Failed: Start request failed
07:35:15.389 [E] hald.c:124: Cannot start addon hald-addon-acpi for udi /org/freedesktop/Hal/devices/computer
07:35:15.396 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2930
07:35:15.403 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922
07:35:15.409 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2912
07:35:15.416 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_244e
07:35:15.422 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_104c_8023
07:35:15.429 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293a
07:35:15.435 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2936
07:35:15.443 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2935
07:35:15.450 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2934
07:35:15.458 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2948
07:35:15.464 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2946
07:35:15.471 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2944
07:35:15.479 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2942
07:35:15.486 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_11ab_6101
07:35:15.493 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2940
07:35:15.500 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e
07:35:15.507 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293c
07:35:15.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2939
07:35:15.522 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2938
07:35:15.529 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2937
07:35:15.536 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_294c
07:35:15.543 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c4
07:35:15.551 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c1
07:35:15.558 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28
07:35:15.566 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_95c5
07:35:15.573 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_29c0
07:35:15.576 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_1
07:35:15.580 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/cpu_0
07:35:15.582 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbdc_0
07:35:15.584 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/atkbd_0
07:35:15.586 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/acpi_button_0
07:35:15.589 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial
07:35:15.591 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_if0
07:35:15.593 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0
07:35:15.595 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_0_if0
07:35:15.598 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1
07:35:15.600 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_1_if0
07:35:15.636 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial
Run started hald-addon-mouse-sysmouse (0) (0)
! full path is '/usr/local/libexec/hald-addon-mouse-sysmouse', program_dir is '/usr/local/libexec'
07:35:15.650 [I] hald_runner.c:659: running_processes 0x67fe60, num = 1
07:35:15.650 [I] hald.c:120: Started addon hald-addon-mouse-sysmouse for udi /org/freedesktop/Hal/devices/usb_device_45e_724_noserial
07:35:15.665 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial_if0
07:35:15.688 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2
07:35:15.689 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_2_if0
07:35:15.690 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial
07:35:15.691 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_if0
07:35:15.698 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial
07:35:15.702 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if0
07:35:15.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_46d_c317_noserial_if7
07:35:15.705 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0
07:35:15.707 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_409_5a_noserial_0_if0
07:35:15.712 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3
07:35:15.713 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_3_if0
07:35:15.715 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4
07:35:15.716 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_4_if0
07:35:15.718 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5
07:35:15.719 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_5_if0
07:35:15.726 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial
07:35:15.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_aa8_8001_noserial_if0
07:35:15.737 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6
07:35:15.738 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/usb_device_0_0_noserial_6_if0
Run started hald-probe-storage (10000) (0)
! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec'
07:35:15.741 [D] hald_dbus.c:3294: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial
07:35:15.741 [I] hald_dbus.c:3320: AddonIsReady on udi '/org/freedesktop/Hal/devices/usb_device_45e_724_noserial'
pid 1917: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.754 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/usb_device_45e_724_noserial, key=input.device
07:35:15.760 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=info.category
07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.number
07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.scheme
07:35:15.761 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.type
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.media_size
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.partition.start
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_disc
07:35:15.762 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.is_partition
07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.ignore
07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fsusage
07:35:15.763 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.fstype
07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.label
07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.uuid
07:35:15.764 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.block_size
07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.size
07:35:15.765 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/60, key=volume.num_blocks
pid 1919: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.767 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1920: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.777 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1921: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.787 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_0
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1922: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.797 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_1
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1923: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.807 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_2
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1924: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.817 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_3
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1925: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.826 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_4
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1926: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.837 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_block_5
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=info.category
07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_disc
07:35:15.847 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.is_partition
07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.ignore
07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fsusage
07:35:15.848 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.fstype
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.label
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.uuid
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.block_size
07:35:15.849 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.size
07:35:15.850 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/68, key=volume.num_blocks
pid 1927: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.852 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_704371852288
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.869 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=info.category
07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_disc
07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.is_partition
07:35:15.870 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.ignore
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsusage
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fstype
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.fsversion
07:35:15.871 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.label
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.uuid
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.block_size
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.size
07:35:15.872 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/69, key=volume.num_blocks
pid 1928: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.875 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_678604832768
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:15.976 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=info.category
07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_disc
07:35:15.977 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.is_partition
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.ignore
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsusage
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fstype
07:35:15.978 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.fsversion
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.label
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.uuid
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.block_size
07:35:15.979 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.size
07:35:15.980 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/70, key=volume.num_blocks
pid 1929: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:15.982 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4294967296
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=info.category
07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_disc
07:35:16.129 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.is_partition
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.ignore
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsusage
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fstype
07:35:16.130 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.fsversion
07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.label
07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.uuid
07:35:16.131 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.block_size
07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.size
07:35:16.132 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/71, key=volume.num_blocks
pid 1930: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.134 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_12884901888
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.295 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=info.category
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_disc
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.is_partition
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.ignore
07:35:16.296 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsusage
07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fstype
07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.fsversion
07:35:16.297 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.label
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.uuid
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.block_size
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.size
07:35:16.298 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/72, key=volume.num_blocks
pid 1931: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.301 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_2147483648
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=info.category
07:35:16.332 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_disc
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.is_partition
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.ignore
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsusage
07:35:16.333 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fstype
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.fsversion
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.label
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.uuid
07:35:16.334 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.block_size
07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.size
07:35:16.335 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/73, key=volume.num_blocks
pid 1932: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.337 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_1073741824
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.404 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=info.category
07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_disc
07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.is_partition
07:35:16.405 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.ignore
07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsusage
07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fstype
07:35:16.406 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.fsversion
07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.label
07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.uuid
07:35:16.407 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.block_size
07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.size
07:35:16.408 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/74, key=volume.num_blocks
pid 1933: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.411 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_4963263488
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.508 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=info.category
07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_disc
07:35:16.509 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.is_partition
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.ignore
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsusage
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fstype
07:35:16.510 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.fsversion
07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.label
07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.uuid
07:35:16.511 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.block_size
07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.size
07:35:16.512 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/75, key=volume.num_blocks
pid 1934: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.514 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_size_402653184
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1935: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_block
07:35:16.667 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage
Run started hald-probe-storage (10000) (0)
! full path is '/usr/local/libexec/hald-probe-storage', program_dir is '/usr/local/libexec'
pid 1936: rc=0 signaled=0: /usr/local/libexec/hald-probe-storage
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:16.687 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=info.category
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.number
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.scheme
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.type
07:35:16.688 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.media_size
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.partition.start
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_disc
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.is_partition
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.ignore
07:35:16.689 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fsusage
07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.fstype
07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.label
07:35:16.690 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.uuid
07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.block_size
07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.size
07:35:16.691 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/78, key=volume.num_blocks
pid 1937: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.693 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1938: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.703 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1939: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.714 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_0
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1940: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.724 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_1
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1941: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.735 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_2
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1942: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.745 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_3
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1943: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.756 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_4
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
pid 1944: rc=1 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:16.766 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_part2_size_704371852800_0_block_5
Run started hald-probe-volume (60000) (0)
! full path is '/usr/local/libexec/hald-probe-volume', program_dir is '/usr/local/libexec'
07:35:17.096 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=info.category
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.number
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.scheme
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.type
07:35:17.097 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.media_size
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.partition.start
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_disc
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.is_partition
07:35:17.098 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.ignore
07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsusage
07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fstype
07:35:17.099 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.fsversion
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.label
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.uuid
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.block_size
07:35:17.100 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.size
07:35:17.101 [D] hald_dbus.c:1652: udi=/org/freedesktop/Hal/devices/temp/86, key=volume.num_blocks
pid 1945: rc=0 signaled=0: /usr/local/libexec/hald-probe-volume
07:35:17.103 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/volume_uuid_28FF_E5AE
07:35:17.104 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_2922_storage_0
07:35:17.118 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/net_00_1c_c0_30_9b_91
07:35:17.121 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_pcm_1
07:35:17.123 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_8086_293e_oss_mixer_1
07:35:17.125 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_pcm_0
07:35:17.127 [I] hald.c:108: Added device to GDL; udi=/org/freedesktop/Hal/devices/pci_1002_aa28_oss_mixer_0
07:35:17.127 [I] hald.c:864: Device probing completed
07:35:17.127 [I] hald_dbus.c:5834: entering
^C
[root@igor ~]# exit
Script done on Sun May 11 07:35:23 2008
-------------- next part --------------
0 MD md1 1073741824 512 u 1 s 512 f 0 fs 0 l 1073741824 t swap
0 MD md0 2147483648 512 u 0 s 512 f 0 fs 0 l 2147483648 t swap
0 DISK ad8 750156374016 512 hd 16 sc 63
1 MBR ad8s2 704371852800 512 i 1 o 8595417600 ty 165
2 BSD ad8s2h 678604832768 512 i 7 o 20803756032 ty 7
2 BSD ad8s2g 4294967296 512 i 6 o 16508788736 ty 7
2 BSD ad8s2f 12884901888 512 i 5 o 3623886848 ty 7
2 BSD ad8s2e 2147483648 512 i 4 o 1476403200 ty 7
2 BSD ad8s2d 1073741824 512 i 3 o 402661376 ty 7
2 BSD ad8s2c 704371852288 512 i 2 o 0 ty 0
2 BSD ad8s2b 4963263488 512 i 1 o 699408588800 ty 7
2 BSD ad8s2a 402653184 512 i 0 o 8192 ty 7
1 MBR ad8s1 8595385344 512 i 0 o 32256 ty 12
0 DISK ad6 750156374016 512 hd 16 sc 63
1 MBR ad6s2 704371852800 512 i 1 o 8595417600 ty 165
2 BSD ad6s2h 678604832768 512 i 7 o 20803756032 ty 7
2 BSD ad6s2g 4294967296 512 i 6 o 16508788736 ty 7
2 BSD ad6s2f 12884901888 512 i 5 o 3623886848 ty 7
2 BSD ad6s2e 2147483648 512 i 4 o 1476403200 ty 7
2 BSD ad6s2d 1073741824 512 i 3 o 402661376 ty 7
2 BSD ad6s2c 704371852288 512 i 2 o 0 ty 0
2 BSD ad6s2b 4963263488 512 i 1 o 699408588800 ty 7
2 BSD ad6s2a 402653184 512 i 0 o 8192 ty 7
2 MIRROR mirror/gm0 704371852288 512
3 BSD mirror/gm0h 678604832768 512 i 7 o 20803756032 ty 7
3 BSD mirror/gm0g 4294967296 512 i 6 o 16508788736 ty 7
3 BSD mirror/gm0f 12884901888 512 i 5 o 3623886848 ty 7
3 BSD mirror/gm0e 2147483648 512 i 4 o 1476403200 ty 7
3 BSD mirror/gm0d 1073741824 512 i 3 o 402661376 ty 7
3 BSD mirror/gm0c 704371852288 512 i 2 o 0 ty 0
3 BSD mirror/gm0b 4963263488 512 i 1 o 699408588800 ty 7
3 BSD mirror/gm0a 402653184 512 i 0 o 8192 ty 7
1 MBR ad6s1 8595385344 512 i 0 o 32256 ty 12
-------------- next part --------------
# Device Mountpoint FStype Options Dump Pass#
#/dev/ad6s1b none swap sw 0 0
/dev/mirror/gm0a / ufs rw,noatime 1 1
#/dev/mirror/gm0d /tmp ufs rw,noatime 2 2
/dev/mirror/gm0e /export/var ufs rw,noatime 2 2
/dev/mirror/gm0f /usr ufs rw,noatime 2 2
/dev/mirror/gm0b /usr/local ufs rw,noatime 2 2
/dev/mirror/gm0g /usr/ports ufs rw,noatime 2 2
/dev/mirror/gm0h /data ufs rw,noatime,noauto 2 2
proc /proc procfs rw 0 0
-------------- next part --------------
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-STABLE #0: Wed Apr 30 21:19:17 UTC 2008
root@igor.geek.sh:/usr/obj/usr/src/sys/IGOR
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz (3185.32-MHz K8-class CPU)
Origin = "GenuineIntel" Id = 0x10676 Stepping = 6
Features=0xbfebfbff
Features2=0x8e3fd>
AMD Features=0x20100800
AMD Features2=0x1
Cores per package: 2
usable memory = 6362230784 (6067 MB)
avail memory = 6140489728 (5856 MB)
ACPI APIC Table:
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0: Changing APIC ID to 2
ioapic0 irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
cpu0: on acpi0
est0: on cpu0
est0: Setting 3163 MHz
p4tcc0: on cpu0
cpu1: on acpi0
est1: on cpu1
est1: Setting 3163 MHz
p4tcc1: on cpu1
acpi_button0: on acpi0
pcib0: port 0xcf8-0xcff on acpi0
pci0: on pcib0
pcib1: at device 1.0 on pci0
pci1: on pcib1
vgapci0: port 0x2000-0x20ff mem 0xd0000000-0xdfffffff,0xe0200000-0xe020ffff irq 16 at device 0.0 on pci1
pci1: at device 0.1 (no driver attached)
pci0: at device 3.0 (no driver attached)
em0: port 0x3400-0x341f mem 0xe0300000-0xe031ffff,0xe0324000-0xe0324fff irq 20 at device 25.0 on pci0
em0: Using MSI interrupt
em0: Ethernet address: 00:1c:c0:30:9b:91
em0: [FILTER]
uhci0: port 0x30e0-0x30ff irq 18 at device 26.0 on pci0
uhci0: [GIANT-LOCKED]
uhci0: [ITHREAD]
usb0: on uhci0
usb0: USB revision 1.0
uhub0: on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: port 0x30c0-0x30df irq 21 at device 26.1 on pci0
uhci1: [GIANT-LOCKED]
uhci1: [ITHREAD]
usb1: on uhci1
usb1: USB revision 1.0
uhub1: on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2: port 0x30a0-0x30bf irq 17 at device 26.2 on pci0
uhci2: [GIANT-LOCKED]
uhci2: [ITHREAD]
usb2: on uhci2
usb2: USB revision 1.0
uhub2: on usb2
uhub2: 2 ports with 2 removable, self powered
ehci0: mem 0xe0325c00-0xe0325fff irq 17 at device 26.7 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: on ehci0
usb3: USB revision 2.0
uhub3: on usb3
uhub3: 6 ports with 6 removable, self powered
pci0: at device 27.0 (no driver attached)
pcib2: at device 28.0 on pci0
pci2: on pcib2
pcib3: at device 28.1 on pci0
pci3: on pcib3
atapci0: port 0x1018-0x101f,0x1024-0x1027,0x1010-0x1017,0x1020-0x1023,0x1000-0x100f mem 0xe0100000-0xe01001ff irq 17 at device 0.0 on pci3
atapci0: [ITHREAD]
ata2: on atapci0
ata2: [ITHREAD]
pcib4: at device 28.2 on pci0
pci4: on pcib4
pcib5: at device 28.3 on pci0
pci5: on pcib5
pcib6: at device 28.4 on pci0
pci6: on pcib6
uhci3: port 0x3080-0x309f irq 23 at device 29.0 on pci0
uhci3: [GIANT-LOCKED]
uhci3: [ITHREAD]
usb4: on uhci3
usb4: USB revision 1.0
uhub4: on usb4
uhub4: 2 ports with 2 removable, self powered
uhci4: port 0x3060-0x307f irq 19 at device 29.1 on pci0
uhci4: [GIANT-LOCKED]
uhci4: [ITHREAD]
usb5: on uhci4
usb5: USB revision 1.0
uhub5: on usb5
uhub5: 2 ports with 2 removable, self powered
uhci5: port 0x3040-0x305f irq 18 at device 29.2 on pci0
uhci5: [GIANT-LOCKED]
uhci5: [ITHREAD]
usb6: on uhci5
usb6: USB revision 1.0
uhub6: on usb6
uhub6: 2 ports with 2 removable, self powered
ehci1: mem 0xe0325800-0xe0325bff irq 23 at device 29.7 on pci0
ehci1: [GIANT-LOCKED]
ehci1: [ITHREAD]
usb7: EHCI version 1.0
usb7: companion controllers, 2 ports each: usb4 usb5 usb6
usb7: on ehci1
usb7: USB revision 2.0
uhub7: on usb7
uhub7: 6 ports with 6 removable, self powered
pcib7: at device 30.0 on pci0
pci7: on pcib7
pci7: at device 3.0 (no driver attached)
isab0: at device 31.0 on pci0
isa0: on isab0
atapci1: port 0x3428-0x342f,0x3434-0x3437,0x3420-0x3427,0x3430-0x3433,0x3020-0x303f mem 0xe0325000-0xe03257ff irq 21 at device 31.2 on pci0
atapci1: [ITHREAD]
atapci1: AHCI Version 01.20 controller with 6 ports detected
ata3: on atapci1
ata3: [ITHREAD]
ata4: on atapci1
ata4: [ITHREAD]
ata5: on atapci1
ata5: [ITHREAD]
ata6: on atapci1
ata6: [ITHREAD]
ata7: on atapci1
ata7: [ITHREAD]
ata8: on atapci1
ata8: [ITHREAD]
pci0: at device 31.3 (no driver attached)
atkbdc0: at port 0x60,0x64 on isa0
atkbd0: irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
sc0: at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ukbd0: on uhub1
kbd2 at ukbd0
ums0: on uhub2
ums0: 5 buttons and Z dir.
ugen0: on uhub6
Timecounters tick every 1.000 msec
acd0: DMA limited to UDMA33, device found non-ATA66 cable
acd0: DVDR at ata2-master UDMA33
ad6: 715404MB at ata3-master SATA300
ad8: 715404MB at ata4-master SATA300
SMP: AP CPU #1 Launched!
GEOM_MIRROR: Component ad8s2 (device gm0) broken, skipping.
GEOM_MIRROR: Device mirror/gm0 launched (1/2).
Trying to mount root from ufs:/dev/mirror/gm0a
From marcus at marcuscom.com Sun May 11 20:08:21 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Sun May 11 20:08:23 2008
Subject: New policykit/consolekit/hald problem(s)
In-Reply-To: <20080511195559.GA29942@phat.za.net>
References: <20080511071119.GA77668@phat.za.net>
<1210531604.49665.9.camel@shumai.marcuscom.com>
<20080511195559.GA29942@phat.za.net>
Message-ID: <1210536509.49665.18.camel@shumai.marcuscom.com>
On Sun, 2008-05-11 at 21:55 +0200, Aragon Gouveia wrote:
> | By Joe Marcus Clarke
> | [ 2008-05-11 20:46 +0200 ]
> > You're free to look at the code GDM uses, and adapt it for other DMs.
> > This is also ck-launch-session. You should have a look at
> > https://bugs.launchpad.net/xinit/+bug/199486 .
>
> Thanks. Will check it out!
>
>
> > You're missing a lot of detail. Re-read the FAQ, and post all the
> > required information.
>
> Sorry about that.
>
> * lshal attached
> * hald startup attached
> * kern.geom.conftxt attached
> * fstab attached
> * dmesg attached
> * output of mount N/A - don't get that far
> * output of gnome-mount N/A - same reason as above
It appears you have a problem with your ATA controller. Hal isn't
picking up any children on atapci0. What does atacontrol list report?
Joe
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080511/18012949/attachment.pgp
From aragon at phat.za.net Sun May 11 20:42:37 2008
From: aragon at phat.za.net (Aragon Gouveia)
Date: Sun May 11 20:42:40 2008
Subject: New policykit/consolekit/hald problem(s)
In-Reply-To: <1210536509.49665.18.camel@shumai.marcuscom.com>
References: <20080511071119.GA77668@phat.za.net>
<1210531604.49665.9.camel@shumai.marcuscom.com>
<20080511195559.GA29942@phat.za.net>
<1210536509.49665.18.camel@shumai.marcuscom.com>
Message-ID: <20080511204235.GA35607@phat.za.net>
| By Joe Marcus Clarke
| [ 2008-05-11 22:08 +0200 ]
> It appears you have a problem with your ATA controller. Hal isn't
> picking up any children on atapci0. What does atacontrol list report?
# atacontrol list
atacontrol: ioctl(IOCATADEVICES): Device not configured
The system has an ICH9 controller and a Marvell 88SX6101 controller onboard.
The optical drive is connected to the Marvell controller (PATA).
Thanks,
Aragon
From aragon at phat.za.net Sun May 11 20:58:59 2008
From: aragon at phat.za.net (Aragon Gouveia)
Date: Sun May 11 20:59:01 2008
Subject: New policykit/consolekit/hald problem(s)
In-Reply-To: <20080511204235.GA35607@phat.za.net>
References: <20080511071119.GA77668@phat.za.net>
<1210531604.49665.9.camel@shumai.marcuscom.com>
<20080511195559.GA29942@phat.za.net>
<1210536509.49665.18.camel@shumai.marcuscom.com>
<20080511204235.GA35607@phat.za.net>
Message-ID: <20080511205857.GA37397@phat.za.net>
| By Aragon Gouveia
| [ 2008-05-11 22:42 +0200 ]
> | By Joe Marcus Clarke
> | [ 2008-05-11 22:08 +0200 ]
> > It appears you have a problem with your ATA controller. Hal isn't
> > picking up any children on atapci0. What does atacontrol list report?
>
> # atacontrol list
> atacontrol: ioctl(IOCATADEVICES): Device not configured
>
> The system has an ICH9 controller and a Marvell 88SX6101 controller onboard.
> The optical drive is connected to the Marvell controller (PATA).
I think I see what the problem is in the atacontrol utility. It assumes ata
channels start from zero, but that is not the case for my system which
starts from 2.
if (!strcmp(argv[1], "list") && argc == 2) {
int maxchannel;
if (ioctl(fd, IOCATAGMAXCHANNEL, &maxchannel) < 0)
err(1, "ioctl(IOCATAGMAXCHANNEL)");
for (channel = 0; channel < maxchannel; channel++)
info_print(fd, channel, 1);
exit(EX_OK);
}
I edited the for loop to initialise channel to 2 and the output looks more
sane now:
# atacontrol list
ATA channel 2:
Master: acd0 ATA/ATAPI revision 5
Slave: no device present
ATA channel 3:
Master: ad6 Serial ATA II
Slave: no device present
ATA channel 4:
Master: ad8 Serial ATA II
Slave: no device present
ATA channel 5:
Master: no device present
Slave: no device present
ATA channel 6:
Master: no device present
Slave: no device present
ATA channel 7:
Master: no device present
Slave: no device present
ATA channel 8:
Master: no device present
Slave: no device present
atacontrol: ioctl(IOCATADEVICES): Device not configured
However, this hasn't fixed hald. Maybe it is making a similar mistake as
atacontrol?
Thanks,
Aragon
From marcus at marcuscom.com Sun May 11 22:04:19 2008
From: marcus at marcuscom.com (Joe Marcus Clarke)
Date: Sun May 11 22:04:22 2008
Subject: New policykit/consolekit/hald problem(s)
In-Reply-To: <20080511205857.GA37397@phat.za.net>
References: <20080511071119.GA77668@phat.za.net>
<1210531604.49665.9.camel@shumai.marcuscom.com>
<20080511195559.GA29942@phat.za.net>
<1210536509.49665.18.camel@shumai.marcuscom.com>
<20080511204235.GA35607@phat.za.net>
<20080511205857.GA37397@phat.za.net>
Message-ID: <1210543462.49665.20.camel@shumai.marcuscom.com>
On Sun, 2008-05-11 at 22:58 +0200, Aragon Gouveia wrote:
> | By Aragon Gouveia
> | [ 2008-05-11 22:42 +0200 ]
> > | By Joe Marcus Clarke
> > | [ 2008-05-11 22:08 +0200 ]
> > > It appears you have a problem with your ATA controller. Hal isn't
> > > picking up any children on atapci0. What does atacontrol list report?
> >
> > # atacontrol list
> > atacontrol: ioctl(IOCATADEVICES): Device not configured
> >
> > The system has an ICH9 controller and a Marvell 88SX6101 controller onboard.
> > The optical drive is connected to the Marvell controller (PATA).
>
> I think I see what the problem is in the atacontrol utility. It assumes ata
> channels start from zero, but that is not the case for my system which
> starts from 2.
>
> if (!strcmp(argv[1], "list") && argc == 2) {
> int maxchannel;
>
> if (ioctl(fd, IOCATAGMAXCHANNEL, &maxchannel) < 0)
> err(1, "ioctl(IOCATAGMAXCHANNEL)");
> for (channel = 0; channel < maxchannel; channel++)
> info_print(fd, channel, 1);
> exit(EX_OK);
> }
>
> I edited the for loop to initialise channel to 2 and the output looks more
> sane now:
>
> # atacontrol list
> ATA channel 2:
> Master: acd0 ATA/ATAPI revision 5
> Slave: no device present
> ATA channel 3:
> Master: ad6 Serial ATA II
> Slave: no device present
> ATA channel 4:
> Master: ad8 Serial ATA II
> Slave: no device present
> ATA channel 5:
> Master: no device present
> Slave: no device present
> ATA channel 6:
> Master: no device present
> Slave: no device present
> ATA channel 7:
> Master: no device present
> Slave: no device present
> ATA channel 8:
> Master: no device present
> Slave: no device present
> atacontrol: ioctl(IOCATADEVICES): Device not configured
>
>
> However, this hasn't fixed hald. Maybe it is making a similar mistake as
> atacontrol?
I think you need to bring this up with Soren (sos@). If atacontrol is
making this assumption, it's probably doing so for a reason. Maybe
there's a deeper kernel bug that needs to be fixed.
Joe
--
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080511/ad4d3970/attachment.pgp
From bugmaster at FreeBSD.org Mon May 12 11:07:15 2008
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon May 12 11:07:28 2008
Subject: Current problem reports assigned to gnome@FreeBSD.org
Message-ID: <200805121107.m4CB7Eqo038327@freefall.freebsd.org>
Current FreeBSD problem reports
Critical problems
Serious problems
S Tracker Resp. Description
--------------------------------------------------------------------------------
a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in
f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr
f ports/123079 gnome Firefox keeps on crashing on amd64
3 problems total.
Non-critical problems
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup
o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox
f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau
o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12
s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix
o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0
6 problems total.
From mi+mill at aldan.algebra.com Mon May 12 18:12:11 2008
From: mi+mill at aldan.algebra.com (Mikhail Teterin)
Date: Mon May 12 18:12:16 2008
Subject: heads up: updating GraphicsMagick
In-Reply-To: <20080512180406.GN9229@droso.net>
References: <200805111146.11559@aldan> <200805121342.16352.mteterin@mlp.com>
<20080512180406.GN9229@droso.net>
Message-ID: <200805121412.03570.mi+mill@aldan.algebra.com>
????????? 12 ??????? 2008 02:04 ??, Erwin Lansing ?? ????????:
> On Mon, May 12, 2008 at 01:42:16PM -0400, Mikhail Teterin wrote:
> > ????????? 12 ??????? 2008 01:36 ??, Erwin Lansing ?? ????????:
> > > > I intend to update the GraphicsMagick port with the attached diff in
> > > > a few days. Among other things, it ups the shared-library versions
> > > > and may otherwise affect your ports.
> > >
> > > I don't see any of the dependent ports that need changes. ?Can you send
> > > the full patch?
> >
> > I was not planning to touch any dependant ports. Just notifying the
> > maintainers.
>
> In that case, your patch is incomplete and cannot be committed. Please
> provide a full patch including the necessary changes to the dependent
> ports.
I'll take your opinion on whether or not I can commit an upgrade to a port I
maintain under advisement. Thank you. Yours sincerely,
-mi
From mezz7 at cox.net Mon May 12 22:04:07 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Mon May 12 22:04:10 2008
Subject: heads up: updating GraphicsMagick
In-Reply-To: <200805121412.03570.mi+mill@aldan.algebra.com>
References: <200805111146.11559@aldan> <200805121342.16352.mteterin@mlp.com>
<20080512180406.GN9229@droso.net>
<200805121412.03570.mi+mill@aldan.algebra.com>
Message-ID:
On Mon, 12 May 2008 13:12:02 -0500, Mikhail Teterin
wrote:
> ????????? 12 ??????? 2008 02:04 ??, Erwin Lansing ?? ????????:
>> On Mon, May 12, 2008 at 01:42:16PM -0400, Mikhail Teterin wrote:
>> > ????????? 12 ??????? 2008 01:36 ??, Erwin Lansing ?? ????????:
>> > > > I intend to update the GraphicsMagick port with the attached diff
>> in
>> > > > a few days. Among other things, it ups the shared-library versions
>> > > > and may otherwise affect your ports.
>> > >
>> > > I don't see any of the dependent ports that need changes. ?Can you
>> send
>> > > the full patch?
>> >
>> > I was not planning to touch any dependant ports. Just notifying the
>> > maintainers.
>>
>> In that case, your patch is incomplete and cannot be committed. Please
>> provide a full patch including the necessary changes to the dependent
>> ports.
>
> I'll take your opinion on whether
This isn't option. It's a common rule/practice.
Cheers,
Mezz
> or not I can commit an upgrade to a port I
> maintain under advisement. Thank you. Yours sincerely,
>
> -mi
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From edwin at FreeBSD.org Tue May 13 07:25:57 2008
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Tue May 13 07:26:00 2008
Subject: ports/123623: print/libspectre can't install port
Message-ID: <200805130725.m4D7PvKE070113@freefall.freebsd.org>
Synopsis: print/libspectre can't install port
Responsible-Changed-From-To: freebsd-ports-bugs->gnome
Responsible-Changed-By: edwin
Responsible-Changed-When: Tue May 13 07:25:56 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=123623
From ilgiz at cpok.ru Tue May 13 07:37:03 2008
From: ilgiz at cpok.ru (Ilgiz Yanuzakov)
Date: Tue May 13 07:37:28 2008
Subject: bug in install gnome2-2.22.1
Message-ID: <482995D7.50005@cpok.ru>
Sorry, I'm very bad in english.
io# uname -a
FreeBSD io.cp.reid.ru 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Mon May 5
08:54:19 UTC 2008 root@io.cp.reid.ru:/usr/src/sys/i386/compile/IO_BSD i386
--------------------------------
a) in attach (config.log);
b) in attach (make_output);
c) io# /usr/ports/print/libspectre/gnomalizer.sh
Generating build log. Please wait... done.
The cause of your build failure is not known to gnomalizer.sh. Before
e-mailing the build log to the FreeBSD GNOME team at
freebsd-gnome@FreeBSD.org,
TRY EACH OF THE FOLLOWING:
* If you are generating your own logfile, make sure to generate it with
something similar to:
"make 2>&1 | tee /path/to/logfile" (sh/bash/ksh/zsh) or
"make |& tee /path/to/logfile" (csh/tcsh)
* Make sure your cvsup(1) configuration file specifies the 'ports-all'
collection
* Run cvsup(1) and attempt the build again
* Check /usr/ports/UPDATING for information pertinent to your build
failure
* 99% of the commonly reported build failures can be solved by
running "portupgrade -a"
* Read the FAQs at http://www.FreeBSD.org/gnome/
* Search the archives of freebsd-gnome@FreeBSD.org. Archives can be
searched at http://www.freebsd.org/gnome/index.html#search
If you have not performed each of the above suggestions, don't bother asking
for help. The chances are good that you'll simply be told to perform one of
the aforementioned steps.
--
?????? ????????, ????????? ????????????? ??? "??????????? ?????",
e-mail: ilgiz@cpok.ru
???.: (347) 267-0000;
????.: (347) 267-4000;
??. ?????: 190;
???.???. 8-927-08-53-923.
-------------- next part --------------
io# cd /usr/ports/x11/gnome2;make clean install
===> Cleaning for evince-2.22.1.1_1
===> Cleaning for libspectre-0.2.0
===> Cleaning for gnome2-2.22.1
===> Vulnerability check disabled, database not found
===> Found saved configuration for gnome2-2.22.1
===> Extracting for gnome2-2.22.1
===> Patching for gnome2-2.22.1
===> gnome2-2.22.1 depends on file: /usr/local/bin/python2.5 - found
===> Configuring for gnome2-2.22.1
===> Installing for gnome2-2.22.1
===> gnome2-2.22.1 depends on file: /usr/local/libexec/gweather-applet-2 - found
===> gnome2-2.22.1 depends on executable: gnome-cd - found
===> gnome2-2.22.1 depends on executable: gnome-dictionary - found
===> gnome2-2.22.1 depends on executable: eog - found
===> gnome2-2.22.1 depends on executable: gconf-editor - found
===> gnome2-2.22.1 depends on executable: gnect - found
===> gnome2-2.22.1 depends on executable: gedit - found
===> gnome2-2.22.1 depends on executable: gnome-terminal - found
===> gnome2-2.22.1 depends on executable: gnome-session - found
===> gnome2-2.22.1 depends on executable: bug-buddy - found
===> gnome2-2.22.1 depends on executable: gnome-system-monitor - found
===> gnome2-2.22.1 depends on executable: nautilus - found
===> gnome2-2.22.1 depends on file: /usr/local/sbin/gdm - found
===> gnome2-2.22.1 depends on file: /usr/local/share/gnome/help/user-guide/C/user-guide.xml - found
===> gnome2-2.22.1 depends on file: /usr/local/share/sounds/question.wav - found
===> gnome2-2.22.1 depends on file: /usr/local/libdata/pkgconfig/libgail-gnome.pc - found
===> gnome2-2.22.1 depends on executable: file-roller - found
===> gnome2-2.22.1 depends on file: /usr/local/share/themes/HighContrast/gtk-2.0/gtkrc - found
===> gnome2-2.22.1 depends on executable: gok - found
===> gnome2-2.22.1 depends on executable: nautilus-cd-burner - found
===> gnome2-2.22.1 depends on executable: gcalctool - found
===> gnome2-2.22.1 depends on executable: gucharmap - found
===> gnome2-2.22.1 depends on executable: zenity - found
===> gnome2-2.22.1 depends on file: /usr/local/lib/X11/fonts/bitstream-vera/Vera.ttf - found
===> gnome2-2.22.1 depends on file: /usr/local/libexec/gnome-netstatus-applet - found
===> gnome2-2.22.1 depends on executable: dasher - found
===> gnome2-2.22.1 depends on executable: evolution - found
===> gnome2-2.22.1 depends on file: /usr/local/libexec/evolution-webcal - found
===> gnome2-2.22.1 depends on executable: network-admin - found
===> gnome2-2.22.1 depends on executable: gnome-nettool - found
===> gnome2-2.22.1 depends on executable: vino-session - found
===> gnome2-2.22.1 depends on executable: exchange-connector-setup-2.22 - found
===> gnome2-2.22.1 depends on file: /usr/local/lib/gstreamer-0.10/.gstreamer-plugins-core.keep - found
===> gnome2-2.22.1 depends on file: /usr/local/lib/gstreamer-0.10/libgstgconfelements.so - found
===> gnome2-2.22.1 depends on executable: totem - found
===> gnome2-2.22.1 depends on executable: gnome-control-center - found
===> gnome2-2.22.1 depends on file: /usr/local/share/gnome-background-properties/gnome-branded.xml - found
===> gnome2-2.22.1 depends on executable: sound-juicer - found
===> gnome2-2.22.1 depends on file: /usr/local/libdata/pkgconfig/libgtkhtml-2.0.pc - found
===> gnome2-2.22.1 depends on executable: evince - not found
===> Verifying install for evince in /usr/ports/graphics/evince
===> Vulnerability check disabled, database not found
===> Extracting for evince-2.22.1.1_1
=> MD5 Checksum OK for gnome2/evince-2.22.1.1.tar.bz2.
=> SHA256 Checksum OK for gnome2/evince-2.22.1.1.tar.bz2.
===> Patching for evince-2.22.1.1_1
===> evince-2.22.1.1_1 depends on file: /usr/local/bin/libtool - found
===> evince-2.22.1.1_1 depends on executable: gmake - found
===> evince-2.22.1.1_1 depends on file: /usr/local/bin/libtool - found
===> evince-2.22.1.1_1 depends on file: /usr/local/bin/intltool-extract - found
===> evince-2.22.1.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-mime-data-2.0.pc - found
===> evince-2.22.1.1_1 depends on executable: pkg-config - found
===> evince-2.22.1.1_1 depends on executable: update-desktop-database - found
===> evince-2.22.1.1_1 depends on file: /usr/local/libdata/pkgconfig/gnome-doc-utils.pc - found
===> evince-2.22.1.1_1 depends on shared library: poppler-glib.2 - found
===> evince-2.22.1.1_1 depends on shared library: spectre.1 - not found
===> Verifying install for spectre.1 in /usr/ports/print/libspectre
===> Vulnerability check disabled, database not found
===> Extracting for libspectre-0.2.0
=> MD5 Checksum OK for libspectre-0.2.0.tar.gz.
=> SHA256 Checksum OK for libspectre-0.2.0.tar.gz.
===> Patching for libspectre-0.2.0
===> libspectre-0.2.0 depends on file: /usr/local/bin/libtool - found
===> libspectre-0.2.0 depends on file: /usr/local/bin/libtool - found
===> libspectre-0.2.0 depends on executable: gs - found
===> libspectre-0.2.0 depends on shared library: cairo.2 - found
===> Configuring for libspectre-0.2.0
pkg_info: no packages match pattern(s)
configure: WARNING: you should use --build, --host, --target
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-portbld-freebsd7.0
checking host system type... i386-portbld-freebsd7.0
checking for style of include used by make... GNU
checking for i386-portbld-freebsd7.0-gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for i386-portbld-freebsd7.0-g77... no
checking for i386-portbld-freebsd7.0-f77... no
checking for i386-portbld-freebsd7.0-xlf... no
checking for i386-portbld-freebsd7.0-frt... no
checking for i386-portbld-freebsd7.0-pgf77... no
checking for i386-portbld-freebsd7.0-cf77... no
checking for i386-portbld-freebsd7.0-fort77... no
checking for i386-portbld-freebsd7.0-fl32... no
checking for i386-portbld-freebsd7.0-af77... no
checking for i386-portbld-freebsd7.0-f90... no
checking for i386-portbld-freebsd7.0-xlf90... no
checking for i386-portbld-freebsd7.0-pgf90... no
checking for i386-portbld-freebsd7.0-pghpf... no
checking for i386-portbld-freebsd7.0-epcf90... no
checking for i386-portbld-freebsd7.0-gfortran... no
checking for i386-portbld-freebsd7.0-g95... no
checking for i386-portbld-freebsd7.0-f95... no
checking for i386-portbld-freebsd7.0-fort... no
checking for i386-portbld-freebsd7.0-xlf95... no
checking for i386-portbld-freebsd7.0-ifort... no
checking for i386-portbld-freebsd7.0-ifc... no
checking for i386-portbld-freebsd7.0-efc... no
checking for i386-portbld-freebsd7.0-pgf95... no
checking for i386-portbld-freebsd7.0-lf95... no
checking for i386-portbld-freebsd7.0-ftn... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for i386-portbld-freebsd7.0-ar... no
checking for ar... ar
checking for i386-portbld-freebsd7.0-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd7.0-strip... no
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for i386-portbld-freebsd7.0-gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking for strerror in -lcposix... no
checking for cc option to accept ISO C99... -std=gnu99
checking for cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for ANSI C header files... (cached) yes
checking for gsapi_new_instance in -lgs... yes
checking for libgs >= 8.61... no
configure: error: You need libgs >= 8.61 in order to compile libspectre
===> Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gnome@FreeBSD.org, and attach (a)
"/usr/ports/print/libspectre/work/libspectre-0.2.0/config.log", (b) the output
of the failed make command, and (c) the gnomelogalyzer output. Also, it might
be a good idea to provide an overview of all packages installed on your system
(i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with
the attachment. Try to avoid sending any attachments to the mailing list
(gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are
usually discarded by the mailing list software.
*** Error code 1
Stop in /usr/ports/print/libspectre.
*** Error code 1
Stop in /usr/ports/graphics/evince.
*** Error code 1
Stop in /usr/ports/x11/gnome2.
*** Error code 1
Stop in /usr/ports/x11/gnome2.
io#
From bsam at ipt.ru Tue May 13 08:32:57 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Tue May 13 08:33:00 2008
Subject: bug in install gnome2-2.22.1
In-Reply-To: <482995D7.50005@cpok.ru> (Ilgiz Yanuzakov's message of "Tue\,
13 May 2008 13\:21\:27 +0000")
References: <482995D7.50005@cpok.ru>
Message-ID: <04543724@ipt.ru>
On Tue, 13 May 2008 13:21:27 +0000 Ilgiz Yanuzakov wrote:
>From your configure script:
-----
> checking for libgs >= 8.61... no
> configure: error: You need libgs >= 8.61 in order to compile libspectre
-----
You have an old ghostscript port. Please, check your port version:
% pkg_info -xI '^ghost'
ghostscript-gpl-8.61_3 GPL Postscript interpreter
--
WBR, bsam
From James8ball at gmail.com Tue May 13 11:31:13 2008
From: James8ball at gmail.com (James)
Date: Tue May 13 11:31:16 2008
Subject: Less than 1/2 a Penny a Lead!
Message-ID: <6bpm1d$5nicki@toip4.srvr.bell.ca>
Hi,
Because of advances in Database Technology "Harrison Business Directory" is now able to pass more savings to you. We are offering Contact Lists for LESS THAN 1/2 A PENNY A LEAD!!
Predominantly, other companies are charging $0.10 -$0.30 a lead. As sales is a Numbers Game, you'll immediately increase your closing opportunities with the following:
Up to 15 Million US Business Contacts
No limits on Exporting/Printing to Excel etc.
Includes Company Name, Address, County, Phone, Fax, Contact Name, Title, Number of Employee, Annual Sales, SIC (Standard Industry Code) and Industry!
For more information, reply to this E-mail and if you want one of our List Specialists to help you by phone, include phone # on the reply.
Best,
James
HARRISON BUSINESS DIRECTORY Sales
PS: If you would like to be removed from this list, please reply with "REMOVE" and we will gladly do so
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom are addressed. If you have received this email in error please notify
the system manager. This message contains confidential information of Harrison Business Directory 2540 Corporate Place Suite B206 Monterey Park, CA 91754 and is intended only for the
individual addressed. If you are not the addressee, please notify the sender immediately by e-mail if you have received this e-mail in error.
From bsam at ipt.ru Tue May 13 13:10:59 2008
From: bsam at ipt.ru (Boris Samorodov)
Date: Tue May 13 13:11:05 2008
Subject: bug in install gnome2-2.22.1
In-Reply-To: <4829A78E.206@cpok.ru> (Ilgiz Yanuzakov's message of "Tue,
13 May 2008 14:37:02 +0000")
References: <482995D7.50005@cpok.ru> <04543724@ipt.ru> <4829A78E.206@cpok.ru>
Message-ID: <04547292@serv3.int.kfs.ru>
Please, keep CC: to the list as more people (and faster!) may help
you.
On Tue, 13 May 2008 14:37:02 +0000 Ilgiz Yanuzakov wrote:
> Boris Samorodov wrote:
> > On Tue, 13 May 2008 13:21:27 +0000 Ilgiz Yanuzakov wrote:
> >
> > From your configure script:
> > -----
> >> checking for libgs >= 8.61... no
> >> configure: error: You need libgs >= 8.61 in order to compile libspectre
> > -----
> >
> > You have an old ghostscript port. Please, check your port version:
> > % pkg_info -xI '^ghost'
> > ghostscript-gpl-8.61_3 GPL Postscript interpreter
> >
> $ pkg_info -xI '^ghost'
> ghostscript-gpl-8.62_2 GPL Postscript interpreter
Please, give an output of those commands:
-----
% ls -l /usr/local/include/ghostscript/
% ls -l /usr/local/lib/libgs.*
-----
WBR, bsam
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
From sales at computerwide.net Tue May 13 14:31:45 2008
From: sales at computerwide.net (ComputerWide)
Date: Tue May 13 14:31:48 2008
Subject: [ A D V ] New Models, New Prices...
Message-ID: <01539891.20080513073142@computerwide.net>
If you have received this message in error or if you would
like to be removed from our broadcast for any reason, reply
to this email with REMOVE as subject followed by the email
address you wish to remove.
***********************************************************
ComputerWide, Inc.
23679 Calabasas Road #761
Calabasas, CA. 91302, USA
Tel: (818) 804-5158
http://www.computerwide.net
Email: sales@computerwide.net
******** CISCO SPECIAL ********
The following Cisco models are brand new in sealed boxes
but they have been registered before. they are priced
at 50% off GPL.
2 x CISCO1841-SEC/K9 $1,250
1 x CISCO2801 $1,000
9 x CISCO2811-DC $1,450
1 x CISCO2821-AC-IP $2,250
1 x CISCO2821-SEC/K9 $2,400
5 x CISCO2821-HSEC/K9 $2,750
2 x CISCO2821-V/K9 $2,350
1 x CISCO2851 $3,250
2 x CISCO3825-SEC/K9 $5,450
38 x WS-C2960-24TC-L $1,250
5 x WS-C2960-48TC-L $2,250
2 x WS-C3560-24PS-E $2,900
1 x WS-C3560G-24PS-S $2,800
2 x WS-C3560E-24PD-E $5,400
2 x WS-C3560E-24TD-E $5,000
2 x WS-C3560E-48TD-E $8,000
1 x WS-C3560E-48TD-S $6,000
10 x WS-C3560G-48PS-S $4,750
1 x WS-C3750-24TS-E $3,000
1 x WS-C3750E-48PD-E $14,250
1 x WS-C3750E-48TD-E $13,500
2 x WS-C3750G-12S-E $6,000
2 x WS-C3750G-12S-S $4,000
2 x WS-C3750G-24PS-E $5,900
3 x WS-C3750G-24TS-E $5,750
10 x WS-C3750G-48PS-S $7,750
1 x WS-C3750G-48TS-E $11,000
3 x WS-C3750G-48TS-S $7,000
1 x WS-C4510R-E $6,250
******** CISCO OEM SPECIAL ********
We have the following OEM Cisco:
Part Number Brand Price
----------- ----- -----
CWDM-GBIC-**** Agilestar $750
CWDM-SFP-**** Agilestar $750
15454-GBIC-SX Agilent $120
15454-GBIC-LX Agilestar $220
15454-GBIC-ZX Agilestar $750
GLC-T Agilestar $170
GLC-SX-MM? Finisar $120
GLC-SX-MM Agilent $120
GLC-SX-MM? Stratos $120
GLC-SX-MM Infineon $120
GLC-SX-MM Agilestar $120
GLC-SX-MM? JDS $120
GLC-LH-SM Agilent $220
GLC-LH-SM? Finisar $220
GLC-ZX-SM Agilestar $550
SFP-FCGE-S JDS $220
SFP-GE-S JDS $220
SFP-FCGE-L Agilestar $220
SFP-GE-L? Agilestar $240
SFP-GE-Z? Agilestar $775
WS-G5482 Agilestar $180
WS-G5483? Agilestar $180
WS-G5484? Finisar $120
WS-G5484 Agilent? $120
WS-G5484? Agilestar $120
WS-G5486? Agilestar $220
WS-G5486? Fiberxon $220
WS-G5487 Agilestar $550
WS-G5487 Finisar $550
10G-XFP-SR? Intel? $1,000
10G-XFP-SR? Agilestar $1,800
10G-XFP-LR? Agilestar $2,500
XFP-10GLR-OC192SR Agilestar $2,500
XENPAK-10GB-LR Agilent $1,800
******** CISCO SPECIAL ********
The following modules and Cables are available
at $2000 take all:
20 * CAB-SS-449MT New Orignial
15 * CAB-SS-V35MT New Orignial
5 * CAB-SS-X21MT New Orignial
1 * NM-4E New OEM
2 * NM-4B-S/T New OEM
20 * NM-4B-S/T Used OEM
1 * NM-8B-S/T New OEM
9 * WIC-1B-S/T New OEM
13 * WS-G5483 New OEM
2 * WS-G5484 New OEM
12 * WS-G5486 New OEM
2 * WS-G5487 New OEM
*********** NoteBooks ************
The following are Notebook prices. All NEW models come
with 1 year warranty and all RB models with 90 days.
For a detailed list, please request our price list in
Excel or PDF format.
A minimum of 4 notebooks required per order.
3 years Onsite US Warranty is at $120 per NoteBook.
Part Number Model Price
----------- ----- -----
HP
NEW GY787US#ABA 6510B BUSINESS NOTEBOOK $870
NEW RB519UA#ABA NC6400 BUSINESS NOTEBOOK $1,915
NEW RB552UA#ABA NW9440 MOBILE WORKSTATION $1,140
NEW RH244AV-CTO 6910P BUSINESS NOTEBOOK $1,045
NEW RL880AW#ABA NC4400 BUSINESS NOTEBOOK $880
NEW RM119UT#ABA NX6325 BUSINESS NOTEBOOK $645
REF RM237UAR#ABA 6910P BUSINESS NOTEBOOK $1,020
REF GA508UAR#ABA PAVILION DV2550SE $825
REF GA650UAR#ABA PAVILION TX1217CL $1,020
REF GS720UAR#ABA PAVILION DV9628NR $750
REF GS754UAR#ABA PAVILION DV9644CA $810
REF GS798UAR#ABA PAVILION DV6623CL $720
REF GS805UAR#ABA PAVILION DV6604CL $590
REF GS866UAR#ABA PAVILION TX1305US $810
REF GS867UAR#ABA PAVILION TX1308NR $810
REF KC463UAR#ABA PAVILION DV2718US $790
NEW KC489UA#ABA PRESARIO F750US $630
REF KC493UAR#ABA PRESARIO F759WM $535
REF KC590UAR#ABA PRESARIO F751NR $510
Sony
REF VGNAR570EA-R DIGITAL STUDIO AR570EA $1,320
REF VGNAR670N1-R DIGITAL STUDIO AR670N $1,175
REF VGNBX760PS5-R VAIO BX-SERIES BX760PS5 $950
REF VGNCR120E/P-R VAIO CR-SERIES CR120E $1,015
REF VGNCR192E/R-R VAIO CR-SERIES CR120E $1,015
REF VGNCR220E/L-R VAIO CR-SERIES CR220E $1,015
REF VGNCR220E/N-R VAIO CR-SERIES CR220E $1,045
REF VGNCR220E/P-R VAIO CR-SERIES CR220E $1,055
REF VGNCR220E/R-R VAIO CR-SERIES CR220E $1,060
REF VGNCR220E/W-R VAIO CR-SERIES CR220E $1,055
REF VGNFZ240E/B-R VAIO FZ-SERIES FZ240E $955
REF VGNN325E/B-R VAIO N-SERIES N325E $655
REF VGNN365E/B-R VAIO N-SERIES N365E $715
REF VGNNR110E/S-R VAIO NR-SERIES NR110E $625
REF VGNNR120E/S-R VAIO NR-SERIES NR120E $660
REF VGNNR123E/S-R VAIO NR-SERIES NR123E $680
REF VGNNR160E/S-R VAIO NR-SERIES NR160E $725
REF VGNNR160E/T-R VAIO NR-SERIES NR160E $720
REF VGNNR180E/W-R VAIO NR-SERIES NR180E $745
REF VGNSZ640N/B-R VAIO SZ-SERIES SZ640N $1,450
REF VGNSZ660N/C-R VAIO SZ-SERIES SZ660N $1,690
TOSHIBA
REF PPM20U00PW94Z PORTEGE M200 $380
REF PQF43U-007004B QOSMIO F45-AV411 $775
REF PQF43U-009007B QOSMIO F45-AV413 $775
NEW PSAF3U-0NQ015 SATELLITE PRO A205-S5800 $635
NEW PSAF3U-0PD00V SATELLITE PRO A205-S5812 $735
NEW PSAF3U-0SL021 SATELLITE PRO A205-S5813 $775
REF PSAFHU-00Y001 SATELLITE PRO A210-EZ2201 $615
NEW PSU31C-RW70BC SATELLITE PRO U300-RW7 $895
NEW PTM60U-07U00F TECRA M6-EZ6612 $1,085
NEW PTS53U-01P00S TECRA A9-S9016X $1,380
IBM/LENOVO
NEW 170263U THINKPAD X60S $805
ACER
REF LX.AJA0X.004-R ASPIRE 5520-5912 $630
REF LX.AJA0X.018-R ASPIRE 5520-5147 $655
REF LX.AJA0X.019-R ASPIRE 5520-5334 $615
REF LX.AKV0X.379-R ASPIRE 5920-6864 $690
REF LX.ALC0Y.079-R ASPIRE 5315-2153 $450
REF LX.AML0X.086-R ASPIRE 7720-6155 $735
REF LX.AMV0X.003-R ASPIRE 4520-5803 $560
REF LX.AMV0X.129-R ASPIRE 4520-5950 $585
REF LX.AV40Y.034-R ASPIRE 5050-3371 $500
REF LX.AWE0X.009-R ASPIRE 9410-2028 $620
REF LX.AWE0X.016-R ASPIRE 9410-2457 $625
REF LX.AX90X.322-R ASPIRE 5100-5674 $565
REF LX.AXK0X.173-R ASPIRE 5610-2762 $665
REF LX.AYA0X.039-R ASPIRE 5570-2977 $535
REF LX.AZ90X.034-R ASPIRE 9410-4933 $670
Fujitsu
NEW FPCR32373 LIFEBOOK A6110 $810
Motion Computing
NEW EB342223252 MOTION LE1700 $1,185
********************************
All Cisco Models in our inventory are at 40% off GPL.
Any new item not listed can be supplied at 30% off GPL.
Any Refurbished item can be supplied at 47% off GPL.
***********************************************************
Customer Service is the priority for us. We have proudly
shipped to 89 countries around the globe since 1995.
***********************************************************
Quantity discount is available. Prices are in US$ and FOB
Los Angeles. For additional information about our company
and products, please visit http://www.computerwide.net
***********************************************************
The following CISCO, 3com, HP, Juniper, and Watchguard
products are ORIGINAL and NEW in RETAIL PACKS.
Please visit the following page for more info:
http://product.computerwide.net
Cisco Router (NEW)
CISCO871-K9 $389
CISCO871-SEC-K9 $479
CISCO871W-G-A-K9 $509
CISCO877-K9 $389
CISCO877-SEC/K9 $479
CISCO877W-G-A-K9 $509
CISCO1811/K9 $777
CISCO1811W-AG-A/K9 $957
CISCO1841 $837
CISCO1841-HSEC/K9 $1,797
CISCO1841-SEC/K9 $1,497
CISCO1841-T1 $1,437
CISCO1841-T1SEC/K9 $2,097
ACS-1841-RM-19= $60
CISCO2801 $1,197
CISCO2801-AC-IP $1,422
CISCO2801-HSEC/K9 $2,157
CISCO2801-SEC/K9 $1,737
CISCO2801-V/K9 $1,617
CISCO2811 $1,497
CISCO2811-AC-IP $1,737
CISCO2811-DC $1,737
CISCO2811-HSEC/K9 $2,457
CISCO2811-SEC/K9 $2,037
CISCO2811-V/K9 $1,917
CISCO2821 $2,337
CISCO2821-AC-IP $2,697
CISCO2821-HSEC/K9 $3,297
CISCO2821-SEC/K9 $2,877
CISCO2821-V/K9 $2,817
CISCO2851 $3,897
CISCO2851-AC-IP $4,257
CISCO2851-V/K9 $4,437
CISCO3825 $5,700
CISCO3825-AC-IP $6,060
CISCO3825-HSEC/K9 $6,957
CISCO3825-SEC/K9 $6,537
CISCO3825-V/K9 $6,297
CISCO3845 $7,800
CISCO3845-AC-IP $8,160
CISCO3845-HSEC/K9 $9,537
CISCO3845-SEC/K9 $8,637
CISCO3845-V/K9 $8,397
Cisco Router Module (New)
AIM-VPN/HPII-PLUS $2,100
AIM-VPN/SSL-2= $1,500
AIM-VPN/SSL-3= $2,100
HWIC-1ADSL= $450
HWIC-1FE= $840
HWIC-2FE= $1,500
HWIC-1GE-SFP $2,100
HWIC-4A/S $720
HWIC-4ESW $255
HWIC-4ESW-POE $345
HWIC-4T $1,680
HWIC-8A $690
HWIC-8A/S-232 $1,440
HWIC-16A $1,380
HWIC-AP-AG-A $420
HWIC-AP-G-A $300
HWIC-D-9ESW $480
HWIC-D-9ESW-POE $648
ILPM-4 $90
ILPM-8 $168
NM-1FE2W-V2 $1,380
NM-2FE2W-V2 $1,920
NM-1T3/E3 $5,100
NM-16ESW= $897
NME-16ES-1G $1,377
NME-16ES-1G-P $1,635
NME-X-23ES-1G $1,977
NME-X-23ES-1G-P $2,313
NME-XD-24ES-1S-P $3,075
NME-XD-48ES-2S-P $4,137
PVDM2-8 $240
PVDM2-16 $480
PVDM2-32 $960
PVDM2-48 $1,440
PVDM2-64 $1,920
VIC-4FXS/DID $480
VIC2-2E/M $240
VIC2-2FXO $240
VIC2-2FXS $240
VIC2-4FXO $480
VWIC2-1MFT-G703 $1,080
VWIC2-1MFT-T1/E1 $780
VWIC2-2MFT-G703 $1,800
VWIC2-2MFT-T1/E1 $1,200
WIC-1B-S/T-V3= $300
WIC-1B-U-V2 $420
WIC-1DSU-T1-V2 $600
WIC-1T $240
WIC-2A/S= $300
WIC-2T $420
Cisco Switch (NEW)
WS-CE500-24LC $777
WS-CE500-24PC $1,677
WS-CE500G-12TC $1,173
WS-CE520-8PC-K9 $837
WS-CE520-24LC-K9 $777
WS-CE520-24PC-K9 $1,677
WS-CE520-24TT-K9 $477
WS-CE520G-24TC-K9 $1,677
WS-C2960-8TC-L $537
WS-C2960-24PC-L $1,797
WS-C2960-24TC-L $1,497
WS-C2960-24TT-L $777
WS-C2960-48TC-L $2,697
WS-C2960-48TC-S $2,097
WS-C2960-48TT-L $1,497
WS-C2960G-8TC-L $837
WS-C2960G-24TC-L $1,977
WS-C2960G-48TC-L $3,597
WS-C3560-8PC-S $837
WS-C3560-24PS-E $3,474
WS-C3560-24PS-S $2,277
WS-C3560-24TS-E $2,994
WS-C3560-24TS-S $1,797
WS-C3560-48PS-E $5,094
WS-C3560-48PS-S $3,897
WS-C3560-48TS-E $4,194
WS-C3560-48TS-S $2,997
WS-C3560E-24PD-E $6,474
WS-C3560E-24PD-S $4,077
WS-C3560E-24TD-E $5,994
WS-C3560E-24TD-S $3,597
WS-C3560E-48PD-E $10,494
WS-C3560E-48PD-S $8,097
WS-C3560E-48TD-E $9,594
WS-C3560E-48TD-S $7,197
WS-C3560G-24PS-E $5,754
WS-C3560G-24PS-S $3,357
WS-C3560G-24TS-E $5,274
WS-C3560G-24TS-S $2,877
WS-C3560G-48PS-E $8,094
WS-C3560G-48PS-S $5,697
WS-C3560G-48TS-E $7,194
WS-C3560G-48TS-S $4,797
WS-C3750-24FS-S $6,477
WS-C3750-24PS-E $4,074
WS-C3750-24PS-S $2,877
WS-C3750-24TS-E $3,594
WS-C3750-24TS-S $2,397
WS-C3750-48PS-E $6,294
WS-C3750-48PS-S $5,097
WS-C3750-48TS-E $5,394
WS-C3750-48TS-S $4,197
WS-C3750E-24PD-E $8,574
WS-C3750E-24PD-S $6,177
WS-C3750E-24TD-E $8,094
WS-C3750E-24TD-S $5,697
WS-C3750E-48PD-E $17,994
WS-C3750E-48PD-S $12,297
WS-C3750E-48TD-E $16,194
WS-C3750E-48TD-S $11,397
WS-C3750G-12S-E $7,194
WS-C3750G-12S-S $4,797
WS-C3750G-24PS-E $7,074
WS-C3750G-24PS-S $4,677
WS-C3750G-24T-E $5,994
WS-C3750G-24T-S $3,597
WS-C3750G-24TS-E $6,894
WS-C3750G-24TS-E1U $6,594
WS-C3750G-24TS-S $4,497
WS-C3750G-24TS-S1U $4,197
WS-C3750G-24WS-S50 $15,300
WS-C3750G-48PS-E $14,094
WS-C3750G-48PS-S $9,297
WS-C3750G-48TS-E $13,194
WS-C3750G-48TS-S $8,397
WS-C4503-E $597
WS-C4506-E $2,997
WS-C4507R-E $5,997
WS-C4510R-E $7,497
WS-C4900M $9,600
WS-C4948-E $8,697
WS-C4948-S $6,297
WS-C4948-10GE-E $12,897
WS-C4948-10GE-S $10,497
WS-C6506-E $3,300
WS-C6506-E-FAN $297
WS-C6509-E $5,700
WS-C6509-E-FAN $297
Cisco Switch Module (NEW)
CVR-X2-SFP= $117
GLC-LH-SM= $597
GLC-SX-MM= $300
GLC-ZX-SM= $2,397
GLC-T= $237
GLC-FE-100FX= $150
GLC-GE-100FX $150
WS-G5483 $237
WS-G5484 $300
WS-G5486 $597
WS-G5487 $2,397
WS-X4013+ $3,597
WS-X4013+TS $3,597
WS-X4013+10GE $7,197
WS-X4124-RJ45 $1,497
WS-X4148-RJ $2,697
WS-X4148-RJ21 $2,697
WS-X4232-GB-RJ $2,697
WS-X4248-RJ45V $3,897
WS-X4424-GB-RJ45 $2,097
WS-X4448-GB-SFP $9,897
WS-X45-SUP6-E= $11,997
WS-X4506-GB-T $2,097
WS-X4515 $7,197
WS-X4516 $9,897
WS-X4516-10GE $11,997
WS-X4524-GB-RJ45V $2,697
WS-X4548-GB-RJ45 $3,297
WS-X4548-GB-RJ45V $4,497
WS-X4606-X2-E= $9,000
WS-X4648-RJ45V-E= $5,697
WS-X4904-10GE= $3,000
WS-X4908-10GE= $4,500
WS-X4920-GB-RJ45= $2,100
WS-X4991 $120
WS-X6148A-GE-TX $4,200
WS-X6148A-RJ-45 $3,600
WS-X6548-GE-TX $7,200
WS-X6724-SFP $9,000
WS-X6748-GE-TX $9,000
WS-X6748-SFP= $15,000
WS-SUP32-GE-3B $9,000
WS-SUP720-3B $16,800
WS-SUP720-3BXL= $24,000
WS-SVC-CMM $5,997
WS-SVC-CMM-6T1 $7,197
X2-10GB-CX4 $360
X2-10GB-LR $2,400
X2-10GB-LX4 $1,797
X2-10GB-SR $1,800
Cisco FireWall (NEW)
ASA5500-SSL-10 $750
ASA5500-SSL-25 $1,857
ASA5500-SSL-50 $2,397
ASA5505-50-BUN-K9 $507
ASA5505-BUN-K9 $357
ASA5505-PWR-AC= $48
ASA5505-SEC-BUN-K9 $1,017
ASA5505-SEC-PL= $510
ASA5505-SSL10-K9 $1,257
ASA5505-SSL25-K9 $2,364
ASA5505-UL-BUN-K9 $597
ASA5510-BUN-K9 $2,097
ASA5510-AIP10-K9 $4,797
ASA5510-SEC-BUN-K9 $2,697
ASA5510-SEC-PL= $720
ASA5510-SSL50-K9 $4,497
ASA5510-SSL100-K9 $6,897
ASA5520-AIP10-K9 $7,497
ASA5520-AIP20-K9 $9,597
ASA5520-BUN-K9 $4,797
ASA5520-CSC10-K9 $6,717
ASA-SSM-AIP-10-K9 $3,600
ASA-SSM-AIP-20-K9 $6,000
SSM-4GE= $3,000
Cisco IP Phone (NEW)
CP-7906G= $105
CP-7906G-CH1 $165
CP-7911G= $135
CP-7911G-CH1 $225
CP-7914= $237
CP-7931G= $195
CP-7936= $717
CP-7936-CH1 $807
CP-7936-MIC-KIT= $210
CP-7936-PWR-KIT $90
CP-7937G= $777
CP-7937-MIC-KIT= $210
CP-7937-PWR-SPL= $36
CP-7940G $159
CP-7940G-CH1 $279
CP-7941G $207
CP-7941G-CH1 $327
CP-7941G-GE= $261
CP-7941G-GE-CH1 $381
CP-7942G= $243
CP-7942G-CH1 $363
CP-7945G= $297
CP-7945G-CH1 $399
CP-7960G $219
CP-7960G-CH1 $339
CP-7961G $267
CP-7961G-CH1 $387
CP-7961G-GE= $339
CP-7962G= $303
CP-7962G-CH1 $423
CP-7965G= $375
CP-7965G-CH1 $477
CP-7970G $384
CP-7970G-CH1 $534
CP-7971G-GE $474
CP-7975G= $423
CP-7975G-CH1 $573
CP-PWR-CUBE-3 $27
CP-PWR-INJ= $75
CP-DOUBLFOOTSTAND $22
CP-LCKNGWALLMOUNT $18
CP-LCKNGWALLMNT2 $18
CP-SINGLFOOTSTAND $19
CP-WALLMOUNTKIT $15
CUVA-V2= $96
ATA-186-I1-A= $90
ATA186-I1-1P-CH1-A $126
Cisco Wireless (NEW)
AIR-ANT1728 $95
AIR-ANT1729 $131
AIR-ANT2422DG-R $11
AIR-ANT2430V-R= $149
AIR-ANT2460P-R $131
AIR-ANT2465P-R $239
AIR-ANT2485P-R $143
AIR-ANT2506 $95
AIR-ANT4941 $11
AIR-ANT5135D-R $11
AIR-ANT5140V-R= $149
AIR-ANT5145V-R= $167
AIR-ANT5160V-R= $125
AIR-ANT5959 $167
AIR-AP521G-A-K9 $299
AIR-AP1010-A-K9 $359
AIR-AP1030-A-K9 $539
AIR-AP1121G-A-K9 $359
AIR-AP1131AG-A-K9 $419
AIR-AP1242AG-A-K9 $539
AIR-AP1252AG-A-K9 $779
AIR-BR1310G-A-K9 $779
AIR-BR1310G-A-K9-R $779
AIR-CB21AG-A-K9 $101
AIR-LAP1131AG-A-K9 $419
AIR-LAP1242AG-A-K9 $539
AIR-LAP1252AG-A-K9 $779
AIR-LAP521G-A-K9 $299
AIR-MP21G-A-K9 $89
AIR-PI21AG-A-K9 $149
AIR-PWR-A= $23
AIR-PWR-SPLY1= $35
AIR-PWRINJ3= $36
AIR-PWRINJ4= $89
AIR-WLC2106-K9 $1,950
AIR-WLC526-K9 $1,079
Cisco Power Supply (NEW)
PWR-2801-AC-IP $225
PWR-2811-AC-IP $240
PWR-2821-51-AC-IP $360
PWR-3825-AC $300
PWR-3825-AC-IP= $360
PWR-3845-AC= $300
PWR-3845-AC-IP= $600
PWR-C45-1000AC $597
PWR-C45-1300ACV $897
PWR-C45-1400AC $897
PWR-C45-2800ACV $1,197
PWR-C45-4200ACV $2,397
PWR-C49-300AC= $300
PWR-C49M-1000AC= $600
PWR-RPS2300= $720
C3K-PWR-1150WAC= $897
C3K-PWR-750WAC= $597
CAB-RPS2300= $90
CAB-RPS2300-E= $90
WS-CAC-3000W $1,800
WS-CAC-6000W $3,000
Cisco Cable (NEW)
CAB-***FC $60
CAB-***MT $60
CAB-SS-***FC $60
CAB-SS-***MT $60
CAB-OCT-*** $390
CAB-16AWG-AC= $60
CAB-7513AC= $15
CAB-7KAC= $15
CAB-AC-2800W-TWLK= $27
CAB-AC-C6K-TWLK= $27
CAB-SFP-50CM $150
CAB-STACK-50CM= $60
CAB-STACK-1M= $120
CAB-STACK-3M= $180
CAB-US515P-C19-US= $27
CAB-US620P-C19-US= $27
3Com Switch & Module (NEW)
3C16470B $53
3C16471B $81
3C16472 $137
3C16475CS $148
3C16476CS $277
3C16477A $193
3C16478 $165
3C16479 $226
3C16491 $557
3C1670800A $61
3C1671600 $154
3C17222 $333
3C17227 $55
3C17260 $837
3C17263 $277
3C17268 $3,357
3C17300A $252
3C17302A $557
3C17304A $294
3C17666 $725
3C17766 $1677
3CBLSG16 $198
3CBLSG24 $277
3CBLSG24PWR $669
3CBLSG48 $557
3CGSU05 $28
3CGSU08 $45
3CR17152-91 $1,677
3CR17161-91 $893
3CR17162-91 $2,125
3CR17171-91 $1,509
3CR17172-91 $2,629
3CR17250-91 $2,517
3CR17251-91 $4,477
3CR17252-91 $3,133
3CR17253-91 $5,597
3CR17258-91 $3,917
3CR17331-91 $252
3CR17332-91 $280
3CR17333-91 $252
3CR17334-91 $557
3CR17341-91 $445
3CR17342-91 $613
3CR17343-91 $725
3CR17561-91 $389
3CR17562-91 $686
3CR17571-91 $1,005
3CR17572-91 $1,845
3CR17660-91 $700
3CR17661-91 $1,117
3CR17662-91 $1,957
3CR17761-91 $1,845
3CR17762-91 $2,797
3CR17771-91 $2,237
3CR17772-91 $3,917
3CSFP91 $193
3CSFP92 $557
3CSFP93 $109
3CXFP92 $1,957
3CXFP94 $1,117
3CXFP96 $5,597
HP Switch & Module (NEW)
J4813A#ABA $377
J4858C $251
J4859C $539
J4900C#ABA $377
J4903A#ABA $1499
J4904A#ABA $2639
J8164A#ABA $1379
J8165A#ABA $2639
J8168A $1019
J8436A $1799
J8699A#ABA $4198
J8700A#ABA $8397
J9019B#ABA $251
J9020A#ABA $539
J9021A#ABA $1055
J9022A#ABA $1895
J9028A#ABA $311
J9029A#ABA $125
J9030A#ABA $2879
J9049A#ABA $2159
J9050A#ABA $3299
J9077A#ABA $65
J9078A#ABA $227
J9079A#ABA $65
J9080A#ABA $167
J9085A#ABA $377
J9086A#ABA $581
J9087A#ABA $947
J9088A#ABA $647
J9089A#ABA $1619
WatchGuard (NEW)
WG50750 $1,841
WG51250 $2,501
WGSSL05 $1,841
***********************************************************
Quantity discount is available. Prices are in US$ and FOB
Los Angeles. For additional information about our company
and products, please visit http://www.computerwide.net
***********************************************************
If you have received this message in error or if you would
like to be removed from our broadcast for any reason, reply
to this email with REMOVE as subject followed by the email
address you wish to remove.
***********************************************************
From mezz7 at cox.net Tue May 13 21:00:13 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Tue May 13 21:00:18 2008
Subject: ports/123623: print/libspectre can't install port
Message-ID: <200805132100.m4DL0Bnp043812@freefall.freebsd.org>
The following reply was made to PR ports/123623; it has been noted by GNATS.
From: "Jeremy Messenger"
To: bug-followup@freebsd.org, ilgiz@cpok.ru
Cc:
Subject: Re: ports/123623: print/libspectre can't install port
Date: Tue, 13 May 2008 15:59:29 -0500
I am not sure what's wrong with it. Can you attach the config.log? Also,
try to test something for us. Thanks.
----------------------------
# fetch http://people.freebsd.org/~mezz/gs_test.c
# cc -o gs_test -I/usr/local/include -L/usr/local/lib -lgs gs_test.c
# ./gs_test
----------------------------
Let us know what the output looks like. Mine looks like this:
----------------------------
% ./gs_test
REV: 862
DATE: 20080229
----------------------------
Cheers,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From andy at neu.net Tue May 13 23:05:04 2008
From: andy at neu.net (AN)
Date: Tue May 13 23:05:11 2008
Subject: portupgrade question
Message-ID: <20080513230238.K92248@neu.net>
I installed openoffice 2.4.0 from ports with:
make -DWITHOUT_MOZILLA install clean
Now, when I do a portupgrade it tries to install mozilla:
To build OOo, you should have a lot
of free diskspace (~ 11GB) and memory (~ 2GB).
If you want SDK and/or solver, please type make sdk and/or make solver
=> mozilla-source-1.7.5.tar.gz doesn't seem to exist in
/usr/ports/distfiles/openoffice.org2.
=> Attempting to fetch from
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/.
mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C
fetch: transfer interrupted
How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA
option from the command line? What is the correct way to do this?
TIA
From andy at neu.net Tue May 13 23:11:44 2008
From: andy at neu.net (AN)
Date: Tue May 13 23:11:46 2008
Subject: portupgrade question
Message-ID: <20080513224353.F92248@neu.net>
I installed openoffice 2.4.0 from ports with:
make -DWITHOUT_MOZILLA install clean
Now, when I do a portupgrade it tries to install mozilla:
To build OOo, you should have a lot
of free diskspace (~ 11GB) and memory (~ 2GB).
If you want SDK and/or solver, please type make sdk and/or make solver
=> mozilla-source-1.7.5.tar.gz doesn't seem to exist in
/usr/ports/distfiles/openoffice.org2.
=> Attempting to fetch from
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/.
mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C
fetch: transfer interrupted
How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA
option from the command line? What is the correct way to do this?
TIA
From mezz at FreeBSD.org Wed May 14 02:43:12 2008
From: mezz at FreeBSD.org (mezz@FreeBSD.org)
Date: Wed May 14 02:43:14 2008
Subject: ports/123623: print/libspectre can't install port
Message-ID: <200805140243.m4E2hBaP073782@freefall.freebsd.org>
Synopsis: print/libspectre can't install port
State-Changed-From-To: open->closed
State-Changed-By: mezz
State-Changed-When: Wed May 14 02:42:50 UTC 2008
State-Changed-Why:
Thanks for attach your config.log. In your config.log shows:
------------------------------------------------------
configure:21345: checking for gsapi_new_instance in -lgs
configure:21380: cc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lgs >&5
/usr/bin/ld: warning: libgnutls.so.13, needed by /usr/local/lib/libcupsimage.so.2, not found (try using -rpath or -rpath-link)
configure:21386: $? = 0
configure:21393: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:21396: $? = 0
configure:21403: test -s conftest
configure:21406: $? = 0
configure:21420: result: yes
configure:21438: checking for libgs >= 8.61
configure:21474: cc -std=gnu99 -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c -lgs >&5
/usr/bin/ld: warning: libgnutls.so.13, needed by /usr/local/lib/libcupsimage.so.2, not found (try using -rpath or -rpath-link)
configure:21477: $? = 0
configure:21483: ./conftest
/libexec/ld-elf.so.1: Shared object "libgnutls.so.13" not found, required by "libcupsimage.so.2"
configure:21486: $? = 1
------------------------------------------------------
You need to follow in /usr/ports/UPDATING (20080303) to solve your problem.
http://www.freebsd.org/cgi/query-pr.cgi?pr=123623
From frase at frase.id.au Wed May 14 02:46:53 2008
From: frase at frase.id.au (Fraser Tweedale)
Date: Wed May 14 02:46:58 2008
Subject: portupgrade question
In-Reply-To: <20080513224353.F92248@neu.net>
References: <20080513224353.F92248@neu.net>
Message-ID: <482A4FD7.1030506@frase.id.au>
AN wrote:
> I installed openoffice 2.4.0 from ports with:
> make -DWITHOUT_MOZILLA install clean
>
> Now, when I do a portupgrade it tries to install mozilla:
>
> To build OOo, you should have a lot
> of free diskspace (~ 11GB) and memory (~ 2GB).
> If you want SDK and/or solver, please type make sdk and/or make solver
> => mozilla-source-1.7.5.tar.gz doesn't seem to exist in
> /usr/ports/distfiles/openoffice.org2.
> => Attempting to fetch from
> http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/.
>
> mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C
> fetch: transfer interrupted
>
> How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA
> option from the command line? What is the correct way to do this?
>
> TIA
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
Set the following in /usr/local/etc/pkgtools.conf:
MAKE_ARGS = {
'editors/openoffice.org-2' => 'WITHOUT_MOZILLA=1',
}
frase
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080514/61049064/signature.pgp
From jonc at chen.org.nz Wed May 14 02:47:04 2008
From: jonc at chen.org.nz (Jonathan Chen)
Date: Wed May 14 02:47:08 2008
Subject: portupgrade question
In-Reply-To: <20080513230238.K92248@neu.net>
References: <20080513230238.K92248@neu.net>
Message-ID: <20080514022831.GA56540@osiris.chen.org.nz>
On Tue, May 13, 2008 at 11:05:02PM +0000, AN wrote:
> I installed openoffice 2.4.0 from ports with:
> make -DWITHOUT_MOZILLA install clean
>
> Now, when I do a portupgrade it tries to install mozilla:
>
> To build OOo, you should have a lot
> of free diskspace (~ 11GB) and memory (~ 2GB).
> If you want SDK and/or solver, please type make sdk and/or make solver
> => mozilla-source-1.7.5.tar.gz doesn't seem to exist in
> /usr/ports/distfiles/openoffice.org2.
> => Attempting to fetch from
> http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/.
> mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C
> fetch: transfer interrupted
>
> How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA
> option from the command line? What is the correct way to do this?
The way I prefer to do it is to install ports-mgmt/portconf, and then
have an entry in /usr/local/etc/ports.conf of:
editors/openoffice.org-*: WITHOUT_MOZILLA
portconf will ensure that the WITHOUT_MOZILLA flag is passed to make(1)
when you do a manual port install, or through portupgrade, or through
portmaster.
Cheers.
--
Jonathan Chen
----------------------------------------------------------------------
Don't worry about avoiding temptation,
as you grow older, it starts avoiding you.
From mezz7 at cox.net Wed May 14 02:51:46 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Wed May 14 02:51:57 2008
Subject: portupgrade question
In-Reply-To: <20080513224353.F92248@neu.net>
References: <20080513224353.F92248@neu.net>
Message-ID:
On Tue, 13 May 2008 17:54:15 -0500, AN wrote:
> I installed openoffice 2.4.0 from ports with:
> make -DWITHOUT_MOZILLA install clean
>
> Now, when I do a portupgrade it tries to install mozilla:
>
> To build OOo, you should have a lot
> of free diskspace (~ 11GB) and memory (~ 2GB).
> If you want SDK and/or solver, please type make sdk and/or make solver
> => mozilla-source-1.7.5.tar.gz doesn't seem to exist in
> /usr/ports/distfiles/openoffice.org2.
> => Attempting to fetch from
> http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/.
> mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C
> fetch: transfer interrupted
>
> How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA
> option from the command line? What is the correct way to do this?
The portupgrade(1) is your best friend. ;-)
# man portupgrade
Cheers,
Mezz
> TIA
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From kmf at fischer.org.za Wed May 14 05:52:50 2008
From: kmf at fischer.org.za (Karl Fischer)
Date: Wed May 14 05:52:52 2008
Subject: Feedback "How do I upgrade to GNOME 2.22?" on
http://www.freebsd.org/gnome/docs/faq222.html
Message-ID:
Hi There,
I was ready through this "How do I upgrade to GNOME 2.22?" on
http://www.freebsd.org/gnome/docs/faq222.html
and noticed something was missing,
Comparing
# pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
with
# pkg_delete -f gnome-applets\* totem\* gnome-control-center\*
gnome-keyring-manager\*
I guess it should read : # pkg_deinstall -fO gnome-applets\* totem\*
gnome-control-center\* gnome-keyring-manager\*
This is missing " gnome-keyring-manager\* "
Thanks
Karl
How do I upgrade to GNOME 2.22?
The answer is relatively simple:
1.
To build GNOME 2.22, you need to obtain the latest ports tree
skeleton. This is most easily accomplished with portsnap(8) or CVSup.
Simply obtain the latest ports tree, and you are ready to go. Then do
the following:
# pkgdb -Ff
# portupgrade -f gstreamer-plugins-good
# pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
# portupgrade -aOW
NOTE: it is recommended to run portupgrade -a to make sure you
get all the necessary ports.
If you are a portmaster(8) user, make sure you have least 1.9
version. Then do the following:
# portmaster -a
# portmaster gstreamer-plugins-good
# pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \
gnome-keyring-manager\*
# portmaster -a
--
-----------------------------------------
Karl Fischer
"Absence of evidence
is not evidence of absence"
Carl Sagan
Email : kmf@fischer.org.za
Jabber : kmf@jabber.org
Personal Site : http://fischer.org.za
-----------------------------------------
From mezz7 at cox.net Wed May 14 06:42:16 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Wed May 14 06:42:20 2008
Subject: Feedback "How do I upgrade to GNOME 2.22?" on
http://www.freebsd.org/gnome/docs/faq222.html
In-Reply-To:
References:
Message-ID:
On Wed, 14 May 2008 00:23:57 -0500, Karl Fischer
wrote:
> Hi There,
>
> I was ready through this "How do I upgrade to GNOME 2.22?" on
> http://www.freebsd.org/gnome/docs/faq222.html
> and noticed something was missing,
> Comparing
> # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
> with
> # pkg_delete -f gnome-applets\* totem\* gnome-control-center\*
> gnome-keyring-manager\*
>
>
> I guess it should read : # pkg_deinstall -fO gnome-applets\* totem\*
> gnome-control-center\* gnome-keyring-manager\*
>
>
> This is missing " gnome-keyring-manager\* "
The reason of that I had to add that for portmaster only is: The
portmaster has a bug with MOVED stuff for not able to do
gnome-keyring-manager -> seahorse. It's already fixed in current version
of portmaster, but I rather to keep in there to be foolproof in case if
users still have old portmaster. You can either do it by manual by
pkg_deinstall or let portupgrade to take care of that by read in MOVED,
they are same.
Cheers,
Mezz
> Thanks
> Karl
>
>
> How do I upgrade to GNOME 2.22?
>
> The answer is relatively simple:
>
> 1.
>
> To build GNOME 2.22, you need to obtain the latest ports tree
> skeleton. This is most easily accomplished with portsnap(8) or CVSup.
> Simply obtain the latest ports tree, and you are ready to go. Then do
> the following:
>
> # pkgdb -Ff
> # portupgrade -f gstreamer-plugins-good
> # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\*
> # portupgrade -aOW
>
>
> NOTE: it is recommended to run portupgrade -a to make sure you
> get all the necessary ports.
>
> If you are a portmaster(8) user, make sure you have least 1.9
> version. Then do the following:
>
> # portmaster -a
> # portmaster gstreamer-plugins-good
> # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \
> gnome-keyring-manager\*
> # portmaster -a
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From oberman at es.net Wed May 14 16:52:52 2008
From: oberman at es.net (Kevin Oberman)
Date: Wed May 14 16:53:05 2008
Subject: portupgrade question
In-Reply-To: Your message of "Wed, 14 May 2008 12:35:03 +1000."
<482A4FD7.1030506@frase.id.au>
Message-ID: <20080514165248.B4E8A4500E@ptavv.es.net>
> Date: Wed, 14 May 2008 12:35:03 +1000
> From: Fraser Tweedale
> Sender: owner-freebsd-gnome@freebsd.org
>
> AN wrote:
> > I installed openoffice 2.4.0 from ports with:
> > make -DWITHOUT_MOZILLA install clean
> >
> > Now, when I do a portupgrade it tries to install mozilla:
> >
> > To build OOo, you should have a lot
> > of free diskspace (~ 11GB) and memory (~ 2GB).
> > If you want SDK and/or solver, please type make sdk and/or make solver
> > => mozilla-source-1.7.5.tar.gz doesn't seem to exist in
> > /usr/ports/distfiles/openoffice.org2.
> > => Attempting to fetch from
> > http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/.
> >
> > mozilla-source-1.7.5.tar.gz 0% of 36 MB 108 kBps^C
> > fetch: transfer interrupted
> >
> > How do I portupgrade openoffice and get it to use the -DWITHOUT_MOZILLA
> > option from the command line? What is the correct way to do this?
> >
> > TIA
> > _______________________________________________
> > freebsd-gnome@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
>
> Set the following in /usr/local/etc/pkgtools.conf:
>
> MAKE_ARGS = {
> 'editors/openoffice.org-2' => 'WITHOUT_MOZILLA=1',
> }
>
> frase
>
When I did this, I had to put in:
'editors/openoffice.org*' => '-DWITH_SYSTEM_FREETYPE -DWITHOUT_MOZILLA',
to get it to build the way I wanted it to. Without the '-D', it
simply didn't do anything.
It's easy to tell if it is working because the 'make config' will not
list the options that are defined. (This may be openoffice.org
specific.) If you see it list WITHOUT_MOZILLA in the options, it means
it will build with mozilla.
--
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 224 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080514/4229fab7/attachment.pgp
From edwin at FreeBSD.org Sun May 18 11:40:07 2008
From: edwin at FreeBSD.org (edwin@FreeBSD.org)
Date: Sun May 18 11:40:09 2008
Subject: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561
Message-ID: <200805181140.m4IBe7gH058416@freefall.freebsd.org>
Synopsis: Update port: www/webkit-gtk2 to 0.0.33561
Responsible-Changed-From-To: freebsd-ports-bugs->gnome
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun May 18 11:40:06 UTC 2008
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)
http://www.freebsd.org/cgi/query-pr.cgi?pr=123790
From miwi at FreeBSD.org Sun May 18 13:14:42 2008
From: miwi at FreeBSD.org (miwi@FreeBSD.org)
Date: Sun May 18 13:14:44 2008
Subject: ports/117327: devel/devhelp doesn't build with seamonkey
Message-ID: <200805181314.m4IDEfgd065955@freefall.freebsd.org>
Synopsis: devel/devhelp doesn't build with seamonkey
State-Changed-From-To: closed->open
State-Changed-By: miwi
State-Changed-When: Sun May 18 13:11:16 UTC 2008
State-Changed-Why:
feedback received.
Responsible-Changed-From-To: miwi->gnome
Responsible-Changed-By: miwi
Responsible-Changed-When: Sun May 18 13:11:16 UTC 2008
Responsible-Changed-Why:
Over to seamonkey maintainer.
http://www.freebsd.org/cgi/query-pr.cgi?pr=117327
From pcfxer at rogers.com Sun May 18 16:21:15 2008
From: pcfxer at rogers.com (Brodey Dover)
Date: Sun May 18 16:21:22 2008
Subject: FreeBSD Port: policykit-gnome-0.8
Message-ID: <4830190F.5090104@rogers.com>
Hello,
In my attempt to configure policy kit I decided to make future edits to
policy kit easier for me by installing policykit_gnome from the ports. I
am running FreeBSD7.0/i386, here is the output from make:
polkit-gnome-authorization.c: In function '_build_constraint_string':
polkit-gnome-authorization.c:281: error:
'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_EXE' undeclared (first use
in this function)
polkit-gnome-authorization.c:281: error: (Each undeclared identifier is
reported only once
polkit-gnome-authorization.c:281: error: for each function it appears in.)
polkit-gnome-authorization.c:283: warning: implicit declaration of
function 'polkit_authorization_constraint_get_exe'
polkit-gnome-authorization.c:283: warning: nested extern declaration of
'polkit_authorization_constraint_get_exe'
polkit-gnome-authorization.c:283: warning: format '%s' expects type
'char *', but argument 3 has type 'int'
polkit-gnome-authorization.c:285: error:
'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_SELINUX_CONTEXT'
undeclared (first use in this function)
polkit-gnome-authorization.c:287: warning: implicit declaration of
function 'polkit_authorization_constraint_get_selinux_context'
polkit-gnome-authorization.c:287: warning: nested extern declaration of
'polkit_authorization_constraint_get_selinux_context'
polkit-gnome-authorization.c:287: warning: format '%s' expects type
'char *', but argument 3 has type 'int'
gmake[3]: *** [polkit_gnome_authorization-polkit-gnome-authorization.o]
Error 1
gmake[3]: Leaving directory
`/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8'
gmake: *** [all] Error 2
*** Error code 2
Stop in /usr/ports/sysutils/policykit-gnome.
If more information is needed let me know what it is you need and I'll
get it ASAP.
Regards,
Brodey Dover
From marcus at freebsd.org Sun May 18 18:54:36 2008
From: marcus at freebsd.org (Joe Marcus Clarke)
Date: Sun May 18 18:54:39 2008
Subject: FreeBSD Port: policykit-gnome-0.8
In-Reply-To: <4830190F.5090104@rogers.com>
References: <4830190F.5090104@rogers.com>
Message-ID: <48307B68.7090007@freebsd.org>
Brodey Dover wrote:
> Hello,
>
> In my attempt to configure policy kit I decided to make future edits to
> policy kit easier for me by installing policykit_gnome from the ports. I
> am running FreeBSD7.0/i386, here is the output from make:
>
> polkit-gnome-authorization.c: In function '_build_constraint_string':
> polkit-gnome-authorization.c:281: error:
> 'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_EXE' undeclared (first use
> in this function)
> polkit-gnome-authorization.c:281: error: (Each undeclared identifier is
> reported only once
> polkit-gnome-authorization.c:281: error: for each function it appears in.)
> polkit-gnome-authorization.c:283: warning: implicit declaration of
> function 'polkit_authorization_constraint_get_exe'
> polkit-gnome-authorization.c:283: warning: nested extern declaration of
> 'polkit_authorization_constraint_get_exe'
> polkit-gnome-authorization.c:283: warning: format '%s' expects type
> 'char *', but argument 3 has type 'int'
> polkit-gnome-authorization.c:285: error:
> 'POLKIT_AUTHORIZATION_CONSTRAINT_TYPE_REQUIRE_SELINUX_CONTEXT'
> undeclared (first use in this function)
> polkit-gnome-authorization.c:287: warning: implicit declaration of
> function 'polkit_authorization_constraint_get_selinux_context'
> polkit-gnome-authorization.c:287: warning: nested extern declaration of
> 'polkit_authorization_constraint_get_selinux_context'
> polkit-gnome-authorization.c:287: warning: format '%s' expects type
> 'char *', but argument 3 has type 'int'
> gmake[3]: *** [polkit_gnome_authorization-polkit-gnome-authorization.o]
> Error 1
> gmake[3]: Leaving directory
> `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8/tools'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/usr/ports/sysutils/policykit-gnome/work/PolicyKit-gnome-0.8'
> gmake: *** [all] Error 2
> *** Error code 2
>
> Stop in /usr/ports/sysutils/policykit-gnome.
>
> If more information is needed let me know what it is you need and I'll
> get it ASAP.
You need to provide the output of pkg_info.
Joe
--
Joe Marcus Clarke
FreeBSD GNOME Team :: gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
From mezz at FreeBSD.org Sun May 18 19:54:14 2008
From: mezz at FreeBSD.org (mezz@FreeBSD.org)
Date: Sun May 18 19:54:17 2008
Subject: ports/117327: devel/devhelp doesn't build with seamonkey
Message-ID: <200805181954.m4IJsDTO000414@freefall.freebsd.org>
Synopsis: devel/devhelp doesn't build with seamonkey
State-Changed-From-To: open->closed
State-Changed-By: mezz
State-Changed-When: Sun May 18 19:53:34 UTC 2008
State-Changed-Why:
Fixed, thanks for report. (removed seamonkey option)
http://www.freebsd.org/cgi/query-pr.cgi?pr=117327
From dfilter at FreeBSD.ORG Sun May 18 20:00:07 2008
From: dfilter at FreeBSD.ORG (dfilter service)
Date: Sun May 18 20:00:12 2008
Subject: ports/117327: commit references a PR
Message-ID: <200805182000.m4IK07YD000578@freefall.freebsd.org>
The following reply was made to PR ports/117327; it has been noted by GNATS.
From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: ports/117327: commit references a PR
Date: Sun, 18 May 2008 19:53:22 +0000 (UTC)
mezz 2008-05-18 19:53:17 UTC
FreeBSD ports repository
Modified files:
devel/devhelp Makefile
Log:
-Convert to current gecko framework (USE_GECKO).
-Remove seamonkey option; it doesn't build. [1]
-Correct the USE_LDCONFIG. (Unsure why it has lib/${MOZILLA}.)
PR: ports/117327 [1]
Reported by: Marat N.Afanasyev [1]
Revision Changes Path
1.31 +5 -27 ports/devel/devhelp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
From mezz7 at cox.net Sun May 18 21:50:03 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Sun May 18 21:50:07 2008
Subject: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561
Message-ID: <200805182150.m4ILo35t010457@freefall.freebsd.org>
The following reply was made to PR ports/123790; it has been noted by GNATS.
From: "Jeremy Messenger"
To: bug-followup@freebsd.org, nakal@web.de
Cc:
Subject: Re: ports/123790: Update port: www/webkit-gtk2 to 0.0.33561
Date: Sun, 18 May 2008 16:51:20 -0500
Please don't use shar. The shar is only for new port. You need to use diff
to create a patch. This might have to be wait for ahze to get back, right
now he is very busy with move to different state and need to settle down.
This will have to be test with a few ports (epiphany, kazehakase and maybe
more) that depend on webkit-gtk2.
Cheers,
Mezz
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From pcfxer at rogers.com Sun May 18 22:43:48 2008
From: pcfxer at rogers.com (Brodey Dover)
Date: Sun May 18 22:43:52 2008
Subject: pkg_info
Message-ID: <483078FA.1030208@rogers.com>
Hi Joe,
Please bear with me, but pkg_info outputs:
Brodey# pkg_info -v PolicyKit-gnome-0.8.tar.bz2
Requested space: 613959 bytes, free space: 2737960960 bytes in
/var/tmp/instmp.s2RAU7
pkg_info: unable to open +CONTENTS file
Regards,
Brodey Dover
From jonc at chen.org.nz Sun May 18 22:59:06 2008
From: jonc at chen.org.nz (Jonathan Chen)
Date: Sun May 18 22:59:09 2008
Subject: gvfs-* directories in /var/tmp
Message-ID: <20080518225904.GA61569@osiris.chen.org.nz>
Hi,
I'm running the latest version GNOME, and I'm noticing that there are
a lot of dead(?) directories in /var/tmp that look like
gvfs-${username}-randomstring, which contain a named-pipe named
socket2 in them. Are these intended? The base-systems tmp cleanup
script do not remove the named-pipds, so I am forced to periodically
remove the directories. This does feel like a hack, though.
Did I miss something in my installation of GNOME?
Cheers.
--
Jonathan Chen
----------------------------------------------------------------------
"Irrationality is the square root of all evil"
- Douglas Hofstadter
From mezz7 at cox.net Mon May 19 00:18:44 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Mon May 19 00:18:48 2008
Subject: pkg_info
In-Reply-To: <483078FA.1030208@rogers.com>
References: <483078FA.1030208@rogers.com>
Message-ID:
On Sun, 18 May 2008 13:44:10 -0500, Brodey Dover wrote:
> Hi Joe,
>
> Please bear with me, but pkg_info outputs:
>
> Brodey# pkg_info -v PolicyKit-gnome-0.8.tar.bz2
> Requested space: 613959 bytes, free space: 2737960960 bytes in
> /var/tmp/instmp.s2RAU7
> pkg_info: unable to open +CONTENTS file
Joe means that he needs you to run 'pkg_info' (that's it), which we need
to see the full output of it. In future, please follow this URL:
http://www.freebsd.org/gnome/docs/bugging.html
Cheers,
Mezz
> Regards,
> Brodey Dover
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From mezz7 at cox.net Mon May 19 00:23:25 2008
From: mezz7 at cox.net (Jeremy Messenger)
Date: Mon May 19 00:23:30 2008
Subject: gvfs-* directories in /var/tmp
In-Reply-To: <20080518225904.GA61569@osiris.chen.org.nz>
References: <20080518225904.GA61569@osiris.chen.org.nz>
Message-ID:
On Sun, 18 May 2008 17:59:04 -0500, Jonathan Chen wrote:
> Hi,
>
> I'm running the latest version GNOME, and I'm noticing that there are
> a lot of dead(?) directories in /var/tmp that look like
> gvfs-${username}-randomstring, which contain a named-pipe named
> socket2 in them. Are these intended? The base-systems tmp cleanup
> script do not remove the named-pipds, so I am forced to periodically
> remove the directories. This does feel like a hack, though.
>
> Did I miss something in my installation of GNOME?
You didn't miss anything. I have a lot of that gvfs-* in /var/tmp too and
clean out once a while. I was to ask about it in past, but I forgot to do
it.
# ls -l /var/tmp | grep gvfs | wc -l
100
Cheers,
Mezz
> Cheers.
--
mezz7@cox.net - mezz@FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
From pcfxer at rogers.com Mon May 19 01:30:25 2008
From: pcfxer at rogers.com (Brodey Dover)
Date: Mon May 19 01:30:30 2008
Subject: [Bulk] Re: FreeBSD Port: policykit-gnome-0.8
In-Reply-To: <48307B68.7090007@freebsd.org>
References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org>
Message-ID: <4830A007.5040209@rogers.com>
pkg_info Output:
ORBit2-2.14.12 High-performance CORBA ORB with support for the C
language
aalib-1.4.r5_4 An ascii art library
acroread8-8.1.2 Adobe Reader for view, print, and search PDF
documents (ENU
acroreadwrapper-0.0.20080110 Wrapper script for Adobe Reader
agg-2.5_5 A High Quality Rendering Engine for C++
apache-ant-1.7.0_1 Java- and XML-based build tool, conceptually similar
to mak
appres-1.0.1 Program to list application's resources
arts-1.5.8,1 Audio system for the KDE integrated X11 desktop
aspell-0.60.6_1 Spelling checker with better suggestion logic than
ispell
atk-1.22.0 A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_6 Automatically configure source code on many Un*x
platforms
autoconf-2.61_2 Automatically configure source code on many Un*x
platforms
autoconf-wrapper-20071109 Wrapper script for GNU autoconf
automake-1.4.6_4 GNU Standards-compliant Makefile generator (1.4)
automake-1.5_4,1 GNU Standards-compliant Makefile generator (1.5)
automake-1.6.3 GNU Standards-compliant Makefile generator (1.6)
automake-1.9.6_2 GNU Standards-compliant Makefile generator (1.9)
automake-wrapper-20071109 Wrapper script for GNU automake
avahi-app-0.6.22_4 Service discovery on a local network
bash-3.2.33 The GNU Project's Bourne Again SHell
bdftopcf-1.0.1 Convert X font from BDF to PCF
beforelight-1.0.2 A sample screen saver for X
bison-2.3_3,1 A parser generator from FSF, (mostly) compatible
with Yacc
bitmap-1.0.3 Bitmap editor and converter utilities for X
bitstream-vera-1.10_4 Bitstream Vera TrueType font collection
boost-1.34.1 Free peer-reviewed portable C++ source libraries
cabextract-1.2 A program to extract Microsoft cabinet (.CAB) files
cairo-1.4.14,1 Vector graphics library with cross-device output support
cairomm-1.4.8_2 C++ interface to cairo
ccsm-0.6.0 A Python/GTK based settings manager for CompizConfig
cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper)
cdrdao-1.2.2 Record CD-R[W]s in disk-at-once mode
cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and
extraction tools
compat5x-i386-5.4.0.8_9 A convenience package to install the compat5x
libraries
compat6x-i386-6.3.603000.200801 A convenience package to install the
compat6x libraries
compiz-0.6.2 Compiz Composite/Window Manager
compiz-bcop-0.6.0 Code generator for Compiz Fusion Plugins
compiz-fusion-0.6.0 Metaport of compiz-fusion
compiz-fusion-plugins-extra-0.6.0 Plugins for Compiz Composite Window
Manager
compiz-fusion-plugins-main-0.6.0 Plugins for Compiz Composite Window Manager
compizconfig-backend-gconf-0.6.0_1 The gconf backend for CompizConfig
compizconfig-python-0.6.0.1 Python bindings for the compizconfig library
compositeproto-0.4 Composite extension headers
consolekit-0.2.10 Framework for defining and tracking users
coreutils-6.9_2 The Free Software Foundation's core utilities
cups-base-1.3.7_2 Common UNIX Printing System
curl-7.18.0 Non-interactive tool to get files from FTP, GOPHER,
HTTP(S)
damageproto-1.1.0_2 Damage extension headers
db41-4.1.25_4 The Berkeley DB package, revision 4.1
dbus-1.2.1 A message bus system for inter-application communication
dbus-glib-0.74 GLib bindings for the D-BUS messaging system
desktop-file-utils-0.15 A couple of command line utilities for working
with desktop
diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01
djbfft-0.76_2 An extremely fast library for floating-point convolution
dmidecode-2.9 A tool for dumping DMI (SMBIOS) contents in
human-readable
dmxproto-2.2.2 DMX extension headers
docbook-4.1_3 V4.1 of the DocBook DTD, designed for technical
documentati
docbook-sk-4.1.2_4 XML version of the DocBook DTD version controlled
for Scrol
docbook-xml-4.2_1 XML version of the DocBook DTD
docbook-xml-4.3 DocBook/XML DTD V4.3, designed for technical
documentation
docbook-xml-4.4 DocBook/XML DTD V4.4, designed for technical
documentation
docbook-xsl-1.71.1_2 XSL DocBook stylesheets
dri-7.0.1,2 OpenGL hardware acceleration drivers for the DRI
dvd+rw-tools-7.1 DVD burning software
editres-1.0.3 Dynamic resource editor for X Toolkit Applications
eel-2.22.1 Generally useful classes and extensions to GNOME
emerald-0.5.2_1 Emerald Window Decorator
emerald-themes-0.5.2 Themes for the Emerald Window Decorator
enchant-1.4.0 Dictionary/spellchecking framework
encodings-1.0.2,1 X.Org Encoding fonts
eog-2.22.1_1 The Eye Of Gnome image viewer
epiphany-2.22.1.1_1 An extremely lightweight and simple web browser for
GNOME 2
esound-0.2.38 A sound library for enlightenment package
evince-2.22.1.1_1 GNOME 2 multi-format document viewer
evolution-data-server-2.22.1_1 The data backends for the Evolution
integrated mail/PIM sui
expat-2.0.0_1 XML 1.0 parser written in C
faac-1.26_1 MPEG-2 and MPEG-4 AAC audio encoder
faad2-2.6.1,1 MPEG-2 and MPEG-4 AAC audio decoder
ffmpeg-2007.10.04_4 Hyper fast realtime audio/video encoder/converter,
streamin
file-roller-2.22.2_1,1 An archive manager for zip files, tar, etc
firefox-2.0.0.14,1 Web browser based on the browser portion of Mozilla
fixesproto-4.0 Fixes extension headers
flac-1.2.1 Free lossless audio codec
font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font
font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font
font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font
font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font
font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font
font-alias-1.0.1 X.Org Font aliases
font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts
font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font
font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font
font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida
TypeWriter 100dpi font
font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida
TypeWriter 75dpi font
font-bh-ttf-1.0.0 X.Org Bigelow & Holmes TTF font
font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font
font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font
font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font
font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font
font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font
font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts
font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts
font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts
font-ibm-type1-1.0.0 X.Org IBM Type1 font
font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts
font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts
font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts
font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font
font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font
font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font
font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts
font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts
font-schumacher-misc-1.0.0 X.Org miscellaneous Schumacher fonts
font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font
font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts
font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts
font-util-1.0.1 Create an index of X font files in a directory
font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font
font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font
fontcacheproto-0.1.2 Fontcache extension headers
fontconfig-2.4.2_2,1 An XML-based font configuration API for X Windows
fontsproto-2.0.2 Fonts extension headers
fonttosfnt-1.0.3 Wrap a bitmap font in a sftn wrapper
freetype2-2.3.5 A free and portable TrueType font rendering engine
fslsfonts-1.0.1 List fonts served by the X font server
fstobdf-1.0.2 Generate BDF font from X font server
fusefs-kmod-0.3.9.p1.20080208_1 Kernel module for fuse
fusefs-libs-2.7.2_1 FUSE allows filesystem implementation in userspace
gTweakUI-0.4.0_6 A collection of simple dialogs as a front end to GConf
gail-1.22.1_1 An implementation of the ATK interfaces for GTK+ widgets
gamin-0.1.9_1 A file and directory monitoring system
gawk-3.1.5_1 The GNU version of Awk
gcalctool-5.22.1_1,2 A GNOME 2 calculator tool based on the old calctool
for Ope
gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M'
gconf-editor-2.22.0_1,1 A gconf database editor for the GNOME 2 environment
gconf2-2.22.0 A configuration database system for GNOME
gdbm-1.8.3_3 The GNU database manager
gdm-2.20.5 GNOME 2 version of xdm display manager
gedit-2.22.1_1 A small but powerful text editor for GNOME 2 Desktop
Enviro
getopt-1.1.4 A getopt(1) replacement that supports GNU-style long
option
gettext-0.16.1_3 GNU gettext package
gftp-2.0.18_6 A free multithreaded GTK-based GUI ftp and sftp client
ghostscript-gpl-8.61_5 GPL Postscript interpreter
gio-fam-backend-2.16.3 FAM backend for GLib's GIO library
gle-3.1.0_1 A GL Tubing and Extrusion Library
glib-1.2.10_12 Some useful routines of C programming (previous
stable vers
glib-2.16.3 Some useful routines of C programming (current
stable versi
glibmm-2.16.2,1 C++ interfaces for glib2
glproto-1.4.8 GLX extension headers
gmake-3.81_2 GNU version of 'make' utility
gnome-applets-2.22.1_2 Applets components for the GNOME 2 Desktop
Environment
gnome-audio-2.22.1_1 Sound files for use with GNOME 2
gnome-control-center-2.22.1_2 Control center for GNOME 2 project
gnome-desktop-2.22.1 Additional UI API for GNOME 2
gnome-doc-utils-0.12.2 GNOME doc utils
gnome-icon-theme-2.22.0 A collection of icons for the GNOME 2 desktop
gnome-keyring-2.22.1 A program that keeps passwords and other secrets
gnome-media-2.22.0 Multimedia applications for the GNOME 2 desktop
gnome-menu-editor-0.6_6 Simple menu editor for Gnome
gnome-menus-2.22.1 Implementation of the FreeDesktop Desktop Menu Spec
gnome-mime-data-2.18.0_2 A MIME and Application database for GNOME
gnome-mount-0.8_1 A front-end to mount, umount, and eject using HAL
gnome-panel-2.22.1.3 Panel component for the GNOME 2 Desktop
gnome-session-2.22.1.1 Session component for the GNOME 2 desktop
gnome-settings-daemon-2.22.1 GNOME 2 settings daemon
gnome-system-monitor-2.22.1_1 GNOME 2 system monitor program
gnome-terminal-2.22.1_1 Terminal component for the GNOME 2 Desktop
gnome-themes-2.22.0 A collection of themes and icons for GNOME2
gnome-user-docs-2.22.0_1 GNOME 2 users guide
gnome-utils-2.20.0.1_1,1 GNOME 2 support utilities
gnome-vfs-2.22.0_1 GNOME Virtual File System
gnome2-lite-2.22.1 The "meta-port" of the GNOME desktop slimmed down
for FreeB
gnome_subr-1.0 Common startup and shutdown subroutines used by
GNOME scrip
gnomehier-2.3_10 A utility port that creates the GNOME directory tree
gnutls-2.2.2 GNU Transport Layer Security library
gpac-libgpac-0.4.4,1 Gpac MPEG-4 Systems library and headers
gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X)
gstreamer-0.10.19 Development framework for creating media applications
gstreamer-ffmpeg-0.10.3_1 GStreamer plug-in for manipulating MPEG video
streams
gstreamer-plugins-0.10.19,3 GStreamer written collection of plugins
handling several me
gstreamer-plugins-a52dec-0.10.7_2,3 Gstreamer ATSC A/52 stream aka AC-3
(dvd audio) plugin
gstreamer-plugins-bad-0.10.7_2,3 Bad gstreamer-plugins
gstreamer-plugins-cdparanoia-0.10.19,3 Gstreamer CDDA extraction (aka
audio ripping) plugin
gstreamer-plugins-core-0.10_9 Core set of typical audio and video
gstreamer-plugins
gstreamer-plugins-dts-0.10.7_2,3 Gstreamer dts plugin
gstreamer-plugins-dvd-0.10.7_2,3 Gstreamer dvd plugin set
gstreamer-plugins-esound-0.10.8_2,3 Gstreamer enlightenment sound
library plugin
gstreamer-plugins-gconf-0.10.8_2,3 Gstreamer gconf plugin
gstreamer-plugins-gio-0.10.19,3 Gstreamer gio (Glib I/O) plugin
gstreamer-plugins-good-0.10.8,3 Good gstreamer-plugins
gstreamer-plugins-hal-0.10.8_2,3 Gstreamer hal plugin
gstreamer-plugins-libpng-0.10.8_2,3 Gstreamer png plugin
gstreamer-plugins-mad-0.10.7_2,3 Gstreamer mp3 decoder plugin
gstreamer-plugins-mp3-0.10.0 Gstreamer Plugins Mp3 decoder meta-port
gstreamer-plugins-mpeg2dec-0.10.7_2,3 Gstreamer mpeg decode plugin
gstreamer-plugins-ogg-0.10.19,3 Gstreamer Ogg bitstream plugin
gstreamer-plugins-pango-0.10.19,3 Gstreamer pango textoverlay plugin
gstreamer-plugins-soup-0.10.8_2,3 Gstreamer soup http src plugin
gstreamer-plugins-theora-0.10.19,3 Gstreamer theora plugin
gstreamer-plugins-ugly-0.10.7_3,3 Ugly gstreamer-plugins
gstreamer-plugins-vorbis-0.10.19,3 Gstreamer vorbis encoder/decoder plugin
gstreamer-plugins-xvid-0.10.7_2,3 Gstreamer xvid plugin
gtar-1.20 GNU version of the traditional tape archiver
gtk-1.2.10_19 Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.12.9_2 Gimp Toolkit for X11 GUI (current stable version)
gtk-engines2-2.14.1 Theme engine for the gtk+-2.0 toolkit
gtkmm-2.12.7 C++ wrapper for Gtk+, Pango, Atk
gtkpod-0.99.12_1 GUI for Apple iPods using GTK2
gtksourceview2-2.2.1_1 A text widget that adds syntax highlighting to
the GtkTextV
gtkspell-2.0.11_6 A GTK+ 2 spell checking component
gucharmap-2.22.1_1 A Unicode/ISO10646 character map and font viewer
gvfs-0.2.3_3 GNOME virtual file system
hal-0.5.11.r2_7 Hardware Abstraction Layer for simplifying device access
help2man-1.36.4_1 Automatically generating simple manual pages from
program o
hicolor-icon-theme-0.10_2 A high-color icon theme shell from the
FreeDesktop project
iceauth-1.0.2 ICE authority file utility for X
ico-1.0.2 Displays a wire-frame rotating plyhedron
icon-naming-utils-0.8.6 Utilities of the Tango project
icu-3.8.1_1 International Components for Unicode (from IBM)
imake-1.0.2_4,1 Imake and other utilities from X.Org
inputproto-1.4.2.1 Input extension headers
intltool-0.37.1 Tools to internationalize various kinds of data files
ircii-20060725_1 The 'Internet Relay Chat' and 'Internet Citizens
Band' Clie
iso-codes-2.0 Lists of the country, language and currency iso names
iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML)
jackit-0.103.0_1 A low-latency audio server
jakarta-commons-cli-1.0_1,1 Java library for command line arguments and
options
jakarta-commons-lang-2.3_1 Jakarta library with helper utilities for the
java.lang API
javavmwrapper-2.3.1 Wrapper script for various Java Virtual Machines
jpeg-6b_4 IJG's jpeg compression utilities
junit-3.8.2_1 A regression testing utility for use with the
Java(TM) Lang
k8temp-0.3.0 Athlon 64 and Opteron on-die temperature reader
kbproto-1.0.3 KB extension headers
lame-3.97_1 ISO code based fast MP3 encoder kit
lcms-1.17,1 Light Color Management System -- a color management
library
libFS-1.0.0 The FS library
libGL-7.0.1 OpenGL library that renders using GLX or DRI
libGLU-7.0.1 OpenGL utility library
libICE-1.0.4,1 Inter Client Exchange library for X11
libIDL-0.8.10 A library for creating trees of CORBA IDL files
libSM-1.0.3,1 Session Management library for X11
libX11-1.1.3,1 X11 library
libXScrnSaver-1.1.2 The XScrnSaver library
libXTrap-1.0.0 The XTrap library
libXau-1.0.3_2 Authentication Protocol library for X11
libXaw-1.0.4,1 X Athena Widgets library
libXcomposite-0.4.0,1 X Composite extension library
libXcursor-1.1.9 X client-side cursor loading library
libXdamage-1.1.1 X Damage extension library
libXdmcp-1.0.2 X Display Manager Control Protocol library
libXevie-1.0.2 The Xevie library
libXext-1.0.3,1 X11 Extension library
libXfixes-4.0.3 X Fixes extension library
libXfont-1.3.1_2,1 X font libary
libXfontcache-1.0.4 The Xfontcache library
libXft-2.1.12 A client-sided font API for X applications
libXi-1.1.3,1 X Input extension library
libXinerama-1.0.2,1 X11 Xinerama library
libXmu-1.0.3,1 X Miscellaneous Utilities libraries
libXp-1.0.0,1 X print library
libXpm-3.5.7 X Pixmap library
libXprintAppUtil-1.0.1 The XprintAppUtil library
libXprintUtil-1.0.1 The XprintUtil library
libXrandr-1.2.2 X Resize and Rotate extension library
libXrender-0.9.4 X Render extension library
libXres-1.0.3_2 X Resource usage library
libXt-1.0.5 X Toolkit library
libXtst-1.0.3 X Test extension
libXv-1.0.3,1 X Video Extension library
libXvMC-1.0.4 X Video Extension Motion Compensation library
libXxf86dga-1.0.2 X DGA Extension
libXxf86misc-1.0.1 X XF86-Misc Extension
libXxf86vm-1.0.1 X Vidmode Extension
liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3
libao-0.8.8_1 Portable audio output library
libart_lgpl-2.3.20,1 Library for high-performance 2D graphics
libaudiofile-0.2.6 A sound library for SGI audio file
libbonobo-2.22.0 A component and compound document system for GNOME2
libbonoboui-2.22.0_1 GUI frontend to the libbonobo component of GNOME 2
libcddb-1.3.0 A library to access data on a CDDB server
libcdio-0.78.2_1 Compact Disc Input and Control Library
libcompizconfig-0.6.0 An alternative configuration system for Compiz
libcroco-0.6.1 CSS2 parsing library
libdaemon-0.12 Lightweight C library that eases the writing of UNIX
daemon
libdca-0.0.5 Free DTS Coherent Acoustics decoder
libdmx-1.0.2 DMX extension library
libdrm-2.3.0 Userspace interface to kernel Direct Rendering
Module servi
libdvbpsi-0.1.6 A library for MPEG TS and DVB PSI tables decoding
and gener
libdvdcss-1.2.9_2 Portable abstraction library for DVD decryption
libdvdnav-0.1.10_3 The library for the xine-dvdnav plugin
libdvdread-0.9.7_3 This is needed by ogle, which is a DVD player that
supports
libebml-0.7.8 EBML (Extensible Binary Meta Language), sort of
binary vers
libexif-0.6.15 Library to read digital camera file meta-data
libfontenc-1.0.4 The fontenc Library
libgcrypt-1.4.0 General purpose crypto library based on code used in
GnuPG
libglade2-2.6.2 GNOME glade library
libglut-7.0.1_1 OpenGL utility toolkit
libgnome-2.22.0 Libraries for GNOME, a GNU desktop environment
libgnomecanvas-2.20.1.1_1 A graphics library for GNOME
libgnomekbd-2.22.0_1 GNOME keyboard shared library
libgnomeprint-2.18.4_1 Gnome print support library
libgnomeprintui-2.18.2_1 Gnome print support library
libgnomeui-2.22.1_1 Libraries for the GNOME GUI, a GNU desktop environment
libgpg-error-1.6 Common error values for all GnuPG components
libgphoto2-2.4.1 A universal digital camera picture control tool
libgpod-0.6.0 A library for direct access of iPod's contents
libgsf-1.14.8_1 An extensible i/o abstraction for dealing with
structured f
libgtop-2.22.1_1 GNOME 2 top library
libgweather-2.22.1.2 Library to accessing online weather informations
libiconv-1.11_1 A character set conversion library
libid3tag-0.15.1b ID3 tags library (part of MAD project)
libltdl-1.5.24 System independent dlopen wrapper
libmad-0.15.1b_2 Libmad library (part of MAD project)
libmatroska-0.8.1 Extensible Multimedia Container Format
libmikmod-esound-3.1.11_2 MikMod Sound Library
libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library
libmodplug-0.8.4 ModPlug mod-like music shared libraries
libmpcdec-1.2.6 High quality audio compression format
libmpeg2-0.4.1_4 A free library for decoding mpeg-2 and mpeg-1 video
streams
libmspack-0.0.20040308_3 A library for Microsoft compression formats
libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio
metadata
libnotify-0.4.4_1 A library for desktop notifications
libogg-1.1.3,4 Ogg bitstream library
liboil-0.3.14 Library of optimized inner loops
liboldX-1.0.1 Old X library
libopendaap-0.4.0_1 C lib used to connect to iTunes(R) music shares
libpurple-2.4.1 Backend library for the Pidgin multi-protocol
messaging cli
librsvg2-2.22.2_1 Library for parsing and rendering SVG vector-graphic
files
libsexy-0.1.11 Extension widgets for GTK+
libsigc++-2.2.2 Callback Framework for C++
libsndfile-1.0.17_2 Reading and writing files containing sampled sound
(like WA
libsoup-2.4.1 A SOAP (Simple Object Access Protocol)
implementation in C
libspectre-0.2.0 A small library for rendering Postscript documents
libtasn1-1.3 ASN.1 structure parser library
libtheora-1.0.b2 Theora video codec for the Ogg multimedia streaming
system
libtool-1.5.24 Generic shared library support script
libungif-4.1.4_5 Tools and library routines for working with GIF images
libusb-0.1.12_2 Library giving userland programs access to USB devices
libvolume_id-0.81.0 Library to provide file system type information
libvorbis-1.2.0_1,3 Audio compression codec library
libwnck-2.22.1 Library used for writing pagers and taskslists
libxkbfile-1.0.4 XKB file library
libxkbui-1.0.2 The xkbui library
libxklavier-3.5_1,1 An utility library to make XKB stuff easier
libxml++-2.22.0 XML API for C++
libxml2-2.6.30 XML parser library for GNOME
libxslt-1.1.22_1 The XSLT C library for GNOME
linux-aspell-0.50.4.1_2 Spelling checker with better logic than ispell
(linux versi
linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary
linux-blackdown-jdk-1.4.2_3 Blackdown Java Development Kit 1.4 for Linux
linux-cairo-1.0.2 Linux cairo binary
linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library
linux-flashplugin-7.0r73 Adobe Flash Player NPAPI Plugin
linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig
linux-glib2-2.6.6 Version 2.X Linux/i386 binary port of GLib
linux-gtk2-2.6.10 GTK+ library, version 2.X, Linux binary
linux-hicolor-icon-theme-0.5_1 A high-color icon theme shell from the
FreeDesktop project
linux-jpeg-6b.34 RPM of the JPEG lib
linux-nvu-1.0 A complete Web Authoring System
linux-openssl-0.9.7f SSL and crypto library (Linux Version)
linux-opera-9.27.20080331 A blazingly fast, full-featured,
standards-compliant browse
linux-pango-1.10.2 Linux pango binary
linux-png-1.2.8_2 RPM of the PNG lib
linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks
linux-scim-libs-1.4.4 Smart Common Input Method platform, library part,
Linux bin
linux-tiff-3.7.1 TIFF library, Linux/i386 binary
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_10 Base set of packages needed in Linux mode (for
i386/amd64)
listres-1.0.1 List resources in widgets
liveMedia-2008.04.09,1 LIVE.COM Streaming Media
localedata-5.4 Legacy locale data for FreeBSD 6+
log4j-1.2.15 A fast and flexible logging library for Java
lsof-4.79,1 Lists information about open files (similar to fstat(1))
luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals
lzmautils-4.32.5 LZMA compression and decompression tools
m4-1.4.9,1 GNU m4
makedepend-1.0.1,1 A dependency generator for makefiles
metacity-2.22.0_1 A window manager for the adult in you
mkcomposecache-1.2_1 Program to create Compose cache files
mkfontdir-1.0.3 Create an index of X font files in a directory
mkfontscale-1.0.3 Creates an index of scalable font files for X
mozilla-1.7.13_6,2 The open source, standards compliant web browser
mp3gain-1.4.6 A tool to normalize the gain of MP3 files
mpeg4ip-libmp4v2-1.6.1 Mpeg-4 library and tools from mpeg4ip
mplayer-0.99.11_4 High performance media player supporting many formats
mplayer-skins-1.1.2_6 Skins for MPlayer's Graphical User Interface (GUI)
mplayerplug-in-3.50_1 A Mozilla plugin for the MPlayer media player
nas-1.8_1 Network Audio System
nasm-2.02,1 General-purpose multi-platform x86 and x86-64 assembler
nautilus-2.22.2_2 File manager for the GNOME desktop
nautilus-cd-burner-2.22.1_1 CD burner view for Nautilus
nspluginwrapper-0.9.91.5 A compatibility plugin for Netscape 4 (NPAPI)
plugins
nspr-4.7 A platform-neutral API for system level and libc
like funct
nss-3.11.9_2 Libraries to support development of security-enabled
applic
nvidia-driver-169.12 NVidia graphics card binary drivers for hardware
OpenGL ren
oclock-1.0.1 Round clock application for X
open-motif-2.2.3_5 Motif X11 Toolkit (industry standard GUI (IEEE 1295))
openldap-client-2.3.41 Open source LDAP client implementation
openoffice.org-2.4.0_5 Integrated
wordprocessor/dbase/spreadsheet/drawing/chart/br
openslp-1.2.1_2 Open-source implementation of the Service Location
Protocol
oss-freebsd7-v4.0-1015-i386 Open Sound System for FreeBSD
p5-Archive-Zip-1.23 Perl module to create, manipulate, read, and write
Zip arch
p5-Authen-SASL-2.11 Perl5 module for SASL authentication
p5-Compress-Raw-Zlib-2.009 Low-Level Interface to zlib compression library
p5-Compress-Zlib-2.009 Perl5 interface to zlib compression library
p5-Digest-1.15 Modules that calculate message digests
p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms
p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm
p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm
p5-File-Temp-0.20 Perl5 module to generate temporary files or
directories saf
p5-File-Which-0.05 Portable implementation of `which' in Perl
p5-GSSAPI-0.26 Perl extension providing access to the GSSAPIv2 library
p5-HTML-Parser-3.56_1 Perl5 module for parsing HTML documents
p5-HTML-Tagset-3.20 Some useful data table in parsing HTML
p5-HTML-Tree-3.23 A collection of modules to manupulate HTML syntax trees
p5-IO-Compress-Base-2.009 Base Class for IO::Uncompress modules
p5-IO-Compress-Zlib-2.009 Perl5 interface for reading and writing of
(g)zip files
p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings
p5-Net-1.22,1 Perl5 modules to access and use network protocols
p5-Net-DBus-0.33.6 Perl extension for the DBus message system
p5-PathTools-3.2701 A Perl module for portably manipulating file
specifications
p5-Text-Iconv-1.7 Perl interface to iconv() codeset conversion function
p5-Tie-IxHash-1.21 Perl module implementing ordered in-memory
associative arra
p5-Time-HiRes-1.9712,1 A perl5 module implementing High resolution time,
sleep, an
p5-URI-1.36 Perl5 interface to Uniform Resource Identifier (URI)
refere
p5-XML-Filter-BufferText-1.01 Filter to put all characters() in one event
p5-XML-Grove-0.46.a Perl-style XML objects
p5-XML-Handler-YAWriter-0.23 Yet another Perl SAX XML Writer
p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class
p5-XML-Parser-2.36 Perl extension interface to James Clark's XML
parser, expat
p5-XML-SAX-0.16 Simple API for XML
p5-XML-SAX-Expat-0.39 Simple API for XML
p5-XML-SAX-Writer-0.50 SAX2 XML Writer
p5-XML-Simple-2.18 Trivial API for reading and writing XML (esp config
files)
p5-XML-Twig-3.32 Process huge XML documents by chunks via a tree
interface
p5-XML-XPath-1.13 Modules for parsing and evaluating XPath statements
p5-gettext-1.05_1 Message handling functions
p5-libwww-5.805 Perl5 library for WWW access
p5-libxml-0.08 Collection of Perl5 modules for working with XML
pango-1.20.2 An open-source framework for the layout and
rendering of i1
patch-2.5.4 GNU patch utility
pccts-1.33.33 The Purdue Compiler Construction Tool Set
pciids-20071004 Database of all known ID's used in PCI devices
pcre-7.4 Perl Compatible Regular Expressions library
perl-5.8.8_1 Practical Extraction and Report Language
pidgin-2.4.1 Pidgin multi-protocol messaging client (GTK+ UI)
pixman-0.9.6 Low-level pixel manipulation library
pkg-config-0.22_1 A utility to retrieve information about installed
libraries
png-1.2.22 Library for manipulating PNG images
pokerth-0.6_1 A poker game written in C++/QT4
policykit-0.1.20060514_4 Framework for controlling access to system-wide
components
policykit-0.7_5 Framework for controlling access to system-wide
components
poppler-0.6.4 A PDF rendering library
poppler-data-0.2.0 Poppler encoding data
poppler-gtk-0.6.4 Gtk bindings to poppler
popt-1.7_4 A getopt(3) like library with a number of
enhancements, fro
portaudio-18.1_2 Portable cross-platform Audio API
printproto-1.0.3 Print extension headers
py25-cairo-1.4.0_1 Python bindings for Cairo
py25-dbus-0.82.4 Python bindings for the D-BUS messaging system
py25-elementtree-1.2.6 Container for hierarchical data structures
written in Pytho
py25-gdata-1.0.11.1 GData Python Client Library
py25-gnome-2.22.0 A set of Python bindings for GNOME 2
py25-gobject-2.14.1 Python bindings for GObject
py25-gstreamer-0.10.11 A set of Python bindings for gstreamer
py25-gtk-2.12.1 A set of Python bindings for GTK+
py25-libxml2-2.6.31 Python interface for XML parser library for GNOME
py25-numeric-24.2 The Numeric Extension to Python
py25-orbit-2.14.3 Python bindings for ORBit2
py25-xml-0.8.4 PyXML: Python XML library enhancements
pyrex-0.9.6.4 Programming Language for writing Python extension
modules
python25-2.5.1_1 An interpreted object-oriented programming language
qmake-3.3.8_1 The build utility of the Qt project
qt-3.3.8_7 Multiplatform C++ application framework
qt4-corelib-4.3.4 Qt core library
qt4-gui-4.3.4_1 Qt graphical user interface library
qt4-moc-4.3.4 Qt meta object compiler
qt4-qmake-4.3.4 The build utility of the Qt project
qt4-rcc-4.3.4 Qt resource compiler
qt4-uic-4.3.4 Qt user interface compiler
randrproto-1.2.1 Randr extension headers
rarian-0.8.0 An OMF help system based on the Freedesktop
specification
recordproto-1.13.2 RECORD extension headers
renderproto-0.9.3 RenderProto protocol headers
rgb-1.0.1 Uncompile an rgb corl-name database
rpm-3.0.6_13 The Red Hat Package Manager
rpm2cpio-1.2_2 Convert .rpm files for extraction with
/usr/bin/cpio, needs
rstart-1.0.2 Sample implementation of a Remote Start client
rtc-2004.02.24.1_8 Kernel module which provides /dev/rtc device support
ruby-1.8.6.111_2,1 An object-oriented interpreted scripting language
ruby18-deplate-0.8.1 Ruby tool for converting wiki-like markup
samba-libsmbclient-3.0.28 Shared libs from the samba package
scripts-1.0.1 Various X related scripts
scrnsaverproto-1.1.0 ScrnSaver extension headers
sdl-1.2.13_1,2 Cross-platform multimedia development API
sdl_image-1.2.6_1 A simple library to load images of various formats
as SDL s
sdl_mixer-1.2.8_1 A sample multi-channel audio mixer library
sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD
sessreg-1.0.3 Manage utmp/wtmp entries for non-init X clients
setxkbmap-1.0.4 Set the keyboard using the X Keyboard Extension
shared-mime-info-0.23_1 A MIME type database from the FreeDesktop project
showfont-1.0.1 Font dumper for the X font server
smpeg-0.4.4_8 A free MPEG1 video player library with sound support
smproxy-1.0.2 Session Manager Proxy
speex-1.2.b2,1 An open-source patent-free voice codec
sqlite3-3.5.6 An SQL database engine in a C library w/ Tcl wrapper
startup-notification-0.9_2 Library that supports startup notification
spec from freede
svgalib-1.4.3_5 A low level console graphics library
swt-devel-3.4.m5,1 Standard Widget Toolkit for Java
system-tools-backends-2.6.0 Backend system admin scripts for
gnome-system-tools
texi2html-1.76_1,1 Texinfo to HTML converter
thunderbird-2.0.0.12_3 Mozilla Thunderbird is standalone mail and news
that stands
tiff-3.8.2_1 Tools and library routines for working with TIFF images
totem-2.22.2 A gstreamer-based video player for the GNOME 2 Desktop
totem-pl-parser-2.22.2 GObject-based library to parse a host of playlist
formats
trapproto-3.4.3 DEC-XTRAP extension headers
twm-1.0.3_3 Tab Window Manager for the X Window System
ubench-0.32 Unix Benchmark Utility for CPU(s) and memory
unzip-5.52_5 List, test and extract compressed files in a ZIP archive
v4l_compat-1.0.20060801 Video4Linux compatibility header
vcdimager-0.7.23_4 GNU VCDImager/VCDRip -- The GNU VideoCD Image
Maker/Ripping
videoproto-2.2.2 Video extension headers
viewres-1.0.1 Graphical class browser for Xt
vlc-0.8.6.f_3,2 Multimedia streaming server and player for various
audio/vi
vte-0.16.13_1 Terminal widget with improved accessibility and I18N
suppor
webfonts-0.30_4 TrueType core fonts for the Web
win32-codecs-3.1.0.r1,1 Huge compilation of Win32 binary video codecs
wxgtk2-common-2.8.7_1 The wxWidgets GUI toolkit (common files)
wxgtk2-unicode-2.8.7_1 The wxWidgets GUI toolkit (Unicode)
x11perf-1.4.1 X11 server performance test program
x264-0.0.20080409_1 Multimedia library and tool for encoding H.264/AVC
video st
xauth-1.0.2 X authority file utility
xbacklight-1.1 Program to adjust backlight brightness
xbiff-1.0.1 Mailbox flag for X
xbitmaps-1.0.1 X.Org bitmaps data
xcalc-1.0.2 Scientific calculator for X
xclipboard-1.0.1 X clipboard client
xclock-1.0.3 Analog and digital clock for X
xcmsdb-1.0.1 Device Color Characterization utility for X
xconsole-1.0.3 Monitor system console messages with X
xcursor-themes-1.0.1_1 X.org cursors themes
xcursorgen-1.0.2 Create an X cursor file from a collection of PNG images
xdbedizzy-1.0.2 Demo of DBE creating a double buffered spinning scene
xditview-1.0.1 Display ditroff output
xdm-1.1.6_2 X.Org X display manager
xdpyinfo-1.0.2 Display information utility for X
xdriinfo-1.0.2 Query configuration information of DRI drivers
xedit-1.0.2 Simple text editor for X
xev-1.0.2 Print contents of X events
xextproto-7.0.2 XExt extension headers
xeyes-1.0.1 A follow the mouse X demo
xf86-input-keyboard-1.2.2_1 X.Org keyboard input driver
xf86-input-mouse-1.2.3 X.Org mouse input driver
xf86-video-ati-6.7.195 X.Org ati display driver
xf86-video-i810-1.6.5_3 X.Org i810 display driver
xf86-video-nv-2.1.6 X.Org nv display driver
xf86-video-vesa-1.3.0_1 X.Org vesa display driver
xf86-video-vga-4.1.0_1 X.Org vga display driver
xf86-video-via-0.2.2_2 X.Org via display driver
xf86dga-1.0.2 Test program for the XFree86-DGA extension
xf86dgaproto-2.0.3 XFree86-DGA extension headers
xf86miscproto-0.9.2 XFree86-Misc extension headers
xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers
xfd-1.0.1 Display all characters in an X font
xfindproxy-1.0.1 Locate available proxy services
xfontsel-1.0.2 Point and click selection of X11 font names
xfs-1.0.5,1 X.Org font server
xfsinfo-1.0.1 X font server information utility
xfwp-1.0.1 X firewall proxy
xgamma-1.0.2 Gamma correction through the X server.
xgc-1.0.1 X graphics demo
xhost-1.0.2 Server access control program for X
xineramaproto-1.1.2 Xinerama extension headers
xinit-1.0.7 X Window System initializer
xkbcomp-1.0.3 Compile XKB keyboard description
xkbevd-1.0.2 XKB event daemon
xkbprint-1.0.1 Utility for printing an XKB keyboard description
xkbutils-1.0.1 XKB utility demos
xkeyboard-config-1.0_1 X Keyboard Configuration Database
xkill-1.0.1 Utility for killing a client by its X resource
xload-1.0.2 System load average display for X
xlogo-1.0.1 Displays the X Window System logo.
xlsatoms-1.0.1 List interned atoms defined on a server
xlsclients-1.0.1 List client applications running on a display
xlsfonts-1.0.2 Server font list displayer for X
xmag-1.0.2 X application for screen magnifying
xman-1.0.3 Manual page display program for X
xmessage-1.0.2 Display message or query in a X window
xmlcatmgr-2.2 SGML and XML catalog manager
xmms-1.2.11_2 X Multimedia System -- An audio player with Winamp GUI
xmodmap-1.0.3 Utility for modifying keymaps and pointer button
mappings i
xmore-1.0.1 Plain text display program for X
xorg-7.3_1 X.Org complete distribution metaport
xorg-apps-7.3 X.org apps meta-port
xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds
xorg-docs-1.4,1 X.org documentation files
xorg-drivers-7.3 X.org drivers meta-port
xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts
xorg-fonts-7.3 X.org fonts meta-port
xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts
xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-7.3 X.Org TrueType fonts
xorg-fonts-type1-7.3 X.Org Type1 fonts
xorg-libraries-7.3_1 X.org libraries meta-port
xorg-protos-7.3 X.org protos meta-port
xorg-server-1.4_4,1 X.Org X server and related programs
xphelloworld-1.0.1_1 Sends a test page to an Xprint printer
xplsprinters-1.0.1 Shows a list of Xprint printers
xpr-1.0.2 Utility for printing an X window dump
xprehashprinterlist-1.0.1 Recomputes the list of available printers.
xprop-1.0.3 Property displayer for X
xproto-7.0.10_1 X11 protocol headers
xrandr-1.2.2 Primitive command line interface to the RandR extension
xrdb-1.0.4 X server resource database utility
xrefresh-1.0.2 Refresh all or part of an X screen
xrx-1.0.1 RX helper program
xscreensaver-gnome-4.24_7 Save your screen while you entertain your cat
(for GNOME us
xset-1.0.3 User preference utility for X
xsetmode-1.0.0 Set the mode for an X Input Device
xsetpointer-1.0.1 Set an X Input device as the main pointer
xsetroot-1.0.2 root window parameter setting utility for X
xsm-1.0.1 X Session Manager
xstdcmap-1.0.1 X standard colormap utility
xterm-229 Terminal emulator for the X Window System
xtrans-1.0.4 Abstract network code for X
xtrap-1.0.2 XTrap sample clients for X
xvid-1.1.3,1 An opensource MPEG-4 codec, based on OpenDivx
xvidtune-1.0.1 Video mode tuner for X
xvinfo-1.0.2 Print out X-Video extension adaptor information
xwd-1.0.1 Dump an image of an X window
xwininfo-1.0.3 Window information utility for X
xwud-1.0.1 Image displayer for X
yasm-0.6.2 A complete rewrite of the NASM assembler
yelp-2.22.1 A help browser for the GNOME 2 desktop
zenity-2.22.1 Display GNOME dialogs from the command line
zip-2.32 Create/update ZIP files compatible with pkzip
From marcus at FreeBSD.org Mon May 19 04:22:29 2008
From: marcus at FreeBSD.org (Joe Marcus Clarke)
Date: Mon May 19 04:22:33 2008
Subject: [Bulk] Re: FreeBSD Port: policykit-gnome-0.8
In-Reply-To: <4830A007.5040209@rogers.com>
References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org>
<4830A007.5040209@rogers.com>
Message-ID: <1211170971.23315.3.camel@shumai.marcuscom.com>
On Sun, 2008-05-18 at 17:30 -0400, Brodey Dover wrote:
> pkg_info Output:
>
> policykit-0.1.20060514_4 Framework for controlling access to system-wide
> components
> policykit-0.7_5 Framework for controlling access to system-wide
> components
You need to remove these two packages, then reinstall
sysutils/policykit. Then you'll be able to install policykit-gnome.
Joe
--
Joe Marcus Clarke
FreeBSD GNOME Team :: gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/c0334cba/attachment.pgp
From bugmaster at FreeBSD.org Mon May 19 11:07:09 2008
From: bugmaster at FreeBSD.org (FreeBSD bugmaster)
Date: Mon May 19 11:08:11 2008
Subject: Current problem reports assigned to gnome@FreeBSD.org
Message-ID: <200805191107.m4JB78ZK011899@freefall.freebsd.org>
Current FreeBSD problem reports
Critical problems
Serious problems
S Tracker Resp. Description
--------------------------------------------------------------------------------
a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in
f ports/121263 gnome www/firefox: Firefox coredumps under FreeBSD 6.3 in Pr
f ports/123079 gnome Firefox keeps on crashing on amd64
3 problems total.
Non-critical problems
S Tracker Resp. Description
--------------------------------------------------------------------------------
o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup
o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox
f ports/121472 gnome Loading perl scripts causes irc/xchat segmentation fau
o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12
s ports/122443 gnome [PATCH] net/avahi-app: use correct rc script suffix
o ports/123036 gnome [update] x11-toolkits/libgtksourceviewmm version 0.2.0
o ports/123790 gnome Update port: www/webkit-gtk2 to 0.0.33561
7 problems total.
From pcfxer at rogers.com Mon May 19 15:08:26 2008
From: pcfxer at rogers.com (Brodey Dover)
Date: Mon May 19 15:08:34 2008
Subject: [Bulk] Re: FreeBSD Port: policykit-gnome-0.8
In-Reply-To: <1211170971.23315.3.camel@shumai.marcuscom.com>
References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org>
<4830A007.5040209@rogers.com>
<1211170971.23315.3.camel@shumai.marcuscom.com>
Message-ID: <483197D8.3000401@rogers.com>
Worked like a charm sir.
Thank you,
Brodey Dover
From shawn.beasley at freenet.de Mon May 19 16:24:50 2008
From: shawn.beasley at freenet.de (Shawn Beasley)
Date: Mon May 19 16:24:57 2008
Subject: nautilus consistently crashing
Message-ID: <4831A991.4020007@freenet.de>
I have seen this in the internet
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-September/008387.html
I am having the same symptoms with a samba share, and I have traced it
down. The crash happens as soon as a directory is found by Nautilus
which has a Thumbs.db file created by a windows machine. If you delete
this from teh server, you can then access the share.
My question is why? I would like to have the Thumbs.db remain in the
folder because of the caching function for windows. I would also not
like to comment it out using the file hide opttion due to performance hits.
Any one have a clue?
nautilus:
Installed: 2.20.0-3
Candidate: 2.20.0-3
Version table:
*** 2.20.0-3 0
500 http://ftp.de.debian.org unstable/main Packages
500 http://ftp.de.debian.org testing/main Packages
100 /var/lib/dpkg/status
Debian GNU/Linux lenny/sid
--Shawn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20080519/61a1ec3c/signature.pgp
From nork at FreeBSD.org Mon May 19 17:40:49 2008
From: nork at FreeBSD.org (Norikatsu Shigemura)
Date: Mon May 19 17:40:55 2008
Subject: gvfs-* directories in /var/tmp
In-Reply-To:
References: <20080518225904.GA61569@osiris.chen.org.nz>
Message-ID: <20080520024031.d3c5c24c.nork@FreeBSD.org>
On Sun, 18 May 2008 19:25:30 -0500
"Jeremy Messenger" wrote:
> > Did I miss something in my installation of GNOME?
> You didn't miss anything. I have a lot of that gvfs-* in /var/tmp too and
> clean out once a while. I was to ask about it in past, but I forgot to do
> it.
I'm using attached rcNG script, and every-reboot, I try to
remove these directories like gvfs-*-*.
From pcfxer at rogers.com Mon May 19 18:29:51 2008
From: pcfxer at rogers.com (Brodey Dover)
Date: Mon May 19 18:29:55 2008
Subject: How to configure policykit
In-Reply-To: <4831C20E.8070904@freebsd.org>
References: <4830190F.5090104@rogers.com> <48307B68.7090007@freebsd.org>
<4830A007.5040209@rogers.com>
<1211170971.23315.3.camel@shumai.marcuscom.com>
<48319D11.405@rogers.com> <4831A60A.2020707@freebsd.org>
<4831BCD6.9090205@rogers.com> <4831C20E.8070904@freebsd.org>
Message-ID: <4831C714.70604@rogers.com>
Okay this is what I have then :
I start gnome using gdm via gnome_enable. Which then should mean I don't
need to do any other configuration...but that is not the case so, I
check to see if ck is working:
%ck-list-sessions
Session1:
uid = '1001'
realname = 'Brodey Dover'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/ttyv8'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2008-05-19T17:56:12Z'
ck seems to be working fine. sysctl disk stuff:
0 DISK da1 1023934464 512 hd 64 sc 32
1 MBR da1s2 941681152 512 i 1 o 82252800 ty 11
2 LABEL msdosfs/IPOD 941681152 512 i 0 o 0
0 DISK ad4 320072933376 512 hd 16 sc 63
1 MBR ad4s2 266383434240 512 i 1 o 53686886400 ty 165
2 BSD ad4s2f 257849426432 512 i 5 o 8534007808 ty 7
2 BSD ad4s2e 536870912 512 i 4 o 7997136896 ty 7
2 BSD ad4s2d 3202351104 512 i 3 o 4794785792 ty 7
2 BSD ad4s2c 266383434240 512 i 2 o 0 ty 0
2 BSD ad4s2b 4257914880 512 i 1 o 536870912 ty 1
2 BSD ad4s2a 536870912 512 i 0 o 0 ty 7
1 MBR ad4s1 53686854144 512 i 0 o 32256 ty 7
FSTAB:
%cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ad4s2b none swap sw 0 0
/dev/ad4s2a / ufs rw 1 1
/dev/ad4s2e /tmp ufs rw 2 2
/dev/ad4s2f /usr ufs rw 2 2
/dev/ad4s2d /var ufs rw 2 2
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
proc /proc procfs rw 0 0
Mounting using mount dock-applet:
Error org.freedesktop.DBus.Error.AccessDenied.
...(rejected message had interface "org.freedesktop.Hal.Device.Volume"
member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
DMESG:
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #2: Tue Apr 29 16:11:18 EDT 2008
Brodey@Brodey.doverosx.com:/usr/obj/usr/src/sys/DOVER0
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2100.02-MHz
686-class CPU)
Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2
Features=0x178bfbff
Features2=0x2001
AMD Features=0xea500800
AMD Features2=0x1f
Cores per package: 2
real memory = 2146304000 (2046 MB)
avail memory = 2082357248 (1985 MB)
ACPI APIC Table:
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0: Changing APIC ID to 4
ioapic0 irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Apr 29 2008 16:11:01)
acpi0: on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 7fde0000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_hpet0: iomem 0xfefff000-0xfefff3ff on
acpi0
Timecounter "HPET" frequency 25000000 Hz quality 900
cpu0: on acpi0
powernow0: on cpu0
cpu1: on acpi0
powernow1: on cpu1
acpi_button0: on acpi0
pcib0: port 0xcf8-0xcff on acpi0
pci0: on pcib0
pci0: at device 0.0 (no driver attached)
isab0: at device 1.0 on pci0
isa0: on isab0
pci0: at device 1.1 (no driver attached)
ohci0: mem 0xfe02f000-0xfe02ffff at
device 2.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: on ohci0
usb0: USB revision 1.0
uhub0: on usb0
uhub0: 10 ports with 10 removable, self powered
ehci0: mem 0xfe02e000-0xfe02e0ff at
device 2.1 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb1: EHCI version 1.0
usb1: companion controller, 10 ports each: usb0
usb1: on ehci0
usb1: USB revision 2.0
uhub1: on usb1
uhub1: 10 ports with 10 removable, self powered
umass0: on uhub1
umass1: on uhub1
atapci0: port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 4.0 on pci0
ata0: on atapci0
ata0: [ITHREAD]
ata1: on atapci0
ata1: [ITHREAD]
atapci1: port
0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xdc00-0xdc0f mem
0xfe02d000-0xfe02dfff irq 20 at device 5.0 on pci0
atapci1: [ITHREAD]
ata2: on atapci1
ata2: [ITHREAD]
ata3: on atapci1
ata3: [ITHREAD]
atapci2: port
0x9e0-0x9e7,0xbe0-0xbe3,0x960-0x967,0xb60-0xb63,0xc800-0xc80f mem
0xfe02c000-0xfe02cfff irq 21 at device 5.1 on pci0
atapci2: [ITHREAD]
ata4: on atapci2
ata4: [ITHREAD]
ata5: on atapci2
ata5: [ITHREAD]
atapci3: port
0xc400-0xc407,0xc000-0xc003,0xbc00-0xbc07,0xb800-0xb803,0xb400-0xb40f
mem 0xfe02b000-0xfe02bfff irq 22 at device 5.2 on pci0
atapci3: [ITHREAD]
ata6: on atapci3
ata6: [ITHREAD]
ata7: on atapci3
ata7: [ITHREAD]
pcib1: at device 6.0 on pci0
pci1: on pcib1
pci1: at device 7.0 (no driver attached)
rl0: port 0xa800-0xa8ff mem
0xfdeff000-0xfdeff0ff irq 18 at device 8.0 on pci1
miibus0: on rl0
rlphy0: PHY 0 on miibus0
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:0e:2e:bd:d8:03
rl0: [ITHREAD]
pcib2: at device 15.0 on pci0
pci2: on pcib2
nvidia0: port 0x9c00-0x9c7f mem
0xfa000000-0xfaffffff,0xe0000000-0xefffffff,0xfb000000-0xfbffffff irq 16
at device 0.0 on pci2
nvidia0: [GIANT-LOCKED]
nvidia0: [ITHREAD]
acpi_tz0: on acpi0
atkbdc0: port 0x60,0x64 irq 1 on acpi0
atkbd0: irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
pmtimer0 on isa0
orm0: at iomem 0xc0000-0xcdfff pnpid ORM0000 on isa0
ppc0: parallel port not found.
sc0: at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
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 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
ums0: on uhub0
ums0: 8 buttons and Z dir.
Timecounters tick every 1.000 msec
hptrr: no controller detected.
acd0: DMA limited to UDMA33, device found non-ATA66 cable
acd0: DVDR at ata0-master UDMA33
ad4: 305245MB at ata2-master SATA300
GEOM_LABEL: Label for provider acd0 is iso9660/TDU.
SMP: AP CPU #1 Launched!
da1 at umass-sim1 bus 1 target 0 lun 0
da1: Removable Direct Access SCSI-0 device
da1: 40.000MB/s transfers
da1: 976MB (1999872 512 byte sectors: 64H 32S/T 976C)
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 123MB (252928 512 byte sectors: 64H 32S/T 123C)
GEOM_LABEL: Label for provider da0s1 is msdosfs/OPPO.
GEOM_LABEL: Label for provider da1s2 is msdosfs/IPOD.
Trying to mount root from ufs:/dev/ad4s2a
rl0: link state changed to UP
sblive0: [ITHREAD]
sblive0: port 0xac00-0xac3f irq 17 at device 7.0 on pci1
rl0: link state changed to DOWN
rl0: link state changed to UP
umass0: at uhub1 port 5 (addr 2) disconnected
(da0:umass-sim0:0:0:0): lost device
(da0:umass-sim0:0:0:0): removing device entry
GEOM_LABEL: Label msdosfs/OPPO removed.
umass0: detached
umass0: on uhub1
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 123MB (252928 512 byte sectors: 64H 32S/T 123C)
GEOM_LABEL: Label for provider da0s1 is msdosfs/OPPO.
GNOME MOUNT:
gnome-mount --block --no-ui --verbose --hal-udi
/org/freedesktop/Hal/devices/volume_uuid_FC4A_C262
gnome-mount 0.8
** (gnome-mount:2382): DEBUG: Mounting
/org/freedesktop/Hal/devices/volume_uuid_FC4A_C262
** (gnome-mount:2382): DEBUG: read default option 'longnames' from gconf
strlist key /system/storage/default_options/vfat/mount_options
** (gnome-mount:2382): DEBUG: read default option '-u=' from gconf
strlist key /system/storage/default_options/vfat/mount_options
** (gnome-mount:2382): DEBUG: Mounting
/org/freedesktop/Hal/devices/volume_uuid_FC4A_C262 with
mount_point='OPPO', fstype='', num_options=2
** (gnome-mount:2382): DEBUG: option='longnames'
** (gnome-mount:2382): DEBUG: option='-u=1001'
** Message: Mount failed for
/org/freedesktop/Hal/devices/volume_uuid_FC4A_C262
org.freedesktop.DBus.Error.AccessDenied : A security policy in place
prevents this sender from sending this message to this recipient, see
message bus configuration file (rejected message had interface
"org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)"
destination "org.freedesktop.Hal")
From marcus at freebsd.org Mon May 19 18:40:19 2008
From: marcus at freebsd.org (Joe Marcus Clarke)
Date: Mon May 19 18:40:22 2008
Subject: How to configure policykit
In-Reply-To: <4831C714.70604@rogers.com>
References: <4830190F.5090104@rogers.com>
<48307B68.7090007@freebsd.org> <4830A007.5040209@rogers.com> <1211170971.23315.3.camel@shumai.marcuscom.com> <48319D11.405@rogers.com>
<4831A60A.2020707@freebsd.org> <4831BCD6.9090205@rogers.com>
<4831C20E.8070904@freebsd.org> <4831C714.70604@rogers.com>
Message-ID: <4831C990.7090107@freebsd.org>
Brodey Dover wrote:
> Okay this is what I have then :
>
> I start gnome using gdm via gnome_enable. Which then should mean I don't
> need to do any other configuration...but that is not the case so, I
> check to see if ck is working:
>
> %ck-list-sessions
> Session1:
> uid = '1001'
> realname = 'Brodey Dover'
> seat = 'Seat1'
> session-type = ''
> active = TRUE
> x11-display = ':0'
> x11-display-device = '/dev/ttyv8'
> display-device = ''
> remote-host-name = ''
> is-local = TRUE
> on-since = '2008-05-19T17:56:12Z'
>
> ck seems to be working fine. sysctl disk stuff:
>
> 0 DISK da1 1023934464 512 hd 64 sc 32
> 1 MBR da1s2 941681152 512 i 1 o 82252800 ty 11
> 2 LABEL msdosfs/IPOD 941681152 512 i 0 o 0
> 0 DISK ad4 320072933376 512 hd 16 sc 63
> 1 MBR ad4s2 266383434240 512 i 1 o 53686886400 ty 165
> 2 BSD ad4s2f 257849426432 512 i 5 o 8534007808 ty 7
> 2 BSD ad4s2e 536870912 512 i 4 o 7997136896 ty 7
> 2 BSD ad4s2d 3202351104 512 i 3 o 4794785792 ty 7
> 2 BSD ad4s2c 266383434240 512 i 2 o 0 ty 0
> 2 BSD ad4s2b 4257914880 512 i 1 o 536870912 ty 1
> 2 BSD ad4s2a 536870912 512 i 0 o 0 ty 7
> 1 MBR ad4s1 53686854144 512 i 0 o 32256 ty 7
>
> FSTAB:
>
> %cat /etc/fstab
> # Device Mountpoint FStype Options Dump Pass#
> /dev/ad4s2b none swap sw 0 0
> /dev/ad4s2a / ufs rw 1 1
> /dev/ad4s2e /tmp ufs rw 2 2
> /dev/ad4s2f /usr ufs rw 2 2
> /dev/ad4s2d /var ufs rw 2 2
> /dev/acd0 /cdrom cd9660 ro,noauto 0 0
> proc /proc procfs rw 0 0
>
> Mounting using mount dock-applet:
>
> Error org.freedesktop.DBus.Error.AccessDenied.
> ...(rejected message had interface "org.freedesktop.Hal.Device.Volume"
> member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
>
> DMESG:
>
> Copyright (c) 1992-2008 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
> The Regents of the University of California. All rights reserved.
> FreeBSD is a registered trademark of The FreeBSD Foundation.
> FreeBSD 7.0-RELEASE #2: Tue Apr 29 16:11:18 EDT 2008
> Brodey@Brodey.doverosx.com:/usr/obj/usr/src/sys/DOVER0
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (2100.02-MHz
> 686-class CPU)
> Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2
>
> Features=0x178bfbff
>
> Features2=0x2001
> AMD Features=0xea500800
> AMD Features2=0x1f
> Cores per package: 2
> real memory = 2146304000 (2046 MB)
> avail memory = 2082357248 (1985 MB)
> ACPI APIC Table:
> FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
> cpu0 (BSP): APIC ID: 0
> cpu1 (AP): APIC ID: 1
> ioapic0: Changing APIC ID to 4
> ioapic0 irqs 0-23 on motherboard
> kbd1 at kbdmux0
> ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
> hptrr: HPT RocketRAID controller driver v1.1 (Apr 29 2008 16:11:01)
> acpi0: on motherboard
> acpi0: [ITHREAD]
> acpi0: Power Button (fixed)
> acpi0: reservation of 0, a0000 (3) failed
> acpi0: reservation of 100000, 7fde0000 (3) failed
> Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
> acpi_hpet0: iomem 0xfefff000-0xfefff3ff on
> acpi0
> Timecounter "HPET" frequency 25000000 Hz quality 900
> cpu0: on acpi0
> powernow0: on cpu0
> cpu1: on acpi0
> powernow1: on cpu1
> acpi_button0: on acpi0
> pcib0: port 0xcf8-0xcff on acpi0
> pci0: on pcib0
> pci0: at device 0.0 (no driver attached)
> isab0: at device 1.0 on pci0
> isa0: on isab0
> pci0: at device 1.1 (no driver attached)
> ohci0: mem 0xfe02f000-0xfe02ffff at
> device 2.0 on pci0
> ohci0: [GIANT-LOCKED]
> ohci0: [ITHREAD]
> usb0: OHCI version 1.0, legacy support
> usb0: SMM does not respond, resetting
> usb0: on ohci0
> usb0: USB revision 1.0
> uhub0: