Параметр AUTOINSTALL[finish] #400

Closed
opened 1 week ago by asmeron · 10 comments
asmeron commented 1 week ago
Owner

При запуске установщика, если задан в конфигурации параметр AUTOINSTALL[finish], то применять аргумент --autoinstall

Повторю:

  • Без аргумента --autoinstall установка запускается в два этапа с доступными пользователю настройками:
    • Первый этап ubinstall autoinstall --noautoconfig --noinstall_extra
    • Второй этап ubinstall autoconfig install_extra
  • С аргументом --autoinstall установка запускается без выбора настроек пользователем по заданной конфигурации
    • Один этап ubinstall autoinstall
При запуске установщика, если задан в конфигурации параметр `AUTOINSTALL[finish]`, то применять аргумент `--autoinstall` Повторю: - Без аргумента `--autoinstall` установка запускается в два этапа с доступными пользователю настройками: - Первый этап `ubinstall autoinstall --noautoconfig --noinstall_extra` - Второй этап `ubinstall autoconfig install_extra` - С аргументом `--autoinstall` установка запускается без выбора настроек пользователем по заданной конфигурации - Один этап `ubinstall autoinstall`
asmeron added the улучшение label 1 week ago
rodion.n was assigned by asmeron 1 week ago
YanTheKaller was assigned by asmeron 1 week ago
Collaborator
https://gitea.ublinux.ru/YanTheKaller/ubinstall-gtk/commit/e7f198d6e8e1a06fd264a8c01644173ef9e57eaf
Collaborator

Теперь все работает корректно:

/usr/bin/bash -c "ubinstall show --lsmodules"
ubconfig --target system set [autoinstall] AUTOINSTALL['modules']='auto'
/usr/bin/bash -c "nice ubinstall autoinstall --debug --noautoconfig --noinstall_extra"
Entered installation
ubconfig --target system set [autoinstall] AUTOINSTALL['packages']='ubm-041-xorg-plasma,ubm-001-linux66,ubm-002-linux66-headers,ubm-003-linux66-docs'
AUTOINSTALL[part_size]=
AUTOINSTALL[part_fs_type]=ext4
AUTOINSTALL[ubconfig set [system] SERVICES_ENABLE]=dbus-broker,NetworkManager,sshd,swapspace,systemd-timesyncd,cups,cockpit.socket,avahi-daemon,avahi-dnsconfd,smb,nmb,winbind,bluetooth
AUTOINSTALL[ubconfig set [users] DEFAULTROOTPASSWD]=ublinux
AUTOINSTALL[ubconfig set [users] DEFAULTPASSWD]=ublinux
AUTOINSTALL[log]=yes
ADDADM=yes
ADMUID=1000
DEFAULTUSER=superadmin
DEFAULTPASSWD=$6$E7stRhRS8fCKk7UU$Qoqw62AUaUa5uLIc2KC7WV3MUThhrR8kjXtCODmnKCzKe2zHu1/wmsiWBHZEIk/IQnk/aELQYbUK93OUtrwg60
DEFAULTROOTPASSWD=$6$E7stRhRS8fCKk7UU$Qoqw62AUaUa5uLIc2KC7WV3MUThhrR8kjXtCODmnKCzKe2zHu1/wmsiWBHZEIk/IQnk/aELQYbUK93OUtrwg60
AUTOINSTALL[install_type]=fast
AUTOINSTALL[device]=/dev/sda
AUTOINSTALL[packages]=ubm-041-xorg-plasma,ubm-001-linux66,ubm-002-linux66-headers,ubm-003-linux66-docs
AUTOINSTALL[modules]=auto
AUTOINSTALL[part]=
AUTOINSTALL[part_label]=ublinux-4985,ublinux-data-4985
AUTOINSTALL[part_fs_label]=ublinux-4985,ublinux-data-4985
AUTOINSTALL[sign]=4985
LANG=ru_RU.UTF-8
AUTOINSTALL[installer_locale]=ru_RU.UTF-8
Entered thread
nice ubinstall autoconfig install_extra --debug
ubconfig --source system remove [autoinstall]
ubconfig --target system set [autoinstall] AUTOINSTALL['install_type']='fast' AUTOINSTALL['device']='/dev/sda' AUTOINSTALL['part_fs_type']='ext4' AUTOINSTALL['packages']='ubm-041-xorg-plasma' AUTOINSTALL['modules']='(local)/001-linux61-6.1.92-2-x86_64.ubm,(local)/002-linux61-headers-6.1.92-1-x86_64.ubm,(local)/004-linux-firmware-2405-1-x86_64.ubm,(local)/010-core-2405-2-x86_64.ubm,(local)/020-xorg-base-2405-1-x86_64.ubm,(local)/021-xorg-fonts-2405-1-x86_64.ubm,(local)/030-xorg-gtk-2405-1-x86_64.ubm,(local)/040-xorg-xfce-2405-1-x86_64.ubm,(local)/060-xorg-theme-2405-1-x86_64.ubm,(local)/070-dm-lightdm-2405-1-x86_64.ubm,(local)/100-ublinux-2405-70-x86_64.ubm,(local)/epiphany-46.0-1-x86_64.ubm,(local)/linux61-dkms-6.1.92-4-x86_64.ubm,(local)/patch-2405-28-x86_64.ubm,(local)/virtual-guest-2405-1-x86_64.ubm' AUTOINSTALL['part']='/dev/sda3,/dev/sda3' AUTOINSTALL['part_label']='ublinux-4985,ublinux-data-4985' AUTOINSTALL['part_fs_label']='ublinux-4985,ublinux-data-4985' AUTOINSTALL['sign']='4985' set [locale] LANG='ru_RU.UTF-8'

А вот если запускать с аргументом --autoinstall:

Thread 8 "ubinstall-gtk" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd97fa6c0 (LWP 30901)]

__strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:283
283		VMOVU	(%rdi), %ymm0
0x0000555555578890 in on_quick_install_start (data=0x55555588e680)
    at /home/superadmin/ubinstall-gtk/source/ubinstall-gtk-install-start.c:25
25	            char *command = yon_debug_output("%s\n",auto_install_command(main_config.config_load_path));
on_quick_install_start (data=0x55555588e680)
    at /home/superadmin/ubinstall-gtk/source/ubinstall-gtk-install-start.c:20
20	void *on_quick_install_start(void *data){
0x00007ffff094ede8 in start_thread (arg=<optimized out>)
    at pthread_create.c:448
448		ret = pd->start_routine (pd->arg);
0x00007ffff09d12bc in __GI___clone3 ()
    at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
78		call	*%rdx		/* Call function.  */

Конфиг для этого аргумента:

declare -A AUTOINSTALL 
AUTOINSTALL[install_type]=fast
AUTOINSTALL[device]="/dev/sda"
AUTOINSTALL[part_fs_type]=ext4
AUTOINSTALL[packages]="ubm-041-xorg-plasma"
AUTOINSTALL[modules]="(local)/001-linux61-6.1.92-2-x86_64.ubm,(local)/002-linux61-headers-6.1.92-1-x86_64.ubm,(local)/004-linux-firmware-2405-1-x86_64.ubm,(local)/010-core-2405-2-x86_64.ubm,(local)/020-xorg-base-2405-1-x86_64.ubm,(local)/021-xorg-fonts-2405-1-x86_64.ubm,(local)/030-xorg-gtk-2405-1-x86_64.ubm,(local)/040-xorg-xfce-2405-1-x86_64.ubm,(local)/060-xorg-theme-2405-1-x86_64.ubm,(local)/070-dm-lightdm-2405-1-x86_64.ubm,(local)/100-ublinux-2405-70-x86_64.ubm,(local)/epiphany-46.0-1-x86_64.ubm,(local)/linux61-dkms-6.1.92-4-x86_64.ubm,(local)/patch-2405-28-x86_64.ubm,(local)/virtual-guest-2405-1-x86_64.ubm"
AUTOINSTALL[part]="/dev/sda3,/dev/sda3"
AUTOINSTALL[part_label]="ublinux-4985,ublinux-data-4985"
AUTOINSTALL[part_fs_label]="ublinux-4985,ublinux-data-4985"
AUTOINSTALL[sign]=4985
Теперь все работает корректно: ``` /usr/bin/bash -c "ubinstall show --lsmodules" ubconfig --target system set [autoinstall] AUTOINSTALL['modules']='auto' /usr/bin/bash -c "nice ubinstall autoinstall --debug --noautoconfig --noinstall_extra" Entered installation ubconfig --target system set [autoinstall] AUTOINSTALL['packages']='ubm-041-xorg-plasma,ubm-001-linux66,ubm-002-linux66-headers,ubm-003-linux66-docs' AUTOINSTALL[part_size]= AUTOINSTALL[part_fs_type]=ext4 AUTOINSTALL[ubconfig set [system] SERVICES_ENABLE]=dbus-broker,NetworkManager,sshd,swapspace,systemd-timesyncd,cups,cockpit.socket,avahi-daemon,avahi-dnsconfd,smb,nmb,winbind,bluetooth AUTOINSTALL[ubconfig set [users] DEFAULTROOTPASSWD]=ublinux AUTOINSTALL[ubconfig set [users] DEFAULTPASSWD]=ublinux AUTOINSTALL[log]=yes ADDADM=yes ADMUID=1000 DEFAULTUSER=superadmin DEFAULTPASSWD=$6$E7stRhRS8fCKk7UU$Qoqw62AUaUa5uLIc2KC7WV3MUThhrR8kjXtCODmnKCzKe2zHu1/wmsiWBHZEIk/IQnk/aELQYbUK93OUtrwg60 DEFAULTROOTPASSWD=$6$E7stRhRS8fCKk7UU$Qoqw62AUaUa5uLIc2KC7WV3MUThhrR8kjXtCODmnKCzKe2zHu1/wmsiWBHZEIk/IQnk/aELQYbUK93OUtrwg60 AUTOINSTALL[install_type]=fast AUTOINSTALL[device]=/dev/sda AUTOINSTALL[packages]=ubm-041-xorg-plasma,ubm-001-linux66,ubm-002-linux66-headers,ubm-003-linux66-docs AUTOINSTALL[modules]=auto AUTOINSTALL[part]= AUTOINSTALL[part_label]=ublinux-4985,ublinux-data-4985 AUTOINSTALL[part_fs_label]=ublinux-4985,ublinux-data-4985 AUTOINSTALL[sign]=4985 LANG=ru_RU.UTF-8 AUTOINSTALL[installer_locale]=ru_RU.UTF-8 Entered thread nice ubinstall autoconfig install_extra --debug ubconfig --source system remove [autoinstall] ubconfig --target system set [autoinstall] AUTOINSTALL['install_type']='fast' AUTOINSTALL['device']='/dev/sda' AUTOINSTALL['part_fs_type']='ext4' AUTOINSTALL['packages']='ubm-041-xorg-plasma' AUTOINSTALL['modules']='(local)/001-linux61-6.1.92-2-x86_64.ubm,(local)/002-linux61-headers-6.1.92-1-x86_64.ubm,(local)/004-linux-firmware-2405-1-x86_64.ubm,(local)/010-core-2405-2-x86_64.ubm,(local)/020-xorg-base-2405-1-x86_64.ubm,(local)/021-xorg-fonts-2405-1-x86_64.ubm,(local)/030-xorg-gtk-2405-1-x86_64.ubm,(local)/040-xorg-xfce-2405-1-x86_64.ubm,(local)/060-xorg-theme-2405-1-x86_64.ubm,(local)/070-dm-lightdm-2405-1-x86_64.ubm,(local)/100-ublinux-2405-70-x86_64.ubm,(local)/epiphany-46.0-1-x86_64.ubm,(local)/linux61-dkms-6.1.92-4-x86_64.ubm,(local)/patch-2405-28-x86_64.ubm,(local)/virtual-guest-2405-1-x86_64.ubm' AUTOINSTALL['part']='/dev/sda3,/dev/sda3' AUTOINSTALL['part_label']='ublinux-4985,ublinux-data-4985' AUTOINSTALL['part_fs_label']='ublinux-4985,ublinux-data-4985' AUTOINSTALL['sign']='4985' set [locale] LANG='ru_RU.UTF-8' ``` А вот если запускать с аргументом --autoinstall: ``` Thread 8 "ubinstall-gtk" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffd97fa6c0 (LWP 30901)] __strcmp_avx2 () at ../sysdeps/x86_64/multiarch/strcmp-avx2.S:283 283 VMOVU (%rdi), %ymm0 0x0000555555578890 in on_quick_install_start (data=0x55555588e680) at /home/superadmin/ubinstall-gtk/source/ubinstall-gtk-install-start.c:25 25 char *command = yon_debug_output("%s\n",auto_install_command(main_config.config_load_path)); on_quick_install_start (data=0x55555588e680) at /home/superadmin/ubinstall-gtk/source/ubinstall-gtk-install-start.c:20 20 void *on_quick_install_start(void *data){ 0x00007ffff094ede8 in start_thread (arg=<optimized out>) at pthread_create.c:448 448 ret = pd->start_routine (pd->arg); 0x00007ffff09d12bc in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 78 call *%rdx /* Call function. */ ``` Конфиг для этого аргумента: ``` declare -A AUTOINSTALL AUTOINSTALL[install_type]=fast AUTOINSTALL[device]="/dev/sda" AUTOINSTALL[part_fs_type]=ext4 AUTOINSTALL[packages]="ubm-041-xorg-plasma" AUTOINSTALL[modules]="(local)/001-linux61-6.1.92-2-x86_64.ubm,(local)/002-linux61-headers-6.1.92-1-x86_64.ubm,(local)/004-linux-firmware-2405-1-x86_64.ubm,(local)/010-core-2405-2-x86_64.ubm,(local)/020-xorg-base-2405-1-x86_64.ubm,(local)/021-xorg-fonts-2405-1-x86_64.ubm,(local)/030-xorg-gtk-2405-1-x86_64.ubm,(local)/040-xorg-xfce-2405-1-x86_64.ubm,(local)/060-xorg-theme-2405-1-x86_64.ubm,(local)/070-dm-lightdm-2405-1-x86_64.ubm,(local)/100-ublinux-2405-70-x86_64.ubm,(local)/epiphany-46.0-1-x86_64.ubm,(local)/linux61-dkms-6.1.92-4-x86_64.ubm,(local)/patch-2405-28-x86_64.ubm,(local)/virtual-guest-2405-1-x86_64.ubm" AUTOINSTALL[part]="/dev/sda3,/dev/sda3" AUTOINSTALL[part_label]="ublinux-4985,ublinux-data-4985" AUTOINSTALL[part_fs_label]="ublinux-4985,ublinux-data-4985" AUTOINSTALL[sign]=4985 ```
Collaborator
https://gitea.ublinux.ru/YanTheKaller/ubinstall-gtk/commit/a33e6c61bd4273f401a0d73c6d8f44a5382bd229
Collaborator

Говорит что нет параметра --install_type
image

В этот раз я не правильно ввожу аргументацию?

Вроде она должна реагировать на sudo ubinstall-gtk --autoinstall нет?

Выхлоп консоли

Removed <== system <== AUTOINSTALL[install_type] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[install_type]' option.
Removed <== system <== AUTOINSTALL[device] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[device]' option.
ОШИБКА:Отсутствует обязательный параметр --install_type
[E:1]
[Thread 0x7fffd97fa6c0 (LWP 16401) exited]
Removed <== system <== AUTOINSTALL[part_fs_type] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_type]' option.
[Thread 0x7fffd8ff96c0 (LWP 16403) exited]
Removed <== system <== AUTOINSTALL[packages] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[packages]' option.
Removed <== system <== AUTOINSTALL[modules] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[modules]' option.
Removed <== system <== AUTOINSTALL[part] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part]' option.
Removed <== system <== AUTOINSTALL[part_label] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_label]' option.
Removed <== system <== AUTOINSTALL[part_fs_label] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_label]' option.
Removed <== system <== AUTOINSTALL[sign] <==  [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[sign]' option.
[Detaching after vfork from child process 16912]
Added ==> system ==> AUTOINSTALL[install_type] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[install_type]' option.
Added ==> system ==> AUTOINSTALL[device] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[device]' option.
Added ==> system ==> AUTOINSTALL[part_fs_type] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_type]' option.
Added ==> system ==> AUTOINSTALL[packages] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[packages]' option.
Added ==> system ==> AUTOINSTALL[modules] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[modules]' option.
Added ==> system ==> AUTOINSTALL[part] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part]' option.
Added ==> system ==> AUTOINSTALL[part_label] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_label]' option.
Added ==> system ==> AUTOINSTALL[part_fs_label] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_label]' option.
Added ==> system ==> AUTOINSTALL[sign] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall
INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[sign]' option.
Added ==> system ==> LANG ==> [/etc/ublinux/locale] ==> /etc/ublinux/locale
INFO: Execute the system configuration commands for [/etc/ublinux/locale] of the 'LANG' option.
[Detaching after vfork from child process 17344]
[Detaching after vfork from child process 17411]
[Detaching after vfork from child process 17448]
[Detaching after vfork from child process 17482]
[New Thread 0x7fffc3fff6c0 (LWP 17485)]
[Thread 0x7fffc3fff6c0 (LWP 17485) exited]
[Thread 0x7fffdaffd6c0 (LWP 16343) exited]


Говорит что нет параметра --install_type ![image](/attachments/2273ba61-57fc-4a33-a863-4786e7574c3f) В этот раз я не правильно ввожу аргументацию? Вроде она должна реагировать на `sudo ubinstall-gtk --autoinstall` нет? Выхлоп консоли ```sh Removed <== system <== AUTOINSTALL[install_type] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[install_type]' option. Removed <== system <== AUTOINSTALL[device] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[device]' option. ОШИБКА:Отсутствует обязательный параметр --install_type [E:1] [Thread 0x7fffd97fa6c0 (LWP 16401) exited] Removed <== system <== AUTOINSTALL[part_fs_type] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_type]' option. [Thread 0x7fffd8ff96c0 (LWP 16403) exited] Removed <== system <== AUTOINSTALL[packages] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[packages]' option. Removed <== system <== AUTOINSTALL[modules] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[modules]' option. Removed <== system <== AUTOINSTALL[part] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part]' option. Removed <== system <== AUTOINSTALL[part_label] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_label]' option. Removed <== system <== AUTOINSTALL[part_fs_label] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_label]' option. Removed <== system <== AUTOINSTALL[sign] <== [/etc/ublinux/autoinstall] <== /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[sign]' option. [Detaching after vfork from child process 16912] Added ==> system ==> AUTOINSTALL[install_type] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[install_type]' option. Added ==> system ==> AUTOINSTALL[device] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[device]' option. Added ==> system ==> AUTOINSTALL[part_fs_type] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_type]' option. Added ==> system ==> AUTOINSTALL[packages] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[packages]' option. Added ==> system ==> AUTOINSTALL[modules] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[modules]' option. Added ==> system ==> AUTOINSTALL[part] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part]' option. Added ==> system ==> AUTOINSTALL[part_label] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_label]' option. Added ==> system ==> AUTOINSTALL[part_fs_label] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[part_fs_label]' option. Added ==> system ==> AUTOINSTALL[sign] ==> [/etc/ublinux/autoinstall] ==> /etc/ublinux/autoinstall INFO: Execute the system configuration commands for [/etc/ublinux/autoinstall] of the 'AUTOINSTALL[sign]' option. Added ==> system ==> LANG ==> [/etc/ublinux/locale] ==> /etc/ublinux/locale INFO: Execute the system configuration commands for [/etc/ublinux/locale] of the 'LANG' option. [Detaching after vfork from child process 17344] [Detaching after vfork from child process 17411] [Detaching after vfork from child process 17448] [Detaching after vfork from child process 17482] [New Thread 0x7fffc3fff6c0 (LWP 17485)] [Thread 0x7fffc3fff6c0 (LWP 17485) exited] [Thread 0x7fffdaffd6c0 (LWP 16343) exited] ```
200 KiB
Collaborator
https://gitea.ublinux.ru/YanTheKaller/ubinstall-gtk/commit/7f1e1e9f13fa3950062dc030aff64d7c7260ec15
Collaborator

В обычных случаях проблема исчезла, но из необычных
Можно сделать следующее:
Запустить ubinstall-gtk --autoinstall без sudo
Ввести конфигурационный файл
И поднять права до root
В итоге получим тот же самый выхлоп что и выше
image

В обычных случаях проблема исчезла, но из необычных Можно сделать следующее: Запустить ubinstall-gtk --autoinstall без sudo Ввести конфигурационный файл И поднять права до root В итоге получим тот же самый выхлоп что и выше ![image](/attachments/1d7b1df7-10c8-4b13-8e60-f0809499308f)
137 KiB
Collaborator

Конфиг на момент запуска?

Конфиг на момент запуска?
Collaborator

Тот же самый, что и ранее, из всего ранешнего алгоритма только убрал sudo.

Тот же самый, что и ранее, из всего ранешнего алгоритма только убрал sudo.
Collaborator
https://gitea.ublinux.ru/YanTheKaller/ubinstall-gtk/commit/4e8c4fb552eb27ba5631e691acdc1d7fe1294929
Collaborator

Проблем не возникает все работает корректно закрываю.

Проблем не возникает все работает корректно закрываю.
rodion.n closed this issue 4 days ago
Sign in to join this conversation.
No Milestone
No project
3 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: Applications/ubinstall-gtk#400
Loading…
There is no content yet.