You are not logged in.
So this is my first install of archLinux without the installation framework and it happened to be on a Macbook.
After having to wade through 10 or 20 mutually conflicting wiki articles (here, gentoo and the rest of the Internet) on how to produce a correct UEFI install and install medium I run packstrap as explained in the install wiki article and now I have a bootable system that does NOT HAVE A DHCP DAEMON?????
Why?
> `systemctl list-unit-files`
returns "dhcpcd@.service disabled"
which apparently is a thing that isn't what I need....
Last edited by justforgetme (2012-10-27 12:17:45)
$> man life
No manual entry for `life'
$> nvm...
Offline
You can try dhclient instead.
Offline
Have you tried starting that service? What output did you get?
Offline
@karol 'file does not exist'
@hadrons I'll give it a try...
$> man life
No manual entry for `life'
$> nvm...
Offline
I believe you have to do
# systemctl start dhcpcd@eth0.service
Services with the @ symbol in them mean that they require an argument. If you look in the service file itself, there are %I vairables that are replaced with whatever is after the @. So there are services that are intended to be started as the user that are like this so that you can specify what user to run it as without having the edit the service file itself.
Offline
Hey, hi.
No, that didn't do it either. The service is enabled now but the machine still won't request an ip automatically when you plug a cable in...
$> man life
No manual entry for `life'
$> nvm...
Offline
The service is enabled now but the machine still won't request an ip automatically when you plug a cable in...
For that to work you would need something like NetworkManager or netcfg's net-auto-wired.service.
Offline
Of course not! dhcpcd is nothing more than it says, a client daemon for dhcp. It's not going to watch your network interface for you and automatically do things. For that, you need a network management daemon, netcfg, wicd, networkmanager, etc.
Offline
https://bbs.archlinux.org/viewtopic.php … 7#p1161027
solved my problem...
I had everything.
The only thing I hadn't was that damned symlink....
Apparently when I enabled all my services networkmanager wasn't on my list.
Thanks everybody for helping.
Last edited by justforgetme (2012-10-27 12:16:46)
$> man life
No manual entry for `life'
$> nvm...
Offline