similar to: Cleaning up an RPM repository.

Displaying 20 results from an estimated 10000 matches similar to: "Cleaning up an RPM repository."

2008 Dec 30
3
Anaconda crash during Centos 5.2 installation.
Hi, I'm trying to install Centos 5.2 on an "old" machine in graphical mode (to use LVM) but anaconda crash. I made several tries with various installation resquest (the last is "Server", "Customize after installation") unfortunately, it's reproductible: Traceback (most recent call first): File
2008 Dec 23
2
Installing RHEL5.3
Hi, As I can start X on Centos 5.2, can somebody explain me how to install RHEL 5.3 pre-release or give me a pointer that explain how to do? ftp://ftp.redhat.com/pub/redhat/linux/beta/RHEL5.3/ I should want to know if I'll can install Centos 5.3 ;-) Regards, Alain -- Les pages de manuel Linux en fran?ais http://manpagesfr.free.fr/ -------------- next part -------------- A non-text
2009 Jan 10
4
Can't update CentOS 5.2
Hi, I've just installed a fresh CentOS 5.2 Now, I run "yum update" and I get: "Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was [Errno 4] IOError: <urlopen error (110, 'Connection timed out')> Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try
2007 Jun 22
6
Organising a Subversion repository.
Hello, I appreciate that this topic may have come up before but a quick scan of the archives did not reveal anything. If someone could kindly point me to an archive entry that would also be great. I want to use Puppet fileserver in conjunction with a svn repo, this was I can commit files to svn and have the fileserver propagate them to the various machines, I believe this is a common way of
2008 Dec 21
2
Rebuild xorg (continued from Centos-devel)
On Sun, 2008-12-21 at 22:48 +0100, Alain PORTAL wrote: > Le dimanche 21 d?cembre 2008, William L. Maltby a ?crit : > > > If you get to single-user with a boot (adding the " 1" in grub edit > > mode), alternate consoles will have some stuff of possible value. > > <CTRL>-<ALT>-<Fx> (where the Fx is function key F1, F2, F3, ...) should > >
2007 Aug 04
7
Optimization in R
Hi all, I've been working on improving R's optim() command, which does general purpose unconstrained optimization. Obviously, this is important for many statistics computations, such as maximum likelihood, method of moments, etc. I have focused my efforts of the BFGS method, mainly because it best matches my current projects. Here's a quick summary of what I've done: *
2011 Sep 16
4
Dual Authentication: Local and Active Directory
I was wondering if it was possible to get a Samba server that was acting as an AD member server to also be able to authenticate local users, or is stuck just serving AD users? -- Aaron Clausen mightymartianca at gmail.com
2007 May 13
1
symbollic differentiation in R
Hi all, I wrote a symbollic differentiation function in R, which can be downloaded here: http://www.econ.upenn.edu/~clausen/computing/Deriv.R http://www.econ.upenn.edu/~clausen/computing/Simplify.R It is just a prototype. Of course, R already contains two differentiation functions: D and deriv. However, these functions have several limitations. They can probably be fixed, but
2007 May 13
2
relist, an inverse operator to unlist
Hi all, I wrote a function called relist, which is an inverse to the existing unlist function: http://www.econ.upenn.edu/~clausen/computing/relist.R Some functions need many parameters, which are most easily represented in complex structures. Unfortunately, many mathematical functions in R, including optim, nlm, and grad can only operate on functions whose domain is a vector. R has a
2018 Oct 09
1
netinstall problem -- corrupt alsa-utils-1.1.0-10.el6.i686.rpm?
Hello. I try to install from the netinstall iso file. Everything works as I expect up to the screen where I have to choose between "Desktop", "Minimal Desktop", "Minimal", etc. If I choose either "Desktop" or "Minimal Desktop", I have a pop up saying "Installation Starting" with "Starting installation process", and, about a
2008 Mar 09
2
[patch] add=TRUE in plot.default()
Hi all, As long as I've used R, add=TRUE hasn't worked in contexts like this: f <- function(x) x^2 X <- seq(0, 1, by=1/4) plot(f, col="blue") plot(X, f(X), col="red", type="l", add=TRUE) I attached a fix for version 2.6.2. Cheers, Andrew -------------- next part -------------- diff --git a/src/library/graphics/R/plot.R
2010 Dec 27
3
openssh and keystroke timing attacks (again)
Hi all, Over the past 10 years, there has been some discussion and several patches concerning keystroke timing being revealed by the timing of openssh packet network transmission. The issue is that keystroke timing is correlated with the plaintext, and openssh users expect their communications to be kept entirely secret. Despite some excellent ideas and patches, such as Jason Coit's
2008 Feb 27
7
[Bug 14704] New: randr1.2 broken on apple powerbook 17"
http://bugs.freedesktop.org/show_bug.cgi?id=14704 Summary: randr1.2 broken on apple powerbook 17" Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Apr 20
2
Folder Encryption and Samba
It's been passed to me from on high that one of our file servers needs to be encrypted. I'm considering either whole-disk encryption or folder encryption. I like the latter since, well, it's less work. Is there any particular folder encryption systems out there that the folks around here can recommend? -- Aaron Clausen mightymartianca at gmail.com
2011 Jul 26
2
Incoming External Trust
I'm running a Samba domain (Samba 3.4.7) with OpenLDAP. I also have an Server 2003 AD domain, and want to set up an external trust so that AD users can access resources on the Samba domain, but not visa versa (I believe this is called a one-way incoming external trust). I'm not finding a lot of information out there that makes sense. Does anybody have any hints? -- Aaron Clausen
2002 Dec 02
1
IMQ
Has anybody got imq running on iptables 1.2.7a. The home page for imq only seems to have a patch for 1.2.6a. -- Aaron Clausen _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2008 Jul 31
0
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote: > I'm evaluating CMake (1) primarily as an alternative build system for > Visual Studio users, although it can easily be a replacement for > `configure' and hand-made makefiles too, providing a single build system > for all platforms. CMake is a tool that takes a project description and > configures, generates makefiles, project files for IDEs, etc as
2010 Mar 23
1
[patch] add is.set parameter to sample()
Hi all, sample() has some well-documented undesirable behaviour. sample(1:6, 1) sample(2:6, 1) ... sample(5:6, 1) do what you expect, but sample(6:6, 1) sample(1:6, 1) do the same thing. This behaviour is documented: If 'x' has length 1, is numeric (in the sense of 'is.numeric') and 'x >= 1', sampling _via_ 'sample' takes place from
2006 Dec 07
8
crash on repeated search
I have found another crash in ferret; this one just uses a regular search. It''s similar to an issue reported by Matt Schnitz a while ago, but unlike his, mine does not go away if I turn off omit_norms. It does go away if I turn on the garbage collector more often, but I''m not sure that''s a stable workaround under the circumstances. This one isn''t a
2007 Feb 16
8
term vector blues
I have a lot of crashes when I try to use term vectors. Here''s an example, which crashes pretty consistently. This problem seems to be somewhat sensitive to platform... people on other OS''s and ruby versions have reported no error. I have seen this with ferret 0.10.13 and 0.10.14 on debian stable using ruby 1.8.2, but I have observed the same problem on various other systems as