search for: sylla

Displaying 3 results from an estimated 3 matches for "sylla".

Did you mean: sulla
2009 Feb 01
1
strange behaviour on file with ':' in its name
Using 3.0.5 I can't send a file with ':' in its name in the current directory without prefixing it with ./ delos% touch file:ext delos% rsync -avP file:ext sylla:/home/ldm The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1154) [receiver=3.0.5] delos:~% rsync -avP "file:ext" sylla:/home/ldm The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(...
2002 Oct 08
1
new box can't join domain since switch to ldapsam
Hello, Since changing to "passdb backend = ldapsam" on my debian unstable PDC things work well, however a new winxp machine can't join the domain. Here is the /var/log/samba/log.smbd output. It seems the sticking point is about a missing user RID? (the new machine is sylla). Thanks in advance for any hints as to what may be wrong, cheer, 2002/10/08 18:06:30, 0] passdb/pdb_ldap.c:init_ldap_from_sam(935) NO user RID specified on account sylla$, cannot store! [2002/10/08 18:06:30, 0] passdb/pdb_ldap.c:ldapsam_add_sam_account(1661) ldapsam_add_sam_account: init_ld...
2010 Sep 14
1
[LLVMdev] Wierd behavior from getAnalysis<>
Hello, I am seeing a weird behavior from getAnalysis<>. I seem to not get back a valid object type, which leads to other errors. when I am executing the following line: InsertDummyTargsPass& dt = getAnalysis<InsertDummyTargsPass>(); I am apparently getting back an object of type llvm::Pass; This is how I checked it: with the following code I create the Object print its