[Bug 1483229] [NEW] package xul-ext-ubufox (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js », qui appartient aus

2015-08-10 Thread Amaury
Public bug reported:

Using EasyPeasy

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: xul-ext-ubufox (not installed)
ProcVersionSignature: Ubuntu 2.6.32-42.95-generic-pae 2.6.32.59+drm33.24
Uname: Linux 2.6.32-42-generic-pae i686
Architecture: i386
Date: Mon Aug 10 13:40:44 2015
ErrorMessage: tentative de remplacement de « 
/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js », qui appartient 
aussi au paquet ubufox 0:1.9~rc2-2easypeasy0
InstallationMedia: EasyPeasy 1.6
SourcePackage: ubufox
Title: package xul-ext-ubufox (not installed) failed to install/upgrade: 
tentative de remplacement de « 
/usr/share/xul-ext/ubufox/defaults/preferences/ubuntu-mods.js », qui appartient 
aussi au paquet ubufox 0:1.9~rc2-2easypeasy0

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


** Tags: apport-package i386 lucid ubuntu-une

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

Title:
  package xul-ext-ubufox (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/share/xul-
  ext/ubufox/defaults/preferences/ubuntu-mods.js », qui appartient aussi
  au paquet ubufox 0:1.9~rc2-2easypeasy0

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

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

[Bug 1421223] [NEW] Empty value seems to be missing

2015-02-12 Thread Amaury Forgeot d'Arc
Public bug reported:

I have dbm database with some empty values.
If the first calls to dbm_fetch() happens to query one of them, the returned 
data contains the NULL pointer, and cannot be distinguished from a missing 
entry.

See the Python script below. The first call to f.get('1') return None,
the second returns the empty string.

I can reproduce the problem with PyPy, which uses a completely
implementation of the dbm module. The issue is really in dbm_fetch().

I can reproduce the problem with a db-5.3.28 built from source.
The cause probably lies in the file src/db/db_ret.c: no buffer is ever 
allocated if the returned size is zero.
I suggest to allocate at least one byte, so that the returned pointer is not 
NULL.


import sys
if sys.version  '3':
import dbm.ndbm as dbm
else:
import dbm as dbm

fname = '/tmp/test.db'

def setup():
f = dbm.open(fname, 'n')
f['1'] = ''
f['2'] = 'something'
f.close()

def test():
f = dbm.open(fname, 'r')
print(repr(f.get('1')))  # first time: None
print(repr(f.get('2')))
print(repr(f.get('1')))  # second time: b''
f.close()

setup()
test()

** Affects: db5.3 (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/1421223

Title:
  Empty value seems to be missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db5.3/+bug/1421223/+subscriptions

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


[Bug 1266165] Re: package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient aussi au paquet gstr

2014-01-06 Thread Amaury
*** This bug is a duplicate of bug 1266141 ***
https://bugs.launchpad.net/bugs/1266141

Problem solved this morning after update/dist-upgrade. Thank you !

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

Title:
  package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient aussi au paquet
  gstreamer0.10-plugins-ugly:amd64 0.10.19-2ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-ugly1.0/+bug/1266165/+subscriptions

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

[Bug 1266141] Re: package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/locale/sl/LC_MESSAGES/.mo', which is also in package gstreamer0.10-plugins

2014-01-06 Thread Amaury
Fix works for me

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

Title:
  package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to
  install/upgrade: trying to overwrite
  '/usr/share/locale/sl/LC_MESSAGES/.mo', which is also in package
  gstreamer0.10-plugins-ugly:amd64 0.10.19-2ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-ugly0.10/+bug/1266141/+subscriptions

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


[Bug 1266165] [NEW] package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient aussi au paquet gs

2014-01-05 Thread Amaury
Public bug reported:

Repeated update crashes on Xubuntu 14.04
This install came up on todays update

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.12.0-7.15-generic 3.12.4
Uname: Linux 3.12.0-7-generic x86_64
ApportVersion: 2.12.7-0ubuntu3
Architecture: amd64
Date: Sun Jan  5 09:05:01 2014
DuplicateSignature: package:gstreamer1.0-plugins-ugly:1.2.2-1ubuntu1:tentative 
de remplacement de « /usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient 
aussi au paquet gstreamer0.10-plugins-ugly:amd64 0.10.19-2ubuntu2
ErrorMessage: tentative de remplacement de « 
/usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient aussi au paquet 
gstreamer0.10-plugins-ugly:amd64 0.10.19-2ubuntu2
InstallationDate: Installed on 2013-09-09 (117 days ago)
InstallationMedia: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130909)
SourcePackage: gst-plugins-ugly1.0
Title: package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to 
install/upgrade: tentative de remplacement de « 
/usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient aussi au paquet 
gstreamer0.10-plugins-ugly:amd64 0.10.19-2ubuntu2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-ugly1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  package gstreamer1.0-plugins-ugly 1.2.2-1ubuntu1 failed to
  install/upgrade: tentative de remplacement de «
  /usr/share/locale/sl/LC_MESSAGES/.mo », qui appartient aussi au paquet
  gstreamer0.10-plugins-ugly:amd64 0.10.19-2ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-ugly1.0/+bug/1266165/+subscriptions

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

[Bug 480732] Re: Rhythmbox creates several error messages while writeing trough Creative ZEN

2013-12-07 Thread Amaury Leibig van huffel
One more with this bug on ubuntu 12.04 and Samsung wave !
PTP Layer error 02ff: LIBMTP_Delete_Object(): could not delete object.

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

Title:
  Rhythmbox creates several error messages while writeing trough
  Creative ZEN

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

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


[Bug 1049466] Re: Need support of Ralink RT3290 wifi support

2013-09-12 Thread Amaury
Xubuntu 13.10 64 bits, also affected.

On 12.04  13.04 (with kernel 3.6 to 3.8) I tested successfully this :

sudo apt-get install git

Then:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
sudo cp linux-firmware/rt3290.bin /lib/firmware
sudo reboot

With kernel 3.11, this has no effect : wifi starts with session, then
randomly stops with own network disapearing from list (other networks
still visible  potentially usable)

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

Title:
  Need support of Ralink RT3290 wifi support

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

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


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2012-11-06 Thread Amaury Lemel - igwan.net
Please fix this issue.

We run an IPv6-only ISP and have servers we would rather not put behind
NAT64 but are forced to at the moment.

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

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/241305/+subscriptions

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


[Bug 747083] Re: stime and utime overflow in /proc/stat

2011-06-30 Thread Amaury Demol
Same problem here.
The /proc/pid/stat is
24958 (my_prog) R 2715 24958 2715 34821 24958 4202496 9880 0 12 0 85865547142 
4611685932561840760 0 0 20 0 1 0 260208895 82169856 7534 18446744073709551615 
4194304 7543765 140733910046816 140733910039880 5147444 0 0 0 0 0 0 0 17 2 0 0 
0 0 0
ps aux gives
my_login   24958 305466865  0.7 80244 30136 pts/5 R+  May27 17179869:11 my_prog
uname -a
Linux frpar1lx052 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:25:51 UTC 2011 
x86_64 GNU/Linux

I'm not an expert in kernel but looking at numbers given by Jochen :
2146756990+429740+6  2**31   (why overflow now)
4611685932568856662 + 85858531240 ~ 2**62 
I would say that the overflow is rather in the total time (current_time - 
stating_time)

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

Title:
  stime and utime overflow in /proc/stat

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

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


[Bug 691832] [NEW] package phpmyadmin 4:3.3 .2-1 failed to install/upgrade: le sous-processus scri pt pre-removal installé a retourné une erreur de sortie d'état 1

2010-12-18 Thread LAURENT Amaury
Public bug reported:

Binary package hint: phpmyadmin

installation of phpmyadmin

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: phpmyadmin 4:3.3.2-1
ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
Uname: Linux 2.6.32-26-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sat Dec 18 08:49:59 2010
ErrorMessage: le sous-processus script pre-removal installé a retourné une 
erreur de sortie d'état 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
PackageArchitecture: all
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:3.3.2-1 failed to install/upgrade: le 
sous-processus script pre-removal installé a retourné une erreur de sortie 
d'état 1

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


** Tags: apport-package i386 lucid

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

Title:
  package phpmyadmin 4:3.3.2-1 failed to install/upgrade: le sous-processus 
script pre-removal installé a retourné une erreur de sortie d'état 1

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

[Bug 691832] Re: package phpmyadmin 4:3.3.2- 1 failed to install/upgrade: le sous-processus script pr e-removal installé a retourné une erreur de sort ie d'état 1

2010-12-18 Thread LAURENT Amaury


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

Title:
  package phpmyadmin 4:3.3.2-1 failed to install/upgrade: le sous-processus 
script pre-removal installé a retourné une erreur de sortie d'état 1

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

[Bug 530124] Re: [USB-Audio - Z-10 USB Speaker] Volume scaling wrong in lucid, regression

2010-05-04 Thread Amaury
Same problem for me, it worked fine in 9.10 but in 10.04 32-bits the
volume control is not accurate at all (jumps from low to high without a
possibility to really adjust the volume).

-- 
[USB-Audio - Z-10 USB Speaker] Volume scaling wrong in lucid, regression
https://bugs.launchpad.net/bugs/530124
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 529696] Re: brasero can't copy audio cd (useless error message)

2010-05-04 Thread Amaury
Same happened to me, my 10.04 32-bits it prompted me to install
cdda23waw, two times as it were two different packages.

-- 
brasero can't copy audio cd (useless error message)
https://bugs.launchpad.net/bugs/529696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 120684] Re: HDA Intel Realtek ID 268 not supported by Alsa - sound does not work (Toshiba a200)

2007-11-18 Thread Amaury Couste
Mandriva One 2008 makes it work out of the box (at least in my case, see
my previous post).

-- 
HDA Intel Realtek ID 268 not supported by Alsa - sound does not work (Toshiba 
a200)
https://bugs.launchpad.net/bugs/120684
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 120684] Re: toshiba a200 no sound at all

2007-10-07 Thread Amaury Couste
Hello, 
I also have a Realtek ID 268 chip, on a COMPAQ Presario v6500 laptop.
According to alsa-project site, this chip isn't supported yet (even with 
patches, which I have tried).
and the realtek site's FAQ says :

 Realtek is now working on Linux driver for
ALS100/ALS100+/ALS300/ALS4000

In my case, the sound works but it is very only very low, I actually
can't hear anything with headphones, I need to plug my speakers and put
the volume as loud as possible to hear some scratchy, unclean sound :(

Oh and I am running gutsy beta with all available updates as of now.

-- 
toshiba a200 no sound at all
https://bugs.launchpad.net/bugs/120684
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