The repository tag has no wiki summary.
1
vote
0answers
38 views
What constitutes a large WMI repository and what can cause it to grow?
Our organization is experiencing lengthy startup times after improper shutdowns that seem to be tied to the size of the WMI repository. For example, a repository folder size of 50 megs might result ...
0
votes
1answer
89 views
CentOS 6.4 PHP MCrypt
I am trying to install the php-mcrypt extension for my CentOs 6.4 server but it is falling over with this message:
[root@vps /]# yum install php-mcrypt
Loaded plugins: fastestmirror
Loading mirror ...
0
votes
1answer
34 views
Puppet - Ensure cent base repo is present
Using a puppet manifest, how do you ensure the official cent 'base' repo is present.
Example to add an internal cent repo
http://seriousbirder.com/blogs/how-to-create-a-puppet-yum-repo-module/
...
0
votes
0answers
24 views
Cobbler import of RHEL6 DVD doesn't seem to create yum repo
I setup cobbler (2.4.0) and imported the RHEL6.4 DVD. It copies all of the packages over to /var/www/cobbler/ks_mirror/RHEL6.4-x86_64. It even runs createrepo and loads the metadata, etc.
So you ...
0
votes
1answer
22 views
link mercurial repo to web server
I have the following situation:
In the same machine I have a mercurial server and a web server. The project repository is located at /var/hg/repos/myproyect and the public files for web server are in ...
0
votes
1answer
40 views
How can I manually add packages to cobbler repo (RHEL/CENTOS)
So I have an air-gapped network. We primarily use RHEL, sometimes CentOS. I'm building a utility "cloud" that needs to be able to kickstart from bare metal, as well as provision vms and kickstart ...
0
votes
1answer
81 views
centos: packages of different architectures got messed up?
I am trying to install gdal-devel on the following machine:
# cat /etc/redhat-release
CentOS release 6.3 (Final)
# uname -a
Linux local 2.6.32-279.1.1.el6.x86_64 #1 SMP Tue Jul 10 13:47:21 UTC ...
0
votes
1answer
29 views
Structure for Version Control system - configuration and scripts
We are planning to introduce version control for our servers team so we can keep our config files and code neat.
The server base are mostly Windows with some Linux and spread across several ...
0
votes
2answers
108 views
Trouble Installing php-mysql from webtatic
I have a fresh instance on EC2 of "Linux/Unix, CentOS 6 | 64-bit Amazon Machine Image (AMI)"
This is what I did to get it running.
yum install wget
wget http://repo.webtatic.com/yum/el6/latest.rpm
...
0
votes
1answer
68 views
Repo via reposync creates Packages dir
I am using /usr/bin/reposync --arch=x86_64 --repoid=rhel-6-server-rpms --download_path=/data/repos --plugins --downloadcomps
It creates /data/repos/rhel-6-server-rpms and downloads the packages in ...
0
votes
2answers
28 views
Need to manually sign debian repo
I am currently using reprepro to manage my private debian repository. I am looking to be able to serve multiple version of the same package in the repo. All of the .deb files for the old versions of ...
1
vote
0answers
89 views
Yum History and History Undo in Centos 6
I have a Centos 6 server and I have upgraded several packages. I can, supposedly, downgrade them with yum history undo <packageName> but all I get is downgrade failed for every single package.
...
6
votes
4answers
2k views
Installing HAProxy on CentOS 6.3?
This is a weird one.
I've installed the EPEL for CentOS 6 via
# rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
The tried to install HAProxy:
# yum update
# yum ...
0
votes
1answer
114 views
Trying to configure CentOS 6 and PHP 5.3.15
I'm trying to replicate a production environment so It's very important that I run PHP 5.3.15. The problem is that my dev server is running Centos 6 and the package manager will only install PHP ...
0
votes
3answers
29 views
updating software list in redhat
What is the equivalent command for sudo apt-get update in redha/fedora/centost? I mean how can I refresh and download the list of softwares on the repository?
0
votes
2answers
69 views
yum: the same packages in two repositories, force to install the package from a different repo
I am developing a PostgresDB plugin. The plugin is being run in Postgres in Centos 6.3. To be able to compile my project, I had to install some of the libraries from the epel repository and some from ...
0
votes
1answer
139 views
What is an active CentOS6 / RHEL6 repository providing icinga? [closed]
There are several CentOS6 repositories listed in the wiki and I checked nearly all of them. Only RPMForge provides icinga / icinga-web, but in v1.7.2 which is fairly outdated and contains several ...
3
votes
4answers
126 views
How to add package and its dependencies to my own apt repository
I'm setting up an apt repository to manage dependencies for servers that I build. I'm doing this because I want to be able to repeatably build the exact same server over and over again.
There are ...
0
votes
0answers
66 views
Ubuntu private repository
I want to make a private repository with reprepro . So far i managed to install the repository , signed the packages with gpg , and tested the repository .Works well so far , but how do i make my ...
0
votes
0answers
41 views
Production Servers Repos packages installing/revert packages
I have a question about using packages for production.
As of now I am using Ubuntu 12.0.4 precise for my production boxes. I am now running my servers in the cloud which brings me here to ask my ...
3
votes
1answer
186 views
Why do signed deb packages say they're not authenticated when copied to my private deb repo?
Quick Version
I have set up a private deb repository and copied some signed deb packages into it. I have installed the signing key locally. However when I try to install from the repo I get this ...
-1
votes
1answer
74 views
How can I use apt-get to resolve package dependencies when there are multiple versions in the repository? [closed]
I've package a-package.deb which depends on b-package.deb in version 1.0. Everything works fine.
But now a b-package in version 1.1 gets added to the repository. I'd suspect that apt-get installs the ...
0
votes
0answers
49 views
redmine repository management
We are trying to setup a redmine installation for our group which should work with both SVN and Git repos. Since we want to keep the repos on the server and avoid the whole privileges and hosting mess ...
0
votes
1answer
64 views
Google and Dropbox on Linux both automatically add their package repositories as part of their software installation. Is this a good practice? [closed]
For Google products (chrome, google talk, etc) and Dropbox on Linux, part of the install process for their packages automatically add their public key and set up their repositories in your system, so ...
1
vote
2answers
242 views
PHP-FPM for nginx on debian
What is the preferred/recommended way of installing php-fpm on debian for use with nginx? I read about a "php5-fpm" package everywhere, but it's not available in the official debian repos any more.
...
0
votes
2answers
68 views
Ubuntu web server cluster checks Ubuntu repository for script updates with cron
I have a cluster of Ubuntu 12.04 web servers running a lamp stack. All of these servers are connected to a Load Balancer on Amazon Web Services.
What I want to be able to do is have a dedicated ...
1
vote
1answer
58 views
Unsure of where my git repository is storing files
I've made a remote git repository with
mkdir /var/www/html/myproject.git
chmod 0770 /var/www/html/myproject.git
ln -s /var/www/html/myproject.git myproject.git
cd myproject.git
git --bare init
and ...
0
votes
1answer
736 views
Which mirror should I use to download Kernel Xen 6.3? [closed]
I'm following this construction to install (version 4.1.2) on a CentOS 6.2 (x86_64) system.
When I use this command
yum install http://au1.mirror.crc.id.au/repo/kernel-xen-release-6-3.noarch.rpm
I ...
1
vote
1answer
87 views
converting apache rewrite rules to nginx
Hello everyone,
I am trying to create a UDID protected Cydia Repo but I cannot use it on nginx because of nginx does not use the .htaccess file. The file certain rewrite rules to make ...
3
votes
2answers
60 views
SVN 1.2.3 to 1.7 Migration Dump Load issues
I am having trouble with migrating a SVN (version 1.2.3) repo to a new server. In the process I want to update the repo and server to the latest SVN version.
I have tried dumping the repo, but found ...
4
votes
1answer
364 views
How to maintain PCI compliance on a LAMP server when repositories don't keep up with versions
We run Ubuntu Lucid 10.0.4 as the foundation of our LAMP environment. We are trying to become PCI compliant so that we can pass CC info through our server. We have run some third-party scans on our ...
4
votes
1answer
196 views
When should one use EPEL 5 or EPEL 6?
I am not familiar with repos, and I don't get why there are several versions of EPEL (this is a bit philosophical I know, but I am afraid I am missing something in all that).
Should I just look ...
4
votes
2answers
216 views
yum update, how to make rpm package updateable
need a link or tutorial on how to make an rpm package work with yum UPDATE. i have it and already works with yum INSTALL and yum ERASE, but is there somewhere info on how to make rpm package work when ...
1
vote
1answer
65 views
Alien: .rpm -> .deb | Compability / Built per system?
At the moment I'm playing a bit with alien (for OpenVZ packages on Debian) and was wondering myself about one question for which I was not able to find an answer anywhere.
Therefor I thought it might ...
3
votes
1answer
198 views
Installing Git on Ubuntu 12.04
I installed git with gitolite on my vserver using this tutorial.
But I've got a problem to clone the gitolite-admin repo to my computer.
The user is created with the option --disabled-password
But ...
2
votes
1answer
198 views
Apt pin and self hosted apt repo
We have our own apt/deb repository with a handful of packages where we want to control the version. Crucially this includes puppet, which can be sensitive to versions being different.
I want our ...
0
votes
0answers
133 views
Oracle VM repository creation seems contradictory to its server pool?
I found something contradictory in Oracle VM. Clustered server pool creation in Oracle VM would format my FC LUN as ocfs2 , and start o2cb & ocfs2 services to build cluster environment. After ...
0
votes
1answer
108 views
Using IUS repos with CentOS5 and Webmin, how should I set up Yum Priorities?
Following hobodave's excellent answer to this question - Upgrade Centos 5 tot PHP 5.2 or 5.3 [recommended way?] - I'm just wondering how I should set up my Yum Priorities so that IUS takes precedent ...
0
votes
0answers
172 views
Rebuilding a repository on a DVD iso for Scientific Linux Kickstart Install
I am trying to build a self installing ISO so that I can quickly configure some servers that I have with the same system. The biggest issue arises in that I need some custom rpms (which have ...
1
vote
1answer
45 views
HTTP File Repository
I'm looking for a HTTP based file repository / web application to facilitate passing large files back and forth to clients. Something similar to http://www.rejetto.com/hfs/?f=intro but more server ...
1
vote
1answer
248 views
SLES Devel Packages?
It seems SLES 11.2 (and OpenSUSE) are missing many devel (dev) packages common in other distros such as Ubuntu Server or CentOS. I understand that packages / deps may be wrapped up in other-named ...
0
votes
2answers
164 views
How to create a Linux Mirror for software and Manual? [closed]
I have a couple of servers that that are wasting resources and i would like to create linux mirrors out of them and put them at the service of the general public.
Is a mirror just as simple as ...
5
votes
1answer
94 views
.deb repository management software
I've been searching for an user friendly solution to manage a repository for some custom .deb packages we're using inside my company. I've briefly looked over the tools listed here, but they seem to ...
4
votes
1answer
82 views
Avoiding Dependancy Hell in a Restrictive Environment
This may be a canonical question, and it may simply be a function of my inexperience, but I'm curious to know if there are best practices aimed at avoiding dependency hell when you find yourself in an ...
1
vote
4answers
834 views
Possible to host CentOS netinstall files on a local HTTP/FTP?
I'm running XenServer on an Dell R610 and am running into a catch-22. During install from DVD, CentOS can't find the DVD package catalogue. It's a reported error for some, XenServer + CentOS6 + DVD ...
2
votes
1answer
628 views
Errors while trying to install gitolite
I'm trying to get up and running gitolite as the instructions said at this http://sitaramc.github.com/gitolite/qi.html but when I run the command:
[git@devserver gitolite]$ src/gitolite install -ln
...
0
votes
0answers
232 views
Oracle VM 3.1.1 existing repository discovery
I'm working with an Oracle VM 3.1.1 Cluster and a few associated issues. While diagnosing the issues, I changed the cluster ownership of the storage repository to 'None', removed all servers from the ...
1
vote
2answers
330 views
Disable a repository and remove all the software installed from it
I have a CentOS box where I installed an external repository and added some software, mostly java related.
Now I want to get back to the initial repository (only CentOS Base) and remove all the ...
0
votes
1answer
156 views
cURL newest version on Debia Squeeze
Why Debian Squeeze repositories points to cURL version 7.21.0 which is from June 2010 and not the version 7.26.0 which is from May of this year(cURL Changelog)??
I want to update to the version 7.26 ...
1
vote
3answers
279 views
git repo for dotfiles - clone to homefolder
I'm learning git, and the test case I'm using it for is keeping a repo of my linux profile settings (.bashrc .profile .tmux.conf etc)
on my main machine, the repo is created at the home folder:
...

