You are not logged in.

#1 2017-04-23 15:03:08

linuxstreetfighter
Member
Registered: 2017-04-23
Posts: 2

[SOLVED] Created wrong ethernet adapter; not sure how to remove

Running systemctl disable dhcpcd@en01.service resolved the issue. Who knew?

Hello,

During the systemctl enable dhcpcd@adapter.service -- I made a devastating typo. I typed a "0" instead of the letter "o". While I quickly corrected the mistake when I couldn't ping archlinux.org -- Now when I boot the computer it takes about two minutes because the system is trying to start en01.

How does one go about removing this? I dug around in /sys/class for an answer and I also looked at /etc/systemd/network

This is quite embarrassing, and I'm sure the answer is painfully obvious. I wasn't able to find such a screw up in the wiki or a quick search on the forums.

Thank you in advance.


- LSF

Last edited by linuxstreetfighter (2017-04-23 15:27:23)

Offline

#2 2017-04-23 15:15:43

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,560

Re: [SOLVED] Created wrong ethernet adapter; not sure how to remove

You didn't create an adapter, you just told dhcpcd to use a non-existent one. Just disable it, or delete the symlink in /etc/systemd/system/multi-user.target.wants/

Offline

#3 2017-04-23 15:17:13

seiichiro0185
Member
From: Leipzig/Germany
Registered: 2009-04-09
Posts: 226
Website

Re: [SOLVED] Created wrong ethernet adapter; not sure how to remove

Just do a systemctl disable dhcpcd@en01.service or alternatively remove the symlink /etc/systemd/system/multi-user.target.wants/dhcpcd@en01.service

[edit]Well, not fast enough wink[/edit]

Last edited by seiichiro0185 (2017-04-23 15:18:00)


My System: Dell XPS 13 | i7-7560U | 16GB RAM | 512GB SSD | FHD Screen | Arch Linux
My Workstation/Server: Supermicro X11SSZ-F | Xeon E3-1245 v6 | 64GB RAM | 1TB SSD Raid 1 + 6TB HDD ZFS Raid Z1 | Proxmox VE
My Stuff at Github: github
My Homepage: Seiichiros HP

Offline

#4 2017-04-23 15:28:38

linuxstreetfighter
Member
Registered: 2017-04-23
Posts: 2

Re: [SOLVED] Created wrong ethernet adapter; not sure how to remove

Just lol at how simple that was... I've made the edits to the title and first post.

I've worked with Linux professionally for almost two years. Guess I should resign sad

Thank you guys!

Offline

Board footer

Powered by FluxBB