Ok, problem solved.
Posts by Dylan
-
-
Hmm, bind have an error, and I have no any idea, what's wring with it...
bind9 status example: server1 named[734]: client 193.239.149.113#38576 (kvantoringatlan.hu): zone transfer 'kvantoringatlan.hu/AXFR/IN' denied
I checked file permissions, zone files allow-transfer option, all seems to be ok, but bind9 have zone transfer denied error.
Any idea? -
Ok, imscp panel now running, bind error still exists under investigating...
-
First of all, thank you for your quick and great help and response!
But I have a problem again.
My bind config was wrong, dns not assessable (acces denied)
I think, maybe listeners was wrong, so I update all listeners to latest, and run perl /var/www/imscp/engine/setup/imscp-reconfigure -danv command.After that, it's says: [DONE] i-MSCP has been successfully installed/updated. but panel not running, my sites not available...
imscp_panel service status
Code- ? imscp_panel.service - PHP FastCGI process Manager Daemon for i-MSCP FrontEnd
- Loaded: loaded (/etc/systemd/system/imscp_panel.service; enabled)
- Active: active (running) since Tue 2017-01-03 10:29:00 CET; 1s ago
- Process: 21978 ExecStartPre=/usr/local/lib/imscp_panel/imscp_panel_checkconf (code=exited, status=0/SUCCESS)
- Main PID: 21983 (imscp_panel)
- Status: "Ready to handle connections"
- CGroup: /system.slice/imscp_panel.service
- ├─21983 php-fpm: master process (/usr/local/etc/imscp_panel/php-fpm.conf)
- ├─21985 php-fpm: pool imscp_panel
- ├─21986 php-fpm: pool imscp_panel
- ├─21987 php-fpm: pool imscp_panel
- ├─21988 php-fpm: pool imscp_panel
- └─21989 php-fpm: pool imscp_panel
-
Hi,
I would like to update my server from 1.3.8 to 1.3.14, but the following error comes after I run apt-get dist-upgrade
Code- Unpacking php5 (5.6.29+dfsg-0+deb8u1) over (5.6.27+dfsg-0+deb8u1) ...Processing triggers for man-db (2.7.0.2-5) ...Processing triggers for systemd (215-17+deb8u5) ...Errors were encountered while processing: /var/cache/apt/archives/mysql-community-server_5.7.17-1debian8_amd64.deb[DEBUG] iMSCP::Bootstrapper::lock: Acquire exclusive lock on /tmp/imscp-dpkg-post-invoke.lock[DEBUG] iMSCP::Bootstrapper::boot: Booting backend....[DEBUG] iMSCP::Config::_init: Tying /etc/imscp/imscp.conf file in readonly mode[DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/10_named_override_default_rr.pl listener file[DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/10_named_slave_provisioning.pl listener file[DEBUG] iMSCP::EventManager::_init: Loading /etc/imscp/listeners.d/10_php_confoptions_override.pl listener file[DEBUG] iMSCP::Bootstrapper::unlock: Releasing exclusive lock on /tmp/imscp-dpkg-post-invoke.lock[FATAL] iMSCP::Bootstrapper::_dbConnect: Could not connect to the SQL server: DBI connect('database=imscp;host=localhost;port=3306','imscp_user',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /var/www/imscp/engine/PerlLib/iMSCP/Database/mysql.pm line 98.E: Sub-process /usr/bin/dpkg returned an error code (1)E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/local/sbin/imscp-dpkg-post-invoke.pl ] ; then /usr/bin/perl /usr/local/sbin/imscp-dpkg-post-invoke.pl -v; fi'E: Sub-process returned an error code
Server: VPS
Dist: Debian 8.6I tried to run i-mscp installer (1.3.14) with the following error:
Code- [INFO] Satisfying prerequisites Please wait...[ERROR] autoinstaller::Adapter::DebianAdapter::installPreRequiredPackages: Could not install pre-required packages: Reading package lists...Building dependency tree...Reading state information...binutils is already the newest version.debconf-utils is already the newest version.dialog is already the newest version.libbit-vector-perl is already the newest version.libclass-insideout-perl is already the newest version.liblist-moreutils-perl is already the newest version.libscalar-defer-perl is already the newest version.libsort-versions-perl is already the newest version.libxml-simple-perl is already the newest version.lsb-release is already the newest version.wget is already the newest version.You might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies: mysql-community-server : Depends: mysql-common (= 5.7.16-1debian8) but 5.7.17-1debian8 is to be installed Depends: mysql-client (= 5.7.16-1debian8)E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
journalctl -xn output:Code- -- Logs begin at Sat 2016-12-31 10:53:11 CET, end at Mon 2017-01-02 22:51:39 CET. --
- Jan 02 22:51:37 server1 postfix/smtpd[31270]: sql plugin trying to open db 'imscp' on host '127.0.0.1:3306'
- Jan 02 22:51:37 server1 postfix/smtpd[31270]: warning: unknown[89.248.171.132]: SASL LOGIN authentication failed: authentication failure
- Jan 02 22:51:37 server1 postfix/smtpd[31270]: disconnect from unknown[89.248.171.132]
- Jan 02 22:51:39 server1 mysqld[30526]: Initialization of mysqld failed: 0
- Jan 02 22:51:39 server1 systemd[1]: mysql.service: control process exited, code=exited status=1
- Jan 02 22:51:39 server1 systemd[1]: Failed to start MySQL Community Server.
- -- Subject: Unit mysql.service has failed
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit mysql.service has failed.
- --
- -- The result is failed.
- Jan 02 22:51:39 server1 systemd[1]: Unit mysql.service entered failed state.
- Jan 02 22:51:39 server1 systemd[1]: mysql.service holdoff time over, scheduling restart.
- Jan 02 22:51:39 server1 systemd[1]: Stopping MySQL Community Server...
- -- Subject: Unit mysql.service has begun shutting down
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit mysql.service has begun shutting down.
- Jan 02 22:51:39 server1 systemd[1]: Starting MySQL Community Server...
- -- Subject: Unit mysql.service has begun with start-up
- -- Defined-By: systemd
- -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
- --
- -- Unit mysql.service has begun starting up.
Any idea, what can I do?It's a live server, so update is important to me...
-
Excellent! This is what I dreamed about!
-
Problem solved after rerun the installer. Thx Nuxwin for the tip.
-
I updated a server from 1.3.x to 1.3.8 yesterday, all went well, thank you all of your great work!
-
Ok, thank you, I will do it, and reply as soon as possible.
-
Today I try to reconfigure my test server to test latest Let's Encrypt plugin, but when I run the command './imscp-reconfigure -dar panel_ssl' there are an exception:
QuoteError while performing step: │
│ │
│ Packages installation... │
│ │
│ Error was: │
│ │
│ iMSCP::Stepper::_callback: Could not delete /var/lib/nginx: problem unlinking (unreachable)/imscp/engine/setup: cannot stat initial working directory: No │
│ such file or directory
i-MSCP version: 1.3.3
OS: Debian 8.6
Server: VM
Mounts: no any mount below /var/...The /var/lib/nginx folder not exists.
I try to rerun the command, and the following errors come:
QuoteCan't locate iMSCP/Debug.pm in @INC (you may need to install the iMSCP::Debug module) (@INC contains: (unreachable)/imscp/engine/setup/.. (unreachable)/imscp/engine/setup/../PerlLib (unreachable)/imscp/engine/setup/../PerlVendor /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at ./imscp-reconfigure line 34.
BEGIN failed--compilation aborted at ./imscp-reconfigure line 34.
I don't want to install latest i-mscp for now, first I would like to test plugins under this version.
I think I make a huge mistake, that Panelredirect plugin was enabled during reconfigure process. Maybe this cause the problem.
Any idea what should I do?