search for: thatt

Displaying 8 results from an estimated 8 matches for "thatt".

Did you mean: that
2019 Apr 10
2
Disabling password expiry for a AD service account for accessing LDAPS, and security best practices.
...cumvents my original issue and is much more secure to boot. For future Redmine users googling, refer to this document here: https://www.redmine.org/projects/redmine/wiki/RedmineLDAP The section "Dynamic Bind" in the aforementioned document described how you can force Redmine to assume thatt supplied login credentials are a valid AD account, and to verify these credentials via LDAPS. Thanks Stephen Ellwood
2008 Sep 24
0
[LLVMdev] Multi-Instruction Patterns
...nceptually correct." It's a vector > extract, not > a subregister. It's just that we want to reuse the same register. It is though. Sub-register is a machine specific concept. It means vector_extract can be modeled as subreg_extract on this machine. Nothing is wrong with thatt. > > > Perhaps the answer is to add vector extract support to the > coalescer, in > the same way you added subregister support. I don't understand the > nitty > gritty of that, though. I don't think that's a good idea. Conceptually vector_extract is very di...
2008 Sep 24
2
[LLVMdev] Multi-Instruction Patterns
On Wednesday 24 September 2008 02:10, Evan Cheng wrote: > > I wrote a pattern that looks something like the above in form, but how > > do I tell the selection DAG to prefer my pattern over another that > > already exists. I can't easily just disable that other pattern > > because > > it generates Machine Instruction opcode enums that are assumed to be > >
2010 Aug 31
2
[Bug 1812] New: ControlPersist causes defunct/zombie processes
...processes in the process table, e.g.: madduck 28025 0.0 0.0 40612 2784 pts/8 S+ 09:17 0:00 ssh pulse madduck 28028 0.0 0.0 0 0 pts/8 Z+ 09:17 0:00 [ssh] <defunct> madduck 28029 0.0 0.0 40704 1188 ? Ss 09:17 0:00 ssh pulse The PIDs suggest thatt hese are related. It looks to me that the second process is the clone process, which, according to strace, only does: open("/dev/null", O_RDWR) = 5 dup2(5, 0) = 0 dup2(5, 1) = 1 close(5)...
2008 Jan 18
4
sound card input stream
Hi to all. ? am a newbie about icecast. ? just wanna know that, Can i stream my sound card input sound? I mean i want to stream the sound that comes into my sound cards input, from a microphone. is it possible? ?f it is possible how can i do that. Can u help me? Take it easy... Mesut GULNAZ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Nov 13
3
Lotus Notes R5, bad class name error
Hello, I've just installed Lotus Notes 5.0.8 client on my system with wine, on a Debian Linux (unstable dist) system. The wine package installed is the 20011112 version, from the CVS build deb package. I'm running c:/Lotus/Notes/nlnotes.exe, and my Wine desktop comes up with the Notes Workspace and a client configuration dialog with active "Next" and "Cancel"
2008 Sep 24
1
[LLVMdev] Multi-Instruction Patterns
...t; It's a vector > > extract, not > > a subregister. It's just that we want to reuse the same register. > > It is though. Sub-register is a machine specific concept. It means > vector_extract can be modeled as subreg_extract on this machine. > Nothing is wrong with thatt. I didn't mean to imply anything was "wrong." It just strikes me as kind of strange, in a mind-warping kind of way. :) > > Perhaps the answer is to add vector extract support to the > > coalescer, in > > the same way you added subregister support. I don't u...
2008 Jan 19
0
sound card input stream
...2000-2007, Tyrell Hungary, http://tyrell.hu/ > > Using config file: /etc/darkice.cfg > Using OSS DSP input device: /dev/dsp > Using POSIX real-time scheduling, priority 30 > DarkIce: DarkIce.cpp:1134: can't open connector [0] Doing a quick Google on this error seemed to indicate thatt this is probably a configuration issue. First double-check that your darkice and icecast config files match were relevant. 2. Is there an error in your Icecast error log? If you see no evidence of your attempt at all then this means that your connect attempt is not even reaching Icecast. O...