a restart of the server has restored access to the local subnet but not the other subnets.
Posts made by tom.langenfeld
-
RE: FOG Server TFTP timing out
-
FOG Server TFTP timing out
Hey guys I am having an issue on the boot with the tftp timing out on the boot for my machines. This only happens when trying to boot from a different sub net, the local subnet works everytime.
-
RE: Web page wont update during install
as a root user I can get in but I need to enter root before the command
also from 1.3.0 to 1.3.5
-
RE: Web page wont update during install
1.I will look into this one
- Here is the response from running the konsole command.
it 3874 0.0 0.0 14232 920 pts/2 S+ 16:18 0:00 grep --color=auto mysql
mysql 24389 1.5 4.4 2033524 179932 ? Ssl 13:15 2:45 /usr/sbin/mysqld
it@it-PowerEdge-2950:~$- I did not change the password during the installation. There was a prompt asking if I left it blank and I said that I did, however this is an attempted update to fog
-
Web page wont update during install
I am trying to update to 1.3.5 and the install goes normal until the point in the installer where you go to the web page to do an upgrade and after that hit enter to finish installation.
After getting to the page and clicking the install/upgrade button I get the following error code
Database Schema Installer / Updater
Install / Update Failed!
The following errors occurredUpdate ID: 1
Database Error:
Failed to query: Error: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user ‘root’@‘172.25.96.10’ to database ‘fog’ Error Message: Error Code: “42000”, Error Message: [“42000”,1044,“Access denied for user ‘root’@‘172.25.96.10’ to database ‘fog’”], Debug: SQL: [35] CREATE DATABASE IF NOT EXISTS
fog
Params: 0Variable contains:
Array
( [0] => CREATE DATABASE IF NOT EXISTSfog
[1] => USEfog
[2] => CREATE TABLEgroupMembers
(gmID
INT(11) NOT NULL AUTO_INCREMENT,gmHostID
INT(11) NOT NULL,gmGroupID
INT(11) NOT NULL,PRIMARY KEY (gmID
),UNIQUE KEYgmHostID
(gmHostID
,gmGroupID
),UNIQUE KEYgmGroupID
(gmHostID
,gmGroupID
),KEYnew_index
(gmHostID
),KEYnew_index1
(gmGroupID
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [3] => CREATE TABLEgroups
(groupID
INT(11) NOT NULL auto_increment,groupName
VARCHAR(50) NOT NULL,groupDesc
LONGTEXT NOT NULL,groupDateTime
DATETIME NOT NULL,groupCreateBy
VARCHAR(50) NOT NULL,groupBuilding
INT(11) NOT NULL,PRIMARY KEY (groupID
),KEYnew_index
(groupName
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [4] => CREATE TABLEhistory
(hID
INT(11) NOT NULL AUTO_INCREMENT,hText
LONGTEXT NOT NULL,hUser
VARCHAR(200) NOT NULL,hTime
DATETIME NOT NULL,hIP
VARCHAR(50) NOT NULL,PRIMARY KEY (hID
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [5] => CREATE TABLEhosts
(hostID
int(11) NOT NULL auto_increment,hostName
varchar(16) NOT NULL,hostDesc
longtext NOT NULL,hostIP
varchar(25) NOT NULL,hostImage
int(11) NOT NULL,hostBuilding
int(11) NOT NULL,hostCreateDate
datetime NOT NULL,hostCreateBy
varchar(50) NOT NULL,hostMAC
varchar(20) NOT NULL,hostOS
int(10) unsigned NOT NULL,PRIMARY KEY (hostID
),KEYnew_index
(hostName
),KEYnew_index1
(hostIP
),KEYnew_index2
(hostMAC
),KEYnew_index3
(hostOS
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [6] => CREATE TABLEimages
(imageID
INT(11) NOT NULL AUTO_INCREMENT,imageName
VARCHAR(40) NOT NULL,imageDesc
LONGTEXT NOT NULL,imagePath
LONGTEXT NOT NULL,imageDateTime
DATETIME NOT NULL,imageCreateBy
VARCHAR(50) NOT NULL,imageBuilding
int(11) NOT NULL,imageSize
VARCHAR(200) NOT NULL,PRIMARY KEY (imageID
),KEYnew_index
(imageName
),KEYnew_index1
(imageBuilding
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [7] => CREATE TABLEschemaVersion
(vID
INT(11) NOT NULL AUTO_INCREMENT,vValue
INT(11) NOT NULL,PRIMARY KEY (vID
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [8] => CREATE TABLEsupportedOS
(osID
INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,osName
VARCHAR(150) NOT NULL,osValue
int(10) unsigned NOT NULL,PRIMARY KEY (osID
),KEYnew_index
(osValue
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [9] => CREATE TABLEtasks
(taskID
INT(11) NOT NULL AUTO_INCREMENT,taskName
VARCHAR(250) NOT NULL,taskCreateTime
DATETIME NOT NULL,taskCheckIn
DATETIME NOT NULL,taskHostID
INT(11) NOT NULL,taskState
INT(11) NOT NULL,taskCreateBy
VARCHAR(200) NOT NULL,taskForce
VARCHAR(1) NOT NULL,taskScheduledStartTime
DATETIME NOT NULL,taskType
VARCHAR(1) NOT NULL,taskPCT
INT(10) UNSIGNED zerofill NOT NULL,PRIMARY KEY (taskID
),KEYnew_index
(taskHostID
),KEYnew_index1
(taskCheckIn
),KEYnew_index2
(taskState
),KEYnew_index3
(taskForce
),KEYnew_index4
(taskType
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [10] => CREATE TABLEusers
(uId
INT(11) NOT NULL AUTO_INCREMENT,uName
VARCHAR(40) NOT NULL,uPass
VARCHAR(50) NOT NULL,uCreateDate
DATETIME NOT NULL,uCreateBy
VARCHAR(40) NOT NULL,PRIMARY KEY (uId
),KEYnew_index
(uName
),KEYnew_index1
(uPass
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [11] => INSERT IGNORE INTOusers
VALUES (‘’,‘fog’, MD5(‘password’), NOW(), ‘’) [12] => INSERT IGNORE INTOsupportedOS
VALUES (‘’, ‘Windows XP’, ‘1’) [13] => INSERT IGNORE INTOschemaVersion
VALUES (‘’, ‘1’)
)Database SQL:
CREATE DATABASE IF NOT EXISTS
fog
##### Server- FOG Version:
- OS:
Client
- Service Version:
- OS:
Description
I am trying to update to 1.3.5 and the install goes normal until the point in the installer where you go to the web page to do an upgrade and after that hit enter to finish installation.
After getting to the page and clicking the install/upgrade button I get the following error code
Database Schema Installer / Updater
Install / Update Failed!
The following errors occurredUpdate ID: 1
Database Error:
Failed to query: Error: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user ‘root’@‘172.25.96.10’ to database ‘fog’ Error Message: Error Code: “42000”, Error Message: [“42000”,1044,“Access denied for user ‘root’@‘172.25.96.10’ to database ‘fog’”], Debug: SQL: [35] CREATE DATABASE IF NOT EXISTS
fog
Params: 0Variable contains:
Array
( [0] => CREATE DATABASE IF NOT EXISTSfog
[1] => USEfog
[2] => CREATE TABLEgroupMembers
(gmID
INT(11) NOT NULL AUTO_INCREMENT,gmHostID
INT(11) NOT NULL,gmGroupID
INT(11) NOT NULL,PRIMARY KEY (gmID
),UNIQUE KEYgmHostID
(gmHostID
,gmGroupID
),UNIQUE KEYgmGroupID
(gmHostID
,gmGroupID
),KEYnew_index
(gmHostID
),KEYnew_index1
(gmGroupID
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [3] => CREATE TABLEgroups
(groupID
INT(11) NOT NULL auto_increment,groupName
VARCHAR(50) NOT NULL,groupDesc
LONGTEXT NOT NULL,groupDateTime
DATETIME NOT NULL,groupCreateBy
VARCHAR(50) NOT NULL,groupBuilding
INT(11) NOT NULL,PRIMARY KEY (groupID
),KEYnew_index
(groupName
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [4] => CREATE TABLEhistory
(hID
INT(11) NOT NULL AUTO_INCREMENT,hText
LONGTEXT NOT NULL,hUser
VARCHAR(200) NOT NULL,hTime
DATETIME NOT NULL,hIP
VARCHAR(50) NOT NULL,PRIMARY KEY (hID
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [5] => CREATE TABLEhosts
(hostID
int(11) NOT NULL auto_increment,hostName
varchar(16) NOT NULL,hostDesc
longtext NOT NULL,hostIP
varchar(25) NOT NULL,hostImage
int(11) NOT NULL,hostBuilding
int(11) NOT NULL,hostCreateDate
datetime NOT NULL,hostCreateBy
varchar(50) NOT NULL,hostMAC
varchar(20) NOT NULL,hostOS
int(10) unsigned NOT NULL,PRIMARY KEY (hostID
),KEYnew_index
(hostName
),KEYnew_index1
(hostIP
),KEYnew_index2
(hostMAC
),KEYnew_index3
(hostOS
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [6] => CREATE TABLEimages
(imageID
INT(11) NOT NULL AUTO_INCREMENT,imageName
VARCHAR(40) NOT NULL,imageDesc
LONGTEXT NOT NULL,imagePath
LONGTEXT NOT NULL,imageDateTime
DATETIME NOT NULL,imageCreateBy
VARCHAR(50) NOT NULL,imageBuilding
int(11) NOT NULL,imageSize
VARCHAR(200) NOT NULL,PRIMARY KEY (imageID
),KEYnew_index
(imageName
),KEYnew_index1
(imageBuilding
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [7] => CREATE TABLEschemaVersion
(vID
INT(11) NOT NULL AUTO_INCREMENT,vValue
INT(11) NOT NULL,PRIMARY KEY (vID
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [8] => CREATE TABLEsupportedOS
(osID
INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,osName
VARCHAR(150) NOT NULL,osValue
int(10) unsigned NOT NULL,PRIMARY KEY (osID
),KEYnew_index
(osValue
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [9] => CREATE TABLEtasks
(taskID
INT(11) NOT NULL AUTO_INCREMENT,taskName
VARCHAR(250) NOT NULL,taskCreateTime
DATETIME NOT NULL,taskCheckIn
DATETIME NOT NULL,taskHostID
INT(11) NOT NULL,taskState
INT(11) NOT NULL,taskCreateBy
VARCHAR(200) NOT NULL,taskForce
VARCHAR(1) NOT NULL,taskScheduledStartTime
DATETIME NOT NULL,taskType
VARCHAR(1) NOT NULL,taskPCT
INT(10) UNSIGNED zerofill NOT NULL,PRIMARY KEY (taskID
),KEYnew_index
(taskHostID
),KEYnew_index1
(taskCheckIn
),KEYnew_index2
(taskState
),KEYnew_index3
(taskForce
),KEYnew_index4
(taskType
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [10] => CREATE TABLEusers
(uId
INT(11) NOT NULL AUTO_INCREMENT,uName
VARCHAR(40) NOT NULL,uPass
VARCHAR(50) NOT NULL,uCreateDate
DATETIME NOT NULL,uCreateBy
VARCHAR(40) NOT NULL,PRIMARY KEY (uId
),KEYnew_index
(uName
),KEYnew_index1
(uPass
)) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC [11] => INSERT IGNORE INTOusers
VALUES (‘’,‘fog’, MD5(‘password’), NOW(), ‘’) [12] => INSERT IGNORE INTOsupportedOS
VALUES (‘’, ‘Windows XP’, ‘1’) [13] => INSERT IGNORE INTOschemaVersion
VALUES (‘’, ‘1’)
)Database SQL:
CREATE DATABASE IF NOT EXISTS
fog
-
RE: Web Service Can't Stop The Web Service
When trying to run the first command I get this message.
-
RE: Web Service Can't Stop The Web Service
Running the ./install -Xy yielded the same results
-
RE: Web Service Can't Stop The Web Service
Sounds good just chat me with a time that works for you and I am flexible
-
RE: Web Service Can't Stop The Web Service
Of course just let me know how I can help
-
RE: Web Service Can't Stop The Web Service
Does the previous post go back into the log far enough? they are the lines from the end of the log
-
RE: Web Service Can't Stop The Web Service
The following packages were automatically installed and are no longer required:
libmcrypt4 libonig2 libqdbm14
Use ‘apt-get autoremove’ to remove them.
The following packages have been kept back:
linux-generic linux-headers-generic linux-image-generic
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
ii apache2 2.4.12-2ubuntu2.1 amd64 Apache HTTP Server
ii bc 1.06.95-9build1 amd64 GNU bc arbitrary precision calculator language
ii build-essential 12.1ubuntu2 amd64 Informational list of build-essential packages
ii cpp 4:5.2.1-3ubuntu1 amd64 GNU C preprocessor (cpp)
ii curl 7.43.0-1ubuntu2.1 amd64 command line tool for transferring data with URL syntax
ii g++ 4:5.2.1-3ubuntu1 amd64 GNU C++ compiler
ii gawk 1:4.1.1+dfsg-1 amd64 GNU awk, a pattern scanning and processing language
ii gcc 4:5.2.1-3ubuntu1 amd64 GNU C compiler
ii gzip 1.6-4ubuntu1 amd64 GNU compression utilities
ii htmldoc 1.8.27-8ubuntu1 amd64 HTML processor that generates indexed HTML, PS, and PDF
ii lftp 4.6.3a-1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programs
ii libc6:amd64 2.21-0ubuntu4.3 amd64 GNU C Library: Shared libraries
ii libcurl3:amd64 7.43.0-1ubuntu2.1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii m4 1.4.17-4 amd64 macro processing language
ii mysql-client 5.6.31-0ubuntu0.15.10.1 all MySQL database client (metapackage depending on the latest version)
ii mysql-server 5.6.31-0ubuntu0.15.10.1 all MySQL database server (metapackage depending on the latest version)
ii net-tools 1.60-26ubuntu1 amd64 NET-3 networking toolkit
ii nfs-kernel-server 1:1.2.8-9ubuntu10 amd64 support for NFS kernel server
ii openssh-server 1:6.9p1-2ubuntu0.2 amd64 secure shell (SSH) server, for secure access from remote machines
ii php-gettext 1.0.11-1 all read gettext MO files directly, without requiring anything other than PHP
ii sysv-rc-conf 0.99-7 all SysV init runlevel configuration tool for the terminal
ii tar 1.27.1-2 amd64 GNU version of the tar archiving utility
ii tftpd-hpa 5.2+20140608-3ubuntu1 amd64 HPA’s tftp server
ii tftp-hpa 5.2+20140608-3ubuntu1 amd64 HPA’s tftp client
ii unzip 6.0-17ubuntu1.2 amd64 De-archiver for .zip files
ii vsftpd 3.0.2-20ubuntu1 amd64 lightweight, efficient FTP server written for security
ii wget 1.16.1-1ubuntu1.1 amd64 retrieves files from the web
ii xinetd 1:2.3.15-4 amd64 replacement for inetd with many enhancements
ii zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4 amd64 compression library - runtime
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
Failed to stop FOGSnapinHash.service: Unit FOGSnapinHash.service not loaded.
Synchronizing state of mysql.service with SysV init with /lib/systemd/systemd-sysv-install…
Executing /lib/systemd/systemd-sysv-install enable mysql
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2016-12-27 14:40:43 CST; 2s ago
Process: 21910 ExecStartPost=/usr/share/mysql/mysql-systemd-start post (code=exited, status=0/SUCCESS)
Process: 21906 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 21909 (mysqld_safe)
CGroup: /system.slice/mysql.service
├─21909 /bin/sh /usr/bin/mysqld_safe
└─22243 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306Dec 27 14:40:42 it-PowerEdge-2950 systemd[1]: Starting MySQL Community Server…
Dec 27 14:40:42 it-PowerEdge-2950 mysqld_safe[21909]: 161227 14:40:42 mysqld_safe Can’t log to error log and syslog at the same time. Remove all --log-error configuration options for --syslog to take effect.
Dec 27 14:40:42 it-PowerEdge-2950 mysqld_safe[21909]: 161227 14:40:42 mysqld_safe Logging to ‘/var/log/mysql/error.log’.
Dec 27 14:40:42 it-PowerEdge-2950 mysqld_safe[21909]: 161227 14:40:42 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Dec 27 14:40:43 it-PowerEdge-2950 systemd[1]: Started MySQL Community Server.
Failed to stop php7.1-fpm.service: Unit php7.1-fpm.service not loaded. -
RE: Web Service Can't Stop The Web Service
The log is over 400 lines do you need the full thing or just a section?
-
RE: Web Service Can't Stop The Web Service
/usr/bin/lsb_release
/bin/systemctl
/opt/fog/.fogsettings
Reading package lists…
Building dependency tree…
Reading state information…
software-properties-common is already the newest version.
python-software-properties is already the newest version.
The following packages were automatically installed and are no longer required:
libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.1-0 libmcrypt4 libonig2
libqdbm14
Use ‘apt-get autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
27 Dec 14:39:02 ntpdate[18004]: adjust time server 199.102.46.74 offset 0.003461 sec
gpg: keyring/tmp/tmpf9ms7knp/secring.gpg' created gpg: keyring
/tmp/tmpf9ms7knp/pubring.gpg’ created
gpg: requesting key E5267A6C from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpf9ms7knp/trustdb.gpg: trustdb created
gpg: key E5267A6C: public key “Launchpad PPA for Ondřej Surý” imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
gpg: keyring/tmp/tmpz8qdvqhp/secring.gpg' created gpg: keyring
/tmp/tmpz8qdvqhp/pubring.gpg’ created
gpg: requesting key E5267A6C from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpz8qdvqhp/trustdb.gpg: trustdb created
gpg: key E5267A6C: public key “Launchpad PPA for Ondřej Surý” imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Hit http://us.archive.ubuntu.com wily InRelease
Hit http://us.archive.ubuntu.com wily-updates InRelease
Hit http://us.archive.ubuntu.com wily-backports InRelease
Hit http://us.archive.ubuntu.com wily/main Sources
Hit http://us.archive.ubuntu.com wily/restricted Sources
Hit http://ppa.launchpad.net wily InRelease
Hit http://us.archive.ubuntu.com wily/universe Sources
Hit http://security.ubuntu.com wily-security InRelease
Hit http://us.archive.ubuntu.com wily/multiverse Sources
Hit http://ppa.launchpad.net wily InRelease
Hit http://us.archive.ubuntu.com wily/main amd64 Packages
Hit http://us.archive.ubuntu.com wily/restricted amd64 Packages
Hit http://security.ubuntu.com wily-security/main Sources
Hit http://ppa.launchpad.net wily/main amd64 Packages
Hit http://us.archive.ubuntu.com wily/universe amd64 Packages
Hit http://us.archive.ubuntu.com wily/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com wily/main i386 Packages
Hit http://security.ubuntu.com wily-security/restricted Sources
Hit http://ppa.launchpad.net wily/main i386 Packages
Hit http://us.archive.ubuntu.com wily/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily/universe i386 Packages
Hit http://us.archive.ubuntu.com wily/multiverse i386 Packages
Hit http://security.ubuntu.com wily-security/universe Sources
Hit http://ppa.launchpad.net wily/main Translation-en
Hit http://us.archive.ubuntu.com wily/main Translation-en
Hit http://us.archive.ubuntu.com wily/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily/restricted Translation-en
Hit http://security.ubuntu.com wily-security/multiverse Sources
Hit http://ppa.launchpad.net wily/main amd64 Packages
Hit http://us.archive.ubuntu.com wily/universe Translation-en
Hit http://security.ubuntu.com wily-security/main amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/main Sources
Hit http://ppa.launchpad.net wily/main i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/restricted Sources
Hit http://us.archive.ubuntu.com wily-updates/universe Sources
Hit http://us.archive.ubuntu.com wily-updates/multiverse Sources
Hit http://security.ubuntu.com wily-security/restricted amd64 Packages
Hit http://ppa.launchpad.net wily/main Translation-en
Hit http://us.archive.ubuntu.com wily-updates/main amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/restricted amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/universe amd64 Packages
Hit http://security.ubuntu.com wily-security/universe amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/main i386 Packages
Hit http://security.ubuntu.com wily-security/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/universe i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/multiverse i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/main Translation-en
Hit http://security.ubuntu.com wily-security/main i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily-updates/restricted Translation-en
Hit http://us.archive.ubuntu.com wily-updates/universe Translation-en
Hit http://security.ubuntu.com wily-security/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/main Sources
Hit http://security.ubuntu.com wily-security/universe i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/restricted Sources
Hit http://us.archive.ubuntu.com wily-backports/universe Sources
Hit http://us.archive.ubuntu.com wily-backports/multiverse Sources
Hit http://security.ubuntu.com wily-security/multiverse i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com wily-backports/restricted amd64 Packages
Hit http://us.archive.ubuntu.com wily-backports/universe amd64 Packages
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://us.archive.ubuntu.com wily-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com wily-backports/main i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/restricted i386 Packages
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/main Translation-en
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://us.archive.ubuntu.com wily-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com wily-backports/universe Translation-en
Hit http://security.ubuntu.com wily-security/universe Translation-en
Reading package lists…
Reading package lists…
Building dependency tree…
Reading state information…
ntpdate is already the newest version.
software-properties-common is already the newest version.
python-software-properties is already the newest version.
The following packages were automatically installed and are no longer required:
libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.1-0 libmcrypt4 libonig2
libqdbm14
Use ‘apt-get autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
27 Dec 14:39:23 ntpdate[18123]: adjust time server 199.102.46.73 offset -0.001549 sec
Generating locales…
en_US.UTF-8… up-to-date
Generation complete.
gpg: keyring/tmp/tmpgmu5r44r/secring.gpg' created gpg: keyring
/tmp/tmpgmu5r44r/pubring.gpg’ created
gpg: requesting key E5267A6C from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpgmu5r44r/trustdb.gpg: trustdb created
gpg: key E5267A6C: public key “Launchpad PPA for Ondřej Surý” imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Hit http://us.archive.ubuntu.com wily InRelease
Hit http://us.archive.ubuntu.com wily-updates InRelease
Hit http://us.archive.ubuntu.com wily-backports InRelease
Hit http://us.archive.ubuntu.com wily/main Sources
Hit http://us.archive.ubuntu.com wily/restricted Sources
Hit http://ppa.launchpad.net wily InRelease
Hit http://security.ubuntu.com wily-security InRelease
Hit http://us.archive.ubuntu.com wily/universe Sources
Hit http://us.archive.ubuntu.com wily/multiverse Sources
Hit http://us.archive.ubuntu.com wily/main amd64 Packages
Hit http://ppa.launchpad.net wily InRelease
Hit http://security.ubuntu.com wily-security/main Sources
Hit http://us.archive.ubuntu.com wily/restricted amd64 Packages
Hit http://us.archive.ubuntu.com wily/universe amd64 Packages
Hit http://us.archive.ubuntu.com wily/multiverse amd64 Packages
Hit http://ppa.launchpad.net wily/main amd64 Packages
Hit http://us.archive.ubuntu.com wily/main i386 Packages
Hit http://security.ubuntu.com wily-security/restricted Sources
Hit http://us.archive.ubuntu.com wily/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily/universe i386 Packages
Hit http://ppa.launchpad.net wily/main i386 Packages
Hit http://us.archive.ubuntu.com wily/multiverse i386 Packages
Hit http://security.ubuntu.com wily-security/universe Sources
Hit http://us.archive.ubuntu.com wily/main Translation-en
Hit http://us.archive.ubuntu.com wily/multiverse Translation-en
Hit http://ppa.launchpad.net wily/main Translation-en
Hit http://us.archive.ubuntu.com wily/restricted Translation-en
Hit http://security.ubuntu.com wily-security/multiverse Sources
Hit http://ppa.launchpad.net wily/main amd64 Packages
Hit http://security.ubuntu.com wily-security/main amd64 Packages
Hit http://us.archive.ubuntu.com wily/universe Translation-en
Hit http://us.archive.ubuntu.com wily-updates/main Sources
Hit http://us.archive.ubuntu.com wily-updates/restricted Sources
Hit http://ppa.launchpad.net wily/main i386 Packages
Hit http://security.ubuntu.com wily-security/restricted amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/universe Sources
Hit http://us.archive.ubuntu.com wily-updates/multiverse Sources
Hit http://us.archive.ubuntu.com wily-updates/main amd64 Packages
Hit http://ppa.launchpad.net wily/main Translation-en
Hit http://security.ubuntu.com wily-security/universe amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/restricted amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/universe amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/multiverse amd64 Packages
Hit http://security.ubuntu.com wily-security/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com wily-updates/main i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/universe i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/multiverse i386 Packages
Hit http://security.ubuntu.com wily-security/main i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/main Translation-en
Hit http://us.archive.ubuntu.com wily-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily-updates/restricted Translation-en
Hit http://security.ubuntu.com wily-security/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily-updates/universe Translation-en
Hit http://us.archive.ubuntu.com wily-backports/main Sources
Hit http://security.ubuntu.com wily-security/universe i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/restricted Sources
Hit http://us.archive.ubuntu.com wily-backports/universe Sources
Hit http://security.ubuntu.com wily-security/multiverse i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/multiverse Sources
Hit http://us.archive.ubuntu.com wily-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com wily-backports/restricted amd64 Packages
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://us.archive.ubuntu.com wily-backports/universe amd64 Packages
Hit http://us.archive.ubuntu.com wily-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com wily-backports/main i386 Packages
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily-backports/restricted i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com wily-backports/main Translation-en
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://us.archive.ubuntu.com wily-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com wily-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com wily-backports/universe Translation-en
Hit http://security.ubuntu.com wily-security/universe Translation-en
Reading package lists…
libapache2-mod-wsgi
apache2-utils
libapache2-mod-authnz-pam
libapache2-webkdc
libapache2-mod-form
libapache2-svn
libapache2-mod-removeip
libapache2-mod-defensible
libapache2-mod-fastcgi
libapache2-mod-rpaf
libapache2-mod-fcgid
libapache2-mod-lookup-identity
libapache2-sitecontrol-perl
libapache2-mod-upload-progress
libapache2-mod-spamhaus
libapache2-mod-intercept-form-submit
libapache2-mod-php5filter
libapache2-mod-shib2
libapache2-mod-mono
libapache2-mod-authn-sasl
fusiondirectory-plugin-apache2
libapache2-mod-auth-memcookie
libapache2-mod-xsendfile
libapache2-mod-proxy-msrpc
libapache2-mod-mapcache
libapache2-mod-evasive
libapache2-mod-authz-securepass
libapache2-mod-php5
libapache2-mod-encoding
libapache2-mod-webkdc
libapache2-mod-auth-plain
libapache2-mod-authn-webid
libapache2-mod-form-dev
libapache2-mod-log-slow
libapache2-mod-dnssd
libapache2-mod-log-sql-ssl
libapache2-mod-webauthldap
gforge-web-apache2
libapache2-mod-auth-openidc
apache2-dbg
libapache2-mod-nss
libapache2-mod-rivet
libapache2-mod-ruwsgi
libapache2-mod-gnutls
libapache2-mod-auth-pubtkt
libapache2-mod-perl2
libapache2-mod-auth-pgsql
apache2-dev
libapache2-mod-svn
libapache2-mod-auth-openid
libapache2-mod-geoip
libapache2-mod-proxy-uwsgi-dbg
libapache2-mod-security2
libapache2-reload-perl
libapache2-mod-auth-mellon
libapache2-request-perl
libapache2-mod-ruid2
libapache2-modsecurity
rt4-apache2
libapache2-mod-ldap-userdir
libapache2-mod-authz-unixgroup
libapache2-mod-lisp
libapache2-mod-musicindex
libapache2-webauth
libapache2-mod-authnz-external
libapache2-mod-authnz-persona
libapache2-mod-rivet-doc
libapache2-mod-webauth
libapache2-mod-log-sql-mysql
apache2-doc
libapache2-mod-mime-xattr
apache2-suexec-custom
libapache2-mod-auth-ntlm-winbind
libapache2-mod-python-doc
libapache2-mod-netcgi-apache
libapache2-mod-scgi
libapache2-authcookie-perl
libapache2-mod-proxy-uwsgi
libapache2-mod-apreq2
libapache2-mod-perl2-dev
libapache2-mod-bw
libapache2-mod-qos
libapache2-authenntlm-perl
apache2-data
libapache2-mod-dacs
libapache2-mod-auth-gssapi
libapache2-mod-log-sql
libapache2-mod-apparmor
libapache2-mpm-itk
libapache2-mod-auth-tkt
libapache2-authcassimple-perl
libapache2-mod-fcgid-dbg
libapache2-mod-auth-kerb
libapache2-mod-jk
libapache2-mod-wsgi-py3
libapache2-mod-watchcat
libapache2-mod-uwsgi
libapache2-mod-passenger
libapache2-mod-authn-yubikey
apache2
libapache2-mod-ruwsgi-dbg
libapache2-mod-perl2-doc
libapache2-mod-ldap-userdir-dbg
apache2-bin
libapache2-mod-parser3
libapache2-mod-log-sql-dbi
libapache2-mod-python
libapache2-mod-uwsgi-dbg
libapache2-mod-neko
libapache2-mod-vhost-ldap
apache2-suexec-pristine
libapache2-mod-auth-cas
fusiondirectory-plugin-apache2-schema
libapache2-mod-auth-radius
Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
libmcrypt4 libonig2 libqdbm14
Use ‘apt-get autoremove’ to remove them.
The following extra packages will be installed:
apache2-bin apache2-data apache2-utils
Suggested packages:
apache2-doc apache2-suexec-pristine apache2-suexec-custom
The following NEW packages will be installed:
apache2 apache2-bin apache2-data apache2-utils
0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 1,254 kB of archives.
After this operation, 5,390 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main apache2-bin amd64 2.4.12-2ubuntu2.1 [921 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main apache2-utils amd64 2.4.12-2ubuntu2.1 [83.7 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main apache2-data all 2.4.12-2ubuntu2.1 [160 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main apache2 amd64 2.4.12-2ubuntu2.1 [89.7 kB]
Fetched 1,254 kB in 0s (3,191 kB/s)
Selecting previously unselected package apache2-bin.
(Reading database …
(Reading database … 5%
(Reading database … 10%
(Reading database … 15%
(Reading database … 20%
(Reading database … 25%
(Reading database … 30%
(Reading database … 35%
(Reading database … 40%
(Reading database … 45%
(Reading database … 50%
(Reading database … 55%
(Reading database … 60%
(Reading database … 65%
(Reading database … 70%
(Reading database … 75%
(Reading database … 80%
(Reading database … 85%
(Reading database … 90%
(Reading database … 95%
(Reading database … 100%
(Reading database … 166126 files and directories currently installed.)
Preparing to unpack …/apache2-bin_2.4.12-2ubuntu2.1_amd64.deb …
Unpacking apache2-bin (2.4.12-2ubuntu2.1) …
Selecting previously unselected package apache2-utils.
Preparing to unpack …/apache2-utils_2.4.12-2ubuntu2.1_amd64.deb …
Unpacking apache2-utils (2.4.12-2ubuntu2.1) …
Selecting previously unselected package apache2-data.
Preparing to unpack …/apache2-data_2.4.12-2ubuntu2.1_all.deb …
Unpacking apache2-data (2.4.12-2ubuntu2.1) …
Selecting previously unselected package apache2.
Preparing to unpack …/apache2_2.4.12-2ubuntu2.1_amd64.deb …
Unpacking apache2 (2.4.12-2ubuntu2.1) …
Processing triggers for man-db (2.7.4-1) …
Processing triggers for systemd (225-1ubuntu9.1) …
Processing triggers for ureadahead (0.100.0-19) …
Processing triggers for ufw (0.34-2) …
Setting up apache2-bin (2.4.12-2ubuntu2.1) …
Setting up apache2-utils (2.4.12-2ubuntu2.1) …
Setting up apache2-data (2.4.12-2ubuntu2.1) …
Setting up apache2 (2.4.12-2ubuntu2.1) …
Enabling module mpm_event.
Enabling module authz_core.
Enabling module authz_host.
Enabling module authn_core.
Enabling module auth_basic.
Enabling module access_compat.
Enabling module authn_file.
Enabling module authz_user.
Enabling module alias.
Enabling module dir.
Enabling module autoindex.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module filter.
Enabling module deflate.
Enabling module status.
Enabling conf charset.
Enabling conf localized-error-pages.
Enabling conf other-vhosts-access-log.
Enabling conf security.
Enabling conf serve-cgi-bin.
Enabling site 000-default.
Processing triggers for systemd (225-1ubuntu9.1) …
Processing triggers for ureadahead (0.100.0-19) …
Processing triggers for ufw (0.34-2) …
ii bc 1.06.95-9build1 amd64 GNU bc arbitrary precision calculator language
ii build-essential 12.1ubuntu2 amd64 Informational list of build-essential packages
ii cpp 4:5.2.1-3ubuntu1 amd64 GNU C preprocessor (cpp)
ii curl 7.43.0-1ubuntu2.1 amd64 command line tool for transferring data with URL syntax
ii g++ 4:5.2.1-3ubuntu1 amd64 GNU C++ compiler
ii gawk 1:4.1.1+dfsg-1 amd64 GNU awk, a pattern scanning and processing language
ii gcc 4:5.2.1-3ubuntu1 amd64 GNU C compiler
ii gzip 1.6-4ubuntu1 amd64 GNU compression utilities
ii htmldoc 1.8.27-8ubuntu1 amd64 HTML processor that generates indexed HTML, PS, and PDF
ii lftp 4.6.3a-1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programs
dpkg-query: no packages found matching libapache2-mod-php7.1
ii libc6:amd64 2.21-0ubuntu4.3 amd64 GNU C Library: Shared libraries
ii libcurl3:amd64 7.43.0-1ubuntu2.1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii m4 1.4.17-4 amd64 macro processing language
ii mysql-client 5.6.31-0ubuntu0.15.10.1 all MySQL database client (metapackage depending on the latest version)
mysql-server-core-5.6
mysql-server-5.6
mysql-server
ii mysql-server 5.6.31-0ubuntu0.15.10.1 all MySQL database server (metapackage depending on the latest version)
ii net-tools 1.60-26ubuntu1 amd64 NET-3 networking toolkit
ii nfs-kernel-server 1:1.2.8-9ubuntu10 amd64 support for NFS kernel server
ii openssh-server 1:6.9p1-2ubuntu0.2 amd64 secure shell (SSH) server, for secure access from remote machines
dpkg-query: no packages found matching php7.1
dpkg-query: no packages found matching php7.1-bcmath
dpkg-query: no packages found matching php7.1-cli
dpkg-query: no packages found matching php7.1-curl
dpkg-query: no packages found matching php7.1-fpm
dpkg-query: no packages found matching php7.1-gd
dpkg-query: no packages found matching php7.1-json
dpkg-query: no packages found matching php7.1-ldap
dpkg-query: no packages found matching php7.1-mbstring
dpkg-query: no packages found matching php7.1-mcrypt
dpkg-query: no packages found matching php7.1-mysql
dpkg-query: no packages found matching php7.1-mysqlnd
dpkg-query: no packages found matching php-gettext
php-gettext
Reading package lists…
Building dependency tree…
Reading state information…
The following packages were automatically installed and are no longer required:
libmcrypt4 libonig2 libqdbm14
Use ‘apt-get autoremove’ to remove them.
The following extra packages will be installed:
libapache2-mod-php5 php5 php5-cli php5-common php5-json php5-readline
Suggested packages:
php-pear php5-user-cache
The following NEW packages will be installed:
libapache2-mod-php5 php-gettext php5 php5-cli php5-common php5-json
php5-readline
0 upgraded, 7 newly installed, 0 to remove and 3 not upgraded.
Need to get 5,057 kB of archives.
After this operation, 21.1 MB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main php5-common amd64 5.6.11+dfsg-1ubuntu3.4 [481 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ wily/main php5-json amd64 1.3.7-1 [18.2 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main php5-cli amd64 5.6.11+dfsg-1ubuntu3.4 [2,250 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main libapache2-mod-php5 amd64 5.6.11+dfsg-1ubuntu3.4 [2,276 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main php5 all 5.6.11+dfsg-1ubuntu3.4 [1,302 B]
Get:6 http://us.archive.ubuntu.com/ubuntu/ wily/universe php-gettext all 1.0.11-1 [17.2 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ wily-updates/main php5-readline amd64 5.6.11+dfsg-1ubuntu3.4 [13.1 kB]
Fetched 5,057 kB in 0s (5,994 kB/s)
Selecting previously unselected package php5-common.
(Reading database …
(Reading database … 5%
(Reading database … 10%
(Reading database … 15%
(Reading database … 20%
(Reading database … 25%
(Reading database … 30%
(Reading database … 35%
(Reading database … 40%
(Reading database … 45%
(Reading database … 50%
(Reading database … 55%
(Reading database … 60%
(Reading database … 65%
(Reading database … 70%
(Reading database … 75%
(Reading database … 80%
(Reading database … 85%
(Reading database … 90%
(Reading database … 95%
(Reading database … 100%
(Reading database … 166766 files and directories currently installed.)
Preparing to unpack …/php5-common_5.6.11+dfsg-1ubuntu3.4_amd64.deb …
Unpacking php5-common (5.6.11+dfsg-1ubuntu3.4) …
Selecting previously unselected package php5-json.
Preparing to unpack …/php5-json_1.3.7-1_amd64.deb …
Unpacking php5-json (1.3.7-1) …
Selecting previously unselected package php5-cli.
Preparing to unpack …/php5-cli_5.6.11+dfsg-1ubuntu3.4_amd64.deb …
Unpacking php5-cli (5.6.11+dfsg-1ubuntu3.4) …
Selecting previously unselected package libapache2-mod-php5.
Preparing to unpack …/libapache2-mod-php5_5.6.11+dfsg-1ubuntu3.4_amd64.deb …
Unpacking libapache2-mod-php5 (5.6.11+dfsg-1ubuntu3.4) …
Selecting previously unselected package php5.
Preparing to unpack …/php5_5.6.11+dfsg-1ubuntu3.4_all.deb …
Unpacking php5 (5.6.11+dfsg-1ubuntu3.4) …
Selecting previously unselected package php-gettext.
Preparing to unpack …/php-gettext_1.0.11-1_all.deb …
Unpacking php-gettext (1.0.11-1) …
Selecting previously unselected package php5-readline.
Preparing to unpack …/php5-readline_5.6.11+dfsg-1ubuntu3.4_amd64.deb …
Unpacking php5-readline (5.6.11+dfsg-1ubuntu3.4) …
Processing triggers for man-db (2.7.4-1) …
Setting up php5-common (5.6.11+dfsg-1ubuntu3.4) …Creating config file /etc/php5/mods-available/pdo.ini with new version
php5_invoke: Enable module pdo for cli SAPI
php5_invoke: Enable module pdo for apache2 SAPICreating config file /etc/php5/mods-available/opcache.ini with new version
php5_invoke: Enable module opcache for cli SAPI
php5_invoke: Enable module opcache for apache2 SAPI
Setting up php5-json (1.3.7-1) …
php5_invoke: Enable module json for cli SAPI
php5_invoke: Enable module json for apache2 SAPI
Setting up php5-cli (5.6.11+dfsg-1ubuntu3.4) …
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto modeCreating config file /etc/php5/cli/php.ini with new version
Setting up libapache2-mod-php5 (5.6.11+dfsg-1ubuntu3.4) …Creating config file /etc/php5/apache2/php.ini with new version
Module mpm_event disabled.
Enabling module mpm_prefork.
apache2_switch_mpm Switch to prefork
apache2_invoke: Enable module php5
Setting up php5 (5.6.11+dfsg-1ubuntu3.4) …
Setting up php-gettext (1.0.11-1) …
Setting up php5-readline (5.6.11+dfsg-1ubuntu3.4) …Creating config file /etc/php5/mods-available/readline.ini with new version
php5_invoke: Enable module readline for cli SAPI
php5_invoke: Enable module readline for apache2 SAPI
Processing triggers for libapache2-mod-php5 (5.6.11+dfsg-1ubuntu3.4) …
ii sysv-rc-conf 0.99-7 all SysV init runlevel configuration tool for the terminal
ii tar 1.27.1-2 amd64 GNU version of the tar archiving utility
ii tftpd-hpa 5.2+20140608-3ubuntu1 amd64 HPA’s tftp server
ii tftp-hpa 5.2+20140608-3ubuntu1 amd64 HPA’s tftp client
ii unzip 6.0-17ubuntu1.2 amd64 De-archiver for .zip files
ii vsftpd 3.0.2-20ubuntu1 amd64 lightweight, efficient FTP server written for security
ii wget 1.16.1-1ubuntu1.1 amd64 retrieves files from the web
ii xinetd 1:2.3.15-4 amd64 replacement for inetd with many enhancements
ii zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4 amd64 compression library - runtime
Reading package lists…
Building dependency tree…
Reading state information…
bc is already the newest version.
build-essential is already the newest version.
cpp is already the newest version.
g++ is already the newest version.
gawk is already the newest version.
gcc is already the newest version.
gzip is already the newest version.
htmldoc is already the newest version.
lftp is already the newest version.
m4 is already the newest version.
net-tools is already the newest version.
nfs-kernel-server is already the newest version.
tar is already the newest version.
tftp-hpa is already the newest version.
tftpd-hpa is already the newest version.
vsftpd is already the newest version.
xinetd is already the newest version.
zlib1g is already the newest version.
php-gettext is already the newest version.
sysv-rc-conf is already the newest version.
apache2 is already the newest version.
curl is already the newest version.
libc6 is already the newest version.
libcurl3 is already the newest version.
mysql-client is already the newest version.
mysql-server is already the newest version.
openssh-server is already the newest version.
unzip is already the newest version.
wget is already the newest version.
The following packages were automatically installed and are no longer required:
libmcrypt4 libonig2 libqdbm14
Use ‘apt-get autoremove’ to remove them.
The following packages have been kept back:
linux-generic linux-headers-generic linux-image-generic
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
ii apache2 2.4.12-2ubuntu2.1 amd64 Apache HTTP Server
ii bc 1.06.95-9build1 amd64 GNU bc arbitrary precision calculator language
ii build-essential 12.1ubuntu2 amd64 Informational list of build-essential packages
ii cpp 4:5.2.1-3ubuntu1 amd64 GNU C preprocessor (cpp)
ii curl 7.43.0-1ubuntu2.1 amd64 command line tool for transferring data with URL syntax
ii g++ 4:5.2.1-3ubuntu1 amd64 GNU C++ compiler
ii gawk 1:4.1.1+dfsg-1 amd64 GNU awk, a pattern scanning and processing language
ii gcc 4:5.2.1-3ubuntu1 amd64 GNU C compiler
ii gzip 1.6-4ubuntu1 amd64 GNU compression utilities
ii htmldoc 1.8.27-8ubuntu1 amd64 HTML processor that generates indexed HTML, PS, and PDF
ii lftp 4.6.3a-1 amd64 Sophisticated command-line FTP/HTTP/BitTorrent client programs
ii libc6:amd64 2.21-0ubuntu4.3 amd64 GNU C Library: Shared libraries
ii libcurl3:amd64 7.43.0-1ubuntu2.1 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii m4 1.4.17-4 amd64 macro processing language
ii mysql-client 5.6.31-0ubuntu0.15.10.1 all MySQL database client (metapackage depending on the latest version)
ii mysql-server 5.6.31-0ubuntu0.15.10.1 all MySQL database server (metapackage depending on the latest version)
ii net-tools 1.60-26ubuntu1 amd64 NET-3 networking toolkit
ii nfs-kernel-server 1:1.2.8-9ubuntu10 amd64 support for NFS kernel server
ii openssh-server 1:6.9p1-2ubuntu0.2 amd64 secure shell (SSH) server, for secure access from remote machines
ii php-gettext 1.0.11-1 all read gettext MO files directly, without requiring anything other than PHP
ii sysv-rc-conf 0.99-7 all SysV init runlevel configuration tool for the terminal
ii tar 1.27.1-2 amd64 GNU version of the tar archiving utility
ii tftpd-hpa 5.2+20140608-3ubuntu1 amd64 HPA’s tftp server
ii tftp-hpa 5.2+20140608-3ubuntu1 amd64 HPA’s tftp client
ii unzip 6.0-17ubuntu1.2 amd64 De-archiver for .zip files
ii vsftpd 3.0.2-20ubuntu1 amd64 lightweight, efficient FTP server written for security
ii wget 1.16.1-1ubuntu1.1 amd64 retrieves files from the web
ii xinetd 1:2.3.15-4 amd64 replacement for inetd with many enhancements
ii zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4 amd64 compression library - runtime
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
Failed to stop FOGSnapinHash.service: Unit FOGSnapinHash.service not loaded.
Synchronizing state of mysql.service with SysV init with /lib/systemd/systemd-sysv-install…
Executing /lib/systemd/systemd-sysv-install enable mysql
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2016-12-27 14:40:43 CST; 2s ago
Process: 21910 ExecStartPost=/usr/share/mysql/mysql-systemd-start post (code=exited, status=0/SUCCESS)
Process: 21906 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 21909 (mysqld_safe)
CGroup: /system.slice/mysql.service
├─21909 /bin/sh /usr/bin/mysqld_safe
└─22243 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306Dec 27 14:40:42 it-PowerEdge-2950 systemd[1]: Starting MySQL Community Server…
Dec 27 14:40:42 it-PowerEdge-2950 mysqld_safe[21909]: 161227 14:40:42 mysqld_safe Can’t log to error log and syslog at the same time. Remove all --log-error configuration options for --syslog to take effect.
Dec 27 14:40:42 it-PowerEdge-2950 mysqld_safe[21909]: 161227 14:40:42 mysqld_safe Logging to ‘/var/log/mysql/error.log’.
Dec 27 14:40:42 it-PowerEdge-2950 mysqld_safe[21909]: 161227 14:40:42 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Dec 27 14:40:43 it-PowerEdge-2950 systemd[1]: Started MySQL Community Server.
Failed to stop php7.1-fpm.service: Unit php7.1-fpm.service not loaded. -
RE: Web Service Can't Stop The Web Service
Using the new repository I reached the same point and errors. Also several other items that are stated as not existing. I do now have the correct log but don’t know how to open the logs remotely through console.
-
RE: Web Service Can't Stop The Web Service
I am upgrading from RC-10. I would like to have the official release so that the stability will increase.
I noticed my logs don’t have the exact same option. my file log is fog_error_1.3.0-RC-10. -
RE: Web Service Can't Stop The Web Service
The command appeared to resolve immediately.
-
RE: Web Service Can't Stop The Web Service
This is an upgrade from Trunk. Kubuntu 14.10 and it is dedicated exclusively to FOG.
-
Web Service Can't Stop The Web Service
After downloading the most recent installer I have an error at the conclusion of the installer that says Stopping Web Service …Failed! This also has stopped access to the web gui.!