[Bug 1940220] [NEW] SyntaxWarning twice during installaton

2021-08-17 Thread Andriy Tymchenko
Public bug reported:

I just installed pelican and got syntax warning twice during
installation

1) The release of Ubuntu 
$ lsb_release -rd
Description:Ubuntu 20.04.2 LTS
Release:20.04

2) The version of the package
$ apt-cache policy pelican
pelican:
  Installed: 4.0.1+dfsg-1
  Candidate: 4.0.1+dfsg-1
  Version table:
 *** 4.0.1+dfsg-1 500

3) What you expected to happen
smooth installation without warnings

4) What happened instead
snapshot from apt install
===
Setting up pelican (4.0.1+dfsg-1) ...
/usr/lib/python3/dist-packages/pelican/tools/pelican_themes.py:84: 
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if args.action is 'list':
/usr/lib/python3/dist-packages/pelican/tools/pelican_themes.py:86: 
SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif args.action is 'path':
===

** Affects: pelican (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/1940220

Title:
  SyntaxWarning twice during installaton

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


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

[Bug 1928591] [NEW] SyntaxWarning during installation

2021-05-16 Thread Andriy Tymchenko
Public bug reported:

during installation of bugwarrior on this machine for first time, got
warning

---
Setting up bugwarrior (1.7.0-1) ...
/usr/lib/python3/dist-packages/bugwarrior/db.py:294: SyntaxWarning: "is not" 
with a literal. Did you mean "!="?
  if exit_code is not 0:
---

expected behavior - no warnings

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bugwarrior 1.7.0-1
ProcVersionSignature: Ubuntu 5.4.0-72.80-generic 5.4.101
Uname: Linux 5.4.0-72-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Sun May 16 18:27:01 2021
InstallationDate: Installed on 2020-10-25 (203 days ago)
InstallationMedia: Ubuntu-MATE 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
PackageArchitecture: all
SourcePackage: bugwarrior
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  SyntaxWarning during installation

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

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

[Bug 1917975] Re: post-install script fail

2021-03-05 Thread Andriy Tymchenko
after installation finished, launch of gramps in command line without
any data imported gives 100% repeatable stack snippet after each launch,
several times

===
/usr/lib/python3/dist-packages/gramps/gen/plug/_pluginreg.py:1138: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if PluginRegister.__instance is not 1:
/usr/lib/python3/dist-packages/gramps/gen/plug/_manager.py:86: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if BasePluginManager.__instance is not 1:
/usr/lib/python3/dist-packages/gramps/gui/pluginmanager.py:74: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if GuiPluginManager.__instance is not 1:
/usr/lib/python3/dist-packages/gramps/plugins/lib/maps/messagelayer.py:116: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
  self.message += "\n%s" % message if self.message is not "" else message
===

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

Title:
  post-install script fail

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

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

[Bug 1917975] [NEW] post-install script fail

2021-03-05 Thread Andriy Tymchenko
Public bug reported:

during installation install script gave out this

===
Setting up gramps (5.1.2-1) ...
/usr/lib/python3/dist-packages/gramps/gen/plug/_manager.py:86: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if BasePluginManager.__instance is not 1:
/usr/lib/python3/dist-packages/gramps/gen/plug/_pluginreg.py:1138: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if PluginRegister.__instance is not 1:
/usr/lib/python3/dist-packages/gramps/gui/pluginmanager.py:74: SyntaxWarning: 
"is not" with a literal. Did you mean "!="?
  if GuiPluginManager.__instance is not 1:
/usr/lib/python3/dist-packages/gramps/plugins/export/exportvcalendar.py:205: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if date_string is not "":
/usr/lib/python3/dist-packages/gramps/plugins/lib/maps/messagelayer.py:116: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
  self.message += "\n%s" % message if self.message is not "" else message
===

program has not been launched yet

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gramps 5.1.2-1
ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
Uname: Linux 5.4.0-65-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Sat Mar  6 08:12:53 2021
InstallationDate: Installed on 2020-10-25 (132 days ago)
InstallationMedia: Ubuntu-MATE 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
PackageArchitecture: all
SourcePackage: gramps
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  post-install script fail

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

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

Re: [Bug 1585469] Re: Open externally menu item causes stacktrace

2019-12-23 Thread Andriy Tymchenko
I believe it is irrelevant in my context, as I have no more Ubuntu
14.10 installed across system, nor I have any Xubuntu desktop systems.
Feel free to close this as outdated - I have no means to reproduce it
and hardware had been recycled already.

On Sun, 22 Dec 2019 at 17:10, Paul White <1585...@bugs.launchpad.net> wrote:
>
> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner.
>
> This release of Ubuntu is no longer receiving maintenance updates. If
> this is still an issue using a maintained version of Ubuntu then please
> let us know otherwise this report can be left to expire in approximately
> 60 days time.
>
> Paul White
> [Ubuntu Bug Squad]
>
> ** Changed in: meld (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1585469
>
> Title:
>   Open externally menu item causes stacktrace
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/meld/+bug/1585469/+subscriptions


-- 
My brief card is http://about.me/silpol

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

Title:
  Open externally menu item causes stacktrace

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

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

[Bug 1838273] Re: krita krashes on new file

2019-07-29 Thread Andriy Tymchenko
I forgot to upgrade kritaf from PPA after distribution upgrade. After
upgrade everything is fine.

** Changed in: krita (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/1838273

Title:
  krita krashes on new file

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

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

[Bug 1838273] [NEW] krita krashes on new file

2019-07-29 Thread Andriy Tymchenko
Public bug reported:

after upgrade from bionic to disco, krita can not create new files
anymore

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: krita 1:4.1.7+dfsg-1
ProcVersionSignature: Ubuntu 5.0.0-21.22-generic 5.0.15
Uname: Linux 5.0.0-21-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
Date: Mon Jul 29 17:37:23 2019
InstallationDate: Installed on 2018-02-22 (522 days ago)
InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Release amd64 
(20180106)
SourcePackage: krita
UpgradeStatus: Upgraded to disco on 2019-07-29 (0 days ago)

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


** Tags: amd64 apport-bug disco

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

Title:
  krita krashes on new file

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

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

[Bug 1669927] Re: fprintd fails often and there are traces in log files

2017-10-22 Thread Andriy Tymchenko
I have sent _many_ times auto-report with subject line like "fprintd
crashed with signal 5 in g_malloc", it might be related or maybe not.

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

Title:
  fprintd fails often and there are traces in log files

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

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

[Bug 1669927] Re: fprintd fails often and there are traces in log files

2017-08-13 Thread Andriy Tymchenko
I have upgraded system and it has raised version of fprintd but the
problem is still present

---
$ lsb_release -rd
Description:Ubuntu 17.04
Release:17.04

$ apt-cache policy fprintd
fprintd:
  Installed: 0.7.0-1
  Candidate: 0.7.0-1
  Version table:
 *** 0.7.0-1 500
500 http://fi.archive.ubuntu.com/ubuntu zesty/universe amd64 Packages
100 /var/lib/dpkg/status

---

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

Title:
  fprintd fails often and there are traces in log files

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

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


[Bug 1677045] Re: mc crashed on attempt to transfer single file to host via SFTP

2017-03-28 Thread Andriy Tymchenko
I have executed without problem command

scp local-archive-name.zip username@hostname:

and it had transferred it just fine.

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

Title:
  mc crashed on attempt to transfer single file to host via SFTP

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

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


[Bug 1677045] [NEW] mc crashed on attempt to transfer single file to host via SFTP

2017-03-28 Thread Andriy Tymchenko
Public bug reported:

I have opened SFTP connection to another host in local network and got
traversed down to home directory where wanted to copy single ZIP file.
Once I pushed on F5 to copy local file to remote location, it crashed
with message

(mc:19924): GLib-ERROR **:
/build/glib2.0-1CRe1z/glib2.0-2.50.2/./glib/gmem.c:100: failed to
allocate 94466869447131bytes

Trace/breakpoint trap (core dumped)

I got collected coredump with apport (should be attached) and got
punched this short note.

Local file has normal access rights (it is ZIP downloaded myself in
Firefox earlier), so no access rights on this side should be problem.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: mc 3:4.8.17-1
ProcVersionSignature: Ubuntu 4.8.0-44.47-generic 4.8.17
Uname: Linux 4.8.0-44-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
CurrentDesktop: MATE
Date: Wed Mar 29 00:27:35 2017
InstallationDate: Installed on 2016-08-31 (209 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
SourcePackage: mc
UpgradeStatus: Upgraded to yakkety on 2017-03-25 (3 days ago)

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


** Tags: amd64 apport-bug yakkety

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

Title:
  mc crashed on attempt to transfer single file to host via SFTP

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

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


[Bug 1567697] Re: libcurl is missing http2 support

2017-03-25 Thread Andriy Tymchenko
from -V key it looks like current curl in Yakkety is built with GnuTLS

silpol@lorry:~$ curl -V
curl 7.50.1 (x86_64-pc-linux-gnu) libcurl/7.50.1 GnuTLS/3.5.3 zlib/1.2.8 
libidn/1.33 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 
pop3s rtmp rtsp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL 
libz TLS-SRP UnixSockets

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

Title:
  libcurl is missing http2 support

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

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


[Bug 1567697] Re: libcurl is missing http2 support

2017-03-25 Thread Andriy Tymchenko
time passes, new releases come, nothing changes

silpol@lorry:~$ curl --http2 www.google.com
curl: (1) Unsupported protocol

silpol@lorry:~$ lsb_release -rd
Description:Ubuntu 16.10
Release:16.10

silpol@lorry:~$ apt-cache policy libcurl3
libcurl3:
  Installed: 7.50.1-1ubuntu1.1
  Candidate: 7.50.1-1ubuntu1.1
  Version table:
 *** 7.50.1-1ubuntu1.1 500
500 http://fi.archive.ubuntu.com/ubuntu yakkety-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu yakkety-security/main amd64 
Packages
100 /var/lib/dpkg/status
 7.50.1-1ubuntu1 500
500 http://fi.archive.ubuntu.com/ubuntu yakkety/main amd64 Packages

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

Title:
  libcurl is missing http2 support

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

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


[Bug 1669927] [NEW] fprintd fails often and there are traces in log files

2017-03-03 Thread Andriy Tymchenko
Public bug reported:

After installation of fprintd, pam module and related middleware, and
enrolling fingerprint, it started to work within expected pattern in
command-line interface cases - in most cases it is enough one scan,
sometimes needs second scan and rarely third or even defaulting to
password.

When it comes to login into Mate desktop environment (I use Mate on
Ubuntu standard distribution), it has significantly worse misses rate -
password typed in approximately 60-70% cases.

This is snippet from syslog (hostname changed to host)
---
Mar  3 08:04:12 host fprintd[22006]: ** Message: identify_cb: result 
verify-unknown-error (-5)
Mar  3 08:04:12 host fprintd[22006]: (fprintd:22006): GLib-ERROR **: 
/build/glib2.0-prJhLS/glib2.0-2.48.2/./glib/gmem.c:130: failed to allocate 
18446744073709551612 bytes
Mar  3 08:04:12 host kernel: [516405.322150] traps: fprintd[22006] trap int3 
ip:7ff606c03a5b sp:7ffce41c2320 error:0
Mar  3 08:04:12 host systemd[1]: fprintd.service: Main process exited, 
code=dumped, status=5/TRAP
Mar  3 08:04:12 host systemd[1]: fprintd.service: Unit entered failed state.
Mar  3 08:04:12 host systemd[1]: fprintd.service: Failed with result 
'core-dump'.
Mar  3 08:04:12 host dbus[911]: [system] Activating via systemd: service 
name='net.reactivated.Fprint' unit='fprintd.service'
---

Also dmesg has enough error messages grep-ped out
---
[Fri Feb 24 01:19:22 2017] usb 1-8: usbfs: process 16099 (fprintd) did not 
claim interface 0 before use
[Fri Feb 24 01:19:23 2017] traps: fprintd[16099] trap int3 ip:7f924366fa5b 
sp:7ffd459a4e40 error:0
[Fri Feb 24 03:20:34 2017] usb 1-8: usbfs: process 19276 (fprintd) did not 
claim interface 0 before use
[Fri Feb 24 03:20:38 2017] traps: fprintd[19276] trap int3 ip:7f4f63b0fa5b 
sp:7ffdeebbd5a0 error:0
[Fri Feb 24 23:51:36 2017] usb 1-8: usbfs: process 18722 (fprintd) did not 
claim interface 0 before use
[Fri Feb 24 23:51:37 2017] traps: fprintd[18722] trap int3 ip:7fe868393a5b 
sp:7ffd23400a30 error:0
[Sat Feb 25 00:10:03 2017] usb 1-8: usbfs: process 20018 (fprintd) did not 
claim interface 0 before use
[Sat Feb 25 00:10:04 2017] traps: fprintd[20018] trap int3 ip:7f1297a07a5b 
sp:7ffe59935da0 error:0
[Sat Feb 25 01:56:22 2017] usb 1-8: usbfs: process 22779 (fprintd) did not 
claim interface 0 before use
[Sat Feb 25 01:56:23 2017] traps: fprintd[22779] trap int3 ip:7fa95f4cca5b 
sp:7ffd52b3eeb0 error:0
[Sat Feb 25 02:41:52 2017] usb 1-8: usbfs: process 24659 (fprintd) did not 
claim interface 0 before use
[Sat Feb 25 02:41:53 2017] traps: fprintd[24659] trap int3 ip:7f2b030e6a5b 
sp:7ffdef0357c0 error:0
[Sat Feb 25 04:58:05 2017] usb 1-8: usbfs: process 29687 (fprintd) did not 
claim interface 0 before use
[Sat Feb 25 04:58:09 2017] traps: fprintd[29687] trap int3 ip:7f88181d3a5b 
sp:7ffe92f32e10 error:0
[Sat Feb 25 10:03:13 2017] usb 1-8: usbfs: process 4863 (fprintd) did not claim 
interface 0 before use
[Sat Feb 25 10:03:14 2017] traps: fprintd[4863] trap int3 ip:7f78778daa5b 
sp:7fff440f4f00 error:0
[Sat Feb 25 10:06:39 2017] usb 1-8: usbfs: process 5588 (fprintd) did not claim 
interface 0 before use
[Sat Feb 25 10:06:40 2017] traps: fprintd[5588] trap int3 ip:7f96d9173a5b 
sp:7ffe0a52b550 error:0
[Sat Feb 25 17:37:24 2017] traps: fprintd[14277] trap int3 ip:7fc86c46ca5b 
sp:7fff5a890910 error:0
[Sat Feb 25 17:38:44 2017] traps: fprintd[14912] trap int3 ip:7fa14a33fa5b 
sp:7fff22baff20 error:0
[Sat Feb 25 18:25:25 2017] usb 1-8: usbfs: process 16069 (fprintd) did not 
claim interface 0 before use
[Sat Feb 25 18:25:26 2017] traps: fprintd[16069] trap int3 ip:7f049f913a5b 
sp:7ffe4e0b46e0 error:0
[Sun Feb 26 00:11:13 2017] traps: fprintd[24909] trap int3 ip:7fd91400da5b 
sp:7ffdd53b7d80 error:0
[Sun Feb 26 00:20:46 2017] traps: fprintd[26005] trap int3 ip:7fc2a680aa5b 
sp:7ffee019c2d0 error:0
[Sun Feb 26 10:39:20 2017] usb 1-8: usbfs: process 9160 (fprintd) did not claim 
interface 0 before use
[Sun Feb 26 10:39:21 2017] traps: fprintd[9160] trap int3 ip:7fc1941cda5b 
sp:7fff331362a0 error:0
[Sun Feb 26 10:40:22 2017] usb 1-8: usbfs: process 10457 (fprintd) did not 
claim interface 0 before use
[Sun Feb 26 10:40:26 2017] traps: fprintd[10457] trap int3 ip:7fb799b9fa5b 
sp:7ffcbfec2620 error:0
[Sun Feb 26 11:28:00 2017] usb 1-8: usbfs: process 11934 (fprintd) did not 
claim interface 0 before use
[Sun Feb 26 11:28:01 2017] traps: fprintd[11934] trap int3 ip:7fcf7fce2a5b 
sp:7ffe65251a90 error:0
[Sun Feb 26 12:55:48 2017] usb 1-8: usbfs: process 13959 (fprintd) did not 
claim interface 0 before use
[Sun Feb 26 12:55:49 2017] traps: fprintd[13959] trap int3 ip:7f5d9538ba5b 
sp:7ffce3b7aca0 error:0
[Sun Feb 26 18:56:34 2017] usb 1-8: usbfs: process 22004 (fprintd) did not 
claim interface 0 before use
[Sun Feb 26 18:56:38 2017] traps: fprintd[22004] trap int3 ip:7f2eb9466a5b 
sp:7ffed6e3f780 error:0
[Mon Feb 27 04:00:29 2017] usb 1-8: usbfs: process 12987 (fprintd) did not 
claim interface 0 before use
[Mon Feb 27 04:00:30 2017] traps: fprint

[Bug 1633894] [NEW] i915 update failed on upgrade to 1.157.4

2016-10-16 Thread Andriy Tymchenko
Public bug reported:

During apt upgrade to version 1.157.4, I got initramfs update failure

Setting up linux-firmware (1.157.4) ...
Setting up linux-libc-dev:amd64 (4.4.0-42.62) ...
Setting up network-manager (1.2.2-0ubuntu0.16.04.3) ...
Processing triggers for initramfs-tools (0.122ubuntu8.3) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-38-generic
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module 
i915_bpo
W: Possible missing firmware /lib/firmware/i915/skl_guc_ver6.bin for module 
i915_bpo
Compiling platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py ...
  File "platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py", 
line 347
print('%s:' % h, end=' ', file=self._fp)
^
SyntaxError: invalid syntax
-

After upgrade has passed, files mentioned above had been not present

ll /lib/firmware/i915/

total 340
drwxr-xr-x  2 root root   4096 Oct 16 19:35 ./
drwxr-xr-x 74 root root  32768 Oct 16 19:35 ../
-rw-r--r--  1 root root   5872 Sep 14 16:15 bxt_dmc_ver1_04.bin
-rw-r--r--  1 root root   5872 Sep 14 16:15 bxt_dmc_ver1_05.bin
-rw-r--r--  1 root root   8380 Sep 14 16:15 bxt_dmc_ver1_06.bin
-rw-r--r--  1 root root   8380 Aug 15 17:40 bxt_dmc_ver1_07.bin
lrwxrwxrwx  1 root root 19 Aug 15 17:40 bxt_dmc_ver1.bin -> 
bxt_dmc_ver1_07.bin
-rw-r--r--  1 root root   8824 Sep 14 15:47 skl_dmc_ver1_23.bin
-rw-r--r--  1 root root   8928 Jul 12 22:33 skl_dmc_ver1_26.bin
lrwxrwxrwx  1 root root 19 Jul 12 22:33 skl_dmc_ver1.bin -> 
skl_dmc_ver1_26.bin
-rw-r--r--  1 root root 109636 Sep 14 16:15 skl_guc_ver1_1059.bin
lrwxrwxrwx  1 root root 21 Sep 14 16:15 skl_guc_ver1.bin -> 
skl_guc_ver1_1059.bin
-rw-r--r--  1 root root 128320 Sep 14 16:15 skl_guc_ver4_3.bin
lrwxrwxrwx  1 root root 18 Sep 14 16:15 skl_guc_ver4.bin -> 
skl_guc_ver4_3.bin

-

Manual update for initramfs causes error mesage too

sudo update-initramfs -u

update-initramfs: Generating /boot/initrd.img-4.4.0-38-generic
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1.bin for module 
i915_bpo
W: Possible missing firmware /lib/firmware/i915/skl_guc_ver6.bin for module 
i915_bpo
--

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

---

apt-cache policy linux-firmware

linux-firmware:
  Installed: 1.157.4
  Candidate: 1.157.4
  Version table:
 *** 1.157.4 500
500 http://fi.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://fi.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1.157 500
500 http://fi.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://fi.archive.ubuntu.com/ubuntu xenial/main i386 Packages

** Affects: linux-firmware (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/1633894

Title:
  i915 update failed on upgrade to 1.157.4

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

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


[Bug 1593974] Re: atril crashes on opening epub file

2016-06-18 Thread Andriy Tymchenko
I have deleted JournalofErrors attachment as it had contained too much
of information about machine and too little (if any) about bug problem.

** Attachment removed: "JournalErrors.txt"
   
https://bugs.launchpad.net/ubuntu/+source/atril/+bug/1593974/+attachment/4686128/+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/1593974

Title:
  atril crashes on opening epub file

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

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


[Bug 1593974] [NEW] atril crashes on opening epub file

2016-06-18 Thread Andriy Tymchenko
Public bug reported:

I have tried to open epub file with atril, provided I have read that
atril started to support epub format.

I run it from command line as "atril filename.epub" and I see it opens
windows with normal atril controls and "Loading..." yellow notifier. And
then it crashes immediately without any debug/info/error message in CLI
from atril itself, only "Segmentation fault (core dumped)" system line
provided.

What I expected is that epub backend has at least minimal input
validation, and hence I would see error messages on parsing "bad" epub
(if it is bad) if something goes wrong.

What I can say for sure - epub container (effectively ZIP archive) has
gone test by "unzip -t" just fine. I see inside files are: mimetype,
META-INF/container.xml, and subdirectory full of .xhtml & .jpeg files
with content.opf and toc.ncx in addition. So I have good reasons to
believe epub is correct and fine.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: atril 1.10.2+repack1-1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CasperVersion: 1.365
CurrentDesktop: MATE
Date: Sat Jun 18 16:18:47 2016
LiveMediaBuild: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: atril
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

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

Title:
  atril crashes on opening epub file

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

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


[Bug 1585469] [NEW] Open externally menu item causes stacktrace

2016-05-24 Thread Andriy Tymchenko
Public bug reported:

when I try to open file externally via context menu "Open externally",
nothing actually opens and traceback is generated

Traceback (most recent call last):
  File "/usr/lib/meld/meld/melddoc.py", line 106, in open_cb
subprocess.Popen(editor)
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: meld 1.8.4-1
ProcVersionSignature: Ubuntu 3.13.0-83.127-generic 3.13.11-ckt35
Uname: Linux 3.13.0-83-generic i686
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: MATE
Date: Wed May 25 08:26:47 2016
InstallationDate: Installed on 2012-03-11 (1535 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: meld
UpgradeStatus: Upgraded to trusty on 2014-06-27 (697 days ago)

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


** Tags: apport-bug i386 third-party-packages trusty

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

Title:
  Open externally menu item causes stacktrace

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

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


[Bug 1437646] Re: package gdb-arm-none-eabi (not installed) failed to install/upgrade: Versuch, »/usr/share/man/man1/gdb.1.gz« zu überschreiben, welches auch in Paket gdb 7.7.1-0ubuntu5~14.04.2 ist

2015-04-18 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 1267680 ***
https://bugs.launchpad.net/bugs/1267680

** This bug has been marked a duplicate of bug 1267680
   package gdb-arm-none-eabi (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 
7.6.50.20131218-0ubuntu1

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

Title:
  package gdb-arm-none-eabi (not installed) failed to install/upgrade:
  Versuch, »/usr/share/man/man1/gdb.1.gz« zu überschreiben, welches auch
  in Paket gdb 7.7.1-0ubuntu5~14.04.2 ist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-arm-none-eabi/+bug/1437646/+subscriptions

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

[Bug 1444116] Re: package gdb 7.7.1-0ubuntu5~14.04.2 failed to install/upgrade: trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb-arm-none-eabi 7.6.50.20131218-0ubuntu1+

2015-04-18 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 1267680 ***
https://bugs.launchpad.net/bugs/1267680

** This bug has been marked a duplicate of bug 1267680
   package gdb-arm-none-eabi (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 
7.6.50.20131218-0ubuntu1

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

Title:
  package gdb 7.7.1-0ubuntu5~14.04.2 failed to install/upgrade: trying
  to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package
  gdb-arm-none-eabi 7.6.50.20131218-0ubuntu1+1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-arm-none-eabi/+bug/1444116/+subscriptions

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


[Bug 1400264] Re: package gdb-arm-none-eabi (not installed) failed to install/upgrade: попытка перезаписать «/usr/share/man/man1/gdb.1.gz», который уже имеется в пакете gdb 7.7.1-0ubuntu5~14.04.2

2015-04-18 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 1267680 ***
https://bugs.launchpad.net/bugs/1267680

** This bug has been marked a duplicate of bug 1267680
   package gdb-arm-none-eabi (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 
7.6.50.20131218-0ubuntu1

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

Title:
  package gdb-arm-none-eabi (not installed) failed to install/upgrade:
  попытка перезаписать «/usr/share/man/man1/gdb.1.gz», который уже
  имеется в пакете gdb 7.7.1-0ubuntu5~14.04.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-arm-none-eabi/+bug/1400264/+subscriptions

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

[Bug 1377315] Re: package gdb-arm-none-eabi (not installed) failed to install/upgrade: intentando sobreescribir `/usr/share/man/man1/gdb.1.gz', que está también en el paquete gdb 7.7-0ubuntu3.1

2015-04-18 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 1267680 ***
https://bugs.launchpad.net/bugs/1267680

** This bug has been marked a duplicate of bug 1267680
   package gdb-arm-none-eabi (not installed) failed to install/upgrade: trying 
to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 
7.6.50.20131218-0ubuntu1

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

Title:
  package gdb-arm-none-eabi (not installed) failed to install/upgrade:
  intentando sobreescribir `/usr/share/man/man1/gdb.1.gz', que está
  también en el paquete gdb 7.7-0ubuntu3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-arm-none-eabi/+bug/1377315/+subscriptions

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

[Bug 1394013] [NEW] ** Error in `arm': corrupted double-linked list: 0x098f1850 ***

2014-11-18 Thread Andriy Tymchenko
Public bug reported:

it crashed after awhile

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: tor-arm 1.4.5.0-1
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
CurrentDesktop: X-Cinnamon
Date: Wed Nov 19 01:36:50 2014
InstallationDate: Installed on 2012-03-11 (982 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: tor-arm
UpgradeStatus: Upgraded to qiana on 2014-06-27 (144 days ago)

** Affects: tor-arm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 qiana

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

Title:
  ** Error in `arm': corrupted double-linked list: 0x098f1850 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tor-arm/+bug/1394013/+subscriptions

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


[Bug 1258982] [NEW] bluetooth send applet hangs on receiver's fail

2013-12-08 Thread Andriy Tymchenko
Public bug reported:

when I try to send any file to phone, due to the phone's bug it fails to
receive it, however it keeps "bluetooth send file" applet hang
indefinite, Cancel button has no reaction, while I expected that pushing
on Cancel button causes clearance on sending side.

if I kill it with kill -15 ... , it also causes crash of obex-data-
server.

if I try after this hang dialog to initiate _receiving_ file via
bluetooth on _this_ machine, it does not start even, sender silently
fails.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: blueman 1.23-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-34.49-generic 3.8.13.12
Uname: Linux 3.8.0-34-generic i686
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: i386
Date: Mon Dec  9 00:04:38 2013
InstallationDate: Installed on 2012-03-11 (637 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
MarkForUpload: True
SourcePackage: blueman
UpgradeStatus: Upgraded to raring on 2013-04-25 (227 days ago)

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


** Tags: apport-bug i386 raring

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

Title:
  bluetooth send applet hangs on receiver's fail

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

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


[Bug 1001709] Re: Sometimes tab composition is lost between sessions

2012-05-19 Thread Andriy Tymchenko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001709

Title:
  Sometimes tab composition is lost between sessions

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

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


[Bug 1001709] [NEW] Sometimes tab composition is lost between sessions

2012-05-19 Thread Andriy Tymchenko
Public bug reported:

normally Firefox keeps all tabs URLs and/or windows  stored between
sessions, so next time I launch it, it runs all of them again. For that
reason I have configuration parameter "when firefox starts:" set to
"Show my windows and tabs from last time" in options panel. But
sometimes (and this time again) it acts as if no tabs were stored. It
launches with single tab open, with startup page with URL (this time)
http://start.ubuntu.com/12.04/Google/?sourceid=hp

this loss of state is EXTREMELY painful - it is not even predictable and
rare, yet if you work with several tens of tabs open (50-70), the
unexplainable loss of state makes it very pain. It is like I can not
rely on state save for 100% and always should do manual record of every
single tab URLs and windows before I close browser.

I find it extremely poor implementation that there is no error message
about browser not able read state saved or whether state save had
happened before browser quit at all or what else happened - merely no
error message.

Also, I have seen this problem few times already (maybe 4 or 5 times),
on stock Ubuntu 12.xx and now on Xubuntu too, so this is cross-
distribution problem.

The other part of problem is that I can't find instructions how to get
state of browser to find why this particular time "tab restore" failed
and instead I see stupid about:startpage.

I had suspicion in past cases it was because apt subsystem update of
packages related to firefox parts. This time I see that between previous
launch of browser there was only one apt/dpkg update, then browser had
been shutdown properly. this is snippet from /var/log/apt/history.log

Start-Date: 2012-05-19  01:38:03
Commandline: aptdaemon role='role-commit-packages' sender=':1.55'
Upgrade: icedtea-6-jre-cacao:i386 (6b24-1.11.1-4ubuntu2, 6b24-1.11.1-4ubuntu3), 
openjdk-6-jre-headless:i386 (6b24-1.11.1-4ubuntu2, 6b24-1.11.1-4ubuntu3), 
openjdk-6-jre:i386 (6b24-1.11.1-4ubuntu2, 6b24-1.11.1-4ubuntu3), 
icedtea-6-jre-jamvm:i386 (6b24-1.11.1-4ubuntu2, 6b24-1.11.1-4ubuntu3), 
openjdk-6-jre-lib:i386 (6b24-1.11.1-4ubuntu2, 6b24-1.11.1-4ubuntu3)
End-Date: 2012-05-19  01:38:21

Also I had installed Firefox sync plugin across all desktops/laptops few
weeks ago but it presence did not help either - it did not restore
anything. Zero.

I don't know how to explain other way how annoying and disturbing it is.
I don't know how to collect info to submit enough now, and next time I
will run it, it will restore everything I managed to open last time just
Ok. So I can not afford to run it again. And other instructions from
https://wiki.ubuntu.com/MozillaTeam/Bugs look not applicable for this
case too.

$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

$ apt-cache policy firefox
firefox:
  Installed: 12.0+build1-0ubuntu0.12.04.1
  Candidate: 12.0+build1-0ubuntu0.12.04.1
  Version table:
 *** 12.0+build1-0ubuntu0.12.04.1 0
500 http://fi.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main i386 
Packages
100 /var/lib/dpkg/status
 11.0+build1-0ubuntu4 0
500 http://fi.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 12.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  silpol 1717 F xfce4-volumed
  silpol 1741 F pulseaudio
 /dev/snd/controlC29: silpol 1717 F xfce4-volumed
BuildID: 20120423122624
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf062 irq 47'
   Mixer name   : 'Conexant CX20561 (Hermosa)'
   Components   : 'HDA:14f15051,17aa211f,0010'
   Controls  : 20
   Simple ctrls  : 12
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
6EHT09WW-1.02'
   Mixer name   : 'ThinkPad EC 6EHT09WW-1.02'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Channel: release
Date: Sat May 19 19:26:44 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions:
 NoScript - ID={73a6fe31-595d-460b-a920-fcc0f8843232}, Version=2.4.1, 
minVersio

[Bug 955198] Re: kernel modules missing during installation

2012-03-14 Thread Andriy Tymchenko
after reading http://technowizah.com/2007/01/debian-how-to-cpu-
frequency-management.html I tend to think this package makes too much
assumption during installation: with my CPU installed, it does not
require those modules.

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

Title:
  kernel modules missing during installation

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

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


[Bug 955198] [NEW] kernel modules missing during installation

2012-03-14 Thread Andriy Tymchenko
Public bug reported:

I started installation of this package on Xubuntu notebook and got next
error lines during installation (previous and next package mention in
output too, for context

Setting up libcpufreq0 (007-1) ...
Setting up cpufreqd (2.4.2-1) ...
 * Starting CPU Frequency daemon cpufreqd   
  [ OK ] 
Setting up cpufrequtils (007-1) ...
 * Loading cpufreq kernel modules...

FATAL: Error inserting e_powersaver 
(/lib/modules/3.0.0-16-generic-pae/kernel/drivers/cpufreq/e_powersaver.ko): No 
such device
FATAL: Error inserting p4_clockmod 
(/lib/modules/3.0.0-16-generic-pae/kernel/drivers/cpufreq/p4-clockmod.ko): 
Device or resource busy
FATAL: Error inserting pcc_cpufreq 
(/lib/modules/3.0.0-16-generic-pae/kernel/drivers/cpufreq/pcc-cpufreq.ko): No 
such device

  [ OK ]
 * CPUFreq Utilities: Setting ondemand CPUFreq governor...  
  * CPU0... 
   * 
CPU1... 
   [ OK ] 
Setting up xfce4-cpufreq-plugin (1.0.0-3) ...

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: cpufrequtils 007-1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic-pae 3.0.20
Uname: Linux 3.0.0-16-generic-pae i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Wed Mar 14 17:55:49 2012
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: cpufrequtils
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 oneiric

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

Title:
  kernel modules missing during installation

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

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


[Bug 955198] Re: kernel modules missing during installation

2012-03-14 Thread Andriy Tymchenko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955198

Title:
  kernel modules missing during installation

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

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


[Bug 889447] Re: ushare daemon crashes periodically on streaming video over wired lan at home

2011-11-12 Thread Andriy Tymchenko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889447

Title:
  ushare daemon crashes periodically on streaming video over wired lan
  at home

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

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


[Bug 889447] [NEW] ushare daemon crashes periodically on streaming video over wired lan at home

2011-11-12 Thread Andriy Tymchenko
Public bug reported:

ushare crashes time to time (relatively often enough to bother with
report)

this time it had crashed after streaming two video files of average size 200M , 
with one line left in dmesg
[1139275.304369] ushare[32017]: segfault at 500033bc ip 00646ceb sp b34dae98 
error 4 in libc-2.13.so[5db000+15a000]

same line in /var/log/syslog
Nov 12 13:42:04 doggy kernel: [1139275.304369] ushare[32017]: segfault at 
500033bc ip 00646ceb sp b34dae98 error 4 in libc-2.13.so[5db000+15a000]

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: ushare 1.1a-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic i686
Architecture: i386
Date: Sat Nov 12 13:52:35 2011
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
SourcePackage: ushare
UpgradeStatus: Upgraded to natty on 2011-06-05 (160 days ago)

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


** Tags: apport-bug i386 natty

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

Title:
  ushare daemon crashes periodically on streaming video over wired lan
  at home

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

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


[Bug 608537] Re: Rhythmbox not support cue sheet for lossless audio disk image (external and embedded) and cue sheet for tracks

2011-06-12 Thread Andriy Tymchenko
** Bug watch added: Debian Bug tracker #426014
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426014

** Also affects: rhythmbox (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426014
   Importance: Unknown
   Status: Unknown

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

Title:
  Rhythmbox not support cue sheet for lossless audio disk image
  (external and embedded) and cue sheet for tracks

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

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


[Bug 586243] Re: Xorg freeze: "Failed to schedule IB" Radeon X1200

2011-02-12 Thread Andriy Tymchenko
have not had this problem on Karmic, after upgrade to Lucid wit
immediate to Maverick - I've got bunch of this

Feb 13 01:04:00 host kernel: [  763.050594] [drm:radeon_ib_schedule] *ERROR* 
radeon: couldn't schedule IB(14).
Feb 13 01:04:00 host kernel: [  763.050601] [drm:radeon_cs_ioctl] *ERROR* Faild 
to schedule IB !

and mess with dual screen use (on Karmic it worked fine)

Thinkpad T40

user@host:~$ uname -a
Linux doggy 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 
GNU/Linux

user@host:~$ sudo lspci - -s 01:00
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 [Mobility 
FireGL 9000] (rev 02) (prog-if 00 [VGA controller])
Subsystem: IBM Device 0531
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping+ SERR+ FastB2B+ DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- https://bugs.launchpad.net/bugs/586243

Title:
  Xorg freeze: "Failed to schedule IB" Radeon X1200

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


[Bug 649004] Re: Nokia N81 - crash in detection of device

2010-11-02 Thread Andriy Tymchenko
it might be that device misbehave but it is no reason for libmtp to
panic on that

-- 
Nokia N81 - crash in detection of device
https://bugs.launchpad.net/bugs/649004
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 649004] Re: Nokia N81 - crash in detection of device

2010-11-02 Thread Andriy Tymchenko
yes, it is reproducible
--
usern...@hostname:~$ lsb_release -r
Release:10.10


usern...@hostname:~$ mtp-detect 
libmtp version: 1.0.3

Listing raw device(s)
Device 0 (VID=0421 and PID=000a) is a Nokia N81 Mobile Phone.
   Found 1 device(s):
   Nokia: N81 Mobile Phone (0421:000a) @ bus 5, dev 3
Attempting to connect device(s)
ignoring usb_claim_interface = -16ignoring usb_claim_interface = 
-22PTP_ERROR_IO: Trying again after re-initializing USB interface
inep: usb_get_endpoint_status(): Device or resource busy
outep: usb_get_endpoint_status(): Device or resource busy
usb_clear_halt() on IN endpoint: Device or resource busy
usb_clear_halt() on OUT endpoint: Device or resource busy
usb_clear_halt() on INTERRUPT endpoint: Device or resource busy
LIBMTP PANIC: Unable to read device information on device 3 on bus 5, trying to 
continueUnable to open raw device 0
OK.

-- 
Nokia N81 - crash in detection of device
https://bugs.launchpad.net/bugs/649004
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 649004] Re: Nokia N81 - crash in detection of device

2010-09-27 Thread Andriy Tymchenko
Maverick? I'm not sure I can use production desktop for trials with (not
necessarily safe) beta version. Any chance I can run it from USB stick
without HDD modules built into kernel (to avoid chances to crunch my HDD
filesystems)?

-- 
Nokia N81 - crash in detection of device
https://bugs.launchpad.net/bugs/649004
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 649004] Re: Nokia N81 - crash in detection of device

2010-09-27 Thread Andriy Tymchenko

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

** Attachment added: "MTPDetect.txt"
   
https://bugs.launchpad.net/bugs/649004/+attachment/1644368/+files/MTPDetect.txt

** Attachment added: "USBDevices.txt"
   
https://bugs.launchpad.net/bugs/649004/+attachment/1644369/+files/USBDevices.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/649004/+attachment/1644370/+files/UdevLog.txt

-- 
Nokia N81 - crash in detection of device
https://bugs.launchpad.net/bugs/649004
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 649004] [NEW] Nokia N81 - crash in detection of device

2010-09-27 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: mtp-tools

device detection with mtp-detect causes crash (in attached logs)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mtp-tools 1.0.2-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Mon Sep 27 17:48:52 2010
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions:
 hal 0.5.14-0ubuntu6
 udev 151-12.1
SourcePackage: libmtp

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


** Tags: apport-bug i386 lucid

-- 
Nokia N81 - crash in detection of device
https://bugs.launchpad.net/bugs/649004
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 530323] Re: resolvconf update script should not produce error when main.cfg missing

2010-06-19 Thread Andriy Tymchenko
it affects me on desktop version too

u...@hostname:~$ lsb_release -drc
Description:Ubuntu 9.10
Release:9.10
Codename:   karmic

-- 
resolvconf update script should not produce error when main.cfg missing
https://bugs.launchpad.net/bugs/530323
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 387308] Re: HTTPS Proxy Support for file sync

2010-05-28 Thread Andriy Tymchenko
** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
HTTPS Proxy Support for file sync
https://bugs.launchpad.net/bugs/387308
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 371789] Re: [Jaunty]python-scipy install SyntaxWarning

2010-05-14 Thread Andriy Tymchenko
Fix? Released? probably on another planet...

u...@host:~$ lsb_release -r
Release:9.10

... apt-get install something-what-is-dependent-on-scipy

...
Setting up python-scipy (0.7.0-2) ...
/usr/lib/python2.6/dist-packages/scipy/stats/mstats_basic.py:106: 
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(output.ndim == 2, "The input should be 2D!")
...

u...@host:~$ apt-cache show python-scipy
Package: python-scipy
Priority: extra
Section: universe/python
Installed-Size: 31844
Maintainer: Ubuntu Developers 
Original-Maintainer: Debian Python Modules Team 

Architecture: i386
Version: 0.7.0-2
...

-- 
[Jaunty]python-scipy install SyntaxWarning
https://bugs.launchpad.net/bugs/371789
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 280844] Re: [needs-packaging] GpicSync

2010-05-02 Thread Andriy Tymchenko
Tobias please package it also for karmic and lucid , thank you

-- 
[needs-packaging] GpicSync
https://bugs.launchpad.net/bugs/280844
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 552828] Re: transmission-remote parameters typo can wipe all downloaded previously files

2010-03-31 Thread Andriy Tymchenko

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/42710410/Dependencies.txt

-- 
transmission-remote parameters typo can wipe all downloaded previously files
https://bugs.launchpad.net/bugs/552828
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 552828] [NEW] transmission-remote parameters typo can wipe all downloaded previously files

2010-03-31 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: transmission-cli

usern...@host:~$ lsb_release -rd
Description:Ubuntu 9.04
Release:9.04

usern...@hostname:~$ apt-cache policy transmission-cli
transmission-cli:
  Installed: 1.51-0ubuntu3.1

this problem happened while I had about 20+ torrents has had their files
downloaded to 100% or very close to that, and it had been done with help
of transmission-daemon

I had disk full case (with 2 torrents had been stopped due to that),
hence I had decided to clean some space for further download by removal
all files related to 16th torrent in list and typed command of this form
with slight typo, i.e. instead planned -t16 I typed -tt6 and missed to
verify it

transmission-remote -nusername:password -tt6 --remove-and-delete

normally it responds quick, but this time it didn't return for longer
(several seconds), and instead of "success" it said back it has quit on
timeout. when I checked immediately after that, queue (list of torrents
and their files by -l command) had been empty. I mean -l command gave me
empty list and totals had been in zero. All files which had been in
/var/lib/transmission-daemon/downloads directory - after check directory
had been empty. Torrents directory /var/lib/transmission-
daemon/info/torrents had been empty too. So had been empty also "resume"
directory. The effect was scary. I went checking my home dir and few
others but no further damage had been found.

After few seconds to calm my mind, I realized - yes, cli interface is
like sharp knife, and I have to bear th consequences of risk, in this
very case I have strange anomaly. In worst case I should have had
removed 6th torrent and related files instead of 16th but NOT whole list
and related ALL files. I tried to have think of possible scenarios in
command line parsing fault, which could give a chance to say that I
ordered daemon to delete them all myself, but all my ways to interpret
flags pointed only to ONE torrent and files bound to it. I have double
checked command line from history in bash - no word "all" appeared in
command line, neither I could point to any way to mark it as "delete
all"

in other words, mistyped -tt combination caused unexplainable
damage to already downloaded data by wiping it all

now, mystery hasn't finished... this happened on weekend. for some odd
reason I found today that there is tangible network traffic, and... ONE
(and only one) torrent somehow appeared in torrents dir again, and
caused same torrent-pointed-file to be re-downloaded from zero. I don't
know how this has happened - after previous failure I checked torrents
dir, it had been empty...

this is very odd behavior and I decided to write detailed report with
help of apport reporter.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: transmission-cli 1.51-0ubuntu3.1
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: transmission
Uname: Linux 2.6.28-18-generic i686

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


** Tags: apport-bug i386

-- 
transmission-remote parameters typo can wipe all downloaded previously files
https://bugs.launchpad.net/bugs/552828
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 460445] Re: Token was not successfully retrieved: data was: Service Unavailable

2010-02-09 Thread Andriy Tymchenko
bumped into same issue today , made bug 519371 then later only to found
that almost 100% exact bug 460851 has been duped to this, so I followed
and made bug 519371 also duped here. Now...

On second thought I'm not sure whether it was exactly same reason. I
mean - _probably_ bug 519371 and bug 460851 have different cause.

As a matter of fact -- I have both GoDaddy certs in place, and I am from
proxy-only connectivity, and version of client mentioned in bug 519371 .

-- 
Token was not successfully retrieved: data was: Service Unavailable
https://bugs.launchpad.net/bugs/460445
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 519371] Re: UbuntuOne can not connect to server

2010-02-09 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 460445 ***
https://bugs.launchpad.net/bugs/460445

** This bug has been marked a duplicate of bug 460445
   Token was not successfully retrieved: data was: Service Unavailable

-- 
UbuntuOne can not connect to server 
https://bugs.launchpad.net/bugs/519371
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 519371] Re: UbuntuOne can not connect to server

2010-02-09 Thread Andriy Tymchenko
I have removed file "XsessionErrors.txt" because I found few items there
which I'd rather kept without publicity (apport-bug has NOT gave me
option to review & remove only that part during submission). It doesn't
seem to contain anything pertaining to this bug thou.

** Attachment removed: "XsessionErrors.txt"
   http://launchpadlibrarian.net/38933218/XsessionErrors.txt

-- 
UbuntuOne can not connect to server 
https://bugs.launchpad.net/bugs/519371
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 519371] Re: UbuntuOne can not connect to server

2010-02-09 Thread Andriy Tymchenko

** Attachment added: ".home.timchenk..cache.ubuntuone.log.oauth.login.log.txt"
   
http://launchpadlibrarian.net/38933211/.home.timchenk..cache.ubuntuone.log.oauth.login.log.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38933214/Dependencies.txt

** Attachment added: "UbuntuoneClientPackages.txt"
   http://launchpadlibrarian.net/38933217/UbuntuoneClientPackages.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/38933218/XsessionErrors.txt

-- 
UbuntuOne can not connect to server 
https://bugs.launchpad.net/bugs/519371
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 519371] [NEW] UbuntuOne can not connect to server

2010-02-09 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: ubuntuone-client

I have ubuntu machine in corporate environment with limited access
outside (literally _only_ http or https-only-to-port-443 and only via
proxy ), so when I try to connect, it fails to do, with error message

[Errno socket error] [Errno 1]_ssl.c:480..GET_SERVER_HELLO:unknown
protocol

other parameters:

lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

apt-cache policy ubuntuone-client
ubuntuone-client:
  Installed: 1.0.3-0ubuntu1
  Candidate: 1.0.3-0ubuntu1
  Version table:
 *** 1.0.3-0ubuntu1 0
500 http://fi.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 1.0.2-0ubuntu1 0
500 http://fi.archive.ubuntu.com karmic/main Packages

I expected that launch with implied connect for GTK applet (and
consecutive direct call to connect from Nautilus window with button
CONNECT) have no problem

But problem exists, and it is 100% repetitive (no way to connect from
here)

I have an account on UbuntuOne service as matter of fact.

ProblemType: Bug
.home.timchenk..cache.ubuntuone.log.syncdaemon.exceptions.log:
 
.home.timchenk..config.ubuntuone.syncdaemon.conf:
 [bandwidth_throttling]
 read_limit = 0
 write_limit = 0
 on = False
.home.timchenk..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = True
 connect = 0
 show_applet = 1
Architecture: i386
Date: Tue Feb  9 18:10:46 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ubuntuone-client 1.0.3-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-19-generic i686

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
UbuntuOne can not connect to server 
https://bugs.launchpad.net/bugs/519371
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 124134] Re: [ooo-build] OOo printed documents miss some cyrillic alphabet letters

2009-10-25 Thread Andriy Tymchenko
and he also tried to print into PDF and then print PDF to printer - then
letter Й is _not_ missing : hence it is about OoO printing subsystem.

-- 
[ooo-build] OOo printed documents miss some cyrillic alphabet letters
https://bugs.launchpad.net/bugs/124134
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 124134] Re: [ooo-build] OOo printed documents miss some cyrillic alphabet letters

2009-10-25 Thread Andriy Tymchenko
I just read as yet another person has bumped on same issue with Karmic
(9.10). I'm not sure whether he would be able to report it here, but he
has same Й letter problem being missing in direct printing (hp lj)
_only_ from OoO

-- 
[ooo-build] OOo printed documents miss some cyrillic alphabet letters
https://bugs.launchpad.net/bugs/124134
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 377521] Re: console-kit-daemon: GLib-GObject-WARNING: IA__g_object_get_valist: value location for 'gchararray' passed as NULL

2009-06-16 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 374397 ***
https://bugs.launchpad.net/bugs/374397

** This bug has been marked a duplicate of bug 374397
   console-kit-daemon: glibgobject warning value location for gachararray 
passed as null

-- 
console-kit-daemon: GLib-GObject-WARNING: IA__g_object_get_valist: value 
location for 'gchararray' passed as NULL
https://bugs.launchpad.net/bugs/377521
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 46707] Re: Hibernate & Suspend hang on Thinkpad T21

2009-05-10 Thread Andriy Tymchenko
I have similar problem on T23 since Dapper - hibernate was one-way-to-
power-cycle and suspend had been mixed experience (sometimes Ok,
sometimes not Ok). I didn't have much interest in those hence I didn't
find time to report.

I could give a try tomorrow and reproduce it, with syslog and dmesg
(before and after hang in hibernate) attached.

-- 
Hibernate & Suspend hang on Thinkpad T21
https://bugs.launchpad.net/bugs/46707
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 46707] Re: Hibernate & Suspend hang on Thinkpad T21

2009-05-10 Thread Andriy Tymchenko
** Summary changed:

- Hypernate & Suspend hang on Thinkpad T21
+ Hibernate & Suspend hang on Thinkpad T21

-- 
Hibernate & Suspend hang on Thinkpad T21
https://bugs.launchpad.net/bugs/46707
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 371618] [NEW] evince does not calculate total sum in application form

2009-05-04 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: evince

I have PDF
http://lomake.kansanelakelaitos.fi/kela/kela.fi/fi/tiedostot/21100/SV4_W.pdf
which is essentially "claim for travel reimbursement from government
pension/social fund in Finland".

Functionality which is broken - it does not calculate total on rightmost
column while any Adobe Acrobat Reader does it.

To reproduce it, you don't have to understand Finnish language -- merely
fill money values like ,xx into right column (decimal separator is
"comma" in Finland!) and move focus of input out from the right column.
It should make total in field (under right column in table) marked with
text "Matkakustannukset yhteensä euroa" (travel expenses total in Euro)
- it does not in evince.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evince
NonfreeKernelModules: nvidia
Package: evince 2.26.0-0ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: evince
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
evince does not calculate total sum in application form
https://bugs.launchpad.net/bugs/371618
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 371618] Re: evince does not calculate total sum in application form

2009-05-04 Thread Andriy Tymchenko

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26308103/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/26308104/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/26308105/ProcStatus.txt

-- 
evince does not calculate total sum in application form
https://bugs.launchpad.net/bugs/371618
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 304252] Re: Please backport transmission 1.51-0ubuntu1

2009-03-02 Thread Andriy Tymchenko
I don't _push_ for my opinion, I try to bring rationale.

Rationale is to keep something currently-most-stable with LTS
(definition https://wiki.ubuntu.com/LTS ) while stuff current
unstable/testing with fresh, sometimes bleeding-edge, SW. This way you
provide those who seek stability with more stable things, and those who
look for advanced/feature-rich at expense of quality (you know, you
can't name semi-/immature software as reliable and robust, it just don't
hold argument of stability by definition).

Now, coming back to Transmission, 1.42 looks as stable enough, i.e. good
pair for LTS. While 1.5x looks nice together with fresh & shiny Jaunty
;)

-- 
Please backport transmission 1.51-0ubuntu1
https://bugs.launchpad.net/bugs/304252
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 304252] Re: Please backport transmission 1.51-0ubuntu1

2009-03-01 Thread Andriy Tymchenko
it _might_ be makes sense to keep increasing version for Jaunty up to
1.5x

but I'd really want to see rather 1.42 (yes, particular version 1.42,
not 1.40)  on Hardy -- Hardy has enough stability on overall system
level, and 1.42 seem to be good *milestone-alike* stable (no painful
bugs, you can have uptime weeks, if not months) for Transmission.

-- 
Please backport transmission 1.51-0ubuntu1
https://bugs.launchpad.net/bugs/304252
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 335435] [NEW] keytouchd segfaults time to time

2009-02-27 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: keytouch

u...@host:~$ lsb_release -rd
Description:Ubuntu 8.04.2
Release:8.04

u...@host:~$ apt-cache policy keytouch
keytouch:
  Installed: 2.3.2-2
  Candidate: 2.3.2-2
  Version table:
 *** 2.3.2-2 0
500 http://fi.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

--

I have found this kind of records in my /var/log/syslog twice (once two
records and later two records)

Feb 27 14:28:37 vismut kernel: [190029.208514] keytouchd[4882]: segfault at 
0004 eip b7d109bc esp bfdabf7c error 4
Feb 27 14:28:37 vismut kernel: [190029.208522] keytouchd[4875]: segfault at 
0004 eip b7d429bc esp bfcc7efc error 4

and I presume they happened right along I have changed hostname with
update of /etc/hostname then /etc/hosts and then running "sudo
/etc/init.d/hostname.sh start"

changing hostname this way causes quite a few side effects, but I didn't
expect to have any kernel oopses -- is this normal or bug? and if it is
bug -- how I can grab/collect more info?

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

-- 
keytouchd segfaults time to time
https://bugs.launchpad.net/bugs/335435
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 272034] Re: posting blocked

2009-02-25 Thread Andriy Tymchenko
to me, this is not bug in gnome-blog but in xmlrpclib -- and I'd rather
to wait till Ubuntu fixes it (I have few other local packages, not
visible to public) which depends on it, so I wanted it fixed. Although
it is still not clear to me, whether xmlrpclib package on Ubuntu has
this filed as bug -- sorry, Launchpad is slightly too complex for me :)

Once Ubuntu fixes it's own xmlrpclib for python bug (and it is CRITICAL
for me -- all machines at work act _only_ via proxy) -- after that I
will mark this bug as resolved/verified and go immediately to verify bug
#75034.

Sorry, for _this_ complex approach, but I _do_ need official delivery of
xmlrpclib from Ubuntu fixed to work with proxy.

-- 
posting blocked
https://bugs.launchpad.net/bugs/272034
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 272034] Re: posting blocked

2009-02-25 Thread Andriy Tymchenko
me, stupid :)))

simple google-ing put me to this
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488818

solution is in first paragraph :)

please consider to do incremental upgrade, or at least patch with diff
from that .deb mentioned above.

-- 
posting blocked
https://bugs.launchpad.net/bugs/272034
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 272034] Re: posting blocked

2009-02-25 Thread Andriy Tymchenko
well, I have to keep all machines with rather LTS (Hardy Heron) installation
on the other hand, Intrepid and Jaunty -- they all have same version of package

I will try to look this myself

-- 
posting blocked
https://bugs.launchpad.net/bugs/272034
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 272034] Re: posting blocked

2009-02-03 Thread Andriy Tymchenko
** Tags added: crash

-- 
posting blocked
https://bugs.launchpad.net/bugs/272034
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 324880] [NEW] apport not able to work in http-only environment

2009-02-03 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: apport

u...@hostname:~$ lsb_release -rd
Description:Ubuntu 8.04.2
Release:8.04
-
u...@hostname:~$ apt-cache policy apport
apport:
  Installed: 0.108.2
  Candidate: 0.108.2
  Version table:
 *** 0.108.2 0
500 http://fi.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 0.108 0
500 http://fi.archive.ubuntu.com hardy/main Packages
-

running apport client (both apport-cli and/or apport-gtk ) to file bug
against process  -- so far tried in two variants:

1) from command line
u...@hostname:~$ apport-cli -f -P 10483

2) manually via menu -> System -> Helpo and Support -> (ubuntu help
window launched) -> Help -> Report problem

expected behaviour: data gathered and submitted via HTTP or HTTPS
real behaviour: after quick data collection, it started to try to reach Ubuntu 
servers, but aborted after timeout with message "Could not upload report data 
to crash database: "

my environment currently allows only HTTP requests to port 80 and HTTPS
to port 443 and ONLY via http proxy - hence I have it set both in
command line and for Gnome environment, and os far I have enver had any
problem with it.

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

-- 
apport not able to work in http-only environment
https://bugs.launchpad.net/bugs/324880
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 303478] Re: import doesn't work

2008-12-01 Thread Andriy Tymchenko
hmm, I tried it on Ubuntu desktop PC at work (right now) and it didn't
complain with popup window at all...

I run two those commands, and here is output
[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04
[EMAIL PROTECTED]:~$ apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.11.5-0ubuntu8
  Candidate: 0.11.5-0ubuntu8
  Version table:
 *** 0.11.5-0ubuntu8 0
500 http://fi.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 0.11.5-0ubuntu6 0
500 http://fi.archive.ubuntu.com hardy/main Packages
[EMAIL PROTECTED]:~$ 

...

I will try it on home notebook (where bug initially had been noticed)
again, from different user as you asked, only few hours later

-- 
import doesn't work
https://bugs.launchpad.net/bugs/303478
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 303478] Re: import doesn't work

2008-12-01 Thread Andriy Tymchenko
could you briefly explain or refer to URL about "clean user configuration"?
thank you

-- 
import doesn't work
https://bugs.launchpad.net/bugs/303478
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 303478] Re: import doesn't work

2008-11-29 Thread Andriy Tymchenko

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/20054740/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/20054741/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/20054742/ProcStatus.txt

-- 
import doesn't work
https://bugs.launchpad.net/bugs/303478
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 303478] [NEW] import doesn't work

2008-11-29 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: rhythmbox

lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04

apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.11.5-0ubuntu8
  Candidate: 0.11.5-0ubuntu8
  Version table:
 *** 0.11.5-0ubuntu8 0
500 http://archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 0.11.5-0ubuntu6 0
500 http://archive.ubuntu.com hardy/main Packages

Import functionality doesn't work (both File and Directory)

Run rhytmbox, select menu Music then "Import file" or "Import folder"
(any of them) then

expected behavior - it opens file/directory dialog and gives you option to 
choose and select (and import)
real behavior - dialog pops up "The folder contents could not be displayed. 
Operation not supported" and then no way to choose and select, only file dialog 
with dimmed/gray-out items.

ProblemType: Bug
Architecture: i386
Date: Sat Nov 29 18:14:14 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.5-0ubuntu8
PackageArchitecture: i386
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-21-generic i686

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


** Tags: apport-bug

-- 
import doesn't work
https://bugs.launchpad.net/bugs/303478
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 155823] Re: wrong ACL on log file

2008-11-13 Thread Andriy Tymchenko
I have 8.10 version of distributed.net installed over Hardy system, the
feromentioned issue is still there

[EMAIL PROTECTED]:~$ ls -la /var/log/distributed-net.log
-rw-r- 1 daemon daemon 1005697 2008-11-13 10:09 /var/log/distributed-net.log

-- 
wrong ACL on log file
https://bugs.launchpad.net/bugs/155823
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 153832] Re: Automatic processor type detection problem

2008-11-03 Thread Andriy Tymchenko
Ok, it was much quicker than I thought :)

Interpid (8.10) version seems to solve issue, so you can report is as
FIXED :)

---
dnetc v2.9015-504-CFR-07110717 for Linux (Linux 2.6.24-21-generic).
Using email address (distributed.net ID) 'my mail here'

[Nov 03 08:02:34 UTC] Automatic processor detection found 2 processors.
[Nov 03 08:02:34 UTC] Loading crunchers with work...
[Nov 03 08:02:34 UTC] Automatic processor type detection found
  an Intel Core 2 processor.
[Nov 03 08:02:34 UTC] RC5-72: using core #7 (SGP 3-pipe).

-- 
Automatic processor type detection problem
https://bugs.launchpad.net/bugs/153832
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 153832] Re: Automatic processor type detection problem

2008-11-03 Thread Andriy Tymchenko
made "stop/start" again, got same

dnetc v2.9013-498-CFR-06082120 for Linux (Linux 2.6.24-21-generic).
Using email address (distributed.net ID) 'my mail here'

/clip from log/
[Nov 03 07:40:31 UTC] Automatic processor detection found 2 processors.
[Nov 03 07:40:31 UTC] Loading crunchers with work...
[Nov 03 07:40:31 UTC] Automatic processor type detection did not
  recognize the processor (tag: "6547:06F6")
[Nov 03 07:41:19 UTC] RC5-72: using core #7 (SGP 3-pipe).

also just FYI
$ uname -a
Linux hostname 2.6.24-21-generic #1 SMP Tue Oct 21 23:43:45 UTC 2008 i686 
GNU/Linux

I have Hardy Haron (8.04) system, and it might take some time before I
could manually roll in via dpkg that Interpid (8.10) version of package

-- 
Automatic processor type detection problem
https://bugs.launchpad.net/bugs/153832
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 75034] Re: problem with non-Latin (Cyrillic) postings to LiveJournal.com

2008-09-19 Thread Andriy Tymchenko
yes, I can confirm that there is another problem with gnome-blog which
blocks me to test posting functionality. I has submitted probelm as new
bug 272034. Until that one is fixed, this can not be verified, thank
you.

-- 
problem with non-Latin (Cyrillic) postings to LiveJournal.com
https://bugs.launchpad.net/bugs/75034
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 272034] [NEW] posting blocked

2008-09-19 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: gnome-blog

The source package: https://launchpad.net/ubuntu/+source/gnome-
blog/0.9.1-3ubuntu1

Description:Ubuntu 8.04.1
Release:8.04

gnome-blog:
  Installed: 0.9.1-3ubuntu1
  Candidate: 0.9.1-3ubuntu1
  Version table:
 *** 0.9.1-3ubuntu1 0
500 http://fi.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

Expected: after text typed in "Subject" and "Main text" post fields, pushing on 
button "Post entry"
Happened: postig does not appear in blog, it actually never goes there. See 
below.

I took a liberty to run it from command line - below is copy paste from there

[EMAIL PROTECTED]:~current_dir$ gnome-blog-poster 
Using gconf_prefix /apps/gnome-blog
Iter is for endline
Text is: {
 test text 
 }

Using prefix /apps/gnome-blog
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/gnomeblog/blog_poster.py", line 140, 
in _onPostButtonClicked
successful_post = blog.postEntry(title, html_text, gconf_prefix)
  File "/var/lib/python-support/python2.5/gnomeblog/blog.py", line 25, in 
postEntry
client, gconf_prefix)
  File "/var/lib/python-support/python2.5/gnomeblog/livejournal.py", line 33, 
in postEntry
cookie = server.LJ.XMLRPC.login(info)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
return self.__send(self.__name, args)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
verbose=self.__verbose
  File "/var/lib/python-support/python2.5/gnomeblog/proxy.py", line 33, in 
request
return Transport.request(self, host, "http://"+host+handler, request_body, 
verbose)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request
return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1324, in _parse_response
p, u = self.getparser()
  File "/usr/lib/python2.5/xmlrpclib.py", line 1210, in getparser
return getparser(use_datetime=self._use_datetime)
AttributeError: GnomeProxyTransport instance has no attribute '_use_datetime'
[EMAIL PROTECTED]:~current_dir$

** Affects: gnome-blog (Ubuntu)
 Importance: Undecided
 Status: New

-- 
posting blocked
https://bugs.launchpad.net/bugs/272034
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 89438] Re: Character encoding does not work fine

2008-09-19 Thread Andriy Tymchenko
*** This bug is a duplicate of bug 75034 ***
https://bugs.launchpad.net/bugs/75034

** This bug has been marked a duplicate of bug 75034
   problem with non-Latin (Cyrillic) postings to LiveJournal.com

-- 
Character encoding does not work fine
https://bugs.launchpad.net/bugs/89438
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 75034] Re: problem with non-Latin (Cyrillic) postings to LiveJournal.com

2008-09-19 Thread Andriy Tymchenko
I can not reproduce this bug because of other problem with gnome-blog.
Probably I have to file another bug.

-- 
problem with non-Latin (Cyrillic) postings to LiveJournal.com
https://bugs.launchpad.net/bugs/75034
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 75034] Re: problem with non-Latin (Cyrillic) postings to LiveJournal.com

2008-02-11 Thread Andriy Tymchenko
it is year gone already, and nobody seems to care... see this
http://silpol.livejournal.com/410321.html - same crap with Cyrrillic in
UTF-8

-- 
problem with non-Latin (Cyrillic) postings to LiveJournal.com
https://bugs.launchpad.net/bugs/75034
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 119194] Re: ps2 mouse erratic - parity errors

2008-02-11 Thread Andriy Tymchenko
I have same problem after latest kernel upgrade few days ago.

after load is done, it looks like this in logs

[  139.756000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 3 bytes away.
[  140.26] psmouse.c: resync failed, issuing reconnect request
[  404.68] psmouse.c: bad data from KBC - timeout
[  550.544000] psmouse.c: bad data from KBC - timeout
[ 1277.988000] psmouse.c: bad data from KBC - timeout
[ 1458.448000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[ 1458.952000] psmouse.c: resync failed, issuing reconnect request
[ 2925.46] psmouse.c: bad data from KBC - timeout
[ 2972.748000] psmouse.c: bad data from KBC - timeout
[ 2973.608000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[ 2974.112000] psmouse.c: resync failed, issuing reconnect request
[ 3137.368000] psmouse.c: bad data from KBC - timeout
[ 3457.80] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 1 bytes away.
[ 3458.304000] psmouse.c: resync failed, issuing reconnect request
[ 4711.216000] psmouse.c: bad data from KBC - timeout
[ 4712.10] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[ 4712.604000] psmouse.c: resync failed, issuing reconnect request
[ 4721.92] psmouse.c: bad data from KBC - timeout
[ 4722.70] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[ 4723.208000] psmouse.c: resync failed, issuing reconnect request
[ 4730.996000] input: PS/2 Logitech Wheel Mouse as /class/input/input7
[ 4731.012000] psmouse.c: Failed to enable mouse on isa0060/serio1
[ 4733.012000] input: ImPS/2 Logitech Wheel Mouse as /class/input/input8
[ 4748.208000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 1 bytes away.
[ 4748.716000] psmouse.c: resync failed, issuing reconnect request
[ 4826.408000] psmouse.c: bad data from KBC - timeout
[ 5107.752000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 3 bytes away.
[ 5109.124000] psmouse.c: resync failed, issuing reconnect request
[ 5300.528000] psmouse.c: bad data from KBC - timeout
[ 5301.292000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 1 bytes away.
[ 5301.80] psmouse.c: resync failed, issuing reconnect request
[ 5370.988000] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 1 bytes away.
[ 5371.496000] psmouse.c: resync failed, issuing reconnect request
[ 5609.744000] input: ImPS/2 Logitech Wheel Mouse as /class/input/input9
[ 5896.732000] psmouse.c: bad data from KBC - timeout
[ 5897.54] psmouse.c: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 3 bytes away.
[ 5898.044000] psmouse.c: resync failed, issuing reconnect request



/tmp$ uname -a
Linux xenia 2.6.22-14-386 #1 Fri Feb 1 04:32:03 UTC 2008 i686 GNU/Linux


lspci added as attach

** Attachment added: "lspcivvnn.log"
   http://launchpadlibrarian.net/11877106/lspcivvnn.log

-- 
ps2 mouse erratic - parity errors
https://bugs.launchpad.net/bugs/119194
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 144079] Re: [gutsy] 2.6.22-12 breaks rt2x00 driver with rt2500 based card

2008-01-23 Thread Andriy Tymchenko
I still see same messages about unknown symbols iwlwifi_ yadayadayada,
and wifi doesn't work. I have 2.6.22-14.smthng kernel (apt-get upgrade
done tonight). What shall i do to help fix it!

-- 
[gutsy] 2.6.22-12 breaks rt2x00 driver with rt2500 based card
https://bugs.launchpad.net/bugs/144079
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 73245] Re: Gaim crashes on de-activating single account on Jabber server (gaim_proxy_connect)

2007-10-24 Thread Andriy Tymchenko
Oops. sorry accidental status change

** Changed in: gaim (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: gaim (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Gaim crashes on de-activating single account on Jabber server 
(gaim_proxy_connect)
https://bugs.launchpad.net/bugs/73245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 73245] Re: Gaim crashes on de-activating single account on Jabber server (gaim_proxy_connect)

2007-10-24 Thread Andriy Tymchenko
I have switched from Gaim to Pidgin on all my machines and do not
observe this problem anymore. I know that Pidgin is actually only new
name for Gaim, hence - time to close bug as FIXED ?

-- 
Gaim crashes on de-activating single account on Jabber server 
(gaim_proxy_connect)
https://bugs.launchpad.net/bugs/73245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155823] wrong ACL on log file

2007-10-22 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: distributed-net

somehow log file has limited ACL so ordinary user may not view it while
normal syslog is visible

[EMAIL PROTECTED]:~$ ls -la /var/log/distributed-net.log
-rw-r- 1 daemon daemon 181278 2007-10-22 16:29 /var/log/distributed-net.log

vs.

[EMAIL PROTECTED]:~$ ls -la /var/log/syslog
-rw-r- 1 syslog adm 3938 2007-10-22 16:41 /var/log/syslog

** Affects: distributed-net (Ubuntu)
 Importance: Undecided
 Status: New

-- 
wrong ACL on log file
https://bugs.launchpad.net/bugs/155823
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153832] Re: Automatic processor type detection problem

2007-10-18 Thread Andriy Tymchenko
kernel detects CPU as it should be

dmesg line
[   19.279642] CPU1: Intel(R) Core(TM)2 CPU  6700  @ 2.66GHz stepping 06

-- 
Automatic processor type detection problem
https://bugs.launchpad.net/bugs/153832
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153832] Automatic processor type detection problem

2007-10-18 Thread Andriy Tymchenko
Public bug reported:

Binary package hint: distributed-net

after startup there is message in log

sudo cat /var/log/distributed-net.log

dnetc v2.9013-498-CFR-06082120 for Linux (Linux 2.6.22-14-generic).
Using email address (distributed.net ID) 'my email here'

[Oct 18 08:53:17 UTC] Automatic processor detection found 2 processors.
[Oct 18 08:53:17 UTC] Loading crunchers with work...
[Oct 18 08:53:22 UTC] The keyserver says: "Moo from the new and improved
  haystack.ivo.nu"
[Oct 18 08:53:22 UTC] Retrieved project state data from server. (cached)
[Oct 18 08:53:37 UTC] RC5-72: Retrieved 48 packets (48.00 stats units) from 
server.
[Oct 18 08:53:52 UTC] OGR-P2: Retrieved 48 packets from server.
[Oct 18 08:53:52 UTC] Automatic processor type detection did not
  recognize the processor (tag: "6547:06F6")

** Affects: distributed-net (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Automatic processor type detection problem
https://bugs.launchpad.net/bugs/153832
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 63539] my 2 eurocents on this "cdrecord problem"

2007-01-19 Thread Andriy Tymchenko
my bug https://launchpad.net/ubuntu/+source/gnomebaker/+bug/75330 has
been made duplicated to this, so I think it makes sense to put feedback
here too

After I had bug filed and wait, I have made also support request
https://launchpad.net/ubuntu/+ticket/2905 and first reply gave me a URL
to ubuntuforums posting where temporary workaround is suggested. It also
made overall picture more or less clear. There is a conflict in
understanding of security architecture between author(s) of cdrecord and
Debian team member(s), which causes deadlock. Cdrecord author claims
that cdrecord binaries shall have root-level access (literally in SUID-
bit set on) in order to gain pereformance-related kernel features, and
in his opinion it is completely safe to put SUID on. Debian team stays
on opposite, i.e. one should be completely insane from security point of
view to put SUID flag on "just because package author thinks so", and
they refuse to put SUID bits in Debian distro.

As for now, I haven't had enough time to get into issue deeper and try
find real solution (it doesn't seem to be on surface IMHO). I haven't
been dare to set SUID on my desktop PC, as I knew that SUID on
completely unrelated binary might be used as attack vector (I was
security engineer for few Debian-derived distros).

So, as a bottom liner I suggest two things on this:
1) someone from Ubuntu team could get around cdrecord bugs (also all 
cdrecord-dependant packages bugs) and try to sort out all of them as duplicate 
of this (or any other from selected) bug
2) make an effort to find security-safe solution to this problem, as it might 
need more serious effort than just plain bugfixing - problem IS deeper, on the 
level of security architecturing, and tweaking here and there hardly ever helps.

-- 
Can't burn CD-RW, CD-R etc in Gnome in Edgy Beta
https://launchpad.net/bugs/63539

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