Re: spotifyd panics `Couldn't initialize logger` Reply #15 – 03 February 2021, 17:43:36 this should be the output of Code: [Select] sudo rsm status spotifydWas spotifyd also installed, from Universe?Is pulseaudio available and running, on your installation?
Re: spotifyd panics `Couldn't initialize logger` Reply #16 – 03 February 2021, 17:47:33 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 secondI installed spotifyd via pacman, and the only repo that has it is universe.I do have pulseaudio.
Re: spotifyd panics `Couldn't initialize logger` Reply #17 – 03 February 2021, 17:50:44 Quote from: exoticmeiz – on 03 February 2021, 17:47:33My 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 secondI 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 – 03 February 2021, 17:52:57 I have dbus, and when I try to activate pulseaudio's daemon, it says it is already running.
Re: spotifyd panics `Couldn't initialize logger` Reply #19 – 03 February 2021, 17:55:19 very strange, reboot the machine and check again
Re: spotifyd panics `Couldn't initialize logger` Reply #20 – 03 February 2021, 17:58:18 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.
Re: spotifyd panics `Couldn't initialize logger` Reply #21 – 03 February 2021, 17:58:59 Quote from: linuxer – on 03 February 2021, 17:50:44Is pulseaudio running?spotifyd needs also dbus, is it available?please reenable the serviceCode: [Select]sudo rsm start spotifyd
Re: spotifyd panics `Couldn't initialize logger` Reply #22 – 03 February 2021, 17:59:57 there is something wrong with your installation (not of spotifyd)
Re: spotifyd panics `Couldn't initialize logger` Reply #23 – 03 February 2021, 18:01:10 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.
Re: spotifyd panics `Couldn't initialize logger` Reply #24 – 03 February 2021, 18:03:44 Quote from: exoticmeiz – on 03 February 2021, 18:01:10I 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 – 03 February 2021, 18:07:12 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.
Re: spotifyd panics `Couldn't initialize logger` Reply #26 – 03 February 2021, 18:11:28 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 #27 – 03 February 2021, 18:13:14 https://github.com/Spotifyd/spotifyd/blob/master/src/main.rsIt 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.
Re: spotifyd panics `Couldn't initialize logger` Reply #28 – 03 February 2021, 18:16:20 Quote from: exoticmeiz – on 03 February 2021, 18:13:14https://github.com/Spotifyd/spotifyd/blob/master/src/main.rsIt 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 starttherefore, how the logger will be triggered?
Re: spotifyd panics `Couldn't initialize logger` Reply #29 – 04 February 2021, 21:32:45 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!