[xubuntu-users] tumblerd blocking umount of devices

Joshua O'Leary joshua.oleary at btinternet.com
Mon Apr 30 18:08:51 UTC 2012


On 30/04/12 19:01, Italo Maia wrote:
> Interesting...let's see...
>
> 2012/4/30 Joshua O'Leary <joshua.oleary at btinternet.com 
> <mailto:joshua.oleary at btinternet.com>>
>
>     On 30/04/12 18:05, Italo Maia wrote:
>>     Yeap, a few people suggested that in a few threads but that's
>>     actually a workaround. If there were a more permanent solution,
>>     it would be better. Some people suggested to recompile tumblerd
>>     without video support.
>>
>>     Em 30 de abril de 2012 14:02, Joshua O'Leary
>>     <joshua.oleary at btinternet.com
>>     <mailto:joshua.oleary at btinternet.com>> escreveu:
>>
>>         On 30/04/12 16:55, Italo Maia wrote:
>>>         Folks, when I insert a storage device in my xubuntu12.04
>>>         powered computer, if it has any media files, tumblerd blocks
>>>         the device and I can't umount it. How can I fix that?
>>>
>>>         -- 
>>>         "A arrogância é a arma dos fracos."
>>>
>>>         ===========================
>>>         Italo Moreira Campelo Maia
>>>         Bacharel em Ciência da Computação - UECE
>>>         Desenvolvedor WEB e Desktop (Java, Python, Lua)
>>>         Coordenador do Pug-CE
>>>         -----------------------------------------------------
>>>         http://www.italomaia.com/
>>>         http://twitter.com/italomaia/
>>>         http://eusouolobomau.blogspot.com/
>>>         -----------------------------------------------------
>>>         Turtle Linux  9.10 - http://tiny.cc/blogturtle910
>>>         Turtle Linux 10.10 - http://bit.ly/cEw4ET
>>>         ===========================
>>>
>>>
>>         killall tumblerd
>>         killall tumblerd -9
>>
>>         --
>>         xubuntu-users mailing list
>>         xubuntu-users at lists.ubuntu.com
>>         <mailto:xubuntu-users at lists.ubuntu.com>
>>         Modify settings or unsubscribe at:
>>         https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
>>
>>
>>
>>
>>     -- 
>>     "A arrogância é a arma dos fracos."
>>
>>     ===========================
>>     Italo Moreira Campelo Maia
>>     Bacharel em Ciência da Computação - UECE
>>     Desenvolvedor WEB e Desktop (Java, Python, Lua)
>>     Coordenador do Pug-CE
>>     -----------------------------------------------------
>>     http://www.italomaia.com/
>>     http://twitter.com/italomaia/
>>     http://eusouolobomau.blogspot.com/
>>     -----------------------------------------------------
>>     Turtle Linux  9.10 - http://tiny.cc/blogturtle910
>>     Turtle Linux 10.10 - http://bit.ly/cEw4ET
>>     ===========================
>>
>>
>     You could try making a script like this, to run at login (or
>     system-wide in /etc/rc.local):
>
>     ===Script start===
>     #!/bin/bash
>     while [ "" = "" ];
>     do
>     if [ "`pgrep tumblerd`" != "" ]; then tumbd=started; fi
>     if [ "$tumbd" = "started" ];
>     then
>     if [ "`pgrep tumbler`" = "" ]; then killall tumblerd; fi
>     fi
>     done
>     ===Script end===
>
>     When the tumbler client is closed, it would then terminate tumbler
>     also.
>
>     Joshua
>
>
>     --
>     xubuntu-users mailing list
>     xubuntu-users at lists.ubuntu.com <mailto:xubuntu-users at lists.ubuntu.com>
>     Modify settings or unsubscribe at:
>     https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
>
>
>
>
> -- 
> "A arrogância é a arma dos fracos."
>
> ===========================
> Italo Moreira Campelo Maia
> Bacharel em Ciência da Computação - UECE
> Desenvolvedor WEB e Desktop (Java, Python, Lua)
> Coordenador do Pug-CE
> -----------------------------------------------------
> http://www.italomaia.com/
> http://twitter.com/italomaia/
> http://eusouolobomau.blogspot.com/
> -----------------------------------------------------
> Turtle Linux  9.10 - http://tiny.cc/blogturtle910
> Turtle Linux 10.10 - http://bit.ly/cEw4ET
> ===========================
>
>
It will give you one go to start it within each session (each time the 
script runs). You could make a .desktop file in ~/.config/autostart for it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20120430/609dc0ef/attachment.html>


More information about the xubuntu-users mailing list