[tesseract-ocr] OMP_THREAD_LIMIT not working on Windows 10

2020-09-11 Thread Филип Пешић
Hello,

I added the variable  OMP_THREAD_LIMIT as new environment variable and set 
it's value to 1 in both system and user environment and Tesseract still 
uses 4 threads. The OCR time did not change as well. So does this mean the 
limit only works on Linux?

Windows 10 latest version 2004, build 19041.508, Tesseract 5 alpha 64bit 
executable from "Tesseract at UB Mannheim" section

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/ca1f8a71-5c6e-49da-90d7-3768d859e8f5n%40googlegroups.com.


[tesseract-ocr] Optimal numbers for the ground truth

2020-08-18 Thread Филип Пешић
Hi,

I want to train tesseract with tesstrain, with .tif and .gt.txt pairs. 
However, the native images are 231DPI scans of old books from 1800s and, I 
assume, that's pretty low, based on what I read on so many forums, plus, 
there is an huge amount of text on the scanned images, basically 90% of 
both side are just text, pictures are really rare. I tried a lot of the 
methods to increase quality, IM script, and some projects from GH, with 
little to no improvement. Image Magick's resample seems to have the most 
impact. I tried 300, 400, 600, 800 and 1000 DPI, with "sweet spot" being 
800 based on the results, since there's a regression on 1000 and below 800 
I saw some errors like line could not be read, something like that. I used 
tesseract's hocr output, than hocr-tools to generate segmentation pairs.
So here;'s my dilemma..
 -What range is the best for tesseract, is 800 too much?
 -If I upscale the initial image from which I make hocr than segment it, 
should I then upscale all my images that I will later use my trained model 
on?
 -Does ground truth need to have some order? When I do ground truth for 
one segmented file it goes, for example, from 1 to 00999 and another 
with one 0 less like 0001 to 0999, then I just put then into the same 
folder and that's okay?

Hopefully that makes sense and my English is not that bad. Apologies if I 
sound confusing, it's kinda hard to explain. I'll add any additional info 
if I missed it.
Feel free to ask me anything and thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/b0099659-de84-4e0a-9330-20de1e91cbd3n%40googlegroups.com.


Re: BQL USD value formatting

2018-05-20 Thread Филип Милетић
How does one set it? This is what I get:

beancount> option "render_commas" "TRUE"
 │~

ERROR: Syntax error near 'option' (at 0)
 │~

  option "render_commas" "TRUE"
  │~

  ^


On Sat, May 19, 2018 at 7:10 PM Martin Blais <bl...@furius.ca> wrote:

> *option "render_commas" "TRUE"*
>
>
> On Sat, May 19, 2018 at 6:16 PM, Filip Miletic (Филип Милетић) <
> fil...@gmail.com> wrote:
>
>> Hi!  How can I format the output values of numeric columns in BQL in
>> financial format (1,000,000.00) instead of the apparent default of
>> 100.00?
>>
>> Both are correct, but I find the former somewhat easier to read.
>>
>> F
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Beancount" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to beancount+unsubscr...@googlegroups.com.
>> To post to this group, send email to beancount@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/beancount/CAKaOXijUV8L-_GpCOHhfWscfSVN_yRJNEMCrxU0_9bJL6JD0GA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/beancount/CAKaOXijUV8L-_GpCOHhfWscfSVN_yRJNEMCrxU0_9bJL6JD0GA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Beancount" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beancount+unsubscr...@googlegroups.com.
> To post to this group, send email to beancount@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beancount/CAK21%2BhMdq4KtZrm7pX9EZ1-tRWi7THMWzybS5B%3Dumb6OSK03Qw%40mail.gmail.com
> <https://groups.google.com/d/msgid/beancount/CAK21%2BhMdq4KtZrm7pX9EZ1-tRWi7THMWzybS5B%3Dumb6OSK03Qw%40mail.gmail.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXijf_PeoY4%2B%2B-gQuCF6GfXvaCTCo4K39rnyBfaFZFXrO7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to use BQL to compute net worth?

2018-05-19 Thread Филип Милетић
To self-answer my first question, the winning combination seems to be:

SELECT last(date) as on_date, convert(value(sum(position)),'USD') as
Net_Worth
WHERE account ~ 'Assets:*.' or account ~ 'Liabilities:*.'




On Sat, May 19, 2018 at 2:55 PM Filip Miletic (Филип Милетић) <
fil...@gmail.com> wrote:

> Hi all.
>
> I'd like to use BQL to compute net worth change over time.  As first step
> I just want to compute
> net worth and work from there.
>
> So I formulate the query:
>
> SELECT sum(value(position)) as Net_Worth
> WHERE account ~ 'Assets:*.' or account ~ 'Liabilities:*.'
>
> Ideally, the output of the above query would be no different than the
> `networth` command.  So, the intention is to show the net worth in USD.
> However, I found that I can't seem to get bean-query to convert the
> positions held in non-USD currency into USD.  None of the functions found
> in the bql document
> <https://docs.google.com/document/d/1s0GOZMcrKKCLlP29MD7kHO4L88evrwWdIO0p4EwRBE0/edit#heading=h.od3iaob8sala>
> seem to work.  What am I missing?
>
> Second question, once the above is solved, how would I use bql to show net
> worth per month?
>
> Thanks,
> F
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXijyhPkhcpBBX4ShaBiac7%3D106vhMyd-2rysym8poRwtQg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


BQL USD value formatting

2018-05-19 Thread Филип Милетић
Hi!  How can I format the output values of numeric columns in BQL in
financial format (1,000,000.00) instead of the apparent default of
100.00?

Both are correct, but I find the former somewhat easier to read.

F

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXijUV8L-_GpCOHhfWscfSVN_yRJNEMCrxU0_9bJL6JD0GA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to use BQL to compute net worth?

2018-05-19 Thread Филип Милетић
Hi all.

I'd like to use BQL to compute net worth change over time.  As first step I
just want to compute
net worth and work from there.

So I formulate the query:

SELECT sum(value(position)) as Net_Worth
WHERE account ~ 'Assets:*.' or account ~ 'Liabilities:*.'

Ideally, the output of the above query would be no different than the
`networth` command.  So, the intention is to show the net worth in USD.
However, I found that I can't seem to get bean-query to convert the
positions held in non-USD currency into USD.  None of the functions found
in the bql document

seem to work.  What am I missing?

Second question, once the above is solved, how would I use bql to show net
worth per month?

Thanks,
F

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXihk_%2B8P%2BSwsAAHcwY2H%3D3LBbHGpn8bwzn6wODQAO%3DQiZw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Looking for an importer for Morgan Stanley Smith Barney

2018-04-05 Thread Филип Милетић
Hi all!

Would you know of an available importer for Morgan Stanley Smith Barney
reports?

The brokerage by default offers reports in xls and pdf formats, which could
use some post-processing love.

Thanks,
F

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXiiCAFjMjKF_8VqPeHxwYe09s_0XRTTx%3DTHiFFZ9hNpHmQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Looking for importers

2017-12-24 Thread Филип Милетић
The default ofx importer that you get with bean count works for both. Just
make sure you download in the ofx format. On both BoA and Amex they call it
the quicken format iirc.
On Mon, Dec 4, 2017 at 8:29 PM  wrote:

> This is a long shot, but, would anybody mind sharing their importers for
> Bank of America checking account and American Express credit card?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Beancount" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beancount+unsubscr...@googlegroups.com.
> To post to this group, send email to beancount@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beancount/a6de2136-4a10-4ebb-b867-97540acee78b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXigHTGxNBJH%2Bjifh02F-sDT1kDcnQkKsZ24bv7rendxaEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to mount bean-web under path other than /

2017-12-24 Thread Филип Милетић
Hi folks!

I'm trying to hang the bean-web reports under URL path '/finance' (as
opposed to the default '/').

What is the easiest way to do so?  I would suppose that 'bottle' has some
way to specify this path prefix, say with an environment variable or some
such, but I was unable to find it. Looking at bottle.py it seemed like
setting PATH_INFO env variable would do the trick, but it seemingly had no
effect.

Thanks,
Filip

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXij7Ne-sM8aSb1qi_Mo9Ey-Oz_kqN093vfG-vXhbco2EvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to open a balance of a 401k account?

2017-11-16 Thread Филип Милетић
Hi folks.  How does one open a balance on a 401k account?

I'm confused by the fact that my 401k plan does not reveal actual holdings
(not sure why not, I may just not have looked hard enough?) nor does it
seem to report individual lots, but rather just the dollar values at the
end of a period.

Thanks,
F

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAKaOXihVWtoRU%2B6_3MGHufxGajvRK6pGVhGvq6K1fSMbeR3tFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Bug 759619] Re: banshee cannot access last.fm account

2016-05-16 Thread Филип Маљковић
I got the same problem as Casper. I upgraded to Xenial and I noticed
today that scrobbling stopped. However, I'm using Cinnamon, not MATE.

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

Title:
  banshee cannot access last.fm account

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

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


[Desktop-packages] [Bug 759619] Re: banshee cannot access last.fm account

2016-05-16 Thread Филип Маљковић
I got the same problem as Casper. I upgraded to Xenial and I noticed
today that scrobbling stopped. However, I'm using Cinnamon, not MATE.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to banshee in Ubuntu.
https://bugs.launchpad.net/bugs/759619

Title:
  banshee cannot access last.fm account

Status in banshee package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: banshee

  Banshee asks me: "Account details are needed before you can connect to 
Last.fm"
  I'm a subscriber, so no worries there.
  I'm entering my username (cannot enter a password anywhere, why?)
  Then I'm asked "You need to allow Banshee to access your Last.fm account", 
but no matter what or how often I'm clicking, it won't work.
  See attached screenshots
  In my last.fm preferences, banshee won't appear as "connected app".

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: banshee 2.0.0-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Apr 13 11:43:32 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: banshee
  UpgradeStatus: Upgraded to natty on 2011-04-12 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1546421] [NEW] package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade: trying to overwrite '/usr/lib/libreoffice', which is also in package libreoffice-common 1:4.2.8-0ubuntu3

2016-02-17 Thread Филип Андонов
Public bug reported:

While updating

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libreoffice-gnome 1:4.2.8-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Wed Feb 17 10:26:14 2016
DuplicateSignature: package:libreoffice-gnome:1:4.2.8-0ubuntu3:trying to 
overwrite '/usr/lib/libreoffice', which is also in package libreoffice-common 
1:4.2.8-0ubuntu3
ErrorMessage: trying to overwrite '/usr/lib/libreoffice', which is also in 
package libreoffice-common 1:4.2.8-0ubuntu3
InstallationDate: Installed on 2013-05-17 (1005 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac (20130424)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: libreoffice
Title: package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade: 
trying to overwrite '/usr/lib/libreoffice', which is also in package 
libreoffice-common 1:4.2.8-0ubuntu3
UpgradeStatus: Upgraded to trusty on 2014-08-13 (552 days ago)

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


** Tags: amd64 apport-package package-conflict 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/1546421

Title:
  package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade:
  trying to overwrite '/usr/lib/libreoffice', which is also in package
  libreoffice-common 1:4.2.8-0ubuntu3

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

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


[Desktop-packages] [Bug 1546421] [NEW] package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade: trying to overwrite '/usr/lib/libreoffice', which is also in package libreoffice-common 1:4

2016-02-17 Thread Филип Андонов
Public bug reported:

While updating

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libreoffice-gnome 1:4.2.8-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
Uname: Linux 3.13.0-77-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Wed Feb 17 10:26:14 2016
DuplicateSignature: package:libreoffice-gnome:1:4.2.8-0ubuntu3:trying to 
overwrite '/usr/lib/libreoffice', which is also in package libreoffice-common 
1:4.2.8-0ubuntu3
ErrorMessage: trying to overwrite '/usr/lib/libreoffice', which is also in 
package libreoffice-common 1:4.2.8-0ubuntu3
InstallationDate: Installed on 2013-05-17 (1005 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac (20130424)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.11
SourcePackage: libreoffice
Title: package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade: 
trying to overwrite '/usr/lib/libreoffice', which is also in package 
libreoffice-common 1:4.2.8-0ubuntu3
UpgradeStatus: Upgraded to trusty on 2014-08-13 (552 days ago)

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


** Tags: amd64 apport-package package-conflict third-party-packages trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/1546421

Title:
  package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade:
  trying to overwrite '/usr/lib/libreoffice', which is also in package
  libreoffice-common 1:4.2.8-0ubuntu3

Status in libreoffice package in Ubuntu:
  New

Bug description:
  While updating

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libreoffice-gnome 1:4.2.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-77.121-generic 3.13.11-ckt32
  Uname: Linux 3.13.0-77-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Wed Feb 17 10:26:14 2016
  DuplicateSignature: package:libreoffice-gnome:1:4.2.8-0ubuntu3:trying to 
overwrite '/usr/lib/libreoffice', which is also in package libreoffice-common 
1:4.2.8-0ubuntu3
  ErrorMessage: trying to overwrite '/usr/lib/libreoffice', which is also in 
package libreoffice-common 1:4.2.8-0ubuntu3
  InstallationDate: Installed on 2013-05-17 (1005 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64+mac 
(20130424)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.11
  SourcePackage: libreoffice
  Title: package libreoffice-gnome 1:4.2.8-0ubuntu3 failed to install/upgrade: 
trying to overwrite '/usr/lib/libreoffice', which is also in package 
libreoffice-common 1:4.2.8-0ubuntu3
  UpgradeStatus: Upgraded to trusty on 2014-08-13 (552 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Pressemeldungen] Bailini-кожанный кошелек для настоящих мужчин со скидкой 50%.

2015-04-08 Thread Филип
___
Pressemeldungen mailing list
Pressemeldungen@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pressemeldungen


[E1000-devel] e1000-devel, Вы выиграли $11.000! Свяжитесь со службой поддержки

2014-11-08 Thread Филип
Привет e1000-devel.

Вам очень повезло. У вас есть шанс зарабатывать до 1500$ в день. И это тока 
начало.

Не упустите свой шанс. Регистрируйтесь прямо сейчас. И получите первые деньги 
уже сегодня. 
--
___
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel#174; Ethernet, visit 
http://communities.intel.com/community/wired


Re: [aur-general] yaourt - tmpfs error: No space left on device

2014-07-19 Thread Филип Брчић
Hi,

I had the same problem with some large packages. The solution is to make 
~/tmp/yaourt and have in your ~/.yaourtrc set TMPDIR=/home/csanyipal/tmp/yaourt 
(if that's your username).

If you use /tmp, then building will be faster, but everything will be in the 
memory drive (tmpfs 3.2G ... /tmp = in memory). That is better for smaller 
packages, but if you run chrome or firefox with lots of tabs and some more 
memory-intensive programs, you'll end up with the no space left message.

Cheers o7
Filip

19.07.2014, 13:17, Csányi Pál csanyi...@gmail.com:
 Hi,

 I have been told on arch-general mailing list that that this problem
 should be post here too, because this is an AUR problem.

 I'm trying to install icecat with yaourt but get always error: No
 space left on device.

 $ df -H
 Filesystem  Size  Used Avail Use% Mounted on
 /dev/sda3    66G   38G   26G  60% /
 tmpfs   3.2G 0  3.2G   0% /dev/shm
 tmpfs   3.2G 0  3.2G   0% /sys/fs/cgroup
 tmpfs   3.2G  3.2G  160k 100% /tmp
 tmpfs   627M  4.1k  627M   1% /run/user/1000

 I have installed my arch linux on one partition only, on /dev/sda3.

 I tried to install icecat several times, moreover after a reboot too,
 but always get this error message.

 I tried also to setup yaourt and makepkg:
 /etc/yaourtrc
 TMPDIR=/tmp

 /etc/makepkg.conf
 BUILDDIR=/tmp/makepkg

 Still get the above error.

 $ free -h

 total used free shared buffers cached
 Mem: 5.8G 4.2G 1.6G 2.9G 64M 3.2G
 -/+ buffers/cache: 928M 4.9G
 Swap: 511M 0B 511M

 /etc/fstab

 /dev/sda3   /  ext4 rw,relatime,data=ordered  0 1
 /dev/cdrom  /media/cdrom    iso9660 ro,user,noauto,unhide  0 0
 /swapfile  none  swap defaults 0 0

 On the arch-general mailing list I get the following advices.

 * From Daniel Micay:
 Stop building a very large package in a filesystem of very limited size.
 The BUILDDIR option is unset by default, and if you leave it unset
 `makepkg` will work fine.

 * From me:
 Before I edited the file: /etc/makepkg.conf

 I tried to install with yaourt the icecat package but get the same
 error message.
 That is way I edited the /etc/makepkg.conf file and set the BUILDDIR option 
 to:
 BUILDDIR=/tmp/makepkg

 So, leaving it unset doesn't work here.

 * From Daniel Micay:
 Leave it unset and build with makepkg directly.
  Set BUILDDIR=/var/tmp instead, /tmp is filling up.

 Or just use the *default* of not building in a global directory...
 especially /tmp which is a ramdisk.

 * From Mark Lee:
 I just looked at yaourt's yaourtrc and it's clear that it's storing
 its temporary files in /tmp. Building with yaourt means building in
 tmpfs which would for large compilation jobs can exhaust the tmpfs
 file system. Either extend the size of /tmp by specifying a larger
 size when mounting in /tmp (using fstab or just command line) or set a
 different direcotry via yaourt --tmp temporary directory.

 This should really be posted to the AUR mailing list since it's an AUR
 issue. I hope this helps.

 * From Ralf Mardorf:
 [rocketmouse@archlinux ~]$ grep tmp /etc/fstab
 #tmpfs   /tmp tmpfs   nodev,nosuid,size=3G  0  0

 It's commented out, but I once had to use it and it solved the issue for
 me.

 * From John Broggs:
 The best way to overcome this error is to allocate the space you need in
 fstab as per the instructions on the fstab page on ArchWiki.

 * From Bigby James:
 systemd will allocate /tmp to a ramdisk by default, whether you specify it or
 not. Specifying tmpfs in /etc/fstab allows you to dictate how large the 
 ramdisk
 is, but unless you explicitly stop systemd from mounting /tmp in RAM that's
 where it will go.

 I solve this problem by building icecat directly with makepkg.

 --
 Regards from Pal


Re: [aur-general] yaourt - tmpfs error: No space left on device

2014-07-19 Thread Филип Брчић
Tmpfs has a fixed amount of desired RAM. But, if you have enough programs that 
use that same RAM it will start swapping on your swap drive (in his case only 
512MB). Also, 3.2G is not nearly enough for large stuff (kdelibs, libreoffice, 
firefox, ...), since it has to hold both the source, the object files and the 
installed files.

19.07.2014, 13:43, Johannes Löthberg johan...@kyriasis.com:
 On 19/07, Филип Брчић wrote:
 If you use /tmp, then building will be faster, but everything will be in the 
 memory drive (tmpfs 3.2G ... /tmp = in memory). That is better for smaller 
 packages, but if you run chrome or firefox with lots of tabs and some more 
 memory-intensive programs, you'll end up with the no space left message.

 The tmpfs has a fixed amount of RAM, so running chrome and firefox won't
 make a difference, his tmpfs is 3.2G and he used all of it up.

 --
 Sincerely,
   Johannes Löthberg
   PGP Key ID: 3A9D0BB5


[Bug 1313062] [NEW] can't upgrade from 13.10 to 14.04

2014-04-26 Thread Филип Маљковић
Public bug reported:

Got the following when doing do-release-upgrade.


Could not calculate the upgrade 

An unresolvable problem occurred while calculating the upgrade.

This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu 

If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. 


Restoring original system state

Aborting


ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.6
ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
CrashDB: ubuntu
Date: Sat Apr 26 12:54:38 2014
InstallationDate: Installed on 2012-04-30 (725 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-04-26 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug dist-upgrade i386 saucy

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

Title:
  can't upgrade from 13.10 to 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1313062/+subscriptions

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


[Desktop-packages] [Bug 1254886] [NEW] external Bluetooth speaker not detected until pulseaudio restart

2013-11-25 Thread Филип Андонов
Public bug reported:

When connecting external bluetooth speaker, bluetooth connection is
established, but it is not listed in the sound options. It becomes
listed only when pulseaudio is restarted. Even then only the low quality
codec is working, the high quality is selectable from a droplist, but
not activated when selected. Similar bug was reported numerous times for
the previous version of ubuntu, but it seems it is not fixed, if it is
the same.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  felipe 3121 F pulseaudio
Date: Mon Nov 25 23:37:38 2013
InstallationDate: Installed on 2013-05-17 (192 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: Bluetooth sound card not detected
UpgradeStatus: Upgraded to saucy on 2013-10-18 (38 days ago)
dmi.bios.date: 08/08/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-6F01561E16C75D06
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-6F01561E16C75D06
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
dmi.product.name: MacBookPro9,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug saucy

** Package changed: alsa-driver (Ubuntu) = bluez (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1254886

Title:
  external Bluetooth speaker not detected until pulseaudio restart

Status in “bluez” package in Ubuntu:
  New

Bug description:
  When connecting external bluetooth speaker, bluetooth connection is
  established, but it is not listed in the sound options. It becomes
  listed only when pulseaudio is restarted. Even then only the low
  quality codec is working, the high quality is selectable from a
  droplist, but not activated when selected. Similar bug was reported
  numerous times for the previous version of ubuntu, but it seems it is
  not fixed, if it is the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  felipe 3121 F pulseaudio
  Date: Mon Nov 25 23:37:38 2013
  InstallationDate: Installed on 2013-05-17 (192 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: Bluetooth sound card not detected
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (38 days ago)
  dmi.bios.date: 08/08/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-6F01561E16C75D06
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro9,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-6F01561E16C75D06
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
  dmi.product.name: MacBookPro9,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1254886] [NEW] external Bluetooth speaker not detected until pulseaudio restart

2013-11-25 Thread Филип Андонов
Public bug reported:

When connecting external bluetooth speaker, bluetooth connection is
established, but it is not listed in the sound options. It becomes
listed only when pulseaudio is restarted. Even then only the low quality
codec is working, the high quality is selectable from a droplist, but
not activated when selected. Similar bug was reported numerous times for
the previous version of ubuntu, but it seems it is not fixed, if it is
the same.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  felipe 3121 F pulseaudio
Date: Mon Nov 25 23:37:38 2013
InstallationDate: Installed on 2013-05-17 (192 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: Bluetooth sound card not detected
UpgradeStatus: Upgraded to saucy on 2013-10-18 (38 days ago)
dmi.bios.date: 08/08/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-6F01561E16C75D06
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-6F01561E16C75D06
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
dmi.product.name: MacBookPro9,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug saucy

** Package changed: alsa-driver (Ubuntu) = bluez (Ubuntu)

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

Title:
  external Bluetooth speaker not detected until pulseaudio restart

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

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


[Kernel-packages] [Bug 1254886] [NEW] external Bluetooth speaker not detected until pulseaudio restart

2013-11-25 Thread Филип Андонов
Public bug reported:

When connecting external bluetooth speaker, bluetooth connection is
established, but it is not listed in the sound options. It becomes
listed only when pulseaudio is restarted. Even then only the low quality
codec is working, the high quality is selectable from a droplist, but
not activated when selected. Similar bug was reported numerous times for
the previous version of ubuntu, but it seems it is not fixed, if it is
the same.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  felipe 3121 F pulseaudio
Date: Mon Nov 25 23:37:38 2013
InstallationDate: Installed on 2013-05-17 (192 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: Bluetooth sound card not detected
UpgradeStatus: Upgraded to saucy on 2013-10-18 (38 days ago)
dmi.bios.date: 08/08/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-6F01561E16C75D06
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-6F01561E16C75D06
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
dmi.product.name: MacBookPro9,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug saucy

** Package changed: alsa-driver (Ubuntu) = bluez (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1254886

Title:
  external Bluetooth speaker not detected until pulseaudio restart

Status in “bluez” package in Ubuntu:
  New

Bug description:
  When connecting external bluetooth speaker, bluetooth connection is
  established, but it is not listed in the sound options. It becomes
  listed only when pulseaudio is restarted. Even then only the low
  quality codec is working, the high quality is selectable from a
  droplist, but not activated when selected. Similar bug was reported
  numerous times for the previous version of ubuntu, but it seems it is
  not fixed, if it is the same.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
  Uname: Linux 3.11.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  felipe 3121 F pulseaudio
  Date: Mon Nov 25 23:37:38 2013
  InstallationDate: Installed on 2013-05-17 (192 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac 
(20130424)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: Bluetooth sound card not detected
  UpgradeStatus: Upgraded to saucy on 2013-10-18 (38 days ago)
  dmi.bios.date: 08/08/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-6F01561E16C75D06
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro9,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-6F01561E16C75D06
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
  dmi.product.name: MacBookPro9,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1231884] [NEW] wireless disconnects with crash

2013-09-27 Thread Филип Андонов
Public bug reported:

kernel:
Linux felipe-MacBookPro 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

wireless hardware:
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)
01:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card 
Reader (rev 10)
02:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)


[157463.301006] [ cut here ]
[157463.301046] WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 
cfg80211_roamed+0x9a/0xa0 [cfg80211]()
[157463.301048] Hardware name: MacBookPro9,2
[157463.301050] Modules linked in: cdc_acm nls_iso8859_1(F) usb_storage(F) 
hid_magicmouse hidp parport_pc(F) ppdev(F) bnep rfcomm binfmt_misc(F) 
snd_hda_codec_hdmi snd_hda_codec_cirrus uvcvideo coretemp videobuf2_vmalloc 
btusb videobuf2_memops videobuf2_core kvm_intel(F) snd_hda_intel videodev 
bluetooth snd_hda_codec kvm(F) bcm5974 snd_hwdep(F) ghash_clmulni_intel(F) 
snd_pcm(F) aesni_intel(F) snd_page_alloc(F) aes_x86_64(F) snd_seq_midi(F) 
snd_seq_midi_event(F) xts(F) snd_rawmidi(F) lrw(F) i915 snd_seq(F) gf128mul(F) 
lib80211_crypt_tkip ablk_helper(F) cryptd(F) wl(POF) snd_seq_device(F) 
snd_timer(F) lib80211 joydev(F) drm_kms_helper cfg80211 drm snd(F) mei 
soundcore(F) microcode(F) i2c_algo_bit apple_gmux applesmc video(F) 
input_polldev lpc_ich mac_hid apple_bl lp(F) parport(F) hid_generic hid_apple 
usbhid hid firewire_ohci tg3 firewire_core ahci(F) crc_itu_t(F) libahci(F) ptp 
pps_core sdhci_pci sdhci
[157463.301122] Pid: 721, comm: wl_event_handle Tainted: PF   W  O 
3.8.0-30-generic #44-Ubuntu
[157463.301125] Call Trace:
[157463.301134]  [810589bf] warn_slowpath_common+0x7f/0xc0
[157463.301139]  [81058a1a] warn_slowpath_null+0x1a/0x20
[157463.301157]  [a01dcb1a] cfg80211_roamed+0x9a/0xa0 [cfg80211]
[157463.301200]  [a03785e5] wl_bss_connect_done.isra.20+0x115/0x1c0 
[wl]
[157463.301236]  [a0378f05] wl_notify_connect_status+0x345/0x460 [wl]
[157463.301270]  [a0378a25] wl_event_handler+0x55/0x1f0 [wl]
[157463.301302]  [a03789d0] ? wl_notify_scan_status+0x340/0x340 [wl]
[157463.301307]  [8107d590] kthread+0xc0/0xd0
[157463.301312]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.301317]  [816d56ac] ret_from_fork+0x7c/0xb0
[157463.301321]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.301324] ---[ end trace 3b835a1e4c1f3e4c ]---
[157463.384762] [ cut here ]
[157463.384782] WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 
cfg80211_roamed+0x9a/0xa0 [cfg80211]()
[157463.384784] Hardware name: MacBookPro9,2
[157463.384784] Modules linked in: cdc_acm nls_iso8859_1(F) usb_storage(F) 
hid_magicmouse hidp parport_pc(F) ppdev(F) bnep rfcomm binfmt_misc(F) 
snd_hda_codec_hdmi snd_hda_codec_cirrus uvcvideo coretemp videobuf2_vmalloc 
btusb videobuf2_memops videobuf2_core kvm_intel(F) snd_hda_intel videodev 
bluetooth snd_hda_codec kvm(F) bcm5974 snd_hwdep(F) ghash_clmulni_intel(F) 
snd_pcm(F) aesni_intel(F) snd_page_alloc(F) aes_x86_64(F) snd_seq_midi(F) 
snd_seq_midi_event(F) xts(F) snd_rawmidi(F) lrw(F) i915 snd_seq(F) gf128mul(F) 
lib80211_crypt_tkip ablk_helper(F) cryptd(F) wl(POF) snd_seq_device(F) 
snd_timer(F) lib80211 joydev(F) drm_kms_helper cfg80211 drm snd(F) mei 
soundcore(F) microcode(F) i2c_algo_bit apple_gmux applesmc video(F) 
input_polldev lpc_ich mac_hid apple_bl lp(F) parport(F) hid_generic hid_apple 
usbhid hid firewire_ohci tg3 firewire_core ahci(F) crc_itu_t(F) libahci(F) ptp 
pps_core sdhci_pci sdhci
[157463.384812] Pid: 721, comm: wl_event_handle Tainted: PF   W  O 
3.8.0-30-generic #44-Ubuntu
[157463.384813] Call Trace:
[157463.384817]  [810589bf] warn_slowpath_common+0x7f/0xc0
[157463.384819]  [81058a1a] warn_slowpath_null+0x1a/0x20
[157463.384826]  [a01dcb1a] cfg80211_roamed+0x9a/0xa0 [cfg80211]
[157463.384843]  [a0378454] wl_notify_roaming_status+0xb4/0x130 [wl]
[157463.384855]  [a0378a25] wl_event_handler+0x55/0x1f0 [wl]
[157463.384866]  [a03789d0] ? wl_notify_scan_status+0x340/0x340 [wl]
[157463.384869]  [8107d590] kthread+0xc0/0xd0
[157463.384870]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.384873]  [816d56ac] ret_from_fork+0x7c/0xb0
[157463.384874]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.384875] ---[ end trace 3b835a1e4c1f3e4d ]---
[157503.701572] cfg80211: Calling CRDA for country: CN
[157503.704551] cfg80211: Regulatory domain changed to country: CN
[157503.704555] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[157503.704557] cfg80211:   (2402000 KHz - 2482000 KHz @ 4 KHz), (N/A, 2000 
mBm)
[157503.704559] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (N/A, 3000 
mBm)
[157504.256386] ERROR @wl_cfg80211_get_station : Could 

[Kernel-packages] [Bug 1231884] [NEW] wireless disconnects with crash

2013-09-27 Thread Филип Андонов
Public bug reported:

kernel:
Linux felipe-MacBookPro 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

wireless hardware:
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit 
Ethernet PCIe (rev 10)
01:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card 
Reader (rev 10)
02:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)


[157463.301006] [ cut here ]
[157463.301046] WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 
cfg80211_roamed+0x9a/0xa0 [cfg80211]()
[157463.301048] Hardware name: MacBookPro9,2
[157463.301050] Modules linked in: cdc_acm nls_iso8859_1(F) usb_storage(F) 
hid_magicmouse hidp parport_pc(F) ppdev(F) bnep rfcomm binfmt_misc(F) 
snd_hda_codec_hdmi snd_hda_codec_cirrus uvcvideo coretemp videobuf2_vmalloc 
btusb videobuf2_memops videobuf2_core kvm_intel(F) snd_hda_intel videodev 
bluetooth snd_hda_codec kvm(F) bcm5974 snd_hwdep(F) ghash_clmulni_intel(F) 
snd_pcm(F) aesni_intel(F) snd_page_alloc(F) aes_x86_64(F) snd_seq_midi(F) 
snd_seq_midi_event(F) xts(F) snd_rawmidi(F) lrw(F) i915 snd_seq(F) gf128mul(F) 
lib80211_crypt_tkip ablk_helper(F) cryptd(F) wl(POF) snd_seq_device(F) 
snd_timer(F) lib80211 joydev(F) drm_kms_helper cfg80211 drm snd(F) mei 
soundcore(F) microcode(F) i2c_algo_bit apple_gmux applesmc video(F) 
input_polldev lpc_ich mac_hid apple_bl lp(F) parport(F) hid_generic hid_apple 
usbhid hid firewire_ohci tg3 firewire_core ahci(F) crc_itu_t(F) libahci(F) ptp 
pps_core sdhci_pci sdhci
[157463.301122] Pid: 721, comm: wl_event_handle Tainted: PF   W  O 
3.8.0-30-generic #44-Ubuntu
[157463.301125] Call Trace:
[157463.301134]  [810589bf] warn_slowpath_common+0x7f/0xc0
[157463.301139]  [81058a1a] warn_slowpath_null+0x1a/0x20
[157463.301157]  [a01dcb1a] cfg80211_roamed+0x9a/0xa0 [cfg80211]
[157463.301200]  [a03785e5] wl_bss_connect_done.isra.20+0x115/0x1c0 
[wl]
[157463.301236]  [a0378f05] wl_notify_connect_status+0x345/0x460 [wl]
[157463.301270]  [a0378a25] wl_event_handler+0x55/0x1f0 [wl]
[157463.301302]  [a03789d0] ? wl_notify_scan_status+0x340/0x340 [wl]
[157463.301307]  [8107d590] kthread+0xc0/0xd0
[157463.301312]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.301317]  [816d56ac] ret_from_fork+0x7c/0xb0
[157463.301321]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.301324] ---[ end trace 3b835a1e4c1f3e4c ]---
[157463.384762] [ cut here ]
[157463.384782] WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 
cfg80211_roamed+0x9a/0xa0 [cfg80211]()
[157463.384784] Hardware name: MacBookPro9,2
[157463.384784] Modules linked in: cdc_acm nls_iso8859_1(F) usb_storage(F) 
hid_magicmouse hidp parport_pc(F) ppdev(F) bnep rfcomm binfmt_misc(F) 
snd_hda_codec_hdmi snd_hda_codec_cirrus uvcvideo coretemp videobuf2_vmalloc 
btusb videobuf2_memops videobuf2_core kvm_intel(F) snd_hda_intel videodev 
bluetooth snd_hda_codec kvm(F) bcm5974 snd_hwdep(F) ghash_clmulni_intel(F) 
snd_pcm(F) aesni_intel(F) snd_page_alloc(F) aes_x86_64(F) snd_seq_midi(F) 
snd_seq_midi_event(F) xts(F) snd_rawmidi(F) lrw(F) i915 snd_seq(F) gf128mul(F) 
lib80211_crypt_tkip ablk_helper(F) cryptd(F) wl(POF) snd_seq_device(F) 
snd_timer(F) lib80211 joydev(F) drm_kms_helper cfg80211 drm snd(F) mei 
soundcore(F) microcode(F) i2c_algo_bit apple_gmux applesmc video(F) 
input_polldev lpc_ich mac_hid apple_bl lp(F) parport(F) hid_generic hid_apple 
usbhid hid firewire_ohci tg3 firewire_core ahci(F) crc_itu_t(F) libahci(F) ptp 
pps_core sdhci_pci sdhci
[157463.384812] Pid: 721, comm: wl_event_handle Tainted: PF   W  O 
3.8.0-30-generic #44-Ubuntu
[157463.384813] Call Trace:
[157463.384817]  [810589bf] warn_slowpath_common+0x7f/0xc0
[157463.384819]  [81058a1a] warn_slowpath_null+0x1a/0x20
[157463.384826]  [a01dcb1a] cfg80211_roamed+0x9a/0xa0 [cfg80211]
[157463.384843]  [a0378454] wl_notify_roaming_status+0xb4/0x130 [wl]
[157463.384855]  [a0378a25] wl_event_handler+0x55/0x1f0 [wl]
[157463.384866]  [a03789d0] ? wl_notify_scan_status+0x340/0x340 [wl]
[157463.384869]  [8107d590] kthread+0xc0/0xd0
[157463.384870]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.384873]  [816d56ac] ret_from_fork+0x7c/0xb0
[157463.384874]  [8107d4d0] ? kthread_create_on_node+0x120/0x120
[157463.384875] ---[ end trace 3b835a1e4c1f3e4d ]---
[157503.701572] cfg80211: Calling CRDA for country: CN
[157503.704551] cfg80211: Regulatory domain changed to country: CN
[157503.704555] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[157503.704557] cfg80211:   (2402000 KHz - 2482000 KHz @ 4 KHz), (N/A, 2000 
mBm)
[157503.704559] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (N/A, 3000 
mBm)
[157504.256386] ERROR @wl_cfg80211_get_station : Could 

[Bug 1198459] [NEW] Unable to mount inserted CD

2013-07-06 Thread Филип Андонов
Public bug reported:

Inserting a non-blank CD results in showing the name in Nautilus, but it is not 
actually mounted. 
When the CD is clicked in nautilus an error window appears with the following 
content:
Unable to access “X”
Error mounting /dev/sr0 at /media/X/I_Ivanov_F58118: Command-line `mount -t 
udf -o 
uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,umask=0077 
/dev/sr0 /media/X/XX' exited with non-zero exit status 32: mount: 
no medium found on /dev/sr0
It is also impossible to eject the CD in amy way possible. The eject-v command 
from a console with root privileges gives:

eject: using default device `cdrom'
eject: device name is `cdrom'
eject: expanded name is `/dev/cdrom'
eject: `/dev/cdrom' is a link to `/dev/sr0'
eject: `/dev/sr0' is not mounted
eject: `/dev/sr0' is not a mount point
eject: `/dev/sr0' is not a multipartition device
eject: trying to eject `/dev/sr0' using CD-ROM eject command
eject: CD-ROM eject command failed
eject: trying to eject `/dev/sr0' using SCSI commands
eject: SCSI eject failed
eject: trying to eject `/dev/sr0' using floppy eject command
eject: floppy eject command failed
eject: trying to eject `/dev/sr0' using tape offline command
eject: tape offline command failed
eject: unable to eject, last error: Inappropriate ioctl for device

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-25-generic 3.8.0-25.37
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  felipe 2027 F pulseaudio
CRDA:
 country CN:
(2402 - 2482 @ 40), (N/A, 20)
(5735 - 5835 @ 40), (N/A, 30)
Date: Sat Jul  6 16:33:22 2013
HibernationDevice: RESUME=UUID=d3afd673-d362-4903-ba66-759f7927148e
HotplugNewDevices:
 
HotplugNewMounts:
 
InstallationDate: Installed on 2013-05-17 (49 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MachineType: Apple Inc. MacBookPro9,2
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=f1618486-91ec-484b-86e8-103d8502de7c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-25-generic N/A
 linux-backports-modules-3.8.0-25-generic  N/A
 linux-firmware1.106
SourcePackage: linux
Symptom: storage
UdevMonitorLog:
 monitor will print the received events for:
 UDEV - the event which udev sends out after rule processing
UdisksMonitorLog:
 Monitoring the udisks daemon. Press Ctrl+C to exit.
 16:33:38.890: The udisks-daemon is running (name-owner :1.52).
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-6F01561E16C75D06
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-6F01561E16C75D06
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
dmi.product.name: MacBookPro9,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug raring

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

Title:
  Unable to mount inserted CD

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

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

[Bug 1196923] [NEW] slow net connection

2013-07-02 Thread Филип Андонов
Public bug reported:

result from dmesg
[30133.159764] WARNING: at /build/buildd/linux-3.8.0/net/wireless/sme.c:642 
cfg80211_roamed+0x9a/0xa0 [cfg80211]()
[30133.159767] Hardware name: MacBookPro9,2
[30133.159769] Modules linked in: nls_iso8859_1(F) hid_magicmouse hidp 
parport_pc(F) ppdev(F) rfcomm bnep binfmt_misc(F) snd_hda_codec_hdmi 
snd_hda_codec_cirrus snd_hda_intel snd_hda_codec snd_hwdep(F) snd_pcm(F) 
coretemp kvm_intel snd_page_alloc(F) kvm snd_seq_midi(F) snd_seq_midi_event(F) 
snd_rawmidi(F) uvcvideo ghash_clmulni_intel(F) snd_seq(F) i915 aesni_intel(F) 
videobuf2_vmalloc aes_x86_64(F) snd_seq_device(F) videobuf2_memops 
videobuf2_core lib80211_crypt_tkip btusb videodev xts(F) drm_kms_helper 
snd_timer(F) lrw(F) snd(F) gf128mul(F) wl(POF) lp(F) ablk_helper(F) cryptd(F) 
soundcore(F) apple_gmux joydev(F) lib80211 drm parport(F) mei cfg80211 
bluetooth bcm5974 video(F) microcode(F) i2c_algo_bit applesmc apple_bl lpc_ich 
mac_hid input_polldev hid_generic hid_apple usbhid hid usb_storage(F) 
firewire_ohci firewire_core crc_itu_t(F) ahci(F) libahci(F) tg3 ptp sdhci_pci 
pps_core sdhci
[30133.159842] Pid: 677, comm: wl_event_handle Tainted: PF  O 
3.8.0-25-generic #37-Ubuntu
[30133.159844] Call Trace:
[30133.159854]  [810587ef] warn_slowpath_common+0x7f/0xc0
[30133.159859]  [8105884a] warn_slowpath_null+0x1a/0x20
[30133.159880]  [a01a5ada] cfg80211_roamed+0x9a/0xa0 [cfg80211]
[30133.159930]  [a03725e5] wl_bss_connect_done.isra.20+0x115/0x1c0 
[wl]
[30133.159968]  [a0372f05] wl_notify_connect_status+0x345/0x460 [wl]
[30133.160002]  [a0372a25] wl_event_handler+0x55/0x1f0 [wl]
[30133.160035]  [a03729d0] ? wl_notify_scan_status+0x340/0x340 [wl]
[30133.160040]  [8107d370] kthread+0xc0/0xd0
[30133.160045]  [8107d2b0] ? kthread_create_on_node+0x120/0x120
[30133.160052]  [816d3fac] ret_from_fork+0x7c/0xb0
[30133.160056]  [8107d2b0] ? kthread_create_on_node+0x120/0x120
[30133.160059] ---[ end trace 57bd94a8a8ea7c64 ]---
[30133.177868] [ cut here ]


[30141.542721] cfg80211: Calling CRDA for country: CN
[30141.547405] cfg80211: Regulatory domain changed to country: CN
[30141.547408] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[30141.547409] cfg80211:   (2402000 KHz - 2482000 KHz @ 4 KHz), (N/A, 2000 
mBm)
[30141.547411] cfg80211:   (5735000 KHz - 5835000 KHz @ 4 KHz), (N/A, 3000 
mBm)
[30141.778865] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30141.778945] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30143.232313] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30143.232382] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30149.216956] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30149.217022] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30155.615937] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30155.615957] ERROR @wl_cfg80211_get_station : Wrong Mac address
[30161.186082] ERROR @wl_cfg80211_get_station : Wrong Mac address

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-25-generic 3.8.0-25.37
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  felipe 1891 F pulseaudio
CRDA:
 country CN:
(2402 - 2482 @ 40), (N/A, 20)
(5735 - 5835 @ 40), (N/A, 30)
Date: Tue Jul  2 14:40:49 2013
HibernationDevice: RESUME=UUID=d3afd673-d362-4903-ba66-759f7927148e
InstallationDate: Installed on 2013-05-17 (45 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64+mac (20130424)
MachineType: Apple Inc. MacBookPro9,2
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=f1618486-91ec-484b-86e8-103d8502de7c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-25-generic N/A
 linux-backports-modules-3.8.0-25-generic  N/A
 linux-firmware1.106
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2012
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP91.88Z.00D3.B08.1208081132
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-6F01561E16C75D06
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro9,2
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-6F01561E16C75D06
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP91.88Z.00D3.B08.1208081132:bd08/08/2012:svnAppleInc.:pnMacBookPro9,2:pvr1.0:rvnAppleInc.:rnMac-6F01561E16C75D06:rvrMacBookPro9,2:cvnAppleInc.:ct10:cvrMac-6F01561E16C75D06:
dmi.product.name: MacBookPro9,2
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.

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


** Tags: amd64 apport-bug raring

-- 

[Zeitgeist] [Bug 367855] Re: fgswre dwer

2013-06-25 Thread Филип Андонов
Behaviour is a mirror in which
everyone displays his image.Goethe (C)http://ene-
sa.com/greatdeal.php6/25/2013 6:52:13 PM

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to [Legacy] GNOME Activity Journal.
https://bugs.launchpad.net/bugs/367855

Title:
  icons too big

Status in [Legacy] GNOME Activity Journal:
  Fix Released

Bug description:
  Since many versions, icons, representing my files in Zeitgeist are too big 
(see attachment). The last version I have tested it on and confirmed the 
presence of the bug is from bazaar syncing on 28.03.2009.
  Furthermore, the whole window is too big and does not fit the screen. I have 
experienced that bug on both Ubuntu 8.10 and 9.04.
  N.B. on the screenshot the window size is manually corrected to fit the 
screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-zeitgeist/+bug/367855/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Bug 23599] Re: switching keyboard layouts should work for the whole desktop by default, not just single windows

2012-07-01 Thread Филип Милетић
No, really, this isn't what the default should be.  If I, say, code in
one window using the Latin charset, and chat in another using Cyrillic,
I don't want to be forced to change keyboard layouts when switching.

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

Title:
  switching keyboard layouts should work for the whole desktop by
  default, not just single windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/control-center/+bug/23599/+subscriptions

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


[Bug 23599] Re: switching keyboard layouts should work for the whole desktop by default, not just single windows

2012-07-01 Thread Филип Милетић
No, really, this isn't what the default should be.  If I, say, code in
one window using the Latin charset, and chat in another using Cyrillic,
I don't want to be forced to change keyboard layouts when switching.

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

Title:
  switching keyboard layouts should work for the whole desktop by
  default, not just single windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/control-center/+bug/23599/+subscriptions

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


[Bug 906062] Re: akonadi processes use 100% cpu and 200% RAM (swapping out about 4G to disk)

2011-12-27 Thread Филип Милетић
It seems that the bug title got screwed up while I was simultaneously
reporting 2 different bugs.  Now corrected here.

** Summary changed:

- akonadi processes use 100% cpu and 200% RAM (swapping out about 4G to disk)
+ Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault (11)

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

Title:
  Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault
  (11)

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

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


[Bug 909022] [NEW] Various akonadi processes use 100% CPU and 200% RAM at every KDE session startup

2011-12-27 Thread Филип Милетић
Public bug reported:

On every KDE session startup, a bunch of akonadi-related processes are
started.  These start hogging the system CPU and RAM shortly after
startup, and quickly tie up 100% CPU and 200% RAM (i.e. they use up
almost 8G physical RAM and start chewing on swap as well!)

In order not to have my 2-core 8G RAM machine completely bogged down by
these processes, I have to kill the processes manually, else my session
becomes unusable and I have to reset the machine.

Ubuntu: up-to-date 11.10

** Affects: akonadi
 Importance: Unknown
 Status: Unknown

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

** Bug watch added: KDE Bug Tracking System #289920
   http://bugs.kde.org/show_bug.cgi?id=289920

** Also affects: akonadi via
   http://bugs.kde.org/show_bug.cgi?id=289920
   Importance: Unknown
   Status: Unknown

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

Title:
  Various akonadi processes use 100% CPU and 200% RAM at every KDE
  session startup

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

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


[Bug 906062] [NEW] akonadi processes use 100% cpu and 200% RAM (swapping out about 4G to disk)

2011-12-18 Thread Филип Милетић
Public bug reported:

I keep getting this message on every KDE session startup.
Unfortunately, the automated bug feedback program repeatedly claims it
is not able to collect any more information about the problem, and I
don't know how else to produce a stack trace.

Ubuntu 11.10 with up-to-date KDE.

Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault (11)

** Affects: akonadi (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/906062

Title:
  akonadi processes use 100% cpu and 200% RAM (swapping out about 4G to
  disk)

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

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


[Bug 906061] [NEW] Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault (11)

2011-12-18 Thread Филип Милетић
Public bug reported:

I keep getting this message on every KDE session startup.
Unfortunately, the automated bug feedback program repeatedly claims it
is not able to collect any more information about the problem, and I
don't know how else to produce a stack trace.

Ubuntu 11.10 with up-to-date KDE.

Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault (11)

** Affects: 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/906061

Title:
  Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault
  (11)

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

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


[Bug 906062] [NEW] akonadi processes use 100% cpu and 200% RAM (swapping out about 4G to disk)

2011-12-18 Thread Филип Милетић
Public bug reported:

I keep getting this message on every KDE session startup.
Unfortunately, the automated bug feedback program repeatedly claims it
is not able to collect any more information about the problem, and I
don't know how else to produce a stack trace.

Ubuntu 11.10 with up-to-date KDE.

Executable: nepomukservicestub PID: 2111 Signal: Segmentation fault (11)

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

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

Title:
  akonadi processes use 100% cpu and 200% RAM (swapping out about 4G to
  disk)

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

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


[Ubuntu-x-swat] [Bug 898044] Re: nVidia forgets that TwinView is on

2011-11-30 Thread Филип Милетић
apport information

** Tags added: apport-collected oneiric ubuntu

** Description changed:

  After upgrading from 11.04 to 11.10, the nVidia card 'forgets' that I
  have TwinView active, and restricts the display to one out of two
  monitors only.
  
  One way to reproduce:
  1) Start NX Client session (I use this to connect to my other machine), set 
the NX window to one screen
  2) Start Picasa 3 on other window.
  
  When Picasa starts up, the screens flicker.  Next, all windows are back
  to 1 screen only, other screen contains a frozen last displayed frame.
  
  nVidia X server settings says:
  Driver version: 280.13
  X server vendor version 1.10.4 X.Org
  NV-CONTROL version 1.27
  
  Graphics card GeForce 8600M GT
+ --- 
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: i386
+ DistroCodename: oneiric
+ DistroRelease: Ubuntu 11.10
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ NonfreeKernelModules: nvidia
+ Package: nvidia-graphics-drivers (not installed)
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
+ Tags:  oneiric ubuntu
+ Uname: Linux 3.0.0-12-generic-pae i686
+ UnreportableReason: Please work this issue through technical support channels 
first.
+ UpgradeStatus: Upgraded to oneiric on 2011-11-16 (14 days ago)
+ UserGroups: adm admin backup cdrom dialout lpadmin plugdev root sambashare

** Tags added: regression-update

** Description changed:

  After upgrading from 11.04 to 11.10, the nVidia card 'forgets' that I
  have TwinView active, and restricts the display to one out of two
  monitors only.
  
  One way to reproduce:
  1) Start NX Client session (I use this to connect to my other machine), set 
the NX window to one screen
  2) Start Picasa 3 on other window.
  
  When Picasa starts up, the screens flicker.  Next, all windows are back
  to 1 screen only, other screen contains a frozen last displayed frame.
  
  nVidia X server settings says:
  Driver version: 280.13
  X server vendor version 1.10.4 X.Org
  NV-CONTROL version 1.27
  
  Graphics card GeForce 8600M GT
  --- 
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  DistroCodename: oneiric
  DistroRelease: Ubuntu 11.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  NonfreeKernelModules: nvidia
  Package: nvidia-graphics-drivers (not installed)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Tags:  oneiric ubuntu
  Uname: Linux 3.0.0-12-generic-pae i686
  UnreportableReason: Please work this issue through technical support channels 
first.
  UpgradeStatus: Upgraded to oneiric on 2011-11-16 (14 days ago)
  UserGroups: adm admin backup cdrom dialout lpadmin plugdev root sambashare
+ --- 
+ .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
+ .proc.driver.nvidia.registry: Binary: 
+ .proc.driver.nvidia.version:
+  NVRM version: NVIDIA UNIX x86 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 
2011
+  GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: i386
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,grid,resize,mousepoll,snap,vpswitch,regex,wall,move,imgpng,unitymtgrabhandles,place,animation,fade,workarounds,expo,scale,session,ezoom,unityshell]
+ CompositorRunning: None
+ DistUpgraded: Log time: 2011-11-16 00:17:51.184393
+ DistroCodename: oneiric
+ DistroRelease: Ubuntu 11.10
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ GraphicsCard:
+  nVidia Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: Dell Device [1028:022e]
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ JockeyStatus:
+  xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, 
Not in use)
+  xorg:nvidia_173_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
+  xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
+  xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
+ MachineType: Dell Inc. XPS M1530
+ NonfreeKernelModules: nvidia
+ Package: nvidia-graphics-drivers (not installed)
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic-pae 
root=UUID=312ac7b5-c4de-47d1-b8fd-19938b6b0b38 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
+ Tags:  oneiric ubuntu regression-update
+ Uname: Linux 3.0.0-12-generic-pae i686
+ UpgradeStatus: Upgraded to oneiric on 2011-11-16 (14 days ago)
+ 

[Ubuntu-x-swat] [Bug 898044] BootDmesg.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613757/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] CurrentDmesg.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613759/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] BootLog.gz

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/898044/+attachment/2613758/+files/BootLog.gz

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] DkmsStatus.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: DkmsStatus.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613760/+files/DkmsStatus.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] DpkgLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: DpkgLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613761/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] GconfCompiz.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613762/+files/GconfCompiz.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] GdmLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613763/+files/GdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] GdmLog1.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613764/+files/GdmLog1.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] GdmLog2.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613765/+files/GdmLog2.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] Lspci.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613767/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] Lsusb.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613768/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] MonitorsUser.xml.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: MonitorsUser.xml.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613769/+files/MonitorsUser.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] ProcCpuinfo.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613770/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] ProcInterrupts.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613771/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] ProcModules.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613772/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] UdevDb.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613773/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] UdevLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613774/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] UnitySupportTest.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613775/+files/UnitySupportTest.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] XorgLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613776/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] XorgLogOld.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613777/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] Xrandr.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613778/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] nvidia-settings.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: nvidia-settings.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613779/+files/nvidia-settings.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] xdpyinfo.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613780/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 898044] LightdmLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613766/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in Ubuntu.
https://bugs.launchpad.net/bugs/898044

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Bug 898044] Re: nVidia forgets that TwinView is on

2011-11-30 Thread Филип Милетић
apport information

** Tags added: apport-collected oneiric ubuntu

** Description changed:

  After upgrading from 11.04 to 11.10, the nVidia card 'forgets' that I
  have TwinView active, and restricts the display to one out of two
  monitors only.
  
  One way to reproduce:
  1) Start NX Client session (I use this to connect to my other machine), set 
the NX window to one screen
  2) Start Picasa 3 on other window.
  
  When Picasa starts up, the screens flicker.  Next, all windows are back
  to 1 screen only, other screen contains a frozen last displayed frame.
  
  nVidia X server settings says:
  Driver version: 280.13
  X server vendor version 1.10.4 X.Org
  NV-CONTROL version 1.27
  
  Graphics card GeForce 8600M GT
+ --- 
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: i386
+ DistroCodename: oneiric
+ DistroRelease: Ubuntu 11.10
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ NonfreeKernelModules: nvidia
+ Package: nvidia-graphics-drivers (not installed)
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
+ Tags:  oneiric ubuntu
+ Uname: Linux 3.0.0-12-generic-pae i686
+ UnreportableReason: Please work this issue through technical support channels 
first.
+ UpgradeStatus: Upgraded to oneiric on 2011-11-16 (14 days ago)
+ UserGroups: adm admin backup cdrom dialout lpadmin plugdev root sambashare

** Tags added: regression-update

** Description changed:

  After upgrading from 11.04 to 11.10, the nVidia card 'forgets' that I
  have TwinView active, and restricts the display to one out of two
  monitors only.
  
  One way to reproduce:
  1) Start NX Client session (I use this to connect to my other machine), set 
the NX window to one screen
  2) Start Picasa 3 on other window.
  
  When Picasa starts up, the screens flicker.  Next, all windows are back
  to 1 screen only, other screen contains a frozen last displayed frame.
  
  nVidia X server settings says:
  Driver version: 280.13
  X server vendor version 1.10.4 X.Org
  NV-CONTROL version 1.27
  
  Graphics card GeForce 8600M GT
  --- 
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  DistroCodename: oneiric
  DistroRelease: Ubuntu 11.10
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  NonfreeKernelModules: nvidia
  Package: nvidia-graphics-drivers (not installed)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Tags:  oneiric ubuntu
  Uname: Linux 3.0.0-12-generic-pae i686
  UnreportableReason: Please work this issue through technical support channels 
first.
  UpgradeStatus: Upgraded to oneiric on 2011-11-16 (14 days ago)
  UserGroups: adm admin backup cdrom dialout lpadmin plugdev root sambashare
+ --- 
+ .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
+ .proc.driver.nvidia.registry: Binary: 
+ .proc.driver.nvidia.version:
+  NVRM version: NVIDIA UNIX x86 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 
2011
+  GCC version:  gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: i386
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,gnomecompat,grid,resize,mousepoll,snap,vpswitch,regex,wall,move,imgpng,unitymtgrabhandles,place,animation,fade,workarounds,expo,scale,session,ezoom,unityshell]
+ CompositorRunning: None
+ DistUpgraded: Log time: 2011-11-16 00:17:51.184393
+ DistroCodename: oneiric
+ DistroRelease: Ubuntu 11.10
+ DistroVariant: ubuntu
+ EcryptfsInUse: Yes
+ GraphicsCard:
+  nVidia Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: Dell Device [1028:022e]
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ JockeyStatus:
+  xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, 
Not in use)
+  xorg:nvidia_173_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
+  xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
+  xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
+ MachineType: Dell Inc. XPS M1530
+ NonfreeKernelModules: nvidia
+ Package: nvidia-graphics-drivers (not installed)
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic-pae 
root=UUID=312ac7b5-c4de-47d1-b8fd-19938b6b0b38 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
+ Tags:  oneiric ubuntu regression-update
+ Uname: Linux 3.0.0-12-generic-pae i686
+ UpgradeStatus: Upgraded to oneiric on 2011-11-16 (14 days ago)
+ 

[Bug 898044] BootDmesg.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613757/+files/BootDmesg.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] BootLog.gz

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: BootLog.gz
   https://bugs.launchpad.net/bugs/898044/+attachment/2613758/+files/BootLog.gz

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] CurrentDmesg.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613759/+files/CurrentDmesg.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] DkmsStatus.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: DkmsStatus.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613760/+files/DkmsStatus.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] DpkgLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: DpkgLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613761/+files/DpkgLog.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] GconfCompiz.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613762/+files/GconfCompiz.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] GdmLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613763/+files/GdmLog.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] GdmLog2.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613765/+files/GdmLog2.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] Lsusb.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613768/+files/Lsusb.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] GdmLog1.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613764/+files/GdmLog1.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] MonitorsUser.xml.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: MonitorsUser.xml.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613769/+files/MonitorsUser.xml.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] ProcCpuinfo.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613770/+files/ProcCpuinfo.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] ProcInterrupts.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613771/+files/ProcInterrupts.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] UdevDb.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613773/+files/UdevDb.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] ProcModules.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613772/+files/ProcModules.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] UdevLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613774/+files/UdevLog.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] UnitySupportTest.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613775/+files/UnitySupportTest.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] Lspci.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613767/+files/Lspci.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] XorgLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613776/+files/XorgLog.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] Xrandr.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/898044/+attachment/2613778/+files/Xrandr.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] XorgLogOld.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613777/+files/XorgLogOld.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] nvidia-settings.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: nvidia-settings.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613779/+files/nvidia-settings.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] xdpyinfo.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613780/+files/xdpyinfo.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] LightdmLog.txt

2011-11-30 Thread Филип Милетић
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/898044/+attachment/2613766/+files/LightdmLog.txt

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

Title:
  nVidia forgets that TwinView is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/898044/+subscriptions

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


[Bug 898044] [NEW] nVidia forgets that TwinView is on

2011-11-29 Thread Филип Милетић
Public bug reported:

After upgrading from 11.04 to 11.10, the nVidia card 'forgets' that I
have TwinView active, and restricts the display to one out of two
monitors only.

One way to reproduce:
1) Start NX Client session (I use this to connect to my other machine), set the 
NX window to one screen
2) Start Picasa 3 on other window.

When Picasa starts up, the screens flicker.  Next, all windows are back
to 1 screen only, other screen contains a frozen last displayed frame.

nVidia X server settings says:
Driver version: 280.13
X server vendor version 1.10.4 X.Org
NV-CONTROL version 1.27

Graphics card GeForce 8600M GT

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: nvidia twinview

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

Title:
  nVidia forgets that TwinView is on

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

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


[Bug 891508] [NEW] Can not use 3D Unity on 11.10, on nVidia GeForce 8600M GT

2011-11-16 Thread Филип Милетић
Public bug reported:

After upgrading from 11.04 to 11.10 I can no longer use the default 3D
Unity desktop on nVidia GeForce 8600M GT GPU when configured for Twin
View.

My displays are 1440x900 LPL on a Dell XPS M1530 and an Acer V173
1280x1240.

When logged in using Unity 3D, turning Twin View on yields various
artifacts on the two monitors.  From black screens (everything black
except mouse cursor), to various skewed or chopped pictures.

On Ubuntu 11.04, the 3D Unity worked just fine.

** Affects: 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/891508

Title:
  Can not use 3D Unity on 11.10, on nVidia GeForce 8600M GT

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

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


[Nssbackup-team] [Bug 824348] [NEW] Can not schedule backups for administrator's non-primary profile

2011-08-11 Thread Филип Милетић
Public bug reported:

The schedule tab is greyed out for a non-default backup profile.  This
should not be a limitation.  There is no reason one shouldn't be able to
schedule as many backup jobs as they want.

Reliable backups consists of 2 replicated data repositories, one on-site
and another off-site.  Both need to be made on a regular schedule, so
there is real need for this.

** Affects: sbackup
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Simple
Backup Maintainers, which is subscribed to sbackup.
https://bugs.launchpad.net/bugs/824348

Title:
  Can not schedule backups for administrator's non-primary profile

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

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Bug 734531] [NEW] gwibber trunk URLs

2011-03-13 Thread Филип Андонов
Public bug reported:

Binary package hint: gwibber

Some URLs in the tweets are not whole, eaten. For example:
Official interrupts interview, orders employee from #Fukushima Daiichi nuclear 
power plant to stop talking http://wapo.st/fYhYOj #Japan
is shown in Gwibber as RT @washingtonpost: Official interrupts interview, 
orders employee from #Fukushima Daiichi nuclear power plant to stop talking 
http://wa  The URL is a clickable link, but it points to http://wa;
Expected the link to point to  http://wapo.st/fYhYOj;, instead it points to 
http://wa;
OS version: Ubuntu 10.10
Package version: gwibber Installed: 2.32.2-0ubuntu2

** Affects: gwibber (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/734531

Title:
  gwibber trunk URLs

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


Re: [Registry] [Bug 673759] Re: Crashes due to sending signals to foreign processes

2011-01-05 Thread Филип Милетић
On Wed, Jan 5, 2011 at 2:05 AM, Christoph Wickert 673...@bugs.launchpad.net
 wrote:

 There is no use in assiging this bug to me. I am not a blueman
 developer, I do not have access to the bazaar repo. I am just a
 downstream packager from Fedora and not even the owner of the blueman
 package in  Fedora. I just happen to be affected by this bug.

 So, the original developers are dead?  What can we do to fix this?  Do you
want me to backport the patch to 1.21?

f

-- 
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.
https://bugs.launchpad.net/bugs/673759

Title:
  Crashes due to sending signals to foreign processes

___
Mailing list: https://launchpad.net/~registry
Post to : registry@lists.launchpad.net
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp


[Registry] [Bug 673759] Re: Crashes due to sending signals to foreign processes

2011-01-04 Thread Филип Милетић
If there's anything I can do to help fix this, please tell me.

** Changed in: blueman
 Assignee: (unassigned) = Christoph Wickert (cwickert)

-- 
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.
https://bugs.launchpad.net/bugs/673759

Title:
  Crashes due to sending signals to foreign processes

___
Mailing list: https://launchpad.net/~registry
Post to : registry@lists.launchpad.net
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp


[Registry] [Bug 673759] Re: Crashes due to sending signals to foreign processes

2010-12-30 Thread Филип Милетић
Ping?

-- 
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.
https://bugs.launchpad.net/bugs/673759

Title:
  Crashes due to sending signals to foreign processes

___
Mailing list: https://launchpad.net/~registry
Post to : registry@lists.launchpad.net
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp


Re: [Registry] [Bug 673759] Re: Crashes due to sending signals to foreign processes

2010-12-18 Thread Филип Милетић
On Sat, Dec 18, 2010 at 5:47 AM, Christoph Wickert 
673...@bugs.launchpad.net wrote:

 Against what version did you spin this patch? I cannot apply it to 1.2.1
 (which was the version reported in the Fedora bug).


I applied it against this revision from bzr:
http://bazaar.launchpad.net/~blueman/blueman/trunk/revision/706

f

-- 
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.
https://bugs.launchpad.net/bugs/673759

Title:
  Crashes due to sending signals to foreign processes

___
Mailing list: https://launchpad.net/~registry
Post to : registry@lists.launchpad.net
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp


[Registry] [Bug 673759] [NEW] Crashes due to sending signals to foreign processes

2010-11-10 Thread Филип Милетић
Public bug reported:

Details here: https://bugzilla.redhat.com/show_bug.cgi?id=542812
Patch here: http://codereview.appspot.com/2997042

** Affects: blueman
 Importance: Undecided
 Status: New

** Affects: fedora
 Importance: Unknown
 Status: Unknown

** Bug watch added: Red Hat Bugzilla #542812
   https://bugzilla.redhat.com/show_bug.cgi?id=542812

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=542812
   Importance: Unknown
   Status: Unknown

-- 
Crashes due to sending signals to foreign processes
https://bugs.launchpad.net/bugs/673759
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.

___
Mailing list: https://launchpad.net/~registry
Post to : registry@lists.launchpad.net
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp


[Bug 567455] [NEW] gnome-screenshot when grabbing the whole desktop includes the window of the gnome-screenshot itself

2010-04-20 Thread Филип Андонов
Public bug reported:

Binary package hint: gnome-utils

When making screenshots with gnome-screenshot (applications-take
screenshot) and the selected option is Grab the whole desktop, the
result screenshot includes the window of gnome-screenshot. (see the
attachment image)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-utils 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CheckboxSubmission: 4ee54f983f773a8d0435b3e418296649
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Tue Apr 20 19:32:14 2010
ExecutablePath: /usr/bin/gnome-screenshot
LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100406.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-utils
XsessionErrors:
 (polkit-gnome-authentication-agent-1:5208): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-appearance-properties:5720): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-appearance-properties:5720): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-appearance-properties:5720): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-terminal:5952): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed

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


** Tags: apport-bug i386 lucid

-- 
gnome-screenshot when grabbing the whole desktop includes the window of the 
gnome-screenshot itself
https://bugs.launchpad.net/bugs/567455
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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


[Bug 567455] Re: gnome-screenshot when grabbing the whole desktop includes the window of the gnome-screenshot itself

2010-04-20 Thread Филип Андонов

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/44918397/Screenshot.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44918107/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/44918108/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/44918109/ProcStatus.txt

-- 
gnome-screenshot when grabbing the whole desktop includes the window of the 
gnome-screenshot itself
https://bugs.launchpad.net/bugs/567455
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-utils in ubuntu.

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


[Bug 567455] [NEW] gnome-screenshot when grabbing the whole desktop includes the window of the gnome-screenshot itself

2010-04-20 Thread Филип Андонов
Public bug reported:

Binary package hint: gnome-utils

When making screenshots with gnome-screenshot (applications-take
screenshot) and the selected option is Grab the whole desktop, the
result screenshot includes the window of gnome-screenshot. (see the
attachment image)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-utils 2.30.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CheckboxSubmission: 4ee54f983f773a8d0435b3e418296649
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Tue Apr 20 19:32:14 2010
ExecutablePath: /usr/bin/gnome-screenshot
LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100406.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-utils
XsessionErrors:
 (polkit-gnome-authentication-agent-1:5208): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-appearance-properties:5720): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-appearance-properties:5720): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-appearance-properties:5720): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
 (gnome-terminal:5952): Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion 
`entry != NULL  entry-lock_count  0' failed

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


** Tags: apport-bug i386 lucid

-- 
gnome-screenshot when grabbing the whole desktop includes the window of the 
gnome-screenshot itself
https://bugs.launchpad.net/bugs/567455
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 567455] Re: gnome-screenshot when grabbing the whole desktop includes the window of the gnome-screenshot itself

2010-04-20 Thread Филип Андонов

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/44918397/Screenshot.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44918107/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/44918108/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/44918109/ProcStatus.txt

-- 
gnome-screenshot when grabbing the whole desktop includes the window of the 
gnome-screenshot itself
https://bugs.launchpad.net/bugs/567455
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 561038] [NEW] [IDT 92HD71B7X] pactl stat failed to find default card

2010-04-11 Thread Филип Андонов
*** This bug is a duplicate of bug 557421 ***
https://bugs.launchpad.net/bugs/557421

Public bug reported:

Binary package hint: pulseaudio

there is no sound (neither speakers, nor audio-out jack); in sound
preferences, output tab the only available device in the list is Dummy
output

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/hwC0D2', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D3p', '/dev/snd/seq', '/dev/snd/timer', '/dev/sequencer2', 
'/dev/sequencer'] failed with exit code 1:
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdf30 irq 22'
   Mixer name   : 'Nvidia MCP78 HDMI'
   Components   : 'HDA:111d76b2,103c3621,00100302 
HDA:10de0003,10de0101,0010'
   Controls  : 30
   Simple ctrls  : 18
CheckboxSubmission: 4ee54f983f773a8d0435b3e418296649
CheckboxSystem: e704f33cc0866ff0f0256a33de39ea1c
Date: Sun Apr 11 22:17:39 2010
LiveMediaBuild: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100406.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SelectedCard: 0 Intel HDA-Intel - HDA Intel
SourcePackage: pulseaudio
Symptom: audio
Title: [IDT 92HD71B7X] pactl stat failed to find default card
dmi.bios.date: 10/29/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.11
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3603
dmi.board.vendor: Quanta
dmi.board.version: 02.20
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.11:bd10/29/2008:svnHewlett-Packard:pnHPPaviliondv5NotebookPC:pvrF.11:rvnQuanta:rn3603:rvr02.20:cvnQuanta:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv5 Notebook PC
dmi.product.version: F.11
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 lucid

-- 
[IDT 92HD71B7X] pactl stat failed to find default card
https://bugs.launchpad.net/bugs/561038
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 561038] Re: [IDT 92HD71B7X] pactl stat failed to find default card

2010-04-11 Thread Филип Андонов
*** This bug is a duplicate of bug 557421 ***
https://bugs.launchpad.net/bugs/557421


** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/43863564/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/43863565/AplayDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/43863566/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/43863567/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/43863568/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/43863569/Card0.Codecs.codec.2.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/43863570/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/43863571/Dependencies.txt

** Attachment added: PactlStat.txt
   http://launchpadlibrarian.net/43863572/PactlStat.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/43863573/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/43863574/ProcCpuinfo.txt

-- 
[IDT 92HD71B7X] pactl stat failed to find default card
https://bugs.launchpad.net/bugs/561038
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 24243] Re: System Monitor collapsed into a line

2010-03-14 Thread Филип Андонов
Just happened with me in karmic, it is working, but I cant point the
only pixel precize enough to right click on it

-- 
System Monitor collapsed into a line
https://bugs.launchpad.net/bugs/24243
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


  1   2   >