[Bug 1967774] Re: jmodeltest fails to start with the error: /usr/bin/jmodeltest:9 : Can't open /usr/lib/java-wrappers.sh

2022-04-05 Thread Stunts
I have successfully worked around the bug. But it involves a few steps...
First I edited the included script `/usr/bin/jmodeltest` and commented out the 
offending line (that calls /usr/lib/java-wrappers.sh):

#. /usr/lib/java-wrappers/java-wrappers.sh

Then I modified the last line, from:

run_java -Xms128M -Xmx1G -jar /usr/share/jmodeltest/jModelTest.jar $*

to

java -Xms128M -Xmx1G -jar /usr/share/jmodeltest/jModelTest.jar $*

This is sufficient to start jmodeltest, but not to make it work, since the 
program cannot find the binary for `phyml`, which it requires (and should be a 
dependency). The workaround for this issue was to install phyml which is 
present in the program's repositories.
jmodeltest will nonetheless complain that the available version of phyml is not 
in the official compatibility list, but everything runs smoothly anyway.
I would make these changes to the package myself and submit them, but I'm not 
sure how, since the "code" tab for this package appears to be empty.

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

Title:
  jmodeltest fails to start with the error: /usr/bin/jmodeltest:9 :
  Can't open /usr/lib/java-wrappers.sh

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


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

[Bug 1967774] [NEW] jmodeltest fails to start with the error: /usr/bin/jmodeltest:9 : Can't open /usr/lib/java-wrappers.sh

2022-04-04 Thread Stunts
Public bug reported:

After installing jmodeltest via apt, it simply fails to run.
This happens in both Ubuntu and Xubuntu 20.04
How to reproduce:

```
sudo apt install jmodeltest
jmodeltest
```

Expected:
jmodeltest should launch

What happens:
jmodeltest fails tostrart with the message:

/usr/bin/jmodeltest:9 : Can't open /usr/lib/java-wrappers.sh

Install the package "java-wrappers", works around the issue, but
jmodeltest still fails to run, now with the following error:

```
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: 
mpi/MPIException has been compiled by a more recent version of the Java Runtime 
(class file version 55.0), this version of the Java Runtime only recognizes 
class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
at java.lang.Class.getMethod0(Class.java:3018)
at java.lang.Class.getMethod(Class.java:1784)
at 
sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:650)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:632)
```

I was unable to work around this error, and had to resort to the binary
distributed in github. =-(

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


** Tags: java

** Tags added: java

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

Title:
  jmodeltest fails to start with the error: /usr/bin/jmodeltest:9 :
  Can't open /usr/lib/java-wrappers.sh

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


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

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-12-12 Thread Stunts
Ok, so it turns out I'm still having some issues with this after OTA-14.
I can still pair the phone with the Hands Free System (HFS), but...
I can only do this if I make the phone search for the HFS. If I try the pairing 
by having the HFS search for the phone, I get an error - the PIN (hardcoded to 
) is requested by the HFS, but the phone never displays any requests, and 
the connection fails with an error.
Would a new log file, this time with this very behaviour, be interesting for 
further debugging?

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-12-12 Thread Stunts
Issue remains after OTA 14.
I have attached a syslog with verbose bluetooth and pulseaudio logs.
The log is trimmed to the reboot just before trying to place a call.
To further help, the device that fails to show audio name is "Honda HFT". I 
have attempted two calls, both failed to route the audio.
Although it is not in this log, if I ask the phone to transfer the audio to the 
phone's speakers, I can confirm that the call is taking place. It's just that 
the audio is not routed to the HFT system.

** Attachment added: "Trimmed syslog from startup to failure"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578176/+attachment/4790645/+files/syslog.tar.xz

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-10-28 Thread Stunts
This looks a lot like bug #1546310
But in that case, there seems to be a fix released (OTA10 I assume). Just 
thought it could be interesting to have it linked here for reference.

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1470033] Re: Pressing "Enter" on the "Reply to SMS" field of the SMS notification will clear the notification and erase the typed text, but the reply is not sent.

2016-10-28 Thread Stunts
As of OTA13 (at least) this is no longer an issue.
Pressing "Enter" in the SMS reply box from the notification area will add a 
newline, as expected.
The SMS will not get sent until "Send" is pressed, also as expected.
I suppose this has been fixed somewhere during the last year. I think it can be 
closed now.

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

Title:
  Pressing "Enter" on the "Reply to SMS" field of the SMS notification
  will clear the notification and erase the typed text, but the reply is
  not sent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1470033/+subscriptions

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


[Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-10-24 Thread Stunts
Would it be interesting for debugging to have a verbose bluetooth log depicting 
the behaviour highlighted by @fvkigg ?
I can obtain that if there is a chance it can help solve the issue.

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1435040] Re: Ubuntu Phone does not connect to car-bluetooth

2016-10-22 Thread Stunts
@monserwade:
You may be interested in bug #1578176. It's kind of like the follow up to this 
one:
Pairing works as intended, connection is performed, contacts also work, but 
calls don't.

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

Title:
  Ubuntu Phone does not connect to car-bluetooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+subscriptions

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


[Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-10-22 Thread Stunts
Just adding that after OTA13 the issue remains.

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-09-21 Thread Stunts
@Marco and @Cesar:
Were you able to pair the phone with the car's HFS before OTA9?
If that is not the case, you may wish to track bug #1435040 (if you are not 
tracking it already).

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-09-20 Thread Stunts
YES! Confirming that OTA13 has solved the pairing issue. I can now pair
my BQ Aquaris E4.5 with the HFS without any problems.

Furthermore - once pairing is done, I get the "volume" notification with the 
title: "Bluetooth speakers" and I can play music via the car's speakers (albeit 
I can't control the playback via the physical buttons on the car, but that is 
bug #1398193 (https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1398193)).
Also, if I try to place a call I get the "volume" notification again, switching 
back to the phone's speakers. However, I get no audio neither in the car's 
speakers, nor in the phone's speakers. After the call ends, I get the "volume" 
notification again switching to the "bluetooth speakers" (but that is bug 
#1578176 (https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578176).

Can anyone else confirm that pairing is now working as intended?

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-08-19 Thread Stunts
Thank you Konrad!
Eagerly waiting for OTA13.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1409047] Re: Bluetooth audio not working with Volvo multimedia

2016-08-11 Thread Stunts
This was solved for me with OTA10. Has been working fine ever since.
So I guess this is a "Works for me" post.

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

Title:
  Bluetooth audio not working with Volvo multimedia

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

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-08-11 Thread Stunts
Hi Konrad,

OTA13 freeze is tomorrow. Is the fix from silo 46 landing there? The latest 
upstream Bluez is mentioned in the landings email, but I didn't see any 
references to this issue (but I could have missed it in a previous email).
Thanks.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1578178] Re: Caller ID not displayed using in-car bluetooth system when recieving a call

2016-07-27 Thread Stunts
I don't think it's a dupe.
This issue tracks the problem with reading the phone number and name from the 
phone, bug #1578176 is about the audio during the calls.
Yes, both bugs are probably related, but I don't think they are dupes.

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

Title:
  Caller ID not displayed using in-car bluetooth system when recieving a
  call

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

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


[Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-07-18 Thread Stunts
@mike-jelfs:
Please check if this bug also applies in your case:

https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578178

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1470044] Re: Cannot recieve calls or SMS after losing network coverage.

2016-07-01 Thread Stunts
I have not been able to reproduce the issue in quite a while.
In fact, the last time this has happened must have been before I reported the 
bug.
At least from my part, I'd say this can be safely closed. If I am able to 
reproduce the issue I'll ask for the bug to be reopened.

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

Title:
  Cannot recieve calls or SMS after losing network coverage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470044/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-06-27 Thread Stunts
@higuita:
These are being tracked in these bugs:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578176
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578178

Is it the same issue?

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-06-08 Thread Stunts
Ok, I can confirm that I am unable to pair the phone with that car's bluetooth 
system if I have the car's system try to find and pair with the phone.
However, if I let the phone try to find the car's system, pairing works without 
issue.
I will retest using 'bluetoothctl' just to make sure I didn't make the same 
mistake before.
Also, can I still try silo 0 now that my phone is on OTA 11?

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-06-05 Thread Stunts
I didn't get to try the silo.
After your comment, I found this very strange and took a better look:

Before, I used to wait for the car to find the phone, and after being
found the car requested me to enter  in the phone for pairing (which
failed immediately).

What is occurring now, is that the car is asking me to use the phone to
find the bluetooth system, which the phone does without any trouble, and
after that, the pairing is automatic.

I will try to reproduce the previous conditions and report back.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-06-02 Thread Stunts
Did this fix land in OTA11?
Because I can now pair the car's bluetooth system with the phone without any 
issues.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1511560] Re: Bumblebee is not blacklisting all avaliable nvidia drivers

2016-05-25 Thread Stunts
Thank you, Vincent.
For both the explanation, and the links.
I completely understand the point you make.

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

Title:
  Bumblebee is not blacklisting all avaliable nvidia drivers

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

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


[Bug 1511560] Re: Bumblebee is not blacklisting all avaliable nvidia drivers

2016-05-25 Thread Stunts
Oh, that's too bad.
I guess Ubuntu will remain broken on any optimus laptop after Q4 2013...
Were there many changes besides this one?
Or it trying to push the package to trusty/xenial-updates just too much of an 
hassle?
(I remember submitting a patch to the clustalx package some years ago and it 
was *a lot* of work)
I'm no criticizing or anything, I'm very grateful you maintain the PPA. I'm 
just wondering about the "why?" of it.

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

Title:
  Bumblebee is not blacklisting all avaliable nvidia drivers

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

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


[Bug 1511560] Re: Bumblebee is not blacklisting all avaliable nvidia drivers

2016-05-24 Thread Stunts
Will bumblebee 3.2.1-11 be available in Trusty and Xenial?

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

Title:
  Bumblebee is not blacklisting all avaliable nvidia drivers

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

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-21 Thread Stunts
Ok, so I think I'm ready to test that silo.
Are these instructions up-to-date, (especially the recovery process)?
https://wiki.ubuntu.com/LandingTeam/SiloTestingGuidelines

Or should I get them from somewhere else?

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-18 Thread Stunts
Sorry about the delay. I'll try this ASAP, which is likely before the weekend.
I'll report back with results soon.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


Re: [Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-10 Thread Stunts
Sorry about the lag.

I had a bit of an emergency this weekend, since the HDD on my home 
server (which is also my router) failed. I had to find a replacement, 
restore from backups, and reinstall the OS.

It was still running Ubuntu 10.04, and migrating to 16.04 is taking 
longer than I anticipated, since a lot has changed in 6 years (systemd 
taking most of my time), and most config files had to altered. Heck, 
even iptables rules no longer work!

You can imagine that the phone has taken a backseat for a while.

Anyway, I should have everything back up and running tomorrow (only 
openvpn, network bridging and cups left to configure) and I'll get to 
the silo afterwards. Thanks for your work and I'll be back on testing ASAP.


Francisco


On 10-05-2016 07:22, Konrad Zapałowicz wrote:
> @Stunts
>
> I wonder if you had time and chance to test the possible fix. Let me
> know because if it works then we could include it in the upcoming OTA
>
> Thanks.
>

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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

[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-06 Thread Stunts
I cannot seem to find the log you requested anywhere.
I found similar files under ~/.cache, but they seemed to be specific logs (for 
system updates, for example), not a generic one like the mentioned ones. Wiki 
pages also refer the file location you mentioned, but it does not seem to exist 
anymore.

I'll try silo 00 over the weekend and report back.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-04 Thread Stunts
You are welcome. Let me know if you need me to test something else.
I have also opened 2 new tickets for the 2 "downstream" reported issues:

https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578176
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1578178

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1578178] [NEW] Caller ID not displayed using in-car bluetooth system when recieving a call

2016-05-04 Thread Stunts
Public bug reported:

When the phone is connected to the in-car hands free bluetooth system and I 
receive a call, I expect the caller ID to be displayed in the car's 
infotainment system. This was working until OTA9, which has made the system 
display "Unknown" when receiving a call.
I can use the phone's contacts from the car, so no everything is broken in that 
respect.

Would a verbose bluetooth log be helpful
(https://wiki.ubuntu.com/DebuggingBluetooth), or would something else be
required to help further investigate?

** Affects: bluez (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/1578178

Title:
  Caller ID not displayed using in-car bluetooth system when recieving a
  call

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

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


[Bug 1578176] Re: Cannot place or recieve calls when using in-car bluetooth system

2016-05-04 Thread Stunts
I should also add that *before* OTA9 the entire system worked
flawlessly, so this is likely related to the update to Bluez5.

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

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1578176] [NEW] Cannot place or recieve calls when using in-car bluetooth system

2016-05-04 Thread Stunts
Public bug reported:

After working around bug
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1539158 I was able
to pair the phone (BQ Aquaris E4.5) with the car hands-free system.

However, thing don't quite work as expected.
I can use the car's system to place a call using the phone, but The audio is 
not getting properly routed. After placing the call, I can't hear any sounds 
(not even the "ringing" noise), I don't get any feedback after the other person 
has answered the phone, and the other person can't hear me either.

Furthermore, Long after the other person has hung up the call, the phone
still looks like the call is ongoing (I have to manually disconnect it).

I can also use the system to answer an incoming call, but the sympthoms
are the same. No audio on either end.

Would a debug log be helpful in this situation 
(https://wiki.ubuntu.com/DebuggingBluetooth)?
Or is something else required?

** Affects: bluez (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/1578176

Title:
  Cannot place or recieve calls when using in-car bluetooth system

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

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-03 Thread Stunts
@Konrad
Great idea.
Ok, so I went here[1] to get info on running "bluetoothctl" and pairing a 
device via this interface.
Here's the result:
Pairing works via "bluetoothctl". I did not have to enter a PIN code as before 
and as mentioned in the car's instructions.
After pairing was working, I was able to:
1. Browse the phone's address book;
2. Set "speed dials" using the phone's address book
3. Activate "Bluetooth" as a "source" for audio in the car, open the "Music" 
app and the music played through the car's speakers (albeit with a very low 
volume, and car controls don't work (next track, previous track, etc). This is 
an improvement as I had never been able to play the phone's audio via the car's 
speakers.
Unfortunately, the good news stop here.
1. Placing a call using the car's phone interface results in the phone placing 
the call, but no audio can be heard. Not even the "ring". The person on the 
other side had long hung up the call, but the phone's interface remained frozen 
and silent as if it were still trying to make the outgoing call.
2. Once somebody called me,  I expected the car to display the name of the 
person calling me. Instead I get "Unknown". Not even the phone number of the 
person calling is displayed.
3. Trying to answer the call results only in silence. I can't hear what the 
other person is saying, and they can't hear me. I was, however able to "answer" 
and "disconnect" the call using the car's interface.
4. Turning off bluetooth on the phone made it usable just as normal again. 

So all in all, what is currently happening is the same set of symptoms I had 
when I first got OTA9 and the pairing was already configured.
Should a separate issue be opened? We are looking at 2 distinct things here 
(maybe three) - one is the pairing problem. The other is the silence during the 
calls, and the other is the missing name of the caller.
That being said, what would you like me to log first and attempt to tackle?



[1] https://wiki.archlinux.org/index.php/Bluetooth#Configuration_via_the_CLI

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-05-03 Thread Stunts
Sorry about the noise, but is there any further info I can provide, or patches 
I can try?
This is a critical functionality for me.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-04-13 Thread Stunts
I am attaching the log with OTA10.1.
As far as I can tell, the error is still the same. But all the experience I 
have with debugging bluetooth errors is what you see in this bug report.

** Attachment added: "Syslog with verbose bluetooth after OTA10.1"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+attachment/4636161/+files/syslog_OTA10.1.tar.xz

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-04-13 Thread Stunts
I can confirm that it is not working for me either.
However, there is a small difference from the previous tries:
Now the car system asks for the pin code, and it takes 4-5 seconds before 
failing, whereas previously it instantly failed.
I will report back later with the debug log.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-04-12 Thread Stunts
That's great news!
I'll try it again tomorrow morning and report back.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-04-12 Thread Stunts
Fix Released - Is there some silo I can try to test this?

Thanks.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-04-08 Thread Stunts
Attaching a stripped syslog, using the same procedure as done in comment #14.
I hope it contains the required information.
Upon a quick uninformed look, the error seems to be the same as before, but I 
may well be missing something.

** Attachment added: "Syslog with verbose bluetooth"
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+attachment/4629810/+files/syslog_stripped.tar.xz

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-04-07 Thread Stunts
Problem persists after updating to OTA10.
The symptoms appear to be the same.
I will enable verbose logging again and report back.
This time I will most certainly try any silos you may provide as I have already 
learned a bit more abut the system.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-15 Thread Stunts
@Marco

Sorry, I cannot reproduce that. In both my desktop and my phone, pressing 
"Enter" on the save dialog will result in saving the file...
You may wish to try "Ctrl+X" instead of "Ctrl+O", to try to work around the 
problem, but I'm not sure it will achieve anything...

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-14 Thread Stunts
@Marco:
Just "press" "Enter" and the file should be saved. Don't worry about that 
message. Nano always asks that question before saving a file.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-12 Thread Stunts
Humm... I guess I'll have to read a bit on how to do the reflashes.
Worst case scenario I'll have to wait until OTA10, which should be released 
somewhere in April IIRC.
I will report back if I make some progress on this front (hopefully with enough 
time before OTA10 lands for any further tweaking).

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-03-11 Thread Stunts
@Simon
Thanks!
Just to make sure: in order to try this, all I have to do is add the PPA to 
sources.list and install it using apt-get?
Or is there more to this, such as re-flashing the device with some daily build 
image?
If procedures other than adding the PPA are required, would you please point me 
to the relevant documentation?
If it's just a matter of adding the PPA I can still test it today. Otherwise 
I'll have to do it over the weekend.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-23 Thread Stunts
Ok, I think I stripped any sensitive information from that log.
I hope it contains what you need.
Let me know if you require anything else (including potential solutions for 
testing).

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-23 Thread Stunts
Sorry about the spam. I forgot the attachment.

** Attachment added: "Syslog with verbose bluetooth"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1539158/+attachment/4579464/+files/syslog_stripped.tar.xz

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-23 Thread Stunts
Ok, I have generated a verbose bluetooth log.
However, this log contains some personal information,  that I would prefer not 
to make public (email address, partial wifi credentials, etc). How can I make 
it avaialable to devs in a more private way?

Here is what I did:
Make "/" rw
Edit /etc/init/bluetooth.conf and add a "-d" after the exec line
Reboot the phone
Turn on bluetooth
Attempt to pair with car's hands free system
Phone is found
Pairing fails
Tried pairing again
Pairing fails
Go to terminal,
cp /var/log/syslog ~/
mount "/" as rw again
Remove the "-d" from /etc/init/bluetooth.conf
Reboot to stop log from growing to much again.

I have stripped the syslog to include only data from after the first reboot (I 
doubt what was before would be interesting).
Feedback, on how to proceed, please. Is this the correct procedure for getting 
detailed bluetooth logs?
Tonight I might have the chance to strip personal info from the file I want to 
upload.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-07 Thread Stunts
@Marco

Woha, I actually asked the askubuntu referenced question. Talk about full 
circle.
Anyway, I have gotten my system on rw mode, using "sudo mount -o remount,rw /". 
I did this to insert a new ringtone on my phone (which can now be done via the 
GUI without changing the image to rw mode).
In order to revert back to read-only mode you have to do "sudo mount -o 
remount,ro /".
I did not feel any side effects for inserting that extra ogg, and I don't think 
getting that extra log information will either. Just remember to put the image 
back to 'ro'  mode after you are done with collecting the logs.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-06 Thread Stunts
@Marco Graziotti:
The syslog is nothing special. You can find it in "/var/log/syslog".

There is also this:
https://wiki.ubuntu.com/DebuggingBluetooth

I recently found that documentation, and I am planning on getting that info out 
here. But sofar I haven't had the chance to try it.
It will probably contain much more detailed information.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-05 Thread Stunts
Attached is the syslog from my Krillin device from a few minutes before 
attempting the pairing until failure.
I hope this may help speed things up.
I'm willing to test new stuff to help fix this issue.

** Attachment added: "syslog (trimmed to the last few minutes before pairing)"
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1539158/+attachment/4564823/+files/syslog_bluetooth.tar.xz

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-02-02 Thread Stunts
@MarcoGraziotti:
Could you connect before OTA9?

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1539158/+subscriptions

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


[Bug 1539158] [NEW] Unable to pair with in-car hands-free system after OTA-9 update

2016-01-28 Thread Stunts
Public bug reported:

After OTA-9 I started having trouble with my bluetooth connection to the car 
hands-free system (no sound, and incoming calls no longer displayed the 
number), so I have reset both the car and the phone connections (eg. forgot the 
devices).
Now I can't even pair the phone with the car's system. 
The car finds the phone, and then asks me to enter the code "" to pair the 
device, but after a few moments, it just says the connection failed and asks me 
to try again. Which fails again.

It was working fine just before the update.

Any logs I should post to help debug?

PS - The car is a 2015 Honda Civic Tourer, if that matters.

** Affects: bluez (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/1539158

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

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

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


[Bug 1435040] Re: Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

2016-01-28 Thread Stunts
This has started to happen to me after OTA-9.
Phone: BQ Aquaris e4.5
Car: 2015 Honda Civic Tourer

I had reported
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1539158
but it might be a duplicate...

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

Title:
  Ubuntu Phone (BQ E4.5) does not connect to car-bluetooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1435040/+subscriptions

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


[Bug 1539158] Re: Unable to pair with in-car hands-free system after OTA-9 update

2016-01-28 Thread Stunts
Could be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1435040
But it might not be, since my issue only started with OTA-9.

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

Title:
  Unable to pair with in-car hands-free system after OTA-9 update

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

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


[Bug 1409047] Re: Bluetooth audio not working with Volvo multimedia

2015-10-31 Thread Stunts
Confirming this on another car (2015 Honda Civic).

However, in my case, I can play audio, and the phone's speakers are used. 
Changing songs with the car's audio controls doesn't work either.
What logs can I post to help solve this?

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

Title:
  Bluetooth audio not working with Volvo multimedia

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

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


[Bug 1409047] Re: Bluetooth audio not working with Volvo multimedia

2015-10-31 Thread Stunts
Forgot to mention - phone is a BQ Aquaris E4.5 (Krillin) running Vivid
r26.

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

Title:
  Bluetooth audio not working with Volvo multimedia

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

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


[Bug 1511560] [NEW] Bumblebee is not blacklisting all avaliable nvidia drivers

2015-10-29 Thread Stunts
Public bug reported:

In the Ubuntu repositories the following versions of the nvidia driver can be 
found (that are relevant for nvidia optimus support):
304
310
313
319
331
340
346
352

However, bumblebee is not blacklisting all of these modules (it only blacklists 
everything up to 331, leaving 340, 346 and 352 out).
This means that for any recent card that is not supported with 331 and below, 
where the more recent drivers are required, installing the nvidia driver (say - 
nvidia-346) to use with bumblebee will result in a black screen at boot, since 
X will try to start using the nvidia driver, which is not connected to a 
display.

Attached is a proposed "/etc/modprobe.d/bumbebee.conf" that contains the
necessary blacklist items. Please let me know if you would prefer this
to be in "patch" format.

This bug should affect any users with an nvidia optimus laptop with any
cards above nvidia GT6xx (roughly, as marketing names are not always
based on the same chips).

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


** Tags: blacklist bumbebee modprobe nvidia-optimus

** Attachment added: "New proposed module blacklist."
   
https://bugs.launchpad.net/bugs/1511560/+attachment/4508848/+files/bumbelebee.conf

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

Title:
  Bumblebee is not blacklisting all avaliable nvidia drivers

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

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


[Bug 1470044] Re: Cannot recieve calls or SMS after losing network coverage.

2015-07-15 Thread Stunts
@Tony Espy:
Thanks.
I will add that information to the notes on the phone and when it happens again 
I will get the logs and outputs and report them here.
Hopefully it will help narrow down the problem.

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

Title:
  Cannot recieve calls or SMS after losing network coverage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1470044/+subscriptions

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


[Bug 1447761] Re: Car bluetooth shows no signal

2015-06-30 Thread Stunts
Confirming this also happens on my Honda Civic.

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

Title:
  Car bluetooth shows no signal

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

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


[Bug 1470033] [NEW] Pressing Enter on the Reply to SMS field of the SMS notification will clear the notification and erase the typed text, but the reply is not sent.

2015-06-30 Thread Stunts
Public bug reported:

When recieving an SMS in ubuntu touch, you can reply to this text message in 
the notification area directly.
However, if you press enter to add a newline, the text you have just typed 
gets deleted, the reply closed,  just like as if you had pressed send, but no 
message gets sent.
This happens on my BQ Aqauris E4.5 with all the latest updates.

** Affects: indicator-messages (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: indicator-messages reply-in-notification sms

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

Title:
  Pressing Enter on the Reply to SMS field of the SMS notification
  will clear the notification and erase the typed text, but the reply is
  not sent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1470033/+subscriptions

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


[Bug 1470044] [NEW] Cannot recieve calls or SMS after loosing network coverage.

2015-06-30 Thread Stunts
Public bug reported:

After passing somewhere where I lose network coverage,  I cannot receive any 
calls or SMS, even after the phone is reporting that network is now available 
again.
This does not happen every time, so I cannot describe steps to reproduce, but 
maybe I can post some log that will help me narrow it down.
The only way to receive calls or SMS again is to either reboot the phone or try 
to make a call. When I do this, the call takes quite a while to start (I have 
to wait about 20-30sec before I hear the calling signal).
Like I said, this does not happen every time I lose network coverage, but still 
happens quite frequently, and it is *really* annoying when it does as I become 
pretty much in-contactable while this lasts, even though the phone displays 
network signal.
I hope I was clear, but please request any more information if required.

Phone: BQ Aquaris E4.5
OS Version:  15.04 (r23) [Although the issue was present on previous versions 
as well]
Network provider: Uzo (uses MEO network)

** Affects: ofono (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/1470044

Title:
  Cannot recieve calls or SMS after loosing network coverage.

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

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


[Bug 1381528] Re: [sound] doesn't list custom ringtones

2015-04-01 Thread Stunts
Regarding this bug - Shouldn't
~/.local/share/sounds/ubuntu/{ringtones,notifications} also be sourced?
It would be useful to add new ringtones to the phone...

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

Title:
  [sound] doesn't list custom ringtones

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

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


[Bug 295014]

2012-11-01 Thread Stunts
*** Bug 51122 has been marked as a duplicate of this bug. ***

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

Title:
  [Upstream] Cannot remove highlight from .doc in Word exported from
  Writer

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/295014/+subscriptions

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


[Bug 295014]

2012-11-01 Thread Stunts
Confirming that it is still present in LO 3.6.2.
I have also found a duplicate on bugzilla and changed the status accordingly.

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

Title:
  [Upstream] Cannot remove highlight from .doc in Word exported from
  Writer

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/295014/+subscriptions

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


[Bug 238208] Re: Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)

2010-08-31 Thread Stunts
@ VuDu:
There is already an Arch Linux package for this:
http://aur.archlinux.org/packages.php?ID=39386
You can use it while this doesn't get merged. =-)

-- 
Need MemoryStick driver Ricoh R5C592 (part of R5C832/822chipset)
https://bugs.launchpad.net/bugs/238208
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 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-04 Thread Stunts
Just one extra comment:

This will not work on Lucid. Since the kernel 2.6.34, some block layer
functions have been renamed. Therefore, under 2.6.32, this will not
compile.

It is, however, in theory, possible to hack the source code to rename
the mentioned functions. One example error is here:

... r592/core/mspro_block.c:1231: error: implicit declaration of
function ‘blk_queue_max_segments’

And here is where I found out what the problem was:

http://old.nabble.com/Kernel-2.6.34-td28609864.html

Anyway, once again, excellent job!

-- 
Need MemoryStick driver Ricoh R5C822 chipset
https://bugs.launchpad.net/bugs/238208
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 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Stunts
Thank you for this driver!

However, I get the following after making sudo make load:

modprobe -r r592
FATAL: Module r592 not found.
make: *** [load] Error 1

What's missing here?

-- 
Need MemoryStick driver Ricoh R5C822 chipset
https://bugs.launchpad.net/bugs/238208
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 238208] Re: Need MemoryStick driver Ricoh R5C822 chipset

2010-08-03 Thread Stunts
sudo depmod -a

gives no output.

sudo modprobe r592

results in:
FATAL: Module r592 not found.

So I guess it's still a no go for me..

-- 
Need MemoryStick driver Ricoh R5C822 chipset
https://bugs.launchpad.net/bugs/238208
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 423648] Re: Requestsync for ClustalX package

2010-03-24 Thread Stunts
** Summary changed:

- Package heavily out of date
+ Requestsync for ClustalX package

-- 
Requestsync for ClustalX package
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Requestsync for ClustalX package

2010-03-24 Thread Stunts
I have done what you recommended.
I hope I followed all the necessary guidelines.

** Description changed:

  Binary package hint: clustalx
  
  This package version is heavily outdated. You should consider updating
  it.
  
  The newer version have better stability, (highly) improved speed and a
  much cleaner GUI.
  
- Thank you for your attention.
+ The new version builds on Ubuntu 10.04, and is available here, together with 
the build logs:
+ https://launchpad.net/~plessy/+archive/plessy/+build/1472225
+ 
+ We are past feature Freeze, but, according to the guidelines:
+ The benefits of the latest version far out weight the dangers of a 
regression. This new version has been very tested and is much much improved 
relatively to the one available in the repositories;
+ The package builds, installs and upgrades, and no other packages depend on 
it, so it won't break anything downstream.
+ Nobody uses such an old version, since it is too slow for larger datasets, it 
only outputs data in a single format (as opposed to the new one that outputs to 
several format for different programs), and is generally ugly and unappealing 
to use.
+ 
+ Thanks you.

-- 
Requestsync for ClustalX package
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2010-03-23 Thread Stunts
Hi all,
I couldn't help to notice that this package was not yet integrated in Lucid 
Lynx...

http://packages.ubuntu.com/search?suite=lucidsearchon=nameskeywords=clustalx

Anything else we should do?

Thank you.

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2010-01-28 Thread Stunts
Just out of curiosity, does the current version (1.83-4) build on Lucid?
Or does the latest version, built on karmic work on lucid?
I will also attempt to contact the author about this issue and see what can be 
done.

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2010-01-28 Thread Stunts
I have a reply from the author:

Hi Francisco,

The quoted compiler error is:

moc_AlignmentFormatOptions.cpp:14:2: error: #error This file was 
generated using the moc from 4.5.0. It
moc_AlignmentFormatOptions.cpp:15:2: error: #error cannot be used with 
the include files from this version of Qt.
moc_AlignmentFormatOptions.cpp:16:2: error: #error (The moc has changed 
too much.)

So, it looks like the moc*files were created with Qt 4.5 (by us) but you 
are using 4.6 to compile them.

If I'm correct, then you can just delete the moc*cpp files and run Qt's 
qmake again (4.6), which will recreate them. That should hopefully fix 
the problem.

Please let me know, if this worked (or not).

Cheers,
Andreas

I do not have Lucid Lynx here, but Charles, can you try and build it using 
these instructions?
Thank you!

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2010-01-28 Thread Stunts
Great news indeed!

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2010-01-06 Thread Stunts
I have successfully built clustalx directly from source 
(ftp://ftp.ebi.ac.uk/pub/software/clustalw2/2.0.12/clustalx-2.0.12.tar.gz) 
using ubuntu karmic. 
I have installed the following packages in order to build it: qt4-dev-tools; 
build-essential; qt4-qmake.

I don't really know what the debian patches do, but are they still
required?

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2010-01-05 Thread Stunts
You really should sync this package from Unstable. The one currently in the 
repository have a very clunky interface and is simply unsuitable for large 
datasets, even on very fast machines.
Anything else I can do to help this getting into the repos?
Thank you.

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2009-10-24 Thread Stunts
Fair enough. I'll just resubscribe this as soon as development for Lucid  Lynx 
starts.
It's not like it's a show stopper or anything. Better to have it up to date in 
the long term support release anyway.
Thanks for your feedback anyway.

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] Re: Package heavily out of date

2009-10-22 Thread Stunts
Hello again, and thanks for your feedback Charles!
According to https://wiki.ubuntu.com/SyncRequestProcess here is the info that I 
must provide for the syncing to take effect:

# Source package name
ClustalX

# Source package version number to sync
2.0.12-1

# Where to sync from (e.g. 'Debian sid main', 'Debian experimental non-free')
Debian sid (unstable) non-free
(I'm not 100% sure this is the info I'm supposed to provide here, just to make 
sure, here's the link: http://packages.debian.org/sid/clustalx).

#If there are Ubuntu changes apart from debian/changelog or if FeatureFreeze is 
in effect:
No changes Required that I am aware of.

I hope it's still in time for Karmic!

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 423648] [NEW] Package heavily out of date

2009-09-03 Thread Stunts
Public bug reported:

Binary package hint: clustalx

This package version is heavily outdated. You should consider updating
it.

The newer version have better stability, (highly) improved speed and a
much cleaner GUI.

Thank you for your attention.

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

-- 
Package heavily out of date
https://bugs.launchpad.net/bugs/423648
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 256603] Re: Svg Icons reverting to Gnome

2008-08-27 Thread Stunts
Apparently most icon themes do not match Ubuntu's original icons filenames or 
file extensions. This makes some of the icons unused by Gnome.
I don't think this can be considered an Ubuntu bug...

** Changed in: ubuntu
   Status: New = Invalid

-- 
Svg Icons reverting to Gnome
https://bugs.launchpad.net/bugs/256603
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 256603] [NEW] Svg Icons reverting to Gnome

2008-08-10 Thread Stunts
Public bug reported:

Hi.
I've found this bug and nobody on the Ubuntu forums made a reply, so I'm 
assuming no one knew the answer despite the relatively large views the post did 
get...
I have downloaded several iconsets from gnomelook, but some of them were 
reverting back to the gnome defaults. At first I thought the iconsets were just 
incomplete, but further investigation made me realize that these were not 
incomplete... All the files are in the correct locations (according to the file 
index.theme files), but only the .png icons are displayed in my system. All 
the .svg icons were reverting to the gnome defaults (they were referred to as 
scaled in the index.theme files).
I'm running Ubuntu 8.04 fully up to date in a AMD_64 architecture.
I can provide more info if required, including the icon theme files that are 
failing on me. I have not seen any similar problems reported, so I'm kind of 
in the dark...

Thanks in advance for any solutions, and I hope I can help more people
with this...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Svg Icons reverting to Gnome
https://bugs.launchpad.net/bugs/256603
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 236676] Re: OpenOffice 2.4 in Hardy AMD64, Locking assertion failure

2008-06-30 Thread Stunts
Fixed all problems for me as well.
Plus, oo.org is now a lot more responsive then when using the workarounds.
Thank you very much Chris. You are truly good at this!

-- 
OpenOffice 2.4 in Hardy AMD64, Locking assertion failure
https://bugs.launchpad.net/bugs/236676
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-23 Thread Stunts
The workaround worked for me too.
On a side note if i start /usr/lib/openoffice/program/soffice.bin -writer (or 
-impress, etc...), I get the error again.
Maybe what got bug is some permission inside the module(?) that launches an app 
directly. It apparently got blocked for the user that made the update only...
Maybe someone more experienced then me could look deeper into this?
I think the solution could be really close.

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-23 Thread Stunts
Chris,

Is there any possibility that another file outside the home folder could be 
causing this?
Could it be some file that get a wrong no read access on a specific user - 
something that could have happened during the update while the user had oo.org 
running for instance (I know I had an I have the bug).
I know I keep insisting on the same issue, but despite being relatively 
unexperienced, it makes sense to me...
You sound like you really know your way around the system... Any chance you can 
look this up?
Check my last post to see what tipped me off on this...

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-21 Thread Stunts
According to this thread 
(http://ubuntuforums.org/showthread.php?t=832849page=4)I started in ubuntu 
forums, it is affecting a user with an i386 ubuntu, although, he has a 64bit 
capable processor (T7700).
One other user says he's using i386, but he's not sure. I'm expecting his reply 
to the thread with the output of  uname -a.

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 236676] Re: OpenOffice 2.4 in Hardy AMD64, Locking assertion failure

2008-06-20 Thread Stunts
*** This bug is a duplicate of bug 185311 ***
https://bugs.launchpad.net/bugs/185311

@ Chris Cheney:

I too have tried what you recommend, but it doesn't really work.
I get the exact same error after reboot.
BTW, I used apt-get purge instead of apt-get remove, in order to get rid of all 
config files. I have also deleted ~/.openoffice.org2, just to make sure it was 
100% clear.
Based on the bug reports that are duplicates of this one, it seems to me that 
this is only happening on the user account that made the updates. I could be 
wrong, tho...

-- 
OpenOffice 2.4 in Hardy AMD64, Locking assertion failure
https://bugs.launchpad.net/bugs/236676
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 236676] Re: OpenOffice 2.4 in Hardy AMD64, Locking assertion failure

2008-06-20 Thread Stunts
*** This bug is a duplicate of bug 185311 ***
https://bugs.launchpad.net/bugs/185311

You were right!
Some files were found:
[EMAIL PROTECTED]:~$ find /home/francisco -uid 0
/home/francisco/.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator
/home/francisco/.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB
/home/francisco/.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB/current.xml

using:
[EMAIL PROTECTED]:~$ chown francisco:francisco .openoffice.org2 -R
chown: changing ownership of 
`.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB/current.xml':
 Operation not permitted
chown: changing ownership of 
`.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator/en-GB':
 Operation not permitted
chown: changing ownership of 
`.openoffice.org2/user/config/soffice.cfg/modules/StartModule/accelerator': 
Operation not permitted

had to change the permissions with sudo (which somewhat makes sense...)

However, changing owners back to my main user did not let me run openoffice.org 
again.
I'm still getting the very same error message.

-- 
OpenOffice 2.4 in Hardy AMD64, Locking assertion failure
https://bugs.launchpad.net/bugs/236676
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 240911] Re: OO Writer 2.4.1 from hardy-updates crashes at startup [Hardy x86_64]

2008-06-18 Thread Stunts
I can confirm this bug.
I have however, managed, with help from the ubuntu forums, a few workarounds: 
1. sudo apt-get remove openoffice.org-gtk
This will make openoffice look disgruntled from the rest of the theme in 
your desktop. It will also provoke other bugs such as oo.org impress in 
fulscreen staying behind the gnome panel
2. Create a new user account and run oo.org.
It will run fine on my machine, even with openoffice.org-gtk package 
installed.
3. Run as sudo
I know this should not be done, but for testing purposes, I tried it and it 
worked flawlessly...

I hope this helps resolve this...

-- 
OO Writer 2.4.1 from hardy-updates crashes at startup [Hardy x86_64]
https://bugs.launchpad.net/bugs/240911
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-18 Thread Stunts
Forgot to mention - this only started to happen after today's
(18-6-2008) updates!

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-18 Thread Stunts
I'm getting something similar when running openoffice.org in ubuntu 8.04
AMD64:

Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x7f26e6fd397c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x7f26e6fd3a15]
#2 /usr/lib/libX11.so.6 [0x7f26eac9d323]
#3 /usr/lib/libX11.so.6(XCreateWindow+0x44) [0x7f26eac94d54]
#4 /usr/lib/libgdk-x11-2.0.so.0(gdk_window_new+0x395) [0x7f26e6b7dc05]
#5 /usr/lib/libgtk-x11-2.0.so.0 [0x7f26e220c4c8]
#6 /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x10f) [0x7f26e6011bcf]
#7 /usr/lib/libgobject-2.0.so.0 [0x7f26e6025386]
#8 /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x875) [0x7f26e60270d5]
#9 /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83) [0x7f26e6027483]
#10 /usr/lib/libgtk-x11-2.0.so.0(gtk_widget_realize+0x77) [0x7f26e21fd957]
#11 /usr/lib/openoffice/program/libvclplug_gtk680lx.so [0x7f26e25b576d]
#12 /usr/lib/openoffice/program/libvclplug_gtk680lx.so [0x7f26e25b616a]
#13 /usr/lib/openoffice/program/libvclplug_gtk680lx.so [0x7f26e25b682b]
#14 /usr/lib/openoffice/program/libvclplug_gtk680lx.so [0x7f26e258ef64]
#15 /usr/lib/openoffice/program/libvcl680lx.so [0x7f26ee53a4ed]
#16 /usr/lib/openoffice/program/libvcl680lx.so [0x7f26ee4cf322]
#17 
/usr/lib/openoffice/program/libvcl680lx.so(_ZN9TabDialogC2EP6WindowRK5ResId+0x5f)
 [0x7f26ee50c1cf]
#18 /usr/lib/openoffice/program/libsvx680lx.so [0x7f26dac3b084]
#19 /usr/lib/openoffice/program/libsvx680lx.so [0x7f26dae0fdb4]

However, as I stated in bug #240911, which was marked a duplicate of
this one, I have managed a few work arounds, that turn out not to be
perfect, but do the trick:

1. sudo apt-get remove openoffice.org-gtk
This will make openoffice look disgruntled from the rest of the theme in 
your desktop. It will also provoke other bugs such as oo.org impress in 
fulscreen staying behind the gnome panel
2. Create a new user account and run oo.org.
It will run fine on my machine, even with openoffice.org-gtk package 
installed.
3. Run as sudo
I know this should not be done, but for testing purposes, I tried it and it 
worked flawlessly...

Any better solutions?

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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 185311] Re: hardy, locking assertion failure, xorg/libsdl

2008-06-18 Thread Stunts
Any chance the interpid fix can be applied to hardy too?
I really don't know what I'm talking about here...

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
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