Re: [CentOS] How to add a HD to a LVM
On Sat, May 7, 2011 at 3:10 PM, Todd Cary wrote: > I have connected a HD that was a prior system drive (Centos 4.8) > and I am not sure of the command line procedures to find out if > it is recognized (I believe it is since it present in the GUI), > delete all data on it and finally add it to the LVM. > > I would like to use it as a backup data drive. > > Todd > > -- > Ariste Software > Petaluma, CA 94952 > > http://www.aristesoftware.com > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS automatically blocks port 80 out-of-the-box
So wait, how do I fix my Blackberry for mailing lists? Does this method work? I'm using the GMAIL app for Blackberry. On 4/7/09, Karanbir Singh wrote: > David M Lemcoe Jr. wrote: >> Maybe I just haven't installed enough distros, but the times I've >> installed CentOS, I've had to remember that by default, iptables is >> blocking inbound port 80 requests. This leads me to believe that I have a >> non-OS firewall error because I can ping but not http request. >> > post install reboot, you would normally get a text/graphical UI that > lets you setup firewall policy, selinux policy amongst other things. > Just add port 80 to the list of ports you'd want open on all interfaces. > >> Sent from my Verizon Wireless BlackBerry > > its still broken. > > -- > Karanbir Singh : http://www.karan.org/ : 2522...@icq > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS automatically blocks port 80 out-of-the-box
Thank you for the reply. I think it's "server", and even though I select that, it is still blocked. I mentioned being able to ping it because I thought it was a NIC problem or something, because apache didn't work when I started it. Thanks agin for the reply! On 4/7/09, Michael A. Peters wrote: > David M Lemcoe Jr. wrote: >> Maybe I just haven't installed enough distros, but the times I've >> installed CentOS, I've had to remember that by default, iptables is >> blocking inbound port 80 requests. This leads me to believe that I have a >> non-OS firewall error because I can ping but not http request. >> >> Is there a particular reason for this? Or is it a fail on my end? > > Very few ports are open out of the box. > I'm not sure, but I think if you choose the webserver (or is it server > ??) option at install it might have port 80 open. > > Port 22 is open for ssh. I think 631 (cups) is as well, but not positive. > > You can configure the firewall with system-config-securitylevel-tui > after install (it runs during firstboot as well) where you can easily > tell it to turn on port 80 (and/or 443) for web services. > > pinging a box has nothing to do with ports are blocked, open, or closed. > You can filter pings but I don't believe the firewall does by default. > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS automatically blocks port 80 out-of-the-box
On Tue, Apr 7, 2009 at 8:11 PM, Bill Campbell wrote: > On Tue, Apr 07, 2009, David Lemcoe wrote: > >Thank you for the reply. I think it's "server", and even though I > >select that, it is still blocked. > > > >I mentioned being able to ping it because I thought it was a NIC > >problem or something, because apache didn't work when I started it. > > What does ``lsof -n -i:80'' show? Perhaps the server is running, > but listening only on 127.0.0.1, localhost? No I figured it out, thank you! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Issues with vsftpd install
For an unrelated reason, I had to uninstall vsftpd from my CentOS 5.3 install. When I went "yum install vsftpd.i386", I get this: > [r...@76-240-25-136]# yum install vsftpd.i386 > Loaded plugins: fastestmirror, priorities > Loading mirror speeds from cached hostfile > * rpmforge: fr2.rpmfind.net > * base: centos.mirrors.tds.net > * updates: ftp.lug.udel.edu > * addons: mirror.cs.vt.edu > * extras: styx.biochem.wfubmc.edu > Setting up Install Process > Parsing package install arguments > Resolving Dependencies > --> Running transaction check > ---> Package vsftpd.i386 0:2.0.5-12.el5 set to be updated > Traceback (most recent call last): > File "/usr/bin/yum", line 29, in ? > yummain.user_main(sys.argv[1:], exit_code=True) > File "/usr/share/yum-cli/yummain.py", line 229, in user_main > errcode = main(args) > File "/usr/share/yum-cli/yummain.py", line 145, in main > (result, resultmsgs) = base.buildTransaction() > File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 647, in > buildTransaction > (rescode, restring) = self.resolveDeps() > File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 696, in > resolveDeps > CheckDeps, checkinstalls, checkremoves, missing = > self._resolveRequires(errors) > File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 779, in > _resolveRequires > thisneeds = self._checkInstall(txmbr) > File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 851, in > _checkInstall > provs = self.tsInfo.getProvides(*req) > File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 432, > in getProvides > result.update(self.getNewProvides(name, flag, version)) > File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 414, > in getNewProvides > for pkg, hits in self.pkgSack.getProvides(name, flag, > version).iteritems(): > File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 300, in > getProvides > return self._computeAggregateDictResult("getProvides", name, flags, > version) > File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 470, in > _computeAggregateDictResult > sackResult = apply(method, args) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 861, in > getProvides > return self._search("provides", name, flags, version) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 43, in > newFunc > return func(*args, **kwargs) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 837, in > _search > for pkg in self.searchFiles(name, strict=True): > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 43, in > newFunc > return func(*args, **kwargs) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 586, in > searchFiles > self._sql_pkgKey2po(rep, cur, pkgs) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 470, in > _sql_pkgKey2po > pkg = self._packageByKey(repo, ob['pkgKey']) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 413, in > _packageByKey > po = self.pc(repo, cur.fetchone()) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 68, in > __init__ > self._read_db_obj(db_obj) > File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 94, in > _read_db_obj > setattr(self, item, _share_data(db_obj[item])) > TypeError: unsubscriptable object > >From what I can see, this looks like an error with Python 2.4, but I don't know what to do Any help? Thanks, David ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS automatically blocks port 80 out-of-the-box
So now I know to use the GMail app for Blackberry. Nice to know. On 4/8/09, Karanbir Singh wrote: > David Lemcoe wrote: >> So wait, how do I fix my Blackberry for mailing lists? Does this >> method work? I'm using the GMAIL app for Blackberry. >> > > as Kai already pointed out - it has the in-reply-to headers, so thats > one issue fixed. Would still be nice if you could trim your posts. > > - KB > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Processes to disable
I was told by some more-experienced Cent users that there are a bunch of processes I should kill and get out of the startup folder. He said that Cent (even with a small install) has a bunch of processes that really aren't needed and just burn up processes. Which ones should I get rid of for just a webserver? MySQL server? Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] when to reboot after updates
Warren, thank you very much for the info! I learned a lot. On 4/9/09, Warren Young wrote: > nate wrote: >> Jerry Geis wrote: >>> What is the rule of thumb for reboots after updates... >> >> only with new kernels. > > ...and then only when you want what the new kernel provides. > > I have my systems configured so yum is allowed to download and install > new kernels, but don't usually reboot unless I want the specific thing > the new kernel fixed, or have to reboot for some other reason. This > saves me some hassle in rebuilding third-party drivers. > > Windows boxes have to reboot on almost every upgrade because the file > I/O semantics don't allow replacing files that are in use, except in > some very limited cases. Windows has a feature that *ix type boxes > don't need, which is that a program can schedule a file to be replaced > on the next reboot. It's part of the "move file" API. Installers do > this when they try to replace a file and fail, which is why an installer > might not always prompt for a reboot on completion; it depends on > whether the program was running when you ran the installer. This is > also why so many Windows installers demand that you shut everything else > down while you install the program. They're trying to help you out. > > I bring this seemingly off-topic thing up here because it's why a lot of > people get the idea that upgrades mean reboots. It simply isn't usually > needed in the *ix world. It's why my uptime records for *ix boxes are > over a year, while my Windows boxes rarely stay up for a full month and > almost never beyond that due to Patch Tuesday. > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Processes to disable
Thanks for the tool. I have two servers, a just Apache/FTP and a MySQL. I was told that I can basically have NOTHING except for the daemon running, but that seems a little extreme :) Thanks again, David On 4/9/09, Hakan Koseoglu wrote: > Hi David, > > On Thu, Apr 9, 2009 at 3:21 PM, David Lemcoe wrote: >> I was told by some more-experienced Cent users that there are a bunch >> of processes I should kill and get out of the startup folder. He said >> that Cent (even with a small install) has a bunch of processes that >> really aren't needed and just burn up processes. Which ones should I >> get rid of for just a webserver? MySQL server? > > Depends on what you've installed and what you need. > > Serviceconf is a nice way of graphically checking what background and > on-demand services are configured for your system and what they are. > > If you don't need MySQL or Web servers, you should have not installed > them from start. :-) > > -- > Hakan (m1fcj) - http://www.hititgunesi.org > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] What is writing to my filesystem
The only thing I know that will give you a instant snapshot of what's happening is "mtop". It shows you whayt apps are using your harddrive very similar to top with processes. David On 4/9/09, jcarriz...@crutchfield.com wrote: > I have a CentOS 5.2 box that every few months runs out of drivespace on > its root filesystem. Last time I manually searched and deleted some big > files, but don't remember what they were or what wrote to them. The > applications I'm aware of on the box don't write to /. > > Is there a way to find the files that get written to the most, or grow > the most over time? Doing a df gives me a snapshot, but it seems clunky > to keep track of the diff on that output over time. I can then see what > processes write to them. Any other ideas on how to investigate this are > welcome. > > Thanks much. > > Jorge > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] What is writing to my filesystem
Oh my. I apologize so much. It's iotop I was looking to refer to. They both operate so similarly. Sorry again, David On 4/9/09, John R. Dennison wrote: > On Thu, Apr 09, 2009 at 08:12:47PM -0400, David Lemcoe wrote: >> The only thing I know that will give you a instant snapshot of what's >> happening is "mtop". It shows you whayt apps are using your harddrive >> very similar to top with processes. > > "mtop" is MySQL-Top; how will that help the original poster? > > > > John > -- > "I'm sorry but our engineers do not have phones." > As stated by a Network Solutions Customer Service representative when asked > to > be put through to an engineer. > > "My other computer is your windows box." > Ralf Hildebrandt > trying to play sturgeon while it's under attack is apparently not > fun. > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] What is writing to my filesystem
True, but I got mine from rpmforge. Yum install iotop.i386 I believe. On 4/9/09, D Tucny wrote: > >From the iotop site at http://guichaz.free.fr/iotop/ - Iotop is a Python > program with a top like UI used to show of behalf of which process is the > I/O going on. It requires Python ≥ 2.5 and a Linux kernel ≥ 2.6.20. > > Neither of which are standard in CentOS... > > d > > 2009/4/10 David Lemcoe > >> Oh my. I apologize so much. It's iotop I was looking to refer to. They >> both operate so similarly. >> >> Sorry again, >> David >> >> On 4/9/09, John R. Dennison wrote: >> > On Thu, Apr 09, 2009 at 08:12:47PM -0400, David Lemcoe wrote: >> >> The only thing I know that will give you a instant snapshot of what's >> >> happening is "mtop". It shows you whayt apps are using your harddrive >> >> very similar to top with processes. >> > >> > "mtop" is MySQL-Top; how will that help the original poster? >> > >> > >> > >> > John >> > -- >> > "I'm sorry but our engineers do not have phones." >> > As stated by a Network Solutions Customer Service representative when >> asked >> > to >> > be put through to an engineer. >> > >> > "My other computer is your windows box." >> > Ralf Hildebrandt >> > trying to play sturgeon while it's under attack is apparently not >> > fun. >> > >> ___ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] What is writing to my filesystem
Very odd. I know I got it from somewhere. I may have built it from an older version. I have no idea exactly though. On 4/9/09, D Tucny wrote: > Odd... I did check rpmforge and that only had a buildlog of a failed build > from 2007... fedora epel had a number of bugzilla requests closed with the > requirements being restated... > > Are you sure it came from rpmforge? > > d > > > 2009/4/10 David Lemcoe > >> True, but I got mine from rpmforge. Yum install iotop.i386 I believe. >> >> On 4/9/09, D Tucny wrote: >> > >From the iotop site at http://guichaz.free.fr/iotop/ - Iotop is a >> Python >> > program with a top like UI used to show of behalf of which process is >> > the >> > I/O going on. It requires Python ≥ 2.5 and a Linux kernel ≥ 2.6.20. >> > >> > Neither of which are standard in CentOS... >> > >> > d >> > >> > 2009/4/10 David Lemcoe >> > >> >> Oh my. I apologize so much. It's iotop I was looking to refer to. They >> >> both operate so similarly. >> >> >> >> Sorry again, >> >> David >> >> >> >> On 4/9/09, John R. Dennison wrote: >> >> > On Thu, Apr 09, 2009 at 08:12:47PM -0400, David Lemcoe wrote: >> >> >> The only thing I know that will give you a instant snapshot of >> >> >> what's >> >> >> happening is "mtop". It shows you whayt apps are using your >> >> >> harddrive >> >> >> very similar to top with processes. >> >> > >> >> > "mtop" is MySQL-Top; how will that help the original poster? >> >> > >> >> > >> >> > >> >> > John >> >> > -- >> >> > "I'm sorry but our engineers do not have phones." >> >> > As stated by a Network Solutions Customer Service representative when >> >> asked >> >> > to >> >> > be put through to an engineer. >> >> > >> >> > "My other computer is your windows box." >> >> > Ralf Hildebrandt >> >> > trying to play sturgeon while it's under attack is apparently >> not >> >> > fun. >> >> > >> >> ___ >> >> CentOS mailing list >> >> CentOS@centos.org >> >> http://lists.centos.org/mailman/listinfo/centos >> >> >> > >> ___ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Where can I download centos 6
Just so you know, I believe almost all mirrors have 6.0 on their disks. On Sun, Jul 10, 2011 at 1:28 PM, David G. Miller wrote: > Karanbir Singh writes: > > > > > Hi, > > > > On 07/09/2011 05:23 PM, Edson - PMSS wrote: > > > I really like CentOS, but it is undeniable the delay in the release of > > > version 6.0. > > > > yes, we all clearly take that on board - I hope the changes we are > > bringing in helps clear that, and prevent this sort of a situation. But > > there are still lots of places for improvements, and over the next few > > months lets try and address all of those. > > > > - KB > > > Because I needed the 6.0 versions of dhcpd and named for some IPv6 testing > I was > doing, I grabbed Scientific Linux 6.0 right after it was released. I also > signed up for the SL mailing list. A couple of weeks ago (June 20th or so) > the > SL folks announced the availability of SL 5.6. I would interpret this as > the SL > team chose to work on 6.0 and left 5.6 for later while the CentOS team > worked on > 5.6 and left 6.0 for later. > > I have no insight into what level of support the SL folks get from their > sponsoring organization (CERN and Fermilab) but as far as I'm concerned > getting > the two releases out (5.6 and 6.0) was a dead heat between the two > distributions. This is especially true if you consider that the SL team > had the > benefit of the CentOS team's experience with 5.6. I mention this because > it > indicates to me that the CentOS process isn't broken. On the other hand, > if not > getting 5.6 and 6.0 out sooner gets more people involved in helping, it may > have > long term benefits. > > These are just my observations on two different teams working to release > the > same two releases. Carefully consider what changes you make to the release > process. Oh yeah, great job guys and, yes, I'll be moving the SL 6 boxes > and > VMs back to CentOS as time allows mainly because the community just isn't > there > for SL (most days the mailing list only has a dozen or so posts; most of > them > not very technical). > > Cheers, > Dave > > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Installing from CD
I have an old server I just put 6.0 on (about 2 hours ago) and it only has CD drive. a netinstall CD works just fine. If you have a decent network connection, some time on your hands, or you want a minimal installation, that's the way to go. On Mon, Jul 11, 2011 at 5:45 PM, Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: > > > > -Original Message- > > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > > Behalf Of david > > Sent: Monday, July 11, 2011 17:13 > > To: CentOS mailing list > > Subject: Re: [CentOS] Installing from CD > > > > At 02:10 PM 7/11/2011, you wrote: > > >david wrote: > > > > Folks > > > > > > > > The machine I'm trying to load does not have a DVD reader, but > only > > a > > > > CD reader. > > > > > > > > Are the multiple CD images of CENTOS 6 available somewhere? > > Earlier > > > > versions had them. > > > > > > > > Thanks > > > > > > > > David > > > > > > >As far as I know, this was not planed, at least not yet. For now, all > > >you can do is to use USB DVD and install from those. > > > > > >Ljubomir > > > > > > I wish I could, but this machine can boot only from a CD, a diskette > > or a HardDrive. USB is not an option. > > > Boot with boot.iso > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Instal > lation_Guide/Making_Minimal_Boot_Media.html > > But you will have to find some way to get the rest of the install to the > machine, such as > A local hard, USB > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Instal > lation_Guide/s1-begininstall-hd-x86.html > NFS > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Instal > lation_Guide/s1-begininstall-nfs-x86.html > HTTP > ... > http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Instal > lation_Guide/s1-installationmethod-x86.html > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Updates... What? already?
Yeah, I did a yum update as soon as my install finished, and there were 288MB of updates. Alain was right, in that RHEL 6.1 security updates deemed important enough made their way into the 6.0 repos. The centos.org site explains it: "Since upstream has a 6.1 version already released, we will be using a Continous [sic] Release repository for 6.0 to bring all 6.1 and post 6.1 security updates to all 6.0 users, till such time as CentOS-6.1 is released itself. " David On Mon, Jul 11, 2011 at 3:56 PM, Alain Péan wrote: > Le 11/07/2011 21:50, Mark Weaver a écrit : > > Just had a good laugh. I'm sitting here at my desk working with my > > laptop sitting off to the side; I've just loaded C6 this morning and as > > I understand it C6 _just_ finished syncing on the mirrors over the > > weekend. I look up from an email I'm composing to see the updates alert > > being displayed. I won't repeat what first entered my head, but I > > couldn't help but laugh and think, "How the hell can there be updates > > already for an OS that just got released?" > > > > Because 6.0 is in fact 8 months old (from RHEL 6.0 release). I don't > think CenrOS team included the updates in the isos they released... And > with rolling updates, you should find also updates backported from 6.1... > > Alain > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] [OT] would any of you recommend a ticketing system?
osTicket is pretty sweet. On Tue, Jul 19, 2011 at 10:33 AM, Adam Wead wrote: > I'd recommend Jira: > > http://www.atlassian.com/software/jira/ > > We use it primarily for software projects and bug tracking, but it can > easily be configured as a helpdesk application, and still be used for other > things. Very configurable, easy to setup and maintain and they have reduced > pricing for non-profits and government institutions. I'm not sure about HR > applications, though. > > > Adam Wead > Systems and Digital Collections Librarian > Rock and Roll Hall of Fame and Museum > > > > On Tue, Jul 19, 2011 at 10:22 AM, Robert Heller wrote: > >> At Tue, 19 Jul 2011 12:32:50 +0100 CentOS mailing list >> wrote: >> >> > >> > Hi all, sorry for being OT but would any of you recommend a ticketing >> system? >> > We'd like something pretty comprehensive to cover helpdesk and HR stuff >> as >> > well as software bugs/requests. There seems to be a million variations >> > out there. >> >> > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Will QA web site have CentOS 6.1 status?
I haven't heard a single bit of news about CentOS 6.1, and that's a little frustrating seeing how quick 5.1 was from 5.0... On Tue, Jul 19, 2011 at 2:26 PM, Always Learning wrote: > > On Tue, 2011-07-19 at 10:51 -0700, Greg Bailey wrote:# > > > The QA web site at http://qaweb.dev.centos.org/qa/blog > > was really helpful for those of us who were curious as to how CentOS > > 6.0 was coming along. However, there doesn't seem to be much > > information as to how CentOS 6.1 is going from either the QA web site, > > the forums (Announcements), or Kananbir's twitter feed -- but it may > > be I'm just not looking in the right place. > > Like some others, I imagine, I am waiting patiently for Centos 6.1 which > will reflect the tranquillity one has come to expect, respect and > appreciate in Centos. Hopefully any 6.0 issues will be resolved in 6.1. > > > -- > With best regards, > > Paul. > England, > EU. > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] svn check out failed for 'connection refused' reason
Usually as a quick troubleshooting step, I will go "service iptables stop", try what is causing the problem, and then see if it's the firewall causing the issue. On Tue, Jul 19, 2011 at 2:30 PM, Steve liu wrote: > Hi > > just want to check out soft by svn, but failed for 'connection refused' > reason > > e.g. > svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer > svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused > > and this is my iptables status and some info to confirm the DNS and ICMP > connection are ok. > > = > service iptables status > iptables: Firewall is not running. > > ping svn.mplayerhq.hu > PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data. > 64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49 > time=200 ms > = > > > so, anyone knows the reason? > > my system is centos 6 with 64bit > > thanks > > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] svn check out failed for 'connection refused' reason
I apologize. I didn't even see that part. I've never used svn:// to access my repos, so I won't be able to help there. Though, what I do use is http:// to access them, because it makes for one less port to be open. You actually use apache to do it. http://wiki.centos.org/HowTos/Subversion On Tue, Jul 19, 2011 at 2:47 PM, Steve liu wrote: > thanks for your quick response > > but I really do this, see highlight... > > any else > > > On Wed, Jul 20, 2011 at 2:43 AM, David Lemcoe wrote: > >> Usually as a quick troubleshooting step, I will go "service iptables >> stop", try what is causing the problem, and then see if it's the firewall >> causing the issue. >> >> On Tue, Jul 19, 2011 at 2:30 PM, Steve liu wrote: >> >>> Hi >>> >>> just want to check out soft by svn, but failed for 'connection refused' >>> reason >>> >>> e.g. >>> svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer >>> svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused >>> >>> and this is my iptables status and some info to confirm the DNS and ICMP >>> connection are ok. >>> >>> = >>> service iptables status >>> iptables: Firewall is not running. >>> >>> ping svn.mplayerhq.hu >>> PING svn.mplayerhq.hu (192.190.173.45) 56(84) bytes of data. >>> 64 bytes from avserver.banki.hu (192.190.173.45): icmp_seq=1 ttl=49 >>> time=200 ms >>> = >>> >>> >>> so, anyone knows the reason? >>> >>> my system is centos 6 with 64bit >>> >>> thanks >>> >>> >>> >>> ___ >>> CentOS mailing list >>> CentOS@centos.org >>> http://lists.centos.org/mailman/listinfo/centos >>> >>> >> >> ___ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos >> >> > > > -- > steve > Beijin, China > > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Will QA web site have CentOS 6.1 status?
That's not exactly news, since that came out when 6.0 came out. Also, it doesn't speak as to a possible release of 6.1. On Tue, Jul 19, 2011 at 5:45 PM, Daniel Bird wrote: > On 19/07/2011 19:42, David Lemcoe wrote: > > I haven't heard a single bit of news about CentOS 6.1, and that's a > > little frustrating seeing how quick 5.1 was from 5.0... > From the front page of http://centos.org/ > > "Since upstream has a 6.1 version already released, we will be using a > Continous Release repository for 6.0 to bring all 6.1 and post 6.1 > security updates to all 6.0 users, till such time as CentOS-6.1 is > released itself." > > D > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] managing a rack full of centos servers
Spacewalk is the free alternative to Satellite, and is pretty dang awesome if you ask me. On Tue, Jul 19, 2011 at 8:25 PM, Patrick Lists < centos-l...@puzzled.xs4all.nl> wrote: > On 07/20/2011 02:03 AM, Fajar Priyanto wrote: > > Redhat satellite can handle it. Too bad I don't know if there is foss > > alternative for it. > > There is http://spacewalk.redhat.com/ > > Or check out: > > http://pulpproject.org/ > https://fedorahosted.org/candlepin/ > http://theforeman.org/ (or look at https://fedorahosted.org/cobbler/ ) > > The above managed from: http://www.katello.org/ > > And then there's also for the Cloud: > https://www.aeolusproject.org/ > > And off course the workhorse: > http://www.puppetlabs.com/ > > Regards, > Patrick > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Recommended mailing list manager for CentOS 5.6
Mailman is probably what you want to use, because anyone who subscribes to any amount of mailing lists knows exactly how to use Mailman and it's features. On Tue, Jul 19, 2011 at 8:45 PM, John R Pierce wrote: > On 07/19/11 5:07 PM, John J. Boyer wrote: > > Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I > > want to set up mailing lists for my server in the cloud for three > > domains that I own. What mailing list managers do yourecommend, and > > where can they be found? I don't ming compiling source code. > > Mailman is kind of the defacto standard list manager these days, indeed, > this centos list is managed by it. > > the project site is http://www.list.org/ with the documentation and such. > > its in the EL5 and I assume EL6 standard repositories, so... > > yum install mailman > > suffices to install it and set it up. it uses a service called, > naturally, mailman > > chkconfig mailman on > service mailman start > > except I think the installation does this automatically. > > oddly, In the rhel/centos install, all the management tools are in > /usr/lib/mailman/bin/ which isn't in the normal path, but you only need > these to create new lists and such, pretty much everything else is done > through a simple web interface.. > > the web interface for users and list moderators will default to > http://yourhost.domain.com/mailman/listinfo if you don't dink around > with vhost records. > > > > -- > john r pierceN 37, W 122 > santa cruz ca mid-left coast > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Installing 6.0 via USB
Have you taken a look at UNetBootin? I literally never have issues with that software, no matter what iso I throw at it. On Sun, Aug 28, 2011 at 9:08 AM, Karanbir Singh wrote: > On 08/26/2011 09:41 PM, Kenneth Porter wrote: > > I'm using LiveUSB-Creator to create a bootable USB drive from > > CentOS-6.0-i386-netinstall.iso, and it gives me an error at startup: > > > > I've done a bunch of usb driven installs so far with centos-6, i386 and > x86_64 and had zero issues just using dd to get the netinstall image > onto the usb and booting, installing. > > - KB > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] NAT/DHCP/DNS/etc Settings from a Windows 2003 Server
Hello all. I'm in the process of making a small server farm based mostly on Windows Server 2003. For simplicity's sake, the only non-2003 server will be a CentOS 5.4 server running only vsftpd, httpd, and mysqld. My plan is to have this server in a 2003 Server's network receiving a DHCP address from the Domain Controller. Currently, I have two other (non-DC) servers running with no issues on the domain. NAT works as it should, and internet access is just fine. The CentOS box on the same network will not receive an IP address (only through static configuration, the non-DC 2003 boxes have no problem receiving an IP and DNS settings with auto settings) or get online. Even when defining a static IP on the CentOS box, there is no Internet access, unlike to the other clients. My question is, what could be restricting the DHCP and DNS information to the CentOS host, and why can't I access the internet/NAT forward a web server? To summarize, I have four machines involved, all located on the same network: - Machine 1 - Windows Server 2003 Enterprise - Domain Controller, DHCP server, DNS server, NAT server. - Machine 2 - Windows Server 2003 Enterprise - Domain member, Exchange server. - Receives DHCP and DNS information with automatic network settings. - Has internet access through NAT. - NAT forwards ports to this host. - Machine 3 - Windows Server 2003 Enterprise - Domain member, Sharepoint Server. - Receives DHCP and DNS information with automatic network settings. - Has internet access through NAT. - NAT forwards ports to this host. - *Machine 4* - CentOS 5.4 - On same network as other clients, hosts web server. - Does *NOT *receive DHCP address or DNS information. - Has *no *internet access - NAT does *NOT *forward correctly. I am looking for a solution to get the CentOS server on the network like the other clients. Any assistance on this problem would be greatly appreciated. David ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] NAT/DHCP/DNS/etc Settings from a Windows 2003 Server
Checked the firewall, and set the static IP. Anyone have an idea what the limitations put forth by 2003 would be? On Thu, Apr 8, 2010 at 3:12 PM, wrote: > > On 4/8/2010 1:57 PM, David Lemcoe wrote: > >> Hello all. I'm in the process of making a small server farm based mostly > >> on Windows Server 2003. For simplicity's sake, the only non-2003 server > >> will be a CentOS 5.4 server running only vsftpd, httpd, and mysqld. My > >> plan is to have this server in a 2003 Server's network receiving a DHCP > >> address from the Domain Controller. > > >> * *Machine 4* - CentOS 5.4 - On same network as other clients, hosts > >> web server. > >> o Does *NOT *receive DHCP address or DNS information. > >> o Has *no *internet access > >> o NAT does *NOT *forward correctly. > >> > >> I am looking for a solution to get the CentOS server on the network like > >> the other clients. > > > > Centos works normally with standard DHCP servers and obviously would > > know nothing about upstream NAT handling. There must be some sort of > > restriction imposed by the Windows server in this scenario. > > The only thing I can think of on the Linux side are firewall rules. > >mark > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos