You are not logged in.
Offline
That's either not the correct link or you issued some other command.
It's just an array of numbers
Offline
I triple checked it and ran it just as typed for both 'f:1=<-' and 'f:1=<_' neither gave me numbers.
The first one gave me the link, the second one gave me an error:
"curl: (26) Failed to open/read local data from file/application"
Offline
The link you posted leads to a paste that says
1856921,1731384,1861431,1847248,1871020,1868693,1864685,1623741,1879158,1880943,1620601,1620604,1833353,1836866,1735046,1543785,1888335,1889962,1892759,1893347,1893041,1891347,1891310,1905110,1903521,1903517,1906973,1915168,1917918,1924201,1906181,1915161,1912167,1905614,1903429,1835555,1505478,1894997,1891733,1888263,1850225,1881173,1882014,1879923,1872810,1874343,1836781,1862162,1861559,1835646,1846070,1734042,1841769,1838662,1835425,1494285,1781282,1835789]which is not the output of
find /etc/systemd -type l -exec test -f {} \; -printOffline
Well that's not good o:
What is it the output of?
Offline
No idea and it doesn't matter. Probably something somebody else posted - I assume you simply typo'd the link.
The find command prints a list of files. Try again and be sure to post the correct link. In very doubt, if you really can't help it, link a photo of the output of the find command.
Offline
Here's a picture of the command and output:
Offline
http://ix.io/3p0K with an upper case K
/etc/systemd/user/sockets.target.wants/dirmngr.socket
/etc/systemd/user/sockets.target.wants/gpg-agent.socket
/etc/systemd/user/sockets.target.wants/pipewire.socket
/etc/systemd/user/sockets.target.wants/p11-kit-server.socket
/etc/systemd/user/sockets.target.wants/pulseaudio.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
/etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket
/etc/systemd/system/getty.target.wants/getty@tty1.service
/etc/systemd/system/default.target.wants/apl-mpd.service
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/rc-local.service
/etc/systemd/system/multi-user.target.wants/dhcpcd.service
/etc/systemd/system/multi-user.target.wants/remote-fs.target
/etc/systemd/system/multi-user.target.wants/sshd.service
/etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service
/etc/systemd/system/dbus-org.freedesktop.timesync1.service
/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service
/etc/systemd/system/display-manager.service
/etc/systemd/system/default.target
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.serviceEdit:
Two network management services and the generic display-manager service.
/etc/systemd/system/multi-user.target.wants/NetworkManager.service
/etc/systemd/system/multi-user.target.wants/dhcpcd.service
/etc/systemd/system/display-manager.serviceLast edited by loqs (2021-06-08 06:45:41)
Offline
…
file /etc/systemd/system/display-manager.serviceAnd disable the dhcpcd.service.
Offline
Umm can someone explain what the problem is and how to fix it? I don't understand what I'm looking at and what's wrong lol
Offline
You've competing network services enabled, that's a problem but not necessarily your immediate one
Look around in https://wiki.archlinux.org/title/Systemd for how to control them
And we need to see what the display-manager.service actually is to go on with "being dropped into TTY"
The foundational problem is that you didn't install archlinux but copy-and-pasted yourself through a scam tutorial. You cannot install archlinux this way.
You can shovel some packages on your disk this way, but "don't understand what [you are] looking at"
Offline
Since I installed it wrong thanks to a guide, should I just start from scratch? Would that be easier? Or should we try to fix it?
Offline
If we figure what you screwed up right now, you won't run into that mistake again.
Long term you need to arrive at a state where you know what you're typing into the shell, why and what it does.
How you arrive there is irrelevant, but being forced to think about it -a bit- while working yourself through the actual installation guide gives you a head start.
Offline