Results 1 to 30 of 571
Thread: the Arch Linux thread
-
27-06-2008, 03:09 PM #1
the Arch Linux thread
" You underestimate the power of the Dark Side. If you will not fight, then you will meet your destiny."
-Darth Vader
As some of you might of heard I recently decided to install Arch Linux due to the constant nagging of kalpik and some others in the IRC channel. The summary of our discussions go like this:
Spoiler:
So lets see I understand this much at this point.
* I need to download about 300 MB
* You start out with Nothing other than a CLI.
* Loads of configuration.
* Looking forward towards lots of pain and aggravation
Interesting. Good enough for me to become cannon fodder for this reckless experiment. Although I must say that kalpik and some others did say they would help me out when I install it. Well hell with that, I thought how hard could be to install it myself. (The previous line in correct words mean backup your data cause you are so screwed
.)
Here is a certain link which may explain why Arch might have some benefits over other distros. Please don't start a distro war here. If you plan on come in riding on your horse guns blazing be free to do so on IRC in #ArchLinux or their forums. As for other Windows users and Mac users I am in no way asking you to change and I pray you don't the configuration changes don't justify your change to the platform unless you are so sick with the platform you are using. Of course you could try it in a VM though if you would like.
Answers to the most frequently asked questions.
Here are two Install Guides you will find very very handy. Follow these word by word and you should be fine.
Beginner's Guide
Install Guide
Anyway I'm going to be quite short and say I downloaded the File needed for the base system from here..
Went on installing and I'll be very frank it wasn't hard at all. As long as you follow the Beginners Guide Step by Step. You want to be adventurous knock yourself out, but don't throw your CPU out once you find out that you just overwrote your Windows/Linux partition.
Step 1 : Read the Beginner Guide.
Step 2 : If you didn't do Step 1 then go back to Step 1 and read it.
Step 3 : Pick an Environment (Gnome, KDE, Fluxbox etc) you will be happy with and continue from there. You can install others later but lets first get this baby up and running.
Step 4 : Once you have decided which environment you want read the guide from the portion corresponding to the respective environment you have selected.
Step 5 : Install "yaourt" you can find the wiki for it here.http://wiki.archlinux.org/index.php/Yaourt
Step 6 : Install any or all the other programs you need. Remember this is Arch the only thing you have is probably your terminal and very basic utilities. Mainly you would want Multimedia Players, Chat programs, Codecs, Java, Flash. This should give you a fully functional system. Also you might want to install HAL and FAM. Each one of these are documented in the various wikis which I have linked below.
At this point you could call it or you could keep on customizing your system to your liking. Currently I have all the above installed and the rest is still coming. So you will see a couple of updates in this here and there.
Pros :
* You only get what you want. Theres no extra bloat.
* It is damn fast. Wouldn't you love 12-15 second boot ups as well as shutdown . No I dont mean from CLI I mean from Gnome 2.22.2.
* You don't have to sit all day waiting for your computer to compile all day long.
* Its a rolling release . No more waiting for your friends courier or favorite magazine to come out with the next release.
Cons :
* Arch is a bit of a pain getting it configured from scratch.
* You need a broadband connection . Considering that this is a base system you will need tons of downloads tog et your computer up to date.
* Arch is intended for Intermediate to advanced users. No, I'm not either I'm a beginner with this and if it weren't for help I'd probably be still with a CLI.
Sample rc.conf :
Section contributed by Hellknight.
/etc/rc.conf is the system configuration file for Arch-specific settings. This is a very important configuration file to edit. It is recommended to review the file while installation and later make further configurations. During installation remember to use the nano editor since it's simple enough to use for newbies.
Here is a sample rc.conf file :
So here's the explanation..PHP Code:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Asia/Kolkata"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
#
MODULES=(powernow-k8 cpufreq_ondemand cpufreq_powersave vboxdrv vboxnetflt )
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="AX-64"
# Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
#
# Wired network setup
# - interface: name of device (required)
# - address: IP address (leave blank for DHCP)
# - netmask: subnet mask (ignored for DHCP)
# - gateway: default route (ignored for DHCP)
#
# Static IP example
# interface=eth0
# address=192.168.0.2
# netmask=255.255.255.0
# gateway=192.168.0.1
#
# DHCP example
# interface=eth0
# address=
# netmask=
# gateway=
interface=eth0
address=192.168.1.2
netmask=255.255.255.0
gateway=192.168.1.1
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these netcfg profiles at boot-up. These are useful if you happen to
# need more advanced network features than the simple network service
# supports, such as multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock @acpid syslog-ng network netfs dkms_autoinstaller sshd @crond @alsa dbus hal kdm @cupsd @cpufreq)
Spoiler:
Wikis for Everything you need :
Although you can google or find this on Arch Linux's Website I'm goign to link this for the benefit of the user.
Beginner's Guide
Installation
of a Desktop Environment
Java and Flash
Yaourt
Audio Codecs
All you need to know about Pacman
Compiz Fusion
openOffice.org (Don't forget to install libsndfile)Last edited by FilledVoid; 27-06-2008 at 08:44 PM.
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 03:18 PM #2
Re: The Dark Side :Arch Linux
Interesting..I had last tried Arch around 6 years back and I loved it for the fact that it taught me a lot about linux (no, I dont mean the kernel).I have got a good broadband connection and decent knowledge about how it all works. I will prolly give it a shot this weekend.
Btw, any idea how good the 64-bit version is ? or should I stick to 32-bit ?Last edited by Pat; 27-06-2008 at 03:22 PM. Reason: Automerged Doublepost
-
27-06-2008, 03:26 PM #3
Re: The Dark Side :Arch Linux
The only difference during install proces which is noticeable is probably the Flash install . Otherwise everything so far has been the same.Btw, any idea how good the 64-bit version is ? or should I stick to 32-bit ?The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 03:36 PM #4Juke Box Hero
- Join Date
- Aug 2007
- Posts
- 1,204
Re: The Dark Side :Arch Linux
How will this go on the laptop? I have my dad's lappy for two whole months with me now, so I can experiment and wreck this baby. What say?
Its a Core Duo T2050 one with 512mb of RAM.
-
27-06-2008, 03:40 PM #5
Re: The Dark Side :Arch Linux
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 04:14 PM #6
Re: The Dark Side :Arch Linux
I was about to install arch a week or so back, but luckily, you volunteered to become my guinea pig.
I too was mislead by kalpik...
Anyway, how about a list of packages to install a good home desktop System ?
I need:
Xfce Suite
A good disc burner like bareseno or whatever; don't need HD-DVD and BluRay support
A floppy management software
don't want zip drive support
Totem
GMPlayer
a GUI to MEncoder
Audacity
ALSA
PulseAudio
A good graphical package manager
Building Tools
OpenOffice.org
All Codecs, including restricted/propiatary/win32 ones
All Archieving formats support, including rarer ones like arj, and propiatary ones like rar
Mac4Lin
Firefox and SkipStone+webkit+gecko
Linux RT
Jack Server
Jack Rack, Ardour2, Hydrogen, Jack Control, Jack Equiliser
almost 80% of ubuntu studio apps
An IDE, for C++, Java and Python
Python
GimpShop
RareWares software, like rarewares kernel.http://TheSmallerBang.wordpress.com
eMachines E725 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD
-
27-06-2008, 07:47 PM #7
Re: The Dark Side :Arch Linux
Am installing Arch tonite in VIrtualBox . mehul is going to guide me . lets see how it goes and how much performance increase i get compared to Ubuntu JeOS .
There are 10 types of people in the world: those who understand binary and those who do not.
-
27-06-2008, 08:23 PM #8
Re: The Dark Side :Arch Linux
I installed it couple of days back. For me, its very slow (Gnome). It does take less RAM but very unresponsive. Sometimes it takes about 10 seconds to open an application(gedit, nautilus, terminal etc). And in between those 10 seconds I don't see any hard disk activity which would suggest that its actually opening the application.
-
27-06-2008, 08:29 PM #9
Re: The Dark Side :Arch Linux
No matter what I said kalpik made no guarantees that process would be easy. As a matter of fact he told me to install it when he was here. It was me being adventurous and going on with the process. To be frank although I did think I'd end up with disastrous results , I am glad that I actually did listen to kalpik. I love this distro.Re: The Dark Side :Arch Linux
I was about to install arch a week or so back, but luckily, you volunteered to become my guinea pig.
I too was mislead by kalpik...
Sure , but theres a problem. You might not like the programs I like. So you might want to install programs you prefer.Anyway, how about a list of packages to install a good home desktop System ?
As for your applications most of them are covered in the Beginners Guide also. As for the rest you should be able to find them using "pacman" or once you install "yaourt". The AUR and [urlhttp://wiki.archlinux.org/index.php/Yaourt]yaourt[/url] wikis are definitely worth a read and hence I've linked it here also.
Also you might want to stay away from Gnome / KDE applications if you are using the XFCE environment otherwise it would required you to download much more data and use more resources I'm guessing.
As far as openoffice.org is concerned I've included in the links above. The base requires a 100+ MB download. Also make sure you install libsndfile as explained in the wiki listed here. Otherwise it won't most likely start.
You also might want to read the pacman documentation on further searching for packages. Also note that yaourt follows the same syntax that pacman does and it has some added benefits as well.
Wooot wish you good luckAm installing Arch tonite in VIrtualBox . mehul is going to guide me . lets see how it goes and how much performance increase i get compared to Ubuntu JeOS .
. But I think you would be better off on a native install rather than VM but thats my opinion of course. Especially if you expect nice performace.
Did you try the Gnome Tips ?I installed it couple of days back. For me, its very slow (Gnome). It does take less RAM but very unresponsive. Sometimes it takes about 10 seconds to open an application(gedit, nautilus, terminal etc). And in between those 10 seconds I don't see any hard disk activity which would suggest that its actually opening the application.Last edited by FilledVoid; 27-06-2008 at 08:40 PM.
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 08:33 PM #10Juke Box Hero
- Join Date
- Aug 2007
- Posts
- 1,204
Re: The Dark Side :Arch Linux
Arch party on IRC tonight!!
And as I can see you have dirtied your hands, I command you to be at IRC tonight to guide us less knowledged folks
-
27-06-2008, 08:43 PM #11
-
27-06-2008, 08:43 PM #12
Re: The Dark Side :Arch Linux
I think here we got another "The Archlinux thread" @kalpik?

http://thinkdigit.com/forum/showthread.php?t=81675
@Filled: LOL! you got a late kick?
BTW ,rolling release distros(gentoo,arch et al ) wont be stable enough for servers and other mission critical applications - my say
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
27-06-2008, 08:49 PM #13
Re: The Dark Side :Arch Linux
Sorry , my bad I didn't notice itI think here we got another "The Archlinux thread" @kalpik?
http://thinkdigit.com/forum/showthread.php?t=81675
@Filled: LOL! you got a late kick?
.
Don't worry I run none of thoseBTW ,rolling release distros(gentoo,arch et al ) wont be stable enough for servers and other mission critical applications - my say
.
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 09:00 PM #14
Re: The Dark Side :Arch Linux
long time since I booted into archlinux.

but some tips: you should like to use "unstable" repo(not "testing" ). also community repo.
then there is AUR from where you can download pkgbuild and extract and run "makepkg" to make package.
and then.....there is ABS. you may like to add C Flags and makeopts=-jx etc. blah and more blah
also ,there is some rankmirror script which will arrange /etc/pacman.d/xxx.list(forgot).
then.....install pacutils.nvidia and etc drivers are available in AUR.
then...deluge pkgbuild is available in deluge website.left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
27-06-2008, 09:33 PM #15
Re: The Dark Side :Arch Linux
I am getting mad .. I too wanna use it
Have used in my friends Laptop it was blazing fast :hap2: It seems parka and you will be the right guy to help me 
Edit : Gnome System Monitor is awesome.. I hope KDE brings something similar
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
-
27-06-2008, 09:37 PM #16
Re: The Dark Side :Arch Linux
@Shashwath :move on! Kdemod(ROCKS!OWNS!) means you wil stop your distro hopping there in Archlinux!
kdemod in archlinux is the main reason.you know
@Filled void: try kdemod rather than Gnome(their version a lil buggy imo ).
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
-
27-06-2008, 09:45 PM #17
Re: The Dark Side :Arch Linux
praka, I am currently in same boat as you - I use Debian Sid.
whats the prfrmnce diff ?http://TheSmallerBang.wordpress.com
eMachines E725 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD
-
27-06-2008, 09:46 PM #1818 Till I Die............
- Join Date
- Jul 2004
- Location
- India, Mumbai, Marine Lines
- Posts
- 5,792
Re: The Dark Side :Arch Linux
/me downloading the ftp install. Will sit in the morning and install from base up. No DE's. Will keep it as minimal as possible. Just ratpoison for WM. Is midori available in the AUR or pacman repos?
http://www.bash.org/?258908
-
27-06-2008, 09:48 PM #19
Re: The Dark Side :Arch Linux
I have a strong feeling you need to do this. Straight from the FAQs
Q) Why is Arch so slow? I thought it's supposed to be fast!
A) Make sure that your hostname is correctly set in /etc/hosts (i.e., that it matches the hostname in /etc/rc.conf. Have a look at "Configure the System" in The Beginner's Guide). If the hostnames do not match, applications may start up very slowly.
-
27-06-2008, 10:02 PM #20
Re: The Dark Side :Arch Linux
Using yaourt I was able to find it./me downloading the ftp install. Will sit in the morning and install from base up. No DE's. Will keep it as minimal as possible. Just ratpoison for WM. Is midori available in the AUR or pacman repos?
Code:[filledvoid@Delegate-X ~]$ yaourt -Ss midori aur/midori 0.0.18-2 A lightweight web browser based on Gtk WebKit aur/midori-git 20070107-1 A lightweight web browser based on Gtk WebKit [filledvoid@Delegate-X ~]$Will do so bud. However I have been fine ever since I installed HAL and FAM and edited the rc.conf file.kdemod in archlinux is the main reason.you know @Filled void: try kdemod rather than Gnome(their version a lil buggy imo ).
@amitava : Yeah I agree with Pat I was warned about the /etc/hosts file and /etc/rc.conf file warlier and it seems to be a major performance issue if its not setup correctly.The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 10:37 PM #21
-
27-06-2008, 11:20 PM #22
Re: The Dark Side :Arch Linux
As per FAQ.Whats rolling release ?
For this reason, releases are not terribly important in Arch, because the rolling-release system makes new releases out of date as soon as a package has been updated. If you are looking to obtain the latest Arch Linux release, you do not need to reinstall. You simply run the pacman -Syu command and your system will be identical to what you would get with a brand-new install.
For this same reason, new Arch Linux releases are not typically full of new and exciting features. New and exciting features are released as needed with the packages that are updated, and can be obtained immediately via pacman
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
27-06-2008, 11:34 PM #23
Re: The Dark Side :Arch Linux
Ah! Good to see so many people interested in arch! Its one BEAUTIFUL distro! Almost perfect for me!
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
-
28-06-2008, 12:24 AM #24
Re: The Dark Side :Arch Linux
You can add me to that listAh! Good to see so many people interested in arch! Its one BEAUTIFUL distro! Almost perfect for me!
.
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
03-07-2008, 07:04 AM #25
Re: The Dark Side :Arch Linux
me going to install it within few hours,
can someone fetch me a tutorial to install berkeley db on arch and gcc 3.3 ?
I have a partition of 13GB (/) formatted as ext 3 and currently SUSE 11 is installed so what do i select in partition manager during installation ? Remember I just want to overwrite the 13GB (/) with arch install, i don't want swap or /boot partition.
-
03-07-2008, 11:23 AM #26
Re: The Dark Side :Arch Linux
I found both gcc 3.3 and Berkeley on Arch when I ranme going to install it within few hours,
can someone fetch me a tutorial to install berkeley db on arch and gcc 3.3 ?
yaourt -Ss gcc3
yaourt -Ss berkeley
It seems both the packages are available to install. Removing the second S on the switch would install the above packages. Of course you would have to have yaourt setup for this to work also.
Edit: Sorry I was AFK when you came to IRC. If you don't edit etc/hosts or rc.conf properly you won't be able to connect to the net. You need to configure eth0 properly and have the same host name in both the files. The beginner guide shows the lines which you need to edit.Last edited by FilledVoid; 03-07-2008 at 11:46 AM.
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
03-07-2008, 03:54 PM #27
Re: The Dark Side :Arch Linux
^^installed and writing this post from arch gnome

I set ROUTES=(GATEWAY) previously ! was before gateway. And net worked. Though it took a long time to get the graphical desktop as am on 256kbps plan.
I learned a lot too, adduser, rc.conf, hal, fam etc. Its a nice ride. Guess there is more to learn.
-
03-07-2008, 03:57 PM #28
Re: The Dark Side :Arch Linux
Welcome to the Cult^^installed and writing this post from arch gnome
I set ROUTES=(GATEWAY) previously ! was before gateway. And net worked. Though it took a long time to get the graphical desktop as am on 256kbps plan.
I learned a lot too, adduser, rc.conf, hal, fam etc. Its a nice ride. Guess there is more to learn.
. You should also install yaourt and configure it. To avoid the huge downloads you could have downloaded fluxbox its only like 9-12 mb download. However xorg is like 50 MB. After you take care of that be sure to check out the post installation tips also. Don't forget to post a screenshot in the screenshot thread too 
If you are using the 64 bit install I could send you a copy of the packages I downloaded I have like 1 GB of downloads.The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
-
03-07-2008, 04:35 PM #29
Re: The Dark Side :Arch Linux
Arch ROCKS!
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
-
03-07-2008, 04:45 PM #30
Re: The Dark Side :Arch Linux
arch, /me is going to assimilate you into gautham's body very soon indeed.
http://TheSmallerBang.wordpress.com
eMachines E725 - Intel T4400 @ 2.2GHz, 5GB DDR3 RAM, 160GB Hitachi HDD
LinkBacks (?)
-
20-12-2011, 02:27 AM
-
15-12-2011, 07:30 PM
Similar Threads
-
So...how fast is Arch Linux?
By ico in forum Open SourceReplies: 15Last Post: 20-02-2011, 09:50 PM -
Arch Linux 2010.05 [Review]
By NewsBytes in forum ReviewsReplies: 0Last Post: 27-09-2010, 08:04 PM -
Installing Arch Linux
By SunnyChahal in forum Open SourceReplies: 35Last Post: 18-12-2008, 08:57 PM -
Arch Linux Help needed !
By Dark Star in forum Open SourceReplies: 1Last Post: 31-01-2008, 08:53 PM -
problems with arch linux
By prashanthnbhat in forum Open SourceReplies: 4Last Post: 26-06-2006, 11:15 PM



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks