MackSix
Verified User
- Joined
- Apr 5, 2021
- Messages
- 43
Techs at HiVelocity don't support DirectAdmin, but told me enp0s20f0u8u3c2, enp1s0f0, and enp1s0f1 were "ghost" ethernet devices and could cause the problem I was having with server being unresponsive and having to restart. Since the last DirectAdmin updates (including Kernel) I don't have the problem. Also, enp1s0f1 & enp0s20f0u8u3c2 is running. I don't know why they would be a "ghost" if they are running. I don't know if HiVelocity tech knew what he was talking about.
Anyhow they moved the configurations for these 3 devices from /etc/sysconfig/network-scripts/ to /etc/sysconfig/network-scripts/old and I still had the server become unresponsive until the Directadmin update.
I did find that ethernet_dev = enp1s0f0 in directadmin conf and that was showing an error in the directadmin error log file. I changed it to ethernet_dev = eno1.
Now I still show this and wonder if those 3 ghost devices are there for any reason and how do I completely remove them if not needed?
This is AlmaLinux 8.8 & DirectAdmin 1.651. Thanks!
Anyhow they moved the configurations for these 3 devices from /etc/sysconfig/network-scripts/ to /etc/sysconfig/network-scripts/old and I still had the server become unresponsive until the Directadmin update.
I did find that ethernet_dev = enp1s0f0 in directadmin conf and that was showing an error in the directadmin error log file. I changed it to ethernet_dev = eno1.
Now I still show this and wonder if those 3 ghost devices are there for any reason and how do I completely remove them if not needed?
This is AlmaLinux 8.8 & DirectAdmin 1.651. Thanks!
Code:
Last login: Wed Jul 26 14:39:45 CDT 2023 on pts/0
[admin@server ~]$ /sbin/ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 107.xxx.xxx.xxx netmask 255.255.255.248 broadcast 107.xxx.xxx.xxx
inet6 fe80::d250:99ff:feff:ed66 prefixlen 64 scopeid 0x20<link>
ether d0:50:99:ff:ed:66 txqueuelen 1000 (Ethernet)
RX packets 10534132 bytes 1968475747 (1.8 GiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 15422763 bytes 15171261014 (14.1 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xa1300000-a137ffff
eno2: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether d0:50:99:ff:ed:67 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xa1100000-a117ffff
enp0s20f0u8u3c2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether 6a:28:8e:a8:6b:19 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 168 bytes 27888 (27.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp1s0f0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether a0:36:9f:51:24:ec txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp1s0f1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether a0:36:9f:51:24:ee txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 168 bytes 27888 (27.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 26230 bytes 8086898 (7.7 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 26230 bytes 8086898 (7.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Last edited: