ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Ошибки при загрузке p8
@ 2017-11-06 19:09 Stas
  2017-11-07 10:12 ` Sergey
  2017-11-07 19:26 ` Michael Shigorin
  0 siblings, 2 replies; 3+ messages in thread
From: Stas @ 2017-11-06 19:09 UTC (permalink / raw)
  To: community

Приветствую!


Обновил  p7 на p8 на одном NAS на i915 с Atom, новое ядро -
3.8.13.4-std-def-alt1.M70P.2 x86_64

Вижу ошибки, как их понимать?

1. В dmesg:

[  128.771312] device-mapper: multipath: version 1.5.1 loaded
[  128.859525] device-mapper: multipath service-time: version 0.2.0 loaded
[  128.860306] device-mapper: table: 253:0: multipath: error getting device
[  128.860317] device-mapper: ioctl: error adding target to table
[  128.881144] device-mapper: table: 253:0: multipath: error getting device
[  128.881156] device-mapper: ioctl: error adding target to table

$ ls -l /dev | grep 253
crw------- 1 root root  253,   0 ноя  7 00:10 watchdog0

LVM и LUKS не используются, для чего ещё может понадобиться
device-mapper, я не знаю


2. В messages:
Nov  7 00:42:08 nas smb: smbd startup succeeded
Nov  7 00:42:08 nas smbd[3841]: [2017/11/07 00:42:08.315527,  0]
../lib/util/become_daemon.c:124(daemon_ready)
Nov  7 00:42:08 nas smbd[3841]:   STATUS=daemon 'smbd' finished starting
up and ready to serve connections
Nov  7 00:42:08 nas smbd[3841]: [2017/11/07 00:42:08.372036,  0]
../source3/lib/util_sock.c:357(open_socket_in)
Nov  7 00:42:08 nas smbd[3841]:   open_socket_in(): setsockopt:
SO_REUSEPORT = true on port 445 failed with error = Protocol not available

То есть smbd ругается на 445 порт, при этом работает (порт слушает и
ресурсы доступны)

-- 
Станислав Дёгтев
Служба "Ваш админ"
 Мои контакты:
 - jabber: grumbler@grumbler.org
 - email: stas.grumbler@gmail.com и stas@vashadmin.su
 - телефоны в Е-бурге +79045430461, +79222112259, +79505571146


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Ошибки при загрузке p8
  2017-11-06 19:09 [Comm] Ошибки при загрузке p8 Stas
@ 2017-11-07 10:12 ` Sergey
  2017-11-07 19:26 ` Michael Shigorin
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey @ 2017-11-07 10:12 UTC (permalink / raw)
  To: ALT Linux Community general discussions

On Monday 06 November 2017, Stas wrote:

> Обновил  p7 на p8 на одном NAS на i915 с Atom, новое ядро -
> 3.8.13.4-std-def-alt1.M70P.2 x86_64

Без учёта ошибок, update-kernel бы следовало запустить после этого
обновления. Да и перед обновлением не помешало бы ядро до последнего
обновить (3.14.79-alt0.M70P.2). C 3.14 переезд на p8 хоть проверяли,
а с 3.8 могло и не взлететь. Но раз повезло, то повезло.

> Вижу ошибки, как их понимать?
> 
> 1. В dmesg:
> 
> [  128.771312] device-mapper: multipath: version 1.5.1 loaded
> [  128.859525] device-mapper: multipath service-time: version 0.2.0 loaded
> [  128.860306] device-mapper: table: 253:0: multipath: error getting device
> [  128.860317] device-mapper: ioctl: error adding target to table
> [  128.881144] device-mapper: table: 253:0: multipath: error getting device
> [  128.881156] device-mapper: ioctl: error adding target to table
> 
> $ ls -l /dev | grep 253
> crw------- 1 root root  253,   0 ноя  7 00:10 watchdog0
> 
> LVM и LUKS не используются, для чего ещё может понадобиться
> device-mapper, я не знаю

По каким-то зависимостям вытянулся и запустился. Если не нужен, то
можно убрать наверное.

-- 
С уважением, Сергей.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Ошибки при загрузке p8
  2017-11-06 19:09 [Comm] Ошибки при загрузке p8 Stas
  2017-11-07 10:12 ` Sergey
@ 2017-11-07 19:26 ` Michael Shigorin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2017-11-07 19:26 UTC (permalink / raw)
  To: community; +Cc: Valery V. Inozemtsev

On Tue, Nov 07, 2017 at 12:09:27AM +0500, Stas wrote:
> Обновил  p7 на p8 на одном NAS на i915 с Atom, новое ядро -
> 3.8.13.4-std-def-alt1.M70P.2 x86_64
> 
> Вижу ошибки, как их понимать?

Если не применяется multipath (а то бы Вы знали) --
снесите make-initrd-multipath, см. http://altlinux.org/multipath

> [  128.860306] device-mapper: table: 253:0: multipath: error getting device

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-11-07 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 19:09 [Comm] Ошибки при загрузке p8 Stas
2017-11-07 10:12 ` Sergey
2017-11-07 19:26 ` Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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