Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: spotifyd panics `Couldn't initialize logger` (Read 2741 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: spotifyd panics `Couldn't initialize logger`

Reply #15
this should be the output of
Code: [Select]
 sudo rsm status spotifyd


Was spotifyd also installed, from Universe?

Is pulseaudio available and running, on your installation?


Re: spotifyd panics `Couldn't initialize logger`

Reply #16
My output was:

~ ✖  sudo rsm status spotifyd
>  filtering out 'NetworkManager' because match 'spotifyd'
>  filtering out 'agetty-tty1' because match 'spotifyd'
>  filtering out 'agetty-tty2' because match 'spotifyd'
>  filtering out 'agetty-tty3' because match 'spotifyd'
>  filtering out 'agetty-tty4' because match 'spotifyd'
>  filtering out 'agetty-tty5' because match 'spotifyd'
>  filtering out 'agetty-tty6' because match 'spotifyd'
>  filtering out 'dbus' because match 'spotifyd'
>  filtering out 'elogind' because match 'spotifyd'
>  filtering out 'udevd' because match 'spotifyd'
> [rsm] - zachens (/run/runit/service) - 1 service

   SERVICE              STATE   ENABLED   PID      COMMAND           TIME
 X spotifyd             down    true      ---      ---               1 second

I installed spotifyd via pacman, and the only repo that has it is universe.
I do have pulseaudio.

exotic

 

Re: spotifyd panics `Couldn't initialize logger`

Reply #17
My output was:

~ ✖  sudo rsm status spotifyd
>  filtering out 'NetworkManager' because match 'spotifyd'
>  filtering out 'agetty-tty1' because match 'spotifyd'
>  filtering out 'agetty-tty2' because match 'spotifyd'
>  filtering out 'agetty-tty3' because match 'spotifyd'
>  filtering out 'agetty-tty4' because match 'spotifyd'
>  filtering out 'agetty-tty5' because match 'spotifyd'
>  filtering out 'agetty-tty6' because match 'spotifyd'
>  filtering out 'dbus' because match 'spotifyd'
>  filtering out 'elogind' because match 'spotifyd'
>  filtering out 'udevd' because match 'spotifyd'
> [rsm] - zachens (/run/runit/service) - 1 service

   SERVICE              STATE   ENABLED   PID      COMMAND           TIME
 X spotifyd             down    true      ---      ---               1 second

I installed spotifyd via pacman, and the only repo that has it is universe.
I do have pulseaudio.


Is pulseaudio running?

spotifyd needs also dbus, is it available?

Re: spotifyd panics `Couldn't initialize logger`

Reply #18
I have dbus, and when I try to activate pulseaudio's daemon, it says it is already running.
exotic

Re: spotifyd panics `Couldn't initialize logger`

Reply #19
very strange, reboot the machine and check again

Re: spotifyd panics `Couldn't initialize logger`

Reply #20
Mm, it still does the same thing.

Quite confusing.

I haven't been able to find any solutions around the web either, not sure what to make of it.
exotic


Re: spotifyd panics `Couldn't initialize logger`

Reply #22
there is something wrong with your installation (not of spotifyd)

Re: spotifyd panics `Couldn't initialize logger`

Reply #23
I have done fresh reinstalls of artix 4 times now.

followed the guide, etc.

I can make a fresh, and reinstall again? I have backups on git.
exotic

Re: spotifyd panics `Couldn't initialize logger`

Reply #24
I have done fresh reinstalls of artix 4 times now.

followed the guide, etc.

I can make a fresh, and reinstall again? I have backups on git.
how did you install it? base?

Re: spotifyd panics `Couldn't initialize logger`

Reply #25
yes, base runit.

I basically only have a tiling manager, and a few other minor packages installed.

I've followed the guide, besides the DE parts, etc.
exotic

Re: spotifyd panics `Couldn't initialize logger`

Reply #26
maybe you missed a point there, or something.

I would suggest you to try a Weekly Desktop ISO installation, instead of base, cause I cannot figure out what it may be missing.



Re: spotifyd panics `Couldn't initialize logger`

Reply #28
https://github.com/Spotifyd/spotifyd/blob/master/src/main.rs

It errors at '38:51'. Which is about logging, etc.

I don't know if I have someone done something to some form of logging?

This is the error I am getting.

I will check into what you said.

yep, this is the error, but in your case, spotifyd does not even start

therefore, how the logger will be triggered?

Re: spotifyd panics `Couldn't initialize logger`

Reply #29
I solved my problem.

It was the silliest thing.

I just installed syslog-ng, and it all worked after that.

Appreciate your time linuxer, have a good one!
exotic