similar to: [LLVMdev] Clearing CVSWeb Stuck Tag

Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] Clearing CVSWeb Stuck Tag"

2004 Aug 16
0
[LLVMdev] cvsweb content is out-of-date
> If you have any more problems with this, please let me know! cvsweb content seems to be out-of-date: http://llvm.x10sys.com/cgi-bin/cvsweb.cgi/llvm/projects/ (the link to cvsweb is taken from llvm.org) -- Valery
2004 Aug 16
2
[LLVMdev] cvsweb content is out-of-date
And here's why: > rsync -az --delete --exclude='#*' --stats --bwlimit=256 rsync://llvm.cs.uiuc.edu/LLVM/ /home/llvm/cvs > rsync: failed to connect to llvm.cs.uiuc.edu: Connection refused > rsync error: error in socket IO (code 10) at clientserver.c(83) John, can you please look into this? Most likely the xinetd needs to be restarted.I'm not sure when it started failing,
2001 Apr 02
1
Is cvsweb broken?
I have been trying to access the samba cvsweb webpage all morning and keep getting an internal server error. I was curious as to whether anyone else was getting an error as well. Here is the entire text of the message that appears: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator,
2007 Jul 12
0
Problem browsing files with cvsweb
Hi List, I hope someone can help me. I?m using CVSWEB and I can?t browse files in the CVS repository, only directories. I?ve changed permissions and nothing happens. I?m using CVSWEB version 3.0.5-1 with CentOS 3.8. Any idea? Thanks in advance. At. LUIZ PAULO MAIA Ger?ncia de Redes e Telecomun / ATOS ORIGIN SERVI?OS DE TECNOLOGIAINFORM LIGHT S.E.S.A. / luiz.maia at light.com.br / 8119-5683
2004 Aug 16
1
[LLVMdev] cvsweb content is out-of-date
Chris Lattner wrote: > On Mon, 16 Aug 2004, Reid Spencer wrote: > > >>That didn't fix it. Same problem. >> >>Perhaps rsyncd is not being run by xinetd? Can you see if its started? >>Check to see if there is a /etc/init.d/rsyncd file. If there is, and its >>not already running, try: >> /etc/init.d/rsyncd start >>otherwise: >>
2002 Aug 18
0
CVSWeb repository
I have set up a CVSWeb of the klibc repository at: http://www.zytor.com/cvsweb.cgi/klibc/ No pserver access yet, although I'm hoping to be able to do that sometime soon. -hpa
2003 Dec 14
1
fakepw auth.c question
this is at the bottom of auth.c. What is it? struct passwd * fakepw(void) { static struct passwd fake; memset(&fake, 0, sizeof(fake)); fake.pw_name = "NOUSER"; fake.pw_passwd = "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK"; fake.pw_gecos = "NOUSER"; fake.pw_uid = -1; fake.pw_gid = -1; fake.pw_class =
2004 May 01
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
On Sat, 1 May 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote: > there are two issues concerning invoking optimizations: > > 1. > this document: > http://llvm.cs.uiuc.edu/docs/GettingStarted.html > is very nice, it would be good though to add in a section > > An Example Using the LLVM Tool Chain > > examples on optimization step. That's an
2010 May 24
3
5.2: Solaris 10 x86 x-11 forwarding fails, assign requested address
This is on Solaris 10 x86, do not see this behavior on Solaris 10 sparc. Seen on multiple machines. Sshd debug: debug1: server_input_channel_open: ctype session rchan 256 win 16384 max 16384 debug1: input_session_request debug1: channel 0: new [server-session] debug2: session_new: allocate (allocated 0 max 10) debug3: session_unused: session id 0 unused debug1: session_new: session 0 debug1:
2007 May 27
4
[LLVMdev] New LLVMBuilder api
On Sun, 27 May 2007, Aaron Gray wrote: >> I just checked in a new LLVMBuilder class into llvm/Support/LLVMBuilder.h, > It does not seem to be on the LLVM cvsweb, is that still showing 1.9 or 2.0 > and not cvs ? It is there: http://llvm.org/cvsweb/cvsweb.cgi/llvm/include/llvm/Support/LLVMBuilder.h?rev=HEAD&content-type=text/x-cvsweb-markup -Chris -- http://nondot.org/sabre/
2007 May 27
0
[LLVMdev] New LLVMBuilder api
> On Sun, 27 May 2007, Aaron Gray wrote: >>> I just checked in a new LLVMBuilder class into >>> llvm/Support/LLVMBuilder.h, >> It does not seem to be on the LLVM cvsweb, is that still showing 1.9 or >> 2.0 >> and not cvs ? > > It is there: >
2004 Aug 16
2
[LLVMdev] RE: is this code really JITed and/or optimized ? ..
I wrote: > If you look at the 3 lines above the assert that is failing, you'll see > this: > // FIXME: This code should handle a couple of common cases efficiently, but > // it should also implement the general case by code-gening a new anonymous > // nullary function to call. > Basically it's saying that we only support one argument functions that > take
2004 Aug 17
2
[LLVMdev] Re: Bytecodes & docs
Reid, Thanks for the detailed feedback. A value of zero now means zero literal for everything except labels, right? There is kind of a vague reference to this in the 1.0 -> 1.1 section I believe. You might want to make this clearer when talking about values in the body of the document. --> A comment on this: if a value of zero were never used for labels, that would make me happy,
2004 Apr 22
2
[LLVMdev] x86 cogen quality
Alkis Evlogimenos wrote: >On Wed, Apr 21, 2004 at 11:01:48AM +0200, Finn S Andersen wrote: > > >>For some of the benchmarks the linear scan regalloc >>works. When it does, results are in the x1.0 - 1.5 >>range. Unfortunately, the linear scan allocator breaks >>on most of my code. >> >> > >Is there a chance you can try cvs? I would be
2011 Mar 04
2
remote DoS in sftp via crafted glob expressions (CVE-2010-4755)
Hi folks. We were made aware of a MITRE CVE assignment on OpenSSH for a remote DoS in sftp, described as: The (1) remote_glob function in sftp-glob.c and the (2) process_put function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3 and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote authenticated users to cause a denial of service (CPU and memory consumption) via
2015 Apr 24
1
[Bug 2389] New: update the PROTOCOL.certkeys spec to avoid confusion regarding encoding of critical options fields
https://bugzilla.mindrot.org/show_bug.cgi?id=2389 Bug ID: 2389 Summary: update the PROTOCOL.certkeys spec to avoid confusion regarding encoding of critical options fields Product: Portable OpenSSH Version: 6.8p1 Hardware: All OS: All Status: NEW Severity: enhancement
2004 Aug 18
0
[LLVMdev] Re: Bytecodes & docs
MOre feedback inline ... Robert Mykland wrote: > Reid, > > Thanks for the detailed feedback. Sure .. devil's in the details :) > A value of zero now means zero literal for everything except labels, > right? Hmm. Not quite sure what you mean here. Zero values are used in quite a few places for various purposes. For example, the zlist will write a zero byte to terminate
2015 Jun 26
3
ssh -X versus -Y
On Fri, 26 Jun 2015 at 03:16 -0000, Alexandru Chiscan wrote: > On 06/25/2015 11:51 PM, Stuart Barkley wrote: > > Then from your desktop (assuming Linux already running X) in a > > local xterm do something like: > > > > ssh -Y remote-system > > Do not use that because any user logged on the server can connect to > your X server display and snoop what you
2004 Aug 16
2
[LLVMdev] cvsweb content is out-of-date
That didn't fix it. Same problem. Perhaps rsyncd is not being run by xinetd? Can you see if its started? Check to see if there is a /etc/init.d/rsyncd file. If there is, and its not already running, try: /etc/init.d/rsyncd start otherwise: /etc/init.d/rsyncd restart Also, could you run "/sbin/chkconfig --list" and make sure the settings for rsyncd are "on" for each of
2004 Aug 16
0
[LLVMdev] cvsweb content is out-of-date
On Mon, Aug 16, 2004 at 09:56:57AM -0700, Reid Spencer wrote: > And here's why: > > > rsync -az --delete --exclude='#*' --stats --bwlimit=256 rsync://llvm.cs.uiuc.edu/LLVM/ /home/llvm/cvs > > rsync: failed to connect to llvm.cs.uiuc.edu: Connection refused > > rsync error: error in socket IO (code 10) at clientserver.c(83) > > John, can you please look