[Bug 1767660] Re: Regression 16.04 LTS to 18.04 LTS: Contour Design RollerMouse double click button no longer results in a double click event

2019-01-15 Thread Christoffer Holmstedt
For 18.10 with libinput 1.12.x there is a workaround now. Download
https://gitlab.freedesktop.org/libinput/libinput/blob/master/quirks/30
-vendor-contour.quirks and save it as /etc/libinput/local-
overrides.quirks, restart your computer.

The fix is for RollerMouse Free 2 and RollerMouse Red. If you have any
other version of the rollermouse please run "sudo udevadm info
/dev/input/eventX" where X is the proper event number for your
rollermouse. If you don't know the event number run "sudo libinput list-
devices". From the udevadm command find the ID_MODEL_ID and put it in
the local-overrides.quirks file as MatchProduct value. Also, please post
the ID_MODEL_ID as well as ID_SERIAL so it can be added upstream as
well.

Why it has worked before 18.04 is unknown as the quirks system didn't
exist in the 1.10.x series of libinput. Maybe it has something to do
with change from Unity to Gnome. If libinput 1.12 or later series gets
backported to Ubuntu 18.04 LTS it will start to work again.

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

Title:
  Regression 16.04 LTS to 18.04 LTS: Contour Design RollerMouse double
  click button no longer results in a double click event

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

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

[Bug 1767660] Re: Regression 16.04 LTS to 18.04 LTS: Contour Design RollerMouse double click button no longer results in a double click event

2018-12-20 Thread Christoffer Holmstedt
@vanvugt I tried to add the upstream link to launchpad but I just get
errors. The URL is not recognized by launchpad.
(https://gitlab.freedesktop.org/libinput/libinput/issues/204)

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

Title:
  Regression 16.04 LTS to 18.04 LTS: Contour Design RollerMouse double
  click button no longer results in a double click event

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

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

[Bug 1767660] Re: Regression 16.04 LTS to 18.04 LTS: Contour Design RollerMouse double click button no longer results in a double click event

2018-10-14 Thread Christoffer Holmstedt
@vanvugt: Ok, thanks for the information I will test 18.10 when it is
officially released.

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

Title:
  Regression 16.04 LTS to 18.04 LTS: Contour Design RollerMouse double
  click button no longer results in a double click event

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

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

[Bug 1767660] Re: Regression 16.04 LTS to 18.04 LTS: rollermouse double click button no longer result in double click "event"

2018-04-30 Thread Christoffer Holmstedt
As far as I understand from my testing with xev, xinput test and evtest
there is no issue with the kernel but instead the problem is somewhere
inside xorg.

** Package changed: linux-signed (Ubuntu) => xorg (Ubuntu)

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

Title:
  Regression 16.04 LTS to 18.04 LTS: rollermouse double click button no
  longer result in double click "event"

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

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

[Bug 1767660] Re: Regression 16.04 LTS to 18.04 LTS: rollermouse double click button no longer result in double click "event"

2018-04-29 Thread Christoffer Holmstedt
I read up on https://www.kernel.org/doc/Documentation/input/input.txt
and tested with "evtest" for the RollerMouse and can see that the kernel
emits proper events, as far as I understand.

### Single left click button
Event: time 1525013249.812780, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001
Event: time 1525013249.812780, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1525013249.812780, -- SYN_REPORT 
Event: time 1525013249.936782, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001
Event: time 1525013249.936782, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1525013249.936782, -- SYN_REPORT 

### Double click button
Event: time 1525013251.656770, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001
Event: time 1525013251.656770, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1525013251.656770, -- SYN_REPORT 
Event: time 1525013251.660700, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001
Event: time 1525013251.660700, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1525013251.660700, -- SYN_REPORT 
Event: time 1525013251.664778, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001
Event: time 1525013251.664778, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1525013251.664778, -- SYN_REPORT 
Event: time 1525013251.668782, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001
Event: time 1525013251.668782, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1525013251.668782, -- SYN_REPORT 

What is inbetween what the kernel emits to /dev/input/eventX and what is
registered by "xev" and "xinput"?

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

Title:
  Regression 16.04 LTS to 18.04 LTS: rollermouse double click button no
  longer result in double click "event"

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

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

[Bug 1767660] [NEW] Regression 16.04 LTS to 18.04 LTS: rollermouse double click button no longer result in double click "event"

2018-04-28 Thread Christoffer Holmstedt
Public bug reported:

### Expected behaviour
My "Contour Design RollerMouse Free 2" has a specific button for double click. 
This button should with one physical click result in double click (button 
press, button release, button press and button release).

This works as expected without issues in Ubuntu 16.04 LTS
4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64

### Experienced behaviour
Only one mouse click is registered (button press and button release). Tested 
with "xev" and "xinput test"

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-20-generic 4.15.0-20.21
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 28 16:26:08 2018
InstallationDate: Installed on 2018-04-27 (1 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: linux-signed
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Regression 16.04 LTS to 18.04 LTS: rollermouse double click button no
  longer result in double click "event"

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

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

[Bug 1507505] Re: Unable to install GRUB in /dev/nvme

2016-08-05 Thread Christoffer Holmstedt
I just got an Intel NUC Skull Canyon with a NVMe drive and hit this bug
trying to install 16.04 LTS. The install fails completely. I get a
choice to select drive to install grub to and change to /dev/nvme0n1 but
when I press the "Ok" button nothing happens. Selecting any of the other
options has the same effect, Ok button doesn't do anything. I have to
restart my computer with ctrl+alt+del.

When I restart the installer and try to fix the partition table manually
the "new partition table" is greyed out and I can't remove the lvm
volumes created beforehand.

If any help is needed to debug this I can probably help out next week,
just tell me what to do.

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

Title:
  Unable to install GRUB in /dev/nvme

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub-installer/+bug/1507505/+subscriptions

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


[Bug 1470724] Re: Xorg freeze - Need to restart lightdm service to be able to type in my password

2015-10-21 Thread Christoffer Holmstedt
I no longer have access to the laptop and docking station that is
failing and can therefore not perform any more testing on this issue.
Thanks for the  help so far, hope it gets solved for everyone else. I
will leave it "Incomplete" so if anyone else finds this issue and is
affected they can open it.

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

Title:
  Xorg freeze - Need to restart lightdm service to be able to type in my
  password

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

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


[Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line out on docking station doesn't work

2015-10-21 Thread Christoffer Holmstedt
I no longer have access to the laptop and docking station that is
failing and can therefore not test it anymore. Thanks for the  help so
far, hope it gets solved for everyone else.

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

Title:
  [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line
  in/Line out on docking station doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1470730/+subscriptions

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


[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-08-17 Thread Christoffer Holmstedt
@FatTony Thank you. Wake on LAN was actually enabled by default on my
laptop as well. I have now turned it off as I don't need it and the
system turns off properly.

Related Debian Bug report: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=775812

PS. Strange that that a BIOS setting can affect Ubuntu in this manner
and Windows is unaffected.

** Bug watch added: Debian Bug tracker #775812
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775812

** Also affects: linux via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775812
   Importance: Unknown
   Status: Unknown

** No longer affects: linux

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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line out on docking station doesn't work

2015-07-31 Thread Christoffer Holmstedt
hmm, I cloned the kernel sources from git://kernel.ubuntu.com/ubuntu
/ubuntu-vivid.git, checked out tag "Ubuntu-3.19.0-25.26" which is the
tag matching my current running kernel I think (uname -r gives
3.19.0-25-generic) but when I compile the kernel modules they are
installed as "3.19.8-ckt2".

How do I properly compile the kernel hda (alsa) drivers/modules for my
specific running kernel?

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

Title:
  [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line
  in/Line out on docking station doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1470730/+subscriptions

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


[Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line out on docking station doesn't work

2015-07-30 Thread Christoffer Holmstedt
Ok, I will give it a try to recompile. Not sure what you mean with "mute
led" but the laptop has the following keys/buttons:

1. Mute sound, this works as expected (both the button and the led
showing state).

2. Turn on and off WiFi, this button does _not_ work to 100%. It will
turn off/on the wifi but the color of the led doesn't change. Should be
orange when it is off and lightblue when it is on.

3. "fn+f11" toggles 4 different levels of keyboard backlight including
completely off. This works as expected.

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

Title:
  [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line
  in/Line out on docking station doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1470730/+subscriptions

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


[Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line out on docking station doesn't work

2015-07-30 Thread Christoffer Holmstedt
hmm, I'm afraid you lost me now Raymond. Do I need to completely
compile/install alsa from git source or can the change be made some
other way?

I only got the help tool up and running earlier, didn't reinstall alsa.

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

Title:
  [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line
  in/Line out on docking station doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1470730/+subscriptions

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


[Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line out on docking station doesn't work

2015-07-30 Thread Christoffer Holmstedt
Thanks Raymond, I hope this information helps.

I took the time to test line in (microphone) capabilities as well and I
noticed that is failing as well in a similar fashion. I have updated the
bug report title and initial text to reflect that as well. Here are the
results:

### Not docked, no speakers connected
Pin 0x12 (Internal Mic): present = No
Pin 0x13 (Not connected): present = No
Pin 0x14 (Internal Speaker): present = No
Pin 0x15 (Black Headphone, Right side): present = No
Pin 0x16 (Not connected): present = No
Pin 0x17 (Not connected): present = No
Pin 0x18 (Not connected): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1a (Black Mic, Right side): present = No
Pin 0x1b (Not connected): present = No
Pin 0x1d (Not connected): present = No
Pin 0x1e (Not connected): present = No

### Not docked, only speakers connected to laptop line in/line out combo port
Pin 0x12 (Internal Mic): present = No
Pin 0x13 (Not connected): present = No
Pin 0x14 (Internal Speaker): present = No
Pin 0x15 (Black Headphone, Right side): present = Yes
Pin 0x16 (Not connected): present = No
Pin 0x17 (Not connected): present = No
Pin 0x18 (Not connected): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1a (Black Mic, Right side): present = No
Pin 0x1b (Not connected): present = No
Pin 0x1d (Not connected): present = No
Pin 0x1e (Not connected): present = No

### Not docked, In-Ear headphones connected to laptop line in/line out combo 
port
Pin 0x12 (Internal Mic): present = No
Pin 0x13 (Not connected): present = No
Pin 0x14 (Internal Speaker): present = No
Pin 0x15 (Black Headphone, Right side): present = Yes
Pin 0x16 (Not connected): present = No
Pin 0x17 (Not connected): present = No
Pin 0x18 (Not connected): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1a (Black Mic, Right side): present = Yes
Pin 0x1b (Not connected): present = No
Pin 0x1d (Not connected): present = No
Pin 0x1e (Not connected): present = No

### Docked, no speakers connected
Pin 0x12 (Internal Mic): present = No
Pin 0x13 (Not connected): present = No
Pin 0x14 (Internal Speaker): present = No
Pin 0x15 (Black Headphone, Right side): present = No
Pin 0x16 (Not connected): present = No
Pin 0x17 (Not connected): present = No
Pin 0x18 (Not connected): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1a (Black Mic, Right side): present = No
Pin 0x1b (Not connected): present = No
Pin 0x1d (Not connected): present = No
Pin 0x1e (Not connected): present = No

### Docked, speakers connected to the dock (line out)
Pin 0x12 (Internal Mic): present = No
Pin 0x13 (Not connected): present = No
Pin 0x14 (Internal Speaker): present = No
Pin 0x15 (Black Headphone, Right side): present = No
Pin 0x16 (Not connected): present = No
Pin 0x17 (Not connected): present = No
Pin 0x18 (Not connected): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1a (Black Mic, Right side): present = No
Pin 0x1b (Not connected): present = Yes
Pin 0x1d (Not connected): present = No
Pin 0x1e (Not connected): present = No

### Docked, microphone connected to dock (line in)
Pin 0x12 (Internal Mic): present = No
Pin 0x13 (Not connected): present = No
Pin 0x14 (Internal Speaker): present = No
Pin 0x15 (Black Headphone, Right side): present = No
Pin 0x16 (Not connected): present = No
Pin 0x17 (Not connected): present = No
Pin 0x18 (Not connected): present = Yes
Pin 0x19 (Not connected): present = No
Pin 0x1a (Black Mic, Right side): present = No
Pin 0x1b (Not connected): present = No
Pin 0x1d (Not connected): present = No
Pin 0x1e (Not connected): present = No

** Summary changed:

- [HP EliteBook 840 G2, Realtek ALC3228, Black Headphone Out, Right] Headphone 
out on docking station doesn't work
+ [HP EliteBook 840 G2, Realtek ALC3228, HP UltraSlim Dock 2013] Line in/Line 
out on docking station doesn't work

** Description changed:

- When I plug in external speakers to "headphone out" on the laptop the
- internal speakers are turned off but when I plug the speakers into the
- docking station (HP UltraSlim Dock 2013 EURO, D9Y32AA) music keeps
- playing in the internal speakers.
+ When I plug in external speakers to line in/line out combo on the laptop
+ the internal speakers are turned off but when I plug the speakers into
+ the docking station (HP UltraSlim Dock 2013 EURO, D9Y32AA) music keeps
+ playing in the internal speakers. Similar behaviour (nothing happens) is
+ experienced with microphone connected to line in on docking station.
  
  ### Expected behaviour
  Plugging in external speakers to docking station should turn off sound from 
laptop internal speakers.
  
+ Plugging in microphone to line in on docking station should switch from
+ "internal microphone" to "microphone" in Ubuntu sound settings.
+ 
  ### Current behaviour
  Sound keeps playing in internal speakers when plugging in external speakers 
to docking station.
+ 
+ Plugging in microphone to line in on docking station, nothing happens.
  
  ### Hardware
  Laptop: HP EliteBook 840 G2
  

[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-29 Thread Christoffer Holmstedt
I'm now back in front of the failing computer and have tried 4.2rc1 -
rc4 and they all fail in kernel panic during boot up. "BUG: unable to
handle kernel paging request at fd8". Due to this I'm unable
to verify if the new kernel versions solves this problem at the moment.
Any suggestions on how to proceed are appreciated (or just wait for 4.2
final?).

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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470730] Re: [HP EliteBook 840 G2, Realtek ALC3228, Black Headphone Out, Right] Headphone out on docking station doesn't work

2015-07-29 Thread Christoffer Holmstedt
Thanks for the response Raymond I'm now back infront of the failing
computer but I can't figure out which package I need to install to get
the "hdajacksensetest" command working. I have installed alsa-tools and
alsa-tools-gui but without success. Any help is appreciated.

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => New

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

Title:
  [HP EliteBook 840 G2, Realtek ALC3228, Black Headphone Out, Right]
  Headphone out on docking station doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1470730/+subscriptions

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


[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-06 Thread Christoffer Holmstedt
Here is a short video with the shutdown/reboot messages
https://www.youtube.com/watch?v=gE8vgwNH22Y

At the 16 seconds mark the full log is shown before it restarts.

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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-06 Thread Christoffer Holmstedt
No luck with kernel 4.1.1 in combination with the BIOS 1.05.

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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470724] Re: Xorg freeze - Need to restart lightdm service to be able to type in my password

2015-07-06 Thread Christoffer Holmstedt
Update.

Booting the laptop in the docking station with the lid _open_ works just
fine as well.

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

Title:
  Xorg freeze - Need to restart lightdm service to be able to type in my
  password

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

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


[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-05 Thread Christoffer Holmstedt
** 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/1470723

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-05 Thread Christoffer Holmstedt
No change after BIOS upgrade.

"If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date"

@Christopher M. Penalver What do you mean with "[...] could you please
both specify what happened [...]"?

$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
M71 Ver. 01.05
03/26/2015

** Tags removed: bios-outdated-1.05

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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470723] Re: Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-02 Thread Christoffer Holmstedt
This is a completely new laptop so haven't tested any previous kernel
versions. I need at least kernel 3.17 for MST support for my docking
station so therefore Ubuntu 15.04 was the only option for me with kernel
3.19 as default.

I just tried both 4.1.0 and 4.1.1 and the bug is still there. The last
message I see when I turn off the laptop is "Reboot: Power down" or
something like that, and then it reboots.


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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 1470730] [NEW] [HP EliteBook 840 G2, Realtek ALC3228, Black Headphone Out, Right] Headphone out on docking station doesn't work

2015-07-01 Thread Christoffer Holmstedt
Public bug reported:

When I plug in external speakers to "headphone out" on the laptop the
internal speakers are turned off but when I plug the speakers into the
docking station (HP UltraSlim Dock 2013 EURO, D9Y32AA) music keeps
playing in the internal speakers.

### Expected behaviour
Plugging in external speakers to docking station should turn off sound from 
laptop internal speakers.

### Current behaviour
Sound keeps playing in internal speakers when plugging in external speakers to 
docking station.

### Hardware
Laptop: HP EliteBook 840 G2
Product number: H9W19EA#AK8

Docking station: HP UltraSlim Dock 2013 EURO
Product number: D9Y32AA

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  chol   2001 F pulseaudio
 /dev/snd/controlC0:  chol   2001 F pulseaudio
 /dev/snd/controlC1:  chol   2001 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jul  2 08:16:15 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-06-05 (26 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Black Headphone Out, Right
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: Only some of outputs are working
Title: [HP EliteBook 840 G2, Realtek ALC3228, Black Headphone Out, Right] 
Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.04
dmi.board.name: 2216
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.54
dmi.chassis.asset.tag: 5CG5093YZ7
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.04:bd02/24/2015:svnHewlett-Packard:pnHPEliteBook840G2:pvrA3009D410303:rvnHewlett-Packard:rn2216:rvrKBCVersion96.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 840 G2
dmi.product.version: A3009D410303
dmi.sys.vendor: Hewlett-Packard

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

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

Title:
  [HP EliteBook 840 G2, Realtek ALC3228, Black Headphone Out, Right]
  Headphone out on docking station doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1470730/+subscriptions

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


[Bug 1470724] [NEW] Xorg freeze - Need to restart lightdm service to be able to type in my password

2015-07-01 Thread Christoffer Holmstedt
Public bug reported:

When I boot into Ubuntu 15.04 it works just fine without the docking
station but with the docking station I must change tty, login and
restart lightdm to be able to type in my password.

### Expected behaviour
Laptop in docking station, Unity boots and I can type in my password to login.

### Current behaviour
Laptop in docking station, Unity boots and I cannot type in my password to 
login. Solution is to change tty, login and restart lightdm service. This is 
reproducible 100% of the time.

### Hardware
Laptop: HP EliteBook 840 G2
Product number: H9W19EA#AK8

Docking station: HP UltraSlim Dock 2013 EURO
Product number: D9Y32AA

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jul  2 08:03:32 2015
DistUpgraded: Fresh install
DistroCodename: vivid
DistroVariant: ubuntu
DkmsStatus: virtualbox, 4.3.26, 3.19.0-21-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: Yes
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Immediately after installing this version of Ubuntu
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:2216]
InstallationDate: Installed on 2015-06-05 (26 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Hewlett-Packard HP EliteBook 840 G2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=c74eaae8-925d-41a3-8568-981ec3ef9948 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.04
dmi.board.name: 2216
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.54
dmi.chassis.asset.tag: 5CG5093YZ7
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.04:bd02/24/2015:svnHewlett-Packard:pnHPEliteBook840G2:pvrA3009D410303:rvnHewlett-Packard:rn2216:rvrKBCVersion96.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 840 G2
dmi.product.version: A3009D410303
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
xserver.bootTime: Thu Jul  2 07:45:40 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id4669 
 vendor AUO
xserver.version: 2:1.17.1-0ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 freeze ubuntu vivid

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

Title:
  Xorg freeze - Need to restart lightdm service to be able to type in my
  password

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

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


[Bug 1470723] [NEW] Shutdown restarts the laptop - HP EliteBook 840 G2

2015-07-01 Thread Christoffer Holmstedt
Public bug reported:

Shutdown restarts the laptop - HP EliteBook 840 G2

### Expected behaviour
When I turn off the laptop through Unity GUI or terminal by running "shutdown 
-h 0" the laptop turns off and should stay off.

### Current behaviour
When I turn off the laptop through Unity GUI or terminal by running "shutdown 
-h 0" the laptop turns off but within a few seconds it boots up again.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-21-generic 3.19.0-21.21
ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
Uname: Linux 3.19.0-21-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  chol   2001 F pulseaudio
 /dev/snd/controlC0:  chol   2001 F pulseaudio
 /dev/snd/controlC1:  chol   2001 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jul  2 07:54:18 2015
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=d6abc876-84da-44f2-bb0e-73160d66a5ad
InstallationDate: Installed on 2015-06-05 (26 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
MachineType: Hewlett-Packard HP EliteBook 840 G2
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-21-generic.efi.signed 
root=UUID=c74eaae8-925d-41a3-8568-981ec3ef9948 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-21-generic N/A
 linux-backports-modules-3.19.0-21-generic  N/A
 linux-firmware 1.143.1
SourcePackage: linux
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2015
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.04
dmi.board.name: 2216
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.54
dmi.chassis.asset.tag: 5CG5093YZ7
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.04:bd02/24/2015:svnHewlett-Packard:pnHPEliteBook840G2:pvrA3009D410303:rvnHewlett-Packard:rn2216:rvrKBCVersion96.54:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 840 G2
dmi.product.version: A3009D410303
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug vivid

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

Title:
  Shutdown restarts the laptop - HP EliteBook 840 G2

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

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


[Bug 784066] Re: Infinite Printing on Brother HL 2140 and HL 2030

2014-08-19 Thread Christoffer Holmstedt
** Summary changed:

- Infinite Printing on Brother HL 2140 
+ Infinite Printing on Brother HL 2140 and HL 2030

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

Title:
  Infinite Printing on Brother HL 2140 and HL 2030

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

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


[Bug 784066] Re: Infinite Printing on Brother HL 2140

2014-08-19 Thread Christoffer Holmstedt
After upgrading to Xubuntu 14.04 LTS from Xubuntu 12.04 LTS I can no longer 
print.
The only thing that comes out are infinite amount of blank papers and I have to 
pull the power plug to stop it.

I have my Brother HL-2030 printer connected to my router with USB cable and on 
the router I run OpenWRT with CUPS server.
I connect to the CUPS server on the router with IPP.

### What does not work
Printing from xubuntu 14.04 LTS (tested on both my desktop and laptop).
Printing from ubuntu 14.04 LTS

### What works
Printing from Ubuntu 12.04 LTS both 32 and 64 bit running as virtual machines 
on the failing Xubuntu 14.04 LTS machine with Virtualbox.
Printing from Xubuntu 12.04 LTS both 32 and 64 bit running as virtual machines 
on the failing Xubuntu 14.04 LTS machine with Virtualbox.
Printing from MacBook Air.

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

Title:
  Infinite Printing on Brother HL 2140 and HL 2030

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

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


[Bug 784066] Re: Infinite Printing on Brother HL 2140

2014-08-19 Thread Christoffer Holmstedt
After updating to xubuntu to 14.04 LTS from 12.04 LTS this is also
occuring for (x)ubuntu with my Brother HL-2030 printer.

I've tried with Ubuntu 12.04 LTS (32 and 64 bit), xubuntu 12.04 LTS (32
and 64 bit) and Ubuntu 14.04 LTS 64 bit as well as xubuntu 14.04 (32 bit
and 64 bit). This problems occurs in all 14.04 Trusty versions.

** Also affects: ubuntu
   Importance: Undecided
   Status: New

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

Title:
  Infinite Printing on Brother HL 2140 and HL 2030

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

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


[Bug 872515] Re: Onboard Keyboard appears on desktop when GNOME Services is checked

2014-03-16 Thread Christoffer Holmstedt
I can confirm that this is still the case with Ubuntu 12.04 LTS newly
installed during the spring of 2014, is there any other bug assigned to
this problem on launchpad?

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

Title:
  Onboard Keyboard appears on desktop when GNOME Services is checked

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-session/+bug/872515/+subscriptions

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


[Bug 1176131] Re: Please add Acroread package to the Partner repository for Ubuntu Saucy and Trusty

2014-01-10 Thread Christoffer Holmstedt
I just installed Xubuntu 14.04 and came across this problem. The only
reason I need "acroread" is that others in my team use Windows version
and annotates text. The annotations are not visible in evince but if
there are other PDF readers that support this I see no reason why
acroread should stay if it's already EOL.

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

Title:
  Please add Acroread package to the Partner repository for Ubuntu Saucy
  and Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/adobe-isv/+bug/1176131/+subscriptions

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


[Bug 118546] Re: [needs-packaging] ArgoUML

2013-04-27 Thread Christoffer Holmstedt
@Pander it actually is. I was confused by the page you link to as well
but if you click on " 0 new bugs" you'll get another menu on your right
which says "1 open bug" and that will list 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/118546

Title:
  [needs-packaging] ArgoUML

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

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


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-05-24 Thread Christoffer Holmstedt
I can add that this affects Ubuntu 12.04 host trying to install Ubuntu
12.04 guest aswell.

I'm experiencing the exact same thing every second or third
installation, but the other guest installations works just fine. My
solution to this is at the moment to destroy the VM and delete all
related files on hard disk and then run the vmbuilder installation
again. Sometimes it works sometimes it doesn't. If there is anything I
can do to help to solve this one please let me know and I will supply
the needed log files.

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

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

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


[Bug 925070] [NEW] python-storm package broken for Ubuntu 11.10, missing files

2012-02-01 Thread Christoffer Holmstedt
Public bug reported:

I tried to install python-storm today on my laptop that has Ubuntu 11.10
running. The installation went fine but when I tried to import the
python module I just got error messages that it doesn't exist.

I followed this tutorial https://storm.canonical.com/Tutorial and I used
the ppa:storm/ppa

sudo add-apt-repository ppa:storm/ppa
sudo apt-get update
sudo apt-get install python-storm

=== This is my error message I got ===
>>> from storm.locals import *
Traceback (most recent call last):
File "", line 1, in 
ImportError: No module named storm.locals

=== Some package information from a friendly guy in #storm @ freenode
===

kevin@aurore:~$ dpkg-deb -c python-storm_0.19-0ubuntu1~ppa1.11.10_i386.deb
drwxr-xr-x root/root 0 2011-10-05 02:30 ./
drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/
drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/share/
drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/share/doc/
drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/share/doc/python-storm/
-rw-r--r-- root/root   194 2011-10-05 00:40
./usr/share/doc/python-storm/copyright
-rw-r--r-- root/root   343 2011-10-05 00:40
./usr/share/doc/python-storm/changelog.Debian.gz

** Affects: storm (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/925070

Title:
  python-storm package broken for Ubuntu 11.10, missing files

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

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


[Bug 709378] Re: Tomboy fails to sync after editing note via web: "String was not recognized as a valid DateTime."

2011-02-17 Thread Christoffer Holmstedt
I'm experiencing the error aswell with the script. Will attach a log.

** Attachment added: "This is an error log from running Roman's script to fix 
all broken timestamps."
   
https://bugs.launchpad.net/ubuntuone-servers/+bug/709378/+attachment/1857211/+files/script-error

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

Title:
  Tomboy fails to sync after editing note via web: "String was not
  recognized as a valid DateTime."

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


[Bug 575937] Re: Can't synchronize Tomboy Notes: Server returned 404 NOT FOUND

2011-02-16 Thread Christoffer Holmstedt
@zenith the "DateTime" bug is another one. #709378.

https://bugs.launchpad.net/ubuntuone-servers/+bug/709378

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

Title:
  Can't synchronize Tomboy Notes: Server returned 404 NOT FOUND

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


[Bug 686041] Re: vesamenu.c32: not a com32r image

2010-12-15 Thread Christoffer Holmstedt
*** This bug is a duplicate of bug 645818 ***
https://bugs.launchpad.net/bugs/645818

** This bug has been marked a duplicate of bug 645818
   10.04.1 image created in Maverick does not boot in my Dell Mini9
 * You can subscribe to bug 645818 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/645818/+subscribe

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

Title:
  vesamenu.c32: not a com32r image

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


[Bug 686041] Re: vesamenu.c32: not a com32r image

2010-12-15 Thread Christoffer Holmstedt
Just got the same problem with Kubuntu 10.04.1 Amd64. Will try your
solution later on.

"After replacing the vesamenu.c32 on the thumb drive with the vanilla
version from syslinux-4.03, the stick worked fine."

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

Title:
  vesamenu.c32: not a com32r image

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