search for: c075

Displaying 2 results from an estimated 2 matches for "c075".

Did you mean: 5075
2012 Dec 20
0
smbd -F: standard input is not a socket, assuming -D option
...servers. Does anyone know the meaning of this error message? In fact "man smbd" tells that "smbd -F" is the proper way to start a server under a supervisor, such as systemd, upstart or launchd... Thanks in advance, -- Leonid Isaev GnuPG key: 0x164B5A6D Fingerprint: C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: <http://lists.samba.org/pipermail/samba/attachments/20121220/f5a88df0/attachment.pgp>
2014 Mar 17
2
[LLVMdev] GSOC - Use more StringRef in clang.
Hello, I was looking to tackle the "StringRef'ize APIs" suggestion from the clang project page and just wanted to post a couple of thoughts and ask a couple of questions. First of all I am going to talk about how I see the goals of the project. Basically, as far as I understand it I will be converting existing functions that take std::string or char*'s to use llvm::StringRef