You are not logged in.

#1 2016-09-18 21:11:47

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Is it necessary to update Archlinux before installing MariaDB/MySQL?

I am trying to install MariaDB/MySQL in Archlinux.

As per a recommended steps given on this link How to install MariaDB

I tried to update Archlinux using

sudo pacman -Syu

However the command failed with the following errors:

(173/173) checking keys in keyring                                                 
[################################################] 100%
(173/173) checking package integrity                                                                                         
[############################################################################] 100%
(173/173) loading package files                                                                                              
[############################################################################] 100%
(173/173) checking for file conflicts                                                                                        
[############################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem

I later found out that the steps in this link Binaries move to /usr/bin requiring update intervention need to be followed to correct the issue.

Is it absolutely necessary for me to update Archlinux before installing MariaDB or can I just go ahead and do

sudo pacman -S mysql

Offline

#2 2016-09-18 21:14:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

You really need to fix that: partial updates are unsupported.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-09-18 21:18:36

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

jasonwryan wrote:

You really need to fix that: partial updates are unsupported.

Thanks for the reply, so I really need to update right?

I'm just confused about the given steps


The following instructions will ensure a safe update:

1) Fix any non-official packages with files in /bin, /sbin or /usr/sbin to put those files in /usr/bin. The list of packages that are not in a repo that need to be fixed can be generated using:

$ pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -

Also check packages installed from non-official repos using:

$ paclist <repo> | awk ' { print $1 } ' | pacman -Ql - | grep ' /s\?bin/\| /usr/sbin/'

2) Make sure any packages in IgnorePkg or IgnoreGroup do not have files in /bin, /sbin, or /usr/sbin. Fix them if necessary.

3) If you have files in /bin, /sbin or /usr/sbin that are unowned by any package, you need to move them. Find a list using:

$ find /bin /sbin /usr/sbin -exec pacman -Qo -- {} + >/dev/null

4) Ensure all partitions are mounted if using autofs. They may not automount when needed later in this update.

I mean If I do find packages in those folders how do I fix them?

Offline

#4 2016-09-18 21:24:23

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

2013-06-03 - Allan McRae

You have not run a full update in over three years?

Offline

#5 2016-09-18 21:24:25

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

Those instructions were meant for identifying packages that had files in those directories that would prevent them being replaced by a symbolic link. If that news post is actually relevant for you, it means you haven't updated in over 3 years, and are likely to have a lot more inconsistencies than just with the /usr/bin merge. If that is the case you'd probably be better off doing a fresh install if you really want to keep running Arch given some other changes that have occurred in that amount of time.

If you've been updating regularly but still get that error, posting the output of

 pacman -Qo  /bin /sbin /usr/sbin 

and

ls -l / 

might be helpful seeing exactly how weird things managed to get

Offline

#6 2016-09-18 21:41:25

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

I don't really remember when was the last time I updated...

pacman -Qo  /bin /sbin /usr/sbin
/bin/ is owned by bash 4.2.045-1
/bin/ is owned by coreutils 8.21-1
/bin/ is owned by inetutils 1.9.1-4
/bin/ is owned by iputils 20121221-1
/bin/ is owned by keyutils 1.5.5-3
/bin/ is owned by net-tools 1.60.20120804git-2
/bin/ is owned by procps-ng 3.3.7-1
/bin/ is owned by shadow 4.1.5.1-5
/bin/ is owned by systemd 200-1
/bin/ is owned by sysvinit-tools 2.88-9
/bin/ is owned by tar 1.26-2
/bin/ is owned by util-linux 2.22.2-2
/sbin/ is owned by dhcpcd 5.6.7-1
/sbin/ is owned by e2fsprogs 1.42.7-1
/sbin/ is owned by iproute2 3.8.0-1
/sbin/ is owned by jfsutils 1.1.15-3
/sbin/ is owned by keyutils 1.5.5-3
/sbin/ is owned by kmod 12-1
/sbin/ is owned by mdadm 3.2.6-3
/sbin/ is owned by net-tools 1.60.20120804git-2
/sbin/ is owned by pam 1.1.6-1
/sbin/ is owned by pcmciautils 018-6
/sbin/ is owned by procps-ng 3.3.7-1
/sbin/ is owned by reiserfsprogs 3.6.22-1
/sbin/ is owned by shadow 4.1.5.1-5
/sbin/ is owned by systemd 200-1
/sbin/ is owned by systemd-sysvcompat 200-1
/sbin/ is owned by sysvinit-tools 2.88-9
/sbin/ is owned by util-linux 2.22.2-2
/sbin/ is owned by xfsprogs 3.1.10-1
/usr/sbin/ is owned by ca-certificates 20130119-1
/usr/sbin/ is owned by cracklib 2.8.22-1
/usr/sbin/ is owned by cronie 1.4.9-2
/usr/sbin/ is owned by cryptsetup 1.6.0-1
/usr/sbin/ is owned by device-mapper 2.02.98-3
/usr/sbin/ is owned by dhcpcd 5.6.7-1
/usr/sbin/ is owned by e2fsprogs 1.42.7-1
/usr/sbin/ is owned by filesystem 2013.03-2
/usr/sbin/ is owned by gnupg 2.0.19-6
/usr/sbin/ is owned by gpm 1.20.7-1
/usr/sbin/ is owned by haveged 1.7.a-1
/usr/sbin/ is owned by inetutils 1.9.1-4
/usr/sbin/ is owned by iproute2 3.8.0-1
/usr/sbin/ is owned by iptables 1.4.18-1
/usr/sbin/ is owned by iputils 20121221-1
/usr/sbin/ is owned by krb5 1.11.1-1
/usr/sbin/ is owned by libcap 2.22-3
/usr/sbin/ is owned by libsasl 2.1.23-10
/usr/sbin/ is owned by logrotate 3.8.3-1
/usr/sbin/ is owned by lvm2 2.02.98-3
/usr/sbin/ is owned by man-db 2.6.3-1
/usr/sbin/ is owned by mtr 0.83-1
/usr/sbin/ is owned by openssh 6.2p1-1
/usr/sbin/ is owned by pciutils 3.1.10-1
/usr/sbin/ is owned by ppp 2.4.5-5
/usr/sbin/ is owned by shadow 4.1.5.1-5
/usr/sbin/ is owned by util-linux 2.22.2-2
/usr/sbin/ is owned by xfsprogs 3.1.10-1

Offline

#7 2016-09-18 21:52:08

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

https://git.archlinux.org/svntogit/pack … md&ofs=100

2013-04-08    upgpkg: systemd 201-1    dreisner

ArchNinja wrote:

I don't really remember when was the last time I updated...

Pacman#Upgrading_packages

Remember that pacman's output is logged in /var/log/pacman.log.

That should help you find the last time you ran

pacman -Syu

Please also post the full pacman log

Offline

#8 2016-09-18 22:02:08

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

loqs wrote:

Please also post the full pacman log

:: Synchronizing package databases...
 core is up to date
 extra                                                                                             1756.7 KiB  4.86M/s 00:00 [############################################################################] 100%
 community                                                                                            3.6 MiB  9.09M/s 00:00 [############################################################################] 100%
:: Starting full system upgrade...
:: Replace dirmngr with core/gnupg? [Y/n] y
:: Replace dnsutils with extra/bind-tools? [Y/n] y
:: Replace heirloom-mailx with core/s-nail? [Y/n] y
:: Replace libusbx with core/libusb? [Y/n] y
:: Replace lzo2 with core/lzo? [Y/n] y
:: Replace sysvinit-tools with core/procps-ng? [Y/n] y
resolving dependencies...
looking for conflicting packages...

Packages (179) acl-2.2.52-2  archlinux-keyring-20160812-1  attr-2.4.47-1  autoconf-2.69-4  automake-1.15-2  bash-4.3.046-1  bind-tools-9.10.4.P2-1  binutils-2.27-1  bison-3.0.4-2  bzip2-1.0.6-5
               ca-certificates-20160507-1  ca-certificates-cacert-20140824-3  ca-certificates-mozilla-3.26-1  ca-certificates-utils-20160507-1  coreutils-8.25-2  cracklib-2.9.6-1  cronie-1.5.1-1
               cryptsetup-1.7.2-1  curl-7.50.3-1  db-5.3.28-3  dbus-1.10.10-3  device-mapper-2.02.165-1  dhcpcd-6.11.3-1  diffutils-3.5-1  dirmngr-1.1.0-4 [removal]  dnssec-anchors-20150403-1
               dnsutils-9.9.2.P2-1 [removal]  e2fsprogs-1.43.3-1  expat-2.2.0-2  fakeroot-1.21-2  file-5.28-1  filesystem-2015.09-1  findutils-4.6.0-2  flex-2.6.1-1  gawk-4.1.4-1  gcc-6.2.1-1
               gcc-libs-6.2.1-1  gdbm-1.12-2  geoip-1.6.6-2  geoip-database-20160907-1  gettext-0.19.8.1-2  git-2.10.0-1  glib2-2.48.2-1  glibc-2.24-2  gmp-6.1.1-1  gnupg-2.1.15-1  gnutls-3.4.15-1
               gpgme-1.6.0-3  gpm-1.20.7-7  grep-2.25-2  groff-1.22.3-7  guile-2.0.12-1  gzip-1.8-2  haveged-1.9.1-2  heirloom-mailx-12.5-3 [removal]  http-parser-2.7.1-1  hwids-20160801-1
               iana-etc-20160513-1  icu-57.1-1  idnkit-1.0-3  inetutils-1.9.4-4  iproute2-4.7.0-1  iptables-1.6.0-1  iputils-20160308.0db72a4-1  jfsutils-1.1.15-4  json-c-0.12.1-1  kbd-2.0.3-1
               keyutils-1.5.9-1  kmod-23-1  krb5-1.13.4-1  ldns-1.6.17-4  less-481-2  libaio-0.3.110-1  libarchive-3.2.1-2  libassuan-2.4.3-1  libatomic_ops-7.4.4-1  libcap-2.25-1  libedit-20160618_3.1-1
               libelf-0.167-1  libffi-3.2.1-2  libgcrypt-1.7.3-1  libgpg-error-1.24-1  libgssglue-0.4-2  libidn-1.33-1  libksba-1.3.4-2  libldap-2.4.44-2  libmnl-1.0.4-1  libmpc-1.0.3-2  libnftnl-1.0.6-1
               libnl-3.2.28-1  libpcap-1.7.4-1  libpipeline-1.4.1-1  libsasl-2.1.26-8  libseccomp-2.3.1-1  libsecret-0.18.5-1  libssh2-1.7.0-2  libsystemd-231-1  libtasn1-4.9-2  libtirpc-1.0.1-2
               libtool-2.4.6-5  libunistring-0.9.6-2  libusb-1.0.20-1  libusbx-1.0.14-1 [removal]  libutil-linux-2.28.2-1  libuv-1.9.1-1  libxml2-2.9.4+4+g3169602-1  licenses-20140629-1
               linux-api-headers-4.7-1  logrotate-3.10.0-1  lvm2-2.02.165-1  lz4-131-2  lzo-2.09-1  lzo2-2.06-1 [removal]  m4-1.4.17-2  make-4.2.1-1  man-db-2.7.5-4  man-pages-4.07-1  mdadm-3.4-1
               mkinitcpio-21-1  mkinitcpio-busybox-1.24.2-1  mpfr-3.1.4.p1-1  mtr-0.87-1  nano-2.7.0-1  ncurses-6.0-4  net-tools-1.60.20160710git-1  nettle-3.2-2  nodejs-6.6.0-1  npth-1.2-1  ntp-4.2.8.p8-1
               openssh-7.3p1-1  openssl-1.0.2.h-1  p11-kit-0.23.2-1  pacman-5.0.1-4  pacman-mirrorlist-20160913-1  pam-1.3.0-1  pambase-20130928-1  pciutils-3.5.1-1  pcmciautils-018-7  pcre-8.39-1
               perl-5.24.0-2  perl-error-0.17024-1  pinentry-0.9.7-3  pkg-config-0.29.1-2  popt-1.16-8  ppp-2.4.7-2  procps-ng-3.3.12-1  psmisc-22.21-3  pth-2.0.7-5  python-3.5.2-1  python2-2.7.12-1
               readline-6.3.008-4  reiserfsprogs-3.6.25-1  run-parts-4.7-1  s-nail-14.8.10-1  screen-4.4.0-1  sed-4.2.2-4  shadow-4.2.1-3  sqlite-3.14.2-1  sudo-1.8.17.p1-1  sysfsutils-2.1.0-9  systemd-231-1
               systemd-sysvcompat-231-1  sysvinit-tools-2.88-9 [removal]  tar-1.29-1  texinfo-6.1-4  thin-provisioning-tools-0.6.3-1  tzdata-2016f-1  unzip-6.0-12  usbutils-008-1  util-linux-2.28.2-1
               vi-1:070224-2  vim-7.4.2334-1  vim-runtime-7.4.2334-1  which-2.21-2  whois-5.2.12-1  xfsprogs-4.7.0-1  xz-5.2.2-1  zip-3.0-7  zlib-1.2.8-4

Total Installed Size:  839.27 MiB
Net Upgrade Size:       72.25 MiB

:: Proceed with installation? [Y/n] y
(173/173) checking keys in keyring                                                                                           [############################################################################] 100%
(173/173) checking package integrity                                                                                         [############################################################################] 100%
(173/173) loading package files                                                                                              [############################################################################] 100%
(173/173) checking for file conflicts                                                                                        [############################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.

Offline

#9 2016-09-18 22:15:21

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

What is output of

$ head -n 20 /var/log/pacman.log

When was this system created and by who?

Offline

#10 2016-09-18 22:21:10

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

loqs wrote:

What is output of

$ head -n 20 /var/log/pacman.log
[2012-10-22 15:49] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base dnsutils iproute2 iptables mtr net-tools netcfg ntp openssh openssl pacman-mirrorlist sudo whois unzip zip
inetutils vim systemd-sysvcompat haveged'
[2012-10-22 15:49] synchronizing package lists
[2012-10-22 15:51] installed linux-api-headers (3.5.5-1)
[2012-10-22 15:51] installed tzdata (2012g-1)
[2012-10-22 15:51] installed glibc (2.16.0-4)
[2012-10-22 15:51] installed ncurses (5.9-3)
[2012-10-22 15:51] installed readline (6.2.004-1)
[2012-10-22 15:51] installed bash (4.2.037-1)
[2012-10-22 15:51] installed bzip2 (1.0.6-4)
[2012-10-22 15:51] installed gcc-libs (4.7.2-1)
[2012-10-22 15:51] installed db (5.3.21-1)
[2012-10-22 15:51] installed zlib (1.2.7-1)
[2012-10-22 15:51] installed cracklib (2.8.19-1)
[2012-10-22 15:51] installed libgssglue (0.4-1)
[2012-10-22 15:51] installed libtirpc (0.2.2-2)
[2012-10-22 15:51] installed pambase (20120701-1)
[2012-10-22 15:51] installed pam (1.1.6-1)
[2012-10-22 15:51] installed attr (2.4.46-2)
[2012-10-22 15:51] installed acl (2.2.51-2)
[2012-10-22 15:51] installed gmp (5.0.5-1)

Offline

#11 2016-09-18 22:24:35

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,442
Website

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

ArchNinja, you've been asked several times now when was the last time you did a full system upgrade.  You don't remember, that's fine - but you've also been given the tools on how to determine this more than once.  Please answer when you last updated and or post your full pacman.log as requested.

EDIT: In your previous thread it seemed to come out that you have never updated your system since installing it at the end of 2012.  But you also said you planned to do a fresh install (in April 2016).  From the looks of it you've not yet done the fresh install - and if you really haven't ever updated since 2012, then that is likely your only choice now.  Well, not the only choice - the alternative is to pick a distro more suited to such neglect (if there is one).


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#12 2016-09-18 22:30:12

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

ArchNinja wrote:
loqs wrote:

Please also post the full pacman log

:: Synchronizing package databases...
 core is up to date
 extra                                                                                             1756.7 KiB  4.86M/s 00:00 [############################################################################] 100%
 community                                                                                            3.6 MiB  9.09M/s 00:00 [############################################################################] 100%
:: Starting full system upgrade...
:: Replace dirmngr with core/gnupg? [Y/n] y
:: Replace dnsutils with extra/bind-tools? [Y/n] y
:: Replace heirloom-mailx with core/s-nail? [Y/n] y
:: Replace libusbx with core/libusb? [Y/n] y
:: Replace lzo2 with core/lzo? [Y/n] y
:: Replace sysvinit-tools with core/procps-ng? [Y/n] y
resolving dependencies...
looking for conflicting packages...

Packages (179) acl-2.2.52-2  archlinux-keyring-20160812-1  attr-2.4.47-1  autoconf-2.69-4  automake-1.15-2  bash-4.3.046-1  bind-tools-9.10.4.P2-1  binutils-2.27-1  bison-3.0.4-2  bzip2-1.0.6-5
               ca-certificates-20160507-1  ca-certificates-cacert-20140824-3  ca-certificates-mozilla-3.26-1  ca-certificates-utils-20160507-1  coreutils-8.25-2  cracklib-2.9.6-1  cronie-1.5.1-1
               cryptsetup-1.7.2-1  curl-7.50.3-1  db-5.3.28-3  dbus-1.10.10-3  device-mapper-2.02.165-1  dhcpcd-6.11.3-1  diffutils-3.5-1  dirmngr-1.1.0-4 [removal]  dnssec-anchors-20150403-1
               dnsutils-9.9.2.P2-1 [removal]  e2fsprogs-1.43.3-1  expat-2.2.0-2  fakeroot-1.21-2  file-5.28-1  filesystem-2015.09-1  findutils-4.6.0-2  flex-2.6.1-1  gawk-4.1.4-1  gcc-6.2.1-1
               gcc-libs-6.2.1-1  gdbm-1.12-2  geoip-1.6.6-2  geoip-database-20160907-1  gettext-0.19.8.1-2  git-2.10.0-1  glib2-2.48.2-1  glibc-2.24-2  gmp-6.1.1-1  gnupg-2.1.15-1  gnutls-3.4.15-1
               gpgme-1.6.0-3  gpm-1.20.7-7  grep-2.25-2  groff-1.22.3-7  guile-2.0.12-1  gzip-1.8-2  haveged-1.9.1-2  heirloom-mailx-12.5-3 [removal]  http-parser-2.7.1-1  hwids-20160801-1
               iana-etc-20160513-1  icu-57.1-1  idnkit-1.0-3  inetutils-1.9.4-4  iproute2-4.7.0-1  iptables-1.6.0-1  iputils-20160308.0db72a4-1  jfsutils-1.1.15-4  json-c-0.12.1-1  kbd-2.0.3-1
               keyutils-1.5.9-1  kmod-23-1  krb5-1.13.4-1  ldns-1.6.17-4  less-481-2  libaio-0.3.110-1  libarchive-3.2.1-2  libassuan-2.4.3-1  libatomic_ops-7.4.4-1  libcap-2.25-1  libedit-20160618_3.1-1
               libelf-0.167-1  libffi-3.2.1-2  libgcrypt-1.7.3-1  libgpg-error-1.24-1  libgssglue-0.4-2  libidn-1.33-1  libksba-1.3.4-2  libldap-2.4.44-2  libmnl-1.0.4-1  libmpc-1.0.3-2  libnftnl-1.0.6-1
               libnl-3.2.28-1  libpcap-1.7.4-1  libpipeline-1.4.1-1  libsasl-2.1.26-8  libseccomp-2.3.1-1  libsecret-0.18.5-1  libssh2-1.7.0-2  libsystemd-231-1  libtasn1-4.9-2  libtirpc-1.0.1-2
               libtool-2.4.6-5  libunistring-0.9.6-2  libusb-1.0.20-1  libusbx-1.0.14-1 [removal]  libutil-linux-2.28.2-1  libuv-1.9.1-1  libxml2-2.9.4+4+g3169602-1  licenses-20140629-1
               linux-api-headers-4.7-1  logrotate-3.10.0-1  lvm2-2.02.165-1  lz4-131-2  lzo-2.09-1  lzo2-2.06-1 [removal]  m4-1.4.17-2  make-4.2.1-1  man-db-2.7.5-4  man-pages-4.07-1  mdadm-3.4-1
               mkinitcpio-21-1  mkinitcpio-busybox-1.24.2-1  mpfr-3.1.4.p1-1  mtr-0.87-1  nano-2.7.0-1  ncurses-6.0-4  net-tools-1.60.20160710git-1  nettle-3.2-2  nodejs-6.6.0-1  npth-1.2-1  ntp-4.2.8.p8-1
               openssh-7.3p1-1  openssl-1.0.2.h-1  p11-kit-0.23.2-1  pacman-5.0.1-4  pacman-mirrorlist-20160913-1  pam-1.3.0-1  pambase-20130928-1  pciutils-3.5.1-1  pcmciautils-018-7  pcre-8.39-1
               perl-5.24.0-2  perl-error-0.17024-1  pinentry-0.9.7-3  pkg-config-0.29.1-2  popt-1.16-8  ppp-2.4.7-2  procps-ng-3.3.12-1  psmisc-22.21-3  pth-2.0.7-5  python-3.5.2-1  python2-2.7.12-1
               readline-6.3.008-4  reiserfsprogs-3.6.25-1  run-parts-4.7-1  s-nail-14.8.10-1  screen-4.4.0-1  sed-4.2.2-4  shadow-4.2.1-3  sqlite-3.14.2-1  sudo-1.8.17.p1-1  sysfsutils-2.1.0-9  systemd-231-1
               systemd-sysvcompat-231-1  sysvinit-tools-2.88-9 [removal]  tar-1.29-1  texinfo-6.1-4  thin-provisioning-tools-0.6.3-1  tzdata-2016f-1  unzip-6.0-12  usbutils-008-1  util-linux-2.28.2-1
               vi-1:070224-2  vim-7.4.2334-1  vim-runtime-7.4.2334-1  which-2.21-2  whois-5.2.12-1  xfsprogs-4.7.0-1  xz-5.2.2-1  zip-3.0-7  zlib-1.2.8-4

Total Installed Size:  839.27 MiB
Net Upgrade Size:       72.25 MiB

:: Proceed with installation? [Y/n] y
(173/173) checking keys in keyring                                                                                           [############################################################################] 100%
(173/173) checking package integrity                                                                                         [############################################################################] 100%
(173/173) loading package files                                                                                              [############################################################################] 100%
(173/173) checking for file conflicts                                                                                        [############################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.

If that was the full pacman.log its output would match

[2012-10-22 15:49] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base dnsutils iproute2 iptables mtr net-tools netcfg ntp openssh openssl pacman-mirrorlist sudo whois unzip zip
inetutils vim systemd-sysvcompat haveged'
[2012-10-22 15:49] synchronizing package lists
[2012-10-22 15:51] installed linux-api-headers (3.5.5-1)
[2012-10-22 15:51] installed tzdata (2012g-1)
[2012-10-22 15:51] installed glibc (2.16.0-4)
[2012-10-22 15:51] installed ncurses (5.9-3)
[2012-10-22 15:51] installed readline (6.2.004-1)
[2012-10-22 15:51] installed bash (4.2.037-1)
[2012-10-22 15:51] installed bzip2 (1.0.6-4)
[2012-10-22 15:51] installed gcc-libs (4.7.2-1)
[2012-10-22 15:51] installed db (5.3.21-1)
[2012-10-22 15:51] installed zlib (1.2.7-1)
[2012-10-22 15:51] installed cracklib (2.8.19-1)
[2012-10-22 15:51] installed libgssglue (0.4-1)
[2012-10-22 15:51] installed libtirpc (0.2.2-2)
[2012-10-22 15:51] installed pambase (20120701-1)
[2012-10-22 15:51] installed pam (1.1.6-1)
[2012-10-22 15:51] installed attr (2.4.46-2)
[2012-10-22 15:51] installed acl (2.2.51-2)
[2012-10-22 15:51] installed gmp (5.0.5-1)

Please post the full pacman log meaning the full contents of /var/log/pacman.log eg

$ cat /var/log/pacman.log

Offline

#13 2016-09-19 05:17:19

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

loqs wrote:

Please post the full pacman log meaning the full contents of /var/log/pacman.log eg

$ cat /var/log/pacman.log
[2012-10-22 15:49] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base dnsutils iproute2 iptables mtr net-tools netcfg ntp openssh openssl pacman-mirrorlist sudo whois unzip zip
inetutils vim systemd-sysvcompat haveged'
[2012-10-22 15:49] synchronizing package lists
[2012-10-22 15:51] installed linux-api-headers (3.5.5-1)
[2012-10-22 15:51] installed tzdata (2012g-1)
[2012-10-22 15:51] installed glibc (2.16.0-4)
[2012-10-22 15:51] installed ncurses (5.9-3)
[2012-10-22 15:51] installed readline (6.2.004-1)
[2012-10-22 15:51] installed bash (4.2.037-1)
[2012-10-22 15:51] installed bzip2 (1.0.6-4)
[2012-10-22 15:51] installed gcc-libs (4.7.2-1)
[2012-10-22 15:51] installed db (5.3.21-1)
[2012-10-22 15:51] installed zlib (1.2.7-1)
[2012-10-22 15:51] installed cracklib (2.8.19-1)
[2012-10-22 15:51] installed libgssglue (0.4-1)
[2012-10-22 15:51] installed libtirpc (0.2.2-2)
[2012-10-22 15:51] installed pambase (20120701-1)
[2012-10-22 15:51] installed pam (1.1.6-1)
[2012-10-22 15:51] installed attr (2.4.46-2)
[2012-10-22 15:51] installed acl (2.2.51-2)
[2012-10-22 15:51] installed gmp (5.0.5-1)
[2012-10-22 15:51] installed libcap (2.22-3)
[2012-10-22 15:51] installed coreutils (8.19-1)
[2012-10-22 15:51] installed run-parts (4.3.4-1)
[2012-10-22 15:51] installed cronie (1.4.8-3)
[2012-10-22 15:51] installed libgpg-error (1.10-2)
[2012-10-22 15:51] installed libgcrypt (1.5.0-3)
[2012-10-22 15:51] installed shadow (4.1.5.1-1)
[2012-10-22 15:51] install: invalid user 'uuidd'
[2012-10-22 15:51] installed util-linux (2.22.1-1)
[2012-10-22 15:51] installed expat (2.1.0-1)
[2012-10-22 15:51] installed iana-etc (2.30-3)
[2012-10-22 15:51] installed filesystem (2012.10-1)
[2012-10-22 15:51] installed dbus-core (1.6.8-1)
[2012-10-22 15:51] installed pcre (8.31-1)
[2012-10-22 15:51] installed libffi (3.0.11-1)
[2012-10-22 15:51] installed glib2 (2.32.4-1)
[2012-10-22 15:51] installed kbd (1.15.3-3)
[2012-10-22 15:51] installed kmod (10-1)
[2012-10-22 15:51] installed hwids (20121012-1)
[2012-10-22 15:51] installed xz (5.0.4-1)
[2012-10-22 15:51] ln -s '/usr/lib/systemd/system/getty@.service' '/etc/systemd/system/getty.target.wants/getty@tty1.service'
[2012-10-22 15:51] Initializing machine ID from random generator.
[2012-10-22 15:51] :: Append 'init=/bin/systemd' to your kernel command line in your
[2012-10-22 15:51]    bootloader to replace sysvinit with systemd
[2012-10-22 15:51] installed systemd (194-4)
[2012-10-22 15:51] installed device-mapper (2.02.97-1)
[2012-10-22 15:51] installed popt (1.16-5)
[2012-10-22 15:51] installed cryptsetup (1.5.0-2)
[2012-10-22 15:51] installed dhcpcd (5.6.2-1)
[2012-10-22 15:51] installed diffutils (3.2-1)
[2012-10-22 15:51] installed e2fsprogs (1.42.5-1)
[2012-10-22 15:51] installed file (5.11-1)
[2012-10-22 15:51] installed findutils (4.4.2-4)
[2012-10-22 15:51] installed gawk (4.0.1-1)
[2012-10-22 15:51] installed gettext (0.18.1.1-4)
[2012-10-22 15:51] installed grep (2.14-1)
[2012-10-22 15:51] installed gzip (1.5-1)
[2012-10-22 15:51] installed gdbm (1.10-1)
[2012-10-22 15:51] installed perl (5.16.1-1)
[2012-10-22 15:51] installed openssl (1.0.1.c-1)
[2012-10-22 15:51] installed libsasl (2.1.23-9)
[2012-10-22 15:51] installed libldap (2.4.33-1)
[2012-10-22 15:51] installed keyutils (1.5.5-3)
[2012-10-22 15:51] installed krb5 (1.10.3-1)
[2012-10-22 15:51] installed heirloom-mailx (12.5-3)
[2012-10-22 15:51] installed inetutils (1.9.1-4)
[2012-10-22 15:51] installed sysfsutils (2.1.0-8)
[2012-10-22 15:51] installed iputils (20101006-7)
[2012-10-22 15:51] installed jfsutils (1.1.15-3)
[2012-10-22 15:51] installed less (451-1)
[2012-10-22 15:51] installed licenses (2.9-1)
[2012-10-22 15:51] installed linux-firmware (20120625-1)
[2012-10-22 15:51] installed mkinitcpio-busybox (1.20.2-1)
[2012-10-22 15:51] installed libarchive (3.0.4-2)
[2012-10-22 15:51] installed mkinitcpio (0.10-1)
[2012-10-22 15:51] >>> Updating module dependencies. Please wait ...
[2012-10-22 15:52] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2012-10-22 15:52] ==> Building image from preset: 'default'
[2012-10-22 15:52]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2012-10-22 15:52] ==> Starting build: 3.6.2-1-ARCH
[2012-10-22 15:52]   -> Running build hook: [base]
[2012-10-22 15:52]   -> Running build hook: [udev]
[2012-10-22 15:52]   -> Running build hook: [autodetect]
[2012-10-22 15:52]   -> Running build hook: [pata]
[2012-10-22 15:52]   -> Running build hook: [scsi]
[2012-10-22 15:52]   -> Running build hook: [sata]
[2012-10-22 15:52]   -> Running build hook: [filesystems]
[2012-10-22 15:52]   -> Running build hook: [usbinput]
[2012-10-22 15:52]   -> Running build hook: [fsck]
[2012-10-22 15:52] ==> Generating module dependencies
[2012-10-22 15:52] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
[2012-10-22 15:52] ==> Image generation successful
[2012-10-22 15:52] ==> Building image from preset: 'fallback'
[2012-10-22 15:52]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2012-10-22 15:52] ==> Starting build: 3.6.2-1-ARCH
[2012-10-22 15:52]   -> Running build hook: [base]
[2012-10-22 15:52]   -> Running build hook: [udev]
[2012-10-22 15:52]   -> Running build hook: [pata]
[2012-10-22 15:52]   -> Running build hook: [scsi]
[2012-10-22 15:52]   -> Running build hook: [sata]
[2012-10-22 15:52]   -> Running build hook: [filesystems]
[2012-10-22 15:52]   -> Running build hook: [usbinput]
[2012-10-22 15:52]   -> Running build hook: [fsck]
[2012-10-22 15:52] ==> Generating module dependencies
[2012-10-22 15:52] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
[2012-10-22 15:52] ==> Image generation successful
[2012-10-22 15:52] installed linux (3.6.2-1)
[2012-10-22 15:52] installed logrotate (3.8.2-1)
[2012-10-22 15:52] installed lvm2 (2.02.97-1)
[2012-10-22 15:52] installed texinfo (4.13a-7)
[2012-10-22 15:52] installed groff (1.21-2)
[2012-10-22 15:52] installed libpipeline (1.2.2-1)
[2012-10-22 15:52] it's recommended to create an initial
[2012-10-22 15:52] database running as root:
[2012-10-22 15:52] "/usr/bin/mandb --quiet"
[2012-10-22 15:52] installed man-db (2.6.3-1)
[2012-10-22 15:52] installed man-pages (3.43-1)
[2012-10-22 15:52] installed mdadm (3.2.5-2)
[2012-10-22 15:52] installed nano (2.2.6-2)
[2012-10-22 15:52] installed iproute2 (3.5.1-1)
[2012-10-22 15:52] installed netcfg (3.0-1)
[2012-10-22 15:52] installed sed (4.2.1-4)
[2012-10-22 15:52] installed ca-certificates (20120623-1)
[2012-10-22 15:52] installed libssh2 (1.4.2-1)
[2012-10-22 15:52] installed curl (7.28.0-1)
[2012-10-22 15:52] installed pth (2.0.7-4)
[2012-10-22 15:52] installed libksba (1.2.0-1)
[2012-10-22 15:52] installed libassuan (2.0.3-1)
[2012-10-22 15:52] installed pinentry (0.8.2-1)
[2012-10-22 15:52] installed dirmngr (1.1.0-4)
[2012-10-22 15:52] installed gnupg (2.0.19-2)
[2012-10-22 15:52] installed gpgme (1.3.1-4)
[2012-10-22 15:52] installed pacman-mirrorlist (20120908-1)
[2012-10-22 15:52] installed archlinux-keyring (20120915-1)
[2012-10-22 15:52]  >>> Run  `pacman-key --init; pacman-key --populate archlinux`
[2012-10-22 15:52]  >>> to import the data required by pacman for package verification.
[2012-10-22 15:52]  >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
[2012-10-22 15:52] installed pacman (4.0.3-3)
[2012-10-22 15:52] installed pciutils (3.1.10-1)
[2012-10-22 15:52] installed pcmciautils (018-4)
[2012-10-22 15:52] installed libnl (3.2.11-1)
[2012-10-22 15:52] installed libusbx (1.0.14-1)
[2012-10-22 15:52] installed libpcap (1.3.0-1)
[2012-10-22 15:52] installed ppp (2.4.5-5)
[2012-10-22 15:52] installed procps-ng (3.3.3-6)
[2012-10-22 15:52] installed psmisc (22.19-1)
[2012-10-22 15:52] installed reiserfsprogs (3.6.21-4)
[2012-10-22 15:52] installed sysvinit-tools (2.88-9)
[2012-10-22 15:52] installed systemd-sysvcompat (194-4)
[2012-10-22 15:52] installed tar (1.26-2)
[2012-10-22 15:52] installed usbutils (006-1)
[2012-10-22 15:52] installed vi (1:050325-2)
[2012-10-22 15:52] installed which (2.20-5)
[2012-10-22 15:52] installed xfsprogs (3.1.8-2)
[2012-10-22 15:52] installed idnkit (1.0-2)
[2012-10-22 15:52] installed dnssec-anchors (20120422-1)
[2012-10-22 15:52] installed dnsutils (9.9.2-1)
[2012-10-22 15:52] installed iptables (1.4.15-1)
[2012-10-22 15:52] installed mtr (0.82-1)
[2012-10-22 15:52] installed net-tools (1.60.20120804git-2)
[2012-10-22 15:52] installed ntp (4.2.6.p5-11)
[2012-10-22 15:52] installed libedit (20120601_3.0-1)
[2012-10-22 15:52] installed ldns (1.6.13-1)
[2012-10-22 15:52] installed openssh (6.1p1-2)
[2012-10-22 15:52] installed sudo (1.8.6.p3-1)
[2012-10-22 15:52] installed libidn (1.25-1)
[2012-10-22 15:52] installed whois (5.0.20-1)
[2012-10-22 15:52] installed unzip (6.0-6)
[2012-10-22 15:52] installed zip (3.0-3)
[2012-10-22 15:52] installed vim-runtime (7.3.709-1)
[2012-10-22 15:52] installed gpm (1.20.6-10)
[2012-10-22 15:52] installed vim (7.3.709-1)
[2012-10-22 15:52] installed haveged (1.5-1)
[2012-10-22 15:52] Running 'pacman -R --noconfirm linux linux-firmware'
[2012-10-22 15:52] removed linux (3.6.2-1)
[2012-10-22 15:52] removed linux-firmware (20120625-1)
[2013-04-06 10:42] Running 'pacman -S gmp curl git python2'
[2013-04-06 10:43] Running 'pacman -S gmp curl git python2'
[2013-04-06 10:44] Running 'pacman -S git python2'
[2013-04-06 10:45] Running 'pacman -S python2'
[2013-04-06 10:50] Running 'pacman -S python2'
[2013-04-06 10:52] Running 'pacman -Syyu'
[2013-04-06 10:52] synchronizing package lists
[2013-04-06 11:03] Running 'pacman -Syyu'
[2013-04-06 11:03] synchronizing package lists
[2013-04-06 11:07] Running 'pacman -S python2'
[2013-04-06 11:09] Running 'pacman -S nodejs gmp curl git python2'
[2013-04-06 11:50] Running 'pacman -Syu'
[2013-04-06 11:50] synchronizing package lists
[2013-04-06 11:50] starting full system upgrade
[2013-04-06 11:53] userdel: user dbus is currently used by process 1956
[2013-04-06 11:53] groupdel: cannot remove the primary group of user 'dbus'
[2013-04-06 11:53] removed dbus-core (1.6.8-1)
[2013-04-06 11:53] upgraded acl (2.2.51-2 -> 2.2.51-3)
[2013-04-06 11:53] ==> Appending keys from archlinux.gpg...
[2013-04-06 11:53] gpg: key FFF979E7: "Allan McRae (Arch Linux Master Key) <allan@master-key.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key CDFD6BB0: "Dan McGee (Arch Linux Master Key) <dan@master-key.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 4C7EA887: "Ionut Biru (Arch Linux Master Key) <ionut@master-key.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 6AC6A4C2: "Pierre Schmitz (Arch Linux Master Key) <pierre@master-key.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 824B18E8: "Thomas Bächler (Arch Linux Master Key) <thomas@master-key.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 31496106: "Andrzej Giniewicz (giniu) <gginiu@gmail.com>" not changed
[2013-04-06 11:53] gpg: key EAE999BD: "Allan McRae <me@allanmcrae.com>" not changed
[2013-04-06 11:53] gpg: key 98BC6FF5: public key "Maxime Gauduin <alucryd@gmail.com>" imported
[2013-04-06 11:53] gpg: key D30DB0AD: "Andrea Scarpino (Arch Linux) <andrea@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 0F2A092B: "Andreas Radke <andyrtr@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key EC133BAD: "Angel Velásquez <angvp@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 5CF9C8D4: "Alexander Rødseth <rodseth@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 0901C163: "Balló György <ballogyor@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 00F0D0F0: "Gaetan Bisson <gaetan.bisson@normalesup.org>" not changed
[2013-04-06 11:53] gpg: key 4CE1C13E: "Florian Pritz <bluewind@xinu.at>" not changed
[2013-04-06 11:53] gpg: key 487328A9: "Bartlomiej Piotrowski <b@bpiotrowski.pl>" not changed
[2013-04-06 11:53] gpg: key B47A0DAB: "Connor Behan <connor.behan@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 6521E06D: "Christopher Brannon <chris@the-brannons.com>" not changed
[2013-04-06 11:53] gpg: key 99AD6E84: "Gavin Marciniak-Bisesi <Daenyth@gmail.com>" not changed
[2013-04-06 11:53] gpg: key F53A76ED: "Dan McGee <dpmcgee@gmail.com>" not changed
[2013-04-06 11:53] gpg: key B4440678: "Daniel Isenmann <daniel@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 1985A992: "Dieter Plaetinck <dieter@plaetinck.be>" not changed
[2013-04-06 11:53] gpg: key 5BD5C938: public key "Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>" imported
[2013-04-06 11:53] gpg: key F56C0C53: "Dave Reisner <d@falconindy.com>" not changed
[2013-04-06 11:53] gpg: key 4F010D48: "Daniel Wallace <danielwallace@gtmanfred.com>" not changed
[2013-04-06 11:53] gpg: key 9205AC90: "Eric Belanger <eric@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 2FA915EC: public key "Alexandre Filgueira <alexfilgueira@cinnarch.com>" imported
[2013-04-06 11:53] gpg: key A9999C34: "Evangelos Foutras <evangelos@foutrelis.com>" not changed
[2013-04-06 11:53] gpg: key 30D7CB92: public key "Felix Yan <felixonmars@gmail.com>" imported
[2013-04-06 11:53] gpg: key F04569AE: "Giovanni Scafora <giovanni@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 215B37AD: "Guillaume ALAUX <guillaume@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 4FA415FA: "Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 615137BC: "Ionut Biru <ibiru@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 796CA067: "Ike Devolder <ike.devolder@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 3CFD4BB6: "Jonathan Conder <jonno.conder@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 7C50773E: "Jelle van der Waa <jelle@vdwaa.nl>" not changed
[2013-04-06 11:53] gpg: key 3B94FA10: "Jan de Groot <jgc@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 013C2580: "Jaroslav Lichtblau (trusted user) <dragonlord@aur.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key F40D2072: "Jonathan Steel <mail@jsteel.org>" 1 new signature
[2013-04-06 11:53] gpg: key 589874AB: "Jürgen Hötzel <juergen@hoetzel.info>" not changed
[2013-04-06 11:53] gpg: key 983D4366: "Justin Davis (juster) <jrcd83@gmail.com>" not changed
[2013-04-06 11:53] gpg: key D21E1A55: "Kaiting Chen <kaitocracy@gmail.com>" not changed
[2013-04-06 11:53] gpg: key BAB142C1: "Kyle Keen <keenerd@gmail.com>" not changed
[2013-04-06 11:53] gpg: key D1CEDDAC: "Laurent Carlier <lordheavym@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 9326B440: "Lukas Fleischer <info@cryptocrack.de>" not changed
[2013-04-06 11:53] gpg: key DA2EE423: "Massimiliano Torromeo (Personal non-work identity) <massimiliano.torromeo@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 9741E8AC: "Pierre Schmitz <pierre@archlinux.de>" not changed
[2013-04-06 11:53] gpg: key E19DAA50: "Peter Richard Lewis <pete@muddygoat.org>" not changed
[2013-04-06 11:53] gpg: key 2D1493D2: "Rémy Oudompheng <remy@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 70E80477: "Роман Кирилич (Roman Kyrylych) <roman@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 8406FFF3: "Ronald van Haren <ronald@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key C0711BF1: "Rashif Rahman (Ray) <schiv@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 91B842AE: "Jakob Gruber <jakob.gruber@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 2072D77A: "Sébastien Luttringer <seblu@seblu.net>" 1 new user ID
[2013-04-06 11:53] gpg: key 2072D77A: "Sébastien Luttringer <seblu@seblu.net>" 3 new signatures
[2013-04-06 11:53] gpg: key 2072D77A: "Sébastien Luttringer <seblu@seblu.net>" 1 new subkey
[2013-04-06 11:53] gpg: key F27FB7DA: "speps <speps@aur.archlinux.org>" not changed
[2013-04-06 11:53] gpg: key EA433FC7: "Sergej Pupykin <arch@sergej.pp.ru>" not changed
[2013-04-06 11:53] gpg: key F1D357C1: "Lukas Jirkovsky <l.jirkovsky@gmail.com>" not changed
[2013-04-06 11:53] gpg: key AB441196: "Stéphane Gaudreault <stephane@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key E62EB915: "Sven-Hendrik Haase <sh@lutzhaase.com>" not changed
[2013-04-06 11:53] gpg: key 0C84C0A5: "Thomas Dziedzic <gostrc@gmail.com>" not changed
[2013-04-06 11:53] gpg: key 9AF5F22A: public key "Daniel Micay <danielmicay@gmail.com>" imported
[2013-04-06 11:53] gpg: key 8E4B1A25: "Thomas Bächler <thomas@archlinux.org>" not changed
[2013-04-06 11:53] gpg: key 06361833: "Tom Gundersen <teg@jklm.no>" 3 new signatures
[2013-04-06 11:53] gpg: key 7EDF681F: "Tobias Powalowski <tobias.powalowski@googlemail.com>" not changed
[2013-04-06 11:53] gpg: key 3C4F88BC: "Timothy Redaelli <tredaelli@archlinux.info>" not changed
[2013-04-06 11:53] gpg: key 295AFBF4: "Thorsten Töpper <atsutane@freethoughts.de>" 4 new signatures
[2013-04-06 11:53] gpg: key 437520BD: "Vesa Kaihlavirta <vegai@iki.fi>" not changed
[2013-04-06 11:53] gpg: key C2E5C0D2: "Xyne. <xyne@archlinux.ca>" not changed
[2013-04-06 11:53] gpg: Total number processed: 68
[2013-04-06 11:53] gpg:               imported: 5  (RSA: 5)
[2013-04-06 11:53] gpg:              unchanged: 59
[2013-04-06 11:53] gpg:           new user IDs: 1
[2013-04-06 11:53] gpg:            new subkeys: 1
[2013-04-06 11:53] gpg:         new signatures: 11
[2013-04-06 11:53] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
[2013-04-06 11:53] gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
[2013-04-06 11:53] gpg: depth: 1  valid:   5  signed:  63  trust: 0-, 0q, 0n, 5m, 0f, 0u
[2013-04-06 11:53] gpg: depth: 2  valid:  63  signed:   1  trust: 63-, 0q, 0n, 0m, 0f, 0u
[2013-04-06 11:53] gpg: next trustdb check due at 2014-01-22
[2013-04-06 11:53] ==> Locally signing trusted keys in keyring...
[2013-04-06 11:53]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2013-04-06 11:53]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2013-04-06 11:53]   -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2013-04-06 11:53]   -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2013-04-06 11:53]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2013-04-06 11:53] ==> Importing owner trust values...
[2013-04-06 11:53] ==> Updating trust database...
[2013-04-06 11:53] gpg: next trustdb check due at 2014-01-22
[2013-04-06 11:53] upgraded archlinux-keyring (20120915-1 -> 20130224-1)
[2013-04-06 11:53] upgraded linux-api-headers (3.5.5-1 -> 3.8.4-1)
[2013-04-06 11:53] upgraded tzdata (2012g-1 -> 2013b-1)
[2013-04-06 11:53] warning: /etc/shadow installed as /etc/shadow.pacnew
[2013-04-06 11:53] warning: /etc/fstab installed as /etc/fstab.pacnew
[2013-04-06 11:53] warning: /etc/gshadow installed as /etc/gshadow.pacnew
[2013-04-06 11:53] warning: /etc/passwd installed as /etc/passwd.pacnew
[2013-04-06 11:53] warning: /etc/group installed as /etc/group.pacnew
[2013-04-06 11:53] upgraded filesystem (2012.10-1 -> 2013.03-2)
[2013-04-06 11:53] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2013-04-06 11:53] Generating locales...
[2013-04-06 11:53]   en_US.UTF-8... done
[2013-04-06 11:53] Generation complete.
[2013-04-06 11:53] upgraded glibc (2.16.0-4 -> 2.17-4)
[2013-04-06 11:53] upgraded bash (4.2.037-1 -> 4.2.045-1)
[2013-04-06 11:53] upgraded gcc-libs (4.7.2-1 -> 4.8.0-1)
[2013-04-06 11:53] upgraded gmp (5.0.5-1 -> 5.1.1-1)
[2013-04-06 11:53] upgraded coreutils (8.19-1 -> 8.21-1)
[2013-04-06 11:53] upgraded perl (5.16.1-1 -> 5.16.3-1)
[2013-04-06 11:53] upgraded openssl (1.0.1.c-1 -> 1.0.1.e-3)
[2013-04-06 11:53] upgraded findutils (4.4.2-4 -> 4.4.2-5)
[2013-04-06 11:53] upgraded sed (4.2.1-4 -> 4.2.2-2)
[2013-04-06 11:54] upgraded ca-certificates (20120623-1 -> 20130119-1)
[2013-04-06 11:54] upgraded cracklib (2.8.19-1 -> 2.8.22-1)
[2013-04-06 11:54] upgraded cronie (1.4.8-3 -> 1.4.9-2)
[2013-04-06 11:54] upgraded libgpg-error (1.10-2 -> 1.11-1)
[2013-04-06 11:54] upgraded libgcrypt (1.5.0-3 -> 1.5.1-1)
[2013-04-06 11:54] upgraded shadow (4.1.5.1-1 -> 4.1.5.1-5)
[2013-04-06 11:54] upgraded util-linux (2.22.1-1 -> 2.22.2-2)
[2013-04-06 11:54] installed dbus (1.6.8-6)
[2013-04-06 11:54] upgraded pcre (8.31-1 -> 8.32-1)
[2013-04-06 11:54] upgraded libffi (3.0.11-1 -> 3.0.13-1)
[2013-04-06 11:54] upgraded glib2 (2.32.4-1 -> 2.34.3-1)
[2013-04-06 11:54] upgraded kbd (1.15.3-3 -> 1.15.5-3)
[2013-04-06 11:54] upgraded kmod (10-1 -> 12-1)
[2013-04-06 11:54] upgraded hwids (20121012-1 -> 20130228-1)
[2013-04-06 11:54] ==> The legacy configuration options are no longer supported in rc.conf,
[2013-04-06 11:54]     convert your rc.conf to the new configuration formats.
[2013-04-06 11:54] ==> Persistent net naming rules have been shipped as disabled.
[2013-04-06 11:54]     See /etc/udev/rules.d/80-net-name-slot.rules for more detail
[2013-04-06 11:54] upgraded systemd (194-4 -> 198-2)
[2013-04-06 11:54] upgraded device-mapper (2.02.97-1 -> 2.02.98-3)
[2013-04-06 11:54] upgraded cryptsetup (1.5.0-2 -> 1.6.0-1)
[2013-04-06 11:54] upgraded libssh2 (1.4.2-1 -> 1.4.3-1)
[2013-04-06 11:54] upgraded curl (7.28.0-1 -> 7.29.0-2)
[2013-04-06 11:54] upgraded dhcpcd (5.6.2-1 -> 5.6.7-1)
[2013-04-06 11:54] upgraded diffutils (3.2-1 -> 3.3-1)
[2013-04-06 11:54] upgraded dnssec-anchors (20120422-1 -> 20130320-1)
[2013-04-06 11:54] upgraded e2fsprogs (1.42.5-1 -> 1.42.7-1)
[2013-04-06 11:54] upgraded libsasl (2.1.23-9 -> 2.1.23-10)
[2013-04-06 11:54] upgraded libldap (2.4.33-1 -> 2.4.34-1)
[2013-04-06 11:54] upgraded krb5 (1.10.3-1 -> 1.11.1-1)
[2013-04-06 11:54] upgraded dnsutils (9.9.2-1 -> 9.9.2.P2-1)
[2013-04-06 11:54] upgraded file (5.11-1 -> 5.14-1)
[2013-04-06 11:54] upgraded gawk (4.0.1-1 -> 4.0.2-1)
[2013-04-06 11:54] upgraded gettext (0.18.1.1-4 -> 0.18.2.1-1)
[2013-04-06 11:54] upgraded libksba (1.2.0-1 -> 1.2.0-3)
[2013-04-06 11:54] upgraded libassuan (2.0.3-1 -> 2.1.0-1)
[2013-04-06 11:54] upgraded ncurses (5.9-3 -> 5.9-5)
[2013-04-06 11:54] upgraded pinentry (0.8.2-1 -> 0.8.2-2)
[2013-04-06 11:54] upgraded gnupg (2.0.19-2 -> 2.0.19-6)
[2013-04-06 11:54] upgraded gpgme (1.3.1-4 -> 1.3.2-1)
[2013-04-06 11:54] upgraded gpm (1.20.6-10 -> 1.20.7-1)
[2013-04-06 11:54] upgraded grep (2.14-1 -> 2.14-2)
[2013-04-06 11:54] upgraded groff (1.21-2 -> 1.22.2-2)
[2013-04-06 11:54] upgraded gzip (1.5-1 -> 1.5-3)
[2013-04-06 11:54] upgraded haveged (1.5-1 -> 1.7.a-1)
[2013-04-06 11:54] upgraded iptables (1.4.15-1 -> 1.4.18-1)
[2013-04-06 11:54] upgraded iproute2 (3.5.1-1 -> 3.8.0-1)
[2013-04-06 11:54] upgraded iputils (20101006-7 -> 20121221-1)
[2013-04-06 11:54] upgraded ldns (1.6.13-1 -> 1.6.16-1)
[2013-04-06 11:54] installed lzo2 (2.06-1)
[2013-04-06 11:54] upgraded libarchive (3.0.4-2 -> 3.1.2-1)
[2013-04-06 11:54] upgraded texinfo (4.13a-7 -> 5.1-1)
[2013-04-06 11:54] upgraded libidn (1.25-1 -> 1.26-1)
[2013-04-06 11:54] upgraded libnl (3.2.11-1 -> 3.2.21-1)
[2013-04-06 11:54] upgraded libpcap (1.3.0-1 -> 1.3.0-3)
[2013-04-06 11:54] upgraded libtirpc (0.2.2-2 -> 0.2.2-4)
[2013-04-06 11:54] upgraded licenses (2.9-1 -> 20130203-1)
[2013-04-06 11:54] upgraded logrotate (3.8.2-1 -> 3.8.3-1)
[2013-04-06 11:54] Changes to the lvm2 package:
[2013-04-06 11:54]  + Activating lvm in mkinitcpio now requires both the 'udev' and 'lvm2' hooks.
[2013-04-06 11:54]  + LVM volumes are automatically activated by udev (full hotplug support).
[2013-04-06 11:54]  + You MUST have use_lvmetad = 1 in /etc/lvm/lvm.conf (the default).
[2013-04-06 11:54]  + If you uncomment auto_activation_volume_list in /etc/lvm/lvm.conf, only the
[2013-04-06 11:54]    volumes listed there will be activated (default: it is commented out).
[2013-04-06 11:54] upgraded lvm2 (2.02.97-1 -> 2.02.98-3)
[2013-04-06 11:54] upgraded man-pages (3.43-1 -> 3.50-1)
[2013-04-06 11:54] upgraded mdadm (3.2.5-2 -> 3.2.6-3)
[2013-04-06 11:54] ==> The "block" hook has replaced several hooks:
[2013-04-06 11:54]        fw, sata, pata, scsi, virtio, mmc, usb
[2013-04-06 11:54]     Replace any and all of these in /etc/mkinitcpio.conf with a single
[2013-04-06 11:54]     instance of the "block" hook
[2013-04-06 11:54] upgraded mkinitcpio (0.10-1 -> 0.13.0-1)
[2013-04-06 11:54] upgraded mtr (0.82-1 -> 0.83-1)
[2013-04-06 11:54] upgraded ntp (4.2.6.p5-11 -> 4.2.6.p5-13)
[2013-04-06 11:54] upgraded openssh (6.1p1-2 -> 6.2p1-1)
[2013-04-06 11:54] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2013-04-06 11:54] upgraded pacman-mirrorlist (20120908-1 -> 20130323-1)
[2013-04-06 11:54] upgraded pacman (4.0.3-3 -> 4.1.0-2)
[2013-04-06 11:54] upgraded pambase (20120701-1 -> 20130113-1)
[2013-04-06 11:54] upgraded pcmciautils (018-4 -> 018-6)
[2013-04-06 11:54] upgraded procps-ng (3.3.3-6 -> 3.3.7-1)
[2013-04-06 11:54] upgraded reiserfsprogs (3.6.21-4 -> 3.6.22-1)
[2013-04-06 11:54] upgraded sudo (1.8.6.p3-1 -> 1.8.6.p7-2)
[2013-04-06 11:54] upgraded systemd-sysvcompat (194-4 -> 198-2)
[2013-04-06 11:54] upgraded vi (1:050325-2 -> 1:050325-3)
[2013-04-06 11:54] upgraded vim-runtime (7.3.709-1 -> 7.3.875-1)
[2013-04-06 11:54] upgraded vim (7.3.709-1 -> 7.3.875-1)
[2013-04-06 11:54] upgraded which (2.20-5 -> 2.20-6)
[2013-04-06 11:54] upgraded xfsprogs (3.1.8-2 -> 3.1.10-1)
[2013-04-06 11:55] [PACMAN] Running 'pacman -Syu'
[2013-04-06 11:55] [PACMAN] synchronizing package lists
[2013-04-06 11:55] [PACMAN] starting full system upgrade
[2013-04-06 11:56] [PACMAN] Running 'pacman -S gmp curl git python2'
[2013-04-06 11:56] [PACMAN] reinstalled gmp (5.1.1-1)
[2013-04-06 11:56] [PACMAN] reinstalled curl (7.29.0-2)
[2013-04-06 11:56] [PACMAN] installed perl-error (0.17019-1)
[2013-04-06 11:56] [PACMAN] installed git (1.8.2-1)
[2013-04-06 11:56] [PACMAN] installed sqlite (3.7.16.1-1)
[2013-04-06 11:56] [PACMAN] installed python2 (2.7.3-4)
[2013-04-06 15:46] [PACMAN] Running 'pacman -S npm'
[2013-04-06 16:00] [PACMAN] Running 'pacman -S nodejs'
[2013-04-06 16:00] [PACMAN] installed nodejs (0.10.3-1)
[2013-04-07 06:36] [PACMAN] Running 'pacman -Syu'
[2013-04-07 06:36] [PACMAN] synchronizing package lists
[2013-04-07 06:36] [PACMAN] starting full system upgrade
[2013-04-07 06:36] [PACMAN] upgraded psmisc (22.19-1 -> 22.20-1)
[2013-04-07 06:36] [PACMAN] upgraded systemd (198-2 -> 200-1)
[2013-04-07 06:36] [PACMAN] upgraded systemd-sysvcompat (198-2 -> 200-1)
[2013-04-10 06:50] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/nodejs0.8.12'
[2013-04-10 06:51] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/nodejs 0.8.12'
[2013-04-10 06:51] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/nodejs-0.8.12'
[2013-04-10 06:51] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/nodejs-0.8.12-1'
[2013-04-10 06:51] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/nodejs-0.8.12-2'
[2013-04-10 06:54] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/nodejs-0.8.12'
[2013-04-17 11:43] [PACMAN] Running 'pacman -S screen'
[2013-04-17 11:44] [PACMAN] installed screen (4.0.3-15)
[2016-03-29 18:40] [PACMAN] Running 'pacman -S make'
[2016-03-29 18:40] [PACMAN] Running 'pacman -S make'
[2016-03-29 18:43] [PACMAN] Running 'pacman -S --needed base-devel'
[2016-03-29 18:51] [PACMAN] Running 'pacman -Sy'
[2016-03-29 18:51] [PACMAN] synchronizing package lists
[2016-03-29 18:52] [PACMAN] Running 'pacman -S --needed base-devel'
[2016-03-29 19:01] [PACMAN] Running 'pacman -Syu'
[2016-03-29 19:01] [PACMAN] synchronizing package lists
[2016-03-29 19:01] [PACMAN] starting full system upgrade
[2016-03-29 19:06] [PACMAN] Running 'pacman -S archlinux-keyring'
[2016-03-29 19:06] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2016-03-29 19:06] [ALPM-SCRIPTLET] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
[2016-03-29 19:06] [ALPM-SCRIPTLET] gpg: depth: 1  valid:   5  signed:  66  trust: 0-, 0q, 0n, 5m, 0f, 0u
[2016-03-29 19:06] [ALPM-SCRIPTLET] gpg: depth: 2  valid:  66  signed:   6  trust: 66-, 0q, 0n, 0m, 0f, 0u
[2016-03-29 19:06] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2016-06-03
[2016-03-29 19:06] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2016-03-29 19:06] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2016-03-29 19:06] [ALPM-SCRIPTLET] gpg: setting ownertrust to 4
[2016-03-29 19:06] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 3A726C6170E80477...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key B9113D1ED21E1A55...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key BD95D10CC48DC525...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 3D51F9A1FC776955...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key A001876699AD6E84...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 7F2A16726521E06D...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key F5450A968D9BE36B...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key EA6836E1AB441196...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key F2DBB4931985A992...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 355C730332002BED...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key A1668F8601806106...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key E2539214C6C11350...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 273F39D5AAE75139...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 048D610B6FA896D6...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key FA85BBDCCA5D4AAC...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 22AD5874F39D989F...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 6D1A9E70E19DAA50...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 5CED81B7C2E5C0D2...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 1...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 5F946DED983D4366...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key A9E18694A8AA192C...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 4ABE673EFDC576A9...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key AD40D51F3C12E88A...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 8544EA82113502DE...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 7F3D43392E7C56EC...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key 173D0C93225ABD8A...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key E6B456CAF15447D5...
[2016-03-29 19:06] [ALPM-SCRIPTLET]   -> Disabling key AF7EF7873CFD4BB6...
[2016-03-29 19:06] [ALPM-SCRIPTLET] ==> Updating trust database...
[2016-03-29 19:06] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2016-06-03
[2016-03-29 19:06] [PACMAN] upgraded archlinux-keyring (20130224-1 -> 20160215-1)
[2016-03-29 19:06] [PACMAN] Running 'pacman -Syu'
[2016-03-29 19:06] [PACMAN] synchronizing package lists
[2016-03-29 19:06] [PACMAN] starting full system upgrade
[2016-03-29 19:08] [PACMAN] Running 'pacman -S --needed base-devel'
[2016-03-29 19:08] [PACMAN] Running 'pacman -S --needed base-devel'
[2016-03-29 19:08] [PACMAN] Running 'pacman -S --needed base-devel'
[2016-03-29 19:19] [PACMAN] Running 'pacman -Syu'
[2016-03-29 19:19] [PACMAN] synchronizing package lists
[2016-03-29 19:20] [PACMAN] Running 'pacman -Syu'
[2016-03-29 19:20] [PACMAN] synchronizing package lists
[2016-03-29 19:21] [PACMAN] Running 'pacman -Sy'
[2016-03-29 19:21] [PACMAN] synchronizing package lists
[2016-03-29 19:21] [PACMAN] Running 'pacman -S --needed base-devel'
[2016-03-29 19:21] [PACMAN] Running 'pacman -S make'
[2016-03-29 19:21] [PACMAN] installed libtool (2.4.6-4)
[2016-03-29 19:21] [PACMAN] installed libunistring (0.9.6-1)
[2016-03-29 19:21] [PACMAN] installed libatomic_ops (7.4.2-1)
[2016-03-29 19:21] [PACMAN] installed gc (7.4.2-4)
[2016-03-29 19:21] [PACMAN] installed guile (2.0.11-3)
[2016-03-29 19:21] [PACMAN] installed make (4.1-3)
[2016-03-29 19:27] [PACMAN] Running 'pacman -S python2'
[2016-03-29 19:27] [PACMAN] upgraded python2 (2.7.3-4 -> 2.7.11-2)
[2016-03-29 19:30] [PACMAN] Running 'pacman -S python'
[2016-03-29 19:30] [PACMAN] installed python (3.5.1-2)
[2016-03-29 19:43] [PACMAN] Running 'pacman -S autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkg-config sed sudo sudo texinfo util
-linux which'
[2016-03-29 19:49] [PACMAN] Running 'pacman -S autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkg-config sed sudo sudo texinfo util
-linux which'
[2016-03-29 20:02] [PACMAN] Running 'pacman -S autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkg-config sed sudo sudo texinfo util
-linux which'
[2016-03-29 20:05] [PACMAN] Running 'pacman -S autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkg-config sed sudo sudo texinfo util
-linux which'
[2016-03-29 20:07] [PACMAN] Running 'pacman -S sysvinit-tools util-linux'
[2016-03-29 20:17] [PACMAN] Running 'pacman -S filesystem'
[2016-03-29 20:18] [PACMAN] Running 'pacman -S autoconf automake binutils bison gcc'
[2016-03-29 20:19] [PACMAN] upgraded linux-api-headers (3.8.4-1 -> 4.4.1-1)
[2016-03-29 20:19] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2016-03-29 20:19] [ALPM-SCRIPTLET] Generating locales...
[2016-03-29 20:19] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2016-03-29 20:19] [ALPM-SCRIPTLET] Generation complete.
[2016-03-29 20:19] [PACMAN] upgraded glibc (2.17-4 -> 2.23-1)
[2016-03-29 20:19] [PACMAN] installed m4 (1.4.17-1)
[2016-03-29 20:19] [PACMAN] installed autoconf (2.69-2)
[2016-03-29 20:19] [PACMAN] installed automake (1.15-1)
[2016-03-29 20:19] [PACMAN] installed binutils (2.26-3)
[2016-03-29 20:19] [PACMAN] installed bison (3.0.4-1)
[2016-03-29 20:19] [PACMAN] upgraded gcc-libs (4.8.0-1 -> 5.3.0-5)
[2016-03-29 20:19] [PACMAN] installed mpfr (3.1.4-1)
[2016-03-29 20:19] [PACMAN] installed libmpc (1.0.3-1)
[2016-03-29 20:19] [PACMAN] installed gcc (5.3.0-5)
[2016-03-29 20:19] [PACMAN] Running 'pacman -S autoconf automake binutils bison fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkg-config sed sudo sudo texinfo whic
h'
[2016-03-29 20:19] [PACMAN] upgraded gawk (4.0.2-1 -> 4.1.3-1)
[2016-03-29 20:19] [PACMAN] reinstalled m4 (1.4.17-1)
[2016-03-29 20:19] [PACMAN] reinstalled autoconf (2.69-2)
[2016-03-29 20:19] [PACMAN] reinstalled automake (1.15-1)
[2016-03-29 20:19] [PACMAN] reinstalled binutils (2.26-3)
[2016-03-29 20:19] [PACMAN] reinstalled bison (3.0.4-1)
[2016-03-29 20:19] [PACMAN] upgraded sed (4.2.2-2 -> 4.2.2-3)
[2016-03-29 20:19] [PACMAN] installed fakeroot (1.20.2-1)
[2016-03-29 20:19] [PACMAN] upgraded file (5.14-1 -> 5.25-1)
[2016-03-29 20:19] [PACMAN] upgraded findutils (4.4.2-5 -> 4.6.0-1)
[2016-03-29 20:19] [PACMAN] installed flex (2.6.0-2)
[2016-03-29 20:19] [PACMAN] reinstalled gcc (5.3.0-5)
[2016-03-29 20:19] [PACMAN] upgraded gettext (0.18.2.1-1 -> 0.19.7-1)
[2016-03-29 20:19] [PACMAN] upgraded grep (2.14-2 -> 2.24-1)
[2016-03-29 20:19] [PACMAN] upgraded groff (1.22.2-2 -> 1.22.3-6)
[2016-03-29 20:19] [PACMAN] upgraded gzip (1.5-3 -> 1.6-1)
[2016-03-29 20:19] [PACMAN] reinstalled libtool (2.4.6-4)
[2016-03-29 20:19] [PACMAN] reinstalled make (4.1-3)
[2016-03-29 20:19] [PACMAN] upgraded pacman (4.1.0-2 -> 5.0.1-2)
[2016-03-29 20:19] [PACMAN] installed patch (2.7.5-1)
[2016-03-29 20:19] [PACMAN] installed pkg-config (0.29.1-1)
[2016-03-29 20:19] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
[2016-03-29 20:19] [PACMAN] upgraded sudo (1.8.6.p7-2 -> 1.8.15-1)
[2016-03-29 20:19] [PACMAN] upgraded texinfo (5.1-1 -> 6.1-1)
[2016-03-29 20:20] [PACMAN] upgraded which (2.20-6 -> 2.21-1)
[2016-09-18 19:43] [PACMAN] Running 'pacman -Syu'
[2016-09-18 19:43] [PACMAN] synchronizing package lists
[2016-09-18 19:44] [PACMAN] starting full system upgrade
[2016-09-18 21:56] [PACMAN] Running 'pacman -Syu'
[2016-09-18 21:56] [PACMAN] synchronizing package lists
[2016-09-18 21:56] [PACMAN] starting full system upgrade

Offline

#14 2016-09-19 06:42:24

HiImTye
Member
From: Halifax, NS, Canada
Registered: 2012-05-09
Posts: 1,072

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

based on your upgrade history, namely going 3 years without updating, you'd probably do better with a distro that isn't meant to be a rolling release like Arch is.

note: that almost every major distro has had major security updates in the last 3 years, so your mileage will likely vary.

Last edited by HiImTye (2016-09-19 06:43:59)

Offline

#15 2016-09-19 07:35:20

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

[2012-10-22 15:52] Running 'pacman -R --noconfirm linux linux-firmware'
[2012-10-22 15:52] removed linux (3.6.2-1)
[2012-10-22 15:52] removed linux-firmware (20120625-1)

Really? That is NOT something you'd see in a normal Arch installation...


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#16 2016-09-19 07:50:59

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

HiImTye wrote:

based on your upgrade history, namely going 3 years without updating, you'd probably do better with a distro that isn't meant to be a rolling release like Arch is.

note: that almost every major distro has had major security updates in the last 3 years, so your mileage will likely vary.

I'm happy with Arch currently and will make it a point to regularly update the system.

Would you recommend an inline update on a total reinstall?

Offline

#17 2016-09-19 08:10:52

headkase
Member
Registered: 2011-12-06
Posts: 1,975

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

ArchNinja wrote:
HiImTye wrote:

based on your upgrade history, namely going 3 years without updating, you'd probably do better with a distro that isn't meant to be a rolling release like Arch is.

note: that almost every major distro has had major security updates in the last 3 years, so your mileage will likely vary.

I'm happy with Arch currently and will make it a point to regularly update the system.

Would you recommend an inline update on a total reinstall?

You might be able to update your existing system, if you go through all the advisories one by one for the last few years.  But it would be much easier and more likely to end up with a working system if you just reinstalled from scratch.  Each advisory on it's own is usually trivial to do if you do them when they are new, if you let your system fall into such neglect as you have though your chances of getting current from where you are aren't great.

Offline

#18 2016-09-19 08:35:32

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

headkase wrote:

You might be able to update your existing system, if you go through all the advisories one by one for the last few years.  But it would be much easier and more likely to end up with a working system if you just reinstalled from scratch.  Each advisory on it's own is usually trivial to do if you do them when they are new, if you let your system fall into such neglect as you have though your chances of getting current from where you are aren't great.

Thanks!
Reinstalling seems to be the best option currently.

Thanks everyone for your comments and time!.

Offline

#19 2016-09-19 09:29:01

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

As per the pacman.log provided there seems to be a

pacman -Syu

executed on March 2016 however the log does not say whether the command succeeded or failed?

Offline

#20 2016-09-19 10:24:32

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,784
Website

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

I would be interested in knowing the answer to loqs' question.

loqs wrote:

When was this system created and by who?

Given your erratic pacman.log and ngoonee's observation that you apparently don't have a kernel installed, I would hazard a guess that this is some horribly outdated VPS image.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#21 2016-09-19 13:12:46

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

WorMzy wrote:

Given your erratic pacman.log and ngoonee's observation that you apparently don't have a kernel installed, I would hazard a guess that this is some horribly outdated VPS image.

1. You are right it's a VPS image. But as you / nogoonee said that there is no kernel installed, that does sound serious although I don't understand the implications.

2. Revisiting the topic of regularly keeping ArchLinux up-to-date I  would have to periodically run

sudo pacman -Syu

on a monthly basis. Is that right?

Offline

#22 2016-09-19 14:35:37

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

Given

[2012-10-22 15:49] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base dnsutils iproute2 iptables mtr net-tools netcfg ntp openssh openssl pacman-mirrorlist sudo whois unzip zip

If sshd has been running for the last three years on an internet facing connection you may want to consider assuming the install has been compromised as well as being outdated.

Offline

#23 2016-09-19 14:52:09

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,784
Website

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

1. You are right it's a VPS image. But as you / nogoonee said that there is no kernel installed, that does sound serious although I don't understand the implications.

2. Revisiting the topic of regularly keeping ArchLinux up-to-date I  would have to periodically run

sudo pacman -Syu

on a monthly basis. Is that right?

1. Presumably your VPS host is running the kernel for you, which is why they've removed the Arch kernel.

2. Preferably more frequently -- the less time between full system updates, the less that can go wrong. You should be doing these updates manually (i.e. not via cron job), keeping an eye on the news, and handling conflicts/replaces/pacnew files as they come up.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#24 2016-09-19 16:25:16

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

loqs wrote:

Given

[2012-10-22 15:49] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base dnsutils iproute2 iptables mtr net-tools netcfg ntp openssh openssl pacman-mirrorlist sudo whois unzip zip

If sshd has been running for the last three years on an internet facing connection you may want to consider assuming the install has been compromised as well as being outdated.


Compromised?? how?

Offline

#25 2016-09-19 16:30:56

ArchNinja
Member
Registered: 2013-06-02
Posts: 21

Re: Is it necessary to update Archlinux before installing MariaDB/MySQL?

WorMzy wrote:

1. You are right it's a VPS image. But as you / nogoonee said that there is no kernel installed, that does sound serious although I don't understand the implications.

2. Revisiting the topic of regularly keeping ArchLinux up-to-date I  would have to periodically run

sudo pacman -Syu

on a monthly basis. Is that right?

1. Presumably your VPS host is running the kernel for you, which is why they've removed the Arch kernel.

2. Preferably more frequently -- the less time between full system updates, the less that can go wrong. You should be doing these updates manually (i.e. not via cron job), keeping an eye on the news, and handling conflicts/replaces/pacnew files as they come up.

Agreed!..

Offline

Board footer

Powered by FluxBB