Questions tagged [arch-linux]

Arch Linux (or Arch, pronounced /ˈɑrtʃ/) is an independently developed, Linux-based operating system for i686 and x86-64 computers. It is composed predominantly of free and open source software, and supports community involvement.

Arch Linux (or Arch, pronounced /ˈɑrtʃ/) is an independently developed, Linux-based operating system for i686 and x86-64 computers. It is composed predominantly of free and open source software, and supports community involvement.

What is Arch Linux

Following The Arch Way philosophy, Arch Linux is lightweight, flexible, simple and aims to be very UNIX-like. A minimal environment (no GUI) compiled for i686/x86-64 architectures is provided upon installation: rather than tearing out unneeded and unwanted packages, the user is offered the ability to build up from a minimal foundation without any preemptively-chosen defaults. Arch's design philosophy and implementation make it easy to extend and mold into whatever kind of system is required, from a minimalist console machine to the most grandiose and feature-rich desktop environments available: it is the user who decides what his Arch system will be.

Arch's simple init system is heavily inspired by the *BSD way of incorporating calls from a single file (rc.conf) rather than the SysVinit directory structure containing dozens of symlinks for each runlevel. System configuration is achieved through editing simple text files.

Modernity

Arch Linux strives to maintain the latest stable version of its software, and is based on a rolling-release system, which allows a one-time installation and continuous seamless upgrades, without ever having to reinstall or perform elaborate system upgrades from one version to the next. By issuing one command, an Arch system is kept up-to-date and on the bleeding edge. Arch incorporates many of the newer features available to GNU/Linux users, including modern filesystems (Ext2/3/4, Reiser, XFS, JFS), LVM2/EVMS, software RAID, udev support and initcpio, as well as the latest available kernels.

Software Packaging

Arch is backed by pacman, an easy-to-use binary package manager that allows you to upgrade your entire system with one command. Pacman is coded in C and designed from the ground up to be lightweight, simple and very fast. Arch also provides the Arch Build System, a ports-like system to make it easy to build and install packages from source, which can also be synchronized with one command. You can even rebuild your entire system with one command.

Supporting i686 and x86-64 architectures, Arch's Official Repositories provide several thousands of high-quality packages to meet your software demands. In addition, Arch encourages community growth and contribution by offering the Arch User Repository, which contains many thousands of user-maintained PKGBUILD scripts for compiling installable packages from source using the makepkg application. It is also possible for users to easily build and maintain their own custom repositories.

Source Integrity

Arch provides non-patched, vanilla software; packages are offered from pure upstream sources, how the author originally intended it to be distributed. Patching only occurs in extremely rare cases, to prevent severe breakage in the instance of version mismatches that may occur within a rolling release model.

Community

The Arch community is very dependable, lively and welcoming: all Archers are encouraged to participate and contribute to the distribution, be it helping with the development of the core software, maintaining packages, reporting or fixing bugs, improving the ArchWiki documentation, helping other users solving problems or just exchanging opinions in the forums, mailing lists, IRC Channels, or sharing one's knowledge or even self-developed applications. Arch Linux is the operating system of choice for many people around the globe, and there exist several international communities that offer help and provide documentation in many different languages.

Source: archlinux.org

299 questions
0
votes
1 answer

WireGuard via systemd-networkd but with /etc/wireguard/wg0.conf

Is there any solution to use /etc/wireguard/wg0.conf for both, wg-quick and systemd-networkd. Following this example I have to duplicate configuration, but I want to store config in one place. How to achieve that?
kAldown
  • 161
  • 1
  • 1
  • 7
0
votes
1 answer

Archlinux nfs is shutting down immediately

I want to setup an NFS server so I setup NFS as in the Archlinux tutorial with two mount points: [jenia@jenia ~]$ sudo exportfs -arv point 1 point 2 point 3 exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for…
Jenia Ivanov
  • 203
  • 1
  • 3
  • 6
0
votes
1 answer

Error: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration

I have the very same setup as shown in this thread and I'm having the same exact problem. I've already retraced my steps several times over the installation process of the PHP + Apache + PostgreSQL, and nothing. Still the same error! I can't seem to…
Peter Winter
  • 1
  • 1
  • 3
0
votes
1 answer

openvpn startup error: Failed at step CHDIR spawning /usr/bin/openvpn

I'm trying to start an openvpn v2.4.9 server with running systemctl start openvpn-server@server as root on Arch Linux. This results in the following error: The job identifier is 176005 and the job result is failed. Nov 03 13:42:35 hostname…
user540468
  • 162
  • 2
  • 3
  • 10
0
votes
1 answer

cannot ping specific interface from router: (sendmsg: Operation not permitted)

I have router that I built running Arch Linux and I have a strange problem that might point to a misconfiguration. Here is my setup: LAN interface: intern1 WAN interface: extern1 LAN address: 192.168.11.11/24 WAN address: DHCP I can ping anything…
0
votes
1 answer

fail2ban banning IPs, but iptables is failing to reject them

I'm running Arch with Nginx and fail2ban. I have added this to /etc/fail2ban/filter.d/nginx-dos.conf: # /etc/fail2ban/filter.d/nginx-dos.conf # Fail2Ban configuration file # # Generated on Fri Jun 08 12:09:15 EST 2012 by BeezNest # # Author:…
0
votes
3 answers

Access Webmin from other computers

I have just installed Webmin on an Arch Linux distro, but I can access it only on the box itself: https://localhost:10000. When I try it from my work computer it doesn't work. I added "allow=127.0.0.1 my.i.p.here" in /etc/webmin/miniserv.conf but it…
user31937
0
votes
1 answer

Redirection thru redsocks connecting but not responding

Am using redsocks to redirect thru a proxy. The problem is that when i use a tool like wget it appears to be connecting but not resolving. What could be the problem and how could i solve it? Executing wget google.com --2020-08-22 17:32:34-- …
0
votes
0 answers

Forwarding bonded connection to local network through stateful firewall - ArchLinux

I'm using Arch Linux to set up a firewall for a school which will stream each classes' video to students at home, so I need a strong and safe connection, that's why I was thinking about bonding multiple connections to increase stability and stream's…
0
votes
3 answers

libvirt cannot create default network

I can't start the default network for libvirt. I get the error in journalctl: Jun 06 15:22:43 jenia libvirtd[889326]: Unable to create bridge virbr0: Package not installed I did installed the packages ebtables, bridge-utils and dnsmasq and…
Jenia Ivanov
  • 203
  • 1
  • 3
  • 6
0
votes
1 answer

Moving Files After Conversion to pdf

I have created a linux script to convert files from .odt to .pdf But the script after converting moves files into same dir where script is executed. As script is recurring I want files to stay in the same where originals are. Here is the…
SahilM
  • 1
  • 1
0
votes
2 answers

new email server configured, Postfix, Dovecot, MariaDB, Rspamd and Redis the main components, on Arch, can't send or receive mail

Dovecot reports logins when trying to send (via T'bird). One of the online email testing sites reported: Server 'HELO' line: 220-mail.mydomain.tld ESMTP Postfix so we know the SMTP service is ready, but follows with this: Warning: Expected on…
Mike
  • 1
  • 4
-1
votes
1 answer

How to recover a TAR file from a partially overwritten XFS disk?

This is the scenario. The environment is Linux (Arch Linux actually). An uncompressed 1,3TB tar file has been written on a freshely XFS-formatted 2TB disk as a backup. Later on, a 586MB UEFI boot image has been written (by mistake) to the very same…
EnzoR
  • 322
  • 3
  • 10
-1
votes
2 answers

nftables dnat forwarding is not working properly

Good day, I am currently migrating from iptables to nftables. The problem is my systemd containers are running behind NAT, but I want to forward ports like 443 or 80 to them. There is no error message when I use the following set of commands, but…
TheGoliath
  • 13
  • 1
  • 4
-1
votes
1 answer

Sudo not asking for password

I have a problem with my Antergos installation, when I try to sudo a command it won't ask root password: Also Ctrl + C won't stop the command. Can't connect to WiFi (Network manager is not running and unpossible to start it). I don't know what to…
Adraqi
  • 1
1 2 3
19
20