aztopdavid
- Total activity 77
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 16
Comments
Recent activity by aztopdavid-
I never manually enabled or disabled monitoring on any of them, so either a) all of the machines using PHP-FPM were being monitored, and it got disabled without my intervention, or b) it was never...
-
Thanks to those who interacted with this thread with helpful information and suggestions!
-
I finally submitted a ticket to the provider and here's the response: [QUOTE]Your server had an issue with grub2 that wasn't picking up the new update. I have fixed these issues and you can rebo...
-
Looks like I accidentally executed the "grubby --set-default-index=0" earlier and I've rebooted since then, so here are some updates: # grub2-editenv list saved_entry=0 # grubby --default-kernel /...
-
If I were you, I would call my hosting provider or datacenter and initiate a discussion about this. I don't know what happened here but something is very wrong and your kernel isn't updating nor ha...
-
I've had the server a very long time, but it was migrated from ServInt to Leaseweb in October 2018. Are you suggesting I should run "grubby --set-default-index=0" and then reboot?
-
Here's the output of the command: # grubby --info=ALL index=0 kernel=/boot/vmlinuz-3.10.0-1127.el7.x86_64 args="ro LANG=en_US.UTF-8" root=/dev/sda1 initrd=/boot/initramfs-3.10.0-1127.el7.x86_64.img...
-
# grubby --default-kernel /boot/vmlinuz-3.10.0-1062.18.1.el7.x86_64 # grubby --default-index 1 (and 957.27.2 got removed earlier in this thread by a command suggested by GOT)
-
/dev/sda1 / ext3 usrjquota=quota.user,jqfmt=vfsv0 0 1 (I took out extra spaces)
-
Mine already appears to be set to boot to 0 # awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg 0 : CentOS Linux (3.10.0-1127.el7.x86_64) 7 (Core) 1 : CentOS Linux 7 (Core) # grub2-...