[Touch-packages] [Bug 1340511] Re: man page contains wrong default history size

2014-10-06 Thread Alexander Sashnov
Indeed, If I comment out all mentions of HISTSIZE and HISTFILESIZE in my
.bashrc and .profile I get

$ wc -l .bash_history 
500 .bash_history

(after I shorted it to 490 lines and did some activity).

All right, that means we should read our .bashrc carefully.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1340511

Title:
  man page contains wrong default history size

Status in “bash” package in Ubuntu:
  Invalid

Bug description:
  man page contains wrong default history size

  Steps to reproduce:

  1.$ man bash

  2.   Search for HISTSIZE  (press   /then type HISTSIZE  and press
  ENTER)

  Actual result:

  Man page contains the text:

  
---
    HISTSIZE
    The number of commands to remember in the command history (see 
HISTORY below).  The default value is 500.
  
---

  Expected result

  The default value is 2000.

  Additional information:

  $ wc -l ~/.bash_history
  2000 /home/user/.bash_history

  $ grep HISTFILESIZE ~/.bashrc
  HISTFILESIZE=2000

  
  $ apt-get source bash
  $ cd bash-4.2/
  $ grep -nr HISTFILESIZE .
  ./debian/skel.bashrc:20:HISTFILESIZE=2000

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: bash 4.2-5ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  Date: Fri Jul 11 11:41:58 2014
  InstallationDate: Installed on 2014-02-18 (143 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta i386 
(20130926)
  MarkForUpload: True
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1340511/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1086667] Re: Wrong documentation URL in help(curl)

2014-10-06 Thread Alexander Sashnov
This but does not affect Ubuntu 14.04

It is about Ubuntu 12.04 (it is still supported, isn't it?).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pycurl in Ubuntu.
https://bugs.launchpad.net/bugs/1086667

Title:
  Wrong documentation URL in help(curl)

Status in “pycurl” package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 12.04.1 LTSpython-pycurl-7.19.0-4ubuntu3

  Wrong documentation URL in help(curl)

  Steps to reproduce:

  1. Open Terminal, run python

  2. in python's console
  import curl
  help(curl)

  3. Click to 'MODULE DOCS' URL 
  (currently it is http://docs.python.org/library/curl )


  
  Actual result:

  Not Found

  The requested URL /2/library/curl was not found on this server.
  Apache/2.2.16 (Debian) Server at docs.python.org Port 80


  Expected result:

  Documentation on 'curl' module will opens in browser's window (URL
  must be available and with right content).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: python-pycurl 7.19.0-4ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu15
  Architecture: amd64
  Date: Wed Dec  5 12:40:09 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pycurl
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pycurl/+bug/1086667/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1340511] [NEW] man page contains wrong default history size

2014-07-10 Thread Alexander Sashnov
Public bug reported:

man page contains wrong default history size

Steps to reproduce:

1.$ man bash

2.   Search for HISTSIZE  (press   /then type HISTSIZE  and press
ENTER)

Actual result:

Man page contains the text:

---
  HISTSIZE
  The number of commands to remember in the command history (see 
HISTORY below).  The default value is 500.
---

Expected result

The default value is 2000.

Additional information:

$ wc -l ~/.bash_history
2000 /home/user/.bash_history

$ grep HISTFILESIZE ~/.bashrc
HISTFILESIZE=2000


$ apt-get source bash
$ cd bash-4.2/
$ grep -nr HISTFILESIZE .
./debian/skel.bashrc:20:HISTFILESIZE=2000


ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: bash 4.2-5ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
Date: Fri Jul 11 11:41:58 2014
InstallationDate: Installed on 2014-02-18 (143 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta i386 (20130926)
MarkForUpload: True
SourcePackage: bash
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bash (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

** Description changed:

  man page contains wrong default history size
  
  Steps to reproduce:
  
  1.$ man bash
  
  2.   Search for HISTSIZE  (press   /then type HISTSIZE  and press
  ENTER)
  
- 
  Actual result:
  
  Man page contains the text:
  
  
---
-   HISTSIZE
-   The number of commands to remember in the command history (see 
HISTORY below).  The default value is 500.
+   HISTSIZE
+   The number of commands to remember in the command history (see 
HISTORY below).  The default value is 500.
  
---
- 
  
  Expected result
  
  The default value is 2000.
  
- 
  Additional information:
  
- $ wc -l ~/.bash_history 
+ $ wc -l ~/.bash_history
  2000 /home/user/.bash_history
+ 
+ $ grep HISTFILESIZE ~/.bashrc
+ HISTFILESIZE=2000
+ 
  
  $ apt-get source bash
  $ cd bash-4.2/
  $ grep -nr HISTFILESIZE .
  ./debian/skel.bashrc:20:HISTFILESIZE=2000
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: bash 4.2-5ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  Date: Fri Jul 11 11:41:58 2014
  InstallationDate: Installed on 2014-02-18 (143 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta i386 
(20130926)
  MarkForUpload: True
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1340511

Title:
  man page contains wrong default history size

Status in “bash” package in Ubuntu:
  New

Bug description:
  man page contains wrong default history size

  Steps to reproduce:

  1.$ man bash

  2.   Search for HISTSIZE  (press   /then type HISTSIZE  and press
  ENTER)

  Actual result:

  Man page contains the text:

  
---
    HISTSIZE
    The number of commands to remember in the command history (see 
HISTORY below).  The default value is 500.
  
---

  Expected result

  The default value is 2000.

  Additional information:

  $ wc -l ~/.bash_history
  2000 /home/user/.bash_history

  $ grep HISTFILESIZE ~/.bashrc
  HISTFILESIZE=2000

  
  $ apt-get source bash
  $ cd bash-4.2/
  $ grep -nr HISTFILESIZE .
  ./debian/skel.bashrc:20:HISTFILESIZE=2000

  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: bash 4.2-5ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
  Uname: Linux 3.11.0-19-generic i686
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: i386
  Date: Fri Jul 11 11:41:58 2014
  InstallationDate: Installed on 2014-02-18 (143 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta i386 
(20130926)
  MarkForUpload: True
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1340511/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp