Todo: Difference between revisions
From LLL
Jump to navigationJump to search
No edit summary |
AlainKnaff (talk | contribs) No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[LllLinuxClient]] [[LllWindowsClient]] | [[LllLinuxClient]] [[LllWindowsClient]] | ||
===Bugs=== | ===Bugs=== | ||
* Remove hardcoded SET SERVER=monster from | * Remove hardcoded SET SERVER=monster from <code>common/Environ.bat</code> | ||
* On | * On <code>x86_64</code> architectures, the DNS checker does not seem to work because an apparent direct reference to i586's perl/lib directory | ||
===Medium term:=== | ===Medium term:=== | ||
Line 55: | Line 35: | ||
====Documentation==== | ====Documentation==== | ||
* Update builtin Webmin documentation | * Update builtin Webmin documentation | ||
** Add note for new batch creation method to | ** Add note for new batch creation method to <code>intro.html</code> | ||
* Write small installation doc, skip adsl-modem details | * Write small installation doc, skip adsl-modem details | ||
* Fill LLL-Wiki | * Fill LLL-Wiki | ||
====Todo==== | ====Todo==== | ||
* Make | * Make <code>/etc/init.d/firewall</code> dependant on <code>ppp</code> | ||
====Userd==== | ====Userd==== | ||
* Fix | * Fix "Rentrée" script so that it can use firstname-lastname as primary key, under following conditions: | ||
** No user with other natural key (login, SSN) is found | ** No user with other natural key (login, SSN) is found | ||
** User who is found with new key doesn't have conflicting natural key (i.e. if new user has SSN, and user with matching fst/last name has an SSN that is both authoritative and different, ignore existing user) | ** User who is found with new key doesn't have conflicting natural key (i.e. if new user has SSN, and user with matching fst/last name has an SSN that is both authoritative and different, ignore existing user) | ||
Line 72: | Line 52: | ||
====Internetstuff (lll-i)==== | ====Internetstuff (lll-i)==== | ||
* Remove all traces of external ( | * Remove all traces of external (<code>@@MAINIP@@</code>) IP address (except maybe for named) | ||
* make | * make <code>ppp0</code> the default external interface | ||
====ToTest==== | ====ToTest==== | ||
Line 81: | Line 61: | ||
====Deployment==== | ====Deployment==== | ||
* Upgrade to new firewall code in Troisvierges / Ste Sophie | * Upgrade to new firewall code in Troisvierges / Ste Sophie | ||
* Fix | * Fix <code>mimeDefang</code> dependancy in LGL and elsewehere (must start after network) | ||
====Not needed for Transfair:==== | ====Not needed for Transfair:==== | ||
Line 89: | Line 69: | ||
====Misc Notes==== | ====Misc Notes==== | ||
* firewall script | * firewall script | ||
** delete | ** delete <code>getservbyport</code> references from <code>IPTables-IPv4</code> CPAN module, report "enhancement request" to author | ||
====Old Stuff==== | ====Old Stuff==== | ||
* [[LLL-91]] | * [[LLL-91]] |
Latest revision as of 17:37, 12 February 2020
LllLinuxClient LllWindowsClient
Bugs[edit]
- Remove hardcoded SET SERVER=monster from
common/Environ.bat
- On
x86_64
architectures, the DNS checker does not seem to work because an apparent direct reference to i586's perl/lib directory
Medium term:[edit]
- Add smartmontools (disk error checking) to LLL CD
- Automated test sets: LLL-test
External bugs to report[edit]
- Webmin and refererchecks: allow to check prefixes, not just hostnames
- Samba and pam password checks
Bugs/Todo, low priority[edit]
- Make a definite list and layout of our Windows CD.
- Redo spec files for perl modules, so that they are less kludgy (use tar files, and patch files)
- canonize group names for project share
- Is it actually needed? (current group names seem to pose no problem...)
- canonization itself
- avoid clashes (counter?)
- find group name of existing share
Regedit[edit]
- Test registry tweaks for LtettSite
- Find way to selectively save only certain registry settings
- Hide H: Drive letter
Documentation[edit]
- Update builtin Webmin documentation
- Add note for new batch creation method to
intro.html
- Add note for new batch creation method to
- Write small installation doc, skip adsl-modem details
- Fill LLL-Wiki
Todo[edit]
- Make
/etc/init.d/firewall
dependant onppp
Userd[edit]
- Fix "Rentrée" script so that it can use firstname-lastname as primary key, under following conditions:
- No user with other natural key (login, SSN) is found
- User who is found with new key doesn't have conflicting natural key (i.e. if new user has SSN, and user with matching fst/last name has an SSN that is both authoritative and different, ignore existing user)
- Customized report sending (free choice of address and format)
- Use mime attachments for report
Internetstuff (lll-i)[edit]
- Remove all traces of external (
@@MAINIP@@
) IP address (except maybe for named) - make
ppp0
the default external interface
ToTest[edit]
- Find out internal/external interfaces dynamically (for firewall)
- Start delay of 30 seconds (menu)
Deployment[edit]
- Upgrade to new firewall code in Troisvierges / Ste Sophie
- Fix
mimeDefang
dependancy in LGL and elsewehere (must start after network)
Not needed for Transfair:[edit]
- integrate automatic printer choser
- Macintosh format for batch command execution
Misc Notes[edit]
- firewall script
- delete
getservbyport
references fromIPTables-IPv4
CPAN module, report "enhancement request" to author
- delete