|
|
Issue with package-cleanup --oldkernels with PAE kernel
By Alfred von Campe at Jan 3, 2009, 05:02 am UTC
I'm not sure if this is a bug, known issue, feature, etc. On my CentOS systems with the PAE kernel installed, package-cleanup behaves as follows: # rpm -q kernel package kernel is not installed # rpm -q kernel-PAE kernel-PAE-2.6.18-92.1.13.el5 kernel-PAE-2.6.18-92.1.18.el5... More...
I'm not sure if this is a bug, known issue, feature, etc. On my CentOS systems with the PAE kernel installed, package-cleanup behaves as follows:
# rpm -q kernel package kernel is not installed # rpm -q kernel-PAE kernel-PAE-2.6.18-92.1.13.el5 kernel-PAE-2.6.18-92.1.18.el5 kernel-PAE-2.6.18-92.1.22.el5 # uname -r 2.6.18-92.1.22.el5PAE # package-cleanup --oldkernels --count 2 Setting up yum Error all kernel rpms are set to be removed
Has anyone else seen this? Is this expected behavior or a (known) bug?
Alfred
0 Replies
|
|
|
restricting mails from "mail" command to specific domains only in postfix
By ankush grover at Jan 3, 2009, 03:36 am UTC
Hi Friends, I have configured Postfix mail server on Centos for relaying mails from 5 linux servers (including itself) within the same LAN. The postfix mail server should relay mails from these 5 linux servers for specific domains only. For example hosts 192.168.0.23/24/25/26/27 and the postfix... More...
Hi Friends,
I have configured Postfix mail server on Centos for relaying mails from 5 linux servers (including itself) within the same LAN. The postfix mail server should relay mails from these 5 linux servers for specific domains only. For example hosts 192.168.0.23/24/25/26/27 and the postfix mail server should only be able to receive and send mails from and to example.com,example2.com and example3.com domains only. Below is the configuration of the postfix mail server
myhostname = test.example.com myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mynetworks_style = subnet mynetworks = 192.168.0.23/32,192.168.0.24/32,192.168.0.25/32,127.0.0.1/32,192.168.0.26/32,192.168.0.27/32 ,relay_domains = $mydestination,example.com,example2.com,example3.com smtpd_recipient_restrictions = reject_unauth_destination,permit_mynetworks,reject
The issue I am facing is that whenever things are working fine when I check the things through telnet but when I do testing through command line through "mail" command I am able to send mails to any domain from these 5 servers.
bash-2.05$ telnet test.example.com 25 Trying 192.168.0.27... Connected to test. Escape character is '^]'. 220 test.example.com ESMTP Postfix (2.2.5) mail from:ankush.grover@example.com 250 Ok 501 Syntax: RCPT TO: <address> rcpt to:ankush@gmail.com 554 <ankush@gmail.com>: Relay access denied
How can I restrict mails even going through "mail" command from these 5 servers to specific domains only. These 5 servers are running some cronjobs and these cronjobs output it mailed through "mail" command.
Regards
Ankush
4 Replies
|
|
|
Re: Upgrade from 4.7 to 5.2 problem with udev and ssl
By Vandaman at Jan 2, 2009, 11:50 pm UTC
Was that "upgrade" using anaconda or yum? Hadn't you thought of backing up and doing a clean install of 5.2? Regards, Vandaman. More...
Thomas Dukes <tdukes@sc.rr.com> wrote:
> Got cocky and decided to upgrade from from 4.7 to 5.2. > Have a couple > problems I can't figure out. >
Was that "upgrade" using anaconda or yum? Hadn't you thought of backing up and doing a clean install of 5.2?
Regards, Vandaman.
3 Replies
|
|
|
ls network address traslation different in centos?
By chloe K at Jan 2, 2009, 4:16 pm UTC
Hi all ls the network address traslation in centos5.2 different? I disable the default iptable rule and use the following commands but I can't connect http://public:8080 from outside to this host 192.168.0.10 port 80 eth1 is public address eth0 is private address 192.168.0.1 iptables -F -t nat... More...
Hi all ls the network address traslation in centos5.2 different? I disable the default iptable rule and use the following commands but I can't connect http://public:8080 from outside to this host 192.168.0.10 port 80 eth1 is public address eth0 is private address 192.168.0.1 iptables -F -t nat iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE iptables --append FORWARD --in-interface eth0 -j ACCEPT iptables -t nat -A PREROUTING -p tcp --dport 8080 -i eth1 -j DNAT --to 192.168.0.10:80 Thank you
--------------------------------- Looking for the perfect gift? Give the gift of Flickr! --------------------------------- Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
5 Replies
|
|
|
Proxy password questions
By Kwan Lowe at Jan 1, 2009, 9:20 pm UTC
Hello All: I'm having a strange issue with the yum proxy settings. It is directly related to passwords containing exclamation points. For example, the following works fine in yum.conf: http_proxy=http://somentlmproxy.somecompany.com http_password=regularpassword However, if the password contains... More...
Hello All: I'm having a strange issue with the yum proxy settings. It is directly related to passwords containing exclamation points.
For example, the following works fine in yum.conf: http_proxy=http://somentlmproxy.somecompany.com http_password=regularpassword
However, if the password contains any exclamation points, it will not authenticate properly. E.g., a password such as "TheyKilledKenny!!" will fail, but "TheyKilledKenny??" will work fine.
I've tried exporting http_proxy from the command line and escaping the exclamation points: http_proxy=http://klowe:TheyKilledKenny\!\!@somentlmproxy.xxx.com:80 but no success.
Any workarounds to get this going? Unfortunately, I do not have any control over the password.
1 Reply
|
|
|
Any idea when we will have updated kmod-drbd82 rpm for the latest kernel?
By mbneto at Jan 1, 2009, 9:14 pm UTC
Hi, After searching the archive I found one post (last october) complaining about lack of kmod-drbd2 rpm for the lastest kernels. Almost two months have passed and no sign of the rpm I was wondering if the mantainer has some news about it. Thanks. More...
Hi,
After searching the archive I found one post (last october) complaining about lack of kmod-drbd2 rpm for the lastest kernels. Almost two months have passed and no sign of the rpm I was wondering if the mantainer has some news about it.
Thanks.
3 Replies
|
|
|
Video support for Intel 852GM GMCH
By Robert Moskowitz at Jan 1, 2009, 5:53 pm UTC
I am looking at a mini-itx system that has the Intel chipset. The video spec is the "Intel 852GM GMCH". Anyone know anything good or bad about this? The board is iGoLogic i3386G More...
I am looking at a mini-itx system that has the Intel chipset.
The video spec is the "Intel 852GM GMCH".
Anyone know anything good or bad about this?
The board is iGoLogic i3386G
2 Replies
|
|
|
wicd system tray status doesn't change when connected to network
By Thomas Iverson at Jan 1, 2009, 5:51 pm UTC
hi all , i'm now using wicd network manager instead of network-manager and got a strange problem again wicd can managae wireless network connection well now but when i connected to the network my wicd icon still display "not connected" , i googled a lot but nothing helped anybody here using wicd ?... More...
hi all , i'm now using wicd network manager instead of network-manager and got a strange problem again wicd can managae wireless network connection well now but when i connected to the network my wicd icon still display "not connected" , i googled a lot but nothing helped anybody here using wicd ? i'm now using the lastest stable version 1.5.7 , thx for help
0 Replies
|
|
|
nx - KDE - CentOS 5.2
By Craig White at Jan 1, 2009, 5:50 pm UTC
something strange is occurring on what is a new setup CentOS 5.2, KDE via NX When I am in Konsole and I press the 'up arrow' key, I get KSnapshot instead of repeating the last line. I looked at kcontrol and there doesn't seem to be any keybinding to cause that and it's irritating and I can't figure... More...
something strange is occurring on what is a new setup CentOS 5.2, KDE via NX
When I am in Konsole and I press the 'up arrow' key, I get KSnapshot instead of repeating the last line. I looked at kcontrol and there doesn't seem to be any keybinding to cause that and it's irritating and I can't figure out how to shut it off...can someone toss me a bone here?
Craig
1 Reply
|
|
|
Wireless network connection problem
By Thomas Iverson at Jan 1, 2009, 08:54 am UTC
hi all , i just met a strange problem about my wireless network , i installed ipw3945 driver and it can detect the wireless network lists around my laptop ,but , i can't connect to the wireless network even under the right authority my centos 5.2 dectected my wirless network card as eth1 , it's... More...
hi all , i just met a strange problem about my wireless network , i installed ipw3945 driver and it can detect the wireless network lists around my laptop ,but , i can't connect to the wireless network even under the right authority
my centos 5.2 dectected my wirless network card as eth1 , it's really strange , i think
any help ? thx and wish you a happy new year :)
2 Replies
|
|
|
CD burning issues & questions
By Mark Hull-Richter at Jan 1, 2009, 06:32 am UTC
I have been having some strange results trying to burn CDs under CentOS. I don't think they are hardware related because I have had some success, in fact most of this usually works. I use k3b for most of my CD and DVD writing - it seems to work fairly well (well, except for wrecking my installation... More...
I have been having some strange results trying to burn CDs under CentOS. I don't think they are hardware related because I have had some success, in fact most of this usually works.
I use k3b for most of my CD and DVD writing - it seems to work fairly well (well, except for wrecking my installation a few weeks ago when it crashed my installation and I had to reinstall to get it back, but that's old news).
Yesterday, of my work desktop (32-bit), I tried to burn a CD with k3b. The system hung as soon as I clicked on the start button in the burn menu. I did not want another case of wrecked system, so I rebooted (no other way to interrupt it) and all went well, except that I didn't even try to burn the CD. (I used my other, backup desktop, and it worked fine over there - hmm....)
Then, last night, on my home desktop (64-bit), which is usually solid as a rock, no problems whatsoever (I said "usually"), I had similar problems, though not quite as bad. I was trying to erase some CD-RWs, and I kept getting errors, both from k3b and cdrecord, claiming that they could not lock the drive for exclusive access (because another process was accessing the device). This is really annoying because I've tried this one several CD-RWs, and they all get the same error. Since k3b doesn't include a facility to add data to an already written CD or DVD unless there's a specific project for it (which I don't have 'cuz the CDs were written under Window$ or with projects I didn't keep).
Any ideas/suggestions?
Thanks.
mhr
7 Replies
|
|
|
Anaconda crash during Centos 5.2 installation.
By Alain PORTAL at Dec 31, 2008, 1:22 pm UTC
Hi, I'm trying to install Centos 5.2 on an "old" machine in graphical mode (to use LVM) but anaconda crash. I made several tries with various installation resquest (the last is "Server", "Customize after installation") unfortunately, it's reproductible: Traceback (most recent call first): File... More...
Hi,
I'm trying to install Centos 5.2 on an "old" machine in graphical mode (to use LVM) but anaconda crash. I made several tries with various installation resquest (the last is "Server", "Customize after installation") unfortunately, it's reproductible:
Traceback (most recent call first): File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 42, in newFunc raise Errors.RepoError File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 596, in searchPrco results.extend(self.searchFiles(name)) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 40, in newFunc return func(*args, **kwargs) File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 648, in searchProvides return self.searchPrco(name, "provides") File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 399, in _computeAggregateListResult sackResult = apply(method, args) File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 267, in searchProvides return self._computeAggregateListResult("searchProvides", name) File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 149, in whatProvides pkgs = self.pkgSack.searchProvides(name) File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line 388, in _provideToPkg for po in self.whatProvides(r, f, v): File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line 461, in tsCheck dep = self._provideToPkg(req) File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line 429, in resolveDeps unresolved = self.tsCheck(unresolved) File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 585, in buildTransaction (rescode, restring) = self.resolveDeps() File "/tmp/treedir.8196/instimage/usr/lib/anaconda/yuminstall.py", line 1265, in doPostSelection (code, msgs) = self.ayum.buildTransaction() File "/tmp/treedir.8196/instimage/usr/lib/anaconda/backend.py", line 177, in doPostSelection return anaconda.backend.doPostSelection(anaconda) File "/usr/lib/anaconda/dispatch.py", line 201, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 124, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1018, in nextClicked self.anaconda.dispatch.gotoNext() RepoError: None
Can somebody tell me where is the problem? Should I have to report a bug? On Centos Mantis? On RH Bugzilla?
Regards, Alain
9 Replies
|
|
|
question about package buildings
By David Hláčik at Dec 31, 2008, 10:23 am UTC
Hello guys, our company is going to distribute our software as rpms. I have prepared set Source RPMS which works ok on 64-bit and i386 platform. I want to make our build process more automatic. 1. What is the best way to build 32bit RPMS on 64bit CentOS machine? 2. What software/automatization... More...
Hello guys,
our company is going to distribute our software as rpms. I have prepared set Source RPMS which works ok on 64-bit and i386 platform.
I want to make our build process more automatic.
1. What is the best way to build 32bit RPMS on 64bit CentOS machine? 2. What software/automatization script can be used for make build more automatic === does for centos exists something like Koji for Fedora?
Thanks in advance!
David
1 Reply
|
|
|
downloadonly
By Jerry Geis at Dec 31, 2008, 07:26 am UTC
Hi I am trying to grab some files with the command (as example) yum -y install vnc --downloadonly --downloaddir=/tmp but it says the file is already installed. I know that, but I want to download it anyway and store it for later install on another machine (saving the download time later). How do I... More...
Hi I am trying to grab some files with the command (as example) yum -y install vnc --downloadonly --downloaddir=/tmp
but it says the file is already installed. I know that, but I want to download it anyway and store it for later install on another machine (saving the download time later).
How do I tell yum to go ahead and download the file?
THanks,
Jerry
1 Reply
|
|
|
TimeZone Mystery on a virtual dedicated server
By Ami Mahloof at Dec 31, 2008, 04:10 am UTC
Hi, I have a weird problem woth the time zone on my virtual (goDaddy) dedicated server I had to setup the timezone using system-config-date to GMT+7 i am in NY (GMT-5) when i do GMT-5 i get all the times 2 hours ahead seems like there's something im missing here If i add an event to my web app... More...
Hi,
I have a weird problem woth the time zone on my virtual (goDaddy) dedicated server
I had to setup the timezone using system-config-date to GMT+7
i am in NY (GMT-5)
when i do GMT-5 i get all the times 2 hours ahead
seems like there's something im missing here
If i add an event to my web app let's say 7:30 - 8:15 , the only way for me to show it right is GMT+7
can anyone help me figure out what am i missing here???
Thanks Ami
4 Replies
|
|
|
Xen DomU console connection
By James B. Byrne at Dec 30, 2008, 11:31 pm UTC
Dom0 OS=CentOS-5.2_X86_64 Dom1 OS=CentOS-5.2_X86_64 I have a desktop machine running the xen kernel, Dom0. I have created a virtual machine on that host, Dom1. From my console session on Dom0 I can open a GUI console for Dom1 but I cannot resize the actual screen area. I can make the virtual... More...
Dom0 OS=CentOS-5.2_X86_64 Dom1 OS=CentOS-5.2_X86_64
I have a desktop machine running the xen kernel, Dom0. I have created a virtual machine on that host, Dom1. From my console session on Dom0 I can open a GUI console for Dom1 but I cannot resize the actual screen area. I can make the virtual console window larger but the screen stays centered at the same size while the margins increase in width.
I would like to simply switch my entire desktop display from the Dom0 to Dom1 (together with the keyboard and mouse of course) and then back to Dom0 again when I am done. I suspect that this is not possible, but if it is then surely someone here will know.
If I cannot actually switch desktops between domains then is there another technique available to accomplish much the same thing? I would like to use Dom1 for software development using visual editors and such. Running these inside the virtual console window is not workable, mainly due to the limited display size and the erratic behaviour of the mouse.
Regards,
-- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
_______________________________________________ CentOS mailing list [email protected: C...@centos.org] http://lists.centos.org/mailman/listinfo/centos
1 Reply
|
|
|
i386 packages on x64 servers
By "Germán Andrés Pulido F." at Dec 30, 2008, 10:53 pm UTC
Hi! I have some servers, all running centos 5.2 x64 with current updates. None = of the servers has installed packages that are not part of the centos regular packages. They were installed using the "server" packages at install, therefore there is no X server, GNOME, KDE or any other non-server... More...
Hi!
I have some servers, all running centos 5.2 x64 with current updates. None = of the servers has installed packages that are not part of the centos regular packages. They were installed using the "server" packages at install, therefore there is no X server, GNOME, KDE or any other non-server stuff. However, I recently noted that the servers have the x64 _and_ the i386 versions of some packages installed, for instance: krb5-libs-1.6.1-25.el5_2= .1 and pam_krb5-2.2.14-1.el5_2.1. My question is: If I have no 32 bits software installed on these machines, why are such libraries installed? and can they= be safely removed from the servers?
Thanks in advance.
GERMAN ANDRES PULIDO F. Ingeniero de Proyectos
Global Technology Services - GTS S.A. ------------------------------------- Tel: (571) 658 34 10 ext 110 Cel: (573) 300 265 23 03 Carrera 7b No. 123-46 Bogot=E1-Colombia Sitio Web: www.gtscolombia.com
1 Reply
|
|
|
How to change an executable into a directory
By Mark Hull-Richter at Dec 30, 2008, 9:22 pm UTC
I just discovered that a couple of files on my system are ELF executables when they should be directories. How do I change a file into a directory? I don't think I've ever run into this one before.... Thanks mhr CentOS 5.2 w/all updates More...
I just discovered that a couple of files on my system are ELF executables when they should be directories. How do I change a file into a directory? I don't think I've ever run into this one before....
Thanks
mhr CentOS 5.2 w/all updates
14 Replies
|
|
|
system config report
By David Miller at Dec 30, 2008, 7:19 pm UTC
Long ago when I was an AIX admin we had a script we ran every 6 months or so and it created what we called the "System Book". It had every possible configuration option. While acknowledging that on a whole it was overkill documentation, if we ever had to rebuild the systems we knew *exactly* how... More...
Long ago when I was an AIX admin we had a script we ran every 6 months or so and it created what we called the "System Book". It had every possible configuration option. While acknowledging that on a whole it was overkill documentation, if we ever had to rebuild the systems we knew *exactly* how the old one was set up to compare it to if we had problems.
I'm looking to do something similar for my CentOS boxes. Or better yet, see if someone has already done something similar. I've poked around google and sourceforge on and off for a couple of months but haven't found much. The discussion lately about 'hwinfo' jogged my memory. Anyone know of something like this? A template, even? An old project that hasn't been updated but could be brought up to date?
Thanks for any suggestions. Dave
6 Replies
|
|
 | |