Hi guys,
I just wanted to share something with you. After a very long time today
I have attempted to update the arch packages on my Wandboard quad. I
wasn't able to perform the update due to a compatibility issue with the
file /etc/ssl/certs/ca-certificates.crt. 
I have found the solution here:
https://www.archlinux.org/news/ca-certificates-utils-20170307-1-upgrade-requires-manual-intervention/
where it is recommended to run the following:


Code:
--------------------
    pacman -Syuw                           
  rm /etc/ssl/certs/ca-certificates.crt  
  pacman -Su
--------------------


That did the trick. Indeed I was then able to perform the updates as
expected.

On more warning. Be aware that the file:


Code:
--------------------
    /etc/ssh/sshd_config
--------------------

has been superseded by:

Code:
--------------------
    /etc/ssh/sshd_config.pacnew
--------------------


This means that before rebooting don't forget to add the usual line:


Code:
--------------------
    PermitRootLogin yes
--------------------


in the file above otherwise you will not be able to SSH to it.

That's me done:cool:


------------------------------------------------------------------------
albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863
View this thread: http://forums.slimdevices.com/showthread.php?t=105587

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to