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.

Request for Ultimate Edition Debian

Discussions on the Debian OS.


Request for Ultimate Edition Debian

Postby Zaileion » Sun Apr 19, 2015 10:58 am

Instead of writing a huge post on a bunch of opinion about Ubuntu and friends i will simply inquire if there are any plans to move to a debian build?

I noticed on the tmosb instruction page there was a single sentenance mention of possible debian builds...

Ultimte Edition Debian would truely be the Ultimate OS!! <BREW>
Asus Rampage III Black Edition
Intel i7 Extreem X990
Corsair Dominator GT 12 GB RAM
LSI MEGARaid Controller 9271
2 Samsung 840 Pro SSD (RAID0)
ATI Radeon HD 6990
SoundBlaster X-FI Platinum Pro
Corsair 1200W Power Supply
Corsair Water Cooled CPU
Ultimate Edition 3.5.2 (LTS) / Windows 7 Ultimate
User avatar
Zaileion
U.E. Pro
U.E. Pro
 
Posts: 110
Joined: Sat Dec 10, 2011 11:59 pm
Location: Berlin, NJ, USA
Age: 45
Operating System: Ultimate Edition 3.2 64 BIT



Re: Request for Ultimate Edition Debian

Postby TheeMahn » Thu Apr 23, 2015 8:14 pm

It is there, however untested. I built a powerpc version of Ultimate Edition in the past, no longer works. Ubuntu ripped down porting via debootstrap. I doubt I would have to worry about Debian tearing down their debootstrap server. Let me roll a request on one of our build servers and see what I get.

Never finished it, I have alot on my plate right now. I will come back and hit it full force once I get bugs worked out in Ultimate Edition.
theemahn@JackHammer:~$ cd wip/
theemahn@JackHammer:~/wip$ ls
ultimate-edition-4.6-x64-lite ultimate-edition-4.6-x64-lite.iso
theemahn@JackHammer:~/wip$ rm -R *
rm: descend into write-protected directory ‘ultimate-edition-4.6-x64-lite’? ^C
theemahn@JackHammer:~/wip$ su
Password:
root@JackHammer:/home/theemahn/wip# rm -R *
root@JackHammer:/home/theemahn/wip# rm -R .*
rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘.’
rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘..’
root@JackHammer:/home/theemahn/wip# tmosb --build debian-7.7-x64.iso
▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TheeMahn's O/S Builder (tmosb) 1.9.4, 04/17/2015 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒ GNU tmosb home page: <http://os-builder.com/>. ▒
▒ E-mail bug reports to: <[email protected]>. ▒
▒ Be sure to include the word tmosb somewhere in the Subject: field. ▒
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒▒ Operating System pre-build information for: debian-7.7-x64.iso ▒▒▒▒▒▒▒▒▒
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒ OPERATING SYSTEM VER RELEASE BASE ARCH LTS TYPE DE(s)
▒ Ultimate Edition x64.iso x64 NO STANDARD MATE
▒ Is the above correct? ▒
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒

WARNING: this will take a long time and download vast quantanties of data. (Y/N)


Is code already written for it yes:
Code: Select all
declare -a DEBIAN=("7.6" "7.7");
declare -a DISTARRAY=("Precise Pangolin" "Precise Pangolin" "Quantal Quetzal" "Quantal Quetzal" "Raring Ringtail" "Raring Ringtail" "Saucy Salamander" "Saucy Salamander" "Trusty Tahr" "Trusty Tahr" "Utopic Unicorn" "Utopic Unicorn" "Vivid Vervet" "Vivid Vervet" "Precise Pangolin" "Quantal Quetzal" "Raring Ringtail" "Saucy Salamander" "Trusty Tahr" "Utopic Unicorn" "Vivid Vervet");
declare -a UEARCH=("x64" "x86" "amd64" "i386" "armel" "armhf" "powerpc");
declare -a OLDRELEASES=("2.6" "2.7");
declare -a DISTBASE=("Ubuntu" "Debian");

More so then just that:
Usage build;
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
▒ tmosb -b <TARGETISO> ▒
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
Invokes tmosb to build <TARGETISO> from scratch. The format of the ISO
must comply as follows:
<DISTRO>-<VERSION>-<ARCHITECTURE>-[LITE/GAMERS/SERVER].[ISO] [DE]
Valid arguments are as follows and <REQUIRED>:
Distro: ubuntu, ultimate-edition, debian
Version: 12.04, 12.10, 13.04, 13.10, 14.04 for Ubuntu
Version: 7.6, 7.7 for Debian
Version: 3.4, 3.5 - 4.5 for Ultimate Edition
Architecture: x86, x64, armel, armhf, powerpc
[OPTIONAL TYPES]
Lite: lite
Gamers: gamers
Server: server, minimal-server
[OPTIONAL DE]
Desktop Environment (DE): MATE, KDE, XFCE, AWESOME, LXDE, RAZORQT, TOUCH, CINNAMON
and / or GNOME to add [OPTIONAL] Desktop Environment(s)
iso, lite, gamers, server and DE's as per synopsis is [OPTIONAL]
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
Example: tmosb --build ultimate-edition-4.2-x64-lite.iso XFCE
Will build Ultimate Edition 4.2 64 bit Lite Operating System in ISO format.
adding the optional XFCE DE
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
root@JackHammer:/home/theemahn/wip#


See another issue to fix, tmosb will build up to Ultimate Edition 4.7. That is not reflected in the help system. Running Ultimate Edition 4.6 now for over a month w/o issue. I booted 4.7 server this eve. Not minimal server full. Work to do there as well. There is I am sure over 12,000 lines of code in tmosb. Will probably double when I get into Debian.

Please be patient with me.

TheeMahn,
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: Request for Ultimate Edition Debian

Postby Zaileion » Fri Apr 24, 2015 8:41 pm

Best things come to those who wait, quality work takes time.

Thank you for a fantastic distribution.
Asus Rampage III Black Edition
Intel i7 Extreem X990
Corsair Dominator GT 12 GB RAM
LSI MEGARaid Controller 9271
2 Samsung 840 Pro SSD (RAID0)
ATI Radeon HD 6990
SoundBlaster X-FI Platinum Pro
Corsair 1200W Power Supply
Corsair Water Cooled CPU
Ultimate Edition 3.5.2 (LTS) / Windows 7 Ultimate
User avatar
Zaileion
U.E. Pro
U.E. Pro
 
Posts: 110
Joined: Sat Dec 10, 2011 11:59 pm
Location: Berlin, NJ, USA
Age: 45
Operating System: Ultimate Edition 3.2 64 BIT



Re: Request for Ultimate Edition Debian

Postby Pierre » Tue Apr 28, 2015 8:31 am

now that Debian has released 'jessie,' it would real nice, if there was a Ultimate Edition based upon that :!:

- but great things come to those who can wait. ..
:D
User avatar
Pierre
U.E. Pro
U.E. Pro
 
Posts: 101
Joined: Sat Nov 15, 2008 12:09 am
Location: Perth, AU.
Operating System: Ultimate Edition 1.0



Re: Request for Ultimate Edition Debian

Postby Reticent » Tue Apr 28, 2015 12:40 pm

now that Debian has released 'jessie,' …
While an unpolished #.0 release is nice; I prefer waiting for at least one bugs-fix point-release. ;)
(forum's Glass style helped readability during dark-shift - wish I remembered how to set it!)
User avatar
Reticent
U.E. Newbie
U.E. Newbie
 
Posts: 24
Joined: Fri Jan 20, 2012 3:41 am
Operating System: Other O/S



Re: Request for Ultimate Edition Debian

Postby e5ofesmatrix » Sun Feb 26, 2017 8:25 am

doing some testiing now on installin
Processor 4x AMD Phenom(TheeMahn) 9150e Quad-Core Processor
Memory 3791MB
Kernel Linux 3.2.0-38-generic (x86_64)
SCSI Disks
ATA WDC WD6400AAKS-2
HL-DT-ST DVDRAM GH40F
ATA WDC WD3200AAJB-0
OpenGL
Vendor Advanced Micro Devices, Inc.
Renderer ATI Radeon HD 4300/4500 Series
Version 3.3.11627 Compatibility Profile Context
Direct Rendering Yes
Multimedia video controller Conexant Systems, Inc. CX23418 Single-Chip MPEG-2 Encoder with Integrated Analog Video/Broadcast Audio Decoder
User avatar
e5ofesmatrix
U.E. Newbie
U.E. Newbie
 
Posts: 2
Joined: Wed Jun 09, 2010 5:54 pm
Location: los angeles
Age: 54
Operating System: Ultimate Edition 3.5 64 BIT


Return to Debian

Who is online

Users browsing this forum: No registered users and 2 guests