Re: Beagle packages.



Ohh,, of course, I was tired :)

I just wanted to check out what output I was "eval:ing" before acctually
doing it.  Didn't think about that fact that I actually ran it twice :)

/Erik


On Sun, 2004-08-29 at 22:25, Nat Friedman wrote:
> You ran dbus-launch twice.  Why'd you do that !! thing?
> 
> Nat
> 
> On Sun, 2004-08-29 at 21:56 +0200, Erik Bågfors wrote:
> > On Sat, 2004-08-28 at 23:16, Nat Friedman wrote:
> > > Two notes on running Beagle.
> > > 
> > > First, make sure you have the following packages installed:
> > > 
> > > 	dbus, dbus-glib, dbus-sharp, dbus-x11, evolution-sharp, beagle
> > > 
> > > Next, you'll need to start a session D-Bus, which is bus that runs
> > > during your login session, and is separate from the system bus which
> > > runs as root and which is running the whole time your computer is on.
> > > 
> > > To launch Beagle, follow these steps:
> > >         
> > >         (1) Start the session bus
> > >         
> > >         	% eval `dbus-launch`
> > >         
> > >         (2) Run the Beagle daemon
> > >         
> > >         	% beagled
> > >         
> > >         (3) Index some files
> > >         
> > >         	% beagle-index-files ~/Documents/*
> > >         
> > >         (3) Run the graphical search tool
> > >         
> > >         	% best
> > > 
> > > Hopefully this will work for you!  These are the first packages I've
> > > ever built, so they're likely to have problems.
> > 
> > This is as far as I got
> > 
> > : [bagfors zyrgelkwytng]$ ; dbus-launch
> > DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-RxAdZypZGw'
> > DBUS_SESSION_BUS_PID=11793
> >  
> > #[Sun Aug 29 21:52:54]:~
> > : [bagfors zyrgelkwytng]$ ; eval `!!`
> > eval `dbus-launch `
> >  
> > #[Sun Aug 29 21:53:02]:~
> > : [bagfors zyrgelkwytng]$ ; beagled
> >  
> > #[Sun Aug 29 21:53:08]:~
> > : [bagfors zyrgelkwytng]$ ; beagle-index-files ~/Documents/
> >  
> > Unhandled Exception: DBus.DBusException: Unable to determine the address
> > of the message bus
> > in <0x000bb> DBus.Bus:GetBus (DBus.Bus/BusType)
> > in <0x0000f> DBus.Bus:GetSessionBus ()
> > in [0x0000a] (at
> > /usr/src/packages/BUILD/beagle-0.0.3/BeagleClient/DBusisms.cs:44)
> > Beagle.DBusisms:get_Connection ()
> > in [0x0000a] (at
> > /usr/src/packages/BUILD/beagle-0.0.3/BeagleClient/DBusisms.cs:52)
> > Beagle.DBusisms:get_Service ()
> > in [0x0000a] (at
> > /usr/src/packages/BUILD/beagle-0.0.3/BeagleClient/Indexer.cs:47)
> > Beagle.Indexer:Get ()
> > in [0x00034] (at
> > /usr/src/packages/BUILD/beagle-0.0.3/tools/Crawler.cs:56) Crawler:.ctor
> > ()
> > in [0x00104] (at
> > /usr/src/packages/BUILD/beagle-0.0.3/tools/Crawler.cs:258)
> > CrawlerTool:Main (string[])
> > 
> > : [bagfors zyrgelkwytng]$ ; ps -ef|grep dbus
> > bagfors  11793     1  0 21:53 ?        00:00:00 dbus-daemon-1 --fork
> > --print-pid 8 --print-address 6 --session
> > bagfors  11797     1  0 21:53 ?        00:00:00 dbus-daemon-1 --fork
> > --print-pid 8 --print-address 6 --session
> > 
> > Should there be two running?
> > 
> > Regards,
> > Erik
> > 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]