Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] Can't connect to CVS"
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
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
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
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
2002 Aug 13
4
Can't Connect to Swat
I'm trying to connect to swat but can't. Just installed Samba 2.2.2-5
and edited /etc/services, even though I'm running Redhat 7.3 and use
xinetd. /etc/xinetd/swat exists.... but I still cannot connect to
http://localhost:901. Why???
Thanks for assist.
2002 May 31
3
Stupid Newbie: can't connect localhost:901 - help
I've installed the rpm's and everything seems to be
set up fine. I've been through many documents (even
the one on redhat that says i must change localhost to
127.0.0.1 in one of the config files
(/etc/xinetd.d/swat). When i direct mozilla to
http://localhost:901 I get, "The connection was
refused when attempting to contact localhost:901
I think maybe that something is not
2004 Jun 09
2
SWAT - Could not connect to port 901
I'm using Suse 9.1 professional.
I've got Samba *almost* up and running. But, I'm a newbie and need Swat to
configure a few things. I've gone to /etc/services and made sure that I
have the entry "swat 901/tcp" I have checked /etc/xinetd.d/swat and added
"port = 901" and changed it to "disable = no" I have gone through the steps
in the
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
2003 Mar 14
5
slow connect
Hello !
My problem is :
I have very slow transfer if I copy files from server samba to windows 2000.
In the opposite direction transfer is very good.
Please help
Greet All