search for: mofi

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

Did you mean: mfi
2015 Feb 11
0
Fwd: samba & Oracle ACFS Issues
...to get a read-lock but no one answers I don't know where to find out more information about this issue Any other clues? Thanks in advance Nacho. I attach a smbstatus command execution: Service pid machine Connected at ------------------------------------------------------- mofis 32789 n1414 Mon Feb 9 18:04:02 2015 mofis 50938 n1414 Mon Feb 9 18:08:22 2015 mofis 50938 n1414 Mon Feb 9 18:08:21 2015 mofis 21976 pv0il0231.cc0.m Sun Feb 1 01:35:01 2015 IPC$ 50938 n1414 Mon Feb 9 18:08:22 2015 d...
2014 Dec 17
2
Fwd: samba & Oracle ACFS Issues
> > > > >Please remove the SO_RCVBUF and SO_SNDBUF entries. > > >Oh, that's ancient. Do you have any possibility to move to > > >"security=user"? > > The smb.conf file was inherited from HP-UX system. Ok, > > I'll remove them > > > > >Did you try "posix locking = no"? That is mostly criticial
2016 May 21
1
Using an MCStreamer Directly to produce an object file?
...create target register info!"); std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName)); assert(MAI && "Unable to create target asm info!"); std::string MCPU("generic"); std::string FeaturesStr(""); MCObjectFileInfo MOFI; MCContext Ctx(MAI.get(), MRI.get(), &MOFI); MOFI.InitMCObjectFileInfo(TheTriple, llvm::Reloc::Model::PIC_, llvm::CodeModel::Model::Default, Ctx); std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); std::unique_ptr<MCSubtargetInfo> STI(TheTarget->cre...
2016 May 23
0
Using an MCStreamer Directly to produce an object file?