X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fports%2Fkfreebsd.creole;h=6966692e8dc268be28e576dc614649fe97928378;hb=b0cc1aff8f69ff762829caa4b3dd618224d99c16;hp=0266e6bccb82ef850d671ba9aaefdba611bdccd2;hpb=6d36a1dfd78e194dbe6f78adc9139d94eb912599;p=mirror%2Fdsa-wiki.git diff --git a/input/ports/kfreebsd.creole b/input/ports/kfreebsd.creole index 0266e6b..6966692 100644 --- a/input/ports/kfreebsd.creole +++ b/input/ports/kfreebsd.creole @@ -4,54 +4,22 @@ 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 (inetutils-traceroute instead, available on all arches) +** emacs22-nox or emacs22 (emacs23-nox or emacs23 instead) ** lshw -** mcelog +** mcelog (useful on kfreebsd?) ** lsof -** moreutils -** timeout -** strace +** timeout (replaced by coreutils) +** strace (ktrace instead) == Operational == -=== Broken Packages === -* dig, bind9-host - (Just hangs after resolving things) (#548096) -* molly-guard (ssh check broken) (#548099) -* man randomly fails to output a page - try again, it may work - -=== misc === +puppet runs do not run reliably and often hang. Might be a ruby bug. -* 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! - - - -Broadcast message from root@fano (ttyp2) (Wed Sep 23 19:35:13 2009): +=== Broken Packages === -more ram -The system is going down for system halt NOW! -}}}