search for: synthesis

Displaying 20 results from an estimated 336 matches for "synthesis".

2019 Jun 24
2
setting up a new ADS infrastructure
...019/06/24 13:33:06.222005, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac) > | Found account name from PAC: test [Max Mustermann] > | [2019/06/24 13:33:06.222024, 3] ../source3/auth/user_krb5.c:51(get_user_from_kerberos_info) > | Kerberos ticket principal name is [test at SYNTHESIS.SYNTH.INTERN] > | [2019/06/24 13:33:06.222044, 4] ../source3/auth/user_util.c:375(map_username) > | Scanning username map /etc/samba/user.map > | [2019/06/24 13:33:06.222067, 5] ../source3/lib/username.c:181(Get_Pwnam_alloc) > | Finding user SYNTHESIS\test > | [2019/06/24 13:33...
2019 Jun 23
3
setting up a new ADS infrastructure
...a PDC, it is a DC): > > Hostname: controller > DNS Domain: synth.intern > FQDN: controller.synth.intern > ipaddress: 192.168.1.11 > ----------- > Samba is running as an AD DC > > Then on the Unix domain member, you have this: > > Hostname: herakles > DNS Domain: synthesis.synth.intern > FQDN: herakles.synthesis.synth.intern > ipaddress: 192.168.1.13 > ----------- > Samba is running as a Unix domain member > > They are not in the same DNS domain and they must be. > > I will continue examining the two new files. > > Rowland > > >...
2019 Jun 23
3
setting up a new ADS infrastructure
...whatever you like. However, whatever you use for the DNS domain, MUST be used for the Realm name, but the Realm name must be in uppercase. > > There is the existing DNS domain synth.intern (driven by bind and > generally in a rather good shape) and I want to create the new AD > domain SYNTHESIS *below* and independent from that. So far, this was a good idea. > That's why I created an NS record for synthesis.synth.intern delegating it to the > DC and proceeded from there following the wiki with my AD DNS domain > being SYNTHESIS.SYNTH.INTERN. That is where you went wrong ;-...
2019 Jun 24
1
setting up a new ADS infrastructure
On 24/06/2019 13:34, Stefan Froehlich via samba wrote: > Both of them, yes, and wbinfo(1) works as well: > > | sfroehli at herakles:~$ getent passwd test > | test:*:10001:10000:Max Mustermann:/home/test:/bin/bash > | sfroehli at herakles:~$ getent passwd SYNTHESIS\\test > | test:*:10001:10000:Max Mustermann:/home/test:/bin/bash > | sfroehli at herakles:~$ wbinfo --uid-info=10001 > | test:*:10001:10000:Max Mustermann:/home/test:/bin/bash > | sfroehli at herakles:~$ wbinfo --user-info=test > | test:*:10001:10000:Max Mustermann:/home/test:/bin/ba...
2019 Jun 24
0
setting up a new ADS infrastructure
...:33:06.222005, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac) > >| Found account name from PAC: test [Max Mustermann] > >| [2019/06/24 13:33:06.222024, 3] ../source3/auth/user_krb5.c:51(get_user_from_kerberos_info) > >| Kerberos ticket principal name is [test at SYNTHESIS.SYNTH.INTERN] > >| [2019/06/24 13:33:06.222044, 4] ../source3/auth/user_util.c:375(map_username) > >| Scanning username map /etc/samba/user.map > >| [2019/06/24 13:33:06.222067, 5] ../source3/lib/username.c:181(Get_Pwnam_alloc) > >| Finding user SYNTHESIS\test > &gt...
2019 Jun 24
2
setting up a new ADS infrastructure
On 24/06/2019 10:00, Stefan Froehlich via samba wrote: > On Mon, Jun 24, 2019 at 10:52:07AM +0200, Stefan Froehlich via samba wrote: >> <http://froehlich.priv.at/www/samba/> > Always try your own links before posting them... it must be > <http://froehlich.priv.at/samba/> of course, sorry. > No problem, I just refreshed the old page I had open ;-) You have this on the
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
...ivated by a key sequence followed by [CTRL-Enter]. For example, mct[CTRL-Enter] will activate the Migration Create Table snippet. The SuperAbbrevs plugin makes this possible. ----------------------------------------------------- Download ----------------------------------------------------- http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails Thanks! -- Scott Becker Web Developer Electro Interactive www.ElectroInteractive.com Blog: http://synthesis.sbecker.net
2017 Aug 16
3
Disable memset synthesis
...mpile with -ffreestanding. Any suggestions on what I could try to avoid the calls to memset? It is possible to reorganize the code to avoid this, but I am looking for a more general solution. I find that GCC has an option -fno-tree-loop-distribute-patterns that can be used to disable memcpy/memset synthesis. I wonder if there is something similar in llvm/clang. Thanks, Bharathi
2004 Oct 20
2
[LLVMdev] Re: LLVM Compiler Infrastructure Tutorial
Vikram, I also agree with you. I understand that target-independent representation is very valuable and important for software compilation. However, when we are doing high-level synthesis (also called behavioral/architectural synthesis), the targeting architecture is also changing. That is, we need to do architecture exploration and the IR transfromation simultaneously. For example, after a particular pass, we may need 4 ALUs to execute the program, under a certain latency constr...
2017 Aug 16
2
[cfe-dev] Disable memset synthesis
...thover via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On 15 August 2017 at 19:38, bharathi seshadri via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I find that GCC has an option -fno-tree-loop-distribute-patterns that > > can be used to disable memcpy/memset synthesis. I wonder if there is > > something similar in llvm/clang. > > I have no idea what that means, but we almost certainly don't have any > option with similar semantics. Clang does not provide options to > control specific optimization passes like that. > I think Sony exposes...
2009 Mar 04
1
[LLVMdev] Control Data Flow Graph (CDFG)
Hi John, My project is somewhat inbetween, but closer to the latter. If you are doing something related to synthesis, have you checked xPilot from UCLA? Search "llvm" in this paper <http://www.icims.csl.uiuc.edu/~dchen/xpilot-TechCon2005.pdf> Anyway, thanks for the information! :-) Wenhao On Tue, Mar 3, 2009 at 6:30 AM, <llvmdev-request at cs.uiuc.edu> wrote: > > Date: Mon, 2 Mar 20...
2019 Jun 23
0
setting up a new ADS infrastructure
On Sun, Jun 23, 2019 at 01:53:43PM +0100, Rowland penny via samba wrote: > You have a DC in the 'synth.intern' dns domain, yet the Kerberos Realm is > 'SYNTHESIS.SYNTH.INTERN', it should be 'SYNTH.INTERN' > > The Unix domain member is in the 'synthesis.synth.intern' dns domain and its > Kerberos Realm is 'SYNTHESIS.SYNTH.INTERN' > > I am sorry, but you must fix this before anything else has a > chance of worki...
2007 Mar 19
0
SAPI (Speech Synthesis API)
Replace nospam with ssb22 to reply by email. Hi, Does anybody have pointers about using SAPI 5 speech synthesis engines (sometimes called a "SAPI 5 voices") under Wine? I've searched all over the Web but can't find any mention of it. Although English speech is well-supported in Linux, speech in languages like Chinese, Japanese and Korean is not. Commercial offerings are usually SAPI 5 sp...
2019 Jun 24
2
setting up a new ADS infrastructure
...ould have missed? And another annoying issue popped up: At the fileserver I can wbinfo(1) my test account by name and by uid, I can chown(1) files to it, I can even su(1) or ssh(1) to it and work at the CLI. But if I want to connect to a share: | ~# smbclient //herakles/profiles/ -Utest | Enter SYNTHESIS\test's password: | session setup failed: NT_STATUS_ACCESS_DENIED The log file contains: | [2019/06/24 09:28:03.876063, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac) | Found account name from PAC: test [Max Mustermann] | [2019/06/24 09:28:03.876091, 3] ../source3/auth/user_k...
2019 Jun 24
0
setting up a new ADS infrastructure
...ck_ndx = 0 | [2019/06/24 13:33:06.222005, 3] ../auth/kerberos/kerberos_pac.c:413(kerberos_decode_pac) | Found account name from PAC: test [Max Mustermann] | [2019/06/24 13:33:06.222024, 3] ../source3/auth/user_krb5.c:51(get_user_from_kerberos_info) | Kerberos ticket principal name is [test at SYNTHESIS.SYNTH.INTERN] | [2019/06/24 13:33:06.222044, 4] ../source3/auth/user_util.c:375(map_username) | Scanning username map /etc/samba/user.map | [2019/06/24 13:33:06.222067, 5] ../source3/lib/username.c:181(Get_Pwnam_alloc) | Finding user SYNTHESIS\test | [2019/06/24 13:33:06.222076, 5] ../source...
2019 Jun 23
2
setting up a new ADS infrastructure
On Sun, Jun 23, 2019 at 12:21:58PM +0100, Rowland penny via samba wrote: > You are coming from a PDC domain to an AD DC domain, easiest thing first, > you do not use 'wins' with an AD DC, you use 'dns'. I know the latter (had to delegate the zone in bind after all), but "wins support=yes" must have been created either by Debian or by "domain provision".
2003 Jul 15
9
Poll - Would you pay $30-$50 for high quality speech synthesis?
...t sounds much better. There are male & female voice fonts for US/UK/Indian English, French, Spanish, and German. I am considering offering a linux-based text-to-speech engine based on the NaturalVoices runtime. An asterisk module would also be provided, making it easy to add natural sounding synthesis to Asterisk applications. You could also use it for other purposes, such as home automation. After discussing royalties with AT&T, I have concluded that I can probably offer such a product at the following prices: Runtime - $30 intro price with one voice font & one processor Extra voices/...
2004 Sep 09
1
Festival Speech Synthesis 1.95:beta July 2004 Eval
Hello-- In the interests of playing around and wasting time, I've installed the latest version of the Festival stuff, 1.95beta. And, in the interests of future Asterisk-Festival connectivity, I applied the 1.4.3 patch to put in the asterisk related routines. I did it by hand, but, it looks like the patch will apply with no comment. Asterisk works with the new server... BUT the speed of
2007 Dec 22
1
Sounds transscript / speech synthesis
Hi, in the earlier version there was a sounds.txt with the transcript of the soundfiles. Does this still exist somewhere? Is there a plan to make speech synthesis available the same way as soundfiles, ie. instead of playing language/soundfile.wav, send the text to the speechengine and play the output...? Jay... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/2007122...
2007 Apr 18
0
( Permalink ) W3C Expands Support for Speech Synthesis of World Languages 2007-01-10: W3C took steps today to broaden support for the world's languages in voice applications on the Web.
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 11660 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070319/5bd4b504/attachment.gif