* [Comm] Fw: 2altlinux bugs:
@ 2003-12-22 11:43 Oleg K.Artemjev
2003-12-22 12:24 ` Sergey Vlasov
0 siblings, 1 reply; 3+ messages in thread
From: Oleg K.Artemjev @ 2003-12-22 11:43 UTC (permalink / raw)
To: community, support
Просьба отвечать в мыло..
Begin forwarded message:
Date: Sun, 21 Dec 2003 07:54:07 +0300 (MSK)
From: Olli Artemjev <olli@mtcm.ru>
To: olli@rbauto.ru
Subject: 2altlinux bugs:
Почему интересно такой глюк на мастере 2.0 ? ?-)
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop0
~olli/2.4.18-alt6master-up.ext3
Available keysizes (bits): 128 160 192 256
Keysize:
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop14
~olli/2.4.18-alt6master-up.ext3
/dev/loop14: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop13
~olli/2.4.18-alt6master-up.ext3
/dev/loop13: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop12
~olli/2.4.18-alt6master-up.ext3
/dev/loop12: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop11
~olli/2.4.18-alt6master-up.ext3
/dev/loop11: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop10
~olli/2.4.18-alt6master-up.ext3
/dev/loop10: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop9
~olli/2.4.18-alt6master-up.ext3
/dev/loop9: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop8
~olli/2.4.18-alt6master-up.ext3
/dev/loop8: No such device
[root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop7
~olli/2.4.18-alt6master-up.ext3
Available keysizes (bits): 128 160 192 256
Keysize:
[root@mobile init.d]# ls -l /dev/loop0 /dev/loop1 /dev/loop2 /dev/loop3
/dev/loop4 /dev/loop5 /dev/loop6 /dev/loop7 /dev/loop8
brw-rw---- 1 root disk 7, 0 Apr 8 2002 /dev/loop0
brw-rw---- 1 root disk 7, 1 Apr 8 2002 /dev/loop1
brw-rw---- 1 root disk 7, 2 Apr 8 2002 /dev/loop2
brw-rw---- 1 root disk 7, 3 Apr 8 2002 /dev/loop3
brw-rw---- 1 root disk 7, 4 Apr 8 2002 /dev/loop4
brw-rw---- 1 root disk 7, 5 Apr 8 2002 /dev/loop5
brw-rw---- 1 root disk 7, 6 Apr 8 2002 /dev/loop6
brw-rw---- 1 root disk 7, 7 Apr 8 2002 /dev/loop7
brw-rw---- 1 root disk 7, 8 Apr 8 2002 /dev/loop8
[root@mobile init.d]# ls -l /dev/loop14
brw-rw---- 1 root disk 7, 14 Apr 8 2002 /dev/loop14
[root@mobile init.d]#
--
Bye.Olli. http://olli.digger.org.ru
PGP fingerprint:
(expire 2005-02-09,1.0.6,2048) = 154B 5A59 DF51 6602 F589 2314 C77A 5292 6879 649A
--
Bye.Olli. http://olli.digger.org.ru
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] Fw: 2altlinux bugs:
2003-12-22 11:43 [Comm] Fw: 2altlinux bugs: Oleg K.Artemjev
@ 2003-12-22 12:24 ` Sergey Vlasov
2003-12-22 13:26 ` [Comm] " Michael Shigorin
0 siblings, 1 reply; 3+ messages in thread
From: Sergey Vlasov @ 2003-12-22 12:24 UTC (permalink / raw)
To: Oleg K. Artemjev; +Cc: community, support
[-- Attachment #1: Type: text/plain, Size: 753 bytes --]
On Mon, Dec 22, 2003 at 02:43:58PM +0300, Oleg K. Artemjev wrote:
>
> Просьба отвечать в мыло..
>
> Begin forwarded message:
>
> Date: Sun, 21 Dec 2003 07:54:07 +0300 (MSK)
> From: Olli Artemjev <olli@mtcm.ru>
> To: olli@rbauto.ru
> Subject: 2altlinux bugs:
>
>
>
> Почему интересно такой глюк на мастере 2.0 ? ?-)
>
> [root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop0
> ~olli/2.4.18-alt6master-up.ext3
> Available keysizes (bits): 128 160 192 256
> Keysize:
> [root@mobile init.d]# /sbin/losetup -e blowfish /dev/loop14
> ~olli/2.4.18-alt6master-up.ext3
> /dev/loop14: No such device
По умолчанию модуль loop поддерживает только 8 устройств. Это
регулируется параметрами модуля - через /etc/modules.conf:
options loop max_loop=255
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Comm] Re: Fw: 2altlinux bugs:
2003-12-22 12:24 ` Sergey Vlasov
@ 2003-12-22 13:26 ` Michael Shigorin
0 siblings, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2003-12-22 13:26 UTC (permalink / raw)
To: community; +Cc: vsu
[-- Attachment #1: Type: text/plain, Size: 452 bytes --]
On Mon, Dec 22, 2003 at 03:24:55PM +0300, Sergey Vlasov wrote:
> По умолчанию модуль loop поддерживает только 8 устройств. Это
> регулируется параметрами модуля - через /etc/modules.conf:
> options loop max_loop=255
Эээ... мой что-то и с max_loop=32 вредничал (16 монтировалось,
дальше -- спецэффекты) на 2.4.21rel-std-up-alt3... (модуль
передергивал)
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-12-22 13:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-22 11:43 [Comm] Fw: 2altlinux bugs: Oleg K.Artemjev
2003-12-22 12:24 ` Sergey Vlasov
2003-12-22 13:26 ` [Comm] " 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