Posts by UncleSam
-
-
@Nuxwin
Now it produces another error:Code: /var/log/imscp/NetworkInterfaces_module_network interfaces.log- [Mon Sep 19 00:31:53 2016] [debug] iMSCP::Execute::execute: /sbin/ifup --force enp0s5:1002[Mon Sep 19 00:31:53 2016] [debug] iMSCP::Execute::getExitCode: Command exited with value: 1[Mon Sep 19 00:31:53 2016] [debug] iMSCP::Execute::execute: /usr/bin/dialog --help-label Help --ok-label Ok --colors --yes-label Yes --exit-label Abort --no-label No --no-shadow --title 'i-MSCP Reconfiguration Dialog' --cancel-label Back --backtitle 'i-MSCP - internet Multi Server Control Panel (Git 1.3.x)' --msgbox '\Z1[ERROR]\ZnError while performing step:Processing Modules::NetworkInterfaces (any) tasks for: network interfaces (ID all)Error was:\Z1iMSCP::Stepper::_callback: Could not bring up the `enp0s5:1002'\'' network interface: Unknown interface enp0s5:1002 at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 96.\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 67 235[Mon Sep 19 00:32:35 2016] [error] main::setupDbTasks: iMSCP::Stepper::_callback: Could not bring up the `enp0s5:1002' network interface: Unknown interface enp0s5:1002 at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 96.[Mon Sep 19 00:32:35 2016] [debug] iMSCP::Execute::execute: /usr/bin/dialog --help-label Help --ok-label Ok --colors --yes-label Yes --exit-label Abort --no-label No --no-shadow --title 'i-MSCP Reconfiguration Dialog' --cancel-label Back --backtitle 'i-MSCP - internet Multi Server Control Panel (Git 1.3.x)' --msgbox '\Z1[ERROR]\ZnError while performing step:Processing DB tasks...Error was:\Z1main::setupDbTasks: iMSCP::Stepper::_callback: Could not bring up the `enp0s5:1002'\'' network interface: Unknown interface enp0s5:1002 at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 96.\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 67 235
Something I recognized:
- Before the upgrade I had the "enp0s5:1002" interface which was created by I-MSCP. After the 1.3.x upgrade try it removed this entry.Code- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # info: no file in the path of the next line
- source /etc/network/interfaces.d/*
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto enp0s5
- iface enp0s5 inet static
- address xxx.xxx.xxx.xxx
- netmask 255.255.255.0
- network xxx.xxx.xxx.0
- broadcast xxx.xxx.xxx.255
- gateway xxx.xxx.xxx.1
- # dns-* options are implemented by the resolvconf package, if installed
- dns-nameservers 8.8.8.8
- dns-search sruepp.de
- iface enp0s5 inet6 static
- address wwww:xxxx:yyyy:zzzz::10
- netmask 64
- up ip -6 route add wwww:xxxx:yyyy:zzzz::1 dev enp0s5
- up ip -6 route add default via xxxx:yyyy:zzzz::1 dev enp0s5
- down ip -6 route del default via xxxx:yyyy:zzzz::1 dev enp0s5
- down ip -6 route del xxxx:yyyy:zzzz::1 dev enp0s5
-
Hello there,
I want to respect the new posting rules so I hope that I provided all information you need. I am not a programmer so if this is already fixed in the development branche it would be great if you could tell me.
I wanted to upgrade from 1.3.0 to 1.3.1 but if I want to run the reconfigure part which the setup told me I always get these error (perl /var/www/imscp/engine/setup/imscp-reconfigure -d):
2016-09-18_23h55_01.png2016-09-18_23h58_06.png
Logs:
Code: /var/log/imscp/NetworkInterfaces_module_network interfaces.log- [Mon Sep 19 00:10:25 2016] [debug] iMSCP::Execute::execute: /sbin/ifup --force enp0s5:1002[Mon Sep 19 00:10:26 2016] [debug] iMSCP::Execute::getExitCode: Command exited with value: 1[Mon Sep 19 00:10:26 2016] [debug] iMSCP::Execute::execute: /usr/bin/dialog --ok-label Ok --no-shadow --yes-label Yes --help-label Help --no-label No --cancel-label Back --exit-label Abort --backtitle 'i-MSCP - internet Multi Server Control Panel (1.3.1)' --colors --title 'i-MSCP Reconfiguration Dialog' --msgbox '\Z1[ERROR]\ZnError while performing step:Processing Modules::NetworkInterfaces (any) tasks for: network interfaces (ID all)Error was:\Z1iMSCP::Stepper::_callback: Could not bring up the `enp0s5:1002'\'' network interface: RTNETLINK answers: File exists at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 96.\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 60 202[Mon Sep 19 00:10:32 2016] [error] main::setupDbTasks: iMSCP::Stepper::_callback: Could not bring up the `enp0s5:1002' network interface: RTNETLINK answers: File exists at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 96.[Mon Sep 19 00:10:32 2016] [debug] iMSCP::Execute::execute: /usr/bin/dialog --ok-label Ok --no-shadow --yes-label Yes --help-label Help --no-label No --cancel-label Back --exit-label Abort --backtitle 'i-MSCP - internet Multi Server Control Panel (1.3.1)' --colors --title 'i-MSCP Reconfiguration Dialog' --msgbox '\Z1[ERROR]\ZnError while performing step:Processing DB tasks...Error was:\Z1main::setupDbTasks: iMSCP::Stepper::_callback: Could not bring up the `enp0s5:1002'\'' network interface: RTNETLINK answers: File exists at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Provider/NetworkInterface/Debian.pm line 96.\ZnPlease have a look at http://i-mscp.net/forum if you need help.' 60 202
/var/log/imscp/imscp-setup.log contains a lot of debug entries but no error or warning messages. Here are the last two messages - the only ones containing interface or network stuff:
OS:
Ubuntu 16.04.1 LTS \n \l
Codename: xenialReproduce:
I can reproduce it on my environment anytime. At the moment I try to revert back to 1.3.0 because all domains and mails are currently at "tochange" state - nothing is working :-(.
Sorry I have no idea how to provide you more details. If you need any information please feel free to tell me - I will provide them as soon as possible. -
With 1.3.x it"s possible to usw reverseproxy as new redirection type, so with new version it should be easily possible to usw lets encrypt on a proxied domain..
@Ninos I am currently using 1.3.0 - is this an upcoming feature or something I am unable to find in the admin panel?
-
Hello,
I am using some services which binds themselfe to a port which I do not want to open to the public. So I decided to use apache 2 mod_proxy to let apache proxy the normal requests to the service (e.g. Rocket Chat, Seafile, ...).
So I edited the domain or subdomain config file inside the directory /etc/apache2/imscp which is working very fine. One example:
This is providing me the possibility to generate https connections using apache for non ssl services (or such which are hard to configure).
My question now is:
Is the Let's Encrypt plugin able to update the certificates for this domains too? (I think there need to be some folder to verify a domain but I am not sure - and if mod_proxy is enabled everything is proxied.) -
Hello,
in the current version you added som DNS checks using the A or CNAME record.
Currently letsencrypt is not able to process ipv6 only webpages (which I am waiting for). But at their upcoming features page, the ETA for ipv6 is before 31.08.2016 (https://letsencrypt.org/upcoming-features/). Can you please check if the letsencrypt plugin is ipv6 compatible (using AAAA records)?
-
Hi there,
currently I am using duplicity to generate backups on a ftp storage. Now I would like to sync the new/changed/deleted files from the ftp backup space to my webdav cloud storage.
(configuration: duplicity generates once a week a full backup and the days between incremental backups.)
My question:
Does anyone know a tool/programm which is able to copy from remote ftp to remote webdav - and has something like synchronisation functionality to only copy new files?Additional information:
Currently I switched to duplicity using this plugin: https://github.com/zertrin/duplicity-backup - it is running very good at the moment. -
Hello,
there are currently two cert files which are used for i-mscp:
- one for services (ftp, postfix, dovecot)
- and one for the i-mscp admin control panel via nginx
Both certificates are located at "/etc/imscp/". The one from the services is named "imscp_services.pem" and the one for the admin control panel always has the name of the admin panel address (e.g. admin.domain.tld.pem).
My question:
In my eyes it would be easier (e.g. for the letsencrypt plugin) to use a static name for the i-mscp nginx cert too. -
Hi there,
after upgrading my system I wanted to change my profil information (see attached screenshot). But I am unable to find it using the control panel of the board. What do I have to do to change/update my information?
2016-07-24_22h33_31.png -
I use it now for about half a year and it works great for me. It has some good and some not so good parts:
Good:
- Easy to configure (see above) - it configures all you need automatically (e.g. allow router connection, ...)
Not so good:
- It is not offering the complete iptables functionality - that is the part which is making it easy for normal stuff and hard if you need more than ufw is able to do.
You can search the internet - there are tons of articles which discuss if ufw or iptables is better or not.