Git Product home page Git Product logo

Comments (14)

github-actions avatar github-actions commented on June 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.

from docker-syslog-ng.

thespad avatar thespad commented on June 2, 2024

You need to ensure the host permissions are correct for the folder you mount for your logs. The only path we manage permissions for is /config, as /var/log is just a default location but not mandatory, and if full of hundreds/thousands of logs then us running permissioning would noticeably slow down container startup.

from docker-syslog-ng.

lobanov4real avatar lobanov4real commented on June 2, 2024

Sorry, I am not sure that I understand you clearly. Can you explain to me what I need to check on host?

from docker-syslog-ng.

thespad avatar thespad commented on June 2, 2024

~/syslog-ng/logs needs to have the permissions for the user you're running the container as (1000:1000) to create files and folders otherwise you're going to get errors. Running a chmod inside the container will achieve mostly the same thing (it's the same filesystem) but a) it's not required if the permissions are correct before the container starts and b) 777 is not a safe permission set for files.

from docker-syslog-ng.

lobanov4real avatar lobanov4real commented on June 2, 2024

I use recommendations:

environment:  
       - PUID=1000
       - PGID=1000

In my host UID and GID the same = 1000. After running docker-compse it's create folder in my home directory. Problem only with log's files inside container.

from docker-syslog-ng.

lobanov4real avatar lobanov4real commented on June 2, 2024

Tried again on the new server of Ubuntu 20.04 with new installation of docker and docker-compose. Problem the same.
# docker version:

Client: Docker Engine - Community
 Version:           24.0.5
 API version:       1.43
 Go version:        go1.20.6
 Git commit:        ced0996
 Built:             Fri Jul 21 20:35:23 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          24.0.5
  API version:      1.43 (minimum version 1.12)
  Go version:       go1.20.6
  Git commit:       a61e2b4
  Built:            Fri Jul 21 20:35:23 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.21
  GitCommit:        3dce8eb055cbb6872793272b4f20ed16117344f8
 runc:
  Version:          1.1.7
  GitCommit:        v1.1.7-0-g860f061
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

# docker compose version:

Docker Compose version v2.20.2

Log docker-compose:

syslog-ng  | [migrations] started
syslog-ng  | [migrations] no migrations found
syslog-ng  | ───────────────────────────────────────
syslog-ng  |
syslog-ng  |
syslog-ng  |       ██╗     ███████╗██╗ ██████╗
syslog-ng  |       ██║     ██╔════╝██║██╔═══██╗
syslog-ng  |       ██║     ███████╗██║██║   ██║
syslog-ng  |       ██║     ╚════██║██║██║   ██║
syslog-ng  |       ███████╗███████║██║╚██████╔╝
syslog-ng  |       ╚══════╝╚══════╝╚═╝ ╚═════╝
syslog-ng  |
syslog-ng  |
syslog-ng  |    Brought to you by linuxserver.io
syslog-ng  | ───────────────────────────────────────
syslog-ng  |
syslog-ng  |
syslog-ng  | To support LSIO projects visit:
syslog-ng  | https://www.linuxserver.io/donate/
syslog-ng  |
syslog-ng  |
syslog-ng  | ───────────────────────────────────────
syslog-ng  | GID/UID
syslog-ng  | ───────────────────────────────────────
syslog-ng  |
syslog-ng  |
syslog-ng  | User UID:    1000
syslog-ng  | User GID:    1000
syslog-ng  | ───────────────────────────────────────
syslog-ng  |
syslog-ng  |
syslog-ng  | [custom-init] No custom files found, skipping...
syslog-ng  | [ls.io-init] done.

Log /config/log/current:

2023-07-25 06:18:21.071389006  [2023-07-25T06:18:21.071357] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:18:21.071465991  [2023-07-25T06:18:21.071451] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'
2023-07-25 06:19:21.072456252  [2023-07-25T06:19:21.072415] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:19:21.072459553  [2023-07-25T06:19:21.072437] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'
2023-07-25 06:20:21.132403898  [2023-07-25T06:20:21.132359] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:20:21.132406772  [2023-07-25T06:20:21.132384] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'
2023-07-25 06:21:21.189828405  [2023-07-25T06:21:21.189747] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:21:21.189831228  [2023-07-25T06:21:21.189792] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'
2023-07-25 06:22:21.223707234  [2023-07-25T06:22:21.223664] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:22:21.223710156  [2023-07-25T06:22:21.223687] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'
2023-07-25 06:23:21.275037882  [2023-07-25T06:23:21.274994] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:23:21.275041121  [2023-07-25T06:23:21.275017] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'
2023-07-25 06:24:21.308500053  [2023-07-25T06:24:21.308456] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2023-07-25 06:24:21.308502837  [2023-07-25T06:24:21.308479] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'

from docker-syslog-ng.

LinuxServer-CI avatar LinuxServer-CI commented on June 2, 2024

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.

from docker-syslog-ng.

jeremywillans avatar jeremywillans commented on June 2, 2024

@thespad, I am also seeing this issue for setting up a new syslog-ng container.

from docker-syslog-ng.

LinuxServer-CI avatar LinuxServer-CI commented on June 2, 2024

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.

from docker-syslog-ng.

drizuid avatar drizuid commented on June 2, 2024

OP: What is the output of ls -asnl ~/syslog-ng/logs
What is the output of id 1000

from docker-syslog-ng.

LinuxServer-CI avatar LinuxServer-CI commented on June 2, 2024

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.

from docker-syslog-ng.

samweisgamdschie avatar samweisgamdschie commented on June 2, 2024

Hi!

I am facing the exact same issue on debian 12 host with rootless podman.

I am too let it run as the first configured user (id 1000). My output according to ls -asnl ~/syslog-ng/logs is:

$ ls -asnl syslog-ng-*
syslog-ng-config:
insgesamt 24
 0 drwxr-xr-x 1 100999 100999   120 31. Jän 22:28 .
 0 drwxr-xr-x 1   1000   1000   194 25. Jän 00:06 ..
 0 drwx------ 1 100999 100999    86 31. Jän 21:44 log
 4 -rw-r--r-- 1 100999 100999   685 18. Jän 19:58 syslog-ng.conf
 0 srwxr-xr-x 1 100999 100999     0 31. Jän 22:28 syslog-ng.ctl
16 -rw------- 1 100999 100999 16384 31. Jän 22:28 syslog-ng.persist
 4 -rw-r--r-- 1 100999 100999     4 31. Jän 22:28 syslog-ng.pid

syslog-ng-log:
insgesamt 0
0 drwxr-xr-x 1 1000 1000   4 31. Jän 22:32 .
0 drwxr-xr-x 1 1000 1000 194 25. Jän 00:06 ..
0 -rw-r--r-- 1 1000 1000   0 31. Jän 22:32 eh

and id 1000 gives:

$ id 1000
uid=1000(myuser) gid=1000(myuser) Gruppen=1000(myuser),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),100(users),106(netdev)

Finally I started a bash inside the running container:

$ podman exec -it syslog-ng bash
root@da83f31c1846:/# 
root@da83f31c1846:/# 
root@da83f31c1846:/# 
root@da83f31c1846:/# 
root@da83f31c1846:/# 
root@da83f31c1846:/# cd /var/log/
root@da83f31c1846:/var/log# ls
root@da83f31c1846:/var/log# touch eh
root@da83f31c1846:/var/log# ls
eh
root@da83f31c1846:/var/log# ls -la
total 0
drwxr-xr-x 1 root root  4 Jan 31 22:32 .
drwxr-xr-x 1 root root 86 Jan 13 14:30 ..
-rw-r--r-- 1 root root  0 Jan 31 22:32 eh
root@da83f31c1846:/var/log# 

As you can see, touching a file in /var/log DOES work. And the permissions on the host system are correct:

$ ls syslog-ng-log/eh  -l
-rw-r--r-- 1 myuser myuser 0 31. Jän 22:32 syslog-ng-log/eh

To deliver more information:

Startup logs:

$ tail -f podman-volumes/syslog-ng-config/logcurrent -n0
2024-01-31 22:47:45.724750344  [2024-01-31T22:47:45.724707] Accepting connections; addr='AF_INET(0.0.0.0:6601)'
2024-01-31 22:47:45.725150397  [2024-01-31T22:47:45.725124] syslog-ng starting up; version='4.1.1'
2024-01-31 22:47:55.912031290  [2024-01-31T22:47:55.911983] Error opening file for writing; filename='/var/log/messages', error='No such file or directory (2)'
2024-01-31 22:47:55.912075134  [2024-01-31T22:47:55.912053] Error opening file for writing; filename='/var/log/messages-kv.log', error='No such file or directory (2)'

And of course the service part of the podman-compose.yaml:

services:
  syslog-ng:
    # docs: https://hub.docker.com/r/linuxserver/syslog-ng
    cap_add:
      - NET_ADMIN
    container_name: syslog-ng
    image: docker.io/linuxserver/syslog-ng
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Vienna
    volumes:
      - /home/myuser/srv/podman-volumes/syslog-ng-config:/config
      - /home/myuser/srv/podman-volumes/syslog-ng-log:/var/log
    ports:
      - 514:5514/udp
      # - 601:6601/tcp # Syslog TCP
      # - 6514:6514/tcp # Syslog TLS
    restart: unless-stopped

EDIT: added version information:

$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

$ podman --version
podman version 4.3.1

$ podman-compose --version
podman-compose version: 1.0.6
['podman', '--version', '']
using podman version: 4.3.1
podman-compose version 1.0.6
podman --version 
podman version 4.3.1
exit code: 0

Any help is appreciated :)

from docker-syslog-ng.

samweisgamdschie avatar samweisgamdschie commented on June 2, 2024

Should I open another issue rather than commenting here?

from docker-syslog-ng.

drizuid avatar drizuid commented on June 2, 2024

it would make sense to open a new issue rather than posting in a closed issue. However, we do not test or support podman nor do we support rootless on any platform, though it can be made to work.

from docker-syslog-ng.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.