Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 263233 Details for
Bug 355279
net-misc/dhcpcd-5.2.10-r2 stable request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dhcpcd restart
dhcpcd_restart.txt (text/plain), 2.68 KB, created by
David Abbott (RETIRED)
on 2011-02-21 00:21:26 UTC
(
hide
)
Description:
dhcpcd restart
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2011-02-21 00:21:26 UTC
Size:
2.68 KB
patch
obsolete
>x86chroot ~ # /etc/init.d/net.eth0 restart > * Caching service dependencies ... [ ok ] > * Unmounting network filesystems ... [ ok ] > * Stopping spamd ... [ ok ] > * Stopping sshd ... [ ok ] > * Stopping eth0 > * Bringing down eth0 > * Stopping dhcpcd on eth0 ... [ ok ] > * Shutting down eth0 ... [ ok ] > * Starting eth0 > * Configuration not set for eth0 - assuming DHCP > * Bringing up eth0 > * dhcp > * Running dhcpcd ... >dhcpcd[16366]: version 5.2.10 starting >dhcpcd[16366]: eth0: rebinding lease of 192.168.0.120 >dhcpcd[16366]: eth0: acknowledged 192.168.0.120 from 192.168.0.1 >dhcpcd[16366]: eth0: checking for 192.168.0.120 >dhcpcd[16366]: eth0: leased 192.168.0.120 for 86400 seconds >dhcpcd[16366]: forked to background, child pid 16389 [ ok ] > * eth0 received address 192.168.0.120/24 > * Mounting network filesystems ... [ ok ] > * Starting spamd ... [ ok ] > * Starting sshd ... [ ok ] >x86chroot ~ # cat /etc/init.d/dhcpcd >#!/sbin/runscript ># Copyright 1999-2011 Roy Marples <roy@marples.name> ># All rights reserved. Released under the 2-clause BSD license. > >command=/sbin/dhcpcd >pidfile=/var/run/dhcpcd.pid >command_args=-q >name="DHCP Client Daemon" > >depend() >{ > if [ "${RC_VERSION:-0}" != "0" ]; then > provide net > need localmount > use logger network > after bootmisc modules > before dns > fi >} > >if [ "${RC_VERSION:-0}" = "0" ]; then > start() > { > eerror "This script cannot be used for baselayout-1." > return 1 > } >fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 355279
: 263233