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
3
votes
2 answers

Terminal Width issues with Linux Screen

I'm having issues where when I'm in a regular SSH terminal, with $TERM set to xterm-256color, and the terminal width is very small (narrow) in Linux Screen. I'm running Arch Linux. When I'm in the default SSH terminal (detached from a screen…
drewrockshard
  • 1,763
  • 4
  • 20
  • 27
3
votes
1 answer

arch linux on zfs root cannot configure grub on bios

as the title suggests I cannot get across the finish line installing arch on zfs. I get to the point where I try and install grub on my /boot after chrooting into my /mnt from the live cd. anyway here is my command and error: # nvim…
posop
  • 247
  • 2
  • 10
3
votes
1 answer

Unexpected 404 response from php-fpm when file exists and is readable

I am running a simple PHP based site using nginx. After a recent update of a number of system components, the site stopped working. When I try to access the site, I get a blank page with the text "File not found." The server logs tell me that …
Heres
  • 41
  • 5
2
votes
0 answers

why doesn't arp-scan find any devices when nmap does?

When I run nmap -sn 192.168.0.0/24 I get the result: Nmap scan report for 192.168.0.1 Host is up (0.16s latency). Nmap scan report for 192.168.0.103 Host is up (0.19s latency). Nmap scan report for 192.168.0.124 Host is up (0.11s latency). Nmap…
Qualphey
  • 121
  • 1
  • 3
2
votes
1 answer

Why is the total usable size shrinking while copying files to my ZFS dataset?

I have a 2TB USB hard drive that I use as a backup disk. The disk contains a GPT partition table with one partition, type bf00. On that partition, I created a ZFS pool with encryption and compression enabled, and one single dataset. While I rsyncing…
Rob
  • 204
  • 2
  • 13
2
votes
1 answer

Host DNS not working with docker container

I have a probleme with docker on my archlinux kernel Linux 4.19.31-1-lts #1 SMP Sun Mar 24 09:29:16 CET 2019 x86_64 GNU/Linux $ docker info return : $ docker info …
Kermito
  • 31
  • 1
  • 5
2
votes
0 answers

Arch Linux journalctl: how to increase logging size?

I have a web and email server based on Arch Linux. I have been trying for a long time to keep enough log entries in journal, but unfortunately it doesn't work. I have no problem with other servers. Of course, I set up Storage = persistent and…
Laszlo Malina
  • 168
  • 2
  • 10
2
votes
1 answer

Docker iptables error after system update

After recently running pacman -Syu, then installing some unrelated packages, on a computer running Arch Linux, exposing ports of a new container using --publish produces a strange error. Here's an example of the error produced: docker: Error…
KernelDeimos
  • 151
  • 4
2
votes
0 answers

How to get TOR hidden service to work with iptables

I'm running an Arch Linux server which acts as a TOR relay and I would like it to act as a hidden service as well (I want to provide .onion access to my services, I know running a relay next to a HS is not suitable for an anonymous service). My TOR…
Darkness
  • 73
  • 1
  • 8
2
votes
0 answers

Can't find (inactive?) LVM (with root FS) on boot

I'm running a Linux Server using ArchLinux, mostly for my own development needs. It runs Arch Linux on a SW-RAID1. There's two disk drives sda and sdb, each with 3 partitions sda1-sda3, sdb1-3. SDA1+SDB1 and SDA2+SDB2 are SW-RAID1 using dmraid /…
Mastacheata
  • 140
  • 6
2
votes
0 answers

QEMU Network bridging for having a public IP

I simply want that my QEMU VMs have a public IP so I can run multiple servers in the same machine. I've read a lot of wikis, guides, tutorials, forum threads and anything related to this but still no useful answer. I already know about the bridges…
Megver83
  • 221
  • 2
  • 4
  • 10
2
votes
1 answer

mail issues "535 Authentication credentials invalid"

I'm trying to send mails from command line with my 1and1 credentials. But if the following configuration worked to send mails from my nexcloud server : send mode : smtp encryption : SSL/TLS from address : contact@mydomain.fr Authentication method :…
vmonteco
  • 119
  • 1
  • 5
2
votes
2 answers

Apache won't run inside container

I am running Arch Linux and on top of that, Ubuntu inside a systemd-nspawn container. I am suddenly having issues getting apache to start (inside the container). Everything was working fine a few days ago, but now it's not. I don't know if an…
gen_Eric
  • 211
  • 1
  • 5
  • 17
2
votes
1 answer

when should I raise an alarm if I see dropped packets ( packet_in or packet_out)

I am trying to create a simple anomaly alarm detection by looking at the KPI of my Linux servers. I was wondering when should I flag an alarm if see dropped packets ( both packet_in and/or packet_out). If I take a percentage total packets…
sunny
  • 121
  • 1
2
votes
1 answer

NGINX trying to download php files

I'm trying to get Mantis to run on NGinx using php-fpm from the official Arch repositories (Mantis is from the AUR). Every time I go to the server address (192.168.1.x), I am asked to download the install.php file that's in the admin folder of the…
testname123
  • 121
  • 5