[Bug 1371853] Re: Logitech wireless mouse periodically loses correct click behaviour

2015-01-18 Thread Stas Zytkiewicz
Excactly the same bug occurs to me th elast few weeks.
Logitec wireless mouse and keyboard on a logitec unifying receiver and only the 
mouse looses clicks while the keyboard keeps functioning.
Switching to virtual consoles and back doens't do anything.
Logout and back in will fix it so it almost looks like a userspace related 
issue ??

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

Title:
  Logitech wireless mouse periodically loses correct click behaviour

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

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


Re: [Bug 1247442] Re: childsplay crashes

2014-03-28 Thread Stas Zytkiewicz
Just download the tarball from www.childsplay.mobi and run from source
until Ubuntu decides to package the upstream stable version.
Your trying to get a childsplay version from three years ago to run :-(
On Mar 28, 2014 9:30 PM, "Constantine Mousafiris" <
1247...@bugs.launchpad.net> wrote:

> ok guys, I followed Maxim Sokolski's  advice and although the programme
> will run, but at the terminal level I get the following message:
>
> schoolsplay - ERROR - unhandled exception in toplevel, traceback follows:
> Traceback (most recent call last):
>   File "/usr/games/childsplay", line 132, in 
> language=LANG)
>   File "/usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py",
> line 202, in __init__
> except sqla_exceptions.SQLError:
> AttributeError: 'module' object has no attribute 'SQLError'
>
> Could anybody make some useful suggestion as to what to do???
> Thanx again.
>
> P.S.
> I run Ubuntu GNOME 13.10
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1247442
>
> Title:
>   childsplay crashes
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/childsplay/+bug/1247442/+subscriptions
>

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

Title:
  childsplay crashes

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

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


Re: [Bug 1247442] Re: childsplay crashes

2014-03-18 Thread Stas Zytkiewicz
The problem is that the packaged version in ubuntu is very old. So the
proper solution is to package the current version :-)
On Mar 18, 2014 12:01 PM, "Maksim Sokolski" <1247...@bugs.launchpad.net>
wrote:

> Not sure whether it is necessary, but here's a patch.
>
> ** Patch added: "Bugfix #1247442"
>
> https://bugs.launchpad.net/ubuntu/+source/childsplay/+bug/1247442/+attachment/4030180/+files/1247442.patch
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1247442
>
> Title:
>   childsplay crashes
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/childsplay/+bug/1247442/+subscriptions
>

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

Title:
  childsplay crashes

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

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


Re: [Bug 1247442] Re: childsplay crashes

2014-03-17 Thread Stas Zytkiewicz
Yes that will fix it.
(I'm the author of childsplay)
On Mar 17, 2014 7:11 PM, "Maksim Sokolski" <1247...@bugs.launchpad.net>
wrote:

> Meanwhile, waiting for fixes, you can do the following:
>
> 1. sudo vim /usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py
> 2. Change string 64 to "from sqlalchemy import exc as sqla_exceptions".
>
> diff /usr/lib/python2.7/dist-
> packages/childsplay_sp/SPMainCore_CHANGED.py /usr/lib/python2.7/dist-
> packages/childsplay_sp/SPMainCore.py
>
> 64c64
> < from sqlalchemy import exc as sqla_exceptions
> ---
> > from sqlalchemy import exceptions as sqla_exceptions
>
>
> I can't run tests because I can't find test.
> I think that this is not a complete fix, but my daughter plays this game
> for an hour and then everything is fine :)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1247442
>
> Title:
>   childsplay crashes
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/childsplay/+bug/1247442/+subscriptions
>

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

Title:
  childsplay crashes

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

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


Re: [Bug 1247442] Re: childsplay crashes

2013-11-02 Thread Stas Zytkiewicz
As I'm the author of childsplay I can confirm that the latest version of
childsplay will run without any problems on ubuntu >=12.04.
On Nov 2, 2013 8:15 PM, "Hans Joachim Desserud" <1247...@bugs.launchpad.net>
wrote:

> Thanks for taking your time to report this issue and help making Ubuntu
> better.
>
> I can confirm that childsplay fails to start and I get an errormessage
> related to sqlalchemy:
> Traceback (most recent call last):
>   File "/usr/games/childsplay", line 118, in 
> import childsplay_sp.SPMainCore as SPMainCore
>   File "/usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py",
> line 64, in 
> from sqlalchemy import exceptions as sqla_exceptions
> ImportError: cannot import name exceptions
>
> I also found that this issue has been reported upstreams in Debian, so I
> attached a bug watch.
>
> ** Changed in: childsplay (Ubuntu)
>Status: New => Confirmed
>
> ** Tags added: saucy trusty
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1247442
>
> Title:
>   childsplay crashes
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/childsplay/+bug/1247442/+subscriptions
>

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

Title:
  childsplay crashes

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

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


[Bug 1247442] [NEW] childsplay crashes

2013-11-02 Thread Stas Zytkiewicz
Public bug reported:

The version of childsplay in Ubuntu 13.10, childsplay version 1.6, is to old 
and isn't compatible with the version of sqlalchemy.
Version packaged in Ubuntu 13-10 is 1.6 while the current childsplay is version 
2.5 which is compatible with Ubuntu >= 12.04.
Childsplay version 1.6 is more than 3 years old.

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

** Description changed:

  The version of childsplay in Ubuntu is to old and isn't compatible with 
current version of sqlalchemy.
- Version packaged in Ubuntu 13-10 is 1.6 while the current childsplay is 
version 2.4.5 which is compatible with Ubuntu >= 12.04.
+ Version packaged in Ubuntu 13-10 is 1.6 while the current childsplay is 
version 2.5 which is compatible with Ubuntu >= 12.04.
  Childsplay version 1.6 is more than 3 years old.

** Description changed:

- The version of childsplay in Ubuntu is to old and isn't compatible with 
current version of sqlalchemy.
+ The version of childsplay in Ubuntu 13.10, childsplay version 1.6, is to old 
and isn't compatible with current version of sqlalchemy.
  Version packaged in Ubuntu 13-10 is 1.6 while the current childsplay is 
version 2.5 which is compatible with Ubuntu >= 12.04.
  Childsplay version 1.6 is more than 3 years old.

** Description changed:

- The version of childsplay in Ubuntu 13.10, childsplay version 1.6, is to old 
and isn't compatible with current version of sqlalchemy.
+ The version of childsplay in Ubuntu 13.10, childsplay version 1.6, is to old 
and isn't compatible with the version of sqlalchemy.
  Version packaged in Ubuntu 13-10 is 1.6 while the current childsplay is 
version 2.5 which is compatible with Ubuntu >= 12.04.
  Childsplay version 1.6 is more than 3 years old.

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

Title:
  childsplay crashes

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

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


Re: [Bug 201318] Re: acpi reporting incorrect battery state

2010-06-19 Thread Stas Zytkiewicz
On Sat, Jun 19, 2010 at 3:14 PM, Vish  wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. You reported this bug a while ago and there hasn't been
> any activity in it recently. We were wondering if this is still an issue
> for you. Can you try with the latest Ubuntu release? Thanks in advance.

Using Ubuntu 10.4.
It's still an issue on a asus H2500L laptop but other laptops like
dell inspirion
and acer don't have this issue.
It seems hardware related.

Regards,
Stas

> --
> acpi reporting incorrect battery state
> https://bugs.launchpad.net/bugs/201318
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Free-source educational programs for schools
http://www.schoolsplay.org  and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 452292] Re: acerhdf doesn't work on Acer Aspire One A150

2010-06-04 Thread Stas Zytkiewicz
In addition to my previous comment, only acerhdf 0.5.24-pre will work.
The module included in Ubuntu kernel 2.6.32-22, acerhdf 0.5.20, will not work 
properly and according to the acerhdf site one has to use 0.5.23 for kernels > 
2.6.30.

-- 
acerhdf doesn't work on Acer Aspire One A150
https://bugs.launchpad.net/bugs/452292
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 452292] Re: acerhdf doesn't work on Acer Aspire One A150

2010-06-03 Thread Stas Zytkiewicz
After contacting the acerhdf author a solution was found.

It looks like that on Ubuntu 10.4 the /etc/modprobe.d/acerhdf.conf is not 
correctly read when loading the acerhdf module.
When after booting the module is removed and reloaded with: modprobe acerhdf 
kernelmode=1 the module
works correctly *and* is using the fanon/off parameters given in the 
acerhdf.conf file.

-- 
acerhdf doesn't work on Acer Aspire One A150
https://bugs.launchpad.net/bugs/452292
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 452292] Re: acerhdf doesn't work on Acer Aspire One A150

2010-06-01 Thread Stas Zytkiewicz
I also have problems with the acerhdf module.
I'm running 10.04 with kernel 2.6.32-22 which packs acerhdf 0.5.20.
I have this entry in /etc/modprobe/acerhdf:
 options acerhdf interval=5 fanon=6 fanoff=55000 kernelmode=1

The problem is that the fan switches on when the cpu temp goes above 55000 and 
switches of
when it's below 55000.

I have also compiled and installed acerhdf 0.54-pre but with the same
result.

-- 
acerhdf doesn't work on Acer Aspire One A150
https://bugs.launchpad.net/bugs/452292
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 574944] Re: ath5k phy0: failed to wakeup the MAC Chip

2010-05-22 Thread Stas Zytkiewicz
I have the same problems on a acer one A150.
The solution for me was to download the linux-image-generic from karmic, 
2.6.31-20, and install it with dpkg -i
Reboot with the karmic kernel and now the card functions properly again. (As it 
did in karmic)

-- 
ath5k phy0: failed to wakeup the MAC Chip
https://bugs.launchpad.net/bugs/574944
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 305754] Re: p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi card (v1)

2010-05-02 Thread Stas Zytkiewicz
Just tested it with my 'old' kernel 2.6.31-21 with the p54pci module  and that 
worked perfectly with various large files.
So it's save to say the problem lies in 2.6.32-21.  

Regards.

-- 
p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi 
card (v1)
https://bugs.launchpad.net/bugs/305754
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 305754] Re: p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi card (v1)

2010-05-02 Thread Stas Zytkiewicz
And here's the lspci log

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/47293191/lspci-vvnn.log

-- 
p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi 
card (v1)
https://bugs.launchpad.net/bugs/305754
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 305754] Re: p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi card (v1)

2010-05-02 Thread Stas Zytkiewicz
After upgrade to 10.4, kernel 2.6.32-21, my wl-140 wifi card now uses the 
p54pci module while in earlier kernels the ath5k module was used.
The problem is that sometimes the systems freezes and only a hard reset will 
reboot it.
When I try to send a large file through scp the activity led on the card stays 
on and the system freezes.
I can't find any usefull log entries.
I have tested it a few times and it only occurs on larger files, not with 
smaller files < 1MB.
Sometimes a few KB is received on the other system and sometimes 1.5 MB before 
the frees.

uname -a
Linux mobi 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 
GNU/Linux

I've attached the info mentioned in a previous post.

Regards

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/47293095/dmesg.log

-- 
p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi 
card (v1)
https://bugs.launchpad.net/bugs/305754
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 305754] Re: p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi card (v1)

2010-05-02 Thread Stas Zytkiewicz
** Changed in: linux (Ubuntu)
   Status: Invalid => New

-- 
p54pci module freezes the system when loaded with a Netgear WG511 pcmcia wifi 
card (v1)
https://bugs.launchpad.net/bugs/305754
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 525311] [NEW] mc fails to write history and ini files in .mc/

2010-02-21 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: mc

The problem is that mc can't create the .mc directory in the users home dir and 
silently fails to write config and ini files in .mc.
The solution is to create the directory .mc.
Then mc can write it's files.

Recreate this bug:
Move .mc to .mc_org.
start mc and save it's configuration.
No directory or files are written.
mkdir ~/.mc
start mc and save it's configuration.
Files are saved in .mc

System:
Ubuntu 9.10
mc version: 2:4.6.2-2ubuntu1

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

-- 
mc fails to write history and ini  files in .mc/
https://bugs.launchpad.net/bugs/525311
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 225898] Re: USB printer message fills up logs

2010-01-30 Thread Stas Zytkiewicz
I have a similar problem with a HP Photosmart 2570.
Printing gave no errors but after a while I was unable to log into the account 
because /var/log had filled the the partition
to 100%

After investigation it turns out  that various logs, deamon.log, syslog
etc were filled with these three lines:

Jan 30 15:54:39 jurek-desktop hp[2767]: io /hpmud/musb.c 725: invalid device 
wIndex=1, retrying wIndex=100: Device or resource busy
Jan 30 15:54:39 jurek-desktop hp[2767]: io /hpmud/musb.c 1389: unable to write 
data hp:/usb/Photosmart_2570_series?serial=MY6CJ311FZ04DY: Device op resource 
busy
Jan 30 15:54:39 jurek-desktop hp[2767]: io /hpmud/musb.c 1022: bulk write 
failed buf=0xbfc48764 size=7680 len=16: Device or resource busy

These lines are written in a few minutes, 4.5 GB in total !

-- 
USB printer message fills up logs
https://bugs.launchpad.net/bugs/225898
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


Re: [Bug 509696] Re: ubuntu one client fails to connect

2010-01-21 Thread Stas Zytkiewicz
On Wed, Jan 20, 2010 at 9:44 PM, Joshua Hoover
 wrote:
> Hi Stas,
>
> I'm sorry to hear Ubuntu One isn't working properly for you. Can you try
> the following and let me know the results?
>
> 1. Quit the Ubuntu One client
> 2. Open Applications->Accessories->Passwords and Encryption Keys
> 3. Click on the arrow next to "Passwords"
> 4. Right-click on the Ubuntu One token and select "Delete"
There's no Ubuntu One token !?
This is a fresh 9.10 install and I've went through the website/authorization
process but the only token is the one for my wireless card.

However if I delete the dirs .cache/ubuntuone and .config/ubuntuone and start
ubuntuone it takes me through the website/authorization process and now it
works :-)

So whatever caused the problem I don't know but at this moment the bug is
fixed for me

Regards,
Stas

> 5. Go to https://one.ubuntu.com/account/machines/
> 6. Click on the checkbox next to your computer
> 7. Click the "Remove selected computers" button
> 8. Open Applications->Internet->Ubuntu One
> 9. A web page should open, prompting you to add your computer to your Ubuntu 
> One account
> 10. Add your computer
>
> You should be connected after you follow these steps. If you are not
> connected, can you please attach the following files to this bug report?
>
> ~/.cache/ubuntuone/log/oauth-login.log
> ~/.cache/ubuntuone/log/syncdaemon-exceptions.log
>
> Thank you,
>
> Joshua
>
>
> ** Changed in: ubuntuone-client (Ubuntu)
>       Status: New => Incomplete
>
> ** Changed in: ubuntuone-client (Ubuntu)
>     Assignee: (unassigned) => Joshua Hoover (joshuahoover)
>
> --
> ubuntu one client fails to connect
> https://bugs.launchpad.net/bugs/509696
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
Free-source educational programs for schools
http://www.schoolsplay.org  and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
ubuntu one client fails to connect
https://bugs.launchpad.net/bugs/509696
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 509696] Re: ubuntu one client fails to connect

2010-01-19 Thread Stas Zytkiewicz

** Attachment added: 
".home.stas..cache.ubuntuone.log.syncdaemon.exceptions.log.txt"
   
http://launchpadlibrarian.net/38089574/.home.stas..cache.ubuntuone.log.syncdaemon.exceptions.log.txt

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

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

-- 
ubuntu one client fails to connect
https://bugs.launchpad.net/bugs/509696
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 509696] [NEW] ubuntu one client fails to connect

2010-01-19 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: ubuntuone-client

ubuntuone.SyncDaemon.DBust leaves python stacktraces in logs and ubuntu
one fails to connect to server.

ProblemType: Bug
.home.stas..cache.ubuntuone.log.oauth.login.log:
 Starting Ubuntu One client version 1.0.2
 Starting Ubuntu One client version 1.0.2
.home.stas..config.ubuntuone.ubuntuone.client.conf:
 [ubuntuone]
 bookmarked = True
 connected = True
 connect = 0
 show_applet = 0
Architecture: i386
Date: Tue Jan 19 16:47:53 2010
DistroRelease: Ubuntu 9.10
Package: ubuntuone-client 1.0.2-0ubuntu2
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: ubuntuone-client
Uname: Linux 2.6.31-17-generic i686
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1687): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (firefox:1815): GLib-WARNING **: g_set_prgname() called multiple times
 (firefox:1815): GLib-WARNING **: g_set_prgname() called multiple times
 (firefox:1815): GLib-WARNING **: g_set_prgname() called multiple times

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


** Tags: apport-bug i386

-- 
ubuntu one client fails to connect
https://bugs.launchpad.net/bugs/509696
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 509507] [NEW] xml file opens in browser

2010-01-19 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: eric

When opening a xml file from within the project window by double clicking or 
right click > open, the file is opened
in the default browser instead of opening in the eric editor like it did in 
Ubuntu < 9.10. 

Ubuntu version 9.10
eric version 4.3.7.1-1

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

-- 
xml file opens in browser 
https://bugs.launchpad.net/bugs/509507
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 332278] Re: it's just sounding one speaker. the right one, what do i got to do to fix it?

2009-11-16 Thread Stas Zytkiewicz
This bug is invalid for me as my speaker is silent on winXP too.
So never mind my bugreport it's a hardware issue.

-- 
it's just sounding one speaker. the right one, what do i got to do to fix it?
https://bugs.launchpad.net/bugs/332278
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 332278] Re: it's just sounding one speaker. the right one, what do i got to do to fix it?

2009-09-06 Thread Stas Zytkiewicz
Bummer, it seems that my fix was a lucky shot :-(
I can't get the left speaker to work anymore.
(They both work in XP)

-- 
it's just sounding one speaker. the right one, what do i got to do to fix it?
https://bugs.launchpad.net/bugs/332278
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 332278] Re: it's just sounding one speaker. the right one, what do i got to do to fix it?

2009-09-04 Thread Stas Zytkiewicz
I'm bitten by this the bug too.
As I'm unsure which package is responsible for this bug so I just post a 
comment here and hope for the best :-)

Laptop Asus A2500l
Ubuntu 9.04
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 
Sound Controller (rev a0)

The problem starts when booting with the system the master volume is muted.
When I unmute the master volume with alsamixer/gnomemixer plugin only the right 
speaker
produces sound.
Checking the master and pcm slides shows them all at >0% for both channels and 
unmuted  
But still the left channel is muted.

The fix is to mute and disconnect the channels for both master and pcm.
Then slide all the sliders from 100% to 0% to 100% to 50% and unmute the 
channels.
Then both speakers work.

Don't know which details I could provide to pin down this bug but I'm happy
to provide them.

-- 
it's just sounding one speaker. the right one, what do i got to do to fix it?
https://bugs.launchpad.net/bugs/332278
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 78969] Re: Crash after changing visualization

2009-06-13 Thread Stas Zytkiewicz
This bug exists in Ubuntu 8.10 and in 9.04 and occurs when trying to disable 
any visualization while gxine is playing
and the visualization is active .
When stop the playing (visualization stopped) then you can disable 
visualization and restart the playing.

IMO the visualization doesn't like to be interrupted.

-- 
Crash after changing visualization
https://bugs.launchpad.net/bugs/78969
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 31837] Re: GvR doesn't default to the ~/GvR directory

2008-11-17 Thread Stas Zytkiewicz
This is fixed in the later versions.

-- 
GvR doesn't default to the ~/GvR directory
https://bugs.launchpad.net/bugs/31837
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 201318] Re: acpi reporting incorrect battery state

2008-10-19 Thread Stas Zytkiewicz
On Sun, Oct 19, 2008 at 8:52 PM, Chris Coulson
<[EMAIL PROTECTED]> wrote:
> Thanks. Am I correct to assume that the last logs were taken with the AC
> adapter disconnected?
Yes.

> >From your original bug description, it seems that that the correct state
> is indicated after unplugging and reconnecting your AC adpater. If that
> is the case, could you please provide the same information requested
> above, but when the AC adapter is connected and the status is indicated
> correctly.
OK.

Stas


-- 
Free-source educational programs for schools
http://www.schoolsplay.org  and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot


** Attachment added: "ac_gnome-power.txt"
   http://launchpadlibrarian.net/18700843/ac_gnome-power.txt

** Attachment added: "ac_hal-find_ac_adapter.txt"
   http://launchpadlibrarian.net/18700844/ac_hal-find_ac_adapter.txt

** Attachment added: "ac_hal-find_battery.txt"
   http://launchpadlibrarian.net/18700845/ac_hal-find_battery.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 135808] Re: Can't read dbase

2008-10-19 Thread Stas Zytkiewicz
I've removed my locally installed 0.75 driver and installed the
libsqliteobdc version 0.70-3 from 8.04.1 and the problem is solved.

-- 
Can't read dbase
https://bugs.launchpad.net/bugs/135808
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 201318] Re: acpi reporting incorrect battery state

2008-10-17 Thread Stas Zytkiewicz

** Attachment added: "dc-hal-find-battery.txt"
   http://launchpadlibrarian.net/18634588/dc-hal-find-battery.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-10-17 Thread Stas Zytkiewicz

** Attachment added: "dc-hal-find-ac_adapter.txt"
   http://launchpadlibrarian.net/18634580/dc-hal-find-ac_adapter.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-10-17 Thread Stas Zytkiewicz
Here they are, on fully charged battery.


** Attachment added: "dc-gnome-power-bug.txt"
   http://launchpadlibrarian.net/18634571/dc-gnome-power-bug.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-10-15 Thread Stas Zytkiewicz
And the last one.

** Attachment added: "hal-find-ac_adapter.output.txt"
   http://launchpadlibrarian.net/18563552/hal-find-ac_adapter.output.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-10-15 Thread Stas Zytkiewicz
second

** Attachment added: "hal-find-battery.output.txt"
   http://launchpadlibrarian.net/18563546/hal-find-battery.output.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-10-15 Thread Stas Zytkiewicz
Ok here they are.


** Attachment added: "gnome-power-bugreport.sh-output.txt"
   http://launchpadlibrarian.net/18563536/gnome-power-bugreport.sh-output.txt

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-04-18 Thread Stas Zytkiewicz
As this problem doesn't appear when using other desktops like kde or 
enlightenment 17
I've reassigned it to gnome-power-manager.
When looking at the gpm source I think that the real problem lies in the hal 
stuff that
gpm uses to check the battery state.

** Changed in: gnome-power-manager (Ubuntu)
Sourcepackagename: linux => gnome-power-manager

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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


Re: [Bug 201318] Re: acpi reporting incorrect battery state

2008-04-01 Thread Stas Zytkiewicz
On Fri, Mar 28, 2008 at 12:05 AM, Leann Ogasawara <[EMAIL PROTECTED]>
wrote:

>  Just curious if you've tested against the latest Hardy Beta release -
>  http://www.ubuntu.com/testing ?  I recall there being some g-p-m fixes
>  for battery detection that may have gone in.
I just did, with the Hardy Beta live cd, but it makes no different.
The g-p-m icon now disappears, crashes?, for a brief moment when the
battery is done
charging and then the when it appears again the "running on battery" message
is given.
I can't find anything about the, possible, disappearing/crashing in any logs.

Stas

-- 
Free-source educational programs for schools
http://www.schoolsplay.org and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] Re: acpi reporting incorrect battery state

2008-03-18 Thread Stas Zytkiewicz
Upon further investigation it appears that the problem is related to the 
charging of the battery.
The laptop battery was discharged about 30% and when charging again there was 
no problem
but as soon as the battery was completely charged the g-p-m gives the unplugged 
warning and
the acpi daemon reported that the battery was discharging with increasing 
'remaining' times.

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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


Re: [Bug 25784] Re: Wrong events for ASUS L3000D

2008-03-13 Thread Stas Zytkiewicz
On Thu, Mar 13, 2008 at 12:23 AM, Daniel Hahler <[EMAIL PROTECTED]> wrote:
> The fix is attached to bug 193842.
>  You can try the test package from my ppa 
> (https://edge.launchpad.net/~blueyed/+archive).
>  The sponsor bug has been finally assigned, so hopefully gets sorted out for 
> Hardy.
Fix is correct, let's hope Hardy finally closes this bug.

Stas

-- 
Free-source educational programs for schools
http://www.schoolsplay.org and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 116185] Re: battery state not reported correctly

2008-03-12 Thread Stas Zytkiewicz
On Tue, Mar 11, 2008 at 6:01 PM, Leann Ogasawara <[EMAIL PROTECTED]> wrote:
> Thanks Stas.  Care to actually open a new bug report?  It would seem
Done.
https://bugs.edge.launchpad.net/ubuntu/+source/linux-source-2.6.11/+bug/201318

Stas

-- 
Free-source educational programs for schools
http://www.schoolsplay.org and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
battery state not reported correctly
https://bugs.launchpad.net/bugs/116185
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 201318] Re: acpi reporting incorrect battery state

2008-03-12 Thread Stas Zytkiewicz

** Attachment added: "outputlog.tgz"
   http://launchpadlibrarian.net/12602429/outputlog.tgz

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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 201318] [NEW] acpi reporting incorrect battery state

2008-03-12 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: linux-source-2.6.11

When testing the hardy alpha6 live cd I came across an bug that was also in the
Feisty release and it isn't resolved.
The problem is that when I start my laptop, plugged into AC, acpi and the 
gnome-power-manager
think that AC is unplugged and report a popup telling the laptop is unplugged. 
(Which isn't)

The bug can be reproduced by unplugging the AC and replugging it
again, then after
one minute acpi+g-p-m thinks the battery is unplugged again.

Here's the what acpi reported:
(laptop on AC system up and running, g-p-m gives the unplugged warning)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 02:06:43 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: off-line

(laptop after unplugging AC)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 04:25:27 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: off-line

( and replugging it again)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: charging, 98%, 00:33:00 until charged
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

Then after one +- one minute g-p-m gave an popup telling the laptop
was disconnected.(Which wasn't the case)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 18:23:56 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

The remaining outputs shows that the battery is charging as the remaining times
increases.

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 25:42:22 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 27:48:38 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 31:56:44 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

I can't find anything useful in the logs but if you need more info I'm
happy to provide it.

Stas

** Affects: linux-source-2.6.11 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
acpi reporting incorrect battery state
https://bugs.launchpad.net/bugs/201318
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


Re: [Bug 25784] Re: Wrong events for ASUS L3000D

2008-03-12 Thread Stas Zytkiewicz
On Tue, Feb 19, 2008 at 12:32 AM, Daniel Hahler <[EMAIL PROTECTED]> wrote:
> I'm sorry that the (simple) patch has been ignored for so long, I'm 
> cherry-picking it now.
>  Please expect the bug to be fixed for Hardy at least.
I'm just testing Hardy alpha 6 and this bug isn't fixed yet :-(
I'm hoping it will in a later Hardy release.

Stas

-- 
Free-source educational programs for schools
http://www.schoolsplay.org and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 116185] Re: battery state not reported correctly

2008-03-08 Thread Stas Zytkiewicz
On Wed, Mar 5, 2008 at 4:11 PM, Leann Ogasawara <[EMAIL PROTECTED]> wrote:
> Hi All,
>
>  Care to test the latest Hardy Alpaha release.  The reason I ask is I believe 
> this issue is resolved with the newer kernel release.
I tested the hardy alpha6 live cd but the issue isn't resolved.
The bug can be reproduced by unplugging the AC and replugging it
again, then after
one minute acpi+g-p-m thinks the battery is unplugged again.

Here's the what acpi reported:
(laptop on AC system up and running, g-p-m gives the unplugged warning)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 02:06:43 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: off-line

(laptop after unplugging AC)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 04:25:27 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: off-line

( and replugging it again)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: charging, 98%, 00:33:00 until charged
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

Then after one +- one minute g-p-m gave an popup telling the laptop
was disconnected.(Which wasn't the case)
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 18:23:56 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

The remaining outputs shows that the battery is charging as the remaining times
increases.

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 25:42:22 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 27:48:38 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 98%, 31:56:44 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

I can't find anything useful in the logs but if you need more info I'm
happy to provide it.

Stas

-- 
Free-source educational programs for schools
http://www.schoolsplay.org  and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
battery state not reported correctly
https://bugs.launchpad.net/bugs/116185
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


Re: [Bug 25784] Re: Wrong events for ASUS L3000D

2008-02-19 Thread Stas Zytkiewicz
On Feb 19, 2008 1:32 AM, Daniel Hahler <[EMAIL PROTECTED]> wrote:
> I'm sorry that the (simple) patch has been ignored for so long, I'm 
> cherry-picking it now.
> Please expect the bug to be fixed for Hardy at least.
>
> For your information:
> Next time, please make sure that a bug is not marked incomplete if it isn't 
> really.
> Also, transforming a fix into a debdiff 
> (http://wiki.ubuntu.com/PackagingGuide/Recipes/Debdiff) and submitting
> it for review (http://wiki.ubuntu.com/SponsorshipProcess) will make it far 
> more likely to get included.
Thanks for the explanation, I will do that the next time.

Stas

-- 
Free-source educational programs for schools
http://www.schoolsplay.org  and http://wiki.laptop.org/go/Schoolsplay
http://gvr.sf.net and http://wiki.laptop.org/go/Guido_van_Robot

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 25784] Re: Wrong events for ASUS L3000D

2007-11-22 Thread Stas Zytkiewicz
Well it seems that this bug has out-lived my hardware :-(
My HD crashed and I had to reinstall Gutsy only to noticed that the bug is 
still present in Gutsy.
Can somebody explain to me why this bug isn't fixed?

Oh well, patching /etc/acpi/events again.

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 116185] Re: battery state not reported correctly

2007-11-22 Thread Stas Zytkiewicz
A have a similiar problem on a Asus A2H laptop running Gutsy but without
the syslog messages and g-p-m lock ups.

[EMAIL PROTECTED]:~$ uname -a
Linux mobi 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux

Laptop on DC:

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 99%, 68:57:00 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

After 30 minutes or so:

[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 99%, 207:42:00 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

Some time later:
[EMAIL PROTECTED]:~$ acpi -V
 Battery 1: discharging, 99%, 277:08:00 remaining
 Thermal 1: ok, 53.0 degrees C
  AC Adapter 1: on-line

The battery is charging, remaining time increases, but acpi thinks it's 
discharging.
g-p-m is reporting that the battery is discharging but reports that "the 
battery discharge time
is unkown" .
I can't find any errors in syslog or dmesg.

-- 
battery state not reported correctly
https://bugs.launchpad.net/bugs/116185
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 83165] Re: Network manager fails wifi config

2007-10-19 Thread Stas Zytkiewicz
On 10/19/07, hyperair <[EMAIL PROTECTED]> wrote:
> Now that Gutsy is finally out I tried it with the Gutsy LiveCD, and
> while ACX works, trying to use NetworkManager in conjunction with ACX
> will cause a kernel panic. In Feisty I managed to use ndiswrapper
> together with NetworkManager, but in Gutsy ndiswrapper refuses to
> associate.
In Feisty ACX cards worked perfectly with the acx module the only problem was
that the NetworkManager couldn't configure the card properly.
I haven't tried Gutsy but I suspect that when you configure the card manually
by editing /etc/network/interfaces it will work again.

Stas
> --
> Network manager fails wifi config
> https://bugs.launchpad.net/bugs/83165
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
A collection of educational activities for schools
http://www.schoolsplay.org

-- 
Network manager fails wifi config
https://bugs.launchpad.net/bugs/83165
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 25784] Re: Wrong events for ASUS L3000D

2007-09-27 Thread Stas Zytkiewicz
On 9/27/07, Leonardo Prosperi <[EMAIL PROTECTED]> wrote:
> Is this bug in Gutsy too?
Yes.

> --
> Wrong events for ASUS L3000D
> https://bugs.launchpad.net/bugs/25784
> You received this bug notification because you are a direct subscriber
> of the bug.
>


-- 
A collection of educational activities for schools
http://www.schoolsplay.org

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 83165] Re: Network manager fails wifi config

2007-09-09 Thread Stas Zytkiewicz
I've tried it with a Gutsy Live CD (20070908) but in Gutsy acx based cards are 
totally broken :-(
See bugreport #118539
https://bugs.launchpad.net/ubuntu/+source/linux-ubuntu-modules-2.6.22/+bug/118539

-- 
Network manager fails wifi config
https://bugs.launchpad.net/bugs/83165
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 135808] Can't read dbase

2007-08-30 Thread Stas Zytkiewicz
Public bug reported:

An existing SQLite dbase can't be read with this driver.
It can connect but, for example in open office, it produces an empty dbase.
The problem is fixed in upstream version 0.75.

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

-- 
Can't read dbase
https://bugs.launchpad.net/bugs/135808
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 134851] Installing from the menu, Add/Remove ..., only installs the core package

2007-08-26 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: childsplay

On Feisty when using the 'menu > system > Add/Remove ... > choosing 'all open 
source applications'' to install childsplay only the core package is installed.
The core package only contains two games while all the other games are in the 
childsplay-plugins
package.
The core package should depend on the plugins package, IMHO.

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

-- 
Installing from the menu, Add/Remove ..., only installs the core package
https://bugs.launchpad.net/bugs/134851
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 25784] Re: Wrong events for ASUS L3000D

2007-08-19 Thread Stas Zytkiewicz
I also noticed the bug wasn't fixed yet in Feisty when I did a number of 
upgrades :-(
And again I can confirm the bug is in Feisty and that the provided solution 
fixes it.
It seems we return to the good old days of hacking the software our selfs to 
get our hardware running.

I bet 5 Euro's that the bug out-lives Jeroens's laptop by 1 month and 2
weeks ;-)

Stas

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 25784] Re: Wrong events for ASUS L3000D

2007-05-05 Thread Stas Zytkiewicz
And this bug exists also in feisty.

This is getting ridiculous.
The bug exists in three! releases while a solution is available since dapper.

Stas

-- 
Wrong events for ASUS L3000D
https://bugs.launchpad.net/bugs/25784
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 83165] Re: Network manager fails wifi config

2007-04-12 Thread Stas Zytkiewicz
Ubuntu 7.04 Beta (Live CD)
Card: DLink DWL-650+ 
chip ACX
kernel module acx
Using WEP key

Card is correctly recognized and the correct kernel module is loaded.

When I manually edit /etc/network/interfaces to use dhcp with essid and wep key
the card is properly setup and works perfectly.

When I try to setup the card from within the gnome network manager it fails and 
the
card is never associated.

-- 
Network manager fails wifi config
https://bugs.launchpad.net/bugs/83165
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 25784] Re: Wrong events for ASUS L3000D

2006-11-03 Thread Stas Zytkiewicz
I confirm that the problem still exist in Ubuntu edgy.

BTW, the patch only changes the name of the hotkeys to look for.
Nothing more as that's the only problem, one could also do: 
cd /etc/acpi; sudo  find ./events/ -name "asus*" -exec sed 's/ATKD/HOTK/g' -i 
{} \;

(It's what I've had done in Dapper and now again in Edgy)

[EMAIL PROTECTED]:~$ cat /proc/version
Linux version 2.6.17-10-386 ([EMAIL PROTECTED]) (gcc version 4.1.2 20060928 
(prerelease) (Ubuntu 4.1.1-13ubuntu5)) #2 Fri Oct 13 18:41:40 UTC 2006 (Ubuntu 
2.6.17-10.33-386)

[EMAIL PROTECTED]:~$ cat /proc/acpi/asus/info 
Asus Laptop ACPI Extras Driver 0.30
Model reference: A2x
SFUN value : 0x0877
ASYM value : 0x
DSDT length: 14754
DSDT checksum  : 155
DSDT revision  : 1
OEM id : ASUS
OEM table id   : A2H/L   
OEM revision   : 0x1000
ASL comp vendor id : MSFT
ASL comp revision  : 0x10e

Taken from /var/log/acpid before fixing the acpi-support problem.

[Sat Nov  4 07:12:41 2006] starting up  
[Sat Nov  4 07:12:41 2006] 54 rules loaded  

Hitting the volume down hotkey:
[Sat Nov  4 07:12:44 2006] client connected from 4116[108:108]  
[Sat Nov  4 07:12:44 2006] 1 client rule loaded 
[Sat Nov  4 07:13:34 2006] received event "hotkey HOTK 0031 0001"   
[Sat Nov  4 07:13:34 2006] notifying client 4116[108:108]   
[Sat Nov  4 07:13:34 2006] completed event "hotkey HOTK 0031 0001"  

[EMAIL PROTECTED]:~$ cat /etc/acpi/events/asus-volume-down 
# /etc/acpi/events/asus-volume-down
# This is called when the user presses the volume down button and calls
# /etc/acpi/volume.sh for further processing.

event=hotkey ATKD 0031
action=/etc/acpi/voldownbtn.sh

After changing the hotkey names:

[EMAIL PROTECTED]:~$  cat /etc/acpi/events/asus-volume-down 
# /etc/acpi/events/asus-volume-down
# This is called when the user presses the volume down button and calls
# /etc/acpi/volume.sh for further processing.

event=hotkey HOTK 0031
action=/etc/acpi/voldownbtn.sh

Hitting the volume down hotkey:
[Sat Nov  4 07:39:44 2006] received event "hotkey HOTK 0031 0006"   
[Sat Nov  4 07:39:44 2006] notifying client 4116[108:108]   
[Sat Nov  4 07:39:44 2006] executing action "/etc/acpi/voldownbtn.sh"   
[Sat Nov  4 07:39:44 2006] BEGIN HANDLER MESSAGES   
[Sat Nov  4 07:39:44 2006] END HANDLER MESSAGES 
[Sat Nov  4 07:39:44 2006] action exited with status 0  
[Sat Nov  4 07:39:44 2006] completed event "hotkey HOTK 0031 0006"  

Volume is going down, everything works as excpected.
Also the other hotkeys are working now.

Regards,
Stas

-- 
Wrong events for ASUS L3000D
https://launchpad.net/bugs/25784

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


Re: [Bug 56555] Re: Wrong events for ASUS A2H/L

2006-11-02 Thread Stas Zytkiewicz
*** This bug is a duplicate of bug 25784 ***

On 11/3/06, Dorneles Tremea <[EMAIL PROTECTED]> wrote:
> *** This bug is a duplicate of bug 25784 ***
>
> ** This bug has been marked a duplicate of bug 25784
>Wrong events for ASUS L3000D
Yes indeed, but will the simple fix reported a year ago finally
be applied?
That's the real problem, people with asus laptops and Ubuntu installed
don't have working hotkeys while the fix is available for over a year now.
It's ridiculous.

Stas

-- 
We are not rich because of the things that we possess,
but for what we can do without possessing them.
  -- Immanuel Kant

-- 
Wrong events for ASUS A2H/L 
https://launchpad.net/bugs/56555

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


[Bug 69748] Why don't bugs get fixed when a solution is provided

2006-11-01 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: acpi-support

First of all I'm grateful for all the work the acpi-support maintainer does
to provide us acpi support in Ubuntu.
But it's frustrating that bugs that are reported together with a fix
in the form of a patch, which several people applied and confirmed
to fix the bug, don't get fixed.
I'm talking about bug #25784 
The support for hotkeys in asus laptops was broken and totally useless in 
Ubuntu Dapper and now it's still broken and totally useless in Edgy.

Could you please apply the patch provided, it's only the renaming of
the generated key names that's all.

Regards,
Stas

** Affects: acpi-support (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Why don't bugs get fixed when a solution is provided
https://launchpad.net/bugs/69748

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


[Bug 65257] Re: python segfaults when importing qt

2006-10-11 Thread Stas Zytkiewicz
I'm on dapper.

here's some more info:

[EMAIL PROTECTED]:~$ python -d -v -c "import qt"  
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# /usr/lib/python2.4/site.pyc matches /usr/lib/python2.4/site.py
import site # precompiled from /usr/lib/python2.4/site.pyc
# /usr/lib/python2.4/os.pyc matches /usr/lib/python2.4/os.py
import os # precompiled from /usr/lib/python2.4/os.pyc
import posix # builtin
# /usr/lib/python2.4/posixpath.pyc matches /usr/lib/python2.4/posixpath.py
import posixpath # precompiled from /usr/lib/python2.4/posixpath.pyc
# /usr/lib/python2.4/stat.pyc matches /usr/lib/python2.4/stat.py
import stat # precompiled from /usr/lib/python2.4/stat.pyc
# /usr/lib/python2.4/UserDict.pyc matches /usr/lib/python2.4/UserDict.py
import UserDict # precompiled from /usr/lib/python2.4/UserDict.pyc
# /usr/lib/python2.4/copy_reg.pyc matches /usr/lib/python2.4/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.4/copy_reg.pyc
# /usr/lib/python2.4/types.pyc matches /usr/lib/python2.4/types.py
import types # precompiled from /usr/lib/python2.4/types.pyc
# /usr/lib/python2.4/site-packages/sitecustomize.pyc matches 
/usr/lib/python2.4/site-packages/sitecustomize.py
import sitecustomize # precompiled from 
/usr/lib/python2.4/site-packages/sitecustomize.pyc
# /usr/lib/python2.4/warnings.pyc matches /usr/lib/python2.4/warnings.py
import warnings # precompiled from /usr/lib/python2.4/warnings.pyc
# /usr/lib/python2.4/linecache.pyc matches /usr/lib/python2.4/linecache.py
import linecache # precompiled from /usr/lib/python2.4/linecache.pyc
import encodings # directory /usr/lib/python2.4/encodings
# /usr/lib/python2.4/encodings/__init__.pyc matches 
/usr/lib/python2.4/encodings/__init__.py
import encodings # precompiled from /usr/lib/python2.4/encodings/__init__.pyc
# /usr/lib/python2.4/codecs.pyc matches /usr/lib/python2.4/codecs.py
import codecs # precompiled from /usr/lib/python2.4/codecs.pyc
import _codecs # builtin
# /usr/lib/python2.4/encodings/aliases.pyc matches 
/usr/lib/python2.4/encodings/aliases.py
import encodings.aliases # precompiled from 
/usr/lib/python2.4/encodings/aliases.pyc
# /usr/lib/python2.4/encodings/iso8859_15.pyc matches 
/usr/lib/python2.4/encodings/iso8859_15.py
import encodings.iso8859_15 # precompiled from 
/usr/lib/python2.4/encodings/iso8859_15.pyc
Python 2.4.3 (#2, Oct  6 2006, 07:52:30) 
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
dlopen("/usr/lib/python2.4/site-packages/qt.so", 2);
dlopen("/usr/lib/python2.4/site-packages/sip.so", 2);
import sip # dynamically loaded from /usr/lib/python2.4/site-packages/sip.so
Segmentation fault

-- 
python segfaults when importing qt
https://launchpad.net/bugs/65257

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


[Bug 65257] python segfaults when importing qt

2006-10-11 Thread Stas Zytkiewicz
Public bug reported:

Binary package hint: python2.4-qt3

[EMAIL PROTECTED]:~$ python
Python 2.4.3 (#2, Oct  6 2006, 07:52:30) 
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import qt
Segmentation fault
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ dpkg -l | grep "ii.*qt"
ii  libavahi-qt3-10.6.10-0ubuntu3
Avahi QT3 integration library
ii  libdbus-qt-1-1c2  0.60-6ubuntu8  
simple interprocess messaging system (Qt-based shared library)
ii  libqt3-mt 3.3.6-1ubuntu3 Qt 
GUI Library (Threaded runtime version), Version 3
ii  libqthreads-121.6.7-2
QuickThreads library for Guile
ii  pyqt-tools3.15.1-0ubuntu3
pyuic and pylupdate for Qt3
ii  python2.4-qt3 3.15.1-0ubuntu3
Qt3 bindings for Python 2.4
ii  python2.4-sip4-qt34.3.99+snapshot20060302-2ubuntu1   
Python/C++ bindings generator - Python2.3 runtime
ii  qt3-assistant 3.3.6-1ubuntu3 
The Qt3 assistant application
ii  qt3-designer  3.3.6-1ubuntu3 
Qt3 Designer
ii  qt3-doc   3.3.6-1ubuntu3 
Qt3 API documentation
ii  qt3-linguist  3.3.6-1ubuntu3 
The Qt3 Linguist
ii  qt3-qtconfig  3.3.6-1ubuntu3 
The Qt3 Configuration Application

** Affects: python-qt3 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
python segfaults when importing qt
https://launchpad.net/bugs/65257

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


[Bug 25784] Re: Wrong events for ASUS L3000D

2006-08-16 Thread Stas Zytkiewicz
I confirm that the patch is not applied in Ubuntu 6.06.
I've filled a new bug for the ASUS A2H/L and made a reference to 
this report as the patch from Jeroen fixes the problem.
(I've applied the patch on my ASUS A2H)

-- 
Wrong events for ASUS L3000D
https://launchpad.net/bugs/25784

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


[Bug 56555] Wrong events for ASUS A2H/L

2006-08-15 Thread Stas Zytkiewicz
Public bug reported:

(This is also mentioned in the thread of bug #25784, but there seems
no follow up nor is the supplied patch applied :-( )

The Asus A2H/L laptop produces different acpi hotkey codes then those mentioned 
in the /etc/acpi/events/asus-*.
I've a ASUS A2H and when I apply the patch send to you in bug report #25784 the 
problem is solved.
Could you please apply the patch?

Thanks.

** Affects: acpi-support (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Wrong events for ASUS A2H/L 
https://launchpad.net/bugs/56555

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