Автовход

Автор ybbrizz, 12 января 2022, 13:48:00

« назад - далее »

0 Пользователи и 2 гостей просматривают эту тему.

ChubaDuba

Цитата: ybbrizz от 13 января 2022, 12:21:48от паролей не избавишься!
ybbrizz, если нет желания использовать nodm, смените дисплейный менеджер на другой:

# apt install slim --no-install-recommends
# apt remove lightdm
# apt autoremove
# nano /etc/slim.conf

Тут нужно изменить две строчки:

default_user      victor
auto_login        yes

Сохраниться и перезагрузиться.
Всё у вас заработает 100% без лишних телодвижений.

dzhoser

Наконец я добрался до компьютера
Цитировать#session-setup-script=
#session-cleanup-script=
autologin-guest=false
autologin-user=Victor
autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=lightdm-autologin
#exit-on-failure=false
autologin-session=cinnamon
Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

ybbrizz

Извините, вынужден был удалиться.

autologin-session=cinnamon  НЕ найден

sudo groupadd -r autologin
Код: [Выделить]
sudo gpasswd -a victor autologin   
сделал еще утром

ybbrizz

#33
Для ChubaDuba.

А что то ничего не изменилось и по команде
sudo nano /etc/lightdm/lightdm.conf
  файл открылся.

Попробовал еще раз ввести эти команды.
Пишет, что slim уже установлен, lightdm не найден и удален быть не может

В slim.conf  прописано victor и yes

Сори разу не понял про
autologin-session=cinnamon
Изменил строку, результат тот же

Вот как то странно. Что ни меняю, не происходит никаких изменений при входе с систему.
Может вообще не там копаем?


ChubaDuba

Цитата: ybbrizz от 13 января 2022, 19:59:47Может вообще не там копаем?
Вариант со slim пробовал сегодня на VirtualBox - автологин работает.
Покажите содержимое /etc/slim.conf

dzhoser

cat /etc/X11/default-display-manager покажите
Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

ybbrizz

#36
victor@GA-G31M-ES2L:~$ cat /etc/X11/default-display-manager
/usr/sbin/gdm3

victor@GA-G31M-ES2L:~$ sudo /etc/slim.conf
sudo: /etc/slim.conf: command not found

Просто открыл файл
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended
#
default_path        /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
default_xserver     /usr/bin/X11/X
xserver_arguments   -nolisten tcp

# Commands for halt, login, etc.
halt_cmd            /sbin/shutdown -h now
reboot_cmd          /sbin/shutdown -r now
console_cmd         /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue.net; exec /bin/login"
#suspend_cmd        /usr/sbin/suspend

# Full path to the xauth binary
xauth_path         /usr/bin/X11/xauth

# Xauth file for server
authfile           /var/run/slim.auth


# Activate numlock when slim starts. Valid values: on|off
# numlock             on

# Hide the mouse cursor (note: does not work with some WMs).
# Valid values: true|false
# hidecursor          false

# This command is executed after a succesful login.
# you can place the %session and %theme variables
# to handle launching of specific commands in .xinitrc
# depending of chosen session and slim theme
#
# NOTE: if your system does not have bash you need
# to adjust the command according to your preferred shell,
# i.e. for freebsd use:
# login_cmd           exec /bin/sh - ~/.xinitrc %session
login_cmd           exec /bin/bash -login /etc/X11/Xsession %session

# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
# sessreg. You can use the %user variable
#
# sessionstart_cmd   some command
# sessionstop_cmd   some command

# Start in daemon mode. Valid values: yes | no
# Note that this can be overriden by the command line
# options "-d" and "-nodaemon"
# daemon   yes

# Set directory that contains the xsessions.
# slim reads xsesion from this directory, and be able to select.
sessiondir            /usr/share/xsessions/

# Executed when pressing F11 (requires scrot)
screenshot_cmd      scrot /root/slim.png

# welcome message. Available variables: %host, %domain
welcome_msg         Welcome to %host

# Session message. Prepended to the session name when pressing F1
# session_msg         Session:

# shutdown / reboot messages
shutdown_msg       The system is halting...
reboot_msg         The system is rebooting...

# default user, leave blank or remove this line
# for avoid pre-loading the username.
default_user        victor

# Focus the password field on start when default_user is set
# Set to "yes" to enable this feature
#focus_password      no

# Automatically login the default user (without entering
# the password. Set to "yes" to enable this feature
auto_login          yes


# current theme, use comma separated list to specify a set to
# randomly choose from
current_theme       debian-softwaves

# Lock file
lockfile            /var/run/slim.lock

# Log file
logfile             /var/log/slim.log



dzhoser

У вас gdm3 нужно отредактировать файл
Цитировать/etc/gdm3/custom.conf
В секции
[daemon]
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = victor


p.s. обратите внимание на пробелы!
Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

dzhoser

Цитата: ybbrizz от 14 января 2022, 10:32:48sudo /etc/slim.conf
sudo: /etc/slim.conf: command not found
Пропущено nano.
Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

ybbrizz

Файл пустой.  Он открылся, но там пусто.
GNU nano 5.4                  /etc/gdm3/custom.conf 
Я скопировал туда Ваши строки
                       
[daemon]
# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = victor
Но это не помогло. Вероятно там еще много чего не хватает.




dzhoser

#40
Возможно сюда перенесли /etc/gdm3/daemon.conf
Более подробно тут
https://wiki.debian.org/GDM
Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

ybbrizz

Ну кажется все!
Удалил командой:  sudo apt purge gdm3  и стало грузиться без запроса пароля.

Команда: victor@GA-G31M-ES2L:~$ sudo cat /etc/X11/default-display-manager
[sudo] пароль для victor:
/usr/bin/slim
Говорит что заработал Slim/

Всем огромное спасибо!!!