Symbol: g_gate_log
sbin/ggate/ggatec/ggatec.c
103
g_gate_log(LOG_NOTICE, "%s: started!", __func__);
sbin/ggate/ggatec/ggatec.c
111
g_gate_log(LOG_ERR, "%s: Cannot alloc buffer.", __func__);
sbin/ggate/ggatec/ggatec.c
133
g_gate_log(LOG_DEBUG, "buffer too small. new size: %u",
sbin/ggate/ggatec/ggatec.c
165
g_gate_log(LOG_NOTICE, "Unknown gctl_cmd: %i",
sbin/ggate/ggatec/ggatec.c
179
g_gate_log(LOG_DEBUG, "Sent hdr packet.");
sbin/ggate/ggatec/ggatec.c
184
g_gate_log(LOG_ERR, "Lost connection 1.");
sbin/ggate/ggatec/ggatec.c
196
g_gate_log(LOG_ERR, "Lost connection 2 (%zd != %zd).",
sbin/ggate/ggatec/ggatec.c
202
g_gate_log(LOG_DEBUG, "Sent %zd bytes (offset=%"
sbin/ggate/ggatec/ggatec.c
207
g_gate_log(LOG_DEBUG, "%s: Died.", __func__);
sbin/ggate/ggatec/ggatec.c
220
g_gate_log(LOG_NOTICE, "%s: started!", __func__);
sbin/ggate/ggatec/ggatec.c
228
g_gate_log(LOG_ERR, "%s: Cannot alloc buffer.", __func__);
sbin/ggate/ggatec/ggatec.c
240
g_gate_log(LOG_ERR, "Lost connection 3.");
sbin/ggate/ggatec/ggatec.c
245
g_gate_log(LOG_DEBUG, "Received hdr packet.");
sbin/ggate/ggatec/ggatec.c
260
g_gate_log(LOG_ERR, "Received too big response: %zd",
sbin/ggate/ggatec/ggatec.c
271
g_gate_log(LOG_DEBUG, "Received data packet.");
sbin/ggate/ggatec/ggatec.c
273
g_gate_log(LOG_ERR, "Lost connection 4.");
sbin/ggate/ggatec/ggatec.c
278
g_gate_log(LOG_DEBUG, "Received %d bytes (offset=%"
sbin/ggate/ggatec/ggatec.c
285
g_gate_log(LOG_DEBUG, "%s: Died.", __func__);
sbin/ggate/ggatec/ggatec.c
305
g_gate_log(LOG_DEBUG, "Invalid IP/host name: %s.", host);
sbin/ggate/ggatec/ggatec.c
311
g_gate_log(LOG_DEBUG, "Cannot open socket: %s.",
sbin/ggate/ggatec/ggatec.c
319
g_gate_log(LOG_DEBUG, "Cannot connect to server: %s.",
sbin/ggate/ggatec/ggatec.c
325
g_gate_log(LOG_INFO, "Connected to the server: %s:%d.", host, port);
sbin/ggate/ggatec/ggatec.c
330
g_gate_log(LOG_DEBUG, "Sending version packet.");
sbin/ggate/ggatec/ggatec.c
337
g_gate_log(LOG_DEBUG, "Error while sending version packet: %s.",
sbin/ggate/ggatec/ggatec.c
344
g_gate_log(LOG_DEBUG, "Error while receiving data: %s.",
sbin/ggate/ggatec/ggatec.c
350
g_gate_log(LOG_DEBUG, "Version verification problem: %s.",
sbin/ggate/ggatec/ggatec.c
359
g_gate_log(LOG_DEBUG, "Sending initial packet.");
sbin/ggate/ggatec/ggatec.c
362
g_gate_log(LOG_DEBUG, "Path name too long.");
sbin/ggate/ggatec/ggatec.c
371
g_gate_log(LOG_DEBUG, "Error while sending initial packet: %s.",
sbin/ggate/ggatec/ggatec.c
381
g_gate_log(LOG_DEBUG, "Receiving initial packet.");
sbin/ggate/ggatec/ggatec.c
383
g_gate_log(LOG_DEBUG, "Error while receiving data: %s.",
sbin/ggate/ggatec/ggatec.c
390
g_gate_log(LOG_DEBUG, "Error from server: %s.",
sbin/ggate/ggatec/ggatec.c
395
g_gate_log(LOG_DEBUG, "Received initial packet.");
sbin/ggate/ggatec/ggatec.c
473
g_gate_log(LOG_NOTICE, "Disconnected [%s %s]. Connecting...",
sbin/ggate/ggatec/ggatec.c
477
g_gate_log(LOG_NOTICE, "Connecting [%s %s]...", host,
sbin/ggate/ggated/ggated.c
1007
g_gate_log(LOG_DEBUG, "Sending initial packet.");
sbin/ggate/ggated/ggated.c
1128
g_gate_log(LOG_INFO, "Listen on port: %d.", port);
sbin/ggate/ggated/ggated.c
267
g_gate_log(LOG_DEBUG, "Added %s/%u %s %s to exports list.",
sbin/ggate/ggated/ggated.c
299
g_gate_log(LOG_INFO, "Reading exports file (%s).", exports_file);
sbin/ggate/ggated/ggated.c
339
g_gate_log(LOG_INFO, "Exporting %u object(s).", objs);
sbin/ggate/ggated/ggated.c
357
g_gate_log(LOG_WARNING, "Read-only access requested, "
sbin/ggate/ggated/ggated.c
366
g_gate_log(LOG_WARNING, "Write-only access requested, "
sbin/ggate/ggated/ggated.c
375
g_gate_log(LOG_WARNING, "Read-write access requested, "
sbin/ggate/ggated/ggated.c
380
g_gate_log(LOG_WARNING, "Read-write access requested, "
sbin/ggate/ggated/ggated.c
389
g_gate_log(LOG_WARNING, "Direct IO requested, "
sbin/ggate/ggated/ggated.c
411
g_gate_log(LOG_ERR, "old %s and new %s: "
sbin/ggate/ggated/ggated.c
422
g_gate_log(LOG_ERR, "Cannot open %s: %s.", ex->e_path,
sbin/ggate/ggated/ggated.c
440
g_gate_log(LOG_DEBUG, "exports[%s]: IP mismatch.",
sbin/ggate/ggated/ggated.c
445
g_gate_log(LOG_DEBUG, "exports[%s]: Path mismatch.",
sbin/ggate/ggated/ggated.c
457
g_gate_log(LOG_WARNING, "Unauthorized connection from: %s.",
sbin/ggate/ggated/ggated.c
476
g_gate_log(LOG_NOTICE,
sbin/ggate/ggated/ggated.c
535
g_gate_log(LOG_DEBUG, "Connection created [%s, %s].", ip2str(ip),
sbin/ggate/ggated/ggated.c
549
g_gate_log(LOG_WARNING,
sbin/ggate/ggated/ggated.c
557
g_gate_log(LOG_WARNING,
sbin/ggate/ggated/ggated.c
564
g_gate_log(LOG_DEBUG, "Connection added [%s, %s].", ip2str(ip),
sbin/ggate/ggated/ggated.c
578
g_gate_log(LOG_DEBUG, "Connection removed [%s %s].",
sbin/ggate/ggated/ggated.c
607
g_gate_log(LOG_ERR, "Cannot fork: %s.", strerror(errno));
sbin/ggate/ggated/ggated.c
610
g_gate_log(LOG_DEBUG, "Process created [%s].", conn->c_path);
sbin/ggate/ggated/ggated.c
669
g_gate_log(LOG_WARNING, "Cannot send initial packet: %s.",
sbin/ggate/ggated/ggated.c
686
g_gate_log(LOG_DEBUG, "Cannot allocate %zu bytes.", size);
sbin/ggate/ggated/ggated.c
701
g_gate_log(LOG_NOTICE, "%s: started [%s]!", __func__, conn->c_path);
sbin/ggate/ggated/ggated.c
711
g_gate_log(LOG_DEBUG, "Process %u exiting.", getpid());
sbin/ggate/ggated/ggated.c
719
g_gate_log(LOG_DEBUG, "Received hdr packet.");
sbin/ggate/ggated/ggated.c
722
g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32,
sbin/ggate/ggated/ggated.c
734
g_gate_log(LOG_DEBUG, "Waiting for %u bytes of data...",
sbin/ggate/ggated/ggated.c
766
g_gate_log(LOG_NOTICE, "%s: started [%s]!", __func__, conn->c_path);
sbin/ggate/ggated/ggated.c
789
g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32,
sbin/ggate/ggated/ggated.c
814
g_gate_log(LOG_DEBUG, "Unsupported request: %i", req->r_cmd);
sbin/ggate/ggated/ggated.c
826
g_gate_log(LOG_ERR, "Disk error: %s", strerror(errno));
sbin/ggate/ggated/ggated.c
859
g_gate_log(LOG_NOTICE, "%s: started [%s]!", __func__, conn->c_path);
sbin/ggate/ggated/ggated.c
876
g_gate_log(LOG_DEBUG, "%s: offset=%" PRIu64 " length=%" PRIu32,
sbin/ggate/ggated/ggated.c
887
g_gate_log(LOG_DEBUG, "Sent hdr packet.");
sbin/ggate/ggated/ggated.c
895
g_gate_log(LOG_DEBUG,
sbin/ggate/ggated/ggated.c
913
g_gate_log(LOG_INFO, "Connection from: %s.", ip2str(ip));
sbin/ggate/ggated/ggated.c
930
g_gate_log(LOG_DEBUG, "Receiving version packet.");
sbin/ggate/ggated/ggated.c
934
g_gate_log(LOG_WARNING, "Malformed version packet.");
sbin/ggate/ggated/ggated.c
937
g_gate_log(LOG_DEBUG, "Version packet received.");
sbin/ggate/ggated/ggated.c
939
g_gate_log(LOG_WARNING, "Invalid magic field.");
sbin/ggate/ggated/ggated.c
943
g_gate_log(LOG_WARNING, "Version %u is not supported.",
sbin/ggate/ggated/ggated.c
960
g_gate_log(LOG_DEBUG, "Receiving initial packet.");
sbin/ggate/ggated/ggated.c
964
g_gate_log(LOG_WARNING, "Malformed initial packet.");
sbin/ggate/ggated/ggated.c
967
g_gate_log(LOG_DEBUG, "Initial packet received.");
sbin/ggate/ggated/ggated.c
973
g_gate_log(LOG_DEBUG, "Found existing connection (token=%lu).",
sbin/ggate/ggated/ggated.c
989
g_gate_log(LOG_DEBUG, "New connection created (token=%lu).",
sbin/ggate/ggatel/ggatel.c
101
g_gate_log(LOG_DEBUG, "Worker created: %u.", getpid());
sbin/ggate/shared/ggate.c
300
g_gate_log(LOG_ERR, "setsockopt(SO_SNDTIMEO) error: %s.",
sbin/ggate/shared/ggate.c
304
g_gate_log(LOG_ERR, "setsockopt(SO_RCVTIMEO) error: %s.",
sbin/ggate/shared/ggate.h
101
void g_gate_log(int priority, const char *message, ...);