[Bug 1795219] [NEW] package grub-pc 2.02-2ubuntu8.4 failed to install/upgrade: instalado grub-pc paquete post-installation guión el subproceso devolvió un error con estado de salida 127

2018-09-30 Thread Manel
Public bug reported:

sudo apt-get upgrade

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-pc 2.02-2ubuntu8.4
ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18
Uname: Linux 4.15.0-33-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
Date: Sun Sep 30 11:57:01 2018
ErrorMessage: instalado grub-pc paquete post-installation guión el subproceso 
devolvió un error con estado de salida 127
InstallationDate: Installed on 2018-08-06 (54 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
InvalidGrubScript: /etc/default/grub
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic 
root=UUID=395d80f6-fd34-4e5f-95c1-8de583320f1f ro quiet splash vt.handoff=1
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3ubuntu0.1
SourcePackage: grub2
Title: package grub-pc 2.02-2ubuntu8.4 failed to install/upgrade: instalado 
grub-pc paquete post-installation guión el subproceso devolvió un error con 
estado de salida 127
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic

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

Title:
  package grub-pc 2.02-2ubuntu8.4 failed to install/upgrade: instalado
  grub-pc paquete post-installation guión el subproceso devolvió un
  error con estado de salida 127

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-04-21 Thread Manel R . Doménech
I agree with @borgdylan. I'm thinking of leaving Ubuntu just for this
reason. Too much time without this problem being fixed.

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-25 Thread Manel R . Doménech
This is a very big problem.

A lot of packages from external repos are still using libcurl3.

In my opinion libcurl3 and libcurl4 should be able to coexist.

I tried the workaround proposed by @marcosjacoby, but I get errors like:

/usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found

or

curl: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4'
not found (required by curl)

It depends on the last libcurl version I installed.

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1408269] [NEW] Authentication fails after upgrade 12.04 to 14.04

2015-01-07 Thread Manel Clos
Public bug reported:

Apache error log shows:

Can't locate object method remote_addr via package
Apache2::Connection at /usr/lib/perl5/Apache2/AuthenNTLM.pm line 504

Default install of 14.04 + apt-get update  apt-get upgrade also fails.

Installed packages for default test install:
apache2
libapache2-mod-php5
libapache2-authenntlm-perl

On virtualhost:
Location /ntlm
  PerlAuthenHandler Apache2::AuthenNTLM
  AuthType ntlm
  AuthName NTAuth
  require valid-user
  PerlAddVar ntdomain !!DOMAIN NAME!! !!LOGON SERVER!!
  PerlSetVar defaultdomain !!DOMAIN NAME!! 
  PerlSetVar ntlmsemtimeout 2
  PerlSetVar ntlmdebug 1
  PerlSetVar splitdomainprefix 1
/Location

** Affects: libapache2-authenntlm-perl (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/1408269

Title:
  Authentication fails after upgrade 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-authenntlm-perl/+bug/1408269/+subscriptions

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


[Bug 1408269] Re: Authentication fails after upgrade 12.04 to 14.04

2015-01-07 Thread Manel Clos
I got around the problem fixing the code in
/usr/lib/perl5/Apache2/AuthenNTLM.pm replacing:

remote_addr - client_addr
remote_ip - client_ip

as stated in the 2.4 API changes document here:

http://httpd.apache.org/docs/2.4/developer/new_api_2_4.html

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

Title:
  Authentication fails after upgrade 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-authenntlm-perl/+bug/1408269/+subscriptions

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


[Bug 1408269] Re: Authentication fails after upgrade 12.04 to 14.04

2015-01-07 Thread Manel Clos
Find a working version to replace the old file here:

https://gist.github.com/manelclos/00c0c6c80fb9bc09fb21

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

Title:
  Authentication fails after upgrade 12.04 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-authenntlm-perl/+bug/1408269/+subscriptions

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


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-01-04 Thread Manel Grifoll
My laptop is also having the same  Mediatek driver.  HP probook 430 g1.

Thanks :D

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

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions

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


[Bug 1118447] Re: Race condition with network and NFS mounts causes boottime hang

2013-12-12 Thread Josep Manel Andrés
I found what's going on, it looks to me like there is another race
condition between upstart and systemd scripts, sometimes rc.local gets
to mount some of my NFS shares but other times it doesn't. The first
thing I tried was doing a loop until ifconfig was showing a valid
address but it didn't work either, at the time network card got the IP
address the route was not present, so I've done a loop waiting for the
route to be ready, and then mount the volumes.

aux=0

while [ $aux -eq 0 ]; do
  route -n  /tmp/network
  if grep 192.168.40.1 /tmp/network; then aux=1; fi
done

echo mounting home  /tmp/network
mount /home 2 /tmp/network

echo mounting data  /tmp/network
mount /data 2 /tmp/network

echo mounting usr  /tmp/network
mount /usr/local 2 /tmp/network
exit 0

And having /etc/fstab not to mount at startup.

fourier:/export/data/data   nfs
vers=3,rsize=32768,wsize=32768,nosuid,soft,noauto   0   0

But this is a very quick and dirty solution, any workaround more gentle?

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

Title:
  Race condition with network and NFS mounts causes boottime hang

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

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


[Bug 1118447] Re: Race condition with network and NFS mounts causes boottime hang

2013-12-11 Thread Josep Manel Andrés
The workaround of mounting the NFS shares through rc.local doesn't work
for me, sometimes it mounts them and sometimes not. Could it get
executed at the end of systemd scripts but not at the end of upstart
jobs?

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

Title:
  Race condition with network and NFS mounts causes boottime hang

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

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


[Bug 1225370] [NEW] crashing

2013-09-14 Thread Lamine Manel
Public bug reported:

test test

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-terminal 3.4.1.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sat Sep 14 12:26:22 2013
ExecutablePath: /usr/bin/gnome-terminal
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: Fix Committed


** Tags: apport-bug i386 precise running-unity

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Fix Committed

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

Title:
  crashing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1225370/+subscriptions

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


[Bug 1225408] [NEW] crashi

2013-09-14 Thread Lamine Manel
Public bug reported:

test

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: cheese 3.4.1-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sat Sep 14 14:53:42 2013
ExecutablePath: /usr/bin/cheese
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MachineType: Acer Extensa 5620
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions:
 cheese3.4.1-0ubuntu2.1
 cheese-common 3.4.1-0ubuntu2.1
SourcePackage: cheese
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/21/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.33
dmi.board.name: Columbia
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.33:bd03/21/2008:svnAcer:pnExtensa5620:pvr0100:rvnAcer:rnColumbia:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5620
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  crashi

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

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


[Bug 1176025] Re: Gtkpod crashes on start on Ubuntu Gnome 13.04 Raring Ringtail

2013-05-05 Thread Josep Manel Vàzquez
Hi

I purged ppa:gnome3-team/gnome3 and downgrade to 3.6.3.1-0ubuntu6 in
official ubuntu repository and now gtkpod works fine.

Thanks and excuses,

Yoshi

** Project changed: python-oops-tools = gtkpod (Ubuntu)

** Changed in: gtkpod (Ubuntu)
   Status: New = Confirmed

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

Title:
  Gtkpod crashes on start on Ubuntu Gnome 13.04 Raring Ringtail

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

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


[Bug 303888] Re: contrib scripts should be packaged

2013-03-02 Thread Lamine Manel
** Changed in: bzr (Ubuntu)
 Assignee: (unassigned) = Lamine Manel (geekette86)

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

Title:
  contrib scripts should be packaged

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

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


[Bug 1123605] Re: Upgrade needed: 1.4.2

2013-02-24 Thread Lamine Manel
** Changed in: scribus (Ubuntu)
 Assignee: Ahmed Sghaier (neo31) = Lamine Manel (geekette86)

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

Title:
  Upgrade needed: 1.4.2

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

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


[Bug 945878] Re: Nautilus restart fails

2012-03-03 Thread Lamine Manel
** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: nautilus (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  Nautilus restart fails

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

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


[Bug 944589] [NEW] mantis crash in start

2012-03-01 Thread Lamine Manel
Public bug reported:

Crash in start

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: mantis (not installed)
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Fri Mar  2 07:39:07 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: mantis
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  mantis crash in start

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

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


[Bug 839743] Re: package mantis 1.1.8+dfsg-10 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-03-01 Thread Lamine Manel
** Changed in: mantis (Ubuntu)
 Assignee: (unassigned) = Lamine Manel (geekette86)

** Changed in: mantis (Ubuntu)
   Status: New = In Progress

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

Title:
  package mantis 1.1.8+dfsg-10 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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

[Bug 941652] [NEW] jdownloader crash

2012-02-26 Thread Lamine Manel
Public bug reported:

Jdownloader crash when itry to use it

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 7.0.1+build1+nobinonly-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.23-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  geekette86   1728 F pulseaudio
BuildID: 20111008085056
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfc30 irq 45'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025011f,0013 
HDA:14f12c06,10250093,0010'
   Controls  : 18
   Simple ctrls  : 12
Channel: release
Date: Sun Feb 26 23:20:03 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.3  metric 2
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=7.0.1/20111008085056 (Running)
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/21/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.33
dmi.board.name: Columbia
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.asset.tag: None
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.33:bd03/21/2008:svnAcer:pnExtensa5620:pvr0100:rvnAcer:rnColumbia:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5620
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  jdownloader crash

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

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


[Bug 941652] Re: jdownloader crash

2012-02-26 Thread Lamine Manel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/941652

Title:
  jdownloader crash

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

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


[Bug 902469] [NEW] Brightness is not saved and touchpad stops working after some minutes

2011-12-10 Thread Manel Mateu
Public bug reported:

ACER 6930G and that happens me with Ubuntu 11.04, 11.10 and Linux Mint
12 (brightness issue only). Is very annoying, because I did a startup
script to up the brightness to the maximum like on Linux mint (it worked
there) but here sometimes the script is loades and other times no,
that's very strange!

I googled a lot for the brightness issue and touchpad and I didn't found
any solution...help please.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: checkbox 0.12.8
ProcVersionSignature: Ubuntu 3.0.0-13.22-generic-pae 3.0.6
Uname: Linux 3.0.0-13-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Sat Dec 10 11:18:22 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: checkbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Brightness is not saved and touchpad stops working after some minutes

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

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


[Bug 902469] Re: Brightness is not saved and touchpad stops working after some minutes

2011-12-10 Thread Manel Mateu
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/902469

Title:
  Brightness is not saved and touchpad stops working after some minutes

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

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


[Bug 839743] Re: package mantis 1.1.8+dfsg-10 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-09-02 Thread Lamine Manel
** Description changed:

- Big during installation
+ Bug during installation
  
  ProblemType: Package
  DistroRelease: Ubuntu 11.04
  Package: mantis 1.1.8+dfsg-10
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic i686
  Architecture: i386
  Date: Fri Sep  2 18:04:50 2011
  ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  PackageArchitecture: all
  SourcePackage: mantis
  Title: package mantis 1.1.8+dfsg-10 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
  UpgradeStatus: Upgraded to natty on 2011-09-01 (1 days ago)

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

Title:
  package mantis 1.1.8+dfsg-10 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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

[Bug 839743] [NEW] package mantis 1.1.8+dfsg-10 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-09-02 Thread Lamine Manel
Public bug reported:

Bug during installation

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mantis 1.1.8+dfsg-10
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Fri Sep  2 18:04:50 2011
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
SourcePackage: mantis
Title: package mantis 1.1.8+dfsg-10 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
UpgradeStatus: Upgraded to natty on 2011-09-01 (1 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package mantis 1.1.8+dfsg-10 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

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

[Bug 793089] Re: problems with graphics windows in rkward 0.5.6

2011-06-05 Thread Manel
** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

Title:
  problems with graphics windows in rkward 0.5.6

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


[Bug 773103] [NEW] package postgresql-8.4 8.4.8-0ubuntu0.10.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-29 Thread Manel Sangiao
Public bug reported:

Binary package hint: postgresql-8.4

This error appears by ubuntu's automatic system update

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postgresql-8.4 8.4.8-0ubuntu0.10.04
ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
Uname: Linux 2.6.32-31-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Apr 29 11:14:06 2011
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: postgresql-8.4
Title: package postgresql-8.4 8.4.8-0ubuntu0.10.04 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

** Affects: postgresql-8.4 (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/773103

Title:
  package postgresql-8.4 8.4.8-0ubuntu0.10.04 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

[Bug 773103] Re: package postgresql-8.4 8.4.8-0ubuntu0.10.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-29 Thread Manel Sangiao
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/773103

Title:
  package postgresql-8.4 8.4.8-0ubuntu0.10.04 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

[Bug 488430] Re: Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing

2010-03-22 Thread Josep Manel Vàzquez
No...

I'm waiting for Ubuntu 10.04...

I had tested x.10 Ubuntu versions and have a lot of little issues that
have been solved in x.04 versions

Sorry!

-- 
Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing
https://bugs.launchpad.net/bugs/488430
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 526070] Re: [FFe] Inclusion of Mapnik 0.7.0

2010-03-04 Thread Manel Clos
It will be really good to have 0.7.0 included. I've been using it on
karmic for some time with postgis and it works really well. I'm now
using 0.7.1 (to be released) and is working perfectly as well.

-- 
[FFe] Inclusion of Mapnik 0.7.0
https://bugs.launchpad.net/bugs/526070
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 488430] Re: Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing

2009-12-20 Thread Josep Manel Vàzquez
Hi!:

I downloaded and compiled correctly alsa-driver-20091219.tar.bz2.

Karmic load with no sound. I must do a sudo alsa force-reload to have
sound. This is a terminal output for alsa force-reload:

jo...@josep-powerbook:~$ sudo alsa force-reload
[sudo] password for josep: 
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/josep/.gvfs
  Output information may be incomplete.
Terminating processes: 1453 2330lsof: WARNING: can't stat() 
fuse.gvfs-fuse-daemon file system /home/josep/.gvfs
  Output information may be incomplete.
 2440lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/josep/.gvfs
  Output information may be incomplete.
 3072lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/josep/.gvfs
  Output information may be incomplete.
 3094lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/josep/.gvfs
  Output information may be incomplete.
 (with SIGKILL:) 3113lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file 
system /home/josep/.gvfs
  Output information may be incomplete.
 (failed: processes still using sound devices: 3134(pulseaudio)).
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/josep/.gvfs
  Output information may be incomplete.
/sbin/alsa: Warning: Processes using sound devices: 3134(pulseaudio). 
Unloading ALSA sound driver modules: snd-hda-codec-si3054 snd-hda-codec-realtek 
snd-hda-intel snd-hda-codec snd-hwdep snd-pcm-oss snd-mixer-oss snd-pcm 
snd-seq-dummy snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq 
snd-timer snd-seq-device snd-page-alloc (failed: modules still loaded: 
snd-hda-codec-si3054 snd-hda-codec-realtek snd-hda-intel snd-hda-codec 
snd-hwdep snd-pcm snd-timer snd-page-alloc).
Loading ALSA sound driver modules: snd-hda-codec-si3054 snd-hda-codec-realtek 
snd-hda-intel snd-hda-codec snd-hwdep snd-pcm-oss snd-mixer-oss snd-pcm 
snd-seq-dummy snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq 
snd-timer snd-seq-device snd-page-alloc.

-- 
Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing
https://bugs.launchpad.net/bugs/488430
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 488430] [NEW] Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing

2009-11-25 Thread Josep Manel Vàzquez
Public bug reported:

After fresh install of Ubuntu 9.10 Karmic Koala 64 bits in a Hewlett
Packard HP Pavilion dv9700 sound was disabled. I was able put sound
working on with this patch

Edit /etc/modprobe.d/alsa-base.conf and modify last line adding
model=ALC268 as I read in a thread after Google search

--- begin alsa-base.conf -
#Power down HDA controllers after 10 idle secons
options snd-hda-intel model=ALC268 power_save=10 power_save_controller=NO
--- end alsa-base.conf -

After that... mute button switchs from blue (on) to orange (off) when no
sound is playing...

I'm moving from Ubuntu 9.04 Jaunty Jackapote... In Jaunty all works OK
and fine

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

-- 
Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing
https://bugs.launchpad.net/bugs/488430
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 488430] Re: Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing

2009-11-25 Thread Josep Manel Vàzquez

** Attachment added: Full Hardware  Report
   http://launchpadlibrarian.net/36077731/Bug-report-inform.txt

-- 
Ubuntu 9.10 Karmic Koala :: Mute Button is orange when no sound is playing
https://bugs.launchpad.net/bugs/488430
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 439430] Re: wrong aspect ratio

2009-11-04 Thread manel
I have the same problem, but if you:

- Change the screen resolution to a lower one
- Change again to the correct screen resolution

the problem gets solved. It's a pity that after restart the problem
comes back.

-- 
wrong aspect ratio
https://bugs.launchpad.net/bugs/439430
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 293560] Re: rhythmbox forgets podcast name after the download

2009-01-11 Thread manel
I have the same problem.

1. Subscribe to a podcast channel
2. You get the list of the avalaible chapters
3. Once you download one, you get as title the name of the mp3 file.

Ubuntu version: 8.10


** Attachment added: Screenshot
   http://launchpadlibrarian.net/21109960/Captura-1.png

-- 
rhythmbox forgets podcast name after the download
https://bugs.launchpad.net/bugs/293560
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