hwraid
hwraid copied to clipboard
3dm2
Dear Adam, on debian9 3dm2 will install but service running net port not listinnig. On 2 different server, both running 3dm2 fine with debian 8.
chears george
I'm having the same problem, the command line tools work, but the 3dm2 web GUI does not.
And yes, the config file was set as "RemoteAccess 1". 3dm2 is not listening on port 888
Operating System: Debian GNU/Linux 9 (stretch) Kernel: Linux 4.14.0-0.bpo.3-amd64 Architecture: x86-64
-Mike
Hi, did somebody solve the problem?
I've tried to install the newest package an replace the 3dm2 file in /usr/sbin/ . I've used the 3dm2 file for x86 (x64 isn't working) with KB16625 in it. The Web interface is shown (only on an old Firefox browser), but now no controllers were detected :/
Julian
Latest commit by eLvErDe 10 months ago
Nope, your issue is different, I'm not getting the 3dm2 service to start on debian 9.
I know, but if you would do the same like me (replace the 3dm2 file), the service would start, but (I think) there will be no controller detected in 3dm2. I can control the controller via tc-cli etc. - all the rest is running very well.
Wish this would get fixed, had a degraded raid set, didn't know it since 3dm2 isn't running and sending notifications...
Try this : https://einsteinathome.org/content/vsyscall-now-disabled-latest-linux-distros
( GRUB_CMDLINE_LINUX_DEFAULT="vsyscall=emulate" in /etc/default/grub and then update-grub and reboot )
That worked! THANK YOU!!!!!
( GRUB_CMDLINE_LINUX_DEFAULT="vsyscall=emulate" in /etc/default/grub and then upgrade-grub and reboot )
for anyone else...
I changed GRUB_CMDLINE_LINUX_DEFAULT="quiet" to GRUB_CMDLINE_LINUX_DEFAULT="quiet vsyscall=emulate"
then
sudo update-grub
Nice catch :+1:
This change fixed 3DM2 stopping working on an upgrade from Debian 9 -> Debian 10.
I think it wasn't affecting me on Debian 9 because I wasn't using the "bpo" (backported) kernel, so the problem didn't occur