Page 1 of 1

[SOLVED] Where can I get smartmontools and hdparm

PostPosted: Sep 3rd, '14, 21:00
by turboscrew
I didn't find them in the default repos.

Re: Where can I get smartmontools and hdparm

PostPosted: Sep 3rd, '14, 21:13
by Latte
Code: Select all
[marc@Laptop ~]$ urpmq -ayf hdparm
hdparm-9.43-3.mga4.x86_64
[marc@Laptop ~]$ urpmq -ayf smartmon
smartmontools-6.2-2.mga4.x86_64


you should check you repos. You can check with
Code: Select all
urpmq --list-media active
and if that looks okay
Code: Select all
urpmq --list-url

Re: Where can I get smartmontools and hdparm

PostPosted: Sep 3rd, '14, 23:46
by turboscrew
Does this look fine (despite my locale-problem, the other thread)?

Code: Select all
[jaa@localhost ~]$ urpmq --list-media active
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_GB.UTF-8:en_GB:en",
        LC_ALL = (unset),
        LC_PAPER = "fi_FI.UTF-8",
        LC_ADDRESS = "fi_FI.UTF-8",
        LC_MONETARY = "fi_FI.UTF-8",
        LC_SOURCED = "1",
        LC_NUMERIC = "fi_FI.UTF-8",
        LC_TELEPHONE = "fi_FI.UTF-8",
        LC_MESSAGES = "en_GB.UTF-8",
        LC_IDENTIFICATION = "fi_FI.UTF-8",
        LC_COLLATE = "en_GB.UTF-8",
        LC_MEASUREMENT = "fi_FI.UTF-8",
        LC_CTYPE = "en_GB.UTF-8",
        LC_TIME = "en_GB.UTF-8",
        LC_NAME = "fi_FI.UTF-8",
        LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Live Core
Live Nonfree
Core Release
Core Updates
Nonfree Release
Nonfree Updates
Core 32bit Release
Core 32bit Updates
Nonfree 32bit Release
Nonfree 32bit Updates


The other is somewhat longer:
Code: Select all
[jaa@localhost ~]$ urpmq --list-url
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_GB.UTF-8:en_GB:en",
        LC_ALL = (unset),
        LC_PAPER = "fi_FI.UTF-8",
        LC_ADDRESS = "fi_FI.UTF-8",
        LC_MONETARY = "fi_FI.UTF-8",
        LC_SOURCED = "1",
        LC_NUMERIC = "fi_FI.UTF-8",
        LC_TELEPHONE = "fi_FI.UTF-8",
        LC_MESSAGES = "en_GB.UTF-8",
        LC_IDENTIFICATION = "fi_FI.UTF-8",
        LC_COLLATE = "en_GB.UTF-8",
        LC_MEASUREMENT = "fi_FI.UTF-8",
        LC_CTYPE = "en_GB.UTF-8",
        LC_TIME = "en_GB.UTF-8",
        LC_NAME = "fi_FI.UTF-8",
        LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Live Core /var/local/mga_rpms/core
Live Nonfree /var/local/mga_rpms/nonfree
Core Release rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/x86_64/media/core/release
Core Release Debug
Core Updates rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/x86_64/media/core/updates
Core Updates Debug
Core Updates Testing
Core Updates Testing Debug
Core Backports
Core Backports Debug
Core Backports Testing
Core Backports Testing Debug
Nonfree Release rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/x86_64/media/nonfree/release
Nonfree Release Debug
Nonfree Updates rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/x86_64/media/nonfree/updates
Nonfree Updates Debug
Nonfree Updates Testing
Nonfree Updates Testing Debug
Nonfree Backports
Nonfree Backports Debug
Nonfree Backports Testing
Nonfree Backports Testing Debug
Tainted Release
Tainted Release Debug
Tainted Updates
Tainted Updates Debug
Tainted Updates Testing
Tainted Updates Testing Debug
Tainted Backports
Tainted Backports Debug
Tainted Backports Testing
Tainted Backports Testing Debug
Core 32bit Release rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/i586/media/core/release
Core 32bit Updates rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/i586/media/core/updates
Core 32bit Updates Testing
Core 32bit Backports
Core 32bit Backports Testing
Nonfree 32bit Release rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/i586/media/nonfree/release
Nonfree 32bit Updates rsync://ftp.sunet.se/pub/Linux/distributions/mageia/distrib/4/i586/media/nonfree/updates
Nonfree 32bit Updates Testing
Nonfree 32bit Backports
Nonfree 32bit Backports Testing
Tainted 32bit Release
Tainted 32bit Updates
Tainted 32bit Updates Testing
Tainted 32bit Backports
Tainted 32bit Backports Testing


urpmq -ayf hdparm
shows the package for me too, but MCC Software Management didn't find it.

[edit]
Only now I realize, there is a selection that read "Packages with GUI". Changed it to "all" and the package was found.
It seems like only my ignorance is a match to my incompetence. :lol:
(I already have a prescription for stronger glasses.)

Thanks anyway.
(I'd still like to know if my repos are OK.)

Re: Where can I get smartmontools and hdparm

PostPosted: Sep 4th, '14, 02:08
by doktor5000
turboscrew wrote:(I'd still like to know if my repos are OK.)


Looks good so far, but you don't have tainted release and tainted updates enabled.

Re: [SOLVED] Where can I get smartmontools and hdparm

PostPosted: Sep 4th, '14, 18:48
by turboscrew
So I should get them enaabled too?

Re: [SOLVED] Where can I get smartmontools and hdparm

PostPosted: Sep 4th, '14, 19:21
by ozky
Yes you should enable them too.
Read this page it tells you lot of mageia to beginners.
https://wiki.mageia.org/en/Install_medi ... _beginners

Re: [SOLVED] Where can I get smartmontools and hdparm

PostPosted: Sep 5th, '14, 15:59
by turboscrew
Thanks.