segmentation fault on plugin manager

kaer

New member
Joined
Sep 24, 2021
Messages
1
hi,
i have a fresh install on debian 10,
i got segmentation fault when i try to click 'manage plugins':

error.log
2021:09:24-20:09:00: *** Segmentation fault *** Command::doCommand(/CMD_PLUGIN_MANAGER) : getDirFilesAndDirs(/usr/local/directadmin/plugins, *tlf, *tdlf, (null)) : done : User: admin : 94.x.166.z : /CMD_PLUGIN_MANAGER : json=yes&ipp=50 : (null)


dgb;
syscall.Syscall6 () at /builds/backend/directadmin/.libs/go/src/syscall/asm_linux_amd64.s:52
52 /builds/backend/directadmin/.libs/go/src/syscall/asm_linux_amd64.s: No such file or directory.


also i get many errors in log:
2021:09:24-22:13:35: ioctl can't find the server's ip address for eth0@if39 : No such device


but i dont have this interface
ifconfig:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 14x.x.x.x1 netmask 255.255.255.255 broadcast 14x.x.x.x
inet6 fe80::ff:fe7f:b81 prefixlen 64 scopeid 0x20<link>
ether 02:00:00:7f:0b:81 txqueuelen 1000 (Ethernet)
RX packets 14258 bytes 17729176 (16.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9240 bytes 5181135 (4.9 MiB)
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 196 bytes 50930 (49.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 196 bytes 50930 (49.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

what is the issue?
 
Back
Top