[Bug 1900976] [NEW] AttributeError: 'DistUpgradeController' object has no attribute 'tasks'

2020-10-22 Thread amichair
Public bug reported:

While upgrading Kubuntu 18.04 to 20.04.1, the upgrader tool crashed with the 
stack trace below.
I then ran apt update && apt full-upgrade manually from terminal, restarted 
into a broken login screen, found out plasma is not installed, and manually 
installed all packages in the distribution manifest to fix the system. It all 
started with this:

Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-snwfpw49/focal", line 8, in 
sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeMain.py", 
line 238, in main
if app.run():
  File 
"/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeController.py", 
line 2089, in run
return self.fullUpgrade()
  File 
"/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeController.py", 
line 2048, in fullUpgrade
if not self.calcDistUpgrade():
  File 
"/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeController.py", 
line 1118, in calcDistUpgrade
if not self.cache.installTasks(self.tasks):
AttributeError: 'DistUpgradeController' object has no attribute 'tasks'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/problem_report.py", line 497, in 
add_to_existing
self.write(f)
  File "/usr/lib/python3/dist-packages/problem_report.py", line 450, in write
block = f.read(1048576)
  File "/usr/lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid 
start byte

Original exception was:
Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-snwfpw49/focal", line 8, in 
sys.exit(main())
  File "/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeMain.py", 
line 238, in main
if app.run():
  File 
"/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeController.py", 
line 2089, in run
return self.fullUpgrade()
  File 
"/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeController.py", 
line 2048, in fullUpgrade
if not self.calcDistUpgrade():
  File 
"/tmp/ubuntu-release-upgrader-snwfpw49/DistUpgrade/DistUpgradeController.py", 
line 1118, in calcDistUpgrade
if not self.cache.installTasks(self.tasks):
AttributeError: 'DistUpgradeController' object has no attribute 'tasks'

** Affects: ubuntu-release-upgrader (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/1900976

Title:
  AttributeError: 'DistUpgradeController' object has no attribute
  'tasks'

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

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

[Bug 1900972] [NEW] SyntaxWarning: "is not" with a literal

2020-10-22 Thread amichair
Public bug reported:

In the upgrade to Kubuntu 20.04, I noticed in the apt log this error
when setting up usb-creator-kde . After the upgrade I ran apt install
--reinstall usb-creator-kde to try again and got the same error:

Preparing to unpack .../usb-creator-kde_0.3.7_amd64.deb ...
Unpacking usb-creator-kde (0.3.7) over (0.3.7) ...
Setting up usb-creator-kde (0.3.7) ...
/usr/lib/python3/dist-packages/usbcreator/frontends/kde/frontend.py:140: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if self.__img is not '':

** Affects: usb-creator (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/1900972

Title:
  SyntaxWarning: "is not" with a literal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1900972/+subscriptions

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

[Bug 1667512] Re: update-initramfs hangs on upgrade, dpkg unusable, unbootable system

2017-06-08 Thread amichair
Thanks for the analysis @atom, I think that explains my issue as well -
I had a long-running rsync in parallel. Once killed, the update worked.

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

Title:
  update-initramfs hangs on upgrade, dpkg unusable, unbootable system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1667512/+subscriptions

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


[Bug 1584557] Re: Seagate external drive causes SCSI bus resets when UAS enabled

2017-05-16 Thread amichair
I'm having the same issue on Kubuntu 17.04, even after upgrading to
latest mainline kernel 4.11.0.

The workaround works. Comment #11 helped in explaining how to do it -
thanks. My device id is 0x0bc2:0xab28.

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

Title:
  Seagate external drive causes SCSI bus resets when UAS enabled

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

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


[Bug 1579579] Re: Monitors immediately come out of energy saving mode

2016-10-28 Thread amichair
I changed my monitor input source selection from Auto to HDMI (which is
the only used connector), and this no longer happens. Since I have a
workaround, you can close the issue. If someone else will encounter this
issue, I can recreate it and try to provide the missing info (which
currently requires some work to do, so is not worth it).

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

Title:
  Monitors immediately come out of energy saving mode

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

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


[Bug 1579579] Re: Monitors immediately come out of energy saving mode

2016-06-12 Thread amichair
$ apport-cli -u 1579579
ERROR: You need to use apport-collect for updating an existing bug

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

Title:
  Monitors immediately come out of energy saving mode

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

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


[Bug 1579579] Re: Monitors immediately come out of energy saving mode

2016-05-09 Thread amichair
$ apport-collect 1579579
ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Monitors immediately come out of energy saving mode

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

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


[Bug 1579579] [NEW] Monitors immediately come out of energy saving mode

2016-05-08 Thread amichair
Public bug reported:

On Kubuntu 16.04 with kernel 4.4.0-22.39-generic 4.4.8, but it's been
like this since 15.10 a few kernels back. Multiple screens connected.
Intel i7 4771 Haswell with only integrated GPU (no dedicated graphics
card).

What happens is that the monitors do enter energy saving mode at the
configured timeout of user inactivity, but a couple seconds later they
snap right out of it. Usually when I come back to my computer after
being away there are also a few Plasma crash dialogs. My monitors
haven't been saving energy (or pixel life) in over half a year now.

The only evidence I found in the system log, which I'm not sure is
related but might be worth mentioning, is:

[Mon May  9 00:29:03 2016] snd_hda_codec_hdmi hdaudioC0D0: HDMI: ELD buf size 
is 0, force 128
[Mon May  9 00:29:03 2016] snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD 
data byte 0

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

Title:
  Monitors immediately come out of energy saving mode

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

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


[Bug 1541751] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-05-04 Thread amichair
After upgrade to Kubuntu 16.04 with kernel 4.4.6-040406-generic, the
crashes seem to have stopped, although the error messages are still
there. Maybe they were unrelated, or maybe the error is handled more
gracefully now...

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

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

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


[Bug 1565552] Re: Amarok unable to start in 16.04 beta

2016-04-28 Thread amichair
Thanks for the purge/reinstall workaround - worked for me.

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

Title:
  Amarok unable to start in 16.04 beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1565552/+subscriptions

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


[Bug 1540830] Re: After Plasma 5.5.3 - apt-check causes massive load / creates 100's of processes

2016-03-01 Thread amichair
According to https://bugs.kde.org/show_bug.cgi?id=358359 the fix is
included in upstream 5.5.5 release scheduled for today.

According to https://askubuntu.com/questions/230553/how-to-prevent-so-
many-instances-of-apt-check-running a similar issue has been around for
years. Perhaps the original script should be fixed as well before it
happens again.

For now, I run apt-get while monitoring htop and if I see apt-check
going out of control I pkill it.

I hope a fix will be backported to 15.10 ASAP.

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

Title:
  After Plasma 5.5.3 - apt-check causes massive load / creates 100's of
  processes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1540830/+subscriptions

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


[Bug 1541751] Re: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-15 Thread amichair
Note to self (apparently): A workaround that brings back the windows
without losing any data from open apps, at least in some cases, is
running "DISPLAY=:0 kwin_x11 --replace" from the terminal (ctrl-alt-f1).

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

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

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

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


[Bug 1541751] [NEW] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

2016-02-04 Thread amichair
Public bug reported:

On Kubuntu 15.10, KDE Framework 5.18.0, Qt 5.5.1, kernel
4.4.1-040401-generic from http://kernel.ubuntu.com/~kernel-ppa/mainline/
(I upgraded hoping it would solve the problem, but it did not). Haswell
i7-4771 with integrated GPU (no other graphics card). 3-monitor setup.

Several times a day the display seems to crash in various ways, some
recoverable (e.g. by restarting plasmashell or sddm) but sometimes a
monitor stays blank, corrupt or unresponsive and only a full reboot
helps. I also see a plasma crash dialog every time I return to my
desktop after the screens went into power-savings mode when I was away
(I don't know if this is related or a plasma bug). It also happens
sometimes while dragging a windows (desktop effects are on), while
watching a video (I now get occasionally a few seconds with black output
in the middle of the video too). It's hard to pinpoint which components
are unstable, likely more than one, but this is a starting point since I
get the following message in dmesg which I assume is at a lower level
than the desktop environment (correct me if I'm wrong):

[Thu Feb  4 10:44:20 2016] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] 
*ERROR* uncleared fifo underrun on pipe A
[Thu Feb  4 10:44:20 2016] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] 
*ERROR* CPU pipe A FIFO underrun

** Affects: xserver-xorg-video-intel (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/1541751

Title:
  [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A
  FIFO underrun

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

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


[Bug 1509655] Re: installer crashed on custom configuration file dialog

2015-10-24 Thread amichair
Addition: after killing the frozen installer gui and running 'sudo dpkg
--configure -a' in terminal to continue the installation manually, I
indeed got the prompt about /etc/tomcat7/server.xml and whether I want
the maintainer's version, the current version, to view diff, etc.

However, after selecting 'n' to keep the currently installed version, a
whole new full-screen dialog immediately showed up (full-terminal, that
is, i.e. an ascii dialog within the terminal window, not another GUI
desktop window) asking me basically the same question again but with a
couple more available options (3-way merge etc.).

Maybe that's what trips up the installer - the configuration file
choices prompt being presented twice in a row.

I hope this helps.

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

Title:
  installer crashed on custom configuration file dialog

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

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


[Bug 1509655] [NEW] installer crashed on custom configuration file dialog

2015-10-24 Thread amichair
Public bug reported:

On Kubuntu 15.04 amd64, while running installer to upgrade to 15.10, the
GUI froze at 89% complete and /var/log/dist-upgrade/main.log ended with
the stack trace below. I indeed have a custom server.xml configuration
for Tomcat, so it looks like it crashes when it needs to show the
configuration dialog (use maintainers/existing/diff).

Yesterday on #kubuntu channel there was someone complaining about the
same thing - his installer GUI froze at %80, and he found a similar
stack trace in the log (I only know the last line of the trace was
identical, didn't see the full stack trace). He said in his case it
looks related to the sane (scanner package) custom configuration file
dialog prompt.

I think this is a pretty critical bug since an aborted OS upgrade is
likely to render the system unusable for the average user, and it does
little to encourage confidence of users in the OS distribution.


2015-10-24 14:34:12,360 DEBUG got a conffile-prompt from dpkg for file: 
'/etc/tomcat7/server.xml'
2015-10-24 14:34:12,362 DEBUG UI version is 4.0
2015-10-24 14:34:12,362 DEBUG uiname is dialog_conffile
2015-10-24 14:34:12,362 DEBUG toplevel widget is QDialog
2015-10-24 14:34:12,362 DEBUG setting property geometry
2015-10-24 14:34:12,362 DEBUG setting property windowTitle
2015-10-24 14:34:12,362 DEBUG setting property modal
2015-10-24 14:34:12,362 DEBUG push QDialog dialog_conffile
2015-10-24 14:34:12,362 DEBUG push QGridLayout gridlayout
2015-10-24 14:34:12,362 DEBUG setting property text
2015-10-24 14:34:12,362 DEBUG push QPushButton show_difference_button
2015-10-24 14:34:12,362 DEBUG pop widget QPushButton show_difference_button
2015-10-24 14:34:12,362 DEBUG new topwidget 
2015-10-24 14:34:12,362 DEBUG setting property sizePolicy
2015-10-24 14:34:12,362 DEBUG setting property text
2015-10-24 14:34:12,363 DEBUG setting property pixmap
2015-10-24 14:34:12,363 DEBUG setting property wordWrap
2015-10-24 14:34:12,363 DEBUG push QLabel textLabel2
2015-10-24 14:34:12,363 DEBUG pop widget QLabel textLabel2
2015-10-24 14:34:12,363 DEBUG new topwidget 
2015-10-24 14:34:12,363 DEBUG setting property text
2015-10-24 14:34:12,363 DEBUG setting property wordWrap
2015-10-24 14:34:12,363 DEBUG push QLabel label_conffile
2015-10-24 14:34:12,363 DEBUG pop widget QLabel label_conffile
2015-10-24 14:34:12,363 DEBUG new topwidget 
2015-10-24 14:34:12,363 DEBUG setting property text
2015-10-24 14:34:12,363 DEBUG push QPushButton keep_button
2015-10-24 14:34:12,363 DEBUG pop widget QPushButton keep_button
2015-10-24 14:34:12,363 DEBUG new topwidget 
2015-10-24 14:34:12,363 DEBUG setting property text
2015-10-24 14:34:12,363 DEBUG push QPushButton replace_button
2015-10-24 14:34:12,363 DEBUG pop widget QPushButton replace_button
2015-10-24 14:34:12,363 DEBUG new topwidget 
2015-10-24 14:34:12,364 DEBUG push QTextEdit textview_conffile
2015-10-24 14:34:12,364 DEBUG pop widget QTextEdit textview_conffile
2015-10-24 14:34:12,364 DEBUG new topwidget 
2015-10-24 14:34:12,364 DEBUG pop layout QGridLayout gridlayout
2015-10-24 14:34:12,364 DEBUG pop widget QDialog dialog_conffile
2015-10-24 14:34:12,364 DEBUG new topwidget None
2015-10-24 14:34:12,365 ERROR not handled exception in KDE frontend:
Traceback (most recent call last):

  File "/tmp/ubuntu-release-upgrader-7bai3dvc/wily", line 8, in 
sys.exit(main())

  File "/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeMain.py", 
line 240, in main
if app.run():

  File 
"/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeController.py", 
line 1837, in run
return self.fullUpgrade()

  File 
"/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeController.py", 
line 1802, in fullUpgrade
if not self.doDistUpgrade():

  File 
"/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeController.py", 
line 1143, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)

  File "/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeCache.py", 
line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)

  File "/usr/lib/python3/dist-packages/apt/cache.py", line 501, in commit
# which is less than optimal!

  File "/usr/lib/python3/dist-packages/apt/cache.py", line 465, in
install_archives

  File "/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeView.py", 
line 234, in run
res = os.WEXITSTATUS(self.wait_child())

  File 
"/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeViewKDE.py", line 
451, in wait_child
self.update_interface()

  File 
"/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeViewKDE.py", line 
430, in update_interface
InstallProgress.update_interface(self)

  File "/usr/lib/python3/dist-packages/apt/progress/base.py", line 252, in 
update_interface
self.conffile(match.group(1), match.group(2))

  File 
"/tmp/ubuntu-release-upgrader-7bai3dvc/DistUpgrade/DistUpgradeViewKDE.py", line 
339, in conffile


[Bug 1509653] [NEW] kdeinit5 crashes during upgrade to 15.10

2015-10-24 Thread amichair
Public bug reported:

On Kubuntu 15.04 amd64, running the installer to upgrade to 15.10,
somewhere in the middle I got the standard application crash dialog
saying "We are sorry, kdeinit5 closed unexpectedly". There was no
stacktrace, and selecting 'Install Debug Symbols" button said it
couldn't find any.

This happened on the two systems I was upgrading (with different
hardware). The installer continued and seemed to complete successfully
one one of the systems (the other one hit another bug that caused the
installer itself to crash, but that seems unrelated).

I have kubuntu backports PPA enabled on both, if it's related.

** Affects: ubiquity (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/1509653

Title:
  kdeinit5 crashes during upgrade to 15.10

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

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


[Bug 1304805] Re: KDE desktop login failure: Could not start d-bus. Can you call qdbus?

2015-06-15 Thread amichair
Just upgraded from 12.04 to 14.04. Same bug. Workaround in comment #12
works. This should really be fixed... upgrading between LTS versions is
still broken!

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

Title:
  KDE desktop login failure: Could not start d-bus. Can you call
  qdbus?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1304805/+subscriptions

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


[Bug 1388532] Re: Ark fails to produce zip archive instead making gzip with the zip suffix

2015-05-06 Thread amichair
Reported also here https://bugs.kde.org/show_bug.cgi?id=341078 and here
https://bugs.kde.org/show_bug.cgi?id=347209

I hope it gets fixed soon.


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

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

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

Title:
  Ark fails to produce zip archive instead making gzip with the zip
  suffix

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

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


[Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-05-01 Thread amichair
Just wanted to update that since I upgraded 14.10 to kernel 3.19 from
PPA a couple months ago, the issue never occurred again.

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

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

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

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


[Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2015-02-28 Thread amichair
Any estimates on if/when this fix will be backported to 14.10? Is
installing 3.19 from the kernel ppa the recommended course of action
until then? Will the rest of the system work properly with it?

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

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

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

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


[Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2014-11-13 Thread amichair
Just had it occur for the second time, two weeks after the first time.
Unlike the first time, this time the mouse cursor did move (while
everything else was frozen), but the system did not recover, and I had
to ssh into the machine (which was possible, confirming that it's just
the display that's broken) and reboot it. I'm also on Haswell, fwiw.

The stack trace is slightly different than before:

Nov 13 20:15:59 pc kernel: [1630241.453354] CPU: 5 PID: 1806 Comm: Xorg 
Tainted: GW  OE 3.16.0-23-generic #31-Ubuntu
Nov 13 20:15:59 pc kernel: [1630241.453356] Hardware name: To Be Filled By 
O.E.M. To Be Filled By O.E.M./Z87 Extreme6, BIOS P2.40 07/08/2014
Nov 13 20:15:59 pc kernel: [1630241.453358]  0009 8804082ffc18 
8177fcbc 
Nov 13 20:15:59 pc kernel: [1630241.453361]  8804082ffc50 8106fd8d 
 880408fd6000
Nov 13 20:15:59 pc kernel: [1630241.453364]  880035938210 880404b88800 
880404b88800 8804082ffc60
Nov 13 20:15:59 pc kernel: [1630241.453367] Call Trace:
Nov 13 20:15:59 pc kernel: [1630241.453375]  [8177fcbc] 
dump_stack+0x45/0x56
Nov 13 20:15:59 pc kernel: [1630241.453381]  [8106fd8d] 
warn_slowpath_common+0x7d/0xa0
Nov 13 20:15:59 pc kernel: [1630241.453384]  [8106fe6a] 
warn_slowpath_null+0x1a/0x20
Nov 13 20:15:59 pc kernel: [1630241.453406]  [c0283ffc] 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]
Nov 13 20:15:59 pc kernel: [1630241.453411]  [810b9590] ? 
prepare_to_wait_event+0x100/0x100
Nov 13 20:15:59 pc kernel: [1630241.453432]  [c0286ac3] 
intel_crtc_disable_planes+0x33/0x1c0 [i915]
Nov 13 20:15:59 pc kernel: [1630241.453436]  [81784e5b] ? 
__ww_mutex_lock+0x1b/0xb0
Nov 13 20:15:59 pc kernel: [1630241.453456]  [c0287a17] 
haswell_crtc_disable+0x57/0x2e0 [i915]
Nov 13 20:15:59 pc kernel: [1630241.453459]  [81785ab2] ? 
mutex_lock+0x12/0x30
Nov 13 20:15:59 pc kernel: [1630241.453478]  [c0288457] 
intel_crtc_update_dpms+0x67/0xa0 [i915]
Nov 13 20:15:59 pc kernel: [1630241.453497]  [c028cac9] 
intel_connector_dpms+0x59/0x70 [i915]
Nov 13 20:15:59 pc kernel: [1630241.453516]  [c00fbe19] 
drm_mode_obj_set_property_ioctl+0x399/0x3a0 [drm]
Nov 13 20:15:59 pc kernel: [1630241.453534]  [c00fbe50] 
drm_mode_connector_property_set_ioctl+0x30/0x40 [drm]
Nov 13 20:15:59 pc kernel: [1630241.453546]  [c00eaa4f] 
drm_ioctl+0x1df/0x680 [drm]
Nov 13 20:15:59 pc kernel: [1630241.453553]  [8101c2f9] ? 
read_tsc+0x9/0x20
Nov 13 20:15:59 pc kernel: [1630241.453557]  [811f4bc8] 
do_vfs_ioctl+0x2c8/0x4a0
Nov 13 20:15:59 pc kernel: [1630241.453561]  [81080a52] ? 
__set_task_blocked+0x32/0x80
Nov 13 20:15:59 pc kernel: [1630241.453564]  [81083986] ? 
__set_current_blocked+0x36/0xc0
Nov 13 20:15:59 pc kernel: [1630241.453567]  [811f4e21] 
SyS_ioctl+0x81/0xa0
Nov 13 20:15:59 pc kernel: [1630241.453571]  [81787ced] 
system_call_fastpath+0x1a/0x1f
Nov 13 20:15:59 pc kernel: [1630241.453572] ---[ end trace 9b44a589aabc549d ]---

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

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

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

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


[Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang

2014-10-31 Thread amichair
I just had my system freeze, all 3 monitors were frozen for a few
minutes, no mouse cursor or anything else moving, but sound still
worked, then the monitors went black for a couple more minutes (maybe
because I pressed ctrl-alt-f1 at some point, dunno), and after a while
longer it all came back to normal. I'm on Kubuntu 14.10 for a week now,
and never encountered this issue before. I don't know what this is
about, but the syslog error is reminiscent of the ones above (on Haswell
though):

[Fri Oct 31 22:04:45 2014] CPU: 0 PID: 1806 Comm: Xorg Tainted: GW  OE 
3.16.0-23-generic #31-Ubuntu
[Fri Oct 31 22:04:45 2014] Hardware name: To Be Filled By O.E.M. To Be Filled 
By O.E.M./Z87 Extreme6, BIOS P2.40 07/08/2014
[Fri Oct 31 22:04:45 2014]  0009 8804082ffac8 8177fcbc 

[Fri Oct 31 22:04:45 2014]  8804082ffb00 8106fd8d  
880408fd6000
[Fri Oct 31 22:04:45 2014]  880035938210 880404b88800 880404b88800 
8804082ffb10
[Fri Oct 31 22:04:45 2014] Call Trace:
[Fri Oct 31 22:04:45 2014]  [8177fcbc] dump_stack+0x45/0x56
[Fri Oct 31 22:04:45 2014]  [8106fd8d] warn_slowpath_common+0x7d/0xa0
[Fri Oct 31 22:04:45 2014]  [8106fe6a] warn_slowpath_null+0x1a/0x20
[Fri Oct 31 22:04:45 2014]  [c0283ffc] 
intel_crtc_wait_for_pending_flips+0x16c/0x180 [i915]
[Fri Oct 31 22:04:45 2014]  [810b9590] ? 
prepare_to_wait_event+0x100/0x100
[Fri Oct 31 22:04:45 2014]  [c0286ac3] 
intel_crtc_disable_planes+0x33/0x1c0 [i915]
[Fri Oct 31 22:04:45 2014]  [c0287a17] 
haswell_crtc_disable+0x57/0x2e0 [i915]
[Fri Oct 31 22:04:45 2014]  [c02898bb] __intel_set_mode+0x7ab/0xab0 
[i915]
[Fri Oct 31 22:04:45 2014]  [c028caf6] intel_set_mode+0x16/0x30 [i915]
[Fri Oct 31 22:04:45 2014]  [c028dbba] 
intel_crtc_set_config+0xa4a/0xda0 [i915]
[Fri Oct 31 22:04:45 2014]  [c00f66d1] 
drm_mode_set_config_internal+0x61/0xe0 [drm]
[Fri Oct 31 22:04:45 2014]  [c00fa413] drm_mode_setcrtc+0x283/0x580 
[drm]
[Fri Oct 31 22:04:45 2014]  [c00eaa4f] drm_ioctl+0x1df/0x680 [drm]
[Fri Oct 31 22:04:45 2014]  [811f4bc8] do_vfs_ioctl+0x2c8/0x4a0
[Fri Oct 31 22:04:45 2014]  [811e31a1] ? __sb_end_write+0x31/0x60
[Fri Oct 31 22:04:45 2014]  [811e0d12] ? vfs_write+0x1b2/0x1f0
[Fri Oct 31 22:04:45 2014]  [811f4e21] SyS_ioctl+0x81/0xa0
[Fri Oct 31 22:04:45 2014]  [81787ced] system_call_fastpath+0x1a/0x1f
[Fri Oct 31 22:04:45 2014] ---[ end trace 9b44a589aabc549c ]---

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

Title:
  kernel messages intel_crtc_wait_for_pending_flips correlate to compiz
  hang

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

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


[Bug 1385709] [NEW] network-manager service doesn't start at boot time

2014-10-25 Thread amichair
Public bug reported:

I just completed the upgrade from Kubuntu 14.04 to 14.10. Haven't had
any network trouble before the upgrade. After the upgrade, the network-
manager service does not start when the computer boots up - the Kubuntu
splash screen says 'waiting for network configuration', then 'waiting
another 60 seconds for network configuration' (or something like that),
then finally boots up without a network connection. Also the Network
Management tray icon tooltip says that the network-manager service is
not running. However if I then manually open the terminal and run 'sudo
service network-manager start', then it starts ok and the network
connects within a few seconds and everything works ok until the next
reboot. I'm on a desktop PC with a wired LAN connection and no wifi
adapter. network-manager version is 0.9.8.8-0ubuntu28.

** Affects: network-manager (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/1385709

Title:
  network-manager service doesn't start at boot time

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

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


[Bug 1385709] Re: network-manager service doesn't start at boot time

2014-10-25 Thread amichair
After wasting a whole day on this, I think I found the culprit. I had to
delete a whole bunch of files named 'sendmail' which were scattered
around /etc (/etc/ppp/ip-up.d/sendmail /etc/ppp/ip-down.d/sendmail
/etc/network/if-post-down.d/sendmail /etc/network/if-up.d/sendmail
/etc/network/if-down.d/sendmail /etc/dhcp3/dhclient-exit-
hooks.d/sendmail /etc/resolvconf/update-libc.d/sendmail, and there are a
few more that should probably also be deleted). Note that I do not have
the sendmail package installed at all!

I do not know, however, why the upgrade to 14.10 triggered this failure.
Maybe it removed something related to sendmail, or started doing
something with these files that were previously ignored... dunno. In any
case, it's a pretty serious upgrade bug, since it prevents the network
from connecting, and is quite non-trivial to trace back to its origin
(there were lots of other errors/warnings in syslog that seemed related
but weren't, and nothing there about these sendmail files or a hint as
to the cause of failure).

The indirect reason this happens on wired connections is probably that
there is a correlation between hosts which at some point had sendmail
installed and those that are on a wired connection :-)

Please fix this issue quickly before others upgrade and lose their
connectivity... (already encountered someone else with the same
symptoms).

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

Title:
  network-manager service doesn't start at boot time

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

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


[Bug 873551] Re: dictionaries-common: debconf corruption

2014-04-27 Thread amichair
Happened also during upgrade from 12.04 LTS to 14.04 LTS.

fixed it using 'sudo /usr/share/debconf/fix_db.pl' as recommended above,
followed by 'sudo apt-get install -f' to fix the broken packages.

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

Title:
  dictionaries-common: debconf corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dictionaries-common/+bug/873551/+subscriptions

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


[Bug 1259696] Re: desktop effects + newly attached monitor = both monitors blank

2014-04-27 Thread amichair
Yesterday I upgraded to Kubuntu 14.04 (KDE 4.13.0 and nvidia
331.38-0ubuntu7), and the problem is gone.

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

Title:
  desktop effects + newly attached monitor = both monitors blank

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

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


[Bug 1247235] Re: SRU tracking bug for KDE SC 4.11.3

2013-12-10 Thread amichair
I re-enabled the kubuntu ppa yesterday after it was disabled for a month
or so (since upgrade to Saucy), and upgrded to 4.11.3. Today something
bad happened to my desktop of the sort I haven't seen in quite some
time. By 'something bad' I mean the panel disappeared, as did window
titles and minimize/maximize buttons, alt-tab didn't work (I could only
switch apps by closing them one by one), applications' main menu didn't
open neither when clicked nor with keyboard shortcut e.g. alt-f for file
menu (but application window body such as firefox tab content seemed
ok), etc. I had to ctrl-alt-f1 into console and mess around a bit with
kwin and ksmserver until I eventually managed to do a graceful reboot of
the pc without losing my open work (I hope). Not sure what component
that is that broke, maybe kwin. Coincidence?

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

Title:
  SRU tracking bug for KDE SC 4.11.3

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

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


[Bug 1246608] Re: Daily crashing, X restarts, and Chrome tab lockups

2013-12-10 Thread amichair
I'm also using these drivers and got some chrome lockups. I noticed that
minimizing+maximizing restores it to normal, for what it's worth.

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

Title:
  Daily crashing, X restarts, and Chrome tab lockups

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

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


[Bug 1259692] [NEW] sometimes windows turn black

2013-12-10 Thread amichair
Public bug reported:

Kubuntu 13.10, KDE 4.11.3, NVidia 9300 with 319-updates (319.60)
drivers. Occasionally windows are completely black.
Maximizing/minimizing them usually gets them back to normal. I'm not
sure if it's related, but Chrome sometimes freezes (but not drawn black)
and also returns to normal after minimize/maximize. These only happen
when desktop effects are enabled.

** Affects: nvidia-graphics-drivers-319-updates (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/1259692

Title:
  sometimes windows turn black

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

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


[Bug 1259696] [NEW] desktop effects + newly attached monitor = both monitors blank

2013-12-10 Thread amichair
Public bug reported:

I have a monitor and a TV connected to my desktop, with the TV usually
off. When desktop effects are enabled and the TV is turned on, both
monitor and TV go blank (black), and only the mouse pointer is visible.
The only way out of this is to disable desktop effects - I had to add a
keyboard shortcut for this, otherwise only a hard reboot would get me
out of this state. I no longer enable desktop effects due to this, and
hope it will be fixed soon.

Kubuntu 13.10 with KDE 4.11.3, NVidia 9300 with 319-updates (319.60)
drivers.

** Affects: nvidia-graphics-drivers-319-updates (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/1259696

Title:
  desktop effects + newly attached monitor = both monitors blank

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

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


[Bug 1259699] [NEW] nvidia drivers don't apply sync to vblank when second monitor is turned on

2013-12-10 Thread amichair
Public bug reported:

I have a desktop with monitor and TV connected to it. In order to
prevent tearing when watching video on the TV, I enable sync to vblank
and select the TV as the display to sync to in the nvidia setting
dialog. However, the next time I turn on the TV the setting is not re-
applied and there is tearing. Interestingly, the solution is simply to
open and close the settings dialog without changing anything - it does
remember these preferences, but they simply don't get applied when the
TV is turned on unless the settings are opened and closed. This gets
annoying... it should automatically apply the settings when the TV is
turned on, just like it does the rest of the settings (e.g. twinview,
geometry, etc.)

Kubuntu 13.10 with KDE 4.11.3, NVidia 9300 with 319-updates (319.60)
drivers and TwinView.

** Affects: nvidia-graphics-drivers-319-updates (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/1259699

Title:
  nvidia drivers don't apply sync to vblank when second monitor is
  turned on

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

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


[Bug 1155687] Re: KDE session didn't start after upgrading from Quantal to Raring. Fixed after installing proper qdbus package according to amd64 architecture

2013-05-19 Thread amichair
** Summary changed:

- KDE session didn't start after upgrading from Quantal to Raring Beta 1. Fixed 
after installing proper qdbus package according to amd64 architecture
+ KDE session didn't start after upgrading from Quantal to Raring. Fixed after 
installing proper qdbus package according to amd64 architecture

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

Title:
  KDE session didn't start after upgrading from Quantal to Raring. Fixed
  after installing proper qdbus package according to amd64 architecture

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

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


[Bug 1155687] Re: KDE session didn't start after upgrading from Quantal to Raring. Fixed after installing proper qdbus package according to amd64 architecture

2013-05-19 Thread amichair
I just upgraded from 12.10 to 13.04 release (about a month after
release, still not fixed), and got this problem - after reboot and login
the desktop never showed up, and there was an xmessage process with the
message Could not start d-bus. Can you call qdbus? (the message
actually did not appear on the screen, but I saw it in the htop full
process list - it must have been displayed somewhere off-screen).

The fix is to run apt-get install qdbus and reboot (to reach the
terminal for running this command, try ctrl-alt-F1).

Seems like quite a serious bug to me, performing a successful (so it
seems) upgrade and ending up with an unusable system. Newbies would
probably not even know how to reach the terminal without a desktop, and
may not see the message with a clue as to what might be wrong.

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

Title:
  KDE session didn't start after upgrading from Quantal to Raring. Fixed
  after installing proper qdbus package according to amd64 architecture

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

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


[Bug 495930] Re: 0a12:0001 Cambridge Silicon Radio Bluetooth Dongle gives permanent Connection timed out with Ubuntu 9.10

2013-02-14 Thread amichair
I still get the same error with the same device on 12.10.

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

Title:
  0a12:0001 Cambridge Silicon Radio Bluetooth Dongle gives permanent
  Connection timed out with Ubuntu 9.10

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

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


[Bug 602521] Respectable apps sale

2011-08-18 Thread amichair
Get the great di ui scou ww nts on popular so yk ft nmd wa wf re today at 
www.superdigitalriverranch.com.ua
All s zx of kf wa soy re is instantly available to do re wnl ef oad - No Need 
Wait!
ALL OUR SO rlm FTW lc ARE wg S ON ALL EUROPEAN LANGUAGES - 
USA, English, France, Italy, Spanish, German and more!!!

SO tpq FTW yem ARE:Windows 7 Ultimate 32 bit89.95Windows 7 Ultimate 64 
bit89.95Office Professional Plus 2010 32-bit89.95Office Professional Plus 2010 
64-bit89.95Adobe Photoshop CS5 Extended69.95Office Professional 200769.95Adobe 
Acrobat 9 Pro Extended59.95Windows XP Professional with Service Pack 
359.95Office Home and Student 200749.95
Also we have so mu tkl ch s skv of zv t for MA ag CIN gn TO esr SH!!!Adobe 
Creative Suite 5 Master Collection for MAC259.95Adobe Creative Suite 5 Design 
Premium for MAC179.95Microsoft Office 2008 Standart Edition for 
MAC119.95Aperture 3 for MAC79.95Adobe Photoshop CS5 Extended for MAC69.95
To re bnf vi aen ew full list of the offers, v imx is leu it 
www.superdigitalriverranch.com.ua

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

Title:
  Please update iok to 1.3.11

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

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


[Bug 601690] Warm up your blood

2011-08-12 Thread amichair
Le fva ath lkr er bul dey let
Blazing se qd xu ud al ac mr tiv lc ity to satisfy your girlfriend.
Perf hz ect res yol ults and acceptable pri lq ces is prov tz ided
b xo y our p id ha ztg rma na cy 24 hours a day!
No do stz cto lgc r vi ju sit, 1 minute free time, minimum efforts!
We provide pri czi vacy and sweet night especially for you.
Don't waste time going to the d cd rug rg sto awn re to pay more than
we offer you in our o nz nli eep ne ph jl arm it acy!
Change your dom jtl estic life with our m es edi yl cati gax ons.

Have a nice day!

VIS gc IT U wj S...www.medicinewebcam.com.ua

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

Title:
  chromium could not open profile correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/601690/+subscriptions

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


[Bug 774207] Re: [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

2011-06-16 Thread amichair
I just wanted to add to my previous post, in case it makes any
difference:

- Right before the successful test I installed the toggle compositing
plasma widget, and used it to toggle the effects (previously I did it
directly in system settings)

- After a reboot, I did get the message that desktop effects have been
suspended. However, after a couple of seconds if I click the toggle
icon, the desktop effects are resumed and remain functional from this
point on (previously it would always turn itself back off immediately no
matter what I did)

- Although the system is now fully usable and effects work ok, on a
clean system after reboot with a single open konsole window running
top/htop and nothing else going on anywhere, I see plasma-desktop, Xorg
and kwin processes all taking up 6%-12% CPU all the time. Still sounds
to me like way too much for an idle system, and bad for battery life...
but at least the system is usable.

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

Title:
  [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

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

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


[Bug 798091] [NEW] Default settings not applied when reverting system settings

2011-06-16 Thread amichair
Public bug reported:

Binary package hint: kubuntu-default-settings

In Kubuntu's System Settings, when clicking the Defaults button on
various settings (e.g. fonts, and some theme/appearance/colors/styles
settings), the values are reverted but not to Kubuntu's defaults but
something else (maybe KDE's defaults?)

For example, on a clean installation Kubuntu uses the Ubuntu fonts by
default, as is reflected in System Settings - Application Appearance -
Fonts. However, if one clicks the Defaults button there, they are all
changed to Sans Serif fonts and not the default Ubuntu fonts. The same
kind of thing happens with various other system settings.

** Affects: kubuntu-default-settings (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/798091

Title:
  Default settings not applied when reverting system settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-default-settings/+bug/798091/+subscriptions

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


[Bug 782890] Re: no ping response on all hosts after upgrade

2011-06-15 Thread amichair
I was hit by the same bug after upgrade to Natty - the original poser's
solution worked (configuring $Conf{Ping6Path} = '/bin/ping6';.

I totally agree that this should be set by default - there's no reason
for others to waste time trying to figure out why backups aren't working
(there's no clear indication that this is the cause).

I don't have ipv6 support on LAN nor externally, and have not changed
anything in this regard in Ubuntu's internal configuration as far as I
know. If there's anything in my configuration that you'd like me to
check to help with this, I'd be happy to.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/782890

Title:
  no ping response on all hosts after upgrade

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 357577] Re: kubuntu unusable with desktop effects - xorg takes 100% cpu

2011-06-15 Thread amichair
I can't say anything about whether this was fixed or not in 9.04, but
I'm currently using Natty on the same hardware, and I don't have this
issue.

Unfortunately, in Natty I'm suffering from bug #760632 (on same
hardware) and bug #774207 (on netbook) - so while individual bugs
eventually get fixed (or waited out until they become obsolete), the
overall stability and quality of the desktop environment is still not
quite there :-(

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

Title:
  kubuntu unusable with desktop effects - xorg takes 100% cpu

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

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


[Bug 774207] Re: [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

2011-06-15 Thread amichair
I don't see why this bug was marked as invalid, as desktop effects
clearly stopped working, as has been confirmed by several other users.

Bryce - perhaps you misunderstood my original report - the problem is
not with the desktop effects functionality check itself - the point is
that desktop effects worked just fine on the same hardware with Maverick
up to the moment it was upgraded to Natty, after which it broke to the
point that it cannot be turned on at all (because it's buggy and enters
some infinite loop somewhere hogging up 100% cpu, which is why the
functionality check rightfully disables it).

That being said, I was just about to try to confirm it's the Blur effect
that triggers the bug, when I found that the effects are now working -
probably since I upgraded to KDE 4.6.4 from the Kubuntu PPA a few days
ago (at least that's my best guess as to what changed, since I don't
recall seeing any other standard updates that might relate to this - but
I might be wrong).

If anyone else affected by this bug feels like trying to upgrade to KDE
4.6.4 and confirming whether this fixes the issue, that would be nice.
In any case, I don't think this bug should be marked as fixed until the
fix is backported to the official repos. It certainly should not be
marked invalid, in any case.

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

Title:
  [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

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

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


[Bug 780678] Re: Attempting to upgrade nspluginwrapper via apt-get fails with error exit status 139 and a Segmentation fault

2011-06-15 Thread amichair
I was hit by this bug as well during the upgrade to Natty - was pretty
scary to see the entire upgrade process fail because of this, but
fortunately it looks like nothing else was affected and the upgrade
otherwise went ok (I hope).

I just wanted to share a simpler workaround I found, which may help find
the culprit as well:

before running the upgrade (or apt-get install -f if it's too late and
it already broke), just move the files under /usr/lib/mozilla/plugins/
to somewhere else (or rename the plugins folder and create an empty one
in its place), and after installation/fixing is complete, move them back
in place.

FWIW, I played around with this and found that the plugin to blame in my
case was skypebuttons.so - moving it alone was enough to prevent the
failure. I don't know if this is the same one causing trouble for others
too. In fact I have no idea what it is - it seems to be a Kopete plugin
(not anything from Skype itself), and I don't even use Kopete...

Anyway, I hope this helps someone.

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

Title:
  Attempting to upgrade nspluginwrapper via apt-get fails with error
  exit status 139 and a Segmentation fault

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

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


[Bug 782890] Re: no ping response on all hosts after upgrade

2011-06-15 Thread amichair
I was hit by the same bug after upgrade to Natty - the original poser's
solution worked (configuring $Conf{Ping6Path} = '/bin/ping6';.

I totally agree that this should be set by default - there's no reason
for others to waste time trying to figure out why backups aren't working
(there's no clear indication that this is the cause).

I don't have ipv6 support on LAN nor externally, and have not changed
anything in this regard in Ubuntu's internal configuration as far as I
know. If there's anything in my configuration that you'd like me to
check to help with this, I'd be happy to.

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

Title:
  no ping response on all hosts after upgrade

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

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


[Bug 566845] Last year our penny stock picks cashed in over 570% combined!

2011-05-23 Thread amichair
Tired of losing cash in the market. 
This year our penny stock picks returned over 450% together!
Time to make a change in your investment strategies.

Totally Free Newsletter.

--- www.awesomebeststocksnow.com

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

Title:
  Please update udhcp from debian

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


[Bug 361308] Stop dropping cash in the stock market.

2011-05-23 Thread amichair
Quit losing money in the stock market. 
Last year our penny stock picks returned over 600% combined!
Time to make a change in your investment strategies.

Totally Free Newsletter.

--- www.awesomebeststocksnow.com

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

Title:
  KMail: Provide default template in With Custom Template lists (e.g.
  with forwarding)

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


[Bug 605843] FREE for an limited time.

2011-05-22 Thread amichair
Stop losing money in the market. 
Last year our penny stock picks cashed in over 550% together!
Time to make a change in your investment strategies.

100% FREE insider newsletter!

--- www.awesomebeststocksnow.com

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

Title:
  With 2.6.35-8-generic (from maverick) X detects only one of my two
  monitors

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


[Bug 774207] [NEW] [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

2011-04-30 Thread amichair
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Right after an upgrade from Maverick to Natty on an Acer netbook with
the Intel 945GME, following the upgrade reboot, a notice popped up that
desktop effects have been suspended. Trying to resume them from system
settings results in them being automatically suspended again after a few
seconds. When checking Disable Fcnctionality checks option and
resuming effects again, system is barely responsive with kwin process
taking up all the cpu time. Everything worked ok on the same machine
with desktop effects enabled on Maverick until the upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: kwin
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1024x600
 edid-base64: 
AP///wANrwkCAB8SAQOQFQx4CrmFlVxZlScbUFQBAQEBAQEBAQEBAQEBAQEBlBEAsEBYGSAwIDYAw3EY/gBOMDg5TDYtTDAyCiAg/gBDTU8KICAgICAgICAg/gBOMDg5TDYtTDAyCiAgAJ0=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Sat Apr 30 18:21:58 2011
DistUpgraded: Log time: 2011-04-30 14:29:29.572562
DistroCodename: natty
DistroVariant: kubuntu
GraphicsCard:
 Intel Corporation Mobile 945GME Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:015b]
   Subsystem: Acer Incorporated [ALI] Device [1025:015b]
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Acer AOA150
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=055c89d3-096c-4d55-9b94-c57ca7f5df8c ro quiet splash vt.handoff=7
Renderer: Unknown
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to natty on 2011-04-30 (0 days ago)
dmi.bios.date: 10/06/2008
dmi.bios.vendor: Acer
dmi.bios.version: v0.3310
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 1
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAcer:bvrv0.3310:bd10/06/2008:svnAcer:pnAOA150:pvr1:rvnAcer:rn:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
dmi.product.name: AOA150
dmi.product.version: 1
dmi.sys.vendor: Acer
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 kubuntu natty regression-update

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

Title:
  [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

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


[Bug 774207] Re: [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

2011-04-30 Thread amichair
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774207

Title:
  [Natty Intel 945GME] No desktop effects (kwin 100% cpu)

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


[Bug 480927] Re: karmic upgrade resurrected exim4 daemon

2011-02-07 Thread amichair
I think the original post answers all 3 points above... what exactly is
missing or unclear?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to exim4 in ubuntu.
https://bugs.launchpad.net/bugs/480927

Title:
  karmic upgrade resurrected exim4 daemon

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 480927] Re: karmic upgrade resurrected exim4 daemon

2011-02-07 Thread amichair
I think the original post answers all 3 points above... what exactly is
missing or unclear?

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

Title:
  karmic upgrade resurrected exim4 daemon

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


[Bug 636311] Re: Keyboard special keys interfere with mouse

2010-12-05 Thread amichair
Thanks, Thomas! After running ppa-purge and upgrading to latest kernel
(and all other updates) from official repos, the issue is gone here as
well.

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

Title:
  Keyboard special keys interfere with mouse

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


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-12-04 Thread amichair
My experience, for what it's worth:

A netbook wubi installation of Kubuntu 10.10 (upgraded from 10.04)
worked ok, and then broke one day recently (probably after an update).
After selecting kubuntu from the Windows XP boot menu, it would
momentarily flash the following 3 errors:

error: file not found
error: file not found
error: no suitable mode found

and right after that the screen went blank and system stuck - only a
cold boot, with holding the power button down for 5 seconds or so, would
get it out of this state.

Copying the wubildr file from C:\ubuntu\winboot to C:\ as suggested
above (overwriting an existing wubildr in the root directory) fixed the
problem.

I don't know if this is a bug in wubi or grub or ubuntu packaging, but a
system update that prevents the system from booting is a critical bug,
and should be fixed within a couple of days tops from first being
reported... not lingering on for weeks or months leaving many users with
unusable systems and wasting hours of their time trying to find manual
workarounds. Sorry for the rant, but I've suffered another critical bug
recently (preventing the mouse from working on a desktop), which has
gone unresolved for a couple of months too even though hundreds of
reports came in, and probably thousands of affected users have been
unable to use their systems. Whomever has a say in it, please try to re-
assess ubuntu's priorities...

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

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

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


[Bug 636311] Re: Keyboard special keys interfere with mouse

2010-12-01 Thread amichair
How does one return to the normal upgrade path after using the ppa? Can
anyone please list the steps?

-- 
Keyboard special keys interfere with mouse
https://bugs.launchpad.net/bugs/636311
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 368496] Re: Rules dont get applied properly at boot-time

2010-11-02 Thread amichair
I also see this happening sometimes, also in Lucid/Maverick.
Occasionally (not always), right after a reboot, I can't access anything
on the network, and /etc/init.d/guarddog restart solves the problem,
as does opening guarddog and simply clicking Apply and closing it. Since
it's inconsistent, maybe it's some race condition with other startup
scripts? Just a guess...

-- 
Rules dont get applied properly at boot-time
https://bugs.launchpad.net/bugs/368496
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 636311] Re: Keyboard special keys interfere with mouse

2010-10-22 Thread amichair
A4Tech wireless GL-6 keyboard and G7-630 mouse, same symptoms - after
any key on the keyboard is pressed (not just special keys!) the mouse
left button stops working and is stuck in the pressed state (no problem
with mouse movements or positioning as mentioned in the upstream A4Tech
bug report).

The aubergine ppa package solves the problem completely. When can we
expect to see an official fix?

-- 
Keyboard special keys interfere with mouse
https://bugs.launchpad.net/bugs/636311
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 664835] Re: circular dependency when upgrading to maverick

2010-10-22 Thread amichair
*** This bug is a duplicate of bug 639933 ***
https://bugs.launchpad.net/bugs/639933

That last sentence is a typo, it should read: it will now complete the
installation properly - everything is ok. Sorry about that.

-- 
circular dependency when upgrading to maverick
https://bugs.launchpad.net/bugs/664835
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 664835] [NEW] circular dependency when upgrading to maverick

2010-10-21 Thread amichair
Public bug reported:

Binary package hint: update-manager

During the upgrade process from Kubuntu Lucid to Maverick, in the
Installing the upgrades stage, an error popped up saying: Error
during commit 'E:Couldn't configure pre-depend x11-common for x11-xkb-
utils, probably a dependency cycle.' Restoring original system state.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
circular dependency when upgrading to maverick
https://bugs.launchpad.net/bugs/664835
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 664835] Re: circular dependency when upgrading to maverick

2010-10-21 Thread amichair
*** This bug is a duplicate of bug 639933 ***
https://bugs.launchpad.net/bugs/639933

** This bug has been marked a duplicate of bug 639933
   10.04 - 10.10beta: could not install the upgrades - Couldn't configure 
pre-depend x11-common for x11-xkb-utils, probably a dependency cycle.
 * You can subscribe to bug 639933 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/639933/+subscribe

-- 
circular dependency when upgrading to maverick
https://bugs.launchpad.net/bugs/664835
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 664835] Re: circular dependency when upgrading to maverick

2010-10-21 Thread amichair
*** This bug is a duplicate of bug 639933 ***
https://bugs.launchpad.net/bugs/639933

If it helps anyone, the version of the workaround from the duplicate bug when 
installing from GUI:
After the error occurs, re-run the installer (i.e. the 'Upgrade to maverick 
10.10' link in the Software Updates dialog). When you get the confirmation 
dialog asking if you are sure you want to upgrade (not the one at the 
beginning, but the one sometime after the 'Setting new software channels' 
stage), go to the terminal (konsole), run 'sudo apt-get install x11-common',  
and when installation is done, go back to the dialog and confirm that you want 
to proceed with the upgrade. It will not complete the installation properly.

-- 
circular dependency when upgrading to maverick
https://bugs.launchpad.net/bugs/664835
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 195216] Re: Permission troubles copying file to NTFS

2010-08-16 Thread amichair
This indeed happens to me in Lucid too, however I noticed that if I
close the messagebox while copying many files, a new one pops up for the
next file until they're all done, however if I leave the messagebox
alone (do not dismiss it but just move the window out of the way), then
no new messages pop up for the other files - I can wait for all files to
complete copying, then dismiss the first messagebox, and thus even for
hundreds of files there is only a single messagebox shown to dismiss.
Still annoying, but it's a workaround, fwiw.

-- 
Permission troubles copying file to NTFS
https://bugs.launchpad.net/bugs/195216
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to dolphin in ubuntu.

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


[Bug 391000] Re: apcupsd defunct process death

2010-07-12 Thread amichair
I still see this happening on Kubuntu Lucid 10.04 amd64.

-- 
apcupsd defunct process death
https://bugs.launchpad.net/bugs/391000
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 500627] Re: Install Kubuntu livecd option doesn't start installer

2010-07-11 Thread amichair
This appears to have been fixed sometime before the Lucid release, as it
doesn't occur anymore on the final 10.04 amd64 desktop cd.

-- 
Install Kubuntu livecd option doesn't start installer
https://bugs.launchpad.net/bugs/500627
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 549589] Re: [Lucid Kubuntu] Installer Crashed

2010-07-11 Thread amichair
This was probably fixed sometime before the Lucid release (I don't at
the moment have the setup to test it, but if it were still happening,
you'd probably be seeing more reports of this from people trying to
install Lucid...)

-- 
[Lucid Kubuntu] Installer Crashed
https://bugs.launchpad.net/bugs/549589
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 432353] Re: ath5k: phy0: failed to wakeup the MAC Chip

2010-06-11 Thread amichair
Kubuntu Netbook Remix 10.04 on an Acer Aspire One ZG5 (a.k.a. AOA150)

Linux ubuntu 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC
2010 i686 GNU/Linux

This happens very consistently: netbook boots up, wireless connects (via
network-manager-kde), I run rsync on the netbook to copy several GB from
a remote machine to the netbook, and within a couple of minutes (a few
hundreds of MB transferred), the wireless dies, with the log below.

Interestingly, once wireless freezes, not even a reboot brings it back
(even rebooting into winxp!), only a full shutdown, waiting a few
seconds, and powering back up. There is no hibernation/suspend involved
- this is on a fresh boot within a few minutes of startup, doing nothing
but copying files over wireless. Also, in winxp there is no problem
ever, so it's not the hardware itself.

This bug makes wireless on the netbook hardly usable (requires power
cycle every couple of minutes).


[  226.409020] CE: hpet increasing min_delta_ns to 15000 nsec
[  233.454922] ath5k phy0: failed to wakeup the MAC Chip
[  233.454935] ath5k phy0: can't reset hardware (-5)
[  238.316136] No probe response from AP address goes here after 500ms, 
disconnecting.
[  238.651369] ath5k phy0: failed to wakeup the MAC Chip
[  238.651388] ath5k phy0: can't reset hardware (-5)
[  238.697655] ath5k phy0: failed to wakeup the MAC Chip
[  238.697674] ath5k phy0: can't reset hardware (-5)
[  238.744031] ath5k phy0: failed to wakeup the MAC Chip
[  238.744055] ath5k phy0: can't reset hardware (-5)
[  238.790191] ath5k phy0: failed to wakeup the MAC Chip
[  238.790202] ath5k phy0: can't reset hardware (-5)
[  238.836517] ath5k phy0: failed to wakeup the MAC Chip
[  238.836537] ath5k phy0: can't reset hardware (-5)
[  244.390333] __ratelimit: 18 callbacks suppressed
[  244.390347] ath5k phy0: failed to wakeup the MAC Chip
... 
and so on repeatedly

-- 
ath5k: phy0: failed to wakeup the MAC Chip
https://bugs.launchpad.net/bugs/432353
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 422174] Re: cannot connect to hidden ssid

2010-06-02 Thread amichair
Actually it appears as though all manually configured networks (i.e.
secure ones that also appear in the Manage Connections list) show up as
'insecure' in the list. I also noticed it sometimes re-prompts for the
keys (didn't notice if they are changed or not), and when trying to set
up a new connection and/or edit one it often starts off with the
configuration dialog filled in with the details of one of the other
unrelated networks (a different one each time). I agree that this is
barely alpha release quality :-(

-- 
cannot connect to hidden ssid
https://bugs.launchpad.net/bugs/422174
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 422174] Re: cannot connect to hidden ssid

2010-05-17 Thread amichair
** Bug watch added: KDE Bug Tracking System #209464
   http://bugs.kde.org/show_bug.cgi?id=209464

** Also affects: plasma-widget-networkmanagement via
   http://bugs.kde.org/show_bug.cgi?id=209464
   Importance: Unknown
   Status: Unknown

-- 
cannot connect to hidden ssid
https://bugs.launchpad.net/bugs/422174
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 422174] Re: cannot connect to hidden ssid

2010-05-17 Thread amichair
I can confirm that this bug still occurs on Lucid, and also that the
workaround still works too. In case someone missed it:

1. If you tried configuring the network manually, delete it first (via the 
Manage Connections... menu option).
2. Run sudo iwlist wlan0 scan essid the_hidden_ssid in a terminal. Make 
sure you see your network among those displayed.
3. The network will now appear on the tray icon's network list, from which you 
can connect to it normally by selecting it.

You only need to do this once (it will remain on the list after reboot,
connect automatically, etc.)

Feel free to add your vote to the upstream bug to get it fixed sooner...
(http://bugs.kde.org/show_bug.cgi?id=209464)

-- 
cannot connect to hidden ssid
https://bugs.launchpad.net/bugs/422174
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 482509] Re: KTorrent hangs whole system when rescaning data

2010-04-12 Thread amichair
As I mentioned, I do not use any encryption anywhere. I haven't noticed
any corruption problems, only lockups - but corruption and lockups sound
like two separate issues in any case... (just guessing there)

-- 
KTorrent hangs whole system when rescaning data
https://bugs.launchpad.net/bugs/482509
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktorrent in ubuntu.

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


[Bug 561876] [NEW] [Kubuntu Lucid] Quit dialog buttons not translated

2010-04-12 Thread amichair
Public bug reported:

Binary package hint: ubiquity

They just aren't.

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

-- 
[Kubuntu Lucid] Quit dialog buttons not translated
https://bugs.launchpad.net/bugs/561876
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 561881] [NEW] [Kubuntu Lucid] Quit dialog should default to 'No'

2010-04-12 Thread amichair
Public bug reported:

Binary package hint: ubiquity

In the quit dialog, Yes is a destructive, irreversible option, whereas
No just goes back to the previous state. The latter should be the
default selection rather than the former (referring to keyboard input,
of course).

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

-- 
[Kubuntu Lucid] Quit dialog should default to 'No'
https://bugs.launchpad.net/bugs/561881
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 556376] Re: KDE frontend hangs on timezone page unless mouse is moved

2010-04-12 Thread amichair
piedramania: If you move the mouse, does progress continue normally? If
not, it's likely a different issue you're experiencing... in that case,
could you please open a separate bug with any additional related info
you have (or look for an existing one specifically related to disk
scanning getting stuck)? Thanks!

-- 
KDE frontend hangs on timezone page unless mouse is moved
https://bugs.launchpad.net/bugs/556376
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 482509] Re: KTorrent hangs whole system when rescaning data

2010-04-11 Thread amichair
I suffer from the same lock up described here. I noticed it happens both
when checking the files, and when ktorrent is configured to Fully
reserve disk space before the download begins. But then, I've seen
similar symptoms when there's a whole lot of disk thrashing unrelated to
ktorrent as well (long backup, etc.) Having a mouse cursor freeze due to
disk activity is a serious problem in any case - responsiveness should
be completely decoupled from disk activity. Maybe other Bittorrent
clients buffer disk activity differently which alleviates the symptoms,
or maybe there's more than one issue at hand.

For the record, I have a Q9550, 4G RAM (both with ample space when the
problem occurs), Karmic amd64, KDE 4.3.5, KTorrent 3.2.4, and do not use
any encryption.

What I do think might be related is the speed of the disk which makes
the IO bottleneck worse, causing this problem. Can others confirm
whether they're writing to a slower green/5400RPM/low power/high-
capacity media disk? Or do you see this also on fast disks (to the same
degree)?

-- 
KTorrent hangs whole system when rescaning data
https://bugs.launchpad.net/bugs/482509
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to ktorrent in ubuntu.

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


[Bug 557434] [NEW] [Kubuntu Lucid] GUI disappears when Skip is pressed

2010-04-07 Thread amichair
Public bug reported:

Binary package hint: ubiquity

In Kubuntu Lucid amd64 daily-live (2010-04-06), pressing the 'Skip'
button while installation is in progress causes the entire installer GUI
to disappear. Installation does continue in the background though, and a
few minutes later the 'please reboot' message box at the end of the
installation appears.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ubiquity 2.2.15
ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-19-generic x86_64
Architecture: amd64
Date: Wed Apr  7 20:03:12 2010
LiveMediaBuild: Kubuntu 10.04 Lucid Lynx - Beta amd64 (20100406.1)
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity

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


** Tags: amd64 apport-bug lucid

-- 
[Kubuntu Lucid] GUI disappears when Skip is pressed
https://bugs.launchpad.net/bugs/557434
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 557434] Re: [Kubuntu Lucid] GUI disappears when Skip is pressed

2010-04-07 Thread amichair

** Attachment added: Casper.gz
   http://launchpadlibrarian.net/43365427/Casper.gz

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

** Attachment added: UbiquityDebug.gz
   http://launchpadlibrarian.net/43365429/UbiquityDebug.gz

** Attachment added: UbiquityPartman.gz
   http://launchpadlibrarian.net/43365430/UbiquityPartman.gz

** Attachment added: UbiquitySyslog.gz
   http://launchpadlibrarian.net/43365431/UbiquitySyslog.gz

-- 
[Kubuntu Lucid] GUI disappears when Skip is pressed
https://bugs.launchpad.net/bugs/557434
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 557487] [NEW] [Kubuntu Lucid] Crash when pressing Forward/Back on timezone page

2010-04-07 Thread amichair
Public bug reported:

Binary package hint: ubiquity

On Kubuntu Lucid amd64 daily-live (2010-04-06), just hitting
Forward/Back a bit on the timezone page (while trying to recreate bug
#556376) - didn't touch anything else. I got a crash instead.

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

-- 
[Kubuntu Lucid] Crash when pressing Forward/Back on timezone page
https://bugs.launchpad.net/bugs/557487
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 557487] Re: [Kubuntu Lucid] Crash when pressing Forward/Back on timezone page

2010-04-07 Thread amichair
Traceback (most recent call last):
  File /usr/lib/ubiquity/ubiquity/frontend/kde_ui.py, line 427, in lambda
QTimer.singleShot(0, lambda: self.dbfilter.start(auto_process=True))
  File /usr/lib/ubiquity/ubiquity/filteredcommand.py, line 92, in start
prep = self.prepare()
  File /usr/lib/ubiquity/plugins/ubi-language.py, line 473, in prepare
self.ui.set_alpha_warning(show)
  File /usr/lib/ubiquity/plugins/ubi-language.py, line 354, in 
set_alpha_warning
self.widgetHidden.remove(self.page.alpha_warning_label)
ValueError: list.remove(x): x not in list

-- 
[Kubuntu Lucid] Crash when pressing Forward/Back on timezone page
https://bugs.launchpad.net/bugs/557487
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 557487] Re: [Kubuntu Lucid] Crash when pressing Forward/Back on timezone page

2010-04-07 Thread amichair
Played around with it some more, and it's easier to recreate then I
thought: just press forward on welcome page, then back on timezone page.

-- 
[Kubuntu Lucid] Crash when pressing Forward/Back on timezone page
https://bugs.launchpad.net/bugs/557487
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 557487] Re: [Kubuntu Lucid] Crash when pressing Forward/Back on timezone page

2010-04-07 Thread amichair
Looks like this was fixed today in trunk.

** Changed in: ubiquity (Ubuntu)
   Status: New = Fix Committed

-- 
[Kubuntu Lucid] Crash when pressing Forward/Back on timezone page
https://bugs.launchpad.net/bugs/557487
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 556402] [NEW] Extra nested scrollbar in Job Options

2010-04-06 Thread amichair
Public bug reported:

Binary package hint: system-config-printer

In printer configuration under Job Options, a second nested scrollbar
appears within the outer scrollbar. Both must be used in order to scroll
to the bottom of the options, which is confusing and ugly. The
Highlander would surely agree - there should be only one.

** Affects: system-config-printer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Extra nested scrollbar in Job Options
https://bugs.launchpad.net/bugs/556402
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 556402] Re: Extra nested scrollbar in Job Options

2010-04-06 Thread amichair

** Attachment added: snapshot of bug
   http://launchpadlibrarian.net/43236823/snapshot_printer.png

-- 
Extra nested scrollbar in Job Options
https://bugs.launchpad.net/bugs/556402
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 555707] [NEW] [Kubuntu Lucid] progress bar and skip button too small

2010-04-05 Thread amichair
Public bug reported:

Binary package hint: ubiquity

On Kubuntu Lucid amd64 daily-live (2010-04-03) the progress bar and skip
button are too small for the text they contain.

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

-- 
[Kubuntu Lucid] progress bar and skip button too small
https://bugs.launchpad.net/bugs/555707
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 555707] Re: [Kubuntu Lucid] progress bar and skip button too small

2010-04-05 Thread amichair

** Attachment added: screenshot of progress bar and skip button bug
   http://launchpadlibrarian.net/43155773/snapshot_ubiquity5.png

-- 
[Kubuntu Lucid] progress bar and skip button too small
https://bugs.launchpad.net/bugs/555707
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 549595] Re: [Kubuntu Lucid] usability issues (skip buton and updates)

2010-04-05 Thread amichair
The first issue is a duplicate of bug #540321 (same issue, different
suggested solutions).

-- 
[Kubuntu Lucid] usability issues (skip buton and updates)
https://bugs.launchpad.net/bugs/549595
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 540321] Re: progressDialog skip button needs spacer

2010-04-05 Thread amichair
The fix in the branch solves this issue using the solution suggested in
bug #549595.

-- 
progressDialog skip button needs spacer
https://bugs.launchpad.net/bugs/540321
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 555228] Re: software-properties-kde crashed with UnicodeDecodeError in init_distro()

2010-04-05 Thread amichair
*** This bug is a duplicate of bug 545927 ***
https://bugs.launchpad.net/bugs/545927

** This bug has been marked a duplicate of bug 545927
   Can not open the Edit Software Sources window from KPackageKit

-- 
software-properties-kde crashed with UnicodeDecodeError in init_distro()
https://bugs.launchpad.net/bugs/555228
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 555228] Re: software-properties-kde crashed with UnicodeDecodeError in init_distro()

2010-04-05 Thread amichair
*** This bug is a duplicate of bug 545927 ***
https://bugs.launchpad.net/bugs/545927

Thanks for reporting this issue, Fernando!

Strangely, this is a duplicate of a bug whose fix has been recently
released, however your report shows the version number containing the
fix (0.75.9) along with a stack trace showing an older version of the
code. Can you please make sure that your system is up to date, and
possibly reinstall the software-properties-kde package to make sure the
installation is not broken? (use 'sudo apt-get update  sudo apt-get
install --reinstall software-properties-kde' in the terminal). After
this, please report back whether you still get the same error or it is
fixed. Thanks!

-- 
software-properties-kde crashed with UnicodeDecodeError in init_distro()
https://bugs.launchpad.net/bugs/555228
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 540278] Re: Getting Involved link in the last page of the Kubuntu slideshow doesn't work

2010-04-04 Thread amichair
It's not just the last page - all links in slideshow don't work. Fixed
in branch.

** Summary changed:

- Getting Involved link in the last page of the Kubuntu slideshow doesn't work
+ Links in the Kubuntu slideshow don't work

-- 
Links in the Kubuntu slideshow don't work
https://bugs.launchpad.net/bugs/540278
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 554824] Re: OEM Installer Crashed

2010-04-04 Thread amichair
*** This bug is a duplicate of bug 554664 ***
https://bugs.launchpad.net/bugs/554664

** This bug has been marked a duplicate of bug 554664
   ubiquity crashed with DebconfError in command(); DebconfError: (10, 
oem-config/remove_extras doesn't exist)

-- 
OEM Installer Crashed
https://bugs.launchpad.net/bugs/554824
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 554824] [NEW] OEM Installer Crashed

2010-04-03 Thread amichair
Public bug reported:

Binary package hint: ubiquity

On Kubuntu amd64 lucid daily-live (2010-04-03), running oem installer
results in a crash towards the end, screenshot attached.

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

-- 
OEM Installer Crashed
https://bugs.launchpad.net/bugs/554824
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 554824] Re: OEM Installer Crashed

2010-04-03 Thread amichair

** Attachment added: screenshot of crash notification
   http://launchpadlibrarian.net/43008113/snapshot_ubiquity3.png

-- 
OEM Installer Crashed
https://bugs.launchpad.net/bugs/554824
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 464441] Re: python2.6 crashed with UnicodeDecodeError in decode()

2010-03-29 Thread amichair
*** This bug is a duplicate of bug 470424 ***
https://bugs.launchpad.net/bugs/470424

** This bug is no longer a duplicate of bug 133937
   software-properties-kde crashed with error  'utf8' codec can't decode bytes 
in position 27-28
** This bug has been marked a duplicate of bug 470424
   [kde] python2.6 crashed with UnicodeDecodeError in decode()

-- 
python2.6 crashed with UnicodeDecodeError in decode()
https://bugs.launchpad.net/bugs/464441
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 470424] Re: [kde] python2.6 crashed with UnicodeDecodeError in decode()

2010-03-29 Thread amichair
ptitpoul, your issue is indeed the same as bug #545927 (for which I have
provided a fix which should be merged soon).

This report does look very similar to bug #133937, but is not identical
to it, so we're waiting for original reporter to provide additional data
and/or test on lucid. If we don't get more info nor manage to recreate
it, we might mark it as duplicate as you have, but for now we're still
giving it a chance.

Thanks for your report in any case :-)


** This bug is no longer a duplicate of bug 133937
   software-properties-kde crashed with error  'utf8' codec can't decode bytes 
in position 27-28

-- 
[kde] python2.6 crashed with UnicodeDecodeError in decode()
https://bugs.launchpad.net/bugs/470424
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 549595] Re: [Kubuntu Lucid] usability issues (skip buton and updates)

2010-03-28 Thread amichair
Small addition: after running 'update installer', this option is removed
from the welcome page (the link disappears). However, after pressing
'next' and then 'back' to return to the welcome page, the option is re-
introduced. This too seems somewhat inconsistent.

-- 
[Kubuntu Lucid] usability issues (skip buton and updates)
https://bugs.launchpad.net/bugs/549595
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 550147] [NEW] [Kubuntu Lucid] progress bar file count goes out of range

2010-03-28 Thread amichair
Public bug reported:

Binary package hint: ubiquity

In Kubuntu Lucid amd64 in VirtualBox from daily-live cd (2010-03-27),
when selecting 'update this installer', progress bar shows 'File 31 of
30' - see attached screenshot.

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

-- 
[Kubuntu Lucid]  progress bar file count goes out of range
https://bugs.launchpad.net/bugs/550147
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 550147] Re: [Kubuntu Lucid] progress bar file count goes out of range

2010-03-28 Thread amichair

** Attachment added: screenshot of progress bar bug
   http://launchpadlibrarian.net/42261928/snapshot_ubiquity2.png

-- 
[Kubuntu Lucid]  progress bar file count goes out of range
https://bugs.launchpad.net/bugs/550147
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 548907] Re: Kubuntu Lucid Installer Crashed

2010-03-27 Thread amichair
Looks like this is fixed when selecting 'update installer' on the
welcome page first. I'll open a separate usability issue on making that
more obvious.

** Changed in: ubiquity (Ubuntu)
   Status: New = Fix Released

-- 
Kubuntu Lucid Installer Crashed
https://bugs.launchpad.net/bugs/548907
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 549589] [NEW] [Lucid Kubuntu] Installer Crashed

2010-03-27 Thread amichair
Public bug reported:

Binary package hint: ubiquity

Running installer in VirtualBox from Kubuntu Lucid daily-live
(2010-03-26), after first running 'update installer' (to avoid the crash
of bug #548907), there is another crash later on - image attached.

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

-- 
[Lucid Kubuntu] Installer Crashed
https://bugs.launchpad.net/bugs/549589
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 549589] Re: [Lucid Kubuntu] Installer Crashed

2010-03-27 Thread amichair

** Attachment added: snapshot_crash4.png
   http://launchpadlibrarian.net/42168919/snapshot_crash4.png

-- 
[Lucid Kubuntu] Installer Crashed
https://bugs.launchpad.net/bugs/549589
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 549595] [NEW] [Kubuntu Lucid] usability issues (skip buton and updates)

2010-03-27 Thread amichair
Public bug reported:

Binary package hint: ubiquity

A couple usability issues in Kubuntu Lucid installer:

1. The skip button which occasionally appears, shows up at the bottom,
as a button with full window width, and it causes the window layout to
change in a way that makes the slide show look jumpy. I think a better
choice would be to put a standard-size button on the top (possibly on
top of the progress bar to the right - on the same line as the changing
description text). This would be more aesthetic with a normal-size
button, would not change the layout/size of the window or its
components, and will be more easily visible - near the progress bar and
description text people look at, rather than at the far bottom beneath
the slides, which is an area the user will certainly not be staring at.

2. The 'update installer' option (same for 'read release notes') is
currently a web-style link at the bottom of the welcome page text. This
is easy to miss, and also pretty much breaks the consistency, and the
point, of using a wizard ('next-next-next' style). Instead, this should
be streamlined into the wizard as the first step - for example, a
checkbox on the welcome content page. If selected, pressing 'next' will
do whatever updates it needs to do (if updates are available). If
unselected (or installer is already up to date), pressing 'next' will
continue to the next stage. The option can be unselected by default to
preserve current behavior, but I think this is still better usability-
wise, as expected by a wizard dialog, and harder for the user to miss.

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

-- 
[Kubuntu Lucid] usability issues (skip buton and updates)
https://bugs.launchpad.net/bugs/549595
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 512022] Re: [kde] Software Sources crash

2010-03-26 Thread amichair
*** This bug is a duplicate of bug 102792 ***
https://bugs.launchpad.net/bugs/102792

** This bug has been marked a duplicate of bug 102792
   MASTER [apport] software-properties-kde crashed with SIGSEGV in 
QTreeWidgetItem::setData()

-- 
[kde] Software Sources crash
https://bugs.launchpad.net/bugs/512022
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


  1   2   3   >