archey3 icon indicating copy to clipboard operation
archey3 copied to clipboard

fs(/)

Open EMegamanu opened this issue 13 years ago • 5 comments

In the default config and with a config file, fs(/) doesn't work. But fs(/home) or fs(/boot) works.

EMegamanu avatar Aug 14 '11 01:08 EMegamanu

What locale are you using. previous issues with the the display module have been due to the locale using a different character for the decimal point. I've added support for that case, but there may be other cases that I have not handled.

lclarkmichalek avatar Aug 16 '11 17:08 lclarkmichalek

I use fr_FR.UTF-8

[emmanuel@Saturn ~]$ locale LANG=fr_FR.UTF-8 LC_CTYPE="fr_FR.UTF-8" LC_NUMERIC="fr_FR.UTF-8" LC_TIME="fr_FR.UTF-8" LC_COLLATE="fr_FR.UTF-8" LC_MONETARY="fr_FR.UTF-8" LC_MESSAGES="fr_FR.UTF-8" LC_PAPER="fr_FR.UTF-8" LC_NAME="fr_FR.UTF-8" LC_ADDRESS="fr_FR.UTF-8" LC_TELEPHONE="fr_FR.UTF-8" LC_MEASUREMENT="fr_FR.UTF-8" LC_IDENTIFICATION="fr_FR.UTF-8" LC_ALL=

EMegamanu avatar Aug 16 '11 17:08 EMegamanu

Hmm, I'll install arch with the fr_FR locale and see what the problem is. In the meantime, can you give me the output of df on your machine please.

lclarkmichalek avatar Aug 17 '11 08:08 lclarkmichalek

Yes of course :

Sys. de fichiers 1K-blocs Util. Dispo. Uti% Monté sur udev 10240 0 10240 0% /dev run 10240 288 9952 3% /run /dev/sda6 103212320 9336048 88633392 10% / shm 4052344 312 4052032 1% /dev/shm /dev/sda1 126931 16051 104327 14% /boot /dev/sda7 412849328 30459292 361418516 8% /home

EMegamanu avatar Aug 18 '11 20:08 EMegamanu

I got the same issue, both /boot hand /home working, no luck with /.

┌─[twau][arch][~] └──╼ locale LANG=sv_SE.utf8 LC_CTYPE="sv_SE.utf8" LC_NUMERIC="sv_SE.utf8" LC_TIME="sv_SE.utf8" LC_COLLATE="sv_SE.utf8" LC_MONETARY="sv_SE.utf8" LC_MESSAGES="sv_SE.utf8" LC_PAPER="sv_SE.utf8" LC_NAME="sv_SE.utf8" LC_ADDRESS="sv_SE.utf8" LC_TELEPHONE="sv_SE.utf8" LC_MEASUREMENT="sv_SE.utf8" LC_IDENTIFICATION="sv_SE.utf8" LC_ALL=

┌─[twau][arch][~] └──╼ df Filsystem 1K-block Använt Tillgängligt Anv% Monterat på rootfs 20418488 5422968 13971380 28% / /dev 1024296 0 1024296 0% /dev /run 1027116 204 1026912 1% /run /dev/sda3 20418488 5422968 13971380 28% / shm 1027116 208 1026908 1% /dev/shm tmpfs 1027116 712 1026404 1% /tmp /dev/sda4 367608572 109967168 239240556 32% /home /dev/sda1 99590 16822 77549 18% /boot

twau avatar Mar 15 '12 08:03 twau