Re: [CentOS] figuring out LogVol details for mount
On 3/31/2011 6:22 PM, neubyr wrote: > Hi, > > I need to mount a LVM in rescue mode to create a new initrd image. I > am not sure how do I fond out which LogVol is to be mounted. How do I > find it out? In most of the configs I have used LogVol00 with ext3 > filesystem which contains OS install. This particular system is not > installed by me and I am not sure how do I find it out. I did try 'lvm > lvs' command, but probably that's not the right command here. Any > help? > > -- > thanks, > neuby.r. Good evening, Neuby When you boot into rescue mode are you given the option to continue-mount or read-only-mount the system to /mnt/sysimage? You could try to view /mnt/sysimage/etc/fstab to find the partition types. Regards, W. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Download the repo DAG of CentOS 5.5
On 4/3/2011 2:12 PM, Fidel Dominguez-Valero wrote: > hello > somebody might help to create a script to download the repo DAG of > CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. > I want to do with DAG repository. > > I tried but I don't know much about scripts. > Thanks > Fidel Hello Fidel, This should help you out: http://dag.wieers.com/rpm/FAQ.php#B1 W. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Download the repo DAG of CentOS 5.5
On 4/3/2011 2:33 PM, Fidel Dominguez-Valero wrote: > Yes, I know that, but I want to download for make a local repository My apologies, Fidel. I didn't pick up on that when I read your post. Install yum-utils, which will provide reposync. Of course install the rpmforge repo RPM. For an initial download: # reposync -g -r rpmforge -p /local/destination/directory The man page is pretty straightforward, you should be able to whip up a cron job to keep the local repo up to date. W. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] figuring out LogVol details for mount
> When you boot into rescue mode are you given the option to > continue-mount or read-only-mount the system to /mnt/sysimage? You could > try to view /mnt/sysimage/etc/fstab to find the partition types. > > Regards, > > W. Hello everyone, I was, of course, a numbnut for suggesting this. I don't normally LVM the / partition, so I didn't think of it. I'll try to, er, open my mind out of my environment for future helpful suggestions. Actually, the thread was an example of why I don't LVM /. I think it adds another layer I'd rather not have to deal with when things go casters up. But that is just My Way and it is not The Only Way. Not a knock on Neuby, since it wasn't installed by him. How goes the battle, by the way? W. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Bind isn't working. after upgrade.
On 7/24/2012 8:47 PM, Carlos Sura wrote: > Hello Mates, > > I just reciently updated BIND on my CentOS 6.2 (don't remember which > version) but now I am using version: BIND version 9.8.2 Hello Carlos, When named is running: - Is port 53 listening? - Can you telnet into that port from another server? - Can you lookup (dig) your own domain or a remote domain from the server? - Were either xinetd or iptables updated or changed? W. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Bind isn't working. after upgrade.
> but, after this, the Nameservers and DNS are working and solving. > > Anything to fix those awful messages? Hello again, I. Does your named.conf contain an entry for rndc-key? Along the lines of: key "rndc-key" { algorithm hmac-md5; secret ""; }; II. Does rndc.conf have contain: key "rndc-key" { algorithm hmac-md5; secret "http://lists.centos.org/mailman/listinfo/centos