[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-06-09 Thread Renato Silva
Here is the mailing list post: http://lists.gnu.org/archive/html/bug- bash/2014-06/msg00020.html. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276796 Title: bash fails to provide FQDN for PS1

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-06-09 Thread Jörg Frings-Fürst
Hi, please upload only you patch files and not your binaries. If you want you can build it in a ppa. Binary deleted. Jörg ** Attachment removed: Solution (patched bash build) https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1276796/+attachment/4127825/+files/bash.canonname -- You

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-06-08 Thread Renato Silva
I confirm the problem. Bash uses gethostname which seems to be relying on the content of /etc/hostname. I have patched Bash to use a better API, getaddrinfo, the same used by the hostname utility when provided with the -f/--long option. Rodney, I could not find your report in the mailing list

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-06-08 Thread Renato Silva
** Attachment added: Solution https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1276796/+attachment/4127824/+files/bash.canonname.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276796

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-06-08 Thread Renato Silva
** Attachment added: Patched Bash build https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1276796/+attachment/4127825/+files/bash.canonname -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276796

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-18 Thread Jörg Frings-Fürst
Hi, I take a look to the bash source. The hostname was only read on startup. So you must relogin after changing your hostname. It was tested on 13.10 and 14.04. Jörg ** Changed in: bash (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-18 Thread Rodney Beede
Rebooted. No change to hostname. No DHCP. Problem still exists. Should see a prompt of: [rbe...@okdev1381.example.org:/home/rbeede] $ but instead I only get: [rbeede@okdev1381:/home/rbeede] $ [rbeede@okdev1383:/home/rbeede] $ echo $PS1 [\u@\H:/home/rbeede] $

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-18 Thread Jörg Frings-Fürst
cat /etc/hostname: trusty-virtbox.jff.de prompt with h: jff@trusty-virtbox:~$ prompt with H: j...@trusty-virtbox.jff.de:~$ then cat /etc/hostname: trusty-virtbox prompt with h: jff@trusty-virtbox:~$ prompt with H: jff@trusty-virtbox:~$ Thus makes bash exactly what it should do. If the

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-18 Thread Rodney Beede
The default install of Ubuntu fills in /etc/hostname with only the host name and not any of the DNS domain name parts. For Ubuntu 13.10 the following is noted: http://manpages.ubuntu.com/manpages/saucy/man1/hostname.1.html /etc/hostname Historically this file was supposed to only contain

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-18 Thread Rodney Beede
I've submitted a bug report up-stream. A copy of that bug report is attached. To: bug-b...@gnu.org,b...@packages.debian.org Subject: bash fails to provide FQDN for PS1 with \H Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-07 Thread Jörg Frings-Fürst
Hi Rodney, do you change the hostname over dhcp? Or how? Jörg ** Changed in: bash (Ubuntu) Status: Confirmed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276796 Title: bash

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-07 Thread Rodney Beede
There is no DHCP at all. The OS was installed with a static IP configuration during the install setup. I specified the hostname at that time by typing it into the installer prompt. [rbeede@ubuntu13:/home/rbeede] $ cat /etc/hostname okdev1383 [rbeede@ubuntu13:/home/rbeede] $ cat

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-06 Thread Rodney Beede
apport information ** Tags added: apport-collected saucy ** Description changed: When using \H in the PS1 prompt value bash is not displaying the FQDN but instead only the short form hostname. This is the same as \h. Issue has also been noted at

[Bug 1276796] Re: bash fails to provide FQDN for PS1 with \H

2014-02-05 Thread Jörg Frings-Fürst
Hello, we need some more information. From a terminal window please run: apport-collect 1276796 and then change the status of the bug to 'Confirmed'. Jörg ** Changed in: bash (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu