bzr get http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu malfunction (dead link?)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: metacity
NOTICE: 'metacity' packaging is maintained in the 'Bzr' version control system at:
http://
Please use:
bzr get http://
to retrieve the latest (possible unreleased) updates to the package.
thomas@
http://
bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?))
on https:/
thomas@
http://
bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?))
on https:/
thomas@
Pedro Fragoso (ember) wrote : | #1 |
Changed in metacity: | |
status: | New → Incomplete |
James Westby (james-w) wrote : | #2 |
Hi Thomas,
Do you have "ca-certificates" installed? (or an equivalent package if you are
not on Debian/Ubuntu)
Thanks,
James
tdflanders (thomasdelbeke) wrote : | #3 |
Yep.
thomas@
[sudo] password for thomas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 218kB of source archives.
Get: 1 http://
Get: 2 http://
Fetched 218kB in 2s (93.6kB/s)
gpg: WARNING: unsafe ownership on configuration file `/home/
gpg: Signature made Tue 03 Jun 2008 10:46:40 BST using DSA key ID 0F932C9C
gpg: Can't check signature: public key not found
dpkg-source: extracting ca-certificates in ca-certificates
dpkg-source: info: unpacking ca-certificates
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
thomas@
tdflanders (thomasdelbeke) wrote : | #4 |
Debugging now.
thomas@
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for ca-certificates-dbg
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ca-certificates-dbg
thomas@
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for ca-certificates
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ca-certificates
thomas@
devscripts-dbgsym - debug symbols for package devscripts
bzr-dbgsym - debug symbols for package bzr
libzrtpcpp-
bzr-svn-dbgsym - debug symbols for package bzr-svn
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for bzr-svn-dbgsym
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bzr-rebase bzr-svn
The following NEW packages will be installed
bzr-rebase bzr-svn bzr-svn-dbgsym
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 670kB of archives.
After this operation, 2748kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
bzr-svn-dbgsym
Install these packages without verification [y/N]? y
Get: 1 http://
Get: 2 http://
Get: 3 http://
Fetched 670kB in 6s (105kB/s)
Selecting previously deselected package bzr-rebase.
(Reading database ... 208018 files and directories currently installed.)
Unpacking bzr-rebase (from .../bzr-
Selecting previously deselected package bzr-svn.
Unpacking bzr-svn (from .../bzr-
Selecting previously deselected package bzr-svn-dbgsym.
Unpacking bzr-svn-dbgsym (from .../bzr-
Setting up bzr-rebase (0.3-1) ...
Setting up bzr-svn (0.4.13-2) ...
Setting up bzr-svn-dbgsym (0.4.13-2) ...
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for bzr-svn-db...
tdflanders (thomasdelbeke) wrote : | #5 |
Failed.
thomas@
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
"/usr/bin/bzr": not in executable format: File format not recognized
(gdb) handle SIG33 nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run get http://
Starting program: get http://
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run bzr get http://
Starting program: bzr get http://
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run file bzr get http://
Starting program: file bzr get http://
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run exec-file bzr get http://
Starting program: exec-file bzr get http://
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) quit
thomas@
tdflanders (thomasdelbeke) wrote : | #6 |
- valgrind.log Edit (6.4 KiB, text/plain)
thomas@
/usr/bin/python: can't open file 'bzr': [Errno 2] No such file or directory
thomas@
Wouter van Heyst (larstiq) wrote : | #7 |
This error is raised by curl. To work around that you could try to specify you want urllib instead of pycurl:
bzr get http+urllib:
(Or as I do, remove the python-pycurl package)
Having said that, even without the hardy ca-certificates installed (maybe it leaves something around), but certainly with them, branching from http+pycurl:// works fine too.
So something else is still going on.
James Westby (james-w) wrote : | #8 |
Hi,
Thomas has indicated in another bug report that this is caused
by mass-changing permissions on his file system, so there's
certainly nothing bzr can do about it, and I'm not sure whether
it's intentional from curl.
Thanks,
James
tdflanders (thomasdelbeke) wrote : | #9 |
Hi there James and Wouter,
I am afraid that we may have been a little too optimistic there:
This is on a fully up to date reinstall after reformatting, with yesterdays rsync and aptoncd image (2 GB!). I think it is either a software conflict with one of the packages or a configuration problem, with too many authorization packages configured for a certain application.
auth.log gives the following output while running '$ sudo dpkg-reconfigure -p low ca-certificates':
Oct 22 17:34:50 thomas-laptop sudo: thomas : TTY=pts/0 ; PWD=/home/thomas ; USER=root ; COMMAND=
Oct 22 17:34:50 thomas-laptop sudo: pam_lwidentity(
Oct 22 17:34:50 thomas-laptop sudo: pam_lwidentity(
Oct 22 17:34:50 thomas-laptop sudo: pam_lwidentity(
Oct 22 17:35:01 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:01 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:01 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:01 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:01 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:01 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_unix(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_lwidentity(
Oct 22 17:35:02 thomas-laptop CRON[30536]: pam_unix(
tdflanders (thomasdelbeke) wrote : | #10 |
tdflanders (thomasdelbeke) wrote : | #11 |
tdflanders (thomasdelbeke) wrote : | #12 |
Updating certificates in /etc/ssl/
thomas@
bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?))
on https:/
thomas@
thomas@
total 11316
drwxr-xr-x 24 root root 4096 2008-10-22 16:08 .
drwxr-xr-x 16 root root 4096 2008-10-21 16:19 ..
drwxr-x--- 2 root adm 4096 2008-10-21 16:32 apache2
drwxr-xr-x 2 root root 4096 2008-10-09 01:10 apparmor
-rw-r----- 1 root adm 1221 2008-10-22 15:09 apport.log
-rw-r----- 1 root adm 1640 2008-10-22 04:28 apport.log.1
drwxr-xr-x 2 root root 4096 2008-10-21 04:18 apt
-rw-r----- 1 aptproxy adm 10086 2008-10-22 13:17 apt-proxy.log
-rw-r----- 1 syslog adm 1213707 2008-10-22 18:30 auth.log
-rw-r----- 1 syslog adm 2186 2008-10-21 14:31 auth.log.0
drwxr-xr-x 2 root root 4096 2008-08-12 01:16 bittorrent
-rw-r----- 1 root adm 31 2008-10-21 04:15 boot
-rw-r--r-- 1 root root 36291 2008-10-21 04:15 bootstrap.log
-rw-rw-r-- 1 root utmp 0 2008-10-21 04:14 btmp
drwxr-xr-x 2 clamav clamav 4096 2008-10-21 16:33 clamav
drwxr-xr-x 2 root root 4096 2008-10-21 14:26 ConsoleKit
drwxr-xr-x 2 root root 4096 2008-10-22 08:30 cups
-rw-r----- 1 syslog adm 258925 2008-10-22 18:32 daemon.log
-rw-r----- 1 syslog adm 20025 2008-10-21 14:30 daemon.log.0
drwxrwxr-x 2 debtorrent debtorrent 4096 2008-10-21 16:33 debtorrent
-rw-r----- 1 syslog adm 111055 2008-10-22 17:31 debug
-rw-r----- 1 syslog adm 16648 2008-10-21 14:30 debug.0
drwxr-xr-x 2 root root 4096 2008-10-20 19:11 dist-upgrade
-rw-r--r-- 1 root root 59 2008-10-22 13:17 dkms_autoinstaller
-rw-r----- 1 root adm 43224 2008-10-22 13:17 dmesg
-rw-r----- 1 root adm 42968 2008-10-22 09:40 dmesg.0
-rw-r----- 1 root adm 11894 2008-10-21 22:29 dmesg.1.gz
-rw-r----- 1 root adm 11903 2008-10-21 18:12 dmesg.2.gz
-rw-r----- 1 root adm 11680 2008-10-21 16:46 dmesg.3.gz
-rw-r----- 1 root adm 11598 2008-10-21 14:26 dmesg.4.gz
-rw-r----- 1 root adm 1653894 2008-10-22 17:00 dpkg.log
drwxr-s--- 2 Debian-exim adm 4096 2008-10-21 16:32 exim4
-rw-r--r-- 1 root root 24024 2008-10-22 12:17 faillog
-rw-r--r-- 1 root root 3102 2008-10-22 11:03 fontconfig.log
drwxr-xr-x 2 root root 4096 2008-10-21 04:15 fsck
drwxr-xr-x 2 root root 4096 2008-10-22 13:17 gdm
drwxr-s--- 2 gitlog adm 4096 2008-10-22 13:17 git-daemon
-rw-r--r-- 1 root root 237 2008-10-22 13:17 iked.log
drwxr-xr-x 2 root root 4096 2008-10-21 14:24 i...
tdflanders (thomasdelbeke) wrote : | #13 |
- allvarlogs.tar.gz Edit (1.6 MiB, application/x-tar)
thomas@
thomas@
thomas@
tdflanders (thomasdelbeke) wrote : | #14 |
Fetched 126kB in 29s (4320B/s)
Selecting previously deselected package gnome-control-
(Reading database ... 260406 files and directories currently installed.)
Unpacking gnome-control-
Selecting previously deselected package libgnome-
Unpacking libgnome-
Setting up gnome-control-
Setting up libgnome-
thomas@
bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?))
on https:/
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 2295kB of source archives.
Get:1 http://
Get:2 http://
Get:3 http://
Fetched 2295kB in 1min59s (19.2kB/s)
gpg: Signature made Wed 15 Oct 2008 10:05:15 BST using DSA key ID 5E0577F2
gpg: Can't check signature: public key not found
dpkg-source: extracting curl in curl-7.18.2
dpkg-source: info: unpacking curl_7.
dpkg-source: info: applying curl_7.
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
The following packages were automatically installed and are no longer required:
libaspell-dev libcurl4-gnutls-dev gnome-control-
libpanel-
libtext-glob-perl libdate-calc-perl clamav-base libcarp-clan-perl libclamav5
liblua50-dev asciidoc lua50 libavahi-qt3-dev libswt-
libfile-
libartsc0-dev libswt-
libidn11-dev libarts1-dev libbit-vector-perl libswt-
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
automake1.4 php5-dev
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 3842kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 260425 files and directories currently installed.)
Removing php5-dev ...
Removing automake1.4 ...
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 removed doc-base file(s)...
Registering docum...
tdflanders (thomasdelbeke) wrote : | #16 |
What on earth is this?
thomas@
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: Selecting: command not found
thomas@
bash: Reading: command not found
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: Selecting: command not found
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: thomas@
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: on: command not found
thomas@
bash: thomas@
thomas@
bash: Reading: command not found
thomas@
bash: Building: command not found
thomas@
bash: Reading: command not found
thomas@
bash: Need: command not found
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: syntax error near unexpected token `('
thomas@
bash: gpg:: command not found
thomas@
> dpkg-source: extracting curl in curl-7.18.2
> dpkg-source: info: unpacking curl_7.
> dpkg-source: info: applying curl_7.
> thomas@thomas-la...
tdflanders (thomasdelbeke) wrote : | #17 |
- gdb-ca-certificates.txt Edit (6.7 KiB, text/plain)
Hi there,
I got this debugging report in another way, but it describes the curl error and pins down a program line, so please have a look at it.
I got this by running '$ sudo dpkg-reconfigure -ap low' and debugging it by attaching the 'pidof' dpkg-reconfigur.
Cheers,
Thomas
Please take a look if the following bugs are duplicates:
tdflanders (thomasdelbeke) wrote : | #18 |
*
Sorry about that:
Hi there,
I got this debugging report in another way, but it describes the curl error and pins down a program line, so please have a look at it.
I got this by running '$ sudo dpkg-reconfigure -ap low' and debugging it by attaching the 'pidof' dpkg-reconfigur.
Cheers,
Thomas
Please take a look if the following bugs are duplicates:
tdflanders (thomasdelbeke) wrote : | #19 |
Andrew Bennetts (spiv) wrote : | #20 |
I'm not sure why you've attached .xsession-errors. bzr and curl have nothing to do with X.
The gdb-ca-
None of those bugs you've linked to look like duplicates to me (bug 285623 is this bug!).
Have you tried:
bzr get https+urllib:
as Wouter suggested? Letting us know if that works or not may help us narrow down the problem.
Finally, if you just want to get the code, just use the actual URL of the branch:
bzr get http://
https:/
tdflanders (thomasdelbeke) wrote : | #21 |
Yes it does,
thomas@
Branched 7 revision(s).
thomas@
Cheers,
Thomas
tdflanders (thomasdelbeke) wrote : | #22 |
thomas@
Format <RepositoryForm
bzr: ERROR: Target directory "ubuntu" already exists.
thomas@
bzr: ERROR: Upgrade URL cannot work with readonly URLs.
thomas@
bzr: ERROR: Unsupported protocol for url "httpurllib:
thomas@
Format <RepositoryForm
bzr: ERROR: Target directory "ubuntu" already exists.
thomas@
https+urllib:
Format <RepositoryForm
bzr: ERROR: Target directory "ubuntu" already exists.
thomas@
https+urllib:
bzr: ERROR: Upgrade URL cannot work with readonly URLs.
thomas@
bzr: ERROR: Upgrade URL cannot work with readonly URLs.
thomas@
tdflanders (thomasdelbeke) wrote : | #23 |
thomas@
bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?))
on https:/
thomas@
https+urllib:
bzr: ERROR: Not a branch: "https:/
thomas@
Andrew Bennetts (spiv) wrote : | #24 |
Please try to keep this bug report about a single issue. File separate bugs or questions for separate issues, otherwise things become far too confusing.
Briefly, "bzr upgrade" depends on write access to the URL to work, and HTTP does not provide write access. Accessing "https:/
Robert Collins (lifeless) wrote : Re: [Bug 285623] Re: bzr get http://code.launchpad.net/~ubuntu-core-dev/metacity/ubuntu malfunction (dead link?) | #25 |
On Fri, 2008-10-24 at 04:11 +0000, tdflanders wrote:
> thomas@
> Format <RepositoryForm
Please tell the owners of the branch that they should upgrade :).
> bzr: ERROR: Target directory "ubuntu" already exists.
This is the real error.
> thomas@
> bzr: ERROR: Upgrade URL cannot work with readonly URLs.
You cannot upgrade branches that you do not own.
I don't see any bug here, so closing. You may wish to contact the Ubuntu
MOTU or Ubuntu developers first with bzr issues like this - its likely
you are not encountering bugs in bzr based on what I've seen so far.
status invalid
--
GPG key available at: <http://
Changed in bzr: | |
status: | Incomplete → Invalid |
tdflanders (thomasdelbeke) wrote : | #26 |
Reopening due to incorrect closure.
Changed in bzr: | |
status: | Invalid → Incomplete |
tdflanders (thomasdelbeke) wrote : | #27 |
thomas@
bzr: ERROR: Connection error: curl connection error (Problem with the SSL CA cert (path? access rights?))
on https:/
thomas@
tdflanders (thomasdelbeke) wrote : | #28 |
This was the real error I fear. You may have been right to close this bug though, if it is indeed just a consequence of this: #244412. Can you get back to me on that? Thank you, Thomas.
tdflanders (thomasdelbeke) wrote : | #29 |
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
openjdk-6-jdk openjdk-6-jre openjdk-
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
thomas@
thomas@
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
NOTICE: 'openjdk-6' packaging is maintained in the 'Bzr' version control system at:
bzr+ssh:
Please use:
bzr get bzr+ssh:
to retrieve the latest (possible unreleased) updates to the package.
NOTICE: 'openjdk-6' packaging is maintained in the 'Bzr' version control system at:
bzr+ssh:
Please use:
bzr get bzr+ssh:
to retrieve the latest (possible unreleased) updates to the package.
NOTICE: 'openjdk-6' packaging is maintained in the 'Bzr' version control system at:
bzr+ssh:
Please use:
bzr get bzr+ssh:
to retrieve the latest (possible unreleased) updates to the package.
Need to get 54.6MB of source archives.
Get:1 http://
Get:2 http://
Get:3 http://
Fetched 54.6MB in 11min33s (78.7kB/s)
gpg: Signature made Sat 25 Oct 2008 00:13:55 BST using DSA key ID 0F932C9C
gpg: Can't check signature: public key not found
dpkg-source: extracting openjdk-6 in openjdk-6-6b12
dpkg-source: info: unpacking openjdk-
dpkg-source: info: applying openjdk-
Skipping unpack of already unpacked source in openjdk-6-6b12
Skipping unpack of already unpacked source in openjdk-6-6b12
thomas@
bash: user: No such file or directory
thomas@
The authenticity of host 'bazaar.
RSA key fingerprint is 9d:38:3a:
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'bazaar.
Permission denied (publickey).
bzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required)
thomas@
Permission denied (publickey).
bzr: ERROR: exceptions.
Traceback (most recent...
tdflanders (thomasdelbeke) wrote : | #30 |
bzr 1.6.1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', '-Dhpss', 'get', 'bzr+ssh://<email address hidden>
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_IE.UTF-8'
plugins:
bzrtools /usr/lib/
dbus /usr/lib/
launchpad /usr/lib/
rebase /usr/lib/
svn /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
thomas@
[sudo] password for thomas:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openjdk-
E: Broken packages
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openjdk-
E: Broken packages
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 4472B of source archives.
Get:1 http://
Get:2 http://
Fetched 4472B in 0s (5163B/s)
gpg: Signature made Fri 24 Oct 2008 11:56:07 BST using DSA key ID 0F932C9C
gpg: Can't check signature: public key not found
dpkg-source: extracting ca-certificates
dpkg-source: info: unpacking ca-certificates
thomas@
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates
ca-certificates
The followin...
tdflanders (thomasdelbeke) wrote : | #31 |
This bug is most likely a duplicate of: Bug #244412. Please mark as duplicate or reassign. It is confirmed, see my traceback.
Changed in bzr: | |
assignee: | nobody → robertcollins |
status: | Incomplete → Confirmed |
Matthias Klose (doko) wrote : | #32 |
this has nothing to do with java certificates. please recheck the claims before marking as a duplicate.
Robert Collins (lifeless) wrote : | #33 |
Please do not assign bugs to people you do not manage or otherwise have delegation rights/explicit instructions to assign to.
Changed in bzr: | |
assignee: | robertcollins → nobody |
tdflanders (thomasdelbeke) wrote : | #34 |
I have reported this pycurl problem in another bug that looks similar:
This bug depends on the kernel version:
[2.6.27-8 vs. 2.6.27-10]
thomas@ubuntu:~$ lsb_release -rd ; uname -a ; apt-cache policy linux metacity curl bzr ; bzr get http://
Description: Ubuntu jaunty (development branch)
Release: 9.04
Linux ubuntu 2.6.27-8-generic #1 SMP Thu Nov 6 17:33:54 UTC 2008 i686 GNU/Linux
linux:
Installed: 2.6.27.8.12
Candidate: 2.6.27.8.12
Version table:
*** 2.6.27.8.12 0
100 /var/lib/
2.6.27.7.11 0
500 http://
metacity:
Installed: 1:2.25.13-0ubuntu1
Candidate: 1:2.25.13-0ubuntu1
Version table:
*** 1:2.25.13-0ubuntu1 0
500 http://
100 /var/lib/
curl:
Installed: 7.18.2-7ubuntu2
Candidate: 7.18.2-7ubuntu2
Version table:
*** 7.18.2-7ubuntu2 0
500 http://
100 /var/lib/
bzr:
Installed: 1.9-1
Candidate: 1.9-1
Version table:
*** 1.9-1 0
500 http://
100 /var/lib/
http://
bzr: ERROR: pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
from_location)
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
return BzrDir.
File "/usr/lib/
redirected)
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
return action(transport)
File "/usr/lib/
transport, _server_
File "/usr/lib/
return format.
File "/usr/lib/
server_version = medium.
File "/usr/lib/
client_
File "/usr/lib/
tdflanders (thomasdelbeke) wrote : | #35 |
I have no clue on how to debug this. Please know: I had problems with Secure Socket Layer 2 in the earlier kernels. I could not visit websites in firefox that were encrypted with SSL 2, only the ones that were encrypted with SSL3. Therefore I could not access the following websites: my Canonical training course that was based on 7.10. I had to install 7.10 in VBox, and then it did work. Also I could not access my three mobile web account, so I installed Windows XP, and then it worked. Therefore I thought was also related to the ca-certificates and the ca-certificates
thomas@
bzr: ERROR: Target directory "unstable" already exists.
thomas@
bzr: ERROR: pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/
Thanks,
Thomas
(so what I mean is: bzr http works, but not bzr https)
tdflanders (thomasdelbeke) wrote : | #36 |
Another duplicate:
tdflanders (thomasdelbeke) wrote : | #37 |
thomas@
Description: Ubuntu 8.10
Release: 8.10
Linux thomas-laptop 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
linux:
Installed: 2.6.27.10.13
Candidate: 2.6.27.10.13
Version table:
*** 2.6.27.10.13 0
500 http://
100 /var/lib/
2.6.27.7.11 0
500 http://
metacity:
Installed: 1:2.24.0-0ubuntu1
Candidate: 1:2.24.0-0ubuntu1
Version table:
*** 1:2.24.0-0ubuntu1 0
500 http://
100 /var/lib/
curl:
Installed: 7.18.2-1ubuntu4
Candidate: 7.18.2-1ubuntu4
Version table:
*** 7.18.2-1ubuntu4 0
500 http://
100 /var/lib/
bzr:
Installed: 1.6.1-1
Candidate: 1.6.1-1
Version table:
*** 1.6.1-1 0
500 http://
100 /var/lib/
bzr: ERROR: Unsupported protocol for url "http++
thomas@
tdflanders (thomasdelbeke) wrote : | #38 |
Sorry about the previous comment;
this is what I mean:
thomas@
Description: Ubuntu 8.10
Release: 8.10
Linux thomas-laptop 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
linux:
Installed: 2.6.27.10.13
Candidate: 2.6.27.10.13
Version table:
*** 2.6.27.10.13 0
500 http://
100 /var/lib/
2.6.27.7.11 0
500 http://
metacity:
Installed: 1:2.24.0-0ubuntu1
Candidate: 1:2.24.0-0ubuntu1
Version table:
*** 1:2.24.0-0ubuntu1 0
500 http://
100 /var/lib/
curl:
Installed: 7.18.2-1ubuntu4
Candidate: 7.18.2-1ubuntu4
Version table:
*** 7.18.2-1ubuntu4 0
500 http://
100 /var/lib/
bzr:
Installed: 1.6.1-1
Candidate: 1.6.1-1
Version table:
*** 1.6.1-1 0
500 http://
100 /var/lib/
http://
bzr: ERROR: Target directory "ubuntu" already exists.
Description: Ubuntu 8.10
Release: 8.10
Linux thomas-laptop 2.6.27-10-generic #1 SMP Fri Nov 21 12:00:22 UTC 2008 i686 GNU/Linux
linux:
Installed: 2.6.27.10.13
Candidate: 2.6.27.10.13
Version table:
*** 2.6.27.10.13 0
500 http://
100 /var/lib/
2.6.27.7.11 0
500 http://
ca-certificates:
Installed: 20080514-0ubuntu1.1
Candidate: 20080514-0ubuntu1.1
Version table:
*** 20080514-0ubuntu1.1 0
500 http://
100 /var/lib/
20080514-
500 http://
ca-certificates
Installed: 20080712ubuntu4
Candidate: 20080712ubuntu4
Version table:
*** 20080712ubuntu4 0
500 http://
100 /var/lib/
20080712ub
500 http://
http+urllib:
bzr: ERROR: Target directory "ubuntu" already exists.
thomas@
tdflanders (thomasdelbeke) wrote : | #39 |
thomas@ubuntu:~$ lsb_release -rd ; uname -a ; apt-cache policy linux metacity curl bzr ; bzr get http://
Description: Ubuntu jaunty (development branch)
Release: 9.04
Linux ubuntu 2.6.27-8-generic #1 SMP Thu Nov 6 17:33:54 UTC 2008 i686 GNU/Linux
linux:
Installed: 2.6.27.8.12
Candidate: 2.6.27.8.12
Version table:
*** 2.6.27.8.12 0
100 /var/lib/
2.6.27.7.11 0
500 http://
metacity:
Installed: 1:2.25.13-0ubuntu1
Candidate: 1:2.25.13-0ubuntu1
Version table:
*** 1:2.25.13-0ubuntu1 0
500 http://
100 /var/lib/
curl:
Installed: 7.18.2-7ubuntu2
Candidate: 7.18.2-7ubuntu2
Version table:
*** 7.18.2-7ubuntu2 0
500 http://
100 /var/lib/
bzr:
Installed: 1.9-1
Candidate: 1.9-1
Version table:
*** 1.9-1 0
500 http://
100 /var/lib/
http://
bzr: ERROR: pycurl.error: (60, 'server certificate verification failed. CAfile: /etc/ssl/
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
from_location)
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
return BzrDir.
File "/usr/lib/
redirected)
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
return action(transport)
File "/usr/lib/
transport, _server_
File "/usr/lib/
return format.
File "/usr/lib/
server_version = medium.
File "/usr/lib/
client_
File "/usr/lib/
Thanks for your bug report, but this doesn't happen to me. code.launchpad. net/~ubuntu- core-dev/ metacity/ ubuntu code.launchpad. net/%7Eubuntu- core-dev/ metacity/ ubuntu/ is redirected to https:/ /code.launchpad .net/~ubuntu- core-dev/ metacity/ ubuntu/
pmf@oblivion:~$ bzr get http://
http://
Branched 7 revision(s).
Works fine here, you can check it https:/ /code.launchpad .net/~ubuntu- core-dev/ metacity/ ubuntu/
So it's not a metacity problem more like bzr. Are you using your ssh key right? Does this happens with other branches?