Click to See Complete Forum and Search --> : Source Mage


GhostDawg
10-07-2003, 03:18 AM
Has anybody tried/using Source Mage Linux? I'm getting ready to install it and give it a try. It's a source based distro and looks somewhat easier to try then other source based distros to me.

Any suggestions/ideas or negatives about it?

Thnx.

freakmn
10-07-2003, 04:05 AM
I've been using it for a while now. I have it running as a server on one computer and a workstation on another. I've found it quite easy to get going. Installing programs is easy. You just do a:
cast <programname>
to install.

If libraries somehow get messed up, somewhere in the process of installing, uninstalling, upgrading, whatever you do to your system, you can simply do a:
cast --fix
and it looks through your system for broken programs and fixes them.

A couple nontangible requirements I would recommend are:
1. Patience: compiling can take a while depending on the speed of your processor and RAM.
2. Basic knowledge of the CLI (Command Line Interface): you start with the CLI on the install, and work from there.

If you need any help with it, feel free to PM me and/or post on the sourcemage forums. I've found that this is my distro, and I am sticking with it.

Greg

GhostDawg
10-07-2003, 11:24 PM
Well I had to start over with the installation. I got up to the point of doing the sorcery rebuild and cast xfree86, then had a bunch of messages about some spells didn't rebuild and it seem like some commands stopped working.

Anyway I started over and its going through the rebuild at this point. I'm at work so when I get home I hope everything went good and I can start adding programs.

I'll keep you in mind if I need some help!

Thnx.

GhostDawg
10-12-2003, 03:21 AM
I reinstalled again and ended up with the same problems as listed above. I guess I'll wait for the next release and see what happens, as I'm tired of reinstalling and starting over!

GhostDawg
10-15-2003, 11:20 AM
Well I'm finally able to boot without any problems. I cast xfree86, no problems, cast fluxbox, no problems.

I started to run xf86config to configure my mouse, video card etc and received this error message:

Error loading shared libraries: libXext.so.6 can not open shared object file: No such file or directory.

How can I fix this? I did a search on hd and the libXext.so.6 file is on the hd.

Any suggestions?

Thnx.

bluemoth77
06-07-2004, 11:28 PM
the /usr/X11R6/lib/ path may be missing from the /etc/ld.so.conf.

cat /etc/ld.so.conf

if it's missing add the path and run ldconfig

If you need help try irc.freenode.net #sourcemage. People there are willing to help.

GhostDawg
06-08-2004, 05:35 AM
That last post was posted 10/03, I've since been using it without further problems. But thnx for the suggestion.