tarantool / tarantool/tarantool

tmpfile.d path

Open
#5,227 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

build
Dominant language
Lua
Stars
3.7k
Forks
419
Avg merge
1d 23h
Merged PRs (30d)
88

Description

Tarantool version: 2.6.0

OS version: Arch Linux

Bug description: file /usr/lib/tmpfiles.d/tarantool.conf uses path /var/run/tarantool and systemd does not like it:

/usr/lib/tmpfiles.d/tarantool.conf:1: Line references path below legacy directory /var/run/, updating /var/run/tarantool → /run/tarantool; please update the tmpfiles.d/ drop-in file accordingly.

/var/run is a symlink to /run

$ realpath /var/run 
/run

tarantool should have a way to configure tarantool.conf with /run path.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the repository source or packaging rule that produces /usr/lib/tmpfiles.d/tarantool.conf, then inspect how the /var/run/tarantool path is defined. Update the relevant source so the installed drop-in uses /run/tarantool, and verify that systemd no longer reports the legacy /var/run warning.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux
Domain
operating-systems
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.