avatar
почему то не те версии.
возможно у ТСа такой же случай
@Restart1566 переустанови пакет gnutls такой командой
pacman -S --overwrite='*' gnutls
0
avatar
Есть вариант ещё проще
xinput float <device number>
Последний раз редактировалось
0
avatar
Так починилось или нет?
0
avatar
sudo e2fsck -y /dev/sda6
e2fsck 1.44.5 (15-Dec-2018)
Deepin contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inode 393984, i_blocks is 16, should be 8. Fix? yes

Inode 529192, i_blocks is 16, should be 8. Fix? yes

Inode 936589, i_blocks is 16, should be 8. Fix? yes

Inode 936604, i_blocks is 8, should be 0. Fix? yes

Inode 1238615 extent tree (at level 1) could be shorter. Optimize? yes

Inode 1311034, i_blocks is 80, should be 40. Fix? yes

Inode 1311094, i_blocks is 16, should be 8. Fix? yes

Inode 1443811 extent tree (at level 1) could be narrower. Optimize? yes

Pass 1E: Optimizing extent trees
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences: -(8596484--8596487) -(8596508--8596511) -(8596514--8596515) -8596519 -(8596528--8596529) -(8596531--8596535) -(8596537--8596541) -(8597510--8597512) -(8597515--8597519) -8598091 -8598590 -(8598619--8598622)
Fix? yes

Free blocks count wrong for group #262 (3907, counted=3945).
Fix? yes

Free blocks count wrong (4344704, counted=4344742).
Fix? yes

Deepin: ***** FILE SYSTEM WAS MODIFIED *****
Deepin: 551152/3276800 files (0.4% non-contiguous), 8762202/13106944 blocks
0
avatar
sda6 это не home, это другой раздел с другой системой
0
avatar

[   77.177084] EXT4-fs (sda6): warning: mounting fs with errors, running e2fsck is recommended

Если ты просто fsck прогонял, то ошибки не исправлялись. /dev/sda6 это home я так понимаю. Запусти на него и на корень эту команду
0
avatar
Вот две команды тыц
0
avatar
sudo pacman -S smartmontools

sudo smartctl -x /dev/sda (там где у тебя система стоит)

Ищи там секцию с ошибками, если их много то у тебя жд сыпется.
Ну и конечно dmesg -l err,Warn
Тоже может помочь найти причину проблемы
Последний раз редактировалось
0
avatar
Это при каждом запуске. fsck запускаю сразу с параметром исправления, ошибки находит и исправляет, после перезагрузки все стартует норм.
0
avatar
ну лог пишет что ошибка в ФС, запускал fsck?
Или это тупо при каждом запуске, а ошибок не находит?
Последний раз редактировалось
0
avatar
Пожааалуйстаа, будьте так любезны помочь. Спасибо.
0
avatar
почему то не те версии.
0
avatar
➜ ~ pacman -Q gnutls
gnutls 3.6.5-1
lrwxrwxrwx 1 root root 20 дек 5 21:10 libgnutls.so -> libgnutls.so.30.23.0*
lrwxrwxrwx 1 root root 20 дек 5 21:10 libgnutls.so.30 -> libgnutls.so.30.23.0*
-rwxr-xr-x 1 root root 1731736 дек 5 21:10 libgnutls.so.30.23.0*

➜ ~ pacman -Q wget
wget 1.20.1-1
Последний раз редактировалось
0
avatar
Есть:
lrwxrwxrwx 1 root root      21 сен 16 21:11 /usr/lib/libgnutls.so -> libgnutls.so.30.14.11
lrwxrwxrwx 1 root root      21 сен 16 21:11 /usr/lib/libgnutls.so.30 -> libgnutls.so.30.14.11
-rwxr-xr-x 1 root root 1494384 сен 16 21:11 /usr/lib/libgnutls.so.30.14.11
0
avatar
Будь ты проклят! Искренни и от всего сердца, БУДЬ ТЫ ПРОКЛЯТ!!! Поставил на рабочий ноутбук, с полной уверенностью что не один человек в здравом уме не будет выпиливать драйвера принтера, убирать софт для сканирования документов. Но нет, ты особенная тварь.
0
avatar
Помогите разобраться!!! :(
0
avatar
Не знаю как там в новом установщике. Но в принципе можно не создавать отдельный раздел под swap, а уже после установки настроить файл подкачки.
0
avatar
Создается раздел на жестком диске.
0
avatar
А вы случаем не ставили GRUB hidden menu? Поведение очень похоже
Установка, деактивация
1. What is the GRUB hidden menu change?
The main motivation for adding this is, to get to a fully flickerfree 4 boot.

2. How to enable hidden GRUB menu?
On new Manjaro v18.0 installs this will be enabled by default. If your system has been upgraded to v18.0 from an older release, you can enable it by running these commands:

install linux418 or linux419: pamac install linux41[x]
check that you have quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log-priority=3 in /etc/default/grub under GRUB_CMDLINE_LINUX_DEFAULT or GRUB_CMDLINE_LINUX and remove any background settings configured there.
sed -i -e 's|fsck||g' /etc/mkinitcpio.conf and pamac install systemd-fsck-silent
sudo mkinitcpio -P
sudo grub-editenv — set menu_auto_hide=1
sudo update-grub
reboot your system

Note the grub-update will overwrite any manual changes you’ve made to your grub.cfg (normally no manually changes are done to this file).

If your system has Windows on it, but you boot it only once a year so you would still like to hide the GRUB menu, you can tell GRUB to ignore the presence of Windows by running:

sudo grub-editenv — set menu_auto_hide=2

3. How to disable hidden GRUB menu
To permanently disable the auto-hide feature run:

sudo grub-editenv — unset menu_auto_hide

That is it.

4.How to access the GRUB menu when hidden
If for some reason you need to access the GRUB menu while it is hidden there are multiple ways to get to it:

While booting keep SHIFT pressed, usually you need to first press SHIFT when the vendor logo is shown by the firmware / when the firmware says e.g. “Press F2 to enter setup” if you press it earlier it may not be seen. Note this may not work on some machines.

During boot press ESC or F8 while GRUB loads (simply press the key repeatedly directly after power on until you are in the menu).

Force the previous boot to be considered failed:

Press CTRL + ALT + DEL while booting so that the system reboots before hitting the display manager (lightdm, gdm, sddm)

Press CTRL + ALT + F6 to switch away from your display manager, followed by CTRL + ALT + DEL.

Press the power-button for 4 seconds to force the machine off. Either of these will cause the boot_success grub_env flag to not get set and the menu will show the next boot.

Manually set the menu show once flag by running: «grub-set-bootflag menu_show_once» This will cause the menu to show for 60 seconds before continuing with the default boot-option.

4. When is a boot considered successful?
The boot_success grub_env flag gets set when you login as a normal user and your session lasts at least 2 minutes.

So if you e.g. login, do something and then within 30 seconds type reboot in a terminal (instead of doing the reboot from the menu) then this will not count as a successful boot and the menu will show the next boot.
0
avatar
Отключите интернет на начальном этапе установки, т.е. на момент выбора локали(языка/региона).
Последний раз редактировалось
+2