[xubuntu-users] tumblerd blocking umount of devices

Joshua O'Leary joshua.oleary at btinternet.com
Mon Apr 30 17:59:19 UTC 2012


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/xubuntu-users/attachments/20120430/0fe5d09f/attachment.html>


More information about the xubuntu-users mailing list