search for: artemi

Displaying 20 results from an estimated 41 matches for "artemi".

Did you mean: artem
2016 Dec 19
2
samba-tool domain ldapcmp compared failed
...on my domain and when run "ldapcmp" it reported errors. I follow Samba wiki to Joining a Samba to an Existing Active Directory. * Comparing [DNSFOREST] context... * Objects to be compared: 18 Comparing: 'CN=Infrastructure,DC=ForestDnsZones,DC=dom,DC=city10,DC=com,DC=br' [ldap://artemis] 'CN=Infrastructure,DC=ForestDnsZones,DC=dom,DC=city10,DC=com,DC=br' [ldap://aquarius] Attributes found only in ldap://artemis: cn Attributes found only in ldap://aquarius: CN FAILED Comparing: 'CN=LostAndFound,DC=ForestDnsZones,DC=dom,DC=city10,DC=com,DC=b...
2016 Dec 19
0
samba-tool domain ldapcmp compared failed
...gt; reported errors. I follow Samba wiki to Joining a Samba to an > Existing Active Directory. > > * Comparing [DNSFOREST] context... > > * Objects to be compared: 18 > > Comparing: > 'CN=Infrastructure,DC=ForestDnsZones,DC=dom,DC=city10,DC=com,DC=br' > [ldap://artemis] > 'CN=Infrastructure,DC=ForestDnsZones,DC=dom,DC=city10,DC=com,DC=br' > [ldap://aquarius] > Attributes found only in ldap://artemis: > cn > Attributes found only in ldap://aquarius: > CN > FAILED > > Comparing: > 'CN=LostAndFo...
2010 Jan 04
5
link-dest question
The command below was run on FreeBSD 7.2 with rsync-3.0.3. The command works but copies all files, i.e. no hard links created. rsync -vaxH --numeric-ids --delete --exclude=/home/apache/logs \ --link-dest=/mnt/200912/newharbor/home -e ssh newharbor.safeport.com:/home \ 201001/newharbor/home/ The command was run without the continuation breaks that I added for readability. The command
2001 Jun 13
1
read.table and newline
...installed the current R-devel and now I get the following warning message for program codes which made no problems under version R-1.2.3: Example: R> read.table("test.dat") Warning message: incomplete final line in: readLines(con, n, ok) where `test.dat' looks like peters at artemis:~ > cat test.dat 1 2 3peters at artemis:~ > i.e. without a newline at the end. The warning can be suppressed if the last line in "test.dat" ends with "\n". Is there a reason why "test.dat" should end with "\n" or is this a bug in R-devel? Andr...
2006 Jul 20
4
USRMGR, groups, and ldap
I currently have samba version 3.0.23 installed using ldap as the backend. I am experiencing the same problems as Holger Wesser mentioned in his posting "USRMGR.exe not working properly". However, it appears that the fix of creating the group mappings does not work. They appear to be mapped correctly on my setup. My net groupmap list is: Domain Admins
2011 Oct 03
4
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Hi Tobias, thanks for the answer. I'll try to give a look to the code you pointed me to , and I'll try to make the modification myself. I'm new to LLVM and Polly, but the code of both seem clean and understandable, so I hope to be able to do it myself. In case I'll ask here for support :) Marcello 2011/10/1 Tobias Grosser <tobias at grosser.es>: > On 10/01/2011 03:26
2011 Mar 04
1
Wine window doesn't render properly
I'm trying to play Artemis (http://artemis.eochu.com/index.php) under WineBottler for Mac. It requires some DirectX 9 which is available, but when I install and run the game, the settings screen and the main screen don't render properly. Here are some screenshots: settings (http://dl.dropbox.com/u/1201442/Screen%20shot%...
2011 Oct 07
1
[LLVMdev] How to make Polly ignore some non-affine memory accesses
I add also the output of these commands: [hades at artemis examples]$ ./compile_ex.sh super_simple_loop Printing analysis 'Polly - Detect Scops in functions' for function 'main': [hades at artemis examples]$ modifying it in : #include <stdio.h> int main() { int A[1024]; int j, k=10; for (j = 0; j &lt...
2013 Dec 29
4
[Bug 2193] New: Scp sometimes breaks non-ASCII filenames in copying progress indicator
https://bugzilla.mindrot.org/show_bug.cgi?id=2193 Bug ID: 2193 Summary: Scp sometimes breaks non-ASCII filenames in copying progress indicator Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: scp
2005 Aug 15
1
XML for tc hierarchy representation
Hi list, I would like to know about any proposed XML representation for tc objects hierarchy. I found something at "LTCM, a Linux QoS API Library" (http://artemis.av.it.pt/~ltcmmm/) that looks like a start, but any others are welcome. I''m starting a project to automatically syncronize traffic shape rules between servers and thought XML is the best way to represent tc hierarchy. Tks in advance for any information. ------------------------------...
2009 Jan 15
0
[Fwd: Issue with bridge networking]
...se : *xen domU config file :* _______________________________________________________ # kernel to use kernel = "/boot/vmlinuz-2.6.18-6-xen-686" # kernel ramdisk ramdisk = "/boot/initrd.img-2.6.18-6-xen-686" # memory in mb memory = 128 # CPUs vcpus = 1 # domain name name = "artemis" # root device root = "/dev/hda1 ro" # disk mappin disk = [ ''phy:/dev/rootvg/Artemis,hda1,w'' ] # network bridge vif = [ ''mac=BB:BB:BB:BB:01:01, bridge=br-pub'' ] _______________________________________________________ *dom0 /etc/network/interfaces...
2016 Dec 15
4
Error on samba-tool domain provision
Hi, Anyone knows what is this? [root at artemis bin]# ./samba-tool domain provision --use-rfc2307 --interactive Realm [DOM.CITY10.COM.BR]: Domain [DOM]: Server Role (dc, member, standalone) [dc]: DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE) [SAMBA_INTERNAL]: DNS forwarder IP address (write 'none' to disable forwardi...
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
Hello everybody, I am making a modified version of "Stephan Steinhaus' benchmark test for number crunching, v. 2, (see http://www.scinetificweb.com/ncrunch/ncrunch.pdf for the original version), comparing several functions of some math/stat software. R is not performing bad at all... except for the sorting of a 1,100,000 random vector (test #3) which is the worst of all (see cell F3 in
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
Hello everybody, I am making a modified version of "Stephan Steinhaus' benchmark test for number crunching, v. 2, (see http://www.scinetificweb.com/ncrunch/ncrunch.pdf for the original version), comparing several functions of some math/stat software. R is not performing bad at all... except for the sorting of a 1,100,000 random vector (test #3) which is the worst of all (see cell F3 in
2004 Oct 28
0
samba3 / ldap / idealx smbldap-tools / roaming profile
...H #just for homedirs not for profile, we dont want roaming profileslogon home = in the configuration file for the smbldap-tools (smbldap_conf.pm) it says: # Just comment this if you want to use the smb.conf 'logon path' directive # and/or desabling roaming profiles #$_userProfile = q(\\\\ARTEMIS\\profiles\\); if we comment $_userProfile like above i get an error message when executing the smbldap-populate.pl script: adding new entry: uid=Administrator,ou=People,dc=eu,dc=xxx,dc=com failed to add entry: sambaprofilepath: value #0 invalid per syntax at /cluster/etc-o1/samba/bin/smbldap-popu...
2004 Dec 02
0
Sbmclient ( session request failed )
...ollowing: Do I have to conf something in smb.conf? @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ csdev5$ smbclient -M dans.sbc.com -N added interface ip=132.201.76.18 bcast=132.201.76.255 nmask=255.255.255.0 session request failed csdev5$ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Thank You, Daniel J. Paulson eVista/Artemis Architecture Team SBC Phone: 847-248-4636 Fax: 847-248-3953 Pager: 847-992-3592 Email: dp1794@sbc.com
2007 Jan 03
0
Re: USRMGR, groups, and ldap
...ain groups. Also, 'net rpc >group' returns no groups as well. > >-James > >>> "Jamrock" <news_jamrock at yahoo.com> 07/21/06 9:57 AM >>> >"James Money" <jmoney at nccu.edu> wrote in message >news:44BFA3B80200006700010B63 at artemis.nccu.edu... >I currently have samba version 3.0.23 installed using ldap as the >backend. I am experiencing the same problems as Holger Wesser >mentioned >in his posting "USRMGR.exe not working properly".
2012 May 01
1
dovecot, ldap and multiple auth_bind_userdn
...ing some troubles for a client of mine: he has two ldap branches which may contain valid users for imap login... For now, dovecot is configured so that it uses the auth_bind: ======== uris = ldap://localhost:389/ auth_bind = yes auth_bind_userdn = uid=%u,ou=user,dc=org ldap_version = 3 base = dc=artemis user_attrs = user_global_uid = 8 user_global_gid = 8 pass_attrs = uid=user ## other options user_filter = (uid=%u) pass_filter = (uid=%u) default_pass_scheme = CRYPT ======== Unfortunately, I cannot manage to tell him "hey guy, uses those two branches": uid=%u,ou=user,dc=org and uid=%...
2000 Nov 08
1
Re: [R] Strange means of numbers drawn from rpois (PR#729)
Kjetil Kjernsmo <kjetil.kjernsmo@astro.uio.no> writes: > On 8 Nov 2000, Peter Dalgaard BSA wrote: > > >I'm not at all happy with this: > > > >Solaris : > >> range(sapply(1:2000, function(n) mean(rpois(10000, 15.0)))) > >[1] 15.0524 15.3403 > > Hm, OK, so it isn't just me.... I guess it is time to file a bug report, > should I do it,
2017 Sep 20
0
TTA-based Co-design Environment (TCE) v1.16 released
...ates a VLIW-like interconnection network and creates a separate RF for each distinct bus width. Download ======== Get the release via git by cloning the release branch: git clone -b release-1.16 https://github.com/cpc/tce.git tce-1.16 Acknowledgements ================ We'd like to thank ARTEMIS joint undertaking under grant agreement no 621439 (ALMARVI), Academy of Finland (PLC, decision #297548) and Finnish Funding Agency for Technology and Innovation (funding decision 40142/14, FiDiPro-StreamPro) for funding most of the development work in this release. Much appreciated! Links =====...