[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Huge Intel CPU Bug Allegedly Causes Kernel Memory Vulnerability With Up To 30% Performance Hit



On 08/01/2018 19:12, Portobello wrote:
Il 08/01/2018 13:05, valerio ha scritto:
Il 08/01/2018 11:45, Portobello ha scritto:
Il 07/01/2018 20:45, Davide Prina ha scritto:
On 07/01/2018 16:51, Portobello wrote:
W: initramfs-tools configuration sets
RESUME=UUID=6f1e6000-25d4-48ee-8b8e-5707d439adc6

W: but no matching swap device is available.

$ cat /etc/fstab

   /etc/fstab: static file system information.

# SWAP
UUID=2fb71423-215e-441c-a6c0-408ed21d62bb   none   swap   sw   0   0
# /
UUID=d21b8aa2-5dfd-4863-be72-879f09658026   /   ext4
noatime,errors=remount-ro   0   1
# /home
UUID=8e8ca5a9-f084-4ba6-a506-8fabb04b8dbf   /home   ext4   noatime
0   2

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb7        61G  9,0G   49G  16% /
/dev/sdb8        67G   34G   30G  54% /home

$ /sbin/findfs UUID=6f1e6000-25d4-48ee-8b8e-5707d439adc6
findfs: unable to resolve 'UUID=6f1e6000-25d4-48ee-8b8e-5707d439adc6'

Ma se da terminale do il comando swapon /dev/sdb5 la partizione di swap
viene montata.
C'è anche una partizione di swap su /dev/sda5.

volendo puoi montarle entrambe o mettere lo swap su filesystem dentro /var usando dphys-swapfile e usando quelle due partizioni per altro.

mi sembra che tu abbia un po' di confusione fra il disco 'a' ed il disco
'b': dovresti (da bios) vedere da dove parte il sistema, poi dare blkid

Da Bios
Sul Primary IDE Slave c'è : Hard Disk Maxtor da 80 Gb (visto come sda)

Sul Third IDE Master c'è : Seagate 250 Gb (visto come sdb).

blkid
/dev/sda5: LABEL="SB@SWAP" UUID="6c7f18bc-c62d-472e-a40e-706420fcfbee"
TYPE="swap" PARTUUID="00019ddc-05"

/dev/sdb5: LABEL="SB@SWAP" UUID="e15a6490-8044-4b45-b8ad-f3615faad446"
TYPE="swap" PARTUUID="0006b3c6-05"

come vedi nessuna delle due partizioni di swap che hai corrisponde a quello che hai in fstab, per quello che non lo carica

/dev/sda6: LABEL="SB@home" UUID="437f4b97-bb1e-4e24-abe9-79b27c2b8042"
TYPE="ext4" PARTUUID="00019ddc-06"
/dev/sdb1: LABEL="SB@" UUID="864edfe4-ca1a-4c39-b492-1ab5ed55f824"
TYPE="ext4" PARTUUID="0006b3c6-01"

questa probabilmente è un'altra installazione di GNU/Linux

/dev/sdb6: LABEL="SB@home" UUID="62709bc1-367e-4e1a-bb1f-8e51980bf345"
TYPE="ext4" PARTUUID="0006b3c6-06"

questa probabilmente è un'altra installazione di GNU/Linux

/dev/sdb7: LABEL="SB@" UUID="d21b8aa2-5dfd-4863-be72-879f09658026"
TYPE="ext4" PARTUUID="0006b3c6-07"

ok questa è la root che hai in fstab

/dev/sdb8: LABEL="SB@home" UUID="8e8ca5a9-f084-4ba6-a506-8fabb04b8dbf"
TYPE="ext4" PARTUUID="0006b3c6-08"

ok, questa è la home che hai in fstab

Quindi il tuo problema, secondo me, è che hai più installazione di GNU/Linux e che in ognuna installi grub in un posto differente e/o hai impostato come partizione di avvio quella non corretta rispetto a dove fai installare grub da una o più distro.

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
What happened in 2013 couldn't have happened without free software
(He credited free software for his ability to help disclose the U.S. government's far-reaching surveillance projects).
Edward Snowden



Reply to: