Custom Query (1145 matches)
Results (316 - 318 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#590 | fixed | debathena-tex-bin no longer necessary | broder | |
Description |
Back when we created debathena-tex-config, we still supported Etch, and Etch uses teTeX instead of TeXLive. We created the debathena-tex-bin package to allow the tex-config package to build on either teTeX or TeXLive. Now that Etch is gone, all the releases we support use TeXLive, so we can get rid of the debathena-tex-bin indirection. |
|||
#597 | fixed | Install lib32nss-nonlocal on amd64 somewhere | andersk | |
Description |
debathena / lucid / andersk 17:21 (Anders Kaseorg) You should install lib32nss-nonlocal, so that 32-bit binaries don’t have problems looking up users and groups: $ python -c 'import pwd; print pwd.getpwnam("andersk")' pwd.struct_passwd(pw_name='andersk', pw_passwd='*', pw_uid=39270, pw_gid=101, pw_gecos='Anders Kaseorg,,,,', pw_dir='/mit/andersk', pw_shell='/bin/athena/bash') $ /mit/python/bin/python -c 'import pwd; print pwd.getpwnam("andersk")' Traceback (most recent call last): File "<string>", line 1, in <module> KeyError: 'getpwnam(): name not found: andersk' debathena / lucid / jdreed 17:22 (This zephyr does not necessarily reflect the views of IS&T, MIT, its) As Evan asked the other day, why is that not getting pulled in by anything? debathena / lucid / andersk 17:27 (Anders Kaseorg) Mostly because I didn’t find a good place for it. The dependency system doesn’t let me say “pull in lib32nss-nonlocal if libnss-nonlocal _and_ libc6-i386 are installed”. It is perhaps not unreasonable for debathena-nsswitch-config to Recommends: lib32nss-nonlocal [amd64] It’s less clear whether it should Recommends: lib64nss-nonlocal [i386] debathena / lucid / jdreed 17:28 (This zephyr does not necessarily reflect the views of IS&T, MIT, its) We should probably open a ticket (Note that lib64nss-nonlocal [i386] depends libc6-amd64. I’m not sure why lib32nss-nonlocal [amd64] doesn’t depend libc6-i386. That might be another bug somewhere.) |
|||
#600 | fixed | PAM should tell you if you're over quota | jdreed | |
Description |
It should be possible to write a PAM module that checks if a user is over quota, and if so, fails with a useful error message. If it is possible, we should do it. |