Custom Query (1145 matches)
Results (13 - 15 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#245 | workaround | 127.0.1.1 breaks 3partysw license managers | alexp | |
Description |
On Apr 3, 2009, at 6:07 PM, Anders Kaseorg wrote:
To be clear, the problem is not that there is a non-fully-qualified hostname in /etc/hosts. The problem is that because your kernel’s hostname is zippy, which is resolved by /etc/hosts to 127.0.1.1, license managers that have a client-side ACL of IP addresses (like 18.*) get confused. If, as you did, you take zippy out of /etc/hosts (leaving only zippy.mit.edu), then zippy is resolved by DNS to 18.142.4.128 using the search path and servers in /etc/resolv.conf, and the license manager presumably becomes less confused. A better client-side workaround is to put the right IP address in /etc/hosts:
which is what I think the Ubuntu installer does if you configure it with a static IP address at install time. (For the cluster machines, we currently don’t.) We are currently discussing possible solutions on zephyr. |
|||
#345 | workaround | Desktop backgrounds not migrated between Athena 9 and Debathena | jdreed | jdreed |
Description |
If possible, desktop backgrounds (set by the user) should be migrated between Athena 9 and Debathena. If not, we should document that this won't work. |
|||
#372 | workaround | debathena-thirdparty prevents install of newer, conflicting package versions | geofft | |
Description |
For instance, libboost-dev is version 1.34, and there's a libboost1.37-dev. They conflict, and attempting to install libboost1.37-dev offers to remove debathena-thirdparty-libraries, debathena-thirdparty, and debathena-cluster, which would then proceed to attempt to remove 1600 dependencies of debathena-cluster. This is highly unfortunate. Probably all of thirdparty should be Recommendations... (As a separate issue, do we want libboost1.37-dev instead of libboost-dev?) |