File: KnownBugs

package info (click to toggle)
lxctl 0.3.1%2Bdebian-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: perl: 2,656; makefile: 38
file content (10 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
Fix before 0.1:
+* Installation should create some folders (/etc/lxc, /var/lxc)
 * Some systems may have default config not in /var/lib/lxc
+* We should depend on at least lxc-0.7.4
 * Fix lucid_amd64.tar.gz not to remount / to ro on shutdown
 * Check config host's network config for br0 (port from autovm's preinst?)

Fix somewhere before public release:
 * Lxc.pm does not always detect errors. (maybe won't fix, becouse when daemonizing container, all output is surpassed, as work-around we can try to eval status and start container not in daemon mode to get normal output from it.)
 * Distros other then ubuntu may have different default location for lxc's config (e.x. Gentoo). Handle this properly.