Search found 31 matches

by Eminent2021
2020/04/17 17:56:42
Forum: CentOS 7 - Software Support
Topic: Alternative to Dash to Dock
Replies: 2
Views: 3260

Alternative to Dash to Dock

Hi,
Is there any alternative tool or way to Dash to Dock for GNOME DE? I want to pin "Activities" programs to the desktop. I don't want to use Dash to Dock. Thanks
by Eminent2021
2020/04/15 09:14:47
Forum: CentOS 6 - Software Support
Topic: You could try using --skip-broken to work around the problem
Replies: 1
Views: 6200

You could try using --skip-broken to work around the problem

Hi, When I run # yum update I get this error: You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest What I've tried: # yum clean all # package-cleanup --problems # package-cleanup --dupes # rpm -Va --nofiles --nodigest I get the same error. ...
by Eminent2021
2019/05/08 19:08:47
Forum: CentOS 7 - Software Support
Topic: KVM module is not exist
Replies: 5
Views: 678

Re: KVM module is not exist

TrevorH wrote:
2019/05/08 15:17:07
It's loaded automatically when you try to use any functionality that would use it. For example, starting the libvirtd service should do it.
Thanks TrevorH, I'm glad that you helped me ;)
by Eminent2021
2019/05/08 15:15:04
Forum: CentOS 7 - Software Support
Topic: KVM module is not exist
Replies: 5
Views: 678

Re: KVM module is not exist

TrevorH wrote:
2019/05/08 14:35:15
Well presumably nothing you have run requires it so it hasn't been loaded. If you have attempted to load it and it errored and unloaded then the details will be in /var/log/messages.
How to load it?
by Eminent2021
2019/05/08 14:34:06
Forum: CentOS 7 - Software Support
Topic: KVM module is not exist
Replies: 5
Views: 678

Re: KVM module is not exist

Eminent2021 wrote:
2019/05/08 12:48:42
Howdy,
When I run the following command kvm not shows up:

Code: Select all

lsmod | grep kvm
In other words, In the output of that command noting will be displayed in terminal. Why?
Can anyone help me?
by Eminent2021
2019/05/08 12:48:42
Forum: CentOS 7 - Software Support
Topic: KVM module is not exist
Replies: 5
Views: 678

KVM module is not exist

Howdy,
When I run the following command kvm not shows up:

Code: Select all

lsmod | grep kvm
In other words, In the output of that command noting will be displayed in terminal. Why?
by Eminent2021
2019/05/01 10:47:20
Forum: CentOS 7 - Software Support
Topic: [SOLVED]The web page opens only when I ping the Apache web server
Replies: 15
Views: 2203

Re: The web page opens only when I ping the Apache web server

That's wrongly configured. IPADDR=10.10.10.166 PREFIX=32 GATEWAY=10.10.10.1 With PREFIX=32 (a.k.a NETMASK 255.255.255.255), you can only get to your own ip address directly, you cannot get to your own gateway ip address. From the rest of the info there, I would guess it should really be PREFIX=24 o...
by Eminent2021
2019/05/01 08:35:24
Forum: CentOS 7 - Software Support
Topic: [SOLVED]The web page opens only when I ping the Apache web server
Replies: 15
Views: 2203

Re: The web page opens only when I ping the Apache web server

More likely it's your network switch. Post the content of the /etc/sysconfig/network-scripts/ifcfg-$interface file for your connection. Hi, Here it is: HWADDR=00:50:56:A6:0F:0C TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=none IPADDR=10.10.10.166 PREFIX=32 GATEWAY=10.10.10.1 DNS1=10.10...
by Eminent2021
2019/04/30 21:04:56
Forum: CentOS 7 - Software Support
Topic: [SOLVED]The web page opens only when I ping the Apache web server
Replies: 15
Views: 2203

Re: The web page opens only when I ping the Apache web server

TrevorH wrote:
2019/04/30 20:30:46
It's a configuration file, we'll need to see its contents.
LOL :))) I know that. I mean, Should I post the contents of this file that is located on the web server?
by Eminent2021
2019/04/30 19:53:39
Forum: CentOS 7 - Software Support
Topic: [SOLVED]The web page opens only when I ping the Apache web server
Replies: 15
Views: 2203

Re: The web page opens only when I ping the Apache web server

TrevorH wrote:
2019/04/30 19:00:01
More likely it's your network switch. Post the content of the /etc/sysconfig/network-scripts/ifcfg-$interface file for your connection.
Should I execute this command on the web server?