Moderators: sidsoft, Moderators
Виталий wrote:у кого какие будут идеи сделать автоматический подъём соединения при старте системы?
sinner@nixon ~ $ cat /etc/conf.d/local
# Here is where you can put anything you need to start
# that there is not an init script for.
local_start() {
# This is a good place to load any misc programs
# on startup (use &>/dev/null to hide output)
# We should always return 0
pppoe-start
return 0
}
local_stop() {
# This is a good place to unload any misc.
# programs you started above.
# We should always return 0
pppoe-stop
return 0
}
Виталий wrote:отсутствует команда chkconfig
Виталий wrote:тут и намёка на остатки от генты нет
Виталий wrote:ответ на комманду ping это или время прохождения пакетов или Unknown host ))) вот у меня последнее.

Users browsing this forum: No registered users and 2 guests