#6328 /var/lock is a symlink to a non-existant directory in Fedora:23 and Fedora:latest docker images
Closed: Fixed 6 years ago Opened 8 years ago by bex.

/var/lock is a symlink to /run/lock which doesn't exist in the default build.


Metadata Update from @bex:
- Issue set to the milestone: Fedora 24 Alpha

7 years ago

not sure if this is still an issue or not. @dustymabe or @maxamillion can you please investigate, and figure out how to fix

Metadata Update from @ausil:
- Issue assigned to dustymabe
- Issue close_status updated to: None

7 years ago

in Fedora 26 this is not an issue:

[vagrant@vanilla-f27atomic ~]$ sudo docker run -it --rm registry.fedoraproject.org/fedora:26 stat /var/lock
  File: /var/lock -> ../run/lock
  Size: 11              Blocks: 0          IO Block: 4096   symbolic link
Device: 2dh/45d Inode: 67164900    Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2017-09-12 06:47:42.000000000 +0000
Modify: 2017-09-12 06:47:42.000000000 +0000
Change: 2017-10-05 14:46:17.986963121 +0000
 Birth: -
[vagrant@vanilla-f27atomic ~]$ sudo docker run -it --rm registry.fedoraproject.org/fedora:26 stat /run/lock
  File: /run/lock
  Size: 20              Blocks: 0          IO Block: 4096   directory
Device: 2dh/45d Inode: 39531       Links: 3
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2017-10-05 14:46:24.238829003 +0000
Modify: 2017-09-12 06:48:00.000000000 +0000
Change: 2017-10-05 14:46:24.196829904 +0000
 Birth: -

/var/lock is a symlink to /run/lock which exists. Most likely fixed by https://pagure.io/fedora-kickstarts/pull-request/230#

Metadata Update from @ausil:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata