How to fix FreeB­SD for cor­po­ra­tions (and user with small­er instal­la­tions), the tools-viewpoint

There is a huge dis­cus­sion going on on hackers@ about how FreeB­SD is not suit­able for large instal­la­tions (any­more?). As of this writ­ing, the dis­cus­sion seems to get some discussion-clusters. We have some sub-topics which could lead to some good improvements.

One subtopic is the release engi­neer­ing. Some changes like a more guid­ed approach of what should be merged to which branch, the fre­quen­cy of releas­es and maybe some kind of long-term-branch(es). There is some dis­cus­sion to get maybe some joined-funding in some way from inter­est­ed par­ties to pay some­one to take care about long-term-branch(es).

Anoth­er subtopic is the way bugs are han­dled in our old bug­track­ing soft­ware and how patch­es go unno­ticed there.

And both of them are con­nect­ed (parts more, parts less) by what can be done in a vol­un­teer project.

To me it looks like the pro­pos­als “just” need some refine­ments and some “vol­un­teers” to put val­ue (this means man pow­er and/or mon­ey) to what they said.

What I want to dis­cuss here is, how tools could help with mak­ing PRs/patches more vis­i­ble to devel­op­ers (there is already the pos­si­bil­i­ty to get emails from the small bugbuster-team about patch­es in PR data­base, but you have to ask them to get them) and how to make it more easy to get patch­es into FreeBSD.

Mak­ing bugs more vis­i­ble to developers

The obvi­ous first: We need a dif­fer­ent bug­track­ing sys­tem. We already know about it. There is (or was…) even some­one work­ing IIRC on an eval­u­a­tion of what could be done and how easy/hard it would be. I am not aware of any out­come, despite the fact that it is months (or even a year) since this was announced. I do not blame any­one here, I would like to get time to fin­ish some FreeB­SD vol­un­teer work myself.

In my opin­ion this needs to be han­dled in a com­mer­cial way. Some­one needs to be offi­cial­ly paid (with a dead­line) to pro­duce a result. Unfor­tu­nate­ly there is the prob­lem that the require­ments are in a way, that peo­ple do not have to change their workflows/procedures.

IIRC peo­ple ask that they should be able to send a mail to the bug­track­er with­out the need for authen­ti­ca­tion. Per­son­al­ly I think the bug­track­ing issue is in a state where we need to change our workflows/procedures. It is con­ve­nient to get mails from the bug­track­er and only have to reply to the mail to add some­thing. On the oth­er hand, if I report bugs some­where, and if I real­ly care about the prob­lem res­o­lu­tion, I am will­ing login to what­ev­er inter­face to get this damn prob­lem solved.

Send­ing a prob­lem report from the sys­tem where I have the issue in an easy way is a very use­ful fea­ture. Cur­rent­ly we have send-pr for this and it uses emails. This means it requires a work­ing email set­up. As an user I do not care if the tool uses email or HTTP or HTTPS, I just want to have an easy way to sub­mit the prob­lem. I would not mind if I first have to do a “send-problem reg­is­ter me@tld” (once), “send-problem login me@tld” (once per system+user I want to send from) and then maybe a “send-problem tem­plate write_template_here.txt” (to get some tem­plate text to fill out), edit the tem­plate file and then run “send-problem send my_report.txt file1 file2 …”. That would be a dif­fer­ent work­flow, but still easy.

Email noti­fi­ca­tions are sure­ly need­ed, but if I real­ly care about a prob­lem, I can be both­ered to reg­is­ter first. So in my opin­ion, we need a dif­fer­ent bug­track­er des­per­ate­ly enough that we need to drop our require­ments regard­ing our cur­rent workflow/procedures (even if it means we can not get a com­mand line way of sub­mit­ting bugs at all). The pri­ma­ry goal of the soft­ware needs to be to make it easy to track and resolve bugs. The sub­mis­sion of bugs shall be not hard too. If I look at the state of the world as it is ATM, I would say a webin­ter­face with authen­ti­ca­tion is not a big bur­den to take if I real­ly want to get my prob­lem fixed. Some com­mand line tool would be nice to have, but regard­ing the cur­rent state of our bug­track­er it needs to be option­al instead of a hard requirement.

Apart from mak­ing it easy to track and resolve prob­lems, the soft­ware also needs to be able to make us aware of the biggest prob­lems. Now… you may ask what is a big prob­lem. Well… IMO it does not mat­ter to you what I think is big or small here. The per­son with a prob­lem needs to decide what is a big prob­lem to him. And peo­ple with the same prob­lem need to be able to tell that it is also a big prob­lem for them. So a fea­ture which allows to “vote” or “+1” or “AOL” (or how­ev­er you want to call it) would allow to let users with prob­lems voice their opin­ion upon the rel­e­vance of the prob­lem to our user­base. This also means there needs to be a way to see the high­est vot­ed prob­lems. An auto­mat­ic mail would be best, but as above this is option­al. If I as a devel­op­er real­ly care about this, I can be both­ered to login to a webin­ter­face (or maybe some­one vol­un­teers to make a copy & paste and send a mail… we need to be will­ing to rethink our procedures).

Get­ting patch­es more easy into a FreeB­SD branch

It looks to me that this top­ic is requires a lit­tle bit more involve­ment from mul­ti­ple tools. In my opin­ion we need to switch to a dis­trib­uted ver­sion con­trol sys­tem. One which allows to eas­i­ly cre­ate my own branch of FreeB­SD on my own hard­ware, and which allows to let oth­er users use my branch eas­i­ly (if I want to allow oth­er to branch from my branch). It also needs to be able to let me push my changes towards FreeB­SD. Obvi­ous­ly not direct­ly into the offi­cial sources, but into some kind of stag­ing area. Oth­er peo­ple should be able to have a look at this stag­ing area and be able to review what I did. They need to be able to make some com­ments for oth­ers to see, or give some kind of (multi-dimensional?-)rating for the patch (code qual­i­ty / works for me / does not work / …). Based upon the review/rating and maybe some auto­mat­ed eval­u­a­tion (com­pile test / regres­sion test / bench­mark run) a com­mit­ter could push the patch into the offi­cial FreeB­SD tree (ide­al would be some auto­mat­ed noti­fi­ca­tion sys­tem, a push but­ton solu­tion for inte­gra­tion and so on, but as above we should not be afraid if we do not get all the bells and whistles).

If we would have some­thing like this in place, cre­at­ing some kind of long-term-release branch could be used more eas­i­ly in a colab­o­ra­tive man­ner. Com­pa­nies which use the same long-term-release branch could sub­mit their back­ports of fixes/features this way. They also could see if sim­i­lar branch­es (there could be relat­ed but dif­fer­ent branch­es, like 9.4‑security-fixes-only <= 9.4‑official-errata-only <= 9.4‑bugfixes <= 9.4‑bugfixes-and-driverupdates <= …) could be merged to their in-house branch (and maybe con­se­quent­ly push-back to the offi­cial branch they branched from if the patch comes from a dif­fer­ent branch).

It does not mat­ter here if we would cre­ate a fixed set of branch­es for each release, or if we only cre­ate some special-purpose branch­es based upon the phase of the moon (ide­al­ly we would cre­ate a lot of branch­es for every release, companies/users can cher­ry pick/submit what they want, and the sta­tus of a long-term-branch is sole­ly based upon the inflow of patch­es and not by what the secu­ri­ty team or release man­ag­er or a ran­dom devel­op­er thinks it should be… but the real­i­ty will prob­a­bly be some­where in the middle).

I do not know if tools exists to make all this hap­pen, or which tools could be put togeth­er to make it hap­pen. I also did not men­tion on pur­pose tools I am aware of which already pro­vide (small) parts of this. These are just some ideas to think about. Inter­est­ed par­ties are invit­ed to join the dis­cus­sion on hackers@ (which is far away from dis­cussing spe­cif­ic tools or fea­tures), but you are also free to add some com­ments here.

Sony Bravia and HD videos (via DLNA)

I made some more tests which video res­o­lu­tions my TV accepts via DLNA. While I was look­ing before a SD res­o­lu­tions, this time I took care about some HD resolutions.

As the Sin­tel video in the 1024×436 res­o­lu­tion did not play, I tried to reen­code it to 1024×720 (for the enabled x264 options see below). This did not work either. After that I went to the offi­cial res­o­lu­tion of 1280×720, and this works. Ini­tial­ly this video was encod­ed as High@L3.1, but with this the TV pro­duced some arti­facts on play­back. After chang­ing this to High@L4.0 (sim­ply by remux­ing instead of reen­cod­ing), the play­back was fine (warn­ing: increas­ing the H.264 lev­el is OK, decreas­ing it if the video does not com­ply to the low­ered lev­el, may cause prob­lems). I miss a set­ting in avide­mux for the lev­el, it would be nice if there would be the pos­si­bil­i­ty to set it.

I also test­ed if the 1280×544 ver­sion of the Sin­tel video plays fine on the TV or not. It does not play fine, so there is prob­a­bly a hard require­ment on the com­plete res­o­lu­tion for HD video.

While doing this I noticed that tsMux­eR is trun­cat­ing the audio, instead of the 6 chan­nel audio it was before, the remuxed file has only two channels.

As I did not want to always go through all the set­tings to enter what I want, I made a lit­tle avidemux-script to set­up (ECMA script + xml) every­thing for me. This was easy, I just took an exist­ing one (the Sony PSP one) as a base and changed the encod­ing options and the tar­get con­tain­er (unluck­i­ly avide­mux 2.5.4 does not sup­port H.264 in MPEG-TS yet, so I have to use a MP4 con­tain­er and remux it into the MPEG-TS stream afterwards).

The options I used for the x264-reencoding are –8x8dct –analyse all –mixed-refs –bime –weightb –subme 9 –b‑rdo –ref 4 –b‑adapt 2 –bframes 4 –direct auto –me umh (this includes b‑pyramid, for which there are reports that it does not work).

My pub­li­ca­tions and projects pages moved into the blog

I moved my pages about pub­li­ca­tions and projects into the blog. The con­tents of the pub­li­ca­tions are still at the old place (and there­fore in the same style as when I wrote them). I have not decid­ed yet if I will import the con­tents of the pub­li­ca­tions into the blog or not. Import­ing the con­tents means every­thing would have a con­sis­tent style, not import­ing it would mean the con­tent is as “orig­i­nal” as possible.

WP prob­lems solved

I solved my WP problems.

The perma­link prob­lem was because of a miss­ing .htac­cess file. I cre­at­ed one with write per­mis­sions for WP, and changed the permal­imk set­ting back.

The white-on-white issue was solved by set­ting CONCATENATE_SCRIPTS to false in wp-config, so it seems to be a caching prob­lem some­where. Lat­er I will take some time to switch back and flush some caches (at least where I have the rights to do it).

Blog moved to my own website

I took the time to move the blog to my own web­site. I can now post stuff which is not relat­ed to FreeB­SD, and I do not use the resources of the project for this any­more. It also allows me to install a theme I like more, and I can install plu­g­ins like I want.
Now I just have to find the cause of some strange stuff I see. After import­ing my data from the FreeB­S­Dish blog, the perma­links do not work like I want, I have to use the ugly default way of han­dling perma­links. I also have to write this post with­out see­ing what I type, the edi­tor is dis­play­ing white text on a white background…