Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Pipe config warnings #2

Closed
1 task done
Bidonh opened this issue May 2, 2024 · 4 comments
Closed
1 task done

[BUG] Pipe config warnings #2

Bidonh opened this issue May 2, 2024 · 4 comments

Comments

@Bidonh
Copy link

Bidonh commented May 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

FYI I keep having those warnings in the log file while using any service as AudioSource:

[W][00596.832839] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][00596.832856] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory

Apparently from Pipewire https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3780

Wim Taymans
(https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3780#note_2236358)

This is an installation problem, the config files and the libs should be bundled together at all times.

You can also do PIPEWIRE_LOG_SYSTEMD=false to disable the journal logging if you need to.

Expected Behavior

No response

Steps To Reproduce

On Synology DSM7.2.1, container throws constant libpipewire config errors.

Environment

No response

CPU architecture

x86-64

Docker creation

services:

  spotube:
    image: linuxserver/spotube:latest
    #version: v3.6.0-ls1
    container_name: spotube
    environment:
      - PUID=100
      - PGID=100
      - TZ=Europe/Paris
      - UMASK=022
    volumes:
      - /volume1/spotube/config:/config
      # download folder path
      - /volume1/download/tubedl:/config/Spotube
    ports:
      - 3000:3000
      - 3001:3001
    restart: unless-stopped
    security_opt:
      - seccomp:unconfined #optional

Container logs

[W][01386.631085] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01386.631104] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01389.965029] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01389.965047] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01482.573844] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01482.573866] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01482.787168] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01482.787184] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01482.809405] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01482.809516] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.467219] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.467325] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.764217] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.764496] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.798089] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.798243] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.825777] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.825926] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
Copy link

github-actions bot commented May 2, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@TalismanPooter
Copy link

I'm having this exact problem.

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@LinuxServer-CI LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Aug 7, 2024
Copy link

github-actions bot commented Sep 6, 2024

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants