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

Attempting to use mod_pagespeed on Arch Linux

I have a feeling I'm missing something obvious. Disclaimer: I'm not very experienced with linux/apache, or just about anything involved. I'm trying to use mod_pagespeed on Arch Linux; there is no binary available, but I was able to install it with…
Dygerati
  • 103
  • 2
0
votes
1 answer

How to use php readfile() across partitions?

I've been struggling to get PHP readfile() to work properly. After drilling down all options, it turns out that I can not get this to work when I am trying to open a file that is located on another partition. My webroot folder is located under the…
0
votes
1 answer

Arch Linux on Software RAID, can't find VolGroupArray

I am trying to install Arch Linux on a Software RAID that I am building following their instructions on the Wiki. I built as far as the Logical Volumes and after that switched to the Installation guide. I formatted the new partitions (root, var and…
Dave Long
  • 349
  • 1
  • 4
  • 15
0
votes
1 answer

udev only reports events for a USB device configuration, not for the USB device itself

I'm trying to execute a certain Python script on USB devices insertion. I need to handle all kinds of USB devices. I'm using a rule like this: SUBSYSTEMS=="usb", ENV{DEVTYPE}=="usb_device", RUN+="/.../test.py $devpath" When I insert a USB flash…
0
votes
1 answer

Error Installing ruby with RVM Single User mode on Arch Linux

I've just installed RVM on ArchLinux x64 in single user mode via the recommended install script curl -L https://get.rvm.io | bash -s stable I've also installed all the requirements listed in rvm requirements However, I'm having trouble actually…
0
votes
2 answers

Windows clients cannot access machine running DHCP server

I'm trying to setup a small LAN, using an Ethernet switch, an Arch Linux server, and around 10 Windows XP machines. This network has no outside connections. The Arch machine has a self configured ip address (configured with ip addr add 192.168.0.1…
0
votes
2 answers

Can't seem to install imagick

I'm trying to install the PHP PEAR PECL extension "imagick" (image magick), but failing horribly. It seems that I keed installing packages to progress, but this one has me stumped. It seems to fail all the way at the bottom. Please Note: I'm using…
TheFrack
  • 191
  • 1
  • 2
  • 12
0
votes
2 answers

Launching FPM pool as superuser / reflecting root access

I'm building a NAS control application with PHP, that can be only accessed from the local network. I'll start it off with that PHP-FPM does not allow to launch it's pools with user root, and I have not found a way to force it. Yes, yes, running PHP…
tomsseisums
  • 205
  • 1
  • 2
  • 10
0
votes
1 answer

How do I recover from boot error when my root is on RAID and LVM?

When a (Archlinux) system that has its root on RAID and LVM is misconfigured and does not boot, what steps are needed to recover it?
Tinco
  • 137
  • 7
0
votes
1 answer

Webmin - Error - File not found

I have Webmin 1.590 on Arch Linux and I'm getting "Error - File not found" message when trying to access certain functions such as "Upgrade Webmin" and "Install Module" because it seems that I'm missing the .cgi script files for them. I tried…
akih
  • 1
  • 1
  • 3
0
votes
2 answers

Is there a way to log every query with MySQL?

My MySQL server has been unusually been using a higher load of CPU. So I looked around how to log each queries and I found a lot of tutorials that were saying the same thing:…
samwell
  • 339
  • 1
  • 6
  • 13
0
votes
2 answers

Whitelist a certificate in openvpn

To revoke the access to a client, I can do $./revoke-full client_name And then place the new crl.pem in the server. But, how do I re-enable that client? Removing the crl.pem file is not a solution because this will break easy-keys directory and I…
Abhijeet Rastogi
  • 236
  • 3
  • 20
0
votes
1 answer

Running bridged-networking vmware player on a Linux machine with 2 interfaces

I have got a laptop running Arch Linux with 2 interfaces: wireless (wlan0) and ethernet (eth0). I use wlan0 to access internet (static IP, networking is configured using netcfg), and I connect a second PC to the eth0. Now, whenever I start vmware…
0
votes
1 answer

debugging cherokee on arch linux

After installing cherokee on my arch linux instance, pacman -S python2 cherokee rrdtool I continued on to do some configuration via cherokee admin:- cherokee-admin -xb Hoping over to my browser, I attempted to access my cherokee admin via…
Calvin Cheng
  • 1,136
  • 4
  • 14
  • 18
0
votes
2 answers

stock arch linux with pv-grub on linode

I am attempting to use pv-grub on a stock arch linux instance on linode by following this post:- http://forum.linode.com/viewtopic.php?p=49387 Unfortunately, I am unable to get my pv-grub enabled instance booted up. Here's the error log I am able to…
Calvin Cheng
  • 1,136
  • 4
  • 14
  • 18