Skip to content
#

inotify

Here are 187 public repositories matching this topic...

yurivict
yurivict commented Jan 31, 2020

Unit tests:

void event_to_str(): test end
void event_to_str_sep(): test begin
void event_to_str_sep(): test end
void str_to_event(): test begin
void str_to_event(): test end
void str_to_event_sep(): test begin
void str_to_event_sep(): test end
void basic_watch_info(): test begin
Failed to remove watch on /: Unknown error: -1
test.c:183 Test 'void basic_watch_info()' failed: Verifica
gerbera
hmoffatt
hmoffatt commented Jun 1, 2021

The instructions for docker-compose reference a volume called gerbera-config, but it is not declared, so starting the container fails with

ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera" but no declaration was found in the volumes section.

The container needs to be declared with

volumes:
  gerbera-config: {}

However, I don't thin

Improve this page

Add a description, image, and links to the inotify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inotify topic, visit your repo's landing page and select "manage topics."

Learn more