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 - nexter16

Pages: [1]
1
Other modules / Webadmin error, after update.
« on: September 15, 2021, 01:49:18 pm »
I got this error
Code: [Select]
Error inserting data: INSERT INTO audit_sessions ( `username`, `timestamp`, `ip`, `event`) VALUES ( ?, ?, ?, ?) Values: $VAR1 = [ 'zentyal', '2021-9-15 13:46:50', 167772978, 'fail' ]; at /usr/share/perl5/EBox/MyDBEngine.pm line 289After update, if i restart the webadmin module then working for ~1 hour but after that it crashes again.

2
Other modules / Re: DNS error after update
« on: September 15, 2021, 01:48:05 pm »
Thanks it works!

3
Other modules / DNS error after update
« on: December 02, 2020, 10:29:20 am »
Hi, i have problem with the dns, if i manually add gw and dns then i can ping google, but if i restart it i cannot ping beacuse there is no gateway and dns.

when i want to change the dns forward settings i got this error
The following modules failed while saving their changes, their state is unknown: dns


the log:

Code: [Select]
Command output: .
Exit value: 1 at root command set -e
cp /etc/resolvconf/interface-order /var/lib/zentyal/tmp/resolvnoAq9D
echo zentyaldns.temp > /etc/resolvconf/interface-order
echo 'nameserver 127.0.0.1' | resolvconf -a zentyaldns.temp failed.
Error output: run-parts: /etc/resolvconf/update-libc.d/squid exited with return code 3
 run-parts: /etc/resolvconf/update.d/libc exited with return code 1

Command output: .
Exit value: 1 at /usr/share/perl5/EBox/Sudo.pm line 240
EBox::Sudo::_rootError('/usr/bin/sudo -p sudo: /var/lib/zentyal/tmp/GzpXTJHvqc.cmd 2> /var/lib/zentyal/tmp/stderr', 'set -e^Jcp /etc/resolvconf/interface-order /var/lib/zentyal/tmp/resolvn$
EBox::Sudo::_root(1, 'cp /etc/resolvconf/interface-order /var/lib/zentyal/tmp/resolvnoAq9D', 'echo zentyaldns.temp > /etc/resolvconf/interface-order', 'echo \'nameserver 127.0.0.1\' | reso$
EBox::Sudo::root('cp /etc/resolvconf/interface-order /var/lib/zentyal/tmp/resolvnoAq9D', 'echo zentyaldns.temp > /etc/resolvconf/interface-order', 'echo \'nameserver 127.0.0.1\' | resolvco$
EBox::DNS::_postServiceHook('EBox::DNS=HASH(0x5ed5648)', 1) called at /usr/share/perl5/EBox/Module/Service.pm line 944
EBox::Module::Service::_regenConfig('EBox::DNS=HASH(0x5ed5648)') 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::DNS=HASH(0x5ed5648)') 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(0x4dadff8)', 'progress', 'EBox::ProgressIndicator=HASH(0x4d50078)') called at /usr/share/perl5/EBox/Global.pm line 95
EBox::Global::AUTOLOAD('EBox::Global=HASH(0x4d500d8)', 'progress', 'EBox::ProgressIndicator=HASH(0x4d50078)') called at /usr/share/zentyal/global-action line 32
eval {...} at /usr/share/zentyal/global-action line 30
2020/12/01 14:04:02 ERROR> GlobalImpl.pm:652 EBox::GlobalImpl::saveAllModules - Failed to save changes in module dns: root command set -e
cp /etc/resolvconf/interface-order /var/lib/zentyal/tmp/resolvnoAq9D
echo zentyaldns.temp > /etc/resolvconf/interface-order
echo 'nameserver 127.0.0.1' | resolvconf -a zentyaldns.temp failed.
Error output: run-parts: /etc/resolvconf/update-libc.d/squid exited with return code 3
 run-parts: /etc/resolvconf/update.d/libc exited with return code 1

i did manually add dns and gw and now i can install the updates but still not working.

Pages: [1]