Re: [CentOS] problems installing parted tool
> On 6/1/2012 4:34 AM, Jane Wayne wrote: >> i have downloaded the CentOS distribution that comes with Xen Cloud >> Platform (XCP) at http://www.xen.org/download/xcp/index.html. i am >> trying to install the parted utility. >> >> yum install parted >> >> however, i get the following message. >> >> Loaded plugins: fastestmirror >> Loading mirror speeds from cached hostfile >> Setting up Install Process >> No package parted available. >> Nothing to do >> >> any ideas on what's going on? >> >> i have the following files: >> >> /etc/yum.repos.d/CentOS-Base.repo >> /etc/yum.repos.d/CentOS-Media.repo >> /etc/yum.repos.d/Citrix.repo >> >> the CentOS-Base.repo has the following. >> >> [base] >> name=CentOS-$releasever - Base >> mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os >> #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ >> gpgcheck=1 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> exclude=kernel-xen*, *xen* >> enabled=0 >> >> #released updates >> [updates] >> name=CentOS-$releasever - Updates >> mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates >> #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ >> gpgcheck=1 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> exclude=kernel-xen*, *xen* >> enabled=0 >> >> #packages used/produced in the build but not released >> [addons] >> name=CentOS-$releasever - Addons >> mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons >> #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ >> gpgcheck=1 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> enabled=0 >> >> #additional packages that may be useful >> [extras] >> name=CentOS-$releasever - Extras >> mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras >> #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ >> gpgcheck=1 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> enabled=0 >> >> #additional packages that extend functionality of existing packages >> [centosplus] >> name=CentOS-$releasever - Plus >> mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus >> #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ >> gpgcheck=1 >> enabled=0 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> >> #contrib - packages by Centos Users >> [contrib] >> name=CentOS-$releasever - Contrib >> mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib >> #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ >> gpgcheck=1 >> enabled=0 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> >> the CentOS-Media.repo has the following. >> >> [c5-media] >> name=CentOS-$releasever - Media >> baseurl=file:///media/CentOS/ >> file:///media/cdrom/ >> file:///media/cdrecorder/ >> gpgcheck=1 >> enabled=0 >> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 >> >> the Citrix.repo has the following. >> >> [citrix] >> name=XCP 1.4.90 updates >> mirrorlist=http://updates.vmd.citrix.com/XCP/1.4.90/domain0/mirrorlist >> #baseurl=http://updates.vmd.citrix.com/XCP/1.4.90/domain0/ >> gpgcheck=1 >> gpgkey=http://updates.vmd.citrix.com/XCP/RPM-GPG-KEY-1.4.90 >> enabled=0 >> > > When I do a search on the centos base repos this is what I get. > > [root@main ~]# yum search parted > Loaded plugins: downloadonly, fastestmirror, security > Loading mirror speeds from cached hostfile > epel/metalink| 12 kB > 00:00 > * base: ftp.linux.ncsu.edu > * epel: mirror.hiwaay.net > * extras: mirror.cs.vt.edu > * rpmforge: mirror.us.leaseweb.net > * updates: centos.digitalcompass.net > base | 3.7 kB > 00:00 > extras | 3.5 kB > 00:00 > rpmforge | 1.9 kB > 00:00 > updates | 3.5 kB > 00:00 > > = N/S Matched: parted > == > pyparted.x86_64 : Python module for GNU parted > parted.i686 : The GNU disk partition manipulation program > parted.x86_64 : The GNU disk partition manipulation program > parted-devel.i686 : Files for developing apps which will manipulate disk >: partitions > parted-devel.x86_64 : Files for developing apps which will manipulate disk > : partitions > >Name and summary matches only, use "search all" for everything. > [root@main ~]# > > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > Hi, it seems that repo is disable. enabled=1 for base and update Thanks ___ CentOS mailing list CentOS@cent
Re: [CentOS] Bind Died CentOS 6.2 64Bit
> aurfalien wrote: >> On May 21, 2012, at 11:57 AM, Shiv. NK wrote: >>> >>> bind cannot load zone files, i see the following in the log for all >>> domains. >>> >>> i have tried with 777 to all zone files but does not make difference. >>> main directories are also owned by named:named >>> >>> May 21 15:45:23 nsfo1 named-sdb[2482]: zone dot.com.gh/IN: loading from >>> master file master/db.gh.com.dot failed: permission denied >>> >> Ensure proper UGO, needs to be named and 640. > > Is selinux running? > > mark Dear List Members, i thank to everyone who responded to this message. Selinux is already disabled. i cannot understand why bind cannot read the files once it has read permission. Thanks / Regards ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] NFS - Strage Problem - Solved
> >> Hi, >> >> Are /etc and /var/named/master on separate filesystems? NFS won't allow >> you to mount multiple shares if they are both on the same filesystem. >> >> Regards, >> James Edwards >> > > Hi James, > > Thanks for your response and the information. Yes, they are on same file > system. i am sure that is the limitation. thanks for the tip. > > Regards - Nath Dear James, this is to update you that his is not the limitation. We can mount more than one share from same file system. My own worked ! i don't know if we have misunderstood each other, anyways. Thanks / Regards ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Bind Died CentOS 6.2 64Bit
Dear all, bind cannot load zone files, i see the following in the log for all domains. i have tried with 777 to all zone files but does not make difference. main directories are also owned by named:named May 21 15:45:23 nsfo1 named-sdb[2482]: zone dot.com.gh/IN: loading from master file master/db.gh.com.dot failed: permission denied help would be very much appreciated Thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] NFS - Strage Problem
> Hi, > > Are /etc and /var/named/master on separate filesystems? NFS won't allow > you to mount multiple shares if they are both on the same filesystem. > > Regards, > James Edwards > Hi James, Thanks for your response and the information. Yes, they are on same file system. i am sure that is the limitation. thanks for the tip. Regards - Nath ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] NFS - Strage Problem
Hi Dear List, i am experiencing strange problem with NFS, they is CentOS 6.2 x86_64 machines. One CentOS is sharing two directories (following) /etc 192.168.0.41(rw,sync,no_root_squash) /var/named/master 192.168.0.41(rw,sync,no_root_squash) nfs is started on server side there are proper entries in fstab at client side for both shares. however server is able to mount "/etc" alright but not "/var/named/master" any idea ? why that. Thanks Nath ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] NTP Daemon in not bound to port
>> > [root@proxy1 squid]# netstat -npl | grep ntp > udp0 0 172.21.0.2:123 0.0.0.0:* > 1154/ntpd > udp0 0 127.0.0.1:123 0.0.0.0:* > 1154/ntpd > udp0 0 0.0.0.0:123 0.0.0.0:* > 1154/ntpd > udp0 0 fe80::a00:27ff:fed6:c590:123 :::* > 1154/ntpd > udp0 0 ::1:123 :::* > 1154/ntpd > udp0 0 :::123 :::* > 1154/ntpd > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > Dear Giles, thanks for you response. I identified myistake. Port is udp, therefor I should have use netstat -nulp but I did grep for tcp port. I wilwe heck when I reach back in office. I am sure this is not the problem, please ignore request. Thanks for you time and assistance Regards Sent from my iPhone ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] NTP Daemon in not bound to port
Hello Dear Friends, it is CentOS Release 6.2, ntpd is running but do not see bounded to the port udp:123 any guidelines would be very much appreciable. [root@jet mavi]# netstat -ntlp | grep ntpd [root@jet mavi]# netstat -ntl | grep 123 But the service is running - [root@jet mavi]# /etc/init.d/ntpd status ntpd (pid 15876) is running... Selinux is disabled Thanks / regards ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] VPN Traffic
> Can you provide a somewhat less generic term for "the VPN traffic"? > > If the VPN has an interface, then you can monitor this like you monitor > any other interface, yes with Nagios / Cacti and the like... > Dear Glies, Thanks for the information sent. VPN is between two Cisco routers. using SNMP, it is possible to monitor the interface traffic for a snmp enabled device through Zabbix/Cacti. But cannot differentiate between the the kind of traffic. Saying other way, there is internet traffic on the same interface part from VPN consumption. I am searching for a specific tool if exists, that can differentiate the kind of traffic and graph separately. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] VPN Traffic
Hi List Members, i understand that perhaps i should not ask this question here. But you all are technical. Therefor, has anyone ever monitor the VPN traffic using any open source tools such as Zabbix/Nagios/Cacti? or any other Thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Everyday System Report CentOS 6.2
> On Tue, 15 May 2012 11:47:12 - > "Shiv. NK" wrote: > >> Hi list Members, >> >> i receive one email everyday (system report) from CentOS5, such as ssh >> attempt made, available disk space etc.. >> >> but CentOS 6.2 does not do that. Any idea why that? > install logwatch (and configure postfix or sendmail if you use that > one). > HTH, > Laurent. > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > Dear Laurent, thanks for the assistance, i will do that. Regards ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Everyday System Report CentOS 6.2
Hi list Members, i receive one email everyday (system report) from CentOS5, such as ssh attempt made, available disk space etc.. but CentOS 6.2 does not do that. Any idea why that? Thanks / Shiv. NK ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos