similar to: [LLVMdev] Can't connect to CVS

Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] Can't connect to CVS"

2004 Feb 23
3
[LLVMdev] LLVM
Hi Chris, Thanks for the quick input. The harder the LLVM is, the harder it is for me to teach the course:-) Too many optimisations have been added, meaning I have to design many new projects. --- Jingling On Mon, Feb 23, 2004 at 09:41:13PM -0600, Chris Lattner wrote: > On Tue, 24 Feb 2004, Jingling Xue wrote: > > > I understand that LLVM is now available in the public domain. >
2004 Feb 23
0
[LLVMdev] Can't connect to CVS
On Mon, 23 Feb 2004, Reid Spencer wrote: > Hi, > > Attempting to use cvs with LLVM is producing the following: > > bash-2.05b$ cvs status > cvs [status aborted]: connect to > llvm-cvs.cs.uiuc.edu(128.174.245.58):2401 failed: Connection refused > > I think this has happened before and the root cause was a stuck xinetd > process on the cvs server. I kicked it, try
2004 Feb 23
2
[LLVMdev] LLVM
Hi Chris, I understand that LLVM is now available in the public domain. I assume many more optimisations have been added to the system. I need to decide which compiler system I will use for my advanced compiler course this year. Many students enjoyed working with your llvm last year. Thanks for the input. ---Jingling On Mon, Feb 23, 2004 at 09:20:01PM -0600, Chris Lattner wrote: > On Mon,
2004 Feb 24
0
[LLVMdev] LLVM
Jingling, I faced the same issue in using LLVM for an introductory compiler course this semester. The way I am (optimistically) addressing it is that I have given the students a tarball of LLVM containing most of LLVM but very few optimizations. In particular, we've only given them a few essential transformations that the front-end or lli need, and any transformations used by those
2004 Feb 23
0
[LLVMdev] LLVM
On Tue, 24 Feb 2004, Jingling Xue wrote: > I understand that LLVM is now available in the public domain. Yes it is. It can be downloaded from the LLVM releases page here: http://llvm.cs.uiuc.edu/releases/ > I need to decide which compiler system I will use for my advanced > compiler course this year. The current release is 1.1. We are tentatively planning to release 1.2 sometime in
2003 Dec 29
1
[LLVMdev] CVS Not Responding?
Hi, I'm trying to update to the latest code and all I seem to get from the LLVM CVS server is : > bash-2.05b$ cvs update > cvs [update aborted]: connect to llvm-cvs.cs.uiuc.edu(128.174.245.58):2401 failed: Connection refused Is the cvs server in a maintenance window or something? Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc
2004 Jan 10
0
[LLVMdev] Services Restored
Hi, It looks like the CVS server is still not available. When I try to update with cvs, I get: cvs [update aborted]: connect to llvm-cvs.cs.uiuc.edu(128.174.245.58):2401 failed: Connection refused I know the server was down earlier this week but according to the message below, its supposted to be restored by now. Could someone please help? Thanks, Reid. On Wed, 2004-01-07 at 14:30, John T.
2004 Jan 07
2
[LLVMdev] Services Restored
Dear LLVM Developers, The LLVM website, CVS repository, and SAFECode website should now be back online. Should you encounter any problems with the LLVM services, please send email to llvmdev at cs.uiuc.edu so that we may fix it. Regards, John T. Criswell ********************************************************************* * John T. Criswell Email: criswell at uiuc.edu
2007 Aug 20
1
can't login to remote cvs server
Hi Everyone, I have, for the first time, installed and minimally configured a cvs server on a CentOS 5 box. I followed a "how to" to do the initial configuration, so I'm sure I haven't done anything wrond (according to the "how to", anyway). But, I keep getting this error: $ CVSROOT=:pserver:ksandhu at kermit:/var/cvs/asterisk $ cvs login Logging in to
2008 Mar 20
3
create matrix
Hi all, I have a dataset consisting of 5 columns and over 5000 rows. Each row gives information about an individual animal, including longevity, i.e. at what age an animal died. For the model I use I need to create n rows for each animal, n being its longevity, and a new column 'survival' with a binary 0/1 outcome. When an animal died e.g. at age 5, there have to be 5 rows of identical
2005 Jul 29
2
segment fault with 2.6.6 or CVS
Hi, I've rebuilt rsync (which was running just fine for quite some time) and it works if used via ssh or if the daemon is started via ssh. But it crashed in daemon mode (started standalone or by xinetd) Here is the gdb log gdb ... set follow-fork-mode child run --daemon --no-detach Program received signal SIGSEGV, Segmentation fault. [Switching to process 32521] 0x08056577 in glob_expand
2008 Mar 07
1
Installing latest version under Windows (PR#10908)
Dear Debuggers, =20 I'm trying to install R for the first time, however, the exe file referred to does not exist: Installation is via the installer R-2.6.2-win32.exe =20 I've downloaded R several times and the file does not exist. =20 I've tried renaming Rgui.exe.manifest and Rterm.exe.manifest to have only the .exe extension and but this doesn't work.=20 =20 What are your
2010 Dec 28
4
Nested Class
Hi: I have something like this: class xinetd { ... some Puppet code ... class xinetd::telnet { ... some Puppet code ... } } node ''host1'' { include xinetd::telnet } However, when running Puppet says it can''t find class xinetd::telnet. I can include xinetd so I know my site.pp correctly includes all .pp files. I am running Puppet 2.6.0. Thanks
2014 Jun 28
1
tftp-hpa 5.2
Hello everyone, I am having difficulties in setting up a tftp server on a Fedora 3.14.8-200.fc20.x86_64. Running tftp client to test the server functionality, a simple get from the terminal prompts 'Transfer timed out.' back. The version is tftp-hpa 5.2, with remap, with tcpwrappers, unfortunately I am not able to find any log in the system journal.? The server and related services appear
1997 Jan 13
4
xinetd v. tcp-wrappers
I am interested in opinions regarding the use of xinetd versus the use of tcp wrappers. The two programs have similar functionality, but I find xinetd suits my needs better. The biggest problem is the age of xinetd, and AFAIK it is no longer being kept up. Are there any known security issues with xinetd? Another issue is that xinetd makes use of a non-standard inetd.conf layout, but
2008 Apr 29
2
xinetd question
I am using centos 5.1 x86_64 I am wanting to restart xinetd when I do "service xinetd restart" it says xinetd unrecognized service when I do "/etc/init.d/xinetd restart" I get no such file or directory. How does one restart xinetd? THanks, Jerry
2005 Jul 06
1
Question regarding SWAT
Hi everyone, In the last few days I've spended hours and hours on the web surching for a solution to my problems. Eventhough it looked like there where several other people having the same problem I couldn't find a way to solve it. Therefore I'm hoping that one of you could help me with the following problem. I've installed Samba 3.0.14a on RedHat 9.0. Samba is working perfectly.
2011 Jul 18
3
EL6, xinetd, and permissions. What am I missing?
Staging for a rollout of EL 6, and ran into a very strange permissions issue with xinetd that defies all (my) logic. It's a script called "spfiled" that we use for messaging between our server cluster servers. I'm trying to get it to run with "least permissions necessary". Because it reads/writes files in conjunction with a web-based service, it runs as user
2007 Sep 10
5
xinetd and pop3
Is this the best way to get dovecot's pop3 process to run under xinetd? This is what I did after I installed postfix and dovecot. I am using Debian. I am using the dovecot local delivery agent. ---------first the dovecot configuration and version information------------------ dovecot -n output: # /etc/dovecot/dovecot.conf log_timestamp: %Y-%m-%d %H:%M:%S protocols: pop3 pop3s
2020 May 28
5
xinetd custom service - perl - remote address
Hi all, I can't believe that I can't find the answer to this one. I have a perl script which is called by xinetd. I want that perl script to be able to detect the remote IP address of the caller. I presumed that it would be an environment variable but I could be wrong. I've found reference to the ENV and PASSENV arguments for xinetd.conf but no examples, and no indication of what