Bazaar on the slow track
Bazaar on the slow track
Posted Sep 12, 2012 20:55 UTC (Wed) by dlang (guest, #313)In reply to: Bazaar on the slow track by cmccabe
Parent article: Bazaar on the slow track
really it's only the Fedora based distros that have switched, along with a few others, but for every other one that has switched, a non-debian derived distro can be pointed to that hasn't switched.
RHEL may or may not switch in the future. The systemd people will say that it will switch, but we'll see how the datacenter admins that RHEL is built for respond (they don't need many of the desktop based features of systemd and are are both more comfortable and more likely to have odd init stuff that will be affected.
As for Unity vs GNOME, as GNOME3 was released, the distros have splintered like a glass thrown onto concrete. Yes Unity is one of the fragments, but it's far from the only one.
Posted Sep 12, 2012 21:11 UTC (Wed)
by marcH (subscriber, #57642)
[Link]
Plus: they don't care about systemd optimizations and dynamic features. And they'd rather hack and trace shell scripts than use gdb and cc.
Posted Sep 12, 2012 21:13 UTC (Wed)
by Teho (guest, #86286)
[Link]
Posted Sep 12, 2012 21:19 UTC (Wed)
by rahulsundaram (subscriber, #21946)
[Link] (11 responses)
You are clearly trying to understate it. Among the popular ones, the distros that have switched:
* Fedora
"RHEL may or may not switch in the future."
RHEL 7 is switching to systemd as well
http://rhsummit.files.wordpress.com/2012/03/burke_rhel_ro...
Debian hasn't switched and is evaluating systemd along with OpenRC. Ubuntu has no plans to switch at this point.
Posted Sep 12, 2012 21:39 UTC (Wed)
by dlang (guest, #313)
[Link] (10 responses)
your info about RHEL conflicts with other posters here.
Yes, several popular desktop distros have switched to systemd, that's far from the "everyone has switched, except for those lone wolves at Ubuntu who refuse to go along with everyone else" mantra that is being pushed.
Posted Sep 12, 2012 21:55 UTC (Wed)
by Jonno (subscriber, #49613)
[Link] (9 responses)
> that's far from the "everyone has switched, except for those lone wolves at Ubuntu who refuse to go along with everyone else" mantra
Posted Sep 12, 2012 22:17 UTC (Wed)
by dlang (guest, #313)
[Link] (8 responses)
and if Debian remains with upstart (even if they replace the sysvinit option with OpenRC), then Ubuntu sticking with upstart is just staying with the upstream option.
Posted Sep 12, 2012 22:52 UTC (Wed)
by rahulsundaram (subscriber, #21946)
[Link] (7 responses)
I have given you a public source from the company's roadmap slides presented in the company conference and your answer is this embarrassing hand waving?
" do you really think that if Debian abandons upstart for OpenRC that Ubuntu will not follow along?"
This is a poorly phrased question. Debian is not using Upstart now by default. So there is no real question of them abandoning it and yes, Ubuntu might very well decide not to follow if Debian decides to switch to OpenRC or Systemd considering how much they have invested in Upstart and that is quite understandable. Ubuntu has done considerably different things from Debian in many ways including the installer, Unity etc and there is no reason to automatically assume they will follow Debian in this case.
Posted Sep 13, 2012 0:06 UTC (Thu)
by dlang (guest, #313)
[Link] (6 responses)
actually, if I do an upgrade of a Debian system, it prompts me to convert to upstart from a sysv init. If this isn't using upstart by default, what is it?
Posted Sep 13, 2012 2:52 UTC (Thu)
by guillemj (subscriber, #49706)
[Link] (3 responses)
That's right.
> actually, if I do an upgrade of a Debian system, it prompts me to convert to upstart from a sysv init. If this isn't using upstart by default, what is it?
The upstart package in Debian is not Essential, it's not on the base system either (Priority extra), and there's nothing except for live-config-upstart depending on it. So if it's being pulled in on an upgrade that's most probably some third party package doing that, either that or it got selected for upgrade at some point?
Posted Sep 13, 2012 2:59 UTC (Thu)
by dlang (guest, #313)
[Link] (2 responses)
Posted Sep 13, 2012 3:00 UTC (Thu)
by clint (subscriber, #7076)
[Link] (1 responses)
Posted Sep 13, 2012 20:21 UTC (Thu)
by Tester (guest, #40675)
[Link]
Posted Sep 13, 2012 2:59 UTC (Thu)
by clint (subscriber, #7076)
[Link]
Posted Sep 13, 2012 18:23 UTC (Thu)
by smurf (subscriber, #17840)
[Link]
Anyway, there are upstart and systemd packages in Debian.
Debian is probably going to do its usual thing and support both systemd and sysv-rc and/pr openrc and probably upstart long-term -- if for no other reason that tthe fact that systemd contains too many Linux-specific bits and pieces; debian wants to be able to run on top of FreeBSD kernels.
Now let's drop this side discussion and go back to VCS bashing please. ,-)
Posted Sep 13, 2012 21:15 UTC (Thu)
by zooko (guest, #2589)
[Link] (9 responses)
Posted Sep 14, 2012 14:30 UTC (Fri)
by smurf (subscriber, #17840)
[Link] (8 responses)
But you need to look at the actual use cases.
Take git. Linus developed the thing for the kernel. git supported *large* source repositories quite well, right from the start. All the others were "OK it works for ten files and ten revisions, I'm done with the basics. 10000 files and 1000 revisions? Oops, need to take our lunch break now, hopefully it'll be done when I get back." So git was the first DVCS that aktually worked for the "impatioen kernel developer" use case.
Or take systemd. Init's job, as Lennart has shown, isn't done after starting jobs: reliably discovering when a job has *stopped*, and hopefully not interrupting the service it provides while restarting it, is a worthwhile goal too.
I am not the only person out there who has written a whole bunch of software (some of whichtook a significant heap of my time+effort+money), which was "good enough" -- but then somebody else took a look at it, said "cool, but I can do better", did better -- and shared their code with me. So why should I not toss my code into the Great Bitbucket in the Sky, and use theirs (and then improve *that* instead of playing catch-up)?
I'm not going to let my ego get in the way of getting things done. Life's too short for that.
Posted Sep 14, 2012 14:51 UTC (Fri)
by paulj (subscriber, #341)
[Link] (6 responses)
Though, there's no pressing reason why that job must be done by init…
Posted Sep 14, 2012 16:23 UTC (Fri)
by apoelstra (subscriber, #75205)
[Link] (5 responses)
Well, init is the job's parent, so it's uniquely positioned to notice when a job crashes -- and since init started the job, it's also uniquely qualified to /re/start it.
Posted Sep 14, 2012 17:51 UTC (Fri)
by paulj (subscriber, #341)
[Link] (4 responses)
Or you can have a kitchen-sink system, where you put all this into init, and it has to support every possible need any kind of service will ever have.
Posted Sep 14, 2012 18:27 UTC (Fri)
by bronson (subscriber, #4806)
[Link] (3 responses)
Posted Sep 14, 2012 20:07 UTC (Fri)
by paulj (subscriber, #341)
[Link] (1 responses)
Posted Sep 16, 2012 3:16 UTC (Sun)
by bronson (subscriber, #4806)
[Link]
Posted Sep 18, 2012 22:04 UTC (Tue)
by man_ls (guest, #15091)
[Link]
Posted Sep 17, 2012 9:11 UTC (Mon)
by pboddie (guest, #50784)
[Link]
I'm pretty sure Mercurial was developed for working with the kernel sources.
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
* openSUSE
* Mageia
* Arch
Bazaar on the slow track
Bazaar on the slow track
Yes, but he is the only one backing it up with sources...
Correct, but that is not what is being claimed here. What is claimed is that everyone but Ubuntu is either staying with sysvinit (or sysvinit + OpenRC) *or* are moving to systemd, no one else is staying with, or moving to, upstart.
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
I don't know about upstart, but systemd works really well there.
Bazaar on the slow track
Bazaar on the slow track
Compared to upstart, sysv-init is good enough for me -- so why bother to switch to it? Compared to systemd, it no longer is. Conclusion: all my systems now boot with systemd. It's not the first init replacement out there, but it's the first worth switching to if you've done it the "/etc/init.d/foo start" way for the last 20 years (which, surprise, continues to work just fine with Debian's systemd).
Bazaar on the slow track
Init's job, as Lennart has shown, isn't done after starting jobs: reliably discovering when a job has *stopped*, and hopefully not interrupting the service it provides while restarting it, is a worthwhile goal too.
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
Bazaar on the slow track
I would like to nominate your comment for "Quote of the week" for distributions, if it is not too late. It is sarcastic, it has the LOL factor, and it is true as life.
QotW material
Bazaar on the slow track
Take git. Linus developed the thing for the kernel. git supported *large* source repositories quite well, right from the start. All the others were "OK it works for ten files and ten revisions, I'm done with the basics. 10000 files and 1000 revisions? Oops, need to take our lunch break now, hopefully it'll be done when I get back."