X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/81d595c6951940b84d0080bf359dc49bed1aa9a8..2d047348b0dfe1d3bab7955e9bf9b52223e84373:/blog/index.html?ds=inline diff --git a/blog/index.html b/blog/index.html index 8b1a32a9f0..7ee76c94b8 100644 --- a/blog/index.html +++ b/blog/index.html @@ -20,49 +20,96 @@
-
What is the best multimedia player in Debian?
-
8th May 2016
-

Where I set out to figure out which multimedia player in -Debian claim support for most file formats.

- -

A few years ago, I had a look at the media support for Browser -plugins in Debian, to get an idea which plugins to include in Debian -Edu. I created a script to extract the set of supported MIME types -for each plugin, and used this to find out which multimedia browser -plugin supported most file formats / media types. -The -result can still be seen on the Debian wiki, even though it have -not been updated for a while. But browser plugins are less relevant -these days, so I thought it was time to look at standalone -players.

- -

A few days ago I was tired of VLC not being listed as a viable -player when I wanted to play videos from the Norwegian National -Broadcasting Company, and decided to investigate why. The cause is a -missing MIME type in the VLC -desktop file. In the process I wrote a script to compare the set -of MIME types announced in the desktop file and the browser plugin, -only to discover that there is quite a large difference between the -two for VLC. This discovery made me dig up the script I used to -compare browser plugins, and adjust it to compare desktop files -instead, to try to figure out which multimedia player in Debian -support most file formats.

- -

The result can be seen on the Debian Wiki, as -a -table listing all MIME types supported by one of the packages included -in the table, with the package supporting most MIME types being -listed first in the table.

- -

The best multimedia player in Debian? It is totem, followed by -parole, kplayer, mpv, vlc, smplayer mplayer-gui gnome-mpv and -kmplayer. Time for the other players to update their announced MIME -support?

+ +
9th August 2017
+

On friday, I came across an interesting article in the Norwegian +web based ICT news magazine digi.no on +how +to collect the IMSI numbers of nearby cell phones using the cheap +DVB-T software defined radios. The article refered to instructions +and a recipe by +Keld Norman on Youtube on how to make a simple $7 IMSI Catcher, and I decided to test them out.

+ +

The instructions said to use Ubuntu, install pip using apt (to +bypass apt), use pip to install pybombs (to bypass both apt and pip), +and the ask pybombs to fetch and build everything you need from +scratch. I wanted to see if I could do the same on the most recent +Debian packages, but this did not work because pybombs tried to build +stuff that no longer build with the most recent openssl library or +some other version skew problem. While trying to get this recipe +working, I learned that the apt->pip->pybombs route was a long detour, +and the only piece of software dependency missing in Debian was the +gr-gsm package. I also found out that the lead upstream developer of +gr-gsm (the name stand for GNU Radio GSM) project already had a set of +Debian packages provided in an Ubuntu PPA repository. All I needed to +do was to dget the Debian source package and built it.

+ +

The IMSI collector is a python script listening for packages on the +loopback network device and printing to the terminal some specific GSM +packages with IMSI numbers in them. The code is fairly short and easy +to understand. The reason this work is because gr-gsm include a tool +to read GSM data from a software defined radio like a DVB-T USB stick +and other software defined radios, decode them and inject them into a +network device on your Linux machine (using the loopback device by +default). This proved to work just fine, and I've been testing the +collector for a few days now.

+ +

The updated and simpler recipe is thus to

+ +
    + +
  1. start with a Debian machine running Stretch or newer,
  2. + +
  3. build and install the gr-gsm package available from +http://ppa.launchpad.net/ptrkrysik/gr-gsm/ubuntu/pool/main/g/gr-gsm/,
  4. + +
  5. clone the git repostory from https://github.com/Oros42/IMSI-catcher,
  6. + +
  7. run grgsm_livemon and adjust the frequency until the terminal +where it was started is filled with a stream of text (meaning you +found a GSM station).
  8. + +
  9. go into the IMSI-catcher directory and run 'sudo python simple_IMSI-catcher.py' to extract the IMSI numbers.
  10. + +
+ +

To make it even easier in the future to get this sniffer up and +running, I decided to package +the gr-gsm project +for Debian (WNPP +#871055), and the package was uploaded into the NEW queue today. +Luckily the gnuradio maintainer has promised to help me, as I do not +know much about gnuradio stuff yet.

+ +

I doubt this "IMSI cacher" is anywhere near as powerfull as +commercial tools like +The +Spy Phone Portable IMSI / IMEI Catcher or the +Harris +Stingray, but I hope the existance of cheap alternatives can make +more people realise how their whereabouts when carrying a cell phone +is easily tracked. Seeing the data flow on the screen, realizing that +I live close to a police station and knowing that the police is also +wearing cell phones, I wonder how hard it would be for criminals to +track the position of the police officers to discover when there are +police near by, or for foreign military forces to track the location +of the Norwegian military forces, or for anyone to track the location +of government officials...

+ +

It is worth noting that the data reported by the IMSI-catcher +script mentioned above is only a fraction of the data broadcasted on +the GSM network. It will only collect one frequency at the time, +while a typical phone will be using several frequencies, and not all +phones will be using the frequencies tracked by the grgsm_livemod +program. Also, there is a lot of radio chatter being ignored by the +simple_IMSI-catcher script, which would be collected by extending the +parser code. I wonder if gr-gsm can be set up to listen to more than +one frequency?

@@ -70,29 +117,37 @@ support?

- -
4th May 2016
-
A friend of mine made me aware of -The Pyra, a -handheld computer which will be delivered with Debian preinstalled. I -would love to get one of those for my birthday. :)

- -

The machine is a complete ARM-based PC with micro HDMI, SATA, USB -plugs and many others connectors, and include a full keyboard and a 5" -LCD touch screen. The 6000mAh battery is claimed to provide a whole -day of battery life time, but I have not seen any independent tests -confirming this. The vendor is still collecting preorders, and the -last I heard last night was that 22 more orders were needed before -production started.

- -

As far as I know, this is the first handheld preinstalled with -Debian. Please let me know if you know of any others. Is it the -first computer being sold with Debian preinstalled?

+ +
25th July 2017
+

+ +

I finally received a copy of the Norwegian Bokmål edition of +"The Debian Administrator's +Handbook". This test copy arrived in the mail a few days ago, and +I am very happy to hold the result in my hand. We spent around one and a half year translating it. This paperbook edition +is available +from lulu.com. If you buy it quickly, you save 25% on the list +price. The book is also available for download in electronic form as +PDF, EPUB and Mobipocket, as can be +read online +as a web page.

+ +

This is the second book I publish (the first was the book +"Free Culture" by Lawrence Lessig +in +English, +French +and +Norwegian +Bokmål), and I am very excited to finally wrap up this +project. I hope +"Håndbok +for Debian-administratoren" will be well received.

@@ -100,28 +155,50 @@ first computer being sold with Debian preinstalled?

- -
18th April 2016
-

It is days like today I am really happy to be a member of -the Norwegian Unix User group, a -member association for those of us believing in free software, open -standards and unix-like operating systems. NUUG announced today it -will -try -to bring the seizure of the DNS domain popcorn-time.no as -unlawful, to stand up for the principle that writing about a -controversial topic is not infringing copyrights, and censuring web -pages by hijacking DNS domain should be decided by the courts, not the -police. The DNS domain was seized by the Norwegian National Authority -for Investigation and Prosecution of Economic and Environmental Crime -a month ago. I hope this bring more paying members to NUUG to give -the association the financial muscle needed to bring this case as far -as it must go to stop this kind of DNS hijacking.

+ +
27th June 2017
+

Jeg kom over teksten +«Killing +car privacy by federal mandate» av Leonid Reyzin på Freedom to +Tinker i dag, og det gleder meg å se en god gjennomgang om hvorfor det +er et urimelig inngrep i privatsfæren å la alle biler kringkaste sin +posisjon og bevegelse via radio. Det omtalte forslaget basert på +Dedicated Short Range Communication (DSRC) kalles Basic Safety Message +(BSM) i USA og Cooperative Awareness Message (CAM) i Europa, og det +norske Vegvesenet er en av de som ser ut til å kunne tenke seg å +pålegge alle biler å fjerne nok en bit av innbyggernes privatsfære. +Anbefaler alle å lese det som står der. + +

Mens jeg tittet litt på DSRC på biler i Norge kom jeg over et sitat +jeg synes er illustrativt for hvordan det offentlige Norge håndterer +problemstillinger rundt innbyggernes privatsfære i SINTEF-rapporten +«Informasjonssikkerhet +i AutoPASS-brikker» av Trond Foss:

+ +

+«Rapporten ser ikke på informasjonssikkerhet knyttet til personlig + integritet.» +

+ +

Så enkelt kan det tydeligvis gjøres når en vurderer +informasjonssikkerheten. Det holder vel at folkene på toppen kan si +at «Personvernet er ivaretatt», som jo er den populære intetsigende +frasen som gjør at mange tror enkeltindividers integritet tas vare på. +Sitatet fikk meg til å undres på hvor ofte samme tilnærming, å bare se +bort fra behovet for personlig itegritet, blir valgt når en velger å +legge til rette for nok et inngrep i privatsfæren til personer i +Norge. Det er jo sjelden det får reaksjoner. Historien om +reaksjonene på Helse Sør-Østs tjenesteutsetting er jo sørgelig nok et +unntak og toppen av isfjellet, desverre. Tror jeg fortsatt takker nei +til både AutoPASS og holder meg så langt unna det norske helsevesenet +som jeg kan, inntil de har demonstrert og dokumentert at de verdsetter +individets privatsfære og personlige integritet høyere enn kortsiktig +gevist og samfunnsnytte.

@@ -129,50 +206,66 @@ as it must go to stop this kind of DNS hijacking.

- -
15th April 2016
-

I dag tok jeg mot til meg og pakket sammen en ny versjon av den -frie norske stavekontrollen, ca. tre og et halvt år etter forrige -gang. Resultatet kan lastes ned fra -no.speling.org-prosjeksiden, både -som kildekodepakke og som "pack"-fil som kanskje fortsatt kan brukes -av OpenOffice.org/LibreOffice. Byggesystemet trenger oppussing, men i -denne omgang hadde jeg bare tid til å fikse byggefeil forårsaket av -endringer i GNU grep. De øvrige endringene var gjort tidligere i -påvente av en ny utgave.

- -

Her er det som er nytt (fra NEWS-fila i -kildekodepakken):

- -

Release 2.2 (2016-04-15)

+ +
12th June 2017
+

It is pleasing to see that the work we put down in publishing new +editions of the classic Free +Culture book by the founder of the Creative Commons movement, +Lawrence Lessig, is still being appreciated. I had a look at the +latest sales numbers for the paper edition today. Not too impressive, +but happy to see some buyers still exist. All the revenue from the +books is sent to the Creative +Commons Corporation, and they receive the largest cut if you buy +directly from Lulu. Most books are sold via Amazon, with Ingram +second and only a small fraction directly from Lulu. The ebook +edition is available for free from +Github.

+ + + + + + + + + + + -
    +
+ + + + + + + + + + + + -
  • Rewrite how scripts/speling2words handle tripple consonants, to - avoid importing duplicate words from no.speling.org, and getting - rid of the existing duplicates in norsk.words.
  • -
  • Remove duplicate entries with tripple consonants from norsk.words.
  • -
  • Update frequency for entries in norsk.words based on - (ran 'make - freq-update').
  • -
  • Correct nn ispell build, avoid crash in munchlist causing lots of - words to fall out of the database.
  • -
  • Use grep -a to convince grep it is working on text files, to work - with newer grep versions.
  • - -
  • Remove some words disputed in the no.speling.org review process: -
      -
    • apparent (nb)
    • -
    • likke (nb)
    • -
    • ugjest, ugjesten, ugjestens (nb)
    • -
  • + + + + + + - +
    Title / languageQuantity
    2016 jan-jun2016 jul-dec2017 jan-may
    Culture Libre / French3615
    Fri kultur / Norwegian710
    Free Culture / English142716
    Total243431
    + +

    A bit sad to see the low sales number on the Norwegian edition, and +a bit surprising the English edition still selling so well.

    + +

    If you would like to translate and publish the book in your native +language, I would be happy to help make it happen. Please get in +touch.

    @@ -180,37 +273,59 @@ kildekodepakken):

    - -
    13th April 2016
    -

    I first got to know I.F. Stone when I came across an article by Jon -Schwarz on The Intercept -about -his extraordinary contribution to investigative journalism in -USA. The article is about a new documentary in two parts -(part one is 12 minutes and -part two is 30 minutes), and -I found both truly fascinating. It is amazing what he was able to -find by digging up public sources and government papers. He -documented lots of government abuse and cover ups, and I find -his weekly news letters -inspiring to read even today.

    + +
    10th June 2017
    +

    I am very happy to report that the +Nikita Noark 5 +core project tagged its second release today. The free software +solution is an implementation of the Norwegian archive standard Noark +5 used by government offices in Norway. These were the changes in +version 0.1.1 since version 0.1.0 (from NEWS.md): -

    -All governments are run by liars and nothing they say should be believed. -
    - I. F. Stone -

    +
      -

      His starting point was that reporters should not assume governments -and corporations are telling the truth, but verify all their claims as -much as possible. I wonder how many Norwegian reporters can be said -to follow the principles of I. F. Stone. They are definitely in short -supply. If you, like me half a year ago, have never heard of him, -check him out.

      +
    • Continued work on the angularjs GUI, including document upload.
    • +
    • Implemented correspondencepartPerson, correspondencepartUnit and + correspondencepartInternal
    • +
    • Applied for coverity coverage and started submitting code on + regualr basis.
    • +
    • Started fixing bugs reported by coverity
    • +
    • Corrected and completed HATEOAS links to make sure entire API is + available via URLs in _links.
    • +
    • Corrected all relation URLs to use trailing slash.
    • +
    • Add initial support for storing data in ElasticSearch.
    • +
    • Now able to receive and store uploaded files in the archive.
    • +
    • Changed JSON output for object lists to have relations in _links.
    • +
    • Improve JSON output for empty object lists.
    • +
    • Now uses correct MIME type application/vnd.noark5-v4+json.
    • +
    • Added support for docker container images.
    • +
    • Added simple API browser implemented in JavaScript/Angular.
    • +
    • Started on archive client implemented in JavaScript/Angular.
    • +
    • Started on prototype to show the public mail journal.
    • +
    • Improved performance by disabling Sprint FileWatcher.
    • +
    • Added support for 'arkivskaper', 'saksmappe' and 'journalpost'.
    • +
    • Added support for some metadata codelists.
    • +
    • Added support for Cross-origin resource sharing (CORS).
    • +
    • Changed login method from Basic Auth to JSON Web Token (RFC 7519) + style.
    • +
    • Added support for GET-ing ny-* URLs.
    • +
    • Added support for modifying entities using PUT and eTag.
    • +
    • Added support for returning XML output on request.
    • +
    • Removed support for English field and class names, limiting ourself + to the official names.
    • +
    • ...
    • + +
    + +

    If this sound interesting to you, please contact us on IRC (#nikita +on irc.freenode.net) or email +(nikita-noark +mailing list).

    @@ -218,57 +333,99 @@ check him out.

    - -
    12th April 2016
    -

    I'm happy to report that -the -French paperback edition of -my -project to translate the Free -Culture book by Lawrence Lessig is now available for sale on -Lulu.com. Once I have formally verified my proof reading copy, which -should be in the mail, the paperback edition should be available in -book stores like Amazon and Barnes & Noble too.

    - -

    This French edition, Culture Libre, is the work of the -dblatex developer Benoît -Guillon, who created the PO file from the initial translation -available from -the Wikilivres -wiki pages and completed and corrected the translation to match -the original docbook edition my project is using, as well as -coordinated the proof reading of the final result. I believe the end -result look great, but I am biased and do not read French. In -addition to the paperback edition, the book is available in PDF, EPUB -and Mobi format from the github project page linked to above.

    - -

    When enabling book store distribution on Lulu.com, I had to nearly -triple the price to allow the book stores some profit. I also had to -accept that I will get some revenue when a book is sold via Lulu.com. -But because of the non-commercial clause in the book license -(CC-BY-NC), this might be a problem. To bypass the problem I -discussed how to handle the revenue with the author, and we agreed -that the revenue for these editions go to the -Creative Commons non-profit -Corporation who handle donations to the Creative Commons project. -So far they have earned around USD 70 on sales of the -English -and -Norwegian -Bokmål editions, according to Lulu.com. They will get the revenue -for the French edition too. Their revenue is higher if you buy the -book directly from Lulu.com instead of via a book store, so I -recommend you buy directly from Lulu.com.

    - -

    Perhaps you would like to get the book published in your language? -The translation is done using a web based translator service, so the -technical bar to enter is fairly low. Get in touch if you would like -to make this happen.

    + +
    7th June 2017
    +

    This is a copy of +an +email I posted to the nikita-noark mailing list. Please follow up +there if you would like to discuss this topic. The background is that +we are making a free software archive system based on the Norwegian +Noark +5 standard for government archives.

    + +

    I've been wondering a bit lately how trusted timestamps could be +stored in Noark 5. +Trusted +timestamps can be used to verify that some information +(document/file/checksum/metadata) have not been changed since a +specific time in the past. This is useful to verify the integrity of +the documents in the archive.

    + +

    Then it occured to me, perhaps the trusted timestamps could be +stored as dokument variants (ie dokumentobjekt referered to from +dokumentbeskrivelse) with the filename set to the hash it is +stamping?

    + +

    Given a "dokumentbeskrivelse" with an associated "dokumentobjekt", +a new dokumentobjekt is associated with "dokumentbeskrivelse" with the +same attributes as the stamped dokumentobjekt except these +attributes:

    + +
      + +
    • format -> "RFC3161" +
    • mimeType -> "application/timestamp-reply" +
    • formatDetaljer -> "<source URL for timestamp service>" +
    • filenavn -> "<sjekksum>.tsr" + +
    + +

    This assume a service following +IETF RFC 3161 is +used, which specifiy the given MIME type for replies and the .tsr file +ending for the content of such trusted timestamp. As far as I can +tell from the Noark 5 specifications, it is OK to have several +variants/renderings of a dokument attached to a given +dokumentbeskrivelse objekt. It might be stretching it a bit to make +some of these variants represent crypto-signatures useful for +verifying the document integrity instead of representing the dokument +itself.

    + +

    Using the source of the service in formatDetaljer allow several +timestamping services to be used. This is useful to spread the risk +of key compromise over several organisations. It would only be a +problem to trust the timestamps if all of the organisations are +compromised.

    + +

    The following oneliner on Linux can be used to generate the tsr +file. $input is the path to the file to checksum, and $sha256 is the +SHA-256 checksum of the file (ie the ".tsr" value mentioned +above).

    + +

    +openssl ts -query -data "$inputfile" -cert -sha256 -no_nonce \
    +  | curl -s -H "Content-Type: application/timestamp-query" \
    +      --data-binary "@-" http://zeitstempel.dfn.de > $sha256.tsr
    +

    + +

    To verify the timestamp, you first need to download the public key +of the trusted timestamp service, for example using this command:

    + +

    +wget -O ca-cert.txt \
    +  https://pki.pca.dfn.de/global-services-ca/pub/cacert/chain.txt
    +

    + +

    Note, the public key should be stored alongside the timestamps in +the archive to make sure it is also available 100 years from now. It +is probably a good idea to standardise how and were to store such +public keys, to make it easier to find for those trying to verify +documents 100 or 1000 years from now. :)

    + +

    The verification itself is a simple openssl command:

    + +

    +openssl ts -verify -data $inputfile -in $sha256.tsr \
    +  -CAfile ca-cert.txt -text
    +

    + +

    Is there any reason this approach would not work? Is it somehow against +the Noark 5 specification?

    @@ -276,33 +433,61 @@ to make this happen.

    - -
    10th April 2016
    -

    During this weekends -bug -squashing party and developer gathering, we decided to do our part -to make sure there are good books about Debian available in Norwegian -Bokmål, and got in touch with the people behind the -Debian Administrator's Handbook -project to get started. If you want to help out, please start -contributing using -the -hosted weblate project page, and get in touch using -the -translators mailing list. Please also check out -the instructions for -contributors.

    - -

    The book is already available on paper in English, French and -Japanese, and our goal is to get it available on paper in Norwegian -Bokmål too. In addition to the paper edition, there are also EPUB and -Mobi versions available. And there are incomplete translations -available for many more languages.

    + +
    3rd June 2017
    +

    Aftenposten +melder i dag om feil i eksamensoppgavene for eksamen i politikk og +menneskerettigheter, der teksten i bokmåls og nynorskutgaven ikke var +like. Oppgaveteksten er gjengitt i artikkelen, og jeg ble nysgjerring +på om den fri oversetterløsningen +Apertium ville gjort en bedre +jobb enn Utdanningsdirektoratet. Det kan se slik ut.

    + +

    Her er bokmålsoppgaven fra eksamenen:

    + +
    +

    Drøft utfordringene knyttet til nasjonalstatenes og andre aktørers +rolle og muligheter til å håndtere internasjonale utfordringer, som +for eksempel flykningekrisen.

    + +

    Vedlegge er eksempler på tekster som kan gi relevante perspektiver +på temaet:

    +
      +
    1. Flykningeregnskapet 2016, UNHCR og IDMC +
    2. «Grenseløst Europa for fall» A-Magasinet, 26. november 2015 +
    + +
    + +

    Dette oversetter Apertium slik:

    + +
    +

    Drøft utfordringane knytte til nasjonalstatane sine og rolla til +andre aktørar og høve til å handtera internasjonale utfordringar, som +til dømes *flykningekrisen.

    + +

    Vedleggja er døme på tekster som kan gje relevante perspektiv på +temaet:

    + +
      +
    1. *Flykningeregnskapet 2016, *UNHCR og *IDMC
    2. +
    3. «*Grenseløst Europa for fall» A-Magasinet, 26. november 2015
    4. +
    + +
    + +

    Ord som ikke ble forstått er markert med stjerne (*), og trenger +ekstra språksjekk. Men ingen ord er forsvunnet, slik det var i +oppgaven elevene fikk presentert på eksamen. Jeg mistenker dog at +"andre aktørers rolle og muligheter til ..." burde vært oversatt til +"rolla til andre aktørar og deira høve til ..." eller noe slikt, men +det er kanskje flisespikking. Det understreker vel bare at det alltid +trengs korrekturlesning etter automatisk oversettelse.

    - Tags: debian, english. + Tags: debian, norsk, stavekontroll.
    @@ -310,54 +495,67 @@ available for many more languages.

    - -
    7th April 2016
    -

    Just for fun I had a look at the popcon number of ZFS related -packages in Debian, and was quite surprised with what I found. I use -ZFS myself at home, but did not really expect many others to do so. -But I might be wrong.

    - -

    According to -the popcon -results for spl-linux, there are 1019 Debian installations, or -0.53% of the population, with the package installed. As far as I know -the only use of the spl-linux package is as a support library for ZFS -on Linux, so I use it here as proxy for measuring the number of ZFS -installation on Linux in Debian. In the kFreeBSD variant of Debian -the ZFS feature is already available, and there -the popcon -results for zfsutils show 1625 Debian installations or 0.84% of -the population. So I guess I am not alone in using ZFS on Debian.

    - -

    But even though the Debian project leader Lucas Nussbaum -announced -in April 2015 that the legal obstacles blocking ZFS on Debian were -cleared, the package is still not in Debian. The package is again in -the NEW queue. Several uploads have been rejected so far because the -debian/copyright file was incomplete or wrong, but there is no reason -to give up. The current status can be seen on -the -team status page, and -the -source code is available on Alioth.

    - -

    As I want ZFS to be included in next version of Debian to make sure -my home server can function in the future using only official Debian -packages, and the current blocker is to get the debian/copyright file -accepted by the FTP masters in Debian, I decided a while back to try -to help out the team. This was the background for my blog post about -creating, -updating and checking debian/copyright semi-automatically, and I -used the techniques I explored there to try to find any errors in the -copyright file. It is not very easy to check every one of the around -2000 files in the source package, but I hope we this time got it -right. If you want to help out, check out the git source and try to -find missing entries in the debian/copyright file.

    + +
    27th April 2017
    +

    I disse dager, med frist 1. mai, har Riksarkivaren ute en høring på +sin forskrift. Som en kan se er det ikke mye tid igjen før fristen +som går ut på søndag. Denne forskriften er det som lister opp hvilke +formater det er greit å arkivere i +Noark +5-løsninger i Norge.

    + +

    Jeg fant høringsdokumentene hos +Norsk +Arkivråd etter å ha blitt tipset på epostlisten til +fri +programvareprosjektet Nikita Noark5-Core, som lager et Noark 5 +Tjenestegresesnitt. Jeg er involvert i Nikita-prosjektet og takket +være min interesse for tjenestegrensesnittsprosjektet har jeg lest en +god del Noark 5-relaterte dokumenter, og til min overraskelse oppdaget +at standard epost ikke er på listen over godkjente formater som kan +arkiveres. Høringen med frist søndag er en glimrende mulighet til å +forsøke å gjøre noe med det. Jeg holder på med +egen +høringsuttalelse, og lurer på om andre er interessert i å støtte +forslaget om å tillate arkivering av epost som epost i arkivet.

    + +

    Er du igang med å skrive egen høringsuttalelse allerede? I så fall +kan du jo vurdere å ta med en formulering om epost-lagring. Jeg tror +ikke det trengs så mye. Her et kort forslag til tekst:

    + +

    + +

    Viser til høring sendt ut 2017-02-17 (Riksarkivarens referanse + 2016/9840 HELHJO), og tillater oss å sende inn noen innspill om + revisjon av Forskrift om utfyllende tekniske og arkivfaglige + bestemmelser om behandling av offentlige arkiver (Riksarkivarens + forskrift).

    + +

    Svært mye av vår kommuikasjon foregår i dag på e-post.  Vi + foreslår derfor at Internett-e-post, slik det er beskrevet i IETF + RFC 5322, + https://tools.ietf.org/html/rfc5322. bør + inn som godkjent dokumentformat.  Vi foreslår at forskriftens + oversikt over godkjente dokumentformater ved innlevering i § 5-16 + endres til å ta med Internett-e-post.

    + +

    + +

    Som del av arbeidet med tjenestegrensesnitt har vi testet hvordan +epost kan lagres i en Noark 5-struktur, og holder på å skrive et +forslag om hvordan dette kan gjøres som vil bli sendt over til +arkivverket så snart det er ferdig. De som er interesserte kan +følge +fremdriften på web.

    + +

    Oppdatering 2017-04-28: I dag ble høringuttalelsen jeg skrev + sendt + inn av foreningen NUUG.

    @@ -365,473 +563,52 @@ find missing entries in the debian/copyright file.

    - -
    7th April 2016
    -

    For litt mer enn et år siden laget jeg litt statistikk for 2013 og -2014 basert på Offentlig elektronisk -postjournal (OEP). Tallene finnes i tre bloggposter, en over -hvem -som er mest hemmelighetsfulle, en annen med -hvor -mye som mangler og en om -hvor -stor andel dokumenter som journalføres mer enn 180 dager etter -dokumentdato. Jeg synes det er interessant å se hvordan det -utvikler seg over tid, så her er tallene for 2015 og 2014. 2014-tallene -bør være de samme som sist, men kan ha litt avvik på grunn av -endringer/korreksjoner gjort i OEP. Denne gangen har jeg samlet alle -tallene i samme bloggpost.

    - -

    Først kommer statistikken over antall dokumenter som er registrert -unntatt offentligheten i OEP. Merk at klassifiseringen i OEP er -foreløpig, slik at en kan få innsyn i dokumenter merket unntatt -offentlighet når en spør, etter nærmere vurdering. Det er dermed ikke -gitt at prosentsatsen representerer hvor mange dokumenter som ville -blitt holdt tilbake på forespørsel.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    20152014Instans
    ProsentAntall u.off.TotaltProsentAntall u.off.Totalt
    0.0 0 2 0.0 0 0Valgdirektoratet
    0.0 0 30 0.0 0 0Innstillingsrådet for dommere
    0.3 11 3303 0.2 8 3589Medietilsynet
    0.6 56 8013 0.9 60 6146Utlendingsnemnda
    0.9 2 206 0.0 0 0Norsk Romsenter
    1.0 182 17238 3.7 764 20353Norsk Filminstitutt
    1.6 483 29920 2.7 720 26364Direktoratet for byggkvalitet
    1.7 30 1674 2.5 42 1649Fredskorpset
    2.42815116570 2.52098 82445Landbruksdirektoratet Oslo
    2.5 621 24150 2.5 689 26855Direktoratet for utviklingssamarbeid
    2.6 62 234013.3 288 2164Kunst i offentlige rom
    3.2 272 8391 4.9 388 7838Statens strålevern
    3.7 372 9970 4.4 480 10808Petroleumstilsynet
    4.4 456 10318 3.7 408 10782Forbrukerombudet
    5.0 14 27811.0 22 200Kompetansesenter for distriktsutvikling
    6.2 467 7486 4.8 385 7973Sysselmannen på Svalbard
    6.3 294 4651 7.4 304 4078Språkrådet
    6.51241 18817 6.51352 20776Riksantikvaren - Direktoratet for kulturminneforvaltning
    6.85381 79048 7.95981 75393Fiskeridirektoratet
    7.24201 57778 2.81542 53911Norges vassdrags- og energidirektorat
    7.42028 2738510.82342 21539Kulturdepartementet
    7.713994179777 7.913743171924Arbeidstilsynet
    8.63256 37553 8.53203 37675Nærings- og fiskeridepartementet
    9.87256 73440 8.86541 74189Statens vegvesen Region midt
    10.73802 35467 7.52780 36664Forsvarsbygg
    11.01157 10448 9.61148 11935Landbruks- og matdepartementet
    11.11408912665211.712439105491Statens vegvesen Region vest
    11.11756 15726 6.91242 17980Brønnøysundregistrene
    11.23417 30277 9.32653 28291Lotteri- og stiftelsestilsynet
    12.22012 1649013.02183 16736Fylkesmannen i Hedmark
    12.69751 7714515.311188 72933Sjøfartsdirektoratet
    12.811031 8599610.57895 74653Arkivverket
    12.82112616490612.619230151541Statens vegvesen Region øst
    12.9 941 724722.81687 7393Domstoladministrasjonen
    13.01417010828414.015650111147Statens vegvesen Region sør
    13.41394 1036417.51484 8440Direktoratet for mineralforvaltning med Bergmesteren for Svalbard
    13.65297 3870711.54366 37961Statens vegvesen Vegdirektoratet
    14.43001 2082013.02943 22557Samferdselsdepartementet
    14.49453 6564212.77841 61425Statens vegvesen Region nord
    14.66998 4767011.25179 46025Statsbygg
    15.43984 2576914.63663 25010Kunnskapsdepartementet
    15.66769 43139 8.53697 43364Justervesenet
    15.8 178 112616.1 184 1140Landinfo
    16.2 516 318324.2 919 3790Landbruksdirektoratet Alta
    16.21859 1142412.01100 9120Havforskningsinstituttet
    16.3 142 869 0.0 0 0Fylkesmannen i Aust-Agder (frem til 31.12.15)
    16.62081 1252221.12722 12850Statens jernbanetilsyn
    17.210669 6202320.911602 55388Utdanningsdirektoratet
    18.411189 6057712.96743 51881Miljødirektoratet
    18.52719314680349.92549 5108Norsk kulturråd
    18.82499 1328120.82888 13853Olje- og energidepartementet
    18.87804 4136215.05824 38769Luftfartstilsynet
    19.1 479 250521.1 563 2660Norges geologiske undersøkelse
    19.213777 7140920.413318 65121Utenriksdepartementet
    19.83605 1819422.14177 18833Klima- og miljødepartementet
    20.61736 841223.12018 8701Statens lånekasse for utdanning
    20.62930 1422018.72459 13138Barne-, ungdoms- og familiedirektoratet
    21.03786 1797518.43213 17452Fylkesmannen i Telemark
    21.44930 2297122.54565 20202Fylkesmannen i Møre og Romsdal
    22.08244 3738517.56420 36587Statens kartverk
    23.02212 959323.01797 7799Norsk Akkreditering
    23.06622 2877721.46142 28622Nasjonal kommunikasjonsmyndighet
    23.42672 1140525.73039 11812Oljedirektoratet
    23.65430 2291820.24847 23968Fylkesmannen i Oppland
    23.83657 1533422.63277 14499Fylkesmannen i Aust-Agder
    23.88182 3432523.77754 32598Kommunal- og moderniseringsdepartementet
    24.05806 2410327.45998 21864Barne-, likestillings- og inkluderingsdepartementet
    24.2 197 81431.6 196 620Statens institutt for rusmiddelforskning
    24.43266 1333821.62600 11993Senter for internasjonalisering av utdanning
    24.64728 1920824.44584 18715Fylkesmannen i Vest-Agder
    24.83711 14933 6.4 795 12300Direktoratet for forvaltning og IKT
    24.95002 2003321.63997 18424Fylkesmannen i Nord-Trøndelag
    25.11246 495427.21305 4781Konkurransetilsynet
    25.65674 2212820.44936 24189Helse- og omsorgsdepartementet
    26.922947 8529324.321337 87572Helsedirektoratet
    27.23648 1340118.51898 10234Vox, nasjonalt fagorgan for kompetansepolitikk
    27.623161 8379529.722587 75973Statens legemiddelverk
    27.76373 2294128.36449 22738Fylkesmannen i Sør-Trøndelag
    27.9 784 2807 0.0 0 0Jernbaneverket
    29.61290 435247.01401 2976Nasjonalt organ for kvalitet i utdanningen (NOKUT)
    29.86990 2338830.27263 23997Fylkesmannen i Buskerud
    29.92932 977832.33439 10643Statsministerens kontor
    30.3 147 485 0.0 0 0Fylkesmannen i Vest-Agder (frem til 31.12.115)
    31.59472 3004728.99498 32839Fylkesmannen i Rogaland
    31.81627 511234.22082 6072Datatilsynet
    31.91128 352832.91302 3950Statens pensjonskasse
    31.913718 4291832.212887 39921Fylkesmannen i Hordaland
    32.07510 2346433.07544 22837Fylkesmannen i Vestfold
    32.51116 342732.41261 3883Nasjonalbiblioteket
    32.81662 505348.22689 5578Direktoratet for økonomistyring
    33.16811 2056728.75041 17513Fylkesmannen i Sogn og Fjordane
    33.76975 2066629.16110 20994Fylkesmannen i Finnmark
    33.87254 2140233.57138 21304Finansdepartementet
    34.1 387 1133 0.0 0 0Tilsynsutvalget for dommere
    34.510466 3026142.77416 17342Integrerings- og mangfoldsdirektoratet
    36.616005 4361940.717996 44140Finanstilsynet
    36.77170 1952536.67481 20434Fylkesmannen i Østfold
    40.216584 4121132.712187 37237Kystverket
    40.94942 1208046.35934 12802Forsvarsdepartementet
    41.413295 3205041.311805 28568Fylkesmannen i Troms
    43.09595 2227543.910288 23422Arbeids- og sosialdepartementet
    44.69809 2196748.09627 20021Politidirektoratet
    45.225158 5561143.822379 51043Justis- og beredskapsdepartementet
    49.518312 3697649.613752 27719Fylkesmannen i Nordland
    49.827453 5502850.024782 49473Fylkesmannen i Oslo og Akershus
    50.332997 6551339.524644 62276Direktoratet for samfunnssikkerhet og beredskap
    54.411213 2060649.47519 15204Utlendingsdirektoratet
    54.510338 1894839.75986 15043Statistisk sentralbyrå
    54.85075 925656.04781 8528Direktoratet for nødkommunikasjon
    55.47765 1399846.76278 13421Nasjonalt folkehelseinstitutt
    57.61690 293170.23401 4840Statens innkrevingssentral
    58.07019 1210139.23671 9352Departementenes sikkerhets- og serviceorganisasjon
    66.217293 2609768.118027 26463Skattedirektoratet
    69.53949 567660.12576 4284Kriminalomsorgsdirektoratet
    70.816713 2358170.612556 17777Statens helsetilsyn
    71.11146 161076.51160 1516Statens arbeidsmiljøinstitutt
    79.29343 1179174.78328 11144Toll- og avgiftsdirektoratet
    83.712231714599482.2112645137034Husbanken
    85.684427 9862687.082682 94950Norges forskningsråd
    91.1 609 668 0.0 0 0Direktoratet for e-helse
    91.410838 1185487.110278 11798Garantiinstituttet for eksportkreditt
    98.917373 17563 0.0 0 0Forbrukerrådet
    - -

    Interessant å se hvordan Utenriksdepartementet tilsynelatende er -blitt ekstremt mer hemmelighetsfull på tre år. I 2015 var 99,8% av -71409 dokumenter merket som unntatt offentlighet, mens i 2014 var det -44,3% av 65121 og og i 2013 var det bare 12,1% av 67828. Lurer på hva -som har skjedd. (Oppdatering 13:40: Dette er en teknisk feil -i databasen, da UD har begynt å legge inn '-' der det ikke er unntak, -mens det tidligere var et tomt felt. Skal lage ny statistikk, men det -tar noen timer å lage ny tabell. Oppdatering 15:30: Ny tabell på -plass, mer forklaring nederst i teksten.)

    - -

    Dernest kommer statistikken over hvor mange saksnummer og -dokumenter som ikke finnes i OEP (dvs. hull i saksnummer- og -dokumentnummerserien). Se tidligere omtalte bloggpost for å forstå -hvordan slike hull kan oppstå uten at det er noe galt eller -mistenkelig med det.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    SaksnummerDokumentnummerInstans
    201520142015
    %Upubl. saksnr.Totalt%Upubl. saksnrTotalt%Upubl. dok.nr.Totalt
    0.0 0 1 0.0 0 0 0.0 0 2Valgdirektoratet
    0.0 0 85 5.2 6 116 0.0 0 450Statens institutt for rusmiddelforskning
    0.5 100 2125842.49849 23215 0.6 475 85333Norsk kulturråd
    0.6 80 13924 1.0 154 15663 0.2 75 41603Justervesenet
    1.2 20 1622 0.4 7 1568 0.6 90 15028Statistisk sentralbyrå
    1.4 67 4623 1.5 74 5066 1.5 237 15762Arbeids- og sosialdepartementet
    1.4 166 11932 0.9 84 9863 1.7 510 29452Direktoratet for byggkvalitet
    1.4 451 32677 1.0 276 28515 0.4 298 78470Arkivverket
    1.9 11 589 3.0 27 891 0.6 14 2211Statens innkrevingssentral
    1.9 41 2162 2.2 44 1973 1.1 84 7583Direktoratet for mineralforvaltning med Bergmesteren for Svalbard
    2.5 68 2728 4.0 99 2488 2.1 197 9393Forbrukerombudet
    2.7 47 1758 0.6 8 1282 5.1 445 8359Vox, nasjonalt fagorgan for kompetansepolitikk
    2.9 157 5351 3.0 129 4326 0.7 95 12763Brønnøysundregistrene
    3.2 293 9121 2.0 132 6571 6.41653 24287Statens kartverk
    3.5 40 1151 3.8 51 1326 6.0 275 4271Sysselmannen på Svalbard
    3.6 53 1458 2.0 30 1470 1.6 155 9331Norsk Filminstitutt
    3.7 313 8449 3.2 227 7092 1.3 413 31241Lotteri- og stiftelsestilsynet
    3.8 645 17136 5.5 942 17213 2.91688 57442Statens legemiddelverk
    4.7 353 748212.41001 8069 2.6 662 25153Norges vassdrags- og energidirektorat
    4.9 940 19148 5.0 896 17781 1.61031 63978Fiskeridirektoratet
    5.1 61 1206 4.4 47 1060 3.0 134 4317Statens strålevern
    5.5 95 1721 6.9 126 1813 0.1 8 8231Statsministerens kontor
    5.5 720 1298514.22803 19734 1.4 641 46830Direktoratet for samfunnssikkerhet og beredskap
    5.7 252 4425 4.9 228 4638 1.8 298 16197Barne-, likestillings- og inkluderingsdepartementet
    5.9 207 3534 5.2 207 3997 2.3 230 9930Klima- og miljødepartementet
    5.9 731 12360 6.6 976 14712 2.91174 39309Miljødirektoratet
    6.2 472 7629 7.5 496 6649 2.21011 44077Utdanningsdirektoratet
    6.5 434 6680 3.2 202 6250 1.5 364 23587Nasjonal kommunikasjonsmyndighet
    6.6 19 287 6.9 28 408 6.5 122 1742Landbruksdirektoratet Alta
    6.8 400 5867 9.0 707 7835 3.0 761 24952Kommunal- og moderniseringsdepartementet
    7.5 496 658713.51324 9785 1.8 509 27790Nærings- og fiskeridepartementet
    7.6 938 12297 6.6 741 11218 5.63412 57624Norges forskningsråd
    8.2 122 148410.2 169 1664 6.8 680 9291Direktoratet for utviklingssamarbeid
    8.2 705 8648 9.3 843 9040 3.11269 40179Justis- og beredskapsdepartementet
    8.6 97 1133 5.8 78 1336 6.7 179 2511Medietilsynet
    8.6 425 494113.6 510 375811.42721 21076Integrerings- og mangfoldsdirektoratet
    8.7 491 5662 6.8 309 4514 7.11712 22269Luftfartstilsynet
    9.0 193 2134 7.6 125 1650 9.41442 13937Statens helsetilsyn
    9.3 435 4690 7.6 395 5216 1.3 188 13881Helse- og omsorgsdepartementet
    9.6 142 1477 5.5 81 1486 2.0 155 7737Petroleumstilsynet
    9.6 169 1760 6.9 151 2181 1.2 67 5418Landbruks- og matdepartementet
    9.7 473 489011.0 594 5398 2.1 432 19704Kulturdepartementet
    10.0 2 2017.4 4 2311.2 14 111Kompetansesenter for distriktsutvikling
    10.1 49 485 6.1 30 49213.2 486 3187Konkurransetilsynet
    10.2 133 130011.5 201 1745 5.3 168 3012Språkrådet
    10.41471 14109 9.81165 11893 3.41976 55929Helsedirektoratet
    10.5 267 2535 7.3 203 2787 4.1 344 8104Riksantikvaren - Direktoratet for kulturminneforvaltning
    10.6 100 941 9.8 95 973 5.7 358 5875Utlendingsnemnda
    10.7 58 541 9.4 51 542 1.6 22 1370Statens arbeidsmiljøinstitutt
    11.0 144 1314 6.9 102 1478 9.5 466 4435Statens jernbanetilsyn
    11.4 487 4281 7.0 189 2700 1.1 253 22570Samferdselsdepartementet
    12.5 622 495710.1 497 4902 7.91407 16479Politidirektoratet
    12.7 73 57321.1 107 50714.8 327 1877Nasjonalbiblioteket
    12.7 738 5829 8.7 519 5949 2.6 414 15481Finansdepartementet
    13.0 176 1352 6.7 81 1204 1.6 120 7347Oljedirektoratet
    13.9 856 614510.6 679 6383 5.71112 18326Kunnskapsdepartementet
    14.1 715 507310.3 609 593339.515199 23238Kystverket
    14.3 240 1676 2.2 33 1478 1.9 68 3459Datatilsynet
    14.3 319 222313.0 301 2309 1.1 65 5903Olje- og energidepartementet
    14.5 24 166 0.0 0 017.4 59 281Norsk Romsenter
    14.51945 13404 8.71096 12632 5.01962 37143Finanstilsynet
    15.1 87 57821.6 94 435 2.8 66 2292Norges geologiske undersøkelse
    15.2 156 102812.5 137 1097 2.7 312 11389Direktoratet for forvaltning og IKT
    15.9 501 315712.7 379 2996 6.5 550 7966Nasjonalt folkehelseinstitutt
    16.1 58 36013.8 48 348 8.2 653 7294Senter for internasjonalisering av utdanning
    17.1 692 4040 9.2 285 3085 6.1 484 7439Forsvarsdepartementet
    17.8 161 90424.9 255 1023 9.7 616 5752Direktoratet for nødkommunikasjon
    17.81278 716218.71359 7269 2.0 458 21904Fylkesmannen i Troms
    17.9 68 379 7.6 27 355 1.9 79 3981Norsk Akkreditering
    19.3 878 455719.6 930 4737 2.9 378 12737Fylkesmannen i Sogn og Fjordane
    19.61645 839421.01821 8659 6.41621 23898Fylkesmannen i Nordland
    21.0 72 343 0.0 0 0 1.0 10 950Direktoratet for e-helse
    21.01102 523739.62409 607930.48669 19865Forsvarsbygg
    23.0 384 167127.4 544 1986 3.6 251 6633Statens lånekasse for utdanning
    23.1 216 93723.5 195 829 2.6 110 4116Direktoratet for økonomistyring
    23.7 274 115426.0 379 1456 2.5 206 7995Departementenes sikkerhets- og serviceorganisasjon
    24.1 32 13319.8 24 121 4.4 53 1149Kunst i offentlige rom
    26.014552 5606763.667940106802 7.612846155665Arbeidstilsynet
    28.1 460 163527.2 401 1475 8.3 481 5348Domstoladministrasjonen
    31.2 815 260834.91267 3627 4.1 598 14039Statsbygg
    32.1 88 27421.6 50 232 5.3 55 974Fredskorpset
    32.9 267 81233.0 232 702 8.1 239 2717Nasjonalt organ for kvalitet i utdanningen (NOKUT)
    33.01665 504629.01520 5249 5.9 968 15372Fylkesmannen i Finnmark
    33.3 506 152127.4 421 1538 5.7 406 6687Havforskningsinstituttet
    34.024084 7077553.839567 73495 0.5 515109638Landbruksdirektoratet Oslo
    37.96306 1663838.46123 15947 1.3 443 34527Fylkesmannen i Hordaland
    38.03267 860039.83060 7698 4.3 738 16551Fylkesmannen i Nord-Trøndelag
    40.13359 837035.93135 8744 9.51603 15300Fylkesmannen i Oppland
    41.83052 729843.03285 7645 0.8 142 16847Fylkesmannen i Vestfold
    42.02260 537739.42115 5365 2.3 296 12662Fylkesmannen i Telemark
    42.02677 637342.22826 6700 3.5 425 11560Fylkesmannen i Vest-Agder
    42.22302 546042.72283 5350 2.1 217 10030Fylkesmannen i Aust-Agder
    42.33249 768842.53359 7911 3.6 602 15959Fylkesmannen i Møre og Romsdal
    43.14750 1101329.01435 4944 4.7 925 18789Utlendingsdirektoratet
    45.3 511 112934.1 415 121714.9 784 4468Garantiinstituttet for eksportkreditt
    48.44663 962750.55064 10024 4.9 869 16950Fylkesmannen i Sør-Trøndelag
    49.14160 848048.74261 8747 1.0 170 16593Fylkesmannen i Buskerud
    49.98296 1661726.03844 14785 1.7 696 41263Utenriksdepartementet
    51.47375 1435343.05492 12773 6.01457 22780Fylkesmannen i Rogaland
    51.54432 861051.44472 8703 3.8 494 12494Fylkesmannen i Hedmark
    54.34718 868952.54648 8852 3.9 567 13903Fylkesmannen i Østfold
    60.26147 1021699.88133 8153 4.01010 24464Forbrukerrådet
    60.945659 75035 3.5 926 26466 5.75706 94908Husbanken
    62.315943 2559559.414766 24867 6.62978 42345Fylkesmannen i Oslo og Akershus
    76.56354 830987.213391 1536312.31011 7202Barne-, ungdoms- og familiedirektoratet
    78.820488725996369.6109962157962 2.93765128230Statens vegvesen Region øst
    82.578652 9534078.554063 68912 2.41358 55810Sjøfartsdirektoratet
    83.18088 973394.67535 796811.3 953 7468Jernbaneverket
    85.122126525997280.9127825157956 2.22345102032Statens vegvesen Region vest
    86.622504125995678.4123819157956 3.22699 81896Statens vegvesen Region sør
    89.91466 163096.31381 143419.6 267 1093Tilsynsutvalget for dommere
    89.92498 278095.44656 4883 1.8 18 996Landinfo
    91.223718825994487.1137656157962 2.61480 55993Statens vegvesen Region midt
    91.75198 567199.15201 5247 3.3 25 744Fylkesmannen i Aust-Agder (frem til 31.12.15)
    93.424273525993090.7143324157956 3.81949 48772Statens vegvesen Region nord
    96.06190 644699.46117 6157 1.9 7 354Fylkesmannen i Vest-Agder (frem til 31.12.115)
    97.223095 2376696.923911 2466642.01746 2409Kriminalomsorgsdirektoratet
    97.338602 3967998.260831 61922 3.1 83 2626Statens pensjonskasse
    97.425308025976896.0151565157870 9.02294 23257Statens vegvesen Vegdirektoratet
    97.884989 8686597.210145210433212.2 983 7089Toll- og avgiftsdirektoratet
    98.01542 157399.1 889 897 5.7 4 66Innstillingsrådet for dommere
    99.43934 395799.6 944 94852.9 37 33Barne- og likestillingsdepartementet
    99.61199296120439499.4990362995873 3.5 624 17298Skattedirektoratet
    - -

    Til sist er statistikken over hvor stor andel av utgående, -inngående, og andre dokumenter som blir journalført mer enn 180 dager -etter dokumentets dato, dvs. hvor stor andel som blir journalført -ekstremt sent for utgående og interne dokumenter, mens det for -innkommende like gjerne kan være at det tok lang tid før de ble -mottatt.

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    2015Instans
    UtgåendeInnkommendeAnnet
    %# > 180d liggetidTotalt%# > 180d liggetidTotalt%# > 180d liggetidTotalt
    0.0 0 1 0.0 0 1 0.0 0 0Valgdirektoratet
    0.0 0 17 0.0 0 13 0.0 0 0Innstillingsrådet for dommere
    0.0 0 20 0.7 2 258 0.0 0 0Kompetansesenter for distriktsutvikling
    0.0 0 50 0.0 0 156 0.0 0 0Norsk Romsenter
    0.0 0 14410 0.0 0 20625 0.0 0 1941Fylkesmannen i Nordland
    0.0 0 19475 0.0 0 33158 0.0 0 2395Fylkesmannen i Oslo og Akershus
    0.0 2 6513 0.0 2 8366 0.0 1 2684Forbrukerrådet
    0.0 2 14848 0.0 12 13720 0.1 2 1709Lotteri- og stiftelsestilsynet
    0.0 3 3242 0.1 10 6728 0.0 0 0Petroleumstilsynet
    0.0 35 39417 1.8 55 3023 4.1 29 699Justervesenet
    0.1 1 563 0.1 1 568 0.0 0 2Tilsynsutvalget for dommere
    0.1 2 1412 0.1 2 1889 0.0 0 2Medietilsynet
    0.1 3 1922 0.2 7 3032 0.0 0 0Konkurransetilsynet
    0.1 3 2861 0.2 11 4625 0.0 0 0Sysselmannen på Svalbard
    0.1 4 2019 0.3 10 308628.5 2 7Datatilsynet
    0.1 10 6724 0.0 5 11621 0.0 0 1180Fylkesmannen i Østfold
    0.1 15 7701 0.2 19 7959 3.0 2 66Brønnøysundregistrene
    0.1 23 13317 0.1 33 16601 0.0 0 2Direktoratet for byggkvalitet
    0.1 207106179 0.3 285 73027 1.0 6 571Arbeidstilsynet
    0.2 4 1958 1.9 46 2394 0.0 0 0Nasjonalt organ for kvalitet i utdanningen (NOKUT)
    0.2 6 2924 0.1 10 6854 0.0 0 0Statsministerens kontor
    0.2 42 14193 0.1 46 26329 7.4 179 2396Fylkesmannen i Hordaland
    0.3 11 3042 0.1 8 6898 0.2 1 378Forbrukerombudet
    0.3 12 3792 0.0 5 636412.0 25 208Direktoratet for mineralforvaltning med Bergmesteren for Svalbard
    0.3 13 3468 0.9 62 6883 1.4 25 1729Forsvarsdepartementet
    0.3 15 4463 0.5 40 7903 1.2 2 156Statens jernbanetilsyn
    0.3 19 5470 0.7 104 13525 6.5 68 1038Fylkesmannen i Nord-Trøndelag
    0.3 130 36848 0.3 148 46603 7.1 183 2545Arkivverket
    0.3 130 38432 1.6 691 42125 1.5 442 27727Statens vegvesen Region sør
    0.4 26 6320 0.1 21 12884 0.0 0 4Fylkesmannen i Vest-Agder
    0.4 29 6530 2.4 362 14872 0.0 0 0Finansdepartementet
    0.4 35 7248 0.4 58 12097 2.2 30 1321Fylkesmannen i Finnmark
    0.4 64 14367 0.4 128 26712 7.0 20 283Luftfartstilsynet
    0.5 6 1090 1.7 25 1415 0.0 0 0Norges geologiske undersøkelse
    0.5 30 5810 1.0 71 6812 1.7 14 779Vox, nasjonalt fagorgan for kompetansepolitikk
    0.5 38 7595 0.6 93 1508317.4 51 293Fylkesmannen i Møre og Romsdal
    0.5 321 63780 0.2 135 51738 2.0 22 1052Landbruksdirektoratet Oslo
    0.6 21 3049 0.8 71 8356 0.0 0 0Oljedirektoratet
    0.6 58 8800 0.6 123 20412 1.9 163 8341Nærings- og fiskeridepartementet
    0.7 56 7339 1.1 90 812525.8 458 1774Norsk Filminstitutt
    0.7 191 26033 0.7 307 42834 2.1 215 10181Fiskeridirektoratet
    0.7 357 44844 0.5 301 52202 1.9 590 29606Statens vegvesen Region vest
    0.8 2 239 0.0 0 246 0.0 0 0Fylkesmannen i Vest-Agder (frem til 31.12.115)
    0.8 119 14631 0.3 39 1246512.9 217 1681Nasjonal kommunikasjonsmyndighet
    0.9 36 3886 2.0 94 4505 0.0 0 0Statens strålevern
    0.9 41 4128 1.5 141 9101 7.6 4 52Olje- og energidepartementet
    0.9 76 7829 0.6 95 14804 4.2 35 831Fylkesmannen i Vestfold
    0.9 385 41153 0.5 330 62989 0.9 404 42661Norsk kulturråd
    1.0 37 3538 0.2 19 6906 0.0 0 4Landbruks- og matdepartementet
    1.1 753 64926 0.6 433 67975 2.3 747 32005Statens vegvesen Region øst
    1.2 33 2558 2.0 97 4643 0.0 0 46Domstoladministrasjonen
    1.2 49 3849 0.4 20 4078 6.3 31 485Statens lånekasse for utdanning
    1.2 91 7120 0.6 83 13700 0.0 0 0Samferdselsdepartementet
    1.2 179 14775 0.5 167 28844 0.0 0 0Finanstilsynet
    1.3 86 6175 0.3 39 11738 1.8 82 4362Arbeids- og sosialdepartementet
    1.3 101 7741 0.8 115 14226 0.0 0 0Politidirektoratet
    1.3 229 16626 0.8 264 31782 3.9 283 7203Justis- og beredskapsdepartementet
    1.4 13 873 1.5 23 1467 0.0 0 0Kunst i offentlige rom
    1.4 28 2000 1.0 26 2446 7.8 16 205Språkrådet
    1.4 146 10001 0.6 132 19008 2.9 31 1038Fylkesmannen i Rogaland
    1.4 176 12255 0.3 64 18762 9.1 95 1033Fylkesmannen i Troms
    1.5 137 8801 2.2 190 857810.7 169 1569Statistisk sentralbyrå
    1.5 298 19717 2.5 833 3231311.0 637 5748Norges vassdrags- og energidirektorat
    1.5 376 24323 0.4 119 24404 3.5 606 16915Statens vegvesen Region nord
    1.5 424 26628 0.9 268 29189 3.5 623 17623Statens vegvesen Region midt
    1.7 79 4582 8.5 431 5070 6.6 142 2139Toll- og avgiftsdirektoratet
    1.7 469 26133 3.0 923 3019520.51891 9185Direktoratet for samfunnssikkerhet og beredskap
    1.8 23 1272 2.9 64 2155 0.0 0 0Nasjonalbiblioteket
    1.9 150 7763 1.3 202 14603 4.8 50 1022Fylkesmannen i Buskerud
    2.0 25 1217 1.3 21 1556 3.1 13 410Landbruksdirektoratet Alta
    2.0 136 6656 1.7 97 5480 9.3 261 2797Direktoratet for forvaltning og IKT
    2.0 263 12584 0.8 113 13273 3.7 484 12850Statens vegvesen Vegdirektoratet
    2.1 184 8700 0.3 68 17957 1.5 117 7668Kommunal- og moderniseringsdepartementet
    2.3 65 2777 1.6 71 4405 6.9 58 831Utlendingsnemnda
    2.3 118 4986 0.2 30 10584 1.1 11 920Fylkesmannen i Hedmark
    2.4 26 1068 1.2 21 1640 1.7 4 223Statens innkrevingssentral
    2.5 101 3979 6.7 354 5219 8.6 251 2903Departementenes sikkerhets- og serviceorganisasjon
    2.5 119 4698 3.0 134 443426.6 123 461Norsk Akkreditering
    2.6 45 1705 0.6 15 2438 0.4 7 1533Kriminalomsorgsdirektoratet
    2.6 140 5260 1.4 165 1149914.7 212 1435Klima- og miljødepartementet
    2.6 172 6552 0.6 88 13413 4.0 168 4138Barne-, likestillings- og inkluderingsdepartementet
    2.7 63 2292 9.3 259 2761 0.0 0 0Direktoratet for økonomistyring
    2.9 22 741 1.4 13 869 0.0 0 0Statens arbeidsmiljøinstitutt
    2.91766 59502 3.72457 66026 3.5 729 20466Husbanken
    3.0 198 6525 0.3 36 10925 9.1 48 525Fylkesmannen i Telemark
    3.2 92 2824 1.6 126 7663 8.3 114 1367Garantiinstituttet for eksportkreditt
    3.2 113 3508 1.2 98 7916 0.0 0 0Havforskningsinstituttet
    3.2 178 5477 0.5 48 926413.3 79 593Fylkesmannen i Aust-Agder
    3.2 211 6542 2.3 178 7678 0.0 0 0Barne-, ungdoms- og familiedirektoratet
    3.2 499 15144 2.2 562 24560 2.4 767 31705Utenriksdepartementet
    3.3 266 7831 0.3 44 1171712.5 128 1019Fylkesmannen i Sogn og Fjordane
    3.3 275 8151 2.7 323 1162916.61052 6317Skattedirektoratet
    3.4 887 25797 1.6 569 34780 0.0 0 0Miljødirektoratet
    3.41378 39669 1.6 847 49862 2.9 267 9095Norges forskningsråd
    3.6 277 7638 0.3 26 847311.8 888 7470Statens helsetilsyn
    3.6 291 8056 1.1 110 967713.7 394 2873Utlendingsdirektoratet
    3.7 305 8158 2.9 366 1230012.8 475 3692Direktoratet for utviklingssamarbeid
    3.7 730 19384 1.1 242 20898 5.5 52 929Kystverket
    4.2 271 6327 1.3 174 12490 0.0 0 0Riksantikvaren - Direktoratet for kulturminneforvaltning
    4.3 19 432 0.0 0 386 7.8 4 51Fylkesmannen i Aust-Agder (frem til 31.12.15)
    4.4 458 10325 3.4 623 1814114.31003 7001Forsvarsbygg
    4.6 22 47611.4 198 172215.4 94 609Jernbaneverket
    4.6 774 16824 8.41329 1572315.6 756 4838Statens kartverk
    5.1 85 1635 1.4 27 1892 0.0 0 1Statens pensjonskasse
    5.1 339 6602 5.1 381 7396 0.0 0 0Nasjonalt folkehelseinstitutt
    5.2 377 7225 0.7 112 15036 9.8 67 680Fylkesmannen i Sør-Trøndelag
    5.7 376 6526 0.3 59 15602 0.0 0 0Helse- og omsorgsdepartementet
    6.11645 26666 0.7 220 3101715.3 665 4340Utdanningsdirektoratet
    6.2 470 7517 0.2 51 19868 0.0 0 0Kulturdepartementet
    6.7 48 706 7.6 74 968 0.0 0 0Fredskorpset
    6.8 19 279 4.6 20 429 4.7 5 106Statens institutt for rusmiddelforskning
    6.92173 31077 3.11342 4302532.93691 11191Helsedirektoratet
    7.41053 14189 6.0 764 1263832.51119 3434Integrerings- og mangfoldsdirektoratet
    8.1 322 3961 7.3 271 3675 8.7 141 1620Direktoratet for nødkommunikasjon
    8.6 51 590 6.8 12 17423.7 86 362Landinfo
    10.81034 9557 1.4 238 16191 9.5 2 21Kunnskapsdepartementet
    13.0 764 5873 5.5 417 745142.8 6 14Senter for internasjonalisering av utdanning
    14.64088 27956 0.3 171 43364 6.9 402 5825Sjøfartsdirektoratet
    20.24464 22016 6.63076 46377 2.3 366 15402Statens legemiddelverk
    24.35085 20862 9.51486 1554538.74368 11263Statsbygg
    28.01859 6637 3.2 488 1521921.6 230 1062Fylkesmannen i Oppland
    32.5 41 12641.7 172 41260.0 78 130Direktoratet for e-helse
    - -

    Jeg lurer virkelig på hvordan så mange i det offentlige klarer å -ikke journalføre utgående dokumenter med en gang de gjøres ferdig. Er -det manglende opplæring, vanskelige systemer, vond vilje eller noe -helt annet som er årsaken? Det hadde vært interessant å finne ut om -det var noen fellestrekk for dokumenter som ikke blir journalført før -det er gått et halvt år.

    - -

    Oppdatering 2016-04-07: En nærmere undersøkelse av -OEP-oppføringene til Utenriksdepartementet viste at det var en teknisk -feil i måten jeg laget statistikken, der alle oppføringer med '-' i -unntaksgrunnlagsfeltet ble talt opp som unntatt offentlighet. Det -var UD ikke alene om. Det viste seg å gjelde Barne-, likestillings- -og inkluderingsdepartementet (4), Helse- og omsorgsdepartementet -(3525), Landbruks- og matdepartementet (1753), Nærings- og -fiskeridepartementet (11780), Nærings- og handelsdepartementet (7), -Nærings- og handelsdepartementet (frem til 31.12.13) (10417) og -Utenriksdepartementet (78798) også. Antall påvirkede oppføringer står -i parentes. Jeg har fikset problemet og oppdatert tabellen for -hemmelighold over. Oppføringene for Nærings- og handelsdepartementet, -Landbruks- og matdepartementet, Utenriksdepartementet og Helse- og -omsorgsdepartementet fikk ny plassering i lista.

    + +
    20th April 2017
    +

    Jeg oppdaget i dag at nettstedet som +publiserer offentlige postjournaler fra statlige etater, OEP, har +begynt å blokkerer enkelte typer webklienter fra å få tilgang. Vet +ikke hvor mange det gjelder, men det gjelder i hvert fall libwww-perl +og curl. For å teste selv, kjør følgende:

    + +
    +% curl -v -s https://www.oep.no/pub/report.xhtml?reportId=3 2>&1 |grep '< HTTP'
    +< HTTP/1.1 404 Not Found
    +% curl -v -s --header 'User-Agent:Opera/12.0' https://www.oep.no/pub/report.xhtml?reportId=3 2>&1 |grep '< HTTP'
    +< HTTP/1.1 200 OK
    +%
    +
    + +

    Her kan en se at tjenesten gir «404 Not Found» for curl i +standardoppsettet, mens den gir «200 OK» hvis curl hevder å være Opera +versjon 12.0. Offentlig elektronisk postjournal startet blokkeringen +2017-03-02.

    + +

    Blokkeringen vil gjøre det litt vanskeligere å maskinelt hente +informasjon fra oep.no. Kan blokkeringen være gjort for å hindre +automatisert innsamling av informasjon fra OEP, slik Pressens +Offentlighetsutvalg gjorde for å dokumentere hvordan departementene +hindrer innsyn i +rapporten +«Slik hindrer departementer innsyn» som ble publiserte i januar +2017. Det virker usannsynlig, da det jo er trivielt å bytte +User-Agent til noe nytt.

    + +

    Finnes det juridisk grunnlag for det offentlige å diskriminere +webklienter slik det gjøres her? Der tilgang gis eller ikke alt etter +hva klienten sier at den heter? Da OEP eies av DIFI og driftes av +Basefarm, finnes det kanskje noen dokumenter sendt mellom disse to +aktørene man kan be om innsyn i for å forstå hva som har skjedd. Men +postjournalen +til DIFI viser kun to dokumenter det siste året mellom DIFI og +Basefarm. +Mimes brønn neste, +tenker jeg.

    @@ -839,120 +616,101 @@ omsorgsdepartementet fikk ny plassering i lista.

    - -
    2nd April 2016
    -

    Two years ago, I had -a -look at trusted timestamping options available, and among -other things noted a still open -bug in the tsget script -included in openssl that made it harder than necessary to use openssl -as a trusted timestamping client. A few days ago I was told -the Norwegian government office DIFI is -close to releasing their own trusted timestamp service, and in the -process I was happy to learn about a replacement for the tsget script -using only curl:

    - -

    -openssl ts -query -data "/etc/shells" -cert -sha256 -no_nonce \
    -  | curl -s -H "Content-Type: application/timestamp-query" \
    -         --data-binary "@-" http://zeitstempel.dfn.de > etc-shells.tsr
    -openssl ts -reply -text -in etc-shells.tsr
    -

    - -

    This produces a binary timestamp file (etc-shells.tsr) which can be -used to verify that the content of the file /etc/shell with the -calculated sha256 hash existed at the point in time when the request -was made. The last command extract the content of the etc-shells.tsr -in human readable form. The idea behind such timestamp is to be able -to prove using cryptography that the content of a file have not -changed since the file was stamped.

    - -

    To verify that the file on disk match the public key signature in -the timestamp file, run the following commands. It make sure you have -the required certificate for the trusted timestamp service available -and use it to compare the file content with the timestamp. In -production, one should of course use a better method to verify the -service certificate.

    - -

    -wget -O ca-cert.txt https://pki.pca.dfn.de/global-services-ca/pub/cacert/chain.txt
    -openssl ts -verify -data /etc/shells -in etc-shells.tsr -CAfile ca-cert.txt -text
    -

    - -

    Wikipedia have a lot more information about -trusted -Timestamping and -linked -timestamping, and there are several trusted timestamping services -around, both as commercial services and as free and public services. -Among the latter is -the -zeitstempel.dfn.de service mentioned above and -freetsa.org service linked to from the -wikipedia web site. I believe the DIFI service should show up on -https://tsa.difi.no, but it is not available to the public at the -moment. I hope this will change when it is into production. The -RFC 3161 trusted -timestamping protocol standard is even implemented in LibreOffice, -Microsoft Office and Adobe Acrobat, making it possible to verify when -a document was created.

    - -

    I would find it useful to be able to use such trusted timestamp -service to make it possible to verify that my stored syslog files have -not been tampered with. This is not a new idea. I found one example -implemented on the Endian network appliances where -the -configuration of such feature was described in 2012.

    - -

    But I could not find any free implementation of such feature when I -searched, so I decided to try to -build -a prototype named syslog-trusted-timestamp. My idea is to -generate a timestamp of the old log files after they are rotated, and -store the timestamp in the new log file just after rotation. This -will form a chain that would make it possible to see if any old log -files are tampered with. But syslog is bad at handling kilobytes of -binary data, so I decided to base64 encode the timestamp and add an ID -and line sequence numbers to the base64 data to make it possible to -reassemble the timestamp file again. To use it, simply run it like -this: - -

    -syslog-trusted-timestamp /path/to/list-of-log-files
    -

    - -

    This will send a timestamp from one or more timestamp services (not -yet decided nor implemented) for each listed file to the syslog using -logger(1). To verify the timestamp, the same program is used with the ---verify option:

    - -

    -syslog-trusted-timestamp --verify /path/to/log-file /path/to/log-with-timestamp
    -

    - -

    The verification step is not yet well designed. The current -implementation depend on the file path being unique and unchanging, -and this is not a solid assumption. It also uses process number as -timestamp ID, and this is bound to create ID collisions. I hope to -have time to come up with a better way to handle timestamp IDs and -verification later.

    - -

    Please check out -the -prototype for syslog-trusted-timestamp on github and send -suggestions and improvement, or let me know if there already exist a -similar system for timestamping logs already to allow me to join -forces with others with the same interest.

    - -

    As usual, if you use Bitcoin and want to show your support of my -activities, please send Bitcoin donations to my address -15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b.

    + +
    19th March 2017
    +

    The Nikita +Noark 5 core project is implementing the Norwegian standard for +keeping an electronic archive of government documents. +The +Noark 5 standard document the requirement for data systems used by +the archives in the Norwegian government, and the Noark 5 web interface +specification document a REST web service for storing, searching and +retrieving documents and metadata in such archive. I've been involved +in the project since a few weeks before Christmas, when the Norwegian +Unix User Group +announced +it supported the project. I believe this is an important project, +and hope it can make it possible for the government archives in the +future to use free software to keep the archives we citizens depend +on. But as I do not hold such archive myself, personally my first use +case is to store and analyse public mail journal metadata published +from the government. I find it useful to have a clear use case in +mind when developing, to make sure the system scratches one of my +itches.

    + +

    If you would like to help make sure there is a free software +alternatives for the archives, please join our IRC channel +(#nikita on +irc.freenode.net) and +the +project mailing list.

    + +

    When I got involved, the web service could store metadata about +documents. But a few weeks ago, a new milestone was reached when it +became possible to store full text documents too. Yesterday, I +completed an implementation of a command line tool +archive-pdf to upload a PDF file to the archive using this +API. The tool is very simple at the moment, and find existing +fonds, series and +files while asking the user to select which one to use if more than +one exist. Once a file is identified, the PDF is associated with the +file and uploaded, using the title extracted from the PDF itself. The +process is fairly similar to visiting the archive, opening a cabinet, +locating a file and storing a piece of paper in the archive. Here is +a test run directly after populating the database with test data using +our API tester:

    + +

    +~/src//noark5-tester$ ./archive-pdf mangelmelding/mangler.pdf
    +using arkiv: Title of the test fonds created 2017-03-18T23:49:32.103446
    +using arkivdel: Title of the test series created 2017-03-18T23:49:32.103446
    +
    + 0 - Title of the test case file created 2017-03-18T23:49:32.103446
    + 1 - Title of the test file created 2017-03-18T23:49:32.103446
    +Select which mappe you want (or search term): 0
    +Uploading mangelmelding/mangler.pdf
    +  PDF title: Mangler i spesifikasjonsdokumentet for NOARK 5 Tjenestegrensesnitt
    +  File 2017/1: Title of the test case file created 2017-03-18T23:49:32.103446
    +~/src//noark5-tester$
    +

    + +

    You can see here how the fonds (arkiv) and serie (arkivdel) only had +one option, while the user need to choose which file (mappe) to use +among the two created by the API tester. The archive-pdf +tool can be found in the git repository for the API tester.

    + +

    In the project, I have been mostly working on +the API +tester so far, while getting to know the code base. The API +tester currently use +the HATEOAS links +to traverse the entire exposed service API and verify that the exposed +operations and objects match the specification, as well as trying to +create objects holding metadata and uploading a simple XML file to +store. The tester has proved very useful for finding flaws in our +implementation, as well as flaws in the reference site and the +specification.

    + +

    The test document I uploaded is a summary of all the specification +defects we have collected so far while implementing the web service. +There are several unclear and conflicting parts of the specification, +and we have +started +writing down the questions we get from implementing it. We use a +format inspired by how The +Austin Group collect defect reports for the POSIX standard with +their +instructions for the MANTIS defect tracker system, in lack of an official way to structure defect reports for Noark 5 (our first submitted defect report was a request for a procedure for submitting defect reports :). + +

    The Nikita project is implemented using Java and Spring, and is +fairly easy to get up and running using Docker containers for those +that want to test the current code base. The API tester is +implemented in Python.

    @@ -967,6 +725,25 @@ activities, please send Bitcoin donations to my address

    Archive