Search found 30295 matches
- 2021/04/13 15:08:29
- Forum: CentOS 7 - Networking Support
- Topic: 10Gbit Connections breaks
- Replies: 2
- Views: 51
Re: 10Gbit Connections breaks
I do wish they hadn't decided to name the version after YYMM as 2009 sounds like it's 12 years old :( Please show us the output from lspci -nn | grep -i net so we can see the exact model of network card that you have in the machine. Also, check in /var/log/messages for things that may relate to the ...
- 2021/04/13 12:39:17
- Forum: CentOS 7 - General Support
- Topic: Increasing CentOS 7 partition issue
- Replies: 5
- Views: 65
Re: Increasing CentOS 7 partition issue
All looks good to me. You can't merge them since /dev/sda5 is sitting between the two partitions. The best you can do is to use a 2nd partition as a 2nd PV and use that as part of the same VG. In an ideal world you'd move everything around to consolidate the space into one lump but sometimes it's ju...
- 2021/04/13 10:03:10
- Forum: CentOS 7 - General Support
- Topic: Increasing CentOS 7 partition issue
- Replies: 5
- Views: 65
Re: Increasing CentOS 7 partition issue
What is the output from file -s /dev/sda4 ? It may be as simple as using [/tt]pvcreate /dev/sda4[/tt] to turn that partition into an LVM PV and then using the vgextend command to add that new PV to the existing Volume Group and, once that's done, use lvresize -r on the filesystem you want to resize....
- 2021/04/13 09:57:59
- Forum: CentOS 8 - General Support
- Topic: How to resize root partition removing default /home
- Replies: 14
- Views: 214
Re: How to resize root partition removing default /home
Well if you aim to remove the cs-home LV then you definitely need to remove it from /etc/fstab since the system will enter emergency mode at the next boot if the entry is still there and the LV is not.
- 2021/04/13 08:07:26
- Forum: CentOS 8 - General Support
- Topic: How to resize root partition removing default /home
- Replies: 14
- Views: 214
Re: How to resize root partition removing default /home
Remove it from /etc/fstab and then run systemctl daemon-reload and then re-attempt the same steps.
- 2021/04/12 18:00:41
- Forum: CentOS 8 - General Support
- Topic: kernel-4.18.0-240.22.1.el8_3.x86_64 installation trouble?
- Replies: 9
- Views: 217
Re: kernel-4.18.0-240.22.1.el8_3.x86_64 installation trouble?
BLSCFG has been default since 8.0 dropped.
- 2021/04/12 15:29:25
- Forum: CentOS 7 - General Support
- Topic: no graphical login after update -/- Plymouth Boot Screen
- Replies: 10
- Views: 512
Re: no graphical login after update -/- Plymouth Boot Screen
Well that is an ancient video card so solutions from 2014/15 might still be applicable. Switching to a different desktop won't make any difference, that's the video driver used by all of them that will not load. Do you have an /etc/X11/xorg.conf? If so, try renaming it to something different, not a ...
- 2021/04/12 15:25:25
- Forum: CentOS 8 - Hardware Support
- Topic: Putting back nouvean driver
- Replies: 6
- Views: 116
Re: Putting back nouvean driver
Yes, that. You have to run the install under the running kernel for the running kernel. So boot the new kernel, switch consoles using Ctrl-Alt-F2, login as root, run the .run file, reboot into the same kernel that you were just using.
- 2021/04/12 15:23:16
- Forum: CentOS 8 - General Support
- Topic: How to resize root partition removing default /home
- Replies: 14
- Views: 214
Re: How to resize root partition removing default /home
That does not look like the partitioning done by default. Is this a VMWare VM by any chance?
- 2021/04/12 13:24:44
- Forum: CentOS 8 - General Support
- Topic: kernel-4.18.0-240.22.1.el8_3.x86_64 installation trouble?
- Replies: 9
- Views: 217
Re: kernel-4.18.0-240.22.1.el8_3.x86_64 installation trouble?
Well here's a similar error though on Ubuntu so you'd need to check the solution is applicable:
https://askubuntu.com/questions/1263125 ... -not-found
https://askubuntu.com/questions/1263125 ... -not-found