Re: [CentOS] Kernel panic on 6.8 release with kernel-2.6.32-642.el6.x86_64

2016-05-30 Thread Sorin Srbu
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Jonathan Billings > Sent: den 28 maj 2016 03:02 > To: CentOS mailing list > Subject: Re: [CentOS] Kernel panic on 6.8 release with kernel-2.6.32- > 642.el6.x86_64 > > On May 27, 2016,

Re: [CentOS] CentOS 6 spontaneous reboots

2016-05-30 Thread Bill Gee
Hello everyone - I found the core dumps. They are in /var/crash. This directory contains a directory for each crash, named by IP address-date-time. Each directory contains a vmcore and a vmcore-dmesg.txt file. The vmcore-dmesg.txt files are mostly the kernel initialization stuff, same as yo

Re: [CentOS] C6.8 YUM reference to Red Hat

2016-05-30 Thread Always Learning
On Mon, 2016-05-30 at 09:02 -0500, Johnny Hughes wrote: > > The Red Hat reference in yum I am working on for a future update. > > > > The /SCL is old and has been replaced by the SIG version of > > software collections: > > > > yum remove centos-release-SCL > > > > yum install centos-release-s

[CentOS] grub (?) issue on Optiplex 780 A15, 6.8 upgrade

2016-05-30 Thread Zube
Most of the upgrades to CentOS 6.8 have gone smoothly. Thanks, as always, for all the work that goes into making it so easy to upgrade. On a few machines, however, all of them curiously: Dell Inc. OptiPlex 780 /0C27VV, BIOS A15 08/06/2013 There is something wrong with their inte

Re: [CentOS] C6.8 YUM reference to Red Hat

2016-05-30 Thread Johnny Hughes
On 05/30/2016 07:46 AM, Johnny Hughes wrote: > On 05/29/2016 09:01 PM, Always Learning wrote: >> >> Doing a yum update on C6.8 . >> >> >> : yum update >> Loaded plugins: fastestmirror, priorities, protectbase >> Setting up Update Process >> Loading mirror speeds from cached hostfil

Re: [CentOS] C6.8 YUM reference to Red Hat

2016-05-30 Thread Johnny Hughes
On 05/29/2016 09:01 PM, Always Learning wrote: > > Doing a yum update on C6.8 . > > > : yum update > Loaded plugins: fastestmirror, priorities, protectbase > Setting up Update Process > Loading mirror speeds from cached hostfile > * base: centos.datente.com > * epel: mirrors.n

[CentOS] Successful update from CentOS 6.7 to CentOS 6.8, but ...

2016-05-30 Thread Walter H.
Hello, I have several CentOS 6 VMs, I have updated the first one successfully, but there is one thing I miss or I don't like; How do I get the standard console with 80x25 back? this is /boot/grub/grub.conf default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.

Re: [CentOS] centos7 tmpfiles.d deleted outdate files

2016-05-30 Thread Qiang Chen
Hi Jonathan Billings, the `age` can't apply to 'r', only would apply to 'd', 'D', 'x', 'X', etc "The age field only applies to lines starting with |d|, |D|, |v|, |q|, |Q|, |C|, |x| and |X|. If omitted or set to "|-|", no automatic clean-up is done." so, there have good idea if I only want t

Re: [CentOS] centos7 tmpfiles.d deleted outdate files

2016-05-30 Thread Qiang Chen
so, there no method to delete special files that below a directory? such as in the directory [root@chenqiang]# tree . ├── test_10d └── test_20d 0 directories, 2 files [root@chenqiang]# ll total 8 -rw-r--r-- 1 root root 4 5月 20 19:14 test_10d -rw-r--r-- 1 root root 4 5月 10 19:15 test_20d So