search for: lsc

Displaying 20 results from an estimated 134 matches for "lsc".

Did you mean: asc
2008 Mar 25
0
No subject
Shows that as the MCU increases, the OpenMP extra overhead is amortized and OpenMP becomes as fast as the pthreads implementation. The last chart http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/systime.png Shows that both pthreads and OpenMP overhead decreases as what seems to be a logarithmic function of the MCU size. This was a great experiment, and from what I can conclude, the OpenMP implementation can be as good as the pthread. Therefore maybe it is...
2008 Jul 07
2
GSoC - Theora multithread decoder
...but they are called too many times. The time spent to create and synchronize threads is greater than the speed up gains. We need functions that are called a few times and spend many cpu time. Also data dependency should be the lowest as possible. According to the model that i did ( http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/implementation.pdf<http://lampiao.lsc.ic.unicamp.br/%7Epiga/gsoc_2008/implementation.pdf>) the decoding time should be reduced in 33%, but it was just 10% for pthread an 5% for openMP. I used a video with 1440x1080. The pthread implementation has 3 threads and t...
2010 May 13
2
long command line cut in 2 parts
...st for convenient purpose). Here is what I did : zz<-merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL, + VALUE=NULL,PL=-VALUE*pl,quantity=NULL),PosB,all.x=T,sort=F) But when I source the function, I get an error message: Error in source("C:\\Users\\arno\\Documents\\r\\LSC\\PLwork2.r") : C:\Users\arno\Documents\r\LSC\PLwork2.r:34:10: unexpected '=' 33: zz<-merge(transform(merge(value,allcon,all.y=T),SHORTDESCRIPTION=NULL, 34: + VALUE= ^ What is wrong? TY for any help
2011 Nov 10
13
dom0 - oom-killer - memory leak somewhere ?
Hello, I work in a hosting company, we have tens of Xen dom0 running just fine, but unfortunately we do have a few that get out of control. Reported behaviour : - dom0 uses more and more memory - no process can be found using that memory - at some point, oom killer kicks in, and kills everything, until even ssh the box becomes hard - when there is really no more process to kill, it crashes
2008 Aug 15
1
GSoC - Theora multithread decoder
...d implementation of these functions: (c_dec_dc_unpredict_mcu_plane + oc_dec_frags_recon_mcu_plane) and (oc_state_loop_filter_frag_rows + oc_state_borders_fill_rows) as explained in my previous email. But the results were not good. They were equal the implementation without pipeline. http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/comparison.png http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/speedup.png http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/systime.png Next I tried to do some improvements, but without success. I think that the implementation as it is, could not be improved more wi...
2018 Sep 27
4
Synchronizing passwords to Samba 4
Hi, I'm trying to synchronize user accounts from LDAP to Samba 4 AD (using LSC) but it seems that password update through ldap is not allowed. I failed to find details about it, but can someone confirm that unicodePwd cannot be read / wrote trough a LDAPS connection ? Is there any workaround ? Regards. -- Sébastien BEAUDLOT Université d'Avignon et des Pays de Vau...
2003 Oct 31
5
VoiceMail Configuration
Hi, I have some troubles with voicemail sending message to my email address. Do I have to configure sendmail to use Voicemail ? What's about sendmail configuration ? In voicemail. i have lines like this : [default] 1000 => 1234, xxxx yyyy,beasse.lsc@wanadoo.fr I don't see what's password 1234 is ? (password for what ?) But i never received any mail with wav file attached in my beasse.lsc mailbox (wanadoo.fr) The message and the files are in /var/spool/..../1000/INBOX If someone can help me ?
2008 Mar 26
3
Theora logo master
Hello I would like to ask if it's possible to display Theora logo at http://ronja.twibright.com/sw.php I use Theora for automatically generated videos at http://ronja.twibright.com/3d/ If yes can I please have the master of the logo? I cannot use the small logo you have on the website. Thanks, Karel Kulhavy
2003 Dec 10
1
Debian + Samba 3.0 + Mac OS X 10.[2-3] -> insufficient privileges
...e. There's no option: users want to use Finder - and they are right - and not Terminal. Anyone has found a solution to this very embarassing problem? Maybe 3.0.1rc1 helps? It's a _production_ server. I wouldn't like to lose more than 100 gigs of data. Bye, Ago ----------- Deim ?goston LSC Linux Support Center Kft. e-mail: deim.agoston@lsc.hu Tel/fax:06-1/341-0457
2024 Oct 27
2
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...on the same DC. > >> > >> Looking this error up, it seems like it can be caused by simply > >> passing an incorrectly formatted password: > >> > >> - https://lists.samba.org/archive/samba/2015-December/196890.html > >> - > >> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 > >> > >> ... but as I'm using the code from `samba-tool`, I don't consider > >> that to be likely. > >> > >> Finally, I tried passing a plaintext string, hoping Samba w...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...ldap-account-manager.org/lamcms/) uses the same approach of modifying `unicodePwd`, which works on the same DC. Looking this error up, it seems like it can be caused by simply passing an incorrectly formatted password: - https://lists.samba.org/archive/samba/2015-December/196890.html - https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 ... but as I'm using the code from `samba-tool`, I don't consider that to be likely. Finally, I tried passing a plaintext string, hoping Samba would do the transformation to binary + Base64 itself (although neith...
2018 Sep 28
2
Synchronizing passwords to Samba 4
Hi Sébastien, >> I'm trying to synchronize user accounts from LDAP to Samba 4 AD >> (using LSC) but it seems that password update through ldap is not >> allowed. >> >> I failed to find details about it, but can someone confirm that >> unicodePwd cannot be read / wrote trough a LDAPS connection ? Is >> there any workaround ? The unicodePwd attribute is not used...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...the same approach of > modifying `unicodePwd`, which works on the same DC. > > Looking this error up, it seems like it can be caused by simply > passing an incorrectly formatted password: > > - https://lists.samba.org/archive/samba/2015-December/196890.html > - > https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 > > ... but as I'm using the code from `samba-tool`, I don't consider > that to be likely. > > Finally, I tried passing a plaintext string, hoping Samba would do > the transformation to binary + B...
2007 Jul 10
0
Theora Hardware: Integration with LEON is completed!
Hi, The Integration with LEON (first part of my GSoC) is completed. http://atlas.lsc.ic.unicamp.br/~andre.lnc/theora_integration_with_leon3_full.png At the last week I had (leon3 + linux + libtheora) and (leon3 + send_vector_of_input + theora hardware) working ok. Firstly, I thougth that it just would be: http://atlas.lsc.ic.unicamp.br/~andre.lnc/theora_integration_with_leon3.png...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...modifying `unicodePwd`, which works on the same DC. >> >> Looking this error up, it seems like it can be caused by simply >> passing an incorrectly formatted password: >> >> - https://lists.samba.org/archive/samba/2015-December/196890.html >> - >> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 >> >> ... but as I'm using the code from `samba-tool`, I don't consider >> that to be likely. >> >> Finally, I tried passing a plaintext string, hoping Samba would do >> the tran...
2024 Oct 27
2
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...t;>> Looking this error up, it seems like it can be caused by simply >>>>> passing an incorrectly formatted password: >>>>> >>>>> - https://lists.samba.org/archive/samba/2015-December/196890.html >>>>> - >>>>> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 >>>>> >>>>> ... but as I'm using the code from `samba-tool`, I don't consider >>>>> that to be likely. >>>>> >>>>> Finally, I tried passing...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...t;>>> >>>> Looking this error up, it seems like it can be caused by simply >>>> passing an incorrectly formatted password: >>>> >>>> - https://lists.samba.org/archive/samba/2015-December/196890.html >>>> - >>>> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 >>>> >>>> ... but as I'm using the code from `samba-tool`, I don't consider >>>> that to be likely. >>>> >>>> Finally, I tried passing a plaintext string, h...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
..., it seems like it can be caused by simply > >> >> passing an incorrectly formatted password: > >> >> > >> >> - > >> >> https://lists.samba.org/archive/samba/2015-December/196890.html > >> >> - > >> >> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 > >> >> > >> >> ... but as I'm using the code from `samba-tool`, I don't > >> >> consider that to be likely. > >> >> > >> >> Finally, I tried...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...>> >> >> Looking this error up, it seems like it can be caused by simply >> >> passing an incorrectly formatted password: >> >> >> >> - https://lists.samba.org/archive/samba/2015-December/196890.html >> >> - >> >> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 >> >> >> >> ... but as I'm using the code from `samba-tool`, I don't consider >> >> that to be likely. >> >> >> >> Finally, I tried passing a plaintext stri...
2024 Oct 27
1
How to set `unicodePwd`? "it's not allowed to set the NT hash password directly"
...this error up, it seems like it can be caused by simply >>>>>> passing an incorrectly formatted password: >>>>>> >>>>>> - https://lists.samba.org/archive/samba/2015-December/196890.html >>>>>> - >>>>>> https://lsc-users.lsc-project.narkive.com/3Ltw5zOZ/pushing-a-password-to-samba-4#post1 >>>>>> >>>>>> >>>>>> ... but as I'm using the code from `samba-tool`, I don't consider >>>>>> that to be likely. >>>>>> >&...