[Bug 1834085] Re: Bluetooth touchpad (Apple Magic Trackpad) disconnects every few minutes

2021-02-21 Thread Mike Jones
I'm having the same issues on my Dell Precision laptop with 20.04 lts,
kernel 5.8.0-43.

One thing I've noticed: it seems to happen less frequently with Wayland
than with X.

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

Title:
  Bluetooth touchpad (Apple Magic Trackpad) disconnects every few
  minutes

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

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

[Bug 1913368] [NEW] Xorg freeze

2021-01-26 Thread Mike Jones
Public bug reported:

I have a Dell laptop with a Magic Trackpad 2. A couple of days ago my system 
crashed overnight and hung on reboot. Once I unplugged the trackpad, it came 
right up. If I attach the trackpad to the running system it does not recognize 
it.
I've been using this hardware configuration for months and haven't made any 
changes to my libinput configuration for at least a couple of months.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.8.0-40.45~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan 26 23:23:45 2021
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Very infrequently
GraphicsCard:
 Intel Corporation HD Graphics 630 [8086:591b] (rev 04) (prog-if 00 [VGA 
controller])
   Subsystem: Dell HD Graphics 630 [1028:07a9]
InstallationDate: Installed on 2020-09-13 (135 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: Dell Inc. Precision 3520
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-40-generic 
root=UUID=ff5fae3d-e88f-436d-8a84-d0a544463eb9 ro quiet splash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/07/2020
dmi.bios.release: 1.17
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.17.1
dmi.board.name: 0C7J6P
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.17.1:bd01/07/2020:br1.17:svnDellInc.:pnPrecision3520:pvr:rvnDellInc.:rn0C7J6P:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Precision
dmi.product.name: Precision 3520
dmi.product.sku: 07A9
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal freeze ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1280300] Re: Desktop contents displayed on resume, before lock screen is shown

2016-10-23 Thread Mike Jones
The workaround below fixes a bug in the above workaround:

*
#!/bin/sh
viewnior --fullscreen '/home/user_name/Images/My solid color image which 
obscures my desktop.png' &
sleep 2 &&
dbus-send --system --print-reply --dest=org.freedesktop.login1 
/org/freedesktop/login1 "org.freedesktop.login1.Manager.Suspend" boolean:true 
&& i3lock -i '/home/user_name/Images/My image I like to look at when my 
computer wakes up.png' -p default -n
*

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

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

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


[Bug 1280300] Re: Desktop contents displayed on resume, before lock screen is shown

2016-10-23 Thread Mike Jones
Below is a workaround I use.

*
#!/bin/sh
viewnior --fullscreen '/home/user_name/Images/My solid color image which 
obscures my desktop.png' && sleep 2 && dbus-send --system --print-reply 
--dest=org.freedesktop.login1 /org/freedesktop/login1 
"org.freedesktop.login1.Manager.Suspend" boolean:true && i3lock -i  
'/home/user_name/Images/My image I like to look at when my computer wakes 
up.png' -p default -n
*

I lock my screen with a keyboard shortcut I created in Xubuntu which I
associated with the above script.

After my computer wakes up I need to exit Viewnior (the image viewer I
am using) so that the the file called, "My solid color image which
obscures my desktop.png" disappears.

I suppose the extra step would not be necessary if someone with some
technical knowledge would explain how to cause i3lock to exit the image
viewer after the computer wakes up.

I use "viewnior --fullscreen" instead of "viewnior -f" because the later
didn't seem to work in a terminal. I suppose this was a result of my
using a French language terminal.

Also, if you need to resize your image because you want it to appear
centered on the screen, there's no need to install GIMP or any other
draw or paint application.

I used Google Drawings to resize "My solid color image which obscures my
desktop.png" to match my screen size which is 1366 x 768 pixels. I went
to File–>Page configuration–>Customize and typed  1366 then 768 and
chose pixels.

Then I downloaded "My solid color image which obscures my desktop.png"
to my local drive.

I suppose if the developer(s) of this app were to a detailed explanation
of the abovein a message, say the first five times a new image were used
in i3lock, it would help new users quickly and easily lock their screen
securely and ensure their images were centered on the screen.

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

Title:
  Desktop contents displayed on resume, before lock screen is shown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1280300/+subscriptions

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

[Bug 1593477] Re: Direct firmware load fails for bluetooth

2016-06-19 Thread Mike Jones
Tested with 4.7-rc3 64 bit x86.

** Tags added: kernel-bug-exists-upstream

** 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/1593477

Title:
  Direct firmware load fails for bluetooth

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

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


[Bug 1593477] Re: Direct firmware load fails for bluetooth

2016-06-19 Thread Mike Jones
A little more information:

- Current and upstream kernel see some bluetooth devices (probably cell phones 
nearby), just not the keyboard and trackpad. These show up as general devices, 
not input devices.
- Keyboard and track pad do not show up as any device type (they work on 
windows on same laptop, indicating hardware is ok)
- Using the chargeable versions of the Mac keyboard and trackpad, and plugging 
in their USB, they work over USB, but not bluetooth, indicating they are 
recognized as HID devices

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

Title:
  Direct firmware load fails for bluetooth

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

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


Re: SPAM-LOW: [Bug 1593477] Re: Direct firmware load fails for bluetooth

2016-06-17 Thread Mike Jones
Since it is a new laptop, I do not know if it ever worked. But, there
were updates during the first week of use, so it is up to date.

I have tested upstream kernels before, but since this is my everyday
work laptop, and because it has an encrypted partition, I need to review
the changes I made for booting on an encrypted partition, and make sure
I don't accidentally make an un-bootable system. That would be a
disaster for me.

I'll have a look on the weekend. I assume as long as the old image is
not deleted, and as long as I can boot on the install media, I can back
out of trouble. I just need to confirm this.

Sent from my iPad

> On Jun 17, 2016, at 12:23 AM, Joseph Salisbury 
>  wrote:
> 
> Did this issue start happening after an update/upgrade?  Was there a
> prior kernel version where you were not having this particular problem?
> 
> Would it be possible for you to test the latest upstream kernel? Refer
> to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
> v4.7-rc1 kernel[0].
> 
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
> 
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
> 
> Once testing of the upstream kernel is complete, please mark this bug as
> "Confirmed".
> 
> 
> Thanks in advance.
> 
> [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc3-yakkety/
> 
> 
> ** Changed in: linux (Ubuntu)
>   Importance: Undecided => Medium
> 
> ** Changed in: linux (Ubuntu)
>   Status: Confirmed => Incomplete
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1593477
> 
> Title:
>  Direct firmware load fails for bluetooth
> 
> Status in linux package in Ubuntu:
>  Incomplete
>

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

Title:
  Direct firmware load fails for bluetooth

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

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


[Bug 1593477] [NEW] Direct firmware load fails for bluetooth

2016-06-16 Thread Mike Jones
Public bug reported:

Hardware: XPS 15 9550, BCM43602 Bluetooth
Release: 16.04
Main Symptom: Mac Key Board and Mac Trackpad not discovered, but other devices 
are discovered
Details:

Firmware not loading + misc errors.

Edited /etc/init/bluetooth.conf to add -d on exec.
sudo udevadm control --log-prioriry debug

I am assuming the firmware or other errors explain the failure.

Further Testing: Boot laptop on Windows 10 partition, both devices are
discovered and work.

Note: Bios has some setting to enable Wireless Switch, disable this does
not help.

The following are from the logs:

Jun 16 17:12:37 mjones-XPS-15-9550 kernel: [   13.571762] bluetooth hci0: 
Direct firmware load for brcm/BCM-0a5c-6410.hcd failed with error -2
Jun 16 17:12:37 mjones-XPS-15-9550 kernel: [   13.658067] brcmfmac 
:02:00.0: Direct firmware load for brcm/brcmfmac43602-pcie.txt failed with 
error -2
Jun 16 17:12:37 mjones-XPS-15-9550 NetworkManager[1109]:   
[1466118757.2989] manager[0x25341a0]: monitoring kernel firmware directory 
'/lib/firmware'.

Jun 16 17:02:25 mjones-XPS-15-9550 kernel: [   13.450793] bluetooth hci0: 
Direct firmware load for brcm/BCM-0a5c-6410.hcd failed with error -2
Jun 16 17:02:25 mjones-XPS-15-9550 NetworkManager[1092]:   
[1466118145.3663] Loaded device plugin: NMBluezManager 
(/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Bluetooth daemon 5.37
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Starting SDP server
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Bluetooth management 
interface 1.10 initialized
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Failed to obtain handles 
for "Service Changed" characteristic
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Not enough free handles to 
register service
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Error adding Link Loss 
service
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Not enough free handles to 
register service
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: message repeated 2 times: 
[ Not enough free handles to register service]
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Current Time Service could 
not be registered
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: gatt-time-server: 
Input/output error (5)
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Not enough free handles to 
register service
Jun 16 17:02:25 mjones-XPS-15-9550 NetworkManager[1092]:   
[1466118145.4691] bluez: use BlueZ version 5
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Not enough free handles to 
register service
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: Sap driver initialization 
failed.
Jun 16 17:02:25 mjones-XPS-15-9550 bluetoothd[1273]: sap-server: Operation not 
permitted (1)
Jun 16 17:02:26 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint registered: 
sender=:1.45 path=/MediaEndpoint/A2DPSource
Jun 16 17:02:26 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint registered: 
sender=:1.45 path=/MediaEndpoint/A2DPSink
Jun 16 17:02:33 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint registered: 
sender=:1.80 path=/MediaEndpoint/A2DPSource
Jun 16 17:02:33 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint registered: 
sender=:1.80 path=/MediaEndpoint/A2DPSink
Jun 16 17:02:33 mjones-XPS-15-9550 bluetoothd[1273]: RFCOMM server failed for 
Headset Voice gateway: rfcomm_bind: Address already in use (98)
Jun 16 17:02:51 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint unregistered: 
sender=:1.45 path=/MediaEndpoint/A2DPSource
Jun 16 17:02:51 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint unregistered: 
sender=:1.45 path=/MediaEndpoint/A2DPSink
Jun 16 17:11:16 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint unregistered: 
sender=:1.80 path=/MediaEndpoint/A2DPSource
Jun 16 17:11:16 mjones-XPS-15-9550 bluetoothd[1273]: Endpoint unregistered: 
sender=:1.80 path=/MediaEndpoint/A2DPSink
Jun 16 17:12:37 mjones-XPS-15-9550 kernel: [   13.571762] bluetooth hci0: 
Direct firmware load for brcm/BCM-0a5c-6410.hcd failed with error -2
Jun 16 17:12:37 mjones-XPS-15-9550 NetworkManager[1109]:   
[1466118757.4870] Loaded device plugin: NMBluezManager 
(/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Bluetooth daemon 5.37
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Starting SDP server
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Bluetooth management 
interface 1.10 initialized
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Failed to obtain handles 
for "Service Changed" characteristic
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Not enough free handles to 
register service
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Error adding Link Loss 
service
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: Not enough free handles to 
register service
Jun 16 17:12:37 mjones-XPS-15-9550 bluetoothd[1262]: message repeated 2 times: 
[ Not 

[Bug 1293384] Re: Compiz CPU usage dramatically increased in Ubuntu 14.04

2014-12-17 Thread Mike Jones
Same problem on Parallels 10 with 3D acceleration off. Recent update
broke 3D acceleration and I had to drop disable, now I have high CPU.

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

Title:
  Compiz CPU usage dramatically increased in Ubuntu 14.04

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

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


[Bug 714370] [NEW] package mediatomb-daemon 0.12.0~svn2018-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-06 Thread Mike Jones
Public bug reported:

Binary package hint: mediatomb

Received a crash message on installation

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mediatomb-daemon 0.12.0~svn2018-6ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic-pae 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic-pae i686
Architecture: i386
Date: Mon Feb  7 11:44:55 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
PackageArchitecture: all
SourcePackage: mediatomb
Title: package mediatomb-daemon 0.12.0~svn2018-6ubuntu2 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: apport-package i386 lucid

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

Title:
  package mediatomb-daemon 0.12.0~svn2018-6ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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


[Bug 714370] Re: package mediatomb-daemon 0.12.0~svn2018-6ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-06 Thread Mike Jones


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

Title:
  package mediatomb-daemon 0.12.0~svn2018-6ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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


[Bug 660909] Re: Maverick : Evolution fails with a segmentation fault when trying to create mapi connection to Exchange 2007

2010-10-20 Thread Mike Jones
Yes, my GAL and Calendar work fine, although sometimes the invites crash
my Evolution when viewing them.

Other than that, the only other problem I'm experiencing is for some
reason replying to some emails my response gets sent looking like
Chinese.

-- 
Maverick : Evolution fails with a segmentation fault when trying to create mapi 
connection to Exchange 2007
https://bugs.launchpad.net/bugs/660909
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 660909] Re: Maverick : Evolution fails with a segmentation fault when trying to create mapi connection to Exchange 2007

2010-10-20 Thread Mike Jones
Fixed my chinese issue... https://bugs.launchpad.net/ubuntu/+source
/evolution-mapi/+bug/519025/comments/22

Seems crashing on appointment invites is my main remaining issue.

-- 
Maverick : Evolution fails with a segmentation fault when trying to create mapi 
connection to Exchange 2007
https://bugs.launchpad.net/bugs/660909
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 660909] Re: Maverick : Evolution fails with a segmentation fault when trying to create mapi connection to Exchange 2007

2010-10-18 Thread Mike Jones
I found the workaround in https://bugs.launchpad.net/ubuntu/+source
/evolution-mapi/+bug/375359 works here as well for now... using IP
address instead of dns name does not segfault for me on Maverick.

-- 
Maverick : Evolution fails with a segmentation fault when trying to create mapi 
connection to Exchange 2007
https://bugs.launchpad.net/bugs/660909
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 322867] Re: Kernel panic after update to 2.6.24-23 on Acer Aspire One netbook

2009-07-10 Thread Mike Jones
Your new test kernel seems to have fixed the problem. I have just
rebooted my Aspire One twenty times in a row (a random mixture of
restart and shut down/switch on), with no sign of a kernel panic.
Thanks!

-- 
Kernel panic after update to 2.6.24-23 on Acer Aspire One netbook
https://bugs.launchpad.net/bugs/322867
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 291388] Re: package miro None failed to install/upgrade: trying to overwrite `/usr/share/applications/miro.desktop', which is also in package miro-data

2008-11-10 Thread Mike Jones
You might want to try it from the miro repo, because it worked right of
the bat when I did that. The Ubuntu repo seems to have an error.

 
Mike Jones

It is by riding a bicycle that you learn the contours of a country best, since 
you have to sweat up the hills and coast down them.  Thus you remember them as 
they actually are, while in a motor car only a high hill impresses you, and you 
have no such accurate remembrance of country you have driven through as you 
gain by riding a bicycle.  
-- Ernest Hemingway




From: John Doe [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 9, 2008 10:27:41 PM
Subject: [Bug 291388] Re: package miro None failed to install/upgrade: trying 
to overwrite `/usr/share/applications/miro.desktop', which is also in package 
miro-data

Same error for me, except I got Miro from the Ubuntu repository and NOT
the Miro repository.  Please look into this error.

Thanks.

-- 
package miro None failed to install/upgrade: trying to overwrite 
`/usr/share/applications/miro.desktop', which is also in package miro-data
https://bugs.launchpad.net/bugs/291388
You received this bug notification because you are a direct subscriber
of the bug.

Status in “miro” source package in Ubuntu: Invalid

Bug description:
Binary package hint: miro

Intrepid Ibex
Install from CLI failed

ProblemType: Package
Architecture: amd64
Dependencies:

DistroRelease: Ubuntu 8.10
ErrorMessage: trying to overwrite `/usr/share/applications/miro.desktop', which 
is also in package miro-data
NonfreeKernelModules: nvidia wl
Package: miro None
SourcePackage: miro
Title: package miro None failed to install/upgrade: trying to overwrite 
`/usr/share/applications/miro.desktop', which is also in package miro-data
Uname: Linux 2.6.27-7-generic x86_64

-- 
package miro None failed to install/upgrade: trying to overwrite 
`/usr/share/applications/miro.desktop', which is also in package miro-data
https://bugs.launchpad.net/bugs/291388
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 291388] Re: package miro None failed to install/upgrade: trying to overwrite `/usr/share/applications/miro.desktop', which is also in package miro-data

2008-11-02 Thread Mike Jones
Suggestion from Miro Rep is to delete existing Repo you have for Miro
and add a new one copying text from getmiro.com. It worked for me on
both laptop and desktop. amd64 is still unsupported.

-- 
package miro None failed to install/upgrade: trying to overwrite 
`/usr/share/applications/miro.desktop', which is also in package miro-data
https://bugs.launchpad.net/bugs/291388
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 251431] Re: Evolution crashes when editing/creating calendar items.

2008-08-05 Thread Mike Jones
Hi there,

I am using the Ubuntu GNOME desktop environment. I have checked the
var/crash folder and there is no crash report to submit. Please advise.

Thanks

Mike

p.s.

Also I am experiencing the same crash problem when trying to reply to
emails. I will submit a report seprateley for this.

-- 
Evolution crashes when editing/creating calendar items.
https://bugs.launchpad.net/bugs/251431
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 251431] [NEW] Evolution crashes when editing/creating calendar items.

2008-07-24 Thread Mike Jones
Public bug reported:

When trying to edit an existing or create a new calendar item my
evolution goes dark grey and stops working. You have to do a force quit
or sometimes it freezes Ubuntu entirely and requires a reboot.

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

-- 
Evolution crashes when editing/creating calendar items.
https://bugs.launchpad.net/bugs/251431
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 248813] Re: GSynaptics not launching

2008-07-15 Thread Mike Jones
SO I figured my xorg wasnt very usefull if I didnt have the change added
to it which the error message says to do, so here is my xorg with the
change setting shmconfig to true:

http://pastebin.com/f3b4876aa

And again when i try to run gsynaptic I still get the same error.

-- 
GSynaptics not launching
https://bugs.launchpad.net/bugs/248813
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 248813] Re: GSynaptics not launching

2008-07-15 Thread Mike Jones
after recent kernal update tonight it now works...

-- 
GSynaptics not launching
https://bugs.launchpad.net/bugs/248813
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 248813] [NEW] GSynaptics not launching

2008-07-15 Thread Mike Jones
Public bug reported:

After installing GSynaptics and changing my xorg.conf like it says I can
not open it. When I try and Open it I get this error:

GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics

And I have listened to that error and have already completed what it
says to do. Here is a copy of my xorg:

http://pastebin.com/f162f0ebb

note I have tried tru and on for the options of turning SHMCOnfig on in
my xorg. Also my xorg above is the one without it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
GSynaptics not launching
https://bugs.launchpad.net/bugs/248813
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 248559] [NEW] Dell Wireless 1505 Wireless-N Mini-card does not work

2008-07-14 Thread Mike Jones
Public bug reported:

I bought a brand new Dell xps m1530 which has the Dell Wireless 1505
Wireless-N Mini-card and I can not use wireless internet in Ubuntu
Hardy.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Dell Wireless 1505 Wireless-N Mini-card does not work
https://bugs.launchpad.net/bugs/248559
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 216797] Re: Touchpad in Dell XPS M1530 entirely unusable - Hardy Beta

2008-07-11 Thread Mike Jones
I tried the boot option trick to fix this and it didnt help me at all.

http://pastebin.ca/1069694

thats how i edited maybe I did it wrong?

I am having the problem of it taking a million swipes to move the mouse
across the screen. Is there any way I can edit this?

-- 
Touchpad in Dell XPS M1530 entirely unusable - Hardy Beta
https://bugs.launchpad.net/bugs/216797
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