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

Create link with right owner / group

I have a git-daemon accessed through ssh. All repositories are in /srv/git. I have some other projects saved on a exfat disk, so I want to create a symbolic link from that disk to /srv/git. For example, I have /mnt/Medias/Projects/Defi\ H.git so I…
Jaffa
  • 238
  • 4
  • 10
1
vote
1 answer

nginx + php-fpm serves raw php

I'm trying to setup nginx and php-fpm on Arch Linux. I've been reading through the nginx wiki and its linked guides. Static pages work great. PHP pages don't seem to get passed to php-fpm. When I view source on my test index.php, I see the actual…
djeikyb
  • 117
  • 6
1
vote
1 answer

pureftpd virtual user doesn't work with a concrete "base" user

Hello I want a virtual ftp user to upload web stuff so I want one using http user and webgroup (I group I created). So I did: pure-pw useradd webftp -u http -g webgroup -d /srv/http pure-pw mkdb And restarted the daemon. When I try to log in it…
1
vote
2 answers

recommended way to collect email notifications from crond in Arch Linux

Arch Linux doesn't have sendmail installed by default. So I get the following messages in my syslog: Sep 15 13:16:01 zorro crond[18497]: mailing cron output for user collectors sh cronjob.sh Sep 15 13:16:01 zorro crond[18497]: unable to exec…
nponeccop
  • 354
  • 3
  • 16
1
vote
1 answer

Need help partitioning archlinux server.

Alright, so am building a webserver that will be using mysql, nginx, php, and a few other things. I expect the database to grow quote large and there will be many small files that will be served by the webserver, less than 1-2mb downloads. I have…
hus-
  • 23
  • 2
1
vote
1 answer

ArchLinux under Xen fails to see root fs after kernel upgrade to Linux-3.0

I bought a VPS but the hosting company doesn't have a prebuilt image for Arch Linux x64, so I have to install from ISO using VNC in SolusVM. The installation works fine, the box (Xen Guest) is bootable, but after an upgrade (pacman -Suy) kernel26…
nponeccop
  • 354
  • 3
  • 16
1
vote
4 answers

SSH global $PATH

When I'm logged in my ArchLinux server and type: $echo $PATH I get... /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl But when I'm NOT logged in and try: ssh myyser@mysever 'echo $PATH' i…
1
vote
1 answer

"Image cannot be processed." Cryptic Wordpress error when uploading new header image

When I attempt to upload a new header image to my wordpress installation my browser's work is acknowledged with a cryptic "Image could not be processed. Please go back and try again." The upload does succeed: wp-content/uploads/.../header.jpg exists…
troutwine
  • 1,452
  • 5
  • 18
  • 33
1
vote
1 answer

Nginx Reverse Proxy returning 404

I'm using Nginx as a caching proxy for ArchLinux mirrors (to speed up internal server builds). It correctly reverse proxies four sites, but returns mysterious 404s on the fifth. /etc/nginx/conf/nginx.conf: user http; worker_processes 2; events { …
1
vote
5 answers

Problems with sudo in path

Using: Linux nomemory 2.6.32-24-generic #43-Ubuntu SMP Thu Sep 16 14:17:33 UTC 2010 i686 GNU/Linux I have a folder in my $HOME called ~/.scriptfarm/scripts where i keep some of my custom scripts. nomemory@nomemory:~$ ls -l…
Andrei Ciobanu
  • 195
  • 1
  • 1
  • 7
1
vote
1 answer

Troubles with .pid files and nginx

I am running ArchLinux and nginx, and cannot stop nginx without using a kill -9 on the actual PID files. I'd instead like to use /etc/rc.d/nginx stop and have the nginx script look in the .pid file for nginx, but the file isn't there. I touched it,…
Isaac Copper
  • 113
  • 6
1
vote
1 answer

eCryptFS Initialization Issues

I'm having issues with the first mount of eCryptFS. Currently when I attempt to mount it mount -t ecryptfs ~/.Private ~/Private However it's erroring. The error in dmesg is the following: Error parsing options; rc = [-22] This is a fresh…
WinkyWolly
  • 598
  • 6
  • 19
1
vote
2 answers

Apache error with suEXEC only

When I enable suEXEC by following the tutorial here, I am able to get PHP to run over Apache in cgi mode, but when I start trying to use suEXEC I get a 403, and the following error appears in the error log "client denied by server configuration". …
Iiridayn
  • 304
  • 2
  • 12
1
vote
3 answers

Which daemon realize afp fileshare in archlinux?

How can I implement filesharing via apple´s afp protocol on an arch-linux box? My system should serve files to multiple clients with different operating systems. (Windows {XP,7},OS X) For the Windows part I installed Samba.
user38290
1
vote
0 answers

sudo hangs after some time

sudo hangs in my Archlinux (running under Hyper-V) after some time (usually a day). Since this hangs my system, I have kept a root window open to do strace whenever this happens. strace sudo ls shows a sendto syscall to a socket called…
Nishant
  • 265
  • 3
  • 5
  • 11