Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1145)

Ticket Resolution Summary Owner Reporter
#178 fixed debathena-auto-update should start logging sooner geofft broder

Reported by broder, 15 years ago.

Description

Right now debathena-auto-update doesn't start logging until it actually tries to run the update. This leaves you with no output in the log, though, if the aptitude update step fails, making the problem impossible to diagnose over athinfo.

#923 fixed debathena-bash-config interferes with base-files’s upgrading of /etc/profile andersk

Reported by andersk, 13 years ago.

Description

base-files.postinst on Ubuntu upgrades /etc/profile as follows:

  if [ -f /etc/profile ]; then
    md5=`md5sum /etc/profile | cut -f 1 -d\ `
    if grep -qw "$md5" /usr/share/base-files/profile.md5sums; then
        cp /usr/share/base-files/profile /etc/profile
    fi
  fi

Obviously, this breaks when /etc/profile is diverted. We could go ask Ubuntu to use ‘dpkg-divert --truename /etc/profile’. However, Ubuntu since hardy (base-files 4.0.1ubuntu2) and even Debian since squeeze (base-files 5.3) support /etc/profile.d/*.sh, so we should really just go use that instead.

(Sadly there is no bashrc.d yet, but that’s okay because /etc/bash.bashrc is a conffile in the bash package, not generated in a postinst.)

#756 fixed debathena-branding in gdm-config fails for 1440x900 resolutions jdreed

Reported by jdreed, 13 years ago.

Description

The "Welcome toAthena" window overlaps the login window, though it's still usable.

Note: See TracQuery for help on using queries.