Lennart Poettering

{{Use dmy dates|date=November 2022}}

{{short description|German software engineer|bot=PearBOT 5}}

{{Infobox person

| name = Lennart Poettering

| image = Lennart Poettering ASG 2024.jpg

| alt =

| caption = Poettering in September 2024

| birth_name =

| birth_date = {{Birth date and age|1980|10|15|df=y}}

| birth_place = Guatemala City, Guatemala

| nationality = German

| other_names =

| known_for = Avahi, PulseAudio, systemd

| occupation = Software engineer

| employer = Microsoft

| website = {{Official URL}}

}}

Lennart Poettering (born 15 October 1980) is a German software engineer working for Microsoft and the original author of PulseAudio, Avahi and systemd.

Life and career

{{Listen

| image = none

| help = no

| filename = LCA TV- Lennart Poettering.webm

| title = Interview with LCA TV

| description = interview with Poettering about systemd at linux.conf.au (Perth, Australia)--2014-01

| pos = right

}}

Poettering was born in Guatemala City but grew up in Rio de Janeiro, Brazil, and Hamburg, Germany. Poettering worked for Red Hat from 2008 to 2022.{{Cite web |title=Lennart Poettering - systemd + PulseAudio Creator - Departed Red Hat |url=https://www.phoronix.com/scan.php?page=news_item&px=Lennart-Poettering-Out-Red-Hat |access-date=6 July 2022 |website=www.phoronix.com |language=en}} He then joined Microsoft.{{Cite web |title=Systemd Creator Lands At Microsoft |url=https://www.phoronix.com/scan.php?page=news_item&px=Systemd-Creator-Microsoft |access-date=7 July 2022 |website=www.phoronix.com |language=en}}{{Cite web |last=Proven |first=Liam |title=Lennart Poettering leaves Red Hat for Microsoft |url=https://www.theregister.com/2022/07/07/lennart_poettering_red_hat_microsoft/ |access-date=28 October 2022 |website=The Register |language=en}}{{Cite web |title=James Morris on LinkedIn: FOSDEM 2023 - Hardening Kernel Subsystems by Architectural Capabilities |url=https://www.linkedin.com/posts/jamesmorris_fosdem-2023-hardening-kernel-subsystems-activity-7031105851339722752-p8t- |access-date=2023-12-12 |website=www.linkedin.com |language=en}}{{Cite web |title=Image-Based Linux and TPMs |url=https://archive.fosdem.org/2023/schedule/event/image_linux_secureboot_tpm/ |access-date=2023-12-12 |website=archive.fosdem.org |language=en}}

Since 2003, Poettering has worked on more than 40 projects, mostly written in C. He is the developer and maintainer of several free software projects which have been widely adopted by Linux distributions, including PulseAudio sound server (2004), Avahi zeroconf implementation (2005), and systemd init system (2010).

Controversies

File:Containers and systemd, com Lennart Poettering - Foto Tárlis Schneider (18959984634).jpg, on 10 July 2015]]

Poettering is known for having controversial technical and architectural positions regarding the Linux ecosystem.{{cite web|url=https://linuxfr.org/nodes/86687/comments/1249943 |title=Un entretien avec Lennart Poettering |date=6 July 2011 |access-date=26 January 2013 |quote=we still can't fully match competing audio stacks like CoreAudio [...] Both Windows and macOS have much better integrated audio stacks than we have. [...] in general the CoreAudio stack is definitely more advanced than ours. [...] there's no doubt that it [the Windows audio stack] is probably still a better integrated audio hacking experience to develop for Windows. [...] OSS is a simplistic 90's style audio stack. I doesn't really have any relevance for what you need for a modern desktop.}}{{cite web |last1=Gregori |first1=Sven |title=Pack Your Bags - Systemd is Taking You To A New Home |url=https://hackaday.com/2019/10/16/pack-your-bags-systemd-is-taking-you-to-a-new-home/ |website=Hackaday |date=16 October 2019 |access-date=6 October 2021}}

His style has brought accusations that he is working against long-standing Unix philosophy, which he addressed in his blog post The Biggest Myths.{{cite web|url=http://0pointer.de/blog/projects/the-biggest-myths.html|title=The Biggest Myths|first1=Lennart|last1=Poettering|date=26 January 2013}} For instance, Poettering has advocated speeding up Linux development at the expense of breaking compatibility with POSIX and other Unix-like operating systems such as the BSDs.{{cite web |url=https://lwn.net/Articles/430598/|first=Koen|last=Vervloesem|publisher=LWN.net |title=Choosing between portability and innovation |date=2 March 2011 |quote=POSIX is really an encapsulation of some choices that various Unix systems made along the way, rather than a body of text that got standardized and then implemented. According to Poettering, Linux should use its position as "market leader" (in the market of free Unix-like operating systems) and try out some new things. If developers don't force themselves into the constraints of the POSIX API, they could develop some really innovative software, like systemd shows. When these new developments happen to turn out really interesting, other operating systems could eventually adopt them as well.}}{{cite web |url=https://archive.fosdem.org/2011/interview/lennart-poettering.html |title=FOSDEM 2011 interview |date=6 February 2011 |quote=Not having to care about portability has two big advantages: we can make maximum use of what the modern Linux kernel offers these days without headaches -- Linux is one of the most powerful kernels in existence, but many of its features have not been used by the previous solutions. And secondly, it greatly simplifies our code and makes it shorter: since we never need to abstract OS interfaces the amount of glue code is minimal, and hence what we gain is a smaller chance to create bugs, a smaller chance of confusing the reader of the code (hence better maintainability) and a smaller footprint.}} He took this position because of his experience in writing some other low-level components in the desktop stack.{{cite web|url=https://archive.fosdem.org/2011/interview/lennart-poettering.html |publisher=fosdem.org |title=Interview: Lennart Poettering - Lennart Poettering will give a talk about "Systemd: beyond init" at FOSDEM 2011. |year=2011 |access-date=16 June 2014 |quote=Many of my previous projects (including PulseAudio and Avahi) have been written to be portable. Being relieved from the chains that the requirement for portability puts on you is quite liberating. While ensuring portability when working on high-level applications is not necessarily a difficult job it becomes increasingly more difficult if the stuff you work on is a system component (which systemd, PulseAudio and Avahi are).}} He invites other developers to do the same.{{cite web|url=https://archive.fosdem.org/2011/interview/lennart-poettering.html |publisher=fosdem.org |title=Interview: Lennart Poettering - Lennart Poettering will give a talk about "Systemd: beyond init" at FOSDEM 2011.|year=2011 |access-date=16 June 2014 |quote=In fact, the way I see things the Linux API has been taking the role of the POSIX API and Linux is the focal point of all Free Software development. Due to that I can only recommend developers to try to hack with only Linux in mind and experience the freedom and the opportunities this offers you. So, get yourself a copy of The Linux Programming Interface, ignore everything it says about POSIX compatibility and hack away your amazing Linux software. It's quite relieving!}} Poettering recommends also reading The Linux Programming Interface but ignoring the POSIX-specific parts.

In 2011 Poettering, one of the main developers of PulseAudio, praised the Windows and macOS audio stacks as "more advanced" and called Open Sound System "a simplistic 90's style audio stack" without relevance for a modern desktop.

Also in 2011, when asked why the Linux desktop hadn't been widely adopted by mainstream users, he answered that: "Linux is still too fragmented...[and] needs to be streamlined...".{{cite web|url=https://linuxfr.org/nodes/86687/comments/1249943 |title=Un entretien avec Lennart Poettering |date=6 July 2011 |access-date=26 January 2013|quote=I think we weren't innovative enough in the interface, and we didn't have a convincing message and clear platform. If you accept MacOS as benchmark for user interfaces, then we weren't really matching it, at best copying it. I think this is changing now, with GNOME 3 which is a big step forward as an interface for Linux and for the first time is something that has been strictly designed under UI design guidelines. So we now have a better interface, leaves the message and the clear platform. Linux is still too fragmented, and a developer targeting Linux will have to choose from a variety of APIs, a bazaar of somewhat matching but mostly just chaotic choices that will work on some systems but not on others. I think it would be in our greatest interest to streamline the platform top to bottom, and thus have a clear message what the Linux OS is. And of course, I believe my work in cleaning up the lower levels of our userspace stack is helping to work in that direction. Getting a clear message out what Linux is supposed to be is definitely a social issue, but to make that happen the Linux platform needs to be streamlined first, and that's a technical task, and not done yet.}} In 2014 Poettering published an essay criticising how software in Linux distros is commonly packaged, updated, and deployed; and laid out proposals that he, Kay Sievers, Harald Hoyer, Daniel Mack, Tom Gundersen and David Herrmann, had for how the architecture should be changed.[http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html Revisiting How We Put Together Linux Systems] on 0pointer.net by Lennart Poettering "The classic Linux distribution scheme is frequently not what end users want, either. Many users are used to app markets like Android, Windows or iOS/Mac have. Markets are a platform that doesn't package, build or maintain software like distributions do, but simply allows users to quickly find and download the software they need, with the app vendor responsible for keeping the app updated, secured, and all that on the vendor's release cycle." (1 September 2014)

The controversy around systemd culminated in personal attacks and alleged death threats against Poettering.{{cite web|url=https://www.zdnet.com/article/lennart-poetterings-linus-torvalds-rant/|title=Lennart Poettering's Linus Torvalds rant|website=ZDNet|first=Steven J.|last=Vaughan-Nichols|date=6 October 2014}}{{cite web|url=http://www.linux-magazine.com/Online/Blogs/Off-the-Beat-Bruce-Byfield-s-Blog/Lennart-Poettering-and-the-cause-of-civility|title=Lennart Poettering and the cause of civility|first=Bruce|last=Byfield|author-link=Bruce Byfield|work=Linux Magazine|date=7 October 2014}} Poettering went on to put some blame on Linus Torvalds and other kernel developers for being bad role models for encouraging an abusive discussion culture on technical disagreements.{{cite web|url=https://news.slashdot.org/story/14/10/06/1837237/lennart-poettering-open-source-community-quite-a-sick-place-to-be-in|title=Lennart Poettering: Open Source Community "Quite A Sick Place To Be In"|publisher=Slashdot|date=6 October 2014|access-date=8 November 2015}}

In 2017, Poettering received the Pwnie Award for Lamest Vendor Response to vulnerabilities reported in systemd.{{cite web|title=Pwnie Awards 2017, Lamest Vendor Response: SystemD bugs|url=https://pwnies.com/systemd-bugs/|website=Pwnie Awards|access-date=10 June 2021|ref=lamestvendor}}

References

{{reflist|refs=

{{cite web|url=https://lwn.net/Articles/299211/ |title=LPC: Linux audio: it's a mess |first=Don |last=Marti |archive-url=https://web.archive.org/web/20090901150150/http://lwn.net/Articles/299211/ |archive-date=1 September 2009 |publisher=LWN.net |date=18 September 2008 |access-date=3 July 2009 |url-status=live}}

{{cite web|last1=Paul|first1=Ryan|title=PulseAudio to bring earcandy to Linux|url=https://arstechnica.com/information-technology/2007/10/pulseaudio-to-bring-earcandy-to-linux/|website=arstechnica.com|publisher=Ars Technica|access-date=20 March 2015|date=17 October 2007}}

{{cite web |url=https://www.phoronix.com/scan.php?page=news_item&px=ODUzOA |publisher= Phoronix |title= An Update On The SystemD System & Session Manager |author= Michael Larabel |date=23 August 2010 |access-date=29 January 2013}}

{{cite web|last1=Paul|first1=Ryan|title=Apple's new iPod checksum cracked by GtkPod coders|url=https://arstechnica.com/gadgets/2007/09/gtkpod-coders-crack-apples-new-ipod-checksum/|website=Ars Technica|date=16 September 2007}}

[http://lathiat.net/files/avahi-lca2007.pdf "Using Avahi The 'Right Way'"] {{Webarchive|url=https://web.archive.org/web/20160227231631/http://lathiat.net/files/avahi-lca2007.pdf |date=27 February 2016 }}, linux.conf.au 2007

[https://web.archive.org/web/20150919211316/http://lca2007.linux.org.au/profile/197.html linux.conf.au 2007 profile]

Larabel, Michael. 2 September 2014. [https://www.phoronix.com/scan.php?page=news_item&px=MTc3OTM New Group Calls For Boycotting Systemd]. Phoronix

}}