Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Ultimate Edition O/S builder..

Source code I have written openly published for your viewing pleasure.


Ultimate Edition O/S builder..

Postby TheeMahn » Mon Jan 21, 2013 4:07 am

04/10/14: This entire project was scrapped in favor of tmosb, which is far superior.
Main Website: http://www.uebuilder.com/
Mirror: http://www.os-builder.com/
Feedback & support: Forum

Code: Select all
theemahn@JackHammer:~$ os-builder

OS-Builder 1.7.1-7
===============

os-builder -[COMMAND] [optional folder/deb]

possible commands...
-v --version dump version info
-e --extract extract ISO
-b --build builds Ultimate Edition O/S(s)
-c --clean removes folder from extraction
-h --help this help message

Useage Extraction;
osbuilder -e [ISONAME]

Useage Clean;
osbuilder -c [OPTION]

Will erase specified folder ignoring permissions. Specifying no folder
name will erase all subfolders in the curent folder. It will display the
folders to be effected and prompt you. Please use with care. Specifying
[OPTION] cache will recusively removed everything stored ARCHIVE from
the configuration folder.

Useage Help;
osbuilder -h

Displays this message. For futher information please refer to the manpages.

man osbuilder


Examples: os-builder -e ultimate-edition-3.4-lite-x86.iso
Will extract ultimate-edition-3.4-lite-x86.iso
Examples: os-builder -b
Will build ultimate-edition-3.4-lite-x86.iso

GNU os-builder home page: <http://www.ultimateedition.info/>.
E-mail bug reports to: <[email protected]>.
Be sure to include the word osbuilder somewhere in the Subject: field.
theemahn@JackHammer:~$


Going to write a post about it may as well start here ;)
The attachment ultimate-edition-os-builder-1.7.1-7_all.deb is no longer available

ultimate-edition-os-builder-1.7.1-7_all.deb
(17.47 KiB) Downloaded 842 times

We Begin:
  • 1. Download above package and install it.
  • 2. Open a terminal
  • 3. make a "Working folder"
    Code: Select all
    mkdir wip/ && cd wip/
  • 3a. Snatch optional custom debs:
    Code: Select all
    mkdir -p ~/ARCHIVE/CUSTOM/
    cd ~/ARCHIVE/CUSTOM/
    ###### ULTIMATE EDITION TOUCH OF CLASS ######
    #List built with the following command:
    #ls *.deb | sort | while read line ; do echo "wget http://ultimateedition/Ultimate_Edition_3.4/"$line; done
    #Some files are not uploaded and are commented on why below.
    #############################################

    wget http://ultimateedition/Ultimate_Edition_3.4/apt-fast_0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/azenis-theme-pack_0.0.6_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/bin2iso_1.9b-5.1_amd64.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/blue-deck-theme-pack_0.0.3.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/conky-builder-1.17_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/conky-fonts-0.0.2_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/lava-theme-pack-0.0.6_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/onux-theme-0.0.4-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/radiotray_0.7.2_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/revolt-0.0.2_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/tm-rename-1.0-4_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ubiquity-slideshow-ubuntu_80_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-3.4.0-plymouth_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-cursors-0.0.4_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-customizations-3.4.0_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-icons-baby-blue-0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-icons-dark-glass.0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-icons-dark-one-0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-icons-gold-0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-icons-light-0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-icons-red-0.0.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-installation-guide-0.0.4.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-mergepdf_1.7.1-6_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-multi-monitor_1.7.1-7_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-nas-tools_1.7.1-7_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-nautilus-scripts-1.6.2_all.deb
    #Not on my watch ;) - This Gem will be copywriten & has never seen the web.
    #wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-repomaster_1.7.1-7_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-sound-scheme-0.0.3_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.0.3_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.1.6_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.2.5_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.3.5_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.4.9_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.5.4_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.6.4_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.7.1_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.8.2-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-2.9.0-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.0-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.1-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.2-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.3-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.4-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.5-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-theme-3.6-all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-themes-.0.1.3_all.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-edition-user-contributed-wallpapers-1.0_all.deb
    #Not necessary for x86
    #wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-player_1.0.1~precise_amd64.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/ultimate-player_1.0.1~precise_i386.deb
    #Not necessary for x86
    #wget http://ultimateedition/Ultimate_Edition_3.4/unetbootin-494_amd64.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/winetricks-20110629.deb
    wget http://ultimateedition/Ultimate_Edition_3.4/yarssr_0.2.2-4_all.deb
    cd ~/wip/
  • 4. Create Super User acct and login
    Code: Select all
    sudo passwd #Enter password 3 times
    su #Enter password again

  • 5. Build Ultimate Edition 3.4 Lite:
    Code: Select all
    os-builder -b

Os-Builder smartly handles the ISO(s) as well as the retrivied debs. What this means if a build happens to fail you will no longer have to retrieve the debs nor will you have to retrieve the base ISO used in building.

It will ask very few questions on building I am going to start with a clean build, each progressive build is done much quicker then the previous:
Code: Select all
root@JackHammer:/home/theemahn/wip# os-builder -c


edit/
extract-cd/
mnt/
squashfs/

WARNING: this will recursively delete all of the above directories.  Proceed? Y
Unmounting & Scraping...
Deleting: edit/
Deleting: extract-cd/
Deleting: mnt/
Deleting: squashfs/

Removing all error and build logs.
Removing
Process complete.

Lets roll:
Code: Select all
root@JackHammer:/home/theemahn/wip# os-builder -b
Configuration info /home/theemahn/.config/os-builder/os-builder.config
INISO:ubuntu-mini-remix-12.04-amd64.iso
ARCHIVE:/home/theemahn/ARCHIVE/DEBS/
URL:http://www.ubuntu-mini-remix.org/download/12.04/
ISOSTORE:/home/theemahn/ARCHIVE/ISO/
OUTISO:ultimate-edition-3.4-lite
CUSTOMDEBS:/home/theemahn/ARCHIVE/CUSTOM/
INISO exists on storage copying...
/home/theemahn/ARCHIVE/IS: written  200.0 Mb/ 200.0 Mb  100.0%  311.0 Mb/s 
Creating edit folder.
Creating extract-cd folder.
Creating squashfs folder.
Creating mnt folder.
Mounting ubuntu-mini-remix-12.04-amd64.iso.
mount: warning: mnt/ seems to be mounted read-only.
Rsyncing ubuntu-mini-remix-12.04-amd64.iso contents.
Mounting ubuntu-mini-remix-12.04-amd64.iso squashfs.
Transfering contents of squashfs.
Binding the bus.
Archive already exists, copying to chroot cache.
Copying custom debs to chroot.
Copying internal script.
ENTERING CHROOT
64 Bit O/S detected rollin in 64 bit style.
Initiating software installation.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  python-pycurl unattended-upgrades
Suggested packages:
  libcurl4-gnutls-dev python-pycurl-dbg bsd-mailx
The following NEW packages will be installed:
  python-pycurl python-software-properties unattended-upgrades
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/96.4 kB of archives.
After this operation, 645 kB of additional disk space will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Preconfiguring packages ...
Selecting previously unselected package unattended-upgrades.
(Reading database ... 19459 files and directories currently installed.)
Unpacking unattended-upgrades (from .../unattended-upgrades_0.76_all.deb) ...
Selecting previously unselected package python-pycurl.
Unpacking python-pycurl (from .../python-pycurl_7.19.0-4ubuntu3_amd64.deb) ...
Selecting previously unselected package python-software-properties.
Unpacking python-software-properties (from .../python-software-properties_0.82.7_all.deb) ...
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Processing triggers for ureadahead ...
Setting up unattended-upgrades (0.76) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up python-pycurl (7.19.0-4ubuntu3) ...
Setting up python-software-properties (0.82.7) ...
--2013-01-20 23:59:06--  http://ultimateedition.info/Ultimate_Edition_3.4/ultimate-edition-repositories-0.0.6_all.deb
Resolving ultimateedition.info (ultimateedition.info)... 50.63.124.125
Connecting to ultimateedition.info (ultimateedition.info)|50.63.124.125|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4758 (4.6K) [application/x-debian-package]
Saving to: `ultimate-edition-repositories-0.0.6_all.deb'

100%[=================================================================================================================================================================================================>] 4,758       --.-K/s   in 0.002s 

2013-01-20 23:59:06 (2.90 MB/s) - `ultimate-edition-repositories-0.0.6_all.deb' saved [4758/4758]

Selecting previously unselected package ultimate-edition-repositories.
(Reading database ... 19530 files and directories currently installed.)
Unpacking ultimate-edition-repositories (from ultimate-edition-repositories-0.0.6_all.deb) ...
Setting up ultimate-edition-repositories (0.0.6) ...
Distro detected: precise
Retriving GPG Keys for precise...
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.39Eh59pVZJ --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 632D16BB0C713DA6 4B1E287796DD5C9A B9F1C432AE74AE63 224D9D15EE176F89 5A9BF3BB4E5E17B5 3E0219167854A3A9 58403026387EE263 2ED6BB6042C24D89 6D975C4791E7EE5E 7889D725DA6DEEAA DB70C672B219D801 531EE72F4C9D234C 69C84AD58DB2FB15 8E5D2411637A5E2A 2EBC26B60C5A2783 A8A515F046D7E7CF 6AF0E1940624A220 6A9653F936FD5529 8520F66905311B6A 7274A4DAE80D6BF5 A8AA1FAA3F055C03 43BB102C405A15CB 1015216E75198A89 38B43CC308516FBE 7816E908AA71CF6C 6CECEA1EE32DD113 5E68EC8E5E34AB6B DFB844B8BB91632D C2518248EEA14886 C2518248EEA14886 A040830F7FAC5991 94E58C34A8670E8C 4F7A22B6A744DB59 3EE67F3D0FF405B2 CBDFA02B432BB368 4CDB129629A4B41A 68980A0EA10B4DE8
gpg: requesting key 0C713DA6 from hkp server keyserver.ubuntu.com
gpg: requesting key 96DD5C9A from hkp server keyserver.ubuntu.com
gpg: requesting key AE74AE63 from hkp server keyserver.ubuntu.com
gpg: requesting key EE176F89 from hkp server keyserver.ubuntu.com
gpg: requesting key 4E5E17B5 from hkp server keyserver.ubuntu.com
gpg: requesting key 7854A3A9 from hkp server keyserver.ubuntu.com
gpg: requesting key 387EE263 from hkp server keyserver.ubuntu.com
gpg: requesting key 42C24D89 from hkp server keyserver.ubuntu.com
gpg: requesting key 91E7EE5E from hkp server keyserver.ubuntu.com
gpg: requesting key DA6DEEAA from hkp server keyserver.ubuntu.com
gpg: requesting key B219D801 from hkp server keyserver.ubuntu.com
gpg: requesting key 4C9D234C from hkp server keyserver.ubuntu.com
gpg: requesting key 8DB2FB15 from hkp server keyserver.ubuntu.com
gpg: requesting key 637A5E2A from hkp server keyserver.ubuntu.com
gpg: requesting key 0C5A2783 from hkp server keyserver.ubuntu.com
gpg: requesting key 46D7E7CF from hkp server keyserver.ubuntu.com
gpg: requesting key 0624A220 from hkp server keyserver.ubuntu.com
gpg: requesting key 36FD5529 from hkp server keyserver.ubuntu.com
gpg: requesting key 05311B6A from hkp server keyserver.ubuntu.com
gpg: requesting key E80D6BF5 from hkp server keyserver.ubuntu.com
gpg: requesting key 3F055C03 from hkp server keyserver.ubuntu.com
gpg: requesting key 405A15CB from hkp server keyserver.ubuntu.com
gpg: requesting key 75198A89 from hkp server keyserver.ubuntu.com
gpg: requesting key 08516FBE from hkp server keyserver.ubuntu.com
gpg: requesting key AA71CF6C from hkp server keyserver.ubuntu.com
gpg: requesting key E32DD113 from hkp server keyserver.ubuntu.com
gpg: requesting key 5E34AB6B from hkp server keyserver.ubuntu.com
gpg: requesting key BB91632D from hkp server keyserver.ubuntu.com
gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
gpg: requesting key 7FAC5991 from hkp server keyserver.ubuntu.com
gpg: requesting key A8670E8C from hkp server keyserver.ubuntu.com
gpg: requesting key A744DB59 from hkp server keyserver.ubuntu.com
gpg: requesting key 0FF405B2 from hkp server keyserver.ubuntu.com
gpg: requesting key 432BB368 from hkp server keyserver.ubuntu.com
gpg: requesting key 29A4B41A from hkp server keyserver.ubuntu.com
gpg: requesting key A10B4DE8 from hkp server keyserver.ubuntu.com
gpg: key 0C713DA6: public key "Launchpad PPA for Fabien Tassin" imported
gpg: key 96DD5C9A: public key "Launchpad PPA for Tormod Volden" imported
gpg: key AE74AE63: public key "Launchpad PPA for Bogdan Butnaru" imported
gpg: key EE176F89: public key "Launchpad PPA for Ubuntu Pythoneers" imported
gpg: key 4E5E17B5: public key "Launchpad PPA for chromium-daily" imported
gpg: key 7854A3A9: public key "Launchpad PPA for Team Galaxium" imported
gpg: key 387EE263: public key "Scott Ritchie <[email protected]>" imported
gpg: key 42C24D89: public key "Launchpad PPA for compiz packagers" imported
gpg: key 91E7EE5E: public key "Launchpad PPA for XBMC for Linux" imported
gpg: key DA6DEEAA: public key "Launchpad PPA for Globalmenu Team" imported
gpg: key B219D801: public key "Paolo Rampino (akirad) <[email protected]>" imported
gpg: key 4C9D234C: public key "Launchpad webupd8" imported
gpg: key 8DB2FB15: public key "Launchpad PPA for Travis Watkins" imported
gpg: key 637A5E2A: public key "Launchpad PPA for Paolo Rampino" imported
gpg: key 0C5A2783: public key "Medibuntu Packaging Team <[email protected]>" imported
gpg: key 46D7E7CF: public key "GetDeb Archive Automatic Signing Key <[email protected]>" imported
gpg: key 0624A220: public key "Launchpad PPA for TualatriX" imported
gpg: key 36FD5529: public key "Launchpad PPA for atareao" imported
gpg: key 05311B6A: public key "Launchpad PPA for Ayatana Scrollbar Team" imported
gpg: key E80D6BF5: public key "Launchpad cairo-dock" imported
gpg: key 3F055C03: public key "Launchpad PPA for Daniel Richter" imported
gpg: key 405A15CB: public key "Launchpad PPA named mrw-gimp-svn for matthaeus123" imported
gpg: key 75198A89: public key "Launchpad Ubuntu Furry Remix 9.10" imported
gpg: key 08516FBE: public key "Launchpad PPA for The Board Team" imported
gpg: key AA71CF6C: public key "Launchpad TahuTEK.net PPA Repository" imported
gpg: key E32DD113: public key "Launchpad PPA for unity-2d-team" imported
gpg: key 5E34AB6B: public key "Launchpad PPA for Unity Project Team" imported
gpg: key BB91632D: public key "Launchpad PPA for Weather Indicator Team" imported
gpg: key EEA14886: public key "Launchpad VLC" imported
gpg: key EEA14886: "Launchpad VLC" not changed
gpg: key 7FAC5991: public key "Google, Inc. Linux Package Signing Key <[email protected]>" imported
gpg: key A8670E8C: public key "Launchpad PPA for Screenlets" imported
gpg: key A744DB59: public key "Glenn Cady (Theme linux repository) <[email protected]>" imported
gpg: key 0FF405B2: public key "Clement Lefebvre (Linux Mint Package Repository v1) <[email protected]>" imported
gpg: key 432BB368: public key "Launchpad PPA for Cinelerra" imported
gpg: key 29A4B41A: public key "Launchpad PPA for Nathan Rennie-Waldock" imported
gpg: key A10B4DE8: public key "Stefano Karapetsas (MATE) <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 37
gpg:               imported: 36  (RSA: 31)
gpg:              unchanged: 1
Setting precise in all source.lists
Cleaning up
Activiating uncomented repositories.
Please update your sources list. sudo apt-get update
You are about to add the following PPA to your system:
 
 More info: https://launchpad.net/~tiheum/+archive/equinox
Press [ENTER] to continue or ctrl-c to cancel adding it



Hit enter 5 times to let the additional PPA's in your sources list and add GPG keys. It will automatically update the sources list and begin package installation. In my case I don't have to download squat. all pushed from cache. Pay close attention to the last line:
Code: Select all
Fetched 21.9 MB in 18s (1193 kB/s)                                                                                                                                                                                                       
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  alsa-base alsa-utils apache2.2-bin aspell aspell-en atril atril-common avahi-daemon bluez caja caja-common cmap-adobe-japan1 consolekit cpp cpp-4.6 cpufrequtils cryptsetup-bin dbus-x11 dconf-gsettings-backend dconf-service
  desktop-file-utils dictionaries-common dmz-cursor-theme enchant engrampa engrampa-common eom eom-common ffmpegthumbnailer ffmpegthumbnailer-caja fontconfig fontconfig-config gconf-service gconf-service-backend gconf2 gconf2-common
  ghostscript glib-networking glib-networking-common glib-networking-services gnome-keyring gs-cjk-resource gsettings-desktop-schemas gsfonts gstreamer0.10-alsa gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x
  gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs hddtemp hicolor-icon-theme hunspell-en-us libaa1 libapache2-mod-dnssd libapr1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap libarchive12 libart-2.0-2 libasound2 libaspell15 libatasmart4 libatk1.0-0 libatk1.0-data libatkmm-1.6-1 libatril libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libavc1394-0
  libavcodec53 libavformat53 libavutil51 libbluetooth3 libcaca0 libcairo-gobject2 libcairo2 libcairomm-1.0-1 libcaja-extension libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra0 libcap2
  libcap2-bin libcdio-cdda1 libcdio-paranoia1 libcdio13 libcdparanoia0 libck-connector0 libclass-isa-perl libcpufreq0 libcroco3 libcryptsetup4 libcups2 libcupsimage2 libdaemon0 libdatrie1 libdconf0 libdevmapper-event1.02.1
  libdjvulibre-text libdjvulibre21 libdv4 libenchant1c2a libencode-locale-perl libexempi3 libexif12 libfam0 libffmpegthumbnailer4 libfile-listing-perl libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libgail18 libgck-1-0
  libgconf-2-4 libgconf2-4 libgcr-3-1 libgcr-3-common libgd2-xpm libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdu0 libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx libglade2-0 libglapi-mesa libglib2.0-data libglibmm-2.4-1c2a libglu1-mesa
  libgmp10 libgnome-keyring-common libgnome-keyring0 libgphoto2-2 libgphoto2-l10n libgphoto2-port0 libgpm2 libgs9 libgs9-common libgsm1 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkmm-2.4-1c2a libgtksourceview2.0-0 libgtksourceview2.0-common libgtop2-7 libgtop2-common libgudev-1.0-0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
  libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.3-0 libice6 libidl-common libidl0 libiec61883-0 libijs-0.35 libimobiledevice2
  libio-socket-inet6-perl libio-socket-ssl-perl libjack-jackd2-0 libjasper1 libjbig2dec0 libjpeg-turbo8 libjpeg62 libjpeg8 libkpathsea5 liblcms1 liblcms2-2 libllvm3.0 libltdl7 liblua5.1-0 liblvm2app2.2 liblwp-mediatypes-perl
  liblwp-protocol-https-perl libmailtools-perl libmarco libmate libmate-common libmatebluetooth libmatecanvas libmatecomponent libmatecomponentui libmateconf libmatecorba libmatedesktop libmatekbd libmatekeyring libmatemenu
  libmatenotify libmatepanelapplet libmatepolkit libmatesensorsappletplugin libmateui libmatevfs libmateweather libmateweather-common libmatewnck libmatewnck-common libmpc2 libmpfr4 libnet-dbus-perl libnet-http-perl
  libnet-ssleay-perl libnettle4 libnotify4 libnspr4 libnss-mdns libnss3 libogg0 liboobs-1-5 libopenobex1 liborc-0.4-0 libpam-cap libpam-ck-connector libpam-gnome-keyring libpango1.0-0 libpangomm-1.4-1 libpaper-utils libpaper1
  libpixman-1-0 libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0 libpoppler-glib8 libpoppler19 libproxy1 libpython2.7 libraw1394-11 librpm2 librpmio2 librsvg2-2 librsvg2-common libsamplerate0 libschroedinger-1.0-0 libsensors4
  libsgutils2-2 libshout3 libsigc++-2.0-0c2a libsm6 libsmbclient libsocket6-perl libsoup-gnome2.4-1 libsoup2.4-1 libspectre1 libspeex1 libstartup-notification0 libswitch-perl libswscale2 libt1-5 libtag1-vanilla libtag1c2a libtalloc2
  libtasn1-3-bin libtdb1 libthai-data libthai0 libtheora0 libtie-ixhash-perl libtiff4 libtimedate-perl libunique-1.0-0 libupower-glib1 liburi-perl libusbmuxd1 libv4l-0 libv4lconvert0 libva1 libvisual-0.4-0 libvisual-0.4-plugins
  libvorbis0a libvorbisenc2 libvorbisfile3 libvpx1 libvte-common libvte9 libwavpack1 libwbclient0 libwww-perl libwww-robotrules-perl libx11-xcb1 libx86-1 libxaw7 libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-util0
  libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1 libxklavier16 libxml-parser-perl libxml-twig-perl libxml-xpath-perl libxmu6 libxpm4 libxrandr2 libxrender1 libxres1 libxss1 libxt6 libxtst6
  libxv1 libxxf86dga1 libxxf86vm1 linux-sound-base marco marco-common mate-applets mate-applets-common mate-backgrounds mate-bluetooth mate-calc mate-conf mate-conf-common mate-control-center mate-corba mate-desktop
  mate-desktop-common mate-desktop-gnome mate-dialogs mate-icon-theme mate-keyring mate-media mate-media-common mate-media-gstreamer mate-menus mate-mime-data mate-netspeed mate-panel mate-panel-common mate-polkit mate-power-manager
  mate-power-manager-common mate-screensaver mate-sensors-applet mate-session-manager mate-settings-daemon mate-settings-daemon-common mate-settings-daemon-gstreamer mate-system-monitor mate-system-tools mate-terminal
  mate-terminal-common mate-text-editor mate-themes mate-user-share mate-utils mate-vfs mate-vfs-common mate-window-manager menu menu-xdg mozo mtools notification-daemon obex-data-server obexd-client p7zip-full perl perl-base
  perl-modules pm-utils policykit-1 policykit-1-gnome python-cairo python-corba python-gi python-glade2 python-gobject python-gobject-2 python-gst0.10 python-gtk2 python-gtksourceview2 python-libxml2 python-mate python-mate-desktop
  python-mate-menu python-notify python-support python2.7 python2.7-minimal rpm-common rpm2cpio shared-mime-info sound-theme-freedesktop system-tools-backends ttf-dejavu-core udisks upower usbmuxd vbetool x11-common x11-utils
  x11-xkb-utils
Suggested packages:
  apmd alsa-oss oss-compat aspell-doc spellutils unrar poppler-data mate-file-manager avahi-autoipd gstreamer0.10-tools meld cpp-doc gcc-4.6-locales ispell emacsen-common jed-extra lha sharutils ncompress binutils unace lzip lzop
  rzip unalz unzip zoo arj gconf-defaults-service ghostscript-cups ghostscript-x hpijs fonts-ipafont-mincho fonts-ipafont-gothic ttf-arphic-ukai ttf-arphic-uming fonts-unfonts-core murrine-themes samba-common ksensors hunspell
  openoffice.org-hunspell openoffice.org-core libasound2-plugins libasound2-python libcanberra-pulse libcap-dev cups-common libdv-bin libenchant-voikko fam libgd-tools libglide3 gphoto2 gtkam gpm gstreamer-codec-install
  gnome-codec-install libdata-dump-perl jackd2 libjasper-runtime liblcms-utils liblcms2-utils libcrypt-ssleay-perl libmime-base64-perl ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp
  libraw1394-doc librsvg2-bin lm-sensors sg3-utils libspectre1-dbg speex libauthen-ntlm-perl libunicode-map8-perl libunicode-string-perl xml-twig-tools caja-sendto xscreensaver-data rss-glx mate-sensors-applet-ati
  mate-sensors-applet-nvidia ntp menu-l10n gksu kdebase-bin kdebase-runtime ktsuss sux floppyd p7zip-rar perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl make libpod-plainer-perl wireless-tools ethtool radeontool
  python-gi-cairo python-gtk2-doc python-gobject-2-dbg python-gst0.10-dev python-gst0.10-dbg libgtksourceview2.0-dev python2.7-doc binfmt-support rpm-i18n xfsprogs reiserfsprogs mdadm mesa-utils
The following NEW packages will be installed:
  alsa-base alsa-utils apache2.2-bin aspell aspell-en atril atril-common avahi-daemon bluez caja caja-common cmap-adobe-japan1 consolekit cpp cpp-4.6 cpufrequtils cryptsetup-bin dbus-x11 dconf-gsettings-backend dconf-service
  desktop-file-utils dictionaries-common dmz-cursor-theme enchant engrampa engrampa-common eom eom-common ffmpegthumbnailer ffmpegthumbnailer-caja fontconfig fontconfig-config gconf-service gconf-service-backend gconf2 gconf2-common
  ghostscript glib-networking glib-networking-common glib-networking-services gnome-keyring gs-cjk-resource gsettings-desktop-schemas gsfonts gstreamer0.10-alsa gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-x
  gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf gvfs gvfs-backends gvfs-common gvfs-daemons gvfs-libs hddtemp hicolor-icon-theme hunspell-en-us libaa1 libapache2-mod-dnssd libapr1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap libarchive12 libart-2.0-2 libasound2 libaspell15 libatasmart4 libatk1.0-0 libatk1.0-data libatkmm-1.6-1 libatril libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libavc1394-0
  libavcodec53 libavformat53 libavutil51 libbluetooth3 libcaca0 libcairo-gobject2 libcairo2 libcairomm-1.0-1 libcaja-extension libcanberra-gtk-module libcanberra-gtk0 libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra0 libcap2
  libcap2-bin libcdio-cdda1 libcdio-paranoia1 libcdio13 libcdparanoia0 libck-connector0 libclass-isa-perl libcpufreq0 libcroco3 libcryptsetup4 libcups2 libcupsimage2 libdaemon0 libdatrie1 libdconf0 libdevmapper-event1.02.1
  libdjvulibre-text libdjvulibre21 libdv4 libenchant1c2a libencode-locale-perl libexempi3 libexif12 libfam0 libffmpegthumbnailer4 libfile-listing-perl libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libgail18 libgck-1-0
  libgconf-2-4 libgconf2-4 libgcr-3-1 libgcr-3-common libgd2-xpm libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdu0 libgksu2-0 libgl1-mesa-dri libgl1-mesa-glx libglade2-0 libglapi-mesa libglib2.0-data libglibmm-2.4-1c2a libglu1-mesa
  libgmp10 libgnome-keyring-common libgnome-keyring0 libgphoto2-2 libgphoto2-l10n libgphoto2-port0 libgpm2 libgs9 libgs9-common libgsm1 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk-3-0 libgtk-3-bin libgtk-3-common
  libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkmm-2.4-1c2a libgtksourceview2.0-0 libgtksourceview2.0-common libgtop2-7 libgtop2-common libgudev-1.0-0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
  libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.3-0 libice6 libidl-common libidl0 libiec61883-0 libijs-0.35 libimobiledevice2
  libio-socket-inet6-perl libio-socket-ssl-perl libjack-jackd2-0 libjasper1 libjbig2dec0 libjpeg-turbo8 libjpeg62 libjpeg8 libkpathsea5 liblcms1 liblcms2-2 libllvm3.0 libltdl7 liblua5.1-0 liblvm2app2.2 liblwp-mediatypes-perl
  liblwp-protocol-https-perl libmailtools-perl libmarco libmate libmate-common libmatebluetooth libmatecanvas libmatecomponent libmatecomponentui libmateconf libmatecorba libmatedesktop libmatekbd libmatekeyring libmatemenu
  libmatenotify libmatepanelapplet libmatepolkit libmatesensorsappletplugin libmateui libmatevfs libmateweather libmateweather-common libmatewnck libmatewnck-common libmpc2 libmpfr4 libnet-dbus-perl libnet-http-perl
  libnet-ssleay-perl libnettle4 libnotify4 libnspr4 libnss-mdns libnss3 libogg0 liboobs-1-5 libopenobex1 liborc-0.4-0 libpam-cap libpam-ck-connector libpam-gnome-keyring libpango1.0-0 libpangomm-1.4-1 libpaper-utils libpaper1
  libpixman-1-0 libplist1 libpolkit-agent-1-0 libpolkit-backend-1-0 libpoppler-glib8 libpoppler19 libproxy1 libpython2.7 libraw1394-11 librpm2 librpmio2 librsvg2-2 librsvg2-common libsamplerate0 libschroedinger-1.0-0 libsensors4
  libsgutils2-2 libshout3 libsigc++-2.0-0c2a libsm6 libsmbclient libsocket6-perl libsoup-gnome2.4-1 libsoup2.4-1 libspectre1 libspeex1 libstartup-notification0 libswitch-perl libswscale2 libt1-5 libtag1-vanilla libtag1c2a libtalloc2
  libtasn1-3-bin libtdb1 libthai-data libthai0 libtheora0 libtie-ixhash-perl libtiff4 libtimedate-perl libunique-1.0-0 libupower-glib1 liburi-perl libusbmuxd1 libv4l-0 libv4lconvert0 libva1 libvisual-0.4-0 libvisual-0.4-plugins
  libvorbis0a libvorbisenc2 libvorbisfile3 libvpx1 libvte-common libvte9 libwavpack1 libwbclient0 libwww-perl libwww-robotrules-perl libx11-xcb1 libx86-1 libxaw7 libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-util0
  libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxft2 libxi6 libxinerama1 libxkbfile1 libxklavier16 libxml-parser-perl libxml-twig-perl libxml-xpath-perl libxmu6 libxpm4 libxrandr2 libxrender1 libxres1 libxss1 libxt6 libxtst6
  libxv1 libxxf86dga1 libxxf86vm1 linux-sound-base marco marco-common mate-applets mate-applets-common mate-backgrounds mate-bluetooth mate-calc mate-conf mate-conf-common mate-control-center mate-corba mate-core mate-desktop
  mate-desktop-common mate-desktop-environment mate-desktop-gnome mate-dialogs mate-icon-theme mate-keyring mate-media mate-media-common mate-media-gstreamer mate-menus mate-mime-data mate-netspeed mate-panel mate-panel-common
  mate-polkit mate-power-manager mate-power-manager-common mate-screensaver mate-sensors-applet mate-session-manager mate-settings-daemon mate-settings-daemon-common mate-settings-daemon-gstreamer mate-system-monitor
  mate-system-tools mate-terminal mate-terminal-common mate-text-editor mate-themes mate-user-share mate-utils mate-vfs mate-vfs-common mate-window-manager menu menu-xdg mozo mtools notification-daemon obex-data-server obexd-client
  p7zip-full perl perl-modules pm-utils policykit-1 policykit-1-gnome python-cairo python-central python-corba python-glade2 python-gobject python-gobject-2 python-gst0.10 python-gtk2 python-gtksourceview2 python-libxml2 python-mate
  python-mate-desktop python-mate-menu python-notify python-support rpm-common rpm2cpio shared-mime-info sound-theme-freedesktop system-tools-backends ttf-dejavu-core udisks upower usbmuxd vbetool x11-common x11-utils x11-xkb-utils
The following packages will be upgraded:
  perl-base python-gi python2.7 python2.7-minimal
4 upgraded, 426 newly installed, 0 to remove and 88 not upgraded.
Need to get 0 B/218 MB of archives.

Dont think the upgrades are not coming in too ;) Oh, BTW mate will fail to install the OS-Builder will automatically fix that later.
dpkg: dependency problems prevent configuration of mate-bluetooth:
mate-bluetooth depends on bluez (>= 4.36); however:
Package bluez is not configured yet.
dpkg: error processing mate-bluetooth (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.

Failed, repaired and upgrades rolling in notice once again 0 bytes to download:
Errors were encountered while processing:
bluez
mate-bluetooth
mate-desktop-environment
mate-user-share
E: Sub-process /usr/bin/dpkg returned an error code (1)
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 88 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up bluez (4.98-2ubuntu7) ...
reload: Unknown instance:
invoke-rc.d: initscript dbus, action "force-reload" failed.
reload: Unknown instance:
invoke-rc.d: initscript udev, action "reload" failed.
bluetooth start/running
Setting up mate-bluetooth (1.4.0-2+precise) ...
Setting up mate-desktop-environment (1.4.0+precise) ...
Setting up mate-user-share (1.4.1-1+precise) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-generic linux-image-generic
The following packages will be upgraded:
accountsservice apparmor apt apt-transport-https apt-utils base-files bind9-host busybox-initramfs busybox-static coreutils cron dbus dmsetup dnsutils dpkg gnupg gpgv grub-common grub-pc grub-pc-bin grub2-common hdparm initscripts
isc-dhcp-client isc-dhcp-common krb5-locales libaccountsservice0 libapt-inst1.4 libapt-pkg4.12 libbind9-80 libc-bin libc6 libdbus-1-3 libdevmapper1.02.1 libdns81 libexpat1 libfreetype6 libgcrypt11 libglib2.0-0 libgnutls26
libgssapi-krb5-2 libisc83 libisccc80 libisccfg82 libk5crypto3 libkrb5-3 libkrb5support0 libldap-2.4-2 liblwres80 libparted0debian1 libpolkit-gobject-1-0 libsasl2-2 libsasl2-modules libsqlite3-0 libssl1.0.0 libtasn1-3 libudev0
libxcb1 libxml2 linux-firmware login lsb-base lsb-release man-db mountall multiarch-support ntfs-3g ntpdate openssl parted passwd psmisc python-software-properties resolvconf sudo sysv-rc sysvinit-utils tzdata ubuntu-keyring udev
unattended-upgrades update-manager-core upstart vim-common vim-tiny xkb-data
86 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/55.6 MB of archives.
After this operation, 559 kB of additional disk space will be used.

If you opted for section 3a. above:
Code: Select all
Setting up radiotray (0.7.2-1ubuntu1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Installing Custom debs.

It will also fail to be autofixed later:
Code: Select all
Unpacking yarssr (from yarssr_0.2.2-4_all.deb) ...
dpkg: dependency problems prevent configuration of apt-fast:
 apt-fast depends on axel; however:
  Package axel is not installed.
dpkg: error processing apt-fast (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of azenis-theme-pack:
 azenis-theme-pack depends on gtk2-engines-aurora; however:
  Package gtk2-engines-aurora is not installed.
dpkg: error processing azenis-theme-pack (--install):
 dependency problems - leaving unconfigured
Setting up bin2iso (1.9b-5.1) ...

Auto detects chroot enviornment as 32 / 64 bit and drawls in codecs appropriately set's skelaton & customizations:
Code: Select all
Processing triggers for menu ...
x86_64
Linux JackHammer 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Installing 64 Bit Codecs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  w64codecs
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 0 B/210 kB of archives.
After this operation, 623 kB of additional disk space will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package w64codecs.
(Reading database ... 409852 files and directories currently installed.)
Unpacking w64codecs (from .../w64codecs_20071007-0medibuntu2_amd64.deb) ...
Setting up w64codecs (20071007-0medibuntu2) ...
ENTERING CUSTOMIZATION MODE
Processing biof.desktop file..
Processing busyspheres.desktop file..
Processing colorfire.desktop file..
Processing cosmos-slideshow.desktop file..
Processing cyclone.desktop file..
Processing drempels.desktop file..
Processing electricsheep.desktop file..
Processing euphoria.desktop file..
Processing feedback.desktop file..
Processing fiberlamp.desktop file..
Processing fieldlines.desktop file..
Processing flocks.desktop file..
Processing flux.desktop file..
Processing footlogo-floaters.desktop file..
Processing fuzzyflakes.desktop file..
Processing helios.desktop file..
Processing hufo_smoke.desktop file..
Processing hufo_tunnel.desktop file..
Processing hyperspace.desktop file..
Processing lattice.desktop file..
Processing lorenz.desktop file..
Processing matrixview.desktop file..
Processing personal-slideshow.desktop file..
Processing pixelcity.desktop file..
Processing plasma.desktop file..
Processing popsquares.desktop file..
Processing skyrocket.desktop file..
Processing solarwinds.desktop file..
Processing spirographx.desktop file..
Processing sundancer2.desktop file..
Generating grub.cfg ...
cat: /boot/grub/video.lst: No such file or directory
Found background: /usr/share/wallpapers/Ultimate_Edition_3.4.png
Found linux image: /boot/vmlinuz-3.2.0-23-generic
Found initrd image: /boot/initrd.img-3.2.0-23-generic
Found memtest86+ image: /boot/memtest86+.bin
done
rm: cannot remove directory: `.'
rm: cannot remove directory: `..'
--2013-01-21 00:16:51--  http://ultimateedition.info/Ultimate_Edition_3.4/skel.tar.gz
Resolving ultimateedition.info (ultimateedition.info)... 50.63.124.125
Connecting to ultimateedition.info (ultimateedition.info)|50.63.124.125|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3074406 (2.9M) [application/x-tar]
Saving to: `skel.tar.gz'

100%[=================================================================================================================================================================================================>] 3,074,406    506K/s   in 5.3s   

2013-01-21 00:16:56 (562 KB/s) - `skel.tar.gz' saved [3074406/3074406]

.profile
.face.icon
.face
.draw_bg.lua
.bashrc
.bash_logout
conky-builder.sh
.yarssr/config
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/prefs-dwhelper.js
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/addtoblacklist-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/convconf-handler.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/conversion-manager.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/copyurl-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/domhook-service.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/download-manager.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/download-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/downloadconvert-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/dump-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/dwhelper-util-service.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/flashgot-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/license-handler.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/medialink-probe.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/medialist-manager.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/mp3tunes-manager.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/mp3tuneslocker-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/mp3tunesmobile-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/network-probe.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/quickdownload-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/safemode-handler.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/scap-manager.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/scap-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/scap.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/socialshare-processor.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/util-service.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/youtube-probe.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/youtubeinfo-service.jsm
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/chrome/dwhelper.jar
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhCore.js
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIContextItem.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIConversionListener.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIConvertMgr.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhICore.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIDOMHook.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIDownloadListener.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIDownloadMgr.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIMP3Tunes.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIMediaListMgr.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIProbe.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIProbeMouseListener.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIProcessor.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIScapMgr.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhISmartNamer.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhISocialShare.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIUtilService.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhIYTInfo.xpt
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhSmartNamer.js
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/dhYoutubeLinksContextItem.js
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/csref.cfg
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/wm.png
.mozilla/firefox/q2l51o82.default/chrome/images/ToolbarDark.png
.mozilla/firefox/q2l51o82.default/chrome/images/WindowBg-dark.png
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-dn-dis.gif
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-down-dis.gif
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-down-hov.gif
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-down.gif
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-up-dis.gif
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-up-hov.gif
.mozilla/firefox/q2l51o82.default/chrome/images/arrow-up.gif
.mozilla/firefox/q2l51o82.default/chrome/images/connecting.png
.mozilla/firefox/q2l51o82.default/chrome/images/identity-icons-generic.png
.mozilla/firefox/q2l51o82.default/chrome/images/loading.png
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/chrome.manifest
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/install.rdf
.mozilla/firefox/q2l51o82.default/chrome/userChrome.css
.mozilla/firefox/q2l51o82.default/chrome/userContent.css
.mozilla/firefox/q2l51o82.default/bookmarkbackups/bookmarks-2012-03-02.json
.mozilla/firefox/q2l51o82.default/blocklist.xml
.mozilla/firefox/q2l51o82.default/compatibility.ini
.mozilla/firefox/q2l51o82.default/compreg.dat
.mozilla/firefox/q2l51o82.default/cshelper.cfg
.mozilla/firefox/q2l51o82.default/dh-conv-rules.rdf
.mozilla/firefox/q2l51o82.default/dh-media-lists.rdf
.mozilla/firefox/q2l51o82.default/dh-smart-names.rdf
.mozilla/firefox/q2l51o82.default/extensions.ini
.mozilla/firefox/q2l51o82.default/extensions.rdf
.mozilla/firefox/q2l51o82.default/pluginreg.dat
.mozilla/firefox/q2l51o82.default/prefs.js
.mozilla/firefox/q2l51o82.default/search.json
.mozilla/firefox/q2l51o82.default/sessionstore.js
.mozilla/firefox/q2l51o82.default/urlclassifier.pset
.mozilla/firefox/q2l51o82.default/xpti.dat
.mozilla/firefox/profiles.ini
.mateconf/apps/panel/toplevels/bottom_panel_screen0/background/%mateconf.xml
.mateconf/apps/panel/toplevels/top_panel_screen0/background/%mateconf.xml
.mateconf/apps/panel/applets/applet_0/prefs/%mateconf.xml
.mateconf/apps/panel/applets/window_list_screen0/prefs/%mateconf.xml
.mateconf/apps/panel/applets/clock_screen0/prefs/%mateconf.xml
.mateconf/apps/panel/applets/workspace_switcher_screen0/prefs/%mateconf.xml
.mateconf/desktop/mate/peripherals/mouse/%mateconf.xml
.mateconf/desktop/mate/accessibility/keyboard/%mateconf.xml
.mateconf/apps/panel/toplevels/bottom_panel_screen0/%mateconf.xml
.mateconf/apps/panel/toplevels/top_panel_screen0/%mateconf.xml
.mateconf/apps/panel/objects/object_0/%mateconf.xml
.mateconf/apps/panel/objects/browser_launcher_screen0/%mateconf.xml
.mateconf/apps/panel/objects/object_1/%mateconf.xml
.mateconf/apps/panel/objects/email_launcher_screen0/%mateconf.xml
.mateconf/apps/panel/objects/object_2/%mateconf.xml
.mateconf/apps/panel/objects/menu_bar_screen0/%mateconf.xml
.mateconf/apps/panel/objects/object_3/%mateconf.xml
.mateconf/apps/panel/applets/applet_0/%mateconf.xml
.mateconf/apps/panel/applets/window_list_screen0/%mateconf.xml
.mateconf/apps/panel/applets/notification_area_screen0/%mateconf.xml
.mateconf/apps/panel/applets/clock_screen0/%mateconf.xml
.mateconf/apps/panel/applets/workspace_switcher_screen0/%mateconf.xml
.mateconf/apps/panel/applets/show_desktop_button_screen0/%mateconf.xml
.mateconf/apps/panel/applets/window_menu_screen0/%mateconf.xml
.mateconf/desktop/mate/peripherals/%mateconf.xml
.mateconf/desktop/mate/interface/%mateconf.xml
.mateconf/desktop/mate/accessibility/%mateconf.xml
.mateconf/desktop/mate/background/%mateconf.xml
.mateconf/apps/marco/general/%mateconf.xml
.mateconf/apps/panel/toplevels/%mateconf.xml
.mateconf/apps/panel/objects/%mateconf.xml
.mateconf/apps/panel/general/%mateconf.xml
.mateconf/apps/panel/applets/%mateconf.xml
.mateconf/apps/caja/preferences/%mateconf.xml
.mateconf/desktop/mate/%mateconf.xml
.mateconf/apps/marco/%mateconf.xml
.mateconf/apps/panel/%mateconf.xml
.mateconf/apps/caja/%mateconf.xml
.mateconf/desktop/%mateconf.xml
.mateconf/apps/%mateconf.xml
.local/share/radiotray/bookmarks.xml
.local/share/radiotray/config.xml
.kde/share/config/amarokrc
.kde/share/config/auroraerc
.kde/share/config/cervisiapartrc
.kde/share/config/cervisiarc
.kde/share/config/cvsservicerc
.kde/share/config/emailidentities
.kde/share/config/gtkrc
.kde/share/config/gtkrc-2.0
.kde/share/config/katerc
.kde/share/config/kcalcrc
.kde/share/config/kcmaudiocdrc
.kde/share/config/kcmdisplayrc
.kde/share/config/kcminputrc
.kde/share/config/kconf_updaterc
.kde/share/config/kcookiejarrc
.kde/share/config/kdebugrc
.kde/share/config/kdedrc
.kde/share/config/kdeglobals
.kde/share/config/kfmclientrc
.kde/share/config/kglobalshortcutsrc
.kde/share/config/kio_httprc
.kde/share/config/kioslaverc
.kde/share/config/klipperrc
.kde/share/config/kmail.eventsrc
.kde/share/config/kmail2rc
.kde/share/config/kmailrc
.kde/share/config/knoderc
.kde/share/config/konquerorrc
.kde/share/config/kopeterc
.kde/share/config/korganizerrc
.kde/share/config/kpgprc
.kde/share/config/ksmserverrc
.kde/share/config/ktimezonedrc
.kde/share/config/ktinfowidgetpluginrc
.kde/share/config/ktorrentrc
.kde/share/config/kuriikwsfilterrc
.kde/share/config/kwin.eventsrc
.kde/share/config/kwinrc
.kde/share/config/kwinrulesrc
.kde/share/config/libkcal_htmlexportrc
.kde/share/config/libkleopatrarc
.kde/share/config/mailtransports
.kde/share/config/phonondevicesrc
.kde/share/config/plasma-appletsrc
.kde/share/config/plasma-desktop-appletsrc
.kde/share/config/plasma-desktoprc
.kde/share/config/plasmarc
.kde/share/config/plasmoidviewer-appletsrc
.kde/share/config/systemsettingsrc
.gconf/apps/metacity/general/%gconf.xml
.gconf/apps/metacity/%gconf.xml
.gconf/apps/%gconf.xml
.emerald/themes/Ultimate Edition 3.4/buttons.above.png
.emerald/themes/Ultimate Edition 3.4/buttons.close.png
.emerald/themes/Ultimate Edition 3.4/buttons.max.png
.emerald/themes/Ultimate Edition 3.4/buttons.min.png
.emerald/themes/Ultimate Edition 3.4/buttons.restore.png
.emerald/themes/Ultimate Edition 3.4/buttons.unabove.png
.emerald/themes/Ultimate Edition 3.4/theme.ini
.emerald/themes/Ultimate Edition 3.4/theme.screenshot.png
.emerald/theme/buttons.above.png
.emerald/theme/buttons.close.png
.emerald/theme/buttons.max.png
.emerald/theme/buttons.min.png
.emerald/theme/buttons.restore.png
.emerald/theme/buttons.unabove.png
.emerald/theme/theme.ini
.emerald/theme/theme.screenshot.png
.emerald/settings.ini
.config/compiz-1/compizconfig/Default.ini
.config/compiz-1/compizconfig/done_upgrades
.config/compiz-1/compizconfig/config
.config/transmission/blocklists/blocklist.bin
.config/mate/backgrounds.xml
.config/Ultimate-Player/UP.sh
.config/qtcurve/gtk-icons
.config/compiz/fusion-icon
.config/terminator/config
.config/transmission/settings.json
.config/dconf/user
.config/Trolltech.conf
.yarssr/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/preferences/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/modules/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/defaults/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/chrome/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/components/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/local/
.mozilla/firefox/q2l51o82.default/chrome/images/
.mozilla/firefox/q2l51o82.default/extensions/{b9db16a4-6edc-47ec-a1f4-b86292ed211d}/
.mozilla/firefox/q2l51o82.default/chrome/
.mozilla/firefox/q2l51o82.default/extensions/
.mozilla/firefox/q2l51o82.default/bookmarkbackups/
.mozilla/firefox/q2l51o82.default/
.mozilla/firefox/
.mozilla/
.mateconf/apps/panel/toplevels/bottom_panel_screen0/background/
.mateconf/apps/panel/toplevels/top_panel_screen0/background/
.mateconf/apps/panel/applets/applet_0/prefs/
.mateconf/apps/panel/applets/window_list_screen0/prefs/
.mateconf/apps/panel/applets/clock_screen0/prefs/
.mateconf/apps/panel/applets/workspace_switcher_screen0/prefs/
.mateconf/desktop/mate/peripherals/mouse/
.mateconf/desktop/mate/accessibility/keyboard/
.mateconf/apps/panel/toplevels/bottom_panel_screen0/
.mateconf/apps/panel/toplevels/top_panel_screen0/
.mateconf/apps/panel/objects/object_0/
.mateconf/apps/panel/objects/browser_launcher_screen0/
.mateconf/apps/panel/objects/object_1/
.mateconf/apps/panel/objects/email_launcher_screen0/
.mateconf/apps/panel/objects/object_2/
.mateconf/apps/panel/objects/menu_bar_screen0/
.mateconf/apps/panel/objects/object_3/
.mateconf/apps/panel/applets/applet_0/
.mateconf/apps/panel/applets/window_list_screen0/
.mateconf/apps/panel/applets/notification_area_screen0/
.mateconf/apps/panel/applets/clock_screen0/
.mateconf/apps/panel/applets/workspace_switcher_screen0/
.mateconf/apps/panel/applets/show_desktop_button_screen0/
.mateconf/apps/panel/applets/window_menu_screen0/
.mateconf/desktop/mate/peripherals/
.mateconf/desktop/mate/interface/
.mateconf/desktop/mate/accessibility/
.mateconf/desktop/mate/background/
.mateconf/apps/marco/general/
.mateconf/apps/panel/toplevels/
.mateconf/apps/panel/objects/
.mateconf/apps/panel/general/
.mateconf/apps/panel/applets/
.mateconf/apps/caja/preferences/
.mateconf/desktop/mate/
.mateconf/apps/marco/
.mateconf/apps/panel/
.mateconf/apps/caja/
.mateconf/desktop/
.mateconf/apps/
.mateconf/
.local/share/radiotray/plugins/
.local/share/radiotray/
.local/share/
.local/
.kde/share/config/
.kde/share/
.kde/
.gconf/apps/metacity/general/
.gconf/apps/metacity/
.gconf/apps/
.gconf/
.emerald/themes/Ultimate Edition 3.4/
.emerald/themes/
.emerald/theme/
.emerald/
.config/compiz-1/compizconfig/
.config/transmission/resume/
.config/transmission/torrents/
.config/transmission/blocklists/
.config/caja/scripts/
.config/mate/
.config/compiz-1/
.config/Ultimate-Player/
.config/qtcurve/
.config/compiz/
.config/terminator/
.config/transmission/
.config/dconf/
.config/caja/
.config/nautilus/
.config/
Unload older kernal and pull new one?
apt-get -y purge linux-image-3.2.0-23-generic ?...

Hold the phone. Do not upgrade the kernel, hit enter then hit n and enter again. The kernel section of the OS Builder is not done yet!!!
Code: Select all
Unload older kernal and pull new one?
apt-get -y purge linux-image-3.2.0-23-generic ?...
Load new kernel? n
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  linux-generic linux-image-generic
The following packages will be upgraded:
  radiotray unetbootin yarssr
3 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0 B/438 kB of archives.
After this operation, 3884 kB disk space will be freed.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
(Reading database ... 409862 files and directories currently installed.)
Preparing to replace unetbootin 494 (using .../unetbootin_581-1~getdeb1_amd64.deb) ...
Unpacking replacement unetbootin ...
Preparing to replace radiotray 0.7.2 (using .../radiotray_0.7.2-1ubuntu1_amd64.deb) ...
Unpacking replacement radiotray ...
Preparing to replace yarssr 0.2.2-4 (using .../yarssr_0.2.2-8_all.deb) ...
Unpacking replacement yarssr ...
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Processing triggers for menu ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Setting up unetbootin (581-1~getdeb1) ...
Setting up radiotray (0.7.2-1ubuntu1) ...
Setting up yarssr (0.2.2-8) ...
Processing triggers for menu ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Cleaning up any stragglers.
Unmounting...
UNMOUNTING /dev/pts... [DONE]
UNMOUNTING /proc...umount: /proc: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
 [DONE]
UNMOUNTING /sys... [DONE]
UNMOUNTING /run/rpc_pipefs...umount: /run/rpc_pipefs: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
 [DONE]
UNMOUNTING /proc/fs/nfsd... [DONE]
UNMOUNTING /proc/sys/fs/binfmt_misc... [DONE]
Internal chroot exit status: 0
Cleaning up. & exiting chroot.
Exiting CHROOT
Unmounting external chroot environment.
Exit status: 1
Please reboot and continue before building.
Backing up archives.
No new kernel detected.
Stamping distro Ultimate Edition style.
--2013-01-20 19:32:12--  http://ultimateedition.info/Ultimate_Edition_3.4/cdcontents.tar.gz
Resolving ultimateedition.info (ultimateedition.info)... 50.63.124.125
Connecting to ultimateedition.info (ultimateedition.info)|50.63.124.125|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25639 (25K) [application/x-tar]
Saving to: `cdcontents.tar.gz'

100%[=================================================================================================================================================================================================>] 25,639      --.-K/s   in 0.09s   

2013-01-20 19:32:13 (267 KB/s) - `cdcontents.tar.gz' saved [25639/25639]

logo.ico
autorun.inf
isolinux/access.pcx
isolinux/blank.pcx
isolinux/dtmenu.cfg
isolinux/gfxboot.cfg
isolinux/isolinux.txt
isolinux/splash.pcx
isolinux/txt.cfg
isolinux/
Build ISO?

Exit status: 1
Please reboot and continue before building.
- This is something I am looking into fixing, for now do exactly as it says. I also want you to understand Repomaster made zero of this happen. By the end of the week it will be production worthy. 10's of thousands of errors melt away.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: Ultimate Edition O/S builder..

Postby Micro » Mon Jan 21, 2013 1:25 pm

<BREW> Just the fact that you are offering this to us all, says alot. The many are very gracious, and I was told to make this statement from friends at work. Plus they r playing with 3.4 lite and nothing but praises. Most of which are older admin's who are use to Gnome 2 styles from enterprise servers they manage. They pretty much dislike the other desktop environments like myself. We have been waiting for this. Thanks from us all and 2.9 at work is now replaced and we have more to play with...
Image
https://www.linkedin.com/in/josephperrello
Thermaltake Series Core X9 SPCC E-ATX Cube Case
CORSAIR Vengeance LPX 64GB Quad Channel DDR4
EVGA 120-G1-0750-XR 80 PLUS GOLD 750W PSU
APC BR1300G Back-UPS Pro 780W/1300VA UPS
ASRock X99 Extreme4 LGA X99 Motherboard
OC-Intel Core i7-5820K @ 4.1GHz × 12
Corsair H100i V2 CPU Cooler. 240mm
Kernel Linux 4.6.4-1-ARCH x86_64
MATE Desktop Environment 1.12.1
OS - SAMSUNG 950 PRO M.2 512GB
DATA - 2 SSD 840 EVO RAID 0
MEDIA - 4 HDD 3TB RAID 0
NVIDIA GeForce GTX750 Ti
ViewSonic PJD7820HD
OS - Filesystem F2FS
Arch Linux
User avatar
Micro
Site Admin
 
Posts: 485
Joined: Tue Apr 24, 2012 1:16 pm
Age: 46
Operating System: Other Linux



Re: Ultimate Edition O/S builder..

Postby BBOSAK2143 » Mon Jan 21, 2013 5:56 pm

TheeMahn, we are really and I mean really lucky we have someone as knowledgeable as you and with the patience!!!! The more I have been delving into this building am seeing how time consuming and aggravating things are at times! Not that I did not have a high regard and respect for you, but it is building as I see some of the things you have to deal with!!!!! Am still fiddling with this one I built but it does have something not quite right with it! Not crashing, but is lacking somewhere! Am at a stand still with it! I have spent all weekend on trying to push it forward to no avail, is a long and tedious process! Linux is tough in the areas of trying to get a full package! Maybe is my speed with this wireless, but seems at points not everything I went to install actually does! Although this Gnome 3.6 does look great on the desktop, it seems no matter how hard I try I can't get all the pieces that belong to it! Least am keeping notes on all this, and realizing zfs was a poor move also! Should have left it with just Gnome as that is battle enough! Still I have seen worse as tried a few distro's with Gnome 3.6 and click on anything and you get a nag! Probably take me another 6 months to get this one straightened or build another. Will try as is very exciting and learn more things! Need that as I will never get the amount of education you have!!!! Just have to learn a lot of it on my own and with viewing this forum as has least moved me to this area!!! Is just so great you are working to simplify so much of the assembly!!! No one out there gives a hoot! Not even 1/4 as much as you do!!!! People need to wake up and thank you more TheeMahn as this is the greatest gift Linux and its users can get!!!! Very very impressed!!!! Am looking forward to this with all my heart!!!!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Re: Ultimate Edition O/S builder..

Postby TheeMahn » Tue Jan 22, 2013 1:59 am

BBOSAK2143 wrote:TheeMahn, we are really and I mean really lucky we have someone as knowledgeable as you and with the patience!!!! The more I have been delving into this building am seeing how time consuming and aggravating things are at times! Not that I did not have a high regard and respect for you, but it is building as I see some of the things you have to deal with!!!!! Am still fiddling with this one I built but it does have something not quite right with it! Not crashing, but is lacking somewhere! Am at a stand still with it! I have spent all weekend on trying to push it forward to no avail, is a long and tedious process! Linux is tough in the areas of trying to get a full package! Maybe is my speed with this wireless, but seems at points not everything I went to install actually does! Although this Gnome 3.6 does look great on the desktop, it seems no matter how hard I try I can't get all the pieces that belong to it! Least am keeping notes on all this, and realizing zfs was a poor move also! Should have left it with just Gnome as that is battle enough! Still I have seen worse as tried a few distro's with Gnome 3.6 and click on anything and you get a nag! Probably take me another 6 months to get this one straightened or build another. Will try as is very exciting and learn more things! Need that as I will never get the amount of education you have!!!! Just have to learn a lot of it on my own and with viewing this forum as has least moved me to this area!!! Is just so great you are working to simplify so much of the assembly!!! No one out there gives a hoot! Not even 1/4 as much as you do!!!! People need to wake up and thank you more TheeMahn as this is the greatest gift Linux and its users can get!!!! Very very impressed!!!! Am looking forward to this with all my heart!!!!


Thanks, what you do not see in what this software does. My order goes with os-builder --build as soon as chroot is mounted I hit ctrl+c to cancel it chroot in by hand and install repomaster set it as a service, exit and resume build process. It is about 1000 times worse for me to monitor errors rolling into the o/s. My logging sub-routine is not 100% in the repomaster. It will report to my screen how many errors etc. as well as how many errors it has corrected. It does NOT log all activity to /var/log/repomaster_errors.log yet! I have no real referernce yet. I have added kubuntu-desktop to my current running O/S with repomaster running as a service and it corrected over 1000 errors. The O/S i am currently running is absolutly the most rock stable o/s I have ever and I do mean have ever seen. Probably 100 or better errors made it through the sieve of the repomaster. My goal is a 100% error free o/s. Will be the first on the planet.

With that thought in mind, the 200MB ISO os-builder grabs to start as a base build, will eventally have to be scanned for errors in each and every of the probably 1000 packages involved. My cousin is a cop and sweats over the repomaster. In what way? Over what extremes people will go through to get thier fingers on it. Innovative on a heavy level.
root@JackHammer:/tmp# dpkg -i ultimate-edition-repomaster_1.7.1-7_all.deb
Selecting previously unselected package ultimate-edition-repomaster.
(Reading database ... 19530 files and directories currently installed.)
Unpacking ultimate-edition-repomaster (from ultimate-edition-repomaster_1.7.1-7_all.deb) ...
dpkg: dependency problems prevent configuration of ultimate-edition-repomaster:
ultimate-edition-repomaster depends on lintian; however:
Package lintian is not installed.
dpkg: error processing ultimate-edition-repomaster (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Errors were encountered while processing:
ultimate-edition-repomaster
root@JackHammer:/tmp# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
binutils diffstat gettext intltool-debian libapt-pkg-perl libclass-accessor-perl libclass-isa-perl libclone-perl libcroco3 libdigest-hmac-perl libdpkg-perl libemail-valid-perl libgettextpo0 libgomp1 libio-pty-perl libio-string-perl
libipc-run-perl libmailtools-perl libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl libparse-debianchangelog-perl libsub-name-perl libswitch-perl libtimedate-perl libunistring0 liburi-perl lintian patch patchutils perl
perl-modules unzip
Suggested packages:
binutils-doc gettext-doc debian-keyring libio-socket-inet6-perl libhtml-parser-perl libhtml-template-perl libxml-simple-perl libwww-perl binutils-multiarch dpkg-dev libtext-template-perl diffutils-doc perl-doc
libterm-readline-gnu-perl libterm-readline-perl-perl make libpod-plainer-perl zip
The following NEW packages will be installed:
binutils diffstat gettext intltool-debian libapt-pkg-perl libclass-accessor-perl libclass-isa-perl libclone-perl libcroco3 libdigest-hmac-perl libdpkg-perl libemail-valid-perl libgettextpo0 libgomp1 libio-pty-perl libio-string-perl
libipc-run-perl libmailtools-perl libnet-dns-perl libnet-domain-tld-perl libnet-ip-perl libparse-debianchangelog-perl libsub-name-perl libswitch-perl libtimedate-perl libunistring0 liburi-perl lintian patch patchutils perl
perl-modules unzip
0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 8489 kB/14.3 MB of archives.
After this operation, 54.7 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y


Guess what each of those 33 packages will also eventually have to be "repomastered". I stand corrected:
Code: Select all
root@JackHammer:/tmp# dpkg -l | grep -c '^ii'
338
root@JackHammer:/tmp#


those 338 packages will have to be scanned for errors. To me that means the 200 MB ISO has 305 packages. I have released 3.4 lite to admin:
pam wrote:Ultimate Edition 3.4lite is Extremely light and rock solid and no crashes.....ummm......well apart from the crappy Nvidia card 'ghosting, flickering and blanking"' compiz, radeon is working fine.


I am not going to write drivers for nvidia. You do know how Linus Torvalds feels about NVidia :) This I can almost promise you, there will not be a Windows 9. A world changing event for the computer world is coming. I will be behind it.

I will explain my versioning system if you would like to understand. All the tools you can gather off the web are version: 1.7.1-7, a metapackage brings all together. That does not mean 1.7.1-8 does not exist.
theemahn@JackHammer:/media/Speed/Work Archive/TheeMahns Personal Source code$ ls *.deb
conky-builder-1.17_all.deb os-builder-1.7.1-7_all.deb ultimate-edition-multi-monitor_1.7.1-7_all.deb ultimate-edition-nas-tools_1.7.1-8_all.deb ultimate-edition-repomaster_1.7.1-6_all.deb
conky-builder-1.18_all.deb ultimate-cover-grabber_1.1.1-1_amd64.deb ultimate-edition-multi-monitor_1.7.1-8_all.deb ultimate-edition-nautilus-scripts-1.6.2_all.deb ultimate-edition-repomaster_1.7.1-7_all.deb
conky-fonts-0.0.2_all.deb ultimate-edition-mergepdf_1.7.1-6_all.deb ultimate-edition-nas-tools_1.7.1-7_all.deb ultimate-edition-os-builder-1.7.1-7_all.deb ultimate-edition-repositories-0.0.6_all.deb
theemahn@JackHammer:/media/Speed/Work Archive/TheeMahns Personal Source code$


Blows my mind, I can mount my NAS drives permanently without even providing my password off the live disk with version 1.7.1-8. Does my nas drive require it yes. I probably will tame that down prior to open release. Technically I could expand it and borrow my neighbors hard disk if he has a NAS. Knowing what I now know, do I trust info on my NAS a big negitive. Damn, I no longer need to buy any hard disks, expand that so I take control of your NAS drive across the entire inet. I would have access to exobytes of information storage.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: Ultimate Edition O/S builder..

Postby BBOSAK2143 » Tue Jan 22, 2013 9:53 am

You're right am not fully understanding due to my lack of knowledge! I can comprehend that this will put Windoze and Mac to sleep(R.I.P) at least for us users that are serious about computing! Those of us that have our daily needs for work and school are going to seek this program of yours as soon as is done! I know the amount of things I need running just for school, needs to be assembled correctly! When it is not, just balances and a small breeze comes by and knocks it down!!! Then I have to spend hours reloading to get to that point again!!!! Not fun at all! Now when you are saying these errors that are generally assembled into the system will be wiped away, that is what everyone seeks!!!! I can see as with all systems they are developed from programs that are written by many different walks of life. Therefore they have a different way of writing, compared to someone else! All these differences seem to eventually work at bringing down a system. Most of these programs consist of thousands of lines of written script, where one word might be muffed! To have that program find that word and fix it is more than a miracle!!!! I knew you were up to something big, but is a terrible understatement to what you are doing!!!! This is huge and will change the face of computing forever!!!! Is as if I am privy to the inventor of Electricity! Is incredible to think something I thought was impossible is now going to be a fact!!!! Absolutely love and behind it 1000% if that is possible!!!!! This would mean an OS can be put together as the user wants with all their requirements and properly! No more of the "I got most of what I wanted" will be more like "This is the exact system I wanted". Yes this revolutionizes the whole industry and is more than a miracle! Is the most treasured sought after piece!!! Is incredible to even just know about it!!!! You are pure motivation and inspiration to me! Since my start here, I have found more drive to continue studying and working hard to learn all this! I might never get to half the point you are at, but I will keep trying!!!! Owe it to you and everyone here as all of you have the drive and motivation to do the best for everyone! Is truly an honor to be part of this forum and always has and will be!!!!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Re: Ultimate Edition O/S builder..

Postby pch.shot » Wed Jan 23, 2013 9:19 pm

Thanks BB.
Systems Windows XP Pro 32 bit & various Linux in Virtual Box and VMWare Player
Intel i7 2600K cpu with built in Intel 3000 video
1 OCZ Vertex 3 120 gig ssd(System)
1 Western Digital 2 Terabyte Green internal hard drive(Storage)
Kingston ddr3 1333 ram(4 gig)
MSI Z68A-GD80(G3)mobo w/hdmi video and optical audio
Realtek HD audio
Realtek lan
1 LG sata optical drive
Antec Sonata IV case/620 watt psu
50 inch LG plasma tv/monitor
Sony surround sound amp
Axiom speakers
optical sound
User avatar
pch.shot
U.E. God
U.E. God
 
Posts: 3685
Joined: Sat Feb 02, 2008 12:28 pm
Location: Chippawa, Canada
Age: 69
Operating System: Microsoft Windows



Re: Ultimate Edition O/S builder..

Postby Mike420 » Tue Aug 20, 2013 1:37 pm

thanks for sharing this with us. I Have used unity in the past on my desktop i am also wanting to learn how to make my own linux os but when i went to the linux website they have taken down the step by step tutorial. I am going to make a dual boot of the ultimate edition on my current desktop. right now its running Windows 7. I can't wait to try out the latest release.
Mike420
U.E. Newbie
U.E. Newbie
 
Posts: 1
Joined: Tue Aug 20, 2013 1:04 pm
Operating System: Ultimate Edition 3.2 64 BIT



Re: Ultimate Edition O/S builder..

Postby ryanvade » Tue Aug 20, 2013 11:02 pm

Do you have plans to port it Theemahn? Would love to have this on Arch...Still making live disks the old fashion way.
Image

Laptop: HP dv6t-7000 CTO Desktop: Compaq Presario SR21632wm
i5 2450m Pentium D 960 @ 4 GHz
6 GB ram 2 GB ram
Intel HD 3000 Graphics / Nvidia GT 630M Nvidia GT 520 @ 820 MHz
Diamond II-B 3.10-rc4/Windows 7 Home Premium KDE | Windows 7 Starter/Arch Linux

Paid supporter of the Linux Foundation
User avatar
ryanvade
Moderator
 
Posts: 499
Joined: Sat Apr 28, 2012 10:54 am
Operating System: Other Linux



Re: Ultimate Edition O/S builder..

Postby TheeMahn » Tue Aug 27, 2013 4:18 am

Oh, determination of what they will do scews what has been done & why you as a mod do not have Ultimate Edition 3.6. Does it exist certainly, damn Ultimate Edition 3.8 exists, solely on my PC.

I do not want to drown this out by my sorrow, but many a thing has changed. It has zero to do with you as a mod, understand things are about to see a change. Catch this I will lead that change. Cannocial, where do you think they will be? This bothers me. They have what 1,000 devs? One guy is about to stroke them out.

I guess over the last 30 years as a progammer I have learned a few things. One humans make mistakes. I am right here to fix them (software I am writing). I can grant you my tour in Linux is over 10 years, O/S architect for christs sake. While that may seem massive is miniscule. Microsoft does not have a future, please excuse me for saying that unknowing windows users.

Let's break down #2
The software I have written, unavailible to you currently. I do want you to understand has been written. http://repostorm.com/ I want you to further understand please read the pdf & investigate the --service portion. It is not only going to destroy Ultimate Edition, but all Linux based O/S's & M$ to boot.

Want a #3?
Do NOT Think for one second I do not have a #3 for you. Currently, I am not allowed to share that information with you. Makes you wonder who I answer to.
Home of Ultimate Edition. Got a question? Please review the F.A.Q. Browse the How to section.

Main O/S: Builder of O/S Guess.
Mainboard: ASUS Hero VI (AM4)
CPU: AMD 1700X water cooled (Deepcool Captain Genome Cooling tower)
Ram: 16 GB GSkill Trident RGB Series Dual Channel DDR4 3200
Video: MSI RX470 8GB Gaming card.
Hard Disks: MASSIVE on the network.(10 Gigabit, 48 port, multiple servers)
Monitors: Dual 4K 43" LG, 4K Samsung 28"
750 Watt modular PSU (Rosswell)
1100 Watt Amp & 4 X 600 Watt speakers

Servers in the basement.
User avatar
TheeMahn
Site Admin
 
Posts: 4201
Joined: Fri Oct 12, 2007 10:02 am
Location: U.S.A.
Age: 53
Operating System: Ultimate Edition Developer



Re: Ultimate Edition O/S builder..

Postby BBOSAK2143 » Tue Aug 27, 2013 9:20 am

Am certain of one thing! That is with you out there working away, TheeMahn Linux has the brightest future!Linux is lucky to have your wisdom and experience! Awesome to have someone who knows what to do and how to do it! Also gives those of us that pale in comparison to your knowledge motivation to learn more! Always thanks so much for being exactly who you are. Someone we can all appreciate and respect!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT

Next

Return to Programming

Who is online

Users browsing this forum: No registered users and 6 guests