Myah OS 3.0 Alpha 1. Download & User guide.

for all other questions or discussions.

Moderators: Jeremiah, hawk

Myah OS 3.0 Alpha 1. Download & User guide.

Postby Jeremiah » Tue Oct 23, 2007 6:30 am

---------------------------------------------------------------------------------------------------------
Read Me First.
---------------------------------------------------------------------------------------------------------


Here is the Myah OS 3.0 Alpha 1 guide and info page. This first post will be kept updated.

If you have questions, wish to report a bug or have an answer for one please post in this thread. If you just want to talk or ask for you favorite program to be added this in not the thread for that.

I will not give support on running Myah OS in vmware under windows or anything where Myah OS is not running natively on the PC. So please don't even ask.

---------------------------------------------------------------------------------------------------------
Quick info for Myah OS 3.0 Alpha 1
---------------------------------------------------------------------------------------------------------


Myah OS 3.0 Alpha 1 is a complete linux live distro. The desktop features the new XFCE 4.4.1. The CD is not stripped of any parts, everything used to build it are included. This means it contains programs like make, patch and even the kernel source, if you wish to compile anything yourself.

Myah OS 3.0 also has a broad range of programs included. Everything from Office and Graphic programs to multimedia. This makes Myah OS a complete linux solution for your PC.

Myah 3.0 is compiled for i686 intel/amd systems, but will also work well with the new 64bit intel/amd systems. Myah OS comes with it's own set of package management tools. These tools are shell based scripts. There is currently a graphical front end for the installpkg utility, with more to come. This alpha version does not come with an installer to install to your hard drive. It will be added in shortly and there are instructions on how to manually install below.

Myah OS 3.0 has 2 default users. The admin user root. And the recommended user myah.

User: Password:
root myah
myah (blank)

The live CD will by default boot into the command line interface. That is run level 3. But you can also change into run level 4 where you will use the slim login manager.

Windows Managers:
XFCE 4.4.1
Beryl 0.2.1

System:
Linux Kernel 2.6.22.10 - with source.
GCC 4.2.1
Glib 2.14.1
Glibc 2.6.1
GTK+ 2.12
Mesa 7.0.1
Perl-5.8.8
Python 2.5.1
Xorg 7.3

System Tools:
Catfish 0.2.5
CUPS 1.3.3
Galculator 1.3.1
GParted 0.3.3
Msudo
XFCE Taskmanager 0.3.2
Xscreensaver 5.03

Archivers:
Squeeze 0.2.1
Xarchiver 0.4.6

Graphic Editors:
Blender 2.45
Dia 0.96.1
Inkscape 0.45.1
Gimp 2.2.17
Tux Paint 0.9.17
Xpaint 2.7.8.1

Graphic Viewers:
GQview 2.0.4
Mirage 0.8.3
Ristretto 0.0.7

Graphic Tools:
Gcolor2 0.4
GTKam 0.1.14
Xsane 0.994

Video Players:
Mplayer 1.0rc2 - With full DVD support.
Xine UI 0.99.5 - With full DVD support.

Audio Players:
Audacious 1.3.2
Exaile 0.2.10
Xfmedia 0.10.0
XMMS 1.2.10

CD/DVD burners:
Graveman 0.3.12.5
Xfburn 0.3.0

Audio/Video Editors:
Audacity 1.3.3beta
Kino 1.1.1

Audio/Video Tools:
Asunder 0.9
Audio Tag Tool 0.12.3
Streamtuner 0.99.99
XFCE Mixer 4.4.1

Internet Browsers:
Firefox 2.0.0.8 - With mplayerplug-in, Flash, Java, ChatZilla, and fireFTP.
Kazehakase 0.4.9 - With mplayerplug-in, flash, and java.

FTP Managers:
gFTP 2.0.18
fireFTP

Torrent Clients:
Azureus 3.0.3.4
Transmission 0.72

Chat Clients:
ChatZilla 0.9.78.1
pidgin 2.2.1
Xchat 2.8.4

Mail Clients:
Thunderbird 2.0.0.6

Network Tools:
pyNeighborhood 0.4
Wifi Radar 1.9.8

Editors/IDEs:
Geany 0.12
Mousepad 0.2.12
Medit 0.8.10

Office:
Abiword 2.4.6
Orage 4.4.1
ePDFViewer 0.1.6
gfa 0.4.1
Gnumeric 1.7.12

---------------------------------------------------------------------------------------------------------
Downloads
---------------------------------------------------------------------------------------------------------


ftp: Myah-OS-3.0-alpha-1.iso
http: Myah-OS-3.0-alpha-1.iso
md5sum: f8ebfe81955169eec48fb513cfb99832

---------------------------------------------------------------------------------------------------------
Bugs and Quick Fixes
---------------------------------------------------------------------------------------------------------


1) xorg-server-1.4 ignores DisplaySize setting in xorg.conf. This means font dpi cann't be set like it should. There is no fix as of yet for this. But there is a work around.

Code: Select all
startx -- -dpi 96


---------------------------------------------------------------------------------------------------------
Myah OS package management suite.
---------------------------------------------------------------------------------------------------------


Currently there are 3 main programs that you will use for managing packages. I am creating other tools but for now there are 3 main ones in place you will need to know about.
All 3 of these programs need to be run as root. So you can use su sudo or msudo to launch them. All 3 also are located in /sbin so you will need to give that as it will not be found in your normal users path. sudo /sbin/installpkg something like that.

installpkg Installs or updates Myah OS packages.
removepkg Removes existing Myah OS packages.
mbuild Compiles and creates Myah OS packages.

installpkg
If you just looking to install a package you can do it many different ways with this tool. You can do it from the command line. Or with a menu, Or even a graphical front end. If you have a package on you computer just clicking on it will open up the Graphical front end for you to install. I like the command line myself so I will explain that since the Graphical is self explanitory.
Here are some swithes you can give to installpkg

--menu (Uses dialog to run in menu mode in console)
--gtk (Uses Xdialog to run in menu mode in xwindows)
--info (display info about package)
--check (check package dependencies against system)
--nodep (install package without checking depedencies)
--root /mnt (install someplace else, like /mnt)
--update (install and remove any other versions)

mbuild
This program will take the Myah OS source tarballs and compile the binary packages from them. It's completely command line run and here are it's switches.

--cleanup (Removes source & package folders when done.)
--install (Installs .mya binary when done.)
--update (Updates .mya binary when done.)
--nodeps (Dissables the dependency checking.)
--help (Shows this message.)

removepkg
This program is very simple just give the full name of the package you wish to remove.

---------------------------------------------------------------------------------------------------------
Optimizing Xorg Settings
---------------------------------------------------------------------------------------------------------


I have written a simple app to help auto configure your Xorg. As root give the xconf command. It will auto detect the correct driver and set your res to 1024x768 with 96dpi and composite enabled. You can give xconf by itself or if you like to add your own setting you must use this format RESOLUTION:DPI:COMPOSITE make sure the : are in between. You can leave each answer empty if you like it will just set the default. So if you like to have 1280x1024 with 120 dpi and you like to have the default composite it would look like this. xconf 1280x1024:120: for more help give this command xconf --help.
Code: Select all
xconf


---------------------------------------------------------------------------------------------------------
Network configuration
---------------------------------------------------------------------------------------------------------


Myah OS now uses the BLFS style of networking. Netplug daemon is used for auto connection. And dhcp is used for auto IP. Here is some commands you may want to know about.

To stop the netplug daemon.
Code: Select all
su
myah
/etc/rc.d/init.d/netplugd stop


To bring a network device up or down.
Code: Select all
su
myah
/sbin/ifdown eth0


Code: Select all
su
myah
/sbin/ifup eth0


---------------------------------------------------------------------------------------------------------
Installing to the Harddrive
---------------------------------------------------------------------------------------------------------


These instructions are for a xfs formated partition that I will call /mnt/hda2 adjust the hda2 to what ever partition you are using. We will be formatting this partition so what ever was on it will be completely destroyed.

1) Make sure the target partition is unmounted
Code: Select all
umount /dev/hda2


2) Now we will format this partition with the xfs format. Remember what ever was on this partition will now be totaly gone.
Code: Select all
mkfs.xfs -f /dev/hda2


3) Now we will update the fstab and mount the partition with this command.
Code: Select all
fstab-update


4) We will now decompress the lzm files to the harddrive.
Code: Select all
lzm2dir /mnt/live/mnt/*/myahos/base/myah.lzm /mnt/hda2


5) IF you want to want to use lilo to boot the OS follow the below. If you don't then I will assume you have your own bootloader.
Lilo need to be run from within the system on the harddrive. And proc has to be mounted for this to work.
Code: Select all
mount -t proc proc /mnt/hda2/proc

Code: Select all
chroot /mnt/hda2

Code: Select all
lilo

Code: Select all
exit


6) lets make sure to copy the fstab file over to your new partition.
Code: Select all
cp -a /etc/fstab /mnt/hda2/etc/fstab


7) Lastly when you boot into your new HD system the all the mount points will not be there yet. So using the fstab-update command will fix this. So during the first HD boot give this command.
Code: Select all
fstab-update


---------------------------------------------------------------------------------------------------------
Full package list
---------------------------------------------------------------------------------------------------------


a-base_3.0-1_i686_Myah3.0-stable.mya
a2ps_4.13b-1_i686_Myah3.0-stable.mya
a52dec_0.7.4-1_i686_Myah3.0-stable.mya
aalib_1.4rc5-1_i686_Myah3.0-stable.mya
abiword_2.4.6-1_i686_Myah3.0-stable.mya
acl_2.2.45-1_i686_Myah3.0-stable.mya
acpid_1.0.6-1_i686_Myah3.0-stable.mya
aiksaurus_1.2.1-1_i686_Myah3.0-stable.mya
alsa-firmware_1.0.14-1_i686_Myah3.0-stable.mya
alsa-lib_1.0.14a-1_i686_Myah3.0-stable.mya
alsa-oss_1.0.14-1_i686_Myah3.0-stable.mya
alsa-plugins_1.0.14-1_i686_Myah3.0-stable.mya
alsa-tools_1.0.14-1_i686_Myah3.0-stable.mya
alsa-utils_1.0.14-1_i686_Myah3.0-stable.mya
apmd_3.2.2-1_i686_Myah3.0-stable.mya
applewmproto_1.0.3-1_i686_Myah3.0-stable.mya
appres_1.0.1-1_i686_Myah3.0-stable.mya
apr-util_1.2.10-1_i686_Myah3.0-stable.mya
apr_1.2.11-1_i686_Myah3.0-stable.mya
aspell_0.60.5-1_i686_Myah3.0-stable.mya
asunder_0.9-1_i686_Myah3.0-stable.mya
atk_1.20.0-1_i686_Myah3.0-stable.mya
attr_2.4.39-1_i686_Myah3.0-stable.mya
audacious-plugins-ugly_1.3.0-1_i686_Myah3.0-stable.mya
audacious-plugins_1.3.5-1_i686_Myah3.0-stable.mya
audacious_1.3.2-1_i686_Myah3.0-stable.mya
audacity_20070518-1_i686_Myah3.0-stable.mya
audiofile_0.2.6-1_i686_Myah3.0-stable.mya
aufs_20071012-1_i686_Myah3.0-stable.mya
autoconf_2.61-1_i686_Myah3.0-stable.mya
autofs_4.1.4-1_i686_Myah3.0-stable.mya
automake_1.10-1_i686_Myah3.0-stable.mya
azureus_3.0.3.4-1_i686_Myah3.0-stable.mya
bash_3.2-1_i686_Myah3.0-stable.mya
bc_1.06-1_i686_Myah3.0-stable.mya
bdftopcf_1.0.1-1_i686_Myah3.0-stable.mya
beforelight_1.0.2-1_i686_Myah3.0-stable.mya
beryl_0.2.1-1_i686_Myah3.0-stable.mya
bigreqsproto_1.0.2-1_i686_Myah3.0-stable.mya
bin86_0.16.17-1_i686_Myah3.0-stable.mya
bind-utils_9.4.1-1_i686_Myah3.0-stable.mya
binutils_2.18-1_i686_Myah3.0-stable.mya
bison_2.3-1_i686_Myah3.0-stable.mya
bitmap_1.0.2-1_i686_Myah3.0-stable.mya
blender_2.45-1_i686_Myah3.0-stable.mya
boost-jam_3.1.15-1_i686_Myah3.0-stable.mya
bootsplash_3.1-1_i686_Myah3.0-stable.mya
bzip2_1.0.4-1_i686_Myah3.0-stable.mya
cabextract_1.2-1_i686_Myah3.0-stable.mya
cairo_1.4.10-1_i686_Myah3.0-stable.mya
cairomm_1.4.4-1_i686_Myah3.0-stable.mya
catfish_0.2.5-1_i686_Myah3.0-stable.mya
cdparanoia-III_alpha9.8-1_i686_Myah3.0-stable.mya
cdrdao_1.2.2-1_i686_Myah3.0-stable.mya
cdrtools_2.01-1_i686_Myah3.0-stable.mya
compositeproto_0.4-1_i686_Myah3.0-stable.mya
corefonts_1.0-1_i686_Myah3.0-stable.mya
coreutils_6.9-1_i686_Myah3.0-stable.mya
cpio_2.9-1_i686_Myah3.0-stable.mya
cups_1.3.3-1_i686_Myah3.0-stable.mya
curl_7.17.0-1_i686_Myah3.0-stable.mya
cvs_1.11.22-1_i686_Myah3.0-stable.mya
cxxlibs_5.0.7-1_i686_Myah3.0-stable.mya
cyrus-sasl_2.1.22-1_i686_Myah3.0-stable.mya
damageproto_1.1.0-1_i686_Myah3.0-stable.mya
db_4.6.19-1_i686_Myah3.0-stable.mya
dbus-glib_0.74-1_i686_Myah3.0-stable.mya
dbus-python_0.82.3-1_i686_Myah3.0-stable.mya
dbus_1.0.2-1_i686_Myah3.0-stable.mya
desktop-file-utils_0.14-1_i686_Myah3.0-stable.mya
devs_2.3.1-1_i686_Myah3.0-stable.mya
dhcpcd_3.1.6-1_i686_Myah3.0-stable.mya
dia_0.96.1-1_i686_Myah3.0-stable.mya
dialog_1.1-1_i686_Myah3.0-stable.mya
diffutils_2.8.1-1_i686_Myah3.0-stable.mya
divx4linux_20030428-1_i686_Myah3.0-stable.mya
dmxproto_2.2.2-1_i686_Myah3.0-stable.mya
docbook-xml_4.5-1_i686_Myah3.0-stable.mya
docbook-xsl_1.73.2-1_i686_Myah3.0-stable.mya
dosfstools_2.11-1_i686_Myah3.0-stable.mya
doxygen_1.5.3-1_i686_Myah3.0-stable.mya
driconf_0.9.1-1_i686_Myah3.0-stable.mya
dvd+rw-tools_7.0-1_i686_Myah3.0-stable.mya
e2fsprogs_1.40.2-1_i686_Myah3.0-stable.mya
ed_0.8-1_i686_Myah3.0-stable.mya
editres_1.0.2-1_i686_Myah3.0-stable.mya
eject_2.1.5-1_i686_Myah3.0-stable.mya
enchant_1.3.0-1_i686_Myah3.0-stable.mya
encodings_1.0.2-1_i686_Myah3.0-stable.mya
enscript_1.6.4-1_i686_Myah3.0-stable.mya
epdfview_0.1.6-1_i686_Myah3.0-stable.mya
esound_0.2.38-1_i686_Myah3.0-stable.mya
evieext_1.0.2-1_i686_Myah3.0-stable.mya
exaile_0.2.10-1_i686_Myah3.0-stable.mya
exo_0.3.2-1_i686_Myah3.0-stable.mya
expat_2.0.1-1_i686_Myah3.0-stable.mya
faac_1.25-1_i686_Myah3.0-stable.mya
faad2_2.5-1_i686_Myah3.0-stable.mya
ffmpeg_20070413-1_i686_Myah3.0-stable.mya
fftw_3.1.2-1_i686_Myah3.0-stable.mya
file_4.21-1_i686_Myah3.0-stable.mya
findutils_4.2.31-1_i686_Myah3.0-stable.mya
firefox_2.0.0.8-1_i686_Myah3.0-stable.mya
fixesproto_4.0-1_i686_Myah3.0-stable.mya
flac_1.2.1-1_i686_Myah3.0-stable.mya
flash-player_9.0.48.0-1_i686_Myah3.0-stable.mya
flatbedcursors_0.1-1_i686_Myah3.0-stable.mya
flex_2.5.33-1_i686_Myah3.0-stable.mya
fltk_1.1.7-1_i686_Myah3.0-stable.mya
font-adobe-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-adobe-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-adobe-utopia-100dpi_1.0.1-1_i686_Myah3.0-stable.mya
font-adobe-utopia-75dpi_1.0.1-1_i686_Myah3.0-stable.mya
font-adobe-utopia-type1_1.0.1-1_i686_Myah3.0-stable.mya
font-alias_1.0.1-1_i686_Myah3.0-stable.mya
font-arabic-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-lucidatypewriter-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-lucidatypewriter-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-ttf_1.0.0-1_i686_Myah3.0-stable.mya
font-bh-type1_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-100dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-75dpi_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-speedo_1.0.0-1_i686_Myah3.0-stable.mya
font-bitstream-type1_1.0.0-1_i686_Myah3.0-stable.mya
font-cronyx-cyrillic_1.0.0-1_i686_Myah3.0-stable.mya
font-cursor-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-daewoo-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-dec-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-ibm-type1_1.0.0-1_i686_Myah3.0-stable.mya
font-isas-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-jis-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-micro-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-cyrillic_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-ethiopic_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-meltho_1.0.0-1_i686_Myah3.0-stable.mya
font-misc-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-mutt-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-schumacher-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-screen-cyrillic_1.0.1-1_i686_Myah3.0-stable.mya
font-sony-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-sun-misc_1.0.0-1_i686_Myah3.0-stable.mya
font-util_1.0.1-1_i686_Myah3.0-stable.mya
font-winitzki-cyrillic_1.0.0-1_i686_Myah3.0-stable.mya
font-xfree86-type1_1.0.0-1_i686_Myah3.0-stable.mya
fontcacheproto_0.1.2-1_i686_Myah3.0-stable.mya
fontconfig_2.4.2-1_i686_Myah3.0-stable.mya
fontsproto_2.0.2-1_i686_Myah3.0-stable.mya
fonttosfnt_1.0.3-1_i686_Myah3.0-stable.mya
freealut_1.1.0-1_i686_Myah3.0-stable.mya
freetype_2.3.5-1_i686_Myah3.0-stable.mya
fribidi_0.10.9-1_i686_Myah3.0-stable.mya
fslsfonts_1.0.1-1_i686_Myah3.0-stable.mya
fstobdf_1.0.2-1_i686_Myah3.0-stable.mya
fuse_2.7.0-1_i686_Myah3.0-stable.mya
gail_1.20.0-1_i686_Myah3.0-stable.mya
galculator_1.3.1-1_i686_Myah3.0-stable.mya
gamin_0.1.9-1_i686_Myah3.0-stable.mya
gawk_3.1.5-1_i686_Myah3.0-stable.mya
gc_6.8-1_i686_Myah3.0-stable.mya
gcc-g++_4.2.1-1_i686_Myah3.0-stable.mya
gcc-gfortran_4.2.1-1_i686_Myah3.0-stable.mya
gcc-gtreelang_4.2.1-1_i686_Myah3.0-stable.mya
gcc-java_4.2.1-1_i686_Myah3.0-stable.mya
gcc-objc_4.2.1-1_i686_Myah3.0-stable.mya
gcc_4.2.1-1_i686_Myah3.0-stable.mya
gccmakedep_1.0.2-1_i686_Myah3.0-stable.mya
gcolor2_0.4-1_i686_Myah3.0-stable.mya
gconf_2.18.0.1-1_i686_Myah3.0-stable.mya
gd_2.0.35-1_i686_Myah3.0-stable.mya
gdbm_1.8.3-1_i686_Myah3.0-stable.mya
geany_0.12-1_i686_Myah3.0-stable.mya
gettext_0.16.1-1_i686_Myah3.0-stable.mya
gfa_0.4.1-1_i686_Myah3.0-stable.mya
gftp_2.0.18-1_i686_Myah3.0-stable.mya
ghostscript_8.60-1_i686_Myah3.0-stable.mya
gimp_2.2.17-1_i686_Myah3.0-stable.mya
git_1.5.3.4-1_i686_Myah3.0-stable.mya
glib2_2.14.1-1_i686_Myah3.0-stable.mya
glib_1.2.10-1_i686_Myah3.0-stable.mya
glibc_2.6.1-1_i686_Myah3.0-stable.mya
glibmm_2.14.0-1_i686_Myah3.0-stable.mya
glproto_1.4.8-1_i686_Myah3.0-stable.mya
gmp_4.2.2-1_i686_Myah3.0-stable.mya
gnome-icon-theme_2.20.0-1_i686_Myah3.0-stable.mya
gnome-themes-extras_2.20-1_i686_Myah3.0-stable.mya
gnumeric_1.7.12-1_i686_Myah3.0-stable.mya
gnupg_2.0.7-1_i686_Myah3.0-stable.mya
gnutls_2.0.1-1_i686_Myah3.0-stable.mya
goffice_0.5.0-1_i686_Myah3.0-stable.mya
gparted_0.3.3-1_i686_Myah3.0-stable.mya
gpm_1.20.1-1_i686_Myah3.0-stable.mya
gqview_2.0.4-1_i686_Myah3.0-stable.mya
graphviz_2.14.1-1_i686_Myah3.0-stable.mya
graveman_0.3.12.5-1_i686_Myah3.0-stable.mya
grep_2.5.1a-1_i686_Myah3.0-stable.mya
groff_1.18.1.4-1_i686_Myah3.0-stable.mya
grub_0.97-1_i686_Myah3.0-stable.mya
gst-plugins-bad_0.10.5-1_i686_Myah3.0-stable.mya
gst-plugins-base_0.10.14-1_i686_Myah3.0-stable.mya
gst-plugins-good_0.10.6-1_i686_Myah3.0-stable.mya
gst-plugins-ugly_0.10.6-1_i686_Myah3.0-stable.mya
gst-python_0.10.8-1_i686_Myah3.0-stable.mya
gstreamer_0.10.14-1_i686_Myah3.0-stable.mya
gtk+2_2.12.0-1_i686_Myah3.0-stable.mya
gtk+_1.2.10-1_i686_Myah3.0-stable.mya
gtk-engines_2.12.1-1_i686_Myah3.0-stable.mya
gtk-xfce-engine_2.4.1-1_i686_Myah3.0-stable.mya
gtkam_0.1.14-1_i686_Myah3.0-stable.mya
gtkdialog_0.7.20-1_i686_Myah3.0-stable.mya
gtkmm_2.12.0-1_i686_Myah3.0-stable.mya
gutenprint_5.0.1-1_i686_Myah3.0-stable.mya
gzip_1.3.12-1_i686_Myah3.0-stable.mya
hal_0.5.9.1-1_i686_Myah3.0-stable.mya
hdparm_7.7-1_i686_Myah3.0-stable.mya
hicolor-icon-theme_0.10-1_i686_Myah3.0-stable.mya
hpijs_2.1.4-1_i686_Myah3.0-stable.mya
iana-etc_2.20-1_i686_Myah3.0-stable.mya
iceauth_1.0.2-1_i686_Myah3.0-stable.mya
ico_1.0.2-1_i686_Myah3.0-stable.mya
icomity_alpha1-1_i686_Myah3.0-stable.mya
icon-naming-utils_0.8.6-1_i686_Myah3.0-stable.mya
icu_3.8-1_i686_Myah3.0-stable.mya
id3lib_3.8.3-1_i686_Myah3.0-stable.mya
ilmbase_1.0.0-1_i686_Myah3.0-stable.mya
imagemagick_6.3.6.1-1_i686_Myah3.0-stable.mya
imake_1.0.2-1_i686_Myah3.0-stable.mya
imlib2_1.4.0-1_i686_Myah3.0-stable.mya
inetutils_1.5-1_i686_Myah3.0-stable.mya
infozip_5.52-1_i686_Myah3.0-stable.mya
inkscape_0.45.1-1_i686_Myah3.0-stable.mya
inputproto_1.4.2.1-1_i686_Myah3.0-stable.mya
intltool_0.36.2-1_i686_Myah3.0-stable.mya
iproute2_2.6.22-1_i686_Myah3.0-stable.mya
iptables_1.3.8-1_i686_Myah3.0-stable.mya
ipw2100-fw_1.3-1_i686_Myah3.0-stable.mya
ipw2200-fw_3.0-1_i686_Myah3.0-stable.mya
jack-audio-connection-kit_0.103.0-1_i686_Myah3.0-stable.mya
jam_2.5-1_i686_Myah3.0-stable.mya
jasper_1.900.1-1_i686_Myah3.0-stable.mya
jfsutils_1.1.12-1_i686_Myah3.0-stable.mya
jre_1.6.0.03-1_i586_Myah3.0-stable.mya
kazehakase_0.4.9-1_i686_Myah3.0-stable.mya
kbd_1.12-1_i686_Myah3.0-stable.mya
kbproto_1.0.3-1_i686_Myah3.0-stable.mya
kino_1.1.1-1_i686_Myah3.0-stable.mya
lame_3.97-1_i686_Myah3.0-stable.mya
lbxproxy_1.0.1-1_i686_Myah3.0-stable.mya
lcms_1.17-1_i686_Myah3.0-stable.mya
less_408-1_i686_Myah3.0-stable.mya
lesstif_0.95.0-1_i686_Myah3.0-stable.mya
lexmark-z600_1.0-1_i686_Myah3.0-stable.mya
libAppleWM_1.0.0-1_i686_Myah3.0-stable.mya
libFS_1.0.0-1_i686_Myah3.0-stable.mya
libICE_1.0.4-1_i686_Myah3.0-stable.mya
libSM_1.0.3-1_i686_Myah3.0-stable.mya
libWindowsWM_1.0.0-1_i686_Myah3.0-stable.mya
libX11_1.1.3-1_i686_Myah3.0-stable.mya
libXScrnSaver_1.1.2-1_i686_Myah3.0-stable.mya
libXTrap_1.0.0-1_i686_Myah3.0-stable.mya
libXau_1.0.3-1_i686_Myah3.0-stable.mya
libXaw_1.0.4-1_i686_Myah3.0-stable.mya
libXcomposite_0.4.0-1_i686_Myah3.0-stable.mya
libXcursor_1.1.9-1_i686_Myah3.0-stable.mya
libXdamage_1.0.4-1_i686_Myah3.0-stable.mya
libXdmcp_1.0.2-1_i686_Myah3.0-stable.mya
libXevie_1.0.2-1_i686_Myah3.0-stable.mya
libXext_1.0.2-1_i686_Myah3.0-stable.mya
libXfixes_4.0.3-1_i686_Myah3.0-stable.mya
libXfont_1.3.1-1_i686_Myah3.0-stable.mya
libXfontcache_1.0.4-1_i686_Myah3.0-stable.mya
libXft_2.1.12-1_i686_Myah3.0-stable.mya
libXi_1.1.3-1_i686_Myah3.0-stable.mya
libXinerama_1.0.2-1_i686_Myah3.0-stable.mya
libXmu_1.0.3-1_i686_Myah3.0-stable.mya
libXp_1.0.0-1_i686_Myah3.0-stable.mya
libXpm_3.5.7-1_i686_Myah3.0-stable.mya
libXprintAppUtil_1.0.1-1_i686_Myah3.0-stable.mya
libXprintUtil_1.0.1-1_i686_Myah3.0-stable.mya
libXrandr_1.2.2-1_i686_Myah3.0-stable.mya
libXrender_0.9.4-1_i686_Myah3.0-stable.mya
libXres_1.0.3-1_i686_Myah3.0-stable.mya
libXt_1.0.4-1_i686_Myah3.0-stable.mya
libXtst_1.0.3-1_i686_Myah3.0-stable.mya
libXvMC_1.0.4-1_i686_Myah3.0-stable.mya
libXv_1.0.3-1_i686_Myah3.0-stable.mya
libXxf86dga_1.0.2-1_i686_Myah3.0-stable.mya
libXxf86misc_1.0.1-1_i686_Myah3.0-stable.mya
libXxf86vm_1.0.1-1_i686_Myah3.0-stable.mya
libaal_1.0.5-1_i686_Myah3.0-stable.mya
libao_0.8.8-1_i686_Myah3.0-stable.mya
libart-lgpl_2.3.19-1_i686_Myah3.0-stable.mya
libassuan_1.0.3-1_i686_Myah3.0-stable.mya
libavc1394_0.5.3-1_i686_Myah3.0-stable.mya
libburn_0.3.8-1_i686_Myah3.0-stable.mya
libcddb_1.3.0-1_i686_Myah3.0-stable.mya
libcdio_0.78.2-1_i686_Myah3.0-stable.mya
libcfg+_0.6.2-1_i686_Myah3.0-stable.mya
libdc1394_1.2.2-1_i686_Myah3.0-stable.mya
libdmx_1.0.2-1_i686_Myah3.0-stable.mya
libdrm_2.3.0-1_i686_Myah3.0-stable.mya
libdts_0.0.2-1_i686_Myah3.0-stable.mya
libdv_1.0.0-1_i686_Myah3.0-stable.mya
libdvdcss_1.2.9-1_i686_Myah3.0-stable.mya
libdvdnav_0.1.10-1_i686_Myah3.0-stable.mya
libexif-gtk_0.3.5-1_i686_Myah3.0-stable.mya
libexif_0.6.16-1_i686_Myah3.0-stable.mya
libfontenc_1.0.4-1_i686_Myah3.0-stable.mya
libgcrypt_1.2.4-1_i686_Myah3.0-stable.mya
libggi_2.2.2-1_i686_Myah3.0-stable.mya
libggigcp_1.0.2-1_i686_Myah3.0-stable.mya
libggimisc_2.2.2-1_i686_Myah3.0-stable.mya
libggiwmh_0.3.2-1_i686_Myah3.0-stable.mya
libgii_1.0.2-1_i686_Myah3.0-stable.mya
libgiigic_1.1.2-1_i686_Myah3.0-stable.mya
libglade_2.6.2-1_i686_Myah3.0-stable.mya
libglademm_2.6.5-1_i686_Myah3.0-stable.mya
libgnomecanvas_2.20.0-1_i686_Myah3.0-stable.mya
libgnomecups_0.2.2-1_i686_Myah3.0-stable.mya
libgnomeprint_2.18.2-1_i686_Myah3.0-stable.mya
libgnomeprintui_2.18.1-1_i686_Myah3.0-stable.mya
libgpg-error_1.5-1_i686_Myah3.0-stable.mya
libgphoto2_2.4.0-1_i686_Myah3.0-stable.mya
libgsf_1.14.7-1_i686_Myah3.0-stable.mya
libgsm_1.0.10-1_i686_Myah3.0-stable.mya
libgtkhtml_2.11.1-1_i686_Myah3.0-stable.mya
libid3tag_0.15.1b-1_i686_Myah3.0-stable.mya
libidl_0.8.9-1_i686_Myah3.0-stable.mya
libidn_1.2-1_i686_Myah3.0-stable.mya
libiec61883_1.1.0-1_i686_Myah3.0-stable.mya
libieee1284_0.2.10-1_i686_Myah3.0-stable.mya
libisofs_0.2.8-1_i686_Myah3.0-stable.mya
libjpeg_6b-1_i686_Myah3.0-stable.mya
libksba_1.0.2-1_i686_Myah3.0-stable.mya
liblbxutil_1.0.1-1_i686_Myah3.0-stable.mya
libmad_0.15.1b-1_i686_Myah3.0-stable.mya
libmcs_0.5.0-1_i686_Myah3.0-stable.mya
libmikmod_3.1.11-1_i686_Myah3.0-stable.mya
libmng_1.0.10-1_i686_Myah3.0-stable.mya
libmodplug_0.8.4-1_i686_Myah3.0-stable.mya
libmowgli_0.1.3-1_i686_Myah3.0-stable.mya
libmpcdec_1.2.6-1_i686_Myah3.0-stable.mya
libmspack_0.0.20060920alpha-1_i686_Myah3.0-stable.mya
libmusicbrainz_2.1.5-1_i686_Myah3.0-stable.mya
libnotify_0.4.4-1_i686_Myah3.0-stable.mya
libofa_0.9.3-1_i686_Myah3.0-stable.mya
libogg_1.1.3-1_i686_Myah3.0-stable.mya
liboil_0.3.10-1_i686_Myah3.0-stable.mya
liboldX_1.0.1-1_i686_Myah3.0-stable.mya
libpaper_1.1.23-1_i686_Myah3.0-stable.mya
libpng_1.2.21-1_i686_Myah3.0-stable.mya
libpthread-stubs_0.1-1_i686_Myah3.0-stable.mya
libraw1394_1.2.1-1_i686_Myah3.0-stable.mya
librsvg_2.18.2-1_i686_Myah3.0-stable.mya
libsamplerate_0.1.2-1_i686_Myah3.0-stable.mya
libsexy_0.1.11-1_i686_Myah3.0-stable.mya
libsigc++_2.0.18-1_i686_Myah3.0-stable.mya
libsndfile_1.0.17-1_i686_Myah3.0-stable.mya
libtasn1_1.1-1_i686_Myah3.0-stable.mya
libtheora_1.0beta1-1_i686_Myah3.0-stable.mya
libtool_1.5.24-1_i686_Myah3.0-stable.mya
libtunepimp_0.5.3-1_i686_Myah3.0-stable.mya
libungif_4.1.4-1_i686_Myah3.0-stable.mya
libusb_0.1.12-1_i686_Myah3.0-stable.mya
libvorbis_1.2.0-1_i686_Myah3.0-stable.mya
libwmf_0.2.8.4-1_i686_Myah3.0-stable.mya
libwnck_2.20.0-1_i686_Myah3.0-stable.mya
libwpd_0.8.12-1_i686_Myah3.0-stable.mya
libxcb_1.0-1_i686_Myah3.0-stable.mya
libxfce4mcs_4.4.1-1_i686_Myah3.0-stable.mya
libxfce4util_4.4.1-1_i686_Myah3.0-stable.mya
libxfcegui4_4.4.1-1_i686_Myah3.0-stable.mya
libxkbfile_1.0.4-1_i686_Myah3.0-stable.mya
libxkbui_1.0.2-1_i686_Myah3.0-stable.mya
libxml2_2.6.30-1_i686_Myah3.0-stable.mya
libxslt_1.1.22-1_i686_Myah3.0-stable.mya
lilo_22.8-1_i686_Myah3.0-stable.mya
linux-live-tools_6.1.5-1_i686_Myah3.0-stable.mya
linux-source_2.6.22.10-1_i686_Myah3.0-stable.mya
linux_2.6.22.10-1_i686_Myah3.0-stable.mya
listres_1.0.1-1_i686_Myah3.0-stable.mya
lm-sensors_2.10.4-1_i686_Myah3.0-stable.mya
lndir_1.0.1-1_i686_Myah3.0-stable.mya
lsof_4.78-1_i686_Myah3.0-stable.mya
luit_1.0.2-1_i686_Myah3.0-stable.mya
lynx_2.8.6-1_i686_Myah3.0-stable.mya
lzo_2.02-1_i686_Myah3.0-stable.mya
m4_1.4.10-1_i686_Myah3.0-stable.mya
make_3.81-1_i686_Myah3.0-stable.mya
makedepend_1.0.1-1_i686_Myah3.0-stable.mya
man-pages_2.65-1_i686_Myah3.0-stable.mya
man_1.6e-1_i686_Myah3.0-stable.mya
mc_4.6.1-1_i686_Myah3.0-stable.mya
mdadm_2.6.3-1_i686_Myah3.0-stable.mya
medit_0.8.10-1_i686_Myah3.0-stable.mya
mesa_7.0.1-1_i686_Myah3.0-stable.mya
mhash_0.9.9-1_i686_Myah3.0-stable.mya
mirage_0.8.3-1_i686_Myah3.0-stable.mya
mkfontdir_1.0.3-1_i686_Myah3.0-stable.mya
mkfontscale_1.0.3-1_i686_Myah3.0-stable.mya
mktemp_1.5-1_i686_Myah3.0-stable.mya
module-init-tools_3.2.2-1_i686_Myah3.0-stable.mya
mousepad_0.2.12-1_i686_Myah3.0-stable.mya
mpeg-lib_1.3.1-1_i686_Myah3.0-stable.mya
mpeg2dec_0.4.1-1_i686_Myah3.0-stable.mya
mpeg4ip_1.5.0.1-1_i686_Myah3.0-stable.mya
mpfr_2.3.0-1_i686_Myah3.0-stable.mya
mpg123_0.67-1_i686_Myah3.0-stable.mya
mplayer-codecs_20071007-1_i686_Myah3.0-stable.mya
mplayer_1.0rc2-1_i686_Myah3.0-stable.mya
mplayerplug-in_3.45-1_i686_Myah3.0-stable.mya
mutagen_1.12-1_i686_Myah3.0-stable.mya
mysql_5.0.45-1_i686_Myah3.0-stable.mya
nano_2.0.6-1_i686_Myah3.0-stable.mya
nasm_0.99.04-1_i686_Myah3.0-stable.mya
ncurses_5.6-1_i686_Myah3.0-stable.mya
neon_0.26.4-1_i686_Myah3.0-stable.mya
net-dbus_0.33.5-1_i686_Myah3.0-stable.mya
netplug_1.2.9-1_i686_Myah3.0-stable.mya
notification-daemon-xfce_0.3.7-1_i686_Myah3.0-stable.mya
notify-python_0.1.1-1_i686_Myah3.0-stable.mya
ntfs-3g_1.1004-1_i686_Myah3.0-stable.mya
ntfsprogs_2.0.0-1_i686_Myah3.0-stable.mya
oclock_1.0.1-1_i686_Myah3.0-stable.mya
openal_20070512-1_i686_Myah3.0-stable.mya
opencdk_0.6.4-1_i686_Myah3.0-stable.mya
openexr_1.6.0-1_i686_Myah3.0-stable.mya
openldap_2.3.38-1_i686_Myah3.0-stable.mya
openslp_1.2.1-1_i686_Myah3.0-stable.mya
openssh_4.6p1-1_i686_Myah3.0-stable.mya
openssl_0.9.8f-1_i686_Myah3.0-stable.mya
orage_4.4.1-1_i686_Myah3.0-stable.mya
orbit2_2.14.9-1_i686_Myah3.0-stable.mya
ots_0.4.2-1_i686_Myah3.0-stable.mya
pam_0.99.8.1-1_i686_Myah3.0-stable.mya
pango_1.18.2-1_i686_Myah3.0-stable.mya
parted_1.8.8-1_i686_Myah3.0-stable.mya
patch_2.5.4-1_i686_Myah3.0-stable.mya
pciutils_2.2.7-1_i686_Myah3.0-stable.mya
pcre_7.4-1_i686_Myah3.0-stable.mya
perl_5.8.8-1_i686_Myah3.0-stable.mya
physfs_1.0.1-1_i686_Myah3.0-stable.mya
pidgin_2.2.1-1_i686_Myah3.0-stable.mya
pilot-link_0.12.2-1_i686_Myah3.0-stable.mya
pixman_0.9.5-1_i686_Myah3.0-stable.mya
pkg-config_0.22-1_i686_Myah3.0-stable.mya
pkgtools_3.0-1_noarch_Myah3.0-stable.mya
plib_1.8.4-1_i686_Myah3.0-stable.mya
poppler_0.6.1-1_i686_Myah3.0-stable.mya
popt_1.10.7-1_i686_Myah3.0-stable.mya
ppp_2.4.4-1_i686_Myah3.0-stable.mya
printproto_1.0.3-1_i686_Myah3.0-stable.mya
procps_3.2.7-1_i686_Myah3.0-stable.mya
proxymngr_1.0.1-1_i686_Myah3.0-stable.mya
psiconv_0.9.8-1_i686_Myah3.0-stable.mya
psmisc_22.5-1_i686_Myah3.0-stable.mya
psutils_p17-1_i686_Myah3.0-stable.mya
pth_2.0.7-1_i686_Myah3.0-stable.mya
pycairo_1.4.0-1_i686_Myah3.0-stable.mya
pycrypto_2.0.1-1_i686_Myah3.0-stable.mya
pygobject_2.14.0-1_i686_Myah3.0-stable.mya
pygtk_2.12.0-1_i686_Myah3.0-stable.mya
pyneighborhood_0.4-1_i686_Myah3.0-stable.mya
pyrex_0.9.6.2-1_i686_Myah3.0-stable.mya
pysqlite_2.3.5-1_i686_Myah3.0-stable.mya
python_2.5.1-1_i686_Myah3.0-stable.mya
randrproto_1.2.1-1_i686_Myah3.0-stable.mya
readline_5.2-1_i686_Myah3.0-stable.mya
recordproto_1.13.2-1_i686_Myah3.0-stable.mya
reiser4progs_1.0.6-1_i686_Myah3.0-stable.mya
reiserfsprogs_3.6.20-1_i686_Myah3.0-stable.mya
renderproto_0.9.3-1_i686_Myah3.0-stable.mya
requiredbuilder_0.16.3-1_i686_Myah3.0-stable.mya
resourceproto_1.0.2-1_i686_Myah3.0-stable.mya
rexima_1.4-1_i686_Myah3.0-stable.mya
rgb_1.0.1-1_i686_Myah3.0-stable.mya
ristretto_0.0.7-1_i686_Myah3.0-stable.mya
rman_3.2-1_i686_Myah3.0-stable.mya
rstart_1.0.2-1_i686_Myah3.0-stable.mya
ruby_1.8.6.p110-1_i686_Myah3.0-stable.mya
samba_3.0.26a-1_i686_Myah3.0-stable.mya
sane_1.0.18-1_i686_Myah3.0-stable.mya
scons_0.97-1_i686_Myah3.0-stable.mya
screen_4.0.3-1_i686_Myah3.0-stable.mya
scripts_1.0.1-1_i686_Myah3.0-stable.mya
scrnsaverproto_1.1.0-1_i686_Myah3.0-stable.mya
scrollkeeper_0.3.14-1_i686_Myah3.0-stable.mya
sdl-gfx_2.0.16-1_i686_Myah3.0-stable.mya
sdl-image_1.2.6-1_i686_Myah3.0-stable.mya
sdl-mixer_1.2.8-1_i686_Myah3.0-stable.mya
sdl-net_1.2.7-1_i686_Myah3.0-stable.mya
sdl-sound_1.0.1-1_i686_Myah3.0-stable.mya
sdl-ttf_2.0.9-1_i686_Myah3.0-stable.mya
sdl_1.2.12-1_i686_Myah3.0-stable.mya
sed_4.1.5-1_i686_Myah3.0-stable.mya
sessreg_1.0.3-1_i686_Myah3.0-stable.mya
setxkbmap_1.0.4-1_i686_Myah3.0-stable.mya
shadow_4.0.18.1-1_i686_Myah3.0-stable.mya
shared-mime-info_0.22-1_i686_Myah3.0-stable.mya
showfont_1.0.1-1_i686_Myah3.0-stable.mya
slang_2.1.2-1_i686_Myah3.0-stable.mya
slim_1.3.0-1_i686_Myah3.0-stable.mya
smartmontools_5.37-1_i686_Myah3.0-stable.mya
smpeg_0.4.4-1_i686_Myah3.0-stable.mya
smproxy_1.0.2-1_i686_Myah3.0-stable.mya
speex_1.2beta2-1_i686_Myah3.0-stable.mya
sqlite_3.4.2-1_i686_Myah3.0-stable.mya
squashfs_3.2r2-1_i686_Myah3.0-stable.mya
squeeze_0.2.1-1_i686_Myah3.0-stable.mya
startup-notification_0.9-1_i686_Myah3.0-stable.mya
streamripper_1.62.3-1_i686_Myah3.0-stable.mya
streamtuner_0.99.99-1_i686_Myah3.0-stable.mya
subversion_1.4.5-1_i686_Myah3.0-stable.mya
sudo_1.6.9p5-1_i686_Myah3.0-stable.mya
sysfsutils_2.1.0-1_i686_Myah3.0-stable.mya
sysklogd_1.5-1_i686_Myah3.0-stable.mya
syslinux_3.52-1_i686_Myah3.0-stable.mya
sysvinit_2.86-1_i686_Myah3.0-stable.mya
taglib_1.4-1_i686_Myah3.0-stable.mya
tagtool_0.12.3-1_i686_Myah3.0-stable.mya
tango-icon-theme_0.8.1-1_i686_Myah3.0-stable.mya
tar_1.18-1_i686_Myah3.0-stable.mya
tcl_8.4.15-1_i686_Myah3.0-stable.mya
tcp-wrappers_7.6-1_i686_Myah3.0-stable.mya
terminal_0.2.6-1_i686_Myah3.0-stable.mya
texinfo_4.11-1_i686_Myah3.0-stable.mya
thunar-archive-plugin_0.2.4-1_i686_Myah3.0-stable.mya
thunar-media-tags-plugin_0.1.2-1_i686_Myah3.0-stable.mya
thunar-thumbnailers_0.3.0-1_i686_Myah3.0-stable.mya
thunar-volman_0.1.2-1_i686_Myah3.0-stable.mya
thunar_0.8.0-1_i686_Myah3.0-stable.mya
thunderbird_2.0.0.6-1_i686_Myah3.0-stable.mya
tiff_3.8.2-1_i686_Myah3.0-stable.mya
tk_8.4.15-1_i686_Myah3.0-stable.mya
traceroute_1.4a12-1_i686_Myah3.0-stable.mya
transmission_0.82-1_i686_Myah3.0-stable.mya
trapproto_3.4.3-1_i686_Myah3.0-stable.mya
tuxpaint_0.9.17-1_i686_Myah3.0-stable.mya
twm_1.0.3-1_i686_Myah3.0-stable.mya
twolame_0.3.10-1_i686_Myah3.0-stable.mya
udev_115-1_i686_Myah3.0-stable.mya
unrar_3.7.8-1_i686_Myah3.0-stable.mya
uri_1.35-1_i686_Myah3.0-stable.mya
usbutils_0.72-1_i686_Myah3.0-stable.mya
util-linux_2.12r-1_i686_Myah3.0-stable.mya
util-macros_1.1.5-1_i686_Myah3.0-stable.mya
vcdimager_0.7.23-1_i686_Myah3.0-stable.mya
verve-plugin_0.3.5-1_i686_Myah3.0-stable.mya
videoproto_2.2.2-1_i686_Myah3.0-stable.mya
viewres_1.0.1-1_i686_Myah3.0-stable.mya
vte_0.16.9-1_i686_Myah3.0-stable.mya
wget_1.10.2-1_i686_Myah3.0-stable.mya
which_2.16-1_i686_Myah3.0-stable.mya
wifi-radar_1.9.8-1_i686_Myah3.0-stable.mya
windowswmproto_1.0.3-1_i686_Myah3.0-stable.mya
wireless-tools_29.pre22-1_i686_Myah3.0-stable.mya
wv2_0.2.3-1_i686_Myah3.0-stable.mya
wxwidgets_2.8.6-1_i686_Myah3.0-stable.mya
x11perf_1.4.1-1_i686_Myah3.0-stable.mya
x264_20070413-1_i686_Myah3.0-stable.mya
xarchiver_0.4.6-1_i686_Myah3.0-stable.mya
xauth_1.0.2-1_i686_Myah3.0-stable.mya
xaw3d_1.5E-1_i686_Myah3.0-stable.mya
xbacklight_1.1-1_i686_Myah3.0-stable.mya
xbiff_1.0.1-1_i686_Myah3.0-stable.mya
xbitmaps_1.0.1-1_i686_Myah3.0-stable.mya
xcalc_1.0.2-1_i686_Myah3.0-stable.mya
xcb-proto_1.0-1_i686_Myah3.0-stable.mya
xchat_2.8.4-1_i686_Myah3.0-stable.mya
xclipboard_1.0.1-1_i686_Myah3.0-stable.mya
xclock_1.0.3-1_i686_Myah3.0-stable.mya
xcmiscproto_1.1.2-1_i686_Myah3.0-stable.mya
xcmsdb_1.0.1-1_i686_Myah3.0-stable.mya
xconsole_1.0.3-1_i686_Myah3.0-stable.mya
xcursor-themes_1.0.1-1_i686_Myah3.0-stable.mya
xcursorgen_1.0.2-1_i686_Myah3.0-stable.mya
xdbedizzy_1.0.2-1_i686_Myah3.0-stable.mya
xdialog_2.3.1-1_i686_Myah3.0-stable.mya
xditview_1.0.1-1_i686_Myah3.0-stable.mya
xdm_1.1.6-1_i686_Myah3.0-stable.mya
xdpyinfo_1.0.1-1_i686_Myah3.0-stable.mya
xdriinfo_1.0.2-1_i686_Myah3.0-stable.mya
xedit_1.0.2-1_i686_Myah3.0-stable.mya
xev_1.0.1-1_i686_Myah3.0-stable.mya
xextproto_7.0.2-1_i686_Myah3.0-stable.mya
xeyes_1.0.1-1_i686_Myah3.0-stable.mya
xf86-input-acecad_1.2.1-1_i686_Myah3.0-stable.mya
xf86-input-aiptek_1.0.1-1_i686_Myah3.0-stable.mya
xf86-input-calcomp_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-citron_2.2.1-1_i686_Myah3.0-stable.mya
xf86-input-digitaledge_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-dmc_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-dynapro_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-elo2300_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-elographics_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-evdev_1.1.5-1_i686_Myah3.0-stable.mya
xf86-input-fpit_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-hyperpen_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-jamstudio_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-joystick_1.2.3-1_i686_Myah3.0-stable.mya
xf86-input-keyboard_1.2.2-1_i686_Myah3.0-stable.mya
xf86-input-magellan_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-magictouch_1.0.0.5-1_i686_Myah3.0-stable.mya
xf86-input-microtouch_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-mouse_1.2.2-1_i686_Myah3.0-stable.mya
xf86-input-mutouch_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-palmax_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-penmount_1.2.1-1_i686_Myah3.0-stable.mya
xf86-input-spaceorb_1.1.1-1_i686_Myah3.0-stable.mya
xf86-input-summa_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-tek4957_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-ur98_1.1.0-1_i686_Myah3.0-stable.mya
xf86-input-vmmouse_12.4.3-1_i686_Myah3.0-stable.mya
xf86-input-void_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-amd_2.7.7.2-1_i686_Myah3.0-stable.mya
xf86-video-apm_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-ark_0.6.0-1_i686_Myah3.0-stable.mya
xf86-video-ast_0.81.0-1_i686_Myah3.0-stable.mya
xf86-video-ati_6.7.194-1_i686_Myah3.0-stable.mya
xf86-video-chips_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-cirrus_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-cyrix_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-dummy_0.2.0-1_i686_Myah3.0-stable.mya
xf86-video-fbdev_0.3.1-1_i686_Myah3.0-stable.mya
xf86-video-glint_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-i128_1.2.1-1_i686_Myah3.0-stable.mya
xf86-video-i740_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-i810_1.7.4-1_i686_Myah3.0-stable.mya
xf86-video-imstt_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-intel_2.1.1-1_i686_Myah3.0-stable.mya
xf86-video-mga_1.9.99-1_i686_Myah3.0-stable.mya
xf86-video-neomagic_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-newport_0.2.1-1_i686_Myah3.0-stable.mya
xf86-video-nsc_2.8.3-1_i686_Myah3.0-stable.mya
xf86-video-nv_2.1.5-1_i686_Myah3.0-stable.mya
xf86-video-radeonhd_20071015-1_i686_Myah3.0-stable.mya
xf86-video-rendition_4.1.3-1_i686_Myah3.0-stable.mya
xf86-video-s3_0.5.0-1_i686_Myah3.0-stable.mya
xf86-video-s3virge_1.9.1-1_i686_Myah3.0-stable.mya
xf86-video-savage_2.1.3-1_i686_Myah3.0-stable.mya
xf86-video-siliconmotion_1.5.1-1_i686_Myah3.0-stable.mya
xf86-video-sis_0.9.3-1_i686_Myah3.0-stable.mya
xf86-video-sisusb_0.8.1-1_i686_Myah3.0-stable.mya
xf86-video-tdfx_1.3.0-1_i686_Myah3.0-stable.mya
xf86-video-tga_1.1.0-1_i686_Myah3.0-stable.mya
xf86-video-trident_1.2.3-1_i686_Myah3.0-stable.mya
xf86-video-tseng_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-v4l_0.1.1-1_i686_Myah3.0-stable.mya
xf86-video-vermilion_1.0.1-1_i686_Myah3.0-stable.mya
xf86-video-vesa_1.3.0-1_i686_Myah3.0-stable.mya
xf86-video-vga_4.1.0-1_i686_Myah3.0-stable.mya
xf86-video-via_0.2.2-1_i686_Myah3.0-stable.mya
xf86-video-vmware_10.15.2-1_i686_Myah3.0-stable.mya
xf86-video-voodoo_1.1.1-1_i686_Myah3.0-stable.mya
xf86-video-xgi_1.5.0-1_i686_Myah3.0-stable.mya
xf86bigfontproto_1.1.2-1_i686_Myah3.0-stable.mya
xf86dga_1.0.2-1_i686_Myah3.0-stable.mya
xf86dgaproto_2.0.3-1_i686_Myah3.0-stable.mya
xf86driproto_2.0.3-1_i686_Myah3.0-stable.mya
xf86miscproto_0.9.2-1_i686_Myah3.0-stable.mya
xf86rushproto_1.1.2-1_i686_Myah3.0-stable.mya
xf86vidmodeproto_2.2.2-1_i686_Myah3.0-stable.mya
xfburn_20071012-1_i686_Myah3.0-stable.mya
xfce-mcs-manager_4.4.1-1_i686_Myah3.0-stable.mya
xfce-mcs-plugins_4.4.1-1_i686_Myah3.0-stable.mya
xfce-utils_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-appfinder_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-battery-plugin_0.5.0-1_i686_Myah3.0-stable.mya
xfce4-cddrive-plugin_0.0.1-1_i686_Myah3.0-stable.mya
xfce4-cellmodem-plugin_0.0.5-1_i686_Myah3.0-stable.mya
xfce4-clipman-plugin_0.8.0-1_i686_Myah3.0-stable.mya
xfce4-cpu-freq-plugin_0.0.1-1_i686_Myah3.0-stable.mya
xfce4-cpugraph-plugin_0.3.0-1_i686_Myah3.0-stable.mya
xfce4-datetime-plugin_0.5.0-1_i686_Myah3.0-stable.mya
xfce4-dev-tools_4.4.0-1_i686_Myah3.0-stable.mya
xfce4-dict-plugin_0.2.1-1_i686_Myah3.0-stable.mya
xfce4-diskperf-plugin_2.1.0-1_i686_Myah3.0-stable.mya
xfce4-eyes-plugin_4.4.0-1_i686_Myah3.0-stable.mya
xfce4-fsguard-plugin_0.3.0-1_i686_Myah3.0-stable.mya
xfce4-genmon-plugin_3.1-1_i686_Myah3.0-stable.mya
xfce4-icon-theme_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-mixer_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-mount-plugin_0.5.4-1_i686_Myah3.0-stable.mya
xfce4-mpc-plugin_0.3.2-1_i686_Myah3.0-stable.mya
xfce4-netload-plugin_0.4.0-1_i686_Myah3.0-stable.mya
xfce4-notes-plugin_1.4.1-1_i686_Myah3.0-stable.mya
xfce4-panel_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-places-plugin_0.9.992-1_i686_Myah3.0-stable.mya
xfce4-quicklauncher-plugin_1.9.4-1_i686_Myah3.0-stable.mya
xfce4-radio-plugin_0.2.1-1_i686_Myah3.0-stable.mya
xfce4-screenshooter-plugin_1.0.0-1_i686_Myah3.0-stable.mya
xfce4-sensors-plugin_0.10.0-1_i686_Myah3.0-stable.mya
xfce4-session_4.4.1-1_i686_Myah3.0-stable.mya
xfce4-smartbookmark-plugin_0.4.2-1_i686_Myah3.0-stable.mya
xfce4-systemload-plugin_0.4.2-1_i686_Myah3.0-stable.mya
xfce4-taskmanager_0.3.2-1_i686_Myah3.0-stable.mya
xfce4-time-out-plugin_0.1.1-1_i686_Myah3.0-stable.mya
xfce4-timer-plugin_0.5.1-1_i686_Myah3.0-stable.mya
xfce4-volstatus-icon_0.1.0-1_i686_Myah3.0-stable.mya
xfce4-wavelan-plugin_0.5.4-1_i686_Myah3.0-stable.mya
xfce4-weather-plugin_0.6.0-1_i686_Myah3.0-stable.mya
xfce4-xkb-plugin_0.4.3-1_i686_Myah3.0-stable.mya
xfce4-xmms-plugin_0.5.1-1_i686_Myah3.0-stable.mya
xfd_1.0.1-1_i686_Myah3.0-stable.mya
xfdesktop_4.4.1-1_i686_Myah3.0-stable.mya
xfindproxy_1.0.1-1_i686_Myah3.0-stable.mya
xfmedia-remote-plugin_0.2.2-1_i686_Myah3.0-stable.mya
xfmedia_20071013-1_i686_Myah3.0-stable.mya
xfontsel_1.0.1-1_i686_Myah3.0-stable.mya
xfprint_4.4.1-1_i686_Myah3.0-stable.mya
xfs_1.0.4-1_i686_Myah3.0-stable.mya
xfsdump_2.2.46-1_i686_Myah3.0-stable.mya
xfsinfo_1.0.1-1_i686_Myah3.0-stable.mya
xfsprogs_2.9.4-1_i686_Myah3.0-stable.mya
xfwm4-themes_4.4.1-1_i686_Myah3.0-stable.mya
xfwm4_4.4.1-1_i686_Myah3.0-stable.mya
xfwp_1.0.1-1_i686_Myah3.0-stable.mya
xgamma_1.0.2-1_i686_Myah3.0-stable.mya
xgc_1.0.1-1_i686_Myah3.0-stable.mya
xhost_1.0.2-1_i686_Myah3.0-stable.mya
xine-lib_1.1.8-1_i686_Myah3.0-stable.mya
xine-ui_0.99.5-1_i686_Myah3.0-stable.mya
xineramaproto_1.1.2-1_i686_Myah3.0-stable.mya
xinit_1.0.5-1_i686_Myah3.0-stable.mya
xkbcomp_1.0.3-1_i686_Myah3.0-stable.mya
xkbevd_1.0.2-1_i686_Myah3.0-stable.mya
xkbprint_1.0.1-1_i686_Myah3.0-stable.mya
xkbutils_1.0.1-1_i686_Myah3.0-stable.mya
xkeyboard-config_1.0-1_i686_Myah3.0-stable.mya
xkill_1.0.1-1_i686_Myah3.0-stable.mya
xload_1.0.2-1_i686_Myah3.0-stable.mya
xlogo_1.0.1-1_i686_Myah3.0-stable.mya
xlsatoms_1.0.1-1_i686_Myah3.0-stable.mya
xlsclients_1.0.1-1_i686_Myah3.0-stable.mya
xlsfonts_1.0.1-1_i686_Myah3.0-stable.mya
xmag_1.0.2-1_i686_Myah3.0-stable.mya
xman_1.0.3-1_i686_Myah3.0-stable.mya
xmessage_1.0.2-1_i686_Myah3.0-stable.mya
xmh_1.0.1-1_i686_Myah3.0-stable.mya
xml-parser_2.34-1_i686_Myah3.0-stable.mya
xml-simple_2.18-1_i686_Myah3.0-stable.mya
xmlto_0.0.18-1_i686_Myah3.0-stable.mya
xmms_1.2.10-1_i686_Myah3.0-stable.mya
xmodmap_1.0.3-1_i686_Myah3.0-stable.mya
xmore_1.0.1-1_i686_Myah3.0-stable.mya
xorg-cf-files_1.0.2-1_i686_Myah3.0-stable.mya
xorg-server_1.4-1_i686_Myah3.0-stable.mya
xpaint_2.7.8.1-1_i686_Myah3.0-stable.mya
xphelloworld_1.0.1-1_i686_Myah3.0-stable.mya
xplsprinters_1.0.1-1_i686_Myah3.0-stable.mya
xpr_1.0.1-1_i686_Myah3.0-stable.mya
xprehashprinterlist_1.0.1-1_i686_Myah3.0-stable.mya
xprop_1.0.3-1_i686_Myah3.0-stable.mya
xproto_7.0.10-1_i686_Myah3.0-stable.mya
xproxymanagementprotocol_1.0.2-1_i686_Myah3.0-stable.mya
xrandr_1.2.2-1_i686_Myah3.0-stable.mya
xrdb_1.0.4-1_i686_Myah3.0-stable.mya
xrefresh_1.0.2-1_i686_Myah3.0-stable.mya
xrx_1.0.1-1_i686_Myah3.0-stable.mya
xsane_0.994-1_i686_Myah3.0-stable.mya
xscreensaver_5.03-1_i686_Myah3.0-stable.mya
xset_1.0.3-1_i686_Myah3.0-stable.mya
xsetmode_1.0.0-1_i686_Myah3.0-stable.mya
xsetpointer_1.0.0-1_i686_Myah3.0-stable.mya
xsetroot_1.0.2-1_i686_Myah3.0-stable.mya
xsm_1.0.1-1_i686_Myah3.0-stable.mya
xstdcmap_1.0.1-1_i686_Myah3.0-stable.mya
xterm_229-1_i686_Myah3.0-stable.mya
xtrans_1.0.4-1_i686_Myah3.0-stable.mya
xtrap_1.0.2-1_i686_Myah3.0-stable.mya
xvidcore_1.1.3-1_i686_Myah3.0-stable.mya
xvidtune_1.0.1-1_i686_Myah3.0-stable.mya
xvinfo_1.0.2-1_i686_Myah3.0-stable.mya
xwd_1.0.1-1_i686_Myah3.0-stable.mya
xwininfo_1.0.3-1_i686_Myah3.0-stable.mya
xwud_1.0.1-1_i686_Myah3.0-stable.mya
zisofs-tools_1.0.8-1_i686_Myah3.0-stable.mya
zlib_1.2.3-1_i686_Myah3.0-stable.mya
Last edited by Jeremiah on Sat Oct 27, 2007 12:46 am, edited 5 times in total.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby kiah » Wed Oct 24, 2007 7:58 am

Sorry for taking a while to reply. I know how frustrating it is waiting for replies!

Downloading it now, very excited!
kiah
 
Posts: 730
Joined: Thu Dec 14, 2006 5:51 am
Location: Sydney, Australia

Postby Jeremiah » Wed Oct 24, 2007 9:45 am

One thing I noticed after spending like 10 hours uploading is that for some reason the linux live scripts I used labled the CD SLAX when you put it into the drive. Kinda pissed about that. It makes it look like I'm using slax parts or something not sure who added that tag in there. But linux live scripts are not supposed to carry the slax name in them. Haven't had chance to upload the package trees yet but I will have it up tomarrow.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby Jeremiah » Thu Oct 25, 2007 12:30 am

I re uploaded an image with a fixed CD name. I couldn't stand to let that stay as it was. There is no other difference at all it was just a name fix.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby kiah » Thu Oct 25, 2007 9:47 am

Well it looks great but there is no lspci?
kiah
 
Posts: 730
Joined: Thu Dec 14, 2006 5:51 am
Location: Sydney, Australia

Postby kiah » Thu Oct 25, 2007 9:54 am

oh yeah, I've got a program recommendation for next time. s/azureus and transmission/deluge/. Deluge > * in terms of bittorrent clients.
kiah
 
Posts: 730
Joined: Thu Dec 14, 2006 5:51 am
Location: Sydney, Australia

Postby kiah » Thu Oct 25, 2007 9:59 am

ohhhhh I wondered why I was having so many troubles. Bad burn! I guess it'll be another while before I test this out then :(.
kiah
 
Posts: 730
Joined: Thu Dec 14, 2006 5:51 am
Location: Sydney, Australia

Postby Jeremiah » Thu Oct 25, 2007 1:39 pm

kiah like I posted above I would like to keep this thread only on this spacific release bugs and such. Not application request. I already have 2 torrent clients which is 1 more then I should have and will probably remove one at least from the CD next time. I have already looked into deluge before. It requires large rather silly libraries to work. Such as boost which I already have a package for and It will be on the server, but is not on the CD since there is no room for it and I didn't need it.

About your problems running the CD. That is what I would like to know more about. Can you first verify the md5sum of the ISO image. The md5sum is posted above. Make sure you have a good download. Then make sure you have a good burn. Also if you have any boot trouble try the safe mode aswell. That disables the bootsplash and vga 791 because I know some people had trouble with it. Also don't try copy to ram unless you have like 2 gigs of ram. Let me know what happens.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby DJ Gentoo » Thu Oct 25, 2007 4:31 pm

I really hope 3.0 ends up being a great release, because if it does, I'll probably use it as a gaming system in lieu of Arch and Elive. And so far, it doesn't seem disappointing. Just one question: Are you planning to include kernel 2.6.23 (with CFS) at some point? That would make things even faster, and make Myah OS one of the fastest distros out there. This could get you a lot of publicity if you could crank out an obscenely fast, easy-to-use distro that runs well even on (relatively) old hardware. And so far, it looks like that's what it's going to be.
And yeah, Deluge would make a great torrent client. A GIMP upgrade would probably be a good idea. Extra kudos for putting Exaile in this release!
Props for all that you're doing.
DJ Gentoo
 
Posts: 11
Joined: Sun Apr 29, 2007 1:31 pm

Postby Jeremiah » Thu Oct 25, 2007 4:49 pm

Yeah I went through all the packages like 2 weeks ago and it looks like there has already been many new version out.

I did use 2.6.23.1 to start with. But it will not work with several packages yet and no patches were available. Plus when I would boot it up the mouse would not get detected. I could unplug it and plug back it to get it to work but that is not a proper solution. I looked though the kernel and was not missing anything so not sure what the was wrong. So that is why I rolled back to 2.6.22.10

I can start a testing folder and I will upload the 2.6.23.1 source and binary packages I have. You can play with them abit and see if you can get them working better or something. I'm still uploading all the source and binary tree but if you like to work with the packages feel free.

I also noticed that the gimp menu entry is missing. So I need to fix it anyway. Since it's a top level program and not some keystone one I think I can just update it without worrying about any adverse affects.

I also need to write some instructions on how the installpkg and mbuild tools work. But it's not to complicated if you know your way around source codes.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby Jeremiah » Thu Oct 25, 2007 4:50 pm

Also I would like to see myah break into the gaming side. So if you are into gaming I would really like to see as many packages for games made as possible. I will be making some myself but I welcome anyone who wants to contribute.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby Jeremiah » Thu Oct 25, 2007 5:43 pm

2.6.23.1 also will not work with aufs and squashfs so I wouldn't be able to make a live CD from it.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby DJ Gentoo » Thu Oct 25, 2007 5:58 pm

Jeremiah wrote:Also I would like to see myah break into the gaming side. So if you are into gaming I would really like to see as many packages for games made as possible. I will be making some myself but I welcome anyone who wants to contribute.

That would rock, to see it get the recognition it deserves... Since it's based on the linux-live scripts, that means almost 100% SLAX compatibility when version 6 comes out (which is when all the modules on the site will be converted to LZM format so Myah can use them), and SLAX has some games. Not to mention Wolvix Hunter Edition... :twisted:
DJ Gentoo
 
Posts: 11
Joined: Sun Apr 29, 2007 1:31 pm

Postby Jeremiah » Thu Oct 25, 2007 6:09 pm

No it does use linux live scripts but that is only to create the live CD. It should have NO compatibility with slax at all. Yes I do use the lzm module for the live CD but that is basically the end of it. Slax is made from slackware it is based off of the library and binaries of slackware. It is also made to be just a live CD where you can add your own modules and what not. Myah OS has no compatibility with slackware at all. Slack is probably the furthest away from any linux distro there is. But you should know that mixing programs for other system is never recommended. Unless your talking a fake distro like Ubuntu then I'm sure you can take the real debian named packages and use them but I'm not sure on that.

Myah OS used .mya packages. There are also source packages with .tar.bz2 extention. You could make lmz modules if you wanted but it would be pointless as I have used the full CD space. Again I used use the linux live script to creat the live CD. I actually don't even use the build script at all. I create it myself but still use the tools it comes with.
User avatar
Jeremiah
Site Admin
 
Posts: 3949
Joined: Thu Jan 01, 1970 12:00 am

Postby kiah » Thu Oct 25, 2007 8:21 pm

The md5sums don't match. Downloading again now.
kiah
 
Posts: 730
Joined: Thu Dec 14, 2006 5:51 am
Location: Sydney, Australia

Next

Return to General discussion

Who is online

Users browsing this forum: Google [Bot] and 0 guests

cron