Custom Query (1145 matches)
Results (223 - 225 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#363 | wontfix | No tickets on login with identical passwords in debathan-login | jhamrick | |
Description |
If your local password and athena passwords are the same, you don't get tickets on login. This is because in /etc/pam.d/common-auth, first it checks the entered password against the local password, and then only if that fails, does it run pam_krb5. # here are the per-package modules (the "Primary" block) auth [success=2 default=ignore] pam_unix.so nullok_secure auth [success=1 default=ignore] pam_krb5.so minimum_uid=1 use_first_pass Running debathena-login on Ubuntu 9.04. |
|||
#244 | fixed | tex-config may not configure tex completely | jesstess | |
Description |
Some further investigation is needed, but it seems like tex-config (or maybe something else?) isn't completely configuring the format cache correctly. Jessica reported getting the following when she tried to TeX a beamer file today: kpathsea: Running mktexfmt latex.fmt fmtutil: config file `fmtutil.cnf' not found. I can't find the format file `latex.fmt'! Running fmtutil-sys --all fixed the problem. Maybe tex-config's postinst should run that instead of fmtutil-sys --refresh? |
|||
#115 | fixed | debathena-gdm-config should restart gdm when uninstalled | jdreed | |
Description |
A postrm script should be added that restarts gdm so that gdm doesn't complain about the missing debathena theme on subsequent logins. |