Egregoros

Signal feed

Timeline

Post

Remote status

Context

9

@cjd I'm less than a year into my venture into Linux but I haven't encountered any bugs yet, although it could be I'm too inexperienced to recognize them as such πŸ™ƒ Also I don't do anything advanced, mostly playing around with various tools in the terminal. Like today I've been using grep to filter some data from one .csv to another and then calculate something in the new file using sc-im, so much more fun than Excel.

My recollection of Ubuntu is having troubles in the first 30 minutes of setting it up, and then realizing that the "troubles" are not really user error, but rather that the default ubuntu apps (gnome stuff) just have bugs, like save button doesn't save, that type of stuff.

@cjd Ubuntu's default partition setup allocates a 512MB /boot. You tell it "do what you want with the disk" and it'll do that. Then by default it turns on unattended-upgrades. Then it trickles new kernels to /boot but does not remove the old ones and updates the bootloader to boot the new kernel by default, which apparently occurs whether or not /boot is full. Then eventually the user reboots the machine. There are two options on the screen: new kernel, or new kernel plus safe mode. But the kernel it is configured to use does not represent a kernel that is actually on the disk, so it refuses to boot. Ubuntu renders itself impossible to boot. Ubuntu commits suicide if you don't intervene.

I do not know for certain whether this problem persists to the present day but it did occur for years. I don't know who is in charge of QA at Canonical but apparently no one is in charge of telling Ubuntu not to commit suicide.
@Suzu @p @cjd Even there you aren't free from the memery of Debian and Canonical.

Everyone hates me for this, but all I need to do to upgrade between releases on my Loonix servers is install two packages, run 2 commands, one of which checks whether my current system configuration is even valid on the next release, maybe update said configuration and reboot. 5 minutes of my time and I have to do it only once every 10 years.

Replies

14
@p @Suzu @cjd @hakui Yeah, not as unusual in an enterprise setting for making sure a company actually pays for what they are using. But it's a really bad joke for personal stuff.

At least the derivatives aren't maintained by RH in the background like with CentOS before its inevitable death, and don't entirely depend on RH either. All three major ones kinda went their own ways: ABI compat only, full source rebuild, and whatever Larry Ellison is doing. Only one of them needs RH to publish full sources.