similar to: Picking the right installer

Displaying 20 results from an estimated 20000 matches similar to: "Picking the right installer"

2015 Feb 20
3
how to stop yum when networkmanager has broken resolv.conf?
So, I'm getting an error where the network service and NetworkManager apparently don't agree on how to bring up vlans on bonded nics. Things come up if you 'ifup ..' manually. I thought I'd check if there were any updates, forgetting to fix what NetworkManger had done to /etc/resolv.conf and: http://centos.arvixe.com/7.0.1406/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout
2005 May 19
4
LOOKING TO HIRE
We have positions in Ho Chi Minh City, Vietnam and Temecula, California. Please only reply to vnjobs@ecite.com no phone calls. Our Company comprises a diverse set of individuals who work hard and play hard. We look for motivated, dedicated candidates who have demonstrated an insatiable quest for knowledge, opportunity, responsibility and entrepreneurship. Our goals are ambitious, but ample
2015 Feb 20
1
how to stop yum when networkmanager has broken resolv.conf?
Oh, and if you don't have killall installed, you can use: ps -ef | grep yum to get the pid and then use: kill -TERM pid or easier even is: kill -TERM `pid of yum` Chris On Fri, Feb 20, 2015 at 4:13 PM, Chris Stone <axisml at gmail.com> wrote: > try CTRL-Z to put that running process in your shell to sleep, then: > > bg 1 > > to put the process in the background.
2015 Jun 08
3
How to install clang on CentOS 7?
Hi all, I want to install clang on CentOS 7. After executing "yum install clang", it outputs: [root at hp ~]# yum install clang Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mia.host-engine.com * elrepo: elrepo.mirrors.arminco.com * extras: centos.arvixe.com * updates: centos.eecs.wsu.edu No package clang available. Error: Nothing to do
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin, I wrote a small backup script that use rsync: r5backup (http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines for many people. But when I try to backup /var/lib/zope2.9 I get an error 11. It does not matter if zope is running or not. I can't see an error meassge in the (verbose) logfile: [client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2005 Aug 19
1
Multiple folders/fetchmail
Hi, my emails are processed using procmail and stored the following way: /home/ajung/Maildir/new|cur|tmp /home/ajung/Maildir/Plone|new|cur|tmp /home/ajung/Maildir/Python|new|cur|tmp When I fetch my mail using fetchmail I can only get the mails from "Maildir". However I can not access other folders like "Plone" or "Python" (using fetchmail -r Plone). I tried
2008 Jul 19
1
Plone
Hello, is someone using Plone on CentOs 5.2? What is the best way to install lastest version? Using their unified installer? Thanks in advance! D. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080719/5fa9ebde/attachment-0001.html>
2005 Jul 15
1
RoR from a Plone perspective?
Hey all, Curious if there are any developers out there who have used Plone and are in the process of moving the RoR? I am in need of a rather large CMS soon, and right now it seems to be use Plone or MuraveyWeb, both of which would require extensive customization. While I love RoR, Plone is definitely more mature and well rounded and has more features. The problem of course is it''s not
2007 Aug 07
3
[5.0] little bug confirmation request
can someone do this: 1. download this archive http://plone.googlecode.com/files/Plone-2.5.3-final.tar.gz 2. open it using midnight commander 3. copy its content to any directory 4. check ATReferenceBrowserWidget\skins\ATReferenceBrowserWidget subdirectory 5. there should be files referencebrowser_startupDirectory.py, referencebrowser_queryCatalog.py, referencebrowser_insertHistory.py,
2008 Apr 08
1
Plone
Any good guide to install Plone? I have googled around and could not find a good one [meaning clear instructions that I can easily follow]. From a repository would be best . --- Thanks
2007 May 05
4
Trying to build custom Python 2.4.4 RPM
I'm trying to build a custom RPM with a standalone Python 2.4.4 in the /opt directory to keep it isolated from the stock version of Python in CentOS 4.4. The end goal is to use it in conjunction with yet-to-be-built RPMS of the current versions of Zope and Plone. The spec file I've constructed allows me to build a RPM successfully, but when I try to install the RPM, it complains: error:
2006 Jul 17
1
CentOS4.3: Upgrade Python for Zope&Plone
Hi, I need to upgrade Python to at least 2.3.5, (but 2.4.3 would probably be better), to run Zope & Plone. Is it possible to replace the current version without breaking anything? or should I run two versions in parallel? What's the best way to go about doing this? Ben (please CC me in responses as I use digest)
2008 Apr 08
2
Doc for the Wiki
I've modified/updated an existing HowTo (for RHEL) I found on the net detailing how to install the following on a "virgin" CentOS 5.1 install: Python 2.4.5 Python Imaging Library 1.1.6 Zope 2.10.5 Plone 3.0.6 Content Management System Do I just email it to this list? It's about 6 pages long. Cheers, Chris
2006 Jan 13
2
icecast related packages available
Hi, I made some debian packages related to icecast (libshout, ices,icecast,...). They are all available officialy, but tthey need to be validated to integrated official distribution (either Sid, or Etch). Feel free to try them out. Here is the lines you could add to you sources.list: deb ftp://infogerance.locataire-serveur.info/debian/ testing main deb-src
2005 Sep 26
0
Dag Plone Issue
OK I tried to submit a issue/bug, but I get the same response from both my e-mail accounts: <dag at wieers.com>: 212.204.216.221 does not like recipient. Remote host said: 550 5.7.1 <dag at wieers.com>... Relaying denied Giving up on 212.204.216.221. I know Dag has been on this list in the past so... BUG: package noarch 2.0.4-0.1.1.el3.dag fails Dag, Your repository for RHEL3
2015 Feb 20
0
how to stop yum when networkmanager has broken resolv.conf?
try CTRL-Z to put that running process in your shell to sleep, then: bg 1 to put the process in the background. Then you can run: killall -TERM yum to kill all the yum processes. If that doesn't kill it after running a couple of times, then use: killall -9 yum and that should do it. Chris On Fri, Feb 20, 2015 at 4:00 PM, Les Mikesell <lesmikesell at gmail.com> wrote: > So,
2010 Nov 02
1
Libvirt and LXC
(oops accidentally sent to -owners) Hi, i'm trying to start a LXC guest on a F14 computer .. followed the examples in http://libvirt.org/drvlxc.html, but got stuck when starting it .. 03:07:23.706: debug : virCgroupNew:542 : New group / 03:07:23.707: debug : lxcControllerRun:563 : Setting up private /dev/pts 03:07:23.711: debug : lxcControllerRun:589 : Mouting 'devpts' on
2008 Mar 16
2
which open source wiki CMS?
Hi Centos Users I am searching for an Open Source Wiki CMS based on PHP/MySQL. There are so much out there, thats why feel free to share you experience. Please review your favorite Wiki software. Code quality, security, features and continuous, stable development. cheers Simon
2009 Dec 14
2
ISDN: Inband DTMF doesn't trigger transfer feature
Hi there, I just upgraded a relatively old Asterisk installation (1.2) in our office to a relatively new version (1.6svn from last wednesday) which runs a Junghans QuadBRI card [1]. To get this flying I got dahdi-linux, dahdi-tools and libpri from SVN as well. After a while of juggling it "works". What doesn't work: connected ISDN devices (Gigaset phones connected to QuadBRI
2005 May 26
28
Shorewall development web site
Hi folks, Last night and this morning i''ve hacked up a quick web site for coordinating our development work based on Drupal (http://drupal.org). You can find it at: http://shorewall.dyndns.org I''ve put a few ideas in there - feel free to use the comments or sign up for an account and create your own pages (particularly in the two books about development and web site work).