Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - soso

Pages: [1]
1
Installation and Upgrades / Zentyal 6 and freeradius strange behavior
« on: October 04, 2019, 10:47:41 am »
I tried to enable radius server on my zential installation. I have created the client but I wasn't able to authenticate (radius is used for WIFI auth).

Everything works properly once i stopped radius and start it in debug:
Code: [Select]
$ sudo freeradius -X
Any suggestion?

2
Identical issue in my case.
Code: [Select]
Error output: update failed: REFUSEDAny idea how to solve this dns update issue?

3
Installation and Upgrades / Re: Webadmin Internal Server Error
« on: November 12, 2014, 10:39:21 pm »
I have found a work around for the moment, it's not the perfect solution.

1. Open the File "/usr/share/perl5/EBox/WebAdmin/PSGI.pm"
2. Go to the end of the File and remove the following part.

    if ($@) {
        throw EBox::Exceptions::Internal("Cannot load $pkgName: $@");
    }


3. Restart the Webadmin Service with "/etc/init.d/zentyal webadmin restart".

The modified file is in the attachment.

Thanks a lot, works for me.

Pages: [1]