From: Serge Ryabchun <sr@osdn.org.ua>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Настройки для kernel 2.6
Date: Wed, 24 Mar 2004 16:43:01 +0200
Message-ID: <200403241643.01381.sr@osdn.org.ua> (raw)
In-Reply-To: <20040324142215.GB22385@master.mivlgu.local>
В сообщении от середа, 24-бер-2004 16:22 Sergey Vlasov написал(a):
> Для работы lm_sensors с ядрами 2.6.x требуется смонтированная
> файловая система sysfs (новая виртуальная файловая система по типу
> procfs, в которой отображается дерево устройств). Видимо, придётся
> где-то в скриптах добавлять mount -t sysfs none /sys (просто
> добавить в fstab не получится - надо проверять версию ядра).
хм. это в rc.sysinit давно стоит
# Mount /sys where appropriate.
if [ "`kernelversion_major`" -eq 2 ] && [ "`kernelversion_minor`" -ge 5 ];
then
action "Mounting sys filesystem" mount -n -t sysfs sysfs /sys
fi
хотя можно и "[ ! -d /sys ] && mkdir /sys" добавить
next prev parent reply other threads:[~2004-03-24 14:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-24 13:09 Slava Dubrovskiy
2004-03-24 13:25 ` Anton Farygin
2004-03-24 14:08 ` Slava Dubrovskiy
2004-03-24 14:14 ` Gleb Stiblo
2004-03-24 14:24 ` Slava Dubrovskiy
2004-03-24 14:27 ` Slava Dubrovskiy
2004-03-24 14:22 ` Sergey Vlasov
2004-03-24 14:31 ` Anton Farygin
2004-03-24 14:36 ` Slava Dubrovskiy
2004-03-24 14:43 ` Serge Ryabchun [this message]
2004-03-24 14:49 ` Slava Dubrovskiy
2004-03-24 15:17 ` Andriy Dobrovol's'kii
2004-03-24 15:22 ` Slava Dubrovskiy
2004-03-24 16:09 ` Andriy Dobrovol's'kii
2004-03-25 11:23 ` [sisyphus] " Konstantin A. Lepikhov
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=200403241643.01381.sr@osdn.org.ua \
--to=sr@osdn.org.ua \
--cc=sisyphus@altlinux.ru \
/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