[Bug 1214553] Re: pybuild is broken

2013-08-24 Thread Dmitrijs Ledkovs
** Changed in: dh-python (Ubuntu) Importance: High => Critical ** Changed in: dh-python (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) ** Changed in: dh-python (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a

[Bug 1216438] Re: package samba 2:3.6.18-1ubuntu1 failed to install/upgrade: update-rc.d: /etc/init.d/samba exists during rc.d purge

2013-08-24 Thread Dmitrijs Ledkovs
** Changed in: samba (Ubuntu) Importance: Undecided => High ** Changed in: samba (Ubuntu) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/121643

[Bug 284549] Re: Request update to autoconf-archive

2012-04-10 Thread Dmitrijs Ledkovs
Jaunty and up have newer autoconf-archive synced from debian. ** Changed in: autoconf-archive (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/284549 Title:

[Bug 514795] Re: sensible-browser picks epiphany over preferred browser

2012-04-24 Thread Dmitrijs Ledkovs
i'm on precise now, fresh instlal. Works as expected. ** Changed in: debianutils (Ubuntu) Status: Expired => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/514795 Title: sensible-brow

[Bug 979914] Re: New packages openerp-core and openerp-desktop

2012-04-25 Thread Dmitrijs Ledkovs
of this packaging effort is in the debian-python-apps team svn repository. I am happy to review this packaging work, merge it with mine & upload it into Debian + sync to ubuntu-q, if it is of suitable quality. Regards, Dmitrijs. ** Changed in: ubuntu Assignee: (unassigned) => D

[Bug 935574] Re: ABI incompatability in libsword8 (xiphos segfaults)

2012-02-18 Thread Dmitrijs Ledkovs
Are you suggesting to recompile all reverse-deps on libsword8? When I was packaging 1.6.2 I thought there is ABI change. Upstream / other maintainers convinced me that there isn't. I guess there actually is one. Is there anyway to verify ABI change? -- You received this bug notification bec

[Bug 695166] [NEW] /usr/lib/pkgconfig/libxul-embedding.pc is broken =)

2010-12-28 Thread Dmitrijs Ledkovs
Public bug reported: Binary package hint: xulrunner-2.0 The generated file looks like this: prefix=/usr sdkdir=/usr/lib/xulrunner-devel-2.0b8 includedir=/usr/include/xulrunner-2.0b8 idldir=/usr/share/idl/xulrunner-2.0b8 Name: libxul-embedding Description: Static library for version-independent

[Bug 695166] Re: /usr/lib/pkgconfig/libxul-embedding.pc is broken =)

2010-12-28 Thread Dmitrijs Ledkovs
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695166 Title: /usr/lib/pkgconfig/libxul-embedding.pc is broken =) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 687294] Re: there is a memory leak in nm-applet

2010-12-08 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 686113 *** https://bugs.launchpad.net/bugs/686113 ** This bug has been marked a duplicate of bug 686113 nm-applet hogging memory - using aroud 1 gigabyte of ram * You can subscribe to bug 686113 by following this link: https://bugs.launchpad.net/ubuntu/+

[Bug 686113] Re: nm-applet hogging memory - using aroud 1 gigabyte of ram

2010-12-08 Thread Dmitrijs Ledkovs
Same story here. ** Changed in: network-manager-applet (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/686113 Title: nm-applet hogging memory - using aroud 1

[Bug 687976] Re: [FTBFS] package 'htmldoc' (1.8.27-4.1) failed to build on natty

2010-12-10 Thread Dmitrijs Ledkovs
The updated package (linked) does get build. But unfortunatly it still seems to be susceptible to buffer overflow. Previous buffer overflow was CVE-2009-3050, debbugs #537637. See builds: amd64 https://launchpad.net/~dmitrij.ledkov/+archive/ppa/+build/2090934 i386 https://launchpad.net/~dmitrij.l

[Bug 687976] Re: [FTBFS] 'htmldoc' (1.8.27-4.1) & buffer-overflow

2010-12-10 Thread Dmitrijs Ledkovs
** CVE removed: http://www.cve.mitre.org/cgi- bin/cvename.cgi?name=2009-3050 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/687976 Title: [FTBFS] 'htmldoc' (1.8.27-4.1) & buffer-overflow -- ubuntu-

[Bug 688730] [NEW] Buffer Overflow happens over it's own documentation when compiled with -O2

2010-12-10 Thread Dmitrijs Ledkovs
Public bug reported: Binary package hint: htmldoc See bug #687976 where I have discovered this. bug #491310 maybe related. Will attach backtrace. ** Affects: htmldoc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubu

[Bug 688730] Re: Buffer Overflow happens over it's own documentation when compiled with -O2

2010-12-10 Thread Dmitrijs Ledkovs
:~/src/build-dir/htmldoc-1.8.27/doc$ gdb ../htmldoc/htmldoc GNU gdb (GDB) 7.2-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANT

[Bug 688730] Re: Buffer Overflow happens over it's own documentation when compiled with -O2

2010-12-10 Thread Dmitrijs Ledkovs
8617// Safe because buffer is allocated... 8618strcpy((char *)r->data.text.buffer, (char *)data); Will investigate further =) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 687976] Re: [FTBFS] 'htmldoc' (1.8.27-4.1)

2010-12-10 Thread Dmitrijs Ledkovs
Buffer overflow problem moved to bug #688730. Buffer overflow is caused by -O2 optimisation. Fixing FTBFS by forcing noopt. ** Summary changed: - [FTBFS] 'htmldoc' (1.8.27-4.1) & buffer-overflow + [FTBFS] 'htmldoc' (1.8.27-4.1) -- You received this bug notification because you are a member of U

[Bug 565859] Re: xiphos crashed with SIGSEGV in gecko_html_get_type()

2010-11-28 Thread Dmitrijs Ledkovs
Hello. I have committed a fix which should prevent this type of bugs in the future xulrunner updates. I have ported this patch back to xiphos-3.1.4 and it should land in natty via sync from Debian Experimental. I'm hopping for a smooth xulrunner-2.0 transition. ** Changed in: xiphos (Ubuntu)

[Bug 413697] Re: xiphos crashed with SIGSEGV in main_update_parallel_page()

2010-11-28 Thread Dmitrijs Ledkovs
This bug has been fixed upstream. It will land in Natty after 3.1.4 will be synced from Debian Experimental. Alternativly you can use ppa:pkgcrosswire/ppa now, which doesn't have this bug anymore. Thank you for reporting this issue. ** Changed in: xiphos (Ubuntu) Status: Confirmed => Fix Co

[Bug 682704] [NEW] Sync xiphos 3.1.4-1 (universe) from Debian experimental (main)

2010-11-29 Thread Dmitrijs Ledkovs
e building. * patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20. -- Dmitrijs Ledkovs Thu, 25 Nov 2010 21:26:48 + ** Affects: xiphos (Ubuntu) Importance: Undecided Status: New -- Sync xiphos 3.1.4-1 (universe) from Debian experimental (main) https://bugs

[Bug 683347] [NEW] Lintian fails over xipho-dbg with "objdump-info failed"

2010-11-30 Thread Dmitrijs Ledkovs
Public bug reported: Binary package hint: xiphos I'm running natty and when I'm compiling xiphos in natty pbuilder, lintian failes over debug package like so: $ lintian xiphos-dbg_3.1.4-1_i386.deb warning: collect info objdump-info about package xiphos-dbg failed warning: skipping check of bina

[Bug 683347] Re: Lintian fails over xipho-dbg with "objdump-info failed"

2010-11-30 Thread Dmitrijs Ledkovs
** Tags added: as-needed -- Lintian fails over xipho-dbg with "objdump-info failed" https://bugs.launchpad.net/bugs/683347 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://

[Bug 683440] Re: gnome-panel not started on edubuntu natty alpha 1

2010-12-01 Thread Dmitrijs Ledkovs
I do not have unity installed. And after a recent upgrade my gnome- panels do not start-up. I have automatic login enabled, so I do not see GDM. All I have is chromium browser (which I had on auto-startup) and icons on my desktop. Gnome-launcher doesn't work and Ctrl+Alt+T doesn'† start terminal ei

[Bug 683873] [NEW] gnome-panel stopped autostarting

2010-12-01 Thread Dmitrijs Ledkovs
Public bug reported: Binary package hint: gnome-panel After a recent dist-upgrade gnome-panel doesn't start. I have automatic login enabled. I do not have unity installed. Gnome-panel doesn't autostart. I have working "desktop", i.e. working launchers on the desktop. I will attach the aptitude

[Bug 683873] Re: gnome-panel stopped autostarting

2010-12-01 Thread Dmitrijs Ledkovs
-- gnome-panel stopped autostarting https://bugs.launchpad.net/bugs/683873 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 683873] Re: gnome-panel stopped autostarting

2010-12-01 Thread Dmitrijs Ledkovs
I believe after this aptitude dist-upgrade the gnome-panel stopped autologin on login. ** Attachment added: "broken-panel-after-this.log" https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/683873/+attachment/1752028/+files/broken-panel-after-this.log ** Also affects: gnome-session (Ub

[Bug 635935] Re: sword-language-pack-fr not installable

2010-12-01 Thread Dmitrijs Ledkovs
My team has took over sword a while ago. I personally have no clue where this language pack came from and how it is supposed to work. Please use xiphos or bibletime to access crosswire repositories and install modules from there. I will seek further information about this package. ** Changed in:

[Bug 49959] Re: No packages for bindings

2010-12-01 Thread Dmitrijs Ledkovs
** Changed in: sword (Ubuntu) Status: In Progress => Fix Committed -- No packages for bindings https://bugs.launchpad.net/bugs/49959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ub

[Bug 635935] Re: sword-language-pack-fr not installable

2010-12-02 Thread Dmitrijs Ledkovs
** Package changed: sword (Ubuntu) => sword-language-packs (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/635935 Title: sword-language-pack-fr not installable -- ubuntu-bugs mailing list u

[Bug 614151] Re: depends sword-text-rst don't exist

2010-12-02 Thread Dmitrijs Ledkovs
** Changed in: sword-language-packs (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/614151 Title: depends sword-text-rst don't exist -- ubuntu-bugs mailing l

[Bug 684510] [NEW] Remove sword-language-packs from Ubuntu

2010-12-02 Thread Dmitrijs Ledkovs
Public bug reported: This is a meta-package "generator" which should install sword-text-* packages by language. 1) it's not in Debian 2) It's buggy Bug #635935 Bug #614151 3) Current https://launchpad.net/ubuntu/+source/sword maintainers in Debian/Ubuntu https://launchpad.net/~pkgcrosswire do no

Re: [Bug 684510] Re: Remove sword-language-packs from Ubuntu

2010-12-03 Thread Dmitrijs Ledkovs
Last update on the itchux derivative page was more than a year a go. [1] Maybe it needs to be dropped as well? [1] http://ichthux.com/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/684510 Title: R

[Bug 77138] Re: gtkdoc-fixxref broken by compressed documentation

2010-12-05 Thread Dmitrijs Ledkovs
Fixed in 7.0.10 and higher. ** Changed in: debhelper (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/77138 Title: gtkdoc-fixxref broken by compressed docum

[Bug 1241212] Re: package ntfs-3g 1:2013.1.13AR.1-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-17 Thread Dmitrijs Ledkovs
chown: invalid group: ‘root:root’ chown: invalid group: ‘root:root’ Updating database of manual pages ... Setting up ntfs-3g (1:2013.1.13AR.1-2ubuntu1) ... chown: invalid group: ‘root:root’ dpkg: error processing ntfs-3g (--configure): subprocess installed post-installation script returned error e

[Bug 1240986] Re: "Log in later" not translated for simplified Chinese in U1 login

2013-10-17 Thread Dmitrijs Ledkovs
Due to bug #1235192, we didn't have any translations, thanks to a respin we did get some on the saucy cd. the string is present in templates and is translated in: zh_TW locales (and a few others) but there is no translation in zh_HK nor zh_CN. Which locale did you use? Is it simply the case of mis

[Bug 1231091] Re: Screenreader starts, but quits working in live session on install

2013-10-17 Thread Dmitrijs Ledkovs
** Changed in: ubiquity (Ubuntu) Importance: Undecided => High ** Changed in: ubiquity (Ubuntu) Milestone: None => ubuntu-14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1231091 Title: S

[Bug 1216470] Re: ntfs-3g Raring package does not indicate that it provides ntfsprogs

2013-10-18 Thread Dmitrijs Ledkovs
** Summary changed: - ntfs-3g Raring package does not indicate it "replaces ntfsprogs" + ntfs-3g Raring package does not indicate that it provides ntfsprogs ** Changed in: ntfs-3g (Ubuntu Saucy) Status: Confirmed => In Progress -- You received this bug notification because you are a memb

[Bug 1173904] Re: dmeventd package is missing libdevmapper-event-lvm2mirror.so and libdevmapper-event-lvm2snapshot.so

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: lvm2 (Ubuntu) Status: Confirmed => In Progress ** Changed in: lvm2 Status: New => Invalid ** Changed in: lvm2 (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1205424] Re: Re-enable CLVM

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: lvm2 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1205424 Title: Re-enable CLVM To manage notifications about this bug go to: https

[Bug 1241539] [NEW] ubiquity-dm is missing keyboard, input, sound, system indicators

2013-10-18 Thread Dmitrijs Ledkovs
Public bug reported: ubiquity-dm is missing keyboard, input, sound, system indicators those need "ubiquity" profile defined. ** Affects: indicator-sound (Ubuntu) Importance: High Assignee: Dmitrijs Ledkovs (xnox) Status: Triaged ** Affects: ubiquity (Ubuntu)

[Bug 1241538] [NEW] ubiquity-dm is missing keyboard, input, sound, system indicators

2013-10-18 Thread Dmitrijs Ledkovs
Public bug reported: ubiquity-dm is missing keyboard, input, sound, system indicators those need "ubiquity" profile defined. ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1241539] Re: ubiquity-dm is missing keyboard, input, sound, system indicators

2013-10-18 Thread Dmitrijs Ledkovs
ntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) ** Changed in: indicator-sound (Ubuntu) Importance: Medium => High ** Also affects: indicator-session (Ubuntu) Importance: Undecided Status: New ** Changed in: indicator-session (Ubuntu) Status: New => Triaged ** Ch

[Bug 1241504] Re: is there a limitation of numbers on system tray or indicators

2013-10-18 Thread Dmitrijs Ledkovs
which panel and which desktop environment? can you send a screenshot as to where you expect it to be? (it could be ubiquity-dm, lightdm, unity-desktop, ubuntu for phones, lubuntu/xubuntu panel applet, KDE plasma) ** Changed in: ubiquity (Ubuntu) Status: New => Incomplete -- You received

[Bug 1241539] Re: ubiquity-dm is missing keyboard, input, sound, system indicators

2013-10-18 Thread Dmitrijs Ledkovs
ntu) Status: New => Triaged ** Changed in: indicator-keyboard (Ubuntu) Importance: Undecided => High ** Changed in: indicator-bluetooth (Ubuntu) Importance: Undecided => High ** Changed in: indicator-bluetooth (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox)

[Bug 545830] Re: 403 error when using a non-cached repository

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: squid-deb-proxy (Ubuntu) Assignee: Dmitrijs Ledkovs (xnox) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/545830 Title: 403 error when using a non-cac

[Bug 901038] Re: packages fail to install: Failed to connect to socket /com/ubuntu/upstart: Connection refused

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: upstart (Ubuntu) Assignee: Dmitrijs Ledkovs (xnox) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/901038 Title: packages fail to install: Failed

[Bug 1241714] Re: SurfaceFlinger segfaults in the emulator

2013-10-18 Thread Dmitrijs Ledkovs
Let's try Mir, shall we? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241714 Title: SurfaceFlinger segfaults in the emulator To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1241714] [NEW] SurfaceFlinger segfaults in the emulator

2013-10-18 Thread Dmitrijs Ledkovs
Public bug reported: I/UpstartPropertyWatcher( 563): Property changed: init.svc.surfaceflinger=running I/ServiceManager( 572): Waiting for service SurfaceFlinger... I/SurfaceFlinger( 2745): SurfaceFlinger is starting I/SurfaceFlinger( 2745): use dithering I/SurfaceFlinger( 2745): SurfaceFlinger

[Bug 1241714] Re: SurfaceFlinger segfaults in the emulator

2013-10-18 Thread Dmitrijs Ledkovs
** Attachment added: "_usr_bin_maliit-server.32011.crash" https://bugs.launchpad.net/ubuntu/+source/android/+bug/1241714/+attachment/3882451/+files/_usr_bin_maliit-server.32011.crash ** Also affects: mir Importance: Undecided Status: New ** Summary changed: - SurfaceFlinger segfaul

[Bug 1241714] Re: SurfaceFlinger segfaults in the emulator

2013-10-18 Thread Dmitrijs Ledkovs
** Attachment added: "_usr_bin_unity8.32011.crash" https://bugs.launchpad.net/ubuntu/+source/android/+bug/1241714/+attachment/3882450/+files/_usr_bin_unity8.32011.crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1241714] Re: SurfaceFlinger/mir segfaults in the emulator

2013-10-18 Thread Dmitrijs Ledkovs
Hm, the crash file does not look useful at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241714 Title: SurfaceFlinger/mir segfaults in the emulator To manage notifications about this bug go t

[Bug 955232] Re: Switch 'prepare' and 'wifi' steps

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: ubiquity (Ubuntu Saucy) Status: Triaged => Won't Fix ** Changed in: ubiquity (Ubuntu) Status: Triaged => Fix Committed ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) -- You received this bug notification bec

[Bug 1213748] Re: accessibility indicator in only-ubiquity

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: ubiquity (Ubuntu) Status: New => Confirmed ** Changed in: ubiquity (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1213748] Re: accessibility indicator in only-ubiquity

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: ubiquity (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1213748 Title: accessibility indicator in only-ubiquity To manage notificati

[Bug 1228302] Re: btrfs-convert does not work (unable to open ctree)

2013-10-18 Thread Dmitrijs Ledkovs
** Changed in: btrfs-tools (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: btrfs-tools (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1241758] Re: ReiserFS support removed from Ubuntu 13.10 installer => not even possible to mount existing partitions

2013-10-18 Thread Dmitrijs Ledkovs
;t Fix ** Changed in: partman-partitioning (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241758 Title: ReiserFS support removed fro

[Bug 1154345] Re: Orca announces status of each steps' progress dot

2013-10-18 Thread Dmitrijs Ledkovs
A few times I've tried to find documentation of ATK objects and a11y framework. Even to the point of idling and discussing this on #a11y. In essence, there doesn't appear to be any API to pragmatically control a11y in particular: - emit custom events / announcements - suppress events Ideally I'd

[Bug 1241538] Re: ubiquity-dm is missing keyboard, input, sound, system indicators

2013-10-18 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 1241539 *** https://bugs.launchpad.net/bugs/1241539 ** This bug has been marked a duplicate of bug 1241539 ubiquity-dm is missing keyboard, input, sound, system indicators -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1174026] Re: installation guide for Ubuntu 13.10 refers to try wubi

2013-10-19 Thread Dmitrijs Ledkovs
Why is this a problem? wubi.exe was published/released with 13.10 saucy release. http://releases.ubuntu.com/13.10/wubi.exe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1174026 Title: installation g

[Bug 1242023] Re: dm-crypt passphrase asked before keyboard layout

2013-10-19 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 1047384 *** https://bugs.launchpad.net/bugs/1047384 We have a keyboard bug on every page in the installer... https://wiki.ubuntu.com/Ubiquity/KeyboardBug ** This bug has been marked a duplicate of bug 1047384 System Encryption Password set before setting

[Bug 876704] Re: /var/run/sphinxsearch not present after reboot, sphinxsearch fails to start

2013-10-21 Thread Dmitrijs Ledkovs
I believe this is fixed in 12.10 (Quantal) and up with the 2.0.4-1.1ubuntu1 upload. ** Changed in: sphinxsearch (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 990395] Re: Searchd fails to restart

2013-10-21 Thread Dmitrijs Ledkovs
** Changed in: sphinxsearch (Ubuntu) Status: Confirmed => Fix Released ** Also affects: sphinxsearch (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: sphinxsearch (Ubuntu Precise) Status: New => Confirmed -- You received this bug notification because you

[Bug 1174026] Re: installation guide for Ubuntu 13.10 refers to try wubi

2013-10-21 Thread Dmitrijs Ledkovs
wubi can install 12.10, 13.04 and 13.10 just fine. And I tested that with each release. It is true that ubuntu.com does not recommend it, as it doesn't work for all computers (specifically it doesn't work with windows UEFI based ones). Nonetheless, there is a warning check soon to be merged into

[Bug 1241504] Re: is there a limitation of numbers on system tray or indicators

2013-10-21 Thread Dmitrijs Ledkovs
There are no indicator limits that I am aware off. I at the moment have 9 indicators visible. Ubiquity is the installer used by Ubuntu and Official Flavours, and has nothing to do with your bug-report. I'll reassign it to lxpanel, and hopefully somebody can look into it. ** Package changed: ubiqu

[Bug 1242017] Re: 1179093

2013-10-21 Thread Dmitrijs Ledkovs
Oct 19 11:39:51 ubuntu-gnome ubiquity: dpkg: error processing /cdrom//pool/main/c/console-setup/console-setup-linux_1.88_all.deb (--unpack): Oct 19 11:39:51 ubuntu-gnome ubiquity: trying to overwrite '/etc/console-setup/compose.ISO-8859-13.inc', which is also in package console-setup 1.88 --

[Bug 1241354] Re: The problem started when I was trying to upgrade from ubuntu 13.04 to ubuntu 13.10 without a CD.. I downloaded the 13.10 version and ran it from the 13.04 one. The system crashed dur

2013-10-21 Thread Dmitrijs Ledkovs
Upgrade instructions: http://www.ubuntu.com/download/desktop/upgrade Do not use / boot CD to upgrade, that's not the default upgrade path. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1241354 Title:

[Bug 1063399] Re: ubiquity fails when useing kde

2013-10-21 Thread Dmitrijs Ledkovs
remastersys is not support software in ubuntu. For remastering desktop images please use either official build-infrastructure projects which are opensource: lp:ubuntu-cdimage & lp:livecd-rootfs. Or you can try using ubuntu-defaults-builder for a simplier way to remaster images https://launchpad

[Bug 1084547] Re: Unclear which part of disk will be allocated to Ubuntu when installing alongside other operating systems

2013-10-21 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 947107 *** https://bugs.launchpad.net/bugs/947107 ??? this has been fixed in saucy release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1084547 Title: Uncle

[Bug 1238587] Re: Couldn't choose a keyboard layout before hardware encryption settings

2013-10-21 Thread Dmitrijs Ledkovs
https://wiki.ubuntu.com/Ubiquity/KeyboardBug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238587 Title: Couldn't choose a keyboard layout before hardware encryption settings To manage notificatio

[Bug 1239081] Re: After installation on UEFI system, bootloader doesn't work.

2013-10-21 Thread Dmitrijs Ledkovs
possibly duplicate of bug #1242417 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239081 Title: After installation on UEFI system, bootloader doesn't work. To manage notifications about this bug go

[Bug 1225799] Re: Installer did not offer the option to manually resize the partitions while installing alongside another Operating System

2013-10-21 Thread Dmitrijs Ledkovs
You seemed to have enough empty disk-space available and thus it simply installed the new ubuntu into available disk-space. When performing "install along side" test case, make sure you use 1 hard-drive with an operating system install, which uses complete disk space. ** Changed in: ubiquity (Ubu

[Bug 1239004] Re: plymouth doesn't support touch screens - Cannot enter full disk encryption passphrase on Lenovo Helix in tablet mode

2013-10-21 Thread Dmitrijs Ledkovs
One alternative is to only encrypt user-home directory, then your personal files are protected and will be decrypted upon login from lightdm, which does support touch screens. Ideally plymouth would support touch-screen input. Or we somehow include touch screen support into initramfs and/or alter

[Bug 1237861] Re: plugininstall.py crashed with SIGSEGV in PyGC_Collect()

2013-10-21 Thread Dmitrijs Ledkovs
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237861 Title: plugininstall.py crashed with SIGSEGV in PyGC_Collect() To manage notifications about

[Bug 1229684] Re: Ubiquity crashed after entering ubuntu-one credentials

2013-10-21 Thread Dmitrijs Ledkovs
ubiquity is not on the touch images. ** Tags removed: qa-touch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229684 Title: Ubiquity crashed after entering ubuntu-one credentials To manage notific

[Bug 1242417] Re: UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio)

2013-10-21 Thread Dmitrijs Ledkovs
As per comment #7 "We need to use /EFI/ubuntu for all flavours in the Ubuntu archive." ** Summary changed: - UEFI install broken on Kubuntu 13.10 + UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio) ** Also affects: ubuntustudio-default-settings (Ubuntu) Importance:

[Bug 1242417] Re: UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio)

2013-10-21 Thread Dmitrijs Ledkovs
** Changed in: grub2 (Ubuntu) Status: Won't Fix => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1242417 Title: UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/U

[Bug 1239081] Re: After installation on UEFI system, bootloader doesn't work.

2013-10-21 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 1242417 *** https://bugs.launchpad.net/bugs/1242417 ** This bug has been marked a duplicate of bug 1242417 UEFI install broken when GRUB_DISTRIBUTOR!=Ubuntu (e.g. Kubuntu/UbuntuStudio) -- You received this bug notification because you are a member of Ubu

[Bug 1239473] Re: do not build-depend on valgrind on AArch64, not yet available

2013-10-21 Thread Dmitrijs Ledkovs
** Changed in: libdbusmenu (Ubuntu Saucy) Status: Confirmed => Fix Released ** Changed in: libdbusmenu (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1239474] Re: do not build-depend on mono on AArch64, not yet available

2013-10-21 Thread Dmitrijs Ledkovs
** Changed in: libappindicator (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: libappindicator (Ubuntu Saucy) Status: Confirmed => Fix Committed ** Changed in: libappindicator (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: libappindicator (Ubuntu Sa

[Bug 1243088] Re: important fixes from newer releases

2013-10-22 Thread Dmitrijs Ledkovs
** Also affects: dh-python (Ubuntu Saucy) Importance: Undecided Status: New ** Also affects: dh-python (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: dh-python (Ubuntu Saucy) Status: New => Fix Released ** Changed in: dh-python (Ubuntu Saucy) S

[Bug 1243567] Re: [trusty] python-apt 0.9.0 typo

2013-10-23 Thread Dmitrijs Ledkovs
http://anonscm.debian.org/gitweb/?p=apt/python- apt.git;a=commitdiff;h=e363423387f71fd6d6ea68b9b432019b0e91c3a3 ** Changed in: python-apt (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1229684] Re: Ubiquity crashed after entering ubuntu-one credentials

2013-09-26 Thread Dmitrijs Ledkovs
is the internet fully working & available? ** Changed in: ubiquity (Ubuntu Saucy) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) ** Tags added: u1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1229424] Re: Ubiquity fails to launch when live session selected from text menu

2013-09-26 Thread Dmitrijs Ledkovs
Confirming with 20130925.1 image as well. Ubiquity is shown as running in ps output. yet is not displayed at all =( very strange. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229424 Title: Ubiquit

[Bug 1231910] Re: Cannot find ramdisk

2013-09-27 Thread Dmitrijs Ledkovs
** Attachment added: "boot.log" https://bugs.launchpad.net/ubuntu/+source/linux-goldfish/+bug/1231910/+attachment/3844270/+files/boot.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1231910 Titl

[Bug 1231910] [NEW] Cannot find ramdisk

2013-09-27 Thread Dmitrijs Ledkovs
Public bug reported: tail of the boot log: RAMDISK: Couldn't find valid RAM disk image starting at 0. VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6 Please append a correct "root=" boot option; here are the available partitions: 1f00 641536 mtdblock0 (driver?) 1f0

[Bug 1231910] Re: Cannot find ramdisk

2013-09-27 Thread Dmitrijs Ledkovs
https://wiki.diebin.at/Under_the_hood_of_Android_Emulator_(appcert) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1231910 Title: Cannot find ramdisk To manage notifications about this bug go to: ht

[Bug 1231759] Re: Ubuntu32bit generally cannot work on 64bit UEFI computers

2013-09-27 Thread Dmitrijs Ledkovs
*** This bug is a duplicate of bug 102 *** https://bugs.launchpad.net/bugs/102 ubiquity is not the right project to file bugs against ubuntu.com website content, which will be recommending 64-bit downloads by default for the 13.10 release. Not sure if there is anything else in this bug

[Bug 1229684] Re: Ubiquity crashed after entering ubuntu-one credentials

2013-09-27 Thread Dmitrijs Ledkovs
ubuntu1 plugin retrieves / talks to following urs: UBUNTU_SSO_URL = "https://login.ubuntu.com/api/v2/"; UBUNTU_ONE_URL = "https://one.ubuntu.com/"; UBUNTU_TC_URL = "https://one.ubuntu.com/terms/embedded/"; I could run it with wireshark to get more traffic. -- You received this bug notification b

[Bug 1231998] [NEW] dunno

2013-09-27 Thread Dmitrijs Ledkovs
Public bug reported: dunno ProblemType: RecoverableProblem DistroRelease: Ubuntu 13.10 Package: upstart-app-launch 0.1+13.10.20130925.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1 Uname: Linux 3.11.0-8-generic x86_64 AppID: net.launchpad.click-webapps.ebay_ebay_1 ApportVersio

[Bug 1231998] Re: dunno

2013-09-27 Thread Dmitrijs Ledkovs
local 3rd party webapp. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1231998 Title: dunno To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/upstart-app-launch

[Bug 1232040] [NEW] unity-panel-service assert failure: dbus_error.c:69: Unhandled error from nih_dbus_error_raise: Connection was disconnected before a reply was received

2013-09-27 Thread Dmitrijs Ledkovs
Public bug reported: 1) upgraded system upstart 2) logged out 3) logged back in 4) got this crash pop up ProblemType: Crash DistroRelease: Ubuntu 13.10 Package: unity-services 7.1.0+13.10.20130920-0ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1 Uname: Linux 3.11.0-8-generic x86_6

[Bug 1232096] [NEW] Remove openais from saucy, moved on to corosync 2.x

2013-09-27 Thread Dmitrijs Ledkovs
Public bug reported: corosync package has moved to 2.x series, which supersedes all openais development. It's no longer possible to build openais in saucy (since no corosync 1.4.x is available). ** Affects: openais (Ubuntu) Importance: Undecided Status: New ** Tags: ftbfs ** Ta

[Bug 1227212] Re: Session logout takes too long

2013-09-27 Thread Dmitrijs Ledkovs
** Changed in: upstart (Ubuntu) Status: New => Fix Committed ** Changed in: upstart (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227212 Title: Ses

[Bug 524893] Re: versatile: Can't boot initramfses

2013-09-30 Thread Dmitrijs Ledkovs
** Changed in: android (Ubuntu) Assignee: (unassigned) => Dmitrijs Ledkovs (xnox) ** Changed in: android (Ubuntu) Milestone: None => ubuntu-13.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1231910] Re: Cannot find ramdisk

2013-09-30 Thread Dmitrijs Ledkovs
Actually this is a bug in android's qemu, dupe of bug 524893 ** Changed in: linux-goldfish (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1231910 Title: Cannot

[Bug 1229675] Re: still failing to boot stock AOSP images

2013-09-30 Thread Dmitrijs Ledkovs
duplicate of the bug #524893 as well ** Changed in: linux-goldfish (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229675 Title: still failing to boot stock A

[Bug 1216853] Re: LiveCD missing nfs/crypt kernel modules in the initramfs - During PXE booting failed to mount nfs directory

2013-09-30 Thread Dmitrijs Ledkovs
Please try the daily precise image from: http://cdimage.ubuntu.com/precise/daily-live/current/ This bug was fixed post 12.04.3 was released, therefore it will only be part of the 12.04.4 milestone image. Until then use the daily image from above URL. ** Changed in: ubuntu-cdimage Status:

[Bug 1140206] Re: pydist-overrides ignores package names with hyphens

2013-10-03 Thread Dmitrijs Ledkovs
** Also affects: python-defaults (Ubuntu Quantal) Importance: Undecided Status: New ** Changed in: python-defaults (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1015219] Re: Can't install lib64stdc++6 due to unmet dependencies

2013-10-23 Thread Dmitrijs Ledkovs
** Also affects: gcc-4.7 (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: gcc-4.7 (Ubuntu Precise) Importance: Undecided => Medium ** Changed in: gcc-4.7 (Ubuntu Precise) Status: New => Triaged -- You received this bug notification because you are a member o

[Bug 997096] Re: nscd segmentation fault

2013-10-23 Thread Dmitrijs Ledkovs
Hasn't this been fixed across the board with the latest security update? http://www.ubuntu.com/usn/usn-1991-1/ that was pushed out across the board. ** Changed in: eglibc (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 1244198] Re: package python3 3.3.2-14ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 4

2013-10-24 Thread Dmitrijs Ledkovs
ubiquity-frontend-gtk must not be installed on normal running systems. Why do you have it installed? What machine are you upgrading? ** Changed in: ubiquity (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

<    1   2   3   4   5   6   7   8   9   10   >