* [sisyphus] swap and 2.6wks
@ 2005-03-01 13:22 Andriy Dobrovol's'kii
2005-03-01 13:40 ` Epiphanov Sergei
2005-03-01 13:45 ` Alex Yustasov
0 siblings, 2 replies; 4+ messages in thread
From: Andriy Dobrovol's'kii @ 2005-03-01 13:22 UTC (permalink / raw)
To: Sisyphus
Hi,
А что ядру uname -r
2.6.10-wks26-up-alt5
не нравится в свапе? Почему он ругается:
version 0 swap is no longer supported. Use mkswap -v1 /dev/hda3
и не может его активировать при загрузке? Как лечить?
--
Rgrds,
Andriy
*********************************************************************
email: dobr at iop dot kiev dot ua Kyiv, Ukraine
Phone: (380-44) 265-7824 Department of Gas Electronics
Fax: (380-44) 265-2329 Institute of Physics of NASU
*********************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] swap and 2.6wks
2005-03-01 13:22 [sisyphus] swap and 2.6wks Andriy Dobrovol's'kii
@ 2005-03-01 13:40 ` Epiphanov Sergei
2005-03-01 13:45 ` Alex Yustasov
1 sibling, 0 replies; 4+ messages in thread
From: Epiphanov Sergei @ 2005-03-01 13:40 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
В сообщении от 1 Март 2005 16:22 Andriy Dobrovol's'kii написал:
> Hi,
> А что ядру uname -r
> 2.6.10-wks26-up-alt5
> не нравится в свапе? Почему он ругается:
> version 0 swap is no longer supported. Use mkswap -v1 /dev/hda3
^^^^^^^^^^^^^^^^^^^^^^^
> и не может его активировать при загрузке? Как лечить?
А набрать указанную команду не пробовали?
--
С уважением, Епифанов Сергей
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] swap and 2.6wks
2005-03-01 13:22 [sisyphus] swap and 2.6wks Andriy Dobrovol's'kii
2005-03-01 13:40 ` Epiphanov Sergei
@ 2005-03-01 13:45 ` Alex Yustasov
2005-03-01 14:05 ` Andriy Dobrovol's'kii
1 sibling, 1 reply; 4+ messages in thread
From: Alex Yustasov @ 2005-03-01 13:45 UTC (permalink / raw)
To: sisyphus
On Tue, Mar 01, 2005 at 03:22:19PM +0200, Andriy Dobrovol's'kii wrote:
> Hi,
> А что ядру uname -r
> 2.6.10-wks26-up-alt5
> не нравится в свапе? Почему он ругается:
> version 0 swap is no longer supported. Use mkswap -v1 /dev/hda3
> и не может его активировать при загрузке? Как лечить?
wks26 собрано с swsusp2, которому нужен swap, как оказалось еще и
-v1. В man mkswap написано
If no -v option is given, mkswap will default to new style, but use old
style if the current kernel is older than 2.1.117 (and also if
PAGE_SIZE is less than 2048). The new style header does not touch the
first block, so may be preferable, in case you have a boot loader or
disk label there. If you need to use both 2.0 and 2.2 kernels, use the
-v0 option when creating the swapspace.
Вам обязательно нужен старый swap?
Лечить
swapoff /dev/hda3
mkswap /dev/hda3
swapon /dev/hda3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sisyphus] swap and 2.6wks
2005-03-01 13:45 ` Alex Yustasov
@ 2005-03-01 14:05 ` Andriy Dobrovol's'kii
0 siblings, 0 replies; 4+ messages in thread
From: Andriy Dobrovol's'kii @ 2005-03-01 14:05 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
Alex Yustasov wrote:
> On Tue, Mar 01, 2005 at 03:22:19PM +0200, Andriy Dobrovol's'kii wrote:
>
>>Hi,
>>А что ядру uname -r
>>2.6.10-wks26-up-alt5
>>не нравится в свапе? Почему он ругается:
>>version 0 swap is no longer supported. Use mkswap -v1 /dev/hda3
>>и не может его активировать при загрузке? Как лечить?
>
> wks26 собрано с swsusp2, которому нужен swap, как оказалось еще и
> -v1. В man mkswap написано
>
Ага. Понятно. Просто небыло про это в анонсе ядра. Вот и удивился.
Ман уже прочел.
> If no -v option is given, mkswap will default to new style, but use old
> style if the current kernel is older than 2.1.117 (and also if
> PAGE_SIZE is less than 2048). The new style header does not touch the
> first block, so may be preferable, in case you have a boot loader or
> disk label there. If you need to use both 2.0 and 2.2 kernels, use the
> -v0 option when creating the swapspace.
>
> Вам обязательно нужен старый swap?
>
Как я понял, он нужен для ядер младше 2.2. У меня таких нет. :)
> Лечить
> swapoff /dev/hda3
> mkswap /dev/hda3
> swapon /dev/hda3
Достаточно две последних команды, в моем случае, ну и ключик -v1
тоже вписал. Т.к. он его просто проигнорировал при запуске.
Короче, уже подключил.
--
Rgrds,
Andriy
*********************************************************************
email: dobr at iop dot kiev dot ua Kyiv, Ukraine
Phone: (380-44) 265-7824 Department of Gas Electronics
Fax: (380-44) 265-2329 Institute of Physics of NASU
*********************************************************************
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-01 14:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-01 13:22 [sisyphus] swap and 2.6wks Andriy Dobrovol's'kii
2005-03-01 13:40 ` Epiphanov Sergei
2005-03-01 13:45 ` Alex Yustasov
2005-03-01 14:05 ` Andriy Dobrovol's'kii
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