Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782682 - x11-misc/virtualgl - error when starting vgl service (directory /var/lib/VirtualGL does not exists)
Summary: x11-misc/virtualgl - error when starting vgl service (directory /var/lib/Virt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adam Feldman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-13 14:54 UTC by Bogdan
Modified: 2021-05-08 09:27 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bogdan 2021-04-13 14:54:20 UTC
I have an error:

# rc-service vgl restart
vgl                  | * Caching service dependencies ...
Service `hostapd' needs non existent service `net.wlan0'                                                        [ ok ]
display-manager      | * Setting up sddm ...
display-manager      | * start-stop-daemon: /usr/bin/sddm is already running
display-manager      | * ERROR: could not start the Display Manager                                             [ ok ]
vgl                  | * Starting VirtualGL ...
vgl                  |truncate: невозможно открыть '/var/lib/VirtualGL/vgl_xauth_key' для записи: Нет такого файла или каталога
vgl                  |xauth:  error in locking authority file /var/lib/VirtualGL/vgl_xauth_key                  [ !! ]
vgl                  | * ERROR: vgl failed to start

If I create /var/lib/VirtualGL directory, than service started ok.

# mkdir /var/lib/VirtualGL
# rc-service vgl restart
vgl                  | * Starting VirtualGL ...                                                                 [ ok ]

Please, add "mkdir /var/lib/VirtualGL" to ebuild.
Comment 1 Larry the Git Cow gentoo-dev 2021-05-08 09:27:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e95243094f35f583a8df89accfee2772c96a67

commit 01e95243094f35f583a8df89accfee2772c96a67
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2021-05-08 08:29:08 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2021-05-08 09:27:28 +0000

    x11-misc/virtualgl: Fix /var/lib/VirtualGL creation
    
    Thanks-to: Bogdan
    Closes: https://bugs.gentoo.org/782682
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 x11-misc/virtualgl/virtualgl-2.6.5-r4.ebuild | 100 +++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)