View previous topic :: View next topic |
Author |
Message |
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Fri Nov 05, 2004 8:12 am Post subject: Do I need dhcpcd if I run a LAN w/ static IPs? |
|
|
I just did an emerge world -up and discovered that dhcpcd was installed. I don't know why as I didn't emerge it myself, and all four or five of my machines on my LAN use static IPs. Do I need it for something? Can I unmerge it? (it complains that I could damage my system if I do) |
|
Back to top |
|
|
untiefe Apprentice
Joined: 12 Jan 2004 Posts: 230 Location: the nonexisting Bielefeld, Germany
|
Posted: Fri Nov 05, 2004 9:19 am Post subject: Re: Do I need dhcpcd if I run a LAN w/ static IPs? |
|
|
Try a This should show you which package depends on dhcpcd. _________________ "I'm an angel bored like hell
And you're a devil meaning well"
:: Cardigans - You're The Storm ::
glcu - gentoo linux cron update (full featured semi-automatic updates via cron) |
|
Back to top |
|
|
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Fri Nov 05, 2004 9:39 am Post subject: |
|
|
Code: | poe gregg # qpkg -q dhcpcd
net-misc/dhcpcd-1.3.22_p4-r7 *
DEPENDED ON BY:
SYSTEM PROFILE
net-misc/dhcpcd-1.3.22_p4-r5
DEPENDED ON BY:
SYSTEM PROFILE
net-misc/dhcpcd-1.3.22_p4-r7
DEPENDED ON BY:
SYSTEM PROFILE |
Doesn't appear to be any dependencies. Any reason why this gets installed by default, perhaps during an emerge system? |
|
Back to top |
|
|
untiefe Apprentice
Joined: 12 Jan 2004 Posts: 230 Location: the nonexisting Bielefeld, Germany
|
Posted: Fri Nov 05, 2004 10:20 am Post subject: |
|
|
gcasillo wrote: | Doesn't appear to be any dependencies. Any reason why this gets installed by default, perhaps during an emerge system? |
Actually it was the same for me (dhcpcd installed but no dependency), but I had no warning when I unmerged it.
I think I read somethin about a kde package that wanted dhcpcd, but I can't find it in the forum at the moment. I you have static IPs you should be fine without dhcpcd... _________________ "I'm an angel bored like hell
And you're a devil meaning well"
:: Cardigans - You're The Storm ::
glcu - gentoo linux cron update (full featured semi-automatic updates via cron) |
|
Back to top |
|
|
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Fri Nov 05, 2004 11:25 am Post subject: |
|
|
One machine was recently built up as a server. It does not have X or KDE installed. Another is a workstation with X and KDE installed. Both have dhcpcd installed though I nevered emerged them myself. Here's the output I get when attempting to unmerge dhcpcd from my console-only server:
Code: | neruda gregg # emerge -C dhcpcd
!!! Trying to unmerge package(s) in system profile. 'net-misc/dhcpcd'
!!! This could be damaging to your system.
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Press Ctrl-C to Stop in: 10
Exiting on signal 2 |
I'm going to leave it alone for now, though I agree, I could probably unmerge it with little or no consequence. Just trying to figure out why it is installed or needed. |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Fri Nov 05, 2004 11:38 am Post subject: |
|
|
gcasillo wrote: |
I'm going to leave it alone for now, though I agree, I could probably unmerge it with little or no consequence. Just trying to figure out why it is installed or needed. |
dhcpcd used to be in the system profile - it was removed a while ago which means it's optional. |
|
Back to top |
|
|
|