ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Ivan Zakharyaschev <imz@altlinux.org>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] ALT 8.0 Workstation K beta 20161021 (ex-KDesktop)
Date: Mon, 7 Nov 2016 14:17:45 +0300 (MSK)
Message-ID: <alpine.LFD.2.20.1611071353190.1807@imap.altlinux.org> (raw)
In-Reply-To: <b15a5ee1-473f-e804-e005-daa476960f73@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2794 bytes --]


On Sat, 5 Nov 2016, alexei wrote:

> 21.10.2016 23:57, Sergey V Turchin пишет:
>
>>
>> Известные проблемы: http://bugs.altlinux.org/30940
>>
>
> По результатам установки на Intel NUC5i3:
>
> * загрузился с флэшки, дошел до выбора разделов, указал "очистить диск",
> автоматом были созданы 4 раздела. Подумал, что swap в 15Гб мне не нужен,
> удалил / и swap, создал новые, нажал применить и.... инсталлятор завис.
>
> См. картинки:
> http://138.r.photoshare.ru/01386/00d37fd62bb4bfe5df9f0a1dbbb5d092c7c954e4.jpg
> http://138.r.photoshare.ru/01386/00d37fd7883e37373b0630c459d5bf7aa9603bd8.jpg

Интересно ещё видеть в таком случае, жив ли процесс alteratord . Я недавно 
пытался отлаживать это место (создание ФС), но другие проблемы; я тогда 
искал процесс как-то так:

ps aux | fgrep alter

Он пишет интересные сообщения о том, что происходит в 
/var/run/alteratord/alteratord.log (stderr, путь для LiveCD по крайней 
мере такой) и в stdout (который по крайней мере systemd захватывается в 
системный лог).

Эти три вещи хоть как-то могли бы помочь понять, в каком месте произошла 
авария и подумать, как починить.

Но в образ Workstation K вошла предпоследняя сборка libevms от mike@ в 
отличие от Workstation без K, а в последней сборке мы как раз создание 
GPT-разделов (как у Вас) немного правили ещё. Также /usr/sbin/alteratord 
попал не последний: в последнем я боролся с бесследно исчезающими 
сообщениями (в моём случае при отладке alterator-vm), которые должны были 
бы попасть в указанные логи.

В образе altinst предпоследняя сборка libevms выглядит так:

-rw-r--r-- 1 root root 571872 Nov  1 18:19 /lib64/libevms-2.5.so.0.5

последняя так:

-rw-r--r-- 1 root root 571872 Nov  3 07:28 /lib64/libevms-2.5.so.0.5

(мало вероятно, что ошибка пропадёт, но можно попробовать).

Последний alterator; что касается вывода сообщений:

# tail -20 /usr/sbin/alteratord
(define *tmpdir*
   (if (string=? *d-user* "root")
     "/var/run/alteratord"
     (string-append
       (or (getenv "TMPDIR") "/tmp")
       "/alterator")))

(if (option-ref options 'local #f)
     (alterator-init-local)
     (begin (alterator-init-global)
            (prepare-log (string-append *tmpdir* "/alteratord.log"))))

;; Do no delay logging:
(setvbuf (current-error-port) _IOLBF) ; goes to our custom log
(setvbuf (current-output-port) _IOLBF) ; captured by system log if it's a service
(force-output)

(with-exit-handler
   (lambda()
     (d-loop (lambda(cmd) (d-message cmd (option-ref options 'debug #f))))))


> Прибил. Перезагрузился, проделал все то же самое, только не поставил
> галочку "дополнительные параметры после создания раздела". На этот раз
> все прошло без зависаний.

Если дело было в падающем коде создания GPT-разделов, пока непонятно, как 
эта галочка могла повлиять.

-- 
Best regards,
Ivan

  parent reply	other threads:[~2016-11-07 11:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-21 20:57 Sergey V Turchin
2016-11-05 10:16 ` Alexei V. Mezin
2016-11-05 13:38   ` Michael Shigorin
2016-11-05 13:46     ` Alexei V. Mezin
2016-11-05 13:56       ` Michael Shigorin
2016-11-07 11:17   ` Ivan Zakharyaschev [this message]
2016-11-07 11:24     ` Aleksey Novodvorsky
2016-11-07 11:35       ` Ivan Zakharyaschev
2016-11-07 13:03     ` Ivan Zakharyaschev
2016-11-16 17:25       ` [sisyphus] alteratord messages in installer; was: " Ivan Zakharyaschev
2016-11-17 13:26         ` Michael Shigorin
2016-11-17 14:20           ` Ivan Zakharyaschev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.20.1611071353190.1807@imap.altlinux.org \
    --to=imz@altlinux.org \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git