Major New Features in Debian Etch
Klaidas writes "Linux.com reports that the third beta of Debian Etch installer (released August 11, 2006) has some major new features, which might make this version of Debian the easiest to install.
According to the original announcement, we will now be able to install using a graphical user interface on i386 and amd64 platforms. We will also be able to set up encrypted partitions during installation. Debian Etch is scheduled to be released on December 2006"
Etch-A-Sketch runs Debian?!
> The installer is designed to work at a resolution of 600x800
Hm, looks like a rotated old LCD monitor.
"We will also be able to set up encrypted partitions during installation. "
5 9233
Isn't this a potential non-starter under the British Regulation of Investigatory Powers Act (RIPA)?
http://it.slashdot.org/article.pl?sid=06/08/15/16
This is my opinion. To make sure you don't steal it, it's covered by the DMCA.
I am teh Old Skool. Any Debian installation that does not require lamb's blood, sulfur, salt, mercury, a transcription from the original Assyrian, Fermat's Enigma, and a Circle of Power etched in holy chalk consecrated on Michaelmas is a Debian installation for which I have no use.
Friggin' noobs...
I believe that installation is one of Linux's biggest stumbling blocks to larger adaoption. I spend most of my Linux time running Live CDs where there is no OS installation at all (I love you Ubuntu). The issue for many home users is software installation. While there have been significant inroads made in this area over that past few years, it has generally not yet reached Windows' "double click the .exe to run" simplicity. Linux has a huge following among the geeks, nerds, and geeky nerds. It is also growing into mobile devices where people will have no idea they are running Linux and schools on the desktop. The biggest market that needs to be tapped is the "average" computer user at home. People need to feel that Linux is user friendly and can easily do everything that they want to do. Firefox and OoO (both of which I run on my WinXP laptop) have brought it that much closer to the goal. Now easier software installation is the next step.
Information wants a fueled airplane waiting at the hangar and no one gets hurt.
At the risk of sounding like a troll, is this not a sign of how far behind the rest of the Linux world Debian has let itself fall? An installation GUI touted as a "major new feature"?
For years, Debian was heralded for it's packaging system, and yes apt-get is/was great. But the rest of the distros caught up, and easy, automated installation and updating is now a feature that one expects in a Linux distro as standard equipment. Just like a GUI installer.
This is like a car manufacturer in 2006 saying they've just added airbags to their cars, and it's a "major new feature!"
It's not a major new feature. It's about damn time.
And for those of you who are noobs, here is how to install Linux on a dead badger.
qntm.org
Are there any screen shots of this GUI installation (links)?
O. Wyss
See http://wyoguide.sf.net/papers/Cross-platform.html
stolen HD? yes, but no good against stolen computer (and only good if the crooks cannot do the above two)
Yes, good against a stolen computer, as mounting the said partition requires the right passphrase.
Lex
1)
I haven't testing LVM, but I know that the sarge installer supports software raid. I wouldn't be surprised if it supports LVM as well.
Badass Resumes
Hah, you had it easy--in my day, we had to use dselect!
pb Reply or e-mail; don't vaguely moderate.
Yeah, but the dang scroll knobs don't work.
it's a blue bright blue Saturday hey hey
I mean, even Gentoo has a graphical install now (though not a very user-friendly one, of course...)
FTA:
So it would actually be 2002. ;-)
According to the blurb from FTA, the graphical installer supports everything available in the regular curses installer, so yes, support for installing onto LVM and software RAID should work perfectly.
TBH I can't see what all the fuss is about. To my knowledge, Debian has never marketed itself as a general purpose distro for desktops a la Grandma Linux, it's always just been a damned stable system that's particularly suited to servers (it's utterly fantastic to do an apt-get dist upgrade and be 99% certain that nothing will go wrong). Last I heard, Debian were quite content for others to use this as a baseline to extend Debian into the user-friendly market, hence distros like Ubuntu.
Like I keep saying over and over again - there's a place for Debian, just like there's a place for Ubuntu. A corporate server farm doesn't need a GUI installer - they have one of their code-fu's do a single install and then roll out an image to 300 empty boxes via BOOTP. Someone rolling out Debian on the desktop at a company would do much the same thing. If you've wanted a pretty installer that'll make the process easier on the eye, Mandrake, RedHat and SuSE have been on the game for years. Do people decry LFS for not having a GUI installer?
Disclaimer: I like and use Debian at home and at work. I've never had any problems with the text mode installer, but likewise I've never had problems telling someone to use Ubuntu for their first distro rather than Debian. Different strokes.
£0.02
Moderation Total: -1 Troll, +3 Goat
GUI doesn't necessarily mean easy to me.
.iso file are too damned confusing.
GUI does mean slow and many times buggier to me.
GUI means (to me) that, unless shown in a text box, long error messages will be truncated or summarized.
That said, I've never installed Debian from scratch. Instructions to get (which?)
I've had no problems with the Ubuntu alternate install. A few years back I was installing Gentoo and though it was involved, I wasn't confused about what to download, thanks to the Handbook.
If they want to market to Joe Average, they should clean up their website.
This article is worthless without pictures!
I did not see anything about LSB in the official announcement! Is LSB dead? Debian should have mentioned something about LSB. Could somebody please breif a slashdotter on what is happenning on the LSB front? I'll appreciate, thanx.
One of its real advantages is that it allows installation in nine new languages that cannot be displayed in the regular installer.
2 006/08/debian-testing-gui-installer-1.thumbnail.pn g2 006/08/debian-testing-gui-installer-paritition-dis ks-2.png
I have also noticed that GUI installer is bit faster than the regular text based regular installer. However, this installer is not as polished as RHEL or Suse Linux GUI installer but project promises to polish it later on... If you are interested you can see Screen shots -
http://www.cyberciti.biz/tips/wp-content/uploads/
http://www.cyberciti.biz/tips/wp-content/uploads/
The important thing is not to stop questioning --Albert Einstein.
What one needs to analyze in a security sense is what threat model you are attempting to protect against. In the case of an encrypted partition, you are protecting data "at rest". This provides NO protection against someone who can get access to a system while the system is operating (ACLs will provide some protection there unless you're 'rooted')... however, mounting the encrypted HDD (due to a system being shut down because it was physically stolen) is effectively impossible.
For a home user, protecting data "at rest" on a Linux machine is probably one important aspect of security. The chance that someone breaks into the home and attempts to guess the password or hack the machine while it is running is pretty low, whereas breaking in to remove items from your home (including your computer) is much more likely. Encrypting the data "at rest" protects my identity (meaning tax forms, etc.) from being exposed under that situation.
I realize that doesn't help if the machine is broken into while it is running, but a good /etc/hosts.allow and firewall/NAT in front of the machine makes me a hard target. Impossible? I'll never make that claim. Hard? Certainly. Worth serious effort? Probably not.
Don't worry. It's still possible to use a live CD à la Knoppix, then install the latest debootstrap and use it to install Debian. Well I suppose it will still be possible in the foreseeable future. This is about the only solution when your hardware is too recent to be detected by the installer anyway.
The catch is that you need to tilt your monitor.
From TFA:
The installer is designed to work at a resolution of 600x800;
No, but to be fair, granny doesn't really know how to install windows or OS X either.
Badass Resumes
are you saying that you like apt-get in debian better than apt-get or yum in fedora?
.deb extension more than .rpm?
.rpm and .deb could be used on a single system (if file locations are also agreed upon).
.. .lpf ?
Or you just like the
The obvious long term solution is to aggree on a unified repository that rpm based systems and debian based systems moved to use.
Then
Finally, a non-vendor name would need to be agreed on.
AFAIK the encryption key is required during the boot process. If the computer is shutdown during the removal process, then it'll need the key when the computer boots back up. The normal way to do this is to stick the key on a USB stick, which you insert while the computer is booting. Once the machine is online, you physically remove the USB key, and store it somewhere else. This is great if you have a machine at location you don't physically control, and you want your data to be safe from prying eyes if you machine is ever taken without your consent.
Granny is not a system builder.
Granny buys the PC with the OEM system install.
These are features of the installer, which is only used one time in the life of a debian-installation. This is non-news.
You don't happen to know of a download site for VüDü?
You forgot about the virgins!! The only way to insure a uneventful install or upgrade is to appease the daemons with the offering of a virgin! Seesh, amatures!!!
This sig. intentionally left blank.
I have been using SuSE's encrypted partitions for more than 3 years now, they have always been completely integrated into the graphical installer.
Yes, they do require someone to enter the (very long!) passphrase during the OS startup process, but that's a small price for the measure of peace of mind that it provides.
Terje
"almost all programming can be viewed as an exercise in caching"
Hmm, modded down as flamebait? Have you learned your lesson? Never say anything critical about Linux at Slashdot, especially if it contains a kernel of truth (no pun intended). Linux is perfect and cannot be criticized, especially mocked or made fun of. You fool!
Currently hooked on AMP
DING DING DING, WE HAVE A WINNER.
My mother, grandmother, neighbors, co-workers, and non-technical friends still can't slap an install disk for Windows or OSX in to their home computer without sweating, cursing, and praying. They still don't know how to find and install drivers that windows doesn't ship with, and they sure as HELL don't have the patience to do all of that as routinely as it needs to happen on windows.
As a rule I format my Windows desktop once a year or more after regular use. The typical user, with their tendency to click [Yes] to every piece of spy/mal/shitware on the internet should probably be formatting every 6 months. But they don't, even with how simple the installs are, because they're intimidated even by Windows' "easy" install. (F6 to install drivers the moment the installer starts, and have the driver on a floppy. Still. On XP. When a lot of XP machines ship with no floppy. Anybody like that part?)
Even Mac users tend to sweat and curse when you tell them to do an install that wipes the drive, and that's saying something. The OSX installer is dead simple, and it will pretty much always have drivers for all the base system hardware, yet Mac users still sweat it.
Let's face it, easy GUI installers, while nice, will not bring people over to linux. It's not why they choose Windows to begin with. Let's say the reasons all together now:
"It's what I use at work"
"Microsoft Office support"
"It came with the computer"
"I need Internet Explorer"
"I'm familiar with it and don't want to learn a new system"
"It runs the software I use without any hassle"
Nowhere in the list for Joe Q. Public is "That old text based installer is the staleness. GUI installers are the new freshness, get with the times linux!"
Debian might win over a couple Windows server administrators looking to dabble in linux with this, but that's about it.
Well, the bit about the virgins is true, but if you sacrifice the nerd, who will complete the installation?
"I think it would be a good idea!"
Gandhi, about Internet Security
You forgot about the virgins!! The only way to insure a uneventful install or upgrade is to appease the daemons with the offering of a virgin! Seesh, amatures!!!
are you suggesting that he should slit his wrists after installing?
Stop Computers/Cars Analogies on S
And for those of you who are noobs, here is how to install Linux on a dead badger.
Heh, my work place's web proxy blocked the site with the following message (emaphasis unchanged): "The site you requested is blocked under the following categories: Criminal Skills"
The enemies of Democracy are
I'm really glad to see the official Debian project making good moves on installation; though people gripe about the focus placed on installation ("How many times do you install a frickin' OS?" goes the refrain), it really is important. People who might be interested in and benefit from Free software are under no obligation to spend confusing hours getting things to install; it's true that most OSes get stuck on a machine and stay there for a while, but that doesn't mean that installation can be ignored. With Free Software OSes especially, it's actually really nice to be able to install whenever you want, without worrying about intrusive "validation" procedures, etc -- I know I dabble with various OSes, just to check out what's new.
That said, to install a Debian system by means *other* than the official installer can be a pretty easy process, especially if you're a bit flexible (just for a few seconds, I swear!) about what constitutes Debian. (And since I really am a perpetual newbie, I think that I'm not exaggerating the ease I'm claiming.) A few examples:
Xandros: a mix of commercial / proprietary stuff, but it's based on straight Debian. Easy to install, nicely graphical, supports a lot of hardware, and (I didn't realize until yesterday) can read and write NTFS, which their sales reps say is unique among out-of-the-box commercial Linux distros. That sounds unlikely to me, but I can't think of a counterexample off-hand. You don't have to use their proprietary stuff.
Ubuntu: Yes, there are divergences, but there's no denying that Ubuntu is at heart a Debian operating system.
Knoppix (along with Kanotix, and many of the other Knoppix derivatives)is nicely installable.
The eLive Live CD not only is one of the easiest ways to install a Debian system, but also one of the simplest ways to install and play with Enlightenment.
And of course I've named just a few of the Live CDs based on Debian, a great many of which are installable.
timothy
jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
Navigating an unfamiliar tree in text mode is a pain in the ass. The only decent way to navigate a tree in text mode is via command line with tab completion, but that sucks when you are unfamiliar with the tree. You need tree navigation to customize the list of packages to install.
Not everybody can read a language that works fine with 256 fixed-size characters. There exist languages like traditional Chinese, Thai, and Arabic. You won't get these people to suddenly switch to a more practical alphabet.
Completion bars are more readable with graphics. It's nice to see a diagram of how the hard drive is partitioned. Scroll bars are fast and informative.
What can I say? The prospect of a new Debian stable gets me all in a tizzy and causes me to... er... maybe I've said too much already.
Moderation Total: -1 Troll, +3 Goat
I was mightily impressed by Ubuntu as well. I'd been running a progressively more and more unstable Debian MythTV server, and finally decided to give Ubuntu a try. Long story short: As soon as I get the time over a weekend, Ubuntu is going away.
Short story long: Debian had become unstable over the years on this machine, due to new alpha and pre-alpha drivers being installed, crashing bad reboots due to the crashing, etc. Especially when I had to hit reset, the file corruption that was occurring was destroying the machine. So, last month, I installed Ubuntu. Remember the crashing I mentioned? It would happen every 3 or 4 days. With Ubuntu? At *least* once/night, and usually more often than that. Maddening doesn't begin to do it justice.
Looks like it's down to a video driver issue, though. If I drop my video driver all the way back to vesa (which looks worse than absolute crap on this setup, let me tell you!), the machine has finally become stable. In other words, it's been up for almost 4 days running now. I'm happy to get 4 days out of it. That is pathetic. Ubuntu is going away, and I'm switching back to Debian, where I expect I will have my stability completely returned by a nice, clean install.
GPL made simple: What was my stuff is now our stuff. If you improve our stuff, please keep it our stuff.
that's interesting. I use the nvidia driver (which I know isn't gpl'd) and haven't any problems. of course I've had iBook problems (mouse and video) that most others have not. I'll give ubuntu some time as I have it on my classroom computer. If it crashes, I'll go another route. So far it's been stable for the last few days. I'll have to see.
My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
Even Sarge's installer is not hard to use. You don't have to do anything from scratch, you just answer questions. If you can't install the system with that, you probably couldn't use it either. There will be a lot to tweak after the installation anyway. Implementing a straightforward installed is probably not one of the biggest problems. It does not count as "major new features".
This may not counter your position, but Debian *is* the foundation for Ubuntu, which has come out of nowhere and taken the Linux desktop into a position it's often longed to have.
As a community-driven OS, it definitely has its place.
The release cycle for Debian has indeed been glacial at best. I think I lived a few lifetimes and was incarnated a few times while waiting for sarge. I think also everyone involved with Debian acknowledges how horrific their release cycles were. They seem to be getting better.
I wouldn't call it a "nice try" - Debian has a reputation for being stable and risk-averse over the bleeding edge cycles of other distributions. They are arguably the most "BSD-ish" of the Linux distributions in this respect. This is why a lot of server admins, including myself, pick up on using Debian over say CentOS or RHEL. I've used it for years on production systems and have never regretted it.
apt-rpm is orders of magnitude slower than apt-deb because of the goofy wat the RPM packaging system is designed.
You can rightfully expect apt-get install to take about 3-4 times as long on a RedHat system than a debian system.
In my opinion "Installing a Linux distribution" is not the biggest problem anymore.
The graphical installation GUIs are uprising and the ncurses installation "GUIs" are very common (and in my opinion totally sufficent).
What is more a problen is:
Which software does what and what kind of linux software does make the same like the software I was used to before? How is it named and how do I install it (and I dont mean "make install", I mean distribution based install)?
so long
...anymore, Ubuntu people, as there's nothing Ubuntu can really do that Deb can't. It's true that Debian is more geared towards proficient Linux users, but that's one of the reasons many of us love it so; it is clean, powerful, and stays the hell out of our way. For me personally, just the fact that it has a properly implemented root account rather than that crazy sudoers implementation in Ubuntu is enough to keep me with Deb. (What's up with that, anyway?)
Working in a DevOps shop is like playing in a band made up entirely of keytarists.
To be even more fair, granny knows that she doesn't want nor need to learn how to install any OS. She'll just ask me to do it, she's a pretty smart cookie
When the install ask for the virgin's blood, the average slashdotter need only dilute theirs with some Extra Virgin Olive Oil.... this dilutes the "virgin" quality down to a reasonable level... after that the install works just fine!
I only look human.
My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
Maybe you've been stuck in an archane version of Debian, if so: you should probably update. The current Debian stable install (3.1) is comprehensive, straightforward and consists mainly of chicken-pecking the return key. In fact, in many respects, it is as complicated and difficult as your average graphical installer (for example, the recent ubuntu installer).
Those who fear Debian because of the installation process need not. Even the Debian stable branch (which, granted, contains a lot of older, albeit stable, software packages) is more than adequate, and in many instances is fast, usable and elegant for its intended purpose: to install the OS.
Don't worry. It will use a GUI, but it will still work basically the same. They would piss off too many users who have already invested in Lamb's blood if they made it all useless! The only change is that the circle of power will appear onscreen.
*shudder* I remember the first time I tried to install Debian after using Slackware and then RedHat for some time. I'm still suffering from the dselect-induced post-traumatic stress...
Better than the old RPM-based (without a package-updating/downloading frontend) distro that I've been having fun maintaining lately. Try upgrading glibc on one of those babies and watch all your apps blow up.
I used this recently to install an AMD64/testing debian machine. While I can say in some ways it was quicker to click the various options, I've found that it sometimes has an annoying lack of consistency (probably due to the porting from curses). Notable that sometimes one must click on an option, and then choose "Continue", while other times you can (or must) double-click the option in question. Particularly annoying is when I've set an option, and it goes back to the selection screen, when I hit continue it asks me to set the option again rather than going on to the next step...
Actually, that sounds far closer to a Gentoo installation ..
The sea changes color, but the sea does not change.
Oh, but debian does have a validation: if you can't get through the installation it means that you're not a Genuine Debian User
(note: I haven't installed debian myself, just head about it's installation from friends)
To have a right to do a thing is not at all the same as to be right in doing it
I started installing Linux when you were probably in grade school. I was merely poking fun at how far behind most other CURRENT distros Debian's installation procedure is ;-)