search for: passfd

Displaying 6 results from an estimated 6 matches for "passfd".

Did you mean: passed
2011 Jul 05
0
[PATCH] losetup: use stdout and return 0 for -h
...if (argc < optind+1 || argc > optind+2) - usage(); + usage(stderr); } if (find) { @@ -471,9 +476,9 @@ int main(int argc, char **argv) res = show_loop(device); else { if (offset && sscanf(offset, "%llu", &off) != 1) - usage(); + usage(stderr); if (passfd && sscanf(passfd, "%d", &pfd) != 1) - usage(); + usage(stderr); res = set_loop(device, file, off, encryption, pfd, &ro); } return res; -- 1.7.5.4
2010 Mar 14
0
[patches] klibc review unsorted patch queue
...ot enough memory"); + exit(1); + } + + return t; +} + +void error (const char *fmt, ...) +{ + va_list args; + + va_start (args, fmt); + vfprintf (stderr, fmt, args); + va_end (args); + fprintf (stderr, "\n"); +} + +int main(int argc, char **argv) +{ + char *p, *offset, *encryption, *passfd, *device, *file; + int delete, find, c; + int res = 0; + int ro = 0; + int pfd = -1; + unsigned long long off; + + + delete = find = 0; + off = 0; + offset = encryption = passfd = NULL; + + progname = argv[0]; + if ((p = strrchr(progname, '/')) != NULL) + progname = p+1; + + while ((c = ge...
2020 Feb 05
1
smbd fails to start after upgrade to version 4.11.6
...to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback ( these are only the defaults ).. Feb 5 08:41:48 pi4b systemd-udevd[157]: Process '/usr/sbin/th-cmd --socket /var/run/thd.socket --passfd --udev' failed with exit code 1. - Possible fix(es) read : https://bbs.archlinux.org/viewtopic.php?id=220315 systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. - So make sure nsswitch.conf the mDNS part is at the end of the line. Feb 5 08:41:48 pi4b systemd-networkd[1...
2014 Oct 05
1
FreeBSD 10-RELEASE-amd64(on arch x86_64)
...casecmp.lo CC c-strcasestr.lo CC careadlinkat.lo CC cloexec.lo CC count-one-bits.lo CC md5.lo CC sha256.lo CC dirname-lgpl.lo CC basename-lgpl.lo CC stripslash.lo CC fd-hook.lo CC freading.lo CC getugroups.lo CC localcharset.lo CC glthread/lock.lo CC malloca.lo CC mgetgroups.lo CC nonblocking.lo CC passfd.lo CC physmem.lo CC pipe2.lo CC sig-handler.lo CC sockets.lo CC stat-time.lo CC strnlen1.lo CC sys_socket.lo CC tempname.lo CC glthread/threadlib.lo CC unistd.lo CC wctype-h.lo CC xsize.lo CC asnprintf.lo CC canonicalize-lgpl.lo CC fclose.lo CC fdatasync.lo CC fflush.lo CC fseek.lo CC fseeko.lo CC...
2011 May 05
0
Release of libvirt-0.9.1
...Hiroyuki) - libvirt/qemu - support persistent modification of devices (KAMEZAWA Hiroyuki) - util: Simplify hash implementation (Jiri Denemark) - tests: More unit tests for internal hash APIs (Jiri Denemark) - Move call to virReportOOMError into virFileBuildPath (Matthias Bolte) - build: use gnulib passfd for simpler SCM_RIGHTS code (Eric Blake) - qemu: Add flags checking in DomainCoreDump (Jiri Denemark) - Make sure DNSMASQ_STATE_DIR exists (Guido G?nther) - build: make VIR_FREE do some type checking (Eric Blake) - threads: add one-time initialization support (Eric Blake) - esx: Add a wrapper for s...
2020 Feb 04
4
smbd fails to start after upgrade to version 4.11.6
Roy, Im still wondering what your problem might be/where its coming from. But we know it's interface/network related, only thing is Samba should not coredump. So i had a good look below to see where im missing what. And i dont see much to work with. I have 2 possible options where, where a problem might be. 1) samba start before network is online. A possible workaround is add in all