[Bug 983559] Re: package-data-downloader utility does not honor apt http proxy settings

2013-06-12 Thread ATorre
*** This bug is a duplicate of bug 820383 ***
https://bugs.launchpad.net/bugs/820383

Just to show a workaround. It's really *UGLY* but worked for me:

1.- Download manually
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_xx.x.x.x.orig.tar.gz

2.- Make you root (sudo -i, su -, etc)

3.- Make a backup of /usr/bin/update-notifier/package-data-downloader:
cp /usr/bin/update-notifier/package-data-downloader 
/usr/bin/update-notifier/package-data-downloader.bak

4.- Edit /usr/bin/update-notifier/package-data-downloader and replace
this line:

dest_file = urllib.urlretrieve(files[i])[0]

by this one:

dest_file = urllib.urlretrieve(/path/to/your/file/adobe-
flashplugin_xx.x.x.x.orig.tar.gz)[0]

5.- Reinstall flashplugin-installer package:
apt-get install --reinstall flashplugin-installer

6.- Recover the original package-data-downloader file:
mv /usr/bin/update-notifier/package-data-downloader.bak 
/usr/bin/update-notifier/package-data-downloader

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

Title:
  package-data-downloader utility does not honor apt http proxy settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/983559/+subscriptions

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


[Bug 820383] Re: package-data-downloader fails if apt is configured to use an http proxy that only supports package downloading

2013-06-12 Thread ATorre
Just to show a workaround. It's really *UGLY* but worked for me:

1.- Download manually
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_xx.x.x.x.orig.tar.gz

2.- Make you root (sudo -i, su -, etc)

3.- Make a backup of /usr/bin/update-notifier/package-data-downloader:
cp /usr/bin/update-notifier/package-data-downloader 
/usr/bin/update-notifier/package-data-downloader.bak

4.- Edit /usr/bin/update-notifier/package-data-downloader and replace
this line:

dest_file = urllib.urlretrieve(files[i])[0]

by this one:

dest_file = urllib.urlretrieve(/path/to/your/file/adobe-
flashplugin_xx.x.x.x.orig.tar.gz)[0]

5.- Reinstall flashplugin-installer package:
apt-get install --reinstall flashplugin-installer

6.- Recover the original package-data-downloader file:
mv /usr/bin/update-notifier/package-data-downloader.bak 
/usr/bin/update-notifier/package-data-downloader

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

Title:
  package-data-downloader fails if apt is configured to use an http
  proxy that only supports package downloading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/820383/+subscriptions

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


[Bug 987045] Re: Unable to link program to libgnutls26

2012-04-23 Thread ATorre
I modified the order of params and it works:

 gcc ejemplo.c -lgnutls

I mark this bug as fixed.

Alfredo

** Changed in: gnutls26 (Ubuntu)
   Status: New = Invalid

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

Title:
  Unable to link program to libgnutls26

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

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


[Bug 987045] [NEW] Unable to link program to libgnutls26

2012-04-22 Thread ATorre
Public bug reported:

I'm trying to compile a very simple program to load a pkcs12 file using
gnutls. I'm attaching it to this report.

libgnutls26 is found by ld (no not found error) but not symbols.

I'm able to reproduce the problem in a machine with same Ubuntu version
(11.10) but x386 arquitecture. It works fine on Debian Wheezy on x86_64.

 more /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION=Ubuntu 11.10

 uname -a
Linux portatil 3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC
2012 x86_64 x86_64 x86_64 GNU/Linux

 gcc -lgnutls ejemplo.c
/tmp/ccKyg1zu.o: In function `main':
ejemplo.c:(.text+0x149): undefined reference to `gnutls_global_init'
ejemplo.c:(.text+0x15c): undefined reference to `gnutls_strerror'
ejemplo.c:(.text+0x182): undefined reference to `gnutls_global_init_extra'
ejemplo.c:(.text+0x195): undefined reference to `gnutls_strerror'
ejemplo.c:(.text+0x1bd): undefined reference to `gnutls_pkcs12_init'
ejemplo.c:(.text+0x1d0): undefined reference to `gnutls_strerror'
ejemplo.c:(.text+0x25d): undefined reference to `gnutls_pkcs12_import'
ejemplo.c:(.text+0x29c): undefined reference to `gnutls_pkcs12_verify_mac'
collect2: ld devolvió el estado de salida 1

 dpkg -l | grep gnutls
ii  libcurl3-gnutls7.21.6-3ubuntu3.2
   Multi-protocol file transfer library (GnuTLS)
ii  libgnutls-dev  2.10.5-1ubuntu3.1
   the GNU TLS library - development files
ii  libgnutls262.10.5-1ubuntu3.1
   the GNU TLS library - runtime library
ii  libgnutls26:i386   2.10.5-1ubuntu3.1
   the GNU TLS library - runtime library
ii  libgnutlsxx26  2.10.5-1ubuntu3.1
   the GNU TLS library - C++ runtime library
ii  libneon27-gnutls   0.29.6-1
   HTTP and WebDAV client library (GnuTLS enabled)

Thanks in advance,

Alfredo

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

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

Title:
  Unable to link program to libgnutls26

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

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

[Bug 987045] Re: Unable to link program to libgnutls26

2012-04-22 Thread ATorre
** Attachment added: Example source code
   https://bugs.launchpad.net/bugs/987045/+attachment/3099296/+files/ejemplo.c

** Package changed: python-gnutls (Ubuntu) = gnutls26 (Ubuntu)

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

Title:
  Unable to link program to libgnutls26

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

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


[Bug 987045] Re: Unable to link program to libgnutls26

2012-04-22 Thread ATorre
More investigation. Symbols are present!

 locate libgnutls.so
/usr/lib/x86_64-linux-gnu/libgnutls.so.26
/usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.1
/usr/lib/x86_64-linux-gnu/libgnutls.so.28
/usr/lib/x86_64-linux-gnu/libgnutls.so.28.7.1

 nm -D /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.1 | grep global_init
00034040 T gnutls_global_init

Alfredo

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

Title:
  Unable to link program to libgnutls26

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

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


[Bug 987045] Re: Unable to link program to libgnutls26

2012-04-22 Thread ATorre
Static linking works fine (removing the redefinition of fread_file in
ejemplo.c):

 gcc ejemplo.c /usr/lib/x86_64-linux-gnu/libgnutls.a -ltasn1 -lgcrypt
-lz

Alfredo

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

Title:
  Unable to link program to libgnutls26

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

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


[Bug 369150]

2011-06-16 Thread ATorre
Just to confirm Ralf previous comment.

I have the same problem on Thunderbird 3.1.10 over Ubuntu 10.10 (64
bits).

This bug should be reopened.

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

Title:
  Thunderbird splits email addresses with non-ascii characters and a
  comma in From: field

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/369150/+subscriptions

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


[Bug 121467] Re: unable to acces to a specific url with any navigator.

2007-12-05 Thread ATorre
It is not a bug. GNU/Linux works properly and follow the standard:

RFC DOMAIN NAMES - CONCEPTS AND FACILITIES

tools.ietf.org/html/rfc1034

The labels must follow the rules for ARPANET host names. They must
start with a letter, end with a letter or digit, and have as interior
characters only letters, digits, and hyphen. There are also some
restrictions on the length. Labels must be 63 characters or less.

-- 
unable to acces to a specific url with any navigator.
https://bugs.launchpad.net/bugs/121467
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 64562] Workaround

2007-05-11 Thread ATorre
*** This bug is a duplicate of bug 64531 ***
https://bugs.launchpad.net/bugs/64531

Remove apt-index-watcher from the boot process:

update-rc.d -f apt-index-watcher remove

I did it and all works fine.

-- 
80% cpu used apt-index-watch
https://bugs.launchpad.net/bugs/64562
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 66963] The origin of the problem

2006-12-24 Thread ATorre
I found it in debian-user at lists.debian.org from Damon L. Chesser and
I had verified that if you close the gnome system monitor there aren't
messages anymore:

Well, it was the gnome app system monitor, but only the Network
activity indicator. I noticed that when booting into gui, the F1 term
did not start the errors until some way into the desktop (in this case
gnome). I never noticed the errors before becuse I ran XFCE4. I started
closing toolbar toys one at a time until the messages went away. It
stopped when I removed system monitor, but came back after I put it back
AND enabled network monitoring. It is 100% reproducible on demand. Ergo,
Gnome appssystem monitornetwork monitoring.

-- 
pci_set_power_state errors in tty0 console
https://launchpad.net/bugs/66963

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