[Bug 771395] Re: update-motd.d/10-help-text has an incomplete check for ubuntu server systems

Dustin Kirkland  dustin.kirkland at gmail.com
Tue Jun 14 12:18:32 UTC 2016


*** This bug is a duplicate of bug 1592386 ***
    https://bugs.launchpad.net/bugs/1592386

This bug should be closed (obsoleted) by the fix to Bug #1592386

** This bug has been marked a duplicate of bug 1592386
   add links for obtaining management and support in 10-help-text

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/771395

Title:
  update-motd.d/10-help-text has an incomplete check for ubuntu server
  systems

Status in base-files package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: base-files

  I'd just finished installing ubuntu-server i386 and was surprised to
  discover that after logging in I was presented with a link to
  help.ubuntu.com instead of www.ubuntu.com/server.  This is because the
  help text script is just looking for '-server' in the output of uname
  and there is no -server kernel for i386.

  From 10-help-text:

  URL="https://help.ubuntu.com/"
  if uname -r | grep -qs "\-server"; then
  	URL="http://www.ubuntu.com/server/doc"
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/771395/+subscriptions



More information about the foundations-bugs mailing list