Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
percentages of people about failed Installations?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Mon May 23, 2016 11:45 am    Post subject: Reply with quote

The zen of gentoo would state there are no failed installs just longer installs.

My 1st gentoo install took a weekend partially because it was a P4 and it was left building overnight... There were a number of points where things didn't go as expected but ... reboot, chroot, continue from a different point in the manual.

Griz (R.I.P.) imparted onto me his dnd install and so when I re-installed due to 32b to 64bit it was booting in 30min.


So really a failed install is one where people have tried and have given up & that number would be very, very hard to quantify
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
leifbk
Guru
Guru


Joined: 05 Jan 2004
Posts: 415
Location: Bærum, Norway

PostPosted: Mon May 23, 2016 12:19 pm    Post subject: Reply with quote

Naib wrote:
My 1st gentoo install took a weekend partially because it was a P4 and it was left building overnight... There were a number of points where things didn't go as expected but ... reboot, chroot, continue from a different point in the manual.


Heh - my first Gentoo install was on an old 266 MHz Pentium II laptop, it took about 8 days from stage 1 to the KDE login screen. But it was a clean run; all I did was follow the instructions and I was very very impressed with the quality of the documentation.

Quote:
So really a failed install is one where people have tried and have given up & that number would be very, very hard to quantify


Indeed. But probably those of us who started computing at a blinking command prompt fare better than the lot who've grown up with GUIs.

greyspoke wrote:
Not sure about your list of two groups it is "designed for". There is the "enthusiastic amateur" class (of which I am one*) who use it and enjoy doing so. I did try a couple of binary distributions. I get the impression from the way Gentoo documentation is written that it attempts to engage a somewhat broader audience. Your earlier comment about a willingness to learn is key I think (possibly some basic aptitude at learning this type of stuff is also important).

*My programming is restricted to basic scripting and the only system I administer is a tiny home network. I did write my first programme in about 1973 at school on a punch card type of thing, but I didn't carry on with it until much more recently.


You can add me to that group, although I've done a fair amount of P* scripting, and for a few years I had a computer running Gentoo at work as I did some duct tape jobs for porting data between a mainframe and some Oracle databases. I started with programming in the 80s with Basic and Turbo Pascal, but never got the hang of OOP.
_________________
Grumpy old man
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Mon May 23, 2016 12:29 pm    Post subject: Reply with quote

Quote:
But probably those of us who started computing at a blinking command prompt fares better than the lot who've grown up with GUIs.

Those who grew up with blinking cursor also had to configure the pre-PnP hardware with jumpers. Had to know at least something about hardware. Nowadays even technically minded users believe there has to be a driver for hard drive ...
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Mon May 23, 2016 12:31 pm    Post subject: Reply with quote

Buffoon wrote:
Quote:
But probably those of us who started computing at a blinking command prompt fares better than the lot who've grown up with GUIs.

Those who grew up with blinking cursor also had to configure the pre-PnP hardware with jumpers. Had to know at least something about hardware. Nowadays even technically minded users believe there has to be a driver for hard drive ...
some of us have bitbanged IDE's with fpga's ;)
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Tue May 24, 2016 11:02 am    Post subject: Reply with quote

When was the last time you had a hard drive with controller built in? 25 years ago?
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue May 24, 2016 11:09 am    Post subject: Reply with quote

Buffoon wrote:
When was the last time you had a hard drive with controller built in? 25 years ago?


Today? Disks still have embedded controllers on them to talk to the bus they are attached in.
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Tue May 24, 2016 11:39 am    Post subject: Reply with quote

pilla wrote:
Buffoon wrote:
When was the last time you had a hard drive with controller built in? 25 years ago?


Today? Disks still have embedded controllers on them to talk to the bus they are attached in.
That is a bus controller, not a protocol controller. Something still needs to pack the bits correctly
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Tue May 24, 2016 11:45 am    Post subject: Reply with quote

Naib wrote:
pilla wrote:
Buffoon wrote:
When was the last time you had a hard drive with controller built in? 25 years ago?


Today? Disks still have embedded controllers on them to talk to the bus they are attached in.
That is a bus controller, not a protocol controller. Something still needs to pack the bits correctly


OK. What about SCSI disks?
_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Tue May 24, 2016 12:16 pm    Post subject: Reply with quote

pilla wrote:
Naib wrote:
pilla wrote:
Buffoon wrote:
When was the last time you had a hard drive with controller built in? 25 years ago?


Today? Disks still have embedded controllers on them to talk to the bus they are attached in.
That is a bus controller, not a protocol controller. Something still needs to pack the bits correctly


OK. What about SCSI disks?
Ahh that's different ;) yes a SCSI controller does abstract away a lot of the low-level harddrive access, and then some.
ATA were dumb blocks and needed alot of driver bitstuffing
SCSI are virtually autonomous & the only driver is just the kernel-hardware bridge (a driver non the less)
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
luiztux
n00b
n00b


Joined: 31 Aug 2015
Posts: 27
Location: /usr/portage/distfiles

PostPosted: Tue May 24, 2016 1:06 pm    Post subject: Re: percentages of people about failed Installations? Reply with quote

amulet_linux wrote:

When people try to install Gentoo.....

99% of people that had never used Linux usually fail
90% of Linux end-users usually fail
60% of advanced Linux users usually fail


100% of them think that Gentoo installation is difficult before even trying.
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Tue May 24, 2016 4:22 pm    Post subject: Reply with quote

Naib wrote:
pilla wrote:
Buffoon wrote:
When was the last time you had a hard drive with controller built in? 25 years ago?


Today? Disks still have embedded controllers on them to talk to the bus they are attached in.
That is a bus controller, not a protocol controller. Something still needs to pack the bits correctly


Today. Or would be if I hadn't returned it. I bought an external usb drive about a year ago because there were no internals available locally and I needed it right then. Took it apart when I got home, and it was USB right on the drive.
Back to top
View user's profile Send private message
1clue
Advocate
Advocate


Joined: 05 Feb 2006
Posts: 2569

PostPosted: Tue May 24, 2016 4:24 pm    Post subject: Reply with quote

And come to think of it, I'm going to say that SSDs have a built-in disk management controller that's probably more sophisticated than a SCSI controller. The wear leveling, self-test and all is non-trivial and driven by firmware. I have 3 SSDs which have had firmware updates recently.

Edit: Rather than adding another post, I'm going to mention Mellanox and other server-based drives for SAN applications.
Back to top
View user's profile Send private message
Proinsias
Tux's lil' helper
Tux's lil' helper


Joined: 06 Oct 2014
Posts: 133
Location: Scotland

PostPosted: Wed May 25, 2016 12:34 am    Post subject: Reply with quote

I've given up on gentoo install a fair few times, it doesn't put me off. Each time I get a little closer. There always seems to come a point where the hour or so to install an all bells and whistles binary distro is the way to get something done fast, and each time I install gentoo the handbook looks less like cuniform.
Back to top
View user's profile Send private message
greyspoke
Apprentice
Apprentice


Joined: 08 Jan 2010
Posts: 171

PostPosted: Wed May 25, 2016 9:13 am    Post subject: Reply with quote

Proinsias wrote:
each time I install gentoo the handbook looks less like cuniform.

I'd check your locale and your clock [/coat]
Back to top
View user's profile Send private message
davidm
Guru
Guru


Joined: 26 Apr 2009
Posts: 557
Location: US

PostPosted: Thu May 26, 2016 4:55 pm    Post subject: Reply with quote

I think in theory any moderately competent Linux user could install Gentoo. The problem for newbies I think is it can be information overload with too much new stuff (Gentoo specific things) at once. Also in practice often something little is out of date in the handbook and this will cause a small problem which needs to be handled. Experienced Linux users have a far better chance of pulling it off when minor issues like this are encountered.

The hardest part of a Gentoo install IMO is probably doing the custom kernel combined with the boot loader. However a custom kernel is optional and a user can opt for genkernel instead to make the process easier (albeit at the expense of far greater compile time). One thing I think we could probably do to help new users more in regards to the custom kernel would be to add a section to explain how to recover. Things like instructing the new user on how to edit the grub2 kernel command on the fly could be very helpful.

That said once you get used to it things become easier. I've been able to transfer data (entire partitions) between OSs and filesystems, go from encrypted to non-encrypted and vice-versa, switch from openRC to systemd all pretty much without even having to use a rescue disk. I'm not some Linux badass. I'm just a moderately competent Gentoo Linux user who made good use of the available documentation and forum posts. Typically before doing something big like this I spend a few hours researching on the forum and wiki. New users would be well served doing the same thing.
Back to top
View user's profile Send private message
amulet_linux
n00b
n00b


Joined: 26 Apr 2014
Posts: 65

PostPosted: Sat Jun 11, 2016 7:55 pm    Post subject: Reply with quote

davidm wrote:
switch from openRC to systemd all pretty much without even having to use a rescue disk. .

I used to use systemd, switching back to a pure openrc system was kind of complex, almost the same that switching to systemd.
though I had to login into Arch in order to end the switching because I had some issues with PAM that don't let me to use neither su nor sudo
_________________
https://gentoo.curl.pink
I post about Gentoo and Linux :3
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum