Gentoo 2005.0: A Live CD And [No] Graphical Installer 417
Sunsetbeach writes "zdnet.co.uk reports in this article that 'The next version of Gentoo, 2005.0, will also include a graphical installer that will allow users to automatically install the same set-up of Gentoo on multiple machines, according to Gianelloni.' " The article distinguishes the upcoming live disk from the (available) Gentoo Live CD; the new one will contain a fully functioning system ala Knoppix. Update: 11/30 23:09 GMT by M : Gentoo now has a clarification posted; the next Gentoo release will not have a graphical installer, although it is planned for the future.
Boot-up time (Score:3, Funny)
Re:Boot-up time (Score:5, Funny)
Re:Boot-up time (Score:3, Informative)
--
Let it be, let it be, my Amiga works for me </SIG>
This is exactly what Gentoo needs (Score:5, Interesting)
I pretty much started my Linux experience with Gentoo, which was difficult to say the least. This way though it can be setup easily by the inexperienced, while everyone else is still free to do a Stage 1/2 install
Re:This is exactly what Gentoo needs (Score:5, Interesting)
greetz
Re:This is exactly what Gentoo needs (Score:3, Insightful)
You don't actually provide a valid reason why it's not a "*really* good to have many more people" use Gentoo. The explanation I see implied from your condescending post is that you're afraid you won't look "1337" if too many people start using your distro of choice.
Re:This is exactly what Gentoo needs (Score:4, Funny)
Re:This is exactly what Gentoo needs (Score:2)
yeah, i did this. linuxtoday is pathetic.
Re:This is exactly what Gentoo needs (Score:5, Insightful)
Yes, actually, he did:
I mean that gentoo isn't an easy to handle distro, you have to spend time to understand it and able to use it.
Because installing Gentoo currently is about 2 steps away from installing LFS, you simply cannot do it without learning a LOT about GNU/Linux at a very low level. If you want to install Gentoo, you MUST invest the time to learn how everything works. This frankly provides an idiot barrier to the support community. The only people who can ask questions about Gentoo are those who have made it through the installation. As of right now, you can ask a question on the Gentoo forum and get a useful answer usually within minutes. If you ask a question on the Mandrake forum, it disappears into a black hole of untold thousands of forever unanswered posts. Once the number of utterly clueless users exceeds the ability of the community to disseminate knowledge, support goes underground - with answers only trading hands among people who've made contact with the gurus by some means beyond simply showing up and asking questions.
Gentoo's current installation process makes it impossible to have a functioning system without knowing the following:
Re:This is exactly what Gentoo needs (Score:3, Insightful)
Secondly, he provided a reason why incompetent people should not use Gentoo, not a reason why "many more" people shouldn't use it, unless you both assume that the only people with any intelligence are already using Gentoo, which would make you very arrogant.
Re:This is exactly what Gentoo needs (Score:2, Insightful)
Gentoo: No checking source code for errors, no manual patch application, no having to write your own initscripts, no having to tweak your
gentoo can't have it both ways (Score:5, Insightful)
1. Requiring intimate kernel-level knowledge of a system to install it.
2. Shouting 'use gentoo!' to every passerby who expresses any sort of question about another distro (like, how do I install an RPM? or something similar).
It's like people saying Macs are the bestest most awesomest systems ever, but that they're also cheaper than x86 alternatives. It doesn't work both ways.
Be content with having a difficult-to-install system that forces people to learn more than most people would want. That's fine. But don't shout that as the answer to every single problem as well - most people don't have the time or motivation to do that.
Re:gentoo can't have it both ways (Score:3, Interesting)
Re:This is exactly what Gentoo needs (Score:2)
You might want to check out this comment [slashdot.org] and the reply by Chris Gianelloni.
Re:This is exactly what Gentoo needs (Score:3, Insightful)
The danger is that people who set up their systems by typing the install directions in verbatim will actually not configure those systems optimally due to a misunderstanding. A GUI installer would help avoid the perils of people getting in a bit over their head and failing to accomplish something simple, such as installing to a hard drive that does not happen to be hda.
Re:This is exactly what Gentoo needs (Score:5, Informative)
* How partition and disk structure works
* How GCC actually functions
* How the kernel is installed and configured
* At least something about runlevels and init scripts"
That's utter rubbish.
The partitioning / disk structure is basically a 1-time following of the Gentoo manual. You can get through it without knowing anything other than the simple fact partitions reside on a single hard disk. That's hardly knowing how it all works.
How GCC functions? Don't make me laugh. "emerge foo" does not induce an in-depth understanding of GCC. Copying the basic CFLAGS from the documentation doesn't either. I'd wager the majority of Gentoo users (bearing in mind I'm a Gentoo user who has accumulated >2600 forum posts) don't really understand GCC at all other than knowing it's a tool that compiles.
As to how the kernel is installed and configured, most people somewhat bumble through that and a little thing called 'genkernel' is making said bumbling a lot easier to do.
As for runlevels and init scripts, again it's just a case of following the docs rather than knowing what they are and how they work.
Please, do not confuse "being aware they exist" and "understanding", with the term 'knowing' implying the latter. And Gentoo is a MILLION miles away from LFS. Aside from the fact (almost) everything gets compiled and they are both Linux, there really just aren't that many similarities.
I would suggest that it's more the time taken to set up Gentoo rather than the difficulty of it (which isn't that difficult for the majority whom the docs serve well) is what provides the entry barrier. Don't get me wrong, for the willing it can be an invaluable process that does introduce them to the fundamental Linux concepts. BUT the majority of users who get through the installation process are still woefully short of the knowledge needed to maintain a healthy system and you get a lot of silly posts in the forums as a consequence. I should know, I've made a few myself.
Re:This is exactly what Gentoo needs (Score:2)
Secondly, I'm not from the US.
Re:This is exactly what Gentoo needs (Score:2)
Re:This is exactly what Gentoo needs (Score:3, Insightful)
I like Gentoo for its customisability. All the other distros are hell bent on throwing in everything which is great, but uses up so much RAM. I've seen SuSE use a full gig before just running KDE. With Gentoo I can leave all the little things I don't want out.
It'll be fantastic to have the scripted installer too. You can only write the fstab and grub.conf so many times before it becomes less fun.
Re:This is exactly what Gentoo needs (Score:5, Informative)
Re:This is exactly what Gentoo needs (Score:5, Informative)
Re:This is exactly what Gentoo needs (Score:2, Informative)
Actually the worst memory hog (by far) is Java. Java seems to be the only thing that makes me hit swap on a regular basis.
Re:This is exactly what Gentoo needs (Score:3, Interesting)
It is generally pretty efficient for the JVM to GC on the heap and keep a constant memory overhead. Eclipse takes up as much or less memory than similar IDEs for me. Efficient GC can beat simple programmer-driven memory management in many instance
Re:This is exactly what Gentoo needs (Score:2)
Re:This is exactly what Gentoo needs (Score:3, Informative)
Except that under Linux it's because of caching and gets freed up as soon as it's needed.
Re:This is exactly what Gentoo needs (Score:5, Interesting)
No.
Distros to fill in this gap has become more and more common lately. See also Knoppix, Mepis, and Ubuntu. It's almost like a new generation of Linux distros taking form, and I personally like those better than the Lindows abomination.
I'm now using Mepis as a Linux amateur and it's great!
And if I need more, it's an excellent Debian-based distro I can use simple apt-get commands or even simpler installer GUIs if I like it that way. Has been rock solid so far, as opposed to Mandrake 10 after around 5 days of regular use.
Suddenly, multi-CD (or even multi-DVD *gasp*) distros feel so... yesterday.
Re:This is exactly what Gentoo needs (Score:3, Interesting)
Re:This is exactly what Gentoo needs (Score:2)
Re:This is exactly what Gentoo needs (Score:2, Insightful)
Re:This is exactly what Gentoo needs (Score:2)
Now if I was installing it everyday I'd remember the steps required, but I do an install every 6 months to a year. As much as I like control, as long as I have the option to quickly remove the cruft I don't want (or not install it in the first place) then I'd prefer a good installer.
Anyway, rather than re-invent the wheel maybe they could look at Anaconda? (Fedora/Red Hat installer)
Re:This is exactly what Gentoo needs (Score:2)
Gentoo becoming user friendly (Score:5, Insightful)
-b0lt
Just some clarification... (Score:5, Informative)
not just the graphical installer. (Score:2, Interesting)
nice.
Re:not just the graphical installer. (Score:3, Informative)
so I could still idle on IRC and such
You know, the 2004.3 livecds (or at least the x86 and amd64 ones) do include irssi for that...
In related news, (Score:5, Funny)
Re:In related news, (Score:2, Informative)
In fact it's already available on wikipedia
Profit!
Re:In related news, (Score:5, Funny)
Re:In related news, (Score:2)
Breaks Gentoo as a learning tool (Score:5, Insightful)
Re:Breaks Gentoo as a learning tool (Score:5, Insightful)
Re:Breaks Gentoo as a learning tool (Score:2, Funny)
Re:Breaks Gentoo as a learning tool (Score:3, Insightful)
That's not to say I don't like it. I do. I think it's great. But, the last time or two that I did an install, I used Knoppix to do it. I think it's great that they might have a full GUI available during the build. And, I think we can expect them to have the CL
Re:Breaks Gentoo as a learning tool (Score:3, Informative)
Parent is really right, you know. You only "learn" what we want you to learn, which isn't much, admittedly. For someone with no Linux experience, or minimal Linux experience, or someone who has been using one of the hand-holding distributions, they might truly lear
Re:Breaks Gentoo as a learning tool (Score:2)
Maybe I'm doing something wrong - any pointers for me on how I should be learning from compiler output?
Re:Breaks Gentoo as a learning tool (Score:2)
Re:Breaks Gentoo as a learning tool (Score:2)
Try: ./configure
# strace -f
# strace -f make
# strace -f make install
Then go mildly insane deciphering assembly instructions at high speed
Re:Breaks Gentoo as a learning tool (Score:2)
Re:Breaks Gentoo as a learning tool (Score:2, Interesting)
Re:Breaks Gentoo as a learning tool (Score:3, Insightful)
Re:Breaks Gentoo as a learning tool (Score:2)
Re:No, it doesn't (Score:2, Informative)
Of course (Score:5, Funny)
Re:Of course (Score:2)
Re:Of course (Score:2)
No, -42
Oh, oh, I can see it coming (Score:5, Interesting)
At least as many posts telling us that gentoo is the best and only distribution real man can use and that their boxen run so much faster now.
Half a dozen links to funroll-loops posted.
Anyway, I think this is great news. Imho gentoo really is a great distribution for what it does but there have been a few things missing that now seem to fall into place.
Kickstart like functionallity was one and a really stable (not in that it does work, but as in install and then have a stable system that will not be updated but only receives bug fixes) is also on the way.
And portage will finally get reverse-dependency checking when uninstalling, at least some gentoo devs are working on it.
Go gentoo!
this will totally crush BSD (Score:4, Interesting)
1. With Gentoo you can choose what version of software to install (tested or not very)
2. USB actually works
3. Ext3 is much better tested than UFS2 (and all Ext2 tools work with it too)
4. Portage works much more reliably than BSD ports system (because Portage installs in
The only thing that was keeping Gentoo behind BSD was the rather tedious installation (you have to follow some steps from the How-to). Now, with this automated, there will be absolutely no reason for anyone to use BSD
Re:this will totally crush BSD (Score:5, Insightful)
If you really want a rock stable system FreeBSD is still the way to go, as great as gentoo is, it can't compete in this area.
You'll also still have to compile all the software for your system, something you don't have to do, but can do using FreeBSD.
And of course there are many people that think that the BSDs have some security functionality gentoo or linux in general still lacks, e.g.: jails.
Finally, it is simply beyond me why you think that anything killing FreeBSD is a good thing. If gentoo fits your needs better than FreeBSD, use it, but what do you think gentoo or anyone else would gain from destroying FreeBSD?
Re:this will totally crush BSD (Score:3, Informative)
No you don't! Have you used gentoo? "emerge -k" installs the binaries if they are available. For most packages, they are available.
Re:this will totally crush BSD (Score:4, Interesting)
Re:this will totally crush BSD (Score:2)
Re:this will totally crush BSD (Score:2)
And with -march=i666 -fomit-instruction-pointer, it's dying 110% faster!
(pity, I quite like it...)
gentoo already has a graphical installer (Score:5, Informative)
http://gentoo.vidalinux.com/
Re:gentoo already has a graphical installer (Score:3, Informative)
Disclaimer: I haven't used either, so I might be slightly inaccurate on the details.
Re:gentoo already has a graphical installer (Score:2)
I wonder if that's because you haven't seen the final 2005 release (:
Live-CD (Score:2, Insightful)
I usually use Slax [linux-live.org] because it fits on a small 8cm CD-RW.
Gentoo it's another Live CD to add to the list [frozentech.com] whatever I can i'm goint to test this one.
Seems great (Score:2, Interesting)
I hope they include Open Office as well and a decent email client. That way you can boot of the disk, set the thing to install and, whilst installing or compiling, stay 'productive' the whole time!
Great when installing Gentoo on your office workstation
The graphical instal
Re:Seems great (Score:2)
Re:Seems great (Score:2)
Gentoo Install Flexibility (Score:5, Interesting)
I believe that, in general, it's a better design decision not to have an overly intrusive installer for any software because that can tie too much of the software's configuration to the installation process, rather than having a comprehensive way to configure the software post-install.
- Brian
Re:Gentoo Install Flexibility (Score:2)
Newbies and Gentoo (Score:3, Insightful)
This is a receipt for $0.02 expended upon "My Opinion." Please retain for tax purposes.
Re:Newbies and Gentoo (Score:3, Informative)
That said, I do think the install docs should provide a link to the X configuration under a heading like "Where do I go from here?"
There is only one problem... (Score:5, Informative)
Ingrid took the things I said completely out of context and ran with them.
At no point did I ever tell her that we would have a graphical installer on 2005.0's release media. I also did not tell her that the 2005.0 release would be a Knoppix-style LiveCD, as it will, in fact, be exactly like the 2004.3 release with the Minimal, Universal, and Packages CD images.
What I did tell her is that we will have an experimental LiveCD with our first limited functionality beta of the installer, which will most likely be curses-based only and not have any enterprise-ready features available for use.
This is exactly why you demand to have interviews done via email and not the phone, especially when speaking with someone from another country, and be sure to ask to proof read the article for accuracy before it prints.
Re:There is only one problem... (Score:2, Funny)
Some advantages of an installer (Score:5, Interesting)
Am I missing the point? (Score:4, Interesting)
As I understood it, the sole advantage of gentoo over the likes of debian (on the assumption that functionally apt-get = emerge etc) was that instead of installing precompiled packages in debain, the gentoo user compiles and optimises everything for their specific hardware, thus gaining anything from a miniscule amount to perhaps a few percentage points in performance boost versus the debian approach.
In the final analysis for me such minimal gains simply were not worth the CPU time and disk thrashing so I walked away from it.
So a GUI led gentoo live-cd installer is either going to be losing all that one area of bespoke compiling advantages, OR, you're going to be running that live cd in ramdisk and compiling the install in what's left until kernel 3x is out?
Is this correct?
something else. (Score:5, Informative)
with gentoo, you can use the USE flags
USE="-gnome" emerge bitchx
USE="gnome" emerge bitchx
This allows me to say if I want gnome installed or not if it's just an optional feature on bitchx. Since I mostly use kde, I can do without installing all the gnome dependencies.
to see a list of flags for any given package (and their default status)
emerge -vp bitchx
[ebuild N ] net-irc/bitchx-1.1-r1 -cdrom -cjk -debug +esd -gnome +gtk -ipv6 +ncurses +ssl +xmms 2,473 kB
Then you can choose to enable them or not.
There are a lot of common flags, USE flags which you can set in the
USE="3dnow amd alsa bzlib cddb cdparanoia curl dnd dvd -dvdr ethereal flash gd glut -gnome gstreamer icq image magemagick imap java javascript kerberos krb4 ldap lm_sensors maildir md5sum mime ming mmx -mozilla mplayer msn jack ooo-kde openssh pdf rtc samba sasl threads type1 tiff usb xvid"
and this isn't even close to all of them.
If you'd like to learn more, let me know. I try not to be a zealot:)
Re:something else. (Score:3, Informative)
Perhaps mplayer will be a better choice:
emerge -vp mplayer
[ebuild R ] media-video/mplayer-1.0_pre4-r7 -3dfx +3dnow -3dnowex +X +aalib +alsa (-altivec) +arts -bidi +cdparanoia -debug -directfb -divx4linux -dvb +dvd -dvdread -edl +encode +esd -fbcon -ggi +gif -gnome +gtk -ipv6 -joystick +jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox +mmx -mmx2 +mpeg -mythtv +nas -network +nls +oggvorbis +opengl +o
Re:something else. (Score:3, Informative)
Try emerging esearch. The index creation will take a while of course, but then you can find packages at the speed of grep
Why Gentoo is SO AWESOME (Score:2, Funny)
Like u don't need to mess with any packages or RPM database r stuff like that.
Answer me this-- wat other linux distro actually let u compile stuff from source?
Re:Why Gentoo is SO AWESOME (Score:2)
I love Gentoo, but... (Score:2, Insightful)
After an emerge, the system would either do no updating so I must manually update the config files, or it would update all the files automatically, overwriting everything, including the users file so all my accounts no longer existed (including root).
Until they can find a way to do an "automatic, unattended smart append" to the config files after an emerge, I won't switch to it on my thirteen PCs and two noteboo
I used Gentoo for the compatibility... (Score:4, Informative)
I did have problems with Gentoo (when using USB2 the whole computer slowed down, hotplug didn't seem to work right, etc.), so perhaps this was more a reflection of the maturity of Linux distros in general on the AMD64 platform. I also didn't really find it much faster that other distributions I've used on x86 machines.
I guess I'll have to try again soon. I'm currently stuck on WinXP since I needed something that worked, but it may be time to survey the current 64 bit landscape.
Read the response to the article by the Gentoo Dev (Score:4, Informative)
See: this follow up posting under the original article [zdnet.co.uk]
Also in 2005.0 (Score:4, Informative)
Don't forget: (Score:3, Funny)
Laugh, it's funny!
Gentoo mini-review from non-fanboy (Score:3, Interesting)
I recently did a Gentoo install for the heck of it -- I happily run other distributions and other OSs too, but wanted to make an educated comparision.
What I liked:
What I didn't like:
All in all, portage makes it worth using and I will install it on real hardware someday.
Current gentoo install is awful (Score:3, Interesting)
1: Download and burn the installation CDs (trivial for both gentoo and debian). Boot CDs.
At this point Debian presents you with an installation menu (choose your keyboard or language is first, I forget). Whereas gentoo presents you with a root prompt. Um hello? What is the installer program called? What do I type?
After searching the gentoo CD you'll hopefully come across
The first instruction is to type cfdsk, then mkfs.ext3
Next we tar -zxvf a tarball. Better not make a typo and install in the wrong place... Next we cd to
Now, at this point I'm sitting there wondering why? why do I have to do this? why can't they automate these steps? How much work would it have been to write a little curses program that lets me choose a filesystem, finds which tarballs I have, extracts it, and runs bootstrap for me?
Ok, now we have to configure the network and the docs go down a little sidetrack explaining WEP and ESSID... that's great guys... I'm just trying to install an OS here... automating ifconfig eth0 inet dhcp would have been appreciated, but hey I already knew to type that, so you didn't need to automate anything, right?
emerge sync, emerge world... that wasn't too hard... Again, it could have been automated. Oh, and some progress bars would be nice, the number of files you've downloaded doesn't tell me a lot if I don't have a clue how many files there are.
Next I'm supposed to write an fstab by hand with no assistance except a few sample lines in the docs? Really? No sweat mate! No explaination of the keep/dump flags or what I should put there. No explaination of the order of things... And you better not make a typo.
Now I'm supposed to install a kernel from scratch with no sample configuration file to go off? No wonder idiots never manage to get gentoo installed. _I_ knew that
Finally I just have to set up a few symbolic links for the timezone, install a cron program (why didn't bootstrap do that?), install a logger (again, why didn't bootstrap...).
Gee, that was easy! You know, I think a graphical installer might help
Re:Star Wars Characters (Score:5, Interesting)
offtopic rant (Score:5, Insightful)
I've noticed a lot of redundant mods lately, and negative mods in general. I think Slashdot should attach statistics to each story showing the percentage of positive versus negative mods. I would also like to see these statistics for editors, who have unlimited mod points. We should get to see how they were meta-modded as well. On one final note, Slashdot needs a forum to discuss issues like this, so that people don't have to resort to offtopic posts.
Re:offtopic rant (Score:2, Offtopic)
Re:offtopic rant (Score:3, Funny)
In my glass-is-half-full view of the world, the post was modded so because mods believe Gentoo (and emerge) to be way cool, and stating so in a post is actually redundant.
Man, I should get a job as a spin doctor.
Re:offtopic rant (Score:4, Interesting)
issue two IDs to all users, one their publicly visible 'normal' ID and a hidden second 'moderator' ID
identify all acts of moderation with the hidden ID
allow all users to see a moderation ID's history
provide an avenue to report abuse, or alternately auto-disable mod points for a period if they consistently exceed a set up/down ratio
Moderation still occurs anonymously, but now with a trackable history. This identifies moderators who target individuals, people using multiple accounts to self-moderate, or those who tag on-topic first posts redundant.
Re:reiser 4? (Score:2, Informative)
Re:Where's the proof. (Score:2)
Re:What about post-install management? (Score:3, Informative)
etc-update allows you to review the changes and apply or ignore them as you see fit.
I believe you can even protect certain files so portage stops bugging you about them, i.e. I'm pretty sure I do not want to revert
Re:What about post-install management? (Score:4, Informative)
Seriously, Gentoo doesn't overwrite your config files, it drops updated files with the ._cfg prefix in the directory with a number and the name of the file as a suffix. You simply have to do a find in /etc to find them all diff them to see if something important has changed in latest version. But this has nothing to do with the distro. If a package is changing its configuration files format o is adding or removing important stuff you will always have to modify your config file if you want to use the latest version. So, if you don't want to spend time migrating a package version to another one, just don't upgrade in the first place...
Re:What about post-install management? (Score:4, Informative)
Re:Whoopy Do (Score:3, Informative)
Redhat (now Fedora), SuSe, and others, have had graphical installs since.. Well.. I honestly dont remember. Several years, at least. I know Redhat 6 had it, and thats pretty ancient now.
Comparing Linux install to Windows install is a red herring, since *MOST* windows users wouldnt be able to install *EITHER*.
But my telling you about it is going to do nothing for you - you need to t