Public bug reported:

While attempting to use NCBI "blastn" from behind a proxy, I traced the
execution of "blastn" to check if it was reading the default
"/etc/ncbi/.ncbirc" config file where I put my proxy config because it
wasn't working.

In fact, the default config file is never stat'ed or read:

> ajt@beluga:~$ strace blastn |& fgrep .ncbirc
> stat("./.ncbirc", 0x7fff8bbc0200)       = -1 ENOENT (No such file or 
> directory)
> stat("/home/ajt/.ncbirc", 0x7fff8bbc0200) = -1 ENOENT (No such file or 
> directory)
> stat("/etc/.ncbirc", 0x7fff8bbc0200)    = -1 ENOENT (No such file or 
> directory)
> stat("/usr/bin/.ncbirc", 0x7fff8bbc0200) = -1 ENOENT (No such file or 
> directory)

I created a "~/.ncbirc" file, which is read correctly, so I'm using that
instead.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ncbi-blast+ 2.6.0-1
ProcVersionSignature: Ubuntu 5.0.0-37.40~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-37-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair wl
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: MATE
Date: Fri Jan 17 10:52:18 2020
InstallationDate: Installed on 2019-03-28 (295 days ago)
InstallationMedia: Ubuntu-MATE 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
SourcePackage: ncbi-blast+
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ncbi-blast+ (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  default /etc/ncbi/.ncbirc not read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ncbi-blast+/+bug/1860109/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to