On Wed, 23 Nov 2011 09:50:32 +1100
Jochen Schröder <cycoma...@gmail.com> wrote:

> On 19/11/11 21:08, Mike Blumenkrantz wrote:
> > On Sat, 19 Nov 2011 21:05:07 +1100
> > Jochen Schröder<cycoma...@gmail.com>  wrote:
> >
> >> On 19/11/11 18:59, Mike Blumenkrantz wrote:
> >>> On Sat, 19 Nov 2011 18:54:47 +1100
> >>> Jochen Schröder<cycoma...@gmail.com>   wrote:
> >>>
> >>>> On 11/18/2011 08:29 PM, Mike Blumenkrantz wrote:
> >>>>> On Fri, 18 Nov 2011 20:20:21 +1100
> >>>>> Jochen Schröder<cycoma...@gmail.com>    wrote:
> >>>>>
> >>>>>> On 18/11/11 16:48, Jochen Schröder wrote:
> >>>>>>> On 18/11/11 15:56, Mike Blumenkrantz wrote:
> >>>>>>>> On Fri, 18 Nov 2011 15:50:09 +1100
> >>>>>>>> Jochen Schröder<cycoma...@gmail.com>    wrote:
> >>>>>>>>
> >>>>>>>>> On 18/11/11 15:46, Mike Blumenkrantz wrote:
> >>>>>>>>>> On Fri, 18 Nov 2011 15:43:23 +1100
> >>>>>>>>>> Jochen Schröder<cycoma...@gmail.com>    wrote:
> >>>>>>>>>>
> >>>>>>>>>>> On 18/11/11 13:16, Mike Blumenkrantz wrote:
> >>>>>>>>>>>> On Fri, 18 Nov 2011 09:18:50 +1100
> >>>>>>>>>>>> Jochen Schröder<cycoma...@gmail.com>    wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>>> Hi all,
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> I'm still trying to get eeze mount to work in E_FM. I have build
> >>>>>>>>>>>>> eeze
> >>>>>>>>>>>>> with libmount support (2.19.1). And I am building E17 with
> >>>>>>>>>>>>> ./configure
> >>>>>>>>>>>>> --disable-mount-hal --disable-mount-udisks, here is the relevant
> >>>>>>>>>>>>> configure output:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Preferred Backends:
> >>>>>>>>>>>>> * device..............: eeze
> >>>>>>>>>>>>> * hal_mount...........: no
> >>>>>>>>>>>>> * udisks_mount........: no
> >>>>>>>>>>>>> * eeze_mount..........: yes
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Additionally I have uncommented the following line in
> >>>>>>>>>>>>> sysactions.conf
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> # uncomment this line to enable eeze mounting for users
> >>>>>>>>>>>>> user: someuser allow: /bin/mount /bin/umount /usr/bin/eject
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> When plugging in a device on the usb port nothing appears on the
> >>>>>>>>>>>>> desktop
> >>>>>>>>>>>>> or in the file menu. xsession-errrors reports some dbus error
> >>>>>>>>>>>>> (attached). This system is debian sid. This seems to be the same
> >>>>>>>>>>>>> problem
> >>>>>>>>>>>>> that was reported here:
> >>>>>>>>>>>>> http://osdir.com/ml/enlightenment-development-linux-ui/2011-08/msg00503.html
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Additionally, when logging out E waits until the logout now,
> >>>>>>>>>>>>> wait longer
> >>>>>>>>>>>>> dialogue shows up (however I have not 100% confirmed that this
> >>>>>>>>>>>>> is related).
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Cheers
> >>>>>>>>>>>>> Jochen
> >>>>>>>>>>>> hmm definitely strange since it looks like your devices are being
> >>>>>>>>>>>> properly
> >>>>>>>>>>>> detected. please start your e with EINA_LOG_LEVELS=efm:5 and post
> >>>>>>>>>>>> back
> >>>>>>>>>>>> your xsession log again.
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> Not sure I'm doing the right thing. Using a .xsession with:
> >>>>>>>>>>>
> >>>>>>>>>>> export EINA_LOG_LEVELS=efm:5
> >>>>>>>>>>> exect /opt/e17/bin/enlightenment_start
> >>>>>>>>>>>
> >>>>>>>>>>> and starting with startx should work right?
> >>>>>>>>>>>
> >>>>>>>>>>> Not much more information unfortunately (xsession-errors attached)
> >>>>>>>>>>>
> >>>>>>>>>>> Cheers
> >>>>>>>>>>> Jochen
> >>>>>>>>>> yeah you did it properly. not seeing any attempts to mount anything
> >>>>>>>>>> though,
> >>>>>>>>>> does your log include the times when you tried?
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> You mean when I plug and unplug the usb disk? I can't mount because
> >>>>>>>>> the device never appears anywhere, i.e. no icon on the desktop or in
> >>>>>>>>> the files menu.
> >>>>>>>>>
> >>>>>>>>> Cheers
> >>>>>>>>> Jochen
> >>>>>>>>>
> >>>>>>>> hmm update e now and see if you get the scanner connected message in
> >>>>>>>> your log
> >>>>>>>> with the log level enabled
> >>>>>>>>
> >>>>>>>
> >>>>>>> Ok will do
> >>>>>>>
> >>>>>>
> >>>>>> I just updated from svn and recompiled all of EFL. Attached is the
> >>>>>> xsession-error log when e is compiled with eeze mount only and I plug
> >>>>>> in a usb disk. EINA_LOG_LEVELS=efm:5 is set (at least it's in env)
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>> okay, update e again (just e) and see what happens
> >>>>>
> >>>> Had to update all efl because of some compile error. Anyway still no
> >>>> icon when E is compiled with eeze-mount only. xsession-errors attached
> >>>> (it has a restart of e in it because I wanted to try if it appears).
> >>>>
> >>>>
> >>> this log is using udisks.
> >>>
> >>
> >> Sorry too many xsession-error files flying around. This one should be
> >> correct.
> >>
> > it's not, or you didn't start efm.
> >
> 
> 
> OK I think I'm getting closer to find out what is going on. I assume you 
> were looking for some line like:
> INF<2163>:efm e_fm_main_eeze.c:530 _scanner_delay() Attempting scanner 
> connection
> 
> In my xsession-error file? I think I've figured out why this did not 
> appear in my files. When I start E for the very first time I also see 
> this message, however when I log out and back in, there is no such 
> message. The problem seems to be a eeze_scanner process (owned by root) 
> that remains running after logging out of E. When I kill the process 
> after logging out and log back in I do see the above message in my logs 
> again. So somehow e_fm can't connect to the already running process.
> 
> I still do not see any icons appear on the desktop once I plug in a usb 
> drive.
> 
> new .xsession-errors file attached, with the above line.
> 
> Hope this helps figuring out what the problem is.
I didn't forget about this, just haven't been doing anything e-related for a
couple days. I have some testing to do on my side before I get back to you
though.

-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to