Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/08/2012, à 15:53

samhy

Nouveau SSD et pas de TRIM

Bonjour,

J'ai installé hier un SSD Samsung 830 64 Go. En suivant les indications de la documentation et de ce fil j'ai réussi à suivre quasiment toutes les étapes. J'ai eu un doute lorsqu'il a fallu créer les systèmes de fichier (fait en ext4), mais je pense avoir finalement fait tel qu'indiqué. J'ai ensuite modifié le fichier comme ceci (le cache des navigateurs Internet ne sont pas encore transférés vers la RAM).

# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=9f30ac1e-bcf3-4c51-9d25-a82589f792b9 /               ext4    defaults,noatime,discard,commit=60,errors=remount-ro 0       1
# /home was on /dev/sda2 during installation
UUID=a59bd6c1-2fba-4ed6-a0f4-d1427191ca42 /home           ext4    defaults,noatime,discard,commit=60        0       2

tmpfs /tmp tmpfs defaults,noatime, mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0

Pourtant, à chaque fois que je teste le TRIM, les zéros n'apparaissent pas.
Voyez-vous où se situe mon erreur ? hmm

Merci d'avance smile


Samsung NP305U1A - 13.04
(auparavant Fujitsu-Siemens Amilo Si2636 - jusqu'à 11.10)

Sony PRS 650/ Kobo Mini

Hors ligne

#2 Le 29/08/2012, à 21:34

F50

Re : Nouveau SSD et pas de TRIM

Salut,

J'avais ouvert ce fil qui est d'ailleurs toujours d'actu. Comment testes-tu le trim? Regarde par ici et dit-moi si ça marche:

https://sites.google.com/site/lightrush … andworking

Sinon, poste la fin de ton sylog là où commence le montage du FS ext4.

P.S. Je viens de le faire, résultat:

 dd if=/dev/urandom of=tempfile count=100 bs=512k oflag=direct
100+0 enregistrements lus
100+0 enregistrements écrits
52428800 octets (52 MB) copiés, 4.21619 s, 12.4 MB/s
root@Cockpit:~# hdparm --fibmap tempfile

tempfile:
 filesystem blocksize 4096, begins at LBA 4096; assuming 512 byte sectors.
 byte_offset  begin_LBA    end_LBA    sectors
           0     419840     420863       1024
      524288     433152     434175       1024
     1048576     716800     718847       2048
     2097152     929792     933887       4096
     4194304     806912     815103       8192
     8388608    2576384    2592767      16384
    16777216    2707456    2723839      16384
    25165824    3919872    3936255      16384
    33554432    4608000    4644863      36864
root@Cockpit:~# hdparm --read-sector 419840 /dev/sda

/dev/sda:
reading sector 419840: succeeded
2174 ea2d 0bd7 a6ef 8bbe 96b4 a6a7 945f
95b1 5bdb f11b cffe a111 1bb6 6e64 700d
c88b a98e 9f37 9a89 903d 7d49 a5b9 93cc
3a68 92ed 8114 800f 3af9 ad04 d958 1a2a
8606 f5bb 611c 3fb2 597e a62e 9eb3 db35
263c 34b1 2a12 ba24 0db2 9c53 0964 b887
6964 44ae 91af 6fdf 4961 0534 155a 82c3
471c d6f8 d973 ef13 45c2 6e1e 0d91 aa57
7e7e fa7f 6512 85da 22a5 20d0 16bc 4c8f
c25d 6c1c ee11 72dc 1dc1 3223 67f8 9b3d
0903 266e b186 7dc1 001e 6d35 54ce 19f7
82c4 5564 add6 1f69 1d71 1249 632d f39b
ca93 74f0 e03e 4392 9a8a d7be ee43 1ac3
2218 97e2 ded7 36c9 f930 0ca5 ecb6 fe5d
7abc 38fa 946d 08e7 4321 c1f1 8f2c 7c4f
a06d def0 29c6 9635 60a3 1ac4 00fb 4e31
4a1d 51c0 878b e71e 37ad 3776 1029 914d
3962 f1f6 2bc5 67a1 c990 1339 7454 5439
bbfc 4d59 b879 b12c 5ddc 30bb 7f0a ac25
6d83 e2f3 6139 f9cc e3fa 26a5 5c06 b632
4e54 dd3b 03ba f390 47fe af5a eee1 5e9e
c970 3775 adee 4aaa 9e77 1d8d 0d3d 311a
5e39 d115 1e4f 89e6 c5d7 8f43 7a6c e534
33f6 b095 8d04 c6df e924 7616 f743 df24
5f15 3917 348f 6927 5ac1 f93a 1f73 53d6
2349 15e1 1bb7 d0c3 e782 2fab 2100 178a
cce9 1ea6 87c7 8bf3 189c e8d2 2dd4 5aad
2821 4827 326f ca6a 3b19 cd1f 1c0c c867
d249 403c 2cf1 3484 c1cd 90dc c7f4 b0b7
d1a9 6697 3c6b a377 b1de 003a 47ca 302e
dfee 7423 1375 620d 098e 4009 051e af47
40f3 0b2a 02e5 2664 2f5a d8e9 8301 d533
root@Cockpit:~# rm tempfile
root@Cockpit:~# sync
root@Cockpit:~# hdparm --read-sector 419840 /dev/sda

/dev/sda:
reading sector 419840: succeeded
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000

P.S. Vire l'option "defaults" du fstab sur le SSD vu que tu as mis les options adéquates et réessaye.

Dernière modification par faucon50 (Le 29/08/2012, à 22:35)

#3 Le 30/08/2012, à 08:08

samhy

Re : Nouveau SSD et pas de TRIM

faucon50 a écrit :

Salut,

J'avais ouvert ce fil qui est d'ailleurs toujours d'actu. Comment testes-tu le trim? Regarde par ici et dit-moi si ça marche:

https://sites.google.com/site/lightrush … andworking

Bonjour faucon50 et merci pour ta réponse.

C'est bien en suivant TES explications que j'ai réussi à suivre à peu près toutes les étapes. J'ai donc testé le TRIM comme indiqué, mais je n'obtiens jamais de
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000 ...

Pour le reste de ton message, je vais faire ça dès que j'allume le portable (je n'ose pas trop l'utiliser, à vrai dire).

Je poste le résultat des commandes bientôt.

Merci encore une fois smile

EDIT : voilà ce que ça donne neutral

┌─( samhy ) - ( 3.2.0-29-generic ) - ( ~ )
└─> sudo -i
[sudo] password for samhy: 
root@samhy-305U1A:~# dd if=/dev/urandom of=tempfile count=100 bs=512k oflag=direct
100+0 レコード入力
100+0 レコード出力
52428800 バイト (52 MB) コピーされました、 9,07971 秒、 5,8 MB/秒
root@samhy-305U1A:~# hdparm --fibmap tempfile

tempfile:
 filesystem blocksize 4096, begins at LBA 2048; assuming 512 byte sectors.
 byte_offset  begin_LBA    end_LBA    sectors
           0     391168     392191       1024
      524288     452608     453631       1024
     1048576     520192     522239       2048
     2097152     751616     780287      28672
    16777216     608256     624639      16384
    25165824    1394688    1411071      16384
    33554432    1624064    1640447      16384
    41943040    1673216    1693695      20480
root@samhy-305U1A:~# hdparm --read-sector 391168 /dev/sda

/dev/sda:
reading sector 391168: succeeded
53f6 f561 6ad2 8f52 cfcb a36c 6293 693c
3fcb 7ea2 e3da 8619 d3e5 cffa cd65 c597
ffd7 a9f2 ace9 0e3b d696 4170 c5d7 a0cb
37dc bdd4 fdf1 814b 58e1 2348 ba3c b20a
e813 cb0a 4b21 f982 a90e c54c ffa2 96e0
8f86 4555 fc2f 7fbb 82ad 7e64 126c 6aa7
c047 756b 17f7 b0d0 4fc3 5db6 3ed9 9bbe
b91b 631b d2f6 986d 3d39 7e2b 42fe 91bb
a007 7fae 43dd 96e8 01ed ce49 9c22 1077
1fec e192 db6e 7c3c f688 cb7b 91ae b362
7c53 a45d 783e 9337 a558 4339 4279 2ff8
edaf a8bd f784 f61f c7d9 12d8 02f0 e15d
7dcc d084 9394 b5ee 414e 09c5 b652 f9c5
2d7f 1d6a 1637 0484 305b bbce 13f6 0f21
fd6a d8e1 a6f4 8962 4745 cfc4 58cd 00c6
b7ab c9ae 9c61 0b5c e2a0 8a76 48db 5b7a
8185 dd96 f344 8eb0 c99f f26d a681 d142
f6f1 73c8 9d14 97a7 8bfd fb97 7217 4e10
03af 792c 6d48 12cf 778a 39e7 8f32 2398
5ed9 c464 0941 f620 3eaf e763 95fd 4fa2
7948 0928 999c e82f 9ccd 577a 18c1 61f8
8408 e2e0 ea79 0583 341b 3e5d fee1 2cf3
7220 ccbe 355f b389 132b 2737 3ef9 2cad
96b4 c8bb 018a cf23 038f 66da f67a f001
c73a aa05 ba47 25fa 72e1 5387 4c24 b36a
d223 1631 8697 921c e168 3102 8197 d1a5
8566 183a 2f55 a790 6b71 8bf7 90db 6f77
179b a119 08b5 6e8b 0c1f 84c9 3c3f 5bc8
a932 a46d 1176 0c32 32e8 d693 7a57 c8df
6478 21c3 74f9 5ade c217 3b6b 81eb 32eb
344a b4da 2cdd 540d d8a4 0a80 12fc ede6
1240 977d c060 c54f e24d 94b6 7f84 8999
root@samhy-305U1A:~# rm tempfile
root@samhy-305U1A:~# sync
root@samhy-305U1A:~# hdparm --read-sector 391168 /dev/sda

/dev/sda:
reading sector 391168: succeeded
53f6 f561 6ad2 8f52 cfcb a36c 6293 693c
3fcb 7ea2 e3da 8619 d3e5 cffa cd65 c597
ffd7 a9f2 ace9 0e3b d696 4170 c5d7 a0cb
37dc bdd4 fdf1 814b 58e1 2348 ba3c b20a
e813 cb0a 4b21 f982 a90e c54c ffa2 96e0
8f86 4555 fc2f 7fbb 82ad 7e64 126c 6aa7
c047 756b 17f7 b0d0 4fc3 5db6 3ed9 9bbe
b91b 631b d2f6 986d 3d39 7e2b 42fe 91bb
a007 7fae 43dd 96e8 01ed ce49 9c22 1077
1fec e192 db6e 7c3c f688 cb7b 91ae b362
7c53 a45d 783e 9337 a558 4339 4279 2ff8
edaf a8bd f784 f61f c7d9 12d8 02f0 e15d
7dcc d084 9394 b5ee 414e 09c5 b652 f9c5
2d7f 1d6a 1637 0484 305b bbce 13f6 0f21
fd6a d8e1 a6f4 8962 4745 cfc4 58cd 00c6
b7ab c9ae 9c61 0b5c e2a0 8a76 48db 5b7a
8185 dd96 f344 8eb0 c99f f26d a681 d142
f6f1 73c8 9d14 97a7 8bfd fb97 7217 4e10
03af 792c 6d48 12cf 778a 39e7 8f32 2398
5ed9 c464 0941 f620 3eaf e763 95fd 4fa2
7948 0928 999c e82f 9ccd 577a 18c1 61f8
8408 e2e0 ea79 0583 341b 3e5d fee1 2cf3
7220 ccbe 355f b389 132b 2737 3ef9 2cad
96b4 c8bb 018a cf23 038f 66da f67a f001
c73a aa05 ba47 25fa 72e1 5387 4c24 b36a
d223 1631 8697 921c e168 3102 8197 d1a5
8566 183a 2f55 a790 6b71 8bf7 90db 6f77
179b a119 08b5 6e8b 0c1f 84c9 3c3f 5bc8
a932 a46d 1176 0c32 32e8 d693 7a57 c8df
6478 21c3 74f9 5ade c217 3b6b 81eb 32eb
344a b4da 2cdd 540d d8a4 0a80 12fc ede6
1240 977d c060 c54f e24d 94b6 7f84 8999

Qu'est-ce que je fais de mal ??? Je ne suis pas certaine d'avoir bien géré le moment où on fait "mkfs.ext4 ... stride=32". Est-ce que ça pourrait être lié ?

Merci d'avance smile

Dernière modification par samhy (Le 30/08/2012, à 08:35)


Samsung NP305U1A - 13.04
(auparavant Fujitsu-Siemens Amilo Si2636 - jusqu'à 11.10)

Sony PRS 650/ Kobo Mini

Hors ligne

#4 Le 30/08/2012, à 13:14

F50

Re : Nouveau SSD et pas de TRIM

Salut samhy,

Re poste ton fstab et la fin de var/log/syslog, depuis l'endroit où est mentionné pour la 1 ère fois le montage de ext4, ex:

Aug 30 13:43:43 localhost kernel: [    2.099434] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)

Tu as bien enlever l'option "defaults" dans les options de fstab?

Poste aussi le résultat de la commande print free de parted, (attention à ne pas faire de conneries tu es en root)!!!

sudo parted>unit s>print free

Une question bête mais ton SSD supporte-t-il le trim, ça n'est pas le cas  de tous.

#5 Le 30/08/2012, à 20:37

samhy

Re : Nouveau SSD et pas de TRIM

faucon50 a écrit :

Salut samhy,

Re poste ton fstab et la fin de var/log/syslog, depuis l'endroit où est mentionné pour la 1 ère fois le montage de ext4, ex:

Aug 30 13:43:43 localhost kernel: [    2.099434] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=9f30ac1e-bcf3-4c51-9d25-a82589f792b9 /               ext4    noatime,discard,commit=60,errors=remount-ro 0       1
# /home was on /dev/sda2 during installation
UUID=a59bd6c1-2fba-4ed6-a0f4-d1427191ca42 /home           ext4    noatime,discard,commit=60        0       2

tmpfs /tmp tmpfs defaults,noatime, mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0

Pour /var/log/syslog, comme il est beaucoup beaucoup trop long pour être copié ici, je n'ai mis que ce qui s'est passé au même moment. Si tu as besoin de plus de détails, je peux mettre un peu de la suite.

Aug 28 21:39:53 samhy-305U1A kernel: [    2.122947] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Aug 28 21:39:53 samhy-305U1A kernel: [    2.172055] Refined TSC clocksource calibration: 1646.493 MHz.
Aug 28 21:39:53 samhy-305U1A kernel: [    2.172073] Switching to clocksource tsc
Aug 28 21:39:53 samhy-305U1A kernel: [    2.598349] lp: driver loaded but no devices found
Aug 28 21:39:53 samhy-305U1A kernel: [    2.604243] usb 3-3: new full-speed USB device number 2 using ohci_hcd
Aug 28 21:39:53 samhy-305U1A kernel: [    2.611853] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
Aug 28 21:39:53 samhy-305U1A kernel: [    2.751676] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Aug 28 21:39:53 samhy-305U1A kernel: [    2.942796] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
Aug 28 21:39:53 samhy-305U1A kernel: [    2.974478] [drm] Initialized drm 1.1.0 20060810
Aug 28 21:39:53 samhy-305U1A kernel: [    3.063642] acpi device:32: registered as cooling_device2
Aug 28 21:39:53 samhy-305U1A bluetoothd[452]: Bluetooth daemon 4.98
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  ModemManager (version 0.5.2.0) starting...
Aug 28 21:39:53 samhy-305U1A kernel: [    3.113478] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5
Aug 28 21:39:53 samhy-305U1A bluetoothd[452]: Starting SDP server
Aug 28 21:39:53 samhy-305U1A kernel: [    3.116676] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
Aug 28 21:39:53 samhy-305U1A kernel: [    3.126279] type=1400 audit(1346182793.953:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=448 comm="apparmor_parser"
Aug 28 21:39:53 samhy-305U1A kernel: [    3.126946] type=1400 audit(1346182793.953:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=448 comm="apparmor_parser"
Aug 28 21:39:53 samhy-305U1A kernel: [    3.127328] type=1400 audit(1346182793.953:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=448 comm="apparmor_parser"
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin AnyData
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Huawei
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin SimTech
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Nokia
Aug 28 21:39:53 samhy-305U1A avahi-daemon[463]: Found user 'avahi' (UID 106) and group 'avahi' (GID 118).
Aug 28 21:39:53 samhy-305U1A avahi-daemon[463]: Successfully dropped root privileges.
Aug 28 21:39:53 samhy-305U1A avahi-daemon[463]: avahi-daemon 0.6.30 starting up.
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Novatel
Aug 28 21:39:53 samhy-305U1A kernel: [    3.150055] ppdev: user-space parallel port driver
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin ZTE
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Sierra
Aug 28 21:39:53 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Option High-Speed
Aug 28 21:39:54 samhy-305U1A kernel: [    3.164430] Bluetooth: Core ver 2.16
Aug 28 21:39:54 samhy-305U1A kernel: [    3.164479] NET: Registered protocol family 31
Aug 28 21:39:54 samhy-305U1A kernel: [    3.164483] Bluetooth: HCI device and connection manager initialized
Aug 28 21:39:54 samhy-305U1A kernel: [    3.164489] Bluetooth: HCI socket layer initialized
Aug 28 21:39:54 samhy-305U1A kernel: [    3.164492] Bluetooth: L2CAP socket layer initialized
Aug 28 21:39:54 samhy-305U1A kernel: [    3.164503] Bluetooth: SCO socket layer initialized
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Gobi
Aug 28 21:39:54 samhy-305U1A bluetoothd[452]: Failed to init alert plugin
Aug 28 21:39:54 samhy-305U1A bluetoothd[452]: Failed to init time plugin
Aug 28 21:39:54 samhy-305U1A bluetoothd[452]: Failed to init proximity plugin
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Wavecom
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin MotoC
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Ericsson MBM
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Generic
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Samsung
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Linktop
Aug 28 21:39:54 samhy-305U1A kernel: [    3.208479] Bluetooth: RFCOMM TTY layer initialized
Aug 28 21:39:54 samhy-305U1A kernel: [    3.208492] Bluetooth: RFCOMM socket layer initialized
Aug 28 21:39:54 samhy-305U1A kernel: [    3.208496] Bluetooth: RFCOMM ver 1.11
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin X22X
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Longcheer
Aug 28 21:39:54 samhy-305U1A kernel: [    3.219506] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 28 21:39:54 samhy-305U1A kernel: [    3.219513] Bluetooth: BNEP filters: protocol multicast
Aug 28 21:39:54 samhy-305U1A bluetoothd[452]: Failed to init gatt_example plugin
Aug 28 21:39:54 samhy-305U1A modem-manager[447]: <info>  Loaded plugin Option
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Successfully called chroot().
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Successfully dropped remaining capabilities.
Aug 28 21:39:54 samhy-305U1A avahi-daemon[464]: chroot.c: open() failed: No such file or directory
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Failed to open /etc/resolv.conf: Invalid argument
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Loading service file /services/udisks.service.
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Network interface enumeration completed.
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Registering HINFO record with values 'X86_64'/'LINUX'.
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Server startup complete. Host name is samhy-305U1A.local. Local service cookie is 957022491.
Aug 28 21:39:54 samhy-305U1A avahi-daemon[463]: Service "samhy-305U1A" (/services/udisks.service) successfully established.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.242551] type=1400 audit(1346182794.069:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=478 comm="apparmor_parser"
Aug 28 21:39:54 samhy-305U1A kernel: [    3.243353] type=1400 audit(1346182794.069:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=478 comm="apparmor_parser"
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> NetworkManager (version 0.9.4.0) is starting...
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Aug 28 21:39:54 samhy-305U1A kernel: [    3.272168] [drm] radeon defaulting to kernel modesetting.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.272178] [drm] radeon kernel modesetting enabled.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.272458] radeon 0000:00:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Aug 28 21:39:54 samhy-305U1A kernel: [    3.272467] radeon 0000:00:01.0: setting latency timer to 64
Aug 28 21:39:54 samhy-305U1A kernel: [    3.273172] [drm] initializing kernel modesetting (PALM 0x1002:0x9806 0x144D:0xC600).
Aug 28 21:39:54 samhy-305U1A kernel: [    3.273273] [drm] register mmio base: 0xFEB00000
Aug 28 21:39:54 samhy-305U1A kernel: [    3.273276] [drm] register mmio size: 262144
Aug 28 21:39:54 samhy-305U1A kernel: [    3.273446] ATOM BIOS: AMD
Aug 28 21:39:54 samhy-305U1A kernel: [    3.274214] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
Aug 28 21:39:54 samhy-305U1A kernel: [    3.274223] radeon 0000:00:01.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
Aug 28 21:39:54 samhy-305U1A kernel: [    3.275117] [drm] Detected VRAM RAM=512M, BAR=256M
Aug 28 21:39:54 samhy-305U1A kernel: [    3.275125] [drm] RAM width 32bits DDR
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281223] [TTM] Zone  kernel: Available graphics memory: 1765068 kiB.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281230] [TTM] Initializing pool allocator.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281280] [drm] radeon: 512M of VRAM memory ready
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281285] [drm] radeon: 512M of GTT memory ready.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281313] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281317] [drm] Driver supports precise vblank timestamp query.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281375] radeon 0000:00:01.0: irq 40 for MSI/MSI-X
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281384] radeon 0000:00:01.0: radeon: using MSI.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281818] [drm] radeon: irq initialized.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.281831] [drm] GART: num cpu pages 131072, num gpu pages 131072
Aug 28 21:39:54 samhy-305U1A kernel: [    3.285714] [drm] Loading PALM Microcode
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> DNS: loaded plugin dnsmasq
Aug 28 21:39:54 samhy-305U1A mtp-probe: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:13.2/usb2/2-4"
Aug 28 21:39:54 samhy-305U1A dbus[433]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Aug 28 21:39:54 samhy-305U1A mtp-probe: bus: 2, device: 2 was not an MTP device
Aug 28 21:39:54 samhy-305U1A polkitd[496]: started daemon version 0.104 using authority implementation `local' version `0.104'
Aug 28 21:39:54 samhy-305U1A dbus[433]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: init!
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: update_system_hostname
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPluginIfupdown: management mode: unmanaged
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: end _init.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    Ifupdown: get unmanaged devices count: 0
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: (37703472) ... get_connections.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: (37703472) ... get_connections (managed=false): return empty list.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    Ifupdown: get unmanaged devices count: 0
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> modem-manager is now available
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> monitoring kernel firmware directory '/lib/firmware'.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> WiFi enabled by radio killswitch; enabled by state file
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> WWAN enabled by radio killswitch; enabled by state file
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> WiMAX enabled by radio killswitch; enabled by state file
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]: <info> Networking is enabled by state file
Aug 28 21:39:54 samhy-305U1A kernel: [    3.435728] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Aug 28 21:39:54 samhy-305U1A kernel: [    3.435836] r8169 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Aug 28 21:39:54 samhy-305U1A kernel: [    3.435896] r8169 0000:05:00.0: setting latency timer to 64
Aug 28 21:39:54 samhy-305U1A kernel: [    3.435991] r8169 0000:05:00.0: irq 41 for MSI/MSI-X
Aug 28 21:39:54 samhy-305U1A kernel: [    3.443566] r8169 0000:05:00.0: eth0: RTL8168evl/8111evl at 0xffffc9000066a000, e8:03:9a:18:d3:d1, XID 0c900800 IRQ 41
Aug 28 21:39:54 samhy-305U1A kernel: [    3.443575] r8169 0000:05:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Aug 28 21:39:54 samhy-305U1A kernel: [    3.445653] cfg80211: Calling CRDA to update world regulatory domain
Aug 28 21:39:54 samhy-305U1A kernel: [    3.473295] Linux video capture interface: v2.00
Aug 28 21:39:54 samhy-305U1A kernel: [    3.494833] uvcvideo: Found UVC 1.00 device WebCam SCB-1100N (2232:1008)
Aug 28 21:39:54 samhy-305U1A kernel: [    3.521094] input: WebCam SCB-1100N as /devices/pci0000:00/0000:00:13.2/usb2/2-4/2-4:1.0/input/input6
Aug 28 21:39:54 samhy-305U1A kernel: [    3.521357] usbcore: registered new interface driver uvcvideo
Aug 28 21:39:54 samhy-305U1A kernel: [    3.521361] USB Video Class driver (1.1.1)
Aug 28 21:39:54 samhy-305U1A kernel: [    3.538127] brcmsmac 0000:03:00.0: bus 3 slot 0 func 0 irq 7
Aug 28 21:39:54 samhy-305U1A kernel: [    3.538191] brcmsmac 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 28 21:39:54 samhy-305U1A kernel: [    3.538202] brcmsmac 0000:03:00.0: setting latency timer to 64
Aug 28 21:39:54 samhy-305U1A kernel: [    3.747813] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
Aug 28 21:39:54 samhy-305U1A udev-configure-printer: add /module/lp
Aug 28 21:39:54 samhy-305U1A udev-configure-printer: Failed to get parent
Aug 28 21:39:54 samhy-305U1A kernel: [    3.790147] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x16, 0x0a.
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Aug 28 21:39:54 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Aug 28 21:39:54 samhy-305U1A failsafe: Failsafe of 120 seconds reached.
Aug 28 21:39:54 samhy-305U1A kernel: [    3.904934] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
Aug 28 21:39:54 samhy-305U1A kernel: [    4.030489] init: failsafe main process (585) killed by TERM signal
Aug 28 21:39:54 samhy-305U1A kernel: [    4.157953] type=1400 audit(1346182794.985:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=693 comm="apparmor_parser"
Aug 28 21:39:55 samhy-305U1A kernel: [    4.167082] type=1400 audit(1346182794.993:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=693 comm="apparmor_parser"
Aug 28 21:39:55 samhy-305U1A kernel: [    4.167476] type=1400 audit(1346182794.993:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=693 comm="apparmor_parser"
Aug 28 21:39:55 samhy-305U1A kernel: [    4.176464] type=1400 audit(1346182795.005:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=692 comm="apparmor_parser"
Aug 28 21:39:55 samhy-305U1A kernel: [    4.282075] Bluetooth: Generic Bluetooth USB driver ver 0.6
Aug 28 21:39:55 samhy-305U1A bluetoothd[452]: HCI dev 0 registered
Aug 28 21:39:55 samhy-305U1A bluetoothd[452]: Listening for HCI events on hci0
Aug 28 21:39:55 samhy-305U1A kernel: [    4.305974] usbcore: registered new interface driver btusb
Aug 28 21:39:55 samhy-305U1A bluetoothd[452]: HCI dev 0 up
Aug 28 21:39:55 samhy-305U1A bluetoothd[452]: Adapter /org/bluez/452/hci0 has been enabled
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <warn> failed to allocate link cache: (-10) Operation not supported
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): carrier is OFF
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): new Ethernet device (driver: 'r8169' ifindex: 2)
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/0
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): now managed
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): bringing up device.
Aug 28 21:39:55 samhy-305U1A anacron[838]: Anacron 2.3 started on 2012-08-28
Aug 28 21:39:55 samhy-305U1A anacron[838]: Will run job `cron.daily' in 5 min.
Aug 28 21:39:55 samhy-305U1A anacron[838]: Will run job `cron.weekly' in 10 min.
Aug 28 21:39:55 samhy-305U1A anacron[838]: Will run job `cron.monthly' in 15 min.
Aug 28 21:39:55 samhy-305U1A anacron[838]: Jobs will be executed sequentially
Aug 28 21:39:55 samhy-305U1A acpid: starting up with proc fs
Aug 28 21:39:55 samhy-305U1A cron[822]: (CRON) INFO (pidfile fd = 3)
Aug 28 21:39:55 samhy-305U1A cron[847]: (CRON) STARTUP (fork ok)
Aug 28 21:39:55 samhy-305U1A cron[847]: (CRON) INFO (Running @reboot jobs)
Aug 28 21:39:55 samhy-305U1A acpid: 36 rules loaded
Aug 28 21:39:55 samhy-305U1A acpid: waiting for events: event logging is off
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648520] cfg80211: World regulatory domain updated:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648529] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648534] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648539] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648543] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648548] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.648552] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.713050] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
Aug 28 21:39:55 samhy-305U1A kernel: [    4.714280] radeon 0000:00:01.0: WB enabled
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724454] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724463] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724468] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724473] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724477] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724481] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724485] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724490] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724494] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724499] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724502] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724507] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724511] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724515] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724519] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724523] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724527] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724532] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724535] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724540] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724544] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724548] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724552] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724556] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724560] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724565] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724569] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.724573] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.736594] [drm] ring test succeeded in 1 usecs
Aug 28 21:39:55 samhy-305U1A kernel: [    4.736836] [drm] radeon: ib pool ready.
Aug 28 21:39:55 samhy-305U1A kernel: [    4.736969] [drm] ib test succeeded in 0 usecs
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737746] [drm] Radeon Display Connectors
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737750] [drm] Connector 0:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737753] [drm]   LVDS
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737756] [drm]   HPD1
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737760] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737763] [drm]   Encoders:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737766] [drm]     LCD1: INTERNAL_UNIPHY
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737769] [drm] Connector 1:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737771] [drm]   HDMI-A
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737773] [drm]   HPD2
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737776] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737779] [drm]   Encoders:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737781] [drm]     DFP1: INTERNAL_UNIPHY
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737784] [drm] Connector 2:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737786] [drm]   VGA
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737789] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737792] [drm]   Encoders:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737795] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737834] [drm] Internal thermal controller without fan control
Aug 28 21:39:55 samhy-305U1A kernel: [    4.737918] [drm] radeon: power management initialized
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): preparing device.
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (eth0): deactivating device (reason 'managed') [2]
Aug 28 21:39:55 samhy-305U1A kernel: [    4.817550] r8169 0000:05:00.0: eth0: link down
Aug 28 21:39:55 samhy-305U1A kernel: [    4.819114] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 28 21:39:55 samhy-305U1A kernel: [    4.820169] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> Added default wired connection 'Wired connection 1' for /sys/devices/pci0000:00/0000:00:15.2/0000:05:00.0/net/eth0
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:15.2/0000:05:00.0/net/eth0, iface: eth0)
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:15.2/0000:05:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Aug 28 21:39:55 samhy-305U1A kernel: [    4.837904] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Aug 28 21:39:55 samhy-305U1A kernel: [    4.840140] cfg80211: Calling CRDA for country: US
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> found WiFi radio killswitch rfkill1 (at /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/ieee80211/phy0/rfkill1) (driver (unknown))
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871693] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871704] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871709] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871714] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871718] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871723] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871727] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871732] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871736] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871740] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871744] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871748] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871752] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871757] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871761] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871765] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871769] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871773] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871777] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871782] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871785] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871790] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871793] cfg80211: Disabling freq 2467 MHz
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871796] cfg80211: Disabling freq 2472 MHz
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871799] cfg80211: Disabling freq 2484 MHz
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871803] cfg80211: Regulatory domain changed to country: US
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871807] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871811] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871815] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871819] cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871823] cfg80211:     (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871827] cfg80211:     (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.871831] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): using nl80211 for WiFi device control
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): new 802.11 WiFi device (driver: 'brcmsmac' ifindex: 3)
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): now managed
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): bringing up device.
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): preparing device.
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): deactivating device (reason 'managed') [2]
Aug 28 21:39:55 samhy-305U1A kernel: [    4.936969] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.936980] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.937494] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
Aug 28 21:39:55 samhy-305U1A kernel: [    4.938432] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Aug 28 21:39:55 samhy-305U1A kernel: [    4.939878] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Aug 28 21:39:55 samhy-305U1A dbus[433]: [system] Activating service name='fi.w1.wpa_supplicant1' (using servicehelper)
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/net/wlan0, iface: wlan0)
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:15.0/0000:03:00.0/net/wlan0, iface: wlan0): no ifupdown configuration found.
Aug 28 21:39:55 samhy-305U1A dbus[433]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> wpa_supplicant started
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): supplicant interface state: starting -> ready
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <info> (wlan0): supplicant interface state: ready -> inactive
Aug 28 21:39:55 samhy-305U1A NetworkManager[481]: <warn> Trying to remove a non-existant call id.
Aug 28 21:39:56 samhy-305U1A kernel: [    5.167955] init: anacron main process (838) killed by TERM signal
Aug 28 21:39:56 samhy-305U1A kernel: [    5.220539] [drm] fb mappable at 0xC0142000
Aug 28 21:39:56 samhy-305U1A kernel: [    5.220550] [drm] vram apper at 0xC0000000
Aug 28 21:39:56 samhy-305U1A kernel: [    5.220556] [drm] size 4325376
Aug 28 21:39:56 samhy-305U1A kernel: [    5.220561] [drm] fb depth is 24
Aug 28 21:39:56 samhy-305U1A kernel: [    5.220565] [drm]    pitch is 5632
Aug 28 21:39:56 samhy-305U1A kernel: [    5.220840] fbcon: radeondrmfb (fb0) is primary device
Aug 28 21:39:56 samhy-305U1A kernel: [    5.221200] Console: switching to colour frame buffer device 170x48
Aug 28 21:39:56 samhy-305U1A kernel: [    5.221296] fb0: radeondrmfb frame buffer device
Aug 28 21:39:56 samhy-305U1A kernel: [    5.221302] drm: registered panic notifier
Aug 28 21:39:56 samhy-305U1A kernel: [    5.221322] [drm] Initialized radeon 2.12.0 20080528 for 0000:00:01.0 on minor 0
Aug 28 21:39:56 samhy-305U1A kernel: [    5.222380] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Aug 28 21:39:56 samhy-305U1A kernel: [    5.223430] snd_hda_intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Aug 28 21:39:56 samhy-305U1A kernel: [    5.223619] snd_hda_intel 0000:00:01.1: irq 42 for MSI/MSI-X
Aug 28 21:39:56 samhy-305U1A kernel: [    5.223678] snd_hda_intel 0000:00:01.1: setting latency timer to 64
Aug 28 21:39:56 samhy-305U1A kernel: [    5.261240] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
Aug 28 21:39:56 samhy-305U1A kernel: [    5.261478] SP5100 TCO timer: mmio address 0xbafe00 already in use
Aug 28 21:39:56 samhy-305U1A kernel: [    5.271685] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
Aug 28 21:39:56 samhy-305U1A kernel: [    5.272549] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
Aug 28 21:39:56 samhy-305U1A kernel: [    5.285961] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Aug 28 21:39:56 samhy-305U1A kernel: [    5.392705] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
Aug 28 21:39:56 samhy-305U1A kernel: [    5.399817] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
Aug 28 21:39:57 samhy-305U1A acpid: client connected from 1105[0:0]
Aug 28 21:39:57 samhy-305U1A acpid: 1 client rule loaded
Aug 28 21:39:58 samhy-305U1A dbus[433]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Aug 28 21:39:58 samhy-305U1A dbus[433]: [system] Successfully activated service 'org.freedesktop.Accounts'
Aug 28 21:39:58 samhy-305U1A accounts-daemon[1126]: started daemon version 0.6.15
Aug 28 21:39:58 samhy-305U1A dbus[433]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Aug 28 21:39:59 samhy-305U1A dbus[433]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
faucon50 a écrit :

Tu as bien enlever l'option "defaults" dans les options de fstab?

En copiant le résultat de /etc/fstab, je viens de voir que je ne les avais pas supprimés pour tmpfs. Je viens donc de corriger ça.

faucon50 a écrit :

Poste aussi le résultat de la commande print free de parted, (attention à ne pas faire de conneries tu es en root)!!!
sudo parted>unit s>print free

GNU Parted 2.3
/dev/sda を使用
GNU Parted へようこそ! コマンド一覧を見るには 'help' と入力してください。
(parted) unit s                                                           
(parted) print free                                                       
モデル: ATA SAMSUNG SSD 830 (scsi)
ディスク /dev/sda: 125045424s
セクタサイズ (論理/物理): 512B/512B
パーティションテーブル: msdos

番号  開始        終了        サイズ      タイプ   ファイルシステム  フラグ
      63s         2047s       1985s                空き容量
 1    2048s       20973567s   20971520s   primary  ext4              boot
 2    20973568s   125044735s  104071168s  primary  ext4
      125044736s  125045423s  688s                 空き容量
faucon50 a écrit :

Une question bête mais ton SSD supporte-t-il le trim, ça n'est pas le cas  de tous.

Le Samsung 830 est bien supposé supporter le TRIM (c'était l'un de mes critères d'achat). Dans ce cas, il n'est pas nécessaire d'activer quelque chose sous Windows, n'est-ce pas ? Dès que j'ai reçu le SSD, je l'ai installé dans mon portable qui tourne uniquement sous Xubuntu.

J'espère que les résultats de terminal copiés vont être utiles.

Bonne soirée.


Samsung NP305U1A - 13.04
(auparavant Fujitsu-Siemens Amilo Si2636 - jusqu'à 11.10)

Sony PRS 650/ Kobo Mini

Hors ligne

#6 Le 31/08/2012, à 08:29

F50

Re : Nouveau SSD et pas de TRIM

Oui il y a un problème qui empêche les options d'être prisent en compte, regarde chez toi:

Ca c'est normal il le monte sans options car là est /

Aug 28 21:39:53 samhy-305U1A kernel: [    2.122947] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)

Mais ici ce n'est pas normal car il ne met pas les options:

Aug 28 21:39:53 samhy-305U1A kernel: [    2.611853] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
Aug 28 21:39:53 samhy-305U1A kernel: [    2.751676] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)

Maintenant chez moi, 1 er montage:

Aug 31 06:50:26 localhost kernel: [    2.075576] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)

Puis 2 ème mais avec options montées:

Aug 31 06:50:26 localhost kernel: [    4.320937] EXT4-fs (sda1): re-mounted. Opts: discard,commit=60,errors=remount-ro
Aug 31 06:50:26 localhost kernel: [    4.341156] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: discard,commit=60

Maintenant pourquoi? Bonne question! C'est un portable et tu as sûrement power managment=pm-utils (hibernation et veille) installé? Poste le contenu de  /usr/lib/pm-utils/power.d/journal-commit et regarde ce fil et son lien:

http://forum.ubuntu-fr.org/viewtopic.php?id=593591

Laisse l'option defaults dans les tmpfs et essaye de commenter la ligne /var/tmp puis reboote et regarde si il a prit en compte les options car j'ai lu que /var en tmp peux poser problème (perso j'ai un fixe et mon /var est sur le 2 ème DD pour éviter tout ça) sinon il faudra chercher ailleurs. Concernant parted c'est ok mais tu aurais pu éviter la perte de ces 688 secteurs pour avoir deux partitions sans reste, ex ici:

Modèle: ATA Patriot Inferno (scsi)
Disque /dev/sda : 117231408s
Taille des secteurs (logiques/physiques): 512B/512B
Table de partitions : msdos

Numéro  Début      Fin         Taille     Type     Système de fichiers  Fanions
        63s        4095s       4033s               Espace libre
1      4096s      65538047s   65533952s  primary  ext4                 démarrage
2      65538048s  117231407s  51693360s  primary  ext4

Pour w$ et le trim, je n'en ai aucune idée, je n'ai pas w$.

#7 Le 31/08/2012, à 10:46

samhy

Re : Nouveau SSD et pas de TRIM

Bonjour faucon50,

Je vois bien la différence entre ton rapport et celui généré par mon portable.

faucon50 a écrit :

Maintenant pourquoi? Bonne question! C'est un portable et tu as sûrement power managment=pm-utils (hibernation et veille) installé? Poste le contenu de  /usr/lib/pm-utils/power.d/journal-commit et regarde ce fil et son lien:

J'ai bien cherché partout, mais je n'ai pas de fichier "journal-commit" hmm, par contre tout le reste du chemin est correct (/usr/lib/pm-utils/power.d).

faucon50 a écrit :

Laisse l'option defaults dans les tmpfs et essaye de commenter la ligne /var/tmp puis reboote et regarde si il a prit en compte les options car j'ai lu que /var en tmp peux poser problème (perso j'ai un fixe et mon /var est sur le 2 ème DD pour éviter tout ça) sinon il faudra chercher ailleurs.

J'ai remis "defaults" dans les tmpfs et commenté la ligne /var/tmp, mais pas la ligne

tmpfs /tmp tmpfs defaults,noatime, mode=1777 0 0

J'ai redémarré et refait un test TRIM toujours pas de 000 mais j'ai l'impression qu'il m'a remis la même adresse "begin LBA" que la fois précédente. Si c'est vrai, c'est bien la première fois.

faucon50 a écrit :

Concernant parted c'est ok mais tu aurais pu éviter la perte de ces 688 secteurs pour avoir deux partitions sans reste

Je pensais que c'était plus "sûr" de laisser quelques secteurs libres. Maintenant, je saurai que je peux utiliser la totalité du disque lors du partitionnement, à moi de bien veiller à ne pas trop remplir les partitions ensuite (on m'a recommandé de laisser 10% de la capacité totale de libre).

Au vu de ces problèmes, je serai tentée de tout formater et réinstaller. Est-ce que c'est une bonne idée ? Sur un disque dur mécanique je l'aurais déjà fait, mais je ne sais pas si un SSD va apprécier ça.

En tout cas, merci beaucoup pour ton aide faucon50. Je commence à y voir un peu plus clair.


Samsung NP305U1A - 13.04
(auparavant Fujitsu-Siemens Amilo Si2636 - jusqu'à 11.10)

Sony PRS 650/ Kobo Mini

Hors ligne

#8 Le 31/08/2012, à 18:38

F50

Re : Nouveau SSD et pas de TRIM

Si j'étais sûr que la réinstalle résoudra le problème, je dirais oui de suite mais je n'en suis pas certain. Je n'ai jamais eu de problème similaire à par cette histoire de pm-utils mais ça n'empêchait pas les options de ce monter! J'ai déjà réinstallé plusieurs fois sur mon SSD et il en est pas mort, ce n'est pas non plus de la porcelaine de chine! Je me demande pourquoi tu n'as pas ce fichier, as-tu pm-utils installé?

Poste l'entier de syslog du dernier boot pour voir si il n'y a pas des erreurs avant qui pourraient nous mettre sur la piste.

#9 Le 04/09/2012, à 15:56

samhy

Re : Nouveau SSD et pas de TRIM

Désolée de ne pas être passée plus tôt, mais la fin de semaine a été assez mouvementée neutral

Après vérification, pm-utils est bien installé. Pour le moment, je m'oriente vers une réinstallation (je vais peut-être tenter une installation serveur), il me reste à déterminer quelle version d'Ubuntu ce sera. Dès que c'est fait, je reviens ici dire si le TRIM fonctionne.

Merci beaucoup pour ton aide faucon50 smile


Samsung NP305U1A - 13.04
(auparavant Fujitsu-Siemens Amilo Si2636 - jusqu'à 11.10)

Sony PRS 650/ Kobo Mini

Hors ligne

#10 Le 04/09/2012, à 16:14

F50

Re : Nouveau SSD et pas de TRIM

De rien, si tu parts pour la réinstalle et si tu aimes gnome 2, regarde ici, ça peut t'intéresser:

http://forum.ubuntu-fr.org/viewtopic.php?id=926141

#11 Le 04/09/2012, à 16:51

samhy

Re : Nouveau SSD et pas de TRIM

J'étais justement en train de lire ce sujet wink
Je vais d'abord bien lire jusqu'au bout pour m'assurer que tout me semble faisable, mais je suis bien tentée. On est bien d'accord que toute cette installation se fait après avoir partitionné le SSD et suivi toutes les étapes de la documentation ou de ton fil, n'est-ce pas ?


Samsung NP305U1A - 13.04
(auparavant Fujitsu-Siemens Amilo Si2636 - jusqu'à 11.10)

Sony PRS 650/ Kobo Mini

Hors ligne

#12 Le 04/09/2012, à 18:06

F50

Re : Nouveau SSD et pas de TRIM

Oui. Perso je fais mes partitions depuis un live cd avec parted au secteur près puis lors de l'install mini je ne formate plus rien, ce qui laisse les partitions et options comme mentionné, ce n'est pas le cas lors d'une installe avec formatage: mkfs.ext4 -b 4096 -E stride=32 /dev/sdX. Puis reboot et install du GUI xfce4 comme indiqué dans le lien le l'install mini.