Arch Linux is a Linux distribution intended to be lightweight and simple. Its development is focused on simplicity, elegance, code correctness and minimalism from a developer's standpoint.
0
votes
0answers
26 views
Nginx conf not working all of a sudden. What is the proper way to write this?
First of all, let me state that I am brand new to nginx and I have not yet gotten to that point where I am able to diagnose issues on my own. So I am hoping one of you guys will be able to help me ...
0
votes
0answers
19 views
starting eclipse as root end in gtk_init_check() faile
i'm using arch linux and if i want to install plugins in eclipse, i run it as root, as suggested in the wiki page.
as normal user starting eclipse works fine.
if i am root and start eclipse in bash ...
-1
votes
0answers
18 views
Changing arch linux mount settings [closed]
So after installing Windows + Arch Linux with KDE I decided that I wanted a shared NTFS partition in order to be some files like dropbox account in a place that would be accessible by both.
During ...
2
votes
0answers
40 views
Haskell SDL-mixer compilation error
I am trying to install the SDL-mixer haskell package by using "cabal install sdl-mixer".
When I do so, it gives the error
Resolving dependencies...
[1 of 1] Compiling Main ( ...
-2
votes
1answer
47 views
How to execute bash script without password? [closed]
I need to execute the script after system boot.
For example:
(sleep 5 && (sudo dhcpcd wlp4s0))
What I need: Executing the script.
What I have: [sudo] password for eugene:
I has been ...
0
votes
2answers
40 views
Parallel port IRQ Handler registration on IRQ7
I have written one device driver of parallel port driver with IRQ handler.
Now, first i must have to access IRQ7 because my parallel port gives interrupt on it(I had seen that on /proc/interrupts).
...
0
votes
1answer
12 views
How to configure Arch Linux to set executable bits during Tycho build for Eclipse RCP
In relation to my other question concerning cross-platform Tycho builds of an Eclipse RCP-based application, I have managed to get the build to produce the desired results (products including ...
0
votes
1answer
51 views
ZSH – Change color in tty [closed]
I use zsh in tty (so without X) and I would like to know if it is possible to change the colors. Not the prompt colors, but by example the "htop" colors, or the colors of directory and file with ls ...
0
votes
0answers
24 views
Can't seem to get mcrypt working on Arch Linux [migrated]
I'm trying to take the PHP laravel 4 framework for a test run, this is the error message I keep seeing:
Call to undefined function Laravel\mcrypt_create_iv()
Steps I've taken so far:
pacman -S ...
0
votes
0answers
19 views
Asound fails to play a sound
I’m trying to use asound to play some sound in C++, but I’m stick with this error:
Rate doesn't match (requested 44100Hz, get 0Hz)
I tested my program on an Ubuntu and it works, but definitely fails ...
0
votes
2answers
50 views
If PHP is running on Linux; how to get the specific distribution(Ubuntu, fedora, etc..)?
I have a PHP script that interacts with OS's CLI, and I'm expecting this script to run on different Linux distributions, so I have to interact with different Linux falvours differently to achieve ...
0
votes
0answers
34 views
CinnArch Update; Downgrade to Cinnamon
I've updated my CinnArch-OS (window-manager: gdm) and then noticed, that Gnome was installed. If i switch my session to Cinnamon, the fallback will be loaded and an error message (no hidden info ...
0
votes
1answer
42 views
npm, node, ipython all return “exec format error”
The title pretty much says it. I'm on Arch Linux, all pkgs updated, running zsh.
All three - node, npm and ipython - fail with a simple zsh: exec format error.
Why is this happening?
EDIT:
uname ...
0
votes
0answers
74 views
Error: PID file /run/httpd/httpd.pid not readable (yet?) after start. (Apache)
Does anyone know what can cause this error in Apache's error log (particularly in Arch Linux):
PID file /run/httpd/httpd.pid not readable (yet?) after start.
The error is not stopping Apache from ...
0
votes
1answer
82 views
What Kconfig file Represents?
I had written one driver for serial communication. Now I want to add it to my linux kernel. So for that I have to change Kconfig file in drivers/usb/serial.
I have rerffered Kconfig file in that. But ...
0
votes
1answer
14 views
installation of daemon service with the help of Aur where will be files install and which files
How to get the location and name of files if we install daemon service in arch Linux. and what will be the command to get the list of files that are added in by the install.
0
votes
1answer
138 views
how to setup pptp vpn server on archlinux?
I followed the instruction on https://wiki.archlinux.org/index.php/PPTP_Server to setup the pptp vpn server with pptpd.
After everything is done, I cannot connect to the server. I found that there is ...
0
votes
1answer
280 views
Cross compile kernel modules using kernel-headers from rootfs of target ARM board
I have an OLinuXino board. I downloaded the ArchLinux img file (ArchLinuxARM-2013.02-olinuxino-rootfs.img) and wrote it to the SD card using dd and booted the board using the card. I connected the ...
0
votes
1answer
41 views
Jquery-rails stopped working
I was running some rails app on my Arch system. I updated it lastly and developed some stuff, but my rails apps where untouched. Today I test them and suddenly jquery has stopped working.
I get ...
0
votes
0answers
43 views
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 ...
0
votes
0answers
39 views
Connect two machines with RJ45 crossover cable [closed]
I have two machines with Archlinux, I'm trying to connect the two machines with a crossover cable RJ-45. I read and tried various things but I can not make it work.
Someone who has done it could help ...
0
votes
2answers
81 views
How to resolve this error while compiling linux kernel
I am trying to compile Linux kernel source 2.6.38.4 on my Ubuntu machine but after almost one hour of process getting below given error
VDSOSYM arch/x86/vdso/vdso32-int80-syms.lds
VDSOSYM ...
1
vote
1answer
39 views
How can I stop Emacs from starting a browser when I save a file in HTML mode?
How can I stop Emacs 24.2 from starting a browser when I save a file in HTML mode?
Just upgraded my Archlinux installation. Now every time I save an html file I get a new instance of Konquerer.
1
vote
1answer
100 views
How to completely replace python 3 with python 2 in arch linux
I want to completely replace python 3 with python 2 in arch linux. I have already read https://wiki.archlinux.org/index.php/Python but it only provides a temporary fix. I need to ensure that when I ...
1
vote
1answer
93 views
How to display a lightweight web client window with ruby
I need to display a web page on a PAL 7" monitor with a Raspberry Pi without user controls (no keyboard, no mouse, just display).
The context is :
Raspberry Pi platform
7" PAL LCD monitor
archlinux ...
-1
votes
2answers
157 views
linux automated change permission and change ownership:group in a specified folder [closed]
My stuation
I'm using windows 8 and building a local web development box with archlinux (just a bare setup... LAMP and Ruby for sass and compass) inside virtual box. I shared one of my folder inside ...
0
votes
0answers
212 views
forwarding interfaces with iptables and route
here is my situation:
I got two machines and a route, one macbook and a archlinux. the route is running openwrt.(linux). two machines are connect to the route.
route and archlinux can using xl2tpd ...
0
votes
2answers
398 views
How to open serial port programatically?
I have an Arduino connected to Raspberry Pi running Arch.
The arduino has not much to do, but to constantly print some sensor data:
#include<Arduino.h>
void setup() {
Serial.begin(9600);
...
0
votes
0answers
101 views
Arch linux - no internet access [closed]
so today I installed( hardly ) Arch linux on my laptop. Everything seems to work ok, excpt internet. I have tons of tutorials, nothing works :// When i type ping google.com it returns unknow host ...
1
vote
2answers
157 views
Building a project using Boost with ArchLinux
I have installed
extra/boost 1.52.0-1
extra/boost-libs 1.52.0-1
with pacman under ArchLinux. I'm trying to build autotools C++ projects which make use of parts of the Boost library. They have been ...
1
vote
0answers
55 views
XAMPP paralel with Apache
I have on my PC "normal" Apache (with PHP and MySQL) installed, and I want to run XAMPP in paralel. I changed ports of HTTP(to 81), MySQL(to 3307) and SSL(to 4433) in the XAMPP config, but XAMPP says ...
1
vote
1answer
108 views
Creating Object Python 3 From File
Okay, I'm stuck. I have been trying to load a file with a serialized string from Aura's save feature and get into an object to work with it.
The file looks like this:
PkgState {timeOf = SimpleTime ...
0
votes
3answers
256 views
Why can't PHP create a file, even with 777 permissions?
I have a virtual Arch Linux test server with XAMPP running on my laptop, and I can't get php to create new files, even with permissions set at 777. Here's the code:
$CompleteFilepath = $AFilepath . ...
1
vote
1answer
85 views
Linux access memory traced process
I am writing a small tracing mechanism for academic purposes. This program tracks another process using ptrace and I need to compare different way to access its memory to retrieve information such as ...
2
votes
3answers
95 views
Why can't I run ack from the terminal after I switched from ubuntu to archlinux?
I just switch from ubuntu to archlinux and I installed ack-grep via pacman. However what I found is I can't run $ ack from terminal directy. I have to type $ perl ack , which is a pain...I wonder if ...
1
vote
2answers
90 views
ArchLinux update error
Today I update the ArchLinux use "pacman -Syu", but it reports some error...I didn't pay attention.
Then I reboot the machine, it reports kernel panic...
I found the news
But it didn't tell that the ...
1
vote
0answers
57 views
QtCreator: Stopped at internal breakpoint
I'm using Qt Creator (QtCreator2.6.1 & Qt4.8.4 64bit) on Arch Linux, and I have a problem while debugging. If I run a debug build, whether I have set any breakpoints or not, Creator (or GDB, I ...
3
votes
1answer
206 views
Unable to find syscall_table_32.S file in linux
I am using the linux-headers-2.6.32-21 package on Virtual Machine. I am going to write a new system call. I have found the other files to write initials of system calls but I am unable to find this ...
4
votes
2answers
115 views
Schrödinger's file
I am puzzled by the following sequence of commands.
sh-4.2$ pwd
/home/willard
sh-4.2$ ls -l f
-rwxr-xr-x 1 willard users 59116 Jan 23 14:54 f
sh-4.2$ file f
f: ELF 32-bit LSB executable, Intel 80386, ...
1
vote
1answer
100 views
Linux package cross-compilation
I am building a non-visual surveillance (sonar) platform using a single-board computer (Pandaboard), running Arch Linux. The problem is that when I need to add a feature to my installation the make ...
1
vote
1answer
164 views
incorrect but working src field in routing table
I have a strange problem with my routing table on my raspberry pi running arch linux.
greg@pi etc]$ uname -a
Linux pi 3.6.11-2-ARCH+ #1 PREEMPT Mon Dec 31 23:00:25 UTC 2012 armv6l GNU/Linux
I have ...
0
votes
0answers
349 views
Why always Loading extension GLX..?
I use archlinux in virtualBox。I have install virtualbox-guest-utils。But when starx,it always Loading extension GLX...Why?
1
vote
1answer
661 views
vagrant 'hostonlyif' create not working
I'm trying to do a vagrant up on a box, and I get the following error.
INFO interface: error: There was an error executing the following command with VBoxManage:
["hostonlyif", "create"]
When ...
0
votes
1answer
98 views
Why is the statement, inside a thread, not working?
The button is working but the threading is not working at all. What is causing it to fail?
thread.start_new_thread(task1) statement is not executed.
/var/tmp/p.py:
import sys,os
import pygtk, gtk, ...
3
votes
2answers
124 views
How to determine the latest major and full kernel version string as compactly as possible
So what I'm intending to do here is to determine both the latest major and the full kernel version string as compactly as possible (without a zillion pipes to grep).
I'm already quite content with ...
0
votes
0answers
123 views
Compiled Linux Kernel 3.2.36 stops at initramfs. Unable to goto shell [closed]
I am trying compile Linux kernel 3.2.36 with its source code under x86_64 architecture. I followed the following set of commands under my linux source distribution directory
make defconfig
make -j8
...
1
vote
1answer
69 views
using additional tty sessions battery life draining?
When I'm working on my laptop I prefer to work in the arch linux console (without Xwindow).
I do this to preserve battery life, since I don't need graphics for my work, it's not a problem.
However ...
0
votes
2answers
342 views
Virtualbox Headless: not starting via systemd
Already tried this Topic but doesn't solved it
I have placed a file called vbox.service under /lib/systemd/system/vbox.service with the following content:
[Unit]
Description=Virtualbox Headless VM
...
0
votes
2answers
723 views
unable to implement php with nginx
I have nginx working with arch linux. I am having trouble adding php and fastcgi. I installed the php and php-fpm packages. php-fpm service is on. When I access a file with a php extension, the ...
2
votes
1answer
189 views
libGL.so cause Failing to start android emulator on archlinux by normal user, but worked by root user
libGL.so cause Failing to start android emulator on archlinux by normal user, but worked by root user.
Please refer to following log:
xx@vm-arch:/opt/android-sdk/tools$ LIBGL_DEBUG=verbose ...
