consolekit/polkit problem
Kevin Downey
redchin at gmail.com
Fri Mar 28 12:44:39 PDT 2008
On Fri, Mar 28, 2008 at 12:30 PM, Joe Marcus Clarke
<marcus at marcuscom.com> wrote:
> On Fri, 2008-03-28 at 12:29 -0700, Kevin Downey wrote:
> > On Fri, Mar 28, 2008 at 11:12 AM, Joe Marcus Clarke
> > <marcus at marcuscom.com> wrote:
> > > On Fri, 2008-03-28 at 18:49 +0100, Stefan Hauser wrote:
> > > > > XDG_SESSION_COOKIE should be set by gdm. You can do a ps -auwwex and
> > > > > grep for gnome-session to see that it's being set in the environment.
> > > >
> > > > tadaaa.. i did the ps and saw nothing.. there was no procfs mouted.
> > > > now with /proc, everything runs as expected...
> > >
> > > Yeah, procfs IS REQUIRED for GNOME. Sucks, I know, but until we have a
> > > replacement for /proc/PID/file on all supported versions of FreeBSD,
> > > we're stuck with it.
> > >
> > > Joe
> > >
> >
> > so procfs is required for GNOME,
> > That means you have to choose between java and gnome?
>
> I use both on my workstation with /proc mounted and I don't have a
> problem. Where does it state that the /proc and Java don't mix?
>
>
>
> Joe
>
> --
> PGP Key : http://www.marcuscom.com/pgp.asc
>
I forgot where I read it, but I was having trouble getting java to
work and I googled and found a site that said they don't mix. When I
unmounted /proc java started working.
kpd at eskarina ~/clojure_20080213% java -version
java version "1.5.0_14-p8"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.5.0_14-p8-root_28_feb_2008_23_34)
Java HotSpot(TM) Server VM (build 1.5.0_14-p8-root_28_feb_2008_23_34,
mixed mode)
kpd at eskarina ~/clojure_20080213% java -cp
/usr/local/share/java/classes/jline.jar:clojure.jar
jline.ConsoleRunner clojure.lang.Repl
Clojure
user=> (+ 1 3)
4
user=>
kpd at eskarina ~/clojure_20080213% sudo mount -t procfs null /proc
kpd at eskarina ~/clojure_20080213% java -cp
/usr/local/share/java/classes/jline.jar:clojure.jar
jline.ConsoleRunner clojure.lang.Repl
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment.
zsh: exit 2 java -cp /usr/local/share/java/classes/jline.jar:clojure.jar
kpd at eskarina ~/clojure_20080213%
--
The Mafia way is that we pursue larger goals under the guise of
personal relationships.
Fisheye
More information about the freebsd-gnome
mailing list