d21b22fba10998d423c1e2b4e843859f9c7342e5
[mirror/dsa-wiki.git] / input / ports / kfreebsd.creole
1 = Open issues with the Debian kFreeBSD Ports =
2
3 from a purely DSA perspective.
4
5 == Missing packages ==
6
7 === Shells ===
8
9 * zsh
10 * ksh
11
12 Both depended upon by the debian.org metapackage.  Especially zsh is used
13 as a login shell by a lot of DDs (DSA included) so without zsh they cannot
14 log into kFreeBSD machines.
15
16 === other ===
17
18 * iputils-ping (depended on by nagios-plugins-basic)
19 * stuff depended on by debian.org-recommended (not all might make sense on kFreeBSD - need to figure that one out):
20 ** iproute
21 ** irqbalance
22 ** dsa-nagios-checks
23 ** lshw
24 ** mcelog
25 ** lsof
26 ** moreutils
27 ** timeout
28 ** strace
29
30 == Operational ==
31
32 === Broken Packages ===
33 * dig, bind9-host
34   (Just hangs after resolving things) (<a href="http://bugs.debian.org/548096">#548096</a>)
35 * molly-guard (ssh check broken) (<a href="http://bugs.debian.org/548099">#548099</a>)
36 * <strike>man randomly fails to output a page - try again, it may work (<a href="http://bugs.debian.org/548153">#548153</a>)</strike>
37 === misc ===
38
39 * ps xauf lies about the start time of processes
40 * other timing issues:
41 (interesting idea of what a minute is)
42 {{{
43 fano:~# /sbin/shutdown -h 1 more ram
44
45 Broadcast message from root@fano (ttyp2) (Wed Sep 23 19:32:08 2009):
46
47 more ram 
48 The system is going DOWN for system halt in 1 minute!
49
50
51
52 Broadcast message from root@fano (ttyp2) (Wed Sep 23 19:35:13 2009):
53
54 more ram 
55 The system is going down for system halt NOW!
56 }}}