File: TODO

package info (click to toggle)
slurm 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: ansic: 2,714; makefile: 4
file content (45 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
known issues:

- when resizing the terminal while running slurm in screen it might be
  possible that the static parts of the window are not redrawn so we
  should care about signals.

- Solaris curses problems (Sat Dec 21 15:30:45 CET 2002)

  the solaris network stuff is ok but curses causes crashes
  UPDATE: fixed as of 2002-12-31.

- BNC media detection (Fri Dec  6 00:50:18 CET 2002)

  While testing slurm on OpenBSD (thanks Auge for the account) I discovered
  a problem regarding the ifmedireq flags. OpenBSD does not set
  IFM_ACTIVE or IFM_AVALID for BNC interfaces.

- high load on Linux 2.5 (Thu Dec  5 23:30:43 CET 2002)

  slurm caused 99% load on a Linux 2.5.40 box while transfering data
  on a saturated 100Mbit link.
  UPDATE: This hasn't been reproduced until now so it's low priority
          until someone reports it again.
  UPDATE: perhaps a usleep() problem might leads to wasting cpu cycles.

- NetBSD interface speed detecion code (Thu Dec  5 23:30:43 CET 2002)

  As of today the interface speed detection code seems to not work
  correctly on NetBSD/stable.
  UPDATE: This seems to only concern my sq interface on my Indy.

This matrix shows what works and what not. Feel free to contribute code.

OS       | get_stat | if_media | check_interface ||  overall
---------+----------+----------+-----------------++----------
FreeBSD  |   done   |   done   |      done       ||  works
OpenBSD  |   done   |   done   |      done       ||  works
 NetBSD  |   done   |   done   |      done       ||  works
Solaris  |   done   |   done   |      done       ||  works
  Linux  |   done   |   N/A    |      done       ||  works
  HP-UX  |   done   |          |                 ||  works
MicroBSD |   done   |   done   |      done       ||  works
MacOS X  |   done   |   done   |      done       ||  works

$Id: TODO,v 1.15 2003/09/18 09:59:01 hscholz Exp $