Custom Query (1145 matches)
Results (322 - 324 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#479 | fixed | DEBIAN_FRONTEND=noninteractive is Wrong | geofft | |
Description |
When running the installer, you should get prompted about things that aren't set by Debathena config packages, especially when installing something as large as thirdparty or extra-software. We should make our install shell script instead preseed the "seen" flag for all the packages that we configure. |
|||
#480 | fixed | Trac highlights /bin/sh scripts and not /bin/bash ones | geofft | |
Description |
This is a total wishlist/lowest-priority item. source:trunk/debathena/config/reactivate/debian/athena-login-snapshot@24124 isn't highlighted. source:trunk/debathena/config/reactivate/debian/athena-login-snapshot@23155 is. |
|||
#482 | fixed | pyhesiodfs exception on install | geofft | |
Description |
I installed debathena-afs-config on a stock* Karmic live CD, and in the setup process, pyhesiodfs crashed and generated a file in /var/crash. The non-irrelevant portions of that file are: PythonArgs: ['/usr/bin/pyhesiodfs', '-f', '/mit', '-o', 'nonempty'] Traceback: Traceback (most recent call last): File "/usr/bin/pyhesiodfs", line 226, in <module> main() File "/usr/bin/pyhesiodfs", line 223, in main server.main() File "/usr/lib/python2.6/dist-packages/fuse.py", line 754, in main main(**d) FuseError: filesystem initialization failed It would be great to catch the error and deal; it would also be okay not to make an entry in /var/crash and pop up an alert icon in my tray. *Okay, I also installed debathena-ssh-config in advance and then loop-mounted an ext2 disk image from /tmp to /var/cache/openafs so I wouldn't have to deal with memcache. But that worked fine and isn't relevant. |