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
1
vote
1 answer

linux arch: systemd-networkd - interfaces not starting after reboot

I was trying to move to systemd-networkd from netctl without success. When i restart service systemd-networkd i get: systemctl status systemd-networkd ● systemd-networkd.service - Network Service Loaded: loaded…
admfotad
  • 15
  • 5
1
vote
1 answer

Restart docker containers without restarting reverse proxy

My containers can't restart properly if I don't take down the reverse proxy (nginx) before. These logs show the sequence of events: 2017-03-23 19:50:29 140019590191872 [Note] mysqld: Shutdown complete mar 23 19:50:57 server env[4805]:…
1
vote
1 answer

iptables won't load with iptables-restore

I have made the following iptables rules file : *filter :INPUT DROP [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :sshguard - [0:0] -A INPUT -i enp3s0 -p tcp --dport 22 -m state --state NEW,ESTABLISHED -j ACCEPT -m comment --comment "Allow…
Dynamite
  • 151
  • 6
1
vote
1 answer

Samba AD: Bind9 won't load DLZ library anymore

I currently got a Problem with the Bind9 Backend on my Samba Domain Controller. Bind refuses to open the library Samba provides. But i can't figure out how to resolv this issu. Here is the SysLog: named[19939]: dlz_dlopen failed to open library…
1
vote
1 answer

Cannot start Adminer due to a 403

I have a server running on BBQLinux latest stable release, installed four days ago with pretty much nothing else installed or configured. I followed the official guide to install Adminer, and no matter what I do, I keep getting a 403 when trying to…
Chisko
  • 111
  • 1
  • 5
1
vote
1 answer

Can't access NGINX on Virtualbox machine : connection refused

I've setup an ArchLinux box, on VirtualBox, where I installed and configured NGINX service to accept requests from anywhere. listen 80; server_name _; I've also updated my UFW (and also tried disabled it) to allow from anywhere at WWW (80) and I've…
MGP
  • 213
  • 1
  • 5
1
vote
4 answers

Unable to restart mariadb after update

I have just updated mariadb to the latest version in arch-linux. I have the database folder in /home/mysql. Out of nowhere, I can't get it restart with systemctl restart mysqld. Here's the error log: -- Unit mariadb.service has begun starting…
RedGiant
  • 211
  • 3
  • 16
1
vote
1 answer

Arch Linux install without root password

Is it possible to install (and later maintain) Arch Linux (or some of its derivatives) without ever setting root password - using only user account and sudo? The same way it's done in Ubuntu and many others. To me this seems like obvious security…
god
  • 232
  • 3
  • 10
1
vote
2 answers

Open LDAP Server migration

Im trying to migrate an Open LDAP Server from Ubuntu LTS to Arch Linux. So I followed the Guid by Alex Pánek. So first I backuped the Databases from the Ubuntu Maschine: ubuntu$ sudo slapcat -b cn=config -l cn=config.master.ldif ubuntu$ sudo…
tim0_o
  • 133
  • 6
1
vote
1 answer

How to create chroot'ed SFTP access on an Archlinux Server?

I've followed this instructions on the ArchWiki and GeekStuff to setup an user which can only access the server via SFTP (SSH) but without Shell (/bin/false) in a chrooted environment of his home dir. Nothing much more special, but it simply does…
q9f
  • 640
  • 3
  • 10
  • 21
1
vote
0 answers

netctl profile ignored on reboot of Arch Linux VirtualBox VM

I setup a netctl profile for a network device enp0s8. The profile gives a static IP address to the interface. If I turn down the existing profile for the device (automatically setup at boot) and start my profile for the device, the device correctly…
user319747
  • 11
  • 1
1
vote
1 answer

Apache vhost AH01630: client denied by server configuration

I know there are a ton of questions about this error and I have looked at all of the answers. I haven't found anything that fixes this for me. In trying to migrate a WordPress site, I set up a vhost subdomain on the new host first, to test it. Right…
Dave Munger
  • 141
  • 3
1
vote
1 answer

fail2ban not mailing on Arch

I have 3 servers, 2 Debian and 1 Arch. As usual the Arch makes me work hard for the simple things. This time it's fail2ban. My installation of fail2ban is default, its version 0.9.3-3. To test if my machine can mail I use the following command: echo…
Thijs
  • 125
  • 6
1
vote
0 answers

GnuPG complaining I don't have a secret key but I do

I am migrating machines I use for my backups. It uses GnuPG to encrypt/decrypt files. I moved my keys trying two different methods: exporting and copying the ~/.gnupg folder. Both methods seem to work without issue. When I issue a gpg -k command,…
someone1
  • 151
  • 1
  • 6
1
vote
1 answer

OpenVPN client stops working after a few minutes

I'm using OpenVPN client, and it works fine but after a few minutes the VPN stops working. I'm getting these errors in the logs: Sun May 10 20:55:28 2015 [nrt-c01.ipvanish.com] Inactivity timeout (--ping-restart), restarting Sun May 10 20:55:28 2015…
erwan
  • 111
  • 3