X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/d3f319e0157a9dfa6572c659e6f47a26cd4d13ad..ba7c0d679f76b718672964dfa4c748f7167247cf:/blog/archive/2014/02/index.html diff --git a/blog/archive/2014/02/index.html b/blog/archive/2014/02/index.html index 01c07efe0d..3ee4671282 100644 --- a/blog/archive/2014/02/index.html +++ b/blog/archive/2014/02/index.html @@ -21,6 +21,167 @@

Entries from February 2014.

+
+
+ Lenker for 2014-02-28 +
+
+ 28th February 2014 +
+
+

Her er noen lenker til tekster jeg har satt pris på å lese de siste +månedene. Det er mye om varsleren Edward Snowden, som burde få all +hjelp, støtte og beskyttelse Norge kan stille opp med for å ha satt +totalitær overvåkning på sakskartet, men også endel annet +tankevekkende og interessant.

+ + + +
+
+ + + Tags: lenker, norsk, personvern. + + +
+
+
+ +
+
+ New home and release 1.0 for netgroup and innetgr (aka ng-utils) +
+
+ 22nd February 2014 +
+
+

Many years ago, I wrote a GPL licensed version of the netgroup and +innetgr tools, because I needed them in +Skolelinux. I called the project +ng-utils, and it has served me well. I placed the project under the +Hungry Programmer umbrella, and it was maintained in our CVS +repository. But many years ago, the CVS repository was dropped (lost, +not migrated to new hardware, not sure), and the project have lacked a +proper home since then.

+ +

Last summer, I had a look at the package and made a new release +fixing a irritating crash bug, but was unable to store the changes in +a proper source control system. I applied for a project on +Alioth, but did not have time +to follow up on it. Until today. :)

+ +

After many hours of cleaning and migration, the ng-utils project +now have a new home, and a git repository with the highlight of the +history of the project. I published all release tarballs and imported +them into the git repository. As the project is really stable and not +expected to gain new features any time soon, I decided to make a new +release and call it 1.0. Visit the new project home on +https://alioth.debian.org/projects/ng-utils/ +if you want to check it out. The new version is also uploaded into +Debian Unstable.

+ +
+
+ + + Tags: debian, english. + + +
+
+
+
Testing sysvinit from experimental in Debian Hurd @@ -47,10 +208,10 @@ commands as root to get the machine to accept a IP address from the kvm internal DHCP server:

-settrans -fgap /dev/netdde /hurd/netdde 
-kill -9 $(ps -ef|awk '/[p]finet/ { print $2}')
-kill -9 $(ps -ef|awk '/[d]evnode/ { print $2}')
-dhclient -v /dev/eth0
+settrans -fgap /dev/netdde /hurd/netdde
+kill $(ps -ef|awk '/[p]finet/ { print $2}')
+kill $(ps -ef|awk '/[d]evnode/ { print $2}')
+dhclient /dev/eth0
 

After this, the machine had internet connectivity, and I could @@ -73,7 +234,7 @@ EOF apt-get update apt-get dist-upgrade apt-get install -t experimental initscripts sysv-rc sysvinit \ - sysvinit-core sysvinit-utils + sysvinit-core sysvinit-utils update-alternatives --config runsystem

@@ -149,12 +310,57 @@ command line stuff.

Archive