Re: [Bug 293832] Re: printer prints page at wrong position, page cut

2019-01-15 Thread draco
You should be able to change the default settings with lpoptions command :
https://www.cups.org/doc/man-lpoptions.html?TOPIC=Man+Pages

Take care of the default page format first, and check also the page
dimension, it could be wrong for this format.

Le mer. 9 janv. 2019 à 20:50, unfa  a écrit :

> Oh wait - I spoke too soon.
>
> It fixes the problem in Manjaro 18.0.2, but not in Linux Mint 18.3.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/293832
>
> Title:
>   printer prints page at wrong position, page cut
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/poppler/+bug/293832/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to brother-lpr-drivers-extra in Ubuntu.
https://bugs.launchpad.net/bugs/293832

Title:
  printer prints page at wrong position, page cut

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

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

[Bug 1781130] [NEW] Split by page number : error in FontUtils

2018-07-11 Thread draco
Public bug reported:

During execution of split task by page number, the progress bar hangs at
the first part of pages.

Logs are showing error with the FontUtils class :

INFO   [07:32:34]: Starting PDFsam
INFO   [07:32:34]: Configuring Sejda 3.2.38
INFO   [07:32:35]: Démarré en 1 second
INFO   [07:33:12]: Document numérisé.pdf loaded
INFO   [07:33:56]: Starting task 
(org.sejda.impl.sambox.SplitByPageNumbersTask@6f62ad6f) execution.
WARN   [07:33:57]: New fonts found, font cache will be re-built
WARN   [07:33:57]: Building on-disk font cache, this may take a while
ERROR  [07:33:57]: Unexpected error
java.lang.NoSuchMethodError: 
java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
at org.apache.fontbox.type1.Type1Lexer.readToken(Type1Lexer.java:184)
at org.apache.fontbox.type1.Type1Lexer.(Type1Lexer.java:64)
at org.apache.fontbox.type1.Type1Parser.parseASCII(Type1Parser.java:86)
at org.apache.fontbox.type1.Type1Parser.parse(Type1Parser.java:61)
at org.apache.fontbox.type1.Type1Font.createWithPFB(Type1Font.java:56)
at 
org.sejda.sambox.pdmodel.font.FileSystemFontProvider.addType1Font(FileSystemFontProvider.java:606)
at 
org.sejda.sambox.pdmodel.font.FileSystemFontProvider.scanFonts(FileSystemFontProvider.java:255)
at 
org.sejda.sambox.pdmodel.font.FileSystemFontProvider.(FileSystemFontProvider.java:227)
at 
org.sejda.sambox.pdmodel.font.FontMapperImpl$DefaultFontProvider.(FontMapperImpl.java:123)
at 
org.sejda.sambox.pdmodel.font.FontMapperImpl.getProvider(FontMapperImpl.java:142)
at 
org.sejda.sambox.pdmodel.font.FontMapperImpl.findFont(FontMapperImpl.java:394)
at 
org.sejda.sambox.pdmodel.font.FontMapperImpl.findFontBoxFont(FontMapperImpl.java:357)
at 
org.sejda.sambox.pdmodel.font.FontMapperImpl.getFontBoxFont(FontMapperImpl.java:334)
at org.sejda.sambox.pdmodel.font.PDType1Font.(PDType1Font.java:140)
at org.sejda.sambox.pdmodel.font.PDType1Font.(PDType1Font.java:82)
at org.sejda.impl.sambox.util.FontUtils.(FontUtils.java:74)
at 
org.sejda.impl.sambox.component.PDDocumentHandler.close(PDDocumentHandler.java:231)
at org.sejda.common.ComponentsUtility.nullSafeClose(ComponentsUtility.java:63)
at 
org.sejda.common.ComponentsUtility.nullSafeCloseQuietly(ComponentsUtility.java:49)
at org.sejda.impl.sambox.component.PagesExtractor.close(PagesExtractor.java:157)
at org.sejda.impl.sambox.component.PagesExtractor.reset(PagesExtractor.java:170)
at 
org.sejda.impl.sambox.component.split.AbstractPdfSplitter.split(AbstractPdfSplitter.java:100)
at 
org.sejda.impl.sambox.SplitByPageNumbersTask.execute(SplitByPageNumbersTask.java:76)
at 
org.sejda.impl.sambox.SplitByPageNumbersTask.execute(SplitByPageNumbersTask.java:45)
at 
org.sejda.core.service.DefaultTaskExecutionService.actualExecution(DefaultTaskExecutionService.java:148)
at 
org.sejda.core.service.DefaultTaskExecutionService.execute(DefaultTaskExecutionService.java:71)
at 
org.sejda.core.service.DefaultTaskExecutionService.execute(DefaultTaskExecutionService.java:58)
at 
org.pdfsam.task.TaskExecutionController.lambda$request$0(TaskExecutionController.java:87)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.lang.NoClassDefFoundError: Could not initialize class 
org.sejda.impl.sambox.util.FontUtils
at 
org.sejda.impl.sambox.component.PDDocumentHandler.close(PDDocumentHandler.java:231)
at org.sejda.common.ComponentsUtility.nullSafeClose(ComponentsUtility.java:63)
at 
org.sejda.common.ComponentsUtility.nullSafeCloseQuietly(ComponentsUtility.java:49)
at org.sejda.impl.sambox.component.PagesExtractor.close(PagesExtractor.java:157)
at 
org.sejda.impl.sambox.component.split.AbstractPdfSplitter.split(AbstractPdfSplitter.java:105)
... 9 common frames omitted


NOTE : I have set java alternative to java8 in order to launch PDFSam in ubuntu 
18.04 bionic

$ uname -a
Linux draco-laptop 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

$ LANG=C lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04 LTS
Release:18.04
Codename:   bionic

$ LANG=C apt policy pdfsam
pdfsam:
  Installed: 3.3.5-1
  Candidate: 3.3.5-1
  Version table:
 *** 3.3.5-1 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status

$ LANG=C sudo apt update
Hit:1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Ign:2 http://dell.archive.canonical.com/updates bionic-dell-service InRelease   

 
Hit:3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease  

  
Hit:4 http

Re: [Bug 1573959] Re: On-screen text disappears after suspend

2016-12-13 Thread draco
So it could be possible to identify the patch/commit on 4.8 that fixes the
bug ?

If it is, maybe a fixed kernel for 16.04 LTS could be released in main
repository ?

This should be a proper solution than to switch on kernel-ppa which will
never be upgraded by APT (too new) and leaves the user without any security
fixes !

Does anyone known how to reproduce the bug at every suspend ?
I could test different kernel, if I could be sure on how to get the bug.

Le 13 déc. 2016 14:32, "PeterPall" <1573...@bugs.launchpad.net> a écrit
:

Tested the final 4.9 kernel. If "sync to vblank" is active in ccsm it
freezes the system at high cpu loads. ...but for all other settings 4.9
seems to be fine, too.

--
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1573959

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-
video-intel/+bug/1573959/+subscriptions

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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

[Bug 1573959] Re: On-screen text disappears after suspend

2016-12-11 Thread draco
I've just encounter the bug since I add 'drm.debug=0xe' on the boot command 
line.
I hope logs could help, it was hard to launch apport-collect because it is 
impacted too :-(

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] XorgLog.txt

2016-12-11 Thread draco
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790210/+files/XorgLog.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] ProcModules.txt

2016-12-11 Thread draco
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790208/+files/ProcModules.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] xdpyinfo.txt

2016-12-11 Thread draco
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790213/+files/xdpyinfo.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] XorgLogOld.txt

2016-12-11 Thread draco
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790211/+files/XorgLogOld.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] UdevDb.txt

2016-12-11 Thread draco
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1573959/+attachment/4790209/+files/UdevDb.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] Xrandr.txt

2016-12-11 Thread draco
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1573959/+attachment/4790212/+files/Xrandr.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] Dependencies.txt

2016-12-11 Thread draco
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790199/+files/Dependencies.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] Lsusb.txt

2016-12-11 Thread draco
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1573959/+attachment/4790203/+files/Lsusb.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] ProcEnviron.txt

2016-12-11 Thread draco
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790206/+files/ProcEnviron.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] ProcInterrupts.txt

2016-12-11 Thread draco
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790207/+files/ProcInterrupts.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] Lspci.txt

2016-12-11 Thread draco
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1573959/+attachment/4790202/+files/Lspci.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] ProcCpuinfo.txt

2016-12-11 Thread draco
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790205/+files/ProcCpuinfo.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] JournalErrors.txt

2016-12-11 Thread draco
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790201/+files/JournalErrors.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] BootLog.txt

2016-12-11 Thread draco
apport information

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790197/+files/BootLog.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] DpkgLog.txt

2016-12-11 Thread draco
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790200/+files/DpkgLog.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] Re: On-screen text disappears after suspend

2016-12-11 Thread draco
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: XFCE
DistUpgraded: Fresh install
DistroCodename: xenial
DistroRelease: Ubuntu 16.04
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 5.0.24, 4.4.0-45-generic, x86_64: installed
 virtualbox, 5.0.24, 4.4.0-47-generic, x86_64: installed
 virtualbox, 5.0.24, 4.4.0-51-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company 3rd Gen Core processor Graphics 
Controller [103c:1896]
InstallationDate: Installed on 2016-05-23 (201 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Hewlett-Packard HP ENVY Sleekbook 6
Package: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.1
PackageArchitecture: amd64
PlymouthDebug: Error: [Errno 13] Permission non accordée: 
u'/var/log/plymouth-debug.log'
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-51-generic.efi.signed 
root=UUID=f43ab3cd-cea5-481d-99fd-704a39cc1766 ro drm.debug=0xe quiet 
resume=UUID=2717896c-acfa-4847-8e58-f4d2a14a4bdc splash
ProcVersionSignature: Ubuntu 4.4.0-51.72-generic 4.4.30
Tags:  xenial ubuntu
Uname: Linux 4.4.0-51-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin mythtv plugdev sambashare sudo users
_MarkForUpload: True
dmi.bios.date: 05/16/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.25
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 1896
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 72.66
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd05/16/2014:svnHewlett-Packard:pnHPENVYSleekbook6:pvr088612305A0320100:rvnHewlett-Packard:rn1896:rvr72.66:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY Sleekbook 6
dmi.product.version: 088612305A0320100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2


** Tags added: apport-collected

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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

[Bug 1573959] MonitorsUser.xml.txt

2016-12-11 Thread draco
apport information

** Attachment added: "MonitorsUser.xml.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790204/+files/MonitorsUser.xml.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


[Bug 1573959] CurrentDmesg.txt

2016-12-11 Thread draco
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1573959/+attachment/4790198/+files/CurrentDmesg.txt

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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


Re: [Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-11-09 Thread draco
Hi Felipe
Have a look to Bug #1577197, I have this problem on switching profile, may
it be the same case.

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 733453] CurrentDmesg.txt

2016-10-13 Thread draco
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760547/+files/CurrentDmesg.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] BootLog.txt

2016-10-13 Thread draco
apport information

** Attachment added: "BootLog.txt"
   https://bugs.launchpad.net/bugs/733453/+attachment/4760546/+files/BootLog.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] UdevDb.txt

2016-10-13 Thread draco
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/733453/+attachment/4760563/+files/UdevDb.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] EtcDefaultGrub.txt

2016-10-13 Thread draco
apport information

** Attachment added: "EtcDefaultGrub.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760554/+files/EtcDefaultGrub.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] ProcModules.txt

2016-10-13 Thread draco
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760562/+files/ProcModules.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] ProcInterrupts.txt

2016-10-13 Thread draco
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760561/+files/ProcInterrupts.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] JournalErrors.txt

2016-10-13 Thread draco
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760555/+files/JournalErrors.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] PlymouthDebug.txt

2016-10-13 Thread draco
apport information

** Attachment added: "PlymouthDebug.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760558/+files/PlymouthDebug.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] Lspci.txt

2016-10-13 Thread draco
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/733453/+attachment/4760556/+files/Lspci.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] ProcEnviron.txt

2016-10-13 Thread draco
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760560/+files/ProcEnviron.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] Lsusb.txt

2016-10-13 Thread draco
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/733453/+attachment/4760557/+files/Lsusb.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] ProcCpuinfo.txt

2016-10-13 Thread draco
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760559/+files/ProcCpuinfo.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2016-10-13 Thread draco
Same problem here on Xubuntu 16.04.1

** Tags added: xenial

** Tags added: apport-collected

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] Dependencies.txt

2016-10-13 Thread draco
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/733453/+attachment/4760553/+files/Dependencies.txt

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 733453] apport information

2016-10-13 Thread draco
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
DefaultPlymouth: /usr/share/plymouth/themes/xubuntu-logo/xubuntu-logo.plymouth
DistroRelease: Ubuntu 16.04
InstallationDate: Installed on 2016-05-23 (142 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Hewlett-Packard HP ENVY Sleekbook 6
Package: plymouth 0.9.2-3ubuntu13.1
PackageArchitecture: amd64
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-42-generic.efi.signed 
root=UUID=f43ab3cd-cea5-481d-99fd-704a39cc1766 ro drm.debug=0xe quiet 
resume=UUID=2717896c-acfa-4847-8e58-f4d2a14a4bdc splash plymouth:debug
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-42-generic.efi.signed 
root=UUID=f43ab3cd-cea5-481d-99fd-704a39cc1766 ro drm.debug=0xe quiet 
resume=UUID=2717896c-acfa-4847-8e58-f4d2a14a4bdc splash plymouth:debug
ProcVersionSignature: Ubuntu 4.4.0-42.62-generic 4.4.21
Tags:  xenial
TextPlymouth: /usr/share/plymouth/themes/xubuntu-text/xubuntu-text.plymouth
Uname: Linux 4.4.0-42-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True
dmi.bios.date: 05/16/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.25
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 1896
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 72.66
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.25:bd05/16/2014:svnHewlett-Packard:pnHPENVYSleekbook6:pvr088612305A0320100:rvnHewlett-Packard:rn1896:rvr72.66:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY Sleekbook 6
dmi.product.version: 088612305A0320100
dmi.sys.vendor: Hewlett-Packard

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 1583088] Re: Randomly corrupt characters in Unity8

2016-09-27 Thread draco
Screenshot on comment 12 seems very close to behaviour in bug #1573959 ,
which is present only on Intel graphic cards. Could it be the same bug ?

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

Title:
  Randomly corrupt characters in Unity8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1583088/+subscriptions

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


[Bug 1628283] Re: xedid crashed with FileNotFoundError in list(): [Errno 2] No such file or directory: '/lib/firmware/edid'

2016-09-27 Thread draco
I don't know why apport-cli refuse to send the initial crash report, so
here it is.

** Attachment added: "Apport crash report for xedid"
   
https://bugs.launchpad.net/ubuntu/+source/xdiagnose/+bug/1628283/+attachment/4749673/+files/_usr_bin_xedid.1000.crash

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

Title:
  xedid crashed with FileNotFoundError in list(): [Errno 2] No such file
  or directory: '/lib/firmware/edid'

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

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


[Bug 1628283] ProcEnviron.txt

2016-09-27 Thread draco
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1628283/+attachment/4749672/+files/ProcEnviron.txt

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

Title:
  xedid crashed with FileNotFoundError in list(): [Errno 2] No such file
  or directory: '/lib/firmware/edid'

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

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


[Bug 1628283] Dependencies.txt

2016-09-27 Thread draco
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1628283/+attachment/4749670/+files/Dependencies.txt

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

Title:
  xedid crashed with FileNotFoundError in list(): [Errno 2] No such file
  or directory: '/lib/firmware/edid'

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

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


[Bug 1628283] JournalErrors.txt

2016-09-27 Thread draco
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1628283/+attachment/4749671/+files/JournalErrors.txt

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

Title:
  xedid crashed with FileNotFoundError in list(): [Errno 2] No such file
  or directory: '/lib/firmware/edid'

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

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


[Bug 1628283] [NEW] xedid crashed with FileNotFoundError in list(): [Errno 2] No such file or directory: '/lib/firmware/edid'

2016-09-27 Thread draco
Public bug reported:

When launching xedid as is, it fail with the following stack :

draco@draco-ultrabook:/lib/firmware$ xedid
Traceback (most recent call last):
  File "/usr/bin/xedid", line 172, in 
for fw_edid in fw.list():
  File "/usr/lib/python3/dist-packages/xdiagnose/edid.py", line 101, in list
for filename in os.listdir(self.EDID_FIRMWARE_PATH):
FileNotFoundError: [Errno 2] No such file or directory: '/lib/firmware/edid'

If I create the directory /lib/firmware/edid, xedid do not crash anymore.
So I expect the directory should be created when installing the xdiagnose 
package.

Additional information:

Xubuntu release :
Description:Ubuntu 16.04.1 LTS
Release:16.04

xdiagnose:
  Installé : 3.8.4.1
  Candidat : 3.8.4.1
 Table de version :
 *** 3.8.4.1 500
500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu 
xenial-updates/main amd64 Packages
500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu 
xenial-updates/main i386 Packages
100 /var/lib/dpkg/status
 3.8.4 500
500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu xenial/main amd64 
Packages
500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu xenial/main i386 
Packages
--- 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: XFCE
DistroRelease: Ubuntu 16.04
InstallationDate: Installed on 2016-05-23 (126 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Package: xdiagnose 3.8.4.1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Tags:  xenial
Uname: Linux 4.4.0-38-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo users
_MarkForUpload: True

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


** Tags: apport-collected xenial

** Tags added: apport-collected xenial

** Description changed:

  When launching xedid as is, it fail with the following stack :
  
  draco@draco-ultrabook:/lib/firmware$ xedid
  Traceback (most recent call last):
File "/usr/bin/xedid", line 172, in 
  for fw_edid in fw.list():
File "/usr/lib/python3/dist-packages/xdiagnose/edid.py", line 101, in list
  for filename in os.listdir(self.EDID_FIRMWARE_PATH):
  FileNotFoundError: [Errno 2] No such file or directory: '/lib/firmware/edid'
  
  If I create the directory /lib/firmware/edid, xedid do not crash anymore.
  So I expect the directory should be created when installing the xdiagnose 
package.
  
  Additional information:
  
  Xubuntu release :
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04
  
  xdiagnose:
Installé : 3.8.4.1
Candidat : 3.8.4.1
   Table de version :
   *** 3.8.4.1 500
  500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu 
xenial-updates/main amd64 Packages
  500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu 
xenial-updates/main i386 Packages
  100 /var/lib/dpkg/status
   3.8.4 500
  500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu xenial/main 
amd64 Packages
  500 http://bouyguestelecom.ubuntu.lafibre.info/ubuntu xenial/main 
i386 Packages
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.1
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 16.04
+ InstallationDate: Installed on 2016-05-23 (126 days ago)
+ InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
+ Package: xdiagnose 3.8.4.1
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
+ Tags:  xenial
+ Uname: Linux 4.4.0-38-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo users
+ _MarkForUpload: True

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

Title:
  xedid crashed with FileNotFoundError in list(): [Errno 2] No such file
  or directory: '/lib/firmware/edid'

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

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

[Bug 1573959] Re: On-screen text disappears after suspend

2016-09-27 Thread draco
Similar bug for me too, with i915 driver but on HP Envy 6-1260sf (Core
i5-337U) with Xubuntu.

In the list of affected applications, we can add Thunar, xfce4-panel and 
whisker (xfce menu).
Switching to VT-1 does NOT work for me, same for reloading xfwm4.
So Xubuntu desktop is unusable when the bug happens, and it is very hard to 
save work in progress because all browsing dialog are also affected.
Loggout/loggin restore the font display, but all current unsaved documents are 
lost.

The bug is only present after some suspend/resume but not always.

Hardware description :

root@draco-ultrabook:~# lshw -sanitize -numeric -C display
  *-display   
   description: VGA compatible controller
   produit: 3rd Gen Core processor Graphics Controller [8086:166]
   fabriquant: Intel Corporation [8086]
   identifiant matériel: 2
   information bus: pci@:00:02.0
   version: 09
   bits: 64 bits
   horloge: 33MHz
   fonctionnalités: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   ressources: irq:30 mémoire:c000-c03f mémoire:b000-bfff 
portE/S:3000(taille=64)


root@draco-ultrabook:~# lspci -vvnn -d 8086:0166
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core 
processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company 3rd Gen Core processor Graphics 
Controller [103c:1896]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR-  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018  Data: 
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915


** Attachment added: "Corrupted screen on resume from S3 on Xubuntu 16.04"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+attachment/4749385/+files/Capture%20d%E2%80%99%C3%A9cran_2016-09-27_07-33-28.png

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

Title:
  On-screen text disappears after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1573959/+subscriptions

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

[Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-21 Thread draco
The patch I tried for /usr/bin/start-pulseaudio-x11

** Patch added: "load module-bluetooth-discover while X session starts"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1574324/+attachment/4745097/+files/start-pulseaudio-x11.patch

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-21 Thread draco
Sorry for the huge comment, I was thinking I could edit it later to
remove patch in text.

Thanks for your reply Joakim, I will try the PPA living my tweaks in
place.

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-21 Thread draco
I have the same issue with my Aventree Audition bluetooth headphone.

After multiple trial and errors, it sounds like unloading both 
module-bluetooth-policy and module-bluetooth-discover, then reloading them *in 
this order*, could fix the problem :
$ pactl unload-module module-bluetooth-policy
$ pactl unload-module module-bluetooth-discover
$ pactl load-module module-bluetooth-policy
$ pactl load-module module-bluetooth-discover

However, I have to do that each time I want to (re)connect the
headphone, even if I do not restart pulseaudio, but I was not trying the
PPA fix.


NOTE: Since I was working on the issue before finding this bug report, I also 
try some various other fixes. I don't know in with proportion they are all 
needed or not.

I have edited /etc/pulse/default.pa like this :

--- /etc/pulse/default.pa   2016-07-28 16:34:59.387935171 +0200
+++ /etc/pulse/default.pa_backup2016-07-28 16:12:01.650390871 +0200
@@ -70,10 +70,9 @@
 load-module module-bluetooth-policy
 .endif
 
-# draco : Disabled see https://bbs.archlinux.org/viewtopic.php?id=197482
-#.ifexists module-bluetooth-discover.so
-#load-module module-bluetooth-discover
-#.endif
+.ifexists module-bluetooth-discover.so
+load-module module-bluetooth-discover
+.endif
 
 ### Load several protocols
 .ifexists module-esound-protocol-unix.so
@@ -163,8 +162,3 @@
 ### Make some devices default
 #set-default-sink output
 #set-default-source input
-
-## draco : added lines, see 
https://wiki.archlinux.org/index.php/Bluetooth_headset#Pairing_works.2C_but_connecting_does_not
-# automatically switch to newly-connected devices
-load-module module-switch-on-connect
-


And I have also edited /usr/bin/start-pulseaudio-x11 like this :

--- /usr/bin/start-pulseaudio-x11   2016-07-28 16:14:25.092044700 +0200
+++ /usr/bin/start-pulseaudio-x11_backup2016-07-28 16:13:17.369151920 
+0200
@@ -30,8 +30,4 @@
 if [ x"$SESSION_MANAGER" != x ] ; then
/usr/bin/pactl load-module module-x11-xsmp "display=$DISPLAY 
session_manager=$SESSION_MANAGER" > /dev/null
 fi
-
-## draco : Added lines, see 
https://bbs.archlinux.org/viewtopic.php?id=197482
-/usr/bin/pactl load-module module-bluetooth-discover
-
 fi


Can someone explains the purpose and dependencies between 
module-bluetooth-policy versus module-bluetooth-discover ? Should I remove the 
previous modification before trying the PPA version ?

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1574324] Re: pulseaudio crashes when connecting to bluetooth headphones (due to ubuntu changes?)

2016-09-21 Thread draco
The patch I tried for /etc/pulse/default.pa

** Patch added: "Avoid loading of module-bluetooth-discover to early and auto 
switch to bluetooth headphone on connect"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1574324/+attachment/4745037/+files/default.pa.patch

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

Title:
  pulseaudio crashes when connecting to bluetooth headphones (due to
  ubuntu changes?)

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

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


[Bug 1022865] Re: atop crash with SIGFPE in acctprocnt()

2016-09-09 Thread draco
Debian bug reports a new version of atop has been uploaded to experimental.
Could it be available for testing on Ubuntu too ?

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

Title:
  atop crash with SIGFPE in acctprocnt()

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

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


[Bug 1586609] Re: package openjdk-9-jdk (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h », qui appartient aussi au p

2016-05-28 Thread draco
*** This bug is a duplicate of bug 1550950 ***
https://bugs.launchpad.net/bugs/1550950

** This bug has been marked a duplicate of bug 1550950
   package openjdk-9-jdk 9~b102-1 failed to install/upgrade: trying to 
overwrite '/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is 
also in package openjdk-9-jdk-headless:amd64 9~b107-0ubuntu1

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

Title:
  package openjdk-9-jdk (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/lib/jvm/java-9-openjdk-
  amd64/include/linux/jawt_md.h », qui appartient aussi au paquet
  openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1586609/+subscriptions

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

[Bug 1193243] Re: package libqtcore4 (not installed) failed to install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from other instances of package libqtcore4:i386

2016-03-13 Thread draco
Here is the log on Xubuntu 14.04.4 :

$ LANG=C sudo apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.16.0-60 linux-headers-3.16.0-60-generic
  linux-image-3.16.0-60-generic linux-image-extra-3.16.0-60-generic
  linux-signed-image-3.16.0-60-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libqtcore4
Suggested packages:
  libicu48
The following NEW packages will be installed:
  libqtcore4
0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
124 not fully installed or removed.
Need to get 0 B/1 555 kB of archives.
After this operation, 5 174 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 203111 files and directories currently installed.)
Preparing to unpack 
.../libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ...
Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ...
dpkg: error processing archive 
/var/cache/apt/archives/libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb
 (--unpack):
 trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from 
other instances of package libqtcore4:amd64
Errors were encountered while processing:
 
/var/cache/apt/archives/libqtcore4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Tags added: saucy thrusty

** Tags added: libqtcore4

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

Title:
  package libqtcore4 (not installed) failed to install/upgrade: trying
  to overwrite shared '/etc/xdg/Trolltech.conf', which is different from
  other instances of package libqtcore4:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1193243/+subscriptions

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


[Bug 1193243] Re: package libqtcore4 (not installed) failed to install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from other instances of package libqtcore4:i386

2016-03-13 Thread draco
Despite this bug is quite old, it is still encountered on latest LTS :
14.04.4

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

Title:
  package libqtcore4 (not installed) failed to install/upgrade: trying
  to overwrite shared '/etc/xdg/Trolltech.conf', which is different from
  other instances of package libqtcore4:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1193243/+subscriptions

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


[Bug 1479125] Re: package libqtcore4 (not installed) failed to install/upgrade: попытка перезаписать общий «/etc/xdg/Trolltech.conf», который отличается от других экземпляров пакета libqtcore4:i386

2016-03-13 Thread draco
*** This bug is a duplicate of bug 1193243 ***
https://bugs.launchpad.net/bugs/1193243

** This bug has been marked a duplicate of bug 1193243
   package libqtcore4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/xdg/Trolltech.conf', which is different from other 
instances of package libqtcore4:i386

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

Title:
  package libqtcore4 (not installed) failed to install/upgrade: попытка
  перезаписать общий «/etc/xdg/Trolltech.conf», который отличается от
  других экземпляров пакета libqtcore4:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1479125/+subscriptions

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

[Bug 1386992] Re: package libqtcore4 (not installed) failed to install/upgrade: intentando sobreescribir el compartido `/etc/xdg/Trolltech.conf', que es distinto de otras instancias del paquetes libqt

2016-03-13 Thread draco
*** This bug is a duplicate of bug 1193243 ***
https://bugs.launchpad.net/bugs/1193243

** This bug has been marked a duplicate of bug 1193243
   package libqtcore4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/xdg/Trolltech.conf', which is different from other 
instances of package libqtcore4:i386

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

Title:
  package libqtcore4 (not installed) failed to install/upgrade:
  intentando sobreescribir el compartido `/etc/xdg/Trolltech.conf', que
  es distinto de otras instancias del paquetes libqtcore4:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1386992/+subscriptions

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


[Bug 1311184] Re: package libqtcore4 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 failed to install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is different from other instances of p

2016-03-13 Thread draco
*** This bug is a duplicate of bug 1193243 ***
https://bugs.launchpad.net/bugs/1193243

** This bug has been marked a duplicate of bug 1193243
   package libqtcore4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/xdg/Trolltech.conf', which is different from other 
instances of package libqtcore4:i386

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

Title:
  package libqtcore4 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 failed to
  install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf',
  which is different from other instances of package libqtcore4:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1311184/+subscriptions

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


[Bug 1290155] Re: package libqtcore4 failed to install

2016-03-13 Thread draco
*** This bug is a duplicate of bug 1193243 ***
https://bugs.launchpad.net/bugs/1193243

** This bug has been marked a duplicate of bug 1193243
   package libqtcore4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/xdg/Trolltech.conf', which is different from other 
instances of package libqtcore4:i386

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

Title:
  package libqtcore4 failed to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1290155/+subscriptions

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


[Bug 1462621] Re: : Sub-process /usr/bin/dpkg returned an error code (1)

2016-03-13 Thread draco
*** This bug is a duplicate of bug 1193243 ***
https://bugs.launchpad.net/bugs/1193243

Hi,

Same problem today for me.
To solve this, I need to manually backup the file :
  sudo mv /etc/xdg/Trolltech.conf{,.old}
Then fix the update :
  sudo apt-get install -f

After this, the file is not created, so I don't understand why dpkg complains 
about the overwrite of the file.
If needed, you could rename the backup to restore the file :
  sudo mv /etc/xdg/Trolltech.conf{.old,}

** This bug has been marked a duplicate of bug 1193243
   package libqtcore4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/xdg/Trolltech.conf', which is different from other 
instances of package libqtcore4:i386

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

Title:
  : Sub-process /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1462621/+subscriptions

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


[Bug 1318118] Re: package libqtcore4 (not installed) failed to install/upgrade: conffile './etc/xdg/Trolltech.conf' is not in sync with other instances of the same package

2016-03-13 Thread draco
*** This bug is a duplicate of bug 1193243 ***
https://bugs.launchpad.net/bugs/1193243

** This bug is no longer a duplicate of bug 1311184
   package libqtcore4 4:4.8.5+git192-g085f851+dfsg-2ubuntu4 failed to 
install/upgrade: trying to overwrite shared '/etc/xdg/Trolltech.conf', which is 
different from other instances of package libqtcore4:i386
** This bug has been marked a duplicate of bug 1193243
   package libqtcore4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/xdg/Trolltech.conf', which is different from other 
instances of package libqtcore4:i386

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

Title:
  package libqtcore4 (not installed) failed to install/upgrade: conffile
  './etc/xdg/Trolltech.conf' is not in sync with other instances of the
  same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1318118/+subscriptions

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


[Bug 1511277] [NEW] Segfault on Save images from the select pages

2015-10-29 Thread draco
Public bug reported:

Open a pdf (from scanner) containing a single page.
Select the page.
Clic on "Save image from the selected pages to a new folder" button.
PDFMod window is closed, with following message in terminal :

draco@draco-ultrabook:~$ pdfmod 
[1 Debug 10:03:17.029] Starting PdfMod 0.9.1
[1 Debug 10:03:17.049] Initializing i18n catalog from /usr/share/locale/
[1 Debug 10:03:17.075] Loaded custom AccelMap from 
/home/draco/.config/pdfmod/gtk_accel_map
[1 Debug 10:03:17.085] Cache directory set to /home/draco/.cache/pdfmod

(PdfMod:15060): GLib-GObject-WARNING **: Attempt to add property 
__gtksharp_3_PdfMod_Gui_PageCell::page after class was initialised
[1 Debug 10:03:28.786] Loaded /home/draco/xxx.pdf
Stacktrace:

  at  <0x>
  at (wrapper managed-to-native) Gdk.Pixbuf.gdk_pixbuf_save 
(intptr,intptr,intptr,intptr&,intptr) <0x>
  at Gdk.Pixbuf.Save (string,string) <0x0006b>
  at PdfMod.Pdf.Actions.ExportImagesAction.ExportAsPngImage 
(PdfMod.Pdf.Actions.ExportImagesAction/ImageInfo,string) <0x00123>
  at PdfMod.Pdf.Actions.ExportImagesAction.Export 
(PdfMod.Pdf.Actions.ExportImagesAction/ImageInfo,string) <0x0018f>
  at PdfMod.Pdf.Actions.ExportImagesAction.Do (string) <0x0005b>
  at PdfMod.Gui.Actions.OnExportImages (object,System.EventArgs) <0x00213>
  at (wrapper runtime-invoke) 
.runtime_invoke_void__this___object_object 
(object,intptr,intptr,intptr) <0x>
  at  <0x>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke 
(System.Reflection.MonoMethod,object,object[],System.Exception&) <0x>
  at System.Reflection.MonoMethod.Invoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
 <0x000db>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
  at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
  at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
  at System.Delegate.DynamicInvoke (object[]) <0x00020>
  at GLib.Signal.ClosureInvokedCB (object,GLib.ClosureInvokedArgs) <0x0014f>
  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs) <0x0002f>
  at GLib.SignalClosure.MarshalCallback 
(intptr,intptr,uint,intptr,intptr,intptr) <0x0029b>
  at (wrapper native-to-managed) GLib.SignalClosure.MarshalCallback 
(intptr,intptr,uint,intptr,intptr,intptr) <0x>
  at  <0x>
  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x>
  at Gtk.Application.Run () <0xb>
  at PdfMod.Gui.Client..ctor (bool) <0x00aa7>
  at PdfMod.PdfMod.Main (string[]) <0x000fb>
  at (wrapper runtime-invoke) .runtime_invoke_void_object 
(object,intptr,intptr,intptr) <0x>

Native stacktrace:

mono() [0x4b73d8]
mono() [0x50f13b]
mono() [0x423d22]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f2d067a9340]
/lib/x86_64-linux-gnu/libc.so.6(+0x97ffe) [0x7f2d0646bffe]
/lib/x86_64-linux-gnu/libpng12.so.0(png_write_row+0x10f) 
[0x7f2cfac73bcf]
/lib/x86_64-linux-gnu/libpng12.so.0(png_write_rows+0x31) 
[0x7f2cfac73de1]

/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so(+0x24ab)
 [0x7f2cc59f14ab]

/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so(+0x25dc)
 [0x7f2cc59f15dc]
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0(gdk_pixbuf_savev+0xd6) 
[0x7f2d02aad766]
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0(gdk_pixbuf_save+0x108) 
[0x7f2d02aada48]
[0x40e70273]

Debug info from gdb:

Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Opération non permise.
No threads.

=
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

Abandon

** Affects: pdfmod (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/1511277

Title:
  Segfault on Save images from the select pages

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

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

[Bug 1511277] Re: Segfault on Save images from the select pages

2015-10-29 Thread draco
apport information

** Tags added: apport-collected third-party-packages trusty

** Description changed:

  Open a pdf (from scanner) containing a single page.
  Select the page.
  Clic on "Save image from the selected pages to a new folder" button.
  PDFMod window is closed, with following message in terminal :
  
  draco@draco-ultrabook:~$ pdfmod 
  [1 Debug 10:03:17.029] Starting PdfMod 0.9.1
  [1 Debug 10:03:17.049] Initializing i18n catalog from /usr/share/locale/
  [1 Debug 10:03:17.075] Loaded custom AccelMap from 
/home/draco/.config/pdfmod/gtk_accel_map
  [1 Debug 10:03:17.085] Cache directory set to /home/draco/.cache/pdfmod
  
  (PdfMod:15060): GLib-GObject-WARNING **: Attempt to add property 
__gtksharp_3_PdfMod_Gui_PageCell::page after class was initialised
  [1 Debug 10:03:28.786] Loaded /home/draco/xxx.pdf
  Stacktrace:
  
at  <0x>
at (wrapper managed-to-native) Gdk.Pixbuf.gdk_pixbuf_save 
(intptr,intptr,intptr,intptr&,intptr) <0x>
at Gdk.Pixbuf.Save (string,string) <0x0006b>
at PdfMod.Pdf.Actions.ExportImagesAction.ExportAsPngImage 
(PdfMod.Pdf.Actions.ExportImagesAction/ImageInfo,string) <0x00123>
at PdfMod.Pdf.Actions.ExportImagesAction.Export 
(PdfMod.Pdf.Actions.ExportImagesAction/ImageInfo,string) <0x0018f>
at PdfMod.Pdf.Actions.ExportImagesAction.Do (string) <0x0005b>
at PdfMod.Gui.Actions.OnExportImages (object,System.EventArgs) <0x00213>
at (wrapper runtime-invoke) 
.runtime_invoke_void__this___object_object 
(object,intptr,intptr,intptr) <0x>
at  <0x>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke 
(System.Reflection.MonoMethod,object,object[],System.Exception&) <0x>
at System.Reflection.MonoMethod.Invoke 
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
 <0x000db>
at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
at System.Delegate.DynamicInvoke (object[]) <0x00020>
at GLib.Signal.ClosureInvokedCB (object,GLib.ClosureInvokedArgs) <0x0014f>
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs) <0x0002f>
at GLib.SignalClosure.MarshalCallback 
(intptr,intptr,uint,intptr,intptr,intptr) <0x0029b>
at (wrapper native-to-managed) GLib.SignalClosure.MarshalCallback 
(intptr,intptr,uint,intptr,intptr,intptr) <0x>
at  <0x>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x>
at Gtk.Application.Run () <0xb>
at PdfMod.Gui.Client..ctor (bool) <0x00aa7>
at PdfMod.PdfMod.Main (string[]) <0x000fb>
at (wrapper runtime-invoke) .runtime_invoke_void_object 
(object,intptr,intptr,intptr) <0x>
  
  Native stacktrace:
  
mono() [0x4b73d8]
mono() [0x50f13b]
mono() [0x423d22]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f2d067a9340]
/lib/x86_64-linux-gnu/libc.so.6(+0x97ffe) [0x7f2d0646bffe]
/lib/x86_64-linux-gnu/libpng12.so.0(png_write_row+0x10f) 
[0x7f2cfac73bcf]
/lib/x86_64-linux-gnu/libpng12.so.0(png_write_rows+0x31) 
[0x7f2cfac73de1]

/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so(+0x24ab)
 [0x7f2cc59f14ab]

/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so(+0x25dc)
 [0x7f2cc59f15dc]
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0(gdk_pixbuf_savev+0xd6) 
[0x7f2d02aad766]
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0(gdk_pixbuf_save+0x108) 
[0x7f2d02aada48]
[0x40e70273]
  
  Debug info from gdb:
  
  Could not attach to process.  If your uid matches the uid of the target
  process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
  again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
  ptrace: Opération non permise.
  No threads.
  
  =
  Got a SIGSEGV while executing native code. This usually indicates
  a fatal error in the mono runtime or one of the native libraries 
  used by your application.
  =
  
  Abandon
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.18
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2015-06-18 (132 days ago)
+ InstallationMedia: Xubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
+ Package: pdfmod 0.9.1-7
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 3.16.0-50.67~14.04.1-generic 3.16.7-ckt16
+ Tags: trusty third-party-packages
+ Uname: Linux 3.16.0-50-generic x86_64
+ Upgr

[Bug 1511277] ProcEnviron.txt

2015-10-29 Thread draco
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1511277/+attachment/4508274/+files/ProcEnviron.txt

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

Title:
  Segfault on Save images from the select pages

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

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


[Bug 1459110] Re: muon discover freezes on kubuntu 15.04

2015-08-16 Thread Draco
Thanks guys, this at least gave me a work around for the bug.  I would
never have imagined it was the proxy settings causing it.

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

Title:
  muon discover freezes on kubuntu 15.04

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

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


[Bug 1247268] Re: [needs-packaging] dash-privacy-interface

2013-11-14 Thread draco
** Description changed:

- DPI is a GUI to alert users on their first login that they can change
- the setting about enable/disable online search into the dash. It will
- launch for each new session of the installed system.
+ [needs-packaging] dash-privacy-interface
+ 
+ DPI (dash privacy interface) is a GUI to alert users on their first
+ login that they can change the setting about enable/disable online
+ search into the dash. It will launch for each new session of the
+ installed system.
  
  It should be added to the Ubuntu repositories.
+ 
+ URL: https://launchpad.net/dash-privacy-interface
+ License: GNU GPL v3, Creative Commons - Attribution Share Alike
+ Notes: DPI is maintened by ubuntu-fr loco team members (see 
https://launchpad.net/~dash-privacy-interface-t )

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

Title:
  [needs-packaging] dash-privacy-interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-privacy-interface/+bug/1247268/+subscriptions

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


[Bug 1244879] [NEW] update-pciids hangs with no information

2013-10-26 Thread draco
Public bug reported:

When I first launch update-pciids it hangs just after sudo password validation.
There are no progress bar to know if download is just slow or if it hangs 
definitely.

Internet connection was OK, since I made an apt-get install just before.

draco@draco-ultrabook:~$ sudo /usr/bin/time update-pciids 
[sudo] password for draco: 
^CCommand terminated by signal 2
0.00user 0.01system 8:21.97elapsed 0%CPU (0avgtext+0avgdata 2124maxresident)k
0inputs+120outputs (0major+1393minor)pagefaults 0swaps

= Canceled after 8 minutes
= process is stuck at wget command (thanks to htop) but there is no such 
information to the user.

Trying to acquire the file directly with wget :

draco@draco-ultrabook:~$ /usr/bin/time wget 
http://pciids.sourceforge.net/v2.2/pci.ids.bz2
--2013-10-26 08:13:28--  http://pciids.sourceforge.net/v2.2/pci.ids.bz2
Résolution de pciids.sourceforge.net (pciids.sourceforge.net)... 216.34.181.96
Connexion vers pciids.sourceforge.net 
(pciids.sourceforge.net)|216.34.181.96|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Taille : 195975 (191K) [application/x-bzip2]
Enregistre : «pci.ids.bz2.2»

100%[=]
195 975  396KB/s   ds 0,5s

2013-10-26 08:13:29 (396 KB/s) - «pci.ids.bz2.2» enregistré
[195975/195975]

0.00user 0.01system 0:00.82elapsed 1%CPU (0avgtext+0avgdata 2268maxresident)k
0inputs+384outputs (0major+677minor)pagefaults 0swaps
draco@draco-ultrabook:~$

Relaunch update-pciids is OK now:
draco@draco-ultrabook:~$ sudo /usr/bin/time update-pciids 
Downloaded daily snapshot dated 2013-10-26 03:15:01
0.03user 0.02system 0:00.89elapsed 7%CPU (0avgtext+0avgdata 4072maxresident)k
8inputs+2088outputs (0major+6092minor)pagefaults 0swaps

draco@draco-ultrabook:~$ uname -a
Linux draco-ultrabook 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux
draco@draco-ultrabook:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.10
Release:13.10
Codename:   saucy

draco@draco-ultrabook:~$ apt-cache policy pciutils
pciutils:
  Installé : 1:3.1.9-6ubuntu9
  Candidat : 1:3.1.9-6ubuntu9
 Table de version :
 *** 1:3.1.9-6ubuntu9 0
500 http://fr.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages
100 /var/lib/dpkg/status

update-pciids should not hangs as long, or at least, progress
information should be shown.

** Affects: pciutils (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/1244879

Title:
  update-pciids hangs with no information

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

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

Re: [Bug 954029] Re: gettext fails to install; package relationships should be with gettext:any, gettext-base:any, or are not required/useful at all

2012-11-02 Thread draco
Great !!!

I have installed PlayOnLinux yesterday on Xubuntu Precise 64 bits, about
400 MB of i386 packages were required. Pretty huge !

Thank you for your analysis and actions with upstream developpers ;-)

draco
Le 1 nov. 2012 03:23, Scott Ritchie scottritc...@ubuntu.com a écrit :

 Upstream says even libgettext isn't needed at runtime, apparently --
 Wine only needs to build the translations into the windows format, and
 then just uses those.  I'm prepping an SRU.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/954029

 Title:
   gettext fails to install; package relationships should be with
   gettext:any, gettext-base:any, or are not required/useful at all

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/gettext/+bug/954029/+subscriptions


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

Title:
  gettext fails to install; package relationships should be with
  gettext:any, gettext-base:any, or are not required/useful at all

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

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

[Bug 1072188] [NEW] [VGN-FS115B, Realtek ALC260, Green Line Out, Rear] No sound at all

2012-10-27 Thread draco
Public bug reported:

al actualizar de ubuntu 12.4 a 12.10 me quedé sin sonido. No emite
ningun tipo de sonido .

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: alsa-base 1.0.25+dfsg-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  juan   2003 F pulseaudio
 /dev/snd/pcmC0D1p:   juan   2003 F...m pulseaudio
Date: Sat Oct 27 22:10:46 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-10-27 (0 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Audio Interno - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  juan   2003 F pulseaudio
 /dev/snd/pcmC0D1p:   juan   2003 F...m pulseaudio
Symptom_Jack: Green Line Out, Rear
Symptom_Type: No sound at all
Title: [VGN-FS115B, Realtek ALC260, Green Line Out, Rear] No sound at all
UpgradeStatus: Upgraded to quantal on 2012-10-27 (0 days ago)
dmi.bios.date: 01/16/2005
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R0090J0
dmi.chassis.asset.tag: 791M0016
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0090J0:bd01/16/2005:svnSonyCorporation:pnVGN-FS115B:pvrC2003E36:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-FS115B
dmi.product.version: C2003E36
dmi.sys.vendor: Sony Corporation

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal 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/1072188

Title:
  [VGN-FS115B, Realtek ALC260, Green Line Out, Rear] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1072188/+subscriptions

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

[Bug 302245] Re: [needs-packaging] fscd / fsc_btns

2012-08-12 Thread draco
fjbtndrv is still needed for Fujitsu tablet users on Ubuntu Precise.
Please, update PPA or include driver and scripts into official repository !!

Over all, I can't find the package fsc-btns-kernel-source, so I need to 
rebuild fjbtndrv from source every kernel update.
Does someone keep an old version somewhere, or let me know what was included in 
the package ?

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

Title:
  [needs-packaging] fscd / fsc_btns

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

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


Re: [Bug 1015566] Re: [CA0106 - CA0106, playback] No sound at all

2012-07-18 Thread draco
*** This bug is a duplicate of bug 997238 ***
https://bugs.launchpad.net/bugs/997238

So there may have been a recent package upgrade that solve the problem.
On my side, Xubuntu 12.04 was installed in june over a 9.04 version. Only
home partition has not been re-formatted.
So despite it's close to a fresh install, sound wasn't working after the
first boot.

draco
Le 18 juil. 2012 00:48, watseQuetschen1Rüdiger Wienke 
ruedigerwie...@freenet.de a écrit :

 *** This bug is a duplicate of bug 997238 ***
 https://bugs.launchpad.net/bugs/997238

 Am 17.07.2012 22:41, schrieb draco:
  *** This bug is a duplicate of bug 997238 ***
   https://bugs.launchpad.net/bugs/997238
 
  It seems this is a random problem.
  The user tells me that she now hears sounds ... but we don't understand
 why.
  We did all tricks about muting SPDIF, without any effect on the current
 session.
  Maybe the cold boot makes the difference, but for how long ?
 
  However, I retrieved all the logs requested... I wait until problems
 reappear, so I should post them with no sounds logs.
  Let me know if logs taken on a (new) working system would be usefull
 right now.
 

 For me it seemed to be the best, to install the whole system new. So I
 did it.
 My new installed ubuntu 12/04 works properly.

 Thank you for your attempt to help me.
 To follow you on bug launchpad way was to tricky for me.


 Still Thanks a lot and bye bye
 Rüdiger Wienke

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1015566

 Title:
   [CA0106 - CA0106, playback] No sound at all

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1015566/+subscriptions


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

Title:
  [CA0106 - CA0106, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1015566/+subscriptions

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

[Bug 1015566] Re: [CA0106 - CA0106, playback] No sound at all

2012-07-17 Thread draco
*** This bug is a duplicate of bug 997238 ***
https://bugs.launchpad.net/bugs/997238

It seems this is a random problem.
The user tells me that she now hears sounds ... but we don't understand why.
We did all tricks about muting SPDIF, without any effect on the current session.
Maybe the cold boot makes the difference, but for how long ?

However, I retrieved all the logs requested... I wait until problems reappear, 
so I should post them with no sounds logs.
Let me know if logs taken on a (new) working system would be usefull right now.

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

Title:
  [CA0106 - CA0106, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1015566/+subscriptions

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


[Bug 1015566] Re: [CA0106 - CA0106, playback] No sound at all

2012-07-09 Thread draco
*** This bug is a duplicate of bug 997238 ***
https://bugs.launchpad.net/bugs/997238

Same problem for me.
Could you tell me how to retrieve the pulseaudio log ?

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

Title:
  [CA0106 - CA0106, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1015566/+subscriptions

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


[Bug 1015566] Re: [CA0106 - CA0106, playback] No sound at all

2012-07-09 Thread draco
*** This bug is a duplicate of bug 997238 ***
https://bugs.launchpad.net/bugs/997238

** This bug has been marked a duplicate of bug 997238
   [CA0106 - CA0106, playback] No sound at all since upgrade to 12.04

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

Title:
  [CA0106 - CA0106, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1015566/+subscriptions

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


[Bug 1009292] Re: [CA0106 - CA0106, playback] No sound at all. Worked under 11.10 and works under Windows XP still.

2012-07-09 Thread draco
*** This bug is a duplicate of bug 997238 ***
https://bugs.launchpad.net/bugs/997238

** This bug has been marked a duplicate of bug 997238
   [CA0106 - CA0106, playback] No sound at all since upgrade to 12.04

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

Title:
  [CA0106 - CA0106, playback] No sound at all.  Worked under 11.10 and
  works under Windows XP still.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1009292/+subscriptions

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


[Bug 997238] Re: [CA0106 - CA0106, playback] No sound at all since upgrade to 12.04

2012-07-09 Thread draco
** Also affects: pulseaudio
   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/997238

Title:
  [CA0106 - CA0106, playback] No sound at all since upgrade to 12.04

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

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


Re: [Bug 619653] Re: network-manager crash when resuming from suspend, applet can't find any network interface

2012-07-02 Thread draco
Yes, problem is still present on 12.04 LTS.
However, it doesn't happen very often, so I don't know how to reproduce the
case.
In addition of restarting network-manager service, sometimes, I also need
to unload+reload the network module even for wireless nor ethernet card
according to the hardware.
(Intel Wireless for my laptop, and realtek ethernet for desktop station)

draco
Le 30 juin 2012 20:42, Thomas Hood 619...@bugs.launchpad.net a écrit :

 Is this bug still present in Ubuntu 12.04?

 ** Changed in: network-manager (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/619653

 Title:
   network-manager crash when resuming from suspend, applet can't find
   any network interface

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/619653/+subscriptions


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

Title:
  network-manager crash when resuming from suspend, applet can't find
  any network interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/619653/+subscriptions

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

[Bug 502299] Re: The Ubuntu Installer documentation translations aren't published online

2012-05-19 Thread draco
up

Il me semble que le changement de thème sur ubuntu-fr est terminé.
Il y a eu des discussions sur l'url à utiliser (help.ubuntu-fr.org, ...).

Cette doc serait très utile, surtout pour une LTS où les problèmes
techniques de configuration avancée sont rarement abordés sur ubuntu-
fr.org

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

Title:
  The Ubuntu Installer documentation translations aren't published
  online

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

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

Re: [Bug 872220] Re: Fails to boot when there's problems with softraid

2012-05-09 Thread draco
I agree. The fact my device has been renumbered is not relative to this
bug, and also not directly relative to the upgrade.

If I understand well, you complain about the fact ubuntu won't boot with a
degraded array and don't allow any possibility to continue the boot process
without mounting the array.
Mainly because we can't enter an answer to the message on the splash screen.

This is about that problem, I propose my apport infos.

If I misunderstand the problem you are reporting for, please, let me
know.

draco
Le 8 mai 2012 19:28, Phillip Susi ps...@ubuntu.com a écrit :

 draco, you seem to misunderstand the purpose of this bug.  It deals with
 booting with a failed disk, not problems upgrading distributions.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/872220

 Title:
  Fails to boot when there's problems with softraid

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


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

Title:
  Fails to boot when there's problems with softraid

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

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

Re: [Bug 872220] Re: Fails to boot when there's problems with softraid

2012-05-09 Thread draco
Not realy. I have multiple disk, and as they renumbered, mdadm tries to
assemble the arrays with the wrong disk so it can't.
The disk is not marked as faulty, but the arrays are not assembled.
I think mdadm could not do anything more as the hole system is read only at
this stage. So when i could repair the mdadm.conf, the arrays don't need to
be rebuild on the disk, as they were never started in read-write mode with
a missing device.

Do you mean that ubuntu is responsible for marking your disk as faulty? I
was thinking you are just reporting the side effect of this situation on
the boot process of ubuntu.

draco
Le 10 mai 2012 03:01, Phillip Susi ps...@ubuntu.com a écrit :

 Oh, so you also have a failed disk?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/872220

 Title:
  Fails to boot when there's problems with softraid

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


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

Title:
  Fails to boot when there's problems with softraid

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

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

Re: [Bug 954102] Re: Can't suspend laptop while nfs share mounted

2012-05-08 Thread draco
I read in an other bug (can't remember the bug number) that network is
stoped before unmounting share. This was causing problems with samba, and
was fixed by using umount hook script before shutting down the network.

May it be the same problem here with nfs share ?

draco

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

Title:
  Can't suspend laptop while nfs share mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/954102/+subscriptions

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


[Bug 872220] Re: Fails to boot when there's problems with softraid

2012-05-08 Thread draco
Hi,

In my experience, one device used in an md array has been renumbered after 
upgrading from oneiric to precise.
At the first reboot, I've got the message 'Continue boot y/N' but can't enter 
anything.
After few seconds, I've got a busybox/initramfs prompt on TTY1, but without any 
further informations for misassembled array.
CTRL+D at prompt give me access to a root terminal so I can rename mdadm.conf 
and comment md array in fstab.
I do that because it was the last messages in dmesg but there was no warning 
about devices not found.
So, system boots fine, and then I could manualy :
- change mdadm.conf to reflect the change of named device/partition ( sdc -- 
sda).
- update initramfs and active mount in fstab.

I never though that making a 'simple' dist-updgrade could leave the system 
un-bootable without such admin (geek) skills !!
Maybe a kind of warning can be added on release notes for people using softraid.

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] Re: Fails to boot when there's problems with softraid

2012-05-06 Thread draco
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
DistroRelease: Ubuntu 12.04
MDadmExamine.dev.sda:
 /dev/sda:
MBR Magic : aa55
 Partition[1] : 65496942 sectors at   63 (type 05)
 Partition[2] :325219860 sectors at 65497005 (type fd)
MDadmExamine.dev.sda2:
 /dev/sda2:
MBR Magic : aa55
 Partition[0] : 65496879 sectors at   63 (type 83)
MDadmExamine.dev.sdb:
 /dev/sdb:
MBR Magic : aa55
 Partition[1] : 65496942 sectors at   63 (type 05)
 Partition[2] :325219860 sectors at 65497005 (type fd)
MDadmExamine.dev.sdb2:
 /dev/sdb2:
MBR Magic : aa55
 Partition[0] : 65496879 sectors at   63 (type 83)
MDadmExamine.dev.sdc:
 /dev/sdc:
MBR Magic : aa55
 Partition[1] : 73062337 sectors at   63 (type 05)
 Partition[2] :325219860 sectors at 73063620 (type fd)
MDadmExamine.dev.sdc2:
 /dev/sdc2:
MBR Magic : aa55
 Partition[0] : 73060289 sectors at 2048 (type 83)
MDadmExamine.dev.sdd:
 /dev/sdd:
MBR Magic : aa55
 Partition[0] : 24576000 sectors at 2048 (type 83)
 Partition[1] : 36864000 sectors at 24578048 (type 05)
 Partition[2] : 63602688 sectors at 61442048 (type 83)
MDadmExamine.dev.sdd1: Error: command ['/sbin/mdadm', '-E', '/dev/sdd1'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdd1.
MDadmExamine.dev.sdd2:
 /dev/sdd2:
MBR Magic : aa55
 Partition[0] :  6144000 sectors at 2048 (type 82)
 Partition[1] : 24576000 sectors at  6146048 (type 05)
MDadmExamine.dev.sdd3: Error: command ['/sbin/mdadm', '-E', '/dev/sdd3'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdd3.
MDadmExamine.dev.sdd5: Error: command ['/sbin/mdadm', '-E', '/dev/sdd5'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdd5.
MDadmExamine.dev.sdd6: Error: command ['/sbin/mdadm', '-E', '/dev/sdd6'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdd6.
MDadmExamine.dev.sdd7: Error: command ['/sbin/mdadm', '-E', '/dev/sdd7'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdd7.
MDadmExamine.dev.sde:
 /dev/sde:
MBR Magic : aa55
 Partition[0] :   1953520002 sectors at   63 (type 83)
MDadmExamine.dev.sde1: Error: command ['/sbin/mdadm', '-E', '/dev/sde1'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sde1.
MDadmExamine.dev.sdf:
 /dev/sdf:
MBR Magic : aa55
 Partition[0] :625137282 sectors at   63 (type 83)
MDadmExamine.dev.sdf1: Error: command ['/sbin/mdadm', '-E', '/dev/sdf1'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdf1.
MDadmExamine.dev.sdg:
 /dev/sdg:
MBR Magic : aa55
 Partition[0] : 39061504 sectors at 2048 (type 83)
 Partition[1] :  8787968 sectors at232466432 (type 82)
 Partition[2] :193402880 sectors at 39063552 (type 83)
MDadmExamine.dev.sdg1: Error: command ['/sbin/mdadm', '-E', '/dev/sdg1'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdg1.
MDadmExamine.dev.sdg2: Error: command ['/sbin/mdadm', '-E', '/dev/sdg2'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdg2.
MDadmExamine.dev.sdg3: Error: command ['/sbin/mdadm', '-E', '/dev/sdg3'] failed 
with exit code 1: mdadm: No md superblock detected on /dev/sdg3.
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: mdadm 3.2.3-2ubuntu1
PackageArchitecture: amd64
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=fr_FR.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=2ce3caf2-ec57-4bcd-a56f-d8bba692c7fa ro 
resume=UUID=08c50655-edaa-48f0-844b-f6eefd1fea21 splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Tags:  precise
Uname: Linux 3.2.0-24-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin audio bluetooth cdrom dialout disk fuse lp lpadmin netdev 
nopasswdlogin plugdev powerdev pulse pulse-access sambashare saned scanner ssh 
ssl-cert video
dmi.bios.date: 12/14/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2003
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D DELUXE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2003:bd12/14/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55DDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer


** Tags added: apport-collected precise

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

Title:
  Fails to 

[Bug 872220] BootDmesg.txt

2012-05-06 Thread draco
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133826/+files/BootDmesg.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] CurrentDmesg.txt

2012-05-06 Thread draco
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133827/+files/CurrentDmesg.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] Dependencies.txt

2012-05-06 Thread draco
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133828/+files/Dependencies.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] Lspci.txt

2012-05-06 Thread draco
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/872220/+attachment/3133829/+files/Lspci.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] Lsusb.txt

2012-05-06 Thread draco
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/872220/+attachment/3133830/+files/Lsusb.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] MDadmExamine.dev.sda3.txt

2012-05-06 Thread draco
apport information

** Attachment added: MDadmExamine.dev.sda3.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133831/+files/MDadmExamine.dev.sda3.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] MDadmExamine.dev.sdb3.txt

2012-05-06 Thread draco
apport information

** Attachment added: MDadmExamine.dev.sdb3.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133833/+files/MDadmExamine.dev.sdb3.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] MDadmExamine.dev.sda5.txt

2012-05-06 Thread draco
apport information

** Attachment added: MDadmExamine.dev.sda5.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133832/+files/MDadmExamine.dev.sda5.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] MDadmExamine.dev.sdb5.txt

2012-05-06 Thread draco
apport information

** Attachment added: MDadmExamine.dev.sdb5.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133834/+files/MDadmExamine.dev.sdb5.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] MDadmExamine.dev.sdc3.txt

2012-05-06 Thread draco
apport information

** Attachment added: MDadmExamine.dev.sdc3.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133835/+files/MDadmExamine.dev.sdc3.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] ProcCpuinfo.txt

2012-05-06 Thread draco
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133837/+files/ProcCpuinfo.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] ProcModules.txt

2012-05-06 Thread draco
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133840/+files/ProcModules.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] UdevDb.txt

2012-05-06 Thread draco
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/872220/+attachment/3133843/+files/UdevDb.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] MDadmExamine.dev.sdc5.txt

2012-05-06 Thread draco
apport information

** Attachment added: MDadmExamine.dev.sdc5.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133836/+files/MDadmExamine.dev.sdc5.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] ProcMDstat.txt

2012-05-06 Thread draco
apport information

** Attachment added: ProcMDstat.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133839/+files/ProcMDstat.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] ProcMounts.txt

2012-05-06 Thread draco
apport information

** Attachment added: ProcMounts.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133841/+files/ProcMounts.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] ProcInterrupts.txt

2012-05-06 Thread draco
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133838/+files/ProcInterrupts.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] etc.blkid.tab.txt

2012-05-06 Thread draco
apport information

** Attachment added: etc.blkid.tab.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133845/+files/etc.blkid.tab.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


[Bug 872220] initrd.files.txt

2012-05-06 Thread draco
apport information

** Attachment added: initrd.files.txt
   
https://bugs.launchpad.net/bugs/872220/+attachment/3133846/+files/initrd.files.txt

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

Title:
  Fails to boot when there's problems with softraid

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

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


  1   2   3   >