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

Apache can't access from wan on archlinux

Information: Archlinux via vmware Have ports 8080, 443 and 80 forwarded to the local ip from router running pfsense I can access the webpage from lan via local ip. My httpd.conf: Listen 80 ServerAdmin: webmaster@mywebsite.com Servername:…
1
vote
1 answer

Arch-linux apache 404 mod_rewrite VirtualHost with url suffix

I have a problem with Apache on Arch-Linux. I assume it is related to mod_rewrite, but I am not sure. In the past I always worked with Debian-based systems. Arch seems a little different. I have a virtual host like this, and an index.php in the…
donquixote
  • 491
  • 1
  • 4
  • 14
1
vote
1 answer

Nagios + Nginx: CSS and image issues

I am having trouble configuring Nagios on Arch Linux served by Nginx. The Nagios services run without hitches, but the serving via Nginx is broken. As you can see from the screenshot, the fonts are all messed up and the icons do not appear in the…
aag
  • 407
  • 1
  • 6
  • 19
1
vote
1 answer

uWSGI and Python on Arch Linux, encoding failure

I am running an Arch Linux box and have setup a Python 3.4 virtualenv. I have a uwsgi vassal being run by the emperor, which specifies the following ini: (some snipped for brevity) [uwsgi] virtualenv = /opt/lib/virtualenvs/bartek socket =…
Bartek
  • 799
  • 2
  • 8
  • 12
1
vote
1 answer

PAM won't authenticate with mysql (make_scrambled_password deprecated)

I have spent some time searching for this and it seems I'm the only one having problem with PAM not authenticating through mysql due to current updates so I thought I will post my problem here and if I find solution I will post here as well for…
Greg0ry
  • 107
  • 1
  • 12
1
vote
1 answer

Packets do not reach FILTER chain of iptables

I have a problem I cant figure out, I am trying to access webserver on [RPI], but packets never reach iptables FILTER chain I will try to explain it a bit: GW1 has public address and doing DNAT from port 8080 to 192.168.69.14:80 S1 is a openVPN…
Ency
  • 1,231
  • 1
  • 19
  • 27
1
vote
1 answer

how can I change the web server's identity into mine?

Can the web server execute a command in my Linux environment, and the Linux environment treat it as a request coming from me not from the server? In other words, how can I change the web server's identity into mine?
Chentouf
  • 11
  • 1
1
vote
1 answer

Kernel Panic on VMware Workstation 7.1.3

I've been trying to install either Arch Linux or Fedora 17 on VMWare Workstation (7.1.3). After I point to the right ISO image, I get the following error: Booting the kernel PANIC: early exception 0d rip:ffffffff81042dc4 error 0 cr2 0 I am trying…
rahuL
  • 692
  • 3
  • 12
  • 31
1
vote
1 answer

Install .war File on Tomcat, get 503 Error

I'm trying to install "YouTrack" on an ArchLinux box with Apache & Tomcat. I'm totally new to Tomcat though and I'm getting a "503 Service Temporarily Unavailable" error. I installed Tomcat7 via package manager and put "youtrack.war" into this…
TheFrack
  • 191
  • 1
  • 2
  • 12
1
vote
1 answer

Enabeling PHP LDAP with Lighttpd

I'm experiencing some difficulties enabling LDAP in an Archlinux environment with Lighttpd (lighty) and PHP. I have downloaded and installed the php-ldap module, enabled it in php.ini and the phpinfo() shows this under "Configure…
1
vote
1 answer

UNC mounting from web application

I've got a problem with long-term UNC mounts from my web application cluster (Arch Linux to various Windows versions) timing out so am looking into short-term (on demand) mount/unmount cycles via scripting - the obvious problem is permissions. I…
Mel Boyce
  • 173
  • 3
1
vote
1 answer

Strange boot behaviour

I have installed Arch Linux on a server machine with a LSI hardware RAID 5. When the machine boots, it says: :: Triggering uevents... udevd[37]: worker [41] timeout, kill it udevd[37]: seq 547 '/devices/pci0000:00/0000:00:1e.0/0000:01:07.0'…
Philip
  • 185
  • 1
  • 2
  • 12
1
vote
1 answer

Mono through FastCGI on nginx

I'm going through http://www.mono-project.com/FastCGI_Nginx and can't get it to work. The FastCGI server seems to be running. The following is from the error log: upstream sent unexpected FastCGI record: 3 while reading response header from…
Stijn
  • 218
  • 3
  • 20
1
vote
1 answer

Arch Linux with an nginx/django setup refuses to display ANYTHING

I'm on Amazon Ec2, with an Arch Linux server. While I truly am loving it, I'm having the issue of actually getting nginx to display anything. Everytime I try to throw my hostname into the browser, the browser states that it's not available for some…
Holland
  • 121
  • 6
1
vote
1 answer

Setting Trac with Apache and mod_fcgi results in either 404 or 403

I am trying to create a trac installation on my private server in order to use it for project management. I followed the instructions for installation and connecting to the apache server that can be found at the official trac installation guide but…
Kiril