Merge branch 'master' of git+ssh://db.debian.org/git/dsa-wiki
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 18 Jun 2010 22:38:54 +0000 (00:38 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 18 Jun 2010 22:38:54 +0000 (00:38 +0200)
input/index.mdwn
input/ports/kfreebsd.creole

index 17631c9..344cd80 100644 (file)
@@ -6,7 +6,8 @@ which as some howto mainly targeted for the team members.
 
 To contact us, mail debian-admin@lists.debian.org.
 
-To request installation of build dependencies mail us.
+To request installation of build dependencies please
+[mail us following some guidelines](doc/install-req).
 For other things you can also create a ticket in [RT](http://wiki.debian.org/Teams/DSA/RTUsage).
 
 For a list of servers check
index d21b22f..e48ebd7 100644 (file)
@@ -4,53 +4,24 @@ from a purely DSA perspective.
 
 == Missing packages ==
 
-=== Shells ===
-
-* zsh
-* ksh
-
-Both depended upon by the debian.org metapackage.  Especially zsh is used
-as a login shell by a lot of DDs (DSA included) so without zsh they cannot
-log into kFreeBSD machines.
-
-=== other ===
-
-* iputils-ping (depended on by nagios-plugins-basic)
 * stuff depended on by debian.org-recommended (not all might make sense on kFreeBSD - need to figure that one out):
+** ifenslave (does that even make sense?  should we type-handle it away on kfreebsd?)
+** bridge-utils (ditto)
+** vlan (same)
 ** iproute
-** irqbalance
-** dsa-nagios-checks
+** traceroute
+** emacs22-nox or emacs22
 ** lshw
-** mcelog
+** mcelog (useful on kfreebsd?)
 ** lsof
-** moreutils
 ** timeout
 ** strace
 
 == Operational ==
 
-=== Broken Packages ===
-* dig, bind9-host
-  (Just hangs after resolving things) (<a href="http://bugs.debian.org/548096">#548096</a>)
-* molly-guard (ssh check broken) (<a href="http://bugs.debian.org/548099">#548099</a>)
-* <strike>man randomly fails to output a page - try again, it may work (<a href="http://bugs.debian.org/548153">#548153</a>)</strike>
-=== misc ===
-
-* ps xauf lies about the start time of processes
-* other timing issues:
-(interesting idea of what a minute is)
-{{{
-fano:~# /sbin/shutdown -h 1 more ram
-
-Broadcast message from root@fano (ttyp2) (Wed Sep 23 19:32:08 2009):
-
-more ram 
-The system is going DOWN for system halt in 1 minute!
-
+puppet runs do not run reliably and often hang.  Might be a ruby bug.
 
+=== Broken Packages ===
 
-Broadcast message from root@fano (ttyp2) (Wed Sep 23 19:35:13 2009):
+* molly-guard (ssh check broken) (<a href="http://bugs.debian.org/548099">#548099</a>)
 
-more ram 
-The system is going down for system halt NOW!
-}}}