[SOLVED] Система думает что net.wlan0 это не сеть.

Всем привет. Такая проблема, есть рабочий, поднятый net.wlan0, и есть отключенный net.eth0. Пытаюсь запустить какую либо службу которая требует сетки, тут же система пытается запустить net.eth0. Как это решить?

Покажите grep

Покажите

grep rc_depend_strict /etc/rc.conf | grep -v '^#'

Я Gentoo & Funtoo

у меня тот же прикол на

у меня тот же прикол на нетбуке... этот параметр тыкал - как-то не помогло :(
к стати, при изменении параметров в rc.conf что надо перезапускать? или надо перезагрузиться?

Возможно, несколько не по

Возможно, несколько не по теме, но я использую для подключения к сети net-misc/wicd, и, руководствуясь его постустановочными рекомендациями, я удалил все ссылки на /etc/init.d/net.lo, то есть

ls -l /etc/init.d/net.*
-rwxr-xr-x 1 root root 15143 Янв 23 08:40 /etc/init.d/net.lo*

и привёл файл /etc/rc.conf к виду:

grep 'rc_depend_strict|rc_hotplug' /etc/rc.conf | grep -v '^#'
rc_depend_strict="NO"
rc_hotplug="net.lo !net.wlan0 !net.eth0"

Так же в системе установлен sys-apps/netplug.
Уже длительное время эта «связка» достаточно стабильно работает и позволяет «поднимать» только используемый в данный момент сетевой интерфейс.

Я Gentoo & Funtoo

Выдает пустоту. Вот этот

Выдает пустоту.
Вот этот файл:

# /etc/rc.conf: Global startup script configuration settings

# UNICODE specifies whether you want to have UNICODE support in the console.
# If you set to yes, please make sure to set a UNICODE aware CONSOLEFONT and
# KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps config files.

UNICODE="yes"

# Set EDITOR to your preferred editor.
# You may use something other than what is listed here.

EDITOR="/bin/nano"
#EDITOR="/usr/bin/vim"
#EDITOR="/usr/bin/emacs"

# DISPLAYMANAGER has moved to /etc/conf.d/xdm

# XSESSION is a new variable to control what window manager to start
# default with X if run with xdm, startx or xinit.  The default behavior
# is to look in /etc/X11/Sessions/ and run the script in matching the
# value that XSESSION is set to.  The support scripts are smart enough to
# look in all bin directories if it cant find a match in /etc/X11/Sessions/,
# so setting it to "enlightenment" can also work.  This is basically used
# as a way for the system admin to configure a default system wide WM,
# allthough it will work if the user export XSESSION in his .bash_profile, etc.
#
# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and startx
#           is called.
#        2) even if ~/.xsession exists, if XSESSION can be resolved, it will
#           be executed rather than ~/.xsession, else KDM breaks ...
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (look in /etc/X11/Sessions/)
# Xfce4 - will start a XFCE4 session
# Xsession - will start a terminal and a few other nice apps

#XSESSION="Gnome"

Может вы имеете в виду /etc/conf.d/rc ? Там же вроде какие то настройки делаются?

Вы используете «старую»

Вы используете «старую» версию sys-apps/baselayout, попробуйте изменить /etc/conf.d/rc следующим образом:

# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
# The following values are allowed:
#  none  - The 'net' service is always considered up.
#  no    - This basically means that at least one net.* service besides net.lo
#          must be up.  This can be used by notebook users that have a wifi and
#          a static nic, and only wants one up at any given time to have the
#          'net' service seen as up.
#  lo    - This is the same as the 'no' option, but net.lo is also counted.
#          This should be useful to people that do not care about any specific
#          interface being up at boot.
#  yes   - For this ALL network interfaces MUST be up for the 'net' service to
#          be considered up.

RC_NET_STRICT_CHECKING="no"

Возможно, вашей конфигурации будет лучше соответствовать

RC_NET_STRICT_CHECKING="lo"

P.S. Установка sys-apps/netplug или sys-apps/ifplugd приветствуется.
P.S.S. В случае неудачи покажите весь /etc/conf.d/rc.

Я Gentoo & Funtoo

Поставил "no" всё окей.

Поставил "no" всё окей. Спасибо. А стоит ли переходить на openrc?

Если только полностью

Если только полностью переводить систему на нестабильную ветку, IMHO, разумеется.

Я Gentoo & Funtoo

.

У меня отлично работает стабильная система с baselayout2.

.

+1

Это подпись, которую невозможно истолковать неправильно

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".