Phew! At around 4pm today, my hard drive started acting up. It would occasionally pause for about 30 seconds, effectively freezing the system during that time. By the fourth time this happened, I was getting seriously worried so I immediately took a new incremental backup. That went without a hitch and I was able to breathe much easier. It seemed
(
Read more... )
Comments 16
Reply
Reply
I've been randomly updating things this past few weeks and yesterday finally bit the bullet and upgraded perl. This wanted to upgrade lots of other packages that were compiled against it - one of these being binutils. Something seems to have gone astray during this process, as now gcc can't find as, and therefore is refusing to compile anything! as is exactly where I believe it's supposed to be (/usr/x86_64-pc-linux-gnu/binutils-bin/2.18/as), but gcc doesn't seem to realise this... I can't figure out how to make gcc (or possibly ld) see it... I tried adding the directory to $PATH, but that's made no difference. Any ideas on how to fix the problem? Cheers!
Reply
To list the available profiles and see which is selected, if any...
binutils-config -l
To select the second (or whatever) profile...
binutils-config 2
It should take effect in the current shell immediately. Other shells will probably require you to do source /etc/profile.
Reply
Incidentally, I have just seen this again when upgrading pam...
*
* Your current setup is using one or more of the following modules,
* that are not built or supported anymore:
* pam_pwdb, pam_radius, pam_timestamp, pam_console
* If you are in real need for these modules, please contact the maintainers
* of PAM through http://bugs.gentoo.org/ providing information about its
* use cases.
* Please also make sure to read the PAM Upgrade guide at the following URL:
* http://www.gentoo.org/proj/en/base/pam/upgrade-0.99.xml
*
I went through all the files in /etc/pam.d/ the other ( ... )
Reply
Reply
Leave a comment