Search found 32351 matches

by TrevorH
2023/05/28 12:08:18
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: CentOS 9 Stream stutter using nVidia drivers
Replies: 2
Views: 33

Re: CentOS 9 Stream stutter using nVidia drivers

I assume your mouse/keyboard are USB attached? Is there anything in /var/log/messages or in the output from journalctl -xe ?
by TrevorH
2023/05/25 17:10:22
Forum: CentOS 7 - Networking Support
Topic: 2 Nics with 2 different Gateway
Replies: 12
Views: 5785

Re: 2 Nics with 2 different Gateway

CentOS Linux release 7.7.1908 (Core)
Nothing to do with this but do not run 3 year old unpatched versions.

yum update
by TrevorH
2023/05/25 17:03:06
Forum: CentOS 7 - General Support
Topic: download files via console URGENT
Replies: 1
Views: 52

Re: download files via console URGENT

You'll have to ask directadmin about the backups as no-one uses it here.
by TrevorH
2023/05/25 00:14:23
Forum: CentOS 7 - General Support
Topic: Newbie question : autofs is not working
Replies: 5
Views: 155

Re: Newbie question : autofs is not working

Also, tunk With NFS mounts I usually put them in /etc/fstab. That has the drawback that if the server is offline or inaccessible you can end up with hung mounts that don't respond and sometimes never recover. If you use autofs then you can do things like add a timeout to the connection so that after...
by TrevorH
2023/05/24 18:11:21
Forum: CentOS 7 - General Support
Topic: Newbie question : autofs is not working
Replies: 5
Views: 155

Re: Newbie question : autofs is not working

Autofs doesn't mount stuff until it is referenced unless you include the 'ghost' parameter. Try ls -la /home/somevaliduser/
by TrevorH
2023/05/24 11:25:17
Forum: CentOS 7 - Software Support
Topic: how do I install ansible in centos 7
Replies: 7
Views: 237

Re: how do I install ansible in centos 7

Make sure you have installed the correct epel-release package for CentOS 7. It should be epel-release-7-14.noarch so if yours is epel-release-8 or -9 then it's for a different version of RHEL, not for 7. We ship the correct package in the CentOS 7 'extras' repo so you should be able to just yum remo...
by TrevorH
2023/05/24 09:17:02
Forum: CentOS 7 - Software Support
Topic: how do I install ansible in centos 7
Replies: 7
Views: 237

Re: how do I install ansible in centos 7

Apparently you did not install epel-release or the repo is not enabled. EPEL has ansible. [root@centos7 ~]# yum list ansible\* Loaded plugins: priorities 173 packages excluded due to repository priority protections Available Packages ansible.noarch 2.9.27-1.el7 epel ansible-collection-microsoft-sql....
by TrevorH
2023/05/24 09:14:35
Forum: CentOS 7 - General Support
Topic: Issues between OpenJDK 11 and libstdc++
Replies: 7
Views: 1035

Re: Issues between OpenJDK 11 and libstdc++

$ rpm -V libstdc++
....L.... /usr/lib64/libstdc++.so.6
The symlink is still wrong. And you should run rpm -V as root so that it has access to everything that it needs to read to verify that it is correct.