search for: objectivef

Displaying 4 results from an estimated 4 matches for "objectivef".

Did you mean: objective
2010 Mar 23
2
[LLVMdev] How to avoid memory leaks
...FunctionType::get(llvm::Type const*, std::vector<llvm::Type const*, std::allocator<llvm::Type const*> > const&, bool) (in /home/gabi/vgen/Debug/vgen) ==20504==    by 0x4219F3: vgen::CodeCreator::createModule(float*, unsigned int, char*) (CodeCreator.cpp:57) ==20504==    by 0x4196B2: ObjectiveF(State&) (main.cpp:64) ==20504==    by 0x432B52: State::evaluate(State) const (in /home/gabi/vgen/Debug/vgen) ==20504==    by 0x42F89E: vCreator::DefaultEvaluator(vCreator&) (in /home/gabi/vgen/Debug/vgen) ==20504==    by 0x42ECA7: vCreator::initialize(unsigned int) (in /home/gabi/vgen/Debug...
2020 Jul 23
2
vfs_shadow_copy2: permission denied - SMB_VFS_NEXT_OPENDIR() failed for '/snapshots'
Hello. I am trying to get the windows "previous versions" / shadow copies to work with our setup (samba+winbind over objectivefs). I have setup a test where I manually mounted two objectivefs snapshots in the /snapshots/ directory. Objectivefs filesystem is mounted on /ofs. When I try and look at the "previous version" in windows I get the error "there are no previous versions available" information:...
2020 Aug 05
2
CTDB question about "shared file system"
Could I impose upon someone to provide some guidance? Some hint? Thank you Is a shared file system actually required? If etcd is used to manage the global recovery lock, is there any need at that point for a shared file system? In other words, are there samba or CTDB files (state) that must be on a shared file system, or can each clustered host simply have these files locally? What must be
2020 Aug 06
2
CTDB question about "shared file system"
...ic subnet for the client traffic. More on the changes we made last night in a sec... Let me explain our architecture, for context. Would love some feedback, expressed concerns, etc. We have built a geo-distributed SMB file system, it is deployed in AWS, over four regions globally, internally uses ObjectiveFS as a backend shared file system and cache, and uses a custom ETCD locking helper (written in Golang). The instances have only one network interface, private; they do not have a second interface (possibly our mistake). The existing private interface is AWS assigned, static, and cannot be reassigned...