search for: eckstein

Displaying 20 results from an estimated 40 matches for "eckstein".

2002 Jul 30
4
Samba 2.2.5 update process
I recently downloaded the samba 2.2.5 update. I ran GZIP and tar. next i did the configuration according to Using Samba by Robert Eckstein, David Collier-Brown, Peter Kelly 1st edition Nov. 1999. Steps were as follows: ./configure make make install added swat to /etc/services swat 901/tcp after all of this it does not appear that samba was actually updated. I looked in samba.org for an update procedure and was not able to...
2005 Dec 22
3
data frame
Dear R users: > s4 <- seq(length=10, from=1, by=5) > s<-data.frame(s4,s4,s4) I would like to do some modification to s. And I want the form like the following,if it is possible, how should I do? The last column is the sum of previous three column. s4 s4.1 s4.2 sum 1 1 1 2 6 6 3 11 1 12 4 16 6 22 5 21
2002 Feb 13
4
Mapping / UNC question
...e also wants users to _NOT_ be able to use the Windows Explorer to map the drive and gain access that way. He wants only for his embedded UNCs to access the share. If you cut off one you cut off both, don't you? Has anyone done anything like this? I've been through the man pages and the Eckstein/Collier-Brown/Kelly O'Reilly book to no avail. TIA, Mike "Consensus is the negation of leadership" --Margaret Thatcher
2010 Mar 29
1
security = share
Hi, in "Using Samba" by G. Carter, J Ts and R. Eckstein, 3rd edition, on chapter 5, page 113, I ses that the security = share option is "deprecated". It is said that "there is a high chance that ... will be removed from Samba at some future time". I find that security = share is extremely useful for many small non critical netwo...
2000 Mar 31
1
OpenSSH's ssh daemon and X11 event forwarding
...appening or not? Is there anything special you have to do to get OpenSSH's sshd to handle forwarding of X events? I tried looking at the sshd man page, but it prints as one single, gigantic paragraph, making it a bit hard to find things. Thanks, Jonathan -- Associate Professor Jonathan Eckstein MSIS Department, Faculty of Management, Rutgers University TEACHING ADDRESS RESEARCH ADDRESS +------------------------------+--------------------------------+ | 255 J.H. Levin Building | RUTCOR, Room 148 | | 94 Rockafeller Road | 640 Bartholomew Road...
2006 Jun 14
4
[LLVMdev] Code instruction selection based on SSA-graphs
...s dynamic-programming based optimal pattern matching selectors for some of the target architectures. But as far as I know, the code is first converted out of the SSA form, before the selection process takes place. The same approach is used by many other compilers. But there is an article from Erik Eckstein, where a different method is proposed. In the described approach, the code is generated directly from the SSA-form. The tree grammar is extended accordingly to support such SSA-constructs like PHI-nodes. The pattern matching problem is mapped to a partitioned boolean quadratic optimization problem...
2014 Jul 10
2
[LLVMdev] bug in ilist_node::getPrevNode() ?
Hi all, I stumbled over a problem in ilist_node::getPrevNode(). It crashes when invoked for the first element in a list. It's because the Prev pointer of a first list element does not point to the sentinel but is just null. First question: Is this really a bug or am I doing something wrong? Second question: If it is a bug, what should be the correct behaviour? Either change insert() to let
2010 May 12
0
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
...ant papers for PBQP register allocation. // (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with // PBQP. In Proceedings of the 7th Joint Modular Languages Conference // (JMLC'06). LNCS, vol. 4228. Springer, New York, NY, USA. 346-361. // // (2) Scholz, B., Eckstein, E. 2002. Register allocation for irregular // architectures. In Proceedings of the Joint Conference on Languages, // Compilers and Tools for Embedded Systems (LCTES'02), ACM Press, New York, // NY, USA, 139-148. The basics of the linear scan algorithm are described in the paper &qu...
2010 May 11
2
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
Hello, we are currently working on my project that aims at improving the register allocation scheme by identifying if the interference graphs are chordal or not. we are working on the llvm compiler .we are forcing the compiler to use PBQP register allocation scheme by an option of ' ' regalloc=pbqp ' during the execution of prgm. we have been succesfull in accessing the interference
2015 Oct 01
3
Fwd: buildbot failure in LLVM on sanitizer-x86_64-linux-bootstrap
...at apple.com>, Daniel Jasper <djasper at google.com>, David Blaikie <dblaikie at gmail.com>, David Majnemer <david.majnemer at gmail.com>, Davide Italiano < davide at freebsd.org>, Dehao Chen <dehao at google.com>, Douglas Gregor < dgregor at apple.com>, Erik Eckstein <eeckstein at apple.com>, Evgeniy Stepanov < eugeni.stepanov at gmail.com>, Fiona Glaser <escha at apple.com>, Hal Finkel < hfinkel at anl.gov>, Ivan Krasin <krasin at chromium.org>, Jingyue Wu < jingyue at google.com>, Kaelyn Takata <rikka at google.com>,...
2015 Sep 06
2
Getting Oriented
It was disconcerting to find the Official HowTo, https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/, to be for Samba 3.5. Much other documentation (both online and Using Samba, 3rd Edition* by *Jay Ts; Gerald Carter; Robert Eckstein, O'Reilly Media, Inc) is also old. Apparently a known problem, http://marc.info/?l=samba&m=139519806107456&w=2, but still.. Web search found https://www.samba.org/samba/docs/man/Samba4-HOWTO, but it's mostly empty. I would appreciate some guidance. Some of the slide presentations...
2008 Mar 25
3
[LLVMdev] Whole-function isel
...for the ssa graph along with the selection DAG) and i'm afraid there are licensing issues that do not allow me to directly post or contribute the code. however, i'm happy to share further experimental results and discuss the approach in case somebody is interested. - dietmar [1] Erik Eckstein, Oliver König and Bernhard Scholz Code Instruction Selection Based on SSA-Graphs SCOPES 2003 http://springerlink.metapress.com/content/83cj0ebgtm998hj8 -- --------------------------------------------------------------------- Dietmar Ebner CD Laboratory - Compilation Techniques for E...
2002 Jul 30
1
Eric Thorsnes: Samba 2.2.5 update process
...AM >> To: samba@lists.samba.org >> Subject: [Samba] Samba 2.2.5 update process >> >> >> I recently downloaded the samba 2.2.5 update. >> >> I ran GZIP and tar. >> >> next i did the configuration according to Using Samba by Robert >> Eckstein, David Collier-Brown, Peter Kelly 1st edition Nov. 1999. >> >> Steps were as follows: >> >> ./configure >> make >> make install >> added swat to /etc/services >> swat 901/tcp >> >> after all of this it does not appear that samba...
2008 Nov 16
0
[LLVMdev] PBQP allocator progress.
...ing "-regalloc=pbqp" to llc or lli. Cheers, Lang. Papers: [1] Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with PBQP. In Proceedings of the 7th Joint Modular Languages Conference (JMLC'06). LNCS, vol. 4228. Springer, New York, NY, USA. 346-361. [2] Scholz, B., Eckstein, E. 2002. Register allocation for irregular architectures. In Proceedings of the Joint Conference on Languages, Compilers and Tools for Embedded Systems (LCTES'02), ACM Press, New York, NY, USA, 139-148. [3] Quintão Pereira, F. M. and Palsberg, J. 2008. Register allocation by puzzle solving. I...
2008 Nov 20
1
[LLVMdev] Graph coloring register allocation
Hello, I am working on developing register allocator for irregular architectures (with register pair, and banks) and plan to base my work on graph coloring register allocator. I wonder if LLVM already has basic graph coloring register allocator, or somebody is working on it? Also, I'm not sure what is the best way to even describe the register constraints in tablegen: - How can I
2006 May 09
1
installing the dependency
Hi, R users: I have built an package, and the package depends on two other packages, I want to install other two packages at the same time when I install my package, like the following form, > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- also installing the dependencies 'acepack', 'fBasics',.... Please give me some hints. I am
2006 Jan 27
2
Antigen forwarded attachment
The entire message "Re: [R] regular expressions, sub", originally sent to you by r-help-bounces at stat.math.ethz.ch (r-help-bounces at stat.math.ethz.ch), has been forwarded to you from the Antigen Quarantine area. This message may have been re-scanned by Antigen and handled according to the appropriate scan job's settings. <<Entire Message.eml>> -------------- next
2000 Aug 23
1
Error Message : read_socket_data
If this is not the right place to be asking this question....please let me know! I've checked out the news groups and have found nothing on this ..... We just installed Samba 2.0.7 and have the following error appearing in our logs for individual PCs: read_socket_data: recv failure for 4. Error = Connection timed out This error appears in the log at the same time the user loses
2001 Mar 22
1
Samba license info link yields 404 error.
...tained from www.samba.org) has a link to http://www.oreilly.com/catalog/samba/licenseinfo.html. This link is apparently dead. The full text of the referring link is as follows: > >Copyright (c) 1999 by O'Reilly & Associates. This book, Using Samba, first edition, was written by Robert Eckstein, David Collier-Brown, and Peter Kelly, and published by O'Reilly & Associates. This material may be distributed only subject to the terms and conditions set forth in the license, which is presently available at http://www.oreilly.com/catalog/samba/licenseinfo.html. > >This might be a...
2004 Feb 21
0
name resolve order = wins bcast host
Per http://us1.samba.org/samba/docs/using_samba/ch12.html ... That is "Chapter 12. Troubleshooting Samba" in the "Using Samba, 2nd Edition" book by Jay Ts, Robert Eckstein, and David Collier-Brown from O'Reilly. Under the section "Troubleshooting Name Services/Identifying what's in use" it says, "First, see if both the server and the client are using DNS, WINS, NIS, or hosts files to look up IP addresses when you give them a name." and...