<div dir="ltr">Here's the Ubuntu bug<div><br></div><div><a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1197395">https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1197395</a><br></div><div><br>

</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div><font face="courier new,monospace">--</font></div><div><font face="courier new,monospace">Evolution (n): A hypothetical process whereby infinitely improbable events occur with alarming frequency, order arises from chaos, and no one is given credit.</font></div>

</div>
<br><br><div class="gmail_quote">On 7 December 2013 16:00, Peter C. Ndikuwera <span dir="ltr"><<a href="mailto:pndiku@gmail.com" target="_blank">pndiku@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>Concerning /run/user/1000/pulse, </div><div><br></div>There's a KDE issue (don't remember which version it affected) where /run/user/${ID}/pulse would wrongly be set up with root:root permissions, so your audio wouldn't work.<div>


<br></div><div>Just do a chown on that directory and you'll be good to go.</div></div><div class="gmail_extra"><br clear="all"><div><div><font face="courier new,monospace">--</font></div><div><font face="courier new,monospace">Evolution (n): A hypothetical process whereby infinitely improbable events occur with alarming frequency, order arises from chaos, and no one is given credit.</font></div>


</div><div><div class="h5">
<br><br><div class="gmail_quote">On 7 December 2013 15:49, Edward Toroshchin <span dir="ltr"><<a href="mailto:edward.hades@gmail.com" target="_blank">edward.hades@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi Alan,<br>
<br>
Thanks for helping us fix bugs! We always appreciate the effort.<br>
<br>
Let me try to help you resolve your problems.<br>
<div><br>
On Fri, Dec 06, 2013 at 12:51:46PM -0800, Alan Ezust wrote:<br>
> Failed to create secure directory (/run/user/1000/pulse): Permission denied<br>
<br>
</div>I believe your 'kde' user does not have the appropriate permissions. Try<br>
running these commands:<br>
<br>
 id kde<br>
 id <your username><br>
<br>
This will show you, to which groups you and the 'kde' user belong. Most<br>
probably you will have to add your 'kde' user to one of the groups your<br>
user belongs to, most probably 'pulseaudio' or 'audio'.<br>
<br>
You may also refer to Ubuntu documentation regarding audio subsystem<br>
troubleshooting.<br>
<div><br>
> What did I do wrong? How does one copy an existing external amarok mysql<br>
> database and use that instead of the original?<br>
<br>
</div>I think mysql does not recognize the new database if you simply copy the<br>
old one.<br>
<br>
I would personally try to duplicate the database by dumping the old one<br>
and recreating the new from the dump. Something along the lines of:<br>
<br>
    # rm -rf /var/lib/mysql/amarok3<br>
    # mysqladmin create amarok3<br>
    # mysqldump amarok | mysql -b amarok3<br>
<br>
(you might need to provide the mysql login credentials to the mysql*<br>
commands with appropriate -u and -p options)<br>
<br>
I hope this helps and we're looking forward to your contributions.<br>
<br>
Cheers,<br>
<span><font color="#888888">--<br>
Edward "Hades" Toroshchin<br>
dr_lepper on <a href="http://irc.freenode.org" target="_blank">irc.freenode.org</a><br>
_______________________________________________<br>
Amarok-devel mailing list<br>
<a href="mailto:Amarok-devel@kde.org" target="_blank">Amarok-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/amarok-devel" target="_blank">https://mail.kde.org/mailman/listinfo/amarok-devel</a><br>
</font></span></blockquote></div><br></div></div></div>
</blockquote></div><br></div>