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.


Topics - chrissnell

Pages: [1]
1
Installation and Upgrades / Expired APT (GPG) Key?
« on: October 22, 2020, 03:39:01 pm »
I'm getting EXPKEYSIG errors (Signature verification) when I try and update my Zentyal 6.2 server via apt-get update.
My guess it that your repository key has expired?


2
I have been running a Zentyal 3.5 Server for several years, it successfully connects to the internet via a BT Openreach VDSL FFTC modem using PPPoE, on one of its Ethernet ports.

On a new server I have tried both Zentyal 6.1 and 6.2, but in both cases I am unable to get a internet connection using the same modem setup as with Zentyal 3.5.  I've tested with a clean install selecting only the Firewall role.

When setting up the interface I receive the following warning:

Some modules reported error when saving changes . More information on the logs in /var/log/zentyal/
The following modules failed while saving their changes, their state is unknown: network

Looking through the log file (attached below) this appears to be the problem:

Error output: ethtool: bad command line argument(s)
Failed to bring up zentyal-ppp-eth0.

I've been a Ubuntu user for many years so have learnt a little, but am stuck with this one don't know how to troubleshoot any further.  I love to get it working, and can do what I can my end to help debug further.

Thanks for any assistance
Chris

_______________________________________________________________________________

Zentyal.log

2020/06/21 15:05:10 INFO> GlobalImpl.pm:616 EBox::GlobalImpl::saveAllModules - Saving config and restarting services: network firewall
2020/06/21 15:05:10 INFO> Base.pm:231 EBox::Module::Base::save - Restarting service for module: network
2020/06/21 15:05:12 ERROR> Sudo.pm:240 EBox::Sudo::_rootError - root command /usr/share/zentyal/unblock-exec /sbin/ifup --force -i /etc/network/interfaces zentyal-ppp-eth0 failed.
Error output: ethtool: bad command line argument(s)
 For more information run ethtool -h
 run-parts: /etc/network/if-up.d/ethtool exited with return code 1

Command output: Plugin rp-pppoe.so loaded.
 Failed to bring up zentyal-ppp-eth0.
.
Exit value: 1 at root command /usr/share/zentyal/unblock-exec /sbin/ifup --force -i /etc/network/interfaces zentyal-ppp-eth0 failed.
Error output: ethtool: bad command line argument(s)
 For more information run ethtool -h
 run-parts: /etc/network/if-up.d/ethtool exited with return code 1

Command output: Plugin rp-pppoe.so loaded.
 Failed to bring up zentyal-ppp-eth0.
.
Exit value: 1 at /usr/share/perl5/EBox/Sudo.pm line 240
EBox::Sudo::_rootError('/usr/bin/sudo -p sudo: /var/lib/zentyal/tmp/EfW0C0WgR2.cmd 2> /var/lib/zentyal/tmp/stderr', '/usr/share/zentyal/unblock-exec /sbin/ifup --force -i /etc/network/interfaces zentyal-ppp-eth0', 256, 'ARRAY(0x564265d6fc30)', 'ARRAY(0x564262d756d0)') called at /usr/share/perl5/EBox/Sudo.pm line 210
EBox::Sudo::_root(1, '/usr/share/zentyal/unblock-exec /sbin/ifup --force -i /etc/network/interfaces zentyal-ppp-eth0') called at /usr/share/perl5/EBox/Sudo.pm line 153
EBox::Sudo::root('/usr/share/zentyal/unblock-exec /sbin/ifup --force -i /etc/network/interfaces zentyal-ppp-eth0') called at /usr/share/perl5/EBox/Network.pm line 3735
EBox::Network::_enforceServiceState('EBox::Network=HASH(0x564264fe3a90)') called at /usr/share/perl5/EBox/Module/Service.pm line 947
EBox::Module::Service::_regenConfig('EBox::Network=HASH(0x564264fe3a90)') called at /usr/share/perl5/EBox/Module/Base.pm line 234
eval {...} at /usr/share/perl5/EBox/Module/Base.pm line 233
EBox::Module::Base::save('EBox::Network=HASH(0x564264fe3a90)') called at /usr/share/perl5/EBox/GlobalImpl.pm line 648
eval {...} at /usr/share/perl5/EBox/GlobalImpl.pm line 647
EBox::GlobalImpl::saveAllModules('EBox::GlobalImpl=HASH(0x5642616a6be8)', 'progress', 'EBox::ProgressIndicator=HASH(0x564264d581d0)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x564260c6a710)', 'progress', 'EBox::ProgressIndicator=HASH(0x564264d581d0)') called at /usr/share/zentyal/global-action line 32
eval {...} at /usr/share/zentyal/global-action line 30
2020/06/21 15:05:12 ERROR> GlobalImpl.pm:652 EBox::GlobalImpl::saveAllModules - Failed to save changes in module network: root command /usr/share/zentyal/unblock-exec /sbin/ifup --force -i /etc/network/interfaces zentyal-ppp-eth0 failed.
Error output: ethtool: bad command line argument(s)
 For more information run ethtool -h
 run-parts: /etc/network/if-up.d/ethtool exited with return code 1

Command output: Plugin rp-pppoe.so loaded.
 Failed to bring up zentyal-ppp-eth0.
.
Exit value: 1



3
Installation and Upgrades / External Email
« on: January 22, 2013, 12:08:09 am »
I'm trying to set up retrieval from external accounts.
My username for the account contains a + (plus) symbol.
Zentyal reports Invalid value for external account username.

What do I need to change for the system to accept usernames with + symbols?

Thanks

4
Installation and Upgrades / PPP modem in 1.4
« on: February 05, 2010, 08:48:46 am »
I've been running ebox 1.2 and have found it great.

I have a usb ADSL modem that I use as my external interface (ppp0 - WAN).
eth0 is my LAN connection, ebox controlled the routing.

I upgraded to 1.4 yesterday as I wanted to make use of the external email feature.
Since upgrade the ppp0 interface is no longer listed.

Has something gone wrong during the upgrade, or does 1.4 no longer support a connection like mine?

I upgraded by changing my sources.list and apt-get update && apt-get dist-upgrade.

Pages: [1]