libxl_event.c-851- LIBXL__LOG(CTX, LIBXL__LOG_DEBUG, "backend %s wanted state %d "
libxl_event.c:852: " timed out", ds->watch.path, ds->wanted);
947 if (rc) {
948 LOG(ERROR, "unable to %s device with path %s",
949 libxl__device_action_to_string(aodev->action),
950 libxl__device_backend_path(gc, aodev->dev));
951 goto out;
952 }
953
954 device_hotplug(egc, aodev);
it appears to be timing out before running the hotplug script?