Hello Greg,
You tried to upgrade to 7.0.0? correct?
Did you follow the instruction related to Debian in the UPGRADE guide?
There is a specific step for removing mysql-server-5.5 and installing
mariadb-10.1 since we had issues with a "normal" update path.
Have a look here, that should resolve your issue.
https://github.com/inverse-inc/packetfence/blob/devel/UPGRADE.asciidoc#upgrading-from-a-version-prior-to-700
Thanks
On 05/17/2017 08:36 AM, SALVIGNOL Gregory wrote:
Hello,
I meet an issue with PacketFence on a Debian 8 after an “apt-get
upgrade” yesterday.
Packetfence was running nicely before we launched the apt-get upgrade
command today.
PF failed to start, here is the log from terminal:
# service packetfence start
# Job for packetfence.service failed. See 'systemctl status
packetfence.service' and 'journalctl -xn' for details.
# systemctl -l status packetfence.service
● packetfence.service - PacketFence Service
Loaded: loaded (/lib/systemd/system/packetfence.service; enabled)
Active: failed (Result: timeout) since mar. 2017-05-16 16:31:24
CEST; 19min ago
Process: 2653 ExecStop=/usr/local/pf/bin/pfcmd service pf stop
(code=killed, signal=TERM)
Process: 7731 ExecStart=/usr/local/pf/bin/pfcmd service pf start
(code=killed, signal=TERM)
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.34304] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.4436] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.54417] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.64486] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.74557] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.84617] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:23 SRV-WIFI pfcmd[7731]: [1494945083.94669] Failed to
connect to config service for namespace
interfaces::management_network, retrying
mai 16 16:31:24 SRV-WIFI systemd[1]: packetfence.service start
operation timed out. Terminating.
mai 16 16:31:24 SRV-WIFI systemd[1]: Failed to start PacketFence Service.
mai 16 16:31:24 SRV-WIFI systemd[1]: Unit packetfence.service entered
failed state.
# journalctl -xn
-- Logs begin at mar. 2017-05-16 13:21:15 CEST, end at mar. 2017-05-16
16:51:53
mai 16 16:50:53 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:50:53 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:23 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:23 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:23 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:23 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:53 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:53 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:53 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
mai 16 16:51:53 SRV-WIFI snmpd[831]: error on subcontainer 'ia_addr'
insert (-1)
When I try to restart packetfence-config, I get this
|root@SRV-WIFI:/usr/local/pf/var/conf/httpd.conf.d# service
packetfence-config restart|
|t@SRV-WIFI:/usr/local/pf/var/conf/httpd.conf.d# service
packetfence-config status|
|● packetfence-config.service - PacketFence Config Service|
| Loaded: loaded (/lib/systemd/system/packetfence-config.service;
enabled)|
| Active: failed (Result: start-limit) since mer. 2017-05-17 10:54:14
CEST; 1min 58s ago|
| Process: 10637 ExecStart=/usr/local/pf/sbin/pfconfig (code=exited,
status=255)|
|Main PID: 10637 (code=exited, status=255)|
||
|mai 17 10:54:14 SRV-WIFI systemd[1]: Unit packetfence-config.service
entere...e.|
|mai 17 10:54:14 SRV-WIFI systemd[1]: packetfence-config.service
holdoff tim...t.|
|mai 17 10:54:14 SRV-WIFI systemd[1]: Stopping PacketFence Config
Service...|
|mai 17 10:54:14 SRV-WIFI systemd[1]: Starting PacketFence Config
Service...|
|mai 17 10:54:14 SRV-WIFI systemd[1]: packetfence-config.service start
reque...t.|
|mai 17 10:54:14 SRV-WIFI systemd[1]: Failed to start PacketFence
Config Service.|
|mai 17 10:54:14 SRV-WIFI systemd[1]: Unit packetfence-config.service
entere...e.|
|Hint: Some lines were ellipsized, use -l to show in full.|
Also, I get now a weird message when i run an "apt-get upgrade"
|root@SRV-WIFI:/usr/local/pf/var/conf/httpd.conf.d# apt-get upgrade|
|Lecture des listes de paquets... Fait|
|Construction de l'arbre des dépendances |
|Lecture des informations d'état... Fait|
|Vous pouvez lancer « apt-get -f install » pour corriger ces problèmes.|
|Les paquets suivants contiennent des dépendances non satisfaites :|
|E: Dépendances manquantes. Essayez d'utiliser l'option -f.|
Then, " apt-get -f install" gives me this (see below).
It seems that the command will remove packetfence package, as well as
mysql-server ones. What may be the consequences if I apply a "Y" to
the prompt? May I lose all my databases, and PacketFence
configurations? Thx for your help :-)
|root@SRV-WIFI:/usr/local/pf/var/conf/httpd.conf.d# apt-get -f install|
|Lecture des listes de paquets... Fait|
|Construction de l'arbre des dépendances |
|Lecture des informations d'état... Fait|
|Correction des dépendances... Fait|
|Les paquets suivants ont été installés automatiquement et ne sont plus
nécessaires :|
|||apache2-mpm-prefork arping attr collectd collectd-core collectd-utils
conntrack dmeventd dpkg-distribution|
| fingerbank freeradius freeradius-common freeradius-config
freeradius-ldap freeradius-mysql freeradius-redis|
| freeradius-rest freeradius-utils galera-3 golang-1.7-go
golang-1.7-src graphite-carbon graphite-web haproxy|
| ipset ipvsadm isc-dhcp-server javascript-common keepalived libaio1
libalgorithm-combinatorics-perl|
| libalgorithm-diff-perl libalgorithm-diff-xs-perl libaliased-perl
libanyevent-perl libapache-dbi-perl|
| libapache-htpasswd-perl libapache-logformat-compiler-perl
libapache-session-perl libapache-ssllookup-perl|
| libapache2-mod-apreq2 libapache2-mod-evasive libapache2-mod-perl2
libapache2-mod-proxy-html|
| libapache2-mod-qos libapache2-mod-wsgi libapache2-reload-perl
libapache2-request-perl libapparmor1|
| libappconfig-perl libapreq2-3 libarchive-zip-perl libasa-perl
libasn1-8-heimdal libasync-interrupt-perl|
| libauthen-htpasswd-perl libauthen-krb5-simple-perl
libauthen-pam-perl libauthen-radius-perl|
| libauthen-simple-pam-perl libauthen-simple-perl
libb-hooks-endofscope-perl libb-hooks-op-check-perl|
| libb-keywords-perl libbareword-filehandles-perl libberkeleydb-perl
libbit-vector-perl libboolean-perl|
| libbsd-resource-perl libbytes-random-secure-perl libc-ares2
libcache-bdb-perl libcache-cache-perl|
| libcache-fastmmap-perl libcapture-tiny-perl libcarp-assert-more-perl
libcarp-assert-perl libcarp-clan-perl|
| libcarp-perl libcatalyst-action-renderview-perl
libcatalyst-action-rest-perl|
| libcatalyst-authentication-credential-authen-simple-perl
libcatalyst-authentication-credential-http-perl|
| libcatalyst-authentication-store-dbix-class-perl
libcatalyst-authentication-store-htpasswd-perl|
| libcatalyst-component-instancepercontext-perl
libcatalyst-controller-formbuilder-perl|
| libcatalyst-controller-html-formfu-perl libcatalyst-devel-perl
libcatalyst-dispatchtype-regex-perl|
| libcatalyst-log-log4perl-perl libcatalyst-model-dbi-perl
libcatalyst-model-dbic-schema-perl|
| libcatalyst-modules-perl libcatalyst-perl
libcatalyst-plugin-authentication-perl|
| libcatalyst-plugin-authorization-acl-perl
libcatalyst-plugin-authorization-roles-perl|
| libcatalyst-plugin-cache-perl
libcatalyst-plugin-cache-store-fastmmap-perl|
| libcatalyst-plugin-configloader-perl libcatalyst-plugin-i18n-perl
libcatalyst-plugin-session-perl|
| libcatalyst-plugin-session-state-cookie-perl
libcatalyst-plugin-session-store-cache-perl|
| libcatalyst-plugin-session-store-dbi-perl
libcatalyst-plugin-session-store-dbic-perl|
| libcatalyst-plugin-session-store-delegate-perl
libcatalyst-plugin-session-store-fastmmap-perl|
| libcatalyst-plugin-session-store-file-perl
libcatalyst-plugin-stacktrace-perl|
| libcatalyst-plugin-static-simple-perl
libcatalyst-plugin-subrequest-perl libcatalyst-plugin-unicode-perl|
| libcatalyst-view-csv-perl libcatalyst-view-email-perl
libcatalyst-view-json-perl libcatalyst-view-mason-perl|
| libcatalyst-view-tt-perl libcatalystx-component-traits-perl
libcgi-compile-perl libcgi-emulate-psgi-perl|
| libcgi-formbuilder-perl libcgi-session-driver-chi-perl
libcgi-session-perl|
| libcgi-session-serialize-yaml-perl libcgi-simple-perl
libcgi-struct-xs-perl libchi-driver-redis-perl|
| libchi-memoize-perl libchi-perl libclass-accessor-chained-perl
libclass-accessor-grouped-perl|
| libclass-c3-adopt-next-perl libclass-c3-componentised-perl
libclass-container-perl|
| libclass-data-inheritable-perl libclass-factory-util-perl
libclass-gomor-perl libclass-inspector-perl|
| libclass-load-perl libclass-load-xs-perl libclass-makemethods-perl
libclass-method-modifiers-perl|
| libclass-mix-perl libclass-singleton-perl libclass-throwable-perl
libclass-tiny-perl libclass-unload-perl|
| libclass-xsaccessor-perl libclone-perl libclone-pp-perl
libcollectdclient1 libconfig-any-perl|
| libconfig-general-perl libconfig-inifiles-perl libconfig-tiny-perl
libconfuse-common libconfuse0|
| libconst-fast-perl libcontext-preserve-perl libconvert-binhex-perl
libconvert-nls-date-format-perl|
| libcrypt-cbc-perl libcrypt-eksblowfish-perl
libcrypt-generatepassword-perl libcrypt-openssl-bignum-perl|
| libcrypt-openssl-pkcs10-perl libcrypt-openssl-pkcs12-perl
libcrypt-openssl-rsa-perl|
| libcrypt-openssl-x509-perl libcrypt-passwdmd5-perl
libcrypt-random-seed-perl libcrypt-rc4-perl|
| libcrypt-rijndael-perl libcrypt-smbhash-perl libcrypt-smime-perl
libdata-clone-perl|
| libdata-dumper-concise-perl libdata-messagepack-perl
libdata-messagepack-stream-perl libdata-page-perl|
| libdata-powerset-perl libdata-serializer-perl
libdata-serializer-sereal-perl libdata-structure-util-perl|
| libdata-swap-perl libdata-visitor-perl libdate-calc-perl
libdate-calc-xs-perl libdate-manip-perl|
| libdatetime-format-builder-perl libdatetime-format-dateparse-perl
libdatetime-format-mysql-perl|
| libdatetime-format-natural-perl libdatetime-format-oracle-perl
libdatetime-format-pg-perl|
| libdatetime-format-rfc3339-perl libdatetime-format-strptime-perl
libdatetime-locale-perl libdatetime-perl|
| libdatetime-timezone-perl libdbd-mysql-perl libdbd-sqlite3-perl
libdbi-perl libdbi1|
| libdbix-class-cursor-cached-perl libdbix-class-perl
libdbix-class-schema-loader-perl libdbix-connector-perl|
| libdevel-argnames-perl libdevel-caller-perl
libdevel-globaldestruction-perl libdevel-hide-perl|
| libdevel-lexalias-perl libdevel-partialdump-perl
libdevel-stacktrace-ashtml-perl libdevel-stacktrace-perl|
| libdevel-symdump-perl libdevmapper-event1.02.1 libdigest-jhash-perl
libdigest-md4-perl|
| libdigest-perl-md5-perl libdigest-sha1-perl
libdist-checkconflicts-perl libdpkg-perl libdumbnet1|
| libemail-abstract-perl libemail-address-perl
libemail-date-format-perl libemail-messageid-perl|
| libemail-mime-contenttype-perl libemail-mime-encodings-perl
libemail-mime-perl libemail-sender-perl|
| libemail-simple-perl libemail-valid-perl liberror-perl libesmtp6
libev-perl libeval-closure-perl|
| libexception-class-perl libexporter-lite-perl
libextutils-autoinstall-perl libfcgi-procmanager-perl|
| libfile-changenotify-perl libfile-fcntllock-perl libfile-flock-perl
libfile-homedir-perl|
| libfile-modified-perl libfile-pushd-perl libfile-remove-perl
libfile-sharedir-perl|
| libfile-sharedir-projectdistdir-perl libfile-slurp-perl
libfile-slurp-tiny-perl libfile-tail-perl|
| libfile-tempdir-perl libfile-touch-perl libfile-which-perl
libfilesys-notify-simple-perl libfreeradius3|
| libftdi1 libganglia1 libgd-perl libgetopt-long-descriptive-perl
libgraph-perl libgraphviz-perl libguard-perl|
| libhash-flatten-perl libhash-merge-perl libhash-moreutils-perl
libhash-multivalue-perl libhcrypto4-heimdal|
| libhdb9-heimdal libheap-perl libheimbase1-heimdal libhiredis0.10
libhtml-formfu-perl|
| libhtml-formhandler-perl libhtml-lint-perl libhtml-mason-perl
libhtml-scrubber-perl|
| libhtml-tokeparser-simple-perl libhttp-body-perl
libhttp-request-ascgi-perl libhttp-server-simple-perl|
| libhx509-5-heimdal libimport-into-perl libindirect-perl
libio-event-perl libio-handle-util-perl|
| libio-interactive-perl libio-interface-perl libio-lockedfile-perl
libio-prompt-tiny-perl libio-pty-perl|
| libio-sessiondata-perl libio-socket-timeout-perl libio-stringy-perl
libipc-run-perl libipc-run3-perl|
| libipc-shareable-perl libipc-sharelite-perl libipset3
libiptables-chainmgr-perl libiptables-parse-perl|
| libjcode-pm-perl libjemalloc1 libjs-excanvas libjs-jquery
libjs-jquery-flot libjs-prototype|
| libjs-scriptaculous libjson-any-perl libjson-maybexs-perl
libkrb5-26-heimdal liblasso-perl liblasso3|
| liblexical-sealrequirehints-perl liblingua-en-findnumber-perl
liblingua-en-inflect-number-perl|
|||liblingua-en-inflect-perl liblingua-en-inflect-phrase-perl
liblingua-en-number-isordinal-perl|
|||liblingua-en-tagger-perl liblingua-en-words2nums-perl
liblingua-pt-stemmer-perl liblingua-stem-perl|
| liblingua-stem-snowball-da-perl liblinux-distribution-perl
liblinux-fd-perl liblinux-inotify2-perl|
| liblist-allutils-perl liblist-moreutils-perl libload-perl
liblocale-maketext-lexicon-perl|
| liblog-any-adapter-log4perl-perl liblog-any-adapter-perl
liblog-any-perl liblog-dispatch-config-perl|
| liblog-dispatch-configurator-any-perl liblog-dispatch-perl
liblog-fast-perl liblog-log4perl-perl|
| liblog-trace-perl liblua5.3-0 liblvm2app2.2 liblvm2cmd2.02
liblwp-useragent-determined-perl|
| libmail-sendmail-perl libmariadbclient18 libmath-random-isaac-perl
libmath-random-isaac-xs-perl|
| libmemcached11 libmemoize-expirelru-perl libmime-lite-perl
libmime-lite-tt-perl libmime-tools-perl|
| libmime-types-perl libmodbus5 libmodule-find-perl
libmodule-implementation-perl libmodule-install-perl|
| libmodule-refresh-perl libmodule-runtime-conflicts-perl
libmodule-runtime-perl libmodule-scandeps-perl|
| libmoo-perl libmoose-perl libmoosex-aliases-perl
libmoosex-attribute-chained-perl|
| libmoosex-emulate-class-accessor-fast-perl libmoosex-getopt-perl
libmoosex-markasmethods-perl|
| libmoosex-methodattributes-perl libmoosex-nonmoose-perl
libmoosex-params-validate-perl|
| libmoosex-role-parameterized-perl
libmoosex-role-withoverloading-perl libmoosex-semiaffordanceaccessor-perl|
| libmoosex-traits-pluggable-perl libmoosex-types-common-perl
libmoosex-types-loadableclass-perl|
| libmoosex-types-perl libmoox-types-mooselike-numeric-perl
libmoox-types-mooselike-perl|
| libmultidimensional-perl libmysqlclient18
libnamespace-autoclean-perl libnamespace-clean-perl|
| libnet-appliance-session-perl libnet-arp-perl
libnet-cisco-mse-rest-perl libnet-cli-interact-perl|
| libnet-dns-perl libnet-domain-tld-perl libnet-frame-device-perl
libnet-frame-dump-perl|
| libnet-frame-layer-icmpv6-perl libnet-frame-layer-ipv6-perl
libnet-frame-perl libnet-frame-simple-perl|
| libnet-interface-perl libnet-ip-perl libnet-ipv6addr-perl
libnet-libdnet-perl libnet-libdnet6-perl|
| libnet-nessus-rest-perl libnet-nessus-xmlrpc-perl
libnet-netmask-perl libnet-oauth2-perl libnet-pcap-perl|
| libnet-radius-perl libnet-rawip-perl libnet-route-perl
libnet-snmp-perl libnet-ssh2-perl libnet-syslog-perl|
| libnet-telnet-cisco-perl libnet-telnet-perl libnet-wmiclient-perl
libnet-write-perl libnet1|
| libnetaddr-ip-perl libnetpacket-perl libnetwork-ipv4addr-perl
libnuma1 libnumber-format-perl|
| libnumber-range-perl libobject-signature-perl
libole-storage-lite-perl libopenipmi0 liboping0|
| libossp-uuid-perl libossp-uuid16 libow-2.9-8 libowcapi-2.9-8
libpackage-deprecationmanager-perl|
| libpackage-stash-perl libpackage-stash-xs-perl
libpackage-variant-perl libpadwalker-perl libpar-dist-perl|
| libparams-classify-perl libparams-validate-perl
libparse-nessus-nbe-perl libparse-recdescent-perl|
| libpath-class-perl libpath-finddev-perl libpath-isdev-perl
libpath-tiny-perl libperl-critic-perl|
| libperl-version-perl libperlio-via-timeout-perl
libphp-serialization-perl|
| libplack-middleware-fixmissingbodyinredirect-perl
libplack-middleware-methodoverride-perl|
| libplack-middleware-removeredundantbody-perl
libplack-middleware-reverseproxy-perl libplack-perl|
| libplack-test-externalserver-perl libpod-coverage-perl
libpod-spell-perl libposix-2008-perl|
| libposix-strftime-compiler-perl libppi-perl libppix-regexp-perl
libppix-utilities-perl libpq5|
| libproc-processtable-perl librabbitmq1 librdkafka1 libreadline5
libreadonly-perl libreadonly-xs-perl|
| libredis-fast-perl libredis-perl libregexp-assemble-perl
libregexp-common-email-address-perl|
| libregexp-common-time-perl libroken18-heimdal librole-tiny-perl
librose-datetime-perl librose-db-object-perl|
| librose-db-perl librose-object-perl librrd4 librrds-perl
libsafe-isa-perl libscalar-list-utils-perl|
| libscope-guard-perl libscope-upper-perl libsereal-decoder-perl
libsereal-encoder-perl libserialport0|
| libset-object-perl libsigrok2 libsnmp-perl
libsnowball-norwegian-perl libsnowball-swedish-perl|
| libsoap-lite-perl libsort-naturally-perl
libspreadsheet-parseexcel-perl libspreadsheet-writeexcel-perl|
| libsql-abstract-more-perl libsql-abstract-perl
libsql-reservedwords-perl libsql-translator-perl|
| libstream-buffered-perl libstrictures-perl libstring-camelcase-perl
libstring-escape-perl|
| libstring-format-perl libstring-rewriteprefix-perl
libstring-toidentifier-en-perl|
| libsub-exporter-progressive-perl libsub-identify-perl
libsub-uplevel-perl libsys-hostname-long-perl|
| libtask-weaken-perl libtemplate-autofilter-perl libtemplate-perl
libtemplate-provider-encoding-perl|
| libtemplate-timer-perl libterm-readkey-perl
libterm-readpassword-perl libterm-size-any-perl|
| libterm-size-perl-perl libtest-assertions-perl libtest-deep-perl
libtest-differences-perl|
| libtest-exception-perl libtest-leaktrace-perl
libtest-longstring-perl libtest-mockdbi-perl|
| libtest-mockobject-perl libtest-perl-critic-perl
libtest-pod-coverage-perl libtest-pod-perl|
| libtest-sharedfork-perl libtest-tcp-perl libtest-warn-perl
libtest-www-mechanize-catalyst-perl|
| libtest-www-mechanize-perl libtext-autoformat-perl libtext-csv-perl
libtext-csv-xs-perl libtext-diff-perl|
| libtext-german-perl libtext-glob-perl libtext-recordparser-perl
libtext-reform-perl libtext-simpletable-perl|
| libtext-tabulardisplay-perl libthread-conveyor-monitored-perl
libthread-conveyor-perl libthread-pool-perl|
| libthread-pool-simple-perl libthread-serialize-perl
libthread-tie-perl libthrowable-perl libtie-dxhash-perl|
| libtie-toobject-perl libtime-clock-perl libtime-duration-parse-perl
libtime-duration-perl libtime-out-perl|
| libtime-period-perl libtokyotyrant3 libtree-simple-perl
libtree-simple-visitorfactory-perl libtry-tiny-perl|
| libunicode-map-perl libunicode-utf8-perl libuniversal-can-perl
libuniversal-exports-perl|
| libuniversal-isa-perl libuniversal-require-perl libupsclient4
liburi-escape-xs-perl liburi-find-perl|
| libv8-3.14.5 libvariable-magic-perl libvarnishapi1 libvirt0
libwind0-heimdal libwmiclient1 libwww-curl-perl|
| libwww-mechanize-perl libwww-twilio-api-perl libxmlrpc-lite-perl
libxmlsec1 libxmlsec1-openssl|
| libyaml-libyaml-perl libyaml-perl libyaml-syck-perl
libyaml-tiny-perl libzip2 lvm2 mariadb-common|
| mariadb-server-core-10.1 mysql-common nodejs openssl-blacklist-extra
owfs-common p0f packetfence-config|
| packetfence-doc packetfence-golang-daemon packetfence-ntlm-wrapper
packetfence-pfcmd-suid|
| packetfence-redis-cache perltidy python-characteristic python-django
python-django-common|
| python-django-tagging python-mysqldb python-pam
python-pyasn1-modules python-pyparsing python-serial|
| python-service-identity python-simplejson python-sqlparse
python-twisted-bin python-twisted-core|
| python-whisper redis-server redis-tools rrdtool rsync samba
samba-dsdb-modules samba-vfs-modules snmp snmpd|
| snmptrapfmt socat sqlite3 sscep sudo tdb-tools vlan winbind wmi-client|
|Veuillez utiliser « apt-get autoremove » pour les supprimer.|
|Les paquets supplémentaires suivants seront installés : |
|||freeradius freeradius-ldap freeradius-mysql freeradius-redis
freeradius-rest freeradius-utils golang-1.7-go|
| golang-1.7-src libcrypt-cbc-perl libcrypt-rijndael-perl
libfreeradius3 liblua5.3-0 libmariadbclient18|
| libmysqlclient18 mariadb-server-core-10.1 packetfence-doc
packetfence-golang-daemon|
|Paquets suggérés :|
| freeradius-postgresql freeradius-krb5 bzr git mercurial subversion|
|Paquets recommandés :|
| g++ gcc libc6-dev pkg-config|
|Les paquets suivants seront ENLEVÉS :|
| mysql-client-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5
packetfence|
|Les NOUVEAUX paquets suivants seront installés :|
| golang-1.7-go golang-1.7-src libcrypt-cbc-perl
libcrypt-rijndael-perl liblua5.3-0 libmariadbclient18|
| mariadb-server-core-10.1 packetfence-doc packetfence-golang-daemon|
|Les paquets suivants seront mis à jour :|
|||freeradius freeradius-ldap freeradius-mysql freeradius-redis
freeradius-rest freeradius-utils libfreeradius3|
|||libmysqlclient18|
|8 mis à jour, 9 nouvellement installés, 5 à enlever et 2 non mis à jour.|
|2 partiellement installés ou enlevés.|
|Il est nécessaire de prendre 51,2 Mo dans les archives.|
|Après cette opération, 17,5 Mo d'espace disque supplémentaires seront
utilisés.|
|Souhaitez-vous continuer ? [O/n] n|
|Annulation.|
May you have any clues about this issue ? I tried several actions
found randomly on Google, with no luck :-(
Thx again for your help :-)
Regards
Greg
Thanks a lot everyone.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users
--
Antoine Amacher
[email protected] :: www.inverse.ca
+1.514.447.4918 x130 :: +1 (866) 353-6153 x130
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence
(www.packetfence.org)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users