You are not logged in.

#1 2009-01-18 11:14:47

dusanx
Member
Registered: 2008-11-28
Posts: 132

Archlinux is very boring...

...because devs did such a great job wink

My arch setup is very stable for a months now. I have tried several DE and WM combinations and kept XMonad permanently as it looks like. There is nothing for me to tweak, updates are routine process, everything works... boring I tell you wink No new versions to set (with backup-kill everything-setup new version-see what works steps), no waiting for bugfixes -- nothing to do here.

Yesterday I installed arch with LXDE on my wife's Dell laptop and even pcmcia wireless worked flawlessly. Nothing to do there either I guess.

In short: devs, I admire work you did and thank you for keeping arch very boring distro, I can finally concentrate on my work smile


Gnome -> Openbox -> Awesome -> XMonad -> dwm .
http://github.com/dusanx/uzbl/

Offline

#2 2009-01-18 13:15:51

jordi
Member
Registered: 2006-12-16
Posts: 103
Website

Re: Archlinux is very boring...

You just need to give yourself some challenges. For example: Don't have /boot mounted while updating the kernel. Or symlink /lib/modules/2.6.28-ARCH/ to /lib/modules/2.6.27-ARCH just to see what happens.

Also heard from friends that they like to mix up rm -i with rm -f.

You just need to be creative to find some new exciting ways to break your system.

But I guess it is more fun if someone else breaks your system, so you don't know what he did and have a greater challenge fixing it.

Last edited by jordi (2009-01-18 13:16:49)

Offline

#3 2009-01-18 13:22:39

quarkup
Member
From: Portugal
Registered: 2008-09-07
Posts: 497
Website

Re: Archlinux is very boring...

nothing that a
rm -rf /dev

could'nt do big_smile

Last edited by quarkup (2009-01-18 13:22:56)


If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.

Offline

#4 2009-01-18 13:55:46

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Archlinux is very boring...

quarkup wrote:

nothing that a
rm -rf /dev

could'nt do big_smile

I guess rebooting pretty much fixes that wink. Maybe not *everything*, but /dev gets 'populated' at boot.

Edit: I don't know if it wipes any of the data that the files in /dev are holding (e.g. sda etc.), if it does, then of course you have a regular disaster scenario.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2009-01-18 15:01:52

Alex[DFR]
Member
Registered: 2008-11-10
Posts: 2

Re: Archlinux is very boring...

Well, the system will most likely be unbootable when the files for tty0 and console are not present in /dev. But it can be fixed by booting from live-cd and installing just one package (some of the base group), can't it?)

Offline

#6 2009-01-18 15:21:10

dusanx
Member
Registered: 2008-11-28
Posts: 132

Re: Archlinux is very boring...

Is it possible to start 'pacman -Rsn pacman'? Could be tricky to recover.

Nah, I like it the way it is.

Last edited by dusanx (2009-01-18 15:21:23)


Gnome -> Openbox -> Awesome -> XMonad -> dwm .
http://github.com/dusanx/uzbl/

Offline

#7 2009-01-18 15:44:55

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Archlinux is very boring...

Alex[DFR] wrote:

Well, the system will most likely be unbootable when the files for tty0 and console are not present in /dev. But it can be fixed by booting from live-cd and installing just one package (some of the base group), can't it?)

And a mknod here and there smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#8 2009-01-18 23:29:01

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,226
Website

Re: Archlinux is very boring...

echo "id:6:initdefault:" >> /etc/inittab

Offline

#9 2009-01-18 23:58:20

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: Archlinux is very boring...

dusanx wrote:

In short: devs, I admire work you did and thank you for keeping arch very boring distro, I can finally concentrate on my work smile

Yup.. finally.. I found a distro that I am satisfied with. I don't need to compile my own package to stay updated. It is a good community here and the wiki is superb too.

dusanx wrote:

Yesterday I installed arch with LXDE on my wife's Dell laptop and even pcmcia wireless worked flawlessly. Nothing to do there either I guess

Dusanx. How did u do it? Just using the arch installer CD? I am thinking of using larch for my future install on other machines....

Offline

#10 2009-01-19 00:04:19

dusanx
Member
Registered: 2008-11-28
Posts: 132

Re: Archlinux is very boring...

archlinuxsagi wrote:

Dusanx. How did u do it? Just using the arch installer CD? I am thinking of using larch for my future install on other machines....

Yes, everything by the book.

Had to install intel something graphics drivers.
hwd did almost good job, had to change xorg.conf a bit.
Added two lines .sh to connect wireless to encrypted house network.

That's all smile


Gnome -> Openbox -> Awesome -> XMonad -> dwm .
http://github.com/dusanx/uzbl/

Offline

#11 2009-01-19 00:10:27

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: Archlinux is very boring...

dusanx wrote:

hwd did almost good job, had to change xorg.conf a bit.

You can just delete xorg.conf and use Xorg input hotplugging. Just remember to start hal daemon though.

Offline

#12 2009-01-19 00:16:56

dusanx
Member
Registered: 2008-11-28
Posts: 132

Re: Archlinux is very boring...

archlinuxsagi wrote:
dusanx wrote:

hwd did almost good job, had to change xorg.conf a bit.

You can just delete xorg.conf and use Xorg input hotplugging. Just remember to start hal daemon though.

Did that at first and got some weird x lock, had to hard reset PC. I can look at what I changed if you want (need to turn laptop on first).


Gnome -> Openbox -> Awesome -> XMonad -> dwm .
http://github.com/dusanx/uzbl/

Offline

#13 2009-01-19 00:20:20

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: Archlinux is very boring...

dusanx wrote:

Did that at first and got some weird x lock, had to hard reset PC. I can look at what I changed if you want (need to turn laptop on first).

It is ok.. Should start another thread for this. I don't want to break the momentum/spirit of Archlinux is very boring thread. :-)

Offline

#14 2009-01-19 03:56:08

celthias
Member
Registered: 2008-04-15
Posts: 83

Re: Archlinux is very boring...

dusanx wrote:

...because devs did such a great job wink

My arch setup is very stable for a months now. I have tried several DE and WM combinations and kept XMonad permanently as it looks like. There is nothing for me to tweak, updates are routine process, everything works... boring I tell you wink No new versions to set (with backup-kill everything-setup new version-see what works steps), no waiting for bugfixes -- nothing to do here.

Yesterday I installed arch with LXDE on my wife's Dell laptop and even pcmcia wireless worked flawlessly. Nothing to do there either I guess.

In short: devs, I admire work you did and thank you for keeping arch very boring distro, I can finally concentrate on my work smile

Pay someone to hit your hands with a ruler whenever you go to use the terminal, that should mix things up a bit tongue

Offline

#15 2009-01-19 04:34:00

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: Archlinux is very boring...

mmm.
To break arch,
install the base libs such as glib from svn without using PKGBUILD..
rename some of the files from sbin..
mess up /etc/rc.sysinit . :-)

Offline

#16 2009-01-19 10:16:36

MetalheadGautham
Member
From: Bangalore, India
Registered: 2008-07-27
Posts: 143
Website

Re: Archlinux is very boring...

Baaah... go learn some new programming language or learn to use some new software like KompoZer, GIMP or Blender if you need something to do.

You could also be doing several things to help the community, the easiest thing for helping arch would be to enable experimental and community repositories.

Time is a limited resource. Please do not waste it. tongue

Offline

#17 2009-01-19 11:42:23

chillu
Member
Registered: 2009-01-18
Posts: 33

Re: Archlinux is very boring...

jordi wrote:

You just need to give yourself some challenges. For example: Don't have /boot mounted while updating the kernel. Or symlink /lib/modules/2.6.28-ARCH/ to /lib/modules/2.6.27-ARCH just to see what happens.

Also heard from friends that they like to mix up rm -i with rm -f.

You just need to be creative to find some new exciting ways to break your system.

But I guess it is more fun if someone else breaks your system, so you don't know what he did and have a greater challenge fixing it.

Or just help someone around with their problems here tongue

Offline

#18 2009-01-19 11:52:56

PJ
Member
From: Sweden
Registered: 2005-10-11
Posts: 602

Re: Archlinux is very boring...

This thread reminds me of an older thread: http://bbs.archlinux.org/viewtopic.php?id=40811

If you really want something to do then this page might be a good start: http://wiki.archlinux.org/index.php/Mutualism_Arch smile

Offline

#19 2009-01-19 12:03:43

dusanx
Member
Registered: 2008-11-28
Posts: 132

Re: Archlinux is very boring...

PJ wrote:

This thread reminds me of an older thread: http://bbs.archlinux.org/viewtopic.php?id=40811

If you really want something to do then this page might be a good start: http://wiki.archlinux.org/index.php/Mutualism_Arch smile

Thanks, never knew about that thread smile

I do love stable and boring wink arch, don't want to break my system for fun, develop software since '90, help as much as I can. Back to original topic, please devs keep it boring smile


Gnome -> Openbox -> Awesome -> XMonad -> dwm .
http://github.com/dusanx/uzbl/

Offline

#20 2009-01-19 13:34:08

PJ
Member
From: Sweden
Registered: 2005-10-11
Posts: 602

Re: Archlinux is very boring...

dusanx wrote:

develop software since '90, help as much as I can.

I try to do it as well, I am working on a hobby project which in time will be released as open source. Besides that, I have worked as a software developer since 2007.

dusanx wrote:

please devs keep it boring smile

I have to agree on that. smile

Offline

#21 2009-01-20 01:33:46

archlinuxsagi
Member
Registered: 2008-09-12
Posts: 259

Re: Archlinux is very boring...

dusanx wrote:

Back to original topic, please devs keep it boring smile

Sometimes. Boring can be no fun.. However, I love boring in such a way that the distro is stable.

Arch do bring new exciting technologies and features though. Ext4 and especially Xorg Input Hotplugging etc.
I was so hook up on Xorg input Hotpluggging that me starting creating larch livecds to test on various PCs.

Last edited by archlinuxsagi (2009-01-20 01:34:30)

Offline

Board footer

Powered by FluxBB