You are not logged in.
I updated my system today and it installed some xf86 packages, then I fall asleep for 20 minutes and when I woke up there was no WiFi, I rebooted and updated again, and there was some nm-applet packages to install, I did it and I was able to connect to the WiFi but I wasn't able to load any website or connect to any server, so I checked the dhcp service and this is what i found:
systemctl enable dhcpd
---------------------------------------
Failed to execute operation: No such file or directory
I tried to install the dhcpd package but pacman says it doesn't exist, ad also pacman says it is installed
local/dhcpcd 6.8.1-1 (base)
RFC2131 compliant DHCP client daemon
so I don't know how to enable it again.
Last edited by MGu3l (2015-04-19 02:45:23)
"Dream as if you'll live forever, live as if you'll die today" - James Dean
Offline
You have typo in your systemctl command. The name of the service is 'dhcpcd', not 'dhcpd'
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
I think you mean dhcpcd
Jin, Jîyan, Azadî
Offline
yeah, both of you were right, it was a typo.
So I used the dhcpcd and got this:
systemctl status dhcpcd
---------------------------------------------------------
● dhcpcd.service - dhcpcd on all interfaces
Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled; vendor preset: disabled)
Active: active (running) since sáb 2015-04-18 18:25:18 COT; 54s ago
Process: 397 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
Main PID: 403 (dhcpcd)
CGroup: /system.slice/dhcpcd.service
└─403 /usr/bin/dhcpcd -q -b
abr 18 18:25:27 Arch dhcpcd[403]: wlp1s0b1: IAID c8:d4:cc:0b
abr 18 18:25:28 Arch dhcpcd[403]: wlp1s0b1: soliciting an IPv6 router
abr 18 18:25:28 Arch dhcpcd[403]: wlp1s0b1: rebinding lease of 192.168.1.51
abr 18 18:25:37 Arch dhcpcd[403]: wlp1s0b1: leased 192.168.1.51 for 604800 seconds
abr 18 18:25:37 Arch dhcpcd[403]: wlp1s0b1: adding route to 192.168.1.0/24
abr 18 18:25:37 Arch dhcpcd[403]: wlp1s0b1: adding default route via 192.168.1.254
abr 18 18:25:38 Arch dhcpcd[403]: wlp1s0b1: removing route to 192.168.1.0/24
abr 18 18:26:13 Arch dhcpcd[403]: wlp1s0b1: removing IP address 192.168.1.51/24
abr 18 18:26:13 Arch dhcpcd[403]: wlp1s0b1: deleting default route via 192.168.1.254
abr 18 18:26:13 Arch dhcpcd[403]: wlp1s0b1: carrier lost
WiFi still won't work although it appears as connected to it. How can I diagnose what's going wrong? or is this info relevant to detect the problem?
"Dream as if you'll live forever, live as if you'll die today" - James Dean
Offline
I will mark this thread as solved, I rebooted my modem and WiFi started working again. just for curiosity if anybody has a theory of why this happened it would be great.
"Dream as if you'll live forever, live as if you'll die today" - James Dean
Offline