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] No such file ... #28

Closed
1 task done
Mephisto090 opened this issue Sep 7, 2024 · 6 comments
Closed
1 task done

[BUG] No such file ... #28

Mephisto090 opened this issue Sep 7, 2024 · 6 comments

Comments

@Mephisto090
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi,

image

Expected Behavior

That no more errors are displayed and a log is created

Steps To Reproduce

Start vanilla the docker compose

Environment

- OS: Ubuntu 22.04
- How docker service was installed: docker compose

CPU architecture

x86-64

Docker creation

services: 
  syslog-ng:
    image: lscr.io/linuxserver/syslog-ng:latest
    container_name: Tasmota-Syslog
    environment:
      PUID: 1000
      PGID: 1000
      TZ: Europe/Berlin
    volumes:
      - ./config:/config
      - ./log:/var/log #optional
    ports:
      - 514:5514/udp
      - 601:6601/tcp
      - 6514:6514/tcp
    restart: unless-stopped

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 4.7.1-r1-ls126
Build-date: 2024-09-05T18:56:30+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[ls.io-init] done.
Copy link

github-actions bot commented Sep 7, 2024

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

@thespad
Copy link
Member

thespad commented Sep 7, 2024

Are there messages and/or messages-kv.log files in the directory you've mounted? Does the user have write access to that location?

@Mephisto090
Copy link
Author

No, the files are not in the mounted folder. docker compose was run with root

@thespad
Copy link
Member

thespad commented Sep 14, 2024

No, not which account did you run the container creation with, I'm talking about the account you're running the container application as (1000:1000).

@LinuxServer-CI
Copy link
Contributor

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.

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

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 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