Re: [CentOS] XFS might be available for i686 from the CentOS Plus repository.
Ross Walker schrieb: > On Oct 23, 2009, at 8:05 AM, Rainer Traut wrote: >> Question is, is it still safe to use this module with 5.4? >> Or should I switch back to a CentosPlus kmod and an older kernel? > > The module does KABI tracking through weak-modules, so if it wasn't > compatible, it wouldn't add a link to it on the new kernel and someone > would need to recompile it for the newer kernel. > > KABI tracking adds dependencies to kernel API by creating hashes of > the API prototypes and weak-modules compares those to the hashes of > the installed/installing kernel's API prototypes, if they match it > creates a link to the installed module under /lib/modules//weak- > updates. > > These KABI tracking modules. compiled on different kernel versions, > stick around after the kernel has been uninstalled, so don't remove > old /lib/modules directories without first making sure a KABI module > isn't there. Thx Ross, this is the info I was looking for. Rainer ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] weird mac address
Hi, I have an interesting problem. I have a centos server connected to our dmz zone. For security reasons our network department limited the number of mac addresses that can connect to the port on the switch. And since we are running vmware server on top on centos and a windows virtual machine inside of it, the number of mac addresses that can connect to this port is two or the switch blocks all traffic on this port. And now comes the problem. The port blocks almost immediately. After some investigation we found out, that we have actually 3 addresses communicating from this port. One that belongs to eth-0 and is ibm specific (the server is an IBM x3550 and every mac starts with the vendor code), one that belongs to the virtual machine and is Vmware specific and then we have another mac address that is IBM specific. I can't find where this traffic comes from. I traced the traffic with Wireshark and found, that this mac address creates a DHCP discover every 64 seconds. I first checked if this mac adress could be from the second network card, that is not connected with a cable nor is the device enabled, but it doesn't and the mystery mac is completely different from the network cards macs on the last 6 characters (the two on-board cards macs are different only on the last character). Then I tried searching the logs and /etc for any occurrence of this mac address, but I can't find anything. Then we tried to isolate the server, so I connected it directly to my laptop and run the trace again to see if this packet comes from outside and is then redirected back out on Vmware's virtual switch (since it's a broadcast packet, this could be somehow possible). But everything indicates that this packets are generated on this server. In the meantime we increased the number of mac addresses to 3, but after a while we got a packet from a fourth IBM mac address, that again doesn't belong anywhere. It was similar to the mystery mac (it was only different on the last two characters) and the switch blocked the port in the middle of the night. but this was a one-time occurrence for now. Does anyone have an idea what is happening or where i should look for the mystery mac address. thanx Janez ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Inquiry:External USB modem and Remote PC Access?
Thank you very much for your help . Can you please do me favor and confirm if the scenario works when both ends are as CentOS (I mean my CentOS server at the office connected to the telephone line and the remote CentOS client at the far site that we need to have remote access to it) ? Thank you in advance On Mon, Oct 26, 2009 at 5:42 AM, John R Pierce wrote: > hadi motamedi wrote: > > Dear All > > Please be informed that I checked for the presence of internal modem > > on my CentOS server , as the followings : > > #dmesg |grep -i modem > > #lspci |grep -i modem > > #lshw |grep -i modem > > According to the output , it seems that my CentOS client does not > > contain internal modem . So I decided to add external USB modem and > > make use of an PCAnyWhere like application that enables for Remote PC > > Access . Can you please do me favor and let me know how can I add the > > external USB modem to my CentOS host and please propose for an > > PCAnyWhere like application that can be installed on my CentOS client > > and enables for remote dialup connection (as the PCAnyWhere does for > > the MS Windows clients) ? > > I would use a serial modem, assuming your server has a serial port... > and then configure a tty on that serial port, along with the modem > autoanswer. > > CentOS has mgetty, so in /etc/inittab, you add a line like... > > S3:345:respawn:/sbin/mgetty -x3 ttyS0(for com1 which is dev/tty0) > > and configure your modem options in /etc/mgetty+sendfax/mgetty.config > > now, you can use a dialup terminal program such as minicom, hyperterm, > etc and dial into that modem on the CentOS system, and get a serial > login prompt. > > > sadly, I haven't set this sort of thing up in so many years, Ive > forgotten all the specifics. these days, we just use ssh over the internet > > > ___ > 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] on emacs startup no fonts, just little empty boxes
Just upgraded CentOS to (uname) "Linux 2.6.18-164.2.1.el5.plus #1 SMP Fri Oct 9 12:34:43 EDT 2009 i686 i686 i386 GNU/Linux" and since then, when emacs (version 21.4.1) starts up (using emacs -Q), where there should be text there are only little empty boxes, each the size of character. The error message reads: Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct Warning: Cannot convert string "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct I've tried running "emacs --font " with different font specs, but all of them error'd out also. "fc-list" shows 156 fonts available... you'd think emacs would be able to grab one of them and be happy with it. What's emacs doing or trying to do? Anybody have a 5.4 issue with fonts? tia for any help. -- War is a failure of the imagination. --William Blake ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] For building my local repo, how large is 5.4 update?
From: Robert Moskowitz > I have run a local repo for Centos updates for some time. > I suppose, at this point I could just delete the 5.3 update directory > and rsync the 5.4 directory... > But how large is the 5.4 update directory? I mirror both os and updates, since when you upgrade, you need os rpms too... So far, updates is small. 3.8G/IOL/CENTOS_repo/centos/5/os/i386 4.3G/IOL/CENTOS_repo/centos/5/os/x86_64 92K /IOL/CENTOS_repo/centos/5/updates/i386 96K /IOL/CENTOS_repo/centos/5/updates/x86_64 8.1Gtotal JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] FYI: centos 5.4 and xen not working
Alan Sparks wrote: > Are you thinking of RHSA-2009:1472-1? Comparison point, upgraded > several domU's on a box to 5.4 and halted/created them with no boot > issue. Upgraded the dom0 later to 5.4 and also had no restart > problems. So I have a couple of dom0's running a mix of 5.3 and 5.4 > domU's (x86_64 and i386) with no problems. The bug report does say, > "domU sometimes fails to reboot," so looks to be a circumstantial > issue, not a definite one. > -Alan Same thing here: upgraded domU to 5.4, rebooted, no problem. After that I upgraded dom0 to 5.4, rebootet, still no problems. So it's not true that there is a *general* problem with Xen and 5.4 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] anyone tried firefox 3.5 under centos 5.4
? BR Janez ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] For building my local repo, how large is 5.4 update?
John Doe wrote: > From: Robert Moskowitz > >> I have run a local repo for Centos updates for some time. >> I suppose, at this point I could just delete the 5.3 update directory >> and rsync the 5.4 directory... >> But how large is the 5.4 update directory? >> > > I mirror both os and updates, since when you upgrade, you need os rpms too... > So far, updates is small. > > 3.8G/IOL/CENTOS_repo/centos/5/os/i386 > 4.3G/IOL/CENTOS_repo/centos/5/os/x86_64 > 92K /IOL/CENTOS_repo/centos/5/updates/i386 > 96K /IOL/CENTOS_repo/centos/5/updates/x86_64 > 8.1Gtotal Thanks for the info. I only need the i386 part, and I see that updates/i386 is just a repo structure, no rpms yet. So the download of os/i386 is in process... ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] For building my local repo, how large is 5.4 update?
ML wrote: > Hi Robert, > > >> I have run a local repo for Centos updates for some time. >> > > You actually bring up a good item here. I am starting to learn more > and deploy CentOS. I should run a local repo too, save bandwidth, etc. > > Do you have a tutorial for setting up a local repository? Can one > store, say multiple versions , just in case? I have never automated my process, and I have as many versions as I want to blow disk space on. For the base OS, the script that is running right now is: # cat basesync.sh #!/bin/sh rsync -avu rsync://mirrors.kernel.org/centos/5.4/os/i386/ \ --delete --exclude=debug/ /repos/centos/5.4/os/i386 For updates: # cat updatesync.sh #!/bin/sh rsync -auv rsync://mirrors.kernel.org/centos/5.4/updates/i386/ \ --delete --exclude=debug/ /repos/centos/5.4/updates/i386 'Traditionally' I run the updates script whenever I see a Centos Annoucement of new rpms. I have a symlink of /repos/centos to /var/www/html so I then setup my /etc/yum.repos.d/CentOS-Base.repo to have: [base] name=CentOS-$releasever - Base baseurl=http://repo.htt-consult.com/centos/5.n/os/$basearch/ Where 5.n is the version I am running on that box. I also have a symlink of the current version to /repos/centos/5 so I can just use /centos/5/ for the current version. I have to update that symlink today from 5.3 to 5.4... Oh there is a similar line for [updates]. I recently deleted my repos for FC9 and rsynced the repos for FC11. There I have a bit more to exclude. On a fresh install I boot into 'linux askmethod' off CD 1, and provide the URL for the base repo to install off my local repo which is faster than flipping through 6 CDs (and more reliable). I suspect it would even be faster than the 1 DVD, if I had servers here with DVD drives on them! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Inquiry:External USB modem and Remote PC Access?
hadi motamedi wrote: > Thank you very much for your help . Can you please do me favor and > confirm if the scenario works when both ends are as CentOS (I mean my > CentOS server at the office connected to the telephone line and the > remote CentOS client at the far site that we need to have remote access > to it) ? > Thank you in advance > Running mgetty on the answering side will work with Centos running some dial-out terminal application like kermit, minicom, or cu. But what you'll get is a separate command line login, not a GUI desktop or copy of what is on the console. If you want more than that, you might set up dial-in PPP so you can treat the connection as a network address with all the usual tools. I'm not sure if this is exactly right for Centos but it should be close: http://www.howtoforge.com/linux_dialin_server. Mgetty should be able to detect if you are using dial-up networking from the other end and permit connection either way. -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] anyone tried firefox 3.5 under centos 5.4
Janez Kosmrlj wrote: > anyone tried firefox 3.5 under centos 5.4 Yes, from www.mozilla.com, no rpm. Works great here since CentOS 5.3, now 5.4. regards Olaf ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] anyone tried firefox 3.5 under centos 5.4
Did you have any problem on installing firefox? On Mon, Oct 26, 2009 at 8:17 PM, Janez Kosmrlj wrote: > ? > > BR > > Janez > > ___ > 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] anyone tried firefox 3.5 under centos 5.4
So you didn't have any problems on 5.3. I am more interested in those who had problems on 5.3. There where some problems with system stability with some graphic drivers. There was some workaround and I wanted to ask if someone tested if it is still necessary. BR Janez On Mon, Oct 26, 2009 at 2:33 PM, Olaf Mueller wrote: > Janez Kosmrlj wrote: > > > anyone tried firefox 3.5 under centos 5.4 > Yes, from www.mozilla.com, no rpm. Works great here since CentOS 5.3, > now 5.4. > > > regards > Olaf > > ___ > 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] anyone tried firefox 3.5 under centos 5.4
I didn't have any problem with the installation. On Mon, Oct 26, 2009 at 3:07 PM, Janez Kosmrlj wrote: > So you didn't have any problems on 5.3. I am more interested in those who > had problems on 5.3. > There where some problems with system stability with some graphic drivers. > There was some workaround and I wanted to ask if someone tested if it is > still necessary. > > BR > Janez > > > On Mon, Oct 26, 2009 at 2:33 PM, Olaf Mueller wrote: > >> Janez Kosmrlj wrote: >> >> > anyone tried firefox 3.5 under centos 5.4 >> Yes, from www.mozilla.com, no rpm. Works great here since CentOS 5.3, >> now 5.4. >> >> >> regards >> Olaf >> >> ___ >> 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] anyone tried firefox 3.5 under centos 5.4
On Mon, Oct 26, 2009 at 8:17 AM, Janez Kosmrlj wrote: Works fine for me using rpms (rebuilt from the src.rpms) on http://mharris.ca/ They're basically slightly altered fedora rpms. You have to read the spec to see the build arguments required, but they work fine. -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Newsletter feedback
Geerd-Dietger Hoffmann wrote: > Hey > > We have now published the sixth version of the Newsletter and I think > it is time to ask YOU ( the reader ) what we can improve. The current > trend is away from really technical details more to a light read and > entertaining stuff. Is this a good way to go. Or should we focus more > on the technical side again*. Or is the balance right? > > What do you want to read about? What sections do you want? Or just > comment. I am happy about any constructive criticism. > > I hope you are enjoying the Newsletter. > > Cheers Didi > > > *Of course the we will not become a only fun Newsletter. > > > > My www page: www.ribalba.de > Email / Jabber: riba...@gmail.com > Skype : ribalba > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos I would like to echo the thoughts of Keith and Mathieu. I am a long time CentOS user and lurker in the list. To me, the newsletter feels like a top-view of CentOS and the community, and I like it. A few ideas to ponder: - I could see the newsletter being a great platform for the lead maintainers to keep us informed - Mathieu's idea of soliciting a publishing success stories, real-life deployment stories, and the like would be very interesting to me Bottom line: You are doing a great job, and I like The Pulse's direction. Andy Hull ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Help! i want to clone my Centos machine to another box..
> i've spent the last week trying to find something that will clone my > existing Centos server to a more powerful box. > i've used clonezilla though that resulted in a complete failure.. > > can anyone please guide me in the right direction? > all i want to do is to clone my entire server and all of it's directories to > a more powerful server so i start using it instead.. > i dont want to get rid of the current server as i want both of them to run > in parallel with the same backed up services/data on each of them.. > > > can anyone please help! im honestly desperate!! I did something like this in past. I simply used a linux boot CD in middle of night then used dd to copy the entire disk to new drive of equal or greater size. Then I placed the new disk in the new server and booted up. This may not be what you want though. Matt ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] mismatch_cnt after 5.3 -> 5.4 upgrade
The /etc/cron.weekly/99-raid-check script is new for 5.4. Read through the mdadm list. You will find that small mismatch counts on RAID 1 is normal. I don't remember the exact reason but it has to do with aborted writes where the queue has already committed the one drive and not the other. Since it is in an unused area of the file system and mdadm can't tell when the aborted write happened it is just left alone. This is why it is common on swap partitions. Ryan On Mon, Oct 26, 2009 at 2:48 AM, Mogens Kjaer wrote: > On 10/25/2009 07:33 PM, Devin Reade wrote: > ... >> WARNING: mismatch_cnt is not 0 on /dev/md0 > > I have two machines with software RAID 1 running CentOS, > they both gave this message this weekend. > > Mogens > -- > Mogens Kjaer, Carlsberg A/S, Computer Department > Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark > Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25 > Email: m...@crc.dk Homepage: http://www.crc.dk > ___ > 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] CentOS-announce Digest, Vol 56, Issue 7
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ...@centos.org You can reach the person managing the list at centos-announce-ow...@centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2009:1522 Moderate CentOS 4 i386 kernel -security and bug fix update (Tru Huynh) 2. CESA-2009:1522 Moderate CentOS 4 x86_64 kernel - security and bug fix update (Tru Huynh) -- Message: 1 Date: Mon, 26 Oct 2009 15:31:26 +0100 From: Tru Huynh Subject: [CentOS-announce] CESA-2009:1522 Moderate CentOS 4 i386 kernel -security and bugfix update To: centos-annou...@centos.org Message-ID: <20091026143126.ga2...@sillage.bis.pasteur.fr> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory CESA-2009:1522 kernel security update for CentOS 4 i386: https://rhn.redhat.com/errata/RHSA-2009-1522.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/kernel-2.6.9-89.0.15.EL.i586.rpm updates/i386/RPMS/kernel-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-devel-2.6.9-89.0.15.EL.i586.rpm updates/i386/RPMS/kernel-devel-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-hugemem-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-hugemem-devel-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-smp-2.6.9-89.0.15.EL.i586.rpm updates/i386/RPMS/kernel-smp-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-smp-devel-2.6.9-89.0.15.EL.i586.rpm updates/i386/RPMS/kernel-smp-devel-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-xenU-2.6.9-89.0.15.EL.i686.rpm updates/i386/RPMS/kernel-doc-2.6.9-89.0.15.EL.noarch.rpm source: updates/SRPMS/kernel-2.6.9-89.0.15.EL.src.rpm You may update your CentOS-4 i386 installations by running the command: yum update kernel\* Tru -- Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20091026/716151d5/attachment-0001.bin -- Message: 2 Date: Mon, 26 Oct 2009 15:31:48 +0100 From: Tru Huynh Subject: [CentOS-announce] CESA-2009:1522 Moderate CentOS 4 x86_64 kernel -security and bugfix update To: centos-annou...@centos.org Message-ID: <20091026143148.gb2...@sillage.bis.pasteur.fr> Content-Type: text/plain; charset="us-ascii" CentOS Errata and Security Advisory CESA-2009:1522 kernel security update for CentOS 4 x86_64: https://rhn.redhat.com/errata/RHSA-2009-1522.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/kernel-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-devel-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-doc-2.6.9-89.0.15.EL.noarch.rpm updates/x86_64/RPMS/kernel-largesmp-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-largesmp-devel-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-smp-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-smp-devel-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-xenU-2.6.9-89.0.15.EL.x86_64.rpm updates/x86_64/RPMS/kernel-xenU-devel-2.6.9-89.0.15.EL.x86_64.rpm source: updates/SRPMS/kernel-2.6.9-89.0.15.EL.src.rpm You may update your CentOS-3 x86_64 installations by running the command: yum update kernel\* Tru -- Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20091026/da7b5153/attachment-0001.bin -- ___ CentOS-announce mailing list centos-annou...@centos.org http://lists.centos.org/mailman/listinfo/centos-announce End of CentOS-announce Digest, Vol 56, Issue 7 ** ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Running SSH on a different port
2009/10/25 Les Mikesell : > Gilbert Sebenste wrote: >> On Sat, 24 Oct 2009, Philip Gwyn wrote: >> >>> On 24-Oct-2009 Oliver Ransom wrote: I don't think there are any ramifications/disadvantages of running the SSH daemon on a non standard port. >> >> Unless I want to sftp. It always looks for port 22; if I do: >> >> sftp SERVER >> >> It will deny me if SERVER is anything but port 22. Doing a man sftp yields >> no help on how to solve that. Any ideas? > > I usually prefer rsync over ssh for file transfers where possible. There it > would be rsync -e 'ssh -p nnn' > Also, you coud set up the port on /etc/ssh/ssh_config for the name/ip of the target machine, so you don't need to type "-o Port xxx" or "-p xxx" every time. The downside is that you forget the port over time, not using it. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Upgrading CentOS 5.3 from local mirror
2009/10/25 Gordon Messmer : > On 10/23/2009 06:10 PM, Jonathan Moore wrote: >> >> What I was really looking for was a little more detail on exactly what >> I *must* have from the mirror to successfully upgrade. >> > > If you want to download the minimum number of packages, the easiest > answer is: use a proxy server. > > export http_proxy=http://proxy.foo.com: > yum upgrade > I'm on the same situation and I use IntelligentMirror and squid to cache all the rpm packages regardless of the mirror. Also I set up the mirror line on the /etc/yum.conf One word of warning if you want to go to the same route: you have to setup 2 different mirrors for x86_64 and i386 arch., because there are i386 packages built for the x86_64 platform that have the same name but different checksum/content than the one for i386. HTH Lorenzo ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 5.4 DVD
Am 23.10.09 19:56, schrieb Ian Murray: > >> The dates are likely based on when the ISO was actually created. Therefore, >> if the ISO was generated on Oct. 1st and no issues were found with it in QA, >> then the date you are seeing on the mirrors is correct. The ISOs are based >> on the original 5.4 tree and don't include updates that Red Hat released >> after the initial release of RHEL 5.4. > > As far as I remember, some subsequent RH updates are rolled-into the CentOS > release. Someone more familiar with the build process may clarify that. No, they aren't. This time we pushed the "0day" updates from Red Hat to the 5.3 tree (new kernel and a few other things). The ISOs have the same software in the same versions as upstrem has, we're not slipstreaming anything into there. Ralph ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Upgrading Centos 5.3 -> 5.4
Still the same problems I'm afraid. I read the release notes and followed them to the letter. I'm now seeing: Finished Dependency Resolution lvm2-2.02.46-8.el5.i386 from base has depsolving problems --> Missing Dependency: device-mapper >= 1.02.32-1 is needed by package lvm2-2.02.46-8.el5.i386 (base) mkinitrd-5.1.19.6-54.i386 from base has depsolving problems --> Missing Dependency: device-mapper-multipath >= 0.4.7-9 is needed by package mkinitrd-5.1.19.6-54.i386 (base) lvm2-2.02.46-8.el5.i386 from base has depsolving problems --> Missing Dependency: device-mapper-event is needed by package lvm2-2.02.46-8.el5.i386 (base) Error: Missing Dependency: device-mapper-multipath >= 0.4.7-9 is needed by package mkinitrd-5.1.19.6-54.i386 (base) Error: Missing Dependency: device-mapper-event is needed by package lvm2-2.02.46-8.el5.i386 (base) Error: Missing Dependency: device-mapper >= 1.02.32-1 is needed by package lvm2-2.02.46-8.el5.i386 (base) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest I've installed package cleanup and tried the suggested combinations, except the --skip-broken option. Any thoughts are appreciated. Rohan. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Change from Root
Hi; Can someone please remind me how to update my VPS so that I have to authenticate first as "user" before I can su to root? TIA, Victor ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Change from Root
I am not sure what a VPS is, but assuming you only have SSH login enabled, then this will do it : grep -i root /etc/ssh/sshd_config #PermitRootLogin yes and restart sshd On Mon, Oct 26, 2009 at 4:05 PM, Victor Subervi wrote: > Hi; > Can someone please remind me how to update my VPS so that I have to > authenticate first as "user" before I can su to root? > TIA, > Victor > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Change from Root
> I am not sure what a VPS is VPS stands for virtual private server. Neil -- Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit CPU, 1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Newsletter feedback
On Fri, Oct 23, 2009 at 6:29 AM, Geerd-Dietger Hoffmann wrote: > Hey > > We have now published the sixth version of the Newsletter and I think > it is time to ask YOU ( the reader ) what we can improve. The current > trend is away from really technical details more to a light read and > entertaining stuff. Is this a good way to go. Or should we focus more > on the technical side again*. Or is the balance right? > > What do you want to read about? What sections do you want? Or just > comment. I am happy about any constructive criticism. > > I hope you are enjoying the Newsletter. > > Cheers Didi > Overall, I think it's very good. I'd like to report a small erratum: The link to "A view of the free and non free Linux market (Not the view of CentOS)" is wrong (Same as "Oracle and Novel..."). Thanks, Jim ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS 5.4 .x86_64 and perl.i386
On Sun, Oct 25, 2009 at 10:49 AM, Gregory P. Ennis wrote: > > I asked myself that same question, and when I reviewed my notes on the > install I had some packages that would only work with perl.i386 which > required me to install it. Unfortunately, I did not document what those > packages were, and can not remember which ones required .i386 to test > them. 5.0 through 5.3 allowed the install of both perls, but 5.4 does > not. > - > Greg The perl.i386 package was supposed to be in the x86_64 extras repository (as indicated in the Release Notes). However, it was missing. This has just been corrected: http://bugs.centos.org/view.php?id=3932 Things should be back to normal again. :-) Akemi / toracat ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Madwifi drivers afeter 2.6.18-128.
I have a atheros wiifi card on my Centos 5 that I use as a access point using hostapd. I noticed that after the upgrade to kernel 2.6.18-128 or above, the atheros driver comes with the kernel, ath5k, and it does´t let hostpad ou iwconfig set master mode on the card. Up to kernel 2.6.18-92 is workedd just fine using madwifi from rpmforge. Any ideas on that? Tks. __ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Running SSH on a different port
ML wrote: > So I added Port 2977 Under Host * > > So I have: > Host * > Port 2977 > Never post your real port number here. Otherwise you don't need to hide it from the public. Right? ;-) Regards Michael -- Michael Kress, kr...@hal.saar.de ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Upgrading Centos 5.3 -> 5.4
On Mon, Oct 26, 2009 at 12:49 PM, Rohan Gilchrist wrote: > Still the same problems I'm afraid. I read the release notes and > followed them to the letter. > > I'm now seeing: > > Finished Dependency Resolution > lvm2-2.02.46-8.el5.i386 from base has depsolving problems > --> Missing Dependency: device-mapper >= 1.02.32-1 is needed by package > lvm2-2.02.46-8.el5.i386 (base) What do you see if you run yum list device-mapper device-mapper-multipath device-mapper-event ?? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Madwifi drivers afeter 2.6.18-128.
On Mon, 2009-10-26 at 19:11 -0200, Alessandro Ren wrote: > I have a atheros wiifi card on my Centos 5 that I use as a access > point using hostapd. I noticed that after the upgrade to kernel > 2.6.18-128 or above, the atheros driver comes with the kernel, ath5k, > and it does´t let hostpad ou iwconfig set master mode on the card. > Up to kernel 2.6.18-92 is workedd just fine using madwifi from > rpmforge. > > Any ideas on that? Try kmod-ath5k and kmod-mac80211 packages that are available from ELRepo. http://elrepo.org/ Phil ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] 5.4 DVD
Here has all the Direct Link to the different version of Centos 5.4 http://www.linuxiso.com.ar/centos/ Regards, Ale 2009/10/26 Ralph Angenendt > Am 23.10.09 19:56, schrieb Ian Murray: > > > >> The dates are likely based on when the ISO was actually created. > Therefore, if the ISO was generated on Oct. 1st and no issues were found > with it in QA, then the date you are seeing on the mirrors is correct. The > ISOs are based on the original 5.4 tree and don't include updates that Red > Hat released after the initial release of RHEL 5.4. > > > > As far as I remember, some subsequent RH updates are rolled-into the > CentOS release. Someone more familiar with the build process may clarify > that. > > No, they aren't. This time we pushed the "0day" updates from Red Hat to > the 5.3 tree (new kernel and a few other things). > > The ISOs have the same software in the same versions as upstrem has, > we're not slipstreaming anything into there. > > Ralph > ___ > 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] For building my local repo, how large is 5.4 update?
On Sun, 2009-10-25 at 21:08 -0700, ML wrote: > Hi Robert, > > > I have run a local repo for Centos updates for some time. > > You actually bring up a good item here. I am starting to learn more > and deploy CentOS. I should run a local repo too, save bandwidth, etc. > > Do you have a tutorial for setting up a local repository? Can one > store, say multiple versions , just in case? The Wiki is (or at least should be) your friend: http://wiki.centos.org/HowTos/CreateLocalMirror and for your locally built packags http://wiki.centos.org/HowTos/CreateLocalRepos Phil ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Running SSH on a different port
On 10/26/2009 07:41 PM, Michael Kress wrote: > ML wrote: > >> So I added Port 2977 Under Host * >> >> So I have: >> Host * >> Port 2977 >> >> > Never post your real port number here. Otherwise you don't need to hide > it from the public. Right? ;-) > I'm not sure if this is a serious security suggestion, or a joke. (If it's a joke, sorry I missed the boat.) This is probably going to look like a troll, but I really do feel sorry for anyone who takes this kind of suggestion seriously. Whatever alternate SSH port number you select is NOT a secret, and you have a false impression of security if you think of it as a secret. Thinking that "My system is more secure because I run SSH on an alternate port" is just fooling yourself. If you're already taking appropriate precautions elsewhere, then changing the port number is really just a convenience/preference, to make your logs a little less noisy. Security-wise, it's window dressing, and it'll really only present a problem for the laziest attackers or bots. Your secret SSH port number is only a secret for about as long as it takes for a wide port scan to run. (And unless you've implemented IP-level rate-limiting on a per-remote-source-IP basis, that's a much shorter time than you think.) Moving the SSH port will help cut down on the rate at which dictionary bots (account/password guessers) will hit you up. But do those dictionary bots really pose a security threat to you? Maybe, if your SSH server isn't patched and up-to-date, or if you haven't audited/locked your local accounts, or if you don't enforce strong passwords or keys-only logins. If it's really that important that you cut the rate down, the iptables 'recent' module is a fantastic tool. Combined with some whitelisting, you can really cut the noise down, without inconveniencing yourself at all. If you find 'iptables' too intimidating, there are a few log-watching scripts that will dynamically block source IPs on-the-fly as the remote IPs roll into '/var/log/secure'. (I'm just going to apologize now to anybody I've offended, if it means anything--this is just one guy's opinion on the Internet, after all.) -Ryan ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Running SSH on a different port
http://www.iana.org/assignments/port-numbers See unassigned port, and You should to use it Need more secure only allow access ssh from intranet or by VPN. CMIIW Regards, David ./nobody Michael Kress wrote: > ML wrote: > >> So I added Port 2977 Under Host * >> >> So I have: >> Host * >> Port 2977 >> >> > > Never post your real port number here. Otherwise you don't need to hide > it from the public. Right? ;-) > Regards > Michael > > > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Invitation to connect on LinkedIn
LinkedIn Siju George requested to add you as a connection on LinkedIn: -- Romeo, I'd like to add you to my professional network on LinkedIn. - Siju Accept invitation from Siju George http://www.linkedin.com/e/c640Z0zoY42Hba6yQ6iWhZknxFvA/blk/I1536383959_2/pmpxnSRJrSdvj4R5fnhv9ClRsDgZp6lQs6lzoQ5AomZIpn8_cBYVdjAPe3cScPkNiiZjj59SbjgQi2YOdjsUd34OczwLrCBxbOYWrSlI/EML_comm_afe/ View invitation from Siju George http://www.linkedin.com/e/c640Z0zoY42Hba6yQ6iWhZknxFvA/blk/I1536383959_2/39vejkVcPwPdzcRckALqnpPbOYWrSlI/svi/ -- Why might connecting with Siju George be a good idea? Siju George's connections could be useful to you: After accepting Siju George's invitation, check Siju George's connections to see who else you may know and who you might want an introduction to. Building these connections can create opportunities in the future. -- (c) 2009, LinkedIn Corporation ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Warning message when running aide after upgrading to 5.4
I upgraded my box from 5.3 to 5.4. When running "aide --update", I'm getting this warning message on /var/log/messages "aide: Libgcrypt warning: missing initialization - please fix the application" Below is the aide version installed: aide -v Aide 0.13.1 Compiled with the following options: WITH_MMAP WITH_POSIX_ACL WITH_SELINUX WITH_XATTR WITH_LSTAT64 WITH_READDIR64 WITH_GCRYPT WITH_AUDIT CONFIG_FILE = "/etc/aide.conf" Anyone getting similar message when running aide? New Email addresses available on Yahoo! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does! http://mail.promotions.yahoo.com/newdomains/aa/___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Inquiry:External USB modem and Remote PC Access?
Thank you very much for your reply . According to your message , the minicom is not suitable in this regard as I really want remote desktop access to my CentOS client located at far site and thus get its keyboard & mouse control to issue commands and view Gui . Please do me favor and propose for the solutions that can enable my CentOS server at the office to get remote desktop access of my CentOS client far at the site (the only connections that can be made is through modem dialup connections) . Let me thank you in advance On Mon, Oct 26, 2009 at 12:40 PM, Les Mikesell wrote: > hadi motamedi wrote: > > Thank you very much for your help . Can you please do me favor and > > confirm if the scenario works when both ends are as CentOS (I mean my > > CentOS server at the office connected to the telephone line and the > > remote CentOS client at the far site that we need to have remote access > > to it) ? > > Thank you in advance > > > > Running mgetty on the answering side will work with Centos running some > dial-out > terminal application like kermit, minicom, or cu. But what you'll get is a > separate command line login, not a GUI desktop or copy of what is on the > console. If you want more than that, you might set up dial-in PPP so you > can > treat the connection as a network address with all the usual tools. I'm > not > sure if this is exactly right for Centos but it should be close: > http://www.howtoforge.com/linux_dialin_server. Mgetty should be able to > detect > if you are using dial-up networking from the other end and permit > connection > either way. > > -- > Les Mikesell >lesmikes...@gmail.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] Upgrading Centos 5.3 -> 5.4
Thanks Bart, When I issue that command, I get the following: yum list device-mapper device-mapper-multipath device-mapper-event Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.skiplink.com * base: centosv.centos.org * extras: mirror.newnanutilities.org * updates: mirror.ubiquityservers.com Excluding Packages in global exclude list Finished Installed Packages device-mapper.i386 Rohan Bart Schaefer wrote: > On Mon, Oct 26, 2009 at 12:49 PM, Rohan Gilchrist wrote: > >> Still the same problems I'm afraid. I read the release notes and >> followed them to the letter. >> >> I'm now seeing: >> >> Finished Dependency Resolution >> lvm2-2.02.46-8.el5.i386 from base has depsolving problems >> --> Missing Dependency: device-mapper >= 1.02.32-1 is needed by package >> lvm2-2.02.46-8.el5.i386 (base) >> > > What do you see if you run > > yum list device-mapper device-mapper-multipath device-mapper-event > > ?? > ___ > 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] Inquiry:External USB modem and Remote PC Access?
hadi motamedi wrote: > Thank you very much for your reply . According to your message , the > minicom is not suitable in this regard as I really want remote desktop > access to my CentOS client located at far site and thus get its > keyboard & mouse control to issue commands and view Gui . Please do me > favor and propose for the solutions that can enable my CentOS server > at the office to get remote desktop access of my CentOS client far at > the site (the only connections that can be made is through modem > dialup connections) . GUI over a 28k dialup? ouch. there's no network connection at this remote site? its going to be really really slow over dialup. I'm talking minutes to paint a screen at 2-3kbyte/sec serial speeds (a 1280x1024 24bit desktop is 3.6 million bytes). use a really simple theme on the desktop with no shaded borders, no backgroun graphics ('wallpaper'), etc.Sending a single full screen 1280x1024 photographic image could take a half hour or more. FreeNX is probably your best bet. i've never set it up, so you'll need to find someone elses HOWTO ...NX protocol runs over TCP/IP networking, so you'll be setting up your modem (I still recommend a serial modem) to answer a PPP dialinn TCP session, which you'll connect to with a PPP dialup session much as we did for the internet in the days before broadband. linux can be completely managed via shell. NONE of the dozens of unix servers I manage have any sort of console screen attached to them. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] find out which website is used for sending email?
I got a report that my CentOS 5.4 is used for sending spam. >From sendmail maillog I can see that apache has been sending a lot of email to suspicious addresses. Probably one of the many Apache virtual hosts I have is used for sending spam. But how to find out which one? Regards, Peter ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos